]> BookStack Code Mirror - bookstack/blob - resources/lang/zh_CN/activities.php
Fixed failing test after drawio default url change
[bookstack] / resources / 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
19     // Chapters
20     'chapter_create'              => '创建了章节',
21     'chapter_create_notification' => '章节已成功创建',
22     'chapter_update'              => '更新了章节',
23     'chapter_update_notification' => '章节已成功更新',
24     'chapter_delete'              => '删除了章节',
25     'chapter_delete_notification' => '章节已成功删除',
26     'chapter_move'                => '移动了章节',
27
28     // Books
29     'book_create'                 => '创建了图书',
30     'book_create_notification'    => '图书已成功创建',
31     'book_update'                 => '更新了图书',
32     'book_update_notification'    => '图书已成功更新',
33     'book_delete'                 => '删除了图书',
34     'book_delete_notification'    => '图书已成功删除',
35     'book_sort'                   => '排序了图书',
36     'book_sort_notification'      => '图书已成功重新排序',
37
38     // Bookshelves
39     'bookshelf_create'            => '创建了书架',
40     'bookshelf_create_notification'    => '书架已成功创建',
41     'bookshelf_update'                 => '更新了书架',
42     'bookshelf_update_notification'    => '书架已成功更新',
43     'bookshelf_delete'                 => '删除了书架',
44     'bookshelf_delete_notification'    => '书架已成功删除',
45
46     // Favourites
47     'favourite_add_notification' => '":name" 已添加到您的收藏',
48     'favourite_remove_notification' => '":name" 已从您的收藏中删除',
49
50     // MFA
51     'mfa_setup_method_notification' => '多重身份认证设置成功',
52     'mfa_remove_method_notification' => '多重身份认证已成功移除',
53
54     // Webhooks
55     'webhook_create' => '创建了 webhook',
56     'webhook_create_notification' => 'Webhook 已成功创建',
57     'webhook_update' => '更新了 webhook',
58     'webhook_update_notification' => 'Webhook 已成功更新',
59     'webhook_delete' => '删除了 webhook',
60     'webhook_delete_notification' => 'Webhook 已成功删除',
61
62     // Users
63     'user_update_notification' => '用户更新成功',
64     'user_delete_notification' => '已成功移除用户',
65
66     // Other
67     'commented_on'                => '评论',
68     'permissions_update'          => '权限已更新',
69 ];