Update meta files for new release.

This commit is contained in:
James Cole
2022-05-05 06:01:48 +02:00
parent 5e7ee8c5bf
commit 2579750ba3
10 changed files with 118 additions and 146 deletions

View File

@@ -23,13 +23,13 @@
declare(strict_types=1);
return [
'missing_where' => 'Array is missing "where"-clause',
'missing_update' => 'Array is missing "update"-clause',
'invalid_where_key' => 'JSON contains an invalid key for the "where"-clause',
'invalid_update_key' => 'JSON contains an invalid key for the "update"-clause',
'invalid_query_data' => 'There is invalid data in the %s:%s field of your query.',
'invalid_query_account_type' => 'Your query contains accounts of different types, which is not allowed.',
'invalid_query_currency' => 'Your query contains accounts that have different currency settings, which is not allowed.',
'missing_where' => '数组中缺少"where"条目',
'missing_update' => '数组中缺少 "update"条目',
'invalid_where_key' => 'JSON包含一个无效的"where"子句',
'invalid_update_key' => 'JSON包含一个无效的"update"子句',
'invalid_query_data' => '查询中的%s:%s字段存在无效数据',
'invalid_query_account_type' => '查询包含不同类型的账户,这是不允许的',
'invalid_query_currency' => '查询包含不同货币的账户,这是不不允许的。',
'iban' => '此 IBAN 无效',
'zero_or_more' => '此值不能为负',
'date_or_time' => '此值必须是有效的日期或时间 (ISO 8601)',
@@ -194,7 +194,7 @@ return [
'withdrawal_dest_need_data' => '需要一个有效的目标账户 ID 和/或目标账户名称才能继续',
'withdrawal_dest_bad_data' => '搜索 ID “:id”或名称“:name”时找不到有效的目标账户',
'generic_source_bad_data' => 'Could not find a valid source account when searching for ID ":id" or name ":name".',
'generic_source_bad_data' => '搜索 ID :id”或名称“:name”时找不到有效的来源账户',
'deposit_source_need_data' => '需要一个有效的来源账户 ID 和/或来源账户名称才能继续',
'deposit_source_bad_data' => '搜索 ID “:id”或名称“:name”时找不到有效的来源账户',