{ "title": "活动追踪", "trackActivity": "记录活动", "selectActivity": "选择要追踪的活动", "activities": { "feeding": "喂养", "sleep": "睡眠", "diaper": "尿布", "medicine": "药物", "activity": "活动" }, "feeding": { "title": "Feeding", "addFeeding": "Add Feeding", "type": "Feeding Type", "types": { "breast": "Breast", "bottle": "Bottle", "solid": "Solid Food" }, "side": "Side", "sides": { "left": "Left", "right": "Right", "both": "Both" }, "amount": "Amount", "duration": "Duration", "startTime": "Start Time", "endTime": "End Time", "notes": "Notes", "placeholders": { "amount": "Enter amount", "notes": "Add any notes about this feeding..." }, "units": { "ml": "ml", "oz": "oz", "minutes": "minutes" } }, "sleep": { "title": "Sleep", "addSleep": "Add Sleep", "startTime": "Sleep Start", "endTime": "Sleep End", "duration": "Duration", "quality": "Quality", "qualities": { "poor": "Poor", "fair": "Fair", "good": "Good", "excellent": "Excellent" }, "notes": "Notes", "placeholders": { "notes": "Add any notes about this sleep session..." } }, "diaper": { "title": "Diaper", "addDiaper": "Add Diaper Change", "type": "Type", "types": { "wet": "Wet", "dirty": "Dirty", "both": "Both", "dry": "Dry" }, "time": "Time", "notes": "Notes", "placeholders": { "notes": "Add any notes about this diaper change..." } }, "milestone": { "title": "Milestone", "addMilestone": "Add Milestone", "category": "Category", "categories": { "physical": "Physical", "cognitive": "Cognitive", "social": "Social", "language": "Language" }, "description": "Description", "date": "Date", "notes": "Notes", "placeholders": { "description": "Describe the milestone...", "notes": "Add any additional notes..." } }, "health": { "title": "Health", "addHealth": "Add Health Record", "type": "Type", "types": { "temperature": "Temperature", "medication": "Medication", "symptom": "Symptom", "doctor": "Doctor Visit" }, "temperature": "Temperature", "medication": "Medication", "dosage": "Dosage", "symptom": "Symptom", "severity": "Severity", "severities": { "mild": "Mild", "moderate": "Moderate", "severe": "Severe" }, "notes": "Notes", "placeholders": { "medication": "Medication name", "dosage": "Dosage amount", "symptom": "Describe symptom", "notes": "Add any notes..." }, "units": { "celsius": "°C", "fahrenheit": "°F" } }, "quickLog": "Quick Log", "viewHistory": "View History", "editEntry": "Edit Entry", "deleteEntry": "Delete Entry", "confirmDelete": "Are you sure you want to delete this entry?", "filterByType": "Filter by Type", "filterByChild": "Filter by Child", "sortByNewest": "Newest First", "sortByOldest": "Oldest First", "noEntries": "No entries yet", "addFirstEntry": "Add your first entry to start tracking" }