fcr-ui-scene-mobile 3.4.0
This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
- package/lib/assets/ground_glass_bg.png +0 -0
- package/lib/base.d.ts +11 -0
- package/lib/base.js +39 -0
- package/lib/common/device-store.d.ts +86 -0
- package/lib/common/device-store.js +642 -0
- package/lib/common/device-stream-store.d.ts +26 -0
- package/lib/common/device-stream-store.js +298 -0
- package/lib/common/event-store.d.ts +124 -0
- package/lib/common/event-store.js +249 -0
- package/lib/common/global-context.d.ts +11 -0
- package/lib/common/global-context.js +9 -0
- package/lib/common/member-list-data-source.d.ts +28 -0
- package/lib/common/member-list-data-source.js +305 -0
- package/lib/common/participant-store.d.ts +195 -0
- package/lib/common/participant-store.js +1577 -0
- package/lib/common/security-store.d.ts +119 -0
- package/lib/common/security-store.js +948 -0
- package/lib/common/setting-store.d.ts +181 -0
- package/lib/common/setting-store.js +797 -0
- package/lib/common/type.d.ts +73 -0
- package/lib/common/type.js +22 -0
- package/lib/config/default-config.d.ts +32 -0
- package/lib/config/default-config.js +39 -0
- package/lib/config/setting-config.d.ts +16 -0
- package/lib/config/setting-config.js +17 -0
- package/lib/creator.d.ts +10 -0
- package/lib/creator.js +49 -0
- package/lib/global.d.ts +8 -0
- package/lib/hooks/meeting-time.d.ts +15 -0
- package/lib/hooks/meeting-time.js +92 -0
- package/lib/hooks/useIsNodePresent.d.ts +4 -0
- package/lib/hooks/useIsNodePresent.js +53 -0
- package/lib/hooks/useOnRefMount.d.ts +2 -0
- package/lib/hooks/useOnRefMount.js +27 -0
- package/lib/index.d.ts +6 -0
- package/lib/index.js +50 -0
- package/lib/mobile-global.css +28 -0
- package/lib/modules/action-bar/bottom-icons.d.ts +17 -0
- package/lib/modules/action-bar/bottom-icons.js +160 -0
- package/lib/modules/action-bar/context.d.ts +2 -0
- package/lib/modules/action-bar/context.js +9 -0
- package/lib/modules/action-bar/index.css +33 -0
- package/lib/modules/action-bar/index.d.ts +27 -0
- package/lib/modules/action-bar/index.js +46 -0
- package/lib/modules/action-bar/member-list-popup/attendee/index.css +130 -0
- package/lib/modules/action-bar/member-list-popup/attendee/index.d.ts +19 -0
- package/lib/modules/action-bar/member-list-popup/attendee/index.js +252 -0
- package/lib/modules/action-bar/member-list-popup/attendee/list.d.ts +1 -0
- package/lib/modules/action-bar/member-list-popup/attendee/list.js +82 -0
- package/lib/modules/action-bar/member-list-popup/index.css +35 -0
- package/lib/modules/action-bar/member-list-popup/index.d.ts +7 -0
- package/lib/modules/action-bar/member-list-popup/index.js +40 -0
- package/lib/modules/action-bar/member-list-popup/participant-more-actions/index.css +0 -0
- package/lib/modules/action-bar/member-list-popup/participant-more-actions/index.d.ts +12 -0
- package/lib/modules/action-bar/member-list-popup/participant-more-actions/index.js +58 -0
- package/lib/modules/action-bar/more-popup/index.css +71 -0
- package/lib/modules/action-bar/more-popup/index.d.ts +2 -0
- package/lib/modules/action-bar/more-popup/index.js +126 -0
- package/lib/modules/action-bar/store.d.ts +196 -0
- package/lib/modules/action-bar/store.js +1425 -0
- package/lib/modules/action-bar/type.d.ts +6 -0
- package/lib/modules/action-bar/type.js +13 -0
- package/lib/modules/action-bar/view.d.ts +2 -0
- package/lib/modules/action-bar/view.js +75 -0
- package/lib/modules/audio-stream/ index.d.ts +19 -0
- package/lib/modules/audio-stream/ index.js +109 -0
- package/lib/modules/audio-stream/index.d.ts +25 -0
- package/lib/modules/audio-stream/index.js +135 -0
- package/lib/modules/chat/chat-bar/index.css +97 -0
- package/lib/modules/chat/chat-bar/index.d.ts +12 -0
- package/lib/modules/chat/chat-bar/index.js +129 -0
- package/lib/modules/chat/chat-notification/index.css +71 -0
- package/lib/modules/chat/chat-notification/index.d.ts +3 -0
- package/lib/modules/chat/chat-notification/index.js +75 -0
- package/lib/modules/chat/chat-select/index.css +183 -0
- package/lib/modules/chat/chat-select/index.d.ts +12 -0
- package/lib/modules/chat/chat-select/index.js +223 -0
- package/lib/modules/chat/contex.d.ts +2 -0
- package/lib/modules/chat/contex.js +9 -0
- package/lib/modules/chat/demo-wrapper.d.ts +1 -0
- package/lib/modules/chat/demo-wrapper.js +42 -0
- package/lib/modules/chat/index.css +108 -0
- package/lib/modules/chat/index.d.ts +28 -0
- package/lib/modules/chat/index.dev.d.ts +1 -0
- package/lib/modules/chat/index.dev.js +58 -0
- package/lib/modules/chat/index.js +208 -0
- package/lib/modules/chat/message-list.d.ts +22 -0
- package/lib/modules/chat/message-list.js +617 -0
- package/lib/modules/chat/mock.d.ts +2 -0
- package/lib/modules/chat/mock.js +283 -0
- package/lib/modules/chat/store.d.ts +183 -0
- package/lib/modules/chat/store.js +1101 -0
- package/lib/modules/chat/util.d.ts +6 -0
- package/lib/modules/chat/util.js +69 -0
- package/lib/modules/chat/view.d.ts +11 -0
- package/lib/modules/chat/view.js +414 -0
- package/lib/modules/layout/bottom-drawer/index.css +34 -0
- package/lib/modules/layout/bottom-drawer/index.d.ts +3 -0
- package/lib/modules/layout/bottom-drawer/index.js +129 -0
- package/lib/modules/layout/components/Layout.d.ts +1 -0
- package/lib/modules/layout/components/Layout.js +98 -0
- package/lib/modules/layout/components/equip-request-popup/index.css +30 -0
- package/lib/modules/layout/components/equip-request-popup/index.d.ts +3 -0
- package/lib/modules/layout/components/equip-request-popup/index.js +78 -0
- package/lib/modules/layout/components/index.css +78 -0
- package/lib/modules/layout/components/index.d.ts +2 -0
- package/lib/modules/layout/components/index.js +25 -0
- package/lib/modules/layout/context.d.ts +2 -0
- package/lib/modules/layout/context.js +9 -0
- package/lib/modules/layout/drawer-header/index.css +27 -0
- package/lib/modules/layout/drawer-header/index.d.ts +10 -0
- package/lib/modules/layout/drawer-header/index.js +54 -0
- package/lib/modules/layout/index.css +22 -0
- package/lib/modules/layout/index.d.ts +8 -0
- package/lib/modules/layout/index.js +47 -0
- package/lib/modules/layout/store.d.ts +59 -0
- package/lib/modules/layout/store.js +379 -0
- package/lib/modules/layout/type.d.ts +65 -0
- package/lib/modules/layout/type.js +52 -0
- package/lib/modules/layout/view.d.ts +2 -0
- package/lib/modules/layout/view.js +10 -0
- package/lib/modules/member-layout/context.d.ts +2 -0
- package/lib/modules/member-layout/context.js +9 -0
- package/lib/modules/member-layout/data.d.ts +2 -0
- package/lib/modules/member-layout/data.js +304 -0
- package/lib/modules/member-layout/grid/index.css +98 -0
- package/lib/modules/member-layout/grid/index.d.ts +21 -0
- package/lib/modules/member-layout/grid/index.js +316 -0
- package/lib/modules/member-layout/index.css +88 -0
- package/lib/modules/member-layout/index.d.ts +8 -0
- package/lib/modules/member-layout/index.js +45 -0
- package/lib/modules/member-layout/share-toast/index.css +30 -0
- package/lib/modules/member-layout/share-toast/index.d.ts +5 -0
- package/lib/modules/member-layout/share-toast/index.js +43 -0
- package/lib/modules/member-layout/speaker/index.css +30 -0
- package/lib/modules/member-layout/speaker/index.d.ts +9 -0
- package/lib/modules/member-layout/speaker/index.js +28 -0
- package/lib/modules/member-layout/store.d.ts +70 -0
- package/lib/modules/member-layout/store.js +479 -0
- package/lib/modules/member-layout/user/index.css +121 -0
- package/lib/modules/member-layout/user/index.d.ts +34 -0
- package/lib/modules/member-layout/user/index.js +355 -0
- package/lib/modules/member-layout/user/types.d.ts +16 -0
- package/lib/modules/member-layout/user/types.js +6 -0
- package/lib/modules/member-layout/view.d.ts +2 -0
- package/lib/modules/member-layout/view.js +225 -0
- package/lib/modules/state-bar/context.d.ts +2 -0
- package/lib/modules/state-bar/context.js +9 -0
- package/lib/modules/state-bar/index.css +79 -0
- package/lib/modules/state-bar/index.d.ts +17 -0
- package/lib/modules/state-bar/index.js +55 -0
- package/lib/modules/state-bar/leaving-room/index.css +14 -0
- package/lib/modules/state-bar/leaving-room/index.d.ts +7 -0
- package/lib/modules/state-bar/leaving-room/index.js +38 -0
- package/lib/modules/state-bar/meeting-detail/index.css +72 -0
- package/lib/modules/state-bar/meeting-detail/index.d.ts +2 -0
- package/lib/modules/state-bar/meeting-detail/index.js +59 -0
- package/lib/modules/state-bar/meeting-detail/meeting-info/copy.d.ts +4 -0
- package/lib/modules/state-bar/meeting-detail/meeting-info/copy.js +81 -0
- package/lib/modules/state-bar/meeting-detail/meeting-info/index.css +92 -0
- package/lib/modules/state-bar/meeting-detail/meeting-info/index.d.ts +2 -0
- package/lib/modules/state-bar/meeting-detail/meeting-info/index.js +188 -0
- package/lib/modules/state-bar/meeting-detail/net-quality/index.css +27 -0
- package/lib/modules/state-bar/meeting-detail/net-quality/index.d.ts +2 -0
- package/lib/modules/state-bar/meeting-detail/net-quality/index.js +87 -0
- package/lib/modules/state-bar/store.d.ts +76 -0
- package/lib/modules/state-bar/store.js +561 -0
- package/lib/modules/state-bar/view.d.ts +7 -0
- package/lib/modules/state-bar/view.js +215 -0
- package/lib/modules/whiteboard/app.d.ts +2 -0
- package/lib/modules/whiteboard/app.js +41 -0
- package/lib/modules/whiteboard/components/control-bar/index.css +53 -0
- package/lib/modules/whiteboard/components/control-bar/index.d.ts +2 -0
- package/lib/modules/whiteboard/components/control-bar/index.js +156 -0
- package/lib/modules/whiteboard/components/control-bar/store.d.ts +35 -0
- package/lib/modules/whiteboard/components/control-bar/store.js +288 -0
- package/lib/modules/whiteboard/components/loading/index.css +76 -0
- package/lib/modules/whiteboard/components/loading/index.d.ts +2 -0
- package/lib/modules/whiteboard/components/loading/index.js +68 -0
- package/lib/modules/whiteboard/components/loading/loading.png +0 -0
- package/lib/modules/whiteboard/components/multi-window/index.css +65 -0
- package/lib/modules/whiteboard/components/multi-window/index.d.ts +5 -0
- package/lib/modules/whiteboard/components/multi-window/index.js +39 -0
- package/lib/modules/whiteboard/components/pagination/index.css +228 -0
- package/lib/modules/whiteboard/components/pagination/index.d.ts +15 -0
- package/lib/modules/whiteboard/components/pagination/index.js +163 -0
- package/lib/modules/whiteboard/components/pagination/store.d.ts +18 -0
- package/lib/modules/whiteboard/components/pagination/store.js +17 -0
- package/lib/modules/whiteboard/components/progress/index.d.ts +5 -0
- package/lib/modules/whiteboard/components/progress/index.js +43 -0
- package/lib/modules/whiteboard/components/progress/style.css +52 -0
- package/lib/modules/whiteboard/components/scene-pagination.d.ts +1 -0
- package/lib/modules/whiteboard/components/scene-pagination.js +30 -0
- package/lib/modules/whiteboard/components/switch-theme/index.css +98 -0
- package/lib/modules/whiteboard/components/switch-theme/index.d.ts +3 -0
- package/lib/modules/whiteboard/components/switch-theme/index.js +89 -0
- package/lib/modules/whiteboard/components/switch-theme/item.d.ts +9 -0
- package/lib/modules/whiteboard/components/switch-theme/item.js +53 -0
- package/lib/modules/whiteboard/components/switch-theme/libs.d.ts +4 -0
- package/lib/modules/whiteboard/components/switch-theme/libs.js +29 -0
- package/lib/modules/whiteboard/components/toolbar/ style.css +588 -0
- package/lib/modules/whiteboard/components/toolbar/components/color-picker/components/color.d.ts +5 -0
- package/lib/modules/whiteboard/components/toolbar/components/color-picker/components/color.js +38 -0
- package/lib/modules/whiteboard/components/toolbar/components/color-picker/components/panel.d.ts +1 -0
- package/lib/modules/whiteboard/components/toolbar/components/color-picker/components/panel.js +107 -0
- package/lib/modules/whiteboard/components/toolbar/components/color-picker/components/picker.d.ts +1 -0
- package/lib/modules/whiteboard/components/toolbar/components/color-picker/components/picker.js +59 -0
- package/lib/modules/whiteboard/components/toolbar/components/color-picker/index.d.ts +2 -0
- package/lib/modules/whiteboard/components/toolbar/components/color-picker/index.js +44 -0
- package/lib/modules/whiteboard/components/toolbar/components/eraser-picker.d.ts +4 -0
- package/lib/modules/whiteboard/components/toolbar/components/eraser-picker.js +89 -0
- package/lib/modules/whiteboard/components/toolbar/components/extra-tool-picker.d.ts +1 -0
- package/lib/modules/whiteboard/components/toolbar/components/extra-tool-picker.js +63 -0
- package/lib/modules/whiteboard/components/toolbar/components/history.d.ts +2 -0
- package/lib/modules/whiteboard/components/toolbar/components/history.js +46 -0
- package/lib/modules/whiteboard/components/toolbar/components/icons/fold-icon.d.ts +2 -0
- package/lib/modules/whiteboard/components/toolbar/components/icons/fold-icon.js +39 -0
- package/lib/modules/whiteboard/components/toolbar/components/icons/move-icon.d.ts +1 -0
- package/lib/modules/whiteboard/components/toolbar/components/icons/move-icon.js +66 -0
- package/lib/modules/whiteboard/components/toolbar/components/move-handle.d.ts +5 -0
- package/lib/modules/whiteboard/components/toolbar/components/move-handle.js +134 -0
- package/lib/modules/whiteboard/components/toolbar/components/pen-picker.d.ts +4 -0
- package/lib/modules/whiteboard/components/toolbar/components/pen-picker.js +106 -0
- package/lib/modules/whiteboard/components/toolbar/components/shape-picker.d.ts +4 -0
- package/lib/modules/whiteboard/components/toolbar/components/shape-picker.js +168 -0
- package/lib/modules/whiteboard/components/toolbar/hooks/index.d.ts +14 -0
- package/lib/modules/whiteboard/components/toolbar/hooks/index.js +211 -0
- package/lib/modules/whiteboard/components/toolbar/index.d.ts +2 -0
- package/lib/modules/whiteboard/components/toolbar/index.js +183 -0
- package/lib/modules/whiteboard/components/toolbar/store.d.ts +51 -0
- package/lib/modules/whiteboard/components/toolbar/store.js +248 -0
- package/lib/modules/whiteboard/context.d.ts +69 -0
- package/lib/modules/whiteboard/context.js +36 -0
- package/lib/modules/whiteboard/index.d.ts +119 -0
- package/lib/modules/whiteboard/index.js +1134 -0
- package/lib/modules/whiteboard/style.css +143 -0
- package/lib/modules/whiteboard/type.d.ts +94 -0
- package/lib/modules/whiteboard/type.js +89 -0
- package/lib/modules/whiteboard/utils.d.ts +12 -0
- package/lib/modules/whiteboard/utils.js +36 -0
- package/lib/plugins/css-preset-plugin.d.ts +1 -0
- package/lib/plugins/css-preset-plugin.js +29 -0
- package/lib/plugins/module-dev-plugin.d.ts +12 -0
- package/lib/plugins/module-dev-plugin.js +183 -0
- package/lib/plugins/multi-lang-plugin.d.ts +1 -0
- package/lib/plugins/multi-lang-plugin.js +19 -0
- package/lib/plugins/rtm-plugin.d.ts +1 -0
- package/lib/plugins/rtm-plugin.js +5 -0
- package/lib/plugins/web-rtc-plugin.d.ts +1 -0
- package/lib/plugins/web-rtc-plugin.js +5 -0
- package/lib/translations/enUS.d.ts +1855 -0
- package/lib/translations/enUS.js +1895 -0
- package/lib/translations/zhCN.d.ts +1852 -0
- package/lib/translations/zhCN.js +1892 -0
- package/lib/type.d.ts +121 -0
- package/lib/type.js +46 -0
- package/lib/ui-manager.d.ts +32 -0
- package/lib/ui-manager.js +426 -0
- package/lib/ui-scene.d.ts +14 -0
- package/lib/ui-scene.js +141 -0
- package/lib/utilities/board-context.d.ts +4 -0
- package/lib/utilities/board-context.js +12 -0
- package/lib/utilities/constant.d.ts +286 -0
- package/lib/utilities/constant.js +271 -0
- package/lib/utilities/copyText.d.ts +2 -0
- package/lib/utilities/copyText.js +43 -0
- package/lib/utilities/extract.d.ts +5 -0
- package/lib/utilities/extract.js +117 -0
- package/lib/utilities/hooks.d.ts +14 -0
- package/lib/utilities/hooks.js +101 -0
- package/lib/utilities/mute-action.d.ts +4 -0
- package/lib/utilities/mute-action.js +48 -0
- package/lib/utilities/parameters.d.ts +7 -0
- package/lib/utilities/parameters.js +20 -0
- package/lib/utilities/regex.d.ts +1 -0
- package/lib/utilities/regex.js +14 -0
- package/lib/utilities/tools.d.ts +27 -0
- package/lib/utilities/tools.js +169 -0
- package/lib/utilities/useNamespace.d.ts +15 -0
- package/lib/utilities/useNamespace.js +66 -0
- package/package.json +63 -0
|
@@ -0,0 +1,1855 @@
|
|
|
1
|
+
export declare const enUs: {
|
|
2
|
+
fmt_role_host: string;
|
|
3
|
+
fmt_role_participant: string;
|
|
4
|
+
fmt_role_cohost: string;
|
|
5
|
+
fmt_participants_label_participants: string;
|
|
6
|
+
fmt_participants_label_popUp: string;
|
|
7
|
+
fmt_participants_window_title: string;
|
|
8
|
+
fmt_participants_button_muteAll: string;
|
|
9
|
+
fmt_participants_button_unmuteAll: string;
|
|
10
|
+
fmt_participants_button_meetingManagement: string;
|
|
11
|
+
fmt_participants_button_invite: string;
|
|
12
|
+
fmt_participants_member_button_mute: string;
|
|
13
|
+
fmt_participants_member_button_unmute: string;
|
|
14
|
+
fmt_participants_member_button_more: string;
|
|
15
|
+
fmt_attendies_options_muteall: string;
|
|
16
|
+
fmt_attendies_button_muteall: string;
|
|
17
|
+
fmt_participants_window_mute_interpreter: string;
|
|
18
|
+
fmt_participants_button_mute_interpreter_sure: string;
|
|
19
|
+
fmt_participants_button_mute_interpreter_cancel: string;
|
|
20
|
+
fmt_attendies_button_cancel: string;
|
|
21
|
+
fmt_attendies_options_muteuponjoin: string;
|
|
22
|
+
fmt_attendies_options_allowunmute: string;
|
|
23
|
+
fmt_attendies_options_applyunmute: string;
|
|
24
|
+
fmt_attendies_button_request: string;
|
|
25
|
+
fmt_attendies_button_handsdown: string;
|
|
26
|
+
fmt_attendies_label_privatechat: string;
|
|
27
|
+
fmt_attendies_options_setfocus: string;
|
|
28
|
+
fmt_attendies_options_replacefixed: string;
|
|
29
|
+
fmt_attendies_options_fixfirst: string;
|
|
30
|
+
fmt_attendies_options_cancelfixed: string;
|
|
31
|
+
fmt_attendies_options_sethost: string;
|
|
32
|
+
fmt_attendies_options_revokecohost: string;
|
|
33
|
+
fmt_attendies_options_setcohost: string;
|
|
34
|
+
fmt_attendies_button_rename: string;
|
|
35
|
+
fmt_attendies_options_allowlocalrecord: string;
|
|
36
|
+
fmt_attendies_options_putinwaitingroom: string;
|
|
37
|
+
fmt_attendies_button_remove: string;
|
|
38
|
+
fmt_participants_options_allunmute: string;
|
|
39
|
+
fmt_participants_options_allmute: string;
|
|
40
|
+
fmt_modules_tips_mergevideo: string;
|
|
41
|
+
fmt_participant_label_Me: string;
|
|
42
|
+
fmt_attendies_button_serach: string;
|
|
43
|
+
fmt_attendies_tips_nopermission: string;
|
|
44
|
+
fmt_attendies_tab_meetingroom: string;
|
|
45
|
+
fmt_attendies_tab_waitingroom: string;
|
|
46
|
+
fmt_attendies_host_permission: string;
|
|
47
|
+
fmt_attendies_option_apply_all_audio: string;
|
|
48
|
+
fmt_attendies_status_item_ringing: string;
|
|
49
|
+
fmt_attendies_labels_setting_mine: string;
|
|
50
|
+
fmt_attendies_tips_setting_title: string;
|
|
51
|
+
fmt_attendies_tips_setting_media_co_host_unable: string;
|
|
52
|
+
fmt_attendies_tips_setting_media_host_unable: string;
|
|
53
|
+
fmt_attendies_tips_setting_make_host_info: string;
|
|
54
|
+
fmt_attendies_tips_setting_make_co_host_info: string;
|
|
55
|
+
fmt_attendies_tips_setting_require_unmute: string;
|
|
56
|
+
fmt_attendies_label_no_data: string;
|
|
57
|
+
fmt_attendies_tips_send_mute_all_on: string;
|
|
58
|
+
fmt_attendies_tips_mute_all_off: string;
|
|
59
|
+
fmt_attendies_tips_chat_off: string;
|
|
60
|
+
fmt_attendies_tips_apply_audio_title: string;
|
|
61
|
+
fmt_attendies_tips_apply_audio_info: string;
|
|
62
|
+
fmt_attendies_label_apply_audio_cancel: string;
|
|
63
|
+
fmt_attendies_tips_apply_video_title: string;
|
|
64
|
+
fmt_attendies_tips_apply_video_info: string;
|
|
65
|
+
fmt_attendies_label_apply_video_cancel: string;
|
|
66
|
+
fmt_attendies_tips_receive_mute_all: string;
|
|
67
|
+
fmt_attendies_tips_receive_mute_you: string;
|
|
68
|
+
fmt_attendies_tips_receive_video_off_you: string;
|
|
69
|
+
fmt_attendies_tips_mine_new_host: string;
|
|
70
|
+
fmt_attendies_tips_new_host: string;
|
|
71
|
+
fmt_attendies_tips_mine_new_co_host: string;
|
|
72
|
+
fmt_attendies_tips_new_co_host: string;
|
|
73
|
+
fmt_attendies_tips_invoke_co_host: string;
|
|
74
|
+
fmt_attendies_tips_revoke_co_host: string;
|
|
75
|
+
fmt_attendies_tips_not_co_host: string;
|
|
76
|
+
fmt_attendies_tips_operation_success: string;
|
|
77
|
+
fmt_attendies_tips_operation_failed: string;
|
|
78
|
+
fmt_attendies_tips_forbid_close: string;
|
|
79
|
+
fmt_attendies_tips_request_send: string;
|
|
80
|
+
fmt_additional_tips_cohostbeenrevoke: string;
|
|
81
|
+
fmt_additional_tips_cohostrevoke: string;
|
|
82
|
+
fmt_additional_tips_nolongercohost: string;
|
|
83
|
+
fmt_additional_option_rename_in_meeting: string;
|
|
84
|
+
fmt_additional_label_attendee_permission: string;
|
|
85
|
+
fmt_additional_label_meet_view_own: string;
|
|
86
|
+
fmt_additional_label_meet_view_all: string;
|
|
87
|
+
fmt_additional_label_change_name_self: string;
|
|
88
|
+
fmt_additional_tips_nickname_change_success: string;
|
|
89
|
+
fmt_additional_popup_label_change_nickname: string;
|
|
90
|
+
fmt_additional_popup_label_enter_nickname: string;
|
|
91
|
+
fmt_additional_popup_label_enter_nickname_ok: string;
|
|
92
|
+
fmt_additional_label_toast_rename_off: string;
|
|
93
|
+
fmt_actionbar_tips_leavemeeting: string;
|
|
94
|
+
fmt_actionbar_button_plenarysession: string;
|
|
95
|
+
fmt_actionbar_tips_locked: string;
|
|
96
|
+
fmt_actionbar_tips_recheckleave: string;
|
|
97
|
+
fmt_aside_status_connecting: string;
|
|
98
|
+
fmt_actionbar_labels_endmeeting: string;
|
|
99
|
+
fmt_actionbar__button_leaveyes: string;
|
|
100
|
+
fmt_actionbar__button_leaveno: string;
|
|
101
|
+
fmt_actionbar_options_utoadjust: string;
|
|
102
|
+
fmt_actionbar_options_micautoadjust: string;
|
|
103
|
+
fmt_actionbar_label_reducenoise: string;
|
|
104
|
+
fmt_actionbar_tips_cameraturnon: string;
|
|
105
|
+
fmt_actionbar_button_accept: string;
|
|
106
|
+
fmt_actionbar_button_refuse: string;
|
|
107
|
+
fmt_actionbar_tips_unmute: string;
|
|
108
|
+
fmt_actionbar_tips_agreeturnon: string;
|
|
109
|
+
fmt_actionbar_options_Keepsilent: string;
|
|
110
|
+
fmt_statusbar_label_fullscreen: string;
|
|
111
|
+
fmt_statusbar_label_exitfullscreen: string;
|
|
112
|
+
fmt_statusbar_label_switchlayout: string;
|
|
113
|
+
fmt_statusbar_label_durationtime: string;
|
|
114
|
+
fmt_statusbar_label_layout: string;
|
|
115
|
+
fmt_statusbar_label_layoutsetting: string;
|
|
116
|
+
fmt_statusbar_opions_listontop: string;
|
|
117
|
+
fmt_statusbar_label_grid: string;
|
|
118
|
+
fmt_statusbar_label_customwating: string;
|
|
119
|
+
fmt_statusbar_status_coppied: string;
|
|
120
|
+
fmt_statusbar_tips_copyfailed: string;
|
|
121
|
+
fmt_statusbar_tips_onstreaming: string;
|
|
122
|
+
fmt_statusbar_label_hour: string;
|
|
123
|
+
fmt_statusbar_label_minutes: string;
|
|
124
|
+
fmt_statusbar_label_cloudrecordingpaused: string;
|
|
125
|
+
fmt_statusbar_label_networkpaused: string;
|
|
126
|
+
fmt_statusbar_label_unknown: string;
|
|
127
|
+
fmt_statusbar_label_millisecond: string;
|
|
128
|
+
fmt_toolbar_tips_expand: string;
|
|
129
|
+
fmt_toolbar_label_connectaudio: string;
|
|
130
|
+
fmt_toolbar_label_nodevice: string;
|
|
131
|
+
fmt_toolbar_label_camera: string;
|
|
132
|
+
fmt_toolbar_options_enablecamera: string;
|
|
133
|
+
fmt_toolbar_tips_nodevice: string;
|
|
134
|
+
fmt_toolbar_button_audioaccess: string;
|
|
135
|
+
fmt_toolbar_options_pcaudio: string;
|
|
136
|
+
fmt_toolbar_options_phoneaudio: string;
|
|
137
|
+
fmt_toolbar_options_switchaccessmode: string;
|
|
138
|
+
fmt_toolbar_button_assignnewhost: string;
|
|
139
|
+
fmt_toolbar_button_assignleave: string;
|
|
140
|
+
fmt_toolbar_button_end: string;
|
|
141
|
+
fmt_toolbar_button_leave: string;
|
|
142
|
+
fmt_toolbar_button_cancel: string;
|
|
143
|
+
fmt_popup_tips_endplenarymeeting: string;
|
|
144
|
+
fmt_popup_button_endmeeting: string;
|
|
145
|
+
fmt_popup_button_leavemeeting: string;
|
|
146
|
+
fmt_popup_button_cancel: string;
|
|
147
|
+
fmt_meetingroom_status_abnormal: string;
|
|
148
|
+
fmt_meetingroom_tips_disconnected: string;
|
|
149
|
+
fmt_meetingroom_join_fail: string;
|
|
150
|
+
fmt_meetingroom_tips_rejoin: string;
|
|
151
|
+
fmt_meetingroom_button_sure: string;
|
|
152
|
+
fmt_popup_tips_leavenow: string;
|
|
153
|
+
fmt_popup_label_expression: string;
|
|
154
|
+
fmt_popup_tips_alreadycopied: string;
|
|
155
|
+
fmt_popup_button_meetinginfor: string;
|
|
156
|
+
fmt_popup_button_activatewaitingroom: string;
|
|
157
|
+
fmt_popup_button_openvideo: string;
|
|
158
|
+
fmt_popup_button_drag: string;
|
|
159
|
+
fmt_popup_label_muted: string;
|
|
160
|
+
fmt_popup_label_turnedon: string;
|
|
161
|
+
fmt_popup_label_meetingduration: string;
|
|
162
|
+
fmt_leave_tips_removetip: string;
|
|
163
|
+
fmt_leave_tips_classover: string;
|
|
164
|
+
fmt_toolbar_label_receiver: string;
|
|
165
|
+
fmt_toolbar_label_me: string;
|
|
166
|
+
fmt_toolbar_label_ear_phone: string;
|
|
167
|
+
fmt_toolbar_label_confirm: string;
|
|
168
|
+
fmt_toolbar_label_open: string;
|
|
169
|
+
fmt_toolbar_label_unlock: string;
|
|
170
|
+
fmt_toolbar_tips_microphone_open: string;
|
|
171
|
+
fmt_toolbar_tips_microphone_close: string;
|
|
172
|
+
fmt_toolbar_tips_camera_open: string;
|
|
173
|
+
fmt_toolbar_tips_camera_close: string;
|
|
174
|
+
fmt_toolbar_tips_host_forbid_open_mic: string;
|
|
175
|
+
fmt_toolbar_tips_host_forbid_open_camera: string;
|
|
176
|
+
fmt_toolbar_details_info_locked: string;
|
|
177
|
+
fmt_toolbar_details_room_locked: string;
|
|
178
|
+
fmt_toolbar_details_room_locked_tip: string;
|
|
179
|
+
fmt_toolbar_tips_details_unlock_meeting: string;
|
|
180
|
+
fmt_toolbar_tips_actions_route_earphone: string;
|
|
181
|
+
fmt_toolbar_tips_actions_route_receiver: string;
|
|
182
|
+
fmt_toolbar_tips_actions_route_speaker: string;
|
|
183
|
+
fmt_toolbar_tips_leave_room_lock_title: string;
|
|
184
|
+
fmt_toolbar_tips_leave_room_lock_info: string;
|
|
185
|
+
fmt_toolbar_leave_room_end_submit: string;
|
|
186
|
+
fmt_toolbar_tips_leave_room_end_cancel: string;
|
|
187
|
+
fmt_toolbar_tips_leave_host_select_submit_tips: string;
|
|
188
|
+
fmt_toolbar_leave_confirm_dialog_kick_title: string;
|
|
189
|
+
fmt_toolbar_tips_leave_confirm_dialog_kick_info: string;
|
|
190
|
+
fmt_toolbar_leave_confirm_dialog_submit: string;
|
|
191
|
+
fmt_toolbar_tips_leave_confirm_dialog_end_title: string;
|
|
192
|
+
fmt_toolbar_tips_leave_confirm_dialog_end_info: string;
|
|
193
|
+
fmt_additional_tips_cameraturnon: string;
|
|
194
|
+
fmt_additional_button_accept: string;
|
|
195
|
+
fmt_additional_button_refuse: string;
|
|
196
|
+
fmt_additional_tips_unmute: string;
|
|
197
|
+
fmt_additional_tips_agreeturnon: string;
|
|
198
|
+
fmt_additional_options_Keepsilent: string;
|
|
199
|
+
fmt_actionbar_button_enable: string;
|
|
200
|
+
fmt_actionbar_button_disable: string;
|
|
201
|
+
fmt_actionbar_tips_cloudrecording_already: string;
|
|
202
|
+
fmt_actionbar_tips_joinroom_noaudio: string;
|
|
203
|
+
fmt_actionbar_tips_canthear: string;
|
|
204
|
+
fmt_actionbar_button_continue: string;
|
|
205
|
+
fmt_actionbar_option_connectaudio: string;
|
|
206
|
+
fmt_actionbar_label_dialsip: string;
|
|
207
|
+
fmt_actionbar_tips_hidenonvideo: string;
|
|
208
|
+
fmt_driver_installation_v_sound_card: string;
|
|
209
|
+
fmt_camera_popup_label_restricted: string;
|
|
210
|
+
fmt_camera_popup_label_system_change: string;
|
|
211
|
+
fmt_camera_popup_button_system_change: string;
|
|
212
|
+
fmt_camera_popup_button_cancel: string;
|
|
213
|
+
fmt_audio_popup_label_restricted: string;
|
|
214
|
+
fmt_audio_popup_label_system_change: string;
|
|
215
|
+
fmt_audio_popup_button_system_change: string;
|
|
216
|
+
fmt_audio_popup_button_cancel: string;
|
|
217
|
+
fmt_popup_copywrite_stopstreamingnow: string;
|
|
218
|
+
fmt_popup_options_confirmstop: string;
|
|
219
|
+
fmt_popup_options_placedbottom: string;
|
|
220
|
+
fmt_popup_options_placedtop: string;
|
|
221
|
+
fmt_broadcast_tips_righturl: string;
|
|
222
|
+
fmt_broadcast_tips_anyonewatch: string;
|
|
223
|
+
fmt_broadcast_tips_streamingwebpage: string;
|
|
224
|
+
fmt_broadcast_tips_rightstreamingwebpage: string;
|
|
225
|
+
fmt_broadcast_tips_initiatefailed: string;
|
|
226
|
+
fmt_broadcast_tips_alreadybroadcasting: string;
|
|
227
|
+
fmt_additional_tips_startstreamingfailed: string;
|
|
228
|
+
fmt_additional_tips_updatelayoutfailed: string;
|
|
229
|
+
fmt_additional_tips_stoplivefailed: string;
|
|
230
|
+
fmt_actionbar_livestreaming_option_livenow: string;
|
|
231
|
+
fmt_actionbar_livestreaming_option_customlive: string;
|
|
232
|
+
fmt_actionbar_livestreaming_button_stoplive: string;
|
|
233
|
+
fmt_actionbar__livestreaming_labels_live: string;
|
|
234
|
+
fmt_broadcast_text_copyurl: string;
|
|
235
|
+
fmt_broadcast_livestream_stopped: string;
|
|
236
|
+
fmt_broadcast_livestream_merge: string;
|
|
237
|
+
fmt_broadcast_livestream_hand_over_relive: string;
|
|
238
|
+
fmt_broadcast_livestream_tips_hand_over_pc_to_mobile: string;
|
|
239
|
+
fmt_broadcast_livestream_tips_hand_over_mobile: string;
|
|
240
|
+
fmt_broadcast_livestream_label_stop_pc_only: string;
|
|
241
|
+
fmt_device_label_audio_mute: string;
|
|
242
|
+
fmt_device_label_audio_unmute: string;
|
|
243
|
+
fmt_device_label_video_start: string;
|
|
244
|
+
fmt_device_label_video_stop: string;
|
|
245
|
+
fmt_device_label_audio_list_selectMicrophone: string;
|
|
246
|
+
fmt_device_label_audio_list_selectSpeaker: string;
|
|
247
|
+
fmt_device_label_audio_list_leaveComputerAudio: string;
|
|
248
|
+
fmt_device_label_audio_list_switchToPhoneCall: string;
|
|
249
|
+
fmt_device_label_audio_list_testAudioDevice: string;
|
|
250
|
+
fmt_device_label_audio_list_moreAudioSettings: string;
|
|
251
|
+
fmt_device_label_video_list_selectCamera: string;
|
|
252
|
+
fmt_device_label_video_list_selectVirtualBackground: string;
|
|
253
|
+
fmt_device_label_video_list_selectVideoFilter: string;
|
|
254
|
+
fmt_device_label_video_list_moreVideoSettings: string;
|
|
255
|
+
fmt_modules_tips_notapplicate: string;
|
|
256
|
+
fmt_device_button_signout: string;
|
|
257
|
+
fmt_device_statues_opend: string;
|
|
258
|
+
fmt_device_statues_closed: string;
|
|
259
|
+
fmt_device_options_whitening: string;
|
|
260
|
+
fmt_device_options_effects_enable: string;
|
|
261
|
+
fmt_device_options_effects_disable: string;
|
|
262
|
+
fmt_device_options_smoother: string;
|
|
263
|
+
fmt_device_options_brighter: string;
|
|
264
|
+
fmt_device_tips_videoeffectson: string;
|
|
265
|
+
fmt_device_labels_specialeffects: string;
|
|
266
|
+
fmt_device_options_videojoin: string;
|
|
267
|
+
fmt_modules_labels_devicesettings: string;
|
|
268
|
+
fmt_status_label_Qualitystatistics: string;
|
|
269
|
+
fmt_status_label_saysomething: string;
|
|
270
|
+
fmt_status_label_stoprecord: string;
|
|
271
|
+
fmt_status_label_rotation: string;
|
|
272
|
+
fmt_sip_button_unmute: string;
|
|
273
|
+
fmt_sip_button_opencamera: string;
|
|
274
|
+
fmt_sip_button_topup: string;
|
|
275
|
+
fmt_sip_button_rename: string;
|
|
276
|
+
fmt_sip_button_remove: string;
|
|
277
|
+
fmt_security_options_allowunmute: string;
|
|
278
|
+
fmt_device_label_inspection_user_name: string;
|
|
279
|
+
fmt_device_label_inspection_mirror_mode: string;
|
|
280
|
+
fmt_device_inspection_camera_on: string;
|
|
281
|
+
fmt_device_inspection_turn_on_camera: string;
|
|
282
|
+
fmt_device_label_inspection_switch_camera: string;
|
|
283
|
+
fmt_device_label_inspection_speaker_on: string;
|
|
284
|
+
fmt_device_label_speaker_follow_system: string;
|
|
285
|
+
fmt_device_label_speaker_default: string;
|
|
286
|
+
fmt_device_inspection_turn_on_speaker: string;
|
|
287
|
+
fmt_device_inspection_start_meeting: string;
|
|
288
|
+
fmt_device_label_inspection_audio_route_speaker: string;
|
|
289
|
+
fmt_device_label_inspection_audio_route_receiver: string;
|
|
290
|
+
fmt_device_inspection_audio_route_headset: string;
|
|
291
|
+
fmt_device_inspection_audio_route_mute: string;
|
|
292
|
+
fmt_device_enabled: string;
|
|
293
|
+
fmt_device_disable: string;
|
|
294
|
+
fmt_device_lightening: string;
|
|
295
|
+
fmt_device_smoothness: string;
|
|
296
|
+
fmt_device_redness: string;
|
|
297
|
+
fmt_device_reset: string;
|
|
298
|
+
fmt_device_beauty_camera_open_remind: string;
|
|
299
|
+
fmt_device_other_watch_me: string;
|
|
300
|
+
fmt_device_i_watch_self: string;
|
|
301
|
+
fmt_device_enable_beauty_filter: string;
|
|
302
|
+
fmt_device_disable_beauty_filter: string;
|
|
303
|
+
fmt_device_beauty_turnoff: string;
|
|
304
|
+
fmt_device_remind_property_title: string;
|
|
305
|
+
fmt_device_remind_property_content: string;
|
|
306
|
+
fmt_device_remind_beauty_open_camera_title: string;
|
|
307
|
+
fmt_device_remind_beauty_open_camera_content: string;
|
|
308
|
+
fmt_device_confirm_enable: string;
|
|
309
|
+
fmt_device_mirroring_enable: string;
|
|
310
|
+
fmt_device_not_yet: string;
|
|
311
|
+
fmt_device_beauty_on: string;
|
|
312
|
+
fmt_device_options_redness: string;
|
|
313
|
+
fmt_layout_label_speaker: string;
|
|
314
|
+
fmt_layout_label_gallery: string;
|
|
315
|
+
fmt_uimanager_labels_roomname: string;
|
|
316
|
+
fmt_uimanager_labels_blank: string;
|
|
317
|
+
fmt_uimanager_labels_Switchview: string;
|
|
318
|
+
fmt_uimanager_labels_sharing: string;
|
|
319
|
+
fmt_uimanager_button_returntocontent: string;
|
|
320
|
+
fmt_uimanager_labels_screen: string;
|
|
321
|
+
fmt_uimanager_labels_whiteboard: string;
|
|
322
|
+
fmt_uimanager_tips_passwordcopied: string;
|
|
323
|
+
fmt_uimanager_labels_wirednetwork: string;
|
|
324
|
+
fmt_uimanager_option_flipleaf: string;
|
|
325
|
+
fmt_uimanager_option_Reset: string;
|
|
326
|
+
fmt_uimanager_option_Cameraview: string;
|
|
327
|
+
fmt_uimanager_option_Selfieview: string;
|
|
328
|
+
fmt_uimanager_tips_urmuted: string;
|
|
329
|
+
fmt_uimanager_tips_urturnedoff: string;
|
|
330
|
+
fmt_uimanager_tips_norightsvideo: string;
|
|
331
|
+
fmt_uimanager_tips_norightsaudio: string;
|
|
332
|
+
fmt_uimanager_tips_inviteturnon: string;
|
|
333
|
+
fmt_uimanager_tips_Remove: string;
|
|
334
|
+
fmt_uimanager_tips_designedas: string;
|
|
335
|
+
fmt_uimanager_tips_userleaft: string;
|
|
336
|
+
fmt_uimanager_labels_Setas: string;
|
|
337
|
+
fmt_uimanager_tips_allmuted: string;
|
|
338
|
+
fmt_uimanager_tips_meetinglocked: string;
|
|
339
|
+
fmt_uimanager_tips_meetingunlocked: string;
|
|
340
|
+
fmt_uimanager_labels_designate: string;
|
|
341
|
+
fmt_uimanager_labels_Becoming: string;
|
|
342
|
+
fmt_uimanager_tips_exceed: string;
|
|
343
|
+
fmt_uimanager_labels_Clickselect: string;
|
|
344
|
+
fmt_uimanager_button_determine: string;
|
|
345
|
+
fmt_uimanager_button_Meetnow: string;
|
|
346
|
+
fmt_uimanager_option_dualchannel: string;
|
|
347
|
+
fmt_uimanager_option_Sharedmono: string;
|
|
348
|
+
fmt_uimanager_option_Monochannel: string;
|
|
349
|
+
fmt_uimanager_option_Stereo: string;
|
|
350
|
+
fmt_uimanager_option_Improvefluency: string;
|
|
351
|
+
fmt_uimanager_option_Fluencypriority: string;
|
|
352
|
+
fmt_uimanager_option_Movebottom: string;
|
|
353
|
+
fmt_uimanager_option_Movetop: string;
|
|
354
|
+
fmt_uimanager_labels_Application: string;
|
|
355
|
+
fmt_uimanager_tips_ilock: string;
|
|
356
|
+
fmt_uimanager_button_close: string;
|
|
357
|
+
fmt_uimanager_option_popwindow: string;
|
|
358
|
+
fmt_uimanager_option_mergeview: string;
|
|
359
|
+
fmt_uimanager_labels_deviceselect: string;
|
|
360
|
+
fmt_uimanager_labels_mirror: string;
|
|
361
|
+
fmt_modules_labels_speaking: string;
|
|
362
|
+
fmt_modules_status_nowspeaking: string;
|
|
363
|
+
fmt_uimanager_window_un_pin: string;
|
|
364
|
+
fmt_uimanager_window_pin_success: string;
|
|
365
|
+
fmt_uimanager_window_un_pin_success: string;
|
|
366
|
+
fmt_uimanager_window_pin_error_hide_mine: string;
|
|
367
|
+
fmt_uimanager_window_pin_error_hide_no_video: string;
|
|
368
|
+
fmt_uimanager_follow_pc: string;
|
|
369
|
+
fmt_chat_label_chat: string;
|
|
370
|
+
fmt_chat_window_title: string;
|
|
371
|
+
fmt_chat_setting_privilege: string;
|
|
372
|
+
fmt_chat_setting_privilege_list_no: string;
|
|
373
|
+
fmt_chat_setting_privilege_list_everyone: string;
|
|
374
|
+
fmt_chat_window_position_popup: string;
|
|
375
|
+
fmt_chat_window_position_merge: string;
|
|
376
|
+
fmt_chat_tips_exceedlimit: string;
|
|
377
|
+
fmt_chat_button_muteall: string;
|
|
378
|
+
fmt_chat_tips_Networkconnect: string;
|
|
379
|
+
fmt_chat_tips_selectchat: string;
|
|
380
|
+
fmt_chat_tips_permissionchange: string;
|
|
381
|
+
fmt_chat_option_onlypublic: string;
|
|
382
|
+
fmt_chat_option_onlyprivate: string;
|
|
383
|
+
fmt_chat_tips_newmessage: string;
|
|
384
|
+
fmt_chat_button_latestlocation: string;
|
|
385
|
+
fmt_chat_tips_freechat: string;
|
|
386
|
+
fmt_chat_tips_onlypublic: string;
|
|
387
|
+
fmt_chat_tips_muteroom: string;
|
|
388
|
+
fmt_chat_labels_sendto: string;
|
|
389
|
+
fmt_chat_option_all: string;
|
|
390
|
+
fmt_chat_tips_selecthost: string;
|
|
391
|
+
fmt_chat_tips_nodata: string;
|
|
392
|
+
fmt_chats_label_from: string;
|
|
393
|
+
fmt_chats_label_privatechat: string;
|
|
394
|
+
fmt_chat_options_Freechat: string;
|
|
395
|
+
fmt_chat_options_Forbidchat: string;
|
|
396
|
+
fmt_chat_options_Notapplicable: string;
|
|
397
|
+
fmt_chat_label_Chatmanagement: string;
|
|
398
|
+
fmt_chat_button_MultipleChoice: string;
|
|
399
|
+
fmt_chat_tips_otherpartyleave: string;
|
|
400
|
+
fmt_chat_options_onlyprivatechat: string;
|
|
401
|
+
fmt_chat_tips_chatpermissionchange: string;
|
|
402
|
+
fmt_pairicipant_tips_cohostbeenrevoke: string;
|
|
403
|
+
fmt_pairicipant_tips_cohostrevoke: string;
|
|
404
|
+
fmt_pairicipant_tips_nolongercohost: string;
|
|
405
|
+
fmt_pairicipant_label_Now: string;
|
|
406
|
+
fmt_pairicipant_tips_notempty: string;
|
|
407
|
+
fmt_chat_to_label_to: string;
|
|
408
|
+
fmt_chat_label_bubbletip: string;
|
|
409
|
+
fmt_attendies_label_chatpermisson: string;
|
|
410
|
+
fmt_chate_tips_leave: string;
|
|
411
|
+
fmt_chat_label_meetingchat: string;
|
|
412
|
+
fmt_chate_tips_wordoutrange: string;
|
|
413
|
+
fmt_chat_txt_max_number: string;
|
|
414
|
+
fmt_chat_private_tips: string;
|
|
415
|
+
fmt_chat_send_to: string;
|
|
416
|
+
fmt_chat_copy_to_clipboard: string;
|
|
417
|
+
fmt_chat_private_hosts: string;
|
|
418
|
+
fmt_chat_private_permission_changes: string;
|
|
419
|
+
fmt_chat_status_call_in: string;
|
|
420
|
+
fmt_chat_room_chat_limit: string;
|
|
421
|
+
fmt_chat_private_to_me: string;
|
|
422
|
+
fmt_chat_enable_limit: string;
|
|
423
|
+
fmt_chat_say_something: string;
|
|
424
|
+
fmt_chat_send_cohost: string;
|
|
425
|
+
fmt_chat_setting_value: string;
|
|
426
|
+
fmt_chat_send_open: string;
|
|
427
|
+
fmt_chat_send_only_open: string;
|
|
428
|
+
fmt_chat_send_only_cohost: string;
|
|
429
|
+
fmt_chat_send_limit: string;
|
|
430
|
+
fmt_chat_to_me: string;
|
|
431
|
+
fmt_chat_sending_to: string;
|
|
432
|
+
fmt_chat_to_you: string;
|
|
433
|
+
fmt_send_msg_max_length: string;
|
|
434
|
+
fmt_networkstatus_state_disconnect: string;
|
|
435
|
+
fmt_open_chat_permission: string;
|
|
436
|
+
fmt_chat_rooms_are_enable: string;
|
|
437
|
+
fmt_chat_room_mute_is_enabled: string;
|
|
438
|
+
fmt_chat_only_open: string;
|
|
439
|
+
fmt_chat_only_host_cohost: string;
|
|
440
|
+
fmt_allow_white_board_label_edit: string;
|
|
441
|
+
fmt_chat_copy_me_to: string;
|
|
442
|
+
fmt_chat_copy_from_to: string;
|
|
443
|
+
fmt_chat_copy_me_to_all: string;
|
|
444
|
+
fmt_chat_copy_from_to_all: string;
|
|
445
|
+
fmt_chat_back_to_the_latest_location: string;
|
|
446
|
+
fmt_chat_new_unread_messages: string;
|
|
447
|
+
fmt_chat_unread_messages: string;
|
|
448
|
+
fmt_chat_private_to_user: string;
|
|
449
|
+
fmt_chat_network_connect: string;
|
|
450
|
+
fmt_chat_setting_title: string;
|
|
451
|
+
fmt_chat_setting_bubble_tips: string;
|
|
452
|
+
fmt_chat_big_bubble: string;
|
|
453
|
+
fmt_chat_small_bubble: string;
|
|
454
|
+
fmt_chat_label_enter_message: string;
|
|
455
|
+
fmt_screenshare_window_tab_basic: string;
|
|
456
|
+
fmt_screenshare_window_tab_advanced: string;
|
|
457
|
+
fmt_screenshare_window_button_start: string;
|
|
458
|
+
fmt_screenshare_window_checkbox_shareAudio: string;
|
|
459
|
+
fmt_screenshare_controlbar_button_stop: string;
|
|
460
|
+
fmt_screenshare_controlbar_button_microphone: string;
|
|
461
|
+
fmt_screenshare_controlbar_button_camera: string;
|
|
462
|
+
fmt_screenshare_controlbar_button_security: string;
|
|
463
|
+
fmt_screenshare_controlbar_button_participant: string;
|
|
464
|
+
fmt_screenshare_controlbar_button_newScreenshare: string;
|
|
465
|
+
fmt_screenshare_controlbar_button_more: string;
|
|
466
|
+
fmt_screenshare_controlbar_button_more_chat: string;
|
|
467
|
+
fmt_screenshare_controlbar_button_more_cloudRecord: string;
|
|
468
|
+
fmt_screenshare_controlbar_button_more_live: string;
|
|
469
|
+
fmt_screenshare_controlbar_button_more_setting: string;
|
|
470
|
+
fmt_screenshare_controlbar_status_sharing: string;
|
|
471
|
+
fmt_screenshare_controlbar_security_list_lock: string;
|
|
472
|
+
fmt_screenshare_controlbar_security_list_participant_screenshare: string;
|
|
473
|
+
fmt_screenshare_controlbar_security_list_participant_chat: string;
|
|
474
|
+
fmt_screenshare_controlbar_security_list_participant_unmute: string;
|
|
475
|
+
fmt_screenshare_controlbar_security_list_participant_startVideo: string;
|
|
476
|
+
fmt_screenshare_controlbar_security_list_participant_changeName: string;
|
|
477
|
+
fmt_screenshare_controlbar_security_list_participantManagement: string;
|
|
478
|
+
fmt_screenshare_button_chosecontent: string;
|
|
479
|
+
fmt_screenshare_tips_newsharing: string;
|
|
480
|
+
fmt_screenshare_label_screenshare: string;
|
|
481
|
+
fmt_screenshare_button_sharewhiteboard: string;
|
|
482
|
+
fmt_screenshare_button_chosewhiteboard: string;
|
|
483
|
+
fmt_screenshare_options_alreadyopend: string;
|
|
484
|
+
fmt_screenshare_options_allow: string;
|
|
485
|
+
fmt_screenshare_options_editable: string;
|
|
486
|
+
fmt_screenshare_button_disableshare: string;
|
|
487
|
+
fmt_screenshare_label_application: string;
|
|
488
|
+
fmt_screenshare_tips_imsharing: string;
|
|
489
|
+
fmt_screenshare_tips_smonesharing: string;
|
|
490
|
+
fmt_screenshare_tips_alreadyopened: string;
|
|
491
|
+
fmt_screenshare_button_stopshare: string;
|
|
492
|
+
fmt_screenshare_button_localrecordingmiss: string;
|
|
493
|
+
fmt_screenshare_tips_hostprohibits: string;
|
|
494
|
+
fmt_screenshare_tips_enablecollection: string;
|
|
495
|
+
fmt_screenshare_tips_hostprohibitssharing: string;
|
|
496
|
+
fmt_screenshare_tips_faild_reselect: string;
|
|
497
|
+
fmt_screenshare_tips_faild_screenselect: string;
|
|
498
|
+
fmt_screenshare_tips_faild_nopermission: string;
|
|
499
|
+
fmt_screenshare_tips_faild_restrict: string;
|
|
500
|
+
fmt_screenshare_tips_faild_alreadysharing: string;
|
|
501
|
+
fmt_screenshare_options_allowshare: string;
|
|
502
|
+
fmt_screenshare_tips_notavailable: string;
|
|
503
|
+
fmt_screenshare_whiteboard_button_exitdrawing: string;
|
|
504
|
+
fmt_screenshare_options_enableedit: string;
|
|
505
|
+
fmt_actionbar_screenshare_option_selectcontent: string;
|
|
506
|
+
fmt_actionbar_screenshare_labels_others: string;
|
|
507
|
+
fmt_actionbar_screenshare_tips_restrictshare: string;
|
|
508
|
+
fmt_modules_labels_sharing: string;
|
|
509
|
+
fmt_share_tips_othsersharing: string;
|
|
510
|
+
fmt_share_tips_stopothersharing: string;
|
|
511
|
+
fmt_share_buttons_contiueshare: string;
|
|
512
|
+
fmt_share_tips_otherssharing: string;
|
|
513
|
+
fmt_share_tips_sharingdisabled: string;
|
|
514
|
+
fmt_share_tips_sharingprohibit_byhost: string;
|
|
515
|
+
fmt_share_tips_sharingprohibit_bycohost: string;
|
|
516
|
+
fmt_share_tips_sharingprohibit_gotit: string;
|
|
517
|
+
fmt_share_tips_othersharingboard: string;
|
|
518
|
+
fmt_share_tips_boardonly: string;
|
|
519
|
+
fmt_share_tips_sharingscreen: string;
|
|
520
|
+
fmt_share_tips_willstopsharingscreen: string;
|
|
521
|
+
fmt_share_label_saysomething: string;
|
|
522
|
+
fmt_share_label_canttalk: string;
|
|
523
|
+
fmt_screenshare_screen_and_board: string;
|
|
524
|
+
fmt_screenshare_editable_board: string;
|
|
525
|
+
fmt_screenshare: string;
|
|
526
|
+
fmt_screenshare_button_newshare: string;
|
|
527
|
+
fmt_screenshare_button_stopsharing: string;
|
|
528
|
+
fmt_screenshare_status_sharing: string;
|
|
529
|
+
fmt_screenshare_button_replace: string;
|
|
530
|
+
fmt_screenshare_button_start: string;
|
|
531
|
+
fmt_screenshare_button_stop: string;
|
|
532
|
+
fmt_screenshare_stop_share_board: string;
|
|
533
|
+
fmt_screenshare_stop_share_screen: string;
|
|
534
|
+
fmt_screenshare_no_permission_open_board: string;
|
|
535
|
+
fmt_screenshare_administrator_disables_share_screen_board: string;
|
|
536
|
+
fmt_screenshare_no_permission_close_board: string;
|
|
537
|
+
fmt_screenshare_clash_board_remind_title: string;
|
|
538
|
+
fmt_screenshare_clash_board_remind_content: string;
|
|
539
|
+
fmt_screenshare_clash_screen_share_remind_title: string;
|
|
540
|
+
fmt_screenshare_clash_screen_share_remind_content: string;
|
|
541
|
+
fmt_screenshare_clash_screen_share_remind_content_stop_board: string;
|
|
542
|
+
fmt_screenshare_opposite_side: string;
|
|
543
|
+
fmt_screenshare_continue_share: string;
|
|
544
|
+
fmt_screenshare_cohost_can_not_share_remind: string;
|
|
545
|
+
fmt_screenshare_pop_more: string;
|
|
546
|
+
fmt_screenshare_room_new_screen_share: string;
|
|
547
|
+
fmt_screenshare_room_speaker_spotlight_username: string;
|
|
548
|
+
fmt_screenshare_stop_other_screen_share: string;
|
|
549
|
+
fmt_screenshare_not_open_yet: string;
|
|
550
|
+
fmt_screenshare_audio_des: string;
|
|
551
|
+
fmt_screenshare_audio_on: string;
|
|
552
|
+
fmt_screenshare_audio_off: string;
|
|
553
|
+
fmt_screenshare_stop_screen_share: string;
|
|
554
|
+
fmt_screenshare_disablelayout_while_share: string;
|
|
555
|
+
fmt_screenshare_start: string;
|
|
556
|
+
fmt_screenshare_stop_your_share: string;
|
|
557
|
+
fmt_screenshare_tips_share_audio_micon: string;
|
|
558
|
+
fmt_screenshare_tips_share_audio_turnonmic: string;
|
|
559
|
+
fmt_screenshare_button_giveup_shareaudio: string;
|
|
560
|
+
fmt_screenshare_button_confirm_shareaudio: string;
|
|
561
|
+
fmt_screenshare_tips_sharing_audio_keep_on: string;
|
|
562
|
+
fmt_screenshare_tips_sharing_audio_cancel: string;
|
|
563
|
+
fmt_screenshare_tips_sharing_audio_confirm: string;
|
|
564
|
+
fmt_screenshare_tips_sharing_disabled_tocontact: string;
|
|
565
|
+
fmt_screenshare_tips_unenabled: string;
|
|
566
|
+
fmt_screenshare_whiteboard_options_changetheme: string;
|
|
567
|
+
fmt_screenshare_tips_alreadyoriginalsize: string;
|
|
568
|
+
fmt_screenshare_lables_originalsize: string;
|
|
569
|
+
fmt_screenshare_whiteboard_tips_alreadyadaptionsize: string;
|
|
570
|
+
fmt_screenshare_lables_adaptionlsize: string;
|
|
571
|
+
fmt_screenshare_whiteboard_tips_alreadymaximumsize: string;
|
|
572
|
+
fmt_screenshare_whiteboard_button_enlarge: string;
|
|
573
|
+
fmt_screenshare_whiteboard_tips_alreadyminumumsize: string;
|
|
574
|
+
fmt_screenshare_whiteboard_button_narrow: string;
|
|
575
|
+
fmt_screenshare_whiteboard_tips_someonesharing: string;
|
|
576
|
+
fmt_screenshare_whiteboard_tips_reconnecting: string;
|
|
577
|
+
fmt_screenshare_whiteboard_tips_reconnectinghold: string;
|
|
578
|
+
fmt_screenshare_whiteboard_tips_couldreopen: string;
|
|
579
|
+
fmt_screenshare_whiteboard_tips_reopening: string;
|
|
580
|
+
fmt_screenshare_whiteboard_tips_continuewaiting: string;
|
|
581
|
+
fmt_screenshare_whiteboard_button_dontwait: string;
|
|
582
|
+
fmt_screenshare_whiteboard_tips_defaultwhiteboard: string;
|
|
583
|
+
fmt_screenshare_whiteboard_tips_blackboard: string;
|
|
584
|
+
fmt_screenshare_whiteboard_lables_wallpoaster: string;
|
|
585
|
+
fmt_screenshare_whiteboard_tips_righclick: string;
|
|
586
|
+
fmt_screenshare_whiteboard_button_setcolor: string;
|
|
587
|
+
fmt_screenshare_whiteboard_button_eraser: string;
|
|
588
|
+
fmt_screenshare_whiteboard_button_empty: string;
|
|
589
|
+
fmt_screenshare_whiteboard_button_additionaltools: string;
|
|
590
|
+
fmt_screenshare_whiteboard_button_withdrwa: string;
|
|
591
|
+
fmt_screenshare_whiteboard_button_forward: string;
|
|
592
|
+
fmt_screenshare_whiteboard_button_paintbrush: string;
|
|
593
|
+
fmt_screenshare_whiteboard_button_cutting: string;
|
|
594
|
+
fmt_screenshare_whiteboard_button_screenshot: string;
|
|
595
|
+
fmt_screenshare_whiteboard_options_hideshot: string;
|
|
596
|
+
fmt_screenshare_whiteboard_button_shape: string;
|
|
597
|
+
fmt_screenshare_whiteboard_button_laserpen: string;
|
|
598
|
+
fmt_screenshare_whiteboard_button_boxselection: string;
|
|
599
|
+
fmt_screenshare_whiteboard_button_text: string;
|
|
600
|
+
fmt_screenshare_whiteboard_button_dragdrop: string;
|
|
601
|
+
fmt_screenshare_whiteboard_button_savescript: string;
|
|
602
|
+
fmt_screenshare_whiteboard_button_spread: string;
|
|
603
|
+
fmt_screenshare_whiteboard_tips_choose_pen_first: string;
|
|
604
|
+
fmt_screenshare_whiteboard_tips_downloading: string;
|
|
605
|
+
fmt_screenshare_whiteboard_tips_savedsuccessfully: string;
|
|
606
|
+
fmt_screenshare_whiteboard_tips_failed: string;
|
|
607
|
+
fmt_screenshare_whiteboard_tips_stoppedboard: string;
|
|
608
|
+
fmt_screenshare_whiteboard_lables_newshare: string;
|
|
609
|
+
fmt_screenshare_whiteboard_button_gotit: string;
|
|
610
|
+
fmt_screenshare_whiteboard_tips_stopped: string;
|
|
611
|
+
fmt_screenshare_whiteboard_tips_cannotjoin: string;
|
|
612
|
+
fmt_screenshare_whiteboard_tips_alreadyopend: string;
|
|
613
|
+
fmt_screenshare_whiteboard_tips_stop_continue: string;
|
|
614
|
+
fmt_whiteboard_labels_colour: string;
|
|
615
|
+
fmt_share_options_smallpen: string;
|
|
616
|
+
fmt_share_options_midpen: string;
|
|
617
|
+
fmt_share_options_bigpen: string;
|
|
618
|
+
fmt_share_options_yellow: string;
|
|
619
|
+
fmt_share_options_blue: string;
|
|
620
|
+
fmt_share_options_purple: string;
|
|
621
|
+
fmt_share_options_green: string;
|
|
622
|
+
fmt_share_options_whiteboard: string;
|
|
623
|
+
fmt_share_options_red: string;
|
|
624
|
+
fmt_whiteboard_save_success: string;
|
|
625
|
+
fmt_whiteboard_save_failure: string;
|
|
626
|
+
fmt_whiteboard_tips_two_finger_move: string;
|
|
627
|
+
fmt_whiteboard_tips_expanded: string;
|
|
628
|
+
fmt_whiteboard_tips_collapsed: string;
|
|
629
|
+
fmt_whiteboard_tips_selector: string;
|
|
630
|
+
fmt_whiteboard_tips_text: string;
|
|
631
|
+
fmt_whiteboard_tips_rectangle: string;
|
|
632
|
+
fmt_whiteboard_tips_triangle: string;
|
|
633
|
+
fmt_whiteboard_tips_circle: string;
|
|
634
|
+
fmt_whiteboard_label_pentagon: string;
|
|
635
|
+
fmt_whiteboard_label_prismatic: string;
|
|
636
|
+
fmt_whiteboard_tips_straight: string;
|
|
637
|
+
fmt_whiteboard_tips_arrow: string;
|
|
638
|
+
fmt_whiteboard_tips_change_color: string;
|
|
639
|
+
fmt_whiteboard_tips_change_bg: string;
|
|
640
|
+
fmt_whiteboard_tips_change_bg_white: string;
|
|
641
|
+
fmt_whiteboard_tips_change_bg_black: string;
|
|
642
|
+
fmt_whiteboard_tips_change_bg_green: string;
|
|
643
|
+
fmt_whiteboard_tips_stop_share: string;
|
|
644
|
+
fmt_whiteboard_tips_start_share: string;
|
|
645
|
+
fmt_whiteboard_tips_share_failed: string;
|
|
646
|
+
fmt_whiteboard_tips_stop_share_failed: string;
|
|
647
|
+
fmt_whiteboard_tips_start_share_failed: string;
|
|
648
|
+
fmt_whiteboard_tips_download_permission_denied: string;
|
|
649
|
+
fmt_whiteboard_dialog_share_stopped_message_host: string;
|
|
650
|
+
fmt_whiteboard_dialog_share_stopped_message_cohost: string;
|
|
651
|
+
fmt_screenshare_whiteboard_option_disablesharing: string;
|
|
652
|
+
fmt_share_options_blackboard: string;
|
|
653
|
+
fmt_share_options_chalkboard: string;
|
|
654
|
+
fmt_share_label_shareboard: string;
|
|
655
|
+
fmt_information_label_clicktocopy: string;
|
|
656
|
+
fmt_information_tips_beencopied: string;
|
|
657
|
+
fmt_information_tips_numbercopyfailed: string;
|
|
658
|
+
fmt_information_options_sharedetail: string;
|
|
659
|
+
fmt_meetingInfo_label: string;
|
|
660
|
+
fmt_meetingInfo_window_title: string;
|
|
661
|
+
fmt_meetingInfo_window_info_meetingID: string;
|
|
662
|
+
fmt_meetingInfo_window_info_meetingID_copy: string;
|
|
663
|
+
fmt_sharing_button_download: string;
|
|
664
|
+
fmt_invitation_tips_invitationfailed: string;
|
|
665
|
+
fmt_invitation_tips_invitation: string;
|
|
666
|
+
fmt_meetinginfo_tips_lockedroom: string;
|
|
667
|
+
fmt_meetinginfo_tips_nobycanjoin: string;
|
|
668
|
+
fmt_meetinginfo_label_code: string;
|
|
669
|
+
fmt_meetinginfo_details_code_none: string;
|
|
670
|
+
fmt_meetinginfo_my_name_label: string;
|
|
671
|
+
fmt_meetinginfo_room_topic: string;
|
|
672
|
+
fmt_meetinginfo_duration_reservation: string;
|
|
673
|
+
fmt_meetinginfo_dialog_title_meeting_info: string;
|
|
674
|
+
fmt_meetinginfo_duration_1: string;
|
|
675
|
+
fmt_meetinginfo_duration_2: string;
|
|
676
|
+
fmt_meetinginfo_duration_2_no_min: string;
|
|
677
|
+
fmt_information_label_lockmeeting: string;
|
|
678
|
+
fmt_information_tips_lockedbyhost: string;
|
|
679
|
+
fmt_information_tips_copysuccess: string;
|
|
680
|
+
fmt_information_tips_copyfailed: string;
|
|
681
|
+
fmt_information_label_sharemeetingnumber: string;
|
|
682
|
+
fmt_additional_tips_invitationfailed: string;
|
|
683
|
+
fmt_additional_tips_invitation: string;
|
|
684
|
+
fmt_sharing_button_copydetailed: string;
|
|
685
|
+
fmt_sharing_label_invitationlink: string;
|
|
686
|
+
fmt_sharing_tips_copyto_clipboard: string;
|
|
687
|
+
fmt_sharing_tips_copyfull_failed: string;
|
|
688
|
+
fmt_sharing_label_invitationdetailed: string;
|
|
689
|
+
fmt_information_tips_meeting_inprogress: string;
|
|
690
|
+
fmt_information_tips_click_return_meeting: string;
|
|
691
|
+
fmt_information_label_s_fast_meeting: string;
|
|
692
|
+
fmt_networkstatus_window_title: string;
|
|
693
|
+
fmt_networkstatus_window_rate_good: string;
|
|
694
|
+
fmt_networkstatus_window_rate_medium: string;
|
|
695
|
+
fmt_networkstatus_window_rate_bad: string;
|
|
696
|
+
fmt_networkstatus_window_latency: string;
|
|
697
|
+
fmt_networkstatus_window_loss: string;
|
|
698
|
+
fmt_networkstatus_window_moreData: string;
|
|
699
|
+
fmt_modules_labels_qualitystatistics: string;
|
|
700
|
+
fmt_meetinginfo_label_time: string;
|
|
701
|
+
fmt_meetinginfo_label_myname: string;
|
|
702
|
+
fmt_meetinginfo_label_lockedmeeting: string;
|
|
703
|
+
fmt_networkstatus_up_link: string;
|
|
704
|
+
fmt_networkstatus_down_link: string;
|
|
705
|
+
fmt_networkstatus_down_loss: string;
|
|
706
|
+
fmt_networkstatus_up_loss: string;
|
|
707
|
+
fmt_security_options_restract: string;
|
|
708
|
+
fmt_security_options_removemultiple: string;
|
|
709
|
+
fmt_security_options_openvideo: string;
|
|
710
|
+
fmt_security_options_stopvideo: string;
|
|
711
|
+
fmt_security_options_openaudio: string;
|
|
712
|
+
fmt_security_options_stopaudio: string;
|
|
713
|
+
fmt_security_options_activatewaitingroom: string;
|
|
714
|
+
fmt_security_options_playnotification: string;
|
|
715
|
+
fmt_security_options_silence: string;
|
|
716
|
+
fmt_security_buttons_allhandsdown: string;
|
|
717
|
+
fmt_security_options_muteall: string;
|
|
718
|
+
fmt_security_buttons_muteall: string;
|
|
719
|
+
fmt_security_buttons_cancel: string;
|
|
720
|
+
fmt_security_waiting_room: string;
|
|
721
|
+
fmt_security_start_video: string;
|
|
722
|
+
fmt_security_pause_all: string;
|
|
723
|
+
fmt_security_remove_all: string;
|
|
724
|
+
fmt_security_tips_lock_meeting_on: string;
|
|
725
|
+
fmt_security_tips_lock_meeting_off: string;
|
|
726
|
+
fmt_security_tips_waiting_room_on: string;
|
|
727
|
+
fmt_security_tips_waiting_room_off: string;
|
|
728
|
+
fmt_security_tips_join_mute_on: string;
|
|
729
|
+
fmt_security_tips_join_mute_off: string;
|
|
730
|
+
fmt_security_tips_share_screen_on: string;
|
|
731
|
+
fmt_security_tips_share_screen_off: string;
|
|
732
|
+
fmt_security_tips_start_audio_on: string;
|
|
733
|
+
fmt_security_tips_start_audio_off: string;
|
|
734
|
+
fmt_security_tips_host_start_audio_on: string;
|
|
735
|
+
fmt_security_tips_host_start_audio_off: string;
|
|
736
|
+
fmt_security_tips_start_video_on: string;
|
|
737
|
+
fmt_security_tips_start_video_off: string;
|
|
738
|
+
fmt_security_tips_host_start_video_on: string;
|
|
739
|
+
fmt_security_tips_host_start_video_off: string;
|
|
740
|
+
fmt_security_chat_with_hosts: string;
|
|
741
|
+
fmt_security_tips_allow_write_board: string;
|
|
742
|
+
fmt_security_tips_disallow_write_board: string;
|
|
743
|
+
fmt_settings_option_setting: string;
|
|
744
|
+
fmt_settings_option_general: string;
|
|
745
|
+
fmt_settings_option_about_us: string;
|
|
746
|
+
fmt_settings_option_about_videoset: string;
|
|
747
|
+
fmt_settings_option_debug: string;
|
|
748
|
+
fmt_settings_option_region_na: string;
|
|
749
|
+
fmt_settings_option_region_ap: string;
|
|
750
|
+
fmt_settings_option_region_cn: string;
|
|
751
|
+
fmt_settings_option_region_eu: string;
|
|
752
|
+
fmt_settings_option_enviroment_Dev: string;
|
|
753
|
+
fmt_settings_option_enviroment_Test: string;
|
|
754
|
+
fmt_settings_option_enviroment_Pre: string;
|
|
755
|
+
fmt_settings_option_enviroment_Pro: string;
|
|
756
|
+
fmt_settings_label_region: string;
|
|
757
|
+
fmt_settings_label_about_us_about_us: string;
|
|
758
|
+
fmt_settings_label_aboutus_ver: string;
|
|
759
|
+
fmt_settings_label_aboutus_declaration: string;
|
|
760
|
+
fmt_settings_label_video_resolution: string;
|
|
761
|
+
fmt_settings_label_video_bitrate_frame: string;
|
|
762
|
+
fmt_settings_label_video_resolution_small: string;
|
|
763
|
+
fmt_settings_label_video_bitrate_frame_small: string;
|
|
764
|
+
fmt_settings_label_video_screenshare_resolution: string;
|
|
765
|
+
fmt_settings_label_video_screenshare_bitrate_frame: string;
|
|
766
|
+
fmt_settings_link_about_us_user_agreement: string;
|
|
767
|
+
fmt_settings_link_about_us_privacy_policy: string;
|
|
768
|
+
fmt_settings_label_aboutus_slogan: string;
|
|
769
|
+
fmt_settings_button_logout: string;
|
|
770
|
+
fmt_setting_label_setting: string;
|
|
771
|
+
fmt_setting_option_Voice: string;
|
|
772
|
+
fmt_setting_option_Video: string;
|
|
773
|
+
fmt_setting_label_Speaker: string;
|
|
774
|
+
fmt_setting_label_oututlevel: string;
|
|
775
|
+
fmt_setting_button_Speaker_pause: string;
|
|
776
|
+
fmt_setting_label_volume: string;
|
|
777
|
+
fmt_setting_option_volumeadjust: string;
|
|
778
|
+
fmt_setting_label_Mic: string;
|
|
779
|
+
fmt_setting_button_Mic: string;
|
|
780
|
+
fmt_setting_button_Speaker_recording: string;
|
|
781
|
+
fmt_setting_label_3a: string;
|
|
782
|
+
fmt_setting_option_3alow: string;
|
|
783
|
+
fmt_setting_option_3amoderate: string;
|
|
784
|
+
fmt_setting_option_3ahigh: string;
|
|
785
|
+
fmt_setting_label_professional: string;
|
|
786
|
+
fmt_setting_option_orinalvoise: string;
|
|
787
|
+
fmt_setting_tips_speaker: string;
|
|
788
|
+
fmt_setting_tips_mic: string;
|
|
789
|
+
fmt_setting_tips_speaker_unwork: string;
|
|
790
|
+
fmt_setting_tips_mic_unwork: string;
|
|
791
|
+
fmt_setting_label_preview: string;
|
|
792
|
+
fmt_setting_option_preview_highdefinition: string;
|
|
793
|
+
fmt_setting_option_basics: string;
|
|
794
|
+
fmt_setting_option_backgrounds: string;
|
|
795
|
+
fmt_setting_option_beauty: string;
|
|
796
|
+
fmt_setting_option_high_definition: string;
|
|
797
|
+
fmt_setting_option_joinmeeting: string;
|
|
798
|
+
fmt_setting_option_joinmeeting_preview: string;
|
|
799
|
+
fmt_setting_option_hidenonvideo: string;
|
|
800
|
+
fmt_setting_label_maxattendees: string;
|
|
801
|
+
fmt_setting_label_maxattendees_16: string;
|
|
802
|
+
fmt_setting_label_maxattendees_25: string;
|
|
803
|
+
fmt_modules_labels_Videobackground: string;
|
|
804
|
+
fmt_modules_tips_Imagebackground: string;
|
|
805
|
+
fmt_internalsetting_label_generalsetting: string;
|
|
806
|
+
fmt_internalsetting_label_inputlevel: string;
|
|
807
|
+
fmt_internalsetting_label_inputvolume: string;
|
|
808
|
+
fmt_internalsetting_label_automatic: string;
|
|
809
|
+
fmt_internalsetting_tips_backgroundsound: string;
|
|
810
|
+
fmt_internalsetting_tips_fanpan: string;
|
|
811
|
+
fmt_internalsetting_tips_dogbarking: string;
|
|
812
|
+
fmt_internalsetting_label_senior: string;
|
|
813
|
+
fmt_internalsetting_button_detectspeaker: string;
|
|
814
|
+
fmt_internalsetting_status_recording: string;
|
|
815
|
+
fmt_internalsetting_status_nodevice: string;
|
|
816
|
+
fmt_internalsetting_labels_enableoptions: string;
|
|
817
|
+
fmt_internalsetting_options_highqualitymusic: string;
|
|
818
|
+
fmt_internalsetting_options_echocancell: string;
|
|
819
|
+
fmt_internalsetting_options_stereo: string;
|
|
820
|
+
fmt_internalsetting_labels_audiostereoencode: string;
|
|
821
|
+
fmt_internalsetting_tips_preventechoes: string;
|
|
822
|
+
fmt_internalsetting_tips_optiomizeaudio: string;
|
|
823
|
+
fmt_internalsetting_tips_speakerpriority: string;
|
|
824
|
+
fmt_internalsetting_labels_voicestimulation: string;
|
|
825
|
+
fmt_internalsetting_options_hidenonvideo: string;
|
|
826
|
+
fmt_internalsetting_options_adjustlowlight: string;
|
|
827
|
+
fmt_internalsetting_options_closevideojoin: string;
|
|
828
|
+
fmt_internalsetting_options_alwaysbox: string;
|
|
829
|
+
fmt_internalsetting_labels_advancedsetting: string;
|
|
830
|
+
fmt_internalsetting_options_videonoisereduction: string;
|
|
831
|
+
fmt_internalsetting_options_hardwareacceleration: string;
|
|
832
|
+
fmt_internalsetting_tips_nocamerajoin: string;
|
|
833
|
+
fmt_internalsetting_options_mirromyvideo: string;
|
|
834
|
+
fmt_internalsetting_tips_optimizevideo: string;
|
|
835
|
+
fmt_internalsetting_tips_reducevideo: string;
|
|
836
|
+
fmt_internalsetting_labels_currency: string;
|
|
837
|
+
fmt_internalsetting_labels_audiovisual: string;
|
|
838
|
+
fmt_internalsetting_labels_application: string;
|
|
839
|
+
fmt_internalsetting_labels_other: string;
|
|
840
|
+
fmt_internalsetting_labels_bandwidth: string;
|
|
841
|
+
fmt_internalsetting_labels_Network: string;
|
|
842
|
+
fmt_internalsetting_labels_Networktype: string;
|
|
843
|
+
fmt_internalsetting_labels_Maximumresolution: string;
|
|
844
|
+
fmt_internalsetting_labels_Framerate: string;
|
|
845
|
+
fmt_internalsetting_labels_Bitrate: string;
|
|
846
|
+
fmt_internalsetting_labels_resolvingpower: string;
|
|
847
|
+
fmt_internalsetting_labels_bitrate2: string;
|
|
848
|
+
fmt_internalsetting_labels_mic: string;
|
|
849
|
+
fmt_internalsetting_labels_speaker: string;
|
|
850
|
+
fmt_internalsetting_labels_Memory: string;
|
|
851
|
+
fmt_settings_button_unlockroom: string;
|
|
852
|
+
fmt_internalsetting_beauty_background: string;
|
|
853
|
+
fmt_internalsetting_sites: string;
|
|
854
|
+
fmt_internalsetting_mini_meeting: string;
|
|
855
|
+
fmt_internalsetting_raise_hand: string;
|
|
856
|
+
fmt_internalsetting_disconnect_audio: string;
|
|
857
|
+
fmt_internalsetting_select_audio: string;
|
|
858
|
+
fmt_internalsetting_other_join: string;
|
|
859
|
+
fmt_internalsetting_other_personal: string;
|
|
860
|
+
fmt_internalsetting_other_join_mute: string;
|
|
861
|
+
fmt_internalsetting_other_join_sound: string;
|
|
862
|
+
fmt_internalsetting_other_join_name: string;
|
|
863
|
+
fmt_internalsetting_other_hide_no_video_toast: string;
|
|
864
|
+
fmt_internalsetting_other_hide_no_video_pin_cancelled: string;
|
|
865
|
+
fmt_internalsetting_other_hide_my_window_pin_cancelled: string;
|
|
866
|
+
fmt_internalsetting_other_hide_me: string;
|
|
867
|
+
fmt_internalsetting_other_hide_me_toast: string;
|
|
868
|
+
fmt_internalsetting_other_spot_light: string;
|
|
869
|
+
fmt_internalsetting_other_spot_light_desc: string;
|
|
870
|
+
fmt_internalsetting_room_window_top: string;
|
|
871
|
+
fmt_internalsetting_room_window_big: string;
|
|
872
|
+
fmt_internalsetting_room_window_left: string;
|
|
873
|
+
fmt_internalsetting_room_window_tip: string;
|
|
874
|
+
fmt_internalsetting_room_window_switched: string;
|
|
875
|
+
fmt_internalsetting_labels_Network_type: string;
|
|
876
|
+
fmt_internalsetting_labels_resolving_power: string;
|
|
877
|
+
fmt_settings_labels_sidebar: string;
|
|
878
|
+
fmt_settings_labels_fold: string;
|
|
879
|
+
fmt_settings_labels_theme: string;
|
|
880
|
+
fmt_settings_tips_sharingprohibited: string;
|
|
881
|
+
fmt_settings_tips_videoenabled: string;
|
|
882
|
+
fmt_settings_tips_disabledvideo: string;
|
|
883
|
+
fmt_settings_tips_allowedScreensharing: string;
|
|
884
|
+
fmt_settings_tips_disabledScreensharing: string;
|
|
885
|
+
fmt_settings_tips_allowedchat: string;
|
|
886
|
+
fmt_settings_tips_banedchat: string;
|
|
887
|
+
fmt_settings_tips_allowedselfunmuting: string;
|
|
888
|
+
fmt_settings_tips_disabledselfunmuting: string;
|
|
889
|
+
fmt_settings_tips_muteallwhilejoin: string;
|
|
890
|
+
fmt_settings_labels_you: string;
|
|
891
|
+
fmt_settings_tips_Blockallchat: string;
|
|
892
|
+
fmt_settings_tips_groupchatonly: string;
|
|
893
|
+
fmt_settings_tips_hostchatonly: string;
|
|
894
|
+
fmt_settings_tips_confirmactivate: string;
|
|
895
|
+
fmt_settings_tips_passwordcopyfailed: string;
|
|
896
|
+
fmt_settings_tips_sharing: string;
|
|
897
|
+
fmt_settings_labels_miniutes: string;
|
|
898
|
+
fmt_settings_options_enableoptions: string;
|
|
899
|
+
fmt_settings_options_highquality: string;
|
|
900
|
+
fmt_settings_options_echocancel: string;
|
|
901
|
+
fmt_settings_options_stereo: string;
|
|
902
|
+
fmt_settings_options_toolbarcollapse: string;
|
|
903
|
+
fmt_settings_tips_screenlocked: string;
|
|
904
|
+
fmt_settings_tips_screenunlock: string;
|
|
905
|
+
fmt_settings_options_pausecloudrecording: string;
|
|
906
|
+
fmt_settings_popup_disable_while_microphone_detected: string;
|
|
907
|
+
fmt_settings_popup_disable_while_speaker_detected: string;
|
|
908
|
+
fmt_settings_popup_label_use_phone_audio: string;
|
|
909
|
+
fmt_settings_popup_label_link_audio_to_hear_others: string;
|
|
910
|
+
fmt_settings_popup_label_select_audio: string;
|
|
911
|
+
fmt_settings_popup_label_audio_not_connect_click_select: string;
|
|
912
|
+
fmt_live_label_thirdplatform: string;
|
|
913
|
+
fmt_live_label_videostreamingurl: string;
|
|
914
|
+
fmt_live_inputtips_videostreamingurl: string;
|
|
915
|
+
fmt_live_label_videostreamingkey: string;
|
|
916
|
+
fmt_live_inputtips_videostreamingkey: string;
|
|
917
|
+
fmt_live_label_ivepage: string;
|
|
918
|
+
fmt_tips_label_Livepage: string;
|
|
919
|
+
fmt_tips_inputlabel_Livepage: string;
|
|
920
|
+
fmt_tips_button_Golive: string;
|
|
921
|
+
fmt_tips_button_Stopolive: string;
|
|
922
|
+
fmt_live_tips_alreadylive: string;
|
|
923
|
+
fmt_live_tips_livestreaming: string;
|
|
924
|
+
fmt_live_label_customizedlive: string;
|
|
925
|
+
fmt_live_label_watchcustomizedlive: string;
|
|
926
|
+
fmt_live_label_copylink: string;
|
|
927
|
+
fmt_tips_button_Stopsteaming: string;
|
|
928
|
+
fmt_live_label_push_platform: string;
|
|
929
|
+
fmt_record_button_Cloudrecording: string;
|
|
930
|
+
fmt_record_button_Localrecording: string;
|
|
931
|
+
fmt_record_button_pauserecording: string;
|
|
932
|
+
fmt_record_tips_Localrecording_Start: string;
|
|
933
|
+
fmt_record_tips_Cloudrecording_Start: string;
|
|
934
|
+
fmt_record_tips_recording: string;
|
|
935
|
+
fmt_record_tips_Cloudrecording: string;
|
|
936
|
+
fmt_record_button_Cloudrecording_restore: string;
|
|
937
|
+
fmt_record_button_Localrecording_restore: string;
|
|
938
|
+
fmt_record_button_Cloudrecording_stop: string;
|
|
939
|
+
fmt_record_button_Localrecording_stop: string;
|
|
940
|
+
fmt_record_tips_recordingpaused: string;
|
|
941
|
+
fmt_record_tips_recordingrestored: string;
|
|
942
|
+
fmt_record_tips_Cloudrecording_inprogress: string;
|
|
943
|
+
fmt_record_tips_Localrecording_inprogress: string;
|
|
944
|
+
fmt_recording_button_rrecording: string;
|
|
945
|
+
fmt_actionbar_record_tips_stoprecord: string;
|
|
946
|
+
fmt_actionbar_record_option_stoprecord: string;
|
|
947
|
+
fmt_modules_labels_localrecord: string;
|
|
948
|
+
fmt_modules_labels_notset: string;
|
|
949
|
+
fmt_modules_button_change: string;
|
|
950
|
+
fmt_modules_button_open: string;
|
|
951
|
+
fmt_modules_labels_surplus: string;
|
|
952
|
+
fmt_record_scene_meeting_rec: string;
|
|
953
|
+
fmt_record_tip_share_scaling: string;
|
|
954
|
+
fmt_record_gallery_guide_toast: string;
|
|
955
|
+
fmt_record_share_nick: string;
|
|
956
|
+
fmt_record_share_board_nick: string;
|
|
957
|
+
fmt_record_new_sharing_stream_tip: string;
|
|
958
|
+
fmt_record_record_starting2: string;
|
|
959
|
+
fmt_record_record_pause_for_more: string;
|
|
960
|
+
fmt_record_record_start_fail: string;
|
|
961
|
+
fmt_record_record_resume_fail: string;
|
|
962
|
+
fmt_record_record_stop_fail: string;
|
|
963
|
+
fmt_record_record_pause_fail: string;
|
|
964
|
+
fmt_record_record_stoped: string;
|
|
965
|
+
fmt_record_record_started: string;
|
|
966
|
+
fmt_record_record_stop_ask: string;
|
|
967
|
+
fmt_record_record_stop_confirm: string;
|
|
968
|
+
fmt_pstn_label_accessmethod: string;
|
|
969
|
+
fmt_pstn_options_PCaudioconnet: string;
|
|
970
|
+
fmt_pstn_options_phoneaudioconnet: string;
|
|
971
|
+
fmt_pstn_options_audio_setting: string;
|
|
972
|
+
fmt_pstn_options_PCaudio: string;
|
|
973
|
+
fmt_pstn_options_phoneaudio: string;
|
|
974
|
+
fmt_pstn_label_connected: string;
|
|
975
|
+
fmt_pstn_label_accessmethodPC: string;
|
|
976
|
+
fmt_pstn_button_devicetest: string;
|
|
977
|
+
fmt_pstn_label_micselect: string;
|
|
978
|
+
fmt_pstn_button_PCaudiostop: string;
|
|
979
|
+
fmt_pstn_label_alreadyin: string;
|
|
980
|
+
fmt_pstn_options_rememberphone: string;
|
|
981
|
+
fmt_pstn_button_callme: string;
|
|
982
|
+
fmt_pstn_label_dialinphone: string;
|
|
983
|
+
fmt_pstn_label_countryregion: string;
|
|
984
|
+
fmt_pstn_label_dial: string;
|
|
985
|
+
fmt_pstn_label_meetingid: string;
|
|
986
|
+
fmt_pstn_label_participantid: string;
|
|
987
|
+
fmt_pstn_label_viaphone: string;
|
|
988
|
+
fmt_pstn_status_unconnectted: string;
|
|
989
|
+
fmt_pstn_tips_alreadyphone: string;
|
|
990
|
+
fmt_pstn_status_calling: string;
|
|
991
|
+
fmt_pstn_button_hangupphone: string;
|
|
992
|
+
fmt_pstn_label_merge: string;
|
|
993
|
+
fmt_pstn_button_merge: string;
|
|
994
|
+
fmt_pstn_button_cancel: string;
|
|
995
|
+
fmt_pstn_label_phonecall: string;
|
|
996
|
+
fmt_pstn_inputtips_name: string;
|
|
997
|
+
fmt_pstn_button_phonecall: string;
|
|
998
|
+
fmt_pstn_label_or: string;
|
|
999
|
+
fmt_pstn_label_copylink: string;
|
|
1000
|
+
fmt_pstn_status_ringing: string;
|
|
1001
|
+
fmt_pstn_status_Answered: string;
|
|
1002
|
+
fmt_pstn_status_failed: string;
|
|
1003
|
+
fmt_pstn_status_hungup: string;
|
|
1004
|
+
fmt_pstn_status_maitain: string;
|
|
1005
|
+
fmt_PSTN_status_connected: string;
|
|
1006
|
+
fmt_PSTN_label_pcaudio: string;
|
|
1007
|
+
fmt_PSTN_status_hangup: string;
|
|
1008
|
+
fmt_PSTN_status_china: string;
|
|
1009
|
+
fmt_PSTN_status_usa: string;
|
|
1010
|
+
fmt_PSTN_tips_unempty: string;
|
|
1011
|
+
fmt_PSTN_tips_formaterror: string;
|
|
1012
|
+
fmt_PSTN_status_voiceconnected: string;
|
|
1013
|
+
fmt_PSTN_status_hungup: string;
|
|
1014
|
+
fmt_pstn_tips_errorformat: string;
|
|
1015
|
+
fmt_gateway_tips_nodata: string;
|
|
1016
|
+
fmt_PSTN_toast_merged: string;
|
|
1017
|
+
fmt_sip_options_callout: string;
|
|
1018
|
+
fmt_sip_options_callin: string;
|
|
1019
|
+
fmt_sip_inputtips_sip_323: string;
|
|
1020
|
+
fmt_sip_options_H323: string;
|
|
1021
|
+
fmt_sip_options_SIP: string;
|
|
1022
|
+
fmt_sip_button_call: string;
|
|
1023
|
+
fmt_sip_button_Hangup: string;
|
|
1024
|
+
fmt_sip_label_dialviasip: string;
|
|
1025
|
+
fmt_sip_label_dial: string;
|
|
1026
|
+
fmt_sip_label_inputid: string;
|
|
1027
|
+
fmt_sip_label_password: string;
|
|
1028
|
+
fmt_pstn_status_dialling: string;
|
|
1029
|
+
fmt_pstn_status_raining: string;
|
|
1030
|
+
fmt_SIP323_copywrite_phonenumber: string;
|
|
1031
|
+
fmt_SIP323_options_detailedinfor: string;
|
|
1032
|
+
fmt_SIP323_tips_alreadycopied: string;
|
|
1033
|
+
fmt_localrecord_labels_record: string;
|
|
1034
|
+
fmt_localrecord_labels_savingto: string;
|
|
1035
|
+
fmt_localrecord_button_savingto: string;
|
|
1036
|
+
fmt_localrecord_button_open: string;
|
|
1037
|
+
fmt_localrecord_labels_remaining_storage: string;
|
|
1038
|
+
fmt_localrecord_options_videorecord_whileshare: string;
|
|
1039
|
+
fmt_localrecord_options_temporaryfiles_saved: string;
|
|
1040
|
+
fmt_localrecord_options_localrecoding_onlyadmin: string;
|
|
1041
|
+
fmt_localrecord_tips_origialfiles_save: string;
|
|
1042
|
+
fmt_localrecord_tips_change_storage: string;
|
|
1043
|
+
fmt_localrecord_tips_ensufficient_storage: string;
|
|
1044
|
+
fmt_localrecord_tips_: string;
|
|
1045
|
+
fmt_localrecord_button_cancel: string;
|
|
1046
|
+
fmt_localrecord_button_confirm: string;
|
|
1047
|
+
fmt_localrecord_options_local_recording: string;
|
|
1048
|
+
fmt_localrecord_labels_permissions_localrecording: string;
|
|
1049
|
+
fmt_localrecord_options_onlyadmin_record: string;
|
|
1050
|
+
fmt_localrecord_options_allmember_canrecord: string;
|
|
1051
|
+
fmt_localrecord_options_setting_recording: string;
|
|
1052
|
+
fmt_localrecord_options_localrecording_onlyuse: string;
|
|
1053
|
+
fmt_localrecord_popup_enable_local_recording: string;
|
|
1054
|
+
fmt_localrecord_popup_record_audiovideo: string;
|
|
1055
|
+
fmt_localrecord_popup_start_local_recording: string;
|
|
1056
|
+
fmt_localrecord_popup_remind_afterstart: string;
|
|
1057
|
+
fmt_localrecord_popup_invite_start_recoding: string;
|
|
1058
|
+
fmt_localrecord_popup_onlyadmin_recording: string;
|
|
1059
|
+
fmt_localrecord_popup_open_recording: string;
|
|
1060
|
+
fmt_localrecord_popup_cancel_recording: string;
|
|
1061
|
+
fmt_localrecord_popup_invite: string;
|
|
1062
|
+
fmt_localrecord_popup_cancel_invite: string;
|
|
1063
|
+
fmt_localrecord_tips_already_start: string;
|
|
1064
|
+
fmt_localrecord_tips_geturl: string;
|
|
1065
|
+
fmt_localrecord_tips_getfiles: string;
|
|
1066
|
+
fmt_localrecord_tips_someone_record: string;
|
|
1067
|
+
fmt_localrecord_tips_view_recorded: string;
|
|
1068
|
+
fmt_localrecord_options_beauty_record: string;
|
|
1069
|
+
fmt_localrecord_popup_stop_recording: string;
|
|
1070
|
+
fmt_localrecord_button_stop_recording: string;
|
|
1071
|
+
fmt_localrecord_button_cancel_recording: string;
|
|
1072
|
+
fmt_localrecord_popup_in_recording: string;
|
|
1073
|
+
fmt_localrecord_popup_someone_recording: string;
|
|
1074
|
+
fmt_localrecord_button_leavemeeting: string;
|
|
1075
|
+
fmt_localrecord_button_got_it: string;
|
|
1076
|
+
fmt_localrecord_tips_pause_localrecording: string;
|
|
1077
|
+
fmt_localrecord_tips_stop_localrecording: string;
|
|
1078
|
+
fmt_waitingroom_setting_option_enable_waitingroom: string;
|
|
1079
|
+
fmt_waitingroom_setting_option_disable_waitingroom: string;
|
|
1080
|
+
fmt_waitingroom_setting_popup_close_waitingroom: string;
|
|
1081
|
+
fmt_waitingroom_setting_tips_choose: string;
|
|
1082
|
+
fmt_waitingroom_setting_button_admit_all: string;
|
|
1083
|
+
fmt_waitingroom_setting_button_remove_all: string;
|
|
1084
|
+
fmt_waitingroom_setting_button_cancel: string;
|
|
1085
|
+
fmt_waitingroom_sidebar_button_move_to_waitingroom: string;
|
|
1086
|
+
fmt_waitingroom_sidebar_label_waiting: string;
|
|
1087
|
+
fmt_waitingroom_sidebar_label_search: string;
|
|
1088
|
+
fmt_waitingroom_sidebar_button_invite: string;
|
|
1089
|
+
fmt_waitingroom_sidebar_button_admit: string;
|
|
1090
|
+
fmt_waitingroom_sidebar_button_more: string;
|
|
1091
|
+
fmt_waitingroom_sidebar_button_private: string;
|
|
1092
|
+
fmt_waitingroom_sidebar_button_remove: string;
|
|
1093
|
+
fmt_waitingroom_sidebar_button_removeall: string;
|
|
1094
|
+
fmt_waitingroom_sidebar_button_admitall: string;
|
|
1095
|
+
fmt_waitingroom_sidebar_popup_removeall: string;
|
|
1096
|
+
fmt_waitingroom_sidebar_popup_label_remove: string;
|
|
1097
|
+
fmt_waitingroom_sidebar_popup_option_notagain: string;
|
|
1098
|
+
fmt_waitingroom_sidebar_popup_button_cancel: string;
|
|
1099
|
+
fmt_waitingroom_sidebar_popup_button_remove: string;
|
|
1100
|
+
fmt_waitingroom_sidebar_popup_popup_admit: string;
|
|
1101
|
+
fmt_waitingroom_sidebar_popup_label_admitall: string;
|
|
1102
|
+
fmt_waitingroom_sidebar_popup_button_admitall: string;
|
|
1103
|
+
fmt_waitingroom_attendie_popup_label_removed: string;
|
|
1104
|
+
fmt_waitingroom_attendie_popup_button_gotit: string;
|
|
1105
|
+
fmt_waitingroom_sidebar_chat_label_waiting: string;
|
|
1106
|
+
fmt_waitingroom_sidebar_chat_label_meeting: string;
|
|
1107
|
+
fmt_waitingroom_sidebar_chat_label_notsend: string;
|
|
1108
|
+
fmt_waitingroom_sidebar_chat_label_all_attendees: string;
|
|
1109
|
+
fmt_waitingroom_mainwindow_popup_label_waitingroom: string;
|
|
1110
|
+
fmt_waitingroom_mainwindow_popup_label_waiting: string;
|
|
1111
|
+
fmt_waitingroom_mainwindow_popup_button_view_detailed: string;
|
|
1112
|
+
fmt_waitingroom_mainwindow_popup_button_not_remind: string;
|
|
1113
|
+
fmt_waitingroom_attendie_popup_label_Leave: string;
|
|
1114
|
+
fmt_waitingroom_attendie_popup_label_click_leave: string;
|
|
1115
|
+
fmt_waitingroom_attendie_overview_label_waitingroom: string;
|
|
1116
|
+
fmt_waitingroom_attendie_overview_label_wait_moment: string;
|
|
1117
|
+
fmt_waitingroom_attendie_overview_label_move_in_by_host: string;
|
|
1118
|
+
fmt_waitingroom_attendie_overview_label__toast_move_to_waitingroom: string;
|
|
1119
|
+
fmt_waitingroom_attendie_overview_label_attendees: string;
|
|
1120
|
+
fmt_waitingroom_attendie_overview_label_no_messages: string;
|
|
1121
|
+
fmt_waitingroom_put_in_success: string;
|
|
1122
|
+
fmt_waitingroom_setting_tips_deactivate: string;
|
|
1123
|
+
fmt_waitingroom_setting_tips_disable: string;
|
|
1124
|
+
fmt_waitingroom_setting_tips_enable: string;
|
|
1125
|
+
fmt_waitingroom_setting_tips_send_message_to_host: string;
|
|
1126
|
+
fmt_waitingroom_setting_popup_toast_unable_move_creator: string;
|
|
1127
|
+
fmt_waitingroom_setting_popup_toast_move_in_failed: string;
|
|
1128
|
+
fmt_waitingroom_mobile_setting_label_enable: string;
|
|
1129
|
+
fmt_waitingroom_mobile_setting_label_disable: string;
|
|
1130
|
+
fmt_waitingroom_mobile_setting_popup_label_close: string;
|
|
1131
|
+
fmt_waitingroom_mobile_setting_popup_label_choose: string;
|
|
1132
|
+
fmt_waitingroom_mobile_setting_popup_button_admit_all: string;
|
|
1133
|
+
fmt_waitingroom_mobile_setting_popup_button_cancel: string;
|
|
1134
|
+
fmt_waitingroom_mobile_setting_tips_deactivate: string;
|
|
1135
|
+
fmt_waitingroom_mobile_setting_tips_disable: string;
|
|
1136
|
+
fmt_waitingroom_mobile_setting_button_move_into_waitingroom: string;
|
|
1137
|
+
fmt_waitingroom_mobile_memberlist_label_waitingroom: string;
|
|
1138
|
+
fmt_waitingroom_mobile_memberlist_popup_label_search: string;
|
|
1139
|
+
fmt_waitingroom_mobile_memberlist_popup_moveout: string;
|
|
1140
|
+
fmt_waitingroom_mobile_memberlist_button_admit: string;
|
|
1141
|
+
fmt_waitingroom_mobile_memberlist_button_privatechat: string;
|
|
1142
|
+
fmt_waitingroom_mobile_memberlist_popup_label_remove: string;
|
|
1143
|
+
fmt_waitingroom_mobile_memberlist_popup_label_sure_remove: string;
|
|
1144
|
+
fmt_waitingroom_mobile_memberlist_options_not_allowed: string;
|
|
1145
|
+
fmt_waitingroom_mobile_memberlist_button_cancel: string;
|
|
1146
|
+
fmt_waitingroom_mobile_memberlist_button_remove: string;
|
|
1147
|
+
fmt_waitingroom_mobile_memberlist_popup_label_remove_all: string;
|
|
1148
|
+
fmt_waitingroom_mobile_memberlist_popup_label_sure_to_remove_all: string;
|
|
1149
|
+
fmt_waitingroom_mobile_memberlist_button_remove_all: string;
|
|
1150
|
+
fmt_waitingroom_mobile_memberlist_popup_label_admit_all: string;
|
|
1151
|
+
fmt_waitingroom_mobile_memberlist_popup_label_sure_to_admit_all: string;
|
|
1152
|
+
fmt_waitingroom_mobile_memberlist_tips_all_removed: string;
|
|
1153
|
+
fmt_waitingroom_mobile_memberlist_tips_removed: string;
|
|
1154
|
+
fmt_waitingroom_mobile_memberlist_tips_all_amitted: string;
|
|
1155
|
+
fmt_waitingroom_mobile_memberlist_label_nocontent: string;
|
|
1156
|
+
fmt_waitingroom_mobile_chat_label_send_to: string;
|
|
1157
|
+
fmt_waitingroom_mobile_chat_label_input: string;
|
|
1158
|
+
fmt_waitingroom_mobile_chat_label_private_chat: string;
|
|
1159
|
+
fmt_waitingroom_mobile_chat_label_all_waitingroom_member: string;
|
|
1160
|
+
fmt_waitingroom_mobile_chat_label_all_meeting_member: string;
|
|
1161
|
+
fmt_waitingroom_mobile_notice_label_waitingroom: string;
|
|
1162
|
+
fmt_waitingroom_mobile_notice_label_enabled: string;
|
|
1163
|
+
fmt_waitingroom_mobile_notice_popup_label_about_join: string;
|
|
1164
|
+
fmt_waitingroom_mobile_notice_popup_label_quick_join: string;
|
|
1165
|
+
fmt_waitingroom_mobile_notice_popup_button_join_now: string;
|
|
1166
|
+
fmt_waitingroom_mobile_notice_popup_button_join_now_no_count: string;
|
|
1167
|
+
fmt_waitingroom_mobile_notice_popup_label_waitinglist: string;
|
|
1168
|
+
fmt_waitingroom_mobile_notice_popup_button_dont_remind: string;
|
|
1169
|
+
fmt_waitingroom_mobile_notice_popup_button_view_detailed: string;
|
|
1170
|
+
fmt_waitingroom_mobile_notice_popup_label_unable_move_creator: string;
|
|
1171
|
+
fmt_waitingroom_mobile_notice_popup_label_hi: string;
|
|
1172
|
+
fmt_waitingroom_mobile_notice_popup_label_message_to_host: string;
|
|
1173
|
+
fmt_ai_transcriptions_setting_label_source: string;
|
|
1174
|
+
fmt_ai_transcriptions_setting_label_live_language: string;
|
|
1175
|
+
fmt_ai_transcriptions_setting_label_translate_to: string;
|
|
1176
|
+
fmt_ai_transcriptions_setting_label_effects: string;
|
|
1177
|
+
fmt_ai_transcriptions_setting_option_bilingualism: string;
|
|
1178
|
+
fmt_ai_transcriptions_setting_label_translator: string;
|
|
1179
|
+
fmt_ai_transcriptions_setting_label_visable_range: string;
|
|
1180
|
+
fmt_ai_transcriptions_setting_option_noton: string;
|
|
1181
|
+
fmt_ai_transcriptions_setting_option_english_translation: string;
|
|
1182
|
+
fmt_ai_transcriptions_setting_option_translate: string;
|
|
1183
|
+
fmt_ai_subtitles_setting_label_subtitle_setting: string;
|
|
1184
|
+
fmt_ai_subtitles_setting_label_caption_transcripts_setting: string;
|
|
1185
|
+
fmt_ai_subtitles_setting_label_caption_transcripts: string;
|
|
1186
|
+
fmt_ai_subtitles_setting_label_fontsize: string;
|
|
1187
|
+
fmt_ai_subtitles_setting_label_sample_chi: string;
|
|
1188
|
+
fmt_ai_subtitles_setting_label_sample_eng: string;
|
|
1189
|
+
fmt_ai_subtitles_setting_label_translation_setting: string;
|
|
1190
|
+
fmt_ai_subtitles_setting_label_effect_range: string;
|
|
1191
|
+
fmt_ai_subtitles_setting_options_no_translation: string;
|
|
1192
|
+
fmt_ai_subtitles_setting_options_chinese: string;
|
|
1193
|
+
fmt_ai_subtitles_setting_options_english: string;
|
|
1194
|
+
fmt_ai_subtitles_setting_options_subltitle_bilingual: string;
|
|
1195
|
+
fmt_ai_subtitles_setting_options_translation_bilingual: string;
|
|
1196
|
+
fmt_ai_subtitles_setting_options_translation_restore_default: string;
|
|
1197
|
+
fmt_ai_subtitles_setting_options_view_translation: string;
|
|
1198
|
+
fmt_ai_subtitles_setting_label_subtitle: string;
|
|
1199
|
+
fmt_ai_subtitles_setting_label_source_language: string;
|
|
1200
|
+
fmt_ai_subtitles_setting_label_translate_: string;
|
|
1201
|
+
fmt_ai_subtitles_setting_label_bilingual_display: string;
|
|
1202
|
+
fmt_ai_subtitles_setting_label_hot_words: string;
|
|
1203
|
+
fmt_ai_subtitles_setting_label_hot_words_add: string;
|
|
1204
|
+
fmt_ai_subtitles_setting_button_button: string;
|
|
1205
|
+
fmt_ai_transcriptions_toolbar_button_realtime_transcription: string;
|
|
1206
|
+
fmt_ai_transcriptions_toolbar_options_translator: string;
|
|
1207
|
+
fmt_ai_transcriptions_toolbar_options_enable_translation: string;
|
|
1208
|
+
fmt_ai_transcriptions_toolbar_options_settings: string;
|
|
1209
|
+
fmt_ai_transcriptions_toolbar_popup_valid: string;
|
|
1210
|
+
fmt_ai_transcriptions_sidebar_label_realtime_translation: string;
|
|
1211
|
+
fmt_ai_transcriptions_sidebar_label_search: string;
|
|
1212
|
+
fmt_ai_transcriptions_sidebar_tips_turnon: string;
|
|
1213
|
+
fmt_ai_transcriptions_sidebar_tips_stopped: string;
|
|
1214
|
+
fmt_ai_subtitles_setting_label_turnon_subtitles: string;
|
|
1215
|
+
fmt_ai_subtitles_setting_label_click_to_setup: string;
|
|
1216
|
+
fmt_ai_subtitles_setting_label_listening: string;
|
|
1217
|
+
fmt_ai_subtitles_setting_label_listening_no_content: string;
|
|
1218
|
+
fmt_ai_transcriptions_sidebar_button_stop_translation: string;
|
|
1219
|
+
fmt_ai_transcriptions_sidebar_button_start_translation: string;
|
|
1220
|
+
fmt_ai_summary_create_option_create_summary: string;
|
|
1221
|
+
fmt_ai_summary_create_labels_meeting_list: string;
|
|
1222
|
+
fmt_ai_summary_create_labels_valid_records: string;
|
|
1223
|
+
fmt_ai_summary_create_labels_meetingID: string;
|
|
1224
|
+
fmt_ai_summary_create_labels_meeting_time: string;
|
|
1225
|
+
fmt_ai_summary_create_labels_not_opened: string;
|
|
1226
|
+
fmt_ai_summary_detail_label_data_analysis: string;
|
|
1227
|
+
fmt_ai_summary_detail_label_meeting_summary: string;
|
|
1228
|
+
fmt_ai_summary_detail_label_transcription: string;
|
|
1229
|
+
fmt_ai_summary_detail_label_search: string;
|
|
1230
|
+
fmt_ai_summary_detail_button_transcription_management: string;
|
|
1231
|
+
fmt_ai_summary_detail_label_no_content: string;
|
|
1232
|
+
fmt_ai_summary_setting_label_AI: string;
|
|
1233
|
+
fmt_ai_summary_setting_label_LLM_choose: string;
|
|
1234
|
+
fmt_ai_summary_setting_label_llm_range: string;
|
|
1235
|
+
fmt_ai_summary_setting_option_tingwu: string;
|
|
1236
|
+
fmt_ai_summary_setting_option_zhipu: string;
|
|
1237
|
+
fmt_ai_summary_setting_option_moonshot: string;
|
|
1238
|
+
fmt_ai_summary_setting_option_openai: string;
|
|
1239
|
+
fmt_ai_summary_setting_label_agent: string;
|
|
1240
|
+
fmt_ai_summary_setting_option_meeting_assistant: string;
|
|
1241
|
+
fmt_ai_summary_setting_option_teacher: string;
|
|
1242
|
+
fmt_ai_summary_setting_option_sales_manager: string;
|
|
1243
|
+
fmt_premeeting_setting_mobile_label_settings: string;
|
|
1244
|
+
fmt_premeeting_setting_mobile_label_host_settings: string;
|
|
1245
|
+
fmt_premeeting_setting_mobile_swtich_mute_when_join: string;
|
|
1246
|
+
fmt_premeeting_setting_mobile_label_personal_settings: string;
|
|
1247
|
+
fmt_premeeting_setting_mobile_label_video: string;
|
|
1248
|
+
fmt_premeeting_setting_mobile_swtich_hide_video_off: string;
|
|
1249
|
+
fmt_premeeting_setting_mobile_swtich_hide_my_video: string;
|
|
1250
|
+
fmt_premeeting_setting_mobile_option_background: string;
|
|
1251
|
+
fmt_premeeting_setting_mobile_option_enabled: string;
|
|
1252
|
+
fmt_premeeting_setting_mobile_option_disabled: string;
|
|
1253
|
+
fmt_premeeting_setting_mobile_option_beauty: string;
|
|
1254
|
+
fmt_premeeting_setting_mobile_label_caption_transcription: string;
|
|
1255
|
+
fmt_premeeting_setting_mobile_option_source_language: string;
|
|
1256
|
+
fmt_premeeting_setting_mobile_option_default: string;
|
|
1257
|
+
fmt_premeeting_setting_mobile_option_translate_to: string;
|
|
1258
|
+
fmt_premeeting_setting_mobile_swtich_display_bilingual: string;
|
|
1259
|
+
fmt_premeeting_setting_mobile_label_commen_settings: string;
|
|
1260
|
+
fmt_premeeting_setting_mobile_swtich_participant_display_name: string;
|
|
1261
|
+
fmt_premeeting_setting_mobile_swtich_voice_stimulation: string;
|
|
1262
|
+
fmt_premeeting_setting_mobile_label_speaking_display_first: string;
|
|
1263
|
+
fmt_premeeting_setting_mobile_option_bilingual: string;
|
|
1264
|
+
fmt_premeeting_setting_mobile_option_chinese: string;
|
|
1265
|
+
fmt_premeeting_setting_mobile_option_english: string;
|
|
1266
|
+
fmt_premeeting_setting_mobile_option_language_auto: string;
|
|
1267
|
+
fmt_premeeting_setting_mobile_option_appearance: string;
|
|
1268
|
+
fmt_premeeting_setting_mobile_option_auto: string;
|
|
1269
|
+
fmt_premeeting_setting_mobile_option_bright: string;
|
|
1270
|
+
fmt_premeeting_setting_mobile_option_dark: string;
|
|
1271
|
+
fmt_premeeting_setting_mobile_option_region: string;
|
|
1272
|
+
fmt_premeeting_setting_mobile_option_developer_mode: string;
|
|
1273
|
+
fmt_premeeting_setting_mobile_label_about_us: string;
|
|
1274
|
+
fmt_premeeting_setting_mobile_option_version: string;
|
|
1275
|
+
fmt_premeeting_setting_mobile_button_version_pdate: string;
|
|
1276
|
+
fmt_premeeting_setting_mobile_label_release_time: string;
|
|
1277
|
+
fmt_premeeting_setting_mobile_url_agreement: string;
|
|
1278
|
+
fmt_premeeting_setting_mobile_url_privacy: string;
|
|
1279
|
+
fmt_premeeting_setting_mobile_url_disclaimer: string;
|
|
1280
|
+
fmt_premeeting_setting_mobile_button_cancel_account: string;
|
|
1281
|
+
fmt_premeeting_setting_mobile_button_log_out: string;
|
|
1282
|
+
fmt_premeeting_setting_mobile_label_take_effect: string;
|
|
1283
|
+
fmt_premeeting_setting_mobile_popup_button_got_it: string;
|
|
1284
|
+
fmt_premeeting_setting_mobile_popup_button_restart: string;
|
|
1285
|
+
fmt_premeeting_setting_mobile_popup_label_latest_version: string;
|
|
1286
|
+
fmt_premeeting_setting_mobile_popup_label_dowloading: string;
|
|
1287
|
+
fmt_premeeting_setting_mobile_popup_button_install_comfirm: string;
|
|
1288
|
+
fmt_premeeting_setting_mobile_popup_button_cancel_install: string;
|
|
1289
|
+
fmt_premeeting_setting_mobile_popup_button_install: string;
|
|
1290
|
+
fmt_premeeting_setting_mobile_popup_label_cancel_account: string;
|
|
1291
|
+
fmt_premeeting_setting_mobile_popup_button_confirm_cancel: string;
|
|
1292
|
+
fmt_premeeting_setting_mobile_popup_button_cancel: string;
|
|
1293
|
+
fmt_premeeting_setting_mobile_popup_button_log_out: string;
|
|
1294
|
+
fmt_premeeting_setting_mobile_button_log_out_confirm: string;
|
|
1295
|
+
fmt_premeeting_joinroom_mobile_button_upandin: string;
|
|
1296
|
+
fmt_premeeting_joinroom_mobile_label_flexible_meeting: string;
|
|
1297
|
+
fmt_premeeting_joinroom_mobile_label_enterprise_account: string;
|
|
1298
|
+
fmt_premeeting_joinroom_mobile_tips_meetingid: string;
|
|
1299
|
+
fmt_premeeting_joinroom_mobile_tips_password: string;
|
|
1300
|
+
fmt_premeeting_joinroom_mobile_label_duration: string;
|
|
1301
|
+
fmt_premeeting_joinroom_mobile_label_meeting_duration: string;
|
|
1302
|
+
fmt_premeeting_joinroom_mobile_button_join_meeting: string;
|
|
1303
|
+
fmt_premeeting_joinroom_mobile_tips_six_characters: string;
|
|
1304
|
+
fmt_premeeting_joinroom_mobile_tips_wrong_password: string;
|
|
1305
|
+
fmt_premeeting_joinroom_mobile_tips_no_password: string;
|
|
1306
|
+
fmt_premeeting_joinroom_mobile_label_account: string;
|
|
1307
|
+
fmt_premeeting_joinroom_mobile_button_settings_privacy: string;
|
|
1308
|
+
fmt_premeeting_joinroom_mobile_button_log_out: string;
|
|
1309
|
+
fmt_premeeting_joinroom_mobile_button_confirm_exit: string;
|
|
1310
|
+
fmt_premeeting_joinroom_mobile_button_cancel: string;
|
|
1311
|
+
fmt_premeeting_joinroom_mobile_label_rename: string;
|
|
1312
|
+
fmt_security_setting_mobile_label_watermark: string;
|
|
1313
|
+
fmt_security_setting_mobile_label_watermark_style: string;
|
|
1314
|
+
fmt_security_setting_mobile_option_watermark_style_single: string;
|
|
1315
|
+
fmt_security_setting_mobile_option_watermark_style_multi: string;
|
|
1316
|
+
fmt_security_setting_mobile_label_mute_join: string;
|
|
1317
|
+
fmt_security_setting_mobile_label_allow_participants: string;
|
|
1318
|
+
fmt_security_setting_mobile_label_chat_with: string;
|
|
1319
|
+
fmt_security_setting_mobile_label_share_screen: string;
|
|
1320
|
+
fmt_security_setting_mobile_label_rename: string;
|
|
1321
|
+
fmt_security_setting_mobile_label_unmute: string;
|
|
1322
|
+
fmt_security_setting_mobile_label_start_video: string;
|
|
1323
|
+
fmt_security_setting_mobile_popup_toast_lock_meeting: string;
|
|
1324
|
+
fmt_security_setting_mobile_popup_toast_unlock_meeting: string;
|
|
1325
|
+
fmt_security_setting_mobile_chat_popup_label_participants: string;
|
|
1326
|
+
fmt_security_setting_mobile_chat_popup_option_no_one: string;
|
|
1327
|
+
fmt_security_setting_mobile_chat_popup_option_facilitator: string;
|
|
1328
|
+
fmt_security_setting_mobile_chat_popup_option_all: string;
|
|
1329
|
+
fmt_security_setting_mobile_chat_popup_option_all_chat: string;
|
|
1330
|
+
fmt_security_mobile_mainwindow_label_watermark: string;
|
|
1331
|
+
fmt_security_setting_mobile_label_security: string;
|
|
1332
|
+
fmt_security_setting_mobile_label_security_label: string;
|
|
1333
|
+
fmt_security_setting_mobile_label_lock_meeting: string;
|
|
1334
|
+
fmt_security_setting_mobile_label_waiting_room: string;
|
|
1335
|
+
fmt_security_setting_label_security_setting: string;
|
|
1336
|
+
fmt_security_setting_label_lock_meeting: string;
|
|
1337
|
+
fmt_security_setting_label_waiting_room: string;
|
|
1338
|
+
fmt_security_setting_label_watermark: string;
|
|
1339
|
+
fmt_security_setting_option_watermark_style_single: string;
|
|
1340
|
+
fmt_security_setting_option_watermark_style_multi: string;
|
|
1341
|
+
fmt_security_setting_label_allow_participants: string;
|
|
1342
|
+
fmt_security_setting_label_chat_with: string;
|
|
1343
|
+
fmt_security_setting_label_share_screen: string;
|
|
1344
|
+
fmt_security_setting_label_rename: string;
|
|
1345
|
+
fmt_security_setting_label_unmute: string;
|
|
1346
|
+
fmt_security_setting_label_start_video: string;
|
|
1347
|
+
fmt_security_setting_label_remove_participant: string;
|
|
1348
|
+
fmt_security_setting_label_pause_participant: string;
|
|
1349
|
+
fmt_security_setting_popup_toast_join_waiting_room: string;
|
|
1350
|
+
fmt_security_setting_popup_toast_facilitator_watermark: string;
|
|
1351
|
+
fmt_security_setting_popup_toast_co_facilitator_watermark: string;
|
|
1352
|
+
fmt_security_setting_popup_toast_turn_off_watermark: string;
|
|
1353
|
+
fmt_security_setting_popup_tip_watermark_voice_active_prioritized: string;
|
|
1354
|
+
fmt_security_mainwindow_label_watermark: string;
|
|
1355
|
+
fmt_security_mainwindow_label_toast_unmute_not_allow: string;
|
|
1356
|
+
fmt_security_mainwindow_label_toast_name_change_not_allow: string;
|
|
1357
|
+
fmt_premeeting_setting_label_settings: string;
|
|
1358
|
+
fmt_premeeting_setting_label_normal: string;
|
|
1359
|
+
fmt_premeeting_setting_label_voice_motivation: string;
|
|
1360
|
+
fmt_premeeting_setting_label_turn_on_microphone: string;
|
|
1361
|
+
fmt_premeeting_setting_label_turn_on_camera: string;
|
|
1362
|
+
fmt_premeeting_setting_label_attendees_name: string;
|
|
1363
|
+
fmt_premeeting_setting_label_appearances: string;
|
|
1364
|
+
fmt_premeeting_setting_label_bright_mode: string;
|
|
1365
|
+
fmt_premeeting_setting_label_dark_mode: string;
|
|
1366
|
+
fmt_premeeting_setting_label_auto_mode: string;
|
|
1367
|
+
fmt_premeeting_setting_label_multi_language: string;
|
|
1368
|
+
fmt_premeeting_setting_label_Chinese: string;
|
|
1369
|
+
fmt_premeeting_setting_label_English: string;
|
|
1370
|
+
fmt_premeeting_setting_popup_label_restart_activate: string;
|
|
1371
|
+
fmt_premeeting_setting_popup_label_language_setting_restarting_meeting: string;
|
|
1372
|
+
fmt_premeeting_setting_popup_label_restart_application_switch_language: string;
|
|
1373
|
+
fmt_premeeting_setting_popup_button_i_know: string;
|
|
1374
|
+
fmt_premeeting_setting_pupop_button_restart_now: string;
|
|
1375
|
+
fmt_premeeting_setting_label_follow_the_system: string;
|
|
1376
|
+
fmt_premeeting_setting_label_region: string;
|
|
1377
|
+
fmt_premeeting_setting_label_cn: string;
|
|
1378
|
+
fmt_premeeting_setting_label_eu: string;
|
|
1379
|
+
fmt_premeeting_setting_label_us: string;
|
|
1380
|
+
fmt_premeeting_setting_label_ap: string;
|
|
1381
|
+
fmt_premeeting_setting_label_meeting_control: string;
|
|
1382
|
+
fmt_premeeting_setting_label_mute_join_meeting: string;
|
|
1383
|
+
fmt_premeeting_setting_label_lock_meeting: string;
|
|
1384
|
+
fmt_premeeting_setting_label_open_waiting_room: string;
|
|
1385
|
+
fmt_premeeting_setting_label_voice: string;
|
|
1386
|
+
fmt_premeeting_setting_label_automatically_connects_to_computer_audio: string;
|
|
1387
|
+
fmt_premeeting_setting_label_mute_the_microphone_joinning_meeting: string;
|
|
1388
|
+
fmt_premeeting_setting_label_speaker: string;
|
|
1389
|
+
fmt_premeeting_setting_button_test_speaker: string;
|
|
1390
|
+
fmt_premeeting_setting_label_click_test_speaker: string;
|
|
1391
|
+
fmt_premeeting_setting_button_pause: string;
|
|
1392
|
+
fmt_premeeting_setting_label_change_speaker: string;
|
|
1393
|
+
fmt_premeeting_setting_label_output_level: string;
|
|
1394
|
+
fmt_premeeting_setting_label_output_volume: string;
|
|
1395
|
+
fmt_premeeting_setting_label_automatically_adjust_volume: string;
|
|
1396
|
+
fmt_premeeting_setting_label_microphone: string;
|
|
1397
|
+
fmt_premeeting_setting_button_test_microphone: string;
|
|
1398
|
+
fmt_premeeting_setting_label_speak_into_your_microphone: string;
|
|
1399
|
+
fmt_premeeting_setting_button_recording: string;
|
|
1400
|
+
fmt_premeeting_setting_label_change_the_microphone: string;
|
|
1401
|
+
fmt_premeeting_setting_label_input_level: string;
|
|
1402
|
+
fmt_premeeting_setting_label_input_volume: string;
|
|
1403
|
+
fmt_premeeting_setting_label_automatically_adjust_microphone_volume: string;
|
|
1404
|
+
fmt_premeeting_setting_label_audio_noise_reduction_enhancement: string;
|
|
1405
|
+
fmt_premeeting_setting_label_choose_audio_settings: string;
|
|
1406
|
+
fmt_premeeting_setting_label_enable_waiting_room: string;
|
|
1407
|
+
fmt_premeeting_setting_label_Off: string;
|
|
1408
|
+
fmt_premeeting_setting_label_reduce_background_noise: string;
|
|
1409
|
+
fmt_premeeting_setting_label_auto: string;
|
|
1410
|
+
fmt_premeeting_setting_label_low: string;
|
|
1411
|
+
fmt_premeeting_setting_label_medium: string;
|
|
1412
|
+
fmt_premeeting_setting_label_high: string;
|
|
1413
|
+
fmt_premeeting_setting_label_professional_audio: string;
|
|
1414
|
+
fmt_premeeting_setting_label_enable_stereo: string;
|
|
1415
|
+
fmt_premeeting_setting_label_high_fidelity_music_mode: string;
|
|
1416
|
+
fmt_premeeting_setting_label_echo_cancellation: string;
|
|
1417
|
+
fmt_premeeting_setting_label_video_and_effect: string;
|
|
1418
|
+
fmt_premeeting_setting_button_self_veiw: string;
|
|
1419
|
+
fmt_premeeting_setting_button_camera_veiw: string;
|
|
1420
|
+
fmt_premeeting_setting_button_basic: string;
|
|
1421
|
+
fmt_premeeting_setting_button_background: string;
|
|
1422
|
+
fmt_premeeting_setting_button_beauty_filter: string;
|
|
1423
|
+
fmt_premeeting_setting_label_camera: string;
|
|
1424
|
+
fmt_premeeting_setting_label_hd_video: string;
|
|
1425
|
+
fmt_premeeting_setting_label_adjust_adapt_low_light: string;
|
|
1426
|
+
fmt_premeeting_setting_label_turn_off_video_joining_meeting: string;
|
|
1427
|
+
fmt_premeeting_setting_label_always_show_video_preview_dialog: string;
|
|
1428
|
+
fmt_premeeting_setting_label_hide_participants_without_video: string;
|
|
1429
|
+
fmt_premeeting_setting_label_mirror_my_video: string;
|
|
1430
|
+
fmt_premeeting_setting_label_16_participants: string;
|
|
1431
|
+
fmt_premeeting_setting_label_25_participants: string;
|
|
1432
|
+
fmt_premeeting_setting_label_advanced_Setting: string;
|
|
1433
|
+
fmt_premeeting_setting_label_optimize_video_quality_through_noise_reduction: string;
|
|
1434
|
+
fmt_premeeting_setting_label_hardware_acceleration_for_video_receiving: string;
|
|
1435
|
+
fmt_premeeting_setting_label_about_us: string;
|
|
1436
|
+
fmt_premeeting_setting_label_smart_meeting: string;
|
|
1437
|
+
fmt_premeeting_setting_label_version_now: string;
|
|
1438
|
+
fmt_premeeting_setting_button_check_for_update: string;
|
|
1439
|
+
fmt_premeeting_setting_button_user_agreement: string;
|
|
1440
|
+
fmt_premeeting_setting_button_privacy_policy: string;
|
|
1441
|
+
fmt_premeeting_setting_button_disclaimer: string;
|
|
1442
|
+
fmt_premeeting_setting_version_popup_label_latest_version: string;
|
|
1443
|
+
fmt_premeeting_setting_version_popup_label_latest_version_announcement: string;
|
|
1444
|
+
fmt_premeeting_setting_version_popup_button_ok: string;
|
|
1445
|
+
fmt_premeeting_setting_version_popup_label_new_version_announcement: string;
|
|
1446
|
+
fmt_premeeting_setting_version_popup_label_current_version: string;
|
|
1447
|
+
fmt_premeeting_setting_version_popup_button_download_update: string;
|
|
1448
|
+
fmt_premeeting_setting_version_popup_button_download_later: string;
|
|
1449
|
+
fmt_premeeting_setting_label_downloading_update: string;
|
|
1450
|
+
fmt_premeeting_setting_version_popup_button_cancel: string;
|
|
1451
|
+
fmt_premeeting_setting_version_popup_new_version_ready: string;
|
|
1452
|
+
fmt_premeeting_setting_version_popup_label_restarting_to_experience: string;
|
|
1453
|
+
fmt_premeeting_setting_version_popup_button_restart_application: string;
|
|
1454
|
+
fmt_premeeting_setting_version_popup_button_try_later: string;
|
|
1455
|
+
fmt_meeting_mainwidow_version_popup_label_new_version_ready: string;
|
|
1456
|
+
fmt_meeting_mainwindow_version_popup_label_experience_after_restarting: string;
|
|
1457
|
+
fmt_meeting_mainwindow_version_popup_button_restart_application: string;
|
|
1458
|
+
fmt_interpretation_setting_controller_option_simultaneous_interpretation: string;
|
|
1459
|
+
fmt_interpretation_setting_controller_toast_turn_on_simultaneous_interpretation: string;
|
|
1460
|
+
fmt_interpretation_setting_controller_toast_turn_off_simultaneous_interpretation: string;
|
|
1461
|
+
fmt_interpretation_setting_popup_controller_label_simultaneous_interpretation: string;
|
|
1462
|
+
fmt_interpretation_setting_popup_controller_option_add_interpreter: string;
|
|
1463
|
+
fmt_interpretation_setting_popup_controller_label_interpreter: string;
|
|
1464
|
+
fmt_interpretation_setting_popup_controller_label_departure: string;
|
|
1465
|
+
fmt_interpretation_setting_popup_controller_label_both_language: string;
|
|
1466
|
+
fmt_interpretation_setting_popup_controller_labe_search_name: string;
|
|
1467
|
+
fmt_interpretation_setting_popup_controller_labe_source_language: string;
|
|
1468
|
+
fmt_interpretation_setting_popup_controller_labe_Translate_language: string;
|
|
1469
|
+
fmt_interpretation_setting_popup_controller_option_new_add_interpreter: string;
|
|
1470
|
+
fmt_interpretation_setting_popup_controller_option_turn_on_simultaneous: string;
|
|
1471
|
+
fmt_interpretation_setting_popup_controller_option_add_interpreter_limited: string;
|
|
1472
|
+
fmt_interpretation_setting_popup_controller_option_change: string;
|
|
1473
|
+
fmt_interpretation_setting_popup_controller_option_stop_interpretation: string;
|
|
1474
|
+
fmt_interpretation_setting_popup_controller_option_change_comfirm: string;
|
|
1475
|
+
fmt_interpretation_popup_toast_interpretation_online: string;
|
|
1476
|
+
fmt_interpretation_popup_toast_interpreter_set_by_controller: string;
|
|
1477
|
+
fmt_interpretation_sidebar_button_interpret: string;
|
|
1478
|
+
fmt_interpretation_sidebar_toast_choose_language: string;
|
|
1479
|
+
fmt_interpretation_sidebar_toast_hover_choose_language: string;
|
|
1480
|
+
fmt_interpretation_pupup_interpreter_offline: string;
|
|
1481
|
+
fmt_interpretation_popup_button_set: string;
|
|
1482
|
+
fmt_interpretation_popup_label_set: string;
|
|
1483
|
+
fmt_interpretation_popup_toast_label_return_meeting: string;
|
|
1484
|
+
fmt_interpretation_interpreter_popup_label_welcome_interpreter_be_set: string;
|
|
1485
|
+
fmt_interpretation_interpreter_popup_label_welcome_open_micro: string;
|
|
1486
|
+
fmt_interpretation_interpreter_popup_label_welcome_source_language: string;
|
|
1487
|
+
fmt_interpretation_interpreter_popup_label_welcome_translate_language: string;
|
|
1488
|
+
fmt_interpretation_interpreter_popup_button_welcome_i_know: string;
|
|
1489
|
+
fmt_interpretation_interpreter_toast_label_open_micro: string;
|
|
1490
|
+
fmt_interpretation_interpreter_toast_label_change_channel: string;
|
|
1491
|
+
fmt_interpretation_interpreter_popup_button_cn: string;
|
|
1492
|
+
fmt_interpretation_interpreter_popup_button_en: string;
|
|
1493
|
+
fmt_interpretation_interpreter_toast_label_return_channel: string;
|
|
1494
|
+
fmt_interpretation_interpreter_popup_label_language_change_attention: string;
|
|
1495
|
+
fmt_interpretation_interpreter_popup_label_language_change_by_controller: string;
|
|
1496
|
+
fmt_interpretation_interpreter_popup_label_language: string;
|
|
1497
|
+
fmt_interpretation_interpreter_popup_button_i_know: string;
|
|
1498
|
+
fmt_interpretation_interpreter_popup_label_interpret_cancel: string;
|
|
1499
|
+
fmt_interpretation_interpreter_popup_label_interpret_cancel_label: string;
|
|
1500
|
+
fmt_interpretation_interpreter_popup_button_know: string;
|
|
1501
|
+
fmt_interpretation_mainwindow_toast_label_interpret_offline_controller: string;
|
|
1502
|
+
fmt_interpretation_interpreter_popup_label_language_change_by_cocontroller: string;
|
|
1503
|
+
fmt_interpretation_attendness_sidbar_popup_option_original_aswell: string;
|
|
1504
|
+
fmt_interpretation_controller_sidbar_popup_button_interpret_set: string;
|
|
1505
|
+
fmt_interpretation_attendness_sidbar_popup_option_language_off: string;
|
|
1506
|
+
fmt_interpretation_attendness_sidbar_popup_option_language_cn: string;
|
|
1507
|
+
fmt_interpretation_attendness_sidbar_popup_option_language_eng: string;
|
|
1508
|
+
fmt_interpretation_attendness_popup_label_interpretation_online: string;
|
|
1509
|
+
fmt_interpretation_attendness_popup_label_interpretation_click: string;
|
|
1510
|
+
fmt_interpretation_attendness_sidbar_popup_toast_label_channel_close: string;
|
|
1511
|
+
fmt_interpretation_mainwindow_toast_label_update_language: string;
|
|
1512
|
+
fmt_interpretation_mainwindow_toast_label_turn_off_interpret: string;
|
|
1513
|
+
fmt_interpretation_interpreter_popup_special_host: string;
|
|
1514
|
+
fmt_interpretation_interpreter_popup_special_co_host: string;
|
|
1515
|
+
fmt_interpretation_mobile_setting_controller_option_interpret: string;
|
|
1516
|
+
fmt_interpretation_mobile_setting_controller_label_interpret: string;
|
|
1517
|
+
fmt_interpretation_mobile_setting_controller_toast_label_setting_by_one: string;
|
|
1518
|
+
fmt_interpretation_mobile_setting_controller_toast_label_setting_by_member: string;
|
|
1519
|
+
fmt_interpretation_mobile_setting_controller_button_add_interpret: string;
|
|
1520
|
+
fmt_interpretation_mobile_setting_controller_label_interpreter: string;
|
|
1521
|
+
fmt_interpretation_mobile_setting_popup_controller_option_add_interpreter_limited: string;
|
|
1522
|
+
fmt_interpretation_mobile_setting_controller_label_name_search: string;
|
|
1523
|
+
fmt_interpretation_mobile_setting_controller_label_cn: string;
|
|
1524
|
+
fmt_interpretation_mobile_setting_controller_label_en: string;
|
|
1525
|
+
fmt_interpretation_mobile_setting_controller_button_turn_on_interpretation: string;
|
|
1526
|
+
fmt_interpretation_mobile_setting_controller_button_turn_off_interpretation: string;
|
|
1527
|
+
fmt_interpretation_mobile_setting_controller_button_save: string;
|
|
1528
|
+
fmt_interpretation_mobile_setting_controller_toast_label_complete_setting: string;
|
|
1529
|
+
fmt_interpretation_mobile_setting_controller_toast_label_setting_update: string;
|
|
1530
|
+
fmt_interpretation_mobile_setting_controller_option_french: string;
|
|
1531
|
+
fmt_interpretation_mobile_setting_controller_option_italian: string;
|
|
1532
|
+
fmt_interpretation_mobile_setting_controller_option_korean: string;
|
|
1533
|
+
fmt_interpretation_mobile_setting_controller_option_spanish: string;
|
|
1534
|
+
fmt_interpretation_mobile_setting_controller_option_japanese: string;
|
|
1535
|
+
fmt_interpretation_mobile_chatwin_controller_label_assign_a_interpreter: string;
|
|
1536
|
+
fmt_interpretation_mobile_toast_controller_label_interpret_in_process: string;
|
|
1537
|
+
fmt_interpretation_mobile_toast_controller_toast_label_update_interpreter_by_cocontroller: string;
|
|
1538
|
+
fmt_interpretation_mobile_interpreter_popup_label_as_interpreter: string;
|
|
1539
|
+
fmt_interpretation_mobile_interpreter_popup_label_open_microphone: string;
|
|
1540
|
+
fmt_interpretation_mobile_interpreter_popup_label_en: string;
|
|
1541
|
+
fmt_interpretation_mobile_interpreter_popup_label_cn: string;
|
|
1542
|
+
fmt_interpretation_mobile_interpreter_popup_button_i_know: string;
|
|
1543
|
+
fmt_interpretation_mobile_interpreter_label_click_change_language: string;
|
|
1544
|
+
fmt_interpretation_mobile_interpreter_toast_label_interpreter_channel: string;
|
|
1545
|
+
fmt_interpretation_mobile_interpreter_popup_label_permission_revoke: string;
|
|
1546
|
+
fmt_interpretation_mobile_interpreter_popup_label_status_cancel: string;
|
|
1547
|
+
fmt_interpretation_mobile_interpreter_popup_status_button_i_know: string;
|
|
1548
|
+
fmt_interpretation_mobile_interpreter_popup_change_label_language_change: string;
|
|
1549
|
+
fmt_interpretation_mobile_interpreter_popup_change_button_i_know: string;
|
|
1550
|
+
fmt_interpretation_mobile_attendnees_popup_lable_language_choose: string;
|
|
1551
|
+
fmt_interpretation_mobile_attendnees_popup_option_off: string;
|
|
1552
|
+
fmt_interpretation_mobile_attendnees_popup_option_cn: string;
|
|
1553
|
+
fmt_interpretation_mobile_attendnees_popup_option_en: string;
|
|
1554
|
+
fmt_interpretation_mobile_attendnees_popup_label_original_aswell: string;
|
|
1555
|
+
fmt_interpretation_mobile_controller_popup_button_interpret_setting: string;
|
|
1556
|
+
fmt_interpretation_mobile_attendnees_toast_label_channel_close: string;
|
|
1557
|
+
fmt_interpretation_mobile_meeting_win_label_translator: string;
|
|
1558
|
+
fmt_meeting_creatpage_label_smart_meeting: string;
|
|
1559
|
+
fmt_meeting_creatpage_label_fast_experience: string;
|
|
1560
|
+
fmt_meeting_creatpage_button_create_meeting: string;
|
|
1561
|
+
fmt_meeting_creatpage_label_room_name: string;
|
|
1562
|
+
fmt_meeting_creatpage_label_enter_room_name: string;
|
|
1563
|
+
fmt_meeting_creatpage_label_user_name: string;
|
|
1564
|
+
fmt_meeting_creatpage_label_enter_user_name: string;
|
|
1565
|
+
fmt_meeting_creatpage_label_duration: string;
|
|
1566
|
+
fmt_meeting_creatpage_label_enter_duration: string;
|
|
1567
|
+
fmt_meeting_creatpage_label_password: string;
|
|
1568
|
+
fmt_meeting_creatpage_label_password_empty_admit_without_password: string;
|
|
1569
|
+
fmt_meeting_creatpage_label_enter_password: string;
|
|
1570
|
+
fmt_meeting_creatpage_button_quick_meeting_creat: string;
|
|
1571
|
+
fmt_meeting_creatpage_label_create_meeting_summary: string;
|
|
1572
|
+
fmt_meeting_creatpage_label_agree_service: string;
|
|
1573
|
+
fmt_meeting_creatpage_button_join_meeting: string;
|
|
1574
|
+
fmt_meeting_creatpage_label_join_room_num: string;
|
|
1575
|
+
fmt_meeting_creatpage_label_join_enter_room_num: string;
|
|
1576
|
+
fmt_meeting_creatpage_label_join_user_name: string;
|
|
1577
|
+
fmt_meeting_creatpage_label_join_enter_user_name: string;
|
|
1578
|
+
fmt_meeting_creatpage_label_join_password: string;
|
|
1579
|
+
fmt_meeting_creatpage_label_join_enter_password: string;
|
|
1580
|
+
fmt_meeting_creatpage_label_join_role: string;
|
|
1581
|
+
fmt_meeting_creatpage_label_join_attendee: string;
|
|
1582
|
+
fmt_meeting_creatpage_button_quick_join_meeting: string;
|
|
1583
|
+
fmt_meeting_creatpage_label_join_agree_service: string;
|
|
1584
|
+
fmt_meeting_creatpage_popup_label_wrong_room_password: string;
|
|
1585
|
+
fmt_meeting_mainwindow_topbar_left_button_meeting_detail: string;
|
|
1586
|
+
fmt_meeting_mainwindow_topbar_left_popup_toast_copy_information: string;
|
|
1587
|
+
fmt_meeting_mainwindow_topbar_left_popup_toast_copy_done: string;
|
|
1588
|
+
fmt_meeting_mainwindow_topbar_left_popup_label_share: string;
|
|
1589
|
+
fmt_meeting_mainwindow_topbar_left_popup_label_room_name: string;
|
|
1590
|
+
fmt_meeting_mainwindow_topbar_left_popup_label_meeting_num: string;
|
|
1591
|
+
fmt_meeting_mainwindow_topbar_left_popup_label_meeting_password: string;
|
|
1592
|
+
fmt_meeting_mainwindow_topbar_left_popup_label_link: string;
|
|
1593
|
+
fmt_meeting_mainwindow_topbar_left_popup_label_all_info: string;
|
|
1594
|
+
fmt_meeting_call_voice_call_button_copy_info: string;
|
|
1595
|
+
fmt_link_invitation: string;
|
|
1596
|
+
fmt_link_invitation_password: string;
|
|
1597
|
+
fmt_meeting_creatpage_toast_password_only_contain: string;
|
|
1598
|
+
fmt_meeting_creatpage_toast_password_only_six: string;
|
|
1599
|
+
fmt_translate_language_chinese: string;
|
|
1600
|
+
fmt_translate_language_english: string;
|
|
1601
|
+
fmt_translate_language_japanese: string;
|
|
1602
|
+
fmt_translate_language_korean: string;
|
|
1603
|
+
fmt_translate_language_german: string;
|
|
1604
|
+
fmt_translate_language_french: string;
|
|
1605
|
+
fmt_translate_language_russian: string;
|
|
1606
|
+
fmt_translate_language_spanish: string;
|
|
1607
|
+
fmt_translate_language_portuguese: string;
|
|
1608
|
+
fmt_translate_language_ilalian: string;
|
|
1609
|
+
fmt_translate_language_arabic: string;
|
|
1610
|
+
fmt_translate_language_indonesian: string;
|
|
1611
|
+
fmt_translate_language_hindi: string;
|
|
1612
|
+
fmt_translate_language_thai: string;
|
|
1613
|
+
fmt_translate_language_vietnamese: string;
|
|
1614
|
+
fmt_translate_language_malay: string;
|
|
1615
|
+
fmt_translate_language_turkish: string;
|
|
1616
|
+
fmt_translate_language_chinese_mini: string;
|
|
1617
|
+
fmt_translate_language_english_mini: string;
|
|
1618
|
+
fmt_translate_language_japanese_mini: string;
|
|
1619
|
+
fmt_translate_language_korean_mini: string;
|
|
1620
|
+
fmt_translate_language_german_mini: string;
|
|
1621
|
+
fmt_translate_language_french_mini: string;
|
|
1622
|
+
fmt_translate_language_russian_mini: string;
|
|
1623
|
+
fmt_translate_language_spanish_mini: string;
|
|
1624
|
+
fmt_translate_language_portuguese_mini: string;
|
|
1625
|
+
fmt_translate_language_ilalian_mini: string;
|
|
1626
|
+
fmt_translate_language_arabic_mini: string;
|
|
1627
|
+
fmt_translate_language_indonesian_mini: string;
|
|
1628
|
+
fmt_translate_language_hindi_mini: string;
|
|
1629
|
+
fmt_translate_language_thai_mini: string;
|
|
1630
|
+
fmt_translate_language_vietnamese_mini: string;
|
|
1631
|
+
fmt_translate_language_malay_mini: string;
|
|
1632
|
+
fmt_translate_language_turkish_mini: string;
|
|
1633
|
+
fmt_group_mainwindow_sidebar_button_group_discuss: string;
|
|
1634
|
+
fmt_group_mainwindow_sidebar_label_group_discuss_on: string;
|
|
1635
|
+
fmt_group_mainwindow_sidebar_label_group_discuss_off: string;
|
|
1636
|
+
fmt_group_popup_creat_label_breakout_room: string;
|
|
1637
|
+
fmt_group_popup_creat_label_participant: string;
|
|
1638
|
+
fmt_group_popup_creat_label_not_start: string;
|
|
1639
|
+
fmt_group_popup_creat_label_creat_breakout: string;
|
|
1640
|
+
fmt_group_popup_creat_label_breakout_num: string;
|
|
1641
|
+
fmt_group_popup_creat_label_average_participant: string;
|
|
1642
|
+
fmt_group_popup_creat_label_auto_assign: string;
|
|
1643
|
+
fmt_group_popup_creat_label_manual_assign: string;
|
|
1644
|
+
fmt_group_popup_creat_button_next_step: string;
|
|
1645
|
+
fmt_group_popup_creat_button_cancle: string;
|
|
1646
|
+
fmt_group_mainwindow_topbar_label_group_discuss_time: string;
|
|
1647
|
+
fmt_group_mainwindow_toast_label_group_function_off: string;
|
|
1648
|
+
fmt_group_mainwindow_sidebar_button_back_mainroom: string;
|
|
1649
|
+
fmt_group_popup_creat_next_label_ungrouped: string;
|
|
1650
|
+
fmt_group_popup_creat_next_label_search: string;
|
|
1651
|
+
fmt_group_popup_creat_next_label_breakout_room: string;
|
|
1652
|
+
fmt_group_popup_creat_next_label_breakout_room_num: string;
|
|
1653
|
+
fmt_group_popup_creat_next_label_not_start: string;
|
|
1654
|
+
fmt_group_popup_creat_next_button_assign: string;
|
|
1655
|
+
fmt_group_popup_creat_next_label_may_set_feature: string;
|
|
1656
|
+
fmt_group_popup_creat_next_search_label_search: string;
|
|
1657
|
+
fmt_group_popup_creat_next_search_button_sure: string;
|
|
1658
|
+
fmt_group_popup_creat_next_search_label_no_data: string;
|
|
1659
|
+
fmt_group_popup_creat_next_namebar_button_drag_to_group: string;
|
|
1660
|
+
fmt_group_popup_creat_next_button_add_breakroom: string;
|
|
1661
|
+
fmt_group_popup_creat_next_label_add_one: string;
|
|
1662
|
+
fmt_group_popup_creat_next_button_re_creat: string;
|
|
1663
|
+
fmt_group_popup_creat_next_button_start_group: string;
|
|
1664
|
+
fmt_group_popup_creat_next_label_breakroom_limitation: string;
|
|
1665
|
+
fmt_group_popup_creat_next_namebar_button_remove: string;
|
|
1666
|
+
fmt_group_popup_creat_next_namebar_button_move_to: string;
|
|
1667
|
+
fmt_group_popup_creat_next_namebar_popup_label_move_to: string;
|
|
1668
|
+
fmt_group_popup_creat_next_recreat_label_recreat_caution: string;
|
|
1669
|
+
fmt_group_popup_creat_next_recreat_label_creat_num: string;
|
|
1670
|
+
fmt_group_popup_creat_next_recreat_label_auto_creat: string;
|
|
1671
|
+
fmt_group_popup_creat_next_recreat_label_manual_creat: string;
|
|
1672
|
+
fmt_group_popup_creat_next_recreat_label_allow_choose: string;
|
|
1673
|
+
fmt_group_popup_creat_next_recreat_button_recreat: string;
|
|
1674
|
+
fmt_group_popup_creat_next_group_name_label_rename: string;
|
|
1675
|
+
fmt_group_popup_creat_next_group_name_popup_label_rename: string;
|
|
1676
|
+
fmt_group_popup_creat_next_group_name_popup_button_cancel: string;
|
|
1677
|
+
fmt_group_popup_creat_next_group_name_popup_button_rename: string;
|
|
1678
|
+
fmt_group_popup_creat_next_group_name_popup_label_enter: string;
|
|
1679
|
+
fmt_group_popup_creat_next_group_name_label_delete: string;
|
|
1680
|
+
fmt_group_popup_creat_next_group_name_popup_label_delete: string;
|
|
1681
|
+
fmt_group_popup_creat_next_group_name_popup_button_cancel_delete: string;
|
|
1682
|
+
fmt_group_popup_creat_next_group_name_popup_button_delete: string;
|
|
1683
|
+
fmt_group_popup_creat_next_label_creat_started: string;
|
|
1684
|
+
fmt_group_popup_creat_next_group_name_popup_button_join: string;
|
|
1685
|
+
fmt_group_popup_creat_next_label_people_num: string;
|
|
1686
|
+
fmt_group_popup_creat_next_sidpop_label_setting: string;
|
|
1687
|
+
fmt_group_popup_creat_next_sidpop_label_auto_move_assigned: string;
|
|
1688
|
+
fmt_group_popup_creat_next_sidpop_label_allow_select_group: string;
|
|
1689
|
+
fmt_group_popup_creat_next_sidpop_label_allow_back_main: string;
|
|
1690
|
+
fmt_group_popup_creat_next_sidpop_label_auto_stop_time: string;
|
|
1691
|
+
fmt_group_popup_creat_next_sidpop_label_auto_stop_time_announce: string;
|
|
1692
|
+
fmt_group_popup_creat_next_sidpop_label_countdown: string;
|
|
1693
|
+
fmt_group_popup_creat_next_sidpop_label_countdown_to_main: string;
|
|
1694
|
+
fmt_group_popup_creat_next_button_help_list: string;
|
|
1695
|
+
fmt_group_popup_creat_next_sidpop_label_help_list: string;
|
|
1696
|
+
fmt_group_popup_creat_next_sidpop_button_help_ignore: string;
|
|
1697
|
+
fmt_group_popup_creat_next_sidpop_label_help_join: string;
|
|
1698
|
+
fmt_group_popup_creat_next_sidpop_label_help_num: string;
|
|
1699
|
+
fmt_group_popup_creat_next_sidpop_label_no_help_call: string;
|
|
1700
|
+
fmt_group_popup_creat_next_button_message_to_all: string;
|
|
1701
|
+
fmt_group_popup_creat_next_message_label_message_to_all: string;
|
|
1702
|
+
fmt_group_popup_creat_next_message_label_enter: string;
|
|
1703
|
+
fmt_group_popup_creat_next_message_button_cancel: string;
|
|
1704
|
+
fmt_group_popup_creat_next_message_button_send: string;
|
|
1705
|
+
fmt_group_mainwindow_label_message_sent: string;
|
|
1706
|
+
fmt_group_mainwindow_sidebar_popup_label_group_request: string;
|
|
1707
|
+
fmt_group_popup_creat_next_label_stop_disscussion: string;
|
|
1708
|
+
fmt_group_popup_creat_next_stop_popup_label_stop_disscussion: string;
|
|
1709
|
+
fmt_group_popup_creat_next_stop_popup_label_stop_back_mian: string;
|
|
1710
|
+
fmt_group_popup_creat_next_stop_popup_button_cancel: string;
|
|
1711
|
+
fmt_group_popup_creat_next_stop_popup_button_comfire: string;
|
|
1712
|
+
fmt_group_mainwindow_sidebar_label_someone_ask_help: string;
|
|
1713
|
+
fmt_group_mainwindow_sidebar_label_ask_admin_for_help: string;
|
|
1714
|
+
fmt_group_mainwindow_sidebar_button_ask_help: string;
|
|
1715
|
+
fmt_group_mainwindow_sidebar_label_click_ask_help: string;
|
|
1716
|
+
fmt_group_mainwindow_sidebar_label_ask_help_already: string;
|
|
1717
|
+
fmt_group_mainwindow_sidebar_label_asking_click_to_cancel: string;
|
|
1718
|
+
fmt_group_mainwindow_sidebar_label_click_to_cancel: string;
|
|
1719
|
+
fmt_group_mainwindow_sidebar_label_in_breakroom_function_not_available: string;
|
|
1720
|
+
fmt_group_mainwindow_sidebar_button_leave_group: string;
|
|
1721
|
+
fmt_group_mainwindow_sidebar_button_back_to_main: string;
|
|
1722
|
+
fmt_group_mainwindow_label_host_in: string;
|
|
1723
|
+
fmt_group_mainwindow_label_co_host_in: string;
|
|
1724
|
+
fmt_group_mainwindow_label_host_out: string;
|
|
1725
|
+
fmt_group_mainwindow_label_co_host_out: string;
|
|
1726
|
+
fmt_group_mainwindow_popup_label_group_invitation: string;
|
|
1727
|
+
fmt_group_mainwindow_popup_label_group_assgined: string;
|
|
1728
|
+
fmt_group_mainwindow_popup_button_cancel: string;
|
|
1729
|
+
fmt_group_mainwindow_popup_button_join: string;
|
|
1730
|
+
fmt_group_mainwindow_sidebar_label_goup_function_on_click_to_join: string;
|
|
1731
|
+
fmt_group_mainwindow_leave_popup_label_leave_meeting: string;
|
|
1732
|
+
fmt_group_mainwindow_leave_popup_label_leave_meeting_befor_finish: string;
|
|
1733
|
+
fmt_group_mainwindow_leave_popup_button_leave_meeting: string;
|
|
1734
|
+
fmt_group_mainwindow_leave_breakout_popup_label_leave_breakroom: string;
|
|
1735
|
+
fmt_group_mainwindow_leave_breakout_popup_label_leave_meeting_or_back_main: string;
|
|
1736
|
+
fmt_group_mainwindow_leave_breakout_popup_button_back_to_main: string;
|
|
1737
|
+
fmt_group_mainwindow_leave_breakout_popup_button_leave_meeting: string;
|
|
1738
|
+
fmt_group_mainwindow_sidebar_button_cancel: string;
|
|
1739
|
+
fmt_group_popup_breakout_room_label_my_group: string;
|
|
1740
|
+
fmt_group_popup_breakout_room_label_breakout_room: string;
|
|
1741
|
+
fmt_group_popup_breakout_room_button_join: string;
|
|
1742
|
+
fmt_group_popup_breakout_room_label_search: string;
|
|
1743
|
+
fmt_group_popup_breakout_room_label_none: string;
|
|
1744
|
+
fmt_group_mainwindow_not_placed_popup_label_not_placed: string;
|
|
1745
|
+
fmt_group_mainwindow_not_placed_popup_label_contact_admin: string;
|
|
1746
|
+
fmt_group_mainwindow_not_placed_popup_button_i_know: string;
|
|
1747
|
+
fmt_group_mainwindow_end_breakout_room_popup_label_session_end: string;
|
|
1748
|
+
fmt_group_mainwindow_end_breakout_room_popup_label_stop_immediately: string;
|
|
1749
|
+
fmt_group_mainwindow_end_breakout_room_popup_button_continue: string;
|
|
1750
|
+
fmt_group_mainwindow_end_breakout_room_popup_button_end: string;
|
|
1751
|
+
fmt_group_mainwindow_label_continue_by_host: string;
|
|
1752
|
+
fmt_group_mainwindow_label_continue_by_co_host: string;
|
|
1753
|
+
fmt_group_mainwindow_label_end_by_host: string;
|
|
1754
|
+
fmt_group_mainwindow_label_end_by_co_host: string;
|
|
1755
|
+
fmt_group_mainwindow_label_times_up_auto_end_group: string;
|
|
1756
|
+
fmt_group_mainwindow_breakout_room_count_popup_label_discuss_end: string;
|
|
1757
|
+
fmt_group_mainwindow_breakout_room_count_popup_label_discuss_end_immediately: string;
|
|
1758
|
+
fmt_group_mainwindow_breakout_room_count_popup_button_i_know: string;
|
|
1759
|
+
fmt_group_mainwindow_breakout_room_count_popup_button_back_main: string;
|
|
1760
|
+
fmt_group_popup_creat_next_label_end_after_count: string;
|
|
1761
|
+
fmt_group_popup_creat_next_label_back_main_after_count_auto: string;
|
|
1762
|
+
fmt_mobile_group_function_button_breakout_group: string;
|
|
1763
|
+
fmt_mobile_group_sidebar_button_leave_group: string;
|
|
1764
|
+
fmt_mobile_group_creat_label_creat_group: string;
|
|
1765
|
+
fmt_mobile_group_creat_label_creat_group_num: string;
|
|
1766
|
+
fmt_mobile_group_creat_label_avg_group_num: string;
|
|
1767
|
+
fmt_mobile_group_creat_label_group_format: string;
|
|
1768
|
+
fmt_mobile_group_creat_label_random_group: string;
|
|
1769
|
+
fmt_mobile_group_creat_label_participant_choose: string;
|
|
1770
|
+
fmt_mobile_group_creat_label_group_setting: string;
|
|
1771
|
+
fmt_mobile_group_creat_label_allow_return_main_anytime: string;
|
|
1772
|
+
fmt_mobile_group_creat_label_set_timer: string;
|
|
1773
|
+
fmt_mobile_group_creat_label_timer: string;
|
|
1774
|
+
fmt_mobile_group_creat_label_set_timer_after_finish: string;
|
|
1775
|
+
fmt_mobile_group_creat_label_count_down: string;
|
|
1776
|
+
fmt_mobile_group_creat_label_auto_move_assigned_in_group: string;
|
|
1777
|
+
fmt_mobile_group_creat_label_allow_participant_select_group: string;
|
|
1778
|
+
fmt_mobile_group_creat_button_start_group: string;
|
|
1779
|
+
fmt_mobile_group_breakout_room_label_breakout_group: string;
|
|
1780
|
+
fmt_mobile_group_breakout_room_label_started: string;
|
|
1781
|
+
fmt_mobile_group_breakout_room_label_search: string;
|
|
1782
|
+
fmt_mobile_group_breakout_room_button_send_group_message: string;
|
|
1783
|
+
fmt_mobile_group_breakout_room_button_end_group: string;
|
|
1784
|
+
fmt_mobile_group_breakout_room_label_not_in: string;
|
|
1785
|
+
fmt_mobile_group_breakout_room_button_join: string;
|
|
1786
|
+
fmt_mobile_group_breakout_room_label_not_grouped: string;
|
|
1787
|
+
fmt_mobile_group_help_label_help_list: string;
|
|
1788
|
+
fmt_mobile_group_help_button_go_to: string;
|
|
1789
|
+
fmt_mobile_group_help_button_not_now: string;
|
|
1790
|
+
fmt_mobile_group_invitation_popup_label_invitation_announce: string;
|
|
1791
|
+
fmt_mobile_group_invitation_popup_label_assigned_already: string;
|
|
1792
|
+
fmt_mobile_mainwindow_group_invitation_popup_button_cancel: string;
|
|
1793
|
+
fmt_mobile_mainwindow_group_invitation_popup_button_join: string;
|
|
1794
|
+
fmt_mobile_mainwindow_group_invitation_label_breakout_on_join_here: string;
|
|
1795
|
+
fmt_mobile_mainwindow_group_leave_label_leave_group: string;
|
|
1796
|
+
fmt_mobile_mainwindow_group_leave_label_leave_meeting_or_back_main: string;
|
|
1797
|
+
fmt_mobile_mainwindow_group_leave_button_back_main: string;
|
|
1798
|
+
fmt_mobile_mainwindow_group_leave_button_leave_meeting: string;
|
|
1799
|
+
fmt_mobile_mainwindow_group_leave_label_leave_group_means_leave_meeting: string;
|
|
1800
|
+
fmt_mobile_mainwindow_group_leave_button_leave_the_meeting: string;
|
|
1801
|
+
fmt_mobile_mainwindow_group_help_label_breakout_on_ask_help_here: string;
|
|
1802
|
+
fmt_mobile_mainwindow_group_select_label_select_group: string;
|
|
1803
|
+
fmt_mobile_mainwindow_group_select_label_my_group: string;
|
|
1804
|
+
fmt_mobile_mainwindow_group_select_label_search: string;
|
|
1805
|
+
fmt_mobile_mainwindow_group_select_button_join: string;
|
|
1806
|
+
fmt_mobile_mainwindow_group_select_label_not_joined: string;
|
|
1807
|
+
fmt_mobile_mainwindow_group_not_assigned_label_not_assgined: string;
|
|
1808
|
+
fmt_mobile_mainwindow_group_not_assigned_label_contact_admin: string;
|
|
1809
|
+
fmt_mobile_mainwindow_group_not_assigned_button_i_know: string;
|
|
1810
|
+
fmt_mobile_mainwindow_group_help_label_ask_help: string;
|
|
1811
|
+
fmt_mobile_mainwindow_group_help_label_ask_help_from_admin: string;
|
|
1812
|
+
fmt_mobile_mainwindow_group_help_button_cancel: string;
|
|
1813
|
+
fmt_mobile_mainwindow_group_help_button_send_invitation: string;
|
|
1814
|
+
fmt_mobile_mainwindow_group_help_label_click_again_cancel: string;
|
|
1815
|
+
fmt_mobile_mainwindow_group_help_label_ask_already: string;
|
|
1816
|
+
fmt_mobile_mainwindow_group_help_label_already_help_inactive: string;
|
|
1817
|
+
fmt_mobile_mainwindow_group_help_label_co_host_in: string;
|
|
1818
|
+
fmt_mobile_mainwindow_group_help_label_host_in: string;
|
|
1819
|
+
fmt_mobile_mainwindow_group_help_label_co_host_out: string;
|
|
1820
|
+
fmt_mobile_mainwindow_group_help_label_host_out: string;
|
|
1821
|
+
fmt_mobile_mainwindow_group_help_label_enter_group_function_off: string;
|
|
1822
|
+
fmt_mobile_mainwindow_group_down_popbar_ask_help: string;
|
|
1823
|
+
fmt_mobile_mainwindow_group_down_popbar_join: string;
|
|
1824
|
+
fmt_mobile_mainwindow_group_down_popbar_ignore: string;
|
|
1825
|
+
fmt_mobile_group_breakout_room_label_join: string;
|
|
1826
|
+
fmt_mobile_chat_label_sent_to: string;
|
|
1827
|
+
fmt_mobile_chat_label_sent_to_all: string;
|
|
1828
|
+
fmt_mobile_group_breakout_room_label_message_sent: string;
|
|
1829
|
+
fmt_mobile_chat_label_breakout_group_message: string;
|
|
1830
|
+
fmt_mobile_group_breakout_room_label_end_group: string;
|
|
1831
|
+
fmt_mobile_group_breakout_room_label_back_main_after_end: string;
|
|
1832
|
+
fmt_mobile_group_breakout_room_button_cancel: string;
|
|
1833
|
+
fmt_mobile_group_breakout_room_button_comfirm: string;
|
|
1834
|
+
fmt_mobile_mainwindow_group_popup_label_group_finish: string;
|
|
1835
|
+
fmt_mobile_mainwindow_group_popup_label_group_finish_end_immediately: string;
|
|
1836
|
+
fmt_mobile_mainwindow_group_popup_button_continue: string;
|
|
1837
|
+
fmt_mobile_mainwindow_group_popup_button_end: string;
|
|
1838
|
+
fmt_mobile_mainwindow_label_host_continue: string;
|
|
1839
|
+
fmt_mobile_mainwindow_label_co_host_continue: string;
|
|
1840
|
+
fmt_mobile_mainwindow_label_host_end: string;
|
|
1841
|
+
fmt_mobile_mainwindow_label_co_host_end: string;
|
|
1842
|
+
fmt_mobile_mainwindow_label_times_up_finish_auto: string;
|
|
1843
|
+
fmt_mobile_mainwindow_down_popup_label_group_end: string;
|
|
1844
|
+
fmt_mobile_mainwindow_down_popup_label_group_end_immediately: string;
|
|
1845
|
+
fmt_mobile_mainwindow_down_popup_button_back_main: string;
|
|
1846
|
+
fmt_mobile_mainwindow_down_popup_button_i_know: string;
|
|
1847
|
+
fmt_mobile_group_breakout_room_label_finishi_after_timer: string;
|
|
1848
|
+
fmt_mobile_group_breakout_room_label_back_main_auto: string;
|
|
1849
|
+
fmt_mobile_group_breakout_room_button_leave_group: string;
|
|
1850
|
+
fmt_h_label_more_function: string;
|
|
1851
|
+
fmt_h_label_tempor_hide_screen_share: string;
|
|
1852
|
+
fmt_h_label_tempor_hide_white_board: string;
|
|
1853
|
+
fmt_h_tips_host_enabled_waiting_room: string;
|
|
1854
|
+
fmt_h_tips_tap_to_play: string;
|
|
1855
|
+
};
|