fcr-ui-scene 3.8.0-alpha → 3.8.1-alpha
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/store.js +1 -1
- 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/draggable-container/index.js +34 -12
- package/lib/modules/caption/store.d.ts +1 -4
- package/lib/modules/caption/store.js +10 -18
- package/lib/modules/caption/view.css +158 -158
- package/lib/modules/caption/view.js +16 -27
- 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/chat/store.d.ts +1 -0
- package/lib/modules/chat/store.js +2 -2
- 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/index.d.ts +2 -0
- package/lib/modules/components/caption-menu/index.js +13 -10
- package/lib/modules/components/caption-menu/participants-privilege-control-options.js +5 -19
- package/lib/modules/components/caption-menu/steps/index.css +73 -73
- package/lib/modules/components/caption-menu/translation-setting-options.js +31 -24
- 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/carmera/index.js +7 -39
- package/lib/modules/control-bar/components/cloud-recording-buttons.js +18 -33
- package/lib/modules/control-bar/components/meeting-details/index.css +133 -133
- package/lib/modules/control-bar/components/microphone/index.js +3 -43
- 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-audio/index.d.ts +2 -0
- package/lib/modules/control-bar/components/share-audio/index.js +4 -10
- package/lib/modules/control-bar/components/share-state-nav/index.css +79 -79
- package/lib/modules/control-bar/hooks.d.ts +1 -0
- package/lib/modules/control-bar/hooks.js +140 -1
- package/lib/modules/control-bar/index.css +340 -340
- package/lib/modules/control-bar/index.js +4 -4
- package/lib/modules/control-bar/store.d.ts +3 -4
- package/lib/modules/control-bar/store.js +37 -30
- package/lib/modules/control-bar/type.d.ts +3 -0
- package/lib/modules/control-bar/view.js +40 -57
- package/lib/modules/device-pretest/index.css +123 -123
- package/lib/modules/dialog/components/confirm/index.css +24 -24
- package/lib/modules/dialog/components/confirm/index.js +0 -1
- package/lib/modules/dialog/components/dialog-container/index.css +112 -112
- package/lib/modules/dialog/components/dialog-container/index.js +1 -0
- 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/event-toast/index.js +7 -1
- 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.d.ts +1 -1
- package/lib/modules/layout/store.base.js +5 -5
- package/lib/modules/layout/store.electron.d.ts +0 -1
- package/lib/modules/layout/store.electron.js +37 -133
- 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 +183 -185
- 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 +8 -10
- package/lib/modules/setting/audio-settings/index.css +195 -195
- package/lib/modules/setting/audio-whiteList/audio-device-adaptation.d.ts +28 -0
- package/lib/modules/setting/audio-whiteList/audio-device-adaptation.js +43 -7
- package/lib/modules/setting/audio-whiteList/audio-whiteList-manager.d.ts +3 -14
- package/lib/modules/setting/audio-whiteList/audio-whiteList-manager.js +51 -30
- 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/index.js +4 -2
- 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/store.base.d.ts +5 -3
- package/lib/modules/setting/store.base.js +64 -43
- package/lib/modules/setting/store.electron.d.ts +1 -1
- package/lib/modules/setting/store.electron.js +3 -7
- package/lib/modules/setting/translate-settings/index.css +47 -47
- package/lib/modules/setting/video-settings/index.css +357 -357
- package/lib/modules/setting/view.js +3 -2
- 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/share-screen/store.electron.js +51 -23
- 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/list-item.js +4 -7
- package/lib/modules/subtitles-history/components/settings/index.css +5 -5
- package/lib/modules/subtitles-history/index.css +129 -129
- package/lib/modules/subtitles-history/store.base.d.ts +3 -1
- package/lib/modules/subtitles-history/store.base.js +11 -1
- 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.d.ts +2 -13
- package/lib/providers/screen-share/provider.base.js +28 -35
- package/lib/providers/screen-share/provider.electron.d.ts +0 -5
- package/lib/providers/screen-share/provider.electron.js +31 -18
- package/lib/providers/screen-share/stream-state-sync.js +18 -18
- package/lib/providers/screen-share/struct.js +24 -24
- package/lib/providers/screen-share/type.d.ts +0 -16
- package/lib/providers/stt-provider/stt-provider.d.ts +3 -4
- package/lib/providers/stt-provider/stt-provider.js +145 -146
- package/lib/providers/stt-provider/type.d.ts +2 -10
- package/lib/providers/stt-provider/type.js +3 -3
- 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 +78 -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
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
|
};
|
package/lib/translations/zhCN.js
CHANGED
|
@@ -5,14 +5,6 @@ Object.defineProperty(exports, "__esModule", {
|
|
|
5
5
|
value: true
|
|
6
6
|
});
|
|
7
7
|
exports.zhCn = 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:56:12
|
|
13
|
-
* @FilePath: /fcr-meeting/packages/fcr-ui-scene/src/translations/zhCN.ts
|
|
14
|
-
* @Description: 这是默认设置,请设置`customMade`, 打开koroFileHeader查看配置 进行设置: https://github.com/OBKoro1/koro1FileHeader/wiki/%E9%85%8D%E7%BD%AE
|
|
15
|
-
*/
|
|
16
8
|
var zhCn = exports.zhCn = {
|
|
17
9
|
fmt_role_host: '主持人',
|
|
18
10
|
//****************** ls ******************
|
|
@@ -112,6 +104,7 @@ var zhCn = exports.zhCn = {
|
|
|
112
104
|
fmt_additional_label_toast_rename_off: '会议管理员已关闭改名功能',
|
|
113
105
|
fmt_attendies_toast_host_enabled_mute: '主持人开启了入会静音',
|
|
114
106
|
fmt_attendies_toast_host_turned_off_video: '主持人开启了入会关闭视频',
|
|
107
|
+
fmt_attendies_toast_cohost_full: '当前连麦人数已满,请稍后再试',
|
|
115
108
|
fmt_actionbar_tips_leavemeeting: '你确定现在要离开会议吗?',
|
|
116
109
|
fmt_actionbar_tips_locked: '会议已被主持人加锁',
|
|
117
110
|
fmt_actionbar_tips_recheckleave: '离开会议之后不能再加入;你确定现在要离开会议吗?',
|
|
@@ -227,7 +220,7 @@ var zhCn = exports.zhCn = {
|
|
|
227
220
|
fmt_actionbar_button_continue: '继续',
|
|
228
221
|
fmt_actionbar_option_connectaudio: '连接语音',
|
|
229
222
|
fmt_actionbar_label_dialsip: '拨打h.323/sip会议室系统',
|
|
230
|
-
fmt_driver_installation_v_sound_card: '
|
|
223
|
+
fmt_driver_installation_v_sound_card: '音频驱动已安装完毕,将在重启会议后生效',
|
|
231
224
|
fmt_camera_popup_label_restricted: '摄像头权限受限制',
|
|
232
225
|
fmt_camera_popup_label_system_change: '请到系统设置中修改摄像头权限',
|
|
233
226
|
fmt_camera_popup_button_system_change: '去系统设置修改',
|
|
@@ -534,8 +527,8 @@ var zhCn = exports.zhCn = {
|
|
|
534
527
|
fmt_screenshare_tips_faild_screenselect: '屏幕共享失败, 请重新选择要共享的屏幕',
|
|
535
528
|
fmt_screenshare_tips_faild_restrict: '屏幕共享受限',
|
|
536
529
|
fmt_screenshare_tips_faild_alreadysharing: '已经有人在进行屏幕分享,您暂时不能操作。',
|
|
537
|
-
fmt_screenshare_options_allowshare: '
|
|
538
|
-
fmt_screenshare_tips_notavailable: '
|
|
530
|
+
fmt_screenshare_options_allowshare: '允许会议共享屏幕',
|
|
531
|
+
fmt_screenshare_tips_notavailable: '请前往「系统偏好设置」-「安全与隐私」-「隐私」-「屏幕录制」中勾选会议应用(如已勾选,先取消后再次勾选),修改屏幕录制权限后需重启会议才可生效',
|
|
539
532
|
fmt_screenshare_whiteboard_button_exitdrawing: '退出绘制',
|
|
540
533
|
fmt_screenshare_options_enableedit: '启用白板编辑',
|
|
541
534
|
fmt_actionbar_screenshare_option_selectcontent: '选择共享内容',
|
|
@@ -576,6 +569,7 @@ var zhCn = exports.zhCn = {
|
|
|
576
569
|
fmt_screenshare_opposite_side: '对方',
|
|
577
570
|
fmt_screenshare_continue_share: '继续发起共享',
|
|
578
571
|
fmt_screenshare_cohost_can_not_share_remind: '共享失败,当前只允许主持人发起共享',
|
|
572
|
+
fmt_screenshare_only_host_sharing: '当前只允许主持人发起共享',
|
|
579
573
|
fmt_screenshare_pop_more: '多选',
|
|
580
574
|
fmt_screenshare_room_new_screen_share: '{reason1}正在共享屏幕...',
|
|
581
575
|
fmt_screenshare_room_speaker_spotlight_username: '正在说话:{reason1}',
|
|
@@ -620,6 +614,7 @@ var zhCn = exports.zhCn = {
|
|
|
620
614
|
fmt_screenshare_icloud_button_audio_off: '音频:关',
|
|
621
615
|
fmt_screenshare_icloud_button_stop_sharing: '停止共享',
|
|
622
616
|
fmt_screenshare_toolbar_label_reconnecting: '网络已断开,正在重连...',
|
|
617
|
+
fmt_screenshare_toast_icloud_file_audio_active: '已共享设备声音,当前设备上所有声音都会被共享',
|
|
623
618
|
fmt_screenshare_tips_unenabled: '会议管理员未开放白板编辑功能',
|
|
624
619
|
fmt_screenshare_whiteboard_options_changetheme: '更改白板主题',
|
|
625
620
|
fmt_screenshare_tips_alreadyoriginalsize: '已是“原始尺寸”',
|
|
@@ -669,7 +664,6 @@ var zhCn = exports.zhCn = {
|
|
|
669
664
|
fmt_screenshare_whiteboard_tips_cannotjoin: '无法加入房间',
|
|
670
665
|
fmt_screenshare_whiteboard_tips_alreadyopend: '白板已打开',
|
|
671
666
|
fmt_screenshare_whiteboard_tips_stop_continue: '现在发起屏幕共享,将停止你的白板,是否继续?',
|
|
672
|
-
fmt_screenshare_only_host_sharing: '当前只允许主持人发起共享',
|
|
673
667
|
fmt_whiteboard_labels_colour: '颜色',
|
|
674
668
|
fmt_share_options_smallpen: '小号笔触',
|
|
675
669
|
fmt_share_options_midpen: '中号笔触',
|
|
@@ -815,8 +809,8 @@ var zhCn = exports.zhCn = {
|
|
|
815
809
|
fmt_failure_popup_label_startup_fail: '启动失败',
|
|
816
810
|
fmt_failure_popup_label_startup_check: '请优先检查启动参数与网络设置',
|
|
817
811
|
fmt_failure_popup_button_i_know: '我已知悉',
|
|
818
|
-
fmt_failure_popup_label_crash: '
|
|
819
|
-
fmt_failure_popup_label_crash_tips: '
|
|
812
|
+
fmt_failure_popup_label_crash: '应用出现异常',
|
|
813
|
+
fmt_failure_popup_label_crash_tips: '应用出现异常,请关闭应用重试',
|
|
820
814
|
fmt_failure_popup_button_close_app: '关闭应用',
|
|
821
815
|
fmt_failure_popup_button_refresh: '刷新',
|
|
822
816
|
fmt_qualitystatistics_label_video: '视频',
|
|
@@ -969,6 +963,7 @@ var zhCn = exports.zhCn = {
|
|
|
969
963
|
fmt_settings_options_audio_on: '入会开启麦克风',
|
|
970
964
|
fmt_settings_general_label_dual_display: '启用双显示器模式',
|
|
971
965
|
fmt_settings_tips_dual_display: '在不同的屏幕上分别显示参会者的视频和屏幕共享内容',
|
|
966
|
+
fmt_premeeting_setting_label_join_with_prompt_sound: '入会播放提示音',
|
|
972
967
|
//****************** 会控设置 ******************
|
|
973
968
|
fmt_meeting_setting_button_meeting_settings: '会控设置',
|
|
974
969
|
fmt_meeting_setting_labels_audio_video_settings: '音视频选项(进入会议时)',
|
|
@@ -1375,6 +1370,8 @@ var zhCn = exports.zhCn = {
|
|
|
1375
1370
|
fmt_ai_rtt_label_source_sound_effect_for_personnel: '需要进行识别的目标声源,对全员生效',
|
|
1376
1371
|
fmt_ai_rtt_toast_host_not_permitted_start_stop_rtt: '主持人不允许开启和停止文字转写',
|
|
1377
1372
|
fmt_ai_rtt_tips_transcribing: '转写中',
|
|
1373
|
+
fmt_ai_rtt_label_transcription_setting: '转写设置',
|
|
1374
|
+
fmt_ai_rtt_tips_switch_translation: '切换翻译语言为“{reason2}”',
|
|
1378
1375
|
//****************** AI会议纪要 ******************
|
|
1379
1376
|
fmt_ai_summary_create_option_create_summary: '开会的同时,创建会议纪要',
|
|
1380
1377
|
fmt_ai_summary_create_labels_meeting_list: '会议列表',
|
|
@@ -1428,7 +1425,7 @@ var zhCn = exports.zhCn = {
|
|
|
1428
1425
|
fmt_premeeting_setting_mobile_option_auto: '自动',
|
|
1429
1426
|
fmt_premeeting_setting_mobile_option_bright: '明亮',
|
|
1430
1427
|
fmt_premeeting_setting_mobile_option_dark: '暗黑',
|
|
1431
|
-
fmt_premeeting_setting_option_setting_after_restarting: '
|
|
1428
|
+
fmt_premeeting_setting_option_setting_after_restarting: '外观设置将在重启会议后生效',
|
|
1432
1429
|
fmt_premeeting_setting_mobile_option_region: '区域设置',
|
|
1433
1430
|
fmt_premeeting_setting_mobile_option_developer_mode: '开发模式',
|
|
1434
1431
|
fmt_premeeting_setting_mobile_label_about_us: '关于我们',
|
|
@@ -1440,7 +1437,7 @@ var zhCn = exports.zhCn = {
|
|
|
1440
1437
|
fmt_premeeting_setting_mobile_url_disclaimer: '免责声明',
|
|
1441
1438
|
fmt_premeeting_setting_mobile_button_cancel_account: '注销声网账号 ',
|
|
1442
1439
|
fmt_premeeting_setting_mobile_button_log_out: '退出登录',
|
|
1443
|
-
fmt_premeeting_setting_mobile_label_take_effect: '
|
|
1440
|
+
fmt_premeeting_setting_mobile_label_take_effect: '语言设置将在重启会议后生效',
|
|
1444
1441
|
fmt_premeeting_setting_mobile_popup_button_got_it: '我知道了',
|
|
1445
1442
|
fmt_premeeting_setting_mobile_popup_button_restart: '立即重启',
|
|
1446
1443
|
fmt_premeeting_setting_mobile_popup_label_latest_version: '你使用的版本已经是最新版本了哦',
|
|
@@ -1473,6 +1470,7 @@ var zhCn = exports.zhCn = {
|
|
|
1473
1470
|
fmt_premeeting_joinroom_mobile_button_confirm_exit: '确定退出',
|
|
1474
1471
|
fmt_premeeting_joinroom_mobile_button_cancel: '取消',
|
|
1475
1472
|
fmt_premeeting_joinroom_mobile_label_rename: '重命名',
|
|
1473
|
+
fmt_premeeting_back_meeting: '返回会议',
|
|
1476
1474
|
//****************** 水印(移动) ******************
|
|
1477
1475
|
fmt_security_setting_mobile_label_watermark: '水印',
|
|
1478
1476
|
fmt_security_setting_mobile_label_watermark_style: '水印样式',
|
|
@@ -2073,5 +2071,10 @@ var zhCn = exports.zhCn = {
|
|
|
2073
2071
|
//****************** APPS ******************
|
|
2074
2072
|
fmt_apps_button_automatic_screenshot: '自动截屏',
|
|
2075
2073
|
//****************** Webinar ******************
|
|
2076
|
-
fmt_webinar_tips_welcome_greetings: '{中文欢迎语} '
|
|
2074
|
+
fmt_webinar_tips_welcome_greetings: '{中文欢迎语} ',
|
|
2075
|
+
fmt_echo_window_label_echo_in_environment: '检测到当前环境存在回声',
|
|
2076
|
+
fmt_echo_window_label_disconect_audio: '为保障会议体验,建议断开音频来关闭麦克风和扬声器',
|
|
2077
|
+
fmt_echo_window_button_cancel: '取消',
|
|
2078
|
+
fmt_echo_window_button_disconnect: '断开音频',
|
|
2079
|
+
fmt_mute_toast_yr_on_mute: '您已静音,请开启麦克风'
|
|
2077
2080
|
};
|
package/lib/type.js
CHANGED
|
@@ -26,48 +26,48 @@ Object.defineProperty(exports, "FcrUserRole", {
|
|
|
26
26
|
exports.VideoRatio = exports.GalleryMaxSize = exports.FcrWidgetType = void 0;
|
|
27
27
|
var _fcrCore = require("fcr-core");
|
|
28
28
|
// Public
|
|
29
|
-
/**
|
|
30
|
-
* FcrUIExitReason enum represents the reason for exiting a UI scene.
|
|
29
|
+
/**
|
|
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.
|
|
33
|
+
/**
|
|
34
|
+
* The user leaves the room.
|
|
35
35
|
*/
|
|
36
36
|
FcrUIExitReason["LEAVE_ROOM"] = "LEAVE_ROOM";
|
|
37
|
-
/**
|
|
38
|
-
* The user leaves the room due to the room being closed.
|
|
37
|
+
/**
|
|
38
|
+
* The user leaves the room due to the room being closed.
|
|
39
39
|
*/
|
|
40
40
|
FcrUIExitReason["CLOSE_ROOM"] = "CLOSE_ROOM";
|
|
41
|
-
/**
|
|
42
|
-
* The user is kicked out of the room.
|
|
41
|
+
/**
|
|
42
|
+
* The user is kicked out of the room.
|
|
43
43
|
*/
|
|
44
44
|
FcrUIExitReason["KICKED_OUT"] = "KICKED_OUT";
|
|
45
|
-
/**
|
|
46
|
-
* The user failed to join the room due to various reasons such as User ID conflict.
|
|
45
|
+
/**
|
|
46
|
+
* The user failed to join the room due to various reasons such as User ID conflict.
|
|
47
47
|
*/
|
|
48
48
|
FcrUIExitReason["ABORTED"] = "ABORTED";
|
|
49
49
|
return FcrUIExitReason;
|
|
50
50
|
}({});
|
|
51
|
-
/**
|
|
52
|
-
* FcrUISceneCreatorConfig interface represents the configuration for creating a UI scene creator.
|
|
51
|
+
/**
|
|
52
|
+
* FcrUISceneCreatorConfig interface represents the configuration for creating a UI scene creator.
|
|
53
53
|
*/
|
|
54
|
-
/**
|
|
55
|
-
* FcrUISceneConfig interface represents the configuration for a UI scene.
|
|
54
|
+
/**
|
|
55
|
+
* FcrUISceneConfig interface represents the configuration for a UI scene.
|
|
56
56
|
*/
|
|
57
|
-
/**
|
|
58
|
-
* FcrUISceneObserver interface represents an observer for a UI scene.
|
|
57
|
+
/**
|
|
58
|
+
* FcrUISceneObserver interface represents an observer for a UI scene.
|
|
59
59
|
*/
|
|
60
60
|
var FcrWidgetType = exports.FcrWidgetType = /*#__PURE__*/function (FcrWidgetType) {
|
|
61
61
|
FcrWidgetType[FcrWidgetType["webWidget"] = 1] = "webWidget";
|
|
62
62
|
FcrWidgetType[FcrWidgetType["eventWidget"] = 2] = "eventWidget";
|
|
63
63
|
return FcrWidgetType;
|
|
64
64
|
}({});
|
|
65
|
-
/**
|
|
66
|
-
* FcrUIBaseWidgetConfig interface represents the base configuration for a widget.
|
|
65
|
+
/**
|
|
66
|
+
* FcrUIBaseWidgetConfig interface represents the base configuration for a widget.
|
|
67
67
|
*/
|
|
68
|
-
/**
|
|
69
|
-
* FcrUIWebWidgetConfig interface extends FcrUIBaseWidgetConfig and represents
|
|
70
|
-
* the configuration for a web-based widget.
|
|
68
|
+
/**
|
|
69
|
+
* FcrUIWebWidgetConfig interface extends FcrUIBaseWidgetConfig and represents
|
|
70
|
+
* the configuration for a web-based widget.
|
|
71
71
|
*/
|
|
72
72
|
var FcrUIVideoEffectType = exports.FcrUIVideoEffectType = /*#__PURE__*/function (FcrUIVideoEffectType) {
|
|
73
73
|
FcrUIVideoEffectType[FcrUIVideoEffectType["NONE"] = 0] = "NONE";
|
package/lib/ui-scene-switch.js
CHANGED
|
@@ -257,8 +257,8 @@ var FcrUISceneSwitch = exports.FcrUISceneSwitch = /*#__PURE__*/function () {
|
|
|
257
257
|
var dialogProvider = this._objectManager.getObject(_objectManager.FcrUIObjectKeys.P_DIALOG_PROVIDER);
|
|
258
258
|
var eventProvider = this._objectManager.getObject(_objectManager.FcrUIObjectKeys.P_EVENT_PROVIDER);
|
|
259
259
|
|
|
260
|
-
/**
|
|
261
|
-
* 注意!!! 请确保 FcrUISceneSwitch onExited 调用前 触发roomProvider onExitRoom 通知UI重置状态
|
|
260
|
+
/**
|
|
261
|
+
* 注意!!! 请确保 FcrUISceneSwitch onExited 调用前 触发roomProvider onExitRoom 通知UI重置状态
|
|
262
262
|
*/
|
|
263
263
|
|
|
264
264
|
var roomObserver = {
|
|
@@ -6,12 +6,12 @@ Object.defineProperty(exports, "__esModule", {
|
|
|
6
6
|
});
|
|
7
7
|
exports.SETTING_CONFIG_STORAGE_KEY = exports.SESSION_DURATION = exports.GALLERY_MIN_SIZE = exports.FcrUIVideoWindowPinType = exports.FcrUIRoomControlType = exports.FcrUIRendererEventAction = exports.FcrUIParticipantType = exports.FcrUIHighlightElement = exports.FcrUIDialogKey = exports.FcrUIAction = exports.ExcludeWIndows = exports.ErrorCode = void 0;
|
|
8
8
|
var FcrUIRendererEventAction = exports.FcrUIRendererEventAction = /*#__PURE__*/function (FcrUIRendererEventAction) {
|
|
9
|
-
/**
|
|
10
|
-
* Indicates that the fragment has been loaded.
|
|
9
|
+
/**
|
|
10
|
+
* Indicates that the fragment has been loaded.
|
|
11
11
|
*/
|
|
12
12
|
FcrUIRendererEventAction["FRAGMENT_LOADED"] = "FRAGMENT_LOADED";
|
|
13
|
-
/**
|
|
14
|
-
* Indicates that the fragment has been closed.
|
|
13
|
+
/**
|
|
14
|
+
* Indicates that the fragment has been closed.
|
|
15
15
|
*/
|
|
16
16
|
FcrUIRendererEventAction["FRAGMENT_CLOSED"] = "FRAGMENT_CLOSED";
|
|
17
17
|
FcrUIRendererEventAction["POWER_MONITOR_LOCK_SCREEN"] = "POWER_MONITOR_LOCK_SCREEN";
|
|
@@ -32,8 +32,8 @@ var FcrUIRendererEventAction = exports.FcrUIRendererEventAction = /*#__PURE__*/f
|
|
|
32
32
|
FcrUIRendererEventAction["UPDATE_ANNOTATION_WINDOW_SIZE"] = "UPDATE_ANNOTATION_WINDOW_SIZE";
|
|
33
33
|
FcrUIRendererEventAction["FRAGMENT_ANNOTATION_MOUSE_MOVE"] = "FRAGMENT_ANNOTATION_MOUSE_MOVE";
|
|
34
34
|
FcrUIRendererEventAction["FRAGMENT_ANNOTATION_SYNC_OWNER_OPEN_DONE"] = "FRAGMENT_ANNOTATION_SYNC_OWNER_OPEN_DONE";
|
|
35
|
-
/**
|
|
36
|
-
* screen events
|
|
35
|
+
/**
|
|
36
|
+
* screen events
|
|
37
37
|
*/
|
|
38
38
|
FcrUIRendererEventAction["SCREEN_DISPLAY_ADDED"] = "SCREEN_DISPLAY_ADDED";
|
|
39
39
|
FcrUIRendererEventAction["SCREEN_DISPLAY_REMOVED"] = "SCREEN_DISPLAY_REMOVED";
|