X-Git-Url: http://source.bookstackapp.com/bookstack/blobdiff_plain/a274406038e13cf678e14d65dfa70d04ead67206..refs/pull/3616/head:/resources/lang/zh_TW/validation.php diff --git a/resources/lang/zh_TW/validation.php b/resources/lang/zh_TW/validation.php index e93c182ee..2053674a6 100644 --- a/resources/lang/zh_TW/validation.php +++ b/resources/lang/zh_TW/validation.php @@ -32,6 +32,7 @@ return [ 'digits_between' => ':attribute 必須為 :min 到 :max 位數。', 'email' => ':attribute 必須是有效的電子郵件地址。', 'ends_with' => ':attribute必須以下列之一結尾::values', + 'file' => 'The :attribute must be provided as a valid file.', 'filled' => ':attribute 欄位必填。', 'gt' => [ 'numeric' => ':attribute 必須大於 :value。',