mirror of
https://github.com/BookStackApp/BookStack.git
synced 2024-11-01 00:22:37 +01:00
69 lines
1.7 KiB
PHP
69 lines
1.7 KiB
PHP
<?php
|
|
return [
|
|
|
|
/**
|
|
* Buttons
|
|
*/
|
|
'cancel' => 'Cancelar',
|
|
'confirm' => 'Confirmar',
|
|
'back' => 'Atrás',
|
|
'save' => 'Guardar',
|
|
'continue' => 'Continuar',
|
|
'select' => 'Seleccionar',
|
|
'more' => 'Más',
|
|
|
|
/**
|
|
* Form Labels
|
|
*/
|
|
'name' => 'Nombre',
|
|
'description' => 'Descripción',
|
|
'role' => 'Rol',
|
|
'cover_image' => 'Imagen de cubierta',
|
|
'cover_image_description' => 'Esta imagen debe ser de 440x250px aproximadamente.',
|
|
|
|
/**
|
|
* Actions
|
|
*/
|
|
'actions' => 'Acciones',
|
|
'view' => 'Ver',
|
|
'create' => 'Crear',
|
|
'update' => 'Actualizar',
|
|
'edit' => 'Editar',
|
|
'sort' => 'Ordenar',
|
|
'move' => 'Mover',
|
|
'copy' => 'Copiar',
|
|
'reply' => 'Responder',
|
|
'delete' => 'Borrar',
|
|
'search' => 'Buscar',
|
|
'search_clear' => 'Limpiar búsqueda',
|
|
'reset' => 'Restablecer',
|
|
'remove' => 'Remover',
|
|
'add' => 'Agregar',
|
|
|
|
/**
|
|
* Misc
|
|
*/
|
|
'deleted_user' => 'Usuario borrado',
|
|
'no_activity' => 'Ninguna actividad para mostrar',
|
|
'no_items' => 'No hay items disponibles',
|
|
'back_to_top' => 'Volver arriba',
|
|
'toggle_details' => 'Alternar detalles',
|
|
"toggle_thumbnails" => "Alternar miniaturas",
|
|
'details' => 'Detalles',
|
|
"grid_view" => "Vista de grilla",
|
|
"list_view" => "Vista de lista",
|
|
'default' => 'Por defecto',
|
|
|
|
/**
|
|
* Header
|
|
*/
|
|
'view_profile' => 'Ver Perfil',
|
|
'edit_profile' => 'Editar Perfil',
|
|
|
|
/**
|
|
* Email Content
|
|
*/
|
|
'email_action_help' => 'Si está teniendo problemas haga click en el botón ":actionText", copie y pegue la siguiente URL en su navegador web:',
|
|
'email_rights' => 'Todos los derechos reservados',
|
|
];
|