en.js 43 KB

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