mirror of
https://github.com/jellyfin/jellyfin-web.git
synced 2024-11-17 19:08:18 -07:00
commit
54b78e0739
File diff suppressed because one or more lines are too long
File diff suppressed because one or more lines are too long
@ -1 +1 @@
|
||||
define([],function(){"use strict";function performSync(connectionManager,server,options){console.log("ServerSync.performSync to server: "+server.Id),options=options||{};var uploadPhotos=options.uploadPhotos!==!1;options.cameraUploadServers&&options.cameraUploadServers.indexOf(server.Id)===-1&&(uploadPhotos=!1);var pr=Promise.resolve();return pr.then(function(){return uploadPhotos?uploadContent(connectionManager,server,options):Promise.resolve()}).then(function(){return syncMedia(connectionManager,server,options)})}function uploadContent(connectionManager,server,options){return new Promise(function(resolve,reject){require(["contentuploader"],function(contentuploader){uploader=new ContentUploader(connectionManager),uploader.uploadImages(server).then(resolve,reject)})})}function syncMedia(connectionManager,server,options){return new Promise(function(resolve,reject){require(["mediasync"],function(MediaSync){var apiClient=connectionManager.getApiClient(server.Id);(new MediaSync).sync(apiClient,server,options).then(resolve,reject)})})}function ServerSync(){}return ServerSync.prototype.sync=function(connectionManager,server,options){if(!server.AccessToken&&!server.ExchangeToken)return console.log("Skipping sync to server "+server.Id+" because there is no saved authentication information."),Promise.resolve();var connectionOptions={updateDateLastAccessed:!1,enableWebSocket:!1,reportCapabilities:!1,enableAutomaticBitrateDetection:!1};return connectionManager.connectToServer(server,connectionOptions).then(function(result){return result.State===MediaBrowser.ConnectionState.SignedIn?performSync(server,options):(console.log("Unable to connect to server id: "+server.Id),Promise.reject())},function(err){throw console.log("Unable to connect to server id: "+server.Id),err})},ServerSync});
|
||||
define([],function(){"use strict";function performSync(connectionManager,server,options){console.log("ServerSync.performSync to server: "+server.Id),options=options||{};var uploadPhotos=options.uploadPhotos!==!1;options.cameraUploadServers&&options.cameraUploadServers.indexOf(server.Id)===-1&&(uploadPhotos=!1);var pr=Promise.resolve();return pr.then(function(){return uploadPhotos?uploadContent(connectionManager,server,options):Promise.resolve()}).then(function(){return syncMedia(connectionManager,server,options)})}function uploadContent(connectionManager,server,options){return new Promise(function(resolve,reject){require(["contentuploader"],function(ContentUploader){var uploader=new ContentUploader(connectionManager);uploader.uploadImages(server).then(resolve,reject)})})}function syncMedia(connectionManager,server,options){return new Promise(function(resolve,reject){require(["mediasync"],function(MediaSync){var apiClient=connectionManager.getApiClient(server.Id);(new MediaSync).sync(apiClient,server,options).then(resolve,reject)})})}function ServerSync(){}return ServerSync.prototype.sync=function(connectionManager,server,options){if(!server.AccessToken&&!server.ExchangeToken)return console.log("Skipping sync to server "+server.Id+" because there is no saved authentication information."),Promise.resolve();var connectionOptions={updateDateLastAccessed:!1,enableWebSocket:!1,reportCapabilities:!1,enableAutomaticBitrateDetection:!1};return connectionManager.connectToServer(server,connectionOptions).then(function(result){return result.State===MediaBrowser.ConnectionState.SignedIn?performSync(server,options):(console.log("Unable to connect to server id: "+server.Id),Promise.reject())},function(err){throw console.log("Unable to connect to server id: "+server.Id),err})},ServerSync});
|
@ -1 +0,0 @@
|
||||
.mdl-switch{position:relative;z-index:1;vertical-align:middle;display:-webkit-inline-box;display:-webkit-inline-flex;display:inline-flex;-webkit-box-align:center;-webkit-align-items:center;align-items:center;-webkit-box-sizing:border-box;box-sizing:border-box;width:100%;margin:0;padding:0;overflow:visible;-webkit-touch-callout:none;-webkit-user-select:none;-moz-user-select:none;-ms-user-select:none;user-select:none;-webkit-box-orient:horizontal;-webkit-box-direction:reverse;-webkit-flex-direction:row-reverse;flex-direction:row-reverse;-webkit-box-pack:end;-webkit-justify-content:flex-end;justify-content:flex-end}.toggleContainer{margin-bottom:1.8em}.mdl-switch__input{width:0;height:0;margin:0;padding:0;opacity:0;-ms-appearance:none;-moz-appearance:none;-webkit-appearance:none;appearance:none;border:none}.mdl-switch__trackContainer{position:relative;width:2.9em}.mdl-switch__track{background:rgba(255,255,255,.26);height:1em;-webkit-border-radius:1em;border-radius:1em;cursor:pointer}.mdl-switch__input:checked+.mdl-switch__label+.mdl-switch__trackContainer>.mdl-switch__track{background:rgba(82,181,75,.5)}.mdl-switch__input.red:checked+.mdl-switch__label+.mdl-switch__trackContainer>.mdl-switch__track{background:rgba(204,51,51,.5)}.mdl-switch__input[disabled]+.mdl-switch__label+.mdl-switch__trackContainer>.mdl-switch__track{background:rgba(0,0,0,.12);cursor:auto}.mdl-switch__thumb{background:#999;position:absolute;left:0;top:-.25em;height:1.44em;width:1.44em;-webkit-border-radius:50%;border-radius:50%;cursor:pointer;-webkit-box-shadow:0 2px 2px 0 rgba(0,0,0,.14),0 3px 1px -2px rgba(0,0,0,.2),0 1px 5px 0 rgba(0,0,0,.12);box-shadow:0 2px 2px 0 rgba(0,0,0,.14),0 3px 1px -2px rgba(0,0,0,.2),0 1px 5px 0 rgba(0,0,0,.12);-webkit-transition-duration:.28s;-o-transition-duration:.28s;transition-duration:.28s;-webkit-transition-timing-function:cubic-bezier(.4,0,.2,1);-o-transition-timing-function:cubic-bezier(.4,0,.2,1);transition-timing-function:cubic-bezier(.4,0,.2,1);-webkit-transition-property:left;-o-transition-property:left;transition-property:left;display:-webkit-box;display:-webkit-flex;display:flex;-webkit-box-align:center;-webkit-align-items:center;align-items:center;-webkit-box-pack:center;-webkit-justify-content:center;justify-content:center}.mdl-switch__input:checked+.mdl-switch__label+.mdl-switch__trackContainer>.mdl-switch__thumb{background:#52b54b;left:1.466em;-webkit-box-shadow:0 3px 4px 0 rgba(0,0,0,.14),0 3px 3px -2px rgba(0,0,0,.2),0 1px 8px 0 rgba(0,0,0,.12);box-shadow:0 3px 4px 0 rgba(0,0,0,.14),0 3px 3px -2px rgba(0,0,0,.2),0 1px 8px 0 rgba(0,0,0,.12)}.mdl-switch__input.red:checked+.mdl-switch__label+.mdl-switch__trackContainer>.mdl-switch__thumb{background:#c33;-webkit-box-shadow:0 3px 4px 0 rgba(0,0,0,.14),0 3px 3px -2px rgba(0,0,0,.2),0 1px 8px 0 rgba(0,0,0,.12);box-shadow:0 3px 4px 0 rgba(0,0,0,.14),0 3px 3px -2px rgba(0,0,0,.2),0 1px 8px 0 rgba(0,0,0,.12)}.mdl-switch__input[disabled]+.mdl-switch__label+.mdl-switch__trackContainer>.mdl-switch__thumb{background:#bdbdbd;cursor:auto}.mdl-switch__focus-helper{position:absolute;top:50%;left:50%;-webkit-transform:translate(-50%,-50%);transform:translate(-50%,-50%);display:inline-block;-webkit-box-sizing:border-box;box-sizing:border-box;width:.6em;height:.6em;-webkit-border-radius:50%;border-radius:50%;background-color:transparent}.mdl-switch__input:focus+.mdl-switch__label+.mdl-switch__trackContainer .mdl-switch__focus-helper{-webkit-box-shadow:0 0 0 20px rgba(255,255,255,.26);box-shadow:0 0 0 20px rgba(255,255,255,.26);background-color:rgba(255,255,255,.26)}.mdl-switch__input:checked:focus+.mdl-switch__label+.mdl-switch__trackContainer .mdl-switch__focus-helper{-webkit-box-shadow:0 0 0 20px rgba(82,181,75,.26);box-shadow:0 0 0 20px rgba(82,181,75,.26);background-color:rgba(82,181,75,.26)}.mdl-switch__input.red:checked:focus+.mdl-switch__label+.mdl-switch__trackContainer .mdl-switch__focus-helper{-webkit-box-shadow:0 0 0 20px rgba(204,51,51,.26);box-shadow:0 0 0 20px rgba(204,51,51,.26);background-color:rgba(204,51,51,.26)}.mdl-switch__label{cursor:pointer;margin:0 0 0 .7em;display:-webkit-inline-box;display:-webkit-inline-flex;display:inline-flex;-webkit-box-align:center;-webkit-align-items:center;align-items:center}.mdl-switch__input[disabled] .mdl-switch__label{color:#bdbdbd;cursor:auto}
|
@ -1 +0,0 @@
|
||||
define(["css!./emby-toggle","registerElement"],function(){"use strict";function onKeyDown(e){if(13===e.keyCode)return e.preventDefault(),this.checked=!this.checked,this.dispatchEvent(new CustomEvent("change",{bubbles:!0})),!1}var EmbyTogglePrototype=Object.create(HTMLInputElement.prototype);EmbyTogglePrototype.attachedCallback=function(){if("true"!==this.getAttribute("data-embytoggle")){this.setAttribute("data-embytoggle","true"),this.classList.add("mdl-switch__input");var labelElement=this.parentNode;labelElement.classList.add("mdl-switch"),labelElement.classList.add("mdl-js-switch");var labelTextElement=labelElement.querySelector("span");labelElement.insertAdjacentHTML("beforeend",'<div class="mdl-switch__trackContainer"><div class="mdl-switch__track"></div><div class="mdl-switch__thumb"><span class="mdl-switch__focus-helper"></span></div></div>'),labelTextElement.classList.add("toggleButtonLabel"),labelTextElement.classList.add("mdl-switch__label"),this.addEventListener("keydown",onKeyDown)}},document.registerElement("emby-toggle",{prototype:EmbyTogglePrototype,extends:"input"})});
|
File diff suppressed because one or more lines are too long
File diff suppressed because one or more lines are too long
@ -1 +1 @@
|
||||
define(["css!./indicators.css","material-icons"],function(){"use strict";function enableProgressIndicator(item){return"Video"===item.MediaType&&"TvChannel"!==item.Type||("AudioBook"===item.Type||"AudioPodcast"===item.Type)}function getProgressHtml(pct,options){var containerClass="itemProgressBar";return options&&options.containerClass&&(containerClass+=" "+options.containerClass),'<div class="'+containerClass+'"><div class="itemProgressBarForeground" style="width:'+pct+'%;"></div></div>'}function getProgressBarHtml(item,options){if(enableProgressIndicator(item)){if("Recording"===item.Type&&item.CompletionPercentage)return getProgressHtml(item.CompletionPercentage,options);var userData=options?options.userData||item.UserData:item.UserData;if(userData){var pct=userData.PlayedPercentage;if(pct&&pct<100)return getProgressHtml(pct,options)}}return""}function enablePlayedIndicator(item){if("Video"===item.MediaType&&"TvChannel"!==item.Type)return!0;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}function getPlayedIndicator(item){if(enablePlayedIndicator(item)){var userData=item.UserData||{};if(userData.UnplayedItemCount)return'<div class="countIndicator indicator">'+userData.UnplayedItemCount+"</div>";if(userData.PlayedPercentage&&userData.PlayedPercentage>=100||userData.Played)return'<div class="playedIndicator indicator"><i class="md-icon indicatorIcon"></i></div>'}return""}function getCountIndicatorHtml(count){return'<div class="countIndicator indicator">'+count+"</div>"}function getChildCountIndicatorHtml(item,options){var minCount=0;return options&&(minCount=options.minCount||minCount),item.ChildCount&&item.ChildCount>minCount?getCountIndicatorHtml(item.ChildCount):""}function getTimerIndicator(item){var status;if("SeriesTimer"===item.Type)return'<i class="md-icon timerIndicator indicatorIcon"></i>';if(item.TimerId||item.SeriesTimerId)status=item.Status||"Cancelled";else{if("Timer"!==item.Type)return"";status=item.Status}return item.SeriesTimerId?"Cancelled"!==status?'<i class="md-icon timerIndicator indicatorIcon"></i>':'<i class="md-icon timerIndicator timerIndicator-inactive indicatorIcon"></i>':'<i class="md-icon timerIndicator indicatorIcon"></i>'}function getSyncIndicator(item){return 100===item.SyncPercent?'<div class="syncIndicator indicator fullSyncIndicator"><i class="md-icon indicatorIcon">file_download</i></div>':null!=item.SyncPercent?'<div class="syncIndicator indicator emptySyncIndicator"><i class="md-icon indicatorIcon">file_download</i></div>':""}return{getProgressBarHtml:getProgressBarHtml,getPlayedIndicatorHtml:getPlayedIndicator,getChildCountIndicatorHtml:getChildCountIndicatorHtml,enableProgressIndicator:enableProgressIndicator,getTimerIndicator:getTimerIndicator,enablePlayedIndicator:enablePlayedIndicator,getSyncIndicator:getSyncIndicator}});
|
||||
define(["datetime","css!./indicators.css","material-icons"],function(datetime){"use strict";function enableProgressIndicator(item){return"Video"===item.MediaType&&"TvChannel"!==item.Type||("AudioBook"===item.Type||"AudioPodcast"===item.Type)}function getProgressHtml(pct,options){var containerClass="itemProgressBar";return options&&options.containerClass&&(containerClass+=" "+options.containerClass),'<div class="'+containerClass+'"><div class="itemProgressBarForeground" style="width:'+pct+'%;"></div></div>'}function getAutoTimeProgressHtml(pct,options,start,end){var containerClass="itemProgressBar";return options&&options.containerClass&&(containerClass+=" "+options.containerClass),'<div is="emby-progressbar" data-automode="time" data-starttime="'+start+'" data-endtime="'+end+'" class="'+containerClass+'"><div class="itemProgressBarForeground" style="width:'+pct+'%;"></div></div>'}function getProgressBarHtml(item,options){var pct;if(enableProgressIndicator(item)){if("Recording"===item.Type&&item.CompletionPercentage)return getProgressHtml(item.CompletionPercentage,options);var userData=options?options.userData||item.UserData:item.UserData;if(userData&&(pct=userData.PlayedPercentage,pct&&pct<100))return getProgressHtml(pct,options)}if("Program"===item.Type&&item.StartDate&&item.EndDate){var startDate=0,endDate=1;try{startDate=datetime.parseISO8601Date(item.StartDate).getTime()}catch(err){}try{endDate=datetime.parseISO8601Date(item.EndDate).getTime()}catch(err){}var now=(new Date).getTime(),total=endDate-startDate;if(pct=100*((now-startDate)/total),pct>0&&pct<100)return getAutoTimeProgressHtml(pct,options,startDate,endDate)}return""}function enablePlayedIndicator(item){if("Video"===item.MediaType&&"TvChannel"!==item.Type)return!0;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}function getPlayedIndicator(item){if(enablePlayedIndicator(item)){var userData=item.UserData||{};if(userData.UnplayedItemCount)return'<div class="countIndicator indicator">'+userData.UnplayedItemCount+"</div>";if(userData.PlayedPercentage&&userData.PlayedPercentage>=100||userData.Played)return'<div class="playedIndicator indicator"><i class="md-icon indicatorIcon"></i></div>'}return""}function getCountIndicatorHtml(count){return'<div class="countIndicator indicator">'+count+"</div>"}function getChildCountIndicatorHtml(item,options){var minCount=0;return options&&(minCount=options.minCount||minCount),item.ChildCount&&item.ChildCount>minCount?getCountIndicatorHtml(item.ChildCount):""}function getTimerIndicator(item){var status;if("SeriesTimer"===item.Type)return'<i class="md-icon timerIndicator indicatorIcon"></i>';if(item.TimerId||item.SeriesTimerId)status=item.Status||"Cancelled";else{if("Timer"!==item.Type)return"";status=item.Status}return item.SeriesTimerId?"Cancelled"!==status?'<i class="md-icon timerIndicator indicatorIcon"></i>':'<i class="md-icon timerIndicator timerIndicator-inactive indicatorIcon"></i>':'<i class="md-icon timerIndicator indicatorIcon"></i>'}function getSyncIndicator(item){return 100===item.SyncPercent?'<div class="syncIndicator indicator fullSyncIndicator"><i class="md-icon indicatorIcon">file_download</i></div>':null!=item.SyncPercent?'<div class="syncIndicator indicator emptySyncIndicator"><i class="md-icon indicatorIcon">file_download</i></div>':""}function onAutoTimeProgress(){var start=parseInt(this.getAttribute("data-starttime")),end=parseInt(this.getAttribute("data-endtime")),now=(new Date).getTime(),total=end-start,pct=100*((now-start)/total);pct=Math.min(100,pct),pct=Math.max(0,pct);var itemProgressBarForeground=this.querySelector(".itemProgressBarForeground");itemProgressBarForeground.style.width=pct+"%"}var ProgressBarPrototype=Object.create(HTMLDivElement.prototype);return ProgressBarPrototype.attachedCallback=function(){this.timeInterval&&clearInterval(this.timeInterval),"time"===this.getAttribute("data-automode")&&(this.timeInterval=setInterval(onAutoTimeProgress.bind(this),6e4))},ProgressBarPrototype.detachedCallback=function(){this.timeInterval&&(clearInterval(this.timeInterval),this.timeInterval=null)},document.registerElement("emby-progressbar",{prototype:ProgressBarPrototype,extends:"div"}),{getProgressBarHtml:getProgressBarHtml,getPlayedIndicatorHtml:getPlayedIndicator,getChildCountIndicatorHtml:getChildCountIndicatorHtml,enableProgressIndicator:enableProgressIndicator,getTimerIndicator:getTimerIndicator,enablePlayedIndicator:enablePlayedIndicator,getSyncIndicator:getSyncIndicator}});
|
File diff suppressed because one or more lines are too long
1
dashboard-ui/bower_components/emby-webcomponents/lazyloader/lazyedgehack.css
vendored
Normal file
1
dashboard-ui/bower_components/emby-webcomponents/lazyloader/lazyedgehack.css
vendored
Normal file
@ -0,0 +1 @@
|
||||
.lazy{min-width:1px;min-height:1px}
|
@ -1 +1 @@
|
||||
define([],function(){"use strict";function LazyLoader(options){this.options=options}function unveilElements(elements,root,callback){if(elements.length){var lazyLoader=new LazyLoader({callback:callback});lazyLoader.addElements(elements)}}return LazyLoader.prototype.createObserver=function(){var observerOptions={},options=this.options,loadedCount=0,callback=options.callback,observerId="obs"+(new Date).getTime(),self=this,observer=new IntersectionObserver(function(entries){for(var j=0,length2=entries.length;j<length2;j++){var entry=entries[j],target=entry.target;observer.unobserve(target),target[observerId]||(target[observerId]=1,callback(target),loadedCount++,loadedCount>=self.elementCount&&self.destroyObserver())}},observerOptions);this.observer=observer},LazyLoader.prototype.addElements=function(elements){var observer=this.observer;observer||(this.createObserver(),observer=this.observer),this.elementCount=(this.elementCount||0)+elements.length;for(var i=0,length=elements.length;i<length;i++)observer.observe(elements[i])},LazyLoader.prototype.destroyObserver=function(elements){var observer=this.observer;observer&&(observer.disconnect(),this.observer=null)},LazyLoader.prototype.destroy=function(elements){this.destroyObserver(),this.options=null},LazyLoader.lazyChildren=function(elem,callback){unveilElements(elem.getElementsByClassName("lazy"),elem,callback)},LazyLoader});
|
||||
define(["require","browser"],function(require,browser){"use strict";function LazyLoader(options){this.options=options}function unveilElements(elements,root,callback){if(elements.length){var lazyLoader=new LazyLoader({callback:callback});lazyLoader.addElements(elements)}}return browser.edge&&require(["css!./lazyedgehack"]),LazyLoader.prototype.createObserver=function(){var observerOptions={},options=this.options,loadedCount=0,callback=options.callback,observerId="obs"+(new Date).getTime(),self=this,observer=new IntersectionObserver(function(entries){for(var j=0,length2=entries.length;j<length2;j++){var entry=entries[j],target=entry.target;observer.unobserve(target),target[observerId]||(target[observerId]=1,callback(target),loadedCount++,loadedCount>=self.elementCount&&self.destroyObserver())}},observerOptions);this.observer=observer},LazyLoader.prototype.addElements=function(elements){var observer=this.observer;observer||(this.createObserver(),observer=this.observer),this.elementCount=(this.elementCount||0)+elements.length;for(var i=0,length=elements.length;i<length;i++)observer.observe(elements[i])},LazyLoader.prototype.destroyObserver=function(elements){var observer=this.observer;observer&&(observer.disconnect(),this.observer=null)},LazyLoader.prototype.destroy=function(elements){this.destroyObserver(),this.options=null},LazyLoader.lazyChildren=function(elem,callback){unveilElements(elem.getElementsByClassName("lazy"),elem,callback)},LazyLoader});
|
File diff suppressed because one or more lines are too long
File diff suppressed because one or more lines are too long
@ -1 +1 @@
|
||||
.hiddenScrollX,.smoothScrollX{overflow-x:auto;-webkit-overflow-scrolling:touch;overflow-y:hidden;scroll-behavior:smooth;white-space:nowrap}.hiddenScrollX,.layout-tv .smoothScrollX{-ms-overflow-style:none;overflow:-moz-scrollbars-none}.hiddenScrollX::-webkit-scrollbar,.layout-tv .smoothScrollX::-webkit-scrollbar{height:0!important;display:none}.hiddenScrollY,.smoothScrollY{overflow-y:auto;-webkit-overflow-scrolling:touch;overflow-x:hidden;scroll-behavior:smooth}.hiddenScrollY,.layout-tv .smoothScrollY{-ms-overflow-style:none}.hiddenScrollY::-webkit-scrollbar,.layout-tv .smoothScrollY::-webkit-scrollbar{width:0!important;display:none}.darkScroller::-webkit-scrollbar{width:8px;height:8px}.darkScroller::-webkit-scrollbar-button:end:increment,.darkScroller::-webkit-scrollbar-button:start:decrement{display:none}.darkScroller::-webkit-scrollbar-track-piece{background-color:#3b3b3b}.darkScroller::-webkit-scrollbar-thumb:horizontal,.darkScroller::-webkit-scrollbar-thumb:vertical{-webkit-border-radius:2px;background:center no-repeat #888}
|
||||
.hiddenScrollX,.smoothScrollX{overflow-x:auto;-webkit-overflow-scrolling:touch;overflow-y:hidden;scroll-behavior:smooth;white-space:nowrap}.hiddenScrollX,.layout-tv .smoothScrollX{-ms-overflow-style:none;overflow:-moz-scrollbars-none}.hiddenScrollX::-webkit-scrollbar,.layout-tv .smoothScrollX::-webkit-scrollbar{height:0!important;display:none}.hiddenScrollY,.smoothScrollY{overflow-y:auto;-webkit-overflow-scrolling:touch;overflow-x:hidden;scroll-behavior:smooth}.hiddenScrollY,.layout-tv .smoothScrollY{-ms-overflow-style:none}.hiddenScrollY::-webkit-scrollbar,.layout-tv .smoothScrollY::-webkit-scrollbar{width:0!important;display:none}.darkScroller::-webkit-scrollbar{width:1em;height:1em}.darkScroller::-webkit-scrollbar-button:end:increment,.darkScroller::-webkit-scrollbar-button:start:decrement{display:none}.darkScroller::-webkit-scrollbar-track-piece{background-color:#3b3b3b}.darkScroller::-webkit-scrollbar-thumb:horizontal,.darkScroller::-webkit-scrollbar-thumb:vertical{-webkit-border-radius:2px;background:center no-repeat #888}
|
File diff suppressed because one or more lines are too long
@ -59,6 +59,16 @@
|
||||
</div>
|
||||
</div>
|
||||
|
||||
<div class="hide verticalSection newsResults">
|
||||
<div>
|
||||
<h2 class="sectionTitle sectionTitle-cards padded-left padded-right" style="display: inline-block; vertical-align: middle;">${News}</h2>
|
||||
</div>
|
||||
|
||||
<div is="emby-scroller" data-horizontal="true" data-centerfocus="card" data-mousewheel="false" class="padded-top-focusscale padded-bottom-focusscale focuscontainer-x">
|
||||
<div is="emby-itemscontainer" class="padded-left padded-right itemsContainer scrollSlider"></div>
|
||||
</div>
|
||||
</div>
|
||||
|
||||
<div class="hide verticalSection programResults">
|
||||
<div>
|
||||
<h2 class="sectionTitle sectionTitle-cards padded-left padded-right" style="display: inline-block; vertical-align: middle;">${Programs}</h2>
|
||||
|
@ -393,26 +393,26 @@
|
||||
"Connect": "Connect",
|
||||
"HeaderMyMedia": "My Media",
|
||||
"HeaderMyMediaSmall": "My Media (small)",
|
||||
"LatestFromLibrary": "Latest {0}",
|
||||
"LatestFromLibrary": "Darreres {0}",
|
||||
"HeaderLatestChannelMedia": "Latest Channel Items",
|
||||
"HeaderContinueWatching": "Continue Watching",
|
||||
"HeaderContinueWatching": "Continua Veient",
|
||||
"HeaderContinueListening": "Continue Listening",
|
||||
"HeaderActiveRecordings": "Active Recordings",
|
||||
"HeaderLatestRecordings": "Latest Recordings",
|
||||
"HeaderLatestRecordings": "Darreres Gravacions",
|
||||
"LabelDownloadTo": "Download to:",
|
||||
"HeaderNextUp": "Next Up",
|
||||
"HeaderLatestFrom": "Latest from {0}",
|
||||
"LabelHomeScreenSectionValue": "Home screen section {0}:",
|
||||
"HeaderNextUp": "A continuaci\u00f3",
|
||||
"HeaderLatestFrom": "Novetats a {0}",
|
||||
"LabelHomeScreenSectionValue": "Secci\u00f3 {0} de la p\u00e0gina d'inici:",
|
||||
"SettingsSaved": "Settings saved.",
|
||||
"None": "None",
|
||||
"None": "Cap",
|
||||
"More": "More",
|
||||
"Up": "Up",
|
||||
"Down": "Down",
|
||||
"HeaderHomeScreen": "Home Screen",
|
||||
"HeaderHomeScreen": "P\u00e0gina d'Inici",
|
||||
"HeaderLatestMedia": "Latest Media",
|
||||
"HeaderLatestChannelItems": "Latest Channel Items",
|
||||
"LabelSelectLastestItemsFolders": "Include items from the following sections in Latest Media",
|
||||
"HeaderLibraryOrder": "Library Order",
|
||||
"HeaderLibraryOrder": "Ordre de la llibreria",
|
||||
"HideWatchedContentFromLatestMedia": "Hide watched content from latest media",
|
||||
"HeaderOnNow": "On Now",
|
||||
"HeaderPlaybackError": "Playback Error",
|
||||
@ -420,11 +420,11 @@
|
||||
"PlaybackErrorNoCompatibleStream": "No compatible streams are currently available. Please try again later or contact your system administrator for details.",
|
||||
"PlaybackErrorPlaceHolder": "Please insert the disc in order to play this video.",
|
||||
"Guide": "Guide",
|
||||
"Suggestions": "Suggestions",
|
||||
"Suggestions": "Sugger\u00e8ncies",
|
||||
"Favorites": "Favorites",
|
||||
"Collections": "Collections",
|
||||
"LabelSelectFolderGroups": "Automatically group content from the following folders into views such as Movies, Music and TV:",
|
||||
"LabelSelectFolderGroupsHelp": "Folders that are unchecked will be displayed by themselves in their own view.",
|
||||
"LabelSelectFolderGroups": "Agrupa autom\u00e0ticament el contingut de les seg\u00fcents carpetes en col\u00b7leccions com Pel\u00b7l\u00edcules, M\u00fasica i TV:",
|
||||
"LabelSelectFolderGroupsHelp": "Les carpetes desmarcades ser\u00e1n mostrades individualment en la seva pr\u00f2pia vista.",
|
||||
"Shows": "Shows",
|
||||
"HeaderLibraryFolders": "Library Folders",
|
||||
"HeaderLandingScreens": "Landing Screens",
|
||||
|
@ -146,7 +146,7 @@
|
||||
"LabelArtistsHelp": "Separar m\u00faltiples empleando:",
|
||||
"LabelAlbumArtists": "Artistas del \u00e1lbum:",
|
||||
"LabelAlbum": "\u00c1lbum",
|
||||
"Artists": "Artists",
|
||||
"Artists": "Artistas",
|
||||
"LabelCommunityRating": "Calificaci\u00f3n de la comunidad:",
|
||||
"LabelVoteCount": "Cantidad de votos:",
|
||||
"LabelCriticRating": "Calificaci\u00f3n de la cr\u00edtica:",
|
||||
@ -247,10 +247,10 @@
|
||||
"ValueOneMusicVideo": "1 video musical",
|
||||
"ValueMusicVideoCount": "{0} videos musicales",
|
||||
"ValueMinutes": "{0} min",
|
||||
"Albums": "Albums",
|
||||
"Songs": "Songs",
|
||||
"Books": "Books",
|
||||
"HeaderAudioBooks": "Audio Books",
|
||||
"Albums": "\u00c1lbumes",
|
||||
"Songs": "Canciones",
|
||||
"Books": "Libros",
|
||||
"HeaderAudioBooks": "Audio Libros",
|
||||
"HeaderIdentifyItemHelp": "Introduzca uno o m\u00e1s criterios de b\u00fasqueda. Elimine criterios para expandir los resultados.",
|
||||
"PleaseEnterNameOrId": "Por favor introduzca un nombre o id externo.",
|
||||
"MessageItemSaved": "\u00cdtem guardado.",
|
||||
@ -286,9 +286,9 @@
|
||||
"Settings": "Configuraci\u00f3n",
|
||||
"ShowIndicatorsFor": "Mostrar indicadores para:",
|
||||
"NewEpisodes": "Episodios nuevos",
|
||||
"Episodes": "Episodes",
|
||||
"Episodes": "Episodios",
|
||||
"HDPrograms": "Programas en HD",
|
||||
"Programs": "Programs",
|
||||
"Programs": "Programas",
|
||||
"LiveBroadcasts": "Transmisiones en vivo",
|
||||
"Premieres": "Estrenos",
|
||||
"RepeatEpisodes": "Repetir episodios",
|
||||
|
@ -146,7 +146,7 @@
|
||||
"LabelArtistsHelp": "Separar m\u00faltiplos usando ;",
|
||||
"LabelAlbumArtists": "Artistas do \u00c1lbum:",
|
||||
"LabelAlbum": "\u00c1lbum:",
|
||||
"Artists": "Artists",
|
||||
"Artists": "Artistas",
|
||||
"LabelCommunityRating": "Avalia\u00e7\u00e3o da comunidade:",
|
||||
"LabelVoteCount": "Contagem de votos:",
|
||||
"LabelCriticRating": "Avalia\u00e7\u00e3o da cr\u00edtica:",
|
||||
@ -247,10 +247,10 @@
|
||||
"ValueOneMusicVideo": "1 v\u00eddeo musical",
|
||||
"ValueMusicVideoCount": "{0} v\u00eddeos musicais",
|
||||
"ValueMinutes": "{0} min",
|
||||
"Albums": "Albums",
|
||||
"Songs": "Songs",
|
||||
"Books": "Books",
|
||||
"HeaderAudioBooks": "Audio Books",
|
||||
"Albums": "\u00c1lbuns",
|
||||
"Songs": "M\u00fasicas",
|
||||
"Books": "Livros",
|
||||
"HeaderAudioBooks": "Livros de \u00c1udio",
|
||||
"HeaderIdentifyItemHelp": "Digite um ou mais crit\u00e9rios de busca. Exclua o crit\u00e9rio para aumentar os resultados da busca.",
|
||||
"PleaseEnterNameOrId": "Por favor, digite um nome ou Id externo.",
|
||||
"MessageItemSaved": "Item salvo.",
|
||||
@ -286,9 +286,9 @@
|
||||
"Settings": "Ajustes",
|
||||
"ShowIndicatorsFor": "Mostrar indicadores para:",
|
||||
"NewEpisodes": "Novos epis\u00f3dios",
|
||||
"Episodes": "Episodes",
|
||||
"Episodes": "Epis\u00f3dios",
|
||||
"HDPrograms": "Programas em HD",
|
||||
"Programs": "Programs",
|
||||
"Programs": "Programas",
|
||||
"LiveBroadcasts": "Broadcasts ao vivo",
|
||||
"Premieres": "Estr\u00e9ias",
|
||||
"RepeatEpisodes": "Repetir epis\u00f3dios",
|
||||
|
@ -41,7 +41,7 @@
|
||||
"HeaderOfflineDownloads": "\u0410\u0432\u0442\u043e\u043d\u043e\u043c\u043d\u044b\u0435 \u043c\u0435\u0434\u0438\u0430\u0434\u0430\u043d\u043d\u044b\u0435",
|
||||
"HeaderOfflineDownloadsDescription": "\u0417\u0430\u0433\u0440\u0443\u0437\u0438\u0442\u044c \u043c\u0435\u0434\u0438\u0430\u0434\u0430\u043d\u043d\u044b\u0435 \u043d\u0430 \u0432\u0430\u0448\u0438 \u0443\u0441\u0442\u0440\u043e\u0439\u0441\u0442\u0432\u0430 \u0434\u043b\u044f \u0443\u0434\u043e\u0431\u043d\u043e\u0433\u043e \u0438\u0441\u043f\u043e\u043b\u044c\u0437\u043e\u0432\u0430\u043d\u0438\u044f \u0432 \u0430\u0432\u0442\u043e\u043d\u043e\u043c\u043d\u043e\u043c \u0440\u0435\u0436\u0438\u043c\u0435.",
|
||||
"CloudSyncFeatureDescription": "\u0421\u0438\u043d\u0445\u0440\u043e\u043d\u0438\u0437\u0430\u0446\u0438\u044f \u0432\u0430\u0448\u0438\u0445 \u043c\u0435\u0434\u0438\u0430\u0434\u0430\u043d\u043d\u044b\u0445 \u0441 \u043e\u0431\u043b\u0430\u043a\u043e\u043c \u0434\u043b\u044f \u0443\u0434\u043e\u0431\u0441\u0442\u0432\u0430 \u0438\u0445 \u0440\u0435\u0437\u0435\u0440\u0432\u043d\u043e\u0433\u043e \u043a\u043e\u043f\u0438\u0440\u043e\u0432\u0430\u043d\u0438\u044f, \u0430\u0440\u0445\u0438\u0432\u0438\u0440\u043e\u0432\u0430\u043d\u0438\u044f \u0438 \u043f\u0440\u0435\u043e\u0431\u0440\u0430\u0437\u043e\u0432\u0430\u043d\u0438\u044f.",
|
||||
"DvrFeatureDescription": "\u0412\u043a\u043b\u044e\u0447\u0430\u0439\u0442\u0435 \u0432 \u0440\u0430\u0441\u043f\u0438\u0441\u0430\u043d\u0438\u0435 \u043e\u0442\u0434\u0435\u043b\u044c\u043d\u044b\u0435 \u0437\u0430\u043f\u0438\u0441\u0438 \u0441 \u044d\u0444\u0438\u0440\u0430, \u0437\u0430\u043f\u0438\u0441\u0438 \u0441\u0435\u0440\u0438\u0430\u043b\u043e\u0432 \u0438 \u043c\u043d\u043e\u0433\u043e\u0435 \u0434\u0440\u0443\u0433\u043e\u0435 \u0441 \u043f\u043e\u043c\u043e\u0449\u044c\u044e Emby DVR.",
|
||||
"DvrFeatureDescription": "\u0412\u043a\u043b\u044e\u0447\u0430\u0439\u0442\u0435 \u0432 \u0440\u0430\u0441\u043f\u0438\u0441\u0430\u043d\u0438\u0435 \u043e\u0442\u0434\u0435\u043b\u044c\u043d\u044b\u0435 \u0437\u0430\u043f\u0438\u0441\u0438 \u0441 \u044d\u0444\u0438\u0440\u0430, \u0437\u0430\u043f\u0438\u0441\u0438 \u0441\u0435\u0440\u0438\u0430\u043b\u043e\u0432 \u0438 \u0442.\u0434. \u0441 \u043f\u043e\u043c\u043e\u0449\u044c\u044e \u0432\u0438\u0434\u0435\u043e\u0440\u0435\u043a\u043e\u0440\u0434\u0435\u0440\u0430 Emby.",
|
||||
"ButtonCancelSyncJob": "\u041e\u0442\u043c\u0435\u043d\u0438\u0442\u044c \u0437\u0430\u0433\u0440\u0443\u0437\u043a\u0443",
|
||||
"CancelSyncJobConfirmation": "\u041e\u0442\u043c\u0435\u043d\u0430 \u0437\u0430\u0434\u0430\u043d\u0438\u044f \u0441\u0438\u043d\u0445\u0440\u043e\u043d\u0438\u0437\u0430\u0446\u0438\u0438 \u043f\u0440\u0438\u0432\u0435\u0434\u0451\u0442 \u043a \u0438\u0437\u044a\u044f\u0442\u0438\u044e \u0437\u0430\u0433\u0440\u0443\u0436\u0435\u043d\u043d\u044b\u0445 \u043c\u0435\u0434\u0438\u0430\u0434\u0430\u043d\u043d\u044b\u0445 \u0441 \u0443\u0441\u0442\u0440\u043e\u0439\u0441\u0442\u0432\u0430 \u0432 \u043f\u0440\u043e\u0446\u0435\u0441\u0441\u0435 \u0441\u043b\u0435\u0434\u0443\u044e\u0449\u0435\u0439 \u0441\u0438\u043d\u0445\u0440\u043e\u043d\u0438\u0437\u0430\u0446\u0438\u0438. \u0412\u044b \u0434\u0435\u0439\u0441\u0442\u0432\u0438\u0442\u0435\u043b\u044c\u043d\u043e \u0445\u043e\u0442\u0438\u0442\u0435 \u043f\u0440\u0438\u0441\u0442\u0443\u043f\u0438\u0442\u044c?",
|
||||
"CinemaModeFeatureDescription": "\u0420\u0435\u0436\u0438\u043c \u043a\u0438\u043d\u043e\u0437\u0430\u043b\u0430 \u043f\u0440\u0435\u0434\u043e\u0441\u0442\u0430\u0432\u0438\u0442 \u0432\u0430\u043c \u0432\u043f\u0435\u0447\u0430\u0442\u043b\u0435\u043d\u0438\u0435 \u043d\u0430\u0441\u0442\u043e\u044f\u0449\u0435\u0433\u043e \u0437\u0440\u0438\u0442\u0435\u043b\u044c\u043d\u043e\u0433\u043e \u0437\u0430\u043b\u0430 \u0441 \u0442\u0440\u0435\u0439\u043b\u0435\u0440\u0430\u043c\u0438 \u0438 \u043f\u0440\u043e\u0438\u0437\u0432\u043e\u043b\u044c\u043d\u044b\u043c\u0438 \u0437\u0430\u0441\u0442\u0430\u0432\u043a\u0430\u043c\u0438 \u043f\u0435\u0440\u0435\u0434 \u0444\u0438\u043b\u044c\u043c\u043e\u043c.",
|
||||
|
File diff suppressed because one or more lines are too long
File diff suppressed because one or more lines are too long
File diff suppressed because one or more lines are too long
File diff suppressed because one or more lines are too long
File diff suppressed because one or more lines are too long
@ -1 +1 @@
|
||||
.editorTab{padding-bottom:200px}.editPageContent{padding:0}.editPageInnerContent{padding:0 15px 100px}.editPageName{margin:.5em 0 0}.editPageSidebar{display:none}.libraryTree{margin-left:.25em}.offlineEditorNode{color:#c33}.editorfieldDescription,.remoteImageDetailText+.remoteImageDetailText{color:#ccc}.editorNode img{height:18px;margin:0 .35em;vertical-align:middle;position:relative;top:-2px}.remoteImageContainer{display:inline-block;margin:5px;vertical-align:top}.remoteImageDetails{text-align:left;background:#282828;position:relative;padding:5px 5px 2px}.remoteImage,.searchImage{background-position:center bottom;background-repeat:no-repeat;display:block}.remoteImageDetails paper-icon-button{position:absolute;bottom:0;right:0}.remoteImageDetailText{padding:5px}.remoteImage{-webkit-background-size:contain;background-size:contain;z-index:100000;position:relative}.remotePosterImage{width:140px;height:210px}.remoteBackdropImage{width:272px;height:153px}.remoteBannerImage{width:272px;height:50px}.remoteDiscImage{width:180px;height:180px}@media all and (min-width:37.5em){.remotePosterImage{width:160px;height:240px}}@media all and (min-width:75em){.remotePosterImage{width:200px;height:300px}.remoteBackdropImage{width:320px;height:180px}.remoteDiscImage{width:240px;height:240px}.remoteBannerImage{width:544px;height:100px}}.searchImage{-webkit-background-size:contain;background-size:contain}.searchBackdropImageContainer{width:160px}.searchDiscImageContainer{width:150px}.searchPosterImageContainer{width:140px}.searchBackdropImageContainer .searchImage{height:90px}.searchDiscImageContainer .searchImage{height:150px}.searchPosterImageContainer .searchImage{height:210px}.searchImageContainer .remoteImageDetails{overflow-x:hidden;-o-text-overflow:ellipsis;text-overflow:ellipsis}.jstree-anchor{font-weight:400!important}.jstree-wholerow-hovered{background:#38c!important;-webkit-border-radius:0!important;border-radius:0!important;-webkit-box-shadow:none!important;box-shadow:none!important}.jstree-default .jstree-hovered{background:0 0!important;-webkit-border-radius:0!important;border-radius:0!important;-webkit-box-shadow:none!important;box-shadow:none!important;color:#fff!important}.jstree-default .jstree-wholerow-clicked{background:#52B54B!important}@media all and (min-width:37.5em){.remoteBannerImage{width:450px;height:83px}}@media all and (min-width:50em){.editPageSidebar{position:fixed;top:54px;bottom:0;left:0;width:30%;display:block;border-right:1px solid #555}.editPageInnerContent{float:right;width:67.5%}}@media all and (min-width:112.5em){.editPageSidebar{width:25%}.editPageInnerContent{width:72.5%}}
|
||||
.editorTab{padding-bottom:200px}.editPageContent{padding:0}.editPageSidebar{display:block}.editPageSidebar-withcontent{display:none}.editPageName{margin:.5em 0 0}.libraryTree{margin-left:.25em}.offlineEditorNode{color:#c33}.editorfieldDescription,.remoteImageDetailText+.remoteImageDetailText{color:#ccc}.editorNode img{height:18px;margin:0 .35em;vertical-align:middle;position:relative;top:-2px}.remoteImageContainer{display:inline-block;margin:5px;vertical-align:top}.remoteImageDetails{text-align:left;background:#282828;position:relative;padding:5px 5px 2px}.remoteImage,.searchImage{background-position:center bottom;background-repeat:no-repeat;display:block}.remoteImageDetails paper-icon-button{position:absolute;bottom:0;right:0}.remoteImageDetailText{padding:5px}.remoteImage{-webkit-background-size:contain;background-size:contain;z-index:100000;position:relative}.remotePosterImage{width:140px;height:210px}.remoteBackdropImage{width:272px;height:153px}.remoteBannerImage{width:272px;height:50px}.remoteDiscImage{width:180px;height:180px}@media all and (min-width:37.5em){.remotePosterImage{width:160px;height:240px}}@media all and (min-width:75em){.remotePosterImage{width:200px;height:300px}.remoteBackdropImage{width:320px;height:180px}.remoteDiscImage{width:240px;height:240px}.remoteBannerImage{width:544px;height:100px}}.searchImage{-webkit-background-size:contain;background-size:contain}.searchBackdropImageContainer{width:160px}.searchDiscImageContainer{width:150px}.searchPosterImageContainer{width:140px}.searchBackdropImageContainer .searchImage{height:90px}.searchDiscImageContainer .searchImage{height:150px}.searchPosterImageContainer .searchImage{height:210px}.searchImageContainer .remoteImageDetails{overflow-x:hidden;-o-text-overflow:ellipsis;text-overflow:ellipsis}.jstree-anchor{font-weight:400!important}.jstree-wholerow-hovered{background:#38c!important;-webkit-border-radius:0!important;border-radius:0!important;-webkit-box-shadow:none!important;box-shadow:none!important}.jstree-default .jstree-hovered{background:0 0!important;-webkit-border-radius:0!important;border-radius:0!important;-webkit-box-shadow:none!important;box-shadow:none!important;color:#fff!important}.jstree-default .jstree-wholerow-clicked{background:#52B54B!important}@media all and (min-width:37.5em){.remoteBannerImage{width:450px;height:83px}}@media all and (min-width:50em){.editPageSidebar{position:fixed;top:5.2em;bottom:0;left:0;width:30%;border-right:1px solid #555;display:block}.editPageInnerContent{float:right;width:68.5%}}@media all and (min-width:112.5em){.editPageSidebar{width:25%}.editPageInnerContent{width:73.5%}}
|
@ -1 +1 @@
|
||||
define(["jQuery","loading","fnchecked","emby-checkbox"],function($,loading){"use strict";function onSubmit(){var form=this,localAddress=form.querySelector("#txtLocalAddress").value,enableUpnp=$("#chkEnableUpnp",form).checked();return confirmSelections(localAddress,enableUpnp,function(){loading.show(),ApiClient.getServerConfiguration().then(function(config){config.HttpServerPortNumber=$("#txtPortNumber",form).val(),config.PublicPort=$("#txtPublicPort",form).val(),config.PublicHttpsPort=$("#txtPublicHttpsPort",form).val(),config.EnableHttps=$("#chkEnableHttps",form).checked(),config.HttpsPortNumber=$("#txtHttpsPort",form).val(),config.EnableUPnP=enableUpnp,config.WanDdns=$("#txtDdns",form).val(),config.CertificatePath=$("#txtCertificatePath",form).val(),config.LocalNetworkAddresses=localAddress?[localAddress]:[],ApiClient.updateServerConfiguration(config).then(Dashboard.processServerConfigurationUpdateResult,Dashboard.processErrorResponse)})}),!1}function confirmSelections(localAddress,enableUpnp,callback){localAddress||!enableUpnp?require(["alert"],function(alert){alert({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){$("#txtPortNumber",page).val(config.HttpServerPortNumber),$("#txtPublicPort",page).val(config.PublicPort),$("#txtPublicHttpsPort",page).val(config.PublicHttpsPort),page.querySelector("#txtLocalAddress").value=config.LocalNetworkAddresses[0]||"";var chkEnableHttps=page.querySelector("#chkEnableHttps");chkEnableHttps.checked=config.EnableHttps,$("#txtHttpsPort",page).val(config.HttpsPortNumber),$("#txtDdns",page).val(config.WanDdns||"");var txtCertificatePath=page.querySelector("#txtCertificatePath");txtCertificatePath.value=config.CertificatePath||"",$("#chkEnableUpnp",page).checked(config.EnableUPnP),onCertPathChange.call(txtCertificatePath),loading.hide()}function onCertPathChange(){this.value?view.querySelector("#txtDdns").setAttribute("required","required"):view.querySelector("#txtDdns").removeAttribute("required")}$("#btnSelectCertPath",view).on("click.selectDirectory",function(){require(["directorybrowser"],function(directoryBrowser){var picker=new directoryBrowser;picker.show({includeFiles:!0,includeDirectories:!0,callback:function(path){path&&$("#txtCertificatePath",view).val(path),picker.close()},header:Globalize.translate("HeaderSelectCertificatePath")})})}),$(".dashboardHostingForm").off("submit",onSubmit).on("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(["jQuery","loading","fnchecked","emby-checkbox"],function($,loading){"use strict";function onSubmit(){var form=this,localAddress=form.querySelector("#txtLocalAddress").value,enableUpnp=$("#chkEnableUpnp",form).checked();return confirmSelections(localAddress,enableUpnp,function(){loading.show(),ApiClient.getServerConfiguration().then(function(config){config.HttpServerPortNumber=$("#txtPortNumber",form).val(),config.PublicPort=$("#txtPublicPort",form).val(),config.PublicHttpsPort=$("#txtPublicHttpsPort",form).val(),config.EnableHttps=$("#chkEnableHttps",form).checked(),config.HttpsPortNumber=$("#txtHttpsPort",form).val(),config.EnableUPnP=enableUpnp,config.WanDdns=$("#txtDdns",form).val(),config.CertificatePath=$("#txtCertificatePath",form).val()||null,config.CertificatePassword=$("#txtCertPassword",form).val()||null,config.LocalNetworkAddresses=localAddress?[localAddress]:[],ApiClient.updateServerConfiguration(config).then(Dashboard.processServerConfigurationUpdateResult,Dashboard.processErrorResponse)})}),!1}function confirmSelections(localAddress,enableUpnp,callback){localAddress||!enableUpnp?require(["alert"],function(alert){alert({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){$("#txtPortNumber",page).val(config.HttpServerPortNumber),$("#txtPublicPort",page).val(config.PublicPort),$("#txtPublicHttpsPort",page).val(config.PublicHttpsPort),page.querySelector("#txtLocalAddress").value=config.LocalNetworkAddresses[0]||"";var chkEnableHttps=page.querySelector("#chkEnableHttps");chkEnableHttps.checked=config.EnableHttps,$("#txtHttpsPort",page).val(config.HttpsPortNumber),$("#txtDdns",page).val(config.WanDdns||"");var txtCertificatePath=page.querySelector("#txtCertificatePath");txtCertificatePath.value=config.CertificatePath||"",page.querySelector("#txtCertPassword").value=config.CertificatePassword||"",$("#chkEnableUpnp",page).checked(config.EnableUPnP),onCertPathChange.call(txtCertificatePath),loading.hide()}function onCertPathChange(){this.value?view.querySelector("#txtDdns").setAttribute("required","required"):view.querySelector("#txtDdns").removeAttribute("required")}$("#btnSelectCertPath",view).on("click.selectDirectory",function(){require(["directorybrowser"],function(directoryBrowser){var picker=new directoryBrowser;picker.show({includeFiles:!0,includeDirectories:!0,callback:function(path){path&&$("#txtCertificatePath",view).val(path),picker.close()},header:Globalize.translate("HeaderSelectCertificatePath")})})}),$(".dashboardHostingForm").off("submit",onSubmit).on("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)})})}});
|
@ -29,13 +29,18 @@
|
||||
<div class="inputContainer">
|
||||
<div style="display: flex; align-items: center;">
|
||||
<div style="flex-grow:1;">
|
||||
<input is="emby-input" type="text" id="txtCertificatePath" label="${LabelCustomCertificatePath}" />
|
||||
<input is="emby-input" type="text" id="txtCertificatePath" label="${LabelCustomCertificatePath}" autocomplete="off" />
|
||||
</div>
|
||||
<button type="button" is="paper-icon-button-light" id="btnSelectCertPath" title="${ButtonSelectDirectory}" class="autoSize"><i class="md-icon">search</i></button>
|
||||
<button type="button" is="paper-icon-button-light" id="btnSelectCertPath" title="${ButtonSelectDirectory}"><i class="md-icon">search</i></button>
|
||||
</div>
|
||||
<div class="fieldDescription">${LabelCustomCertificatePathHelp}</div>
|
||||
</div>
|
||||
|
||||
<div class="inputContainer">
|
||||
<input is="emby-input" id="txtCertPassword" type="password" label="${LabelCertificatePassword}" autocomplete="new-password" />
|
||||
<div class="fieldDescription">${LabelCertificatePasswordHelp}</div>
|
||||
</div>
|
||||
|
||||
<div class="inputContainer">
|
||||
<input is="emby-input" id="txtDdns" type="text" label="${LabelExternalDDNS}" />
|
||||
<div class="fieldDescription">${LabelExternalDDNSHelp}</div>
|
||||
|
@ -11,7 +11,7 @@
|
||||
</div>
|
||||
</div>
|
||||
<div>
|
||||
<div class="editPageInnerContent">
|
||||
<div class="editPageInnerContent padded-top padded-bottom-page">
|
||||
</div>
|
||||
</div>
|
||||
</div>
|
@ -47,6 +47,13 @@
|
||||
</div>
|
||||
<div is="emby-itemscontainer" class="upcomingKidsItems itemsContainer padded-left padded-right"></div>
|
||||
</div>
|
||||
<div id="upcomingNews" class="verticalSection">
|
||||
<div class="sectionTitleContainer">
|
||||
<h2 class="sectionTitle sectionTitle-cards padded-left" style="display: inline-block; vertical-align: middle;">${HeaderUpcomingNews}</h2>
|
||||
<a href="livetvitems.html?type=Programs&IsNews=true" class="clearLinksectionTitleButton" style="margin-left: 1em; vertical-align: middle;"><button is="emby-button" type="button" class="raised more raised-mini noIcon">${ButtonMoreItems}</button></a>
|
||||
</div>
|
||||
<div is="emby-itemscontainer" class="upcomingNewsItems itemsContainer padded-left padded-right"></div>
|
||||
</div>
|
||||
<div id="upcomingPrograms" class="upcomingPrograms verticalSection hide">
|
||||
<div class="sectionTitleContainer">
|
||||
<h2 class="sectionTitle sectionTitle-cards padded-left" style="display: inline-block; vertical-align: middle;">${HeaderUpcomingPrograms}</h2>
|
||||
|
File diff suppressed because one or more lines are too long
File diff suppressed because one or more lines are too long
@ -1 +1 @@
|
||||
define(["cardBuilder","apphost","imageLoader","libraryBrowser","loading","emby-itemscontainer"],function(cardBuilder,appHost,imageLoader,libraryBrowser,loading){"use strict";return function(view,params){function getSavedQueryKey(){return libraryBrowser.getSavedQueryKey()}function reloadItems(page){loading.show();var promise="Recordings"==params.type?ApiClient.getLiveTvRecordings(query):"RecordingSeries"==params.type?ApiClient.getLiveTvRecordingSeries(query):"true"==params.IsAiring?ApiClient.getLiveTvRecommendedPrograms(query):ApiClient.getLiveTvPrograms(query);promise.then(function(result){function onNextPageClick(){query.StartIndex+=query.Limit,reloadItems(page)}function onPreviousPageClick(){query.StartIndex-=query.Limit,reloadItems(page)}window.scrollTo(0,0);var html="",pagingHtml=libraryBrowser.getQueryPagingHtml({startIndex:query.StartIndex,limit:query.Limit,totalRecordCount:result.TotalRecordCount,showLimit:!1});page.querySelector(".listTopPaging").innerHTML=pagingHtml,page.querySelector(".bottomPaging").innerHTML=pagingHtml,html=cardBuilder.getCardsHtml({items:result.Items,shape:query.IsMovie||"RecordingSeries"==params.type?"portrait":"backdrop",preferThumb:!query.IsMovie&&"RecordingSeries"!=params.type,inheritThumb:"Recordings"==params.type,context:"livetv",centerText:!0,lazy:!0,overlayText:!1,showTitle:!0,showParentTitle:query.IsSeries!==!1&&!query.IsMovie,showAirTime:"Recordings"!=params.type&&"RecordingSeries"!=params.type,showAirDateTime:"Recordings"!=params.type&&"RecordingSeries"!=params.type,showChannelName:"Recordings"!=params.type&&"RecordingSeries"!=params.type,overlayMoreButton:!0,showYear:query.IsMovie&&"Recordings"==params.type,showSeriesYear:"RecordingSeries"===params.type,coverImage:!0});var elem=page.querySelector(".itemsContainer");elem.innerHTML=html,imageLoader.lazyChildren(elem);var i,length,elems;for(elems=page.querySelectorAll(".btnNextPage"),i=0,length=elems.length;i<length;i++)elems[i].addEventListener("click",onNextPageClick);for(elems=page.querySelectorAll(".btnPreviousPage"),i=0,length=elems.length;i<length;i++)elems[i].addEventListener("click",onPreviousPageClick);libraryBrowser.saveQueryValues(getSavedQueryKey(),query),loading.hide()})}var query={UserId:Dashboard.getCurrentUserId(),StartIndex:0,Fields:"ChannelInfo",Limit:libraryBrowser.getDefaultPageSize()};"Recordings"==params.type?(query.IsInProgress=!1,params.groupid&&(query.GroupId=params.groupid)):"RecordingSeries"==params.type?(query.SortOrder="SortName",query.SortOrder="Ascending"):(query.HasAired=!1,query.SortBy="StartDate,SortName",query.SortOrder="Ascending"),view.addEventListener("viewbeforeshow",function(){query.ParentId=LibraryMenu.getTopParentId();var page=this;"true"==params.IsMovie?query.IsMovie=!0:"false"==params.IsMovie&&(query.IsMovie=!1),"true"==params.IsSeries?query.IsSeries=!0:"false"==params.IsSeries&&(query.IsSeries=!1),"true"==params.IsNews?query.IsNews=!0:"false"==params.IsNews&&(query.IsNews=!1),"true"==params.IsSports?query.IsSports=!0:"false"==params.IsSports&&(query.IsSports=!1),"true"==params.IsKids?query.IsKids=!0:"false"==params.IsKids&&(query.IsKids=!1),"true"==params.IsAiring?query.IsAiring=!0:"false"==params.IsAiring&&(query.IsAiring=!1),"Recordings"==params.type?"true"==params.IsMovie?LibraryMenu.setTitle(Globalize.translate("TabMovies")):"true"==params.IsSports?LibraryMenu.setTitle(Globalize.translate("Sports")):"true"==params.IsKids?LibraryMenu.setTitle(Globalize.translate("HeaderForKids")):LibraryMenu.setTitle(Globalize.translate("TabRecordings")):"RecordingSeries"==params.type?LibraryMenu.setTitle(Globalize.translate("TabShows")):"true"==params.IsMovie?LibraryMenu.setTitle(Globalize.translate("HeaderUpcomingMovies")):"true"==params.IsSports?LibraryMenu.setTitle(Globalize.translate("HeaderUpcomingSports")):"true"==params.IsKids?LibraryMenu.setTitle(Globalize.translate("HeaderUpcomingForKids")):"true"==params.IsAiring?LibraryMenu.setTitle(Globalize.translate("HeaderOnNow")):LibraryMenu.setTitle(Globalize.translate("HeaderUpcomingPrograms"));var viewkey=getSavedQueryKey();libraryBrowser.loadSavedQueryValues(viewkey,query),reloadItems(page)})}});
|
||||
define(["cardBuilder","apphost","imageLoader","libraryBrowser","loading","emby-itemscontainer"],function(cardBuilder,appHost,imageLoader,libraryBrowser,loading){"use strict";return function(view,params){function getSavedQueryKey(){return libraryBrowser.getSavedQueryKey()}function reloadItems(page){loading.show();var promise="Recordings"==params.type?ApiClient.getLiveTvRecordings(query):"RecordingSeries"==params.type?ApiClient.getLiveTvRecordingSeries(query):"true"==params.IsAiring?ApiClient.getLiveTvRecommendedPrograms(query):ApiClient.getLiveTvPrograms(query);promise.then(function(result){function onNextPageClick(){query.StartIndex+=query.Limit,reloadItems(page)}function onPreviousPageClick(){query.StartIndex-=query.Limit,reloadItems(page)}window.scrollTo(0,0);var html="",pagingHtml=libraryBrowser.getQueryPagingHtml({startIndex:query.StartIndex,limit:query.Limit,totalRecordCount:result.TotalRecordCount,showLimit:!1});page.querySelector(".listTopPaging").innerHTML=pagingHtml,page.querySelector(".bottomPaging").innerHTML=pagingHtml,html=cardBuilder.getCardsHtml({items:result.Items,shape:query.IsMovie||"RecordingSeries"==params.type?"portrait":"backdrop",preferThumb:!query.IsMovie&&"RecordingSeries"!=params.type,inheritThumb:"Recordings"==params.type,context:"livetv",centerText:!0,lazy:!0,overlayText:!1,showTitle:!0,showParentTitle:query.IsSeries!==!1&&!query.IsMovie,showAirTime:"Recordings"!=params.type&&"RecordingSeries"!=params.type,showAirDateTime:"Recordings"!=params.type&&"RecordingSeries"!=params.type,showChannelName:"Recordings"!=params.type&&"RecordingSeries"!=params.type,overlayMoreButton:!0,showYear:query.IsMovie&&"Recordings"==params.type,showSeriesYear:"RecordingSeries"===params.type,coverImage:!0});var elem=page.querySelector(".itemsContainer");elem.innerHTML=html,imageLoader.lazyChildren(elem);var i,length,elems;for(elems=page.querySelectorAll(".btnNextPage"),i=0,length=elems.length;i<length;i++)elems[i].addEventListener("click",onNextPageClick);for(elems=page.querySelectorAll(".btnPreviousPage"),i=0,length=elems.length;i<length;i++)elems[i].addEventListener("click",onPreviousPageClick);libraryBrowser.saveQueryValues(getSavedQueryKey(),query),loading.hide()})}var query={UserId:Dashboard.getCurrentUserId(),StartIndex:0,Fields:"ChannelInfo",Limit:libraryBrowser.getDefaultPageSize()};"Recordings"==params.type?(query.IsInProgress=!1,params.groupid&&(query.GroupId=params.groupid)):"RecordingSeries"==params.type?(query.SortOrder="SortName",query.SortOrder="Ascending"):(query.HasAired=!1,query.SortBy="StartDate,SortName",query.SortOrder="Ascending"),view.addEventListener("viewbeforeshow",function(){query.ParentId=LibraryMenu.getTopParentId();var page=this;"true"==params.IsMovie?query.IsMovie=!0:"false"==params.IsMovie&&(query.IsMovie=!1),"true"==params.IsSeries?query.IsSeries=!0:"false"==params.IsSeries&&(query.IsSeries=!1),"true"==params.IsNews?query.IsNews=!0:"false"==params.IsNews&&(query.IsNews=!1),"true"==params.IsSports?query.IsSports=!0:"false"==params.IsSports&&(query.IsSports=!1),"true"==params.IsKids?query.IsKids=!0:"false"==params.IsKids&&(query.IsKids=!1),"true"==params.IsAiring?query.IsAiring=!0:"false"==params.IsAiring&&(query.IsAiring=!1),"Recordings"==params.type?"true"==params.IsMovie?LibraryMenu.setTitle(Globalize.translate("TabMovies")):"true"==params.IsSports?LibraryMenu.setTitle(Globalize.translate("Sports")):"true"==params.IsKids?LibraryMenu.setTitle(Globalize.translate("HeaderForKids")):LibraryMenu.setTitle(Globalize.translate("TabRecordings")):"RecordingSeries"==params.type?LibraryMenu.setTitle(Globalize.translate("TabShows")):"true"==params.IsMovie?LibraryMenu.setTitle(Globalize.translate("HeaderUpcomingMovies")):"true"==params.IsSports?LibraryMenu.setTitle(Globalize.translate("HeaderUpcomingSports")):"true"==params.IsKids?LibraryMenu.setTitle(Globalize.translate("HeaderUpcomingForKids")):"true"==params.IsAiring?LibraryMenu.setTitle(Globalize.translate("HeaderOnNow")):"true"==params.IsNews?LibraryMenu.setTitle(Globalize.translate("HeaderUpcomingNews")):LibraryMenu.setTitle(Globalize.translate("HeaderUpcomingPrograms"));var viewkey=getSavedQueryKey();libraryBrowser.loadSavedQueryValues(viewkey,query),reloadItems(page)})}});
|
File diff suppressed because one or more lines are too long
File diff suppressed because one or more lines are too long
File diff suppressed because one or more lines are too long
@ -1,6 +1,4 @@
|
||||
{
|
||||
"HeaderOnNow": "On Now",
|
||||
"Downloading": "Downloading",
|
||||
"LabelPrevious": "\u0627\u0644\u0633\u0627\u0628\u0642",
|
||||
"LabelFinish": "\u0627\u0646\u0647\u0627\u0621",
|
||||
"LabelNext": "\u0627\u0644\u062a\u0627\u0644\u064a",
|
||||
@ -28,10 +26,12 @@
|
||||
"OptionHideWatchedContentFromLatestMedia": "\u0625\u062e\u0641\u0627\u0621 \u0627\u0644\u0645\u062d\u062a\u0648\u0649 \u0627\u0644\u0645\u0634\u0627\u0647\u062f \u0645\u0646 \u0623\u062d\u062f\u062b \u0627\u0644\u0648\u0633\u0627\u0626\u0637",
|
||||
"DeleteMedia": "\u062d\u0630\u0641 \u0627\u0644\u0648\u0633\u0627\u0626\u0637",
|
||||
"HeaderSync": "\u062a\u0632\u0627\u0645\u0646",
|
||||
"HeaderUpcomingNews": "Upcoming News",
|
||||
"ButtonOk": "\u0645\u0648\u0627\u0641\u0642",
|
||||
"ButtonCancel": "\u0627\u0644\u063a\u0627\u0621",
|
||||
"ButtonExit": "\u062e\u0631\u0648\u062c",
|
||||
"ButtonNew": "\u062c\u062f\u064a\u062f",
|
||||
"All": "All",
|
||||
"OptionDev": "\u0627\u0644\u0645\u0637\u0648\u0631",
|
||||
"OptionBeta": "\u0628\u064a\u062a\u0627",
|
||||
"HeaderTaskTriggers": "\u0632\u0646\u0627\u062f\u0627\u062a \u0627\u0644\u0645\u0647\u0627\u0645",
|
||||
@ -429,7 +429,6 @@
|
||||
"OptionMissingEpisode": "\u062d\u0644\u0641\u0629 \u0645\u0641\u0642\u0648\u062f\u0629",
|
||||
"OptionUnairedEpisode": "\u062d\u0644\u0641\u0629 \u0644\u0645 \u062a\u0628\u062b\u0651",
|
||||
"OptionEpisodeSortName": "\u0627\u0644\u0627\u0633\u0645 \u0627\u0644\u062a\u0631\u062a\u064a\u0628\u064a \u0644\u0644\u062d\u0644\u0642\u0629",
|
||||
"OptionSeriesSortName": "\u0627\u0633\u0645 \u0627\u0644\u0645\u0633\u0644\u0633\u0644",
|
||||
"OptionTvdbRating": "\u062a\u0642\u064a\u064a\u0645 Tvdb",
|
||||
"HeaderAddTitles": "\u0625\u0636\u0627\u0641\u0629 \u0639\u0646\u0627\u0648\u064a\u0646",
|
||||
"LabelEnableDlnaPlayTo": "\u062a\u0641\u0639\u064a\u0644 \u062e\u0627\u0635\u064a\u0629 DLNA Play To",
|
||||
@ -1976,5 +1975,9 @@
|
||||
"LabelAutomaticallyRefreshInternetMetadataEvery": "Automatically refresh metadata from the internet:",
|
||||
"Never": "Never",
|
||||
"EveryNDays": "Every {0} days",
|
||||
"HeaderNewDevices": "New Devices"
|
||||
"HeaderNewDevices": "New Devices",
|
||||
"HeaderOnNow": "On Now",
|
||||
"Downloading": "Downloading",
|
||||
"LabelCertificatePassword": "Certificate password:",
|
||||
"LabelCertificatePasswordHelp": "If your certificate requires a password, please enter it here."
|
||||
}
|
@ -1,6 +1,4 @@
|
||||
{
|
||||
"HeaderOnNow": "On Now",
|
||||
"Downloading": "Downloading",
|
||||
"LabelPrevious": "\u041f\u0430\u043f\u044f\u0440\u044d\u0434\u043d\u044f\u0435",
|
||||
"LabelFinish": "\u0413\u0430\u0442\u043e\u0432\u0430",
|
||||
"LabelNext": "\u041d\u0430\u0441\u0442\u0443\u043f\u043d\u0430\u0435",
|
||||
@ -28,10 +26,12 @@
|
||||
"OptionHideWatchedContentFromLatestMedia": "\u0421\u0445\u0430\u0432\u0430\u0446\u044c \u043f\u0440\u0430\u0433\u043b\u0435\u0434\u0436\u0430\u043d\u0430\u0435 \u045e\u0442\u0440\u044b\u043c\u0430\u043d\u043d\u0435 \u0437 \u0410\u043f\u043e\u0448\u043d\u0456\u0445 \u043c\u0435\u0434\u044b\u044f\u0434\u0430\u0434\u0437\u0435\u043d\u044b\u0445",
|
||||
"DeleteMedia": "Delete media",
|
||||
"HeaderSync": "\u0421\u0456\u043d\u0445\u0440\u0430\u043d\u0456\u0437\u0430\u0446\u044b\u044f",
|
||||
"HeaderUpcomingNews": "Upcoming News",
|
||||
"ButtonOk": "\u041e\u041a",
|
||||
"ButtonCancel": "\u0410\u0434\u043c\u044f\u043d\u0456\u0446\u044c",
|
||||
"ButtonExit": "\u0412\u044b\u0439\u0441\u0446\u0456",
|
||||
"ButtonNew": "\u041d\u043e\u0432\u0430\u0435",
|
||||
"All": "All",
|
||||
"OptionDev": "Dev",
|
||||
"OptionBeta": "Beta",
|
||||
"HeaderTaskTriggers": "\u0422\u0440\u044b\u0433\u0435\u0440\u044b \u0437\u0430\u0434\u0430\u0447\u044b",
|
||||
@ -429,7 +429,6 @@
|
||||
"OptionMissingEpisode": "Missing Episodes",
|
||||
"OptionUnairedEpisode": "Unaired Episodes",
|
||||
"OptionEpisodeSortName": "Episode Sort Name",
|
||||
"OptionSeriesSortName": "Series Name",
|
||||
"OptionTvdbRating": "Tvdb Rating",
|
||||
"HeaderAddTitles": "Add Titles",
|
||||
"LabelEnableDlnaPlayTo": "Enable DLNA Play To",
|
||||
@ -1976,5 +1975,9 @@
|
||||
"LabelAutomaticallyRefreshInternetMetadataEvery": "Automatically refresh metadata from the internet:",
|
||||
"Never": "Never",
|
||||
"EveryNDays": "Every {0} days",
|
||||
"HeaderNewDevices": "New Devices"
|
||||
"HeaderNewDevices": "New Devices",
|
||||
"HeaderOnNow": "On Now",
|
||||
"Downloading": "Downloading",
|
||||
"LabelCertificatePassword": "Certificate password:",
|
||||
"LabelCertificatePasswordHelp": "If your certificate requires a password, please enter it here."
|
||||
}
|
@ -1,6 +1,4 @@
|
||||
{
|
||||
"HeaderOnNow": "On Now",
|
||||
"Downloading": "Downloading",
|
||||
"LabelPrevious": "\u041f\u0440\u0435\u0434\u0438\u0448\u0435\u043d",
|
||||
"LabelFinish": "\u041a\u0440\u0430\u0439",
|
||||
"LabelNext": "\u0421\u043b\u0435\u0434\u0432\u0430\u0449",
|
||||
@ -28,10 +26,12 @@
|
||||
"OptionHideWatchedContentFromLatestMedia": "\u0421\u043a\u0440\u0438\u0439 \u0433\u043b\u0435\u0434\u0430\u043d\u043e\u0442\u043e \u0441\u044a\u0434\u044a\u0440\u0436\u0430\u043d\u0438\u0435 \u043e\u0442 \u043f\u043e\u0441\u043b\u0435\u0434\u043d\u0430\u0442\u0430 \u043c\u0435\u0434\u0438\u044f",
|
||||
"DeleteMedia": "\u0418\u0437\u0442\u0440\u0438\u0439 \u043c\u0435\u0434\u0438\u044f",
|
||||
"HeaderSync": "\u0421\u0438\u043d\u0445\u0440\u043e\u043d\u0438\u0437.",
|
||||
"HeaderUpcomingNews": "Upcoming News",
|
||||
"ButtonOk": "\u041e\u043a",
|
||||
"ButtonCancel": "\u041e\u0442\u043c\u0435\u043d\u0438",
|
||||
"ButtonExit": "\u0418\u0437\u0445\u043e\u0434",
|
||||
"ButtonNew": "\u041d\u043e\u0432",
|
||||
"All": "All",
|
||||
"OptionDev": "Dev",
|
||||
"OptionBeta": "\u0411\u0435\u0442\u0430",
|
||||
"HeaderTaskTriggers": "Task Triggers",
|
||||
@ -429,7 +429,6 @@
|
||||
"OptionMissingEpisode": "\u041b\u0438\u043f\u0441\u0432\u0430\u0449\u0438 \u0435\u043f\u0438\u0437\u043e\u0434\u0438",
|
||||
"OptionUnairedEpisode": "\u041d\u0435\u0438\u0437\u043b\u044a\u0447\u0435\u043d\u0438 \u0435\u043f\u0438\u0437\u043e\u0434\u0438",
|
||||
"OptionEpisodeSortName": "Episode Sort Name",
|
||||
"OptionSeriesSortName": "Series Name",
|
||||
"OptionTvdbRating": "Tvdb Rating",
|
||||
"HeaderAddTitles": "\u0414\u043e\u0431\u0430\u0432\u0438 \u0437\u0430\u0433\u043b\u0430\u0432\u0438\u044f",
|
||||
"LabelEnableDlnaPlayTo": "\u0410\u043a\u0442\u0438\u0432\u0438\u0440\u0430\u0439 DLNA Play To",
|
||||
@ -1976,5 +1975,9 @@
|
||||
"LabelAutomaticallyRefreshInternetMetadataEvery": "Automatically refresh metadata from the internet:",
|
||||
"Never": "Never",
|
||||
"EveryNDays": "Every {0} days",
|
||||
"HeaderNewDevices": "New Devices"
|
||||
"HeaderNewDevices": "New Devices",
|
||||
"HeaderOnNow": "On Now",
|
||||
"Downloading": "Downloading",
|
||||
"LabelCertificatePassword": "Certificate password:",
|
||||
"LabelCertificatePasswordHelp": "If your certificate requires a password, please enter it here."
|
||||
}
|
@ -1,6 +1,4 @@
|
||||
{
|
||||
"HeaderOnNow": "En Directe",
|
||||
"Downloading": "Downloading",
|
||||
"LabelPrevious": "Anterior",
|
||||
"LabelFinish": "Finalitzar",
|
||||
"LabelNext": "Seg\u00fcent",
|
||||
@ -28,10 +26,12 @@
|
||||
"OptionHideWatchedContentFromLatestMedia": "Oculta contingut ja visualitzat a darrers multim\u00e8dia",
|
||||
"DeleteMedia": "Esborra multim\u00e8dia",
|
||||
"HeaderSync": "Sync",
|
||||
"HeaderUpcomingNews": "Upcoming News",
|
||||
"ButtonOk": "D'acord",
|
||||
"ButtonCancel": "Cancel\u00b7la",
|
||||
"ButtonExit": "Surt",
|
||||
"ButtonNew": "Nou",
|
||||
"All": "All",
|
||||
"OptionDev": "Dev",
|
||||
"OptionBeta": "Beta",
|
||||
"HeaderTaskTriggers": "Disparadors de Tasques",
|
||||
@ -138,7 +138,7 @@
|
||||
"AlreadyPaidHelp2": "Got Emby Premiere? Just cancel this dialog, setup Emby Premiere in your Emby Server Dashboard under Help -> Emby Premiere, and it will be unlocked automatically.",
|
||||
"TabSuggestions": "Sugger\u00e8ncies",
|
||||
"TabLatest": "Novetats",
|
||||
"TabUpcoming": "Pr\u00f2ximament",
|
||||
"TabUpcoming": "Properament",
|
||||
"TabShows": "Programes",
|
||||
"TabEpisodes": "Episodis",
|
||||
"TabGenres": "G\u00e8neres",
|
||||
@ -157,7 +157,7 @@
|
||||
"HeaderResume": "Reprendre",
|
||||
"HeaderContinueWatching": "Continua Veient",
|
||||
"HeaderContinueListening": "Continue Listening",
|
||||
"HeaderNextUp": "A Continuaci\u00f3",
|
||||
"HeaderNextUp": "A continuaci\u00f3",
|
||||
"NoNextUpItemsMessage": "Cap trobat. Comen\u00e7a a mirar els teus programes!",
|
||||
"HeaderLatestEpisodes": "Darrers episodis",
|
||||
"HeaderPersonTypes": "Tipus de Persones:",
|
||||
@ -429,7 +429,6 @@
|
||||
"OptionMissingEpisode": "Episodis Perduts",
|
||||
"OptionUnairedEpisode": "Episodis No Emesos",
|
||||
"OptionEpisodeSortName": "Nom per Endre\u00e7ar l'Episodi",
|
||||
"OptionSeriesSortName": "Nom de la s\u00e8rie",
|
||||
"OptionTvdbRating": "Valoraci\u00f3 TVDB",
|
||||
"HeaderAddTitles": "Afegir T\u00edtols",
|
||||
"LabelEnableDlnaPlayTo": "Enable DLNA Play To",
|
||||
@ -763,7 +762,7 @@
|
||||
"HeaderReports": "Reports",
|
||||
"HeaderSettings": "Prefer\u00e8ncies",
|
||||
"OptionDefaultSort": "Per defecte",
|
||||
"TabNextUp": "A Continuaci\u00f3",
|
||||
"TabNextUp": "A continuaci\u00f3",
|
||||
"HeaderBecomeProjectSupporter": "Obtenir Emby Premiere",
|
||||
"MessageNoMovieSuggestionsAvailable": "No movie suggestions are currently available. Start watching and rating your movies, and then come back to view your recommendations.",
|
||||
"MessageNoCollectionsAvailable": "Collections allow you to enjoy personalized groupings of Movies, Series, Albums, Books and Games. Click the + button to start creating Collections.",
|
||||
@ -785,8 +784,8 @@
|
||||
"ViewTypeMusicFavoriteArtists": "Artistes Preferits",
|
||||
"ViewTypeMusicFavoriteSongs": "Can\u00e7ons Preferides",
|
||||
"HeaderMyViews": "Les Meves Vistes",
|
||||
"LabelSelectFolderGroups": "Automatically group content from the following folders into views such as Movies, Music and TV:",
|
||||
"LabelSelectFolderGroupsHelp": "Folders that are unchecked will be displayed by themselves in their own view.",
|
||||
"LabelSelectFolderGroups": "Agrupa autom\u00e0ticament el contingut de les seg\u00fcents carpetes en col\u00b7leccions com Pel\u00b7l\u00edcules, M\u00fasica i TV:",
|
||||
"LabelSelectFolderGroupsHelp": "Les carpetes desmarcades ser\u00e1n mostrades individualment en la seva pr\u00f2pia vista.",
|
||||
"OptionDisplayAdultContent": "Mostra contingut per adults",
|
||||
"OptionLibraryFolders": "Directoris multim\u00e8dia",
|
||||
"TitleRemoteControl": "Control Remot",
|
||||
@ -1101,10 +1100,10 @@
|
||||
"HeaderThisUserIsCurrentlyDisabled": "This user is currently disabled",
|
||||
"MessageReenableUser": "See below to reenable",
|
||||
"OptionTVMovies": "TV Movies",
|
||||
"HeaderUpcomingMovies": "Upcoming Movies",
|
||||
"HeaderUpcomingSports": "Upcoming Sports",
|
||||
"HeaderUpcomingPrograms": "Upcoming Programs",
|
||||
"ButtonMoreItems": "More",
|
||||
"HeaderUpcomingMovies": "Properes pel\u00b7l\u00edcules",
|
||||
"HeaderUpcomingSports": "Propers esports",
|
||||
"HeaderUpcomingPrograms": "Propers programes",
|
||||
"ButtonMoreItems": "M\u00e9s",
|
||||
"OptionEnableTranscodingThrottle": "Enable throttling",
|
||||
"OptionEnableTranscodingThrottleHelp": "Throttling will automatically adjust transcoding speed in order to minimize server cpu utilization during playback.",
|
||||
"LabelUploadSpeedLimit": "Upload speed limit (Mbps):",
|
||||
@ -1190,7 +1189,7 @@
|
||||
"LabelSyncPath": "Synced content path:",
|
||||
"OptionSyncOnlyOnWifi": "Sync only on Wifi",
|
||||
"OptionSyncLosslessAudioOriginal": "Sync lossless audio at original quality",
|
||||
"HeaderUpcomingForKids": "Upcoming for Kids",
|
||||
"HeaderUpcomingForKids": "Properes programes per nens",
|
||||
"HeaderSetupLiveTV": "Setup Live TV",
|
||||
"LabelTunerType": "Tuner type:",
|
||||
"HelpMoreTunersCanBeAdded": "Additional tuners can be added later within the Live TV section.",
|
||||
@ -1431,7 +1430,7 @@
|
||||
"LabelRunningOnPorts": "Corrent al port http {0} i al port https {1}.",
|
||||
"HeaderLatestFromChannel": "Latest from {0}",
|
||||
"ButtonRemoteControl": "Control Remot",
|
||||
"HeaderLatestTvRecordings": "Latest Recordings",
|
||||
"HeaderLatestTvRecordings": "Darreres Gravacions",
|
||||
"LabelCurrentPath": "Current path:",
|
||||
"HeaderSelectMediaPath": "Select Media Path",
|
||||
"HeaderSelectPath": "Select Path",
|
||||
@ -1947,7 +1946,7 @@
|
||||
"HeaderForKids": "For Kids",
|
||||
"HeaderRecordingGroups": "Recording Groups",
|
||||
"LabelConvertRecordingsTo": "Convert recordings to:",
|
||||
"HeaderUpcomingOnTV": "Upcoming On TV",
|
||||
"HeaderUpcomingOnTV": "Properament a la televisi\u00f3",
|
||||
"LabelOptionalNetworkPath": "(Optional) Shared network folder:",
|
||||
"LabelOptionalNetworkPathHelp": "If this folder is shared on your network, supplying the network share path can allow Emby apps on other devices to access media files directly.",
|
||||
"ButtonPlayExternalPlayer": "Play with external player",
|
||||
@ -1967,7 +1966,7 @@
|
||||
"WhenDidYouPurchaseApp": "When did you originally purchase this app?",
|
||||
"PreferEmbeddedTitlesOverFileNames": "Prefer embedded titles over filenames",
|
||||
"PreferEmbeddedTitlesOverFileNamesHelp": "This determines the default display title when no internet metadata or local metadata is available.",
|
||||
"HeaderUpcomingEpisodes": "Upcoming Episodes",
|
||||
"HeaderUpcomingEpisodes": "Propers episodis",
|
||||
"HeaderFavoriteVideos": "Favorite Videos",
|
||||
"HeaderLiveTvTunerSetup": "Live TV Tuner Setup",
|
||||
"HeaderDetectMyDevices": "Detect My Devices",
|
||||
@ -1976,5 +1975,9 @@
|
||||
"LabelAutomaticallyRefreshInternetMetadataEvery": "Automatically refresh metadata from the internet:",
|
||||
"Never": "Never",
|
||||
"EveryNDays": "Every {0} days",
|
||||
"HeaderNewDevices": "New Devices"
|
||||
"HeaderNewDevices": "New Devices",
|
||||
"HeaderOnNow": "En Directe",
|
||||
"Downloading": "Downloading",
|
||||
"LabelCertificatePassword": "Certificate password:",
|
||||
"LabelCertificatePasswordHelp": "If your certificate requires a password, please enter it here."
|
||||
}
|
@ -1,6 +1,4 @@
|
||||
{
|
||||
"HeaderOnNow": "On Now",
|
||||
"Downloading": "Downloading",
|
||||
"LabelPrevious": "P\u0159edchoz\u00ed",
|
||||
"LabelFinish": "Dokon\u010dit",
|
||||
"LabelNext": "Dal\u0161\u00ed",
|
||||
@ -28,10 +26,12 @@
|
||||
"OptionHideWatchedContentFromLatestMedia": "Skr\u00fdt p\u0159ehran\u00e9 polo\u017eky ze seznamu naposledy p\u0159idan\u00fdch m\u00e9di\u00ed",
|
||||
"DeleteMedia": "Odstranit m\u00e9dia",
|
||||
"HeaderSync": "Synchronizace",
|
||||
"HeaderUpcomingNews": "Upcoming News",
|
||||
"ButtonOk": "Ok",
|
||||
"ButtonCancel": "Zru\u0161it",
|
||||
"ButtonExit": "Zav\u0159\u00edt",
|
||||
"ButtonNew": "Nov\u00e9",
|
||||
"All": "All",
|
||||
"OptionDev": "V\u00fdvoj\u00e1\u0159sk\u00e1",
|
||||
"OptionBeta": "Betaverze",
|
||||
"HeaderTaskTriggers": "Spou\u0161t\u011b\u010de \u00faloh",
|
||||
@ -429,7 +429,6 @@
|
||||
"OptionMissingEpisode": "Chyb\u011bj\u00edc\u00ed episody",
|
||||
"OptionUnairedEpisode": "Neodvys\u00edlan\u00e9 epizody",
|
||||
"OptionEpisodeSortName": "Se\u0159azen\u00ed n\u00e1zvu epizod",
|
||||
"OptionSeriesSortName": "Jm\u00e9no serie",
|
||||
"OptionTvdbRating": "Tvdb hodnocen\u00ed",
|
||||
"HeaderAddTitles": "P\u0159idat n\u00e1zvy",
|
||||
"LabelEnableDlnaPlayTo": "Povolit DLNA p\u0159ehr\u00e1v\u00e1n\u00ed",
|
||||
@ -1976,5 +1975,9 @@
|
||||
"LabelAutomaticallyRefreshInternetMetadataEvery": "Automatically refresh metadata from the internet:",
|
||||
"Never": "Never",
|
||||
"EveryNDays": "Every {0} days",
|
||||
"HeaderNewDevices": "New Devices"
|
||||
"HeaderNewDevices": "New Devices",
|
||||
"HeaderOnNow": "On Now",
|
||||
"Downloading": "Downloading",
|
||||
"LabelCertificatePassword": "Certificate password:",
|
||||
"LabelCertificatePasswordHelp": "If your certificate requires a password, please enter it here."
|
||||
}
|
@ -1,6 +1,4 @@
|
||||
{
|
||||
"HeaderOnNow": "On Now",
|
||||
"Downloading": "Downloading",
|
||||
"LabelPrevious": "Forrige",
|
||||
"LabelFinish": "Afslut",
|
||||
"LabelNext": "N\u00e6ste",
|
||||
@ -28,10 +26,12 @@
|
||||
"OptionHideWatchedContentFromLatestMedia": "Skjul sete fra seneste",
|
||||
"DeleteMedia": "Slet medie",
|
||||
"HeaderSync": "Sync",
|
||||
"HeaderUpcomingNews": "Upcoming News",
|
||||
"ButtonOk": "Ok",
|
||||
"ButtonCancel": "Annuller",
|
||||
"ButtonExit": "Afslut",
|
||||
"ButtonNew": "Ny",
|
||||
"All": "All",
|
||||
"OptionDev": "Dev",
|
||||
"OptionBeta": "Beta",
|
||||
"HeaderTaskTriggers": "Task Triggers",
|
||||
@ -429,7 +429,6 @@
|
||||
"OptionMissingEpisode": "Manglende episoder",
|
||||
"OptionUnairedEpisode": "Ikke sendte episoder",
|
||||
"OptionEpisodeSortName": "Navn for sortering af episoder",
|
||||
"OptionSeriesSortName": "Seriens navn",
|
||||
"OptionTvdbRating": "Tvdb bed\u00f8mmelse",
|
||||
"HeaderAddTitles": "Tilf\u00f8j titler",
|
||||
"LabelEnableDlnaPlayTo": "Aktiver DLNA \"Afspil Til\"",
|
||||
@ -1976,5 +1975,9 @@
|
||||
"LabelAutomaticallyRefreshInternetMetadataEvery": "Genopfrisk automatisk metadata fra internettet:",
|
||||
"Never": "Aldrig",
|
||||
"EveryNDays": "Hver {0} dage",
|
||||
"HeaderNewDevices": "Nye Enheder"
|
||||
"HeaderNewDevices": "Nye Enheder",
|
||||
"HeaderOnNow": "On Now",
|
||||
"Downloading": "Downloading",
|
||||
"LabelCertificatePassword": "Certificate password:",
|
||||
"LabelCertificatePasswordHelp": "If your certificate requires a password, please enter it here."
|
||||
}
|
@ -1,6 +1,4 @@
|
||||
{
|
||||
"HeaderOnNow": "On Now",
|
||||
"Downloading": "Downloading",
|
||||
"LabelPrevious": "Previous",
|
||||
"LabelFinish": "Finish",
|
||||
"LabelNext": "Next",
|
||||
@ -28,10 +26,12 @@
|
||||
"OptionHideWatchedContentFromLatestMedia": "Hide watched content from latest media",
|
||||
"DeleteMedia": "Delete media",
|
||||
"HeaderSync": "Sync",
|
||||
"HeaderUpcomingNews": "Upcoming News",
|
||||
"ButtonOk": "Ok",
|
||||
"ButtonCancel": "Abbrechen",
|
||||
"ButtonExit": "Exit",
|
||||
"ButtonNew": "Neu",
|
||||
"All": "All",
|
||||
"OptionDev": "Dev",
|
||||
"OptionBeta": "Beta",
|
||||
"HeaderTaskTriggers": "Task Triggers",
|
||||
@ -429,7 +429,6 @@
|
||||
"OptionMissingEpisode": "Missing Episodes",
|
||||
"OptionUnairedEpisode": "Unaired Episodes",
|
||||
"OptionEpisodeSortName": "Episode Sort Name",
|
||||
"OptionSeriesSortName": "Series Name",
|
||||
"OptionTvdbRating": "Tvdb Rating",
|
||||
"HeaderAddTitles": "Add Titles",
|
||||
"LabelEnableDlnaPlayTo": "Enable DLNA Play To",
|
||||
@ -1976,5 +1975,9 @@
|
||||
"LabelAutomaticallyRefreshInternetMetadataEvery": "Automatically refresh metadata from the internet:",
|
||||
"Never": "Never",
|
||||
"EveryNDays": "Every {0} days",
|
||||
"HeaderNewDevices": "New Devices"
|
||||
"HeaderNewDevices": "New Devices",
|
||||
"HeaderOnNow": "On Now",
|
||||
"Downloading": "Downloading",
|
||||
"LabelCertificatePassword": "Certificate password:",
|
||||
"LabelCertificatePasswordHelp": "If your certificate requires a password, please enter it here."
|
||||
}
|
@ -1,6 +1,4 @@
|
||||
{
|
||||
"HeaderOnNow": "Gerade l\u00e4uft",
|
||||
"Downloading": "L\u00e4dt herunter",
|
||||
"LabelPrevious": "Vorheriges",
|
||||
"LabelFinish": "Fertig",
|
||||
"LabelNext": "N\u00e4chstes",
|
||||
@ -28,10 +26,12 @@
|
||||
"OptionHideWatchedContentFromLatestMedia": "Verberge gesehene Inhalte von neuesten Medien.",
|
||||
"DeleteMedia": "Medien l\u00f6schen",
|
||||
"HeaderSync": "Synchronisation",
|
||||
"HeaderUpcomingNews": "Bevorstehende Nachrichten",
|
||||
"ButtonOk": "Ok",
|
||||
"ButtonCancel": "Abbrechen",
|
||||
"ButtonExit": "Beenden",
|
||||
"ButtonNew": "Neu",
|
||||
"All": "Alle",
|
||||
"OptionDev": "Entwickler",
|
||||
"OptionBeta": "Beta",
|
||||
"HeaderTaskTriggers": "Aufgabenausl\u00f6ser",
|
||||
@ -429,7 +429,6 @@
|
||||
"OptionMissingEpisode": "Fehlende Episoden",
|
||||
"OptionUnairedEpisode": "Nicht ausgestrahlte Episoden",
|
||||
"OptionEpisodeSortName": "Episodensortiername",
|
||||
"OptionSeriesSortName": "Serien Name",
|
||||
"OptionTvdbRating": "Tvdb Bewertung",
|
||||
"HeaderAddTitles": "Titel hinzuf\u00fcgen",
|
||||
"LabelEnableDlnaPlayTo": "Aktiviere DLNA Play To",
|
||||
@ -1976,5 +1975,9 @@
|
||||
"LabelAutomaticallyRefreshInternetMetadataEvery": "Aktualisiere Metadaten automatisch aus dem Internet:",
|
||||
"Never": "Niemals",
|
||||
"EveryNDays": "Alle {0} Tage",
|
||||
"HeaderNewDevices": "Neue Ger\u00e4te"
|
||||
"HeaderNewDevices": "Neue Ger\u00e4te",
|
||||
"HeaderOnNow": "Gerade l\u00e4uft",
|
||||
"Downloading": "L\u00e4dt herunter",
|
||||
"LabelCertificatePassword": "Zertifikat Passwort:",
|
||||
"LabelCertificatePasswordHelp": "Wenn Dein Zertifikat ein Passwort ben\u00f6tigt, gib es hier ein."
|
||||
}
|
@ -1,6 +1,4 @@
|
||||
{
|
||||
"HeaderOnNow": "On Now",
|
||||
"Downloading": "Downloading",
|
||||
"LabelPrevious": "\u03a0\u03c1\u03bf\u03b7\u03b3\u03bf\u03cd\u03bc\u03b5\u03bd\u03bf\u03c2",
|
||||
"LabelFinish": "\u03a4\u03ad\u03bb\u03bf\u03c2",
|
||||
"LabelNext": "\u0395\u03c0\u03cc\u03bc\u03b5\u03bd\u03bf",
|
||||
@ -28,10 +26,12 @@
|
||||
"OptionHideWatchedContentFromLatestMedia": "\u0391\u03c0\u03cc\u03ba\u03c1\u03b7\u03c8\u03b7 \u03c0\u03c1\u03bf\u03b2\u03bb\u03b7\u03b8\u03ad\u03bd\u03c4\u03c9\u03bd \u03b1\u03c0\u03cc \u03c4\u03b1 \u03c0\u03c1\u03cc\u03c3\u03c6\u03b1\u03c4\u03b1 \u03bc\u03ad\u03c3\u03b1",
|
||||
"DeleteMedia": "Delete media",
|
||||
"HeaderSync": "\u03a3\u03c5\u03b3\u03c7\u03c1\u03bf\u03bd\u03b9\u03c3\u03bc\u03cc\u03c2",
|
||||
"HeaderUpcomingNews": "Upcoming News",
|
||||
"ButtonOk": "Ok",
|
||||
"ButtonCancel": "\u0391\u03ba\u03cd\u03c1\u03c9\u03c3\u03b7 ",
|
||||
"ButtonExit": "\u0388\u03be\u03bf\u03b4\u03bf\u03c2",
|
||||
"ButtonNew": "\u039d\u03ad\u03bf",
|
||||
"All": "All",
|
||||
"OptionDev": "\u03a5\u03c0\u03cc \u03b1\u03bd\u03ac\u03c0\u03c4\u03c5\u03be\u03b7",
|
||||
"OptionBeta": "\u0394\u03bf\u03ba\u03b9\u03bc\u03b1\u03c3\u03c4\u03b9\u03ba\u03ae",
|
||||
"HeaderTaskTriggers": "Task Triggers",
|
||||
@ -429,7 +429,6 @@
|
||||
"OptionMissingEpisode": "Missing Episodes",
|
||||
"OptionUnairedEpisode": "Unaired Episodes",
|
||||
"OptionEpisodeSortName": "Episode Sort Name",
|
||||
"OptionSeriesSortName": "Series Name",
|
||||
"OptionTvdbRating": "Tvdb Rating",
|
||||
"HeaderAddTitles": "Add Titles",
|
||||
"LabelEnableDlnaPlayTo": "Enable DLNA Play To",
|
||||
@ -1976,5 +1975,9 @@
|
||||
"LabelAutomaticallyRefreshInternetMetadataEvery": "Automatically refresh metadata from the internet:",
|
||||
"Never": "Never",
|
||||
"EveryNDays": "Every {0} days",
|
||||
"HeaderNewDevices": "New Devices"
|
||||
"HeaderNewDevices": "New Devices",
|
||||
"HeaderOnNow": "On Now",
|
||||
"Downloading": "Downloading",
|
||||
"LabelCertificatePassword": "Certificate password:",
|
||||
"LabelCertificatePasswordHelp": "If your certificate requires a password, please enter it here."
|
||||
}
|
@ -1,6 +1,4 @@
|
||||
{
|
||||
"HeaderOnNow": "On Now",
|
||||
"Downloading": "Downloading",
|
||||
"LabelPrevious": "Previous",
|
||||
"LabelFinish": "Finish",
|
||||
"LabelNext": "Next",
|
||||
@ -28,10 +26,12 @@
|
||||
"OptionHideWatchedContentFromLatestMedia": "Hide watched content from latest media",
|
||||
"DeleteMedia": "Delete media",
|
||||
"HeaderSync": "Sync",
|
||||
"HeaderUpcomingNews": "Upcoming News",
|
||||
"ButtonOk": "Ok",
|
||||
"ButtonCancel": "Cancel",
|
||||
"ButtonExit": "Exit",
|
||||
"ButtonNew": "New",
|
||||
"All": "All",
|
||||
"OptionDev": "Dev",
|
||||
"OptionBeta": "Beta",
|
||||
"HeaderTaskTriggers": "Task Triggers",
|
||||
@ -429,7 +429,6 @@
|
||||
"OptionMissingEpisode": "Missing Episodes",
|
||||
"OptionUnairedEpisode": "Unaired Episodes",
|
||||
"OptionEpisodeSortName": "Episode Sort Name",
|
||||
"OptionSeriesSortName": "Series Name",
|
||||
"OptionTvdbRating": "Tvdb Rating",
|
||||
"HeaderAddTitles": "Add Titles",
|
||||
"LabelEnableDlnaPlayTo": "Enable DLNA Play To",
|
||||
@ -1976,5 +1975,9 @@
|
||||
"LabelAutomaticallyRefreshInternetMetadataEvery": "Automatically refresh metadata from the internet:",
|
||||
"Never": "Never",
|
||||
"EveryNDays": "Every {0} days",
|
||||
"HeaderNewDevices": "New Devices"
|
||||
"HeaderNewDevices": "New Devices",
|
||||
"HeaderOnNow": "On Now",
|
||||
"Downloading": "Downloading",
|
||||
"LabelCertificatePassword": "Certificate password:",
|
||||
"LabelCertificatePasswordHelp": "If your certificate requires a password, please enter it here."
|
||||
}
|
@ -26,6 +26,7 @@
|
||||
"OptionHideWatchedContentFromLatestMedia": "Hide watched content from latest media",
|
||||
"DeleteMedia": "Delete media",
|
||||
"HeaderSync": "Sync",
|
||||
"HeaderUpcomingNews": "Upcoming News",
|
||||
"ButtonOk": "Ok",
|
||||
"ButtonCancel": "Cancel",
|
||||
"ButtonExit": "Exit",
|
||||
@ -1976,5 +1977,7 @@
|
||||
"EveryNDays": "Every {0} days",
|
||||
"HeaderNewDevices": "New Devices",
|
||||
"HeaderOnNow": "On Now",
|
||||
"Downloading": "Downloading"
|
||||
"Downloading": "Downloading",
|
||||
"LabelCertificatePassword": "Certificate password:",
|
||||
"LabelCertificatePasswordHelp": "If your certificate requires a password, please enter it here."
|
||||
}
|
||||
|
@ -1,6 +1,4 @@
|
||||
{
|
||||
"HeaderOnNow": "On Now",
|
||||
"Downloading": "Downloading",
|
||||
"LabelPrevious": "Previous",
|
||||
"LabelFinish": "Finish",
|
||||
"LabelNext": "Next",
|
||||
@ -28,10 +26,12 @@
|
||||
"OptionHideWatchedContentFromLatestMedia": "Hide watched content from latest media",
|
||||
"DeleteMedia": "Delete media",
|
||||
"HeaderSync": "Sync",
|
||||
"HeaderUpcomingNews": "Upcoming News",
|
||||
"ButtonOk": "Ok",
|
||||
"ButtonCancel": "Cancel",
|
||||
"ButtonExit": "Exit",
|
||||
"ButtonNew": "New",
|
||||
"All": "All",
|
||||
"OptionDev": "Dev",
|
||||
"OptionBeta": "Beta",
|
||||
"HeaderTaskTriggers": "Task Triggers",
|
||||
@ -429,7 +429,6 @@
|
||||
"OptionMissingEpisode": "Cap\u00edtulos faltantes",
|
||||
"OptionUnairedEpisode": "Cap\u00edtulos no emitidos",
|
||||
"OptionEpisodeSortName": "Nombre corto del cap\u00edtulo",
|
||||
"OptionSeriesSortName": "Series Name",
|
||||
"OptionTvdbRating": "Tvdb Rating",
|
||||
"HeaderAddTitles": "Add Titles",
|
||||
"LabelEnableDlnaPlayTo": "Enable DLNA Play To",
|
||||
@ -1976,5 +1975,9 @@
|
||||
"LabelAutomaticallyRefreshInternetMetadataEvery": "Automatically refresh metadata from the internet:",
|
||||
"Never": "Never",
|
||||
"EveryNDays": "Every {0} days",
|
||||
"HeaderNewDevices": "New Devices"
|
||||
"HeaderNewDevices": "New Devices",
|
||||
"HeaderOnNow": "On Now",
|
||||
"Downloading": "Downloading",
|
||||
"LabelCertificatePassword": "Certificate password:",
|
||||
"LabelCertificatePasswordHelp": "If your certificate requires a password, please enter it here."
|
||||
}
|
@ -1,6 +1,4 @@
|
||||
{
|
||||
"HeaderOnNow": "On Now",
|
||||
"Downloading": "Downloading",
|
||||
"LabelPrevious": "Anterior",
|
||||
"LabelFinish": "Terminar",
|
||||
"LabelNext": "Siguiente",
|
||||
@ -28,10 +26,12 @@
|
||||
"OptionHideWatchedContentFromLatestMedia": "Esconder medios vistos de los medios m\u00e1s recientes",
|
||||
"DeleteMedia": "Delete media",
|
||||
"HeaderSync": "Sincronizar",
|
||||
"HeaderUpcomingNews": "Upcoming News",
|
||||
"ButtonOk": "OK",
|
||||
"ButtonCancel": "Cancelar",
|
||||
"ButtonExit": "Salir",
|
||||
"ButtonNew": "Nuevo",
|
||||
"All": "All",
|
||||
"OptionDev": "Desarrollo",
|
||||
"OptionBeta": "Beta",
|
||||
"HeaderTaskTriggers": "Tareas de activaci\u00f3n",
|
||||
@ -429,7 +429,6 @@
|
||||
"OptionMissingEpisode": "Missing Episodes",
|
||||
"OptionUnairedEpisode": "Unaired Episodes",
|
||||
"OptionEpisodeSortName": "Episode Sort Name",
|
||||
"OptionSeriesSortName": "Series Name",
|
||||
"OptionTvdbRating": "Tvdb Rating",
|
||||
"HeaderAddTitles": "Add Titles",
|
||||
"LabelEnableDlnaPlayTo": "Enable DLNA Play To",
|
||||
@ -1976,5 +1975,9 @@
|
||||
"LabelAutomaticallyRefreshInternetMetadataEvery": "Automatically refresh metadata from the internet:",
|
||||
"Never": "Never",
|
||||
"EveryNDays": "Every {0} days",
|
||||
"HeaderNewDevices": "New Devices"
|
||||
"HeaderNewDevices": "New Devices",
|
||||
"HeaderOnNow": "On Now",
|
||||
"Downloading": "Downloading",
|
||||
"LabelCertificatePassword": "Certificate password:",
|
||||
"LabelCertificatePasswordHelp": "If your certificate requires a password, please enter it here."
|
||||
}
|
@ -1,6 +1,4 @@
|
||||
{
|
||||
"HeaderOnNow": "Transmiti\u00e9ndo Ahora",
|
||||
"Downloading": "Descargando",
|
||||
"LabelPrevious": "Anterior",
|
||||
"LabelFinish": "Terminar",
|
||||
"LabelNext": "Siguiente",
|
||||
@ -28,10 +26,12 @@
|
||||
"OptionHideWatchedContentFromLatestMedia": "Ocultar contenido ya visto de Agregadas Recientemente",
|
||||
"DeleteMedia": "Eliminar medios",
|
||||
"HeaderSync": "Sinc",
|
||||
"HeaderUpcomingNews": "Noticias Recientes",
|
||||
"ButtonOk": "Ok",
|
||||
"ButtonCancel": "Cancelar",
|
||||
"ButtonExit": "Salir",
|
||||
"ButtonNew": "Nuevo",
|
||||
"All": "Todos",
|
||||
"OptionDev": "Desarrollo",
|
||||
"OptionBeta": "Beta",
|
||||
"HeaderTaskTriggers": "Disparadores de Tarea",
|
||||
@ -429,7 +429,6 @@
|
||||
"OptionMissingEpisode": "Episodios Faltantes",
|
||||
"OptionUnairedEpisode": "Episodios no Emitidos",
|
||||
"OptionEpisodeSortName": "Nombre para Ordenar el Episodio",
|
||||
"OptionSeriesSortName": "Nombre de la Serie",
|
||||
"OptionTvdbRating": "Calificaci\u00f3n de Tvdb",
|
||||
"HeaderAddTitles": "Agregar T\u00edtulos",
|
||||
"LabelEnableDlnaPlayTo": "Habilitar Reproducir En mediante DLNA",
|
||||
@ -470,7 +469,7 @@
|
||||
"LabelEnableAutomaticPortMap": "Habilitar mapeo autom\u00e1tico de puertos",
|
||||
"LabelEnableAutomaticPortMapHelp": "Intentar mapear autom\u00e1ticamente el puerto p\u00fablico con el puerto local via UPnP. Esto podr\u00eda no funcionar con algunos modelos de ruteadores.",
|
||||
"LabelExternalDDNS": "Dominio externo:",
|
||||
"LabelExternalDDNSHelp": "Si tiene un DNS din\u00e1mico introduzcalo aqu\u00ed. Las aplicaciones Emby lo usaran cuando se conecte remotamente. Este campo es obligatorio si se utiliza un certificado ssl personalizado..",
|
||||
"LabelExternalDDNSHelp": "Si tiene un DNS din\u00e1mico introd\u00fazcalo aqu\u00ed. Las aplicaciones Emby lo usaran cuando se conecte remotamente. Este campo es obligatorio si se utiliza un certificado ssl personalizado..",
|
||||
"TitleAppSettings": "Configuraci\u00f3n de la App",
|
||||
"LabelMinResumePercentage": "Porcentaje m\u00ednimo para continuar:",
|
||||
"LabelMaxResumePercentage": "Porcentaje m\u00e1ximo para continuar:",
|
||||
@ -499,7 +498,7 @@
|
||||
"OptionRememberOrganizeCorrection": "Guardar y aplicar esta correcci\u00f3n en archivos futuros con nombres similares",
|
||||
"HeaderSupportTheTeam": "Apoye al equipo de Emby",
|
||||
"HeaderSupportTheTeamHelp": "Ayude a asegurar el desarrollo continuo de este proyecto adquiriendo Emby Premier. Una parte de todos los ingresos ser\u00e1n destinados a contribuciones a otras herramientas libres de las cuales dependemos.",
|
||||
"DonationNextStep": "Una vez completado, por favor regerese e ingrese su clave de Emby Premier, la cual recibir\u00e1 por correo electr\u00f3nico.",
|
||||
"DonationNextStep": "Una vez completado, por favor regerese e introduzca su clave de Emby Premier, la cual recibir\u00e1 por correo electr\u00f3nico.",
|
||||
"AutoOrganizeHelp": "La organizaci\u00f3n autom\u00e1tica monitorea sus carpetas de descarga en busca de nuevos archivos y los mueve a sus carpetas de medios.",
|
||||
"OptionEnableEpisodeOrganization": "Habilitar la organizaci\u00f3n de nuevos episodios",
|
||||
"LabelWatchFolder": "Carpeta de Inspecci\u00f3n:",
|
||||
@ -552,7 +551,7 @@
|
||||
"LabelSupporterEmailAddress": "La direcci\u00f3n de correo electr\u00f3nico que fue utilizada para comprar la clave.",
|
||||
"ButtonRetrieveKey": "Recuperar Clave",
|
||||
"LabelSupporterKey": "Clave de Emby premier (p\u00e9guela desde el correo electr\u00f3nico):",
|
||||
"LabelSupporterKeyHelp": "Ingrese su clave de Emby Premier para comenzar a disfrutar beneficios adicionales que la comunidad ha desarrollado para Emby.",
|
||||
"LabelSupporterKeyHelp": "Introduzca su clave de Emby Premier para comenzar a disfrutar beneficios adicionales que la comunidad ha desarrollado para Emby.",
|
||||
"MessageInvalidKey": "La clave de Emby Premier no se encuentra o es inv\u00e1lida.",
|
||||
"ErrorMessageInvalidKey": "Para que cualquier contenido premium sea registrado, tambi\u00e9n debe contar con una suscripci\u00f3n de Emby Premier.",
|
||||
"HeaderDisplaySettings": "Configuraci\u00f3n de Pantalla",
|
||||
@ -1790,7 +1789,7 @@
|
||||
"ButtonServer": "Servidor",
|
||||
"HeaderLibrary": "Biblioteca",
|
||||
"HeaderMedia": "Medios",
|
||||
"NoNewDevicesFound": "No se encontraron nuevos dispositivos. Para agregar un sintonizador nuevo, cierre este cuadro de dialogo y entre a la informaci\u00f3n del dispositivo manualmente.",
|
||||
"NoNewDevicesFound": "No se encontraron nuevos dispositivos. Para agregar un sintonizador nuevo, cierre este cuadro de dialogo e introduzca a la informaci\u00f3n del dispositivo manualmente.",
|
||||
"NoResultsFound": "No se encontraron resultados.",
|
||||
"ButtonManageServer": "Administrar Servidor",
|
||||
"ButtonPreferences": "Preferencias",
|
||||
@ -1799,7 +1798,7 @@
|
||||
"ButtonEditImages": "Editar im\u00e1genes",
|
||||
"ErrorMessagePasswordNotMatchConfirm": "La Contrase\u00f1a y la confirmaci\u00f3n de la contrase\u00f1a deben coincidir.",
|
||||
"ErrorMessageUsernameInUse": "El Nombre de Usuario ya esta en uso. Por favor seleccione un nuevo nombre e intente de nuevo.",
|
||||
"ErrorMessageEmailInUse": "La direcci\u00f3n de correo electr\u00f3nico ya esta en uso. Por favor ingrese un correo electr\u00f3nico nuevo e intente de nuevo, o si olvido la contrase\u00f1a use la opci\u00f3n \"Olvide mi contrase\u00f1a\".",
|
||||
"ErrorMessageEmailInUse": "La direcci\u00f3n de correo electr\u00f3nico ya esta en uso. Por favor introduzca un correo electr\u00f3nico nuevo e intente de nuevo, o si olvido la contrase\u00f1a use la opci\u00f3n \"Olvide mi contrase\u00f1a\".",
|
||||
"MessageThankYouForConnectSignUp": "Gracias por registrarse a Emby Connect. Un correo electr\u00f3nico sera enviado a su direcci\u00f3n con instrucciones de como confirmar su nueva cuenta. Por favor confirme la cuente y regrese aqu\u00ed para iniciar sesi\u00f3n.",
|
||||
"MessageThankYouForConnectSignUpNoValidation": "\u00a1Gracias por registrarse en Emby Connect! Ahora se le solicitara iniciar sesi\u00f3n con su informaci\u00f3n de Emby Connect.",
|
||||
"ButtonShare": "Compartir",
|
||||
@ -1955,7 +1954,7 @@
|
||||
"SynologyUpdateInstructions": "Por favor inicie sesi\u00f3n en DSM y vaya al Centro de Paquetes para actualizar.",
|
||||
"LatestFromLibrary": "M\u00e1s recientes {0}",
|
||||
"LabelMoviePrefix": "Prefijo de la pel\u00edcula:",
|
||||
"LabelMoviePrefixHelp": "Si un prefijo es aplicado al titulo de las pel\u00edculas, introduzcalo aqu\u00ed para que emby pueda tratarlo adecuadamente.",
|
||||
"LabelMoviePrefixHelp": "Si un prefijo es aplicado al titulo de las pel\u00edculas, introd\u00fazcalo aqu\u00ed para que emby pueda tratarlo adecuadamente.",
|
||||
"HeaderRecordingPostProcessing": "Post Procesado de las Grabaciones",
|
||||
"LabelPostProcessorArguments": "Argumentos de linea de comando para el post-procesador:",
|
||||
"LabelPostProcessorArgumentsHelp": "Use {path} como la ruta a el archivo de grabado.",
|
||||
@ -1976,5 +1975,9 @@
|
||||
"LabelAutomaticallyRefreshInternetMetadataEvery": "Actualizar autom\u00e1ticamente metadatos de internet:",
|
||||
"Never": "Nunca",
|
||||
"EveryNDays": "Cada {0} d\u00edas",
|
||||
"HeaderNewDevices": "Nuevos Dispositivos"
|
||||
"HeaderNewDevices": "Nuevos Dispositivos",
|
||||
"HeaderOnNow": "Transmiti\u00e9ndo Ahora",
|
||||
"Downloading": "Descargando",
|
||||
"LabelCertificatePassword": "Contrase\u00f1a del certificado:",
|
||||
"LabelCertificatePasswordHelp": "Si su certificado requiere de una contrase\u00f1a, por favor introd\u00fazcala aqu\u00ed."
|
||||
}
|
@ -1,6 +1,4 @@
|
||||
{
|
||||
"HeaderOnNow": "En directo ahora",
|
||||
"Downloading": "Downloading",
|
||||
"LabelPrevious": "Anterior",
|
||||
"LabelFinish": "Terminar",
|
||||
"LabelNext": "Siguiente",
|
||||
@ -28,10 +26,12 @@
|
||||
"OptionHideWatchedContentFromLatestMedia": "Esconder medios vistos de los medios m\u00e1s recientes",
|
||||
"DeleteMedia": "Eliminar medios",
|
||||
"HeaderSync": "Sincronizar",
|
||||
"HeaderUpcomingNews": "Upcoming News",
|
||||
"ButtonOk": "OK",
|
||||
"ButtonCancel": "Cancelar",
|
||||
"ButtonExit": "Salir",
|
||||
"ButtonNew": "Nuevo",
|
||||
"All": "All",
|
||||
"OptionDev": "Desarrollo",
|
||||
"OptionBeta": "Beta",
|
||||
"HeaderTaskTriggers": "Tareas de activaci\u00f3n",
|
||||
@ -429,7 +429,6 @@
|
||||
"OptionMissingEpisode": "Episodios que faltan",
|
||||
"OptionUnairedEpisode": "Episodios no emitidos",
|
||||
"OptionEpisodeSortName": "Nombre corto del episodio",
|
||||
"OptionSeriesSortName": "Nombre de la serie",
|
||||
"OptionTvdbRating": "Valoraci\u00f3n tvdb",
|
||||
"HeaderAddTitles": "A\u00f1adir T\u00edtulos",
|
||||
"LabelEnableDlnaPlayTo": "Actvar la reproducci\u00f3n en DLNAi",
|
||||
@ -1976,5 +1975,9 @@
|
||||
"LabelAutomaticallyRefreshInternetMetadataEvery": "Actualizar los metadatos autom\u00e1ticamente de internet:",
|
||||
"Never": "Nunca",
|
||||
"EveryNDays": "Cada {0} d\u00edas",
|
||||
"HeaderNewDevices": "Nuevos dispositivos"
|
||||
"HeaderNewDevices": "Nuevos dispositivos",
|
||||
"HeaderOnNow": "En directo ahora",
|
||||
"Downloading": "Downloading",
|
||||
"LabelCertificatePassword": "Certificate password:",
|
||||
"LabelCertificatePasswordHelp": "If your certificate requires a password, please enter it here."
|
||||
}
|
@ -1,6 +1,4 @@
|
||||
{
|
||||
"HeaderOnNow": "On Now",
|
||||
"Downloading": "Downloading",
|
||||
"LabelPrevious": "\u0642\u0628\u0644\u06cc",
|
||||
"LabelFinish": "\u067e\u0627\u06cc\u0627\u0646",
|
||||
"LabelNext": "\u0628\u0639\u062f\u06cc",
|
||||
@ -28,10 +26,12 @@
|
||||
"OptionHideWatchedContentFromLatestMedia": "\u0631\u0633\u0627\u0646\u0647 \u0647\u0627\u06cc \u062a\u0645\u0627\u0634\u0627 \u0634\u062f\u0647 \u0631\u0627 \u067e\u0646\u0647\u0627\u0646 \u06a9\u0646",
|
||||
"DeleteMedia": "\u062d\u0630\u0641 \u0631\u0633\u0627\u0646\u0647",
|
||||
"HeaderSync": "\u0647\u0645\u06af\u0627\u0645 \u0633\u0627\u0632\u06cc",
|
||||
"HeaderUpcomingNews": "Upcoming News",
|
||||
"ButtonOk": "\u062e\u0648\u0628",
|
||||
"ButtonCancel": "\u0644\u063a\u0648 \u06a9\u0631\u062f\u0646",
|
||||
"ButtonExit": "\u062e\u0631\u0648\u062c",
|
||||
"ButtonNew": "\u062c\u062f\u06cc\u062f",
|
||||
"All": "All",
|
||||
"OptionDev": "Dev",
|
||||
"OptionBeta": "Beta",
|
||||
"HeaderTaskTriggers": "Task Triggers",
|
||||
@ -429,7 +429,6 @@
|
||||
"OptionMissingEpisode": "Missing Episodes",
|
||||
"OptionUnairedEpisode": "Unaired Episodes",
|
||||
"OptionEpisodeSortName": "Episode Sort Name",
|
||||
"OptionSeriesSortName": "Series Name",
|
||||
"OptionTvdbRating": "Tvdb Rating",
|
||||
"HeaderAddTitles": "Add Titles",
|
||||
"LabelEnableDlnaPlayTo": "Enable DLNA Play To",
|
||||
@ -1976,5 +1975,9 @@
|
||||
"LabelAutomaticallyRefreshInternetMetadataEvery": "Automatically refresh metadata from the internet:",
|
||||
"Never": "Never",
|
||||
"EveryNDays": "Every {0} days",
|
||||
"HeaderNewDevices": "New Devices"
|
||||
"HeaderNewDevices": "New Devices",
|
||||
"HeaderOnNow": "On Now",
|
||||
"Downloading": "Downloading",
|
||||
"LabelCertificatePassword": "Certificate password:",
|
||||
"LabelCertificatePasswordHelp": "If your certificate requires a password, please enter it here."
|
||||
}
|
@ -1,6 +1,4 @@
|
||||
{
|
||||
"HeaderOnNow": "On Now",
|
||||
"Downloading": "Downloading",
|
||||
"LabelPrevious": "Edellinen",
|
||||
"LabelFinish": "Valmis",
|
||||
"LabelNext": "Seuraava",
|
||||
@ -28,10 +26,12 @@
|
||||
"OptionHideWatchedContentFromLatestMedia": "Hide watched content from latest media",
|
||||
"DeleteMedia": "Delete media",
|
||||
"HeaderSync": "Sync",
|
||||
"HeaderUpcomingNews": "Upcoming News",
|
||||
"ButtonOk": "Ok",
|
||||
"ButtonCancel": "Lopeta",
|
||||
"ButtonExit": "Exit",
|
||||
"ButtonNew": "New",
|
||||
"All": "All",
|
||||
"OptionDev": "Kehittely (Ei vakaa)",
|
||||
"OptionBeta": "Beta",
|
||||
"HeaderTaskTriggers": "Task Triggers",
|
||||
@ -429,7 +429,6 @@
|
||||
"OptionMissingEpisode": "Missing Episodes",
|
||||
"OptionUnairedEpisode": "Unaired Episodes",
|
||||
"OptionEpisodeSortName": "Episode Sort Name",
|
||||
"OptionSeriesSortName": "Series Name",
|
||||
"OptionTvdbRating": "Tvdb Rating",
|
||||
"HeaderAddTitles": "Add Titles",
|
||||
"LabelEnableDlnaPlayTo": "Enable DLNA Play To",
|
||||
@ -1976,5 +1975,9 @@
|
||||
"LabelAutomaticallyRefreshInternetMetadataEvery": "Automatically refresh metadata from the internet:",
|
||||
"Never": "Never",
|
||||
"EveryNDays": "Every {0} days",
|
||||
"HeaderNewDevices": "New Devices"
|
||||
"HeaderNewDevices": "New Devices",
|
||||
"HeaderOnNow": "On Now",
|
||||
"Downloading": "Downloading",
|
||||
"LabelCertificatePassword": "Certificate password:",
|
||||
"LabelCertificatePasswordHelp": "If your certificate requires a password, please enter it here."
|
||||
}
|
@ -1,6 +1,4 @@
|
||||
{
|
||||
"HeaderOnNow": "On Now",
|
||||
"Downloading": "Downloading",
|
||||
"LabelPrevious": "Pr\u00e9c\u00e9dent",
|
||||
"LabelFinish": "Terminer",
|
||||
"LabelNext": "Suivant",
|
||||
@ -28,10 +26,12 @@
|
||||
"OptionHideWatchedContentFromLatestMedia": "Hide watched content from latest media",
|
||||
"DeleteMedia": "Delete media",
|
||||
"HeaderSync": "Sync",
|
||||
"HeaderUpcomingNews": "Upcoming News",
|
||||
"ButtonOk": "Ok",
|
||||
"ButtonCancel": "Cancel",
|
||||
"ButtonExit": "Exit",
|
||||
"ButtonNew": "New",
|
||||
"All": "All",
|
||||
"OptionDev": "Dev",
|
||||
"OptionBeta": "Beta",
|
||||
"HeaderTaskTriggers": "Task Triggers",
|
||||
@ -429,7 +429,6 @@
|
||||
"OptionMissingEpisode": "Missing Episodes",
|
||||
"OptionUnairedEpisode": "Unaired Episodes",
|
||||
"OptionEpisodeSortName": "Episode Sort Name",
|
||||
"OptionSeriesSortName": "Series Name",
|
||||
"OptionTvdbRating": "Tvdb Rating",
|
||||
"HeaderAddTitles": "Add Titles",
|
||||
"LabelEnableDlnaPlayTo": "Enable DLNA Play To",
|
||||
@ -1976,5 +1975,9 @@
|
||||
"LabelAutomaticallyRefreshInternetMetadataEvery": "Automatically refresh metadata from the internet:",
|
||||
"Never": "Never",
|
||||
"EveryNDays": "Every {0} days",
|
||||
"HeaderNewDevices": "New Devices"
|
||||
"HeaderNewDevices": "New Devices",
|
||||
"HeaderOnNow": "On Now",
|
||||
"Downloading": "Downloading",
|
||||
"LabelCertificatePassword": "Certificate password:",
|
||||
"LabelCertificatePasswordHelp": "If your certificate requires a password, please enter it here."
|
||||
}
|
@ -1,6 +1,4 @@
|
||||
{
|
||||
"HeaderOnNow": "Actuellement",
|
||||
"Downloading": "Downloading",
|
||||
"LabelPrevious": "Pr\u00e9c\u00e9dent",
|
||||
"LabelFinish": "Terminer",
|
||||
"LabelNext": "Suivant",
|
||||
@ -28,10 +26,12 @@
|
||||
"OptionHideWatchedContentFromLatestMedia": "Cacher le contenu d\u00e9j\u00e0 vu des derniers m\u00e9dias",
|
||||
"DeleteMedia": "Supprimer le media",
|
||||
"HeaderSync": "Synchroniser",
|
||||
"HeaderUpcomingNews": "Upcoming News",
|
||||
"ButtonOk": "OK",
|
||||
"ButtonCancel": "Annuler",
|
||||
"ButtonExit": "Quitter",
|
||||
"ButtonNew": "Nouveau",
|
||||
"All": "All",
|
||||
"OptionDev": "Dev",
|
||||
"OptionBeta": "Beta",
|
||||
"HeaderTaskTriggers": "D\u00e9clencheurs de t\u00e2ches",
|
||||
@ -429,7 +429,6 @@
|
||||
"OptionMissingEpisode": "Missing Episodes",
|
||||
"OptionUnairedEpisode": "Unaired Episodes",
|
||||
"OptionEpisodeSortName": "Episode Sort Name",
|
||||
"OptionSeriesSortName": "Series Name",
|
||||
"OptionTvdbRating": "Tvdb Rating",
|
||||
"HeaderAddTitles": "Add Titles",
|
||||
"LabelEnableDlnaPlayTo": "Enable DLNA Play To",
|
||||
@ -1976,5 +1975,9 @@
|
||||
"LabelAutomaticallyRefreshInternetMetadataEvery": "Automatically refresh metadata from the internet:",
|
||||
"Never": "Never",
|
||||
"EveryNDays": "Every {0} days",
|
||||
"HeaderNewDevices": "New Devices"
|
||||
"HeaderNewDevices": "New Devices",
|
||||
"HeaderOnNow": "Actuellement",
|
||||
"Downloading": "Downloading",
|
||||
"LabelCertificatePassword": "Certificate password:",
|
||||
"LabelCertificatePasswordHelp": "If your certificate requires a password, please enter it here."
|
||||
}
|
@ -1,6 +1,4 @@
|
||||
{
|
||||
"HeaderOnNow": "En ce moment",
|
||||
"Downloading": "T\u00e9l\u00e9chargement",
|
||||
"LabelPrevious": "Pr\u00e9c\u00e9dent",
|
||||
"LabelFinish": "Terminer",
|
||||
"LabelNext": "Suivant",
|
||||
@ -28,10 +26,12 @@
|
||||
"OptionHideWatchedContentFromLatestMedia": "Masquer le contenu d\u00e9j\u00e0 vu dans les m\u00e9dias r\u00e9cents",
|
||||
"DeleteMedia": "Supprimer le m\u00e9dia",
|
||||
"HeaderSync": "Synchroniser",
|
||||
"HeaderUpcomingNews": "Actualit\u00e9s \u00e0 venir",
|
||||
"ButtonOk": "Ok",
|
||||
"ButtonCancel": "Annuler",
|
||||
"ButtonExit": "Quitter",
|
||||
"ButtonNew": "Nouveau",
|
||||
"All": "Tout",
|
||||
"OptionDev": "D\u00e9veloppement",
|
||||
"OptionBeta": "Beta",
|
||||
"HeaderTaskTriggers": "D\u00e9clencheurs de t\u00e2ches",
|
||||
@ -429,7 +429,6 @@
|
||||
"OptionMissingEpisode": "\u00c9pisodes manquantes",
|
||||
"OptionUnairedEpisode": "\u00c9pisodes non diffus\u00e9s",
|
||||
"OptionEpisodeSortName": "Nom de tri de l'\u00e9pisode",
|
||||
"OptionSeriesSortName": "Nom de la s\u00e9rie",
|
||||
"OptionTvdbRating": "Note d'\u00e9valuation TVDb",
|
||||
"HeaderAddTitles": "Ajouter des \u00e9l\u00e9ments",
|
||||
"LabelEnableDlnaPlayTo": "Activer Lire sur en DLNA",
|
||||
@ -1976,5 +1975,9 @@
|
||||
"LabelAutomaticallyRefreshInternetMetadataEvery": "Actualiser automatiquement les m\u00e9tadonn\u00e9es depuis internet\u00a0:",
|
||||
"Never": "Jamais",
|
||||
"EveryNDays": "Tous les {0} jours",
|
||||
"HeaderNewDevices": "Nouveaux appareils"
|
||||
"HeaderNewDevices": "Nouveaux appareils",
|
||||
"HeaderOnNow": "En ce moment",
|
||||
"Downloading": "T\u00e9l\u00e9chargement",
|
||||
"LabelCertificatePassword": "Mot de passe du certificat\u00a0:",
|
||||
"LabelCertificatePasswordHelp": "Si votre certificat n\u00e9cessite un mot de passe, veuillez le renseigner ici."
|
||||
}
|
@ -1,6 +1,4 @@
|
||||
{
|
||||
"HeaderOnNow": "On Now",
|
||||
"Downloading": "Downloading",
|
||||
"LabelPrevious": "Vorher",
|
||||
"LabelFinish": "Beende",
|
||||
"LabelNext": "N\u00f6chst",
|
||||
@ -28,10 +26,12 @@
|
||||
"OptionHideWatchedContentFromLatestMedia": "Versteck bereits agluegti Medie i de Rubrik neui Medie",
|
||||
"DeleteMedia": "Delete media",
|
||||
"HeaderSync": "synchronisiere",
|
||||
"HeaderUpcomingNews": "Upcoming News",
|
||||
"ButtonOk": "OK",
|
||||
"ButtonCancel": "Abbreche",
|
||||
"ButtonExit": "Verlasse",
|
||||
"ButtonNew": "Neu",
|
||||
"All": "All",
|
||||
"OptionDev": "Dev",
|
||||
"OptionBeta": "Beta",
|
||||
"HeaderTaskTriggers": "Task Triggers",
|
||||
@ -429,7 +429,6 @@
|
||||
"OptionMissingEpisode": "Missing Episodes",
|
||||
"OptionUnairedEpisode": "Unaired Episodes",
|
||||
"OptionEpisodeSortName": "Episode Sort Name",
|
||||
"OptionSeriesSortName": "Series Name",
|
||||
"OptionTvdbRating": "Tvdb Rating",
|
||||
"HeaderAddTitles": "Add Titles",
|
||||
"LabelEnableDlnaPlayTo": "Enable DLNA Play To",
|
||||
@ -1976,5 +1975,9 @@
|
||||
"LabelAutomaticallyRefreshInternetMetadataEvery": "Automatically refresh metadata from the internet:",
|
||||
"Never": "Never",
|
||||
"EveryNDays": "Every {0} days",
|
||||
"HeaderNewDevices": "New Devices"
|
||||
"HeaderNewDevices": "New Devices",
|
||||
"HeaderOnNow": "On Now",
|
||||
"Downloading": "Downloading",
|
||||
"LabelCertificatePassword": "Certificate password:",
|
||||
"LabelCertificatePasswordHelp": "If your certificate requires a password, please enter it here."
|
||||
}
|
@ -1,6 +1,4 @@
|
||||
{
|
||||
"HeaderOnNow": "On Now",
|
||||
"Downloading": "Downloading",
|
||||
"LabelPrevious": "\u05d4\u05e7\u05d5\u05d3\u05dd",
|
||||
"LabelFinish": "\u05e1\u05d9\u05d9\u05dd",
|
||||
"LabelNext": "\u05d4\u05d1\u05d0",
|
||||
@ -28,10 +26,12 @@
|
||||
"OptionHideWatchedContentFromLatestMedia": "Hide watched content from latest media",
|
||||
"DeleteMedia": "Delete media",
|
||||
"HeaderSync": "Sync",
|
||||
"HeaderUpcomingNews": "Upcoming News",
|
||||
"ButtonOk": "\u05d0\u05e9\u05e8",
|
||||
"ButtonCancel": "\u05d1\u05d8\u05dc",
|
||||
"ButtonExit": "\u05d9\u05e6\u05d9\u05d0\u05d4",
|
||||
"ButtonNew": "\u05d7\u05d3\u05e9",
|
||||
"All": "All",
|
||||
"OptionDev": "\u05de\u05e4\u05ea\u05d7 (\u05dc\u05d0 \u05d9\u05e6\u05d9\u05d1)",
|
||||
"OptionBeta": "\u05d1\u05d8\u05d0",
|
||||
"HeaderTaskTriggers": "Task Triggers",
|
||||
@ -429,7 +429,6 @@
|
||||
"OptionMissingEpisode": "\u05e4\u05e8\u05e7\u05d9\u05dd \u05d7\u05e1\u05e8\u05d9\u05dd",
|
||||
"OptionUnairedEpisode": "\u05e4\u05e8\u05e7\u05d9\u05dd \u05e9\u05dc\u05d0 \u05e9\u05d5\u05d3\u05e8\u05d5",
|
||||
"OptionEpisodeSortName": "\u05de\u05d9\u05d5\u05df \u05e9\u05de\u05d5\u05ea \u05e4\u05e8\u05e7\u05d9\u05dd",
|
||||
"OptionSeriesSortName": "\u05e9\u05dd \u05e1\u05d3\u05e8\u05d5\u05ea",
|
||||
"OptionTvdbRating": "\u05d3\u05d9\u05e8\u05d5\u05d2 Tvdb",
|
||||
"HeaderAddTitles": "\u05d4\u05d5\u05e1\u05e3 \u05db\u05d5\u05ea\u05e8",
|
||||
"LabelEnableDlnaPlayTo": "\u05de\u05d0\u05e4\u05e9\u05e8 \u05e0\u05d9\u05d2\u05d5\u05df DLNA \u05dc",
|
||||
@ -1976,5 +1975,9 @@
|
||||
"LabelAutomaticallyRefreshInternetMetadataEvery": "Automatically refresh metadata from the internet:",
|
||||
"Never": "Never",
|
||||
"EveryNDays": "Every {0} days",
|
||||
"HeaderNewDevices": "New Devices"
|
||||
"HeaderNewDevices": "New Devices",
|
||||
"HeaderOnNow": "On Now",
|
||||
"Downloading": "Downloading",
|
||||
"LabelCertificatePassword": "Certificate password:",
|
||||
"LabelCertificatePasswordHelp": "If your certificate requires a password, please enter it here."
|
||||
}
|
@ -1,6 +1,4 @@
|
||||
{
|
||||
"HeaderOnNow": "On Now",
|
||||
"Downloading": "Downloading",
|
||||
"LabelPrevious": "Prethodni",
|
||||
"LabelFinish": "Kraj",
|
||||
"LabelNext": "Sljede\u0107i",
|
||||
@ -28,10 +26,12 @@
|
||||
"OptionHideWatchedContentFromLatestMedia": "Sakrij pregledani sadr\u017eaj iz najnovijih medija",
|
||||
"DeleteMedia": "Delete media",
|
||||
"HeaderSync": "Sink.",
|
||||
"HeaderUpcomingNews": "Upcoming News",
|
||||
"ButtonOk": "U redu",
|
||||
"ButtonCancel": "Odustani",
|
||||
"ButtonExit": "Izlaz",
|
||||
"ButtonNew": "Novo",
|
||||
"All": "All",
|
||||
"OptionDev": "Dev",
|
||||
"OptionBeta": "Beta",
|
||||
"HeaderTaskTriggers": "Okida\u010di zadataka",
|
||||
@ -429,7 +429,6 @@
|
||||
"OptionMissingEpisode": "Epizode koje nedostaju",
|
||||
"OptionUnairedEpisode": "Ne emitirane epizode",
|
||||
"OptionEpisodeSortName": "Slo\u017ei epizode po",
|
||||
"OptionSeriesSortName": "Nazivu serijala",
|
||||
"OptionTvdbRating": "Ocjeni Tvdb",
|
||||
"HeaderAddTitles": "Dodaj naslove",
|
||||
"LabelEnableDlnaPlayTo": "Omogu\u0107i DLNA izvo\u0111enje na",
|
||||
@ -1976,5 +1975,9 @@
|
||||
"LabelAutomaticallyRefreshInternetMetadataEvery": "Automatically refresh metadata from the internet:",
|
||||
"Never": "Never",
|
||||
"EveryNDays": "Every {0} days",
|
||||
"HeaderNewDevices": "New Devices"
|
||||
"HeaderNewDevices": "New Devices",
|
||||
"HeaderOnNow": "On Now",
|
||||
"Downloading": "Downloading",
|
||||
"LabelCertificatePassword": "Certificate password:",
|
||||
"LabelCertificatePasswordHelp": "If your certificate requires a password, please enter it here."
|
||||
}
|
@ -1,6 +1,4 @@
|
||||
{
|
||||
"HeaderOnNow": "Most",
|
||||
"Downloading": "Downloading",
|
||||
"LabelPrevious": "El\u0151z\u0151",
|
||||
"LabelFinish": "Befejez",
|
||||
"LabelNext": "K\u00f6vetkez\u0151",
|
||||
@ -28,10 +26,12 @@
|
||||
"OptionHideWatchedContentFromLatestMedia": "Hide watched content from latest media",
|
||||
"DeleteMedia": "Delete media",
|
||||
"HeaderSync": "Sync",
|
||||
"HeaderUpcomingNews": "Upcoming News",
|
||||
"ButtonOk": "Ok",
|
||||
"ButtonCancel": "M\u00e9gsem",
|
||||
"ButtonExit": "Kil\u00e9p\u00e9s",
|
||||
"ButtonNew": "\u00daj",
|
||||
"All": "All",
|
||||
"OptionDev": "Dev",
|
||||
"OptionBeta": "Beta",
|
||||
"HeaderTaskTriggers": "Task Triggers",
|
||||
@ -429,7 +429,6 @@
|
||||
"OptionMissingEpisode": "Hi\u00e1nyz\u00f3 Epiz\u00f3dok",
|
||||
"OptionUnairedEpisode": "Nem vet\u00edtett Epiz\u00f3dok",
|
||||
"OptionEpisodeSortName": "Episode Sort Name",
|
||||
"OptionSeriesSortName": "Series Name",
|
||||
"OptionTvdbRating": "Tvdb Rating",
|
||||
"HeaderAddTitles": "Add Titles",
|
||||
"LabelEnableDlnaPlayTo": "Enable DLNA Play To",
|
||||
@ -1976,5 +1975,9 @@
|
||||
"LabelAutomaticallyRefreshInternetMetadataEvery": "Automatically refresh metadata from the internet:",
|
||||
"Never": "Never",
|
||||
"EveryNDays": "Every {0} days",
|
||||
"HeaderNewDevices": "New Devices"
|
||||
"HeaderNewDevices": "New Devices",
|
||||
"HeaderOnNow": "Most",
|
||||
"Downloading": "Downloading",
|
||||
"LabelCertificatePassword": "Certificate password:",
|
||||
"LabelCertificatePasswordHelp": "If your certificate requires a password, please enter it here."
|
||||
}
|
@ -1,6 +1,4 @@
|
||||
{
|
||||
"HeaderOnNow": "On Now",
|
||||
"Downloading": "Downloading",
|
||||
"LabelPrevious": "Sebelumnya",
|
||||
"LabelFinish": "Selesai",
|
||||
"LabelNext": "Berikutnya",
|
||||
@ -28,10 +26,12 @@
|
||||
"OptionHideWatchedContentFromLatestMedia": "Menyembunyikan konten yang sudah ditonton dari media terbaru",
|
||||
"DeleteMedia": "Delete media",
|
||||
"HeaderSync": "Sync",
|
||||
"HeaderUpcomingNews": "Upcoming News",
|
||||
"ButtonOk": "Ok",
|
||||
"ButtonCancel": "Cancel",
|
||||
"ButtonExit": "Keluar",
|
||||
"ButtonNew": "New",
|
||||
"All": "All",
|
||||
"OptionDev": "Dev",
|
||||
"OptionBeta": "Beta",
|
||||
"HeaderTaskTriggers": "Task Triggers",
|
||||
@ -429,7 +429,6 @@
|
||||
"OptionMissingEpisode": "Missing Episodes",
|
||||
"OptionUnairedEpisode": "Unaired Episodes",
|
||||
"OptionEpisodeSortName": "Episode Sort Name",
|
||||
"OptionSeriesSortName": "Series Name",
|
||||
"OptionTvdbRating": "Tvdb Rating",
|
||||
"HeaderAddTitles": "Add Titles",
|
||||
"LabelEnableDlnaPlayTo": "Enable DLNA Play To",
|
||||
@ -1976,5 +1975,9 @@
|
||||
"LabelAutomaticallyRefreshInternetMetadataEvery": "Automatically refresh metadata from the internet:",
|
||||
"Never": "Never",
|
||||
"EveryNDays": "Every {0} days",
|
||||
"HeaderNewDevices": "New Devices"
|
||||
"HeaderNewDevices": "New Devices",
|
||||
"HeaderOnNow": "On Now",
|
||||
"Downloading": "Downloading",
|
||||
"LabelCertificatePassword": "Certificate password:",
|
||||
"LabelCertificatePasswordHelp": "If your certificate requires a password, please enter it here."
|
||||
}
|
@ -1,6 +1,4 @@
|
||||
{
|
||||
"HeaderOnNow": "In onda ora",
|
||||
"Downloading": "In scaricamento",
|
||||
"LabelPrevious": "Precedente",
|
||||
"LabelFinish": "Finito",
|
||||
"LabelNext": "Prossimo",
|
||||
@ -28,10 +26,12 @@
|
||||
"OptionHideWatchedContentFromLatestMedia": "Nascondi i contenuti gi\u00e0 visti dagli Ultimi Media",
|
||||
"DeleteMedia": "Elimina media",
|
||||
"HeaderSync": "Sinc.",
|
||||
"HeaderUpcomingNews": "Notizie in Arrivo",
|
||||
"ButtonOk": "Ok",
|
||||
"ButtonCancel": "Annulla",
|
||||
"ButtonExit": "Esci",
|
||||
"ButtonNew": "Nuovo",
|
||||
"All": "Tutti",
|
||||
"OptionDev": "Dev",
|
||||
"OptionBeta": "Beta",
|
||||
"HeaderTaskTriggers": "Operazioni Pianificate",
|
||||
@ -429,7 +429,6 @@
|
||||
"OptionMissingEpisode": "Episodi mancanti",
|
||||
"OptionUnairedEpisode": "Episodi mai andati in onda",
|
||||
"OptionEpisodeSortName": "Ordina episodi per nome",
|
||||
"OptionSeriesSortName": "Nome Serie",
|
||||
"OptionTvdbRating": "Voto Tvdb",
|
||||
"HeaderAddTitles": "Aggiungi titoli",
|
||||
"LabelEnableDlnaPlayTo": "Abilita DLNA su",
|
||||
@ -480,7 +479,7 @@
|
||||
"LabelMinResumeDurationHelp": "I film pi\u00f9 corti non saranno riprendibili",
|
||||
"TabActivityLog": "Registrazione eventi",
|
||||
"TabSmartMatches": "Abbinamenti Smart",
|
||||
"TabSmartMatchInfo": "Manage your smart matches that were added using the Auto-Organize correction dialog",
|
||||
"TabSmartMatchInfo": "Gestisci i tuoi abbinamenti Smart che sono stati aggiunti utilizzando la finestra di correzione Organizzazione-Automatica",
|
||||
"HeaderName": "Nome",
|
||||
"HeaderDate": "Data",
|
||||
"HeaderSource": "Sorgente",
|
||||
@ -794,7 +793,7 @@
|
||||
"LabelProtocolInfo": "Info protocollo:",
|
||||
"LabelProtocolInfoHelp": "Il valore che verr\u00e0 utilizzato quando si risponde a richieste GetProtocolInfo dal dispositivo.",
|
||||
"TabNfoSettings": "Impostazioni nfo",
|
||||
"HeaderKodiMetadataHelp": "Emby includes native support for Nfo metadata files. To enable or disable Nfo metadata, use the Metadata tab to configure options for your media types.",
|
||||
"HeaderKodiMetadataHelp": "Emby include il supporto nativo per i file metadati Nfo. Per attivare o disattivare i metadati Nfo, utilizzare la scheda Metadati per configurare le opzioni per i tipi di supporto.",
|
||||
"LabelKodiMetadataUser": "Salva dati utente in file nfo per:",
|
||||
"LabelKodiMetadataUserHelp": "Abilita questa opzione per salvare i dati in file Nfo per usarli in altre applicazioni",
|
||||
"LabelKodiMetadataDateFormat": "Data di uscita Formato:",
|
||||
@ -807,7 +806,7 @@
|
||||
"OptionDisplayChannelsInline": "Mostra canali come cartelle di media",
|
||||
"OptionDisplayChannelsInlineHelp": "Se abilitata, i canali verranno visualizzati direttamente accanto alle altre librerie di media. Se disattivato, saranno esposti all'interno di una cartella Canali separata.",
|
||||
"LabelDisplayCollectionsView": "Mostra le Collezioni di film",
|
||||
"LabelDisplayCollectionsViewHelp": "This will create a separate view to display movie collections. To create a collection, right-click or tap-hold any movie and select 'Add to Collection'. ",
|
||||
"LabelDisplayCollectionsViewHelp": "Questo creer\u00e0 una vista separata per visualizzare le collezioni di film. Per creare una raccolta, fare click con il pulsante destro del mouse o toccare un film e selezionare \"Aggiungi alla Raccolta\". ",
|
||||
"LabelKodiMetadataEnableExtraThumbs": "Copia extrafanart in extrathumbs",
|
||||
"LabelKodiMetadataEnableExtraThumbsHelp": "Copia extrafanart in extrathumbs",
|
||||
"TabServices": "Servizi",
|
||||
@ -924,7 +923,7 @@
|
||||
"HeaderDownloadPeopleMetadataForHelp": "Abilitando il provider scaricher\u00e0 pi\u00f9 informazioni ( la scansione sar\u00e0 pi\u00f9 lenta)",
|
||||
"ViewTypeFolders": "Cartelle",
|
||||
"OptionDisplayFolderView": "Visualizza cartelle come normali cartelle dei media",
|
||||
"OptionDisplayFolderViewHelp": "If enabled, Emby apps will display a Folders category alongside your media library. This is useful if you'd like to have plain folder views.",
|
||||
"OptionDisplayFolderViewHelp": "Se abilitato, le applicazioni Emby visualizzeranno una categoria Cartelle accanto alla libreria multimediale. Ci\u00f2 \u00e8 utile se si desidera avere viste di cartelle semplici.",
|
||||
"ViewTypeLiveTvRecordingGroups": "Registrazioni",
|
||||
"ViewTypeLiveTvChannels": "canali",
|
||||
"LabelEasyPinCode": "Codice Pin",
|
||||
@ -1017,7 +1016,7 @@
|
||||
"LabelSelectInternetTrailersForCinemaMode": "Trailer Internet:",
|
||||
"OptionUpcomingDvdMovies": "includi trailer nuovi e imminenti film su Dvd & Blu-ray",
|
||||
"OptionUpcomingStreamingMovies": "Includi trailer nuovi e imminenti film su Netflix",
|
||||
"CinemaModeConfigurationHelp2": "Emby apps will have a setting to enable or disable cinema mode. TV apps enable cinema mode by default.",
|
||||
"CinemaModeConfigurationHelp2": "Le applicazioni Emby avranno un'impostazione per attivare o disattivare la modalit\u00e0 cinema. Le applicazioni TV consentono la modalit\u00e0 cinema di default.",
|
||||
"LabelEnableCinemaMode": "Attiva modalit\u00e0 cinema",
|
||||
"HeaderCinemaMode": "Modalit\u00e0 cinema",
|
||||
"LabelDateAddedBehavior": "Data di comportamento per i nuovi contenuti:",
|
||||
@ -1043,7 +1042,7 @@
|
||||
"HeaderInviteUserHelp": "Condividere i tuo file multimediali con gli amici \u00e8 pi\u00f9 facile che mai con Emby Connect.",
|
||||
"ButtonSendInvitation": "Invia Invito",
|
||||
"HeaderSignInWithConnect": "Accedi con Emby Connect",
|
||||
"HeaderGuests": "ospiti",
|
||||
"HeaderGuests": "Ospiti",
|
||||
"HeaderPendingInvitations": "Inviti in sospeso",
|
||||
"TabParentalControl": "Controllo Genitore",
|
||||
"HeaderAccessSchedule": "Orario di accesso",
|
||||
@ -1074,7 +1073,7 @@
|
||||
"HeaderLatestItems": "Ultimi elementi aggiunti",
|
||||
"LabelSelectLastestItemsFolders": "Includere supporti dalle seguenti sezioni Ultimi Articoli",
|
||||
"HeaderShareMediaFolders": "Condividi Cartelle dei media",
|
||||
"MessageGuestSharingPermissionsHelp": "a maggior parte delle caratteristiche sono inizialmente disponibili per gli ospiti, ma possono essere attivate in base alle esigenze.",
|
||||
"MessageGuestSharingPermissionsHelp": "La maggior parte delle caratteristiche sono inizialmente disponibili per gli ospiti, ma possono essere attivate in base alle esigenze.",
|
||||
"HeaderInvitations": "Inviti",
|
||||
"Invitations": "Inviti",
|
||||
"LabelForgotPasswordUsernameHelp": "Inserisci il tuo nome utente, se te lo ricordi.",
|
||||
@ -1197,7 +1196,7 @@
|
||||
"AdditionalLiveTvProvidersCanBeInstalledLater": "Ulteriori fornitori di TV Live possono essere aggiunti successivamente all'interno della sezione Live TV.",
|
||||
"HeaderSetupTVGuide": "Guida all'installazione TV",
|
||||
"LabelDataProvider": "Fornitore di dati:",
|
||||
"OptionSendRecordingsToAutoOrganize": "Automatically organize recordings into existing series folders in other libraries",
|
||||
"OptionSendRecordingsToAutoOrganize": "Organizza automaticamente le registrazioni nelle cartelle di serie esistenti in altre librerie",
|
||||
"HeaderDefaultRecordingSettings": "Impostazioni di Registrazione Predefinite",
|
||||
"OptionEnableRecordingSubfolders": "Crea sotto-cartelle per le categoria come Sport, Bambini, ecc.",
|
||||
"HeaderSubtitles": "Sottotitoli",
|
||||
@ -1215,7 +1214,7 @@
|
||||
"LabelDisplayName": "Nome visualizzato:",
|
||||
"HeaderNewRecording": "Nuova Registrazione",
|
||||
"LabelCodecIntrosPath": "Percorso intro codec:",
|
||||
"LabelCodecIntrosPathHelp": "A folder containing video files. If an intro video file name matches the video codec, audio codec, audio profile, or a tag, then it will be played prior to the main feature.",
|
||||
"LabelCodecIntrosPathHelp": "Una cartella contenente file video. Se un nome di file video introdotto corrisponde al codec video, al codec audio, al profilo audio oa un tag, verr\u00e0 eseguito prima della funzionalit\u00e0 principale.",
|
||||
"OptionConvertRecordingsToStreamingFormat": "Converti automaticamente le registrazioni in un formato adatto allo streaming",
|
||||
"OptionConvertRecordingsToStreamingFormatHelp": "Le registrazioni saranno convertite istantaneamente ad MP4 o MKV per facilitarne la riproduzione sui tuoi dispositivi.",
|
||||
"FeatureRequiresEmbyPremiere": "Questa funzionalit\u00e0 richiede un abbonamento ad Emby Premiere.",
|
||||
@ -1223,7 +1222,7 @@
|
||||
"OptionPlayNextEpisodeAutomatically": "Riproduci automaticamente l'episodio successivo",
|
||||
"OptionDownloadImagesInAdvance": "Scarica preventivamente le immagini",
|
||||
"SettingsSaved": "Settaggi salvati.",
|
||||
"OptionDownloadImagesInAdvanceHelp": "By default, most images are only downloaded when requested by an Emby app. Enable this option to download all images in advance, as new media is imported. This may cause significantly longer library scans.",
|
||||
"OptionDownloadImagesInAdvanceHelp": "Di default, la maggior parte delle immagini vengono scaricate solo quando richieste da un'applicazione Emby. Abilita questa opzione per scaricare tutte le immagini in anticipo, quando nuovi file multimediali vengono importati. Ci\u00f2 pu\u00f2 causare scansioni librarie molto pi\u00f9 lunghe.",
|
||||
"Users": "Utenti",
|
||||
"Delete": "Elimina",
|
||||
"Password": "Password",
|
||||
@ -1305,7 +1304,7 @@
|
||||
"ButtonScheduledTasks": "Operazioni Pianificate",
|
||||
"MessageItemsAdded": "Oggetti aggiunti",
|
||||
"HeaderSelectCertificatePath": "Seleziona il percorso del Certificato",
|
||||
"HeaderSupporterBenefit": "An active Emby Premiere subscription provides additional benefits such as access to Emby DVR, offline media, premium plugins, and more. {0}Learn more{1}.",
|
||||
"HeaderSupporterBenefit": "Un abbonamento attivo Emby Premiere offre ulteriori vantaggi, come l'accesso a Emby DVR, i media offline, i plugin premium e altro ancora. {0} Ulteriori informazioni {1}.",
|
||||
"HeaderWelcomeToProjectServerDashboard": "Benvenuto nel Pannello di Controllo del Server Emby",
|
||||
"HeaderWelcomeToProjectWebClient": "Benvenuto in Emby",
|
||||
"ButtonTakeTheTour": "Fai una visita",
|
||||
@ -1367,7 +1366,7 @@
|
||||
"ButtonResetTuner": "Riavvia scheda TV",
|
||||
"HeaderResetTuner": "Riavvia Scheda TV",
|
||||
"MessageConfirmResetTuner": "Sei sicuro di voler ripristinare questo sintonizzatore? Tutti i riproduttori attivi o registrazioni saranno bruscamente fermati.",
|
||||
"ButtonCancelSeries": "Serie cancellate",
|
||||
"ButtonCancelSeries": "Annulla Serie",
|
||||
"HeaderSeriesRecordings": "Serie registrate",
|
||||
"LabelAnytime": "Qualsiasi ora",
|
||||
"StatusRecording": "Registrazione",
|
||||
@ -1438,7 +1437,7 @@
|
||||
"ButtonNetwork": "Rete",
|
||||
"MessageDirectoryPickerInstruction": "Percorsi di rete possono essere inseriti manualmente nel caso in cui il pulsante Rete non riesce a individuare i vostri dispositivi. Ad esempio, {0} o {1}",
|
||||
"MessageDirectoryPickerBSDInstruction": "Per BSD, potrebbe essere necessario per configurare le unit\u00e0 all'interno della vostra prigione FreeNAS al fine di permettere ricamato accedervi.",
|
||||
"MessageDirectoryPickerLinuxInstruction": "For Linux on Arch Linux, CentOS, Debian, Fedora, OpenSuse, or Ubuntu, you must grant the Emby system user at least read access to your storage locations.",
|
||||
"MessageDirectoryPickerLinuxInstruction": "Per Linux su Arch Linux, CentOS, Debian, Fedora, OpenSuse o Ubuntu, \u00e8 necessario concedere all'utente del sistema Emby almeno l'accesso alle posizioni di archiviazione.",
|
||||
"HeaderMenu": "Menu",
|
||||
"ButtonOpen": "Apri",
|
||||
"ButtonShuffle": "Casuale",
|
||||
@ -1790,7 +1789,7 @@
|
||||
"ButtonServer": "Server",
|
||||
"HeaderLibrary": "Libreria",
|
||||
"HeaderMedia": "Media",
|
||||
"NoNewDevicesFound": "No new devices found. To add a new tuner, close this dialog and enter the device information manually.",
|
||||
"NoNewDevicesFound": "Non sono stati trovati nuovi dispositivi. Per aggiungere un nuovo sintonizzatore, chiudere questa finestra di dialogo e immettere manualmente le informazioni sul dispositivo.",
|
||||
"NoResultsFound": "Nessun risultato.",
|
||||
"ButtonManageServer": "Gestisci Server",
|
||||
"ButtonPreferences": "Preferenze",
|
||||
@ -1844,25 +1843,25 @@
|
||||
"PleaseAddAtLeastOneFolder": "Per favore aggiungi almeno una cartella alla raccolta cliccando sul pulsante Aggiungi.",
|
||||
"ErrorAddingMediaPathToVirtualFolder": "C'\u00e8 stato un errore durante l'aggiunta del percorso. Per favore controlla che sia valido, e che Emby Server abbia l'accesso alla posizione indicata.",
|
||||
"ErrorRemovingEmbyConnectAccount": "C'\u00e8 stato un errore nella rimozione dell'account Emby Connect. Per favore assicurati di avere una connessione a internet attiva e riprova.",
|
||||
"ErrorAddingEmbyConnectAccount1": "There was an error adding the Emby Connect account. Have you created an Emby account? Sign up at {0}.",
|
||||
"ErrorAddingEmbyConnectAccount2": "Please ensure the Emby account has been activated by following the instructions in the email sent after creating the account. If you did not receive this email then please send an email to {0} from the email address used with the Emby account.",
|
||||
"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.",
|
||||
"ErrorAddingEmbyConnectAccount1": "C'\u00e8 stato un errore nell'aggiunta dell'account Emby Connect. Hai creato un account Emby? Registrati su {0}.",
|
||||
"ErrorAddingEmbyConnectAccount2": "Assicurati che l'account Emby sia stato attivato seguendo le istruzioni contenute nell'email inviata dopo la creazione dell'account. Se non hai ricevuto questa email, invia una email a {0} dall'indirizzo email utilizzato con l'account Emby.",
|
||||
"ErrorAddingEmbyConnectAccount3": "L'account Emby \u00e8 gi\u00e0 collegato ad un utente locale esistente. Un account Emby pu\u00f2 essere collegato solo ad un utente locale alla volta.",
|
||||
"HeaderFavoriteArtists": "Artisti preferiti",
|
||||
"HeaderFavoriteSongs": "Brani Preferiti",
|
||||
"HeaderConfirmPluginInstallation": "Conferma Installazione Plugin",
|
||||
"PleaseConfirmPluginInstallation": "Per favore premi OK per confermare che hai letto quanto precede e che vuoi procedere all'installazione del plug-in.",
|
||||
"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": "I plugin creati dai membri della comunit\u00e0 Emby sono un ottimo modo per migliorare l'esperienza di Emby con funzionalit\u00e0 e vantaggi aggiuntivi. Prima di installare, si prega di notare gli effetti che possono avere sul tuo server Emby, come le scansioni pi\u00f9 lunghe della libreria, l'elaborazione di sfondo aggiuntiva e la stabilit\u00e0 del sistema diminuita.",
|
||||
"HeaderMobileSync": "Sinc. Mobile",
|
||||
"HeaderCloudSync": "Sinc. nel Cloud",
|
||||
"HeaderFreeApps": "App Gratuite Emby",
|
||||
"CoverArt": "Copertine",
|
||||
"ButtonOff": "Spento",
|
||||
"TitleHardwareAcceleration": "Accelerazione Hardware:",
|
||||
"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": "L'attivazione dell'accelerazione hardware potrebbe causare instabilit\u00e0 in qualche sistema. Assicurarsi che il sistema operativo e i driver video siano completamente aggiornati. Se hai difficolt\u00e0 a riprodurre video dopo aver abilitato questa operazione, dovrai cambiare l'impostazione in Auto.",
|
||||
"HeaderSelectCodecIntrosPath": "Scegli percorso intro codec",
|
||||
"ValueExample": "Esempio: {0}",
|
||||
"OptionEnableAnonymousUsageReporting": "Consenti l'invio di rapporti d'uso anonimi",
|
||||
"OptionEnableAnonymousUsageReportingHelp": "Allow Emby to collect anonymous data such as installed plugins, the version numbers of your Emby apps, etc. This information is only used for the purpose of improving the software.",
|
||||
"OptionEnableAnonymousUsageReportingHelp": "Consenti a Emby di raccogliere dati anonimi quali i plugin installati, i numeri delle versioni delle applicazioni Emby, ecc. Queste informazioni vengono utilizzate solo per migliorare il software.",
|
||||
"LabelFileOrUrl": "File o URL:",
|
||||
"OptionEnableForAllTuners": "Abilita per tutti i sintonizzatori",
|
||||
"HeaderTuners": "Sinton. TV",
|
||||
@ -1871,55 +1870,55 @@
|
||||
"TabResumeSettings": "Ripristina Impostazioni",
|
||||
"DrmChannelsNotImported": "I canali con DRM non saranno importati.",
|
||||
"LabelAllowHWTranscoding": "Consenti transcodifica hardware",
|
||||
"AllowHWTranscodingHelp": "If enabled, allow the tuner to transcode streams on the fly. This may help reduce transcoding required by Emby Server.",
|
||||
"AllowHWTranscodingHelp": "Se abilitato, abilita il sintonizzatore per codificare i flussi al volo. Ci\u00f2 potrebbe contribuire a ridurre la transcodifica richiesta da Emby Server.",
|
||||
"OptionRequirePerfectSubtitleMatch": "Scarica solo i sottotitoli che corrispondono perfettamente ai miei file video",
|
||||
"ErrorAddingGuestAccount1": "There was an error adding the Emby Connect account. Has your guest created an Emby account? They can sign up at {0}.",
|
||||
"ErrorAddingGuestAccount2": "Please ensure your guest has completed activation by following the instructions in the email sent after creating the account. If they did not receive this email then please send an email to {0}, and include your email address as well as theirs.",
|
||||
"GuestUserNotFound": "User not found. Please ensure the name is correct and try again, or try entering their email address.",
|
||||
"ErrorAddingGuestAccount1": "C'\u00e8 stato un errore nell'aggiunta dell'account Emby Connect. Il tuo ospite ha creato un account Emby? Si pu\u00f2 registrare su {0}.",
|
||||
"ErrorAddingGuestAccount2": "Assicurati che i tuoi ospiti abbiano completato l'attivazione seguendo le istruzioni contenute nell'email inviata dopo la creazione dell'account. Se non ha ricevuto questa email, invia una email a {0}, e includi il tuo indirizzo email cos\u00ec come il loro.",
|
||||
"GuestUserNotFound": "Utente non trovato. Assicurati che il nome sia corretto e riprovare o provare ad inserire l'indirizzo email.",
|
||||
"Yesterday": "Ieri",
|
||||
"DownloadImagesInAdvanceWarning": "Downloading all images in advance will result in longer library scan times.",
|
||||
"MetadataSettingChangeHelp": "Changing metadata settings will affect new content that is added going forward. To refresh existing content, open the detail screen and click the refresh button, or perform bulk refreshes using the metadata manager.",
|
||||
"OptionConvertRecordingPreserveAudio": "Preserve original audio when converting recordings (when possible)",
|
||||
"OptionConvertRecordingPreserveAudioHelp": "This will provide better audio but may require transcoding during playback on some devices.",
|
||||
"OptionConvertRecordingPreserveVideo": "Preserve original video when converting recordings",
|
||||
"OptionConvertRecordingPreserveVideoHelp": "This may provide better video quality but will require transcoding during playback on some devices.",
|
||||
"AddItemToCollectionHelp": "Add items to collections by searching for them and using their right-click or tap menus to add them to a collection.",
|
||||
"DownloadImagesInAdvanceWarning": "Scaricare in anteprima tutte le immagini provocher\u00e0 tempi di scansione pi\u00f9 lunghi.",
|
||||
"MetadataSettingChangeHelp": "Modificare le impostazioni dei metadati influenzer\u00e0 il nuovo contenuto aggiunto in avanti. Per aggiornare i contenuti esistenti, aprire la schermata dei dettagli e fare click sul pulsante di aggiornamento oppure eseguire aggiornamenti di massa utilizzando il gestore di metadati.",
|
||||
"OptionConvertRecordingPreserveAudio": "Conservare l'audio originale durante la conversione delle registrazioni (quando possibile)",
|
||||
"OptionConvertRecordingPreserveAudioHelp": "Ci\u00f2 fornir\u00e0 un audio migliore, ma pu\u00f2 richiedere la transcodifica durante la riproduzione su alcuni dispositivi.",
|
||||
"OptionConvertRecordingPreserveVideo": "Conserva il video originale durante la conversione delle registrazioni",
|
||||
"OptionConvertRecordingPreserveVideoHelp": "Ci\u00f2 pu\u00f2 fornire una migliore qualit\u00e0 video, ma richieder\u00e0 la transcodifica durante la riproduzione su alcuni dispositivi.",
|
||||
"AddItemToCollectionHelp": "Aggiungi elementi alle collezioni ricercandoli e utilizzando il pulsante destro del mouse o toccare i menu per aggiungerli a una raccolta.",
|
||||
"HeaderHealthMonitor": "Monitora Salute",
|
||||
"HealthMonitorNoAlerts": "Non ci sono avvisi importanti.",
|
||||
"RecordingPathChangeMessage": "Changing your recording folder will not migrate existing recordings from the old location to the new. You'll need to move them manually if desired.",
|
||||
"RecordingPathChangeMessage": "La modifica della cartella di registrazione non migrer\u00e0 le registrazioni esistenti dalla vecchia posizione al nuovo. Sar\u00e0 necessario spostarli manualmente, se lo si desidera.",
|
||||
"VisualLoginFormHelp": "Scegli un utente o accedi manualmente",
|
||||
"LabelSportsCategories": "Categorie sport:",
|
||||
"XmlTvSportsCategoriesHelp": "Programs with these categories will be displayed as sports programs. Separate multiple with '|'.",
|
||||
"XmlTvSportsCategoriesHelp": "I programmi con queste categorie saranno visualizzati come programmi sportivi. Separa multipli con '|'.",
|
||||
"LabelNewsCategories": "Categorie notizie:",
|
||||
"XmlTvNewsCategoriesHelp": "Programs with these categories will be displayed as news programs. Separate multiple with '|'.",
|
||||
"XmlTvNewsCategoriesHelp": "I programmi con queste categorie saranno visualizzati come programmi di news. Separa multipli con '|'.",
|
||||
"LabelKidsCategories": "Categorie bambini:",
|
||||
"XmlTvKidsCategoriesHelp": "Programs with these categories will be displayed as programs for children. Separate multiple with '|'.",
|
||||
"XmlTvKidsCategoriesHelp": "I programmi con queste categorie saranno visualizzati come programmi per i bambini. Separa multipli con '|'.",
|
||||
"LabelMovieCategories": "Categorie film:",
|
||||
"XmlTvMovieCategoriesHelp": "Programs with these categories will be displayed as movies. Separate multiple with '|'.",
|
||||
"XmlTvPathHelp": "A path to an xml tv file. Emby will read this file and periodically check it for updates. You are responsible for creating and updating the file.",
|
||||
"XmlTvMovieCategoriesHelp": "I programmi con queste categorie saranno visualizzati come filmati. Separa multipli con '|'.",
|
||||
"XmlTvPathHelp": "Un percorso di un file xml tv. Emby legger\u00e0 questo file e controlla periodicamente per gli aggiornamenti. Sei responsabile della creazione e dell'aggiornamento del file.",
|
||||
"LabelBindToLocalNetworkAddress": "Assegna ad indirizzo di rete locale:",
|
||||
"LabelBindToLocalNetworkAddressHelp": "Optional. Override the local IP address to bind the http server to. If left empty, the server will bind to all availabile addresses. Changing this value requires restarting Emby Server.",
|
||||
"LabelBindToLocalNetworkAddressHelp": "Opzionale. Sovrascrivere l'indirizzo IP locale per associare il server http a. Se lasciato vuoto, il server verr\u00e0 associato a tutti gli indirizzi disponibili. Modificare questo valore richiede di riavviare Emby Server.",
|
||||
"TitleHostingSettings": "Impostazioni hosting",
|
||||
"SettingsWarning": "Changing these values may cause instability or connectivity failures. If you experience any problems, we recommend changing them back to default.",
|
||||
"MapChannels": "Map Channels",
|
||||
"SettingsWarning": "La modifica di questi valori pu\u00f2 causare problemi di instabilit\u00e0 o di connettivit\u00e0. Se si verificano problemi, si consiglia di modificarli all'impostazione predefinita.",
|
||||
"MapChannels": "Mappa Canali",
|
||||
"LabelffmpegPath": "Percorso FFmpeg:",
|
||||
"LabelffmpegVersion": "Versione FFmpeg:",
|
||||
"LabelffmpegPathHelp": "Il percorso all'applicazione ffmpeg, o alla cartella che la contiene.",
|
||||
"SetupFFmpeg": "Configura FFmpeg",
|
||||
"SetupFFmpegHelp": "Emby may require a library or application to convert certain media types. There are many different applications available, however, Emby has been tested to work with ffmpeg. Emby is in no way affiliated with ffmpeg, its ownership, code or distribution.",
|
||||
"SetupFFmpegHelp": "Emby pu\u00f2 richiedere una libreria o un'applicazione per convertire alcuni tipi di supporti. Esistono molte applicazioni diverse, tuttavia, Emby \u00e8 stato testato per funzionare con ffmpeg. Emby non \u00e8 in alcun modo affiliato con ffmpeg, la sua propriet\u00e0, codice o distribuzione.",
|
||||
"EnterFFmpegLocation": "Inserisci percorso FFmpeg",
|
||||
"DownloadFFmpeg": "Scarica FFmpeg",
|
||||
"FFmpegSuggestedDownload": "Scaricamento consigliato: {0}",
|
||||
"UnzipFFmpegFile": "Decomprimi il file scaricato in una cartella a tua scelta.",
|
||||
"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": "Se stai utilizzando Linux o OSX, \u00e8 necessario individuare i file ffmpeg e ffprobe e contrassegnarli come eseguibili. Ci\u00f2 \u00e8 necessario per consentire a Emby di eseguirli.",
|
||||
"OptionUseSystemInstalledVersion": "Usa versione installata nel sistema",
|
||||
"OptionUseMyCustomVersion": "Usa una versione personalizzata",
|
||||
"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.",
|
||||
"FFmpegSavePathNotFound": "Impossibile individuare FFmpeg utilizzando il percorso che hai inserito. FFprobe \u00e8 inoltre obbligatorio e deve esistere nella stessa cartella. Questi componenti sono normalmente insieme nello stesso download. Controllare il percorso e riprovare.",
|
||||
"XmlTvPremiere": "Di default, Emby importer\u00e0 {0} ore di dati di guida. L'importazione di dati illimitati richiede un abbonamento attivo di Emby Premiere.",
|
||||
"MoreFromValue": "Altro di {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.",
|
||||
"OptionSaveMetadataAsHiddenHelp": "La modifica di questo si applicher\u00e0 ai nuovi metadati che verranno salvati in avanti. I file di metadati esistenti verranno aggiornati la prossima volta che vengono salvati da Emby Server.",
|
||||
"EnablePhotos": "Abilita foto",
|
||||
"EnablePhotosHelp": "Photos will be detected and displayed alongside other media files.",
|
||||
"EnablePhotosHelp": "Le foto saranno rilevate e visualizzate accanto a altri file multimediali.",
|
||||
"MakeAvailableOffline": "Rendi disponibile offline",
|
||||
"ConfirmRemoveDownload": "Rimuovi Scaricamento?",
|
||||
"RemoveDownload": "Rimuovi scaricamento",
|
||||
@ -1933,7 +1932,7 @@
|
||||
"LabelVaapiDevice": "Dispositivo VA API:",
|
||||
"LabelVaapiDeviceHelp": "Questo \u00e8 il nodo rendering usato dall'accelerazione hardware.",
|
||||
"HowToConnectFromEmbyApps": "Come connettersi dalle app. Emby",
|
||||
"MessageFolderRipPlaybackExperimental": "Support for playback of folder rips and ISOs in this app is only expirimental. For best results, try an Emby app that supports these formats natively, or use plain video files.",
|
||||
"MessageFolderRipPlaybackExperimental": "Il supporto per la riproduzione di cartelle RIP e ISO in questa applicazione \u00e8 solo sperimentale. Per ottenere i migliori risultati, provare un'applicazione Emby che supporti nativamente tali formati o utilizza file video semplici.",
|
||||
"OptionExtractChapterImage": "Abilita estrazione dell'immagine dei capitoli",
|
||||
"Downloads": "Scaricamenti",
|
||||
"LabelEnableDebugLogging": "Attiva la registrazione degli eventi",
|
||||
@ -1942,25 +1941,25 @@
|
||||
"LabelH264EncodingPreset": "Preset di codifica H264:",
|
||||
"H264EncodingPresetHelp": "Scegli una velocit\u00e0 maggiore per migliorare le performance, o minore per incrementare la qualit\u00e0.",
|
||||
"LabelH264Crf": "CRF di codifica H264:",
|
||||
"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": "Il fattore di frequenza costante (CRF) \u00e8 l'impostazione di qualit\u00e0 predefinita per l'encoder x264. \u00c8 possibile impostare i valori compresi tra 0 e 51, in cui valori inferiori potrebbero determinare una migliore qualit\u00e0 (a discapito delle dimensioni superiori dei file). I valori normali sono compresi tra 18 e 28. L'impostazione predefinita per x264 \u00e8 23, quindi \u00e8 possibile utilizzare questo come punto di partenza.",
|
||||
"Sports": "Sport",
|
||||
"HeaderForKids": "Per Bambini",
|
||||
"HeaderRecordingGroups": "Gruppi di Registrazione",
|
||||
"LabelConvertRecordingsTo": "Converti le registrazioni a:",
|
||||
"HeaderUpcomingOnTV": "In onda a breve",
|
||||
"LabelOptionalNetworkPath": "Cartella condivisa (Opzionale):",
|
||||
"LabelOptionalNetworkPathHelp": "If this folder is shared on your network, supplying the network share path can allow Emby apps on other devices to access media files directly.",
|
||||
"LabelOptionalNetworkPathHelp": "Se questa cartella \u00e8 condivisa sulla rete, fornendo il percorso di condivisione di rete si pu\u00f2 consentire alle applicazioni Emby su altri dispositivi di accedere direttamente ai file multimediali.",
|
||||
"ButtonPlayExternalPlayer": "Play con un lettore esterno",
|
||||
"NotScheduledToRecord": "Non pianificato per la registrazione",
|
||||
"SynologyUpdateInstructions": "Please login to DSM and go to Package Center to update.",
|
||||
"SynologyUpdateInstructions": "Accedi al DSM e vai nel Package Center per aggiornarlo.",
|
||||
"LatestFromLibrary": "Ultimi {0}",
|
||||
"LabelMoviePrefix": "Prefisso film:",
|
||||
"LabelMoviePrefixHelp": "If a prefix is applied to movie titles, enter it here so that Emby can handle it properly.",
|
||||
"LabelMoviePrefixHelp": "Se un prefisso viene applicato ai titoli di film, inseriscilo qui in modo che Emby possa gestirlo correttamente.",
|
||||
"HeaderRecordingPostProcessing": "Post-processing Registrazione",
|
||||
"LabelPostProcessorArguments": "Argomenti linea di comando del Post-processor",
|
||||
"LabelPostProcessorArgumentsHelp": "Usa {path} come percorso al file di registrazione.",
|
||||
"LabelPostProcessor": "Applicazione Post-processing:",
|
||||
"ErrorAddingXmlTvFile": "There was an error accessing the XmlTV file. Please ensure the file exists and try again.",
|
||||
"ErrorAddingXmlTvFile": "Si \u00e8 verificato un errore durante l'accesso al file XmlTV. Si prega di assicurarsi che il file esista e riprovare.",
|
||||
"OptionAutomaticallyGroupSeries": "Fondi automaticamente le serie sparse su pi\u00f9 cartelle",
|
||||
"OptionAutomaticallyGroupSeriesHelp": "Se abilitato, le serie distribuite in pi\u00f9 cartelle di questa libreria saranno automaticamente combinate in un'unica serie.",
|
||||
"ErrorReachingEmbyConnect": "Si \u00e8 verificato un errore durante la connessione al server Emby Connect. Per favore verifica la tua connessione ad Internet e riprova.",
|
||||
@ -1976,5 +1975,9 @@
|
||||
"LabelAutomaticallyRefreshInternetMetadataEvery": "Aggiorna automaticamente i metadati da Internet:",
|
||||
"Never": "Mai",
|
||||
"EveryNDays": "Ogni {0} giorni",
|
||||
"HeaderNewDevices": "Nuovi Dispositivi"
|
||||
"HeaderNewDevices": "Nuovi Dispositivi",
|
||||
"HeaderOnNow": "In onda ora",
|
||||
"Downloading": "In scaricamento",
|
||||
"LabelCertificatePassword": "Password Certificato:",
|
||||
"LabelCertificatePasswordHelp": "Se il tuo certificato richiede una password, per favore inseriscila qui"
|
||||
}
|
@ -1,6 +1,4 @@
|
||||
{
|
||||
"HeaderOnNow": "\u042d\u0444\u0438\u0440\u0434\u0435",
|
||||
"Downloading": "\u0416\u04af\u043a\u0442\u0435\u043f \u0430\u043b\u0443\u0434\u0430",
|
||||
"LabelPrevious": "\u0410\u043b\u0434\u044b\u04a3\u0493\u044b",
|
||||
"LabelFinish": "\u0410\u044f\u049b\u0442\u0430\u0443",
|
||||
"LabelNext": "\u041a\u0435\u043b\u0435\u0441\u0456",
|
||||
@ -28,10 +26,12 @@
|
||||
"OptionHideWatchedContentFromLatestMedia": "\u0415\u04a3 \u043a\u0435\u0439\u0456\u043d\u0433\u0456 \u0442\u0430\u0441\u044b\u0493\u044b\u0448\u0434\u0435\u0440\u0435\u043a\u0442\u0435\u0440\u0434\u0435\u043d \u049b\u0430\u0440\u0430\u043b\u0493\u0430\u043d \u043c\u0430\u0437\u043c\u04b1\u043d\u0434\u044b \u0436\u0430\u0441\u044b\u0440\u0443",
|
||||
"DeleteMedia": "\u0422\u0430\u0441\u044b\u0493\u044b\u0448\u0434\u0435\u0440\u0435\u043a\u0442\u0456 \u0436\u043e\u044e",
|
||||
"HeaderSync": "\u04ae\u043d\u0434\u0435\u0441\u0442\u0456\u0440\u0443",
|
||||
"HeaderUpcomingNews": "\u041a\u04af\u0442\u0456\u043b\u0433\u0435\u043d \u0436\u0430\u04a3\u0430\u043b\u044b\u049b\u0442\u0430\u0440",
|
||||
"ButtonOk": "\u0416\u0430\u0440\u0430\u0439\u0434\u044b",
|
||||
"ButtonCancel": "\u0411\u043e\u043b\u0434\u044b\u0440\u043c\u0430\u0443",
|
||||
"ButtonExit": "\u0428\u044b\u0493\u0443",
|
||||
"ButtonNew": "\u0416\u0430\u0441\u0430\u0443",
|
||||
"All": "\u0411\u04d9\u0440\u0456",
|
||||
"OptionDev": "\u0416\u0430\u0441\u0430\u049b\u0442\u0430\u0443\u0448\u044b\u043b\u044b\u049b",
|
||||
"OptionBeta": "\u0411\u0435\u0442\u0430 \u043d\u04b1\u0441\u049b\u0430",
|
||||
"HeaderTaskTriggers": "\u0422\u0430\u043f\u0441\u044b\u0440\u043c\u0430 \u0442\u0440\u0438\u0433\u0433\u0435\u0440\u043b\u0435\u0440\u0456",
|
||||
@ -429,7 +429,6 @@
|
||||
"OptionMissingEpisode": "\u0416\u043e\u049b \u0431\u04e9\u043b\u0456\u043c\u0434\u0435\u0440",
|
||||
"OptionUnairedEpisode": "\u041a\u04e9\u0440\u0441\u0435\u0442\u0456\u043b\u043c\u0435\u0433\u0435\u043d \u0431\u04e9\u043b\u0456\u043c\u0434\u0435\u0440",
|
||||
"OptionEpisodeSortName": "\u0411\u04e9\u043b\u0456\u043c\u0434\u0456\u04a3 \u0441\u04b1\u0440\u044b\u043f\u0442\u0430\u043b\u0430\u0442\u044b\u043d \u0430\u0442\u044b",
|
||||
"OptionSeriesSortName": "\u0422\u0435\u043b\u0435\u0445\u0438\u043a\u0430\u044f \u0430\u0442\u044b",
|
||||
"OptionTvdbRating": "Tvdb \u0431\u0430\u0493\u0430\u043b\u0430\u0443\u044b",
|
||||
"HeaderAddTitles": "\u0410\u0442\u0430\u0443\u043b\u0430\u0440\u0434\u044b \u04af\u0441\u0442\u0435\u0443",
|
||||
"LabelEnableDlnaPlayTo": "DLNA \u049b\u04b1\u0440\u044b\u043b\u0493\u044b\u0441\u044b\u043d\u0434\u0430 \u043e\u0439\u043d\u0430\u0442\u0443\u0434\u044b \u049b\u043e\u0441\u0443",
|
||||
@ -1976,5 +1975,9 @@
|
||||
"LabelAutomaticallyRefreshInternetMetadataEvery": "\u041c\u0435\u0442\u0430\u0434\u0435\u0440\u0435\u043a\u0442\u0435\u0440\u0434\u0456 \u0418\u043d\u0442\u0435\u0440\u043d\u0435\u0442\u0442\u0435\u043d \u0430\u0432\u0442\u043e\u043c\u0430\u0442\u0442\u044b \u0442\u04af\u0440\u0434\u0435 \u0436\u0430\u04a3\u0430\u0440\u0442\u0443:",
|
||||
"Never": "\u0415\u0448\u049b\u0430\u0448\u0430\u043d",
|
||||
"EveryNDays": "{0} \u043a\u04af\u043d \u0441\u0430\u0439\u044b\u043d",
|
||||
"HeaderNewDevices": "\u0416\u0430\u04a3\u0430 \u049b\u04b1\u0440\u044b\u043b\u0493\u044b\u043b\u0430\u0440"
|
||||
"HeaderNewDevices": "\u0416\u0430\u04a3\u0430 \u049b\u04b1\u0440\u044b\u043b\u0493\u044b\u043b\u0430\u0440",
|
||||
"HeaderOnNow": "\u042d\u0444\u0438\u0440\u0434\u0435",
|
||||
"Downloading": "\u0416\u04af\u043a\u0442\u0435\u043f \u0430\u043b\u0443\u0434\u0430",
|
||||
"LabelCertificatePassword": "\u041a\u0443\u04d9\u043b\u0456\u043a\u0442\u0456\u04a3 \u049b\u04b1\u043f\u0438\u044f \u0441\u04e9\u0437\u0456:",
|
||||
"LabelCertificatePasswordHelp": "\u0415\u0433\u0435\u0440 \u043a\u0443\u04d9\u043b\u0456\u0433\u0456\u04a3\u0456\u0437\u0433\u0435 \u049b\u04b1\u043f\u0438\u044f \u0441\u04e9\u0437 \u049b\u0430\u0436\u0435\u0442 \u0431\u043e\u043b\u0441\u0430, \u043e\u043d\u044b \u043c\u04b1\u043d\u0434\u0430 \u0435\u043d\u0433\u0456\u0437\u0456\u04a3\u0456\u0437."
|
||||
}
|
@ -1,6 +1,4 @@
|
||||
{
|
||||
"HeaderOnNow": "On Now",
|
||||
"Downloading": "Downloading",
|
||||
"LabelPrevious": "\uc774\uc804",
|
||||
"LabelFinish": "\ub05d\ub0b4\uae30",
|
||||
"LabelNext": "\ub2e4\uc74c",
|
||||
@ -28,10 +26,12 @@
|
||||
"OptionHideWatchedContentFromLatestMedia": "\ucd5c\uadfc \ubbf8\ub514\uc5b4\uc5d0\uc11c \uc2dc\uccad\ud55c \ucf58\ud150\uce20 \uc228\uae40",
|
||||
"DeleteMedia": "Delete media",
|
||||
"HeaderSync": "\ub3d9\uae30\ud654",
|
||||
"HeaderUpcomingNews": "Upcoming News",
|
||||
"ButtonOk": "OK",
|
||||
"ButtonCancel": "\ucde8\uc18c",
|
||||
"ButtonExit": "\uc885\ub8cc",
|
||||
"ButtonNew": "New",
|
||||
"All": "All",
|
||||
"OptionDev": "\uac1c\ubc1c (\ubd88\uc548\uc815)",
|
||||
"OptionBeta": "\ubca0\ud0c0",
|
||||
"HeaderTaskTriggers": "\uc791\uc5c5 \ud2b8\ub9ac\uac70",
|
||||
@ -429,7 +429,6 @@
|
||||
"OptionMissingEpisode": "\ub204\ub77d \uc5d0\ud53c\uc18c\ub4dc",
|
||||
"OptionUnairedEpisode": "\ubc29\uc1a1\ud558\uc9c0 \uc54a\uc740 \uc5d0\ud53c\uc18c\ub4dc",
|
||||
"OptionEpisodeSortName": "\uc5d0\ud53c\uc18c\ub4dc \uc815\ub82c \uc81c\ubaa9",
|
||||
"OptionSeriesSortName": "\uc2dc\ub9ac\uc988 \uc81c\ubaa9",
|
||||
"OptionTvdbRating": "TVDb \ud3c9\uc810",
|
||||
"HeaderAddTitles": "\uc81c\ubaa9 \ucd94\uac00",
|
||||
"LabelEnableDlnaPlayTo": "\ub2e4\uc74c\uc5d0\uc11c DNLA \uc7ac\uc0dd \uc0ac\uc6a9:",
|
||||
@ -1976,5 +1975,9 @@
|
||||
"LabelAutomaticallyRefreshInternetMetadataEvery": "Automatically refresh metadata from the internet:",
|
||||
"Never": "Never",
|
||||
"EveryNDays": "Every {0} days",
|
||||
"HeaderNewDevices": "New Devices"
|
||||
"HeaderNewDevices": "New Devices",
|
||||
"HeaderOnNow": "On Now",
|
||||
"Downloading": "Downloading",
|
||||
"LabelCertificatePassword": "Certificate password:",
|
||||
"LabelCertificatePasswordHelp": "If your certificate requires a password, please enter it here."
|
||||
}
|
@ -1,6 +1,4 @@
|
||||
{
|
||||
"HeaderOnNow": "On Now",
|
||||
"Downloading": "Downloading",
|
||||
"LabelPrevious": "Ankstesnis",
|
||||
"LabelFinish": "Baigti",
|
||||
"LabelNext": "Kitas",
|
||||
@ -28,10 +26,12 @@
|
||||
"OptionHideWatchedContentFromLatestMedia": "Nerodyti per\u017ei\u016br\u0117tos medijos i\u0161 naujausios medijos",
|
||||
"DeleteMedia": "Delete media",
|
||||
"HeaderSync": "SInchron.",
|
||||
"HeaderUpcomingNews": "Upcoming News",
|
||||
"ButtonOk": "OK",
|
||||
"ButtonCancel": "At\u0161aukti",
|
||||
"ButtonExit": "I\u0161eiti",
|
||||
"ButtonNew": "Naujas",
|
||||
"All": "All",
|
||||
"OptionDev": "K\u016br\u0117jai",
|
||||
"OptionBeta": "Beta",
|
||||
"HeaderTaskTriggers": "U\u017eduo\u010di\u0173 trigeris",
|
||||
@ -429,7 +429,6 @@
|
||||
"OptionMissingEpisode": "Tr\u016bkstamos serijos",
|
||||
"OptionUnairedEpisode": "Nerodytos serijos",
|
||||
"OptionEpisodeSortName": "Serijos pavadinimas r\u016b\u0161iavimui",
|
||||
"OptionSeriesSortName": "Laidos pavadinimas",
|
||||
"OptionTvdbRating": "Tvdb vertinimas",
|
||||
"HeaderAddTitles": "Prid\u0117ti pavadinimus",
|
||||
"LabelEnableDlnaPlayTo": "\u012ejungti DLNA",
|
||||
@ -1976,5 +1975,9 @@
|
||||
"LabelAutomaticallyRefreshInternetMetadataEvery": "Automatically refresh metadata from the internet:",
|
||||
"Never": "Never",
|
||||
"EveryNDays": "Every {0} days",
|
||||
"HeaderNewDevices": "New Devices"
|
||||
"HeaderNewDevices": "New Devices",
|
||||
"HeaderOnNow": "On Now",
|
||||
"Downloading": "Downloading",
|
||||
"LabelCertificatePassword": "Certificate password:",
|
||||
"LabelCertificatePasswordHelp": "If your certificate requires a password, please enter it here."
|
||||
}
|
@ -1,6 +1,4 @@
|
||||
{
|
||||
"HeaderOnNow": "On Now",
|
||||
"Downloading": "Downloading",
|
||||
"LabelPrevious": "Sebelumnya",
|
||||
"LabelFinish": "Habis",
|
||||
"LabelNext": "Seterusnya",
|
||||
@ -28,10 +26,12 @@
|
||||
"OptionHideWatchedContentFromLatestMedia": "Hide watched content from latest media",
|
||||
"DeleteMedia": "Delete media",
|
||||
"HeaderSync": "Sync",
|
||||
"HeaderUpcomingNews": "Upcoming News",
|
||||
"ButtonOk": "Ok",
|
||||
"ButtonCancel": "Cancel",
|
||||
"ButtonExit": "Exit",
|
||||
"ButtonNew": "New",
|
||||
"All": "All",
|
||||
"OptionDev": "Dev",
|
||||
"OptionBeta": "Beta",
|
||||
"HeaderTaskTriggers": "Task Triggers",
|
||||
@ -429,7 +429,6 @@
|
||||
"OptionMissingEpisode": "Missing Episodes",
|
||||
"OptionUnairedEpisode": "Unaired Episodes",
|
||||
"OptionEpisodeSortName": "Episode Sort Name",
|
||||
"OptionSeriesSortName": "Series Name",
|
||||
"OptionTvdbRating": "Tvdb Rating",
|
||||
"HeaderAddTitles": "Add Titles",
|
||||
"LabelEnableDlnaPlayTo": "Enable DLNA Play To",
|
||||
@ -1976,5 +1975,9 @@
|
||||
"LabelAutomaticallyRefreshInternetMetadataEvery": "Automatically refresh metadata from the internet:",
|
||||
"Never": "Never",
|
||||
"EveryNDays": "Every {0} days",
|
||||
"HeaderNewDevices": "New Devices"
|
||||
"HeaderNewDevices": "New Devices",
|
||||
"HeaderOnNow": "On Now",
|
||||
"Downloading": "Downloading",
|
||||
"LabelCertificatePassword": "Certificate password:",
|
||||
"LabelCertificatePasswordHelp": "If your certificate requires a password, please enter it here."
|
||||
}
|
@ -1,6 +1,4 @@
|
||||
{
|
||||
"HeaderOnNow": " P\u00e5 N\u00e5",
|
||||
"Downloading": "Downloading",
|
||||
"LabelPrevious": "Forrige",
|
||||
"LabelFinish": "Ferdig",
|
||||
"LabelNext": "Neste",
|
||||
@ -28,10 +26,12 @@
|
||||
"OptionHideWatchedContentFromLatestMedia": "Skjul sett innhold fra siste media.",
|
||||
"DeleteMedia": "Slett media",
|
||||
"HeaderSync": "Synk.",
|
||||
"HeaderUpcomingNews": "Upcoming News",
|
||||
"ButtonOk": "Ok",
|
||||
"ButtonCancel": "Avbryt",
|
||||
"ButtonExit": "Avslutt",
|
||||
"ButtonNew": "Ny",
|
||||
"All": "All",
|
||||
"OptionDev": "Dev",
|
||||
"OptionBeta": "Beta",
|
||||
"HeaderTaskTriggers": "Oppgave Triggers",
|
||||
@ -429,7 +429,6 @@
|
||||
"OptionMissingEpisode": "Mangler Episoder",
|
||||
"OptionUnairedEpisode": "Kommende Episoder",
|
||||
"OptionEpisodeSortName": "Episode Etter Navn",
|
||||
"OptionSeriesSortName": "Serienavn",
|
||||
"OptionTvdbRating": "Tvdb Rangering",
|
||||
"HeaderAddTitles": "Legg til Titler",
|
||||
"LabelEnableDlnaPlayTo": "Sl\u00e5 p\u00e5 DLNA Play To",
|
||||
@ -1976,5 +1975,9 @@
|
||||
"LabelAutomaticallyRefreshInternetMetadataEvery": "Automatically refresh metadata from the internet:",
|
||||
"Never": "Aldri",
|
||||
"EveryNDays": "Every {0} days",
|
||||
"HeaderNewDevices": "Nye enheter"
|
||||
"HeaderNewDevices": "Nye enheter",
|
||||
"HeaderOnNow": " P\u00e5 N\u00e5",
|
||||
"Downloading": "Downloading",
|
||||
"LabelCertificatePassword": "Certificate password:",
|
||||
"LabelCertificatePasswordHelp": "If your certificate requires a password, please enter it here."
|
||||
}
|
@ -1,6 +1,4 @@
|
||||
{
|
||||
"HeaderOnNow": "Aan het spelen",
|
||||
"Downloading": "Downloaden",
|
||||
"LabelPrevious": "Vorige",
|
||||
"LabelFinish": "Voltooien",
|
||||
"LabelNext": "Volgende",
|
||||
@ -28,10 +26,12 @@
|
||||
"OptionHideWatchedContentFromLatestMedia": "Verberg bekeken inhoud van recent toegevoegd",
|
||||
"DeleteMedia": "Verwijder media",
|
||||
"HeaderSync": "Sync",
|
||||
"HeaderUpcomingNews": "Upcoming News",
|
||||
"ButtonOk": "Ok",
|
||||
"ButtonCancel": "Annuleren",
|
||||
"ButtonExit": "Afsluiten",
|
||||
"ButtonNew": "Nieuw",
|
||||
"All": "All",
|
||||
"OptionDev": "Dev (Instabiel)",
|
||||
"OptionBeta": "Beta",
|
||||
"HeaderTaskTriggers": "Taak Triggers",
|
||||
@ -429,7 +429,6 @@
|
||||
"OptionMissingEpisode": "Ontbrekende Afleveringen",
|
||||
"OptionUnairedEpisode": "Toekomstige Afleveringen",
|
||||
"OptionEpisodeSortName": "Aflevering Sorteer Naam",
|
||||
"OptionSeriesSortName": "Serie Naam",
|
||||
"OptionTvdbRating": "Tvdb Waardering",
|
||||
"HeaderAddTitles": "Titels toevoegen",
|
||||
"LabelEnableDlnaPlayTo": "DLNA Afspelen Met inschakelen",
|
||||
@ -1976,5 +1975,9 @@
|
||||
"LabelAutomaticallyRefreshInternetMetadataEvery": "Vernieuw metagegevens automatisch van het internet",
|
||||
"Never": "Nooit",
|
||||
"EveryNDays": "Elke {0} dagen",
|
||||
"HeaderNewDevices": "Nieuwe Apparaten"
|
||||
"HeaderNewDevices": "Nieuwe Apparaten",
|
||||
"HeaderOnNow": "Aan het spelen",
|
||||
"Downloading": "Downloaden",
|
||||
"LabelCertificatePassword": "Certificate password:",
|
||||
"LabelCertificatePasswordHelp": "If your certificate requires a password, please enter it here."
|
||||
}
|
@ -1,6 +1,4 @@
|
||||
{
|
||||
"HeaderOnNow": "On Now",
|
||||
"Downloading": "Downloading",
|
||||
"LabelPrevious": "Wstecz",
|
||||
"LabelFinish": "Koniec",
|
||||
"LabelNext": "Dalej",
|
||||
@ -28,10 +26,12 @@
|
||||
"OptionHideWatchedContentFromLatestMedia": "Ukryj obej\u017can\u0105 zawarto\u015b\u0107 z najnowszych medi\u00f3w",
|
||||
"DeleteMedia": "Usu\u0144 media",
|
||||
"HeaderSync": "Synchronizacja",
|
||||
"HeaderUpcomingNews": "Nadchodz\u0105ce nowo\u015bci",
|
||||
"ButtonOk": "Ok",
|
||||
"ButtonCancel": "Anuluj",
|
||||
"ButtonExit": "Wyjd\u017a",
|
||||
"ButtonNew": "Nowe",
|
||||
"All": "Wszystko",
|
||||
"OptionDev": "Dev",
|
||||
"OptionBeta": "Beta",
|
||||
"HeaderTaskTriggers": "Wyzwalacze Zada\u0144",
|
||||
@ -41,7 +41,7 @@
|
||||
"HeaderPaths": "\u015acie\u017cki",
|
||||
"CategorySync": "Synchronizacja",
|
||||
"TabPlaylist": "Lista",
|
||||
"HeaderInstantMix": "Instant Mix",
|
||||
"HeaderInstantMix": "Natychmiastowy mix",
|
||||
"HeaderEasyPinCode": "\u0141atwy Kod Pin",
|
||||
"HeaderInstalledServices": "Zainstalowane us\u0142ugi",
|
||||
"HeaderAvailableServices": "Dost\u0119pne us\u0142ugi",
|
||||
@ -95,7 +95,7 @@
|
||||
"OptionEnableAccessToAllLibraries": "W\u0142\u0105cz dost\u0119p do wszystkich bibliotek",
|
||||
"DeviceAccessHelp": "Dotyczy to tylko urz\u0105dze\u0144 kt\u00f3re mo\u017cemy unikalnie zidentyfikowa\u0107, nie przeszkodzi to dost\u0119powi przez przegl\u0105dark\u0119. Filtorawnie urz\u0105dze\u0144 u\u017cytkownik\u00f3w zabroni korzystanie im z nich do p\u00f3ki nie otrzymaj\u0105 autoryzacji.",
|
||||
"LabelDisplayMissingEpisodesWithinSeasons": "Wy\u015bwietl brakuj\u0105ce odcinki w sezonach",
|
||||
"LabelDisplayMissingEpisodesWithinSeasonsHelp": "This must also be enabled for TV libraries in Emby Server setup.",
|
||||
"LabelDisplayMissingEpisodesWithinSeasonsHelp": "To musi by\u0107 w\u0142\u0105czone w bibliotekach TV w",
|
||||
"LabelUnairedMissingEpisodesWithinSeasons": "Wy\u015bwietl nie wydanie odcinki w sezonach",
|
||||
"ImportMissingEpisodesHelp": "Je\u015bli opcja jest w\u0142\u0105czona, w\u00f3wczas informacje o brakuj\u0105cych epizodach zostan\u0105 zaimportowane do Emby oraz b\u0119d\u0105 wy\u015bwietlane. Mo\u017ce to wyd\u0142u\u017cy\u0107 czas skanowania bilblioteki.",
|
||||
"MessageEnablingOptionLongerScans": "W\u0142\u0105czenie tej opcji mo\u017ce spowodowa\u0107 znaczne wyd\u0142u\u017cenie czasu skanowania biblioteki.",
|
||||
@ -429,7 +429,6 @@
|
||||
"OptionMissingEpisode": "Brakuj\u0105ce Odcinki",
|
||||
"OptionUnairedEpisode": "Niewy\u015bwietlone Odcinki",
|
||||
"OptionEpisodeSortName": "Kr\u00f3tka Nazwa Odcinka",
|
||||
"OptionSeriesSortName": "Nazwa Serialu",
|
||||
"OptionTvdbRating": "Rating Tvdb",
|
||||
"HeaderAddTitles": "Dodaj Tytu\u0142y",
|
||||
"LabelEnableDlnaPlayTo": "W\u0142\u0105cz DLNA Play To",
|
||||
@ -1949,7 +1948,7 @@
|
||||
"LabelConvertRecordingsTo": "Konwertuj nagrania do:",
|
||||
"HeaderUpcomingOnTV": "Nadchodz\u0105ce w TV",
|
||||
"LabelOptionalNetworkPath": "(Niewymagane) Udost\u0119pniony folder sieciowy:",
|
||||
"LabelOptionalNetworkPathHelp": "If this folder is shared on your network, supplying the network share path can allow Emby apps on other devices to access media files directly.",
|
||||
"LabelOptionalNetworkPathHelp": "Je\u015bli katalog jest udost\u0119pniony, podanie jego \u015bcie\u017cki sieciowej umo\u017cliwi bezpo\u015brednie odtwarzanie na innych urz\u0105dzeniach.",
|
||||
"ButtonPlayExternalPlayer": "Odtwarzaj zewn\u0119trznym odtwarzaczem",
|
||||
"NotScheduledToRecord": "Nie zaplanowano nagrania",
|
||||
"SynologyUpdateInstructions": "Please login to DSM and go to Package Center to update.",
|
||||
@ -1961,8 +1960,8 @@
|
||||
"LabelPostProcessorArgumentsHelp": "Use {path} as the path to the recording file.",
|
||||
"LabelPostProcessor": "Post-processing application:",
|
||||
"ErrorAddingXmlTvFile": "There was an error accessing the XmlTV file. Please ensure the file exists and try again.",
|
||||
"OptionAutomaticallyGroupSeries": "Automatically merge series that are spread across multiple folders",
|
||||
"OptionAutomaticallyGroupSeriesHelp": "If enabled, series that are spread across multiple folders within this library will be automatically merged into a single series.",
|
||||
"OptionAutomaticallyGroupSeries": "Automatycznie po\u0142\u0105cz seriale kt\u00f3re znajduj\u0105 si\u0119 w kilku katalogach.",
|
||||
"OptionAutomaticallyGroupSeriesHelp": "W\u0142\u0105cza automatyczne \u0142\u0105czenie seriali znajduj\u0105cych si\u0119 w wielu katalogach.",
|
||||
"ErrorReachingEmbyConnect": "There was an error reaching the Emby Connect server. Please ensure you have an active internet connection and try again.",
|
||||
"WhenDidYouPurchaseApp": "When did you originally purchase this app?",
|
||||
"PreferEmbeddedTitlesOverFileNames": "Prefer embedded titles over filenames",
|
||||
@ -1976,5 +1975,9 @@
|
||||
"LabelAutomaticallyRefreshInternetMetadataEvery": "Automatically refresh metadata from the internet:",
|
||||
"Never": "Never",
|
||||
"EveryNDays": "Every {0} days",
|
||||
"HeaderNewDevices": "New Devices"
|
||||
"HeaderNewDevices": "New Devices",
|
||||
"HeaderOnNow": "On Now",
|
||||
"Downloading": "Downloading",
|
||||
"LabelCertificatePassword": "Certificate password:",
|
||||
"LabelCertificatePasswordHelp": "If your certificate requires a password, please enter it here."
|
||||
}
|
@ -1,6 +1,4 @@
|
||||
{
|
||||
"HeaderOnNow": "Em Exibi\u00e7\u00e3o",
|
||||
"Downloading": "Transferindo",
|
||||
"LabelPrevious": "Anterior",
|
||||
"LabelFinish": "Finalizar",
|
||||
"LabelNext": "Pr\u00f3ximo",
|
||||
@ -28,10 +26,12 @@
|
||||
"OptionHideWatchedContentFromLatestMedia": "Ocultar conte\u00fado j\u00e1 assistido das m\u00eddias recentes",
|
||||
"DeleteMedia": "Excluir m\u00eddia",
|
||||
"HeaderSync": "Sincroniza\u00e7\u00e3o",
|
||||
"HeaderUpcomingNews": "Pr\u00f3ximas Not\u00edcias",
|
||||
"ButtonOk": "Ok",
|
||||
"ButtonCancel": "Cancelar",
|
||||
"ButtonExit": "Sair",
|
||||
"ButtonNew": "Novo",
|
||||
"All": "Tudo",
|
||||
"OptionDev": "Dev",
|
||||
"OptionBeta": "Beta",
|
||||
"HeaderTaskTriggers": "Disparadores de Tarefa",
|
||||
@ -429,7 +429,6 @@
|
||||
"OptionMissingEpisode": "Epis\u00f3dios Faltantes",
|
||||
"OptionUnairedEpisode": "Epis\u00f3dios Por Estrear",
|
||||
"OptionEpisodeSortName": "Nome de Ordena\u00e7\u00e3o do Epis\u00f3dio",
|
||||
"OptionSeriesSortName": "Nome da S\u00e9rie",
|
||||
"OptionTvdbRating": "Avalia\u00e7\u00e3o Tvdb",
|
||||
"HeaderAddTitles": "Adicionar T\u00edtulos",
|
||||
"LabelEnableDlnaPlayTo": "Ativar Reproduzir Em usando DLNA",
|
||||
@ -1976,5 +1975,9 @@
|
||||
"LabelAutomaticallyRefreshInternetMetadataEvery": "Atualizar os metadados automaticamente da internet:",
|
||||
"Never": "Nunca",
|
||||
"EveryNDays": "A cada {0} dias",
|
||||
"HeaderNewDevices": "Novos Dispositivos"
|
||||
"HeaderNewDevices": "Novos Dispositivos",
|
||||
"HeaderOnNow": "Em Exibi\u00e7\u00e3o",
|
||||
"Downloading": "Transferindo",
|
||||
"LabelCertificatePassword": "Senha do certificado:",
|
||||
"LabelCertificatePasswordHelp": "Se o seu certificado exige uma senha, por favor digite aqui."
|
||||
}
|
@ -1,6 +1,4 @@
|
||||
{
|
||||
"HeaderOnNow": "On Now",
|
||||
"Downloading": "Downloading",
|
||||
"LabelPrevious": "Anterior",
|
||||
"LabelFinish": "Terminar",
|
||||
"LabelNext": "Seguinte",
|
||||
@ -28,10 +26,12 @@
|
||||
"OptionHideWatchedContentFromLatestMedia": "Ocultar conte\u00fado multim\u00e9dia j\u00e1 assistido",
|
||||
"DeleteMedia": "Delete media",
|
||||
"HeaderSync": "Sincroniza\u00e7\u00e3o",
|
||||
"HeaderUpcomingNews": "Upcoming News",
|
||||
"ButtonOk": "Ok",
|
||||
"ButtonCancel": "Cancelar",
|
||||
"ButtonExit": "Sair",
|
||||
"ButtonNew": "Novo",
|
||||
"All": "All",
|
||||
"OptionDev": "Dev",
|
||||
"OptionBeta": "Beta",
|
||||
"HeaderTaskTriggers": "Disparadores de Tarefa",
|
||||
@ -429,7 +429,6 @@
|
||||
"OptionMissingEpisode": "Epis\u00f3dios em Falta",
|
||||
"OptionUnairedEpisode": "Epis\u00f3dios por Estrear",
|
||||
"OptionEpisodeSortName": "Nome de Ordena\u00e7\u00e3o do Epis\u00f3dio",
|
||||
"OptionSeriesSortName": "Nome da S\u00e9rie",
|
||||
"OptionTvdbRating": "Classifica\u00e7\u00e3o no Tvdb",
|
||||
"HeaderAddTitles": "Adicional T\u00edtulos",
|
||||
"LabelEnableDlnaPlayTo": "Ativar DLNA Play To",
|
||||
@ -1976,5 +1975,9 @@
|
||||
"LabelAutomaticallyRefreshInternetMetadataEvery": "Automatically refresh metadata from the internet:",
|
||||
"Never": "Never",
|
||||
"EveryNDays": "Every {0} days",
|
||||
"HeaderNewDevices": "New Devices"
|
||||
"HeaderNewDevices": "New Devices",
|
||||
"HeaderOnNow": "On Now",
|
||||
"Downloading": "Downloading",
|
||||
"LabelCertificatePassword": "Certificate password:",
|
||||
"LabelCertificatePasswordHelp": "If your certificate requires a password, please enter it here."
|
||||
}
|
@ -1,6 +1,4 @@
|
||||
{
|
||||
"HeaderOnNow": "On Now",
|
||||
"Downloading": "Downloading",
|
||||
"LabelPrevious": "Anteriorul",
|
||||
"LabelFinish": "Termina",
|
||||
"LabelNext": "Urmatorul",
|
||||
@ -28,10 +26,12 @@
|
||||
"OptionHideWatchedContentFromLatestMedia": "Ascunde continutul vizualizat din Noutati Media",
|
||||
"DeleteMedia": "Delete media",
|
||||
"HeaderSync": "Sincronizeaza",
|
||||
"HeaderUpcomingNews": "Upcoming News",
|
||||
"ButtonOk": "Ok",
|
||||
"ButtonCancel": "Anuleaza",
|
||||
"ButtonExit": "Iesire",
|
||||
"ButtonNew": "Nou",
|
||||
"All": "All",
|
||||
"OptionDev": "Dev",
|
||||
"OptionBeta": "Beta",
|
||||
"HeaderTaskTriggers": "Task Triggers",
|
||||
@ -429,7 +429,6 @@
|
||||
"OptionMissingEpisode": "Missing Episodes",
|
||||
"OptionUnairedEpisode": "Unaired Episodes",
|
||||
"OptionEpisodeSortName": "Episode Sort Name",
|
||||
"OptionSeriesSortName": "Series Name",
|
||||
"OptionTvdbRating": "Tvdb Rating",
|
||||
"HeaderAddTitles": "Add Titles",
|
||||
"LabelEnableDlnaPlayTo": "Enable DLNA Play To",
|
||||
@ -1976,5 +1975,9 @@
|
||||
"LabelAutomaticallyRefreshInternetMetadataEvery": "Automatically refresh metadata from the internet:",
|
||||
"Never": "Never",
|
||||
"EveryNDays": "Every {0} days",
|
||||
"HeaderNewDevices": "New Devices"
|
||||
"HeaderNewDevices": "New Devices",
|
||||
"HeaderOnNow": "On Now",
|
||||
"Downloading": "Downloading",
|
||||
"LabelCertificatePassword": "Certificate password:",
|
||||
"LabelCertificatePasswordHelp": "If your certificate requires a password, please enter it here."
|
||||
}
|
@ -1,6 +1,4 @@
|
||||
{
|
||||
"HeaderOnNow": "\u0412 \u044d\u0444\u0438\u0440\u0435",
|
||||
"Downloading": "\u0417\u0430\u0433\u0440\u0443\u0436\u0430\u0435\u0442\u0441\u044f",
|
||||
"LabelPrevious": "\u041f\u0440\u0435\u0434\u044b\u0434\u0443\u0449\u0435\u0435",
|
||||
"LabelFinish": "\u0417\u0430\u0432\u0435\u0440\u0448\u0438\u0442\u044c",
|
||||
"LabelNext": "\u0421\u043b\u0435\u0434\u0443\u044e\u0449\u0435\u0435",
|
||||
@ -28,10 +26,12 @@
|
||||
"OptionHideWatchedContentFromLatestMedia": "\u0421\u043a\u0440\u044b\u0442\u044c \u043f\u0440\u043e\u0441\u043c\u043e\u0442\u0440\u0435\u043d\u043d\u043e\u0435 \u0441\u043e\u0434\u0435\u0440\u0436\u0430\u043d\u0438\u0435 \u0438\u0437 \u041d\u043e\u0432\u0435\u0439\u0448\u0438\u0445 \u043c\u0435\u0434\u0438\u0430\u0434\u0430\u043d\u043d\u044b\u0445",
|
||||
"DeleteMedia": "\u0423\u0434\u0430\u043b\u0438\u0442\u044c \u043c\u0435\u0434\u0438\u0430\u0434\u0430\u043d\u043d\u044b\u0435",
|
||||
"HeaderSync": "\u0421\u0438\u043d\u0445\u0440\u043e\u043d\u0438\u0437\u0430\u0446\u0438\u044f",
|
||||
"HeaderUpcomingNews": "\u041e\u0436\u0438\u0434\u0430\u0435\u043c\u044b\u0435 \u043d\u043e\u0432\u043e\u0441\u0442\u043d\u044b\u0435",
|
||||
"ButtonOk": "\u041e\u043a",
|
||||
"ButtonCancel": "\u041e\u0442\u043c\u0435\u043d\u0438\u0442\u044c",
|
||||
"ButtonExit": "\u0412\u044b\u0439\u0442\u0438",
|
||||
"ButtonNew": "\u041d\u043e\u0432\u043e\u0435",
|
||||
"All": "\u0412\u0441\u0435",
|
||||
"OptionDev": "\u0420\u0430\u0437\u0440\u0430\u0431\u043e\u0442\u043e\u0447\u043d\u0430\u044f",
|
||||
"OptionBeta": "\u0411\u0435\u0442\u0430",
|
||||
"HeaderTaskTriggers": "\u0422\u0440\u0438\u0433\u0433\u0435\u0440\u044b \u0437\u0430\u0434\u0430\u0447\u0438",
|
||||
@ -429,7 +429,6 @@
|
||||
"OptionMissingEpisode": "\u041d\u0435\u0442 \u044d\u043f\u0438\u0437\u043e\u0434\u043e\u0432",
|
||||
"OptionUnairedEpisode": "\u041e\u0436\u0438\u0434\u0430\u0435\u043c\u044b\u0435 \u044d\u043f\u0438\u0437\u043e\u0434\u044b",
|
||||
"OptionEpisodeSortName": "\u0418\u043c\u044f \u0441\u043e\u0440\u0442\u0438\u0440\u043e\u0432\u043a\u0438 \u044d\u043f\u0438\u0437\u043e\u0434\u0430",
|
||||
"OptionSeriesSortName": "\u041d\u0430\u0437\u0432\u0430\u043d\u0438\u0435 \u0441\u0435\u0440\u0438\u0430\u043b\u0430",
|
||||
"OptionTvdbRating": "\u041e\u0446\u0435\u043d\u043a\u0430 TVDb",
|
||||
"HeaderAddTitles": "\u0414\u043e\u0431\u0430\u0432\u043b\u0435\u043d\u0438\u0435 \u043f\u0440\u043e\u0438\u0437\u0432\u0435\u0434\u0435\u043d\u0438\u0439",
|
||||
"LabelEnableDlnaPlayTo": "\u0412\u043a\u043b\u044e\u0447\u0438\u0442\u044c DLNA-\u0444\u0443\u043d\u043a\u0446\u0438\u044e \u0412\u043e\u0441\u043f\u0440\u043e\u0438\u0437\u0432\u0435\u0441\u0442\u0438 \u041d\u0430",
|
||||
@ -592,7 +591,7 @@
|
||||
"ButtonPageUp": "\u041d\u0430 \u0441\u0442\u0440\u0430\u043d\u0438\u0446\u0443 \u0432\u0432\u0435\u0440\u0445",
|
||||
"ButtonPageDown": "\u041d\u0430 \u0441\u0442\u0440\u0430\u043d\u0438\u0446\u0443 \u0432\u043d\u0438\u0437",
|
||||
"ButtonHome": "\u0413\u043b\u0430\u0432\u043d\u043e\u0435",
|
||||
"ButtonSearch": "\u0412\u044b\u043f\u043e\u043b\u043d\u0438\u0442\u044c \u043f\u043e\u0438\u0441\u043a",
|
||||
"ButtonSearch": "\u0418\u0441\u043a\u0430\u0442\u044c",
|
||||
"ButtonSettings": "\u041f\u0430\u0440\u0430\u043c\u0435\u0442\u0440\u044b...",
|
||||
"Settings": "\u041f\u0430\u0440\u0430\u043c\u0435\u0442\u0440\u044b",
|
||||
"Mute": "\u041e\u0442\u043a\u043b. \u0437\u0432\u0443\u043a",
|
||||
@ -1305,7 +1304,7 @@
|
||||
"ButtonScheduledTasks": "\u041f\u043b\u0430\u043d\u0438\u0440\u043e\u0432\u0449\u0438\u043a...",
|
||||
"MessageItemsAdded": "\u042d\u043b\u0435\u043c\u0435\u043d\u0442\u044b \u0434\u043e\u0431\u0430\u0432\u043b\u0435\u043d\u044b",
|
||||
"HeaderSelectCertificatePath": "\u0412\u044b\u0431\u043e\u0440 \u043f\u0443\u0442\u0438 \u043a \u0441\u0435\u0440\u0442\u0438\u0444\u0438\u043a\u0430\u0442\u0443",
|
||||
"HeaderSupporterBenefit": "\u0414\u0435\u0439\u0441\u0442\u0432\u0443\u044e\u0449\u0430\u044f \u043f\u043e\u0434\u043f\u0438\u0441\u043a\u0430 Emby Premiere \u043f\u0440\u0435\u0434\u043e\u0441\u0442\u0430\u0432\u0438\u0442 \u0434\u043e\u043f\u043e\u043b\u043d\u0438\u0442\u0435\u043b\u044c\u043d\u044b\u0435 \u043a\u043e\u043c\u043f\u043e\u043d\u0435\u043d\u0442\u044b, \u043d\u0430\u043f\u0440\u0438\u043c\u0435\u0440, Emby DVR, \u0430\u0432\u0442\u043e\u043d\u043e\u043c\u043d\u044b\u0435 \u043c\u0435\u0434\u0438\u0430\u0434\u0430\u043d\u043d\u044b\u0435, \u043f\u0440\u0435\u043c\u0438\u0443\u043c \u043f\u043b\u0430\u0433\u0438\u043d\u044b \u0438 \u0442.\u0434. {0}\u041f\u043e\u0434\u0440\u043e\u0431\u043d\u0435\u0435{1}.",
|
||||
"HeaderSupporterBenefit": "\u0414\u0435\u0439\u0441\u0442\u0432\u0443\u044e\u0449\u0430\u044f \u043f\u043e\u0434\u043f\u0438\u0441\u043a\u0430 Emby Premiere \u043f\u0440\u0435\u0434\u043e\u0441\u0442\u0430\u0432\u0438\u0442 \u0434\u043e\u043f\u043e\u043b\u043d\u0438\u0442\u0435\u043b\u044c\u043d\u044b\u0435 \u043a\u043e\u043c\u043f\u043e\u043d\u0435\u043d\u0442\u044b, \u043d\u0430\u043f\u0440\u0438\u043c\u0435\u0440, \u0432\u0438\u0434\u0435\u043e\u0440\u0435\u043a\u043e\u0440\u0434\u0435\u0440 Emby, \u0430\u0432\u0442\u043e\u043d\u043e\u043c\u043d\u044b\u0435 \u043c\u0435\u0434\u0438\u0430\u0434\u0430\u043d\u043d\u044b\u0435, \u043f\u0440\u0435\u043c\u0438\u0443\u043c \u043f\u043b\u0430\u0433\u0438\u043d\u044b \u0438 \u0442.\u0434. {0}\u041f\u043e\u0434\u0440\u043e\u0431\u043d\u0435\u0435{1}.",
|
||||
"HeaderWelcomeToProjectServerDashboard": "\u041d\u0430\u0447\u0430\u043b\u043e \u0440\u0430\u0431\u043e\u0442\u044b \u0432 \u041f\u0430\u043d\u0435\u043b\u0438 Emby Server",
|
||||
"HeaderWelcomeToProjectWebClient": "\u041d\u0430\u0447\u0430\u043b\u043e \u0440\u0430\u0431\u043e\u0442\u044b \u0432 Emby",
|
||||
"ButtonTakeTheTour": "\u041e\u0437\u043d\u0430\u043a\u043e\u043c\u0438\u0442\u044c\u0441\u044f",
|
||||
@ -1976,5 +1975,9 @@
|
||||
"LabelAutomaticallyRefreshInternetMetadataEvery": "\u0410\u0432\u0442\u043e\u043c\u0430\u0442\u0438\u0447\u0435\u0441\u043a\u0438 \u043f\u043e\u0434\u043d\u043e\u0432\u043b\u044f\u0442\u044c \u043c\u0435\u0442\u0430\u0434\u0430\u043d\u043d\u044b\u0435 \u0438\u0437 \u0418\u043d\u0442\u0435\u0440\u043d\u0435\u0442\u0430:",
|
||||
"Never": "\u041d\u0438\u043a\u043e\u0433\u0434\u0430",
|
||||
"EveryNDays": "\u041a\u0430\u0436\u0434\u044b\u0435 {0} \u0434\u043d\u0435\u0439",
|
||||
"HeaderNewDevices": "\u041d\u043e\u0432\u044b\u0435 \u0443\u0441\u0442\u0440\u043e\u0439\u0441\u0442\u0432\u0430"
|
||||
"HeaderNewDevices": "\u041d\u043e\u0432\u044b\u0435 \u0443\u0441\u0442\u0440\u043e\u0439\u0441\u0442\u0432\u0430",
|
||||
"HeaderOnNow": "\u0412 \u044d\u0444\u0438\u0440\u0435",
|
||||
"Downloading": "\u0417\u0430\u0433\u0440\u0443\u0436\u0430\u0435\u0442\u0441\u044f",
|
||||
"LabelCertificatePassword": "\u041f\u0430\u0440\u043e\u043b\u044c \u0441\u0435\u0440\u0442\u0438\u0444\u0438\u043a\u0430\u0442\u0430:",
|
||||
"LabelCertificatePasswordHelp": "\u0415\u0441\u043b\u0438 \u0434\u043b\u044f \u0432\u0430\u0448\u0435\u0433\u043e \u0441\u0435\u0440\u0442\u0438\u0444\u0438\u043a\u0430\u0442\u0430 \u0442\u0440\u0435\u0431\u0443\u0435\u0442\u0441\u044f \u043f\u0430\u0440\u043e\u043b\u044c, \u0442\u043e \u0432\u0432\u0435\u0434\u0438\u0442\u0435 \u0435\u0433\u043e \u0437\u0434\u0435\u0441\u044c."
|
||||
}
|
@ -1,6 +1,4 @@
|
||||
{
|
||||
"HeaderOnNow": "On Now",
|
||||
"Downloading": "Downloading",
|
||||
"LabelPrevious": "Previous",
|
||||
"LabelFinish": "Finish",
|
||||
"LabelNext": "Next",
|
||||
@ -28,10 +26,12 @@
|
||||
"OptionHideWatchedContentFromLatestMedia": "Hide watched content from latest media",
|
||||
"DeleteMedia": "Delete media",
|
||||
"HeaderSync": "Sync",
|
||||
"HeaderUpcomingNews": "Upcoming News",
|
||||
"ButtonOk": "Ok",
|
||||
"ButtonCancel": "Cancel",
|
||||
"ButtonExit": "Exit",
|
||||
"ButtonNew": "New",
|
||||
"All": "All",
|
||||
"OptionDev": "Dev",
|
||||
"OptionBeta": "Beta",
|
||||
"HeaderTaskTriggers": "Task Triggers",
|
||||
@ -429,7 +429,6 @@
|
||||
"OptionMissingEpisode": "Missing Episodes",
|
||||
"OptionUnairedEpisode": "Unaired Episodes",
|
||||
"OptionEpisodeSortName": "Episode Sort Name",
|
||||
"OptionSeriesSortName": "Series Name",
|
||||
"OptionTvdbRating": "Tvdb Rating",
|
||||
"HeaderAddTitles": "Add Titles",
|
||||
"LabelEnableDlnaPlayTo": "Enable DLNA Play To",
|
||||
@ -1976,5 +1975,9 @@
|
||||
"LabelAutomaticallyRefreshInternetMetadataEvery": "Automatically refresh metadata from the internet:",
|
||||
"Never": "Never",
|
||||
"EveryNDays": "Every {0} days",
|
||||
"HeaderNewDevices": "New Devices"
|
||||
"HeaderNewDevices": "New Devices",
|
||||
"HeaderOnNow": "On Now",
|
||||
"Downloading": "Downloading",
|
||||
"LabelCertificatePassword": "Certificate password:",
|
||||
"LabelCertificatePasswordHelp": "If your certificate requires a password, please enter it here."
|
||||
}
|
@ -1,6 +1,4 @@
|
||||
{
|
||||
"HeaderOnNow": "On Now",
|
||||
"Downloading": "Downloading",
|
||||
"LabelPrevious": "Nazaj",
|
||||
"LabelFinish": "Konec",
|
||||
"LabelNext": "Naprej",
|
||||
@ -28,10 +26,12 @@
|
||||
"OptionHideWatchedContentFromLatestMedia": "Ne prikazi ogledanih vsebin v zadnjih vsebinah",
|
||||
"DeleteMedia": "Delete media",
|
||||
"HeaderSync": "Sync",
|
||||
"HeaderUpcomingNews": "Upcoming News",
|
||||
"ButtonOk": "Ok",
|
||||
"ButtonCancel": "Cancel",
|
||||
"ButtonExit": "Izhod",
|
||||
"ButtonNew": "New",
|
||||
"All": "All",
|
||||
"OptionDev": "Dev",
|
||||
"OptionBeta": "Beta",
|
||||
"HeaderTaskTriggers": "Task Triggers",
|
||||
@ -429,7 +429,6 @@
|
||||
"OptionMissingEpisode": "Missing Episodes",
|
||||
"OptionUnairedEpisode": "Unaired Episodes",
|
||||
"OptionEpisodeSortName": "Episode Sort Name",
|
||||
"OptionSeriesSortName": "Series Name",
|
||||
"OptionTvdbRating": "Tvdb Rating",
|
||||
"HeaderAddTitles": "Add Titles",
|
||||
"LabelEnableDlnaPlayTo": "Enable DLNA Play To",
|
||||
@ -1976,5 +1975,9 @@
|
||||
"LabelAutomaticallyRefreshInternetMetadataEvery": "Automatically refresh metadata from the internet:",
|
||||
"Never": "Never",
|
||||
"EveryNDays": "Every {0} days",
|
||||
"HeaderNewDevices": "New Devices"
|
||||
"HeaderNewDevices": "New Devices",
|
||||
"HeaderOnNow": "On Now",
|
||||
"Downloading": "Downloading",
|
||||
"LabelCertificatePassword": "Certificate password:",
|
||||
"LabelCertificatePasswordHelp": "If your certificate requires a password, please enter it here."
|
||||
}
|
@ -1,6 +1,4 @@
|
||||
{
|
||||
"HeaderOnNow": "On Now",
|
||||
"Downloading": "Downloading",
|
||||
"LabelPrevious": "F\u00f6reg\u00e5ende",
|
||||
"LabelFinish": "Klart",
|
||||
"LabelNext": "N\u00e4sta",
|
||||
@ -28,10 +26,12 @@
|
||||
"OptionHideWatchedContentFromLatestMedia": "D\u00f6lj visat inneh\u00e5ll ifr\u00e5n senaste media",
|
||||
"DeleteMedia": "Ta bort media",
|
||||
"HeaderSync": "Synkronisera",
|
||||
"HeaderUpcomingNews": "Upcoming News",
|
||||
"ButtonOk": "OK",
|
||||
"ButtonCancel": "Avbryt",
|
||||
"ButtonExit": "Avsluta",
|
||||
"ButtonNew": "Nytillkommet",
|
||||
"All": "All",
|
||||
"OptionDev": "Utvecklarversion",
|
||||
"OptionBeta": "Betaversion",
|
||||
"HeaderTaskTriggers": "Aktivitetsutl\u00f6sare",
|
||||
@ -429,7 +429,6 @@
|
||||
"OptionMissingEpisode": "Saknade avsnitt",
|
||||
"OptionUnairedEpisode": "Ej s\u00e4nda avsnitt",
|
||||
"OptionEpisodeSortName": "Sorteringstitel f\u00f6r avsnitt",
|
||||
"OptionSeriesSortName": "Seriens namn",
|
||||
"OptionTvdbRating": "TVDB-betyg",
|
||||
"HeaderAddTitles": "L\u00e4gg till titlar",
|
||||
"LabelEnableDlnaPlayTo": "Anv\u00e4nd DLNA spela-upp-p\u00e5",
|
||||
@ -1976,5 +1975,9 @@
|
||||
"LabelAutomaticallyRefreshInternetMetadataEvery": "Automatically refresh metadata from the internet:",
|
||||
"Never": "Never",
|
||||
"EveryNDays": "Every {0} days",
|
||||
"HeaderNewDevices": "New Devices"
|
||||
"HeaderNewDevices": "New Devices",
|
||||
"HeaderOnNow": "On Now",
|
||||
"Downloading": "Downloading",
|
||||
"LabelCertificatePassword": "Certificate password:",
|
||||
"LabelCertificatePasswordHelp": "If your certificate requires a password, please enter it here."
|
||||
}
|
@ -1,6 +1,4 @@
|
||||
{
|
||||
"HeaderOnNow": "On Now",
|
||||
"Downloading": "Downloading",
|
||||
"LabelPrevious": "\u00d6nceki",
|
||||
"LabelFinish": "Bitir",
|
||||
"LabelNext": "Sonraki",
|
||||
@ -28,10 +26,12 @@
|
||||
"OptionHideWatchedContentFromLatestMedia": "Hide watched content from latest media",
|
||||
"DeleteMedia": "Delete media",
|
||||
"HeaderSync": "Sync",
|
||||
"HeaderUpcomingNews": "Upcoming News",
|
||||
"ButtonOk": "Tamam",
|
||||
"ButtonCancel": "\u0130ptal",
|
||||
"ButtonExit": "Exit",
|
||||
"ButtonNew": "Yeni",
|
||||
"All": "All",
|
||||
"OptionDev": "Gelistirici",
|
||||
"OptionBeta": "Deneme",
|
||||
"HeaderTaskTriggers": "Task Triggers",
|
||||
@ -429,7 +429,6 @@
|
||||
"OptionMissingEpisode": "Missing Episodes",
|
||||
"OptionUnairedEpisode": "Unaired Episodes",
|
||||
"OptionEpisodeSortName": "Episode Sort Name",
|
||||
"OptionSeriesSortName": "Seri Ad\u0131",
|
||||
"OptionTvdbRating": "Tvdb Reyting",
|
||||
"HeaderAddTitles": "Add Titles",
|
||||
"LabelEnableDlnaPlayTo": "Enable DLNA Play To",
|
||||
@ -1976,5 +1975,9 @@
|
||||
"LabelAutomaticallyRefreshInternetMetadataEvery": "Automatically refresh metadata from the internet:",
|
||||
"Never": "Never",
|
||||
"EveryNDays": "Every {0} days",
|
||||
"HeaderNewDevices": "New Devices"
|
||||
"HeaderNewDevices": "New Devices",
|
||||
"HeaderOnNow": "On Now",
|
||||
"Downloading": "Downloading",
|
||||
"LabelCertificatePassword": "Certificate password:",
|
||||
"LabelCertificatePasswordHelp": "If your certificate requires a password, please enter it here."
|
||||
}
|
@ -1,6 +1,4 @@
|
||||
{
|
||||
"HeaderOnNow": "On Now",
|
||||
"Downloading": "Downloading",
|
||||
"LabelPrevious": "\u041d\u0430\u0437\u0430\u0434",
|
||||
"LabelFinish": "Finish",
|
||||
"LabelNext": "\u0412\u043f\u0435\u0440\u0435\u0434",
|
||||
@ -28,10 +26,12 @@
|
||||
"OptionHideWatchedContentFromLatestMedia": "Hide watched content from latest media",
|
||||
"DeleteMedia": "Delete media",
|
||||
"HeaderSync": "Sync",
|
||||
"HeaderUpcomingNews": "Upcoming News",
|
||||
"ButtonOk": "Ok",
|
||||
"ButtonCancel": "\u0421\u043a\u0430\u0441\u0443\u0432\u0430\u0442\u0438",
|
||||
"ButtonExit": "Exit",
|
||||
"ButtonNew": "\u041d\u043e\u0432\u0438\u0439",
|
||||
"All": "All",
|
||||
"OptionDev": "Dev",
|
||||
"OptionBeta": "Beta",
|
||||
"HeaderTaskTriggers": "Task Triggers",
|
||||
@ -429,7 +429,6 @@
|
||||
"OptionMissingEpisode": "Missing Episodes",
|
||||
"OptionUnairedEpisode": "Unaired Episodes",
|
||||
"OptionEpisodeSortName": "Episode Sort Name",
|
||||
"OptionSeriesSortName": "Series Name",
|
||||
"OptionTvdbRating": "Tvdb Rating",
|
||||
"HeaderAddTitles": "Add Titles",
|
||||
"LabelEnableDlnaPlayTo": "Enable DLNA Play To",
|
||||
@ -1976,5 +1975,9 @@
|
||||
"LabelAutomaticallyRefreshInternetMetadataEvery": "Automatically refresh metadata from the internet:",
|
||||
"Never": "Never",
|
||||
"EveryNDays": "Every {0} days",
|
||||
"HeaderNewDevices": "New Devices"
|
||||
"HeaderNewDevices": "New Devices",
|
||||
"HeaderOnNow": "On Now",
|
||||
"Downloading": "Downloading",
|
||||
"LabelCertificatePassword": "Certificate password:",
|
||||
"LabelCertificatePasswordHelp": "If your certificate requires a password, please enter it here."
|
||||
}
|
@ -1,6 +1,4 @@
|
||||
{
|
||||
"HeaderOnNow": "On Now",
|
||||
"Downloading": "Downloading",
|
||||
"LabelPrevious": "Tr\u01b0\u1edbc",
|
||||
"LabelFinish": "K\u1ebft th\u00fac",
|
||||
"LabelNext": "Ti\u1ebfp theo",
|
||||
@ -28,10 +26,12 @@
|
||||
"OptionHideWatchedContentFromLatestMedia": "Hide watched content from latest media",
|
||||
"DeleteMedia": "Delete media",
|
||||
"HeaderSync": "Sync",
|
||||
"HeaderUpcomingNews": "Upcoming News",
|
||||
"ButtonOk": "Ok",
|
||||
"ButtonCancel": "Tho\u00e1t",
|
||||
"ButtonExit": "Exit",
|
||||
"ButtonNew": "M\u1edbi",
|
||||
"All": "All",
|
||||
"OptionDev": "Kh\u00f4ng \u1ed5n \u0111\u1ecbnh",
|
||||
"OptionBeta": "Beta",
|
||||
"HeaderTaskTriggers": "Task Triggers",
|
||||
@ -429,7 +429,6 @@
|
||||
"OptionMissingEpisode": "Missing Episodes",
|
||||
"OptionUnairedEpisode": "Unaired Episodes",
|
||||
"OptionEpisodeSortName": "Episode Sort Name",
|
||||
"OptionSeriesSortName": "Series Name",
|
||||
"OptionTvdbRating": "Tvdb Rating",
|
||||
"HeaderAddTitles": "Th\u00eam c\u00e1c ti\u00eau \u0111\u1ec1",
|
||||
"LabelEnableDlnaPlayTo": "Cho ph\u00e9p DLNA ch\u1ea1y \u0111\u1ec3",
|
||||
@ -1976,5 +1975,9 @@
|
||||
"LabelAutomaticallyRefreshInternetMetadataEvery": "Automatically refresh metadata from the internet:",
|
||||
"Never": "Never",
|
||||
"EveryNDays": "Every {0} days",
|
||||
"HeaderNewDevices": "New Devices"
|
||||
"HeaderNewDevices": "New Devices",
|
||||
"HeaderOnNow": "On Now",
|
||||
"Downloading": "Downloading",
|
||||
"LabelCertificatePassword": "Certificate password:",
|
||||
"LabelCertificatePasswordHelp": "If your certificate requires a password, please enter it here."
|
||||
}
|
@ -1,6 +1,4 @@
|
||||
{
|
||||
"HeaderOnNow": "On Now",
|
||||
"Downloading": "Downloading",
|
||||
"LabelPrevious": "\u4e0a\u4e00\u4e2a",
|
||||
"LabelFinish": "\u5b8c\u6210",
|
||||
"LabelNext": "\u4e0b\u4e00\u4e2a",
|
||||
@ -28,10 +26,12 @@
|
||||
"OptionHideWatchedContentFromLatestMedia": "\u4ece\u6700\u65b0\u5a92\u4f53\u4e2d\u9690\u85cf\u5df2\u89c2\u770b\u7684\u5185\u5bb9",
|
||||
"DeleteMedia": "\u5220\u9664\u5a92\u4f53",
|
||||
"HeaderSync": "\u540c\u6b65",
|
||||
"HeaderUpcomingNews": "Upcoming News",
|
||||
"ButtonOk": "\u786e\u5b9a",
|
||||
"ButtonCancel": "\u53d6\u6d88",
|
||||
"ButtonExit": "\u9000\u51fa",
|
||||
"ButtonNew": "\u65b0\u589e",
|
||||
"All": "All",
|
||||
"OptionDev": "\u5f00\u53d1\u7248",
|
||||
"OptionBeta": "\u6d4b\u8bd5\u7248",
|
||||
"HeaderTaskTriggers": "\u4efb\u52a1\u89e6\u53d1\u6761\u4ef6",
|
||||
@ -429,7 +429,6 @@
|
||||
"OptionMissingEpisode": "\u7f3a\u5c11\u7684\u5267\u96c6",
|
||||
"OptionUnairedEpisode": "\u5c1a\u672a\u53d1\u5e03\u7684\u5267\u96c6",
|
||||
"OptionEpisodeSortName": "\u5267\u96c6\u540d\u79f0\u6392\u5e8f",
|
||||
"OptionSeriesSortName": "\u7535\u89c6\u5267\u540d\u79f0",
|
||||
"OptionTvdbRating": "Tvdb \u8bc4\u5206",
|
||||
"HeaderAddTitles": "\u6dfb\u52a0\u6807\u9898",
|
||||
"LabelEnableDlnaPlayTo": "\u64ad\u653e\u5230DLNA\u8bbe\u5907",
|
||||
@ -1976,5 +1975,9 @@
|
||||
"LabelAutomaticallyRefreshInternetMetadataEvery": "Automatically refresh metadata from the internet:",
|
||||
"Never": "Never",
|
||||
"EveryNDays": "Every {0} days",
|
||||
"HeaderNewDevices": "New Devices"
|
||||
"HeaderNewDevices": "New Devices",
|
||||
"HeaderOnNow": "On Now",
|
||||
"Downloading": "Downloading",
|
||||
"LabelCertificatePassword": "Certificate password:",
|
||||
"LabelCertificatePasswordHelp": "If your certificate requires a password, please enter it here."
|
||||
}
|
@ -1,6 +1,4 @@
|
||||
{
|
||||
"HeaderOnNow": "On Now",
|
||||
"Downloading": "Downloading",
|
||||
"LabelPrevious": "\u524d\u4e00\u500b",
|
||||
"LabelFinish": "\u5b8c\u6210",
|
||||
"LabelNext": "\u4e0b\u4e00\u500b",
|
||||
@ -28,10 +26,12 @@
|
||||
"OptionHideWatchedContentFromLatestMedia": "\u96b1\u85cf\u6700\u65b0\u5a92\u9ad4\u5167\u5bb9",
|
||||
"DeleteMedia": "Delete media",
|
||||
"HeaderSync": "\u540c\u6b65",
|
||||
"HeaderUpcomingNews": "Upcoming News",
|
||||
"ButtonOk": "\u78ba\u5b9a",
|
||||
"ButtonCancel": "\u53d6\u6d88",
|
||||
"ButtonExit": "\u96e2\u958b",
|
||||
"ButtonNew": "\u6700\u65b0",
|
||||
"All": "All",
|
||||
"OptionDev": "\u958b\u767c\uff08\u4e0d\u7a69\u5b9a\uff09",
|
||||
"OptionBeta": "\u516c\u6e2c",
|
||||
"HeaderTaskTriggers": "Task Triggers",
|
||||
@ -429,7 +429,6 @@
|
||||
"OptionMissingEpisode": "\u7f3a\u5c11\u7684\u5287\u96c6",
|
||||
"OptionUnairedEpisode": "\u5c1a\u672a\u64ad\u653e\u7684\u5287\u96c6",
|
||||
"OptionEpisodeSortName": "\u5287\u96c6\u540d\u7a31\u6392\u5e8f",
|
||||
"OptionSeriesSortName": "\u96fb\u8996\u5287\u540d\u7a31",
|
||||
"OptionTvdbRating": "Tvdb \u8a55\u5206",
|
||||
"HeaderAddTitles": "\u65b0\u589e\u6a19\u984c",
|
||||
"LabelEnableDlnaPlayTo": "\u555f\u7528\u64ad\u653e\u5230 DLNA \u8a2d\u5099",
|
||||
@ -1976,5 +1975,9 @@
|
||||
"LabelAutomaticallyRefreshInternetMetadataEvery": "Automatically refresh metadata from the internet:",
|
||||
"Never": "Never",
|
||||
"EveryNDays": "Every {0} days",
|
||||
"HeaderNewDevices": "New Devices"
|
||||
"HeaderNewDevices": "New Devices",
|
||||
"HeaderOnNow": "On Now",
|
||||
"Downloading": "Downloading",
|
||||
"LabelCertificatePassword": "Certificate password:",
|
||||
"LabelCertificatePasswordHelp": "If your certificate requires a password, please enter it here."
|
||||
}
|
@ -1,6 +1,4 @@
|
||||
{
|
||||
"HeaderOnNow": "On Now",
|
||||
"Downloading": "Downloading",
|
||||
"LabelPrevious": "\u4e0a\u4e00\u500b",
|
||||
"LabelFinish": "\u5b8c\u6210",
|
||||
"LabelNext": "\u4e0b\u4e00\u500b",
|
||||
@ -28,10 +26,12 @@
|
||||
"OptionHideWatchedContentFromLatestMedia": "Hide watched content from latest media",
|
||||
"DeleteMedia": "Delete media",
|
||||
"HeaderSync": "\u540c\u6b65",
|
||||
"HeaderUpcomingNews": "Upcoming News",
|
||||
"ButtonOk": "OK",
|
||||
"ButtonCancel": "\u53d6\u6d88",
|
||||
"ButtonExit": "Exit",
|
||||
"ButtonNew": "\u5efa\u7acb",
|
||||
"All": "All",
|
||||
"OptionDev": "Dev",
|
||||
"OptionBeta": "\u516c\u6e2c\u7248\u672c",
|
||||
"HeaderTaskTriggers": "Task Triggers",
|
||||
@ -429,7 +429,6 @@
|
||||
"OptionMissingEpisode": "\u7f3a\u5c11\u4e86\u7684\u55ae\u5143",
|
||||
"OptionUnairedEpisode": "\u9084\u672a\u767c\u4f48\u7684\u55ae\u5143",
|
||||
"OptionEpisodeSortName": "\u55ae\u5143\u6392\u5e8f\u540d\u7a31",
|
||||
"OptionSeriesSortName": "\u96fb\u8996\u5287\u540d\u7a31",
|
||||
"OptionTvdbRating": "Tvdb\u8a55\u5206",
|
||||
"HeaderAddTitles": "\u6dfb\u52a0\u6a19\u984c",
|
||||
"LabelEnableDlnaPlayTo": "\u64ad\u653e\u5230DLNA\u8a2d\u5099",
|
||||
@ -1976,5 +1975,9 @@
|
||||
"LabelAutomaticallyRefreshInternetMetadataEvery": "Automatically refresh metadata from the internet:",
|
||||
"Never": "Never",
|
||||
"EveryNDays": "Every {0} days",
|
||||
"HeaderNewDevices": "New Devices"
|
||||
"HeaderNewDevices": "New Devices",
|
||||
"HeaderOnNow": "On Now",
|
||||
"Downloading": "Downloading",
|
||||
"LabelCertificatePassword": "Certificate password:",
|
||||
"LabelCertificatePasswordHelp": "If your certificate requires a password, please enter it here."
|
||||
}
|
Loading…
Reference in New Issue
Block a user