1
0
Fork 0
mirror of https://github.com/jellyfin/jellyfin-web synced 2025-03-30 19:56:21 +00:00

update components

This commit is contained in:
Luke Pulverenti 2017-10-16 14:27:12 -04:00
parent 14cbd05f51
commit 4321580d93
105 changed files with 87638 additions and 650 deletions

File diff suppressed because one or more lines are too long

File diff suppressed because one or more lines are too long

View file

@ -7,10 +7,12 @@
<select id="selectLanguage" is="emby-select" label="${LabelDisplayLanguage}">
<option value="">${Auto}</option>
<option value="ar">Arabic</option>
<option value="be-BY">Belarusian (Belarus)</option>
<option value="bg-BG">Bulgarian (Bulgaria)</option>
<option value="ca">Catalan</option>
<option value="zh-CN">Chinese Simplified</option>
<option value="zh-TW">Chinese Traditional</option>
<option value="zh-HK">Chinese Traditional (Hong Kong)</option>
<option value="hr">Croatian</option>
<option value="cs">Czech</option>
<option value="da">Danish</option>
@ -19,9 +21,11 @@
<option value="en-US">English (United States)</option>
<option value="fi">Finnish</option>
<option value="fr">French</option>
<option value="fr-CA">French (Canada)</option>
<option value="de">German</option>
<option value="el">Greek</option>
<option value="he">Hebrew</option>
<option value="hi-IN">Hindi (India)</option>
<option value="hu">Hungarian</option>
<option value="id">Indonesian</option>
<option value="it">Italian</option>
@ -29,17 +33,21 @@
<option value="kk">Kazakh</option>
<option value="ko">Korean</option>
<option value="lt-LT">Lithuanian</option>
<option value="ms">Malay</option>
<option value="nb">Norwegian Bokmål</option>
<option value="fa">Persian</option>
<option value="pl">Polish</option>
<option value="pt-BR">Portuguese (Brazil)</option>
<option value="pt-PT">Portuguese (Portugal)</option>
<option value="ro">Romanian</option>
<option value="ru">Russian</option>
<option value="sk">Slovak</option>
<option value="sl-SI">Slovenian (Slovenia)</option>
<option value="es-ES">Spanish</option>
<option value="es">Spanish</option>
<option value="es-419">Spanish (Latin America)</option>
<option value="es-MX">Spanish (Mexico)</option>
<option value="sv">Swedish</option>
<option value="gsw">Swiss German</option>
<option value="tr">Turkish</option>
<option value="uk">Ukrainian</option>
<option value="vi">Vietnamese</option>

View file

@ -1 +1 @@
.emby-select{display:block;margin:0;margin-bottom:0!important;font-size:110%;font-family:inherit;font-weight:inherit;padding:.46em .5em;-webkit-box-sizing:border-box;box-sizing:border-box;outline:0!important;-webkit-tap-highlight-color:transparent;width:100%}.emby-select::-moz-focus-inner{border:0}.emby-select+.fieldDescription{margin-top:.25em}.selectContainer{margin-bottom:1.8em;position:relative}.selectLabel{display:block;margin-bottom:.25em}.emby-select-withcolor{-webkit-appearance:none;-moz-appearance:none;appearance:none}.selectArrowContainer{position:absolute;right:.35em;top:.25em;color:inherit;pointer-events:none}.selectArrow{margin-top:.35em;font-size:1.7em}.emby-select-iconbutton{-webkit-align-self:flex-end;align-self:flex-end}
.emby-select{display:block;margin:0;margin-bottom:0!important;font-size:110%;font-family:inherit;font-weight:inherit;padding:.5em;-webkit-box-sizing:border-box;box-sizing:border-box;outline:0!important;-webkit-tap-highlight-color:transparent;width:100%}.emby-select::-moz-focus-inner{border:0}.emby-select+.fieldDescription{margin-top:.25em}.selectContainer{margin-bottom:1.8em;position:relative}.selectLabel{display:block;margin-bottom:.25em}.emby-select-withcolor{-webkit-appearance:none;-moz-appearance:none;appearance:none}.selectArrowContainer{position:absolute;right:.35em;top:.27em;color:inherit;pointer-events:none}.selectArrow{margin-top:.35em;font-size:1.7em}.emby-select-iconbutton{-webkit-align-self:flex-end;align-self:flex-end}

View file

@ -1 +1 @@
.emby-tab-button,.emby-tabs-slider{position:relative}.emby-tab-button{background:0 0;-webkit-box-shadow:none;box-shadow:none;cursor:pointer;outline:0!important;width:auto;font-family:inherit;font-size:inherit;display:inline-block;vertical-align:middle;-webkit-flex-shrink:0;flex-shrink:0;margin:0;padding:1em .9em;height:auto;min-width:initial;line-height:initial;-webkit-border-radius:0!important;border-radius:0!important;overflow:hidden;font-weight:500}.emby-tab-button.emby-button-tv{font-weight:400}.emby-tab-button.emby-button-tv:focus{-webkit-transform:scale(1.32);transform:scale(1.32);-webkit-transform-origin:center center;transform-origin:center center}.emby-tab-button-ripple-effect{background:rgba(0,0,0,.7)!important}.tabContent:not(.is-active){display:none}
.emby-tab-button,.emby-tabs-slider{position:relative}.emby-tab-button{background:0 0;-webkit-box-shadow:none;box-shadow:none;cursor:pointer;outline:0!important;width:auto;font-family:inherit;font-size:inherit;display:inline-block;vertical-align:middle;-webkit-flex-shrink:0;flex-shrink:0;margin:0;padding:1em .9em;height:auto;min-width:initial;line-height:initial;-webkit-border-radius:0!important;border-radius:0!important;overflow:hidden;font-weight:500}.emby-tab-button.emby-button-tv:focus{-webkit-transform:scale(1.32);transform:scale(1.32);-webkit-transform-origin:center center;transform-origin:center center}.emby-tab-button-ripple-effect{background:rgba(0,0,0,.7)!important}.tabContent:not(.is-active){display:none}

View file

@ -1 +1 @@
define(["dom","layoutManager","browser","css!./headroom"],function(dom,layoutManager,browser){"use strict";function Debouncer(callback){this.callback=callback,this.ticking=!1}function Headroom(elems,options){options=Object.assign(Headroom.options,options||{}),this.lastKnownScrollY=0,this.elems=elems,this.scroller=options.scroller,this.scroller.getScrollPosition?this.debouncer=this.update.bind(this):this.debouncer=new Debouncer(this.update.bind(this)),this.offset=options.offset,this.initialised=!1,this.initialClass=options.initialClass,this.unPinnedClass=options.unPinnedClass,this.pinnedClass=options.pinnedClass,this.state="clear"}var requestAnimationFrame=window.requestAnimationFrame||window.webkitRequestAnimationFrame||window.mozRequestAnimationFrame;return Debouncer.prototype={constructor:Debouncer,update:function(){this.callback&&this.callback(),this.ticking=!1},handleEvent:function(){this.ticking||(requestAnimationFrame(this.rafCallback||(this.rafCallback=this.update.bind(this))),this.ticking=!0)}},Headroom.prototype={constructor:Headroom,init:function(){if(browser.supportsCssAnimation()){for(var i=0,length=this.elems.length;i<length;i++)this.elems[i].classList.add(this.initialClass);this.attachEvent()}return this},add:function(elem){browser.supportsCssAnimation()&&(elem.classList.add(this.initialClass),this.elems.push(elem))},remove:function(elem){elem.classList.remove(this.unPinnedClass),elem.classList.remove(this.initialClass),elem.classList.remove(this.pinnedClass);var i=this.elems.indexOf(elem);i!==-1&&this.elems.splice(i,1)},destroy:function(){this.initialised=!1;for(var i=0,length=this.elems.length;i<length;i++){var classList=this.elems[i].classList;classList.remove(this.unPinnedClass),classList.remove(this.initialClass),classList.remove(this.pinnedClass)}var scrollEventName=this.scroller.getScrollEventName?this.scroller.getScrollEventName():"scroll";dom.removeEventListener(this.scroller,scrollEventName,this.debouncer,{capture:!1,passive:!0})},attachEvent:function(){if(!this.initialised){this.lastKnownScrollY=this.getScrollY(),this.initialised=!0;var scrollEventName=this.scroller.getScrollEventName?this.scroller.getScrollEventName():"scroll";dom.addEventListener(this.scroller,scrollEventName,this.debouncer,{capture:!1,passive:!0}),this.update()}},clear:function(){if("clear"!==this.state){this.state="clear";for(var unpinnedClass=this.unPinnedClass,i=(this.pinnedClass,0),length=this.elems.length;i<length;i++){var classList=this.elems[i].classList;classList.remove(unpinnedClass)}}},pin:function(){if("pin"!==this.state){this.state="pin";for(var unpinnedClass=this.unPinnedClass,pinnedClass=this.pinnedClass,i=0,length=this.elems.length;i<length;i++){var classList=this.elems[i].classList;classList.remove(unpinnedClass),classList.add(pinnedClass)}}},unpin:function(){if("unpin"!==this.state){this.state="unpin";for(var unpinnedClass=this.unPinnedClass,i=(this.pinnedClass,0),length=this.elems.length;i<length;i++){var classList=this.elems[i].classList;classList.add(unpinnedClass)}}},getScrollY:function(){var scroller=this.scroller;if(scroller.getScrollPosition)return scroller.getScrollPosition();var pageYOffset=scroller.pageYOffset;if(void 0!==pageYOffset)return pageYOffset;var scrollTop=scroller.scrollTop;return void 0!==scrollTop?scrollTop:(document.documentElement||document.body).scrollTop},shouldUnpin:function(currentScrollY){var scrollingDown=currentScrollY>this.lastKnownScrollY,pastOffset=currentScrollY>=this.offset;return scrollingDown&&pastOffset},shouldPin:function(currentScrollY){var scrollingUp=currentScrollY<this.lastKnownScrollY,pastOffset=currentScrollY<=this.offset;return scrollingUp||pastOffset},update:function(){var currentScrollY=this.getScrollY();currentScrollY<=40?this.clear():this.shouldUnpin(currentScrollY)?this.unpin():this.shouldPin(currentScrollY)?currentScrollY&&layoutManager.tv?this.unpin():this.clear():layoutManager.tv&&this.clear(),this.lastKnownScrollY=currentScrollY}},Headroom.options={offset:0,scroller:window,initialClass:"headroom",unPinnedClass:"headroom--unpinned",pinnedClass:"headroom--pinned"},Headroom});
define(["dom","layoutManager","browser","css!./headroom"],function(dom,layoutManager,browser){"use strict";function Debouncer(callback){this.callback=callback,this.ticking=!1}function Headroom(elems,options){options=Object.assign(Headroom.options,options||{}),this.lastKnownScrollY=0,this.elems=elems,this.scroller=options.scroller,this.scroller.getScrollPosition?this.debouncer=this.update.bind(this):this.debouncer=new Debouncer(this.update.bind(this)),this.offset=options.offset,this.initialised=!1,this.initialClass=options.initialClass,this.unPinnedClass=options.unPinnedClass,this.pinnedClass=options.pinnedClass,this.state="clear"}var requestAnimationFrame=window.requestAnimationFrame||window.webkitRequestAnimationFrame||window.mozRequestAnimationFrame;return Debouncer.prototype={constructor:Debouncer,update:function(){this.callback&&this.callback(),this.ticking=!1},handleEvent:function(){this.ticking||(requestAnimationFrame(this.rafCallback||(this.rafCallback=this.update.bind(this))),this.ticking=!0)}},Headroom.prototype={constructor:Headroom,init:function(){if(browser.supportsCssAnimation()){for(var i=0,length=this.elems.length;i<length;i++)this.elems[i].classList.add(this.initialClass);this.attachEvent()}return this},add:function(elem){browser.supportsCssAnimation()&&(elem.classList.add(this.initialClass),this.elems.push(elem))},remove:function(elem){elem.classList.remove(this.unPinnedClass),elem.classList.remove(this.initialClass),elem.classList.remove(this.pinnedClass);var i=this.elems.indexOf(elem);i!==-1&&this.elems.splice(i,1)},destroy:function(){this.initialised=!1;for(var i=0,length=this.elems.length;i<length;i++){var classList=this.elems[i].classList;classList.remove(this.unPinnedClass),classList.remove(this.initialClass),classList.remove(this.pinnedClass)}var scrollEventName=this.scroller.getScrollEventName?this.scroller.getScrollEventName():"scroll";dom.removeEventListener(this.scroller,scrollEventName,this.debouncer,{capture:!1,passive:!0})},attachEvent:function(){if(!this.initialised){this.lastKnownScrollY=this.getScrollY(),this.initialised=!0;var scrollEventName=this.scroller.getScrollEventName?this.scroller.getScrollEventName():"scroll";dom.addEventListener(this.scroller,scrollEventName,this.debouncer,{capture:!1,passive:!0}),this.update()}},clear:function(){if("clear"!==this.state){this.state="clear";for(var unpinnedClass=this.unPinnedClass,i=(this.pinnedClass,0),length=this.elems.length;i<length;i++){var classList=this.elems[i].classList;classList.remove(unpinnedClass)}}},pin:function(){if("pin"!==this.state){this.state="pin";for(var unpinnedClass=this.unPinnedClass,pinnedClass=this.pinnedClass,i=0,length=this.elems.length;i<length;i++){var classList=this.elems[i].classList;classList.remove(unpinnedClass),classList.add(pinnedClass)}}},unpin:function(){if("unpin"!==this.state){this.state="unpin";for(var unpinnedClass=this.unPinnedClass,i=(this.pinnedClass,0),length=this.elems.length;i<length;i++){var classList=this.elems[i].classList;classList.add(unpinnedClass)}}},getScrollY:function(){var scroller=this.scroller;if(scroller.getScrollPosition)return scroller.getScrollPosition();var pageYOffset=scroller.pageYOffset;if(void 0!==pageYOffset)return pageYOffset;var scrollTop=scroller.scrollTop;return void 0!==scrollTop?scrollTop:(document.documentElement||document.body).scrollTop},shouldUnpin:function(currentScrollY){var scrollingDown=currentScrollY>this.lastKnownScrollY,pastOffset=currentScrollY>=this.offset;return scrollingDown&&pastOffset},shouldPin:function(currentScrollY){var scrollingUp=currentScrollY<this.lastKnownScrollY,pastOffset=currentScrollY<=this.offset;return scrollingUp||pastOffset},update:function(){var currentScrollY=this.getScrollY();currentScrollY<=60?this.clear():this.shouldUnpin(currentScrollY)?this.unpin():this.shouldPin(currentScrollY)?currentScrollY&&layoutManager.tv?this.unpin():this.clear():layoutManager.tv&&this.clear(),this.lastKnownScrollY=currentScrollY}},Headroom.options={offset:0,scroller:window,initialClass:"headroom",unPinnedClass:"headroom--unpinned",pinnedClass:"headroom--pinned"},Headroom});

File diff suppressed because one or more lines are too long

View file

@ -12,30 +12,30 @@
<div style="margin: 0;">
<label for="selectImageProvider" style="display: inline-block;">${LabelSource}</label>
<select id="selectImageProvider" style="padding-left:.5em;padding-right:0;display: inline-block;width:auto!important;">
<option value="">${OptionAll}</option>
<option value="">${All}</option>
</select>
</div>
<div style="margin-left:1em;">
<label for="selectBrowsableImageType" style="display: inline-block;">${LabelImage}</label>
<label for="selectBrowsableImageType" style="display: inline-block;">${LabelType}</label>
<select id="selectBrowsableImageType" style="padding-left:.5em;padding-right:0;display: inline-block;width:auto!important;">
<option value="Primary">${OptionPrimary}</option>
<option value="Art">${OptionArt}</option>
<option value="Backdrop">${OptionBackdrop}</option>
<option value="Banner">${OptionBanner}</option>
<option value="Box">${OptionBox}</option>
<option value="BoxRear">${OptionBoxRear}</option>
<option value="Disc">${OptionDisc}</option>
<option value="Logo">${OptionLogo}</option>
<option value="Menu">${OptionMenu}</option>
<option value="Screenshot">${OptionScreenshot}</option>
<option value="Thumb">${OptionThumb}</option>
<option value="Primary">${Primary}</option>
<option value="Art">${Art}</option>
<option value="Backdrop">${Backdrop}</option>
<option value="Banner">${Banner}</option>
<option value="Box">${Box}</option>
<option value="BoxRear">${BoxRear}</option>
<option value="Disc">${Disc}</option>
<option value="Logo">${Logo}</option>
<option value="Menu">${Menu}</option>
<option value="Screenshot">${Screenshot}</option>
<option value="Thumb">${Thumb}</option>
</select>
</div>
<div class="availableImagesPaging" style="margin-left:1em;"></div>
<label style="margin: 0 0 0 1em;width:auto;">
<input id="chkAllLanguages" type="checkbox" is="emby-checkbox" />
<span>${LabelAllLanguages}</span>
<span>${AllLanguages}</span>
</label>
</div>

File diff suppressed because one or more lines are too long

View file

@ -1 +1 @@
define(["playbackManager","itemHelper"],function(playbackManager,itemHelper){"use strict";function getRequirePromise(deps){return new Promise(function(resolve,reject){require(deps,resolve)})}function validatePlayback(options){return getRequirePromise(["registrationServices"]).then(function(registrationServices){var feature="playback";return!options.item||"TvChannel"!==options.item.Type&&"Recording"!==options.item.Type||(feature="livetv"),registrationServices.validateFeature(feature,options).then(function(result){result&&result.enableTimeLimit&&startAutoStopTimer()})})}function startAutoStopTimer(){stopAutoStopTimer(),autoStopTimeout=setTimeout(onAutoStopTimeout,63e3)}function onAutoStopTimeout(){stopAutoStopTimer(),playbackManager.stop()}function stopAutoStopTimer(){var timeout=autoStopTimeout;timeout&&(clearTimeout(timeout),autoStopTimeout=null)}function PlaybackValidation(){this.name="Playback validation",this.type="preplayintercept",this.id="playbackvalidation",this.order=-1}var autoStopTimeout;return PlaybackValidation.prototype.intercept=function(options){return options.fullscreen?options.item&&itemHelper.isLocalItem(options.item)?Promise.resolve():validatePlayback(options):Promise.resolve()},PlaybackValidation});
define(["playbackManager","itemHelper"],function(playbackManager,itemHelper){"use strict";function getRequirePromise(deps){return new Promise(function(resolve,reject){require(deps,resolve)})}function validatePlayback(options){var feature="playback";if(!options.item||"TvChannel"!==options.item.Type&&"Recording"!==options.item.Type||(feature="livetv"),"playback"===feature){var player=playbackManager.getCurrentPlayer();if(player&&!player.isLocalPlayer)return Promise.resolve()}return getRequirePromise(["registrationServices"]).then(function(registrationServices){return registrationServices.validateFeature(feature,options).then(function(result){result&&result.enableTimeLimit&&startAutoStopTimer()})})}function startAutoStopTimer(){stopAutoStopTimer(),autoStopTimeout=setTimeout(onAutoStopTimeout,63e3)}function onAutoStopTimeout(){stopAutoStopTimer(),playbackManager.stop()}function stopAutoStopTimer(){var timeout=autoStopTimeout;timeout&&(clearTimeout(timeout),autoStopTimeout=null)}function PlaybackValidation(){this.name="Playback validation",this.type="preplayintercept",this.id="playbackvalidation",this.order=-1}var autoStopTimeout;return PlaybackValidation.prototype.intercept=function(options){return options.fullscreen?options.item&&itemHelper.isLocalItem(options.item)?Promise.resolve():validatePlayback(options):Promise.resolve()},PlaybackValidation});

View file

@ -1,18 +1,4 @@
{
"RunAtStartup": "Run at startup",
"Desktop": "Desktop",
"Mobile": "Mobile \/ Tablet",
"TV": "TV",
"LabelDisplayMode": "Display mode:",
"DisplayModeHelp": "Select the type of screen you're running Emby on.",
"EnableThemeVideos": "Enable theme videos",
"EnableThemeVideosHelp": "If enabled, theme videos will be played in the background while browsing the library.",
"LabelScreensaver": "Screensaver:",
"LabelSoundEffects": "Sound effects:",
"LabelSkin": "Skin:",
"HeaderRestartingEmbyServer": "Restarting Emby Server",
"RestartPleaseWaitMessage": "Please wait while Emby Server shuts down and restarts. This may take a minute or two.",
"PlayNext": "Play next",
"MessageUnlockAppWithPurchaseOrSupporter": "Unlock this feature with a small one-time purchase, or with an active Emby Premiere subscription.",
"MessageUnlockAppWithSupporter": "Unlock this feature with an active Emby Premiere subscription.",
"MessageToValidateSupporter": "If you have an active Emby Premiere subscription, ensure you've setup Emby Premiere in your Emby Server Dashboard, which you can access by clicking Emby Premiere within the main menu.",
@ -84,6 +70,11 @@
"NewCollection": "New Collection",
"LabelCollection": "Collection:",
"Help": "Help",
"LabelDisplayMode": "Display mode:",
"Desktop": "Desktop",
"Mobile": "Mobile \/ Tablet",
"TV": "TV",
"DisplayModeHelp": "Select the type of screen you're running Emby on.",
"LabelDisplayLanguage": "Display language:",
"LabelDisplayLanguageHelp": "Translating Emby is an ongoing project.",
"LearnHowYouCanContribute": "Learn how you can contribute.",
@ -95,6 +86,12 @@
"EnableBackdrops": "Enable backdrops",
"EnableThemeSongsHelp": "If enabled, theme songs will be played in the background while browsing the library.",
"EnableBackdropsHelp": "If enabled, backdrops will be displayed in the background of some pages while browsing the library.",
"EnableThemeVideos": "Enable theme videos",
"EnableThemeVideosHelp": "If enabled, theme videos will be played in the background while browsing the library.",
"RunAtStartup": "Run at startup",
"LabelScreensaver": "Screensaver:",
"LabelSoundEffects": "Sound effects:",
"LabelSkin": "Skin:",
"LabelName": "Name:",
"NewCollectionNameExample": "Example: Star Wars Collection",
"MessageItemsAdded": "Items added.",
@ -334,6 +331,7 @@
"ChannelNameOnly": "Channel {0} only",
"Anytime": "Anytime",
"AroundTime": "Around {0}",
"All": "All",
"AllChannels": "All channels",
"LabelRecord": "Record:",
"NewEpisodesOnly": "New episodes only",
@ -424,6 +422,10 @@
"HeaderActiveRecordings": "Active Recordings",
"HeaderLatestRecordings": "Latest Recordings",
"LabelSyncTo": "Sync to:",
"Next": "Next",
"LabelSource": "Source:",
"AllLanguages": "All languages",
"Previous": "Previous",
"HeaderNextUp": "Next Up",
"HeaderLatestFrom": "Latest from {0}",
"LabelHomeScreenSectionValue": "Home screen section {0}:",
@ -592,5 +594,8 @@
"LabelInternetQuality": "Internet quality:",
"HeaderMusicQuality": "Music Quality",
"LabelHomeNetworkQuality": "Home network quality:",
"HeaderLatestMedia": "Latest Media"
"HeaderLatestMedia": "Latest Media",
"HeaderRestartingEmbyServer": "Restarting Emby Server",
"RestartPleaseWaitMessage": "Please wait while Emby Server shuts down and restarts. This may take a minute or two.",
"PlayNext": "Play next"
}

View file

@ -1,18 +1,4 @@
{
"RunAtStartup": "Run at startup",
"Desktop": "Desktop",
"Mobile": "Mobile \/ Tablet",
"TV": "TV",
"LabelDisplayMode": "Display mode:",
"DisplayModeHelp": "Select the type of screen you're running Emby on.",
"EnableThemeVideos": "Enable theme videos",
"EnableThemeVideosHelp": "If enabled, theme videos will be played in the background while browsing the library.",
"LabelScreensaver": "Screensaver:",
"LabelSoundEffects": "Sound effects:",
"LabelSkin": "Skin:",
"HeaderRestartingEmbyServer": "Restarting Emby Server",
"RestartPleaseWaitMessage": "Please wait while Emby Server shuts down and restarts. This may take a minute or two.",
"PlayNext": "Play next",
"MessageUnlockAppWithPurchaseOrSupporter": "Unlock this feature with a small one-time purchase, or with an active Emby Premiere subscription.",
"MessageUnlockAppWithSupporter": "Unlock this feature with an active Emby Premiere subscription.",
"MessageToValidateSupporter": "If you have an active Emby Premiere subscription, ensure you've setup Emby Premiere in your Emby Server Dashboard, which you can access by clicking Emby Premiere within the main menu.",
@ -84,6 +70,11 @@
"NewCollection": "\u041d\u043e\u0432\u0430 \u043a\u043e\u043b\u0435\u043a\u0446\u0438\u044f",
"LabelCollection": "\u041a\u043e\u043b\u0435\u043a\u0446\u0438\u044f:",
"Help": "\u041f\u043e\u043c\u043e\u0449",
"LabelDisplayMode": "Display mode:",
"Desktop": "Desktop",
"Mobile": "Mobile \/ Tablet",
"TV": "TV",
"DisplayModeHelp": "Select the type of screen you're running Emby on.",
"LabelDisplayLanguage": "Display language:",
"LabelDisplayLanguageHelp": "Translating Emby is an ongoing project.",
"LearnHowYouCanContribute": "Learn how you can contribute.",
@ -95,6 +86,12 @@
"EnableBackdrops": "Enable backdrops",
"EnableThemeSongsHelp": "If enabled, theme songs will be played in the background while browsing the library.",
"EnableBackdropsHelp": "If enabled, backdrops will be displayed in the background of some pages while browsing the library.",
"EnableThemeVideos": "Enable theme videos",
"EnableThemeVideosHelp": "If enabled, theme videos will be played in the background while browsing the library.",
"RunAtStartup": "Run at startup",
"LabelScreensaver": "Screensaver:",
"LabelSoundEffects": "Sound effects:",
"LabelSkin": "Skin:",
"LabelName": "\u0418\u043c\u0435:",
"NewCollectionNameExample": "\u041f\u0440\u0438\u043c\u0435\u0440: \u043a\u043e\u043b\u0435\u043a\u0446\u0438\u044f \u041c\u0435\u0436\u0434\u0443\u0437\u0432\u0435\u0437\u0434\u043d\u0438 \u0432\u043e\u0439\u043d\u0438",
"MessageItemsAdded": "Items added.",
@ -334,6 +331,7 @@
"ChannelNameOnly": "Channel {0} only",
"Anytime": "Anytime",
"AroundTime": "Around {0}",
"All": "All",
"AllChannels": "All channels",
"LabelRecord": "Record:",
"NewEpisodesOnly": "New episodes only",
@ -424,6 +422,10 @@
"HeaderActiveRecordings": "Active Recordings",
"HeaderLatestRecordings": "Latest Recordings",
"LabelSyncTo": "Sync to:",
"Next": "Next",
"LabelSource": "Source:",
"AllLanguages": "All languages",
"Previous": "Previous",
"HeaderNextUp": "Next Up",
"HeaderLatestFrom": "Latest from {0}",
"LabelHomeScreenSectionValue": "Home screen section {0}:",
@ -592,5 +594,8 @@
"LabelInternetQuality": "\u041a\u0430\u0447\u0435\u0441\u0442\u0432\u043e \u043d\u0430 \u0438\u043d\u0442\u0435\u0440\u043d\u0435\u0442\u043d\u0430\u0442\u0430 \u0432\u0440\u044a\u0437\u043a\u0430:",
"HeaderMusicQuality": "\u041a\u0430\u0447\u0435\u0441\u0442\u0432\u043e \u043d\u0430 \u043c\u0443\u0437\u0438\u043a\u0430\u0442\u0430",
"LabelHomeNetworkQuality": "\u041a\u0430\u0447\u0435\u0441\u0442\u0432\u043e \u043d\u0430 \u0434\u043e\u043c\u0430\u0448\u043d\u0430\u0442\u0430 \u043c\u0440\u0435\u0436\u0430:",
"HeaderLatestMedia": "\u041f\u043e\u0441\u043b\u0435\u0434\u043d\u0438 \u043c\u0435\u0434\u0438\u0438"
"HeaderLatestMedia": "\u041f\u043e\u0441\u043b\u0435\u0434\u043d\u0438 \u043c\u0435\u0434\u0438\u0438",
"HeaderRestartingEmbyServer": "Restarting Emby Server",
"RestartPleaseWaitMessage": "Please wait while Emby Server shuts down and restarts. This may take a minute or two.",
"PlayNext": "Play next"
}

