Files
maternal-app/maternal-web/locales/zh/family.json
Andrei 58c3a8d9d5
Some checks failed
CI/CD Pipeline / Lint and Test (push) Has been cancelled
CI/CD Pipeline / E2E Tests (push) Has been cancelled
CI/CD Pipeline / Build Application (push) Has been cancelled
feat: Complete Spanish, French, Portuguese, Chinese localization and add German/Italian support
- 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>
2025-10-03 15:03:02 +00:00

44 lines
1.4 KiB
JSON

{
"pageTitle": "家庭",
"pageSubtitle": "管理您的家庭成员并共享访问权限",
"buttons": {
"joinFamily": "加入家庭",
"inviteMember": "邀请成员",
"copyCode": "复制代码",
"inviteFirstMember": "邀请第一个成员"
},
"shareCode": {
"title": "家庭共享代码",
"description": "与家庭成员分享此代码,让他们访问您的家庭数据"
},
"members": {
"title": "家庭成员 ({{count}})",
"noMembers": "还没有家庭成员",
"noMembersDescription": "邀请家庭成员一起照顾孩子",
"youLabel": "您",
"removeAriaLabel": "将{{name}}从家庭中移除"
},
"roles": {
"parent": "父母",
"caregiver": "照顾者",
"viewer": "查看者"
},
"messages": {
"shareCodeCopied": "共享代码已复制到剪贴板!",
"shareCodeCopyFailed": "复制共享代码失败",
"invitationSent": "邀请发送成功!",
"joinedFamily": "成功加入家庭!",
"memberRemoved": "成员移除成功",
"noFamilyFound": "未找到家庭。请先完成入门设置。",
"failedToLoad": "加载家庭信息失败",
"noFamilyId": "未找到家庭ID",
"failedToInvite": "发送邀请失败",
"failedToJoin": "加入家庭失败",
"failedToRemove": "移除成员失败"
},
"placeholders": {
"unknownUser": "未知用户",
"noEmail": "无邮箱"
}
}