en.js 37 KB

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