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

Merge pull request #3523 from nyanmisaka/nvdec-tips

Add some tips for the enhanced NVDEC decoder
This commit is contained in:
Bill Thornton 2022-04-12 15:11:49 -04:00 committed by GitHub
commit 3d11cbcd8f
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23
4 changed files with 7 additions and 3 deletions

View file

@ -83,6 +83,7 @@
<input type="checkbox" is="emby-checkbox" id="chkEnhancedNvdecDecoder" /> <input type="checkbox" is="emby-checkbox" id="chkEnhancedNvdecDecoder" />
<span>${EnableEnhancedNvdecDecoder}</span> <span>${EnableEnhancedNvdecDecoder}</span>
</label> </label>
<div class="fieldDescription checkboxFieldDescription">${EnableEnhancedNvdecDecoderHelp}</div>
</div> </div>
<div class="checkboxListContainer hide fldSysNativeHwDecoder"> <div class="checkboxListContainer hide fldSysNativeHwDecoder">

View file

@ -1642,5 +1642,6 @@
"Scene": "Scene", "Scene": "Scene",
"Sample": "Sample", "Sample": "Sample",
"ThemeSong": "Theme Song", "ThemeSong": "Theme Song",
"ThemeVideo": "Theme Video" "ThemeVideo": "Theme Video",
"EnableEnhancedNvdecDecoderHelp": "Experimental NVDEC implementation, do not enable this option unless you encounter decoding errors."
} }

View file

@ -1628,5 +1628,6 @@
"ItemDetails": "Detalles del objeto", "ItemDetails": "Detalles del objeto",
"EnableRewatchingNextUpHelp": "Mostrar episodios vistos en la sección 'Volver a ver'.", "EnableRewatchingNextUpHelp": "Mostrar episodios vistos en la sección 'Volver a ver'.",
"EnableRewatchingNextUp": "Activar Volver a ver", "EnableRewatchingNextUp": "Activar Volver a ver",
"Digital": "Digital" "Digital": "Digital",
"EnableEnhancedNvdecDecoderHelp": "Implementación experimental de NVDEC, no habilite esta opción a menos que encuentre errores de decodificación."
} }

View file

@ -1648,5 +1648,6 @@
"StoryArc": "故事线", "StoryArc": "故事线",
"OriginalAirDate": "原始播出日期", "OriginalAirDate": "原始播出日期",
"Digital": "数字的", "Digital": "数字的",
"MessageUnauthorizedUser": "您目前无权访问服务器。请联系您的服务器管理员以获取更多信息。" "MessageUnauthorizedUser": "您目前无权访问服务器。请联系您的服务器管理员以获取更多信息。",
"EnableEnhancedNvdecDecoderHelp": "实验性的 NVDEC 实现,除非你遇到了解码错误,否则不要启用此选项。"
} }