**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>
80 lines
1.9 KiB
JSON
80 lines
1.9 KiB
JSON
{
|
|
"appName": "Maternal",
|
|
"appDescription": "Asistente de Cuidado Infantil con IA",
|
|
"welcome": "Bienvenido",
|
|
"loading": "Cargando...",
|
|
"save": "Guardar",
|
|
"cancel": "Cancelar",
|
|
"delete": "Eliminar",
|
|
"edit": "Editar",
|
|
"add": "Agregar",
|
|
"close": "Cerrar",
|
|
"confirm": "Confirmar",
|
|
"back": "Atrás",
|
|
"next": "Siguiente",
|
|
"previous": "Anterior",
|
|
"finish": "Finalizar",
|
|
"search": "Buscar",
|
|
"filter": "Filtrar",
|
|
"sort": "Ordenar",
|
|
"refresh": "Actualizar",
|
|
"retry": "Reintentar",
|
|
"continue": "Continuar",
|
|
"submit": "Enviar",
|
|
"reset": "Restablecer",
|
|
"clear": "Limpiar",
|
|
"yes": "Sí",
|
|
"no": "No",
|
|
"ok": "OK",
|
|
"error": "Error",
|
|
"success": "Éxito",
|
|
"warning": "Advertencia",
|
|
"info": "Información",
|
|
"home": "Inicio",
|
|
"settings": "Configuración",
|
|
"profile": "Perfil",
|
|
"logout": "Cerrar sesión",
|
|
"login": "Iniciar sesión",
|
|
"signup": "Registrarse",
|
|
"email": "Correo electrónico",
|
|
"password": "Contraseña",
|
|
"name": "Nombre",
|
|
"date": "Fecha",
|
|
"time": "Hora",
|
|
"duration": "Duración",
|
|
"notes": "Notas",
|
|
"optional": "Opcional",
|
|
"required": "Obligatorio",
|
|
"units": {
|
|
"metric": "Métrico",
|
|
"imperial": "Imperial"
|
|
},
|
|
"measurements": {
|
|
"weight": "Peso",
|
|
"height": "Altura",
|
|
"temperature": "Temperatura",
|
|
"volume": "Volumen"
|
|
},
|
|
"navigation": {
|
|
"home": "Inicio",
|
|
"dashboard": "Panel",
|
|
"tracking": "Seguimiento",
|
|
"trackActivity": "Registrar Actividad",
|
|
"track": "Registrar",
|
|
"ai": "Asistente IA",
|
|
"aiChat": "Chat IA",
|
|
"family": "Familia",
|
|
"insights": "Análisis",
|
|
"children": "Niños",
|
|
"settings": "Configuración",
|
|
"logout": "Cerrar Sesión"
|
|
},
|
|
"connection": {
|
|
"syncActive": "Sincronización en tiempo real activa",
|
|
"syncDisconnected": "Sincronización en tiempo real desconectada",
|
|
"live": "En Vivo",
|
|
"offline": "Desconectado",
|
|
"familyMembersOnline": "{{count}} miembros de la familia en línea"
|
|
}
|
|
}
|