':attribute 必须同意', 'active_url' => ':attribute 不是有效URL', 'after' => ':attribute 必须是在 :date 之后', 'after_or_equal' => ':attribute 必须是等于或在 :date 之后', 'alpha' => ':attribute 只能包含字母', 'alpha_dash' => ':attribute 只能包含字母、数字、破折号和下划线', 'alpha_num' => ':attribute 只能包含字母、数字', 'array' => ':attribute 必须是数组', 'before' => ':attribute 必须是在 :date 之前', 'before_or_equal' => ':attribute 必须是等于或在 :date 之前', 'between' => [ 'numeric' => ':attribute 必须介于 :min 与 :max 之间.', 'file' => ':attribute 必须介于 :min 与 :max KB 之间', 'string' => ':attribute 必须介于 :min 与 :max 字符 之间.', 'array' => ':attribute 必须介于 :min 与 :max 之间', ], 'boolean' => ':attribute 请选是或否,必须是布尔值', 'confirmed' => ':attribute 确认不匹配', 'date' => ':attribute 不是有效日期', 'date_equals' => ':attribute 日期必须等于 :date.', 'date_format' => ':attribute 不匹配格式 :format.', 'different' => ':attribute 和 :other 必须不同', 'digits' => ':attribute 必须是 :digits 位数.', 'digits_between' => ':attribute 必须介于 :min 与 :max 位之间.', 'dimensions' => ':attribute 图像尺寸无效', 'distinct' => ':attribute 字段有重复的值', 'email' => ':attribute 必须是有效的电子邮件地址', 'ends_with' => ':attribute 必须以下列之一结束: :values', 'exists' => ':attribute 选择的相关值不存在', 'file' => ':attribute 必须是文件', 'filled' => ':attribute 字段必须有值', 'gt' => [ 'numeric' => ':attribute 必须大于 :value', 'file' => ':attribute 必须大于 :value KB', 'string' => ':attribute 必须大于 :value 字符', 'array' => ':attribute 必须有更多 :value', ], 'gte' => [ 'numeric' => ':attribute 必须大于或等于 :value.', 'file' => ':attribute 必须大于或等于 :value KB.', 'string' => ':attribute 必须大于或等于 :value 字符.', 'array' => ':attribute 必须有 :value 或更多', ], 'image' => ':attribute 必须是图像', 'in' => ' :attribute 不在合法值内', 'in_array' => ':attribute 字段不存在 :other.', 'integer' => ':attribute 必须为整数', 'ip' => ':attribute 必须是有效 IP 地址', 'ipv4' => ':attribute 必须是有效 IPv4 地址', 'ipv6' => ':attribute 必须是有效 IPv6 地址', 'jsonData' => ':attribute 必须是有效json字符串', 'lt' => [ 'numeric' => ':attribute 必须小于 :value', 'file' => ':attribute 必须小于 :value KB', 'string' => ':attribute 必须小于 :value 字符', 'array' => ':attribute 必须小于 :value ', ], 'lte' => [ 'numeric' => ':attribute 必须小于或等于 :value', 'file' => ':attribute 必须小于或等于 :value KB', 'string' => ':attribute 必须小于或等于 :value 字符', 'array' => ':attribute 不能超过 :value ', ], 'max' => [ 'numeric' => ':attribute 不能大于 :max', 'file' => ':attribute 不能大于 :max KB', 'string' => ':attribute 不能大于 :max 个字符', 'array' => ':attribute 不能超过 :max ', ], 'mimes' => ':attribute 必须是一个类型的文件: :values.', 'mimetypes' => ':attribute 必须是一个类型的文件: :values.', 'min' => [ 'numeric' => ':attribute 至少 :min', 'file' => ':attribute 至少 :min KB', 'string' => ':attribute 至少 :min 字符', 'array' => ':attribute 必须至少有 :min ', ], 'not_in' => '挑选 :attribute 是无效的', 'not_regex' => ':attribute 格式是无效的', 'numeric' => ':attribute 必须是数字', 'present' => ':attribute 字段必须存在', 'regex' => ':attribute 格式是无效', 'required' => ':attribute 字段不能为空', 'required_if' => ':attribute 字段必须存在 当:other 是 :value', 'required_unless' => ':attribute 字段是必需的 除非 :other 介于 :values.', '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.', 'file' => ':attribute 必须是 :size KB', 'string' => ':attribute 必须是 :size 字符', 'array' => ':attribute 必须包含 :size ', ], 'starts_with' => ':attribute 必须以下列之一开头: :values', 'string' => ':attribute 必须是字符串', 'timezone' => ':attribute 必须是一个有效的区域', 'unique' => ':attribute 已经存在,不能重复!', 'uploaded' => ':attribute 未能上传', 'url' => ':attribute 格式是无效', 'uuid' => ':attribute 必须是有效的UUID', 'identity_cards' => ':attribute 身份证号错误', /* |-------------------------------------------------------------------------- | 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-message', ], ], /* |-------------------------------------------------------------------------- | Custom Validation Attributes |-------------------------------------------------------------------------- | | 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' => [], ];