':attribute 需�被��。', 'active_url' => ':attribute 并�是一个有效的网�', 'after' => ':attribute 必须是在 :date �的日期。', 'alpha' => ':attribute �能包�字�。', 'alpha_dash' => ':attribute �能包�字��数字和短横线。', 'alpha_num' => ':attribute �能包�字�和数字。', 'array' => ':attribute 必须是一个数组。', 'backup_codes' => '您输入的认��无效或已被使用。', 'before' => ':attribute 必须是在 :date �的日期。', 'between' => [ 'numeric' => ':attribute 必须在 :min 到 :max 之间。', 'file' => ':attribute 必须为 :min 到 :max 之间。', 'string' => ':attribute 必须在 :min 到 :max 个字符之间。', 'array' => ':attribute 必须在 :min 到 :max 项之间.', ], 'boolean' => ':attribute 字段必须为真或�。', 'confirmed' => ':attribute 确认�符。', 'date' => ':attribute �是一个有效的日期。', 'date_format' => ':attribute �匹�格� :format。', 'different' => ':attribute 和 :other 必须��。', 'digits' => ':attribute 必须为:digits�数。', 'digits_between' => ':attribute 必须为:min到:max�数。', 'email' => ':attribute 必须是有效的电�邮件地�。', 'ends_with' => ':attribute 必须以: :values �缀结尾。', 'file' => ':attribute 必须是一个有效的文件。', 'filled' => ':attribute 字段是必需的。', 'gt' => [ 'numeric' => ':attribute必须大于 :value.', 'file' => ':attribute 必须大于 :value k', 'string' => ':attribute 必须大于 :value 字符。', 'array' => ':attribute 必须包�多个 :value 项目。', ], 'gte' => [ 'numeric' => ':attribute 必须大于或等于 :value.', 'file' => ':attribute 必须大于或等于 :value k。', 'string' => ':attribute 必须大于或等于 :value 字符。', 'array' => ':attribute 必须具有 :value 项或更多', ], 'exists' => '选中的 :attribute 无效。', 'image' => ':attribute 必须是一个图片。', 'image_extension' => ':attribute 必须具有有效且�支�的图�扩展�。', 'in' => '选中的 :attribute 无效。', 'integer' => ':attribute 必须是一个整数。', 'ip' => ':attribute 必须是一个有效的IP地�。', 'ipv4' => ':attribute 必须是有效的IPv4地�。', 'ipv6' => ':attribute必须是有效的IPv6地�。', 'json' => ':attribute 必须是JSON类型.', 'lt' => [ 'numeric' => ':attribute 必须�于 :value.', 'file' => ':attribute 必须�于 :value k。', 'string' => ':attribute 必须�于 :value 字符。', 'array' => ':attribute 必须�于 :value 项.', ], 'lte' => [ 'numeric' => ':attribute 必须�于或等于 :value.', 'file' => ':attribute 必须�于或等于 :value k。', 'string' => ':attribute 必须�于或等于 :value 字符。', 'array' => ':attribute �得超过 :value 项。', ], 'max' => [ 'numeric' => ':attribute �能超过:max。', 'file' => ':attribute �能超过:max KB。', 'string' => ':attribute �能超过:max个字符。', 'array' => ':attribute �能有超过:max项。', ], 'mimes' => ':attribute 必须是 :values 类型的文件。', 'min' => [ 'numeric' => ':attribute 至少为:min。', 'file' => ':attribute 至少为:min KB。', 'string' => ':attribute 至少为:min个字符。', 'array' => ':attribute 至少有:min项。', ], 'not_in' => '选中的 :attribute 无效。', 'not_regex' => ':attribute 格�错误。', 'numeric' => ':attribute 必须是一个数。', 'regex' => ':attribute 格�无效。', 'required' => ':attribute 字段是必需的。', 'required_if' => '当:other为:value时,:attribute 字段是必需的。', 'required_with' => '当:values存在时,:attribute 字段是必需的。', 'required_with_all' => '当:values存在时,:attribute 字段是必需的。', 'required_without' => '当:values�存在时,:attribute 字段是必需的。', 'required_without_all' => '当:values��存在时,:attribute 字段是必需的。', 'same' => ':attribute 与 :other 必须匹�。', 'safe_url' => '�供的链接�能�安全。', 'size' => [ 'numeric' => ':attribute 必须为:size。', 'file' => ':attribute 必须为:size KB。', 'string' => ':attribute 必须为:size个字符。', 'array' => ':attribute 必须包�:size项。', ], 'string' => ':attribute 必须是字符串。', 'timezone' => ':attribute 必须是有效的区域。', 'totp' => '您输入的认��无效或已过期。', 'unique' => ':attribute 已�被使用。', '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' => [ 'required_with' => '需�确认密�', ], ], // Custom validation attributes 'attributes' => [], ];