'必须接受 :attribute。', 'accepted_if' => '当 :other 为 :value 时,必须接受 :attribute。', 'active_url' => ':attribute 不是一个有效的URL。', 'after' => ':attribute 必须是 :date 之后的日期。', 'after_or_equal' => ':attribute 必须是 :date 之后或相同的日期。', 'alpha' => ':attribute 只能包含字母。', 'alpha_dash' => ':attribute 只能包含字母、数字、破折号和下划线。', 'alpha_num' => ':attribute 只能包含字母和数字。', 'array' => ':attribute 必须是一个数组。', 'ascii' => ':attribute 只能包含单字节的字母数字字符和符号。', 'before' => ':attribute 必须是 :date 之前的日期。', 'before_or_equal' => ':attribute 必须是 :date 之前或相同的日期。', 'between' => [ 'array' => ':attribute 必须在 :min 和 :max 之间。', 'file' => ':attribute 必须在 :min 和 :max 千字节之间。', 'numeric' => ':attribute 必须在 :min 和 :max 之间。', 'string' => ':attribute 必须在 :min 和 :max 个字符之间。', ], 'boolean' => ':attribute 字段必须是 true 或 false。', 'can' => ':attribute 字段包含未经授权的值。', 'confirmed' => ':attribute 确认不匹配。', 'current_password' => '密码不正确。', 'date' => ':attribute 必须是一个有效的日期。', 'date_equals' => ':attribute 必须等于 :date。', 'date_format' => ':attribute 必须与格式 :format 匹配。', 'decimal' => ':attribute 必须有 :decimal 位小数。', 'declined' => ':attribute 必须被拒绝。', 'declined_if' => '当 :other 为 :value 时,:attribute 必须被拒绝。', 'different' => ':attribute 和 :other 必须不同。', 'digits' => ':attribute 必须是 :digits 位数字。', 'digits_between' => ':attribute 必须介于 :min 和 :max 位数字之间。', 'dimensions' => ':attribute 具有无效的图像尺寸。', 'distinct' => ':attribute 字段具有重复的值。', 'doesnt_end_with' => ':attribute 不能以以下任何一个结尾: :values。', 'doesnt_start_with' => ':attribute 不能以以下任何一个开始: :values。', 'email' => ':attribute 必须是一个有效的电子邮件地址。', 'ends_with' => ':attribute 必须以以下任何一个结尾: :values。', 'enum' => '所选 :attribute 无效。', 'exists' => '所选 :attribute 无效。', 'extensions' => ':attribute 必须具有以下扩展名之一: :values。', 'file' => ':attribute 必须是一个文件。', 'filled' => ':attribute 必须有一个值。', 'gt' => [ 'array' => ':attribute 字段必须拥有超过 :value 项。', 'file' => ':attribute 字段必须大于 :value 千字节。', 'numeric' => ':attribute 字段必须大于 :value。', 'string' => ':attribute 字段必须大于 :value 个字符。', ], 'gte' => [ 'array' => ':attribute 字段必须拥有 :value 项或更多。', 'file' => ':attribute 字段必须大于或等于 :value 千字节。', 'numeric' => ':attribute 字段必须大于或等于 :value。', 'string' => ':attribute 字段必须大于或等于 :value 个字符。', ], 'hex_color' => ':attribute 字段必须是有效的十六进制颜色。', 'image' => ':attribute 字段必须是图像。', 'in' => '所选 :attribute 无效。', 'in_array' => ':attribute 字段必须存在于 :other 中。', 'integer' => ':attribute 字段必须是整数。', 'ip' => ':attribute 字段必须是有效的 IP 地址。', 'ipv4' => ':attribute 字段必须是有效的 IPv4 地址。', 'ipv6' => ':attribute 字段必须是有效的 IPv6 地址。', 'json' => ':attribute 字段必须是有效的 JSON 字符串。', 'lowercase' => ':attribute 字段必须是小写的。', 'lt' => [ 'array' => ':attribute 字段必须拥有少于 :value 项。', 'file' => ':attribute 字段必须小于 :value 千字节。', 'numeric' => ':attribute 字段必须小于 :value。', 'string' => ':attribute 字段必须小于 :value 个字符。', ], 'lte' => [ 'array' => ':attribute 字段不能拥有超过 :value 项。', 'file' => ':attribute 字段必须小于或等于 :value 千字节。', 'numeric' => ':attribute 字段必须小于或等于 :value。', 'string' => ':attribute 字段必须小于或等于 :value 个字符。', ], 'mac_address' => ':attribute 字段必须是有效的 MAC 地址。', 'max' => [ 'array' => ':attribute 字段不能拥有超过 :max 项。', 'file' => ':attribute 字段不能大于 :max 千字节。', 'numeric' => ':attribute 字段不能大于 :max。', 'string' => ':attribute 字段不能大于 :max 个字符。', ], 'max_digits' => ':attribute 字段不能拥有超过 :max 位数字。', 'mimes' => ':attribute 字段必须是类型为 :values 的文件。', 'mimetypes' => ':attribute 字段必须是类型为 :values 的文件。', 'min' => [ 'array' => ':attribute 字段必须拥有至少 :min 项。', 'file' => ':attribute 字段必须至少为 :min 千字节。', 'numeric' => ':attribute 字段必须至少为 :min。', 'string' => ':attribute 字段必须至少为 :min 个字符。', ], 'min_digits' => ':attribute 字段必须至少包含 :min 位数字。', 'missing' => ':attribute 字段必须缺失。', 'missing_if' => '当 :other 为 :value 时,:attribute 字段必须缺失。', 'missing_unless' => '除非 :other 为 :value,否则 :attribute 字段必须缺失。', 'missing_with' => '当 :values 存在时,:attribute 字段必须缺失。', 'missing_with_all' => '当 :values 存在时,:attribute 字段必须缺失。', 'multiple_of' => ':attribute 字段必须是 :value 的倍数。', 'not_in' => '所选 :attribute 无效。', 'not_regex' => ':attribute 字段格式无效。', 'numeric' => ':attribute 字段必须是数字。', 'password' => [ 'letters' => ':attribute 字段必须至少包含一个字母。', 'mixed' => ':attribute 字段必须至少包含一个大写字母和一个小写字母。', 'numbers' => ':attribute 字段必须至少包含一个数字。', 'symbols' => ':attribute 字段必须至少包含一个符号。', 'uncompromised' => '给定的 :attribute 出现在数据泄露中。请选择一个不同的 :attribute。', ], 'present' => ':attribute 字段必须存在。', 'present_if' => '当 :other 为 :value 时,:attribute 字段必须存在。', 'present_unless' => '除非 :other 为 :value,否则 :attribute 字段必须存在。', 'present_with' => '当 :values 存在时,:attribute 字段必须存在。', 'present_with_all' => '当 :values 存在时,:attribute 字段必须存在。', 'prohibited' => ':attribute 字段被禁止。', 'prohibited_if' => '当 :other 为 :value 时,:attribute 字段被禁止。', 'prohibited_unless' => '除非 :other 在 :values 中,否则 :attribute 字段被禁止。', 'prohibits' => ':attribute 字段禁止 :other 存在。', 'regex' => ':attribute 字段格式无效。', 'required' => ':attribute 字段是必填的。', 'required_array_keys' => ':attribute 字段必须包含以下条目: :values。', 'required_if' => '当 :other 为 :value 时,:attribute 字段是必填的。', 'required_if_accepted' => '当 :other 被接受时,:attribute 字段是必填的。', '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' => [ 'array' => ':attribute 字段必须包含 :size 项。', 'file' => ':attribute 字段必须为 :size 千字节。', 'numeric' => ':attribute 字段必须为 :size。', 'string' => ':attribute 字段必须为 :size 个字符。', ], 'starts_with' => ':attribute 字段必须以以下之一开头: :values。', 'string' => ':attribute 字段必须是字符串。', 'timezone' => ':attribute 字段必须是有效的时区。', 'unique' => ':attribute 已经被占用。', 'uploaded' => ':attribute 上传失败。', 'uppercase' => ':attribute 字段必须为大写。', 'url' => ':attribute 字段必须是有效的 URL。', 'ulid' => ':attribute 字段必须是有效的 ULID。', 'uuid' => ':attribute 字段必须是有效的 UUID。', /* |-------------------------------------------------------------------------- | Custom Validation Language Lines |-------------------------------------------------------------------------- | | Here you may specify custom validation messages for attributes using the | convention "attribute.rule" to name the lines. This makes it quick to | specify a specific custom language line for a given attribute rule. | */ 'custom' => [ 'attribute-name' => [ 'rule-name' => '自定义消息', ], ], /* |-------------------------------------------------------------------------- | Custom Validation Attributes |-------------------------------------------------------------------------- | | The following language lines are used to swap our attribute placeholder | with something more reader friendly such as "E-Mail Address" instead | of "email". This simply helps us make our message more expressive. | */ 'attributes' => [], ];