fcr-ui-scene-mobile 3.8.0-alpha → 3.8.1-alpha
This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
- package/lib/translations/enUS.d.ts +152 -10
- package/lib/translations/enUS.js +225 -44
- package/lib/translations/zhCN.d.ts +152 -10
- package/lib/translations/zhCN.js +218 -37
- package/package.json +6 -7
|
@@ -34,6 +34,7 @@ export declare const enUs: {
|
|
|
34
34
|
fmt_attendies_toast_cant_sethost: string;
|
|
35
35
|
fmt_attendies_toast_cant_setcohost: string;
|
|
36
36
|
fmt_attendies_button_revokehost_error: string;
|
|
37
|
+
fmt_attendies_toast_cohost_upper_limit: string;
|
|
37
38
|
fmt_attendies_button_rename: string;
|
|
38
39
|
fmt_attendies_options_allowlocalrecord: string;
|
|
39
40
|
fmt_attendies_options_putinwaitingroom: string;
|
|
@@ -89,10 +90,12 @@ export declare const enUs: {
|
|
|
89
90
|
fmt_additional_label_meet_view_all: string;
|
|
90
91
|
fmt_additional_label_change_name_self: string;
|
|
91
92
|
fmt_additional_tips_nickname_change_success: string;
|
|
92
|
-
fmt_additional_popup_label_change_nickname: string;
|
|
93
93
|
fmt_additional_popup_label_enter_nickname: string;
|
|
94
94
|
fmt_additional_popup_label_enter_nickname_ok: string;
|
|
95
95
|
fmt_additional_label_toast_rename_off: string;
|
|
96
|
+
fmt_attendies_toast_host_enabled_mute: string;
|
|
97
|
+
fmt_attendies_toast_host_turned_off_video: string;
|
|
98
|
+
fmt_attendies_toast_cohost_full: string;
|
|
96
99
|
fmt_actionbar_tips_leavemeeting: string;
|
|
97
100
|
fmt_actionbar_tips_locked: string;
|
|
98
101
|
fmt_actionbar_tips_recheckleave: string;
|
|
@@ -115,6 +118,7 @@ export declare const enUs: {
|
|
|
115
118
|
fmt_statusbar_label_durationtime: string;
|
|
116
119
|
fmt_statusbar_label_layout: string;
|
|
117
120
|
fmt_statusbar_label_layoutsetting: string;
|
|
121
|
+
fmt_statusbar_hover_unable_switch_grid_view: string;
|
|
118
122
|
fmt_statusbar_opions_listontop: string;
|
|
119
123
|
fmt_statusbar_label_grid: string;
|
|
120
124
|
fmt_statusbar_label_customwating: string;
|
|
@@ -207,7 +211,6 @@ export declare const enUs: {
|
|
|
207
211
|
fmt_actionbar_button_continue: string;
|
|
208
212
|
fmt_actionbar_option_connectaudio: string;
|
|
209
213
|
fmt_actionbar_label_dialsip: string;
|
|
210
|
-
fmt_actionbar_tips_hidenonvideo: string;
|
|
211
214
|
fmt_driver_installation_v_sound_card: string;
|
|
212
215
|
fmt_camera_popup_label_restricted: string;
|
|
213
216
|
fmt_camera_popup_label_system_change: string;
|
|
@@ -217,6 +220,7 @@ export declare const enUs: {
|
|
|
217
220
|
fmt_audio_popup_label_system_change: string;
|
|
218
221
|
fmt_audio_popup_button_system_change: string;
|
|
219
222
|
fmt_audio_popup_button_cancel: string;
|
|
223
|
+
fmt_audio_popup_button_turning_on: string;
|
|
220
224
|
fmt_popup_copywrite_stopstreamingnow: string;
|
|
221
225
|
fmt_popup_options_confirmstop: string;
|
|
222
226
|
fmt_popup_options_placedbottom: string;
|
|
@@ -243,6 +247,14 @@ export declare const enUs: {
|
|
|
243
247
|
fmt_broadcast_livestream_label_stop_pc_only: string;
|
|
244
248
|
fmt_broadcast_livestream_button_hide: string;
|
|
245
249
|
fmt_broadcast_livestream_button_show: string;
|
|
250
|
+
fmt_livestream_window_label_start_live_now: string;
|
|
251
|
+
fmt_livestream_window_button_not_now: string;
|
|
252
|
+
fmt_livestream_window_button_start_now: string;
|
|
253
|
+
fmt_livestream_toast_live_now: string;
|
|
254
|
+
fmt_livestream_window_button_keep: string;
|
|
255
|
+
fmt_livestream_window_button_end_stream: string;
|
|
256
|
+
fmt_livestream_toast_live_link_copied: string;
|
|
257
|
+
fmt_livestream_unable_switch_grid_view: string;
|
|
246
258
|
fmt_device_label_audio_mute: string;
|
|
247
259
|
fmt_device_label_audio_unmute: string;
|
|
248
260
|
fmt_device_label_video_start: string;
|
|
@@ -315,6 +327,9 @@ export declare const enUs: {
|
|
|
315
327
|
fmt_device_not_yet: string;
|
|
316
328
|
fmt_device_beauty_on: string;
|
|
317
329
|
fmt_device_options_redness: string;
|
|
330
|
+
fmt_device_toast_switch_device: string;
|
|
331
|
+
fmt_device_toast_enable_microphone_maximum: string;
|
|
332
|
+
fmt_device_toast_enable_video_maximum: string;
|
|
318
333
|
fmt_layout_label_speaker: string;
|
|
319
334
|
fmt_layout_label_gallery: string;
|
|
320
335
|
fmt_uimanager_labels_roomname: string;
|
|
@@ -453,6 +468,11 @@ export declare const enUs: {
|
|
|
453
468
|
fmt_chat_big_bubble: string;
|
|
454
469
|
fmt_chat_small_bubble: string;
|
|
455
470
|
fmt_chat_label_enter_message: string;
|
|
471
|
+
fmt_chat_label_show_bubble_tips: string;
|
|
472
|
+
fmt_chat_label_am: string;
|
|
473
|
+
fmt_chat_label_pm: string;
|
|
474
|
+
fmt_chat_toast_select_more_error: string;
|
|
475
|
+
fmt_chat_toast_infraction_error: string;
|
|
456
476
|
fmt_screenshare_window_tab_basic: string;
|
|
457
477
|
fmt_screenshare_window_tab_advanced: string;
|
|
458
478
|
fmt_screenshare_window_button_start: string;
|
|
@@ -478,9 +498,7 @@ export declare const enUs: {
|
|
|
478
498
|
fmt_screenshare_controlbar_security_list_participantManagement: string;
|
|
479
499
|
fmt_screenshare_button_chosecontent: string;
|
|
480
500
|
fmt_screenshare_tips_newsharing: string;
|
|
481
|
-
fmt_screenshare_label_screenshare: string;
|
|
482
501
|
fmt_screenshare_button_sharewhiteboard: string;
|
|
483
|
-
fmt_screenshare_button_chosewhiteboard: string;
|
|
484
502
|
fmt_screenshare_options_alreadyopend: string;
|
|
485
503
|
fmt_screenshare_options_allow: string;
|
|
486
504
|
fmt_screenshare_options_editable: string;
|
|
@@ -540,6 +558,7 @@ export declare const enUs: {
|
|
|
540
558
|
fmt_screenshare_opposite_side: string;
|
|
541
559
|
fmt_screenshare_continue_share: string;
|
|
542
560
|
fmt_screenshare_cohost_can_not_share_remind: string;
|
|
561
|
+
fmt_screenshare_only_host_sharing: string;
|
|
543
562
|
fmt_screenshare_pop_more: string;
|
|
544
563
|
fmt_screenshare_room_new_screen_share: string;
|
|
545
564
|
fmt_screenshare_room_speaker_spotlight_username: string;
|
|
@@ -560,6 +579,31 @@ export declare const enUs: {
|
|
|
560
579
|
fmt_screenshare_tips_sharing_audio_cancel: string;
|
|
561
580
|
fmt_screenshare_tips_sharing_audio_confirm: string;
|
|
562
581
|
fmt_screenshare_tips_sharing_disabled_tocontact: string;
|
|
582
|
+
fmt_screenshare_toast_network_error_unable_start_screen_share: string;
|
|
583
|
+
fmt_screenshare_controlbar_button_annotations: string;
|
|
584
|
+
fmt_screenshare_controlbar_annotations_options_attendees_annotate: string;
|
|
585
|
+
fmt_screenshare_controlbar_annotations_options_show_name: string;
|
|
586
|
+
fmt_screenshare_toast_host_enabled_annotations: string;
|
|
587
|
+
fmt_screenshare_toast_host_disabled_annotations: string;
|
|
588
|
+
fmt_screenshare_controlbar_options_clear_all: string;
|
|
589
|
+
fmt_screenshare_toast_annotations_visible_participants: string;
|
|
590
|
+
fmt_screenshare_controlbar_button_settings: string;
|
|
591
|
+
fmt_screenshare_controlbar_settings_label_share_audio_settings: string;
|
|
592
|
+
fmt_screenshare_controlbar_settings_options_enable_share_audio: string;
|
|
593
|
+
fmt_screenshare_controlbar_settings_label_annotation_settings: string;
|
|
594
|
+
fmt_screenshare_controlbar_settings_label_annotation_controls: string;
|
|
595
|
+
fmt_screenshare_toast_annotation_controls_screen_sharing_disabled: string;
|
|
596
|
+
fmt_screenshare_tips_host_not_enabled_annotations: string;
|
|
597
|
+
fmt_screenshare_tips_share_pc_sound: string;
|
|
598
|
+
fmt_screenshare_tips_video_smoothness: string;
|
|
599
|
+
fmt_screenshare_button_share_icloud: string;
|
|
600
|
+
fmt_screenshare_button_stop_share_icloud: string;
|
|
601
|
+
fmt_screenshare_toast_file_type_not_support: string;
|
|
602
|
+
fmt_screenshare_icloud_button_audio_on: string;
|
|
603
|
+
fmt_screenshare_icloud_button_audio_off: string;
|
|
604
|
+
fmt_screenshare_icloud_button_stop_sharing: string;
|
|
605
|
+
fmt_screenshare_toolbar_label_reconnecting: string;
|
|
606
|
+
fmt_screenshare_toast_icloud_file_audio_active: string;
|
|
563
607
|
fmt_screenshare_tips_unenabled: string;
|
|
564
608
|
fmt_screenshare_whiteboard_options_changetheme: string;
|
|
565
609
|
fmt_screenshare_tips_alreadyoriginalsize: string;
|
|
@@ -609,7 +653,6 @@ export declare const enUs: {
|
|
|
609
653
|
fmt_screenshare_whiteboard_tips_cannotjoin: string;
|
|
610
654
|
fmt_screenshare_whiteboard_tips_alreadyopend: string;
|
|
611
655
|
fmt_screenshare_whiteboard_tips_stop_continue: string;
|
|
612
|
-
fmt_screenshare_only_host_sharing: string;
|
|
613
656
|
fmt_whiteboard_labels_colour: string;
|
|
614
657
|
fmt_share_options_smallpen: string;
|
|
615
658
|
fmt_share_options_midpen: string;
|
|
@@ -647,6 +690,12 @@ export declare const enUs: {
|
|
|
647
690
|
fmt_whiteboard_tips_download_permission_denied: string;
|
|
648
691
|
fmt_whiteboard_dialog_share_stopped_message_host: string;
|
|
649
692
|
fmt_whiteboard_dialog_share_stopped_message_cohost: string;
|
|
693
|
+
fmt_whiteboard_dialog_reconnecting_whiteboard: string;
|
|
694
|
+
fmt_whiteboard_button_wait: string;
|
|
695
|
+
fmt_whiteboard_button_close: string;
|
|
696
|
+
fmt_whiteboard_tips_wb_connect: string;
|
|
697
|
+
fmt_whiteboard_tips_label_connect: string;
|
|
698
|
+
fmt_whiteboard_tips_share_nick: string;
|
|
650
699
|
fmt_screenshare_whiteboard_option_disablesharing: string;
|
|
651
700
|
fmt_share_options_blackboard: string;
|
|
652
701
|
fmt_share_options_chalkboard: string;
|
|
@@ -744,6 +793,11 @@ export declare const enUs: {
|
|
|
744
793
|
fmt_failure_popup_label_crash_tips: string;
|
|
745
794
|
fmt_failure_popup_button_close_app: string;
|
|
746
795
|
fmt_failure_popup_button_refresh: string;
|
|
796
|
+
fmt_qualitystatistics_label_video: string;
|
|
797
|
+
fmt_qualitystatistics_label_audio: string;
|
|
798
|
+
fmt_qualitystatistics_label_audio_bit: string;
|
|
799
|
+
fmt_qualitystatistics_label_audio_mic: string;
|
|
800
|
+
fmt_qualitystatistics_label_audio_speaker: string;
|
|
747
801
|
fmt_settings_option_setting: string;
|
|
748
802
|
fmt_settings_option_general: string;
|
|
749
803
|
fmt_settings_option_about_us: string;
|
|
@@ -878,6 +932,35 @@ export declare const enUs: {
|
|
|
878
932
|
fmt_internalsetting_room_window_switched: string;
|
|
879
933
|
fmt_internalsetting_labels_Network_type: string;
|
|
880
934
|
fmt_internalsetting_labels_resolving_power: string;
|
|
935
|
+
fmt_internalsetting_options_play_prompt: string;
|
|
936
|
+
fmt_internalsetting_labels_audio: string;
|
|
937
|
+
fmt_internalsetting_labels_hide_video_off: string;
|
|
938
|
+
fmt_internalsetting_labels_hide_my_video: string;
|
|
939
|
+
fmt_settings_labels_virtual_background: string;
|
|
940
|
+
fmt_settings_labels_prompt_tone: string;
|
|
941
|
+
fmt_settings_options_video_on: string;
|
|
942
|
+
fmt_settings_options_audio_on: string;
|
|
943
|
+
fmt_settings_general_label_dual_display: string;
|
|
944
|
+
fmt_settings_tips_dual_display: string;
|
|
945
|
+
fmt_premeeting_setting_label_join_with_prompt_sound: string;
|
|
946
|
+
fmt_meeting_setting_button_meeting_settings: string;
|
|
947
|
+
fmt_meeting_setting_labels_audio_video_settings: string;
|
|
948
|
+
fmt_meeting_setting_options_mute_participants: string;
|
|
949
|
+
fmt_meeting_setting_options_disable_video: string;
|
|
950
|
+
fmt_meeting_setting_labels_Security: string;
|
|
951
|
+
fmt_meeting_setting_options_enable_waiting_room: string;
|
|
952
|
+
fmt_meeting_setting_options_jbh: string;
|
|
953
|
+
fmt_meeting_setting_options_show_time: string;
|
|
954
|
+
fmt_meeting_setting_options_show_duration: string;
|
|
955
|
+
fmt_meeting_setting_options_show_information: string;
|
|
956
|
+
fmt_meeting_setting_labels_advanced: string;
|
|
957
|
+
fmt_meeting_setting_options_enable_live_streaming: string;
|
|
958
|
+
fmt_meeting_setting_options_enable_interpretation: string;
|
|
959
|
+
fmt_meeting_setting_options_generate_meeting_minutes: string;
|
|
960
|
+
fmt_meeting_setting_toast_enabled_mute: string;
|
|
961
|
+
fmt_meeting_setting_toast_turned_off_video: string;
|
|
962
|
+
fmt_meeting_setting_toast_disabled_mute: string;
|
|
963
|
+
fmt_meeting_setting_toast_turned_on_video: string;
|
|
881
964
|
fmt_settings_labels_sidebar: string;
|
|
882
965
|
fmt_settings_labels_fold: string;
|
|
883
966
|
fmt_settings_labels_theme: string;
|
|
@@ -1125,6 +1208,7 @@ export declare const enUs: {
|
|
|
1125
1208
|
fmt_waitingroom_attendie_overview_label_no_messages: string;
|
|
1126
1209
|
fmt_waitingroom_put_in_success: string;
|
|
1127
1210
|
fmt_waitingroom_setting_tips_deactivate: string;
|
|
1211
|
+
fmt_waitingroom_setting_tips_enabled_waiting_room: string;
|
|
1128
1212
|
fmt_waitingroom_setting_tips_disable: string;
|
|
1129
1213
|
fmt_waitingroom_setting_tips_enable: string;
|
|
1130
1214
|
fmt_waitingroom_setting_tips_send_message_to_host: string;
|
|
@@ -1175,6 +1259,7 @@ export declare const enUs: {
|
|
|
1175
1259
|
fmt_waitingroom_mobile_notice_popup_label_unable_move_creator: string;
|
|
1176
1260
|
fmt_waitingroom_mobile_notice_popup_label_hi: string;
|
|
1177
1261
|
fmt_waitingroom_mobile_notice_popup_label_message_to_host: string;
|
|
1262
|
+
fmt_waitingroom_toast_removed_participant: string;
|
|
1178
1263
|
fmt_ai_transcriptions_setting_label_source: string;
|
|
1179
1264
|
fmt_ai_transcriptions_setting_label_live_language: string;
|
|
1180
1265
|
fmt_ai_transcriptions_setting_label_translate_to: string;
|
|
@@ -1185,24 +1270,26 @@ export declare const enUs: {
|
|
|
1185
1270
|
fmt_ai_transcriptions_setting_option_noton: string;
|
|
1186
1271
|
fmt_ai_transcriptions_setting_option_english_translation: string;
|
|
1187
1272
|
fmt_ai_transcriptions_setting_option_translate: string;
|
|
1273
|
+
fmt_ai_subtitles_button_enable_caption: string;
|
|
1274
|
+
fmt_ai_subtitles_button_disable_caption: string;
|
|
1188
1275
|
fmt_ai_subtitles_setting_label_subtitle_setting: string;
|
|
1189
|
-
fmt_ai_subtitles_setting_label_caption_transcripts_setting: string;
|
|
1190
1276
|
fmt_ai_subtitles_setting_label_caption_transcripts: string;
|
|
1191
1277
|
fmt_ai_subtitles_setting_label_fontsize: string;
|
|
1192
|
-
|
|
1193
|
-
fmt_ai_subtitles_setting_label_sample_eng: string;
|
|
1278
|
+
fmt_ai_subtitles_setting_label_sample: string;
|
|
1194
1279
|
fmt_ai_subtitles_setting_label_translation_setting: string;
|
|
1195
1280
|
fmt_ai_subtitles_setting_label_effect_range: string;
|
|
1196
|
-
|
|
1281
|
+
fmt_ai_subtitles_setting_options_enable_translation: string;
|
|
1282
|
+
fmt_ai_subtitles_setting_options_not_translated: string;
|
|
1197
1283
|
fmt_ai_subtitles_setting_options_chinese: string;
|
|
1198
1284
|
fmt_ai_subtitles_setting_options_english: string;
|
|
1285
|
+
fmt_ai_subtitles_setting_options_japanese: string;
|
|
1199
1286
|
fmt_ai_subtitles_setting_options_subltitle_bilingual: string;
|
|
1200
1287
|
fmt_ai_subtitles_setting_options_translation_bilingual: string;
|
|
1201
1288
|
fmt_ai_subtitles_setting_options_translation_restore_default: string;
|
|
1202
1289
|
fmt_ai_subtitles_setting_options_view_translation: string;
|
|
1203
1290
|
fmt_ai_subtitles_setting_label_subtitle: string;
|
|
1204
1291
|
fmt_ai_subtitles_setting_label_source_language: string;
|
|
1205
|
-
|
|
1292
|
+
fmt_ai_subtitles_setting_label_translations_display: string;
|
|
1206
1293
|
fmt_ai_subtitles_setting_label_bilingual_display: string;
|
|
1207
1294
|
fmt_ai_subtitles_setting_label_hot_words: string;
|
|
1208
1295
|
fmt_ai_subtitles_setting_label_hot_words_add: string;
|
|
@@ -1215,6 +1302,7 @@ export declare const enUs: {
|
|
|
1215
1302
|
fmt_ai_transcriptions_sidebar_label_realtime_translation: string;
|
|
1216
1303
|
fmt_ai_transcriptions_sidebar_label_search: string;
|
|
1217
1304
|
fmt_ai_transcriptions_sidebar_tips_turnon: string;
|
|
1305
|
+
fmt_ai_transcriptions_sidebar_tips_turnoff: string;
|
|
1218
1306
|
fmt_ai_transcriptions_sidebar_tips_stopped: string;
|
|
1219
1307
|
fmt_ai_subtitles_setting_label_turnon_subtitles: string;
|
|
1220
1308
|
fmt_ai_subtitles_setting_label_click_to_setup: string;
|
|
@@ -1222,6 +1310,43 @@ export declare const enUs: {
|
|
|
1222
1310
|
fmt_ai_subtitles_setting_label_listening_no_content: string;
|
|
1223
1311
|
fmt_ai_transcriptions_sidebar_button_stop_translation: string;
|
|
1224
1312
|
fmt_ai_transcriptions_sidebar_button_start_translation: string;
|
|
1313
|
+
fmt_ai_subtitles_toast_host_disabled_subtitles: string;
|
|
1314
|
+
fmt_ai_subtitles_toast_you_turned_off_subtitles: string;
|
|
1315
|
+
fmt_ai_subtitles_window_label_change_language: string;
|
|
1316
|
+
fmt_ai_subtitles_window_label_change_language_content: string;
|
|
1317
|
+
fmt_ai_subtitles_window_button_cancel: string;
|
|
1318
|
+
fmt_ai_subtitles_window_button_modify: string;
|
|
1319
|
+
fmt_ai_subtitles_toast_change_language_self: string;
|
|
1320
|
+
fmt_ai_subtitles_toast_stopped_transcription: string;
|
|
1321
|
+
fmt_ai_subtitles_toast_change_language_attendees: string;
|
|
1322
|
+
fmt_ai_subtitles_toast_started_transcription: string;
|
|
1323
|
+
fmt_ai_subtitles_label_started_transcription_self: string;
|
|
1324
|
+
fmt_ai_subtitles_label_stopped_transcription_self: string;
|
|
1325
|
+
fmt_ai_subtitles_window_label_request_enable_rtt: string;
|
|
1326
|
+
fmt_ai_subtitles_window_label_request_enable_rtt_content: string;
|
|
1327
|
+
fmt_ai_subtitles_window_button_send: string;
|
|
1328
|
+
fmt_ai_subtitles_toast_rtt_request_sent: string;
|
|
1329
|
+
fmt_ai_subtitles_toast_rtt_host_declined_request: string;
|
|
1330
|
+
fmt_ai_rtt_window_label_enable_request: string;
|
|
1331
|
+
fmt_ai_rtt_window_label_enable_request_content: string;
|
|
1332
|
+
fmt_ai_rtt_window_option_decline_all_request: string;
|
|
1333
|
+
fmt_ai_rtt_window_button_reject: string;
|
|
1334
|
+
fmt_ai_rtt_window_button_approve: string;
|
|
1335
|
+
fmt_ai_rtt_window_button_view: string;
|
|
1336
|
+
fmt_ai_subtitles_source_language_options_chinese: string;
|
|
1337
|
+
fmt_ai_subtitles_source_language_options_english: string;
|
|
1338
|
+
fmt_ai_subtitles_source_language_options_japanese: string;
|
|
1339
|
+
fmt_ai_rtt_window_label_converting_stt: string;
|
|
1340
|
+
fmt_ai_rtt_window_button_view_stt_content: string;
|
|
1341
|
+
fmt_ai_rtt_window_button_stop_stt: string;
|
|
1342
|
+
fmt_ai_rtt_toast_host_enabled_rtt: string;
|
|
1343
|
+
fmt_ai_subtitles_toast_host_enabled_captions: string;
|
|
1344
|
+
fmt_ai_rtt_tips_only_host_stop: string;
|
|
1345
|
+
fmt_ai_rtt_label_source_sound_effect_for_personnel: string;
|
|
1346
|
+
fmt_ai_rtt_toast_host_not_permitted_start_stop_rtt: string;
|
|
1347
|
+
fmt_ai_rtt_tips_transcribing: string;
|
|
1348
|
+
fmt_ai_rtt_label_transcription_setting: string;
|
|
1349
|
+
fmt_ai_rtt_tips_switch_translation: string;
|
|
1225
1350
|
fmt_ai_summary_create_option_create_summary: string;
|
|
1226
1351
|
fmt_ai_summary_create_labels_meeting_list: string;
|
|
1227
1352
|
fmt_ai_summary_create_labels_valid_records: string;
|
|
@@ -1273,6 +1398,7 @@ export declare const enUs: {
|
|
|
1273
1398
|
fmt_premeeting_setting_mobile_option_auto: string;
|
|
1274
1399
|
fmt_premeeting_setting_mobile_option_bright: string;
|
|
1275
1400
|
fmt_premeeting_setting_mobile_option_dark: string;
|
|
1401
|
+
fmt_premeeting_setting_option_setting_after_restarting: string;
|
|
1276
1402
|
fmt_premeeting_setting_mobile_option_region: string;
|
|
1277
1403
|
fmt_premeeting_setting_mobile_option_developer_mode: string;
|
|
1278
1404
|
fmt_premeeting_setting_mobile_label_about_us: string;
|
|
@@ -1297,6 +1423,8 @@ export declare const enUs: {
|
|
|
1297
1423
|
fmt_premeeting_setting_mobile_popup_button_cancel: string;
|
|
1298
1424
|
fmt_premeeting_setting_mobile_popup_button_log_out: string;
|
|
1299
1425
|
fmt_premeeting_setting_mobile_button_log_out_confirm: string;
|
|
1426
|
+
fmt_premeeting_setting_button_more_meeting_control: string;
|
|
1427
|
+
fmt_premeeting_setting_checkbox_joining_meeting_connect_audio: string;
|
|
1300
1428
|
fmt_premeeting_joinroom_mobile_button_upandin: string;
|
|
1301
1429
|
fmt_premeeting_joinroom_mobile_label_flexible_meeting: string;
|
|
1302
1430
|
fmt_premeeting_joinroom_mobile_label_enterprise_account: string;
|
|
@@ -1314,6 +1442,7 @@ export declare const enUs: {
|
|
|
1314
1442
|
fmt_premeeting_joinroom_mobile_button_confirm_exit: string;
|
|
1315
1443
|
fmt_premeeting_joinroom_mobile_button_cancel: string;
|
|
1316
1444
|
fmt_premeeting_joinroom_mobile_label_rename: string;
|
|
1445
|
+
fmt_premeeting_back_meeting: string;
|
|
1317
1446
|
fmt_security_setting_mobile_label_watermark: string;
|
|
1318
1447
|
fmt_security_setting_mobile_label_watermark_style: string;
|
|
1319
1448
|
fmt_security_setting_mobile_option_watermark_style_single: string;
|
|
@@ -1358,6 +1487,10 @@ export declare const enUs: {
|
|
|
1358
1487
|
fmt_security_mainwindow_label_watermark: string;
|
|
1359
1488
|
fmt_security_mainwindow_label_toast_unmute_not_allow: string;
|
|
1360
1489
|
fmt_security_mainwindow_label_toast_name_change_not_allow: string;
|
|
1490
|
+
fmt_security_mainwindow_label_interactive_annotations: string;
|
|
1491
|
+
fmt_security_mainwindow_option_start_stop_transcription: string;
|
|
1492
|
+
fmt_security_mainwindow_option_use_captions: string;
|
|
1493
|
+
fmt_security_mainwindow_option_change_language: string;
|
|
1361
1494
|
fmt_premeeting_setting_label_settings: string;
|
|
1362
1495
|
fmt_premeeting_setting_label_normal: string;
|
|
1363
1496
|
fmt_premeeting_setting_label_voice_motivation: string;
|
|
@@ -1414,6 +1547,7 @@ export declare const enUs: {
|
|
|
1414
1547
|
fmt_premeeting_setting_label_low: string;
|
|
1415
1548
|
fmt_premeeting_setting_label_medium: string;
|
|
1416
1549
|
fmt_premeeting_setting_label_high: string;
|
|
1550
|
+
fmt_premeeting_setting_label_turn_off: string;
|
|
1417
1551
|
fmt_premeeting_setting_label_professional_audio: string;
|
|
1418
1552
|
fmt_premeeting_setting_label_enable_stereo: string;
|
|
1419
1553
|
fmt_premeeting_setting_label_high_fidelity_music_mode: string;
|
|
@@ -1590,6 +1724,7 @@ export declare const enUs: {
|
|
|
1590
1724
|
fmt_meeting_creatpage_label_and: string;
|
|
1591
1725
|
fmt_meeting_creatpage_tips_join_password_length: string;
|
|
1592
1726
|
fmt_meeting_creatpage_tips_join_username_length: string;
|
|
1727
|
+
fmt_meeting_mainpage_tips_sleep_left_meeting: string;
|
|
1593
1728
|
fmt_meeting_creatpage_button_quick_join_meeting: string;
|
|
1594
1729
|
fmt_meeting_creatpage_label_join_agree_service: string;
|
|
1595
1730
|
fmt_meeting_creatpage_popup_label_wrong_room_password: string;
|
|
@@ -1891,4 +2026,11 @@ export declare const enUs: {
|
|
|
1891
2026
|
fmt_jbh_title_host_in_meeting: string;
|
|
1892
2027
|
fmt_jbh_title_meeting_topic: string;
|
|
1893
2028
|
fmt_jbh_toast_meeting_not_start: string;
|
|
2029
|
+
fmt_apps_button_automatic_screenshot: string;
|
|
2030
|
+
fmt_webinar_tips_welcome_greetings: string;
|
|
2031
|
+
fmt_echo_window_label_echo_in_environment: string;
|
|
2032
|
+
fmt_echo_window_label_disconect_audio: string;
|
|
2033
|
+
fmt_echo_window_button_cancel: string;
|
|
2034
|
+
fmt_echo_window_button_disconnect: string;
|
|
2035
|
+
fmt_mute_toast_yr_on_mute: string;
|
|
1894
2036
|
};
|