mirror of
https://github.com/jellyfin/jellyfin-web
synced 2025-03-30 19:56:21 +00:00
Merge pull request #5986 from gnattu/add-audio-compatability-options
Add audio options to workaround compatability problems
This commit is contained in:
commit
8720589ac8
6 changed files with 108 additions and 15 deletions
|
@ -47,6 +47,8 @@
|
|||
"AllowTonemappingSoftwareHelp": "Tone-mapping can transform the dynamic range of a video from HDR to SDR while maintaining image details and colors, which are very important information for representing the original scene. Currently works only with 10bit HDR10, HLG and DoVi videos.",
|
||||
"AlwaysPlaySubtitles": "Always Play",
|
||||
"AlwaysPlaySubtitlesHelp": "Subtitles matching the language preference will be loaded regardless of the audio language.",
|
||||
"AlwaysRemuxFlacAudioFilesHelp": "If you have files that your browser rejects to play or where it inaccurately calculates timestamps, enable this as a workaround.",
|
||||
"AlwaysRemuxMp3AudioFilesHelp": "If you have files that your browser inaccurately calculates timestamps, enable this as a workaround.",
|
||||
"AndOtherArtists": "{0} and {1} other artists.",
|
||||
"AnyLanguage": "Any Language",
|
||||
"Anytime": "Anytime",
|
||||
|
@ -223,6 +225,7 @@
|
|||
"EnablePlugin": "Enable",
|
||||
"DisableCustomCss": "Disable server-provided custom CSS code",
|
||||
"DisablePlugin": "Disable",
|
||||
"DisableVbrAudioEncodingHelp": "Prevent the server from encoding audio with VBR for this client.",
|
||||
"Disc": "Disc",
|
||||
"Disconnect": "Disconnect",
|
||||
"Display": "Display",
|
||||
|
@ -365,6 +368,7 @@
|
|||
"HeaderApp": "App",
|
||||
"HeaderAppearsOn": "Appears On",
|
||||
"HeaderAudioBooks": "Audio Books",
|
||||
"HeaderAudioAdvanced": "Audio Advanced",
|
||||
"HeaderAudioSettings": "Audio Settings",
|
||||
"HeaderAutoDiscovery": "Network Discovery",
|
||||
"HeaderBlockItemsWithNoRating": "Block items with no or unrecognized rating information",
|
||||
|
@ -564,6 +568,8 @@
|
|||
"LabelAllowedRemoteAddresses": "Remote IP address filter",
|
||||
"LabelAllowedRemoteAddressesMode": "Remote IP address filter mode",
|
||||
"LabelAllowHWTranscoding": "Allow hardware transcoding",
|
||||
"LabelAlwaysRemuxFlacAudioFiles": "Always remux FLAC audio files",
|
||||
"LabelAlwaysRemuxMp3AudioFiles": "Always remux MP3 audio files",
|
||||
"LabelAppName": "App name",
|
||||
"LabelAppNameExample": "A human readable name for identifying API keys. This setting will not affect functionality.",
|
||||
"LabelArtists": "Artists",
|
||||
|
@ -635,6 +641,7 @@
|
|||
"LabelDeinterlaceMethod": "Deinterlacing method",
|
||||
"LabelDeveloper": "Developer",
|
||||
"LabelDisableCustomCss": "Disable custom CSS code for theming/branding provided from the server.",
|
||||
"LabelDisableVbrAudioEncoding": "Disable VBR audio encoding",
|
||||
"LabelDiscNumber": "Disc number",
|
||||
"LabelDisplayLanguage": "Display language",
|
||||
"LabelDisplayLanguageHelp": "Translating Jellyfin is an ongoing project.",
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue