fcr-ui-scene 3.8.0 → 3.8.1-beta
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/lib/base.js +2 -2
- package/lib/electron/bootstrap-sdk.js +6 -6
- package/lib/electron/exit-codes.js +11 -11
- package/lib/electron/hang-detection/manager.js +4 -4
- package/lib/electron/ipc-protocol.js +12 -12
- package/lib/electron/process-manager/event-manager.js +30 -30
- package/lib/electron/process-manager/index.js +88 -88
- package/lib/electron/process-manager/state-manager.js +57 -57
- package/lib/electron/process-manager/types.js +16 -16
- package/lib/electron/sdk-helper.js +3 -3
- package/lib/electron/window-proxy/browser-window-proxy.js +13 -13
- package/lib/electron/window-proxy/main-process-handler.js +14 -14
- package/lib/fragments/annotation/style.css +9 -9
- package/lib/fragments/annotation/toolbar/components/item/style.css +45 -45
- package/lib/fragments/annotation/toolbar/components/panel/style.css +24 -24
- package/lib/fragments/annotation/toolbar/components/tips/style.css +19 -19
- package/lib/fragments/annotation/toolbar/style.css +55 -55
- package/lib/fragments/whiteboard/cursor.css +77 -77
- package/lib/fragments/whiteboard/style.css +4 -4
- package/lib/global.css +62 -62
- package/lib/global.d.ts +27 -27
- package/lib/modules/action-bar/components/chat/index.css +88 -88
- package/lib/modules/action-bar/components/more/index.css +114 -114
- package/lib/modules/action-bar/components/notification-bar/components/interpreter/index.css +58 -58
- package/lib/modules/action-bar/components/notification-bar/components/virtual-image/index.css +56 -56
- package/lib/modules/action-bar/components/notification-bar/index.css +74 -74
- package/lib/modules/action-bar/components/participants/index.css +21 -21
- package/lib/modules/action-bar/components/record/index.css +39 -39
- package/lib/modules/action-bar/components/trigger-output-language/index.css +86 -86
- package/lib/modules/action-bar/components/trigger-subscribe-language/guide-tooltip/index.css +22 -22
- package/lib/modules/action-bar/index.css +358 -358
- package/lib/modules/action-bar/main-scene/view.js +3 -3
- package/lib/modules/audio-stream/index.js +3 -3
- package/lib/modules/caption/draggable-container/index.css +10 -10
- package/lib/modules/caption/view.css +158 -158
- package/lib/modules/chat/components/chat-bar/index.css +89 -89
- package/lib/modules/chat/components/chat-select/index.css +185 -185
- package/lib/modules/chat/index.css +124 -124
- package/lib/modules/components/apps/app-item/index.css +49 -49
- package/lib/modules/components/apps/index.css +9 -9
- package/lib/modules/components/caption-menu/index.css +58 -58
- package/lib/modules/components/caption-menu/steps/index.css +73 -73
- package/lib/modules/components/control-bar/components/loading/index.css +76 -76
- package/lib/modules/components/control-bar/components/progress/style.css +51 -51
- package/lib/modules/components/control-bar/components/switch-theme/index.css +101 -101
- package/lib/modules/components/control-bar/index.css +99 -99
- package/lib/modules/components/device-control/index.css +177 -177
- package/lib/modules/components/leave-meeting/components/index.css +151 -151
- package/lib/modules/components/leave-meeting/style.css +9 -9
- package/lib/modules/components/member-window/components/member-actions/store.js +22 -22
- package/lib/modules/components/member-window/index.css +502 -502
- package/lib/modules/components/security-menu/index.css +42 -42
- package/lib/modules/components/tab-frame/index.css +40 -40
- package/lib/modules/components/toolbar/components/item/style.css +94 -94
- package/lib/modules/components/toolbar/components/panel/style.css +86 -86
- package/lib/modules/components/toolbar/style.css +85 -85
- package/lib/modules/connection-gateway/components/computer/index.css +12 -12
- package/lib/modules/connection-gateway/components/phone/components/callinfo/index.css +36 -36
- package/lib/modules/connection-gateway/components/phone/components/calling/index.css +72 -72
- package/lib/modules/connection-gateway/components/phone/components/remeber/index.css +10 -10
- package/lib/modules/connection-gateway/components/phone/components/useing/index.css +46 -46
- package/lib/modules/connection-gateway/components/phone/index.css +49 -49
- package/lib/modules/connection-gateway/index.css +6 -6
- package/lib/modules/control-bar/components/meeting-details/index.css +133 -133
- package/lib/modules/control-bar/components/more-actions/index.css +103 -103
- package/lib/modules/control-bar/components/share-audio/index.css +90 -90
- package/lib/modules/control-bar/components/share-state-nav/index.css +79 -79
- package/lib/modules/control-bar/index.css +340 -340
- package/lib/modules/control-bar/index.js +4 -4
- package/lib/modules/control-bar/store.js +8 -8
- package/lib/modules/device-pretest/index.css +123 -123
- package/lib/modules/dialog/components/confirm/index.css +24 -24
- package/lib/modules/dialog/components/dialog-container/index.css +112 -112
- package/lib/modules/dialog/dialogs/confirm/index.css +24 -24
- package/lib/modules/dialog/dialogs/device-setting/index.css +26 -26
- package/lib/modules/dialog/dialogs/interpreter/index.css +30 -30
- package/lib/modules/dialog/dialogs/mute-all/index.css +20 -20
- package/lib/modules/dialog/dialogs/system-preference/index.css +52 -52
- package/lib/modules/dialog/dialogs/widget/index.js +4 -4
- package/lib/modules/dialog/index.css +56 -56
- package/lib/modules/event-toast/index.css +25 -25
- package/lib/modules/interpreter/action/add-btn/index.css +4 -4
- package/lib/modules/interpreter/action/delete-btn/index.css +14 -14
- package/lib/modules/interpreter/action/switch-btn/index.css +3 -3
- package/lib/modules/interpreter/dialog-content/index.css +33 -33
- package/lib/modules/interpreter/footer/index.css +11 -11
- package/lib/modules/interpreter/index.css +4 -4
- package/lib/modules/interpreter/interpreter-list/index.css +8 -8
- package/lib/modules/interpreter/interpreter-list/interpreter-item/components/pick-language/index.css +46 -46
- package/lib/modules/interpreter/interpreter-list/interpreter-item/components/pick-user/index.css +46 -46
- package/lib/modules/interpreter/interpreter-list/interpreter-item/index.css +32 -32
- package/lib/modules/interpreter/loading-wrapper/index.css +53 -53
- package/lib/modules/invite/components/voip-invite.css +26 -26
- package/lib/modules/invite/index.css +331 -331
- package/lib/modules/layout/components/CommonVideoRenderer.js +4 -4
- package/lib/modules/layout/components/index.css +653 -653
- package/lib/modules/layout/index.css +59 -59
- package/lib/modules/layout/store.base.js +5 -5
- package/lib/modules/layout/type.js +5 -5
- package/lib/modules/notification/index.css +77 -77
- package/lib/modules/notification/interpreter-status/index.css +76 -76
- package/lib/modules/participant/components/confirm-input/index.css +4 -4
- package/lib/modules/participant/components/participants/components/footer/components/drop-menu/index.css +83 -83
- package/lib/modules/participant/components/participants/components/render-user/components/attendee/index.css +87 -87
- package/lib/modules/participant/index.css +102 -102
- package/lib/modules/participant/store.base.js +175 -175
- package/lib/modules/pc-audio-connect/index.css +12 -12
- package/lib/modules/phone-audio-connect/components/callinfo/index.css +36 -36
- package/lib/modules/phone-audio-connect/components/calling/index.css +72 -72
- package/lib/modules/phone-audio-connect/components/remeber/index.css +10 -10
- package/lib/modules/phone-audio-connect/components/useing/index.css +46 -46
- package/lib/modules/phone-audio-connect/index.css +56 -56
- package/lib/modules/secondary-window/store.js +7 -7
- package/lib/modules/setting/audio-settings/index.css +195 -195
- package/lib/modules/setting/audio-whiteList/audio-device-adaptation.js +14 -14
- package/lib/modules/setting/audio-whiteList/audio-whiteList-manager.js +6 -6
- package/lib/modules/setting/caption_and_transcribing/index.css +88 -88
- package/lib/modules/setting/general-settings/index.css +41 -41
- package/lib/modules/setting/index.css +112 -112
- package/lib/modules/setting/minutes-settings/index.css +65 -65
- package/lib/modules/setting/state/index.css +207 -207
- package/lib/modules/setting/storage-settings/index.css +91 -91
- package/lib/modules/setting/translate-settings/index.css +47 -47
- package/lib/modules/setting/video-settings/index.css +357 -357
- package/lib/modules/share-screen/components/control-bar/index.css +75 -75
- package/lib/modules/share-screen/components/selection/index.css +73 -73
- package/lib/modules/share-screen/components/share-state-bar/index.css +76 -76
- package/lib/modules/share-screen/index.js +10 -10
- package/lib/modules/share-screen/store.base.js +2 -2
- package/lib/modules/state-bar/assets/fcr_grid_big.svg +3 -3
- package/lib/modules/state-bar/assets/fcr_listontop_big.svg +3 -3
- package/lib/modules/state-bar/index.css +706 -706
- package/lib/modules/state-bar/main-scene/store.base.js +2 -2
- package/lib/modules/state-bar/meeting-detail.css +137 -137
- package/lib/modules/state-bar/meeting-network-state.css +150 -150
- package/lib/modules/state-bar/waiting-scene/store.base.js +2 -2
- package/lib/modules/subtitles-history/components/settings/index.css +5 -5
- package/lib/modules/subtitles-history/index.css +129 -129
- package/lib/modules/video-window/components/members/index.css +51 -51
- package/lib/modules/video-window/components/speaking/index.css +86 -86
- package/lib/modules/video-window/components/topControl/index.css +35 -35
- package/lib/modules/video-window/index.css +21 -21
- package/lib/modules/video-window/popover-watcher.js +3 -3
- package/lib/modules/video-window/store.js +10 -10
- package/lib/modules/waiting-room-layout/index.css +96 -96
- package/lib/modules/whiteboard/components/control-bar/index.css +52 -52
- package/lib/modules/whiteboard/components/loading/index.css +76 -76
- package/lib/modules/whiteboard/components/multi-window/index.css +63 -63
- package/lib/modules/whiteboard/components/pagination/index.css +228 -228
- package/lib/modules/whiteboard/components/progress/style.css +51 -51
- package/lib/modules/whiteboard/components/switch-theme/index.css +99 -99
- package/lib/modules/whiteboard/components/toolbar/style.css +591 -591
- package/lib/modules/whiteboard/style.css +140 -140
- package/lib/modules/widget/index.css +9 -9
- package/lib/object-manager.js +8 -8
- package/lib/plugins/module-dev-plugin.js +11 -11
- package/lib/providers/ability-provider.js +17 -17
- package/lib/providers/board-share/struct.js +6 -6
- package/lib/providers/dialog/provider.base.js +2 -2
- package/lib/providers/dialog/type.js +3 -3
- package/lib/providers/multi-display-provider.js +4 -4
- package/lib/providers/privilege-provider.js +7 -7
- package/lib/providers/screen-share/provider.base.js +23 -23
- package/lib/providers/screen-share/stream-state-sync.js +18 -18
- package/lib/providers/screen-share/struct.js +24 -24
- package/lib/providers/window/main-window.js +2 -2
- package/lib/providers/window/provider.js +5 -5
- package/lib/providers/window/renderer-window.js +2 -2
- package/lib/schema.js +26 -26
- package/lib/shared-data/meeting-time.js +8 -8
- package/lib/shared-data/setting.js +3 -3
- package/lib/translations/enUS.d.ts +12 -1
- package/lib/translations/enUS.js +22 -19
- package/lib/translations/zhCN.d.ts +12 -1
- package/lib/translations/zhCN.js +20 -17
- package/lib/type.js +21 -21
- package/lib/ui-scene-switch.js +2 -2
- package/lib/utilities/constant.js +6 -6
- package/lib/utilities/renderer.js +8 -8
- package/lib/utilities/shared-storage.js +2 -2
- package/lib/utilities/tools.js +14 -14
- package/package.json +79 -79
- package/public/assets/fcr_chat_reddot.svg +5 -5
- package/public/assets/fcr_grid_big.svg +3 -3
- package/public/assets/fcr_leave2.svg +58 -58
- package/public/assets/fcr_listontop_big.svg +3 -3
- package/public/assets/step-gradient.svg +10 -10
- package/public/fragment.html +10 -10
- package/public/index.html +183 -183
- package/public/meeting-manager.js +405 -405
|
@@ -6,61 +6,61 @@ Object.defineProperty(exports, "__esModule", {
|
|
|
6
6
|
});
|
|
7
7
|
exports.FcrUISelectionBoundsChangeReason = exports.FcrUIScreenShareStopReason = exports.FcrUIScreenShareErrorCode = exports.FcrUIAudioShareErrorCode = void 0;
|
|
8
8
|
var FcrUIScreenShareErrorCode = exports.FcrUIScreenShareErrorCode = /*#__PURE__*/function (FcrUIScreenShareErrorCode) {
|
|
9
|
-
/**
|
|
10
|
-
* 当前已经在共享了,不能开启共享
|
|
9
|
+
/**
|
|
10
|
+
* 当前已经在共享了,不能开启共享
|
|
11
11
|
*/
|
|
12
12
|
FcrUIScreenShareErrorCode[FcrUIScreenShareErrorCode["CONFLICT"] = 1] = "CONFLICT";
|
|
13
|
-
/**
|
|
14
|
-
* 无法创建视频流
|
|
13
|
+
/**
|
|
14
|
+
* 无法创建视频流
|
|
15
15
|
*/
|
|
16
16
|
FcrUIScreenShareErrorCode[FcrUIScreenShareErrorCode["CANNOT_CREATE_STREAM"] = 2] = "CANNOT_CREATE_STREAM";
|
|
17
|
-
/**
|
|
18
|
-
* 无法更新视频流
|
|
17
|
+
/**
|
|
18
|
+
* 无法更新视频流
|
|
19
19
|
*/
|
|
20
20
|
FcrUIScreenShareErrorCode[FcrUIScreenShareErrorCode["CANNOT_UPDATE_STREAM"] = 3] = "CANNOT_UPDATE_STREAM";
|
|
21
|
-
/**
|
|
22
|
-
* 无法开始屏幕采集
|
|
21
|
+
/**
|
|
22
|
+
* 无法开始屏幕采集
|
|
23
23
|
*/
|
|
24
24
|
FcrUIScreenShareErrorCode[FcrUIScreenShareErrorCode["CANNOT_START_SCREEN_CAPTURE"] = 4] = "CANNOT_START_SCREEN_CAPTURE";
|
|
25
|
-
/**
|
|
26
|
-
* 用户取消了屏幕采集启动
|
|
25
|
+
/**
|
|
26
|
+
* 用户取消了屏幕采集启动
|
|
27
27
|
*/
|
|
28
28
|
FcrUIScreenShareErrorCode[FcrUIScreenShareErrorCode["ABORT_START_SCREEN_CAPTURE"] = 5] = "ABORT_START_SCREEN_CAPTURE";
|
|
29
|
-
/**
|
|
30
|
-
* 无发流权限
|
|
29
|
+
/**
|
|
30
|
+
* 无发流权限
|
|
31
31
|
*/
|
|
32
32
|
FcrUIScreenShareErrorCode[FcrUIScreenShareErrorCode["NO_PUBLISH_PRIVILIGE"] = 6] = "NO_PUBLISH_PRIVILIGE";
|
|
33
|
-
/**
|
|
34
|
-
* 无屏幕采集权限
|
|
33
|
+
/**
|
|
34
|
+
* 无屏幕采集权限
|
|
35
35
|
*/
|
|
36
36
|
FcrUIScreenShareErrorCode[FcrUIScreenShareErrorCode["NO_SCREEN_RECORDING_PERMISSION"] = 7] = "NO_SCREEN_RECORDING_PERMISSION";
|
|
37
|
-
/**
|
|
38
|
-
* 网络未连接
|
|
37
|
+
/**
|
|
38
|
+
* 网络未连接
|
|
39
39
|
*/
|
|
40
40
|
FcrUIScreenShareErrorCode[FcrUIScreenShareErrorCode["NETWORK_DISCONNECTED"] = 8] = "NETWORK_DISCONNECTED";
|
|
41
41
|
return FcrUIScreenShareErrorCode;
|
|
42
42
|
}({});
|
|
43
43
|
var FcrUIAudioShareErrorCode = exports.FcrUIAudioShareErrorCode = /*#__PURE__*/function (FcrUIAudioShareErrorCode) {
|
|
44
|
-
/**
|
|
45
|
-
* 无法更新音频流
|
|
44
|
+
/**
|
|
45
|
+
* 无法更新音频流
|
|
46
46
|
*/
|
|
47
47
|
FcrUIAudioShareErrorCode[FcrUIAudioShareErrorCode["CANNOT_UPDATE_STREAM"] = 1] = "CANNOT_UPDATE_STREAM";
|
|
48
48
|
return FcrUIAudioShareErrorCode;
|
|
49
49
|
}({});
|
|
50
50
|
var FcrUIScreenShareStopReason = exports.FcrUIScreenShareStopReason = /*#__PURE__*/function (FcrUIScreenShareStopReason) {
|
|
51
|
-
/**
|
|
52
|
-
* 正常停止
|
|
51
|
+
/**
|
|
52
|
+
* 正常停止
|
|
53
53
|
*/
|
|
54
54
|
FcrUIScreenShareStopReason[FcrUIScreenShareStopReason["NORMAL_STOP"] = 1] = "NORMAL_STOP";
|
|
55
|
-
/**
|
|
56
|
-
* 被其他用户停止
|
|
55
|
+
/**
|
|
56
|
+
* 被其他用户停止
|
|
57
57
|
*/
|
|
58
58
|
FcrUIScreenShareStopReason[FcrUIScreenShareStopReason["STOPPED_BY_OTHER"] = 3] = "STOPPED_BY_OTHER";
|
|
59
59
|
return FcrUIScreenShareStopReason;
|
|
60
60
|
}({});
|
|
61
61
|
var FcrUISelectionBoundsChangeReason = exports.FcrUISelectionBoundsChangeReason = /*#__PURE__*/function (FcrUISelectionBoundsChangeReason) {
|
|
62
|
-
/**
|
|
63
|
-
* 插拔显示器导致的窗口采集边界变化
|
|
62
|
+
/**
|
|
63
|
+
* 插拔显示器导致的窗口采集边界变化
|
|
64
64
|
*/
|
|
65
65
|
FcrUISelectionBoundsChangeReason[FcrUISelectionBoundsChangeReason["DISPLAY_CHANGE"] = 1] = "DISPLAY_CHANGE";
|
|
66
66
|
return FcrUISelectionBoundsChangeReason;
|
|
@@ -55,8 +55,8 @@ function _toPropertyKey(t) { var i = _toPrimitive(t, "string"); return "symbol"
|
|
|
55
55
|
function _toPrimitive(t, r) { if ("object" != _typeof(t) || !t) return t; var e = t[Symbol.toPrimitive]; if (void 0 !== e) { var i = e.call(t, r || "default"); if ("object" != _typeof(i)) return i; throw new TypeError("@@toPrimitive must return a primitive value."); } return ("string" === r ? String : Number)(t); }
|
|
56
56
|
function _setFunctionName(e, t, n) { "symbol" == _typeof(t) && (t = (t = t.description) ? "[" + t + "]" : ""); try { Object.defineProperty(e, "name", { configurable: !0, value: n ? n + " " + t : t }); } catch (e) {} return e; }
|
|
57
57
|
function _checkInRHS(e) { if (Object(e) !== e) throw TypeError("right-hand side of 'in' should be an object, got " + (null !== e ? _typeof(e) : "null")); return e; }
|
|
58
|
-
/**
|
|
59
|
-
* FcrUIWindow的实现类,封装Electron BrowserWindow
|
|
58
|
+
/**
|
|
59
|
+
* FcrUIWindow的实现类,封装Electron BrowserWindow
|
|
60
60
|
*/
|
|
61
61
|
var FcrUICurrentWindowImpl = exports.FcrUICurrentWindowImpl = /*#__PURE__*/function () {
|
|
62
62
|
function FcrUICurrentWindowImpl(_renderer) {
|
|
@@ -63,9 +63,9 @@ function _toPropertyKey(t) { var i = _toPrimitive(t, "string"); return "symbol"
|
|
|
63
63
|
function _toPrimitive(t, r) { if ("object" != _typeof(t) || !t) return t; var e = t[Symbol.toPrimitive]; if (void 0 !== e) { var i = e.call(t, r || "default"); if ("object" != _typeof(i)) return i; throw new TypeError("@@toPrimitive must return a primitive value."); } return ("string" === r ? String : Number)(t); }
|
|
64
64
|
function _setFunctionName(e, t, n) { "symbol" == _typeof(t) && (t = (t = t.description) ? "[" + t + "]" : ""); try { Object.defineProperty(e, "name", { configurable: !0, value: n ? n + " " + t : t }); } catch (e) {} return e; }
|
|
65
65
|
function _checkInRHS(e) { if (Object(e) !== e) throw TypeError("right-hand side of 'in' should be an object, got " + (null !== e ? _typeof(e) : "null")); return e; }
|
|
66
|
-
/**
|
|
67
|
-
* FcrUIWindowProvider的实现类
|
|
68
|
-
* 管理Electron的BrowserWindow实例,对相关API调用做一层封装
|
|
66
|
+
/**
|
|
67
|
+
* FcrUIWindowProvider的实现类
|
|
68
|
+
* 管理Electron的BrowserWindow实例,对相关API调用做一层封装
|
|
69
69
|
*/
|
|
70
70
|
var FcrUIWindowProviderImpl = exports.FcrUIWindowProviderImpl = /*#__PURE__*/function () {
|
|
71
71
|
function FcrUIWindowProviderImpl(_ref) {
|
|
@@ -133,8 +133,8 @@ var FcrUIWindowProviderImpl = exports.FcrUIWindowProviderImpl = /*#__PURE__*/fun
|
|
|
133
133
|
return windowImpl;
|
|
134
134
|
}
|
|
135
135
|
|
|
136
|
-
/**
|
|
137
|
-
* 清理资源
|
|
136
|
+
/**
|
|
137
|
+
* 清理资源
|
|
138
138
|
*/
|
|
139
139
|
}, {
|
|
140
140
|
key: "release",
|
|
@@ -57,8 +57,8 @@ function _toPropertyKey(t) { var i = _toPrimitive(t, "string"); return "symbol"
|
|
|
57
57
|
function _toPrimitive(t, r) { if ("object" != _typeof(t) || !t) return t; var e = t[Symbol.toPrimitive]; if (void 0 !== e) { var i = e.call(t, r || "default"); if ("object" != _typeof(i)) return i; throw new TypeError("@@toPrimitive must return a primitive value."); } return ("string" === r ? String : Number)(t); }
|
|
58
58
|
function _setFunctionName(e, t, n) { "symbol" == _typeof(t) && (t = (t = t.description) ? "[" + t + "]" : ""); try { Object.defineProperty(e, "name", { configurable: !0, value: n ? n + " " + t : t }); } catch (e) {} return e; }
|
|
59
59
|
function _checkInRHS(e) { if (Object(e) !== e) throw TypeError("right-hand side of 'in' should be an object, got " + (null !== e ? _typeof(e) : "null")); return e; }
|
|
60
|
-
/**
|
|
61
|
-
* FcrUIWindow的实现类,封装Electron BrowserWindow
|
|
60
|
+
/**
|
|
61
|
+
* FcrUIWindow的实现类,封装Electron BrowserWindow
|
|
62
62
|
*/
|
|
63
63
|
var FcrUIWindowImpl = exports.FcrUIWindowImpl = /*#__PURE__*/function () {
|
|
64
64
|
function FcrUIWindowImpl(windowName, renderer) {
|
package/lib/schema.js
CHANGED
|
@@ -27,58 +27,58 @@ var fcrUIResourceSchema = exports.fcrUIResourceSchema = _schema.z.object({
|
|
|
27
27
|
soundEffectAudios: fcrUISoundEffectAudiosSchema.optional()
|
|
28
28
|
});
|
|
29
29
|
var fcrUISceneCreatorConfigSchema = exports.fcrUISceneCreatorConfigSchema = _schema.z.object({
|
|
30
|
-
/**
|
|
31
|
-
* The App ID.
|
|
30
|
+
/**
|
|
31
|
+
* The App ID.
|
|
32
32
|
*/
|
|
33
33
|
appId: _schema.stringSchema,
|
|
34
|
-
/**
|
|
35
|
-
* The ID of the user.
|
|
34
|
+
/**
|
|
35
|
+
* The ID of the user.
|
|
36
36
|
*/
|
|
37
37
|
userId: _schema.stringSchema,
|
|
38
|
-
/**
|
|
39
|
-
* The token to join the room.
|
|
38
|
+
/**
|
|
39
|
+
* The token to join the room.
|
|
40
40
|
*/
|
|
41
41
|
token: _schema.stringSchema,
|
|
42
|
-
/**
|
|
43
|
-
* UI Resources such as virtual background images and videos.
|
|
42
|
+
/**
|
|
43
|
+
* UI Resources such as virtual background images and videos.
|
|
44
44
|
*/
|
|
45
45
|
resource: fcrUIResourceSchema.optional(),
|
|
46
|
-
/**
|
|
47
|
-
* Additional parameters.
|
|
46
|
+
/**
|
|
47
|
+
* Additional parameters.
|
|
48
48
|
*/
|
|
49
49
|
parameters: _schema.stringKeyUnknownValueSchema.optional()
|
|
50
50
|
});
|
|
51
51
|
var fcrUISceneConfigSchema = exports.fcrUISceneConfigSchema = _schema.z.object({
|
|
52
|
-
/**
|
|
53
|
-
* The token for authentication.
|
|
52
|
+
/**
|
|
53
|
+
* The token for authentication.
|
|
54
54
|
*/
|
|
55
55
|
roomToken: _schema.stringSchema,
|
|
56
|
-
/**
|
|
57
|
-
* The ID of the room.
|
|
56
|
+
/**
|
|
57
|
+
* The ID of the room.
|
|
58
58
|
*/
|
|
59
59
|
roomId: _schema.stringSchema,
|
|
60
|
-
/**
|
|
61
|
-
* The name of the user.
|
|
60
|
+
/**
|
|
61
|
+
* The name of the user.
|
|
62
62
|
*/
|
|
63
63
|
userName: _schema.stringSchema,
|
|
64
|
-
/**
|
|
65
|
-
* The role of the user.
|
|
64
|
+
/**
|
|
65
|
+
* The role of the user.
|
|
66
66
|
*/
|
|
67
67
|
userRole: fcrUserRoleSchema,
|
|
68
|
-
/**
|
|
69
|
-
* The language of the user interface. Supported languages are: 'en', 'zh'.
|
|
68
|
+
/**
|
|
69
|
+
* The language of the user interface. Supported languages are: 'en', 'zh'.
|
|
70
70
|
*/
|
|
71
71
|
language: _schema.stringSchema,
|
|
72
|
-
/**
|
|
73
|
-
* Flexible properties of the user.
|
|
72
|
+
/**
|
|
73
|
+
* Flexible properties of the user.
|
|
74
74
|
*/
|
|
75
75
|
userProperties: _schema.stringKeyUnknownValueSchema.optional(),
|
|
76
|
-
/**
|
|
77
|
-
* The password for the room.
|
|
76
|
+
/**
|
|
77
|
+
* The password for the room.
|
|
78
78
|
*/
|
|
79
79
|
password: _schema.stringSchema.optional(),
|
|
80
|
-
/**
|
|
81
|
-
* The avator for user.
|
|
80
|
+
/**
|
|
81
|
+
* The avator for user.
|
|
82
82
|
*/
|
|
83
83
|
avatar: _schema.stringSchema.optional()
|
|
84
84
|
});
|
|
@@ -223,9 +223,9 @@ var FcrUIMeetingTimeSharedDataSourceImpl = exports.FcrUIMeetingTimeSharedDataSou
|
|
|
223
223
|
}
|
|
224
224
|
}
|
|
225
225
|
|
|
226
|
-
/**
|
|
227
|
-
* 获取localStorage中有效的进入时间
|
|
228
|
-
* @returns 有效的时间戳或null
|
|
226
|
+
/**
|
|
227
|
+
* 获取localStorage中有效的进入时间
|
|
228
|
+
* @returns 有效的时间戳或null
|
|
229
229
|
*/
|
|
230
230
|
}, {
|
|
231
231
|
key: "_getValidStoredTime",
|
|
@@ -247,9 +247,9 @@ var FcrUIMeetingTimeSharedDataSourceImpl = exports.FcrUIMeetingTimeSharedDataSou
|
|
|
247
247
|
return null;
|
|
248
248
|
}
|
|
249
249
|
|
|
250
|
-
/**
|
|
251
|
-
* 安全地保存进入时间到localStorage
|
|
252
|
-
* @param time 要保存的时间戳
|
|
250
|
+
/**
|
|
251
|
+
* 安全地保存进入时间到localStorage
|
|
252
|
+
* @param time 要保存的时间戳
|
|
253
253
|
*/
|
|
254
254
|
}, {
|
|
255
255
|
key: "_saveEnterTime",
|
|
@@ -261,8 +261,8 @@ var FcrUIMeetingTimeSharedDataSourceImpl = exports.FcrUIMeetingTimeSharedDataSou
|
|
|
261
261
|
}
|
|
262
262
|
}
|
|
263
263
|
|
|
264
|
-
/**
|
|
265
|
-
* 安全地移除localStorage中的进入时间
|
|
264
|
+
/**
|
|
265
|
+
* 安全地移除localStorage中的进入时间
|
|
266
266
|
*/
|
|
267
267
|
}, {
|
|
268
268
|
key: "_removeStoredTime",
|
|
@@ -78,9 +78,9 @@ function _toPropertyKey(t) { var i = _toPrimitive(t, "string"); return "symbol"
|
|
|
78
78
|
function _toPrimitive(t, r) { if ("object" != _typeof(t) || !t) return t; var e = t[Symbol.toPrimitive]; if (void 0 !== e) { var i = e.call(t, r || "default"); if ("object" != _typeof(i)) return i; throw new TypeError("@@toPrimitive must return a primitive value."); } return ("string" === r ? String : Number)(t); }
|
|
79
79
|
function _setFunctionName(e, t, n) { "symbol" == _typeof(t) && (t = (t = t.description) ? "[" + t + "]" : ""); try { Object.defineProperty(e, "name", { configurable: !0, value: n ? n + " " + t : t }); } catch (e) {} return e; }
|
|
80
80
|
function _checkInRHS(e) { if (Object(e) !== e) throw TypeError("right-hand side of 'in' should be an object, got " + (null !== e ? _typeof(e) : "null")); return e; }
|
|
81
|
-
/**
|
|
82
|
-
* FcrUISharedSettingDataSource 接口定义了用于获取和修改共享 UI 设置数据的方法。
|
|
83
|
-
* 通过该接口,可以方便地对自定义设置进行读取和更新操作,适用于管理和维护 UI 相关的共享配置。
|
|
81
|
+
/**
|
|
82
|
+
* FcrUISharedSettingDataSource 接口定义了用于获取和修改共享 UI 设置数据的方法。
|
|
83
|
+
* 通过该接口,可以方便地对自定义设置进行读取和更新操作,适用于管理和维护 UI 相关的共享配置。
|
|
84
84
|
*/
|
|
85
85
|
var _A = /*#__PURE__*/new WeakMap();
|
|
86
86
|
var _B = /*#__PURE__*/new WeakMap();
|
|
@@ -95,6 +95,7 @@ export declare const enUs: {
|
|
|
95
95
|
fmt_additional_label_toast_rename_off: string;
|
|
96
96
|
fmt_attendies_toast_host_enabled_mute: string;
|
|
97
97
|
fmt_attendies_toast_host_turned_off_video: string;
|
|
98
|
+
fmt_attendies_toast_cohost_full: string;
|
|
98
99
|
fmt_actionbar_tips_leavemeeting: string;
|
|
99
100
|
fmt_actionbar_tips_locked: string;
|
|
100
101
|
fmt_actionbar_tips_recheckleave: string;
|
|
@@ -557,6 +558,7 @@ export declare const enUs: {
|
|
|
557
558
|
fmt_screenshare_opposite_side: string;
|
|
558
559
|
fmt_screenshare_continue_share: string;
|
|
559
560
|
fmt_screenshare_cohost_can_not_share_remind: string;
|
|
561
|
+
fmt_screenshare_only_host_sharing: string;
|
|
560
562
|
fmt_screenshare_pop_more: string;
|
|
561
563
|
fmt_screenshare_room_new_screen_share: string;
|
|
562
564
|
fmt_screenshare_room_speaker_spotlight_username: string;
|
|
@@ -601,6 +603,7 @@ export declare const enUs: {
|
|
|
601
603
|
fmt_screenshare_icloud_button_audio_off: string;
|
|
602
604
|
fmt_screenshare_icloud_button_stop_sharing: string;
|
|
603
605
|
fmt_screenshare_toolbar_label_reconnecting: string;
|
|
606
|
+
fmt_screenshare_toast_icloud_file_audio_active: string;
|
|
604
607
|
fmt_screenshare_tips_unenabled: string;
|
|
605
608
|
fmt_screenshare_whiteboard_options_changetheme: string;
|
|
606
609
|
fmt_screenshare_tips_alreadyoriginalsize: string;
|
|
@@ -648,7 +651,6 @@ export declare const enUs: {
|
|
|
648
651
|
fmt_screenshare_whiteboard_button_gotit: string;
|
|
649
652
|
fmt_screenshare_whiteboard_tips_stopped: string;
|
|
650
653
|
fmt_screenshare_whiteboard_tips_cannotjoin: string;
|
|
651
|
-
fmt_screenshare_only_host_sharing: string;
|
|
652
654
|
fmt_screenshare_whiteboard_tips_alreadyopend: string;
|
|
653
655
|
fmt_screenshare_whiteboard_tips_stop_continue: string;
|
|
654
656
|
fmt_whiteboard_labels_colour: string;
|
|
@@ -940,6 +942,7 @@ export declare const enUs: {
|
|
|
940
942
|
fmt_settings_options_audio_on: string;
|
|
941
943
|
fmt_settings_general_label_dual_display: string;
|
|
942
944
|
fmt_settings_tips_dual_display: string;
|
|
945
|
+
fmt_premeeting_setting_label_join_with_prompt_sound: string;
|
|
943
946
|
fmt_meeting_setting_button_meeting_settings: string;
|
|
944
947
|
fmt_meeting_setting_labels_audio_video_settings: string;
|
|
945
948
|
fmt_meeting_setting_options_mute_participants: string;
|
|
@@ -1342,6 +1345,8 @@ export declare const enUs: {
|
|
|
1342
1345
|
fmt_ai_rtt_label_source_sound_effect_for_personnel: string;
|
|
1343
1346
|
fmt_ai_rtt_toast_host_not_permitted_start_stop_rtt: string;
|
|
1344
1347
|
fmt_ai_rtt_tips_transcribing: string;
|
|
1348
|
+
fmt_ai_rtt_label_transcription_setting: string;
|
|
1349
|
+
fmt_ai_rtt_tips_switch_translation: string;
|
|
1345
1350
|
fmt_ai_summary_create_option_create_summary: string;
|
|
1346
1351
|
fmt_ai_summary_create_labels_meeting_list: string;
|
|
1347
1352
|
fmt_ai_summary_create_labels_valid_records: string;
|
|
@@ -1437,6 +1442,7 @@ export declare const enUs: {
|
|
|
1437
1442
|
fmt_premeeting_joinroom_mobile_button_confirm_exit: string;
|
|
1438
1443
|
fmt_premeeting_joinroom_mobile_button_cancel: string;
|
|
1439
1444
|
fmt_premeeting_joinroom_mobile_label_rename: string;
|
|
1445
|
+
fmt_premeeting_back_meeting: string;
|
|
1440
1446
|
fmt_security_setting_mobile_label_watermark: string;
|
|
1441
1447
|
fmt_security_setting_mobile_label_watermark_style: string;
|
|
1442
1448
|
fmt_security_setting_mobile_option_watermark_style_single: string;
|
|
@@ -2022,4 +2028,9 @@ export declare const enUs: {
|
|
|
2022
2028
|
fmt_jbh_toast_meeting_not_start: string;
|
|
2023
2029
|
fmt_apps_button_automatic_screenshot: string;
|
|
2024
2030
|
fmt_webinar_tips_welcome_greetings: string;
|
|
2031
|
+
fmt_echo_window_label_echo_in_environment: string;
|
|
2032
|
+
fmt_echo_window_label_disconect_audio: string;
|
|
2033
|
+
fmt_echo_window_button_cancel: string;
|
|
2034
|
+
fmt_echo_window_button_disconnect: string;
|
|
2035
|
+
fmt_mute_toast_yr_on_mute: string;
|
|
2025
2036
|
};
|
package/lib/translations/enUS.js
CHANGED
|
@@ -5,14 +5,6 @@ Object.defineProperty(exports, "__esModule", {
|
|
|
5
5
|
value: true
|
|
6
6
|
});
|
|
7
7
|
exports.enUs = void 0;
|
|
8
|
-
/*
|
|
9
|
-
* @Author: zhuangshuhao shuhao.zhuang@baozun.com
|
|
10
|
-
* @Date: 2025-11-06 18:53:48
|
|
11
|
-
* @LastEditors: zhuangshuhao shuhao.zhuang@baozun.com
|
|
12
|
-
* @LastEditTime: 2025-11-06 18:54:55
|
|
13
|
-
* @FilePath: /fcr-meeting/packages/fcr-ui-scene/src/translations/enUS.ts
|
|
14
|
-
* @Description: 这是默认设置,请设置`customMade`, 打开koroFileHeader查看配置 进行设置: https://github.com/OBKoro1/koro1FileHeader/wiki/%E9%85%8D%E7%BD%AE
|
|
15
|
-
*/
|
|
16
8
|
var enUs = exports.enUs = {
|
|
17
9
|
fmt_role_host: 'Host',
|
|
18
10
|
//****************** ls ******************
|
|
@@ -112,6 +104,7 @@ var enUs = exports.enUs = {
|
|
|
112
104
|
fmt_additional_label_toast_rename_off: 'Host has closed the rename function',
|
|
113
105
|
fmt_attendies_toast_host_enabled_mute: 'The host has enabled mute upon entry for all participants',
|
|
114
106
|
fmt_attendies_toast_host_turned_off_video: 'The host has turned off video automatically upon entry',
|
|
107
|
+
fmt_attendies_toast_cohost_full: 'Current co-hosts are full. Please try again later.',
|
|
115
108
|
fmt_actionbar_tips_leavemeeting: 'Are you sure you want to leave the meeting now?',
|
|
116
109
|
fmt_actionbar_tips_locked: 'The meeting has been locked by the host',
|
|
117
110
|
fmt_actionbar_tips_recheckleave: 'You cannot join the meeting after leaving the meeting; Are you sure you want to leave the meeting now?',
|
|
@@ -209,7 +202,7 @@ var enUs = exports.enUs = {
|
|
|
209
202
|
fmt_toolbar_tips_leave_host_select_submit_tips: 'Please designate a new host',
|
|
210
203
|
fmt_toolbar_leave_confirm_dialog_kick_title: 'Leave the meeting',
|
|
211
204
|
fmt_toolbar_tips_leave_confirm_dialog_kick_info: 'You have been removed from the meeting by the host',
|
|
212
|
-
fmt_toolbar_tips_leave_confirm_dialog_kick_info_content: 'Confirm removing {reason1} from the meeting?
|
|
205
|
+
fmt_toolbar_tips_leave_confirm_dialog_kick_info_content: 'Confirm removing {reason1} from the meeting?',
|
|
213
206
|
fmt_toolbar_leave_confirm_dialog_submit: 'Got It',
|
|
214
207
|
fmt_toolbar_tips_leave_confirm_dialog_end_title: 'The meeting has ended',
|
|
215
208
|
fmt_toolbar_tips_leave_confirm_dialog_end_info: 'The meeting has ended, please click the button to leave the meeting room',
|
|
@@ -227,7 +220,7 @@ var enUs = exports.enUs = {
|
|
|
227
220
|
fmt_actionbar_button_continue: 'Continue',
|
|
228
221
|
fmt_actionbar_option_connectaudio: 'Connect your audio',
|
|
229
222
|
fmt_actionbar_label_dialsip: 'Dial H.323/SIP Room System',
|
|
230
|
-
fmt_driver_installation_v_sound_card: 'The audio driver has been installed and will take effect after restarting
|
|
223
|
+
fmt_driver_installation_v_sound_card: 'The audio driver has been installed and will take effect after restarting meeting',
|
|
231
224
|
fmt_camera_popup_label_restricted: 'Camera privileges are restricted',
|
|
232
225
|
fmt_camera_popup_label_system_change: 'Please go to system settings to change camera privileges',
|
|
233
226
|
fmt_camera_popup_button_system_change: 'Go to system settings to change',
|
|
@@ -534,8 +527,8 @@ var enUs = exports.enUs = {
|
|
|
534
527
|
fmt_screenshare_tips_faild_screenselect: 'Screen sharing failed, please select the screen to share again',
|
|
535
528
|
fmt_screenshare_tips_faild_restrict: 'Screen sharing is restricted',
|
|
536
529
|
fmt_screenshare_tips_faild_alreadysharing: 'Someone is already sharing the screen, you cannot operate it temporarily.',
|
|
537
|
-
fmt_screenshare_options_allowshare: 'Allow
|
|
538
|
-
fmt_screenshare_tips_notavailable: 'Please go to
|
|
530
|
+
fmt_screenshare_options_allowshare: 'Allow meetings to share screens',
|
|
531
|
+
fmt_screenshare_tips_notavailable: 'Please go to 「System Preferences」 -「Security & Privacy」 - 「Privacy」 - 「Screen Recording」 and check Meeting (if already checked, uncheck and then check again). After modifying the screen recording permissions, you need to restart Meeting for the changes to take effect.',
|
|
539
532
|
fmt_screenshare_whiteboard_button_exitdrawing: 'Exit drawing',
|
|
540
533
|
fmt_screenshare_options_enableedit: 'Enable whiteboard editing',
|
|
541
534
|
fmt_actionbar_screenshare_option_selectcontent: 'Select shared content',
|
|
@@ -575,7 +568,8 @@ var enUs = exports.enUs = {
|
|
|
575
568
|
fmt_screenshare_clash_screen_share_remind_content_stop_board: 'Initiating the sharing now will stop {reason1}‘s whiteboard sharing. Do you want to continue?',
|
|
576
569
|
fmt_screenshare_opposite_side: 'other party',
|
|
577
570
|
fmt_screenshare_continue_share: 'Continue sharing',
|
|
578
|
-
fmt_screenshare_cohost_can_not_share_remind: 'Sharing failed.
|
|
571
|
+
fmt_screenshare_cohost_can_not_share_remind: 'Sharing failed. Only the host can initiate sharing.',
|
|
572
|
+
fmt_screenshare_only_host_sharing: 'Only the host can initiate sharing.',
|
|
579
573
|
fmt_screenshare_pop_more: 'Multiple Choice',
|
|
580
574
|
fmt_screenshare_room_new_screen_share: '{reason1} is sharing the screen',
|
|
581
575
|
fmt_screenshare_room_speaker_spotlight_username: 'Speaking: {reason1}',
|
|
@@ -620,6 +614,7 @@ var enUs = exports.enUs = {
|
|
|
620
614
|
fmt_screenshare_icloud_button_audio_off: 'Audio: Off',
|
|
621
615
|
fmt_screenshare_icloud_button_stop_sharing: 'Stop sharing',
|
|
622
616
|
fmt_screenshare_toolbar_label_reconnecting: 'Network disconnected, reconnecting...',
|
|
617
|
+
fmt_screenshare_toast_icloud_file_audio_active: 'Device audio sharing is active. All audio from this device is being shared.',
|
|
623
618
|
fmt_screenshare_tips_unenabled: 'The conference administrator has not enabled the whiteboard editing function',
|
|
624
619
|
fmt_screenshare_whiteboard_options_changetheme: 'Change whiteboard theme',
|
|
625
620
|
fmt_screenshare_tips_alreadyoriginalsize: "It is already 'original size'",
|
|
@@ -667,7 +662,6 @@ var enUs = exports.enUs = {
|
|
|
667
662
|
fmt_screenshare_whiteboard_button_gotit: 'Got it',
|
|
668
663
|
fmt_screenshare_whiteboard_tips_stopped: 'Sharing has stopped',
|
|
669
664
|
fmt_screenshare_whiteboard_tips_cannotjoin: 'Cannot join room',
|
|
670
|
-
fmt_screenshare_only_host_sharing: 'Currently, only the host is allowed to initiate sharing',
|
|
671
665
|
fmt_screenshare_whiteboard_tips_alreadyopend: 'Board resource already opened',
|
|
672
666
|
fmt_screenshare_whiteboard_tips_stop_continue: 'Initiating screen sharing now will stop your whiteboard. Do you want to continue?',
|
|
673
667
|
fmt_whiteboard_labels_colour: 'Colour',
|
|
@@ -815,8 +809,8 @@ var enUs = exports.enUs = {
|
|
|
815
809
|
fmt_failure_popup_label_startup_fail: 'Startup Failure',
|
|
816
810
|
fmt_failure_popup_label_startup_check: 'Please check startup parameters and network settings as a priority',
|
|
817
811
|
fmt_failure_popup_button_i_know: 'I know',
|
|
818
|
-
fmt_failure_popup_label_crash: '
|
|
819
|
-
fmt_failure_popup_label_crash_tips: 'The app is
|
|
812
|
+
fmt_failure_popup_label_crash: 'Exception error',
|
|
813
|
+
fmt_failure_popup_label_crash_tips: 'The app is error, please close the app and try again.',
|
|
820
814
|
fmt_failure_popup_button_close_app: 'Close the app',
|
|
821
815
|
fmt_failure_popup_button_refresh: 'Refresh',
|
|
822
816
|
fmt_qualitystatistics_label_video: 'Video',
|
|
@@ -969,6 +963,7 @@ var enUs = exports.enUs = {
|
|
|
969
963
|
fmt_settings_options_audio_on: 'Turn on Audio',
|
|
970
964
|
fmt_settings_general_label_dual_display: 'Enable dual display mode',
|
|
971
965
|
fmt_settings_tips_dual_display: 'Distribute meeting videos and shared content across multiple displays',
|
|
966
|
+
fmt_premeeting_setting_label_join_with_prompt_sound: 'Play a prompt tone upon entry',
|
|
972
967
|
//****************** 会控设置 ******************
|
|
973
968
|
fmt_meeting_setting_button_meeting_settings: 'Meeting settings',
|
|
974
969
|
fmt_meeting_setting_labels_audio_video_settings: 'Audio and Video Settings (when joining a meeting)',
|
|
@@ -1375,6 +1370,8 @@ var enUs = exports.enUs = {
|
|
|
1375
1370
|
fmt_ai_rtt_label_source_sound_effect_for_personnel: 'The target sound source requiring identification takes effect for all personnel.',
|
|
1376
1371
|
fmt_ai_rtt_toast_host_not_permitted_start_stop_rtt: 'The host is not permitted to start and stop real-time transcription.',
|
|
1377
1372
|
fmt_ai_rtt_tips_transcribing: 'Transcribing...',
|
|
1373
|
+
fmt_ai_rtt_label_transcription_setting: 'Transcription Settings',
|
|
1374
|
+
fmt_ai_rtt_tips_switch_translation: 'Switch to {reason2} for translation.',
|
|
1378
1375
|
//****************** AI会议纪要 ******************
|
|
1379
1376
|
fmt_ai_summary_create_option_create_summary: 'Create meeting summary for the meeting',
|
|
1380
1377
|
fmt_ai_summary_create_labels_meeting_list: 'List of meetings',
|
|
@@ -1428,7 +1425,7 @@ var enUs = exports.enUs = {
|
|
|
1428
1425
|
fmt_premeeting_setting_mobile_option_auto: 'Auto',
|
|
1429
1426
|
fmt_premeeting_setting_mobile_option_bright: 'Bright',
|
|
1430
1427
|
fmt_premeeting_setting_mobile_option_dark: 'Dark',
|
|
1431
|
-
fmt_premeeting_setting_option_setting_after_restarting: 'Appearance settings will take effect after restarting
|
|
1428
|
+
fmt_premeeting_setting_option_setting_after_restarting: 'Appearance settings will take effect after restarting Meeting',
|
|
1432
1429
|
fmt_premeeting_setting_mobile_option_region: 'Region',
|
|
1433
1430
|
fmt_premeeting_setting_mobile_option_developer_mode: 'Developer mode',
|
|
1434
1431
|
fmt_premeeting_setting_mobile_label_about_us: 'About us',
|
|
@@ -1440,7 +1437,7 @@ var enUs = exports.enUs = {
|
|
|
1440
1437
|
fmt_premeeting_setting_mobile_url_disclaimer: 'Disclaimer',
|
|
1441
1438
|
fmt_premeeting_setting_mobile_button_cancel_account: 'Cancel ShengWang account',
|
|
1442
1439
|
fmt_premeeting_setting_mobile_button_log_out: 'Log out',
|
|
1443
|
-
fmt_premeeting_setting_mobile_label_take_effect: 'Laguage settings will take effect after you restart
|
|
1440
|
+
fmt_premeeting_setting_mobile_label_take_effect: 'Laguage settings will take effect after you restart Meeting ',
|
|
1444
1441
|
fmt_premeeting_setting_mobile_popup_button_got_it: 'Got it ',
|
|
1445
1442
|
fmt_premeeting_setting_mobile_popup_button_restart: 'Restart',
|
|
1446
1443
|
fmt_premeeting_setting_mobile_popup_label_latest_version: 'Your current version is up to date ',
|
|
@@ -1473,6 +1470,7 @@ var enUs = exports.enUs = {
|
|
|
1473
1470
|
fmt_premeeting_joinroom_mobile_button_confirm_exit: 'Confirm to exit',
|
|
1474
1471
|
fmt_premeeting_joinroom_mobile_button_cancel: 'Cancel',
|
|
1475
1472
|
fmt_premeeting_joinroom_mobile_label_rename: 'Rename',
|
|
1473
|
+
fmt_premeeting_back_meeting: 'Back to Meeting',
|
|
1476
1474
|
//****************** 水印(移动) ******************
|
|
1477
1475
|
fmt_security_setting_mobile_label_watermark: 'Watermark',
|
|
1478
1476
|
fmt_security_setting_mobile_label_watermark_style: 'Watermark style',
|
|
@@ -2075,5 +2073,10 @@ var enUs = exports.enUs = {
|
|
|
2075
2073
|
//****************** APPS ******************
|
|
2076
2074
|
fmt_apps_button_automatic_screenshot: 'Automatic screenshot',
|
|
2077
2075
|
//****************** Webinar ******************
|
|
2078
|
-
fmt_webinar_tips_welcome_greetings: '{英文欢迎语} '
|
|
2076
|
+
fmt_webinar_tips_welcome_greetings: '{英文欢迎语} ',
|
|
2077
|
+
fmt_echo_window_label_echo_in_environment: 'Echo in the Current Environment',
|
|
2078
|
+
fmt_echo_window_label_disconect_audio: 'Disconect the audio turn off the microphone and speaker.',
|
|
2079
|
+
fmt_echo_window_button_cancel: 'Cancel',
|
|
2080
|
+
fmt_echo_window_button_disconnect: 'Disconnect',
|
|
2081
|
+
fmt_mute_toast_yr_on_mute: "You're on mute, please unmute."
|
|
2079
2082
|
};
|
|
@@ -95,6 +95,7 @@ export declare const zhCn: {
|
|
|
95
95
|
fmt_additional_label_toast_rename_off: string;
|
|
96
96
|
fmt_attendies_toast_host_enabled_mute: string;
|
|
97
97
|
fmt_attendies_toast_host_turned_off_video: string;
|
|
98
|
+
fmt_attendies_toast_cohost_full: string;
|
|
98
99
|
fmt_actionbar_tips_leavemeeting: string;
|
|
99
100
|
fmt_actionbar_tips_locked: string;
|
|
100
101
|
fmt_actionbar_tips_recheckleave: string;
|
|
@@ -557,6 +558,7 @@ export declare const zhCn: {
|
|
|
557
558
|
fmt_screenshare_opposite_side: string;
|
|
558
559
|
fmt_screenshare_continue_share: string;
|
|
559
560
|
fmt_screenshare_cohost_can_not_share_remind: string;
|
|
561
|
+
fmt_screenshare_only_host_sharing: string;
|
|
560
562
|
fmt_screenshare_pop_more: string;
|
|
561
563
|
fmt_screenshare_room_new_screen_share: string;
|
|
562
564
|
fmt_screenshare_room_speaker_spotlight_username: string;
|
|
@@ -601,6 +603,7 @@ export declare const zhCn: {
|
|
|
601
603
|
fmt_screenshare_icloud_button_audio_off: string;
|
|
602
604
|
fmt_screenshare_icloud_button_stop_sharing: string;
|
|
603
605
|
fmt_screenshare_toolbar_label_reconnecting: string;
|
|
606
|
+
fmt_screenshare_toast_icloud_file_audio_active: string;
|
|
604
607
|
fmt_screenshare_tips_unenabled: string;
|
|
605
608
|
fmt_screenshare_whiteboard_options_changetheme: string;
|
|
606
609
|
fmt_screenshare_tips_alreadyoriginalsize: string;
|
|
@@ -650,7 +653,6 @@ export declare const zhCn: {
|
|
|
650
653
|
fmt_screenshare_whiteboard_tips_cannotjoin: string;
|
|
651
654
|
fmt_screenshare_whiteboard_tips_alreadyopend: string;
|
|
652
655
|
fmt_screenshare_whiteboard_tips_stop_continue: string;
|
|
653
|
-
fmt_screenshare_only_host_sharing: string;
|
|
654
656
|
fmt_whiteboard_labels_colour: string;
|
|
655
657
|
fmt_share_options_smallpen: string;
|
|
656
658
|
fmt_share_options_midpen: string;
|
|
@@ -940,6 +942,7 @@ export declare const zhCn: {
|
|
|
940
942
|
fmt_settings_options_audio_on: string;
|
|
941
943
|
fmt_settings_general_label_dual_display: string;
|
|
942
944
|
fmt_settings_tips_dual_display: string;
|
|
945
|
+
fmt_premeeting_setting_label_join_with_prompt_sound: string;
|
|
943
946
|
fmt_meeting_setting_button_meeting_settings: string;
|
|
944
947
|
fmt_meeting_setting_labels_audio_video_settings: string;
|
|
945
948
|
fmt_meeting_setting_options_mute_participants: string;
|
|
@@ -1342,6 +1345,8 @@ export declare const zhCn: {
|
|
|
1342
1345
|
fmt_ai_rtt_label_source_sound_effect_for_personnel: string;
|
|
1343
1346
|
fmt_ai_rtt_toast_host_not_permitted_start_stop_rtt: string;
|
|
1344
1347
|
fmt_ai_rtt_tips_transcribing: string;
|
|
1348
|
+
fmt_ai_rtt_label_transcription_setting: string;
|
|
1349
|
+
fmt_ai_rtt_tips_switch_translation: string;
|
|
1345
1350
|
fmt_ai_summary_create_option_create_summary: string;
|
|
1346
1351
|
fmt_ai_summary_create_labels_meeting_list: string;
|
|
1347
1352
|
fmt_ai_summary_create_labels_valid_records: string;
|
|
@@ -1437,6 +1442,7 @@ export declare const zhCn: {
|
|
|
1437
1442
|
fmt_premeeting_joinroom_mobile_button_confirm_exit: string;
|
|
1438
1443
|
fmt_premeeting_joinroom_mobile_button_cancel: string;
|
|
1439
1444
|
fmt_premeeting_joinroom_mobile_label_rename: string;
|
|
1445
|
+
fmt_premeeting_back_meeting: string;
|
|
1440
1446
|
fmt_security_setting_mobile_label_watermark: string;
|
|
1441
1447
|
fmt_security_setting_mobile_label_watermark_style: string;
|
|
1442
1448
|
fmt_security_setting_mobile_option_watermark_style_single: string;
|
|
@@ -2020,4 +2026,9 @@ export declare const zhCn: {
|
|
|
2020
2026
|
fmt_jbh_toast_meeting_not_start: string;
|
|
2021
2027
|
fmt_apps_button_automatic_screenshot: string;
|
|
2022
2028
|
fmt_webinar_tips_welcome_greetings: string;
|
|
2029
|
+
fmt_echo_window_label_echo_in_environment: string;
|
|
2030
|
+
fmt_echo_window_label_disconect_audio: string;
|
|
2031
|
+
fmt_echo_window_button_cancel: string;
|
|
2032
|
+
fmt_echo_window_button_disconnect: string;
|
|
2033
|
+
fmt_mute_toast_yr_on_mute: string;
|
|
2023
2034
|
};
|