From d4d812c1955c712ec80132580f8b9e34017d0cbb Mon Sep 17 00:00:00 2001 From: James Cole Date: Mon, 28 Nov 2016 19:02:23 +0100 Subject: [PATCH] New translations --- resources/lang/zh_TW/validation.php | 1 + 1 file changed, 1 insertion(+) diff --git a/resources/lang/zh_TW/validation.php b/resources/lang/zh_TW/validation.php index 29b136f7a7..dbf37d12b2 100644 --- a/resources/lang/zh_TW/validation.php +++ b/resources/lang/zh_TW/validation.php @@ -21,6 +21,7 @@ return [ 'file_too_large' => '檔案 ":name" 過大。', 'belongs_to_user' => ':attribute 的值是未知的。', 'accepted' => ':attribute 必須被接受。', + 'bic' => 'This is not a valid BIC.', 'active_url' => ':attribute 不是有效的URL。', 'after' => ':attribute 必須是一個在 :date 之後的日期。', 'alpha' => ':attribute 只允許包含字母。',