]> BookStack Code Mirror - bookstack/blobdiff - lang/zh_TW/common.php
ZIP Imports: Added API examples, finished testing
[bookstack] / lang / zh_TW / common.php
index 72f5969b852a2785771ebf09aa262451d4d766b3..30388c3f4a0bfe085ed4843653871b1420d8d6ea 100644 (file)
@@ -20,7 +20,7 @@ return [
     'description' => '描述',
     'role' => '角色',
     'cover_image' => '封面圖片',
-    'cover_image_description' => 'This image should be approximately 440x250px although it will be flexibly scaled & cropped to fit the user interface in different scenarios as required, so actual dimensions for display will differ.',
+    'cover_image_description' => '雖然圖片會在不同情境下自動調整顯示方式,但應接近 440x250 像素',
 
     // Actions
     'actions' => '動作',
@@ -30,6 +30,8 @@ return [
     'create' => '建立',
     'update' => '更新',
     'edit' => '編輯',
+    'archive' => 'Archive',
+    'unarchive' => 'Un-Archive',
     'sort' => '排序',
     'move' => '移動',
     'copy' => '複製',
@@ -107,4 +109,7 @@ return [
     // Not directly used but available for convenience to users.
     'privacy_policy' => '隱私權政策',
     'terms_of_service' => '服務條款',
+
+    // OpenSearch
+    'opensearch_description' => '搜尋 :appName',
 ];