Skip to content

Commit

Permalink
Merge pull request #20 from adriallongarriu/feature/add_es
Browse files Browse the repository at this point in the history
add es
  • Loading branch information
pxpm authored Apr 17, 2024
2 parents a1db07e + f4c4428 commit 151cc29
Showing 1 changed file with 26 additions and 0 deletions.
26 changes: 26 additions & 0 deletions resources/lang/es/translation_manager.php
Original file line number Diff line number Diff line change
@@ -0,0 +1,26 @@
<?php

return [
'translation_line' => 'línea de traducción',
'translation_lines' => 'líneas de traducción',

'group' => 'grupo',
'key' => 'clave',
'text' => 'texto',

'created' => 'creado',
'updated' => 'actualizado',

'source' => 'fuente',
'database' => 'base de datos',
'file' => 'archivo',

'show_all_languages' => 'mostrar todos los idiomas',
'revert' => 'revertir',

'revert_confirm' => '¿Estás seguro de que quieres revertir esta traducción?',
'revert_confirmation_title' => 'Traducción revertida',
'revert_confirmation_message' => 'La traducción ha sido revertida con éxito',
'revert_confirmation_not_title' => 'Traducción <strong>no</strong> revertida',
'revert_confirmation_not_message' => 'Ha habido un error. Es posible que tu traducción no haya sido revertida.',
];

0 comments on commit 151cc29

Please sign in to comment.