X-Git-Url: http://source.bookstackapp.com/bookstack/blobdiff_plain/c9d9ad10f2d562116b453805a549e3de651a2add..refs/pull/5721/head:/lang/zh_TW/common.php diff --git a/lang/zh_TW/common.php b/lang/zh_TW/common.php index 72f5969b8..30388c3f4 100644 --- a/lang/zh_TW/common.php +++ b/lang/zh_TW/common.php @@ -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', ];