X-Git-Url: http://source.bookstackapp.com/bookstack/blobdiff_plain/c6ad16dba657c82512ae495a4a38b99b8cfa9eeb..refs/pull/3570/head:/resources/lang/zh_CN/activities.php diff --git a/resources/lang/zh_CN/activities.php b/resources/lang/zh_CN/activities.php index de027e7d1..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' => '删除了书架', @@ -60,8 +64,8 @@ return [ 'webhook_delete_notification' => 'Webhook 已成功删除', // Users - 'user_update_notification' => 'User successfully updated', - 'user_delete_notification' => 'User successfully removed', + 'user_update_notification' => '用户更新成功', + 'user_delete_notification' => '已成功移除用户', // Other 'commented_on' => '评论',