en.js 49 KB

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