en.js 52 KB

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