]> BookStack Code Mirror - bookstack/blobdiff - resources/lang/zh_CN/common.php
Fixed comment count update error
[bookstack] / resources / lang / zh_CN / common.php
index 1201178f08589bdb9df97292e2fd1d59aa72453e..4889faf116c088d1609a6707f18b2ef7b3d7c5f3 100644 (file)
@@ -47,6 +47,8 @@ return [
     'previous' => '上一页',
     'filter_active' => '标签过滤器:',
     'filter_clear' => '清除过滤器',
+    'download' => '下载',
+    'open_in_tab' => '在标签页中打开。',
 
     // Sort Options
     'sort_options' => '排序选项',
@@ -71,12 +73,17 @@ return [
     'list_view' => '列表视图',
     'default' => '默认',
     'breadcrumb' => '面包屑导航',
+    'status' => '状态',
+    'status_active' => '已激活',
+    'status_inactive' => '未激活',
+    'never' => '从未',
+    'none' => '无',
 
     // Header
     'header_menu_expand' => '展开标头菜单',
     'profile_menu' => '个人资料',
-    'view_profile' => '查看资料',
-    'edit_profile' => '编辑资料',
+    'view_profile' => '查看个人资料',
+    'edit_profile' => '编辑个人资料',
     'dark_mode' => '夜间模式',
     'light_mode' => '日间模式',