diff --git a/lang/de/common.php b/lang/de/common.php new file mode 100644 index 0000000..ab78bc4 --- /dev/null +++ b/lang/de/common.php @@ -0,0 +1,24 @@ + 'Dashboard', + 'Name' => 'Name', + 'Email' => 'Email', + 'Password' => 'Passwort', + 'You\'re logged in!' => 'Du bist angemeldet!', + 'Confirm' => 'Bestätigen', + 'Email Password Reset Link' => 'Email Passwort-Reset Link', + 'Forgot your password? No problem. Just let us know your email address and we will email you a password reset link that will allow you to choose a new one.' => 'Passwort vergessen? Kein Problem. Teilen Sie uns einfach Ihre E-Mail-Adresse mit und wir senden Ihnen per E-Mail einen Link zum Zurücksetzen Ihres Passworts, mit dem Sie ein neues Passwort auswählen können.', + +]; diff --git a/lang/de/customer.php b/lang/de/customer.php new file mode 100644 index 0000000..133bd84 --- /dev/null +++ b/lang/de/customer.php @@ -0,0 +1,22 @@ + 'Kunden', + 'Add new customer' => 'Neuer Kunde', + 'Add new customer by clicking add' => 'Neuen Kunde 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.' + +]; diff --git a/lang/de/form.php b/lang/de/form.php new file mode 100644 index 0000000..fdf8f67 --- /dev/null +++ b/lang/de/form.php @@ -0,0 +1,22 @@ + 'Anlegen', + 'Edit' => 'Bearbeiten', + 'Delete' => 'Löschen', + 'Save' => 'Speichern', + 'SaveAndContinue' => 'Speichern und Weiter', + 'Saved' => 'Gespeichert', + 'Cancel' => 'Abbrechen', + +]; diff --git a/lang/de/passwords.php b/lang/de/passwords.php index 5d67b8d..af56e3e 100644 --- a/lang/de/passwords.php +++ b/lang/de/passwords.php @@ -18,5 +18,10 @@ return [ 'throttled' => 'Bitte warten Sie, bevor Sie es erneut versuchen.', 'token' => 'Dieses Passwort-Zurücksetzen-Token ist ungültig.', 'user' => 'Wir können keinen Benutzer mit dieser E-Mail-Adresse finden.', + 'Update Password' => 'Passwort aktualisieren', + 'Ensure your account is using a long, random password to stay secure.' => 'Stellen Sie sicher, dass Ihr Konto ein langes, zufälliges Passwort verwendet, um die Sicherheit zu gewährleisten.', + 'Current Password' => 'Aktuelles Passwort', + 'New Password' => 'Neues Passwort', + 'Confirm Password' => 'Passwort bestätigen', ]; diff --git a/lang/de/user.php b/lang/de/user.php new file mode 100644 index 0000000..475a3fb --- /dev/null +++ b/lang/de/user.php @@ -0,0 +1,28 @@ + 'Profil', + 'Profile Information' => 'Profil Information', + 'Log in' => 'Anmelden', + 'Log Out' => 'Abmelden', + 'Update your account\'s profile information and email address.' => 'Aktualisiere die Informationen und E-Mail Adresse Deines Account.', + 'Delete Account' => 'Zugang löschen', + 'Are you sure you want to delete your account?' => 'Sicher dass der Zugang gelöscht werden soll?', + 'Once your account is deleted, all of its resources and data will be permanently deleted. Please enter your password to confirm you would like to permanently delete your account.' => 'Sobald Ihr Konto gelöscht wird, werden alle seine Ressourcen und Daten dauerhaft gelöscht. Bitte geben Sie Ihr Passwort ein, um zu bestätigen, dass Sie Ihr Konto dauerhaft löschen möchten.', + 'Once your account is deleted, all of its resources and data will be permanently deleted. Before deleting your account, please download any data or information that you wish to retain.' => 'Sobald Ihr Konto gelöscht wird, werden alle seine Ressourcen und Daten dauerhaft gelöscht. Bevor Sie Ihr Konto löschen, laden Sie bitte alle Daten oder Informationen herunter, die Sie behalten möchten.', + 'Remember Me' => 'Erinnere dich an mich', + 'Already registered?' => 'Bereits registriert?', + 'Register' => 'Registrieren', + 'Forgot your password?' => 'Passwort vergessen?', + +]; diff --git a/resources/views/auth/confirm-password.blade.php b/resources/views/auth/confirm-password.blade.php index 3cbbe08..f48ef97 100644 --- a/resources/views/auth/confirm-password.blade.php +++ b/resources/views/auth/confirm-password.blade.php @@ -8,7 +8,7 @@
- + - {{ __('Confirm') }} + {{ __('common.Confirm') }}
diff --git a/resources/views/auth/forgot-password.blade.php b/resources/views/auth/forgot-password.blade.php index 3c70788..ff903d8 100644 --- a/resources/views/auth/forgot-password.blade.php +++ b/resources/views/auth/forgot-password.blade.php @@ -1,6 +1,6 @@
- {{ __('Forgot your password? No problem. Just let us know your email address and we will email you a password reset link that will allow you to choose a new one.') }} + {{ __('common.Forgot your password? No problem. Just let us know your email address and we will email you a password reset link that will allow you to choose a new one.') }}
@@ -11,14 +11,14 @@
- +
- {{ __('Email Password Reset Link') }} + {{ __('common.Email Password Reset Link') }}
diff --git a/resources/views/auth/login.blade.php b/resources/views/auth/login.blade.php index 80e1b39..7bf8d95 100644 --- a/resources/views/auth/login.blade.php +++ b/resources/views/auth/login.blade.php @@ -7,14 +7,14 @@
- +
- +
@if (Route::has('password.request')) - {{ __('Forgot your password?') }} + {{ __('user.Forgot your password?') }} @endif - {{ __('Log in') }} + {{ __('user.Log in') }}
diff --git a/resources/views/auth/register.blade.php b/resources/views/auth/register.blade.php index d4b3d58..8e9f612 100644 --- a/resources/views/auth/register.blade.php +++ b/resources/views/auth/register.blade.php @@ -4,21 +4,21 @@
- +
- +
- +
- + - {{ __('Already registered?') }} + {{ __('user.Already registered?') }} - {{ __('Register') }} + {{ __('user.Register') }}
diff --git a/resources/views/auth/reset-password.blade.php b/resources/views/auth/reset-password.blade.php index a6494cc..adde450 100644 --- a/resources/views/auth/reset-password.blade.php +++ b/resources/views/auth/reset-password.blade.php @@ -7,14 +7,14 @@
- +
- +
diff --git a/resources/views/dashboard.blade.php b/resources/views/dashboard.blade.php index 4024c64..4002e06 100644 --- a/resources/views/dashboard.blade.php +++ b/resources/views/dashboard.blade.php @@ -1,7 +1,7 @@

- {{ __('Dashboard') }} + {{ __('common.Dashboard') }}

@@ -9,7 +9,7 @@
- {{ __("You're logged in!") }} + {{ __("common.You're logged in!") }}
diff --git a/resources/views/layouts/navigation.blade.php b/resources/views/layouts/navigation.blade.php index c64bf64..e582c5f 100644 --- a/resources/views/layouts/navigation.blade.php +++ b/resources/views/layouts/navigation.blade.php @@ -13,9 +13,15 @@ + +
@@ -35,7 +41,7 @@ - {{ __('Profile') }} + {{ __('user.Profile') }} @@ -45,7 +51,7 @@ - {{ __('Log Out') }} + {{ __('user.Log Out') }} @@ -68,7 +74,7 @@