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