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:
parent
69a85535d6
commit
b4220cee76
65 changed files with 1931 additions and 597 deletions
|
@ -33,8 +33,6 @@
|
|||
"Friday": "Friday",
|
||||
"Saturday": "Saturday",
|
||||
"Days": "Days",
|
||||
"Browse": "Browse",
|
||||
"Manage": "Manage",
|
||||
"RecordSeries": "Record series",
|
||||
"HeaderCinemaMode": "Cinema Mode",
|
||||
"HeaderCloudSync": "Cloud Sync",
|
||||
|
@ -484,5 +482,36 @@
|
|||
"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": "Subtitle Settings",
|
||||
"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",
|
||||
"SubtitleAppearanceSettingsDisclaimer": "These settings will not apply to graphical subtitles (PGS, DVD, etc), or subtitles that have their own styles embedded (ASS/SSA)."
|
||||
}
|
Loading…
Add table
Add a link
Reference in a new issue