// Books
'book_create' => 'libro creado',
'book_create_notification' => 'Libro creado correctamente',
+ 'book_create_from_chapter' => 'convertido capítulo a libro',
+ 'book_create_from_chapter_notification' => 'Capítulo convertido a libro con éxito',
'book_update' => 'libro actualizado',
'book_update_notification' => 'Libro actualizado correctamente',
'book_delete' => 'libro eliminado',
// Bookshelves
'bookshelf_create' => 'estante creado',
'bookshelf_create_notification' => 'Estante creado correctamente',
+ 'bookshelf_create_from_book' => 'libro convertido a estante',
+ 'bookshelf_create_from_book_notification' => 'Libro convertido a estante con éxito',
'bookshelf_update' => 'estante actualizado',
'bookshelf_update_notification' => 'Estante actualizado correctamente',
'bookshelf_delete' => 'estante eliminado',