{ "title": "Children", "subtitle": "Manage your family's children profiles", "addChild": "Add Child", "addFirstChild": "Add First Child", "editChild": "Edit Child", "deleteChild": "Delete Child", "noChildren": "No children added yet", "noChildrenSubtitle": "Add your first child to start tracking their activities", "age": "Age", "gender": { "male": "Male", "female": "Female", "other": "Other" }, "dialog": { "name": "Name", "birthDate": "Birth Date", "gender": "Gender", "photoUrl": "Photo URL (Optional)", "photoPlaceholder": "https://example.com/photo.jpg", "cancel": "Cancel", "add": "Add", "update": "Update", "saving": "Saving...", "delete": "Delete", "deleting": "Deleting...", "confirmDelete": "Confirm Delete", "confirmDeleteMessage": "Are you sure you want to delete", "confirmDeleteWarning": "This action cannot be undone. All associated data will be permanently removed.", "validation": { "nameRequired": "Please enter a name", "birthDateRequired": "Please select a birth date", "birthDateFuture": "Birth date cannot be in the future" } }, "errors": { "noFamily": "No family found. Please complete onboarding first.", "loadFailed": "Failed to load children", "saveFailed": "Failed to save child", "deleteFailed": "Failed to delete child", "noFamilyId": "No family ID found" }, "ageFormat": { "year": "year", "years": "years", "month": "month", "months": "months" } }