-
-
Notifications
You must be signed in to change notification settings - Fork 340
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 #103 from rappasoft/develop
Updates
- Loading branch information
Showing
7 changed files
with
54 additions
and
4 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
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
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
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
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,12 @@ | ||
<?php | ||
|
||
return [ | ||
'clear' => 'Löschen', | ||
'export' => 'Exportieren', | ||
'loading' => 'Lädt...', | ||
'no_results' => 'Ihre Suche ergab leider keine Treffer.', | ||
'offline' => 'Sie sind im Moment nicht mit dem Internet verbunden.', | ||
'per_page' => 'pro Seite', | ||
'results' => 'Ergebnis :first bis :last von :total', | ||
'search' => 'Suchen...', | ||
]; |
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,12 @@ | ||
<?php | ||
|
||
return [ | ||
'clear' => 'Limpiar', | ||
'export' => 'Exportar', | ||
'loading' => 'Cargando', | ||
'no_results' => 'No se encontraron resultados para esta consulta.', | ||
'offline' => 'Actualmente no te encuentras conectado a internet.', | ||
'per_page' => 'Por pagina', | ||
'results' => 'Mostrando :first a :last de :total resultados', | ||
'search' => 'Buscar...', | ||
]; |
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,12 @@ | ||
<?php | ||
|
||
return [ | ||
'clear' => 'Effacer', | ||
'export' => 'Exporter', | ||
'loading' => 'En cours de chargement...', | ||
'no_results' => 'Il n\'y a pas de résultat à afficher pour cette requête.', | ||
'offline' => 'Vous n\'êtes pas connecté à l\'internet actuellement.', | ||
'per_page' => 'Par page', | ||
'results' => 'Affichage des entrées :first à :last sur un total de :total', | ||
'search' => 'Chercher...', | ||
]; |