fcr-ui-scene 3.3.0 → 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.
- package/installer/icons/icon.png +0 -0
- package/lib/common/device-store.d.ts +21 -11
- package/lib/common/device-store.js +236 -151
- package/lib/common/device-stream-store.d.ts +22 -4
- package/lib/common/device-stream-store.js +297 -113
- package/lib/common/event-store.d.ts +19 -10
- package/lib/common/event-store.js +28 -10
- package/lib/common/remote-renderer.d.ts +15 -0
- package/lib/common/remote-renderer.js +138 -0
- package/lib/common/room-store.d.ts +58 -0
- package/lib/common/room-store.js +402 -0
- package/lib/common/security-store.d.ts +35 -27
- package/lib/common/security-store.js +221 -383
- package/lib/creator.d.ts +3 -1
- package/lib/creator.js +15 -1
- package/lib/electron/app.js +51 -0
- package/lib/electron/bootstrap-sdk.js +3 -1
- package/lib/electron/injections.d.ts +7 -4
- package/lib/electron/injections.js +141 -113
- package/lib/electron/logger.js +3 -1
- package/lib/electron/main.js +13 -1
- package/lib/electron/plugins/devtool-shortcut.d.ts +2 -0
- package/lib/electron/plugins/devtool-shortcut.js +19 -0
- package/lib/electron/preload.js +6 -3
- package/lib/fragments/control-bar/cloud-recording-buttons.js +1 -1
- package/lib/fragments/control-bar/control-bar-store.d.ts +11 -1
- package/lib/fragments/control-bar/control-bar-store.js +196 -111
- package/lib/fragments/control-bar/index.js +6 -0
- package/lib/fragments/control-bar/more-actions/index.js +1 -1
- package/lib/fragments/control-bar/security-content/index.css +65 -0
- package/lib/fragments/control-bar/security-content/index.js +66 -2
- package/lib/fragments/control-bar/share-state-nav/index.js +1 -1
- package/lib/fragments/control-bar/view.js +15 -6
- package/lib/fragments/live-streaming/store.d.ts +1 -1
- package/lib/fragments/live-streaming/store.js +1 -1
- package/lib/fragments/live-streaming/view.js +4 -2
- package/lib/fragments/share-screen-selection/selection-store.d.ts +1 -1
- package/lib/fragments/share-screen-selection/selection-store.js +1 -1
- package/lib/fragments/share-screen-selection/view.js +20 -20
- package/lib/fragments/toolbar/components/eraser-picker.js +1 -1
- package/lib/fragments/toolbar/components/pen-picker.js +1 -1
- package/lib/fragments/toolbar/components/shape-picker.js +1 -1
- package/lib/fragments/toolbar/components/transfer-position-icon/index.d.ts +11 -0
- package/lib/fragments/toolbar/components/transfer-position-icon/index.js +46 -0
- package/lib/fragments/toolbar/components/wrapper.js +1 -1
- package/lib/fragments/toolbar/hooks.js +1 -1
- package/lib/fragments/toolbar/store.d.ts +1 -1
- package/lib/hooks/meeting-time.d.ts +1 -1
- package/lib/modules/Interpreter/action/add-btn/index.css +4 -0
- package/lib/modules/Interpreter/action/add-btn/index.d.ts +11 -0
- package/lib/modules/Interpreter/action/add-btn/index.js +43 -0
- package/lib/modules/Interpreter/action/delete-btn/index.css +14 -0
- package/lib/modules/Interpreter/action/delete-btn/index.d.ts +6 -0
- package/lib/modules/Interpreter/action/delete-btn/index.js +38 -0
- package/lib/modules/Interpreter/action/edit-btn/index.css +3 -0
- package/lib/modules/Interpreter/action/edit-btn/index.d.ts +5 -0
- package/lib/modules/Interpreter/action/edit-btn/index.js +49 -0
- package/lib/modules/Interpreter/action/switch-btn/index.d.ts +5 -0
- package/lib/modules/Interpreter/action/switch-btn/index.js +52 -0
- package/lib/modules/Interpreter/add-button/index.css +4 -0
- package/lib/modules/Interpreter/add-button/index.d.ts +11 -0
- package/lib/modules/Interpreter/add-button/index.js +43 -0
- package/lib/modules/Interpreter/config.d.ts +16 -0
- package/lib/modules/Interpreter/config.js +17 -0
- package/lib/modules/Interpreter/constant.d.ts +55 -0
- package/lib/modules/Interpreter/constant.js +100 -0
- package/lib/modules/Interpreter/context.d.ts +2 -0
- package/lib/modules/Interpreter/context.js +9 -0
- package/lib/modules/Interpreter/dialog-content/index.css +33 -0
- package/lib/modules/Interpreter/dialog-content/index.d.ts +8 -0
- package/lib/modules/Interpreter/dialog-content/index.js +34 -0
- package/lib/modules/Interpreter/footer/components/interpreter-btn/index.d.ts +5 -0
- package/lib/modules/Interpreter/footer/components/interpreter-btn/index.js +53 -0
- package/lib/modules/Interpreter/footer/components/set-btn/index.d.ts +5 -0
- package/lib/modules/Interpreter/footer/components/set-btn/index.js +49 -0
- package/lib/modules/Interpreter/footer/components/tooltip-wrapper/index.d.ts +6 -0
- package/lib/modules/Interpreter/footer/components/tooltip-wrapper/index.js +30 -0
- package/lib/modules/Interpreter/footer/index.css +10 -0
- package/lib/modules/Interpreter/footer/index.d.ts +6 -0
- package/lib/modules/Interpreter/footer/index.js +26 -0
- package/lib/modules/Interpreter/index.css +15 -0
- package/lib/modules/Interpreter/index.d.ts +23 -0
- package/lib/modules/Interpreter/index.js +116 -0
- package/lib/modules/Interpreter/interpreter-list/index.css +4 -0
- package/lib/modules/Interpreter/interpreter-list/index.d.ts +6 -0
- package/lib/modules/Interpreter/interpreter-list/index.js +46 -0
- package/lib/modules/Interpreter/interpreter-list/interpreter-item/components/pick-language/index.css +52 -0
- package/lib/modules/Interpreter/interpreter-list/interpreter-item/components/pick-language/index.d.ts +14 -0
- package/lib/modules/Interpreter/interpreter-list/interpreter-item/components/pick-language/index.js +179 -0
- package/lib/modules/Interpreter/interpreter-list/interpreter-item/components/pick-language/useLanguageConfig/images/fcr_ar.png +0 -0
- package/lib/modules/Interpreter/interpreter-list/interpreter-item/components/pick-language/useLanguageConfig/images/fcr_cn.png +0 -0
- package/lib/modules/Interpreter/interpreter-list/interpreter-item/components/pick-language/useLanguageConfig/images/fcr_de.png +0 -0
- package/lib/modules/Interpreter/interpreter-list/interpreter-item/components/pick-language/useLanguageConfig/images/fcr_en.png +0 -0
- package/lib/modules/Interpreter/interpreter-list/interpreter-item/components/pick-language/useLanguageConfig/images/fcr_es.png +0 -0
- package/lib/modules/Interpreter/interpreter-list/interpreter-item/components/pick-language/useLanguageConfig/images/fcr_fr.png +0 -0
- package/lib/modules/Interpreter/interpreter-list/interpreter-item/components/pick-language/useLanguageConfig/images/fcr_hi.png +0 -0
- package/lib/modules/Interpreter/interpreter-list/interpreter-item/components/pick-language/useLanguageConfig/images/fcr_id.png +0 -0
- package/lib/modules/Interpreter/interpreter-list/interpreter-item/components/pick-language/useLanguageConfig/images/fcr_it.png +0 -0
- package/lib/modules/Interpreter/interpreter-list/interpreter-item/components/pick-language/useLanguageConfig/images/fcr_jp.png +0 -0
- package/lib/modules/Interpreter/interpreter-list/interpreter-item/components/pick-language/useLanguageConfig/images/fcr_ko.png +0 -0
- package/lib/modules/Interpreter/interpreter-list/interpreter-item/components/pick-language/useLanguageConfig/images/fcr_ms.png +0 -0
- package/lib/modules/Interpreter/interpreter-list/interpreter-item/components/pick-language/useLanguageConfig/images/fcr_pt.png +0 -0
- package/lib/modules/Interpreter/interpreter-list/interpreter-item/components/pick-language/useLanguageConfig/images/fcr_ru.png +0 -0
- package/lib/modules/Interpreter/interpreter-list/interpreter-item/components/pick-language/useLanguageConfig/images/fcr_th.png +0 -0
- package/lib/modules/Interpreter/interpreter-list/interpreter-item/components/pick-language/useLanguageConfig/images/fcr_tr.png +0 -0
- package/lib/modules/Interpreter/interpreter-list/interpreter-item/components/pick-language/useLanguageConfig/images/fcr_vi.png +0 -0
- package/lib/modules/Interpreter/interpreter-list/interpreter-item/components/pick-language/useLanguageConfig/index.d.ts +16 -0
- package/lib/modules/Interpreter/interpreter-list/interpreter-item/components/pick-language/useLanguageConfig/index.js +178 -0
- package/lib/modules/Interpreter/interpreter-list/interpreter-item/components/pick-user/index.css +48 -0
- package/lib/modules/Interpreter/interpreter-list/interpreter-item/components/pick-user/index.d.ts +12 -0
- package/lib/modules/Interpreter/interpreter-list/interpreter-item/components/pick-user/index.js +154 -0
- package/lib/modules/Interpreter/interpreter-list/interpreter-item/index.css +32 -0
- package/lib/modules/Interpreter/interpreter-list/interpreter-item/index.d.ts +8 -0
- package/lib/modules/Interpreter/interpreter-list/interpreter-item/index.js +48 -0
- package/lib/modules/Interpreter/loading-wrapper/index.css +53 -0
- package/lib/modules/Interpreter/loading-wrapper/index.d.ts +6 -0
- package/lib/modules/Interpreter/loading-wrapper/index.js +28 -0
- package/lib/modules/Interpreter/store.d.ts +104 -0
- package/lib/modules/Interpreter/store.js +1632 -0
- package/lib/modules/Interpreter/tooltip-wrapper/index.d.ts +6 -0
- package/lib/modules/Interpreter/tooltip-wrapper/index.js +30 -0
- package/lib/modules/Interpreter/view.d.ts +3 -0
- package/lib/modules/Interpreter/view.js +69 -0
- package/lib/modules/action-bar/Interpreter/index.d.ts +6 -0
- package/lib/modules/action-bar/Interpreter/index.js +41 -0
- package/lib/modules/action-bar/action-bar-collapes-items.d.ts +4 -1
- package/lib/modules/action-bar/action-bar-collapes-items.js +32 -15
- package/lib/modules/action-bar/apps/app-item/index.css +35 -0
- package/lib/modules/action-bar/apps/app-item/index.d.ts +12 -0
- package/lib/modules/action-bar/apps/app-item/index.js +61 -0
- package/lib/modules/action-bar/apps/appitems.d.ts +5 -0
- package/lib/modules/action-bar/apps/appitems.js +45 -0
- package/lib/modules/action-bar/apps/index.css +8 -0
- package/lib/modules/action-bar/apps/index.d.ts +4 -0
- package/lib/modules/action-bar/apps/index.js +57 -0
- package/lib/modules/action-bar/apps/useAppItemOptions.d.ts +9 -0
- package/lib/modules/action-bar/apps/useAppItemOptions.js +29 -0
- package/lib/modules/action-bar/apps/useBeautyBackground.d.ts +10 -0
- package/lib/modules/action-bar/apps/useBeautyBackground.js +34 -0
- package/lib/modules/action-bar/apps/useInterpreter.d.ts +14 -0
- package/lib/modules/action-bar/apps/useInterpreter.js +35 -0
- package/lib/modules/action-bar/apps/useLiveStreaming.d.ts +16 -0
- package/lib/modules/action-bar/apps/useLiveStreaming.js +41 -0
- package/lib/modules/action-bar/chat/index.js +3 -3
- package/lib/modules/action-bar/device/index.js +22 -24
- package/lib/modules/action-bar/index.css +30 -3
- package/lib/modules/action-bar/index.d.ts +8 -2
- package/lib/modules/action-bar/index.dev.js +6 -3
- package/lib/modules/action-bar/index.js +25 -61
- package/lib/modules/action-bar/leave/assign-host.d.ts +1 -1
- package/lib/modules/action-bar/leave/index.css +10 -0
- package/lib/modules/action-bar/leave/index.js +66 -39
- package/lib/modules/action-bar/leave/leave-meeting.d.ts +3 -2
- package/lib/modules/action-bar/leave/leave-meeting.js +13 -4
- package/lib/modules/action-bar/live-streaming/index.js +3 -3
- package/lib/modules/action-bar/more/index.js +9 -6
- package/lib/modules/action-bar/more/poppover-content.js +33 -12
- package/lib/modules/action-bar/participants/index.js +2 -2
- package/lib/modules/action-bar/record/index.js +4 -4
- package/lib/modules/action-bar/screen-share/index.js +4 -4
- package/lib/modules/action-bar/screen-share/submenu.js +4 -4
- package/lib/modules/action-bar/security/drop-menu.js +49 -11
- package/lib/modules/action-bar/security/index.js +11 -6
- package/lib/modules/action-bar/settings/index.js +4 -4
- package/lib/modules/action-bar/smaller.js +4 -4
- package/lib/modules/action-bar/store.d.ts +54 -11
- package/lib/modules/action-bar/store.js +390 -164
- package/lib/modules/action-bar/switch-input-language-room/fcr_translateswitch.png +0 -0
- package/lib/modules/action-bar/switch-input-language-room/index.css +86 -0
- package/lib/modules/action-bar/switch-input-language-room/index.d.ts +16 -0
- package/lib/modules/action-bar/switch-input-language-room/index.js +236 -0
- package/lib/modules/action-bar/switch-output-language-room/drop-menu.d.ts +1 -0
- package/lib/modules/action-bar/switch-output-language-room/drop-menu.js +197 -0
- package/lib/modules/action-bar/switch-output-language-room/guide-tooltip/index.css +18 -0
- package/lib/modules/action-bar/switch-output-language-room/guide-tooltip/index.d.ts +14 -0
- package/lib/modules/action-bar/switch-output-language-room/guide-tooltip/index.js +72 -0
- package/lib/modules/action-bar/switch-output-language-room/index.d.ts +12 -0
- package/lib/modules/action-bar/switch-output-language-room/index.js +303 -0
- package/lib/modules/action-bar/switch-output-language-room/notification-bar/components/interpreter/index.css +58 -0
- package/lib/modules/action-bar/switch-output-language-room/notification-bar/components/interpreter/index.d.ts +8 -0
- package/lib/modules/action-bar/switch-output-language-room/notification-bar/components/interpreter/index.js +100 -0
- package/lib/modules/action-bar/switch-output-language-room/notification-bar/components/virtual-image/index.css +56 -0
- package/lib/modules/action-bar/switch-output-language-room/notification-bar/components/virtual-image/index.d.ts +5 -0
- package/lib/modules/action-bar/switch-output-language-room/notification-bar/components/virtual-image/index.js +33 -0
- package/lib/modules/action-bar/switch-output-language-room/notification-bar/dome.png +0 -0
- package/lib/modules/action-bar/switch-output-language-room/notification-bar/fcr_translateswitch.png +0 -0
- package/lib/modules/action-bar/switch-output-language-room/notification-bar/index.css +74 -0
- package/lib/modules/action-bar/switch-output-language-room/notification-bar/index.d.ts +2 -0
- package/lib/modules/action-bar/switch-output-language-room/notification-bar/index.js +99 -0
- package/lib/modules/action-bar/view.js +25 -11
- package/lib/modules/audio-stream/index.d.ts +32 -9
- package/lib/modules/audio-stream/index.js +258 -57
- package/lib/modules/chat/chat-bar/index.css +1 -0
- package/lib/modules/chat/chat-bar/index.d.ts +3 -3
- package/lib/modules/chat/chat-bar/index.js +14 -16
- package/lib/modules/chat/chat-select/index.css +7 -0
- package/lib/modules/chat/chat-select/index.d.ts +1 -1
- package/lib/modules/chat/chat-select/index.js +18 -4
- package/lib/modules/chat/chat.js +14 -26
- package/lib/modules/chat/index.d.ts +5 -3
- package/lib/modules/chat/index.dev.js +7 -3
- package/lib/modules/chat/index.js +16 -9
- package/lib/modules/chat/message-list.js +8 -3
- package/lib/modules/chat/store.d.ts +12 -6
- package/lib/modules/chat/store.js +109 -69
- package/lib/modules/components/device-control/components/audio-menu/index.d.ts +6 -0
- package/lib/modules/components/device-control/components/audio-menu/index.js +156 -0
- package/lib/modules/components/device-control/components/carmera/index.d.ts +3 -0
- package/lib/modules/components/device-control/components/carmera/index.js +111 -0
- package/lib/modules/components/device-control/components/microphone/index.d.ts +7 -0
- package/lib/modules/components/device-control/components/microphone/index.js +170 -0
- package/lib/modules/components/device-control/components/none-menu/index.d.ts +4 -0
- package/lib/modules/components/device-control/components/none-menu/index.js +68 -0
- package/lib/modules/components/device-control/components/phone-menu/index.d.ts +4 -0
- package/lib/modules/components/device-control/components/phone-menu/index.js +61 -0
- package/lib/modules/components/device-control/components/video-menu/index.d.ts +5 -0
- package/lib/modules/components/device-control/components/video-menu/index.js +111 -0
- package/lib/modules/components/device-control/hooks/index.d.ts +9 -0
- package/lib/modules/components/device-control/hooks/index.js +42 -0
- package/lib/modules/components/device-control/index.css +163 -0
- package/lib/modules/components/device-control/index.d.ts +3 -0
- package/lib/modules/components/device-control/index.js +21 -0
- package/lib/modules/components/device-control/store.d.ts +42 -0
- package/lib/modules/components/device-control/store.js +256 -0
- package/lib/modules/components/device-control/type.d.ts +6 -0
- package/lib/modules/components/device-control/type.js +13 -0
- package/lib/modules/components/security-menu/index.css +35 -0
- package/lib/modules/components/security-menu/index.d.ts +5 -0
- package/lib/modules/components/security-menu/index.js +315 -0
- package/lib/modules/components/toast/index.css +12 -0
- package/lib/modules/components/toast/index.d.ts +10 -0
- package/lib/modules/components/toast/index.js +66 -0
- package/lib/modules/components/toast/store.d.ts +17 -0
- package/lib/modules/components/toast/store.js +149 -0
- package/lib/modules/components/toast/view.d.ts +2 -0
- package/lib/modules/components/toast/view.js +35 -0
- package/lib/modules/connection-gateway/components/computer/index.js +6 -6
- package/lib/modules/connection-gateway/components/phone/components/callinfo/index.css +1 -1
- package/lib/modules/connection-gateway/components/phone/components/callinfo/index.d.ts +1 -1
- package/lib/modules/connection-gateway/components/phone/index.js +3 -2
- package/lib/modules/connection-gateway/components/tabs/index.js +2 -1
- package/lib/modules/connection-gateway/index.d.ts +1 -1
- package/lib/modules/connection-gateway/index.js +1 -1
- package/lib/modules/connection-gateway/store.d.ts +8 -12
- package/lib/modules/connection-gateway/store.js +87 -111
- package/lib/modules/control-bar/components/cloud-recording-buttons.d.ts +1 -0
- package/lib/modules/control-bar/components/cloud-recording-buttons.js +67 -0
- package/lib/modules/control-bar/components/meeting-details/index.css +133 -0
- package/lib/modules/control-bar/components/meeting-details/index.d.ts +2 -0
- package/lib/modules/control-bar/components/meeting-details/index.js +251 -0
- package/lib/modules/control-bar/components/more-actions/index.css +72 -0
- package/lib/modules/control-bar/components/more-actions/index.d.ts +7 -0
- package/lib/modules/control-bar/components/more-actions/index.js +182 -0
- package/lib/modules/control-bar/components/share-state-nav/index.css +74 -0
- package/lib/modules/control-bar/components/share-state-nav/index.d.ts +10 -0
- package/lib/modules/control-bar/components/share-state-nav/index.js +116 -0
- package/lib/modules/control-bar/components/stop-live-streaming/index.d.ts +1 -0
- package/lib/modules/control-bar/components/stop-live-streaming/index.js +36 -0
- package/lib/modules/control-bar/components/stop-live-streaming/stop-button.d.ts +6 -0
- package/lib/modules/control-bar/components/stop-live-streaming/stop-button.js +35 -0
- package/lib/modules/control-bar/components/transfer-position-icon/index.d.ts +11 -0
- package/lib/modules/control-bar/components/transfer-position-icon/index.js +46 -0
- package/lib/modules/control-bar/index.css +341 -0
- package/lib/modules/control-bar/index.d.ts +29 -0
- package/lib/modules/control-bar/index.js +111 -0
- package/lib/modules/control-bar/store.d.ts +111 -0
- package/lib/modules/control-bar/store.js +881 -0
- package/lib/modules/control-bar/type.d.ts +10 -0
- package/lib/modules/control-bar/type.js +18 -0
- package/lib/modules/control-bar/view.d.ts +1 -0
- package/lib/modules/control-bar/view.js +351 -0
- package/lib/modules/device-pretest/assets/virtual-backdound-resources.d.ts +9 -0
- package/lib/modules/device-pretest/assets/virtual-backdound-resources.js +7 -1
- package/lib/modules/device-pretest/audio-preview/speaker-control.js +2 -2
- package/lib/modules/device-pretest/index.js +2 -2
- package/lib/modules/device-pretest/settings/beauty.d.ts +1 -1
- package/lib/modules/device-pretest/settings/video-settings-basic.js +2 -2
- package/lib/modules/device-pretest/store.d.ts +2 -1
- package/lib/modules/device-pretest/store.js +7 -7
- package/lib/modules/dialog/components/Interpreter/electron.d.ts +2 -0
- package/lib/modules/dialog/components/Interpreter/electron.js +53 -0
- package/lib/modules/dialog/components/Interpreter/index.css +30 -0
- package/lib/modules/dialog/components/Interpreter/index.d.ts +4 -0
- package/lib/modules/dialog/components/Interpreter/index.js +62 -0
- package/lib/modules/dialog/components/Interpreter/user-queue/index.css +36 -0
- package/lib/modules/dialog/components/Interpreter/user-queue/index.d.ts +3 -0
- package/lib/modules/dialog/components/Interpreter/user-queue/index.js +47 -0
- package/lib/modules/dialog/components/chat/electron.d.ts +1 -1
- package/lib/modules/dialog/components/chat/electron.js +17 -44
- package/lib/modules/dialog/components/chat/index.js +3 -3
- package/lib/modules/dialog/components/confirm/electron.d.ts +1 -1
- package/lib/modules/dialog/components/confirm/electron.js +38 -70
- package/lib/modules/dialog/components/confirm/index.d.ts +1 -9
- package/lib/modules/dialog/components/confirm/index.js +31 -77
- package/lib/modules/dialog/components/connection-gateway/electron.d.ts +4 -1
- package/lib/modules/dialog/components/connection-gateway/electron.js +30 -40
- package/lib/modules/dialog/components/connection-gateway/index.d.ts +6 -1
- package/lib/modules/dialog/components/connection-gateway/index.js +11 -6
- package/lib/modules/dialog/components/control-bar/index.d.ts +7 -0
- package/lib/modules/dialog/components/control-bar/index.js +42 -0
- package/lib/modules/dialog/components/device-setting/electron.js +37 -56
- package/lib/modules/dialog/components/device-setting/index.js +4 -3
- package/lib/modules/dialog/components/invite/index.d.ts +3 -0
- package/lib/modules/dialog/components/invite/index.js +68 -0
- package/lib/modules/dialog/components/live-streaming/index.d.ts +4 -0
- package/lib/modules/dialog/components/live-streaming/index.js +88 -0
- package/lib/modules/dialog/components/operation-waiting-room/electron.js +28 -75
- package/lib/modules/dialog/components/operation-waiting-room/index.js +4 -4
- package/lib/modules/dialog/components/participant/electron.js +25 -74
- package/lib/modules/dialog/components/participant/index.js +6 -3
- package/lib/modules/dialog/components/remove-admit-waiting-room/electron.d.ts +8 -1
- package/lib/modules/dialog/components/remove-admit-waiting-room/electron.js +22 -75
- package/lib/modules/dialog/components/remove-admit-waiting-room/index.js +3 -3
- package/lib/modules/dialog/components/share-screen-selection/index.js +10 -28
- package/lib/modules/dialog/components/switch-language-channels/electron.d.ts +2 -0
- package/lib/modules/dialog/components/switch-language-channels/electron.js +72 -0
- package/lib/modules/dialog/components/switch-language-channels/index.css +30 -0
- package/lib/modules/dialog/components/switch-language-channels/index.d.ts +4 -0
- package/lib/modules/dialog/components/switch-language-channels/index.js +63 -0
- package/lib/modules/dialog/components/switch-language-channels/user-queue/index.css +36 -0
- package/lib/modules/dialog/components/switch-language-channels/user-queue/index.d.ts +3 -0
- package/lib/modules/dialog/components/switch-language-channels/user-queue/index.js +47 -0
- package/lib/modules/dialog/components/system-preference/bg1.png +0 -0
- package/lib/modules/dialog/components/system-preference/bg2.png +0 -0
- package/lib/modules/dialog/components/system-preference/electron.d.ts +5 -0
- package/lib/modules/dialog/components/system-preference/electron.js +42 -0
- package/lib/modules/dialog/components/system-preference/index.css +49 -0
- package/lib/modules/dialog/components/system-preference/index.d.ts +5 -0
- package/lib/modules/dialog/components/system-preference/index.js +150 -0
- package/lib/modules/dialog/components/toast/index.d.ts +3 -0
- package/lib/modules/dialog/components/toast/index.js +62 -0
- package/lib/modules/dialog/components/whiteboard/index.js +2 -2
- package/lib/modules/dialog/dialogs.d.ts +1 -5
- package/lib/modules/dialog/dialogs.js +23 -177
- package/lib/modules/dialog/hooks/useElectron.d.ts +26 -0
- package/lib/modules/dialog/hooks/useElectron.js +109 -0
- package/lib/modules/dialog/index.css +7 -2
- package/lib/modules/dialog/index.d.ts +6 -6
- package/lib/modules/dialog/index.js +9 -18
- package/lib/modules/dialog/store.d.ts +16 -18
- package/lib/modules/dialog/store.js +114 -164
- package/lib/modules/dialog/view.js +2 -2
- package/lib/modules/event-confirm/index.css +12 -0
- package/lib/modules/event-confirm/index.d.ts +10 -0
- package/lib/modules/event-confirm/index.js +55 -0
- package/lib/modules/event-confirm/store.d.ts +18 -0
- package/lib/modules/event-confirm/store.js +172 -0
- package/lib/modules/event-confirm/view.d.ts +2 -0
- package/lib/modules/event-confirm/view.js +156 -0
- package/lib/modules/event-toast/index.css +16 -0
- package/lib/modules/event-toast/index.d.ts +1 -1
- package/lib/modules/event-toast/index.js +19 -3
- package/lib/modules/event-toast/store.d.ts +13 -0
- package/lib/modules/event-toast/store.js +114 -17
- package/lib/modules/event-toast/view.d.ts +4 -1
- package/lib/modules/event-toast/view.js +28 -4
- package/lib/modules/invite/index.d.ts +1 -1
- package/lib/modules/invite/index.js +13 -3
- package/lib/modules/invite/pstn-invite.js +6 -9
- package/lib/modules/invite/store.d.ts +24 -25
- package/lib/modules/invite/store.js +148 -147
- package/lib/modules/invite/view.js +2 -2
- package/lib/modules/invite/voip-invite.js +2 -3
- package/lib/modules/layout/components/Aside.js +3 -3
- package/lib/modules/layout/components/Carousel.js +15 -9
- package/lib/modules/layout/components/Gallery.js +25 -17
- package/lib/modules/layout/components/Layout.js +11 -6
- package/lib/modules/layout/components/index.css +11 -4
- package/lib/modules/layout/index.css +1 -0
- package/lib/modules/layout/index.d.ts +4 -2
- package/lib/modules/layout/index.dev.js +20 -10
- package/lib/modules/layout/index.js +24 -18
- package/lib/modules/layout/member-window/index.css +95 -10
- package/lib/modules/layout/member-window/index.d.ts +10 -3
- package/lib/modules/layout/member-window/index.js +205 -112
- package/lib/modules/layout/store.d.ts +20 -7
- package/lib/modules/layout/store.js +137 -65
- package/lib/modules/layout/type.d.ts +2 -2
- package/lib/modules/layout/video-window-datasource.d.ts +5 -3
- package/lib/modules/layout/video-window-datasource.js +61 -26
- package/lib/modules/live-streaming/index.d.ts +1 -2
- package/lib/modules/live-streaming/index.js +13 -29
- package/lib/modules/live-streaming/store.d.ts +3 -7
- package/lib/modules/live-streaming/store.js +7 -73
- package/lib/modules/live-streaming/view.js +3 -3
- package/lib/modules/notification/context.d.ts +2 -0
- package/lib/modules/notification/context.js +9 -0
- package/lib/modules/notification/index.css +59 -0
- package/lib/modules/notification/index.d.ts +15 -0
- package/lib/modules/notification/index.js +61 -0
- package/lib/modules/notification/interpreter-status/index.css +76 -0
- package/lib/modules/notification/interpreter-status/index.d.ts +3 -0
- package/lib/modules/notification/interpreter-status/index.js +62 -0
- package/lib/modules/notification/store.d.ts +17 -0
- package/lib/modules/notification/store.js +129 -0
- package/lib/modules/notification/view.d.ts +10 -0
- package/lib/modules/notification/view.js +116 -0
- package/lib/modules/offscreen-pulling/index.d.ts +19 -0
- package/lib/modules/offscreen-pulling/index.js +127 -0
- package/lib/modules/participant/attendee/index.css +3 -0
- package/lib/modules/participant/attendee/index.d.ts +14 -3
- package/lib/modules/participant/attendee/index.js +87 -33
- package/lib/modules/participant/attendee/participants-more-action.d.ts +18 -0
- package/lib/modules/participant/attendee/participants-more-action.js +278 -0
- package/lib/modules/participant/components/drop-menu/index.css +59 -0
- package/lib/modules/participant/components/drop-menu/index.d.ts +2 -0
- package/lib/modules/participant/components/drop-menu/index.js +189 -0
- package/lib/modules/participant/components/footer/buttons.d.ts +7 -0
- package/lib/modules/participant/components/footer/buttons.js +53 -0
- package/lib/modules/participant/components/footer/index.d.ts +4 -0
- package/lib/modules/participant/components/footer/index.js +37 -0
- package/lib/modules/participant/components/merge/index.d.ts +11 -0
- package/lib/modules/participant/components/merge/index.js +49 -0
- package/lib/modules/participant/components/mute-all/index.d.ts +9 -0
- package/lib/modules/participant/components/mute-all/index.js +78 -0
- package/lib/modules/participant/components/participants/index.d.ts +2 -0
- package/lib/modules/participant/components/participants/index.js +201 -0
- package/lib/modules/participant/components/rename/index.d.ts +4 -0
- package/lib/modules/participant/components/rename/index.js +45 -0
- package/lib/modules/participant/index.css +6 -0
- package/lib/modules/participant/index.d.ts +8 -6
- package/lib/modules/participant/index.dev.js +10 -4
- package/lib/modules/participant/index.js +13 -33
- package/lib/modules/participant/member-list-data-source.d.ts +1 -1
- package/lib/modules/participant/member-list-data-source.js +3 -3
- package/lib/modules/participant/store.d.ts +38 -27
- package/lib/modules/participant/store.js +456 -292
- package/lib/modules/participant/type.d.ts +1 -1
- package/lib/modules/participant/view.d.ts +0 -9
- package/lib/modules/participant/view.js +8 -346
- package/lib/modules/setting/audio-settings/audio-settings.js +10 -10
- package/lib/modules/setting/dialog-wrapper.js +2 -2
- package/lib/modules/setting/general-settings/general-settings.js +2 -2
- package/lib/modules/setting/index.d.ts +3 -2
- package/lib/modules/setting/index.dev.js +1 -1
- package/lib/modules/setting/index.js +7 -3
- package/lib/modules/setting/minutes-settings/minutes-settings.js +2 -2
- package/lib/modules/setting/state/index.js +3 -3
- package/lib/modules/setting/storage-settings/storage-settings.js +2 -2
- package/lib/modules/setting/store.d.ts +16 -13
- package/lib/modules/setting/store.js +83 -53
- package/lib/modules/setting/translate-settings/translate-settings.js +2 -2
- package/lib/modules/setting/video-settings/video-settings-basic.js +2 -2
- package/lib/modules/setting/video-settings/video-settings.js +2 -11
- package/lib/modules/setting/view.js +1 -2
- package/lib/modules/share-screen/index.d.ts +1 -5
- package/lib/modules/share-screen/index.dev.js +8 -16
- package/lib/modules/share-screen/index.js +2 -99
- package/lib/modules/share-screen/selection/index.js +51 -40
- package/lib/modules/share-screen/share-state-bar/index.js +1 -1
- package/lib/modules/share-screen/store.d.ts +13 -47
- package/lib/modules/share-screen/store.js +470 -924
- package/lib/modules/share-screen/view.js +6 -19
- package/lib/modules/sound-effect/index.d.ts +54 -0
- package/lib/modules/sound-effect/index.js +295 -0
- package/lib/modules/sound-effect/sound-effect-player.d.ts +12 -0
- package/lib/modules/sound-effect/sound-effect-player.js +57 -0
- package/lib/modules/state-bar/index.css +3 -0
- package/lib/modules/state-bar/index.d.ts +8 -4
- package/lib/modules/state-bar/index.js +37 -23
- package/lib/modules/state-bar/layout-config.js +6 -7
- package/lib/modules/state-bar/live-streaming-state.js +10 -15
- package/lib/modules/state-bar/meeting-detail.css +32 -13
- package/lib/modules/state-bar/meeting-details.js +118 -57
- package/lib/modules/state-bar/meeting-network-state.js +4 -4
- package/lib/modules/state-bar/meeting-time.js +2 -2
- package/lib/modules/state-bar/network-quality.js +2 -2
- package/lib/modules/state-bar/recording.js +2 -3
- package/lib/modules/state-bar/store.d.ts +10 -6
- package/lib/modules/state-bar/store.js +58 -42
- package/lib/modules/state-bar/view.js +41 -26
- package/lib/modules/video-window/deviceState/index.d.ts +2 -1
- package/lib/modules/video-window/deviceState/index.js +8 -8
- package/lib/modules/video-window/index.d.ts +2 -1
- package/lib/modules/video-window/index.js +23 -16
- package/lib/modules/video-window/members/index.js +14 -8
- package/lib/modules/video-window/speaking/index.js +2 -2
- package/lib/modules/video-window/store.d.ts +13 -5
- package/lib/modules/video-window/store.js +73 -20
- package/lib/modules/video-window/topControl/index.js +2 -2
- package/lib/modules/video-window/type.d.ts +0 -5
- package/lib/modules/video-window/type.js +1 -7
- package/lib/modules/video-window/view.js +2 -2
- package/lib/modules/waiting-room-layout/index.css +17 -3
- package/lib/modules/waiting-room-layout/index.js +13 -3
- package/lib/modules/waiting-room-layout/store.d.ts +5 -2
- package/lib/modules/waiting-room-layout/store.js +12 -5
- package/lib/modules/waiting-room-layout/view.js +43 -33
- package/lib/modules/whiteboard/app.js +2 -2
- package/lib/modules/whiteboard/components/control-bar/index.js +4 -6
- package/lib/modules/whiteboard/components/control-bar/store.d.ts +2 -2
- package/lib/modules/whiteboard/components/control-bar/store.js +1 -1
- package/lib/modules/whiteboard/components/loading/index.js +2 -2
- package/lib/modules/whiteboard/components/multi-window/index.js +2 -2
- package/lib/modules/whiteboard/components/progress/electron.js +3 -3
- package/lib/modules/whiteboard/components/switch-theme/index.css +1 -0
- package/lib/modules/whiteboard/components/switch-theme/index.js +19 -9
- package/lib/modules/whiteboard/components/toolbar/components/eraser-picker.js +1 -1
- package/lib/modules/whiteboard/components/toolbar/hooks/index.js +1 -1
- package/lib/modules/whiteboard/components/toolbar/store.d.ts +1 -1
- package/lib/modules/whiteboard/context.d.ts +1 -1
- package/lib/modules/whiteboard/context.js +2 -2
- package/lib/modules/whiteboard/index.d.ts +5 -10
- package/lib/modules/whiteboard/index.js +32 -74
- package/lib/modules/whiteboard/type.d.ts +1 -1
- package/lib/plugins/browser-runtime-plugin.js +27 -3
- package/lib/plugins/electron-rtc-plugin.js +3 -3
- package/lib/plugins/module-dev-plugin.d.ts +1 -1
- package/lib/plugins/module-dev-plugin.js +3 -3
- package/lib/plugins/rtm-plugin.js +3 -3
- package/lib/plugins/web-rtc-plugin.js +3 -3
- package/lib/runtime.d.ts +15 -4
- package/lib/translations/enUS.d.ts +267 -2
- package/lib/translations/enUS.js +373 -103
- package/lib/translations/zhCN.d.ts +267 -3
- package/lib/translations/zhCN.js +299 -30
- package/lib/type.d.ts +13 -4
- package/lib/type.js +4 -4
- package/lib/ui-manager.d.ts +8 -9
- package/lib/ui-manager.js +602 -655
- package/lib/ui-scene.d.ts +3 -3
- package/lib/ui-scene.js +9 -22
- package/lib/utilities/constant.d.ts +44 -155
- package/lib/utilities/constant.js +42 -129
- package/lib/utilities/extract.d.ts +1 -1
- package/lib/utilities/parameters.d.ts +4 -0
- package/lib/utilities/parameters.js +19 -1
- package/lib/utilities/renderer.d.ts +2 -1
- package/lib/utilities/renderer.js +6 -3
- package/lib/utilities/screen-capture-permission.d.ts +1 -0
- package/lib/utilities/screen-capture-permission.js +16 -0
- package/lib/utilities/screen.js +32 -23
- package/lib/utilities/tools.d.ts +10 -1
- package/lib/utilities/tools.js +69 -4
- package/lib/utilities/ui-resources.d.ts +1 -0
- package/lib/utilities/ui-resources.js +5 -2
- package/lib/utilities/video-track-render-context.d.ts +2 -2
- package/package.json +7 -7
- package/public/assets/loading.gif +0 -0
- package/public/index.html +50 -6
package/lib/translations/enUS.js
CHANGED
|
@@ -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
|
|
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
|
|
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: '
|
|
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
|
|
39
|
-
fmt_attendies_options_setcohost: 'Set as co
|
|
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
|
|
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
|
|
78
|
-
fmt_attendies_tips_new_co_host: '{reason1} has become the co
|
|
79
|
-
fmt_attendies_tips_invoke_co_host: "{reason1}'s co
|
|
80
|
-
fmt_attendies_tips_revoke_co_host: 'Your co
|
|
81
|
-
fmt_attendies_tips_not_co_host: '{reason1} is no longer a co
|
|
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
|
|
87
|
-
fmt_additional_tips_cohostrevoke: "{reason1}'s co
|
|
88
|
-
fmt_additional_tips_nolongercohost: '{reason1} is no longer a co
|
|
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
|
|
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: '
|
|
133
|
+
fmt_statusbar_label_millisecond: 'ms',
|
|
124
134
|
fmt_toolbar_tips_expand: 'Expand the toolbar',
|
|
125
|
-
fmt_toolbar_label_connectaudio: '
|
|
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: '
|
|
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
|
|
140
|
-
fmt_popup_button_endmeeting: '
|
|
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: '
|
|
182
|
-
fmt_toolbar_tips_leave_room_end_cancel: '
|
|
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
|
|
316
|
-
fmt_uimanager_tips_norightsaudio: 'You have no permission to
|
|
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
|
|
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
|
|
386
|
-
fmt_chat_tips_chatpermissionchange: 'The chat room permissions have changed to only host and co
|
|
387
|
-
fmt_pairicipant_tips_cohostbeenrevoke: 'Your co
|
|
388
|
-
fmt_pairicipant_tips_cohostrevoke: "{reason1}'s co
|
|
389
|
-
fmt_pairicipant_tips_nolongercohost: '{reason1} is no longer a co
|
|
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
|
|
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
|
|
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
|
|
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: '
|
|
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: '
|
|
453
|
-
fmt_screenshare_controlbar_button_more_live: 'Live
|
|
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
|
|
461
|
-
fmt_screenshare_controlbar_security_list_participant_changeName: '
|
|
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
|
|
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: '
|
|
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
|
|
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
|
|
529
|
-
fmt_screenshare_cohost_can_not_share_remind: 'Security settings are restricted, only the host and co
|
|
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: '
|
|
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
|
|
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
|
|
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: '
|
|
705
|
-
fmt_security_options_stopaudio: '
|
|
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: '
|
|
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
|
|
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
|
|
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
|
|
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
|
|
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: '
|
|
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.
|
|
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
|
|
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: '
|
|
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: '
|
|
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
|
|
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: '
|
|
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: '
|
|
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
|
|
1469
|
-
fmt_interpretation_popup_toast_label_return_meeting: '
|
|
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
|
|
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
|
|
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: '
|
|
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
|
|
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
|
-
|
|
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
|
|
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
|
|
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: '
|
|
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 “
|
|
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 “
|
|
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
|
|
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}
|
|
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: '
|
|
1600
|
-
fmt_translate_language_english_mini: '
|
|
1601
|
-
fmt_translate_language_japanese_mini: '
|
|
1602
|
-
fmt_translate_language_korean_mini: '
|
|
1603
|
-
fmt_translate_language_german_mini: '
|
|
1604
|
-
fmt_translate_language_french_mini: '
|
|
1605
|
-
fmt_translate_language_russian_mini: '
|
|
1606
|
-
fmt_translate_language_spanish_mini: '
|
|
1607
|
-
fmt_translate_language_portuguese_mini: '
|
|
1608
|
-
fmt_translate_language_ilalian_mini: '
|
|
1609
|
-
fmt_translate_language_arabic_mini: '
|
|
1610
|
-
fmt_translate_language_indonesian_mini: '
|
|
1611
|
-
fmt_translate_language_hindi_mini: '
|
|
1612
|
-
fmt_translate_language_thai_mini: '
|
|
1613
|
-
fmt_translate_language_vietnamese_mini: '
|
|
1614
|
-
fmt_translate_language_malay_mini: '
|
|
1615
|
-
fmt_translate_language_turkish_mini: '
|
|
1616
|
-
|
|
1617
|
-
|
|
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
|
};
|