View file

@ -1,18 +1,4 @@
{
"RunAtStartup": "Run at startup",
"Desktop": "Desktop",
"Mobile": "Mobile \/ Tablet",
"TV": "TV",
"LabelDisplayMode": "Display mode:",
"DisplayModeHelp": "Select the type of screen you're running Emby on.",
"EnableThemeVideos": "Enable theme videos",
"EnableThemeVideosHelp": "If enabled, theme videos will be played in the background while browsing the library.",
"LabelScreensaver": "Screensaver:",
"LabelSoundEffects": "Sound effects:",
"LabelSkin": "Skin:",
"HeaderRestartingEmbyServer": "Restarting Emby Server",
"RestartPleaseWaitMessage": "Please wait while Emby Server shuts down and restarts. This may take a minute or two.",
"PlayNext": "Play next",
"MessageUnlockAppWithPurchaseOrSupporter": "Activa aquesta funcionalitat amb un \u00fanic pagament, o amb una subscripci\u00f3 activa d'Emby Premiere.",
"MessageUnlockAppWithSupporter": "Activa aquesta funcionalitat amb una subscripci\u00f3 activa d'Emby Premiere.",
"MessageToValidateSupporter": "Si tens una subscripci\u00f3 activa d'Emby Premiere assegura't que l'has configurat al teu tauler de control de l'Emby Server, on pots accedir clicant a l'opci\u00f3 d'Emby Premiere al men\u00fa principal.",
@ -84,6 +70,11 @@
"NewCollection": "Nova Col\u00b7lecci\u00f3",
"LabelCollection": "Col\u00b7lecci\u00f3:",
"Help": "Ajuda",
"LabelDisplayMode": "Display mode:",
"Desktop": "Desktop",
"Mobile": "Mobile \/ Tablet",
"TV": "TV",
"DisplayModeHelp": "Select the type of screen you're running Emby on.",
"LabelDisplayLanguage": "Display language:",
"LabelDisplayLanguageHelp": "Translating Emby is an ongoing project.",
"LearnHowYouCanContribute": "Learn how you can contribute.",
@ -95,6 +86,12 @@
"EnableBackdrops": "Enable backdrops",
"EnableThemeSongsHelp": "If enabled, theme songs will be played in the background while browsing the library.",
"EnableBackdropsHelp": "If enabled, backdrops will be displayed in the background of some pages while browsing the library.",
"EnableThemeVideos": "Enable theme videos",
"EnableThemeVideosHelp": "If enabled, theme videos will be played in the background while browsing the library.",
"RunAtStartup": "Run at startup",
"LabelScreensaver": "Screensaver:",
"LabelSoundEffects": "Sound effects:",
"LabelSkin": "Skin:",
"LabelName": "Nom:",
"NewCollectionNameExample": "Exemple: Col\u00b7leci\u00f3 Star Wars",
"MessageItemsAdded": "\u00cdtems afegits.",
@ -334,6 +331,7 @@
"ChannelNameOnly": "Channel {0} only",
"Anytime": "Anytime",
"AroundTime": "Cap a les {0}",
"All": "All",
"AllChannels": "Tots els canals",
"LabelRecord": "Enregistra:",
"NewEpisodesOnly": "Nom\u00e9s nous episodis",
@ -424,6 +422,10 @@
"HeaderActiveRecordings": "Enregistraments Actius",
"HeaderLatestRecordings": "Darrers Enregistraments",
"LabelSyncTo": "Sync to:",
"Next": "Next",
"LabelSource": "Source:",
"AllLanguages": "All languages",
"Previous": "Previous",
"HeaderNextUp": "A continuaci\u00f3",
"HeaderLatestFrom": "Novetats a {0}",
"LabelHomeScreenSectionValue": "Secci\u00f3 {0} de la p\u00e0gina d'inici:",
@ -592,5 +594,8 @@
"LabelInternetQuality": "Internet quality:",
"HeaderMusicQuality": "Music Quality",
"LabelHomeNetworkQuality": "Home network quality:",
"HeaderLatestMedia": "Darrers MItjans"
"HeaderLatestMedia": "Darrers MItjans",
"HeaderRestartingEmbyServer": "Restarting Emby Server",
"RestartPleaseWaitMessage": "Please wait while Emby Server shuts down and restarts. This may take a minute or two.",
"PlayNext": "Play next"
}

View file

@ -1,18 +1,4 @@
{
"RunAtStartup": "Spustit po startu",
"Desktop": "PC",
"Mobile": "Mobil \/ Tablet",
"TV": "Tv",
"LabelDisplayMode": "Re\u017eim zobrazen\u00ed:",
"DisplayModeHelp": "Zvolte typ obrazovky, na kter\u00e9 pou\u017e\u00edv\u00e1te Emby.",
"EnableThemeVideos": "Enable theme videos",
"EnableThemeVideosHelp": "If enabled, theme videos will be played in the background while browsing the library.",
"LabelScreensaver": "\u0160et\u0159i\u010d obrazovky:",
"LabelSoundEffects": "Zvukov\u00e9 efekty:",
"LabelSkin": "Skin:",
"HeaderRestartingEmbyServer": "Restarting Emby Server",
"RestartPleaseWaitMessage": "Please wait while Emby Server shuts down and restarts. This may take a minute or two.",
"PlayNext": "Play next",
"MessageUnlockAppWithPurchaseOrSupporter": "Odemknout tuto funkci pomoc\u00ed jednor\u00e1zov\u00e9 platby, nebo pomoc\u00ed aktivace p\u0159edplatn\u00e9ho Emby Premiere.",
"MessageUnlockAppWithSupporter": "Odemknout tuto funkci pomoc\u00ed aktivn\u00edho p\u0159edplatn\u00e9ho Emby Premiere.",
"MessageToValidateSupporter": "Pokud m\u00e1te aktivn\u00ed p\u0159edplatn\u00e9 Emby Premiere, ujist\u011bte se, \u017ee m\u00e1te nastaven Emby Premiere v panelu Nastaven\u00ed pod N\u00e1pov\u011bda -> Emby Premiere.",
@ -84,6 +70,11 @@
"NewCollection": "Nov\u00e1 kolekce",
"LabelCollection": "Kolekce:",
"Help": "N\u00e1pov\u011bda",
"LabelDisplayMode": "Re\u017eim zobrazen\u00ed:",
"Desktop": "PC",
"Mobile": "Mobil \/ Tablet",
"TV": "Tv",
"DisplayModeHelp": "Zvolte typ obrazovky, na kter\u00e9 pou\u017e\u00edv\u00e1te Emby.",
"LabelDisplayLanguage": "Jazyk rozhran\u00ed:",
"LabelDisplayLanguageHelp": "P\u0159eklad Emby je projekt ve f\u00e1zi neust\u00e1l\u00e9ho v\u00fdvoje.",
"LearnHowYouCanContribute": "Zjist\u011bte, jak m\u016f\u017eete p\u0159isp\u011bt.",
@ -95,6 +86,12 @@
"EnableBackdrops": "Povolit pozad\u00ed",
"EnableThemeSongsHelp": "Pokud povol\u00edte, bude p\u0159i proch\u00e1zen\u00ed knihovny na pozad\u00ed p\u0159ehr\u00e1v\u00e1na t\u00e9matick\u00e1 melodie.",
"EnableBackdropsHelp": "Pokud je povoleno, pozad\u00ed je zobrazeno pro n\u011bkter\u00e9 str\u00e1nky p\u0159i proch\u00e1zen\u00ed va\u0161\u00ed knihovny.",
"EnableThemeVideos": "Enable theme videos",
"EnableThemeVideosHelp": "If enabled, theme videos will be played in the background while browsing the library.",
"RunAtStartup": "Spustit po startu",
"LabelScreensaver": "\u0160et\u0159i\u010d obrazovky:",
"LabelSoundEffects": "Zvukov\u00e9 efekty:",
"LabelSkin": "Skin:",
"LabelName": "Jm\u00e9no:",
"NewCollectionNameExample": "P\u0159\u00edklad: Kolekce Star Wars",
"MessageItemsAdded": "Polo\u017eka p\u0159id\u00e1na.",
@ -334,6 +331,7 @@
"ChannelNameOnly": "Kan\u00e1l {0} jen",
"Anytime": "Kdykoliv",
"AroundTime": "Okolo {0}",
"All": "All",
"AllChannels": "V\u0161echny kan\u00e1ly",
"LabelRecord": "Z\u00e1znam:",
"NewEpisodesOnly": "Jen nov\u00e9 epizody",
@ -424,6 +422,10 @@
"HeaderActiveRecordings": "Aktivn\u00ed nahr\u00e1v\u00e1n\u00ed",
"HeaderLatestRecordings": "Nejnov\u011bj\u0161\u00ed nahr\u00e1vky",
"LabelSyncTo": "Sync do:",
"Next": "Next",
"LabelSource": "Source:",
"AllLanguages": "All languages",
"Previous": "Previous",
"HeaderNextUp": "Nadch\u00e1zej\u00edc\u00ed",
"HeaderLatestFrom": "Nejnov\u011bj\u0161\u00ed od {0}",
"LabelHomeScreenSectionValue": "Domovsk\u00e1 obrazovka sekce {0}",
@ -592,5 +594,8 @@
"LabelInternetQuality": "Internet quality:",
"HeaderMusicQuality": "Kvalita hudby",
"LabelHomeNetworkQuality": "Home network quality:",
"HeaderLatestMedia": "Nejnov\u011bj\u0161\u00ed m\u00e9dia"
"HeaderLatestMedia": "Nejnov\u011bj\u0161\u00ed m\u00e9dia",
"HeaderRestartingEmbyServer": "Restarting Emby Server",
"RestartPleaseWaitMessage": "Please wait while Emby Server shuts down and restarts. This may take a minute or two.",
"PlayNext": "Play next"
}

View file

@ -1,18 +1,4 @@
{
"RunAtStartup": "Run at startup",
"Desktop": "Desktop",
"Mobile": "Mobile \/ Tablet",
"TV": "TV",
"LabelDisplayMode": "Display mode:",
"DisplayModeHelp": "Select the type of screen you're running Emby on.",
"EnableThemeVideos": "Enable theme videos",
"EnableThemeVideosHelp": "If enabled, theme videos will be played in the background while browsing the library.",
"LabelScreensaver": "Screensaver:",
"LabelSoundEffects": "Sound effects:",
"LabelSkin": "Skin:",
"HeaderRestartingEmbyServer": "Restarting Emby Server",
"RestartPleaseWaitMessage": "Please wait while Emby Server shuts down and restarts. This may take a minute or two.",
"PlayNext": "Play next",
"MessageUnlockAppWithPurchaseOrSupporter": "L\u00e5s op for dette feature med en lille enkeltst\u00e5ende betaling, eller med et aktivt Emby Premiere abonnement.",
"MessageUnlockAppWithSupporter": "L\u00e5s op for dette feature med et aktivt Emby Premiere abonnement.",
"MessageToValidateSupporter": "Hvis du har et aktivt Emby Premiere abonnement, skal du v\u00e6re sikker p\u00e5 at Emby Premiere er konfigureret i dit Emby Server-kontrolpanel, som kan tilg\u00e5es ved at klikke p\u00e5 Emby Premiere i hovedmenuen.",
@ -84,6 +70,11 @@
"NewCollection": "Ny samling",
"LabelCollection": "Samling:",
"Help": "Hj\u00e6lp",
"LabelDisplayMode": "Display mode:",
"Desktop": "Desktop",
"Mobile": "Mobile \/ Tablet",
"TV": "TV",
"DisplayModeHelp": "Select the type of screen you're running Emby on.",
"LabelDisplayLanguage": "Display language:",
"LabelDisplayLanguageHelp": "Translating Emby is an ongoing project.",
"LearnHowYouCanContribute": "Learn how you can contribute.",
@ -95,6 +86,12 @@
"EnableBackdrops": "Enable backdrops",
"EnableThemeSongsHelp": "If enabled, theme songs will be played in the background while browsing the library.",
"EnableBackdropsHelp": "If enabled, backdrops will be displayed in the background of some pages while browsing the library.",
"EnableThemeVideos": "Enable theme videos",
"EnableThemeVideosHelp": "If enabled, theme videos will be played in the background while browsing the library.",
"RunAtStartup": "Run at startup",
"LabelScreensaver": "Screensaver:",
"LabelSoundEffects": "Sound effects:",
"LabelSkin": "Skin:",
"LabelName": "Navn:",
"NewCollectionNameExample": "Eksempel: Star Wars samling",
"MessageItemsAdded": "Emne tilf\u00f8jet.",
@ -334,6 +331,7 @@
"ChannelNameOnly": "Udelukkende kanal {0}",
"Anytime": "Altid",
"AroundTime": "Omkring {0}",
"All": "All",
"AllChannels": "Alle kanaler",
"LabelRecord": "Optag:",
"NewEpisodesOnly": "Kun nye episoder",
@ -424,6 +422,10 @@
"HeaderActiveRecordings": "Active Recordings",
"HeaderLatestRecordings": "Latest Recordings",
"LabelSyncTo": "Synkroniser til:",
"Next": "Next",
"LabelSource": "Source:",
"AllLanguages": "All languages",
"Previous": "Previous",
"HeaderNextUp": "Next Up",
"HeaderLatestFrom": "Latest from {0}",
"LabelHomeScreenSectionValue": "Home screen section {0}:",
@ -592,5 +594,8 @@
"LabelInternetQuality": "Internet quality:",
"HeaderMusicQuality": "Music Quality",
"LabelHomeNetworkQuality": "Home network quality:",
"HeaderLatestMedia": "Latest Media"
"HeaderLatestMedia": "Latest Media",
"HeaderRestartingEmbyServer": "Restarting Emby Server",
"RestartPleaseWaitMessage": "Please wait while Emby Server shuts down and restarts. This may take a minute or two.",
"PlayNext": "Play next"
}

View file

@ -1,18 +1,4 @@
{
"RunAtStartup": "Nach Hochfahren automatisch starten",
"Desktop": "Desktop",
"Mobile": "Mobil \/ Tablet",
"TV": "TV",
"LabelDisplayMode": "Bildschirmmodus:",
"DisplayModeHelp": "Bitte w\u00e4hle den Typ des Bildschirms auf dem Du Emby verwendest.",
"EnableThemeVideos": "Altiviere Titelvideos",
"EnableThemeVideosHelp": "Wenn aktiviert, wird ein Titelvideo w\u00e4hrend dem Durchsuchen durch die Bibliothek im Hintergrund abgespielt.",
"LabelScreensaver": "Bildschirmschoner:",
"LabelSoundEffects": "Soundeffekte:",
"LabelSkin": "Skin:",
"HeaderRestartingEmbyServer": "Emby Server neu starten",
"RestartPleaseWaitMessage": "Warte bitte bis der Emby Server heruntergefahren und neu gestartet wurde. Dieser Vorgang dauert 1 bis 2 Minuten.",
"PlayNext": "Spiele als N\u00e4chstes ab",
"MessageUnlockAppWithPurchaseOrSupporter": "Schalte diese Funktion mit einer kleinen einmaligen Geb\u00fchr oder einem aktiven Emby Premium Abo frei.",
"MessageUnlockAppWithSupporter": "Schalte diese Funktion mit einem aktiven Emby Premium Abo frei.",
"MessageToValidateSupporter": "Wenn du eine aktive Emby Premiere Mitgliedschaft hast, stelle bitte sicher, dass du diese \u00fcber das Emby Server Dashboard eingerichtet hast (Hauptmenu -> Emby Premiere).",
@ -84,6 +70,11 @@
"NewCollection": "Neue Collection",
"LabelCollection": "Sammlung:",
"Help": "Hilfe",
"LabelDisplayMode": "Bildschirmmodus:",
"Desktop": "Desktop",
"Mobile": "Mobil \/ Tablet",
"TV": "TV",
"DisplayModeHelp": "Bitte w\u00e4hle den Typ des Bildschirms auf dem Du Emby verwendest.",
"LabelDisplayLanguage": "Anzeigesprache:",
"LabelDisplayLanguageHelp": "Die \u00dcbersetzung von Emby ist ein laufendes Projekt.",
"LearnHowYouCanContribute": "Erfahre, wie du unterst\u00fctzen kannst.",
@ -95,6 +86,12 @@
"EnableBackdrops": "Aktiviere Hintergr\u00fcnde",
"EnableThemeSongsHelp": "Wenn aktiviert, wird Titelmusik w\u00e4hrend des Browsens durch die Bibliothek im Hintergrund abgespielt.",
"EnableBackdropsHelp": "Wenn aktiviert, werden w\u00e4hrend des Browsens durch die Bibliothek auf einigen Seiten passende Hintergr\u00fcnde angezeigt.",
"EnableThemeVideos": "Altiviere Titelvideos",
"EnableThemeVideosHelp": "Wenn aktiviert, wird ein Titelvideo w\u00e4hrend dem Durchsuchen durch die Bibliothek im Hintergrund abgespielt.",
"RunAtStartup": "Nach Hochfahren automatisch starten",
"LabelScreensaver": "Bildschirmschoner:",
"LabelSoundEffects": "Soundeffekte:",
"LabelSkin": "Skin:",
"LabelName": "Name:",
"NewCollectionNameExample": "Beispiel: Star Wars Collection",
"MessageItemsAdded": "Eintr\u00e4ge hinzugef\u00fcgt",
@ -334,6 +331,7 @@
"ChannelNameOnly": "Nur Kanal {0}",
"Anytime": "Jederzeit",
"AroundTime": "Um {0}",
"All": "All",
"AllChannels": "Alle Kan\u00e4le:",
"LabelRecord": "Aufnahme:",
"NewEpisodesOnly": "Nur neue Episoden",
@ -424,6 +422,10 @@
"HeaderActiveRecordings": "Aktive Aufnahmen",
"HeaderLatestRecordings": "Neueste Aufnahmen",
"LabelSyncTo": "Synchronisiere mit:",
"Next": "Next",
"LabelSource": "Source:",
"AllLanguages": "All languages",
"Previous": "Previous",
"HeaderNextUp": "Als N\u00e4chstes",
"HeaderLatestFrom": "Neuestes von {0}",
"LabelHomeScreenSectionValue": "Startseitenbereich {0}:",
@ -592,5 +594,8 @@
"LabelInternetQuality": "Internetqualit\u00e4t:",
"HeaderMusicQuality": "Musikqualit\u00e4t",
"LabelHomeNetworkQuality": "Heimnetzwerkqualit\u00e4t:",
"HeaderLatestMedia": "Neueste Medien"
"HeaderLatestMedia": "Neueste Medien",
"HeaderRestartingEmbyServer": "Emby Server neu starten",
"RestartPleaseWaitMessage": "Warte bitte bis der Emby Server heruntergefahren und neu gestartet wurde. Dieser Vorgang dauert 1 bis 2 Minuten.",
"PlayNext": "Spiele als N\u00e4chstes ab"
}

View file

@ -1,18 +1,4 @@
{
"RunAtStartup": "Run at startup",
"Desktop": "Desktop",
"Mobile": "Mobile \/ Tablet",
"TV": "TV",
"LabelDisplayMode": "Display mode:",
"DisplayModeHelp": "Select the type of screen you're running Emby on.",
"EnableThemeVideos": "Enable theme videos",
"EnableThemeVideosHelp": "If enabled, theme videos will be played in the background while browsing the library.",
"LabelScreensaver": "Screensaver:",
"LabelSoundEffects": "Sound effects:",
"LabelSkin": "Skin:",
"HeaderRestartingEmbyServer": "Restarting Emby Server",
"RestartPleaseWaitMessage": "Please wait while Emby Server shuts down and restarts. This may take a minute or two.",
"PlayNext": "Play next",
"MessageUnlockAppWithPurchaseOrSupporter": "\u039e\u03b5\u03ba\u03bb\u03b5\u03b9\u03b4\u03ce\u03c3\u03c4\u03b5 \u03b1\u03c5\u03c4\u03cc \u03c4\u03bf \u03c7\u03b1\u03c1\u03b1\u03ba\u03c4\u03b7\u03c1\u03b9\u03c3\u03c4\u03b9\u03ba\u03cc \u03ba\u03b1\u03c4\u03b1\u03b2\u03ac\u03bb\u03bf\u03bd\u03c4\u03b1\u03c2 \u03ad\u03bd\u03b1 \u03c0\u03bf\u03bb\u03cd \u03bc\u03b9\u03ba\u03c1\u03cc \u03ba\u03cc\u03c3\u03c4\u03bf\u03c2 \u03ae \u03bc\u03b5 \u03bc\u03af\u03b1 \u03b5\u03bd\u03b5\u03c1\u03b3\u03ae \u03c3\u03c5\u03bd\u03b4\u03c1\u03bf\u03bc\u03ae \u03c3\u03c4\u03bf Emby Premiere.",
"MessageUnlockAppWithSupporter": "\u039e\u03b5\u03ba\u03bb\u03b5\u03b9\u03b4\u03ce\u03c3\u03c4\u03b5 \u03b1\u03c5\u03c4\u03cc \u03c4\u03bf \u03c7\u03b1\u03c1\u03b1\u03ba\u03c4\u03b7\u03c1\u03b9\u03c3\u03c4\u03b9\u03ba\u03cc \u03bc\u03b5 \u03bc\u03af\u03b1 \u03b5\u03bd\u03b5\u03c1\u03b3\u03ae \u03c3\u03c5\u03bd\u03b4\u03c1\u03bf\u03bc\u03ae \u03c3\u03c4\u03bf Emby Premiere.",
"MessageToValidateSupporter": "If you have an active Emby Premiere subscription, ensure you've setup Emby Premiere in your Emby Server Dashboard, which you can access by clicking Emby Premiere within the main menu.",
@ -84,6 +70,11 @@
"NewCollection": "\u039d\u03ad\u03b1 \u03a3\u03c5\u03bb\u03bb\u03bf\u03b3\u03ae",
"LabelCollection": "\u03a3\u03c5\u03bb\u03bb\u03bf\u03b3\u03ae:",
"Help": "\u0392\u03bf\u03ae\u03b8\u03b5\u03b9\u03b1",
"LabelDisplayMode": "Display mode:",
"Desktop": "Desktop",
"Mobile": "Mobile \/ Tablet",
"TV": "TV",
"DisplayModeHelp": "Select the type of screen you're running Emby on.",
"LabelDisplayLanguage": "Display language:",
"LabelDisplayLanguageHelp": "Translating Emby is an ongoing project.",
"LearnHowYouCanContribute": "Learn how you can contribute.",
@ -95,6 +86,12 @@
"EnableBackdrops": "Enable backdrops",
"EnableThemeSongsHelp": "If enabled, theme songs will be played in the background while browsing the library.",
"EnableBackdropsHelp": "If enabled, backdrops will be displayed in the background of some pages while browsing the library.",
"EnableThemeVideos": "Enable theme videos",
"EnableThemeVideosHelp": "If enabled, theme videos will be played in the background while browsing the library.",
"RunAtStartup": "Run at startup",
"LabelScreensaver": "Screensaver:",
"LabelSoundEffects": "Sound effects:",
"LabelSkin": "Skin:",
"LabelName": "\u038c\u03bd\u03bf\u03bc\u03b1:",
"NewCollectionNameExample": "\u03a0\u03b1\u03c1\u03ac\u03b4\u03b5\u03b9\u03b3\u03bc\u03b1: \u03a3\u03c5\u03bb\u03bb\u03bf\u03b3\u03ae \"\u03a0\u03cc\u03bb\u03b5\u03bc\u03bf\u03c2 \u03c4\u03c9\u03bd \u0386\u03c3\u03c4\u03c1\u03c9\u03bd\"",
"MessageItemsAdded": "Items added.",
@ -334,6 +331,7 @@
"ChannelNameOnly": "Channel {0} only",
"Anytime": "Anytime",
"AroundTime": "Around {0}",
"All": "All",
"AllChannels": "All channels",
"LabelRecord": "Record:",
"NewEpisodesOnly": "New episodes only",
@ -424,6 +422,10 @@
"HeaderActiveRecordings": "Active Recordings",
"HeaderLatestRecordings": "Latest Recordings",
"LabelSyncTo": "Sync to:",
"Next": "Next",
"LabelSource": "Source:",
"AllLanguages": "All languages",
"Previous": "Previous",
"HeaderNextUp": "Next Up",
"HeaderLatestFrom": "Latest from {0}",
"LabelHomeScreenSectionValue": "Home screen section {0}:",
@ -592,5 +594,8 @@
"LabelInternetQuality": "Internet quality:",
"HeaderMusicQuality": "Music Quality",
"LabelHomeNetworkQuality": "Home network quality:",
"HeaderLatestMedia": "Latest Media"
"HeaderLatestMedia": "Latest Media",
"HeaderRestartingEmbyServer": "Restarting Emby Server",
"RestartPleaseWaitMessage": "Please wait while Emby Server shuts down and restarts. This may take a minute or two.",
"PlayNext": "Play next"
}

View file

