feat: Complete Spanish, French, Portuguese, Chinese localization and add German/Italian support
- 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>
This commit is contained in:
@@ -1,99 +1,99 @@
|
||||
{
|
||||
"welcome": {
|
||||
"title": "Welcome to Maternal",
|
||||
"subtitle": "Your AI-powered child care assistant",
|
||||
"description": "Track activities, get AI-powered insights, and coordinate with your family—all in one place.",
|
||||
"getStarted": "Get Started",
|
||||
"skip": "Skip"
|
||||
"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": "Choose Your Language",
|
||||
"subtitle": "Select your preferred language",
|
||||
"description": "You can change this later in settings"
|
||||
"title": "Elige tu Idioma",
|
||||
"subtitle": "Selecciona tu idioma preferido",
|
||||
"description": "Puedes cambiar esto más tarde en configuración"
|
||||
},
|
||||
"measurements": {
|
||||
"title": "Measurement Units",
|
||||
"subtitle": "Choose your preferred unit system",
|
||||
"description": "Select the measurement system you're most comfortable with. You can change this later in settings.",
|
||||
"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": "Metric",
|
||||
"description": "Kilograms, centimeters, Celsius, milliliters"
|
||||
"title": "Métrico",
|
||||
"description": "Kilogramos, centímetros, Celsius, mililitros"
|
||||
},
|
||||
"imperial": {
|
||||
"title": "Imperial",
|
||||
"description": "Pounds, inches, Fahrenheit, ounces"
|
||||
"description": "Libras, pulgadas, Fahrenheit, onzas"
|
||||
}
|
||||
},
|
||||
"profile": {
|
||||
"title": "Create Your Profile",
|
||||
"subtitle": "Tell us about yourself",
|
||||
"name": "Your Name",
|
||||
"email": "Email Address",
|
||||
"password": "Password",
|
||||
"confirmPassword": "Confirm Password",
|
||||
"relation": "Relation to Child",
|
||||
"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": "Mother",
|
||||
"father": "Father",
|
||||
"guardian": "Guardian",
|
||||
"caregiver": "Caregiver",
|
||||
"other": "Other"
|
||||
"mother": "Madre",
|
||||
"father": "Padre",
|
||||
"guardian": "Tutor",
|
||||
"caregiver": "Cuidador",
|
||||
"other": "Otro"
|
||||
}
|
||||
},
|
||||
"child": {
|
||||
"title": "Add Your Child",
|
||||
"subtitle": "Let's start with your first child",
|
||||
"name": "Child's Name",
|
||||
"dateOfBirth": "Date of Birth",
|
||||
"gender": "Gender",
|
||||
"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": "Male",
|
||||
"female": "Female",
|
||||
"other": "Other",
|
||||
"preferNotToSay": "Prefer not to say"
|
||||
"male": "Masculino",
|
||||
"female": "Femenino",
|
||||
"other": "Otro",
|
||||
"preferNotToSay": "Prefiero no decir"
|
||||
},
|
||||
"weight": "Current Weight",
|
||||
"height": "Current Height",
|
||||
"addAnother": "Add Another Child",
|
||||
"skipForNow": "Skip for Now"
|
||||
"weight": "Peso Actual",
|
||||
"height": "Altura Actual",
|
||||
"addAnother": "Agregar Otro Niño",
|
||||
"skipForNow": "Omitir por Ahora"
|
||||
},
|
||||
"family": {
|
||||
"title": "Invite Family Members",
|
||||
"subtitle": "Coordinate with your family",
|
||||
"description": "Invite family members to view and track activities together. They'll receive an email invitation.",
|
||||
"email": "Family Member's Email",
|
||||
"role": "Role",
|
||||
"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": "Parent",
|
||||
"caregiver": "Caregiver",
|
||||
"viewer": "Viewer"
|
||||
"parent": "Padre/Madre",
|
||||
"caregiver": "Cuidador",
|
||||
"viewer": "Observador"
|
||||
},
|
||||
"addMember": "Add Member",
|
||||
"inviteLater": "I'll Invite Later"
|
||||
"addMember": "Agregar Miembro",
|
||||
"inviteLater": "Invitaré Más Tarde"
|
||||
},
|
||||
"notifications": {
|
||||
"title": "Enable Notifications",
|
||||
"subtitle": "Stay informed",
|
||||
"description": "Get reminders for feedings, sleep times, and important milestones.",
|
||||
"push": "Push Notifications",
|
||||
"email": "Email Notifications",
|
||||
"enable": "Enable Notifications",
|
||||
"skipForNow": "Skip for Now"
|
||||
"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": "All Set!",
|
||||
"subtitle": "You're ready to start tracking",
|
||||
"description": "Start tracking your child's activities and get personalized AI-powered insights.",
|
||||
"startTracking": "Start Tracking",
|
||||
"exploreDashboard": "Explore Dashboard"
|
||||
"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": "Next",
|
||||
"back": "Back",
|
||||
"skip": "Skip",
|
||||
"finish": "Finish"
|
||||
"next": "Siguiente",
|
||||
"back": "Atrás",
|
||||
"skip": "Omitir",
|
||||
"finish": "Finalizar"
|
||||
},
|
||||
"progress": {
|
||||
"step": "Step {{current}} of {{total}}"
|
||||
"step": "Paso {{current}} de {{total}}"
|
||||
}
|
||||
}
|
||||
}
|
||||
Reference in New Issue
Block a user