en.js 64 KB

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