en.js 52 KB

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