]> BookStack Code Mirror - bookstack/blob - lang/zh_CN/common.php
Opensearch: Fixed XML declaration when php short tags enabled
[bookstack] / lang / zh_CN / common.php
1 <?php
2 /**
3  * Common elements found throughout many areas of BookStack.
4  */
5 return [
6
7     // Buttons
8     'cancel' => '取消',
9     'close' => '关闭',
10     'confirm' => '确认',
11     'back' => '返回',
12     'save' => '保存',
13     'continue' => '继续',
14     'select' => '选择',
15     'toggle_all' => '切换全部',
16     'more' => '更多',
17
18     // Form Labels
19     'name' => '名称',
20     'description' => '概要',
21     'role' => '角色',
22     'cover_image' => '封面图片',
23     'cover_image_description' => '此图像的大小应约为 440 x 250 像素,但会根据需要灵活缩放和裁剪以适应不同场景下的用户界面,因此实际显示尺寸会有所不同。',
24
25     // Actions
26     'actions' => '操作',
27     'view' => '浏览',
28     'view_all' => '查看全部',
29     'new' => '新',
30     'create' => '创建',
31     'update' => '更新',
32     'edit' => '编辑',
33     'archive' => 'Archive',
34     'unarchive' => 'Un-Archive',
35     'sort' => '排序',
36     'move' => '移动',
37     'copy' => '复制',
38     'reply' => '回复',
39     'delete' => '删除',
40     'delete_confirm' => '确认删除',
41     'search' => '搜索',
42     'search_clear' => '清除搜索',
43     'reset' => '重置',
44     'remove' => '删除',
45     'add' => '添加',
46     'configure' => '配置',
47     'manage' => '管理',
48     'fullscreen' => '全屏',
49     'favourite' => '收藏',
50     'unfavourite' => '取消收藏',
51     'next' => '下一页',
52     'previous' => '上一页',
53     'filter_active' => '标签过滤器:',
54     'filter_clear' => '清除过滤器',
55     'download' => '下载',
56     'open_in_tab' => '在标签页中打开。',
57     'open' => '打开',
58
59     // Sort Options
60     'sort_options' => '排序选项',
61     'sort_direction_toggle' => '排序方向切换',
62     'sort_ascending' => '升序',
63     'sort_descending' => '降序',
64     'sort_name' => '名称',
65     'sort_default' => '默认',
66     'sort_created_at' => '创建时间',
67     'sort_updated_at' => '更新时间',
68
69     // Misc
70     'deleted_user' => '删除用户',
71     'no_activity' => '没有活动要显示',
72     'no_items' => '没有可用的项目',
73     'back_to_top' => '回到顶部',
74     'skip_to_main_content' => '跳转到主要内容',
75     'toggle_details' => '显示/隐藏详细信息',
76     'toggle_thumbnails' => '显示/隐藏缩略图',
77     'details' => '详细信息',
78     'grid_view' => '网格视图',
79     'list_view' => '列表视图',
80     'default' => '默认',
81     'breadcrumb' => '面包屑导航',
82     'status' => '状态',
83     'status_active' => '已激活',
84     'status_inactive' => '未激活',
85     'never' => '从未',
86     'none' => '无',
87
88     // Header
89     'homepage' => '主页',
90     'header_menu_expand' => '展开标头菜单',
91     'profile_menu' => '个人资料',
92     'view_profile' => '查看个人资料',
93     'edit_profile' => '编辑个人资料',
94     'dark_mode' => '深色模式',
95     'light_mode' => '浅色模式',
96     'global_search' => '全局搜索',
97
98     // Layout tabs
99     'tab_info' => '信息',
100     'tab_info_label' => '标签:显示次要信息',
101     'tab_content' => '内容',
102     'tab_content_label' => '标签:显示主要内容',
103
104     // Email Content
105     'email_action_help' => '如果您无法点击“:actionText”按钮,请将下面的网址复制到您的浏览器中打开:',
106     'email_rights' => '版权所有',
107
108     // Footer Link Options
109     // Not directly used but available for convenience to users.
110     'privacy_policy' => '隐私政策',
111     'terms_of_service' => '服务条款',
112
113     // OpenSearch
114     'opensearch_description' => '搜索 :appName',
115 ];