]> BookStack Code Mirror - bookstack/blob - lang/zh_CN/activities.php
Followed Laravel 9 update steps and file changes
[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
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_create_from_chapter'              => '将章节转换为图书',
32     'book_create_from_chapter_notification' => '章节已成功转换为图书',
33     'book_update'                 => '图书已更新',
34     'book_update_notification'    => '图书更新成功',
35     'book_delete'                 => '图书已删除',
36     'book_delete_notification'    => '图书删除成功',
37     'book_sort'                   => '图书已排序',
38     'book_sort_notification'      => '图书重新排序成功',
39
40     // Bookshelves
41     'bookshelf_create'            => '书架已创建',
42     'bookshelf_create_notification'    => '书架创建成功',
43     'bookshelf_create_from_book'    => '将图书转换为书架',
44     'bookshelf_create_from_book_notification'    => '图书已成功转换为书架',
45     'bookshelf_update'                 => '书架已更新',
46     'bookshelf_update_notification'    => '书架更新成功',
47     'bookshelf_delete'                 => '书架已删除',
48     'bookshelf_delete_notification'    => '书架删除成功',
49
50     // Favourites
51     'favourite_add_notification' => '":name" 已添加到您的收藏',
52     'favourite_remove_notification' => '":name" 已从您的收藏中删除',
53
54     // MFA
55     'mfa_setup_method_notification' => '多重身份认证设置成功',
56     'mfa_remove_method_notification' => '多重身份认证已成功移除',
57
58     // Webhooks
59     'webhook_create' => 'Webhook 已创建',
60     'webhook_create_notification' => 'Webhook 创建成功',
61     'webhook_update' => 'Webhook 已更新',
62     'webhook_update_notification' => 'Webhook 更新成功',
63     'webhook_delete' => 'Webhook 已删除',
64     'webhook_delete_notification' => 'Webhook 删除成功',
65
66     // Users
67     'user_update_notification' => '用户更新成功',
68     'user_delete_notification' => '成功移除用户',
69
70     // Other
71     'commented_on'                => '评论',
72     'permissions_update'          => '权限已更新',
73 ];