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:
Gabe Kangas
2025-09-14 15:41:58 -07:00
committed by GitHub
parent 14189420c5
commit e66b0444ad
4 changed files with 53 additions and 11 deletions

View File

@ -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',