@ -1,18 +1,4 @@
{
"RunAtStartup": "Run at startup",
"Desktop": "Desktop",
"Mobile": "Mobile \/ Tablet",
"TV": "TV",
"LabelDisplayMode": "Display mode:",
"DisplayModeHelp": "Select the type of screen you're running Emby on.",
"EnableThemeVideos": "Enable theme videos",
"EnableThemeVideosHelp": "If enabled, theme videos will be played in the background while browsing the library.",
"LabelScreensaver": "Screensaver:",
"LabelSoundEffects": "Sound effects:",
"LabelSkin": "Skin:",
"HeaderRestartingEmbyServer": "Restarting Emby Server",
"RestartPleaseWaitMessage": "Please wait while Emby Server shuts down and restarts. This may take a minute or two.",
"PlayNext": "Play next",
"MessageUnlockAppWithPurchaseOrSupporter": "Unlock this feature with a small one-time purchase, or with an active Emby Premiere subscription.",
"MessageUnlockAppWithSupporter": "Unlock this feature with an active Emby Premiere subscription.",
"MessageToValidateSupporter": "If you have an active Emby Premiere subscription, ensure you've setup Emby Premiere in your Emby Server Dashboard, which you can access by clicking Emby Premiere within the main menu.",
@ -84,6 +70,11 @@
"NewCollection": "New Collection",
"LabelCollection": "Collection:",
"Help": "Help",
"LabelDisplayMode": "Display mode:",
"Desktop": "Desktop",
"Mobile": "Mobile \/ Tablet",
"TV": "TV",
"DisplayModeHelp": "Select the type of screen you're running Emby on.",
"LabelDisplayLanguage": "Display language:",
"LabelDisplayLanguageHelp": "Translating Emby is an ongoing project.",
"LearnHowYouCanContribute": "Learn how you can contribute.",
@ -95,6 +86,12 @@
"EnableBackdrops": "Enable backdrops",
"EnableThemeSongsHelp": "If enabled, theme songs will be played in the background while browsing the library.",
"EnableBackdropsHelp": "If enabled, backdrops will be displayed in the background of some pages while browsing the library.",
"EnableThemeVideos": "Enable theme videos",
"EnableThemeVideosHelp": "If enabled, theme videos will be played in the background while browsing the library.",
"RunAtStartup": "Run at startup",
"LabelScreensaver": "Screensaver:",
"LabelSoundEffects": "Sound effects:",
"LabelSkin": "Skin:",
"LabelName": "Name:",
"NewCollectionNameExample": "Example: Star Wars Collection",
"MessageItemsAdded": "Items added.",
@ -334,6 +331,7 @@
"ChannelNameOnly": "Channel {0} only",
"Anytime": "Anytime",
"AroundTime": "Around {0}",
"All": "All",
"AllChannels": "All channels",
"LabelRecord": "Record:",
"NewEpisodesOnly": "New episodes only",
@ -424,6 +422,10 @@
"HeaderActiveRecordings": "Active Recordings",
"HeaderLatestRecordings": "Latest Recordings",
"LabelSyncTo": "Sync to:",
"Next": "Next",
"LabelSource": "Source:",
"AllLanguages": "All languages",
"Previous": "Previous",
"HeaderNextUp": "Next Up",
"HeaderLatestFrom": "Latest from {0}",
"LabelHomeScreenSectionValue": "Home screen section {0}:",
@ -592,5 +594,8 @@
"LabelInternetQuality": "Internet quality:",
"HeaderMusicQuality": "Music Quality",
"LabelHomeNetworkQuality": "Home network quality:",
"HeaderLatestMedia": "Latest Media"
"HeaderLatestMedia": "Latest Media",
"HeaderRestartingEmbyServer": "Restarting Emby Server",
"RestartPleaseWaitMessage": "Please wait while Emby Server shuts down and restarts. This may take a minute or two.",
"PlayNext": "Play next"
}

View file

@ -331,6 +331,7 @@
"ChannelNameOnly": "Channel {0} only",
"Anytime": "Anytime",
"AroundTime": "Around {0}",
"All": "All",
"AllChannels": "All channels",
"LabelRecord": "Record:",
"NewEpisodesOnly": "New episodes only",
@ -421,6 +422,10 @@
"HeaderActiveRecordings": "Active Recordings",
"HeaderLatestRecordings": "Latest Recordings",
"LabelSyncTo": "Sync to:",
"Next": "Next",
"LabelSource": "Source:",
"AllLanguages": "All languages",
"Previous": "Previous",
"HeaderNextUp": "Next Up",
"HeaderLatestFrom": "Latest from {0}",
"LabelHomeScreenSectionValue": "Home screen section {0}:",

View file

@ -1,18 +1,4 @@
{
"RunAtStartup": "Run at startup",
"Desktop": "Desktop",
"Mobile": "Mobile \/ Tablet",
"TV": "TV",
"LabelDisplayMode": "Display mode:",
"DisplayModeHelp": "Select the type of screen you're running Emby on.",
"EnableThemeVideos": "Enable theme videos",
"EnableThemeVideosHelp": "If enabled, theme videos will be played in the background while browsing the library.",
"LabelScreensaver": "Screensaver:",
"LabelSoundEffects": "Sound effects:",
"LabelSkin": "Skin:",
"HeaderRestartingEmbyServer": "Restarting Emby Server",
"RestartPleaseWaitMessage": "Please wait while Emby Server shuts down and restarts. This may take a minute or two.",
"PlayNext": "Play next",
"MessageUnlockAppWithPurchaseOrSupporter": "Unlock this feature with a small one-time purchase, or with an active Emby Premiere subscription.",
"MessageUnlockAppWithSupporter": "Unlock this feature with an active Emby Premiere subscription.",
"MessageToValidateSupporter": "If you have an active Emby Premiere subscription, ensure you've setup Emby Premiere in your Emby Server Dashboard, which you can access by clicking Emby Premiere within the main menu.",
@ -84,6 +70,11 @@
"NewCollection": "New Collection",
"LabelCollection": "Collection:",
"Help": "Help",
"LabelDisplayMode": "Display mode:",
"Desktop": "Desktop",
"Mobile": "Mobile \/ Tablet",
"TV": "TV",
"DisplayModeHelp": "Select the type of screen you're running Emby on.",
"LabelDisplayLanguage": "Display language:",
"LabelDisplayLanguageHelp": "Translating Emby is an ongoing project.",
"LearnHowYouCanContribute": "Learn how you can contribute.",
@ -95,6 +86,12 @@
"EnableBackdrops": "Enable backdrops",
"EnableThemeSongsHelp": "If enabled, theme songs will be played in the background while browsing the library.",
"EnableBackdropsHelp": "If enabled, backdrops will be displayed in the background of some pages while browsing the library.",
"EnableThemeVideos": "Enable theme videos",
"EnableThemeVideosHelp": "If enabled, theme videos will be played in the background while browsing the library.",
"RunAtStartup": "Run at startup",
"LabelScreensaver": "Screensaver:",
"LabelSoundEffects": "Sound effects:",
"LabelSkin": "Skin:",
"LabelName": "Name:",
"NewCollectionNameExample": "Ejemplo: Colecci\u00f3n de Star Wars",
"MessageItemsAdded": "Items added.",
@ -334,6 +331,7 @@
"ChannelNameOnly": "Channel {0} only",
"Anytime": "Anytime",
"AroundTime": "Around {0}",
"All": "All",
"AllChannels": "All channels",
"LabelRecord": "Record:",
"NewEpisodesOnly": "New episodes only",
@ -424,6 +422,10 @@
"HeaderActiveRecordings": "Active Recordings",
"HeaderLatestRecordings": "Latest Recordings",
"LabelSyncTo": "Sync to:",
"Next": "Next",
"LabelSource": "Source:",
"AllLanguages": "All languages",
"Previous": "Previous",
"HeaderNextUp": "Next Up",
"HeaderLatestFrom": "Latest from {0}",
"LabelHomeScreenSectionValue": "Home screen section {0}:",
@ -592,5 +594,8 @@
"LabelInternetQuality": "Internet quality:",
"HeaderMusicQuality": "Music Quality",
"LabelHomeNetworkQuality": "Home network quality:",
"HeaderLatestMedia": "Latest Media"
"HeaderLatestMedia": "Latest Media",
"HeaderRestartingEmbyServer": "Restarting Emby Server",
"RestartPleaseWaitMessage": "Please wait while Emby Server shuts down and restarts. This may take a minute or two.",
"PlayNext": "Play next"
}

View file

@ -1,18 +1,4 @@
{
"RunAtStartup": "Ejecutar al iniciar",
"Desktop": "Escritorio",
"Mobile": "M\u00f3vil \/ Tableta",
"TV": "TV",
"LabelDisplayMode": "Modo de Pantalla:",
"DisplayModeHelp": "Seleccione el tipo de pantalla en la que se encuentra ejecutando Emby.",
"EnableThemeVideos": "Habilitar videos de tema",
"EnableThemeVideosHelp": "Al habilitarse, los videos de tema ser\u00e1n reproducidos en el fondo mientras navega en la biblioteca.",
"LabelScreensaver": "Protector de Pantalla:",
"LabelSoundEffects": "Efectos de Sonido:",
"LabelSkin": "Piel:",
"HeaderRestartingEmbyServer": "Reiniciando el Servidor Emby",
"RestartPleaseWaitMessage": "Por favor espere mientras el Servidor Emby cierra y reinicia. Este puede tomar un minuto o dos.",
"PlayNext": "Play next",
"MessageUnlockAppWithPurchaseOrSupporter": "Desbloquee esta caracter\u00edstica con una peque\u00f1a compra \u00fanica, o con una suscripci\u00f3n activa de Emby Premier.",
"MessageUnlockAppWithSupporter": "Desbloquee esta caracter\u00edstica con una suscripci\u00f3n activa de Emby Premier.",
"MessageToValidateSupporter": "Si tiene una subscripci\u00f3n de Emby Premiere activa, aseg\u00farese de que ha configurado Emby Premiere en el Panel de Control del Servidor Emby, al cual puede acceder dando click en Emby Premiere dentro del men\u00fa principal.",
@ -84,6 +70,11 @@
"NewCollection": "Nueva Colecci\u00f3n",
"LabelCollection": "Colecci\u00f3n:",
"Help": "Ayuda",
"LabelDisplayMode": "Modo de Pantalla:",
"Desktop": "Escritorio",
"Mobile": "M\u00f3vil \/ Tableta",
"TV": "TV",
"DisplayModeHelp": "Seleccione el tipo de pantalla en la que se encuentra ejecutando Emby.",
"LabelDisplayLanguage": "Lenguaje de Despliege:",
"LabelDisplayLanguageHelp": "La traducci\u00f3n de Emby es un proyecto en curso.",
"LearnHowYouCanContribute": "Aprenda como puede contribu\u00edr.",
@ -95,6 +86,12 @@
"EnableBackdrops": "Habilitar im\u00e1genes de fondo",
"EnableThemeSongsHelp": "Al habilitarse, las canciones de tema ser\u00e1n reproducidas en el fondo mientras navega en la biblioteca.",
"EnableBackdropsHelp": "Al habilitarse, las im\u00e1genes de fondo ser\u00e1n deplegadas en el fondo de algunas p\u00e1ginas mientras navega en la biblioteca.",
"EnableThemeVideos": "Habilitar videos de tema",
"EnableThemeVideosHelp": "Al habilitarse, los videos de tema ser\u00e1n reproducidos en el fondo mientras navega en la biblioteca.",
"RunAtStartup": "Ejecutar al iniciar",
"LabelScreensaver": "Protector de Pantalla:",
"LabelSoundEffects": "Efectos de Sonido:",
"LabelSkin": "Piel:",
"LabelName": "Nombre:",
"NewCollectionNameExample": "Ejemplo: Colecci\u00f3n Guerra de las Galaxias",
"MessageItemsAdded": "\u00cdtems agregados.",
@ -334,6 +331,7 @@
"ChannelNameOnly": "Canal {0} solamente",
"Anytime": "En cualquier momento",
"AroundTime": "Alrededor de {0}",
"All": "All",
"AllChannels": "Todos los canales",
"LabelRecord": "Grabar:",
"NewEpisodesOnly": "Solo episodios nuevos",
@ -424,6 +422,10 @@
"HeaderActiveRecordings": "Grabaciones Activas",
"HeaderLatestRecordings": "Grabaciones Recientes",
"LabelSyncTo": "Sincronizar con:",
"Next": "Next",
"LabelSource": "Source:",
"AllLanguages": "All languages",
"Previous": "Previous",
"HeaderNextUp": "A Continuaci\u00f3n",
"HeaderLatestFrom": "M\u00e1s recientes desde {0}",
"LabelHomeScreenSectionValue": "Pagina de inicio secci\u00f3n {0}:",
@ -592,5 +594,8 @@
"LabelInternetQuality": "Calidad en internet:",
"HeaderMusicQuality": "Calidad de Musica",
"LabelHomeNetworkQuality": "Calidad en Red Local:",
"HeaderLatestMedia": "Agregadas Recientemente"
"HeaderLatestMedia": "Agregadas Recientemente",
"HeaderRestartingEmbyServer": "Reiniciando el Servidor Emby",
"RestartPleaseWaitMessage": "Por favor espere mientras el Servidor Emby cierra y reinicia. Este puede tomar un minuto o dos.",
"PlayNext": "Reproducir siguiente"
}

View file

@ -1,18 +1,4 @@
{
"RunAtStartup": "Run at startup",
"Desktop": "Escritorio",
"Mobile": "M\u00f3vil \/ Tablet",
"TV": "TV",
"LabelDisplayMode": "Modo de visualizaci\u00f3n:",
"DisplayModeHelp": "Seleccione el tipo de pantalla que est\u00e1 ejecutando Emby.",
"EnableThemeVideos": "Enable theme videos",
"EnableThemeVideosHelp": "If enabled, theme videos will be played in the background while browsing the library.",
"LabelScreensaver": "Screensaver:",
"LabelSoundEffects": "Sound effects:",
"LabelSkin": "Skin:",
"HeaderRestartingEmbyServer": "Restarting Emby Server",
"RestartPleaseWaitMessage": "Please wait while Emby Server shuts down and restarts. This may take a minute or two.",
"PlayNext": "Play next",
"MessageUnlockAppWithPurchaseOrSupporter": "Desbloquea esta caracter\u00edstica con una peque\u00f1a compra una vez o con una suscripci\u00f3n a Emby Premiere.",
"MessageUnlockAppWithSupporter": "Desbloquea esta caracter\u00edstica con una suscripci\u00f3n a Emby Premiere.",
"MessageToValidateSupporter": "Si tienes una suscripci\u00f3n a Emby Premiere aseg\u00farate de que la has configurado en el Panel de Control de tu servidor Emby en Ayuda -> Emby Premiere.",
@ -84,6 +70,11 @@
"NewCollection": "Nueva colecci\u00f3n",
"LabelCollection": "Colecci\u00f3n:",
"Help": "Ayuda",
"LabelDisplayMode": "Modo de visualizaci\u00f3n:",
"Desktop": "Escritorio",
"Mobile": "M\u00f3vil \/ Tablet",
"TV": "TV",
"DisplayModeHelp": "Seleccione el tipo de pantalla que est\u00e1 ejecutando Emby.",
"LabelDisplayLanguage": "Display language:",
"LabelDisplayLanguageHelp": "Translating Emby is an ongoing project.",
"LearnHowYouCanContribute": "Learn how you can contribute.",
@ -95,6 +86,12 @@
"EnableBackdrops": "Enable backdrops",
"EnableThemeSongsHelp": "If enabled, theme songs will be played in the background while browsing the library.",
"EnableBackdropsHelp": "If enabled, backdrops will be displayed in the background of some pages while browsing the library.",
"EnableThemeVideos": "Enable theme videos",
"EnableThemeVideosHelp": "If enabled, theme videos will be played in the background while browsing the library.",
"RunAtStartup": "Run at startup",
"LabelScreensaver": "Screensaver:",
"LabelSoundEffects": "Sound effects:",
"LabelSkin": "Skin:",
"LabelName": "Nombre:",
"NewCollectionNameExample": "Ejemplo: Colecci\u00f3n de Star Wars",
"MessageItemsAdded": "Items a\u00f1adidos",
@ -334,6 +331,7 @@
"ChannelNameOnly": "Canal {0} solo",
"Anytime": "Anytime",
"AroundTime": "Around {0}",
"All": "All",
"AllChannels": "Todos los canales",
"LabelRecord": "Grabar:",
"NewEpisodesOnly": "Solo nuevos episodios",
@ -424,6 +422,10 @@
"HeaderActiveRecordings": "Grabaciones activas",
"HeaderLatestRecordings": "\u00daltimas Grabaciones",
"LabelSyncTo": "Sincronizar en:",
"Next": "Next",
"LabelSource": "Source:",
"AllLanguages": "All languages",
"Previous": "Previous",
"HeaderNextUp": "Siguiendo",
"HeaderLatestFrom": "Lo \u00faltimo de {0}",
"LabelHomeScreenSectionValue": "Secci\u00f3n de la pantalla de inicio {0}:",
@ -592,5 +594,8 @@
"LabelInternetQuality": "Calidad en internet:",
"HeaderMusicQuality": "Music Quality",
"LabelHomeNetworkQuality": "Home network quality:",
"HeaderLatestMedia": "\u00daltimos medios"
"HeaderLatestMedia": "\u00daltimos medios",
"HeaderRestartingEmbyServer": "Restarting Emby Server",
"RestartPleaseWaitMessage": "Please wait while Emby Server shuts down and restarts. This may take a minute or two.",
"PlayNext": "Play next"
}

View file

@ -1,18 +1,4 @@
{
"RunAtStartup": "Run at startup",
"Desktop": "Desktop",
"Mobile": "Mobile \/ Tablet",
"TV": "TV",
"LabelDisplayMode": "Display mode:",
"DisplayModeHelp": "Select the type of screen you're running Emby on.",
"EnableThemeVideos": "Enable theme videos",
"EnableThemeVideosHelp": "If enabled, theme videos will be played in the background while browsing the library.",
"LabelScreensaver": "Screensaver:",
"LabelSoundEffects": "Sound effects:",
"LabelSkin": "Skin:",
"HeaderRestartingEmbyServer": "Restarting Emby Server",
"RestartPleaseWaitMessage": "Please wait while Emby Server shuts down and restarts. This may take a minute or two.",
"PlayNext": "Play next",
"MessageUnlockAppWithPurchaseOrSupporter": "Unlock this feature with a small one-time purchase, or with an active Emby Premiere subscription.",
"MessageUnlockAppWithSupporter": "Unlock this feature with an active Emby Premiere subscription.",
"MessageToValidateSupporter": "If you have an active Emby Premiere subscription, ensure you've setup Emby Premiere in your Emby Server Dashboard, which you can access by clicking Emby Premiere within the main menu.",
@ -84,6 +70,11 @@
"NewCollection": "New Collection",
"LabelCollection": "Collection:",
"Help": "Help",
"LabelDisplayMode": "Display mode:",
"Desktop": "Desktop",
"Mobile": "Mobile \/ Tablet",
"TV": "TV",
"DisplayModeHelp": "Select the type of screen you're running Emby on.",
"LabelDisplayLanguage": "Display language:",
"LabelDisplayLanguageHelp": "Translating Emby is an ongoing project.",
"LearnHowYouCanContribute": "Learn how you can contribute.",
@ -95,6 +86,12 @@
"EnableBackdrops": "Enable backdrops",
"EnableThemeSongsHelp": "If enabled, theme songs will be played in the background while browsing the library.",
"EnableBackdropsHelp": "If enabled, backdrops will be displayed in the background of some pages while browsing the library.",
"EnableThemeVideos": "Enable theme videos",
"EnableThemeVideosHelp": "If enabled, theme videos will be played in the background while browsing the library.",
"RunAtStartup": "Run at startup",
"LabelScreensaver": "Screensaver:",
"LabelSoundEffects": "Sound effects:",
"LabelSkin": "Skin:",
"LabelName": "Name:",
"NewCollectionNameExample": "Example: Star Wars Collection",
"MessageItemsAdded": "Items added.",
@ -334,6 +331,7 @@
"ChannelNameOnly": "Channel {0} only",
"Anytime": "Anytime",
"AroundTime": "Around {0}",
"All": "All",
"AllChannels": "All channels",
"LabelRecord": "Record:",
"NewEpisodesOnly": "New episodes only",
@ -424,6 +422,10 @@
"HeaderActiveRecordings": "Active Recordings",
"HeaderLatestRecordings": "Latest Recordings",
"LabelSyncTo": "Sync to:",
"Next": "Next",
"LabelSource": "Source:",
"AllLanguages": "All languages",
"Previous": "Previous",
"HeaderNextUp": "Next Up",
"HeaderLatestFrom": "Latest from {0}",
"LabelHomeScreenSectionValue": "Home screen section {0}:",
@ -592,5 +594,8 @@
"LabelInternetQuality": "Internet quality:",
"HeaderMusicQuality": "Music Quality",
"LabelHomeNetworkQuality": "Home network quality:",
"HeaderLatestMedia": "Latest Media"
"HeaderLatestMedia": "Latest Media",
"HeaderRestartingEmbyServer": "Restarting Emby Server",
"RestartPleaseWaitMessage": "Please wait while Emby Server shuts down and restarts. This may take a minute or two.",
"PlayNext": "Play next"
}

View file

@ -1,18 +1,4 @@
{
"RunAtStartup": "Run at startup",
"Desktop": "Desktop",
"Mobile": "Mobile \/ Tablet",
"TV": "TV",
"LabelDisplayMode": "Display mode:",
"DisplayModeHelp": "Select the type of screen you're running Emby on.",
"EnableThemeVideos": "Enable theme videos",
"EnableThemeVideosHelp": "If enabled, theme videos will be played in the background while browsing the library.",
"LabelScreensaver": "Screensaver:",
"LabelSoundEffects": "Sound effects:",
"LabelSkin": "Skin:",
"HeaderRestartingEmbyServer": "Restarting Emby Server",
"RestartPleaseWaitMessage": "Please wait while Emby Server shuts down and restarts. This may take a minute or two.",
"PlayNext": "Play next",
"MessageUnlockAppWithPurchaseOrSupporter": "D\u00e9verrouillez cette fonctionnalit\u00e9 avec un petit achat unique ou avec un abonnement Emby Premiere actif.",
"MessageUnlockAppWithSupporter": "D\u00e9verrouillez cette fonctionnalit\u00e9 avec un abonnement Emby Premi\u00e8re actif.",
"MessageToValidateSupporter": "Si vous avez un abonnement Emby Premi\u00e8re actif, assurez-vous d'avoir install\u00e9 Emby Premi\u00e8re sur le tableau de bord de votre serveur Emby, auquel vous pouvez acc\u00e9der en cliquant sur Emby Premi\u00e8re dans le menu principal.",
@ -84,6 +70,11 @@
"NewCollection": "Nouvelle Collection",
"LabelCollection": "Collection:",
"Help": "Aide",
"LabelDisplayMode": "Display mode:",
"Desktop": "Desktop",
"Mobile": "Mobile \/ Tablet",
"TV": "TV",
"DisplayModeHelp": "Select the type of screen you're running Emby on.",
"LabelDisplayLanguage": "Display language:",
"LabelDisplayLanguageHelp": "Translating Emby is an ongoing project.",
"LearnHowYouCanContribute": "Learn how you can contribute.",
@ -95,6 +86,12 @@
"EnableBackdrops": "Enable backdrops",
"EnableThemeSongsHelp": "If enabled, theme songs will be played in the background while browsing the library.",
"EnableBackdropsHelp": "If enabled, backdrops will be displayed in the background of some pages while browsing the library.",
"EnableThemeVideos": "Enable theme videos",
"EnableThemeVideosHelp": "If enabled, theme videos will be played in the background while browsing the library.",
"RunAtStartup": "Run at startup",
"LabelScreensaver": "Screensaver:",
"LabelSoundEffects": "Sound effects:",
"LabelSkin": "Skin:",
"LabelName": "Nom:",
"NewCollectionNameExample": "Exemple: Collection Star Wars",
"MessageItemsAdded": "\u00c9l\u00e9ments ajout\u00e9s.",
@ -334,6 +331,7 @@
"ChannelNameOnly": "Channel {0} only",
"Anytime": "Anytime",
"AroundTime": "Around {0}",
"All": "All",
"AllChannels": "All channels",
"LabelRecord": "Record:",
"NewEpisodesOnly": "New episodes only",
@ -424,6 +422,10 @@
"HeaderActiveRecordings": "Active Recordings",
"HeaderLatestRecordings": "Latest Recordings",
"LabelSyncTo": "Sync to:",
"Next": "Next",
"LabelSource": "Source:",
"AllLanguages": "All languages",
"Previous": "Previous",
"HeaderNextUp": "\u00c0 Suivre",
"HeaderLatestFrom": "Latest from {0}",
"LabelHomeScreenSectionValue": "Home screen section {0}:",
@ -592,5 +594,8 @@
"LabelInternetQuality": "Internet quality:",
"HeaderMusicQuality": "Music Quality",
"LabelHomeNetworkQuality": "Home network quality:",
"HeaderLatestMedia": "Latest Media"
"HeaderLatestMedia": "Latest Media",
"HeaderRestartingEmbyServer": "Restarting Emby Server",
"RestartPleaseWaitMessage": "Please wait while Emby Server shuts down and restarts. This may take a minute or two.",
"PlayNext": "Play next"
}

View file

@ -1,18 +1,4 @@
{
"RunAtStartup": "Ex\u00e9cuter au d\u00e9marrage",
"Desktop": "Bureau",
"Mobile": "Mobile \/ Tablette",
"TV": "TV",
"LabelDisplayMode": "Mode d'affichage :",
"DisplayModeHelp": "S\u00e9lectionner le type d'\u00e9cran sur lequel vous utilisez Emby.",
"EnableThemeVideos": "Activer les th\u00e8mes vid\u00e9os",
"EnableThemeVideosHelp": "Si activ\u00e9, les th\u00e8mes vid\u00e9os seront lus en arri\u00e8re-plan tout en parcourant la m\u00e9diath\u00e8que.",
"LabelScreensaver": "\u00c9conomiseur d'\u00e9cran\u00a0:",
"LabelSoundEffects": "Effets sonores\u00a0:",
"LabelSkin": "Habillage\u00a0:",
"HeaderRestartingEmbyServer": "Red\u00e9marrage du serveur Emby",
"RestartPleaseWaitMessage": "Veuillez patienter pendant que le serveur Emby s'arr\u00eate et red\u00e9marre. Cela peut prendre une minute ou deux.",
"PlayNext": "Lire le suivant",
"MessageUnlockAppWithPurchaseOrSupporter": "D\u00e9verrouillez cette fonctionnalit\u00e9 avec un petit achat unique, ou avec un abonnement Emby Premiere.",
"MessageUnlockAppWithSupporter": "D\u00e9verrouillez cette fonctionnalit\u00e9 avec un abonnement Emby Premiere.",
"MessageToValidateSupporter": "Si vous avez un abonnement Emby Premiere, veuillez vous assurer que vous avez configur\u00e9 Emby Premiere dans le tableau de bord de votre serveur Emby auquel vous pouvez acc\u00e9der en cliquant sur Emby Premiere dans le menu principal",
@ -84,6 +70,11 @@
"NewCollection": "Nouvelle collection",
"LabelCollection": "Collection\u00a0:",
"Help": "Aide",
"LabelDisplayMode": "Mode d'affichage :",
"Desktop": "Bureau",
"Mobile": "Mobile \/ Tablette",
"TV": "TV",
"DisplayModeHelp": "S\u00e9lectionner le type d'\u00e9cran sur lequel vous utilisez Emby.",
"LabelDisplayLanguage": "Langue d'affichage :",
"LabelDisplayLanguageHelp": "La traduction d'Emby est un projet en cours.",
"LearnHowYouCanContribute": "Voir comment vous pouvez contribuer.",
@ -95,6 +86,12 @@
"EnableBackdrops": "Activer les images d'arri\u00e8re-plans",
"EnableThemeSongsHelp": "Si activ\u00e9, les th\u00e8mes musicaux seront lus en arri\u00e8re-plan pendant la navigation dans la m\u00e9diath\u00e8que.",
"EnableBackdropsHelp": "Si activ\u00e9, les images d'arri\u00e8re-plan seront affich\u00e9es sur certaines pages pendant la navigation dans la m\u00e9diath\u00e8que.",
"EnableThemeVideos": "Activer les th\u00e8mes vid\u00e9os",
"EnableThemeVideosHelp": "Si activ\u00e9, les th\u00e8mes vid\u00e9os seront lus en arri\u00e8re-plan tout en parcourant la m\u00e9diath\u00e8que.",
"RunAtStartup": "Ex\u00e9cuter au d\u00e9marrage",
"LabelScreensaver": "\u00c9conomiseur d'\u00e9cran\u00a0:",
"LabelSoundEffects": "Effets sonores\u00a0:",
"LabelSkin": "Habillage\u00a0:",
"LabelName": "Nom\u00a0:",
"NewCollectionNameExample": "Exemple\u00a0: Collection Star Wars",
"MessageItemsAdded": " \u00c9l\u00e9ments ajout\u00e9s.",
@ -334,6 +331,7 @@
"ChannelNameOnly": "Seulement la cha\u00eene {0}",
"Anytime": "N'importe quand",
"AroundTime": "Aux environs de {0}",
"All": "Tout",
"AllChannels": "Toutes les cha\u00eenes",
"LabelRecord": "Enregistrer\u00a0:",
"NewEpisodesOnly": "Uniquement les nouveaux \u00e9pisodes",
@ -424,6 +422,10 @@
"HeaderActiveRecordings": "Enregistrements actifs",
"HeaderLatestRecordings": "Derniers enregistrements",
"LabelSyncTo": "Synchroniser avec :",
"Next": "Prochain",
"LabelSource": "Source:",
"AllLanguages": "Tous les langages",
"Previous": "Pr\u00e9c\u00e9dent",
"HeaderNextUp": "En Cours",
"HeaderLatestFrom": "R\u00e9cemment ajout\u00e9s {0}",
"LabelHomeScreenSectionValue": "Section {0} de l'accueil\u00a0:",
@ -592,5 +594,8 @@
"LabelInternetQuality": "Qualit\u00e9 d'internet\u00a0:",
"HeaderMusicQuality": "Qualit\u00e9 de la musique\u00a0:",
"LabelHomeNetworkQuality": "Qualit\u00e9 du r\u00e9seau local\u00a0:",
"HeaderLatestMedia": "Derniers m\u00e9dias"
"HeaderLatestMedia": "Derniers m\u00e9dias",
"HeaderRestartingEmbyServer": "Red\u00e9marrage du serveur Emby",
"RestartPleaseWaitMessage": "Veuillez patienter pendant que le serveur Emby s'arr\u00eate et red\u00e9marre. Cela peut prendre une minute ou deux.",
"PlayNext": "Lire le suivant"
}

