]> BookStack Code Mirror - bookstack/blob - resources/lang/es_AR/common.php
Merge branch 'development' of github.com:BookStackApp/BookStack into development
[bookstack] / resources / lang / es_AR / 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' => 'Alternar todo',
15     'more' => 'Más',
16
17     // Form Labels
18     'name' => 'Nombre',
19     'description' => 'Descripción',
20     'role' => 'Rol',
21     'cover_image' => 'Imagen de cubierta',
22     'cover_image_description' => 'Esta imagen debe ser de 440x250px aproximadamente.',
23
24     // Actions
25     'actions' => 'Acciones',
26     'view' => 'Ver',
27     'view_all' => 'Ver todo',
28     'new' => 'Nuevo',
29     'create' => 'Crear',
30     'update' => 'Actualizar',
31     'edit' => 'Editar',
32     'sort' => 'Ordenar',
33     'move' => 'Mover',
34     'copy' => 'Copiar',
35     'reply' => 'Responder',
36     'delete' => 'Borrar',
37     'delete_confirm' => 'Confirmar eliminación',
38     'search' => 'Buscar',
39     'search_clear' => 'Limpiar búsqueda',
40     'reset' => 'Restablecer',
41     'remove' => 'Remover',
42     'add' => 'Agregar',
43     'configure' => 'Configurar',
44     'fullscreen' => 'Pantalla completa',
45     'favourite' => 'Favoritos',
46     'unfavourite' => 'Eliminar de favoritos',
47     'next' => 'Siguiente',
48     'previous' => 'Anterior',
49     'filter_active' => 'Filtro activo:',
50     'filter_clear' => 'Limpiar filtro',
51     'download' => 'Descargar',
52     'open_in_tab' => 'Abrir en una pestaña',
53
54     // Sort Options
55     'sort_options' => 'Opciones de Orden',
56     'sort_direction_toggle' => 'Cambiar Dirección de Orden',
57     'sort_ascending' => 'Orden Ascendente',
58     'sort_descending' => 'Orden Descendente',
59     'sort_name' => 'Nombre',
60     'sort_default' => 'Por defecto',
61     'sort_created_at' => 'Fecha de creación',
62     'sort_updated_at' => 'Fecha de actualización',
63
64     // Misc
65     'deleted_user' => 'Usuario borrado',
66     'no_activity' => 'Ninguna actividad para mostrar',
67     'no_items' => 'No hay elementos disponibles',
68     'back_to_top' => 'Volver arriba',
69     'skip_to_main_content' => 'Ir al contenido principal',
70     'toggle_details' => 'Alternar detalles',
71     'toggle_thumbnails' => 'Alternar miniaturas',
72     'details' => 'Detalles',
73     'grid_view' => 'Vista de grilla',
74     'list_view' => 'Vista de lista',
75     'default' => 'Por defecto',
76     'breadcrumb' => 'Miga de Pan',
77     'status' => 'Estado',
78     'status_active' => 'Activo',
79     'status_inactive' => 'Inactivo',
80     'never' => 'Nunca',
81     'none' => 'Ninguno',
82
83     // Header
84     'homepage' => 'Página de Inicio',
85     'header_menu_expand' => 'Expandir el Menú de Cabecera',
86     'profile_menu' => 'Menu del Perfil',
87     'view_profile' => 'Ver Perfil',
88     'edit_profile' => 'Editar Perfil',
89     'dark_mode' => 'Modo Oscuro',
90     'light_mode' => 'Modo Claro',
91     'global_search' => 'Búsqueda Global',
92
93     // Layout tabs
94     'tab_info' => 'Información',
95     'tab_info_label' => 'Pestaña: Mostrar Información Secundaria',
96     'tab_content' => 'Contenido',
97     'tab_content_label' => 'Pestaña: Mostrar Contenido Primario',
98
99     // Email Content
100     'email_action_help' => 'Si está teniendo problemas haga click en el botón ":actionText", copie y pegue la siguiente URL en su navegador web:',
101     'email_rights' => 'Todos los derechos reservados',
102
103     // Footer Link Options
104     // Not directly used but available for convenience to users.
105     'privacy_policy' => 'Política de privacidad',
106     'terms_of_service' => 'Términos de Servicio',
107 ];