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

{
"primary": "Fő navigáció",
"collapse": "Oldalsáv összecsukása",
"expand": "Oldalsáv kinyitása",
"adminSection": "Admin",
"role": {
"admin": "Admin",
"user": "Felhasználó",
"demo": "Demó"
}
}