mirror of
https://github.com/jellyfin/jellyfin-web
synced 2025-03-30 19:56:21 +00:00
add encoding option to dictate whether or not subtitles can be extracted on the fly
This commit is contained in:
parent
4aab16ad2a
commit
8542154fe8
49 changed files with 948 additions and 235 deletions
|
@ -1,6 +1,4 @@
|
|||
{
|
||||
"LabelEnableHardwareDecodingFor": "Enable hardware decoding for:",
|
||||
"LabelUrl": "Url:",
|
||||
"LabelPrevious": "Predch\u00e1dzaj\u00face",
|
||||
"LabelFinish": "Ukon\u010di\u0165",
|
||||
"LabelNext": "\u010ealej",
|
||||
|
@ -121,6 +119,7 @@
|
|||
"ButtonInviteUser": "Invite User",
|
||||
"ButtonSave": "Save",
|
||||
"ButtonResetPassword": "Reset Password",
|
||||
"LabelUrl": "Url:",
|
||||
"LabelNewPassword": "New password:",
|
||||
"LabelNewPasswordConfirm": "New password confirm:",
|
||||
"HeaderCreatePassword": "Create Password",
|
||||
|
@ -1929,7 +1928,7 @@
|
|||
"Programs": "Programs",
|
||||
"News": "News",
|
||||
"HeaderDownloadSync": "Download & Sync",
|
||||
"EnableHardwareDecoding": "Enable hardware decoding",
|
||||
"LabelEnableHardwareDecodingFor": "Enable hardware decoding for:",
|
||||
"EnableHardwareEncoding": "Enable hardware encoding",
|
||||
"Rate": "Rate",
|
||||
"ButtonScanAllLibraries": "Scan All Libraries",
|
||||
|
@ -1944,5 +1943,22 @@
|
|||
"PluginInstalledMessage": "The plugin has been successfully installed. Emby Server will need to be restarted for changes to take effect.",
|
||||
"Themes": "Themes",
|
||||
"LabelTheme": "Theme:",
|
||||
"LabelDashboardTheme": "Server dashboard theme:"
|
||||
"LabelDashboardTheme": "Server dashboard theme:",
|
||||
"MessagePremiereStatusGood": "You have a {0} Emby Premiere plan and your device usage is well within your limit.",
|
||||
"MessagePremiereStatusClose": "You have a {0} Emby Premiere plan, but your device usage is close to the limit.",
|
||||
"MessagePremiereExtendedPlans": "Consider an {0}extended device plan{1}",
|
||||
"MessagePremiereStatusOver": "You have a {0} Emby Premiere plan, but you are over your device limit!",
|
||||
"ListItemPremiereSub": "{0} subscription purchased via {2} expires {1}",
|
||||
"LabelClickToCancel": "Click to cancel this subscription",
|
||||
"LabelCancelInfo": "You can manage this subscription directly with {0}",
|
||||
"LabelAlreadyCanceled": "This subscription has been canceled. Key will remain valid until expiration.",
|
||||
"HeaderCancelSub": "Cancel Emby Premiere",
|
||||
"MessageConfirmSubCancel": "NO, Please don't go... You will miss out on all the great features of Emby Premiere!",
|
||||
"ButtonCancelSub": "I know, cancel it anyway",
|
||||
"ButtonDontCancelSub": "Keep Emby Premiere",
|
||||
"MessageSubCancelReqSent": "An email has been sent to the owner of the key. Please follow the instructions in that email to complete the cancellation of this subscription. We hope to see you back soon!",
|
||||
"MessageSubCancelError": "Something went wrong trying to cancel. Please send an email to {0} and we'll get you squared away.",
|
||||
"LabelAlreadyCancelled": "This subscription has been cancelled. You will not be charged again but the features will work until the date above.",
|
||||
"AllowOnTheFlySubtitleExtraction": "Allow subtitle extraction on the fly",
|
||||
"AllowOnTheFlySubtitleExtractionHelp": "Embedded subtitles can be extracted from videos and delivered to Emby apps in plain text in order to help prevent video transcoding. On some systems this can take a long time and cause video playback to stall during the extraction process. Disable this to have embedded subtitles burned in with video transcoding when they are not natively supported by the client device."
|
||||
}
|
Loading…
Add table
Add a link
Reference in a new issue