fcr-ui-scene 3.2.0 → 3.3.0
This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
- package/installer/icons/favicon.ico +0 -0
- package/installer/icons/favicon.png +0 -0
- package/installer/mac/entitlements.mac.plist +16 -0
- package/lib/common/device-store.d.ts +1 -1
- package/lib/common/device-store.js +11 -3
- package/lib/common/event-store.d.ts +17 -1
- package/lib/common/event-store.js +38 -5
- package/lib/common/security-store.d.ts +14 -4
- package/lib/common/security-store.js +149 -30
- package/lib/electron/bootstrap-dev.d.ts +1 -0
- package/lib/electron/bootstrap-dev.js +51 -0
- package/lib/electron/bootstrap-sdk.d.ts +1 -0
- package/lib/electron/bootstrap-sdk.js +56 -0
- package/lib/electron/bootstrap.d.ts +1 -0
- package/lib/electron/bootstrap.js +56 -0
- package/lib/electron/default-options.js +1 -1
- package/lib/electron/dev.d.ts +1 -0
- package/lib/electron/dev.js +51 -0
- package/lib/electron/injections.d.ts +1 -1
- package/lib/electron/injections.js +3 -6
- package/lib/electron/main.js +4 -16
- package/lib/electron/plugins/meeting-state.d.ts +2 -0
- package/lib/electron/plugins/meeting-state.js +39 -0
- package/lib/electron/preload.js +1 -1
- package/lib/fragments/control-bar/control-bar-store.d.ts +34 -1
- package/lib/fragments/control-bar/control-bar-store.js +371 -79
- package/lib/fragments/control-bar/device/index.js +5 -3
- package/lib/fragments/control-bar/index.css +15 -10
- package/lib/fragments/control-bar/index.js +18 -0
- package/lib/fragments/control-bar/meeting-details/meeting-detail.css +109 -0
- package/lib/fragments/control-bar/meeting-details/meeting-details-portal.d.ts +3 -0
- package/lib/fragments/control-bar/meeting-details/meeting-details-portal.js +60 -0
- package/lib/fragments/control-bar/meeting-details/meeting-details.d.ts +2 -0
- package/lib/fragments/control-bar/meeting-details/meeting-details.js +179 -0
- package/lib/fragments/control-bar/more-actions/index.css +53 -0
- package/lib/fragments/control-bar/more-actions/index.js +72 -37
- package/lib/fragments/control-bar/security-content/index.css +10 -0
- package/lib/fragments/control-bar/security-content/index.js +40 -18
- package/lib/fragments/control-bar/view.js +8 -2
- package/lib/login-confirm-dialog.d.ts +12 -0
- package/lib/login-confirm-dialog.js +80 -0
- package/lib/modules/action-bar/action-bar-collapes-items.js +5 -5
- package/lib/modules/action-bar/chat/index.js +5 -5
- package/lib/modules/action-bar/device/index.css +7 -2
- package/lib/modules/action-bar/device/index.js +4 -4
- package/lib/modules/action-bar/index.css +59 -12
- package/lib/modules/action-bar/index.d.ts +3 -2
- package/lib/modules/action-bar/index.dev.js +1 -1
- package/lib/modules/action-bar/index.js +21 -0
- package/lib/modules/action-bar/leave/assign-host.d.ts +3 -0
- package/lib/modules/action-bar/leave/assign-host.js +2 -4
- package/lib/modules/action-bar/leave/index.js +29 -6
- package/lib/modules/action-bar/leave/leave-meeting.d.ts +11 -0
- package/lib/modules/action-bar/leave/leave-meeting.js +25 -16
- package/lib/modules/action-bar/more/poppover-content.js +4 -4
- package/lib/modules/action-bar/participants/index.css +12 -0
- package/lib/modules/action-bar/participants/index.js +21 -14
- package/lib/modules/action-bar/screen-share/index.js +5 -1
- package/lib/modules/action-bar/screen-share/submenu.js +16 -22
- package/lib/modules/action-bar/security/drop-menu.js +90 -13
- package/lib/modules/action-bar/store.d.ts +38 -6
- package/lib/modules/action-bar/store.js +487 -95
- package/lib/modules/action-bar/view.js +65 -42
- package/lib/modules/chat/chat-bar/index.js +39 -27
- package/lib/modules/chat/chat-select/index.css +14 -4
- package/lib/modules/chat/chat.d.ts +1 -2
- package/lib/modules/chat/chat.js +184 -105
- package/lib/modules/chat/index.css +49 -0
- package/lib/modules/chat/index.d.ts +2 -2
- package/lib/modules/chat/index.dev.js +1 -1
- package/lib/modules/chat/index.js +13 -8
- package/lib/modules/chat/message-list.js +59 -48
- package/lib/modules/chat/store.d.ts +48 -2
- package/lib/modules/chat/store.js +258 -45
- package/lib/modules/connection-gateway/index.d.ts +2 -1
- package/lib/modules/connection-gateway/store.d.ts +6 -3
- package/lib/modules/connection-gateway/store.js +5 -1
- package/lib/modules/device-pretest/audio-preview/speaker-control.js +1 -1
- package/lib/modules/device-pretest/index.css +0 -4
- package/lib/modules/device-pretest/settings/beauty.js +17 -6
- package/lib/modules/device-pretest/store.js +7 -11
- package/lib/modules/dialog/components/chat/electron.js +2 -1
- package/lib/modules/dialog/components/confirm/electron.js +5 -3
- package/lib/modules/dialog/components/connection-gateway/electron.js +3 -1
- package/lib/modules/dialog/components/connection-gateway/index.css +0 -2
- package/lib/modules/dialog/components/device-setting/electron.js +3 -1
- package/lib/modules/dialog/components/device-setting/index.css +0 -1
- package/lib/modules/dialog/components/operation-waiting-room/electron.d.ts +5 -0
- package/lib/modules/dialog/components/operation-waiting-room/electron.js +89 -0
- package/lib/modules/dialog/components/operation-waiting-room/index.css +44 -0
- package/lib/modules/dialog/components/operation-waiting-room/index.d.ts +5 -0
- package/lib/modules/dialog/components/operation-waiting-room/index.js +156 -0
- package/lib/modules/dialog/components/participant/electron.js +2 -1
- package/lib/modules/dialog/components/remove-admit-waiting-room/electron.d.ts +5 -0
- package/lib/modules/dialog/components/remove-admit-waiting-room/electron.js +89 -0
- package/lib/modules/dialog/components/remove-admit-waiting-room/index.css +50 -0
- package/lib/modules/dialog/components/remove-admit-waiting-room/index.d.ts +5 -0
- package/lib/modules/dialog/components/remove-admit-waiting-room/index.js +90 -0
- package/lib/modules/dialog/components/whiteboard/index.js +2 -1
- package/lib/modules/dialog/dialogs.js +17 -13
- package/lib/modules/dialog/index.css +2 -0
- package/lib/modules/dialog/store.d.ts +4 -0
- package/lib/modules/dialog/store.js +16 -2
- package/lib/modules/event-notification/context.d.ts +2 -0
- package/lib/modules/event-notification/context.js +9 -0
- package/lib/modules/event-notification/index.css +58 -0
- package/lib/modules/event-notification/index.d.ts +13 -0
- package/lib/modules/event-notification/index.js +48 -0
- package/lib/modules/event-notification/store.d.ts +17 -0
- package/lib/modules/event-notification/store.js +133 -0
- package/lib/modules/event-notification/view.d.ts +5 -0
- package/lib/modules/event-notification/view.js +114 -0
- package/lib/modules/invite/index.css +4 -4
- package/lib/modules/invite/pstn-invite.js +1 -0
- package/lib/modules/layout/components/Gallery.js +7 -1
- package/lib/modules/layout/components/Layout.js +82 -57
- package/lib/modules/layout/components/index.css +33 -6
- package/lib/modules/layout/index.css +30 -0
- package/lib/modules/layout/member-window/index.js +9 -3
- package/lib/modules/layout/store.d.ts +19 -2
- package/lib/modules/layout/store.js +177 -70
- package/lib/modules/layout/video-window-datasource.d.ts +1 -1
- package/lib/modules/layout/video-window-datasource.js +1 -1
- package/lib/modules/live-streaming/index.dev.js +1 -1
- package/lib/modules/participant/attendee/index.d.ts +12 -3
- package/lib/modules/participant/attendee/index.js +132 -30
- package/lib/modules/participant/index.css +20 -0
- package/lib/modules/participant/index.d.ts +5 -2
- package/lib/modules/participant/index.dev.js +1 -1
- package/lib/modules/participant/index.js +27 -0
- package/lib/modules/participant/room-control-drop-menu/index.css +37 -0
- package/lib/modules/participant/store.d.ts +30 -5
- package/lib/modules/participant/store.js +347 -74
- package/lib/modules/participant/view.js +133 -34
- package/lib/modules/setting/index.css +1 -5
- package/lib/modules/setting/index.dev.js +1 -1
- package/lib/modules/setting/store.d.ts +2 -2
- package/lib/modules/setting/store.js +3 -8
- package/lib/modules/setting/translate-settings/translate-settings.js +1 -1
- package/lib/modules/setting/video-settings/index.css +9 -6
- package/lib/modules/share-screen/index.d.ts +2 -0
- package/lib/modules/share-screen/index.dev.js +3 -2
- package/lib/modules/share-screen/selection/index.css +2 -0
- package/lib/modules/share-screen/store.d.ts +6 -3
- package/lib/modules/share-screen/store.js +170 -129
- package/lib/modules/state-bar/index.css +2 -2
- package/lib/modules/state-bar/index.d.ts +2 -2
- package/lib/modules/state-bar/index.dev.js +1 -1
- package/lib/modules/state-bar/meeting-detail.css +6 -4
- package/lib/modules/state-bar/meeting-details.js +29 -3
- package/lib/modules/state-bar/meeting-network-state.css +14 -3
- package/lib/modules/state-bar/meeting-network-state.js +10 -4
- package/lib/modules/state-bar/recording.js +3 -5
- package/lib/modules/state-bar/store.d.ts +4 -2
- package/lib/modules/state-bar/store.js +18 -3
- package/lib/modules/state-bar/view.js +1 -6
- package/lib/modules/video-window/index.css +1 -0
- package/lib/modules/video-window/store.d.ts +2 -2
- package/lib/modules/video-window/store.js +14 -11
- package/lib/modules/waiting-room-layout/context.d.ts +2 -0
- package/lib/modules/waiting-room-layout/context.js +9 -0
- package/lib/modules/waiting-room-layout/index.css +71 -0
- package/lib/modules/waiting-room-layout/index.d.ts +8 -0
- package/lib/modules/waiting-room-layout/index.js +47 -0
- package/lib/modules/waiting-room-layout/store.d.ts +30 -0
- package/lib/modules/waiting-room-layout/store.js +189 -0
- package/lib/modules/waiting-room-layout/type.d.ts +0 -0
- package/lib/modules/waiting-room-layout/type.js +1 -0
- package/lib/modules/waiting-room-layout/view.d.ts +3 -0
- package/lib/modules/waiting-room-layout/view.js +67 -0
- package/lib/modules/whiteboard/app.js +0 -6
- package/lib/modules/whiteboard/components/control-bar/index.css +3 -0
- package/lib/modules/whiteboard/components/multi-window/index.js +6 -1
- package/lib/modules/whiteboard/components/progress/electron.js +2 -1
- package/lib/modules/whiteboard/components/switch-theme/index.css +4 -0
- package/lib/modules/whiteboard/components/switch-theme/index.d.ts +2 -1
- package/lib/modules/whiteboard/components/switch-theme/index.js +20 -15
- package/lib/modules/whiteboard/components/switch-theme/item.d.ts +1 -0
- package/lib/modules/whiteboard/components/switch-theme/item.js +9 -2
- package/lib/modules/whiteboard/components/toolbar/components/shape-picker.js +14 -10
- package/lib/modules/whiteboard/components/toolbar/store.d.ts +1 -0
- package/lib/modules/whiteboard/components/toolbar/store.js +3 -0
- package/lib/modules/whiteboard/context.d.ts +4 -0
- package/lib/modules/whiteboard/context.js +4 -2
- package/lib/modules/whiteboard/index.js +22 -6
- package/lib/plugins/browser-runtime-plugin.js +1 -1
- package/lib/plugins/module-dev-plugin.js +8 -6
- package/lib/runtime.d.ts +1 -1
- package/lib/translations/enUS.d.ts +449 -6
- package/lib/translations/enUS.js +485 -32
- package/lib/translations/zhCN.d.ts +447 -6
- package/lib/translations/zhCN.js +468 -17
- package/lib/type.d.ts +6 -2
- package/lib/ui-manager.d.ts +7 -3
- package/lib/ui-manager.js +576 -139
- package/lib/ui-scene.d.ts +1 -0
- package/lib/ui-scene.js +26 -21
- package/lib/utilities/constant.d.ts +43 -4
- package/lib/utilities/constant.js +41 -1
- package/lib/utilities/parameters.js +2 -2
- package/lib/utilities/renderer.d.ts +1 -0
- package/lib/utilities/renderer.js +6 -2
- package/package.json +14 -14
- package/public/assets/fcr_defaultpage.png +0 -0
- package/public/assets/login_confirm.png +0 -0
- package/public/index.html +29 -11
- package/dist/132.js +0 -2
- package/dist/132.js.LICENSE.txt +0 -311
- package/dist/651.js +0 -2
- package/dist/651.js.LICENSE.txt +0 -1
- package/dist/73.js +0 -1
- package/dist/index.html +0 -13
- package/dist/main.da7c203ab32d15742cfe.css +0 -11760
- package/dist/main.js +0 -2
- package/dist/main.js.LICENSE.txt +0 -254
- package/dist/worker-entry.worker.js.LICENSE.txt +0 -13
- package/lib/modules/device-pretest/settings/index.css +0 -15
- package/lib/modules/participant/attendee/participants-more-action.d.ts +0 -18
- package/lib/modules/participant/attendee/participants-more-action.js +0 -278
|
@@ -231,6 +231,8 @@ export declare const zhCn: {
|
|
|
231
231
|
fmt_device_statues_opend: string;
|
|
232
232
|
fmt_device_statues_closed: string;
|
|
233
233
|
fmt_device_options_whitening: string;
|
|
234
|
+
fmt_device_options_effects_enable: string;
|
|
235
|
+
fmt_device_options_effects_disable: string;
|
|
234
236
|
fmt_device_options_smoother: string;
|
|
235
237
|
fmt_device_options_brighter: string;
|
|
236
238
|
fmt_device_tips_videoeffectson: string;
|
|
@@ -319,6 +321,7 @@ export declare const zhCn: {
|
|
|
319
321
|
fmt_uimanager_option_Sharedmono: string;
|
|
320
322
|
fmt_uimanager_option_Monochannel: string;
|
|
321
323
|
fmt_uimanager_option_Stereo: string;
|
|
324
|
+
fmt_uimanager_option_Improvefluency: string;
|
|
322
325
|
fmt_uimanager_option_Fluencypriority: string;
|
|
323
326
|
fmt_uimanager_option_Movebottom: string;
|
|
324
327
|
fmt_uimanager_option_Movetop: string;
|
|
@@ -571,6 +574,7 @@ export declare const zhCn: {
|
|
|
571
574
|
fmt_screenshare_whiteboard_button_dragdrop: string;
|
|
572
575
|
fmt_screenshare_whiteboard_button_savescript: string;
|
|
573
576
|
fmt_screenshare_whiteboard_button_spread: string;
|
|
577
|
+
fmt_screenshare_whiteboard_tips_choose_pen_first: string;
|
|
574
578
|
fmt_screenshare_whiteboard_tips_downloading: string;
|
|
575
579
|
fmt_screenshare_whiteboard_tips_savedsuccessfully: string;
|
|
576
580
|
fmt_screenshare_whiteboard_tips_failed: string;
|
|
@@ -590,6 +594,7 @@ export declare const zhCn: {
|
|
|
590
594
|
fmt_share_options_purple: string;
|
|
591
595
|
fmt_share_options_green: string;
|
|
592
596
|
fmt_share_options_whiteboard: string;
|
|
597
|
+
fmt_share_options_red: string;
|
|
593
598
|
fmt_whiteboard_save_success: string;
|
|
594
599
|
fmt_whiteboard_save_failure: string;
|
|
595
600
|
fmt_whiteboard_tips_two_finger_move: string;
|
|
@@ -992,14 +997,59 @@ export declare const zhCn: {
|
|
|
992
997
|
fmt_SIP323_copywrite_phonenumber: string;
|
|
993
998
|
fmt_SIP323_options_detailedinfor: string;
|
|
994
999
|
fmt_SIP323_tips_alreadycopied: string;
|
|
1000
|
+
fmt_localrecord_labels_record: string;
|
|
1001
|
+
fmt_localrecord_labels_savingto: string;
|
|
1002
|
+
fmt_localrecord_button_savingto: string;
|
|
1003
|
+
fmt_localrecord_button_open: string;
|
|
1004
|
+
fmt_localrecord_labels_remaining_storage: string;
|
|
1005
|
+
fmt_localrecord_options_videorecord_whileshare: string;
|
|
1006
|
+
fmt_localrecord_options_temporaryfiles_saved: string;
|
|
1007
|
+
fmt_localrecord_options_localrecoding_onlyadmin: string;
|
|
1008
|
+
fmt_localrecord_tips_origialfiles_save: string;
|
|
1009
|
+
fmt_localrecord_tips_change_storage: string;
|
|
1010
|
+
fmt_localrecord_tips_ensufficient_storage: string;
|
|
1011
|
+
fmt_localrecord_tips_: string;
|
|
1012
|
+
fmt_localrecord_button_cancel: string;
|
|
1013
|
+
fmt_localrecord_button_confirm: string;
|
|
1014
|
+
fmt_localrecord_options_local_recording: string;
|
|
1015
|
+
fmt_localrecord_labels_permissions_localrecording: string;
|
|
1016
|
+
fmt_localrecord_options_onlyadmin_record: string;
|
|
1017
|
+
fmt_localrecord_options_allmember_canrecord: string;
|
|
1018
|
+
fmt_localrecord_options_setting_recording: string;
|
|
1019
|
+
fmt_localrecord_options_localrecording_onlyuse: string;
|
|
1020
|
+
fmt_localrecord_popup_enable_local_recording: string;
|
|
1021
|
+
fmt_localrecord_popup_record_audiovideo: string;
|
|
1022
|
+
fmt_localrecord_popup_start_local_recording: string;
|
|
1023
|
+
fmt_localrecord_popup_remind_afterstart: string;
|
|
1024
|
+
fmt_localrecord_popup_invite_start_recoding: string;
|
|
1025
|
+
fmt_localrecord_popup_onlyadmin_recording: string;
|
|
1026
|
+
fmt_localrecord_popup_open_recording: string;
|
|
1027
|
+
fmt_localrecord_popup_cancel_recording: string;
|
|
1028
|
+
fmt_localrecord_popup_invite: string;
|
|
1029
|
+
fmt_localrecord_popup_cancel_invite: string;
|
|
1030
|
+
fmt_localrecord_tips_already_start: string;
|
|
1031
|
+
fmt_localrecord_tips_geturl: string;
|
|
1032
|
+
fmt_localrecord_tips_getfiles: string;
|
|
1033
|
+
fmt_localrecord_tips_someone_record: string;
|
|
1034
|
+
fmt_localrecord_tips_view_recorded: string;
|
|
1035
|
+
fmt_localrecord_options_beauty_record: string;
|
|
1036
|
+
fmt_localrecord_popup_stop_recording: string;
|
|
1037
|
+
fmt_localrecord_button_stop_recording: string;
|
|
1038
|
+
fmt_localrecord_button_cancel_recording: string;
|
|
1039
|
+
fmt_localrecord_popup_in_recording: string;
|
|
1040
|
+
fmt_localrecord_popup_someone_recording: string;
|
|
1041
|
+
fmt_localrecord_button_leavemeeting: string;
|
|
1042
|
+
fmt_localrecord_button_got_it: string;
|
|
1043
|
+
fmt_localrecord_tips_pause_localrecording: string;
|
|
1044
|
+
fmt_localrecord_tips_stop_localrecording: string;
|
|
995
1045
|
fmt_waitingroom_setting_option_enable_waitingroom: string;
|
|
996
|
-
|
|
1046
|
+
fmt_waitingroom_setting_option_disable_waitingroom: string;
|
|
997
1047
|
fmt_waitingroom_setting_popup_close_waitingroom: string;
|
|
998
1048
|
fmt_waitingroom_setting_tips_choose: string;
|
|
999
1049
|
fmt_waitingroom_setting_button_admit_all: string;
|
|
1000
1050
|
fmt_waitingroom_setting_button_remove_all: string;
|
|
1001
1051
|
fmt_waitingroom_setting_button_cancel: string;
|
|
1002
|
-
|
|
1052
|
+
fmt_waitingroom_sidebar_button_move_to_waitingroom: string;
|
|
1003
1053
|
fmt_waitingroom_sidebar_label_waiting: string;
|
|
1004
1054
|
fmt_waitingroom_sidebar_label_search: string;
|
|
1005
1055
|
fmt_waitingroom_sidebar_button_invite: string;
|
|
@@ -1020,6 +1070,7 @@ export declare const zhCn: {
|
|
|
1020
1070
|
fmt_waitingroom_attendie_popup_label_removed: string;
|
|
1021
1071
|
fmt_waitingroom_attendie_popup_button_gotit: string;
|
|
1022
1072
|
fmt_waitingroom_sidebar_chat_label_waiting: string;
|
|
1073
|
+
fmt_waitingroom_sidebar_chat_label_meeting: string;
|
|
1023
1074
|
fmt_waitingroom_sidebar_chat_label_notsend: string;
|
|
1024
1075
|
fmt_waitingroom_sidebar_chat_label_all_attendees: string;
|
|
1025
1076
|
fmt_waitingroom_mainwindow_popup_label_waitingroom: string;
|
|
@@ -1030,19 +1081,25 @@ export declare const zhCn: {
|
|
|
1030
1081
|
fmt_waitingroom_attendie_popup_label_click_leave: string;
|
|
1031
1082
|
fmt_waitingroom_attendie_overview_label_waitingroom: string;
|
|
1032
1083
|
fmt_waitingroom_attendie_overview_label_wait_moment: string;
|
|
1084
|
+
fmt_waitingroom_attendie_overview_label_move_in_by_host: string;
|
|
1033
1085
|
fmt_waitingroom_attendie_overview_label_attendees: string;
|
|
1034
1086
|
fmt_waitingroom_attendie_overview_label_no_messages: string;
|
|
1087
|
+
fmt_waitingroom_put_in_success: string;
|
|
1088
|
+
fmt_waitingroom_setting_tips_deactivate: string;
|
|
1089
|
+
fmt_waitingroom_setting_tips_disable: string;
|
|
1090
|
+
fmt_waitingroom_setting_tips_enable: string;
|
|
1091
|
+
fmt_waitingroom_setting_tips_send_message_to_host: string;
|
|
1092
|
+
fmt_waitingroom_setting_popup_toast_move_in_failed: string;
|
|
1035
1093
|
fmt_waitingroom_mobile_setting_label_enable: string;
|
|
1036
1094
|
fmt_waitingroom_mobile_setting_label_disable: string;
|
|
1037
1095
|
fmt_waitingroom_mobile_setting_popup_label_close: string;
|
|
1038
1096
|
fmt_waitingroom_mobile_setting_popup_label_choose: string;
|
|
1039
1097
|
fmt_waitingroom_mobile_setting_popup_button_admit_all: string;
|
|
1040
|
-
fmt_waitingroom_mobile_setting_popup_button_remove_all: string;
|
|
1041
1098
|
fmt_waitingroom_mobile_setting_popup_button_cancel: string;
|
|
1042
1099
|
fmt_waitingroom_mobile_setting_tips_deactivate: string;
|
|
1043
1100
|
fmt_waitingroom_mobile_setting_tips_disable: string;
|
|
1044
1101
|
fmt_waitingroom_mobile_setting_button_move_into_waitingroom: string;
|
|
1045
|
-
|
|
1102
|
+
fmt_waitingroom_mobile_memberlist_label_waitingroom: string;
|
|
1046
1103
|
fmt_waitingroom_mobile_memberlist_popup_label_search: string;
|
|
1047
1104
|
fmt_waitingroom_mobile_memberlist_popup_moveout: string;
|
|
1048
1105
|
fmt_waitingroom_mobile_memberlist_button_admit: string;
|
|
@@ -1060,6 +1117,7 @@ export declare const zhCn: {
|
|
|
1060
1117
|
fmt_waitingroom_mobile_memberlist_tips_all_removed: string;
|
|
1061
1118
|
fmt_waitingroom_mobile_memberlist_tips_removed: string;
|
|
1062
1119
|
fmt_waitingroom_mobile_memberlist_tips_all_amitted: string;
|
|
1120
|
+
fmt_waitingroom_mobile_memberlist_label_nocontent: string;
|
|
1063
1121
|
fmt_waitingroom_mobile_chat_label_send_to: string;
|
|
1064
1122
|
fmt_waitingroom_mobile_chat_label_input: string;
|
|
1065
1123
|
fmt_waitingroom_mobile_chat_label_private_chat: string;
|
|
@@ -1082,8 +1140,10 @@ export declare const zhCn: {
|
|
|
1082
1140
|
fmt_ai_transcriptions_setting_label_visable_range: string;
|
|
1083
1141
|
fmt_ai_transcriptions_setting_option_noton: string;
|
|
1084
1142
|
fmt_ai_transcriptions_setting_option_english_translation: string;
|
|
1085
|
-
|
|
1143
|
+
fmt_ai_transcriptions_setting_option_translate: string;
|
|
1086
1144
|
fmt_ai_subtitles_setting_label_subtitle_setting: string;
|
|
1145
|
+
fmt_ai_subtitles_setting_label_caption_transcripts_setting: string;
|
|
1146
|
+
fmt_ai_subtitles_setting_label_caption_transcripts: string;
|
|
1087
1147
|
fmt_ai_subtitles_setting_label_fontsize: string;
|
|
1088
1148
|
fmt_ai_subtitles_setting_label_sample_chi: string;
|
|
1089
1149
|
fmt_ai_subtitles_setting_label_sample_eng: string;
|
|
@@ -1098,7 +1158,7 @@ export declare const zhCn: {
|
|
|
1098
1158
|
fmt_ai_subtitles_setting_options_view_translation: string;
|
|
1099
1159
|
fmt_ai_subtitles_setting_label_subtitle: string;
|
|
1100
1160
|
fmt_ai_subtitles_setting_label_source_language: string;
|
|
1101
|
-
|
|
1161
|
+
fmt_ai_subtitles_setting_label_translate_: string;
|
|
1102
1162
|
fmt_ai_subtitles_setting_label_bilingual_display: string;
|
|
1103
1163
|
fmt_ai_subtitles_setting_label_hot_words: string;
|
|
1104
1164
|
fmt_ai_subtitles_setting_label_hot_words_add: string;
|
|
@@ -1112,6 +1172,10 @@ export declare const zhCn: {
|
|
|
1112
1172
|
fmt_ai_transcriptions_sidebar_label_search: string;
|
|
1113
1173
|
fmt_ai_transcriptions_sidebar_tips_turnon: string;
|
|
1114
1174
|
fmt_ai_transcriptions_sidebar_tips_stopped: string;
|
|
1175
|
+
fmt_ai_subtitles_setting_label_turnon_subtitles: string;
|
|
1176
|
+
fmt_ai_subtitles_setting_label_click_to_setup: string;
|
|
1177
|
+
fmt_ai_subtitles_setting_label_listening: string;
|
|
1178
|
+
fmt_ai_subtitles_setting_label_listening_no_content: string;
|
|
1115
1179
|
fmt_ai_transcriptions_sidebar_button_stop_translation: string;
|
|
1116
1180
|
fmt_ai_transcriptions_sidebar_button_start_translation: string;
|
|
1117
1181
|
fmt_ai_summary_create_option_create_summary: string;
|
|
@@ -1137,4 +1201,381 @@ export declare const zhCn: {
|
|
|
1137
1201
|
fmt_ai_summary_setting_option_meeting_assistant: string;
|
|
1138
1202
|
fmt_ai_summary_setting_option_teacher: string;
|
|
1139
1203
|
fmt_ai_summary_setting_option_sales_manager: string;
|
|
1204
|
+
fmt_premeeting_setting_mobile_label_settings: string;
|
|
1205
|
+
fmt_premeeting_setting_mobile_label_host_settings: string;
|
|
1206
|
+
fmt_premeeting_setting_mobile_swtich_mute_when_join: string;
|
|
1207
|
+
fmt_premeeting_setting_mobile_label_personal_settings: string;
|
|
1208
|
+
fmt_premeeting_setting_mobile_label_video: string;
|
|
1209
|
+
fmt_premeeting_setting_mobile_swtich_hide_video_off: string;
|
|
1210
|
+
fmt_premeeting_setting_mobile_swtich_hide_my_video: string;
|
|
1211
|
+
fmt_premeeting_setting_mobile_option_background: string;
|
|
1212
|
+
fmt_premeeting_setting_mobile_option_enabled: string;
|
|
1213
|
+
fmt_premeeting_setting_mobile_option_disabled: string;
|
|
1214
|
+
fmt_premeeting_setting_mobile_option_beauty: string;
|
|
1215
|
+
fmt_premeeting_setting_mobile_label_caption_transcription: string;
|
|
1216
|
+
fmt_premeeting_setting_mobile_option_source_language: string;
|
|
1217
|
+
fmt_premeeting_setting_mobile_option_default: string;
|
|
1218
|
+
fmt_premeeting_setting_mobile_option_translate_to: string;
|
|
1219
|
+
fmt_premeeting_setting_mobile_swtich_display_bilingual: string;
|
|
1220
|
+
fmt_premeeting_setting_mobile_label_commen_settings: string;
|
|
1221
|
+
fmt_premeeting_setting_mobile_swtich_participant_display_name: string;
|
|
1222
|
+
fmt_premeeting_setting_mobile_swtich_voice_stimulation: string;
|
|
1223
|
+
fmt_premeeting_setting_mobile_label_speaking_display_first: string;
|
|
1224
|
+
fmt_premeeting_setting_mobile_option_bilingual: string;
|
|
1225
|
+
fmt_premeeting_setting_mobile_option_chinese: string;
|
|
1226
|
+
fmt_premeeting_setting_mobile_option_english: string;
|
|
1227
|
+
fmt_premeeting_setting_mobile_option_language_auto: string;
|
|
1228
|
+
fmt_premeeting_setting_mobile_option_appearance: string;
|
|
1229
|
+
fmt_premeeting_setting_mobile_option_auto: string;
|
|
1230
|
+
fmt_premeeting_setting_mobile_option_bright: string;
|
|
1231
|
+
fmt_premeeting_setting_mobile_option_dark: string;
|
|
1232
|
+
fmt_premeeting_setting_mobile_option_region: string;
|
|
1233
|
+
fmt_premeeting_setting_mobile_option_developer_mode: string;
|
|
1234
|
+
fmt_premeeting_setting_mobile_label_about_us: string;
|
|
1235
|
+
fmt_premeeting_setting_mobile_option_version: string;
|
|
1236
|
+
fmt_premeeting_setting_mobile_button_version_pdate: string;
|
|
1237
|
+
fmt_premeeting_setting_mobile_label_release_time: string;
|
|
1238
|
+
fmt_premeeting_setting_mobile_url_agreement: string;
|
|
1239
|
+
fmt_premeeting_setting_mobile_url_privacy: string;
|
|
1240
|
+
fmt_premeeting_setting_mobile_url_disclaimer: string;
|
|
1241
|
+
fmt_premeeting_setting_mobile_button_cancel_account: string;
|
|
1242
|
+
fmt_premeeting_setting_mobile_button_log_out: string;
|
|
1243
|
+
fmt_premeeting_setting_mobile_label_take_effect: string;
|
|
1244
|
+
fmt_premeeting_setting_mobile_popup_button_got_it: string;
|
|
1245
|
+
fmt_premeeting_setting_mobile_popup_button_restart: string;
|
|
1246
|
+
fmt_premeeting_setting_mobile_popup_label_latest_version: string;
|
|
1247
|
+
fmt_premeeting_setting_mobile_popup_label_dowloading: string;
|
|
1248
|
+
fmt_premeeting_setting_mobile_popup_button_install_comfirm: string;
|
|
1249
|
+
fmt_premeeting_setting_mobile_popup_button_cancel_install: string;
|
|
1250
|
+
fmt_premeeting_setting_mobile_popup_button_install: string;
|
|
1251
|
+
fmt_premeeting_setting_mobile_popup_label_cancel_account: string;
|
|
1252
|
+
fmt_premeeting_setting_mobile_popup_button_confirm_cancel: string;
|
|
1253
|
+
fmt_premeeting_setting_mobile_popup_button_cancel: string;
|
|
1254
|
+
fmt_premeeting_setting_mobile_popup_button_log_out: string;
|
|
1255
|
+
fmt_premeeting_setting_mobile_button_log_out_confirm: string;
|
|
1256
|
+
fmt_premeeting_joinroom_mobile_button_upandin: string;
|
|
1257
|
+
fmt_premeeting_joinroom_mobile_label_flexible_meeting: string;
|
|
1258
|
+
fmt_premeeting_joinroom_mobile_label_enterprise_account: string;
|
|
1259
|
+
fmt_premeeting_joinroom_mobile_tips_meetingid: string;
|
|
1260
|
+
fmt_premeeting_joinroom_mobile_tips_password: string;
|
|
1261
|
+
fmt_premeeting_joinroom_mobile_button_join_meeting: string;
|
|
1262
|
+
fmt_premeeting_joinroom_mobile_tips_six_characters: string;
|
|
1263
|
+
fmt_premeeting_joinroom_mobile_tips_wrong_password: string;
|
|
1264
|
+
fmt_premeeting_joinroom_mobile_tips_no_password: string;
|
|
1265
|
+
fmt_premeeting_joinroom_mobile_label_account: string;
|
|
1266
|
+
fmt_premeeting_joinroom_mobile_button_settings_privacy: string;
|
|
1267
|
+
fmt_premeeting_joinroom_mobile_button_log_out: string;
|
|
1268
|
+
fmt_premeeting_joinroom_mobile_button_confirm_exit: string;
|
|
1269
|
+
fmt_premeeting_joinroom_mobile_button_cancel: string;
|
|
1270
|
+
fmt_premeeting_joinroom_mobile_label_rename: string;
|
|
1271
|
+
fmt_security_setting_mobile_label_watermark: string;
|
|
1272
|
+
fmt_security_setting_mobile_label_watermark_style: string;
|
|
1273
|
+
fmt_security_setting_mobile_option_watermark_style_single: string;
|
|
1274
|
+
fmt_security_setting_mobile_option_watermark_style_multi: string;
|
|
1275
|
+
fmt_security_setting_mobile_label_mute_join: string;
|
|
1276
|
+
fmt_security_setting_mobile_label_allow_participants: string;
|
|
1277
|
+
fmt_security_setting_mobile_label_chat_with: string;
|
|
1278
|
+
fmt_security_setting_mobile_label_share_screen: string;
|
|
1279
|
+
fmt_security_setting_mobile_label_rename: string;
|
|
1280
|
+
fmt_security_setting_mobile_label_unmute: string;
|
|
1281
|
+
fmt_security_setting_mobile_label_start_video: string;
|
|
1282
|
+
fmt_security_setting_mobile_popup_toast_lock_meeting: string;
|
|
1283
|
+
fmt_security_setting_mobile_popup_toast_unlock_meeting: string;
|
|
1284
|
+
fmt_security_setting_mobile_chat_popup_label_participants: string;
|
|
1285
|
+
fmt_security_setting_mobile_chat_popup_option_no_one: string;
|
|
1286
|
+
fmt_security_setting_mobile_chat_popup_option_facilitator: string;
|
|
1287
|
+
fmt_security_setting_mobile_chat_popup_option_all: string;
|
|
1288
|
+
fmt_security_setting_mobile_chat_popup_option_all_chat: string;
|
|
1289
|
+
fmt_security_mobile_mainwindow_label_watermark: string;
|
|
1290
|
+
fmt_security_setting_mobile_label_security: string;
|
|
1291
|
+
fmt_security_setting_mobile_label_security_label: string;
|
|
1292
|
+
fmt_security_setting_mobile_label_lock_meeting: string;
|
|
1293
|
+
fmt_security_setting_mobile_label_waiting_room: string;
|
|
1294
|
+
fmt_security_setting_label_security_setting: string;
|
|
1295
|
+
fmt_security_setting_label_lock_meeting: string;
|
|
1296
|
+
fmt_security_setting_label_waiting_room: string;
|
|
1297
|
+
fmt_security_setting_label_watermark: string;
|
|
1298
|
+
fmt_security_setting_option_watermark_style_single: string;
|
|
1299
|
+
fmt_security_setting_option_watermark_style_multi: string;
|
|
1300
|
+
fmt_security_setting_label_allow_participants: string;
|
|
1301
|
+
fmt_security_setting_label_chat_with: string;
|
|
1302
|
+
fmt_security_setting_label_share_screen: string;
|
|
1303
|
+
fmt_security_setting_label_rename: string;
|
|
1304
|
+
fmt_security_setting_label_unmute: string;
|
|
1305
|
+
fmt_security_setting_label_start_video: string;
|
|
1306
|
+
fmt_security_setting_label_remove_participant: string;
|
|
1307
|
+
fmt_security_setting_label_pause_participant: string;
|
|
1308
|
+
fmt_security_setting_popup_toast_join_waiting_room: string;
|
|
1309
|
+
fmt_security_setting_popup_toast_facilitator_watermark: string;
|
|
1310
|
+
fmt_security_setting_popup_toast_co_facilitator_watermark: string;
|
|
1311
|
+
fmt_security_setting_popup_toast_turn_off_watermark: string;
|
|
1312
|
+
fmt_security_setting_popup_tip_watermark_voice_active_prioritized: string;
|
|
1313
|
+
fmt_security_mainwindow_label_watermark: string;
|
|
1314
|
+
fmt_premeeting_setting_label_settings: string;
|
|
1315
|
+
fmt_premeeting_setting_label_normal: string;
|
|
1316
|
+
fmt_premeeting_setting_label_voice_motivation: string;
|
|
1317
|
+
fmt_premeeting_setting_label_turn_on_microphone: string;
|
|
1318
|
+
fmt_premeeting_setting_label_turn_on_camera: string;
|
|
1319
|
+
fmt_premeeting_setting_label_attendees_name: string;
|
|
1320
|
+
fmt_premeeting_setting_label_appearances: string;
|
|
1321
|
+
fmt_premeeting_setting_label_bright_mode: string;
|
|
1322
|
+
fmt_premeeting_setting_label_dark_mode: string;
|
|
1323
|
+
fmt_premeeting_setting_label_auto_mode: string;
|
|
1324
|
+
fmt_premeeting_setting_label_multi_language: string;
|
|
1325
|
+
fmt_premeeting_setting_label_Chinese: string;
|
|
1326
|
+
fmt_premeeting_setting_label_English: string;
|
|
1327
|
+
fmt_premeeting_setting_popup_label_restart_activate: string;
|
|
1328
|
+
fmt_premeeting_setting_popup_label_language_setting_restarting_meeting: string;
|
|
1329
|
+
fmt_premeeting_setting_popup_label_restart_application_switch_language: string;
|
|
1330
|
+
fmt_premeeting_setting_popup_button_i_know: string;
|
|
1331
|
+
fmt_premeeting_setting_pupop_button_restart_now: string;
|
|
1332
|
+
fmt_premeeting_setting_label_follow_the_system: string;
|
|
1333
|
+
fmt_premeeting_setting_label_region: string;
|
|
1334
|
+
fmt_premeeting_setting_label_cn: string;
|
|
1335
|
+
fmt_premeeting_setting_label_eu: string;
|
|
1336
|
+
fmt_premeeting_setting_label_us: string;
|
|
1337
|
+
fmt_premeeting_setting_label_ap: string;
|
|
1338
|
+
fmt_premeeting_setting_label_meeting_control: string;
|
|
1339
|
+
fmt_premeeting_setting_label_mute_join_meeting: string;
|
|
1340
|
+
fmt_premeeting_setting_label_lock_meeting: string;
|
|
1341
|
+
fmt_premeeting_setting_label_open_waiting_room: string;
|
|
1342
|
+
fmt_premeeting_setting_label_voice: string;
|
|
1343
|
+
fmt_premeeting_setting_label_automatically_connects_to_computer_audio: string;
|
|
1344
|
+
fmt_premeeting_setting_label_mute_the_microphone_joinning_meeting: string;
|
|
1345
|
+
fmt_premeeting_setting_label_speaker: string;
|
|
1346
|
+
fmt_premeeting_setting_button_test_speaker: string;
|
|
1347
|
+
fmt_premeeting_setting_label_click_test_speaker: string;
|
|
1348
|
+
fmt_premeeting_setting_button_pause: string;
|
|
1349
|
+
fmt_premeeting_setting_label_change_speaker: string;
|
|
1350
|
+
fmt_premeeting_setting_label_output_level: string;
|
|
1351
|
+
fmt_premeeting_setting_label_output_volume: string;
|
|
1352
|
+
fmt_premeeting_setting_label_automatically_adjust_volume: string;
|
|
1353
|
+
fmt_premeeting_setting_label_microphone: string;
|
|
1354
|
+
fmt_premeeting_setting_button_test_microphone: string;
|
|
1355
|
+
fmt_premeeting_setting_label_speak_into_your_microphone: string;
|
|
1356
|
+
fmt_premeeting_setting_button_recording: string;
|
|
1357
|
+
fmt_premeeting_setting_label_change_the_microphone: string;
|
|
1358
|
+
fmt_premeeting_setting_label_input_level: string;
|
|
1359
|
+
fmt_premeeting_setting_label_input_volume: string;
|
|
1360
|
+
fmt_premeeting_setting_label_automatically_adjust_microphone_volume: string;
|
|
1361
|
+
fmt_premeeting_setting_label_audio_noise_reduction_enhancement: string;
|
|
1362
|
+
fmt_premeeting_setting_label_choose_audio_settings: string;
|
|
1363
|
+
fmt_premeeting_setting_label_enable_waiting_room: string;
|
|
1364
|
+
fmt_premeeting_setting_label_Off: string;
|
|
1365
|
+
fmt_premeeting_setting_label_reduce_background_noise: string;
|
|
1366
|
+
fmt_premeeting_setting_label_auto: string;
|
|
1367
|
+
fmt_premeeting_setting_label_low: string;
|
|
1368
|
+
fmt_premeeting_setting_label_medium: string;
|
|
1369
|
+
fmt_premeeting_setting_label_high: string;
|
|
1370
|
+
fmt_premeeting_setting_label_professional_audio: string;
|
|
1371
|
+
fmt_premeeting_setting_label_enable_stereo: string;
|
|
1372
|
+
fmt_premeeting_setting_label_high_fidelity_music_mode: string;
|
|
1373
|
+
fmt_premeeting_setting_label_echo_cancellation: string;
|
|
1374
|
+
fmt_premeeting_setting_label_video_and_effect: string;
|
|
1375
|
+
fmt_premeeting_setting_button_basic: string;
|
|
1376
|
+
fmt_premeeting_setting_button_background: string;
|
|
1377
|
+
fmt_premeeting_setting_button_beauty_filter: string;
|
|
1378
|
+
fmt_premeeting_setting_label_camera: string;
|
|
1379
|
+
fmt_premeeting_setting_label_hd_video: string;
|
|
1380
|
+
fmt_premeeting_setting_label_adjust_adapt_low_light: string;
|
|
1381
|
+
fmt_premeeting_setting_label_turn_off_video_joining_meeting: string;
|
|
1382
|
+
fmt_premeeting_setting_label_always_show_video_preview_dialog: string;
|
|
1383
|
+
fmt_premeeting_setting_label_hide_participants_without_video: string;
|
|
1384
|
+
fmt_premeeting_setting_label_mirror_my_video: string;
|
|
1385
|
+
fmt_premeeting_setting_label_16_participants: string;
|
|
1386
|
+
fmt_premeeting_setting_label_25_participants: string;
|
|
1387
|
+
fmt_premeeting_setting_label_advanced_Setting: string;
|
|
1388
|
+
fmt_premeeting_setting_label_optimize_video_quality_through_noise_reduction: string;
|
|
1389
|
+
fmt_premeeting_setting_label_hardware_acceleration_for_video_receiving: string;
|
|
1390
|
+
fmt_premeeting_setting_label_about_us: string;
|
|
1391
|
+
fmt_premeeting_setting_label_smart_meeting: string;
|
|
1392
|
+
fmt_premeeting_setting_label_version_now: string;
|
|
1393
|
+
fmt_premeeting_setting_button_check_for_update: string;
|
|
1394
|
+
fmt_premeeting_setting_button_user_agreement: string;
|
|
1395
|
+
fmt_premeeting_setting_button_privacy_policy: string;
|
|
1396
|
+
fmt_premeeting_setting_button_disclaimer: string;
|
|
1397
|
+
fmt_premeeting_setting_version_popup_label_latest_version: string;
|
|
1398
|
+
fmt_premeeting_setting_version_popup_label_latest_version_announcement: string;
|
|
1399
|
+
fmt_premeeting_setting_version_popup_button_ok: string;
|
|
1400
|
+
fmt_premeeting_setting_version_popup_label_new_version_announcement: string;
|
|
1401
|
+
fmt_premeeting_setting_version_popup_label_current_version: string;
|
|
1402
|
+
fmt_premeeting_setting_version_popup_button_download_update: string;
|
|
1403
|
+
fmt_premeeting_setting_version_popup_button_download_later: string;
|
|
1404
|
+
fmt_premeeting_setting_label_downloading_update: string;
|
|
1405
|
+
fmt_premeeting_setting_version_popup_button_cancel: string;
|
|
1406
|
+
fmt_premeeting_setting_version_popup_new_version_ready: string;
|
|
1407
|
+
fmt_premeeting_setting_version_popup_label_restarting_to_experience: string;
|
|
1408
|
+
fmt_premeeting_setting_version_popup_button_restart_application: string;
|
|
1409
|
+
fmt_premeeting_setting_version_popup_button_try_later: string;
|
|
1410
|
+
fmt_meeting_mainwidow_version_popup_label_new_version_ready: string;
|
|
1411
|
+
fmt_meeting_mainwindow_version_popup_label_experience_after_restarting: string;
|
|
1412
|
+
fmt_meeting_mainwindow_version_popup_button_restart_application: string;
|
|
1413
|
+
fmt_interpretation_setting_controller_option_simultaneous_interpretation: string;
|
|
1414
|
+
fmt_interpretation_setting_controller_toast_turn_on_simultaneous_interpretation: string;
|
|
1415
|
+
fmt_interpretation_setting_controller_toast_turn_off_simultaneous_interpretation: string;
|
|
1416
|
+
fmt_interpretation_setting_popup_controller_label_simultaneous_interpretation: string;
|
|
1417
|
+
fmt_interpretation_setting_popup_controller_option_add_interpreter: string;
|
|
1418
|
+
fmt_interpretation_setting_popup_controller_label_interpreter: string;
|
|
1419
|
+
fmt_interpretation_setting_popup_controller_labe_search_name: string;
|
|
1420
|
+
fmt_interpretation_setting_popup_controller_labe_source_language: string;
|
|
1421
|
+
fmt_interpretation_setting_popup_controller_labe_Translate_language: string;
|
|
1422
|
+
fmt_interpretation_setting_popup_controller_option_new_add_interpreter: string;
|
|
1423
|
+
fmt_interpretation_setting_popup_controller_option_turn_on_simultaneous: string;
|
|
1424
|
+
fmt_interpretation_setting_popup_controller_option_add_interpreter_limited: string;
|
|
1425
|
+
fmt_interpretation_setting_popup_controller_option_change: string;
|
|
1426
|
+
fmt_interpretation_setting_popup_controller_option_stop_interpretation: string;
|
|
1427
|
+
fmt_interpretation_setting_popup_controller_option_change_comfirm: string;
|
|
1428
|
+
fmt_interpretation_popup_toast_interpretation_online: string;
|
|
1429
|
+
fmt_interpretation_popup_toast_interpreter_set_by_controller: string;
|
|
1430
|
+
fmt_interpretation_sidebar_button_interpret: string;
|
|
1431
|
+
fmt_interpretation_sidebar_toast_choose_language: string;
|
|
1432
|
+
fmt_interpretation_pupup_interpreter_offline: string;
|
|
1433
|
+
fmt_interpretation_popup_button_set: string;
|
|
1434
|
+
fmt_interpretation_popup_label_set: string;
|
|
1435
|
+
fmt_interpretation_popup_toast_label_return_meeting: string;
|
|
1436
|
+
fmt_interpretation_interpreter_popup_label_welcome_interpreter_be_set: string;
|
|
1437
|
+
fmt_interpretation_interpreter_popup_label_welcome_open_micro: string;
|
|
1438
|
+
fmt_interpretation_interpreter_popup_label_welcome_source_language: string;
|
|
1439
|
+
fmt_interpretation_interpreter_popup_label_welcome_translate_language: string;
|
|
1440
|
+
fmt_interpretation_interpreter_popup_button_welcome_i_know: string;
|
|
1441
|
+
fmt_interpretation_interpreter_toast_label_open_micro: string;
|
|
1442
|
+
fmt_interpretation_interpreter_toast_label_change_channel: string;
|
|
1443
|
+
fmt_interpretation_interpreter_popup_button_cn: string;
|
|
1444
|
+
fmt_interpretation_interpreter_popup_button_en: string;
|
|
1445
|
+
fmt_interpretation_interpreter_toast_label_return_channel: string;
|
|
1446
|
+
fmt_interpretation_interpreter_popup_label_language_change_attention: string;
|
|
1447
|
+
fmt_interpretation_interpreter_popup_label_language_change_by_controller: string;
|
|
1448
|
+
fmt_interpretation_interpreter_popup_label_language: string;
|
|
1449
|
+
fmt_interpretation_interpreter_popup_button_i_know: string;
|
|
1450
|
+
fmt_interpretation_interpreter_popup_label_interpret_cancel: string;
|
|
1451
|
+
fmt_interpretation_interpreter_popup_label_interpret_cancel_label: string;
|
|
1452
|
+
fmt_interpretation_interpreter_popup_button_know: string;
|
|
1453
|
+
fmt_interpretation_mainwindow_toast_label_interpret_offline_controller: string;
|
|
1454
|
+
fmt_interpretation_interpreter_popup_label_language_change_by_cocontroller: string;
|
|
1455
|
+
fmt_interpretation_attendness_sidbar_popup_option_original_aswell: string;
|
|
1456
|
+
fmt_interpretation_controller_sidbar_popup_button_interpret_set: string;
|
|
1457
|
+
fmt_interpretation_attendness_sidbar_popup_option_language_off: string;
|
|
1458
|
+
fmt_interpretation_attendness_sidbar_popup_option_language_cn: string;
|
|
1459
|
+
fmt_interpretation_attendness_sidbar_popup_option_language_eng: string;
|
|
1460
|
+
fmt_interpretation_attendness_popup_label_interpretation_online: string;
|
|
1461
|
+
fmt_interpretation_attendness_popup_label_interpretation_click: string;
|
|
1462
|
+
fmt_interpretation_attendness_sidbar_popup_toast_label_channel_close: string;
|
|
1463
|
+
fmt_interpretation_mainwindow_toast_label_update_language: string;
|
|
1464
|
+
fmt_interpretation_mainwindow_toast_label_turn_off_interpret: string;
|
|
1465
|
+
fmt_interpretation_mobile_setting_controller_option_interpret: string;
|
|
1466
|
+
fmt_interpretation_mobile_setting_controller_label_interpret: string;
|
|
1467
|
+
fmt_interpretation_mobile_setting_controller_toast_label_setting_by_member: string;
|
|
1468
|
+
fmt_interpretation_mobile_setting_controller_button_add_interpret: string;
|
|
1469
|
+
fmt_interpretation_mobile_setting_controller_label_interpreter: string;
|
|
1470
|
+
fmt_interpretation_mobile_setting_controller_label_name_search: string;
|
|
1471
|
+
fmt_interpretation_mobile_setting_controller_label_cn: string;
|
|
1472
|
+
fmt_interpretation_mobile_setting_controller_label_en: string;
|
|
1473
|
+
fmt_interpretation_mobile_setting_controller_button_turn_on_interpretation: string;
|
|
1474
|
+
fmt_interpretation_mobile_setting_controller_button_turn_off_interpretation: string;
|
|
1475
|
+
fmt_interpretation_mobile_setting_controller_button_save: string;
|
|
1476
|
+
fmt_interpretation_mobile_setting_controller_toast_label_complete_setting: string;
|
|
1477
|
+
fmt_interpretation_mobile_setting_controller_toast_label_setting_update: string;
|
|
1478
|
+
fmt_interpretation_mobile_setting_controller_option_french: string;
|
|
1479
|
+
fmt_interpretation_mobile_setting_controller_option_italian: string;
|
|
1480
|
+
fmt_interpretation_mobile_setting_controller_option_korean: string;
|
|
1481
|
+
fmt_interpretation_mobile_setting_controller_option_spanish: string;
|
|
1482
|
+
fmt_interpretation_mobile_setting_controller_option_japanese: string;
|
|
1483
|
+
fmt_interpretation_mobile_chatwin_controller_label_assign_a_interpreter: string;
|
|
1484
|
+
fmt_interpretation_mobile_toast_controller_label_interpret_in_process: string;
|
|
1485
|
+
fmt_interpretation_mobile_toast_controller_toast_label_update_interpreter_by_cocontroller: string;
|
|
1486
|
+
fmt_interpretation_mobile_interpreter_popup_label_as_interpreter: string;
|
|
1487
|
+
fmt_interpretation_mobile_interpreter_popup_label_open_microphone: string;
|
|
1488
|
+
fmt_interpretation_mobile_interpreter_popup_label_en: string;
|
|
1489
|
+
fmt_interpretation_mobile_interpreter_popup_label_cn: string;
|
|
1490
|
+
fmt_interpretation_mobile_interpreter_popup_button_i_know: string;
|
|
1491
|
+
fmt_interpretation_mobile_interpreter_label_click_change_language: string;
|
|
1492
|
+
fmt_interpretation_mobile_interpreter_toast_label_interpreter_channel: string;
|
|
1493
|
+
fmt_interpretation_mobile_interpreter_popup_label_permission_revoke: string;
|
|
1494
|
+
fmt_interpretation_mobile_interpreter_popup_label_status_cancel: string;
|
|
1495
|
+
fmt_interpretation_mobile_interpreter_popup_status_button_i_know: string;
|
|
1496
|
+
fmt_interpretation_mobile_interpreter_popup_change_label_language_change: string;
|
|
1497
|
+
fmt_interpretation_mobile_interpreter_popup_change_button_i_know: string;
|
|
1498
|
+
fmt_interpretation_mobile_attendnees_popup_lable_language_choose: string;
|
|
1499
|
+
fmt_interpretation_mobile_attendnees_popup_option_off: string;
|
|
1500
|
+
fmt_interpretation_mobile_attendnees_popup_option_cn: string;
|
|
1501
|
+
fmt_interpretation_mobile_attendnees_popup_option_en: string;
|
|
1502
|
+
fmt_interpretation_mobile_attendnees_popup_label_original_aswell: string;
|
|
1503
|
+
fmt_interpretation_mobile_controller_popup_button_interpret_setting: string;
|
|
1504
|
+
fmt_interpretation_mobile_attendnees_toast_label_channel_close: string;
|
|
1505
|
+
fmt_meeting_creatpage_label_smart_meeting: string;
|
|
1506
|
+
fmt_meeting_creatpage_label_fast_experience: string;
|
|
1507
|
+
fmt_meeting_creatpage_button_create_meeting: string;
|
|
1508
|
+
fmt_meeting_creatpage_label_room_name: string;
|
|
1509
|
+
fmt_meeting_creatpage_label_enter_room_name: string;
|
|
1510
|
+
fmt_meeting_creatpage_label_user_name: string;
|
|
1511
|
+
fmt_meeting_creatpage_label_enter_user_name: string;
|
|
1512
|
+
fmt_meeting_creatpage_label_duration: string;
|
|
1513
|
+
fmt_meeting_creatpage_label_enter_duration: string;
|
|
1514
|
+
fmt_meeting_creatpage_label_password: string;
|
|
1515
|
+
fmt_meeting_creatpage_label_password_empty_admit_without_password: string;
|
|
1516
|
+
fmt_meeting_creatpage_label_enter_password: string;
|
|
1517
|
+
fmt_meeting_creatpage_button_quick_meeting_creat: string;
|
|
1518
|
+
fmt_meeting_creatpage_label_create_meeting_summary: string;
|
|
1519
|
+
fmt_meeting_creatpage_label_agree_service: string;
|
|
1520
|
+
fmt_meeting_creatpage_button_join_meeting: string;
|
|
1521
|
+
fmt_meeting_creatpage_label_join_room_num: string;
|
|
1522
|
+
fmt_meeting_creatpage_label_join_enter_room_num: string;
|
|
1523
|
+
fmt_meeting_creatpage_label_join_user_name: string;
|
|
1524
|
+
fmt_meeting_creatpage_label_join_enter_user_name: string;
|
|
1525
|
+
fmt_meeting_creatpage_label_join_password: string;
|
|
1526
|
+
fmt_meeting_creatpage_label_join_enter_password: string;
|
|
1527
|
+
fmt_meeting_creatpage_label_join_role: string;
|
|
1528
|
+
fmt_meeting_creatpage_label_join_attendee: string;
|
|
1529
|
+
fmt_meeting_creatpage_button_quick_join_meeting: string;
|
|
1530
|
+
fmt_meeting_creatpage_label_join_agree_service: string;
|
|
1531
|
+
fmt_meeting_creatpage_popup_label_wrong_room_password: string;
|
|
1532
|
+
fmt_meeting_mainwindow_topbar_left_button_meeting_detail: string;
|
|
1533
|
+
fmt_meeting_mainwindow_topbar_left_popup_toast_copy_information: string;
|
|
1534
|
+
fmt_meeting_mainwindow_topbar_left_popup_toast_copy_done: string;
|
|
1535
|
+
fmt_meeting_mainwindow_topbar_left_popup_label_share: string;
|
|
1536
|
+
fmt_meeting_mainwindow_topbar_left_popup_label_room_name: string;
|
|
1537
|
+
fmt_meeting_mainwindow_topbar_left_popup_label_meeting_num: string;
|
|
1538
|
+
fmt_meeting_mainwindow_topbar_left_popup_label_meeting_password: string;
|
|
1539
|
+
fmt_meeting_mainwindow_topbar_left_popup_label_link: string;
|
|
1540
|
+
fmt_meeting_mainwindow_topbar_left_popup_label_all_info: string;
|
|
1541
|
+
fmt_meeting_call_voice_call_button_copy_info: string;
|
|
1542
|
+
fmt_link_invitation: string;
|
|
1543
|
+
fmt_meeting_creatpage_toast_password_only_contain: string;
|
|
1544
|
+
fmt_meeting_creatpage_toast_password_only_six: string;
|
|
1545
|
+
fmt_translate_language_chinese: string;
|
|
1546
|
+
fmt_translate_language_english: string;
|
|
1547
|
+
fmt_translate_language_japanese: string;
|
|
1548
|
+
fmt_translate_language_korean: string;
|
|
1549
|
+
fmt_translate_language_german: string;
|
|
1550
|
+
fmt_translate_language_french: string;
|
|
1551
|
+
fmt_translate_language_russian: string;
|
|
1552
|
+
fmt_translate_language_spanish: string;
|
|
1553
|
+
fmt_translate_language_portuguese: string;
|
|
1554
|
+
fmt_translate_language_ilalian: string;
|
|
1555
|
+
fmt_translate_language_arabic: string;
|
|
1556
|
+
fmt_translate_language_indonesian: string;
|
|
1557
|
+
fmt_translate_language_hindi: string;
|
|
1558
|
+
fmt_translate_language_thai: string;
|
|
1559
|
+
fmt_translate_language_vietnamese: string;
|
|
1560
|
+
fmt_translate_language_malay: string;
|
|
1561
|
+
fmt_translate_language_turkish: string;
|
|
1562
|
+
fmt_translate_language_chinese_mini: string;
|
|
1563
|
+
fmt_translate_language_english_mini: string;
|
|
1564
|
+
fmt_translate_language_japanese_mini: string;
|
|
1565
|
+
fmt_translate_language_korean_mini: string;
|
|
1566
|
+
fmt_translate_language_german_mini: string;
|
|
1567
|
+
fmt_translate_language_french_mini: string;
|
|
1568
|
+
fmt_translate_language_russian_mini: string;
|
|
1569
|
+
fmt_translate_language_spanish_mini: string;
|
|
1570
|
+
fmt_translate_language_portuguese_mini: string;
|
|
1571
|
+
fmt_translate_language_ilalian_mini: string;
|
|
1572
|
+
fmt_translate_language_arabic_mini: string;
|
|
1573
|
+
fmt_translate_language_indonesian_mini: string;
|
|
1574
|
+
fmt_translate_language_hindi_mini: string;
|
|
1575
|
+
fmt_translate_language_thai_mini: string;
|
|
1576
|
+
fmt_translate_language_vietnamese_mini: string;
|
|
1577
|
+
fmt_translate_language_malay_mini: string;
|
|
1578
|
+
fmt_translate_language_turkish_mini: string;
|
|
1579
|
+
fmt_waitingroom_attendie_overview_label__toast_move_to_waitingroom: string;
|
|
1580
|
+
fmt_waitingroom_mobile_notice_popup_button_join_now_no_count: string;
|
|
1140
1581
|
};
|