en.js 47 KB

1234567891011121314151617181920212223242526272829303132333435363738394041424344454647484950515253545556575859606162636465666768697071727374757677787980818283848586878889909192939495969798991001011021031041051061071081091101111121131141151161171181191201211221231241251261271281291301311321331341351361371381391401411421431441451461471481491501511521531541551561571581591601611621631641651661671681691701711721731741751761771781791801811821831841851861871881891901911921931941951961971981992002012022032042052062072082092102112122132142152162172182192202212222232242252262272282292302312322332342352362372382392402412422432442452462472482492502512522532542552562572582592602612622632642652662672682692702712722732742752762772782792802812822832842852862872882892902912922932942952962972982993003013023033043053063073083093103113123133143153163173183193203213223233243253263273283293303313323333343353363373383393403413423433443453463473483493503513523533543553563573583593603613623633643653663673683693703713723733743753763773783793803813823833843853863873883893903913923933943953963973983994004014024034044054064074084094104114124134144154164174184194204214224234244254264274284294304314324334344354364374384394404414424434444454464474484494504514524534544554564574584594604614624634644654664674684694704714724734744754764774784794804814824834844854864874884894904914924934944954964974984995005015025035045055065075085095105115125135145155165175185195205215225235245255265275285295305315325335345355365375385395405415425435445455465475485495505515525535545555565575585595605615625635645655665675685695705715725735745755765775785795805815825835845855865875885895905915925935945955965975985996006016026036046056066076086096106116126136146156166176186196206216226236246256266276286296306316326336346356366376386396406416426436446456466476486496506516526536546556566576586596606616626636646656666676686696706716726736746756766776786796806816826836846856866876886896906916926936946956966976986997007017027037047057067077087097107117127137147157167177187197207217227237247257267277287297307317327337347357367377387397407417427437447457467477487497507517527537547557567577587597607617627637647657667677687697707717727737747757767777787797807817827837847857867877887897907917927937947957967977987998008018028038048058068078088098108118128138148158168178188198208218228238248258268278288298308318328338348358368378388398408418428438448458468478488498508518528538548558568578588598608618628638648658668678688698708718728738748758768778788798808818828838848858868878888898908918928938948958968978988999009019029039049059069079089099109119129139149159169179189199209219229239249259269279289299309319329339349359369379389399409419429439449459469479489499509519529539549559569579589599609619629639649659669679689699709719729739749759769779789799809819829839849859869879889899909919929939949959969979989991000100110021003100410051006100710081009101010111012101310141015101610171018101910201021102210231024102510261027102810291030103110321033103410351036103710381039104010411042104310441045104610471048104910501051105210531054105510561057105810591060106110621063106410651066106710681069107010711072107310741075107610771078107910801081108210831084108510861087108810891090109110921093109410951096109710981099110011011102110311041105110611071108110911101111111211131114111511161117111811191120112111221123112411251126112711281129113011311132113311341135113611371138113911401141114211431144114511461147114811491150115111521153115411551156115711581159116011611162116311641165116611671168116911701171117211731174117511761177117811791180118111821183118411851186118711881189119011911192119311941195119611971198119912001201120212031204120512061207120812091210121112121213121412151216121712181219122012211222122312241225122612271228
  1. module.exports = {
  2. action: {
  3. wdklCallingSystem: 'System Configuration',
  4. home: 'Home',
  5. add: 'Add',
  6. edit: 'Edit',
  7. more: 'More',
  8. delete: 'Delete',
  9. login: 'Login',
  10. usernameMsg: 'Username',
  11. passwordMsg: 'Password',
  12. loginError: 'Your login status has expired, please login again!',
  13. permissionError: 'Permission Error',
  14. logout: 'Log out',
  15. waring: 'Warning',
  16. systemPrompt: 'System Prompt',
  17. prompt: 'Prompt',
  18. yes: 'OK',
  19. cancel: 'Cancel',
  20. back: 'Return',
  21. handle: 'Operation',
  22. details: 'Details',
  23. sort: 'Sort',
  24. submit: 'Submit',
  25. settings: 'Settings',
  26. setUp: 'Set',
  27. systemCreate: 'System Create',
  28. cancelHandle: 'Cancel the operation! ',
  29. handleSuccess: 'The operation succeeded',
  30. saveEdit: 'Save changes',
  31. saveSettings: 'Save settings',
  32. deleteSettings: 'Delete settings',
  33. deleted: 'Already Deleted! ',
  34. deleteList: 'Batch delete',
  35. sureDelete: 'The data cannot be recovered after the delete operation, are you sure you want to delete?',
  36. allDelete: 'Are you sure you want to delete?',
  37. allDeleteSuccess: 'Delete successful! ',
  38. cancelDelete: 'Delete has been canceled',
  39. pleaseChoiceDelete: 'Please select the data to be deleted ',
  40. noChoice: 'No records were selected!',
  41. fromError: 'The form is filled incorrectly, please check! ',
  42. notSpace: ', cannot start with a space',
  43. editSuccess: 'Edit is successful! ',
  44. addSuccess: 'Add success! ',
  45. addSuccess2: 'Add success! ',
  46. createSuccess: 'Created successfully! ',
  47. settingsSuccess: 'The setting is successful! ',
  48. setUpSuccess: 'The setting is successful! ',
  49. createTime: 'Create time',
  50. updateTime: 'Update time',
  51. save: 'Save',
  52. saveSuccess: 'Save successfully! ',
  53. saveFailed: 'Save failed! ',
  54. saveAgain: 'Reconnect, please click Save again! ',
  55. systemNoReturnMessage: 'The system has no return message!',
  56. failedGetReturnMessage: 'Failed to get the return message!',
  57. notDevelopedYet: 'Not yet developed',
  58. search: 'Enter search',
  59. keywords: 'Please enter a search keyword',
  60. FontSize: 'Font size',
  61. chooseLang: 'Choose language',
  62. SynchronizeHISInformation: 'Synchronize HIS information',
  63. perpetualLicence: 'Perpetual License',
  64. licenseValidity: 'The license is valid until: ',
  65. licenseRemainsValid: 'The remaining validity period of the license:',
  66. getLicense: 'days, please contact after-sales to obtain authorization',
  67. name: 'Name',
  68. fullName: 'Full name',
  69. type: 'Type',
  70. alias: 'Alias',
  71. tips: 'Tips',
  72. time: 'Hour',
  73. time2: 'Time',
  74. minute: 'Minute',
  75. minute2: 'Minute',
  76. second: 'Second',
  77. millisecond: 'Milliseconds',
  78. oneSecond: 'Within 1 second',
  79. Monday: 'Monday',
  80. Tuesday: 'Tuesday',
  81. Wednesday: 'Wednesday',
  82. Thursday: 'Thursday',
  83. Friday: 'Friday',
  84. Saturday: 'Saturday',
  85. Sunday: 'Sunday',
  86. every: 'Every',
  87. times: 'Times',
  88. choice: 'Please choose',
  89. choiceAll: 'Select all',
  90. choiceAllSearchResults: '(choose all search results)',
  91. searchOoo: 'Search...',
  92. blanks: '(space)',
  93. noMatches: 'No matching results',
  94. filterOoo: 'Filter value...',
  95. equals: 'equal to',
  96. notEqual: 'not equal to',
  97. empty: 'Please select a record',
  98. lessThan: 'less than',
  99. greaterThan: 'greater than',
  100. lessThanOrEqual: 'less than or equal to',
  101. greaterThanOrEqual: 'greater than or equal to',
  102. inRange: 'Range',
  103. inRangeStart: 'to',
  104. inRangeEnd: 'from',
  105. contains: 'contains',
  106. notContains: 'does not contain',
  107. startsWith: 'starts with',
  108. endsWith: 'ends with',
  109. andCondition: 'and',
  110. orCondition: 'or',
  111. applyFilter: 'Apply',
  112. resetFilter: 'reset',
  113. clearFilter: 'Clear',
  114. cancelFilter: 'Cancel',
  115. textFilter: 'text filter',
  116. numberFilter: 'number filter',
  117. dateFilter: 'date filter',
  118. setFilter: 'list filter',
  119. columns: 'columns',
  120. filters: 'filter',
  121. loadingOoo: 'Loading...',
  122. noRowsToShow: 'No data to show',
  123. enabled: 'open',
  124. pinColumn: 'fixed column',
  125. pinLeft: 'Fixed to the left',
  126. pinRight: 'Fixed to the right',
  127. noPin: 'not fixed',
  128. autosizeThiscolumn: 'Automatically scale this column',
  129. autosizeAllColumns: 'Automatically scale all columns',
  130. groupBy: 'group',
  131. resetColumns: 'Reset column settings',
  132. expandAll: 'Expand all',
  133. collapseAll: 'Collapse all',
  134. copy: 'Copy',
  135. copyWithHeaders: 'Copy with headers',
  136. paste: 'paste',
  137. colour: 'Colour',
  138. searchDateRange: 'Search time period',
  139. to: ' to ',
  140. of: ' of ',
  141. index: 'Serial number',
  142. null: 'None',
  143. all: 'All',
  144. choiceData: 'Choose date and time',
  145. startDate: 'Start date',
  146. endDate: 'End date',
  147. startTime: 'Start time',
  148. endTime: 'End time',
  149. daily: 'by day',
  150. monthly: 'by month',
  151. yearly: 'by year',
  152. choiceMonth: 'Choose month',
  153. choiceHYear: 'Choose year',
  154. lastWeek: 'Last week',
  155. lastMonth: 'Last month',
  156. lastThreeMonths: 'Last three months',
  157. getMsg: 'Received message:',
  158. sureInitialize: 'Are you sure you want to initialize?',
  159. dateNull: 'No data',
  160. content: 'Content',
  161. inputContent: 'Please enter text content, length 300',
  162. uploader: 'Attachment',
  163. uploaderDownload: 'Download attachment',
  164. uploaderImg: 'Upload attachments can only be in txt,doc,docx,xls,xlsx,jpg,png,jpeg format!',
  165. uploaderImg2: 'Upload avatar images can only be in JPG, PNG, GIF format!',
  166. uploaderSize: 'The upload attachment size cannot exceed 5MB!',
  167. uploaderSize2: 'The size of the uploaded avatar image cannot exceed 2MB!',
  168. uploaderImgMsg: 'The width of the image must be between 100 and 500, and the aspect ratio is 1:1! ',
  169. uploaderImgMsg2: 'Please upload an image with an aspect ratio of 1:1',
  170. uploaderImgMsg3: 'The height of the image must be between 100 and 500! ',
  171. uploadFile: 'Upload file',
  172. uploadAPK: 'APK/IMG file upload',
  173. uploadFileMsg: 'Drag file here, or',
  174. uploadFileMsg2: 'Click to upload',
  175. uploadFileMsg3: 'Only mp3 or flac files can be uploaded',
  176. uploadFileMsg4: 'The upload attachment size cannot exceed 50MB!',
  177. uploadFileMsg5: 'Only upload APK/IMG files',
  178. uploadFileName: 'File name',
  179. uploadFileNameMsg: 'The file name cannot be empty',
  180. uploadFileUrl: 'File path',
  181. uploadFileUrlMsg: 'The file path cannot be empty, please upload the file',
  182. uploadFileUrlMsg2: 'Please upload the APK/IMG file',
  183. uploadFileAuthor: 'Uploaded by',
  184. uploadFileDate: 'Upload Date',
  185. uploadVersionNo: 'Version number',
  186. inputUploadVersionNo: 'Please enter the version number',
  187. uploadVersionNoMsg: 'The version number cannot be empty',
  188. uploadVersionCode: 'Version information',
  189. inputUploadVersionCode: 'Please enter the version information',
  190. uploadVersionCodeMsg: 'Version information cannot be empty',
  191. initialing: 'Initializing, please wait...',
  192. deviceFrame: 'Device space',
  193. synchroDevice: 'Synchro device',
  194. excelFile: 'Excel file will be exported. Continue?',
  195. statisticalSubTable: 'statistical sub table',
  196. byPerson: 'By Person',
  197. byEvent: 'By Event',
  198. export: 'Export',
  199. icon: 'Icon',
  200. excelUpload: 'Upload an excel sheet',
  201. play: 'Play',
  202. pause: 'Pause',
  203. noFile: 'File does not exist, cannot be played',
  204. inputMsg: 'Please enter the content!',
  205. year: 'year',
  206. month: 'month',
  207. day: 'day',
  208. timeMsg: 'Please select a time range!',
  209. param: 'Parameter',
  210. inputParamName: 'Please enter the parameter name',
  211. inputParamValue: 'Please enter the parameter value',
  212. addParam: 'New parameter',
  213. openWatchSosInfo: 'Whether to turn off the watch sedentary alarm. If it is turned off, the watch will not trigger the sedentary alarm again',
  214. closeWatchSos: 'Turn off the watch sedentary alarm',
  215. openWatchSos: 'Turn on the alarm for long sitting'
  216. },
  217. member: {
  218. face: 'Avatar',
  219. faceImg: 'Upload avatar images can only be in JPG, PNG, GIF format!',
  220. faceSize: 'The size of the uploaded avatar image cannot exceed 2MB!',
  221. faceError1: 'The width of the image must be between 100 and 500, and the aspect ratio is 1:1! ',
  222. faceError2: 'Please upload an image with an aspect ratio of 1:1',
  223. faceError3: 'The image height must be between 100 and 500! ',
  224. uname: 'Login name',
  225. inputUname: 'Please enter the username',
  226. unameInputMsg: 'Length between 2 and 20 characters',
  227. unameError: 'User name must be filled in',
  228. password: 'Password',
  229. inputPassword: 'Please enter your password! ',
  230. passwordInputMsg: 'The password format is incorrect, the password can only contain alphanumeric and !#$%^&*.~, characters, the length is 6-20 digits',
  231. passwordError: 'Password must be filled in',
  232. name: 'Name',
  233. nickname: 'Real name',
  234. inputNickname: 'Please enter your real name',
  235. nicknameInputMsg: 'Length between 2 and 20 characters',
  236. mobile: 'Mobile number',
  237. inputMobile: 'Please enter a mobile phone number! ',
  238. mobileInputMsg: 'The format of the mobile phone is wrong',
  239. sex: 'Sex',
  240. man: 'Male',
  241. woman: 'Female',
  242. unknown: 'Unknown',
  243. IDCard: 'ID number',
  244. birthday: 'Birthday',
  245. choiceBirthday: 'Choose a date',
  246. birthday2: 'Date of birth',
  247. choiceBirthday2: 'Choose the date of birth',
  248. address: 'Detailed address',
  249. addressInputMsg: 'Maximum 50 characters',
  250. homeAddress: 'Home address',
  251. inputHomeAddress: 'Please enter your home address',
  252. disableClerk: 'Are you sure you want to disable this user?',
  253. disabled: 'Disabled!',
  254. disableCancel: 'Disabled',
  255. deleteMember: 'Are you sure you want to delete this user information?',
  256. cannotDeleteAdmin: 'Cannot delete the person in charge of the organization',
  257. leaderName:'Leader Name'
  258. },
  259. home: {
  260. todayTask: "Today's task",
  261. recentNote: 'Recent Notes',
  262. recentInteract: 'Recent Interact',
  263. recentRemarks: 'Recent user notes'
  264. },
  265. frameManage: {
  266. frameManage: 'Space position',
  267. numberOfRooms: 'Number of rooms',
  268. numberOfBeds: 'Number of beds',
  269. occupiedBeds: 'Number of beds occupied',
  270. emptyBeds: 'Number of empty beds',
  271. keywordsFilter: 'Enter keywords to filter',
  272. memberList: 'User list',
  273. deviceList: 'Device List',
  274. clerkList: 'Organization member',
  275. quickCreate: 'Quick Create',
  276. quickCreateFrame: 'Quick build frame',
  277. startRoom: 'Start room number',
  278. endRoom: 'End room number',
  279. bedQuantity: 'Number of beds per room',
  280. showRoomDigit: 'Room number display digits',
  281. showBedDigit: 'Bed number display digits',
  282. example: 'Example',
  283. inputFrameName: 'Please enter the frame name! ',
  284. inputFrameFullName: 'Please enter the full name!',
  285. inputLong: 'Length between 2 and 20 characters',
  286. addBed: 'Add a bed',
  287. addRoom: 'Add room',
  288. editFrame: 'Edit frame',
  289. sureDelete: 'Sure to delete',
  290. allBad: 'And all the beds in it?',
  291. sureDeleteBed: 'Make sure to delete the bed',
  292. part: 'Department',
  293. room: 'Room',
  294. room2: 'Room',
  295. bed: 'Bed',
  296. bed2: 'Bed',
  297. newOrganization: 'New Organization',
  298. partName: 'Department name',
  299. inputPartName: 'Please enter the department name',
  300. adminMember: 'Administrator account',
  301. inputAdminMember: 'Please enter the administrator account',
  302. adminPassword: 'Admin Password',
  303. inputAdminPassword: 'Please enter the administrator password',
  304. prefix: 'prefix',
  305. prefixExample: 'One building, one unit',
  306. skipRoomNo: 'TSkip-the-line room number',
  307. skipBedNo: 'Skip-the-line bed number',
  308. skipMsg1: 'Enter the numbers, separated by semicolons',
  309. skipMsg2: '1,2,3'
  310. },
  311. deviceManage: {
  312. deviceManage: 'Device Management',
  313. deviceKeywords: 'Please enter the device alias or device identification code',
  314. deviceAdd: 'Add device',
  315. deviceEdit: 'Modify device',
  316. deviceServerChange: 'Modify server address',
  317. serverIp: 'Server address',
  318. inputServerIp: 'Please enter the server address',
  319. serverPort: 'Server port',
  320. inputServerPort: 'Please enter the server port',
  321. deviceId: 'Device id',
  322. deviceType: 'Device type',
  323. choiceDeviceType: 'Please select the device type',
  324. deviceTypeMsg: 'The device type must be selected',
  325. signType: 'Sign device type',
  326. choiceSignType: 'Please select the sign device type',
  327. deviceName: 'Device alias',
  328. inputDeviceName: 'Please enter the device alias',
  329. status: 'Device status',
  330. deviceStatus: ' Enabled or not',
  331. choiceDeviceStatus: 'Enable device',
  332. statusTure: 'Enable',
  333. statusFalse: 'Not enabled',
  334. connect: 'Connection status',
  335. connectTrue: 'Online',
  336. connectFalse: 'Offline',
  337. frameFullName: 'Deployment location',
  338. frameName: 'Device location',
  339. choiceFrameName: 'Please select the installation location',
  340. ethMac: 'Wired MAC address',
  341. inputEthMac: 'Please enter the wired MAC address',
  342. inputTrueEthMac: 'Please enter the correct MAC address',
  343. ethIp: 'Wired IP address',
  344. inputEthIp: 'Please enter the IP address',
  345. ethIpPort: 'communication port',
  346. model: 'Device model',
  347. inputModel: 'Please enter the device model',
  348. code: 'Factory number',
  349. inputCode: 'Please enter the factory code',
  350. softVer: 'Software version',
  351. inputSoftVer: 'Please enter the software version number',
  352. hardVer: 'Hardware version',
  353. inputHardVer: 'Please enter the hardware version number',
  354. wifiMac: 'Wireless MAC address',
  355. inputWifiMac: 'Please enter the wireless MAC address',
  356. wifiIp: 'Wireless IP address',
  357. inputWifiIp: 'Please enter the wireless IP address',
  358. wifiHostname: 'WIFI hotspot',
  359. inputWifiHostname: 'Please enter the name of the WIFI hotspot',
  360. wifiPassword: 'WIFI password',
  361. inputPassword: 'Please enter the WIFI hotspot password',
  362. sipId: 'SIP account',
  363. updateTime: 'Update time',
  364. phoneNumber: 'Device phone number',
  365. inputPhoneNumber: 'Please enter the device phone number',
  366. priority: 'Device priority',
  367. backupId: 'Backup device ID',
  368. roleName: 'Applicable role',
  369. choiceRoleName: 'Please select the applicable person',
  370. transAudio: 'The upper bus conversion box',
  371. choiceTransAudio: 'Please select the bus conversion box',
  372. transRs485: 'Upper 485 conversion box',
  373. re485SipId: '485 address',
  374. inputRe485SipId: 'Please enter the 485 address',
  375. sosDeviceSettingType: 'Alarm mode',
  376. sosDeviceSettingStatusFalse: 'Not enabled',
  377. sosDeviceSettingControlModel: 'Epidemic Prevention and Control Mode',
  378. sosDeviceSettingElderlyModel: 'Care for the elderly mode',
  379. sosDeviceSettingTime: 'Alarm time',
  380. sosDeviceSettingUnit: 'Alarm time unit',
  381. sosDeviceSettingEdit: 'Modify device alarm',
  382. sosMonitoringTime: 'Monitoring time',
  383. allDay: 'all day long',
  384. ledResolutionRatio: 'Corridor screen specification',
  385. ledVoice: 'Voice playback',
  386. ledVoiceStatus: 'Enable voice',
  387. ledFontSize: 'Font size',
  388. ledTiming: 'Dot matrix screen timing',
  389. ledPowerOn: 'On dot matrix screen',
  390. ledPowerOff: 'Off dot matrix screen',
  391. ledRestart: 'Restart dot matrix screen',
  392. ledRemoveAllProgram: 'Delete all programs',
  393. ledUpdateDefaultProgram: 'Send default program',
  394. ledOnlyTime: 'Time and date only',
  395. ledAddCustom: 'Add custom',
  396. hostDeviceList: 'Nurse host list',
  397. webSocketSuccess: 'WebSocket connection is successful',
  398. webSocketError: 'An error occurred in the WebSocket connection',
  399. deviceLocationLevel: 'Please select the device location level',
  400. assignment: 'One-click assignment',
  401. assignmentMsg: 'No spare allocated devices!',
  402. assignmentMsg2: 'Rooms and beds have devices, and only department-level device can be automatically assigned!',
  403. assignmentMsg3: 'Start auto-assigning!',
  404. assignmentMsg4: 'The automatic assignment is complete, the full level of device needs to be manually assigned, after the assignment is completed, please click [Save]!',
  405. reset: 'One-click reset',
  406. resetMsg: 'Are you sure you want to reset all your devices?',
  407. resetMsg2: 'Reset successfully!',
  408. collapse: 'Collapse display',
  409. card: 'Card display',
  410. devices: ' devices',
  411. roomNoDevice: 'The room was not equipped',
  412. bedNoDevice: 'The bed was not equipped'
  413. },
  414. clerkManage: {
  415. clerkEdit: 'Edit member information',
  416. role: 'Role',
  417. choiceRole: 'Please choose a role',
  418. clerkList: 'Team members',
  419. admin: 'Organization Manager',
  420. shop: 'Responsible organizator',
  421. choiceShop: 'Choose organizator',
  422. shopMsg: 'Please select an organizator'
  423. },
  424. customerManage: {
  425. customerAdd: 'Check-in',
  426. customerAdd2: 'Registration',
  427. customerQrCode: 'QR code',
  428. customerInfo: 'User Information',
  429. baseInfo: 'Basic information',
  430. named: 'User name',
  431. inputNamed: 'Please enter a name',
  432. cardNo: 'Check-in number',
  433. cardNo2: 'Registration number',
  434. inputCardNo: 'Please enter the patient number',
  435. inputCardNo2: 'Please enter the registration number',
  436. age: 'Age',
  437. inputAge: 'Please enter the age',
  438. ageUnit: 'Age Unit',
  439. choiceAgeUnit: 'Please choose an age unit',
  440. year: 'Year',
  441. month: 'Month',
  442. day: 'Day',
  443. inDate: 'Check-in date',
  444. outDate: 'Out time',
  445. outDate2: 'Exit time',
  446. choiceDate: 'Choose date',
  447. to: 'to',
  448. today: 'to date',
  449. idType: 'Document type',
  450. id: 'Document',
  451. idCard: 'ID',
  452. noIdCard: 'No ID Card',
  453. null: 'Not currently available',
  454. passport: 'Passport',
  455. servicemanCard: 'Military card',
  456. idNo: 'ID number',
  457. inputIdNo: 'Please enter the ID number',
  458. nickname: 'Nickname',
  459. inputNickname: 'Please enter another name for the user',
  460. frame: 'Check in bed',
  461. frame2: 'Registration location',
  462. choiceFrame: 'Please choose a bed',
  463. illnessDesc: "Brief description of the user's situation",
  464. illnessDesc2: 'User Profile',
  465. illnessDesc3: 'Mode of childbirth',
  466. patientIllnessDesc: 'Illness description',
  467. inputIllnessDesc: 'Please input text content, length 2~50',
  468. choiceIllnessDesc: 'Please choose the delivery method',
  469. advice: "Doctor's advice",
  470. inputAdvice: 'Please enter text content, length 2~50',
  471. doctor: 'Responsible doctor',
  472. doctor2: 'Guardian',
  473. choiceDoctor: 'Please choose a doctor',
  474. choiceDoctor2: 'Please choose a guardian',
  475. nurse: 'Responsible nurse',
  476. choiceNurse: 'Please choose a nurse',
  477. worker: 'Responsible care worker',
  478. choiceWorker: 'Please choose a nurse',
  479. choiceUser: 'Please select a user',
  480. customerRelative: 'User Relative',
  481. sureDeleteRelative: "Are you sure you want to delete this patient's relative information?",
  482. customerRelativeTrueName: 'Relative name',
  483. inputCustomerRelativeTrueName: "Please enter the relative's name",
  484. relativeName: 'Relationship',
  485. inputRelativeName: 'Please enter relative relationship such as: friend',
  486. choiceRelativeName: 'Please choose a relationship',
  487. vital: 'Signs',
  488. remark: 'Remark',
  489. remarks: 'Remarks:',
  490. inputRemarks: 'Please enter the remarks',
  491. remarkTime: 'Time:',
  492. remarkName: 'Remark person:',
  493. addRemark: 'Add remark',
  494. fee: 'Expense',
  495. feeName: 'Expense name',
  496. feeValue: 'Specific expenses',
  497. feeNumber: 'Expense batch',
  498. feeTime: 'Time of expense',
  499. feeGroupName: 'Group Name',
  500. feeKeyCode: 'Code',
  501. feeUnit: 'Unit',
  502. feeDescription: 'Describe',
  503. feeKeyType: 'Parameter Type',
  504. outBed: 'Log out of bed',
  505. outBed2: 'Unregister',
  506. outBed3: 'Unregister',
  507. sureOutBed: 'Are you sure about log out of bed? ',
  508. outBedSuccess: 'Bed out successfully! ',
  509. changeBed: 'Change bed',
  510. changeBed2: 'Change location',
  511. changeBed3: 'change',
  512. changeBedSuccess: '',
  513. oldBed: 'Current bed',
  514. newBed: 'Change to bed',
  515. choiceNewBed: 'Please choose a bed',
  516. getEmptyBed: 'Get an empty bed:',
  517. message: 'message',
  518. customerStatus: 'Current status',
  519. customerStatusTrue: 'Checking in',
  520. customerStatusFalse: 'Left',
  521. footprint: 'Footprint',
  522. babyName: 'Child name',
  523. babySex: 'Child gender',
  524. babyBirthday: 'Child\'s birthday'
  525. },
  526. vital: {
  527. customerVital: 'User Log',
  528. paramName: 'Physical parameters',
  529. value: 'Physical value',
  530. logTime: 'Measurement time',
  531. company: 'Unit'
  532. },
  533. adviceManage: {
  534. adviceAdd: 'Adding an order',
  535. adviceEdit: 'Order Editing',
  536. adviceType: 'Order Type',
  537. adviceStatus: 'Status',
  538. loseEfficacy: 'invalid',
  539. takeEffect: 'take effect',
  540. longTerm: 'long-term',
  541. temp: 'temporary'
  542. },
  543. watch: {
  544. deviceKeywords: 'Please enter the device alias or device identification code',
  545. dateKeywords: 'Select a date to search',
  546. huanBan: 'Shift shift',
  547. binding: 'Binding',
  548. noBinding: 'Not bound',
  549. ethMac: 'Device ID',
  550. initializeDevice: 'Initialize the device',
  551. watchFrame: 'Manage space',
  552. watchDeviceFrame: 'Manage space for mobile device',
  553. allFrame: 'All rooms',
  554. place: 'Location',
  555. placeInfo: 'Location information',
  556. getNewPlace: 'Get the latest location',
  557. inputName: 'Please enter a name',
  558. deviceMember: 'Binding person',
  559. choiceNurse: 'Please choose a nurse',
  560. doNothing: 'No changes have been made',
  561. nurseManageFrame: 'Nurse management frame',
  562. choiceFrame: 'Please choose a bed! ',
  563. you: 'You are',
  564. in: 'in',
  565. nearby: 'nearby',
  566. notCovered: 'Not currently in beacon range'
  567. },
  568. channel: {
  569. channelAdd: 'Add channel',
  570. channelName: 'Channel name',
  571. inputChannelName: 'Please enter the channel name',
  572. subscribeManage: 'Management',
  573. channelImHistory: 'History',
  574. senderMemberName: 'Sender name',
  575. senderTime: 'Send time',
  576. audioPath: 'File address',
  577. play: 'Play the message'
  578. },
  579. remark: {
  580. remarkAdd: 'New note',
  581. remarkContent: 'Note content:',
  582. remarkCreateTime: 'Create time:',
  583. remarkCreateName: 'Created by:'
  584. },
  585. task: {
  586. all: 'All',
  587. taskType: 'Task status',
  588. notOperated: 'Not Operated',
  589. taskFail: 'Task failed',
  590. taskSuccess: 'Task succeeded',
  591. isTaskSuccess: 'Task completed?',
  592. success: 'Success',
  593. failed: 'Failed',
  594. noticeAndTask: 'Notice/Task',
  595. taskPlanTime: 'Scheduled task execution time',
  596. taskPlanTime2: 'Plan execution time:',
  597. taskToTime: 'Actual task execution time',
  598. taskToName: 'Task operator',
  599. doTask: 'Operation task',
  600. creatName: 'Creator',
  601. choiceTaskPlanTime: 'Please select the scheduled task execution time',
  602. inputTaskContent: 'Please enter the task content',
  603. choiceTaskToTime: 'Please choose the actual task time'
  604. },
  605. interaction: {
  606. interactionKeywords: 'Please enter the initiator or receiver',
  607. fromMemberName: 'Originator',
  608. toMemberName: 'Receiver',
  609. actionType: 'Interaction type',
  610. actionEnd: 'Interaction result',
  611. actionTime: 'Number of interactions',
  612. actionTime2: 'Number of calls',
  613. success: 'Success',
  614. excelFileMsg: 'Excel file will be exported. Continue?',
  615. successInteraction: 'Response to interaction',
  616. successInteraction2: 'The call has been connected',
  617. unSuccessInteraction: 'Unfinished interaction',
  618. unSuccessInteraction2: 'Unconnected call',
  619. unSuccessTime: 'Uncompleted times',
  620. unSuccessTime2: 'Unconnected times',
  621. failedInteraction: 'Failed to hang up the interaction normally',
  622. failedInteraction2: 'The call did not hang up normally',
  623. notOperated: 'Not responding',
  624. data: 'Interaction data',
  625. createDate: 'Interaction time',
  626. responseTime: 'Response time',
  627. fromDevice: 'Initiating device',
  628. toDevice: 'Receive device',
  629. interactionRecord: 'Interaction record',
  630. interactionRecord2: 'Call record',
  631. all: 'All',
  632. customerAndClerk: 'Customer and employee',
  633. clerkAndClerk: 'Colleague and Colleague',
  634. selectData: 'Check periord:',
  635. customerCensus: 'User interaction statistics',
  636. clerkCensus: 'Employee interaction statistics',
  637. dataCensus: 'Time period interaction statistics',
  638. unSuccessCensus: 'Uncompleted interaction statistics',
  639. interactionCensus: 'Interaction record statistics',
  640. quantityCensus: 'Quantity statistics',
  641. avgResponseNum: 'Average response time',
  642. avgResponseNum2: 'Average On Time',
  643. MinNum: 'Minimum response time',
  644. MinNum2: 'Minimum on time',
  645. MaxNum: 'Maximum response time',
  646. MaxNum2: 'Maximum on time',
  647. SumNum: 'Total call time',
  648. total: 'Total',
  649. recordPlay: 'Play the audio recording',
  650. eventStatistics: 'Event Statistics',
  651. statisticalTable: 'Statistical table'
  652. },
  653. frameGroup: {
  654. frameGroupAdd: 'New area',
  655. frameGroupName: 'Region name',
  656. inputFrameGroupName: 'Please enter the area name',
  657. frameGroupNameMsg: 'The area name cannot be empty',
  658. frameGroupManage: 'Regional control space'
  659. },
  660. broadcast: {
  661. broadcastAdd: 'New broadcast',
  662. broadcastName: 'Broadcast name',
  663. inputBroadcastName: 'Please enter the broadcast name',
  664. broadcastNameMsg: 'Broadcast name cannot be empty',
  665. broadcastMode: 'Broadcast Mode',
  666. broadcastModeMsg: 'Broadcast mode must be selected',
  667. playMode: 'Play Mode',
  668. manualMode: 'Manual mode',
  669. autoMode: 'Auto Mode',
  670. playModeMsg: 'Play mode must be selected',
  671. timePlay: 'Timed Play',
  672. scheduledPlay: 'Scheduled Play',
  673. playStart: 'Autoplay start',
  674. playStartMsg: 'Auto mode start time must be selected',
  675. anyTime: 'Any point in time',
  676. playEnd: 'Timed playback ends',
  677. playEndMsg: 'Timed playback end time must be selected',
  678. repeatTimes: 'Fixed playback times',
  679. repeatTimesMsg: 'Play times must be filled in',
  680. repeatTime: 'Play times',
  681. broadcastStatus: ' Enabled or not',
  682. broadcastStart: 'Start this broadcast',
  683. status: 'Start status',
  684. statusTrue: 'Enabled',
  685. statusFalse: 'Closed',
  686. repeatDay: 'Start Day',
  687. play: 'Play',
  688. stop: 'Stop',
  689. playManually: 'Play manually',
  690. audition: 'Audition',
  691. auditionEnd: 'End of audition',
  692. playing: 'Playing ===> ',
  693. playbackSuccessful: 'Playback successful',
  694. playOrder: 'Play order',
  695. playOrderMsg: 'Playing order is required',
  696. broadcastFrameGroup: 'Broadcast area',
  697. otherBroadcastFrameGroup: 'Other broadcast positions',
  698. broadcastInfo: 'Broadcast information',
  699. broadcastFile: 'Broadcast file',
  700. broadcastLoadFailed: 'Failed to load broadcast plug-in! ',
  701. broadPlugInError: 'Broadcast plug-in error: '
  702. },
  703. event: {
  704. eventEdit: 'Edit button event',
  705. name: 'Name',
  706. inputName: 'Please enter a name',
  707. desc: 'Description',
  708. inputDesc: 'Please enter a description',
  709. keyCode: 'Unique identification code',
  710. inputKeyCode: 'Please enter a unique identification code',
  711. coordinateX: 'x coordinate range',
  712. minX: 'Minimum x-axis',
  713. manX: 'Maximum x-axis',
  714. coordinateY: 'y coordinate range',
  715. minY: 'Minimum y-axis',
  716. manY: 'Maximum y-axis',
  717. deviceType: 'Device type',
  718. choiceDeviceType: 'Please choose a type',
  719. remoteControl: 'Remote control',
  720. emergencyButton: 'SOS emergency button',
  721. roleName: 'Applicable role',
  722. choiceRoleName: 'Please select the applicable person',
  723. icon: 'Icon'
  724. },
  725. nurseConfig: {
  726. configName: 'Nursing name',
  727. inputConfigName: 'Please enter the nursing name',
  728. configAdd: 'Add nursing parameters',
  729. configEdit: 'Modify nursing item',
  730. optionAdd: 'Add nursing item',
  731. optionName: 'Nursing item name',
  732. inputOptionName: 'Please enter the name of the nursing item',
  733. optionColor: 'Care lamp color',
  734. colorRgb: 'Color ID',
  735. basic: 'Basic Nursing Information'
  736. },
  737. board: {
  738. boardSet: 'Set information board',
  739. statusTime: 'Screen stay time',
  740. statusTimeSet: 'Set the duration of stay',
  741. statusTimeSetMsg: 'The duration must be set for each item! ',
  742. the: 'the first',
  743. screen: 'screen',
  744. screenFirst: 'First screen',
  745. screenFirstSet: 'The duration of the first screen stay',
  746. screenSecond: 'The second screen',
  747. screenSecondSet: 'The duration of the second screen stay',
  748. screenFixedSet: 'Set the fixed screen display',
  749. noFixed: 'Not fixed',
  750. name: 'Alias',
  751. ethMac: 'Mac address',
  752. partId: 'Department ID',
  753. setUpThisPart: 'Set to undergraduate room',
  754. webSocketSuccess: 'Service is normal, new information boards can be automatically discovered'
  755. },
  756. guard: {
  757. shotPicture: 'Take Photo',
  758. openDoor: 'unlock',
  759. lockDoor: 'Lock the door',
  760. addVisit: 'Issue basic visitor information',
  761. addUser: 'Add people'
  762. },
  763. error: {
  764. errorClear: 'Clear log',
  765. errorDetails: 'Error details',
  766. device: 'Device:',
  767. ethMac: 'Identification code',
  768. deviceFrame: 'Device position:',
  769. deviceFrame2: 'Device position',
  770. className: 'Class Name:',
  771. className2: 'class name',
  772. methodName: 'Method name:',
  773. methodName2: 'method name',
  774. exceptionName: 'Exception type:',
  775. errorTime: 'Error time:',
  776. errorTime2: 'Error time',
  777. errorMsg: 'Error message:',
  778. detailsError: 'Detailed error:'
  779. },
  780. systemConfig: {
  781. add: 'Add parameter configuration',
  782. groupName: 'Group name',
  783. inputGroupName: 'Please enter the group name',
  784. keyCode: 'Reference code',
  785. keyCodeMsg: 'The reference code cannot be empty',
  786. inputKeyCode: 'Please enter the reference code',
  787. keyName: 'Configuration name',
  788. inputKeyName: 'Please enter the configuration name',
  789. keyVal: 'Configuration value',
  790. keyValMsg: 'Configuration value cannot be empty',
  791. inputKeyVal: 'Please enter the configuration value',
  792. description: 'parameter description',
  793. inputDescription: 'Please enter a parameter description'
  794. },
  795. menu: {
  796. add: 'Add',
  797. addMsg: 'Max three levels can be add to the menu',
  798. addFirst: 'Add top menu',
  799. menuEdit: 'Edit menu',
  800. menuAdd: 'Add menu',
  801. title: 'Menu title',
  802. inputTitle: 'Please enter the menu title! ',
  803. titleMsg: 'Length between 2 and 6 characters',
  804. identifier: 'Menu ID',
  805. inputIdentifier: 'Please enter the menu ID! ',
  806. identifierMsg: 'Length between 1 and 50 characters',
  807. authRegular: 'Menu permissions',
  808. inputAuthRegular: 'Please enter menu authority! ',
  809. authRegularMsg: 'Length between 1 and 50 characters',
  810. MenuDeleteMsg: 'Are you sure you want to delete this menu? If there are submenus, the submenus will also be deleted! '
  811. },
  812. partInfo: {
  813. partInfo: 'System Settings',
  814. baseInfo: 'Basic information',
  815. shopName: 'Organization Abbreviation',
  816. shopNameMsg: 'Organization abbreviation must be filled in',
  817. inputShopName: 'Input organization abbreviation',
  818. shopFullName: 'Organization full name',
  819. shopFullNameMsg: 'The full name of the organization must be filled in',
  820. inputShopFullName: 'Enter the full name of the organization',
  821. hisCode: 'HIS system ID',
  822. inputHisCode: 'Please enter the HIS system ID',
  823. shopType: 'Organization type',
  824. shopTypeMsg: 'Organization type must be selected',
  825. choiceShopType: 'Please select the organization type',
  826. hospital: 'Hospital',
  827. part: 'Department',
  828. shop: 'Institution',
  829. organization: 'Organization',
  830. shopMemberName: 'Administrator account',
  831. shopMemberNameMsg: 'The administrator account must be filled in',
  832. inputShopMemberName: 'Please enter the administrator account',
  833. shopMemberPassword: 'Admin password',
  834. shopMemberPasswordMsg: 'Administrator password must be filled in',
  835. inputShopMemberPassword: 'Please enter the administrator password',
  836. shopParentName: 'Abbreviation of parent organization',
  837. shopParentFullName: 'The full name of the parent organization',
  838. shopParentId: 'Organization',
  839. choiceShopParentId: 'Please choose a parent organization',
  840. dayInfo: 'Daytime parameter settings',
  841. dayStart: 'Day start time',
  842. nightInfo: 'Night parameter settings',
  843. nightStart: 'Night start time',
  844. dayOrNightVol: 'Host call volume',
  845. dayOrNightDoorVol: 'Outdoor machine call volume',
  846. dayOrNightTransferBoxVol: 'Transfer box call volume',
  847. dayOrNightLight: 'Extension LCD screen brightness',
  848. dayOrNightRingTimes: 'Number of the call rings times',
  849. dayOrNightBedVol: 'Extension call volume',
  850. dayOrNightRingVol: 'Host system volume',
  851. dayOrNightNurseLed: 'Extension Nursing Light Brightness',
  852. dayOrNightTransferBoxSystemVol: 'Transfer box system volume',
  853. otherInfo: 'Other parameters',
  854. sleepSecondsBed: 'Extension screen time off',
  855. sleepSecondsDoor: 'Outdoor screen time off',
  856. sleepSecondsNurse: 'Nurse host resting time',
  857. sipOvertime: 'Voice call timeout',
  858. transferDuration: 'Nurse transfer duration',
  859. transferDurationLeader: 'The transfer duration of the nurse team leader',
  860. nurseKeyVal: 'Nurse host transfer time',
  861. autoAccept: 'Extension automatic answering',
  862. openAutoAccept: 'Enable automatic answer',
  863. eventForward: 'Event forwarding function',
  864. openEventForward: 'Open event forwarding',
  865. communicationModeBed: 'Extension communication mode',
  866. communicationModeNurse: 'Nurse host communication mode',
  867. communicationModeMobile: 'Mobile device communication mode',
  868. networkCall: 'Internet call',
  869. mobileCall: 'Mobile call',
  870. fixedCall: 'Fixed call',
  871. customizeRoleCallFirst: 'Customerize call role 1',
  872. customizeRoleCallSecond: 'Customize call role 2',
  873. customizeRoleCallThird: 'Customize call role 3',
  874. customizeRoleCallFourth: 'Customize call role 4',
  875. customizeRoleCallFifth: 'Customize call role 5',
  876. customizeHospitalCallFirst: 'Customize call device 1',
  877. customizeHospitalCallFirstName: 'Customize the name of the calling device 1',
  878. inputCustomizeHospitalCallFirstName: 'Input device 1 name',
  879. customizeHospitalCallSecond: 'Customize call device 2',
  880. customizeHospitalCallSecondName: 'Customize the name of the call device 2',
  881. inputCustomizeHospitalCallSecondName: 'Input device 2 name',
  882. customizeHospitalCallThird: 'Customize call device 3',
  883. customizeHospitalCallThirdName: 'Customize the name of the call device 3',
  884. inputCustomizeHospitalCallThirdName: 'Input device 3 name',
  885. inputName: 'Please enter a name',
  886. doctorTitle: 'Analog extension doctor title',
  887. nurseTitle: 'Analog extension nurse title',
  888. doorNurseTitle: 'Title of door machine call nurse',
  889. doorNursingTitle: 'Title of door machine in nursing',
  890. display: 'Display',
  891. onDisplay: 'Do not display',
  892. upSeconds: 'interval of Watch upload positioning ',
  893. saveSettings: 'Save settings',
  894. initializeSystem: 'Initialize the system',
  895. initialize485Device: 'Initialize 485 Device',
  896. addTestMemberList: 'Add test users in batches',
  897. devicesRef: 'Device batch refresh',
  898. bindDevice: 'Bind the voice conversion box',
  899. sureBindDevice: 'Are you sure you need to bind the voice conversion box?',
  900. sureAddTestMemberList: 'Are you sure you need to add test users in batches?',
  901. startAdd: 'Start creating',
  902. sureDevicesRef: 'Are you sure you need to refresh devices in batches?',
  903. partInfoSetting: 'Department information setting',
  904. nurse: 'Nurse host APP update',
  905. vnurse: 'Visual version of Nurse host ',
  906. znurse: 'The main control nurse host APP is updated',
  907. doctor: 'Doctor host',
  908. door: 'Door phone APP update',
  909. vdoor: 'Visual version of doorway machine',
  910. linuxDoor: 'Linux doorway machine IMG',
  911. sickbed: '5-inch bed extension APP',
  912. sevensickbed: '7 inch bed extension APP',
  913. vsickbed: ' Visual version of Bed extension',
  914. linuxsickbed: 'Linux bed extension IMG',
  915. mobiledevice: 'Mobile device',
  916. visitation: 'Visitor',
  917. transferDevice: 'Transfer box',
  918. lcdDevice: 'LCD corridor screen',
  919. entraceguard_device: 'Access control APP',
  920. organizationAdd: 'New Organization',
  921. boardShowEmptyBed: 'The board shows empty beds',
  922. nursingColorRgb: 'Nursing door light color',
  923. twoColorDoorLightValid: 'Two-color door lights are supported',
  924. support: 'Support two-color door lights',
  925. customerNameHidden: 'Activar ocultar nombre de usuario',
  926. clerkNameHidden: 'Enable employee name hiding',
  927. hidden: 'Turn on hide',
  928. channelImHistoryStoreDays: 'The number of days that channel messages are retained',
  929. recordEnabled: 'Turn on the audio and video recording function',
  930. recordAble: 'Turn on the audio and video recording function',
  931. screenLight: 'Turn on screen bright and triggers the function'
  932. },
  933. role: {
  934. roleName: 'Role name',
  935. roleNameMsg: 'Length between 1 and 10 characters',
  936. inputRoleName: 'Please enter the role name! ',
  937. roleDescribe: 'role description',
  938. roleDescribeMsg: 'Maximum 200 words',
  939. permission: 'Role permission',
  940. roleAdd: 'New role',
  941. roleEvent: 'Role event',
  942. roleDelete: 'Delete role',
  943. roleEdit: 'Edit role event',
  944. onChoiceRole: 'No role has been selected!',
  945. leaderRole: 'Superior role',
  946. leaderRolePlaceholder: 'Choose the superior role',
  947. roleEnum: 'Type of the role',
  948. roleEnumPlaceholder: 'Choose the Type'
  949. },
  950. his: {
  951. hisPart: 'Department Query',
  952. hisPartKeyval: 'Department His PK',
  953. hisPartName: 'Department name',
  954. summary: 'Department Profile',
  955. tel: 'Department telephone',
  956. hisError: 'His error',
  957. hisPatient: 'Patient',
  958. hisPatientKeyval: 'Patient His primary key',
  959. hisPatientInfo: 'Query information',
  960. hisClerk: 'Working personnel',
  961. hisClerkKeyval: 'Staff his PK',
  962. hisDockerKeyval: 'Responsible doctor his PK',
  963. hisNurseKeyval: 'Responsible nurse his PK',
  964. passNo: 'Entrance guard card',
  965. hisNurseConfig: 'Nursing items',
  966. hisNurseOptionsKeyval: 'Nursing item classification his PK'
  967. },
  968. tab: {
  969. home: 'Home',
  970. frameManage: 'Space position',
  971. deviceManage: 'All devices',
  972. clerkManage: 'Employee management',
  973. patientManage: 'Patient management',
  974. customerManage: 'User Management',
  975. customerQrCode: 'User QR code',
  976. mobileDeviceManage: 'Mobile Device',
  977. userLocationManage: 'User Device',
  978. sosDeviceSettingManage: 'Alarm device',
  979. channelManage: 'Intercom channel',
  980. channelImHistory: 'Channel message history',
  981. remarkManage: 'Note management',
  982. taskManage: 'Task management',
  983. interactionHistory: 'Interaction History',
  984. frameGroupManage: 'Region management',
  985. frameGroupEdit: 'Edit area information',
  986. watchFrameManage: 'Mobile device space',
  987. broadcastManage: 'Broadcast settings',
  988. broadcastEdit: 'Edit broadcast information',
  989. nurseConfig: 'Nursing parameters',
  990. boardManage: 'Information board settings',
  991. eventManage: 'Button event management',
  992. hisManage: 'His query',
  993. interactionChars: 'Interaction statistics',
  994. partSetting: 'Organization settings',
  995. functionRoleMapping: 'Function Role Setting',
  996. interactionChain: 'Interaction Accept Order',
  997. allClerk: 'All employees',
  998. allCustomer: 'All users',
  999. allDevice: 'All devices',
  1000. errorLog: 'Error log',
  1001. systemConfig: 'System parameters',
  1002. shopSetting: 'System settings',
  1003. menuManage: 'Menu management',
  1004. organization: 'Organization',
  1005. roleManage: 'Role management',
  1006. debugging485: '485 debugging',
  1007. linuxVersion: 'Linux device version',
  1008. deviceFrame: 'Device space',
  1009. ledDevice: 'LED devices',
  1010. entraceguardUser: 'Passage setting',
  1011. customBoardManage: 'Custom Board Screen',
  1012. customBoardDesigner: 'Designer Board Screen',
  1013. staffManageFrames: 'Staff Serve Structure'
  1014. },
  1015. deviceType: {
  1016. NURSE_HOST: 'Nurse Host',
  1017. DOCTOR_HOST: 'Doctor Host',
  1018. DOOR_DEVICE: 'Door Station',
  1019. DIGIT_BED_DEVICE: 'Bed Extension',
  1020. LCD_SCREEN: 'LCD Corridor Screen',
  1021. LED_SCREEN: 'LED Dot Corridor Screen',
  1022. NURSE_WATCH: 'Nurse Moves',
  1023. WORKER_WATCH: 'The Carer Moves',
  1024. USER_WATCH: 'User Move',
  1025. CELL_PHONE: 'Mobile App',
  1026. TRANSFER_DEVICE: 'Bus Conversion Box',
  1027. SIMULATE_BED_DEVICE: 'Analog Extension',
  1028. SIMULATE_EMERGENCY_BUTTON: 'Analog Emergency Button',
  1029. SIMULATE_DOOR_LIGHT: 'Analog Door Light',
  1030. REMOTE_CONTROL: 'Remote Control',
  1031. BEACON: 'Beacons',
  1032. INFORMATION_BOARD: 'Information Board',
  1033. ENTRANCE_GUARD: 'Access Control Device',
  1034. VISITATION: 'Visiting Machine',
  1035. RS485_TRANSFER: '485 Conversion Box',
  1036. EMERGENCY_BUTTON: 'Emergency Button',
  1037. RS485_DOOR: '485 Door Extension',
  1038. ALARM_BODY_INDUCTIVE: 'Infrared Alarm',
  1039. ALARM_WATER_OVERFLOW: 'Water Monitor',
  1040. ALARM_HOUSEHOLD_GAS: 'Household Fire Alarm',
  1041. ALARM_HOUSEHOLD_SMOKE: 'Household Smoke Alarm',
  1042. ALARM_BUTTON_SOS: 'One Button Alarm',
  1043. VITAL_SIGNS_DEVICE: 'Signs Devices',
  1044. ALARM_RESTRAINT_BAND: 'Restriction Band Alarm',
  1045. DOOR_LOCK: 'Door Magnetic Sensor',
  1046. EMERGENCY_GATEWAY: 'Alarm Gateway',
  1047. ALARM_433BUTTON: '433 Alarm',
  1048. OTHER_HOST: 'Other Host',
  1049. BREASTPLATE: 'Breast Plate',
  1050. OWON_X5_GATEWAY: 'X5 Gateway',
  1051. FALL_DETECTION_RADAR: 'Fall Detection Radar',
  1052. HUMAN_DETECTION_RADAR: 'Sleep Detection Radar',
  1053. ALARM_INFUSION: 'Infusion alarm',
  1054. ELECTRONIC_FENCE: 'Electronic fence',
  1055. WIRELESS_DOOR_LAMP: 'Wireless door lamp',
  1056. WIRELESS_CONVERSION_BOX: 'Wireless conversion box'
  1057. },
  1058. vitalSignsDeviceType: {
  1059. BLOOD_SUGAR: 'Blood Pressure Meter',
  1060. BLOOD_OXYGEN: 'Oximeter',
  1061. BLOOD_PRESSURE: 'Blood Pressure Monitor',
  1062. TEMPERATURE: 'Temperature Gun',
  1063. SHADOW_OF_GUARDIAN: 'Guardian Shadow'
  1064. },
  1065. sosDeviceSettingType: {
  1066. NOT_START: 'Do Not Start',
  1067. EPIDEMIC_PATTERN: 'Epidemic Prevention Mode',
  1068. CARING_PATTERN: 'Elderly Care Mode'
  1069. },
  1070. tcpType: {
  1071. CALLBACK: 'TCP Feedback',
  1072. VOICE: 'Voice',
  1073. VIDEO: 'Video',
  1074. SOS: 'Emergency Call',
  1075. REINFORCE: 'Reinforcements',
  1076. IM: 'Message',
  1077. DEVICE: 'Device',
  1078. DATA: 'Data',
  1079. EVENT: 'Event',
  1080. SIDE: 'nursing',
  1081. BROADCAST: 'Broadcast',
  1082. TIME: 'Time',
  1083. ENTRACEGUARD: 'Access Control',
  1084. CHANNELIM: 'Channel Message',
  1085. LOCATION: 'Location',
  1086. PHONE: 'Phone',
  1087. UNKNOWN: 'Unknown'
  1088. },
  1089. relativeNameType: {
  1090. CHILDREN: 'Child',
  1091. BOY: 'Boy',
  1092. GIRL: 'Girl',
  1093. HUSBAND: 'Husband',
  1094. WIFE: 'Wife',
  1095. FATHER: 'Father',
  1096. MOTHER: 'Mother',
  1097. RELATIVE: 'Relative',
  1098. FRIEND: 'Friend'
  1099. },
  1100. childbirthType: {
  1101. SPONTANEOUS_LABOR: 'Natrual Birth',
  1102. CAESAREAN_BIRTH: 'Caesarean Birth'
  1103. },
  1104. sleepData: {
  1105. Awake: 'Awake',
  1106. DeepSleep: 'Deep Sleep',
  1107. LightSleep: 'Light Sleep',
  1108. Hour: 'h',
  1109. Minute: 'm',
  1110. Quality: 'Quality',
  1111. InBed: 'In Bed',
  1112. Asleep: 'Asleep',
  1113. AvarageBreath: 'Avarage Breath',
  1114. AvarageHeartBeat: 'Avarage Heart Beat',
  1115. LeaveBedTimes: 'Leave Bed Times',
  1116. TurnOverTimes: 'Turnover Times',
  1117. BreathPauseTimes: 'Breath Pause Times',
  1118. GetInBedTime: 'Get In Bed Time',
  1119. AwakeTime: 'Awake Time',
  1120. NoData: 'Empty',
  1121. Times: 'Times',
  1122. ChooseDate: 'Choose Date',
  1123. SleepData: 'Sleep Data'
  1124. },
  1125. interactionChain:{
  1126. ActionType:'Interaction Type',
  1127. FirstRole:'The First Acceptor',
  1128. SpreadRoleNamePath:'Acception Role Sequence',
  1129. AddInteractionSpreadPath:'Create a new recorder',
  1130. EditInteractionSpreadPath:'Edit the recorder',
  1131. AllRoles:'All Roles',
  1132. AcceptRoles:'Acception',
  1133. NoticeSequence:'Notice Sequence',
  1134. SearchPlaceHolder:'Enter a role name',
  1135. Customer:'Customer',
  1136. NURSE_HOST: 'Nurse Host',
  1137. AcceptSequence:'Accept Sequence',
  1138. chooseActionTypeTip:'Choose the type of interaction pls',
  1139. chooseRoleSquence:'Choose the role to accept pls',
  1140. sketchMap:'The Sketch Map Of Acception',
  1141. whilstFalse: 'Send in sequence',
  1142. whilstTrue: 'Send at the same time'
  1143. },
  1144. functionRoleMapping:{
  1145. configurateLeft:'configurate the roles own[',
  1146. configurateRight:']'
  1147. },
  1148. functions:{
  1149. MANAGE_BED:'Manage Bed'
  1150. },
  1151. clerkFrameManage: {
  1152. employeeView: 'Staff View',
  1153. frameView: 'Structure View',
  1154. multiClerkView: 'Structure With Multiple Staff',
  1155. managedFrames: 'Served Structures',
  1156. notManagedFrames: 'Unserved Structures',
  1157. settableEmployee: 'Settable Staff',
  1158. settedEmployee: 'Setted Staff',
  1159. allEmployee: 'All Staff',
  1160. phoneAcceptorLabel: 'The Phone Call Acceptor',
  1161. phoneAcceptorTipsLeft: 'If Other Employee Of Same Role With ',
  1162. phoneAcceptorTipsMid: ' Manage Space Frame Overlaping',
  1163. phoneAcceptorTipsRight: ' Charge The Phone Call'
  1164. },
  1165. errorType: {
  1166. REFRESH_TOKEN_FAILED: 'The current refresh token has expired',
  1167. TOKEN_FAILED: 'The current token has expired',
  1168. USER_NULL: 'The account does not exist!',
  1169. USER_DISABLE: 'The current account has been disabled. Please contact the administrator',
  1170. PASSWORD_ERROR: 'Account password error!',
  1171. LOGIN_FAILED: 'Your current identity is not allowed to log in to the system!',
  1172. LOGOUT: 'El usuario ha dejado de iniciar sesión',
  1173. MEMBER_NULL: 'The current user does not exist!',
  1174. MEMBER_ADD_FAILED: 'Failed to add member, non-existent user ID',
  1175. MEMBER_FAILED: 'User ID error, non-existent user',
  1176. MOBILE_OCCUPY: 'This mobile number has been occupied',
  1177. MEMBER_NAME_OCCUPY: 'The current user has already registered',
  1178. CHANNEL_FAILED: 'Channel Id error, non-existent channel',
  1179. CHANNEL_SUBSCRIBE_MEMBER_NULL: 'Cannot subscribe to non-existent users',
  1180. CHANNEL_MEMBER_FAILED: 'Users that do not exist cannot subscribe. Users do not belong to any organization and cannot subscribe',
  1181. CHANNEL_NULL: 'Cannot subscribe to non-existent channel',
  1182. FRAME_HOSPITAL_NULL: 'The hospital structure does not exist',
  1183. FRAME_PART_NULL: 'The department level node does not exist, and the parameter is invalid!',
  1184. FRAME_ADD_FAILED: 'The department level node does not exist, and the parameter is invalid! The ending room number is less than the starting room number, and the parameter is invalid!',
  1185. CUSTOMER_INFO_NULL: 'Patient information does not exist',
  1186. CLOUD_ADDRESS_NULL: 'Cloud path is not set',
  1187. CLOUD_SAVE_FAILED: 'Failed to save cloud',
  1188. SHOP_NULL: 'Organization does not exist!',
  1189. SHOP_DAYTIME_ERROR: 'The format of daytime start time is incorrect, please select again!',
  1190. SHOP_NIGHTTIME_ERROR: 'The format of night start time is incorrect, please select again!',
  1191. ADMIN_PASSWORD_ERROR: 'The administrator account has been saved, but the password does not match! Please use another account or enter the correct password.',
  1192. DEVICE_MAC_REPEAT: 'Duplicate device MAC address',
  1193. DEVICE_ADD_FAILED: 'There are already emergency buttons in the current space, unable to register multiple emergency buttons',
  1194. DEVICE_FRAME_FAILED: 'Equipment type and space structure type do not match!',
  1195. DATA_NULL: 'No data found',
  1196. PARAM_ERROR: 'Parameter error!',
  1197. PRIMARY_KEY_NULL: 'Parameter error, department PK value is null!',
  1198. ROLE_NULL: 'This role does not exist',
  1199. ROLE_NAME_OCCUPY: 'Duplicate role name',
  1200. ROLE_DELETE_FAILED: 'This role is in use and cannot be deleted!',
  1201. LICENSE_ERROR: 'The authorization serial number is wrong, please contact after-sales service',
  1202. LICENSE_EXPIRE: 'The authorization expires, please contact after-sales service',
  1203. LICENSE_FAILED: 'Invalid authorization, please contact after-sales service',
  1204. FILE_UPLOAD_FAILED: 'No file storage directory configured!'
  1205. },
  1206. entraceguardUser:{
  1207. named: 'User Name',
  1208. idNo:'ID number',
  1209. ic:'IC Card No',
  1210. phone:'cell-phone number',
  1211. password:'Access code',
  1212. forbidden:'No Entry',
  1213. refreshUser:'Refresh Users',
  1214. yes:'YES',
  1215. nop:'NO'
  1216. },
  1217. boardTitle:{
  1218. add:'Add information board screen',
  1219. screenTitle:'Screen Title',
  1220. showIndex:'Display order',
  1221. partId:'Department ID',
  1222. design:'Design content',
  1223. titleRequire:'Screen title cannot be empty',
  1224. createTitle:'New information board custom screen',
  1225. editTitle:'Edit information board custom screen'
  1226. }
  1227. }