**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>
31 lines
1004 B
JSON
31 lines
1004 B
JSON
{
|
|
"welcomeBack": "Bienvenido de vuelta",
|
|
"welcomeBackWithName": "Bienvenido de vuelta, {{name}}!",
|
|
"subtitle": "Rastrea las actividades de tu hijo y obtén información impulsada por IA",
|
|
"quickActions": {
|
|
"title": "Acciones Rápidas",
|
|
"feeding": "Alimentación",
|
|
"sleep": "Sueño",
|
|
"diaper": "Pañal",
|
|
"medicine": "Medicina",
|
|
"activities": "Actividades",
|
|
"aiAssistant": "Asistente IA",
|
|
"navigateTo": "Navegar a {{action}}"
|
|
},
|
|
"summary": {
|
|
"title": "Resumen de Hoy",
|
|
"titleWithChild": "Resumen de Hoy - {{childName}}",
|
|
"feedings": "Alimentaciones",
|
|
"sleep": "Sueño",
|
|
"diapers": "Pañales",
|
|
"medications": "Medicamentos",
|
|
"noChild": "Agrega un niño para comenzar a rastrear",
|
|
"noActivities": "No hay actividades rastreadas hoy"
|
|
},
|
|
"predictions": {
|
|
"title": "Próxima Actividad Predicha",
|
|
"napTime": "Hora de siesta en {{minutes}} minutos",
|
|
"basedOnPatterns": "Basado en los patrones de sueño de tu hijo"
|
|
}
|
|
}
|