Hugely improved Simplified Chinese translation quality.

This commit is contained in:
F0rb1d 2019-02-03 00:10:51 +08:00
parent 851f292ee3
commit 44c2f74c21

View file

@ -12,78 +12,78 @@ return [
| |
*/ */
'accepted' => ' :attribute 被接受.', 'accepted' => 'The :attribute must be accepted.',
'active_url' => ' :attribute 不是一个有效的URL.', 'active_url' => 'The :attribute is not a valid URL.',
'after' => ' :attribute 必须是一个位于 :date 之后的日期.', 'after' => 'The :attribute must be a date after :date.',
'after_or_equal' => ' :attribute 必须是 :date 之后或同样的日期.', 'after_or_equal' => 'The :attribute must be a date after or equal to :date.',
'alpha' => ' :attribute 只能含有字母.', 'alpha' => 'The :attribute may only contain letters.',
'alpha_dash' => ':attribute 只能含有数字字母和分隔线.', 'alpha_dash' => 'The :attribute may only contain letters, numbers, and dashes.',
'alpha_num' => ' :attribute 只能含有数字和字母.', 'alpha_num' => 'The :attribute may only contain letters and numbers.',
'array' => ' :attribute 必须是个数组.', 'array' => 'The :attribute must be an array.',
'before' => ' :attribute 必须是一个位于 :date 之前的日前.', 'before' => 'The :attribute must be a date before :date.',
'before_or_equal' => ' :attribute 必须是 :date 之前或同样的日期.', 'before_or_equal' => 'The :attribute must be a date before or equal to :date.',
'between' => [ 'between' => [
'numeric' => ' :attribute 必须在 :min 到 :max 之间.', 'numeric' => 'The :attribute must be between :min and :max.',
'file' => ' :attribute 必须在 :min 到 :max KB 之间.', 'file' => 'The :attribute must be between :min and :max kilobytes.',
'string' => ' :attribute m必须在 :min 到 :max 个字符之间.', 'string' => 'The :attribute must be between :min and :max characters.',
'array' => ' :attribute 必须在 :min 到 :max 个项目之间.', 'array' => 'The :attribute must have between :min and :max items.',
], ],
'boolean' => ' :attribute 填入的必须为 true 或 false.', 'boolean' => 'The :attribute field must be true or false.',
'confirmed' => ' :attribute 确认不匹配.', 'confirmed' => 'The :attribute confirmation does not match.',
'date' => ' :attribute 不是一个合法的日期.', 'date' => 'The :attribute is not a valid date.',
'date_format' => ' :attribute 不是正确的格式: :format.', 'date_format' => 'The :attribute does not match the format :format.',
'different' => ' :attribute 和 :other 必须不同.', 'different' => 'The :attribute and :other must be different.',
'digits' => ' :attribute 必须为 :digits 个数字.', 'digits' => 'The :attribute must be :digits digits.',
'digits_between' => ' :attribute 必须在 :min 到 :max 个数字间.', 'digits_between' => 'The :attribute must be between :min and :max digits.',
'dimensions' => ' :attribute 有一个非法的镜像大小.', 'dimensions' => 'The :attribute has invalid image dimensions.',
'distinct' => ' :attribute 填入了一个重复的值.', 'distinct' => 'The :attribute field has a duplicate value.',
'email' => ' :attribute 必须是一个合法的Email地址.', 'email' => 'The :attribute must be a valid email address.',
'exists' => '所选择的 :attribute 无效.', 'exists' => 'The selected :attribute is invalid.',
'file' => ' :attribute 必须为一个文件.', 'file' => 'The :attribute must be a file.',
'filled' => ' :attribute 为必填项目.', 'filled' => 'The :attribute field is required.',
'image' => ' :attribute 必须是一个镜像.', 'image' => 'The :attribute must be an image.',
'in' => '所选择的 :attribute 无效.', 'in' => 'The selected :attribute is invalid.',
'in_array' => ' :attribute 填入的信息在 :other 不存在.', 'in_array' => 'The :attribute field does not exist in :other.',
'integer' => ' :attribute 必须是一个整数.', 'integer' => 'The :attribute must be an integer.',
'ip' => ' :attribute 必须是一个合法的IP地址.', 'ip' => 'The :attribute must be a valid IP address.',
'json' => ' :attribute 必须是一个合法的JSON字符串.', 'json' => 'The :attribute must be a valid JSON string.',
'max' => [ 'max' => [
'numeric' => ' :attribute 不能大于 :max.', 'numeric' => 'The :attribute may not be greater than :max.',
'file' => ' :attribute 不能大于 :max KB.', 'file' => 'The :attribute may not be greater than :max kilobytes.',
'string' => ' :attribute 不能多于 :max 个字符.', 'string' => 'The :attribute may not be greater than :max characters.',
'array' => ' :attribute 不能多于 :max 个项目.', 'array' => 'The :attribute may not have more than :max items.',
], ],
'mimes' => ' :attribute 文件类型必须为: :values.', 'mimes' => 'The :attribute must be a file of type: :values.',
'mimetypes' => ' :attribute 文件类型必须为: :values.', 'mimetypes' => 'The :attribute must be a file of type: :values.',
'min' => [ 'min' => [
'numeric' => ' :attribute 至少应在 :min.', 'numeric' => 'The :attribute must be at least :min.',
'file' => ' :attribute 至少应在 :min KB.', 'file' => 'The :attribute must be at least :min kilobytes.',
'string' => ' :attribute 至少应在 :min 个字符.', 'string' => 'The :attribute must be at least :min characters.',
'array' => ' :attribute 至少应有 :min 个项目.', 'array' => 'The :attribute must have at least :min items.',
], ],
'not_in' => '所选择的 :attribute 不正确.', 'not_in' => 'The selected :attribute is invalid.',
'numeric' => ' :attribute 必须是个数字.', 'numeric' => 'The :attribute must be a number.',
'present' => ' :attribute 填入的必须存在.', 'present' => 'The :attribute field must be present.',
'regex' => ' :attribute 格式不正确.', 'regex' => 'The :attribute format is invalid.',
'required' => ' :attribute 为必填.', 'required' => 'The :attribute field is required.',
'required_if' => ' :attribute 被要求填入, 当 :other 为 :value 的时候.', 'required_if' => 'The :attribute field is required when :other is :value.',
'required_unless' => ' :attribute 被要求填入,除非 :other 为 :values.', 'required_unless' => 'The :attribute field is required unless :other is in :values.',
'required_with' => ' :attribute 被要求填入,当 :values 存在的时候.', 'required_with' => 'The :attribute field is required when :values is present.',
'required_with_all' => ' :attribute 被要求填入,当 :values 存在.', 'required_with_all' => 'The :attribute field is required when :values is present.',
'required_without' => ' :attribute 被要求填入,当 :values 不存在.', 'required_without' => 'The :attribute field is required when :values is not present.',
'required_without_all' => ' :attribute 被要求填入,当 :values 都不存在.', 'required_without_all' => 'The :attribute field is required when none of :values are present.',
'same' => ' :attribute 和 :other 必须相同.', 'same' => 'The :attribute and :other must match.',
'size' => [ 'size' => [
'numeric' => ' :attribute 必须为 :size.', 'numeric' => 'The :attribute must be :size.',
'file' => ' :attribute 必须为 :size KB.', 'file' => 'The :attribute must be :size kilobytes.',
'string' => ' :attribute 必须为 :size 个字符.', 'string' => 'The :attribute must be :size characters.',
'array' => ' :attribute 必须包含 :size 个项目.', 'array' => 'The :attribute must contain :size items.',
], ],
'string' => ' :attribute 必须为字符串.', 'string' => 'The :attribute must be a string.',
'timezone' => ' :attribute 必须是一个有效的时区.', 'timezone' => 'The :attribute must be a valid zone.',
'unique' => ' :attribute 已经被使用.', 'unique' => 'The :attribute has already been taken.',
'uploaded' => ' :attribute 上传失败.', 'uploaded' => 'The :attribute failed to upload.',
'url' => ' :attribute 格式不合法.', 'url' => 'The :attribute format is invalid.',
/* /*
|-------------------------------------------------------------------------- |--------------------------------------------------------------------------