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