]> BookStack Code Mirror - bookstack/blobdiff - lang/zh_TW/errors.php
Update wysiwyg.blade.php
[bookstack] / lang / zh_TW / errors.php
index 4345d16136c0fb6f3c29cf82f09efdbc8d4b8089..5b07513531296f4324868178ebe5198afef0d386 100644 (file)
@@ -37,6 +37,7 @@ return [
     'social_driver_not_found' => '找不到社交驅動程式',
     'social_driver_not_configured' => '您的 :socialAccount 社交設定不正確。',
     'invite_token_expired' => '此邀請連結已過期。您可以嘗試重設您的帳號密碼。',
+    'login_user_not_found' => 'A user for this action could not be found.',
 
     // System
     'path_not_writable' => '無法上傳到 :filePath 檔案路徑。請確定其對伺服器來說是可寫入的。',
@@ -49,7 +50,7 @@ return [
     // Drawing & Images
     'image_upload_error' => '上傳圖片時發生錯誤',
     'image_upload_type_error' => '上傳圖片類型無效',
-    'image_upload_replace_type' => 'Image file replacements must be of the same type',
+    'image_upload_replace_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.',