en.js 34 KB

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