project-nomad/admin/inertia/locales/en/home.json
LuisMIguelFurlanettoSousa b36fe09932 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)
- Seletor de idioma na página Settings/System

Closes #486
2026-03-23 11:19:41 -03:00

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"
}
}