en.js 49 KB

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