]> BookStack Code Mirror - bookstack/blobdiff - resources/lang/zh_CN/validation.php
Added login throttling test, updated reset-pw test method names
[bookstack] / resources / lang / zh_CN / validation.php
index e38446e9fb18e1f1f28dc8b2ae0f28ecc367fe9f..9f24f3339da7203a7e8a541924a06eb666b7b0ed 100644 (file)
@@ -32,7 +32,7 @@ return [
     'digits_between'       => ':attribute 必须为:min到:max位数。',
     'email'                => ':attribute 必须是有效的电子邮件地址。',
     'ends_with' => ' :attribute 必须以 :values 后缀结尾',
-    'file'                 => 'The :attribute must be provided as a valid file.',
+    'file'                 => ':attribute 必须是一个有效的文件。',
     'filled'               => ':attribute 字段是必需的。',
     'gt'                   => [
         'numeric' => ':attribute必须大于 :value.',