]> BookStack Code Mirror - bookstack/blob - resources/lang/zh_CN/common.php
Fix "Declaration of Middleware\TrustProxies::handle should be compatible with Fidelop...
[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' => 'Toggle All',
15     'more' => '更多',
16
17     // Form Labels
18     'name' => '名称',
19     'description' => '概要',
20     'role' => '角色',
21     'cover_image' => '封面图片',
22     'cover_image_description' => '该图像大小需要为440x250px。',
23     
24     // Actions
25     'actions' => '操作',
26     'view' => '浏览',
27     'view_all' => 'View All',
28     'create' => '创建',
29     'update' => '更新',
30     'edit' => '编辑',
31     'sort' => '排序',
32     'move' => '移动',
33     'copy' => '复制',
34     'reply' => '回复',
35     'delete' => '删除',
36     'search' => '搜索',
37     'search_clear' => '清除搜索',
38     'reset' => '重置',
39     'remove' => '删除',
40     'add' => '添加',
41
42     // Sort Options
43     'sort_options' => 'Sort Options',
44     'sort_direction_toggle' => 'Sort Direction Toggle',
45     'sort_ascending' => 'Sort Ascending',
46     'sort_descending' => 'Sort Descending',
47     'sort_name' => 'Name',
48     'sort_created_at' => 'Created Date',
49     'sort_updated_at' => 'Updated Date',
50
51     // Misc
52     'deleted_user' => '删除用户',
53     'no_activity' => '没有活动要显示',
54     'no_items' => '没有可用的项目',
55     'back_to_top' => '回到顶部',
56     'toggle_details' => '显示/隐藏详细信息',
57     'toggle_thumbnails' => '显示/隐藏缩略图',
58     'details' => '详细信息',
59     'grid_view' => '网格视图',
60     'list_view' => '列表视图',
61     'default' => '默认',
62     'breadcrumb' => 'Breadcrumb',
63
64     // Header
65     'profile_menu' => 'Profile Menu',
66     'view_profile' => '查看资料',
67     'edit_profile' => '编辑资料',
68
69     // Layout tabs
70     'tab_info' => 'Info',
71     'tab_content' => 'Content',
72
73     // Email Content
74     'email_action_help' => '如果您无法点击“:actionText”按钮,请将下面的网址复制到您的浏览器中打开:',
75     'email_rights' => 'All rights reserved',
76 ];