en.js 46 KB

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