mirror of
https://github.com/firefly-iii/firefly-iii.git
synced 2025-10-12 15:35:15 +00:00
New translations
This commit is contained in:
@@ -33,15 +33,19 @@ return [
|
||||
'rule_trigger_value' => '此值不適用於選取的觸發器。',
|
||||
'rule_action_value' => '此值不適用於選取的動作。',
|
||||
'file_already_attached' => '上傳的檔案 ":name" 已附加到該物件上。',
|
||||
'file_attached' => '已成功上傳檔案 ":name"。',
|
||||
'file_attached' => 'Successfully uploaded file ":name".',
|
||||
'must_exist' => '欄位 :attribute 的 ID 不存在於資料庫。',
|
||||
'all_accounts_equal' => '此欄位中的所有帳戶必須相等。',
|
||||
'group_title_mandatory' => 'A group title is mandatory when there is more than one transaction.',
|
||||
'transaction_types_equal' => 'All splits must be of the same type.',
|
||||
'invalid_transaction_type' => 'Invalid transaction type.',
|
||||
'invalid_selection' => '您的選擇無效。',
|
||||
'belongs_user' => '此欄位不接受此值。',
|
||||
'at_least_one_transaction' => '至少需要一個交易。',
|
||||
'at_least_one_repetition' => '至少需要一次重複。',
|
||||
'require_repeat_until' => '要嘛重複次數,要嘛結束日期 (repeat_until),須二擇其一。',
|
||||
'require_currency_info' => '此欄位內容須要貨幣資訊。',
|
||||
'require_currency_amount' => 'The content of this field is invalid without foreign amount information.',
|
||||
'equal_description' => '交易描述不應等同全域描述。',
|
||||
'file_invalid_mime' => '檔案 ":name" 類型為 ":mime",不允許上載。',
|
||||
'file_too_large' => '檔案 ":name" 過大。',
|
||||
@@ -164,4 +168,20 @@ return [
|
||||
'rule-trigger.4' => '規則觸發器 #4',
|
||||
'rule-trigger.5' => '規則觸發器 #5',
|
||||
],
|
||||
|
||||
// validation of accounts:
|
||||
'withdrawal_source_need_data' => 'Need to get a valid source account ID and/or valid source account name to continue.',
|
||||
'withdrawal_source_bad_data' => 'Could not find a valid source account when searching for ID ":id" or name ":name".',
|
||||
'withdrawal_dest_need_data' => 'Need to get a valid destination account ID and/or valid destination account name to continue.',
|
||||
|
||||
'deposit_source_need_data' => 'Need to get a valid source account ID and/or valid source account name to continue.',
|
||||
'deposit_source_bad_data' => 'Could not find a valid source account when searching for ID ":id" or name ":name".',
|
||||
'deposit_dest_need_data' => 'Need to get a valid destination account ID and/or valid destination account name to continue.',
|
||||
'deposit_dest_bad_data' => 'Could not find a valid destination account when searching for ID ":id" or name ":name".',
|
||||
|
||||
'transfer_source_need_data' => 'Need to get a valid source account ID and/or valid source account name to continue.',
|
||||
'transfer_source_bad_data' => 'Could not find a valid source account when searching for ID ":id" or name ":name".',
|
||||
'transfer_dest_need_data' => 'Need to get a valid destination account ID and/or valid destination account name to continue.',
|
||||
'transfer_dest_bad_data' => 'Could not find a valid destination account when searching for ID ":id" or name ":name".',
|
||||
'need_id_in_edit' => 'When updating a transaction with splits, each split must have a valid transaction journal id (field "transaction_journal_id").',
|
||||
];
|
||||
|
Reference in New Issue
Block a user