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": "Bem-vindo ao Maternal",
|
||||
"subtitle": "Seu assistente de cuidados infantis alimentado por IA",
|
||||
"description": "Acompanhe atividades, obtenha insights alimentados por IA e coordene com sua família, tudo em um só lugar.",
|
||||
"getStarted": "Começar",
|
||||
"skip": "Pular"
|
||||
},
|
||||
"language": {
|
||||
"title": "Choose Your Language",
|
||||
"subtitle": "Select your preferred language",
|
||||
"description": "You can change this later in settings"
|
||||
"title": "Escolha Seu Idioma",
|
||||
"subtitle": "Selecione seu idioma preferido",
|
||||
"description": "Você pode alterar isso mais tarde nas configurações"
|
||||
},
|
||||
"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": "Escolha seu sistema de unidades preferido",
|
||||
"description": "Selecione o sistema de medidas com o qual você se sente mais confortável. Você pode alterar isso mais tarde nas configurações.",
|
||||
"metric": {
|
||||
"title": "Metric",
|
||||
"description": "Kilograms, centimeters, Celsius, milliliters"
|
||||
"title": "Métrico",
|
||||
"description": "Quilogramas, centímetros, Celsius, mililitros"
|
||||
},
|
||||
"imperial": {
|
||||
"title": "Imperial",
|
||||
"description": "Pounds, inches, Fahrenheit, ounces"
|
||||
"description": "Libras, polegadas, Fahrenheit, onças"
|
||||
}
|
||||
},
|
||||
"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": "Crie Seu Perfil",
|
||||
"subtitle": "Conte-nos sobre você",
|
||||
"name": "Seu Nome",
|
||||
"email": "Endereço de E-mail",
|
||||
"password": "Senha",
|
||||
"confirmPassword": "Confirmar Senha",
|
||||
"relation": "Relação com a Criança",
|
||||
"relations": {
|
||||
"mother": "Mother",
|
||||
"father": "Father",
|
||||
"guardian": "Guardian",
|
||||
"caregiver": "Caregiver",
|
||||
"other": "Other"
|
||||
"mother": "Mãe",
|
||||
"father": "Pai",
|
||||
"guardian": "Responsável",
|
||||
"caregiver": "Cuidador",
|
||||
"other": "Outro"
|
||||
}
|
||||
},
|
||||
"child": {
|
||||
"title": "Add Your Child",
|
||||
"subtitle": "Let's start with your first child",
|
||||
"name": "Child's Name",
|
||||
"dateOfBirth": "Date of Birth",
|
||||
"gender": "Gender",
|
||||
"title": "Adicione Sua Criança",
|
||||
"subtitle": "Vamos começar com sua primeira criança",
|
||||
"name": "Nome da Criança",
|
||||
"dateOfBirth": "Data de Nascimento",
|
||||
"gender": "Gênero",
|
||||
"genders": {
|
||||
"male": "Male",
|
||||
"female": "Female",
|
||||
"other": "Other",
|
||||
"preferNotToSay": "Prefer not to say"
|
||||
"male": "Masculino",
|
||||
"female": "Feminino",
|
||||
"other": "Outro",
|
||||
"preferNotToSay": "Prefiro não dizer"
|
||||
},
|
||||
"weight": "Current Weight",
|
||||
"height": "Current Height",
|
||||
"addAnother": "Add Another Child",
|
||||
"skipForNow": "Skip for Now"
|
||||
"weight": "Peso Atual",
|
||||
"height": "Altura Atual",
|
||||
"addAnother": "Adicionar Outra Criança",
|
||||
"skipForNow": "Pular por Agora"
|
||||
},
|
||||
"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": "Convidar Membros da Família",
|
||||
"subtitle": "Coordene com sua família",
|
||||
"description": "Convide membros da família para visualizar e acompanhar atividades juntos. Eles receberão um convite por e-mail.",
|
||||
"email": "E-mail do Membro da Família",
|
||||
"role": "Função",
|
||||
"roles": {
|
||||
"parent": "Parent",
|
||||
"caregiver": "Caregiver",
|
||||
"viewer": "Viewer"
|
||||
"parent": "Pai/Mãe",
|
||||
"caregiver": "Cuidador",
|
||||
"viewer": "Visualizador"
|
||||
},
|
||||
"addMember": "Add Member",
|
||||
"inviteLater": "I'll Invite Later"
|
||||
"addMember": "Adicionar Membro",
|
||||
"inviteLater": "Convidarei Mais 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": "Ativar Notificações",
|
||||
"subtitle": "Mantenha-se informado",
|
||||
"description": "Receba lembretes para alimentações, horários de sono e marcos importantes.",
|
||||
"push": "Notificações Push",
|
||||
"email": "Notificações por E-mail",
|
||||
"enable": "Ativar Notificações",
|
||||
"skipForNow": "Pular por Agora"
|
||||
},
|
||||
"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": "Tudo Pronto!",
|
||||
"subtitle": "Você está pronto para começar o acompanhamento",
|
||||
"description": "Comece a acompanhar as atividades do seu filho e obtenha insights personalizados alimentados por IA.",
|
||||
"startTracking": "Começar Acompanhamento",
|
||||
"exploreDashboard": "Explorar Painel"
|
||||
},
|
||||
"navigation": {
|
||||
"next": "Next",
|
||||
"back": "Back",
|
||||
"skip": "Skip",
|
||||
"finish": "Finish"
|
||||
"next": "Próximo",
|
||||
"back": "Voltar",
|
||||
"skip": "Pular",
|
||||
"finish": "Finalizar"
|
||||
},
|
||||
"progress": {
|
||||
"step": "Step {{current}} of {{total}}"
|
||||
"step": "Passo {{current}} de {{total}}"
|
||||
}
|
||||
}
|
||||
}
|
||||
Reference in New Issue
Block a user