]> BookStack Code Mirror - bookstack/blob - resources/lang/es/common.php
Fix Crowdin name in the language_request issue template
[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
51     // Sort Options
52     'sort_options' => 'Opciones de ordenación',
53     'sort_direction_toggle' => 'Cambiar el Orden',
54     'sort_ascending' => 'Ordenar Ascendentemente',
55     'sort_descending' => 'Ordenar Descendentemente',
56     'sort_name' => 'Nombre',
57     'sort_default' => 'Predeterminada',
58     'sort_created_at' => 'Fecha de Creación',
59     'sort_updated_at' => 'Fecha de Modificación',
60
61     // Misc
62     'deleted_user' => 'Usuario borrado',
63     'no_activity' => 'Ninguna actividad para mostrar',
64     'no_items' => 'No hay elementos disponibles',
65     'back_to_top' => 'Volver arriba',
66     'skip_to_main_content' => 'Ir al contenido principal',
67     'toggle_details' => 'Alternar detalles',
68     'toggle_thumbnails' => 'Alternar miniaturas',
69     'details' => 'Detalles',
70     'grid_view' => 'Vista en Cuadrícula',
71     'list_view' => 'Vista en Lista',
72     'default' => 'Predeterminada',
73     'breadcrumb' => 'Rastro de migas de pan',
74     'status' => 'Estado',
75     'status_active' => 'Activo',
76     'status_inactive' => 'Inactive',
77     'never' => 'Nunca',
78     'none' => 'Ninguno',
79
80     // Header
81     'header_menu_expand' => 'Expandir el Menú de la Cabecera',
82     'profile_menu' => 'Menú de Perfil',
83     'view_profile' => 'Ver Perfil',
84     'edit_profile' => 'Editar Perfil',
85     'dark_mode' => 'Modo Oscuro',
86     'light_mode' => 'Modo Claro',
87
88     // Layout tabs
89     'tab_info' => 'Información',
90     'tab_info_label' => 'Pestaña: Mostrar Información Secundaria',
91     'tab_content' => 'Contenido',
92     'tab_content_label' => 'Pestaña: Mostrar Contenido Primario',
93
94     // Email Content
95     'email_action_help' => 'Si está teniendo problemas clicando en el botón ":actionText", copie y pegue la siguiente URL en su navegador web:',
96     'email_rights' => 'Todos los derechos reservados',
97
98     // Footer Link Options
99     // Not directly used but available for convenience to users.
100     'privacy_policy' => 'Política de privacidad',
101     'terms_of_service' => 'Términos de Servicio',
102 ];
Morty Proxy This is a proxified and sanitized view of the page, visit original site.