Various fixes and cleanup

This commit is contained in:
James Cole
2023-01-29 15:29:42 +01:00
parent 1cbb644d65
commit 413a4f3d9c
276 changed files with 3119 additions and 2894 deletions

View File

@@ -103,73 +103,73 @@ return [
*/
'between.numeric' => ':attribute 必须介于 :min 和 :max 之间',
'between.file' => ':attribute 必须介于 :min kB 到 :max kB之间',
'between.string' => ':attribute 必须介于 :min 到 :max 字符之间',
'between.array' => ':attribute 必须介于 :min 到 :max 项目之间',
'boolean' => ':attribute 字段必须为 true 或 false',
'confirmed' => ':attribute 确认状态不符',
'date' => ':attribute 不是一个有效的日期',
'date_format' => ':attribute 不符合 :format 格式',
'different' => ':attribute 和 :other 不能相同',
'digits' => ':attribute 必须是 :digits 位数字',
'digits_between' => ':attribute 必须介于 :min 和 :max 位数字之间',
'email' => ':attribute 必须是一个有效的电子邮件地址',
'filled' => ':attribute 字段是必填项',
'exists' => '所选的 :attribute 无效',
'image' => ':attribute 必须是图片',
'in' => '所选的 :attribute 无效',
'integer' => ':attribute 必须是整数',
'ip' => ':attribute 必须是一个有效的 IP 地址',
'json' => ':attribute 必须是一个有效的 JSON 字符串',
'max.numeric' => ':attribute 不能大于 :max',
'max.file' => ':attribute 不能大于 :max kB',
'max.string' => ':attribute 不能大于 :max 字符',
'max.array' => ':attribute 不能多于 :max 个项目',
'mimes' => ':attribute 的文件类型必须是 :values',
'min.numeric' => ':attribute 至少需要 :min',
'lte.numeric' => ':attribute 必须小于或等于 :value',
'min.file' => ':attribute 必须至少为 :min kB',
'min.string' => ':attribute 最少需要有 :min 个字符',
'min.array' => ':attribute 至少需要有 :min 个项目',
'not_in' => '所选的 :attribute 无效',
'numeric' => ':attribute 必须是数字',
'numeric_native' => '原始金额必须是数字',
'numeric_destination' => '目标金额必须是数字',
'numeric_source' => '来源金额必须是数字',
'regex' => ':attribute 格式无效',
'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 字段为必填项',
'same' => ':attribute 和 :other 必须相符',
'size.numeric' => ':attribute 必须是 :size',
'amount_min_over_max' => '最小金额不能超过最大金额',
'size.file' => ':attribute 必须为 :size kB',
'size.string' => ':attribute 必须为 :size 个字符',
'size.array' => ':attribute 必须包含 :size 个项目',
'unique' => ':attribute 已被使用',
'string' => ':attribute 必须是字符串',
'url' => ':attribute 格式无效',
'timezone' => ':attribute 必须是有效的区域',
'2fa_code' => ':attribute 字段无效',
'dimensions' => ':attribute 的图片尺寸无效',
'distinct' => ':attribute 字段有重复值',
'file' => ':attribute 必须是文件',
'in_array' => ':attribute 字段不存在于 :other',
'present' => ':attribute 栏位必须存在',
'amount_zero' => '总金额不能为零',
'current_target_amount' => '当前金额必须小于目标金额',
'unique_piggy_bank_for_user' => '存钱罐名称必须唯一',
'unique_object_group' => '组名称必须唯一',
'starts_with' => '此值必须以 :values 开头',
'unique_webhook' => '您已经有一个 与 URL 绑定的 webhook、触发、响应和送达。',
'unique_existing_webhook' => '您已经有了另一个与 URL 组合、触发、响应和交付的Webhook。',
'same_account_type' => '两个账户必须是相同类型的账户',
'same_account_currency' => '两个账户必须设置有相同的货币',
'between.numeric' => ':attribute 必须介于 :min 和 :max 之间',
'between.file' => ':attribute 必须介于 :min kB 到 :max kB之间',
'between.string' => ':attribute 必须介于 :min 到 :max 字符之间',
'between.array' => ':attribute 必须介于 :min 到 :max 项目之间',
'boolean' => ':attribute 字段必须为 true 或 false',
'confirmed' => ':attribute 确认状态不符',
'date' => ':attribute 不是一个有效的日期',
'date_format' => ':attribute 不符合 :format 格式',
'different' => ':attribute 和 :other 不能相同',
'digits' => ':attribute 必须是 :digits 位数字',
'digits_between' => ':attribute 必须介于 :min 和 :max 位数字之间',
'email' => ':attribute 必须是一个有效的电子邮件地址',
'filled' => ':attribute 字段是必填项',
'exists' => '所选的 :attribute 无效',
'image' => ':attribute 必须是图片',
'in' => '所选的 :attribute 无效',
'integer' => ':attribute 必须是整数',
'ip' => ':attribute 必须是一个有效的 IP 地址',
'json' => ':attribute 必须是一个有效的 JSON 字符串',
'max.numeric' => ':attribute 不能大于 :max',
'max.file' => ':attribute 不能大于 :max kB',
'max.string' => ':attribute 不能大于 :max 字符',
'max.array' => ':attribute 不能多于 :max 个项目',
'mimes' => ':attribute 的文件类型必须是 :values',
'min.numeric' => ':attribute 至少需要 :min',
'lte.numeric' => ':attribute 必须小于或等于 :value',
'min.file' => ':attribute 必须至少为 :min kB',
'min.string' => ':attribute 最少需要有 :min 个字符',
'min.array' => ':attribute 至少需要有 :min 个项目',
'not_in' => '所选的 :attribute 无效',
'numeric' => ':attribute 必须是数字',
'numeric_native' => '原始金额必须是数字',
'numeric_destination' => '目标金额必须是数字',
'numeric_source' => '来源金额必须是数字',
'regex' => ':attribute 格式无效',
'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 字段为必填项',
'same' => ':attribute 和 :other 必须相符',
'size.numeric' => ':attribute 必须是 :size',
'amount_min_over_max' => '最小金额不能超过最大金额',
'size.file' => ':attribute 必须为 :size kB',
'size.string' => ':attribute 必须为 :size 个字符',
'size.array' => ':attribute 必须包含 :size 个项目',
'unique' => ':attribute 已被使用',
'string' => ':attribute 必须是字符串',
'url' => ':attribute 格式无效',
'timezone' => ':attribute 必须是有效的区域',
'2fa_code' => ':attribute 字段无效',
'dimensions' => ':attribute 的图片尺寸无效',
'distinct' => ':attribute 字段有重复值',
'file' => ':attribute 必须是文件',
'in_array' => ':attribute 字段不存在于 :other',
'present' => ':attribute 栏位必须存在',
'amount_zero' => '总金额不能为零',
'current_target_amount' => '当前金额必须小于目标金额',
'unique_piggy_bank_for_user' => '存钱罐名称必须唯一',
'unique_object_group' => '组名称必须唯一',
'starts_with' => '此值必须以 :values 开头',
'unique_webhook' => '您已经有一个 与 URL 绑定的 webhook、触发、响应和送达。',
'unique_existing_webhook' => '您已经有了另一个与 URL 组合、触发、响应和交付的Webhook。',
'same_account_type' => '两个账户必须是相同类型的账户',
'same_account_currency' => '两个账户必须设置有相同的货币',
/*
* PLEASE DO NOT EDIT THIS FILE DIRECTLY.
@@ -280,6 +280,9 @@ return [
'amount_required_for_auto_budget' => '金额是必填项',
'auto_budget_amount_positive' => '金额必须大于零',
'auto_budget_period_mandatory' => '自动预算周期是必填项',
// no access to administration:
'no_access_user_group' => 'You do not have the correct access rights for this administration.',
];
/*