Meta data for new release, 5.4.0.

This commit is contained in:
James Cole
2020-09-21 12:47:40 +02:00
parent 651029e284
commit 40e7f019dd
27 changed files with 338 additions and 333 deletions

View File

@@ -46,7 +46,7 @@ return [
'require_repeat_until' => '仅需重复次数或结束日期 (repeat_until) 即可,不需两者均备。',
'require_currency_info' => '无货币资讯,此栏位内容无效。',
'not_transfer_account' => '此帐户不是一个可以用于转账的帐户。',
'require_currency_amount' => 'The content of this field is invalid without foreign amount information.',
'require_currency_amount' => '此字段需要外币信息。',
'equal_description' => '交易描述不应等同全域描述。',
'file_invalid_mime' => '档案 ":name" 的类型为 ":mime",系不被允许上载的类型。',
'file_too_large' => '档案 ":name" 过大。',
@@ -127,9 +127,9 @@ return [
'in_array' => ':attribute 栏位不存在于 :other。',
'present' => ':attribute 栏位必须存在。',
'amount_zero' => '总金额不能为零。',
'current_target_amount' => 'The current amount must be less than the target amount.',
'current_target_amount' => '当前金额必须小于目标金额。',
'unique_piggy_bank_for_user' => '存钱罐的名称必须是独一无二的。',
'unique_object_group' => 'The group name must be unique',
'unique_object_group' => '组名必须是唯一的',
'secure_password' => '这不是一个安全的密码,请重试一次。如需更多讯息,请访问 https://bit.ly/FF3-password-security',
'valid_recurrence_rep_type' => '对定期重复交易是无效的重复类型。',
@@ -142,8 +142,8 @@ return [
'name' => '名称',
'piggy_bank_id' => '存钱罐 ID',
'targetamount' => '目标金额',
'opening_balance_date' => 'opening balance date',
'opening_balance' => 'opening balance',
'opening_balance_date' => '开户日期',
'opening_balance' => '初始余额',
'match' => '符合',
'amount_min' => '最小金额',
'amount_max' => '最大金额',
@@ -176,7 +176,7 @@ return [
'withdrawal_source_need_data' => '需要一个有效的来源账户ID和/或来源账户名称才能继续。',
'withdrawal_source_bad_data' => '搜索 ID":id"或名称":name"时找不到有效的来源帐户。',
'withdrawal_dest_need_data' => '需要一个有效的目标账户ID和/或目标账户名称才能继续。',
'withdrawal_dest_bad_data' => 'Could not find a valid destination account when searching for ID ":id" or name ":name".',
'withdrawal_dest_bad_data' => '搜索 ID":id"或名称":name"时找不到有效的目标帐户。',
'deposit_source_need_data' => '需要一个有效的来源账户ID和/或来源账户名称才能继续。',
'deposit_source_bad_data' => '搜索 ID":id"或名称":name"时找不到有效的来源帐户。',
@@ -188,22 +188,22 @@ return [
'transfer_source_bad_data' => '搜索 ID":id"或名称":name"时找不到有效的来源帐户。',
'transfer_dest_need_data' => '需要一个有效的目标账户ID和/或目标账户名称才能继续。',
'transfer_dest_bad_data' => '搜索 ID":id"或名称":name"时找不到有效的目标帐户。',
'need_id_in_edit' => 'Each split must have transaction_journal_id (either valid ID or 0).',
'need_id_in_edit' => '每笔拆分必须有 transaction_journal_id (有效的 ID 0)',
'ob_source_need_data' => 'Need to get a valid source account ID and/or valid source account name to continue.',
'ob_dest_need_data' => 'Need to get a valid destination account ID and/or valid destination account name to continue.',
'ob_dest_bad_data' => 'Could not find a valid destination account when searching for ID ":id" or name ":name".',
'ob_source_need_data' => '需要一个有效的来源账户ID和/或来源账户名称才能继续。',
'ob_dest_need_data' => '需要一个有效的目标账户ID和/或目标账户名称才能继续。',
'ob_dest_bad_data' => '搜索 ID":id"或名称":name"时找不到有效的目标帐户。',
'generic_invalid_source' => 'You can\'t use this account as the source account.',
'generic_invalid_destination' => 'You can\'t use this account as the destination account.',
'generic_invalid_source' => '您不能使用此帐户作为源帐户。',
'generic_invalid_destination' => '您不能使用此帐户作为目标帐户。',
'gte.numeric' => ':attribute 必须大于或等于 :value.',
'gt.numeric' => 'The :attribute must be greater than :value.',
'gt.numeric' => ':attribute 必须大于 :value',
'gte.file' => ':attribute 必须大于或等于 :value Kb',
'gte.string' => ':attribute 必须大于或等于 :value 字符。',
'gte.array' => ':attribute 必须具有 :value 项或更多',
'amount_required_for_auto_budget' => 'The amount is required.',
'auto_budget_amount_positive' => 'The amount must be more than zero.',
'auto_budget_period_mandatory' => 'The auto budget period is a mandatory field.',
'amount_required_for_auto_budget' => '请填写金额。',
'auto_budget_amount_positive' => '金额必须大于零。',
'auto_budget_period_mandatory' => '自动预算周期是必填的。',
];