View file

@ -1,18 +1,4 @@
{
"RunAtStartup": "Run at startup",
"Desktop": "Desktop",
"Mobile": "Mobile \/ Tablet",
"TV": "TV",
"LabelDisplayMode": "Display mode:",
"DisplayModeHelp": "Select the type of screen you're running Emby on.",
"EnableThemeVideos": "Enable theme videos",
"EnableThemeVideosHelp": "If enabled, theme videos will be played in the background while browsing the library.",
"LabelScreensaver": "Screensaver:",
"LabelSoundEffects": "Sound effects:",
"LabelSkin": "Skin:",
"HeaderRestartingEmbyServer": "Restarting Emby Server",
"RestartPleaseWaitMessage": "Please wait while Emby Server shuts down and restarts. This may take a minute or two.",
"PlayNext": "Play next",
"MessageUnlockAppWithPurchaseOrSupporter": "Unlock this feature with a small one-time purchase, or with an active Emby Premiere subscription.",
"MessageUnlockAppWithSupporter": "Unlock this feature with an active Emby Premiere subscription.",
"MessageToValidateSupporter": "If you have an active Emby Premiere subscription, ensure you've setup Emby Premiere in your Emby Server Dashboard, which you can access by clicking Emby Premiere within the main menu.",
@ -84,6 +70,11 @@
"NewCollection": "New Collection",
"LabelCollection": "Collection:",
"Help": "Help",
"LabelDisplayMode": "Display mode:",
"Desktop": "Desktop",
"Mobile": "Mobile \/ Tablet",
"TV": "TV",
"DisplayModeHelp": "Select the type of screen you're running Emby on.",
"LabelDisplayLanguage": "Display language:",
"LabelDisplayLanguageHelp": "Translating Emby is an ongoing project.",
"LearnHowYouCanContribute": "Learn how you can contribute.",
@ -95,6 +86,12 @@
"EnableBackdrops": "Enable backdrops",
"EnableThemeSongsHelp": "If enabled, theme songs will be played in the background while browsing the library.",
"EnableBackdropsHelp": "If enabled, backdrops will be displayed in the background of some pages while browsing the library.",
"EnableThemeVideos": "Enable theme videos",
"EnableThemeVideosHelp": "If enabled, theme videos will be played in the background while browsing the library.",
"RunAtStartup": "Run at startup",
"LabelScreensaver": "Screensaver:",
"LabelSoundEffects": "Sound effects:",
"LabelSkin": "Skin:",
"LabelName": "Name:",
"NewCollectionNameExample": "Biispell: Star Wars Sammlig",
"MessageItemsAdded": "Items added.",
@ -334,6 +331,7 @@
"ChannelNameOnly": "Channel {0} only",
"Anytime": "Anytime",
"AroundTime": "Around {0}",
"All": "All",
"AllChannels": "All channels",
"LabelRecord": "Record:",
"NewEpisodesOnly": "New episodes only",
@ -424,6 +422,10 @@
"HeaderActiveRecordings": "Active Recordings",
"HeaderLatestRecordings": "Latest Recordings",
"LabelSyncTo": "Sync to:",
"Next": "Next",
"LabelSource": "Source:",
"AllLanguages": "All languages",
"Previous": "Previous",
"HeaderNextUp": "Next Up",
"HeaderLatestFrom": "Latest from {0}",
"LabelHomeScreenSectionValue": "Home screen section {0}:",
@ -592,5 +594,8 @@
"LabelInternetQuality": "Internet quality:",
"HeaderMusicQuality": "Music Quality",
"LabelHomeNetworkQuality": "Home network quality:",
"HeaderLatestMedia": "Latest Media"
"HeaderLatestMedia": "Latest Media",
"HeaderRestartingEmbyServer": "Restarting Emby Server",
"RestartPleaseWaitMessage": "Please wait while Emby Server shuts down and restarts. This may take a minute or two.",
"PlayNext": "Play next"
}

View file

@ -1,18 +1,4 @@
{
"RunAtStartup": "Run at startup",
"Desktop": "Desktop",
"Mobile": "Mobile \/ Tablet",
"TV": "TV",
"LabelDisplayMode": "Display mode:",
"DisplayModeHelp": "Select the type of screen you're running Emby on.",
"EnableThemeVideos": "Enable theme videos",
"EnableThemeVideosHelp": "If enabled, theme videos will be played in the background while browsing the library.",
"LabelScreensaver": "Screensaver:",
"LabelSoundEffects": "Sound effects:",
"LabelSkin": "Skin:",
"HeaderRestartingEmbyServer": "Restarting Emby Server",
"RestartPleaseWaitMessage": "Please wait while Emby Server shuts down and restarts. This may take a minute or two.",
"PlayNext": "Play next",
"MessageUnlockAppWithPurchaseOrSupporter": "\u05e0\u05e2\u05d9\u05dc\u05ea \u05ea\u05db\u05d5\u05e0\u05d4 \u05d6\u05d5 \u05e2\u05dd \u05e8\u05db\u05d9\u05e9\u05d4 \u05d7\u05d3 \u05e4\u05e2\u05de\u05d9\u05ea \u05e7\u05d8\u05e0\u05d4, \u05d0\u05d5 \u05e2\u05dd \u05de\u05e0\u05d5\u05d9 \u05e4\u05e2\u05d9\u05dc Premiere \u05d0\u05de\u05d1\u05d9.",
"MessageUnlockAppWithSupporter": "\u05d1\u05d9\u05d8\u05d5\u05dc \u05e0\u05e2\u05d9\u05dc\u05d4 \u05e9\u05dc \u05ea\u05db\u05d5\u05e0\u05d4 \u05d6\u05d5 \u05e2\u05dd \u05de\u05e0\u05d5\u05d9 \u05e4\u05e2\u05d9\u05dc \u05e9\u05dc Emby Premiere.",
"MessageToValidateSupporter": "\u05d0\u05dd \u05d9\u05e9 \u05dc\u05da \u05de\u05e0\u05d5\u05d9 \u05e4\u05e2\u05d9\u05dc \u05e9\u05dc Emby Premiere, \u05d5\u05d3\u05d0 \u05e9\u05d4\u05d2\u05d3\u05e8\u05ea \u05d0\u05ea Emby Premiere \u05d1\u05de\u05e8\u05db\u05d6 \u05d4\u05e9\u05dc\u05d9\u05d8\u05d4 \u05e9\u05dc \u200b\u200b\u05d0\u05de\u05d1\u05d9 \u05e9\u05e8\u05ea, \u05e9\u05d1\u05d5 \u05d1\u05d0\u05e4\u05e9\u05e8\u05d5\u05ea\u05da \u05dc\u05d2\u05e9\u05ea \u05e2\u05dc-\u05d9\u05d3\u05d9 \u05dc\u05d7\u05d9\u05e6\u05d4 \u05e2\u05dc Emby Premiere \u05d1\u05ea\u05e4\u05e8\u05d9\u05d8 \u05d4\u05e8\u05d0\u05e9\u05d9.",
@ -84,6 +70,11 @@
"NewCollection": "\u05d0\u05d5\u05e1\u05e4\u05d9\u05dd \u05d7\u05d3\u05e9\u05d9\u05dd",
"LabelCollection": "\u05d0\u05d5\u05e1\u05e4\u05d9\u05dd:",
"Help": "\u05e2\u05d6\u05e8\u05d4",
"LabelDisplayMode": "Display mode:",
"Desktop": "Desktop",
"Mobile": "Mobile \/ Tablet",
"TV": "TV",
"DisplayModeHelp": "Select the type of screen you're running Emby on.",
"LabelDisplayLanguage": "Display language:",
"LabelDisplayLanguageHelp": "Translating Emby is an ongoing project.",
"LearnHowYouCanContribute": "Learn how you can contribute.",
@ -95,6 +86,12 @@
"EnableBackdrops": "Enable backdrops",
"EnableThemeSongsHelp": "If enabled, theme songs will be played in the background while browsing the library.",
"EnableBackdropsHelp": "If enabled, backdrops will be displayed in the background of some pages while browsing the library.",
"EnableThemeVideos": "Enable theme videos",
"EnableThemeVideosHelp": "If enabled, theme videos will be played in the background while browsing the library.",
"RunAtStartup": "Run at startup",
"LabelScreensaver": "Screensaver:",
"LabelSoundEffects": "Sound effects:",
"LabelSkin": "Skin:",
"LabelName": "\u05e9\u05dd:",
"NewCollectionNameExample": "\u05dc\u05d3\u05d5\u05d2\u05de\u05d0 :\u05d0\u05d5\u05e1\u05e3 \u05de\u05dc\u05d7\u05de\u05ea \u05d4\u05db\u05d5\u05db\u05d1\u05d9\u05dd",
"MessageItemsAdded": "\u05e4\u05e8\u05d9\u05d8\u05d9\u05dd \u05e0\u05d5\u05e1\u05e4\u05d5.",
@ -334,6 +331,7 @@
"ChannelNameOnly": "\u05e2\u05e8\u05d5\u05e5 {0} \u05d1\u05dc\u05d1\u05d3",
"Anytime": "\u05d1\u05db\u05dc \u05e2\u05ea",
"AroundTime": "\u05d1\u05e1\u05d1\u05d9\u05d1\u05d5\u05ea {0}",
"All": "All",
"AllChannels": "\u05db\u05dc \u05d4\u05e2\u05e8\u05d5\u05e6\u05d9\u05dd",
"LabelRecord": "\u05d4\u05e7\u05dc\u05d8\u05d4:",
"NewEpisodesOnly": "\u05e4\u05e8\u05e7\u05d9\u05dd \u05d7\u05d3\u05e9\u05d9\u05dd \u05d1\u05dc\u05d1\u05d3",
@ -424,6 +422,10 @@
"HeaderActiveRecordings": "Active Recordings",
"HeaderLatestRecordings": "Latest Recordings",
"LabelSyncTo": "\u05e1\u05e0\u05db\u05e8\u05df \u05dc:",
"Next": "Next",
"LabelSource": "Source:",
"AllLanguages": "All languages",
"Previous": "Previous",
"HeaderNextUp": "Next Up",
"HeaderLatestFrom": "Latest from {0}",
"LabelHomeScreenSectionValue": "Home screen section {0}:",
@ -592,5 +594,8 @@
"LabelInternetQuality": "Internet quality:",
"HeaderMusicQuality": "Music Quality",
"LabelHomeNetworkQuality": "Home network quality:",
"HeaderLatestMedia": "Latest Media"
"HeaderLatestMedia": "Latest Media",
"HeaderRestartingEmbyServer": "Restarting Emby Server",
"RestartPleaseWaitMessage": "Please wait while Emby Server shuts down and restarts. This may take a minute or two.",
"PlayNext": "Play next"
}

View file

@ -1,18 +1,4 @@
{
"RunAtStartup": "Run at startup",
"Desktop": "Desktop",
"Mobile": "Mobile \/ Tablet",
"TV": "TV",
"LabelDisplayMode": "Display mode:",
"DisplayModeHelp": "Select the type of screen you're running Emby on.",
"EnableThemeVideos": "Enable theme videos",
"EnableThemeVideosHelp": "If enabled, theme videos will be played in the background while browsing the library.",
"LabelScreensaver": "Screensaver:",
"LabelSoundEffects": "Sound effects:",
"LabelSkin": "Skin:",
"HeaderRestartingEmbyServer": "Restarting Emby Server",
"RestartPleaseWaitMessage": "Please wait while Emby Server shuts down and restarts. This may take a minute or two.",
"PlayNext": "Play next",
"MessageUnlockAppWithPurchaseOrSupporter": "Otklju\u010daj ovu mogu\u0107nost s malom jednokratnom kupnjom ili s aktivnom pretplatom Emby Premijere.",
"MessageUnlockAppWithSupporter": "Otklju\u010daj ovu mogu\u0107nost sa pretplatom Emby Premijere.",
"MessageToValidateSupporter": "Ako imate aktivnu pretplatu Emby Premijere provjerite dali ste postavili Emby Premijeru u svojoj nadzornoj plo\u010di Emby Server-a kojoj mo\u017eete pristupiti klikom Emby Premijera u glavnom izborniku.",
@ -84,6 +70,11 @@
"NewCollection": "Nova kolekcija",
"LabelCollection": "Kolekcija:",
"Help": "Pomo\u0107",
"LabelDisplayMode": "Display mode:",
"Desktop": "Desktop",
"Mobile": "Mobile \/ Tablet",
"TV": "TV",
"DisplayModeHelp": "Select the type of screen you're running Emby on.",
"LabelDisplayLanguage": "Display language:",
"LabelDisplayLanguageHelp": "Translating Emby is an ongoing project.",
"LearnHowYouCanContribute": "Learn how you can contribute.",
@ -95,6 +86,12 @@
"EnableBackdrops": "Enable backdrops",
"EnableThemeSongsHelp": "If enabled, theme songs will be played in the background while browsing the library.",
"EnableBackdropsHelp": "If enabled, backdrops will be displayed in the background of some pages while browsing the library.",
"EnableThemeVideos": "Enable theme videos",
"EnableThemeVideosHelp": "If enabled, theme videos will be played in the background while browsing the library.",
"RunAtStartup": "Run at startup",
"LabelScreensaver": "Screensaver:",
"LabelSoundEffects": "Sound effects:",
"LabelSkin": "Skin:",
"LabelName": "Ime:",
"NewCollectionNameExample": "Naprimjer: Star Wars Kolekcija",
"MessageItemsAdded": "Stavke su dodane",
@ -334,6 +331,7 @@
"ChannelNameOnly": "Kanali {0} samo",
"Anytime": "Bilo kada",
"AroundTime": "Oko {0}",
"All": "All",
"AllChannels": "Svi kanali",
"LabelRecord": "Snimka:",
"NewEpisodesOnly": "Samo nove epizode",
@ -424,6 +422,10 @@
"HeaderActiveRecordings": "Active Recordings",
"HeaderLatestRecordings": "Latest Recordings",
"LabelSyncTo": "Sinkroniziraj na:",
"Next": "Next",
"LabelSource": "Source:",
"AllLanguages": "All languages",
"Previous": "Previous",
"HeaderNextUp": "Next Up",
"HeaderLatestFrom": "Latest from {0}",
"LabelHomeScreenSectionValue": "Home screen section {0}:",
@ -592,5 +594,8 @@
"LabelInternetQuality": "Internet quality:",
"HeaderMusicQuality": "Music Quality",
"LabelHomeNetworkQuality": "Home network quality:",
"HeaderLatestMedia": "Latest Media"
"HeaderLatestMedia": "Latest Media",
"HeaderRestartingEmbyServer": "Restarting Emby Server",
"RestartPleaseWaitMessage": "Please wait while Emby Server shuts down and restarts. This may take a minute or two.",
"PlayNext": "Play next"
}

View file

@ -1,18 +1,4 @@
{
"RunAtStartup": "Run at startup",
"Desktop": "Desktop",
"Mobile": "Mobile \/ Tablet",
"TV": "TV",
"LabelDisplayMode": "Display mode:",
"DisplayModeHelp": "Select the type of screen you're running Emby on.",
"EnableThemeVideos": "Enable theme videos",
"EnableThemeVideosHelp": "If enabled, theme videos will be played in the background while browsing the library.",
"LabelScreensaver": "Screensaver:",
"LabelSoundEffects": "Sound effects:",
"LabelSkin": "Skin:",
"HeaderRestartingEmbyServer": "Restarting Emby Server",
"RestartPleaseWaitMessage": "Please wait while Emby Server shuts down and restarts. This may take a minute or two.",
"PlayNext": "Play next",
"MessageUnlockAppWithPurchaseOrSupporter": "Unlock this feature with a small one-time purchase, or with an active Emby Premiere subscription.",
"MessageUnlockAppWithSupporter": "Unlock this feature with an active Emby Premiere subscription.",
"MessageToValidateSupporter": "If you have an active Emby Premiere subscription, ensure you've setup Emby Premiere in your Emby Server Dashboard, which you can access by clicking Emby Premiere within the main menu.",
@ -84,6 +70,11 @@
"NewCollection": "\u00daj Gy\u0171jtem\u00e9ny",
"LabelCollection": "Gy\u0171jtem\u00e9ny:",
"Help": "Seg\u00edts\u00e9g",
"LabelDisplayMode": "Display mode:",
"Desktop": "Desktop",
"Mobile": "Mobile \/ Tablet",
"TV": "TV",
"DisplayModeHelp": "Select the type of screen you're running Emby on.",
"LabelDisplayLanguage": "Display language:",
"LabelDisplayLanguageHelp": "Translating Emby is an ongoing project.",
"LearnHowYouCanContribute": "Learn how you can contribute.",
@ -95,6 +86,12 @@
"EnableBackdrops": "Enable backdrops",
"EnableThemeSongsHelp": "If enabled, theme songs will be played in the background while browsing the library.",
"EnableBackdropsHelp": "If enabled, backdrops will be displayed in the background of some pages while browsing the library.",
"EnableThemeVideos": "Enable theme videos",
"EnableThemeVideosHelp": "If enabled, theme videos will be played in the background while browsing the library.",
"RunAtStartup": "Run at startup",
"LabelScreensaver": "Screensaver:",
"LabelSoundEffects": "Sound effects:",
"LabelSkin": "Skin:",
"LabelName": "N\u00e9v:",
"NewCollectionNameExample": "P\u00e9ld\u00e1ul: Star Wars Gy\u0171jtem\u00e9ny",
"MessageItemsAdded": "Items added.",
@ -334,6 +331,7 @@
"ChannelNameOnly": "Channel {0} only",
"Anytime": "Anytime",
"AroundTime": "Around {0}",
"All": "All",
"AllChannels": "All channels",
"LabelRecord": "Record:",
"NewEpisodesOnly": "Csak \u00faj epiz\u00f3dok",
@ -424,6 +422,10 @@
"HeaderActiveRecordings": "Active Recordings",
"HeaderLatestRecordings": "Latest Recordings",
"LabelSyncTo": "Sync to:",
"Next": "Next",
"LabelSource": "Source:",
"AllLanguages": "All languages",
"Previous": "Previous",
"HeaderNextUp": "K\u00f6vetkezik",
"HeaderLatestFrom": "Leg\u00fajabb innen {0}",
"LabelHomeScreenSectionValue": "Kezd\u0151k\u00e9perny\u0151 blokk {0}:",
@ -592,5 +594,8 @@
"LabelInternetQuality": "Internet quality:",
"HeaderMusicQuality": "Music Quality",
"LabelHomeNetworkQuality": "Home network quality:",
"HeaderLatestMedia": "Leg\u00fajabb m\u00e9dia"
"HeaderLatestMedia": "Leg\u00fajabb m\u00e9dia",
"HeaderRestartingEmbyServer": "Restarting Emby Server",
"RestartPleaseWaitMessage": "Please wait while Emby Server shuts down and restarts. This may take a minute or two.",
"PlayNext": "Play next"
}

View file

@ -1,18 +1,4 @@
{
"RunAtStartup": "Run at startup",
"Desktop": "Desktop",
"Mobile": "Mobile \/ Tablet",
"TV": "TV",
"LabelDisplayMode": "Display mode:",
"DisplayModeHelp": "Select the type of screen you're running Emby on.",
"EnableThemeVideos": "Enable theme videos",
"EnableThemeVideosHelp": "If enabled, theme videos will be played in the background while browsing the library.",
"LabelScreensaver": "Screensaver:",
"LabelSoundEffects": "Sound effects:",
"LabelSkin": "Skin:",
"HeaderRestartingEmbyServer": "Restarting Emby Server",
"RestartPleaseWaitMessage": "Please wait while Emby Server shuts down and restarts. This may take a minute or two.",
"PlayNext": "Play next",
"MessageUnlockAppWithPurchaseOrSupporter": "Unlock this feature with a small one-time purchase, or with an active Emby Premiere subscription.",
"MessageUnlockAppWithSupporter": "Unlock this feature with an active Emby Premiere subscription.",
"MessageToValidateSupporter": "If you have an active Emby Premiere subscription, ensure you've setup Emby Premiere in your Emby Server Dashboard, which you can access by clicking Emby Premiere within the main menu.",
@ -84,6 +70,11 @@
"NewCollection": "New Collection",
"LabelCollection": "Collection:",
"Help": "Help",
"LabelDisplayMode": "Display mode:",
"Desktop": "Desktop",
"Mobile": "Mobile \/ Tablet",
"TV": "TV",
"DisplayModeHelp": "Select the type of screen you're running Emby on.",
"LabelDisplayLanguage": "Display language:",
"LabelDisplayLanguageHelp": "Translating Emby is an ongoing project.",
"LearnHowYouCanContribute": "Learn how you can contribute.",
@ -95,6 +86,12 @@
"EnableBackdrops": "Enable backdrops",
"EnableThemeSongsHelp": "If enabled, theme songs will be played in the background while browsing the library.",
"EnableBackdropsHelp": "If enabled, backdrops will be displayed in the background of some pages while browsing the library.",
"EnableThemeVideos": "Enable theme videos",
"EnableThemeVideosHelp": "If enabled, theme videos will be played in the background while browsing the library.",
"RunAtStartup": "Run at startup",
"LabelScreensaver": "Screensaver:",
"LabelSoundEffects": "Sound effects:",
"LabelSkin": "Skin:",
"LabelName": "Name:",
"NewCollectionNameExample": "Example: Star Wars Collection",
"MessageItemsAdded": "Items added.",
@ -334,6 +331,7 @@
"ChannelNameOnly": "Channel {0} only",
"Anytime": "Anytime",
"AroundTime": "Around {0}",
"All": "All",
"AllChannels": "All channels",
"LabelRecord": "Record:",
"NewEpisodesOnly": "New episodes only",
@ -424,6 +422,10 @@
"HeaderActiveRecordings": "Active Recordings",
"HeaderLatestRecordings": "Latest Recordings",
"LabelSyncTo": "Sync to:",
"Next": "Next",
"LabelSource": "Source:",
"AllLanguages": "All languages",
"Previous": "Previous",
"HeaderNextUp": "Next Up",
"HeaderLatestFrom": "Latest from {0}",
"LabelHomeScreenSectionValue": "Home screen section {0}:",
@ -592,5 +594,8 @@
"LabelInternetQuality": "Internet quality:",
"HeaderMusicQuality": "Music Quality",
"LabelHomeNetworkQuality": "Home network quality:",
"HeaderLatestMedia": "Latest Media"
"HeaderLatestMedia": "Latest Media",
"HeaderRestartingEmbyServer": "Restarting Emby Server",
"RestartPleaseWaitMessage": "Please wait while Emby Server shuts down and restarts. This may take a minute or two.",
"PlayNext": "Play next"
}

View file

@ -1,18 +1,4 @@
{
"RunAtStartup": "Esegui all'avvio",
"Desktop": "PC Fisso",
"Mobile": "Mobile \/ Tablet",
"TV": "TV",
"LabelDisplayMode": "Modalit\u00e0 di visualizzazione:",
"DisplayModeHelp": "Scegli il tipo di schermo su cui stai utilizzando Emby.",
"EnableThemeVideos": "Abilita tema video",
"EnableThemeVideosHelp": "Se abiltato, i video a tema saranno riprodotti mentre visualizzi la tua libreria",
"LabelScreensaver": "Salvaschermo:",
"LabelSoundEffects": "Effetti sonori:",
"LabelSkin": "Skin:",
"HeaderRestartingEmbyServer": "Ravviando Emby Server",
"RestartPleaseWaitMessage": "Per piacere aspetta mentre Emby Server si arresta e riavvia. Questo pu\u00f2 richiedere un minuto o due.",
"PlayNext": "Riproduci prossimo",
"MessageUnlockAppWithPurchaseOrSupporter": "Sblocca questa funzionalit\u00e0 con un piccolo acquisto singolo, o con un abbonamento Emby Premiere.",
"MessageUnlockAppWithSupporter": "Sblocca questa funzionalit\u00e0 con un abbonamento Emby Premiere",
"MessageToValidateSupporter": "Se hai un abbonamento Emby Premiere, assicurati di averlo configurato nel Pannello di Controllo del Server, a cui puoi accedere cliccando su Emby Premiere dal menu principale.",
@ -84,6 +70,11 @@
"NewCollection": "Nuova Collezione",
"LabelCollection": "Collezione:",
"Help": "Aiuto",
"LabelDisplayMode": "Modalit\u00e0 di visualizzazione:",
"Desktop": "PC Fisso",
"Mobile": "Mobile \/ Tablet",
"TV": "TV",
"DisplayModeHelp": "Scegli il tipo di schermo su cui stai utilizzando Emby.",
"LabelDisplayLanguage": "Lingua di visualizzazione:",
"LabelDisplayLanguageHelp": "La traduzione di Emby \u00e8 un progetto attivo.",
"LearnHowYouCanContribute": "Scopri come puoi contribuire.",
@ -95,6 +86,12 @@
"EnableBackdrops": "Abilita gli sfondi",
"EnableThemeSongsHelp": "Se abiltato le canzoni a tema saranno riprodotte mentre visualizzi la tua libreria.",
"EnableBackdropsHelp": "Se abilitato gli sfondi verranno riprodotti mentre visualizzi la tua libreria.",
"EnableThemeVideos": "Abilita tema video",
"EnableThemeVideosHelp": "Se abiltato, i video a tema saranno riprodotti mentre visualizzi la tua libreria",
"RunAtStartup": "Esegui all'avvio",
"LabelScreensaver": "Salvaschermo:",
"LabelSoundEffects": "Effetti sonori:",
"LabelSkin": "Skin:",
"LabelName": "Nome:",
"NewCollectionNameExample": "Esempio: Collezione Star wars",
"MessageItemsAdded": "Elementi aggiunti.",
@ -334,6 +331,7 @@
"ChannelNameOnly": "Solo il canale {0}",
"Anytime": "In qualsiasi momento",
"AroundTime": "Circa {0}",
"All": "All",
"AllChannels": "Tutti i canali",
"LabelRecord": "Registra:",
"NewEpisodesOnly": "Solo i nuovi episodi",
@ -424,6 +422,10 @@
"HeaderActiveRecordings": "Registrazioni Attive",
"HeaderLatestRecordings": "Ultime registrazioni",
"LabelSyncTo": "Sincronizza su:",
"Next": "Next",
"LabelSource": "Source:",
"AllLanguages": "All languages",
"Previous": "Previous",
"HeaderNextUp": "Prossimo",
"HeaderLatestFrom": "Ultime da {0}",
"LabelHomeScreenSectionValue": "Pagina iniziale Sezione {0}:",
@ -592,5 +594,8 @@
"LabelInternetQuality": "Qualit\u00e0 Internet:",
"HeaderMusicQuality": "Qualit\u00e0 Musica",
"LabelHomeNetworkQuality": "Qualit\u00e0 della rete domestica:",
"HeaderLatestMedia": "Ultimi Media"
"HeaderLatestMedia": "Ultimi Media",
"HeaderRestartingEmbyServer": "Ravviando Emby Server",
"RestartPleaseWaitMessage": "Per piacere aspetta mentre Emby Server si arresta e riavvia. Questo pu\u00f2 richiedere un minuto o due.",
"PlayNext": "Riproduci prossimo"
}

