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:
2025-10-03 11:17:47 +00:00
parent de691525fb
commit acadfe7905
16 changed files with 289 additions and 54 deletions

View File

@@ -57,10 +57,23 @@
},
"navigation": {
"home": "Accueil",
"dashboard": "Tableau de bord",
"tracking": "Suivi",
"trackActivity": "Enregistrer l'Activité",
"track": "Enregistrer",
"ai": "Assistant IA",
"aiChat": "Chat IA",
"family": "Famille",
"insights": "Analyses",
"settings": "Paramètres"
"children": "Enfants",
"settings": "Paramètres",
"logout": "Déconnexion"
},
"connection": {
"syncActive": "Synchronisation en temps réel active",
"syncDisconnected": "Synchronisation en temps réel déconnectée",
"live": "En Direct",
"offline": "Hors Ligne",
"familyMembersOnline": "{{count}} membres de la famille en ligne"
}
}