| 123456789101112131415161718192021222324252627282930313233343536373839404142434445464748495051525354555657585960616263646566676869707172737475767778798081828384858687888990919293949596979899100101102103104105106107108109110111112113114115116117118119120 |
- {
- "description": "小程序正式版",
- "version": "0.0.1",
- "locales": {
- "common": {
- "title": "健康管家",
- "doctor": "医生",
- "zy": "中医"
- },
- "home": {
- "__showRecord__": true,
- "__showDisplay__": true,
- "analysis": "健康评估",
- "consult": "咨询",
- "tea": "茶饮",
- "tonic": "药膳"
- },
- "chats": {
- "title": "对话管家",
- "analysis": "健康分析",
- "healthData": "健康信息管理",
- "healthIndex": "指标信息管理",
- "consult": "在线咨询",
- "report": "请查看您本次的健康评估情况。"
- },
- "consultChat": {
- "_": "咨询",
- "title": "咨询记录"
- },
- "offlineTreatment": {
- "title": "线下非药物治疗",
- "ing": "治疗中",
- "finish": "治疗完成"
- },
- "follow": {
- "tips": "随访完成,感谢您的配合,祝您早日恢复!"
- },
- "report": {
- "title": "健康分析报告",
- "date": "报告日期:",
- "physique": "体质",
- "physiqueTable": [
- "总体特征",
- "形体特征",
- "精神特征",
- "常见表现",
- "发病倾向",
- "环境适应能力"
- ]
- },
- "scheme": {
- "title": "调理方案",
- "date": "方案日期:"
- },
- "analysis": {
- "__show__": true,
- "__showContent__": true,
- "__showException__": true,
- "_": "分析",
- "title": "舌面分析报告",
- "date": "报告日期:",
- "tongue": "舌象",
- "face": "面象",
- "tongue_1": "舌面",
- "tongue_2": "舌下",
- "face_1": "图片3"
- },
- "health": {
- "__showScheme__": true,
- "__showFollowRecord__": true,
- "__showFollowEvaluation__": true,
- "__showRecord__": true,
- "__showNodrugTherapy__": true,
- "__showChatRecord__": true,
- "title": "健康档案",
- "condition": "调养方案",
- "status": "健康状况",
- "statusTable": [
- "结果显示您是:",
- "程度:",
- "类型:",
- "表现:",
- "体质:",
- "证素:",
- "证型:"
- ],
- "statusNext": "症状",
- "statusRecord": {
- "症状": "症状",
- "联想症状": "联想症状",
- "舌面": "舌面",
- "舌底": "舌底",
- "面部": "面部"
- }
- },
- "healthIndex": {
- "__show__": true,
- "title": "指标信息",
- "tips": "温馨提示:指标信息越完善,我们分析的越精确"
- },
- "healthTeach": {
- "title": "健康宣教"
- },
- "orderText":{
- "mineOrder": "我的订单" ,
- "payStatusList": [
- "待付款",
- "已付款",
- "交易成功",
- "全部"
- ],
- "paying": "待付款",
- "paid": "已付款",
- "paySuccess":"交易成功",
- "goPay": "去购买",
- "selectGoods":"选择商品",
- "payMeant": "结算"
- }
- }
- }
|