]> BookStack Code Mirror - bookstack/blobdiff - lang/zh_TW/errors.php
Update PWA manifest orientation to any
[bookstack] / lang / zh_TW / errors.php
index c69c1d978a39500830241d72d864c5493d034938..044377a754da266a0915f0e37b916c88a488835f 100644 (file)
@@ -19,7 +19,6 @@ return [
     'ldap_extension_not_installed' => '未安裝 PHP 的 LDAP 擴充程式',
     'ldap_cannot_connect' => '無法連線至 LDAP 伺服器,初始化連線失敗',
     'saml_already_logged_in' => '已登入',
-    'saml_user_not_registered' => '使用者 :name 未註冊,並已停用自動註冊',
     'saml_no_email_address' => '在外部認證系統提供的資料中找不到該使用者的電子郵件地址',
     'saml_invalid_response_id' => '此應用程式啟動的處理程序無法識別來自外部認證系統的請求。登入後回上一頁可能會造成此問題。',
     'saml_fail_authed' => '使用 :system 登入失敗,系統未提供成功的授權',
@@ -44,12 +43,16 @@ return [
     'cannot_get_image_from_url' => '無法從 :url 取得圖片',
     'cannot_create_thumbs' => '伺服器無法建立縮圖。請檢查您是否安裝了 PHP 的 GD 擴充程式。',
     'server_upload_limit' => '伺服器不允許上傳這個大的檔案。請嘗試較小的檔案。',
+    'server_post_limit' => 'The server cannot receive the provided amount of data. Try again with less data or a smaller file.',
     'uploaded'  => '伺服器不允許上傳這個大的檔案。請嘗試較小的檔案。',
 
     // Drawing & Images
     'image_upload_error' => '上傳圖片時發生錯誤',
     'image_upload_type_error' => '上傳圖片類型無效',
     'image_upload_replace_type' => 'Image file replacements must be of the same type',
+    'image_upload_memory_limit' => 'Failed to handle image upload and/or create thumbnails due to system resource limits.',
+    'image_thumbnail_memory_limit' => 'Failed to create image size variations due to system resource limits.',
+    'image_gallery_thumbnail_memory_limit' => 'Failed to create gallery thumbnails due to system resource limits.',
     'drawing_data_not_found' => '無法載入繪圖資料,繪圖檔案可能不存在,或您可能沒有權限存取它。',
 
     // Attachments