mirror of
https://github.com/firefly-iii/firefly-iii.git
synced 2025-10-22 20:16:22 +00:00
Updated translations [skip ci]
This commit is contained in:
@@ -23,30 +23,30 @@ return [
|
||||
'upload_not_writeable' => '不能寫入檔案。灰色框內包含檔案的路徑,伺服器需要寫入該檔案的權限。請調整伺服器權限設定後再試。',
|
||||
|
||||
// roles
|
||||
'column_roles_title' => 'Define column roles',
|
||||
'column_roles_text' => '<p>Firefly III cannot guess what data each column contains. You must tell Firefly which kinds of data to expect. The example data can guide you into picking the correct type from the dropdown. If a column cannot be matched to a useful data type, please let me know <a href="https://github.com/JC5/firefly-iii/issues/new">by creating an issue</a>.</p><p>Some values in your CSV file, such as account names or categories, may already exist in your Firefly III database. If you select "map these values" Firefly will not attempt to search for matching values itself but allow you to match the CSV values against the values in your database. This allows you to fine-tune the import.</p>',
|
||||
'column_roles_title' => '定義欄的內容',
|
||||
'column_roles_text' => '<p>Firefly III 猜不出每一欄中儲存了什麼資料。你必須告訴 Firefly 每一欄中有什麼資料。 下列的示範資料可以幫助你從列表中選擇正確類型。如果有欄位不能配對到有用的類型,請<a href="https://github.com/JC5/firefly-iii/issues/new">告訴我 (只有英語版本)</a>。</p><p>你的 CSV 檔中某些欄位可能已經存在於 Firefly III 的資料庫內,例如帳號名稱,或類別。如果你選擇「配對這些資料」, Firefly 會請你手動配對 CSV 檔和資料庫內的資料。這容許你微調你的匯入設定。</p>',
|
||||
'column_roles_table' => '表格',
|
||||
'column_name' => 'Name of column',
|
||||
'column_name' => '欄位名稱',
|
||||
'column_example' => '欄的示例資料',
|
||||
'column_role' => '欄內資料的含義',
|
||||
'do_map_value' => '對應這些值',
|
||||
'do_map_value' => '配對這些資料',
|
||||
'column' => '欄',
|
||||
'no_example_data' => '沒有可用的示例資料',
|
||||
'store_column_roles' => '繼續匯入',
|
||||
'do_not_map' => '(不要映射)',
|
||||
'map_title' => '連接匯入資料到 Firefly III',
|
||||
'map_text' => 'In the following tables, the left value shows you information found in your uploaded CSV file. It is your task to map this value, if possible, to a value already present in your database. Firefly will stick to this mapping. If there is no value to map to, or you do not wish to map the specific value, select nothing.',
|
||||
'do_not_map' => '(不要配對)',
|
||||
'map_title' => '配對匯入了的資料到 Firefly III 的資料',
|
||||
'map_text' => '在下表中,左邊的是在你的CSV 檔中的資料。而你現在要把這些資料配對到資料庫中的資料(如有的話)。如果沒有資料能夠進行配對,或者你不想進行配對,請選擇不進行配對。',
|
||||
|
||||
'field_value' => '欄位值',
|
||||
'field_mapped_to' => '映射到',
|
||||
'store_column_mapping' => 'Store mapping',
|
||||
'field_mapped_to' => '配對到',
|
||||
'store_column_mapping' => '存儲配對',
|
||||
|
||||
// map things.
|
||||
|
||||
|
||||
'column__ignore' => '(忽略此欄)',
|
||||
'column_account-iban' => 'Asset account (IBAN)',
|
||||
'column_account-id' => 'Asset account ID (matching Firefly)',
|
||||
'column_account-iban' => '資產帳戶 (IBAN)',
|
||||
'column_account-id' => '資產帳戶 ID (與 Firefly 匹配)',
|
||||
'column_account-name' => '資產帳戶 (名稱)',
|
||||
'column_amount' => '金額',
|
||||
'column_amount-comma-separated' => '金額 (逗號作為小數分隔符號)',
|
||||
@@ -56,26 +56,26 @@ return [
|
||||
'column_budget-name' => '預算名稱',
|
||||
'column_category-id' => '類別 ID (與 Firefly 匹配)',
|
||||
'column_category-name' => '類別名稱',
|
||||
'column_currency-code' => 'Currency code (ISO 4217)',
|
||||
'column_currency-id' => 'Currency ID (matching Firefly)',
|
||||
'column_currency-name' => 'Currency name (matching Firefly)',
|
||||
'column_currency-symbol' => 'Currency symbol (matching Firefly)',
|
||||
'column_date-interest' => 'Interest calculation date',
|
||||
'column_currency-code' => '貨幣代碼 (ISO 4217)',
|
||||
'column_currency-id' => '貨幣 ID (與 Firefly 匹配)',
|
||||
'column_currency-name' => '貨幣名稱(與 Firefly 匹配)',
|
||||
'column_currency-symbol' => '貨幣符號 (與 Firefly 匹配)',
|
||||
'column_date-interest' => '利息計算日',
|
||||
'column_date-book' => 'Transaction booking date',
|
||||
'column_date-process' => '交易處理日期',
|
||||
'column_date-transaction' => '日期',
|
||||
'column_description' => '描述',
|
||||
'column_opposing-iban' => 'Opposing account (IBAN)',
|
||||
'column_opposing-id' => 'Opposing account ID (matching Firefly)',
|
||||
'column_opposing-iban' => '抵銷的帳戶 (IBAN)',
|
||||
'column_opposing-id' => '抵銷的帳戶 ID (與 Firefly 匹配)',
|
||||
'column_external-id' => '外部 ID',
|
||||
'column_opposing-name' => 'Opposing account (name)',
|
||||
'column_opposing-name' => '抵銷的帳戶 (名稱)',
|
||||
'column_rabo-debet-credit' => 'Rabobank specific debet/credit indicator',
|
||||
'column_ing-debet-credit' => 'ING specific debet/credit indicator',
|
||||
'column_sepa-ct-id' => 'SEPA Credit Transfer end-to-end ID',
|
||||
'column_sepa-ct-op' => 'SEPA Credit Transfer opposing account',
|
||||
'column_sepa-ct-op' => 'SEPA 貸記劃撥抵銷的帳戶',
|
||||
'column_sepa-db' => 'SEPA Direct Debet',
|
||||
'column_tags-comma' => 'Tags (comma separated)',
|
||||
'column_tags-space' => 'Tags (space separated)',
|
||||
'column_account-number' => 'Asset account (account number)',
|
||||
'column_opposing-number' => 'Opposing account (account number)',
|
||||
'column_account-number' => '資產帳戶 (帳號號碼)',
|
||||
'column_opposing-number' => '抵銷的帳戶 (帳號號碼)',
|
||||
];
|
||||
|
Reference in New Issue
Block a user