- 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>
79 lines
1.9 KiB
JSON
79 lines
1.9 KiB
JSON
{
|
|
"appName": "Maternal",
|
|
"appDescription": "Assistente de Cuidados Infantis Alimentado por IA",
|
|
"welcome": "Bem-vindo",
|
|
"loading": "Carregando...",
|
|
"save": "Salvar",
|
|
"cancel": "Cancelar",
|
|
"delete": "Excluir",
|
|
"edit": "Editar",
|
|
"add": "Adicionar",
|
|
"close": "Fechar",
|
|
"confirm": "Confirmar",
|
|
"back": "Voltar",
|
|
"next": "Próximo",
|
|
"previous": "Anterior",
|
|
"finish": "Finalizar",
|
|
"search": "Pesquisar",
|
|
"filter": "Filtrar",
|
|
"sort": "Ordenar",
|
|
"refresh": "Atualizar",
|
|
"retry": "Tentar Novamente",
|
|
"continue": "Continuar",
|
|
"submit": "Enviar",
|
|
"reset": "Redefinir",
|
|
"clear": "Limpar",
|
|
"yes": "Sim",
|
|
"no": "Não",
|
|
"ok": "OK",
|
|
"error": "Erro",
|
|
"success": "Sucesso",
|
|
"warning": "Aviso",
|
|
"info": "Informação",
|
|
"home": "Início",
|
|
"settings": "Configurações",
|
|
"profile": "Perfil",
|
|
"logout": "Sair",
|
|
"login": "Entrar",
|
|
"signup": "Cadastrar",
|
|
"email": "E-mail",
|
|
"password": "Senha",
|
|
"name": "Nome",
|
|
"date": "Data",
|
|
"time": "Hora",
|
|
"duration": "Duração",
|
|
"notes": "Notas",
|
|
"optional": "Opcional",
|
|
"required": "Obrigatório",
|
|
"units": {
|
|
"metric": "Métrico",
|
|
"imperial": "Imperial"
|
|
},
|
|
"measurements": {
|
|
"weight": "Peso",
|
|
"height": "Altura",
|
|
"temperature": "Temperatura",
|
|
"volume": "Volume"
|
|
},
|
|
"navigation": {
|
|
"home": "Início",
|
|
"dashboard": "Painel",
|
|
"tracking": "Acompanhamento",
|
|
"trackActivity": "Acompanhar Atividade",
|
|
"track": "Acompanhar",
|
|
"ai": "Assistente IA",
|
|
"aiChat": "Chat IA",
|
|
"family": "Família",
|
|
"insights": "Insights",
|
|
"children": "Crianças",
|
|
"settings": "Configurações",
|
|
"logout": "Sair"
|
|
},
|
|
"connection": {
|
|
"syncActive": "Sincronização em tempo real ativa",
|
|
"syncDisconnected": "Sincronização em tempo real desconectada",
|
|
"live": "Ao Vivo",
|
|
"offline": "Offline",
|
|
"familyMembersOnline": "{{count}} membros da família online"
|
|
}
|
|
} |