X-Git-Url: http://source.bookstackapp.com/bookstack/blobdiff_plain/1a32b25b5e85f68730aed95c65f252eb2e724978..refs/pull/2227/head:/resources/lang/es_AR/activities.php diff --git a/resources/lang/es_AR/activities.php b/resources/lang/es_AR/activities.php index 1a3ea05f7..f8f9e8436 100644 --- a/resources/lang/es_AR/activities.php +++ b/resources/lang/es_AR/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' => 'comentado', ];