X-Git-Url: http://source.bookstackapp.com/bookstack/blobdiff_plain/9bed57e40eccf6a0b0ae325007d4cb365a7893fb..refs/pull/2336/head:/resources/lang/zh_CN/validation.php diff --git a/resources/lang/zh_CN/validation.php b/resources/lang/zh_CN/validation.php index 9755413fc..e0bc55523 100644 --- a/resources/lang/zh_CN/validation.php +++ b/resources/lang/zh_CN/validation.php @@ -80,7 +80,7 @@ return [ ], 'no_double_extension' => ':attribute 必须具有一个扩展名。', 'not_in' => '选中的 :attribute 无效。', - 'not_regex' => 'The :attribute format is invalid.', + 'not_regex' => ':attribute 格式错误。', 'numeric' => ':attribute 必须是一个数。', 'regex' => ':attribute 格式无效。', 'required' => ':attribute 字段是必需的。',