mirror of
https://github.com/BookStackApp/BookStack.git
synced 2025-07-30 04:23:11 +03:00
#47 - Added translations for other language files using Google translate.
This commit is contained in:
@ -214,4 +214,26 @@ return [
|
||||
'profile_not_created_pages' => ':userName no ha creado ninguna página',
|
||||
'profile_not_created_chapters' => ':userName no ha creado ningún capítulo',
|
||||
'profile_not_created_books' => ':userName no ha creado ningún libro',
|
||||
|
||||
/**
|
||||
* Comments
|
||||
*/
|
||||
'comment' => 'Comentario',
|
||||
'comments' => 'Comentarios',
|
||||
'comment_placeholder' => 'Introduzca sus comentarios aquí, markdown supported ...',
|
||||
'no_comments' => 'No hay comentarios',
|
||||
'x_comments' => ':numComments Comentarios',
|
||||
'one_comment' => '1 Comentario',
|
||||
'comments_loading' => 'Cargando ...',
|
||||
'comment_save' => 'Guardar comentario',
|
||||
'comment_reply' => 'Responder',
|
||||
'comment_edit' => 'Editar',
|
||||
'comment_delete' => 'Eliminar',
|
||||
'comment_cancel' => 'Cancelar',
|
||||
'comment_created' => 'Comentario añadido',
|
||||
'comment_updated' => 'Comentario actualizado',
|
||||
'comment_deleted' => 'Comentario eliminado',
|
||||
'comment_updated_text' => 'Actualizado hace :updateDiff minutos por',
|
||||
'comment_delete_confirm' => 'Esto eliminará el contenido del comentario. ¿Estás seguro de que quieres eliminar este comentario?',
|
||||
'comment_create' => 'Creado'
|
||||
];
|
||||
|
Reference in New Issue
Block a user