]> BookStack Code Mirror - bookstack/blob - resources/lang/zh_CN/activities.php
add missing @param in method comment
[bookstack] / resources / lang / zh_CN / activities.php
1 <?php
2
3 return [
4
5     /**
6      * Activity text strings.
7      * Is used for all the text within activity logs & notifications.
8      */
9
10     // Pages
11     'page_create'                 => '创建了页面',
12     'page_create_notification'    => '页面已创建成功',
13     'page_update'                 => '更新了页面',
14     'page_update_notification'    => '页面已更新成功',
15     'page_delete'                 => '删除了页面',
16     'page_delete_notification'    => '页面已删除成功',
17     'page_restore'                => '恢复了页面',
18     'page_restore_notification'   => '页面已恢复成功',
19     'page_move'                   => '移动了页面',
20
21     // Chapters
22     'chapter_create'              => '创建了章节',
23     'chapter_create_notification' => '章节已创建成功',
24     'chapter_update'              => '更新了章节',
25     'chapter_update_notification' => '章节已创建成功',
26     'chapter_delete'              => '删除了章节',
27     'chapter_delete_notification' => '章节已删除成功',
28     'chapter_move'                => '移动了章节',
29
30     // Books
31     'book_create'                 => '创建了图书',
32     'book_create_notification'    => '图书已创建成功',
33     'book_update'                 => '更新了图书',
34     'book_update_notification'    => '图书已更新成功',
35     'book_delete'                 => '删除了图书',
36     'book_delete_notification'    => '图书已删除成功',
37     'book_sort'                   => '排序了图书',
38     'book_sort_notification'      => '图书已重新排序成功',
39
40     // Other
41     'commented_on'                => '评论',
42 ];