-
Notifications
You must be signed in to change notification settings - Fork 0
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 #5 from xPand4B/v1.0.1
Reorganized translations
- Loading branch information
Showing
27 changed files
with
463 additions
and
389 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,34 @@ | ||
<?php | ||
|
||
return [ | ||
|
||
/* | ||
|-------------------------------------------------------------------------- | ||
| Breadcrumb Language Lines | ||
|-------------------------------------------------------------------------- | ||
| | ||
| The following language lines contain all breadcrumb specific content, | ||
| listed per page. | ||
| | ||
*/ | ||
|
||
'orders' => [ | ||
'index' => 'Bestellungen', | ||
'create' => 'Erstellen', | ||
'participate' => 'Mitbestellen', | ||
], | ||
|
||
'management' => [ | ||
'index' => 'Verwaltung', | ||
'orders' => 'Bestellungen', | ||
'menus' => 'Menüs', | ||
], | ||
|
||
'profile' => [ | ||
'index' => 'Profil', | ||
], | ||
|
||
'search' => [ | ||
'index' => 'Suche', | ||
], | ||
]; |
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,75 @@ | ||
<?php | ||
|
||
return [ | ||
|
||
/* | ||
|-------------------------------------------------------------------------- | ||
| Form Language Lines | ||
|-------------------------------------------------------------------------- | ||
| | ||
| The following language lines contain all form specific content, listed | ||
| per page. | ||
| | ||
*/ | ||
|
||
// Orders pages | ||
'orders' => [ | ||
|
||
'create' => [ | ||
'order_name' => 'Name der Bestellung', | ||
'deadline' => 'Laufzeit bis', | ||
'time' => 'Uhr', | ||
'max_orders' => 'Mitbesteller', | ||
'minimum_order_value' => 'Mindestbestellwert', | ||
'delivery_service' => 'Lieferdienst', | ||
'site_link' => 'Speisekarte', | ||
'submit' => 'Bestellung erstellen', | ||
], | ||
|
||
'participate' => [ | ||
'name' => 'Menü Name', | ||
'number' => 'Anzahl', | ||
'price' => 'Gesamt Preis (in '.config('app.currency').')', | ||
'comment' => 'Kommentar', | ||
'submit' => 'Menü bestellen' | ||
], | ||
], | ||
|
||
// Management pages | ||
'manage' => [ | ||
'edit' => [ | ||
'order_name' => 'Name der Bestellung', | ||
'deadline' => 'Laufzeit bis', | ||
'time' => 'Uhr', | ||
'max_orders' => 'Mitbesteller', | ||
'minimum_order_value' => 'Mindestbestellwert', | ||
'delivery_service' => 'Lieferdienst', | ||
'site_link' => 'Speisekarte', | ||
|
||
'order_name' => 'Menü Name', | ||
'number' => 'Anzahl', | ||
'price' => 'Gesamt Preis (in '.config('app.currency').')', | ||
'comment' => 'Kommentar', | ||
|
||
'submit' => 'Änderungen Speichern' | ||
] | ||
], | ||
|
||
// Profile page | ||
'profile' => [ | ||
'headline' => 'Profil bearbeiten', | ||
'username' => 'Username', | ||
'firstname' => 'Name', | ||
'surname' => 'Nachname', | ||
'email' => 'E-Mail', | ||
'password' => 'Passwort', | ||
'confirm_password' => 'Passwort bestätigen', | ||
'about_me' => 'Über mich', | ||
'avatar' => [ | ||
'label' => 'Wähle ein Bild', | ||
'helper' => 'Bitte wähle ein gültiges Bild aus. Es sollte nicht größer als 2MB sein.' | ||
], | ||
'reset_avatar' => 'Bild zurücksetzten', | ||
'submit' => 'Profil aktualisieren' | ||
] | ||
]; |
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 |
---|---|---|
|
@@ -13,7 +13,7 @@ | |
| | ||
*/ | ||
|
||
'previous' => '« Zurück', | ||
'next' => 'Weiter »', | ||
'previous' => '« Zurück', | ||
'next' => 'Weiter »', | ||
|
||
]; |
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
Oops, something went wrong.