View file

@ -1,18 +1,4 @@
{
"RunAtStartup": "\u0406\u0441\u043a\u0435 \u049b\u043e\u0441\u044b\u043b\u0443\u0434\u0430\u043d \u0431\u0430\u0441\u0442\u0430\u043f \u043e\u0440\u044b\u043d\u0434\u0430\u0443",
"Desktop": "\u0416\u04b1\u043c\u044b\u0441 \u04af\u0441\u0442\u0435\u043b\u0456",
"Mobile": "\u04b0\u044f\u043b\u044b \/ \u041f\u043b\u0430\u043d\u0448\u0435\u0442\u0442\u0456\u043a",
"TV": "\u0422\u0414",
"LabelDisplayMode": "\u0411\u0435\u0439\u043d\u0435\u043b\u0435\u0443 \u0440\u0435\u0436\u0456\u043c\u0456:",
"DisplayModeHelp": "Select the type of screen you're running Emby on.",
"EnableThemeVideos": "\u0422\u0430\u049b\u044b\u0440\u044b\u043f\u0442\u044b\u049b \u0431\u0435\u0439\u043d\u0435\u043b\u0435\u0440\u0434\u0456 \u049b\u043e\u0441\u0443",
"EnableThemeVideosHelp": "\u049a\u043e\u0441\u044b\u043b\u0493\u0430\u043d\u0434\u0430, \u0442\u0430\u0441\u044b\u0493\u044b\u0448\u0445\u0430\u043d\u0430\u043d\u044b \u0448\u043e\u043b\u0443 \u043a\u0435\u0437\u0456\u043d\u0434\u0435 \u0442\u0430\u049b\u044b\u0440\u044b\u043f\u0442\u044b\u049b \u0431\u0435\u0439\u043d\u0435\u043b\u0435\u0440 \u04e9\u04a3\u0434\u0435 \u043e\u0439\u043d\u0430\u0442\u044b\u043b\u0430\u0434\u044b.",
"LabelScreensaver": "Screensaver:",
"LabelSoundEffects": "Sound effects:",
"LabelSkin": "Skin:",
"HeaderRestartingEmbyServer": "Emby Server \u049b\u0430\u0439\u0442\u0430 \u0456\u0441\u043a\u0435 \u049b\u043e\u0441\u044b\u043b\u0443\u0434\u0430",
"RestartPleaseWaitMessage": "Please wait while Emby Server shuts down and restarts. This may take a minute or two.",
"PlayNext": "\u041a\u0435\u043b\u0435\u0441\u0456\u043d\u0456 \u043e\u0439\u043d\u0430\u0442\u0443",
"MessageUnlockAppWithPurchaseOrSupporter": "\u041e\u0441\u044b \u049b\u04b1\u0440\u0430\u043c\u0434\u0430\u0441\u0442\u044b \u0431\u0456\u0440 \u0436\u043e\u043b\u0493\u044b \u0441\u0430\u0442\u044b\u043f \u0430\u043b\u0443, \u043d\u0435\u043c\u0435\u0441\u0435 \u0431\u0435\u043b\u0441\u0435\u043d\u0434\u0456 Emby Premiere \u0436\u0430\u0437\u044b\u043b\u044b\u043c\u044b \u0430\u0440\u049b\u044b\u043b\u044b \u049b\u04b1\u0440\u0441\u0430\u0443\u0434\u0430\u043d \u0431\u043e\u0441\u0430\u0442\u0443.",
"MessageUnlockAppWithSupporter": "\u041e\u0441\u044b \u049b\u04b1\u0440\u0430\u043c\u0434\u0430\u0441\u0442\u044b \u0431\u0435\u043b\u0441\u0435\u043d\u0434\u0456 Emby Premiere \u0436\u0430\u0437\u044b\u043b\u044b\u043c\u044b \u0430\u0440\u049b\u044b\u043b\u044b \u049b\u04b1\u0440\u0441\u0430\u0443\u0434\u0430\u043d \u0431\u043e\u0441\u0430\u0442\u0443.",
"MessageToValidateSupporter": "\u0415\u0433\u0435\u0440 \u0441\u0456\u0437\u0434\u0435 \u0431\u0435\u043b\u0441\u0435\u043d\u0434\u0456 Emby Premiere \u0436\u0430\u0437\u044b\u043b\u044b\u043c\u044b \u0431\u043e\u043b\u0441\u0430, Emby Server \u0442\u0430\u049b\u0442\u0430\u0441\u044b\u043d\u0434\u0430\u0493\u044b Emby Premiere \u043e\u0440\u043d\u0430\u0442\u044b\u043b\u044b\u043f \u0442\u0435\u04a3\u0448\u0435\u043b\u0433\u0435\u043d\u0456\u043d\u0435 \u043a\u04e9\u0437 \u0436\u0435\u0442\u043a\u0456\u0437\u0456\u04a3\u0456\u0437. \u0411\u04b1\u043b \u0431\u0430\u0441\u0442\u044b \u043c\u04d9\u0437\u0456\u0440\u0434\u0435 Emby Premiere \u0434\u0435\u0433\u0435\u043d\u0434\u0456 \u043d\u04b1\u049b\u044b\u043f \u049b\u0430\u0442\u044b\u043d\u0430\u0443\u043b\u044b.",
@ -84,6 +70,11 @@
"NewCollection": "\u0416\u0430\u04a3\u0430 \u0436\u0438\u044b\u043d\u0442\u044b\u049b",
"LabelCollection": "\u0416\u0438\u044b\u043d\u0442\u044b\u049b:",
"Help": "\u0418\u043d\u0442\u0435\u0440\u043d\u0435\u0442\u0442\u0435\u0433\u0456 \u0430\u043d\u044b\u049b\u0442\u0430\u043c\u0430\u0493\u0430",
"LabelDisplayMode": "\u0411\u0435\u0439\u043d\u0435\u043b\u0435\u0443 \u0440\u0435\u0436\u0456\u043c\u0456:",
"Desktop": "\u0416\u04b1\u043c\u044b\u0441 \u04af\u0441\u0442\u0435\u043b\u0456",
"Mobile": "\u04b0\u044f\u043b\u044b \/ \u041f\u043b\u0430\u043d\u0448\u0435\u0442\u0442\u0456\u043a",
"TV": "\u0422\u0414",
"DisplayModeHelp": "Select the type of screen you're running Emby on.",
"LabelDisplayLanguage": "Display language:",
"LabelDisplayLanguageHelp": "Translating Emby is an ongoing project.",
"LearnHowYouCanContribute": "Learn how you can contribute.",
@ -95,6 +86,12 @@
"EnableBackdrops": "\u0410\u0440\u0442\u049b\u044b \u0441\u0443\u0440\u0435\u0442\u0442\u0435\u0440\u0434\u0456 \u049b\u043e\u0441\u0443",
"EnableThemeSongsHelp": "\u049a\u043e\u0441\u044b\u043b\u0493\u0430\u043d\u0434\u0430, \u0442\u0430\u0441\u044b\u0493\u044b\u0448\u0445\u0430\u043d\u0430\u043d\u044b \u0448\u043e\u043b\u0443 \u043a\u0435\u0437\u0456\u043d\u0434\u0435 \u0442\u0430\u049b\u044b\u0440\u044b\u043f\u0442\u044b\u049b \u04d9\u0443\u0435\u043d\u0434\u0435\u0440 \u04e9\u04a3\u0434\u0435 \u043e\u0439\u043d\u0430\u0442\u044b\u043b\u0430\u0434\u044b.",
"EnableBackdropsHelp": "\u049a\u043e\u0441\u044b\u043b\u0493\u0430\u043d\u0434\u0430, \u0430\u0440\u0442\u049b\u044b \u0441\u0443\u0440\u0435\u0442\u0442\u0435\u0440 \u0442\u0430\u0441\u044b\u0493\u044b\u0448\u0445\u0430\u043d\u0430\u043d\u044b \u0448\u043e\u043b\u0443 \u043a\u0435\u0437\u0456\u043d\u0434\u0435 \u043a\u0435\u0439\u0431\u0456\u0440 \u0431\u0435\u0442\u0442\u0435\u0440\u0434\u0435 \u04e9\u04a3\u0434\u0435 \u0431\u0435\u0439\u043d\u0435\u043b\u0435\u043d\u0435\u0434\u0456.",
"EnableThemeVideos": "\u0422\u0430\u049b\u044b\u0440\u044b\u043f\u0442\u044b\u049b \u0431\u0435\u0439\u043d\u0435\u043b\u0435\u0440\u0434\u0456 \u049b\u043e\u0441\u0443",
"EnableThemeVideosHelp": "\u049a\u043e\u0441\u044b\u043b\u0493\u0430\u043d\u0434\u0430, \u0442\u0430\u0441\u044b\u0493\u044b\u0448\u0445\u0430\u043d\u0430\u043d\u044b \u0448\u043e\u043b\u0443 \u043a\u0435\u0437\u0456\u043d\u0434\u0435 \u0442\u0430\u049b\u044b\u0440\u044b\u043f\u0442\u044b\u049b \u0431\u0435\u0439\u043d\u0435\u043b\u0435\u0440 \u04e9\u04a3\u0434\u0435 \u043e\u0439\u043d\u0430\u0442\u044b\u043b\u0430\u0434\u044b.",
"RunAtStartup": "\u0406\u0441\u043a\u0435 \u049b\u043e\u0441\u044b\u043b\u0443\u0434\u0430\u043d \u0431\u0430\u0441\u0442\u0430\u043f \u043e\u0440\u044b\u043d\u0434\u0430\u0443",
"LabelScreensaver": "Screensaver:",
"LabelSoundEffects": "Sound effects:",
"LabelSkin": "Skin:",
"LabelName": "\u0410\u0442\u044b:",
"NewCollectionNameExample": "\u041c\u044b\u0441\u0430\u043b: \u0416\u04b1\u043b\u0434\u044b\u0437 \u0441\u043e\u0493\u044b\u0441\u0442\u0430\u0440\u044b (\u0436\u0438\u044b\u043d\u0442\u044b\u049b)",
"MessageItemsAdded": "\u0422\u0430\u0440\u043c\u0430\u049b\u0442\u0430\u0440 \u04af\u0441\u0442\u0435\u043b\u0433\u0435\u043d.",
@ -334,6 +331,7 @@
"ChannelNameOnly": "\u0422\u0435\u043a \u049b\u0430\u043d\u0430 {0} \u0430\u0440\u043d\u0430\u0441\u044b",
"Anytime": "\u04d8\u0440\u043a\u0435\u0437\u0434\u0435",
"AroundTime": "{0} \u0430\u0439\u043d\u0430\u043b\u0430\u0441\u044b\u043d\u0434\u0430",
"All": "All",
"AllChannels": "\u0411\u0430\u0440\u043b\u044b\u049b \u0430\u0440\u043d\u0430\u043b\u0430\u0440",
"LabelRecord": "\u0416\u0430\u0437\u0443:",
"NewEpisodesOnly": "\u0422\u0435\u043a \u049b\u0430\u043d\u0430 \u0436\u0430\u04a3\u0430 \u0431\u04e9\u043b\u0456\u043c\u0434\u0435\u0440\u0434\u0456",
@ -424,6 +422,10 @@
"HeaderActiveRecordings": "\u0411\u0435\u043b\u0441\u0435\u043d\u0434\u0456 \u0436\u0430\u0437\u0431\u0430\u043b\u0430\u0440",
"HeaderLatestRecordings": "\u0415\u04a3 \u043a\u0435\u0439\u0456\u04a3\u0433\u0456 \u0436\u0430\u0437\u0431\u0430\u043b\u0430\u0440",
"LabelSyncTo": "\u041e\u0441\u044b\u043c\u0435\u043d \u04af\u043d\u0434\u0435\u0441\u0442\u0456\u0440\u0443:",
"Next": "Next",
"LabelSource": "Source:",
"AllLanguages": "All languages",
"Previous": "Previous",
"HeaderNextUp": "\u041a\u0435\u0437\u0435\u043a\u0442\u0456",
"HeaderLatestFrom": "\u0415\u04a3 \u043a\u0435\u0439\u0456\u043d\u0433\u0456 {0}",
"LabelHomeScreenSectionValue": "\u0411\u0430\u0441\u0442\u044b \u0431\u0435\u0442 {0}-\u0431\u04e9\u043b\u0456\u043c:",
@ -592,5 +594,8 @@
"LabelInternetQuality": "\u0418\u043d\u0442\u0435\u0440\u043d\u0435\u0442\u0442\u0435\u0433\u0456 \u0441\u0430\u043f\u0430\u0441\u044b:",
"HeaderMusicQuality": "\u041c\u0443\u0437\u044b\u043a\u0430 \u0441\u0430\u043f\u0430\u0441\u044b",
"LabelHomeNetworkQuality": "\u04ae\u0439\u043b\u0456\u043a \u0436\u0435\u043b\u0456 \u0441\u0430\u043f\u0430\u0441\u044b:",
"HeaderLatestMedia": "\u0415\u04a3 \u043a\u0435\u0439\u0456\u043d\u0433\u0456 \u0442\u0430\u0441\u044b\u0493\u044b\u0448\u0434\u0435\u0440\u0435\u043a\u0442\u0435\u0440"
"HeaderLatestMedia": "\u0415\u04a3 \u043a\u0435\u0439\u0456\u043d\u0433\u0456 \u0442\u0430\u0441\u044b\u0493\u044b\u0448\u0434\u0435\u0440\u0435\u043a\u0442\u0435\u0440",
"HeaderRestartingEmbyServer": "Emby Server \u049b\u0430\u0439\u0442\u0430 \u0456\u0441\u043a\u0435 \u049b\u043e\u0441\u044b\u043b\u0443\u0434\u0430",
"RestartPleaseWaitMessage": "Please wait while Emby Server shuts down and restarts. This may take a minute or two.",
"PlayNext": "\u041a\u0435\u043b\u0435\u0441\u0456\u043d\u0456 \u043e\u0439\u043d\u0430\u0442\u0443"
}

View file

@ -1,18 +1,4 @@
{
"RunAtStartup": "Run at startup",
"Desktop": "Desktop",
"Mobile": "Mobile \/ Tablet",
"TV": "TV",
"LabelDisplayMode": "Display mode:",
"DisplayModeHelp": "Select the type of screen you're running Emby on.",
"EnableThemeVideos": "Enable theme videos",
"EnableThemeVideosHelp": "If enabled, theme videos will be played in the background while browsing the library.",
"LabelScreensaver": "Screensaver:",
"LabelSoundEffects": "Sound effects:",
"LabelSkin": "Skin:",
"HeaderRestartingEmbyServer": "Restarting Emby Server",
"RestartPleaseWaitMessage": "Please wait while Emby Server shuts down and restarts. This may take a minute or two.",
"PlayNext": "Play next",
"MessageUnlockAppWithPurchaseOrSupporter": "Unlock this feature with a small one-time purchase, or with an active Emby Premiere subscription.",
"MessageUnlockAppWithSupporter": "Unlock this feature with an active Emby Premiere subscription.",
"MessageToValidateSupporter": "If you have an active Emby Premiere subscription, ensure you've setup Emby Premiere in your Emby Server Dashboard, which you can access by clicking Emby Premiere within the main menu.",
@ -84,6 +70,11 @@
"NewCollection": "\uc0c8 \uceec\ub809\uc158",
"LabelCollection": "Collection:",
"Help": "\ub3c4\uc6c0\ub9d0",
"LabelDisplayMode": "Display mode:",
"Desktop": "Desktop",
"Mobile": "Mobile \/ Tablet",
"TV": "TV",
"DisplayModeHelp": "Select the type of screen you're running Emby on.",
"LabelDisplayLanguage": "Display language:",
"LabelDisplayLanguageHelp": "Translating Emby is an ongoing project.",
"LearnHowYouCanContribute": "Learn how you can contribute.",
@ -95,6 +86,12 @@
"EnableBackdrops": "Enable backdrops",
"EnableThemeSongsHelp": "If enabled, theme songs will be played in the background while browsing the library.",
"EnableBackdropsHelp": "If enabled, backdrops will be displayed in the background of some pages while browsing the library.",
"EnableThemeVideos": "Enable theme videos",
"EnableThemeVideosHelp": "If enabled, theme videos will be played in the background while browsing the library.",
"RunAtStartup": "Run at startup",
"LabelScreensaver": "Screensaver:",
"LabelSoundEffects": "Sound effects:",
"LabelSkin": "Skin:",
"LabelName": "Name:",
"NewCollectionNameExample": "Example: Star Wars Collection",
"MessageItemsAdded": "Items added.",
@ -334,6 +331,7 @@
"ChannelNameOnly": "Channel {0} only",
"Anytime": "Anytime",
"AroundTime": "Around {0}",
"All": "All",
"AllChannels": "All channels",
"LabelRecord": "Record:",
"NewEpisodesOnly": "New episodes only",
@ -424,6 +422,10 @@
"HeaderActiveRecordings": "Active Recordings",
"HeaderLatestRecordings": "Latest Recordings",
"LabelSyncTo": "\ub3d9\uae30\ud654 \uc7a5\uce58:",
"Next": "Next",
"LabelSource": "Source:",
"AllLanguages": "All languages",
"Previous": "Previous",
"HeaderNextUp": "Next Up",
"HeaderLatestFrom": "Latest from {0}",
"LabelHomeScreenSectionValue": "Home screen section {0}:",
@ -592,5 +594,8 @@
"LabelInternetQuality": "Internet quality:",
"HeaderMusicQuality": "Music Quality",
"LabelHomeNetworkQuality": "Home network quality:",
"HeaderLatestMedia": "Latest Media"
"HeaderLatestMedia": "Latest Media",
"HeaderRestartingEmbyServer": "Restarting Emby Server",
"RestartPleaseWaitMessage": "Please wait while Emby Server shuts down and restarts. This may take a minute or two.",
"PlayNext": "Play next"
}

View file

@ -1,18 +1,4 @@
{
"RunAtStartup": "Run at startup",
"Desktop": "Desktop",
"Mobile": "Mobile \/ Tablet",
"TV": "TV",
"LabelDisplayMode": "Display mode:",
"DisplayModeHelp": "Select the type of screen you're running Emby on.",
"EnableThemeVideos": "Enable theme videos",
"EnableThemeVideosHelp": "If enabled, theme videos will be played in the background while browsing the library.",
"LabelScreensaver": "Screensaver:",
"LabelSoundEffects": "Sound effects:",
"LabelSkin": "Skin:",
"HeaderRestartingEmbyServer": "Restarting Emby Server",
"RestartPleaseWaitMessage": "Please wait while Emby Server shuts down and restarts. This may take a minute or two.",
"PlayNext": "Play next",
"MessageUnlockAppWithPurchaseOrSupporter": "Atrakinkite \u0161i\u0105 funkcij\u0105 nedideliu vienkartiniu mokes\u010diu arba \u012fsigij\u0119 Emby Premiere prenumerat\u0105.",
"MessageUnlockAppWithSupporter": "Atrakinkite \u0161i\u0105 funkcij\u0105 \u012fsigij\u0119 Emby Premiere prenumerat\u0105.",
"MessageToValidateSupporter": "Jei turite aktyvi\u0105 Emby Premiere prenumerat\u0105, sutvarkykite Emby Premiere savo Emby Serverio skydelyje. Tai galite atlikti paspaud\u0117 Emby Premiere u\u017era\u0161\u0105 pagrindiniame meniu.",
@ -84,6 +70,11 @@
"NewCollection": "Nauja kolekcija",
"LabelCollection": "Kolekcija:",
"Help": "Pad\u0117ti",
"LabelDisplayMode": "Display mode:",
"Desktop": "Desktop",
"Mobile": "Mobile \/ Tablet",
"TV": "TV",
"DisplayModeHelp": "Select the type of screen you're running Emby on.",
"LabelDisplayLanguage": "Display language:",
"LabelDisplayLanguageHelp": "Translating Emby is an ongoing project.",
"LearnHowYouCanContribute": "Learn how you can contribute.",
@ -95,6 +86,12 @@
"EnableBackdrops": "Enable backdrops",
"EnableThemeSongsHelp": "If enabled, theme songs will be played in the background while browsing the library.",
"EnableBackdropsHelp": "If enabled, backdrops will be displayed in the background of some pages while browsing the library.",
"EnableThemeVideos": "Enable theme videos",
"EnableThemeVideosHelp": "If enabled, theme videos will be played in the background while browsing the library.",
"RunAtStartup": "Run at startup",
"LabelScreensaver": "Screensaver:",
"LabelSoundEffects": "Sound effects:",
"LabelSkin": "Skin:",
"LabelName": "Pavadinimas:",
"NewCollectionNameExample": "Pavyzdys: Star Wars kolekcija",
"MessageItemsAdded": "Elementai prid\u0117ti.",
@ -334,6 +331,7 @@
"ChannelNameOnly": "Kanalas tik {0}",
"Anytime": "Bet kada",
"AroundTime": "Ma\u017edaug {0}",
"All": "All",
"AllChannels": "Visi kanalai",
"LabelRecord": "\u012era\u0161yti:",
"NewEpisodesOnly": "Tik naujas serijas",
@ -424,6 +422,10 @@
"HeaderActiveRecordings": "Active Recordings",
"HeaderLatestRecordings": "Latest Recordings",
"LabelSyncTo": "Sinchronizuoti \u012f:",
"Next": "Next",
"LabelSource": "Source:",
"AllLanguages": "All languages",
"Previous": "Previous",
"HeaderNextUp": "Next Up",
"HeaderLatestFrom": "Latest from {0}",
"LabelHomeScreenSectionValue": "Home screen section {0}:",
@ -592,5 +594,8 @@
"LabelInternetQuality": "Internet quality:",
"HeaderMusicQuality": "Music Quality",
"LabelHomeNetworkQuality": "Home network quality:",
"HeaderLatestMedia": "Latest Media"
"HeaderLatestMedia": "Latest Media",
"HeaderRestartingEmbyServer": "Restarting Emby Server",
"RestartPleaseWaitMessage": "Please wait while Emby Server shuts down and restarts. This may take a minute or two.",
"PlayNext": "Play next"
}

View file

@ -1,18 +1,4 @@
{
"RunAtStartup": "Run at startup",
"Desktop": "Desktop",
"Mobile": "Mobile \/ Tablet",
"TV": "TV",
"LabelDisplayMode": "Display mode:",
"DisplayModeHelp": "Select the type of screen you're running Emby on.",
"EnableThemeVideos": "Enable theme videos",
"EnableThemeVideosHelp": "If enabled, theme videos will be played in the background while browsing the library.",
"LabelScreensaver": "Screensaver:",
"LabelSoundEffects": "Sound effects:",
"LabelSkin": "Skin:",
"HeaderRestartingEmbyServer": "Restarting Emby Server",
"RestartPleaseWaitMessage": "Please wait while Emby Server shuts down and restarts. This may take a minute or two.",
"PlayNext": "Play next",
"MessageUnlockAppWithPurchaseOrSupporter": "Unlock this feature with a small one-time purchase, or with an active Emby Premiere subscription.",
"MessageUnlockAppWithSupporter": "Unlock this feature with an active Emby Premiere subscription.",
"MessageToValidateSupporter": "If you have an active Emby Premiere subscription, ensure you've setup Emby Premiere in your Emby Server Dashboard, which you can access by clicking Emby Premiere within the main menu.",
@ -84,6 +70,11 @@
"NewCollection": "New Collection",
"LabelCollection": "Collection:",
"Help": "Help",
"LabelDisplayMode": "Display mode:",
"Desktop": "Desktop",
"Mobile": "Mobile \/ Tablet",
"TV": "TV",
"DisplayModeHelp": "Select the type of screen you're running Emby on.",
"LabelDisplayLanguage": "Display language:",
"LabelDisplayLanguageHelp": "Translating Emby is an ongoing project.",
"LearnHowYouCanContribute": "Learn how you can contribute.",
@ -95,6 +86,12 @@
"EnableBackdrops": "Enable backdrops",
"EnableThemeSongsHelp": "If enabled, theme songs will be played in the background while browsing the library.",
"EnableBackdropsHelp": "If enabled, backdrops will be displayed in the background of some pages while browsing the library.",
"EnableThemeVideos": "Enable theme videos",
"EnableThemeVideosHelp": "If enabled, theme videos will be played in the background while browsing the library.",
"RunAtStartup": "Run at startup",
"LabelScreensaver": "Screensaver:",
"LabelSoundEffects": "Sound effects:",
"LabelSkin": "Skin:",
"LabelName": "Name:",
"NewCollectionNameExample": "Example: Star Wars Collection",
"MessageItemsAdded": "Items added.",
@ -334,6 +331,7 @@
"ChannelNameOnly": "Channel {0} only",
"Anytime": "Anytime",
"AroundTime": "Around {0}",
"All": "All",
"AllChannels": "All channels",
"LabelRecord": "Record:",
"NewEpisodesOnly": "New episodes only",
@ -424,6 +422,10 @@
"HeaderActiveRecordings": "Active Recordings",
"HeaderLatestRecordings": "Latest Recordings",
"LabelSyncTo": "Sync to:",
"Next": "Next",
"LabelSource": "Source:",
"AllLanguages": "All languages",
"Previous": "Previous",
"HeaderNextUp": "Next Up",
"HeaderLatestFrom": "Latest from {0}",
"LabelHomeScreenSectionValue": "Home screen section {0}:",
@ -592,5 +594,8 @@
"LabelInternetQuality": "Internet quality:",
"HeaderMusicQuality": "Music Quality",
"LabelHomeNetworkQuality": "Home network quality:",
"HeaderLatestMedia": "Latest Media"
"HeaderLatestMedia": "Latest Media",
"HeaderRestartingEmbyServer": "Restarting Emby Server",
"RestartPleaseWaitMessage": "Please wait while Emby Server shuts down and restarts. This may take a minute or two.",
"PlayNext": "Play next"
}

View file

