]> BookStack Code Mirror - bookstack/blob - lang/zh_CN/common.php
Notifications: Switched testing from string to reference levels
[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' => '此图像大小应约为 440x250 像素。',
24
25     // Actions
26     'actions' => '操作',
27     'view' => '浏览',
28     'view_all' => '查看全部',
29     'new' => '新',
30     'create' => '创建',
31     'update' => '更新',
32     'edit' => '编辑',
33     'sort' => '排序',
34     'move' => '移动',
35     'copy' => '复制',
36     'reply' => '回复',
37     'delete' => '删除',
38     'delete_confirm' => '确认删除',
39     'search' => '搜索',
40     'search_clear' => '清除搜索',
41     'reset' => '重置',
42     'remove' => '删除',
43     'add' => '添加',
44     'configure' => '配置',
45     'fullscreen' => '全屏',
46     'favourite' => '收藏',
47     'unfavourite' => '取消收藏',
48     'next' => '下一页',
49     'previous' => '上一页',
50     'filter_active' => '标签过滤器:',
51     'filter_clear' => '清除过滤器',
52     'download' => '下载',
53     'open_in_tab' => '在标签页中打开。',
54
55     // Sort Options
56     'sort_options' => '排序选项',
57     'sort_direction_toggle' => '排序方向切换',
58     'sort_ascending' => '升序',
59     'sort_descending' => '降序',
60     'sort_name' => '名称',
61     'sort_default' => '默认',
62     'sort_created_at' => '创建时间',
63     'sort_updated_at' => '更新时间',
64
65     // Misc
66     'deleted_user' => '删除用户',
67     'no_activity' => '没有活动要显示',
68     'no_items' => '没有可用的项目',
69     'back_to_top' => '回到顶部',
70     'skip_to_main_content' => '跳转到主要内容',
71     'toggle_details' => '显示/隐藏详细信息',
72     'toggle_thumbnails' => '显示/隐藏缩略图',
73     'details' => '详细信息',
74     'grid_view' => '网格视图',
75     'list_view' => '列表视图',
76     'default' => '默认',
77     'breadcrumb' => '面包屑导航',
78     'status' => '状态',
79     'status_active' => '已激活',
80     'status_inactive' => '未激活',
81     'never' => '从未',
82     'none' => '无',
83
84     // Header
85     'homepage' => '主页',
86     'header_menu_expand' => '展开标头菜单',
87     'profile_menu' => '个人资料',
88     'view_profile' => '查看个人资料',
89     'edit_profile' => '编辑个人资料',
90     'dark_mode' => '深色模式',
91     'light_mode' => '浅色模式',
92     'global_search' => '全局搜索',
93
94     // Layout tabs
95     'tab_info' => '信息',
96     'tab_info_label' => '标签:显示次要信息',
97     'tab_content' => '内容',
98     'tab_content_label' => '标签:显示主要内容',
99
100     // Email Content
101     'email_action_help' => '如果您无法点击“:actionText”按钮,请将下面的网址复制到您的浏览器中打开:',
102     'email_rights' => '版权所有',
103
104     // Footer Link Options
105     // Not directly used but available for convenience to users.
106     'privacy_policy' => '隐私政策',
107     'terms_of_service' => '服务条款',
108 ];