Merge pull request #2777 from MrTimscampi/readable-transcode-reasons

Translate the transcode reasons
This commit is contained in:
Bill Thornton 2021-08-10 10:49:19 -07:00 committed by GitHub
commit fdc0ab0be9
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23

View file

@ -1517,5 +1517,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"
}