{ "title": "孩子", "subtitle": "管理您家庭的孩子档案", "addChild": "添加孩子", "addFirstChild": "添加第一个孩子", "editChild": "编辑孩子", "deleteChild": "删除孩子", "noChildren": "还没有添加孩子", "noChildrenSubtitle": "添加您的第一个孩子开始跟踪他们的活动", "age": "年龄", "gender": { "male": "男", "female": "女", "other": "其他" }, "dialog": { "name": "姓名", "birthDate": "出生日期", "gender": "性别", "photoUrl": "照片URL(可选)", "photoPlaceholder": "https://example.com/photo.jpg", "cancel": "取消", "add": "添加", "update": "更新", "saving": "保存中...", "delete": "删除", "deleting": "删除中...", "confirmDelete": "确认删除", "confirmDeleteMessage": "您确定要删除", "confirmDeleteWarning": "此操作无法撤销。所有相关数据将被永久删除。", "validation": { "nameRequired": "请输入姓名", "birthDateRequired": "请选择出生日期", "birthDateFuture": "出生日期不能是未来日期" } }, "errors": { "noFamily": "未找到家庭。请先完成入门设置。", "loadFailed": "加载孩子信息失败", "saveFailed": "保存孩子信息失败", "deleteFailed": "删除孩子失败", "noFamilyId": "未找到家庭ID" }, "ageFormat": { "year": "年", "years": "年", "month": "个月", "months": "个月" } }