X-Git-Url: http://source.bookstackapp.com/bookstack/blobdiff_plain/9135a85de4eef32a91c7a3ee0aa405ed454e5a4c..refs/pull/5721/head:/lang/zh_CN/common.php diff --git a/lang/zh_CN/common.php b/lang/zh_CN/common.php index 11d7144ab..59a70f78e 100644 --- a/lang/zh_CN/common.php +++ b/lang/zh_CN/common.php @@ -6,6 +6,7 @@ return [ // Buttons 'cancel' => '取消', + 'close' => '关闭', 'confirm' => '确认', 'back' => '返回', 'save' => '保存', @@ -19,7 +20,7 @@ return [ 'description' => '概要', 'role' => '角色', 'cover_image' => '封面图片', - 'cover_image_description' => '此图像大小应约为 440x250 像素。', + 'cover_image_description' => '此图像的大小应约为 440 x 250 像素,但会根据需要灵活缩放和裁剪以适应不同场景下的用户界面,因此实际显示尺寸会有所不同。', // Actions 'actions' => '操作', @@ -29,6 +30,8 @@ return [ 'create' => '创建', 'update' => '更新', 'edit' => '编辑', + 'archive' => 'Archive', + 'unarchive' => 'Un-Archive', 'sort' => '排序', 'move' => '移动', 'copy' => '复制', @@ -41,6 +44,7 @@ return [ 'remove' => '删除', 'add' => '添加', 'configure' => '配置', + 'manage' => '管理', 'fullscreen' => '全屏', 'favourite' => '收藏', 'unfavourite' => '取消收藏', @@ -50,6 +54,7 @@ return [ 'filter_clear' => '清除过滤器', 'download' => '下载', 'open_in_tab' => '在标签页中打开。', + 'open' => '打开', // Sort Options 'sort_options' => '排序选项', @@ -86,8 +91,8 @@ return [ 'profile_menu' => '个人资料', 'view_profile' => '查看个人资料', 'edit_profile' => '编辑个人资料', - 'dark_mode' => '夜间模式', - 'light_mode' => '日间模式', + 'dark_mode' => '深色模式', + 'light_mode' => '浅色模式', 'global_search' => '全局搜索', // Layout tabs @@ -104,4 +109,7 @@ return [ // Not directly used but available for convenience to users. 'privacy_policy' => '隐私政策', 'terms_of_service' => '服务条款', + + // OpenSearch + 'opensearch_description' => '搜索 :appName', ];