]> BookStack Code Mirror - bookstack/blobdiff - resources/lang/es/activities.php
Allow toggling between grid and list view in shelf view (shelves.show)
[bookstack] / resources / lang / es / activities.php
index 1556f453000744db202c8bcb2b80159088829fae..aa90d9cd3e91832e3c33c73ea625c7be200afdff 100644 (file)
@@ -1,19 +1,17 @@
 <?php
-
+/**
+ * Activity text strings.
+ * Is used for all the text within activity logs & notifications.
+ */
 return [
 
-    /**
-     * Activity text strings.
-     * Is used for all the text within activity logs & notifications.
-     */
-
     // Pages
     'page_create'                 => 'página creada',
     'page_create_notification'    => 'Página creada exitosamente',
     'page_update'                 => 'página actualizada',
     'page_update_notification'    => 'Página actualizada exitosamente',
     'page_delete'                 => 'página borrada',
-    'page_delete_notification'    => 'Página borrada exitosamente,
+    'page_delete_notification'    => 'Página borrada exitosamente',
     'page_restore'                => 'página restaurada',
     'page_restore_notification'   => 'Página restaurada exitosamente',
     'page_move'                   => 'página movida',
@@ -35,6 +33,16 @@ return [
     'book_delete'                 => 'libro borrado',
     'book_delete_notification'    => 'Libro borrado exitosamente',
     'book_sort'                   => 'libro ordenado',
-    'book_sort_notification'      => 'Libro re-ordenado exitosamente',
+    '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',
 ];