siftlode/frontend/src/i18n/locales/de/nav.json
npeter83 b59208e006 feat(nav): admin section label + role chip beside the user name
- A clearer 'Admin' section header (thicker centred rule when collapsed) above the
  admin-only modules (Scheduler/Configuration/Users), replacing the faint hairline.
- A small role chip (admin/user/demo) next to the account name — an avatar-corner dot
  when the rail is collapsed.
2026-07-01 22:50:59 +02:00

11 lines
224 B
JSON

{
"primary": "Hauptnavigation",
"collapse": "Seitenleiste einklappen",
"expand": "Seitenleiste ausklappen",
"adminSection": "Admin",
"role": {
"admin": "Admin",
"user": "Benutzer",
"demo": "Demo"
}
}