en.js 893 B

123456789101112131415161718192021222324252627282930
  1. module.exports = {
  2. boardInfo: {
  3. newDeviceTip: '这是一台新的看板设备,请在呼叫中心管理后台设置该设备的所属科室。',
  4. newDeviceTipMacLabel: '该设备MAC地址为',
  5. newDeviceTipIDLabel: 'ID号为',
  6. newDeviceTipQuestionLabel: '如有疑问,请联系管理员,谢谢!',
  7. firstScreenTitle: 'Bed Infomation',
  8. secondScreenTitle: 'Depart Infomation',
  9. latestInteraction: 'Last Interaction',
  10. inHostpitalDate: 'In Date',
  11. doctorIncharge: 'DOCTOR',
  12. nurseIncharge: 'NURSE',
  13. bedsTotal: 'Beds Total',
  14. inUseBedTotal: 'Used Total', //已入住的床位总数
  15. emptyBedTotal: 'Empty Total',
  16. todayInBeds: 'Today In',
  17. todayOutBeds: 'Today Out',
  18. avaiableBeds: 'Available Beds'
  19. },
  20. ageUint: {
  21. year: 'Y',
  22. month: 'M',
  23. day: 'D'
  24. },
  25. gender: {
  26. male: 'M',
  27. female: 'F',
  28. unknow: 'Unknow'
  29. }
  30. }