project-nomad/admin/inertia/locales/en/layout.json
LuisMIguelFurlanettoSousa 2d08533b7e feat(i18n): adicionar suporte a internacionalização com react-i18next
Implementa infraestrutura de i18n com suporte inicial a English e
Português (Brasil). Seletor de idioma em Settings > System > Preferences.

- Instala react-i18next e i18next
- Cria arquivos de tradução (en, pt-BR) para common, home, settings, layout
- Traduz layout (sidebar, header, footer), home e settings/system
- Persiste idioma via localStorage + KVStore (ui.language)
- DiskAlertBanner integrado com i18n

Closes #486
2026-03-23 11:16:01 -03:00

26 lines
617 B
JSON

{
"header": {
"commandCenter": "Command Center"
},
"nav": {
"backToHome": "Back to Home"
},
"footer": {
"version": "Project N.O.M.A.D. Command Center v{{version}}",
"debugInfo": "Debug Info"
},
"sidebar": {
"settings": "Settings",
"apps": "Apps",
"benchmark": "Benchmark",
"contentExplorer": "Content Explorer",
"contentManager": "Content Manager",
"mapsManager": "Maps Manager",
"serviceLogs": "Service Logs & Metrics",
"checkUpdates": "Check for Updates",
"system": "System",
"support": "Support the Project",
"legal": "Legal Notices"
}
}