mirror of
https://github.com/jellyfin/jellyfin-web
synced 2025-03-30 19:56:21 +00:00
Merge pull request #5391 from dmitrylyzo/user-codec-configure
User configurable codecs (DTS, TrueHD)
This commit is contained in:
commit
d76db0b0db
5 changed files with 80 additions and 8 deletions
|
@ -246,6 +246,8 @@
|
|||
"EnableDetailsBanner": "Details Banner",
|
||||
"EnableDetailsBannerHelp": "Display a banner image at the top of the item details page.",
|
||||
"EnableDisplayMirroring": "Display mirroring",
|
||||
"EnableDts": "Enable DTS (DCA)",
|
||||
"EnableDtsHelp": "Only enable if your device supports DTS or is connected to a compatible audio receiver, otherwise it may cause playback failure.",
|
||||
"EnableExternalVideoPlayers": "External video players",
|
||||
"EnableExternalVideoPlayersHelp": "An external player menu will be shown when starting video playback.",
|
||||
"EnableFasterAnimations": "Faster animations",
|
||||
|
@ -267,6 +269,8 @@
|
|||
"EnableThemeSongsHelp": "Play the theme songs in background while browsing the library.",
|
||||
"EnableThemeVideosHelp": "Play theme videos in the background while browsing the library.",
|
||||
"EnableTonemapping": "Enable Tone mapping",
|
||||
"EnableTrueHd": "Enable TrueHD",
|
||||
"EnableTrueHdHelp": "Only enable if your device supports TrueHD or is connected to a compatible audio receiver, otherwise it may cause playback failure.",
|
||||
"EncoderPresetHelp": "Pick a faster value to improve performance, or a slower value to improve quality.",
|
||||
"Ended": "Ended",
|
||||
"EndsAtValue": "Ends at {0}",
|
||||
|
@ -501,6 +505,7 @@
|
|||
"HeaderUploadSubtitle": "Upload Subtitle",
|
||||
"HeaderUser": "User",
|
||||
"HeaderUsers": "Users",
|
||||
"HeaderVideoAdvanced": "Video Advanced",
|
||||
"HeaderVideoQuality": "Video Quality",
|
||||
"HeaderVideos": "Videos",
|
||||
"HeaderVideoType": "Video Type",
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue