3 * Activity text strings.
4 * Is used for all the text within activity logs & notifications.
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' => '移动了页面',
20 'chapter_create' => '创建了章节',
21 'chapter_create_notification' => '章节已成功创建',
22 'chapter_update' => '更新了章节',
23 'chapter_update_notification' => '章节已成功更新',
24 'chapter_delete' => '删除了章节',
25 'chapter_delete_notification' => '章节已成功删除',
26 'chapter_move' => '移动了章节',
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' => '图书已成功重新排序',
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' => '书架已成功删除',
51 'favourite_add_notification' => '":name" 已添加到您的收藏',
52 'favourite_remove_notification' => '":name" 已从您的收藏中删除',
55 'mfa_setup_method_notification' => '多重身份认证设置成功',
56 'mfa_remove_method_notification' => '多重身份认证已成功移除',
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 已成功删除',
67 'user_update_notification' => '用户更新成功',
68 'user_delete_notification' => '已成功移除用户',
71 'commented_on' => '评论',
72 'permissions_update' => '权限已更新',