-
Notifications
You must be signed in to change notification settings - Fork 63
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Merge pull request #76 from archilex/spanish-translation
Adds spanish translation
- Loading branch information
Showing
2 changed files
with
16 additions
and
0 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
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', | ||
]; |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,5 @@ | ||
<?php | ||
|
||
return [ | ||
'message' => 'Error en la línea :line. :error', | ||
]; |