Skip to content

Commit

Permalink
Merge pull request #76 from archilex/spanish-translation
Browse files Browse the repository at this point in the history
Adds spanish translation
  • Loading branch information
frankyso authored Feb 8, 2023
2 parents bbdcbb8 + ec6acbd commit 430d7d7
Show file tree
Hide file tree
Showing 2 changed files with 16 additions and 0 deletions.
11 changes: 11 additions & 0 deletions resources/lang/es/actions.php
Original file line number Diff line number Diff line change
@@ -0,0 +1,11 @@
<?php

return [
'import' => 'Importar',
'skip_header' => 'Omitir el encabezado',
'match_to_column' => 'Asignar los campos a sus columnas',
'import_failed' => 'La importación ha fallada. Revise el archivo y pruebe de nuevo.',
'import_failed_title' => 'Importación Fallida',
'import_succeeded' => 'Importación exitosa de :count fila(s). :skipped fila(s) omitida(s).',
'import_succeeded_title' => 'Importación Exitosa',
];
5 changes: 5 additions & 0 deletions resources/lang/es/validators.php
Original file line number Diff line number Diff line change
@@ -0,0 +1,5 @@
<?php

return [
'message' => 'Error en la línea :line. :error',
];

0 comments on commit 430d7d7

Please sign in to comment.