mirror of
https://github.com/owncast/owncast.git
synced 2025-11-01 10:55:57 +08:00
Increases the max bandwidth selectable in the admin UI (#4550)
* feat(admin): Closes #1462. Increases the max bandwidth selectable in the UI + localization for the strings * chore: update extracted translations * Javascript formatting autofixes --------- Co-authored-by: Owncast default web localizations <owncast@owncast.online>
This commit is contained in:
@ -110,6 +110,15 @@ export const Localization = {
|
||||
serverUrlRequiredForDirectory: 'Admin.EditInstanceDetails.serverUrlRequiredForDirectory',
|
||||
},
|
||||
|
||||
// VideoVariantForm component specific keys
|
||||
VideoVariantForm: {
|
||||
bitrateDisabledPassthrough: 'Admin.VideoVariantForm.bitrateDisabledPassthrough',
|
||||
bitrateValueKbps: 'Admin.VideoVariantForm.bitrateValueKbps',
|
||||
bitrateGoodForSlow: 'Admin.VideoVariantForm.bitrateGoodForSlow',
|
||||
bitrateGoodForMost: 'Admin.VideoVariantForm.bitrateGoodForMost',
|
||||
bitrateGoodForHigh: 'Admin.VideoVariantForm.bitrateGoodForHigh',
|
||||
},
|
||||
|
||||
// Logging and monitoring
|
||||
info: 'Info',
|
||||
warning: 'Warning',
|
||||
|
||||
Reference in New Issue
Block a user