New language string.

This commit is contained in:
James Cole
2019-06-23 10:39:59 +02:00
parent c98d2187a0
commit 29158acfff
72 changed files with 776 additions and 928 deletions

View File

@@ -36,8 +36,8 @@ return [
'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.',
'group_title_mandatory' => '在有超过一笔交易时,必须有分组标题。',
'transaction_types_equal' => '所有拆分的类型必须相同。',
'invalid_transaction_type' => '无效交易类型。',
'invalid_selection' => '您的选择无效。',
'belongs_user' => '此值对此栏位无效。',
@@ -139,8 +139,8 @@ return [
'name' => '名称',
'piggy_bank_id' => '存钱罐 ID',
'targetamount' => '目标金额',
'openingBalanceDate' => '初始余额日期',
'openingBalance' => '初始余额',
'opening_balance_date' => 'opening balance date',
'opening_balance' => 'opening balance',
'match' => '符合',
'amount_min' => '最小金额',
'amount_max' => '最大金额',
@@ -170,18 +170,23 @@ return [
],
// 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.',
'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".',
'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".',
'deposit_source_need_data' => '需要一个有效的来源账户ID和/或来源账户名称才能继续。',
'deposit_source_bad_data' => '搜索 ID":id"或名称":name"时找不到有效的来源帐户。',
'deposit_dest_need_data' => '需要一个有效的目标账户ID和/或目标账户名称才能继续。',
'deposit_dest_bad_data' => '搜索 ID":id"或名称":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").',
'transfer_source_need_data' => '需要一个有效的来源账户ID和/或来源账户名称才能继续。',
'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).',
'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".',
];