]> BookStack Code Mirror - bookstack/blobdiff - resources/lang/zh_TW/validation.php
Allow uploads of files containing dots in filename. Closes BookStackApp/BookStack...
[bookstack] / resources / lang / zh_TW / validation.php
index 7a46288ad2664c3e9cd848817d1a169215b5ac0d..f8a7dac632e873edffa0dc9068e181fd8ac5b919 100644 (file)
@@ -78,7 +78,6 @@ return [
         'string'  => ':attribute 至少為:min個字元。',
         'array'   => ':attribute 至少有:min項。',
     ],
-    'no_double_extension'  => 'The :attribute必須僅具有一個文件擴展名。',
     'not_in'               => '選中的 :attribute 無效。',
     'not_regex'            => 'The :attribute格式無效。',
     'numeric'              => ':attribute 必須是一個數。',