- Glocke im Backoffice-Header (ungelesen-Zähler, letzte 10, alle gelesen), mobil einbindbar über variant="mobile". - /notifications mit Filter gelesen/ungelesen/Art, Öffnen markiert gelesen (nur relative Links), Pagination. - /account Abschnitt Benachrichtigungen: E-Mail-Opt-out je Typ, Notdienst Pflicht. - /settings/email (tenant:manage): Absendername, Antwortadresse, Empfänger Notdienst und Abrechnung; Validierung gegen Header-Injection, max. 20 Adressen, Audit. - Actions unter actions/notifications mit moduleGuard + guard; Navigation ergänzt. Co-Authored-By: Claude Opus 5 <noreply@anthropic.com>
16 lines
349 B
JSON
16 lines
349 B
JSON
{
|
|
"dashboard": "Dashboard",
|
|
"workOrders": "Work orders",
|
|
"imports": "Import",
|
|
"customers": "Customers",
|
|
"sites": "Sites",
|
|
"teams": "Teams",
|
|
"reports": "Reports",
|
|
"documents": "Documents",
|
|
"settings": "Settings",
|
|
"notifications": "Notifications",
|
|
"audit": "Audit log",
|
|
"email": "E-mail delivery",
|
|
"admin": "Admin console"
|
|
}
|