]> BookStack Code Mirror - bookstack/blob - resources/lang/zh_CN/common.php
Updated Spanish translation
[bookstack] / resources / lang / zh_CN / common.php
1 <?php
2 return [
3
4     /**
5      * Buttons
6      */
7     'cancel' => '取消',
8     'confirm' => '确认',
9     'back' => '返回',
10     'save' => '保存',
11     'continue' => '继续',
12     'select' => '选择',
13     'more' => '更多',
14
15     /**
16      * Form Labels
17      */
18     'name' => '姓名',
19     'description' => '概要',
20     'role' => '角色',
21     'cover_image' => '封面图片',
22     'cover_image_description' => '该图像大小需要为440x250px。',
23     
24     /**
25      * Actions
26      */
27     'actions' => '操作',
28     'view' => '视图',
29     'create' => '创建',
30     'update' => '更新',
31     'edit' => '编辑',
32     'sort' => '排序',
33     'move' => '移动',
34     'reply' => '回复',
35     'delete' => '删除',
36     'search' => '搜索',
37     'search_clear' => '清除搜索',
38     'reset' => '重置',
39     'remove' => '删除',
40     'add' => '添加',
41
42     /**
43      * Misc
44      */
45     'deleted_user' => '删除用户',
46     'no_activity' => '没有活动要显示',
47     'no_items' => '没有可用的项目',
48     'back_to_top' => '回到顶部',
49     'toggle_details' => '显示/隐藏详细信息',
50     'toggle_thumbnails' => '显示/隐藏缩略图',
51     'details' => '详细信息',
52
53     /**
54      * Header
55      */
56     'view_profile' => '查看资料',
57     'edit_profile' => '编辑资料',
58
59     /**
60      * Email Content
61      */
62     'email_action_help' => '如果您无法点击“:actionText”按钮,请将下面的网址复制到您的浏览器中打开:',
63     'email_rights' => 'All rights reserved',
64 ];
Morty Proxy This is a proxified and sanitized view of the page, visit original site.