fcr-ui-scene 3.3.1 → 3.4.0

This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
Files changed (512) hide show
  1. package/installer/icons/icon.png +0 -0
  2. package/lib/common/device-store.d.ts +21 -11
  3. package/lib/common/device-store.js +236 -151
  4. package/lib/common/device-stream-store.d.ts +22 -4
  5. package/lib/common/device-stream-store.js +297 -113
  6. package/lib/common/event-store.d.ts +19 -10
  7. package/lib/common/event-store.js +28 -10
  8. package/lib/common/remote-renderer.d.ts +15 -0
  9. package/lib/common/remote-renderer.js +138 -0
  10. package/lib/common/room-store.d.ts +21 -18
  11. package/lib/common/room-store.js +54 -47
  12. package/lib/common/security-store.d.ts +35 -27
  13. package/lib/common/security-store.js +221 -383
  14. package/lib/creator.d.ts +3 -1
  15. package/lib/creator.js +13 -1
  16. package/lib/electron/app.js +43 -0
  17. package/lib/electron/bootstrap-sdk.js +2 -1
  18. package/lib/electron/injections.d.ts +6 -4
  19. package/lib/electron/injections.js +138 -113
  20. package/lib/electron/logger.js +3 -1
  21. package/lib/electron/main.js +13 -1
  22. package/lib/electron/plugins/devtool-shortcut.d.ts +2 -0
  23. package/lib/electron/plugins/devtool-shortcut.js +19 -0
  24. package/lib/electron/preload.js +5 -3
  25. package/lib/fragments/control-bar/cloud-recording-buttons.js +1 -1
  26. package/lib/fragments/control-bar/control-bar-store.d.ts +11 -1
  27. package/lib/fragments/control-bar/control-bar-store.js +196 -111
  28. package/lib/fragments/control-bar/index.js +6 -0
  29. package/lib/fragments/control-bar/more-actions/index.js +1 -1
  30. package/lib/fragments/control-bar/security-content/index.css +65 -0
  31. package/lib/fragments/control-bar/security-content/index.js +66 -2
  32. package/lib/fragments/control-bar/share-state-nav/index.js +1 -1
  33. package/lib/fragments/control-bar/view.js +15 -6
  34. package/lib/fragments/live-streaming/store.d.ts +1 -1
  35. package/lib/fragments/live-streaming/store.js +1 -1
  36. package/lib/fragments/live-streaming/view.js +4 -2
  37. package/lib/fragments/share-screen-selection/selection-store.d.ts +1 -1
  38. package/lib/fragments/share-screen-selection/selection-store.js +1 -1
  39. package/lib/fragments/share-screen-selection/view.js +20 -20
  40. package/lib/fragments/toolbar/components/eraser-picker.js +1 -1
  41. package/lib/fragments/toolbar/components/pen-picker.js +1 -1
  42. package/lib/fragments/toolbar/components/shape-picker.js +1 -1
  43. package/lib/fragments/toolbar/components/transfer-position-icon/index.d.ts +11 -0
  44. package/lib/fragments/toolbar/components/transfer-position-icon/index.js +46 -0
  45. package/lib/fragments/toolbar/components/wrapper.js +1 -1
  46. package/lib/fragments/toolbar/hooks.js +1 -1
  47. package/lib/fragments/toolbar/store.d.ts +1 -1
  48. package/lib/hooks/meeting-time.d.ts +1 -1
  49. package/lib/modules/Interpreter/action/add-btn/index.css +4 -0
  50. package/lib/modules/Interpreter/action/add-btn/index.d.ts +11 -0
  51. package/lib/modules/Interpreter/action/add-btn/index.js +43 -0
  52. package/lib/modules/Interpreter/action/delete-btn/index.css +14 -0
  53. package/lib/modules/Interpreter/action/delete-btn/index.d.ts +6 -0
  54. package/lib/modules/Interpreter/action/delete-btn/index.js +38 -0
  55. package/lib/modules/Interpreter/action/edit-btn/index.css +3 -0
  56. package/lib/modules/Interpreter/action/edit-btn/index.d.ts +5 -0
  57. package/lib/modules/Interpreter/action/edit-btn/index.js +49 -0
  58. package/lib/modules/Interpreter/action/switch-btn/index.d.ts +5 -0
  59. package/lib/modules/Interpreter/action/switch-btn/index.js +52 -0
  60. package/lib/modules/Interpreter/add-button/index.js +6 -4
  61. package/lib/modules/Interpreter/constant.d.ts +23 -12
  62. package/lib/modules/Interpreter/constant.js +53 -13
  63. package/lib/modules/Interpreter/dialog-content/index.js +2 -2
  64. package/lib/modules/Interpreter/footer/components/interpreter-btn/index.js +10 -13
  65. package/lib/modules/Interpreter/footer/components/set-btn/index.js +8 -5
  66. package/lib/modules/Interpreter/footer/components/tooltip-wrapper/index.js +3 -1
  67. package/lib/modules/Interpreter/footer/index.css +5 -5
  68. package/lib/modules/Interpreter/footer/index.d.ts +4 -1
  69. package/lib/modules/Interpreter/footer/index.js +8 -17
  70. package/lib/modules/Interpreter/index.css +10 -3
  71. package/lib/modules/Interpreter/index.d.ts +3 -1
  72. package/lib/modules/Interpreter/index.js +11 -5
  73. package/lib/modules/Interpreter/interpreter-list/index.css +1 -18
  74. package/lib/modules/Interpreter/interpreter-list/index.d.ts +4 -1
  75. package/lib/modules/Interpreter/interpreter-list/index.js +13 -32
  76. package/lib/modules/Interpreter/interpreter-list/interpreter-item/components/pick-language/index.css +24 -3
  77. package/lib/modules/Interpreter/interpreter-list/interpreter-item/components/pick-language/index.d.ts +3 -0
  78. package/lib/modules/Interpreter/interpreter-list/interpreter-item/components/pick-language/index.js +51 -13
  79. package/lib/modules/Interpreter/interpreter-list/interpreter-item/components/pick-language/useLanguageConfig/images/fcr_ar.png +0 -0
  80. package/lib/modules/Interpreter/interpreter-list/interpreter-item/components/pick-language/useLanguageConfig/images/fcr_cn.png +0 -0
  81. package/lib/modules/Interpreter/interpreter-list/interpreter-item/components/pick-language/useLanguageConfig/images/fcr_de.png +0 -0
  82. package/lib/modules/Interpreter/interpreter-list/interpreter-item/components/pick-language/useLanguageConfig/images/fcr_en.png +0 -0
  83. package/lib/modules/Interpreter/interpreter-list/interpreter-item/components/pick-language/useLanguageConfig/images/fcr_es.png +0 -0
  84. package/lib/modules/Interpreter/interpreter-list/interpreter-item/components/pick-language/useLanguageConfig/images/fcr_fr.png +0 -0
  85. package/lib/modules/Interpreter/interpreter-list/interpreter-item/components/pick-language/useLanguageConfig/images/fcr_hi.png +0 -0
  86. package/lib/modules/Interpreter/interpreter-list/interpreter-item/components/pick-language/useLanguageConfig/images/fcr_id.png +0 -0
  87. package/lib/modules/Interpreter/interpreter-list/interpreter-item/components/pick-language/useLanguageConfig/images/fcr_it.png +0 -0
  88. package/lib/modules/Interpreter/interpreter-list/interpreter-item/components/pick-language/useLanguageConfig/images/fcr_jp.png +0 -0
  89. package/lib/modules/Interpreter/interpreter-list/interpreter-item/components/pick-language/useLanguageConfig/images/fcr_ko.png +0 -0
  90. package/lib/modules/Interpreter/interpreter-list/interpreter-item/components/pick-language/useLanguageConfig/images/fcr_ms.png +0 -0
  91. package/lib/modules/Interpreter/interpreter-list/interpreter-item/components/pick-language/useLanguageConfig/images/fcr_pt.png +0 -0
  92. package/lib/modules/Interpreter/interpreter-list/interpreter-item/components/pick-language/useLanguageConfig/images/fcr_ru.png +0 -0
  93. package/lib/modules/Interpreter/interpreter-list/interpreter-item/components/pick-language/useLanguageConfig/images/fcr_th.png +0 -0
  94. package/lib/modules/Interpreter/interpreter-list/interpreter-item/components/pick-language/useLanguageConfig/images/fcr_tr.png +0 -0
  95. package/lib/modules/Interpreter/interpreter-list/interpreter-item/components/pick-language/useLanguageConfig/images/fcr_vi.png +0 -0
  96. package/lib/modules/Interpreter/interpreter-list/interpreter-item/components/pick-language/useLanguageConfig/index.d.ts +9 -4
  97. package/lib/modules/Interpreter/interpreter-list/interpreter-item/components/pick-language/useLanguageConfig/index.js +98 -39
  98. package/lib/modules/Interpreter/interpreter-list/interpreter-item/components/pick-user/index.css +12 -5
  99. package/lib/modules/Interpreter/interpreter-list/interpreter-item/components/pick-user/index.d.ts +1 -1
  100. package/lib/modules/Interpreter/interpreter-list/interpreter-item/components/pick-user/index.js +76 -40
  101. package/lib/modules/Interpreter/interpreter-list/interpreter-item/index.css +3 -5
  102. package/lib/modules/Interpreter/interpreter-list/interpreter-item/index.d.ts +1 -1
  103. package/lib/modules/Interpreter/interpreter-list/interpreter-item/index.js +7 -24
  104. package/lib/modules/Interpreter/store.d.ts +48 -26
  105. package/lib/modules/Interpreter/store.js +919 -669
  106. package/lib/modules/Interpreter/tooltip-wrapper/index.d.ts +6 -0
  107. package/lib/modules/Interpreter/tooltip-wrapper/index.js +30 -0
  108. package/lib/modules/Interpreter/view.js +48 -11
  109. package/lib/modules/action-bar/Interpreter/index.d.ts +1 -1
  110. package/lib/modules/action-bar/Interpreter/index.js +7 -10
  111. package/lib/modules/action-bar/action-bar-collapes-items.d.ts +4 -1
  112. package/lib/modules/action-bar/action-bar-collapes-items.js +32 -15
  113. package/lib/modules/action-bar/apps/app-item/index.css +35 -0
  114. package/lib/modules/action-bar/apps/app-item/index.d.ts +12 -0
  115. package/{dist/electron/bootstrap-dev.js → lib/modules/action-bar/apps/app-item/index.js} +38 -28
  116. package/lib/modules/action-bar/apps/appitems.d.ts +4 -1
  117. package/lib/modules/action-bar/apps/appitems.js +30 -25
  118. package/lib/modules/action-bar/apps/index.css +5 -3
  119. package/lib/modules/action-bar/apps/index.js +13 -14
  120. package/lib/modules/action-bar/apps/useAppItemOptions.d.ts +9 -0
  121. package/lib/modules/action-bar/apps/useAppItemOptions.js +29 -0
  122. package/lib/modules/action-bar/apps/useBeautyBackground.d.ts +10 -0
  123. package/lib/modules/action-bar/apps/useBeautyBackground.js +34 -0
  124. package/lib/modules/action-bar/apps/useInterpreter.d.ts +14 -0
  125. package/lib/modules/action-bar/apps/useInterpreter.js +35 -0
  126. package/lib/modules/action-bar/apps/useLiveStreaming.d.ts +16 -0
  127. package/lib/modules/action-bar/apps/useLiveStreaming.js +41 -0
  128. package/lib/modules/action-bar/chat/index.js +3 -3
  129. package/lib/modules/action-bar/device/index.js +22 -24
  130. package/lib/modules/action-bar/index.css +30 -3
  131. package/lib/modules/action-bar/index.d.ts +8 -2
  132. package/lib/modules/action-bar/index.dev.js +6 -3
  133. package/lib/modules/action-bar/index.js +25 -61
  134. package/lib/modules/action-bar/leave/assign-host.d.ts +1 -1
  135. package/lib/modules/action-bar/leave/index.css +10 -0
  136. package/lib/modules/action-bar/leave/index.js +66 -39
  137. package/lib/modules/action-bar/leave/leave-meeting.d.ts +3 -2
  138. package/lib/modules/action-bar/leave/leave-meeting.js +13 -4
  139. package/lib/modules/action-bar/live-streaming/index.js +3 -3
  140. package/lib/modules/action-bar/more/index.js +9 -6
  141. package/lib/modules/action-bar/more/poppover-content.js +33 -12
  142. package/lib/modules/action-bar/participants/index.js +2 -2
  143. package/lib/modules/action-bar/record/index.js +4 -4
  144. package/lib/modules/action-bar/screen-share/index.js +4 -4
  145. package/lib/modules/action-bar/screen-share/submenu.js +4 -4
  146. package/lib/modules/action-bar/security/drop-menu.js +49 -11
  147. package/lib/modules/action-bar/security/index.js +11 -6
  148. package/lib/modules/action-bar/settings/index.js +4 -4
  149. package/lib/modules/action-bar/smaller.js +4 -4
  150. package/lib/modules/action-bar/store.d.ts +54 -11
  151. package/lib/modules/action-bar/store.js +390 -164
  152. package/lib/modules/action-bar/switch-input-language-room/index.d.ts +1 -2
  153. package/lib/modules/action-bar/switch-input-language-room/index.js +134 -43
  154. package/lib/modules/action-bar/switch-output-language-room/drop-menu.js +3 -3
  155. package/lib/modules/action-bar/switch-output-language-room/guide-tooltip/index.d.ts +7 -1
  156. package/lib/modules/action-bar/switch-output-language-room/guide-tooltip/index.js +32 -19
  157. package/lib/modules/action-bar/switch-output-language-room/index.js +134 -69
  158. package/lib/modules/action-bar/switch-output-language-room/notification-bar/components/interpreter/index.css +12 -8
  159. package/lib/modules/action-bar/switch-output-language-room/notification-bar/components/interpreter/index.js +13 -7
  160. package/lib/modules/action-bar/switch-output-language-room/notification-bar/components/virtual-image/index.css +52 -4
  161. package/lib/modules/action-bar/switch-output-language-room/notification-bar/components/virtual-image/index.d.ts +1 -0
  162. package/lib/modules/action-bar/switch-output-language-room/notification-bar/components/virtual-image/index.js +12 -10
  163. package/lib/modules/action-bar/switch-output-language-room/notification-bar/dome.png +0 -0
  164. package/lib/modules/action-bar/switch-output-language-room/notification-bar/index.css +6 -3
  165. package/lib/modules/action-bar/switch-output-language-room/notification-bar/index.js +30 -13
  166. package/lib/modules/action-bar/view.js +25 -11
  167. package/lib/modules/audio-stream/index.d.ts +32 -9
  168. package/lib/modules/audio-stream/index.js +258 -57
  169. package/lib/modules/chat/chat-bar/index.css +1 -0
  170. package/lib/modules/chat/chat-bar/index.d.ts +3 -3
  171. package/lib/modules/chat/chat-bar/index.js +14 -16
  172. package/lib/modules/chat/chat-select/index.css +7 -0
  173. package/lib/modules/chat/chat-select/index.d.ts +1 -1
  174. package/lib/modules/chat/chat-select/index.js +18 -4
  175. package/lib/modules/chat/chat.js +14 -26
  176. package/lib/modules/chat/index.d.ts +5 -3
  177. package/lib/modules/chat/index.dev.js +7 -3
  178. package/lib/modules/chat/index.js +16 -9
  179. package/lib/modules/chat/message-list.js +8 -3
  180. package/lib/modules/chat/store.d.ts +12 -6
  181. package/lib/modules/chat/store.js +109 -69
  182. package/lib/modules/components/device-control/components/audio-menu/index.d.ts +6 -0
  183. package/lib/modules/components/device-control/components/audio-menu/index.js +156 -0
  184. package/lib/modules/components/device-control/components/carmera/index.d.ts +3 -0
  185. package/lib/modules/components/device-control/components/carmera/index.js +111 -0
  186. package/lib/modules/components/device-control/components/microphone/index.d.ts +7 -0
  187. package/lib/modules/components/device-control/components/microphone/index.js +170 -0
  188. package/lib/modules/components/device-control/components/none-menu/index.d.ts +4 -0
  189. package/lib/modules/components/device-control/components/none-menu/index.js +68 -0
  190. package/lib/modules/components/device-control/components/phone-menu/index.d.ts +4 -0
  191. package/lib/modules/components/device-control/components/phone-menu/index.js +61 -0
  192. package/lib/modules/components/device-control/components/video-menu/index.d.ts +5 -0
  193. package/lib/modules/components/device-control/components/video-menu/index.js +111 -0
  194. package/lib/modules/components/device-control/hooks/index.d.ts +9 -0
  195. package/lib/modules/components/device-control/hooks/index.js +42 -0
  196. package/lib/modules/components/device-control/index.css +163 -0
  197. package/lib/modules/components/device-control/index.d.ts +3 -0
  198. package/lib/modules/components/device-control/index.js +21 -0
  199. package/lib/modules/components/device-control/store.d.ts +42 -0
  200. package/lib/modules/components/device-control/store.js +256 -0
  201. package/lib/modules/components/device-control/type.d.ts +6 -0
  202. package/lib/modules/components/device-control/type.js +13 -0
  203. package/lib/modules/components/security-menu/index.css +35 -0
  204. package/lib/modules/components/security-menu/index.d.ts +5 -0
  205. package/lib/modules/components/security-menu/index.js +315 -0
  206. package/lib/modules/components/toast/index.css +12 -0
  207. package/lib/modules/components/toast/index.d.ts +10 -0
  208. package/lib/modules/components/toast/index.js +66 -0
  209. package/lib/modules/components/toast/store.d.ts +17 -0
  210. package/lib/modules/components/toast/store.js +149 -0
  211. package/lib/modules/components/toast/view.d.ts +2 -0
  212. package/lib/modules/components/toast/view.js +35 -0
  213. package/lib/modules/connection-gateway/components/computer/index.js +6 -6
  214. package/lib/modules/connection-gateway/components/phone/components/callinfo/index.css +1 -1
  215. package/lib/modules/connection-gateway/components/phone/components/callinfo/index.d.ts +1 -1
  216. package/lib/modules/connection-gateway/components/phone/index.js +3 -2
  217. package/lib/modules/connection-gateway/components/tabs/index.js +2 -1
  218. package/lib/modules/connection-gateway/index.d.ts +1 -1
  219. package/lib/modules/connection-gateway/index.js +1 -1
  220. package/lib/modules/connection-gateway/store.d.ts +8 -12
  221. package/lib/modules/connection-gateway/store.js +87 -111
  222. package/lib/modules/control-bar/components/cloud-recording-buttons.d.ts +1 -0
  223. package/lib/modules/control-bar/components/cloud-recording-buttons.js +67 -0
  224. package/lib/modules/control-bar/components/meeting-details/index.css +133 -0
  225. package/lib/modules/control-bar/components/meeting-details/index.d.ts +2 -0
  226. package/lib/modules/control-bar/components/meeting-details/index.js +251 -0
  227. package/lib/modules/control-bar/components/more-actions/index.css +72 -0
  228. package/lib/modules/control-bar/components/more-actions/index.d.ts +7 -0
  229. package/lib/modules/control-bar/components/more-actions/index.js +182 -0
  230. package/lib/modules/control-bar/components/share-state-nav/index.css +74 -0
  231. package/lib/modules/control-bar/components/share-state-nav/index.d.ts +10 -0
  232. package/lib/modules/control-bar/components/share-state-nav/index.js +116 -0
  233. package/lib/modules/control-bar/components/stop-live-streaming/index.d.ts +1 -0
  234. package/lib/modules/control-bar/components/stop-live-streaming/index.js +36 -0
  235. package/lib/modules/control-bar/components/stop-live-streaming/stop-button.d.ts +6 -0
  236. package/lib/modules/control-bar/components/stop-live-streaming/stop-button.js +35 -0
  237. package/lib/modules/control-bar/components/transfer-position-icon/index.d.ts +11 -0
  238. package/lib/modules/control-bar/components/transfer-position-icon/index.js +46 -0
  239. package/lib/modules/control-bar/index.css +341 -0
  240. package/lib/modules/control-bar/index.d.ts +29 -0
  241. package/lib/modules/control-bar/index.js +111 -0
  242. package/lib/modules/control-bar/store.d.ts +111 -0
  243. package/lib/modules/control-bar/store.js +881 -0
  244. package/lib/modules/control-bar/type.d.ts +10 -0
  245. package/lib/modules/control-bar/type.js +18 -0
  246. package/lib/modules/control-bar/view.d.ts +1 -0
  247. package/lib/modules/control-bar/view.js +351 -0
  248. package/lib/modules/device-pretest/assets/virtual-backdound-resources.d.ts +9 -0
  249. package/lib/modules/device-pretest/assets/virtual-backdound-resources.js +7 -1
  250. package/lib/modules/device-pretest/audio-preview/speaker-control.js +2 -2
  251. package/lib/modules/device-pretest/index.js +2 -2
  252. package/lib/modules/device-pretest/settings/beauty.d.ts +1 -1
  253. package/lib/modules/device-pretest/settings/video-settings-basic.js +2 -2
  254. package/lib/modules/device-pretest/store.d.ts +2 -1
  255. package/lib/modules/device-pretest/store.js +7 -7
  256. package/lib/modules/dialog/components/Interpreter/electron.js +35 -54
  257. package/lib/modules/dialog/components/Interpreter/index.js +8 -7
  258. package/lib/modules/dialog/components/chat/electron.d.ts +1 -1
  259. package/lib/modules/dialog/components/chat/electron.js +17 -44
  260. package/lib/modules/dialog/components/chat/index.js +3 -3
  261. package/lib/modules/dialog/components/confirm/electron.d.ts +1 -1
  262. package/lib/modules/dialog/components/confirm/electron.js +38 -70
  263. package/lib/modules/dialog/components/confirm/index.d.ts +1 -9
  264. package/lib/modules/dialog/components/confirm/index.js +31 -77
  265. package/lib/modules/dialog/components/connection-gateway/electron.d.ts +4 -1
  266. package/lib/modules/dialog/components/connection-gateway/electron.js +30 -40
  267. package/lib/modules/dialog/components/connection-gateway/index.d.ts +6 -1
  268. package/lib/modules/dialog/components/connection-gateway/index.js +11 -6
  269. package/lib/modules/dialog/components/control-bar/index.d.ts +7 -0
  270. package/lib/modules/dialog/components/control-bar/index.js +42 -0
  271. package/lib/modules/dialog/components/device-setting/electron.js +37 -56
  272. package/lib/modules/dialog/components/device-setting/index.js +4 -3
  273. package/lib/modules/dialog/components/invite/index.d.ts +3 -0
  274. package/lib/modules/dialog/components/invite/index.js +68 -0
  275. package/lib/modules/dialog/components/live-streaming/index.d.ts +4 -0
  276. package/lib/modules/dialog/components/live-streaming/index.js +88 -0
  277. package/lib/modules/dialog/components/operation-waiting-room/electron.js +28 -75
  278. package/lib/modules/dialog/components/operation-waiting-room/index.js +4 -4
  279. package/lib/modules/dialog/components/participant/electron.js +25 -74
  280. package/lib/modules/dialog/components/participant/index.js +6 -3
  281. package/lib/modules/dialog/components/remove-admit-waiting-room/electron.d.ts +8 -1
  282. package/lib/modules/dialog/components/remove-admit-waiting-room/electron.js +22 -75
  283. package/lib/modules/dialog/components/remove-admit-waiting-room/index.js +3 -3
  284. package/lib/modules/dialog/components/share-screen-selection/index.js +10 -28
  285. package/lib/modules/dialog/components/switch-language-channels/electron.js +4 -4
  286. package/lib/modules/dialog/components/switch-language-channels/index.js +3 -3
  287. package/lib/modules/dialog/components/system-preference/bg1.png +0 -0
  288. package/lib/modules/dialog/components/system-preference/bg2.png +0 -0
  289. package/lib/modules/dialog/components/system-preference/electron.d.ts +5 -0
  290. package/lib/modules/dialog/components/system-preference/electron.js +42 -0
  291. package/lib/modules/dialog/components/system-preference/index.css +49 -0
  292. package/lib/modules/dialog/components/system-preference/index.d.ts +5 -0
  293. package/lib/modules/dialog/components/system-preference/index.js +150 -0
  294. package/lib/modules/dialog/components/toast/index.d.ts +3 -0
  295. package/lib/modules/dialog/components/toast/index.js +62 -0
  296. package/lib/modules/dialog/components/whiteboard/index.js +2 -2
  297. package/lib/modules/dialog/dialogs.d.ts +1 -5
  298. package/lib/modules/dialog/dialogs.js +23 -177
  299. package/lib/modules/dialog/hooks/useElectron.d.ts +26 -0
  300. package/lib/modules/dialog/hooks/useElectron.js +109 -0
  301. package/lib/modules/dialog/index.css +7 -2
  302. package/lib/modules/dialog/index.d.ts +6 -6
  303. package/lib/modules/dialog/index.js +9 -18
  304. package/lib/modules/dialog/store.d.ts +16 -18
  305. package/lib/modules/dialog/store.js +114 -164
  306. package/lib/modules/dialog/view.js +2 -2
  307. package/lib/modules/event-confirm/index.css +12 -0
  308. package/lib/modules/event-confirm/index.d.ts +10 -0
  309. package/lib/modules/event-confirm/index.js +55 -0
  310. package/lib/modules/event-confirm/store.d.ts +18 -0
  311. package/lib/modules/event-confirm/store.js +172 -0
  312. package/lib/modules/event-confirm/view.d.ts +2 -0
  313. package/lib/modules/event-confirm/view.js +156 -0
  314. package/lib/modules/event-toast/index.css +16 -0
  315. package/lib/modules/event-toast/index.d.ts +1 -1
  316. package/lib/modules/event-toast/index.js +19 -3
  317. package/lib/modules/event-toast/store.d.ts +13 -0
  318. package/lib/modules/event-toast/store.js +114 -17
  319. package/lib/modules/event-toast/view.d.ts +4 -1
  320. package/lib/modules/event-toast/view.js +28 -4
  321. package/lib/modules/invite/index.d.ts +1 -1
  322. package/lib/modules/invite/index.js +13 -3
  323. package/lib/modules/invite/pstn-invite.js +6 -9
  324. package/lib/modules/invite/store.d.ts +24 -25
  325. package/lib/modules/invite/store.js +148 -147
  326. package/lib/modules/invite/view.js +2 -2
  327. package/lib/modules/invite/voip-invite.js +2 -3
  328. package/lib/modules/layout/components/Aside.js +3 -3
  329. package/lib/modules/layout/components/Carousel.js +15 -9
  330. package/lib/modules/layout/components/Gallery.js +25 -17
  331. package/lib/modules/layout/components/Layout.js +11 -6
  332. package/lib/modules/layout/components/index.css +11 -4
  333. package/lib/modules/layout/index.css +1 -0
  334. package/lib/modules/layout/index.d.ts +4 -2
  335. package/lib/modules/layout/index.dev.js +20 -10
  336. package/lib/modules/layout/index.js +24 -18
  337. package/lib/modules/layout/member-window/index.css +95 -10
  338. package/lib/modules/layout/member-window/index.d.ts +10 -3
  339. package/lib/modules/layout/member-window/index.js +205 -112
  340. package/lib/modules/layout/store.d.ts +20 -7
  341. package/lib/modules/layout/store.js +137 -65
  342. package/lib/modules/layout/type.d.ts +2 -2
  343. package/lib/modules/layout/video-window-datasource.d.ts +5 -3
  344. package/lib/modules/layout/video-window-datasource.js +61 -26
  345. package/lib/modules/live-streaming/index.d.ts +1 -2
  346. package/lib/modules/live-streaming/index.js +13 -29
  347. package/lib/modules/live-streaming/store.d.ts +3 -7
  348. package/lib/modules/live-streaming/store.js +7 -73
  349. package/lib/modules/live-streaming/view.js +3 -3
  350. package/lib/modules/notification/index.css +2 -1
  351. package/lib/modules/notification/index.js +13 -3
  352. package/lib/modules/notification/interpreter-status/index.css +5 -1
  353. package/lib/modules/notification/interpreter-status/index.js +4 -1
  354. package/lib/modules/notification/store.d.ts +1 -0
  355. package/lib/modules/notification/store.js +4 -2
  356. package/lib/modules/notification/view.js +2 -2
  357. package/lib/modules/offscreen-pulling/index.d.ts +19 -0
  358. package/lib/modules/offscreen-pulling/index.js +127 -0
  359. package/lib/modules/participant/attendee/index.css +3 -0
  360. package/lib/modules/participant/attendee/index.d.ts +14 -3
  361. package/lib/modules/participant/attendee/index.js +87 -33
  362. package/lib/modules/participant/attendee/participants-more-action.d.ts +18 -0
  363. package/lib/modules/participant/attendee/participants-more-action.js +278 -0
  364. package/lib/modules/participant/components/drop-menu/index.css +59 -0
  365. package/lib/modules/participant/components/drop-menu/index.d.ts +2 -0
  366. package/lib/modules/participant/components/drop-menu/index.js +189 -0
  367. package/lib/modules/participant/components/footer/buttons.d.ts +7 -0
  368. package/lib/modules/participant/components/footer/buttons.js +53 -0
  369. package/lib/modules/participant/components/footer/index.d.ts +4 -0
  370. package/lib/modules/participant/components/footer/index.js +37 -0
  371. package/lib/modules/participant/components/merge/index.d.ts +11 -0
  372. package/lib/modules/participant/components/merge/index.js +49 -0
  373. package/lib/modules/participant/components/mute-all/index.d.ts +9 -0
  374. package/lib/modules/participant/components/mute-all/index.js +78 -0
  375. package/lib/modules/participant/components/participants/index.d.ts +2 -0
  376. package/lib/modules/participant/components/participants/index.js +201 -0
  377. package/lib/modules/participant/components/rename/index.d.ts +4 -0
  378. package/lib/modules/participant/components/rename/index.js +45 -0
  379. package/lib/modules/participant/index.css +6 -0
  380. package/lib/modules/participant/index.d.ts +8 -6
  381. package/lib/modules/participant/index.dev.js +10 -4
  382. package/lib/modules/participant/index.js +13 -33
  383. package/lib/modules/participant/member-list-data-source.d.ts +1 -1
  384. package/lib/modules/participant/member-list-data-source.js +3 -3
  385. package/lib/modules/participant/store.d.ts +38 -27
  386. package/lib/modules/participant/store.js +456 -292
  387. package/lib/modules/participant/type.d.ts +1 -1
  388. package/lib/modules/participant/view.d.ts +0 -9
  389. package/lib/modules/participant/view.js +8 -346
  390. package/lib/modules/setting/audio-settings/audio-settings.js +10 -10
  391. package/lib/modules/setting/dialog-wrapper.js +2 -2
  392. package/lib/modules/setting/general-settings/general-settings.js +2 -2
  393. package/lib/modules/setting/index.d.ts +3 -2
  394. package/lib/modules/setting/index.dev.js +1 -1
  395. package/lib/modules/setting/index.js +7 -3
  396. package/lib/modules/setting/minutes-settings/minutes-settings.js +2 -2
  397. package/lib/modules/setting/state/index.js +3 -3
  398. package/lib/modules/setting/storage-settings/storage-settings.js +2 -2
  399. package/lib/modules/setting/store.d.ts +16 -13
  400. package/lib/modules/setting/store.js +83 -53
  401. package/lib/modules/setting/translate-settings/translate-settings.js +2 -2
  402. package/lib/modules/setting/video-settings/video-settings-basic.js +2 -2
  403. package/lib/modules/setting/video-settings/video-settings.js +2 -11
  404. package/lib/modules/setting/view.js +1 -2
  405. package/lib/modules/share-screen/index.d.ts +1 -5
  406. package/lib/modules/share-screen/index.dev.js +8 -16
  407. package/lib/modules/share-screen/index.js +2 -99
  408. package/lib/modules/share-screen/selection/index.js +51 -40
  409. package/lib/modules/share-screen/share-state-bar/index.js +1 -1
  410. package/lib/modules/share-screen/store.d.ts +13 -47
  411. package/lib/modules/share-screen/store.js +470 -924
  412. package/lib/modules/share-screen/view.js +6 -19
  413. package/lib/modules/sound-effect/index.d.ts +54 -0
  414. package/lib/modules/sound-effect/index.js +295 -0
  415. package/lib/modules/sound-effect/sound-effect-player.d.ts +12 -0
  416. package/lib/modules/sound-effect/sound-effect-player.js +57 -0
  417. package/lib/modules/state-bar/index.css +3 -0
  418. package/lib/modules/state-bar/index.d.ts +8 -4
  419. package/lib/modules/state-bar/index.js +37 -23
  420. package/lib/modules/state-bar/layout-config.js +6 -7
  421. package/lib/modules/state-bar/live-streaming-state.js +10 -15
  422. package/lib/modules/state-bar/meeting-detail.css +32 -13
  423. package/lib/modules/state-bar/meeting-details.js +118 -58
  424. package/lib/modules/state-bar/meeting-network-state.js +4 -4
  425. package/lib/modules/state-bar/meeting-time.js +2 -2
  426. package/lib/modules/state-bar/network-quality.js +2 -2
  427. package/lib/modules/state-bar/recording.js +2 -3
  428. package/lib/modules/state-bar/store.d.ts +9 -6
  429. package/lib/modules/state-bar/store.js +45 -41
  430. package/lib/modules/state-bar/view.js +41 -28
  431. package/lib/modules/video-window/deviceState/index.d.ts +2 -1
  432. package/lib/modules/video-window/deviceState/index.js +8 -8
  433. package/lib/modules/video-window/index.d.ts +2 -1
  434. package/lib/modules/video-window/index.js +23 -16
  435. package/lib/modules/video-window/members/index.js +14 -8
  436. package/lib/modules/video-window/speaking/index.js +2 -2
  437. package/lib/modules/video-window/store.d.ts +13 -5
  438. package/lib/modules/video-window/store.js +73 -20
  439. package/lib/modules/video-window/topControl/index.js +2 -2
  440. package/lib/modules/video-window/type.d.ts +0 -5
  441. package/lib/modules/video-window/type.js +1 -7
  442. package/lib/modules/video-window/view.js +2 -2
  443. package/lib/modules/waiting-room-layout/index.css +17 -3
  444. package/lib/modules/waiting-room-layout/index.js +13 -3
  445. package/lib/modules/waiting-room-layout/store.d.ts +5 -2
  446. package/lib/modules/waiting-room-layout/store.js +12 -5
  447. package/lib/modules/waiting-room-layout/view.js +43 -33
  448. package/lib/modules/whiteboard/app.js +2 -2
  449. package/lib/modules/whiteboard/components/control-bar/index.js +4 -6
  450. package/lib/modules/whiteboard/components/control-bar/store.d.ts +2 -2
  451. package/lib/modules/whiteboard/components/control-bar/store.js +1 -1
  452. package/lib/modules/whiteboard/components/loading/index.js +2 -2
  453. package/lib/modules/whiteboard/components/multi-window/index.js +2 -2
  454. package/lib/modules/whiteboard/components/progress/electron.js +3 -3
  455. package/lib/modules/whiteboard/components/switch-theme/index.css +1 -0
  456. package/lib/modules/whiteboard/components/switch-theme/index.js +19 -9
  457. package/lib/modules/whiteboard/components/toolbar/components/eraser-picker.js +1 -1
  458. package/lib/modules/whiteboard/components/toolbar/hooks/index.js +1 -1
  459. package/lib/modules/whiteboard/components/toolbar/store.d.ts +1 -1
  460. package/lib/modules/whiteboard/context.d.ts +1 -1
  461. package/lib/modules/whiteboard/context.js +2 -2
  462. package/lib/modules/whiteboard/index.d.ts +5 -10
  463. package/lib/modules/whiteboard/index.js +32 -74
  464. package/lib/modules/whiteboard/type.d.ts +1 -1
  465. package/lib/plugins/browser-runtime-plugin.js +24 -3
  466. package/lib/plugins/electron-rtc-plugin.js +3 -3
  467. package/lib/plugins/module-dev-plugin.d.ts +1 -1
  468. package/lib/plugins/module-dev-plugin.js +3 -3
  469. package/lib/plugins/rtm-plugin.js +3 -3
  470. package/lib/plugins/web-rtc-plugin.js +3 -3
  471. package/lib/runtime.d.ts +14 -4
  472. package/lib/translations/enUS.d.ts +267 -2
  473. package/lib/translations/enUS.js +373 -103
  474. package/lib/translations/zhCN.d.ts +267 -3
  475. package/lib/translations/zhCN.js +299 -30
  476. package/lib/type.d.ts +13 -4
  477. package/lib/type.js +4 -4
  478. package/lib/ui-manager.d.ts +8 -9
  479. package/lib/ui-manager.js +602 -655
  480. package/lib/ui-scene.d.ts +3 -3
  481. package/lib/ui-scene.js +9 -22
  482. package/lib/utilities/constant.d.ts +44 -155
  483. package/lib/utilities/constant.js +42 -129
  484. package/lib/utilities/extract.d.ts +1 -1
  485. package/lib/utilities/parameters.d.ts +4 -0
  486. package/lib/utilities/parameters.js +19 -1
  487. package/lib/utilities/renderer.d.ts +2 -1
  488. package/lib/utilities/renderer.js +6 -3
  489. package/lib/utilities/screen-capture-permission.d.ts +1 -0
  490. package/lib/utilities/screen-capture-permission.js +16 -0
  491. package/lib/utilities/screen.js +32 -23
  492. package/lib/utilities/tools.d.ts +10 -1
  493. package/lib/utilities/tools.js +69 -4
  494. package/lib/utilities/ui-resources.d.ts +1 -0
  495. package/lib/utilities/ui-resources.js +5 -2
  496. package/lib/utilities/video-track-render-context.d.ts +2 -2
  497. package/package.json +7 -7
  498. package/public/assets/loading.gif +0 -0
  499. package/public/index.html +43 -4
  500. package/dist/electron/app.js +0 -148
  501. package/dist/electron/bootstrap-sdk.js +0 -56
  502. package/dist/electron/default-options.js +0 -25
  503. package/dist/electron/env.js +0 -13
  504. package/dist/electron/index.js +0 -20
  505. package/dist/electron/injections.js +0 -702
  506. package/dist/electron/logger.js +0 -66
  507. package/dist/electron/main.js +0 -67
  508. package/dist/electron/plugins/meeting-state.js +0 -39
  509. package/dist/electron/plugins/screenshot.js +0 -49
  510. package/dist/electron/preload.js +0 -36
  511. package/dist/electron/tools.js +0 -66
  512. package/dist/electron/window.js +0 -124