@ -1,18 +1,4 @@
{
"RunAtStartup": "Run at startup",
"Desktop": "Desktop",
"Mobile": "Mobile \/ Tablet",
"TV": "TV",
"LabelDisplayMode": "Display mode:",
"DisplayModeHelp": "Select the type of screen you're running Emby on.",
"EnableThemeVideos": "Enable theme videos",
"EnableThemeVideosHelp": "If enabled, theme videos will be played in the background while browsing the library.",
"LabelScreensaver": "Screensaver:",
"LabelSoundEffects": "Sound effects:",
"LabelSkin": "Skin:",
"HeaderRestartingEmbyServer": "Restarting Emby Server",
"RestartPleaseWaitMessage": "Please wait while Emby Server shuts down and restarts. This may take a minute or two.",
"PlayNext": "Play next",
"MessageUnlockAppWithPurchaseOrSupporter": "L\u00e5s opp denne funksjonen med et engangskj\u00f8p, eller med et aktivt Emby Premiere abonnement.",
"MessageUnlockAppWithSupporter": "L\u00e5s opp denne funksjonen med et aktivt Emby Premiere abonnement.",
"MessageToValidateSupporter": "Hvis du har et aktivt Emby Premiere-abonnement, m\u00e5 du s\u00f8rge for at du har konfigurert Emby Premiere i Emby Server Dashboard, som du f\u00e5r tilgang til ved \u00e5 klikke Emby Premiere i hovedmenyen.",
@ -84,6 +70,11 @@
"NewCollection": "Ny Samling",
"LabelCollection": "Samling:",
"Help": "Hjelp",
"LabelDisplayMode": "Display mode:",
"Desktop": "Desktop",
"Mobile": "Mobile \/ Tablet",
"TV": "TV",
"DisplayModeHelp": "Select the type of screen you're running Emby on.",
"LabelDisplayLanguage": "Display language:",
"LabelDisplayLanguageHelp": "Translating Emby is an ongoing project.",
"LearnHowYouCanContribute": "Learn how you can contribute.",
@ -95,6 +86,12 @@
"EnableBackdrops": "Enable backdrops",
"EnableThemeSongsHelp": "If enabled, theme songs will be played in the background while browsing the library.",
"EnableBackdropsHelp": "If enabled, backdrops will be displayed in the background of some pages while browsing the library.",
"EnableThemeVideos": "Enable theme videos",
"EnableThemeVideosHelp": "If enabled, theme videos will be played in the background while browsing the library.",
"RunAtStartup": "Run at startup",
"LabelScreensaver": "Screensaver:",
"LabelSoundEffects": "Sound effects:",
"LabelSkin": "Skin:",
"LabelName": "Navn",
"NewCollectionNameExample": "Eksempel: Star Wars-samling",
"MessageItemsAdded": "Elementer lagt til.",
@ -334,6 +331,7 @@
"ChannelNameOnly": "Kun kanal {0}",
"Anytime": "Enhver tid",
"AroundTime": "Rundt {0}",
"All": "All",
"AllChannels": "Alle kanaler",
"LabelRecord": "Opptak:",
"NewEpisodesOnly": "Kun nye episoder",
@ -424,6 +422,10 @@
"HeaderActiveRecordings": "Aktive opptak",
"HeaderLatestRecordings": "Siste opptak",
"LabelSyncTo": "Synkroniser til:",
"Next": "Next",
"LabelSource": "Source:",
"AllLanguages": "All languages",
"Previous": "Previous",
"HeaderNextUp": "Neste",
"HeaderLatestFrom": "Siste fra {0}",
"LabelHomeScreenSectionValue": "Hjemskjerm seksjon {0}",
@ -592,5 +594,8 @@
"LabelInternetQuality": "Internet quality:",
"HeaderMusicQuality": "Music Quality",
"LabelHomeNetworkQuality": "Home network quality:",
"HeaderLatestMedia": "Nyeste media"
"HeaderLatestMedia": "Nyeste media",
"HeaderRestartingEmbyServer": "Restarting Emby Server",
"RestartPleaseWaitMessage": "Please wait while Emby Server shuts down and restarts. This may take a minute or two.",
"PlayNext": "Play next"
}

View file

@ -1,18 +1,4 @@
{
"RunAtStartup": "Run at startup",
"Desktop": "Desktop",
"Mobile": "Mobile \/ Tablet",
"TV": "TV",
"LabelDisplayMode": "Display mode:",
"DisplayModeHelp": "Select the type of screen you're running Emby on.",
"EnableThemeVideos": "Enable theme videos",
"EnableThemeVideosHelp": "If enabled, theme videos will be played in the background while browsing the library.",
"LabelScreensaver": "Screensaver:",
"LabelSoundEffects": "Sound effects:",
"LabelSkin": "Skin:",
"HeaderRestartingEmbyServer": "Restarting Emby Server",
"RestartPleaseWaitMessage": "Please wait while Emby Server shuts down and restarts. This may take a minute or two.",
"PlayNext": "Play next",
"MessageUnlockAppWithPurchaseOrSupporter": "Ontgrendel deze functie met een kleine eenmalige aankoop, of met een actief Emby Premiere abonnement.",
"MessageUnlockAppWithSupporter": "Ontgrendel deze functie met een actief Emby Premiere abonnement.",
"MessageToValidateSupporter": "Als u een actieve Emby Premiere abonnement heeft, zorg er dan voor dat u deze activeert in uw Emby Server Dashboard door te klikken op Emby Premiere in het hoofdmenu.",
@ -84,6 +70,11 @@
"NewCollection": "Nieuwe Collectie",
"LabelCollection": "Collectie",
"Help": "Hulp",
"LabelDisplayMode": "Display mode:",
"Desktop": "Desktop",
"Mobile": "Mobile \/ Tablet",
"TV": "TV",
"DisplayModeHelp": "Select the type of screen you're running Emby on.",
"LabelDisplayLanguage": "Display language:",
"LabelDisplayLanguageHelp": "Translating Emby is an ongoing project.",
"LearnHowYouCanContribute": "Learn how you can contribute.",
@ -95,6 +86,12 @@
"EnableBackdrops": "Enable backdrops",
"EnableThemeSongsHelp": "If enabled, theme songs will be played in the background while browsing the library.",
"EnableBackdropsHelp": "If enabled, backdrops will be displayed in the background of some pages while browsing the library.",
"EnableThemeVideos": "Enable theme videos",
"EnableThemeVideosHelp": "If enabled, theme videos will be played in the background while browsing the library.",
"RunAtStartup": "Run at startup",
"LabelScreensaver": "Screensaver:",
"LabelSoundEffects": "Sound effects:",
"LabelSkin": "Skin:",
"LabelName": "Naam:",
"NewCollectionNameExample": "Voorbeeld: Star Wars Collectie",
"MessageItemsAdded": "Items toegevoegd",
@ -334,6 +331,7 @@
"ChannelNameOnly": "Alleen kanaal {0}",
"Anytime": "Op elk moment",
"AroundTime": "Rond {0}",
"All": "All",
"AllChannels": "Alle kanalen",
"LabelRecord": "Opnemen:",
"NewEpisodesOnly": "Alleen nieuwe afleveringen",
@ -424,6 +422,10 @@
"HeaderActiveRecordings": "Actieve Opnames",
"HeaderLatestRecordings": "Nieuwste Opnames",
"LabelSyncTo": "Synchroniseer naar:",
"Next": "Next",
"LabelSource": "Source:",
"AllLanguages": "All languages",
"Previous": "Previous",
"HeaderNextUp": "Volgende",
"HeaderLatestFrom": "Laatste van {0}",
"LabelHomeScreenSectionValue": "Beginscherm sectie {0}:",
@ -592,5 +594,8 @@
"LabelInternetQuality": "Internet quality:",
"HeaderMusicQuality": "Music Quality",
"LabelHomeNetworkQuality": "Home network quality:",
"HeaderLatestMedia": "Nieuwste Media"
"HeaderLatestMedia": "Nieuwste Media",
"HeaderRestartingEmbyServer": "Restarting Emby Server",
"RestartPleaseWaitMessage": "Please wait while Emby Server shuts down and restarts. This may take a minute or two.",
"PlayNext": "Play next"
}

View file

@ -1,18 +1,4 @@
{
"RunAtStartup": "Uruchamiaj po starcie",
"Desktop": "Komputer stacjonarny",
"Mobile": "Telefon \/ tabet",
"TV": "Telewizor",
"LabelDisplayMode": "Tryb wy\u015bwietlania:",
"DisplayModeHelp": "Okre\u015bla typ urz\u0105dzenia, na kt\u00f3rym uruchomiono Emby.",
"EnableThemeVideos": "Odtwarzaj motywy wideo",
"EnableThemeVideosHelp": "Umo\u017cliwia wy\u015bwietlanie motyw\u00f3w wideo podczas przegl\u0105dania biblioteki,",
"LabelScreensaver": "Wygaszacz ekranu:",
"LabelSoundEffects": "Efekty d\u017awi\u0119kowe",
"LabelSkin": "Sk\u00f3ra:",
"HeaderRestartingEmbyServer": "Trwa ponownie uruchomienie serwera Emby",
"RestartPleaseWaitMessage": "Czekaj na zamkni\u0119cie i ponowne uruchomienie serwera Emby. To mo\u017ce trwa\u0107 ok. jednej, dw\u00f3ch minut.",
"PlayNext": "Odtwarzaj nast\u0119pne",
"MessageUnlockAppWithPurchaseOrSupporter": "Odblokuj t\u0119 funkcj\u0119, za niewielk\u0105 jednorazow\u0105 op\u0142at\u0105 lub przy u\u017cyciu aktywnej subskrypcji Emby Premium.",
"MessageUnlockAppWithSupporter": "Odblokuj t\u0119 funkcj\u0119 przy u\u017cyciu subskrypcji Emby Premium.",
"MessageToValidateSupporter": "Je\u015bli posiadasz aktywn\u0105 subskrypcj\u0119 Emby Premium, upewnij si\u0119, \u017ce j\u0105 poprawnie skonfigurowa\u0142e\u015b przy pomocy Kokpitu serwera Emby, do kt\u00f3rego mo\u017cesz uzyska\u0107 dost\u0119p, klikaj\u0105c na pozycj\u0119 Premium menu startowego.",
@ -84,6 +70,11 @@
"NewCollection": "Nowa kolekcja",
"LabelCollection": "Kolekcja:",
"Help": "Pomoc",
"LabelDisplayMode": "Tryb wy\u015bwietlania:",
"Desktop": "Komputer stacjonarny",
"Mobile": "Telefon \/ tabet",
"TV": "Telewizor",
"DisplayModeHelp": "Okre\u015bla typ urz\u0105dzenia, na kt\u00f3rym uruchomiono Emby.",
"LabelDisplayLanguage": "J\u0119zyk interfejsu:",
"LabelDisplayLanguageHelp": "T\u0142umaczenie Emby to projekt, kt\u00f3ry ci\u0105gle trwa.",
"LearnHowYouCanContribute": "Dowiedz si\u0119 jak mo\u017cesz pom\u00f3c.",
@ -95,6 +86,12 @@
"EnableBackdrops": "Wy\u015bwietlaj fototapety",
"EnableThemeSongsHelp": "Umo\u017cliwia odtwarzanie motyw\u00f3w muzycznych podczas przegl\u0105dania biblioteki.",
"EnableBackdropsHelp": "Umo\u017cliwia wy\u015bwietlanie fototapet, w tle niekt\u00f3rych stron, podczas przegl\u0105dania biblioteki.",
"EnableThemeVideos": "Odtwarzaj motywy wideo",
"EnableThemeVideosHelp": "Umo\u017cliwia wy\u015bwietlanie motyw\u00f3w wideo podczas przegl\u0105dania biblioteki,",
"RunAtStartup": "Uruchamiaj po starcie",
"LabelScreensaver": "Wygaszacz ekranu:",
"LabelSoundEffects": "Efekty d\u017awi\u0119kowe",
"LabelSkin": "Sk\u00f3ra:",
"LabelName": "Nazwa:",
"NewCollectionNameExample": "Przyk\u0142ad: Kolekcja Star Wars",
"MessageItemsAdded": "Dodano pozycj\u0119.",
@ -334,6 +331,7 @@
"ChannelNameOnly": "Tylko kana\u0142 {0}",
"Anytime": "O dowolnej porze",
"AroundTime": "Oko\u0142o {0}",
"All": "All",
"AllChannels": "Wszystkie kana\u0142y",
"LabelRecord": "Nagraj:",
"NewEpisodesOnly": "Tylko nowe odcinki",
@ -424,6 +422,10 @@
"HeaderActiveRecordings": "Nagrania aktywne",
"HeaderLatestRecordings": "Nagrania ostatnio dodane",
"LabelSyncTo": "Synchronizuj do:",
"Next": "Next",
"LabelSource": "Source:",
"AllLanguages": "All languages",
"Previous": "Previous",
"HeaderNextUp": "Do obejrzenia",
"HeaderLatestFrom": "Ostatnio dodane z {0}",
"LabelHomeScreenSectionValue": "Sekcja ekranu startowego {0}:",
@ -592,5 +594,8 @@
"LabelInternetQuality": "Jako\u015b\u0107 dla sieci internetowej:",
"HeaderMusicQuality": "Jako\u015b\u0107 muzyki",
"LabelHomeNetworkQuality": "Jako\u015b\u0107 dla sieci lokalnej:",
"HeaderLatestMedia": "Media ostatnio dodane"
"HeaderLatestMedia": "Media ostatnio dodane",
"HeaderRestartingEmbyServer": "Trwa ponownie uruchomienie serwera Emby",
"RestartPleaseWaitMessage": "Czekaj na zamkni\u0119cie i ponowne uruchomienie serwera Emby. To mo\u017ce trwa\u0107 ok. jednej, dw\u00f3ch minut.",
"PlayNext": "Odtwarzaj nast\u0119pne"
}

View file

@ -1,18 +1,4 @@
{
"RunAtStartup": "Executar ao iniciar",
"Desktop": "Desktop",
"Mobile": "Celular \/ Tablet",
"TV": "TV",
"LabelDisplayMode": "Mode de exibi\u00e7\u00e3o:",
"DisplayModeHelp": "Selecione o tipo de tela para executar o Emby.",
"EnableThemeVideos": "Ativar m\u00fasicas-tema",
"EnableThemeVideosHelp": "Se ativadas, m\u00fasicas-tema ser\u00e3o reproduzidas em segundo plano ao navegar pela biblioteca.",
"LabelScreensaver": "Protetor de Tela:",
"LabelSoundEffects": "Efeitos sonoros:",
"LabelSkin": "Skin:",
"HeaderRestartingEmbyServer": "Reiniciando o Servidor Emby",
"RestartPleaseWaitMessage": "Por favor, aguarde enquanto o Servidor Emby reinicia. Isto pode levar um ou dois minutos.",
"PlayNext": "Play next",
"MessageUnlockAppWithPurchaseOrSupporter": "Desbloqueie esta funcionalidade com uma pequena compra \u00fanica, ou com uma assinatura ativa do Emby Premiere.",
"MessageUnlockAppWithSupporter": "Desbloqueie esta funcionalidade com uma assinatura ativa do Emby Premiere.",
"MessageToValidateSupporter": "Se tiver uma assinatura ativa do Emby Premiere, assegure-se que configurou o Emby Premiere no Painel do Servidor Emby, que pode ser acessado clicando Emby Premiere no menu principal.",
@ -84,6 +70,11 @@
"NewCollection": "Nova Colet\u00e2nea",
"LabelCollection": "Colet\u00e2nea:",
"Help": "Ajuda",
"LabelDisplayMode": "Mode de exibi\u00e7\u00e3o:",
"Desktop": "Desktop",
"Mobile": "Celular \/ Tablet",
"TV": "TV",
"DisplayModeHelp": "Selecione o tipo de tela para executar o Emby.",
"LabelDisplayLanguage": "Idioma para exibi\u00e7\u00e3o:",
"LabelDisplayLanguageHelp": "A tradu\u00e7\u00e3o do Emby \u00e9 um projeto em andamento.",
"LearnHowYouCanContribute": "Saiba como voc\u00ea pode contribuir.",
@ -95,6 +86,12 @@
"EnableBackdrops": "Ativar imagens de fundo",
"EnableThemeSongsHelp": "Se ativadas, m\u00fasicas-tema ser\u00e3o reproduzidas em segundo plano ao navegar pela biblioteca.",
"EnableBackdropsHelp": "Se ativadas, imagens de fundo ser\u00e3o exibidas ao fundo de algumas p\u00e1ginas ao navegar pela biblioteca.",
"EnableThemeVideos": "Ativar m\u00fasicas-tema",
"EnableThemeVideosHelp": "Se ativadas, m\u00fasicas-tema ser\u00e3o reproduzidas em segundo plano ao navegar pela biblioteca.",
"RunAtStartup": "Executar ao iniciar",
"LabelScreensaver": "Protetor de Tela:",
"LabelSoundEffects": "Efeitos sonoros:",
"LabelSkin": "Skin:",
"LabelName": "Nome:",
"NewCollectionNameExample": "Exemplo: Colet\u00e2nea Star Wars",
"MessageItemsAdded": "Itens adicionados.",
@ -334,6 +331,7 @@
"ChannelNameOnly": "Somente canal {0}",
"Anytime": "A qualquer momento",
"AroundTime": "Em torno de {0}",
"All": "All",
"AllChannels": "Todos os canais",
"LabelRecord": "Gravar:",
"NewEpisodesOnly": "Apenas novos epis\u00f3dios",
@ -424,6 +422,10 @@
"HeaderActiveRecordings": "Grava\u00e7\u00f5es Ativas",
"HeaderLatestRecordings": "Grava\u00e7\u00f5es Recentes",
"LabelSyncTo": "Sincronizar para:",
"Next": "Next",
"LabelSource": "Source:",
"AllLanguages": "All languages",
"Previous": "Previous",
"HeaderNextUp": "Pr\u00f3ximos",
"HeaderLatestFrom": "Mais recentes de {0}",
"LabelHomeScreenSectionValue": "Se\u00e7\u00e3o {0} da tela In\u00edcio:",
@ -592,5 +594,8 @@
"LabelInternetQuality": "Qualidade da internet:",
"HeaderMusicQuality": "Qualidade da M\u00fasica:",
"LabelHomeNetworkQuality": "Qualidade da rede local:",
"HeaderLatestMedia": "M\u00eddias Recentes"
"HeaderLatestMedia": "M\u00eddias Recentes",
"HeaderRestartingEmbyServer": "Reiniciando o Servidor Emby",
"RestartPleaseWaitMessage": "Por favor, aguarde enquanto o Servidor Emby reinicia. Isto pode levar um ou dois minutos.",
"PlayNext": "Play next"
}

View file

@ -1,18 +1,4 @@
{
"RunAtStartup": "Run at startup",
"Desktop": "Desktop",
"Mobile": "Mobile \/ Tablet",
"TV": "TV",
"LabelDisplayMode": "Display mode:",
"DisplayModeHelp": "Select the type of screen you're running Emby on.",
"EnableThemeVideos": "Enable theme videos",
"EnableThemeVideosHelp": "If enabled, theme videos will be played in the background while browsing the library.",
"LabelScreensaver": "Screensaver:",
"LabelSoundEffects": "Sound effects:",
"LabelSkin": "Skin:",
"HeaderRestartingEmbyServer": "Restarting Emby Server",
"RestartPleaseWaitMessage": "Please wait while Emby Server shuts down and restarts. This may take a minute or two.",
"PlayNext": "Play next",
"MessageUnlockAppWithPurchaseOrSupporter": "Unlock this feature with a small one-time purchase, or with an active Emby Premiere subscription.",
"MessageUnlockAppWithSupporter": "Unlock this feature with an active Emby Premiere subscription.",
"MessageToValidateSupporter": "If you have an active Emby Premiere subscription, ensure you've setup Emby Premiere in your Emby Server Dashboard, which you can access by clicking Emby Premiere within the main menu.",
@ -84,6 +70,11 @@
"NewCollection": "Nova Cole\u00e7\u00e3o",
"LabelCollection": "Collection:",
"Help": "Ajuda",
"LabelDisplayMode": "Display mode:",
"Desktop": "Desktop",
"Mobile": "Mobile \/ Tablet",
"TV": "TV",
"DisplayModeHelp": "Select the type of screen you're running Emby on.",
"LabelDisplayLanguage": "Display language:",
"LabelDisplayLanguageHelp": "Translating Emby is an ongoing project.",
"LearnHowYouCanContribute": "Learn how you can contribute.",
@ -95,6 +86,12 @@
"EnableBackdrops": "Enable backdrops",
"EnableThemeSongsHelp": "If enabled, theme songs will be played in the background while browsing the library.",
"EnableBackdropsHelp": "If enabled, backdrops will be displayed in the background of some pages while browsing the library.",
"EnableThemeVideos": "Enable theme videos",
"EnableThemeVideosHelp": "If enabled, theme videos will be played in the background while browsing the library.",
"RunAtStartup": "Run at startup",
"LabelScreensaver": "Screensaver:",
"LabelSoundEffects": "Sound effects:",
"LabelSkin": "Skin:",
"LabelName": "Nome:",
"NewCollectionNameExample": "Exemplo: Cole\u00e7\u00e3o Guerra das Estrelas",
"MessageItemsAdded": "Items added.",
@ -334,6 +331,7 @@
"ChannelNameOnly": "Channel {0} only",
"Anytime": "Anytime",
"AroundTime": "Around {0}",
"All": "All",
"AllChannels": "All channels",
"LabelRecord": "Record:",
"NewEpisodesOnly": "New episodes only",
@ -424,6 +422,10 @@
"HeaderActiveRecordings": "Active Recordings",
"HeaderLatestRecordings": "Latest Recordings",
"LabelSyncTo": "Sync to:",
"Next": "Next",
"LabelSource": "Source:",
"AllLanguages": "All languages",
"Previous": "Previous",
"HeaderNextUp": "Next Up",
"HeaderLatestFrom": "Latest from {0}",
"LabelHomeScreenSectionValue": "Home screen section {0}:",
@ -592,5 +594,8 @@
"LabelInternetQuality": "Internet quality:",
"HeaderMusicQuality": "Music Quality",
"LabelHomeNetworkQuality": "Home network quality:",
"HeaderLatestMedia": "Latest Media"
"HeaderLatestMedia": "Latest Media",
"HeaderRestartingEmbyServer": "Restarting Emby Server",
"RestartPleaseWaitMessage": "Please wait while Emby Server shuts down and restarts. This may take a minute or two.",
"PlayNext": "Play next"
}

View file

@ -1,18 +1,4 @@
{
"RunAtStartup": "Run at startup",
"Desktop": "Desktop",
"Mobile": "Mobile \/ Tablet",
"TV": "TV",
"LabelDisplayMode": "Display mode:",
"DisplayModeHelp": "Select the type of screen you're running Emby on.",
"EnableThemeVideos": "Enable theme videos",
"EnableThemeVideosHelp": "If enabled, theme videos will be played in the background while browsing the library.",
"LabelScreensaver": "Screensaver:",
"LabelSoundEffects": "Sound effects:",
"LabelSkin": "Skin:",
"HeaderRestartingEmbyServer": "Restarting Emby Server",
"RestartPleaseWaitMessage": "Please wait while Emby Server shuts down and restarts. This may take a minute or two.",
"PlayNext": "Play next",
"MessageUnlockAppWithPurchaseOrSupporter": "Unlock this feature with a small one-time purchase, or with an active Emby Premiere subscription.",
"MessageUnlockAppWithSupporter": "Unlock this feature with an active Emby Premiere subscription.",
"MessageToValidateSupporter": "If you have an active Emby Premiere subscription, ensure you've setup Emby Premiere in your Emby Server Dashboard, which you can access by clicking Emby Premiere within the main menu.",
@ -84,6 +70,11 @@
"NewCollection": "New Collection",
"LabelCollection": "Collection:",
"Help": "Ajutor",
"LabelDisplayMode": "Display mode:",
"Desktop": "Desktop",
"Mobile": "Mobile \/ Tablet",
"TV": "TV",
"DisplayModeHelp": "Select the type of screen you're running Emby on.",
"LabelDisplayLanguage": "Display language:",
"LabelDisplayLanguageHelp": "Translating Emby is an ongoing project.",
"LearnHowYouCanContribute": "Learn how you can contribute.",
@ -95,6 +86,12 @@
"EnableBackdrops": "Enable backdrops",
"EnableThemeSongsHelp": "If enabled, theme songs will be played in the background while browsing the library.",
"EnableBackdropsHelp": "If enabled, backdrops will be displayed in the background of some pages while browsing the library.",
"EnableThemeVideos": "Enable theme videos",
"EnableThemeVideosHelp": "If enabled, theme videos will be played in the background while browsing the library.",
"RunAtStartup": "Run at startup",
"LabelScreensaver": "Screensaver:",
"LabelSoundEffects": "Sound effects:",
"LabelSkin": "Skin:",
"LabelName": "Nume:",
"NewCollectionNameExample": "Exemplu: Star Wars Collection",
"MessageItemsAdded": "Items added.",
@ -334,6 +331,7 @@
"ChannelNameOnly": "Channel {0} only",
"Anytime": "Anytime",
"AroundTime": "Around {0}",
"All": "All",
"AllChannels": "All channels",
"LabelRecord": "Record:",
"NewEpisodesOnly": "New episodes only",
@ -424,6 +422,10 @@
"HeaderActiveRecordings": "Active Recordings",
"HeaderLatestRecordings": "Latest Recordings",
"LabelSyncTo": "Sync to:",
"Next": "Next",
"LabelSource": "Source:",
"AllLanguages": "All languages",
"Previous": "Previous",
"HeaderNextUp": "Next Up",
"HeaderLatestFrom": "Latest from {0}",
"LabelHomeScreenSectionValue": "Home screen section {0}:",
@ -592,5 +594,8 @@
"LabelInternetQuality": "Internet quality:",
"HeaderMusicQuality": "Music Quality",
"LabelHomeNetworkQuality": "Home network quality:",
"HeaderLatestMedia": "Latest Media"
"HeaderLatestMedia": "Latest Media",
"HeaderRestartingEmbyServer": "Restarting Emby Server",
"RestartPleaseWaitMessage": "Please wait while Emby Server shuts down and restarts. This may take a minute or two.",
"PlayNext": "Play next"
}

View file

