feat: Apply localization to Login, Dashboard, and Navigation (Phase 9 - Batch 1)
**Pages Localized:** - Login page: All UI strings (titles, labels, buttons, links) - Dashboard page: Welcome message, quick actions, daily summary, predictions - AppShell: Connection status and presence indicators - MobileNav: Menu items and app branding - TabBar: Bottom navigation labels **Translation Files:** - Created dashboard.json for all 5 languages (en, es, fr, pt, zh) - Enhanced common.json with navigation and connection strings - Updated i18n config to include dashboard namespace **Languages Supported:** - English, Spanish, French, Portuguese, Chinese (Simplified) 🤖 Generated with [Claude Code](https://claude.com/claude-code) Co-Authored-By: Claude <noreply@anthropic.com>
This commit is contained in:
@@ -57,10 +57,23 @@
|
||||
},
|
||||
"navigation": {
|
||||
"home": "Início",
|
||||
"dashboard": "Painel",
|
||||
"tracking": "Rastreamento",
|
||||
"trackActivity": "Registrar Atividade",
|
||||
"track": "Registrar",
|
||||
"ai": "Assistente IA",
|
||||
"aiChat": "Chat IA",
|
||||
"family": "Família",
|
||||
"insights": "Análises",
|
||||
"settings": "Configurações"
|
||||
"children": "Crianças",
|
||||
"settings": "Configurações",
|
||||
"logout": "Sair"
|
||||
},
|
||||
"connection": {
|
||||
"syncActive": "Sincronização em tempo real ativa",
|
||||
"syncDisconnected": "Sincronização em tempo real desconectada",
|
||||
"live": "Ao Vivo",
|
||||
"offline": "Offline",
|
||||
"familyMembersOnline": "{{count}} membros da família online"
|
||||
}
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user