]> BookStack Code Mirror - bookstack/blob - resources/lang/es/common.php
Updated italian translation
[bookstack] / resources / lang / es / common.php
1 <?php
2 return [
3
4     /**
5      * Buttons
6      */
7     'cancel' => 'Cancelar',
8     'confirm' => 'Confirmar',
9     'back' => 'Atrás',
10     'save' => 'Guardar',
11     'continue' => 'Continuar',
12     'select' => 'Seleccionar',
13
14     /**
15      * Form Labels
16      */
17     'name' => 'Nombre',
18     'description' => 'Descripción',
19     'role' => 'Rol',
20
21     /**
22      * Actions
23      */
24     'actions' => 'Acciones',
25     'view' => 'Ver',
26     'create' => 'Crear',
27     'update' => 'Actualizar',
28     'edit' => 'Editar',
29     'sort' => 'Ordenar',
30     'move' => 'Mover',
31     'delete' => 'Borrar',
32     'search' => 'Buscar',
33     'search_clear' => 'Limpiar búsqueda',
34     'reset' => 'Reset',
35     'remove' => 'Remover',
36
37
38     /**
39      * Misc
40      */
41     'deleted_user' => 'Usuario borrado',
42     'no_activity' => 'Ninguna actividad para mostrar',
43     'no_items' => 'No hay items disponibles',
44     'back_to_top' => 'Volver arriba',
45     'toggle_details' => 'Alternar detalles',
46
47     /**
48      * Header
49      */
50     'view_profile' => 'Ver Perfil',
51     'edit_profile' => 'Editar Perfil',
52
53     /**
54      * Email Content
55      */
56     'email_action_help' => 'Si está teniendo problemas haga click en el botón ":actionText", copie y pegue la siguiente URL en su navegador web:',
57     'email_rights' => 'Todos los derechos reservados',
58 ];
Morty Proxy This is a proxified and sanitized view of the page, visit original site.