]> BookStack Code Mirror - bookstack/blobdiff - lang/zh_CN/common.php
ZIP Imports: Added API examples, finished testing
[bookstack] / lang / zh_CN / common.php
index 05c0c0b9135f9f4f83539b0b03bd37c6b13ede07..59a70f78e5698e850cefa66b49652e0316f17a90 100644 (file)
@@ -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',
 ];