- 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>
73 lines
1.9 KiB
JSON
73 lines
1.9 KiB
JSON
{
|
|
"title": "Approfondimenti e Analisi",
|
|
"subtitle": "Traccia i modelli e ottieni approfondimenti sulle attività del tuo bambino",
|
|
"filters": {
|
|
"child": "Bambino",
|
|
"dateRange": {
|
|
"7days": "7 Giorni",
|
|
"30days": "30 Giorni",
|
|
"3months": "3 Mesi"
|
|
}
|
|
},
|
|
"stats": {
|
|
"feedings": {
|
|
"title": "Alimentazioni",
|
|
"subtitle": "Conteggio totale"
|
|
},
|
|
"sleep": {
|
|
"title": "Sonno",
|
|
"subtitle": "Media al giorno"
|
|
},
|
|
"diapers": {
|
|
"title": "Pannolini",
|
|
"subtitle": "Cambi totali"
|
|
},
|
|
"topActivity": {
|
|
"title": "Attività Principale",
|
|
"subtitle": "Più frequente"
|
|
}
|
|
},
|
|
"charts": {
|
|
"feedingFrequency": "Frequenza Alimentazione",
|
|
"sleepDuration": "Durata Sonno (Ore)",
|
|
"diaperChangesByType": "Cambi Pannolino per Tipo",
|
|
"activityTimeline": "Timeline Attività",
|
|
"activityDistribution": "Distribuzione Attività",
|
|
"chartLabels": {
|
|
"feedings": "Alimentazioni",
|
|
"diapers": "Pannolini",
|
|
"sleepHours": "Sonno (ore)"
|
|
}
|
|
},
|
|
"recentActivities": {
|
|
"title": "Attività Recenti (Ultime 20)"
|
|
},
|
|
"emptyStates": {
|
|
"noChildren": {
|
|
"title": "Nessun Bambino Aggiunto",
|
|
"message": "Aggiungi un bambino per vedere approfondimenti e analisi",
|
|
"action": "Aggiungi Bambino"
|
|
},
|
|
"noActivities": "Nessuna attività trovata per l'intervallo di date selezionato. Inizia a tracciare attività per vedere gli approfondimenti!"
|
|
},
|
|
"errors": {
|
|
"loadChildren": "Caricamento bambini fallito",
|
|
"loadActivities": "Caricamento attività fallito"
|
|
},
|
|
"activityTypes": {
|
|
"feeding": "Alimentazione",
|
|
"sleep": "Sonno",
|
|
"diaper": "Pannolino",
|
|
"medication": "Farmaco",
|
|
"milestone": "Traguardo",
|
|
"note": "Nota",
|
|
"none": "Nessuno"
|
|
},
|
|
"diaperTypes": {
|
|
"wet": "Bagnato",
|
|
"dirty": "Sporco",
|
|
"both": "Entrambi",
|
|
"dry": "Asciutto",
|
|
"unknown": "Sconosciuto"
|
|
}
|
|
} |