Update meta data and translations.

This commit is contained in:
James Cole
2022-10-08 06:47:56 +02:00
parent b176308dbd
commit 896c15a7a1
302 changed files with 39597 additions and 6590 deletions

View File

@@ -141,8 +141,8 @@ return [
'unique_piggy_bank_for_user' => '存钱罐名称必须唯一',
'unique_object_group' => '组名称必须唯一',
'starts_with' => '此值必须以 :values 开头',
'unique_webhook' => '您已经拥有使用此值的 Webhook',
'unique_existing_webhook' => '您已经拥有另一个使用此值的 Webhook',
'unique_webhook' => 'You already have a webhook with this combination of URL, trigger, response and delivery.',
'unique_existing_webhook' => 'You already have another webhook with this combination of URL, trigger, response and delivery.',
'same_account_type' => '两个账户必须是相同类型的账户',
'same_account_currency' => '两个账户必须设置有相同的货币',
@@ -208,10 +208,11 @@ return [
'transfer_dest_bad_data' => '搜索 ID “:id”或名称“:name”时找不到有效的目标账户',
'need_id_in_edit' => '每笔拆分必须有 transaction_journal_id (有效的 ID 或 0)。',
'ob_source_need_data' => '需要一个有效的来源账户ID和/或来源账户名称才能继续。',
'lc_source_need_data' => '需要获取一个有效的来源账户 ID 才能继续。',
'ob_dest_need_data' => '需要一个有效的来源账户 ID 和/或来源账户名称才能继续',
'ob_dest_bad_data' => '搜索 ID “:id”或名称“:name”时找不到有效的目标账户',
'ob_source_need_data' => '需要一个有效的来源账户ID和/或来源账户名称才能继续。',
'lc_source_need_data' => '需要获取一个有效的来源账户 ID 才能继续。',
'ob_dest_need_data' => '需要一个有效的来源账户 ID 和/或来源账户名称才能继续',
'ob_dest_bad_data' => '搜索 ID “:id”或名称“:name”时找不到有效的目标账户',
'reconciliation_either_account' => 'To submit a reconciliation, you must submit either a source or a destination account. Not both, not neither.',
'generic_invalid_source' => '您不能使用此账户作为来源账户',
'generic_invalid_destination' => '您不能使用此账户作为目标账户',