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