siftlode/frontend/src/i18n/locales/en/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
207 B
JSON

{
"primary": "Primary navigation",
"collapse": "Collapse sidebar",
"expand": "Expand sidebar",
"adminSection": "Admin",
"role": {
"admin": "Admin",
"user": "User",
"demo": "Demo"
}
}