'backup_codes' => '您输入的认证码无效或已被使用。',
'before' => ':attribute 必须是在 :date 前的日期。',
'between' => [
- 'numeric' => ':attribute 必须在:min到:max之间。',
- 'file' => ':attribute 必须为:min到:max KB。',
- 'string' => ':attribute 必须在:min到:max个字符之间。',
- 'array' => ':attribute 必须在:min到:max项之间.',
+ 'numeric' => ':attribute 必须在 :min 到 :max 之间。',
+ 'file' => ':attribute 必须为 :min 到 :max 之间。',
+ 'string' => ':attribute 必须在 :min 到 :max 个字符之间。',
+ 'array' => ':attribute 必须在 :min 到 :max 项之间.',
],
'boolean' => ':attribute 字段必须为真或假。',
'confirmed' => ':attribute 确认不符。',
'digits' => ':attribute 必须为:digits位数。',
'digits_between' => ':attribute 必须为:min到:max位数。',
'email' => ':attribute 必须是有效的电子邮件地址。',
- 'ends_with' => ' :attribute 必须以 :values 后缀结尾',
+ 'ends_with' => ':attribute 必须以: :values 后缀结尾。',
'file' => ':attribute 必须是一个有效的文件。',
'filled' => ':attribute 字段是必需的。',
'gt' => [
'url' => ':attribute 格式无效。',
'uploaded' => '无法上传文件。 服务器可能不接受此大小的文件。',
+ 'zip_file' => ':attribute 需要引用 ZIP 内的文件。',
+ 'zip_file_mime' => ':attribute 需要引用类型为 :validTypes 的文件,找到 :foundType 。',
+ 'zip_model_expected' => '预期的数据对象,但找到了 ":type" 。',
+ 'zip_unique' => '对于 ZIP 中的对象类型来说,:attribute 必须是唯一的。',
+
// Custom validation lines
'custom' => [
'password-confirm' => [