en.js 9.8 KB

123456789101112131415161718192021222324252627282930313233343536373839404142434445464748495051525354555657585960616263646566676869707172737475767778798081828384858687888990919293949596979899100101102103104105106107108109110111112113114115116117118119120121122123124125126127128129130131132133134135136137138139140141142143144145146147148149150151152153154155156157158159160161162163164165166167168169170171172173174175176177178179180181182183184185186187188189190191192193194195196197198199200201202203204205206207208209210211212213214215216217218219220221222223224225226227228229230231232233234235236237238239240241242243244245246247248249250251252253254255256257258259260261262263264265266267268269270271272273274275276
  1. MWF.xApplication = MWF.xApplication || {};
  2. MWF.xApplication.Meeting = MWF.xApplication.Meeting || {};
  3. MWF.xApplication.Meeting.LP={
  4. "title": "Metting Management",
  5. "metting": "Metting",
  6. "subject": "Metting Title",
  7. "applyPerson": "Applicant",
  8. "myMeeting": "My Meeting",
  9. "month": "Month",
  10. "day": "Day",
  11. "room": "Meeting Room",
  12. "list": "Meeting List",
  13. "today": "Today",
  14. "tomorrow": "Tomorrow",
  15. "afterTomorrow": "AfterTomorrow",
  16. "yesterday": "Yesterday",
  17. "beforeYesterday": "The day before yesterday",
  18. "nextMonth": "Next Month",
  19. "floor": "Floor",
  20. "enable": "Enable",
  21. "disable": "Disable",
  22. "cancel": "Cancel",
  23. "close": "Close",
  24. "save": "Save",
  25. "newBuilding": "New Location",
  26. "editBuilding": "Edit Location",
  27. "meetingApply": "Meeting Apply for {person}",
  28. "myMeetingApply": "My Meeting Apply",
  29. "attend": "Please attend on time",
  30. "beginDate": "Date",
  31. "beginTime": "Start Time",
  32. "endTime": "End Time",
  33. "time": "Time",
  34. "meetingTime": "Time",
  35. "selectRoom": "Room",
  36. "invitePerson": "Invite participants",
  37. "invitePerson1": "Invite Person",
  38. "invitePerson2": "Participants",
  39. "addInvitePerson1": "Add Invite Person",
  40. "addedInvitePerson1": "Invite person has been added",
  41. "deleteInvitePerson": "Invite person has been cancelled",
  42. "deleteInvitePerson1": "Cancel the inviter",
  43. "deleteInvitePerson2": "Cancelled",
  44. "userDeleteInvitePerson": "Your meeting invitation has been cancelled.",
  45. "acceptPerson": "Accepted",
  46. "rejectPerson": "Rejected",
  47. "waitAccept": "Invite you to participate",
  48. "waitConfirm": "Need your approval",
  49. "isAccept": "Please attend the meeting on time",
  50. "timeRangeHour": "{n}Hour",
  51. "timeRangeMinute": "{h}Hour{m}Minute",
  52. "accepted": "The meeting invitation has been accepted",
  53. "rejected": "Meeting invitation has been rejected",
  54. "accept": "Accept meeting invitation",
  55. "reject": "Reject the meeting invitation",
  56. "disagree": "Rejected",
  57. "agree": "Agree",
  58. "countMeetings": "Meeting",
  59. "noMeetingWeek": "No meetings within a week",
  60. "newlyMeeting": "{time}: {name}, location: {room}",
  61. "am": "a.m.",
  62. "pm": "p.m.",
  63. "monthSelectTextPrev": "Show the future",
  64. "monthSelectTextAfter": "Month Meeting",
  65. "meetingNotice": "Meeting Notice",
  66. "noComingMeeting": "You have no invitations in the next {month} months",
  67. "roomViewHelp": "You can select the time and duration to inquire about free meeting rooms.<br/>Unavailable meeting rooms will be grayed out, and conflicting meetings will be marked in red.",
  68. "delete": "Delete",
  69. "reject_confirm_title": "Reject the meeting confirmation",
  70. "reject_confirm": "Are you sure you refuse to participate in the '{name}' meeting?",
  71. "cancel_confirm_title": "Cancel Meeting Confirmation",
  72. "cancel_confirm": "You have chosen to cancel the '{name}' meeting. This meeting request will be deleted. Are you sure you want to execute it?",
  73. "accept_confirm_title": "Accept Meeting Confirmation",
  74. "accept_confirm": "Are you sure you want to join the '{name}' meeting?",
  75. "disagree_confirm_title": "Confirmation of rejected meeting application",
  76. "disagree_confirm": "Are you sure you want to reject the '{name}' meeting application?",
  77. "agree_confirm_title": "Agree to the meeting application confirmation",
  78. "agree_confirm": "Are you sure you agree to the '{name}' meeting application?",
  79. "cancelMeeting": "Cancel Meeting",
  80. "applyMeeting": "Apply Meeting",
  81. "addMeeting": "New Meeting",
  82. "editMeeting": "Edit Meeting",
  83. "addRoom": "New Meeting Room",
  84. "editRoom": "Edit Meeting Room",
  85. "refresh": "Refresh",
  86. "setting": "Settings",
  87. "phone": "Mobile",
  88. "mail": "Mailbox",
  89. "meetingSubject": "Subject",
  90. "meetingDescription": "Description",
  91. "externalPerson": "External Person",
  92. "meetingAttachment": "Attachment",
  93. "meetingDetail": "Detail",
  94. "editAddress": "Edit Address",
  95. "removeBuilding": "Remove Location",
  96. "address": "Address",
  97. "name": "Name",
  98. "meetingTopInfor": "Hello {userName}! Today meeting:",
  99. "noMeetingTopInfor": "Hello {userName}! You have no meetings today.",
  100. "roomDisable": "The meeting room is disabled",
  101. "noPermission": "The meeting details are not visible",
  102. "config_saveSuccess": "Configuration saved successfully!",
  103. "cancel_createMeeting_title": "Cancel meeting application confirmation",
  104. "cancel_createMeeting": "The meeting application is about to be cancelled. The data you filled in will be lost. Are you sure you want to cancel the current meeting application?",
  105. "meeting_input_error": "Please fill in the following correctly:<br/>",
  106. "meeting_input_subject_error": "Meeting title cannot be empty!",
  107. "meeting_input_room_error": "The meeting room cannot be empty!",
  108. "meeting_input_url_number_error": "Meeting URL and meeting number cannot be empty at the same time!",
  109. "meeting_input_person_error": "The invited participant cannot be empty!",
  110. "meeting_input_date_error": "The meeting start time cannot be earlier than now!",
  111. "meeting_input_time_error": "The meeting end time cannot be earlier than the start time!",
  112. "meeting_saveSuccess": "Meeting application saved successfully!",
  113. "deleteAttachmentTitle": "Delete attachment confirmation",
  114. "deleteAttachment": "Are you sure you want to delete the attachment you selected?",
  115. "startMeetingImmediately": "Start Meeting",
  116. "endMeetingImmediately": "End Meeting",
  117. "startMeetingSucccess": "The meeting has started",
  118. "endMeetingSucccess": "The meeting has ended",
  119. "dateFormatMonth": "%Y-%m",
  120. "dateFormatMonthDay": "%m-%d",
  121. "dateFormatMonthOnly": "%m",
  122. "dateFormatDay": "%Y-%m-%d",
  123. "dateFormatDayOnly": "%d",
  124. "dateFormatAll": "%Y-%m-%d %H:%M",
  125. "dateFormat": "db",
  126. "person": "person",
  127. "persist": "persist",
  128. "hour": "Hour",
  129. "minute": "minute",
  130. "to": "to",
  131. "all": "All",
  132. "myWaitConfirm": "Audit",
  133. "myWaitAccept": "Invite",
  134. "noTask": "No meeting invitation today",
  135. "noMeeting": "No meeting",
  136. "noAddress": "Address not filled in",
  137. "hostPerson": "Host Person",
  138. "hostUnit": "Host Unit",
  139. "meetingType": "Meeting Type",
  140. "meetingMode": "meeting mode",
  141. "meetingModeSelectText": [
  142. "offline meeting",
  143. "online meeting"
  144. ],
  145. "meetingModeSelectValue": [
  146. "offline",
  147. "online"
  148. ],
  149. "meetingUrl": "meeting link",
  150. "openMeetingUrl": "Open meeting link",
  151. "meetingNumber": "meeting number",
  152. "netMeetingAbb": "Net",
  153. "yes": "Yes",
  154. "no": "No",
  155. "other": "Other",
  156. "createOnSave": "Automatically generated after saving",
  157. "copy": "Copy",
  158. "noRoomBuilding": "Network meeting without meeting room",
  159. "week": "Week",
  160. "weeks": {
  161. "Sun": "Sun",
  162. "Mon": "Mon",
  163. "Tues": "Tues",
  164. "Wed": "Wed",
  165. "Thur": "Thur",
  166. "Fri": "Fri",
  167. "Sat": "Sat",
  168. "arr": [
  169. "Sun",
  170. "Mon",
  171. "Tues",
  172. "Wed",
  173. "Thur",
  174. "Fri",
  175. "Sat"
  176. ]
  177. },
  178. "device": {
  179. "projector": "Projector",
  180. "board": "Whiteboard",
  181. "tvset": "TV set",
  182. "tv": "Video Conference",
  183. "camera": "Camera",
  184. "wifi": "Wifi",
  185. "phone": "Tellphone"
  186. },
  187. "inputAddress": "Add Address",
  188. "save_success": "Save successfully!",
  189. "delete_building_title": "Delete Confirmation",
  190. "delete_building_hasRoom": "There are still meeting rooms under '{name}' and cannot be deleted.",
  191. "delete_building": "Are you sure you want to delete '{name}'",
  192. "delete_room": "Are you sure you want to delete the meeting room '{name}'",
  193. "roomForm": {
  194. "name": "Name",
  195. "building": "Location",
  196. "floor": "Floor",
  197. "device": "Equipment",
  198. "photo": "Photo",
  199. "orderNumber": "orderNumber",
  200. "capacity": "Capacity",
  201. "auditor": "Auditor",
  202. "available": "Status",
  203. "roomNumber": "Room Number",
  204. "phone": "Tellphone",
  205. "verification": {
  206. "inputName": "Please enter the name of the meeting room",
  207. "inputBuilding": "Please enter or select the location of the meeting room",
  208. "inputCapacity": "Please enter the capacity of the meeting room"
  209. },
  210. "save_success": "The meeting room was saved successfully!"
  211. },
  212. "listNavi": {
  213. "myApply": "My Application",
  214. "myMeeting": "Invitation",
  215. "wait": "Not started",
  216. "processing": "In progress",
  217. "apply": "Apply",
  218. "completed": "Completed",
  219. "reject": "Rejected",
  220. "room": "Meeting Room"
  221. },
  222. "config": {
  223. "navi": "Navigation",
  224. "autoHide": "AutoHide",
  225. "default": "Default View",
  226. "applyProcess": "Meeting Application Process",
  227. "legend": "Icon",
  228. "meetingStatus": "Meeting Status",
  229. "wait": "Appointed",
  230. "progress": "Meeting",
  231. "completed": "Completed",
  232. "invite": "Invitation",
  233. "conflict": "Meeting Room Conflict",
  234. "weekBegin": "Starting day of the week",
  235. "meetingViewer": "Visible range of meeting details",
  236. "meetingViewerTitle": "If the visible range is empty, only the initiator, invitees and meeting managers can see the corresponding meeting details.",
  237. "viewSetting": "Enable View",
  238. "viewCustomName": "Display name",
  239. "mobileCreateEnable": "Whether the mobile terminal can create a new meeting",
  240. "mobileCreateEnableOptions": [
  241. "Yes",
  242. "No"
  243. ],
  244. "meetingType": "Meeting Type (one per line)",
  245. "enableOnline": "Enable online meeting",
  246. "onlineConfig": "Online meeting configuration",
  247. "onlineProduct": "Online meeting product",
  248. "hstUrl": "Service Address",
  249. "hstKey": "Service Interface KEY",
  250. "hstSecret": "Service interface SECRET",
  251. "hstAuth": "Is authenticated",
  252. "o2ToHstUid": "People Synchronization Fields",
  253. "onlineConfigNotEmpty": "Hostel service address, interface Key, and interface Secret cannot be empty",
  254. "employee": "employee",
  255. "unique": "unique",
  256. "distinguishedName": "distinguishedName",
  257. "mobile": "mobile",
  258. "mail": "mail",
  259. "weixin": "qq",
  260. "qq": "qq",
  261. "apiAddress": "web conferencing api address",
  262. "key": "key",
  263. "secret": "secret"
  264. },
  265. "nextActivity": "Next Activity:",
  266. "nextUser": "Processor:",
  267. "deal": "Deal",
  268. "processStarted": "File has been started",
  269. "processStartedMessage": "You started a new job:",
  270. "needSignInPerson": "Checked in",
  271. "printQrcode": "Print QR Code for Sign-in",
  272. "weeklyViewTitle": "{month}, week {week}",
  273. "onlineConfigNotJson": "The online meeting configuration is not in the correct JSON format",
  274. "meeting_input_hostPerson_error": "The host cannot be empty!"
  275. }
  276. MWF.xApplication.Meeting["lp."+o2.language] = MWF.xApplication.Meeting.LP