Merge pull request #3242 from crobibero/tr

Add missing strings for TranscodeReason
This commit is contained in:
Bill Thornton 2021-12-30 12:21:44 -05:00 committed by GitHub
commit 0ebf88b7ca
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23

View file

@ -1601,5 +1601,10 @@
"EnableIntelLowPowerH264HwEncoder": "Enable Intel Low-Power H.264 hardware encoder",
"EnableIntelLowPowerHevcHwEncoder": "Enable Intel Low-Power HEVC hardware encoder",
"IntelLowPowerEncHelp": "Low-Power Encoding can keep unnecessary CPU-GPU sync. On Linux they must be disabled if the i915 HuC firmware is not configured.",
"LabelHardwareEncodingOptions": "Hardware encoding options:"
"LabelHardwareEncodingOptions": "Hardware encoding options:",
"AudioIsExternal": "The audio stream is external",
"VideoBitrateNotSupported": "The video's bitrate is not supported",
"UnknownVideoStreamInfo": "The video stream info is unknown",
"UnknownAudioStreamInfo": "The audio stream info is unknown",
"DirectPlayError": "There was an error starting direct playback"
}