Translated using Weblate (English (United Kingdom))
Some checks failed
Automation / Merge conflict labeling (push) Failing after 0s
Build / Run production build (push) Failing after 0s
Build / Deploy to Cloudflare Pages (push) Has been skipped
CodeQL / Run CodeQL (push) Failing after 0s
Quality checks / Run es-check (push) Failing after 0s
Quality checks / Run eslint (push) Failing after 0s
Quality checks / Run stylelint (push) Failing after 0s
Quality checks / Run TypeScript build check (push) Failing after 0s
Quality checks / Run tests (push) Failing after 0s
Update the Jellyfin SDK / update (push) Failing after 1s

Translation: Jellyfin/Jellyfin Web
Translate-URL: https://translate.jellyfin.org/projects/jellyfin/jellyfin-web/en_GB/
This commit is contained in:
Andi Chandler 2024-09-18 23:20:43 +00:00 committed by Weblate
parent 1edb3ab1ca
commit db31bac43c

View File

@ -1940,5 +1940,15 @@
"LabelAlwaysRemuxMp3AudioFiles": "Always remux MP3 audio files",
"LabelDisableVbrAudioEncoding": "Disable VBR audio encoding",
"EnableHi10p": "Enable H.264 High 10 Profile",
"EnableHi10pHelp": "Enable to avoid transcoding H.264 10-bit videos. Disable this option if the video displays blank frames."
"EnableHi10pHelp": "Enable to avoid transcoding H.264 10-bit videos. Disable this option if the video displays blank frames.",
"FallbackMaxStreamingBitrateHelp": "The maximum streaming bitrate is used as a fallback when ffprobe is unable to determine the source stream bitrate. This helps prevent clients from requesting an excessively high transcoding bitrate, which could cause the player to fail and overload the encoder.",
"AllowStreamSharingHelp": "Allow Jellyfin to duplicate the MPEGTS stream from tuner and share this duplicated stream to its clients. This is useful when the tuner has total stream count limit but may also cause playback issues.",
"LabelAllowFmp4TranscodingContainer": "Allow fMP4 transcoding container",
"AllowFmp4TranscodingContainerHelp": "Allow fMP4 transcoding container for this tuner to enable HEVC and HDR contents. Not all tuners are compatible with this container. Disable this if you experience playback issues.",
"LabelAllowStreamSharing": "Allow stream sharing",
"LabelFallbackMaxStreamingBitrate": "Fallback max stream bitrate (Mbps)",
"VideoCodecTagNotSupported": "The video codec tag is not supported",
"LabelSaveTrickplayLocally": "Save trickplay images next to media",
"LabelSaveTrickplayLocallyHelp": "Saving trickplay images into media folders will put them next to your media for easy migration and access.",
"ReplaceTrickplayImages": "Replace existing trickplay images"
}