mirror of
https://github.com/jellyfin/jellyfin-web.git
synced 2024-11-17 19:08:18 -07:00
update hls query string
This commit is contained in:
parent
ae53ab394c
commit
31c567f8c0
File diff suppressed because one or more lines are too long
@ -1 +1 @@
|
||||
define(["apphost","globalize"],function(appHost,globalize){"use strict";function getDisplayName(item,options){if(!item)throw new Error("null item passed into getDisplayName");options=options||{},"Timer"===item.Type&&(item=item.ProgramInfo||item);var name=("Program"!==item.Type&&"Recording"!==item.Type||!item.IsSeries&&!item.EpisodeTitle?item.Name:item.EpisodeTitle)||"";if("TvChannel"===item.Type)return item.ChannelNumber?item.ChannelNumber+" "+name:name;if("Episode"===item.Type&&0===item.ParentIndexNumber)name=globalize.translate("sharedcomponents#ValueSpecialEpisodeName",name);else if(("Episode"===item.Type||"Program"===item.Type)&&null!=item.IndexNumber&&null!=item.ParentIndexNumber&&options.includeIndexNumber!==!1){var displayIndexNumber=item.IndexNumber,number=displayIndexNumber,nameSeparator=" - ";options.includeParentInfo!==!1?number="S"+item.ParentIndexNumber+":E"+number:nameSeparator=". ",item.IndexNumberEnd&&(displayIndexNumber=item.IndexNumberEnd,number+="-"+displayIndexNumber),number&&(name=name?number+nameSeparator+name:number)}return name}function supportsAddingToCollection(item){var invalidTypes=["Person","Genre","MusicGenre","Studio","GameGenre","BoxSet","Playlist","UserView","CollectionFolder","Audio","TvChannel","Channel","Program","MusicAlbum","Timer","SeriesTimer"];return("Recording"!==item.Type||"Completed"===item.Status)&&(!item.CollectionType&&invalidTypes.indexOf(item.Type)===-1&&"Photo"!==item.MediaType)}function supportsAddingToPlaylist(item){return"Program"!==item.Type&&("TvChannel"!==item.Type&&("Timer"!==item.Type&&("SeriesTimer"!==item.Type&&("Photo"!==item.MediaType&&(("Recording"!==item.Type||"Completed"===item.Status)&&(item.MediaType||item.IsFolder||"Genre"===item.Type||"MusicGenre"===item.Type||"MusicArtist"===item.Type))))))}function canEdit(user,item){var itemType=item.Type;return"UserRootFolder"!==itemType&&"UserView"!==itemType&&("Program"!==itemType&&(("Recording"!==item.Type||"Completed"===item.Status)&&user.Policy.IsAdministrator))}function isLocalItem(item){return!(!item||!item.Id||0!==item.Id.indexOf("local"))}return{getDisplayName:getDisplayName,supportsAddingToCollection:supportsAddingToCollection,supportsAddingToPlaylist:supportsAddingToPlaylist,isLocalItem:isLocalItem,canIdentify:function(user,itemType){return!("Movie"!==itemType&&"Trailer"!==itemType&&"Series"!==itemType&&"Game"!==itemType&&"BoxSet"!==itemType&&"Person"!==itemType&&"Book"!==itemType&&"MusicAlbum"!==itemType&&"MusicArtist"!==itemType||!user.Policy.IsAdministrator)},canEdit:canEdit,canEditImages:function(user,item){var itemType=item.Type;return"Photo"!==item.MediaType&&("UserView"===itemType?!!user.Policy.IsAdministrator:("Recording"!==item.Type||"Completed"===item.Status)&&("Timer"!==itemType&&"SeriesTimer"!==itemType&&canEdit(user,item)))},canSync:function(user,item){return!(user&&!user.Policy.EnableContentDownloading)&&item.SupportsSync},canShare:function(item,user){return"Program"!==item.Type&&("TvChannel"!==item.Type&&("Timer"!==item.Type&&("SeriesTimer"!==item.Type&&(("Recording"!==item.Type||"Completed"===item.Status)&&(user.Policy.EnablePublicSharing&&appHost.supports("sharing"))))))},enableDateAddedDisplay:function(item){return!item.IsFolder&&item.MediaType&&"Program"!==item.Type&&"TvChannel"!==item.Type&&"Trailer"!==item.Type},canMarkPlayed:function(item){if("Program"===item.Type)return!1;if("Video"===item.MediaType){if("TvChannel"!==item.Type)return!0}else if("Audio"===item.MediaType){if("AudioPodcast"===item.Type)return!0;if("AudioBook"===item.Type)return!0}return"Series"===item.Type||"Season"===item.Type||"BoxSet"===item.Type||"Game"===item.MediaType||"Book"===item.MediaType||"Recording"===item.MediaType},canRate:function(item){return"Program"!==item.Type&&"Timer"!==item.Type&&"SeriesTimer"!==item.Type}}});
|
||||
define(["apphost","globalize"],function(appHost,globalize){"use strict";function getDisplayName(item,options){if(!item)throw new Error("null item passed into getDisplayName");options=options||{},"Timer"===item.Type&&(item=item.ProgramInfo||item);var name=("Program"!==item.Type&&"Recording"!==item.Type||!item.IsSeries&&!item.EpisodeTitle?item.Name:item.EpisodeTitle)||"";if("TvChannel"===item.Type)return item.ChannelNumber?item.ChannelNumber+" "+name:name;if("Episode"===item.Type&&0===item.ParentIndexNumber)name=globalize.translate("sharedcomponents#ValueSpecialEpisodeName",name);else if(("Episode"===item.Type||"Program"===item.Type)&&null!=item.IndexNumber&&null!=item.ParentIndexNumber&&options.includeIndexNumber!==!1){var displayIndexNumber=item.IndexNumber,number=displayIndexNumber,nameSeparator=" - ";options.includeParentInfo!==!1?number="S"+item.ParentIndexNumber+":E"+number:nameSeparator=". ",item.IndexNumberEnd&&(displayIndexNumber=item.IndexNumberEnd,number+="-"+displayIndexNumber),number&&(name=name?number+nameSeparator+name:number)}return name}function supportsAddingToCollection(item){var invalidTypes=["Person","Genre","MusicGenre","Studio","GameGenre","BoxSet","Playlist","UserView","CollectionFolder","Audio","Program","Timer","SeriesTimer"];return("Recording"!==item.Type||"Completed"===item.Status)&&(!item.CollectionType&&invalidTypes.indexOf(item.Type)===-1&&"Photo"!==item.MediaType)}function supportsAddingToPlaylist(item){return"Program"!==item.Type&&("TvChannel"!==item.Type&&("Timer"!==item.Type&&("SeriesTimer"!==item.Type&&("Photo"!==item.MediaType&&(("Recording"!==item.Type||"Completed"===item.Status)&&(item.MediaType||item.IsFolder||"Genre"===item.Type||"MusicGenre"===item.Type||"MusicArtist"===item.Type))))))}function canEdit(user,item){var itemType=item.Type;return"UserRootFolder"!==itemType&&"UserView"!==itemType&&("Program"!==itemType&&(("Recording"!==item.Type||"Completed"===item.Status)&&user.Policy.IsAdministrator))}function isLocalItem(item){return!(!item||!item.Id||0!==item.Id.indexOf("local"))}return{getDisplayName:getDisplayName,supportsAddingToCollection:supportsAddingToCollection,supportsAddingToPlaylist:supportsAddingToPlaylist,isLocalItem:isLocalItem,canIdentify:function(user,itemType){return!("Movie"!==itemType&&"Trailer"!==itemType&&"Series"!==itemType&&"Game"!==itemType&&"BoxSet"!==itemType&&"Person"!==itemType&&"Book"!==itemType&&"MusicAlbum"!==itemType&&"MusicArtist"!==itemType||!user.Policy.IsAdministrator)},canEdit:canEdit,canEditImages:function(user,item){var itemType=item.Type;return"Photo"!==item.MediaType&&("UserView"===itemType?!!user.Policy.IsAdministrator:("Recording"!==item.Type||"Completed"===item.Status)&&("Timer"!==itemType&&"SeriesTimer"!==itemType&&canEdit(user,item)))},canSync:function(user,item){return!(user&&!user.Policy.EnableContentDownloading)&&item.SupportsSync},canShare:function(item,user){return"Program"!==item.Type&&("TvChannel"!==item.Type&&("Timer"!==item.Type&&("SeriesTimer"!==item.Type&&(("Recording"!==item.Type||"Completed"===item.Status)&&(user.Policy.EnablePublicSharing&&appHost.supports("sharing"))))))},enableDateAddedDisplay:function(item){return!item.IsFolder&&item.MediaType&&"Program"!==item.Type&&"TvChannel"!==item.Type&&"Trailer"!==item.Type},canMarkPlayed:function(item){if("Program"===item.Type)return!1;if("Video"===item.MediaType){if("TvChannel"!==item.Type)return!0}else if("Audio"===item.MediaType){if("AudioPodcast"===item.Type)return!0;if("AudioBook"===item.Type)return!0}return"Series"===item.Type||"Season"===item.Type||"BoxSet"===item.Type||"Game"===item.MediaType||"Book"===item.MediaType||"Recording"===item.MediaType},canRate:function(item){return"Program"!==item.Type&&"Timer"!==item.Type&&"SeriesTimer"!==item.Type}}});
|
@ -1 +1 @@
|
||||
define(["loading","libraryMenu","globalize","emby-checkbox"],function(loading,libraryMenu,globalize){"use strict";function onSubmit(e){var form=this,localAddress=form.querySelector("#txtLocalAddress").value,enableUpnp=form.querySelector("#chkEnableUpnp").checked;confirmSelections(localAddress,enableUpnp,function(){var enableHttps=form.querySelector("#chkEnableHttps").checked,certPath=form.querySelector("#txtCertificatePath").value||null,validationResult=getValidationAlert(form);return validationResult?void alertText(validationResult):void validateHttps(enableHttps,certPath).then(function(){loading.show(),ApiClient.getServerConfiguration().then(function(config){config.HttpServerPortNumber=form.querySelector("#txtPortNumber").value,config.PublicPort=form.querySelector("#txtPublicPort").value,config.PublicHttpsPort=form.querySelector("#txtPublicHttpsPort").value,config.EnableHttps=enableHttps,config.HttpsPortNumber=form.querySelector("#txtHttpsPort").value,config.EnableUPnP=enableUpnp,config.WanDdns=form.querySelector("#txtDdns").value,config.CertificatePath=certPath,config.CertificatePassword=form.querySelector("#txtCertPassword").value||null,config.LocalNetworkAddresses=localAddress?[localAddress]:[],ApiClient.updateServerConfiguration(config).then(Dashboard.processServerConfigurationUpdateResult,Dashboard.processErrorResponse)})})}),e.preventDefault()}function getValidationAlert(form){return form.querySelector("#txtPublicPort").value===form.querySelector("#txtPublicHttpsPort").value?"The public http and https ports must be different.":form.querySelector("#txtPortNumber").value===form.querySelector("#txtHttpsPort").value?"The http and https ports must be different.":null}function validateHttps(enableHttps,certPath){return!enableHttps||certPath?Promise.resolve():new Promise(function(resolve,reject){return alertText({title:globalize.translate("TitleHostingSettings"),text:globalize.translate("HttpsRequiresCert")}).then(reject,reject)})}function alertText(options){return new Promise(function(resolve,reject){require(["alert"],function(alert){alert(options).then(resolve,reject)})})}function confirmSelections(localAddress,enableUpnp,callback){localAddress||!enableUpnp?alertText({title:globalize.translate("TitleHostingSettings"),text:globalize.translate("SettingsWarning")}).then(callback):callback()}function getTabs(){return[{href:"dashboardhosting.html",name:globalize.translate("TabHosting")},{href:"serversecurity.html",name:globalize.translate("TabSecurity")}]}return function(view,params){function loadPage(page,config){page.querySelector("#txtPortNumber").value=config.HttpServerPortNumber,page.querySelector("#txtPublicPort").value=config.PublicPort,page.querySelector("#txtPublicHttpsPort").value=config.PublicHttpsPort,page.querySelector("#txtLocalAddress").value=config.LocalNetworkAddresses[0]||"";var chkEnableHttps=page.querySelector("#chkEnableHttps");chkEnableHttps.checked=config.EnableHttps,page.querySelector("#txtHttpsPort").value=config.HttpsPortNumber,page.querySelector("#txtDdns").value=config.WanDdns||"";var txtCertificatePath=page.querySelector("#txtCertificatePath");txtCertificatePath.value=config.CertificatePath||"",page.querySelector("#txtCertPassword").value=config.CertificatePassword||"",page.querySelector("#chkEnableUpnp").checked=config.EnableUPnP,onCertPathChange.call(txtCertificatePath),loading.hide()}function onCertPathChange(){this.value?view.querySelector("#txtDdns").setAttribute("required","required"):view.querySelector("#txtDdns").removeAttribute("required")}view.querySelector("#btnSelectCertPath").addEventListener("click",function(){require(["directorybrowser"],function(directoryBrowser){var picker=new directoryBrowser;picker.show({includeFiles:!0,includeDirectories:!0,callback:function(path){path&&(view.querySelector("#txtCertificatePath").value=path),picker.close()},header:globalize.translate("HeaderSelectCertificatePath")})})}),view.querySelector(".dashboardHostingForm").addEventListener("submit",onSubmit),view.querySelector("#txtCertificatePath").addEventListener("change",onCertPathChange),view.addEventListener("viewshow",function(e){libraryMenu.setTabs("adminadvanced",0,getTabs),loading.show(),ApiClient.getServerConfiguration().then(function(config){loadPage(view,config)})})}});
|
||||
define(["loading","libraryMenu","globalize","emby-checkbox"],function(loading,libraryMenu,globalize){"use strict";function onSubmit(e){var form=this,localAddress=form.querySelector("#txtLocalAddress").value,enableUpnp=form.querySelector("#chkEnableUpnp").checked;confirmSelections(localAddress,enableUpnp,function(){var enableHttps=form.querySelector("#chkEnableHttps").checked,certPath=form.querySelector("#txtCertificatePath").value||null,validationResult=getValidationAlert(form);return validationResult?void alertText(validationResult):void validateHttps(enableHttps,certPath).then(function(){loading.show(),ApiClient.getServerConfiguration().then(function(config){config.HttpServerPortNumber=form.querySelector("#txtPortNumber").value,config.PublicPort=form.querySelector("#txtPublicPort").value,config.PublicHttpsPort=form.querySelector("#txtPublicHttpsPort").value,config.EnableHttps=enableHttps,config.RequireHttps=enableHttps,config.HttpsPortNumber=form.querySelector("#txtHttpsPort").value,config.EnableUPnP=enableUpnp,config.WanDdns=form.querySelector("#txtDdns").value,config.CertificatePath=certPath,config.CertificatePassword=form.querySelector("#txtCertPassword").value||null,config.LocalNetworkAddresses=localAddress?[localAddress]:[],ApiClient.updateServerConfiguration(config).then(Dashboard.processServerConfigurationUpdateResult,Dashboard.processErrorResponse)})})}),e.preventDefault()}function getValidationAlert(form){return form.querySelector("#txtPublicPort").value===form.querySelector("#txtPublicHttpsPort").value?"The public http and https ports must be different.":form.querySelector("#txtPortNumber").value===form.querySelector("#txtHttpsPort").value?"The http and https ports must be different.":null}function validateHttps(enableHttps,certPath){return!enableHttps||certPath?Promise.resolve():new Promise(function(resolve,reject){return alertText({title:globalize.translate("TitleHostingSettings"),text:globalize.translate("HttpsRequiresCert")}).then(reject,reject)})}function alertText(options){return new Promise(function(resolve,reject){require(["alert"],function(alert){alert(options).then(resolve,reject)})})}function confirmSelections(localAddress,enableUpnp,callback){localAddress||!enableUpnp?alertText({title:globalize.translate("TitleHostingSettings"),text:globalize.translate("SettingsWarning")}).then(callback):callback()}function getTabs(){return[{href:"dashboardhosting.html",name:globalize.translate("TabHosting")},{href:"serversecurity.html",name:globalize.translate("TabSecurity")}]}return function(view,params){function loadPage(page,config){page.querySelector("#txtPortNumber").value=config.HttpServerPortNumber,page.querySelector("#txtPublicPort").value=config.PublicPort,page.querySelector("#txtPublicHttpsPort").value=config.PublicHttpsPort,page.querySelector("#txtLocalAddress").value=config.LocalNetworkAddresses[0]||"";var chkEnableHttps=page.querySelector("#chkEnableHttps");chkEnableHttps.checked=null==config.RequireHttps?config.EnableHttps:config.RequireHttps,page.querySelector("#txtHttpsPort").value=config.HttpsPortNumber,page.querySelector("#txtDdns").value=config.WanDdns||"";var txtCertificatePath=page.querySelector("#txtCertificatePath");txtCertificatePath.value=config.CertificatePath||"",page.querySelector("#txtCertPassword").value=config.CertificatePassword||"",page.querySelector("#chkEnableUpnp").checked=config.EnableUPnP,onCertPathChange.call(txtCertificatePath),loading.hide()}function onCertPathChange(){this.value?view.querySelector("#txtDdns").setAttribute("required","required"):view.querySelector("#txtDdns").removeAttribute("required")}view.querySelector("#btnSelectCertPath").addEventListener("click",function(){require(["directorybrowser"],function(directoryBrowser){var picker=new directoryBrowser;picker.show({includeFiles:!0,includeDirectories:!0,callback:function(path){path&&(view.querySelector("#txtCertificatePath").value=path),picker.close()},header:globalize.translate("HeaderSelectCertificatePath")})})}),view.querySelector(".dashboardHostingForm").addEventListener("submit",onSubmit),view.querySelector("#txtCertificatePath").addEventListener("change",onCertPathChange),view.addEventListener("viewshow",function(e){libraryMenu.setTabs("adminadvanced",0,getTabs),loading.show(),ApiClient.getServerConfiguration().then(function(config){loadPage(view,config)})})}});
|
@ -26,6 +26,11 @@
|
||||
<div class="fieldDescription">${LabelPublicHttpsPortHelp}</div>
|
||||
</div>
|
||||
|
||||
<div class="inputContainer">
|
||||
<input is="emby-input" id="txtDdns" type="text" label="${LabelExternalDDNS}" />
|
||||
<div class="fieldDescription">${LabelExternalDDNSHelp}</div>
|
||||
</div>
|
||||
|
||||
<div class="inputContainer">
|
||||
<div style="display: flex; align-items: center;">
|
||||
<div style="flex-grow:1;">
|
||||
@ -41,17 +46,12 @@
|
||||
<div class="fieldDescription">${LabelCertificatePasswordHelp}</div>
|
||||
</div>
|
||||
|
||||
<div class="inputContainer">
|
||||
<input is="emby-input" id="txtDdns" type="text" label="${LabelExternalDDNS}" />
|
||||
<div class="fieldDescription">${LabelExternalDDNSHelp}</div>
|
||||
</div>
|
||||
|
||||
<div class="checkboxContainer checkboxContainer-withDescription">
|
||||
<label>
|
||||
<input type="checkbox" is="emby-checkbox" id="chkEnableHttps" />
|
||||
<span>${LabelEnableHttps}</span>
|
||||
<span>${RequireHttps}</span>
|
||||
</label>
|
||||
<div class="fieldDescription checkboxFieldDescription">${LabelEnableHttpsHelp}</div>
|
||||
<div class="fieldDescription checkboxFieldDescription">${RequireHttpsHelp}</div>
|
||||
</div>
|
||||
<div class="checkboxContainer checkboxContainer-withDescription">
|
||||
<label>
|
||||
|
File diff suppressed because one or more lines are too long
@ -457,8 +457,8 @@
|
||||
"LabelPublicHttpPortHelp": "\u0631\u0642\u0645 \u0627\u0644\u0645\u0646\u0641\u0630 \u0627\u0644\u0639\u0627\u0644\u0645\u064a \u0627\u0644\u0630\u064a \u064a\u062c\u0628 \u0623\u0646 \u064a\u0648\u0627\u0641\u0642 \u0645\u0646\u0641\u0630 http \u0627\u0644\u0645\u062d\u0644\u064a.",
|
||||
"LabelPublicHttpsPort": "\u0631\u0642\u0645 \u0645\u0646\u0641\u0630 https \u0627\u0644\u0639\u0627\u0644\u0645\u064a:",
|
||||
"LabelPublicHttpsPortHelp": "\u0631\u0642\u0645 \u0627\u0644\u0645\u0646\u0641\u0630 \u0627\u0644\u0639\u0627\u0644\u0645\u064a \u0627\u0644\u0630\u064a \u064a\u062c\u0628 \u0623\u0646 \u064a\u0648\u0627\u0641\u0642 \u0645\u0646\u0641\u0630 https \u0627\u0644\u0645\u062d\u0644\u064a.",
|
||||
"LabelEnableHttps": "\u0623\u0639\u0637\u0650 https \u0641\u064a \u0627\u0644\u0639\u0646\u0648\u0627\u0646 \u0627\u0644\u062e\u0627\u0631\u062c\u064a",
|
||||
"LabelEnableHttpsHelp": "\u0641\u064a \u062d\u0627\u0644 \u0627\u0644\u062a\u0641\u0639\u064a\u0644\u060c \u0641\u0625\u0646 \u0627\u0644\u062e\u0627\u062f\u0645 \u0633\u0648\u0641 \u064a\u0639\u0637\u064a \u0631\u0627\u0628\u0637 \u0628\u0628\u0631\u0648\u062a\u0648\u0643\u0648\u0644 https \u0644\u062a\u0637\u0628\u064a\u0642\u0627\u062a \u0623\u0645\u0628\u064a \u0641\u064a \u0627\u0644\u0639\u0646\u0648\u0627\u0646 \u0627\u0644\u062e\u0627\u0631\u062c\u064a \u0627\u0644\u0645\u0639\u0637\u0649.",
|
||||
"RequireHttps": "Require https for external connections",
|
||||
"RequireHttpsHelp": "If enabled, connections over http will be redirected to https.",
|
||||
"LabelHttpsPort": "\u0631\u0642\u0645 \u0645\u0646\u0641\u0630 https \u0627\u0644\u0645\u062d\u062a\u0644\u064a:",
|
||||
"LabelHttpsPortHelp": "\u0631\u0642\u0645 \u0645\u0646\u0641\u0630 tcp \u0627\u0644\u0645\u062a\u0648\u062c\u0628 \u0639\u0644\u0649 \u0628\u0631\u0648\u062a\u0648\u0643\u0648\u0644 https \u0623\u0646 \u064a\u0631\u062a\u0628\u0637 \u0645\u0646 \u062e\u0644\u0627\u0644\u0647 \u0641\u064a \u062e\u0627\u062f\u0645 \u0623\u0645\u0628\u064a.",
|
||||
"LabelEnableAutomaticPortMap": "\u0641\u0639\u0644 \u0627\u0644\u062e\u0627\u0635\u064a\u0629 \u0627\u0644\u0622\u0644\u064a\u0629 \u0641\u064a \u0627\u0644\u062a\u0648\u0641\u064a\u0642 \u0628\u064a\u0646 \u0627\u0644\u0645\u0646\u0627\u0641\u0630",
|
||||
@ -1938,7 +1938,7 @@
|
||||
"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 require https for external connections, you will need to supply a trusted SSL certificate, such as Lets 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.",
|
||||
|
@ -51,8 +51,8 @@
|
||||
"RegisterWithPayPal": "Register with PayPal",
|
||||
"LabelSyncTempPath": "Temporary file path:",
|
||||
"LabelSyncTempPathHelp": "Specify a custom sync working folder. Converted media created during the sync process will be stored here.",
|
||||
"LabelCustomCertificatePath": "Custom certificate path:",
|
||||
"LabelCustomCertificatePathHelp": "Supply your own ssl certificate .pfx file. If omitted, the server will create a self-signed certificate.",
|
||||
"LabelCustomCertificatePath": "Custom ssl certificate path:",
|
||||
"LabelCustomCertificatePathHelp": "Supply your own ssl certificate .pfx file.",
|
||||
"TitleNotifications": "Notifications",
|
||||
"OptionDetectArchiveFilesAsMedia": "Detect archive files as media",
|
||||
"OptionDetectArchiveFilesAsMediaHelp": "If enabled, files with .rar and .zip extensions will be detected as media files.",
|
||||
@ -457,14 +457,14 @@
|
||||
"LabelPublicHttpPortHelp": "The public port number that should be mapped to the local http port.",
|
||||
"LabelPublicHttpsPort": "Public https port number:",
|
||||
"LabelPublicHttpsPortHelp": "The public port number that should be mapped to the local https port.",
|
||||
"LabelEnableHttps": "Report https as external address",
|
||||
"LabelEnableHttpsHelp": "If enabled, the server will report an https url to Emby apps as it's external address.",
|
||||
"RequireHttps": "Require https for external connections",
|
||||
"RequireHttpsHelp": "If enabled, connections over http will be redirected to https.",
|
||||
"LabelHttpsPort": "Local https port number:",
|
||||
"LabelHttpsPortHelp": "The tcp port number that Emby's https server should bind to.",
|
||||
"LabelEnableAutomaticPortMap": "Enable automatic port mapping",
|
||||
"LabelEnableAutomaticPortMapHelp": "Attempt to automatically map the public port to the local port via UPnP. This may not work with some router models.",
|
||||
"LabelExternalDDNS": "External domain:",
|
||||
"LabelExternalDDNSHelp": "If you have a dynamic DNS enter it here. Emby apps will use it when connecting remotely. This field is required when used with a custom ssl certificate.",
|
||||
"LabelExternalDDNSHelp": "If you have a dynamic DNS enter it here. Emby apps will use it when connecting remotely. This field is required when used with a custom ssl certificate. Example: mydomain.com.",
|
||||
"TitleAppSettings": "App Settings",
|
||||
"LabelMinResumePercentage": "Min resume percentage:",
|
||||
"LabelMaxResumePercentage": "Max resume percentage:",
|
||||
@ -1938,7 +1938,7 @@
|
||||
"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 require https for external connections, you will need to supply a trusted SSL certificate, such as Lets 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.",
|
||||
|
@ -9,7 +9,7 @@
|
||||
"ButtonQuickStartGuide": "\u0420\u044a\u043a\u043e\u0432\u043e\u0434\u0441\u0442\u0432\u043e \u0437\u0430 \u0431\u044a\u0440\u0437\u043e \u0437\u0430\u043f\u043e\u0447\u0432\u0430\u043d\u0435",
|
||||
"LabelYourFirstName": "\u041f\u044a\u0440\u0432\u043e\u0442\u043e \u0432\u0438 \u0438\u043c\u0435:",
|
||||
"MoreUsersCanBeAddedLater": "\u041f\u043e\u0432\u0435\u0447\u0435 \u043f\u043e\u0442\u0440\u0435\u0431\u0438\u0442\u0435\u043b\u0438 \u043c\u043e\u0433\u0430\u0442 \u0434\u0430 \u0431\u044a\u0434\u0430\u0442 \u0434\u043e\u0431\u0430\u0432\u0435\u043d\u0438 \u043f\u043e-\u043a\u044a\u0441\u043d\u043e \u043e\u0442 \u0433\u043b\u0430\u0432\u043d\u0438\u044f \u043f\u0430\u043d\u0435\u043b.",
|
||||
"UserProfilesIntro": "Emby \u0432\u043a\u043b\u044e\u0447\u0432\u0430 \u0432\u0433\u0440\u0430\u0434\u0435\u043d\u0430 \u043f\u043e\u0434\u0434\u0440\u044a\u0436\u043a\u0430 \u043d\u0430 \u043f\u043e\u0442\u0440\u0435\u0431\u0438\u0442\u0435\u043b\u0441\u043a\u0438 \u043f\u0440\u043e\u0444\u0438\u043b\u0438, \u043a\u043e\u0438\u0442\u043e \u043f\u043e\u0437\u0432\u043e\u043b\u044f\u0432\u0430\u0442 \u043d\u0430 \u0432\u0441\u0435\u043a\u0438 \u043f\u043e\u0442\u0440\u0435\u0431\u0442\u0435\u043b \u0434\u0430 \u0438\u043c\u0430 \u0441\u0432\u043e\u0438 \u043d\u0430\u0441\u0442\u0440\u043e\u0439\u043a\u0438 \u043d\u0430 \u043a\u0430\u0440\u0442\u0438\u043d\u0430\u0442\u0430, \u043c\u044f\u0441\u0442\u043e \u043d\u0430 \u043f\u0443\u0441\u043a\u0430\u043d\u0435 \u0438 \u0440\u043e\u0434\u0438\u0442\u0435\u043b\u0441\u043a\u0438 \u043d\u0430\u0441\u0442\u0440\u043e\u0439\u043a\u0438.",
|
||||
"UserProfilesIntro": "\u0415\u043c\u0431\u0438 \u0432\u043a\u043b\u044e\u0447\u0432\u0430 \u0432\u0433\u0440\u0430\u0434\u0435\u043d\u0430 \u043f\u043e\u0434\u0434\u0440\u044a\u0436\u043a\u0430 \u043d\u0430 \u043f\u043e\u0442\u0440\u0435\u0431\u0438\u0442\u0435\u043b\u0441\u043a\u0438 \u043f\u0440\u043e\u0444\u0438\u043b\u0438, \u043a\u043e\u0438\u0442\u043e \u043f\u043e\u0437\u0432\u043e\u043b\u044f\u0432\u0430\u0442 \u043d\u0430 \u0432\u0441\u0435\u043a\u0438 \u043f\u043e\u0442\u0440\u0435\u0431\u0438\u0442\u0435\u043b \u0434\u0430 \u0438\u043c\u0430 \u0441\u0432\u043e\u0438 \u043d\u0430\u0441\u0442\u0440\u043e\u0439\u043a\u0438 \u043d\u0430 \u043a\u0430\u0440\u0442\u0438\u043d\u0430\u0442\u0430, \u043c\u044f\u0441\u0442\u043e \u043d\u0430 \u043f\u0443\u0441\u043a\u0430\u043d\u0435 \u0438 \u0440\u043e\u0434\u0438\u0442\u0435\u043b\u0441\u043a\u0438 \u043d\u0430\u0441\u0442\u0440\u043e\u0439\u043a\u0438.",
|
||||
"WizardCompleted": "\u0422\u043e\u0432\u0430 \u0435 \u0432\u0441\u0438\u0447\u043a\u043e \u043e\u0442 \u043a\u043e\u0435\u0442\u043e \u0441\u0435 \u043d\u0443\u0436\u0434\u0430\u0435\u043c \u0437\u0430 \u043c\u043e\u043c\u0435\u043d\u0442\u0430. Emby \u0435 \u0437\u0430\u043f\u043e\u0447\u043d\u0430\u043b \u0434\u0430 \u0441\u044a\u0431\u0438\u0440\u0430 \u0438\u043d\u0444\u043e\u0440\u043c\u0430\u0446\u0438\u044f \u0437\u0430 \u043c\u0435\u0434\u0438\u0439\u043d\u0430\u0442\u0430 \u0432\u0438 \u0431\u0438\u0431\u043b\u0438\u043e\u0442\u0435\u043a\u0430. \u0420\u0430\u0437\u0433\u043b\u0435\u0434\u0430\u0439\u0442\u0435 \u043d\u044f\u043a\u043e\u0438 \u043e\u0442 \u043d\u0430\u0448\u0438\u0442\u0435 \u043f\u0440\u0438\u043b\u043e\u0436\u0435\u043d\u0438\u044f, \u043f\u043e\u0441\u043b\u0435 \u043d\u0430\u0442\u0438\u0441\u043d\u0435\u0442\u0435 <b>\u0413\u043e\u0442\u043e\u0432\u043e<\/b>, \u0437\u0430 \u0434\u0430 \u0432\u0438\u0434\u0438\u0442\u0435 <b>Server Dashboard<\/b>.",
|
||||
"LabelConfigureSettings": "\u041a\u043e\u043d\u0444\u0438\u0433\u0443\u0440\u0438\u0440\u0430\u0439 \u043d\u0430\u0441\u0442\u0440\u043e\u0439\u043a\u0438",
|
||||
"HeaderTermsOfService": "Emby \u0443\u0441\u043b\u043e\u0432\u0438\u044f \u0437\u0430 \u043f\u043e\u043b\u0437\u0432\u0430\u043d\u0435",
|
||||
@ -34,7 +34,7 @@
|
||||
"All": "\u0412\u0441\u0438\u0447\u043a\u0438",
|
||||
"OptionDev": "\u0420\u0430\u0437\u0440\u0430\u0431\u043e\u0442\u043a\u0430",
|
||||
"OptionBeta": "\u0411\u0435\u0442\u0430",
|
||||
"HeaderTaskTriggers": "Task Triggers",
|
||||
"HeaderTaskTriggers": "\u0421\u043f\u0443\u0441\u044a\u0446\u0438 \u043d\u0430 \u0437\u0430\u0434\u0430\u0447\u0438",
|
||||
"HeaderTV": "\u0421\u0435\u0440\u0438\u0430\u043b\u0438",
|
||||
"HeaderAudio": "\u0417\u0432\u0443\u043a",
|
||||
"HeaderVideo": "\u0412\u0438\u0434\u0435\u043e",
|
||||
@ -76,7 +76,7 @@
|
||||
"LabelLanguage": "\u0415\u0437\u0438\u043a:",
|
||||
"LabelTimeLimitHours": "\u0412\u0440\u0435\u043c\u0435\u0432\u043e \u043e\u0433\u0440\u0430\u043d\u0438\u0447\u0435\u043d\u0438\u0435 (\u0447\u0430\u0441\u043e\u0432\u0435):",
|
||||
"HeaderPreferredMetadataLanguage": "\u041f\u0440\u0435\u0434\u043f\u043e\u0447\u0438\u0442\u0430\u043d \u0435\u0437\u0438\u043a \u043d\u0430 \u043c\u0435\u0442\u0430 \u0438\u043d\u0444\u043e\u0440\u043c\u0430\u0446\u0438\u044f\u0442\u0430",
|
||||
"LabelSaveLocalMetadata": "\u0417\u0430\u043f\u043e\u043c\u043d\u0438 \u0438\u0437\u043a\u0443\u0441\u0442\u0432\u043e \u0438 \u043c\u0435\u0442\u0430 \u0438\u043d\u0444\u043e\u0440\u043c\u0430\u0446\u0438\u044f \u0432 \u043f\u0430\u043f\u043a\u0430\u0442\u0430 \u043d\u0430 \u043c\u0435\u0434\u0438\u044f\u0442\u0430",
|
||||
"LabelSaveLocalMetadata": "\u0417\u0430\u043f\u0430\u0437\u0432\u0430\u043d\u0435 \u043d\u0430 \u043a\u0430\u0440\u0442\u0438\u043d\u0438 \u0438 \u043c\u0435\u0442\u0430\u0434\u0430\u043d\u043d\u0438 \u0432 \u043f\u0430\u043f\u043a\u0430\u0442\u0430 \u043d\u0430 \u043c\u0435\u0434\u0438\u044f\u0442\u0430",
|
||||
"LabelSaveLocalMetadataHelp": "\u0417\u0430\u043f\u043e\u043c\u043d\u044f\u043d\u0435\u0442\u043e \u043d\u0430 \u043a\u0430\u0440\u0442\u0438\u043d\u0438\u0442\u0435 \u0438 \u043c\u0435\u0442\u0430\u0434\u0430\u043d\u043d\u0438\u0442\u0435 \u0434\u0438\u0440\u0435\u043a\u0442\u043d\u043e \u0432 \u043c\u0435\u0434\u0438\u0439\u043d\u0438\u0442\u0435 \u043f\u0430\u043f\u043a\u0438 \u0449\u0435 \u0433\u0438 \u0441\u043b\u043e\u0436\u0438 \u043d\u0430 \u043c\u044f\u0441\u0442\u043e, \u043a\u044a\u0434\u0435\u0442\u043e \u043b\u0435\u0441\u043d\u043e \u043c\u043e\u0433\u0430\u0442 \u0434\u0430 \u0431\u044a\u0434\u0430\u0442 \u0440\u0435\u0434\u0430\u043a\u0442\u0438\u0440\u0430\u043d\u0438.",
|
||||
"LabelDownloadInternetMetadata": "\u0421\u0432\u0430\u043b\u044f\u043d\u0435 \u043d\u0430 \u043a\u0430\u0440\u0442\u0438\u043d\u0438 \u0438 \u043c\u0435\u0442\u0430\u0434\u0430\u043d\u043d\u0438 \u043e\u0442 \u0438\u043d\u0442\u0435\u0440\u043d\u0435\u0442",
|
||||
"LabelDownloadInternetMetadataHelp": "Emby Server \u043c\u043e\u0436\u0435 \u0434\u0430 \u0441\u0432\u0430\u043b\u044f \u0438\u043d\u0444\u043e\u0440\u043c\u0430\u0446\u0438\u044f \u0437\u0430 \u043a\u0440\u0430\u0441\u0438\u0432\u043e \u043f\u0440\u0435\u0434\u0441\u0442\u0430\u0432\u044f\u043d\u0435 \u043d\u0430 \u0432\u0430\u0448\u0430\u0442\u0430 \u043c\u0435\u0434\u0438\u044f.",
|
||||
@ -126,8 +126,8 @@
|
||||
"LabelCurrentPassword": "\u0422\u0435\u043a\u0443\u0449\u0430 \u043f\u0430\u0440\u043e\u043b\u0430:",
|
||||
"LabelMaxParentalRating": "\u041c\u0430\u043a\u0441\u0438\u043c\u0430\u043b\u043d\u043e \u0434\u043e\u043f\u0443\u0441\u0442\u0438\u043c\u0430 \u0440\u043e\u0434\u0438\u0442\u0435\u043b\u0441\u043a\u0430 \u043e\u0446\u0435\u043d\u043a\u0430:",
|
||||
"MaxParentalRatingHelp": "\u0421\u044a\u0434\u044a\u0440\u0436\u0430\u043d\u0438\u0435\u0442\u043e \u0441 \u043f\u043e-\u0432\u0438\u0441\u043e\u043a\u0430 \u043e\u0446\u0435\u043d\u043a\u0430 \u0449\u0435 \u0431\u044a\u0434\u0435 \u0441\u043a\u0440\u0438\u0442\u043e \u043e\u0442 \u043f\u043e\u0442\u0440\u0435\u0431\u0438\u0442\u0435\u043b\u044f.",
|
||||
"LibraryAccessHelp": "\u0418\u0437\u0431\u0435\u0440\u0435\u0442\u0435 \u043c\u0435\u0434\u0438\u0439\u043d\u0438\u0442\u0435 \u043f\u0430\u043f\u043a\u0438, \u043a\u043e\u0438\u0442\u043e \u0434\u0430 \u0441\u043f\u043e\u0434\u0435\u043b\u0438\u0442\u0435 \u0441 \u0442\u043e\u0437\u0438 \u043f\u043e\u0442\u0440\u0435\u0431\u0438\u0442\u0435\u043b. \u0410\u0434\u043c\u0438\u043d\u0438\u0441\u0442\u0440\u0430\u0442\u043e\u0440\u0438\u0442\u0435 \u0449\u0435 \u043c\u043e\u0433\u0430\u0442 \u0434\u0430 \u0440\u0435\u0434\u0430\u043a\u0442\u0438\u0440\u0430\u0442 \u0432\u0441\u0438\u0447\u043a\u0438 \u043f\u0430\u043f\u043a\u0438 \u0438\u0437\u043f\u043e\u043b\u0437\u0432\u0430\u0439\u043a\u0438 \u043c\u0435\u043d\u0438\u0434\u0436\u044a\u0440\u0430 \u043d\u0430 \u043c\u0435\u0442\u0430 \u0438\u043d\u0444\u043e\u0440\u043c\u0430\u0446\u0438\u044f.",
|
||||
"ChannelAccessHelp": "\u0418\u0437\u0431\u0435\u0440\u0435\u0442\u0435 \u043a\u0430\u043d\u0430\u043b\u0438\u0442\u0435, \u043a\u043e\u0438\u0442\u043e \u0434\u0430 \u0441\u043f\u043e\u0434\u0435\u043b\u0438\u0442\u0435 \u0441 \u0442\u043e\u0437\u0438 \u043f\u043e\u0442\u0440\u0435\u0431\u0438\u0442\u0435\u043b. \u0410\u0434\u043c\u0438\u043d\u0438\u0441\u0442\u0440\u0430\u0442\u043e\u0440\u0438\u0442\u0435 \u0449\u0435 \u043c\u043e\u0433\u0430\u0442 \u0434\u0430 \u0440\u0435\u0434\u0430\u043a\u0442\u0438\u0440\u0430\u0442 \u0432\u0441\u0438\u0447\u043a\u0438 \u043a\u0430\u043d\u0430\u043b\u0438 \u0438\u0437\u043f\u043e\u043b\u0437\u0432\u0430\u0439\u043a\u0438 \u043c\u0435\u043d\u0438\u0434\u0436\u044a\u0440\u0430 \u043d\u0430 \u043c\u0435\u0442\u0430 \u0438\u043d\u0444\u043e\u0440\u043c\u0430\u0446\u0438\u044f.",
|
||||
"LibraryAccessHelp": "\u0418\u0437\u0431\u0435\u0440\u0435\u0442\u0435 \u043c\u0435\u0434\u0438\u0439\u043d\u0438\u0442\u0435 \u043f\u0430\u043f\u043a\u0438, \u043a\u043e\u0438\u0442\u043e \u0434\u0430 \u0441\u043f\u043e\u0434\u0435\u043b\u0438\u0442\u0435 \u0441 \u043f\u043e\u0442\u0440\u0435\u0431\u0438\u0442\u0435\u043b\u044f. \u0410\u0434\u043c\u0438\u043d\u0438\u0441\u0442\u0440\u0430\u0442\u043e\u0440\u0438\u0442\u0435 \u0449\u0435 \u043c\u043e\u0433\u0430\u0442 \u0434\u0430 \u0440\u0435\u0434\u0430\u043a\u0442\u0438\u0440\u0430\u0442 \u0432\u0441\u0438\u0447\u043a\u0438 \u043f\u0430\u043f\u043a\u0438, \u0438\u0437\u043f\u043e\u043b\u0437\u0432\u0430\u0439\u043a\u0438 \u0443\u043f\u0440\u0430\u0432\u043b\u0435\u043d\u0438\u0435\u0442\u043e \u043d\u0430 \u043c\u0435\u0442\u0430\u0434\u0430\u043d\u043d\u0438.",
|
||||
"ChannelAccessHelp": "\u0418\u0437\u0431\u0435\u0440\u0435\u0442\u0435 \u043a\u0430\u043d\u0430\u043b\u0438\u0442\u0435, \u043a\u043e\u0438\u0442\u043e \u0434\u0430 \u0441\u043f\u043e\u0434\u0435\u043b\u0438\u0442\u0435 \u0441 \u043f\u043e\u0442\u0440\u0435\u0431\u0438\u0442\u0435\u043b\u044f. \u0410\u0434\u043c\u0438\u043d\u0438\u0441\u0442\u0440\u0430\u0442\u043e\u0440\u0438\u0442\u0435 \u0449\u0435 \u043c\u043e\u0433\u0430\u0442 \u0434\u0430 \u0440\u0435\u0434\u0430\u043a\u0442\u0438\u0440\u0430\u0442 \u0432\u0441\u0438\u0447\u043a\u0438 \u043a\u0430\u043d\u0430\u043b\u0438, \u0438\u0437\u043f\u043e\u043b\u0437\u0432\u0430\u0439\u043a\u0438 \u0443\u043f\u0440\u0430\u0432\u043b\u0435\u043d\u0438\u0435\u0442\u043e \u043d\u0430 \u043c\u0435\u0442\u0430\u0434\u0430\u043d\u043d\u0438.",
|
||||
"ButtonDeleteImage": "\u0418\u0437\u0442\u0440\u0438\u0432\u0430\u043d\u0435 \u043d\u0430 \u0438\u0437\u043e\u0431\u0440.",
|
||||
"LabelSelectUsers": "\u0418\u0437\u0431\u0435\u0440\u0438 \u043f\u043e\u0442\u0440\u0435\u0431\u0438\u0442\u0435\u043b\u0438:",
|
||||
"ButtonUpload": "\u041a\u0430\u0447\u0432\u0430\u043d\u0435:",
|
||||
@ -155,7 +155,7 @@
|
||||
"OptionDirectors": "\u0420\u0435\u0436\u0438\u0441\u044c\u043e\u0440\u0438",
|
||||
"OptionWriters": "\u041f\u0438\u0441\u0430\u0442\u0435\u043b\u0438",
|
||||
"OptionProducers": "\u041f\u0440\u043e\u0434\u0443\u0446\u0435\u043d\u0442\u0438",
|
||||
"HeaderResume": "\u041f\u0440\u043e\u0436\u044a\u043b\u0436\u0430\u0432\u0430\u043d\u0435",
|
||||
"HeaderResume": "\u041f\u0440\u043e\u0434\u044a\u043b\u0436\u0430\u0432\u0430\u043d\u0435",
|
||||
"HeaderContinueWatching": "\u041f\u0440\u043e\u0434\u044a\u043b\u0436\u0430\u0432\u0430\u043d\u0435 \u043d\u0430 \u0433\u043b\u0435\u0434\u0430\u043d\u0435\u0442\u043e",
|
||||
"HeaderContinueListening": "\u041f\u0440\u043e\u0434\u044a\u043b\u0436\u0430\u0432\u0430\u043d\u0435 \u043d\u0430 \u0441\u043b\u0443\u0448\u0430\u043d\u0435\u0442\u043e",
|
||||
"HeaderNextUp": "\u0421\u043b\u0435\u0434\u0432\u0430",
|
||||
@ -408,14 +408,14 @@
|
||||
"Option2Player": "2+",
|
||||
"Option3Player": "3+",
|
||||
"Option4Player": "4+",
|
||||
"HeaderMediaFolders": "\u041c\u0435\u0434\u0438\u0439\u043d\u0438 \u041f\u0430\u043f\u043a\u0438",
|
||||
"HeaderMediaFolders": "\u041c\u0435\u0434\u0438\u0439\u043d\u0438 \u043f\u0430\u043f\u043a\u0438",
|
||||
"HeaderThemeVideos": "\u0422\u0435\u043c\u0430\u0442\u0438\u0447\u043d\u0438 \u043a\u043b\u0438\u043f\u043e\u0432\u0435",
|
||||
"HeaderThemeSongs": "\u0422\u0435\u043c\u0430\u0442\u0438\u0447\u043d\u0438 \u043f\u0435\u0441\u043d\u0438",
|
||||
"HeaderScenes": "\u0421\u0446\u0435\u043d\u0438",
|
||||
"HeaderAwardsAndReviews": "\u041d\u0430\u0433\u0440\u0430\u0434\u0438 \u0438 \u0440\u0435\u0432\u044e\u0442\u0430",
|
||||
"HeaderMusicVideos": "\u041c\u0443\u0437\u0438\u043a\u0430\u043b\u043d\u0438 \u043a\u043b\u0438\u043f\u043e\u0432\u0435",
|
||||
"HeaderSpecialFeatures": "\u0421\u043f\u0435\u0446\u0438\u0430\u043b\u043d\u0438 \u0444\u0443\u043d\u043a\u0446\u0438\u0438",
|
||||
"HeaderCastCrew": "\u0415\u043a\u0438\u043f",
|
||||
"HeaderCastCrew": "\u0410\u0440\u0442\u0438\u0441\u0442\u0438 \u0438 \u0438\u0437\u043f\u044a\u043b\u043d\u0438\u0442\u0435\u043b\u0438",
|
||||
"HeaderAdditionalParts": "\u0414\u043e\u043f\u044a\u043b\u043d\u0438\u0442\u0435\u043b\u043d\u0438 \u0447\u0430\u0441\u0442\u0438",
|
||||
"ButtonSplitVersionsApart": "\u0420\u0430\u0437\u0434\u0435\u043b\u0438 \u0432\u0435\u0440\u0441\u0438\u0438\u0442\u0435",
|
||||
"ButtonPlayTrailer": "\u0422\u0440\u0435\u0439\u043b\u044a\u0440",
|
||||
@ -457,14 +457,14 @@
|
||||
"LabelPublicHttpPortHelp": "\u041f\u0443\u0431\u043b\u0438\u0447\u043d\u0438\u044f\u0442 \u043f\u043e\u0440\u0442, \u043a\u043e\u0439\u0442\u043e \u0434\u0430 \u0431\u044a\u0434\u0435 \u0441\u044a\u043f\u043e\u0441\u0442\u0430\u0432\u0435\u043d \u0441 \u043b\u043e\u043a\u0430\u043b\u043d\u0438\u044f HTTP \u043f\u043e\u0440\u0442.",
|
||||
"LabelPublicHttpsPort": "\u041f\u0443\u0431\u043b\u0438\u0447\u0435\u043d HTTPS \u043f\u043e\u0440\u0442:",
|
||||
"LabelPublicHttpsPortHelp": "\u041f\u0443\u0431\u043b\u0438\u0447\u043d\u0438\u044f\u0442 \u043f\u043e\u0440\u0442, \u043a\u043e\u0439\u0442\u043e \u0434\u0430 \u0431\u044a\u0434\u0435 \u0441\u044a\u043f\u043e\u0441\u0442\u0430\u0432\u0435\u043d \u0441 \u043b\u043e\u043a\u0430\u043b\u043d\u0438\u044f HTTPS \u043f\u043e\u0440\u0442.",
|
||||
"LabelEnableHttps": "\u0418\u0437\u043f\u043e\u043b\u0437\u0432\u0430\u0439 HTTPS \u043a\u0430\u0442\u043e \u0432\u044a\u043d\u0448\u0435\u043d \u0430\u0434\u0440\u0435\u0441",
|
||||
"LabelEnableHttpsHelp": "If enabled, the server will report an https url to Emby apps as it's external address.",
|
||||
"RequireHttps": "Require https for external connections",
|
||||
"RequireHttpsHelp": "If enabled, connections over http will be redirected to https.",
|
||||
"LabelHttpsPort": "\u041b\u043e\u043a\u0430\u043b\u0435\u043d HTTPS \u043f\u043e\u0440\u0442:",
|
||||
"LabelHttpsPortHelp": "TCP \u043f\u043e\u0440\u0442\u044a\u0442 \u043d\u0430 \u043a\u043e\u0439\u0442\u043e HTTPS \u0441\u044a\u0440\u0432\u044a\u0440\u044a\u0442 \u043d\u0430 Emby \u0442\u0440\u044f\u0431\u0432\u0430 \u0434\u0430 \u0441\u0435 \u0437\u0430\u043a\u0430\u0447\u0438.",
|
||||
"LabelEnableAutomaticPortMap": "\u0420\u0430\u0437\u0440\u0435\u0448\u0438 \u0430\u0432\u0442\u043e\u043c\u0430\u0442\u0438\u0447\u0435\u043d \u043c\u0430\u043f\u0438\u043d\u0433 \u043d\u0430 \u043f\u043e\u0440\u0442\u043e\u0432\u0435\u0442\u0435",
|
||||
"LabelEnableAutomaticPortMapHelp": "Attempt to automatically map the public port to the local port via UPnP. This may not work with some router models.",
|
||||
"LabelExternalDDNS": "External domain:",
|
||||
"LabelExternalDDNSHelp": "If you have a dynamic DNS enter it here. Emby apps will use it when connecting remotely. This field is required when used with a custom ssl certificate.",
|
||||
"LabelExternalDDNSHelp": "If you have a dynamic DNS enter it here. Emby apps will use it when connecting remotely. This field is required when used with a custom ssl certificate. Example: mydomain.com.",
|
||||
"TitleAppSettings": "\u041d\u0430\u0441\u0442\u0440\u043e\u0439\u043a\u0438 \u043d\u0430 \u043f\u0440\u043e\u0433\u0440\u0430\u043c\u0430\u0442\u0430",
|
||||
"LabelMinResumePercentage": "\u041c\u0438\u043d \u043f\u0440\u043e\u0446\u0435\u043d\u0442 \u0437\u0430 \u043f\u0440\u043e\u0434\u044a\u043b\u0436\u0435\u043d\u0438\u0435:",
|
||||
"LabelMaxResumePercentage": "\u041c\u0430\u043a\u0441 \u043f\u0440\u043e\u0446\u0435\u043d\u0442 \u0437\u0430 \u043f\u0440\u043e\u0434\u044a\u043b\u0436\u0435\u043d\u0438\u0435:",
|
||||
@ -486,12 +486,12 @@
|
||||
"LabelFailed": "\u041d\u0435\u0443\u0441\u043f\u0435\u0448\u043d\u043e",
|
||||
"LabelSkipped": "\u041f\u0440\u043e\u043f\u0443\u0441\u043d\u0430\u0442\u043e",
|
||||
"LabelSeries": "\u0421\u0435\u0440\u0438\u0430\u043b\u0438:",
|
||||
"LabelSeasonNumber": "Season number:",
|
||||
"LabelSeasonNumber": "\u0411\u0440\u043e\u0439 \u0441\u0435\u0437\u043e\u043d\u0438:",
|
||||
"LabelEpisodeNumber": "Episode number:",
|
||||
"LabelEndingEpisodeNumber": "Ending episode number:",
|
||||
"LabelEndingEpisodeNumberHelp": "Only required for multi-episode files",
|
||||
"OptionRememberOrganizeCorrection": "Save and apply this correction to future files with similiar names",
|
||||
"HeaderSupportTheTeam": "\u041f\u043e\u0434\u043a\u0440\u0435\u043f\u0435\u0442\u0435 Emby \u041e\u0442\u0431\u043e\u0440\u044a\u0442",
|
||||
"HeaderSupportTheTeam": "\u041f\u043e\u0434\u043a\u0440\u0435\u043f\u0435\u0442\u0435 \u0435\u043a\u0438\u043f\u0430 \u043d\u0430 \u0415\u043c\u0431\u0438",
|
||||
"HeaderSupportTheTeamHelp": "Help ensure the continued development of this project by purchasing Emby Premiere. A portion of all income will be contributed to other free tools we depend on.",
|
||||
"DonationNextStep": "Once complete, please return and enter your Emby Premiere key, which you will receive by email.",
|
||||
"AutoOrganizeHelp": "Auto-organize monitors your download folders for new files and moves them to your media directories.",
|
||||
@ -592,7 +592,7 @@
|
||||
"Fullscreen": "\u0426\u044f\u043b \u0435\u043a\u0440\u0430\u043d",
|
||||
"ExitFullscreen": "\u0418\u0437\u0445\u043e\u0434 \u043e\u0442 \u0446\u044f\u043b \u0435\u043a\u0440\u0430\u043d",
|
||||
"PictureInPicture": "\u041a\u0430\u0440\u0442\u0438\u043d\u0430 \u0432 \u043a\u0430\u0440\u0442\u0438\u043d\u0430",
|
||||
"PlayOnAnotherDevice": "Play on another device",
|
||||
"PlayOnAnotherDevice": "\u041f\u0443\u0441\u043a\u0430\u043d\u0435 \u043d\u0430 \u0434\u0440\u0443\u0433\u043e \u0443\u0441\u0442\u0440\u043e\u0439\u0441\u0442\u0432\u043e",
|
||||
"FastForward": "Fast-forward",
|
||||
"ButtonTakeScreenshot": "Capture Screenshot",
|
||||
"LetterButtonAbbreviation": "A",
|
||||
@ -618,8 +618,8 @@
|
||||
"HeaderResponseProfile": "\u041f\u0440\u043e\u0444\u0438\u043b \u043d\u0430 \u043e\u0442\u0433\u043e\u0432\u043e\u0440\u0430",
|
||||
"LabelType": "\u0422\u0438\u043f:",
|
||||
"LabelProfileContainer": "\u041a\u043e\u043d\u0442\u0435\u0439\u043d\u0435\u0440:",
|
||||
"LabelProfileVideoCodecs": "\u0412\u0438\u0434\u0435\u043e \u043a\u043e\u0434\u0435\u0446\u0438:",
|
||||
"LabelProfileAudioCodecs": "\u0410\u0443\u0434\u0438\u043e \u043a\u043e\u0434\u0435\u0446\u0438:",
|
||||
"LabelProfileVideoCodecs": "\u0412\u0438\u0434\u0435\u043e\u043a\u043e\u0434\u0435\u0446\u0438:",
|
||||
"LabelProfileAudioCodecs": "\u0417\u0432\u0443\u043a\u043e\u0432\u0438 \u043a\u043e\u0434\u0435\u0446\u0438:",
|
||||
"LabelProfileCodecs": "\u041a\u043e\u0434\u0435\u0446\u0438:",
|
||||
"HeaderDirectPlayProfile": "Direct Play \u043f\u0440\u043e\u0444\u0438\u043b",
|
||||
"HeaderTranscodingProfile": "\u041f\u0440\u043e\u0444\u0438\u043b \u043d\u0430 \u0442\u0440\u0430\u043d\u0441\u043a\u043e\u0434\u0438\u043d\u0433",
|
||||
@ -689,8 +689,8 @@
|
||||
"LabelSonyAggregationFlags": "Sony aggregation flags:",
|
||||
"LabelSonyAggregationFlagsHelp": "Determines the content of the aggregationFlags element in the urn:schemas-sonycom:av namespace.",
|
||||
"LabelTranscodingContainer": "Container:",
|
||||
"LabelTranscodingVideoCodec": "Video codec:",
|
||||
"LabelTranscodingAudioCodec": "Audio codec:",
|
||||
"LabelTranscodingVideoCodec": "\u0412\u0438\u0434\u0435\u043e\u043a\u043e\u0434\u0435\u043a:",
|
||||
"LabelTranscodingAudioCodec": "\u0417\u0432\u0443\u043a\u043e\u0432 \u043a\u043e\u0434\u0435\u043a:",
|
||||
"OptionEnableM2tsMode": "Enable M2ts mode",
|
||||
"OptionEnableM2tsModeHelp": "Enable m2ts mode when encoding to mpegts.",
|
||||
"OptionEstimateContentLength": "Estimate content length when transcoding",
|
||||
@ -724,7 +724,7 @@
|
||||
"ValueSeriesNameUnderscore": "Series_name",
|
||||
"ValueEpisodeNamePeriod": "Episode.name",
|
||||
"ValueEpisodeNameUnderscore": "Episode_name",
|
||||
"LabelSeasonNumberPlain": "Season number",
|
||||
"LabelSeasonNumberPlain": "\u0411\u0440\u043e\u0439 \u0441\u0435\u0437\u043e\u043d\u0438",
|
||||
"LabelEpisodeNumberPlain": "Episode number",
|
||||
"LabelEndingEpisodeNumberPlain": "Ending episode number",
|
||||
"HeaderTypeText": "Enter Text",
|
||||
@ -741,7 +741,7 @@
|
||||
"OptionYes": "\u0414\u0430",
|
||||
"OptionNo": "\u041d\u0435",
|
||||
"HeaderOptions": "\u041d\u0430\u0441\u0442\u0440\u043e\u0439\u043a\u0438",
|
||||
"LabelHomeScreenSectionValue": "Home screen section {0}:",
|
||||
"LabelHomeScreenSectionValue": "\u0420\u0430\u0437\u0434\u0435\u043b {0} \u043d\u0430 \u043d\u0430\u0447\u0430\u043b\u043d\u0438\u044f \u0435\u043a\u0440\u0430\u043d:",
|
||||
"OptionMyMedia": "\u041c\u043e\u044f\u0442\u0430 \u043c\u0435\u0434\u0438\u044f",
|
||||
"OptionMyMediaSmall": "My media (small)",
|
||||
"OptionResumablemedia": "\u041f\u0440\u043e\u0434\u044a\u043b\u0436\u0430\u0432\u0430\u043d\u0435",
|
||||
@ -853,7 +853,7 @@
|
||||
"HeaderImages": "Images",
|
||||
"HeaderBackdrops": "Backdrops",
|
||||
"HeaderAddUpdateImage": "Add\/Update Image",
|
||||
"LabelDropImageHere": "\u041f\u0443\u0441\u043d\u0435\u0442\u0435 \u0438\u0437\u043e\u0431\u0440\u0430\u0436\u0435\u043d\u0438\u0435 \u0442\u0443\u043a \u0438\u043b\u0438 \u0449\u0440\u0430\u043a\u043d\u0435\u0442\u0435 \u0437\u0430 \u0440\u0430\u0437\u0433\u043b\u0435\u0436\u0434\u0430\u043d\u0435.",
|
||||
"LabelDropImageHere": "\u041f\u0443\u0441\u043d\u0435\u0442\u0435 \u0438\u0437\u043e\u0431\u0440\u0430\u0436\u0435\u043d\u0438\u0435 \u0442\u0443\u043a.",
|
||||
"LabelJpgPngOnly": "JPG\/PNG only",
|
||||
"LabelImageType": "Image type:",
|
||||
"OptionPrimary": "Primary",
|
||||
@ -867,8 +867,8 @@
|
||||
"OptionScreenshot": "\u0421\u043d\u0438\u043c\u043a\u0430 \u043d\u0430 \u0435\u043a\u0440\u0430\u043d\u0430",
|
||||
"OptionLocked": "Locked",
|
||||
"OptionUnidentified": "Unidentified",
|
||||
"OptionMissingParentalRating": "Missing parental rating",
|
||||
"OptionSeason0": "Season 0",
|
||||
"OptionMissingParentalRating": "\u041b\u0438\u043f\u0441\u0432\u0430 \u0440\u043e\u0434\u0438\u0442\u0435\u043b\u0441\u043a\u0430 \u043e\u0446\u0435\u043d\u043a\u0430",
|
||||
"OptionSeason0": "\u0421\u0435\u0437\u043e\u043d 0",
|
||||
"LabelReport": "Report:",
|
||||
"OptionReportSongs": "\u041f\u0435\u0441\u043d\u0438",
|
||||
"OptionReportSeries": "\u0421\u0435\u0440\u0438\u0430\u043b\u0438",
|
||||
@ -941,7 +941,7 @@
|
||||
"OptionProducer": "Producer",
|
||||
"LabelAirDays": "\u0414\u043d\u0438 \u043d\u0430 \u0438\u0437\u043b\u044a\u0447\u0432\u0430\u043d\u0435:",
|
||||
"LabelAirTime": "\u0427\u0430\u0441 \u043d\u0430 \u0438\u0437\u043b\u044a\u0447\u0432\u0430\u043d\u0435:",
|
||||
"HeaderMediaInfo": "Media Info",
|
||||
"HeaderMediaInfo": "\u0414\u0430\u043d\u043d\u0438",
|
||||
"HeaderPhotoInfo": "Photo Info",
|
||||
"HeaderInstall": "\u0418\u043d\u0441\u0442\u0430\u043b\u0438\u0440\u0430\u043d\u0435",
|
||||
"LabelSelectVersionToInstall": "Select version to install:",
|
||||
@ -978,11 +978,11 @@
|
||||
"OptionHlsSegmentedSubtitles": "Hls segmented subtitles",
|
||||
"LabelSubtitleFormatHelp": "Example: srt",
|
||||
"ButtonLearnMore": "Learn more",
|
||||
"TabPlayback": "Playback",
|
||||
"TabPlayback": "\u0412\u044a\u0437\u043f\u0440\u043e\u0438\u0437\u0432\u0435\u0436\u0434\u0430\u043d\u0435",
|
||||
"HeaderAudioSettings": "\u041d\u0430\u0441\u0442\u0440\u043e\u0439\u043a\u0438 \u043d\u0430 \u0437\u0432\u0443\u043a\u0430",
|
||||
"HeaderSubtitleSettings": "\u041d\u0430\u0441\u0442\u0440\u043e\u0439\u043a\u0438 \u043d\u0430 \u0441\u0443\u0431\u0442\u0438\u0442\u0440\u0438\u0442\u0435",
|
||||
"TabCinemaMode": "Cinema Mode",
|
||||
"TitlePlayback": "Playback",
|
||||
"TitlePlayback": "\u0412\u044a\u0437\u043f\u0440\u043e\u0438\u0437\u0432\u0435\u0436\u0434\u0430\u043d\u0435",
|
||||
"LabelEnableCinemaModeFor": "Enable cinema mode for:",
|
||||
"CinemaModeConfigurationHelp": "Cinema mode brings the theater experience straight to your living room with the ability to play trailers and custom intros before the main feature.",
|
||||
"OptionTrailersFromMyMovies": "Include trailers from movies in my library",
|
||||
@ -1069,7 +1069,7 @@
|
||||
"TitleSync": "Sync",
|
||||
"OptionAllowSyncContent": "Allow Sync",
|
||||
"OptionAllowContentDownloading": "Allow media downloading",
|
||||
"NameSeasonUnknown": "Season Unknown",
|
||||
"NameSeasonUnknown": "\u041d\u0435\u043f\u043e\u0437\u043d\u0430\u0442 \u0441\u0435\u0437\u043e\u043d",
|
||||
"NameSeasonNumber": "\u0421\u0435\u0437\u043e\u043d {0}",
|
||||
"LabelNewUserNameHelp": "Usernames can contain letters (a-z), numbers (0-9), dashes (-), underscores (_), apostrophes ('), and periods (.)",
|
||||
"TabJobs": "\u0417\u0430\u0434\u0430\u0447\u0438",
|
||||
@ -1156,10 +1156,10 @@
|
||||
"HeaderImageBackdrop": "\u0424\u043e\u043d",
|
||||
"HeaderImageLogo": "\u041b\u043e\u0433\u043e\u0442\u0438\u043f",
|
||||
"HeaderUserPrimaryImage": "\u0418\u0437\u043e\u0431\u0440\u0430\u0436\u0435\u043d\u0438\u0435",
|
||||
"ButtonProfile": "Profile",
|
||||
"ButtonProfile": "\u041f\u0440\u043e\u0444\u0438\u043b",
|
||||
"ButtonProfileHelp": "Set your profile image and password.",
|
||||
"HeaderHomeScreenSettings": "Home Screen settings",
|
||||
"HeaderProfile": "Profile",
|
||||
"HeaderHomeScreenSettings": "\u041d\u0430\u0441\u0442\u0440\u043e\u0439\u043a\u0438 \u043d\u0430 \u043d\u0430\u0447\u0430\u043b\u043d\u0438\u044f \u0435\u043a\u0440\u0430\u043d",
|
||||
"HeaderProfile": "\u041f\u0440\u043e\u0444\u0438\u043b",
|
||||
"HeaderLanguage": "\u0415\u0437\u0438\u043a",
|
||||
"LabelTranscodingThreadCount": "Transcoding thread count:",
|
||||
"LabelTranscodingThreadCountHelp": "Select the maximum number of threads to use when transcoding. Reducing the thread count will lower cpu usage but may not convert fast enough for a smooth playback experience.",
|
||||
@ -1180,7 +1180,7 @@
|
||||
"LabelHardwareAccelerationType": "Hardware acceleration:",
|
||||
"LabelHardwareAccelerationTypeHelp": "Available on supported systems only.",
|
||||
"ButtonServerDashboard": "\u0422\u0430\u0431\u043b\u043e \u043d\u0430 \u0441\u044a\u0440\u0432\u044a\u0440\u0430",
|
||||
"HeaderAdmin": "Admin",
|
||||
"HeaderAdmin": "\u0410\u0434\u043c\u0438\u043d\u0438\u0441\u0442\u0440\u0438\u0440\u0430\u043d\u0435",
|
||||
"ButtonSignOut": "\u041e\u0442\u043f\u0438\u0441\u0432\u0430\u043d\u0435",
|
||||
"HeaderCameraUpload": "Camera Upload",
|
||||
"SelectCameraUploadServers": "Upload camera photos to the following servers:",
|
||||
@ -1303,7 +1303,7 @@
|
||||
"LabelDefaultStream": "(Default)",
|
||||
"LabelForcedStream": "(Forced)",
|
||||
"LabelDefaultForcedStream": "(Default\/Forced)",
|
||||
"LabelUnknownLanguage": "Unknown language",
|
||||
"LabelUnknownLanguage": "\u041d\u0435\u043f\u043e\u0437\u043d\u0430\u0442 \u0435\u0437\u0438\u043a",
|
||||
"ButtonMute": "Mute",
|
||||
"ButtonUnmute": "Unmute",
|
||||
"ButtonPlaylist": "\u0421\u043f\u0438\u0441\u044a\u043a",
|
||||
@ -1386,8 +1386,8 @@
|
||||
"LabelPlayMethodTranscoding": "Transcoding",
|
||||
"LabelPlayMethodDirectStream": "Direct Streaming",
|
||||
"LabelPlayMethodDirectPlay": "Direct Playing",
|
||||
"LabelAudioCodec": "Audio: {0}",
|
||||
"LabelVideoCodec": "Video: {0}",
|
||||
"LabelAudioCodec": "\u0417\u0432\u0443\u043a: {0}",
|
||||
"LabelVideoCodec": "\u0412\u0438\u0434\u0435\u043e: {0}",
|
||||
"LabelLocalAccessUrl": "In-Home (LAN) access: {0}",
|
||||
"LabelRemoteAccessUrl": "Remote (WAN) access: {0}",
|
||||
"LabelRunningOnPort": "Running on http port {0}.",
|
||||
@ -1405,7 +1405,7 @@
|
||||
"HeaderMenu": "Menu",
|
||||
"ButtonOpen": "Open",
|
||||
"ButtonShuffle": "Shuffle",
|
||||
"ButtonResume": "Resume",
|
||||
"ButtonResume": "\u041f\u0440\u043e\u0434\u044a\u043b\u0436\u0430\u0432\u0430\u043d\u0435",
|
||||
"HeaderAudioTracks": "Audio Tracks",
|
||||
"HeaderLibraries": "Libraries",
|
||||
"HeaderVideoQuality": "Video Quality",
|
||||
@ -1431,9 +1431,9 @@
|
||||
"MessageConfirmRevokeApiKey": "Are you sure you wish to revoke this api key? The application's connection to Emby Server will be abruptly terminated.",
|
||||
"HeaderConfirmRevokeApiKey": "Revoke Api Key",
|
||||
"ValueContainer": "Container: {0}",
|
||||
"ValueAudioCodec": "Audio Codec: {0}",
|
||||
"ValueVideoCodec": "Video Codec: {0}",
|
||||
"ValueCodec": "Codec: {0}",
|
||||
"ValueAudioCodec": "\u0417\u0432\u0443\u043a\u043e\u0432 \u043a\u043e\u0434\u0435\u043a: {0}",
|
||||
"ValueVideoCodec": "\u0412\u0438\u0434\u0435\u043e\u043a\u043e\u0434\u0435\u043a: {0}",
|
||||
"ValueCodec": "\u041a\u043e\u0434\u0435\u043a: {0}",
|
||||
"ValueConditions": "Conditions: {0}",
|
||||
"LabelAll": "All",
|
||||
"HeaderDeleteImage": "Delete Image",
|
||||
@ -1450,10 +1450,10 @@
|
||||
"OptionOn": "On",
|
||||
"ButtonUninstall": "Uninstall",
|
||||
"HeaderLiveTV": "Live TV",
|
||||
"MissingPrimaryImage": "Missing primary image.",
|
||||
"MissingBackdropImage": "Missing backdrop image.",
|
||||
"MissingLogoImage": "Missing logo image.",
|
||||
"MissingEpisode": "Missing episode.",
|
||||
"MissingPrimaryImage": "\u041b\u0438\u043f\u0441\u0432\u0430 \u0433\u043b\u0430\u0432\u043d\u043e \u0438\u0437\u043e\u0431\u0440\u0430\u0436\u0435\u043d\u0438\u0435.",
|
||||
"MissingBackdropImage": "\u041b\u0438\u043f\u0441\u0432\u0430 \u0444\u043e\u043d\u043e\u0432\u043e \u0438\u0437\u043e\u0431\u0440\u0430\u0436\u0435\u043d\u0438\u0435.",
|
||||
"MissingLogoImage": "\u041b\u0438\u043f\u0441\u0432\u0430 \u043b\u043e\u0433\u043e\u0442\u0438\u043f.",
|
||||
"MissingEpisode": "\u041b\u0438\u043f\u0441\u0432\u0430 \u0435\u043f\u0438\u0437\u043e\u0434.",
|
||||
"OptionBackdrops": "Backdrops",
|
||||
"OptionImages": "Images",
|
||||
"OptionKeywords": "Keywords",
|
||||
@ -1582,7 +1582,7 @@
|
||||
"ValueMusicVideoCount": "{0} music videos",
|
||||
"HeaderOffline": "Offline",
|
||||
"HeaderUnaired": "Unaired",
|
||||
"HeaderMissing": "Missing",
|
||||
"HeaderMissing": "\u041b\u0438\u043f\u0441\u0432\u0430",
|
||||
"ButtonWebsite": "\u0421\u0430\u0439\u0442",
|
||||
"ValueSeriesYearToPresent": "{0} - Present",
|
||||
"ValueAwards": "Awards: {0}",
|
||||
@ -1593,7 +1593,7 @@
|
||||
"ValueStatus": "Status: {0}",
|
||||
"LabelLimit": "Limit:",
|
||||
"ValueLinks": "Links: {0}",
|
||||
"HeaderCastAndCrew": "Cast & Crew",
|
||||
"HeaderCastAndCrew": "\u0410\u0440\u0442\u0438\u0441\u0442\u0438 \u0438 \u0438\u0437\u043f\u044a\u043b\u043d\u0438\u0442\u0435\u043b\u0438",
|
||||
"ValueArtist": "Artist: {0}",
|
||||
"ValueArtists": "Artists: {0}",
|
||||
"MediaInfoCameraMake": "Camera make",
|
||||
@ -1633,26 +1633,26 @@
|
||||
"MediaInfoPixelFormat": "Pixel format",
|
||||
"MediaInfoBitDepth": "Bit depth",
|
||||
"MediaInfoSampleRate": "Sample rate",
|
||||
"MediaInfoBitrate": "Bitrate",
|
||||
"MediaInfoChannels": "Channels",
|
||||
"MediaInfoBitrate": "\u0421\u043a\u043e\u0440\u043e\u0441\u0442 \u043d\u0430 \u043f\u0440\u0435\u0434\u0430\u0432\u0430\u043d\u0435",
|
||||
"MediaInfoChannels": "\u041a\u0430\u043d\u0430\u043b\u0438",
|
||||
"MediaInfoLayout": "Layout",
|
||||
"MediaInfoLanguage": "Language",
|
||||
"MediaInfoCodec": "Codec",
|
||||
"MediaInfoLanguage": "\u0415\u0437\u0438\u043a",
|
||||
"MediaInfoCodec": "\u041a\u043e\u0434\u0435\u043a",
|
||||
"MediaInfoCodecTag": "Codec tag",
|
||||
"MediaInfoProfile": "Profile",
|
||||
"MediaInfoLevel": "Level",
|
||||
"MediaInfoAspectRatio": "Aspect ratio",
|
||||
"MediaInfoResolution": "Resolution",
|
||||
"MediaInfoProfile": "\u041f\u0440\u043e\u0444\u0438\u043b",
|
||||
"MediaInfoLevel": "\u041d\u0438\u0432\u043e",
|
||||
"MediaInfoAspectRatio": "\u0421\u044a\u043e\u0442\u043d\u043e\u0448\u0435\u043d\u0438\u0435",
|
||||
"MediaInfoResolution": "\u0420\u0430\u0437\u0434\u0435\u043b\u0438\u0442\u0435\u043b\u043d\u0430 \u0441\u043f\u043e\u0441\u043e\u0431\u043d\u043e\u0441\u0442",
|
||||
"MediaInfoAnamorphic": "Anamorphic",
|
||||
"MediaInfoInterlaced": "Interlaced",
|
||||
"MediaInfoFramerate": "Framerate",
|
||||
"MediaInfoFramerate": "\u041a\u0430\u0434\u0440\u0438 \u0432 \u0441\u0435\u043a\u0443\u043d\u0434\u0430",
|
||||
"MediaInfoStreamTypeAudio": "Audio",
|
||||
"MediaInfoStreamTypeData": "Data",
|
||||
"MediaInfoStreamTypeVideo": "Video",
|
||||
"MediaInfoStreamTypeSubtitle": "Subtitle",
|
||||
"MediaInfoStreamTypeEmbeddedImage": "Embedded Image",
|
||||
"MediaInfoRefFrames": "Ref frames",
|
||||
"TabExpert": "Expert",
|
||||
"TabExpert": "\u0417\u0430 \u043d\u0430\u043f\u0440\u0435\u0434\u043d\u0430\u043b\u0438",
|
||||
"HeaderSelectCustomIntrosPath": "Select Custom Intros Path",
|
||||
"HeaderThankYou": "Thank You",
|
||||
"LabelFullReview": "Full review:",
|
||||
@ -1684,7 +1684,7 @@
|
||||
"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.",
|
||||
"DashboardTourSync": "Sync your personal media to your devices for offline viewing.",
|
||||
"TabExtras": "Extras",
|
||||
"TabExtras": "\u0415\u043a\u0441\u0442\u0440\u0438",
|
||||
"HeaderUploadImage": "Upload Image",
|
||||
"DeviceLastUsedByUserName": "Last used by {0}",
|
||||
"HeaderDeleteDevice": "Delete Device",
|
||||
@ -1729,7 +1729,7 @@
|
||||
"SyncJobItemStatusFailed": "Failed",
|
||||
"SyncJobItemStatusRemovedFromDevice": "Removed from device",
|
||||
"SyncJobItemStatusCancelled": "Cancelled",
|
||||
"LabelProfile": "Profile:",
|
||||
"LabelProfile": "\u041f\u0440\u043e\u0444\u0438\u043b:",
|
||||
"LabelBitrateMbps": "Bitrate (Mbps):",
|
||||
"EmbyIntroDownloadMessage": "To download and install the free Emby Server visit {0}.",
|
||||
"EmbyIntroDownloadMessageWithoutLink": "To download and install the free Emby Server visit the Emby website.",
|
||||
@ -1775,8 +1775,8 @@
|
||||
"OptionBackdropSlideshow": "Backdrop slideshow",
|
||||
"HeaderTopPlugins": "\u041f\u043e\u043f\u0443\u043b\u044f\u0440\u043d\u0438 \u043f\u0440\u0438\u0441\u0442\u0430\u0432\u043a\u0438",
|
||||
"ButtonOther": "Other",
|
||||
"HeaderSortBy": "Sort By",
|
||||
"HeaderSortOrder": "Sort Order",
|
||||
"HeaderSortBy": "\u041f\u043e\u0434\u0440\u0435\u0436\u0434\u0430\u043d\u0435 \u043f\u043e",
|
||||
"HeaderSortOrder": "\u0420\u0435\u0434 \u043d\u0430 \u043f\u043e\u0434\u0440\u0435\u0436\u0434\u0430\u043d\u0435",
|
||||
"ButtonMenu": "Menu",
|
||||
"ForAdditionalLiveTvOptions": "For additional Live TV providers, click on the Services tab to see the available options.",
|
||||
"ButtonGuide": "Guide",
|
||||
@ -1865,7 +1865,7 @@
|
||||
"OptionUseMyCustomVersion": "Use a custom version",
|
||||
"FFmpegSavePathNotFound": "We're unable to locate FFmpeg using the path you've entered. FFprobe is also required and must exist in the same folder. These components are normally bundled together in the same download. Please check the path and try again.",
|
||||
"XmlTvPremiere": "By default, Emby will import {0} hours of guide data. Importing unlimited data requires an active Emby Premiere subscription.",
|
||||
"MoreFromValue": "More from {0}",
|
||||
"MoreFromValue": "\u041e\u0449\u0435 \u043e\u0442 {0}",
|
||||
"OptionSaveMetadataAsHiddenHelp": "Changing this will apply to new metadata saved going forward. Existing metadata files will be updated the next time they are saved by Emby Server.",
|
||||
"EnablePhotos": "Enable photos",
|
||||
"EnablePhotosHelp": "Photos will be detected and displayed alongside other media files.",
|
||||
@ -1938,7 +1938,7 @@
|
||||
"ScanLibrary": "\u0421\u043a\u0430\u043d\u0438\u0440\u0430\u043d\u0435 \u043d\u0430 \u0431\u0438\u0431\u043b\u0438\u043e\u0442\u0435\u043a\u0430\u0442\u0430",
|
||||
"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 require https for external connections, you will need to supply a trusted SSL certificate, such as Lets 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.",
|
||||
|
@ -457,14 +457,14 @@
|
||||
"LabelPublicHttpPortHelp": "The public port number that should be mapped to the local http port.",
|
||||
"LabelPublicHttpsPort": "N\u00famero p\u00fablic del port https:",
|
||||
"LabelPublicHttpsPortHelp": "The public port number that should be mapped to the local https port.",
|
||||
"LabelEnableHttps": "Reporta l'adre\u00e7a externa com a https",
|
||||
"LabelEnableHttpsHelp": "If enabled, the server will report an https url to Emby apps as it's external address.",
|
||||
"RequireHttps": "Require https for external connections",
|
||||
"RequireHttpsHelp": "If enabled, connections over http will be redirected to https.",
|
||||
"LabelHttpsPort": "Port local https:",
|
||||
"LabelHttpsPortHelp": "The tcp port number that Emby's https server should bind to.",
|
||||
"LabelEnableAutomaticPortMap": "Habilita l'auto-mapatge de ports",
|
||||
"LabelEnableAutomaticPortMapHelp": "Attempt to automatically map the public port to the local port via UPnP. This may not work with some router models.",
|
||||
"LabelExternalDDNS": "Domini extern:",
|
||||
"LabelExternalDDNSHelp": "If you have a dynamic DNS enter it here. Emby apps will use it when connecting remotely. This field is required when used with a custom ssl certificate.",
|
||||
"LabelExternalDDNSHelp": "If you have a dynamic DNS enter it here. Emby apps will use it when connecting remotely. This field is required when used with a custom ssl certificate. Example: mydomain.com.",
|
||||
"TitleAppSettings": "Prefer\u00e8ncies d'App",
|
||||
"LabelMinResumePercentage": "Percentatge m\u00ednim per reprendre:",
|
||||
"LabelMaxResumePercentage": "Percentatge m\u00e0xim per reprendre:",
|
||||
@ -1938,7 +1938,7 @@
|
||||
"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 require https for external connections, you will need to supply a trusted SSL certificate, such as Lets Encrypt.",
|
||||
"HeaderLatestDownloadedVideos": "Darrers V\u00eddeos Descarregats",
|
||||
"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.",
|
||||
|
@ -457,8 +457,8 @@
|
||||
"LabelPublicHttpPortHelp": "Ve\u0159ejn\u00fd port, na kter\u00fd by m\u011bl b\u00fdt mapov\u00e1n lok\u00e1ln\u00ed http port.",
|
||||
"LabelPublicHttpsPort": "Ve\u0159ejn\u00fd https port:",
|
||||
"LabelPublicHttpsPortHelp": "Ve\u0159ejn\u00fd port, na kter\u00fd by m\u011bl b\u00fdt mapov\u00e1n lok\u00e1ln\u00ed https port.",
|
||||
"LabelEnableHttps": "Https uv\u00e1d\u011bt jako extern\u00ed adresu",
|
||||
"LabelEnableHttpsHelp": "Pokud je povoleno, server bude klient\u016fm v URL uvedeno https pro extern\u00ed adresu.",
|
||||
"RequireHttps": "Require https for external connections",
|
||||
"RequireHttpsHelp": "If enabled, connections over http will be redirected to https.",
|
||||
"LabelHttpsPort": "Lok\u00e1ln\u00ed https port:",
|
||||
"LabelHttpsPortHelp": "Tcp port, se kter\u00fdm by Emby https server m\u011bl b\u00fdt sv\u00e1z\u00e1n.",
|
||||
"LabelEnableAutomaticPortMap": "Povolit automatick\u00e9 mapov\u00e1n\u00ed port\u016f",
|
||||
@ -1938,7 +1938,7 @@
|
||||
"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 require https for external connections, you will need to supply a trusted SSL certificate, such as Lets Encrypt.",
|
||||
"HeaderLatestDownloadedVideos": "Nejnov\u011bj\u0161\u00ed sta\u017een\u00e1 videa",
|
||||
"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.",
|
||||
|
@ -457,8 +457,8 @@
|
||||
"LabelPublicHttpPortHelp": "Det offentlige portnummer som bliver knyttet til det lokale http portnummer.",
|
||||
"LabelPublicHttpsPort": "Offentligt https portnummer:",
|
||||
"LabelPublicHttpsPortHelp": "Det offentlige portnummer som bliver knyttet til det lokale https portnummer.",
|
||||
"LabelEnableHttps": "Angiv https til den eksterne adresse",
|
||||
"LabelEnableHttpsHelp": "Hvis dette er aktiveret, vil serveren udsende en https-url til Emby-apps, som dens eksterne adresse.",
|
||||
"RequireHttps": "Require https for external connections",
|
||||
"RequireHttpsHelp": "If enabled, connections over http will be redirected to https.",
|
||||
"LabelHttpsPort": "Lokalt https portnummer",
|
||||
"LabelHttpsPortHelp": "Det portnummer Embys https-server bruger.",
|
||||
"LabelEnableAutomaticPortMap": "Aktiver automatisk port mapping",
|
||||
@ -1938,7 +1938,7 @@
|
||||
"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 require https for external connections, you will need to supply a trusted SSL certificate, such as Lets 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.",
|
||||
|
@ -51,8 +51,8 @@
|
||||
"RegisterWithPayPal": "Mit PayPal registrieren",
|
||||
"LabelSyncTempPath": "Temporary file path:",
|
||||
"LabelSyncTempPathHelp": "Specify a custom sync working folder. Converted media created during the sync process will be stored here.",
|
||||
"LabelCustomCertificatePath": "Custom certificate path:",
|
||||
"LabelCustomCertificatePathHelp": "Supply your own ssl certificate .pfx file. If omitted, the server will create a self-signed certificate.",
|
||||
"LabelCustomCertificatePath": "Custom ssl certificate path:",
|
||||
"LabelCustomCertificatePathHelp": "Supply your own ssl certificate .pfx file.",
|
||||
"TitleNotifications": "Notifications",
|
||||
"OptionDetectArchiveFilesAsMedia": "Detect archive files as media",
|
||||
"OptionDetectArchiveFilesAsMediaHelp": "If enabled, files with .rar and .zip extensions will be detected as media files.",
|
||||
@ -457,14 +457,14 @@
|
||||
"LabelPublicHttpPortHelp": "The public port number that should be mapped to the local http port.",
|
||||
"LabelPublicHttpsPort": "Public https port number:",
|
||||
"LabelPublicHttpsPortHelp": "The public port number that should be mapped to the local https port.",
|
||||
"LabelEnableHttps": "Report https as external address",
|
||||
"LabelEnableHttpsHelp": "If enabled, the server will report an https url to Emby apps as it's external address.",
|
||||
"RequireHttps": "Require https for external connections",
|
||||
"RequireHttpsHelp": "If enabled, connections over http will be redirected to https.",
|
||||
"LabelHttpsPort": "Local https port number:",
|
||||
"LabelHttpsPortHelp": "The tcp port number that Emby's https server should bind to.",
|
||||
"LabelEnableAutomaticPortMap": "Enable automatic port mapping",
|
||||
"LabelEnableAutomaticPortMapHelp": "Attempt to automatically map the public port to the local port via UPnP. This may not work with some router models.",
|
||||
"LabelExternalDDNS": "External domain:",
|
||||
"LabelExternalDDNSHelp": "If you have a dynamic DNS enter it here. Emby apps will use it when connecting remotely. This field is required when used with a custom ssl certificate.",
|
||||
"LabelExternalDDNSHelp": "If you have a dynamic DNS enter it here. Emby apps will use it when connecting remotely. This field is required when used with a custom ssl certificate. Example: mydomain.com.",
|
||||
"TitleAppSettings": "App Settings",
|
||||
"LabelMinResumePercentage": "Min resume percentage:",
|
||||
"LabelMaxResumePercentage": "Max resume percentage:",
|
||||
@ -1938,7 +1938,7 @@
|
||||
"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 require https for external connections, you will need to supply a trusted SSL certificate, such as Lets 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.",
|
||||
|
@ -457,8 +457,8 @@
|
||||
"LabelPublicHttpPortHelp": "Die \u00f6ffentliche Portnummer sollte einem lokalen HTTP Port zugewiesen werden.",
|
||||
"LabelPublicHttpsPort": "\u00d6ffentliche HTTPS Portnummer:",
|
||||
"LabelPublicHttpsPortHelp": "Die \u00f6ffentliche Portnummer sollte einem lokalen HTTPS Port zugewiesen werden.",
|
||||
"LabelEnableHttps": "Gebe HTTPS als externe Adresse aus",
|
||||
"LabelEnableHttpsHelp": "Wenn eingeschaltet, wird der Server eine HTTPS URL als externe Adresse an alle Emby-Apps melden.",
|
||||
"RequireHttps": "Require https for external connections",
|
||||
"RequireHttpsHelp": "If enabled, connections over http will be redirected to https.",
|
||||
"LabelHttpsPort": "Lokale HTTPS Portnummer:",
|
||||
"LabelHttpsPortHelp": "Die TCP Port-Nummer f\u00fcr sichere Emby https Verbindungen.",
|
||||
"LabelEnableAutomaticPortMap": "Aktiviere das automatische Port-Mapping",
|
||||
|
@ -52,7 +52,7 @@
|
||||
"LabelSyncTempPath": "\u03a6\u03ac\u03ba\u03b5\u03bb\u03bf\u03c2 \u03c0\u03c1\u03bf\u03c3\u03c9\u03c1\u03b9\u03bd\u03ce\u03bd \u03b1\u03c1\u03c7\u03b5\u03af\u03c9\u03bd:",
|
||||
"LabelSyncTempPathHelp": "Specify a custom sync working folder. Converted media created during the sync process will be stored here.",
|
||||
"LabelCustomCertificatePath": "\u0394\u03b9\u03b1\u03b4\u03c1\u03bf\u03bc\u03ae \u03c0\u03b9\u03c3\u03c4\u03bf\u03c0\u03bf\u03b9\u03b7\u03c4\u03b9\u03ba\u03bf\u03cd \u03b1\u03c3\u03c6\u03b1\u03bb\u03b5\u03af\u03b1\u03c2:",
|
||||
"LabelCustomCertificatePathHelp": "Supply your own ssl certificate .pfx file. If omitted, the server will create a self-signed certificate.",
|
||||
"LabelCustomCertificatePathHelp": "Supply your own ssl certificate .pfx file.",
|
||||
"TitleNotifications": "\u0395\u03b9\u03b4\u03bf\u03c0\u03bf\u03b9\u03ae\u03c3\u03b5\u03b9\u03c2",
|
||||
"OptionDetectArchiveFilesAsMedia": "\u0391\u03bd\u03b1\u03b3\u03bd\u03ce\u03c1\u03b9\u03c3\u03b5 \u03a3\u03c5\u03bc\u03c0\u03b9\u03b5\u03c3\u03bc\u03ad\u03bd\u03b1 \u03b1\u03c1\u03c7\u03b5\u03af\u03b1 \u03c9\u03c2 \u03c0\u03bf\u03bb\u03c5\u03bc\u03ad\u03c3\u03b1.",
|
||||
"OptionDetectArchiveFilesAsMediaHelp": "\u0391\u03c1\u03c7\u03b5\u03af\u03b1 \u03bc\u03b5 .rar \u03ba\u03b1\u03b9 .zip \u03ba\u03b1\u03c4\u03b1\u03bb\u03ae\u03be\u03b5\u03b9\u03c2 \u03b8\u03b1 \u03b1\u03bd\u03b1\u03b3\u03bd\u03c9\u03c1\u03af\u03b6\u03bf\u03bd\u03c4\u03b1\u03b9 \u03c9\u03c2 \u03b1\u03c1\u03c7\u03b5\u03af\u03b1 \u03c0\u03bf\u03bb\u03c5\u03bc\u03ad\u03c3\u03c9\u03bd.",
|
||||
@ -457,14 +457,14 @@
|
||||
"LabelPublicHttpPortHelp": "The public port number that should be mapped to the local http port.",
|
||||
"LabelPublicHttpsPort": "Public https port number:",
|
||||
"LabelPublicHttpsPortHelp": "The public port number that should be mapped to the local https port.",
|
||||
"LabelEnableHttps": "Report https as external address",
|
||||
"LabelEnableHttpsHelp": "If enabled, the server will report an https url to Emby apps as it's external address.",
|
||||
"RequireHttps": "Require https for external connections",
|
||||
"RequireHttpsHelp": "If enabled, connections over http will be redirected to https.",
|
||||
"LabelHttpsPort": "Local https port number:",
|
||||
"LabelHttpsPortHelp": "The tcp port number that Emby's https server should bind to.",
|
||||
"LabelEnableAutomaticPortMap": "Enable automatic port mapping",
|
||||
"LabelEnableAutomaticPortMapHelp": "Attempt to automatically map the public port to the local port via UPnP. This may not work with some router models.",
|
||||
"LabelExternalDDNS": "External domain:",
|
||||
"LabelExternalDDNSHelp": "If you have a dynamic DNS enter it here. Emby apps will use it when connecting remotely. This field is required when used with a custom ssl certificate.",
|
||||
"LabelExternalDDNSHelp": "If you have a dynamic DNS enter it here. Emby apps will use it when connecting remotely. This field is required when used with a custom ssl certificate. Example: mydomain.com.",
|
||||
"TitleAppSettings": "App Settings",
|
||||
"LabelMinResumePercentage": "Min resume percentage:",
|
||||
"LabelMaxResumePercentage": "Max resume percentage:",
|
||||
@ -1938,7 +1938,7 @@
|
||||
"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 require https for external connections, you will need to supply a trusted SSL certificate, such as Lets 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.",
|
||||
|
@ -457,8 +457,8 @@
|
||||
"LabelPublicHttpPortHelp": "The public port number that should be mapped to the local HTTP port.",
|
||||
"LabelPublicHttpsPort": "Public HTTPS port number:",
|
||||
"LabelPublicHttpsPortHelp": "The public port number that should be mapped to the local HTTPS port.",
|
||||
"LabelEnableHttps": "Report HTTPS as external address",
|
||||
"LabelEnableHttpsHelp": "If enabled, the server will report an HTTPS URL to clients as its external address.",
|
||||
"RequireHttps": "Require https for external connections",
|
||||
"RequireHttpsHelp": "If enabled, connections over http will be redirected to https.",
|
||||
"LabelHttpsPort": "Local HTTPS port number:",
|
||||
"LabelHttpsPortHelp": "The TCP port number that Emby's HTTPS server should bind to.",
|
||||
"LabelEnableAutomaticPortMap": "Enable automatic port mapping",
|
||||
|
@ -51,8 +51,8 @@
|
||||
"RegisterWithPayPal": "Register with PayPal",
|
||||
"LabelSyncTempPath": "Temporary file path:",
|
||||
"LabelSyncTempPathHelp": "Specify a custom sync working folder. Converted media created during the sync process will be stored here.",
|
||||
"LabelCustomCertificatePath": "Custom certificate path:",
|
||||
"LabelCustomCertificatePathHelp": "Supply your own ssl certificate .pfx file. If omitted, the server will create a self-signed certificate.",
|
||||
"LabelCustomCertificatePath": "Custom ssl certificate path:",
|
||||
"LabelCustomCertificatePathHelp": "Supply your own ssl certificate .pfx file.",
|
||||
"TitleNotifications": "Notifications",
|
||||
"OptionDetectArchiveFilesAsMedia": "Detect archive files as media",
|
||||
"OptionDetectArchiveFilesAsMediaHelp": "If enabled, files with .rar and .zip extensions will be detected as media files.",
|
||||
@ -457,14 +457,14 @@
|
||||
"LabelPublicHttpPortHelp": "The public port number that should be mapped to the local http port.",
|
||||
"LabelPublicHttpsPort": "Public https port number:",
|
||||
"LabelPublicHttpsPortHelp": "The public port number that should be mapped to the local https port.",
|
||||
"LabelEnableHttps": "Report https as external address",
|
||||
"LabelEnableHttpsHelp": "If enabled, the server will report an https url to Emby apps as it's external address.",
|
||||
"RequireHttps": "Require https for external connections",
|
||||
"RequireHttpsHelp": "If enabled, connections over http will be redirected to https.",
|
||||
"LabelHttpsPort": "Local https port number:",
|
||||
"LabelHttpsPortHelp": "The tcp port number that Emby's https server should bind to.",
|
||||
"LabelEnableAutomaticPortMap": "Enable automatic port mapping",
|
||||
"LabelEnableAutomaticPortMapHelp": "Attempt to automatically map the public port to the local port via UPnP. This may not work with some router models.",
|
||||
"LabelExternalDDNS": "External domain:",
|
||||
"LabelExternalDDNSHelp": "If you have a dynamic DNS enter it here. Emby apps will use it when connecting remotely. This field is required when used with a custom ssl certificate.",
|
||||
"LabelExternalDDNSHelp": "If you have a dynamic DNS enter it here. Emby apps will use it when connecting remotely. This field is required when used with a custom ssl certificate. Example: mydomain.com.",
|
||||
"TitleAppSettings": "App Settings",
|
||||
"LabelMinResumePercentage": "Min resume percentage:",
|
||||
"LabelMaxResumePercentage": "Max resume percentage:",
|
||||
@ -1938,7 +1938,7 @@
|
||||
"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 require https for external connections, you will need to supply a trusted SSL certificate, such as Lets 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.",
|
||||
|
@ -51,8 +51,8 @@
|
||||
"RegisterWithPayPal": "Register with PayPal",
|
||||
"LabelSyncTempPath": "Temporary file path:",
|
||||
"LabelSyncTempPathHelp": "Specify a custom sync working folder. Converted media created during the sync process will be stored here.",
|
||||
"LabelCustomCertificatePath": "Custom certificate path:",
|
||||
"LabelCustomCertificatePathHelp": "Supply your own ssl certificate .pfx file. If omitted, the server will create a self-signed certificate.",
|
||||
"LabelCustomCertificatePath": "Custom ssl certificate path:",
|
||||
"LabelCustomCertificatePathHelp": "Supply your own ssl certificate .pfx file.",
|
||||
"TitleNotifications": "Notifications",
|
||||
"OptionDetectArchiveFilesAsMedia": "Detect archive files as media",
|
||||
"OptionDetectArchiveFilesAsMediaHelp": "If enabled, files with .rar and .zip extensions will be detected as media files.",
|
||||
@ -457,14 +457,14 @@
|
||||
"LabelPublicHttpPortHelp": "The public port number that should be mapped to the local http port.",
|
||||
"LabelPublicHttpsPort": "Public https port number:",
|
||||
"LabelPublicHttpsPortHelp": "The public port number that should be mapped to the local https port.",
|
||||
"LabelEnableHttps": "Report https as external address",
|
||||
"LabelEnableHttpsHelp": "If enabled, the server will report an https url to Emby apps as it's external address.",
|
||||
"RequireHttps": "Require https for external connections",
|
||||
"RequireHttpsHelp": "If enabled, connections over http will be redirected to https.",
|
||||
"LabelHttpsPort": "Local https port number:",
|
||||
"LabelHttpsPortHelp": "The tcp port number that Emby's https server should bind to.",
|
||||
"LabelEnableAutomaticPortMap": "Enable automatic port mapping",
|
||||
"LabelEnableAutomaticPortMapHelp": "Attempt to automatically map the public port to the local port via UPnP. This may not work with some router models.",
|
||||
"LabelExternalDDNS": "External domain:",
|
||||
"LabelExternalDDNSHelp": "If you have a dynamic DNS enter it here. Emby apps will use it when connecting remotely. This field is required when used with a custom ssl certificate.",
|
||||
"LabelExternalDDNSHelp": "If you have a dynamic DNS enter it here. Emby apps will use it when connecting remotely. This field is required when used with a custom ssl certificate. Example: mydomain.com.",
|
||||
"TitleAppSettings": "App Settings",
|
||||
"LabelMinResumePercentage": "Min resume percentage:",
|
||||
"LabelMaxResumePercentage": "Max resume percentage:",
|
||||
@ -1938,7 +1938,7 @@
|
||||
"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 require https for external connections, you will need to supply a trusted SSL certificate, such as Lets 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.",
|
||||
|
@ -457,14 +457,14 @@
|
||||
"LabelPublicHttpPortHelp": "The public port number that should be mapped to the local http port.",
|
||||
"LabelPublicHttpsPort": "Public https port number:",
|
||||
"LabelPublicHttpsPortHelp": "The public port number that should be mapped to the local https port.",
|
||||
"LabelEnableHttps": "Report https as external address",
|
||||
"LabelEnableHttpsHelp": "If enabled, the server will report an https url to Emby apps as it's external address.",
|
||||
"RequireHttps": "Require https for external connections",
|
||||
"RequireHttpsHelp": "If enabled, connections over http will be redirected to https.",
|
||||
"LabelHttpsPort": "Local https port number:",
|
||||
"LabelHttpsPortHelp": "The tcp port number that Emby's https server should bind to.",
|
||||
"LabelEnableAutomaticPortMap": "Enable automatic port mapping",
|
||||
"LabelEnableAutomaticPortMapHelp": "Attempt to automatically map the public port to the local port via UPnP. This may not work with some router models.",
|
||||
"LabelExternalDDNS": "External domain:",
|
||||
"LabelExternalDDNSHelp": "If you have a dynamic DNS enter it here. Emby apps will use it when connecting remotely. This field is required when used with a custom ssl certificate.",
|
||||
"LabelExternalDDNSHelp": "If you have a dynamic DNS enter it here. Emby apps will use it when connecting remotely. This field is required when used with a custom ssl certificate. Example: mydomain.com.",
|
||||
"TitleAppSettings": "App Settings",
|
||||
"LabelMinResumePercentage": "Min resume percentage:",
|
||||
"LabelMaxResumePercentage": "Max resume percentage:",
|
||||
@ -1938,7 +1938,7 @@
|
||||
"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 require https for external connections, you will need to supply a trusted SSL certificate, such as Lets 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.",
|
||||
|
@ -457,8 +457,8 @@
|
||||
"LabelPublicHttpPortHelp": "El numero de puerto que debe ser mapeado a el puerto http local.",
|
||||
"LabelPublicHttpsPort": "N\u00famero de puerto https publico:",
|
||||
"LabelPublicHttpsPortHelp": "El n\u00famero de puerto p\u00fablico que deber\u00e1 ser mapeado al puerto local de https.",
|
||||
"LabelEnableHttps": "Reportar https como una direcci\u00f3n externa",
|
||||
"LabelEnableHttpsHelp": "Al habilitarse, el servidor reportara un URL https a las aplicaciones Emby como su direcci\u00f3n externa.",
|
||||
"RequireHttps": "Require https for external connections",
|
||||
"RequireHttpsHelp": "If enabled, connections over http will be redirected to https.",
|
||||
"LabelHttpsPort": "N\u00famero de puerto https local:",
|
||||
"LabelHttpsPortHelp": "El numero de puerto tcp con el que se deber\u00e1 vincular el servidor https de Emby.",
|
||||
"LabelEnableAutomaticPortMap": "Habilitar mapeo autom\u00e1tico de puertos",
|
||||
|
@ -457,8 +457,8 @@
|
||||
"LabelPublicHttpPortHelp": "El n\u00famero de puerto p\u00fablico que debe ser enlazado al puerto local http:",
|
||||
"LabelPublicHttpsPort": "N\u00famero de puerto p\u00fablico de https:",
|
||||
"LabelPublicHttpsPortHelp": "El n\u00famero de puerto p\u00fablico que debe ser enlazado al puerto local https:",
|
||||
"LabelEnableHttps": "Reportar el https como una direccion externa",
|
||||
"LabelEnableHttpsHelp": "If enabled, the server will report an https url to Emby apps as it's external address.",
|
||||
"RequireHttps": "Require https for external connections",
|
||||
"RequireHttpsHelp": "If enabled, connections over http will be redirected to https.",
|
||||
"LabelHttpsPort": "N\u00famero de puerto local de https:",
|
||||
"LabelHttpsPortHelp": "N\u00famero de puerto al que el servidor de tcp de Emby debe de ser enlazado.",
|
||||
"LabelEnableAutomaticPortMap": "Habilitar asignaci\u00f3n de puertos autom\u00e1tico",
|
||||
@ -1938,7 +1938,7 @@
|
||||
"ScanLibrary": "Escanear biblioteca",
|
||||
"EnableStreamLooping": "Bucle autom\u00e1tico de los streams en directo",
|
||||
"EnableStreamLoopingHelp": "Habilite esto si las emisiones en directo s\u00f3lo contienen unos pocos segundos de datos y necesitan ser solicitados continuamente.",
|
||||
"HttpsRequiresCert": "To enable reporting https as your external address, you will need to supply a trusted SSL certificate, such as Lets Encrypt.",
|
||||
"HttpsRequiresCert": "To require https for external connections, you will need to supply a trusted SSL certificate, such as Lets Encrypt.",
|
||||
"HeaderLatestDownloadedVideos": "\u00daltimos Videos Descargados",
|
||||
"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.",
|
||||
|
@ -51,8 +51,8 @@
|
||||
"RegisterWithPayPal": "\u062b\u0628\u062a \u0646\u0627\u0645 \u0628\u0627 \u067e\u06cc \u067e\u0627\u0644",
|
||||
"LabelSyncTempPath": "\u0645\u0633\u06cc\u0631 \u0641\u0627\u06cc\u0644 \u0647\u0627\u06cc \u0645\u0648\u0642\u062a:",
|
||||
"LabelSyncTempPathHelp": "Specify a custom sync working folder. Converted media created during the sync process will be stored here.",
|
||||
"LabelCustomCertificatePath": "Custom certificate path:",
|
||||
"LabelCustomCertificatePathHelp": "Supply your own ssl certificate .pfx file. If omitted, the server will create a self-signed certificate.",
|
||||
"LabelCustomCertificatePath": "Custom ssl certificate path:",
|
||||
"LabelCustomCertificatePathHelp": "Supply your own ssl certificate .pfx file.",
|
||||
"TitleNotifications": "Notifications",
|
||||
"OptionDetectArchiveFilesAsMedia": "Detect archive files as media",
|
||||
"OptionDetectArchiveFilesAsMediaHelp": "If enabled, files with .rar and .zip extensions will be detected as media files.",
|
||||
@ -457,14 +457,14 @@
|
||||
"LabelPublicHttpPortHelp": "The public port number that should be mapped to the local http port.",
|
||||
"LabelPublicHttpsPort": "Public https port number:",
|
||||
"LabelPublicHttpsPortHelp": "The public port number that should be mapped to the local https port.",
|
||||
"LabelEnableHttps": "Report https as external address",
|
||||
"LabelEnableHttpsHelp": "If enabled, the server will report an https url to Emby apps as it's external address.",
|
||||
"RequireHttps": "Require https for external connections",
|
||||
"RequireHttpsHelp": "If enabled, connections over http will be redirected to https.",
|
||||
"LabelHttpsPort": "Local https port number:",
|
||||
"LabelHttpsPortHelp": "The tcp port number that Emby's https server should bind to.",
|
||||
"LabelEnableAutomaticPortMap": "Enable automatic port mapping",
|
||||
"LabelEnableAutomaticPortMapHelp": "Attempt to automatically map the public port to the local port via UPnP. This may not work with some router models.",
|
||||
"LabelExternalDDNS": "External domain:",
|
||||
"LabelExternalDDNSHelp": "If you have a dynamic DNS enter it here. Emby apps will use it when connecting remotely. This field is required when used with a custom ssl certificate.",
|
||||
"LabelExternalDDNSHelp": "If you have a dynamic DNS enter it here. Emby apps will use it when connecting remotely. This field is required when used with a custom ssl certificate. Example: mydomain.com.",
|
||||
"TitleAppSettings": "App Settings",
|
||||
"LabelMinResumePercentage": "Min resume percentage:",
|
||||
"LabelMaxResumePercentage": "Max resume percentage:",
|
||||
@ -1938,7 +1938,7 @@
|
||||
"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 require https for external connections, you will need to supply a trusted SSL certificate, such as Lets 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.",
|
||||
|
@ -51,8 +51,8 @@
|
||||
"RegisterWithPayPal": "Register with PayPal",
|
||||
"LabelSyncTempPath": "Temporary file path:",
|
||||
"LabelSyncTempPathHelp": "Specify a custom sync working folder. Converted media created during the sync process will be stored here.",
|
||||
"LabelCustomCertificatePath": "Custom certificate path:",
|
||||
"LabelCustomCertificatePathHelp": "Supply your own ssl certificate .pfx file. If omitted, the server will create a self-signed certificate.",
|
||||
"LabelCustomCertificatePath": "Custom ssl certificate path:",
|
||||
"LabelCustomCertificatePathHelp": "Supply your own ssl certificate .pfx file.",
|
||||
"TitleNotifications": "Notifications",
|
||||
"OptionDetectArchiveFilesAsMedia": "Detect archive files as media",
|
||||
"OptionDetectArchiveFilesAsMediaHelp": "If enabled, files with .rar and .zip extensions will be detected as media files.",
|
||||
@ -457,14 +457,14 @@
|
||||
"LabelPublicHttpPortHelp": "The public port number that should be mapped to the local http port.",
|
||||
"LabelPublicHttpsPort": "Public https port number:",
|
||||
"LabelPublicHttpsPortHelp": "The public port number that should be mapped to the local https port.",
|
||||
"LabelEnableHttps": "Report https as external address",
|
||||
"LabelEnableHttpsHelp": "If enabled, the server will report an https url to Emby apps as it's external address.",
|
||||
"RequireHttps": "Require https for external connections",
|
||||
"RequireHttpsHelp": "If enabled, connections over http will be redirected to https.",
|
||||
"LabelHttpsPort": "Local https port number:",
|
||||
"LabelHttpsPortHelp": "The tcp port number that Emby's https server should bind to.",
|
||||
"LabelEnableAutomaticPortMap": "Enable automatic port mapping",
|
||||
"LabelEnableAutomaticPortMapHelp": "Attempt to automatically map the public port to the local port via UPnP. This may not work with some router models.",
|
||||
"LabelExternalDDNS": "External domain:",
|
||||
"LabelExternalDDNSHelp": "If you have a dynamic DNS enter it here. Emby apps will use it when connecting remotely. This field is required when used with a custom ssl certificate.",
|
||||
"LabelExternalDDNSHelp": "If you have a dynamic DNS enter it here. Emby apps will use it when connecting remotely. This field is required when used with a custom ssl certificate. Example: mydomain.com.",
|
||||
"TitleAppSettings": "App Settings",
|
||||
"LabelMinResumePercentage": "Min resume percentage:",
|
||||
"LabelMaxResumePercentage": "Max resume percentage:",
|
||||
@ -1938,7 +1938,7 @@
|
||||
"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 require https for external connections, you will need to supply a trusted SSL certificate, such as Lets 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.",
|
||||
|
@ -51,8 +51,8 @@
|
||||
"RegisterWithPayPal": "Register with PayPal",
|
||||
"LabelSyncTempPath": "Temporary file path:",
|
||||
"LabelSyncTempPathHelp": "Specify a custom sync working folder. Converted media created during the sync process will be stored here.",
|
||||
"LabelCustomCertificatePath": "Custom certificate path:",
|
||||
"LabelCustomCertificatePathHelp": "Supply your own ssl certificate .pfx file. If omitted, the server will create a self-signed certificate.",
|
||||
"LabelCustomCertificatePath": "Custom ssl certificate path:",
|
||||
"LabelCustomCertificatePathHelp": "Supply your own ssl certificate .pfx file.",
|
||||
"TitleNotifications": "Notifications",
|
||||
"OptionDetectArchiveFilesAsMedia": "Detect archive files as media",
|
||||
"OptionDetectArchiveFilesAsMediaHelp": "If enabled, files with .rar and .zip extensions will be detected as media files.",
|
||||
@ -457,14 +457,14 @@
|
||||
"LabelPublicHttpPortHelp": "The public port number that should be mapped to the local http port.",
|
||||
"LabelPublicHttpsPort": "Public https port number:",
|
||||
"LabelPublicHttpsPortHelp": "The public port number that should be mapped to the local https port.",
|
||||
"LabelEnableHttps": "Report https as external address",
|
||||
"LabelEnableHttpsHelp": "If enabled, the server will report an https url to Emby apps as it's external address.",
|
||||
"RequireHttps": "Require https for external connections",
|
||||
"RequireHttpsHelp": "If enabled, connections over http will be redirected to https.",
|
||||
"LabelHttpsPort": "Local https port number:",
|
||||
"LabelHttpsPortHelp": "The tcp port number that Emby's https server should bind to.",
|
||||
"LabelEnableAutomaticPortMap": "Enable automatic port mapping",
|
||||
"LabelEnableAutomaticPortMapHelp": "Attempt to automatically map the public port to the local port via UPnP. This may not work with some router models.",
|
||||
"LabelExternalDDNS": "External domain:",
|
||||
"LabelExternalDDNSHelp": "If you have a dynamic DNS enter it here. Emby apps will use it when connecting remotely. This field is required when used with a custom ssl certificate.",
|
||||
"LabelExternalDDNSHelp": "If you have a dynamic DNS enter it here. Emby apps will use it when connecting remotely. This field is required when used with a custom ssl certificate. Example: mydomain.com.",
|
||||
"TitleAppSettings": "App Settings",
|
||||
"LabelMinResumePercentage": "Min resume percentage:",
|
||||
"LabelMaxResumePercentage": "Max resume percentage:",
|
||||
@ -1938,7 +1938,7 @@
|
||||
"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 require https for external connections, you will need to supply a trusted SSL certificate, such as Lets 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.",
|
||||
|
@ -457,8 +457,8 @@
|
||||
"LabelPublicHttpPortHelp": "Le num\u00e9ro de port public \u00e0 mapper sur le port http local.",
|
||||
"LabelPublicHttpsPort": "Num\u00e9ro de port https public :",
|
||||
"LabelPublicHttpsPortHelp": "Le num\u00e9ro de port public \u00e0 mapper sur le port https local.",
|
||||
"LabelEnableHttps": "Renvoyer une url https en tant qu'adresse externe",
|
||||
"LabelEnableHttpsHelp": "Activez cette option pour que le serveur diffuse une adresse https aux applications Emby comme son adresse externe.",
|
||||
"RequireHttps": "Require https for external connections",
|
||||
"RequireHttpsHelp": "If enabled, connections over http will be redirected to https.",
|
||||
"LabelHttpsPort": "Num\u00e9ro de port https local :",
|
||||
"LabelHttpsPortHelp": "Le port TCP que le serveur https d'Emby doit utiliser.",
|
||||
"LabelEnableAutomaticPortMap": "Autoriser le mapping automatique de port",
|
||||
|
@ -457,14 +457,14 @@
|
||||
"LabelPublicHttpPortHelp": "The public port number that should be mapped to the local http port.",
|
||||
"LabelPublicHttpsPort": "Public https port number:",
|
||||
"LabelPublicHttpsPortHelp": "The public port number that should be mapped to the local https port.",
|
||||
"LabelEnableHttps": "Report https as external address",
|
||||
"LabelEnableHttpsHelp": "If enabled, the server will report an https url to Emby apps as it's external address.",
|
||||
"RequireHttps": "Require https for external connections",
|
||||
"RequireHttpsHelp": "If enabled, connections over http will be redirected to https.",
|
||||
"LabelHttpsPort": "Local https port number:",
|
||||
"LabelHttpsPortHelp": "The tcp port number that Emby's https server should bind to.",
|
||||
"LabelEnableAutomaticPortMap": "Enable automatic port mapping",
|
||||
"LabelEnableAutomaticPortMapHelp": "Attempt to automatically map the public port to the local port via UPnP. This may not work with some router models.",
|
||||
"LabelExternalDDNS": "External domain:",
|
||||
"LabelExternalDDNSHelp": "If you have a dynamic DNS enter it here. Emby apps will use it when connecting remotely. This field is required when used with a custom ssl certificate.",
|
||||
"LabelExternalDDNSHelp": "If you have a dynamic DNS enter it here. Emby apps will use it when connecting remotely. This field is required when used with a custom ssl certificate. Example: mydomain.com.",
|
||||
"TitleAppSettings": "App Settings",
|
||||
"LabelMinResumePercentage": "Min resume percentage:",
|
||||
"LabelMaxResumePercentage": "Max resume percentage:",
|
||||
@ -1938,7 +1938,7 @@
|
||||
"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 require https for external connections, you will need to supply a trusted SSL certificate, such as Lets 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.",
|
||||
|
@ -51,8 +51,8 @@
|
||||
"RegisterWithPayPal": "Register with PayPal",
|
||||
"LabelSyncTempPath": "Temporary file path:",
|
||||
"LabelSyncTempPathHelp": "Specify a custom sync working folder. Converted media created during the sync process will be stored here.",
|
||||
"LabelCustomCertificatePath": "Custom certificate path:",
|
||||
"LabelCustomCertificatePathHelp": "Supply your own ssl certificate .pfx file. If omitted, the server will create a self-signed certificate.",
|
||||
"LabelCustomCertificatePath": "Custom ssl certificate path:",
|
||||
"LabelCustomCertificatePathHelp": "Supply your own ssl certificate .pfx file.",
|
||||
"TitleNotifications": "Notifications",
|
||||
"OptionDetectArchiveFilesAsMedia": "Detect archive files as media",
|
||||
"OptionDetectArchiveFilesAsMediaHelp": "If enabled, files with .rar and .zip extensions will be detected as media files.",
|
||||
@ -457,14 +457,14 @@
|
||||
"LabelPublicHttpPortHelp": "The public port number that should be mapped to the local http port.",
|
||||
"LabelPublicHttpsPort": "Public https port number:",
|
||||
"LabelPublicHttpsPortHelp": "The public port number that should be mapped to the local https port.",
|
||||
"LabelEnableHttps": "Report https as external address",
|
||||
"LabelEnableHttpsHelp": "If enabled, the server will report an https url to Emby apps as it's external address.",
|
||||
"RequireHttps": "Require https for external connections",
|
||||
"RequireHttpsHelp": "If enabled, connections over http will be redirected to https.",
|
||||
"LabelHttpsPort": "Local https port number:",
|
||||
"LabelHttpsPortHelp": "The tcp port number that Emby's https server should bind to.",
|
||||
"LabelEnableAutomaticPortMap": "Enable automatic port mapping",
|
||||
"LabelEnableAutomaticPortMapHelp": "Attempt to automatically map the public port to the local port via UPnP. This may not work with some router models.",
|
||||
"LabelExternalDDNS": "External domain:",
|
||||
"LabelExternalDDNSHelp": "If you have a dynamic DNS enter it here. Emby apps will use it when connecting remotely. This field is required when used with a custom ssl certificate.",
|
||||
"LabelExternalDDNSHelp": "If you have a dynamic DNS enter it here. Emby apps will use it when connecting remotely. This field is required when used with a custom ssl certificate. Example: mydomain.com.",
|
||||
"TitleAppSettings": "\u05d4\u05d2\u05d3\u05e8\u05d5\u05ea \u05d0\u05e4\u05dc\u05d9\u05e7\u05e6\u05d9\u05d4",
|
||||
"LabelMinResumePercentage": "\u05d0\u05d7\u05d5\u05d6\u05d9 \u05d4\u05de\u05e9\u05db\u05d4 \u05de\u05d9\u05e0\u05d9\u05de\u05d0\u05dc\u05d9\u05dd:",
|
||||
"LabelMaxResumePercentage": "\u05d0\u05d7\u05d5\u05d6\u05d9 \u05d4\u05de\u05e9\u05db\u05d4 \u05de\u05e7\u05e1\u05d9\u05de\u05d0\u05dc\u05d9\u05dd",
|
||||
@ -1938,7 +1938,7 @@
|
||||
"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 require https for external connections, you will need to supply a trusted SSL certificate, such as Lets 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.",
|
||||
|
@ -457,8 +457,8 @@
|
||||
"LabelPublicHttpPortHelp": "Broj javnog broja porta koji treba biti mapiran na lokalni http port.",
|
||||
"LabelPublicHttpsPort": "Javni broj https porta:",
|
||||
"LabelPublicHttpsPortHelp": "Broj javnog broja porta koji treba biti mapiran na lokalni https port.",
|
||||
"LabelEnableHttps": "Prijavi https kao vanjsku adresu",
|
||||
"LabelEnableHttpsHelp": "Ako je omogu\u0107eno, server \u0107e izvijestiti https url Emby aplikacijama kao \u0161to je vanjska adresa.",
|
||||
"RequireHttps": "Require https for external connections",
|
||||
"RequireHttpsHelp": "If enabled, connections over http will be redirected to https.",
|
||||
"LabelHttpsPort": "Lokalni broj https porta:",
|
||||
"LabelHttpsPortHelp": "Broj TCP porta na koji se Emby https server treba vezati.",
|
||||
"LabelEnableAutomaticPortMap": "Omogu\u0107i automatsko mapiranje porta",
|
||||
@ -1938,7 +1938,7 @@
|
||||
"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 require https for external connections, you will need to supply a trusted SSL certificate, such as Lets 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.",
|
||||
|
@ -51,8 +51,8 @@
|
||||
"RegisterWithPayPal": "Regisztr\u00e1ci\u00f3 PayPal haszn\u00e1lat\u00e1val",
|
||||
"LabelSyncTempPath": "Ideiglenes f\u00e1jlok \u00fatvonala:",
|
||||
"LabelSyncTempPathHelp": "Specify a custom sync working folder. Converted media created during the sync process will be stored here.",
|
||||
"LabelCustomCertificatePath": "Custom certificate path:",
|
||||
"LabelCustomCertificatePathHelp": "Supply your own ssl certificate .pfx file. If omitted, the server will create a self-signed certificate.",
|
||||
"LabelCustomCertificatePath": "Custom ssl certificate path:",
|
||||
"LabelCustomCertificatePathHelp": "Supply your own ssl certificate .pfx file.",
|
||||
"TitleNotifications": "\u00c9rtes\u00edt\u00e9sek",
|
||||
"OptionDetectArchiveFilesAsMedia": "T\u00f6m\u00f6r\u00edtett f\u00e1jlok m\u00e9dia f\u00e1jlk\u00e9nt kezel\u00e9se",
|
||||
"OptionDetectArchiveFilesAsMediaHelp": "Ha enged\u00e9lyezve van a f\u00e1jlok .rar vagy .zip kiterjeszt\u00e9ssel m\u00e9dia f\u00e1jlk\u00e9nt lesznek kezelve.",
|
||||
@ -457,14 +457,14 @@
|
||||
"LabelPublicHttpPortHelp": "The public port number that should be mapped to the local http port.",
|
||||
"LabelPublicHttpsPort": "Public https port number:",
|
||||
"LabelPublicHttpsPortHelp": "The public port number that should be mapped to the local https port.",
|
||||
"LabelEnableHttps": "Report https as external address",
|
||||
"LabelEnableHttpsHelp": "If enabled, the server will report an https url to Emby apps as it's external address.",
|
||||
"RequireHttps": "Require https for external connections",
|
||||
"RequireHttpsHelp": "If enabled, connections over http will be redirected to https.",
|
||||
"LabelHttpsPort": "Local https port number:",
|
||||
"LabelHttpsPortHelp": "The tcp port number that Emby's https server should bind to.",
|
||||
"LabelEnableAutomaticPortMap": "Automatikus port mapping enged\u00e9lyez\u00e9se",
|
||||
"LabelEnableAutomaticPortMapHelp": "Attempt to automatically map the public port to the local port via UPnP. This may not work with some router models.",
|
||||
"LabelExternalDDNS": "External domain:",
|
||||
"LabelExternalDDNSHelp": "If you have a dynamic DNS enter it here. Emby apps will use it when connecting remotely. This field is required when used with a custom ssl certificate.",
|
||||
"LabelExternalDDNSHelp": "If you have a dynamic DNS enter it here. Emby apps will use it when connecting remotely. This field is required when used with a custom ssl certificate. Example: mydomain.com.",
|
||||
"TitleAppSettings": "App Settings",
|
||||
"LabelMinResumePercentage": "Min resume percentage:",
|
||||
"LabelMaxResumePercentage": "Max resume percentage:",
|
||||
@ -1938,7 +1938,7 @@
|
||||
"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 require https for external connections, you will need to supply a trusted SSL certificate, such as Lets Encrypt.",
|
||||
"HeaderLatestDownloadedVideos": "Latest Downloaded Videos",
|
||||
"EnableNextVideoInfoOverlay": "A k\u00f6vetkez\u0151 vide\u00f3 inform\u00e1ci\u00f3j\u00e1nak megjelen\u00edt\u00e9se lej\u00e1tsz\u00e1s k\u00f6zben",
|
||||
"EnableNextVideoInfoOverlayHelp": "A vide\u00f3 v\u00e9g\u00e9n jelen\u00edtse meg az aktu\u00e1lis lej\u00e1tsz\u00e1si list\u00e1n megjelen\u0151 k\u00f6vetkez\u0151 vide\u00f3 adatait.",
|
||||
|
@ -457,14 +457,14 @@
|
||||
"LabelPublicHttpPortHelp": "The public port number that should be mapped to the local http port.",
|
||||
"LabelPublicHttpsPort": "Public https port number:",
|
||||
"LabelPublicHttpsPortHelp": "The public port number that should be mapped to the local https port.",
|
||||
"LabelEnableHttps": "Report https as external address",
|
||||
"LabelEnableHttpsHelp": "If enabled, the server will report an https url to Emby apps as it's external address.",
|
||||
"RequireHttps": "Require https for external connections",
|
||||
"RequireHttpsHelp": "If enabled, connections over http will be redirected to https.",
|
||||
"LabelHttpsPort": "Local https port number:",
|
||||
"LabelHttpsPortHelp": "The tcp port number that Emby's https server should bind to.",
|
||||
"LabelEnableAutomaticPortMap": "Enable automatic port mapping",
|
||||
"LabelEnableAutomaticPortMapHelp": "Attempt to automatically map the public port to the local port via UPnP. This may not work with some router models.",
|
||||
"LabelExternalDDNS": "External domain:",
|
||||
"LabelExternalDDNSHelp": "If you have a dynamic DNS enter it here. Emby apps will use it when connecting remotely. This field is required when used with a custom ssl certificate.",
|
||||
"LabelExternalDDNSHelp": "If you have a dynamic DNS enter it here. Emby apps will use it when connecting remotely. This field is required when used with a custom ssl certificate. Example: mydomain.com.",
|
||||
"TitleAppSettings": "App Settings",
|
||||
"LabelMinResumePercentage": "Min resume percentage:",
|
||||
"LabelMaxResumePercentage": "Max resume percentage:",
|
||||
@ -1938,7 +1938,7 @@
|
||||
"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 require https for external connections, you will need to supply a trusted SSL certificate, such as Lets 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.",
|
||||
|
@ -457,8 +457,8 @@
|
||||
"LabelPublicHttpPortHelp": "Numero di porta pubblica che dovrebbe essere mappato sulla porta HTTP locale.",
|
||||
"LabelPublicHttpsPort": "Numero porta HTTPS pubblica",
|
||||
"LabelPublicHttpsPortHelp": "Numero della porta pubblica che dovrebbe essere mappato sulla porta HTTPS locale.",
|
||||
"LabelEnableHttps": "Riporta HTTPS come indirizzo esterno",
|
||||
"LabelEnableHttpsHelp": "Se abilitato, il server riporter\u00e0 un url HTTPS ai client Emby come il proprio indirizzo esterno.",
|
||||
"RequireHttps": "Require https for external connections",
|
||||
"RequireHttpsHelp": "If enabled, connections over http will be redirected to https.",
|
||||
"LabelHttpsPort": "Porta HTTPS locale",
|
||||
"LabelHttpsPortHelp": "Numero di porta TCP da associare al server https di Emby",
|
||||
"LabelEnableAutomaticPortMap": "Abilita mappatura automatica delle porte",
|
||||
|
@ -209,7 +209,7 @@
|
||||
"OptionDvd": "DVD",
|
||||
"OptionIso": "ISO",
|
||||
"Option3D": "3D",
|
||||
"LabelDeinterlacingMethod": "Deinterlacing method:",
|
||||
"LabelDeinterlacingMethod": "\u041a\u0435\u0437\u0435\u043a\u0442\u0435\u0441\u0443\u0434\u0456 \u0436\u043e\u044e \u04d9\u0434\u0456\u0441\u0456:",
|
||||
"Standard": "\u0421\u0442\u0430\u043d\u0434\u0430\u0440\u0442\u0442\u044b",
|
||||
"BobAndWeaveWithHelp": "Bob and weave (\u0436\u043e\u0493\u0430\u0440\u044b\u043b\u0430\u0443 \u0441\u0430\u043f\u0430, \u0431\u0456\u0440\u0430\u049b \u0436\u0430\u0439\u0431\u0430\u0493\u044b\u0441\u0442\u0430\u0443)",
|
||||
"LabelStatus": "\u041a\u04af\u0439:",
|
||||
@ -457,8 +457,8 @@
|
||||
"LabelPublicHttpPortHelp": "\u0416\u0435\u0440\u0433\u0456\u043b\u0456\u043a\u0442\u0456 http-\u043f\u043e\u0440\u0442\u044b\u043d\u0430 \u0441\u0430\u043b\u044b\u0441\u0442\u044b\u0440\u044b\u043b\u0443\u044b \u0442\u0438\u0456\u0441 \u0436\u0430\u0440\u0438\u044f \u043f\u043e\u0440\u0442 \u043d\u04e9\u043c\u0456\u0440\u0456.",
|
||||
"LabelPublicHttpsPort": "\u0416\u0430\u0440\u0438\u044f https-\u043f\u043e\u0440\u0442 \u043d\u04e9\u043c\u0456\u0440\u0456:",
|
||||
"LabelPublicHttpsPortHelp": "\u0416\u0435\u0440\u0433\u0456\u043b\u0456\u043a\u0442\u0456 https-\u043f\u043e\u0440\u0442\u044b\u043d\u0430 \u0441\u0430\u043b\u044b\u0441\u0442\u044b\u0440\u044b\u043b\u0443\u044b \u0442\u0438\u0456\u0441 \u0436\u0430\u0440\u0438\u044f \u043f\u043e\u0440\u0442 \u043d\u04e9\u043c\u0456\u0440\u0456.",
|
||||
"LabelEnableHttps": "HTTPS \u0445\u0430\u0442\u0442\u0430\u043c\u0430\u0441\u044b \u0441\u044b\u0440\u0442\u049b\u044b \u043c\u0435\u043a\u0435\u043d\u0435\u0436\u0430\u0439 \u0440\u0435\u0442\u0456\u043d\u0434\u0435 \u0431\u0430\u044f\u043d\u0434\u0430\u0443",
|
||||
"LabelEnableHttpsHelp": "\u049a\u043e\u0441\u044b\u043b\u0493\u0430\u043d\u0434\u0430, Emby-\u049b\u043e\u043b\u0434\u0430\u043d\u0431\u0430\u043b\u0430\u0440\u044b \u04af\u0448\u0456\u043d \u0441\u0435\u0440\u0432\u0435\u0440 HTTPS URL \u0441\u044b\u0440\u0442\u049b\u044b \u043c\u0435\u043a\u0435\u043d\u0436\u0430\u0439 \u0440\u0435\u0442\u0456\u043d\u0434\u0435 \u0431\u0430\u044f\u043d\u0434\u0430\u0439\u0434\u044b.",
|
||||
"RequireHttps": "Require https for external connections",
|
||||
"RequireHttpsHelp": "If enabled, connections over http will be redirected to https.",
|
||||
"LabelHttpsPort": "\u0416\u0435\u0440\u0433\u0456\u043b\u0456\u043a\u0442\u0456 https-\u043f\u043e\u0440\u0442 \u043d\u04e9\u043c\u0456\u0440\u0456:",
|
||||
"LabelHttpsPortHelp": "Emby HTTPS-\u0441\u0435\u0440\u0432\u0435\u0440\u0456 \u0431\u0430\u0439\u043b\u0430\u0441\u0442\u044b\u0440\u044b\u043b\u0443\u0493\u0430 \u0442\u0438\u0456\u0441\u0442\u0456 TCP-\u043f\u043e\u0440\u0442 \u043d\u04e9\u043c\u0456\u0440\u0456.",
|
||||
"LabelEnableAutomaticPortMap": "\u0410\u0432\u0442\u043e\u043c\u0430\u0442\u0442\u044b \u043f\u043e\u0440\u0442 \u0441\u0430\u043b\u0493\u0430\u0441\u0442\u044b\u0440\u0443\u044b\u043d \u049b\u043e\u0441\u0443",
|
||||
@ -853,7 +853,7 @@
|
||||
"HeaderImages": "\u0421\u0443\u0440\u0435\u0442\u0442\u0435\u0440",
|
||||
"HeaderBackdrops": "\u0410\u0440\u0442\u049b\u044b \u0441\u0443\u0440\u0435\u0442\u0442\u0435\u0440",
|
||||
"HeaderAddUpdateImage": "\u0421\u0443\u0440\u0435\u0442\u0442\u0456 \u04af\u0441\u0442\u0435\u0443\/\u0436\u0430\u04a3\u0430\u0440\u0442\u0443",
|
||||
"LabelDropImageHere": "\u0421\u0443\u0440\u0435\u0442\u0442\u0456 \u043c\u04b1\u043d\u0434\u0430 \u0441\u04af\u0439\u0440\u0435\u0442\u0456\u04a3\u0456\u0437 \u043d\u0435\u043c\u0435\u0441\u0435 \u0448\u0430\u0440\u043b\u0430\u0443 \u04af\u0448\u0456\u043d \u043d\u04b1\u049b\u044b\u04a3\u044b\u0437.",
|
||||
"LabelDropImageHere": "\u0421\u0443\u0440\u0435\u0442\u0442\u0456 \u043c\u04b1\u043d\u0434\u0430 \u0441\u04af\u0439\u0440\u0435\u0442\u0456\u04a3\u0456\u0437.",
|
||||
"LabelJpgPngOnly": "\u0422\u0435\u043a \u049b\u0430\u043d\u0430 JPG\/PNG",
|
||||
"LabelImageType": "\u0421\u0443\u0440\u0435\u0442 \u0442\u04af\u0440\u0456:",
|
||||
"OptionPrimary": "\u041d\u0435\u0433\u0456\u0437\u0433\u0456",
|
||||
@ -1823,7 +1823,7 @@
|
||||
"LabelAllowHWTranscoding": "\u0410\u043f\u043f\u0430\u0440\u0430\u0442\u0442\u044b\u049b \u049b\u0430\u0439\u0442\u0430 \u043a\u043e\u0434\u0442\u0430\u0443\u0493\u0430 \u0440\u04b1\u049b\u0441\u0430\u0442 \u0435\u0442\u0443",
|
||||
"AllowHWTranscodingHelp": "\u049a\u043e\u0441\u044b\u043b\u0493\u0430\u043d\u0434\u0430, \u0430\u0493\u044b\u043d\u0434\u0430\u0440\u0434\u044b \u043d\u0430\u049b\u0442\u044b \u0443\u0430\u049b\u044b\u0442\u0442\u0430 \u049b\u0430\u0439\u0442\u0430 \u043a\u043e\u0434\u0442\u0430\u0443\u0493\u0430 \u0442\u044e\u043d\u0435\u0440\u0433\u0435 \u043c\u04af\u043c\u043a\u0456\u043d\u0434\u0456\u043a \u0431\u0435\u0440\u0435\u0434\u0456. \u0411\u04b1\u043b Emby Server \u0430\u0440\u049b\u044b\u043b\u044b \u049b\u0430\u0439\u0442\u0430 \u043a\u043e\u0434\u0442\u0430\u0443 \u0442\u0430\u043b\u0430\u0431\u044b\u043d \u0430\u0437\u0430\u0439\u0442\u0443\u0493\u0430 \u043a\u04e9\u043c\u0435\u043a\u0442\u0435\u0441\u0443\u0456 \u043c\u04af\u043c\u043a\u0456\u043d.",
|
||||
"OptionRequirePerfectSubtitleMatch": "\u0411\u0435\u0439\u043d\u0435 \u0444\u0430\u0439\u043b\u0434\u0430\u0440\u044b\u043c \u04af\u0448\u0456\u043d \u0442\u0435\u043a \u049b\u0430\u043d\u0430 \u043a\u0435\u043c\u0435\u043b\u0434\u0456 \u0441\u04d9\u0439\u043a\u0435\u0441 \u043a\u0435\u043b\u0433\u0435\u043d \u0441\u0443\u0431\u0442\u0438\u0442\u0440\u043b\u0435\u0440\u0434\u0456 \u0436\u04af\u043a\u0442\u0435\u043f \u0430\u043b\u0443",
|
||||
"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.",
|
||||
"OptionRequirePerfectSubtitleMatchHelp": "\u041a\u0435\u0440\u0435\u043c\u0435\u0442 \u0441\u04d9\u0439\u043a\u0435\u0441\u0442\u0456\u043a \u0442\u0430\u043b\u0430\u043f \u0435\u0442\u0456\u043b\u0433\u0435\u043d\u0434\u0435 \u0442\u0435\u043a \u049b\u0430\u043d\u0430 \u043d\u0430\u049b\u0442\u044b \u0431\u0435\u0439\u043d\u0435 \u0444\u0430\u0439\u043b\u044b\u04a3\u044b\u0437\u0431\u0435\u043d \u0441\u044b\u043d\u0430\u049b\u0442\u0430\u0443\u0434\u0430\u043d \u0436\u04d9\u043d\u0435 \u0442\u0435\u043a\u0441\u0435\u0440\u0443\u0434\u0435\u043d \u04e9\u0442\u043a\u0435\u043d \u0441\u0443\u0431\u0442\u0438\u0442\u0440\u043b\u0435\u0440 \u0441\u04af\u0437\u0456\u043b\u0435\u0434\u0456. \u0411\u0435\u043b\u0433\u0456\u043d\u0456 \u0430\u043b\u0430\u0441\u0442\u0430\u0443 \u0441\u0443\u0431\u0442\u0438\u0442\u0440\u043b\u0435\u0440\u0434\u0456 \u0436\u04af\u043a\u0442\u0435\u0443 \u044b\u049b\u0442\u0438\u043c\u0430\u043b\u0434\u044b\u0493\u044b\u043d \u0430\u0440\u0442\u0442\u044b\u0440\u0430\u0434\u044b, \u0431\u0456\u0440\u0430\u049b \u049b\u0430\u0442\u0435 \u0443\u0430\u049b\u044b\u0442\u044b \u0431\u0430\u0440 \u043d\u0435\u043c\u0435\u0441\u0435 \u0431\u04b1\u0440\u044b\u0441 \u0431\u043e\u043b\u0443 \u0441\u0443\u0431\u0442\u0438\u0442\u0440\u043b\u0435\u0440 \u043c\u04d9\u0442\u0456\u043d\u0456\u043d\u0456\u04a3 \u043c\u04af\u043c\u043a\u0456\u043d\u0434\u0456\u043a\u0442\u0435\u0440\u0456\u043d \u04e9\u0441\u0456\u0440\u0435\u0434\u0456.",
|
||||
"GuestUserNotFound": "\u041f\u0430\u0439\u0434\u0430\u043b\u0430\u043d\u0443\u0448\u044b \u0442\u0430\u0431\u044b\u043b\u0493\u0430\u043d \u0436\u043e\u049b. \u0410\u0442\u044b\u043d\u044b\u04a3 \u0434\u04b1\u0440\u044b\u0441\u0442\u044b\u0493\u044b\u043d \u0442\u0435\u043a\u0441\u0435\u0440\u0456\u04a3\u0456\u0437 \u0436\u04d9\u043d\u0435 \u04d9\u0440\u0435\u043a\u0435\u0442\u0442\u0456 \u049b\u0430\u0439\u0442\u0430\u043b\u0430\u04a3\u044b\u0437, \u043d\u0435\u043c\u0435\u0441\u0435 \u043e\u043d\u044b\u04a3 \u044d-\u043f\u043e\u0448\u0442\u0430 \u043c\u0435\u043a\u0435\u043d\u0436\u0430\u0439\u044b\u043d \u0435\u043d\u0433\u0456\u0437\u0456\u043f \u043a\u04e9\u0440\u0456\u04a3\u0456\u0437.",
|
||||
"Yesterday": "\u0412\u0447\u0435\u0440\u0430",
|
||||
"DownloadImagesInAdvanceWarning": "\u0411\u0430\u0440\u043b\u044b\u049b \u0441\u0443\u0440\u0435\u0442\u0442\u0435\u0440\u0434\u0456 \u0430\u043b\u0434\u044b\u043d \u0430\u043b\u0430 \u0436\u04af\u043a\u0442\u0435\u0443 \u043d\u04d9\u0442\u0438\u0436\u0435\u0441\u0456\u043d\u0434\u0435 \u043a\u0456\u0442\u0430\u043f\u0445\u0430\u043d\u0430\u043d\u044b \u0441\u043a\u0430\u043d\u0435\u0440\u043b\u0435\u0443 \u0443\u0430\u049b\u044b\u0442\u044b \u04b1\u0437\u0430\u0493\u044b\u0440\u0430\u049b \u0431\u043e\u043b\u0430\u0434\u044b .",
|
||||
@ -1938,10 +1938,10 @@
|
||||
"ScanLibrary": "\u0422\u0430\u0441\u044b\u0493\u044b\u0448\u0445\u0430\u043d\u0430\u043d\u044b \u0441\u043a\u0430\u043d\u0435\u0440\u043b\u0435\u0443",
|
||||
"EnableStreamLooping": "\u0422\u0430\u0440\u0430\u0442\u0443\u043b\u0430\u0440\u0434\u044b \u0430\u0432\u0442\u043e\u043c\u0430\u0442\u0442\u044b \u0442\u04af\u0440\u0434\u0435 \u0442\u04b1\u0439\u044b\u049b\u0442\u0430\u0443",
|
||||
"EnableStreamLoopingHelp": "\u0415\u0433\u0435\u0440 \u0442\u0430\u0440\u0430\u0442\u0443 \u0434\u0435\u0440\u0435\u043a\u0442\u0435\u0440\u0456\u043d\u0434\u0435 \u0442\u0435\u043a \u049b\u0430\u043d\u0430 \u0430\u0437\u044b\u043d-\u0430\u0443\u043b\u0430\u049b \u0441\u0435\u043a\u0443\u043d\u0434 \u0431\u0430\u0440 \u0431\u043e\u043b\u0441\u0430 \u0436\u04d9\u043d\u0435 \u043e\u043d\u044b \u04af\u0437\u0434\u0456\u043a\u0441\u0456\u0437 \u0441\u04b1\u0440\u0430\u0442\u044b\u043f \u0430\u043b\u0443 \u049b\u0430\u0436\u0435\u0442 \u0431\u043e\u043b\u0441\u0430, \u043e\u043d\u044b \u049b\u043e\u0441\u044b\u04a3\u044b\u0437.",
|
||||
"HttpsRequiresCert": "To enable reporting https as your external address, you will need to supply a trusted SSL certificate, such as Lets Encrypt.",
|
||||
"HttpsRequiresCert": "\u0421\u044b\u0440\u0442\u049b\u044b \u043c\u0435\u043a\u0435\u043d\u0436\u0430\u0439 HTTPS \u0440\u0435\u0442\u0456\u043d\u0434\u0435 \u0435\u0441\u0435\u043f \u0431\u0435\u0440\u0443\u0434\u0456 \u049b\u043e\u0441\u0443 \u04af\u0448\u0456\u043d Lets Encrypt \u0441\u0438\u044f\u049b\u0442\u044b \u0441\u0435\u043d\u0456\u043c\u0434\u0456 SSL \u043a\u0443\u04d9\u043b\u0456\u0433\u0456\u043d \u04b1\u0441\u044b\u043d\u0443\u04a3\u044b\u0437 \u049b\u0430\u0436\u0435\u0442.",
|
||||
"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.",
|
||||
"EnableNextVideoInfoOverlayHelp": "\u0411\u0435\u0439\u043d\u0435 \u0430\u044f\u0493\u044b\u043d\u0434\u0430 \u0430\u0493\u044b\u043c\u0434\u0430\u0493\u044b \u043e\u0439\u043d\u0430\u0442\u0443 \u0442\u0456\u0437\u0456\u043c\u0456\u043d\u0434\u0435\u0433\u0456 \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 \u0431\u0435\u043d\u0435\u043b\u0435\u0443.",
|
||||
"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",
|
||||
@ -1952,18 +1952,18 @@
|
||||
"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",
|
||||
"LabelClickToCancel": "\u041e\u0441\u044b \u0436\u0430\u0437\u044b\u043b\u044b\u043c\u0434\u044b \u0431\u043e\u043b\u0434\u044b\u0440\u043c\u0430\u0443 \u04af\u0448\u0456\u043d \u043d\u04b1\u049b\u044b\u04a3\u044b\u0437",
|
||||
"LabelCancelInfo": "You can manage this subscription directly with {0}",
|
||||
"LabelAlreadyCanceled": "This subscription has been canceled. Key will remain valid until expiration.",
|
||||
"HeaderCancelSub": "Emby Premiere \u0431\u043e\u043b\u0434\u044b\u0440\u043c\u0430\u0443",
|
||||
"MessageConfirmSubCancel": "NO, Please don't go... You will miss out on all the great features of Emby Premiere!",
|
||||
"ButtonCancelSub": "I know, cancel it anyway",
|
||||
"MessageConfirmSubCancel": "\u0416\u041e\u049a, \u043a\u0435\u0442\u043f\u0435\u0443\u0456\u04a3\u0456\u0437\u0433\u0435 \u04e9\u0442\u0456\u043d\u0456\u0448... Emby Premiere \u0442\u0438\u0435\u0441\u0456\u043b\u0456 \u0431\u0430\u0440\u043b\u044b\u049b \u043a\u0435\u0440\u0435\u043c\u0435\u0442 \u0435\u0440\u0435\u043a\u0448\u0435\u043b\u0456\u043a\u0442\u0435\u0440\u0434\u0435\u043d \u0430\u0439\u0440\u044b\u043b\u0430\u0441\u044b\u0437!",
|
||||
"ButtonCancelSub": "\u0411\u0456\u043b\u0435\u043c\u0456\u043d, \u0431\u04d9\u0440\u0456\u0431\u0456\u0440 \u043e\u043d\u044b \u0431\u043e\u043b\u0434\u044b\u0440\u043c\u0430\u0443",
|
||||
"ButtonDontCancelSub": "Emby Premiere \u049b\u0430\u043b\u0434\u044b\u0440\u0443",
|
||||
"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": "\u041d\u0430\u049b\u0442\u044b \u0443\u0430\u049b\u044b\u0442\u0442\u0430 \u0441\u0443\u0431\u0442\u0438\u0442\u0440\u043b\u0435\u0440\u0434\u0456 \u0448\u044b\u0493\u0430\u0440\u0443\u0493\u0430 \u0440\u04b1\u049b\u0441\u0430\u0442 \u0435\u0442\u0443",
|
||||
"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.",
|
||||
"AllowOnTheFlySubtitleExtractionHelp": "\u0411\u0435\u0439\u043d\u0435 \u049b\u0430\u0439\u0442\u0430 \u043a\u043e\u0434\u0442\u0430\u0443\u044b\u043d\u0430 \u0442\u0438\u044b\u043c \u0441\u0430\u043b\u0443\u0493\u0430 \u043a\u04e9\u043c\u0435\u043a\u0442\u0435\u0441\u0443 \u04af\u0448\u0456\u043d \u0435\u043d\u0434\u0456\u0440\u0456\u043b\u0433\u0435\u043d \u0441\u0443\u0431\u0442\u0438\u0442\u0440\u043b\u0435\u0440 \u0431\u0435\u0439\u043d\u0435\u0434\u0435\u043d \u0448\u044b\u0493\u0430\u0440\u044b\u043b\u044b\u043f, Emby \u049b\u043e\u043b\u0434\u0430\u043d\u0431\u0430\u043b\u0430\u0440\u044b\u043d\u0430 \u043a\u04d9\u0434\u0456\u043c\u0433\u0456 \u043c\u04d9\u0442\u0456\u043d\u0433\u0435 \u043f\u0456\u0448\u0456\u043c\u0456\u043d\u0434\u0435 \u0436\u0435\u0442\u043a\u0456\u0437\u0456\u043b\u0443 \u043c\u04af\u043c\u043a\u0456\u043d. \u041a\u0435\u0439\u0431\u0456\u0440 \u0436\u04af\u0439\u0435\u043b\u0435\u0440\u0434\u0435 \u0431\u04b1\u0493\u0430\u043d \u04b1\u0437\u0430\u049b \u0443\u0430\u049b\u044b\u0442 \u043a\u0435\u0442\u0443\u0456 \u0436\u04d9\u043d\u0435 \u0448\u044b\u0493\u0430\u0440\u0443 \u04af\u0440\u0434\u0456\u0441\u0456 \u0431\u0430\u0440\u044b\u0441\u044b\u043d\u0434\u0430 \u0431\u0435\u0439\u043d\u0435 \u043e\u0439\u043d\u0430\u0442\u0443 \u0442\u043e\u049b\u0442\u0430\u0442\u044b\u043b\u0443\u044b \u043c\u04af\u043c\u043a\u0456\u043d. \u0422\u04b1\u0442\u044b\u043d\u0493\u044b\u0448 \u049b\u04b1\u0440\u044b\u043b\u0493\u044b\u0434\u0430 \u043e\u043b\u0430\u0440\u0493\u0430 \u049b\u043e\u043b\u0434\u0430\u0443 \u043a\u04e9\u0440\u0441\u0435\u0442\u0456\u043b\u043c\u0435\u0433\u0435\u043d \u043a\u0435\u0437\u0434\u0435, \u0431\u0435\u0439\u043d\u0435 \u049b\u0430\u0439\u0442\u0430 \u043a\u043e\u0434\u0442\u0430\u043b\u0443 \u0430\u0440\u049b\u044b\u043b\u044b \u0435\u043d\u0434\u0456\u0440\u0456\u043b\u0433\u0435\u043d \u0441\u0443\u0431\u0442\u0438\u0442\u0440\u043b\u0435\u0440 \u0436\u0430\u0437\u044b\u043b\u0443\u044b \u04af\u0448\u0456\u043d \u043e\u043d\u044b \u04e9\u0448\u0456\u0440\u0456\u04a3\u0456\u0437.",
|
||||
"ButtonStopRecording": "\u0416\u0430\u0437\u0443\u0434\u044b \u0442\u043e\u049b\u0442\u0430\u0442\u0443",
|
||||
"StopRecording": "\u0416\u0430\u0437\u0443\u0434\u044b \u0442\u043e\u049b\u0442\u0430\u0442\u0443",
|
||||
"CancelSeries": "\u0422\u0435\u043b\u0435\u0445\u0438\u043a\u0430\u044f\u043d\u044b \u0431\u043e\u043b\u0434\u044b\u0440\u043c\u0430\u0443"
|
||||
|
@ -457,14 +457,14 @@
|
||||
"LabelPublicHttpPortHelp": "\ub85c\uceec http \ud3ec\ud2b8\uc5d0 \ub9e4\ud551 \ub418\uc5b4\uc57c \ud558\ub294 \uacf5\uc6a9 \ud3ec\ud2b8 \ubc88\ud638\uc785\ub2c8\ub2e4.",
|
||||
"LabelPublicHttpsPort": "\uacf5\uac1c http \ud3ec\ud2b8 \ubc88\ud638 :",
|
||||
"LabelPublicHttpsPortHelp": "\ub85c\uceec http \ud3ec\ud2b8\uc5d0 \ub9e4\ud551 \ub418\uc5b4\uc57c \ud558\ub294 \uacf5\uc6a9 \ud3ec\ud2b8 \ubc88\ud638\uc785\ub2c8\ub2e4.",
|
||||
"LabelEnableHttps": "\uc678\ubd80 \uc8fc\uc18c\ub85c https\ub97c \ubcf4\ub0c5\ub2c8\ub2e4",
|
||||
"LabelEnableHttpsHelp": "\ud65c\uc131\ud654\ub41c \uacbd\uc6b0, \uc11c\ubc84\ub294 \uc678\ubd80 \uc8fc\uc18c\uc774\ubbc0\ub85c https url\ub97c Emby\uc571\uc5d0 \ubcf4\uace0\ud55c\ub2e4.",
|
||||
"RequireHttps": "Require https for external connections",
|
||||
"RequireHttpsHelp": "If enabled, connections over http will be redirected to https.",
|
||||
"LabelHttpsPort": "\ub85c\uceec https \ud3ec\ud2b8 \ubc88\ud638:",
|
||||
"LabelHttpsPortHelp": "Emby\uc758 http \uc11c\ubc84\uac00 \ubc14\uc778\ub529 \ub418\uc5b4\uc57c \ud558\ub294 tcp\ud3ec\ud2b8 \ubc88\ud638.",
|
||||
"LabelEnableAutomaticPortMap": "\uc790\ub3d9 \ud3ec\ud2b8 \ub9f5\ud551 \uc0ac\uc6a9",
|
||||
"LabelEnableAutomaticPortMapHelp": "Attempt to automatically map the public port to the local port via UPnP. This may not work with some router models.",
|
||||
"LabelExternalDDNS": "External domain:",
|
||||
"LabelExternalDDNSHelp": "If you have a dynamic DNS enter it here. Emby apps will use it when connecting remotely. This field is required when used with a custom ssl certificate.",
|
||||
"LabelExternalDDNSHelp": "If you have a dynamic DNS enter it here. Emby apps will use it when connecting remotely. This field is required when used with a custom ssl certificate. Example: mydomain.com.",
|
||||
"TitleAppSettings": "\uc571 \uc124\uc815",
|
||||
"LabelMinResumePercentage": "Min resume percentage:",
|
||||
"LabelMaxResumePercentage": "Max resume percentage:",
|
||||
@ -1938,7 +1938,7 @@
|
||||
"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 require https for external connections, you will need to supply a trusted SSL certificate, such as Lets 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.",
|
||||
|
@ -457,8 +457,8 @@
|
||||
"LabelPublicHttpPortHelp": "Vie\u0161as porto numeris, kur\u012f reikt\u0173 susieti su vietiniu HTTP portu.",
|
||||
"LabelPublicHttpsPort": "Vie\u0161as HTTPS porto numeris:",
|
||||
"LabelPublicHttpsPortHelp": "Vie\u0161as porto numeris, kur\u012f reikt\u0173 susieti su vietiniu HTTPS portu.",
|
||||
"LabelEnableHttps": "Prane\u0161ti HTTPS kaip i\u0161orin\u012f adres\u0105",
|
||||
"LabelEnableHttpsHelp": "jungus serveris prane\u0161 HTTPS adres\u0105 Emby program\u0117l\u0117ms kaip i\u0161orin\u012f adres\u0105.",
|
||||
"RequireHttps": "Require https for external connections",
|
||||
"RequireHttpsHelp": "If enabled, connections over http will be redirected to https.",
|
||||
"LabelHttpsPort": "Vietinis HTTPS porto numeris:",
|
||||
"LabelHttpsPortHelp": "TCP porto numeris, kur\u012f tur\u0117t\u0173 naudoti Emby HTTPS serveris.",
|
||||
"LabelEnableAutomaticPortMap": "\u012ejungti automatin\u012f port\u0173 i\u0161d\u0117stym\u0105",
|
||||
@ -1938,7 +1938,7 @@
|
||||
"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 require https for external connections, you will need to supply a trusted SSL certificate, such as Lets 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.",
|
||||
|
@ -51,8 +51,8 @@
|
||||
"RegisterWithPayPal": "Register with PayPal",
|
||||
"LabelSyncTempPath": "Temporary file path:",
|
||||
"LabelSyncTempPathHelp": "Specify a custom sync working folder. Converted media created during the sync process will be stored here.",
|
||||
"LabelCustomCertificatePath": "Custom certificate path:",
|
||||
"LabelCustomCertificatePathHelp": "Supply your own ssl certificate .pfx file. If omitted, the server will create a self-signed certificate.",
|
||||
"LabelCustomCertificatePath": "Custom ssl certificate path:",
|
||||
"LabelCustomCertificatePathHelp": "Supply your own ssl certificate .pfx file.",
|
||||
"TitleNotifications": "Notifications",
|
||||
"OptionDetectArchiveFilesAsMedia": "Detect archive files as media",
|
||||
"OptionDetectArchiveFilesAsMediaHelp": "If enabled, files with .rar and .zip extensions will be detected as media files.",
|
||||
@ -457,14 +457,14 @@
|
||||
"LabelPublicHttpPortHelp": "The public port number that should be mapped to the local http port.",
|
||||
"LabelPublicHttpsPort": "Public https port number:",
|
||||
"LabelPublicHttpsPortHelp": "The public port number that should be mapped to the local https port.",
|
||||
"LabelEnableHttps": "Report https as external address",
|
||||
"LabelEnableHttpsHelp": "If enabled, the server will report an https url to Emby apps as it's external address.",
|
||||
"RequireHttps": "Require https for external connections",
|
||||
"RequireHttpsHelp": "If enabled, connections over http will be redirected to https.",
|
||||
"LabelHttpsPort": "Local https port number:",
|
||||
"LabelHttpsPortHelp": "The tcp port number that Emby's https server should bind to.",
|
||||
"LabelEnableAutomaticPortMap": "Enable automatic port mapping",
|
||||
"LabelEnableAutomaticPortMapHelp": "Attempt to automatically map the public port to the local port via UPnP. This may not work with some router models.",
|
||||
"LabelExternalDDNS": "External domain:",
|
||||
"LabelExternalDDNSHelp": "If you have a dynamic DNS enter it here. Emby apps will use it when connecting remotely. This field is required when used with a custom ssl certificate.",
|
||||
"LabelExternalDDNSHelp": "If you have a dynamic DNS enter it here. Emby apps will use it when connecting remotely. This field is required when used with a custom ssl certificate. Example: mydomain.com.",
|
||||
"TitleAppSettings": "App Settings",
|
||||
"LabelMinResumePercentage": "Min resume percentage:",
|
||||
"LabelMaxResumePercentage": "Max resume percentage:",
|
||||
@ -1938,7 +1938,7 @@
|
||||
"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 require https for external connections, you will need to supply a trusted SSL certificate, such as Lets 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.",
|
||||
|
@ -457,8 +457,8 @@
|
||||
"LabelPublicHttpPortHelp": "Den offentlige porten som kobles til den lokale porten.",
|
||||
"LabelPublicHttpsPort": "Offentlig HTTPS port:",
|
||||
"LabelPublicHttpsPortHelp": "Den offentlige porten som den lokale porten kobles til.",
|
||||
"LabelEnableHttps": "Oppgi HTTPS som ekstern adresse",
|
||||
"LabelEnableHttpsHelp": "If enabled, the server will report an https url to Emby apps as it's external address.",
|
||||
"RequireHttps": "Require https for external connections",
|
||||
"RequireHttpsHelp": "If enabled, connections over http will be redirected to https.",
|
||||
"LabelHttpsPort": "Lokal HTTPS port:",
|
||||
"LabelHttpsPortHelp": "TCP-portnummeret som Emby sin https server skal koble seg til.",
|
||||
"LabelEnableAutomaticPortMap": "Aktiver automatisk portmapping",
|
||||
|
@ -457,8 +457,8 @@
|
||||
"LabelPublicHttpPortHelp": "Het publieke poortnummer dat moet worden toegewezen aan de lokale http poort.",
|
||||
"LabelPublicHttpsPort": "Publieke https poort nummer:",
|
||||
"LabelPublicHttpsPortHelp": "Het publieke poortnummer dat moet worden toegewezen aan de lokale https poort.",
|
||||
"LabelEnableHttps": "Rapporteer https als extern adres",
|
||||
"LabelEnableHttpsHelp": "If enabled, the server will report an https url to Emby apps as it's external address.",
|
||||
"RequireHttps": "Require https for external connections",
|
||||
"RequireHttpsHelp": "If enabled, connections over http will be redirected to https.",
|
||||
"LabelHttpsPort": "Lokale https poort nummer:",
|
||||
"LabelHttpsPortHelp": "Het tcp poort nummer waar Emby's http server aan moet verbinden.",
|
||||
"LabelEnableAutomaticPortMap": "Schakel automatisch poort vertalen in",
|
||||
@ -1938,7 +1938,7 @@
|
||||
"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 require https for external connections, you will need to supply a trusted SSL certificate, such as Lets 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.",
|
||||
|
@ -2,16 +2,16 @@
|
||||
"LabelPrevious": "Wstecz",
|
||||
"LabelFinish": "Zako\u0144cz",
|
||||
"LabelNext": "Dalej",
|
||||
"LabelYoureDone": "Sko\u0144czy\u0142e\u015b!",
|
||||
"LabelYoureDone": "Zako\u0144czono!",
|
||||
"WelcomeToProject": "Witaj w Emby!",
|
||||
"ThisWizardWillGuideYou": "Niniejszy kreator pomo\u017ce Ci przej\u015b\u0107 przez proces instalacji. Najpierw, wybierz preferowany przez siebie j\u0119zyk.",
|
||||
"TellUsAboutYourself": "Opowiedz nam o sobie",
|
||||
"ButtonQuickStartGuide": "Skr\u00f3cona instrukcja obs\u0142ugi",
|
||||
"LabelYourFirstName": "Twoje imi\u0119:",
|
||||
"MoreUsersCanBeAddedLater": "Mo\u017cesz p\u00f3\u017aniej doda\u0107 kolejnych u\u017cytkownik\u00f3w u\u017cywaj\u0105c kokpitu.",
|
||||
"UserProfilesIntro": "Emby zawiera wbudowan\u0105 obs\u0142ug\u0119 profili u\u017cytkownik\u00f3w, umo\u017cliwiaj\u0105c ka\u017cdemu u\u017cytkownikowi personalizacj\u0119 ustawie\u0144 wy\u015bwietlania, stanu odtwarzania i kontroli rodzicielskiej.",
|
||||
"WizardCompleted": "To wszystko co teraz potrzebujemy. Emby zacz\u0105\u0142 zbiera\u0107 informacje o twojej bibliotece medi\u00f3w. Sprawd\u017a nasze aplikacje, a nast\u0119pnie kliknij <b>Koniec<\/b> aby zobaczy\u0107 <b>Kokpit<\/b>.",
|
||||
"LabelConfigureSettings": "Konfiguracja ustawienia",
|
||||
"MoreUsersCanBeAddedLater": "Kolejnych u\u017cytkownik\u00f3w mo\u017ce doda\u0107 p\u00f3\u017aniej u\u017cywaj\u0105c kokpitu.",
|
||||
"UserProfilesIntro": "Emby zawiera wbudowan\u0105 obs\u0142ug\u0119 profili u\u017cytkownik\u00f3w, umo\u017cliwiaj\u0105c ka\u017cdemu u\u017cytkownikowi personalizacj\u0119 ustawie\u0144 wy\u015bwietlania, sposobu odtwarzania i kontroli rodzicielskiej.",
|
||||
"WizardCompleted": "To wszystko, co teraz potrzebujemy. Emby rozpocz\u0119\u0142o zbieranie informacji o bibliotece medi\u00f3w. Dowiedz si\u0119 wi\u0119cej o naszych aplikacjach, a nast\u0119pnie naci\u015bnij <b>Zako\u0144cz<\/b>, aby zobaczy\u0107 <b>Kokpit<\/b>.",
|
||||
"LabelConfigureSettings": "Konfiguracja ustawie\u0144",
|
||||
"HeaderTermsOfService": "Warunki Us\u0142ugi Emby",
|
||||
"MessagePleaseAcceptTermsOfService": "Prosimy o zaakceptowanie warunk\u00f3w u\u017cytkowania oraz polityki prywatno\u015bci przed kontynuowaniem.",
|
||||
"OptionIAcceptTermsOfService": "Akceptuj\u0119 warunki u\u017cytkowania",
|
||||
@ -23,7 +23,7 @@
|
||||
"HeaderAddUser": "Dodaj u\u017cytkownika",
|
||||
"LabelAddConnectSupporterHelp": "Dodanie u\u017cytkownika, kt\u00f3rego nie ma na li\u015bcie, wymaga po\u0142\u0105czenia jego konta, z poziomu jego profilu, z us\u0142ug\u0105 Emby Connect.",
|
||||
"LabelPinCode": "Kod PIN:",
|
||||
"OptionHideWatchedContentFromLatestMedia": "Ukrywaj obejrzan\u0105 zawarto\u015b\u0107 z listy ostatnio dodanych",
|
||||
"OptionHideWatchedContentFromLatestMedia": "Ukrywaj obejrzan\u0105 zawarto\u015b\u0107 na listach ostatnio dodanych",
|
||||
"DeleteMedia": "Usu\u0144 pozycj\u0119",
|
||||
"HeaderSync": "Synchronizacja",
|
||||
"HeaderUpcomingNews": "Nadchodz\u0105ce nowo\u015bci",
|
||||
@ -106,12 +106,12 @@
|
||||
"LabelSubtitleLanguagePreference": "Preferowany j\u0119zyk \u015bcie\u017cki napis\u00f3w:",
|
||||
"OptionDefaultSubtitles": "Domy\u015blny",
|
||||
"OptionSmartSubtitles": "Inteligentny",
|
||||
"OptionSmartSubtitlesHelp": "Napisy w preferowanym j\u0119zyku zostan\u0105 wczytane, w przypadku \u015bcie\u017cki d\u017awi\u0119kowej w j\u0119zyku obcym.",
|
||||
"OptionSmartSubtitlesHelp": "W przypadku, gdy \u015bcie\u017cka d\u017awi\u0119kowa jest w j\u0119zyku obcym, zostan\u0105 wczytane napisy w preferowanym j\u0119zyku.",
|
||||
"OptionOnlyForcedSubtitles": "Tylko napisy wymuszone",
|
||||
"OptionAlwaysPlaySubtitles": "Zawsze wy\u015bwietlaj napisy",
|
||||
"OptionDefaultSubtitlesHelp": "Napisy b\u0119d\u0105 wczytywane w oparciu o metadane \u015bcie\u017cki d\u017awi\u0119kowej - flagi domy\u015blna i wymuszona. J\u0119zyk preferowany b\u0119dzie brany pod uwag\u0119 w przypadku wielu dost\u0119pnych opcji.",
|
||||
"OptionDefaultSubtitlesHelp": "Napisy b\u0119d\u0105 wczytywane w oparciu o znaczniki metadanych \u015bcie\u017cek d\u017awi\u0119kowych. Preferencje j\u0119zykowe brane s\u0105 pod uwag\u0119, gdy dost\u0119pnych jest wiele mo\u017cliwo\u015bci.",
|
||||
"OptionOnlyForcedSubtitlesHelp": "Tylko napisy oznaczone jako wymuszone b\u0119d\u0105 wczytywane.",
|
||||
"OptionAlwaysPlaySubtitlesHelp": "Napisy w preferowanym j\u0119zyku zostan\u0105 wczytane, niezale\u017cnie od j\u0119zyka \u015bcie\u017cki d\u017awi\u0119kowej.",
|
||||
"OptionAlwaysPlaySubtitlesHelp": "Napisy pasuj\u0105ce do preferowanego j\u0119zyka b\u0119d\u0105 wczytywane, niezale\u017cnie od j\u0119zyka \u015bcie\u017cki d\u017awi\u0119kowej.",
|
||||
"OptionNoSubtitlesHelp": "Napisy nie b\u0119d\u0105 domy\u015blnie wczytywane.",
|
||||
"TabProfiles": "Profile",
|
||||
"TabSecurity": "Zabezpieczenia",
|
||||
@ -457,8 +457,8 @@
|
||||
"LabelPublicHttpPortHelp": "Publiczny numer port na kt\u00f3ry ma by\u0107 zmapowany lokalny port http.",
|
||||
"LabelPublicHttpsPort": "Publiczny nr portu https:",
|
||||
"LabelPublicHttpsPortHelp": "Publiczny numer port na kt\u00f3ry ma by\u0107 zmapowany lokalny port https.",
|
||||
"LabelEnableHttps": "Zg\u0142aszaj https jako zewn\u0119trzny adres",
|
||||
"LabelEnableHttpsHelp": "Je\u015bli aktywne, serwer zg\u0142osi adres https do aplikacji Emby, jako zewn\u0119trzny adres.",
|
||||
"RequireHttps": "Require https for external connections",
|
||||
"RequireHttpsHelp": "If enabled, connections over http will be redirected to https.",
|
||||
"LabelHttpsPort": "Lokalny numer portu https:",
|
||||
"LabelHttpsPortHelp": "Numer portu tcp do kt\u00f3re serwer https Emby ma zosta\u0107 powi\u0105zany.",
|
||||
"LabelEnableAutomaticPortMap": "Aktywuj automatyczne mapowanie portu",
|
||||
@ -545,7 +545,7 @@
|
||||
"LabelSupporterKey": "Wprowad\u017a klucz Emby Premium (wklej z wiadomo\u015bci pocztowej):",
|
||||
"LabelSupporterKeyHelp": "Wprowad\u017a sw\u00f3j klucz Emby Premium i zacznij korzysta\u0107 z dodatkowych funkcji, jakie stworzy\u0142a spo\u0142eczno\u015b\u0107 Emby.",
|
||||
"MessageInvalidKey": "Klucz Emby Premium nie istnieje lub jest nieprawid\u0142owy.",
|
||||
"ErrorMessageInvalidKey": "W celu zarejestrowania zawarto\u015bci premium, musisz posiada\u0107 aktywn\u0105 subskrypcje Emby Premium.",
|
||||
"ErrorMessageInvalidKey": "W celu zarejestrowania zawarto\u015bci premium, musisz posiada\u0107 aktywn\u0105 subskrypcj\u0119 Emby Premium.",
|
||||
"HeaderDisplaySettings": "Ustawienia wy\u015bwietlania",
|
||||
"LabelEnableDlnaServer": "Aktywuj serwer DLNA",
|
||||
"LabelEnableDlnaServerHelp": "Umo\u017cliwia urz\u0105dzeniom UPnP w sieci domowej, na przegl\u0105danie i odtwarzanie zawarto\u015bci Emby.",
|
||||
@ -658,9 +658,9 @@
|
||||
"HeaderProfileServerSettingsHelp": "Te warto\u015bci kontroluj\u0105 jak serwer Emby b\u0119dzie przedstawiany dla urz\u0105dze\u0144.",
|
||||
"LabelMaxBitrate": "Maksymalna przep\u0142ywno\u015b\u0107:",
|
||||
"LabelMaxBitrateHelp": "Okre\u015bla maksymaln\u0105 przep\u0142ywno\u015b\u0107 w \u015brodowiskach o ograniczonym pa\u015bmie lub w przypadku, gdy urz\u0105dzenie narzuca w\u0142asny limit.",
|
||||
"LabelMaxStreamingBitrate": "Max streaming quality:",
|
||||
"LabelMaxStreamingBitrate": "Maksymalna jako\u015b\u0107 transmisji:",
|
||||
"LabelMaxStreamingBitrateHelp": "Okre\u015bla maksymaln\u0105 przep\u0142ywno\u015b\u0107 podczas transmisji.",
|
||||
"LabelMaxChromecastBitrate": "Chromecast streaming quality:",
|
||||
"LabelMaxChromecastBitrate": "Maksymalna jako\u015b\u0107 Chromecast:",
|
||||
"LabelMusicStaticBitrate": "Przep\u0142ywno\u015b\u0107 synchronizowanej muzyki:",
|
||||
"LabelMusicStaticBitrateHelp": "Okre\u015bla maksymaln\u0105 przep\u0142ywno\u015b\u0107 podczas synchronizacji muzyki.",
|
||||
"LabelMusicStreamingTranscodingBitrate": "Przep\u0142ywno\u015b\u0107 transkodowania muzyki:",
|
||||
@ -1206,7 +1206,7 @@
|
||||
"DeleteImageConfirmation": "Czy na pewno chcesz usun\u0105\u0107 ten obraz?",
|
||||
"FileReadCancelled": "Odczytywanie pliku zosta\u0142o anulowane.",
|
||||
"FileNotFound": "Plik nie znaleziony.",
|
||||
"FileReadError": "Wyst\u0105pi\u0142 b\u0142\u0105d podczas odczytywania pliku.",
|
||||
"FileReadError": "Podczas odczytywania pliku wyst\u0105pi\u0142 b\u0142\u0105d.",
|
||||
"DeleteUser": "Usu\u0144 u\u017cytkownika",
|
||||
"DeleteUserConfirmation": "Czy na pewno chcesz usun\u0105\u0107 tego u\u017cytkownika?",
|
||||
"PasswordResetHeader": "Zresetuj has\u0142o",
|
||||
@ -1240,7 +1240,7 @@
|
||||
"LabelFromHelp": "Przyk\u0142ad: {0} (na serwerze)",
|
||||
"HeaderMyMedia": "Moje Media",
|
||||
"ErrorLaunchingChromecast": "Wyst\u0105pi\u0142 b\u0142\u0105d podczas uruchamiania ChromeCast. Upewnij si\u0119, \u017ce Twoje urz\u0105dzenie jest pod\u0142\u0105czone do sieci bezprzewodowej.",
|
||||
"MessageErrorLoadingSupporterInfo": "Wyst\u0105pi\u0142 b\u0142\u0105d podczas wczytywania danych subskrypcji Emby Premium. Spr\u00f3buj ponownie p\u00f3\u017aniej.",
|
||||
"MessageErrorLoadingSupporterInfo": "Podczas wczytywania danych subskrypcji Emby Premium wyst\u0105pi\u0142 b\u0142\u0105d. Spr\u00f3buj ponownie p\u00f3\u017aniej.",
|
||||
"HeaderConfirmRemoveUser": "Usu\u0144 u\u017cytkownika",
|
||||
"ValueTimeLimitSingleHour": "Limit czasu: 1 godzina",
|
||||
"ValueTimeLimitMultiHour": "Limit czasu: {0} godzin",
|
||||
@ -1271,7 +1271,7 @@
|
||||
"SyncJobStatusCompleted": "Zsynchronizowano",
|
||||
"SyncJobStatusReadyToTransfer": "Gotowy do transferu",
|
||||
"SyncJobStatusTransferring": "Przenosz\u0119",
|
||||
"SyncJobStatusCompletedWithError": "Zsynchronizowano z b\u0142\u0119dami",
|
||||
"SyncJobStatusCompletedWithError": "Synchronizacja zako\u0144czona z b\u0142\u0119dami",
|
||||
"SyncJobItemStatusReadyToTransfer": "Gotowe do transferu",
|
||||
"LabelCollection": "Kolekcje",
|
||||
"HeaderDevices": "Urz\u0105dzenia",
|
||||
@ -1312,7 +1312,7 @@
|
||||
"ButtonMoreInformation": "Wi\u0119cej Informacji",
|
||||
"LabelNoUnreadNotifications": "Brak nieprzeczytanych powiadomie\u0144.",
|
||||
"MessageInvalidUser": "Nieprawid\u0142owa nazwa u\u017cytkownika lub has\u0142o. Spr\u00f3buj ponownie.",
|
||||
"HeaderLoginFailure": "B\u0142\u0105d logowania",
|
||||
"HeaderLoginFailure": "Niepowodzenie logowania",
|
||||
"RecommendationBecauseYouLike": "Bo polubi\u0142e\u015b {0}",
|
||||
"RecommendationBecauseYouWatched": "Bo obejrza\u0142e\u015b {0}",
|
||||
"RecommendationDirectedBy": "Re\u017cyserowane przez {0}",
|
||||
@ -1371,9 +1371,9 @@
|
||||
"HeaderSelectWatchFolder": "Wska\u017c obserwowany folder:",
|
||||
"HeaderSelectWatchFolderHelp": "Przegl\u0105daj lub wprowad\u017a folder, kt\u00f3ry ma by\u0107 monitorowany. Folder musi umo\u017cliwia\u0107 zapis plik\u00f3w.",
|
||||
"OrganizePatternResult": "Wynik: {0}",
|
||||
"AutoOrganizeError": "Bl\u0105d przy organizacji pliku",
|
||||
"AutoOrganizeError": "Podczas organizacji pik\u00f3w wyst\u0105pi\u0142 b\u0142\u0105d",
|
||||
"FileOrganizeManually": "Organizuj plik",
|
||||
"ErrorOrganizingFileWithErrorCode": "Wyst\u0105pi\u0142 b\u0142\u0105d przy organizacji pliku. Kod b\u0142\u0119du: {0}.",
|
||||
"ErrorOrganizingFileWithErrorCode": "Podczas organizacji pik\u00f3w wyst\u0105pi\u0142 b\u0142\u0105d. Kod b\u0142\u0119du: {0}.",
|
||||
"HeaderRestart": "Uruchom ponownie",
|
||||
"HeaderShutdown": "Zamknij",
|
||||
"MessageConfirmRestart": "Czy na pewno chcesz uruchomi\u0107 serwer Emby ponownie?",
|
||||
@ -1409,7 +1409,7 @@
|
||||
"HeaderAudioTracks": "\u015acie\u017cki d\u017awi\u0119kowe",
|
||||
"HeaderLibraries": "Biblioteki",
|
||||
"HeaderVideoQuality": "Jako\u015b\u0107 Wideo",
|
||||
"MessageErrorPlayingVideo": "Wyst\u0105pi\u0142 b\u0142\u0105d podczas odtwarzania wideo.",
|
||||
"MessageErrorPlayingVideo": "Podczas odtwarzania wideo wyst\u0105pi\u0142 b\u0142\u0105d.",
|
||||
"MessageEnsureOpenTuner": "Upewnij si\u0119 \u017ce dost\u0119pny jest otwarty tuner.",
|
||||
"ButtonDashboard": "Kokpit",
|
||||
"ButtonReports": "Raporty",
|
||||
@ -1438,7 +1438,7 @@
|
||||
"LabelAll": "Wszystkie",
|
||||
"HeaderDeleteImage": "Usu\u0144 obraz",
|
||||
"MessageFileNotFound": "Nie znaleziono pliku.",
|
||||
"MessageFileReadError": "Wyst\u0105pi\u0142 b\u0142\u0105d podczas odczytywania pliku.",
|
||||
"MessageFileReadError": "Podczas odczytywania tego pliku wyst\u0105pi\u0142 b\u0142\u0105d.",
|
||||
"ButtonNextPage": "Nast\u0119pna Strona",
|
||||
"ButtonPreviousPage": "Poprzednia Strona",
|
||||
"ButtonMoveLeft": "Przesu\u0144 w lewo",
|
||||
@ -1698,12 +1698,12 @@
|
||||
"HeaderInvitationSent": "Zaproszenie wys\u0142ane",
|
||||
"MessageInvitationSentToUser": "Wiadomo\u015b\u0107, z pro\u015bb\u0105 o akceptacj\u0119 zaproszenia wsp\u00f3\u0142dzielenia, zosta\u0142a wys\u0142ana do {0}.",
|
||||
"MessageInvitationSentToNewUser": "Wiadomo\u015b\u0107, z pro\u015bb\u0105 o utworzenie konta Emby, zosta\u0142a wys\u0142ana do {0}.",
|
||||
"HeaderConnectionFailure": "B\u0142\u0105d po\u0142\u0105czenia",
|
||||
"HeaderConnectionFailure": "Niepowodzenie po\u0142\u0105czenia",
|
||||
"MessageUnableToConnectToServer": "Po\u0142\u0105czenie z wybranym serwerem jest teraz niemo\u017cliwe. Upewnij si\u0119, \u017ce jest uruchomiony i spr\u00f3buj ponownie.",
|
||||
"ButtonSelectServer": "Wybierz serwer",
|
||||
"MessagePluginConfigurationRequiresLocalAccess": "Aby skonfigurowa\u0107 ten plugin zaloguj si\u0119 bezpo\u015brednio do lokalnego serwera.",
|
||||
"MessageLoggedOutParentalControl": "Dost\u0119p jest aktualnie ograniczony. Prosz\u0119 spr\u00f3bowa\u0107 p\u00f3\u017aniej.",
|
||||
"DefaultErrorMessage": "Wyst\u0105pi\u0142 bl\u0105d podczas przetwarzania twojego rz\u0105dania. Prosz\u0119 spr\u00f3bowa\u0107 ponownie po\u017aniej.",
|
||||
"DefaultErrorMessage": "Podczas przetwarzania \u017c\u0105dania wyst\u0105pi\u0142 b\u0142\u0105d. Prosz\u0119 spr\u00f3bowa\u0107 ponownie p\u00f3\u017aniej.",
|
||||
"ButtonAccept": "Akceptuj",
|
||||
"ButtonReject": "Odrzu\u0107",
|
||||
"MessageContactAdminToResetPassword": "Skontaktuj si\u0119 z administratorem systemu w celu zresetowania has\u0142a.",
|
||||
@ -1753,9 +1753,9 @@
|
||||
"ButtonViewAlbum": "Podejrzyj album",
|
||||
"ButtonEditImages": "Edytuj obrazy",
|
||||
"ErrorMessagePasswordNotMatchConfirm": "Has\u0142o i potwierdzenie has\u0142a musz\u0105 by\u0107 takie same.",
|
||||
"ErrorMessageUsernameInUse": "Nazwa u\u017cytkownika jest aktualnie zaj\u0119ta. Wybierz inna nazw\u0119 i spr\u00f3buj ponownie.",
|
||||
"ErrorMessageEmailInUse": "Adres e-mail jest ju\u017c aktualnie w u\u017cyciu. Wprowad\u017a nowy adres e-mail i spr\u00f3buj ponownie lub u\u017cyj opcji przywracania has\u0142a.",
|
||||
"MessageThankYouForConnectSignUp": "Dzi\u0119kujemy za rejestracj\u0119 w Emby Connect. Email b\u0119dzie wys\u0142any na tw\u00f3j adres z instrukcjami jak autoryzowa\u0107 twoje nowe konto. Prosz\u0119 potwierdzi\u0107 konto i wr\u00f3ci\u0107 tutaj aby si\u0119 zalogowa\u0107.",
|
||||
"ErrorMessageUsernameInUse": "Ta nazwa u\u017cytkownika zosta\u0142a ju\u017c wcze\u015bniej u\u017cyta. Wybierz now\u0105 nazw\u0119 i spr\u00f3buj ponownie.",
|
||||
"ErrorMessageEmailInUse": "Ten adres pocztowy zosta\u0142 ju\u017c wcze\u015bniej u\u017cyty. Wprowad\u017a nowy adres i spr\u00f3buj ponownie lub u\u017cyj funkcji przywracania has\u0142a.",
|
||||
"MessageThankYouForConnectSignUp": "Dzi\u0119kujemy za rejestracj\u0119 w Emby Connect. Na Tw\u00f3j adres pocztowy zostanie wys\u0142ana wiadomo\u015b\u0107 z instrukcjami, jak potwierdzi\u0107 za\u0142o\u017cenie konta. Prosimy o potwierdzenie konta, a nast\u0119pnie powr\u00f3t w celu zalogowania.",
|
||||
"MessageThankYouForConnectSignUpNoValidation": "Dzi\u0119kujemy za rejestracj\u0119 w Emby Connect! Zostaniesz teraz poproszony o zalogowanie si\u0119 danymi z Emby Connect.",
|
||||
"ButtonShare": "Udost\u0119pnij",
|
||||
"HeaderConfirm": "Potwierd\u017a",
|
||||
@ -1763,8 +1763,8 @@
|
||||
"MessageConfirmDeleteGuideProvider": "Czy na pewno chcesz usun\u0105\u0107 tego dostawc\u0119 przewodnika telewizyjnego?",
|
||||
"HeaderDeleteProvider": "Usu\u0144 dostawc\u0119",
|
||||
"ErrorAddingTunerDevice": "Wyst\u0105pi\u0142 b\u0142\u0105d podczas dodawania tuner telewizyjnego. Upewnij si\u0119, \u017ce masz do niego dost\u0119p i spr\u00f3buj ponownie.",
|
||||
"ErrorSavingTvProvider": "Wyst\u0105pi\u0142 b\u0142\u0105d podczas dodawania dostawcy telewizji. Upewnij si\u0119, \u017ce masz do niego dost\u0119p i spr\u00f3buj ponownie.",
|
||||
"ErrorGettingTvLineups": "Wyst\u0105pi\u0142 b\u0142\u0105d podczas pobierania programu telewizyjnego. Upewnij si\u0119, \u017ce informacje s\u0105 poprawne i spr\u00f3buj ponownie.",
|
||||
"ErrorSavingTvProvider": "Wyst\u0105pi\u0142 b\u0142\u0105d podczas dodawania dostawcy telewizji. Upewnij si\u0119, \u017ce jest on dost\u0119pny i spr\u00f3buj ponownie.",
|
||||
"ErrorGettingTvLineups": "Podczas pobierania programu telewizyjnego wyst\u0105pi\u0142 b\u0142\u0105d. Upewnij si\u0119, \u017ce informacje s\u0105 poprawne i spr\u00f3buj ponownie.",
|
||||
"MessageCreateAccountAt": "Utw\u00f3rz konto na {0}",
|
||||
"ErrorPleaseSelectLineup": "Wybierz program i spr\u00f3buj ponownie, je\u015bli \u017cadne programy nie s\u0105 dost\u0119pne, sprawd\u017a czy tw\u00f3j login, has\u0142o i kod pocztowy jest poprawny.",
|
||||
"HeaderTryEmbyPremiere": "Wypr\u00f3buj Emby Premium",
|
||||
@ -1947,13 +1947,13 @@
|
||||
"Themes": "Motywy",
|
||||
"LabelTheme": "Motyw:",
|
||||
"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.",
|
||||
"MessagePremiereStatusGood": "Posiadasz plan {0} Emby Premiere, ale u\u017cycie Twojego urz\u0105dzenia jest w zasi\u0119gu Twojego limitu.",
|
||||
"MessagePremiereStatusClose": "Posiadasz plan {0} Emby Premiere, ale u\u017cycie Twojego urz\u0105dzenia jest bliskie limitu.",
|
||||
"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}",
|
||||
"LabelCancelInfo": "Mo\u017cesz zarz\u0105dza\u0107 subskrypcj\u0105 bezpo\u015brednio na stronie {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!",
|
||||
|
@ -457,8 +457,8 @@
|
||||
"LabelPublicHttpPortHelp": "O n\u00famero da porta p\u00fablica que dever\u00e1 ser mapeada para a porta local de http.",
|
||||
"LabelPublicHttpsPort": "N\u00famero da porta p\u00fablica de https:",
|
||||
"LabelPublicHttpsPortHelp": "O n\u00famero da porta p\u00fablica que dever\u00e1 ser mapeada para a porta local de https.",
|
||||
"LabelEnableHttps": "Reportar https como um endere\u00e7o externo",
|
||||
"LabelEnableHttpsHelp": "Se ativado, o servidor ir\u00e1 reportar uma url https para os apps Emby como um endere\u00e7o externo.",
|
||||
"RequireHttps": "Require https for external connections",
|
||||
"RequireHttpsHelp": "If enabled, connections over http will be redirected to https.",
|
||||
"LabelHttpsPort": "N\u00famero da porta local de https:",
|
||||
"LabelHttpsPortHelp": "O n\u00famero da porta tcp que o servidor https do Emby deveria se conectar.",
|
||||
"LabelEnableAutomaticPortMap": "Ativar mapeamento autom\u00e1tico de portas",
|
||||
|
@ -457,8 +457,8 @@
|
||||
"LabelPublicHttpPortHelp": "O n\u00famero da porta p\u00fablica que dever\u00e1 ser mapeada para a porta local de http.",
|
||||
"LabelPublicHttpsPort": "N\u00famero da porta p\u00fablica de https:",
|
||||
"LabelPublicHttpsPortHelp": "O n\u00famero da porta p\u00fablica que dever\u00e1 ser mapeada para a porta local de https.",
|
||||
"LabelEnableHttps": "Reportar https como um endere\u00e7o externo",
|
||||
"LabelEnableHttpsHelp": "If enabled, the server will report an https url to Emby apps as it's external address.",
|
||||
"RequireHttps": "Require https for external connections",
|
||||
"RequireHttpsHelp": "If enabled, connections over http will be redirected to https.",
|
||||
"LabelHttpsPort": "N\u00famero da porta https local:",
|
||||
"LabelHttpsPortHelp": "O n\u00famero da porta tcp que o servidor https do Emby deveria se conectar.",
|
||||
"LabelEnableAutomaticPortMap": "Ativar mapeamento autom\u00e1tico de portas",
|
||||
@ -1938,7 +1938,7 @@
|
||||
"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.",
|
||||
"HttpsRequiresCert": "To require https for external connections, you will need to supply a trusted SSL certificate, such as Lets 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.",
|
||||
|
@ -457,14 +457,14 @@
|
||||
"LabelPublicHttpPortHelp": "The public port number that should be mapped to the local http port.",
|
||||
"LabelPublicHttpsPort": "Public https port number:",
|
||||
"LabelPublicHttpsPortHelp": "The public port number that should be mapped to the local https port.",
|
||||
"LabelEnableHttps": "Report https as external address",
|
||||
"LabelEnableHttpsHelp": "If enabled, the server will report an https url to Emby apps as it's external address.",
|
||||
"RequireHttps": "Require https for external connections",
|
||||
"RequireHttpsHelp": "If enabled, connections over http will be redirected to https.",
|
||||
"LabelHttpsPort": "Local https port number:",
|
||||
"LabelHttpsPortHelp": "The tcp port number that Emby's https server should bind to.",
|
||||
"LabelEnableAutomaticPortMap": "Enable automatic port mapping",
|
||||
"LabelEnableAutomaticPortMapHelp": "Attempt to automatically map the public port to the local port via UPnP. This may not work with some router models.",
|
||||
"LabelExternalDDNS": "External domain:",
|
||||
"LabelExternalDDNSHelp": "If you have a dynamic DNS enter it here. Emby apps will use it when connecting remotely. This field is required when used with a custom ssl certificate.",
|
||||
"LabelExternalDDNSHelp": "If you have a dynamic DNS enter it here. Emby apps will use it when connecting remotely. This field is required when used with a custom ssl certificate. Example: mydomain.com.",
|
||||
"TitleAppSettings": "App Settings",
|
||||
"LabelMinResumePercentage": "Min resume percentage:",
|
||||
"LabelMaxResumePercentage": "Max resume percentage:",
|
||||
@ -1938,7 +1938,7 @@
|
||||
"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 require https for external connections, you will need to supply a trusted SSL certificate, such as Lets 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.",
|
||||
|
@ -457,8 +457,8 @@
|
||||
"LabelPublicHttpPortHelp": "\u041d\u043e\u043c\u0435\u0440 \u043f\u0443\u0431\u043b\u0438\u0447\u043d\u043e\u0433\u043e \u043f\u043e\u0440\u0442\u0430, \u043a\u043e\u0442\u043e\u0440\u044b\u0439 \u0441\u043e\u043f\u043e\u0441\u0442\u0430\u0432\u043b\u044f\u0435\u0442\u0441\u044f \u0441 \u043b\u043e\u043a\u0430\u043b\u044c\u043d\u044b\u043c HTTP-\u043f\u043e\u0440\u0442\u043e\u043c.",
|
||||
"LabelPublicHttpsPort": "\u041d\u043e\u043c\u0435\u0440 \u043f\u0443\u0431\u043b\u0438\u0447\u043d\u043e\u0433\u043e HTTPS-\u043f\u043e\u0440\u0442\u0430:",
|
||||
"LabelPublicHttpsPortHelp": "\u041d\u043e\u043c\u0435\u0440 \u043f\u0443\u0431\u043b\u0438\u0447\u043d\u043e\u0433\u043e \u043f\u043e\u0440\u0442\u0430, \u043a\u043e\u0442\u043e\u0440\u044b\u0439 \u0441\u043e\u043f\u043e\u0441\u0442\u0430\u0432\u043b\u044f\u0435\u0442\u0441\u044f \u0441 \u043b\u043e\u043a\u0430\u043b\u044c\u043d\u044b\u043c HTTPS-\u043f\u043e\u0440\u0442\u043e\u043c.",
|
||||
"LabelEnableHttps": "\u041e\u0442\u0434\u0430\u0432\u0430\u0442\u044c HTTPS \u0432 \u043a\u0430\u0447\u0435\u0441\u0442\u0432\u0435 \u0432\u043d\u0435\u0448\u043d\u0435\u0433\u043e \u0430\u0434\u0440\u0435\u0441\u0430",
|
||||
"LabelEnableHttpsHelp": "\u041f\u0440\u0438 \u0432\u043a\u043b\u044e\u0447\u0435\u043d\u0438\u0438, \u0441\u0435\u0440\u0432\u0435\u0440 \u043e\u0442\u0434\u0430\u0451\u0442 HTTPS URL Emby-\u043f\u0440\u0438\u043b\u043e\u0436\u0435\u043d\u0438\u044f\u043c \u0432 \u043a\u0430\u0447\u0435\u0441\u0442\u0432\u0435 \u0441\u0432\u043e\u0435\u0433\u043e \u0432\u043d\u0435\u0448\u043d\u0435\u0433\u043e \u0430\u0434\u0440\u0435\u0441\u0430.",
|
||||
"RequireHttps": "Require https for external connections",
|
||||
"RequireHttpsHelp": "If enabled, connections over http will be redirected to https.",
|
||||
"LabelHttpsPort": "\u041d\u043e\u043c\u0435\u0440 \u043b\u043e\u043a\u0430\u043b\u044c\u043d\u043e\u0433\u043e HTTPS-\u043f\u043e\u0440\u0442\u0430:",
|
||||
"LabelHttpsPortHelp": "TCP-\u043f\u043e\u0440\u0442, \u043a\u043e \u043a\u043e\u0442\u043e\u0440\u043e\u043c\u0443 \u0441\u043b\u0435\u0434\u0443\u0435\u0442 \u0441\u043e\u0437\u0434\u0430\u0442\u044c \u043f\u0440\u0438\u0432\u044f\u0437\u043a\u0443 HTTPS-\u0441\u0435\u0440\u0432\u0435\u0440\u0430 Emby.",
|
||||
"LabelEnableAutomaticPortMap": "\u0412\u043a\u043b\u044e\u0447\u0438\u0442\u044c \u0430\u0432\u0442\u043e\u043c\u0430\u0442\u0438\u0447\u0435\u0441\u043a\u043e\u0435 \u0441\u043e\u043f\u043e\u0441\u0442\u0430\u0432\u043b\u0435\u043d\u0438\u0435 \u043f\u043e\u0440\u0442\u043e\u0432",
|
||||
|
@ -52,7 +52,7 @@
|
||||
"LabelSyncTempPath": "Do\u010dasn\u00e1 cesta k s\u00faboru:",
|
||||
"LabelSyncTempPathHelp": "Specify a custom sync working folder. Converted media created during the sync process will be stored here.",
|
||||
"LabelCustomCertificatePath": "Vlastn\u00e1 cesta k certifik\u00e1tu:",
|
||||
"LabelCustomCertificatePathHelp": "Supply your own ssl certificate .pfx file. If omitted, the server will create a self-signed certificate.",
|
||||
"LabelCustomCertificatePathHelp": "Supply your own ssl certificate .pfx file.",
|
||||
"TitleNotifications": "Upozornenia",
|
||||
"OptionDetectArchiveFilesAsMedia": "Detect archive files as media",
|
||||
"OptionDetectArchiveFilesAsMediaHelp": "If enabled, files with .rar and .zip extensions will be detected as media files.",
|
||||
@ -457,14 +457,14 @@
|
||||
"LabelPublicHttpPortHelp": "The public port number that should be mapped to the local http port.",
|
||||
"LabelPublicHttpsPort": "Public https port number:",
|
||||
"LabelPublicHttpsPortHelp": "The public port number that should be mapped to the local https port.",
|
||||
"LabelEnableHttps": "Report https as external address",
|
||||
"LabelEnableHttpsHelp": "If enabled, the server will report an https url to Emby apps as it's external address.",
|
||||
"RequireHttps": "Require https for external connections",
|
||||
"RequireHttpsHelp": "If enabled, connections over http will be redirected to https.",
|
||||
"LabelHttpsPort": "Local https port number:",
|
||||
"LabelHttpsPortHelp": "The tcp port number that Emby's https server should bind to.",
|
||||
"LabelEnableAutomaticPortMap": "Enable automatic port mapping",
|
||||
"LabelEnableAutomaticPortMapHelp": "Attempt to automatically map the public port to the local port via UPnP. This may not work with some router models.",
|
||||
"LabelExternalDDNS": "External domain:",
|
||||
"LabelExternalDDNSHelp": "If you have a dynamic DNS enter it here. Emby apps will use it when connecting remotely. This field is required when used with a custom ssl certificate.",
|
||||
"LabelExternalDDNSHelp": "If you have a dynamic DNS enter it here. Emby apps will use it when connecting remotely. This field is required when used with a custom ssl certificate. Example: mydomain.com.",
|
||||
"TitleAppSettings": "App Settings",
|
||||
"LabelMinResumePercentage": "Min resume percentage:",
|
||||
"LabelMaxResumePercentage": "Max resume percentage:",
|
||||
@ -1938,7 +1938,7 @@
|
||||
"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 require https for external connections, you will need to supply a trusted SSL certificate, such as Lets 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.",
|
||||
|
@ -51,8 +51,8 @@
|
||||
"RegisterWithPayPal": "Registriraj se z PayPal-om",
|
||||
"LabelSyncTempPath": "Zacasna pot do datoteke:",
|
||||
"LabelSyncTempPathHelp": "Specify a custom sync working folder. Converted media created during the sync process will be stored here.",
|
||||
"LabelCustomCertificatePath": "Custom certificate path:",
|
||||
"LabelCustomCertificatePathHelp": "Supply your own ssl certificate .pfx file. If omitted, the server will create a self-signed certificate.",
|
||||
"LabelCustomCertificatePath": "Custom ssl certificate path:",
|
||||
"LabelCustomCertificatePathHelp": "Supply your own ssl certificate .pfx file.",
|
||||
"TitleNotifications": "Notifications",
|
||||
"OptionDetectArchiveFilesAsMedia": "Detect archive files as media",
|
||||
"OptionDetectArchiveFilesAsMediaHelp": "If enabled, files with .rar and .zip extensions will be detected as media files.",
|
||||
@ -457,14 +457,14 @@
|
||||
"LabelPublicHttpPortHelp": "The public port number that should be mapped to the local http port.",
|
||||
"LabelPublicHttpsPort": "Public https port number:",
|
||||
"LabelPublicHttpsPortHelp": "The public port number that should be mapped to the local https port.",
|
||||
"LabelEnableHttps": "Report https as external address",
|
||||
"LabelEnableHttpsHelp": "If enabled, the server will report an https url to Emby apps as it's external address.",
|
||||
"RequireHttps": "Require https for external connections",
|
||||
"RequireHttpsHelp": "If enabled, connections over http will be redirected to https.",
|
||||
"LabelHttpsPort": "Local https port number:",
|
||||
"LabelHttpsPortHelp": "The tcp port number that Emby's https server should bind to.",
|
||||
"LabelEnableAutomaticPortMap": "Enable automatic port mapping",
|
||||
"LabelEnableAutomaticPortMapHelp": "Attempt to automatically map the public port to the local port via UPnP. This may not work with some router models.",
|
||||
"LabelExternalDDNS": "External domain:",
|
||||
"LabelExternalDDNSHelp": "If you have a dynamic DNS enter it here. Emby apps will use it when connecting remotely. This field is required when used with a custom ssl certificate.",
|
||||
"LabelExternalDDNSHelp": "If you have a dynamic DNS enter it here. Emby apps will use it when connecting remotely. This field is required when used with a custom ssl certificate. Example: mydomain.com.",
|
||||
"TitleAppSettings": "App Settings",
|
||||
"LabelMinResumePercentage": "Min resume percentage:",
|
||||
"LabelMaxResumePercentage": "Max resume percentage:",
|
||||
@ -1938,7 +1938,7 @@
|
||||
"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 require https for external connections, you will need to supply a trusted SSL certificate, such as Lets 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.",
|
||||
|
@ -97,8 +97,8 @@
|
||||
"LabelDisplayMissingEpisodesWithinSeasons": "Visa saknade avsnitt i s\u00e4songer",
|
||||
"LabelDisplayMissingEpisodesWithinSeasonsHelp": "Detta m\u00e5ste ocks\u00e5 vara aktiverat f\u00f6r TV-bibliotek p\u00e5 Embyservern.",
|
||||
"LabelUnairedMissingEpisodesWithinSeasons": "Visa \u00e4nnu ej s\u00e4nda avsnitt i s\u00e4songer",
|
||||
"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": "Om aktiverat importeras information om saknade episoder till din Emby-databas och visas i series\u00e4songerna. Detta kan inneb\u00e4ra l\u00e4ngre tids\u00e5tg\u00e5ng f\u00f6r biblioteksskanningar.",
|
||||
"MessageEnablingOptionLongerScans": "Aktivering av detta alternativ kan inneb\u00e4ra att biblioteksskanningar tar l\u00e4ngre tid.",
|
||||
"HeaderVideoPlaybackSettings": "Inst\u00e4llningar f\u00f6r videouppspelning",
|
||||
"OptionDownloadInternetMetadataTvPrograms": "Ladda ner internetmetadata f\u00f6r program som listas i guiden",
|
||||
"HeaderPlaybackSettings": "Uppspelningsinst\u00e4llningar",
|
||||
@ -209,9 +209,9 @@
|
||||
"OptionDvd": "DVD",
|
||||
"OptionIso": "ISO",
|
||||
"Option3D": "3D",
|
||||
"LabelDeinterlacingMethod": "Deinterlacing method:",
|
||||
"LabelDeinterlacingMethod": "Avfl\u00e4tningsmetod:",
|
||||
"Standard": "Standard",
|
||||
"BobAndWeaveWithHelp": "Bob and weave (higher quality, but slower)",
|
||||
"BobAndWeaveWithHelp": "Linjedubbling och fl\u00e4tning (b\u00e4ttre kvalitet, men l\u00e5ngsammare)",
|
||||
"LabelStatus": "Status:",
|
||||
"LabelLastResult": "Senaste resultat:",
|
||||
"OptionHasSubtitles": "Undertexter",
|
||||
@ -321,7 +321,7 @@
|
||||
"LabelFanartApiKey": "Personlig api-nyckel:",
|
||||
"LabelFanartApiKeyHelp": "H\u00e4mtningar av fanart utan en personling api-nyckel ger tillg\u00e5ng till filer som godk\u00e4nts f\u00f6r \u00f6ver 7 dagar sedan. Med en personlig API-nyckel \u00e4ndras det till 48 timmar. Om du \u00e4ven \u00e4r VIP-medlem \u00e4ndras det ytterligare till cirka 10 minuter.",
|
||||
"ExtractChapterImagesHelp": "Att extrahera kapitelrutor m\u00f6jligg\u00f6r f\u00f6r vissa klienter att visa grafiska menyer f\u00f6r kapitelval. Aktiviteten kan vara l\u00e5ngsam, cpu-intensiv och kan kr\u00e4va flera gigabyte h\u00e5rddiskutrymme p\u00e5 din Emby Server. Aktiviteten k\u00f6rs n\u00e4r nya videofiler uppt\u00e4cks och \u00e4r \u00e4ven schemalagd under nattetid, men det g\u00e5r att \u00e4ndra under schemalagda aktiviteter. Det \u00e4r inte rekommenderat att k\u00f6ra den h\u00e4r aktiviteten vid tider med h\u00f6g belastning.",
|
||||
"LabelMetadataDownloadLanguage": "Preferred metadata language:",
|
||||
"LabelMetadataDownloadLanguage": "\u00d6nskat spr\u00e5k f\u00f6r metadata:",
|
||||
"ButtonSignIn": "Logga in",
|
||||
"TitleSignIn": "Logga in",
|
||||
"HeaderPleaseSignIn": "Var god logga in",
|
||||
@ -457,8 +457,8 @@
|
||||
"LabelPublicHttpPortHelp": "Det publika portnumret som ska mappas till den lokala porten f\u00f6r http.",
|
||||
"LabelPublicHttpsPort": "Publikt portnummer f\u00f6r https:",
|
||||
"LabelPublicHttpsPortHelp": "Det publika portnumret som ska mappas till den lokala porten f\u00f6r https.",
|
||||
"LabelEnableHttps": "Anv\u00e4nd https p\u00e5 extern adress",
|
||||
"LabelEnableHttpsHelp": "Om aktiverat, kommer servern rapportera en https-url till Emby-appar som sin externa adress.",
|
||||
"RequireHttps": "Require https for external connections",
|
||||
"RequireHttpsHelp": "If enabled, connections over http will be redirected to https.",
|
||||
"LabelHttpsPort": "Lokalt portnummer f\u00f6r https:",
|
||||
"LabelHttpsPortHelp": "Den lokala tcp-port som Emby Server ska lyssna p\u00e5 https.",
|
||||
"LabelEnableAutomaticPortMap": "Aktivera automatisk koppling av portar",
|
||||
@ -527,7 +527,7 @@
|
||||
"ButtonShutdown": "St\u00e4ng av",
|
||||
"ButtonUpdateNow": "Uppdatera nu",
|
||||
"TabHosting": "V\u00e4rd",
|
||||
"PleaseUpdateManually": "Please shutdown Emby Server and install the latest version.",
|
||||
"PleaseUpdateManually": "Var god st\u00e4ng av Emby-servern och installera den senaste versionen.",
|
||||
"NewServerVersionAvailable": "En ny version av Emby Server finns tillg\u00e4nglig!",
|
||||
"ServerUpToDate": "Emby Server \u00e4r uppdaterad",
|
||||
"LabelComponentsUpdated": "F\u00f6ljande komponenter har installerats eller uppdaterats:",
|
||||
@ -783,7 +783,7 @@
|
||||
"TabNfoSettings": "nfo-inst\u00e4llingar",
|
||||
"HeaderKodiMetadataHelp": "Emby har st\u00f6d f\u00f6r Nfo-metadatafiler. F\u00f6r att aktivera eller inaktivera Nfo-metadata, anv\u00e4nd Metadata-fliken f\u00f6r att konfigurera Nfo-st\u00f6d f\u00f6r dina mediatyper.",
|
||||
"LabelKodiMetadataUser": "Spara 'visad-data' f\u00f6r anv\u00e4ndare till nfo's f\u00f6r:",
|
||||
"LabelKodiMetadataUserHelp": "Enable this to save watch data to Nfo files for other applications to utilize.",
|
||||
"LabelKodiMetadataUserHelp": "Aktivera detta f\u00f6r att spara visningsinformation till Nfo-filer som kan anv\u00e4ndas av andra program.",
|
||||
"LabelKodiMetadataDateFormat": "Format f\u00f6r premi\u00e4rdatum:",
|
||||
"LabelKodiMetadataDateFormatHelp": "Alla datum i nfo-filer kommer att l\u00e4sas och skrivas i detta format.",
|
||||
"LabelKodiMetadataSaveImagePaths": "Spara bilds\u00f6kv\u00e4gar i nfo-filer",
|
||||
@ -853,7 +853,7 @@
|
||||
"HeaderImages": "Bilder",
|
||||
"HeaderBackdrops": "Fondbilder",
|
||||
"HeaderAddUpdateImage": "L\u00e4gg till\/uppdatera bild",
|
||||
"LabelDropImageHere": "Drop image here.",
|
||||
"LabelDropImageHere": "Sl\u00e4pp en bild h\u00e4r.",
|
||||
"LabelJpgPngOnly": "Endast JPG\/PNG",
|
||||
"LabelImageType": "Typ av bild:",
|
||||
"OptionPrimary": "Huvudbild",
|
||||
@ -1010,7 +1010,7 @@
|
||||
"TabDevices": "Enheter",
|
||||
"HeaderLibrarySettings": "Biblioteksinst\u00e4llningar",
|
||||
"HeaderChapterSettings": "Kapitelinst\u00e4llningar",
|
||||
"HeaderCameraUploadHelp": "Emby apps can automatically upload photos and videos taken from your mobile devices into Emby Server.",
|
||||
"HeaderCameraUploadHelp": "Emby-appar kan automatiskt ladda upp foton och filer tagna med dina mobila enheter till Emby-servern.",
|
||||
"LabelCameraUploadPath": "V\u00e4lj s\u00f6kv\u00e4g f\u00f6r kamerauppladdning:",
|
||||
"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": "Skapa en undermapp f\u00f6r varje enhet",
|
||||
@ -1092,7 +1092,7 @@
|
||||
"OptionAllowMediaPlaybackTranscodingHelp": "Anv\u00e4ndare f\u00e5r ett v\u00e4nligt meddelande n\u00e4r inneh\u00e5ll inte kan spelas p\u00e5 grund av en policy.",
|
||||
"TabStreaming": "Str\u00f6mning",
|
||||
"LabelRemoteClientBitrateLimit": "Maximal hastighet f\u00f6r str\u00f6mning till Internet (Mbps):",
|
||||
"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.",
|
||||
"LabelRemoteClientBitrateLimitHelp": "En valfri bitfrekvensgr\u00e4ns f\u00f6r enskilda str\u00f6mmar utanf\u00f6r det lokala n\u00e4tverket. Detta \u00e4r anv\u00e4ndbart f\u00f6r att f\u00f6rhindra enheter fr\u00e5n att beg\u00e4ra h\u00f6gre bitfrekvens \u00e4n din internetuppkoppling kan hantera. Detta kan inneb\u00e4ra h\u00f6gre processorbelastning f\u00f6r att omkoda videor till l\u00e4gre bitfrekvens.",
|
||||
"LabelUserRemoteClientBitrateLimitHelp": "This will override the default global value set in server playback settings.",
|
||||
"LabelConversionCpuCoreLimit": "Antal cpu-k\u00e4rnor:",
|
||||
"LabelConversionCpuCoreLimitHelp": "Begr\u00e4nsa antalet CPU-k\u00e4rnor som ska anv\u00e4ndas under synk-konvertering.",
|
||||
@ -1717,8 +1717,8 @@
|
||||
"SyncMedia": "Synkronisera Media",
|
||||
"HeaderCancelSyncJob": "Avbryt synkronisering",
|
||||
"LabelQuality": "Kvalitet",
|
||||
"MovieLibraryHelp": "Review the {0}Emby movie naming guide{1}.",
|
||||
"TvLibraryHelp": "Review the {0}Emby TV naming guide{1}.",
|
||||
"MovieLibraryHelp": "L\u00e4s om {0}Embys namngivningsguide f\u00f6r filmer{1}.",
|
||||
"TvLibraryHelp": "L\u00e4s om {0}Embys namngivningsguide f\u00f6r TV-serier{1}.",
|
||||
"BookLibraryHelp": "Ljud- och textb\u00f6cker har st\u00f6d",
|
||||
"MessageGamePluginRequired": "Kr\u00e4ver installation av tj\u00e4nsten 'GameBrowser'",
|
||||
"MessageUnsetContentHelp": "Inneh\u00e5ll kommer visas som enkla mappar. F\u00f6r b\u00e4sta resultat, anv\u00e4nd en metadata-hanterare f\u00f6r att st\u00e4lla in typ av inneh\u00e5ll f\u00f6r undermapparna.",
|
||||
@ -1794,21 +1794,21 @@
|
||||
"ErrorAddingListingsToSchedulesDirect": "There was an error adding the lineup to your Schedules Direct account. Schedules Direct only allows a limited number of lineups per account. You may need to log into the Schedules Direct website and remove others listings from your account before proceeeding.",
|
||||
"PleaseAddAtLeastOneFolder": "L\u00e4gg till minst en katalog till det h\u00e4r biblioteket genom att klicka p\u00e5 L\u00e4gg till-knappen.",
|
||||
"ErrorAddingMediaPathToVirtualFolder": "Det gick inte att l\u00e4gga till s\u00f6kv\u00e4gen. Kontrollera att s\u00f6kv\u00e4gen \u00e4r korrekt och att Emby Server har r\u00e4ttigheter till s\u00f6kv\u00e4gen.",
|
||||
"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? You can sign up at {0}.",
|
||||
"ErrorRemovingEmbyConnectAccount": "Ett fel uppstod n\u00e4r Emby Connect-kontot f\u00f6rs\u00f6kte tas bort. Se till att du har en aktiv internetuppkoppling och f\u00f6rs\u00f6k igen.",
|
||||
"ErrorAddingEmbyConnectAccount1": "Det gick inte att l\u00e4gga till ditt Emby Connect-konto. Har du ett Emby Connect-konto? Du kan skapa ett p\u00e5 {0}.",
|
||||
"ErrorAddingEmbyConnectAccount2": "If you're still having a problem, please send an email 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.",
|
||||
"ErrorAddingEmbyConnectAccount3": "Emby-kontot \u00e4r redan kopplat till en existerande lokal anv\u00e4ndare. Ett emby-konto kan endast kopplas till en lokal anv\u00e4ndare \u00e5t g\u00e5ngen.",
|
||||
"HeaderFavoriteArtists": "Favorit artister",
|
||||
"HeaderFavoriteSongs": "Favorit l\u00e5tar",
|
||||
"HeaderConfirmPluginInstallation": "Bekr\u00e4fta installation av till\u00e4gg",
|
||||
"PleaseConfirmPluginInstallation": "Klicka p\u00e5 OK f\u00f6r att bekr\u00e4fta att du har l\u00e4st ovanst\u00e5ende och \u00f6nskar forts\u00e4tta med installationen av till\u00e4gget.",
|
||||
"MessagePluginInstallDisclaimer": "Plugins built by Emby community members are a great way to enhance your Emby experience with additional features and benefits. Before installing, please be aware of the effects they may have on your Emby Server, such as longer library scans, additional background processing, and decreased system stability.",
|
||||
"MessagePluginInstallDisclaimer": "Till\u00e4gg skapade av Emby-anv\u00e4ndare \u00e4r ett bra s\u00e4tt att f\u00f6rb\u00e4ttra din Emby-upplevelse med ytterligare funktionalitet. Observera att detta kan p\u00e5verka din Emby-server s\u00e5 som l\u00e4ngre tids\u00e5tg\u00e5ng f\u00f6r biblioteksskanningar, ytterligare bakgrundsprocesser och minskad systemstabilitet.",
|
||||
"HeaderCloudSync": "Molnsynkronisering",
|
||||
"HeaderFreeApps": "Gratis Emby appar",
|
||||
"CoverArt": "Cover Art",
|
||||
"ButtonOff": "Av",
|
||||
"TitleHardwareAcceleration": "H\u00e5rdvaruacceleration",
|
||||
"HardwareAccelerationWarning": "Enabling hardware acceleration may cause instability in some environments. Ensure that your operating system and video drivers are fully up to date. If you have difficulty playing video after enabling this, you'll need to change the setting back to Auto.",
|
||||
"HardwareAccelerationWarning": "Aktivering av h\u00e5rdvaruacceleration kan inneb\u00e4ra instabilitet i vissa milj\u00f6er. S\u00e4kerst\u00e4ll att ditt operativsystem och dina grafikdrivrutiner \u00e4r helt uppdaterade. Om du har problem att spela upp videor n\u00e4r detta \u00e4r p\u00e5 beh\u00f6ver du \u00e4ndra tillbaka inst\u00e4llningen till Auto.",
|
||||
"HeaderSelectCodecIntrosPath": "Ange s\u00f6kv\u00e4g f\u00f6r kodningsvinjetter",
|
||||
"ValueExample": "Exempel: {0}",
|
||||
"OptionEnableAnonymousUsageReporting": "Till\u00e5t anonym anv\u00e4ndningsrapportering",
|
||||
@ -1823,15 +1823,15 @@
|
||||
"LabelAllowHWTranscoding": "Till\u00e5t h\u00e5rdvaruomkodning",
|
||||
"AllowHWTranscodingHelp": "Aktivera f\u00f6r att l\u00e5ta TV-mottagaren omkoda str\u00f6mmar. Det kan minska behovet av omkodning p\u00e5 Emby Server.",
|
||||
"OptionRequirePerfectSubtitleMatch": "Ladda endast ner undertexter som matchar mina videofiler exakt",
|
||||
"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.",
|
||||
"OptionRequirePerfectSubtitleMatchHelp": "Att kr\u00e4va en perfekt matchning filtrerar undertexter till att bara inkludera de som testats och verifierats med din exakta videofil. St\u00e4nger du av detta \u00f6kas chansen att undertexter laddas ned, men \u00f6kar chanserna att de \u00e4r osynkade eller felaktiga.",
|
||||
"GuestUserNotFound": "Anv\u00e4ndaren kunde inte hittas. Se till s\u00e5 att namnet \u00e4r korrekt och f\u00f6rs\u00f6k igen, eller pr\u00f6va att ange emailadressen ist\u00e4llet.",
|
||||
"Yesterday": "Ig\u00e5r",
|
||||
"DownloadImagesInAdvanceWarning": "Nedladdning av alla bilder i f\u00f6rv\u00e4g kommer resutera i l\u00e4ngre scanningstider av biblioteket.",
|
||||
"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": "Beh\u00e5ll originalljudet vid konvertering av inspelningar(n\u00e4r det \u00e4r m\u00f6jligt)",
|
||||
"OptionConvertRecordingPreserveAudioHelp": "Detta m\u00f6jligg\u00f6r f\u00f6r b\u00e4ttre ljud men kan kr\u00e4va att omkodning sker under uppspelning av vissa enheter.",
|
||||
"OptionConvertRecordingPreserveVideo": "Preserve original video when converting recordings",
|
||||
"OptionConvertRecordingPreserveVideoHelp": "This may provide better video quality but will require transcoding during playback on some devices.",
|
||||
"OptionConvertRecordingPreserveVideo": "Beh\u00e5ll originalvideon vid konvertering av inspelningar",
|
||||
"OptionConvertRecordingPreserveVideoHelp": "Detta m\u00f6jligg\u00f6r f\u00f6r b\u00e4ttre bildkvalitet men kan kr\u00e4va omkodning under uppspelning p\u00e5 vissa enheter.",
|
||||
"AddItemToCollectionHelp": "L\u00e4gg till objekt till samlingar genom att f\u00f6rst s\u00f6ka efter dom och sen h\u00f6gerklicka eller tappa upp menyn f\u00f6r att l\u00e4gga till dom.",
|
||||
"HeaderHealthMonitor": "\u00d6vervakning",
|
||||
"HealthMonitorNoAlerts": "Det finns inga aktiva larm.",
|
||||
@ -1849,7 +1849,7 @@
|
||||
"LabelBindToLocalNetworkAddress": "Knyt till lokal n\u00e4tverksadress:",
|
||||
"LabelBindToLocalNetworkAddressHelp": "Valfri. Skriv \u00f6ver den lokala IP-adressen att binda http-servern till. Om den \u00e4r tom, kommer server knytas till alla tillg\u00e4ngliga adresser. \u00c4ndring kr\u00e4ver omstart av Emby server.",
|
||||
"TitleHostingSettings": "V\u00e4rdinst\u00e4llningar",
|
||||
"SettingsWarning": "Changing these values may cause instability or connectivity failures. If you experience any problems, we recommend changing them back to default.",
|
||||
"SettingsWarning": "\u00c4ndring av dessa alternativ kan inneb\u00e4ra instabilitet eller anslutningsproblem. \u00c5terst\u00e4ll dessa till standardv\u00e4rdena om du upplever n\u00e5gra problem.",
|
||||
"MapChannels": "Mappa kanaler",
|
||||
"LabelffmpegPath": "FFmpeg s\u00f6kv\u00e4g:",
|
||||
"LabelffmpegVersion": "FFmpeg version:",
|
||||
@ -1860,15 +1860,15 @@
|
||||
"DownloadFFmpeg": "Ladda ner FFmpeg",
|
||||
"FFmpegSuggestedDownload": "Rekommenderad nedladdning: {0}",
|
||||
"UnzipFFmpegFile": "Packa upp den nedladdade filen till en valfri katalog.",
|
||||
"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.",
|
||||
"MarkFFmpegExec": "Om du k\u00f6r Linux eller OSX m\u00e5ste du hitta ffmpeg och ffprobe filerna samt markera dem som exekverbara. Detta kr\u00e4vs f\u00f6r att ge \u00e5tkomst till Emby att exekvera dem.",
|
||||
"OptionUseSystemInstalledVersion": "Anv\u00e4nd systemversionen",
|
||||
"OptionUseMyCustomVersion": "Anv\u00e4nd en anpassad version",
|
||||
"FFmpegSavePathNotFound": "We're unable to locate FFmpeg using the path you've entered. FFprobe is also required and must exist in the same folder. These components are normally bundled together in the same download. Please check the path and try again.",
|
||||
"FFmpegSavePathNotFound": "Det gick inte att hitta FFmpeg med den angivna s\u00f6kv\u00e4gen. FFprobe m\u00e5ste \u00e4ven finnas i samma mapp. Dessa komponenter inkluderas normalt i samma nedladdning. Var god unders\u00f6k s\u00f6kv\u00e4gen och f\u00f6rs\u00f6k igen.",
|
||||
"XmlTvPremiere": "By default, Emby will import {0} hours of guide data. Importing unlimited data requires an active Emby Premiere subscription.",
|
||||
"MoreFromValue": "Mer fr\u00e5n {0}",
|
||||
"OptionSaveMetadataAsHiddenHelp": "Changing this will apply to new metadata saved going forward. Existing metadata files will be updated the next time they are saved by Emby Server.",
|
||||
"EnablePhotos": "Aktivera foton",
|
||||
"EnablePhotosHelp": "Photos will be detected and displayed alongside other media files.",
|
||||
"EnablePhotosHelp": "Foton kommer uppt\u00e4ckas och visas tillsammans med andra mediefiler.",
|
||||
"MakeAvailableOffline": "G\u00f6r tillg\u00e4nglig offline",
|
||||
"RemoveDownload": "Ta bort nedladdning",
|
||||
"SyncToOtherDevices": "Synka till andra enheter",
|
||||
@ -1877,7 +1877,7 @@
|
||||
"RememberMe": "Kom ih\u00e5g mig",
|
||||
"HeaderOfflineSync": "Offline synk",
|
||||
"LabelMaxAudioFileBitrate": "Max bitrate f\u00f6r ljud",
|
||||
"LabelMaxAudioFileBitrateHelp": "Audio files with a higher bitrate will be converted by Emby Server. Select a higher value for better quality, or a lower value to conserve local storage space.",
|
||||
"LabelMaxAudioFileBitrateHelp": "Ljudfiler med h\u00f6gre bitfrekvens kommer konverteras av Emby-servern. V\u00e4lj ett h\u00f6gre v\u00e4rde f\u00f6r b\u00e4ttre kvalitet, eller ett l\u00e4gre v\u00e4rde f\u00f6r att konservera lagringsutrymme.",
|
||||
"LabelVaapiDevice": "VA API-enhet:",
|
||||
"LabelVaapiDeviceHelp": "This is the render node that is used for hardware acceleration.",
|
||||
"HowToConnectFromEmbyApps": "Hur man ansluter fr\u00e5n Emby-appar",
|
||||
@ -1889,7 +1889,7 @@
|
||||
"LabelH264EncodingPreset": "H264-omkodning finns:",
|
||||
"H264EncodingPresetHelp": "V\u00e4lj ett snabbare v\u00e4rde f\u00f6r \u00f6ka prestandan, eller ett l\u00e5ngsammare v\u00e4rde f\u00f6r att ut\u00f6ka kvaliten.",
|
||||
"LabelH264Crf": "H264-omkodning CRF:",
|
||||
"H264CrfHelp": "The Constant Rate Factor (CRF) is the default quality setting for the x264 encoder. You can set the values between 0 and 51, where lower values would result in better quality (at the expense of higher file sizes). Sane values are between 18 and 28. The default for x264 is 23, so you can use this as a starting point.",
|
||||
"H264CrfHelp": "Constant Rate Factor (CRF) \u00e4r kvalitetsinst\u00e4llningen f\u00f6r x264-kodeken. Du kan anv\u00e4nda v\u00e4rden mellan 0 och 51, d\u00e4r l\u00e4gre v\u00e4rden resulterar i b\u00e4ttre kvalitet (p\u00e5 bekostnad av st\u00f6rre filstorlekar). Rimliga v\u00e4rden ligger mellan 18 och 28. Det f\u00f6rvalda v\u00e4rdet \u00e4r 23, som du kan anv\u00e4nda som utg\u00e5ngspunkt.",
|
||||
"Sports": "Sport",
|
||||
"HeaderForKids": "F\u00f6r barn",
|
||||
"HeaderRecordingGroups": "Inspelningsgrupper",
|
||||
@ -1938,11 +1938,11 @@
|
||||
"ScanLibrary": "Scanna bibliotek",
|
||||
"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 require https for external connections, you will need to supply a trusted SSL certificate, such as Lets 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.",
|
||||
"EnableNextVideoInfoOverlay": "Visa info om n\u00e4sta video under uppspelning",
|
||||
"EnableNextVideoInfoOverlayHelp": "Vid slutet av en video, visa information om n\u00e4stf\u00f6ljande video i spellistan.",
|
||||
"ServerRestartNeededAfterPluginInstall": "Emby-servern beh\u00f6ver startas om efter ett till\u00e4gg installeras.",
|
||||
"PluginInstalledMessage": "Till\u00e4gget har installerats. Emby Server beh\u00f6ver startas om f\u00f6r att verkst\u00e4lla \u00e4ndringarna.",
|
||||
"Themes": "Teman",
|
||||
"LabelTheme": "Tema:",
|
||||
@ -1962,7 +1962,7 @@
|
||||
"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",
|
||||
"AllowOnTheFlySubtitleExtraction": "Till\u00e5t undertextsextrahering under uppspelning",
|
||||
"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.",
|
||||
"ButtonStopRecording": "Stop Recording",
|
||||
"StopRecording": "Stop recording",
|
||||
|
@ -51,8 +51,8 @@
|
||||
"RegisterWithPayPal": "Register with PayPal",
|
||||
"LabelSyncTempPath": "Temporary file path:",
|
||||
"LabelSyncTempPathHelp": "Specify a custom sync working folder. Converted media created during the sync process will be stored here.",
|
||||
"LabelCustomCertificatePath": "Custom certificate path:",
|
||||
"LabelCustomCertificatePathHelp": "Supply your own ssl certificate .pfx file. If omitted, the server will create a self-signed certificate.",
|
||||
"LabelCustomCertificatePath": "Custom ssl certificate path:",
|
||||
"LabelCustomCertificatePathHelp": "Supply your own ssl certificate .pfx file.",
|
||||
"TitleNotifications": "Notifications",
|
||||
"OptionDetectArchiveFilesAsMedia": "Detect archive files as media",
|
||||
"OptionDetectArchiveFilesAsMediaHelp": "If enabled, files with .rar and .zip extensions will be detected as media files.",
|
||||
@ -457,14 +457,14 @@
|
||||
"LabelPublicHttpPortHelp": "The public port number that should be mapped to the local http port.",
|
||||
"LabelPublicHttpsPort": "Public https port number:",
|
||||
"LabelPublicHttpsPortHelp": "The public port number that should be mapped to the local https port.",
|
||||
"LabelEnableHttps": "Report https as external address",
|
||||
"LabelEnableHttpsHelp": "If enabled, the server will report an https url to Emby apps as it's external address.",
|
||||
"RequireHttps": "Require https for external connections",
|
||||
"RequireHttpsHelp": "If enabled, connections over http will be redirected to https.",
|
||||
"LabelHttpsPort": "Local https port number:",
|
||||
"LabelHttpsPortHelp": "The tcp port number that Emby's https server should bind to.",
|
||||
"LabelEnableAutomaticPortMap": "Enable automatic port mapping",
|
||||
"LabelEnableAutomaticPortMapHelp": "Attempt to automatically map the public port to the local port via UPnP. This may not work with some router models.",
|
||||
"LabelExternalDDNS": "External domain:",
|
||||
"LabelExternalDDNSHelp": "If you have a dynamic DNS enter it here. Emby apps will use it when connecting remotely. This field is required when used with a custom ssl certificate.",
|
||||
"LabelExternalDDNSHelp": "If you have a dynamic DNS enter it here. Emby apps will use it when connecting remotely. This field is required when used with a custom ssl certificate. Example: mydomain.com.",
|
||||
"TitleAppSettings": "App Settings",
|
||||
"LabelMinResumePercentage": "Min resume percentage:",
|
||||
"LabelMaxResumePercentage": "Max resume percentage:",
|
||||
@ -1938,7 +1938,7 @@
|
||||
"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 require https for external connections, you will need to supply a trusted SSL certificate, such as Lets 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.",
|
||||
|
@ -51,8 +51,8 @@
|
||||
"RegisterWithPayPal": "Register with PayPal",
|
||||
"LabelSyncTempPath": "Temporary file path:",
|
||||
"LabelSyncTempPathHelp": "Specify a custom sync working folder. Converted media created during the sync process will be stored here.",
|
||||
"LabelCustomCertificatePath": "Custom certificate path:",
|
||||
"LabelCustomCertificatePathHelp": "Supply your own ssl certificate .pfx file. If omitted, the server will create a self-signed certificate.",
|
||||
"LabelCustomCertificatePath": "Custom ssl certificate path:",
|
||||
"LabelCustomCertificatePathHelp": "Supply your own ssl certificate .pfx file.",
|
||||
"TitleNotifications": "\u041f\u043e\u0432\u0456\u0434\u043e\u043c\u043b\u0435\u043d\u043d\u044f",
|
||||
"OptionDetectArchiveFilesAsMedia": "Detect archive files as media",
|
||||
"OptionDetectArchiveFilesAsMediaHelp": "If enabled, files with .rar and .zip extensions will be detected as media files.",
|
||||
@ -457,14 +457,14 @@
|
||||
"LabelPublicHttpPortHelp": "The public port number that should be mapped to the local http port.",
|
||||
"LabelPublicHttpsPort": "Public https port number:",
|
||||
"LabelPublicHttpsPortHelp": "The public port number that should be mapped to the local https port.",
|
||||
"LabelEnableHttps": "Report https as external address",
|
||||
"LabelEnableHttpsHelp": "If enabled, the server will report an https url to Emby apps as it's external address.",
|
||||
"RequireHttps": "Require https for external connections",
|
||||
"RequireHttpsHelp": "If enabled, connections over http will be redirected to https.",
|
||||
"LabelHttpsPort": "Local https port number:",
|
||||
"LabelHttpsPortHelp": "The tcp port number that Emby's https server should bind to.",
|
||||
"LabelEnableAutomaticPortMap": "Enable automatic port mapping",
|
||||
"LabelEnableAutomaticPortMapHelp": "Attempt to automatically map the public port to the local port via UPnP. This may not work with some router models.",
|
||||
"LabelExternalDDNS": "External domain:",
|
||||
"LabelExternalDDNSHelp": "If you have a dynamic DNS enter it here. Emby apps will use it when connecting remotely. This field is required when used with a custom ssl certificate.",
|
||||
"LabelExternalDDNSHelp": "If you have a dynamic DNS enter it here. Emby apps will use it when connecting remotely. This field is required when used with a custom ssl certificate. Example: mydomain.com.",
|
||||
"TitleAppSettings": "App Settings",
|
||||
"LabelMinResumePercentage": "Min resume percentage:",
|
||||
"LabelMaxResumePercentage": "Max resume percentage:",
|
||||
@ -1938,7 +1938,7 @@
|
||||
"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 require https for external connections, you will need to supply a trusted SSL certificate, such as Lets 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.",
|
||||
|
@ -51,8 +51,8 @@
|
||||
"RegisterWithPayPal": "Register with PayPal",
|
||||
"LabelSyncTempPath": "Temporary file path:",
|
||||
"LabelSyncTempPathHelp": "Specify a custom sync working folder. Converted media created during the sync process will be stored here.",
|
||||
"LabelCustomCertificatePath": "Custom certificate path:",
|
||||
"LabelCustomCertificatePathHelp": "Supply your own ssl certificate .pfx file. If omitted, the server will create a self-signed certificate.",
|
||||
"LabelCustomCertificatePath": "Custom ssl certificate path:",
|
||||
"LabelCustomCertificatePathHelp": "Supply your own ssl certificate .pfx file.",
|
||||
"TitleNotifications": "Notifications",
|
||||
"OptionDetectArchiveFilesAsMedia": "Detect archive files as media",
|
||||
"OptionDetectArchiveFilesAsMediaHelp": "If enabled, files with .rar and .zip extensions will be detected as media files.",
|
||||
@ -457,14 +457,14 @@
|
||||
"LabelPublicHttpPortHelp": "The public port number that should be mapped to the local http port.",
|
||||
"LabelPublicHttpsPort": "Public https port number:",
|
||||
"LabelPublicHttpsPortHelp": "The public port number that should be mapped to the local https port.",
|
||||
"LabelEnableHttps": "Report https as external address",
|
||||
"LabelEnableHttpsHelp": "If enabled, the server will report an https url to Emby apps as it's external address.",
|
||||
"RequireHttps": "Require https for external connections",
|
||||
"RequireHttpsHelp": "If enabled, connections over http will be redirected to https.",
|
||||
"LabelHttpsPort": "Local https port number:",
|
||||
"LabelHttpsPortHelp": "The tcp port number that Emby's https server should bind to.",
|
||||
"LabelEnableAutomaticPortMap": "Enable automatic port mapping",
|
||||
"LabelEnableAutomaticPortMapHelp": "Attempt to automatically map the public port to the local port via UPnP. This may not work with some router models.",
|
||||
"LabelExternalDDNS": "External domain:",
|
||||
"LabelExternalDDNSHelp": "If you have a dynamic DNS enter it here. Emby apps will use it when connecting remotely. This field is required when used with a custom ssl certificate.",
|
||||
"LabelExternalDDNSHelp": "If you have a dynamic DNS enter it here. Emby apps will use it when connecting remotely. This field is required when used with a custom ssl certificate. Example: mydomain.com.",
|
||||
"TitleAppSettings": "App Settings",
|
||||
"LabelMinResumePercentage": "Min resume percentage:",
|
||||
"LabelMaxResumePercentage": "Max resume percentage:",
|
||||
@ -1938,7 +1938,7 @@
|
||||
"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 require https for external connections, you will need to supply a trusted SSL certificate, such as Lets 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.",
|
||||
|
@ -457,14 +457,14 @@
|
||||
"LabelPublicHttpPortHelp": "\u6620\u5c04\u5230\u672c\u5730 http \u7aef\u53e3\u7684\u516c\u5f00\u7aef\u53e3\u53f7\u3002",
|
||||
"LabelPublicHttpsPort": "\u516c\u5f00 https \u7aef\u53e3\u53f7\uff1a",
|
||||
"LabelPublicHttpsPortHelp": "\u6620\u5c04\u5230\u672c\u5730 http\u0003s \u7aef\u53e3\u7684\u516c\u5f00\u7aef\u53e3\u53f7\u3002",
|
||||
"LabelEnableHttps": "Report https as external address",
|
||||
"LabelEnableHttpsHelp": "If enabled, the server will report an https url to Emby apps as it's external address.",
|
||||
"RequireHttps": "Require https for external connections",
|
||||
"RequireHttpsHelp": "If enabled, connections over http will be redirected to https.",
|
||||
"LabelHttpsPort": "\u672c\u5730 https \u7aef\u53e3\u53f7\uff1a",
|
||||
"LabelHttpsPortHelp": "The tcp port number that Emby's https server should bind to.",
|
||||
"LabelEnableAutomaticPortMap": "\u5f00\u542f\u81ea\u52a8\u7aef\u53e3\u6620\u5c04",
|
||||
"LabelEnableAutomaticPortMapHelp": "Attempt to automatically map the public port to the local port via UPnP. This may not work with some router models.",
|
||||
"LabelExternalDDNS": "\u5916\u90e8\u57df\u540d\uff1a",
|
||||
"LabelExternalDDNSHelp": "If you have a dynamic DNS enter it here. Emby apps will use it when connecting remotely. This field is required when used with a custom ssl certificate.",
|
||||
"LabelExternalDDNSHelp": "If you have a dynamic DNS enter it here. Emby apps will use it when connecting remotely. This field is required when used with a custom ssl certificate. Example: mydomain.com.",
|
||||
"TitleAppSettings": "\u5ba2\u6237\u7aef\u7a0b\u5e8f\u8bbe\u7f6e",
|
||||
"LabelMinResumePercentage": "\u6062\u590d\u64ad\u653e\u6700\u5c0f\u767e\u5206\u6bd4\uff1a",
|
||||
"LabelMaxResumePercentage": "\u6062\u590d\u64ad\u653e\u6700\u5927\u767e\u5206\u6bd4\uff1a",
|
||||
@ -1938,7 +1938,7 @@
|
||||
"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 require https for external connections, you will need to supply a trusted SSL certificate, such as Lets 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.",
|
||||
|
@ -457,14 +457,14 @@
|
||||
"LabelPublicHttpPortHelp": "\u516c\u5171\u9023\u63a5\u57e0\u865f\u78bc\u61c9\u6620\u5c04\u5230\u672c\u5730 http \u9023\u63a5\u57e0\u3002",
|
||||
"LabelPublicHttpsPort": "\u516c\u5171 https \u9023\u63a5\u57e0\u865f\u78bc\uff1a",
|
||||
"LabelPublicHttpsPortHelp": "\u516c\u5171\u9023\u63a5\u57e0\u865f\u78bc\u61c9\u6620\u5c04\u5230\u672c\u5730 https \u9023\u63a5\u57e0\u3002",
|
||||
"LabelEnableHttps": "\u5831\u544a https \u4f5c\u70ba\u5916\u90e8\u5730\u5740",
|
||||
"LabelEnableHttpsHelp": "If enabled, the server will report an https url to Emby apps as it's external address.",
|
||||
"RequireHttps": "Require https for external connections",
|
||||
"RequireHttpsHelp": "If enabled, connections over http will be redirected to https.",
|
||||
"LabelHttpsPort": "\u672c\u5730 https \u9023\u63a5\u57e0\u865f\u78bc\uff1a",
|
||||
"LabelHttpsPortHelp": "TCP \u9023\u63a5\u57e0\u865f\u78bc\u61c9\u7d81\u5b9a\u5230 Emby https \u4f3a\u670d\u5668\u3002",
|
||||
"LabelEnableAutomaticPortMap": "\u555f\u7528\u81ea\u52d5\u9023\u63a5\u57e0\u6620\u5c04",
|
||||
"LabelEnableAutomaticPortMapHelp": "\u81ea\u52d5\u5617\u8a66\u6620\u5c04\u516c\u5171\u9023\u63a5\u57e0\u5230 UPnP \u672c\u5730\u9023\u63a5\u57e0\u3002\u9019\u53ef\u80fd\u7121\u6cd5\u7528\u65bc\u67d0\u4e9b\u8def\u7531\u5668\u3002",
|
||||
"LabelExternalDDNS": "External domain:",
|
||||
"LabelExternalDDNSHelp": "If you have a dynamic DNS enter it here. Emby apps will use it when connecting remotely. This field is required when used with a custom ssl certificate.",
|
||||
"LabelExternalDDNSHelp": "If you have a dynamic DNS enter it here. Emby apps will use it when connecting remotely. This field is required when used with a custom ssl certificate. Example: mydomain.com.",
|
||||
"TitleAppSettings": "\u5ba2\u6236\u7aef\u8a2d\u7f6e",
|
||||
"LabelMinResumePercentage": "\u6700\u5c11\u6062\u5fa9\u64ad\u653e\u767e\u5206\u6bd4",
|
||||
"LabelMaxResumePercentage": "\u6700\u5927\u6062\u5fa9\u64ad\u653e\u767e\u5206\u6bd4",
|
||||
@ -1938,7 +1938,7 @@
|
||||
"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 require https for external connections, you will need to supply a trusted SSL certificate, such as Lets 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.",
|
||||
|
@ -51,8 +51,8 @@
|
||||
"RegisterWithPayPal": "Register with PayPal",
|
||||
"LabelSyncTempPath": "Temporary file path:",
|
||||
"LabelSyncTempPathHelp": "Specify a custom sync working folder. Converted media created during the sync process will be stored here.",
|
||||
"LabelCustomCertificatePath": "Custom certificate path:",
|
||||
"LabelCustomCertificatePathHelp": "Supply your own ssl certificate .pfx file. If omitted, the server will create a self-signed certificate.",
|
||||
"LabelCustomCertificatePath": "Custom ssl certificate path:",
|
||||
"LabelCustomCertificatePathHelp": "Supply your own ssl certificate .pfx file.",
|
||||
"TitleNotifications": "Notifications",
|
||||
"OptionDetectArchiveFilesAsMedia": "Detect archive files as media",
|
||||
"OptionDetectArchiveFilesAsMediaHelp": "If enabled, files with .rar and .zip extensions will be detected as media files.",
|
||||
@ -457,14 +457,14 @@
|
||||
"LabelPublicHttpPortHelp": "The public port number that should be mapped to the local http port.",
|
||||
"LabelPublicHttpsPort": "Public https port number:",
|
||||
"LabelPublicHttpsPortHelp": "The public port number that should be mapped to the local https port.",
|
||||
"LabelEnableHttps": "Report https as external address",
|
||||
"LabelEnableHttpsHelp": "If enabled, the server will report an https url to Emby apps as it's external address.",
|
||||
"RequireHttps": "Require https for external connections",
|
||||
"RequireHttpsHelp": "If enabled, connections over http will be redirected to https.",
|
||||
"LabelHttpsPort": "Local https port number:",
|
||||
"LabelHttpsPortHelp": "The tcp port number that Emby's https server should bind to.",
|
||||
"LabelEnableAutomaticPortMap": "Enable automatic port mapping",
|
||||
"LabelEnableAutomaticPortMapHelp": "Attempt to automatically map the public port to the local port via UPnP. This may not work with some router models.",
|
||||
"LabelExternalDDNS": "External domain:",
|
||||
"LabelExternalDDNSHelp": "If you have a dynamic DNS enter it here. Emby apps will use it when connecting remotely. This field is required when used with a custom ssl certificate.",
|
||||
"LabelExternalDDNSHelp": "If you have a dynamic DNS enter it here. Emby apps will use it when connecting remotely. This field is required when used with a custom ssl certificate. Example: mydomain.com.",
|
||||
"TitleAppSettings": "\u5ba2\u6236\u7aef\u8a2d\u7f6e",
|
||||
"LabelMinResumePercentage": "\u6700\u5c11\u6062\u5fa9\u64ad\u653e\u767e\u5206\u6bd4",
|
||||
"LabelMaxResumePercentage": "\u6700\u5927\u6062\u5fa9\u64ad\u653e\u767e\u5206\u6bd4",
|
||||
@ -1938,7 +1938,7 @@
|
||||
"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 require https for external connections, you will need to supply a trusted SSL certificate, such as Lets 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.",
|
||||
|
Loading…
Reference in New Issue
Block a user