en.js 35 KB

123456789101112131415161718192021222324252627282930313233343536373839404142434445464748495051525354555657585960616263646566676869707172737475767778798081828384858687888990919293949596979899100101102103104105106107108109110111112113114115116117118119120121122123124125126127128129130131132133134135136137138139140141142143144145146147148149150151152153154155156157158159160161162163164165166167168169170171172173174175176177178179180181182183184185186187188189190191192193194195196197198199200201202203204205206207208209210211212213214215216217218219220221222223224225226227228229230231232233234235236237238239240241242243244245246247248249250251252253254255256257258259260261262263264265266267268269270271272273274275276277278279280281282283284285286287288289290291292293294295296297298299300301302303304305306307308309310311312313314315316317318319320321322323324325326327328329330331332333334335336337338339340341342343344345346347348349350351352353354355356357358359360361362363364365366367368369370371372373374375376377378379380381382383384385386387388389390391392393394395396397398399400401402403404405406407408409410411412413414415416417418419420421422423424425426427428429430431432433434435436437438439440441442443444445446447448449450451452453454455456457458459460461462463464465466467468469470471472473474475476477478479480481482483484485486487488489490491492493494495496497498499500501502503504505506507508509510511512513514515516517518519520521522523524525526527528529530531532533534535536537538539540541542543544545546547548549550551552553554555556557558559560561562563564565566567568569570571572573574575576577578579580581582583584585586587588589590591592593594595596597598599600601602603604605606607608609610611612613614615616617618619620621622623624625626627628629630631632633634635636637638639640641642643644645646647648649650651652653654655656657658659660661662663664665666667668669670671672673674675676677678679680681682683684685686687688689690691692693694695696697698699700701702703704705706707708709710711712713714715716717718719720721722723724725726727728729730731732733734735736737738739740741742743744745746747748749750751752753754755756757758759760761762763764765766767768769770771772773774775776777778779780781782783784785786787788789790791792793794795796797798799800801802803804805806807808809810811812813814815816817818819820821822823824825826827828829830831832833834835836837838839840841842843844845846847848849850851852853854855856857858859860861862863864865866867868869870871872873874875876877878879880881882883884885886887888889890891892893894895896897898899900901902903904905906907908909910911912913914915916917918919920921922923924
  1. module.exports = {
  2. action: {
  3. wdklCallingSystem: 'Wreadycare Calling System',
  4. home: 'Home',
  5. add: 'Add',
  6. edit: 'Edit',
  7. more: 'More',
  8. delete: 'Delete',
  9. login: 'Login',
  10. loginError: 'Your login status has expired, please login again!',
  11. permissionError: 'Permission Error',
  12. logout: 'Log out',
  13. waring: 'Warning',
  14. systemPrompt: 'System Prompt',
  15. prompt: 'Prompt',
  16. yes: 'OK',
  17. cancel: 'Cancel',
  18. back: 'Return',
  19. handle: 'Operation',
  20. details: 'Details',
  21. sort: 'Sort',
  22. submit: 'Submit',
  23. settings: 'Settings',
  24. setUp: 'Set',
  25. systemCreate: 'System Create',
  26. cancelHandle: 'Cancel the operation! ',
  27. handleSuccess: 'The operation succeeded',
  28. saveEdit: 'Save changes',
  29. saveSettings: 'Save settings',
  30. deleteSettings: 'Delete settings',
  31. deleted: 'Already Deleted! ',
  32. deleteList: 'Batch delete',
  33. sureDelete: 'The data cannot be recovered after the delete operation, are you sure you want to delete?',
  34. allDelete: 'Are you sure you want to delete?',
  35. allDeleteSuccess: 'Delete successful! ',
  36. cancelDelete: 'Delete has been canceled',
  37. pleaseChoiceDelete: 'Please select the data to be deleted ',
  38. noChoice: 'No records were selected!',
  39. fromError: 'The form is filled incorrectly, please check! ',
  40. notSpace: ', cannot start with a space',
  41. editSuccess: 'Edit is successful! ',
  42. addSuccess: 'Add success! ',
  43. addSuccess2: 'Add success! ',
  44. createSuccess: 'Created successfully! ',
  45. settingsSuccess: 'The setting is successful! ',
  46. setUpSuccess: 'The setting is successful! ',
  47. createTime: 'Create time',
  48. updateTime: 'Update time',
  49. save: 'Save',
  50. saveSuccess: 'Save successfully! ',
  51. saveFailed: 'Save failed! ',
  52. saveAgain: 'Reconnect, please click Save again! ',
  53. systemNoReturnMessage: 'The system has no return message!',
  54. failedGetReturnMessage: 'Failed to get the return message!',
  55. notDevelopedYet: 'Not yet developed',
  56. keywords: 'Please enter a search keyword',
  57. chooseLang: 'Choose language',
  58. perpetualLicence: 'Perpetual License',
  59. licenseValidity: 'The license is valid until: ',
  60. licenseRemainsValid: 'The remaining validity period of the license:',
  61. getLicense: 'days, please contact after-sales to obtain authorization',
  62. name: 'Name',
  63. fullName: 'Full name',
  64. type: 'Type',
  65. alias: 'Alias',
  66. tips: 'Tips',
  67. time: 'Hour',
  68. time2: 'Time',
  69. minute: 'Minute',
  70. minute2: 'Minute',
  71. second: 'Second',
  72. millisecond: 'Milliseconds',
  73. oneSecond: 'Within 1 second',
  74. Monday: 'Monday',
  75. Tuesday: 'Tuesday',
  76. Wednesday: 'Wednesday',
  77. Thursday: 'Thursday',
  78. Friday: 'Friday',
  79. Saturday: 'Saturday',
  80. Sunday: 'Sunday',
  81. every: 'Every',
  82. times: 'Times',
  83. choice: 'Please choose',
  84. choiceAll: 'Select all',
  85. colour: 'Colour',
  86. searchDateRange: 'Search time period',
  87. to: 'to',
  88. index: 'Serial number',
  89. null: 'None',
  90. choiceData: 'Choose date and time',
  91. startDate: 'Start date',
  92. endDate: 'End date',
  93. startTime: 'Start time',
  94. endTime: 'End time',
  95. daily: 'by day',
  96. monthly: 'by month',
  97. yearly: 'by year',
  98. choiceMonth: 'Choose month',
  99. choiceHYear: 'Choose year',
  100. lastWeek: 'Last week',
  101. lastMonth: 'Last month',
  102. lastThreeMonths: 'Last three months',
  103. getMsg: 'Received message:',
  104. sureInitialize: 'Are you sure you want to initialize?',
  105. dateNull: 'No data',
  106. content: 'Content',
  107. inputContent: 'Please enter text content, length 300',
  108. uploader: 'Attachment',
  109. uploaderDownload: 'Download attachment',
  110. uploaderImg: 'Upload attachments can only be in txt,doc,docx,xls,xlsx,jpg,png,jpeg format!',
  111. uploaderImg2: 'Upload avatar images can only be in JPG, PNG, GIF format!',
  112. uploaderSize: 'The upload attachment size cannot exceed 5MB!',
  113. uploaderSize2: 'The size of the uploaded avatar image cannot exceed 2MB!',
  114. uploaderImgMsg: 'The width of the image must be between 100 and 500, and the aspect ratio is 1:1! ',
  115. uploaderImgMsg2: 'Please upload an image with an aspect ratio of 1:1',
  116. uploaderImgMsg3: 'The height of the image must be between 100 and 500! ',
  117. uploadFile: 'Upload file',
  118. uploadAPK: 'APK file upload',
  119. uploadFileMsg: 'Drag file here, or',
  120. uploadFileMsg2: 'Click to upload',
  121. uploadFileMsg3: 'Only mp3 or flac files can be uploaded',
  122. uploadFileMsg4: 'The upload attachment size cannot exceed 50MB!',
  123. uploadFileMsg5: 'Only upload APK files',
  124. uploadFileName: 'File name',
  125. uploadFileNameMsg: 'The file name cannot be empty',
  126. uploadFileUrl: 'File path',
  127. uploadFileUrlMsg: 'The file path cannot be empty, please upload the file',
  128. uploadFileUrlMsg2: 'Please upload the APK file',
  129. uploadFileAuthor: 'Uploaded by',
  130. uploadFileDate: 'Upload Date',
  131. uploadVersionNo: 'Version number',
  132. inputUploadVersionNo: 'Please enter the version number',
  133. uploadVersionNoMsg: 'The version number cannot be empty',
  134. uploadVersionCode: 'Version information',
  135. inputUploadVersionCode: 'Please enter the version information',
  136. uploadVersionCodeMsg: 'Version information cannot be empty',
  137. initialing: 'Initializing, please wait...',
  138. deviceFrame: 'Device space',
  139. synchroDevice: 'Synchro device',
  140. excelFile: 'Excel file will be exported. Continue?',
  141. statisticalSubTable: 'statistical sub table',
  142. byPerson: 'By Person',
  143. byEvent: 'By Event',
  144. export: 'Export',
  145. icon: 'Icon'
  146. },
  147. member: {
  148. face: 'Avatar',
  149. faceImg: 'Upload avatar images can only be in JPG, PNG, GIF format!',
  150. faceSize: 'The size of the uploaded avatar image cannot exceed 2MB!',
  151. faceError1: 'The width of the image must be between 100 and 500, and the aspect ratio is 1:1! ',
  152. faceError2: 'Please upload an image with an aspect ratio of 1:1',
  153. faceError3: 'The image height must be between 100 and 500! ',
  154. uname: 'Login name',
  155. inputUname: 'Please enter the username',
  156. unameInputMsg: 'Length between 2 and 20 characters',
  157. unameError: 'User name must be filled in',
  158. password: 'Password',
  159. inputPassword: 'Please enter your password! ',
  160. passwordInputMsg: 'The password format is incorrect, the password can only contain alphanumeric and !#$%^&*.~, characters, the length is 6-20 digits',
  161. passwordError: 'Password must be filled in',
  162. name: 'Name',
  163. nickname: 'Real name',
  164. inputNickname: 'Please enter your real name',
  165. nicknameInputMsg: 'Length between 2 and 20 characters',
  166. mobile: 'Mobile number',
  167. inputMobile: 'Please enter a mobile phone number! ',
  168. mobileInputMsg: 'The format of the mobile phone is wrong',
  169. sex: 'Sex',
  170. man: 'Male',
  171. woman: 'Female',
  172. unknown: 'Unknown',
  173. IDCard: 'ID number',
  174. birthday: 'Birthday',
  175. choiceBirthday: 'Choose a date',
  176. birthday2: 'Date of birth',
  177. choiceBirthday2: 'Choose the date of birth',
  178. address: 'Detailed address',
  179. addressInputMsg: 'Maximum 50 characters',
  180. homeAddress: 'Home address',
  181. inputHomeAddress: 'Please enter your home address',
  182. disableClerk: 'Are you sure you want to disable this user?',
  183. disabled: 'Disabled!',
  184. disableCancel: 'Disabled',
  185. deleteMember: 'Are you sure you want to delete this user information?',
  186. cannotDeleteAdmin: 'Cannot delete the person in charge of the organization'
  187. },
  188. home: {
  189. todayTask: "Today's task",
  190. recentNote: 'Recent Notes',
  191. recentInteract: 'Recent Interact',
  192. recentRemarks: 'Recent user notes'
  193. },
  194. frameManage: {
  195. frameManage: 'Space position',
  196. numberOfRooms: 'Number of rooms',
  197. numberOfBeds: 'Number of beds',
  198. occupiedBeds: 'Number of beds occupied',
  199. emptyBeds: 'Number of empty beds',
  200. keywordsFilter: 'Enter keywords to filter',
  201. memberList: 'User list',
  202. deviceList: 'Device List',
  203. clerkList: 'Organization member',
  204. quickCreate: 'Quick Create',
  205. quickCreateFrame: 'Quick build frame',
  206. startRoom: 'Start room number',
  207. endRoom: 'End room number',
  208. bedQuantity: 'Number of beds per room',
  209. showRoomDigit: 'Room number display digits',
  210. showBedDigit: 'Bed number display digits',
  211. example: 'Example',
  212. inputFrameName: 'Please enter the frame name! ',
  213. inputFrameFullName: 'Please enter the full name!',
  214. inputLong: 'Length between 2 and 20 characters',
  215. addBed: 'Add a bed',
  216. addRoom: 'Add room',
  217. editFrame: 'Edit frame',
  218. sureDelete: 'Sure to delete',
  219. allBad: 'And all the beds in it?',
  220. sureDeleteBed: 'Make sure to delete the bed',
  221. room: 'Room',
  222. bed: 'Bed',
  223. newOrganization: 'New Organization',
  224. partName: 'Department name',
  225. inputPartName: 'Please enter the department name',
  226. adminMember: 'Administrator account',
  227. inputAdminMember: 'Please enter the administrator account',
  228. adminPassword: 'Admin Password',
  229. inputAdminPassword: 'Please enter the administrator password',
  230. prefix: 'prefix',
  231. prefixExample: 'One building, one unit'
  232. },
  233. deviceManage: {
  234. deviceManage: 'Device Management',
  235. deviceKeywords: 'Please enter the device alias or device identification code',
  236. deviceAdd: 'Add device',
  237. deviceEdit: 'Modify device',
  238. deviceServerChange: 'Modify server address',
  239. serverIp: 'Server address',
  240. inputServerIp: 'Please enter the server address',
  241. serverPort: 'Server port',
  242. inputServerPort: 'Please enter the server port',
  243. deviceId: 'Device id',
  244. deviceType: 'Device type',
  245. choiceDeviceType: 'Please select the device type',
  246. deviceTypeMsg: 'The device type must be selected',
  247. signType: 'Sign device type',
  248. choiceSignType: 'Please select the sign device type',
  249. deviceName: 'Device alias',
  250. inputDeviceName: 'Please enter the device alias',
  251. status: 'Device status',
  252. deviceStatus: ' Enabled or not',
  253. choiceDeviceStatus: 'Enable device',
  254. statusTure: 'Enable',
  255. statusFalse: 'Not enabled',
  256. connect: 'Connection status',
  257. connectTrue: 'Online',
  258. connectFalse: 'Offline',
  259. frameFullName: 'Deployment location',
  260. frameName: 'Device location',
  261. choiceFrameName: 'Please select the installation location',
  262. ethMac: 'Wired MAC address',
  263. inputEthMac: 'Please enter the wired MAC address',
  264. inputTrueEthMac: 'Please enter the correct MAC address',
  265. ethIp: 'Wired IP address',
  266. inputEthIp: 'Please enter the IP address',
  267. ethIpPort: 'communication port',
  268. model: 'Device model',
  269. inputModel: 'Please enter the device model',
  270. code: 'Factory number',
  271. inputCode: 'Please enter the factory code',
  272. softVer: 'Software version',
  273. inputSoftVer: 'Please enter the software version number',
  274. hardVer: 'Hardware version',
  275. inputHardVer: 'Please enter the hardware version number',
  276. wifiMac: 'Wireless MAC address',
  277. inputWifiMac: 'Please enter the wireless MAC address',
  278. wifiIp: 'Wireless IP address',
  279. inputWifiIp: 'Please enter the wireless IP address',
  280. wifiHostname: 'WIFI hotspot',
  281. inputWifiHostname: 'Please enter the name of the WIFI hotspot',
  282. wifiPassword: 'WIFI password',
  283. inputPassword: 'Please enter the WIFI hotspot password',
  284. sipId: 'SIP account',
  285. updateTime: 'Update time',
  286. phoneNumber: 'Device phone number',
  287. inputPhoneNumber: 'Please enter the device phone number',
  288. priority: 'Device priority',
  289. backupId: 'Backup device ID',
  290. roleName: 'Applicable role',
  291. choiceRoleName: 'Please select the applicable person',
  292. transAudio: 'The upper bus conversion box',
  293. choiceTransAudio: 'Please select the bus conversion box',
  294. transRs485: 'Upper 485 conversion box',
  295. re485SipId: '485 address',
  296. inputRe485SipId: 'Please enter the 485 address',
  297. sosDeviceSettingType: 'Alarm mode',
  298. sosDeviceSettingStatusFalse: 'Not enabled',
  299. sosDeviceSettingControlModel: 'Epidemic Prevention and Control Mode',
  300. sosDeviceSettingElderlyModel: 'Care for the elderly mode',
  301. sosDeviceSettingTime: 'Alarm time',
  302. sosDeviceSettingUnit: 'Alarm time unit',
  303. sosDeviceSettingEdit: 'Modify device alarm',
  304. ledResolutionRatio: 'Corridor screen specification',
  305. ledVoice: 'Voice playback',
  306. ledVoiceStatus: 'Enable voice',
  307. ledFontSize: 'Font size',
  308. ledTiming: 'Dot matrix screen timing',
  309. ledPowerOn: 'On dot matrix screen',
  310. ledPowerOff: 'Off dot matrix screen',
  311. ledRestart: 'Restart dot matrix screen',
  312. ledRemoveAllProgram: 'Delete all programs',
  313. ledUpdateDefaultProgram: 'Send default program',
  314. ledOnlyTime: 'Time and date only',
  315. ledAddCustom: 'Add custom',
  316. hostDeviceList: 'Nurse host list',
  317. webSocketSuccess: 'WebSocket connection is successful',
  318. webSocketError: 'An error occurred in the WebSocket connection'
  319. },
  320. clerkManage: {
  321. clerkEdit: 'Edit member information',
  322. role: 'Role',
  323. choiceRole: 'Please choose a role',
  324. clerkList: 'Team members',
  325. admin: 'Organization Manager',
  326. shop: 'Responsible organizator',
  327. choiceShop: 'Choose organizator',
  328. shopMsg: 'Please select an organizator'
  329. },
  330. customerManage: {
  331. customerAdd: 'Check-in',
  332. customerAdd2: 'Registration',
  333. customerQrCode: 'QR code',
  334. customerInfo: 'User Information',
  335. baseInfo: 'Basic information',
  336. named: 'User name',
  337. inputNamed: 'Please enter a name',
  338. cardNo: 'Check-in number',
  339. cardNo2: 'Registration number',
  340. inputCardNo: 'Please enter the patient number',
  341. inputCardNo2: 'Please enter the registration number',
  342. age: 'Age',
  343. inputAge: 'Please enter the age',
  344. ageUnit: 'Age Unit',
  345. choiceAgeUnit: 'Please choose an age unit',
  346. year: 'Year',
  347. month: 'Month',
  348. day: 'Day',
  349. inDate: 'Check-in date',
  350. outDate: 'Out time',
  351. outDate2: 'Exit time',
  352. choiceDate: 'Choose date',
  353. to: 'to',
  354. today: 'to date',
  355. idType: 'Document type',
  356. id: 'Document',
  357. idCard: 'ID',
  358. noIdCard: 'No ID Card',
  359. null: 'Not currently available',
  360. passport: 'Passport',
  361. servicemanCard: 'Military card',
  362. idNo: 'ID number',
  363. inputIdNo: 'Please enter the ID number',
  364. nickname: 'Nickname',
  365. inputNickname: 'Please enter another name for the user',
  366. frame: 'Check in bed',
  367. frame2: 'Registration location',
  368. choiceFrame: 'Please choose a bed',
  369. illnessDesc: "Brief description of the user's situation",
  370. illnessDesc2: 'User Profile',
  371. illnessDesc3: 'Mode of childbirth',
  372. patientIllnessDesc: 'Illness description',
  373. inputIllnessDesc: 'Please input text content, length 2~50',
  374. choiceIllnessDesc: 'Please choose the delivery method',
  375. advice: "Doctor's advice",
  376. inputAdvice: 'Please enter text content, length 2~50',
  377. doctor: 'Responsible doctor',
  378. doctor2: 'Guardian',
  379. choiceDoctor: 'Please choose a doctor',
  380. choiceDoctor2: 'Please choose a guardian',
  381. nurse: 'Responsible nurse',
  382. choiceNurse: 'Please choose a nurse',
  383. worker: 'Responsible care worker',
  384. choiceWorker: 'Please choose a nurse',
  385. choiceUser: 'Please select a user',
  386. customerRelative: 'User Relative',
  387. sureDeleteRelative: "Are you sure you want to delete this patient's relative information?",
  388. customerRelativeTrueName: 'Relative name',
  389. inputCustomerRelativeTrueName: "Please enter the relative's name",
  390. relativeName: 'Relationship',
  391. inputRelativeName: 'Please enter relative relationship such as: friend',
  392. choiceRelativeName: 'Please choose a relationship',
  393. vital: 'Signs',
  394. remark: 'Remark',
  395. remarks: 'Remarks:',
  396. inputRemarks: 'Please enter the remarks',
  397. remarkTime: 'Time:',
  398. remarkName: 'Remark person:',
  399. addRemark: 'Add remark',
  400. outBed: 'Log out of bed',
  401. outBed2: 'Unregister',
  402. outBed3: 'Unregister',
  403. sureOutBed: 'Are you sure about log out of bed? ',
  404. outBedSuccess: 'Bed out successfully! ',
  405. changeBed: 'Change bed',
  406. changeBed2: 'Change location',
  407. changeBed3: 'change',
  408. changeBedSuccess: '',
  409. oldBed: 'Current bed',
  410. newBed: 'Change to bed',
  411. choiceNewBed: 'Please choose a bed',
  412. getEmptyBed: 'Get an empty bed:',
  413. message: 'message',
  414. customerStatus: 'Current status',
  415. customerStatusTrue: 'Checking in',
  416. customerStatusFalse: 'Left',
  417. footprint: 'Footprint'
  418. },
  419. vital: {
  420. customerVital: 'User Log',
  421. paramName: 'Physical parameters',
  422. value: 'Physical value',
  423. logTime: 'Measurement time',
  424. company: 'Unit'
  425. },
  426. watch: {
  427. deviceKeywords: 'Please enter the device alias or device identification code',
  428. dateKeywords: 'Select a date to search',
  429. huanBan: 'Shift shift',
  430. binding: 'Binding',
  431. noBinding: 'Not bound',
  432. ethMac: 'Device ID',
  433. initializeDevice: 'Initialize the device',
  434. watchFrame: 'Manage space',
  435. watchDeviceFrame: 'Manage space for mobile device',
  436. place: 'Location',
  437. placeInfo: 'Location information',
  438. getNewPlace: 'Get the latest location',
  439. inputName: 'Please enter a name',
  440. deviceMember: 'Binding person',
  441. choiceNurse: 'Please choose a nurse',
  442. doNothing: 'No changes have been made',
  443. nurseManageFrame: 'Nurse management frame',
  444. choiceFrame: 'Please choose a bed! ',
  445. you: 'You are',
  446. in: 'in',
  447. nearby: 'nearby',
  448. notCovered: 'Not currently in beacon range'
  449. },
  450. channel: {
  451. channelAdd: 'Add channel',
  452. channelName: 'Channel name',
  453. inputChannelName: 'Please enter the channel name',
  454. subscribeManage: 'Subscription Management'
  455. },
  456. remark: {
  457. remarkAdd: 'New note',
  458. remarkContent: 'Note content:',
  459. remarkCreateTime: 'Create time:',
  460. remarkCreateName: 'Created by:'
  461. },
  462. task: {
  463. all: 'All',
  464. taskType: 'Task status',
  465. notOperated: 'Not Operated',
  466. taskFail: 'Task failed',
  467. taskSuccess: 'Task succeeded',
  468. isTaskSuccess: 'Task completed?',
  469. success: 'Success',
  470. failed: 'Failed',
  471. noticeAndTask: 'Notice/Task',
  472. taskPlanTime: 'Scheduled task execution time',
  473. taskPlanTime2: 'Plan execution time:',
  474. taskToTime: 'Actual task execution time',
  475. taskToName: 'Task operator',
  476. doTask: 'Operation task',
  477. creatName: 'Creator',
  478. choiceTaskPlanTime: 'Please select the scheduled task execution time',
  479. inputTaskContent: 'Please enter the task content',
  480. choiceTaskToTime: 'Please choose the actual task time'
  481. },
  482. interaction: {
  483. interactionKeywords: 'Please enter the initiator or receiver',
  484. fromMemberName: 'Originator',
  485. toMemberName: 'Receiver',
  486. actionType: 'Interaction type',
  487. actionEnd: 'Interaction result',
  488. actionTime: 'Number of interactions',
  489. actionTime2: 'Number of calls',
  490. success: 'Success',
  491. successInteraction: 'Response to interaction',
  492. successInteraction2: 'The call has been connected',
  493. unSuccessInteraction: 'Unfinished interaction',
  494. unSuccessInteraction2: 'Unconnected call',
  495. unSuccessTime: 'Uncompleted times',
  496. unSuccessTime2: 'Unconnected times',
  497. failedInteraction: 'Failed to hang up the interaction normally',
  498. failedInteraction2: 'The call did not hang up normally',
  499. notOperated: 'Not responding',
  500. data: 'Interaction data',
  501. createDate: 'Interaction time',
  502. fromDevice: 'Initiating device',
  503. toDevice: 'Receive device',
  504. interactionRecord: 'Interaction record',
  505. interactionRecord2: 'Call record',
  506. all: 'All',
  507. customerAndClerk: 'Customer and employee',
  508. clerkAndClerk: 'Colleague and Colleague',
  509. selectData: 'Check periord:',
  510. customerCensus: 'User interaction statistics',
  511. clerkCensus: 'Employee interaction statistics',
  512. dataCensus: 'Time period interaction statistics',
  513. unSuccessCensus: 'Uncompleted interaction statistics',
  514. interactionCensus: 'Interaction record statistics',
  515. quantityCensus: 'Quantity statistics',
  516. avgResponseNum: 'Average response time',
  517. avgResponseNum2: 'Average On Time',
  518. MinNum: 'Minimum response time',
  519. MinNum2: 'Minimum on time',
  520. MaxNum: 'Maximum response time',
  521. MaxNum2: 'Maximum on time',
  522. SumNum: 'Total call time',
  523. total: 'Total'
  524. },
  525. frameGroup: {
  526. frameGroupAdd: 'New area',
  527. frameGroupName: 'Region name',
  528. inputFrameGroupName: 'Please enter the area name',
  529. frameGroupNameMsg: 'The area name cannot be empty',
  530. frameGroupManage: 'Regional control space'
  531. },
  532. broadcast: {
  533. broadcastAdd: 'New broadcast',
  534. broadcastName: 'Broadcast name',
  535. inputBroadcastName: 'Please enter the broadcast name',
  536. broadcastNameMsg: 'Broadcast name cannot be empty',
  537. broadcastMode: 'Broadcast Mode',
  538. broadcastModeMsg: 'Broadcast mode must be selected',
  539. playMode: 'Play Mode',
  540. manualMode: 'Manual mode',
  541. autoMode: 'Auto Mode',
  542. playModeMsg: 'Play mode must be selected',
  543. timePlay: 'Timed Play',
  544. scheduledPlay: 'Scheduled Play',
  545. playStart: 'Autoplay start',
  546. playStartMsg: 'Auto mode start time must be selected',
  547. anyTime: 'Any point in time',
  548. playEnd: 'Timed playback ends',
  549. playEndMsg: 'Timed playback end time must be selected',
  550. repeatTimes: 'Fixed playback times',
  551. repeatTimesMsg: 'Play times must be filled in',
  552. repeatTime: 'Play times',
  553. broadcastStatus: ' Enabled or not',
  554. broadcastStart: 'Start this broadcast',
  555. status: 'Start status',
  556. statusTrue: 'Enabled',
  557. statusFalse: 'Closed',
  558. repeatDay: 'Start Day',
  559. play: 'Play',
  560. stop: 'Stop',
  561. playManually: 'Play manually',
  562. audition: 'Audition',
  563. playbackSuccessful: 'Playback successful',
  564. auditionEnd: 'End of audition',
  565. playOrder: 'Play order',
  566. playOrderMsg: 'Playing order is required',
  567. broadcastFrameGroup: 'Broadcast area',
  568. otherBroadcastFrameGroup: 'Other broadcast positions',
  569. broadcastInfo: 'Broadcast information',
  570. broadcastFile: 'Broadcast file',
  571. broadcastLoadFailed: 'Failed to load broadcast plug-in! ',
  572. broadPlugInError: 'Broadcast plug-in error: '
  573. },
  574. event: {
  575. eventEdit: 'Edit button event',
  576. name: 'Name',
  577. inputName: 'Please enter a name',
  578. desc: 'Description',
  579. inputDesc: 'Please enter a description',
  580. keyCode: 'Unique identification code',
  581. inputKeyCode: 'Please enter a unique identification code',
  582. coordinateX: 'x coordinate range',
  583. minX: 'Minimum x-axis',
  584. manX: 'Maximum x-axis',
  585. coordinateY: 'y coordinate range',
  586. minY: 'Minimum y-axis',
  587. manY: 'Maximum y-axis',
  588. deviceType: 'Device type',
  589. choiceDeviceType: 'Please choose a type',
  590. remoteControl: 'Remote control',
  591. emergencyButton: 'SOS emergency button',
  592. roleName: 'Applicable role',
  593. choiceRoleName: 'Please select the applicable person',
  594. icon: 'Icon'
  595. },
  596. nurseConfig: {
  597. configName: 'Nursing name',
  598. inputConfigName: 'Please enter the nursing name',
  599. configAdd: 'Add nursing parameters',
  600. configEdit: 'Modify nursing item',
  601. optionAdd: 'Add nursing item',
  602. optionName: 'Nursing item name',
  603. inputOptionName: 'Please enter the name of the nursing item',
  604. optionColor: 'Care lamp color',
  605. colorRgb: 'Color ID',
  606. basic: 'Basic Nursing Information'
  607. },
  608. board: {
  609. boardSet: 'Set information board',
  610. statusTime: 'Screen stay time',
  611. statusTimeSet: 'Set the duration of stay',
  612. statusTimeSetMsg: 'The duration must be set for each item! ',
  613. the: 'the first',
  614. screen: 'screen',
  615. screenFirst: 'First screen',
  616. screenFirstSet: 'The duration of the first screen stay',
  617. screenSecond: 'The second screen',
  618. screenSecondSet: 'The duration of the second screen stay',
  619. screenFixedSet: 'Set the fixed screen display',
  620. noFixed: 'Not fixed',
  621. name: 'Alias',
  622. ethMac: 'Mac address',
  623. partId: 'Department ID',
  624. setUpThisPart: 'Set to undergraduate room',
  625. webSocketSuccess: 'Service is normal, new information boards can be automatically discovered'
  626. },
  627. guard: {
  628. shotPicture: 'Take Photo',
  629. openDoor: 'unlock',
  630. lockDoor: 'Lock the door',
  631. addVisit: 'Issue basic visitor information',
  632. addUser: 'Add people'
  633. },
  634. error: {
  635. errorClear: 'Clear log',
  636. errorDetails: 'Error details',
  637. device: 'Device:',
  638. ethMac: 'Identification code',
  639. deviceFrame: 'Device position:',
  640. deviceFrame2: 'Device position',
  641. className: 'Class Name:',
  642. className2: 'class name',
  643. methodName: 'Method name:',
  644. methodName2: 'method name',
  645. exceptionName: 'Exception type:',
  646. errorTime: 'Error time:',
  647. errorTime2: 'Error time',
  648. errorMsg: 'Error message:',
  649. detailsError: 'Detailed error:'
  650. },
  651. systemConfig: {
  652. add: 'Add parameter configuration',
  653. groupName: 'Group name',
  654. inputGroupName: 'Please enter the group name',
  655. keyCode: 'Reference code',
  656. keyCodeMsg: 'The reference code cannot be empty',
  657. inputKeyCode: 'Please enter the reference code',
  658. keyName: 'Configuration name',
  659. inputKeyName: 'Please enter the configuration name',
  660. keyVal: 'Configuration value',
  661. keyValMsg: 'Configuration value cannot be empty',
  662. inputKeyVal: 'Please enter the configuration value',
  663. description: 'parameter description',
  664. inputDescription: 'Please enter a parameter description'
  665. },
  666. menu: {
  667. add: 'Add',
  668. addMsg: 'Max three levels can be add to the menu',
  669. addFirst: 'Add top menu',
  670. menuEdit: 'Edit menu',
  671. menuAdd: 'Add menu',
  672. title: 'Menu title',
  673. inputTitle: 'Please enter the menu title! ',
  674. titleMsg: 'Length between 2 and 6 characters',
  675. identifier: 'Menu ID',
  676. inputIdentifier: 'Please enter the menu ID! ',
  677. identifierMsg: 'Length between 1 and 50 characters',
  678. authRegular: 'Menu permissions',
  679. inputAuthRegular: 'Please enter menu authority! ',
  680. authRegularMsg: 'Length between 1 and 50 characters',
  681. MenuDeleteMsg: 'Are you sure you want to delete this menu? If there are submenus, the submenus will also be deleted! '
  682. },
  683. partInfo: {
  684. partInfo: 'System Settings',
  685. baseInfo: 'Basic information',
  686. shopName: 'Organization Abbreviation',
  687. shopNameMsg: 'Organization abbreviation must be filled in',
  688. inputShopName: 'Input organization abbreviation',
  689. shopFullName: 'Organization full name',
  690. shopFullNameMsg: 'The full name of the organization must be filled in',
  691. inputShopFullName: 'Enter the full name of the organization',
  692. hisCode: 'HIS system ID',
  693. inputHisCode: 'Please enter the HIS system ID',
  694. shopType: 'Organization type',
  695. shopTypeMsg: 'Organization type must be selected',
  696. choiceShopType: 'Please select the organization type',
  697. hospital: 'Hospital',
  698. part: 'Department',
  699. shop: 'Institution',
  700. organization: 'Organization',
  701. shopMemberName: 'Administrator account',
  702. shopMemberNameMsg: 'The administrator account must be filled in',
  703. inputShopMemberName: 'Please enter the administrator account',
  704. shopMemberPassword: 'Admin password',
  705. shopMemberPasswordMsg: 'Administrator password must be filled in',
  706. inputShopMemberPassword: 'Please enter the administrator password',
  707. shopParentName: 'Abbreviation of parent organization',
  708. shopParentFullName: 'The full name of the parent organization',
  709. shopParentId: 'Organization',
  710. choiceShopParentId: 'Please choose a parent organization',
  711. dayInfo: 'Daytime parameter settings',
  712. dayStart: 'Day start time',
  713. nightInfo: 'Night parameter settings',
  714. nightStart: 'Night start time',
  715. dayOrNightVol: 'Host call volume',
  716. dayOrNightDoorVol: 'Outdoor machine call volume',
  717. dayOrNightTransferBoxVol: 'Transfer box call volume',
  718. dayOrNightLight: 'Extension LCD screen brightness',
  719. dayOrNightRingTimes: 'Number of the call rings times',
  720. dayOrNightBedVol: 'Extension call volume',
  721. dayOrNightRingVol: 'Host system volume',
  722. dayOrNightNurseLed: 'Extension Nursing Light Brightness',
  723. dayOrNightTransferBoxSystemVol: 'Transfer box system volume',
  724. otherInfo: 'Other parameters',
  725. sleepSecondsBed: 'Extension screen time off',
  726. sleepSecondsDoor: 'Outdoor screen time off',
  727. sleepSecondsNurse: 'Nurse host resting time',
  728. sipOvertime: 'Voice call timeout',
  729. transferDuration: 'Nurse transfer duration',
  730. transferDurationLeader: 'The transfer duration of the nurse team leader',
  731. nurseKeyVal: 'Nurse host transfer time',
  732. autoAccept: 'Extension automatic answering',
  733. openAutoAccept: 'Enable automatic answer',
  734. eventForward: 'Event forwarding function',
  735. openEventForward: 'Open event forwarding',
  736. communicationModeBed: 'Extension communication mode',
  737. communicationModeNurse: 'Nurse host communication mode',
  738. communicationModeMobile: 'Mobile device communication mode',
  739. networkCall: 'Internet call',
  740. mobileCall: 'Mobile call',
  741. fixedCall: 'Fixed call',
  742. customizeRoleCallFirst: 'Customerize call role 1',
  743. customizeRoleCallSecond: 'Customize call role 2',
  744. customizeRoleCallThird: 'Customize call role 3',
  745. customizeRoleCallFourth: 'Customize call role 4',
  746. customizeRoleCallFifth: 'Customize call role 5',
  747. customizeHospitalCallFirst: 'Customize call device 1',
  748. customizeHospitalCallFirstName: 'Customize the name of the calling device 1',
  749. inputCustomizeHospitalCallFirstName: 'Input device 1 name',
  750. customizeHospitalCallSecond: 'Customize call device 2',
  751. customizeHospitalCallSecondName: 'Customize the name of the call device 2',
  752. inputCustomizeHospitalCallSecondName: 'Input device 2 name',
  753. customizeHospitalCallThird: 'Customize call device 3',
  754. customizeHospitalCallThirdName: 'Customize the name of the call device 3',
  755. inputCustomizeHospitalCallThirdName: 'Input device 3 name',
  756. inputName: 'Please enter a name',
  757. doctorTitle: 'Analog extension doctor title',
  758. nurseTitle: 'Analog extension nurse title',
  759. doorNurseTitle: 'Title of door machine call nurse',
  760. doorNursingTitle: 'Title of door machine in nursing',
  761. display: 'Display',
  762. onDisplay: 'Do not display',
  763. upSeconds: 'interval of Watch upload positioning ',
  764. saveSettings: 'Save settings',
  765. initializeSystem: 'Initialize the system',
  766. initialize485Device: 'Initialize 485 Device',
  767. addTestMemberList: 'Add test users in batches',
  768. devicesRef: 'Device batch refresh',
  769. bindDevice: 'Bind the voice conversion box',
  770. sureBindDevice: 'Are you sure you need to bind the voice conversion box?',
  771. sureAddTestMemberList: 'Are you sure you need to add test users in batches?',
  772. startAdd: 'Start creating',
  773. sureDevicesRef: 'Are you sure you need to refresh devices in batches?',
  774. partInfoSetting: 'Department information setting',
  775. nurse: 'Nurse host APP update',
  776. vnurse: 'Visual version of Nurse host ',
  777. znurse: 'The main control nurse host APP is updated',
  778. doctor: 'Doctor host',
  779. door: 'Door phone APP update',
  780. vdoor: 'Visual version of doorway machine',
  781. sickbed: '5-inch bed extension APP',
  782. sevensickbed: '7 inch bed extension APP',
  783. vsickbed: ' Visual version of Bed extension',
  784. mobiledevice: 'Mobile device',
  785. visitation: 'Visitor',
  786. transferDevice: 'Transfer box',
  787. lcdDevice: 'LCD corridor screen',
  788. organizationAdd: 'New Organization',
  789. boardShowEmptyBed: 'The board shows empty beds',
  790. nursingColorRgb: 'Nursing door light color',
  791. twoColorDoorLightValid: 'Two-color door lights are supported or not',
  792. support: 'Support two-color door lights'
  793. },
  794. role: {
  795. roleName: 'Role name',
  796. roleNameMsg: 'Length between 1 and 10 characters',
  797. inputRoleName: 'Please enter the role name! ',
  798. roleDescribe: 'role description',
  799. roleDescribeMsg: 'Maximum 200 words',
  800. permission: 'Role permission',
  801. roleAdd: 'New role',
  802. roleEvent: 'Role event',
  803. roleDelete: 'Delete role',
  804. roleEdit: 'Edit role event',
  805. onChoiceRole: 'No role has been selected!'
  806. },
  807. tab: {
  808. home: 'Home',
  809. frameManage: 'Space position',
  810. deviceManage: 'All devices',
  811. clerkManage: 'Employee management',
  812. patientManage: 'Patient management',
  813. customerManage: 'User Management',
  814. customerQrCode: 'User QR code',
  815. mobileDeviceManage: 'Mobile Device',
  816. userLocationManage: 'User Location',
  817. sosDeviceSettingManage: 'Alarm device',
  818. channelManage: 'Intercom channel',
  819. remarkManage: 'Note management',
  820. taskManage: 'Task management',
  821. interactionHistory: 'Interaction History',
  822. frameGroupManage: 'Region management',
  823. frameGroupEdit: 'Edit area information',
  824. watchFrameManage: 'Mobile device space',
  825. broadcastManage: 'Broadcast settings',
  826. broadcastEdit: 'Edit broadcast information',
  827. nurseConfig: 'Nursing parameters',
  828. boardManage: 'Information board settings',
  829. eventManage: 'Button event management',
  830. interactionChars: 'Interaction statistics',
  831. partSetting: 'Organization settings',
  832. allClerk: 'All employees',
  833. allCustomer: 'All users',
  834. allDevice: 'All devices',
  835. errorLog: 'Error log',
  836. systemConfig: 'System parameters',
  837. shopSetting: 'System settings',
  838. menuManage: 'Menu management',
  839. organization: 'Organization',
  840. roleManage: 'Role management',
  841. debugging485: '485 debugging',
  842. deviceFrame: 'Device space',
  843. ledDevice: 'LED devices'
  844. },
  845. deviceType: {
  846. NURSE_HOST: 'Nurse Host',
  847. DOCTOR_HOST: 'Doctor Host',
  848. DOOR_DEVICE: 'Door Station',
  849. DIGIT_BED_DEVICE: 'Bed Extension',
  850. LCD_SCREEN: 'LCD Corridor Screen',
  851. LED_SCREEN: 'LED Dot Corridor Screen',
  852. NURSE_WATCH: 'Nurse Moves',
  853. WORKER_WATCH: 'The Carer Moves',
  854. USER_WATCH: 'User Move',
  855. CELL_PHONE: 'Mobile App',
  856. TRANSFER_DEVICE: 'Bus Conversion Box',
  857. SIMULATE_BED_DEVICE: 'Analog Extension',
  858. SIMULATE_EMERGENCY_BUTTON: 'Analog Emergency Button',
  859. SIMULATE_DOOR_LIGHT: 'Analog Door Light',
  860. REMOTE_CONTROL: 'Remote Control',
  861. BEACON: 'Beacons',
  862. INFORMATION_BOARD: 'Information Board',
  863. ENTRANCE_GUARD: 'Access Control Device',
  864. VISITATION: 'Visiting Machine',
  865. RS485_TRANSFER: '485 Conversion Box',
  866. EMERGENCY_BUTTON: 'Emergency Button',
  867. RS485_DOOR: '485 Door Extension',
  868. ALARM_BODY_INDUCTIVE: 'Infrared Alarm',
  869. ALARM_WATER_OVERFLOW: 'Water Monitor',
  870. ALARM_HOUSEHOLD_GAS: 'Household Fire Alarm',
  871. ALARM_HOUSEHOLD_SMOKE: 'Household Smoke Alarm',
  872. ALARM_BUTTON_SOS: 'One Button Alarm',
  873. VITAL_SIGNS_DEVICE: 'Signs Devices',
  874. ALARM_RESTRAINT_BAND: 'Restriction Band Alarm',
  875. DOOR_LOCK: 'Door Magnetic Sensor',
  876. EMERGENCY_GATEWAY: 'Alarm Gateway',
  877. ALARM_433BUTTON: '433 Alarm',
  878. OTHER_HOST: 'Other Host'
  879. },
  880. vitalSignsDeviceType: {
  881. BLOOD_SUGAR: 'Blood Pressure Meter',
  882. BLOOD_OXYGEN: 'Oximeter',
  883. BLOOD_PRESSURE: 'Blood Pressure Monitor',
  884. TEMPERATURE: 'Temperature Gun',
  885. SHADOW_OF_GUARDIAN: 'Guardian Shadow'
  886. },
  887. sosDeviceSettingType: {
  888. NOT_START: 'Do Not Start',
  889. EPIDEMIC_PATTERN: 'Epidemic Prevention Mode',
  890. CARING_PATTERN: 'Elderly Care Mode'
  891. },
  892. tcpType: {
  893. CALLBACK: 'TCP Feedback',
  894. VOICE: 'Voice',
  895. VIDEO: 'Video',
  896. SOS: 'Emergency Call',
  897. REINFORCE: 'Reinforcements',
  898. IM: 'Message',
  899. DEVICE: 'Device',
  900. DATA: 'Data',
  901. EVENT: 'Event',
  902. SIDE: 'Outside Information',
  903. BROADCAST: 'Broadcast',
  904. TIME: 'Time',
  905. ENTRACEGUARD: 'Access Control',
  906. CHANNELIM: 'Channel Message',
  907. LOCATION: 'Location',
  908. PHONE: 'Phone',
  909. UNKNOWN: 'Unknown'
  910. },
  911. relativeNameType: {
  912. CHILDREN: 'Child',
  913. HUSBAND: 'Husband',
  914. WIFE: 'Wife',
  915. FATHER: 'Father',
  916. MOTHER: 'Mother',
  917. RELATIVE: 'Relative',
  918. FRIEND: 'Friend'
  919. },
  920. childbirthType: {
  921. SPONTANEOUS_LABOR: 'Natrual Birth',
  922. CAESAREAN_BIRTH: 'Caesarean Birth'
  923. }
  924. }