web/i18n/settings: rephrase audio format description
Some checks failed
CodeQL / Analyze (${{ matrix.language }}) (none, javascript-typescript) (push) Has been cancelled
Run service tests / test service functionality (push) Has been cancelled
Run tests / check lockfile correctness (push) Has been cancelled
Run tests / web sanity check (push) Has been cancelled
Run tests / api sanity check (push) Has been cancelled
Run service tests / test service: ${{ matrix.service }} (push) Has been cancelled

This commit is contained in:
wukko 2024-10-28 18:30:18 +06:00
parent 14ca47b73d
commit 9f9300ebb8
No known key found for this signature in database
GPG key ID: 3E30B3F26C7B4AA2

View file

@ -50,7 +50,7 @@
"audio.format.ogg": "ogg", "audio.format.ogg": "ogg",
"audio.format.wav": "wav", "audio.format.wav": "wav",
"audio.format.opus": "opus", "audio.format.opus": "opus",
"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.format.description": "all formats but \"best\" are converted from the source format, there will be some quality loss. when \"best\" format is selected, the audio is kept in its original format whenever possible.",
"audio.bitrate": "audio bitrate", "audio.bitrate": "audio bitrate",
"audio.bitrate.kbps": "kb/s", "audio.bitrate.kbps": "kb/s",