Fix auth translations and admin PWA UI

This commit is contained in:
Codex Agent
2026-01-16 12:14:53 +01:00
parent c533d43c0f
commit 8ac0220f5d
44 changed files with 2504 additions and 677 deletions

View File

@@ -72,6 +72,31 @@
"action": "Installieren",
"iosHint": "iOS: Teilen → Zum Home-Bildschirm."
},
"consent": {
"banner": {
"title": "Cookie-Einstellungen",
"body": "Wir verwenden notwendige Cookies für den Betrieb. Optionale Analyse-Cookies helfen uns, die App zu verbessern.",
"reject": "Ablehnen",
"customize": "Anpassen",
"accept": "Alle akzeptieren"
},
"modal": {
"title": "Cookie-Auswahl",
"description": "Wähle, welche Cookies du erlaubst. Du kannst das jederzeit ändern.",
"functional": "Notwendige Cookies",
"functional_desc": "Erforderlich für Kernfunktionen und Sicherheit.",
"required": "Erforderlich",
"analytics": "Analyse-Cookies",
"analytics_desc": "Helfen uns, die Nutzung zu verstehen und die Performance zu verbessern.",
"reject_all": "Alle ablehnen",
"accept_all": "Alle akzeptieren",
"cancel": "Abbrechen",
"save": "Auswahl speichern"
},
"accessibility": {
"banner_label": "Cookie-Hinweis"
}
},
"errors": {
"generic": "Etwas ist schiefgelaufen. Bitte versuche es erneut.",
"eventLimit": "Dein aktuelles Paket enthält kein freies Event-Kontingent mehr.",

View File

@@ -72,6 +72,31 @@
"action": "Install",
"iosHint": "On iOS: Share → Add to Home Screen."
},
"consent": {
"banner": {
"title": "Cookie preferences",
"body": "We use essential cookies to run the app. Optional analytics help us improve your experience.",
"reject": "Reject",
"customize": "Customize",
"accept": "Accept all"
},
"modal": {
"title": "Cookie settings",
"description": "Choose which cookies you allow. You can change this anytime.",
"functional": "Essential cookies",
"functional_desc": "Required for core features and security.",
"required": "Required",
"analytics": "Analytics cookies",
"analytics_desc": "Help us understand usage to improve performance.",
"reject_all": "Reject all",
"accept_all": "Accept all",
"cancel": "Cancel",
"save": "Save selection"
},
"accessibility": {
"banner_label": "Cookie consent"
}
},
"errors": {
"generic": "Something went wrong. Please try again.",
"eventLimit": "Your current package has no remaining event bundle.",