feat(downloads): apply bandwidth and schedule policy
This commit is contained in:
@@ -218,6 +218,16 @@ const UI_TEXT_EN = {
|
||||
streamlinkQualityBest: 'Best (default)',
|
||||
streamlinkQualitySource: 'Source (original)',
|
||||
streamlinkQualityAudio: 'Audio only',
|
||||
downloadPolicyTitle: 'Throttle and schedule',
|
||||
downloadThrottleLabel: 'Maximum download rate (MiB/s)',
|
||||
downloadThrottleHint: 'Leave empty for no throttle. Decimal values such as 1.5 are supported.',
|
||||
downloadWindowsLabel: 'Local download windows',
|
||||
downloadWindowsHint: 'Use one window per line or separate them with semicolons. Overnight windows are supported.',
|
||||
downloadPolicyOverride: 'Start now',
|
||||
downloadPolicyWaiting: 'Queue is waiting until {time}.',
|
||||
downloadPolicyReady: 'Queued downloads may start now.',
|
||||
downloadThrottleInvalid: 'Enter a positive download rate in MiB/s.',
|
||||
downloadWindowsInvalid: 'Use local windows in HH:MM-HH:MM format.',
|
||||
downloadPathNotWritable: 'Download folder is not writable. Pick another folder or grant write permission.',
|
||||
streamerSectionTitle: 'Streamer',
|
||||
streamerListFilterPlaceholder: 'Filter...',
|
||||
|
||||
Reference in New Issue
Block a user