web/i18n/settings: update audio format & bitrate descriptions

This commit is contained in:
wukko 2024-08-22 22:57:51 +06:00
parent 102dec4a84
commit c7a08844e3
No known key found for this signature in database
GPG key ID: 3E30B3F26C7B4AA2

View file

@ -49,11 +49,11 @@
"audio.format.ogg": "ogg",
"audio.format.wav": "wav",
"audio.format.opus": "opus",
"audio.format.description": "all formats but \"best\" are converted, meaning that there'll be some quality loss. if preferred format matches best available audio, it won't be converted.",
"audio.format.description": "all formats but \"best\" are converted, meaning that there'll be some quality loss. audio is not reencoded only when \"best\" format is selected.",
"audio.bitrate": "audio bitrate",
"audio.bitrate.kbps": "kb/s",
"audio.bitrate.description": "bitrate will be used only when converting audio. cobalt cannot get higher quality than what source provides, so selecting bitrate greater than 128kb/s may artificially inflate the file with no audible difference. final perceived quality may differ based on the format.",
"audio.bitrate.description": "bitrate applies only to audio conversion. cobalt can't improve the source audio quality, so choosing a bitrate over 128kbps may inflate the file size with no audible difference. perceived quality may vary by format.",
"audio.youtube.dub": "youtube",
"audio.youtube.dub.title": "use browser language for dubbed videos",