en.js 34 KB

123456789101112131415161718192021222324252627282930313233343536373839404142434445464748495051525354555657585960616263646566676869707172737475767778798081828384858687888990919293949596979899100101102103104105106107108109110111112113114115116117118119120121122123124125126127128129130131132133134135136137138139140141142143144145146147148149150151152153154155156157158159160161162163164165166167168169170171172173174175176177178179180181182183184185186187188189190191192193194195196197198199200201202203204205206207208209210211212213214215216217218219220221222223224225226227228229230231232233234235236237238239240241242243244245246247248249250251252253254255256257258259260261262263264265266267268269270271272273274275276277278279280281282283284285286287288289290291292293294295296297298299300301302303304305306307308309310311312313314315316317318319320321322323324325326327328329330331332333334335336337338339340341342343344345346347348349350351352353354355356357358359360361362363364365366367368369370371372373374375376377378379380381382383384385386387388389390391392393394395396397398399400401402403404405406407408409410411412413414415416417418419420421422423424425426427428429430431432433434435436437438439440441442443444445446447448449450451452453454455456457458459460461462463464465466467468469470471472473474475476477478479480481482483484485486487488489490491492493494495496497498499500501502503504505506507508509510511512513514515516517518519520521522523524525526527528529530531532533534535536537538539540541542543544545546547548549550551552553554555556557558559560561562563564565566567568569570571572573574575576577578579580581582583584585586587588589590591592593594595596597598599600601602603604605606607608609610611612613614615616617618619620621622623624625626627628629630631632633634635636637638639640641642643644645646647648649650651652653654655656657658659660661662663664665666667668669670671672673674675676677678679680681682683684685686687688689690691692693694695696697698699700701702703704705706707708709710711712713714715716717718719720721722723724725726727728729730731732733734735736737738739740741742743744745746747748749750751752753754755756757758759760761762763764765766767768769770771772773774775776777778779780781782783784785786787788789790791792793794795796797798799800801802803804805806807808809810811812813814815816817818819820821822823824825826827828829830831832833834835836837838839840841842843844845846847848849850851852853854855856857858859860861862863864865866867868869870871872873874875876877878879880881882883884885886887888889890891892893894895896897898899900901902903904
  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 files can be uploaded',
  118. uploadFileMsg4: 'The upload attachment size cannot exceed 5MB!',
  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. hostDeviceList: 'Nurse host list',
  304. webSocketSuccess: 'WebSocket connection is successful',
  305. webSocketError: 'An error occurred in the WebSocket connection'
  306. },
  307. clerkManage: {
  308. clerkEdit: 'Edit member information',
  309. role: 'Role',
  310. choiceRole: 'Please choose a role',
  311. clerkList: 'Team members',
  312. admin: 'Organization Manager',
  313. shop: 'Responsible organizator',
  314. choiceShop: 'Choose organizator',
  315. shopMsg: 'Please select an organizator'
  316. },
  317. customerManage: {
  318. customerAdd: 'Check-in',
  319. customerAdd2: 'Registration',
  320. customerQrCode: 'QR code',
  321. customerInfo: 'User Information',
  322. baseInfo: 'Basic information',
  323. named: 'User name',
  324. inputNamed: 'Please enter a name',
  325. cardNo: 'Check-in number',
  326. cardNo2: 'Registration number',
  327. inputCardNo: 'Please enter the patient number',
  328. inputCardNo2: 'Please enter the registration number',
  329. age: 'Age',
  330. inputAge: 'Please enter the age',
  331. ageUnit: 'Age Unit',
  332. choiceAgeUnit: 'Please choose an age unit',
  333. year: 'Year',
  334. month: 'Month',
  335. day: 'Day',
  336. inDate: 'Check-in date',
  337. outDate: 'Out time',
  338. outDate2: 'Exit time',
  339. choiceDate: 'Choose date',
  340. to: 'to',
  341. today: 'to date',
  342. idType: 'Document type',
  343. id: 'Document',
  344. idCard: 'ID',
  345. noIdCard: 'No ID Card',
  346. null: 'Not currently available',
  347. passport: 'Passport',
  348. servicemanCard: 'Military card',
  349. idNo: 'ID number',
  350. inputIdNo: 'Please enter the ID number',
  351. nickname: 'Nickname',
  352. inputNickname: 'Please enter another name for the user',
  353. frame: 'Check in bed',
  354. frame2: 'Registration location',
  355. choiceFrame: 'Please choose a bed',
  356. illnessDesc: "Brief description of the user's situation",
  357. illnessDesc2: 'User Profile',
  358. illnessDesc3: 'Mode of childbirth',
  359. patientIllnessDesc: 'Illness description',
  360. inputIllnessDesc: 'Please input text content, length 2~50',
  361. choiceIllnessDesc: 'Please choose the delivery method',
  362. advice: "Doctor's advice",
  363. inputAdvice: 'Please enter text content, length 2~50',
  364. doctor: 'Responsible doctor',
  365. doctor2: 'Guardian',
  366. choiceDoctor: 'Please choose a doctor',
  367. choiceDoctor2: 'Please choose a guardian',
  368. nurse: 'Responsible nurse',
  369. choiceNurse: 'Please choose a nurse',
  370. worker: 'Responsible care worker',
  371. choiceWorker: 'Please choose a nurse',
  372. choiceUser: 'Please select a user',
  373. customerRelative: 'User Relative',
  374. sureDeleteRelative: "Are you sure you want to delete this patient's relative information?",
  375. customerRelativeTrueName: 'Relative name',
  376. inputCustomerRelativeTrueName: "Please enter the relative's name",
  377. relativeName: 'Relationship',
  378. inputRelativeName: 'Please enter relative relationship such as: friend',
  379. choiceRelativeName: 'Please choose a relationship',
  380. vital: 'Signs',
  381. remark: 'Remark',
  382. remarks: 'Remarks:',
  383. inputRemarks: 'Please enter the remarks',
  384. remarkTime: 'Time:',
  385. remarkName: 'Remark person:',
  386. addRemark: 'Add remark',
  387. outBed: 'Log out of bed',
  388. outBed2: 'Unregister',
  389. outBed3: 'Unregister',
  390. sureOutBed: 'Are you sure about log out of bed? ',
  391. outBedSuccess: 'Bed out successfully! ',
  392. changeBed: 'Change bed',
  393. changeBed2: 'Change location',
  394. changeBed3: 'change',
  395. changeBedSuccess: '',
  396. oldBed: 'Current bed',
  397. newBed: 'Change to bed',
  398. choiceNewBed: 'Please choose a bed',
  399. getEmptyBed: 'Get an empty bed:',
  400. message: 'message',
  401. customerStatus: 'Current status',
  402. customerStatusTrue: 'Checking in',
  403. customerStatusFalse: 'Left',
  404. footprint: 'Footprint'
  405. },
  406. vital: {
  407. customerVital: 'User Log',
  408. paramName: 'Physical parameters',
  409. value: 'Physical value',
  410. logTime: 'Measurement time',
  411. company: 'Unit'
  412. },
  413. watch: {
  414. deviceKeywords: 'Please enter the device alias or device identification code',
  415. dateKeywords: 'Select a date to search',
  416. huanBan: 'Shift shift',
  417. binding: 'Binding',
  418. noBinding: 'Not bound',
  419. ethMac: 'Device ID',
  420. initializeDevice: 'Initialize the device',
  421. watchFrame: 'Manage space',
  422. watchDeviceFrame: 'Manage space for mobile device',
  423. place: 'Location',
  424. placeInfo: 'Location information',
  425. getNewPlace: 'Get the latest location',
  426. inputName: 'Please enter a name',
  427. deviceMember: 'Binding person',
  428. choiceNurse: 'Please choose a nurse',
  429. doNothing: 'No changes have been made',
  430. nurseManageFrame: 'Nurse management frame',
  431. choiceFrame: 'Please choose a bed! ',
  432. you: 'You are',
  433. in: 'in',
  434. nearby: 'nearby',
  435. notCovered: 'Not currently in beacon range'
  436. },
  437. channel: {
  438. channelAdd: 'Add channel',
  439. channelName: 'Channel name',
  440. inputChannelName: 'Please enter the channel name',
  441. subscribeManage: 'Subscription Management'
  442. },
  443. remark: {
  444. remarkAdd: 'New note',
  445. remarkContent: 'Note content:',
  446. remarkCreateTime: 'Create time:',
  447. remarkCreateName: 'Created by:'
  448. },
  449. task: {
  450. all: 'All',
  451. taskType: 'Task status',
  452. notOperated: 'Not Operated',
  453. taskFail: 'Task failed',
  454. taskSuccess: 'Task succeeded',
  455. isTaskSuccess: 'Task completed?',
  456. success: 'Success',
  457. failed: 'Failed',
  458. noticeAndTask: 'Notice/Task',
  459. taskPlanTime: 'Scheduled task execution time',
  460. taskPlanTime2: 'Plan execution time:',
  461. taskToTime: 'Actual task execution time',
  462. taskToName: 'Task operator',
  463. doTask: 'Operation task',
  464. creatName: 'Creator',
  465. choiceTaskPlanTime: 'Please select the scheduled task execution time',
  466. inputTaskContent: 'Please enter the task content',
  467. choiceTaskToTime: 'Please choose the actual task time'
  468. },
  469. interaction: {
  470. interactionKeywords: 'Please enter the initiator or receiver',
  471. fromMemberName: 'Originator',
  472. toMemberName: 'Receiver',
  473. actionType: 'Interaction type',
  474. actionEnd: 'Interaction result',
  475. actionTime: 'Number of interactions',
  476. actionTime2: 'Number of calls',
  477. success: 'Success',
  478. successInteraction: 'Response to interaction',
  479. successInteraction2: 'The call has been connected',
  480. unSuccessInteraction: 'Unfinished interaction',
  481. unSuccessInteraction2: 'Unconnected call',
  482. unSuccessTime: 'Uncompleted times',
  483. unSuccessTime2: 'Unconnected times',
  484. failedInteraction: 'Failed to hang up the interaction normally',
  485. failedInteraction2: 'The call did not hang up normally',
  486. notOperated: 'Not responding',
  487. data: 'Interaction data',
  488. createDate: 'Interaction time',
  489. fromDevice: 'Initiating device',
  490. toDevice: 'Receive device',
  491. interactionRecord: 'Interaction record',
  492. interactionRecord2: 'Call record',
  493. all: 'All',
  494. customerAndClerk: 'Customer and employee',
  495. clerkAndClerk: 'Colleague and Colleague',
  496. selectData: 'Check periord:',
  497. customerCensus: 'User interaction statistics',
  498. clerkCensus: 'Employee interaction statistics',
  499. dataCensus: 'Time period interaction statistics',
  500. unSuccessCensus: 'Uncompleted interaction statistics',
  501. interactionCensus: 'Interaction record statistics',
  502. quantityCensus: 'Quantity statistics',
  503. avgResponseNum: 'Average response time',
  504. avgResponseNum2: 'Average On Time',
  505. MinNum: 'Minimum response time',
  506. MinNum2: 'Minimum on time',
  507. MaxNum: 'Maximum response time',
  508. MaxNum2: 'Maximum on time',
  509. SumNum: 'Total call time',
  510. total: 'Total'
  511. },
  512. frameGroup: {
  513. frameGroupAdd: 'New area',
  514. frameGroupName: 'Region name',
  515. inputFrameGroupName: 'Please enter the area name',
  516. frameGroupNameMsg: 'The area name cannot be empty',
  517. frameGroupManage: 'Regional control space'
  518. },
  519. broadcast: {
  520. broadcastAdd: 'New broadcast',
  521. broadcastName: 'Broadcast name',
  522. inputBroadcastName: 'Please enter the broadcast name',
  523. broadcastNameMsg: 'Broadcast name cannot be empty',
  524. broadcastMode: 'Broadcast Mode',
  525. broadcastModeMsg: 'Broadcast mode must be selected',
  526. playMode: 'Play Mode',
  527. manualMode: 'Manual mode',
  528. autoMode: 'Auto Mode',
  529. playModeMsg: 'Play mode must be selected',
  530. timePlay: 'Timed Play',
  531. scheduledPlay: 'Scheduled Play',
  532. playStart: 'Autoplay start',
  533. playStartMsg: 'Auto mode start time must be selected',
  534. anyTime: 'Any point in time',
  535. playEnd: 'Timed playback ends',
  536. playEndMsg: 'Timed playback end time must be selected',
  537. repeatTimes: 'Fixed playback times',
  538. repeatTimesMsg: 'Play times must be filled in',
  539. repeatTime: 'Play times',
  540. broadcastStatus: ' Enabled or not',
  541. broadcastStart: 'Start this broadcast',
  542. status: 'Start status',
  543. statusTrue: 'Enabled',
  544. statusFalse: 'Closed',
  545. repeatDay: 'Start Day',
  546. play: 'Play',
  547. stop: 'Stop',
  548. playOrder: 'Play order',
  549. playOrderMsg: 'Playing order is required',
  550. broadcastFrameGroup: 'Broadcast area',
  551. otherBroadcastFrameGroup: 'Other broadcast positions',
  552. broadcastInfo: 'Broadcast information',
  553. broadcastFile: 'Broadcast file'
  554. },
  555. event: {
  556. eventEdit: 'Edit button event',
  557. name: 'Name',
  558. inputName: 'Please enter a name',
  559. desc: 'Description',
  560. inputDesc: 'Please enter a description',
  561. keyCode: 'Unique identification code',
  562. inputKeyCode: 'Please enter a unique identification code',
  563. coordinateX: 'x coordinate range',
  564. minX: 'Minimum x-axis',
  565. manX: 'Maximum x-axis',
  566. coordinateY: 'y coordinate range',
  567. minY: 'Minimum y-axis',
  568. manY: 'Maximum y-axis',
  569. deviceType: 'Device type',
  570. choiceDeviceType: 'Please choose a type',
  571. remoteControl: 'Remote control',
  572. emergencyButton: 'SOS emergency button',
  573. roleName: 'Applicable role',
  574. choiceRoleName: 'Please select the applicable person',
  575. icon: 'Icon'
  576. },
  577. nurseConfig: {
  578. configName: 'Nursing name',
  579. inputConfigName: 'Please enter the nursing name',
  580. configAdd: 'Add nursing parameters',
  581. configEdit: 'Modify nursing item',
  582. optionAdd: 'Add nursing item',
  583. optionName: 'Nursing item name',
  584. inputOptionName: 'Please enter the name of the nursing item',
  585. optionColor: 'Care lamp color',
  586. colorRgb: 'Color ID',
  587. basic: 'Basic Nursing Information'
  588. },
  589. board: {
  590. boardSet: 'Set information board',
  591. statusTime: 'Screen stay time',
  592. statusTimeSet: 'Set the duration of stay',
  593. statusTimeSetMsg: 'The duration must be set for each item! ',
  594. the: 'the first',
  595. screen: 'screen',
  596. screenFirst: 'First screen',
  597. screenFirstSet: 'The duration of the first screen stay',
  598. screenSecond: 'The second screen',
  599. screenSecondSet: 'The duration of the second screen stay',
  600. screenFixedSet: 'Set the fixed screen display',
  601. noFixed: 'Not fixed',
  602. name: 'Alias',
  603. ethMac: 'Mac address',
  604. partId: 'Department ID',
  605. setUpThisPart: 'Set to undergraduate room',
  606. webSocketSuccess: 'Service is normal, new information boards can be automatically discovered'
  607. },
  608. guard: {
  609. shotPicture: 'Take Photo',
  610. openDoor: 'unlock',
  611. lockDoor: 'Lock the door',
  612. addVisit: 'Issue basic visitor information',
  613. addUser: 'Add people'
  614. },
  615. error: {
  616. errorClear: 'Clear log',
  617. errorDetails: 'Error details',
  618. device: 'Device:',
  619. ethMac: 'Identification code',
  620. deviceFrame: 'Device position:',
  621. deviceFrame2: 'Device position',
  622. className: 'Class Name:',
  623. className2: 'class name',
  624. methodName: 'Method name:',
  625. methodName2: 'method name',
  626. exceptionName: 'Exception type:',
  627. errorTime: 'Error time:',
  628. errorTime2: 'Error time',
  629. errorMsg: 'Error message:',
  630. detailsError: 'Detailed error:'
  631. },
  632. systemConfig: {
  633. add: 'Add parameter configuration',
  634. groupName: 'Group name',
  635. inputGroupName: 'Please enter the group name',
  636. keyCode: 'Reference code',
  637. keyCodeMsg: 'The reference code cannot be empty',
  638. inputKeyCode: 'Please enter the reference code',
  639. keyName: 'Configuration name',
  640. inputKeyName: 'Please enter the configuration name',
  641. keyVal: 'Configuration value',
  642. keyValMsg: 'Configuration value cannot be empty',
  643. inputKeyVal: 'Please enter the configuration value',
  644. description: 'parameter description',
  645. inputDescription: 'Please enter a parameter description'
  646. },
  647. menu: {
  648. add: 'Add',
  649. addMsg: 'Max three levels can be add to the menu',
  650. addFirst: 'Add top menu',
  651. menuEdit: 'Edit menu',
  652. menuAdd: 'Add menu',
  653. title: 'Menu title',
  654. inputTitle: 'Please enter the menu title! ',
  655. titleMsg: 'Length between 2 and 6 characters',
  656. identifier: 'Menu ID',
  657. inputIdentifier: 'Please enter the menu ID! ',
  658. identifierMsg: 'Length between 1 and 50 characters',
  659. authRegular: 'Menu permissions',
  660. inputAuthRegular: 'Please enter menu authority! ',
  661. authRegularMsg: 'Length between 1 and 50 characters',
  662. MenuDeleteMsg: 'Are you sure you want to delete this menu? If there are submenus, the submenus will also be deleted! '
  663. },
  664. partInfo: {
  665. partInfo: 'System Settings',
  666. baseInfo: 'Basic information',
  667. shopName: 'Organization Abbreviation',
  668. shopNameMsg: 'Organization abbreviation must be filled in',
  669. inputShopName: 'Input organization abbreviation',
  670. shopFullName: 'Organization full name',
  671. shopFullNameMsg: 'The full name of the organization must be filled in',
  672. inputShopFullName: 'Enter the full name of the organization',
  673. hisCode: 'HIS system ID',
  674. inputHisCode: 'Please enter the HIS system ID',
  675. shopType: 'Organization type',
  676. shopTypeMsg: 'Organization type must be selected',
  677. choiceShopType: 'Please select the organization type',
  678. hospital: 'Hospital',
  679. part: 'Department',
  680. shop: 'Institution',
  681. organization: 'Organization',
  682. shopMemberName: 'Administrator account',
  683. shopMemberNameMsg: 'The administrator account must be filled in',
  684. inputShopMemberName: 'Please enter the administrator account',
  685. shopMemberPassword: 'Admin password',
  686. shopMemberPasswordMsg: 'Administrator password must be filled in',
  687. inputShopMemberPassword: 'Please enter the administrator password',
  688. shopParentName: 'Abbreviation of parent organization',
  689. shopParentFullName: 'The full name of the parent organization',
  690. shopParentId: 'Organization',
  691. choiceShopParentId: 'Please choose a parent organization',
  692. dayInfo: 'Daytime parameter settings',
  693. dayStart: 'Day start time',
  694. nightInfo: 'Night parameter settings',
  695. nightStart: 'Night start time',
  696. dayOrNightVol: 'Host call volume',
  697. dayOrNightDoorVol: 'Outdoor machine call volume',
  698. dayOrNightTransferBoxVol: 'Transfer box call volume',
  699. dayOrNightLight: 'Extension LCD screen brightness',
  700. dayOrNightRingTimes: 'Number of the call rings times',
  701. dayOrNightBedVol: 'Extension call volume',
  702. dayOrNightRingVol: 'Host system volume',
  703. dayOrNightNurseLed: 'Extension Nursing Light Brightness',
  704. dayOrNightTransferBoxSystemVol: 'Transfer box system volume',
  705. otherInfo: 'Other parameters',
  706. sleepSecondsBed: 'Extension screen time off',
  707. sleepSecondsDoor: 'Outdoor screen time off',
  708. sleepSecondsNurse: 'Nurse host resting time',
  709. sipOvertime: 'Voice call timeout',
  710. transferDuration: 'Nurse transfer duration',
  711. transferDurationLeader: 'The transfer duration of the nurse team leader',
  712. nurseKeyVal: 'Nurse host transfer time',
  713. autoAccept: 'Extension automatic answering',
  714. openAutoAccept: 'Enable automatic answer',
  715. eventForward: 'Event forwarding function',
  716. openEventForward: 'Open event forwarding',
  717. communicationModeBed: 'Extension communication mode',
  718. communicationModeNurse: 'Nurse host communication mode',
  719. communicationModeMobile: 'Mobile device communication mode',
  720. networkCall: 'Internet call',
  721. mobileCall: 'Mobile call',
  722. fixedCall: 'Fixed call',
  723. customizeRoleCallFirst: 'Customerize call role 1',
  724. customizeRoleCallSecond: 'Customize call role 2',
  725. customizeRoleCallThird: 'Customize call role 3',
  726. customizeRoleCallFourth: 'Customize call role 4',
  727. customizeRoleCallFifth: 'Customize call role 5',
  728. customizeHospitalCallFirst: 'Customize call device 1',
  729. customizeHospitalCallFirstName: 'Customize the name of the calling device 1',
  730. inputCustomizeHospitalCallFirstName: 'Input device 1 name',
  731. customizeHospitalCallSecond: 'Customize call device 2',
  732. customizeHospitalCallSecondName: 'Customize the name of the call device 2',
  733. inputCustomizeHospitalCallSecondName: 'Input device 2 name',
  734. customizeHospitalCallThird: 'Customize call device 3',
  735. customizeHospitalCallThirdName: 'Customize the name of the call device 3',
  736. inputCustomizeHospitalCallThirdName: 'Input device 3 name',
  737. inputName: 'Please enter a name',
  738. doctorTitle: 'Analog extension doctor title',
  739. nurseTitle: 'Analog extension nurse title',
  740. doorNurseTitle: 'Title of door machine call nurse',
  741. doorNursingTitle: 'Title of door machine in nursing',
  742. display: 'Display',
  743. onDisplay: 'Do not display',
  744. upSeconds: 'interval of Watch upload positioning ',
  745. saveSettings: 'Save settings',
  746. initializeSystem: 'Initialize the system',
  747. initialize485Device: 'Initialize 485 Device',
  748. addTestMemberList: 'Add test users in batches',
  749. devicesRef: 'Device batch refresh',
  750. bindDevice: 'Bind the voice conversion box',
  751. sureBindDevice: 'Are you sure you need to bind the voice conversion box?',
  752. sureAddTestMemberList: 'Are you sure you need to add test users in batches?',
  753. startAdd: 'Start creating',
  754. sureDevicesRef: 'Are you sure you need to refresh devices in batches?',
  755. partInfoSetting: 'Department information setting',
  756. nurse: 'Nurse host APP update',
  757. vnurse: 'Visual version of Nurse host ',
  758. znurse: 'The main control nurse host APP is updated',
  759. doctor: 'Doctor host',
  760. door: 'Door phone APP update',
  761. vdoor: 'Visual version of doorway machine',
  762. sickbed: '5-inch bed extension APP',
  763. sevensickbed: '7 inch bed extension APP',
  764. vsickbed: ' Visual version of Bed extension',
  765. mobiledevice: 'Mobile device',
  766. visitation: 'Visitor',
  767. transferDevice: 'Transfer box',
  768. lcdDevice: 'LCD corridor screen',
  769. organizationAdd: 'New Organization',
  770. boardShowEmptyBed: 'The board shows empty beds',
  771. nursingColorRgb: 'Nursing door light color',
  772. twoColorDoorLightValid: 'Two-color door lights are supported or not',
  773. support: 'Support two-color door lights'
  774. },
  775. role: {
  776. roleName: 'Role name',
  777. roleNameMsg: 'Length between 1 and 10 characters',
  778. inputRoleName: 'Please enter the role name! ',
  779. roleDescribe: 'role description',
  780. roleDescribeMsg: 'Maximum 200 words',
  781. permission: 'Role permission',
  782. roleAdd: 'New role',
  783. roleEvent: 'Role event',
  784. roleDelete: 'Delete role',
  785. roleEdit: 'Edit role event',
  786. onChoiceRole: 'No role has been selected!'
  787. },
  788. tab: {
  789. home: 'Home',
  790. frameManage: 'Space position',
  791. deviceManage: 'All devices',
  792. clerkManage: 'Employee management',
  793. patientManage: 'Patient management',
  794. customerManage: 'User Management',
  795. customerQrCode: 'User QR code',
  796. mobileDeviceManage: 'Mobile Device',
  797. userLocationManage: 'User Location',
  798. sosDeviceSettingManage: 'Alarm device',
  799. channelManage: 'Intercom channel',
  800. remarkManage: 'Note management',
  801. taskManage: 'Task management',
  802. interactionHistory: 'Interaction History',
  803. frameGroupManage: 'Region management',
  804. frameGroupEdit: 'Edit area information',
  805. watchFrameManage: 'Mobile device space',
  806. broadcastManage: 'Broadcast settings',
  807. broadcastEdit: 'Edit broadcast information',
  808. nurseConfig: 'Nursing parameters',
  809. boardManage: 'Information board settings',
  810. eventManage: 'Button event management',
  811. interactionChars: 'Interaction statistics',
  812. partSetting: 'Organization settings',
  813. allClerk: 'All employees',
  814. allCustomer: 'All users',
  815. allDevice: 'All devices',
  816. errorLog: 'Error log',
  817. systemConfig: 'System parameters',
  818. shopSetting: 'System settings',
  819. menuManage: 'Menu management',
  820. organization: 'Organization',
  821. roleManage: 'Role management',
  822. debugging485: '485 debugging',
  823. deviceFrame: 'Device space'
  824. },
  825. deviceType: {
  826. NURSE_HOST: 'Nurse Host',
  827. DOCTOR_HOST: 'Doctor Host',
  828. DOOR_DEVICE: 'Door Station',
  829. DIGIT_BED_DEVICE: 'Bed Extension',
  830. LCD_SCREEN: 'LCD Corridor Screen',
  831. LED_SCREEN: 'LED Dot Corridor Screen',
  832. NURSE_WATCH: 'Nurse Moves',
  833. WORKER_WATCH: 'The Carer Moves',
  834. USER_WATCH: 'User Move',
  835. CELL_PHONE: 'Mobile App',
  836. TRANSFER_DEVICE: 'Bus Conversion Box',
  837. SIMULATE_BED_DEVICE: 'Analog Extension',
  838. SIMULATE_EMERGENCY_BUTTON: 'Analog Emergency Button',
  839. SIMULATE_DOOR_LIGHT: 'Analog Door Light',
  840. REMOTE_CONTROL: 'Remote Control',
  841. BEACON: 'Beacons',
  842. INFORMATION_BOARD: 'Information Board',
  843. ENTRANCE_GUARD: 'Access Control Device',
  844. VISITATION: 'Visiting Machine',
  845. RS485_TRANSFER: '485 Conversion Box',
  846. EMERGENCY_BUTTON: 'Emergency Button',
  847. RS485_DOOR: '485 Door Extension',
  848. ALARM_BODY_INDUCTIVE: 'Infrared Alarm',
  849. ALARM_WATER_OVERFLOW: 'Water Monitor',
  850. ALARM_HOUSEHOLD_GAS: 'Household Fire Alarm',
  851. ALARM_HOUSEHOLD_SMOKE: 'Household Smoke Alarm',
  852. ALARM_BUTTON_SOS: 'One Button Alarm',
  853. VITAL_SIGNS_DEVICE: 'Signs Devices',
  854. ALARM_RESTRAINT_BAND: 'Restriction Band Alarm',
  855. DOOR_LOCK: 'Door Magnetic Sensor',
  856. EMERGENCY_GATEWAY: 'Alarm Gateway',
  857. ALARM_433BUTTON: '433 Alarm',
  858. OTHER_HOST: 'Other Host'
  859. },
  860. vitalSignsDeviceType: {
  861. BLOOD_SUGAR: 'Blood Pressure Meter',
  862. BLOOD_OXYGEN: 'Oximeter',
  863. BLOOD_PRESSURE: 'Blood Pressure Monitor',
  864. TEMPERATURE: 'Temperature Gun',
  865. SHADOW_OF_GUARDIAN: 'Guardian Shadow'
  866. },
  867. sosDeviceSettingType: {
  868. NOT_START: 'Do Not Start',
  869. EPIDEMIC_PATTERN: 'Epidemic Prevention Mode',
  870. CARING_PATTERN: 'Elderly Care Mode'
  871. },
  872. tcpType: {
  873. CALLBACK: 'TCP Feedback',
  874. VOICE: 'Voice',
  875. VIDEO: 'Video',
  876. SOS: 'Emergency Call',
  877. REINFORCE: 'Reinforcements',
  878. IM: 'Message',
  879. DEVICE: 'Device',
  880. DATA: 'Data',
  881. EVENT: 'Event',
  882. SIDE: 'Outside Information',
  883. BROADCAST: 'Broadcast',
  884. TIME: 'Time',
  885. ENTRACEGUARD: 'Access Control',
  886. CHANNELIM: 'Channel Message',
  887. LOCATION: 'Location',
  888. PHONE: 'Phone',
  889. UNKNOWN: 'Unknown'
  890. },
  891. relativeNameType: {
  892. CHILDREN: 'Child',
  893. HUSBAND: 'Husband',
  894. WIFE: 'Wife',
  895. FATHER: 'Father',
  896. MOTHER: 'Mother',
  897. RELATIVE: 'Relative',
  898. FRIEND: 'Friend'
  899. },
  900. childbirthType: {
  901. SPONTANEOUS_LABOR: 'Natrual Birth',
  902. CAESAREAN_BIRTH: 'Caesarean Birth'
  903. }
  904. }