Create routes and views for customers and their addresses.
This commit is contained in:
4
lang/de.json
Normal file
4
lang/de.json
Normal file
@@ -0,0 +1,4 @@
|
||||
{
|
||||
"(and :count more error)": "(und :count weiterer Fehler)",
|
||||
"(and :count more errors)": "(und :count weitere Fehler)"
|
||||
}
|
||||
@@ -16,6 +16,10 @@ return [
|
||||
'Name' => 'Name',
|
||||
'Email' => 'Email',
|
||||
'Password' => 'Passwort',
|
||||
'Phone' => 'Telefon',
|
||||
'Address' => 'Adresse',
|
||||
'Zip Code' => 'Postleitzahl',
|
||||
'City' => 'Stadt',
|
||||
'You\'re logged in!' => 'Du bist angemeldet!',
|
||||
'Confirm' => 'Bestätigen',
|
||||
'Email Password Reset Link' => 'Email Passwort-Reset Link',
|
||||
|
||||
@@ -13,10 +13,21 @@ return [
|
||||
|
||||
'Customers' => 'Kunden',
|
||||
'Add new customer' => 'Neuer Kunde',
|
||||
'Add new customer by clicking add' => 'Neuen Kunde erstellen',
|
||||
'Edit existing customer' => 'Bestehenden Kunden bearbeiten',
|
||||
'Add new customer by clicking add' => 'Durch Klick auf "Anlegen" neuen Kunden erstellen',
|
||||
'Existing customers' => 'Bestehende Kunden',
|
||||
'Create new customer' => 'Neuen Kunden anlegen',
|
||||
'New customer' => 'Neuer Kunde',
|
||||
'Enter your customer\'s information and email address.' => 'Gib die Informationen und die E-Mail-Adresse des Kunden ein.'
|
||||
'Enter your customer\'s information and email address.' => 'Gib die Informationen und die E-Mail-Adresse des Kunden ein.',
|
||||
'Invoice Address' => 'Rechnungsadresse',
|
||||
'Delivery Address' => 'Versandadresse',
|
||||
'Other Address' => 'Sonstige Adresse',
|
||||
'Invoice and Delivery Address' => 'Rechnungs- und Versandadresse',
|
||||
'Existing addresses' => 'Bestehende Adressen',
|
||||
'New address' => 'Neue Adresse',
|
||||
'Delete Address' => 'Adresse löschen',
|
||||
'Are you sure you want to delete the address?' => 'Sicher, dass die Adresse gelöscht werden soll?',
|
||||
'Once the address is deleted, all the ressources and data will be permanently deleted.' => 'Sobald die Adresse gelöscht wird, werden alle Ressourcen und Daten dauerhaft gelöscht.',
|
||||
'Enter your customer\'s address.' => 'Gib die Addresse des Kunden ein.',
|
||||
|
||||
];
|
||||
|
||||
Reference in New Issue
Block a user