en.js 52 KB

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