fcr-ui-scene 3.5.0 → 3.5.1
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/base.js +3 -0
- package/lib/electron/app.js +2 -0
- package/lib/electron/bootstrap-dev.js +2 -0
- package/lib/electron/bootstrap-sdk.js +2 -0
- package/lib/electron/injections.js +5 -0
- package/lib/electron/tools.js +4 -0
- package/lib/electron/window.js +2 -0
- package/lib/modules/action-bar/components/apps/app-item/index.js +2 -0
- package/lib/modules/action-bar/components/apps/app-list.js +5 -2
- package/lib/modules/action-bar/components/apps/appitems.js +5 -2
- package/lib/modules/action-bar/components/apps/useAppItemOptions.js +1 -0
- package/lib/modules/action-bar/components/apps/useWidgetList.js +1 -2
- package/lib/modules/action-bar/components/collapse/index.js +4 -0
- package/lib/modules/action-bar/components/item/index.js +2 -0
- package/lib/modules/action-bar/components/leave/index.js +2 -0
- package/lib/modules/action-bar/components/more/poppover-content.js +4 -0
- package/lib/modules/action-bar/components/notification-bar/components/interpreter/index.js +1 -2
- package/lib/modules/action-bar/components/notification-bar/index.js +2 -0
- package/lib/modules/action-bar/components/screen-share/submenu.js +2 -0
- package/lib/modules/action-bar/components/trigger-output-language/index.js +5 -2
- package/lib/modules/action-bar/components/trigger-subscribe-language/index.js +3 -0
- package/lib/modules/action-bar/store.js +4 -0
- package/lib/modules/audio-stream/index.js +3 -0
- package/lib/modules/chat/chat-room-store.js +4 -0
- package/lib/modules/chat/components/chat-bar/index.js +2 -0
- package/lib/modules/chat/components/chat-select/index.js +1 -0
- package/lib/modules/chat/components/chat-select/select-item/index.js +5 -2
- package/lib/modules/chat/components/message-list/index.js +1 -0
- package/lib/modules/chat/components/message-list/message-item/index.js +2 -0
- package/lib/modules/chat/store.js +1 -0
- package/lib/modules/chat/view.js +4 -0
- package/lib/modules/components/device-control/components/audio-menu/index.js +1 -2
- package/lib/modules/components/device-control/components/video-menu/index.js +1 -2
- package/lib/modules/components/device-control/store.js +1 -0
- package/lib/modules/components/leave-meeting/store.js +2 -0
- package/lib/modules/components/member-window/components/member-actions/components/user-info.js +1 -0
- package/lib/modules/components/member-window/components/member-actions/index.js +1 -0
- package/lib/modules/components/member-window/components/video-player/index.js +2 -0
- package/lib/modules/components/security-menu/index.js +4 -1
- package/lib/modules/components/tab-frame/index.js +4 -0
- package/lib/modules/connection-gateway/components/phone/components/callinfo/index.js +1 -2
- package/lib/modules/connection-gateway/components/phone/index.js +1 -2
- package/lib/modules/connection-gateway/store.js +4 -0
- package/lib/modules/control-bar/components/meeting-details/index.js +1 -1
- package/lib/modules/control-bar/components/more-actions/index.js +2 -0
- package/lib/modules/control-bar/index.js +2 -0
- package/lib/modules/control-bar/store.js +1 -0
- package/lib/modules/control-bar/view.js +3 -1
- package/lib/modules/device-pretest/settings/beauty.js +1 -2
- package/lib/modules/device-pretest/settings/virtual-background-setting.js +1 -2
- package/lib/modules/device-pretest/store.js +2 -0
- package/lib/modules/dialog/components/control-bar/index.d.ts +1 -1
- package/lib/modules/dialog/components/control-bar/index.js +42 -43
- package/lib/modules/dialog/components/dialog-container/component/body.js +2 -0
- package/lib/modules/dialog/components/system-preference/index.js +5 -2
- package/lib/modules/dialog/components/video-window/index.js +2 -0
- package/lib/modules/dialog/hooks/useElectron.js +32 -26
- package/lib/modules/dialog/index.js +2 -0
- package/lib/modules/dialog/store.js +4 -0
- package/lib/modules/dialog/view.js +1 -2
- package/lib/modules/event-confirm/store.js +3 -0
- package/lib/modules/event-confirm/view.js +5 -2
- package/lib/modules/event-toast/store.js +2 -0
- package/lib/modules/event-toast/view.js +1 -2
- package/lib/modules/interpreter/interpreter-list/index.js +2 -2
- package/lib/modules/interpreter/interpreter-list/interpreter-item/components/pick-language/index.js +5 -2
- package/lib/modules/interpreter/interpreter-list/interpreter-item/components/pick-language/useLanguageConfig/index.js +2 -0
- package/lib/modules/interpreter/interpreter-list/interpreter-item/components/pick-user/index.js +4 -0
- package/lib/modules/interpreter/store.js +5 -0
- package/lib/modules/invite/enums.js +0 -1
- package/lib/modules/invite/store.js +1 -1
- package/lib/modules/layout/components/Carousel.js +1 -2
- package/lib/modules/layout/components/Gallery.js +2 -2
- package/lib/modules/layout/components/index.js +1 -0
- package/lib/modules/layout/store.js +4 -0
- package/lib/modules/layout/type.js +0 -2
- package/lib/modules/live-streaming/store.js +1 -0
- package/lib/modules/notification/interpreter-status/index.js +1 -2
- package/lib/modules/offscreen-pulling/index.js +1 -0
- package/lib/modules/participant/components/attendee/index.js +3 -0
- package/lib/modules/participant/components/drop-menu/index.js +3 -0
- package/lib/modules/participant/components/participants/components/footer/components/drop-menu/index.js +3 -0
- package/lib/modules/participant/components/participants/components/participants/components/attendee/index.js +2 -0
- package/lib/modules/participant/components/participants/components/participants/components/participants-more/index.js +2 -0
- package/lib/modules/participant/components/participants/components/participants/components/user-row/index.js +2 -0
- package/lib/modules/participant/components/participants/components/participants/index.js +2 -0
- package/lib/modules/participant/components/participants/components/render-user/components/attendee/components/interpreter-tag/index.js +1 -0
- package/lib/modules/participant/components/participants/components/render-user/components/attendee/index.js +2 -0
- package/lib/modules/participant/components/user-action/index.js +2 -0
- package/lib/modules/participant/index.js +2 -0
- package/lib/modules/participant/member-list-data-source.js +3 -0
- package/lib/modules/participant/store.d.ts +0 -1
- package/lib/modules/participant/store.js +9 -10
- package/lib/modules/pc-audio-connect/store.js +1 -0
- package/lib/modules/phone-audio-connect/components/callinfo/index.js +1 -2
- package/lib/modules/phone-audio-connect/store.js +3 -0
- package/lib/modules/phone-audio-connect/view.js +1 -2
- package/lib/modules/setting/audio-settings/audio-settings.js +1 -1
- package/lib/modules/setting/minutes-settings/minutes-settings.js +1 -2
- package/lib/modules/setting/state/index.js +4 -0
- package/lib/modules/setting/store.js +8 -4
- package/lib/modules/setting/translate-settings/translate-settings.js +1 -1
- package/lib/modules/share-screen/components/selection/index.js +1 -1
- package/lib/modules/share-screen/store.js +27 -17
- package/lib/modules/sound-effect/index.js +1 -0
- package/lib/modules/state-bar/layout-config.js +1 -2
- package/lib/modules/state-bar/live-streaming-state.js +1 -0
- package/lib/modules/state-bar/meeting-details.js +3 -2
- package/lib/modules/state-bar/store.d.ts +1 -1
- package/lib/modules/state-bar/store.js +2 -1
- package/lib/modules/video-window/components/members/index.js +1 -2
- package/lib/modules/video-window/components/topControl/index.js +2 -0
- package/lib/modules/video-window/members/index.js +1 -2
- package/lib/modules/video-window/store.js +4 -0
- package/lib/modules/video-window/topControl/index.js +2 -0
- package/lib/modules/whiteboard/components/switch-theme/index.js +2 -0
- package/lib/modules/whiteboard/components/switch-theme/item.js +1 -2
- package/lib/modules/whiteboard/components/toolbar/components/color-picker/components/panel.js +1 -2
- package/lib/modules/whiteboard/components/toolbar/components/color-picker/index.js +1 -2
- package/lib/modules/whiteboard/components/toolbar/components/extra-tool-picker.js +1 -1
- package/lib/modules/whiteboard/components/toolbar/components/move-handle.js +2 -0
- package/lib/modules/whiteboard/components/toolbar/components/pen-picker.js +1 -2
- package/lib/modules/whiteboard/components/toolbar/components/shape-picker.js +1 -2
- package/lib/modules/whiteboard/components/toolbar/hooks/index.js +2 -0
- package/lib/modules/whiteboard/components/toolbar/index.js +4 -1
- package/lib/modules/whiteboard/index.js +4 -0
- package/lib/providers/device-privilege-provider.js +2 -0
- package/lib/providers/device-provider.js +5 -0
- package/lib/providers/device-stream-provider.js +3 -0
- package/lib/providers/dialog-provider.js +2 -0
- package/lib/providers/event-provider.js +2 -0
- package/lib/providers/interpreter-provider.js +3 -0
- package/lib/providers/message-provider.js +2 -0
- package/lib/providers/phone-audio-provider.js +3 -0
- package/lib/providers/privilege-provider.js +4 -0
- package/lib/providers/renderer-provider.js +1 -0
- package/lib/providers/room-provider.js +3 -0
- package/lib/providers/screen-share-provider.js +3 -0
- package/lib/providers/widget-provider.js +1 -0
- package/lib/scenes/main-scene.js +2 -0
- package/lib/shared-data-source/chat-data.js +2 -0
- package/lib/shared-data-source/interpreter.js +2 -0
- package/lib/shared-data-source/layout-data.js +4 -1
- package/lib/shared-data-source/member-data.js +15 -27
- package/lib/shared-data-source/pin-data.js +1 -0
- package/lib/shared-data-source/security-data.js +1 -0
- package/lib/shared-data-source/setting.js +2 -0
- package/lib/shared-data-source/video-window.js +4 -0
- package/lib/shared-data-source/waiting-room.js +2 -0
- package/lib/translations/enUS.js +0 -36
- package/lib/translations/zhCN.d.ts +1 -0
- package/lib/translations/zhCN.js +2 -37
- package/lib/type.js +0 -14
- package/lib/ui-scene.js +1 -0
- package/lib/utilities/constant.d.ts +2 -1
- package/lib/utilities/constant.js +1 -7
- package/lib/utilities/logger.js +1 -0
- package/lib/utilities/privilege.js +2 -0
- package/lib/utilities/renderer-event.js +2 -0
- package/lib/utilities/renderer.d.ts +1 -0
- package/lib/utilities/renderer.js +5 -1
- package/lib/utilities/setting-config-storage.js +2 -0
- package/lib/utilities/tools.js +3 -0
- package/lib/waiting-room-control-manager.js +2 -0
- package/package.json +5 -5
- package/public/index.html +5 -5
- package/lib/common/device-store.d.ts +0 -149
- package/lib/common/device-store.js +0 -1551
- package/lib/common/device-stream-store.d.ts +0 -51
- package/lib/common/device-stream-store.js +0 -546
- package/lib/common/event-store.d.ts +0 -135
- package/lib/common/event-store.js +0 -280
- package/lib/common/room-store.d.ts +0 -58
- package/lib/common/room-store.js +0 -402
- package/lib/common/security-store.d.ts +0 -131
- package/lib/common/security-store.js +0 -957
- package/lib/fragments/base.d.ts +0 -10
- package/lib/fragments/base.js +0 -44
- package/lib/fragments/control-bar/cloud-recording-buttons.d.ts +0 -1
- package/lib/fragments/control-bar/cloud-recording-buttons.js +0 -67
- package/lib/fragments/control-bar/context.d.ts +0 -2
- package/lib/fragments/control-bar/context.js +0 -9
- package/lib/fragments/control-bar/control-bar-store.d.ts +0 -196
- package/lib/fragments/control-bar/control-bar-store.js +0 -1678
- package/lib/fragments/control-bar/device/index.d.ts +0 -31
- package/lib/fragments/control-bar/device/index.js +0 -212
- package/lib/fragments/control-bar/index.css +0 -281
- package/lib/fragments/control-bar/index.d.ts +0 -26
- package/lib/fragments/control-bar/index.js +0 -257
- package/lib/fragments/control-bar/meeting-details/meeting-detail.css +0 -128
- package/lib/fragments/control-bar/meeting-details/meeting-details-portal.d.ts +0 -3
- package/lib/fragments/control-bar/meeting-details/meeting-details-portal.js +0 -60
- package/lib/fragments/control-bar/meeting-details/meeting-details.d.ts +0 -2
- package/lib/fragments/control-bar/meeting-details/meeting-details.js +0 -280
- package/lib/fragments/control-bar/more-actions/index.css +0 -72
- package/lib/fragments/control-bar/more-actions/index.d.ts +0 -7
- package/lib/fragments/control-bar/more-actions/index.js +0 -299
- package/lib/fragments/control-bar/security-content/index.css +0 -99
- package/lib/fragments/control-bar/security-content/index.d.ts +0 -2
- package/lib/fragments/control-bar/security-content/index.js +0 -234
- package/lib/fragments/control-bar/share-state-nav/index.css +0 -70
- package/lib/fragments/control-bar/share-state-nav/index.d.ts +0 -10
- package/lib/fragments/control-bar/share-state-nav/index.js +0 -134
- package/lib/fragments/control-bar/stop-live-streaming/index.d.ts +0 -1
- package/lib/fragments/control-bar/stop-live-streaming/index.js +0 -82
- package/lib/fragments/control-bar/transfer-position-icon/index.d.ts +0 -11
- package/lib/fragments/control-bar/transfer-position-icon/index.js +0 -46
- package/lib/fragments/control-bar/view.d.ts +0 -1
- package/lib/fragments/control-bar/view.js +0 -336
- package/lib/fragments/live-streaming/context.d.ts +0 -2
- package/lib/fragments/live-streaming/context.js +0 -9
- package/lib/fragments/live-streaming/index.css +0 -11
- package/lib/fragments/live-streaming/index.d.ts +0 -11
- package/lib/fragments/live-streaming/index.js +0 -79
- package/lib/fragments/live-streaming/store.d.ts +0 -21
- package/lib/fragments/live-streaming/store.js +0 -238
- package/lib/fragments/live-streaming/view.d.ts +0 -2
- package/lib/fragments/live-streaming/view.js +0 -46
- package/lib/fragments/share-screen-selection/context.d.ts +0 -2
- package/lib/fragments/share-screen-selection/context.js +0 -9
- package/lib/fragments/share-screen-selection/index.css +0 -66
- package/lib/fragments/share-screen-selection/index.d.ts +0 -9
- package/lib/fragments/share-screen-selection/index.js +0 -94
- package/lib/fragments/share-screen-selection/open-mic-tips.d.ts +0 -9
- package/lib/fragments/share-screen-selection/open-mic-tips.js +0 -55
- package/lib/fragments/share-screen-selection/selection-store.d.ts +0 -35
- package/lib/fragments/share-screen-selection/selection-store.js +0 -352
- package/lib/fragments/share-screen-selection/tips.css +0 -33
- package/lib/fragments/share-screen-selection/view.d.ts +0 -9
- package/lib/fragments/share-screen-selection/view.js +0 -262
- package/lib/fragments/toolbar/components/color-picker/components/color.d.ts +0 -5
- package/lib/fragments/toolbar/components/color-picker/components/color.js +0 -56
- package/lib/fragments/toolbar/components/color-picker/components/panel.d.ts +0 -1
- package/lib/fragments/toolbar/components/color-picker/components/panel.js +0 -118
- package/lib/fragments/toolbar/components/color-picker/components/picker.d.ts +0 -1
- package/lib/fragments/toolbar/components/color-picker/components/picker.js +0 -77
- package/lib/fragments/toolbar/components/color-picker/index.d.ts +0 -2
- package/lib/fragments/toolbar/components/color-picker/index.js +0 -57
- package/lib/fragments/toolbar/components/color-picker.d.ts +0 -2
- package/lib/fragments/toolbar/components/color-picker.js +0 -129
- package/lib/fragments/toolbar/components/eraser-picker.d.ts +0 -4
- package/lib/fragments/toolbar/components/eraser-picker.js +0 -75
- package/lib/fragments/toolbar/components/extension-toolbar-item.d.ts +0 -1
- package/lib/fragments/toolbar/components/extension-toolbar-item.js +0 -83
- package/lib/fragments/toolbar/components/extra-tool-picker.d.ts +0 -1
- package/lib/fragments/toolbar/components/extra-tool-picker.js +0 -64
- package/lib/fragments/toolbar/components/fold-icon.d.ts +0 -2
- package/lib/fragments/toolbar/components/fold-icon.js +0 -41
- package/lib/fragments/toolbar/components/history.d.ts +0 -2
- package/lib/fragments/toolbar/components/history.js +0 -46
- package/lib/fragments/toolbar/components/pen-picker.d.ts +0 -4
- package/lib/fragments/toolbar/components/pen-picker.js +0 -134
- package/lib/fragments/toolbar/components/screen-capture-picker.d.ts +0 -4
- package/lib/fragments/toolbar/components/screen-capture-picker.js +0 -86
- package/lib/fragments/toolbar/components/shape-picker.d.ts +0 -4
- package/lib/fragments/toolbar/components/shape-picker.js +0 -148
- package/lib/fragments/toolbar/components/toolbar-item.d.ts +0 -1
- package/lib/fragments/toolbar/components/toolbar-item.js +0 -42
- package/lib/fragments/toolbar/components/transfer-position-icon/index.d.ts +0 -11
- package/lib/fragments/toolbar/components/transfer-position-icon/index.js +0 -46
- package/lib/fragments/toolbar/components/wrapper.d.ts +0 -1
- package/lib/fragments/toolbar/components/wrapper.js +0 -138
- package/lib/fragments/toolbar/hooks.d.ts +0 -16
- package/lib/fragments/toolbar/hooks.js +0 -256
- package/lib/fragments/toolbar/index.d.ts +0 -12
- package/lib/fragments/toolbar/index.js +0 -80
- package/lib/fragments/toolbar/store.d.ts +0 -62
- package/lib/fragments/toolbar/store.js +0 -297
- package/lib/fragments/toolbar/style.css +0 -347
- package/lib/fragments/toolbar/view.d.ts +0 -1
- package/lib/fragments/toolbar/view.js +0 -36
- package/lib/modules/action-bar/action-bar-collapes-items.d.ts +0 -20
- package/lib/modules/action-bar/action-bar-collapes-items.js +0 -225
- package/lib/modules/action-bar/apps/app-item/index.css +0 -35
- package/lib/modules/action-bar/apps/app-item/index.d.ts +0 -12
- package/lib/modules/action-bar/apps/app-item/index.js +0 -61
- package/lib/modules/action-bar/apps/appitems.d.ts +0 -5
- package/lib/modules/action-bar/apps/appitems.js +0 -45
- package/lib/modules/action-bar/apps/index.css +0 -8
- package/lib/modules/action-bar/apps/index.d.ts +0 -4
- package/lib/modules/action-bar/apps/index.js +0 -57
- package/lib/modules/action-bar/apps/useAppItemOptions.d.ts +0 -9
- package/lib/modules/action-bar/apps/useAppItemOptions.js +0 -29
- package/lib/modules/action-bar/apps/useBeautyBackground.d.ts +0 -10
- package/lib/modules/action-bar/apps/useBeautyBackground.js +0 -34
- package/lib/modules/action-bar/apps/useInterpreter.d.ts +0 -14
- package/lib/modules/action-bar/apps/useInterpreter.js +0 -35
- package/lib/modules/action-bar/apps/useLiveStreaming.d.ts +0 -16
- package/lib/modules/action-bar/apps/useLiveStreaming.js +0 -41
- package/lib/modules/action-bar/board/index.d.ts +0 -4
- package/lib/modules/action-bar/board/index.js +0 -34
- package/lib/modules/action-bar/breakout-room/index.d.ts +0 -4
- package/lib/modules/action-bar/breakout-room/index.js +0 -32
- package/lib/modules/action-bar/chat/index.css +0 -80
- package/lib/modules/action-bar/chat/index.d.ts +0 -5
- package/lib/modules/action-bar/chat/index.js +0 -152
- package/lib/modules/action-bar/components/leave/assign-host.d.ts +0 -3
- package/lib/modules/action-bar/components/leave/assign-host.js +0 -64
- package/lib/modules/action-bar/components/leave/index.css +0 -126
- package/lib/modules/action-bar/components/leave/leave-meeting.d.ts +0 -3
- package/lib/modules/action-bar/components/leave/leave-meeting.js +0 -153
- package/lib/modules/action-bar/context.d.ts +0 -2
- package/lib/modules/action-bar/context.js +0 -9
- package/lib/modules/action-bar/device/index.css +0 -162
- package/lib/modules/action-bar/device/index.d.ts +0 -8
- package/lib/modules/action-bar/device/index.js +0 -613
- package/lib/modules/action-bar/interpreter/index.d.ts +0 -6
- package/lib/modules/action-bar/interpreter/index.js +0 -41
- package/lib/modules/action-bar/item-placement.d.ts +0 -7
- package/lib/modules/action-bar/item-placement.js +0 -18
- package/lib/modules/action-bar/item.d.ts +0 -27
- package/lib/modules/action-bar/item.js +0 -159
- package/lib/modules/action-bar/leave/assign-host.d.ts +0 -10
- package/lib/modules/action-bar/leave/assign-host.js +0 -64
- package/lib/modules/action-bar/leave/index.css +0 -126
- package/lib/modules/action-bar/leave/index.d.ts +0 -3
- package/lib/modules/action-bar/leave/index.js +0 -165
- package/lib/modules/action-bar/leave/leave-meeting.d.ts +0 -18
- package/lib/modules/action-bar/leave/leave-meeting.js +0 -153
- package/lib/modules/action-bar/live-streaming/index.d.ts +0 -4
- package/lib/modules/action-bar/live-streaming/index.js +0 -39
- package/lib/modules/action-bar/more/index.css +0 -114
- package/lib/modules/action-bar/more/index.d.ts +0 -5
- package/lib/modules/action-bar/more/index.js +0 -80
- package/lib/modules/action-bar/more/poppover-content.d.ts +0 -8
- package/lib/modules/action-bar/more/poppover-content.js +0 -400
- package/lib/modules/action-bar/participants/index.css +0 -21
- package/lib/modules/action-bar/participants/index.d.ts +0 -5
- package/lib/modules/action-bar/participants/index.js +0 -82
- package/lib/modules/action-bar/record/index.css +0 -39
- package/lib/modules/action-bar/record/index.d.ts +0 -5
- package/lib/modules/action-bar/record/index.js +0 -161
- package/lib/modules/action-bar/record/stop-record-dialog.d.ts +0 -5
- package/lib/modules/action-bar/record/stop-record-dialog.js +0 -48
- package/lib/modules/action-bar/respond/index.d.ts +0 -4
- package/lib/modules/action-bar/respond/index.js +0 -32
- package/lib/modules/action-bar/screen-share/index.d.ts +0 -4
- package/lib/modules/action-bar/screen-share/index.js +0 -101
- package/lib/modules/action-bar/screen-share/submenu.d.ts +0 -1
- package/lib/modules/action-bar/screen-share/submenu.js +0 -154
- package/lib/modules/action-bar/security/drop-menu.d.ts +0 -1
- package/lib/modules/action-bar/security/drop-menu.js +0 -312
- package/lib/modules/action-bar/security/index.d.ts +0 -4
- package/lib/modules/action-bar/security/index.js +0 -56
- package/lib/modules/action-bar/settings/index.d.ts +0 -4
- package/lib/modules/action-bar/settings/index.js +0 -41
- package/lib/modules/action-bar/smaller.d.ts +0 -1
- package/lib/modules/action-bar/smaller.js +0 -52
- 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 +0 -86
- package/lib/modules/action-bar/switch-input-language-room/index.d.ts +0 -16
- package/lib/modules/action-bar/switch-input-language-room/index.js +0 -236
- package/lib/modules/action-bar/switch-output-language-room/drop-menu.d.ts +0 -1
- package/lib/modules/action-bar/switch-output-language-room/drop-menu.js +0 -197
- package/lib/modules/action-bar/switch-output-language-room/guide-tooltip/index.css +0 -18
- package/lib/modules/action-bar/switch-output-language-room/guide-tooltip/index.d.ts +0 -14
- package/lib/modules/action-bar/switch-output-language-room/guide-tooltip/index.js +0 -72
- package/lib/modules/action-bar/switch-output-language-room/index.d.ts +0 -12
- package/lib/modules/action-bar/switch-output-language-room/index.js +0 -309
- package/lib/modules/action-bar/switch-output-language-room/notification-bar/components/interpreter/index.css +0 -58
- package/lib/modules/action-bar/switch-output-language-room/notification-bar/components/interpreter/index.d.ts +0 -8
- package/lib/modules/action-bar/switch-output-language-room/notification-bar/components/interpreter/index.js +0 -100
- package/lib/modules/action-bar/switch-output-language-room/notification-bar/components/virtual-image/index.css +0 -56
- package/lib/modules/action-bar/switch-output-language-room/notification-bar/components/virtual-image/index.d.ts +0 -5
- package/lib/modules/action-bar/switch-output-language-room/notification-bar/components/virtual-image/index.js +0 -33
- 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 +0 -74
- package/lib/modules/action-bar/switch-output-language-room/notification-bar/index.d.ts +0 -2
- package/lib/modules/action-bar/switch-output-language-room/notification-bar/index.js +0 -99
- package/lib/modules/action-bar/type.d.ts +0 -6
- package/lib/modules/action-bar/type.js +0 -13
- package/lib/modules/chat/chat-bar/index.css +0 -80
- package/lib/modules/chat/chat-bar/index.d.ts +0 -11
- package/lib/modules/chat/chat-bar/index.js +0 -142
- package/lib/modules/chat/chat-select/index.css +0 -178
- package/lib/modules/chat/chat-select/index.d.ts +0 -12
- package/lib/modules/chat/chat-select/index.js +0 -212
- package/lib/modules/chat/chat.d.ts +0 -11
- package/lib/modules/chat/chat.js +0 -386
- package/lib/modules/chat/contex.d.ts +0 -2
- package/lib/modules/chat/contex.js +0 -9
- package/lib/modules/chat/demo-wrapper.d.ts +0 -1
- package/lib/modules/chat/demo-wrapper.js +0 -42
- package/lib/modules/chat/message-list.d.ts +0 -22
- package/lib/modules/chat/message-list.js +0 -630
- package/lib/modules/components/device-control/type.d.ts +0 -6
- package/lib/modules/components/device-control/type.js +0 -13
- package/lib/modules/components/toast/index.css +0 -12
- package/lib/modules/components/toast/index.d.ts +0 -10
- package/lib/modules/components/toast/index.js +0 -66
- package/lib/modules/components/toast/store.d.ts +0 -17
- package/lib/modules/components/toast/store.js +0 -149
- package/lib/modules/components/toast/view.d.ts +0 -2
- package/lib/modules/components/toast/view.js +0 -35
- package/lib/modules/connection-gateway/components/tabs/index.css +0 -31
- package/lib/modules/connection-gateway/components/tabs/index.d.ts +0 -4
- package/lib/modules/connection-gateway/components/tabs/index.js +0 -44
- package/lib/modules/control-bar/type.d.ts +0 -10
- package/lib/modules/control-bar/type.js +0 -18
- package/lib/modules/device-pretest/context.d.ts +0 -2
- package/lib/modules/device-pretest/context.js +0 -9
- package/lib/modules/dialog/components/confirm/electron.d.ts +0 -10
- package/lib/modules/dialog/components/confirm/electron.js +0 -54
- package/lib/modules/dialog/components/connection-gateway/index.css +0 -25
- package/lib/modules/dialog/components/operation-waiting-room/electron.d.ts +0 -5
- package/lib/modules/dialog/components/operation-waiting-room/electron.js +0 -42
- package/lib/modules/dialog/components/operation-waiting-room/index.css +0 -44
- package/lib/modules/dialog/components/operation-waiting-room/index.d.ts +0 -5
- package/lib/modules/dialog/components/operation-waiting-room/index.js +0 -156
- package/lib/modules/dialog/components/remove-admit-waiting-room/electron.d.ts +0 -12
- package/lib/modules/dialog/components/remove-admit-waiting-room/electron.js +0 -36
- package/lib/modules/dialog/components/remove-admit-waiting-room/index.css +0 -50
- package/lib/modules/dialog/components/remove-admit-waiting-room/index.d.ts +0 -5
- package/lib/modules/dialog/components/remove-admit-waiting-room/index.js +0 -90
- package/lib/modules/dialog/components/switch-language-channels/electron.d.ts +0 -2
- package/lib/modules/dialog/components/switch-language-channels/electron.js +0 -72
- package/lib/modules/dialog/components/switch-language-channels/index.css +0 -30
- package/lib/modules/dialog/components/switch-language-channels/index.d.ts +0 -4
- package/lib/modules/dialog/components/switch-language-channels/index.js +0 -63
- package/lib/modules/dialog/components/switch-language-channels/user-queue/index.css +0 -36
- package/lib/modules/dialog/components/switch-language-channels/user-queue/index.d.ts +0 -3
- package/lib/modules/dialog/components/switch-language-channels/user-queue/index.js +0 -47
- package/lib/modules/dialog/context.d.ts +0 -2
- package/lib/modules/dialog/context.js +0 -9
- package/lib/modules/event-notification/context.d.ts +0 -2
- package/lib/modules/event-notification/context.js +0 -9
- package/lib/modules/event-notification/index.css +0 -58
- package/lib/modules/event-notification/index.d.ts +0 -13
- package/lib/modules/event-notification/index.js +0 -48
- package/lib/modules/event-notification/store.d.ts +0 -17
- package/lib/modules/event-notification/store.js +0 -133
- package/lib/modules/event-notification/view.d.ts +0 -5
- package/lib/modules/event-notification/view.js +0 -114
- package/lib/modules/event-toast/context.d.ts +0 -2
- package/lib/modules/event-toast/context.js +0 -9
- package/lib/modules/interpreter/action/edit-btn/index.css +0 -3
- package/lib/modules/interpreter/add-button/index.css +0 -4
- package/lib/modules/interpreter/add-button/index.d.ts +0 -11
- package/lib/modules/interpreter/add-button/index.js +0 -43
- package/lib/modules/interpreter/config.d.ts +0 -16
- package/lib/modules/interpreter/config.js +0 -17
- package/lib/modules/interpreter/constant.d.ts +0 -51
- package/lib/modules/interpreter/constant.js +0 -58
- package/lib/modules/interpreter/footer/components/interpreter-btn/index.d.ts +0 -5
- package/lib/modules/interpreter/footer/components/interpreter-btn/index.js +0 -53
- package/lib/modules/interpreter/footer/components/set-btn/index.d.ts +0 -5
- package/lib/modules/interpreter/footer/components/set-btn/index.js +0 -49
- package/lib/modules/interpreter/footer/components/tooltip-wrapper/index.d.ts +0 -6
- package/lib/modules/interpreter/footer/components/tooltip-wrapper/index.js +0 -30
- package/lib/modules/interpreter/index.css +0 -15
- package/lib/modules/invite/context.d.ts +0 -2
- package/lib/modules/invite/context.js +0 -9
- package/lib/modules/invite/pstn-invite.d.ts +0 -2
- package/lib/modules/invite/pstn-invite.js +0 -271
- package/lib/modules/invite/voip-invite.d.ts +0 -1
- package/lib/modules/invite/voip-invite.js +0 -293
- package/lib/modules/layout/components/Layout.d.ts +0 -2
- package/lib/modules/layout/components/Layout.js +0 -190
- package/lib/modules/layout/context.d.ts +0 -2
- package/lib/modules/layout/context.js +0 -9
- package/lib/modules/layout/member-window/index.css +0 -406
- package/lib/modules/layout/member-window/index.d.ts +0 -74
- package/lib/modules/layout/member-window/index.js +0 -881
- package/lib/modules/layout/video-window-datasource.d.ts +0 -127
- package/lib/modules/layout/video-window-datasource.js +0 -1121
- package/lib/modules/live-streaming/context.d.ts +0 -2
- package/lib/modules/live-streaming/context.js +0 -9
- package/lib/modules/participant/attendee/index.css +0 -69
- package/lib/modules/participant/attendee/index.d.ts +0 -36
- package/lib/modules/participant/attendee/index.js +0 -398
- package/lib/modules/participant/attendee/user-more-actions.d.ts +0 -22
- package/lib/modules/participant/attendee/user-more-actions.js +0 -76
- package/lib/modules/participant/can-moveable/index.d.ts +0 -1
- package/lib/modules/participant/can-moveable/index.js +0 -68
- package/lib/modules/participant/context.d.ts +0 -2
- package/lib/modules/participant/context.js +0 -9
- package/lib/modules/participant/room-control-drop-menu/index.css +0 -56
- package/lib/modules/participant/room-control-drop-menu/index.d.ts +0 -2
- package/lib/modules/participant/room-control-drop-menu/index.js +0 -188
- package/lib/modules/setting/context.d.ts +0 -2
- package/lib/modules/setting/context.js +0 -9
- package/lib/modules/share-screen/selection/index.css +0 -68
- package/lib/modules/share-screen/selection/index.d.ts +0 -9
- package/lib/modules/share-screen/selection/index.js +0 -273
- package/lib/modules/share-screen/share-state-bar/index.css +0 -76
- package/lib/modules/share-screen/share-state-bar/index.d.ts +0 -4
- package/lib/modules/share-screen/share-state-bar/index.js +0 -98
- package/lib/modules/state-bar/context.d.ts +0 -2
- package/lib/modules/state-bar/context.js +0 -9
- package/lib/modules/video-window/context.d.ts +0 -2
- package/lib/modules/video-window/context.js +0 -9
- package/lib/modules/waiting-room-layout/context.d.ts +0 -2
- package/lib/modules/waiting-room-layout/context.js +0 -9
- package/lib/modules/waiting-room-layout/type.d.ts +0 -0
- package/lib/modules/waiting-room-layout/type.js +0 -1
- package/lib/modules/whiteboard/app.d.ts +0 -2
- package/lib/modules/whiteboard/app.js +0 -49
- package/lib/utilities/extract.d.ts +0 -5
- package/lib/utilities/extract.js +0 -120
package/lib/translations/enUS.js
CHANGED
|
@@ -7,7 +7,6 @@ Object.defineProperty(exports, "__esModule", {
|
|
|
7
7
|
exports.enUs = void 0;
|
|
8
8
|
var enUs = exports.enUs = {
|
|
9
9
|
fmt_role_host: 'Host',
|
|
10
|
-
//****************** ls ******************
|
|
11
10
|
fmt_role_participant: 'Attendees',
|
|
12
11
|
fmt_role_cohost: 'Co-host',
|
|
13
12
|
fmt_participants_label_participants: 'Member List',
|
|
@@ -20,7 +19,6 @@ var enUs = exports.enUs = {
|
|
|
20
19
|
fmt_participants_member_button_mute: 'Mute',
|
|
21
20
|
fmt_participants_member_button_unmute: 'Unmute',
|
|
22
21
|
fmt_participants_member_button_more: 'More',
|
|
23
|
-
//****************** 参会者 ******************
|
|
24
22
|
fmt_attendies_options_muteall: 'Mute all attendees in the meeting room',
|
|
25
23
|
fmt_attendies_button_muteall: 'Mute all',
|
|
26
24
|
fmt_participants_window_mute_interpreter: 'You are muting the interpreter. Do you want to continue?',
|
|
@@ -252,7 +250,6 @@ var enUs = exports.enUs = {
|
|
|
252
250
|
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',
|
|
253
251
|
fmt_broadcast_livestream_button_hide: 'Hide',
|
|
254
252
|
fmt_broadcast_livestream_button_show: 'Show',
|
|
255
|
-
//****************** 设备检测&管理 ******************
|
|
256
253
|
fmt_device_label_audio_mute: 'Mute',
|
|
257
254
|
fmt_device_label_audio_unmute: 'Unmute',
|
|
258
255
|
fmt_device_label_video_start: 'Open Camera',
|
|
@@ -284,7 +281,6 @@ var enUs = exports.enUs = {
|
|
|
284
281
|
fmt_status_label_saysomething: 'Say Something',
|
|
285
282
|
fmt_status_label_stoprecord: 'Stop Recording',
|
|
286
283
|
fmt_status_label_rotation: 'reverse lens',
|
|
287
|
-
//****************** 入会检测 ******************
|
|
288
284
|
fmt_sip_button_unmute: 'Request to unmute',
|
|
289
285
|
fmt_sip_button_opencamera: 'Request to open camera',
|
|
290
286
|
fmt_sip_button_topup: 'Top up',
|
|
@@ -683,28 +679,19 @@ var enUs = exports.enUs = {
|
|
|
683
679
|
fmt_meetinginfo_duration_1: '%1$d minute',
|
|
684
680
|
fmt_meetinginfo_duration_2: '%1$d hour and %2$d minutes',
|
|
685
681
|
fmt_meetinginfo_duration_2_no_min: '%1$d hour',
|
|
686
|
-
//标签
|
|
687
682
|
fmt_information_label_lockmeeting: 'Lock Meeting',
|
|
688
|
-
//提示
|
|
689
683
|
fmt_information_tips_lockedbyhost: 'The {reason1} has locked the meeting and no one else is allowed to join',
|
|
690
|
-
//提示
|
|
691
684
|
fmt_information_tips_copysuccess: 'Copy successful (?)',
|
|
692
|
-
//提示
|
|
693
685
|
fmt_information_tips_copyfailed: 'Copy failed (?)',
|
|
694
|
-
//标签
|
|
695
686
|
fmt_information_label_sharemeetingnumber: 'Share meeting number or invitation link',
|
|
696
|
-
//提示
|
|
697
687
|
fmt_additional_tips_invitationfailed: 'Invitation link copying failed',
|
|
698
|
-
//提示
|
|
699
688
|
fmt_additional_tips_invitation: 'The invitation link has been copied to the clipboard',
|
|
700
689
|
fmt_sharing_button_copydetailed: 'Copy detailed',
|
|
701
690
|
fmt_sharing_label_invitationlink: 'link',
|
|
702
691
|
fmt_sharing_tips_copyto_clipboard: 'invite information copied to clipboard',
|
|
703
692
|
fmt_sharing_tips_copyfull_failed: 'invite information copied failed',
|
|
704
693
|
fmt_sharing_label_invitationdetailed: '{reason1} invites you to join the meeting, the meeting topic: {reason2}, the meeting time: {reason3}, the meeting link: {reason4}',
|
|
705
|
-
//通知
|
|
706
694
|
fmt_information_tips_meeting_inprogress: 'Meeting in progress',
|
|
707
|
-
//通知
|
|
708
695
|
fmt_information_tips_click_return_meeting: 'Click to return to the meeting interface',
|
|
709
696
|
fmt_information_label_s_fast_meeting: "'s Fast Meeting",
|
|
710
697
|
fmt_networkstatus_window_title: 'Network connections',
|
|
@@ -763,7 +750,6 @@ var enUs = exports.enUs = {
|
|
|
763
750
|
fmt_failure_popup_label_crash_tips: 'The app is crashing, please close the app and try again.',
|
|
764
751
|
fmt_failure_popup_button_close_app: 'Close the app',
|
|
765
752
|
fmt_failure_popup_button_refresh: 'Refresh',
|
|
766
|
-
//****************** 设置 ******************
|
|
767
753
|
fmt_settings_option_setting: 'Setting',
|
|
768
754
|
fmt_settings_option_general: 'General',
|
|
769
755
|
fmt_settings_option_about_us: 'About US',
|
|
@@ -898,7 +884,6 @@ var enUs = exports.enUs = {
|
|
|
898
884
|
fmt_internalsetting_room_window_switched: 'Switch to {reason1}',
|
|
899
885
|
fmt_internalsetting_labels_Network_type: 'Network type',
|
|
900
886
|
fmt_internalsetting_labels_resolving_power: 'Resolution',
|
|
901
|
-
//****************** 设置提示部分 ******************
|
|
902
887
|
fmt_settings_labels_sidebar: 'Sidebar',
|
|
903
888
|
fmt_settings_labels_fold: 'Fold',
|
|
904
889
|
fmt_settings_labels_theme: 'Theme',
|
|
@@ -934,7 +919,6 @@ var enUs = exports.enUs = {
|
|
|
934
919
|
fmt_settings_popup_label_link_audio_to_hear_others: 'In order to hear other users, please join the meeting using cell phone audio',
|
|
935
920
|
fmt_settings_popup_label_select_audio: 'Select audio',
|
|
936
921
|
fmt_settings_popup_label_audio_not_connect_click_select: 'Audio not connected, please click to select',
|
|
937
|
-
//****************** 直播 ******************
|
|
938
922
|
fmt_live_label_thirdplatform: 'Live streaming to third-party platforms',
|
|
939
923
|
fmt_live_label_videostreamingurl: 'Video streaming URL',
|
|
940
924
|
fmt_live_inputtips_videostreamingurl: 'Please enter the video stream URL',
|
|
@@ -952,7 +936,6 @@ var enUs = exports.enUs = {
|
|
|
952
936
|
fmt_live_label_copylink: 'Copy live streaming link',
|
|
953
937
|
fmt_tips_button_Stopsteaming: 'Stop live',
|
|
954
938
|
fmt_live_label_push_platform: 'Push the meeting to the specified live platform',
|
|
955
|
-
//****************** 录制 ******************
|
|
956
939
|
fmt_record_button_Cloudrecording: 'Record',
|
|
957
940
|
fmt_record_button_Localrecording: 'Local recording',
|
|
958
941
|
fmt_record_button_pauserecording: 'Pause',
|
|
@@ -1245,7 +1228,6 @@ var enUs = exports.enUs = {
|
|
|
1245
1228
|
fmt_ai_subtitles_setting_label_listening_no_content: 'No content yet',
|
|
1246
1229
|
fmt_ai_transcriptions_sidebar_button_stop_translation: 'Stop transcribing',
|
|
1247
1230
|
fmt_ai_transcriptions_sidebar_button_start_translation: 'Start transcribing',
|
|
1248
|
-
//****************** AI会议纪要 ******************
|
|
1249
1231
|
fmt_ai_summary_create_option_create_summary: 'Create meeting summary for the meeting',
|
|
1250
1232
|
fmt_ai_summary_create_labels_meeting_list: 'List of meetings',
|
|
1251
1233
|
fmt_ai_summary_create_labels_valid_records: 'Only the last 2 days of meeting summaries are displayed',
|
|
@@ -1269,7 +1251,6 @@ var enUs = exports.enUs = {
|
|
|
1269
1251
|
fmt_ai_summary_setting_option_meeting_assistant: 'Meeting Assistant',
|
|
1270
1252
|
fmt_ai_summary_setting_option_teacher: 'Teacher',
|
|
1271
1253
|
fmt_ai_summary_setting_option_sales_manager: 'Sales Manager',
|
|
1272
|
-
//****************** 会前设置页 ******************
|
|
1273
1254
|
fmt_premeeting_setting_mobile_label_settings: 'Settings',
|
|
1274
1255
|
fmt_premeeting_setting_mobile_label_host_settings: 'Meeting host settings when joining a meeting',
|
|
1275
1256
|
fmt_premeeting_setting_mobile_swtich_mute_when_join: 'Mute when joining a meeting ',
|
|
@@ -1322,7 +1303,6 @@ var enUs = exports.enUs = {
|
|
|
1322
1303
|
fmt_premeeting_setting_mobile_popup_button_cancel: 'Cancel',
|
|
1323
1304
|
fmt_premeeting_setting_mobile_popup_button_log_out: 'Log out ',
|
|
1324
1305
|
fmt_premeeting_setting_mobile_button_log_out_confirm: 'Confirm',
|
|
1325
|
-
//****************** 首页 ******************
|
|
1326
1306
|
fmt_premeeting_joinroom_mobile_button_upandin: 'Sign up and log in',
|
|
1327
1307
|
fmt_premeeting_joinroom_mobile_label_flexible_meeting: 'Flexible Meeting',
|
|
1328
1308
|
fmt_premeeting_joinroom_mobile_label_enterprise_account: 'Enterprise account',
|
|
@@ -1340,7 +1320,6 @@ var enUs = exports.enUs = {
|
|
|
1340
1320
|
fmt_premeeting_joinroom_mobile_button_confirm_exit: 'Confirm to exit',
|
|
1341
1321
|
fmt_premeeting_joinroom_mobile_button_cancel: 'Cancel',
|
|
1342
1322
|
fmt_premeeting_joinroom_mobile_label_rename: 'Rename',
|
|
1343
|
-
//****************** 水印(移动) ******************
|
|
1344
1323
|
fmt_security_setting_mobile_label_watermark: 'Watermark',
|
|
1345
1324
|
fmt_security_setting_mobile_label_watermark_style: 'Watermark style',
|
|
1346
1325
|
fmt_security_setting_mobile_option_watermark_style_single: 'Single line',
|
|
@@ -1359,12 +1338,10 @@ var enUs = exports.enUs = {
|
|
|
1359
1338
|
fmt_security_setting_mobile_chat_popup_option_all: 'All',
|
|
1360
1339
|
fmt_security_setting_mobile_chat_popup_option_all_chat: 'All public and private chats',
|
|
1361
1340
|
fmt_security_mobile_mainwindow_label_watermark: '{reason1}{reason1}',
|
|
1362
|
-
//****************** 安全(移动) ******************
|
|
1363
1341
|
fmt_security_setting_mobile_label_security: 'Security',
|
|
1364
1342
|
fmt_security_setting_mobile_label_security_label: 'SECURITY',
|
|
1365
1343
|
fmt_security_setting_mobile_label_lock_meeting: 'Lock Meeting',
|
|
1366
1344
|
fmt_security_setting_mobile_label_waiting_room: 'Waiting Room',
|
|
1367
|
-
//****************** 安全 ******************
|
|
1368
1345
|
fmt_security_setting_label_security_setting: 'Meeting Security Setting',
|
|
1369
1346
|
fmt_security_setting_label_lock_meeting: 'Lock Meeting',
|
|
1370
1347
|
fmt_security_setting_label_waiting_room: 'Attendees must first enter the waiting room',
|
|
@@ -1387,7 +1364,6 @@ var enUs = exports.enUs = {
|
|
|
1387
1364
|
fmt_security_mainwindow_label_watermark: '{reason1}{reason1}',
|
|
1388
1365
|
fmt_security_mainwindow_label_toast_unmute_not_allow: 'Hosts/co-hosts not allowed to unmute themselves',
|
|
1389
1366
|
fmt_security_mainwindow_label_toast_name_change_not_allow: 'Hosts/co-hosts are not allowed to change their own name',
|
|
1390
|
-
//****************** 设置 ******************
|
|
1391
1367
|
fmt_premeeting_setting_label_settings: 'Setting',
|
|
1392
1368
|
fmt_premeeting_setting_label_normal: 'Normal',
|
|
1393
1369
|
fmt_premeeting_setting_label_voice_motivation: 'Voice Motivation',
|
|
@@ -1489,7 +1465,6 @@ var enUs = exports.enUs = {
|
|
|
1489
1465
|
fmt_meeting_mainwidow_version_popup_label_new_version_ready: 'New Version is Ready',
|
|
1490
1466
|
fmt_meeting_mainwindow_version_popup_label_experience_after_restarting: 'Experience it after restarting the application ({reason1})',
|
|
1491
1467
|
fmt_meeting_mainwindow_version_popup_button_restart_application: 'Restart Application',
|
|
1492
|
-
//****************** 同声传译-PC ******************
|
|
1493
1468
|
fmt_interpretation_setting_controller_option_simultaneous_interpretation: 'Simultaneous Interpretation',
|
|
1494
1469
|
fmt_interpretation_setting_controller_toast_turn_on_simultaneous_interpretation: 'Turn on Simultaneous Interpretation',
|
|
1495
1470
|
fmt_interpretation_setting_controller_toast_turn_off_simultaneous_interpretation: 'Turn off Simultaneous Interpretation',
|
|
@@ -1548,7 +1523,6 @@ var enUs = exports.enUs = {
|
|
|
1548
1523
|
fmt_interpretation_mainwindow_toast_label_turn_off_interpret: 'You have turned off simultaneous interpretation',
|
|
1549
1524
|
fmt_interpretation_interpreter_popup_special_host: 'Cohost',
|
|
1550
1525
|
fmt_interpretation_interpreter_popup_special_co_host: 'Host',
|
|
1551
|
-
//****************** 同声传译-mobile ******************
|
|
1552
1526
|
fmt_interpretation_mobile_setting_controller_option_interpret: 'simultaneous interpretation',
|
|
1553
1527
|
fmt_interpretation_mobile_setting_controller_label_interpret: 'simultaneous interpretation',
|
|
1554
1528
|
fmt_interpretation_mobile_setting_controller_toast_label_setting_by_one: '{reason1} may be setting up this function',
|
|
@@ -1592,7 +1566,6 @@ var enUs = exports.enUs = {
|
|
|
1592
1566
|
fmt_interpretation_mobile_controller_popup_button_interpret_setting: 'Simultaneous interpretation settings',
|
|
1593
1567
|
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.',
|
|
1594
1568
|
fmt_interpretation_mobile_meeting_win_label_translator: 'TRANS.',
|
|
1595
|
-
//****************** 免密登陆 ******************
|
|
1596
1569
|
fmt_meeting_creatpage_label_smart_meeting: 'Flexible Meetings',
|
|
1597
1570
|
fmt_meeting_creatpage_label_fast_experience: 'Fast Experience',
|
|
1598
1571
|
fmt_meeting_creatpage_button_create_meeting: 'Create a Meeting',
|
|
@@ -1644,7 +1617,6 @@ var enUs = exports.enUs = {
|
|
|
1644
1617
|
fmt_link_invitation_password: 'The meeting password: {reason1}',
|
|
1645
1618
|
fmt_meeting_creatpage_toast_password_only_contain: 'Password can only contain numbers, letters and symbols',
|
|
1646
1619
|
fmt_meeting_creatpage_toast_password_only_six: 'Membership password length is 6 digits',
|
|
1647
|
-
//****************** 翻译语言 ******************
|
|
1648
1620
|
fmt_translate_language_chinese: 'Chinese',
|
|
1649
1621
|
fmt_translate_language_english: 'English',
|
|
1650
1622
|
fmt_translate_language_japanese: 'Japanese',
|
|
@@ -1679,9 +1651,6 @@ var enUs = exports.enUs = {
|
|
|
1679
1651
|
fmt_translate_language_vietnamese_mini: 'VI',
|
|
1680
1652
|
fmt_translate_language_malay_mini: 'MS',
|
|
1681
1653
|
fmt_translate_language_turkish_mini: 'TR',
|
|
1682
|
-
//****************** 分组 ******************
|
|
1683
|
-
|
|
1684
|
-
// web
|
|
1685
1654
|
fmt_group_mainwindow_sidebar_button_group_discuss: 'Breakout Groups',
|
|
1686
1655
|
fmt_group_mainwindow_sidebar_label_group_discuss_on: 'Open Subgroup',
|
|
1687
1656
|
fmt_group_mainwindow_sidebar_label_group_discuss_off: 'Close Subgroup',
|
|
@@ -1811,7 +1780,6 @@ var enUs = exports.enUs = {
|
|
|
1811
1780
|
fmt_group_mainwindow_breakout_room_count_popup_button_back_main: 'Return to the main room',
|
|
1812
1781
|
fmt_group_popup_creat_next_label_end_after_count: 'All breakout sessions will end automatically after the countdown.',
|
|
1813
1782
|
fmt_group_popup_creat_next_label_back_main_after_count_auto: 'You will return to the main room',
|
|
1814
|
-
//移动
|
|
1815
1783
|
fmt_mobile_group_function_button_breakout_group: 'Breakout Group',
|
|
1816
1784
|
fmt_mobile_group_sidebar_button_leave_group: 'Leaving Group',
|
|
1817
1785
|
fmt_mobile_group_creat_label_creat_group: 'Create Grouping',
|
|
@@ -1902,18 +1870,15 @@ var enUs = exports.enUs = {
|
|
|
1902
1870
|
fmt_mobile_group_breakout_room_label_finishi_after_timer: 'All breakout sessions will end automatically after the countdown.',
|
|
1903
1871
|
fmt_mobile_group_breakout_room_label_back_main_auto: 'You will return to the main automated session',
|
|
1904
1872
|
fmt_mobile_group_breakout_room_button_leave_group: 'Leave the breakout group',
|
|
1905
|
-
//****************** h5 单补 ******************
|
|
1906
1873
|
fmt_h_label_more_function: 'More Function',
|
|
1907
1874
|
fmt_h_label_tempor_hide_screen_share: 'When sharing the screen, other participants will be temporarily hidden.',
|
|
1908
1875
|
fmt_h_label_tempor_hide_white_board: 'When sharing the whiteboard, other participants will be temporarily hidden.',
|
|
1909
1876
|
fmt_h_tips_host_enabled_waiting_room: 'The host has enabled the waiting room, and you cannot join the meeting at the moment.',
|
|
1910
1877
|
fmt_h_tips_tap_to_play: 'Tap to play',
|
|
1911
|
-
//****************** 错误信息 ******************
|
|
1912
1878
|
fmt_pc_room_not_exist_error: 'The room does not exist or the password is wrong',
|
|
1913
1879
|
fmt_lock_error: 'The host has locked the meeting and no one else can join',
|
|
1914
1880
|
fmt_end_error: 'The meeting has ended',
|
|
1915
1881
|
fmt_host_leave_error: 'The moderator is not in the meeting',
|
|
1916
|
-
//****************** hostkey ******************
|
|
1917
1882
|
fmt_hostkey_window_title_reclaim_host: 'Reclaim host role',
|
|
1918
1883
|
fmt_hostkey_window_content_reclaim_host: '{reason1} is the current host.Reclaiming might cause interruption',
|
|
1919
1884
|
fmt_hostkey_window_button_reclaim_host: 'Reclaim host role',
|
|
@@ -1928,7 +1893,6 @@ var enUs = exports.enUs = {
|
|
|
1928
1893
|
fmt_hostkey_input_hostkey_button_ok: 'OK',
|
|
1929
1894
|
fmt_hostkey_input_hostkey_tips_incorrect_key: 'Incorrect host key',
|
|
1930
1895
|
fmt_hostkey_meetingroom_toast_unable_to_claim_host: 'Unable to claim host role because there is already a host in the meeting',
|
|
1931
|
-
//****************** JBH ******************
|
|
1932
1896
|
fmt_jbh_title_host_not_in_meeting: 'The meeting has not started yet',
|
|
1933
1897
|
fmt_jbh_title_host_in_meeting: 'Please wait.The host will let you into the meeting soon.',
|
|
1934
1898
|
fmt_jbh_title_meeting_topic: 'Meeting Topic'
|
|
@@ -1154,6 +1154,7 @@ export declare const zhCn: {
|
|
|
1154
1154
|
fmt_waitingroom_mobile_memberlist_popup_label_admit_all: string;
|
|
1155
1155
|
fmt_waitingroom_mobile_memberlist_popup_label_sure_to_admit_all: string;
|
|
1156
1156
|
fmt_waitingroom_mobile_memberlist_tips_all_removed: string;
|
|
1157
|
+
fmt_waitingroom_mobile_memberlist_tips_removed: string;
|
|
1157
1158
|
fmt_waitingroom_mobile_memberlist_tips_all_amitted: string;
|
|
1158
1159
|
fmt_waitingroom_mobile_memberlist_label_nocontent: string;
|
|
1159
1160
|
fmt_waitingroom_mobile_chat_label_send_to: string;
|
package/lib/translations/zhCN.js
CHANGED
|
@@ -7,7 +7,6 @@ Object.defineProperty(exports, "__esModule", {
|
|
|
7
7
|
exports.zhCn = void 0;
|
|
8
8
|
var zhCn = exports.zhCn = {
|
|
9
9
|
fmt_role_host: '主持人',
|
|
10
|
-
//****************** ls ******************
|
|
11
10
|
fmt_role_participant: '参会者',
|
|
12
11
|
fmt_role_cohost: '联席主持人',
|
|
13
12
|
fmt_participants_label_participants: '成员列表',
|
|
@@ -20,7 +19,6 @@ var zhCn = exports.zhCn = {
|
|
|
20
19
|
fmt_participants_member_button_mute: '静音',
|
|
21
20
|
fmt_participants_member_button_unmute: '解除静音',
|
|
22
21
|
fmt_participants_member_button_more: '更多',
|
|
23
|
-
//****************** 参会者 ******************
|
|
24
22
|
fmt_attendies_options_muteall: '将所有当前会议室的参会者静音',
|
|
25
23
|
fmt_attendies_button_muteall: '全体静音',
|
|
26
24
|
fmt_participants_window_mute_interpreter: '您正在禁言翻译官,是否要继续?',
|
|
@@ -252,7 +250,6 @@ var zhCn = exports.zhCn = {
|
|
|
252
250
|
fmt_broadcast_livestream_label_stop_pc_only: '只能在电脑端停止直播,但你可复制直播链接给他人',
|
|
253
251
|
fmt_broadcast_livestream_button_hide: '隐藏',
|
|
254
252
|
fmt_broadcast_livestream_button_show: '显示',
|
|
255
|
-
//****************** 设备检测&管理 ******************
|
|
256
253
|
fmt_device_label_audio_mute: '静音',
|
|
257
254
|
fmt_device_label_audio_unmute: '解除静音',
|
|
258
255
|
fmt_device_label_video_start: '开启摄像头',
|
|
@@ -284,7 +281,6 @@ var zhCn = exports.zhCn = {
|
|
|
284
281
|
fmt_status_label_saysomething: '说点什么',
|
|
285
282
|
fmt_status_label_stoprecord: '停止录制',
|
|
286
283
|
fmt_status_label_rotation: '反转镜头',
|
|
287
|
-
//****************** 入会检测 ******************
|
|
288
284
|
fmt_sip_button_unmute: '申请解除静音',
|
|
289
285
|
fmt_sip_button_opencamera: '请求开启摄像头',
|
|
290
286
|
fmt_sip_button_topup: '置顶',
|
|
@@ -683,28 +679,19 @@ var zhCn = exports.zhCn = {
|
|
|
683
679
|
fmt_meetinginfo_duration_1: '%1$d分钟',
|
|
684
680
|
fmt_meetinginfo_duration_2: '%1$d小时%2$d分钟',
|
|
685
681
|
fmt_meetinginfo_duration_2_no_min: '%1$d小时',
|
|
686
|
-
//标签
|
|
687
682
|
fmt_information_label_lockmeeting: '会议锁定',
|
|
688
|
-
//提示
|
|
689
683
|
fmt_information_tips_lockedbyhost: '{reason1}锁定了会议,其他人不可入会',
|
|
690
|
-
//提示
|
|
691
684
|
fmt_information_tips_copysuccess: '复制成功(?)',
|
|
692
|
-
//提示
|
|
693
685
|
fmt_information_tips_copyfailed: '复制失败(?)',
|
|
694
|
-
//标签
|
|
695
686
|
fmt_information_label_sharemeetingnumber: '分享会议号或邀请链接',
|
|
696
|
-
//提示
|
|
697
687
|
fmt_additional_tips_invitationfailed: '邀请链接复制失败',
|
|
698
|
-
//提示
|
|
699
688
|
fmt_additional_tips_invitation: '邀请链接已复制到剪贴板',
|
|
700
689
|
fmt_sharing_button_copydetailed: '复制全部信息',
|
|
701
690
|
fmt_sharing_label_invitationlink: '邀请链接',
|
|
702
691
|
fmt_sharing_tips_copyto_clipboard: '邀请信息已复制到剪贴板',
|
|
703
692
|
fmt_sharing_tips_copyfull_failed: '邀请信息复制失败 ',
|
|
704
693
|
fmt_sharing_label_invitationdetailed: '{reason1} 邀请你加入会议,会议主题:{reason2},会议时间:{reason3},会议链接:{reason4}',
|
|
705
|
-
//通知
|
|
706
694
|
fmt_information_tips_meeting_inprogress: '会议进行中',
|
|
707
|
-
//通知
|
|
708
695
|
fmt_information_tips_click_return_meeting: '点击返回会议界面',
|
|
709
696
|
fmt_information_label_s_fast_meeting: '的快速会议',
|
|
710
697
|
fmt_networkstatus_window_title: '网络连接',
|
|
@@ -763,7 +750,6 @@ var zhCn = exports.zhCn = {
|
|
|
763
750
|
fmt_failure_popup_label_crash_tips: '应用遇到崩溃问题,请关闭应用重试',
|
|
764
751
|
fmt_failure_popup_button_close_app: '关闭应用',
|
|
765
752
|
fmt_failure_popup_button_refresh: '刷新',
|
|
766
|
-
//****************** 设置 ******************
|
|
767
753
|
fmt_settings_option_setting: '设置',
|
|
768
754
|
fmt_settings_option_general: '常规设置',
|
|
769
755
|
fmt_settings_option_about_us: '关于我们',
|
|
@@ -898,7 +884,6 @@ var zhCn = exports.zhCn = {
|
|
|
898
884
|
fmt_internalsetting_room_window_switched: '切换为{reason1}',
|
|
899
885
|
fmt_internalsetting_labels_Network_type: '网络类型',
|
|
900
886
|
fmt_internalsetting_labels_resolving_power: '分辨率',
|
|
901
|
-
//****************** 设置提示部分 ******************
|
|
902
887
|
fmt_settings_labels_sidebar: '侧边栏',
|
|
903
888
|
fmt_settings_labels_fold: '折叠',
|
|
904
889
|
fmt_settings_labels_theme: '主题',
|
|
@@ -934,7 +919,6 @@ var zhCn = exports.zhCn = {
|
|
|
934
919
|
fmt_settings_popup_label_link_audio_to_hear_others: '为了听见其他用户的声音,请使用手机音频加入会议',
|
|
935
920
|
fmt_settings_popup_label_select_audio: '选择音频',
|
|
936
921
|
fmt_settings_popup_label_audio_not_connect_click_select: '未接入声音,请点击选择',
|
|
937
|
-
//****************** 直播 ******************
|
|
938
922
|
fmt_live_label_thirdplatform: '直播至第三方平台',
|
|
939
923
|
fmt_live_label_videostreamingurl: '视频流地址',
|
|
940
924
|
fmt_live_inputtips_videostreamingurl: '请输入视频流URL',
|
|
@@ -952,7 +936,6 @@ var zhCn = exports.zhCn = {
|
|
|
952
936
|
fmt_live_label_copylink: '复制直播链接',
|
|
953
937
|
fmt_tips_button_Stopsteaming: '停止直播',
|
|
954
938
|
fmt_live_label_push_platform: '将会议推送到指定的直播平台',
|
|
955
|
-
//****************** 录制 ******************
|
|
956
939
|
fmt_record_button_Cloudrecording: '云录制',
|
|
957
940
|
fmt_record_button_Localrecording: '本地录制',
|
|
958
941
|
fmt_record_button_pauserecording: '暂停',
|
|
@@ -1178,6 +1161,7 @@ var zhCn = exports.zhCn = {
|
|
|
1178
1161
|
fmt_waitingroom_mobile_memberlist_popup_label_admit_all: '全部准入等候成员',
|
|
1179
1162
|
fmt_waitingroom_mobile_memberlist_popup_label_sure_to_admit_all: '是否允许等候室所有成员加入会议',
|
|
1180
1163
|
fmt_waitingroom_mobile_memberlist_tips_all_removed: '已全部移出',
|
|
1164
|
+
fmt_waitingroom_mobile_memberlist_tips_removed: '已移出',
|
|
1181
1165
|
fmt_waitingroom_mobile_memberlist_tips_all_amitted: '已全部准入会中',
|
|
1182
1166
|
fmt_waitingroom_mobile_memberlist_label_nocontent: '暂无消息',
|
|
1183
1167
|
fmt_waitingroom_mobile_chat_label_send_to: '发送给',
|
|
@@ -1244,7 +1228,6 @@ var zhCn = exports.zhCn = {
|
|
|
1244
1228
|
fmt_ai_subtitles_setting_label_listening_no_content: '暂无内容',
|
|
1245
1229
|
fmt_ai_transcriptions_sidebar_button_stop_translation: '停止转写',
|
|
1246
1230
|
fmt_ai_transcriptions_sidebar_button_start_translation: '开始转写',
|
|
1247
|
-
//****************** AI会议纪要 ******************
|
|
1248
1231
|
fmt_ai_summary_create_option_create_summary: '开会的同时,创建会议纪要',
|
|
1249
1232
|
fmt_ai_summary_create_labels_meeting_list: '会议列表',
|
|
1250
1233
|
fmt_ai_summary_create_labels_valid_records: '只显示最近2天的会议记录',
|
|
@@ -1268,7 +1251,6 @@ var zhCn = exports.zhCn = {
|
|
|
1268
1251
|
fmt_ai_summary_setting_option_meeting_assistant: '会议助手',
|
|
1269
1252
|
fmt_ai_summary_setting_option_teacher: '老师',
|
|
1270
1253
|
fmt_ai_summary_setting_option_sales_manager: '销售员',
|
|
1271
|
-
//****************** 会前设置页 ******************
|
|
1272
1254
|
fmt_premeeting_setting_mobile_label_settings: '设置',
|
|
1273
1255
|
fmt_premeeting_setting_mobile_label_host_settings: '会议管理员入会设置',
|
|
1274
1256
|
fmt_premeeting_setting_mobile_swtich_mute_when_join: '成员入会时静音',
|
|
@@ -1321,7 +1303,6 @@ var zhCn = exports.zhCn = {
|
|
|
1321
1303
|
fmt_premeeting_setting_mobile_popup_button_cancel: '取消',
|
|
1322
1304
|
fmt_premeeting_setting_mobile_popup_button_log_out: '退出当前登录账号',
|
|
1323
1305
|
fmt_premeeting_setting_mobile_button_log_out_confirm: '确定退出',
|
|
1324
|
-
//****************** 首页 ******************
|
|
1325
1306
|
fmt_premeeting_joinroom_mobile_button_upandin: '注册登录',
|
|
1326
1307
|
fmt_premeeting_joinroom_mobile_label_flexible_meeting: '灵动会议',
|
|
1327
1308
|
fmt_premeeting_joinroom_mobile_label_enterprise_account: '企业账号',
|
|
@@ -1339,7 +1320,6 @@ var zhCn = exports.zhCn = {
|
|
|
1339
1320
|
fmt_premeeting_joinroom_mobile_button_confirm_exit: '确定退出',
|
|
1340
1321
|
fmt_premeeting_joinroom_mobile_button_cancel: '取消',
|
|
1341
1322
|
fmt_premeeting_joinroom_mobile_label_rename: '重命名',
|
|
1342
|
-
//****************** 水印(移动) ******************
|
|
1343
1323
|
fmt_security_setting_mobile_label_watermark: '水印',
|
|
1344
1324
|
fmt_security_setting_mobile_label_watermark_style: '水印样式',
|
|
1345
1325
|
fmt_security_setting_mobile_option_watermark_style_single: '单行',
|
|
@@ -1358,12 +1338,10 @@ var zhCn = exports.zhCn = {
|
|
|
1358
1338
|
fmt_security_setting_mobile_chat_popup_option_all: '所有人',
|
|
1359
1339
|
fmt_security_setting_mobile_chat_popup_option_all_chat: '所有公屏聊天和私聊',
|
|
1360
1340
|
fmt_security_mobile_mainwindow_label_watermark: '{reason1}{reason1}',
|
|
1361
|
-
//****************** 安全(移动) ******************
|
|
1362
1341
|
fmt_security_setting_mobile_label_security: '安全',
|
|
1363
1342
|
fmt_security_setting_mobile_label_security_label: 'SECURITY安全',
|
|
1364
1343
|
fmt_security_setting_mobile_label_lock_meeting: '锁定会议',
|
|
1365
1344
|
fmt_security_setting_mobile_label_waiting_room: '等候室',
|
|
1366
|
-
//****************** 安全 ******************
|
|
1367
1345
|
fmt_security_setting_label_security_setting: '会议安全设置',
|
|
1368
1346
|
fmt_security_setting_label_lock_meeting: '锁定会议室',
|
|
1369
1347
|
fmt_security_setting_label_waiting_room: '无权限的参会者入会时先进会议室',
|
|
@@ -1386,7 +1364,6 @@ var zhCn = exports.zhCn = {
|
|
|
1386
1364
|
fmt_security_mainwindow_label_watermark: '{reason1}{reason1}',
|
|
1387
1365
|
fmt_security_mainwindow_label_toast_unmute_not_allow: '主持人/联席主持人不允许自主解除静音',
|
|
1388
1366
|
fmt_security_mainwindow_label_toast_name_change_not_allow: '主持人/联席主持人不允许自我改名',
|
|
1389
|
-
//****************** 设置 ******************
|
|
1390
1367
|
fmt_premeeting_setting_label_settings: '设置',
|
|
1391
1368
|
fmt_premeeting_setting_label_normal: '常规',
|
|
1392
1369
|
fmt_premeeting_setting_label_voice_motivation: '语音激励',
|
|
@@ -1420,7 +1397,7 @@ var zhCn = exports.zhCn = {
|
|
|
1420
1397
|
fmt_premeeting_setting_label_mute_the_microphone_joinning_meeting: '加入会议时将麦克风静音',
|
|
1421
1398
|
fmt_premeeting_setting_label_speaker: '扬声器',
|
|
1422
1399
|
fmt_premeeting_setting_button_test_speaker: '检测扬声器',
|
|
1423
|
-
fmt_premeeting_setting_label_click_test_speaker: '
|
|
1400
|
+
fmt_premeeting_setting_label_click_test_speaker: '点击测试扬声器以确定你可以听到他人的声音',
|
|
1424
1401
|
fmt_premeeting_setting_button_pause: '暂停播放',
|
|
1425
1402
|
fmt_premeeting_setting_label_change_speaker: '如果你无法听到测试音,请更换扬声器',
|
|
1426
1403
|
fmt_premeeting_setting_label_output_level: '输出级别',
|
|
@@ -1486,7 +1463,6 @@ var zhCn = exports.zhCn = {
|
|
|
1486
1463
|
fmt_meeting_mainwidow_version_popup_label_new_version_ready: '新版本已就绪',
|
|
1487
1464
|
fmt_meeting_mainwindow_version_popup_label_experience_after_restarting: '重启应用后可体验({reason1})',
|
|
1488
1465
|
fmt_meeting_mainwindow_version_popup_button_restart_application: '重启应用',
|
|
1489
|
-
//****************** 同声传译-PC ******************
|
|
1490
1466
|
fmt_interpretation_setting_controller_option_simultaneous_interpretation: '同声传译',
|
|
1491
1467
|
fmt_interpretation_setting_controller_toast_turn_on_simultaneous_interpretation: '开启同声传译',
|
|
1492
1468
|
fmt_interpretation_setting_controller_toast_turn_off_simultaneous_interpretation: '关闭同声传译',
|
|
@@ -1545,7 +1521,6 @@ var zhCn = exports.zhCn = {
|
|
|
1545
1521
|
fmt_interpretation_mainwindow_toast_label_turn_off_interpret: '你已关闭了同声传译功能',
|
|
1546
1522
|
fmt_interpretation_interpreter_popup_special_host: '联席',
|
|
1547
1523
|
fmt_interpretation_interpreter_popup_special_co_host: '主持',
|
|
1548
|
-
//****************** 同声传译-mobile ******************
|
|
1549
1524
|
fmt_interpretation_mobile_setting_controller_option_interpret: '同声传译',
|
|
1550
1525
|
fmt_interpretation_mobile_setting_controller_label_interpret: '同声传译',
|
|
1551
1526
|
fmt_interpretation_mobile_setting_controller_toast_label_setting_by_one: '{reason1}可能正在设置该功能',
|
|
@@ -1589,7 +1564,6 @@ var zhCn = exports.zhCn = {
|
|
|
1589
1564
|
fmt_interpretation_mobile_controller_popup_button_interpret_setting: '同声传译设置',
|
|
1590
1565
|
fmt_interpretation_mobile_attendnees_toast_label_channel_close: '您选择的同声传译频道被关闭,已为您切换到原声频道',
|
|
1591
1566
|
fmt_interpretation_mobile_meeting_win_label_translator: '翻译官',
|
|
1592
|
-
//****************** 免密登陆 ******************
|
|
1593
1567
|
fmt_meeting_creatpage_label_smart_meeting: '灵动会议',
|
|
1594
1568
|
fmt_meeting_creatpage_label_fast_experience: '快速体验',
|
|
1595
1569
|
fmt_meeting_creatpage_button_create_meeting: '创建会议',
|
|
@@ -1641,7 +1615,6 @@ var zhCn = exports.zhCn = {
|
|
|
1641
1615
|
fmt_link_invitation_password: '会议密码:{reason1}',
|
|
1642
1616
|
fmt_meeting_creatpage_toast_password_only_contain: '密码只能包含数字、字母和符号',
|
|
1643
1617
|
fmt_meeting_creatpage_toast_password_only_six: '入会密码长度为6位',
|
|
1644
|
-
//****************** 翻译语言 ******************
|
|
1645
1618
|
fmt_translate_language_chinese: '中文',
|
|
1646
1619
|
fmt_translate_language_english: '英文',
|
|
1647
1620
|
fmt_translate_language_japanese: '日语',
|
|
@@ -1676,9 +1649,6 @@ var zhCn = exports.zhCn = {
|
|
|
1676
1649
|
fmt_translate_language_vietnamese_mini: '越',
|
|
1677
1650
|
fmt_translate_language_malay_mini: 'MS',
|
|
1678
1651
|
fmt_translate_language_turkish_mini: 'TR',
|
|
1679
|
-
//****************** 分组 ******************
|
|
1680
|
-
|
|
1681
|
-
// web
|
|
1682
1652
|
fmt_group_mainwindow_sidebar_button_group_discuss: '分组讨论',
|
|
1683
1653
|
fmt_group_mainwindow_sidebar_label_group_discuss_on: '开启分组',
|
|
1684
1654
|
fmt_group_mainwindow_sidebar_label_group_discuss_off: '关闭分组',
|
|
@@ -1808,7 +1778,6 @@ var zhCn = exports.zhCn = {
|
|
|
1808
1778
|
fmt_group_mainwindow_breakout_room_count_popup_button_back_main: '返回主会场',
|
|
1809
1779
|
fmt_group_popup_creat_next_label_end_after_count: '所有分组讨论将在倒计时后自动结束',
|
|
1810
1780
|
fmt_group_popup_creat_next_label_back_main_after_count_auto: '你将自动返回主会场',
|
|
1811
|
-
//移动
|
|
1812
1781
|
fmt_mobile_group_function_button_breakout_group: '分组',
|
|
1813
1782
|
fmt_mobile_group_sidebar_button_leave_group: '离开分组',
|
|
1814
1783
|
fmt_mobile_group_creat_label_creat_group: '创建分组',
|
|
@@ -1899,18 +1868,15 @@ var zhCn = exports.zhCn = {
|
|
|
1899
1868
|
fmt_mobile_group_breakout_room_label_finishi_after_timer: '所有分组讨论将在倒计时后自动结束',
|
|
1900
1869
|
fmt_mobile_group_breakout_room_label_back_main_auto: '你将返回自动主会场',
|
|
1901
1870
|
fmt_mobile_group_breakout_room_button_leave_group: '离开讨论组',
|
|
1902
|
-
//****************** h5 单补 ******************
|
|
1903
1871
|
fmt_h_label_more_function: '更多功能',
|
|
1904
1872
|
fmt_h_label_tempor_hide_screen_share: '在屏幕共享时,会暂时隐藏其它参会者',
|
|
1905
1873
|
fmt_h_label_tempor_hide_white_board: '在白板共享时,会暂时隐藏其他参会者',
|
|
1906
1874
|
fmt_h_tips_host_enabled_waiting_room: '管理员已开启等候室,暂时无法加入会议',
|
|
1907
1875
|
fmt_h_tips_tap_to_play: '轻触进行播放',
|
|
1908
|
-
//****************** 错误信息 ******************
|
|
1909
1876
|
fmt_pc_room_not_exist_error: '房间不存在或密码错误',
|
|
1910
1877
|
fmt_lock_error: '主持人锁定了会议,其他人不可入会',
|
|
1911
1878
|
fmt_end_error: '会议已结束',
|
|
1912
1879
|
fmt_host_leave_error: '主持人不在会议中',
|
|
1913
|
-
//****************** hostkey ******************
|
|
1914
1880
|
fmt_hostkey_window_title_reclaim_host: '收回主持人权限',
|
|
1915
1881
|
fmt_hostkey_window_content_reclaim_host: '{reason1}为当前会议主持人,收回权限可能会中断主持人部份操作',
|
|
1916
1882
|
fmt_hostkey_window_button_reclaim_host: '收回主持人权限',
|
|
@@ -1925,7 +1891,6 @@ var zhCn = exports.zhCn = {
|
|
|
1925
1891
|
fmt_hostkey_input_hostkey_button_ok: '确定',
|
|
1926
1892
|
fmt_hostkey_input_hostkey_tips_incorrect_key: '密钥错误',
|
|
1927
1893
|
fmt_hostkey_meetingroom_toast_unable_to_claim_host: '会议已有主持人,无法通过密钥获取主持人权限',
|
|
1928
|
-
//****************** JBH ******************
|
|
1929
1894
|
fmt_jbh_title_host_not_in_meeting: '会议未开始,等待主持人进入',
|
|
1930
1895
|
fmt_jbh_title_host_in_meeting: '请稍等,主持人即将邀请您入会',
|
|
1931
1896
|
fmt_jbh_title_meeting_topic: '会议主题'
|
package/lib/type.js
CHANGED
|
@@ -30,21 +30,9 @@ var _fcrCore = require("fcr-core");
|
|
|
30
30
|
* FcrUIExitReason enum represents the reason for exiting a UI scene.
|
|
31
31
|
*/
|
|
32
32
|
var FcrUIExitReason = exports.FcrUIExitReason = /*#__PURE__*/function (FcrUIExitReason) {
|
|
33
|
-
/**
|
|
34
|
-
* The user leaves the room.
|
|
35
|
-
*/
|
|
36
33
|
FcrUIExitReason["LEAVE_ROOM"] = "LEAVE_ROOM";
|
|
37
|
-
/**
|
|
38
|
-
* The user leaves the room due to the room being closed.
|
|
39
|
-
*/
|
|
40
34
|
FcrUIExitReason["CLOSE_ROOM"] = "CLOSE_ROOM";
|
|
41
|
-
/**
|
|
42
|
-
* The user is kicked out of the room.
|
|
43
|
-
*/
|
|
44
35
|
FcrUIExitReason["KICKED_OUT"] = "KICKED_OUT";
|
|
45
|
-
/**
|
|
46
|
-
* The user failed to join the room due to various reasons such as User ID conflict.
|
|
47
|
-
*/
|
|
48
36
|
FcrUIExitReason["ABORTED"] = "ABORTED";
|
|
49
37
|
return FcrUIExitReason;
|
|
50
38
|
}({});
|
|
@@ -81,9 +69,7 @@ var FcrUINotificationContentType = exports.FcrUINotificationContentType = /*#__P
|
|
|
81
69
|
return FcrUINotificationContentType;
|
|
82
70
|
}({});
|
|
83
71
|
var FcrUIVideoWindowLayoutType = exports.FcrUIVideoWindowLayoutType = /*#__PURE__*/function (FcrUIVideoWindowLayoutType) {
|
|
84
|
-
/** Show a carousel on top and a big video on the rest of the screen. */
|
|
85
72
|
FcrUIVideoWindowLayoutType["Speaker"] = "speaker";
|
|
86
|
-
/** Show videos in grid, filling the screen. */
|
|
87
73
|
FcrUIVideoWindowLayoutType["Gallery"] = "gallery";
|
|
88
74
|
return FcrUIVideoWindowLayoutType;
|
|
89
75
|
}({});
|
package/lib/ui-scene.js
CHANGED
|
@@ -47,6 +47,7 @@ require("core-js/modules/es.number.constructor.js");
|
|
|
47
47
|
require("core-js/modules/es.object.to-string.js");
|
|
48
48
|
require("core-js/modules/es.promise.js");
|
|
49
49
|
require("core-js/modules/es.promise.finally.js");
|
|
50
|
+
require("core-js/modules/esnext.async-iterator.for-each.js");
|
|
50
51
|
require("core-js/modules/esnext.iterator.constructor.js");
|
|
51
52
|
require("core-js/modules/esnext.iterator.for-each.js");
|
|
52
53
|
require("core-js/modules/web.dom-collections.for-each.js");
|
|
@@ -119,7 +119,8 @@ export declare enum FcrUIAction {
|
|
|
119
119
|
ENABLE_WAITING_ROOM = 61,
|
|
120
120
|
SET_SHARE_WITH_AUDIO = 62,
|
|
121
121
|
CLOSE_VIDEO_WINDOW = 63,
|
|
122
|
-
OPEN_CONFIRM = 64
|
|
122
|
+
OPEN_CONFIRM = 64,
|
|
123
|
+
OPEN_TOP_VIDEO_WINDOW = 65
|
|
123
124
|
}
|
|
124
125
|
export declare enum FcrUIDialogKey {
|
|
125
126
|
DEVICE_SETTINGS = "device-settings",
|
|
@@ -6,13 +6,7 @@ Object.defineProperty(exports, "__esModule", {
|
|
|
6
6
|
});
|
|
7
7
|
exports.FcrUIVideoWindowPinType = exports.FcrUIRoomControlType = exports.FcrUIRendererEventAction = exports.FcrUIParticipantType = exports.FcrUIHighlightElement = exports.FcrUIDialogKey = exports.FcrUIAction = void 0;
|
|
8
8
|
var FcrUIRendererEventAction = exports.FcrUIRendererEventAction = /*#__PURE__*/function (FcrUIRendererEventAction) {
|
|
9
|
-
/**
|
|
10
|
-
* Indicates that the fragment has been loaded.
|
|
11
|
-
*/
|
|
12
9
|
FcrUIRendererEventAction["FRAGMENT_LOADED"] = "FRAGMENT_LOADED";
|
|
13
|
-
/**
|
|
14
|
-
* Indicates that the fragment has been closed.
|
|
15
|
-
*/
|
|
16
10
|
FcrUIRendererEventAction["FRAGMENT_CLOSED"] = "FRAGMENT_CLOSED";
|
|
17
11
|
FcrUIRendererEventAction["POWER_MONITOR_LOCK_SCREEN"] = "POWER_MONITOR_LOCK_SCREEN";
|
|
18
12
|
FcrUIRendererEventAction["POWER_MONITOR_SUSPEND"] = "POWER_MONITOR_SUSPEND";
|
|
@@ -75,7 +69,6 @@ var FcrUIAction = exports.FcrUIAction = /*#__PURE__*/function (FcrUIAction) {
|
|
|
75
69
|
FcrUIAction[FcrUIAction["START_SHARE_SCREEN"] = 6] = "START_SHARE_SCREEN";
|
|
76
70
|
FcrUIAction[FcrUIAction["STOP_SHARE_SCREEN"] = 7] = "STOP_SHARE_SCREEN";
|
|
77
71
|
FcrUIAction[FcrUIAction["TOGGLE_LAYOUT"] = 8] = "TOGGLE_LAYOUT";
|
|
78
|
-
// LAYOUT_CHANGED,
|
|
79
72
|
FcrUIAction[FcrUIAction["SET_MAIN_SPEAKER"] = 9] = "SET_MAIN_SPEAKER";
|
|
80
73
|
FcrUIAction[FcrUIAction["OPEN_DEVICE_SETTING"] = 10] = "OPEN_DEVICE_SETTING";
|
|
81
74
|
FcrUIAction[FcrUIAction["OPEN_DEVICE_SETTING_DIALOG"] = 11] = "OPEN_DEVICE_SETTING_DIALOG";
|
|
@@ -132,6 +125,7 @@ var FcrUIAction = exports.FcrUIAction = /*#__PURE__*/function (FcrUIAction) {
|
|
|
132
125
|
FcrUIAction[FcrUIAction["SET_SHARE_WITH_AUDIO"] = 62] = "SET_SHARE_WITH_AUDIO";
|
|
133
126
|
FcrUIAction[FcrUIAction["CLOSE_VIDEO_WINDOW"] = 63] = "CLOSE_VIDEO_WINDOW";
|
|
134
127
|
FcrUIAction[FcrUIAction["OPEN_CONFIRM"] = 64] = "OPEN_CONFIRM";
|
|
128
|
+
FcrUIAction[FcrUIAction["OPEN_TOP_VIDEO_WINDOW"] = 65] = "OPEN_TOP_VIDEO_WINDOW";
|
|
135
129
|
return FcrUIAction;
|
|
136
130
|
}({});
|
|
137
131
|
var FcrUIDialogKey = exports.FcrUIDialogKey = /*#__PURE__*/function (FcrUIDialogKey) {
|
package/lib/utilities/logger.js
CHANGED
|
@@ -8,6 +8,7 @@ exports.trace = exports.getLogger = exports.generateLogObserver = exports.create
|
|
|
8
8
|
require("core-js/modules/es.array.concat.js");
|
|
9
9
|
require("core-js/modules/es.array.for-each.js");
|
|
10
10
|
require("core-js/modules/es.object.to-string.js");
|
|
11
|
+
require("core-js/modules/esnext.async-iterator.for-each.js");
|
|
11
12
|
require("core-js/modules/esnext.iterator.constructor.js");
|
|
12
13
|
require("core-js/modules/esnext.iterator.for-each.js");
|
|
13
14
|
require("core-js/modules/web.dom-collections.for-each.js");
|
|
@@ -10,6 +10,8 @@ require("core-js/modules/es.array.includes.js");
|
|
|
10
10
|
require("core-js/modules/es.array.some.js");
|
|
11
11
|
require("core-js/modules/es.object.to-string.js");
|
|
12
12
|
require("core-js/modules/es.string.includes.js");
|
|
13
|
+
require("core-js/modules/esnext.async-iterator.find.js");
|
|
14
|
+
require("core-js/modules/esnext.async-iterator.some.js");
|
|
13
15
|
require("core-js/modules/esnext.iterator.constructor.js");
|
|
14
16
|
require("core-js/modules/esnext.iterator.find.js");
|
|
15
17
|
require("core-js/modules/esnext.iterator.some.js");
|
|
@@ -11,6 +11,8 @@ require("core-js/modules/es.array.iterator.js");
|
|
|
11
11
|
require("core-js/modules/es.object.to-string.js");
|
|
12
12
|
require("core-js/modules/es.set.js");
|
|
13
13
|
require("core-js/modules/es.string.iterator.js");
|
|
14
|
+
require("core-js/modules/esnext.async-iterator.find.js");
|
|
15
|
+
require("core-js/modules/esnext.async-iterator.for-each.js");
|
|
14
16
|
require("core-js/modules/esnext.iterator.constructor.js");
|
|
15
17
|
require("core-js/modules/esnext.iterator.find.js");
|
|
16
18
|
require("core-js/modules/esnext.iterator.for-each.js");
|
|
@@ -2,6 +2,7 @@ import { AgoraRtcScreenCaptureType, AgoraRtcWindowInfo } from 'agora-rte-sdk/lib
|
|
|
2
2
|
export declare const open: (path: string) => void;
|
|
3
3
|
export declare const close: (path: string) => void;
|
|
4
4
|
export declare const isWindows: () => boolean;
|
|
5
|
+
export declare const isMac: () => boolean;
|
|
5
6
|
export declare const getCurrentSharingWorkArea: (currentShareId: string, currentShareType: AgoraRtcScreenCaptureType, allApplicationWindows: AgoraRtcWindowInfo[]) => {
|
|
6
7
|
x: number;
|
|
7
8
|
y: number;
|
|
@@ -4,12 +4,13 @@ require("core-js/modules/es.object.define-property.js");
|
|
|
4
4
|
Object.defineProperty(exports, "__esModule", {
|
|
5
5
|
value: true
|
|
6
6
|
});
|
|
7
|
-
exports.setInMeetingState = exports.restartApp = exports.releaseSubAllWindowRefs = exports.open = exports.isWindows = exports.handleWillClose = exports.getCurrentSharingWorkArea = exports.close = void 0;
|
|
7
|
+
exports.setInMeetingState = exports.restartApp = exports.releaseSubAllWindowRefs = exports.open = exports.isWindows = exports.isMac = exports.handleWillClose = exports.getCurrentSharingWorkArea = exports.close = void 0;
|
|
8
8
|
require("core-js/modules/es.array.concat.js");
|
|
9
9
|
require("core-js/modules/es.array.find.js");
|
|
10
10
|
require("core-js/modules/es.array.index-of.js");
|
|
11
11
|
require("core-js/modules/es.number.constructor.js");
|
|
12
12
|
require("core-js/modules/es.object.to-string.js");
|
|
13
|
+
require("core-js/modules/esnext.async-iterator.find.js");
|
|
13
14
|
require("core-js/modules/esnext.iterator.constructor.js");
|
|
14
15
|
require("core-js/modules/esnext.iterator.find.js");
|
|
15
16
|
var _type = require("agora-rte-sdk/lib/core/rtc/type");
|
|
@@ -22,6 +23,9 @@ var close = exports.close = function close(path) {
|
|
|
22
23
|
var isWindows = exports.isWindows = function isWindows() {
|
|
23
24
|
return navigator.userAgent.indexOf('Windows') > -1;
|
|
24
25
|
};
|
|
26
|
+
var isMac = exports.isMac = function isMac() {
|
|
27
|
+
return navigator.userAgent.indexOf('Mac') > -1;
|
|
28
|
+
};
|
|
25
29
|
var getCurrentSharingWorkArea = exports.getCurrentSharingWorkArea = function getCurrentSharingWorkArea(currentShareId, currentShareType, allApplicationWindows) {
|
|
26
30
|
var displays = window.runtime.screen.getAllDisplays();
|
|
27
31
|
var bounds = {
|
|
@@ -9,6 +9,8 @@ require("core-js/modules/es.object.define-property.js");
|
|
|
9
9
|
require("core-js/modules/es.object.get-own-property-descriptor.js");
|
|
10
10
|
require("core-js/modules/es.object.get-own-property-descriptors.js");
|
|
11
11
|
require("core-js/modules/es.object.to-string.js");
|
|
12
|
+
require("core-js/modules/esnext.async-iterator.filter.js");
|
|
13
|
+
require("core-js/modules/esnext.async-iterator.for-each.js");
|
|
12
14
|
require("core-js/modules/esnext.iterator.constructor.js");
|
|
13
15
|
require("core-js/modules/esnext.iterator.filter.js");
|
|
14
16
|
require("core-js/modules/esnext.iterator.for-each.js");
|
package/lib/utilities/tools.js
CHANGED
|
@@ -29,6 +29,9 @@ require("core-js/modules/es.string.ends-with.js");
|
|
|
29
29
|
require("core-js/modules/es.string.includes.js");
|
|
30
30
|
require("core-js/modules/es.string.match.js");
|
|
31
31
|
require("core-js/modules/es.string.replace.js");
|
|
32
|
+
require("core-js/modules/esnext.async-iterator.find.js");
|
|
33
|
+
require("core-js/modules/esnext.async-iterator.for-each.js");
|
|
34
|
+
require("core-js/modules/esnext.async-iterator.reduce.js");
|
|
32
35
|
require("core-js/modules/esnext.iterator.constructor.js");
|
|
33
36
|
require("core-js/modules/esnext.iterator.find.js");
|
|
34
37
|
require("core-js/modules/esnext.iterator.for-each.js");
|
|
@@ -10,6 +10,8 @@ require("core-js/modules/es.object.get-own-property-descriptor.js");
|
|
|
10
10
|
require("core-js/modules/es.object.get-own-property-descriptors.js");
|
|
11
11
|
require("core-js/modules/es.object.keys.js");
|
|
12
12
|
require("core-js/modules/es.object.to-string.js");
|
|
13
|
+
require("core-js/modules/esnext.async-iterator.filter.js");
|
|
14
|
+
require("core-js/modules/esnext.async-iterator.for-each.js");
|
|
13
15
|
require("core-js/modules/esnext.iterator.constructor.js");
|
|
14
16
|
require("core-js/modules/esnext.iterator.filter.js");
|
|
15
17
|
require("core-js/modules/esnext.iterator.for-each.js");
|