// Books
'book_create' => '创建了图书',
'book_create_notification' => '图书已成功创建',
+ 'book_create_from_chapter' => '将章节转换为图书',
+ 'book_create_from_chapter_notification' => '章节已成功转换为图书',
'book_update' => '更新了图书',
'book_update_notification' => '图书已成功更新',
'book_delete' => '删除了图书',
// Bookshelves
'bookshelf_create' => '创建了书架',
'bookshelf_create_notification' => '书架已成功创建',
+ 'bookshelf_create_from_book' => '将图书转换为书架',
+ 'bookshelf_create_from_book_notification' => '图书已成功转换为书架',
'bookshelf_update' => '更新了书架',
'bookshelf_update_notification' => '书架已成功更新',
'bookshelf_delete' => '删除了书架',
'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' => '评论',