- Updated all Spanish (es) translation files with comprehensive translations for tracking, AI, family, insights, children, and settings pages - Updated French (fr), Portuguese (pt), and Chinese (zh) translations to match English structure - Added German (de) and Italian (it) language support with complete translation files - Fixed medicine tracker route from /track/medication to /track/medicine - Updated i18n config to support 7 languages: en, es, fr, pt, zh, de, it - All tracking pages now fully localized: sleep, feeding, diaper, medicine, activity - AI assistant interface fully translated with thinking messages and suggested questions - Family management and insights pages now support all languages 🤖 Generated with [Claude Code](https://claude.com/claude-code) Co-Authored-By: Claude <noreply@anthropic.com>
99 lines
3.2 KiB
JSON
99 lines
3.2 KiB
JSON
{
|
|
"welcome": {
|
|
"title": "Bienvenido a Maternal",
|
|
"subtitle": "Tu asistente de cuidado infantil impulsado por IA",
|
|
"description": "Rastrea actividades, obtén perspectivas impulsadas por IA y coordínate con tu familia, todo en un solo lugar.",
|
|
"getStarted": "Comenzar",
|
|
"skip": "Omitir"
|
|
},
|
|
"language": {
|
|
"title": "Elige tu Idioma",
|
|
"subtitle": "Selecciona tu idioma preferido",
|
|
"description": "Puedes cambiar esto más tarde en configuración"
|
|
},
|
|
"measurements": {
|
|
"title": "Unidades de Medida",
|
|
"subtitle": "Elige tu sistema de unidades preferido",
|
|
"description": "Selecciona el sistema de medidas con el que te sientes más cómodo. Puedes cambiar esto más tarde en configuración.",
|
|
"metric": {
|
|
"title": "Métrico",
|
|
"description": "Kilogramos, centímetros, Celsius, mililitros"
|
|
},
|
|
"imperial": {
|
|
"title": "Imperial",
|
|
"description": "Libras, pulgadas, Fahrenheit, onzas"
|
|
}
|
|
},
|
|
"profile": {
|
|
"title": "Crea tu Perfil",
|
|
"subtitle": "Cuéntanos sobre ti",
|
|
"name": "Tu Nombre",
|
|
"email": "Dirección de Correo",
|
|
"password": "Contraseña",
|
|
"confirmPassword": "Confirmar Contraseña",
|
|
"relation": "Relación con el Niño",
|
|
"relations": {
|
|
"mother": "Madre",
|
|
"father": "Padre",
|
|
"guardian": "Tutor",
|
|
"caregiver": "Cuidador",
|
|
"other": "Otro"
|
|
}
|
|
},
|
|
"child": {
|
|
"title": "Agrega tu Niño",
|
|
"subtitle": "Comencemos con tu primer niño",
|
|
"name": "Nombre del Niño",
|
|
"dateOfBirth": "Fecha de Nacimiento",
|
|
"gender": "Género",
|
|
"genders": {
|
|
"male": "Masculino",
|
|
"female": "Femenino",
|
|
"other": "Otro",
|
|
"preferNotToSay": "Prefiero no decir"
|
|
},
|
|
"weight": "Peso Actual",
|
|
"height": "Altura Actual",
|
|
"addAnother": "Agregar Otro Niño",
|
|
"skipForNow": "Omitir por Ahora"
|
|
},
|
|
"family": {
|
|
"title": "Invitar Miembros de la Familia",
|
|
"subtitle": "Coordínate con tu familia",
|
|
"description": "Invita a miembros de la familia para ver y rastrear actividades juntos. Recibirán una invitación por correo.",
|
|
"email": "Correo del Miembro de la Familia",
|
|
"role": "Rol",
|
|
"roles": {
|
|
"parent": "Padre/Madre",
|
|
"caregiver": "Cuidador",
|
|
"viewer": "Observador"
|
|
},
|
|
"addMember": "Agregar Miembro",
|
|
"inviteLater": "Invitaré Más Tarde"
|
|
},
|
|
"notifications": {
|
|
"title": "Habilitar Notificaciones",
|
|
"subtitle": "Mantente informado",
|
|
"description": "Recibe recordatorios para alimentaciones, horarios de sueño e hitos importantes.",
|
|
"push": "Notificaciones Push",
|
|
"email": "Notificaciones por Correo",
|
|
"enable": "Habilitar Notificaciones",
|
|
"skipForNow": "Omitir por Ahora"
|
|
},
|
|
"complete": {
|
|
"title": "¡Todo Listo!",
|
|
"subtitle": "Estás listo para comenzar a rastrear",
|
|
"description": "Comienza a rastrear las actividades de tu niño y obtén perspectivas personalizadas impulsadas por IA.",
|
|
"startTracking": "Comenzar Seguimiento",
|
|
"exploreDashboard": "Explorar Panel de Control"
|
|
},
|
|
"navigation": {
|
|
"next": "Siguiente",
|
|
"back": "Atrás",
|
|
"skip": "Omitir",
|
|
"finish": "Finalizar"
|
|
},
|
|
"progress": {
|
|
"step": "Paso {{current}} de {{total}}"
|
|
}
|
|
} |