mirror of
https://github.com/BookStackApp/BookStack.git
synced 2025-05-31 21:23:38 +08:00
Completely overhaul of the Spanish translation, added missing strings
This commit is contained in:
@ -10,6 +10,7 @@ return [
|
||||
'save' => 'Guardar',
|
||||
'continue' => 'Continuar',
|
||||
'select' => 'Seleccionar',
|
||||
'more' => 'Más',
|
||||
|
||||
/**
|
||||
* Form Labels
|
||||
@ -18,7 +19,8 @@ return [
|
||||
'description' => 'Descripción',
|
||||
'role' => 'Rol',
|
||||
'cover_image' => 'Imagen de portada',
|
||||
'cover_image_description' => 'Esta imagen debe ser aproximadamente 300x170px.',
|
||||
'cover_image_description' => 'Esta imagen debe ser aproximadamente de 440x250px.',
|
||||
|
||||
/**
|
||||
* Actions
|
||||
*/
|
||||
@ -29,22 +31,26 @@ return [
|
||||
'edit' => 'Editar',
|
||||
'sort' => 'Ordenar',
|
||||
'move' => 'Mover',
|
||||
'reply' => 'Responder',
|
||||
'delete' => 'Borrar',
|
||||
'search' => 'Buscar',
|
||||
'search_clear' => 'Limpiar búsqueda',
|
||||
'reset' => 'Reset',
|
||||
'reset' => 'Resetear',
|
||||
'remove' => 'Remover',
|
||||
|
||||
'add' => 'Añadir',
|
||||
|
||||
/**
|
||||
* Misc
|
||||
*/
|
||||
'deleted_user' => 'Usuario borrado',
|
||||
'no_activity' => 'Ninguna actividad para mostrar',
|
||||
'no_items' => 'No hay items disponibles',
|
||||
'no_items' => 'No hay elementos disponibles',
|
||||
'back_to_top' => 'Volver arriba',
|
||||
'toggle_details' => 'Alternar detalles',
|
||||
'toggle_thumbnails' => 'Alternar miniaturas',
|
||||
'details' => 'Detalles',
|
||||
'grid_view' => 'Vista en Cuadrícula',
|
||||
'list_view' => 'Vista en Lista',
|
||||
|
||||
/**
|
||||
* Header
|
||||
@ -55,6 +61,6 @@ return [
|
||||
/**
|
||||
* 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_action_help' => 'Si está teniendo problemas clicando en el botón ":actionText", copie y pegue la siguiente URL en su navegador web:',
|
||||
'email_rights' => 'Todos los derechos reservados',
|
||||
];
|
||||
|
Reference in New Issue
Block a user