Files
maternal-app/maternal-web/locales/zh/onboarding.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

99 lines
2.9 KiB
JSON
Raw Blame History

This file contains ambiguous Unicode characters
This file contains Unicode characters that might be confused with other characters. If you think that this is intentional, you can safely ignore this warning. Use the Escape button to reveal them.
{
"welcome": {
"title": "欢迎来到Maternal",
"subtitle": "您的AI驱动儿童护理助手",
"description": "跟踪活动、获得AI驱动的洞察并与您的家人协调——一切尽在一处。",
"getStarted": "开始使用",
"skip": "跳过"
},
"language": {
"title": "选择您的语言",
"subtitle": "选择您的首选语言",
"description": "您可以稍后在设置中更改"
},
"measurements": {
"title": "测量单位",
"subtitle": "选择您的首选单位系统",
"description": "选择您最熟悉的测量系统。您可以稍后在设置中更改。",
"metric": {
"title": "公制",
"description": "千克、厘米、摄氏度、毫升"
},
"imperial": {
"title": "英制",
"description": "磅、英寸、华氏度、盎司"
}
},
"profile": {
"title": "创建您的档案",
"subtitle": "告诉我们关于您的信息",
"name": "您的姓名",
"email": "邮箱地址",
"password": "密码",
"confirmPassword": "确认密码",
"relation": "与孩子的关系",
"relations": {
"mother": "母亲",
"father": "父亲",
"guardian": "监护人",
"caregiver": "照顾者",
"other": "其他"
}
},
"child": {
"title": "添加您的孩子",
"subtitle": "让我们从您的第一个孩子开始",
"name": "孩子的姓名",
"dateOfBirth": "出生日期",
"gender": "性别",
"genders": {
"male": "男",
"female": "女",
"other": "其他",
"preferNotToSay": "不愿透露"
},
"weight": "当前体重",
"height": "当前身高",
"addAnother": "添加另一个孩子",
"skipForNow": "暂时跳过"
},
"family": {
"title": "邀请家庭成员",
"subtitle": "与您的家人协调",
"description": "邀请家庭成员一起查看和跟踪活动。他们将收到邮件邀请。",
"email": "家庭成员的邮箱",
"role": "角色",
"roles": {
"parent": "父母",
"caregiver": "照顾者",
"viewer": "查看者"
},
"addMember": "添加成员",
"inviteLater": "稍后邀请"
},
"notifications": {
"title": "启用通知",
"subtitle": "保持了解",
"description": "获取喂养、睡眠时间和重要里程碑的提醒。",
"push": "推送通知",
"email": "邮件通知",
"enable": "启用通知",
"skipForNow": "暂时跳过"
},
"complete": {
"title": "全部设置完成!",
"subtitle": "您已准备好开始跟踪",
"description": "开始跟踪您孩子的活动并获得个性化的AI驱动洞察。",
"startTracking": "开始跟踪",
"exploreDashboard": "探索仪表板"
},
"navigation": {
"next": "下一步",
"back": "返回",
"skip": "跳过",
"finish": "完成"
},
"progress": {
"step": "第{{current}}步,共{{total}}步"
}
}