]> BookStack Code Mirror - bookstack/blob - lang/es/common.php
Notifications: Switched testing from string to reference levels
[bookstack] / lang / es / common.php
1 <?php
2 /**
3  * Common elements found throughout many areas of BookStack.
4  */
5 return [
6
7     // Buttons
8     'cancel' => 'Cancelar',
9     'close' => 'Cerrar',
10     'confirm' => 'Confirmar',
11     'back' => 'Atrás',
12     'save' => 'Guardar',
13     'continue' => 'Continuar',
14     'select' => 'Seleccionar',
15     'toggle_all' => 'Marcarlos todos',
16     'more' => 'Más',
17
18     // Form Labels
19     'name' => 'Nombre',
20     'description' => 'Descripción',
21     'role' => 'Rol',
22     'cover_image' => 'Imagen de portada',
23     'cover_image_description' => 'Esta imagen debe ser aproximadamente de 440x250px.',
24
25     // Actions
26     'actions' => 'Acciones',
27     'view' => 'Ver',
28     'view_all' => 'Ver todos',
29     'new' => 'Nuevo',
30     'create' => 'Crear',
31     'update' => 'Actualizar',
32     'edit' => 'Editar',
33     'sort' => 'Ordenar',
34     'move' => 'Mover',
35     'copy' => 'Copiar',
36     'reply' => 'Responder',
37     'delete' => 'Borrar',
38     'delete_confirm' => 'Confirmar borrado',
39     'search' => 'Buscar',
40     'search_clear' => 'Limpiar búsqueda',
41     'reset' => 'Resetear',
42     'remove' => 'Remover',
43     'add' => 'Añadir',
44     'configure' => 'Configurar',
45     'fullscreen' => 'Pantalla completa',
46     'favourite' => 'Añadir a favoritos',
47     'unfavourite' => 'Eliminar de favoritos',
48     'next' => 'Siguiente',
49     'previous' => 'Anterior',
50     'filter_active' => 'Filtro activo:',
51     'filter_clear' => 'Limpiar filtro',
52     'download' => 'Descargar',
53     'open_in_tab' => 'Abrir en una nueva pestaña',
54
55     // Sort Options
56     'sort_options' => 'Opciones de ordenación',
57     'sort_direction_toggle' => 'Cambiar el Orden',
58     'sort_ascending' => 'Ordenar Ascendentemente',
59     'sort_descending' => 'Ordenar Descendentemente',
60     'sort_name' => 'Nombre',
61     'sort_default' => 'Predeterminada',
62     'sort_created_at' => 'Fecha de Creación',
63     'sort_updated_at' => 'Fecha de Modificación',
64
65     // Misc
66     'deleted_user' => 'Usuario borrado',
67     'no_activity' => 'Ninguna actividad para mostrar',
68     'no_items' => 'No hay elementos disponibles',
69     'back_to_top' => 'Volver arriba',
70     'skip_to_main_content' => 'Ir al contenido principal',
71     'toggle_details' => 'Alternar detalles',
72     'toggle_thumbnails' => 'Alternar miniaturas',
73     'details' => 'Detalles',
74     'grid_view' => 'Vista en Cuadrícula',
75     'list_view' => 'Vista en Lista',
76     'default' => 'Predeterminada',
77     'breadcrumb' => 'Rastro de migas de pan',
78     'status' => 'Estado',
79     'status_active' => 'Activo',
80     'status_inactive' => 'Inactive',
81     'never' => 'Nunca',
82     'none' => 'Ninguno',
83
84     // Header
85     'homepage' => 'Página de Inicio',
86     'header_menu_expand' => 'Expandir el Menú de la Cabecera',
87     'profile_menu' => 'Menú de Perfil',
88     'view_profile' => 'Ver Perfil',
89     'edit_profile' => 'Editar Perfil',
90     'dark_mode' => 'Modo Oscuro',
91     'light_mode' => 'Modo Claro',
92     'global_search' => 'Búsqueda Global',
93
94     // Layout tabs
95     'tab_info' => 'Información',
96     'tab_info_label' => 'Pestaña: Mostrar Información Secundaria',
97     'tab_content' => 'Contenido',
98     'tab_content_label' => 'Pestaña: Mostrar Contenido Primario',
99
100     // Email Content
101     'email_action_help' => 'Si está teniendo problemas clicando en el botón ":actionText", copie y pegue la siguiente URL en su navegador web:',
102     'email_rights' => 'Todos los derechos reservados',
103
104     // Footer Link Options
105     // Not directly used but available for convenience to users.
106     'privacy_policy' => 'Política de privacidad',
107     'terms_of_service' => 'Términos de Servicio',
108 ];