@ -1,18 +1,4 @@
{
"RunAtStartup": "\u0417\u0430\u043f\u0443\u0441\u043a\u0430\u0442\u044c \u043f\u0440\u0438 \u0441\u0442\u0430\u0440\u0442\u0435 \u0441\u0438\u0441\u0442\u0435\u043c\u044b",
"Desktop": "\u0420\u0430\u0431\u043e\u0447\u0438\u0439 \u0441\u0442\u043e\u043b",
"Mobile": "\u041c\u043e\u0431\u0438\u043b\u044c\u043d\u044b\u0439 \/ \u041f\u043b\u0430\u043d\u0448\u0435\u0442\u043d\u044b\u0439",
"TV": "\u0422\u0412",
"LabelDisplayMode": "\u0420\u0435\u0436\u0438\u043c \u043e\u0442\u043e\u0431\u0440\u0430\u0436\u0435\u043d\u0438\u044f:",
"DisplayModeHelp": "\u0412\u044b\u0431\u0435\u0440\u0438\u0442\u0435 \u0442\u0438\u043f \u044d\u043a\u0440\u0430\u043d\u0430, \u0433\u0434\u0435 \u0437\u0430\u043f\u0443\u0449\u0435\u043d Emby.",
"EnableThemeVideos": "\u0412\u043a\u043b\u044e\u0447\u0438\u0442\u044c \u0442\u0435\u043c\u0430\u0442\u0438\u0447\u0435\u0441\u043a\u0438\u0435 \u0432\u0438\u0434\u0435\u043e",
"EnableThemeVideosHelp": "\u041f\u0440\u0438 \u0432\u043a\u043b\u044e\u0447\u0435\u043d\u0438\u0438, \u0442\u0435\u043c\u0430\u0442\u0438\u0447\u0435\u0441\u043a\u0438\u0435 \u0432\u0438\u0434\u0435\u043e \u0431\u0443\u0434\u0443\u0442 \u0432\u043e\u0441\u043f\u0440\u043e\u0438\u0437\u0432\u043e\u0434\u0438\u0442\u044c\u0441\u044f \u0444\u043e\u043d\u043e\u043c \u043f\u0440\u0438 \u043f\u0440\u043e\u0441\u043c\u043e\u0442\u0440\u0435 \u043c\u0435\u0434\u0438\u0430\u0442\u0435\u043a\u0438.",
"LabelScreensaver": "\u0425\u0440\u0430\u043d\u0438\u0442\u0435\u043b\u044c \u044d\u043a\u0440\u0430\u043d\u0430:",
"LabelSoundEffects": "\u0417\u0432\u0443\u043a\u043e\u0432\u044b\u0435 \u044d\u0444\u0444\u0435\u043a\u0442\u044b:",
"LabelSkin": "\u041e\u0431\u043e\u043b\u043e\u0447\u043a\u0430:",
"HeaderRestartingEmbyServer": "Emby Server \u043f\u0435\u0440\u0435\u0437\u0430\u043f\u0443\u0441\u043a\u0430\u0435\u0442\u0441\u044f",
"RestartPleaseWaitMessage": "\u041f\u043e\u0434\u043e\u0436\u0434\u0438\u0442\u0435, \u043f\u043e\u043a\u0430 Emby Server \u0432\u044b\u043a\u043b\u044e\u0447\u0438\u0442\u0441\u044f \u0438 \u043f\u0435\u0440\u0435\u0437\u0430\u043f\u0443\u0441\u0442\u0438\u0442\u0441\u044f. \u042d\u0442\u043e \u043c\u043e\u0436\u0435\u0442 \u0437\u0430\u043d\u044f\u0442\u044c \u043c\u0438\u043d\u0443\u0442\u0443 \u0438\u043b\u0438 \u0434\u0432\u0435.",
"PlayNext": "\u0412\u043e\u0441\u043f\u0440\u043e\u0438\u0437\u0432\u0435\u0441\u0442\u0438 \u0441\u043b\u0435\u0434\u0443\u044e\u0449\u0435\u0435",
"MessageUnlockAppWithPurchaseOrSupporter": "\u0420\u0430\u0437\u0431\u043b\u043e\u043a\u0438\u0440\u0443\u0439\u0442\u0435 \u0434\u0430\u043d\u043d\u044b\u0439 \u043a\u043e\u043c\u043f\u043e\u043d\u0435\u043d\u0442 \u043f\u043e\u0441\u0440\u0435\u0434\u0441\u0442\u0432\u043e\u043c \u043d\u0435\u0431\u043e\u043b\u044c\u0448\u043e\u0439 \u043e\u0434\u043d\u043e\u043a\u0440\u0430\u0442\u043d\u043e\u0439 \u043e\u043f\u043b\u0430\u0442\u044b, \u0438\u043b\u0438 \u0441 \u0434\u0435\u0439\u0441\u0442\u0432\u0443\u044e\u0449\u0435\u0439 \u043f\u043e\u0434\u043f\u0438\u0441\u043a\u043e\u0439 Emby Premiere .",
"MessageUnlockAppWithSupporter": "\u0420\u0430\u0437\u0431\u043b\u043e\u043a\u0438\u0440\u0443\u0439\u0442\u0435 \u0434\u0430\u043d\u043d\u044b\u0439 \u043a\u043e\u043c\u043f\u043e\u043d\u0435\u043d\u0442 \u0441 \u0434\u0435\u0439\u0441\u0442\u0432\u0443\u044e\u0449\u0435\u0439 \u043f\u043e\u0434\u043f\u0438\u0441\u043a\u043e\u0439 Emby Premiere.",
"MessageToValidateSupporter": "\u0415\u0441\u043b\u0438 \u0443 \u0432\u0430\u0441 \u0438\u043c\u0435\u0435\u0442\u0441\u044f \u0434\u0435\u0439\u0441\u0442\u0432\u0443\u044e\u0449\u0430\u044f \u043f\u043e\u0434\u043f\u0438\u0441\u043a\u0430 Emby Premiere, \u0443\u0431\u0435\u0434\u0438\u0442\u0435\u0441\u044c, \u0447\u0442\u043e Emby Premiere \u0443\u0441\u0442\u0430\u043d\u043e\u0432\u043b\u0435\u043d\u0430 \u0438 \u043d\u0430\u0441\u0442\u0440\u043e\u0435\u043d\u0430 \u0432 \u0432\u0430\u0448\u0435\u0439 \u041f\u0430\u043d\u0435\u043b\u0438 Emby Server, \u043a\u043e\u0442\u043e\u0440\u0430\u044f \u0434\u043e\u0441\u0442\u0443\u043f\u043d\u0430 \u043f\u043e \u0449\u0435\u043b\u0447\u043a\u0443 \u043f\u043e Emby Premiere \u0432 \u0433\u043b\u0430\u0432\u043d\u043e\u043c \u043c\u0435\u043d\u044e.",
@ -84,6 +70,11 @@
"NewCollection": "\u041d\u043e\u0432\u0430\u044f \u043a\u043e\u043b\u043b\u0435\u043a\u0446\u0438\u044f",
"LabelCollection": "\u041a\u043e\u043b\u043b\u0435\u043a\u0446\u0438\u044f:",
"Help": "\u0421\u043f\u0440\u0430\u0432\u043a\u0430...",
"LabelDisplayMode": "\u0420\u0435\u0436\u0438\u043c \u043e\u0442\u043e\u0431\u0440\u0430\u0436\u0435\u043d\u0438\u044f:",
"Desktop": "\u0420\u0430\u0431\u043e\u0447\u0438\u0439 \u0441\u0442\u043e\u043b",
"Mobile": "\u041c\u043e\u0431\u0438\u043b\u044c\u043d\u044b\u0439 \/ \u041f\u043b\u0430\u043d\u0448\u0435\u0442\u043d\u044b\u0439",
"TV": "\u0422\u0412",
"DisplayModeHelp": "\u0412\u044b\u0431\u0435\u0440\u0438\u0442\u0435 \u0442\u0438\u043f \u044d\u043a\u0440\u0430\u043d\u0430, \u0433\u0434\u0435 \u0437\u0430\u043f\u0443\u0449\u0435\u043d Emby.",
"LabelDisplayLanguage": "\u042f\u0437\u044b\u043a \u043e\u0442\u043e\u0431\u0440\u0430\u0436\u0435\u043d\u0438\u044f:",
"LabelDisplayLanguageHelp": "\u041f\u0435\u0440\u0435\u0432\u043e\u0434 Emby \u0432\u0435\u0434\u0451\u0442\u0441\u044f \u043d\u0430 \u043f\u043e\u0441\u0442\u043e\u044f\u043d\u043d\u043e\u0439 \u043e\u0441\u043d\u043e\u0432\u0435.",
"LearnHowYouCanContribute": "\u0418\u0437\u0443\u0447\u0438\u0442\u0435, \u043a\u0430\u043a \u0432\u044b \u043c\u043e\u0436\u0435\u0442\u0435 \u0432\u043d\u0435\u0441\u0442\u0438 \u0441\u0432\u043e\u0439 \u0432\u043a\u043b\u0430\u0434.",
@ -95,6 +86,12 @@
"EnableBackdrops": "\u0412\u043a\u043b\u044e\u0447\u0435\u043d\u0438\u0435 \u0437\u0430\u0434\u043d\u0438\u043a\u043e\u0432",
"EnableThemeSongsHelp": "\u041f\u0440\u0438 \u0432\u043a\u043b\u044e\u0447\u0435\u043d\u0438\u0438, \u0442\u0435\u043c\u0430\u0442\u0438\u0447\u0435\u0441\u043a\u0438\u0435 \u043a\u043e\u043c\u043f\u043e\u0437\u0438\u0446\u0438\u0438 \u0431\u0443\u0434\u0443\u0442 \u0432\u043e\u0441\u043f\u0440\u043e\u0438\u0437\u0432\u043e\u0434\u0438\u0442\u044c\u0441\u044f \u0444\u043e\u043d\u043e\u043c \u043f\u0440\u0438 \u043f\u0440\u043e\u0441\u043c\u043e\u0442\u0440\u0435 \u043c\u0435\u0434\u0438\u0430\u0442\u0435\u043a\u0438.",
"EnableBackdropsHelp": "\u041f\u0440\u0438 \u0432\u043a\u043b\u044e\u0447\u0435\u043d\u0438\u0438, \u0437\u0430\u0434\u043d\u0438\u043a\u0438 \u0431\u0443\u0434\u0443\u0442 \u043e\u0442\u043e\u0431\u0440\u0430\u0436\u0430\u0442\u044c\u0441\u044f \u0444\u043e\u043d\u043e\u043c \u043d\u0435\u043a\u043e\u0442\u043e\u0440\u044b\u0445 \u0441\u0442\u0440\u0430\u043d\u0438\u0446 \u043f\u0440\u0438 \u043f\u0440\u043e\u0441\u043c\u043e\u0442\u0440\u0435 \u043c\u0435\u0434\u0438\u0430\u0442\u0435\u043a\u0438.",
"EnableThemeVideos": "\u0412\u043a\u043b\u044e\u0447\u0438\u0442\u044c \u0442\u0435\u043c\u0430\u0442\u0438\u0447\u0435\u0441\u043a\u0438\u0435 \u0432\u0438\u0434\u0435\u043e",
"EnableThemeVideosHelp": "\u041f\u0440\u0438 \u0432\u043a\u043b\u044e\u0447\u0435\u043d\u0438\u0438, \u0442\u0435\u043c\u0430\u0442\u0438\u0447\u0435\u0441\u043a\u0438\u0435 \u0432\u0438\u0434\u0435\u043e \u0431\u0443\u0434\u0443\u0442 \u0432\u043e\u0441\u043f\u0440\u043e\u0438\u0437\u0432\u043e\u0434\u0438\u0442\u044c\u0441\u044f \u0444\u043e\u043d\u043e\u043c \u043f\u0440\u0438 \u043f\u0440\u043e\u0441\u043c\u043e\u0442\u0440\u0435 \u043c\u0435\u0434\u0438\u0430\u0442\u0435\u043a\u0438.",
"RunAtStartup": "\u0417\u0430\u043f\u0443\u0441\u043a\u0430\u0442\u044c \u043f\u0440\u0438 \u0441\u0442\u0430\u0440\u0442\u0435 \u0441\u0438\u0441\u0442\u0435\u043c\u044b",
"LabelScreensaver": "\u0425\u0440\u0430\u043d\u0438\u0442\u0435\u043b\u044c \u044d\u043a\u0440\u0430\u043d\u0430:",
"LabelSoundEffects": "\u0417\u0432\u0443\u043a\u043e\u0432\u044b\u0435 \u044d\u0444\u0444\u0435\u043a\u0442\u044b:",
"LabelSkin": "\u041e\u0431\u043e\u043b\u043e\u0447\u043a\u0430:",
"LabelName": "\u0418\u043c\u044f:",
"NewCollectionNameExample": "\u041f\u0440\u0438\u043c\u0435\u0440: \u0417\u0432\u0451\u0437\u0434\u043d\u044b\u0435 \u0432\u043e\u0439\u043d\u044b (\u041a\u043e\u043b\u043b\u0435\u043a\u0446\u0438\u044f)",
"MessageItemsAdded": "\u042d\u043b\u0435\u043c\u0435\u043d\u0442\u044b \u0434\u043e\u0431\u0430\u0432\u043b\u0435\u043d\u044b.",
@ -334,6 +331,7 @@
"ChannelNameOnly": "\u0422\u043e\u043b\u044c\u043a\u043e \u043a\u0430\u043d\u0430\u043b {0}",
"Anytime": "\u0412 \u043b\u044e\u0431\u043e\u0435 \u0432\u0440\u0435\u043c\u044f",
"AroundTime": "\u041e\u043a\u043e\u043b\u043e {0}",
"All": "All",
"AllChannels": "\u0412\u0441\u0435 \u043a\u0430\u043d\u0430\u043b\u044b",
"LabelRecord": "\u0417\u0430\u043f\u0438\u0441\u044c:",
"NewEpisodesOnly": "\u0422\u043e\u043b\u044c\u043a\u043e \u043d\u043e\u0432\u044b\u0435 \u044d\u043f\u0438\u0437\u043e\u0434\u044b",
@ -424,6 +422,10 @@
"HeaderActiveRecordings": "\u0410\u043a\u0442\u0438\u0432\u043d\u044b\u0435 \u0437\u0430\u043f\u0438\u0441\u0438",
"HeaderLatestRecordings": "\u041d\u043e\u0432\u0435\u0439\u0448\u0438\u0435 \u0437\u0430\u043f\u0438\u0441\u0438",
"LabelSyncTo": "\u0421\u0438\u043d\u0445\u0440\u043e\u043d\u0438\u0437\u0430\u0446\u0438\u044f \u0441:",
"Next": "Next",
"LabelSource": "Source:",
"AllLanguages": "All languages",
"Previous": "Previous",
"HeaderNextUp": "\u041e\u0447\u0435\u0440\u0435\u0434\u043d\u043e\u0435",
"HeaderLatestFrom": "\u041d\u043e\u0432\u0435\u0439\u0448\u0435\u0435 \u0438\u0437 {0}",
"LabelHomeScreenSectionValue": "\u0413\u043b\u0430\u0432\u043d\u0430\u044f \u0441\u0442\u0440\u0430\u043d\u0438\u0446\u0430 - \u0440\u0430\u0437\u0434\u0435\u043b {0}:",
@ -592,5 +594,8 @@
"LabelInternetQuality": "\u041a\u0430\u0447\u0435\u0441\u0442\u0432\u043e \u0432 \u0418\u043d\u0442\u0435\u0440\u043d\u0435\u0442\u0435:",
"HeaderMusicQuality": "\u041a\u0430\u0447\u0435\u0441\u0442\u0432\u043e \u043c\u0443\u0437\u044b\u043a\u0438",
"LabelHomeNetworkQuality": "\u041a\u0430\u0447\u0435\u0441\u0442\u0432\u043e \u0432 \u0434\u043e\u043c\u0430\u0448\u043d\u0435\u0439 \u0441\u0435\u0442\u0438:",
"HeaderLatestMedia": "\u041d\u043e\u0432\u0435\u0439\u0448\u0438\u0435 \u043c\u0435\u0434\u0438\u0430\u0434\u0430\u043d\u043d\u044b\u0435"
"HeaderLatestMedia": "\u041d\u043e\u0432\u0435\u0439\u0448\u0438\u0435 \u043c\u0435\u0434\u0438\u0430\u0434\u0430\u043d\u043d\u044b\u0435",
"HeaderRestartingEmbyServer": "Emby Server \u043f\u0435\u0440\u0435\u0437\u0430\u043f\u0443\u0441\u043a\u0430\u0435\u0442\u0441\u044f",
"RestartPleaseWaitMessage": "\u041f\u043e\u0434\u043e\u0436\u0434\u0438\u0442\u0435, \u043f\u043e\u043a\u0430 Emby Server \u0432\u044b\u043a\u043b\u044e\u0447\u0438\u0442\u0441\u044f \u0438 \u043f\u0435\u0440\u0435\u0437\u0430\u043f\u0443\u0441\u0442\u0438\u0442\u0441\u044f. \u042d\u0442\u043e \u043c\u043e\u0436\u0435\u0442 \u0437\u0430\u043d\u044f\u0442\u044c \u043c\u0438\u043d\u0443\u0442\u0443 \u0438\u043b\u0438 \u0434\u0432\u0435.",
"PlayNext": "\u0412\u043e\u0441\u043f\u0440\u043e\u0438\u0437\u0432\u0435\u0441\u0442\u0438 \u0441\u043b\u0435\u0434\u0443\u044e\u0449\u0435\u0435"
}

View file

@ -1,18 +1,4 @@
{
"RunAtStartup": "Run at startup",
"Desktop": "Desktop",
"Mobile": "Mobile \/ Tablet",
"TV": "TV",
"LabelDisplayMode": "Display mode:",
"DisplayModeHelp": "Select the type of screen you're running Emby on.",
"EnableThemeVideos": "Enable theme videos",
"EnableThemeVideosHelp": "If enabled, theme videos will be played in the background while browsing the library.",
"LabelScreensaver": "Screensaver:",
"LabelSoundEffects": "Sound effects:",
"LabelSkin": "Skin:",
"HeaderRestartingEmbyServer": "Restarting Emby Server",
"RestartPleaseWaitMessage": "Please wait while Emby Server shuts down and restarts. This may take a minute or two.",
"PlayNext": "Play next",
"MessageUnlockAppWithPurchaseOrSupporter": "Unlock this feature with a small one-time purchase, or with an active Emby Premiere subscription.",
"MessageUnlockAppWithSupporter": "Unlock this feature with an active Emby Premiere subscription.",
"MessageToValidateSupporter": "If you have an active Emby Premiere subscription, ensure you've setup Emby Premiere in your Emby Server Dashboard, which you can access by clicking Emby Premiere within the main menu.",
@ -84,6 +70,11 @@
"NewCollection": "New Collection",
"LabelCollection": "Collection:",
"Help": "Help",
"LabelDisplayMode": "Display mode:",
"Desktop": "Desktop",
"Mobile": "Mobile \/ Tablet",
"TV": "TV",
"DisplayModeHelp": "Select the type of screen you're running Emby on.",
"LabelDisplayLanguage": "Display language:",
"LabelDisplayLanguageHelp": "Translating Emby is an ongoing project.",
"LearnHowYouCanContribute": "Learn how you can contribute.",
@ -95,6 +86,12 @@
"EnableBackdrops": "Enable backdrops",
"EnableThemeSongsHelp": "If enabled, theme songs will be played in the background while browsing the library.",
"EnableBackdropsHelp": "If enabled, backdrops will be displayed in the background of some pages while browsing the library.",
"EnableThemeVideos": "Enable theme videos",
"EnableThemeVideosHelp": "If enabled, theme videos will be played in the background while browsing the library.",
"RunAtStartup": "Run at startup",
"LabelScreensaver": "Screensaver:",
"LabelSoundEffects": "Sound effects:",
"LabelSkin": "Skin:",
"LabelName": "Name:",
"NewCollectionNameExample": "Example: Star Wars Collection",
"MessageItemsAdded": "Items added.",
@ -334,6 +331,7 @@
"ChannelNameOnly": "Channel {0} only",
"Anytime": "Anytime",
"AroundTime": "Around {0}",
"All": "All",
"AllChannels": "All channels",
"LabelRecord": "Record:",
"NewEpisodesOnly": "New episodes only",
@ -424,6 +422,10 @@
"HeaderActiveRecordings": "Active Recordings",
"HeaderLatestRecordings": "Latest Recordings",
"LabelSyncTo": "Sync to:",
"Next": "Next",
"LabelSource": "Source:",
"AllLanguages": "All languages",
"Previous": "Previous",
"HeaderNextUp": "Next Up",
"HeaderLatestFrom": "Latest from {0}",
"LabelHomeScreenSectionValue": "Home screen section {0}:",
@ -592,5 +594,8 @@
"LabelInternetQuality": "Internet quality:",
"HeaderMusicQuality": "Music Quality",
"LabelHomeNetworkQuality": "Home network quality:",
"HeaderLatestMedia": "Latest Media"
"HeaderLatestMedia": "Latest Media",
"HeaderRestartingEmbyServer": "Restarting Emby Server",
"RestartPleaseWaitMessage": "Please wait while Emby Server shuts down and restarts. This may take a minute or two.",
"PlayNext": "Play next"
}

View file

@ -1,18 +1,4 @@
{
"RunAtStartup": "Run at startup",
"Desktop": "Desktop",
"Mobile": "Mobile \/ Tablet",
"TV": "TV",
"LabelDisplayMode": "Display mode:",
"DisplayModeHelp": "Select the type of screen you're running Emby on.",
"EnableThemeVideos": "Enable theme videos",
"EnableThemeVideosHelp": "If enabled, theme videos will be played in the background while browsing the library.",
"LabelScreensaver": "Screensaver:",
"LabelSoundEffects": "Sound effects:",
"LabelSkin": "Skin:",
"HeaderRestartingEmbyServer": "Restarting Emby Server",
"RestartPleaseWaitMessage": "Please wait while Emby Server shuts down and restarts. This may take a minute or two.",
"PlayNext": "Play next",
"MessageUnlockAppWithPurchaseOrSupporter": "Unlock this feature with a small one-time purchase, or with an active Emby Premiere subscription.",
"MessageUnlockAppWithSupporter": "Unlock this feature with an active Emby Premiere subscription.",
"MessageToValidateSupporter": "If you have an active Emby Premiere subscription, ensure you've setup Emby Premiere in your Emby Server Dashboard, which you can access by clicking Emby Premiere within the main menu.",
@ -84,6 +70,11 @@
"NewCollection": "New Collection",
"LabelCollection": "Collection:",
"Help": "Help",
"LabelDisplayMode": "Display mode:",
"Desktop": "Desktop",
"Mobile": "Mobile \/ Tablet",
"TV": "TV",
"DisplayModeHelp": "Select the type of screen you're running Emby on.",
"LabelDisplayLanguage": "Display language:",
"LabelDisplayLanguageHelp": "Translating Emby is an ongoing project.",
"LearnHowYouCanContribute": "Learn how you can contribute.",
@ -95,6 +86,12 @@
"EnableBackdrops": "Enable backdrops",
"EnableThemeSongsHelp": "If enabled, theme songs will be played in the background while browsing the library.",
"EnableBackdropsHelp": "If enabled, backdrops will be displayed in the background of some pages while browsing the library.",
"EnableThemeVideos": "Enable theme videos",
"EnableThemeVideosHelp": "If enabled, theme videos will be played in the background while browsing the library.",
"RunAtStartup": "Run at startup",
"LabelScreensaver": "Screensaver:",
"LabelSoundEffects": "Sound effects:",
"LabelSkin": "Skin:",
"LabelName": "Name:",
"NewCollectionNameExample": "Example: Star Wars Collection",
"MessageItemsAdded": "Items added.",
@ -334,6 +331,7 @@
"ChannelNameOnly": "Channel {0} only",
"Anytime": "Anytime",
"AroundTime": "Around {0}",
"All": "All",
"AllChannels": "All channels",
"LabelRecord": "Record:",
"NewEpisodesOnly": "New episodes only",
@ -424,6 +422,10 @@
"HeaderActiveRecordings": "Active Recordings",
"HeaderLatestRecordings": "Latest Recordings",
"LabelSyncTo": "Sync to:",
"Next": "Next",
"LabelSource": "Source:",
"AllLanguages": "All languages",
"Previous": "Previous",
"HeaderNextUp": "Next Up",
"HeaderLatestFrom": "Latest from {0}",
"LabelHomeScreenSectionValue": "Home screen section {0}:",
@ -592,5 +594,8 @@
"LabelInternetQuality": "Internet quality:",
"HeaderMusicQuality": "Music Quality",
"LabelHomeNetworkQuality": "Home network quality:",
"HeaderLatestMedia": "Latest Media"
"HeaderLatestMedia": "Latest Media",
"HeaderRestartingEmbyServer": "Restarting Emby Server",
"RestartPleaseWaitMessage": "Please wait while Emby Server shuts down and restarts. This may take a minute or two.",
"PlayNext": "Play next"
}

View file

@ -1,18 +1,4 @@
{
"RunAtStartup": "Run at startup",
"Desktop": "Desktop",
"Mobile": "Mobile \/ Tablet",
"TV": "TV",
"LabelDisplayMode": "Display mode:",
"DisplayModeHelp": "Select the type of screen you're running Emby on.",
"EnableThemeVideos": "Enable theme videos",
"EnableThemeVideosHelp": "If enabled, theme videos will be played in the background while browsing the library.",
"LabelScreensaver": "Screensaver:",
"LabelSoundEffects": "Sound effects:",
"LabelSkin": "Skin:",
"HeaderRestartingEmbyServer": "Restarting Emby Server",
"RestartPleaseWaitMessage": "Please wait while Emby Server shuts down and restarts. This may take a minute or two.",
"PlayNext": "Play next",
"MessageUnlockAppWithPurchaseOrSupporter": "L\u00e5s upp denna feature med ett eng\u00e5ngsk\u00f6p, eller med ett aktivt Emby Premium-medlemskap.",
"MessageUnlockAppWithSupporter": "L\u00e5s upp den h\u00e4r funktionen med en aktiv Emby Premium prenumeration.",
"MessageToValidateSupporter": "Om du har ett aktivt Emby Premium-medlemskap, se till att du har st\u00e4llt in Emby Premium i Emby Server Dashboard, som du kommer \u00e5t genom att klicka p\u00e5 Emby Premium i huvudmenyn.",
@ -84,6 +70,11 @@
"NewCollection": "Ny samling",
"LabelCollection": "Samling:",
"Help": "Hj\u00e4lp",
"LabelDisplayMode": "Display mode:",
"Desktop": "Desktop",
"Mobile": "Mobile \/ Tablet",
"TV": "TV",
"DisplayModeHelp": "Select the type of screen you're running Emby on.",
"LabelDisplayLanguage": "Display language:",
"LabelDisplayLanguageHelp": "Translating Emby is an ongoing project.",
"LearnHowYouCanContribute": "Learn how you can contribute.",
@ -95,6 +86,12 @@
"EnableBackdrops": "Enable backdrops",
"EnableThemeSongsHelp": "If enabled, theme songs will be played in the background while browsing the library.",
"EnableBackdropsHelp": "If enabled, backdrops will be displayed in the background of some pages while browsing the library.",
"EnableThemeVideos": "Enable theme videos",
"EnableThemeVideosHelp": "If enabled, theme videos will be played in the background while browsing the library.",
"RunAtStartup": "Run at startup",
"LabelScreensaver": "Screensaver:",
"LabelSoundEffects": "Sound effects:",
"LabelSkin": "Skin:",
"LabelName": "Namn:",
"NewCollectionNameExample": "Exemple: Star Wars-samling",
"MessageItemsAdded": "Objekt tillagda.",
@ -334,6 +331,7 @@
"ChannelNameOnly": "Endast kanal {0}",
"Anytime": "N\u00e4r som helst",
"AroundTime": "Runt {0}",
"All": "All",
"AllChannels": "Alla kanaler",
"LabelRecord": "Spela in:",
"NewEpisodesOnly": "Endast nya avsnitt",
@ -424,6 +422,10 @@
"HeaderActiveRecordings": "P\u00e5g\u00e5ende inspelningar",
"HeaderLatestRecordings": "Senaste inspelningar",
"LabelSyncTo": "Synka till:",
"Next": "Next",
"LabelSource": "Source:",
"AllLanguages": "All languages",
"Previous": "Previous",
"HeaderNextUp": "N\u00e4sta p\u00e5 tur",
"HeaderLatestFrom": "Senaste fr\u00e5n {0}",
"LabelHomeScreenSectionValue": "Hemsk\u00e4rmsdel {0}:",
@ -592,5 +594,8 @@
"LabelInternetQuality": "Internet quality:",
"HeaderMusicQuality": "Music Quality",
"LabelHomeNetworkQuality": "Home network quality:",
"HeaderLatestMedia": "Nytillkommet"
"HeaderLatestMedia": "Nytillkommet",
"HeaderRestartingEmbyServer": "Restarting Emby Server",
"RestartPleaseWaitMessage": "Please wait while Emby Server shuts down and restarts. This may take a minute or two.",
"PlayNext": "Play next"
}

