'alpha_dash' => ':attribute 只能包含字母、数字和短横线。',
'alpha_num' => ':attribute 只能包含字母和数字。',
'array' => ':attribute 必须是一个数组。',
+ 'backup_codes' => '您输入的认证码无效或已被使用。',
'before' => ':attribute 必须是在 :date 前的日期。',
'between' => [
'numeric' => ':attribute 必须在:min到:max之间。',
'digits' => ':attribute 必须为:digits位数。',
'digits_between' => ':attribute 必须为:min到:max位数。',
'email' => ':attribute 必须是有效的电子邮件地址。',
- 'ends_with' => ':attribute 必须以其中一个为结尾: :values',
+ 'ends_with' => ' :attribute 必须以 :values 后缀结尾',
+ 'file' => ':attribute 必须是一个有效的文件。',
'filled' => ':attribute 字段是必需的。',
'gt' => [
- 'numeric' => ':attribute 必须大于: :value.',
- 'file' => ':attribute 必须大于: :value kilobytes.',
- 'string' => ':attribute 必须大于: :value characters.',
- 'array' => ':attribute å\8c\85å\90«å\86\85容å¿\85é¡»å¤\9aä½\99ï¼\9a :value items.',
+ 'numeric' => ':attribute必须大于 :value.',
+ 'file' => ':attribute 必须大于 :value k',
+ 'string' => ':attribute 必须大于 :value 字符。',
+ 'array' => ':attribute å¿\85é¡»å\8c\85å\90«å¤\9a个 :value 项ç\9b®ã\80\82',
],
'gte' => [
- 'numeric' => ':attribute 必须大于或等于: :value.',
- 'file' => ':attribute 必须大于或等于: :value kilobytes.',
- 'string' => ':attribute 必须大于或等于: :value characters.',
- 'array' => ':attribute å\8c\85å\90«å\86\85容å¿\85é¡»ç\89äº\8eæ\88\96å¤\9aä½\99ï¼\9a :value items',
+ 'numeric' => ':attribute 必须大于或等于 :value.',
+ 'file' => ':attribute 必须大于或等于 :value k。',
+ 'string' => ':attribute 必须大于或等于 :value 字符。',
+ 'array' => ':attribute å¿\85é¡»å\85·æ\9c\89 :value 项æ\88\96æ\9b´å¤\9a',
],
'exists' => '选中的 :attribute 无效。',
'image' => ':attribute 必须是一个图片。',
- 'image_extension' => ':attribute 必须是系统允许的图片格式',
+ 'image_extension' => ':attribute 必须具有有效且受支持的图像扩展名。',
'in' => '选中的 :attribute 无效。',
'integer' => ':attribute 必须是一个整数。',
'ip' => ':attribute 必须是一个有效的IP地址。',
- 'ipv4' => ':attribute 必须是一个有效的IP4地址。',
- 'ipv6' => ':attribute 必须是一个有效的IP6地址。',
- 'json' => ':attribute 必须是一个有效的JSON字符串。',
+ 'ipv4' => ':attribute 必须是有效的IPv4地址。',
+ 'ipv6' => ':attribute必须是有效的IPv6地址。',
+ 'json' => ':attribute 必须是JSON类型.',
'lt' => [
'numeric' => ':attribute 必须小于 :value.',
- 'file' => ':attribute 必须小于 :value kilobytes.',
- 'string' => ':attribute 必须小于 :value characters.',
- 'array' => ':attribute å\8c\85å\90«å\86\85容å¿\85é¡»å°\91äº\8eï¼\9a :value items.',
+ 'file' => ':attribute 必须小于 :value k。',
+ 'string' => ':attribute 必须小于 :value 字符。',
+ 'array' => ':attribute å¿\85é¡»å°\8fäº\8e :value 项.',
],
'lte' => [
- 'numeric' => ':attribute 必须小于或等于: :value.',
- 'file' => ':attribute 必须小于或等于: :value kilobytes.',
- 'string' => ':attribute 必须小于或等于: :value characters.',
- 'array' => ':attribute 包含内容必须不多于: :value items.',
+ 'numeric' => ':attribute 必须小于或等于 :value.',
+ 'file' => ':attribute 必须小于或等于 :value k。',
+ 'string' => ':attribute 必须小于或等于 :value 字符。',
+ 'array' => ':attribute 不得超过 :value 项。',
],
'max' => [
'numeric' => ':attribute 不能超过:max。',
'string' => ':attribute 至少为:min个字符。',
'array' => ':attribute 至少有:min项。',
],
- 'no_double_extension' => ':attribute 只能有一个文件扩展名',
'not_in' => '选中的 :attribute 无效。',
'not_regex' => ':attribute 格式错误。',
'numeric' => ':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 必须是字符串。',
'timezone' => ':attribute 必须是有效的区域。',
+ 'totp' => '您输入的认证码无效或已过期。',
'unique' => ':attribute 已经被使用。',
'url' => ':attribute 格式无效。',
- 'uploaded' => 'æ\96\87件大å°\8fè¶\85è¿\87æ\9c\8då\8a¡å\99¨è®¾ç½®ï¼\8cä¸\8aä¼ å¤±è´¥。',
+ 'uploaded' => 'æ\97 æ³\95ä¸\8aä¼ æ\96\87ä»¶ã\80\82 æ\9c\8då\8a¡å\99¨å\8f¯è\83½ä¸\8dæ\8e¥å\8f\97æ¤å¤§å°\8fç\9a\84æ\96\87ä»¶。',
// Custom validation lines
'custom' => [