]> BookStack Code Mirror - bookstack/blobdiff - lang/zh_TW/validation.php
ZIP Imports: Added API examples, finished testing
[bookstack] / lang / zh_TW / validation.php
index 71ba5acadf8726e4bfc2ef3949f71f1aeb8d01ce..30031470749f6ea75905de4bf6a185a2c49ba5b2 100644 (file)
@@ -103,7 +103,12 @@ return [
     'totp'                 => '提供的代碼無效或已過期。',
     'unique'               => ':attribute 已經被使用。',
     'url'                  => ':attribute 格式無效。',
-    'uploaded'             => '無法上傳文件, 服務器可能不接受此大小的文件。',
+    'uploaded'             => '無法上傳文檔案, 伺服器可能不接受此大小的檔案。',
+
+    'zip_file' => ':attribute 需要參照 ZIP 中的檔案。',
+    'zip_file_mime' => ':attribute 需要參照類型為 :validTypes 的檔案,找到 :foundType。',
+    'zip_model_expected' => '預期為資料物件,但找到「:type」。',
+    'zip_unique' => '對於 ZIP 中的物件類型,:attribute 必須是唯一的。',
 
     // Custom validation lines
     'custom' => [