mirror of
https://github.com/firefly-iii/firefly-iii.git
synced 2026-01-08 15:05:29 +00:00
New language strings
This commit is contained in:
28
resources/lang/zh_TW/auth.php
Normal file
28
resources/lang/zh_TW/auth.php
Normal file
@@ -0,0 +1,28 @@
|
||||
<?php
|
||||
|
||||
/**
|
||||
* auth.php
|
||||
* Copyright (c) 2018 thegrumpydictator@gmail.com
|
||||
*
|
||||
* This file is part of Firefly III.
|
||||
*
|
||||
* Firefly III is free software: you can redistribute it and/or modify
|
||||
* it under the terms of the GNU General Public License as published by
|
||||
* the Free Software Foundation, either version 3 of the License, or
|
||||
* (at your option) any later version.
|
||||
*
|
||||
* Firefly III is distributed in the hope that it will be useful,
|
||||
* but WITHOUT ANY WARRANTY; without even the implied warranty of
|
||||
* MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the
|
||||
* GNU General Public License for more details.
|
||||
*
|
||||
* You should have received a copy of the GNU General Public License
|
||||
* along with Firefly III. If not, see <http://www.gnu.org/licenses/>.
|
||||
*/
|
||||
|
||||
declare(strict_types=1);
|
||||
|
||||
return [
|
||||
'failed' => '憑證與系統記錄不符。',
|
||||
'throttle' => '過多登入嘗試,請於 :seconds 秒後重試。',
|
||||
];
|
||||
26
resources/lang/zh_TW/bank.php
Normal file
26
resources/lang/zh_TW/bank.php
Normal file
@@ -0,0 +1,26 @@
|
||||
<?php
|
||||
|
||||
/**
|
||||
* bank.php
|
||||
* Copyright (c) 2018 thegrumpydictator@gmail.com
|
||||
*
|
||||
* This file is part of Firefly III.
|
||||
*
|
||||
* Firefly III is free software: you can redistribute it and/or modify
|
||||
* it under the terms of the GNU General Public License as published by
|
||||
* the Free Software Foundation, either version 3 of the License, or
|
||||
* (at your option) any later version.
|
||||
*
|
||||
* Firefly III is distributed in the hope that it will be useful,
|
||||
* but WITHOUT ANY WARRANTY; without even the implied warranty of
|
||||
* MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the
|
||||
* GNU General Public License for more details.
|
||||
*
|
||||
* You should have received a copy of the GNU General Public License
|
||||
* along with Firefly III. If not, see <http://www.gnu.org/licenses/>.
|
||||
*/
|
||||
|
||||
declare(strict_types=1);
|
||||
|
||||
return [
|
||||
];
|
||||
57
resources/lang/zh_TW/breadcrumbs.php
Normal file
57
resources/lang/zh_TW/breadcrumbs.php
Normal file
@@ -0,0 +1,57 @@
|
||||
<?php
|
||||
|
||||
/**
|
||||
* breadcrumbs.php
|
||||
* Copyright (c) 2018 thegrumpydictator@gmail.com
|
||||
*
|
||||
* This file is part of Firefly III.
|
||||
*
|
||||
* Firefly III is free software: you can redistribute it and/or modify
|
||||
* it under the terms of the GNU General Public License as published by
|
||||
* the Free Software Foundation, either version 3 of the License, or
|
||||
* (at your option) any later version.
|
||||
*
|
||||
* Firefly III is distributed in the hope that it will be useful,
|
||||
* but WITHOUT ANY WARRANTY; without even the implied warranty of
|
||||
* MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the
|
||||
* GNU General Public License for more details.
|
||||
*
|
||||
* You should have received a copy of the GNU General Public License
|
||||
* along with Firefly III. If not, see <http://www.gnu.org/licenses/>.
|
||||
*/
|
||||
|
||||
declare(strict_types=1);
|
||||
|
||||
return [
|
||||
'home' => '首頁',
|
||||
'edit_currency' => '編輯貨幣 ":name"',
|
||||
'delete_currency' => '刪除貨幣 ":name"',
|
||||
'newPiggyBank' => '創建一個新的小豬撲滿',
|
||||
'edit_piggyBank' => '編輯小豬撲滿 ":name"',
|
||||
'preferences' => '偏好設定',
|
||||
'profile' => '個人檔案',
|
||||
'changePassword' => '更改您的密碼',
|
||||
'change_email' => '更改您的電子郵件地址',
|
||||
'bills' => '帳單',
|
||||
'newBill' => '新增帳單',
|
||||
'edit_bill' => '編輯帳單 ":name"',
|
||||
'delete_bill' => '刪除帳單 ":name"',
|
||||
'reports' => '報表',
|
||||
'search_result' => '":query" 的搜尋結果',
|
||||
'withdrawal_list' => '支出',
|
||||
'deposit_list' => '收入、所得與存款',
|
||||
'transfer_list' => '轉帳',
|
||||
'transfers_list' => '轉帳',
|
||||
'reconciliation_list' => '對帳',
|
||||
'create_withdrawal' => '新增提款',
|
||||
'create_deposit' => '新增存款',
|
||||
'create_transfer' => '新增轉帳',
|
||||
'edit_journal' => '編輯交易 ":description"',
|
||||
'edit_reconciliation' => '編輯 ":description"',
|
||||
'delete_journal' => '刪除交易 ":description"',
|
||||
'tags' => '標籤',
|
||||
'createTag' => '建立新標籤',
|
||||
'edit_tag' => '編輯標籤 ":tag"',
|
||||
'delete_tag' => '刪除標籤 ":tag"',
|
||||
'delete_journal_link' => '刪除交易記錄之間的連結',
|
||||
];
|
||||
32
resources/lang/zh_TW/components.php
Normal file
32
resources/lang/zh_TW/components.php
Normal file
@@ -0,0 +1,32 @@
|
||||
<?php
|
||||
|
||||
/**
|
||||
* components.php
|
||||
* Copyright (c) 2018 thegrumpydictator@gmail.com
|
||||
*
|
||||
* This file is part of Firefly III.
|
||||
*
|
||||
* Firefly III is free software: you can redistribute it and/or modify
|
||||
* it under the terms of the GNU General Public License as published by
|
||||
* the Free Software Foundation, either version 3 of the License, or
|
||||
* (at your option) any later version.
|
||||
*
|
||||
* Firefly III is distributed in the hope that it will be useful,
|
||||
* but WITHOUT ANY WARRANTY; without even the implied warranty of
|
||||
* MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the
|
||||
* GNU General Public License for more details.
|
||||
*
|
||||
* You should have received a copy of the GNU General Public License
|
||||
* along with Firefly III. If not, see <http://www.gnu.org/licenses/>.
|
||||
*/
|
||||
|
||||
declare(strict_types=1);
|
||||
|
||||
return [
|
||||
// profile
|
||||
'personal_access_tokens' => '個人訪問權杖',
|
||||
|
||||
// bills:
|
||||
'not_expected_period' => '本期未預期',
|
||||
'not_or_not_yet' => '(還) 沒有',
|
||||
];
|
||||
51
resources/lang/zh_TW/config.php
Normal file
51
resources/lang/zh_TW/config.php
Normal file
@@ -0,0 +1,51 @@
|
||||
<?php
|
||||
|
||||
/**
|
||||
* config.php
|
||||
* Copyright (c) 2018 thegrumpydictator@gmail.com
|
||||
*
|
||||
* This file is part of Firefly III.
|
||||
*
|
||||
* Firefly III is free software: you can redistribute it and/or modify
|
||||
* it under the terms of the GNU General Public License as published by
|
||||
* the Free Software Foundation, either version 3 of the License, or
|
||||
* (at your option) any later version.
|
||||
*
|
||||
* Firefly III is distributed in the hope that it will be useful,
|
||||
* but WITHOUT ANY WARRANTY; without even the implied warranty of
|
||||
* MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the
|
||||
* GNU General Public License for more details.
|
||||
*
|
||||
* You should have received a copy of the GNU General Public License
|
||||
* along with Firefly III. If not, see <http://www.gnu.org/licenses/>.
|
||||
*/
|
||||
|
||||
declare(strict_types=1);
|
||||
|
||||
return [
|
||||
'html_language' => 'zh-tw',
|
||||
'locale' => 'zh_TW, Chinese Traditional (Taiwan), zh_TW.utf8, zh_TW.UTF-8',
|
||||
'month' => '%Y 年 %B',
|
||||
'month_and_day' => '%Y年 %B %e號',
|
||||
'month_and_date_day' => '%Y 年 %B %e 號 %A',
|
||||
'month_and_day_no_year' => '%B %e 號',
|
||||
'date_time' => '%Y 年 %B %e 號, @ %T',
|
||||
'specific_day' => '%Y 年 %B %e 號',
|
||||
'week_in_year' => '%Y 年第 %W 週',
|
||||
'year' => '%Y 年',
|
||||
'half_year' => '%Y 年 %B',
|
||||
'month_js' => 'MMMM YYYY',
|
||||
'month_and_day_js' => 'MMMM Do, YYYY',
|
||||
'date_time_js' => 'MMMM Do, YYYY, @ HH:mm:ss',
|
||||
'specific_day_js' => 'D MMMM YYYY',
|
||||
'week_in_year_js' => '[Week] w, YYYY',
|
||||
'year_js' => 'YYYY',
|
||||
'half_year_js' => 'Q YYYY',
|
||||
'dow_1' => '週一',
|
||||
'dow_2' => '週二',
|
||||
'dow_3' => '週三',
|
||||
'dow_4' => '週四',
|
||||
'dow_5' => '週五',
|
||||
'dow_6' => '週六',
|
||||
'dow_7' => '週日',
|
||||
];
|
||||
26
resources/lang/zh_TW/csv.php
Normal file
26
resources/lang/zh_TW/csv.php
Normal file
@@ -0,0 +1,26 @@
|
||||
<?php
|
||||
|
||||
/**
|
||||
* csv.php
|
||||
* Copyright (c) 2018 thegrumpydictator@gmail.com
|
||||
*
|
||||
* This file is part of Firefly III.
|
||||
*
|
||||
* Firefly III is free software: you can redistribute it and/or modify
|
||||
* it under the terms of the GNU General Public License as published by
|
||||
* the Free Software Foundation, either version 3 of the License, or
|
||||
* (at your option) any later version.
|
||||
*
|
||||
* Firefly III is distributed in the hope that it will be useful,
|
||||
* but WITHOUT ANY WARRANTY; without even the implied warranty of
|
||||
* MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the
|
||||
* GNU General Public License for more details.
|
||||
*
|
||||
* You should have received a copy of the GNU General Public License
|
||||
* along with Firefly III. If not, see <http://www.gnu.org/licenses/>.
|
||||
*/
|
||||
|
||||
declare(strict_types=1);
|
||||
|
||||
return [
|
||||
];
|
||||
38
resources/lang/zh_TW/demo.php
Normal file
38
resources/lang/zh_TW/demo.php
Normal file
@@ -0,0 +1,38 @@
|
||||
<?php
|
||||
|
||||
/**
|
||||
* demo.php
|
||||
* Copyright (c) 2018 thegrumpydictator@gmail.com
|
||||
*
|
||||
* This file is part of Firefly III.
|
||||
*
|
||||
* Firefly III is free software: you can redistribute it and/or modify
|
||||
* it under the terms of the GNU General Public License as published by
|
||||
* the Free Software Foundation, either version 3 of the License, or
|
||||
* (at your option) any later version.
|
||||
*
|
||||
* Firefly III is distributed in the hope that it will be useful,
|
||||
* but WITHOUT ANY WARRANTY; without even the implied warranty of
|
||||
* MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the
|
||||
* GNU General Public License for more details.
|
||||
*
|
||||
* You should have received a copy of the GNU General Public License
|
||||
* along with Firefly III. If not, see <http://www.gnu.org/licenses/>.
|
||||
*/
|
||||
|
||||
declare(strict_types=1);
|
||||
|
||||
return [
|
||||
'no_demo_text' => '抱歉,沒有額外的展示說明文字可供 <abbr title=":route">此頁</abbr>。',
|
||||
'see_help_icon' => '不過,右上角的這個 <i class="fa fa-question-circle"></i>-圖示或許可以告訴你更多資訊。',
|
||||
'index' => '歡迎來到 <strong>Firefly III</strong>!您可在此頁快速概覽您的財務狀況。如需更多資, 請前往帳戶 → <a href=":asset">資產帳戶</a> 亦或是 <a href=":budgets">預算</a> 以及 <a href=":reports">報表</a> 頁面。您也可以繼續瀏覽此頁。',
|
||||
'accounts-index' => '資產帳戶是您的個人銀行帳戶。支出帳戶是您花費金錢的帳戶,如商家或其他友人。收入帳戶是您獲得收入的地方,如您的工作、政府或其他收入源。債務是您的借貸,如信用卡帳單或學生貸款。在此頁面您可以編輯或刪除這些項目。',
|
||||
'budgets-index' => '此頁面顯示您的預算概覽。上方橫條顯示可用預算額,它可隨時透過點選右方的總額進行客製化。您已花費的額度則顯示在下方橫條,而以下則是每條預算的支出以及您已編列的預算。',
|
||||
'reports-index-start' => 'Firefly III 支援數種不同的報表形式,您可以點選右上方的 <i class="fa fa-question-circle"></i>-圖示獲得更多資訊。',
|
||||
'reports-index-examples' => '請確認您以檢閱過以下範例:<a href=":one">月財務概覽</a>、<a href=":two">年度財務概覽</a> 以及 <a href=":three">預算概覽</a>。',
|
||||
'currencies-index' => 'Firefly III 支援多種貨幣,即便預設為歐元,亦可設成美金或其他貨幣。如您所見,系統已包含了一小部分的貨幣種類,但您也可自行新增其他貨幣。修改預設貨幣並不會改變既有交易的貨幣種類,且 Firefly III 支援同時使用不同貨幣。',
|
||||
'transactions-index' => '這些支出、儲蓄與轉帳並非蓄意虛構,而是自動產生的。',
|
||||
'piggy-banks-index' => '如您所見,目前有3個小豬撲滿。使用 + 號與 - 號按鈕可改變每個小豬撲滿的總額,而點選小豬撲滿的名稱則可管理該撲滿。',
|
||||
'import-index' => '任何 CSV 格式的檔案都可匯入 Firefly III,本程式也支援來自 bunq 與 Spectre 的檔案格式,其他銀行與金融機構則會在未來提供支援。而作為一名展示使用者,你只會看到「假的」供應者,系統會隨機產生交易紀錄以告知您如何運作。',
|
||||
'profile-index' => '請謹記本展示網站每四小時會自動重新啟用,您的訪問憑證可能隨時被撤銷,這是自動發生而非錯誤。',
|
||||
];
|
||||
1354
resources/lang/zh_TW/firefly.php
Normal file
1354
resources/lang/zh_TW/firefly.php
Normal file
File diff suppressed because it is too large
Load Diff
259
resources/lang/zh_TW/form.php
Normal file
259
resources/lang/zh_TW/form.php
Normal file
@@ -0,0 +1,259 @@
|
||||
<?php
|
||||
|
||||
/**
|
||||
* form.php
|
||||
* Copyright (c) 2018 thegrumpydictator@gmail.com
|
||||
*
|
||||
* This file is part of Firefly III.
|
||||
*
|
||||
* Firefly III is free software: you can redistribute it and/or modify
|
||||
* it under the terms of the GNU General Public License as published by
|
||||
* the Free Software Foundation, either version 3 of the License, or
|
||||
* (at your option) any later version.
|
||||
*
|
||||
* Firefly III is distributed in the hope that it will be useful,
|
||||
* but WITHOUT ANY WARRANTY; without even the implied warranty of
|
||||
* MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the
|
||||
* GNU General Public License for more details.
|
||||
*
|
||||
* You should have received a copy of the GNU General Public License
|
||||
* along with Firefly III. If not, see <http://www.gnu.org/licenses/>.
|
||||
*/
|
||||
|
||||
declare(strict_types=1);
|
||||
|
||||
return [
|
||||
// new user:
|
||||
'bank_name' => '銀行名稱',
|
||||
'bank_balance' => '餘額',
|
||||
'savings_balance' => '儲蓄餘額',
|
||||
'credit_card_limit' => '信用卡額度',
|
||||
'automatch' => '自動配對',
|
||||
'skip' => '略過',
|
||||
'enabled' => '已啟用',
|
||||
'name' => '名稱',
|
||||
'active' => '啟用',
|
||||
'amount_min' => '最小金額',
|
||||
'amount_max' => '最大金額',
|
||||
'match' => '配對於',
|
||||
'strict' => '精確模式',
|
||||
'repeat_freq' => '重複',
|
||||
'journal_currency_id' => '貨幣',
|
||||
'currency_id' => '貨幣',
|
||||
'transaction_currency_id' => '貨幣',
|
||||
'external_ip' => '您的伺服器外部IP',
|
||||
'attachments' => '附加檔案',
|
||||
'journal_amount' => '金額',
|
||||
'journal_source_name' => '收入帳戶 (來源)',
|
||||
'keep_bill_id' => '帳單',
|
||||
'journal_source_id' => '資產帳戶 (來源)',
|
||||
'BIC' => 'BIC',
|
||||
'verify_password' => '驗證密碼安全性',
|
||||
'source_account' => '來源帳戶',
|
||||
'destination_account' => '目標帳戶',
|
||||
'journal_destination_id' => '資產帳戶 (目標)',
|
||||
'asset_destination_account' => '目標帳戶',
|
||||
'include_net_worth' => '包括淨值',
|
||||
'asset_source_account' => '來源帳戶',
|
||||
'journal_description' => '說明',
|
||||
'note' => '備註',
|
||||
'split_journal' => '分割此交易',
|
||||
'split_journal_explanation' => '分割這個交易為幾個部分',
|
||||
'currency' => '貨幣',
|
||||
'account_id' => '資產帳戶',
|
||||
'budget_id' => '預算',
|
||||
'openingBalance' => '初始餘額',
|
||||
'tagMode' => '標籤模式',
|
||||
'tag_position' => '標籤位置',
|
||||
'virtualBalance' => '虛擬餘額',
|
||||
'targetamount' => '目標金額',
|
||||
'accountRole' => '帳戶角色',
|
||||
'openingBalanceDate' => '初始餘額日期',
|
||||
'ccType' => '信用卡付款計畫',
|
||||
'ccMonthlyPaymentDate' => '信用卡每月付款日期',
|
||||
'piggy_bank_id' => '小豬撲滿',
|
||||
'returnHere' => '返回此處',
|
||||
'returnHereExplanation' => '儲存後,返回這裡建立另一筆記錄。',
|
||||
'returnHereUpdateExplanation' => '更新後,返回此處。',
|
||||
'description' => '描述',
|
||||
'expense_account' => '支出帳戶',
|
||||
'revenue_account' => '收入帳戶',
|
||||
'decimal_places' => '小數位數',
|
||||
'exchange_rate_instruction' => '外幣',
|
||||
'source_amount' => '金額 (來源)',
|
||||
'destination_amount' => '金額 (目標)',
|
||||
'native_amount' => '原生金額',
|
||||
'new_email_address' => '新電子郵件地址',
|
||||
'verification' => '驗證',
|
||||
'api_key' => 'API 金鑰',
|
||||
'remember_me' => '記住我',
|
||||
'liability_type_id' => '負債類型',
|
||||
'interest' => '利率',
|
||||
'interest_period' => '利率期',
|
||||
|
||||
'source_account_asset' => '來源帳戶 (資產帳戶)',
|
||||
'destination_account_expense' => '目標帳戶 (支出帳戶)',
|
||||
'destination_account_asset' => '目標帳戶 (資產帳戶)',
|
||||
'source_account_revenue' => '來源帳戶 (收入帳戶)',
|
||||
'type' => '類型',
|
||||
'convert_Withdrawal' => '轉換提款',
|
||||
'convert_Deposit' => '轉換存款',
|
||||
'convert_Transfer' => '轉換轉帳',
|
||||
|
||||
'amount' => '金額',
|
||||
'foreign_amount' => '外幣金額',
|
||||
'existing_attachments' => '既有附加檔案',
|
||||
'date' => '日期',
|
||||
'interest_date' => '利率日期',
|
||||
'book_date' => '登記日期',
|
||||
'process_date' => '處理日期',
|
||||
'category' => '分類',
|
||||
'tags' => '標籤',
|
||||
'deletePermanently' => '永久刪除',
|
||||
'cancel' => '取消',
|
||||
'targetdate' => '目標日期',
|
||||
'startdate' => '開始日期',
|
||||
'tag' => '標籤',
|
||||
'under' => '低於',
|
||||
'symbol' => '符號',
|
||||
'code' => '代碼',
|
||||
'iban' => '國際銀行帳戶號碼 (IBAN)',
|
||||
'accountNumber' => '帳戶號碼',
|
||||
'creditCardNumber' => '信用卡卡號',
|
||||
'has_headers' => '標題',
|
||||
'date_format' => '日期格式',
|
||||
'specifix' => '特定的銀行或檔案修正',
|
||||
'attachments[]' => '附加檔案',
|
||||
'store_new_withdrawal' => '儲存新提款',
|
||||
'store_new_deposit' => '儲存新存款',
|
||||
'store_new_transfer' => '儲存新轉帳',
|
||||
'add_new_withdrawal' => '新增新提款',
|
||||
'add_new_deposit' => '新增新存款',
|
||||
'add_new_transfer' => '新增新轉帳',
|
||||
'title' => '標題',
|
||||
'notes' => '備註',
|
||||
'filename' => '檔案名稱',
|
||||
'mime' => 'Mime 類型',
|
||||
'size' => '尺寸',
|
||||
'trigger' => '觸發器',
|
||||
'stop_processing' => '停止處理',
|
||||
'start_date' => '範圍起點',
|
||||
'end_date' => '範圍終點',
|
||||
'export_start_range' => '輸出範圍起點',
|
||||
'export_end_range' => '輸出範圍終點',
|
||||
'export_format' => '檔案格式',
|
||||
'include_attachments' => '包括上傳的附件',
|
||||
'include_old_uploads' => '包含匯入的資料',
|
||||
'accounts' => '從這些帳戶匯出交易記錄',
|
||||
'delete_account' => '刪除帳戶 ":name"',
|
||||
'delete_bill' => '刪除帳單 ":name"',
|
||||
'delete_budget' => '刪除預算 ":name"',
|
||||
'delete_category' => '刪除分類 ":name"',
|
||||
'delete_currency' => '刪除貨幣 ":name"',
|
||||
'delete_journal' => '刪除包含描述 ":description" 的交易',
|
||||
'delete_attachment' => '刪除附加檔案 ":name"',
|
||||
'delete_rule' => '刪除規則 ":title"',
|
||||
'delete_rule_group' => '刪除規則群組 ":title"',
|
||||
'delete_link_type' => '刪除連結類型 ":name"',
|
||||
'delete_user' => '刪除使用者 ":email"',
|
||||
'delete_recurring' => '刪除定期交易 ":title"',
|
||||
'user_areYouSure' => '如果您刪除使用者 ":email",該名使用者的任何資訊均會消失,無法復原。如果您刪除自己,將無法進入此 Firefly III 版本。',
|
||||
'attachment_areYouSure' => '你確定你想要刪除附加檔案 ":name"?',
|
||||
'account_areYouSure' => '你確定你想要刪除名為 ":name" 的帳戶?',
|
||||
'bill_areYouSure' => '你確定你想要刪除名為 ":name" 的帳單?',
|
||||
'rule_areYouSure' => '你確定你想要刪除名為 ":title" 的規則?',
|
||||
'ruleGroup_areYouSure' => '你確定你想要刪除名為 ":title" 的規則群組?',
|
||||
'budget_areYouSure' => '你確定你想要刪除名為 ":name" 的預算?',
|
||||
'category_areYouSure' => '你確定你想要刪除名為 ":name" 的分類?',
|
||||
'recurring_areYouSure' => '你確定你想要刪除名為 ":title" 的定期交易?',
|
||||
'currency_areYouSure' => '你確定你想要刪除名為 ":name" 的貨幣?',
|
||||
'piggyBank_areYouSure' => '你確定你想要刪除名為 ":name" 的小豬撲滿?',
|
||||
'journal_areYouSure' => '你真的要刪除這個描述為 ":description" 的交易嗎?',
|
||||
'mass_journal_are_you_sure' => '確定刪除這些交易?',
|
||||
'tag_areYouSure' => '你真的要要刪除標籤 ":tag" 嗎?',
|
||||
'journal_link_areYouSure' => '您確定您要刪除 <a href=":source_link">:source</a> 與 <a href=":destination_link">:destination</a> 間的連結嗎?',
|
||||
'linkType_areYouSure' => '您確定您要刪除連結類型 ":name" (":inward" / ":outward")?',
|
||||
'permDeleteWarning' => '自 Firefly III 刪除項目是永久且不可撤銷的。',
|
||||
'mass_make_selection' => '您還是可以取消核取方塊的勾選,以避免項目被刪除。',
|
||||
'delete_all_permanently' => '永久刪除已選項目',
|
||||
'update_all_journals' => '更新這些交易',
|
||||
'also_delete_transactions' => '與此帳戶連接的唯一一筆交易也會被刪除。|與此帳戶連接的 :count 筆交易也會被刪除。',
|
||||
'also_delete_connections' => '與此連結類型連接的唯一一筆交易會遺失連接。|與此連結類型連接的 :count 筆交易會遺失連接。',
|
||||
'also_delete_rules' => '與此規則群組連接的唯一一則規則也會被刪除。|與此規則群組連接的 :count 則規則也會被刪除。',
|
||||
'also_delete_piggyBanks' => '與此帳戶連接的唯一一個小豬撲滿也會被刪除。|與此帳戶連接的 :count 個小豬撲滿也會被刪除。',
|
||||
'bill_keep_transactions' => '與此帳單連接的唯一一筆交易不會被刪除。|與此帳單連接的 :count 筆交易不會被刪除。',
|
||||
'budget_keep_transactions' => '與此預算連接的唯一一筆交易不會被刪除。|與此預算連接的 :count 筆交易不會被刪除。',
|
||||
'category_keep_transactions' => '與此分類連接的唯一一筆交易不會被刪除。|與此分類連接的 :count 筆交易不會被刪除。',
|
||||
'recurring_keep_transactions' => '由此定期交易建立的唯一一筆交易不會被刪除。|由此定期交易建立的 :count 筆交易不會被刪除。',
|
||||
'tag_keep_transactions' => '與此標籤連接的唯一一筆交易不會被刪除。|與此標籤連接的 :count 筆交易不會被刪除。',
|
||||
'check_for_updates' => '檢查更新',
|
||||
|
||||
'email' => '電子郵件地址',
|
||||
'password' => '密碼',
|
||||
'password_confirmation' => '密碼 (再輸入一次)',
|
||||
'blocked' => '被封鎖了?',
|
||||
'blocked_code' => '封鎖的原因',
|
||||
'login_name' => '登入',
|
||||
|
||||
// import
|
||||
'apply_rules' => '套用規則',
|
||||
'artist' => '演出者',
|
||||
'album' => '專輯',
|
||||
'song' => '歌曲',
|
||||
|
||||
|
||||
// admin
|
||||
'domain' => '網域',
|
||||
'single_user_mode' => '關閉使用者註冊',
|
||||
'is_demo_site' => '這是演示網站',
|
||||
|
||||
// import
|
||||
'import_file' => '匯入檔案',
|
||||
'configuration_file' => '組態檔案',
|
||||
'import_file_type' => '匯入檔案類型',
|
||||
'csv_comma' => '逗號 (,)',
|
||||
'csv_semicolon' => '分號 (;)',
|
||||
'csv_tab' => 'TAB鍵 (不可見)',
|
||||
'csv_delimiter' => 'CSV 欄位分隔符號',
|
||||
'csv_import_account' => '預設匯入帳戶',
|
||||
'csv_config' => 'CSV 匯入組態',
|
||||
'client_id' => '客戶端 ID',
|
||||
'service_secret' => 'Service secret',
|
||||
'app_secret' => 'App Secret',
|
||||
'app_id' => 'App ID',
|
||||
'secret' => '金鑰',
|
||||
'public_key' => '公共金鑰',
|
||||
'country_code' => '國家代碼',
|
||||
'provider_code' => '銀行或資料提供者',
|
||||
'fints_url' => 'FinTS API URL',
|
||||
'fints_port' => '埠',
|
||||
'fints_bank_code' => '銀行代碼',
|
||||
'fints_username' => '使用者名稱',
|
||||
'fints_password' => 'PIN/密碼',
|
||||
'fints_account' => 'FinTS 帳戶',
|
||||
'local_account' => 'Firefly III 帳戶',
|
||||
'from_date' => '開始自',
|
||||
'to_date' => '日期至',
|
||||
|
||||
|
||||
'due_date' => '到期日',
|
||||
'payment_date' => '付款日期',
|
||||
'invoice_date' => '發票日期',
|
||||
'internal_reference' => '內部參考',
|
||||
'inward' => '向內描述',
|
||||
'outward' => '外向描述',
|
||||
'rule_group_id' => '規則群組',
|
||||
'transaction_description' => '交易描述',
|
||||
'first_date' => '初次日期',
|
||||
'transaction_type' => '交易類型',
|
||||
'repeat_until' => '重複直到',
|
||||
'recurring_description' => '定期交易描述',
|
||||
'repetition_type' => '重複類型',
|
||||
'foreign_currency_id' => '外幣',
|
||||
'repetition_end' => '重複結束',
|
||||
'repetitions' => '重複',
|
||||
'calendar' => '日曆',
|
||||
'weekend' => '週末',
|
||||
'client_secret' => '客戶端金鑰',
|
||||
|
||||
];
|
||||
325
resources/lang/zh_TW/import.php
Normal file
325
resources/lang/zh_TW/import.php
Normal file
@@ -0,0 +1,325 @@
|
||||
<?php
|
||||
|
||||
/**
|
||||
* import.php
|
||||
* Copyright (c) 2018 thegrumpydictator@gmail.com
|
||||
*
|
||||
* This file is part of Firefly III.
|
||||
*
|
||||
* Firefly III is free software: you can redistribute it and/or modify
|
||||
* it under the terms of the GNU General Public License as published by
|
||||
* the Free Software Foundation, either version 3 of the License, or
|
||||
* (at your option) any later version.
|
||||
*
|
||||
* Firefly III is distributed in the hope that it will be useful,
|
||||
* but WITHOUT ANY WARRANTY; without even the implied warranty of
|
||||
* MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the
|
||||
* GNU General Public License for more details.
|
||||
*
|
||||
* You should have received a copy of the GNU General Public License
|
||||
* along with Firefly III. If not, see <http://www.gnu.org/licenses/>.
|
||||
*/
|
||||
|
||||
declare(strict_types=1);
|
||||
|
||||
return [
|
||||
// ALL breadcrumbs and subtitles:
|
||||
'index_breadcrumb' => '匯入資料到 Firefly III',
|
||||
'prerequisites_breadcrumb_fake' => '假匯入供應商的先決條件',
|
||||
'prerequisites_breadcrumb_spectre' => 'Spectre 的先決條件',
|
||||
'prerequisites_breadcrumb_bunq' => 'bunq 的先決條件',
|
||||
'prerequisites_breadcrumb_ynab' => 'YNAB 的先決條件',
|
||||
'job_configuration_breadcrumb' => '":key" 設定',
|
||||
'job_status_breadcrumb' => '":key" 匯入狀態',
|
||||
'cannot_create_for_provider' => 'Firefly III 無法為 ":provider"-供應商建立工作。',
|
||||
'disabled_for_demo_user' => '在展示中不啟用',
|
||||
|
||||
// index page:
|
||||
'general_index_title' => '匯入檔案',
|
||||
'general_index_intro' => '歡迎來到 Firefly III 的匯入例行。有幾種方法可以將資料匯入 Firefly III 中,在此以按鈕表示。',
|
||||
|
||||
// import provider strings (index):
|
||||
'button_fake' => '假造匯入',
|
||||
'button_file' => '匯入檔案',
|
||||
'button_bunq' => '自 bunq 匯入',
|
||||
'button_spectre' => '自 Spectre 匯入',
|
||||
'button_plaid' => '使用 Plait 匯入',
|
||||
'button_yodlee' => '使用 Yodlee 匯入',
|
||||
'button_quovo' => '使用 Quovo 匯入',
|
||||
'button_ynab' => '自 You Need A Budget 匯入',
|
||||
'button_fints' => '使用 FinTS 匯入',
|
||||
|
||||
|
||||
// global config box (index)
|
||||
'global_config_title' => '全域匯入設定',
|
||||
'global_config_text' => '未來,此區塊將提供可套用至上述全部服務供應商的偏好設定。',
|
||||
// prerequisites box (index)
|
||||
'need_prereq_title' => '匯入先決條件',
|
||||
'need_prereq_intro' => '部分匯入方式您得先在使用前注意一下。比方說,他們可能需要特別的串接秘鑰或應用程式金鑰,您可在此設定。此圖示表示所屬的先決條件已經媒合。',
|
||||
'do_prereq_fake' => '假匯入供應商的先決條件',
|
||||
'do_prereq_file' => '檔案匯入的先決條件',
|
||||
'do_prereq_bunq' => '從 bunq 匯入的先決條件',
|
||||
'do_prereq_spectre' => '使用 Spectre 匯入的先決條件',
|
||||
'do_prereq_plaid' => '使用 Plaid 匯入的先決條件',
|
||||
'do_prereq_yodlee' => '使用 Yodlee 匯入的先決條件',
|
||||
'do_prereq_quovo' => '使用 Quovo 匯入的先決條件',
|
||||
'do_prereq_ynab' => '從 YNAB 匯入的先決條件',
|
||||
|
||||
// provider config box (index)
|
||||
'can_config_title' => '匯入設定',
|
||||
'can_config_intro' => '部分匯入方式可以依照您的喜好設定,它們有額外的設定選項可讓您操作。',
|
||||
'do_config_fake' => '假供應商的設定',
|
||||
'do_config_file' => '檔案匯入的設定',
|
||||
'do_config_bunq' => 'bunq 匯入設定',
|
||||
'do_config_spectre' => 'Spectre 匯入設定',
|
||||
'do_config_plaid' => '自 Plaid 的匯入設定',
|
||||
'do_config_yodlee' => '自 Yodlee 匯入的設定',
|
||||
'do_config_quovo' => '自 Quovo 匯入的設定',
|
||||
|
||||
// prerequisites:
|
||||
'prereq_fake_title' => '自假的匯入供應商匯入的先決條件',
|
||||
'prereq_fake_text' => '這個假的供應商需要一個假的 API 金鑰,必須是32個字元長。您可以使用此:12446809901236890123690124444466990aa',
|
||||
'prereq_spectre_title' => '使用 Spectre API 匯入的先決條件',
|
||||
'prereq_spectre_text' => '為使用 Spectre API (v4) 匯入資料,您必須提供 Firefly III 兩個秘密數值,可於 <a href="https://www.saltedge.com/clients/profile/secrets">密鑰頁面</a> 找到。',
|
||||
'prereq_spectre_pub' => '同理,Spectre API 也會需要您下方看見的公鑰。若無此公鑰,服務供應商無法辨認您,請於您的 <a href="https://www.saltedge.com/clients/profile/secrets">密鑰頁面</a> 鍵入您的公鑰。',
|
||||
'prereq_bunq_title' => '從 bunq 匯入的先決條件',
|
||||
'prereq_bunq_text' => '為自 bunq 匯入,您需要獲得一組 API 金鑰,您可以從應用程式著手。請注意自 bunq 匯入的功能仍是測試版本,僅在沙盒 API 內完成測試而已。',
|
||||
'prereq_bunq_ip' => 'bunq 需要您的對外 IP 位址。Firefly III 已嘗試使用 <a href="https://www.ipify.org/">ipify 服務</a> 自動填入,請確認此 IP 係正確的,否則匯入將失敗。',
|
||||
'prereq_ynab_title' => '從 YNAB 匯入的先決條件',
|
||||
'prereq_ynab_text' => '為了能夠從 YNAB 下載交易,請在您的 <a href="https://app.youneedabudget.com/settings/developer"> 開發人員設置頁 </a> 上建立一個新的應用程式,並在此頁面上輸入客戶端 ID 和密碼。',
|
||||
'prereq_ynab_redirect' => '若要完成設定,前往以下位於 <a href="https://app.youneedabudget.com/settings/developer">開發者設定頁面</a> 中 "Redirect URI(s)" 的網址。',
|
||||
'callback_not_tls' => 'Firefly III 偵測到以下回呼 URI。您的伺服器似乎沒有設定成 TLS-連接 (HTTP)。YNAB 不會接受此 URI,你可以繼續匯入 (因為 Firefly III 可能是錯的),但請記住這一點。',
|
||||
// prerequisites success messages:
|
||||
'prerequisites_saved_for_fake' => '假 API 金鑰存儲成功!',
|
||||
'prerequisites_saved_for_spectre' => '應用程式 ID 與密鑰已儲存!',
|
||||
'prerequisites_saved_for_bunq' => 'API 金鑰與 IP 已儲存!',
|
||||
'prerequisites_saved_for_ynab' => 'YNAB 客戶 ID 與密鑰已儲存!',
|
||||
|
||||
// job configuration:
|
||||
'job_config_apply_rules_title' => '工作設定 - 套用您的規則?',
|
||||
'job_config_apply_rules_text' => '一旦假供應商執行,您的規則可用於交易。這將為匯入增加時間。',
|
||||
'job_config_input' => '您的輸入',
|
||||
// job configuration for the fake provider:
|
||||
'job_config_fake_artist_title' => '輸入專輯名稱',
|
||||
'job_config_fake_artist_text' => '許多匯入慣常程序都有幾個必須經過的配置步驟。在假匯入供應商的情況下,你必須回答一些奇怪的問題。在這種情況下,請輸入 "David Bowie" 繼續。',
|
||||
'job_config_fake_song_title' => '輸入歌曲名稱',
|
||||
'job_config_fake_song_text' => '請鍵入 "Golden years" 以繼續假匯入。',
|
||||
'job_config_fake_album_title' => '輸入專輯名稱',
|
||||
'job_config_fake_album_text' => '某些匯入慣常程序在匯入過程中需要額外的資料。在假匯入供應商的情況下,你必須回答一些奇怪的問題。請輸入 "Station to station" 繼續。',
|
||||
// job configuration form the file provider
|
||||
'job_config_file_upload_title' => '匯入設定 (1/4) - 上傳您的檔案',
|
||||
'job_config_file_upload_text' => '此慣常程序將協助您從您銀行將檔案匯入 Firefly III。',
|
||||
'job_config_file_upload_help' => '選擇您的檔案,請確定檔案是 UTF-8 編碼。',
|
||||
'job_config_file_upload_config_help' => '如果您之前已匯入過檔案至 Firefly III,您可能已有可提供預設值的設定檔案。就部分銀行,其他使用者業已慷慨地提供了他們的 <a href="https://github.com/firefly-iii/import-configurations/wiki">設定檔</a>。',
|
||||
'job_config_file_upload_type_help' => '選擇要上傳的檔案類型',
|
||||
'job_config_file_upload_submit' => '上傳檔案',
|
||||
'import_file_type_csv' => 'CSV (以逗號分隔值)',
|
||||
'import_file_type_ofx' => 'OFX',
|
||||
'file_not_utf8' => '您上傳的檔案並非以 UTF-8 或 ASCII 編碼,Firefly III 無法處理此類檔案,請使用 Notepad++ 或 Sublime 轉換您的檔案成 UTF-8 格式。',
|
||||
'job_config_uc_title' => '匯入設定 (2/4) - 基本檔案設定',
|
||||
'job_config_uc_text' => '若要正確匯入您的檔案,請驗證以下選項。',
|
||||
'job_config_uc_header_help' => '若您的 CSV 檔案第一列均為欄位標題,請核選此選項。',
|
||||
'job_config_uc_date_help' => '您檔案內的日期格式。請依循 <a href="https://secure.php.net/manual/en/datetime.createfromformat.php#refsect1-datetime.createfromformat-parameters">本頁</a> 所示的格式,預設值將以 :dateExample 形式呈現日期。',
|
||||
'job_config_uc_delimiter_help' => '選擇您檔案所使用的欄位分隔符號,若不確定,逗號係最為安全的選項。',
|
||||
'job_config_uc_account_help' => '若您的檔案不包含資產帳戶的資訊,使用此下拉式選單選擇此檔案內交易所屬的帳戶。',
|
||||
'job_config_uc_apply_rules_title' => '套用規則',
|
||||
'job_config_uc_apply_rules_text' => '套用規則至每一個匯入的交易,請注意此功能會顯著地降低匯入速度。',
|
||||
'job_config_uc_specifics_title' => '特定銀行選項',
|
||||
'job_config_uc_specifics_txt' => '部分銀行提供格式殘不佳的檔案,Firefly III 可以自動修復這個問題。如果銀行提供了不佳的檔案,又沒有列在這邊,請至 GitHub 開啟新的討論。',
|
||||
'job_config_uc_submit' => '繼續',
|
||||
'invalid_import_account' => '您選擇了一個無效帳號來匯入。',
|
||||
'import_liability_select' => '債務',
|
||||
// job configuration for Spectre:
|
||||
'job_config_spectre_login_title' => '選擇您的登入',
|
||||
'job_config_spectre_login_text' => 'Firefly III 已在您的 Spectre 帳戶找到 :count 筆既存登入,哪一個是您想要匯入的呢?',
|
||||
'spectre_login_status_active' => '啟用',
|
||||
'spectre_login_status_inactive' => '未啟用',
|
||||
'spectre_login_status_disabled' => '停用',
|
||||
'spectre_login_new_login' => '使用其他銀行登入,或其中一間具有不同憑證的銀行。',
|
||||
'job_config_spectre_accounts_title' => '選擇欲匯入的帳戶',
|
||||
'job_config_spectre_accounts_text' => '您以選擇 ":name" (:country)。您在這個供應商有 :count 個可用帳戶,請在 Firefly III 的資產帳戶中選擇這些交易應被儲存的帳戶。請記得,若要匯入資料,Firefly III 與 ":name"-帳戶兩者均需使用相同貨幣。',
|
||||
'spectre_no_supported_accounts' => '因為貨幣不相符,你不能自此帳號匯入。',
|
||||
'spectre_do_not_import' => '(不匯入)',
|
||||
'spectre_no_mapping' => '您似乎沒有選擇任何欲匯入的帳戶。',
|
||||
'imported_from_account' => '已自 ":account" 匯入',
|
||||
'spectre_account_with_number' => '帳戶 :number',
|
||||
'job_config_spectre_apply_rules' => '套用規則',
|
||||
'job_config_spectre_apply_rules_text' => '預設下,您的規則會被套用至此次匯入慣常程序中所建立的交易。若您不希望如此,請取消選取此核選方塊。',
|
||||
|
||||
// job configuration for bunq:
|
||||
'job_config_bunq_accounts_title' => 'bunq 帳戶',
|
||||
'job_config_bunq_accounts_text' => '這些是與您 bunq 帳戶關聯的帳戶,請選擇您所欲匯入的帳戶以及其必須匯入的交易。',
|
||||
'bunq_no_mapping' => '您似乎沒有選擇任何帳戶。',
|
||||
'should_download_config' => '您應該為此工作下載 <a href=":route">設定檔</a>,可更俾利為來匯入。',
|
||||
'share_config_file' => '如果您已自公有銀行匯入資料,您應該 <a href="https://github.com/firefly-iii/import-configurations/wiki">分享您的設定檔</a> 俾利其他使用者匯入他們的資料。分享您的設定檔並不會暴露您的財務細節。',
|
||||
'job_config_bunq_apply_rules' => '套用規則',
|
||||
'job_config_bunq_apply_rules_text' => '預設下,您的規則會被套用至此次匯入慣常程序中所建立的交易。若您不希望如此,請取消選取此核選方塊。',
|
||||
'bunq_savings_goal' => '儲蓄目標::amount (:percentage%)',
|
||||
'bunq_account_status_CANCELLED' => '已關閉 bunq 帳號',
|
||||
|
||||
'ynab_account_closed' => '帳戶已關閉!',
|
||||
'ynab_account_deleted' => '帳戶已刪除!',
|
||||
'ynab_account_type_savings' => '儲蓄帳戶',
|
||||
'ynab_account_type_checking' => '支票帳戶',
|
||||
'ynab_account_type_cash' => '現金帳戶',
|
||||
'ynab_account_type_creditCard' => '信用卡',
|
||||
'ynab_account_type_lineOfCredit' => '信用額度',
|
||||
'ynab_account_type_otherAsset' => '其他資產帳戶',
|
||||
'ynab_account_type_otherLiability' => '其他債務',
|
||||
'ynab_account_type_payPal' => 'Paypal',
|
||||
'ynab_account_type_merchantAccount' => '商業帳戶',
|
||||
'ynab_account_type_investmentAccount' => '投資帳戶',
|
||||
'ynab_account_type_mortgage' => '抵押',
|
||||
'ynab_do_not_import' => '(不導入)',
|
||||
'job_config_ynab_apply_rules' => '套用規則',
|
||||
'job_config_ynab_apply_rules_text' => '預設下,您的規則會被套用至此次匯入慣常程序中所建立的交易。若您不希望如此,請取消選取此核選方塊。',
|
||||
|
||||
// job configuration for YNAB:
|
||||
'job_config_ynab_select_budgets' => '選擇您的預算',
|
||||
'job_config_ynab_select_budgets_text' => '您有 :count 筆儲存於 YNAB 的預算,請選擇以供 Firefly III 匯入其中交易紀錄。',
|
||||
'job_config_ynab_no_budgets' => '沒有可被匯入的預算。',
|
||||
'ynab_no_mapping' => '您似乎沒有選擇任何欲匯入的帳戶。',
|
||||
'job_config_ynab_bad_currency' => '您無法自以下預算匯入,因為您沒有與這些預算使用相同貨幣的帳戶。',
|
||||
'job_config_ynab_accounts_title' => '選擇帳戶',
|
||||
'job_config_ynab_accounts_text' => '以下有您可用於此預算的帳戶,請選擇您欲匯入的帳戶以及交易資料儲存的地方。',
|
||||
|
||||
|
||||
// keys from "extra" array:
|
||||
'spectre_extra_key_iban' => '國際銀行帳戶號碼 (IBAN)',
|
||||
'spectre_extra_key_swift' => 'SWIFT',
|
||||
'spectre_extra_key_status' => '狀態',
|
||||
'spectre_extra_key_card_type' => '卡片種類',
|
||||
'spectre_extra_key_account_name' => '帳戶名稱',
|
||||
'spectre_extra_key_client_name' => '客戶名稱',
|
||||
'spectre_extra_key_account_number' => '帳戶號碼',
|
||||
'spectre_extra_key_blocked_amount' => '封鎖的金額',
|
||||
'spectre_extra_key_available_amount' => '可用金額',
|
||||
'spectre_extra_key_credit_limit' => '信用額度',
|
||||
'spectre_extra_key_interest_rate' => '利率',
|
||||
'spectre_extra_key_expiry_date' => '到期日',
|
||||
'spectre_extra_key_open_date' => '開始日期',
|
||||
'spectre_extra_key_current_time' => '目前時間',
|
||||
'spectre_extra_key_current_date' => '目前日期',
|
||||
'spectre_extra_key_cards' => '卡片',
|
||||
'spectre_extra_key_units' => '單位',
|
||||
'spectre_extra_key_unit_price' => '單價',
|
||||
'spectre_extra_key_transactions_count' => '交易數',
|
||||
|
||||
//job configuration for finTS
|
||||
'fints_connection_failed' => '嘗試連接至您的銀行時發生1個錯誤,請確定您所有鍵入的資料均正確。原始錯誤訊息::originalError',
|
||||
|
||||
'job_config_fints_url_help' => '例如 https://banking-dkb.s-fints-pt-dkb.de/fints30',
|
||||
'job_config_fints_username_help' => '對多數銀行而言,這是你的帳號。',
|
||||
'job_config_fints_port_help' => '預設埠號為 443。',
|
||||
'job_config_fints_account_help' => '選擇您欲匯入交易的銀行帳戶。',
|
||||
'job_config_local_account_help' => '選擇對應您上方所選銀行帳戶的 Firefly III 帳戶。',
|
||||
// specifics:
|
||||
'specific_ing_name' => 'ING NL',
|
||||
'specific_ing_descr' => '在 ING 匯出中建立更好的描述',
|
||||
'specific_sns_name' => 'SNS / Volksbank NL',
|
||||
'specific_sns_descr' => '刪除 SNS / Volksbank 匯出檔案中的英文引號',
|
||||
'specific_abn_name' => 'ABN AMRO NL',
|
||||
'specific_abn_descr' => '修正 ABN AMRO 檔案中的潛在問題',
|
||||
'specific_rabo_name' => 'Rabobank NL',
|
||||
'specific_rabo_descr' => '修正 Rabobank 檔案中的潛在問題',
|
||||
'specific_pres_name' => 'President\'s Choice Financial CA',
|
||||
'specific_pres_descr' => '修正 PC 檔案中的潛在問題',
|
||||
// job configuration for file provider (stage: roles)
|
||||
'job_config_roles_title' => '匯入設定 (3/4) - 定義每個欄的角色',
|
||||
'job_config_roles_text' => '在您 CSV 檔案中的每個欄均含某些資料,請說明係核種資料供匯入器參照。用以「映射」資料的選項,即您將連結每個欄中的資料至您資料庫的一個值。一個常見的「已映射」的欄,是包含 IBAN 相對帳戶的欄,這便可輕易地媒合至您資料庫既存的 IBAN 帳戶。',
|
||||
'job_config_roles_submit' => '繼續',
|
||||
'job_config_roles_column_name' => '欄名',
|
||||
'job_config_roles_column_example' => '欄的範例資料',
|
||||
'job_config_roles_column_role' => '欄資料涵義',
|
||||
'job_config_roles_do_map_value' => '映射這些數值',
|
||||
'job_config_roles_no_example' => '無範例資料可用',
|
||||
'job_config_roles_fa_warning' => '如果您將一個欄標記為外幣金額、您亦須設定該欄外幣為何。',
|
||||
'job_config_roles_rwarning' => '請至少將一個欄標示為金額-欄,亦建議為描述、日期與對應帳戶選擇欄。',
|
||||
'job_config_roles_colum_count' => '欄',
|
||||
// job config for the file provider (stage: mapping):
|
||||
'job_config_map_title' => '匯入設定 (4/) - 連接匯入資料與 Firefly III 資料',
|
||||
'job_config_map_text' => '在下方的表格中,左邊值顯示在您上傳的檔案中所找到的資訊,而映射這些值是您當前的任務。如果可能,請映射至呈現在您資料庫既有的值,Firefly III 會依此映射。若無可供映射的值,或您不希望映射特定值,請別選取。',
|
||||
'job_config_map_nothing' => '您檔案中並無可映射至既有數值的資料,請點選 "開始匯入" 以繼續。',
|
||||
'job_config_field_value' => '欄位數值',
|
||||
'job_config_field_mapped' => '映射至',
|
||||
'map_do_not_map' => '(不映射)',
|
||||
'job_config_map_submit' => '開始匯入',
|
||||
|
||||
|
||||
// import status page:
|
||||
'import_with_key' => '以鍵 \':key\' 匯入',
|
||||
'status_wait_title' => '請稍待……',
|
||||
'status_wait_text' => '此方塊過一會兒會消失。',
|
||||
'status_running_title' => '匯入正在執行',
|
||||
'status_job_running' => '請稍候,執行匯入…',
|
||||
'status_job_storing' => '請稍候,儲存資料…',
|
||||
'status_job_rules' => '請稍候,執行規則…',
|
||||
'status_fatal_title' => '重大錯誤',
|
||||
'status_fatal_text' => '此次匯入遇到了無法回復的錯誤,抱歉!',
|
||||
'status_fatal_more' => '此一訊息 (可能非常加密) 是由日誌檔所補完,您可在硬碟內或您運行的 Firefly III 空間中找到日誌檔。',
|
||||
'status_finished_title' => '匯入完成',
|
||||
'status_finished_text' => '匯入已完成',
|
||||
'finished_with_errors' => '執行匯入時有些錯誤,請仔細複審。',
|
||||
'unknown_import_result' => '未知的匯入結果',
|
||||
'result_no_transactions' => '沒有匯入任何交易紀錄,或許是因為均為重複記錄或無紀錄可供匯入。日誌檔也許能告訴你來龍去脈,若您定期匯入資料,這是正常的。',
|
||||
'result_one_transaction' => '僅有1筆交易被匯入,並儲存在 <a href=":route" class="label label-success" style="font-size:100%;font-weight:normal;">:tag</a>,您之後可進一步檢視。',
|
||||
'result_many_transactions' => 'Firefly III 已匯入 :count 筆交易,並儲存 <a href=":route" class="label label-success" style="font-size:100%;font-weight:normal;">:tag</a> 標籤下,您之後可進一步檢視。',
|
||||
|
||||
|
||||
// general errors and warnings:
|
||||
'bad_job_status' => '欲通行此頁,您的匯入工作不能有 ":status" 狀態。',
|
||||
|
||||
// column roles for CSV import:
|
||||
'column__ignore' => '(忽略此欄)',
|
||||
'column_account-iban' => '資產帳戶 (IBAN)',
|
||||
'column_account-id' => '資產帳戶 ID (與 FF3 相符)',
|
||||
'column_account-name' => '資產帳戶 (名稱)',
|
||||
'column_account-bic' => '資產帳戶 (BIC)',
|
||||
'column_amount' => '金額',
|
||||
'column_amount_foreign' => '金額 (以外幣計)',
|
||||
'column_amount_debit' => '金額 (債務欄)',
|
||||
'column_amount_credit' => '金額 (信用欄)',
|
||||
'column_amount_negated' => '金額 (正負交換欄)',
|
||||
'column_amount-comma-separated' => '金額 (以逗號作為進位分隔符號)',
|
||||
'column_bill-id' => '帳單 ID (與 FF3 相符)',
|
||||
'column_bill-name' => '帳單名稱',
|
||||
'column_budget-id' => '預算 ID (與 FF3 相符)',
|
||||
'column_budget-name' => '預算名稱',
|
||||
'column_category-id' => '分類 ID (與 FF3 相符)',
|
||||
'column_category-name' => '分類名稱',
|
||||
'column_currency-code' => '貨幣代碼 (ISO 4217)',
|
||||
'column_foreign-currency-code' => '外幣代碼 (ISO 4217)',
|
||||
'column_currency-id' => '貨幣 ID (與 FF3 相符)',
|
||||
'column_currency-name' => '貨幣名稱 (與 FF3 相符)',
|
||||
'column_currency-symbol' => '貨幣符號 (與 FF3 相符)',
|
||||
'column_date-interest' => '利率計算日期',
|
||||
'column_date-book' => '交易預訂日期',
|
||||
'column_date-process' => '交易處理日期',
|
||||
'column_date-transaction' => '日期',
|
||||
'column_date-due' => '交易到期日期',
|
||||
'column_date-payment' => '交易付款日期',
|
||||
'column_date-invoice' => '交易收據日期',
|
||||
'column_description' => '描述',
|
||||
'column_opposing-iban' => '對應帳戶 (IBAN)',
|
||||
'column_opposing-bic' => '對應帳戶 (BIC)',
|
||||
'column_opposing-id' => '對應帳戶 ID (與 FF3 相符)',
|
||||
'column_external-id' => '外部 ID',
|
||||
'column_opposing-name' => '對應帳戶 (名稱)',
|
||||
'column_rabo-debit-credit' => 'Rabobank 獨有現金/信用卡指標',
|
||||
'column_ing-debit-credit' => 'ING 獨有 現金/信用卡 指標',
|
||||
'column_sepa-ct-id' => 'SEPA end-to-end Identifier',
|
||||
'column_sepa-ct-op' => 'SEPA Opposing Account Identifier',
|
||||
'column_sepa-db' => 'SEPA Mandate Identifier',
|
||||
'column_sepa-cc' => 'SEPA Clearing Code',
|
||||
'column_sepa-ci' => 'SEPA Creditor Identifier',
|
||||
'column_sepa-ep' => 'SEPA External Purpose',
|
||||
'column_sepa-country' => 'SEPA Country',
|
||||
'column_sepa-batch-id' => 'SEPA Batch ID',
|
||||
'column_tags-comma' => '標籤 (以逗號分隔)',
|
||||
'column_tags-space' => '標籤 (以空白鍵分隔)',
|
||||
'column_account-number' => '資產帳戶 (帳戶號碼)',
|
||||
'column_opposing-number' => '相對帳戶 (帳戶號碼)',
|
||||
'column_note' => '備註',
|
||||
'column_internal-reference' => '內部參考',
|
||||
|
||||
];
|
||||
138
resources/lang/zh_TW/intro.php
Normal file
138
resources/lang/zh_TW/intro.php
Normal file
@@ -0,0 +1,138 @@
|
||||
<?php
|
||||
|
||||
/**
|
||||
* intro.php
|
||||
* Copyright (c) 2018 thegrumpydictator@gmail.com
|
||||
*
|
||||
* This file is part of Firefly III.
|
||||
*
|
||||
* Firefly III is free software: you can redistribute it and/or modify
|
||||
* it under the terms of the GNU General Public License as published by
|
||||
* the Free Software Foundation, either version 3 of the License, or
|
||||
* (at your option) any later version.
|
||||
*
|
||||
* Firefly III is distributed in the hope that it will be useful,
|
||||
* but WITHOUT ANY WARRANTY; without even the implied warranty of
|
||||
* MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the
|
||||
* GNU General Public License for more details.
|
||||
*
|
||||
* You should have received a copy of the GNU General Public License
|
||||
* along with Firefly III. If not, see <http://www.gnu.org/licenses/>.
|
||||
*/
|
||||
|
||||
declare(strict_types=1);
|
||||
|
||||
return [
|
||||
// index
|
||||
'index_intro' => '歡迎來到 Firefly III 的首頁。請花時間參觀一下這個介紹,瞭解 Firefly III 是如何運作的。',
|
||||
'index_accounts-chart' => '此圖表顯示您的資產帳戶的目前餘額,您可以在偏好設定中選擇此處可見的帳戶。',
|
||||
'index_box_out_holder' => '這個小盒子和這個旁邊的盒子會提供您財務狀況的快速概覽。',
|
||||
'index_help' => '如果您需要有關頁面或表單的説明,請按此按鈕。',
|
||||
'index_outro' => 'Firefly III 的大多數頁面將從像這樣的小介紹開始,如果您有任何問題或意見,請與我聯繫。請享受!',
|
||||
'index_sidebar-toggle' => '若要建立新的交易記錄、帳戶或其他內容,請使用此圖示下的選單。',
|
||||
|
||||
// create account:
|
||||
'accounts_create_iban' => '給您的帳戶一個有效的 IBAN,可俾利未來資料匯入。',
|
||||
'accounts_create_asset_opening_balance' => '資產帳戶可能有一個 "初始餘額",表示此帳戶在 Firefly III 中的紀錄開始。',
|
||||
'accounts_create_asset_currency' => 'Fireflly III 支援多種貨幣。資產帳戶有一種主要貨幣,您必須在此處設定。',
|
||||
'accounts_create_asset_virtual' => '有時,它可以協助賦予你的帳戶一個虛擬額度:一個總是增加至實際餘額中,或自其中刪減的固定金額。',
|
||||
|
||||
// budgets index
|
||||
'budgets_index_intro' => '預算是用來管理你的財務,也是 Firefly III 的核心功能之一。',
|
||||
'budgets_index_set_budget' => '設定每個期間的總預算,這樣 Firefly III 就可以告訴你,是否已經將所有可用的錢設定預算。',
|
||||
'budgets_index_see_expenses_bar' => '消費金額會慢慢地填滿這個橫條。',
|
||||
'budgets_index_navigate_periods' => '前往區間,以便提前輕鬆設定預算。',
|
||||
'budgets_index_new_budget' => '根據需要建立新預算。',
|
||||
'budgets_index_list_of_budgets' => '使用此表可以設定每個預算的金額,並查看您的情況。',
|
||||
'budgets_index_outro' => '要瞭解有關預算的詳細資訊,請查看右上角的説明圖示。',
|
||||
|
||||
// reports (index)
|
||||
'reports_index_intro' => '使用這些報表可以獲得有關您財務狀況的詳細洞察報告。',
|
||||
'reports_index_inputReportType' => '選擇報表類型。查看説明頁面以瞭解每個報表向您顯示的內容。',
|
||||
'reports_index_inputAccountsSelect' => '您可以根據需要排除或包括資產帳戶。',
|
||||
'reports_index_inputDateRange' => '所選日期範圍完全由您決定:從1天到10年不等。',
|
||||
'reports_index_extra-options-box' => '根據您選擇的報表,您可以在此處選擇額外的篩選標準和選項。更改報表類型時,請查看此區塊。',
|
||||
|
||||
// reports (reports)
|
||||
'reports_report_default_intro' => '這份報表將為您提供一個快速和全面的個人財務概覽。如果你想看其他的東西,請不要猶豫並聯繫我!',
|
||||
'reports_report_audit_intro' => '此報表將為您提供有關資產帳戶的詳細洞察報告。',
|
||||
'reports_report_audit_optionsBox' => '使用這些選取方塊可以顯示或隱藏您感興趣的欄。',
|
||||
|
||||
'reports_report_category_intro' => '此報表將提供您一個或多個類別洞察報告。',
|
||||
'reports_report_category_pieCharts' => '這些圖表將提供您每個類別或每個帳戶中,支出和所得的洞察報告。',
|
||||
'reports_report_category_incomeAndExpensesChart' => '此圖表顯示您的每個類別的支出和所得。',
|
||||
|
||||
'reports_report_tag_intro' => '此報表將提供您一個或多個標籤洞察報告。',
|
||||
'reports_report_tag_pieCharts' => '這些圖表將提供您每個類別、帳戶、分類或預算中,支出和所得的洞察報告。',
|
||||
'reports_report_tag_incomeAndExpensesChart' => '此圖表顯示您的每個標籤的支出和所得。',
|
||||
|
||||
'reports_report_budget_intro' => '此報表將提供您一個或多個預算的洞察報告。',
|
||||
'reports_report_budget_pieCharts' => '這些圖表將提供您每個預算或每個帳戶中,支出的洞察報告。',
|
||||
'reports_report_budget_incomeAndExpensesChart' => '此圖表顯示您的每個預算的支出。',
|
||||
|
||||
// create transaction
|
||||
'transactions_create_switch_box' => '使用這些按鈕可以快速切換要保存的交易類型。',
|
||||
'transactions_create_ffInput_category' => '您可以在此欄位中隨意輸入,會建議您先前已建立的分類。',
|
||||
'transactions_create_withdrawal_ffInput_budget' => '將您的提款連結至預算,以利財務管控。',
|
||||
'transactions_create_withdrawal_currency_dropdown_amount' => '當您的提款使用另一種貨幣時, 請使用此下拉清單。',
|
||||
'transactions_create_deposit_currency_dropdown_amount' => '當您的存款使用另一種貨幣時, 請使用此下拉清單。',
|
||||
'transactions_create_transfer_ffInput_piggy_bank_id' => '選擇一個小豬撲滿,並將此轉帳連結到您的儲蓄。',
|
||||
|
||||
// piggy banks index:
|
||||
'piggy-banks_index_saved' => '此欄位顯示您在每個小豬撲滿中保存了多少。',
|
||||
'piggy-banks_index_button' => '此進度條旁邊有兩個按鈕 (+ 和-),用於從每個小豬撲滿中增加或刪除資金。',
|
||||
'piggy-banks_index_accountStatus' => '此表中列出了每一個至少有一個小豬撲滿的資產帳戶的狀態。',
|
||||
|
||||
// create piggy
|
||||
'piggy-banks_create_name' => '你的目標是什麼?一個新沙發、一個相機、急難用金?',
|
||||
'piggy-banks_create_date' => '您可以為小豬撲滿設定目標日期或截止日期。',
|
||||
|
||||
// show piggy
|
||||
'piggy-banks_show_piggyChart' => '這張圖表將顯示這個小豬撲滿的歷史。',
|
||||
'piggy-banks_show_piggyDetails' => '關於你的小豬撲滿的一些細節',
|
||||
'piggy-banks_show_piggyEvents' => '此處還列出了任何增加或刪除。',
|
||||
|
||||
// bill index
|
||||
'bills_index_rules' => '在此可檢視此帳單是否觸及某些規則',
|
||||
'bills_index_paid_in_period' => '此欄位表示上次支付帳單的時間。',
|
||||
'bills_index_expected_in_period' => '如果(以及何時)下期帳單即將到期,此欄位將顯示每一筆的帳單。',
|
||||
|
||||
// show bill
|
||||
'bills_show_billInfo' => '此表格顯示了有關該帳單的一般資訊。',
|
||||
'bills_show_billButtons' => '使用此按鈕可以重新掃描舊交易記錄,以便將其與此帳單配對。',
|
||||
'bills_show_billChart' => '此圖表顯示與此帳單連結的交易記錄。',
|
||||
|
||||
// create bill
|
||||
'bills_create_intro' => '使用帳單來跟蹤你每個區間到期的金額。想想租金、保險或抵押貸款等支出。',
|
||||
'bills_create_name' => '使用描述性名稱, 如 "租金" 或 "健康保險"。',
|
||||
//'bills_create_match' => 'To match transactions, use terms from those transactions or the expense account involved. All words must match.',
|
||||
'bills_create_amount_min_holder' => '選擇此帳單的最小和最大金額。',
|
||||
'bills_create_repeat_freq_holder' => '大多數帳單每月重複一次,但你可以在這裡設定另一個頻次。',
|
||||
'bills_create_skip_holder' => '如果帳單每2週重複一次,則應將 "略過" 欄位設定為 "1",以便每隔一週跳一次。',
|
||||
|
||||
// rules index
|
||||
'rules_index_intro' => 'Firefly III 允許您管理規則,這些規則將魔幻自動地應用於您建立或編輯的任何交易。',
|
||||
'rules_index_new_rule_group' => '您可以將規則整併為群組,以便於管理。',
|
||||
'rules_index_new_rule' => '建立任意數量的規則。',
|
||||
'rules_index_prio_buttons' => '以你認為合適的任何方式排序它們。',
|
||||
'rules_index_test_buttons' => '您可以測試規則或將其套用至現有交易。',
|
||||
'rules_index_rule-triggers' => '規則具有 "觸發器" 和 "操作",您可以通過拖放進行排序。',
|
||||
'rules_index_outro' => '請務必使用右上角的 (?) 圖示查看説明頁面!',
|
||||
|
||||
// create rule:
|
||||
'rules_create_mandatory' => '選擇一個描述性標題,並設定應觸發規則的時機。',
|
||||
'rules_create_ruletriggerholder' => '增加任意數量的觸發器,但請記住在任一動作啟用前,所有觸發器必須配對。',
|
||||
'rules_create_test_rule_triggers' => '使用此按鈕可以查看哪些交易記錄將配對您的規則。',
|
||||
'rules_create_actions' => '設定任意數量的動作。',
|
||||
|
||||
// preferences
|
||||
'preferences_index_tabs' => '這些標籤頁後尚有更多選項可用。',
|
||||
|
||||
// currencies
|
||||
'currencies_index_intro' => 'Firefly III 支援多種貨幣,您可以在此頁面上更改。',
|
||||
'currencies_index_default' => 'Firefly III 有一種預設貨幣。',
|
||||
'currencies_index_buttons' => '使用這些按鈕可以更改預設貨幣或啟用其他貨幣。',
|
||||
|
||||
// create currency
|
||||
'currencies_create_code' => '此代碼應符合 ISO 標準 (可 Google 您的新貨幣)。',
|
||||
];
|
||||
136
resources/lang/zh_TW/list.php
Normal file
136
resources/lang/zh_TW/list.php
Normal file
@@ -0,0 +1,136 @@
|
||||
<?php
|
||||
|
||||
/**
|
||||
* list.php
|
||||
* Copyright (c) 2018 thegrumpydictator@gmail.com
|
||||
*
|
||||
* This file is part of Firefly III.
|
||||
*
|
||||
* Firefly III is free software: you can redistribute it and/or modify
|
||||
* it under the terms of the GNU General Public License as published by
|
||||
* the Free Software Foundation, either version 3 of the License, or
|
||||
* (at your option) any later version.
|
||||
*
|
||||
* Firefly III is distributed in the hope that it will be useful,
|
||||
* but WITHOUT ANY WARRANTY; without even the implied warranty of
|
||||
* MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the
|
||||
* GNU General Public License for more details.
|
||||
*
|
||||
* You should have received a copy of the GNU General Public License
|
||||
* along with Firefly III. If not, see <http://www.gnu.org/licenses/>.
|
||||
*/
|
||||
|
||||
declare(strict_types=1);
|
||||
|
||||
return [
|
||||
'buttons' => '按鈕',
|
||||
'icon' => '圖示',
|
||||
'id' => 'ID',
|
||||
'create_date' => '建立於',
|
||||
'update_date' => '更新於',
|
||||
'updated_at' => '更新於',
|
||||
'balance_before' => '交易前餘額',
|
||||
'balance_after' => '交易後餘額',
|
||||
'name' => '名稱',
|
||||
'role' => '角色',
|
||||
'currentBalance' => '目前餘額',
|
||||
'linked_to_rules' => '相關規則',
|
||||
'active' => '是否啟用?',
|
||||
'lastActivity' => '上次活動',
|
||||
'balanceDiff' => '餘額差',
|
||||
'matchesOn' => '配對於',
|
||||
'account_type' => '帳戶類型',
|
||||
'created_at' => '建立於',
|
||||
'account' => '帳戶',
|
||||
'matchingAmount' => '金額',
|
||||
'split_number' => '分割編號 #',
|
||||
'destination' => '目標',
|
||||
'source' => '來源',
|
||||
'next_expected_match' => '下一個預期的配對',
|
||||
'automatch' => '自動配對?',
|
||||
'repeat_freq' => '重複',
|
||||
'description' => '描述',
|
||||
'amount' => '金額',
|
||||
'internal_reference' => '內部參考',
|
||||
'date' => '日期',
|
||||
'interest_date' => '利率日期',
|
||||
'book_date' => '登記日期',
|
||||
'process_date' => '處理日期',
|
||||
'due_date' => '到期日',
|
||||
'payment_date' => '付款日期',
|
||||
'invoice_date' => '發票日期',
|
||||
'interal_reference' => '內部參考',
|
||||
'notes' => '備註',
|
||||
'from' => '自',
|
||||
'piggy_bank' => '小豬撲滿',
|
||||
'to' => '至',
|
||||
'budget' => '預算',
|
||||
'category' => '分類',
|
||||
'bill' => '帳單',
|
||||
'withdrawal' => '提款',
|
||||
'deposit' => '存款',
|
||||
'transfer' => '轉帳',
|
||||
'type' => '類型',
|
||||
'completed' => '已完成',
|
||||
'iban' => '國際銀行帳戶號碼 (IBAN)',
|
||||
'paid_current_period' => '已付此區間',
|
||||
'email' => '電子郵件',
|
||||
'registered_at' => '註冊於',
|
||||
'is_blocked' => '被封鎖',
|
||||
'is_admin' => '是管理員',
|
||||
'has_two_factor' => '有雙重身份驗證 (2FA)',
|
||||
'blocked_code' => '區塊代碼',
|
||||
'source_account' => '來源帳戶',
|
||||
'destination_account' => '目標帳戶',
|
||||
'accounts_count' => '帳戶數量',
|
||||
'journals_count' => '交易數量',
|
||||
'attachments_count' => '附加檔案數量',
|
||||
'bills_count' => '帳單數量',
|
||||
'categories_count' => '分類數量',
|
||||
'export_jobs_count' => '匯出工作數量',
|
||||
'import_jobs_count' => '匯入工作數量',
|
||||
'budget_count' => '預算數量',
|
||||
'rule_and_groups_count' => '規則及規則群組數量',
|
||||
'tags_count' => '標籤數量',
|
||||
'tags' => '標籤',
|
||||
'inward' => '向內描述',
|
||||
'outward' => '外向描述',
|
||||
'number_of_transactions' => '交易數量',
|
||||
'total_amount' => '總金額',
|
||||
'sum' => '總和',
|
||||
'sum_excluding_transfers' => '總和 (不包括轉帳)',
|
||||
'sum_withdrawals' => '提款總和',
|
||||
'sum_deposits' => '存款總和',
|
||||
'sum_transfers' => '轉帳總和',
|
||||
'reconcile' => '對帳',
|
||||
'account_on_spectre' => '帳戶 (Spectre)',
|
||||
'account_on_ynab' => '帳戶 (YNAB)',
|
||||
'do_import' => '自此帳戶匯入',
|
||||
'sepa-ct-id' => 'SEPA End to End Identifier',
|
||||
'sepa-ct-op' => 'SEPA Opposing Account Identifier',
|
||||
'sepa-db' => 'SEPA Mandate Identifier',
|
||||
'sepa-country' => 'SEPA Country',
|
||||
'sepa-cc' => 'SEPA Clearing Code',
|
||||
'sepa-ep' => 'SEPA External Purpose',
|
||||
'sepa-ci' => 'SEPA Creditor Identifier',
|
||||
'sepa-batch-id' => 'SEPA Batch ID',
|
||||
'external_id' => '外部 ID',
|
||||
'account_at_bunq' => 'bunq 帳戶',
|
||||
'file_name' => '檔案名稱',
|
||||
'file_size' => '檔案大小',
|
||||
'file_type' => '檔案類型',
|
||||
'attached_to' => '附加到',
|
||||
'file_exists' => '檔案已存在',
|
||||
'spectre_bank' => '銀行',
|
||||
'spectre_last_use' => '上次登錄',
|
||||
'spectre_status' => '狀態',
|
||||
'bunq_payment_id' => 'bunq 付款 ID',
|
||||
'repetitions' => '重複',
|
||||
'title' => '標題',
|
||||
'transaction_s' => '交易',
|
||||
'field' => '欄位',
|
||||
'value' => '值',
|
||||
'interest' => '利率',
|
||||
'interest_period' => '利率期',
|
||||
'liability_type' => '負債類型',
|
||||
];
|
||||
28
resources/lang/zh_TW/pagination.php
Normal file
28
resources/lang/zh_TW/pagination.php
Normal file
@@ -0,0 +1,28 @@
|
||||
<?php
|
||||
|
||||
/**
|
||||
* pagination.php
|
||||
* Copyright (c) 2018 thegrumpydictator@gmail.com
|
||||
*
|
||||
* This file is part of Firefly III.
|
||||
*
|
||||
* Firefly III is free software: you can redistribute it and/or modify
|
||||
* it under the terms of the GNU General Public License as published by
|
||||
* the Free Software Foundation, either version 3 of the License, or
|
||||
* (at your option) any later version.
|
||||
*
|
||||
* Firefly III is distributed in the hope that it will be useful,
|
||||
* but WITHOUT ANY WARRANTY; without even the implied warranty of
|
||||
* MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the
|
||||
* GNU General Public License for more details.
|
||||
*
|
||||
* You should have received a copy of the GNU General Public License
|
||||
* along with Firefly III. If not, see <http://www.gnu.org/licenses/>.
|
||||
*/
|
||||
|
||||
declare(strict_types=1);
|
||||
|
||||
return [
|
||||
'previous' => '« 上一頁',
|
||||
'next' => '下一頁 »',
|
||||
];
|
||||
32
resources/lang/zh_TW/passwords.php
Normal file
32
resources/lang/zh_TW/passwords.php
Normal file
@@ -0,0 +1,32 @@
|
||||
<?php
|
||||
|
||||
/**
|
||||
* passwords.php
|
||||
* Copyright (c) 2018 thegrumpydictator@gmail.com
|
||||
*
|
||||
* This file is part of Firefly III.
|
||||
*
|
||||
* Firefly III is free software: you can redistribute it and/or modify
|
||||
* it under the terms of the GNU General Public License as published by
|
||||
* the Free Software Foundation, either version 3 of the License, or
|
||||
* (at your option) any later version.
|
||||
*
|
||||
* Firefly III is distributed in the hope that it will be useful,
|
||||
* but WITHOUT ANY WARRANTY; without even the implied warranty of
|
||||
* MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the
|
||||
* GNU General Public License for more details.
|
||||
*
|
||||
* You should have received a copy of the GNU General Public License
|
||||
* along with Firefly III. If not, see <http://www.gnu.org/licenses/>.
|
||||
*/
|
||||
|
||||
declare(strict_types=1);
|
||||
|
||||
return [
|
||||
'password' => '密碼至少需要六個字元,並與確認欄中的密碼相同。',
|
||||
'user' => '我們找不到使用該電郵地址的用戶。',
|
||||
'token' => '該密碼重置碼已經失效。',
|
||||
'sent' => '我們已經將密碼重置連結發送至您的電郵!',
|
||||
'reset' => '你的密碼已經被重置!',
|
||||
'blocked' => '很好的嘗試。',
|
||||
];
|
||||
166
resources/lang/zh_TW/validation.php
Normal file
166
resources/lang/zh_TW/validation.php
Normal file
@@ -0,0 +1,166 @@
|
||||
<?php
|
||||
|
||||
/**
|
||||
* validation.php
|
||||
* Copyright (c) 2018 thegrumpydictator@gmail.com
|
||||
*
|
||||
* This file is part of Firefly III.
|
||||
*
|
||||
* Firefly III is free software: you can redistribute it and/or modify
|
||||
* it under the terms of the GNU General Public License as published by
|
||||
* the Free Software Foundation, either version 3 of the License, or
|
||||
* (at your option) any later version.
|
||||
*
|
||||
* Firefly III is distributed in the hope that it will be useful,
|
||||
* but WITHOUT ANY WARRANTY; without even the implied warranty of
|
||||
* MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the
|
||||
* GNU General Public License for more details.
|
||||
*
|
||||
* You should have received a copy of the GNU General Public License
|
||||
* along with Firefly III. If not, see <http://www.gnu.org/licenses/>.
|
||||
*/
|
||||
|
||||
declare(strict_types=1);
|
||||
|
||||
return [
|
||||
'iban' => '這不是有效的 IBAN。',
|
||||
'zero_or_more' => '此數值不能為負數',
|
||||
'source_equals_destination' => '來源帳戶與目標帳戶相同。',
|
||||
'unique_account_number_for_user' => '看起來此帳戶號碼已在使用中。',
|
||||
'unique_iban_for_user' => '看起來此IBAN已在使用中。',
|
||||
'deleted_user' => '基於安全限制,你無法使用此電子郵件註冊。',
|
||||
'rule_trigger_value' => '此值不能用於所選擇的觸發器。',
|
||||
'rule_action_value' => '此值不能用於所選擇的動作。',
|
||||
'file_already_attached' => '上傳的檔案 ":name" 已附加到該物件上。',
|
||||
'file_attached' => '已成功上傳檔案 ":name"。',
|
||||
'must_exist' => '欄位 :attribute 的 ID 不存在於資料庫。',
|
||||
'all_accounts_equal' => '此欄位中的所有帳戶必須相等。',
|
||||
'invalid_selection' => '您的選擇無效。',
|
||||
'belongs_user' => '此值對此欄位無效。',
|
||||
'at_least_one_transaction' => '至少需要一個交易。',
|
||||
'at_least_one_repetition' => '至少需要一次重複。',
|
||||
'require_repeat_until' => '僅需重複次數或結束日期 (repeat_until) 即可,不需兩者均備。',
|
||||
'require_currency_info' => '無貨幣資訊,此欄位內容無效。',
|
||||
'equal_description' => '交易描述不應等同全域描述。',
|
||||
'file_invalid_mime' => '檔案 ":name" 的類型為 ":mime",係不被允許上載的類型。',
|
||||
'file_too_large' => '檔案 ":name" 過大。',
|
||||
'belongs_to_user' => ':attribute 的值是未知的。',
|
||||
'accepted' => ':attribute 必須被接受。',
|
||||
'bic' => '這不是有效的 BIC。',
|
||||
'at_least_one_trigger' => '規則必須至少有一個觸發器。',
|
||||
'at_least_one_action' => '規則必須至少有一個動作。',
|
||||
'base64' => '這不是有效的 base64 編碼資料。',
|
||||
'model_id_invalid' => '指定的 ID 對於此模型似乎無效。',
|
||||
'more' => ':attribute 必須大於零。',
|
||||
'less' => ':attribute 必須小於 10,000,000。',
|
||||
'active_url' => ':attribute 不是有效的URL。',
|
||||
'after' => ':attribute 必須是一個在 :date 之後的日期。',
|
||||
'alpha' => ':attribute 只能包含字母。',
|
||||
'alpha_dash' => ':attribute 只能包含字母、數字和破折號。',
|
||||
'alpha_num' => ':attribute 只允許包含數字和字母。',
|
||||
'array' => ':attribute 必須是一個陣列。',
|
||||
'unique_for_user' => '包括 :attribute 的紀錄已存在。',
|
||||
'before' => ':attribute 必須是一個在 :date 之前的日期。',
|
||||
'unique_object_for_user' => '這個名稱已被使用。',
|
||||
'unique_account_for_user' => '這個帳戶名稱已被使用。',
|
||||
'between.numeric' => ':attribute 必須介於 :min 和 :max 之間。',
|
||||
'between.file' => ':attribute 必須介於 :min kB 到 :max kB之間。',
|
||||
'between.string' => ':attribute 必須介於 :min 到 :max 字元之間。',
|
||||
'between.array' => ':attribute 必須介於 :min 到 :max 項目之間。',
|
||||
'boolean' => ':attribute 欄位必須為 true 或 false。',
|
||||
'confirmed' => ':attribute 的確認並不相符。',
|
||||
'date' => ':attribute 不是一個有效的日期。',
|
||||
'date_format' => ':attribute 不符合 :format 格式。',
|
||||
'different' => ':attribute 和 :other 不能相同。',
|
||||
'digits' => ':attribute 必須是 :digits 位數字。',
|
||||
'digits_between' => ':attribute 必須介於 :min 和 :max 位數字之間。',
|
||||
'email' => ':attribute 必須是一個有效的電子郵件地址。',
|
||||
'filled' => ':attribute 欄位是必填的。',
|
||||
'exists' => '所選的 :attribute 無效。',
|
||||
'image' => ':attribute 必須是圖片。',
|
||||
'in' => '所選的 :attribute 無效。',
|
||||
'integer' => ':attribute 必須是整數。',
|
||||
'ip' => ':attribute 必須是一個有效的 IP 位址。',
|
||||
'json' => ':attribute 必須是一個有效的 JSON 字串。',
|
||||
'max.numeric' => ':attribute 不能大於 :max。',
|
||||
'max.file' => ':attribute 不能大於 :max kB。',
|
||||
'max.string' => ':attribute 不能大於 :max 字元。',
|
||||
'max.array' => ':attribute 不能多於 :max 個項目。',
|
||||
'mimes' => ':attribute 的檔案類型必須是 :values 。',
|
||||
'min.numeric' => ':attribute 至少需要 :min。',
|
||||
'lte.numeric' => ':attribute 必須小於或等於 :value。',
|
||||
'min.file' => ':attribute 必須至少為 :min kB。',
|
||||
'min.string' => ':attribute 最少需要有 :min 個字元。',
|
||||
'min.array' => ':attribute 至少需要有 :min 項目。',
|
||||
'not_in' => '所選的 :attribute 無效。',
|
||||
'numeric' => ':attribute 必須是數字。',
|
||||
'numeric_native' => '本地金額必須是數字。',
|
||||
'numeric_destination' => '目標金額必須是數字。',
|
||||
'numeric_source' => '來源金額必須是數字。',
|
||||
'regex' => ':attribute 格式無效。',
|
||||
'required' => ':attribute 欄位是必填的。',
|
||||
'required_if' => ':attribute 欄位在 :other 是 :value 時是必填的。',
|
||||
'required_unless' => '除非 :other 是 :values,否則 :attribute 是必填的。',
|
||||
'required_with' => '當 :values 存在時, :attribute 是必填的。',
|
||||
'required_with_all' => '當 :values 存在時, :attribute 是必填的。',
|
||||
'required_without' => '當 :values 不存在時, :attribute 是必填的。',
|
||||
'required_without_all' => '當沒有任何 :values 存在時, :attribute 為必填。',
|
||||
'same' => ':attribute 和 :other 必須相符。',
|
||||
'size.numeric' => ':attribute 必須是 :size。',
|
||||
'amount_min_over_max' => '最小金額不能大於最大金額。',
|
||||
'size.file' => ':attribute 必須為 :size kB。',
|
||||
'size.string' => ':attribute 必須為 :size 個字元。',
|
||||
'size.array' => ':attribute 必須包含 :size 個項目。',
|
||||
'unique' => ':attribute 已被使用。',
|
||||
'string' => ':attribute 必須是字串。',
|
||||
'url' => ':attribute 格式無效。',
|
||||
'timezone' => ':attribute 必須是有效的區域。',
|
||||
'2fa_code' => ':attribute 欄位是無效的。',
|
||||
'dimensions' => ':attribute 具有無效圖片尺寸。',
|
||||
'distinct' => ':attribute 欄位有重複值。',
|
||||
'file' => ':attribute 必須是檔案。',
|
||||
'in_array' => ':attribute 欄位不存在於 :other。',
|
||||
'present' => ':attribute 欄位必須存在。',
|
||||
'amount_zero' => '總金額不能為零。',
|
||||
'unique_piggy_bank_for_user' => '小豬撲滿的名稱必須是獨一無二的。',
|
||||
'secure_password' => '這不是一個安全的密碼,請重試一次。如需更多訊息,請訪問 https://bit.ly/FF3-password-security',
|
||||
'valid_recurrence_rep_type' => '對定期重複交易是無效的重複類型。',
|
||||
'valid_recurrence_rep_moment' => '對此重複類型是無效的重複時刻。',
|
||||
'invalid_account_info' => '無效的帳戶資訊。',
|
||||
'attributes' => [
|
||||
'email' => '電子郵件地址',
|
||||
'description' => '描述',
|
||||
'amount' => '金額',
|
||||
'name' => '名稱',
|
||||
'piggy_bank_id' => '小豬撲滿 ID',
|
||||
'targetamount' => '目標金額',
|
||||
'openingBalanceDate' => '初始餘額日期',
|
||||
'openingBalance' => '初始餘額',
|
||||
'match' => '符合',
|
||||
'amount_min' => '最小金額',
|
||||
'amount_max' => '最大金額',
|
||||
'title' => '標題',
|
||||
'tag' => '標籤',
|
||||
'transaction_description' => '交易描述',
|
||||
'rule-action-value.1' => '規則動作值 #1',
|
||||
'rule-action-value.2' => '規則動作值 #2',
|
||||
'rule-action-value.3' => '規則動作值 #3',
|
||||
'rule-action-value.4' => '規則動作值 #4',
|
||||
'rule-action-value.5' => '規則動作值 #5',
|
||||
'rule-action.1' => '規則動作 #1',
|
||||
'rule-action.2' => '規則動作 #2',
|
||||
'rule-action.3' => '規則動作 #3',
|
||||
'rule-action.4' => '規則動作 #4',
|
||||
'rule-action.5' => '規則動作 #5',
|
||||
'rule-trigger-value.1' => '規則觸發器值 #1',
|
||||
'rule-trigger-value.2' => '規則觸發器值 #2',
|
||||
'rule-trigger-value.3' => '規則觸發器值 #3',
|
||||
'rule-trigger-value.4' => '規則觸發器值 #4',
|
||||
'rule-trigger-value.5' => '規則觸發器值 #5',
|
||||
'rule-trigger.1' => '規則觸發器 #1',
|
||||
'rule-trigger.2' => '規則觸發器 #2',
|
||||
'rule-trigger.3' => '規則觸發器 #3',
|
||||
'rule-trigger.4' => '規則觸發器 #4',
|
||||
'rule-trigger.5' => '規則觸發器 #5',
|
||||
],
|
||||
];
|
||||
Reference in New Issue
Block a user