]> BookStack Code Mirror - bookstack/blobdiff - resources/lang/zh_TW/errors.php
Update zh_TW translation
[bookstack] / resources / lang / zh_TW / errors.php
index 4d7992ec8375afdf2f8ca3e99e9515e8d5155ecc..de3d8c2c0fc27c18f01fa6a4ca6d62a3a35b97b6 100644 (file)
@@ -34,7 +34,8 @@ return [
     'path_not_writable' => '無法上傳到檔案路徑“:filePath”,請確保它可寫入伺服器。',
     'cannot_get_image_from_url' => '無法從 :url 中獲取圖片',
     'cannot_create_thumbs' => '伺服器無法建立縮圖,請檢查您是否安裝了GD PHP外掛。',
-    'server_upload_limit' => '上傳圖片時發生錯誤。',
+    'server_upload_limit' => '上傳的檔案大小超過伺服器允許上限。請嘗試較小的檔案。',
+    'uploaded' => '上傳的檔案大小超過伺服器允許上限。請嘗試較小的檔案。',
     'image_upload_error' => '上傳圖片時發生錯誤',
     'image_upload_type_error' => '上傳圖片類型錯誤',
 
@@ -48,6 +49,7 @@ return [
 
     // Entities
     'entity_not_found' => '未找到實體',
+    'bookshelf_not_found' => '未找到書架',
     'book_not_found' => '未找到圖書',
     'page_not_found' => '未找到頁面',
     'chapter_not_found' => '未找到章節',
@@ -78,4 +80,4 @@ return [
     'error_occurred' => '發生錯誤',
     'app_down' => ':appName現在正在關閉',
     'back_soon' => '請耐心等待網站的恢複。',
-];
\ No newline at end of file
+];