Add neutral diagnostic framework for future reporting modules: - DiagnosticReporterInterface, Registry, Manager, PayloadSanitizer - Laravel exception hook in bootstrap/app.php - Module permission declarations (requires_permissions in module.json) - Core diagnostic report points (module boot/install/update failures) - Module documentation update (moduldoku.md) Co-Authored-By: Claude Opus 4.6 <noreply@anthropic.com>
31 lines
1.3 KiB
JSON
31 lines
1.3 KiB
JSON
{
|
|
"Email": "E-Mail",
|
|
"Password": "Passwort",
|
|
"Remember me": "Angemeldet bleiben",
|
|
"Log in": "Anmelden",
|
|
"Forgot your password?": "Passwort vergessen?",
|
|
"Confirm Password": "Passwort bestätigen",
|
|
"Reset Password": "Passwort zurücksetzen",
|
|
"Send Password Reset Link": "Link zum Zurücksetzen senden",
|
|
"Name": "Name",
|
|
"Register": "Registrieren",
|
|
"Already registered?": "Bereits registriert?",
|
|
"Confirm": "Bestätigen",
|
|
"This is a secure area of the application. Please confirm your password before continuing.": "Dies ist ein geschützter Bereich. Bitte bestätigen Sie Ihr Passwort, bevor Sie fortfahren.",
|
|
"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. Geben Sie Ihre E-Mail-Adresse ein und wir senden Ihnen einen Link zum Zurücksetzen.",
|
|
"Email Password Reset Link": "Link zum Zurücksetzen senden",
|
|
"January": "Januar",
|
|
"February": "Februar",
|
|
"March": "März",
|
|
"April": "April",
|
|
"May": "Mai",
|
|
"June": "Juni",
|
|
"July": "Juli",
|
|
"August": "August",
|
|
"September": "September",
|
|
"October": "Oktober",
|
|
"November": "November",
|
|
"December": "Dezember",
|
|
"Dashboard": "Übersicht",
|
|
"Profile": "Profil"
|
|
}
|