View file

@ -1,18 +1,4 @@
{
"RunAtStartup": "Run at startup",
"Desktop": "Desktop",
"Mobile": "Mobile \/ Tablet",
"TV": "TV",
"LabelDisplayMode": "Display mode:",
"DisplayModeHelp": "Select the type of screen you're running Emby on.",
"EnableThemeVideos": "Enable theme videos",
"EnableThemeVideosHelp": "If enabled, theme videos will be played in the background while browsing the library.",
"LabelScreensaver": "Screensaver:",
"LabelSoundEffects": "Sound effects:",
"LabelSkin": "Skin:",
"HeaderRestartingEmbyServer": "Restarting Emby Server",
"RestartPleaseWaitMessage": "Please wait while Emby Server shuts down and restarts. This may take a minute or two.",
"PlayNext": "Play next",
"MessageUnlockAppWithPurchaseOrSupporter": "Unlock this feature with a small one-time purchase, or with an active Emby Premiere subscription.",
"MessageUnlockAppWithSupporter": "Unlock this feature with an active Emby Premiere subscription.",
"MessageToValidateSupporter": "If you have an active Emby Premiere subscription, ensure you've setup Emby Premiere in your Emby Server Dashboard, which you can access by clicking Emby Premiere within the main menu.",
@ -84,6 +70,11 @@
"NewCollection": "Yeni Koleksiyon",
"LabelCollection": "Collection:",
"Help": "Help",
"LabelDisplayMode": "Display mode:",
"Desktop": "Desktop",
"Mobile": "Mobile \/ Tablet",
"TV": "TV",
"DisplayModeHelp": "Select the type of screen you're running Emby on.",
"LabelDisplayLanguage": "Display language:",
"LabelDisplayLanguageHelp": "Translating Emby is an ongoing project.",
"LearnHowYouCanContribute": "Learn how you can contribute.",
@ -95,6 +86,12 @@
"EnableBackdrops": "Enable backdrops",
"EnableThemeSongsHelp": "If enabled, theme songs will be played in the background while browsing the library.",
"EnableBackdropsHelp": "If enabled, backdrops will be displayed in the background of some pages while browsing the library.",
"EnableThemeVideos": "Enable theme videos",
"EnableThemeVideosHelp": "If enabled, theme videos will be played in the background while browsing the library.",
"RunAtStartup": "Run at startup",
"LabelScreensaver": "Screensaver:",
"LabelSoundEffects": "Sound effects:",
"LabelSkin": "Skin:",
"LabelName": "\u0130sim:",
"NewCollectionNameExample": "Example: Star Wars Collection",
"MessageItemsAdded": "Items added.",
@ -334,6 +331,7 @@
"ChannelNameOnly": "Channel {0} only",
"Anytime": "Anytime",
"AroundTime": "Around {0}",
"All": "All",
"AllChannels": "All channels",
"LabelRecord": "Record:",
"NewEpisodesOnly": "New episodes only",
@ -424,6 +422,10 @@
"HeaderActiveRecordings": "Active Recordings",
"HeaderLatestRecordings": "Latest Recordings",
"LabelSyncTo": "Sync to:",
"Next": "Next",
"LabelSource": "Source:",
"AllLanguages": "All languages",
"Previous": "Previous",
"HeaderNextUp": "Next Up",
"HeaderLatestFrom": "Latest from {0}",
"LabelHomeScreenSectionValue": "Home screen section {0}:",
@ -592,5 +594,8 @@
"LabelInternetQuality": "Internet quality:",
"HeaderMusicQuality": "Music Quality",
"LabelHomeNetworkQuality": "Home network quality:",
"HeaderLatestMedia": "Latest Media"
"HeaderLatestMedia": "Latest Media",
"HeaderRestartingEmbyServer": "Restarting Emby Server",
"RestartPleaseWaitMessage": "Please wait while Emby Server shuts down and restarts. This may take a minute or two.",
"PlayNext": "Play next"
}

View file

@ -1,18 +1,4 @@
{
"RunAtStartup": "Run at startup",
"Desktop": "Desktop",
"Mobile": "Mobile \/ Tablet",
"TV": "TV",
"LabelDisplayMode": "Display mode:",
"DisplayModeHelp": "Select the type of screen you're running Emby on.",
"EnableThemeVideos": "Enable theme videos",
"EnableThemeVideosHelp": "If enabled, theme videos will be played in the background while browsing the library.",
"LabelScreensaver": "Screensaver:",
"LabelSoundEffects": "Sound effects:",
"LabelSkin": "Skin:",
"HeaderRestartingEmbyServer": "Restarting Emby Server",
"RestartPleaseWaitMessage": "Please wait while Emby Server shuts down and restarts. This may take a minute or two.",
"PlayNext": "Play next",
"MessageUnlockAppWithPurchaseOrSupporter": "Unlock this feature with a small one-time purchase, or with an active Emby Premiere subscription.",
"MessageUnlockAppWithSupporter": "Unlock this feature with an active Emby Premiere subscription.",
"MessageToValidateSupporter": "If you have an active Emby Premiere subscription, ensure you've setup Emby Premiere in your Emby Server Dashboard, which you can access by clicking Emby Premiere within the main menu.",
@ -84,6 +70,11 @@
"NewCollection": "New Collection",
"LabelCollection": "Collection:",
"Help": "Help",
"LabelDisplayMode": "Display mode:",
"Desktop": "Desktop",
"Mobile": "Mobile \/ Tablet",
"TV": "TV",
"DisplayModeHelp": "Select the type of screen you're running Emby on.",
"LabelDisplayLanguage": "Display language:",
"LabelDisplayLanguageHelp": "Translating Emby is an ongoing project.",
"LearnHowYouCanContribute": "Learn how you can contribute.",
@ -95,6 +86,12 @@
"EnableBackdrops": "Enable backdrops",
"EnableThemeSongsHelp": "If enabled, theme songs will be played in the background while browsing the library.",
"EnableBackdropsHelp": "If enabled, backdrops will be displayed in the background of some pages while browsing the library.",
"EnableThemeVideos": "Enable theme videos",
"EnableThemeVideosHelp": "If enabled, theme videos will be played in the background while browsing the library.",
"RunAtStartup": "Run at startup",
"LabelScreensaver": "Screensaver:",
"LabelSoundEffects": "Sound effects:",
"LabelSkin": "Skin:",
"LabelName": "Name:",
"NewCollectionNameExample": "Example: Star Wars Collection",
"MessageItemsAdded": "Items added.",
@ -334,6 +331,7 @@
"ChannelNameOnly": "Channel {0} only",
"Anytime": "Anytime",
"AroundTime": "Around {0}",
"All": "All",
"AllChannels": "All channels",
"LabelRecord": "Record:",
"NewEpisodesOnly": "New episodes only",
@ -424,6 +422,10 @@
"HeaderActiveRecordings": "Active Recordings",
"HeaderLatestRecordings": "Latest Recordings",
"LabelSyncTo": "Sync to:",
"Next": "Next",
"LabelSource": "Source:",
"AllLanguages": "All languages",
"Previous": "Previous",
"HeaderNextUp": "Next Up",
"HeaderLatestFrom": "Latest from {0}",
"LabelHomeScreenSectionValue": "Home screen section {0}:",
@ -592,5 +594,8 @@
"LabelInternetQuality": "Internet quality:",
"HeaderMusicQuality": "Music Quality",
"LabelHomeNetworkQuality": "Home network quality:",
"HeaderLatestMedia": "Latest Media"
"HeaderLatestMedia": "Latest Media",
"HeaderRestartingEmbyServer": "Restarting Emby Server",
"RestartPleaseWaitMessage": "Please wait while Emby Server shuts down and restarts. This may take a minute or two.",
"PlayNext": "Play next"
}

View file

@ -1,18 +1,4 @@
{
"RunAtStartup": "Run at startup",
"Desktop": "Desktop",
"Mobile": "Mobile \/ Tablet",
"TV": "TV",
"LabelDisplayMode": "Display mode:",
"DisplayModeHelp": "Select the type of screen you're running Emby on.",
"EnableThemeVideos": "Enable theme videos",
"EnableThemeVideosHelp": "If enabled, theme videos will be played in the background while browsing the library.",
"LabelScreensaver": "Screensaver:",
"LabelSoundEffects": "Sound effects:",
"LabelSkin": "Skin:",
"HeaderRestartingEmbyServer": "Restarting Emby Server",
"RestartPleaseWaitMessage": "Please wait while Emby Server shuts down and restarts. This may take a minute or two.",
"PlayNext": "Play next",
"MessageUnlockAppWithPurchaseOrSupporter": "Unlock this feature with a small one-time purchase, or with an active Emby Premiere subscription.",
"MessageUnlockAppWithSupporter": "Unlock this feature with an active Emby Premiere subscription.",
"MessageToValidateSupporter": "If you have an active Emby Premiere subscription, ensure you've setup Emby Premiere in your Emby Server Dashboard, which you can access by clicking Emby Premiere within the main menu.",
@ -84,6 +70,11 @@
"NewCollection": "New Collection",
"LabelCollection": "Collection:",
"Help": "Help",
"LabelDisplayMode": "Display mode:",
"Desktop": "Desktop",
"Mobile": "Mobile \/ Tablet",
"TV": "TV",
"DisplayModeHelp": "Select the type of screen you're running Emby on.",
"LabelDisplayLanguage": "Display language:",
"LabelDisplayLanguageHelp": "Translating Emby is an ongoing project.",
"LearnHowYouCanContribute": "Learn how you can contribute.",
@ -95,6 +86,12 @@
"EnableBackdrops": "Enable backdrops",
"EnableThemeSongsHelp": "If enabled, theme songs will be played in the background while browsing the library.",
"EnableBackdropsHelp": "If enabled, backdrops will be displayed in the background of some pages while browsing the library.",
"EnableThemeVideos": "Enable theme videos",
"EnableThemeVideosHelp": "If enabled, theme videos will be played in the background while browsing the library.",
"RunAtStartup": "Run at startup",
"LabelScreensaver": "Screensaver:",
"LabelSoundEffects": "Sound effects:",
"LabelSkin": "Skin:",
"LabelName": "T\u00ean:",
"NewCollectionNameExample": "Example: Star Wars Collection",
"MessageItemsAdded": "Items added.",
@ -334,6 +331,7 @@
"ChannelNameOnly": "Channel {0} only",
"Anytime": "Anytime",
"AroundTime": "Around {0}",
"All": "All",
"AllChannels": "All channels",
"LabelRecord": "Record:",
"NewEpisodesOnly": "New episodes only",
@ -424,6 +422,10 @@
"HeaderActiveRecordings": "Active Recordings",
"HeaderLatestRecordings": "Latest Recordings",
"LabelSyncTo": "Sync to:",
"Next": "Next",
"LabelSource": "Source:",
"AllLanguages": "All languages",
"Previous": "Previous",
"HeaderNextUp": "Next Up",
"HeaderLatestFrom": "Latest from {0}",
"LabelHomeScreenSectionValue": "Home screen section {0}:",
@ -592,5 +594,8 @@
"LabelInternetQuality": "Internet quality:",
"HeaderMusicQuality": "Music Quality",
"LabelHomeNetworkQuality": "Home network quality:",
"HeaderLatestMedia": "Latest Media"
"HeaderLatestMedia": "Latest Media",
"HeaderRestartingEmbyServer": "Restarting Emby Server",
"RestartPleaseWaitMessage": "Please wait while Emby Server shuts down and restarts. This may take a minute or two.",
"PlayNext": "Play next"
}

View file

@ -1,18 +1,4 @@
{
"RunAtStartup": "Run at startup",
"Desktop": "Desktop",
"Mobile": "Mobile \/ Tablet",
"TV": "TV",
"LabelDisplayMode": "Display mode:",
"DisplayModeHelp": "Select the type of screen you're running Emby on.",
"EnableThemeVideos": "Enable theme videos",
"EnableThemeVideosHelp": "If enabled, theme videos will be played in the background while browsing the library.",
"LabelScreensaver": "Screensaver:",
"LabelSoundEffects": "Sound effects:",
"LabelSkin": "Skin:",
"HeaderRestartingEmbyServer": "Restarting Emby Server",
"RestartPleaseWaitMessage": "Please wait while Emby Server shuts down and restarts. This may take a minute or two.",
"PlayNext": "Play next",
"MessageUnlockAppWithPurchaseOrSupporter": "Unlock this feature with a small one-time purchase, or with an active Emby Premiere subscription.",
"MessageUnlockAppWithSupporter": "Unlock this feature with an active Emby Premiere subscription.",
"MessageToValidateSupporter": "If you have an active Emby Premiere subscription, ensure you've setup Emby Premiere in your Emby Server Dashboard, which you can access by clicking Emby Premiere within the main menu.",
@ -84,6 +70,11 @@
"NewCollection": "\u65b0\u5408\u96c6",
"LabelCollection": "\u5408\u96c6\uff1a",
"Help": "\u5e2e\u52a9",
"LabelDisplayMode": "Display mode:",
"Desktop": "Desktop",
"Mobile": "Mobile \/ Tablet",
"TV": "TV",
"DisplayModeHelp": "Select the type of screen you're running Emby on.",
"LabelDisplayLanguage": "Display language:",
"LabelDisplayLanguageHelp": "Translating Emby is an ongoing project.",
"LearnHowYouCanContribute": "Learn how you can contribute.",
@ -95,6 +86,12 @@
"EnableBackdrops": "Enable backdrops",
"EnableThemeSongsHelp": "If enabled, theme songs will be played in the background while browsing the library.",
"EnableBackdropsHelp": "If enabled, backdrops will be displayed in the background of some pages while browsing the library.",
"EnableThemeVideos": "Enable theme videos",
"EnableThemeVideosHelp": "If enabled, theme videos will be played in the background while browsing the library.",
"RunAtStartup": "Run at startup",
"LabelScreensaver": "Screensaver:",
"LabelSoundEffects": "Sound effects:",
"LabelSkin": "Skin:",
"LabelName": "\u540d\u5b57\uff1a",
"NewCollectionNameExample": "\u4f8b\u5982\uff1a\u661f\u7403\u5927\u6218\u5408\u96c6",
"MessageItemsAdded": "\u9879\u76ee\u5df2\u6dfb\u52a0\u3002",
@ -334,6 +331,7 @@
"ChannelNameOnly": "\u53ea\u5728\u9891\u9053 {0}",
"Anytime": "\u4efb\u4f55\u65f6\u95f4",
"AroundTime": "{0} \u5de6\u53f3",
"All": "All",
"AllChannels": "\u6240\u6709\u9891\u9053",
"LabelRecord": "\u5f55\u5236\uff1a",
"NewEpisodesOnly": "\u53ea\u65b0\u96c6",
@ -424,6 +422,10 @@
"HeaderActiveRecordings": "Active Recordings",
"HeaderLatestRecordings": "Latest Recordings",
"LabelSyncTo": "\u540c\u6b65\u5230\uff1a",
"Next": "Next",
"LabelSource": "Source:",
"AllLanguages": "All languages",
"Previous": "Previous",
"HeaderNextUp": "Next Up",
"HeaderLatestFrom": "Latest from {0}",
"LabelHomeScreenSectionValue": "Home screen section {0}:",
@ -592,5 +594,8 @@
"LabelInternetQuality": "\u7f51\u7edc\u8d28\u91cf\uff1a",
"HeaderMusicQuality": "Music Quality",
"LabelHomeNetworkQuality": "Home network quality:",
"HeaderLatestMedia": "Latest Media"
"HeaderLatestMedia": "Latest Media",
"HeaderRestartingEmbyServer": "Restarting Emby Server",
"RestartPleaseWaitMessage": "Please wait while Emby Server shuts down and restarts. This may take a minute or two.",
"PlayNext": "Play next"
}

View file

@ -1,18 +1,4 @@
{
"RunAtStartup": "Run at startup",
"Desktop": "Desktop",
"Mobile": "Mobile \/ Tablet",
"TV": "TV",
"LabelDisplayMode": "Display mode:",
"DisplayModeHelp": "Select the type of screen you're running Emby on.",
"EnableThemeVideos": "Enable theme videos",
"EnableThemeVideosHelp": "If enabled, theme videos will be played in the background while browsing the library.",
"LabelScreensaver": "Screensaver:",
"LabelSoundEffects": "Sound effects:",
"LabelSkin": "Skin:",
"HeaderRestartingEmbyServer": "Restarting Emby Server",
"RestartPleaseWaitMessage": "Please wait while Emby Server shuts down and restarts. This may take a minute or two.",
"PlayNext": "Play next",
"MessageUnlockAppWithPurchaseOrSupporter": "Unlock this feature with a small one-time purchase, or with an active Emby Premiere subscription.",
"MessageUnlockAppWithSupporter": "Unlock this feature with an active Emby Premiere subscription.",
"MessageToValidateSupporter": "If you have an active Emby Premiere subscription, ensure you've setup Emby Premiere in your Emby Server Dashboard, which you can access by clicking Emby Premiere within the main menu.",
@ -84,6 +70,11 @@
"NewCollection": "\u65b0\u6536\u85cf\u5eab",
"LabelCollection": "Collection:",
"Help": "\u5e6b\u52a9",
"LabelDisplayMode": "Display mode:",
"Desktop": "Desktop",
"Mobile": "Mobile \/ Tablet",
"TV": "TV",
"DisplayModeHelp": "Select the type of screen you're running Emby on.",
"LabelDisplayLanguage": "Display language:",
"LabelDisplayLanguageHelp": "Translating Emby is an ongoing project.",
"LearnHowYouCanContribute": "Learn how you can contribute.",
@ -95,6 +86,12 @@
"EnableBackdrops": "Enable backdrops",
"EnableThemeSongsHelp": "If enabled, theme songs will be played in the background while browsing the library.",
"EnableBackdropsHelp": "If enabled, backdrops will be displayed in the background of some pages while browsing the library.",
"EnableThemeVideos": "Enable theme videos",
"EnableThemeVideosHelp": "If enabled, theme videos will be played in the background while browsing the library.",
"RunAtStartup": "Run at startup",
"LabelScreensaver": "Screensaver:",
"LabelSoundEffects": "Sound effects:",
"LabelSkin": "Skin:",
"LabelName": "\u540d\u7a31\uff1a",
"NewCollectionNameExample": "\u4f8b\u5982\uff1a\u661f\u7403\u5927\u6230\u6536\u85cf\u5eab",
"MessageItemsAdded": "Items added.",
@ -334,6 +331,7 @@
"ChannelNameOnly": "Channel {0} only",
"Anytime": "Anytime",
"AroundTime": "Around {0}",
"All": "All",
"AllChannels": "All channels",
"LabelRecord": "Record:",
"NewEpisodesOnly": "New episodes only",
@ -424,6 +422,10 @@
"HeaderActiveRecordings": "Active Recordings",
"HeaderLatestRecordings": "Latest Recordings",
"LabelSyncTo": "Sync to:",
"Next": "Next",
"LabelSource": "Source:",
"AllLanguages": "All languages",
"Previous": "Previous",
"HeaderNextUp": "Next Up",
"HeaderLatestFrom": "Latest from {0}",
"LabelHomeScreenSectionValue": "Home screen section {0}:",
@ -592,5 +594,8 @@
"LabelInternetQuality": "Internet quality:",
"HeaderMusicQuality": "Music Quality",
"LabelHomeNetworkQuality": "Home network quality:",
"HeaderLatestMedia": "Latest Media"
"HeaderLatestMedia": "Latest Media",
"HeaderRestartingEmbyServer": "Restarting Emby Server",
"RestartPleaseWaitMessage": "Please wait while Emby Server shuts down and restarts. This may take a minute or two.",
"PlayNext": "Play next"
}

View file

@ -1,18 +1,4 @@
{
"RunAtStartup": "Run at startup",
"Desktop": "Desktop",
"Mobile": "Mobile \/ Tablet",
"TV": "TV",
"LabelDisplayMode": "Display mode:",
"DisplayModeHelp": "Select the type of screen you're running Emby on.",
"EnableThemeVideos": "Enable theme videos",
"EnableThemeVideosHelp": "If enabled, theme videos will be played in the background while browsing the library.",
"LabelScreensaver": "Screensaver:",
"LabelSoundEffects": "Sound effects:",
"LabelSkin": "Skin:",
"HeaderRestartingEmbyServer": "Restarting Emby Server",
"RestartPleaseWaitMessage": "Please wait while Emby Server shuts down and restarts. This may take a minute or two.",
"PlayNext": "Play next",
"MessageUnlockAppWithPurchaseOrSupporter": "Unlock this feature with a small one-time purchase, or with an active Emby Premiere subscription.",
"MessageUnlockAppWithSupporter": "Unlock this feature with an active Emby Premiere subscription.",
"MessageToValidateSupporter": "If you have an active Emby Premiere subscription, ensure you've setup Emby Premiere in your Emby Server Dashboard, which you can access by clicking Emby Premiere within the main menu.",
@ -84,6 +70,11 @@
"NewCollection": "\u65b0\u5408\u96c6",
"LabelCollection": "\u6536\u85cf\u6ac3\uff1a",
"Help": "\u8aaa\u660e",
"LabelDisplayMode": "Display mode:",
"Desktop": "Desktop",
"Mobile": "Mobile \/ Tablet",
"TV": "TV",
"DisplayModeHelp": "Select the type of screen you're running Emby on.",
"LabelDisplayLanguage": "Display language:",
"LabelDisplayLanguageHelp": "Translating Emby is an ongoing project.",
"LearnHowYouCanContribute": "Learn how you can contribute.",
@ -95,6 +86,12 @@
"EnableBackdrops": "Enable backdrops",
"EnableThemeSongsHelp": "If enabled, theme songs will be played in the background while browsing the library.",
"EnableBackdropsHelp": "If enabled, backdrops will be displayed in the background of some pages while browsing the library.",
"EnableThemeVideos": "Enable theme videos",
"EnableThemeVideosHelp": "If enabled, theme videos will be played in the background while browsing the library.",
"RunAtStartup": "Run at startup",
"LabelScreensaver": "Screensaver:",
"LabelSoundEffects": "Sound effects:",
"LabelSkin": "Skin:",
"LabelName": "\u540d\u5b57\uff1a",
"NewCollectionNameExample": "\u4f8b\u5b50\uff1a\u661f\u7403\u5927\u6230\u5408\u96c6",
"MessageItemsAdded": "\u5df2\u65b0\u589e\u9805\u76ee",
@ -334,6 +331,7 @@
"ChannelNameOnly": "Channel {0} only",
"Anytime": "Anytime",
"AroundTime": "Around {0}",
"All": "All",
"AllChannels": "All channels",
"LabelRecord": "Record:",
"NewEpisodesOnly": "New episodes only",
@ -424,6 +422,10 @@
"HeaderActiveRecordings": "Active Recordings",
"HeaderLatestRecordings": "Latest Recordings",
"LabelSyncTo": "Sync to:",
"Next": "Next",
"LabelSource": "Source:",
"AllLanguages": "All languages",
"Previous": "Previous",
"HeaderNextUp": "Next Up",
"HeaderLatestFrom": "Latest from {0}",
"LabelHomeScreenSectionValue": "Home screen section {0}:",
@ -592,5 +594,8 @@
"LabelInternetQuality": "Internet quality:",
"HeaderMusicQuality": "Music Quality",
"LabelHomeNetworkQuality": "Home network quality:",
"HeaderLatestMedia": "Latest Media"
"HeaderLatestMedia": "Latest Media",
"HeaderRestartingEmbyServer": "Restarting Emby Server",
"RestartPleaseWaitMessage": "Please wait while Emby Server shuts down and restarts. This may take a minute or two.",
"PlayNext": "Play next"
}

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

Binary file not shown.

After

Width:  |  Height:  |  Size: 10 KiB

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

1972
dashboard-ui/strings/ar.json Normal file

File diff suppressed because it is too large Load diff

File diff suppressed because it is too large Load diff

File diff suppressed because it is too large Load diff

1972
dashboard-ui/strings/ca.json Normal file

File diff suppressed because it is too large Load diff

1972
dashboard-ui/strings/cs.json Normal file

File diff suppressed because it is too large Load diff

1972
dashboard-ui/strings/da.json Normal file

File diff suppressed because it is too large Load diff

1972
dashboard-ui/strings/de.json Normal file

File diff suppressed because it is too large Load diff

1972
dashboard-ui/strings/el.json Normal file

File diff suppressed because it is too large Load diff

File diff suppressed because it is too large Load diff

File diff suppressed because it is too large Load diff

File diff suppressed because it is too large Load diff

File diff suppressed because it is too large Load diff

1972
dashboard-ui/strings/es.json Normal file

File diff suppressed because it is too large Load diff

1972
dashboard-ui/strings/fa.json Normal file

File diff suppressed because it is too large Load diff

1972
dashboard-ui/strings/fi.json Normal file

File diff suppressed because it is too large Load diff

File diff suppressed because it is too large Load diff

1972
dashboard-ui/strings/fr.json Normal file

File diff suppressed because it is too large Load diff

File diff suppressed because it is too large Load diff

1972
dashboard-ui/strings/he.json Normal file

File diff suppressed because it is too large Load diff

File diff suppressed because it is too large Load diff

1972
dashboard-ui/strings/hr.json Normal file

File diff suppressed because it is too large Load diff

1972
dashboard-ui/strings/hu.json Normal file

File diff suppressed because it is too large Load diff

1972
dashboard-ui/strings/id.json Normal file

File diff suppressed because it is too large Load diff

1972
dashboard-ui/strings/it.json Normal file

File diff suppressed because it is too large Load diff

1972
dashboard-ui/strings/kk.json Normal file

File diff suppressed because it is too large Load diff

1972
dashboard-ui/strings/ko.json Normal file

File diff suppressed because it is too large Load diff

File diff suppressed because it is too large Load diff

1972
dashboard-ui/strings/ms.json Normal file

File diff suppressed because it is too large Load diff

1972
dashboard-ui/strings/nb.json Normal file

File diff suppressed because it is too large Load diff

1972
dashboard-ui/strings/nl.json Normal file

File diff suppressed because it is too large Load diff

1972
dashboard-ui/strings/pl.json Normal file

File diff suppressed because it is too large Load diff

File diff suppressed because it is too large Load diff

File diff suppressed because it is too large Load diff

1972
dashboard-ui/strings/ro.json Normal file

File diff suppressed because it is too large Load diff

1972
dashboard-ui/strings/ru.json Normal file

File diff suppressed because it is too large Load diff

1972
dashboard-ui/strings/sk.json Normal file

File diff suppressed because it is too large Load diff

File diff suppressed because it is too large Load diff

1972
dashboard-ui/strings/sv.json Normal file

File diff suppressed because it is too large Load diff

1972
dashboard-ui/strings/tr.json Normal file

File diff suppressed because it is too large Load diff

1972
dashboard-ui/strings/uk.json Normal file

File diff suppressed because it is too large Load diff

Some files were not shown because too many files have changed in this diff Show more