en.js 52 KB

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