X-Git-Url: http://source.bookstackapp.com/bookstack/blobdiff_plain/ced15b64a8ff6853e91b9606709da3c21e9d33be..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 691ebb619..2053674a6 100644 --- a/resources/lang/zh_TW/validation.php +++ b/resources/lang/zh_TW/validation.php @@ -15,6 +15,7 @@ return [ 'alpha_dash' => ':attribute 只能包含字母、數字、破折號與底線。', 'alpha_num' => ':attribute 只能包含字母和數字。', 'array' => ':attribute 必須是陣列。', + 'backup_codes' => 'The provided code is not valid or has already been used.', 'before' => ':attribute 必須是在 :date 前的日期。', 'between' => [ 'numeric' => ':attribute 必須在 :min 到 :max 之間。', @@ -31,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。', @@ -98,6 +100,7 @@ return [ ], 'string' => ':attribute 必須是字元串。', 'timezone' => ':attribute 必須是有效的區域。', + 'totp' => 'The provided code is not valid or has expired.', 'unique' => ':attribute 已經被使用。', 'url' => ':attribute 格式無效。', 'uploaded' => '無法上傳文件, 服務器可能不接受此大小的文件。',