feat(i18n): zero Chinese remaining in enUS/viVN locales + backend error msg translation + dict auto-translate
This commit is contained in:
File diff suppressed because it is too large
Load Diff
File diff suppressed because it is too large
Load Diff
@@ -6084,5 +6084,107 @@
|
|||||||
"closeLeft": "关闭左侧",
|
"closeLeft": "关闭左侧",
|
||||||
"closeRight": "关闭右侧",
|
"closeRight": "关闭右侧",
|
||||||
"closeAll": "全部关闭"
|
"closeAll": "全部关闭"
|
||||||
|
},
|
||||||
|
"home": {
|
||||||
|
"welcomeSystem": "欢迎使用{name}管理系统",
|
||||||
|
"defaultHospital": "医院",
|
||||||
|
"vsYesterday": "较昨日",
|
||||||
|
"quickFunctions": "快捷功能",
|
||||||
|
"configure": "配置",
|
||||||
|
"loadingFunctions": "加载快捷功能...",
|
||||||
|
"todo": "待办事项",
|
||||||
|
"viewAll": "查看全部",
|
||||||
|
"noTodos": "暂无待办事项",
|
||||||
|
"todaySchedule": "今日日程",
|
||||||
|
"manageSchedule": "管理日程",
|
||||||
|
"noSchedule": "暂无日程安排",
|
||||||
|
"noAccess": "您没有该页面的访问权限,请联系管理员添加菜单",
|
||||||
|
"pendingEmr": "待写病历",
|
||||||
|
"pendingEmrDesc": "有{count}个患者等待写病历",
|
||||||
|
"justNow": "刚刚",
|
||||||
|
"greeting": {
|
||||||
|
"night": "夜深了",
|
||||||
|
"morning": "早上好",
|
||||||
|
"forenoon": "上午好",
|
||||||
|
"noon": "中午好",
|
||||||
|
"afternoon": "下午好",
|
||||||
|
"evening": "傍晚好",
|
||||||
|
"night2": "晚上好"
|
||||||
|
},
|
||||||
|
"role": {
|
||||||
|
"admin": "管理员",
|
||||||
|
"doctor": "医生",
|
||||||
|
"nurse": "护士",
|
||||||
|
"pharmacist": "药剂师",
|
||||||
|
"cashier": "收费员"
|
||||||
|
},
|
||||||
|
"stat": {
|
||||||
|
"totalPatients": "在院患者",
|
||||||
|
"todayRevenue": "今日收入",
|
||||||
|
"appointments": "今日预约",
|
||||||
|
"pendingApprovals": "待审核",
|
||||||
|
"myPatients": "我的患者",
|
||||||
|
"todayAppointments": "今日门诊",
|
||||||
|
"pendingEmr": "待写病历",
|
||||||
|
"prescriptions": "今日处方",
|
||||||
|
"wardPatients": "病房患者",
|
||||||
|
"todayTreatments": "今日治疗",
|
||||||
|
"vitalSigns": "待测体征",
|
||||||
|
"drugDistribution": "发药次数",
|
||||||
|
"todayPrescriptions": "今日处方",
|
||||||
|
"pendingReview": "待审核",
|
||||||
|
"outOfStock": "缺货药品",
|
||||||
|
"nearExpiry": "近效期",
|
||||||
|
"todayPayments": "今日缴费",
|
||||||
|
"refundRequests": "退费申请",
|
||||||
|
"pendingInvoices": "待开发票",
|
||||||
|
"insuranceClaims": "医保结算"
|
||||||
|
},
|
||||||
|
"defaultFunctions": {
|
||||||
|
"outpatient": "门诊接诊",
|
||||||
|
"emr": "病历管理",
|
||||||
|
"prescription": "开立处方",
|
||||||
|
"history": "历史处方",
|
||||||
|
"schedule": "排班管理",
|
||||||
|
"inquiry": "患者查询",
|
||||||
|
"ward": "病房管理",
|
||||||
|
"execution": "医嘱执行",
|
||||||
|
"proofread": "医嘱核对",
|
||||||
|
"drugCollect": "领药管理",
|
||||||
|
"tpr": "体温单",
|
||||||
|
"nursing": "护理记录",
|
||||||
|
"dispensing": "发药管理",
|
||||||
|
"rxReview": "处方审核",
|
||||||
|
"inventory": "库存管理",
|
||||||
|
"purchase": "采购管理",
|
||||||
|
"warning": "效期预警",
|
||||||
|
"statistics": "用药统计",
|
||||||
|
"registration": "挂号收费",
|
||||||
|
"clinicCharge": "门诊收费",
|
||||||
|
"refund": "退费管理",
|
||||||
|
"invoice": "发票打印",
|
||||||
|
"record": "收费记录",
|
||||||
|
"insurance": "医保结算",
|
||||||
|
"patient": "患者管理",
|
||||||
|
"appointment": "预约管理",
|
||||||
|
"doctor": "医生管理",
|
||||||
|
"surgery": "手术管理",
|
||||||
|
"drug": "药品管理",
|
||||||
|
"statistic": "数据统计"
|
||||||
|
},
|
||||||
|
"defaultSchedule": {
|
||||||
|
"morningMeeting": "科室晨会",
|
||||||
|
"caseDiscussion": "病例讨论",
|
||||||
|
"wardRound": "专家查房",
|
||||||
|
"drugTraining": "新药培训",
|
||||||
|
"conferenceRoom1": "第一会议室",
|
||||||
|
"conferenceRoom2": "第二会议室",
|
||||||
|
"ward3f": "住院部3楼",
|
||||||
|
"trainingCenter": "培训中心",
|
||||||
|
"daily": "日常",
|
||||||
|
"meeting": "会议",
|
||||||
|
"important": "重要",
|
||||||
|
"training": "培训"
|
||||||
|
}
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
Reference in New Issue
Block a user