- 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": "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": "Escolha Seu Idioma",
|
|
"subtitle": "Selecione seu idioma preferido",
|
|
"description": "Você pode alterar isso mais tarde nas configurações"
|
|
},
|
|
"measurements": {
|
|
"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": "Métrico",
|
|
"description": "Quilogramas, centímetros, Celsius, mililitros"
|
|
},
|
|
"imperial": {
|
|
"title": "Imperial",
|
|
"description": "Libras, polegadas, Fahrenheit, onças"
|
|
}
|
|
},
|
|
"profile": {
|
|
"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": "Mãe",
|
|
"father": "Pai",
|
|
"guardian": "Responsável",
|
|
"caregiver": "Cuidador",
|
|
"other": "Outro"
|
|
}
|
|
},
|
|
"child": {
|
|
"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": "Masculino",
|
|
"female": "Feminino",
|
|
"other": "Outro",
|
|
"preferNotToSay": "Prefiro não dizer"
|
|
},
|
|
"weight": "Peso Atual",
|
|
"height": "Altura Atual",
|
|
"addAnother": "Adicionar Outra Criança",
|
|
"skipForNow": "Pular por Agora"
|
|
},
|
|
"family": {
|
|
"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": "Pai/Mãe",
|
|
"caregiver": "Cuidador",
|
|
"viewer": "Visualizador"
|
|
},
|
|
"addMember": "Adicionar Membro",
|
|
"inviteLater": "Convidarei Mais Tarde"
|
|
},
|
|
"notifications": {
|
|
"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": "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": "Próximo",
|
|
"back": "Voltar",
|
|
"skip": "Pular",
|
|
"finish": "Finalizar"
|
|
},
|
|
"progress": {
|
|
"step": "Passo {{current}} de {{total}}"
|
|
}
|
|
} |