1
0
Fork 0
mirror of https://github.com/jellyfin/jellyfin-web synced 2025-03-30 19:56:21 +00:00

Translate the transcode reasons

This commit is contained in:
MrTimscampi 2021-07-03 12:38:11 +02:00
parent b065055635
commit 89c05526ef

View file

@ -1512,5 +1512,23 @@
"AllowVppTonemappingHelp": "Full hardware based tone mapping without using OpenCL filter. Currently works only when transcoding videos with embedded HDR10 metadata.",
"Controls": "Controls",
"LabelEnableGamepad": "Enable Gamepad",
"EnableGamepadHelp": "Listen for input from any connected controllers."
"EnableGamepadHelp": "Listen for input from any connected controllers.",
"AudioCodecNotSupported": "The audio codec is not supported",
"ContainerNotSupported": "The container is not supported",
"SubtitleCodecNotSupported": "The subtitle codec is not supported",
"VideoCodecNotSupported": "The video codec is not supported",
"AudioBitrateNotSupported": "The audio's bitrate is not supported",
"AudioChannelsNotSupported": "The number of audio channels is not supported",
"VideoResolutionNotSupported": "The video's resolution is not supported",
"AudioProfileNotSupported": "The audio codec's profile is not supported",
"AudioSampleRateNotSupported": "The audio's sample rate is not supported",
"AnamorphicVideoNotSupported": "Anamorphic video is not supported",
"InterlacedVideoNotSupported": "Interlaced video is not supported",
"SecondaryAudioNotSupported": "Secondary audio tracks are not supported",
"RefFramesNotSupported": "Reference frames are not supported",
"VideoBitDepthNotSupported": "The video's bit depth is not supported",
"VideoFramerateNotSupported": "The video's framerate is not supported",
"VideoLevelNotSupported": "The video codec's level is not supported",
"VideoProfileNotSupported": "The video codec's profile is not supported",
"AudioBitDepthNotSupported": "The audio's bit depth is not supported"
}