'book_sort' => 'libro ordenado',
'book_sort_notification' => 'Libro reordenado exitosamente',
+ // Bookshelves
+ 'bookshelf_create' => 'Estante creado',
+ 'bookshelf_create_notification' => 'Estante creado exitosamente',
+ 'bookshelf_update' => 'Estante actualizado',
+ 'bookshelf_update_notification' => 'Estante actualizado exitosamente',
+ 'bookshelf_delete' => 'Estante borrado',
+ 'bookshelf_delete_notification' => 'Estante borrado exitosamente',
+
// Other
'commented_on' => 'comentado',
];