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:
@@ -25,7 +25,7 @@ declare(strict_types=1);
|
||||
return [
|
||||
'iban' => '这不是有效的 IBAN。',
|
||||
'zero_or_more' => '此数值不能为负数',
|
||||
'date_or_time' => 'The value must be a valid date or time value (ISO 8601).',
|
||||
'date_or_time' => '必须是有效的日期或时间(ISO 8601)。',
|
||||
'source_equals_destination' => '来源帐户与目标帐户相同。',
|
||||
'unique_account_number_for_user' => '看起来此帐户号码已在使用中。',
|
||||
'unique_iban_for_user' => '看起来此IBAN已在使用中。',
|
||||
@@ -33,15 +33,19 @@ return [
|
||||
'rule_trigger_value' => '此值不能用于所选择的触发器。',
|
||||
'rule_action_value' => '此值不能用于所选择的动作。',
|
||||
'file_already_attached' => '上传的档案 ":name" 已附加到该物件上。',
|
||||
'file_attached' => '已成功上传档案 ":name"。',
|
||||
'file_attached' => '文件成功上传 ":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_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" 过大。',
|
||||
@@ -123,7 +127,7 @@ return [
|
||||
'in_array' => ':attribute 栏位不存在于 :other。',
|
||||
'present' => ':attribute 栏位必须存在。',
|
||||
'amount_zero' => '总金额不能为零。',
|
||||
'unique_piggy_bank_for_user' => '小猪存钱罐的名称必须是独一无二的。',
|
||||
'unique_piggy_bank_for_user' => '存钱罐的名称必须是独一无二的。',
|
||||
'secure_password' => '这不是一个安全的密码,请重试一次。如需更多讯息,请访问 https://bit.ly/FF3-password-security',
|
||||
'valid_recurrence_rep_type' => '对定期重复交易是无效的重复类型。',
|
||||
'valid_recurrence_rep_moment' => '对此重复类型是无效的重复时刻。',
|
||||
@@ -133,7 +137,7 @@ return [
|
||||
'description' => '描述',
|
||||
'amount' => '金额',
|
||||
'name' => '名称',
|
||||
'piggy_bank_id' => '小猪存钱罐 ID',
|
||||
'piggy_bank_id' => '存钱罐 ID',
|
||||
'targetamount' => '目标金额',
|
||||
'openingBalanceDate' => '初始余额日期',
|
||||
'openingBalance' => '初始余额',
|
||||
@@ -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