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

add subtitle appearance settings

This commit is contained in:
Luke Pulverenti 2017-07-05 14:24:45 -04:00
parent 69a85535d6
commit b4220cee76
65 changed files with 1931 additions and 597 deletions

View file

@ -1,7 +1,4 @@
{
"AnamorphicVideoNotSupported": "Anamorphic video not supported",
"InterlacedVideoNotSupported": "Interlaced video not supported",
"SecondaryAudioNotSupported": "Audio track switching not supported",
"MessageUnlockAppWithPurchaseOrSupporter": "Odemknout tuto funkci pomoc\u00ed jednor\u00e1zov\u00e9 platby, nebo pomoc\u00ed aktivace p\u0159edplatn\u00e9ho Emby Premiere.",
"MessageUnlockAppWithSupporter": "Odemknout tuto funkci pomoc\u00ed aktivn\u00edho p\u0159edplatn\u00e9ho Emby Premiere.",
"MessageToValidateSupporter": "Pokud m\u00e1te aktivn\u00ed p\u0159edplatn\u00e9 Emby Premiere, ujist\u011bte se, \u017ee m\u00e1te nastaven Emby Premiere v panelu Nastaven\u00ed pod N\u00e1pov\u011bda -> Emby Premiere.",
@ -36,8 +33,6 @@
"Friday": "P\u00e1tek",
"Saturday": "Sobota",
"Days": "Dny",
"Browse": "Browse",
"Manage": "Manage",
"RecordSeries": "Nahr\u00e1t s\u00e9rie",
"HeaderCinemaMode": "Cinema M\u00f3d",
"HeaderCloudSync": "Synchronizace s Cloudem",
@ -461,12 +456,17 @@
"Transcoding": "Transcoding",
"VideoCodecNotSupported": "Video codec not supported",
"AudioCodecNotSupported": "Audio codec not supported",
"SubtitleCodecNotSupported": "Subtitle format not supported",
"ContainerNotSupported": "Container not supported",
"VideoLevelNotSupported": "Video level not supported",
"AudioBitrateNotSupported": "Audio bitrate not supported",
"AudioChannelsNotSupported": "Audio channels not supported",
"VideoResolutionNotSupported": "Video resolution not supported",
"AudioProfileNotSupported": "Audio profile not supported",
"AudioSampleRateNotSupported": "Audio sample rate not supported",
"AnamorphicVideoNotSupported": "Anamorphic video not supported",
"InterlacedVideoNotSupported": "Interlaced video not supported",
"SecondaryAudioNotSupported": "Audio track switching not supported",
"ErrorRemovingEmbyConnectAccount": "There was an error removing the Emby Connect account. Please ensure you have an active internet connection and try again.",
"HeaderEmbyAccountRemoved": "Emby Account Removed",
"MessageEmbyAccontRemoved": "The Emby account has been removed from this user.",
@ -482,5 +482,35 @@
"MessageEmbyAccountAdded": "The Emby account has been added to this user.",
"MessagePendingEmbyAccountAdded": "The Emby account has been added to this user. An email will be sent to the owner of the account. The invitation will need to be confirmed by clicking a link within the email.",
"HeaderEmbyAccountAdded": "Emby Account Added",
"ErrorDeletingItem": "There was an error deleting the item from Emby Server. Please check that Emby Server has write access to the media folder and try again."
"LabelSubtitlePlaybackMode": "Subtitle mode:",
"ErrorDeletingItem": "There was an error deleting the item from Emby Server. Please check that Emby Server has write access to the media folder and try again.",
"NoSubtitles": "No subtitles",
"Default": "Default",
"Smart": "Smart",
"Small": "Small",
"Medium": "Medium",
"Large": "Large",
"ExtraLarge": "Extra large",
"OnlyForcedSubtitles": "Only forced subtitles",
"AlwaysPlaySubtitles": "Always play subtitles",
"DefaultSubtitlesHelp": "Subtitles are loaded based on the default and forced flags in the embedded metadata. Language preferences are considered when multiple options are available.",
"SmartSubtitlesHelp": "Subtitles matching the language preference will be loaded when the audio is in a foreign language.",
"HeaderSubtitleSettings": "Nastaven\u00ed titulk\u016f",
"HeaderSubtitleAppearance": "Subtitle Appearance",
"OnlyForcedSubtitlesHelp": "Only subtitles marked as forced will be loaded.",
"AlwaysPlaySubtitlesHelp": "Subtitles matching the language preference will be loaded regardless of the audio language.",
"NoSubtitlesHelp": "Subtitles will not be loaded by default. They can still be turned on manually during playback.",
"LabelPreferredSubtitleLanguage": "Preferred subtitle language:",
"LabelTextSize": "Text size:",
"TheseSettingsAffectSubtitlesOnThisDevice": "These settings affect subtitles on this device",
"LabelDropShadow": "Drop shadow:",
"LabelTextBackgroundColor": "Text background color:",
"LabelWindowBackgroundColor": "Text background color:",
"LabelFont": "Font:",
"LabelTextColor": "Text color:",
"Raised": "Raised",
"Depressed": "Depressed",
"Uniform": "Uniform",
"DropShadow": "Drop shadow",
"SmallCaps": "Small caps"
}