diff --git a/lang/de/common.php b/lang/de/common.php index 00d5a59..bf3b15d 100644 --- a/lang/de/common.php +++ b/lang/de/common.php @@ -13,6 +13,9 @@ return [ */ 'Dashboard' => 'Dashboard', + 'Is active' => 'Aktiv', + 'Yes' => 'Ja', + 'No' => 'Nein', 'Name' => 'Name', 'Email' => 'Email', 'Password' => 'Passwort', @@ -20,6 +23,7 @@ return [ 'Address' => 'Adresse', 'Zip Code' => 'Postleitzahl', 'City' => 'Stadt', + 'Created at' => 'Erstellt am', 'You\'re logged in!' => 'Du bist angemeldet!', 'Confirm' => 'Bestätigen', 'Email Password Reset Link' => 'Email Passwort-Reset Link', diff --git a/resources/views/customer/index.blade.php b/resources/views/customer/index.blade.php index 9549fa7..4ff657e 100644 --- a/resources/views/customer/index.blade.php +++ b/resources/views/customer/index.blade.php @@ -36,9 +36,9 @@ - Name - Email - Erstellt am + {{ __('common.Name') }} + {{ __('common.Email') }} + {{ __('common.Created at') }}