Update languages.

This commit is contained in:
James Cole
2023-11-10 20:09:29 +01:00
parent bac0f99b9b
commit 1b489385b2
255 changed files with 891 additions and 611 deletions

View File

@@ -44,11 +44,12 @@ return [
'invalid_query_currency' => '查询包含不同货币的账户,这是不不允许的。',
'iban' => '此 IBAN 无效',
'zero_or_more' => '此值不能为负',
'no_asset_account' => 'This is not an asset account.',
'date_or_time' => '此值必须是有效的日期或时间 (ISO 8601)',
'source_equals_destination' => '来源账户与目标账户相同',
'unique_account_number_for_user' => '此账户号码已在使用中',
'unique_iban_for_user' => '此 IBAN 已在使用中',
'reconciled_forbidden_field' => 'This transaction is already reconciled, you cannot change the ":field"',
'reconciled_forbidden_field' => '这笔交易已经对账,您无法更改“:field',
'deleted_user' => '由于安全限制,您无法使用此电子邮件地址注册',
'rule_trigger_value' => '此值不能用于所选触发条件',
'rule_action_value' => '此值不能用于所选动作',
@@ -60,8 +61,8 @@ return [
'transaction_types_equal' => '所有拆分的类型必须相同',
'invalid_transaction_type' => '无效的交易类型',
'invalid_selection' => '您的选择无效',
'belongs_user' => 'This value is linked to an object that does not seem to exist.',
'belongs_user_or_user_group' => 'This value is linked to an object that does not seem to exist in your current financial administration.',
'belongs_user' => '此值关联至一个似乎不存在的对象。',
'belongs_user_or_user_group' => '此值关联至当前财务管理中一个似乎不存在的对象。',
'at_least_one_transaction' => '至少需要一笔交易',
'recurring_transaction_id' => '至少需要一笔交易。',
'need_id_to_match' => '您需要提交一个含有ID的条目API才能匹配。',
@@ -150,10 +151,10 @@ return [
'required' => ':attribute 字段为必填项',
'required_if' => ':attribute 字段在 :other 为 :value 时是必填项',
'required_unless' => '除非 :other 是 :values否则 :attribute 字段是必填项',
'required_with' => '当 :values 存在时, :attribute 字段是必填项',
'required_with_all' => '当 :values 存在时, :attribute 字段是必填项',
'required_without' => '当 :values 不存在时, :attribute 字段是必填项',
'required_without_all' => '当没有任何 :values 存在时, :attribute 字段为必填项',
'required_with' => "当 :values\u{200b}\u{200b} 存在时, :attribute 字段是必填项",
'required_with_all' => "当 :values\u{200b}\u{200b} 存在时, :attribute 字段是必填项",
'required_without' => "当 :values\u{200b}\u{200b} 不存在时, :attribute 字段是必填项",
'required_without_all' => "当没有任何 :values\u{200b}\u{200b} 存在时, :attribute 字段为必填项",
'same' => ':attribute 和 :other 必须相符',
'size.numeric' => ':attribute 必须是 :size',
'amount_min_over_max' => '最小金额不能超过最大金额',
@@ -307,3 +308,4 @@ return [
* https://crowdin.com/project/firefly-iii
*
*/