diff --git a/ui/src/pages/Scenario.js b/ui/src/pages/Scenario.js index 32f7d3f7..d4a2b43a 100644 --- a/ui/src/pages/Scenario.js +++ b/ui/src/pages/Scenario.js @@ -93,7 +93,7 @@ function ScenarioImpl({defaultActiveTab}) { {activeTab === 'live' && } - + {activeTab === 'forward' && } diff --git a/ui/src/pages/ScenarioForward.js b/ui/src/pages/ScenarioForward.js index 05ff8dcd..99dbd178 100644 --- a/ui/src/pages/ScenarioForward.js +++ b/ui/src/pages/ScenarioForward.js @@ -379,7 +379,7 @@ function ScenarioForwardImplEn({defaultActiveKey, defaultSecrets}) { Introduction
- Multi-platform streaming, restream to other platforms, such as YouTube, Twitch, TikTok, etc. + Multi-platform streaming, forward to other platforms, such as YouTube, Twitch, TikTok, etc.

Specific application scenarios include:

@@ -428,7 +428,7 @@ function ScenarioForwardImplEn({defaultActiveKey, defaultSecrets}) { updateSecrets(e, 'update', 'wx', wxServer, wxSecret, !wxEnabled, wxCustom, wxLabel); }} > - {wxEnabled ? 'Stop Restreaming' : 'Start Restreaming'} + {wxEnabled ? 'Stop Forward' : 'Start Forward'}   * If there are multiple streams, randomly select one. @@ -468,7 +468,7 @@ function ScenarioForwardImplEn({defaultActiveKey, defaultSecrets}) { updateSecrets(e, 'update', 'bilibili', bilibiliServer, bilibiliSecret, !bilibiliEnabled, bilibiliCustom, bilibiliLabel); }} > - {bilibiliEnabled ? 'Stop Restreaming' : 'Start Restreaming'} + {bilibiliEnabled ? 'Stop Forward' : 'Start Forward'}   * If there are multiple streams, randomly select one. @@ -508,14 +508,14 @@ function ScenarioForwardImplEn({defaultActiveKey, defaultSecrets}) { updateSecrets(e, 'update', 'kuaishou', kuaishouServer, kuaishouSecret, !kuaishouEnabled, kuaishouCustom, kuaishouLabel); }} > - {kuaishouEnabled ? 'Stop Restreaming' : 'Start Restreaming'} + {kuaishouEnabled ? 'Stop Forward' : 'Start Forward'}   * If there are multiple streams, randomly select one.
- Restreaming Status + Forward Status { forwards?.length ? ( @@ -538,7 +538,7 @@ function ScenarioForwardImplEn({defaultActiveKey, defaultSecrets}) { {file.custom ? (file.label ? '' : 'Custom') : file.name} {file.label} - {file.enabled ? (file.frame ? 'Restreaming' : 'Wating') : 'Inactive'} + {file.enabled ? (file.frame ? 'Forwarding' : 'Waiting') : 'Inactive'} {file.update && `${file.update?.format('YYYY-MM-DD HH:mm:ss')}`} diff --git a/ui/src/resources/locale.json b/ui/src/resources/locale.json index e2fc48d0..68f13c13 100644 --- a/ui/src/resources/locale.json +++ b/ui/src/resources/locale.json @@ -30,7 +30,7 @@ "tutorials": "教程", "live": "私人直播间", "srt": "超清实时直播", - "restream": "多平台转播", + "forward": "多平台转播", "transcode": "内容处理", "rgroup": "录制", "record": "本地录制", @@ -242,7 +242,7 @@ "tutorials": "Tutorials", "live": "Streaming", "srt": "Low Latency", - "restream": "Restreaming", + "forward": "Forward", "transcode": "Transcoding", "rgroup": "Record", "record": "Record",