mirror of
https://github.com/Crosstalk-Solutions/project-nomad.git
synced 2026-04-08 09:46:15 +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
25 lines
694 B
JSON
25 lines
694 B
JSON
{
|
|
"title": "Central de Comando",
|
|
"easySetup": {
|
|
"label": "Configuração Rápida",
|
|
"description": "Não sabe por onde começar? Use o assistente de configuração para configurar seu N.O.M.A.D. rapidamente!",
|
|
"badge": "Comece aqui!"
|
|
},
|
|
"installApps": {
|
|
"label": "Instalar Apps",
|
|
"description": "Não encontra seu app favorito? Instale aqui!"
|
|
},
|
|
"docs": {
|
|
"label": "Documentação",
|
|
"description": "Leia os manuais e guias do Project N.O.M.A.D."
|
|
},
|
|
"settingsCard": {
|
|
"label": "Configurações",
|
|
"description": "Configure as opções do seu N.O.M.A.D."
|
|
},
|
|
"maps": {
|
|
"label": "Mapas",
|
|
"description": "Visualizar mapas offline"
|
|
}
|
|
}
|