die tenant admin oauth authentifizierung wurde implementiert und funktioniert jetzt. Zudem wurde das marketing frontend dashboard implementiert.
This commit is contained in:
51
resources/js/admin/i18n/locales/de/settings.json
Normal file
51
resources/js/admin/i18n/locales/de/settings.json
Normal file
@@ -0,0 +1,51 @@
|
||||
{
|
||||
"profile": {
|
||||
"title": "Profil",
|
||||
"subtitle": "Verwalte deine Kontodaten und Zugangsdaten.",
|
||||
"sections": {
|
||||
"account": {
|
||||
"heading": "Account-Informationen",
|
||||
"description": "Passe Anzeigename, E-Mail-Adresse und Sprache der Admin-Oberfläche an."
|
||||
},
|
||||
"password": {
|
||||
"heading": "Passwort ändern",
|
||||
"description": "Wähle ein sicheres Passwort, um deinen Admin-Zugang zu schützen.",
|
||||
"hint": "Nutze mindestens 8 Zeichen und kombiniere Buchstaben sowie Zahlen für mehr Sicherheit."
|
||||
}
|
||||
},
|
||||
"fields": {
|
||||
"name": "Anzeigename",
|
||||
"email": "E-Mail-Adresse",
|
||||
"locale": "Bevorzugte Sprache",
|
||||
"currentPassword": "Aktuelles Passwort",
|
||||
"newPassword": "Neues Passwort",
|
||||
"passwordConfirmation": "Passwort bestätigen"
|
||||
},
|
||||
"placeholders": {
|
||||
"name": "z. B. Hochzeitsplanung Schmidt",
|
||||
"locale": "Systemsprache verwenden"
|
||||
},
|
||||
"locale": {
|
||||
"auto": "Automatisch"
|
||||
},
|
||||
"status": {
|
||||
"emailVerified": "E-Mail bestätigt",
|
||||
"emailNotVerified": "Bestätigung erforderlich",
|
||||
"verifiedHint": "Bestätigt am {{date}}.",
|
||||
"unverifiedHint": "Bei Änderung der E-Mail senden wir dir automatisch eine neue Bestätigung."
|
||||
},
|
||||
"actions": {
|
||||
"save": "Speichern",
|
||||
"updatePassword": "Passwort aktualisieren",
|
||||
"openProfile": "Profil bearbeiten"
|
||||
},
|
||||
"toasts": {
|
||||
"updated": "Profil wurde aktualisiert.",
|
||||
"passwordChanged": "Passwort wurde aktualisiert."
|
||||
},
|
||||
"errors": {
|
||||
"load": "Profil konnte nicht geladen werden.",
|
||||
"update": "Profil konnte nicht aktualisiert werden."
|
||||
}
|
||||
}
|
||||
}
|
||||
Reference in New Issue
Block a user