]> BookStack Code Mirror - bookstack/blobdiff - resources/lang/es/common.php
Spanish
[bookstack] / resources / lang / es / common.php
index 2e0539966f7ab161a836aec63fb9c21276a7adde..594a8cf00bbdb2a6fdc65ad9f0ee1457b4188651 100644 (file)
@@ -11,6 +11,7 @@ return [
     'save' => 'Guardar',
     'continue' => 'Continuar',
     'select' => 'Seleccionar',
+    'toggle_all' => 'Marcarlos todos',
     'more' => 'Más',
 
     // Form Labels
@@ -23,6 +24,7 @@ return [
     // Actions
     'actions' => 'Acciones',
     'view' => 'Ver',
+    'view_all' => 'Ver todos',
     'create' => 'Crear',
     'update' => 'Actualizar',
     'edit' => 'Editar',
@@ -37,6 +39,11 @@ return [
     'remove' => 'Remover',
     'add' => 'Añadir',
 
+    // Sort Options
+    'sort_name' => 'Nombre',
+    'sort_created_at' => 'Fecha de Creación',
+    'sort_updated_at' => 'Fecha de Modificación',
+
     // Misc
     'deleted_user' => 'Usuario borrado',
     'no_activity' => 'Ninguna actividad para mostrar',
@@ -53,7 +60,11 @@ return [
     'view_profile' => 'Ver Perfil',
     'edit_profile' => 'Editar Perfil',
 
+    // Layout tabs
+    'tab_info' => 'Información',
+    'tab_content' => 'Contenido',
+
     // Email Content
     'email_action_help' => 'Si está teniendo problemas clicando en el botón ":actionText", copie y pegue la siguiente URL en su navegador web:',
     'email_rights' => 'Todos los derechos reservados',
-];
\ No newline at end of file
+];