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
File diff suppressed because one or more lines are too long
|
@ -124,6 +124,13 @@
|
|||
<input is="emby-input" type="number" id="txtH264Crf" pattern="[0-9]*" min="0" max="51" step="1" label="${LabelH264Crf}" />
|
||||
<div class="fieldDescription">${H264CrfHelp}</div>
|
||||
</div>
|
||||
<div class="checkboxContainer checkboxContainer-withDescription">
|
||||
<label>
|
||||
<input is="emby-checkbox" type="checkbox" id="chkEnableSubtitleExtraction" />
|
||||
<span>${AllowOnTheFlySubtitleExtraction}</span>
|
||||
</label>
|
||||
<div class="fieldDescription checkboxFieldDescription">${AllowOnTheFlySubtitleExtractionHelp}</div>
|
||||
</div>
|
||||
|
||||
<div>
|
||||
<button is="emby-button" type="submit" class="raised button-submit block"><span>${ButtonSave}</span></button>
|
||||
|
|
File diff suppressed because one or more lines are too long
File diff suppressed because one or more lines are too long
|
@ -1,6 +1,4 @@
|
|||
{
|
||||
"LabelEnableHardwareDecodingFor": "Enable hardware decoding for:",
|
||||
"LabelUrl": "Url:",
|
||||
"LabelPrevious": "\u0627\u0644\u0633\u0627\u0628\u0642",
|
||||
"LabelFinish": "\u0627\u0646\u0647\u0627\u0621",
|
||||
"LabelNext": "\u0627\u0644\u062a\u0627\u0644\u064a",
|
||||
|
@ -121,6 +119,7 @@
|
|||
"ButtonInviteUser": "\u062f\u0639\u0648\u0629 \u0645\u0633\u062a\u062e\u062f\u0645",
|
||||
"ButtonSave": "\u062d\u0641\u0638",
|
||||
"ButtonResetPassword": "\u0625\u0639\u0627\u062f\u0629 \u062a\u0647\u064a\u0626\u0629 \u0643\u0644\u0645\u0629 \u0627\u0644\u0633\u0631",
|
||||
"LabelUrl": "Url:",
|
||||
"LabelNewPassword": "\u0643\u0644\u0645\u0629 \u0627\u0644\u0633\u0631 \u0627\u0644\u062c\u062f\u064a\u062f\u0629:",
|
||||
"LabelNewPasswordConfirm": "\u062a\u0623\u0643\u064a\u062f \u0643\u0644\u0645\u0629 \u0627\u0644\u0633\u0631 \u0627\u0644\u062c\u062f\u064a\u062f\u0629:",
|
||||
"HeaderCreatePassword": "\u0625\u0646\u0634\u0627\u0621 \u0643\u0644\u0645\u0629 \u0627\u0644\u0633\u0631",
|
||||
|
@ -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."
|
||||
}
|
|
@ -1,6 +1,4 @@
|
|||
{
|
||||
"LabelEnableHardwareDecodingFor": "Enable hardware decoding for:",
|
||||
"LabelUrl": "Url:",
|
||||
"LabelPrevious": "\u041f\u0430\u043f\u044f\u0440\u044d\u0434\u043d\u044f\u0435",
|
||||
"LabelFinish": "\u0413\u0430\u0442\u043e\u0432\u0430",
|
||||
"LabelNext": "\u041d\u0430\u0441\u0442\u0443\u043f\u043d\u0430\u0435",
|
||||
|
@ -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."
|
||||
}
|
|
@ -1,6 +1,4 @@
|
|||
{
|
||||
"LabelEnableHardwareDecodingFor": "Enable hardware decoding for:",
|
||||
"LabelUrl": "Url:",
|
||||
"LabelPrevious": "\u041f\u0440\u0435\u0434\u0438\u0448\u0435\u043d",
|
||||
"LabelFinish": "\u041a\u0440\u0430\u0439",
|
||||
"LabelNext": "\u0421\u043b\u0435\u0434\u0432\u0430\u0449",
|
||||
|
@ -121,6 +119,7 @@
|
|||
"ButtonInviteUser": "\u041f\u043e\u043a\u0430\u043d\u0438 \u043f\u043e\u0442\u0440\u0435\u0431\u0438\u0442\u0435\u043b",
|
||||
"ButtonSave": "\u0417\u0430\u043f\u043e\u043c\u043d\u0438",
|
||||
"ButtonResetPassword": "\u041d\u0443\u043b\u0438\u0440\u0430\u043d\u0435 \u043d\u0430 \u043f\u0430\u0440\u043e\u043b\u0430",
|
||||
"LabelUrl": "Url:",
|
||||
"LabelNewPassword": "\u041d\u043e\u0432\u0430 \u043f\u0430\u0440\u043e\u043b\u0430:",
|
||||
"LabelNewPasswordConfirm": "\u041d\u043e\u0432\u0430 \u043f\u0430\u0440\u043e\u043b\u0430(\u043e\u0442\u043d\u043e\u0432\u043e):",
|
||||
"HeaderCreatePassword": "\u041d\u0430\u043f\u0440\u0430\u0432\u0438 \u043f\u0430\u0440\u043e\u043b\u0430",
|
||||
|
@ -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."
|
||||
}
|
|
@ -1,6 +1,4 @@
|
|||
{
|
||||
"LabelEnableHardwareDecodingFor": "Enable hardware decoding for:",
|
||||
"LabelUrl": "Url:",
|
||||
"LabelPrevious": "Anterior",
|
||||
"LabelFinish": "Finalitzar",
|
||||
"LabelNext": "Seg\u00fcent",
|
||||
|
@ -121,6 +119,7 @@
|
|||
"ButtonInviteUser": "Convidar Usuari",
|
||||
"ButtonSave": "Desa",
|
||||
"ButtonResetPassword": "Reiniciar Contrasenya",
|
||||
"LabelUrl": "Url:",
|
||||
"LabelNewPassword": "Nova contrasenya:",
|
||||
"LabelNewPasswordConfirm": "Confirma la nova contrasenya:",
|
||||
"HeaderCreatePassword": "Crea Contrasenya",
|
||||
|
@ -1929,7 +1928,7 @@
|
|||
"Programs": "Programes",
|
||||
"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."
|
||||
}
|
|
@ -1,6 +1,4 @@
|
|||
{
|
||||
"LabelEnableHardwareDecodingFor": "Enable hardware decoding for:",
|
||||
"LabelUrl": "Url:",
|
||||
"LabelPrevious": "P\u0159edchoz\u00ed",
|
||||
"LabelFinish": "Dokon\u010dit",
|
||||
"LabelNext": "Dal\u0161\u00ed",
|
||||
|
@ -121,6 +119,7 @@
|
|||
"ButtonInviteUser": "Pozvat u\u017eivatele",
|
||||
"ButtonSave": "Ulo\u017eit",
|
||||
"ButtonResetPassword": "Obnovit heslo",
|
||||
"LabelUrl": "Url:",
|
||||
"LabelNewPassword": "Nov\u00e9 heslo:",
|
||||
"LabelNewPasswordConfirm": "Potvrzen\u00ed hesla:",
|
||||
"HeaderCreatePassword": "Vytvo\u0159it heslo",
|
||||
|
@ -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."
|
||||
}
|
|
@ -1,6 +1,4 @@
|
|||
{
|
||||
"LabelEnableHardwareDecodingFor": "Enable hardware decoding for:",
|
||||
"LabelUrl": "Url:",
|
||||
"LabelPrevious": "Forrige",
|
||||
"LabelFinish": "Afslut",
|
||||
"LabelNext": "N\u00e6ste",
|
||||
|
@ -121,6 +119,7 @@
|
|||
"ButtonInviteUser": "Inviter bruger",
|
||||
"ButtonSave": "Gem",
|
||||
"ButtonResetPassword": "Nulstil adgangskode",
|
||||
"LabelUrl": "Url:",
|
||||
"LabelNewPassword": "Ny kode:",
|
||||
"LabelNewPasswordConfirm": "Gentag ny adgangskode:",
|
||||
"HeaderCreatePassword": "Opret adgangskode",
|
||||
|
@ -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."
|
||||
}
|
|
@ -1,6 +1,4 @@
|
|||
{
|
||||
"LabelEnableHardwareDecodingFor": "Enable hardware decoding for:",
|
||||
"LabelUrl": "Url:",
|
||||
"LabelPrevious": "Previous",
|
||||
"LabelFinish": "Finish",
|
||||
"LabelNext": "Next",
|
||||
|
@ -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."
|
||||
}
|
|
@ -1,6 +1,4 @@
|
|||
{
|
||||
"LabelEnableHardwareDecodingFor": "Aktiviere Hardware-Decoding f\u00fcr:",
|
||||
"LabelUrl": "Url:",
|
||||
"LabelPrevious": "Vorheriges",
|
||||
"LabelFinish": "Fertig",
|
||||
"LabelNext": "N\u00e4chstes",
|
||||
|
@ -121,6 +119,7 @@
|
|||
"ButtonInviteUser": "Lade Benutzer ein",
|
||||
"ButtonSave": "Speichern",
|
||||
"ButtonResetPassword": "Passwort zur\u00fccksetzten",
|
||||
"LabelUrl": "URL:",
|
||||
"LabelNewPassword": "Neues Passwort:",
|
||||
"LabelNewPasswordConfirm": "Neues Passwort wiederhohlen:",
|
||||
"HeaderCreatePassword": "Erstelle Passwort",
|
||||
|
@ -1929,7 +1928,7 @@
|
|||
"Programs": "Programme",
|
||||
"News": "News",
|
||||
"HeaderDownloadSync": "Herunterladen & Synchronisieren",
|
||||
"EnableHardwareDecoding": "Aktiviere Hardware-Decoding",
|
||||
"LabelEnableHardwareDecodingFor": "Aktiviere Hardware-Decoding f\u00fcr:",
|
||||
"EnableHardwareEncoding": "Aktiviere Hardware-Encoding",
|
||||
"Rate": "Bewerte",
|
||||
"ButtonScanAllLibraries": "Scanne alle Bibliotheken",
|
||||
|
@ -1944,5 +1943,22 @@
|
|||
"PluginInstalledMessage": "Das Plugin wurde erfolgreich installiert. Der Emby-Server muss neu gestartet werden, um die \u00c4nderungen zu \u00fcbernehmen.",
|
||||
"Themes": "Themen",
|
||||
"LabelTheme": "Thema:",
|
||||
"LabelDashboardTheme": "Server Dashboard Thema:"
|
||||
"LabelDashboardTheme": "Server Dashboard Thema:",
|
||||
"MessagePremiereStatusGood": "Du hast einen {0} Emby Premiere Plan und deine Ger\u00e4tenutzung befindet sich innerhalb deines Limits.",
|
||||
"MessagePremiereStatusClose": "Du hast einen {0} Emby Premiere Plan, aber deine Ger\u00e4tenutzung ist an der Grenze zum Limit.",
|
||||
"MessagePremiereExtendedPlans": "Ziehe einen {0}erweiterten Ger\u00e4teplan in Erw\u00e4gung{1}",
|
||||
"MessagePremiereStatusOver": "Du hast einen {0} Emby Premiere Plan, aber deine Ger\u00e4tenutzung ist \u00fcber dem Limit!",
|
||||
"ListItemPremiereSub": "{0} Abonnement bestellt via {2} l\u00e4uft ab {1}",
|
||||
"LabelClickToCancel": "Klicke im das Abonnement zu k\u00fcndigen",
|
||||
"LabelCancelInfo": "Du kannst dieses Abonnement direkt mit {0} managen",
|
||||
"LabelAlreadyCanceled": "Das Abonnement wurde gek\u00fcndigt. Der Schl\u00fcssel bleibt g\u00fcltig bis zum Ablaufdatum.",
|
||||
"HeaderCancelSub": "K\u00fcndige Emby Premiere",
|
||||
"MessageConfirmSubCancel": "NEIN, bitte gehe nicht... Du wirst all die gro\u00dfartigen Features von Emby Premiere vermissen!",
|
||||
"ButtonCancelSub": "Ich wei\u00df, trotzdem k\u00fcndigen",
|
||||
"ButtonDontCancelSub": "Emby Premiere behalten",
|
||||
"MessageSubCancelReqSent": "Eine E-Mail wurde an den Schl\u00fcsselbesitzer gesendet. Bitte folge den Anweisungen in dieser E-Mail, um die K\u00fcndigung des Abonnements zu vervollst\u00e4ndigen. Wir hoffen dich bald wieder begr\u00fc\u00dfen zu d\u00fcrfen!",
|
||||
"MessageSubCancelError": "Etwas ging schief bei der K\u00fcndigung. Bitte sende eine E-Mail an {0} und wir werden dein Problem l\u00f6sen.",
|
||||
"LabelAlreadyCancelled": "Das Abonnement wurde gek\u00fcndigt. Du wirst keine Zahlungen mehr leisten aber die Features werden bis zum obigen Datum funktionieren.",
|
||||
"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."
|
||||
}
|
|
@ -1,6 +1,4 @@
|
|||
{
|
||||
"LabelEnableHardwareDecodingFor": "Enable hardware decoding for:",
|
||||
"LabelUrl": "Url:",
|
||||
"LabelPrevious": "\u03a0\u03c1\u03bf\u03b7\u03b3\u03bf\u03cd\u03bc\u03b5\u03bd\u03bf\u03c2",
|
||||
"LabelFinish": "\u03a4\u03ad\u03bb\u03bf\u03c2",
|
||||
"LabelNext": "\u0395\u03c0\u03cc\u03bc\u03b5\u03bd\u03bf",
|
||||
|
@ -121,6 +119,7 @@
|
|||
"ButtonInviteUser": "\u03a0\u03c1\u03cc\u03c3\u03ba\u03bb\u03b7\u03c3\u03b7 \u03a7\u03c1\u03ae\u03c3\u03c4\u03b7",
|
||||
"ButtonSave": "\u0391\u03c0\u03bf\u03b8\u03ae\u03ba\u03b5\u03c5\u03c3\u03b7",
|
||||
"ButtonResetPassword": "\u0395\u03c0\u03b1\u03bd\u03b1\u03c6\u03bf\u03c1\u03ac \u03c4\u03bf\u03c5 \u03ba\u03c9\u03b4\u03b9\u03ba\u03bf\u03cd \u03c0\u03c1\u03cc\u03c3\u03b2\u03b1\u03c3\u03b7\u03c2",
|
||||
"LabelUrl": "Url:",
|
||||
"LabelNewPassword": "\u039d\u03ad\u03bf\u03c2 \u03ba\u03c9\u03b4\u03b9\u03ba\u03cc \u03c0\u03c1\u03cc\u03c3\u03b2\u03b1\u03c3\u03b7\u03c2",
|
||||
"LabelNewPasswordConfirm": "\u0395\u03c0\u03b9\u03b2\u03b5\u03b2\u03b1\u03af\u03c9\u03c3\u03b7 \u03bd\u03ad\u03bf\u03c5 \u03ba\u03c9\u03b4\u03b9\u03ba\u03bf\u03cd \u03c0\u03c1\u03cc\u03c3\u03b2\u03b1\u03c3\u03b7\u03c2",
|
||||
"HeaderCreatePassword": "\u0394\u03b7\u03bc\u03b9\u03bf\u03c5\u03c1\u03b3\u03af\u03b1 \u03ba\u03c9\u03b4\u03b9\u03ba\u03bf\u03cd \u03c0\u03c1\u03cc\u03c3\u03b2\u03b1\u03c3\u03b7\u03c2 ",
|
||||
|
@ -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."
|
||||
}
|
|
@ -1,6 +1,4 @@
|
|||
{
|
||||
"LabelEnableHardwareDecodingFor": "Enable hardware decoding for:",
|
||||
"LabelUrl": "Url:",
|
||||
"LabelPrevious": "Previous",
|
||||
"LabelFinish": "Finish",
|
||||
"LabelNext": "Next",
|
||||
|
@ -121,6 +119,7 @@
|
|||
"ButtonInviteUser": "Invite User",
|
||||
"ButtonSave": "Save",
|
||||
"ButtonResetPassword": "Reset Password",
|
||||
"LabelUrl": "URL:",
|
||||
"LabelNewPassword": "New password:",
|
||||
"LabelNewPasswordConfirm": "New password confirm:",
|
||||
"HeaderCreatePassword": "Create Password",
|
||||
|
@ -1010,7 +1009,7 @@
|
|||
"HeaderChapterSettings": "Chapter Settings",
|
||||
"HeaderCameraUploadHelp": "Emby apps can automatically upload photos and videos taken from your mobile devices into Emby Server.",
|
||||
"LabelCameraUploadPath": "Camera upload path:",
|
||||
"LabelCameraUploadPathHelp": "Select a custom upload path, if desired. If unspecified a default folder will be used. If using a custom path it will also need to be added in the library setup area.",
|
||||
"LabelCameraUploadPathHelp": "Select a custom upload path. This will override any default settings set in the Camera Upload section. If left blank, a default folder will be used. If using a custom path, it will also need to be added in the library setup area.",
|
||||
"LabelCreateCameraUploadSubfolder": "Create a subfolder for each device",
|
||||
"LabelCreateCameraUploadSubfolderHelp": "Specific folders can be assigned to a device by clicking on it from the Devices page.",
|
||||
"LabelCustomDeviceDisplayName": "Display name:",
|
||||
|
@ -1090,7 +1089,7 @@
|
|||
"OptionAllowMediaPlaybackTranscodingHelp": "Users will receive friendly messages when content is unplayable based on policy.",
|
||||
"TabStreaming": "Streaming",
|
||||
"LabelRemoteClientBitrateLimit": "Internet streaming bitrate limit (Mbps):",
|
||||
"LabelRemoteClientBitrateLimitHelp": "An optional streaming bitrate limit for all out of network devices. This is useful to prevent devices from requesting a higher bitrate than your internet connection can handle.",
|
||||
"LabelRemoteClientBitrateLimitHelp": "An optional per-stream bitrate limit for all out of network devices. This is useful to prevent devices from requesting a higher bitrate than your Internet connection can handle. This may result in increased CPU load on your server in order to transcode videos on the fly to a lower bitrate.",
|
||||
"LabelUserRemoteClientBitrateLimitHelp": "This will override the default global value set in server playback settings.",
|
||||
"LabelConversionCpuCoreLimit": "CPU core limit:",
|
||||
"LabelConversionCpuCoreLimitHelp": "Limit the number of CPU cores that will be used during sync conversion.",
|
||||
|
@ -1793,8 +1792,8 @@
|
|||
"PleaseAddAtLeastOneFolder": "Please add at least one folder to this library by clicking the Add button.",
|
||||
"ErrorAddingMediaPathToVirtualFolder": "There was an error adding the media path. Please ensure the path is valid and the Emby Server process has access to that location.",
|
||||
"ErrorRemovingEmbyConnectAccount": "There was an error removing the Emby Connect account. Please ensure you have an active internet connection and try again.",
|
||||
"ErrorAddingEmbyConnectAccount1": "There was an error adding the Emby Connect account. Have you created an Emby account? Sign up at {0}.",
|
||||
"ErrorAddingEmbyConnectAccount2": "Please ensure the Emby account has been activated by following the instructions in the email sent after creating the account. If you did not receive this email then please send an email to {0} from the email address used with the Emby account.",
|
||||
"ErrorAddingEmbyConnectAccount1": "There was an error adding the Emby Connect account. Have you created an Emby account? You can sign up at {0}.",
|
||||
"ErrorAddingEmbyConnectAccount2": "If you're still having a problem, please send an e-mail to {0}.",
|
||||
"ErrorAddingEmbyConnectAccount3": "The Emby account is already linked to an existing local user. An Emby account can only be linked to one local user at a time.",
|
||||
"HeaderFavoriteArtists": "Favourite Artists",
|
||||
"HeaderFavoriteSongs": "Favourite Songs",
|
||||
|
@ -1929,20 +1928,37 @@
|
|||
"Programs": "Programmes",
|
||||
"News": "News",
|
||||
"HeaderDownloadSync": "Download & Sync",
|
||||
"EnableHardwareDecoding": "Enable hardware decoding",
|
||||
"LabelEnableHardwareDecodingFor": "Enable hardware decoding for:",
|
||||
"EnableHardwareEncoding": "Enable hardware encoding",
|
||||
"Rate": "Rate",
|
||||
"ButtonScanAllLibraries": "Scan All Libraries",
|
||||
"ScanLibrary": "Scan library",
|
||||
"EnableStreamLooping": "Auto-loop live streams",
|
||||
"EnableStreamLoopingHelp": "Enable this if live streams only contain a few seconds of data and need to be continuously requested.",
|
||||
"HttpsRequiresCert": "To enable reporting https as your external address, you will need to supply a trusted SSL certificate, such as Lets Encrypt.",
|
||||
"HttpsRequiresCert": "To enable reporting HTTPS as your external address, you will need to supply a trusted SSL certificate, such as Let's Encrypt.",
|
||||
"HeaderLatestDownloadedVideos": "Latest Downloaded Videos",
|
||||
"EnableNextVideoInfoOverlay": "Enable next video info during playback",
|
||||
"EnableNextVideoInfoOverlayHelp": "At the end of a video, display info about the next video coming up in the current playlist.",
|
||||
"ServerRestartNeededAfterPluginInstall": "Emby Server will need to be restarted after installing a plugin.",
|
||||
"PluginInstalledMessage": "The plugin has been successfully installed. Emby Server will need to be restarted for changes to take effect.",
|
||||
"ServerRestartNeededAfterPluginInstall": "Emby Server will need to be restarted after installing a plug-in.",
|
||||
"PluginInstalledMessage": "The plug-in 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 cancelled. 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 e-mail has been sent to the owner of the key. Please follow the instructions in that e-mail to complete the cancellation of this subscription. We hope to see you back soon!",
|
||||
"MessageSubCancelError": "Something went wrong trying to cancel. Please send an e-mail 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."
|
||||
}
|
|
@ -1958,5 +1958,7 @@
|
|||
"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."
|
||||
"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."
|
||||
}
|
||||
|
|
|
@ -1,6 +1,4 @@
|
|||
{
|
||||
"LabelEnableHardwareDecodingFor": "Enable hardware decoding for:",
|
||||
"LabelUrl": "Url:",
|
||||
"LabelPrevious": "Anterior",
|
||||
"LabelFinish": "Terminar",
|
||||
"LabelNext": "Siguiente",
|
||||
|
@ -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": "Habilitar la descodificaci\u00f3n de hardware",
|
||||
"LabelEnableHardwareDecodingFor": "Enable hardware decoding for:",
|
||||
"EnableHardwareEncoding": "Habilitar la codificaci\u00f3n de hardware",
|
||||
"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."
|
||||
}
|
|
@ -1,6 +1,4 @@
|
|||
{
|
||||
"LabelEnableHardwareDecodingFor": "Enable hardware decoding for:",
|
||||
"LabelUrl": "Url:",
|
||||
"LabelPrevious": "Anterior",
|
||||
"LabelFinish": "Terminar",
|
||||
"LabelNext": "Siguiente",
|
||||
|
@ -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."
|
||||
}
|
|
@ -1,6 +1,4 @@
|
|||
{
|
||||
"LabelEnableHardwareDecodingFor": "Habilitar decodificacion por hardware para:",
|
||||
"LabelUrl": "Url:",
|
||||
"LabelPrevious": "Anterior",
|
||||
"LabelFinish": "Terminar",
|
||||
"LabelNext": "Siguiente",
|
||||
|
@ -121,6 +119,7 @@
|
|||
"ButtonInviteUser": "Invitar Usuario",
|
||||
"ButtonSave": "Guardar",
|
||||
"ButtonResetPassword": "Restablecer Contrase\u00f1a",
|
||||
"LabelUrl": "Url:",
|
||||
"LabelNewPassword": "Nueva contrase\u00f1a:",
|
||||
"LabelNewPasswordConfirm": "Confirmaci\u00f3n de contrase\u00f1a nueva:",
|
||||
"HeaderCreatePassword": "Crear Contrase\u00f1a",
|
||||
|
@ -1929,7 +1928,7 @@
|
|||
"Programs": "Programas",
|
||||
"News": "Noticias",
|
||||
"HeaderDownloadSync": "Descargar y Sincronizar",
|
||||
"EnableHardwareDecoding": "Habilitar decodificaci\u00f3n por hardware",
|
||||
"LabelEnableHardwareDecodingFor": "Habilitar decodificacion por hardware para:",
|
||||
"EnableHardwareEncoding": "Habilitar codificaci\u00f3n por hardware",
|
||||
"Rate": "Calificaci\u00f3n",
|
||||
"ButtonScanAllLibraries": "Escanear Todas las Bibliotecas",
|
||||
|
@ -1944,5 +1943,22 @@
|
|||
"PluginInstalledMessage": "El complemento ha sido instalado exitosamente. El Servidor Emby necesitara reiniciarse para que los cambios surtan efecto.",
|
||||
"Themes": "Temas",
|
||||
"LabelTheme": "Tema:",
|
||||
"LabelDashboardTheme": "Tema del panel de control del servidor:"
|
||||
"LabelDashboardTheme": "Tema del panel de control del servidor:",
|
||||
"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."
|
||||
}
|
|
@ -1,6 +1,4 @@
|
|||
{
|
||||
"LabelEnableHardwareDecodingFor": "Enable hardware decoding for:",
|
||||
"LabelUrl": "Url:",
|
||||
"LabelPrevious": "Anterior",
|
||||
"LabelFinish": "Terminar",
|
||||
"LabelNext": "Siguiente",
|
||||
|
@ -121,6 +119,7 @@
|
|||
"ButtonInviteUser": "Invitar usuario",
|
||||
"ButtonSave": "Grabar",
|
||||
"ButtonResetPassword": "Reiniciar Contrase\u00f1a",
|
||||
"LabelUrl": "Url:",
|
||||
"LabelNewPassword": "Nueva Contrase\u00f1a:",
|
||||
"LabelNewPasswordConfirm": "Confirmaci\u00f3n de contrase\u00f1a nueva:",
|
||||
"HeaderCreatePassword": "Crear Contrase\u00f1a",
|
||||
|
@ -1929,7 +1928,7 @@
|
|||
"Programs": "Programas",
|
||||
"News": "Noticias",
|
||||
"HeaderDownloadSync": "Descargar y sincronizar",
|
||||
"EnableHardwareDecoding": "Activar decodificaci\u00f3n por hardware",
|
||||
"LabelEnableHardwareDecodingFor": "Activar decodificaci\u00f3n por hardware para:",
|
||||
"EnableHardwareEncoding": "Activar codificaci\u00f3n por hardware",
|
||||
"Rate": "Califica",
|
||||
"ButtonScanAllLibraries": "Escanear todas las bibliotecas",
|
||||
|
@ -1942,7 +1941,24 @@
|
|||
"EnableNextVideoInfoOverlayHelp": "At the end of a video, display info about the next video coming up in the current playlist.",
|
||||
"ServerRestartNeededAfterPluginInstall": "Emby Server will need to be restarted after installing a plugin.",
|
||||
"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:"
|
||||
"Themes": "Temas",
|
||||
"LabelTheme": "Tema:",
|
||||
"LabelDashboardTheme": "Tema del panel de control:",
|
||||
"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."
|
||||
}
|
|
@ -1,6 +1,4 @@
|
|||
{
|
||||
"LabelEnableHardwareDecodingFor": "Enable hardware decoding for:",
|
||||
"LabelUrl": "Url:",
|
||||
"LabelPrevious": "\u0642\u0628\u0644\u06cc",
|
||||
"LabelFinish": "\u067e\u0627\u06cc\u0627\u0646",
|
||||
"LabelNext": "\u0628\u0639\u062f\u06cc",
|
||||
|
@ -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."
|
||||
}
|
|
@ -1,6 +1,4 @@
|
|||
{
|
||||
"LabelEnableHardwareDecodingFor": "Enable hardware decoding for:",
|
||||
"LabelUrl": "Url:",
|
||||
"LabelPrevious": "Edellinen",
|
||||
"LabelFinish": "Valmis",
|
||||
"LabelNext": "Seuraava",
|
||||
|
@ -121,6 +119,7 @@
|
|||
"ButtonInviteUser": "Invite User",
|
||||
"ButtonSave": "Tallenna",
|
||||
"ButtonResetPassword": "Uusi Salasana",
|
||||
"LabelUrl": "Url:",
|
||||
"LabelNewPassword": "Uusi salasana:",
|
||||
"LabelNewPasswordConfirm": "Uuden salasanan varmistus:",
|
||||
"HeaderCreatePassword": "Luo Salasana:",
|
||||
|
@ -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."
|
||||
}
|
|
@ -1,6 +1,4 @@
|
|||
{
|
||||
"LabelEnableHardwareDecodingFor": "Enable hardware decoding for:",
|
||||
"LabelUrl": "Url:",
|
||||
"LabelPrevious": "Pr\u00e9c\u00e9dent",
|
||||
"LabelFinish": "Terminer",
|
||||
"LabelNext": "Suivant",
|
||||
|
@ -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."
|
||||
}
|
|
@ -1,6 +1,4 @@
|
|||
{
|
||||
"LabelEnableHardwareDecodingFor": "Activer le d\u00e9codage mat\u00e9riel pour\u00a0:",
|
||||
"LabelUrl": "Url:",
|
||||
"LabelPrevious": "Pr\u00e9c\u00e9dent",
|
||||
"LabelFinish": "Terminer",
|
||||
"LabelNext": "Suivant",
|
||||
|
@ -121,6 +119,7 @@
|
|||
"ButtonInviteUser": "Inviter un utilisateur",
|
||||
"ButtonSave": "Enregistrer",
|
||||
"ButtonResetPassword": "R\u00e9initialiser le mot de passe",
|
||||
"LabelUrl": "URL\u00a0:",
|
||||
"LabelNewPassword": "Nouveau mot de passe :",
|
||||
"LabelNewPasswordConfirm": "Confirmer le nouveau mot de passe :",
|
||||
"HeaderCreatePassword": "Cr\u00e9er un mot de passe",
|
||||
|
@ -1929,7 +1928,7 @@
|
|||
"Programs": "Programmes",
|
||||
"News": "Actualit\u00e9s",
|
||||
"HeaderDownloadSync": "T\u00e9l\u00e9charger et synchroniser",
|
||||
"EnableHardwareDecoding": "Activer le d\u00e9codage mat\u00e9riel",
|
||||
"LabelEnableHardwareDecodingFor": "Activer le d\u00e9codage mat\u00e9riel pour\u00a0:",
|
||||
"EnableHardwareEncoding": "Activer l'encodage mat\u00e9riel",
|
||||
"Rate": "D\u00e9bit",
|
||||
"ButtonScanAllLibraries": "Actualiser toutes les m\u00e9diath\u00e8ques",
|
||||
|
@ -1944,5 +1943,22 @@
|
|||
"PluginInstalledMessage": "Cette extension a \u00e9t\u00e9 install\u00e9e avec succ\u00e8s. Le serveur Emby doit \u00eatre red\u00e9marr\u00e9 afin que les modifications soient prises en compte.",
|
||||
"Themes": "Th\u00e8mes",
|
||||
"LabelTheme": "Th\u00e8me\u00a0:",
|
||||
"LabelDashboardTheme": "Th\u00e8me du tableau de bord du serveur\u00a0:"
|
||||
"LabelDashboardTheme": "Th\u00e8me du tableau de bord du serveur\u00a0:",
|
||||
"MessagePremiereStatusGood": "Vous avez un abonnement Emby Premiere {0} et l'utilisation de votre appareil est bien inf\u00e9rieur \u00e0 la limite.",
|
||||
"MessagePremiereStatusClose": "Vous avez un abonnement Emby Premiere {0} mais l'utilisation de votre appareil est proche de la limite.",
|
||||
"MessagePremiereExtendedPlans": "Veuillez envisager un {0}abonnement \u00e9tendu{1}",
|
||||
"MessagePremiereStatusOver": "Vous avez un abonnement Emby Premiere {0} mais vous avez d\u00e9pass\u00e9 la limite pour votre appareil\u00a0!",
|
||||
"ListItemPremiereSub": "Abonnement {0} achet\u00e9 via {2}, expire {1}",
|
||||
"LabelClickToCancel": "Cliquez pour r\u00e9silier cet abonnement",
|
||||
"LabelCancelInfo": "Vous pouvez g\u00e9rer cet abonnement directement avec {0}",
|
||||
"LabelAlreadyCanceled": "Cet abonnement a \u00e9t\u00e9 r\u00e9sili\u00e9. La cl\u00e9 sera toujours valide jusqu'\u00e0 son expiration.",
|
||||
"HeaderCancelSub": "R\u00e9silier Emby Premiere",
|
||||
"MessageConfirmSubCancel": "NON, s'il vous pla\u00eet, ne partez pas... Vous ne pourrez plus profiter des super fonctionnalit\u00e9s d'Emby Premiere\u00a0!",
|
||||
"ButtonCancelSub": "Je le sais, r\u00e9silier quand m\u00eame",
|
||||
"ButtonDontCancelSub": "Garder Emby Premiere",
|
||||
"MessageSubCancelReqSent": "Un courriel a \u00e9t\u00e9 envoy\u00e9 au propri\u00e9taire de la cl\u00e9. Veuillez suivre les instructions contenues dans ce courriel pour valider la r\u00e9siliation de cet abonnement. Nous esp\u00e9rons vous revoir bient\u00f4t\u00a0!",
|
||||
"MessageSubCancelError": "Une erreur est survenue lors de la r\u00e9siliation. Veuillez envoyer un courriel \u00e0 {0} et nous nous en occuperons pour vous.",
|
||||
"LabelAlreadyCancelled": "Votre abonnement a \u00e9t\u00e9 r\u00e9sili\u00e9. Vous ne payerez plus rien mais vos avantages fonctionneront jusqu'\u00e0 la date ci-dessus.",
|
||||
"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."
|
||||
}
|
|
@ -1,6 +1,4 @@
|
|||
{
|
||||
"LabelEnableHardwareDecodingFor": "Enable hardware decoding for:",
|
||||
"LabelUrl": "Url:",
|
||||
"LabelPrevious": "Vorher",
|
||||
"LabelFinish": "Beende",
|
||||
"LabelNext": "N\u00f6chst",
|
||||
|
@ -121,6 +119,7 @@
|
|||
"ButtonInviteUser": "Lad en User i",
|
||||
"ButtonSave": "Speichere",
|
||||
"ButtonResetPassword": "Passwort zrug setze",
|
||||
"LabelUrl": "Url:",
|
||||
"LabelNewPassword": "Neus Passwort:",
|
||||
"LabelNewPasswordConfirm": "Neus Passwort best\u00e4tige:",
|
||||
"HeaderCreatePassword": "Erstell es Passwort",
|
||||
|
@ -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."
|
||||
}
|
|
@ -1,6 +1,4 @@
|
|||
{
|
||||
"LabelEnableHardwareDecodingFor": "Enable hardware decoding for:",
|
||||
"LabelUrl": "Url:",
|
||||
"LabelPrevious": "\u05d4\u05e7\u05d5\u05d3\u05dd",
|
||||
"LabelFinish": "\u05e1\u05d9\u05d9\u05dd",
|
||||
"LabelNext": "\u05d4\u05d1\u05d0",
|
||||
|
@ -121,6 +119,7 @@
|
|||
"ButtonInviteUser": "Invite User",
|
||||
"ButtonSave": "\u05e9\u05de\u05d5\u05e8",
|
||||
"ButtonResetPassword": "\u05d0\u05d9\u05e4\u05d5\u05e1 \u05e1\u05d9\u05e1\u05de\u05d0",
|
||||
"LabelUrl": "Url:",
|
||||
"LabelNewPassword": "\u05e1\u05d9\u05e1\u05de\u05d0 \u05d7\u05d3\u05e9\u05d4:",
|
||||
"LabelNewPasswordConfirm": "\u05d0\u05d9\u05de\u05d5\u05ea \u05e1\u05d9\u05e1\u05de\u05d0 \u05d7\u05d3\u05e9\u05d4:",
|
||||
"HeaderCreatePassword": "\u05e6\u05d5\u05e8 \u05e1\u05d9\u05e1\u05de\u05d0",
|
||||
|
@ -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."
|
||||
}
|
|
@ -1,6 +1,4 @@
|
|||
{
|
||||
"LabelEnableHardwareDecodingFor": "Enable hardware decoding for:",
|
||||
"LabelUrl": "Url:",
|
||||
"LabelPrevious": "Prethodni",
|
||||
"LabelFinish": "Kraj",
|
||||
"LabelNext": "Sljede\u0107i",
|
||||
|
@ -121,6 +119,7 @@
|
|||
"ButtonInviteUser": "Pozovi korisnika",
|
||||
"ButtonSave": "Snimi",
|
||||
"ButtonResetPassword": "Resetiraj lozinku",
|
||||
"LabelUrl": "Url:",
|
||||
"LabelNewPassword": "Nova lozinka:",
|
||||
"LabelNewPasswordConfirm": "Potvrda nove lozinke:",
|
||||
"HeaderCreatePassword": "Kreiraj lozinku",
|
||||
|
@ -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."
|
||||
}
|
|
@ -1,6 +1,4 @@
|
|||
{
|
||||
"LabelEnableHardwareDecodingFor": "Hardveres dek\u00f3dol\u00e1s enged\u00e9lyez\u00e9se a k\u00f6vetkez\u0151kh\u00f6z:",
|
||||
"LabelUrl": "Url:",
|
||||
"LabelPrevious": "El\u0151z\u0151",
|
||||
"LabelFinish": "Befejez",
|
||||
"LabelNext": "K\u00f6vetkez\u0151",
|
||||
|
@ -121,6 +119,7 @@
|
|||
"ButtonInviteUser": "Felhaszn\u00e1l\u00f3 megh\u00edv\u00e1sa",
|
||||
"ButtonSave": "Ment\u00e9s",
|
||||
"ButtonResetPassword": "Jelsz\u00f3 vissza\u00e1ll\u00edt\u00e1s",
|
||||
"LabelUrl": "Url:",
|
||||
"LabelNewPassword": "\u00daj jelsz\u00f3:",
|
||||
"LabelNewPasswordConfirm": "\u00daj jelsz\u00f3 meger\u0151s\u00edt\u00e9se:",
|
||||
"HeaderCreatePassword": "Jelsz\u00f3 l\u00e9trehozz\u00e1s",
|
||||
|
@ -249,7 +248,7 @@
|
|||
"LabelManagement": "Management:",
|
||||
"OptionMissingImdbId": "Hi\u00e1nyz\u00f3 IMDb azonos\u00edt\u00f3",
|
||||
"OptionMissingTvdbId": "Hi\u00e1nyz\u00f3 TheTVDB azonos\u00edt\u00f3",
|
||||
"OptionMissingOverview": "Hi\u00e1nyz\u00f3 \u00e1ttekint\u00e9s",
|
||||
"OptionMissingOverview": "Hi\u00e1nyz\u00f3 tartalom",
|
||||
"TabGeneral": "\u00c1ltal\u00e1nos",
|
||||
"TitleSupport": "T\u00e1mogat\u00e1s",
|
||||
"TabAbout": "N\u00e9vjegy",
|
||||
|
@ -571,8 +570,8 @@
|
|||
"OptionAllUsers": "\u00d6sszes felhaszn\u00e1l\u00f3",
|
||||
"OptionAdminUsers": "Adminisztr\u00e1torok",
|
||||
"OptionCustomUsers": "Custom",
|
||||
"ButtonArrowUp": "Up",
|
||||
"ButtonArrowDown": "Down",
|
||||
"ButtonArrowUp": "Fel",
|
||||
"ButtonArrowDown": "Le",
|
||||
"ButtonArrowLeft": "Left",
|
||||
"ButtonArrowRight": "Right",
|
||||
"ButtonBack": "Back",
|
||||
|
@ -1129,8 +1128,8 @@
|
|||
"HeaderNavigation": "Navig\u00e1ci\u00f3",
|
||||
"OptionEnableAutomaticServerUpdates": "Automatikus szerver friss\u00edt\u00e9s enged\u00e9lyez\u00e9se ",
|
||||
"OptionOtherTrailers": "Include trailers from older movies",
|
||||
"HeaderOverview": "\u00c1ttekint\u00e9s",
|
||||
"HeaderShortOverview": "R\u00f6vid \u00e1ttekint\u00e9s",
|
||||
"HeaderOverview": "Tartalom",
|
||||
"HeaderShortOverview": "R\u00f6vid tartalom",
|
||||
"HeaderType": "T\u00edpus",
|
||||
"OptionReportActivities": "Activities Log",
|
||||
"HeaderTunerDevices": "Tuner Devices",
|
||||
|
@ -1458,11 +1457,11 @@
|
|||
"OptionTags": "C\u00edmk\u00e9k",
|
||||
"OptionStudios": "St\u00fadi\u00f3k",
|
||||
"OptionName": "N\u00e9v",
|
||||
"OptionOverview": "\u00c1ttekint\u00e9s",
|
||||
"OptionOverview": "Tartalom",
|
||||
"OptionGenres": "M\u0171fajok",
|
||||
"OptionPeople": "Szem\u00e9lyek",
|
||||
"OptionProductionLocations": "Production Locations",
|
||||
"OptionBirthLocation": "Birth Location",
|
||||
"OptionBirthLocation": "Sz\u00fclet\u00e9si hely",
|
||||
"HeaderChangeFolderType": "Tartalom t\u00edpus\u00e1nak megv\u00e1ltoztat\u00e1sa",
|
||||
"HeaderChangeFolderTypeHelp": "To change the type, please remove and rebuild the library with the new type.",
|
||||
"HeaderAlert": "Alert",
|
||||
|
@ -1506,7 +1505,7 @@
|
|||
"OptionHomeVideos": "H\u00e1zi vide\u00f3k \u00e9s f\u00e9nyk\u00e9pek",
|
||||
"OptionBooks": "Books",
|
||||
"ButtonUp": "Up",
|
||||
"ButtonDown": "Down",
|
||||
"ButtonDown": "Le",
|
||||
"LabelMetadataReaders": "Metaadat olvas\u00f3k:",
|
||||
"LabelMetadataReadersHelp": "Rank your preferred local metadata sources in order of priority. The first file found will be read.",
|
||||
"LabelMetadataDownloaders": "Metaadat gy\u0171jt\u0151k:",
|
||||
|
@ -1518,7 +1517,7 @@
|
|||
"LabelDynamicExternalId": "{0} Id:",
|
||||
"PersonTypePerson": "Person",
|
||||
"OptionSortName": "Sort name",
|
||||
"LabelDateOfBirth": "Date of birth:",
|
||||
"LabelDateOfBirth": "Sz\u00fclet\u00e9si d\u00e1tum:",
|
||||
"LabelDeathDate": "Death date:",
|
||||
"HeaderRemoveMediaLocation": "Remove Media Location",
|
||||
"MessageConfirmRemoveMediaLocation": "Are you sure you wish to remove this location?",
|
||||
|
@ -1531,9 +1530,9 @@
|
|||
"HeaderMediaLocations": "Media Locations",
|
||||
"LabelContentTypeValue": "Content type: {0}",
|
||||
"FolderTypeUnset": "Unset (mixed content)",
|
||||
"BirthPlaceValue": "Birth place: {0}",
|
||||
"BirthPlaceValue": "Sz\u00fclet\u00e9si hely: {0}",
|
||||
"DeathDateValue": "Died: {0}",
|
||||
"BirthDateValue": "Born: {0}",
|
||||
"BirthDateValue": "Sz\u00fcletett: {0}",
|
||||
"HeaderLatestReviews": "Latest Reviews",
|
||||
"HeaderPluginInstallation": "B\u0151v\u00edtm\u00e9ny Telep\u00edt\u00e9se",
|
||||
"MessageAlreadyInstalled": "Ez a verzi\u00f3 m\u00e1r telep\u00edtve van.",
|
||||
|
@ -1855,7 +1854,7 @@
|
|||
"SetupFFmpeg": "Setup FFmpeg",
|
||||
"SetupFFmpegHelp": "Emby may require a library or application to convert certain media types. There are many different applications available, however, Emby has been tested to work with ffmpeg. Emby is in no way affiliated with ffmpeg, its ownership, code or distribution.",
|
||||
"EnterFFmpegLocation": "Enter FFmpeg path",
|
||||
"DownloadFFmpeg": "Download FFmpeg",
|
||||
"DownloadFFmpeg": "FFmpeg let\u00f6lt\u00e9s",
|
||||
"FFmpegSuggestedDownload": "Suggested download: {0}",
|
||||
"UnzipFFmpegFile": "Unzip the downloaded file to a folder of your choice.",
|
||||
"MarkFFmpegExec": "If you are running Linux or OSX, you will need to locate the ffmpeg and ffprobe files and mark them as executable. This is needed to grant Emby permission to execute them.",
|
||||
|
@ -1880,7 +1879,7 @@
|
|||
"LabelVaapiDeviceHelp": "This is the render node that is used for hardware acceleration.",
|
||||
"HowToConnectFromEmbyApps": "How to Connect from Emby apps",
|
||||
"OptionExtractChapterImage": "Enable chapter image extraction",
|
||||
"Downloads": "Downloads",
|
||||
"Downloads": "Let\u00f6lt\u00e9sek",
|
||||
"LabelEnableDebugLogging": "Hibakeres\u00e9si napl\u00f3z\u00e1s enged\u00e9lyez\u00e9se",
|
||||
"OptionEnableExternalContentInSuggestions": "Enable external content in suggestions",
|
||||
"OptionEnableExternalContentInSuggestionsHelp": "Allow internet trailers and live tv programs to be included within suggested content.",
|
||||
|
@ -1928,8 +1927,8 @@
|
|||
"LabelCertificatePasswordHelp": "If your certificate requires a password, please enter it here.",
|
||||
"Programs": "Programs",
|
||||
"News": "News",
|
||||
"HeaderDownloadSync": "Download & Sync",
|
||||
"EnableHardwareDecoding": "Hardveres dek\u00f3dol\u00e1s enged\u00e9lyez\u00e9se",
|
||||
"HeaderDownloadSync": "Let\u00f6lt\u00e9s & Sync",
|
||||
"LabelEnableHardwareDecodingFor": "Hardveres dek\u00f3dol\u00e1s enged\u00e9lyez\u00e9se a k\u00f6vetkez\u0151kh\u00f6z:",
|
||||
"EnableHardwareEncoding": "Hardveres k\u00f3dol\u00e1s enged\u00e9lyez\u00e9se",
|
||||
"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": "Kin\u00e9zetek",
|
||||
"LabelTheme": "Kin\u00e9zet:",
|
||||
"LabelDashboardTheme": "Szerver vez\u00e9rl\u0151pult kin\u00e9zet:"
|
||||
"LabelDashboardTheme": "Szerver vez\u00e9rl\u0151pult kin\u00e9zet:",
|
||||
"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."
|
||||
}
|
|
@ -1,6 +1,4 @@
|
|||
{
|
||||
"LabelEnableHardwareDecodingFor": "Enable hardware decoding for:",
|
||||
"LabelUrl": "Url:",
|
||||
"LabelPrevious": "Sebelumnya",
|
||||
"LabelFinish": "Selesai",
|
||||
"LabelNext": "Berikutnya",
|
||||
|
@ -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."
|
||||
}
|
|
@ -1,6 +1,4 @@
|
|||
{
|
||||
"LabelEnableHardwareDecodingFor": "Abilita la decodifica hardware per:",
|
||||
"LabelUrl": "Url:",
|
||||
"LabelPrevious": "Precedente",
|
||||
"LabelFinish": "Finito",
|
||||
"LabelNext": "Prossimo",
|
||||
|
@ -121,6 +119,7 @@
|
|||
"ButtonInviteUser": "Invita un utente",
|
||||
"ButtonSave": "Salva",
|
||||
"ButtonResetPassword": "Ripristina Password",
|
||||
"LabelUrl": "Url:",
|
||||
"LabelNewPassword": "Nuova password:",
|
||||
"LabelNewPasswordConfirm": "Conferma nuova password:",
|
||||
"HeaderCreatePassword": "Crea Password",
|
||||
|
@ -1929,7 +1928,7 @@
|
|||
"Programs": "Programmi",
|
||||
"News": "Notizie",
|
||||
"HeaderDownloadSync": "Scarica & Sincronizza",
|
||||
"EnableHardwareDecoding": "Abilita la decodifica hardware",
|
||||
"LabelEnableHardwareDecodingFor": "Abilita la decodifica hardware per:",
|
||||
"EnableHardwareEncoding": "Abilita la codifica hardware",
|
||||
"Rate": "Vota",
|
||||
"ButtonScanAllLibraries": "Scansiona Tutte le Librerie",
|
||||
|
@ -1944,5 +1943,22 @@
|
|||
"PluginInstalledMessage": "Il plugin \u00e8 stato installato correttamente. Il server Emby dovr\u00e0 essere riavviato affinch\u00e9 le modifiche abbiano effetto.",
|
||||
"Themes": "Temi",
|
||||
"LabelTheme": "Tema:",
|
||||
"LabelDashboardTheme": "Tema dashboard del server:"
|
||||
"LabelDashboardTheme": "Tema dashboard del server:",
|
||||
"MessagePremiereStatusGood": "Hai un piano di {0} Emby Premiere e l'utilizzo del tuo dispositivo \u00e8 ben al di sopra del tuo limite.",
|
||||
"MessagePremiereStatusClose": "Hai un piano di {0} Emby Premiere, ma l'utilizzo del tuo dispositivo \u00e8 vicino al limite.",
|
||||
"MessagePremiereExtendedPlans": "Considera un {0} piano esteso del dispositivo {1}",
|
||||
"MessagePremiereStatusOver": "Hai un piano di {0} Emby Premiere, ma sei al di sopra del tuo limite del dispositivo!",
|
||||
"ListItemPremiereSub": "{0} abbonamento acquistato tramite {2} scade {1}",
|
||||
"LabelClickToCancel": "Fai clic per annullare questo abbonamento",
|
||||
"LabelCancelInfo": "Puoi gestire questo abbonamento direttamente con {0}",
|
||||
"LabelAlreadyCanceled": "Questo abbonamento \u00e8 stato annullato. La chiave rester\u00e0 valida fino alla sua scadenza.",
|
||||
"HeaderCancelSub": "Annulla Emby Premiere",
|
||||
"MessageConfirmSubCancel": "NO, per favore non andartene ... cos\u00ec ti perderai tutte le fantastiche caratteristiche di Emby Premiere!",
|
||||
"ButtonCancelSub": "Lo so, annullalo comunque",
|
||||
"ButtonDontCancelSub": "Mantieni Emby Premiere",
|
||||
"MessageSubCancelReqSent": "Una e-mail \u00e8 stata inviata al proprietario della chiave. Seguire le istruzioni contenute in quella email per completare la cancellazione di questo abbonamento. Ci auguriamo di rivederti presto!",
|
||||
"MessageSubCancelError": "Qualcosa \u00e8 andato storto cercando di annullare il tuo abbonamento. Si prega di inviare un'email a {0} e ti aiuteremo noi.",
|
||||
"LabelAlreadyCancelled": "Questo abbonamento \u00e8 stato annullato. Non ti verr\u00e0 addebitato altro, ma le funzionalit\u00e0 funzioneranno fino alla data indicata.",
|
||||
"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."
|
||||
}
|
|
@ -1,6 +1,4 @@
|
|||
{
|
||||
"LabelEnableHardwareDecodingFor": "\u0410\u043f\u043f\u0430\u0440\u0430\u0442\u044b\u049b \u043a\u043e\u0434\u0442\u0430\u0443\u0434\u044b \u043c\u044b\u043d\u0430\u0493\u0430\u043d \u049b\u043e\u0441\u0443:",
|
||||
"LabelUrl": "Url:",
|
||||
"LabelPrevious": "\u0410\u043b\u0434\u044b\u04a3\u0493\u044b",
|
||||
"LabelFinish": "\u0410\u044f\u049b\u0442\u0430\u0443",
|
||||
"LabelNext": "\u041a\u0435\u043b\u0435\u0441\u0456",
|
||||
|
@ -121,6 +119,7 @@
|
|||
"ButtonInviteUser": "\u041f\u0430\u0439\u0434\u0430\u043b\u0430\u043d\u0443\u0448\u044b\u043d\u044b \u0448\u0430\u049b\u044b\u0440\u0443",
|
||||
"ButtonSave": "\u0421\u0430\u049b\u0442\u0430\u0443",
|
||||
"ButtonResetPassword": "\u049a\u04b1\u043f\u0438\u044f \u0441\u04e9\u0437\u0434\u0456 \u044b\u0441\u044b\u0440\u0443",
|
||||
"LabelUrl": "URL:",
|
||||
"LabelNewPassword": "\u0416\u0430\u04a3\u0430 \u049b\u04b1\u043f\u0438\u044f \u0441\u04e9\u0437",
|
||||
"LabelNewPasswordConfirm": "\u0416\u0430\u04a3\u0430 \u049b\u04b1\u043f\u0438\u044f \u0441\u04e9\u0437\u0434\u0456 \u0440\u0430\u0441\u0442\u0430\u0443:",
|
||||
"HeaderCreatePassword": "\u049a\u04b1\u043f\u0438\u044f \u0441\u04e9\u0437\u0434\u0456 \u0436\u0430\u0441\u0430\u0443",
|
||||
|
@ -1010,7 +1009,7 @@
|
|||
"HeaderChapterSettings": "\u0421\u0430\u0445\u043d\u0430\u043b\u0430\u0440 \u043f\u0430\u0440\u0430\u043c\u0435\u0442\u0440\u043b\u0435\u0440\u0456",
|
||||
"HeaderCameraUploadHelp": "\u04b0\u0442\u049b\u044b\u0440 \u049b\u04b1\u0440\u044b\u043b\u0493\u044b\u043b\u0430\u0440\u044b\u04a3\u044b\u0437\u0434\u0430 \u0442\u04af\u0441\u0456\u0440\u0456\u043b\u0433\u0435\u043d \u0444\u043e\u0442\u043e\u0441\u0443\u0440\u0435\u0442\u0442\u0435\u0440 \u043c\u0435\u043d \u0431\u0435\u0439\u043d\u0435\u043b\u0435\u0440\u0434\u0456 Emby \u049b\u043e\u043b\u0434\u0430\u043d\u0431\u0430\u043b\u0430\u0440\u044b \u0430\u0432\u0442\u043e\u043c\u0430\u0442\u0442\u044b \u0442\u04af\u0440\u0434\u0435 Emby Server \u0456\u0448\u0456\u043d\u0435 \u0436\u04af\u043a\u0442\u0435\u0443\u0456 \u043c\u04af\u043c\u043a\u0456\u043d.",
|
||||
"LabelCameraUploadPath": "\u041a\u0430\u043c\u0435\u0440\u0430\u0434\u0430\u043d \u043a\u0435\u0440\u0456 \u049b\u043e\u0442\u0430\u0440\u0443 \u0436\u043e\u043b\u044b:",
|
||||
"LabelCameraUploadPathHelp": "\u049a\u0430\u043b\u0430\u0443\u044b\u04a3\u044b\u0437 \u0431\u043e\u0439\u044b\u043d\u0448\u0430 \u0442\u0435\u04a3\u0448\u0435\u043b\u0433\u0435\u043d \u043a\u0435\u0440\u0456 \u049b\u043e\u0442\u0430\u0440\u0443 \u0436\u043e\u043b\u0434\u044b \u0442\u0430\u04a3\u0434\u0430\u04a3\u044b\u0437. \u0415\u0433\u0435\u0440 \u0430\u043d\u044b\u049b\u0442\u0430\u043b\u043c\u0430\u0441\u0430, \u04d9\u0434\u0435\u043f\u043a\u0456 \u049b\u0430\u043b\u0442\u0430 \u043f\u0430\u0439\u0434\u0430\u043b\u0430\u043d\u044b\u043b\u0430\u0434\u044b. \u0415\u0433\u0435\u0440 \u0442\u0435\u04a3\u0448\u0435\u043b\u0435\u0442\u0456\u043d \u0436\u043e\u043b \u043f\u0430\u0439\u0434\u0430\u043b\u0430\u043d\u044b\u043b\u0441\u0430, \u0431\u04b1\u043d\u044b \u0441\u043e\u043d\u0434\u0430\u0439-\u0430\u049b \u0422\u0430\u0441\u044b\u0493\u044b\u0448\u0445\u0430\u043d\u0430\u043d\u044b \u043e\u0440\u043d\u0430\u0442\u0443 \u0436\u04d9\u043d\u0435 \u0442\u0435\u04a3\u0448\u0435\u0443 \u0430\u0439\u043c\u0430\u0493\u044b\u043d\u0430 \u04af\u0441\u0442\u0435\u0443 \u049b\u0430\u0436\u0435\u0442.",
|
||||
"LabelCameraUploadPathHelp": "\u0422\u0435\u04a3\u0448\u0435\u043b\u0433\u0435\u043d \u043a\u0435\u0440\u0456 \u049b\u043e\u0442\u0430\u0440\u0443 \u0436\u043e\u043b\u0434\u044b \u0442\u0430\u04a3\u0434\u0430\u04a3\u044b\u0437. \u0411\u04b1\u043b \u041a\u0430\u043c\u0435\u0440\u0430\u0434\u0430\u043d \u0436\u04af\u043a\u0442\u0435\u0443 \u0431\u04e9\u043b\u0456\u043c\u0456\u043d\u0434\u0435 \u0442\u0435\u04a3\u0448\u0435\u043b\u0433\u0435\u043d \u043a\u0435\u0437-\u043a\u0435\u043b\u0433\u0435\u043d \u04d9\u0434\u0435\u043f\u043a\u0456 \u043f\u0430\u0440\u0430\u043c\u0435\u0442\u0440\u043b\u0435\u0440\u0434\u0456 \u049b\u0430\u0439\u0442\u0430 \u0430\u043d\u044b\u049b\u0442\u0430\u0439\u0434\u044b. \u0415\u0433\u0435\u0440 \u0430\u043d\u044b\u049b\u0442\u0430\u043b\u043c\u0430\u0441\u0430, \u04d9\u0434\u0435\u043f\u043a\u0456 \u049b\u0430\u043b\u0442\u0430 \u043f\u0430\u0439\u0434\u0430\u043b\u0430\u043d\u044b\u043b\u0430\u0434\u044b. \u0415\u0433\u0435\u0440 \u0442\u0435\u04a3\u0448\u0435\u043b\u0435\u0442\u0456\u043d \u0436\u043e\u043b \u043f\u0430\u0439\u0434\u0430\u043b\u0430\u043d\u044b\u043b\u0441\u0430, \u0431\u04b1\u043d\u044b \u0441\u043e\u043d\u0434\u0430\u0439-\u0430\u049b \u0422\u0430\u0441\u044b\u0493\u044b\u0448\u0445\u0430\u043d\u0430\u043d\u044b \u043e\u0440\u043d\u0430\u0442\u0443 \u0436\u04d9\u043d\u0435 \u0442\u0435\u04a3\u0448\u0435\u0443 \u0430\u0439\u043c\u0430\u0493\u044b\u043d\u0434\u0430 \u04af\u0441\u0442\u0435\u0443 \u049b\u0430\u0436\u0435\u0442.",
|
||||
"LabelCreateCameraUploadSubfolder": "\u04d8\u0440\u049b\u0430\u0439\u0441\u044b \u049b\u04b1\u0440\u044b\u043b\u0493\u044b \u04af\u0448\u0456\u043d \u0456\u0448\u043a\u0456 \u049b\u0430\u043b\u0442\u0430 \u0436\u0430\u0441\u0430\u0443",
|
||||
"LabelCreateCameraUploadSubfolderHelp": "\u049a\u04b1\u0440\u044b\u043b\u0493\u044b\u043b\u0430\u0440 \u0431\u0435\u0442\u0456\u043d\u0434\u0435 \u043d\u04b1\u049b\u044b\u0493\u0430\u043d\u0434\u0430 \u049b\u04b1\u0440\u044b\u043b\u0493\u044b\u0493\u0430 \u043d\u0430\u049b\u0442\u044b \u049b\u0430\u043b\u0442\u0430\u043b\u0430\u0440 \u0442\u0430\u0493\u0430\u0439\u044b\u043d\u0434\u0430\u043b\u0443\u044b \u043c\u04af\u043c\u043a\u0456\u043d.",
|
||||
"LabelCustomDeviceDisplayName": "\u0411\u0435\u0439\u043d\u0435\u043b\u0435\u043d\u0443 \u0430\u0442\u044b:",
|
||||
|
@ -1090,8 +1089,8 @@
|
|||
"OptionAllowMediaPlaybackTranscodingHelp": "\u041f\u0430\u0439\u0434\u0430\u043b\u0430\u043d\u0443\u0448\u044b\u043b\u0430\u0440 \u04e9\u0437\u0434\u0435\u0440\u0456\u043d\u0456\u04a3 \u0441\u0430\u044f\u0441\u0430\u0442\u0442\u0430\u0440\u044b\u043d\u0430 \u043d\u0435\u0433\u0456\u0437\u0434\u0435\u043b\u0433\u0435\u043d \u043e\u0439\u043d\u0430\u0442\u044b\u043b\u043c\u0430\u0439\u0442\u044b\u043d \u043c\u0430\u0437\u043c\u04b1\u043d \u0431\u043e\u043b\u0493\u0430\u043d\u0434\u0430\u0493\u044b \u049b\u0430\u0442\u0435 \u0442\u0443\u0440\u0430\u043b\u044b \u043e\u04a3\u0430\u0439 \u0445\u0430\u0431\u0430\u0440\u043b\u0430\u0440\u0434\u044b \u0430\u043b\u0430\u0434\u044b.",
|
||||
"TabStreaming": "\u0422\u0430\u0441\u044b\u043c\u0430\u043b\u0434\u0430\u043d\u0443",
|
||||
"LabelRemoteClientBitrateLimit": "\u0418\u043d\u0442\u0435\u0440\u043d\u0435\u0442 \u0442\u0430\u0441\u044b\u043c\u0430\u043b\u0434\u0430\u043d\u0443 \u049b\u0430\u0440\u049b\u044b\u043d\u044b\u043d\u044b\u04a3 \u0448\u0435\u0433\u0456, \u041c\u0431\u0438\u0442\/\u0441:",
|
||||
"LabelRemoteClientBitrateLimitHelp": "\u0411\u0430\u0440\u043b\u044b\u049b \u0436\u0435\u043b\u0456\u043b\u0456\u043a \u049b\u04b1\u0440\u044b\u043b\u0493\u044b\u043b\u0430\u0440 \u04af\u0448\u0456\u043d \u0442\u0430\u0441\u044b\u043c\u0430\u043b\u0434\u0430\u043d\u0443 \u049b\u0430\u0440\u049b\u044b\u043d\u044b\u043d\u044b\u04a3 \u049b\u043e\u0441\u044b\u043c\u0448\u0430 \u0448\u0435\u0433\u0456. \u0411\u04b1\u043b \u0438\u043d\u0442\u0435\u0440\u043d\u0435\u0442-\u049b\u043e\u0441\u044b\u043b\u044b\u043c\u044b\u04a3\u044b\u0437\u0434\u044b\u04a3 \u04e9\u04a3\u0434\u0435\u0443 \u043c\u04af\u043c\u043a\u0456\u043d\u0434\u0456\u0433\u0456\u043d\u0435 \u049b\u0430\u0440\u0430\u0493\u0430\u043d\u0434\u0430 \u049b\u04b1\u0440\u044b\u043b\u0493\u044b\u043d\u044b\u04a3 \u0436\u043e\u0493\u0430\u0440\u044b\u043b\u0430\u0443 \u049b\u0430\u0440\u049b\u044b\u043d \u0441\u0430\u0443\u0430\u043b\u0434\u0430\u0440\u044b\u043d\u0430 \u0442\u044b\u0439\u044b\u043c \u0441\u0430\u043b\u0443 \u04af\u0448\u0456\u043d \u043f\u0430\u0439\u0434\u0430\u043b\u044b \u0431\u043e\u043b\u044b\u043f \u0442\u0430\u0431\u044b\u043b\u0430\u0434\u044b.",
|
||||
"LabelUserRemoteClientBitrateLimitHelp": "This will override the default global value set in server playback settings.",
|
||||
"LabelRemoteClientBitrateLimitHelp": "\u0411\u0430\u0440\u043b\u044b\u049b \u0436\u0435\u043b\u0456\u043b\u0456\u043a \u049b\u04b1\u0440\u044b\u043b\u0493\u044b\u043b\u0430\u0440 \u04af\u0448\u0456\u043d \u0430\u0493\u044b\u043d \u0431\u043e\u0439\u044b\u043d\u0448\u0430 \u0442\u0430\u0441\u044b\u043c\u0430\u043b\u0434\u0430\u0443 \u049b\u0430\u0440\u049b\u044b\u043d\u044b\u043d\u044b\u04a3 \u049b\u043e\u0441\u044b\u043c\u0448\u0430 \u0448\u0435\u0433\u0456. \u0411\u04b1\u043b \u0438\u043d\u0442\u0435\u0440\u043d\u0435\u0442-\u049b\u043e\u0441\u044b\u043b\u044b\u043c\u044b\u04a3\u044b\u0437\u0434\u044b\u04a3 \u04e9\u04a3\u0434\u0435\u0443 \u043c\u04af\u043c\u043a\u0456\u043d\u0434\u0456\u0433\u0456\u043d\u0435 \u049b\u0430\u0440\u0430\u0493\u0430\u043d\u0434\u0430 \u049b\u04b1\u0440\u044b\u043b\u0493\u044b\u043d\u044b\u04a3 \u0436\u043e\u0493\u0430\u0440\u044b\u043b\u0430\u0443 \u049b\u0430\u0440\u049b\u044b\u043d \u0441\u0430\u0443\u0430\u043b\u0434\u0430\u0440\u044b\u043d\u0430 \u0442\u044b\u0439\u044b\u043c \u0441\u0430\u043b\u0443 \u04af\u0448\u0456\u043d \u043f\u0430\u0439\u0434\u0430\u043b\u044b \u0431\u043e\u043b\u044b\u043f \u0442\u0430\u0431\u044b\u043b\u0430\u0434\u044b. \u0411\u04b1\u043b \u0431\u0435\u0439\u043d\u0435\u043b\u0435\u0440\u0434\u0456 \u0442\u04e9\u043c\u0435\u043d\u0433\u0456 \u049b\u0430\u0440\u049b\u044b\u043d\u0493\u0430 \u049b\u0430\u0439\u0442\u0430 \u043a\u043e\u0434\u0442\u0430\u0443 \u04af\u0448\u0456\u043d \u0441\u0435\u0440\u0432\u0435\u0440\u0456\u04a3\u0456\u0437\u0434\u0435\u0433\u0456 \u041e\u041f \u0436\u04af\u043a\u0442\u0435\u043c\u0435\u0441\u0456\u043d \u0430\u0440\u0442\u0442\u044b\u0440\u0443\u0493\u0430 \u04d9\u043a\u0435\u043b\u0443\u0456 \u043c\u04af\u043c\u043a\u0456\u043d.",
|
||||
"LabelUserRemoteClientBitrateLimitHelp": "\u0411\u04b1\u043b \u0441\u0435\u0440\u0432\u0435\u0440\u0434\u0456 \u043e\u0439\u043d\u0430\u0442\u0443 \u043f\u0430\u0440\u0430\u043c\u0435\u0442\u0440\u043b\u0435\u0440\u0456\u043d\u0434\u0435 \u043e\u0440\u043d\u0430\u0442\u044b\u043b\u0493\u0430\u043d \u04d9\u0434\u0435\u043f\u043a\u0456 \u0493\u0430\u043b\u0430\u043c\u0434\u044b\u049b \u043c\u04d9\u043d\u0434\u0456 \u049b\u0430\u0439\u0442\u0430 \u0430\u043d\u044b\u049b\u0442\u0430\u0439\u0434\u044b.",
|
||||
"LabelConversionCpuCoreLimit": "\u041e\u041f \u04e9\u0437\u0435\u043a\u0442\u0435\u0440 \u0448\u0435\u0433\u0456:",
|
||||
"LabelConversionCpuCoreLimitHelp": "\u04ae\u043d\u0434\u0435\u0441\u0442\u0456\u0440\u0443\u043b\u0456\u043a \u0442\u04af\u0440\u043b\u0435\u043d\u0434\u0456\u0440\u0443 \u043a\u0435\u0437\u0456\u043d\u0434\u0435 \u049b\u043e\u043b\u0434\u0430\u043d\u044b\u043b\u0430\u0442\u044b\u043d \u041e\u041f \u04e9\u0437\u0435\u043a\u0442\u0435\u0440\u0434\u0456\u04a3 \u0441\u0430\u043d\u044b\u043d \u0448\u0435\u043a\u0442\u0435\u0443.",
|
||||
"OptionEnableFullSpeedConversion": "\u0422\u04af\u0440\u043b\u0435\u043d\u0434\u0456\u0440\u0443\u0434\u0456\u04a3 \u0442\u043e\u043b\u044b\u049b \u0436\u044b\u043b\u0434\u0430\u043c\u043b\u044b\u0493\u044b\u043d \u049b\u043e\u0441\u0443",
|
||||
|
@ -1715,8 +1714,8 @@
|
|||
"SyncMedia": "\u04ae\u043d\u0434\u0435\u0441\u0442\u0456\u0440\u0443",
|
||||
"HeaderCancelSyncJob": "\u04ae\u043d\u0434\u0435\u0441\u0442\u0456\u0440\u0443\u0434\u0456 \u0431\u043e\u043b\u0434\u044b\u0440\u043c\u0430\u0443",
|
||||
"LabelQuality": "\u0421\u0430\u043f\u0430\u0441\u044b:",
|
||||
"MovieLibraryHelp": "Review the {0}Emby movie naming guide{1}.",
|
||||
"TvLibraryHelp": "Review the {0}Emby TV naming guide{1}.",
|
||||
"MovieLibraryHelp": "{0}\u0424\u0438\u043b\u044c\u043c\u0456\u043d\u0456\u04a3 \u0430\u0442\u044b\u043d \u04e9\u0437\u0433\u0435\u0440\u0442\u0443 Emby-\u043d\u04b1\u0441\u049b\u0430\u0443\u043b\u044b\u0493\u044b\u043d{1} \u0448\u043e\u043b\u0443.",
|
||||
"TvLibraryHelp": "{0}\u0422\u0414 \u0430\u0442\u044b\u043d \u04e9\u0437\u0433\u0435\u0440\u0442\u0443 \u0442\u0443\u0440\u0430\u043b\u044b Emby-\u043d\u04b1\u0441\u049b\u0430\u0443\u043b\u044b\u0493\u044b\u043d{1} \u049b\u0430\u0440\u0430\u043f \u0448\u044b\u0493\u0443.",
|
||||
"BookLibraryHelp": "\u0414\u044b\u0431\u044b\u0441\u0442\u044b\u049b \u0436\u04d9\u043d\u0435 \u043c\u04d9\u0442\u0456\u043d\u0434\u0456\u043a \u043a\u0456\u0442\u0430\u043f\u0442\u0430\u0440 \u049b\u043e\u043b\u0434\u0430\u0443\u0434\u0430",
|
||||
"MessageGamePluginRequired": "GameBrowser \u043f\u043b\u0430\u0433\u0438\u043d\u0456\u043d \u043e\u0440\u043d\u0430\u0442\u0443\u0434\u044b \u049b\u0430\u0436\u0435\u0442 \u0435\u0442\u0435\u0434\u0456",
|
||||
"MessageUnsetContentHelp": "\u041c\u0430\u0437\u043c\u04b1\u043d \u043a\u04d9\u0434\u0456\u043c\u0433\u0456 \u049b\u0430\u043b\u0442\u0430\u043b\u0430\u0440 \u0440\u0435\u0442\u0456\u043d\u0434\u0435 \u0431\u0435\u0439\u043d\u0435\u043b\u0435\u043d\u0435\u0434\u0456. \u0415\u04a3 \u0436\u0430\u049b\u0441\u044b \u043d\u04d9\u0442\u0438\u0436\u0435\u043b\u0435\u0440 \u0430\u043b\u0443 \u04af\u0448\u0456\u043d, \u0456\u0448\u043a\u0456 \u049b\u0430\u043b\u0442\u0430\u043b\u0430\u0440\u0434\u044b\u04a3 \u043c\u0430\u0437\u043c\u04af\u043d \u0442\u04af\u0440\u043b\u0435\u0440\u0456\u043d \u043e\u0440\u043d\u0430\u0442\u044b\u043f \u041c\u0435\u0442\u0430\u0434\u0435\u0440\u0435\u043a \u0440\u0435\u0442\u0442\u0435\u0443\u0448\u0456\u043d\u0456 \u043f\u0430\u0439\u0434\u0430\u043b\u0430\u043d\u044b\u04a3\u044b\u0437",
|
||||
|
@ -1845,7 +1844,7 @@
|
|||
"XmlTvMovieCategoriesHelp": "\u041e\u0441\u044b \u0441\u0430\u043d\u0430\u0442\u0442\u0430\u0493\u044b \u0431\u0430\u0493\u0434\u0430\u0440\u043b\u0430\u043c\u0430\u043b\u0430\u0440 \u0444\u0438\u043b\u044c\u043c\u0434\u0435\u0440 \u0440\u0435\u0442\u0456\u043d\u0434\u0435 \u0431\u0435\u0439\u043d\u0435\u043b\u0435\u043d\u0435\u0434\u0456. \u0411\u0456\u0440\u043d\u0435\u0448\u0443\u0456\u043d '|' \u0430\u0440\u049b\u044b\u043b\u044b \u0431\u04e9\u043b\u0456\u04a3\u0456\u0437.",
|
||||
"XmlTvPathHelp": "XML TV \u0444\u0430\u0439\u043b\u044b\u043d\u044b\u04a3 \u0436\u043e\u043b\u044b. Emby \u043e\u0441\u044b \u0444\u0430\u0439\u043b\u0434\u044b \u043e\u049b\u0438\u0434\u044b \u0436\u04d9\u043d\u0435 \u043e\u043d\u044b \u0436\u0430\u04a3\u0430\u0440\u0442\u0443\u043b\u0430\u0440 \u04af\u0448\u0456\u043d \u043c\u0435\u0437\u0433\u0456\u043b\u0456\u043d\u0434\u0435 \u0442\u0435\u043a\u0441\u0435\u0440\u0456\u043f \u0448\u044b\u0493\u0430\u0434\u044b. \u0424\u0430\u0439\u043b\u0434\u044b \u0436\u0430\u0441\u0430\u0443 \u0436\u04d9\u043d\u0435 \u0436\u0430\u04a3\u0430\u0440\u0442\u0443 \u04af\u0448\u0456\u043d \u04e9\u0437\u0456\u04a3\u0456\u0437 \u0436\u0430\u0443\u0430\u043f\u0442\u044b \u0431\u043e\u043b\u044b\u043f \u0442\u0430\u0431\u044b\u043b\u0430\u0441\u044b\u0437.",
|
||||
"LabelBindToLocalNetworkAddress": "\u0416\u0435\u0440\u0433\u0456\u043b\u0456\u043a\u0442\u0456 \u0436\u0435\u043b\u0456 \u043c\u0435\u043a\u0435\u043d\u0436\u0430\u0439\u044b\u043d\u0430 \u0431\u0430\u0439\u043b\u0430\u0441\u0442\u044b\u0440\u0443:",
|
||||
"LabelBindToLocalNetworkAddressHelp": "\u041c\u0456\u043d\u0434\u0435\u0442\u0442\u0456 \u0435\u043c\u0435\u0441. HTTP-\u0441\u0435\u0440\u0432\u0435\u0440\u0433\u0435 \u0431\u0430\u0439\u043b\u0430\u0441\u0442\u044b\u0440\u0443 \u04af\u0448\u0456\u043d \u0436\u0435\u0440\u0433\u0456\u043b\u0456\u043a\u0442\u0456 IP-\u043c\u0435\u043a\u0435\u043d\u0436\u0430\u0439\u044b\u043d \u0430\u043b\u043c\u0430\u0441\u0442\u044b\u0440\u0430\u0434\u044b. \u0411\u043e\u0441 \u049b\u0430\u043b\u0434\u044b\u0440\u0441\u0430\u04a3\u044b\u0437, \u0441\u0435\u0440\u0432\u0435\u0440\u0434\u0456\u04a3 \u049b\u043e\u043b\u0434\u0430 \u0431\u0430\u0440 \u0431\u0430\u0440\u043b\u044b\u049b \u043c\u0435\u043a\u0435\u043d\u0436\u0430\u0439\u043b\u0430\u0440\u044b\u043d \u0431\u0430\u0439\u043b\u0430\u0441\u0442\u044b\u0440\u0443\u0493\u0430 \u0431\u043e\u043b\u0430\u0434\u044b. \u0411\u04b1\u043b \u043c\u04d9\u043d\u0434\u0456 \u04e9\u0437\u0433\u0435\u0440\u0442\u043a\u0435\u043d\u0434\u0435 Emby Server \u049b\u0430\u0439\u0442\u0430 \u0456\u0441\u043a\u0435 \u049b\u043e\u0441\u0443\u044b\u043d \u0442\u0430\u043b\u0430\u043f \u0435\u0442\u0456\u043b\u0435\u0434\u0456.",
|
||||
"LabelBindToLocalNetworkAddressHelp": "\u041c\u0456\u043d\u0434\u0435\u0442\u0442\u0456 \u0435\u043c\u0435\u0441. HTTP-\u0441\u0435\u0440\u0432\u0435\u0440\u0433\u0435 \u0431\u0430\u0439\u043b\u0430\u0441\u0442\u044b\u0440\u0443 \u04af\u0448\u0456\u043d \u0436\u0435\u0440\u0433\u0456\u043b\u0456\u043a\u0442\u0456 IP-\u043c\u0435\u043a\u0435\u043d\u0436\u0430\u0439\u044b\u043d \u049b\u0430\u0439\u0442\u0430 \u0430\u043d\u044b\u049b\u0442\u0430\u0439\u0434\u044b. \u0411\u043e\u0441 \u049b\u0430\u043b\u0434\u044b\u0440\u0441\u0430\u04a3\u044b\u0437, \u0441\u0435\u0440\u0432\u0435\u0440\u0434\u0456\u04a3 \u049b\u043e\u043b\u0434\u0430 \u0431\u0430\u0440 \u0431\u0430\u0440\u043b\u044b\u049b \u043c\u0435\u043a\u0435\u043d\u0436\u0430\u0439\u043b\u0430\u0440\u044b\u043d \u0431\u0430\u0439\u043b\u0430\u0441\u0442\u044b\u0440\u0443\u0493\u0430 \u0431\u043e\u043b\u0430\u0434\u044b. \u0411\u04b1\u043b \u043c\u04d9\u043d\u0434\u0456 \u04e9\u0437\u0433\u0435\u0440\u0442\u043a\u0435\u043d\u0434\u0435 Emby Server \u049b\u0430\u0439\u0442\u0430 \u0456\u0441\u043a\u0435 \u049b\u043e\u0441\u0443\u044b\u043d \u0442\u0430\u043b\u0430\u043f \u0435\u0442\u0456\u043b\u0435\u0434\u0456.",
|
||||
"TitleHostingSettings": "\u041e\u0440\u043d\u0430\u043b\u0430\u0441\u0443 \u043f\u0430\u0440\u0430\u043c\u0435\u0442\u0440\u043b\u0435\u0440\u0456",
|
||||
"SettingsWarning": "\u0411\u04b1\u043b \u043c\u04d9\u043d\u0434\u0435\u0440\u0434\u0456 \u04e9\u0437\u0433\u0435\u0440\u0442\u043a\u0435\u043d\u0434\u0435 \u0442\u04b1\u0440\u0430\u049b\u0441\u044b\u0437\u0434\u044b\u049b \u043d\u0435\u043c\u0435\u0441\u0435 \u049b\u043e\u0441\u044b\u043b\u044b\u043c \u043c\u04af\u043c\u043a\u0456\u043d\u0434\u0456\u0433\u0456\u043d\u0434\u0435 \u0441\u04d9\u0442\u0441\u0456\u0437\u0434\u0456\u043a \u0442\u0443\u0434\u044b\u0440\u044b\u043b\u0443\u044b \u043c\u04af\u043c\u043a\u0456\u043d. \u0415\u0433\u0435\u0440 \u0441\u0456\u0437\u0434\u0435 \u049b\u0430\u043d\u0434\u0430\u0439 \u0434\u0430 \u0431\u0456\u0440 \u0430\u049b\u0430\u0443\u043b\u044b\u049b\u0442\u0430\u0440 \u0431\u043e\u043b\u0441\u0430, \u043e\u043b\u0430\u0440\u0434\u044b \u049b\u0430\u0439\u0442\u0430\u0434\u0430\u043d \u04d9\u0434\u0435\u043f\u043a\u0456\u0441\u0456\u043d\u0435 \u04e9\u0437\u0433\u0435\u0440\u0442\u0443\u0434\u0456 \u04b1\u0441\u044b\u043d\u0430\u043c\u044b\u0437.",
|
||||
"MapChannels": "\u0410\u0440\u043d\u0430\u043b\u0430\u0440 \u043a\u0430\u0440\u0442\u0430\u0441\u044b\u043d \u049b\u04b1\u0440\u0443",
|
||||
|
@ -1929,7 +1928,7 @@
|
|||
"Programs": "\u041a\u04e9\u0440\u0441\u0435\u0442\u0456\u043c\u0434\u0435\u0440",
|
||||
"News": "\u0416\u0430\u04a3\u0430\u043b\u044b\u049b\u0442\u0430\u0440",
|
||||
"HeaderDownloadSync": "\u0416\u04af\u043a\u0442\u0435\u0443 \u043c\u0435\u043d \u04af\u043d\u0434\u0435\u0441\u0442\u0456\u0440\u0443",
|
||||
"EnableHardwareDecoding": "\u0410\u043f\u043f\u0430\u0440\u0430\u0442\u044b\u049b \u043a\u043e\u0434\u0441\u044b\u0437\u0434\u0430\u043d\u0434\u044b\u0440\u0443\u0434\u044b \u049b\u043e\u0441\u0443",
|
||||
"LabelEnableHardwareDecodingFor": "\u0410\u043f\u043f\u0430\u0440\u0430\u0442\u044b\u049b \u043a\u043e\u0434\u0442\u0430\u0443\u0434\u044b \u043c\u044b\u043d\u0430\u0493\u0430\u043d \u049b\u043e\u0441\u0443:",
|
||||
"EnableHardwareEncoding": "\u0410\u043f\u043f\u0430\u0440\u0430\u0442\u044b\u049b \u043a\u043e\u0434\u0442\u0430\u0443\u0443\u0434\u044b \u049b\u043e\u0441\u0443",
|
||||
"Rate": "\u0411\u0430\u0493\u0430\u043b\u0430\u0443",
|
||||
"ButtonScanAllLibraries": "\u0411\u0430\u0440\u043b\u044b\u049b \u0442\u0430\u0441\u044b\u0493\u044b\u0448\u0445\u0430\u043d\u0430\u043b\u0430\u0440\u0434\u044b \u0441\u043a\u0430\u043d\u0435\u0440\u043b\u0435\u0443",
|
||||
|
@ -1940,9 +1939,26 @@
|
|||
"HeaderLatestDownloadedVideos": "\u0415\u04a3 \u043a\u0435\u0439\u0456\u043d\u0433\u0456 \u0436\u04af\u043a\u0442\u0435\u043f \u0430\u043b\u044b\u043d\u0493\u0430\u043d \u0431\u0435\u0439\u043d\u0435\u043b\u0435\u0440",
|
||||
"EnableNextVideoInfoOverlay": "\u041e\u0439\u043d\u0430\u0442\u0443 \u043a\u0435\u0437\u0456\u043d\u0434\u0435 \u043a\u0435\u043b\u0435\u0441\u0456 \u0431\u0435\u0439\u043d\u0435 \u0442\u0443\u0440\u0430\u043b\u044b \u0430\u049b\u043f\u0430\u0440\u0430\u0442\u0442\u044b \u049b\u043e\u0441\u0443",
|
||||
"EnableNextVideoInfoOverlayHelp": "At the end of a video, display info about the next video coming up in the current playlist.",
|
||||
"ServerRestartNeededAfterPluginInstall": "Emby Server will need to be restarted after installing a plugin.",
|
||||
"PluginInstalledMessage": "The plugin has been successfully installed. Emby Server will need to be restarted for changes to take effect.",
|
||||
"ServerRestartNeededAfterPluginInstall": "\u041f\u043b\u0430\u0433\u0438\u043d\u0434\u0456 \u043e\u0440\u043d\u0430\u0442\u049b\u0430\u043d\u043d\u0430\u043d \u043a\u0435\u0439\u0456\u043d Emby Server \u049b\u0430\u0439\u0442\u0430 \u0456\u0441\u043a\u0435 \u049b\u043e\u0441\u044b\u043b\u0443 \u049b\u0430\u0436\u0435\u0442.",
|
||||
"PluginInstalledMessage": "\u041f\u043b\u0430\u0433\u0438\u043d \u0441\u04d9\u0442\u0442\u0456 \u043e\u0440\u043d\u0430\u0442\u044b\u043b\u0434\u044b. \u04e8\u0437\u0433\u0435\u0440\u0442\u0443\u043b\u0435\u0440 \u043a\u04af\u0448\u0456\u043d\u0435 \u0435\u043d\u0443\u0456 \u04af\u0448\u0456\u043d Emby Server \u049b\u0430\u0439\u0442\u0430 \u0456\u0441\u043a\u0435 \u049b\u043e\u0441\u044b\u043b\u0443 \u049b\u0430\u0436\u0435\u0442.",
|
||||
"Themes": "\u0422\u0430\u049b\u044b\u0440\u044b\u043f\u0442\u0430\u0440",
|
||||
"LabelTheme": "\u0422\u0430\u049b\u044b\u0440\u044b\u043f:",
|
||||
"LabelDashboardTheme": "\u0421\u0435\u0440\u0432\u0435\u0440 \u0442\u0430\u049b\u0442\u0430\u0441\u044b\u043d\u044b\u04a3 \u0442\u0430\u049b\u044b\u0440\u044b\u0431\u044b:"
|
||||
"LabelDashboardTheme": "\u0421\u0435\u0440\u0432\u0435\u0440 \u0442\u0430\u049b\u0442\u0430\u0441\u044b\u043d\u044b\u04a3 \u0442\u0430\u049b\u044b\u0440\u044b\u0431\u044b:",
|
||||
"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."
|
||||
}
|
|
@ -1,6 +1,4 @@
|
|||
{
|
||||
"LabelEnableHardwareDecodingFor": "Enable hardware decoding for:",
|
||||
"LabelUrl": "Url:",
|
||||
"LabelPrevious": "\uc774\uc804",
|
||||
"LabelFinish": "\ub05d\ub0b4\uae30",
|
||||
"LabelNext": "\ub2e4\uc74c",
|
||||
|
@ -121,6 +119,7 @@
|
|||
"ButtonInviteUser": "\uc0ac\uc6a9\uc790 \ucd08\ub300",
|
||||
"ButtonSave": "\uc800\uc7a5",
|
||||
"ButtonResetPassword": "\ube44\ubc00\ubc88\ud638 \uc7ac\uc124\uc815",
|
||||
"LabelUrl": "Url:",
|
||||
"LabelNewPassword": "\uc0c8 \ube44\ubc00\ubc88\ud638:",
|
||||
"LabelNewPasswordConfirm": "\uc0c8 \ube44\ubc00\ubc88\ud638 \ud655\uc778:",
|
||||
"HeaderCreatePassword": "\ube44\ubc00\ubc88\ud638 \uc0dd\uc131",
|
||||
|
@ -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."
|
||||
}
|
|
@ -1,6 +1,4 @@
|
|||
{
|
||||
"LabelEnableHardwareDecodingFor": "Enable hardware decoding for:",
|
||||
"LabelUrl": "Url:",
|
||||
"LabelPrevious": "Ankstesnis",
|
||||
"LabelFinish": "Baigti",
|
||||
"LabelNext": "Kitas",
|
||||
|
@ -121,6 +119,7 @@
|
|||
"ButtonInviteUser": "Kviesti vartotoj\u0105",
|
||||
"ButtonSave": "Saugoti",
|
||||
"ButtonResetPassword": "Atstatyti slapta\u017eod\u012f",
|
||||
"LabelUrl": "Url:",
|
||||
"LabelNewPassword": "Naujas slapta\u017eodis:",
|
||||
"LabelNewPasswordConfirm": "Naujas slapta\u017eodis (pakartokite):",
|
||||
"HeaderCreatePassword": "Sukurti slapta\u017eod\u012f",
|
||||
|
@ -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."
|
||||
}
|
|
@ -1,6 +1,4 @@
|
|||
{
|
||||
"LabelEnableHardwareDecodingFor": "Enable hardware decoding for:",
|
||||
"LabelUrl": "Url:",
|
||||
"LabelPrevious": "Sebelumnya",
|
||||
"LabelFinish": "Habis",
|
||||
"LabelNext": "Seterusnya",
|
||||
|
@ -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."
|
||||
}
|
|
@ -1,6 +1,4 @@
|
|||
{
|
||||
"LabelEnableHardwareDecodingFor": "Enable hardware decoding for:",
|
||||
"LabelUrl": "Url:",
|
||||
"LabelPrevious": "Forrige",
|
||||
"LabelFinish": "Ferdig",
|
||||
"LabelNext": "Neste",
|
||||
|
@ -121,6 +119,7 @@
|
|||
"ButtonInviteUser": "Invit\u00e9r Bruker",
|
||||
"ButtonSave": "Lagre",
|
||||
"ButtonResetPassword": "Tilbakestill passord",
|
||||
"LabelUrl": "Url:",
|
||||
"LabelNewPassword": "Nytt passord:",
|
||||
"LabelNewPasswordConfirm": "Bekreft nytt passord:",
|
||||
"HeaderCreatePassword": "Lag nytt passord",
|
||||
|
@ -1929,7 +1928,7 @@
|
|||
"Programs": "Programmer",
|
||||
"News": "Nyheter",
|
||||
"HeaderDownloadSync": "Last ned og synkronisere",
|
||||
"EnableHardwareDecoding": "Aktiver hardware dekoding",
|
||||
"LabelEnableHardwareDecodingFor": "Enable hardware decoding for:",
|
||||
"EnableHardwareEncoding": "Aktiver hardware enkoding",
|
||||
"Rate": "Bed\u00f8m",
|
||||
"ButtonScanAllLibraries": "Skann alle biblioteker",
|
||||
|
@ -1944,5 +1943,22 @@
|
|||
"PluginInstalledMessage": "Pluggen er installert. Emby Server m\u00e5 startes p\u00e5 nytt for at endringer skal tre i kraft.",
|
||||
"Themes": "Tema",
|
||||
"LabelTheme": "Tema:",
|
||||
"LabelDashboardTheme": "Server dashboard tema:"
|
||||
"LabelDashboardTheme": "Server dashboard tema:",
|
||||
"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."
|
||||
}
|
|
@ -1,6 +1,4 @@
|
|||
{
|
||||
"LabelEnableHardwareDecodingFor": "Enable hardware decoding for:",
|
||||
"LabelUrl": "Url:",
|
||||
"LabelPrevious": "Vorige",
|
||||
"LabelFinish": "Voltooien",
|
||||
"LabelNext": "Volgende",
|
||||
|
@ -121,6 +119,7 @@
|
|||
"ButtonInviteUser": "Nodig gebruiker uit",
|
||||
"ButtonSave": "Opslaan",
|
||||
"ButtonResetPassword": "Wachtwoord resetten",
|
||||
"LabelUrl": "Url:",
|
||||
"LabelNewPassword": "Nieuw wachtwoord:",
|
||||
"LabelNewPasswordConfirm": "Bevestig nieuw wachtwoord:",
|
||||
"HeaderCreatePassword": "Maak wachtwoord",
|
||||
|
@ -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."
|
||||
}
|
|
@ -1,6 +1,4 @@
|
|||
{
|
||||
"LabelEnableHardwareDecodingFor": "Enable hardware decoding for:",
|
||||
"LabelUrl": "Url:",
|
||||
"LabelPrevious": "Wstecz",
|
||||
"LabelFinish": "Zako\u0144cz",
|
||||
"LabelNext": "Dalej",
|
||||
|
@ -121,6 +119,7 @@
|
|||
"ButtonInviteUser": "Zapro\u015b u\u017cytkownika",
|
||||
"ButtonSave": "Zapisz",
|
||||
"ButtonResetPassword": "Zresetuj has\u0142o",
|
||||
"LabelUrl": "Adres URL:",
|
||||
"LabelNewPassword": "Nowe has\u0142o:",
|
||||
"LabelNewPasswordConfirm": "Potwierd\u017a nowe has\u0142o:",
|
||||
"HeaderCreatePassword": "Utw\u00f3rz has\u0142o:",
|
||||
|
@ -1929,7 +1928,7 @@
|
|||
"Programs": "Programy",
|
||||
"News": "Wiadomo\u015bci",
|
||||
"HeaderDownloadSync": "Synchronizacja",
|
||||
"EnableHardwareDecoding": "Aktywuj dekodowanie sprz\u0119towe",
|
||||
"LabelEnableHardwareDecodingFor": "Aktywuj dekodowanie sprz\u0119towe dla:",
|
||||
"EnableHardwareEncoding": "Aktywuj kodowanie sprz\u0119towe",
|
||||
"Rate": "Oce\u0144",
|
||||
"ButtonScanAllLibraries": "Skanuj biblioteki",
|
||||
|
@ -1944,5 +1943,22 @@
|
|||
"PluginInstalledMessage": "Wtyczka zosta\u0142a poprawnie zainstalowana. Serwer Emby b\u0119dzie wymaga\u0142a ponownego uruchomienia w celu zastosowania zmian.",
|
||||
"Themes": "Motywy",
|
||||
"LabelTheme": "Motyw:",
|
||||
"LabelDashboardTheme": "Motyw kokpitu serwera:"
|
||||
"LabelDashboardTheme": "Motyw kokpitu serwera:",
|
||||
"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": "Naci\u015bnij, aby anulowa\u0107 subskrypcj\u0119",
|
||||
"LabelCancelInfo": "You can manage this subscription directly with {0}",
|
||||
"LabelAlreadyCanceled": "Ta subskrypcja zosta\u0142a anulowana. Klucz pozostanie wa\u017cny do wyga\u015bni\u0119cia wa\u017cno\u015bci.",
|
||||
"HeaderCancelSub": "Anuluj subskrypcj\u0119 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": "Zachowaj subskrypcj\u0119 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."
|
||||
}
|
|
@ -1,6 +1,4 @@
|
|||
{
|
||||
"LabelEnableHardwareDecodingFor": "Ativar decodifica\u00e7\u00e3o de hardware para:",
|
||||
"LabelUrl": "Url:",
|
||||
"LabelPrevious": "Anterior",
|
||||
"LabelFinish": "Finalizar",
|
||||
"LabelNext": "Pr\u00f3ximo",
|
||||
|
@ -121,6 +119,7 @@
|
|||
"ButtonInviteUser": "Convidar Usu\u00e1rio",
|
||||
"ButtonSave": "Salvar",
|
||||
"ButtonResetPassword": "Redefinir Senha",
|
||||
"LabelUrl": "Url:",
|
||||
"LabelNewPassword": "Nova senha:",
|
||||
"LabelNewPasswordConfirm": "Confirmar nova senha:",
|
||||
"HeaderCreatePassword": "Criar Senha",
|
||||
|
@ -1929,7 +1928,7 @@
|
|||
"Programs": "Programas",
|
||||
"News": "Not\u00edcias",
|
||||
"HeaderDownloadSync": "Download & Sincroniza\u00e7\u00e3o",
|
||||
"EnableHardwareDecoding": "Ativar decodifica\u00e7\u00e3o por hardware",
|
||||
"LabelEnableHardwareDecodingFor": "Ativar decodifica\u00e7\u00e3o de hardware para:",
|
||||
"EnableHardwareEncoding": "Ativar codifica\u00e7\u00e3o por hardware",
|
||||
"Rate": "Avalia\u00e7\u00e3o",
|
||||
"ButtonScanAllLibraries": "Rastrear Todas as Bibliotecas",
|
||||
|
@ -1944,5 +1943,22 @@
|
|||
"PluginInstalledMessage": "O plugin foi instalado com sucesso. O Emby Server precisa ser reiniciado para completar as altera\u00e7\u00f5es.",
|
||||
"Themes": "Temas",
|
||||
"LabelTheme": "Tema:",
|
||||
"LabelDashboardTheme": "Tema do painel do servidor:"
|
||||
"LabelDashboardTheme": "Tema do painel do servidor:",
|
||||
"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."
|
||||
}
|
|
@ -1,6 +1,4 @@
|
|||
{
|
||||
"LabelEnableHardwareDecodingFor": "Enable hardware decoding for:",
|
||||
"LabelUrl": "Url:",
|
||||
"LabelPrevious": "Anterior",
|
||||
"LabelFinish": "Terminar",
|
||||
"LabelNext": "Seguinte",
|
||||
|
@ -26,14 +24,14 @@
|
|||
"LabelAddConnectSupporterHelp": "Para adicionar um utilizador que n\u00e3o esteja listado, primeiro precisar\u00e1 de associar a conta ao Emby Connect na p\u00e1gina de perfil.",
|
||||
"LabelPinCode": "C\u00f3digo PIN:",
|
||||
"OptionHideWatchedContentFromLatestMedia": "Ocultar conte\u00fado multim\u00e9dia j\u00e1 assistido",
|
||||
"DeleteMedia": "Delete media",
|
||||
"DeleteMedia": "Remover multim\u00e9dia",
|
||||
"HeaderSync": "Sincroniza\u00e7\u00e3o",
|
||||
"HeaderUpcomingNews": "Upcoming News",
|
||||
"HeaderUpcomingNews": "Pr\u00f3ximas Not\u00edcias",
|
||||
"ButtonOk": "Ok",
|
||||
"ButtonCancel": "Cancelar",
|
||||
"ButtonExit": "Sair",
|
||||
"ButtonNew": "Novo",
|
||||
"All": "All",
|
||||
"All": "Tudo",
|
||||
"OptionDev": "Dev",
|
||||
"OptionBeta": "Beta",
|
||||
"HeaderTaskTriggers": "Disparadores de Tarefa",
|
||||
|
@ -43,7 +41,7 @@
|
|||
"HeaderPaths": "Localiza\u00e7\u00f5es",
|
||||
"CategorySync": "Sincroniza\u00e7\u00e3o",
|
||||
"TabPlaylist": "Lista de Reprodu\u00e7\u00e3o",
|
||||
"HeaderInstantMix": "Instant Mix",
|
||||
"HeaderInstantMix": "Mix instant\u00e2neo",
|
||||
"HeaderEasyPinCode": "C\u00f3digo de Pin f\u00e1cil:",
|
||||
"HeaderInstalledServices": "Servi\u00e7os Instalados",
|
||||
"HeaderAvailableServices": "Servi\u00e7os Dispon\u00edveis",
|
||||
|
@ -99,8 +97,8 @@
|
|||
"LabelDisplayMissingEpisodesWithinSeasons": "Mostrar epis\u00f3dios em falta dentro das temporadas",
|
||||
"LabelDisplayMissingEpisodesWithinSeasonsHelp": "This must also be enabled for TV libraries in Emby Server setup.",
|
||||
"LabelUnairedMissingEpisodesWithinSeasons": "Mostrar epis\u00f3dios por estrear dentro das temporadas",
|
||||
"ImportMissingEpisodesHelp": "If enabled, information about missing episodes will be imported into your Emby database and displayed within seasons and series. This may cause significantly longer library scans.",
|
||||
"MessageEnablingOptionLongerScans": "Enabling this option may result in significantly longer library scans.",
|
||||
"ImportMissingEpisodesHelp": "Se ativo, a informa\u00e7\u00e3o acerca dos epis\u00f3dios em falta, ser\u00e3o importados para a sua base de dados do Emby e exibida dentro das temporadas e s\u00e9ries. Isto pode aumentar significativamente a dura\u00e7\u00e3o da an\u00e1lise da biblioteca.",
|
||||
"MessageEnablingOptionLongerScans": "Ativar esta op\u00e7\u00e3o pode aumentar significativamente a dura\u00e7\u00e3o da an\u00e1lise da biblioteca.",
|
||||
"HeaderVideoPlaybackSettings": "Configura\u00e7\u00f5es de Reprodu\u00e7\u00e3o de V\u00eddeo",
|
||||
"OptionDownloadInternetMetadataTvPrograms": "Download internet metadata for programs listed in the guide",
|
||||
"HeaderPlaybackSettings": "Op\u00e7\u00f5es de Reprodu\u00e7\u00e3o",
|
||||
|
@ -121,6 +119,7 @@
|
|||
"ButtonInviteUser": "Convidar Utilizador",
|
||||
"ButtonSave": "Guardar",
|
||||
"ButtonResetPassword": "Redefinir Senha",
|
||||
"LabelUrl": "URL:",
|
||||
"LabelNewPassword": "Nova senha:",
|
||||
"LabelNewPasswordConfirm": "Confirmar nova senha:",
|
||||
"HeaderCreatePassword": "Criar Senha",
|
||||
|
@ -157,8 +156,8 @@
|
|||
"OptionWriters": "Argumentistas",
|
||||
"OptionProducers": "Produtores",
|
||||
"HeaderResume": "Resumir",
|
||||
"HeaderContinueWatching": "Continue Watching",
|
||||
"HeaderContinueListening": "Continue Listening",
|
||||
"HeaderContinueWatching": "Continuar a ver",
|
||||
"HeaderContinueListening": "Continuar a ouvir",
|
||||
"HeaderNextUp": "A Seguir",
|
||||
"NoNextUpItemsMessage": "Nenhum encontrado. Comece a ver os seus programas!",
|
||||
"HeaderLatestEpisodes": "\u00daltimos Epis\u00f3dios",
|
||||
|
@ -587,8 +586,8 @@
|
|||
"Subtitles": "Legendas",
|
||||
"Audio": "\u00c1udio",
|
||||
"Rewind": "Retroceder",
|
||||
"Fullscreen": "Ecr\u00e3 completo",
|
||||
"ExitFullscreen": "Sair do ecr\u00e3 completo",
|
||||
"Fullscreen": "Ecr\u00e3 inteiro",
|
||||
"ExitFullscreen": "Sair do ecr\u00e3 inteiro",
|
||||
"PictureInPicture": "Picture in picture",
|
||||
"PlayOnAnotherDevice": "Reproduzir noutro dispositivo",
|
||||
"FastForward": "Avan\u00e7o r\u00e1pido",
|
||||
|
@ -707,7 +706,7 @@
|
|||
"ButtonRegister": "Registar",
|
||||
"LabelSkipIfAudioTrackPresent": "Ignorar se a faixa de \u00e1udio padr\u00e3o coincidir com o idioma de download",
|
||||
"LabelSkipIfAudioTrackPresentHelp": "Desmarque esta op\u00e7\u00e3o para garantir que todos os v\u00eddeos t\u00eam legendas, independentemente do idioma do \u00e1udio.",
|
||||
"SendMessage": "Send message",
|
||||
"SendMessage": "Enviar mensagem",
|
||||
"HeaderSendMessage": "Enviar mensagem",
|
||||
"ButtonSend": "Enviar",
|
||||
"ViewPlaybackInfo": "View playback info",
|
||||
|
@ -1050,7 +1049,7 @@
|
|||
"HeaderShareMediaFolders": "Compartilhar Pastas Multim\u00e9dia",
|
||||
"MessageGuestSharingPermissionsHelp": "A maioria dos recursos est\u00e3o inicialmente indispon\u00edveis para convidados, mas podem ser ativados conforme necess\u00e1rio.",
|
||||
"HeaderInvitations": "Convites",
|
||||
"Invitations": "Invitations",
|
||||
"Invitations": "Convites",
|
||||
"LabelForgotPasswordUsernameHelp": "Digite o nome de seu utilizador, se lembrar.",
|
||||
"HeaderForgotPassword": "Esqueci a Senha",
|
||||
"TitlePasswordReset": "Redefini\u00e7\u00e3o de Senha",
|
||||
|
@ -1118,7 +1117,7 @@
|
|||
"HeaderColumns": "Colunas",
|
||||
"ButtonReset": "Redefinir",
|
||||
"OptionEnableExternalVideoPlayers": "Ativar reprodutores de v\u00eddeo externos",
|
||||
"LabelEnableFullScreen": "Ativar modo tela cheia",
|
||||
"LabelEnableFullScreen": "Ativar modo ecr\u00e3 inteiro",
|
||||
"LabelEmail": "Email:",
|
||||
"LabelUsername": "Nome de Utilizador:",
|
||||
"HeaderSignUp": "Registrar",
|
||||
|
@ -1195,7 +1194,7 @@
|
|||
"OptionPlayNextEpisodeAutomatically": "Reproduzir pr\u00f3ximo epis\u00f3dio automaticamente",
|
||||
"OptionDownloadImagesInAdvance": "Fazer download de todas as imagens antecipadamente",
|
||||
"SettingsSaved": "Configura\u00e7\u00f5es guardadas.",
|
||||
"OptionDownloadImagesInAdvanceHelp": "Por padr\u00e3o, a maioria das imagens secund\u00e1rias s\u00e3o baixadas s\u00f3 quando um app do Emby solicita. Ativar esta op\u00e7\u00e3o far\u00e1 download de todas as imagens atencipadamente, assim que os novos ficheiros multim\u00e9dia s\u00e3o importados.",
|
||||
"OptionDownloadImagesInAdvanceHelp": "Por padr\u00e3o, a maioria das imagens s\u00e3o descarregadas s\u00f3 quando uma aplica\u00e7\u00e3o do Emby solicita. Ativar esta op\u00e7\u00e3o para descarregar todas as imagens antencipadamente, assim que os novos ficheiros multim\u00e9dia s\u00e3o importados. Isto pode aumentar significativamente a dura\u00e7\u00e3o da an\u00e1lise da biblioteca.",
|
||||
"Users": "Utilizadores",
|
||||
"Delete": "Apagar",
|
||||
"Password": "Senha",
|
||||
|
@ -1388,8 +1387,8 @@
|
|||
"LabelVideoCodec": "V\u00eddeo: {0}",
|
||||
"LabelLocalAccessUrl": "Acesso local: {0}",
|
||||
"LabelRemoteAccessUrl": "Acesso Remoto: {0}",
|
||||
"LabelRunningOnPort": "Executando na porta http {0}.",
|
||||
"LabelRunningOnPorts": "Executando na porta http {0} e porta https {1}.",
|
||||
"LabelRunningOnPort": "A executar na porta http {0}.",
|
||||
"LabelRunningOnPorts": "A executar na porta http {0} e na porta https {1}.",
|
||||
"HeaderLatestFromChannel": "Mais recentes de {0}",
|
||||
"ButtonRemoteControl": "Controle Remoto",
|
||||
"HeaderLatestTvRecordings": "\u00daltimas Grava\u00e7\u00f5es",
|
||||
|
@ -1474,8 +1473,8 @@
|
|||
"TabLiveTV": "TV ao Vivo",
|
||||
"TabAutoOrganize": "Organiza\u00e7\u00e3o Autom\u00e1tica",
|
||||
"TabPlugins": "Extens\u00f5es",
|
||||
"TabHelp": "Help",
|
||||
"ButtonFullscreen": "Fullscreen",
|
||||
"TabHelp": "Ajuda",
|
||||
"ButtonFullscreen": "Ecr\u00e3 Inteiro",
|
||||
"ButtonAudioTracks": "Audio Tracks",
|
||||
"ButtonQuality": "Quality",
|
||||
"HeaderNotifications": "Notifica\u00e7\u00f5es",
|
||||
|
@ -1677,7 +1676,7 @@
|
|||
"DashboardTourCinemaMode": "O modo cinema traz a experi\u00eancia do cinema para a sua sala, possibilitando reproduzir trailers e introdu\u00e7\u00f5es personalizadas antes da longa-metragem.",
|
||||
"DashboardTourChapters": "Enable chapter image generation for your videos for a more pleasing presentation while viewing.",
|
||||
"DashboardTourSubtitles": "Automatically download subtitles for your videos in any language.",
|
||||
"DashboardTourPlugins": "Install plugins such as internet video channels, live tv, metadata scanners, and more.",
|
||||
"DashboardTourPlugins": "Instalar extens\u00f5es como canais de v\u00eddeo da internet, TV ao vivo, analisadores de metadados e mais.",
|
||||
"DashboardTourNotifications": "Automatically send notifications of server events to your mobile device, email and more.",
|
||||
"DashboardTourScheduledTasks": "Easily manage long running operations with scheduled tasks. Decide when they run, and how often.",
|
||||
"DashboardTourMobile": "The Emby Server dashboard works great on smartphones and tablets. Manage your server from the palm of your hand anytime, anywhere.",
|
||||
|
@ -1739,7 +1738,7 @@
|
|||
"HeaderUnlockApp": "Unlock App",
|
||||
"HeaderUnlockSync": "Unlock Emby Sync",
|
||||
"MessagePaymentServicesUnavailable": "Payment services are currently unavailable. Please try again later.",
|
||||
"OptionEnableFullscreen": "Enable Fullscreen",
|
||||
"OptionEnableFullscreen": "Ativar Ecr\u00e3 Inteiro",
|
||||
"ButtonServer": "Server",
|
||||
"HeaderLibrary": "Library",
|
||||
"HeaderMedia": "Multim\u00e9dia",
|
||||
|
@ -1824,7 +1823,7 @@
|
|||
"OptionRequirePerfectSubtitleMatchHelp": "Requiring a perfect match will filter subtitles to include only those that have been tested and verified with your exact video file. Unchecking this will increase the likelihood of subtitles being downloaded, but will increase the chances of mistimed or incorrect subtitle text.",
|
||||
"GuestUserNotFound": "Utilizador n\u00e3o encontrado. Por favor, certifique-se que o nome est\u00e1 correto e tente novamente ou tente digitar o endere\u00e7o de e-mail.",
|
||||
"Yesterday": "Yesterday",
|
||||
"DownloadImagesInAdvanceWarning": "Downloading all images in advance will result in longer library scan times.",
|
||||
"DownloadImagesInAdvanceWarning": "Descarregar todas as imagens antecipadamente ir\u00e1 aumentar a dura\u00e7\u00e3o da an\u00e1lise da biblioteca.",
|
||||
"MetadataSettingChangeHelp": "Changing metadata settings will affect new content that is added going forward. To refresh existing content, open the detail screen and click the refresh button, or perform bulk refreshes using the metadata manager.",
|
||||
"OptionConvertRecordingPreserveAudio": "Preserve original audio when converting recordings (when possible)",
|
||||
"OptionConvertRecordingPreserveAudioHelp": "This will provide better audio but may require transcoding during playback on some devices.",
|
||||
|
@ -1929,11 +1928,11 @@
|
|||
"Programs": "Programs",
|
||||
"News": "News",
|
||||
"HeaderDownloadSync": "Download & Sync",
|
||||
"EnableHardwareDecoding": "Enable hardware decoding",
|
||||
"LabelEnableHardwareDecodingFor": "Ativar descodifica\u00e7\u00e3o por hardware para:",
|
||||
"EnableHardwareEncoding": "Enable hardware encoding",
|
||||
"Rate": "Rate",
|
||||
"ButtonScanAllLibraries": "Scan All Libraries",
|
||||
"ScanLibrary": "Scan library",
|
||||
"ButtonScanAllLibraries": "Analisar todas as Bibliotecas",
|
||||
"ScanLibrary": "Analisar biblioteca",
|
||||
"EnableStreamLooping": "Auto-loop live streams",
|
||||
"EnableStreamLoopingHelp": "Enable this if live streams only contain a few seconds of data and need to be continuously requested.",
|
||||
"HttpsRequiresCert": "To enable reporting https as your external address, you will need to supply a trusted SSL certificate, such as Lets Encrypt.",
|
||||
|
@ -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."
|
||||
}
|
|
@ -1,6 +1,4 @@
|
|||
{
|
||||
"LabelEnableHardwareDecodingFor": "Enable hardware decoding for:",
|
||||
"LabelUrl": "Url:",
|
||||
"LabelPrevious": "Anteriorul",
|
||||
"LabelFinish": "Termina",
|
||||
"LabelNext": "Urmatorul",
|
||||
|
@ -121,6 +119,7 @@
|
|||
"ButtonInviteUser": "Invita Utilizator",
|
||||
"ButtonSave": "Salveaza",
|
||||
"ButtonResetPassword": "Reseteaza parola",
|
||||
"LabelUrl": "Url:",
|
||||
"LabelNewPassword": "Parola noua:",
|
||||
"LabelNewPasswordConfirm": "Confirma parola noua:",
|
||||
"HeaderCreatePassword": "Creeaza parola",
|
||||
|
@ -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."
|
||||
}
|
|
@ -1,6 +1,4 @@
|
|||
{
|
||||
"LabelEnableHardwareDecodingFor": "\u0412\u043a\u043b\u044e\u0447\u0438\u0442\u044c \u0430\u043f\u043f\u0430\u0440\u0430\u0442\u043d\u043e\u0435 \u0434\u0435\u043a\u043e\u0434\u0438\u0440\u043e\u0432\u0430\u043d\u0438\u0435 \u0434\u043b\u044f:",
|
||||
"LabelUrl": "Url:",
|
||||
"LabelPrevious": "\u041f\u0440\u0435\u0434\u044b\u0434\u0443\u0449\u0435\u0435",
|
||||
"LabelFinish": "\u0417\u0430\u0432\u0435\u0440\u0448\u0438\u0442\u044c",
|
||||
"LabelNext": "\u0421\u043b\u0435\u0434\u0443\u044e\u0449\u0435\u0435",
|
||||
|
@ -121,6 +119,7 @@
|
|||
"ButtonInviteUser": "\u041f\u0440\u0438\u0433\u043b\u0430\u0441\u0438\u0442\u044c \u043f\u043e\u043b\u044c\u0437\u043e\u0432\u0430\u0442\u0435\u043b\u044f",
|
||||
"ButtonSave": "\u0421\u043e\u0445\u0440\u0430\u043d\u0438\u0442\u044c",
|
||||
"ButtonResetPassword": "\u0421\u0431\u0440\u043e\u0441\u0438\u0442\u044c \u043f\u0430\u0440\u043e\u043b\u044c",
|
||||
"LabelUrl": "URL:",
|
||||
"LabelNewPassword": "\u041d\u043e\u0432\u044b\u0439 \u043f\u0430\u0440\u043e\u043b\u044c",
|
||||
"LabelNewPasswordConfirm": "\u041f\u043e\u0434\u0442\u0432\u0435\u0440\u0436\u0434\u0435\u043d\u0438\u0435 \u043f\u0430\u0440\u043e\u043b\u044f",
|
||||
"HeaderCreatePassword": "\u0421\u043e\u0437\u0434\u0430\u043d\u0438\u0435 \u043f\u0430\u0440\u043e\u043b\u044f",
|
||||
|
@ -1929,7 +1928,7 @@
|
|||
"Programs": "\u041f\u0435\u0440\u0435\u0434\u0430\u0447\u0438",
|
||||
"News": "\u041d\u043e\u0432\u043e\u0441\u0442\u0438",
|
||||
"HeaderDownloadSync": "\u0417\u0430\u0433\u0440\u0443\u0437\u043a\u0430 \u0438 \u0441\u0438\u043d\u0445\u0440\u043e\u043d\u0438\u0437\u0430\u0446\u0438\u044f",
|
||||
"EnableHardwareDecoding": "\u0412\u043a\u043b\u044e\u0447\u0438\u0442\u044c \u0430\u043f\u043f\u0430\u0440\u0430\u0442\u043d\u043e\u0435 \u0434\u0435\u043a\u043e\u0434\u0438\u0440\u043e\u0432\u0430\u043d\u0438\u0435",
|
||||
"LabelEnableHardwareDecodingFor": "\u0412\u043a\u043b\u044e\u0447\u0438\u0442\u044c \u0430\u043f\u043f\u0430\u0440\u0430\u0442\u043d\u043e\u0435 \u0434\u0435\u043a\u043e\u0434\u0438\u0440\u043e\u0432\u0430\u043d\u0438\u0435 \u0434\u043b\u044f:",
|
||||
"EnableHardwareEncoding": "\u0412\u043a\u043b\u044e\u0447\u0438\u0442\u044c \u0430\u043f\u043f\u0430\u0440\u0430\u0442\u043d\u043e\u0435 \u043a\u043e\u0434\u0438\u0440\u043e\u0432\u0430\u043d\u0438\u0435",
|
||||
"Rate": "\u041e\u0446\u0435\u043d\u043a\u0430",
|
||||
"ButtonScanAllLibraries": "\u0421\u043a\u0430\u043d\u0438\u0440\u043e\u0432\u0430\u0442\u044c \u0432\u0441\u0435 \u043c\u0435\u0434\u0438\u0430\u0442\u0435\u043a\u0438",
|
||||
|
@ -1944,5 +1943,22 @@
|
|||
"PluginInstalledMessage": "\u041f\u043b\u0430\u0433\u0438\u043d \u0443\u0441\u0442\u0430\u043d\u043e\u0432\u043b\u0435\u043d \u0443\u0441\u043f\u0435\u0448\u043d\u043e. \u0427\u0442\u043e\u0431\u044b \u0438\u0437\u043c\u0435\u043d\u0435\u043d\u0438\u044f \u0432\u0441\u0442\u0443\u043f\u0438\u043b\u0438 \u0432 \u0441\u0438\u043b\u0443, \u0431\u0443\u0434\u0435\u0442 \u043d\u0435\u043e\u0431\u0445\u043e\u0434\u0438\u043c\u043e \u043f\u0435\u0440\u0435\u0437\u0430\u043f\u0443\u0441\u0442\u0438\u0442\u044c Emby Server.",
|
||||
"Themes": "\u0422\u0435\u043c\u044b",
|
||||
"LabelTheme": "\u0422\u0435\u043c\u0430:",
|
||||
"LabelDashboardTheme": "\u0422\u0435\u043c\u0430 \u043f\u0430\u043d\u0435\u043b\u0438 \u0441\u0435\u0440\u0432\u0435\u0440\u0430"
|
||||
"LabelDashboardTheme": "\u0422\u0435\u043c\u0430 \u043f\u0430\u043d\u0435\u043b\u0438 \u0441\u0435\u0440\u0432\u0435\u0440\u0430",
|
||||
"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."
|
||||
}
|
|
@ -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."
|
||||
}
|
|
@ -1,6 +1,4 @@
|
|||
{
|
||||
"LabelEnableHardwareDecodingFor": "Enable hardware decoding for:",
|
||||
"LabelUrl": "Url:",
|
||||
"LabelPrevious": "Nazaj",
|
||||
"LabelFinish": "Konec",
|
||||
"LabelNext": "Naprej",
|
||||
|
@ -121,6 +119,7 @@
|
|||
"ButtonInviteUser": "Povabi Uporabnika",
|
||||
"ButtonSave": "Save",
|
||||
"ButtonResetPassword": "Ponastavitev Gesla",
|
||||
"LabelUrl": "Url:",
|
||||
"LabelNewPassword": "Novo geslo",
|
||||
"LabelNewPasswordConfirm": "Potrditev novega gesla",
|
||||
"HeaderCreatePassword": "Ustvari geslo",
|
||||
|
@ -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."
|
||||
}
|
|
@ -1,6 +1,4 @@
|
|||
{
|
||||
"LabelEnableHardwareDecodingFor": "Aktivera h\u00e5rdvaruomkodning f\u00f6r:",
|
||||
"LabelUrl": "Url:",
|
||||
"LabelPrevious": "F\u00f6reg\u00e5ende",
|
||||
"LabelFinish": "Klart",
|
||||
"LabelNext": "N\u00e4sta",
|
||||
|
@ -121,6 +119,7 @@
|
|||
"ButtonInviteUser": "Bjud in anv\u00e4ndare",
|
||||
"ButtonSave": "Spara",
|
||||
"ButtonResetPassword": "\u00c5terst\u00e4ll l\u00f6senord",
|
||||
"LabelUrl": "Url:",
|
||||
"LabelNewPassword": "Nytt l\u00f6senord:",
|
||||
"LabelNewPasswordConfirm": "Bekr\u00e4fta nytt l\u00f6senord:",
|
||||
"HeaderCreatePassword": "Skapa l\u00f6senord",
|
||||
|
@ -1929,7 +1928,7 @@
|
|||
"Programs": "Program",
|
||||
"News": "Nyheter",
|
||||
"HeaderDownloadSync": "Ladda ner & Synka",
|
||||
"EnableHardwareDecoding": "Aktivera h\u00e5rdvaruomkodning",
|
||||
"LabelEnableHardwareDecodingFor": "Aktivera h\u00e5rdvaruomkodning f\u00f6r:",
|
||||
"EnableHardwareEncoding": "Aktivera h\u00e5rdvaruomkodning",
|
||||
"Rate": "Betygs\u00e4tt",
|
||||
"ButtonScanAllLibraries": "Scanna alla bibliotek",
|
||||
|
@ -1944,5 +1943,22 @@
|
|||
"PluginInstalledMessage": "Till\u00e4gget har installerats. Emby Server beh\u00f6ver startas om f\u00f6r att verkst\u00e4lla \u00e4ndringarna.",
|
||||
"Themes": "Teman",
|
||||
"LabelTheme": "Tema:",
|
||||
"LabelDashboardTheme": "Server dashboard-tema:"
|
||||
"LabelDashboardTheme": "Server dashboard-tema:",
|
||||
"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."
|
||||
}
|
|
@ -1,6 +1,4 @@
|
|||
{
|
||||
"LabelEnableHardwareDecodingFor": "Enable hardware decoding for:",
|
||||
"LabelUrl": "Url:",
|
||||
"LabelPrevious": "\u00d6nceki",
|
||||
"LabelFinish": "Bitir",
|
||||
"LabelNext": "Sonraki",
|
||||
|
@ -121,6 +119,7 @@
|
|||
"ButtonInviteUser": "Invite User",
|
||||
"ButtonSave": "Kay\u0131t",
|
||||
"ButtonResetPassword": "\u015eifre S\u0131f\u0131rla",
|
||||
"LabelUrl": "Url:",
|
||||
"LabelNewPassword": "Yeni \u015fifre:",
|
||||
"LabelNewPasswordConfirm": "Yeni \u015fifreyi onayla:",
|
||||
"HeaderCreatePassword": "\u015eifre Olu\u015ftur",
|
||||
|
@ -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."
|
||||
}
|
|
@ -1,6 +1,4 @@
|
|||
{
|
||||
"LabelEnableHardwareDecodingFor": "Enable hardware decoding for:",
|
||||
"LabelUrl": "Url:",
|
||||
"LabelPrevious": "\u041d\u0430\u0437\u0430\u0434",
|
||||
"LabelFinish": "Finish",
|
||||
"LabelNext": "\u0412\u043f\u0435\u0440\u0435\u0434",
|
||||
|
@ -121,6 +119,7 @@
|
|||
"ButtonInviteUser": "Invite User",
|
||||
"ButtonSave": "\u0417\u0431\u0435\u0440\u0456\u0433\u0442\u0438",
|
||||
"ButtonResetPassword": "\u0421\u043a\u0438\u043d\u0443\u0442\u0438 \u043f\u0430\u0440\u043e\u043b\u044c",
|
||||
"LabelUrl": "Url:",
|
||||
"LabelNewPassword": "\u041d\u043e\u0432\u0438\u0439 \u043f\u0430\u0440\u043e\u043b\u044c:",
|
||||
"LabelNewPasswordConfirm": "New password confirm:",
|
||||
"HeaderCreatePassword": "\u0421\u0442\u0432\u043e\u0440\u0438\u0442\u0438 \u043f\u0430\u0440\u043e\u043b\u044c",
|
||||
|
@ -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."
|
||||
}
|
|
@ -1,6 +1,4 @@
|
|||
{
|
||||
"LabelEnableHardwareDecodingFor": "Enable hardware decoding for:",
|
||||
"LabelUrl": "Url:",
|
||||
"LabelPrevious": "Tr\u01b0\u1edbc",
|
||||
"LabelFinish": "K\u1ebft th\u00fac",
|
||||
"LabelNext": "Ti\u1ebfp theo",
|
||||
|
@ -121,6 +119,7 @@
|
|||
"ButtonInviteUser": "Invite User",
|
||||
"ButtonSave": "L\u01b0u",
|
||||
"ButtonResetPassword": "Reset m\u1eadt kh\u1ea9u",
|
||||
"LabelUrl": "Url:",
|
||||
"LabelNewPassword": "M\u1eadt kh\u1ea9u m\u1edbi:",
|
||||
"LabelNewPasswordConfirm": "X\u00e1c nh\u1eadn m\u1eadt kh\u1ea9u m\u1edbi:",
|
||||
"HeaderCreatePassword": "T\u1ea1o m\u1eadt kh\u1ea9u",
|
||||
|
@ -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."
|
||||
}
|
|
@ -1,6 +1,4 @@
|
|||
{
|
||||
"LabelEnableHardwareDecodingFor": "Enable hardware decoding for:",
|
||||
"LabelUrl": "Url:",
|
||||
"LabelPrevious": "\u4e0a\u4e00\u4e2a",
|
||||
"LabelFinish": "\u5b8c\u6210",
|
||||
"LabelNext": "\u4e0b\u4e00\u4e2a",
|
||||
|
@ -121,6 +119,7 @@
|
|||
"ButtonInviteUser": "\u9080\u8bf7\u7528\u6237",
|
||||
"ButtonSave": "\u50a8\u5b58",
|
||||
"ButtonResetPassword": "\u91cd\u7f6e\u5bc6\u7801",
|
||||
"LabelUrl": "Url:",
|
||||
"LabelNewPassword": "\u65b0\u5bc6\u7801\uff1a",
|
||||
"LabelNewPasswordConfirm": "\u65b0\u5bc6\u7801\u786e\u8ba4\uff1a",
|
||||
"HeaderCreatePassword": "\u521b\u5efa\u5bc6\u7801",
|
||||
|
@ -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."
|
||||
}
|
|
@ -1,6 +1,4 @@
|
|||
{
|
||||
"LabelEnableHardwareDecodingFor": "Enable hardware decoding for:",
|
||||
"LabelUrl": "Url:",
|
||||
"LabelPrevious": "\u524d\u4e00\u500b",
|
||||
"LabelFinish": "\u5b8c\u6210",
|
||||
"LabelNext": "\u4e0b\u4e00\u500b",
|
||||
|
@ -121,6 +119,7 @@
|
|||
"ButtonInviteUser": "\u9080\u8acb\u7528\u6236",
|
||||
"ButtonSave": "\u5132\u5b58",
|
||||
"ButtonResetPassword": "\u91cd\u8a2d\u5bc6\u78bc",
|
||||
"LabelUrl": "Url:",
|
||||
"LabelNewPassword": "\u65b0\u5bc6\u78bc\uff1a",
|
||||
"LabelNewPasswordConfirm": "\u65b0\u5bc6\u78bc\u78ba\u8a8d\uff1a",
|
||||
"HeaderCreatePassword": "\u5efa\u7acb\u5bc6\u78bc",
|
||||
|
@ -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."
|
||||
}
|
|
@ -1,6 +1,4 @@
|
|||
{
|
||||
"LabelEnableHardwareDecodingFor": "Enable hardware decoding for:",
|
||||
"LabelUrl": "Url:",
|
||||
"LabelPrevious": "\u4e0a\u4e00\u500b",
|
||||
"LabelFinish": "\u5b8c\u6210",
|
||||
"LabelNext": "\u4e0b\u4e00\u500b",
|
||||
|
@ -121,6 +119,7 @@
|
|||
"ButtonInviteUser": "Invite User",
|
||||
"ButtonSave": "\u4fdd\u5b58",
|
||||
"ButtonResetPassword": "\u91cd\u8a2d\u5bc6\u78bc",
|
||||
"LabelUrl": "Url:",
|
||||
"LabelNewPassword": "\u65b0\u5bc6\u78bc\uff1a",
|
||||
"LabelNewPasswordConfirm": "\u78ba\u8a8d\u65b0\u5bc6\u78bc\uff1a",
|
||||
"HeaderCreatePassword": "\u5275\u5efa\u5bc6\u78bc",
|
||||
|
@ -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