X-Git-Url: http://source.bookstackapp.com/bookstack/blobdiff_plain/cc1f46cbf45d8a918d15a335653fb6a9d688d23c..refs/pull/3745/head:/resources/lang/zh_CN/validation.php diff --git a/resources/lang/zh_CN/validation.php b/resources/lang/zh_CN/validation.php index 6163ca751..9f24f3339 100644 --- a/resources/lang/zh_CN/validation.php +++ b/resources/lang/zh_CN/validation.php @@ -15,7 +15,7 @@ return [ 'alpha_dash' => ':attribute 只能包含字母、数字和短横线。', 'alpha_num' => ':attribute 只能包含字母和数字。', 'array' => ':attribute 必须是一个数组。', - 'backup_codes' => '您输入的验证码无效或已被使用。', + 'backup_codes' => '您输入的认证码无效或已被使用。', 'before' => ':attribute 必须是在 :date 前的日期。', 'between' => [ 'numeric' => ':attribute 必须在:min到:max之间。', @@ -32,6 +32,7 @@ return [ 'digits_between' => ':attribute 必须为:min到:max位数。', 'email' => ':attribute 必须是有效的电子邮件地址。', 'ends_with' => ' :attribute 必须以 :values 后缀结尾', + 'file' => ':attribute 必须是一个有效的文件。', 'filled' => ':attribute 字段是必需的。', 'gt' => [ 'numeric' => ':attribute必须大于 :value.', @@ -99,7 +100,7 @@ return [ ], 'string' => ':attribute 必须是字符串。', 'timezone' => ':attribute 必须是有效的区域。', - 'totp' => '您输入的验证码无效或已过期。', + 'totp' => '您输入的认证码无效或已过期。', 'unique' => ':attribute 已经被使用。', 'url' => ':attribute 格式无效。', 'uploaded' => '无法上传文件。 服务器可能不接受此大小的文件。',