mirror of
https://github.com/Crosstalk-Solutions/project-nomad.git
synced 2026-03-28 03:29:25 +01: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) - Seletor de idioma na página Settings/System Closes #486
25 lines
620 B
JSON
25 lines
620 B
JSON
{
|
|
"title": "Command Center",
|
|
"easySetup": {
|
|
"label": "Easy Setup",
|
|
"description": "Not sure where to start? Use the setup wizard to quickly configure your N.O.M.A.D.!",
|
|
"badge": "Start here!"
|
|
},
|
|
"installApps": {
|
|
"label": "Install Apps",
|
|
"description": "Not seeing your favorite app? Install it here!"
|
|
},
|
|
"docs": {
|
|
"label": "Docs",
|
|
"description": "Read Project N.O.M.A.D. manuals and guides"
|
|
},
|
|
"settingsCard": {
|
|
"label": "Settings",
|
|
"description": "Configure your N.O.M.A.D. settings"
|
|
},
|
|
"maps": {
|
|
"label": "Maps",
|
|
"description": "View offline maps"
|
|
}
|
|
}
|