X-Git-Url: http://source.bookstackapp.com/bookstack/blobdiff_plain/84b4fe617658f6880c069d7fca845b02061d94b6..refs/pull/1688/head:/resources/lang/es/activities.php diff --git a/resources/lang/es/activities.php b/resources/lang/es/activities.php index 7c53a7e7d..aa90d9cd3 100644 --- a/resources/lang/es/activities.php +++ b/resources/lang/es/activities.php @@ -1,12 +1,10 @@ 'página creada', 'page_create_notification' => 'Página creada exitosamente', @@ -37,6 +35,14 @@ return [ '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' => 'comentada el', ];