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

Merge pull request #2350 from nyanmisaka/nvdec-vpp

(cherry picked from commit f7f0d688e8)
Signed-off-by: Joshua M. Boniface <joshua@boniface.me>
This commit is contained in:
Joshua M. Boniface 2021-02-10 09:42:25 -05:00
parent ff9fab5af1
commit 998df179a8
5 changed files with 69 additions and 9 deletions

View file

@ -1499,5 +1499,8 @@
"YoutubeNotFound": "Video not found.",
"YoutubeDenied": "Requested video is not allowed to be played in embedded players.",
"MessageChromecastConnectionError": "Your Google Cast receiver is unable to contact the Jellyfin server. Please check the connection and try again.",
"MessagePlaybackError": "There was an error playing this file on your Google Cast receiver."
"MessagePlaybackError": "There was an error playing this file on your Google Cast receiver.",
"EnableEnhancedNvdecDecoder": "Enable enhanced NVDEC decoder",
"EnableVppTonemapping": "Enable VPP Tone mapping",
"AllowVppTonemappingHelp": "Full hardware based tone mapping without using OpenCL filter. Currently works only when transcoding videos with embedded HDR10 metadata."
}

View file

@ -1487,5 +1487,22 @@
"HeaderDebugging": "调试和跟踪",
"HeaderAutoDiscovery": "网络发现",
"HeaderAddUser": "添加用户",
"HeaderAddUpdateSubtitle": "添加 / 更新字幕"
"HeaderAddUpdateSubtitle": "添加 / 更新字幕",
"SyncPlayGroupDefaultTitle": "{0} 的群组",
"MessageSyncPlayIsDisabled": "需要权限来启用同步播放。",
"LabelSyncPlayTimeSyncOffset": "时间偏差:",
"LabelSyncPlayTimeSyncDevice": "与时间同步:",
"LabelSyncPlayResumePlaybackDescription": "加入群组播放",
"LabelSyncPlayResumePlayback": "恢复本地播放",
"LabelSyncPlayHaltPlaybackDescription": "并且忽略当前的播放列表更新",
"LabelSyncPlayHaltPlayback": "停止本地播放",
"LabelMaxAudiobookResumeHelp": "如果在此时间之后停止播放,媒体会标记为“已播放”。",
"LabelMinAudiobookResumeHelp": "如果在此时间之前停止播放,媒体会标记为“未播放”。",
"LabelMinAudiobookResume": "恢复播放有声读物的最短时间:",
"LabelMaxAudiobookResume": "恢复播放有声读物的最长时间:",
"MessagePlaybackError": "在您的 Google Cast 接收器上播放此文件时发生错误。",
"MessageChromecastConnectionError": "您的 Google Cast 接收器无法联系 Jellyfin 服务器。请检查连接,然后重试。",
"EnableEnhancedNvdecDecoder": "启用增强的 NVDEC 解码器",
"EnableVppTonemapping": "启用 VPP 色调映射",
"AllowVppTonemappingHelp": "完全基于硬件的色调映射,不需要 OpenCL 滤镜。目前仅在转码内嵌 HDR10 元数据的视频时生效。"
}