project-nomad/admin/inertia/locales/en/common.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

30 lines
1.4 KiB
JSON

{
"buttons": {
"save": "Save",
"cancel": "Cancel",
"confirm": "Confirm",
"goToSettings": "Go to Settings",
"reinstall": "Reinstall"
},
"alerts": {
"updateAvailable": "An update is available for Project N.O.M.A.D.!",
"diskWarningTitle": "Disk Space Running Low",
"diskCriticalTitle": "Disk Space Critically Low",
"diskMessage": "Disk \"{{diskName}}\" is {{usage}}% full. Free up space to avoid issues with downloads and services.",
"highMemoryTitle": "Very High Memory Usage Detected",
"highMemoryMessage": "System memory usage exceeds 90%. Performance degradation may occur.",
"gpuNotAccessibleTitle": "GPU Not Accessible to AI Assistant",
"gpuNotAccessibleMessage": "Your system has an NVIDIA GPU, but the AI Assistant can't access it. AI is running on CPU only, which is significantly slower.",
"fixReinstallAI": "Fix: Reinstall AI Assistant",
"reinstallAIConfirmTitle": "Reinstall AI Assistant?",
"reinstallAIConfirmMessage": "This will recreate the AI Assistant container with GPU support enabled. Your downloaded models will be preserved. The service will be briefly unavailable during reinstall.",
"reinstallSuccess": "AI Assistant is being reinstalled with GPU support. This page will reload shortly.",
"reinstallFailed": "Failed to reinstall: {{error}}"
},
"language": {
"label": "Language",
"en": "English",
"pt-BR": "Português (Brasil)"
}
}