Files
maternal-app/maternal-web/locales/zh/common.json
Andrei acadfe7905 feat: Apply localization to Login, Dashboard, and Navigation (Phase 9 - Batch 1)
**Pages Localized:**
- Login page: All UI strings (titles, labels, buttons, links)
- Dashboard page: Welcome message, quick actions, daily summary, predictions
- AppShell: Connection status and presence indicators
- MobileNav: Menu items and app branding
- TabBar: Bottom navigation labels

**Translation Files:**
- Created dashboard.json for all 5 languages (en, es, fr, pt, zh)
- Enhanced common.json with navigation and connection strings
- Updated i18n config to include dashboard namespace

**Languages Supported:**
- English, Spanish, French, Portuguese, Chinese (Simplified)

🤖 Generated with [Claude Code](https://claude.com/claude-code)

Co-Authored-By: Claude <noreply@anthropic.com>
2025-10-03 11:17:47 +00:00

80 lines
1.8 KiB
JSON

{
"appName": "Maternal",
"appDescription": "AI驱动的儿童护理助手",
"welcome": "欢迎",
"loading": "加载中...",
"save": "保存",
"cancel": "取消",
"delete": "删除",
"edit": "编辑",
"add": "添加",
"close": "关闭",
"confirm": "确认",
"back": "返回",
"next": "下一步",
"previous": "上一步",
"finish": "完成",
"search": "搜索",
"filter": "筛选",
"sort": "排序",
"refresh": "刷新",
"retry": "重试",
"continue": "继续",
"submit": "提交",
"reset": "重置",
"clear": "清除",
"yes": "是",
"no": "否",
"ok": "确定",
"error": "错误",
"success": "成功",
"warning": "警告",
"info": "信息",
"home": "首页",
"settings": "设置",
"profile": "个人资料",
"logout": "退出",
"login": "登录",
"signup": "注册",
"email": "邮箱",
"password": "密码",
"name": "姓名",
"date": "日期",
"time": "时间",
"duration": "持续时间",
"notes": "备注",
"optional": "可选",
"required": "必填",
"units": {
"metric": "公制",
"imperial": "英制"
},
"measurements": {
"weight": "体重",
"height": "身高",
"temperature": "温度",
"volume": "容量"
},
"navigation": {
"home": "首页",
"dashboard": "仪表板",
"tracking": "追踪",
"trackActivity": "记录活动",
"track": "记录",
"ai": "AI助手",
"aiChat": "AI聊天",
"family": "家庭",
"insights": "分析",
"children": "儿童",
"settings": "设置",
"logout": "退出登录"
},
"connection": {
"syncActive": "实时同步活动",
"syncDisconnected": "实时同步已断开",
"live": "在线",
"offline": "离线",
"familyMembersOnline": "{{count}}位家庭成员在线"
}
}