X-Git-Url: http://source.bookstackapp.com/bookstack/blobdiff_plain/cb0d674a71449de883713db2fcdccb6e108992ad..refs/pull/3555/head:/resources/lang/zh_CN/activities.php diff --git a/resources/lang/zh_CN/activities.php b/resources/lang/zh_CN/activities.php index 834ed1332..59eff434c 100644 --- a/resources/lang/zh_CN/activities.php +++ b/resources/lang/zh_CN/activities.php @@ -28,6 +28,8 @@ return [ // Books 'book_create' => '创建了图书', 'book_create_notification' => '图书已成功创建', + 'book_create_from_chapter' => '将章节转换为图书', + 'book_create_from_chapter_notification' => '章节已成功转换为图书', 'book_update' => '更新了图书', 'book_update_notification' => '图书已成功更新', 'book_delete' => '删除了图书', @@ -38,6 +40,8 @@ return [ // Bookshelves 'bookshelf_create' => '创建了书架', 'bookshelf_create_notification' => '书架已成功创建', + 'bookshelf_create_from_book' => '将图书转换为书架', + 'bookshelf_create_from_book_notification' => '图书已成功转换为书架', 'bookshelf_update' => '更新了书架', 'bookshelf_update_notification' => '书架已成功更新', 'bookshelf_delete' => '删除了书架', @@ -59,6 +63,10 @@ return [ 'webhook_delete' => '删除了 webhook', 'webhook_delete_notification' => 'Webhook 已成功删除', + // Users + 'user_update_notification' => '用户更新成功', + 'user_delete_notification' => '已成功移除用户', + // Other 'commented_on' => '评论', 'permissions_update' => '权限已更新',