Give all files the standard warning (to be replaced).

This commit is contained in:
James Cole
2023-01-14 15:43:25 +01:00
parent 65027d7832
commit 9654f631c5
450 changed files with 3091 additions and 61 deletions

View File

@@ -21,6 +21,8 @@
declare(strict_types=1);
// Ignore this comment
return [
];

View File

@@ -20,8 +20,11 @@
* along with this program. If not, see <https://www.gnu.org/licenses/>.
*/
// Ignore this comment
declare(strict_types=1);
return [
'failed' => '憑證與系統記錄不符。',
'throttle' => '登入嘗試太多,請於 :seconds 秒後重試。',

View File

@@ -20,6 +20,8 @@
* along with this program. If not, see <https://www.gnu.org/licenses/>.
*/
// Ignore this comment
declare(strict_types=1);
return [
@@ -53,6 +55,9 @@ return [
'deposit_list' => '收入、所得與存款',
'transfer_list' => '轉帳',
'transfers_list' => '轉帳',
// Ignore this comment
'reconciliation_list' => '對帳',
'create_withdrawal' => '新增提款',
'create_deposit' => '新增存款',

View File

@@ -20,6 +20,8 @@
* along with this program. If not, see <https://www.gnu.org/licenses/>.
*/
// Ignore this comment
declare(strict_types=1);
return [

View File

@@ -20,6 +20,8 @@
* along with this program. If not, see <https://www.gnu.org/licenses/>.
*/
// Ignore this comment
declare(strict_types=1);
return [
@@ -39,6 +41,8 @@ return [
//'month_and_day_no_year' => '%B %e',
'month_and_day_no_year_js' => 'MMMM Do',
// Ignore this comment
//'date_time' => '%B %e, %Y, @ %T',
'date_time_js' => 'MMMM Do, YYYY, @ HH:mm:ss',
'date_time_fns' => 'MMMM do, yyyy @ HH:mm:ss',
@@ -66,3 +70,5 @@ return [
'dow_6' => '週六',
'dow_7' => '週日',
];
// Ignore this comment

View File

@@ -20,6 +20,8 @@
* along with this program. If not, see <https://www.gnu.org/licenses/>.
*/
// Ignore this comment
declare(strict_types=1);
return [
@@ -35,3 +37,5 @@ return [
'piggy-banks-index' => '您可見到有 3 個小豬撲滿。使用 + 號、- 號按鈕控制每個小豬撲滿的存款額,按一下小豬撲滿的名稱則可查看管理詳情。',
'profile-index' => '請注意,本展示網站每 4 小時會自動重設,存取權限可能隨時撤銷。這是自動安排的,不是錯誤。',
];
// Ignore this comment

View File

@@ -20,6 +20,8 @@
* along with this program. If not, see <https://www.gnu.org/licenses/>.
*/
// Ignore this comment
declare(strict_types=1);
return [
@@ -33,6 +35,8 @@ return [
'admin_test_subject' => '來自 Firefly III 安裝程式的測試訊息',
'admin_test_body' => '這是您 Firefly III 載體的測試訊息,是寄給 :email 的。',
// Ignore this comment
// invite
'invitation_created_subject' => 'An invitation has been created',
'invitation_created_body' => 'Admin user ":email" created a user invitation which can be used by whoever is behind email address ":invitee". The invite will be valid for 48hrs.',
@@ -70,6 +74,8 @@ return [
'registered_pw_reset_link' => 'Password reset:',
'registered_doc_link' => 'Documentation:',
// Ignore this comment
// new version
'new_version_email_subject' => 'A new Firefly III version is available',
@@ -113,6 +119,8 @@ return [
'error_stacktrace_below' => 'The full stacktrace is below:',
'error_headers' => 'The following headers may also be relevant:',
// Ignore this comment
// report new journals
'new_journals_subject' => 'Firefly III has created a new transaction|Firefly III has created :count new transactions',
'new_journals_header' => 'Firefly III has created a transaction for you. You can find it in your Firefly III installation:|Firefly III has created :count transactions for you. You can find them in your Firefly III installation:',
@@ -129,3 +137,4 @@ return [
'bill_warning_please_action' => 'Please take the appropriate action.',
];
// Ignore this comment

View File

@@ -20,6 +20,8 @@
* along with this program. If not, see <https://www.gnu.org/licenses/>.
*/
// Ignore this comment
declare(strict_types=1);
return [
@@ -39,6 +41,9 @@ return [
'error_location' => 'This error occured in file <span style="font-family: monospace;">:file</span> on line :line with code :code.',
'stacktrace' => 'Stack trace',
'more_info' => 'More information',
// Ignore this comment
'collect_info' => 'Please collect more information in the <code>storage/logs</code> directory where you will find log files. If you\'re running Docker, use <code>docker logs -f [container]</code>.',
'collect_info_more' => 'You can read more about collecting error information in <a href="https://docs.firefly-iii.org/faq/other#how-do-i-enable-debug-mode">the FAQ</a>.',
'github_help' => 'Get help on GitHub',

View File

@@ -22,6 +22,8 @@
declare(strict_types=1);
// Ignore this comment
return [
// general stuff:
'close' => '關閉',
@@ -324,6 +326,8 @@ return [
// old
// Ignore this comment
'search_modifier_date_on' => 'Transaction date is ":value"',
'search_modifier_not_date_on' => 'Transaction date is not ":value"',
'search_modifier_reconciled' => 'Transaction is reconciled',
@@ -684,6 +688,7 @@ return [
'create_rule_from_query' => 'Create new rule from search query',
'rule_from_search_words' => 'The rule engine has a hard time handling ":string". The suggested rule that fits your search query may give different results. Please verify the rule triggers carefully.',
// Ignore this comment
// END
'modifiers_applies_are' => '搜尋也套用以下條件:',
@@ -1168,6 +1173,7 @@ return [
'rule_trigger_not_destination_is_cash' => 'Destination account is not a cash account',
'rule_trigger_not_account_is_cash' => 'Neither account is a cash account',
// Ignore this comment
// actions
'rule_action_delete_transaction_choice' => 'DELETE transaction(!)',
@@ -1465,6 +1471,8 @@ return [
'multi_account_warning_deposit' => 'Keep in mind that the destination account of subsequent splits will be overruled by whatever is defined in the first split of the deposit.',
'multi_account_warning_transfer' => 'Keep in mind that the source + destination account of subsequent splits will be overruled by whatever is defined in the first split of the transfer.',
// Ignore this comment
// export data:
'export_data_title' => 'Export data from Firefly III',
'export_data_menu' => 'Export data',
@@ -1839,6 +1847,8 @@ return [
'stored_category' => '已儲存新分類 “:name”',
'without_category_between' => '自 :start 至 :end 之間沒有分類',
// Ignore this comment
// transactions:
'update_withdrawal' => '更新提款',
'update_deposit' => '更新存款',
@@ -2057,6 +2067,8 @@ return [
'classification' => 'Classification',
'store_transaction' => 'Store transaction',
// Ignore this comment
// reports:
'report_default' => '自 :start 至 :end 的預設財務報表',
'report_audit' => '自 :start 至 :end 的交易歷史概覽',
@@ -2161,6 +2173,8 @@ return [
'sum_in_default_currency' => '總額會總是以您的預設貨幣顯示',
'net_filtered_prefs' => '此圖表永遠不會囊括未勾選 “包含於淨值" 選項的帳戶',
// Ignore this comment
// charts:
'chart' => '圖表',
'month' => '月',
@@ -2249,6 +2263,8 @@ return [
'total_amount' => '總金額',
'number_of_decimals' => '小數位數:',
// Ignore this comment
// administration
'invite_new_user_title' => 'Invite new user',
'invite_new_user_text' => 'As an administrator, you can invite users to register on your Firefly III administration. Using the direct link you can share with them, they will be able to register an account. The invited user and their invite link will appear in the table below. You are free to share the invitation link with them.',
@@ -2519,6 +2535,8 @@ return [
'except_weekends' => '例外的周末',
'recurrence_deleted' => '週期性交易 ":title" 已刪除',
// Ignore this comment
// new lines for summary controller.
'box_balance_in_currency' => '餘額 (:currency)',
'box_spent_in_currency' => '已花費 (:currency)',
@@ -2576,3 +2594,5 @@ return [
'ale_action_add_tag' => 'Added tag',
];
// Ignore this comment

View File

@@ -20,6 +20,8 @@
* along with this program. If not, see <https://www.gnu.org/licenses/>.
*/
// Ignore this comment
declare(strict_types=1);
return [
@@ -62,6 +64,9 @@ return [
'opening_balance' => '初始餘額',
'tagMode' => '標籤模式',
'virtual_balance' => '虛擬餘額',
// Ignore this comment
'targetamount' => '目標金額',
'account_role' => '帳戶角色',
'opening_balance_date' => '初始餘額日期',
@@ -153,6 +158,9 @@ return [
'piggyBank_areYouSure' => '你確定你想要刪除名為 ":name" 的小豬撲滿?',
'journal_areYouSure' => '你真的要刪除這個描述為 ":description" 的交易嗎?',
'mass_journal_are_you_sure' => '確定刪除這些交易?',
// Ignore this comment
'tag_areYouSure' => '你真的要要刪除標籤 ":tag" 嗎?',
'journal_link_areYouSure' => '您確定您要刪除 <a href=":source_link">:source</a> 與 <a href=":destination_link">:destination</a> 間的連結嗎?',
'linkType_areYouSure' => '您確定您要刪除連結類型 ":name" (":inward" / ":outward")?',
@@ -216,6 +224,9 @@ return [
'fints_password' => 'PIN/密碼',
'fints_account' => 'FinTS 帳戶',
'local_account' => 'Firefly III 帳戶',
// Ignore this comment
'from_date' => '開始自',
'to_date' => '日期至',
'due_date' => '到期日',
@@ -252,3 +263,4 @@ return [
'webhook_response' => 'Response',
'webhook_trigger' => 'Trigger',
];
// Ignore this comment

View File

@@ -20,6 +20,8 @@
* along with this program. If not, see <https://www.gnu.org/licenses/>.
*/
// Ignore this comment
declare(strict_types=1);
return [
@@ -54,6 +56,8 @@ return [
'budgets_index_list_of_budgets' => '在此表上設定每個預算的金額,查看表現如何。',
'budgets_index_outro' => '要瞭解有關預算的詳細資訊,請查看右上角的説明圖示。',
// Ignore this comment
// reports (index)
'reports_index_intro' => '從這些報表洞察您的詳細財務狀況。',
'reports_index_inputReportType' => '挑一種報表。查看說明頁面瞭解各報表展示的內容。',
@@ -91,6 +95,8 @@ return [
'piggy-banks_index_button' => '進度橫條旁有兩個按鈕 (+ 和-),可以在每個小豬撲滿中加減金額。',
'piggy-banks_index_accountStatus' => '有小豬撲滿的資產帳戶,會在此表格中列出狀態。',
// Ignore this comment
// create piggy
'piggy-banks_create_name' => '您的目標為何?一張新沙發、一台相機,還是應急備用?',
'piggy-banks_create_date' => '您可以設定小豬撲滿的目標日期或期限。',
@@ -133,6 +139,8 @@ return [
'rules_create_test_rule_triggers' => '使用此按鈕可以查看哪些交易記錄將配對您的規則。',
'rules_create_actions' => '隨您設定多少動作。',
// Ignore this comment
// preferences
'preferences_index_tabs' => '這些標籤頁尚有更多可用選項。',
@@ -144,3 +152,4 @@ return [
// create currency
'currencies_create_code' => '此應為 ISO 標準代碼 (新貨幣代碼可線上搜尋)。',
];
// Ignore this comment

View File

@@ -20,6 +20,8 @@
* along with this program. If not, see <https://www.gnu.org/licenses/>.
*/
// Ignore this comment
declare(strict_types=1);
return [
@@ -56,6 +58,9 @@ return [
'source' => '來源',
'next_expected_match' => '下一個預期的配對',
'automatch' => '自動配對?',
// Ignore this comment
'repeat_freq' => '重複',
'description' => '描述',
'amount' => '金額',
@@ -121,6 +126,9 @@ return [
'external_id' => '外部 ID',
'account_at_bunq' => 'bunq 帳戶',
'file_name' => '檔案名稱',
// Ignore this comment
'file_size' => '檔案大小',
'file_type' => '檔案類型',
'attached_to' => '附加到',
@@ -149,3 +157,4 @@ return [
'secret' => 'Secret',
];
// Ignore this comment

View File

@@ -20,6 +20,8 @@
* along with this program. If not, see <https://www.gnu.org/licenses/>.
*/
// Ignore this comment
declare(strict_types=1);
return [

View File

@@ -20,6 +20,8 @@
* along with this program. If not, see <https://www.gnu.org/licenses/>.
*/
// Ignore this comment
declare(strict_types=1);
return [

View File

@@ -20,6 +20,8 @@
* along with this program. If not, see <https://www.gnu.org/licenses/>.
*/
// Ignore this comment
declare(strict_types=1);
return [
@@ -78,6 +80,9 @@ return [
'before' => ':attribute 必須是一個在 :date 之前的日期。',
'unique_object_for_user' => '這個名稱已被使用。',
'unique_account_for_user' => '這個帳戶名稱已被使用。',
// Ignore this comment
'between.numeric' => ':attribute 必須介於 :min 和 :max 之間。',
'between.file' => ':attribute 必須介於 :min kB 到 :max kB 之間。',
'between.string' => ':attribute 必須介於 :min 到 :max 個字元之間。',
@@ -146,6 +151,8 @@ return [
'same_account_type' => 'Both accounts must be of the same account type',
'same_account_currency' => 'Both accounts must have the same currency setting',
// Ignore this comment
'secure_password' => '此密碼不安全,請再試一遍。如需更多資訊,請瀏覽 https://bit.ly/FF3-password-security',
'valid_recurrence_rep_type' => '定期重複交易的重複類型無效。',
'valid_recurrence_rep_moment' => '重複時刻在此重複類型無效。',
@@ -204,6 +211,8 @@ return [
'deposit_dest_bad_data' => '搜尋 ID ":id" 或名稱 ":name" 都找不到有效的目標帳戶。',
'deposit_dest_wrong_type' => 'The submitted destination account is not of the right type.',
// Ignore this comment
'transfer_source_need_data' => '需要有效的來源帳戶 ID 及/或有效的來源帳戶名稱才能繼續。',
'transfer_source_bad_data' => '搜尋 ID ":id" 或名稱 ":name" 都找不到有效的來源帳戶。',
'transfer_dest_need_data' => '需要有效的目標帳戶 ID 及/或有效的目標帳戶名稱才能繼續。',
@@ -232,3 +241,5 @@ return [
'auto_budget_amount_positive' => 'The amount must be more than zero.',
'auto_budget_period_mandatory' => 'The auto budget period is a mandatory field.',
];
// Ignore this comment