X-Git-Url: http://source.bookstackapp.com/bookstack/blobdiff_plain/d84f75c257d89aa3eb7a5288a5faeadcaa85fc43..refs/pull/1755/head:/resources/lang/zh_CN/activities.php diff --git a/resources/lang/zh_CN/activities.php b/resources/lang/zh_CN/activities.php index 6ef10b67f..676a1dd92 100644 --- a/resources/lang/zh_CN/activities.php +++ b/resources/lang/zh_CN/activities.php @@ -1,12 +1,10 @@ '创建了页面', 'page_create_notification' => '页面已创建成功', @@ -37,6 +35,14 @@ return [ 'book_sort' => '排序了图书', 'book_sort_notification' => '图书已重新排序成功', + // Bookshelves + 'bookshelf_create' => '创建了书架', + 'bookshelf_create_notification' => '书架已成功创建', + 'bookshelf_update' => '更新了书架', + 'bookshelf_update_notification' => '书架已成功更新', + 'bookshelf_delete' => '删除了书架', + 'bookshelf_delete_notification' => '书架已成功删除', + // Other 'commented_on' => '评论', ];