en.js 61 KB

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