|
@@ -0,0 +1,105 @@
|
|
|
|
|
+{
|
|
|
|
|
+ "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": "健康宣教"
|
|
|
|
|
+ }
|
|
|
|
|
+ }
|
|
|
|
|
+}
|