Create new translations and update existing views.
This commit is contained in:
28
lang/de/user.php
Normal file
28
lang/de/user.php
Normal file
@@ -0,0 +1,28 @@
|
||||
<?php
|
||||
|
||||
return [
|
||||
|
||||
/*
|
||||
|------------------------------------------------- -------------------------
|
||||
| Übersetzungen der Benutzerverwaltujng
|
||||
|------------------------------------------------- -------------------------
|
||||
|
|
||||
| Die folgenden Sprachzeilen werden für die Benutzerverwaltung verwendet.
|
||||
|
|
||||
*/
|
||||
|
||||
'Profile' => '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?',
|
||||
|
||||
];
|
||||
Reference in New Issue
Block a user