]> BookStack Code Mirror - bookstack/blobdiff - lang/zh_TW/common.php
fix tests namespace definition
[bookstack] / lang / zh_TW / common.php
index 72f5969b852a2785771ebf09aa262451d4d766b3..8b003a7303b3f063901dd63c9b5309ca685bd410 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' => '動作',
@@ -107,4 +107,7 @@ return [
     // Not directly used but available for convenience to users.
     'privacy_policy' => '隱私權政策',
     'terms_of_service' => '服務條款',
+
+    // OpenSearch
+    'opensearch_description' => 'Search :appName',
 ];