]> BookStack Code Mirror - bookstack/blobdiff - lang/zh_TW/validation.php
Updated translations with latest Crowdin changes (#5345)
[bookstack] / lang / zh_TW / validation.php
index 6651f13966c533f0bd870c6f56169a80dc6226a1..30031470749f6ea75905de4bf6a185a2c49ba5b2 100644 (file)
@@ -105,6 +105,11 @@ return [
     'url'                  => ':attribute 格式無效。',
     'uploaded'             => '無法上傳文檔案, 伺服器可能不接受此大小的檔案。',
 
+    'zip_file' => ':attribute 需要參照 ZIP 中的檔案。',
+    'zip_file_mime' => ':attribute 需要參照類型為 :validTypes 的檔案,找到 :foundType。',
+    'zip_model_expected' => '預期為資料物件,但找到「:type」。',
+    'zip_unique' => '對於 ZIP 中的物件類型,:attribute 必須是唯一的。',
+
     // Custom validation lines
     'custom' => [
         'password-confirm' => [