We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 7d397fd commit 0016d83Copy full SHA for 0016d83
lang/zh_TW/errors.php
@@ -109,6 +109,7 @@
109
'import_zip_cant_read' => '無法讀取 ZIP 檔案。',
110
'import_zip_cant_decode_data' => '無法尋找並解碼 ZIP data.json 內容。',
111
'import_zip_no_data' => 'ZIP 檔案資料沒有預期的書本、章節或頁面內容。',
112
+ 'import_zip_data_too_large' => 'ZIP data.json content exceeds the configured application maximum upload size.',
113
'import_validation_failed' => '匯入 ZIP 驗證失敗,發生錯誤:',
114
'import_zip_failed_notification' => '匯入 ZIP 檔案失敗。',
115
'import_perms_books' => '您缺乏建立書本所需的權限。',
0 commit comments