mirror of
https://github.com/BookStackApp/BookStack.git
synced 2025-02-18 23:22:48 +08:00
New translations entities.php (Spanish)
This commit is contained in:
parent
0ec4ca033c
commit
4db8c1279a
|
@ -18,10 +18,10 @@ return [
|
|||
'create_now' => 'Crear uno ahora',
|
||||
'revisions' => 'Revisiones',
|
||||
'meta_revision' => 'Revisión #:revisionCount',
|
||||
'meta_created' => 'Creado el :timeLength',
|
||||
'meta_created_name' => 'Creado el :timeLength por :user',
|
||||
'meta_updated' => 'Actualizado el :timeLength',
|
||||
'meta_updated_name' => 'Actualizado el :timeLength por :user',
|
||||
'meta_created' => 'Creado :timeLength',
|
||||
'meta_created_name' => 'Creado :timeLength por :user',
|
||||
'meta_updated' => 'Actualizado :timeLength',
|
||||
'meta_updated_name' => 'Actualizado :timeLength por :user',
|
||||
'entity_select' => 'Seleccione entidad',
|
||||
'images' => 'Imágenes',
|
||||
'my_recent_drafts' => 'Mis borradores recientes',
|
||||
|
@ -181,7 +181,7 @@ return [
|
|||
'pages_edit_draft' => 'Editar borrador de página',
|
||||
'pages_editing_draft' => 'Editando borrador',
|
||||
'pages_editing_page' => 'Editando página',
|
||||
'pages_edit_draft_save_at' => 'Borrador guardado el ',
|
||||
'pages_edit_draft_save_at' => 'Borrador guardado ',
|
||||
'pages_edit_delete_draft' => 'Borrar borrador',
|
||||
'pages_edit_discard_draft' => 'Descartar borrador',
|
||||
'pages_edit_set_changelog' => 'Ajustar Log de cambios',
|
||||
|
|
Loading…
Reference in New Issue
Block a user