]> BookStack Code Mirror - bookstack/blob - lang/zh_CN/activities.php
Updated translations with latest Crowdin changes (#4380)
[bookstack] / lang / zh_CN / activities.php
1 <?php
2 /**
3  * Activity text strings.
4  * Is used for all the text within activity logs & notifications.
5  */
6 return [
7
8     // Pages
9     'page_create'                 => '页面已创建',
10     'page_create_notification'    => '页面创建成功',
11     'page_update'                 => '页面已更新',
12     'page_update_notification'    => '页面更新成功',
13     'page_delete'                 => '页面已删除',
14     'page_delete_notification'    => '页面删除成功',
15     'page_restore'                => '页面已恢复',
16     'page_restore_notification'   => '页面恢复成功',
17     'page_move'                   => '页面已移动',
18     'page_move_notification'      => '页面移动成功',
19
20     // Chapters
21     'chapter_create'              => '章节已创建',
22     'chapter_create_notification' => '章节创建成功',
23     'chapter_update'              => '章节已更新',
24     'chapter_update_notification' => '章节更新成功',
25     'chapter_delete'              => '章节已删除',
26     'chapter_delete_notification' => '章节删除成功',
27     'chapter_move'                => '章节已移动',
28     'chapter_move_notification' => '章节移动成功',
29
30     // Books
31     'book_create'                 => '图书已创建',
32     'book_create_notification'    => '成功创建图书',
33     'book_create_from_chapter'              => '将章节转换为图书',
34     'book_create_from_chapter_notification' => '章节已成功转换为图书',
35     'book_update'                 => '图书已更新',
36     'book_update_notification'    => '图书更新成功',
37     'book_delete'                 => '图书已删除',
38     'book_delete_notification'    => '图书删除成功',
39     'book_sort'                   => '图书已排序',
40     'book_sort_notification'      => '图书重新排序成功',
41
42     // Bookshelves
43     'bookshelf_create'            => '书架已创建',
44     'bookshelf_create_notification'    => '书架创建成功',
45     'bookshelf_create_from_book'    => '将图书转换为书架',
46     'bookshelf_create_from_book_notification'    => '图书已成功转换为书架',
47     'bookshelf_update'                 => '书架已更新',
48     'bookshelf_update_notification'    => '书架更新成功',
49     'bookshelf_delete'                 => '书架已删除',
50     'bookshelf_delete_notification'    => '书架删除成功',
51
52     // Revisions
53     'revision_restore' => '已还原修改',
54     'revision_delete' => '已删除修订',
55     'revision_delete_notification' => '修订删除成功',
56
57     // Favourites
58     'favourite_add_notification' => '":name" 已添加到您的收藏',
59     'favourite_remove_notification' => '":name" 已从您的收藏中删除',
60
61     // Watching
62     'watch_update_level_notification' => 'Watch preferences successfully updated',
63
64     // Auth
65     'auth_login' => '已登录',
66     'auth_register' => '已注册为新用户',
67     'auth_password_reset_request' => '已请求密码重置',
68     'auth_password_reset_update' => '重置用户密码',
69     'mfa_setup_method' => '已配置多重身份验证',
70     'mfa_setup_method_notification' => '多重身份认证设置成功',
71     'mfa_remove_method' => '已移除多重身份验证',
72     'mfa_remove_method_notification' => '多重身份认证已成功移除',
73
74     // Settings
75     'settings_update' => '设置已更新',
76     'settings_update_notification' => '设置更新成功',
77     'maintenance_action_run' => '维护操作已运行',
78
79     // Webhooks
80     'webhook_create' => 'Webhook 已创建',
81     'webhook_create_notification' => 'Webhook 创建成功',
82     'webhook_update' => 'Webhook 已更新',
83     'webhook_update_notification' => 'Webhook 更新成功',
84     'webhook_delete' => 'Webhook 已删除',
85     'webhook_delete_notification' => 'Webhook 删除成功',
86
87     // Users
88     'user_create' => '用户已创建',
89     'user_create_notification' => '用户创建成功',
90     'user_update' => '用户已更新',
91     'user_update_notification' => '用户更新成功',
92     'user_delete' => '用户已删除',
93     'user_delete_notification' => '成功移除用户',
94
95     // API Tokens
96     'api_token_create' => 'API 令牌已创建',
97     'api_token_create_notification' => '成功创建 API 令牌',
98     'api_token_update' => 'API 令牌已更新',
99     'api_token_update_notification' => 'API 令牌更新成功',
100     'api_token_delete' => '已删除 API 令牌',
101     'api_token_delete_notification' => 'API 令牌删除成功',
102
103     // Roles
104     'role_create' => '角色已创建',
105     'role_create_notification' => '角色创建成功',
106     'role_update' => '角色已更新',
107     'role_update_notification' => '角色更新成功',
108     'role_delete' => '角色已删除',
109     'role_delete_notification' => '角色删除成功',
110
111     // Recycle Bin
112     'recycle_bin_empty' => '回收站已清空',
113     'recycle_bin_restore' => '已从回收站中恢复',
114     'recycle_bin_destroy' => '已从回收站中移除',
115
116     // Comments
117     'commented_on'                => '评论',
118     'comment_create'              => '评论已添加',
119     'comment_update'              => '评论已更新',
120     'comment_delete'              => '评论已删除',
121
122     // Other
123     'permissions_update'          => '权限已更新',
124 ];