]> BookStack Code Mirror - bookstack/blob - resources/lang/es/common.php
Update auth.php
[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     'search' => 'Buscar',
37     'search_clear' => 'Limpiar búsqueda',
38     'reset' => 'Resetear',
39     'remove' => 'Remover',
40     'add' => 'Añadir',
41
42     // Sort Options
43     'sort_name' => 'Nombre',
44     'sort_created_at' => 'Fecha de Creación',
45     'sort_updated_at' => 'Fecha de Modificación',
46
47     // Misc
48     'deleted_user' => 'Usuario borrado',
49     'no_activity' => 'Ninguna actividad para mostrar',
50     'no_items' => 'No hay elementos disponibles',
51     'back_to_top' => 'Volver arriba',
52     'toggle_details' => 'Alternar detalles',
53     'toggle_thumbnails' => 'Alternar miniaturas',
54     'details' => 'Detalles',
55     'grid_view' => 'Vista en Cuadrícula',
56     'list_view' => 'Vista en Lista',
57     'default' => 'Predeterminada',
58
59     // Header
60     'view_profile' => 'Ver Perfil',
61     'edit_profile' => 'Editar Perfil',
62
63     // Layout tabs
64     'tab_info' => 'Información',
65     'tab_content' => 'Contenido',
66
67     // Email Content
68     'email_action_help' => 'Si está teniendo problemas clicando en el botón ":actionText", copie y pegue la siguiente URL en su navegador web:',
69     'email_rights' => 'Todos los derechos reservados',
70 ];
Morty Proxy This is a proxified and sanitized view of the page, visit original site.