mirror of
https://github.com/Crosstalk-Solutions/project-nomad.git
synced 2026-04-02 06:49:26 +02:00
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
26 lines
617 B
JSON
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"
|
|
}
|
|
}
|