@@ -9,14 +9,14 @@ var enUs = exports.enUs = {
9
9
  fmt_role_host: 'Host',
10
10
  //****************** ls ******************
11
11
  fmt_role_participant: 'Attendees',
12
- fmt_role_cohost: 'Co host',
12
+ fmt_role_cohost: 'Co-host',
13
13
  fmt_participants_label_participants: 'Member List',
14
14
  fmt_participants_label_popUp: 'Eject',
15
15
  fmt_participants_window_title: 'Attendees{reason1}',
16
- fmt_participants_button_muteAll: 'All staff are muted',
16
+ fmt_participants_button_muteAll: 'All mute',
17
17
  fmt_participants_button_unmuteAll: 'Unmute all',
18
18
  fmt_participants_button_meetingManagement: 'Settings',
19
- fmt_participants_button_invite: 'Invitation',
19
+ fmt_participants_button_invite: 'Invite',
20
20
  fmt_participants_member_button_mute: 'Mute',
21
21
  fmt_participants_member_button_unmute: 'Unmute',
22
22
  fmt_participants_member_button_more: 'More',
@@ -35,8 +35,8 @@ var enUs = exports.enUs = {
35
35
  fmt_attendies_options_fixfirst: 'Fix the window to top ',
36
36
  fmt_attendies_options_cancelfixed: 'Cancel fixed window',
37
37
  fmt_attendies_options_sethost: 'Set as the host',
38
- fmt_attendies_options_revokecohost: 'Revoke co host',
39
- fmt_attendies_options_setcohost: 'Set as co host',
38
+ fmt_attendies_options_revokecohost: 'Revoke co-host',
39
+ fmt_attendies_options_setcohost: 'Set as co-host',
40
40
  fmt_attendies_button_rename: 'Rename',
41
41
  fmt_attendies_options_allowlocalrecord: 'Allow recording of local videos',
42
42
  fmt_attendies_options_putinwaitingroom: 'Put it in the waiting room',
@@ -54,7 +54,7 @@ var enUs = exports.enUs = {
54
54
  fmt_attendies_status_item_ringing: 'Ringing',
55
55
  fmt_attendies_labels_setting_mine: '(Me)',
56
56
  fmt_attendies_tips_setting_title: 'Member settings',
57
- fmt_attendies_tips_setting_media_co_host_unable: 'The other party is a co host, you cannot operate it',
57
+ fmt_attendies_tips_setting_media_co_host_unable: 'The other party is a co-host, you cannot operate it',
58
58
  fmt_attendies_tips_setting_media_host_unable: 'The other party is the host, you cannot operate it',
59
59
  fmt_attendies_tips_setting_make_host_info: 'Should {reason1} be appointed as the moderator of the meeting?',
60
60
  fmt_attendies_tips_setting_make_co_host_info: 'Should {reason1} be designated as the co chair of the meeting?',
@@ -74,20 +74,30 @@ var enUs = exports.enUs = {
74
74
  fmt_attendies_tips_receive_video_off_you: 'The {reason1} has turned off your camera',
75
75
  fmt_attendies_tips_mine_new_host: '{reason1} (Me) became the new host',
76
76
  fmt_attendies_tips_new_host: '{reason1} becomes the new host',
77
- fmt_attendies_tips_mine_new_co_host: 'You have been appointed as a co host',
78
- fmt_attendies_tips_new_co_host: '{reason1} has become the co host',
79
- fmt_attendies_tips_invoke_co_host: "{reason1}'s co host status has been revoked",
80
- fmt_attendies_tips_revoke_co_host: 'Your co host identity has been revoked',
81
- fmt_attendies_tips_not_co_host: '{reason1} is no longer a co host',
77
+ fmt_attendies_tips_mine_new_co_host: 'You have been appointed as a co-host',
78
+ fmt_attendies_tips_new_co_host: '{reason1} has become the co-host',
79
+ fmt_attendies_tips_invoke_co_host: "{reason1}'s co-host status has been revoked",
80
+ fmt_attendies_tips_revoke_co_host: 'Your co-host identity has been revoked',
81
+ fmt_attendies_tips_not_co_host: '{reason1} is no longer a co-host',
82
82
  fmt_attendies_tips_operation_success: 'Operate succeed',
83
83
  fmt_attendies_tips_operation_failed: 'Operate failed',
84
84
  fmt_attendies_tips_forbid_close: 'Host prohibits closing',
85
85
  fmt_attendies_tips_request_send: 'You have sent a request',
86
- fmt_additional_tips_cohostbeenrevoke: 'Your co host identity has been revoked',
87
- fmt_additional_tips_cohostrevoke: "{reason1}'s co host status has been revoked",
88
- fmt_additional_tips_nolongercohost: '{reason1} is no longer a co host',
86
+ fmt_additional_tips_cohostbeenrevoke: 'Your co-host identity has been revoked',
87
+ fmt_additional_tips_cohostrevoke: "{reason1}'s co-host status has been revoked",
88
+ fmt_additional_tips_nolongercohost: '{reason1} is no longer a co-host',
89
+ fmt_additional_option_rename_in_meeting: 'Rename',
90
+ fmt_additional_label_attendee_permission: 'Attendee Permission',
91
+ fmt_additional_label_meet_view_own: 'My Own View',
92
+ fmt_additional_label_meet_view_all: 'Meeting View for All',
93
+ fmt_additional_label_change_name_self: 'Rename',
94
+ fmt_additional_tips_nickname_change_success: 'Nickname changed successfully',
95
+ fmt_additional_popup_label_change_nickname: 'Rename in the Meeting',
96
+ fmt_additional_popup_label_enter_nickname: 'Please enter a nickname',
97
+ fmt_additional_popup_label_enter_nickname_ok: 'OK',
98
+ fmt_additional_label_toast_rename_off: 'Host has closed the rename function',
89
99
  fmt_actionbar_tips_leavemeeting: 'Are you sure you want to leave the meeting now?',
90
- fmt_actionbar_button_plenarysession: 'End the plenary meeting',
100
+ fmt_actionbar_button_plenarysession: 'End the meeting',
91
101
  fmt_actionbar_tips_locked: 'The meeting has been locked by the host',
92
102
  fmt_actionbar_tips_recheckleave: 'You cannot join the meeting after leaving the meeting; Are you sure you want to leave the meeting now?',
93
103
  fmt_aside_status_connecting: 'Connecting',
@@ -120,12 +130,12 @@ var enUs = exports.enUs = {
120
130
  fmt_statusbar_label_cloudrecordingpaused: 'Cloud recording paused',
121
131
  fmt_statusbar_label_networkpaused: 'Network status',
122
132
  fmt_statusbar_label_unknown: 'unknown',
123
- fmt_statusbar_label_millisecond: 'millisecond',
133
+ fmt_statusbar_label_millisecond: 'ms',
124
134
  fmt_toolbar_tips_expand: 'Expand the toolbar',
125
- fmt_toolbar_label_connectaudio: 'Connect audio',
135
+ fmt_toolbar_label_connectaudio: 'Audio',
126
136
  fmt_toolbar_label_nodevice: 'No device',
127
137
  fmt_toolbar_label_camera: 'Camera',
128
- fmt_toolbar_options_enablecamera: 'Enable camera',
138
+ fmt_toolbar_options_enablecamera: 'Start video',
129
139
  fmt_toolbar_tips_nodevice: 'No available devices',
130
140
  fmt_toolbar_button_audioaccess: 'Select audio access method',
131
141
  fmt_toolbar_options_pcaudio: 'Connect to PC audio',
@@ -136,8 +146,8 @@ var enUs = exports.enUs = {
136
146
  fmt_toolbar_button_end: 'End',
137
147
  fmt_toolbar_button_leave: 'Leave',
138
148
  fmt_toolbar_button_cancel: 'Cancel',
139
- fmt_popup_tips_endplenarymeeting: 'Is the plenary meeting over now?',
140
- fmt_popup_button_endmeeting: 'leave the chair',
149
+ fmt_popup_tips_endplenarymeeting: 'Is the meeting over now?',
150
+ fmt_popup_button_endmeeting: 'End the meeting',
141
151
  fmt_popup_button_leavemeeting: 'Leave the meeting',
142
152
  fmt_popup_button_cancel: 'Cancel',
143
153
  fmt_meetingroom_status_abnormal: 'The meeting is abnormal',
@@ -178,8 +188,8 @@ var enUs = exports.enUs = {
178
188
  fmt_toolbar_tips_actions_route_speaker: 'Switch to speaker mode',
179
189
  fmt_toolbar_tips_leave_room_lock_title: 'The meeting has been locked by the host',
180
190
  fmt_toolbar_tips_leave_room_lock_info: 'After leaving the meeting, you cannot join again. Are you sure you want to leave?',
181
- fmt_toolbar_leave_room_end_submit: 'Confirmed end',
182
- fmt_toolbar_tips_leave_room_end_cancel: 'Temporarily not ending the meeting',
191
+ fmt_toolbar_leave_room_end_submit: 'End Meeting',
192
+ fmt_toolbar_tips_leave_room_end_cancel: 'Cancel',
183
193
  fmt_toolbar_tips_leave_host_select_submit_tips: 'Please designate a new host',
184
194
  fmt_toolbar_leave_confirm_dialog_kick_title: 'Leave the meeting',
185
195
  fmt_toolbar_tips_leave_confirm_dialog_kick_info: 'You have been removed from the meeting, click the button to exit the  meeting.',
@@ -201,6 +211,15 @@ var enUs = exports.enUs = {
201
211
  fmt_actionbar_option_connectaudio: 'Connect your audio',
202
212
  fmt_actionbar_label_dialsip: 'Dial H.323/SIP Room System',
203
213
  fmt_actionbar_tips_hidenonvideo: 'You have enabled the "Hide non-video window function", and the fixed window does not take effect',
214
+ fmt_driver_installation_v_sound_card: 'The audio driver has been installed and will take effect after restarting flexible meeting',
215
+ fmt_camera_popup_label_restricted: 'Camera privileges are restricted',
216
+ fmt_camera_popup_label_system_change: 'Please go to system settings to change camera privileges',
217
+ fmt_camera_popup_button_system_change: 'Go to system settings to change',
218
+ fmt_camera_popup_button_cancel: 'Cancel',
219
+ fmt_audio_popup_label_restricted: 'Microphone privileges are restricted',
220
+ fmt_audio_popup_label_system_change: 'Please change the microphone privileges in system settings',
221
+ fmt_audio_popup_button_system_change: 'Go to system settings to change',
222
+ fmt_audio_popup_button_cancel: 'Cancel',
204
223
  fmt_popup_copywrite_stopstreamingnow: 'Are you sure to stop the live broadcast now?',
205
224
  fmt_popup_options_confirmstop: 'Confirm to stop live streaming',
206
225
  fmt_popup_options_placedbottom: 'Send to back',
@@ -221,6 +240,8 @@ var enUs = exports.enUs = {
221
240
  fmt_broadcast_text_copyurl: 'The meeting is streaming on other platforms, you can copy the live streaming link to others',
222
241
  fmt_broadcast_livestream_stopped: 'The live stream has stopped',
223
242
  fmt_broadcast_livestream_merge: 'Will be merged with {reason1}',
243
+ fmt_broadcast_livestream_hand_over_relive: 'The handover to the host is complete. The broadcast has stopped. Please reopen the broadcast.',
244
+ fmt_broadcast_livestream_label_stop_pc_only: 'Live streaming can only be stopped on the computer, but you can copy the live streaming link to others',
224
245
  //****************** 设备检测&管理 ******************
225
246
  fmt_device_label_audio_mute: 'Mute',
226
247
  fmt_device_label_audio_unmute: 'Unmute',
@@ -312,8 +333,8 @@ var enUs = exports.enUs = {
312
333
  fmt_uimanager_option_Selfieview: 'Look at my self ',
313
334
  fmt_uimanager_tips_urmuted: 'You have been muted by the host',
314
335
  fmt_uimanager_tips_urturnedoff: 'You have had your camera turned off by the host',
315
- fmt_uimanager_tips_norightsvideo: 'You have no permission to start video',
316
- fmt_uimanager_tips_norightsaudio: 'You have no permission to start audio',
336
+ fmt_uimanager_tips_norightsvideo: 'You have no permission to turn on video',
337
+ fmt_uimanager_tips_norightsaudio: 'You have no permission to turn on audio',
317
338
  fmt_uimanager_tips_inviteturnon: 'The host invites you to turn on the camera',
318
339
  fmt_uimanager_tips_Remove: 'Remove {reason2}',
319
340
  fmt_uimanager_tips_designedas: 'Should {reason1} be designated as the {reason2} of the meeting?',
@@ -364,7 +385,7 @@ var enUs = exports.enUs = {
364
385
  fmt_chat_tips_selectchat: 'Please select the user you want to chat with',
365
386
  fmt_chat_tips_permissionchange: 'The host has changed permissions, please select again',
366
387
  fmt_chat_option_onlypublic: 'Only allow public chat',
367
- fmt_chat_option_onlyprivate: 'Only allow private chat hosts and co hosts',
388
+ fmt_chat_option_onlyprivate: 'Only allow private chat hosts and co-hosts',
368
389
  fmt_chat_tips_newmessage: '{reason1} New Messages',
369
390
  fmt_chat_button_latestlocation: 'Return to the latest location',
370
391
  fmt_chat_tips_freechat: 'Free chat permission has been enabled',
@@ -382,11 +403,11 @@ var enUs = exports.enUs = {
382
403
  fmt_chat_label_Chatmanagement: 'Chat management',
383
404
  fmt_chat_button_MultipleChoice: 'Multiple Choice',
384
405
  fmt_chat_tips_otherpartyleave: 'The attendie cannot receive messages. Please select another one to chat with.',
385
- fmt_chat_options_onlyprivatechat: 'Private chat with the host and co host',
386
- fmt_chat_tips_chatpermissionchange: 'The chat room permissions have changed to only host and co host can private chat ',
387
- fmt_pairicipant_tips_cohostbeenrevoke: 'Your co host identity has been revoked',
388
- fmt_pairicipant_tips_cohostrevoke: "{reason1}'s co host status has been revoked",
389
- fmt_pairicipant_tips_nolongercohost: '{reason1} is no longer a co host',
406
+ fmt_chat_options_onlyprivatechat: 'Private chat with the host and co-host',
407
+ fmt_chat_tips_chatpermissionchange: 'The chat room permissions have changed to only host and co-host can private chat ',
408
+ fmt_pairicipant_tips_cohostbeenrevoke: 'Your co-host identity has been revoked',
409
+ fmt_pairicipant_tips_cohostrevoke: "{reason1}'s co-host status has been revoked",
410
+ fmt_pairicipant_tips_nolongercohost: '{reason1} is no longer a co-host',
390
411
  fmt_pairicipant_label_Now: 'Now',
391
412
  fmt_pairicipant_tips_notempty: 'Role type cannot be empty',
392
413
  fmt_chat_to_label_to: 'towards',
@@ -406,11 +427,11 @@ var enUs = exports.enUs = {
406
427
  fmt_chat_private_to_me: 'Me (private)',
407
428
  fmt_chat_enable_limit: 'Currently mutted',
408
429
  fmt_chat_say_something: 'Say something',
409
- fmt_chat_send_cohost: 'Host/Co Host',
430
+ fmt_chat_send_cohost: 'Host/Co-host',
410
431
  fmt_chat_setting_value: "Participants' chat permissions in the meeting",
411
432
  fmt_chat_send_open: 'Allow chat freely',
412
433
  fmt_chat_send_only_open: 'Only public chat allowed',
413
- fmt_chat_send_only_cohost: 'Only hosts and co hosts private chat allowed',
434
+ fmt_chat_send_only_cohost: 'Only hosts and co-hosts private chat allowed',
414
435
  fmt_chat_send_limit: 'All participants are prohibited from speaking',
415
436
  fmt_chat_to_me: 'to me',
416
437
  fmt_chat_sending_to: 'to',
@@ -421,7 +442,7 @@ var enUs = exports.enUs = {
421
442
  fmt_chat_rooms_are_enable: 'Chat room enabled',
422
443
  fmt_chat_room_mute_is_enabled: 'The chat room has been disabled',
423
444
  fmt_chat_only_open: 'The chat room permission has been changed to only allow public chat',
424
- fmt_chat_only_host_cohost: 'The chat room permissions have been changed to only allow host and co host private chat',
445
+ fmt_chat_only_host_cohost: 'The chat room permissions have been changed to only allow host and co-host private chat',
425
446
  fmt_allow_white_board_label_edit: 'Editable whiteboard',
426
447
  fmt_chat_copy_me_to: 'I said to {reason1} (%2$s): \n%3$s',
427
448
  fmt_chat_copy_from_to: '{reason1} said to%2$s (%3$s): \n%4$s',
@@ -445,27 +466,27 @@ var enUs = exports.enUs = {
445
466
  fmt_screenshare_controlbar_button_microphone: 'Microphone',
446
467
  fmt_screenshare_controlbar_button_camera: 'Camera',
447
468
  fmt_screenshare_controlbar_button_security: 'Security',
448
- fmt_screenshare_controlbar_button_participant: 'Member List',
469
+ fmt_screenshare_controlbar_button_participant: 'Attendees',
449
470
  fmt_screenshare_controlbar_button_newScreenshare: 'New sharing',
450
471
  fmt_screenshare_controlbar_button_more: 'More',
451
472
  fmt_screenshare_controlbar_button_more_chat: 'Chat',
452
- fmt_screenshare_controlbar_button_more_cloudRecord: 'Cloud recording',
453
- fmt_screenshare_controlbar_button_more_live: 'Live Broadcast',
473
+ fmt_screenshare_controlbar_button_more_cloudRecord: 'Record',
474
+ fmt_screenshare_controlbar_button_more_live: 'Live',
454
475
  fmt_screenshare_controlbar_button_more_setting: 'Setting',
455
476
  fmt_screenshare_controlbar_status_sharing: 'You are sharing a screen',
456
477
  fmt_screenshare_controlbar_security_list_lock: 'Lock the meeting',
457
478
  fmt_screenshare_controlbar_security_list_participant_screenshare: 'Share Screen',
458
479
  fmt_screenshare_controlbar_security_list_participant_chat: 'chat',
459
480
  fmt_screenshare_controlbar_security_list_participant_unmute: 'Self unmute',
460
- fmt_screenshare_controlbar_security_list_participant_startVideo: 'Self start video',
461
- fmt_screenshare_controlbar_security_list_participant_changeName: 'Change name',
481
+ fmt_screenshare_controlbar_security_list_participant_startVideo: 'Self turn on video',
482
+ fmt_screenshare_controlbar_security_list_participant_changeName: 'Rename',
462
483
  fmt_screenshare_controlbar_security_list_participantManagement: 'Allow attendees',
463
484
  fmt_screenshare_button_chosecontent: 'Select shared content',
464
- fmt_screenshare_tips_newsharing: 'Initiate a new screen sharing',
485
+ fmt_screenshare_tips_newsharing: 'Initiate a new sharing',
465
486
  fmt_screenshare_label_screenshare: 'Share Screen',
466
487
  fmt_screenshare_button_sharewhiteboard: 'Share Whiteboard',
467
488
  fmt_screenshare_button_chosewhiteboard: 'Close whiteboard',
468
- fmt_screenshare_options_alreadyopend: 'Shared whiteboard (already opened by others)',
489
+ fmt_screenshare_options_alreadyopend: 'Whiteboard (Already ON)',
469
490
  fmt_screenshare_options_allow: 'Allow attendees',
470
491
  fmt_screenshare_options_editable: 'Annotate and edit whiteboards',
471
492
  fmt_screenshare_button_disableshare: 'Disable sharing of {reason1}',
@@ -484,7 +505,7 @@ var enUs = exports.enUs = {
484
505
  fmt_screenshare_tips_faild_restrict: 'Screen sharing is restricted',
485
506
  fmt_screenshare_tips_faild_alreadysharing: 'Someone is already sharing the screen, you cannot operate it temporarily.',
486
507
  fmt_screenshare_options_allowshare: 'Allow flexible meetings to share screens',
487
- fmt_screenshare_tips_notavailable: 'Screen sharing is not available',
508
+ fmt_screenshare_tips_notavailable: 'Please go to "System Preferences" - "Security & Privacy" - "Privacy" - "Screen Recording" and check FcrMeeting (if already checked, uncheck and then check again). After modifying the screen recording permissions, you need to restart FcrMeeting for the changes to take effect.',
488
509
  fmt_screenshare_whiteboard_button_exitdrawing: 'Exit drawing',
489
510
  fmt_screenshare_options_enableedit: 'Enable whiteboard editing',
490
511
  fmt_actionbar_screenshare_option_selectcontent: 'Select shared content',
@@ -525,8 +546,8 @@ var enUs = exports.enUs = {
525
546
  fmt_screenshare_clash_screen_share_remind_content: 'Initiating the sharing now will stop {reason1}‘s screen sharing. Do you want to continue?',
526
547
  fmt_screenshare_clash_screen_share_remind_content_stop_board: 'Initiating the sharing now will stop {reason1}‘s whiteboard sharing. Do you want to continue?',
527
548
  fmt_screenshare_opposite_side: 'other party',
528
- fmt_screenshare_continue_share: 'Continue to initiate sharing',
529
- fmt_screenshare_cohost_can_not_share_remind: 'Security settings are restricted, only the host and co hosts can share screens.',
549
+ fmt_screenshare_continue_share: 'Continue sharing',
550
+ fmt_screenshare_cohost_can_not_share_remind: 'Security settings are restricted, only the host and co-hosts can share screens.',
530
551
  fmt_screenshare_pop_more: 'Multiple Choice',
531
552
  fmt_screenshare_room_new_screen_share: '{reason1} is sharing the screen',
532
553
  fmt_screenshare_room_speaker_spotlight_username: 'Speaking: {reason1}',
@@ -546,7 +567,7 @@ var enUs = exports.enUs = {
546
567
  fmt_screenshare_tips_sharing_audio_keep_on: 'When sharing audio, you need to keep the microphone on to ensure that the audio plays normally. Turn on the microphone?',
547
568
  fmt_screenshare_tips_sharing_audio_cancel: 'Stop audio sharing ',
548
569
  fmt_screenshare_tips_sharing_audio_confirm: 'Keep Mic on',
549
- fmt_screenshare_tips_sharing_disabled_tocontact: ' {reason1} Disabled sharing, you can contact the meeting administrator to enable it',
570
+ fmt_screenshare_tips_sharing_disabled_tocontact: '{reason1} Disabled sharing, you can contact the meeting administrator to enable it',
550
571
  fmt_screenshare_tips_unenabled: 'The conference administrator has not enabled the whiteboard editing function',
551
572
  fmt_screenshare_whiteboard_options_changetheme: 'Change whiteboard theme',
552
573
  fmt_screenshare_tips_alreadyoriginalsize: "It is already 'original size'",
@@ -632,7 +653,7 @@ var enUs = exports.enUs = {
632
653
  fmt_whiteboard_tips_start_share_failed: 'Failed to enable whiteboard sharing',
633
654
  fmt_whiteboard_tips_download_permission_denied: 'Download whiteboard writing requires storage permission',
634
655
  fmt_whiteboard_dialog_share_stopped_message_host: 'The host ({reason1}) has stopped your sharing',
635
- fmt_whiteboard_dialog_share_stopped_message_cohost: 'The co host ({reason1}) has stopped your sharing',
656
+ fmt_whiteboard_dialog_share_stopped_message_cohost: 'The co-host ({reason1}) has stopped your sharing',
636
657
  fmt_screenshare_whiteboard_option_disablesharing: 'Disable screen sharing or whiteboarding',
637
658
  fmt_share_options_blackboard: 'Blackboard',
638
659
  fmt_share_options_chalkboard: 'Chalkboard',
@@ -645,7 +666,7 @@ var enUs = exports.enUs = {
645
666
  fmt_meetingInfo_window_title: 'Meeting link',
646
667
  fmt_meetingInfo_window_info_meetingID: 'Meeting Number',
647
668
  fmt_meetingInfo_window_info_meetingID_copy: 'Copy',
648
- fmt_sharing_button_download: 'Download Dynamic Meeting',
669
+ fmt_sharing_button_download: 'Download Flexible Meeting',
649
670
  fmt_invitation_tips_invitationfailed: 'Invitation link copyied failed',
650
671
  fmt_invitation_tips_invitation: 'The invitation link has been copied to the clipboard',
651
672
  fmt_meetinginfo_tips_lockedroom: 'Meeting locked in',
@@ -682,6 +703,7 @@ var enUs = exports.enUs = {
682
703
  fmt_information_tips_meeting_inprogress: 'Meeting in progress',
683
704
  //通知
684
705
  fmt_information_tips_click_return_meeting: 'Click to return to the meeting interface',
706
+ fmt_information_label_s_fast_meeting: "'s Fast Meeting",
685
707
  fmt_networkstatus_window_title: 'Network connections',
686
708
  fmt_networkstatus_window_rate_good: 'Good',
687
709
  fmt_networkstatus_window_rate_medium: 'Middle',
@@ -701,8 +723,8 @@ var enUs = exports.enUs = {
701
723
  fmt_security_options_removemultiple: 'One click removal of multiple attendees',
702
724
  fmt_security_options_openvideo: 'Start video',
703
725
  fmt_security_options_stopvideo: 'Stop video',
704
- fmt_security_options_openaudio: 'Start audio',
705
- fmt_security_options_stopaudio: 'Stop audio',
726
+ fmt_security_options_openaudio: 'Turn on audio',
727
+ fmt_security_options_stopaudio: 'Turn off audio',
706
728
  fmt_security_options_activatewaitingroom: 'Activate waiting room',
707
729
  fmt_security_options_playnotification: 'Sound prompt when members join or leave',
708
730
  fmt_security_options_silence: 'Mute when members join',
@@ -711,7 +733,7 @@ var enUs = exports.enUs = {
711
733
  fmt_security_buttons_muteall: 'Mute all',
712
734
  fmt_security_buttons_cancel: 'Cancel',
713
735
  fmt_security_waiting_room: 'Waiting Room',
714
- fmt_security_start_video: 'Start Video',
736
+ fmt_security_start_video: 'Turn on video',
715
737
  fmt_security_pause_all: 'Suspend participant activities',
716
738
  fmt_security_remove_all: 'Remove attendees',
717
739
  fmt_security_tips_lock_meeting_on: 'You have locked the meeting, no one else can join',
@@ -730,7 +752,7 @@ var enUs = exports.enUs = {
730
752
  fmt_security_tips_start_video_off: 'You have prohibited open video',
731
753
  fmt_security_tips_host_start_video_on: '{reason1} Open video allowed',
732
754
  fmt_security_tips_host_start_video_off: '{reason1} Open video forbid ',
733
- fmt_security_chat_with_hosts: 'Host and Co host',
755
+ fmt_security_chat_with_hosts: 'Host and co-host',
734
756
  fmt_security_tips_allow_write_board: 'You have allowed editing the whiteboard',
735
757
  fmt_security_tips_disallow_write_board: 'You have prohibited editing the whiteboard',
736
758
  //****************** 设置 ******************
@@ -848,6 +870,7 @@ var enUs = exports.enUs = {
848
870
  fmt_internalsetting_mini_meeting: 'Minimize meeting',
849
871
  fmt_internalsetting_raise_hand: 'Raise hand',
850
872
  fmt_internalsetting_disconnect_audio: 'Disconnect audio',
873
+ fmt_internalsetting_select_audio: 'Select audio',
851
874
  fmt_internalsetting_other_join: 'Join Settings',
852
875
  fmt_internalsetting_other_personal: 'Personal settings (only valid for personal view)',
853
876
  fmt_internalsetting_other_join_mute: 'Mute when members join',
@@ -857,7 +880,7 @@ var enUs = exports.enUs = {
857
880
  fmt_internalsetting_other_hide_no_video_pin_cancelled: "You have enabled the 'hide non video window function', and the fixed window has been removed.",
858
881
  fmt_internalsetting_other_hide_my_window_pin_cancelled: "You have enabled the 'Hide My Videos' feature, and the fixed window has been removed.",
859
882
  fmt_internalsetting_other_hide_me: 'Hide my videos',
860
- fmt_internalsetting_other_hide_me_toast: 'After other members join or start video streaming, your video window will be hidden on this device',
883
+ fmt_internalsetting_other_hide_me_toast: 'After other members join or turn on video streaming, your video window will be hidden on this device',
861
884
  fmt_internalsetting_other_spot_light: 'Voice stimulation',
862
885
  fmt_internalsetting_other_spot_light_desc: 'After activating voice stimulation, the attending members who are currently speaking will be prioritized for display.',
863
886
  fmt_internalsetting_room_window_top: 'Top and bottom layout',
@@ -871,16 +894,16 @@ var enUs = exports.enUs = {
871
894
  fmt_settings_labels_sidebar: 'Sidebar',
872
895
  fmt_settings_labels_fold: 'Fold',
873
896
  fmt_settings_labels_theme: 'Theme',
874
- fmt_settings_tips_sharingprohibited: '{reason1}Sharing is prohibited.You can contact the meeting administrator to enable it',
875
- fmt_settings_tips_videoenabled: '{reason1}has enabled video',
876
- fmt_settings_tips_disabledvideo: '{reason1}has disabled video',
877
- fmt_settings_tips_allowedScreensharing: '{reason1}has allowed screen sharing',
878
- fmt_settings_tips_disabledScreensharing: '{reason1}has disabled screen sharing',
879
- fmt_settings_tips_allowedchat: '{reason1}has allowed chat',
880
- fmt_settings_tips_banedchat: '{reason1}has prohibited chat',
881
- fmt_settings_tips_allowedselfunmuting: '{reason1}has allowed selfunmuting',
882
- fmt_settings_tips_disabledselfunmuting: '{reason1}has disabled self unmuting',
883
- fmt_settings_tips_muteallwhilejoin: '{reason1}has set mute for all participants when they join the meeting',
897
+ fmt_settings_tips_sharingprohibited: '{reason1} Sharing is prohibited.You can contact the meeting administrator to enable it',
898
+ fmt_settings_tips_videoenabled: '{reason1} has enabled video',
899
+ fmt_settings_tips_disabledvideo: '{reason1} has disabled video',
900
+ fmt_settings_tips_allowedScreensharing: '{reason1} has allowed screen sharing',
901
+ fmt_settings_tips_disabledScreensharing: '{reason1} has disabled screen sharing',
902
+ fmt_settings_tips_allowedchat: '{reason1} has allowed chat',
903
+ fmt_settings_tips_banedchat: '{reason1} has prohibited chat',
904
+ fmt_settings_tips_allowedselfunmuting: '{reason1} has allowed self unmuting',
905
+ fmt_settings_tips_disabledselfunmuting: '{reason1} has disabled self unmuting',
906
+ fmt_settings_tips_muteallwhilejoin: '{reason1} has set mute for all participants when they join the meeting',
884
907
  fmt_settings_labels_you: 'You',
885
908
  fmt_settings_tips_Blockallchat: "‘Block all chat'",
886
909
  fmt_settings_tips_groupchatonly: "'Group chat only'",
@@ -899,6 +922,10 @@ var enUs = exports.enUs = {
899
922
  fmt_settings_options_pausecloudrecording: 'Pause cloud recording',
900
923
  fmt_settings_popup_disable_while_microphone_detected: 'This function is disabled while the microphone is being detected',
901
924
  fmt_settings_popup_disable_while_speaker_detected: 'This function is disabled while the speaker is beiing detected',
925
+ fmt_settings_popup_label_use_phone_audio: 'Using phone audio',
926
+ fmt_settings_popup_label_link_audio_to_hear_others: 'In order to hear other users, please join the meeting using cell phone audio',
927
+ fmt_settings_popup_label_select_audio: 'Select audio',
928
+ fmt_settings_popup_label_audio_not_connect_click_select: 'Audio not connected, please click to select',
902
929
  //****************** 直播 ******************
903
930
  fmt_live_label_thirdplatform: 'Live streaming to third-party platforms',
904
931
  fmt_live_label_videostreamingurl: 'Video streaming URL',
@@ -916,15 +943,16 @@ var enUs = exports.enUs = {
916
943
  fmt_live_label_watchcustomizedlive: 'Watch live streams on custom live streaming services',
917
944
  fmt_live_label_copylink: 'Copy live streaming link',
918
945
  fmt_tips_button_Stopsteaming: 'Stop live',
946
+ fmt_live_label_push_platform: 'Push the meeting to the specified live platform',
919
947
  //****************** 录制 ******************
920
- fmt_record_button_Cloudrecording: 'Cloud recording system',
948
+ fmt_record_button_Cloudrecording: 'Cloud recording',
921
949
  fmt_record_button_Localrecording: 'Local recording',
922
950
  fmt_record_button_pauserecording: 'Pause',
923
951
  fmt_record_tips_Localrecording_Start: 'Local recording is starting',
924
952
  fmt_record_tips_Cloudrecording_Start: 'Cloud recording system is starting',
925
953
  fmt_record_tips_recording: 'Recording',
926
954
  fmt_record_tips_Cloudrecording: 'Cloud recording',
927
- fmt_record_button_Cloudrecording_restore: 'Restore cloud recording',
955
+ fmt_record_button_Cloudrecording_restore: 'Restart cloud recording',
928
956
  fmt_record_button_Localrecording_restore: 'Restore local recording',
929
957
  fmt_record_button_Cloudrecording_stop: 'Stop cloud recording',
930
958
  fmt_record_button_Localrecording_stop: 'Stop local recording',
@@ -1012,7 +1040,7 @@ var enUs = exports.enUs = {
1012
1040
  fmt_sip_options_SIP: 'SIP',
1013
1041
  fmt_sip_button_call: 'call',
1014
1042
  fmt_sip_button_Hangup: 'Hang up',
1015
- fmt_sip_label_dialviasip: 'Dialing in the H.263/SIP conference room system',
1043
+ fmt_sip_label_dialviasip: 'Dialing in the H.323/SIP conference room system',
1016
1044
  fmt_sip_label_dial: 'Dial',
1017
1045
  fmt_sip_label_inputid: 'Input meeting ID',
1018
1046
  fmt_sip_label_password: 'password',
@@ -1106,6 +1134,7 @@ var enUs = exports.enUs = {
1106
1134
  fmt_waitingroom_attendie_overview_label_waitingroom: 'Waiting Room',
1107
1135
  fmt_waitingroom_attendie_overview_label_wait_moment: 'The host has activated the waiting room,please wait a moment.',
1108
1136
  fmt_waitingroom_attendie_overview_label_move_in_by_host: 'You have been moved to the waiting room.',
1137
+ fmt_waitingroom_attendie_overview_label__toast_move_to_waitingroom: 'You have been moved to the waiting room.',
1109
1138
  fmt_waitingroom_attendie_overview_label_attendees: 'Attendees in the waiting room',
1110
1139
  fmt_waitingroom_attendie_overview_label_no_messages: 'No message',
1111
1140
  fmt_waitingroom_put_in_success: '{reason1} has been moved to the waiting room.',
@@ -1113,6 +1142,7 @@ var enUs = exports.enUs = {
1113
1142
  fmt_waitingroom_setting_tips_disable: "You've disabled the Waiting Room",
1114
1143
  fmt_waitingroom_setting_tips_enable: "You've enabled the Waiting Room",
1115
1144
  fmt_waitingroom_setting_tips_send_message_to_host: 'You can click here to send a message to the host.',
1145
+ fmt_waitingroom_setting_popup_toast_unable_move_creator: 'Unable to move room creator into waiting room',
1116
1146
  fmt_waitingroom_setting_popup_toast_move_in_failed: 'Move-in failed, please check the network or verify that the waiting room is still in use',
1117
1147
  fmt_waitingroom_mobile_setting_label_enable: 'Enable Waiting Room',
1118
1148
  fmt_waitingroom_mobile_setting_label_disable: 'Disable Waiting Room',
@@ -1152,9 +1182,13 @@ var enUs = exports.enUs = {
1152
1182
  fmt_waitingroom_mobile_notice_popup_label_about_join: 'You are about to enter the conference room',
1153
1183
  fmt_waitingroom_mobile_notice_popup_label_quick_join: 'The meeting moderator has invited you to the meeting, click the button to quickly enter the meeting',
1154
1184
  fmt_waitingroom_mobile_notice_popup_button_join_now: 'Join now{reason1}',
1185
+ fmt_waitingroom_mobile_notice_popup_button_join_now_no_count: 'Join Now',
1155
1186
  fmt_waitingroom_mobile_notice_popup_label_waitinglist: 'There are {reason1} people waiting in the waiting room',
1156
1187
  fmt_waitingroom_mobile_notice_popup_button_dont_remind: 'No more remind',
1157
1188
  fmt_waitingroom_mobile_notice_popup_button_view_detailed: 'View details',
1189
+ fmt_waitingroom_mobile_notice_popup_label_unable_move_creator: 'Unable to move room creator into waiting room',
1190
+ fmt_waitingroom_mobile_notice_popup_label_hi: 'Hi, {reason1}',
1191
+ fmt_waitingroom_mobile_notice_popup_label_message_to_host: 'You can click here to send a message to the host.',
1158
1192
  fmt_ai_transcriptions_setting_label_source: 'Source language',
1159
1193
  fmt_ai_transcriptions_setting_label_live_language: 'Live language ',
1160
1194
  fmt_ai_transcriptions_setting_label_translate_to: 'Translate to ',
@@ -1281,10 +1315,12 @@ var enUs = exports.enUs = {
1281
1315
  fmt_premeeting_setting_mobile_button_log_out_confirm: 'Confirm',
1282
1316
  //****************** 首页 ******************
1283
1317
  fmt_premeeting_joinroom_mobile_button_upandin: 'Sign up and log in',
1284
- fmt_premeeting_joinroom_mobile_label_flexible_meeting: 'Flexible Meetings',
1318
+ fmt_premeeting_joinroom_mobile_label_flexible_meeting: 'Flexible Meeting',
1285
1319
  fmt_premeeting_joinroom_mobile_label_enterprise_account: 'Enterprise account',
1286
1320
  fmt_premeeting_joinroom_mobile_tips_meetingid: 'Meeting name or meeting ID',
1287
1321
  fmt_premeeting_joinroom_mobile_tips_password: 'Meeting password',
1322
+ fmt_premeeting_joinroom_mobile_label_duration: 'Duration',
1323
+ fmt_premeeting_joinroom_mobile_label_meeting_duration: 'Meeting duration',
1288
1324
  fmt_premeeting_joinroom_mobile_button_join_meeting: 'Join the meeting',
1289
1325
  fmt_premeeting_joinroom_mobile_tips_six_characters: 'Please enter no more than 6 characters',
1290
1326
  fmt_premeeting_joinroom_mobile_tips_wrong_password: 'Wrong password',
@@ -1306,7 +1342,7 @@ var enUs = exports.enUs = {
1306
1342
  fmt_security_setting_mobile_label_share_screen: 'Share Screen',
1307
1343
  fmt_security_setting_mobile_label_rename: 'Rename',
1308
1344
  fmt_security_setting_mobile_label_unmute: 'Unmute',
1309
- fmt_security_setting_mobile_label_start_video: 'Start Video',
1345
+ fmt_security_setting_mobile_label_start_video: 'Turn on Video',
1310
1346
  fmt_security_setting_mobile_popup_toast_lock_meeting: "You've locked the meeting. No one else can join.",
1311
1347
  fmt_security_setting_mobile_popup_toast_unlock_meeting: 'You have unlocked sessions for new attendees to join',
1312
1348
  fmt_security_setting_mobile_chat_popup_label_participants: 'Allow Participants to Chat With',
@@ -1332,7 +1368,7 @@ var enUs = exports.enUs = {
1332
1368
  fmt_security_setting_label_share_screen: 'Share Screen',
1333
1369
  fmt_security_setting_label_rename: 'Rename by Participant',
1334
1370
  fmt_security_setting_label_unmute: 'Unmute by Participant',
1335
- fmt_security_setting_label_start_video: 'Start Video',
1371
+ fmt_security_setting_label_start_video: 'Turn on Video',
1336
1372
  fmt_security_setting_label_remove_participant: 'Remove participant',
1337
1373
  fmt_security_setting_label_pause_participant: 'Pause Participant',
1338
1374
  fmt_security_setting_popup_toast_join_waiting_room: 'Attendees must first enter the waiting room',
@@ -1341,6 +1377,8 @@ var enUs = exports.enUs = {
1341
1377
  fmt_security_setting_popup_toast_turn_off_watermark: 'Turn off the watermark',
1342
1378
  fmt_security_setting_popup_tip_watermark_voice_active_prioritized: 'All members will see the watermark embedded in the meeting screen when viewing the meeting content',
1343
1379
  fmt_security_mainwindow_label_watermark: '{reason1}{reason1}',
1380
+ fmt_security_mainwindow_label_toast_unmute_not_allow: 'Hosts/co-hosts not allowed to unmute themselves',
1381
+ fmt_security_mainwindow_label_toast_name_change_not_allow: 'Hosts/co-hosts are not allowed to change their own name',
1344
1382
  //****************** 设置 ******************
1345
1383
  fmt_premeeting_setting_label_settings: 'Setting',
1346
1384
  fmt_premeeting_setting_label_normal: 'Normal',
@@ -1356,7 +1394,7 @@ var enUs = exports.enUs = {
1356
1394
  fmt_premeeting_setting_label_Chinese: 'Chinese',
1357
1395
  fmt_premeeting_setting_label_English: 'English',
1358
1396
  fmt_premeeting_setting_popup_label_restart_activate: 'Effective after reboot',
1359
- fmt_premeeting_setting_popup_label_language_setting_restarting_meeting: 'The language setting will take effect after restarting the Spirit Meeting',
1397
+ fmt_premeeting_setting_popup_label_language_setting_restarting_meeting: 'The language setting will take effect after restarting the Flexible Meeting',
1360
1398
  fmt_premeeting_setting_popup_label_restart_application_switch_language: 'Restart the application if expecting to switch languages now.',
1361
1399
  fmt_premeeting_setting_popup_button_i_know: 'I know',
1362
1400
  fmt_premeeting_setting_pupop_button_restart_now: 'Restart Now',
@@ -1421,7 +1459,7 @@ var enUs = exports.enUs = {
1421
1459
  fmt_premeeting_setting_label_optimize_video_quality_through_noise_reduction: 'Optimize video quality through noise reduction',
1422
1460
  fmt_premeeting_setting_label_hardware_acceleration_for_video_receiving: 'Use hardware acceleration for video receiving',
1423
1461
  fmt_premeeting_setting_label_about_us: 'About us',
1424
- fmt_premeeting_setting_label_smart_meeting: 'Smart Meeting',
1462
+ fmt_premeeting_setting_label_smart_meeting: 'Flexible Meeting',
1425
1463
  fmt_premeeting_setting_label_version_now: 'Version {reason1}',
1426
1464
  fmt_premeeting_setting_button_check_for_update: 'Check for update',
1427
1465
  fmt_premeeting_setting_button_user_agreement: 'User Agreement',
@@ -1450,6 +1488,8 @@ var enUs = exports.enUs = {
1450
1488
  fmt_interpretation_setting_popup_controller_label_simultaneous_interpretation: 'Simultaneous Interpretation',
1451
1489
  fmt_interpretation_setting_popup_controller_option_add_interpreter: 'Add Interpreter',
1452
1490
  fmt_interpretation_setting_popup_controller_label_interpreter: 'Interpreter {reason1}',
1491
+ fmt_interpretation_setting_popup_controller_label_departure: 'Departure',
1492
+ fmt_interpretation_setting_popup_controller_label_both_language: 'Both languages need to support output, not unidirectional output',
1453
1493
  fmt_interpretation_setting_popup_controller_labe_search_name: 'Search by name',
1454
1494
  fmt_interpretation_setting_popup_controller_labe_source_language: 'Language',
1455
1495
  fmt_interpretation_setting_popup_controller_labe_Translate_language: 'Language',
@@ -1462,11 +1502,12 @@ var enUs = exports.enUs = {
1462
1502
  fmt_interpretation_popup_toast_interpretation_online: 'Simultaneous Interpretation has been activated',
1463
1503
  fmt_interpretation_popup_toast_interpreter_set_by_controller: 'The co-chairs {reason1} designated {reason1} and {reason1} as interpreters.',
1464
1504
  fmt_interpretation_sidebar_button_interpret: 'Interpret',
1465
- fmt_interpretation_sidebar_toast_choose_language: 'Simultaneous interpretation is in progress, you can select different language channels to listen to it',
1505
+ fmt_interpretation_sidebar_toast_choose_language: 'Different language channels are available for simultaneous interpretation',
1506
+ fmt_interpretation_sidebar_toast_hover_choose_language: 'Choose your language channel',
1466
1507
  fmt_interpretation_pupup_interpreter_offline: 'Translator offline',
1467
1508
  fmt_interpretation_popup_button_set: 'Go to assign',
1468
- fmt_interpretation_popup_label_set: 'Interpreter xxx has left the meeting, please reassign the interpreter.',
1469
- fmt_interpretation_popup_toast_label_return_meeting: 'xxx has re-entered the conference room',
1509
+ fmt_interpretation_popup_label_set: 'Interpreter {reason1} has left the meeting, please reassign the interpreter.',
1510
+ fmt_interpretation_popup_toast_label_return_meeting: 'Translator {reason1} has re-entered the conference room',
1470
1511
  fmt_interpretation_interpreter_popup_label_welcome_interpreter_be_set: 'You have been assigned as an interpreter',
1471
1512
  fmt_interpretation_interpreter_popup_label_welcome_open_micro: 'Please make sure the microphone is turned on and switch between the two language outputs with the main interface button',
1472
1513
  fmt_interpretation_interpreter_popup_label_welcome_source_language: '{reason1}(Source Language)',
@@ -1476,7 +1517,7 @@ var enUs = exports.enUs = {
1476
1517
  fmt_interpretation_interpreter_toast_label_change_channel: 'Click here to switch the voice channel and make sure the microphone is turned on.',
1477
1518
  fmt_interpretation_interpreter_popup_button_cn: 'Chinese',
1478
1519
  fmt_interpretation_interpreter_popup_button_en: 'English',
1479
- fmt_interpretation_interpreter_toast_label_return_channel: 'You are the interpreter, currently on channel xxx.',
1520
+ fmt_interpretation_interpreter_toast_label_return_channel: 'You are the interpreter, currently on channel {reason1}.',
1480
1521
  fmt_interpretation_interpreter_popup_label_language_change_attention: 'Please note that the translation language has changed',
1481
1522
  fmt_interpretation_interpreter_popup_label_language_change_by_controller: 'The conference administrator has assigned your new translation language:',
1482
1523
  fmt_interpretation_interpreter_popup_label_language: '{reason1}',
@@ -1485,23 +1526,27 @@ var enUs = exports.enUs = {
1485
1526
  fmt_interpretation_interpreter_popup_label_interpret_cancel_label: 'The conference administrator has revoked your status as a translator.',
1486
1527
  fmt_interpretation_interpreter_popup_button_know: 'Got it.',
1487
1528
  fmt_interpretation_mainwindow_toast_label_interpret_offline_controller: 'Co-moderator xxx has turned off simultaneous interpretation',
1488
- fmt_interpretation_interpreter_popup_label_language_change_by_cocontroller: 'Co-host xxx has turned off simultaneous interpretation.',
1529
+ fmt_interpretation_interpreter_popup_label_language_change_by_cocontroller: 'Co-host {reason1} has turned off simultaneous interpretation.',
1489
1530
  fmt_interpretation_attendness_sidbar_popup_option_original_aswell: 'Listen to the original voice at the same time',
1490
1531
  fmt_interpretation_controller_sidbar_popup_button_interpret_set: 'Simultaneous Interpretation Settings',
1491
- fmt_interpretation_attendness_sidbar_popup_option_language_off: 'Close',
1532
+ fmt_interpretation_attendness_sidbar_popup_option_language_off: 'Original channel',
1492
1533
  fmt_interpretation_attendness_sidbar_popup_option_language_cn: 'Chinese',
1493
1534
  fmt_interpretation_attendness_sidbar_popup_option_language_eng: 'English',
1494
1535
  fmt_interpretation_attendness_popup_label_interpretation_online: 'Simultaneous Interpretation is enabled in the meeting room',
1495
1536
  fmt_interpretation_attendness_popup_label_interpretation_click: 'Please click “Simultaneous Interpretation” at the bottom of the operation bar.',
1496
1537
  fmt_interpretation_attendness_sidbar_popup_toast_label_channel_close: 'The simultaneous interpretation channel you have selected has been turned off, and has been switched to the original channel for you.',
1497
- fmt_interpretation_mainwindow_toast_label_update_language: 'The co-host has updated the interpreter or language for simultaneous interpretation.',
1538
+ fmt_interpretation_mainwindow_toast_label_update_language: 'The host has updated the interpreter or language for simultaneous interpretation.',
1498
1539
  fmt_interpretation_mainwindow_toast_label_turn_off_interpret: 'You have turned off simultaneous interpretation',
1540
+ fmt_interpretation_interpreter_popup_special_host: 'Cohost',
1541
+ fmt_interpretation_interpreter_popup_special_co_host: 'Host',
1499
1542
  //****************** 同声传译-mobile ******************
1500
1543
  fmt_interpretation_mobile_setting_controller_option_interpret: 'simultaneous interpretation',
1501
1544
  fmt_interpretation_mobile_setting_controller_label_interpret: 'simultaneous interpretation',
1502
- fmt_interpretation_mobile_setting_controller_toast_label_setting_by_member: 'xxx and other xxx people are setting up this function',
1545
+ fmt_interpretation_mobile_setting_controller_toast_label_setting_by_one: '{reason1} may be setting up this function',
1546
+ fmt_interpretation_mobile_setting_controller_toast_label_setting_by_member: '{reason1} and other {reason2} people may be setting up this function{',
1503
1547
  fmt_interpretation_mobile_setting_controller_button_add_interpret: 'Add translator',
1504
- fmt_interpretation_mobile_setting_controller_label_interpreter: 'Translator xxx',
1548
+ fmt_interpretation_mobile_setting_controller_label_interpreter: 'Translator {reason1}',
1549
+ fmt_interpretation_mobile_setting_popup_controller_option_add_interpreter_limited: 'Add Interpreter(Limited 10)',
1505
1550
  fmt_interpretation_mobile_setting_controller_label_name_search: 'Search by name',
1506
1551
  fmt_interpretation_mobile_setting_controller_label_cn: 'Chinese',
1507
1552
  fmt_interpretation_mobile_setting_controller_label_en: 'English',
@@ -1524,7 +1569,7 @@ var enUs = exports.enUs = {
1524
1569
  fmt_interpretation_mobile_interpreter_popup_label_cn: 'Chinese',
1525
1570
  fmt_interpretation_mobile_interpreter_popup_button_i_know: 'I know',
1526
1571
  fmt_interpretation_mobile_interpreter_label_click_change_language: 'Click here to switch the voice channel to be conveyed and determine whether the microphone is turned on',
1527
- fmt_interpretation_mobile_interpreter_toast_label_interpreter_channel: 'You are the translator, currently on channel xxx',
1572
+ fmt_interpretation_mobile_interpreter_toast_label_interpreter_channel: 'You are the translator, currently on channel {reason1}',
1528
1573
  fmt_interpretation_mobile_interpreter_popup_label_permission_revoke: 'Translation permission revoked',
1529
1574
  fmt_interpretation_mobile_interpreter_popup_label_status_cancel: 'The conference administrator has canceled your status as translator',
1530
1575
  fmt_interpretation_mobile_interpreter_popup_status_button_i_know: 'I know',
@@ -1537,8 +1582,9 @@ var enUs = exports.enUs = {
1537
1582
  fmt_interpretation_mobile_attendnees_popup_label_original_aswell: 'Listen to the original sound at the same time',
1538
1583
  fmt_interpretation_mobile_controller_popup_button_interpret_setting: 'Simultaneous interpretation settings',
1539
1584
  fmt_interpretation_mobile_attendnees_toast_label_channel_close: 'The simultaneous interpretation channel you selected has been closed and has been switched to the original channel for you.',
1585
+ fmt_interpretation_mobile_meeting_win_label_translator: 'TRANS.',
1540
1586
  //****************** 免密登陆 ******************
1541
- fmt_meeting_creatpage_label_smart_meeting: 'Smart Meetings',
1587
+ fmt_meeting_creatpage_label_smart_meeting: 'Flexible Meetings',
1542
1588
  fmt_meeting_creatpage_label_fast_experience: 'Fast Experience',
1543
1589
  fmt_meeting_creatpage_button_create_meeting: 'Create a Meeting',
1544
1590
  fmt_meeting_creatpage_label_room_name: 'Room Name',
@@ -1552,7 +1598,7 @@ var enUs = exports.enUs = {
1552
1598
  fmt_meeting_creatpage_label_enter_password: 'Please enter your password',
1553
1599
  fmt_meeting_creatpage_button_quick_meeting_creat: 'Quick Meeting Creation',
1554
1600
  fmt_meeting_creatpage_label_create_meeting_summary: 'Create meeting summary while joining the meeting',
1555
- fmt_meeting_creatpage_label_agree_service: 'Agree to the “Smart Meeting User Service Agreement” and “Smart Meeting Privacy Policy”.',
1601
+ fmt_meeting_creatpage_label_agree_service: 'Agree to the “Flexible Meeting User Service Agreement” and “Flexible Meeting Privacy Policy”.',
1556
1602
  fmt_meeting_creatpage_button_join_meeting: 'Join Meeting',
1557
1603
  fmt_meeting_creatpage_label_join_room_num: 'Room Number',
1558
1604
  fmt_meeting_creatpage_label_join_enter_room_num: 'Please enter the room number',
@@ -1563,11 +1609,11 @@ var enUs = exports.enUs = {
1563
1609
  fmt_meeting_creatpage_label_join_role: 'Role',
1564
1610
  fmt_meeting_creatpage_label_join_attendee: 'Attendee',
1565
1611
  fmt_meeting_creatpage_button_quick_join_meeting: 'Quickly join the meeting',
1566
- fmt_meeting_creatpage_label_join_agree_service: 'Agree to “Smart Meeting User Service Agreement” and “Smart Meeting Privacy Policy”.',
1612
+ fmt_meeting_creatpage_label_join_agree_service: 'Agree to “Flexible Meeting User Service Agreement” and “Flexible Meeting Privacy Policy”.',
1567
1613
  fmt_meeting_creatpage_popup_label_wrong_room_password: 'Room number does not exist or wrong password',
1568
1614
  fmt_meeting_mainwindow_topbar_left_button_meeting_detail: 'Meeting details {reason1}',
1569
1615
  fmt_meeting_mainwindow_topbar_left_popup_toast_copy_information: 'Press to copy the meeting information',
1570
- fmt_meeting_mainwindow_topbar_left_popup_toast_copy_done: 'The meeting information has been copied to the clipboard',
1616
+ fmt_meeting_mainwindow_topbar_left_popup_toast_copy_done: 'The information has been copied',
1571
1617
  fmt_meeting_mainwindow_topbar_left_popup_label_share: 'Share meeting number or invitation link',
1572
1618
  fmt_meeting_mainwindow_topbar_left_popup_label_room_name: '{reason1}',
1573
1619
  fmt_meeting_mainwindow_topbar_left_popup_label_meeting_num: 'Meeting number {reason1}',
@@ -1575,7 +1621,8 @@ var enUs = exports.enUs = {
1575
1621
  fmt_meeting_mainwindow_topbar_left_popup_label_link: 'Invitation link {reason1}',
1576
1622
  fmt_meeting_mainwindow_topbar_left_popup_label_all_info: 'Copy all information',
1577
1623
  fmt_meeting_call_voice_call_button_copy_info: 'Copy Meeting Information',
1578
- fmt_link_invitation: '{reason1} invites you to join the meeting The meeting topic: {reason2} The meeting time: {reason3} The meeting link: {reason4}. {reason5}',
1624
+ fmt_link_invitation: '{reason1} invites you to join the meeting, The meeting topic: {reason2}, The meeting time: {reason3}, The meeting link: {reason4}',
1625
+ fmt_link_invitation_password: '{reason1} invites you to join the meeting, The meeting topic: {reason2}, The meeting time: {reason3}, The meeting link: {reason4}, The meeting password: {reason5}',
1579
1626
  fmt_meeting_creatpage_toast_password_only_contain: 'Password can only contain numbers, letters and symbols',
1580
1627
  fmt_meeting_creatpage_toast_password_only_six: 'Membership password length is 6 digits',
1581
1628
  //****************** 翻译语言 ******************
@@ -1596,23 +1643,246 @@ var enUs = exports.enUs = {
1596
1643
  fmt_translate_language_vietnamese: 'Vietnamese',
1597
1644
  fmt_translate_language_malay: 'Malay',
1598
1645
  fmt_translate_language_turkish: 'Turkish',
1599
- fmt_translate_language_chinese_mini: 'Chinese',
1600
- fmt_translate_language_english_mini: 'English',
1601
- fmt_translate_language_japanese_mini: 'Japanese',
1602
- fmt_translate_language_korean_mini: 'Korean',
1603
- fmt_translate_language_german_mini: 'German',
1604
- fmt_translate_language_french_mini: 'French',
1605
- fmt_translate_language_russian_mini: 'Russian',
1606
- fmt_translate_language_spanish_mini: 'Spanish',
1607
- fmt_translate_language_portuguese_mini: 'Portuguese',
1608
- fmt_translate_language_ilalian_mini: 'Italian',
1609
- fmt_translate_language_arabic_mini: 'Arabic',
1610
- fmt_translate_language_indonesian_mini: 'Indonesian',
1611
- fmt_translate_language_hindi_mini: 'Hindi',
1612
- fmt_translate_language_thai_mini: 'Thai',
1613
- fmt_translate_language_vietnamese_mini: 'Vietnamese',
1614
- fmt_translate_language_malay_mini: 'Malay',
1615
- fmt_translate_language_turkish_mini: 'Turkish',
1616
- fmt_waitingroom_attendie_overview_label__toast_move_to_waitingroom: 'You have been moved to the waiting room.',
1617
- fmt_waitingroom_mobile_notice_popup_button_join_now_no_count: 'Join Now'
1646
+ fmt_translate_language_chinese_mini: '',
1647
+ fmt_translate_language_english_mini: 'EN',
1648
+ fmt_translate_language_japanese_mini: 'JP',
1649
+ fmt_translate_language_korean_mini: 'KO',
1650
+ fmt_translate_language_german_mini: 'DE',
1651
+ fmt_translate_language_french_mini: 'FR',
1652
+ fmt_translate_language_russian_mini: 'RU',
1653
+ fmt_translate_language_spanish_mini: 'PT',
1654
+ fmt_translate_language_portuguese_mini: 'ES',
1655
+ fmt_translate_language_ilalian_mini: 'IT',
1656
+ fmt_translate_language_arabic_mini: 'AR',
1657
+ fmt_translate_language_indonesian_mini: 'ID',
1658
+ fmt_translate_language_hindi_mini: 'HI',
1659
+ fmt_translate_language_thai_mini: 'TH',
1660
+ fmt_translate_language_vietnamese_mini: 'VI',
1661
+ fmt_translate_language_malay_mini: 'MS',
1662
+ fmt_translate_language_turkish_mini: 'TR',
1663
+ //****************** 分组 ******************
1664
+
1665
+ // web
1666
+ fmt_group_mainwindow_sidebar_button_group_discuss: 'Breakout Groups',
1667
+ fmt_group_mainwindow_sidebar_label_group_discuss_on: 'Open Subgroup',
1668
+ fmt_group_mainwindow_sidebar_label_group_discuss_off: 'Close Subgroup',
1669
+ fmt_group_popup_creat_label_breakout_room: 'Breakout Groups',
1670
+ fmt_group_popup_creat_label_participant: 'Participants {reason1}',
1671
+ fmt_group_popup_creat_label_not_start: 'Not started',
1672
+ fmt_group_popup_creat_label_creat_breakout: 'Create',
1673
+ fmt_group_popup_creat_label_breakout_num: 'Breakout rooms',
1674
+ fmt_group_popup_creat_label_average_participant: 'Average {reason1} participants per group',
1675
+ fmt_group_popup_creat_label_auto_assign: 'Assign Automatically',
1676
+ fmt_group_popup_creat_label_manual_assign: 'Assign Manually',
1677
+ fmt_group_popup_creat_button_next_step: 'Next',
1678
+ fmt_group_popup_creat_button_cancle: 'Cancel',
1679
+ fmt_group_mainwindow_topbar_label_group_discuss_time: 'Duration of Group Discussion',
1680
+ fmt_group_mainwindow_toast_label_group_function_off: 'You have entered a group! Please note that some features are not available in the group!',
1681
+ fmt_group_mainwindow_sidebar_button_back_mainroom: 'Return to the main meeting room',
1682
+ fmt_group_popup_creat_next_label_ungrouped: 'Ungrouped',
1683
+ fmt_group_popup_creat_next_label_search: 'Search',
1684
+ fmt_group_popup_creat_next_label_breakout_room: 'Breakout Groups',
1685
+ fmt_group_popup_creat_next_label_breakout_room_num: 'Breakout Groups {reason1}',
1686
+ fmt_group_popup_creat_next_label_not_start: 'Not started',
1687
+ fmt_group_popup_creat_next_button_assign: 'Assign',
1688
+ fmt_group_popup_creat_next_label_may_set_feature: '{reason1}and other {reason1}people may be setting up this feature',
1689
+ fmt_group_popup_creat_next_search_label_search: 'Search for members',
1690
+ fmt_group_popup_creat_next_search_button_sure: 'Determine',
1691
+ fmt_group_popup_creat_next_search_label_no_data: 'No data',
1692
+ fmt_group_popup_creat_next_namebar_button_drag_to_group: 'Drag to group',
1693
+ fmt_group_popup_creat_next_button_add_breakroom: 'Add Group',
1694
+ fmt_group_popup_creat_next_label_add_one: 'Add 1 new group',
1695
+ fmt_group_popup_creat_next_button_re_creat: 'Re-create',
1696
+ fmt_group_popup_creat_next_button_start_group: 'Starting a Discussion',
1697
+ fmt_group_popup_creat_next_label_breakroom_limitation: 'Add Breakout Groups (limit 50)',
1698
+ fmt_group_popup_creat_next_namebar_button_remove: 'Remove',
1699
+ fmt_group_popup_creat_next_namebar_button_move_to: 'Move to',
1700
+ fmt_group_popup_creat_next_namebar_popup_label_move_to: 'Move to',
1701
+ fmt_group_popup_creat_next_recreat_label_recreat_caution: 'Recreating overwrites the current group',
1702
+ fmt_group_popup_creat_next_recreat_label_creat_num: 'Create {reason1} breakout groups',
1703
+ fmt_group_popup_creat_next_recreat_label_auto_creat: 'Automatic assignment',
1704
+ fmt_group_popup_creat_next_recreat_label_manual_creat: 'Manual Assignment',
1705
+ fmt_group_popup_creat_next_recreat_label_allow_choose: 'Allows attendees to select breakout groups',
1706
+ fmt_group_popup_creat_next_recreat_button_recreat: 'Re-create',
1707
+ fmt_group_popup_creat_next_group_name_label_rename: 'Rename',
1708
+ fmt_group_popup_creat_next_group_name_popup_label_rename: 'Renames the group',
1709
+ fmt_group_popup_creat_next_group_name_popup_button_cancel: 'Cancel',
1710
+ fmt_group_popup_creat_next_group_name_popup_button_rename: 'Rename',
1711
+ fmt_group_popup_creat_next_group_name_popup_label_enter: 'Please enter',
1712
+ fmt_group_popup_creat_next_group_name_label_delete: 'Delete group',
1713
+ fmt_group_popup_creat_next_group_name_popup_label_delete: 'Are you sure you want to delete?',
1714
+ fmt_group_popup_creat_next_group_name_popup_button_cancel_delete: 'Cancel',
1715
+ fmt_group_popup_creat_next_group_name_popup_button_delete: 'Confirm deletion',
1716
+ fmt_group_popup_creat_next_label_creat_started: 'Started',
1717
+ fmt_group_popup_creat_next_group_name_popup_button_join: 'Join',
1718
+ fmt_group_popup_creat_next_label_people_num: '{reason1}People',
1719
+ fmt_group_popup_creat_next_sidpop_label_setting: 'Settings',
1720
+ fmt_group_popup_creat_next_sidpop_label_auto_move_assigned: 'Automatically move assigned attendees to a breakout group',
1721
+ fmt_group_popup_creat_next_sidpop_label_allow_select_group: 'Allow attendees to select groups',
1722
+ fmt_group_popup_creat_next_sidpop_label_allow_back_main: 'Allow attendees to return to the main room at any time',
1723
+ fmt_group_popup_creat_next_sidpop_label_auto_stop_time: 'Automatically end the discussion after {reason1} minutes.',
1724
+ fmt_group_popup_creat_next_sidpop_label_auto_stop_time_announce: 'Automatically end discussion after {reason1} minutes (notify the meeting administrator when discussion ends)',
1725
+ fmt_group_popup_creat_next_sidpop_label_countdown: 'When the discussion ends after a group, ',
1726
+ fmt_group_popup_creat_next_sidpop_label_countdown_to_main: 'members will automatically return to the main meeting room after a countdown of {reason1} seconds.',
1727
+ fmt_group_popup_creat_next_button_help_list: 'Help list {reason1}',
1728
+ fmt_group_popup_creat_next_sidpop_label_help_list: 'Help list{reason1}',
1729
+ fmt_group_popup_creat_next_sidpop_button_help_ignore: 'Ignore',
1730
+ fmt_group_popup_creat_next_sidpop_label_help_join: 'Join',
1731
+ fmt_group_popup_creat_next_sidpop_label_help_num: '{reason1}People asking for help',
1732
+ fmt_group_popup_creat_next_sidpop_label_no_help_call: 'No help requests',
1733
+ fmt_group_popup_creat_next_button_message_to_all: 'Message to all',
1734
+ fmt_group_popup_creat_next_message_label_message_to_all: 'Send a message to everyone',
1735
+ fmt_group_popup_creat_next_message_label_enter: 'Please enter',
1736
+ fmt_group_popup_creat_next_message_button_cancel: 'Cancel',
1737
+ fmt_group_popup_creat_next_message_button_send: 'Send',
1738
+ fmt_group_mainwindow_label_message_sent: 'Message sent to all members',
1739
+ fmt_group_mainwindow_sidebar_popup_label_group_request: '{reason1} A group has requested you to join the group:',
1740
+ fmt_group_popup_creat_next_label_stop_disscussion: 'Stop discussion',
1741
+ fmt_group_popup_creat_next_stop_popup_label_stop_disscussion: 'Confirmation to end the breakout session?',
1742
+ fmt_group_popup_creat_next_stop_popup_label_stop_back_mian: 'When finished, all members will return to the main meeting room',
1743
+ fmt_group_popup_creat_next_stop_popup_button_cancel: 'Cancel',
1744
+ fmt_group_popup_creat_next_stop_popup_button_comfire: 'Confirm end',
1745
+ fmt_group_mainwindow_sidebar_label_someone_ask_help: 'Someone in the breakout group is looking for help',
1746
+ fmt_group_mainwindow_sidebar_label_ask_admin_for_help: 'The conference has breakout groups enabled, you can ask the conference administrator for help here',
1747
+ fmt_group_mainwindow_sidebar_button_ask_help: 'Ask for help',
1748
+ fmt_group_mainwindow_sidebar_label_click_ask_help: 'Click on Request help from conference administrator',
1749
+ fmt_group_mainwindow_sidebar_label_ask_help_already: 'A request for help has been made to the conference administrator',
1750
+ fmt_group_mainwindow_sidebar_label_asking_click_to_cancel: 'Click to cancel the help request',
1751
+ fmt_group_mainwindow_sidebar_label_click_to_cancel: 'Click again to cancel the request.',
1752
+ fmt_group_mainwindow_sidebar_label_in_breakroom_function_not_available: 'You are now in a group! Please note that some functions are not available in the group.',
1753
+ fmt_group_mainwindow_sidebar_button_leave_group: 'Leave Group',
1754
+ fmt_group_mainwindow_sidebar_button_back_to_main: 'Back to the main meeting room',
1755
+ fmt_group_mainwindow_label_moderator_in: 'Moderator {reason1} enters our group',
1756
+ fmt_group_mainwindow_label_co_moderator_in: 'Co-moderator {reason1} enters our group',
1757
+ fmt_group_mainwindow_label_moderator_out: 'Moderator {reason1} leaves our group',
1758
+ fmt_group_mainwindow_label_co_moderator_out: 'Co-moderator {reason1}leaves our group',
1759
+ fmt_group_mainwindow_popup_label_group_invitation: 'You are invited to join a breakout group',
1760
+ fmt_group_mainwindow_popup_label_group_assgined: 'You have been assigned to a breakout group: {reason1}',
1761
+ fmt_group_mainwindow_popup_button_cancel: 'Cancel',
1762
+ fmt_group_mainwindow_popup_button_join: 'Join',
1763
+ fmt_group_mainwindow_sidebar_label_goup_function_on_click_to_join: 'The meeting has turned on the breakout group feature, you can enter the subgroup here',
1764
+ fmt_group_mainwindow_leave_popup_label_leave_meeting: 'Leaving the meeting',
1765
+ fmt_group_mainwindow_leave_popup_label_leave_meeting_befor_finish: 'Are you sure you want to leave the meeting?',
1766
+ fmt_group_mainwindow_leave_popup_button_leave_meeting: 'Leave the meeting',
1767
+ fmt_group_mainwindow_leave_breakout_popup_label_leave_breakroom: 'Leaving a breakout group',
1768
+ fmt_group_mainwindow_leave_breakout_popup_label_leave_meeting_or_back_main: 'You can either return to the main meeting room or leave the meeting.',
1769
+ fmt_group_mainwindow_leave_breakout_popup_button_back_to_main: 'Return to the main meeting room',
1770
+ fmt_group_mainwindow_leave_breakout_popup_button_leave_meeting: 'Leaving the meeting',
1771
+ fmt_group_mainwindow_sidebar_button_cancel: 'Cancel',
1772
+ fmt_group_popup_breakout_room_label_my_group: 'My Group',
1773
+ fmt_group_popup_breakout_room_label_breakout_room: 'Breakout Rooms',
1774
+ fmt_group_popup_breakout_room_button_join: 'Join',
1775
+ fmt_group_popup_breakout_room_label_search: 'Search',
1776
+ fmt_group_popup_breakout_room_label_none: 'None',
1777
+ fmt_group_mainwindow_not_placed_popup_label_not_placed: 'Not placed in any of the breakout groups',
1778
+ fmt_group_mainwindow_not_placed_popup_label_contact_admin: 'Please contact the conference administrator',
1779
+ fmt_group_mainwindow_not_placed_popup_button_i_know: 'I got it',
1780
+ fmt_group_mainwindow_end_breakout_room_popup_label_session_end: 'End of breakout session',
1781
+ fmt_group_mainwindow_end_breakout_room_popup_label_stop_immediately: 'The end of the breakout session has arrived, do you want to end all discussions immediately?',
1782
+ fmt_group_mainwindow_end_breakout_room_popup_button_continue: 'Continue Discussion',
1783
+ fmt_group_mainwindow_end_breakout_room_popup_button_end: 'End immediately',
1784
+ fmt_group_mainwindow_label_continue_by_moderator: 'The moderator has continued the time-delayed breakout function',
1785
+ fmt_group_mainwindow_label_continue_by_co_moderator: 'Contact the moderator to continue a time-delayed breakout',
1786
+ fmt_group_mainwindow_label_end_by_moderator: 'The moderator has ended the breakout function',
1787
+ fmt_group_mainwindow_label_end_by_co_moderator: 'Co-moderator has ended the grouping',
1788
+ fmt_group_mainwindow_label_times_up_auto_end_group: 'Time is up and the breakout has ended automatically',
1789
+ fmt_group_mainwindow_breakout_room_count_popup_label_discuss_end: 'End of Group Discussion',
1790
+ fmt_group_mainwindow_breakout_room_count_popup_label_discuss_end_immediately: 'Time is up for the end of the breakout session, do you want to end all discussions immediately?',
1791
+ fmt_group_mainwindow_breakout_room_count_popup_button_i_know: "I've got it",
1792
+ fmt_group_mainwindow_breakout_room_count_popup_button_back_main: 'Return to the main room',
1793
+ fmt_group_popup_creat_next_label_end_after_count: 'All breakout sessions will end automatically after the countdown.',
1794
+ fmt_group_popup_creat_next_label_back_main_after_count_auto: 'You will return to the main room',
1795
+ //移动
1796
+ fmt_mobile_group_function_button_breakout_group: 'Breakout Group',
1797
+ fmt_mobile_group_sidebar_button_leave_group: 'Leaving Group',
1798
+ fmt_mobile_group_creat_label_creat_group: 'Create Grouping',
1799
+ fmt_mobile_group_creat_label_creat_group_num: 'Number of Subgroups',
1800
+ fmt_mobile_group_creat_label_avg_group_num: 'Average of {reason1} attendees per group',
1801
+ fmt_mobile_group_creat_label_group_format: 'Group Format',
1802
+ fmt_mobile_group_creat_label_random_group: 'Randomized',
1803
+ fmt_mobile_group_creat_label_participant_choose: 'Participants choose their own group',
1804
+ fmt_mobile_group_creat_label_group_setting: 'Group Settings',
1805
+ fmt_mobile_group_creat_label_allow_return_main_anytime: 'Allow participants to return to the main room at any time',
1806
+ fmt_mobile_group_creat_label_set_timer: 'Setting the length of discussion (automatic end)',
1807
+ fmt_mobile_group_creat_label_timer: 'Minutes',
1808
+ fmt_mobile_group_creat_label_set_timer_after_finish: 'Sets the number of seconds after which members will automatically return to the main meeting room when the group discussion ends.',
1809
+ fmt_mobile_group_creat_label_count_down: 'Countdown',
1810
+ fmt_mobile_group_creat_label_auto_move_assigned_in_group: 'Automatically moves assigned attendees to breakout groups',
1811
+ fmt_mobile_group_creat_label_allow_participant_select_group: 'Allow attendees to select a discussion group',
1812
+ fmt_mobile_group_creat_button_start_group: 'Start Group',
1813
+ fmt_mobile_group_breakout_room_label_breakout_group: 'Breakout groups',
1814
+ fmt_mobile_group_breakout_room_label_started: 'Started',
1815
+ fmt_mobile_group_breakout_room_label_search: 'Search',
1816
+ fmt_mobile_group_breakout_room_button_send_group_message: 'Sends group message',
1817
+ fmt_mobile_group_breakout_room_button_end_group: 'End group',
1818
+ fmt_mobile_group_breakout_room_label_not_in: 'Not in ',
1819
+ fmt_mobile_group_breakout_room_button_join: 'Join',
1820
+ fmt_mobile_group_breakout_room_label_not_grouped: '{reason1} participants not grouped',
1821
+ fmt_mobile_group_help_label_help_list: 'Help list {reason1}',
1822
+ fmt_mobile_group_help_button_go_to: 'Go To',
1823
+ fmt_mobile_group_help_button_not_now: 'Not Now',
1824
+ fmt_mobile_group_invitation_popup_label_invitation_announce: 'You are invited to join a breakout group',
1825
+ fmt_mobile_group_invitation_popup_label_assigned_already: 'You have been assigned to a subgroup discussion: {reason1}',
1826
+ fmt_mobile_mainwindow_group_invitation_popup_button_cancel: 'Cancel',
1827
+ fmt_mobile_mainwindow_group_invitation_popup_button_join: 'Join',
1828
+ fmt_mobile_mainwindow_group_invitation_label_breakout_on_join_here: 'The conference has enabled breakout groups, you can enter a group here',
1829
+ fmt_mobile_mainwindow_group_leave_label_leave_group: 'Leave a Breakout Group',
1830
+ fmt_mobile_mainwindow_group_leave_label_leave_meeting_or_back_main: 'You can return to the main meeting room, or just leave the meeting.',
1831
+ fmt_mobile_mainwindow_group_leave_button_back_main: 'Return to the main meeting room',
1832
+ fmt_mobile_mainwindow_group_leave_button_leave_meeting: 'Leave the meeting',
1833
+ fmt_mobile_mainwindow_group_leave_label_leave_group_means_leave_meeting: 'The meeting is set to leave the breakout group i.e. leave the meeting, are you sure you want to leave the meeting now?',
1834
+ fmt_mobile_mainwindow_group_leave_button_leave_the_meeting: 'Leave the meeting',
1835
+ fmt_mobile_mainwindow_group_help_label_breakout_on_ask_help_here: 'The meeting has breakout groups enabled, you can ask the meeting administrator for help here.',
1836
+ fmt_mobile_mainwindow_group_select_label_select_group: 'Select a Breakout Group',
1837
+ fmt_mobile_mainwindow_group_select_label_my_group: 'My Groups',
1838
+ fmt_mobile_mainwindow_group_select_label_search: 'Search',
1839
+ fmt_mobile_mainwindow_group_select_button_join: 'Join',
1840
+ fmt_mobile_mainwindow_group_select_label_not_joined: '(not joined)',
1841
+ fmt_mobile_mainwindow_group_not_assigned_label_not_assgined: 'Not placed in any of the subgroups',
1842
+ fmt_mobile_mainwindow_group_not_assigned_label_contact_admin: 'Could you please contact the conference administrator',
1843
+ fmt_mobile_mainwindow_group_not_assigned_button_i_know: 'I got it',
1844
+ fmt_mobile_mainwindow_group_help_label_ask_help: 'Request help',
1845
+ fmt_mobile_mainwindow_group_help_label_ask_help_from_admin: 'You can invite the conference administrator into the breakout group to help you.',
1846
+ fmt_mobile_mainwindow_group_help_button_cancel: 'Cancel',
1847
+ fmt_mobile_mainwindow_group_help_button_send_invitation: 'Send invitation',
1848
+ fmt_mobile_mainwindow_group_help_label_click_again_cancel: 'Click again to cancel the “Help Request”.',
1849
+ fmt_mobile_mainwindow_group_help_label_ask_already: 'Request for help has been sent to the meeting administrator',
1850
+ fmt_mobile_mainwindow_group_help_label_already_help_inactive: 'The conference administrator is already in the group and the help function is not available at the moment',
1851
+ fmt_mobile_mainwindow_group_help_label_co_moderator_in: 'Co-moderator {reason1} enters our group',
1852
+ fmt_mobile_mainwindow_group_help_label_moderator_in: 'Co-host {reason1} entered our group',
1853
+ fmt_mobile_mainwindow_group_help_label_co_moderator_out: 'Co-host {reason1} left our group',
1854
+ fmt_mobile_mainwindow_group_help_label_moderator_out: 'Moderator {reason1} left our group',
1855
+ fmt_mobile_mainwindow_group_help_label_enter_group_function_off: 'You have entered a group! Please note that some functions are not available in the group.',
1856
+ fmt_mobile_mainwindow_group_down_popbar_ask_help: 'From ask for help',
1857
+ fmt_mobile_mainwindow_group_down_popbar_join: 'Floating window below Join',
1858
+ fmt_mobile_mainwindow_group_down_popbar_ignore: 'Ignore',
1859
+ fmt_mobile_group_breakout_room_label_join: 'Join',
1860
+ fmt_mobile_chat_label_sent_to: 'Send to:',
1861
+ fmt_mobile_chat_label_sent_to_all: 'All',
1862
+ fmt_mobile_group_breakout_room_label_message_sent: 'Message sent to all members',
1863
+ fmt_mobile_chat_label_breakout_group_message: 'Breakout group message',
1864
+ fmt_mobile_group_breakout_room_label_end_group: 'Sure you want to end the breakout group?',
1865
+ fmt_mobile_group_breakout_room_label_back_main_after_end: 'When finished, all members will return to the main room',
1866
+ fmt_mobile_group_breakout_room_button_cancel: 'Cancel',
1867
+ fmt_mobile_group_breakout_room_button_comfirm: 'OK to end',
1868
+ fmt_mobile_mainwindow_group_popup_label_group_finish: 'End of breakout session',
1869
+ fmt_mobile_mainwindow_group_popup_label_group_finish_end_immediately: 'The end of the breakout session has arrived, do you want to end all discussions immediately?',
1870
+ fmt_mobile_mainwindow_group_popup_button_continue: 'Continue Discussion',
1871
+ fmt_mobile_mainwindow_group_popup_button_end: 'End immediately',
1872
+ fmt_mobile_mainwindow_label_moderator_continue: 'The moderator has continued the time-delayed breakout function',
1873
+ fmt_mobile_mainwindow_label_co_moderator_continue: 'The co-moderator has continued the time-delayed breakout function',
1874
+ fmt_mobile_mainwindow_label_moderator_end: 'The moderator has ended the breakout',
1875
+ fmt_mobile_mainwindow_label_co_moderator_end: 'The co-moderator has ended the grouping',
1876
+ fmt_mobile_mainwindow_label_times_up_finish_auto: 'Grouping time is up and the grouping has ended automatically',
1877
+ fmt_mobile_mainwindow_down_popup_label_group_end: 'End of Group Discussion',
1878
+ fmt_mobile_mainwindow_down_popup_label_group_end_immediately: 'The end time of the breakout session is up, do you want to end all the discussions immediately?',
1879
+ fmt_mobile_mainwindow_down_popup_button_back_main: 'Return to the main meeting room',
1880
+ fmt_mobile_mainwindow_down_popup_button_i_know: 'I know',
1881
+ fmt_mobile_group_breakout_room_label_finishi_after_timer: 'All breakout sessions will end automatically after the countdown.',
1882
+ fmt_mobile_group_breakout_room_label_back_main_auto: 'You will return to the main automated session',
1883
+ fmt_mobile_group_breakout_room_button_leave_group: 'Leave the breakout group',
1884
+ //****************** h5 单补 ******************
1885
+ fmt_h_label_more_function: 'More Function',
1886
+ fmt_h_label_tempor_hide_screen_share: 'Meetings temporarily hide other attendees during screen sharing',
1887
+ fmt_broadcast_livestream_tips_hand_over_pc_to_mobile: 'The new host is joining the meeting via a mobile device. Live streaming functionality is not currently supported, and the live broadcast has been suspended.'
1618
1888
  };