mirror of
https://github.com/jellyfin/jellyfin-web
synced 2025-03-30 19:56:21 +00:00
update components
This commit is contained in:
parent
0f4b4b5908
commit
f2677c0db1
100 changed files with 1279 additions and 1137 deletions
|
@ -40,14 +40,14 @@
|
|||
|
||||
<p>${MessagePluginRequiresSubscription}</p>
|
||||
|
||||
<p><a is="emby-linkbutton" class="button-link" href="http://emby.media/premiere" target="_blank">${LinkLearnMoreAboutSubscription}</a></p>
|
||||
<p><a is="emby-linkbutton" class="button-link" href="https://emby.media/premiere" target="_blank">${LinkLearnMoreAboutSubscription}</a></p>
|
||||
|
||||
</div>
|
||||
<div class="premiumDescription">
|
||||
|
||||
<p>${MessagePremiumPluginRequiresMembership}</p>
|
||||
|
||||
<p><a is="emby-linkbutton" class="button-link" href="http://emby.media/premiere" target="_blank">${LinkLearnMoreAboutSubscription}</a></p>
|
||||
<p><a is="emby-linkbutton" class="button-link" href="https://emby.media/premiere" target="_blank">${LinkLearnMoreAboutSubscription}</a></p>
|
||||
</div>
|
||||
<div class="premiumHasPrice" style="display: none">
|
||||
<p id="regPrice">
|
||||
|
|
File diff suppressed because one or more lines are too long
File diff suppressed because one or more lines are too long
|
@ -1 +1 @@
|
|||
.alphaPicker,.alphaPickerRow,.alphaPickerRow-vertical{-webkit-box-direction:normal}.alphaPicker{text-align:center;display:-webkit-box;display:-webkit-flex;display:flex;-webkit-box-orient:vertical;-webkit-flex-direction:column;flex-direction:column;-webkit-align-self:center;align-self:center}.alphaPickerRow{display:-webkit-box;display:-webkit-flex;display:flex;-webkit-box-align:center;-webkit-align-items:center;align-items:center;-webkit-box-pack:center;-webkit-justify-content:center;justify-content:center;-webkit-box-orient:horizontal;-webkit-flex-direction:row;flex-direction:row}.alphaPicker-vertical{font-size:90%}.alphaPicker-vertical.alphaPicker-tv{font-size:82%}.alphaPickerRow-vertical{-webkit-box-orient:vertical;-webkit-flex-direction:column;flex-direction:column}.alphaPickerButton{border:0!important;cursor:pointer;outline:0!important;vertical-align:middle;font-family:inherit;font-size:inherit;min-width:initial;margin:0;padding:.1em .4em;width:auto;-webkit-border-radius:.1em;border-radius:.1em;font-weight:400;-webkit-flex-shrink:0;flex-shrink:0;-webkit-box-flex:1;-webkit-flex-grow:1;flex-grow:1}.alphaPicker-vertical .alphaPickerButton{padding:0;width:1.5em}.alphaPickerButtonIcon{width:3.3vh;height:3.3vh;font-size:3.3vh}
|
||||
.alphaPicker,.alphaPickerRow{display:-webkit-box;display:-webkit-flex;-webkit-box-direction:normal}.alphaPicker,.alphaPickerRow,.alphaPickerRow-vertical{-webkit-box-direction:normal}.alphaPicker{text-align:center;display:flex;-webkit-box-orient:vertical;-webkit-flex-direction:column;flex-direction:column;-webkit-align-self:center;align-self:center}.alphaPicker-vertical{line-height:1}.alphaPicker-fixed{position:fixed;bottom:5.5em;z-index:1}.alphaPickerRow{display:flex;-webkit-box-align:center;-webkit-align-items:center;align-items:center;-webkit-box-pack:center;-webkit-justify-content:center;justify-content:center;-webkit-box-orient:horizontal;-webkit-flex-direction:row;flex-direction:row}.alphaPickerRow-vertical{-webkit-box-orient:vertical;-webkit-flex-direction:column;flex-direction:column}.alphaPickerButton{border:0!important;cursor:pointer;outline:0!important;vertical-align:middle;font-family:inherit;font-size:inherit;min-width:initial;margin:0;padding:.1em .4em;width:auto;-webkit-border-radius:.1em;border-radius:.1em;font-weight:400;-webkit-flex-shrink:0;flex-shrink:0;-webkit-box-flex:1;-webkit-flex-grow:1;flex-grow:1}@media all and (max-height:50em){.alphaPicker-vertical{font-size:94%}.alphaPickerButton-vertical{padding-top:1px!important;padding-bottom:1px!important}}@media all and (max-height:47.5em){.alphaPicker-vertical{font-size:90%}}@media all and (max-height:44em){.alphaPickerButton-vertical{padding-top:0!important;padding-bottom:0!important}}@media all and (max-height:37em){.alphaPicker-vertical{font-size:76%}.alphaPicker-fixed{bottom:5em}}.alphaPicker-vertical.alphaPicker-tv{font-size:82%}.alphaPickerButton-tv.alphaPickerButton-vertical{padding:0}.alphaPickerButton-vertical{width:1.5em;display:-webkit-box;display:-webkit-flex;display:flex;-webkit-box-pack:center;-webkit-justify-content:center;justify-content:center;text-align:center}.alphaPickerButtonIcon{font-size:100%!important}.alphaPicker-fixed.alphaPicker-tv{bottom:1%}.alphaPicker-fixed-left{left:.3em}.alphaPicker-fixed-right{right:.3em}@media all and (min-width:40em){.alphaPicker-fixed-left{left:.4em}.alphaPicker-fixed-right{right:.4em}}@media all and (min-width:62.5em){.alphaPicker-fixed-left{left:1em}.alphaPicker-fixed-right{right:1em}}@media all and (max-height:31.25em){.alphaPicker-fixed{display:none!important}}
|
File diff suppressed because one or more lines are too long
File diff suppressed because one or more lines are too long
|
@ -125,6 +125,14 @@
|
|||
<select is="emby-select" class="selectSkin" label="${LabelSkin}"></select>
|
||||
</div>
|
||||
|
||||
<div class="selectContainer hide selectTVHomeScreenContainer">
|
||||
<select is="emby-select" class="selectTVHomeScreen" label="${LabelTVHomeScreen}">
|
||||
<option value="">${Horizontal}</option>
|
||||
<option value="vertical">${Vertical}</option>
|
||||
</select>
|
||||
<div class="fieldDescription">Changes take effect after signing out or restarting the app.</div>
|
||||
</div>
|
||||
|
||||
<div class="selectContainer">
|
||||
<select id="selectTheme" is="emby-select" label="${LabelTheme}"></select>
|
||||
<div class="fieldDescription">${FeatureRequiresEmbyPremiere}</div>
|
||||
|
|
|
@ -1 +1 @@
|
|||
define(["browser","dom","layoutManager","shell","appRouter","apphost","css!./emby-button","registerElement"],function(browser,dom,layoutManager,shell,appRouter,appHost){"use strict";function animateButtonInternal(e,btn){for(var div=document.createElement("div"),i=0,length=btn.classList.length;i<length;i++)div.classList.add(btn.classList[i]+"-ripple-effect");var offsetX=e.offsetX||0,offsetY=e.offsetY||0;offsetX>0&&offsetY>0&&(div.style.left=offsetX+"px",div.style.top=offsetY+"px");var firstChild=btn.firstChild;firstChild?btn.insertBefore(div,btn.firstChild):btn.appendChild(div),div.addEventListener(dom.whichAnimationEvent(),function(){div.parentNode.removeChild(div)},!1)}function animateButton(e,btn){requestAnimationFrame(function(){animateButtonInternal(e,btn)})}function onKeyDown(e){13===e.keyCode&&animateButton(e,this)}function onMouseDown(e){0===e.button&&animateButton(e,this)}function onClick(e){animateButton(e,this)}function enableAnimation(){return!browser.tv}function onAnchorClick(e){var href=this.getAttribute("href");"#"!==href?this.getAttribute("target")?appHost.supports("targetblank")||(e.preventDefault(),shell.openUrl(href)):appRouter.handleAnchorClick(e):e.preventDefault()}var EmbyButtonPrototype=Object.create(HTMLButtonElement.prototype),EmbyLinkButtonPrototype=Object.create(HTMLAnchorElement.prototype);return EmbyButtonPrototype.createdCallback=function(){this.classList.contains("emby-button")||(this.classList.add("emby-button"),browser.firefox&&this.classList.add("button-link-inline"),layoutManager.tv&&(this.classList.add("emby-button-focusscale"),this.classList.add("emby-button-tv")),enableAnimation()&&"false"!==this.getAttribute("data-ripple")&&!this.classList.contains("button-link")&&(dom.addEventListener(this,"keydown",onKeyDown,{passive:!0}),browser.safari||browser.firefox&&"A"===this.tagName?dom.addEventListener(this,"click",onClick,{passive:!0}):dom.addEventListener(this,"mousedown",onMouseDown,{passive:!0})))},EmbyButtonPrototype.attachedCallback=function(){"A"===this.tagName&&(dom.removeEventListener(this,"click",onAnchorClick,{}),dom.addEventListener(this,"click",onAnchorClick,{}),"true"===this.getAttribute("data-autohide")&&(appHost.supports("externallinks")?this.classList.remove("hide"):this.classList.add("hide")))},EmbyButtonPrototype.detachedCallback=function(){dom.removeEventListener(this,"click",onAnchorClick,{})},EmbyLinkButtonPrototype.createdCallback=EmbyButtonPrototype.createdCallback,EmbyLinkButtonPrototype.attachedCallback=EmbyButtonPrototype.attachedCallback,document.registerElement("emby-button",{prototype:EmbyButtonPrototype,extends:"button"}),document.registerElement("emby-linkbutton",{prototype:EmbyLinkButtonPrototype,extends:"a"}),EmbyButtonPrototype});
|
||||
define(["browser","dom","layoutManager","shell","appRouter","apphost","css!./emby-button","registerElement"],function(browser,dom,layoutManager,shell,appRouter,appHost){"use strict";function animateButtonInternal(e,btn){for(var div=document.createElement("div"),i=0,length=btn.classList.length;i<length;i++)div.classList.add(btn.classList[i]+"-ripple-effect");var offsetX=e.offsetX||0,offsetY=e.offsetY||0;offsetX>0&&offsetY>0&&(div.style.left=offsetX+"px",div.style.top=offsetY+"px");var firstChild=btn.firstChild;firstChild?btn.insertBefore(div,btn.firstChild):btn.appendChild(div),div.addEventListener(dom.whichAnimationEvent(),function(){div.parentNode.removeChild(div)},!1)}function animateButton(e,btn){requestAnimationFrame(function(){animateButtonInternal(e,btn)})}function onKeyDown(e){13===e.keyCode&&animateButton(e,this)}function onMouseDown(e){0===e.button&&animateButton(e,this)}function onClick(e){animateButton(e,this)}function enableAnimation(){return!browser.tv}function openPremiumInfo(){require(["registrationServices"],function(registrationServices){registrationServices.showPremiereInfo()})}function onAnchorClick(e){var href=this.getAttribute("href")||"";"#"!==href?this.getAttribute("target")?href.indexOf("emby.media/premiere")===-1||appHost.supports("externalpremium")?appHost.supports("targetblank")||(e.preventDefault(),shell.openUrl(href)):(e.preventDefault(),openPremiumInfo()):appRouter.handleAnchorClick(e):e.preventDefault()}var EmbyButtonPrototype=Object.create(HTMLButtonElement.prototype),EmbyLinkButtonPrototype=Object.create(HTMLAnchorElement.prototype);return EmbyButtonPrototype.createdCallback=function(){this.classList.contains("emby-button")||(this.classList.add("emby-button"),browser.firefox&&this.classList.add("button-link-inline"),layoutManager.tv&&(this.classList.add("emby-button-focusscale"),this.classList.add("emby-button-tv")),enableAnimation()&&"false"!==this.getAttribute("data-ripple")&&!this.classList.contains("button-link")&&(dom.addEventListener(this,"keydown",onKeyDown,{passive:!0}),browser.safari||browser.firefox&&"A"===this.tagName?dom.addEventListener(this,"click",onClick,{passive:!0}):dom.addEventListener(this,"mousedown",onMouseDown,{passive:!0})))},EmbyButtonPrototype.attachedCallback=function(){"A"===this.tagName&&(dom.removeEventListener(this,"click",onAnchorClick,{}),dom.addEventListener(this,"click",onAnchorClick,{}),"true"===this.getAttribute("data-autohide")&&(appHost.supports("externallinks")?this.classList.remove("hide"):this.classList.add("hide")))},EmbyButtonPrototype.detachedCallback=function(){dom.removeEventListener(this,"click",onAnchorClick,{})},EmbyLinkButtonPrototype.createdCallback=EmbyButtonPrototype.createdCallback,EmbyLinkButtonPrototype.attachedCallback=EmbyButtonPrototype.attachedCallback,document.registerElement("emby-button",{prototype:EmbyButtonPrototype,extends:"button"}),document.registerElement("emby-linkbutton",{prototype:EmbyLinkButtonPrototype,extends:"a"}),EmbyButtonPrototype});
|
File diff suppressed because one or more lines are too long
|
@ -1 +1 @@
|
|||
.emby-select{display:block;margin:0;margin-bottom:0!important;font-size:110%;font-family:inherit;font-weight:inherit;padding:.5em 1.9em .5em .5em;-webkit-box-sizing:border-box;box-sizing:border-box;outline:0!important;-webkit-tap-highlight-color:transparent;width:100%}.emby-select[disabled]{background:0 0!important;border-color:transparent!important;color:inherit!important;-webkit-appearance:none;-moz-appearance:none;appearance:none}.selectContainer-inline>.emby-select{padding:.3em 1.9em .3em .5em;font-size:inherit}.selectContainer-inline>.emby-select[disabled]{padding:.4em 0}.emby-select::-moz-focus-inner{border:0}.emby-select-focusscale{-webkit-transition:-webkit-transform 180ms ease-out!important;-o-transition:transform 180ms ease-out!important;transition:transform 180ms ease-out!important;-webkit-transform-origin:center center;transform-origin:center center}.emby-select-focusscale:focus{-webkit-transform:scale(1.1);transform:scale(1.1);z-index:1}.emby-select+.fieldDescription{margin-top:.25em}.selectContainer{margin-bottom:1.8em;position:relative}.selectContainer-inline{display:-webkit-inline-box;display:-webkit-inline-flex;display:inline-flex;margin-bottom:0;-webkit-box-align:center;-webkit-align-items:center;align-items:center}.selectLabel{display:block;margin-bottom:.25em}.selectContainer-inline>.selectLabel{margin-bottom:0;margin-right:.5em;-webkit-flex-shrink:0;flex-shrink:0}.emby-select-withcolor{-webkit-appearance:none;-moz-appearance:none;appearance:none;-webkit-border-radius:.2em;border-radius:.2em}.selectArrowContainer{position:absolute;right:.3em;top:.27em;color:inherit;pointer-events:none}.selectContainer-inline>.selectArrowContainer{top:initial;bottom:.24em;font-size:90%}.emby-select[disabled]+.selectArrowContainer{display: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 1.9em .5em .5em;-webkit-box-sizing:border-box;box-sizing:border-box;outline:0!important;-webkit-tap-highlight-color:transparent;width:100%}.emby-select[disabled]{background:0 0!important;border-color:transparent!important;color:inherit!important;-webkit-appearance:none;-moz-appearance:none;appearance:none}.selectContainer-inline>.emby-select{padding:.3em 1.9em .3em .5em;font-size:inherit}.selectContainer-inline>.emby-select[disabled]{padding:.4em 0}.emby-select::-moz-focus-inner{border:0}.emby-select-focusscale{-webkit-transition:-webkit-transform 180ms ease-out!important;-o-transition:transform 180ms ease-out!important;transition:transform 180ms ease-out!important;-webkit-transform-origin:center center;transform-origin:center center}.emby-select-focusscale:focus{-webkit-transform:scale(1.08);transform:scale(1.08);z-index:1}.emby-select+.fieldDescription{margin-top:.25em}.selectContainer{margin-bottom:1.8em;position:relative}.selectContainer-inline{display:-webkit-inline-box;display:-webkit-inline-flex;display:inline-flex;margin-bottom:0;-webkit-box-align:center;-webkit-align-items:center;align-items:center}.selectLabel{display:block;margin-bottom:.25em}.selectContainer-inline>.selectLabel{margin-bottom:0;margin-right:.5em;-webkit-flex-shrink:0;flex-shrink:0}.emby-select-withcolor{-webkit-appearance:none;-moz-appearance:none;appearance:none;-webkit-border-radius:.2em;border-radius:.2em}.selectArrowContainer{position:absolute;right:.3em;top:.27em;color:inherit;pointer-events:none}.selectContainer-inline>.selectArrowContainer{top:initial;bottom:.24em;font-size:90%}.emby-select[disabled]+.selectArrowContainer{display:none}.selectArrow{margin-top:.35em;font-size:1.7em}.emby-select-iconbutton{-webkit-align-self:flex-end;align-self:flex-end}
|
|
@ -17,6 +17,10 @@
|
|||
<input type="checkbox" is="emby-checkbox" />
|
||||
<span>${Favorite}</span>
|
||||
</label>
|
||||
<label class="viewSetting simpleFilter" data-settingname="IsResumable">
|
||||
<input type="checkbox" is="emby-checkbox" />
|
||||
<span>${Resumable}</span>
|
||||
</label>
|
||||
</div>
|
||||
</div>
|
||||
</form>
|
||||
|
|
|
@ -1,9 +1,4 @@
|
|||
{
|
||||
"ShowTitle": "Show title",
|
||||
"ShowYear": "Show year",
|
||||
"HeaderPosterOptions": "Poster Options",
|
||||
"Filters": "Filters",
|
||||
"Unplayed": "Unplayed",
|
||||
"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.",
|
||||
|
@ -623,5 +618,13 @@
|
|||
"LabelVideo": "Video:",
|
||||
"LabelSubtitles": "Subtitles:",
|
||||
"Off": "Off",
|
||||
"ShowTitles": "Show titles"
|
||||
"ShowTitle": "Show title",
|
||||
"ShowYear": "Show year",
|
||||
"HeaderPosterOptions": "Poster Options",
|
||||
"Filters": "Filters",
|
||||
"Unplayed": "Unplayed",
|
||||
"LabelTVHomeScreen": "TV mode home screen:",
|
||||
"Horizontal": "Horizontal",
|
||||
"Vertical": "Vertical",
|
||||
"GroupBySeries": "Group by series"
|
||||
}
|
|
@ -1,9 +1,4 @@
|
|||
{
|
||||
"ShowTitle": "Show title",
|
||||
"ShowYear": "Show year",
|
||||
"HeaderPosterOptions": "Poster Options",
|
||||
"Filters": "Filters",
|
||||
"Unplayed": "Unplayed",
|
||||
"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.",
|
||||
|
@ -623,5 +618,13 @@
|
|||
"LabelVideo": "Video:",
|
||||
"LabelSubtitles": "Subtitles:",
|
||||
"Off": "Off",
|
||||
"ShowTitles": "Show titles"
|
||||
"ShowTitle": "Show title",
|
||||
"ShowYear": "Show year",
|
||||
"HeaderPosterOptions": "Poster Options",
|
||||
"Filters": "Filters",
|
||||
"Unplayed": "Unplayed",
|
||||
"LabelTVHomeScreen": "TV mode home screen:",
|
||||
"Horizontal": "Horizontal",
|
||||
"Vertical": "Vertical",
|
||||
"GroupBySeries": "Group by series"
|
||||
}
|
|
@ -1,9 +1,4 @@
|
|||
{
|
||||
"ShowTitle": "Show title",
|
||||
"ShowYear": "Show year",
|
||||
"HeaderPosterOptions": "Poster Options",
|
||||
"Filters": "Filters",
|
||||
"Unplayed": "Unplayed",
|
||||
"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.",
|
||||
|
@ -22,7 +17,7 @@
|
|||
"EndsAtValue": "Ends at {0}",
|
||||
"HeaderSelectDate": "\u0418\u0437\u0431\u0438\u0440\u0430\u043d\u0435 \u043d\u0430 \u0434\u0430\u0442\u0430",
|
||||
"Watched": "\u0418\u0437\u0433\u043b\u0435\u0434\u0430\u043d\u043e",
|
||||
"Played": "Played",
|
||||
"Played": "\u041f\u0443\u0441\u043a\u0430\u043d\u043e",
|
||||
"ButtonOk": "\u0414\u043e\u0431\u0440\u0435",
|
||||
"ButtonCancel": "\u041e\u0442\u043c\u044f\u043d\u0430",
|
||||
"AccessRestrictedTryAgainLater": "Access is currently restricted. Please try again later.",
|
||||
|
@ -623,5 +618,13 @@
|
|||
"LabelVideo": "Video:",
|
||||
"LabelSubtitles": "Subtitles:",
|
||||
"Off": "Off",
|
||||
"ShowTitles": "Show titles"
|
||||
"ShowTitle": "\u041f\u043e\u043a\u0430\u0437\u0432\u0430\u043d\u0435 \u043d\u0430 \u0437\u0430\u0433\u043b\u0430\u0432\u0438\u0435\u0442\u043e",
|
||||
"ShowYear": "\u041f\u043e\u043a\u0430\u0437\u0432\u0430\u043d\u0435 \u043d\u0430 \u0433\u043e\u0434\u0438\u043d\u0430\u0442\u0430",
|
||||
"HeaderPosterOptions": "Poster Options",
|
||||
"Filters": "\u0424\u0438\u043b\u0442\u0440\u0438",
|
||||
"Unplayed": "Unplayed",
|
||||
"LabelTVHomeScreen": "TV mode home screen:",
|
||||
"Horizontal": "Horizontal",
|
||||
"Vertical": "Vertical",
|
||||
"GroupBySeries": "Group by series"
|
||||
}
|
|
@ -1,9 +1,4 @@
|
|||
{
|
||||
"ShowTitle": "Show title",
|
||||
"ShowYear": "Show year",
|
||||
"HeaderPosterOptions": "Poster Options",
|
||||
"Filters": "Filters",
|
||||
"Unplayed": "Unplayed",
|
||||
"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.",
|
||||
|
@ -623,5 +618,13 @@
|
|||
"LabelVideo": "Video:",
|
||||
"LabelSubtitles": "Subtitles:",
|
||||
"Off": "Off",
|
||||
"ShowTitles": "Show titles"
|
||||
"ShowTitle": "Show title",
|
||||
"ShowYear": "Show year",
|
||||
"HeaderPosterOptions": "Poster Options",
|
||||
"Filters": "Filters",
|
||||
"Unplayed": "Unplayed",
|
||||
"LabelTVHomeScreen": "TV mode home screen:",
|
||||
"Horizontal": "Horizontal",
|
||||
"Vertical": "Vertical",
|
||||
"GroupBySeries": "Group by series"
|
||||
}
|
|
@ -1,9 +1,4 @@
|
|||
{
|
||||
"ShowTitle": "Show title",
|
||||
"ShowYear": "Show year",
|
||||
"HeaderPosterOptions": "Poster Options",
|
||||
"Filters": "Filters",
|
||||
"Unplayed": "Unplayed",
|
||||
"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.",
|
||||
|
@ -623,5 +618,13 @@
|
|||
"LabelVideo": "Video:",
|
||||
"LabelSubtitles": "Titulky:",
|
||||
"Off": "Vypnuto",
|
||||
"ShowTitles": "Show titles"
|
||||
"ShowTitle": "Show title",
|
||||
"ShowYear": "Show year",
|
||||
"HeaderPosterOptions": "Poster Options",
|
||||
"Filters": "Filters",
|
||||
"Unplayed": "Unplayed",
|
||||
"LabelTVHomeScreen": "TV mode home screen:",
|
||||
"Horizontal": "Horizontal",
|
||||
"Vertical": "Vertical",
|
||||
"GroupBySeries": "Group by series"
|
||||
}
|
|
@ -1,9 +1,4 @@
|
|||
{
|
||||
"ShowTitle": "Show title",
|
||||
"ShowYear": "Show year",
|
||||
"HeaderPosterOptions": "Poster Options",
|
||||
"Filters": "Filters",
|
||||
"Unplayed": "Unplayed",
|
||||
"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.",
|
||||
|
@ -623,5 +618,13 @@
|
|||
"LabelVideo": "Video:",
|
||||
"LabelSubtitles": "Subtitles:",
|
||||
"Off": "Off",
|
||||
"ShowTitles": "Show titles"
|
||||
"ShowTitle": "Show title",
|
||||
"ShowYear": "Show year",
|
||||
"HeaderPosterOptions": "Poster Options",
|
||||
"Filters": "Filters",
|
||||
"Unplayed": "Unplayed",
|
||||
"LabelTVHomeScreen": "TV mode home screen:",
|
||||
"Horizontal": "Horizontal",
|
||||
"Vertical": "Vertical",
|
||||
"GroupBySeries": "Group by series"
|
||||
}
|
|
@ -1,9 +1,4 @@
|
|||
{
|
||||
"ShowTitle": "Show title",
|
||||
"ShowYear": "Show year",
|
||||
"HeaderPosterOptions": "Poster Options",
|
||||
"Filters": "Filters",
|
||||
"Unplayed": "Unplayed",
|
||||
"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).",
|
||||
|
@ -623,5 +618,13 @@
|
|||
"LabelVideo": "Video:",
|
||||
"LabelSubtitles": "Subtitles:",
|
||||
"Off": "Off",
|
||||
"ShowTitles": "Show titles"
|
||||
"ShowTitle": "Show title",
|
||||
"ShowYear": "Show year",
|
||||
"HeaderPosterOptions": "Poster Options",
|
||||
"Filters": "Filters",
|
||||
"Unplayed": "Unplayed",
|
||||
"LabelTVHomeScreen": "TV mode home screen:",
|
||||
"Horizontal": "Horizontal",
|
||||
"Vertical": "Vertical",
|
||||
"GroupBySeries": "Group by series"
|
||||
}
|
|
@ -1,9 +1,4 @@
|
|||
{
|
||||
"ShowTitle": "Show title",
|
||||
"ShowYear": "Show year",
|
||||
"HeaderPosterOptions": "Poster Options",
|
||||
"Filters": "Filters",
|
||||
"Unplayed": "Unplayed",
|
||||
"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": "\u0391\u03bd \u03ad\u03c7\u03b5\u03c4\u03b5 \u03b5\u03bd\u03b5\u03c1\u03b3\u03ae \u03c3\u03c5\u03bd\u03b4\u03c1\u03bf\u03bc\u03ae Emby Premiere, \u03b2\u03b5\u03b2\u03b1\u03b9\u03c9\u03b8\u03b5\u03af\u03c4\u03b5 \u03cc\u03c4\u03b9 \u03ad\u03c7\u03b5\u03c4\u03b5 \u03c1\u03c5\u03b8\u03bc\u03af\u03c3\u03b5\u03b9 \u03c4\u03bf Emby Premiere \u03c3\u03c4\u03bf\u03bd \u03c0\u03af\u03bd\u03b1\u03ba\u03b1 \u03b5\u03bb\u03ad\u03b3\u03c7\u03bf\u03c5 \u03c4\u03bf\u03c5 Emby Server, \u03c3\u03c4\u03bf\u03bd \u03bf\u03c0\u03bf\u03af\u03bf \u03bc\u03c0\u03bf\u03c1\u03b5\u03af\u03c4\u03b5 \u03bd\u03b1 \u03ad\u03c7\u03b5\u03c4\u03b5 \u03c0\u03c1\u03cc\u03c3\u03b2\u03b1\u03c3\u03b7 \u03ba\u03ac\u03bd\u03bf\u03bd\u03c4\u03b1\u03c2 \u03ba\u03bb\u03b9\u03ba \u03c3\u03c4\u03bf Emby Premiere \u03c3\u03c4\u03bf \u03ba\u03cd\u03c1\u03b9\u03bf \u03bc\u03b5\u03bd\u03bf\u03cd.",
|
||||
|
@ -623,5 +618,13 @@
|
|||
"LabelVideo": "\u0392\u03af\u03bd\u03c4\u03b5\u03bf:",
|
||||
"LabelSubtitles": "\u03a5\u03c0\u03cc\u03c4\u03b9\u03c4\u03bb\u03bf\u03b9:",
|
||||
"Off": "\u039a\u03bb\u03b5\u03b9\u03c3\u03c4\u03cc",
|
||||
"ShowTitles": "Show titles"
|
||||
"ShowTitle": "Show title",
|
||||
"ShowYear": "Show year",
|
||||
"HeaderPosterOptions": "Poster Options",
|
||||
"Filters": "Filters",
|
||||
"Unplayed": "Unplayed",
|
||||
"LabelTVHomeScreen": "TV mode home screen:",
|
||||
"Horizontal": "Horizontal",
|
||||
"Vertical": "Vertical",
|
||||
"GroupBySeries": "Group by series"
|
||||
}
|
|
@ -1,9 +1,4 @@
|
|||
{
|
||||
"ShowTitle": "Show title",
|
||||
"ShowYear": "Show year",
|
||||
"HeaderPosterOptions": "Poster Options",
|
||||
"Filters": "Filters",
|
||||
"Unplayed": "Unplayed",
|
||||
"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.",
|
||||
|
@ -623,5 +618,13 @@
|
|||
"LabelVideo": "Video:",
|
||||
"LabelSubtitles": "Subtitles:",
|
||||
"Off": "Off",
|
||||
"ShowTitles": "Show titles"
|
||||
"ShowTitle": "Show title",
|
||||
"ShowYear": "Show year",
|
||||
"HeaderPosterOptions": "Poster Options",
|
||||
"Filters": "Filters",
|
||||
"Unplayed": "Unplayed",
|
||||
"LabelTVHomeScreen": "TV mode home screen:",
|
||||
"Horizontal": "Horizontal",
|
||||
"Vertical": "Vertical",
|
||||
"GroupBySeries": "Group by series"
|
||||
}
|
|
@ -620,7 +620,11 @@
|
|||
"Off": "Off",
|
||||
"ShowTitle": "Show title",
|
||||
"ShowYear": "Show year",
|
||||
"HeaderPosterOptions": "Poster Options",
|
||||
"Filters": "Filters",
|
||||
"Unplayed": "Unplayed"
|
||||
"Unplayed": "Unplayed",
|
||||
"LabelTVHomeScreen": "TV mode home screen:",
|
||||
"Horizontal": "Horizontal",
|
||||
"Vertical": "Vertical",
|
||||
"GroupBySeries": "Group by series",
|
||||
"Resumable": "Resumable"
|
||||
}
|
|
@ -1,9 +1,4 @@
|
|||
{
|
||||
"ShowTitle": "Show title",
|
||||
"ShowYear": "Show year",
|
||||
"HeaderPosterOptions": "Poster Options",
|
||||
"Filters": "Filters",
|
||||
"Unplayed": "Unplayed",
|
||||
"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.",
|
||||
|
@ -623,5 +618,13 @@
|
|||
"LabelVideo": "Video:",
|
||||
"LabelSubtitles": "Subtitles:",
|
||||
"Off": "Off",
|
||||
"ShowTitles": "Show titles"
|
||||
"ShowTitle": "Show title",
|
||||
"ShowYear": "Show year",
|
||||
"HeaderPosterOptions": "Poster Options",
|
||||
"Filters": "Filters",
|
||||
"Unplayed": "Unplayed",
|
||||
"LabelTVHomeScreen": "TV mode home screen:",
|
||||
"Horizontal": "Horizontal",
|
||||
"Vertical": "Vertical",
|
||||
"GroupBySeries": "Group by series"
|
||||
}
|
|
@ -1,9 +1,4 @@
|
|||
{
|
||||
"ShowTitle": "Mostrar titulo",
|
||||
"ShowYear": "Mostrar a\u00f1o",
|
||||
"HeaderPosterOptions": "Opciones de Poster",
|
||||
"Filters": "Filtros",
|
||||
"Unplayed": "No reproducido",
|
||||
"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.",
|
||||
|
@ -623,5 +618,13 @@
|
|||
"LabelVideo": "Video:",
|
||||
"LabelSubtitles": "Subt\u00edtulos:",
|
||||
"Off": "Apagar",
|
||||
"ShowTitles": "Mostrar t\u00edtulos"
|
||||
"ShowTitle": "Mostrar titulo",
|
||||
"ShowYear": "Mostrar a\u00f1o",
|
||||
"HeaderPosterOptions": "Opciones de Poster",
|
||||
"Filters": "Filtros",
|
||||
"Unplayed": "No reproducido",
|
||||
"LabelTVHomeScreen": "Modo de pantalla de TV:",
|
||||
"Horizontal": "Horizontal",
|
||||
"Vertical": "Vertical",
|
||||
"GroupBySeries": "Agrupar por series"
|
||||
}
|
|
@ -1,9 +1,4 @@
|
|||
{
|
||||
"ShowTitle": "Show title",
|
||||
"ShowYear": "Show year",
|
||||
"HeaderPosterOptions": "Poster Options",
|
||||
"Filters": "Filters",
|
||||
"Unplayed": "Unplayed",
|
||||
"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.",
|
||||
|
@ -623,5 +618,13 @@
|
|||
"LabelVideo": "Video:",
|
||||
"LabelSubtitles": "Subtitles:",
|
||||
"Off": "Off",
|
||||
"ShowTitles": "Show titles"
|
||||
"ShowTitle": "Show title",
|
||||
"ShowYear": "Show year",
|
||||
"HeaderPosterOptions": "Poster Options",
|
||||
"Filters": "Filters",
|
||||
"Unplayed": "Unplayed",
|
||||
"LabelTVHomeScreen": "TV mode home screen:",
|
||||
"Horizontal": "Horizontal",
|
||||
"Vertical": "Vertical",
|
||||
"GroupBySeries": "Group by series"
|
||||
}
|
|
@ -1,9 +1,4 @@
|
|||
{
|
||||
"ShowTitle": "Show title",
|
||||
"ShowYear": "Show year",
|
||||
"HeaderPosterOptions": "Poster Options",
|
||||
"Filters": "Filters",
|
||||
"Unplayed": "Unplayed",
|
||||
"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.",
|
||||
|
@ -623,5 +618,13 @@
|
|||
"LabelVideo": "Video:",
|
||||
"LabelSubtitles": "Subtitles:",
|
||||
"Off": "Off",
|
||||
"ShowTitles": "Show titles"
|
||||
"ShowTitle": "Show title",
|
||||
"ShowYear": "Show year",
|
||||
"HeaderPosterOptions": "Poster Options",
|
||||
"Filters": "Filters",
|
||||
"Unplayed": "Unplayed",
|
||||
"LabelTVHomeScreen": "TV mode home screen:",
|
||||
"Horizontal": "Horizontal",
|
||||
"Vertical": "Vertical",
|
||||
"GroupBySeries": "Group by series"
|
||||
}
|
|
@ -1,9 +1,4 @@
|
|||
{
|
||||
"ShowTitle": "Show title",
|
||||
"ShowYear": "Show year",
|
||||
"HeaderPosterOptions": "Poster Options",
|
||||
"Filters": "Filters",
|
||||
"Unplayed": "Unplayed",
|
||||
"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.",
|
||||
|
@ -623,5 +618,13 @@
|
|||
"LabelVideo": "Video:",
|
||||
"LabelSubtitles": "Subtitles:",
|
||||
"Off": "Off",
|
||||
"ShowTitles": "Show titles"
|
||||
"ShowTitle": "Show title",
|
||||
"ShowYear": "Show year",
|
||||
"HeaderPosterOptions": "Poster Options",
|
||||
"Filters": "Filters",
|
||||
"Unplayed": "Unplayed",
|
||||
"LabelTVHomeScreen": "TV mode home screen:",
|
||||
"Horizontal": "Horizontal",
|
||||
"Vertical": "Vertical",
|
||||
"GroupBySeries": "Group by series"
|
||||
}
|
|
@ -1,9 +1,4 @@
|
|||
{
|
||||
"ShowTitle": "Montrer le titre",
|
||||
"ShowYear": "Show year",
|
||||
"HeaderPosterOptions": "Poster Options",
|
||||
"Filters": "Filters",
|
||||
"Unplayed": "Unplayed",
|
||||
"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",
|
||||
|
@ -623,5 +618,13 @@
|
|||
"LabelVideo": "Vid\u00e9o:",
|
||||
"LabelSubtitles": "Sous-titres:",
|
||||
"Off": "D\u00e9sactiv\u00e9s",
|
||||
"ShowTitles": "Afficher les titres"
|
||||
"ShowTitle": "Montrer le titre",
|
||||
"ShowYear": "Voir l'ann\u00e9e",
|
||||
"HeaderPosterOptions": "Options des Posters",
|
||||
"Filters": "Filtres",
|
||||
"Unplayed": "Non lu",
|
||||
"LabelTVHomeScreen": "\u00c9cran d'accueil du mode TV:",
|
||||
"Horizontal": "Horizontal",
|
||||
"Vertical": "Verticale",
|
||||
"GroupBySeries": "Grouper par s\u00e9ries"
|
||||
}
|
|
@ -1,9 +1,4 @@
|
|||
{
|
||||
"ShowTitle": "Show title",
|
||||
"ShowYear": "Show year",
|
||||
"HeaderPosterOptions": "Poster Options",
|
||||
"Filters": "Filters",
|
||||
"Unplayed": "Unplayed",
|
||||
"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.",
|
||||
|
@ -623,5 +618,13 @@
|
|||
"LabelVideo": "Video:",
|
||||
"LabelSubtitles": "Subtitles:",
|
||||
"Off": "Off",
|
||||
"ShowTitles": "Show titles"
|
||||
"ShowTitle": "Show title",
|
||||
"ShowYear": "Show year",
|
||||
"HeaderPosterOptions": "Poster Options",
|
||||
"Filters": "Filters",
|
||||
"Unplayed": "Unplayed",
|
||||
"LabelTVHomeScreen": "TV mode home screen:",
|
||||
"Horizontal": "Horizontal",
|
||||
"Vertical": "Vertical",
|
||||
"GroupBySeries": "Group by series"
|
||||
}
|
|
@ -1,9 +1,4 @@
|
|||
{
|
||||
"ShowTitle": "Show title",
|
||||
"ShowYear": "Show year",
|
||||
"HeaderPosterOptions": "Poster Options",
|
||||
"Filters": "Filters",
|
||||
"Unplayed": "Unplayed",
|
||||
"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.",
|
||||
|
@ -623,5 +618,13 @@
|
|||
"LabelVideo": "Video:",
|
||||
"LabelSubtitles": "Subtitles:",
|
||||
"Off": "Off",
|
||||
"ShowTitles": "Show titles"
|
||||
"ShowTitle": "Show title",
|
||||
"ShowYear": "Show year",
|
||||
"HeaderPosterOptions": "Poster Options",
|
||||
"Filters": "Filters",
|
||||
"Unplayed": "Unplayed",
|
||||
"LabelTVHomeScreen": "TV mode home screen:",
|
||||
"Horizontal": "Horizontal",
|
||||
"Vertical": "Vertical",
|
||||
"GroupBySeries": "Group by series"
|
||||
}
|
|
@ -1,9 +1,4 @@
|
|||
{
|
||||
"ShowTitle": "Show title",
|
||||
"ShowYear": "Show year",
|
||||
"HeaderPosterOptions": "Poster Options",
|
||||
"Filters": "Filters",
|
||||
"Unplayed": "Unplayed",
|
||||
"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.",
|
||||
|
@ -623,5 +618,13 @@
|
|||
"LabelVideo": "Video:",
|
||||
"LabelSubtitles": "Subtitles:",
|
||||
"Off": "Off",
|
||||
"ShowTitles": "Show titles"
|
||||
"ShowTitle": "Show title",
|
||||
"ShowYear": "Show year",
|
||||
"HeaderPosterOptions": "Poster Options",
|
||||
"Filters": "Filters",
|
||||
"Unplayed": "Unplayed",
|
||||
"LabelTVHomeScreen": "TV mode home screen:",
|
||||
"Horizontal": "Horizontal",
|
||||
"Vertical": "Vertical",
|
||||
"GroupBySeries": "Group by series"
|
||||
}
|
|
@ -1,9 +1,4 @@
|
|||
{
|
||||
"ShowTitle": "Show title",
|
||||
"ShowYear": "Show year",
|
||||
"HeaderPosterOptions": "Poster Options",
|
||||
"Filters": "Filters",
|
||||
"Unplayed": "Unplayed",
|
||||
"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.",
|
||||
|
@ -623,5 +618,13 @@
|
|||
"LabelVideo": "Video:",
|
||||
"LabelSubtitles": "Subtitles:",
|
||||
"Off": "Off",
|
||||
"ShowTitles": "Show titles"
|
||||
"ShowTitle": "Show title",
|
||||
"ShowYear": "Show year",
|
||||
"HeaderPosterOptions": "Poster Options",
|
||||
"Filters": "Filters",
|
||||
"Unplayed": "Unplayed",
|
||||
"LabelTVHomeScreen": "TV mode home screen:",
|
||||
"Horizontal": "Horizontal",
|
||||
"Vertical": "Vertical",
|
||||
"GroupBySeries": "Group by series"
|
||||
}
|
|
@ -1,9 +1,4 @@
|
|||
{
|
||||
"ShowTitle": "Show title",
|
||||
"ShowYear": "Show year",
|
||||
"HeaderPosterOptions": "Poster Options",
|
||||
"Filters": "Filters",
|
||||
"Unplayed": "Unplayed",
|
||||
"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.",
|
||||
|
@ -623,5 +618,13 @@
|
|||
"LabelVideo": "Video:",
|
||||
"LabelSubtitles": "Subtitles:",
|
||||
"Off": "Off",
|
||||
"ShowTitles": "Show titles"
|
||||
"ShowTitle": "Show title",
|
||||
"ShowYear": "Show year",
|
||||
"HeaderPosterOptions": "Poster Options",
|
||||
"Filters": "Filters",
|
||||
"Unplayed": "Unplayed",
|
||||
"LabelTVHomeScreen": "TV mode home screen:",
|
||||
"Horizontal": "Horizontal",
|
||||
"Vertical": "Vertical",
|
||||
"GroupBySeries": "Group by series"
|
||||
}
|
|
@ -1,9 +1,4 @@
|
|||
{
|
||||
"ShowTitle": "Show title",
|
||||
"ShowYear": "Show year",
|
||||
"HeaderPosterOptions": "Poster Options",
|
||||
"Filters": "Filters",
|
||||
"Unplayed": "Unplayed",
|
||||
"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.",
|
||||
|
@ -623,5 +618,13 @@
|
|||
"LabelVideo": "Video:",
|
||||
"LabelSubtitles": "Sottotitoli:",
|
||||
"Off": "Spento",
|
||||
"ShowTitles": "Show titles"
|
||||
"ShowTitle": "Show title",
|
||||
"ShowYear": "Show year",
|
||||
"HeaderPosterOptions": "Poster Options",
|
||||
"Filters": "Filters",
|
||||
"Unplayed": "Unplayed",
|
||||
"LabelTVHomeScreen": "TV mode home screen:",
|
||||
"Horizontal": "Horizontal",
|
||||
"Vertical": "Vertical",
|
||||
"GroupBySeries": "Group by series"
|
||||
}
|
|
@ -1,9 +1,4 @@
|
|||
{
|
||||
"ShowTitle": "Show title",
|
||||
"ShowYear": "Show year",
|
||||
"HeaderPosterOptions": "Poster Options",
|
||||
"Filters": "Filters",
|
||||
"Unplayed": "Unplayed",
|
||||
"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.",
|
||||
|
@ -623,5 +618,13 @@
|
|||
"LabelVideo": "\u0411\u0435\u0439\u043d\u0435:",
|
||||
"LabelSubtitles": "\u0421\u0443\u0431\u0442\u0438\u0442\u0440\u043b\u0435\u0440:",
|
||||
"Off": "\u04e8\u0448\u0456\u0440",
|
||||
"ShowTitles": "Show titles"
|
||||
"ShowTitle": "\u041a\u04e9\u0440\u0441\u0435\u0442\u0456\u043c \u0430\u0442\u0430\u0443\u044b",
|
||||
"ShowYear": "\u041a\u04e9\u0440\u0441\u0435\u0442\u0456\u043c \u0436\u044b\u043b\u044b",
|
||||
"HeaderPosterOptions": "\u0416\u0430\u0440\u049b\u0430\u0493\u0430\u0437 \u043e\u043f\u0446\u0438\u044f\u043b\u0430\u0440\u044b",
|
||||
"Filters": "\u0421\u04af\u0437\u0433\u0456\u043b\u0435\u0440",
|
||||
"Unplayed": "\u041e\u0439\u043d\u0430\u0442\u044b\u043b\u043c\u0430\u0493\u0430\u043d",
|
||||
"LabelTVHomeScreen": "TV mode home screen:",
|
||||
"Horizontal": "Horizontal",
|
||||
"Vertical": "Vertical",
|
||||
"GroupBySeries": "Group by series"
|
||||
}
|
|
@ -1,9 +1,4 @@
|
|||
{
|
||||
"ShowTitle": "Show title",
|
||||
"ShowYear": "Show year",
|
||||
"HeaderPosterOptions": "Poster Options",
|
||||
"Filters": "Filters",
|
||||
"Unplayed": "Unplayed",
|
||||
"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.",
|
||||
|
@ -623,5 +618,13 @@
|
|||
"LabelVideo": "Video:",
|
||||
"LabelSubtitles": "Subtitles:",
|
||||
"Off": "Off",
|
||||
"ShowTitles": "Show titles"
|
||||
"ShowTitle": "Show title",
|
||||
"ShowYear": "Show year",
|
||||
"HeaderPosterOptions": "Poster Options",
|
||||
"Filters": "Filters",
|
||||
"Unplayed": "Unplayed",
|
||||
"LabelTVHomeScreen": "TV mode home screen:",
|
||||
"Horizontal": "Horizontal",
|
||||
"Vertical": "Vertical",
|
||||
"GroupBySeries": "Group by series"
|
||||
}
|
|
@ -1,9 +1,4 @@
|
|||
{
|
||||
"ShowTitle": "Show title",
|
||||
"ShowYear": "Show year",
|
||||
"HeaderPosterOptions": "Poster Options",
|
||||
"Filters": "Filters",
|
||||
"Unplayed": "Unplayed",
|
||||
"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.",
|
||||
|
@ -623,5 +618,13 @@
|
|||
"LabelVideo": "Video:",
|
||||
"LabelSubtitles": "Subtitles:",
|
||||
"Off": "Off",
|
||||
"ShowTitles": "Show titles"
|
||||
"ShowTitle": "Show title",
|
||||
"ShowYear": "Show year",
|
||||
"HeaderPosterOptions": "Poster Options",
|
||||
"Filters": "Filters",
|
||||
"Unplayed": "Unplayed",
|
||||
"LabelTVHomeScreen": "TV mode home screen:",
|
||||
"Horizontal": "Horizontal",
|
||||
"Vertical": "Vertical",
|
||||
"GroupBySeries": "Group by series"
|
||||
}
|
|
@ -1,9 +1,4 @@
|
|||
{
|
||||
"ShowTitle": "Show title",
|
||||
"ShowYear": "Show year",
|
||||
"HeaderPosterOptions": "Poster Options",
|
||||
"Filters": "Filters",
|
||||
"Unplayed": "Unplayed",
|
||||
"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.",
|
||||
|
@ -623,5 +618,13 @@
|
|||
"LabelVideo": "Video:",
|
||||
"LabelSubtitles": "Subtitles:",
|
||||
"Off": "Off",
|
||||
"ShowTitles": "Show titles"
|
||||
"ShowTitle": "Show title",
|
||||
"ShowYear": "Show year",
|
||||
"HeaderPosterOptions": "Poster Options",
|
||||
"Filters": "Filters",
|
||||
"Unplayed": "Unplayed",
|
||||
"LabelTVHomeScreen": "TV mode home screen:",
|
||||
"Horizontal": "Horizontal",
|
||||
"Vertical": "Vertical",
|
||||
"GroupBySeries": "Group by series"
|
||||
}
|
|
@ -1,9 +1,4 @@
|
|||
{
|
||||
"ShowTitle": "Show title",
|
||||
"ShowYear": "Show year",
|
||||
"HeaderPosterOptions": "Poster Options",
|
||||
"Filters": "Filters",
|
||||
"Unplayed": "Unplayed",
|
||||
"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.",
|
||||
|
@ -623,5 +618,13 @@
|
|||
"LabelVideo": "Video:",
|
||||
"LabelSubtitles": "Subtitles:",
|
||||
"Off": "Off",
|
||||
"ShowTitles": "Show titles"
|
||||
"ShowTitle": "Show title",
|
||||
"ShowYear": "Show year",
|
||||
"HeaderPosterOptions": "Poster Options",
|
||||
"Filters": "Filters",
|
||||
"Unplayed": "Unplayed",
|
||||
"LabelTVHomeScreen": "TV mode home screen:",
|
||||
"Horizontal": "Horizontal",
|
||||
"Vertical": "Vertical",
|
||||
"GroupBySeries": "Group by series"
|
||||
}
|
|
@ -1,9 +1,4 @@
|
|||
{
|
||||
"ShowTitle": "Show title",
|
||||
"ShowYear": "Show year",
|
||||
"HeaderPosterOptions": "Poster Options",
|
||||
"Filters": "Filters",
|
||||
"Unplayed": "Unplayed",
|
||||
"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.",
|
||||
|
@ -11,7 +6,7 @@
|
|||
"Share": "Delen",
|
||||
"Add": "Toevoegen",
|
||||
"ServerUpdateNeeded": "Deze Emby Server moet worden bijgewerkt. Om de laatste versie te downloaden, gaat u naar {0}",
|
||||
"LiveTvRequiresUnlock": "Live TV requires an active Emby Premiere subscription.",
|
||||
"LiveTvRequiresUnlock": "Live TV vereist een actief Emby Premiere lidmaatschap",
|
||||
"AttributeNew": "Nieuw",
|
||||
"Premiere": "Premiere",
|
||||
"Live": "Live",
|
||||
|
@ -21,7 +16,7 @@
|
|||
"OriginalAirDateValue": "Originele uitzenddatum: {0}",
|
||||
"EndsAtValue": "Eindigt om {0}",
|
||||
"HeaderSelectDate": "Selecteer Datum",
|
||||
"Watched": "Watched",
|
||||
"Watched": "Bekeken",
|
||||
"Played": "Afgespeeld",
|
||||
"ButtonOk": "Ok",
|
||||
"ButtonCancel": "Annuleren",
|
||||
|
@ -47,9 +42,9 @@
|
|||
"Downloads": "Downloads",
|
||||
"HeaderMyDownloads": "Mijn Downloads",
|
||||
"HeaderOfflineDownloads": "Offline Media",
|
||||
"HeaderOfflineDownloadsDescription": "Download media naar je apparaten voor gemakkelijk offlineebruik.",
|
||||
"HeaderOfflineDownloadsDescription": "Download media naar uw apparaten voor gemakkelijk offline gebruik.",
|
||||
"CloudSyncFeatureDescription": "Synchroniseer uw media naar de cloud voor eenvoudige backup, archivering en conversie.",
|
||||
"LiveTvFeatureDescription": "Stream Live TV to any Emby app, with a compatible TV tuner device installed on your Emby Server.",
|
||||
"LiveTvFeatureDescription": "Stream Live TV naar een Emby app, met een compatible TV tuner apparaat in uw Emby Server.",
|
||||
"DvrFeatureDescription": "Plan individuele Live TV opnames, serie opnames en meer met Emby DVR.",
|
||||
"CinemaModeFeatureDescription": "Bioscoop mode geeft u de ware bioscoopervaring met trailers en aangepaste intro's voor de weergave van uw keuze.",
|
||||
"HeaderFreeApps": "Gratis Emby Apps",
|
||||
|
@ -77,27 +72,27 @@
|
|||
"NewCollection": "Nieuwe Collectie",
|
||||
"LabelCollection": "Collectie",
|
||||
"Help": "Hulp",
|
||||
"LabelDisplayMode": "Display mode:",
|
||||
"LabelDisplayMode": "Weergave mode:",
|
||||
"Desktop": "Desktop",
|
||||
"Mobile": "Mobile \/ Tablet",
|
||||
"Mobile": "Mobiel \/ 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.",
|
||||
"DisplayModeHelp": "Selecteer het scherm type waar u Emby op draait",
|
||||
"LabelDisplayLanguage": "Schermtaal:",
|
||||
"LabelDisplayLanguageHelp": "Vertaling van Emby is een voortdurend project.",
|
||||
"LearnHowYouCanContribute": "Lees meer over hoe u kunt bijdragen.",
|
||||
"NewCollectionHelp": "Collecties maken het u mogelijk om gepersonaliseerde groeperingen van films en andere bibliotheek inhoud te maken.",
|
||||
"SearchForCollectionInternetMetadata": "Zoeken op het internet voor afbeeldingen en metadata",
|
||||
"DisplayMissingEpisodesWithinSeasons": "Display missing episodes within seasons",
|
||||
"DisplayMissingEpisodesWithinSeasonsHelp": "This must also be enabled for TV libraries in Emby Server setup.",
|
||||
"EnableThemeSongs": "Enable theme songs",
|
||||
"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:",
|
||||
"DisplayMissingEpisodesWithinSeasons": "Toon ontbrekende afleveringen binnen een seizoen",
|
||||
"DisplayMissingEpisodesWithinSeasonsHelp": "Dit moet ook worden ingeschakeld voor TV bibliotheken in Emby Server setup.",
|
||||
"EnableThemeSongs": "Herkenningsmelodie inschakelen",
|
||||
"EnableBackdrops": "Achtergronden inschakelen",
|
||||
"EnableThemeSongsHelp": "Indien ingeschakeld, zal de herkenningsmelodie tijdens het bladeren op de achtergrond worden afgespeeld.",
|
||||
"EnableBackdropsHelp": "Indien ingeschakeld, zullen achtergrondafbeeldingen tijdens het bladeren op de achtergrond worden getoond.",
|
||||
"EnableThemeVideos": "Inschakelen thema video's",
|
||||
"EnableThemeVideosHelp": "Indien ingeschakeld, zullen thema video's tijdens het bladeren op de achtergrond worden afgespeeld.",
|
||||
"RunAtStartup": "Uitvoeren bij opstarten",
|
||||
"LabelScreensaver": "Schermbeveiliging:",
|
||||
"LabelSoundEffects": "Geluidseffecten:",
|
||||
"LabelSkin": "Skin:",
|
||||
"LabelName": "Naam:",
|
||||
"NewCollectionNameExample": "Voorbeeld: Star Wars Collectie",
|
||||
|
@ -107,8 +102,8 @@
|
|||
"AddToPlaylist": "Toevoegen aan afspeellijst",
|
||||
"HeaderAddToPlaylist": "Toevoegen aan Afspeellijst",
|
||||
"Subtitles": "Ondertiteling",
|
||||
"LabelTheme": "Theme:",
|
||||
"LabelDashboardTheme": "Server dashboard theme:",
|
||||
"LabelTheme": "Thema:",
|
||||
"LabelDashboardTheme": "Server dashboard thema:",
|
||||
"SearchForSubtitles": "Zoeken naar ondertitels",
|
||||
"LabelLanguage": "Taal:",
|
||||
"Search": "Zoeken",
|
||||
|
@ -167,7 +162,7 @@
|
|||
"VoiceInput": "Spraak invoer",
|
||||
"LabelContentType": "Inhoud type:",
|
||||
"LabelPath": "Pad:",
|
||||
"Playlists": "Playlists",
|
||||
"Playlists": "Afspeellijsten",
|
||||
"LabelTitle": "Titel:",
|
||||
"LabelOriginalTitle": "Orginele titel:",
|
||||
"LabelSortTitle": "Sorteer titel:",
|
||||
|
@ -176,7 +171,7 @@
|
|||
"LabelStatus": "Status:",
|
||||
"LabelArtists": "Artiest:",
|
||||
"LabelArtistsHelp": "Scheidt meerdere met een ;",
|
||||
"HeaderAlbumArtists": "Album Artists",
|
||||
"HeaderAlbumArtists": "Album Artiesten",
|
||||
"LabelAlbumArtists": "Album artiesten:",
|
||||
"LabelAlbum": "Album:",
|
||||
"Artists": "Artiesten",
|
||||
|
@ -198,9 +193,9 @@
|
|||
"Label3DFormat": "3D formaat",
|
||||
"FormatValue": "Formaat: {0}",
|
||||
"DownloadsValue": "Downloads: {0}",
|
||||
"PerfectMatch": "Perfect match",
|
||||
"EnableExternalVideoPlayers": "Enable external video players",
|
||||
"EnableExternalVideoPlayersHelp": "An external player menu will be shown when starting video playback.",
|
||||
"PerfectMatch": "Perfecte match",
|
||||
"EnableExternalVideoPlayers": "Externe video spelers inschakelen",
|
||||
"EnableExternalVideoPlayersHelp": "Een menu voor externe spelers zal worden getoond bij het afspelen van video's",
|
||||
"HeaderAlternateEpisodeNumbers": "Afwijkende afleveringsnummers",
|
||||
"LabelDvdSeasonNumber": "Dvd seizoensnummer:",
|
||||
"LabelDvdEpisodeNumber": "Dvd afleveringsnummer:",
|
||||
|
@ -209,10 +204,10 @@
|
|||
"LabelAirsBeforeSeason": "Uitgezonden voor seizoen:",
|
||||
"LabelAirsAfterSeason": "Uitgezonden na seizoen:",
|
||||
"LabelAirsBeforeEpisode": "Uitgezonden voor aflevering:",
|
||||
"HeaderExternalIds": "External Ids:",
|
||||
"HeaderExternalIds": "Externe id's:",
|
||||
"HeaderDisplaySettings": "Weergave instellingen",
|
||||
"LabelDisplayOrder": "Weergave volgorde:",
|
||||
"Display": "Display",
|
||||
"Display": "Weergave",
|
||||
"Countries": "Landen",
|
||||
"Genres": "Genres",
|
||||
"Studios": "Studio's",
|
||||
|
@ -232,8 +227,8 @@
|
|||
"LabelEpisodeNumber": "Afleveringsnummer:",
|
||||
"LabelTrackNumber": "Tracknummer:",
|
||||
"LabelNumber": "Nummer:",
|
||||
"LabelDiscNumber": "Disc number:",
|
||||
"LabelParentNumber": "Parent number:",
|
||||
"LabelDiscNumber": "Disk nummer:",
|
||||
"LabelParentNumber": "Bovenliggend nummer:",
|
||||
"SortName": "Sorteerbaar",
|
||||
"ReleaseDate": "Uitgave datum",
|
||||
"Continuing": "Wordt vervolgd...",
|
||||
|
@ -257,13 +252,13 @@
|
|||
"GuestStar": "Gast ster",
|
||||
"Producer": "Producent",
|
||||
"Writer": "Schrijver",
|
||||
"MessageNoSyncJobsFound": "No downloads found. Create download jobs using the Download buttons found throughout the app.",
|
||||
"MessageNoDownloadsFound": "No offline downloads. Download your media for offline use by clicking Download throughout the app.",
|
||||
"MessageNoSyncJobsFound": "Geen downloads gevonden. Maak download taken met behulp van de Download knoppen in de app.",
|
||||
"MessageNoDownloadsFound": "Geen offline downloads. Maak uw media offline beschikbaar door in de app op Download te klikken.",
|
||||
"InstallingPackage": "Installeren van {0}",
|
||||
"PackageInstallCompleted": "{0} installatie voltooid.",
|
||||
"PackageInstallFailed": "{0} installatie is mislukt.",
|
||||
"PackageInstallCancelled": "{0} installatie geannuleerd.",
|
||||
"SeriesYearToPresent": "{0} - Present",
|
||||
"SeriesYearToPresent": "{0} - Heden",
|
||||
"ValueOneItem": "1 item",
|
||||
"ValueOneSong": "1 titel",
|
||||
"ValueSongCount": "{0} titels",
|
||||
|
@ -281,9 +276,9 @@
|
|||
"ValueMusicVideoCount": "{0} muziek video's",
|
||||
"ValueMinutes": "{0} min",
|
||||
"Albums": "Albums",
|
||||
"Songs": "Songs",
|
||||
"Books": "Books",
|
||||
"HeaderAudioBooks": "Audio Books",
|
||||
"Songs": "Nummers",
|
||||
"Books": "Boeken",
|
||||
"HeaderAudioBooks": "Luisterboeken",
|
||||
"HeaderIdentifyItemHelp": "Vul \u00e9\u00e9n of meer zoek criteria in. Verwijder criteria om zoekresultaten te vergroten.",
|
||||
"PleaseEnterNameOrId": "Voer een naam of een externe Id in",
|
||||
"MessageItemSaved": "Item opgeslagen.",
|
||||
|
@ -294,21 +289,21 @@
|
|||
"ConfirmDeleteItems": "Het verwijderen van deze items verwijdert ze van het bestandssysteem en uit uw bibliotheek. Weet u zeker dat u verder wilt gaan?",
|
||||
"PleaseRestartServerName": "Herstart Emby Server - {0} aub.",
|
||||
"LabelSyncJobName": "Naam synchroniseer taak:",
|
||||
"SyncJobCreated": "Sync job created",
|
||||
"SyncJobCreated": "Synchronisatie taak aangemaakt",
|
||||
"LabelQuality": "Kwaliteit",
|
||||
"LabelSyncNoTargetsHelp": "It looks like you don't currently have any apps that support offline downloading.",
|
||||
"DownloadingDots": "Downloading...",
|
||||
"HeaderSyncRequiresSub": "Downloading requires an active Emby Premiere subscription.",
|
||||
"LabelSyncNoTargetsHelp": "Het lijkt erop dat u momenteel geen apps heeft die offline downloaden ondersteunen.",
|
||||
"DownloadingDots": "Downloaden...",
|
||||
"HeaderSyncRequiresSub": "Downloaden vereist een actief Emby Premiere lidmaatschap.",
|
||||
"LearnMore": "Meer informatie",
|
||||
"LabelProfile": "profiel:",
|
||||
"LabelBitrateMbps": "Bitrate (Mbps):",
|
||||
"SyncUnwatchedVideosOnly": "Download unwatched videos only",
|
||||
"SyncUnwatchedVideosOnlyHelp": "Only unwatched videos will be downloaded, and videos will be removed from the device as they are watched.",
|
||||
"AutomaticallySyncNewContent": "Automatically download new content",
|
||||
"AutomaticallySyncNewContentHelp": "New content added to this folder will be automatically downloaded to the device.",
|
||||
"SyncUnwatchedVideosOnly": "Alleen niet bekeken video's downloaden",
|
||||
"SyncUnwatchedVideosOnlyHelp": "Alleen niet bekeken video's zullen worden gedownload. En video's zullen van het apparaat worden verwijderd nadat deze zijn bekeken.",
|
||||
"AutomaticallySyncNewContent": "Nieuwe inhoud automatisch downloaden",
|
||||
"AutomaticallySyncNewContentHelp": "Aan deze map toegevoegde nieuwe inhoud automatisch naar het apparaat downloaden.",
|
||||
"LabelItemLimit": "Item limiet:",
|
||||
"LabelItemLimitHelp": "Optional. Set a limit to the number of items that will be downloaded.",
|
||||
"PleaseSelectDeviceToSyncTo": "Please select a device to download to.",
|
||||
"LabelItemLimitHelp": "Optioneel. Stel een maximum aantal items in dat wordt gedownload.",
|
||||
"PleaseSelectDeviceToSyncTo": "Selecteer een apparaat om naar te downloaden",
|
||||
"Screenshots": "Screenshots",
|
||||
"MoveRight": "Naar rechts verplaatsen",
|
||||
"MoveLeft": "Naar links verplaatsen",
|
||||
|
@ -317,9 +312,9 @@
|
|||
"Settings": "Instellingen",
|
||||
"ShowIndicatorsFor": "Toon indicatoren voor:",
|
||||
"NewEpisodes": "Nieuwe afleveringen",
|
||||
"Episodes": "Episodes",
|
||||
"Episodes": "Afleveringen",
|
||||
"HDPrograms": "HD Programma's",
|
||||
"Programs": "Programs",
|
||||
"Programs": "Programma's",
|
||||
"LiveBroadcasts": "Live uitzendingen",
|
||||
"Premieres": "Premi\u00e8res",
|
||||
"RepeatEpisodes": "Herhaal afleveringen",
|
||||
|
@ -339,9 +334,9 @@
|
|||
"LabelChannels": "Kanalen:",
|
||||
"ChannelNameOnly": "Alleen kanaal {0}",
|
||||
"Anytime": "Op elk moment",
|
||||
"AnyLanguage": "Any language",
|
||||
"AnyLanguage": "Elke taal",
|
||||
"AroundTime": "Rond {0}",
|
||||
"All": "All",
|
||||
"All": "Alle",
|
||||
"AllChannels": "Alle kanalen",
|
||||
"LabelRecord": "Opnemen:",
|
||||
"NewEpisodesOnly": "Alleen nieuwe afleveringen",
|
||||
|
@ -350,7 +345,7 @@
|
|||
"LabelStopWhenPossible": "Stop indien mogelijk:",
|
||||
"MinutesBefore": "minuten voor",
|
||||
"MinutesAfter": "minuten na",
|
||||
"SkipEpisodesAlreadyInMyLibrary": "Don't record episodes that are already in my library",
|
||||
"SkipEpisodesAlreadyInMyLibrary": "Neem geen afleveringen op die al in mijn bibliotheek aanwezig zijn",
|
||||
"SkipEpisodesAlreadyInMyLibraryHelp": "Afleveringen zullen worden vergeleken met behulp van seizoen en aflevering nummers, indien beschikbaar.",
|
||||
"LabelKeepUpTo": "Houd tot:",
|
||||
"AsManyAsPossible": "Zo veel als mogelijk",
|
||||
|
@ -389,7 +384,7 @@
|
|||
"OneChannel": "E\u00e9n kanaal",
|
||||
"ConfirmRemoveDownload": "Download verwijderen?",
|
||||
"RemoveDownload": "Download verijderen",
|
||||
"KeepDownload": "Keep download",
|
||||
"KeepDownload": "Download bewaren",
|
||||
"AddedOnValue": "{0} Toegevoegd",
|
||||
"RemovingFromDevice": "Verwijderen van apparaat",
|
||||
"KeepOnDevice": "Bewaar op apparaat",
|
||||
|
@ -410,7 +405,7 @@
|
|||
"HeaderRemoteControl": "Afstandsbediening",
|
||||
"Disconnect": "Loskoppelen",
|
||||
"EnableDisplayMirroring": "Inschakelen beeld spiegelen",
|
||||
"HeaderPlayOn": "Play On",
|
||||
"HeaderPlayOn": "Afspelen Op",
|
||||
"Quality": "Kwaliteit",
|
||||
"Auto": "Automatisch",
|
||||
"AndroidUnlockRestoreHelp": "Om uw eerdere aankoop te herstellen, controleert u of u aangemeld bent met hetzelfde Google (of Amazon) account waarmee u de aankoop deed. Controleer dat de app store is ingeschakeld en niet door ouderlijk toezicht wordt tegengehouden en controleer dat u een actieve internet verbinding hebt. U hoeft dit slechts eenmalig te doen om uw eerdere aankoop te herstellen.",
|
||||
|
@ -432,11 +427,11 @@
|
|||
"HeaderActiveRecordings": "Actieve Opnames",
|
||||
"HeaderLatestRecordings": "Nieuwste Opnames",
|
||||
"LabelSyncTo": "Synchroniseer naar:",
|
||||
"Next": "Next",
|
||||
"LabelSource": "Source:",
|
||||
"LabelVersion": "Version:",
|
||||
"AllLanguages": "All languages",
|
||||
"Previous": "Previous",
|
||||
"Next": "Volgende",
|
||||
"LabelSource": "Bron:",
|
||||
"LabelVersion": "Versie:",
|
||||
"AllLanguages": "Alle talen",
|
||||
"Previous": "Vorige",
|
||||
"HeaderNextUp": "Volgende",
|
||||
"HeaderLatestFrom": "Laatste van {0}",
|
||||
"LabelHomeScreenSectionValue": "Beginscherm sectie {0}:",
|
||||
|
@ -446,9 +441,9 @@
|
|||
"Up": "Omhoog",
|
||||
"Down": "Omlaag",
|
||||
"HeaderHomeScreen": "Begin Scherm",
|
||||
"HeaderHomeScreenContent": "Home Screen Content",
|
||||
"HeaderHomeScreenContent": "Begin scherm Inhoud",
|
||||
"HeaderLatestChannelItems": "Nieuwste Kanaal Items",
|
||||
"LabelSelectHomeScreenItemsFolders": "Allow items to appear on my home screen from:",
|
||||
"LabelSelectHomeScreenItemsFolders": "Items verschijnen op mijn begin scherm van:",
|
||||
"HeaderLibraryOrder": "Bibliotheek Volgorde",
|
||||
"HideWatchedContentFromLatestMedia": "Verberg gekeken inhoud uit nieuwste media",
|
||||
"HeaderOnNow": "Aan het spelen",
|
||||
|
@ -469,159 +464,167 @@
|
|||
"HeaderTermsOfPurchase": "Aankoop Voorwaarden",
|
||||
"PrivacyPolicy": "Privacy beleid",
|
||||
"TermsOfUse": "Gebruiksvoorwaarden",
|
||||
"RepeatMode": "Repeat mode",
|
||||
"RepeatOne": "Repeat one",
|
||||
"RepeatAll": "Repeat all",
|
||||
"ConfirmEndPlayerSession": "Would you like to close Emby on the device?",
|
||||
"Yes": "Yes",
|
||||
"No": "No",
|
||||
"RepeatMode": "Herhaal mode",
|
||||
"RepeatOne": "E\u00e9n herhalen",
|
||||
"RepeatAll": "Alle herhalen",
|
||||
"ConfirmEndPlayerSession": "Wilt u Emby op het apparaat afsluiten?",
|
||||
"Yes": "Ja",
|
||||
"No": "Nee",
|
||||
"LiveTV": "Live TV",
|
||||
"Schedule": "Schedule",
|
||||
"Recordings": "Recordings",
|
||||
"MarkWatched": "Mark watched",
|
||||
"ScanForNewAndUpdatedFiles": "Scan for new and updated files",
|
||||
"DirectStreamHelp1": "The media is compatible with the device regarding resolution and media type (H.264, AC3, etc.), but is in an incompatible file container (.mkv, .avi, .wmv, etc.). The video will be re-packaged on the fly before streaming it to the device.",
|
||||
"DirectStreamHelp2": "Direct Streaming a file uses very little processing power without any loss in video quality.",
|
||||
"MediaIsBeingConverted": "The media is being converted into a format that is compatible with the device that is playing the media.",
|
||||
"StatsForNerds": "Stats for nerds",
|
||||
"LabelReasonForTranscoding": "Reason for transcoding:",
|
||||
"DirectPlaying": "Direct playing",
|
||||
"DirectStreaming": "Direct streaming",
|
||||
"Transcoding": "Transcoding",
|
||||
"ContainerBitrateExceedsLimit": "Media bitrate exceeds limit.",
|
||||
"VideoCodecNotSupported": "Video codec not supported",
|
||||
"AudioCodecNotSupported": "Audio codec not supported",
|
||||
"SubtitleCodecNotSupported": "Subtitle format not supported",
|
||||
"ContainerNotSupported": "Container not supported",
|
||||
"VideoLevelNotSupported": "Video level not supported",
|
||||
"AudioBitrateNotSupported": "Audio bitrate not supported",
|
||||
"AudioChannelsNotSupported": "Audio channels not supported",
|
||||
"VideoResolutionNotSupported": "Video resolution not supported",
|
||||
"AudioProfileNotSupported": "Audio profile not supported",
|
||||
"AudioSampleRateNotSupported": "Audio sample rate not supported",
|
||||
"AnamorphicVideoNotSupported": "Anamorphic video not supported",
|
||||
"InterlacedVideoNotSupported": "Interlaced video not supported",
|
||||
"SecondaryAudioNotSupported": "Audio track switching not supported",
|
||||
"ErrorRemovingEmbyConnectAccount": "There was an error removing the Emby Connect account. Please ensure you have an active internet connection and try again.",
|
||||
"HeaderEmbyAccountRemoved": "Emby Account Removed",
|
||||
"MessageEmbyAccontRemoved": "The Emby account has been removed from this user.",
|
||||
"HeaderInvitationSent": "Invitation Sent",
|
||||
"MessageInvitationSentToUser": "An email has been sent to {0}, inviting them to accept your sharing invitation.",
|
||||
"MessageInvitationSentToNewUser": "An email has been sent to {0} inviting them to sign up with Emby.",
|
||||
"GuestUserNotFound": "User not found. Please ensure the name is correct and try again, or try entering their email address.",
|
||||
"ErrorReachingEmbyConnect": "There was an error reaching the Emby Connect server. Please ensure you have an active internet connection and try again.",
|
||||
"ErrorAddingEmbyConnectAccount1": "There was an error adding the Emby Connect account. Have you created an Emby account? Sign up at {0}.",
|
||||
"ErrorAddingEmbyConnectAccount2": "If you're still having an issue, please send an email to {0} from the email address used with the Emby account.",
|
||||
"ErrorAddingGuestAccount1": "There was an error adding the Emby Connect account. Has your guest created an Emby account? They can sign up at {0}.",
|
||||
"ErrorAddingGuestAccount2": "If you're still having an issue, please send an email to {0}, and include your email address as well as theirs.",
|
||||
"MessageEmbyAccountAdded": "The Emby account has been added to this user.",
|
||||
"MessagePendingEmbyAccountAdded": "The Emby account has been added to this user. An email will be sent to the owner of the account. The invitation will need to be confirmed by clicking a link within the email.",
|
||||
"HeaderEmbyAccountAdded": "Emby Account Added",
|
||||
"LabelSubtitlePlaybackMode": "Subtitle mode:",
|
||||
"ErrorDeletingItem": "There was an error deleting the item from Emby Server. Please check that Emby Server has write access to the media folder and try again.",
|
||||
"NoSubtitles": "No subtitles",
|
||||
"Default": "Default",
|
||||
"Smart": "Smart",
|
||||
"Small": "Small",
|
||||
"Medium": "Medium",
|
||||
"Large": "Large",
|
||||
"ExtraLarge": "Extra large",
|
||||
"OnlyForcedSubtitles": "Only forced subtitles",
|
||||
"AlwaysPlaySubtitles": "Always play subtitles",
|
||||
"DefaultSubtitlesHelp": "Subtitles are loaded based on the default and forced flags in the embedded metadata. Language preferences are considered when multiple options are available.",
|
||||
"SmartSubtitlesHelp": "Subtitles matching the language preference will be loaded when the audio is in a foreign language.",
|
||||
"Schedule": "Schema",
|
||||
"Recordings": "Opnames",
|
||||
"MarkWatched": "Markeer als bekeken",
|
||||
"ScanForNewAndUpdatedFiles": "Scan op nieuwe en bijgewerkte bestanden",
|
||||
"DirectStreamHelp1": "De media is compatible met het apparaat wat betreft resolutie en media type (H.264, AC3 etc.), maar is in een incompatible bestandscontainer (.mkv, .avi, .wmv etc.). De video zal on the fly opnieuw worden verpakt voordat deze naar het apparaat wordt gestreamd.",
|
||||
"DirectStreamHelp2": "Direct streamen van een bestand gebruikt weinig processor kracht zonder verlies van beeldkwaliteit.",
|
||||
"MediaIsBeingConverted": "De media wordt geconverteerd naar een formaat dat compatible is met het apparaat dat wordt gebruikt om de media af te spelen.",
|
||||
"StatsForNerds": "Statistieken voor nerds",
|
||||
"LabelReasonForTranscoding": "Reden voor transcoderen:",
|
||||
"DirectPlaying": "Direct afspelen",
|
||||
"DirectStreaming": "Direct streamen",
|
||||
"Transcoding": "Transcoderen",
|
||||
"ContainerBitrateExceedsLimit": "Media bitrate overschrijdt limiet.",
|
||||
"VideoCodecNotSupported": "Video codec niet ondersteund",
|
||||
"AudioCodecNotSupported": "Audio codec niet ondersteund",
|
||||
"SubtitleCodecNotSupported": "Ondertitel formaat niet ondersteund",
|
||||
"ContainerNotSupported": "Container niet ondersteund",
|
||||
"VideoLevelNotSupported": "Video niveau niet ondersteund",
|
||||
"AudioBitrateNotSupported": "Audio bitrate niet ondersteund",
|
||||
"AudioChannelsNotSupported": "Audio kanalen niet ondersteund",
|
||||
"VideoResolutionNotSupported": "Video resolutie niet ondersteund",
|
||||
"AudioProfileNotSupported": "Audio profiel niet ondersteund",
|
||||
"AudioSampleRateNotSupported": "Audio sample rate niet ondersteund",
|
||||
"AnamorphicVideoNotSupported": "Anamorfische video niet ondersteund",
|
||||
"InterlacedVideoNotSupported": "Interlaced video niet ondersteund",
|
||||
"SecondaryAudioNotSupported": "Switchen van audiotaal niet ondersteund",
|
||||
"ErrorRemovingEmbyConnectAccount": "Er is een fout opgetreden bij het verwijderen van het Emby Connect acount. Zorg ervoor dat u een actieve internetverbinding heeft en probeer het opnieuw.",
|
||||
"HeaderEmbyAccountRemoved": "Emby Account verwijderd",
|
||||
"MessageEmbyAccontRemoved": "Het Emby account is van deze gebruiker verwijderd.",
|
||||
"HeaderInvitationSent": "Uitnodiging Verzonden",
|
||||
"MessageInvitationSentToUser": "Een email is verzonden naar {0} met een uitnodiging om uw uitnodiging te accepteren.",
|
||||
"MessageInvitationSentToNewUser": "Een email is verzonden naar {0} met een uitnodiging om aan te melden bij Emby.",
|
||||
"GuestUserNotFound": "Gebruiker is niet gevonden. Zorg ervoor dat de naam klopt en probeer het opnieuw, of probeer hun emailadres in te voeren.",
|
||||
"ErrorReachingEmbyConnect": "Er is een fout opgetreden bij het bereiken van de Emby Connect server. Zorg ervoor dat u een actieve internetverbinding heeft en probeer het opnieuw.",
|
||||
"ErrorAddingEmbyConnectAccount1": "Er was een probleem bij het toevoegen van het Emby Connect account. Hebt u een Emby account aangemaakt? U kunt u aanmelden op {0}.",
|
||||
"ErrorAddingEmbyConnectAccount2": "Stuur een email naar {0} vanuit het email adres dat u voor uw Emby account gebruikt indien u nog steeds problemen heeft",
|
||||
"ErrorAddingGuestAccount1": "Er was een probleem bij het toevoegen van het Emby Connect account. Heeft uw gast een Emby account aangemaakt? Zij kunnen zich aanmelden op {0}.",
|
||||
"ErrorAddingGuestAccount2": "Stuur een email naar {0} met daarin uw email adres als die van hen indien u nog steeds problemen heeft.",
|
||||
"MessageEmbyAccountAdded": "Het Emby account is aan deze gebruiker toegevoegd.",
|
||||
"MessagePendingEmbyAccountAdded": "Het Emby account is aan de gebruiker toegevoegd. Er wordt een email verstuurd naar de eigenaar van het account. De uitnodiging zal moeten worden bevestigd door op de link in de email te klikken.",
|
||||
"HeaderEmbyAccountAdded": "Emby Account Toegevoegd",
|
||||
"LabelSubtitlePlaybackMode": "Ondertitel mode:",
|
||||
"ErrorDeletingItem": "Er was een probleem bij het verwijderen van het item in Emby Server. Controleer dat Emby Server schrijfrechten op de map heeft en probeer het opnieuw.",
|
||||
"NoSubtitles": "Geen ondertitels",
|
||||
"Default": "Standaard",
|
||||
"Smart": "Slim",
|
||||
"Small": "Klein",
|
||||
"Medium": "Gemiddeld",
|
||||
"Large": "Groot",
|
||||
"ExtraLarge": "Extra groot",
|
||||
"OnlyForcedSubtitles": "Alleen geforceerde ondertitels",
|
||||
"AlwaysPlaySubtitles": "Altijd ondertitels weergeven",
|
||||
"DefaultSubtitlesHelp": "Ondertitels worden geladen op basis van de standaard en geforceerd markeringen in de ingesloten metadata. Indien meerdere opties aanwezig zijn zal rekening worden gehouden met de taalvoorkeuren.",
|
||||
"SmartSubtitlesHelp": "Ondertitels worden weergegeven in de voorkeurstaal als de audio in een andere taal zijn.",
|
||||
"HeaderSubtitleSettings": "Ondertitel Instellingen",
|
||||
"HeaderSubtitleAppearance": "Subtitle Appearance",
|
||||
"OnlyForcedSubtitlesHelp": "Only subtitles marked as forced will be loaded.",
|
||||
"AlwaysPlaySubtitlesHelp": "Subtitles matching the language preference will be loaded regardless of the audio language.",
|
||||
"NoSubtitlesHelp": "Subtitles will not be loaded by default. They can still be turned on manually during playback.",
|
||||
"LabelPreferredSubtitleLanguage": "Preferred subtitle language:",
|
||||
"LabelTextSize": "Text size:",
|
||||
"TheseSettingsAffectSubtitlesOnThisDevice": "These settings affect subtitles on this device",
|
||||
"LabelDropShadow": "Drop shadow:",
|
||||
"LabelTextBackgroundColor": "Text background color:",
|
||||
"LabelWindowBackgroundColor": "Text background color:",
|
||||
"LabelFont": "Font:",
|
||||
"LabelTextColor": "Text color:",
|
||||
"Raised": "Raised",
|
||||
"Depressed": "Depressed",
|
||||
"HeaderSubtitleAppearance": "Ondertitel Weergave",
|
||||
"OnlyForcedSubtitlesHelp": "Alleen als geforceerd gemarkeerde ondertitels worden geladen.",
|
||||
"AlwaysPlaySubtitlesHelp": "Ondertitels die met de taalvoorkeur overeenkomen worden weergegeven, ongeacht de audiotaal.",
|
||||
"NoSubtitlesHelp": "Ondertitels worden niet standaard weergegeven. Deze kunnen tijdens het afspelen handmatig worden ingeschakeld.",
|
||||
"LabelPreferredSubtitleLanguage": "Voorkeurstaal ondertitels:",
|
||||
"LabelTextSize": "Tekst grootte:",
|
||||
"TheseSettingsAffectSubtitlesOnThisDevice": "Deze instellingen betreffen ondertitels op dit apparaat",
|
||||
"LabelDropShadow": "Schaduw:",
|
||||
"LabelTextBackgroundColor": "Tekst achtergrond kleur:",
|
||||
"LabelWindowBackgroundColor": "Tekst achtergrond kleur:",
|
||||
"LabelFont": "Lettertype:",
|
||||
"LabelTextColor": "Tekst kleur:",
|
||||
"Raised": "Verhoogd",
|
||||
"Depressed": "Onderdrukt",
|
||||
"Uniform": "Uniform",
|
||||
"DropShadow": "Drop shadow",
|
||||
"SmallCaps": "Small caps",
|
||||
"SubtitleAppearanceSettingsDisclaimer": "These settings will not apply to graphical subtitles (PGS, DVD, etc), or subtitles that have their own styles embedded (ASS\/SSA).",
|
||||
"LabelBurnSubtitles": "Burn subtitles:",
|
||||
"OnlyImageFormats": "Only image formats (VOBSUB, PGS, SUB\/IDX, etc.)",
|
||||
"Normal": "Normal",
|
||||
"BurnSubtitlesHelp": "Determines if the server should burn in subtitles when converting video depending on the subtitles format. Avoiding burning in subtitles will improve server performance. Select Auto to burn image based formats (e.g. VOBSUB, PGS, SUB\/IDX, etc.) as well as certain ASS\/SSA subtitles",
|
||||
"AllComplexFormats": "All complex formats (ASS, SSA, VOBSUB, PGS, SUB\/IDX, etc.)",
|
||||
"SubtitleAppearanceSettingsAlsoPassedToCastDevices": "These settings also apply to any Chromecast playback started by this device.",
|
||||
"HeaderWaitingForWifi": "Waiting for Wifi",
|
||||
"WifiRequiredToDownload": "A Wifi connection is required to continue downloading.",
|
||||
"HeaderDownloadSettings": "Download Settings",
|
||||
"Hide": "Hide",
|
||||
"HeaderStartNow": "Start Now",
|
||||
"HeaderNextVideoPlayingInValue": "Next Video Playing in {0}",
|
||||
"HeaderNextEpisodePlayingInValue": "Next Episode Playing in {0}",
|
||||
"HeaderSecondsValue": "{0} Seconds",
|
||||
"AudioBitDepthNotSupported": "Audio bit depth not supported",
|
||||
"VideoProfileNotSupported": "Video profile not supported",
|
||||
"VideoFramerateNotSupported": "Video framerate not supported",
|
||||
"VideoBitDepthNotSupported": "Video bit depth not supported",
|
||||
"RefFramesNotSupported": "Number of video reference frames not supported",
|
||||
"ErrorConnectServerUnreachable": "There was an error performing the requested operation. Your server is unable to contact our Emby Connect Server at {0}. Please ensure your server has an active internet connection and that the communications are being allowed by any firewall or security software you have installed.",
|
||||
"StopRecording": "Stop recording",
|
||||
"ManageRecording": "Manage recording",
|
||||
"LabelDropImageHere": "Drop image here, or click to browse.",
|
||||
"MessageFileReadError": "There was an error reading the file. Please try again.",
|
||||
"Browse": "Browse",
|
||||
"HeaderUploadImage": "Upload Image",
|
||||
"HeaderAddUpdateImage": "Add\/Update Image",
|
||||
"LabelImageType": "Image type:",
|
||||
"Upload": "Upload",
|
||||
"Primary": "Primary",
|
||||
"DropShadow": "Schaduw",
|
||||
"SmallCaps": "Klein kapitaal",
|
||||
"SubtitleAppearanceSettingsDisclaimer": "Deze instellingen hebben geen invloed op grafische ondertitels (PGS, DVD etc.) en ondertitels die hun eigen stijl ingebouwd hebben (ASS\/SSA).",
|
||||
"LabelBurnSubtitles": "Ondertitels inbranden:",
|
||||
"OnlyImageFormats": "Alleen image formaten (VOBSUP, PGS, SUB\/IDX etc.)",
|
||||
"Normal": "Normaal",
|
||||
"BurnSubtitlesHelp": "Bepaalt of de server ondertitels moet inbranden wanneer video's op basis van het ondertitel formaat geconverteerd moeten worden. Inbranden van ondertitels hebben een negatief effect op de server performance. Selecteer Automatisch om op afbeelding gebaseerde formaten (bijv. VOBSUB, PGS, SUB\/IDX etc.) en bepaalde ASS\/SSA ondertitels in te branden.",
|
||||
"AllComplexFormats": "Alle complexe formaten (ASS, SSA, VOBSUB, PGS, SUB\/IDX, etc.)",
|
||||
"SubtitleAppearanceSettingsAlsoPassedToCastDevices": "Deze instellingen hebben ook effect op afspelen naar een Chromecast wanneer deze vanaf dit apparaat worden gestart.",
|
||||
"HeaderWaitingForWifi": "Wachten op Wifi",
|
||||
"WifiRequiredToDownload": "Wifi verbinding is vereist om te downloaden.",
|
||||
"HeaderDownloadSettings": "Download Instellingen",
|
||||
"Hide": "Verbergen",
|
||||
"HeaderStartNow": "Nu Starten",
|
||||
"HeaderNextVideoPlayingInValue": "Volgende Afgespeeld over {0}",
|
||||
"HeaderNextEpisodePlayingInValue": "Volgende Aflevering over {0}",
|
||||
"HeaderSecondsValue": "{0} Seconden",
|
||||
"AudioBitDepthNotSupported": "Audio bit depth niet ondersteund",
|
||||
"VideoProfileNotSupported": "Video profiel niet ondersteund",
|
||||
"VideoFramerateNotSupported": "Video framerate niet ondersteund",
|
||||
"VideoBitDepthNotSupported": "Video bit depth niet ondersteund",
|
||||
"RefFramesNotSupported": "Aantal video reference frames niet ondersteund",
|
||||
"ErrorConnectServerUnreachable": "Er was een probleem bij het uitvoeren van deze bewerking. Uw server kan de Emby Connect Server op {0} niet bereiken. Controleer dat uw server een actieve internetverbinding heeft en dat de communicatie toegestaan wordt door de firewall en\/of security software die u gebruikt.",
|
||||
"StopRecording": "Stop opname",
|
||||
"ManageRecording": "Beheren opnames",
|
||||
"LabelDropImageHere": "Sleep de afbeelding hierheen of klik om te bladeren.",
|
||||
"MessageFileReadError": "Er is een fout opgetreden bij het lezen van het bestand. Probeer het opnieuw.",
|
||||
"Browse": "Bladeren",
|
||||
"HeaderUploadImage": "Afbeelding Uploaden",
|
||||
"HeaderAddUpdateImage": "Afbeelding Toevoegen\/Bijwerken",
|
||||
"LabelImageType": "Afbeeldingstype:",
|
||||
"Upload": "Uploaden",
|
||||
"Primary": "Primair",
|
||||
"Art": "Art",
|
||||
"Backdrop": "Backdrop",
|
||||
"Backdrop": "Achtergrond",
|
||||
"Banner": "Banner",
|
||||
"Box": "Box",
|
||||
"BoxRear": "Box (rear)",
|
||||
"Disc": "Disc",
|
||||
"BoxRear": "Box (achterkant)",
|
||||
"Disc": "Disk",
|
||||
"Logo": "Logo",
|
||||
"Menu": "Menu",
|
||||
"Screenshot": "Screenshot",
|
||||
"Thumb": "Thumb",
|
||||
"ValueSeconds": "{0} seconds",
|
||||
"Screenshot": "Schermafdruk",
|
||||
"Thumb": "Miniatuur",
|
||||
"ValueSeconds": "{0} seconden",
|
||||
"HeaderAudioSettings": "Audio Instellingen",
|
||||
"LabelAudioLanguagePreference": "Preferred audio language:",
|
||||
"LabelPlayDefaultAudioTrack": "Play default audio track regardless of language",
|
||||
"HeaderVideoQuality": "Video Quality",
|
||||
"CinemaModeConfigurationHelp": "Cinema mode brings the theater experience straight to your living room with the ability to play trailers and custom intros before the main feature.",
|
||||
"EnableNextVideoInfoOverlay": "Enable next video info during playback",
|
||||
"EnableNextVideoInfoOverlayHelp": "At the end of a video, display info about the next video coming up in the current playlist.",
|
||||
"LabelAudioLanguagePreference": "Voorkeurs audiotaal:",
|
||||
"LabelPlayDefaultAudioTrack": "Standaard audio spoor afspelen ongeacht de taal",
|
||||
"HeaderVideoQuality": "Video Kwaliteit",
|
||||
"CinemaModeConfigurationHelp": "Cinema mode brengt de theater ervaring naar uw woonkamer met de mogelijkheid om trailers en eigen intro's voor de film af te spelen.",
|
||||
"EnableNextVideoInfoOverlay": "Toon informatie over de volgende video tijdens het afspelen",
|
||||
"EnableNextVideoInfoOverlayHelp": "Toon informatie over de volgende video in de afspeellijst aan het einde van de video",
|
||||
"PlayNextEpisodeAutomatically": "Speel volgende aflevering automatisch",
|
||||
"LabelMaxChromecastBitrate": "Chromecast streaming quality:",
|
||||
"LabelSkipBackLength": "Skip back length:",
|
||||
"LabelSkipForwardLength": "Skip forward length:",
|
||||
"LabelMaxChromecastBitrate": "Chromecast streaming kwaliteit:",
|
||||
"LabelSkipBackLength": "Terugspoellengte",
|
||||
"LabelSkipForwardLength": "Vooruitspoellengte",
|
||||
"EnableCinemaMode": "Cinema Mode inschakelen",
|
||||
"LabelInternetQuality": "Internet quality:",
|
||||
"HeaderMusicQuality": "Music Quality",
|
||||
"LabelHomeNetworkQuality": "Home network quality:",
|
||||
"LabelInternetQuality": "Internet kwaliteit:",
|
||||
"HeaderMusicQuality": "Muziek Kwaliteit",
|
||||
"LabelHomeNetworkQuality": "Thuisnetwerk kwaliteit:",
|
||||
"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",
|
||||
"AllowSeasonalThemes": "Allow automatic seasonal themes",
|
||||
"AllowSeasonalThemesHelp": "If enabled, seasonal themes will occasionally override your theme setting.",
|
||||
"AutoBasedOnLanguageSetting": "Auto (based on language setting)",
|
||||
"LabelDateTimeLocale": "Date time locale:",
|
||||
"DirectorValue": "Director: {0}",
|
||||
"DirectorsValue": "Directors: {0}",
|
||||
"HeaderRestartingEmbyServer": "Emby Server herstarten",
|
||||
"RestartPleaseWaitMessage": "Wacht totdat Emby Server is afgesloten en opnieuw is gestart. Dit kan een paar minuten duren.",
|
||||
"PlayNext": "Volgende afspelen",
|
||||
"AllowSeasonalThemes": "Schakel seizoen thema's in",
|
||||
"AllowSeasonalThemesHelp": "Indien ingeschakeld zullen seizoen thema's uw thema instellingen overschrijven.",
|
||||
"AutoBasedOnLanguageSetting": "Automatisch (gebaseerd op taal instelling)",
|
||||
"LabelDateTimeLocale": "Datum en tijd regio:",
|
||||
"DirectorValue": "Regisseur: {0}",
|
||||
"DirectorsValue": "Regisseurs: {0}",
|
||||
"GenreValue": "Genre: {0}",
|
||||
"GenresValue": "Genres: {0}",
|
||||
"LinksValue": "Links: {0}",
|
||||
"TagsValue": "Tags: {0}",
|
||||
"TagsValue": "Labels: {0}",
|
||||
"LabelAudio": "Audio:",
|
||||
"LabelVideo": "Video:",
|
||||
"LabelSubtitles": "Subtitles:",
|
||||
"Off": "Off",
|
||||
"ShowTitles": "Show titles"
|
||||
"LabelSubtitles": "Ondertitels:",
|
||||
"Off": "Uit",
|
||||
"ShowTitle": "Toon titel",
|
||||
"ShowYear": "Toon jaar",
|
||||
"HeaderPosterOptions": "Poster Opties",
|
||||
"Filters": "Filters",
|
||||
"Unplayed": "Niet afgespeeld",
|
||||
"LabelTVHomeScreen": "TV mode begin scherm",
|
||||
"Horizontal": "Horizontaal",
|
||||
"Vertical": "Verticaal",
|
||||
"GroupBySeries": "Group by series"
|
||||
}
|
|
@ -1,9 +1,4 @@
|
|||
{
|
||||
"ShowTitle": "Pokazuj tytu\u0142",
|
||||
"ShowYear": "Show year",
|
||||
"HeaderPosterOptions": "Poster Options",
|
||||
"Filters": "Filters",
|
||||
"Unplayed": "Unplayed",
|
||||
"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.",
|
||||
|
@ -623,5 +618,13 @@
|
|||
"LabelVideo": "Wideo:",
|
||||
"LabelSubtitles": "Napisy:",
|
||||
"Off": "Wy\u0142\u0105czone",
|
||||
"ShowTitles": "Pokazuj tytu\u0142y"
|
||||
"ShowTitle": "Pokazuj tytu\u0142",
|
||||
"ShowYear": "Pokazuj rok",
|
||||
"HeaderPosterOptions": "Opcje plakatu",
|
||||
"Filters": "Filtry",
|
||||
"Unplayed": "Nieodtwarzane",
|
||||
"LabelTVHomeScreen": "Ekran startowy trybu telewizyjnego:",
|
||||
"Horizontal": "Horyzontalny",
|
||||
"Vertical": "Wertykalny",
|
||||
"GroupBySeries": "Grupuj po serialach"
|
||||
}
|
|
@ -1,9 +1,4 @@
|
|||
{
|
||||
"ShowTitle": "Show title",
|
||||
"ShowYear": "Show year",
|
||||
"HeaderPosterOptions": "Poster Options",
|
||||
"Filters": "Filters",
|
||||
"Unplayed": "Unplayed",
|
||||
"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.",
|
||||
|
@ -21,7 +16,7 @@
|
|||
"OriginalAirDateValue": "Data de exibi\u00e7\u00e3o original: {0}",
|
||||
"EndsAtValue": "Termina \u00e0s {0}",
|
||||
"HeaderSelectDate": "Selecionar Data",
|
||||
"Watched": "Watched",
|
||||
"Watched": "Assistido(s)",
|
||||
"Played": "Reproduzido",
|
||||
"ButtonOk": "Ok",
|
||||
"ButtonCancel": "Cancelar",
|
||||
|
@ -167,7 +162,7 @@
|
|||
"VoiceInput": "Entrada de voz",
|
||||
"LabelContentType": "Tipo de conte\u00fado:",
|
||||
"LabelPath": "Local:",
|
||||
"Playlists": "Playlists",
|
||||
"Playlists": "Listas de Reprodu\u00e7\u00e3o",
|
||||
"LabelTitle": "T\u00edtulo:",
|
||||
"LabelOriginalTitle": "T\u00edtulo original:",
|
||||
"LabelSortTitle": "T\u00edtulo para ordena\u00e7\u00e3o:",
|
||||
|
@ -176,7 +171,7 @@
|
|||
"LabelStatus": "Status:",
|
||||
"LabelArtists": "Artistas:",
|
||||
"LabelArtistsHelp": "Separar m\u00faltiplos usando ;",
|
||||
"HeaderAlbumArtists": "Album Artists",
|
||||
"HeaderAlbumArtists": "Artistas do \u00c1lbum",
|
||||
"LabelAlbumArtists": "Artistas do \u00c1lbum:",
|
||||
"LabelAlbum": "\u00c1lbum:",
|
||||
"Artists": "Artistas",
|
||||
|
@ -339,9 +334,9 @@
|
|||
"LabelChannels": "Canais:",
|
||||
"ChannelNameOnly": "Somente canal {0}",
|
||||
"Anytime": "A qualquer momento",
|
||||
"AnyLanguage": "Any language",
|
||||
"AnyLanguage": "Qualquer idioma",
|
||||
"AroundTime": "Em torno de {0}",
|
||||
"All": "All",
|
||||
"All": "Tudo",
|
||||
"AllChannels": "Todos os canais",
|
||||
"LabelRecord": "Gravar:",
|
||||
"NewEpisodesOnly": "Apenas novos epis\u00f3dios",
|
||||
|
@ -432,11 +427,11 @@
|
|||
"HeaderActiveRecordings": "Grava\u00e7\u00f5es Ativas",
|
||||
"HeaderLatestRecordings": "Grava\u00e7\u00f5es Recentes",
|
||||
"LabelSyncTo": "Sincronizar para:",
|
||||
"Next": "Next",
|
||||
"LabelSource": "Source:",
|
||||
"LabelVersion": "Version:",
|
||||
"AllLanguages": "All languages",
|
||||
"Previous": "Previous",
|
||||
"Next": "Pr\u00f3ximo",
|
||||
"LabelSource": "Fonte:",
|
||||
"LabelVersion": "Vers\u00e3o:",
|
||||
"AllLanguages": "Todos os idiomas",
|
||||
"Previous": "Anterior",
|
||||
"HeaderNextUp": "Pr\u00f3ximos",
|
||||
"HeaderLatestFrom": "Mais recentes de {0}",
|
||||
"LabelHomeScreenSectionValue": "Se\u00e7\u00e3o {0} da tela In\u00edcio:",
|
||||
|
@ -608,20 +603,28 @@
|
|||
"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",
|
||||
"AllowSeasonalThemes": "Allow automatic seasonal themes",
|
||||
"AllowSeasonalThemesHelp": "If enabled, seasonal themes will occasionally override your theme setting.",
|
||||
"AutoBasedOnLanguageSetting": "Auto (based on language setting)",
|
||||
"LabelDateTimeLocale": "Date time locale:",
|
||||
"DirectorValue": "Director: {0}",
|
||||
"DirectorsValue": "Directors: {0}",
|
||||
"GenreValue": "Genre: {0}",
|
||||
"GenresValue": "Genres: {0}",
|
||||
"PlayNext": "Reproduzir pr\u00f3ximo",
|
||||
"AllowSeasonalThemes": "Permitir temas sazonais autom\u00e1ticos",
|
||||
"AllowSeasonalThemesHelp": "Se ativado, temas sazonais ir\u00e3o sobrepor a configura\u00e7\u00e3o de temas.",
|
||||
"AutoBasedOnLanguageSetting": "Autom\u00e1tico (baseado na configura\u00e7\u00e3o do idioma)",
|
||||
"LabelDateTimeLocale": "Hora local:",
|
||||
"DirectorValue": "Diretor: {0}",
|
||||
"DirectorsValue": "Diretores: {0}",
|
||||
"GenreValue": "G\u00eanero: {0}",
|
||||
"GenresValue": "G\u00eaneros: {0}",
|
||||
"LinksValue": "Links: {0}",
|
||||
"TagsValue": "Tags: {0}",
|
||||
"LabelAudio": "Audio:",
|
||||
"LabelVideo": "Video:",
|
||||
"LabelSubtitles": "Subtitles:",
|
||||
"Off": "Off",
|
||||
"ShowTitles": "Show titles"
|
||||
"LabelAudio": "\u00c1udio:",
|
||||
"LabelVideo": "V\u00eddeo:",
|
||||
"LabelSubtitles": "Legendas:",
|
||||
"Off": "Desligado",
|
||||
"ShowTitle": "Exibir t\u00edtulo",
|
||||
"ShowYear": "Exibir ano",
|
||||
"HeaderPosterOptions": "Op\u00e7\u00f5es da Capa",
|
||||
"Filters": "Filtros",
|
||||
"Unplayed": "N\u00e3o Reproduzido",
|
||||
"LabelTVHomeScreen": "TV mode home screen:",
|
||||
"Horizontal": "Horizontal",
|
||||
"Vertical": "Vertical",
|
||||
"GroupBySeries": "Group by series"
|
||||
}
|
|
@ -1,9 +1,4 @@
|
|||
{
|
||||
"ShowTitle": "Show title",
|
||||
"ShowYear": "Show year",
|
||||
"HeaderPosterOptions": "Poster Options",
|
||||
"Filters": "Filters",
|
||||
"Unplayed": "Unplayed",
|
||||
"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.",
|
||||
|
@ -623,5 +618,13 @@
|
|||
"LabelVideo": "Video:",
|
||||
"LabelSubtitles": "Subtitles:",
|
||||
"Off": "Off",
|
||||
"ShowTitles": "Show titles"
|
||||
"ShowTitle": "Show title",
|
||||
"ShowYear": "Show year",
|
||||
"HeaderPosterOptions": "Poster Options",
|
||||
"Filters": "Filters",
|
||||
"Unplayed": "Unplayed",
|
||||
"LabelTVHomeScreen": "TV mode home screen:",
|
||||
"Horizontal": "Horizontal",
|
||||
"Vertical": "Vertical",
|
||||
"GroupBySeries": "Group by series"
|
||||
}
|
|
@ -1,9 +1,4 @@
|
|||
{
|
||||
"ShowTitle": "Show title",
|
||||
"ShowYear": "Show year",
|
||||
"HeaderPosterOptions": "Poster Options",
|
||||
"Filters": "Filters",
|
||||
"Unplayed": "Unplayed",
|
||||
"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.",
|
||||
|
@ -623,5 +618,13 @@
|
|||
"LabelVideo": "Video:",
|
||||
"LabelSubtitles": "Subtitles:",
|
||||
"Off": "Off",
|
||||
"ShowTitles": "Show titles"
|
||||
"ShowTitle": "Show title",
|
||||
"ShowYear": "Show year",
|
||||
"HeaderPosterOptions": "Poster Options",
|
||||
"Filters": "Filters",
|
||||
"Unplayed": "Unplayed",
|
||||
"LabelTVHomeScreen": "TV mode home screen:",
|
||||
"Horizontal": "Horizontal",
|
||||
"Vertical": "Vertical",
|
||||
"GroupBySeries": "Group by series"
|
||||
}
|
|
@ -1,9 +1,4 @@
|
|||
{
|
||||
"ShowTitle": "Show title",
|
||||
"ShowYear": "Show year",
|
||||
"HeaderPosterOptions": "Poster Options",
|
||||
"Filters": "Filters",
|
||||
"Unplayed": "Unplayed",
|
||||
"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.",
|
||||
|
@ -623,5 +618,13 @@
|
|||
"LabelVideo": "\u0412\u0438\u0434\u0435\u043e:",
|
||||
"LabelSubtitles": "\u0421\u0443\u0431\u0442\u0438\u0442\u0440\u044b:",
|
||||
"Off": "\u0412\u044b\u043a\u043b",
|
||||
"ShowTitles": "Show titles"
|
||||
"ShowTitle": "\u041d\u0430\u0437\u0432\u0430\u043d\u0438\u0435 \u043f\u0435\u0440\u0435\u0434\u0430\u0447\u0438",
|
||||
"ShowYear": "\u0413\u043e\u0434 \u043f\u0435\u0440\u0435\u0434\u0430\u0447\u0438",
|
||||
"HeaderPosterOptions": "\u041e\u043f\u0446\u0438\u0438 \u043f\u043e\u0441\u0442\u0435\u0440\u0430",
|
||||
"Filters": "\u0424\u0438\u043b\u044c\u0442\u0440\u044b",
|
||||
"Unplayed": "\u041d\u0435\u0432\u043e\u0441\u043f\u0440\u043e\u0438\u0437\u0432\u0435\u0434\u0451\u043d\u043d\u043e\u0435",
|
||||
"LabelTVHomeScreen": "TV mode home screen:",
|
||||
"Horizontal": "Horizontal",
|
||||
"Vertical": "Vertical",
|
||||
"GroupBySeries": "Group by series"
|
||||
}
|
|
@ -1,9 +1,4 @@
|
|||
{
|
||||
"ShowTitle": "Show title",
|
||||
"ShowYear": "Show year",
|
||||
"HeaderPosterOptions": "Poster Options",
|
||||
"Filters": "Filters",
|
||||
"Unplayed": "Unplayed",
|
||||
"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.",
|
||||
|
@ -623,5 +618,13 @@
|
|||
"LabelVideo": "Video:",
|
||||
"LabelSubtitles": "Titulky:",
|
||||
"Off": "Off",
|
||||
"ShowTitles": "Show titles"
|
||||
"ShowTitle": "Show title",
|
||||
"ShowYear": "Show year",
|
||||
"HeaderPosterOptions": "Poster Options",
|
||||
"Filters": "Filters",
|
||||
"Unplayed": "Unplayed",
|
||||
"LabelTVHomeScreen": "TV mode home screen:",
|
||||
"Horizontal": "Horizontal",
|
||||
"Vertical": "Vertical",
|
||||
"GroupBySeries": "Group by series"
|
||||
}
|
|
@ -1,9 +1,4 @@
|
|||
{
|
||||
"ShowTitle": "Show title",
|
||||
"ShowYear": "Show year",
|
||||
"HeaderPosterOptions": "Poster Options",
|
||||
"Filters": "Filters",
|
||||
"Unplayed": "Unplayed",
|
||||
"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.",
|
||||
|
@ -623,5 +618,13 @@
|
|||
"LabelVideo": "Video:",
|
||||
"LabelSubtitles": "Subtitles:",
|
||||
"Off": "Off",
|
||||
"ShowTitles": "Show titles"
|
||||
"ShowTitle": "Show title",
|
||||
"ShowYear": "Show year",
|
||||
"HeaderPosterOptions": "Poster Options",
|
||||
"Filters": "Filters",
|
||||
"Unplayed": "Unplayed",
|
||||
"LabelTVHomeScreen": "TV mode home screen:",
|
||||
"Horizontal": "Horizontal",
|
||||
"Vertical": "Vertical",
|
||||
"GroupBySeries": "Group by series"
|
||||
}
|
|
@ -1,9 +1,4 @@
|
|||
{
|
||||
"ShowTitle": "Show title",
|
||||
"ShowYear": "Show year",
|
||||
"HeaderPosterOptions": "Poster Options",
|
||||
"Filters": "Filters",
|
||||
"Unplayed": "Unplayed",
|
||||
"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.",
|
||||
|
@ -623,5 +618,13 @@
|
|||
"LabelVideo": "Video:",
|
||||
"LabelSubtitles": "Subtitles:",
|
||||
"Off": "Off",
|
||||
"ShowTitles": "Show titles"
|
||||
"ShowTitle": "Show title",
|
||||
"ShowYear": "Show year",
|
||||
"HeaderPosterOptions": "Poster Options",
|
||||
"Filters": "Filters",
|
||||
"Unplayed": "Unplayed",
|
||||
"LabelTVHomeScreen": "TV mode home screen:",
|
||||
"Horizontal": "Horizontal",
|
||||
"Vertical": "Vertical",
|
||||
"GroupBySeries": "Group by series"
|
||||
}
|
|
@ -1,9 +1,4 @@
|
|||
{
|
||||
"ShowTitle": "Show title",
|
||||
"ShowYear": "Show year",
|
||||
"HeaderPosterOptions": "Poster Options",
|
||||
"Filters": "Filters",
|
||||
"Unplayed": "Unplayed",
|
||||
"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.",
|
||||
|
@ -623,5 +618,13 @@
|
|||
"LabelVideo": "Video:",
|
||||
"LabelSubtitles": "Subtitles:",
|
||||
"Off": "Off",
|
||||
"ShowTitles": "Show titles"
|
||||
"ShowTitle": "Show title",
|
||||
"ShowYear": "Show year",
|
||||
"HeaderPosterOptions": "Poster Options",
|
||||
"Filters": "Filters",
|
||||
"Unplayed": "Unplayed",
|
||||
"LabelTVHomeScreen": "TV mode home screen:",
|
||||
"Horizontal": "Horizontal",
|
||||
"Vertical": "Vertical",
|
||||
"GroupBySeries": "Group by series"
|
||||
}
|
|
@ -1,9 +1,4 @@
|
|||
{
|
||||
"ShowTitle": "Show title",
|
||||
"ShowYear": "Show year",
|
||||
"HeaderPosterOptions": "Poster Options",
|
||||
"Filters": "Filters",
|
||||
"Unplayed": "Unplayed",
|
||||
"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.",
|
||||
|
@ -623,5 +618,13 @@
|
|||
"LabelVideo": "Video:",
|
||||
"LabelSubtitles": "Subtitles:",
|
||||
"Off": "Off",
|
||||
"ShowTitles": "Show titles"
|
||||
"ShowTitle": "Show title",
|
||||
"ShowYear": "Show year",
|
||||
"HeaderPosterOptions": "Poster Options",
|
||||
"Filters": "Filters",
|
||||
"Unplayed": "Unplayed",
|
||||
"LabelTVHomeScreen": "TV mode home screen:",
|
||||
"Horizontal": "Horizontal",
|
||||
"Vertical": "Vertical",
|
||||
"GroupBySeries": "Group by series"
|
||||
}
|
|
@ -1,9 +1,4 @@
|
|||
{
|
||||
"ShowTitle": "Show title",
|
||||
"ShowYear": "Show year",
|
||||
"HeaderPosterOptions": "Poster Options",
|
||||
"Filters": "Filters",
|
||||
"Unplayed": "Unplayed",
|
||||
"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.",
|
||||
|
@ -623,5 +618,13 @@
|
|||
"LabelVideo": "Video:",
|
||||
"LabelSubtitles": "Subtitles:",
|
||||
"Off": "Off",
|
||||
"ShowTitles": "Show titles"
|
||||
"ShowTitle": "Show title",
|
||||
"ShowYear": "Show year",
|
||||
"HeaderPosterOptions": "Poster Options",
|
||||
"Filters": "Filters",
|
||||
"Unplayed": "Unplayed",
|
||||
"LabelTVHomeScreen": "TV mode home screen:",
|
||||
"Horizontal": "Horizontal",
|
||||
"Vertical": "Vertical",
|
||||
"GroupBySeries": "Group by series"
|
||||
}
|
|
@ -1,9 +1,4 @@
|
|||
{
|
||||
"ShowTitle": "Show title",
|
||||
"ShowYear": "Show year",
|
||||
"HeaderPosterOptions": "Poster Options",
|
||||
"Filters": "Filters",
|
||||
"Unplayed": "Unplayed",
|
||||
"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.",
|
||||
|
@ -623,5 +618,13 @@
|
|||
"LabelVideo": "Video:",
|
||||
"LabelSubtitles": "Subtitles:",
|
||||
"Off": "Off",
|
||||
"ShowTitles": "Show titles"
|
||||
"ShowTitle": "Show title",
|
||||
"ShowYear": "Show year",
|
||||
"HeaderPosterOptions": "Poster Options",
|
||||
"Filters": "Filters",
|
||||
"Unplayed": "Unplayed",
|
||||
"LabelTVHomeScreen": "TV mode home screen:",
|
||||
"Horizontal": "Horizontal",
|
||||
"Vertical": "Vertical",
|
||||
"GroupBySeries": "Group by series"
|
||||
}
|
|
@ -1,9 +1,4 @@
|
|||
{
|
||||
"ShowTitle": "Show title",
|
||||
"ShowYear": "Show year",
|
||||
"HeaderPosterOptions": "Poster Options",
|
||||
"Filters": "Filters",
|
||||
"Unplayed": "Unplayed",
|
||||
"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.",
|
||||
|
@ -623,5 +618,13 @@
|
|||
"LabelVideo": "Video:",
|
||||
"LabelSubtitles": "Subtitles:",
|
||||
"Off": "Off",
|
||||
"ShowTitles": "Show titles"
|
||||
"ShowTitle": "Show title",
|
||||
"ShowYear": "Show year",
|
||||
"HeaderPosterOptions": "Poster Options",
|
||||
"Filters": "Filters",
|
||||
"Unplayed": "Unplayed",
|
||||
"LabelTVHomeScreen": "TV mode home screen:",
|
||||
"Horizontal": "Horizontal",
|
||||
"Vertical": "Vertical",
|
||||
"GroupBySeries": "Group by series"
|
||||
}
|
|
@ -1,9 +1,4 @@
|
|||
{
|
||||
"ShowTitle": "Show title",
|
||||
"ShowYear": "Show year",
|
||||
"HeaderPosterOptions": "Poster Options",
|
||||
"Filters": "Filters",
|
||||
"Unplayed": "Unplayed",
|
||||
"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.",
|
||||
|
@ -623,5 +618,13 @@
|
|||
"LabelVideo": "Video:",
|
||||
"LabelSubtitles": "Subtitles:",
|
||||
"Off": "Off",
|
||||
"ShowTitles": "Show titles"
|
||||
"ShowTitle": "Show title",
|
||||
"ShowYear": "Show year",
|
||||
"HeaderPosterOptions": "Poster Options",
|
||||
"Filters": "Filters",
|
||||
"Unplayed": "Unplayed",
|
||||
"LabelTVHomeScreen": "TV mode home screen:",
|
||||
"Horizontal": "Horizontal",
|
||||
"Vertical": "Vertical",
|
||||
"GroupBySeries": "Group by series"
|
||||
}
|
|
@ -1 +1 @@
|
|||
define(["userSettings","alphaPicker","alphaNumericShortcuts","connectionManager","focusManager"],function(userSettings,AlphaPicker,AlphaNumericShortcuts,connectionManager,focusManager){"use strict";function trySelectValue(instance,scroller,view,value){var card;if("#"===value&&(card=view.querySelector(".card")))return void scroller.toStart(card,!1);if(card=view.querySelector(".card[data-prefix^='"+value+"']"))return void scroller.toStart(card,!1);var values=instance.alphaPicker.values(),index=values.indexOf(value);if(index<values.length-2)trySelectValue(instance,scroller,view,values[index+1]);else{var all=view.querySelectorAll(".card");card=all.length?all[all.length-1]:null,card&&scroller.toStart(card,!1)}}function onAlphaValueChanged(){var value=this.alphaPicker.value(),scroller=this.scroller;trySelectValue(this,scroller,this.itemsContainer,value)}function initAlphaPicker(instance,view){instance.itemsContainer=view.querySelector(".itemsContainer"),instance.alphaPicker=new AlphaPicker({element:view.querySelector(".alphaPicker"),itemsContainer:instance.itemsContainer,itemClass:"card"}),instance.alphaPicker.on("alphavaluechanged",onAlphaValueChanged.bind(instance))}function showFilterMenu(){var instance=this;require(["filterMenu"],function(FilterMenu){(new FilterMenu).show({settingsKey:instance.getSettingsKey(),settings:instance.getFilters(),visibleSettings:instance.getVisibleFilters(),onChange:instance.itemsContainer.refreshItems.bind(instance.itemsContainer)}).then(function(){instance.itemsContainer.refreshItems()})})}function showViewSettingsMenu(){var instance=this;require(["viewSettings"],function(ViewSettings){(new ViewSettings).show({settingsKey:instance.getSettingsKey(),settings:instance.getViewSettings(),visibleSettings:instance.getVisibleViewSettings()}).then(function(){instance.itemsContainer.refreshItems()})})}function ItemsTab(view,params){this.view=view,this.params=params,params.serverId&&(this.apiClient=connectionManager.getApiClient(params.serverId)),this.itemsContainer=view.querySelector(".itemsContainer"),this.scroller=view.querySelector(".scrollFrameY"),this.itemsContainer.fetchData=this.fetchData.bind(this),this.itemsContainer.getItemsHtml=this.getItemsHtml.bind(this),params.parentId&&this.itemsContainer.setAttribute("data-parentid",params.parentId);var btnViewSettings=view.querySelector(".btnViewSettings");btnViewSettings&&btnViewSettings.addEventListener("click",showViewSettingsMenu.bind(this));var btnFilter=view.querySelector(".btnFilter");this.btnFilter=btnFilter,btnFilter&&btnFilter.addEventListener("click",showFilterMenu.bind(this))}return ItemsTab.prototype.getViewSettings=function(){var basekey=this.getSettingsKey();return{showTitle:"false"!==userSettings.get(basekey+"-showtitle"),showYear:"false"!==userSettings.get(basekey+"-showyear"),imageType:userSettings.get(basekey+"-imagetype")}},ItemsTab.prototype.getSettingsKey=function(){return this.params.parentId},ItemsTab.prototype.onResume=function(options){var view=this.view;this.enableAlphaPicker&&!this.alphaPicker&&initAlphaPicker(this,view),this.enableAlphaNumericShortcuts!==!1&&(this.alphaNumericShortcuts=new AlphaNumericShortcuts({itemsContainer:this.itemsContainer}));var instance=this,autoFocus=options.autoFocus;this.itemsContainer.resume(options).then(function(result){autoFocus&&focusManager.autoFocus(instance.itemsContainer)})},ItemsTab.prototype.getVisibleViewSettings=function(){return["showtitle","showyear","imagetype"]},ItemsTab.prototype.getFilters=function(){var basekey=this.getSettingsKey();return{IsPlayed:"true"===userSettings.getFilter(basekey+"-filter-IsPlayed"),IsUnplayed:"true"===userSettings.getFilter(basekey+"-filter-IsUnplayed"),IsFavorite:"true"===userSettings.getFilter(basekey+"-filter-IsFavorite")}},ItemsTab.prototype.getVisibleFilters=function(){return["IsUnplayed","IsPlayed","IsFavorite"]},ItemsTab.prototype.setFilterStatus=function(hasFilters){var btnFilter=this.btnFilter;if(btnFilter){var bubble=btnFilter.querySelector(".filterButtonBubble");if(!bubble){if(!hasFilters)return;btnFilter.insertAdjacentHTML("afterbegin",'<div class="filterButtonBubble">!</div>'),btnFilter.classList.add("btnFilterWithBubble"),bubble=btnFilter.querySelector(".filterButtonBubble")}hasFilters?bubble.classList.remove("hide"):bubble.classList.add("hide")}},ItemsTab.prototype.onPause=function(){var alphaNumericShortcuts=this.alphaNumericShortcuts;alphaNumericShortcuts&&(alphaNumericShortcuts.destroy(),this.alphaNumericShortcuts=null)},ItemsTab.prototype.destroy=function(){this.view=null,this.itemsContainer=null,this.params=null,this.apiClient=null,this.scroller=null,this.btnFilter=null,this.alphaPicker&&(this.alphaPicker.destroy(),this.alphaPicker=null)},ItemsTab});
|
||||
define(["userSettings","alphaPicker","alphaNumericShortcuts","connectionManager","focusManager"],function(userSettings,AlphaPicker,AlphaNumericShortcuts,connectionManager,focusManager){"use strict";function trySelectValue(instance,scroller,view,value){var card;if("#"===value&&(card=view.querySelector(".card")))return void scroller.toStart(card,!1);if(card=view.querySelector(".card[data-prefix^='"+value+"']"))return void scroller.toStart(card,!1);var values=instance.alphaPicker.values(),index=values.indexOf(value);if(index<values.length-2)trySelectValue(instance,scroller,view,values[index+1]);else{var all=view.querySelectorAll(".card");card=all.length?all[all.length-1]:null,card&&scroller.toStart(card,!1)}}function onAlphaValueChanged(){var value=this.alphaPicker.value(),scroller=this.scroller;trySelectValue(this,scroller,this.itemsContainer,value)}function initAlphaPicker(instance,view){instance.itemsContainer=view.querySelector(".itemsContainer"),instance.alphaPicker=new AlphaPicker({element:view.querySelector(".alphaPicker"),itemsContainer:instance.itemsContainer,itemClass:"card"}),instance.alphaPicker.on("alphavaluechanged",onAlphaValueChanged.bind(instance))}function showFilterMenu(){var instance=this;require(["filterMenu"],function(FilterMenu){(new FilterMenu).show({settingsKey:instance.getSettingsKey(),settings:instance.getFilters(),visibleSettings:instance.getVisibleFilters(),onChange:instance.itemsContainer.refreshItems.bind(instance.itemsContainer)}).then(function(){instance.itemsContainer.refreshItems()})})}function showViewSettingsMenu(){var instance=this;require(["viewSettings"],function(ViewSettings){(new ViewSettings).show({settingsKey:instance.getSettingsKey(),settings:instance.getViewSettings(),visibleSettings:instance.getVisibleViewSettings()}).then(function(){instance.itemsContainer.refreshItems()})})}function ItemsTab(view,params){this.view=view,this.params=params,params.serverId&&(this.apiClient=connectionManager.getApiClient(params.serverId)),this.itemsContainer=view.querySelector(".itemsContainer"),this.scroller=view.querySelector(".scrollFrameY"),this.itemsContainer.fetchData=this.fetchData.bind(this),this.itemsContainer.getItemsHtml=this.getItemsHtml.bind(this),params.parentId&&this.itemsContainer.setAttribute("data-parentid",params.parentId);var btnViewSettings=view.querySelector(".btnViewSettings");btnViewSettings&&btnViewSettings.addEventListener("click",showViewSettingsMenu.bind(this));var btnFilter=view.querySelector(".btnFilter");this.btnFilter=btnFilter,btnFilter&&btnFilter.addEventListener("click",showFilterMenu.bind(this))}return ItemsTab.prototype.getViewSettings=function(){var basekey=this.getSettingsKey();return{showTitle:"false"!==userSettings.get(basekey+"-showTitle"),showYear:"false"!==userSettings.get(basekey+"-showYear"),imageType:userSettings.get(basekey+"-imageType")||this.getDefaultImageType()}},ItemsTab.prototype.getDefaultImageType=function(){return"primary"},ItemsTab.prototype.getSettingsKey=function(){return this.params.parentId+"-1"},ItemsTab.prototype.onResume=function(options){var view=this.view;this.enableAlphaPicker&&!this.alphaPicker&&initAlphaPicker(this,view),this.enableAlphaNumericShortcuts!==!1&&(this.alphaNumericShortcuts=new AlphaNumericShortcuts({itemsContainer:this.itemsContainer}));var instance=this,autoFocus=options.autoFocus;this.itemsContainer.resume(options).then(function(result){autoFocus&&focusManager.autoFocus(instance.itemsContainer)})},ItemsTab.prototype.getVisibleViewSettings=function(){return["showTitle","showYear","imageType"]},ItemsTab.prototype.getFilters=function(){var basekey=this.getSettingsKey();return{IsPlayed:"true"===userSettings.getFilter(basekey+"-filter-IsPlayed"),IsUnplayed:"true"===userSettings.getFilter(basekey+"-filter-IsUnplayed"),IsFavorite:"true"===userSettings.getFilter(basekey+"-filter-IsFavorite"),IsResumable:"true"===userSettings.getFilter(basekey+"-filter-IsResumable")}},ItemsTab.prototype.getVisibleFilters=function(){return["IsUnplayed","IsPlayed","IsFavorite","IsResumable"]},ItemsTab.prototype.setFilterStatus=function(hasFilters){var btnFilter=this.btnFilter;if(btnFilter){var bubble=btnFilter.querySelector(".filterButtonBubble");if(!bubble){if(!hasFilters)return;btnFilter.insertAdjacentHTML("afterbegin",'<div class="filterButtonBubble">!</div>'),btnFilter.classList.add("btnFilterWithBubble"),bubble=btnFilter.querySelector(".filterButtonBubble")}hasFilters?bubble.classList.remove("hide"):bubble.classList.add("hide")}},ItemsTab.prototype.onPause=function(){var alphaNumericShortcuts=this.alphaNumericShortcuts;alphaNumericShortcuts&&(alphaNumericShortcuts.destroy(),this.alphaNumericShortcuts=null)},ItemsTab.prototype.destroy=function(){this.view=null,this.itemsContainer=null,this.params=null,this.apiClient=null,this.scroller=null,this.btnFilter=null,this.alphaPicker&&(this.alphaPicker.destroy(),this.alphaPicker=null)},ItemsTab});
|
|
@ -1 +1 @@
|
|||
define(["backdrop","mainTabsManager","emby-tabs"],function(backdrop,mainTabsManager){"use strict";function onViewDestroy(e){var tabControllers=this.tabControllers;tabControllers&&(tabControllers.forEach(function(t){t.destroy&&t.destroy()}),this.tabControllers=null),this.view=null,this.params=null}function onBeforeTabChange(){}function TabbedView(view,params){function validateTabLoad(index){return self.validateTabLoad?self.validateTabLoad(index):Promise.resolve()}function loadTab(index){validateTabLoad(index).then(function(){self.getTabController(index).then(function(controller){var refresh=!controller.refreshed;controller.onResume({autoFocus:null!=initialTabIndex,refresh:refresh}),controller.refreshed=!0,initialTabIndex=null,currentTabIndex=index,currentTabController=controller})})}function getTabContainers(){return view.querySelectorAll(".tabContent")}function onTabChange(e){var newIndex=parseInt(e.detail.selectedTabIndex),previousTabController=null==e.detail.previousIndex?null:self.tabControllers[e.detail.previousIndex];previousTabController&&previousTabController.onPause&&previousTabController.onPause(),loadTab(newIndex)}this.tabControllers=[],this.view=view,this.params=params;var currentTabController,self=this,currentTabIndex=parseInt(params.tab||this.getDefaultTabIndex(params.parentId)),initialTabIndex=currentTabIndex;view.addEventListener("viewbeforehide",function(e){currentTabController&¤tTabController.onPause&¤tTabController.onPause()}),view.addEventListener("viewbeforeshow",function(e){mainTabsManager.setTabs(view,currentTabIndex,self.getTabs,getTabContainers,onBeforeTabChange,onTabChange,!1)}),view.addEventListener("viewshow",function(e){var isViewRestored=e.detail.isRestored;Emby.Page.setTitle(""),backdrop.clear(),isViewRestored?currentTabController&¤tTabController.onResume&¤tTabController.onResume({}):mainTabsManager.selectedTabIndex(initialTabIndex)}),view.addEventListener("viewdestroy",onViewDestroy.bind(this))}return TabbedView});
|
||||
define(["backdrop","mainTabsManager","emby-tabs"],function(backdrop,mainTabsManager){"use strict";function onViewDestroy(e){var tabControllers=this.tabControllers;tabControllers&&(tabControllers.forEach(function(t){t.destroy&&t.destroy()}),this.tabControllers=null),this.view=null,this.params=null}function onBeforeTabChange(){}function TabbedView(view,params){function validateTabLoad(index){return self.validateTabLoad?self.validateTabLoad(index):Promise.resolve()}function loadTab(index){validateTabLoad(index).then(function(){self.getTabController(index).then(function(controller){var refresh=!controller.refreshed;controller.onResume({autoFocus:null!=initialTabIndex,refresh:refresh}),controller.refreshed=!0,initialTabIndex=null,currentTabIndex=index,currentTabController=controller})})}function getTabContainers(){return view.querySelectorAll(".tabContent")}function onTabChange(e){var newIndex=parseInt(e.detail.selectedTabIndex),previousTabController=null==e.detail.previousIndex?null:self.tabControllers[e.detail.previousIndex];previousTabController&&previousTabController.onPause&&previousTabController.onPause(),loadTab(newIndex)}this.tabControllers=[],this.view=view,this.params=params;var currentTabController,self=this,currentTabIndex=parseInt(params.tab||this.getDefaultTabIndex(params.parentId)),initialTabIndex=currentTabIndex;view.addEventListener("viewbeforehide",function(e){currentTabController&¤tTabController.onPause&¤tTabController.onPause()}),view.addEventListener("viewbeforeshow",function(e){mainTabsManager.setTabs(view,currentTabIndex,self.getTabs,getTabContainers,onBeforeTabChange,onTabChange,!1)}),view.addEventListener("viewshow",function(e){var isViewRestored=e.detail.isRestored;self.setTitle(),backdrop.clear(),isViewRestored?currentTabController&¤tTabController.onResume&¤tTabController.onResume({}):mainTabsManager.selectedTabIndex(initialTabIndex)}),view.addEventListener("viewdestroy",onViewDestroy.bind(this))}return TabbedView.prototype.setTitle=function(){Emby.Page.setTitle("")},TabbedView});
|
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
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
File diff suppressed because one or more lines are too long
File diff suppressed because one or more lines are too long
File diff suppressed because one or more lines are too long
|
@ -1 +1 @@
|
|||
define(["require","dialogHelper","loading","apphost","layoutManager","connectionManager","appRouter","globalize","userSettings","emby-checkbox","emby-input","paper-icon-button-light","emby-select","material-icons","css!./../formdialog","emby-button","emby-linkbutton","flexStyles"],function(require,dialogHelper,loading,appHost,layoutManager,connectionManager,appRouter,globalize,userSettings){"use strict";function onSubmit(e){return e.preventDefault(),!1}function initEditor(context,settings){context.querySelector("form").addEventListener("submit",onSubmit),context.querySelector("#chkShowTitle").checked=settings.showTitle||!1,context.querySelector("#chkShowYear").checked=settings.showYear||!1,context.querySelector(".selectImageType").value=settings.imageType||""}function saveValues(context,settings,settingsKey){userSettings.set(settingsKey+"-showtitle",context.querySelector("#chkShowTitle").checked),userSettings.set(settingsKey+"-showyear",context.querySelector("#chkShowYear").checked),userSettings.set(settingsKey+"-imagetype",context.querySelector(".selectImageType").value)}function centerFocus(elem,horiz,on){require(["scrollHelper"],function(scrollHelper){var fn=on?"on":"off";scrollHelper.centerFocus[fn](elem,horiz)})}function ViewSettings(){}return ViewSettings.prototype.show=function(options){return new Promise(function(resolve,reject){require(["text!./viewsettings.template.html"],function(template){var dialogOptions={removeOnClose:!0,scrollY:!1};layoutManager.tv?dialogOptions.size="fullscreen":dialogOptions.size="small";var dlg=dialogHelper.createDialog(dialogOptions);dlg.classList.add("formDialog");var html="";html+='<div class="formDialogHeader">',html+='<button is="paper-icon-button-light" class="btnCancel autoSize" tabindex="-1"><i class="md-icon"></i></button>',html+='<h3 class="formDialogHeaderTitle">${Settings}</h3>',html+="</div>",html+=template,dlg.innerHTML=globalize.translateDocument(html,"sharedcomponents");for(var settingElements=dlg.querySelectorAll(".viewSetting"),i=0,length=settingElements.length;i<length;i++)options.visibleSettings.indexOf(settingElements[i].getAttribute("data-settingname"))===-1?settingElements[i].classList.add("hide"):settingElements[i].classList.remove("hide");initEditor(dlg,options.settings),dlg.querySelector(".btnCancel").addEventListener("click",function(){dialogHelper.close(dlg)}),layoutManager.tv&¢erFocus(dlg.querySelector(".formDialogContent"),!1,!0);var submitted;dlg.querySelector("form").addEventListener("change",function(){submitted=!0},!0),dialogHelper.open(dlg).then(function(){return layoutManager.tv&¢erFocus(dlg.querySelector(".formDialogContent"),!1,!1),submitted?(saveValues(dlg,options.settings,options.settingsKey),void resolve()):void reject()})})})},ViewSettings});
|
||||
define(["require","dialogHelper","loading","apphost","layoutManager","connectionManager","appRouter","globalize","userSettings","emby-checkbox","emby-input","paper-icon-button-light","emby-select","material-icons","css!./../formdialog","emby-button","emby-linkbutton","flexStyles"],function(require,dialogHelper,loading,appHost,layoutManager,connectionManager,appRouter,globalize,userSettings){"use strict";function onSubmit(e){return e.preventDefault(),!1}function initEditor(context,settings){context.querySelector("form").addEventListener("submit",onSubmit);for(var elems=context.querySelectorAll(".viewSetting-checkboxContainer"),i=0,length=elems.length;i<length;i++)elems[i].querySelector("input").checked=settings[elems[i].getAttribute("data-settingname")]||!1;context.querySelector(".selectImageType").value=settings.imageType||"primary"}function saveValues(context,settings,settingsKey){for(var elems=context.querySelectorAll(".viewSetting-checkboxContainer"),i=0,length=elems.length;i<length;i++)userSettings.set(settingsKey+"-"+elems[i].getAttribute("data-settingname"),elems[i].querySelector("input").checked);userSettings.set(settingsKey+"-imageType",context.querySelector(".selectImageType").value)}function centerFocus(elem,horiz,on){require(["scrollHelper"],function(scrollHelper){var fn=on?"on":"off";scrollHelper.centerFocus[fn](elem,horiz)})}function ViewSettings(){}return ViewSettings.prototype.show=function(options){return new Promise(function(resolve,reject){require(["text!./viewsettings.template.html"],function(template){var dialogOptions={removeOnClose:!0,scrollY:!1};layoutManager.tv?dialogOptions.size="fullscreen":dialogOptions.size="small";var dlg=dialogHelper.createDialog(dialogOptions);dlg.classList.add("formDialog");var html="";html+='<div class="formDialogHeader">',html+='<button is="paper-icon-button-light" class="btnCancel autoSize" tabindex="-1"><i class="md-icon"></i></button>',html+='<h3 class="formDialogHeaderTitle">${Settings}</h3>',html+="</div>",html+=template,dlg.innerHTML=globalize.translateDocument(html,"sharedcomponents");for(var settingElements=dlg.querySelectorAll(".viewSetting"),i=0,length=settingElements.length;i<length;i++)options.visibleSettings.indexOf(settingElements[i].getAttribute("data-settingname"))===-1?settingElements[i].classList.add("hide"):settingElements[i].classList.remove("hide");initEditor(dlg,options.settings),dlg.querySelector(".btnCancel").addEventListener("click",function(){dialogHelper.close(dlg)}),layoutManager.tv&¢erFocus(dlg.querySelector(".formDialogContent"),!1,!0);var submitted;dlg.querySelector("form").addEventListener("change",function(){submitted=!0},!0),dialogHelper.open(dlg).then(function(){return layoutManager.tv&¢erFocus(dlg.querySelector(".formDialogContent"),!1,!1),submitted?(saveValues(dlg,options.settings,options.settingsKey),void resolve()):void reject()})})})},ViewSettings});
|
|
@ -1,35 +1,38 @@
|
|||
<div class="formDialogContent smoothScrollY">
|
||||
<div class="formDialogContent smoothScrollY" style="padding-top:2em;">
|
||||
<div class="dialogContentInner dialog-content-centered">
|
||||
<form style="margin:auto;">
|
||||
|
||||
<div class="verticalSection">
|
||||
|
||||
<h2 class="sectionTitle">
|
||||
${HeaderPosterOptions}
|
||||
</h2>
|
||||
|
||||
<div class="selectContainer viewSetting hide" data-settingname="imagetype">
|
||||
<div class="selectContainer viewSetting hide" data-settingname="imageType">
|
||||
<select is="emby-select" label="${LabelImageType}" class="selectImageType">
|
||||
<option value="">${Primary}</option>
|
||||
<option value="primary">${Primary}</option>
|
||||
<option value="banner">${Banner}</option>
|
||||
<option value="disc">${Disc}</option>
|
||||
<option value="thumb">${Thumb}</option>
|
||||
</select>
|
||||
</div>
|
||||
|
||||
<div class="checkboxContainer viewSetting hide" data-settingname="showtitle">
|
||||
<div class="checkboxContainer viewSetting viewSetting-checkboxContainer hide" data-settingname="showTitle">
|
||||
<label>
|
||||
<input is="emby-checkbox" type="checkbox" id="chkShowTitle" />
|
||||
<input is="emby-checkbox" type="checkbox" />
|
||||
<span>${ShowTitle}</span>
|
||||
</label>
|
||||
</div>
|
||||
|
||||
<div class="checkboxContainer viewSetting hide" data-settingname="showyear">
|
||||
<div class="checkboxContainer viewSetting viewSetting-checkboxContainer hide" data-settingname="showYear">
|
||||
<label>
|
||||
<input is="emby-checkbox" type="checkbox" id="chkShowYear" />
|
||||
<input is="emby-checkbox" type="checkbox" />
|
||||
<span>${ShowYear}</span>
|
||||
</label>
|
||||
</div>
|
||||
|
||||
<div class="checkboxContainer viewSetting viewSetting-checkboxContainer hide" data-settingname="groupBySeries">
|
||||
<label>
|
||||
<input is="emby-checkbox" type="checkbox" />
|
||||
<span>${GroupBySeries}</span>
|
||||
</label>
|
||||
</div>
|
||||
</div>
|
||||
</form>
|
||||
</div>
|
||||
|
|
|
@ -40,7 +40,7 @@
|
|||
<span>${OptionOtherTrailers}</span>
|
||||
</label>
|
||||
</div>
|
||||
<div class="fieldDescription"><a is="emby-linkbutton" class="button-link lnkSupporterLearnMore" href="http://emby.media/premiere" target="_blank">${LabelTheseFeaturesRequireSubscriptionHelpAndTrailers}</a></div>
|
||||
<div class="fieldDescription"><a is="emby-linkbutton" class="button-link lnkSupporterLearnMore" href="https://emby.media/premiere" target="_blank">${LabelTheseFeaturesRequireSubscriptionHelpAndTrailers}</a></div>
|
||||
</div>
|
||||
<br /><br />
|
||||
<div class="checkboxContainer checkboxContainer-withDescription">
|
||||
|
@ -50,7 +50,7 @@
|
|||
</label>
|
||||
<div class="fieldDescription checkboxFieldDescription">${OptionTrailersFromMyMoviesHelp}</div>
|
||||
<div class="fieldDescription checkboxFieldDescription">
|
||||
<a is="emby-linkbutton" class="button-link" href="http://emby.media/community/index.php?/topic/674-media-files-folders-structure/" target="_blank">${ButtonLearnMore}</a>
|
||||
<a is="emby-linkbutton" class="button-link" href="https://emby.media/community/index.php?/topic/674-media-files-folders-structure/" target="_blank">${ButtonLearnMore}</a>
|
||||
</div>
|
||||
</div>
|
||||
<br />
|
||||
|
|
File diff suppressed because one or more lines are too long
|
@ -1 +1 @@
|
|||
define(["jQuery","loading","libraryMenu","fnchecked","emby-linkbutton"],function($,loading,libraryMenu){"use strict";function loadPage(page,config){$(".chkMovies",page).checked(config.EnableIntrosForMovies),$(".chkEpisodes",page).checked(config.EnableIntrosForEpisodes),$(".chkMyMovieTrailers",page).checked(config.EnableIntrosFromMoviesInLibrary),$(".chkUpcomingTheaterTrailers",page).checked(config.EnableIntrosFromUpcomingTrailers),$(".chkUpcomingDvdTrailers",page).checked(config.EnableIntrosFromUpcomingDvdMovies),$(".chkUpcomingStreamingTrailers",page).checked(config.EnableIntrosFromUpcomingStreamingMovies),$(".chkOtherTrailers",page).checked(config.EnableIntrosFromSimilarMovies),$(".chkUnwatchedOnly",page).checked(!config.EnableIntrosForWatchedContent),$(".chkEnableParentalControl",page).checked(config.EnableIntrosParentalControl),$("#txtCustomIntrosPath",page).val(config.CustomIntroPath||""),$("#txtCodecIntrosPath",page).val(config.MediaInfoIntroPath||""),$("#txtNumTrailers",page).val(config.TrailerLimit),loading.hide()}function onSubmit(){loading.show();var form=this,page=$(form).parents(".page");return ApiClient.getNamedConfiguration("cinemamode").then(function(config){config.CustomIntroPath=$("#txtCustomIntrosPath",page).val(),config.MediaInfoIntroPath=$("#txtCodecIntrosPath",page).val(),config.TrailerLimit=$("#txtNumTrailers",page).val(),config.EnableIntrosForMovies=$(".chkMovies",page).checked(),config.EnableIntrosForEpisodes=$(".chkEpisodes",page).checked(),config.EnableIntrosFromMoviesInLibrary=$(".chkMyMovieTrailers",page).checked(),config.EnableIntrosForWatchedContent=!$(".chkUnwatchedOnly",page).checked(),config.EnableIntrosParentalControl=$(".chkEnableParentalControl",page).checked(),config.EnableIntrosFromUpcomingTrailers=$(".chkUpcomingTheaterTrailers",page).checked(),config.EnableIntrosFromUpcomingDvdMovies=$(".chkUpcomingDvdTrailers",page).checked(),config.EnableIntrosFromUpcomingStreamingMovies=$(".chkUpcomingStreamingTrailers",page).checked(),config.EnableIntrosFromSimilarMovies=$(".chkOtherTrailers",page).checked(),ApiClient.updateNamedConfiguration("cinemamode",config).then(Dashboard.processServerConfigurationUpdateResult)}),!1}function getTabs(){return[{href:"cinemamodeconfiguration.html",name:Globalize.translate("TabCinemaMode")},{href:"playbackconfiguration.html",name:Globalize.translate("TabResumeSettings")},{href:"streamingsettings.html",name:Globalize.translate("TabStreaming")}]}$(document).on("pageinit","#cinemaModeConfigurationPage",function(){var page=this;$("#btnSelectCustomIntrosPath",page).on("click.selectDirectory",function(){require(["directorybrowser"],function(directoryBrowser){var picker=new directoryBrowser;picker.show({callback:function(path){path&&$("#txtCustomIntrosPath",page).val(path),picker.close()},header:Globalize.translate("HeaderSelectCustomIntrosPath")})})}),$("#btnSelectCodecIntrosPath",page).on("click.selectDirectory",function(){require(["directorybrowser"],function(directoryBrowser){var picker=new directoryBrowser;picker.show({callback:function(path){path&&$("#txtCodecIntrosPath",page).val(path),picker.close()},header:Globalize.translate("HeaderSelectCodecIntrosPath")})})}),$(".cinemaModeConfigurationForm").off("submit",onSubmit).on("submit",onSubmit),AppInfo.enableSupporterMembership||(page.querySelector(".lnkSupporterLearnMore").href="#",page.querySelector(".lnkSupporterLearnMore").addEventListener("click",function(e){return e.preventDefault(),!1}))}).on("pageshow","#cinemaModeConfigurationPage",function(){libraryMenu.setTabs("playback",0,getTabs),loading.show();var page=this;ApiClient.getNamedConfiguration("cinemamode").then(function(config){loadPage(page,config)})})});
|
||||
define(["jQuery","loading","libraryMenu","fnchecked","emby-linkbutton"],function($,loading,libraryMenu){"use strict";function loadPage(page,config){$(".chkMovies",page).checked(config.EnableIntrosForMovies),$(".chkEpisodes",page).checked(config.EnableIntrosForEpisodes),$(".chkMyMovieTrailers",page).checked(config.EnableIntrosFromMoviesInLibrary),$(".chkUpcomingTheaterTrailers",page).checked(config.EnableIntrosFromUpcomingTrailers),$(".chkUpcomingDvdTrailers",page).checked(config.EnableIntrosFromUpcomingDvdMovies),$(".chkUpcomingStreamingTrailers",page).checked(config.EnableIntrosFromUpcomingStreamingMovies),$(".chkOtherTrailers",page).checked(config.EnableIntrosFromSimilarMovies),$(".chkUnwatchedOnly",page).checked(!config.EnableIntrosForWatchedContent),$(".chkEnableParentalControl",page).checked(config.EnableIntrosParentalControl),$("#txtCustomIntrosPath",page).val(config.CustomIntroPath||""),$("#txtCodecIntrosPath",page).val(config.MediaInfoIntroPath||""),$("#txtNumTrailers",page).val(config.TrailerLimit),loading.hide()}function onSubmit(){loading.show();var form=this,page=$(form).parents(".page");return ApiClient.getNamedConfiguration("cinemamode").then(function(config){config.CustomIntroPath=$("#txtCustomIntrosPath",page).val(),config.MediaInfoIntroPath=$("#txtCodecIntrosPath",page).val(),config.TrailerLimit=$("#txtNumTrailers",page).val(),config.EnableIntrosForMovies=$(".chkMovies",page).checked(),config.EnableIntrosForEpisodes=$(".chkEpisodes",page).checked(),config.EnableIntrosFromMoviesInLibrary=$(".chkMyMovieTrailers",page).checked(),config.EnableIntrosForWatchedContent=!$(".chkUnwatchedOnly",page).checked(),config.EnableIntrosParentalControl=$(".chkEnableParentalControl",page).checked(),config.EnableIntrosFromUpcomingTrailers=$(".chkUpcomingTheaterTrailers",page).checked(),config.EnableIntrosFromUpcomingDvdMovies=$(".chkUpcomingDvdTrailers",page).checked(),config.EnableIntrosFromUpcomingStreamingMovies=$(".chkUpcomingStreamingTrailers",page).checked(),config.EnableIntrosFromSimilarMovies=$(".chkOtherTrailers",page).checked(),ApiClient.updateNamedConfiguration("cinemamode",config).then(Dashboard.processServerConfigurationUpdateResult)}),!1}function getTabs(){return[{href:"cinemamodeconfiguration.html",name:Globalize.translate("TabCinemaMode")},{href:"playbackconfiguration.html",name:Globalize.translate("TabResumeSettings")},{href:"streamingsettings.html",name:Globalize.translate("TabStreaming")}]}$(document).on("pageinit","#cinemaModeConfigurationPage",function(){var page=this;$("#btnSelectCustomIntrosPath",page).on("click.selectDirectory",function(){require(["directorybrowser"],function(directoryBrowser){var picker=new directoryBrowser;picker.show({callback:function(path){path&&$("#txtCustomIntrosPath",page).val(path),picker.close()},header:Globalize.translate("HeaderSelectCustomIntrosPath")})})}),$("#btnSelectCodecIntrosPath",page).on("click.selectDirectory",function(){require(["directorybrowser"],function(directoryBrowser){var picker=new directoryBrowser;picker.show({callback:function(path){path&&$("#txtCodecIntrosPath",page).val(path),picker.close()},header:Globalize.translate("HeaderSelectCodecIntrosPath")})})}),$(".cinemaModeConfigurationForm").off("submit",onSubmit).on("submit",onSubmit)}).on("pageshow","#cinemaModeConfigurationPage",function(){libraryMenu.setTabs("playback",0,getTabs),loading.show();var page=this;ApiClient.getNamedConfiguration("cinemamode").then(function(config){loadPage(page,config)})})});
|
|
@ -1 +1 @@
|
|||
define(["emby-linkbutton"],function(){"use strict";function goNext(){Dashboard.navigate("wizardagreement.html")}function loadDownloadInfo(view){var instructions="";ApiClient.getSystemInfo().then(function(systemInfo){var operatingSystem=systemInfo.OperatingSystem.toLowerCase();"windows"===operatingSystem?view.querySelector(".markExec").classList.add("hide"):view.querySelector(".markExec").classList.remove("hide"),"windows"===operatingSystem&&"Arm"!==systemInfo.SystemArchitecture?(view.querySelector(".suggestedLocation").innerHTML=Globalize.translate("FFmpegSuggestedDownload",'<a is="emby-linkbutton" class="button-link" target="_blank" href="https://ffmpeg.zeranoe.com/builds">https://ffmpeg.zeranoe.com</a>'),"X86"===systemInfo.SystemArchitecture?instructions="Download FFmpeg 32-Bit Static":"X64"===systemInfo.SystemArchitecture&&(instructions="Download FFmpeg 64-Bit Static")):"linux"===operatingSystem?(view.querySelector(".suggestedLocation").innerHTML=Globalize.translate("FFmpegSuggestedDownload",'<a is="emby-linkbutton" class="button-link" target="_blank" href="http://johnvansickle.com/ffmpeg">http://johnvansickle.com/ffmpeg</a>'),"X86"===systemInfo.SystemArchitecture?instructions="Download x86 build":"X64"===systemInfo.SystemArchitecture&&(instructions="Download x86_64 build")):"osx"===operatingSystem&&"X64"===systemInfo.SystemArchitecture?(view.querySelector(".suggestedLocation").innerHTML=Globalize.translate("FFmpegSuggestedDownload",'<a is="emby-linkbutton" class="button-link" target="_blank" href="http://evermeet.cx/ffmpeg">http://evermeet.cx/ffmpeg</a>'),instructions="Download both ffmpeg and ffprobe, and extract them to the same folder."):view.querySelector(".suggestedLocation").innerHTML=Globalize.translate("FFmpegSuggestedDownload",'<a is="emby-linkbutton" class="button-link" target="_blank" href="http://ffmpeg.org">https://ffmpeg.org/download.html</a>'),view.querySelector(".downloadInstructions").innerHTML=instructions})}function onSaveEncodingPathFailure(response){var msg="";msg=Globalize.translate("FFmpegSavePathNotFound"),require(["alert"],function(alert){alert(msg)})}return function(view,params){view.querySelector("#btnSelectEncoderPath").addEventListener("click",function(){require(["directorybrowser"],function(directoryBrowser){var picker=new directoryBrowser;picker.show({includeFiles:!0,callback:function(path){path&&(view.querySelector(".txtEncoderPath").value=path),picker.close()}})})}),view.querySelector("form").addEventListener("submit",function(e){var form=this;return ApiClient.ajax({url:ApiClient.getUrl("System/MediaEncoder/Path"),type:"POST",data:{Path:form.querySelector(".txtEncoderPath").value,PathType:"Custom"}}).then(goNext,onSaveEncodingPathFailure),e.preventDefault(),!1}),view.addEventListener("viewbeforeshow",function(e){loadDownloadInfo(view)})}});
|
||||
define(["emby-linkbutton"],function(){"use strict";function goNext(){Dashboard.navigate("wizardagreement.html")}function loadDownloadInfo(view){var instructions="";ApiClient.getSystemInfo().then(function(systemInfo){var operatingSystem=systemInfo.OperatingSystem.toLowerCase();"windows"===operatingSystem?view.querySelector(".markExec").classList.add("hide"):view.querySelector(".markExec").classList.remove("hide"),"windows"===operatingSystem&&"Arm"!==systemInfo.SystemArchitecture?(view.querySelector(".suggestedLocation").innerHTML=Globalize.translate("FFmpegSuggestedDownload",'<a is="emby-linkbutton" class="button-link" target="_blank" href="https://ffmpeg.zeranoe.com/builds">https://ffmpeg.zeranoe.com</a>'),"X86"===systemInfo.SystemArchitecture?instructions="Download FFmpeg 32-Bit Static":"X64"===systemInfo.SystemArchitecture&&(instructions="Download FFmpeg 64-Bit Static")):"linux"===operatingSystem?(view.querySelector(".suggestedLocation").innerHTML=Globalize.translate("FFmpegSuggestedDownload",'<a is="emby-linkbutton" class="button-link" target="_blank" href="http://johnvansickle.com/ffmpeg">http://johnvansickle.com/ffmpeg</a>'),"X86"===systemInfo.SystemArchitecture?instructions="Download x86 build":"X64"===systemInfo.SystemArchitecture&&(instructions="Download x86_64 build")):"osx"===operatingSystem&&"X64"===systemInfo.SystemArchitecture?(view.querySelector(".suggestedLocation").innerHTML=Globalize.translate("FFmpegSuggestedDownload",'<a is="emby-linkbutton" class="button-link" target="_blank" href="http://evermeet.cx/ffmpeg">http://evermeet.cx/ffmpeg</a>'),instructions="Download both ffmpeg and ffprobe, and extract them to the same folder."):view.querySelector(".suggestedLocation").innerHTML=Globalize.translate("FFmpegSuggestedDownload",'<a is="emby-linkbutton" class="button-link" target="_blank" href="http://ffmpeg.org">https://ffmpeg.org/download.html</a>'),view.querySelector(".downloadInstructions").innerHTML=instructions})}function onSaveEncodingPathFailure(response){var msg="";msg=Globalize.translate("FFmpegSavePathNotFound"),require(["alert"],function(alert){alert(msg)})}return function(view,params){view.querySelector("#btnSelectEncoderPath").addEventListener("click",function(){require(["directorybrowser"],function(directoryBrowser){var picker=new directoryBrowser;picker.show({includeFiles:!0,callback:function(path){path&&(view.querySelector(".txtEncoderPath").value=path),picker.close()}})})}),view.querySelector("form").addEventListener("submit",function(e){var form=this;return ApiClient.ajax({url:ApiClient.getUrl("System/MediaEncoder/Path"),type:"POST",data:{Path:form.querySelector(".txtEncoderPath").value,PathType:"Custom"}}).then(goNext,onSaveEncodingPathFailure),e.preventDefault(),!1}),view.addEventListener("viewbeforeshow",function(e){loadDownloadInfo(view)}),view.addEventListener("viewshow",function(){document.querySelector(".skinHeader").classList.add("noHomeButtonHeader")}),view.addEventListener("viewhide",function(){document.querySelector(".skinHeader").classList.remove("noHomeButtonHeader")})}});
|
|
@ -1 +1 @@
|
|||
define(["loading"],function(loading){"use strict";function onFinish(){loading.show(),ApiClient.ajax({url:ApiClient.getUrl("Startup/Complete"),type:"POST"}).then(function(){Dashboard.navigate("dashboard.html"),loading.hide()})}return function(view,params){view.querySelector(".btnWizardNext").addEventListener("click",onFinish)}});
|
||||
define(["loading"],function(loading){"use strict";function onFinish(){loading.show(),ApiClient.ajax({url:ApiClient.getUrl("Startup/Complete"),type:"POST"}).then(function(){Dashboard.navigate("dashboard.html"),loading.hide()})}return function(view,params){view.querySelector(".btnWizardNext").addEventListener("click",onFinish),view.addEventListener("viewshow",function(){document.querySelector(".skinHeader").classList.add("noHomeButtonHeader")}),view.addEventListener("viewhide",function(){document.querySelector(".skinHeader").classList.remove("noHomeButtonHeader")})}});
|
1
dashboard-ui/dashboard/wizardsettings.js
Normal file
1
dashboard-ui/dashboard/wizardsettings.js
Normal file
|
@ -0,0 +1 @@
|
|||
define(["loading","emby-checkbox","emby-button","emby-select"],function(loading){"use strict";function save(page){loading.show();var apiClient=ApiClient;apiClient.getJSON(apiClient.getUrl("Startup/Configuration")).then(function(config){config.PreferredMetadataLanguage=page.querySelector("#selectLanguage").value,config.MetadataCountryCode=page.querySelector("#selectCountry").value,apiClient.ajax({type:"POST",data:config,url:apiClient.getUrl("Startup/Configuration")}).then(function(){loading.hide(),navigateToNextPage()})})}function populateLanguages(select,languages){var html="";html+="<option value=''></option>";for(var i=0,length=languages.length;i<length;i++){var culture=languages[i];html+="<option value='"+culture.TwoLetterISOLanguageName+"'>"+culture.DisplayName+"</option>"}select.innerHTML=html}function populateCountries(select,allCountries){var html="";html+="<option value=''></option>";for(var i=0,length=allCountries.length;i<length;i++){var culture=allCountries[i];html+="<option value='"+culture.TwoLetterISORegionName+"'>"+culture.DisplayName+"</option>"}select.innerHTML=html}function reloadData(page,config,cultures,countries){populateLanguages(page.querySelector("#selectLanguage"),cultures),populateCountries(page.querySelector("#selectCountry"),countries),page.querySelector("#selectLanguage").value=config.PreferredMetadataLanguage,page.querySelector("#selectCountry").value=config.MetadataCountryCode,loading.hide()}function reload(page){loading.show();var apiClient=ApiClient,promise1=apiClient.getJSON(apiClient.getUrl("Startup/Configuration")),promise2=apiClient.getCultures(),promise3=apiClient.getCountries();Promise.all([promise1,promise2,promise3]).then(function(responses){reloadData(page,responses[0],responses[1],responses[2])})}function navigateToNextPage(){require(["scripts/wizardcontroller"],function(wizardcontroller){wizardcontroller.navigateToComponents()})}function onSubmit(e){var form=this;return save(form),e.preventDefault(),!1}return function(view,params){view.querySelector(".wizardSettingsForm").addEventListener("submit",onSubmit),view.addEventListener("viewshow",function(){document.querySelector(".skinHeader").classList.add("noHomeButtonHeader"),reload(this)}),view.addEventListener("viewhide",function(){document.querySelector(".skinHeader").classList.remove("noHomeButtonHeader")})}});
|
1
dashboard-ui/dashboard/wizardstart.js
Normal file
1
dashboard-ui/dashboard/wizardstart.js
Normal file
|
@ -0,0 +1 @@
|
|||
define(["jQuery","loading","emby-button","emby-select"],function($,loading){"use strict";function loadPage(page,config,languageOptions){$("#selectLocalizationLanguage",page).html(languageOptions.map(function(l){return'<option value="'+l.Value+'">'+l.Name+"</option>"})).val(config.UICulture),loading.hide()}function save(page){loading.show();var apiClient=ApiClient;apiClient.getJSON(apiClient.getUrl("Startup/Configuration")).then(function(config){config.UICulture=$("#selectLocalizationLanguage",page).val(),apiClient.ajax({type:"POST",data:config,url:apiClient.getUrl("Startup/Configuration")}).then(function(){Dashboard.navigate("wizarduser.html")})})}function onSubmit(){return save($(this).parents(".page")),!1}return function(view,params){$(".wizardStartForm",view).on("submit",onSubmit),view.addEventListener("viewshow",function(){document.querySelector(".skinHeader").classList.add("noHomeButtonHeader"),loading.show();var page=this,apiClient=ApiClient,promise1=apiClient.getJSON(apiClient.getUrl("Startup/Configuration")),promise2=apiClient.getJSON(apiClient.getUrl("Localization/Options"));Promise.all([promise1,promise2]).then(function(responses){loadPage(page,responses[0],responses[1])})}),view.addEventListener("viewhide",function(){document.querySelector(".skinHeader").classList.remove("noHomeButtonHeader")})}});
|
|
@ -220,7 +220,7 @@
|
|||
<h2 class="sectionTitle sectionTitle-cards"></h2>
|
||||
<div is="emby-itemscontainer" class="itemsContainer vertical-wrap focuscontainer-x"></div>
|
||||
</div>
|
||||
<div id="castCollapsible" class="verticalSection verticalSection-extrabottompadding detailVerticalSection hide">
|
||||
<div id="castCollapsible" class="verticalSection detailVerticalSection hide">
|
||||
<h2 id="peopleHeader" class="sectionTitle sectionTitle-cards padded-left">
|
||||
${HeaderCastCrew}
|
||||
</h2>
|
||||
|
|
|
@ -1,5 +1,5 @@
|
|||
<div id="itemListPage" data-role="page" class="page libraryPage folderListPage noSecondaryNavPage" data-backbutton="true">
|
||||
<div class="alphaPicker alphaPicker-vertical alphabetPicker">
|
||||
<div class="alphaPicker alphaPicker-vertical alphaPicker-fixed alphaPicker-fixed-right">
|
||||
</div>
|
||||
|
||||
<div class="itemListContent padded-top padded-bottom-page">
|
||||
|
|
|
@ -8,7 +8,7 @@
|
|||
<button is="paper-icon-button-light" class="btnFilter autoSize" title="${ButtonFilter}"><i class="md-icon">filter_list</i></button>
|
||||
</div>
|
||||
|
||||
<div class="alphaPicker alphabetPicker alphaPicker-vertical">
|
||||
<div class="alphaPicker alphaPicker-fixed alphaPicker-fixed-right alphaPicker-vertical">
|
||||
</div>
|
||||
|
||||
<div is="emby-itemscontainer" class="itemsContainer padded-left padded-left-withalphapicker padded-right">
|
||||
|
@ -56,7 +56,7 @@
|
|||
<button is="paper-icon-button-light" class="btnFilter autoSize" title="${ButtonFilter}"><i class="md-icon">filter_list</i></button>
|
||||
</div>
|
||||
|
||||
<div class="alphaPicker alphabetPicker alphaPicker-vertical">
|
||||
<div class="alphaPicker alphaPicker-fixed alphaPicker-fixed-right alphaPicker-vertical">
|
||||
</div>
|
||||
|
||||
<div is="emby-itemscontainer" class="itemsContainer vertical-wrap padded-left padded-left-withalphapicker padded-right">
|
||||
|
|
|
@ -44,7 +44,7 @@
|
|||
<button is="paper-icon-button-light" class="btnFilter autoSize" title="${ButtonFilter}"><i class="md-icon">filter_list</i></button>
|
||||
</div>
|
||||
|
||||
<div class="alphaPicker alphabetPicker alphaPicker-vertical">
|
||||
<div class="alphaPicker alphaPicker-fixed alphaPicker-fixed-right alphaPicker-vertical">
|
||||
</div>
|
||||
|
||||
<div is="emby-itemscontainer" class="itemsContainer padded-left padded-left-withalphapicker padded-right">
|
||||
|
@ -60,7 +60,7 @@
|
|||
<button is="paper-icon-button-light" class="btnFilter autoSize" title="${ButtonFilter}"><i class="md-icon">filter_list</i></button>
|
||||
</div>
|
||||
|
||||
<div class="alphaPicker alphabetPicker alphaPicker-vertical">
|
||||
<div class="alphaPicker alphaPicker-fixed alphaPicker-fixed-right alphaPicker-vertical">
|
||||
</div>
|
||||
|
||||
<div is="emby-itemscontainer" class="itemsContainer padded-left padded-left-withalphapicker padded-right">
|
||||
|
@ -76,7 +76,7 @@
|
|||
<button is="paper-icon-button-light" class="btnFilter autoSize" title="${ButtonFilter}"><i class="md-icon">filter_list</i></button>
|
||||
</div>
|
||||
|
||||
<div class="alphaPicker alphabetPicker alphaPicker-vertical">
|
||||
<div class="alphaPicker alphaPicker-fixed alphaPicker-fixed-right alphaPicker-vertical">
|
||||
</div>
|
||||
|
||||
<div is="emby-itemscontainer" class="itemsContainer padded-left padded-left-withalphapicker padded-right">
|
||||
|
|
File diff suppressed because one or more lines are too long
File diff suppressed because one or more lines are too long
|
@ -1 +1 @@
|
|||
define(["jQuery","loading","libraryMenu","fnchecked","emby-linkbutton"],function($,loading,libraryMenu){"use strict";function loadPage(page,config){$(".liveTvSettingsForm",page).show(),$(".noLiveTvServices",page).hide(),$("#selectGuideDays",page).val(config.GuideDays||""),$("#chkConvertRecordings",page).checked(config.EnableRecordingEncoding),$("#chkPreserveAudio",page).checked(config.EnableOriginalAudioWithEncodedRecordings||!1),$("#txtPrePaddingMinutes",page).val(config.PrePaddingSeconds/60),$("#txtPostPaddingMinutes",page).val(config.PostPaddingSeconds/60),page.querySelector("#txtRecordingPath").value=config.RecordingPath||"",page.querySelector("#txtMovieRecordingPath").value=config.MovieRecordingPath||"",page.querySelector("#txtSeriesRecordingPath").value=config.SeriesRecordingPath||"",page.querySelector("#txtPostProcessor").value=config.RecordingPostProcessor||"",page.querySelector("#txtPostProcessorArguments").value=config.RecordingPostProcessorArguments||"",loading.hide()}function onSubmit(){loading.show();var form=this;return ApiClient.getNamedConfiguration("livetv").then(function(config){config.GuideDays=$("#selectGuideDays",form).val()||null,config.EnableRecordingEncoding=$("#chkConvertRecordings",form).checked(),config.EnableOriginalAudioWithEncodedRecordings=$("#chkPreserveAudio",form).checked();var recordingPath=form.querySelector("#txtRecordingPath").value||null,movieRecordingPath=form.querySelector("#txtMovieRecordingPath").value||null,seriesRecordingPath=form.querySelector("#txtSeriesRecordingPath").value||null,recordingPathChanged=recordingPath!=config.RecordingPath||movieRecordingPath!=config.MovieRecordingPath||seriesRecordingPath!=config.SeriesRecordingPath;config.RecordingPath=recordingPath,config.MovieRecordingPath=movieRecordingPath,config.SeriesRecordingPath=seriesRecordingPath,config.RecordingEncodingFormat="mkv",config.PrePaddingSeconds=60*$("#txtPrePaddingMinutes",form).val(),config.PostPaddingSeconds=60*$("#txtPostPaddingMinutes",form).val(),config.RecordingPostProcessor=$("#txtPostProcessor",form).val(),config.RecordingPostProcessorArguments=$("#txtPostProcessorArguments",form).val(),ApiClient.updateNamedConfiguration("livetv",config).then(function(){Dashboard.processServerConfigurationUpdateResult(),showSaveMessage(recordingPathChanged)})}),!1}function showSaveMessage(recordingPathChanged){var msg="";recordingPathChanged&&(msg+=Globalize.translate("RecordingPathChangeMessage")),msg&&require(["alert"],function(alert){alert(msg)})}function getTabs(){return[{href:"livetvstatus.html",name:Globalize.translate("TabDevices")},{href:"livetvsettings.html",name:Globalize.translate("TabSettings")},{href:"appservices.html?context=livetv",name:Globalize.translate("TabServices")}]}$(document).on("pageinit","#liveTvSettingsPage",function(){var page=this;$(".liveTvSettingsForm").off("submit",onSubmit).on("submit",onSubmit),$("#btnSelectRecordingPath",page).on("click.selectDirectory",function(){require(["directorybrowser"],function(directoryBrowser){var picker=new directoryBrowser;picker.show({callback:function(path){path&&$("#txtRecordingPath",page).val(path),picker.close()},validateWriteable:!0})})}),$("#btnSelectMovieRecordingPath",page).on("click.selectDirectory",function(){require(["directorybrowser"],function(directoryBrowser){var picker=new directoryBrowser;picker.show({callback:function(path){path&&$("#txtMovieRecordingPath",page).val(path),picker.close()},validateWriteable:!0})})}),$("#btnSelectSeriesRecordingPath",page).on("click.selectDirectory",function(){require(["directorybrowser"],function(directoryBrowser){var picker=new directoryBrowser;picker.show({callback:function(path){path&&$("#txtSeriesRecordingPath",page).val(path),picker.close()},validateWriteable:!0})})}),$("#btnSelectPostProcessorPath",page).on("click.selectDirectory",function(){require(["directorybrowser"],function(directoryBrowser){var picker=new directoryBrowser;picker.show({includeFiles:!0,callback:function(path){path&&$("#txtPostProcessor",page).val(path),picker.close()}})})})}).on("pageshow","#liveTvSettingsPage",function(){libraryMenu.setTabs("livetvadmin",1,getTabs),loading.show();var page=this;ApiClient.getNamedConfiguration("livetv").then(function(config){loadPage(page,config)}),AppInfo.enableSupporterMembership?page.querySelector(".btnSupporterForConverting a").href="https://emby.media/premiere":page.querySelector(".btnSupporterForConverting a").href="#"})});
|
||||
define(["jQuery","loading","libraryMenu","fnchecked","emby-linkbutton"],function($,loading,libraryMenu){"use strict";function loadPage(page,config){$(".liveTvSettingsForm",page).show(),$(".noLiveTvServices",page).hide(),$("#selectGuideDays",page).val(config.GuideDays||""),$("#chkConvertRecordings",page).checked(config.EnableRecordingEncoding),$("#chkPreserveAudio",page).checked(config.EnableOriginalAudioWithEncodedRecordings||!1),$("#txtPrePaddingMinutes",page).val(config.PrePaddingSeconds/60),$("#txtPostPaddingMinutes",page).val(config.PostPaddingSeconds/60),page.querySelector("#txtRecordingPath").value=config.RecordingPath||"",page.querySelector("#txtMovieRecordingPath").value=config.MovieRecordingPath||"",page.querySelector("#txtSeriesRecordingPath").value=config.SeriesRecordingPath||"",page.querySelector("#txtPostProcessor").value=config.RecordingPostProcessor||"",page.querySelector("#txtPostProcessorArguments").value=config.RecordingPostProcessorArguments||"",loading.hide()}function onSubmit(){loading.show();var form=this;return ApiClient.getNamedConfiguration("livetv").then(function(config){config.GuideDays=$("#selectGuideDays",form).val()||null,config.EnableRecordingEncoding=$("#chkConvertRecordings",form).checked(),config.EnableOriginalAudioWithEncodedRecordings=$("#chkPreserveAudio",form).checked();var recordingPath=form.querySelector("#txtRecordingPath").value||null,movieRecordingPath=form.querySelector("#txtMovieRecordingPath").value||null,seriesRecordingPath=form.querySelector("#txtSeriesRecordingPath").value||null,recordingPathChanged=recordingPath!=config.RecordingPath||movieRecordingPath!=config.MovieRecordingPath||seriesRecordingPath!=config.SeriesRecordingPath;config.RecordingPath=recordingPath,config.MovieRecordingPath=movieRecordingPath,config.SeriesRecordingPath=seriesRecordingPath,config.RecordingEncodingFormat="mkv",config.PrePaddingSeconds=60*$("#txtPrePaddingMinutes",form).val(),config.PostPaddingSeconds=60*$("#txtPostPaddingMinutes",form).val(),config.RecordingPostProcessor=$("#txtPostProcessor",form).val(),config.RecordingPostProcessorArguments=$("#txtPostProcessorArguments",form).val(),ApiClient.updateNamedConfiguration("livetv",config).then(function(){Dashboard.processServerConfigurationUpdateResult(),showSaveMessage(recordingPathChanged)})}),!1}function showSaveMessage(recordingPathChanged){var msg="";recordingPathChanged&&(msg+=Globalize.translate("RecordingPathChangeMessage")),msg&&require(["alert"],function(alert){alert(msg)})}function getTabs(){return[{href:"livetvstatus.html",name:Globalize.translate("TabDevices")},{href:"livetvsettings.html",name:Globalize.translate("TabSettings")},{href:"appservices.html?context=livetv",name:Globalize.translate("TabServices")}]}$(document).on("pageinit","#liveTvSettingsPage",function(){var page=this;$(".liveTvSettingsForm").off("submit",onSubmit).on("submit",onSubmit),$("#btnSelectRecordingPath",page).on("click.selectDirectory",function(){require(["directorybrowser"],function(directoryBrowser){var picker=new directoryBrowser;picker.show({callback:function(path){path&&$("#txtRecordingPath",page).val(path),picker.close()},validateWriteable:!0})})}),$("#btnSelectMovieRecordingPath",page).on("click.selectDirectory",function(){require(["directorybrowser"],function(directoryBrowser){var picker=new directoryBrowser;picker.show({callback:function(path){path&&$("#txtMovieRecordingPath",page).val(path),picker.close()},validateWriteable:!0})})}),$("#btnSelectSeriesRecordingPath",page).on("click.selectDirectory",function(){require(["directorybrowser"],function(directoryBrowser){var picker=new directoryBrowser;picker.show({callback:function(path){path&&$("#txtSeriesRecordingPath",page).val(path),picker.close()},validateWriteable:!0})})}),$("#btnSelectPostProcessorPath",page).on("click.selectDirectory",function(){require(["directorybrowser"],function(directoryBrowser){var picker=new directoryBrowser;picker.show({includeFiles:!0,callback:function(path){path&&$("#txtPostProcessor",page).val(path),picker.close()}})})})}).on("pageshow","#liveTvSettingsPage",function(){libraryMenu.setTabs("livetvadmin",1,getTabs),loading.show();var page=this;ApiClient.getNamedConfiguration("livetv").then(function(config){loadPage(page,config)})})});
|
File diff suppressed because one or more lines are too long
|
@ -1 +1 @@
|
|||
define(["dom","emby-linkbutton"],function(dom){"use strict";function onSubmit(e){var page=dom.parentWithClass(this,"page");return page.querySelector(".chkAccept").checked?Dashboard.navigate("wizardfinish.html"):Dashboard.alert({message:Globalize.translate("MessagePleaseAcceptTermsOfServiceBeforeContinuing"),title:""}),e.preventDefault(),!1}return function(view,params){view.querySelector(".wizardAgreementForm").addEventListener("submit",onSubmit)}});
|
||||
define(["dom","emby-linkbutton"],function(dom){"use strict";function onSubmit(e){var page=dom.parentWithClass(this,"page");return page.querySelector(".chkAccept").checked?Dashboard.navigate("wizardfinish.html"):Dashboard.alert({message:Globalize.translate("MessagePleaseAcceptTermsOfServiceBeforeContinuing"),title:""}),e.preventDefault(),!1}return function(view,params){view.querySelector(".wizardAgreementForm").addEventListener("submit",onSubmit),view.addEventListener("viewshow",function(){document.querySelector(".skinHeader").classList.add("noHomeButtonHeader")}),view.addEventListener("viewhide",function(){document.querySelector(".skinHeader").classList.remove("noHomeButtonHeader")})}});
|
|
@ -1 +0,0 @@
|
|||
define(["jQuery","loading"],function($,loading){"use strict";function save(page){loading.show();var apiClient=ApiClient;apiClient.getJSON(apiClient.getUrl("Startup/Configuration")).then(function(config){config.PreferredMetadataLanguage=$("#selectLanguage",page).val(),config.MetadataCountryCode=$("#selectCountry",page).val(),apiClient.ajax({type:"POST",data:config,url:apiClient.getUrl("Startup/Configuration")}).then(function(){loading.hide(),navigateToNextPage()})})}function populateLanguages(select,languages){var html="";html+="<option value=''></option>";for(var i=0,length=languages.length;i<length;i++){var culture=languages[i];html+="<option value='"+culture.TwoLetterISOLanguageName+"'>"+culture.DisplayName+"</option>"}select.innerHTML=html}function populateCountries(select,allCountries){var html="";html+="<option value=''></option>";for(var i=0,length=allCountries.length;i<length;i++){var culture=allCountries[i];html+="<option value='"+culture.TwoLetterISORegionName+"'>"+culture.DisplayName+"</option>"}select.innerHTML=html}function reloadData(page,config,cultures,countries){populateLanguages(page.querySelector("#selectLanguage"),cultures),populateCountries(page.querySelector("#selectCountry"),countries),$("#selectLanguage",page).val(config.PreferredMetadataLanguage),$("#selectCountry",page).val(config.MetadataCountryCode),loading.hide()}function reload(page){loading.show();var apiClient=ApiClient,promise1=apiClient.getJSON(apiClient.getUrl("Startup/Configuration")),promise2=apiClient.getCultures(),promise3=apiClient.getCountries();Promise.all([promise1,promise2,promise3]).then(function(responses){reloadData(page,responses[0],responses[1],responses[2])})}function navigateToNextPage(){require(["scripts/wizardcontroller"],function(wizardcontroller){wizardcontroller.navigateToComponents()})}function onSubmit(){var form=this;return save(form),!1}$(document).on("pageinit","#wizardSettingsPage",function(){var page=this;$(".wizardSettingsForm",page).off("submit",onSubmit).on("submit",onSubmit)}).on("pageshow","#wizardSettingsPage",function(){var page=this;reload(page)})});
|
|
@ -1 +0,0 @@
|
|||
define(["jQuery","loading"],function($,loading){"use strict";function loadPage(page,config,languageOptions){$("#selectLocalizationLanguage",page).html(languageOptions.map(function(l){return'<option value="'+l.Value+'">'+l.Name+"</option>"})).val(config.UICulture),loading.hide()}function save(page){loading.show();var apiClient=ApiClient;apiClient.getJSON(apiClient.getUrl("Startup/Configuration")).then(function(config){config.UICulture=$("#selectLocalizationLanguage",page).val(),apiClient.ajax({type:"POST",data:config,url:apiClient.getUrl("Startup/Configuration")}).then(function(){Dashboard.navigate("wizarduser.html")})})}function onSubmit(){return save($(this).parents(".page")),!1}$(document).on("pageinit","#wizardStartPage",function(){$(".wizardStartForm").off("submit",onSubmit).on("submit",onSubmit),window.ConnectionManager.clearData()}).on("pageshow","#wizardStartPage",function(){loading.show();var page=this,apiClient=ApiClient,promise1=apiClient.getJSON(apiClient.getUrl("Startup/Configuration")),promise2=apiClient.getJSON(apiClient.getUrl("Localization/Options"));Promise.all([promise1,promise2]).then(function(responses){loadPage(page,responses[0],responses[1])})})});
|
|
@ -1 +1 @@
|
|||
define(["loading","connectHelper","globalize","dashboardcss","emby-input","emby-button","emby-linkbutton"],function(loading,connectHelper,globalize){"use strict";function getApiClient(){return ApiClient}function nextWizardPage(){Dashboard.navigate("wizardlibrary.html")}function onUpdateUserComplete(result){if(loading.hide(),result.UserLinkResult){var msgKey=result.UserLinkResult.IsPending?"MessagePendingEmbyAccountAdded":"MessageEmbyAccountAdded";Dashboard.alert({message:globalize.translate(msgKey),title:globalize.translate("HeaderEmbyAccountAdded"),callback:nextWizardPage})}else nextWizardPage()}function submit(form){loading.show();var apiClient=getApiClient();apiClient.ajax({type:"POST",data:{Name:form.querySelector("#txtUsername").value,ConnectUserName:form.querySelector("#txtConnectUserName").value},url:apiClient.getUrl("Startup/User"),dataType:"json"}).then(onUpdateUserComplete,function(response){response?response.status:0;connectHelper.showLinkUserErrorMessage(form.querySelector("#txtConnectUserName").value)})}function onSubmit(e){var form=this;return submit(form),e.preventDefault(),!1}function onViewShow(){loading.show();var page=this,apiClient=getApiClient();apiClient.getJSON(apiClient.getUrl("Startup/User")).then(function(user){page.querySelector("#txtUsername").value=user.Name||"",page.querySelector("#txtConnectUserName").value=user.ConnectUserName||"",loading.hide()})}return function(view,params){view.querySelector(".wizardUserForm").addEventListener("submit",onSubmit),view.addEventListener("viewshow",onViewShow)}});
|
||||
define(["loading","connectHelper","globalize","dashboardcss","emby-input","emby-button","emby-linkbutton"],function(loading,connectHelper,globalize){"use strict";function getApiClient(){return ApiClient}function nextWizardPage(){Dashboard.navigate("wizardlibrary.html")}function onUpdateUserComplete(result){if(loading.hide(),result.UserLinkResult){var msgKey=result.UserLinkResult.IsPending?"MessagePendingEmbyAccountAdded":"MessageEmbyAccountAdded";Dashboard.alert({message:globalize.translate(msgKey),title:globalize.translate("HeaderEmbyAccountAdded"),callback:nextWizardPage})}else nextWizardPage()}function submit(form){loading.show();var apiClient=getApiClient();apiClient.ajax({type:"POST",data:{Name:form.querySelector("#txtUsername").value,ConnectUserName:form.querySelector("#txtConnectUserName").value},url:apiClient.getUrl("Startup/User"),dataType:"json"}).then(onUpdateUserComplete,function(response){response?response.status:0;connectHelper.showLinkUserErrorMessage(form.querySelector("#txtConnectUserName").value)})}function onSubmit(e){var form=this;return submit(form),e.preventDefault(),!1}function onViewShow(){loading.show();var page=this,apiClient=getApiClient();apiClient.getJSON(apiClient.getUrl("Startup/User")).then(function(user){page.querySelector("#txtUsername").value=user.Name||"",page.querySelector("#txtConnectUserName").value=user.ConnectUserName||"",loading.hide()})}return function(view,params){view.querySelector(".wizardUserForm").addEventListener("submit",onSubmit),view.addEventListener("viewshow",function(){document.querySelector(".skinHeader").classList.add("noHomeButtonHeader")}),view.addEventListener("viewhide",function(){document.querySelector(".skinHeader").classList.remove("noHomeButtonHeader")}),view.addEventListener("viewshow",onViewShow)}});
|
|
@ -24,7 +24,7 @@
|
|||
"LabelPinCode": "Codi pin:",
|
||||
"DeleteMedia": "Esborra multim\u00e8dia",
|
||||
"HeaderSync": "Sync",
|
||||
"HeaderPlayAll": "Play All",
|
||||
"HeaderPlayAll": "Reprodueix Tot",
|
||||
"HeaderUpcomingNews": "Properes Not\u00edcies",
|
||||
"ButtonOk": "D'acord",
|
||||
"ButtonCancel": "Cancel\u00b7la",
|
||||
|
@ -172,7 +172,7 @@
|
|||
"OptionReleaseDate": "Data de Publicaci\u00f3",
|
||||
"OptionPlayCount": "Nombre de Reproduccions",
|
||||
"OptionDatePlayed": "Data de Reproducci\u00f3",
|
||||
"OptionDateAdded": "Data afegida",
|
||||
"OptionDateAdded": "Data Afegida",
|
||||
"OptionAlbumArtist": "Album Artist",
|
||||
"OptionArtist": "Artista",
|
||||
"OptionAlbum": "\u00c0lbum",
|
||||
|
@ -326,10 +326,10 @@
|
|||
"TabSeries": "S\u00e8ries",
|
||||
"TabFavorites": "Preferits",
|
||||
"TabMyLibrary": "La Meva Biblioteca",
|
||||
"LabelStartWhenPossible": "Start when possible:",
|
||||
"LabelStopWhenPossible": "Stop when possible:",
|
||||
"MinutesBefore": "minutes before",
|
||||
"MinutesAfter": "minutes after",
|
||||
"LabelStartWhenPossible": "Comen\u00e7a quan sigui possible:",
|
||||
"LabelStopWhenPossible": "Atura quan sigui possible:",
|
||||
"MinutesBefore": "minuts abans",
|
||||
"MinutesAfter": "minuts despr\u00e9s",
|
||||
"TabSettings": "Prefer\u00e8ncies",
|
||||
"ButtonRefreshGuideData": "Refresca les Dades de la Guia",
|
||||
"ButtonRefresh": "Refresca",
|
||||
|
@ -949,7 +949,7 @@
|
|||
"TabDevices": "Dispositius",
|
||||
"HeaderLibrarySettings": "Prefer\u00e8ncies de la Biblioteca",
|
||||
"HeaderChapterSettings": "Prefer\u00e8ncies de Cap\u00edtols",
|
||||
"HeaderCameraUploadHelp": "Les apps d'emby poden carregar autom\u00e0ticament fotos i v\u00eddeos capturats amb els teus dispositius m\u00f2bils cap a l'Emby Server.",
|
||||
"HeaderCameraUploadHelp": "Les apps d'emby poden carregar autom\u00e0ticament fotos capturades amb els teus dispositius m\u00f2bils cap a l'Emby Server.",
|
||||
"LabelCameraUploadPath": "Camera upload path:",
|
||||
"LabelCameraUploadPathHelp": "Select a custom upload path. This will override any default settings set in the Camera Upload section. If left blank, a default folder will be used. If using a custom path it will also need to be added in the library setup area.",
|
||||
"LabelCreateCameraUploadSubfolder": "Create a subfolder for each device",
|
||||
|
@ -1129,15 +1129,15 @@
|
|||
"SettingsSaved": "Prefer\u00e8ncies desades.",
|
||||
"OptionDownloadImagesInAdvanceHelp": "By default, most images are only downloaded when requested by an Emby app. Enable this option to download all images in advance, as new media is imported. This may cause significantly longer library scans.",
|
||||
"Users": "Usuaris",
|
||||
"Delete": "Esborrar",
|
||||
"Delete": "Esborra",
|
||||
"Password": "Contrasenya",
|
||||
"DeleteImage": "Esborrar Imatge",
|
||||
"DeleteImage": "Esborra Imatge",
|
||||
"MessageThankYouForSupporting": "Gr\u00e0cies per donar suport a Emby.",
|
||||
"DeleteImageConfirmation": "Esteu segur que voleu suprimir aquesta imatge?",
|
||||
"FileReadCancelled": "La lectura de l'arxiu ha estat cancel\u00b7lada.",
|
||||
"FileNotFound": "Arxiu no trobat.",
|
||||
"FileReadError": "S'ha produ\u00eft un error en llegir el fitxer.",
|
||||
"DeleteUser": "Esborrar Usuari",
|
||||
"DeleteUser": "Esborra Usuari",
|
||||
"DeleteUserConfirmation": "Are you sure you wish to delete this user?",
|
||||
"PasswordResetHeader": "Reset Password",
|
||||
"PasswordResetComplete": "La contrasenya s'ha restablert.",
|
||||
|
@ -1291,8 +1291,8 @@
|
|||
"LabelPlayMethodTranscoding": "Transcoding",
|
||||
"LabelPlayMethodDirectStream": "Direct Streaming",
|
||||
"LabelPlayMethodDirectPlay": "Direct Playing",
|
||||
"LabelAudioCodec": "Audio: {0}",
|
||||
"LabelVideoCodec": "Video: {0}",
|
||||
"LabelAudioCodec": "\u00c0udio: {0}",
|
||||
"LabelVideoCodec": "V\u00eddeo: {0}",
|
||||
"LabelLocalAccessUrl": "Acc\u00e9s local (LAN): {0}",
|
||||
"LabelRemoteAccessUrl": "Acc\u00e9s remot (WAN): {0}",
|
||||
"LabelRunningOnPort": "Corrent al port http {0}.",
|
||||
|
@ -1319,7 +1319,7 @@
|
|||
"ButtonReports": "Reports",
|
||||
"MetadataManager": "Gestor de Metadades",
|
||||
"HeaderTime": "Time",
|
||||
"LabelAddedOnDate": "Added {0}",
|
||||
"LabelAddedOnDate": "Afegit el {0}",
|
||||
"ButtonStart": "Start",
|
||||
"OptionBlockOthers": "Others",
|
||||
"OptionBlockTvShows": "TV Shows",
|
||||
|
@ -1446,7 +1446,7 @@
|
|||
"MessageInstallPluginFromApp": "This plugin must be installed from with in the app you intend to use it in.",
|
||||
"ValuePriceUSD": "Price: {0} (USD)",
|
||||
"MessageFeatureIncludedWithSupporter": "You are registered for this feature, and will be able to continue using it with an active Emby Premiere subscription.",
|
||||
"HeaderEmbyAccountAdded": "Emby Account Added",
|
||||
"HeaderEmbyAccountAdded": "Compte d'Emby Afegit",
|
||||
"MessageEmbyAccountAdded": "The Emby account has been added to this user.",
|
||||
"MessagePendingEmbyAccountAdded": "The Emby account has been added to this user. An email will be sent to the owner of the account. The invitation will need to be confirmed by clicking a link within the email.",
|
||||
"HeaderEmbyAccountRemoved": "Emby Account Removed",
|
||||
|
@ -1461,7 +1461,7 @@
|
|||
"HeaderExternalPlayerPlayback": "External Player Playback",
|
||||
"OptionWatched": "Vist",
|
||||
"OptionUnwatched": "No vist",
|
||||
"LabelMarkAs": "Mark as:",
|
||||
"LabelMarkAs": "Marca com:",
|
||||
"OptionInProgress": "In-Progress",
|
||||
"LabelResumePoint": "Punt de represa:",
|
||||
"ValueOneMovie": "1 movie",
|
||||
|
@ -1753,7 +1753,7 @@
|
|||
"OptionUseMyCustomVersion": "Use a custom version",
|
||||
"FFmpegSavePathNotFound": "We're unable to locate FFmpeg using the path you've entered. FFprobe is also required and must exist in the same folder. These components are normally bundled together in the same download. Please check the path and try again.",
|
||||
"XmlTvPremiere": "By default, Emby will import {0} hours of guide data. Importing unlimited data requires an active Emby Premiere subscription.",
|
||||
"MoreFromValue": "More from {0}",
|
||||
"MoreFromValue": "M\u00e9s de {0}",
|
||||
"OptionSaveMetadataAsHiddenHelp": "Changing this will apply to new metadata saved going forward. Existing metadata files will be updated the next time they are saved by Emby Server.",
|
||||
"EnablePhotos": "Enable photos",
|
||||
"EnablePhotosHelp": "Photos will be detected and displayed alongside other media files.",
|
||||
|
|
File diff suppressed because it is too large
Load diff
|
@ -23,7 +23,7 @@
|
|||
"LabelAddConnectSupporterHelp": "Para agregar un usuario que no esta listado, necesita primero enlazar su cuenta a Emby Connect desde su pagina de perfil de usuario.",
|
||||
"LabelPinCode": "C\u00f3digo pin:",
|
||||
"DeleteMedia": "Eliminar medios",
|
||||
"HeaderSync": "Sinc",
|
||||
"HeaderSync": "Sincronizar",
|
||||
"HeaderPlayAll": "Reproducir Todo",
|
||||
"HeaderUpcomingNews": "Noticias Recientes",
|
||||
"ButtonOk": "Ok",
|
||||
|
@ -38,7 +38,7 @@
|
|||
"HeaderAudio": "Audio",
|
||||
"HeaderVideo": "Video",
|
||||
"HeaderPaths": "Rutas",
|
||||
"CategorySync": "Sinc.",
|
||||
"CategorySync": "Sincronizar",
|
||||
"TabPlaylist": "Lista de Reproducci\u00f3n",
|
||||
"HeaderInstantMix": "Mezcla Instant\u00e1nea",
|
||||
"HeaderEasyPinCode": "C\u00f3digo Pin Sencillo",
|
||||
|
@ -49,7 +49,7 @@
|
|||
"ButtonConfigurePinCode": "Configurar c\u00f3digo pin",
|
||||
"RegisterWithPayPal": "Registrar con PayPal",
|
||||
"LabelSyncTempPath": "Ruta de archivos temporales:",
|
||||
"LabelSyncTempPathHelp": "Especifique una carpeta de trabajo personalizada para sinc. Los medios convertidos creados durante el proceso de sinc ser\u00e1n almacenados en este lugar.",
|
||||
"LabelSyncTempPathHelp": "Especifique una carpeta de trabajo personalizada para sincronizaci\u00f3n Los medios convertidos creados durante el proceso de sincronizaci\u00f3n ser\u00e1n almacenados en este lugar.",
|
||||
"LabelCustomCertificatePath": "Ruta personalizada del certificado ssl:",
|
||||
"LabelCustomCertificatePathHelp": "Proporcione su propio archivo .pfx de certificado ssl.",
|
||||
"TitleNotifications": "Notificaciones",
|
||||
|
@ -57,7 +57,7 @@
|
|||
"OptionDetectArchiveFilesAsMediaHelp": "Al habilitarlo, los archivos con extensiones .rar y .zip ser\u00e1n detectados como archivos de medios.",
|
||||
"LabelEnterConnectUserName": "Nombre de usuario o correo:",
|
||||
"LabelEnterConnectUserNameHelp": "Este es su nombre de usuario de su cuenta Emby en linea o su correo electronico.",
|
||||
"HeaderSyncJobInfo": "Trabajo de Sinc",
|
||||
"HeaderSyncJobInfo": "Trabajo de Sincronizaci\u00f3n",
|
||||
"FolderTypeMixed": "Contenido mezclado",
|
||||
"FolderTypeMovies": "Pel\u00edculas",
|
||||
"FolderTypeMusic": "M\u00fasica",
|
||||
|
@ -622,7 +622,7 @@
|
|||
"LabelMaxStreamingBitrate": "Calidad m\u00e1xima de la transmisi\u00f3n:",
|
||||
"LabelMaxStreamingBitrateHelp": "Especifique una tasa de bits m\u00e1xima al transferir en tiempo real.",
|
||||
"LabelMaxChromecastBitrate": "Calidad de transmisi\u00f3n en Chromecast:",
|
||||
"LabelMusicStaticBitrate": "Tasa de bits de sinc de m\u00fascia",
|
||||
"LabelMusicStaticBitrate": "Tasa de bits de sincronizaci\u00f3n de m\u00fasica",
|
||||
"LabelMusicStaticBitrateHelp": "Especifique la tasa de bits m\u00e1xima al sincronizar m\u00fasica",
|
||||
"LabelMusicStreamingTranscodingBitrate": "Tasa de transcodificaci\u00f3n de m\u00fasica:",
|
||||
"LabelMusicStreamingTranscodingBitrateHelp": "Especifique la tasa de bits m\u00e1xima al transferir musica en tiempo real",
|
||||
|
@ -780,11 +780,11 @@
|
|||
"TabUsers": "Usuarios",
|
||||
"HeaderFeatures": "Caracter\u00edsticas",
|
||||
"HeaderAdvanced": "Avanzado",
|
||||
"ButtonSync": "Sinc",
|
||||
"ButtonSync": "Sincronizar",
|
||||
"TabScheduledTasks": "Tareas Programadas",
|
||||
"HeaderChapters": "Cap\u00edtulos",
|
||||
"HeaderResumeSettings": "Configuraci\u00f3n para Continuar",
|
||||
"TabSync": "Sinc",
|
||||
"TabSync": "Sincronizar",
|
||||
"TitleUsers": "Usuarios",
|
||||
"LabelProtocol": "Protocolo:",
|
||||
"OptionProtocolHttp": "Http",
|
||||
|
@ -1005,14 +1005,14 @@
|
|||
"LabelEnableSingleImageInDidlLimit": "Limitar a una sola imagen incrustada.",
|
||||
"LabelEnableSingleImageInDidlLimitHelp": "Algunos dispositivos no renderisaran apropiadamente si hay m\u00faltiples im\u00e1genes incrustadas en el Didl",
|
||||
"TabActivity": "Actividad",
|
||||
"TitleSync": "Sinc",
|
||||
"OptionAllowSyncContent": "Permitir Sinc",
|
||||
"TitleSync": "Sincronizar",
|
||||
"OptionAllowSyncContent": "Permitir Sincronizar",
|
||||
"OptionAllowContentDownloading": "Permitir descarga de medios",
|
||||
"NameSeasonUnknown": "Temporada Desconocida",
|
||||
"NameSeasonNumber": "Temporada {0}",
|
||||
"LabelNewUserNameHelp": "Los nombres de usuario pueden contener letras (a-z), n\u00fameros (0-9), guiones (-), guiones bajos (_) y puntos (.)",
|
||||
"TabJobs": "Trabajos",
|
||||
"TabSyncJobs": "Trabajos de Sinc",
|
||||
"TabSyncJobs": "Trabajos de Sincronizacion",
|
||||
"HeaderThisUserIsCurrentlyDisabled": "Este usuario se encuentra actualmente deshabilitado",
|
||||
"MessageReenableUser": "Vea abajo para volverlo a habilitar",
|
||||
"OptionTVMovies": "Pel\u00edculas de TV",
|
||||
|
@ -1032,7 +1032,7 @@
|
|||
"LabelConversionCpuCoreLimit": "L\u00edmite de n\u00facleos de CPU:",
|
||||
"LabelConversionCpuCoreLimitHelp": "L\u00edmitar el n\u00famero de n\u00facleos del CPI que ser\u00e1n utilizados durante la conversi\u00f3n de sincronizaci\u00f3n.",
|
||||
"OptionEnableFullSpeedConversion": "Habilitar conversi\u00f3n a m\u00e1xima velocidad",
|
||||
"OptionEnableFullSpeedConversionHelp": "Por defecto, la conversi\u00f3n es realizada a baja velocidad para minimizar el consumo de recursos.",
|
||||
"OptionEnableFullSpeedConversionHelp": "Por defecto, la conversi\u00f3n para sincronizaci\u00f3n es realizada a baja velocidad para minimizar el consumo de recursos.",
|
||||
"HeaderPlaylists": "Listas",
|
||||
"HeaderViewStyles": "Ver Estilos",
|
||||
"TabPhotos": "Fotos",
|
||||
|
@ -1177,7 +1177,7 @@
|
|||
"PluginCategoryContentProvider": "Proveedores de Contenido",
|
||||
"PluginCategoryScreenSaver": "Protectores de Pantalla",
|
||||
"PluginCategoryTheme": "Temas",
|
||||
"PluginCategorySync": "Sinc",
|
||||
"PluginCategorySync": "Sincronizar",
|
||||
"PluginCategorySocialIntegration": "Redes Sociales",
|
||||
"PluginCategoryNotifications": "Notificaciones",
|
||||
"PluginCategoryMetadata": "Metadatos",
|
||||
|
@ -1204,7 +1204,7 @@
|
|||
"ButtonTakeTheTour": "Haga el recorrido",
|
||||
"HeaderWelcomeBack": "\u00a1Bienvenido nuevamente!",
|
||||
"ButtonTakeTheTourToSeeWhatsNew": "Inice el tour para ver que hay de nuevo",
|
||||
"MessageNoSyncJobsFound": "No se han encontrado trabajos de sincronizaci\u00f3n. Cree trabajos de sincronizaci\u00f3n empleando los botones de Sinc en la app.",
|
||||
"MessageNoSyncJobsFound": "No se han encontrado trabajos de sincronizaci\u00f3n. Cree trabajos de sincronizaci\u00f3n empleando los botones de Sincronizar en la app.",
|
||||
"MessageDownloadsFound": "No hay elementos sin conexi\u00f3n. Haga sus medios disponibles mientras esta desconectado haciendo clic en Hacer Disponible sin Conexi\u00f3n a trav\u00e9s de la app.",
|
||||
"HeaderSelectDevices": "Seleccionar Dispositivos",
|
||||
"ButtonReenable": "Re-habilitar",
|
||||
|
@ -1614,7 +1614,7 @@
|
|||
"ButtonLinkMyEmbyAccount": "Enlazar mi cuenta ahora",
|
||||
"MessageConnectAccountRequiredToInviteGuest": "Para poder enviar invitaciones necesita primero enlazar su cuenta Emby con este servidor.",
|
||||
"SyncMedia": "Sincronizar Medios",
|
||||
"HeaderCancelSyncJob": "Cancelar Sinc.",
|
||||
"HeaderCancelSyncJob": "Cancelar Sincronizaci\u00f3n",
|
||||
"LabelQuality": "Calidad:",
|
||||
"MovieLibraryHelp": "Vea la {0}Gu\u00eda para nombrar pel\u00edculas en Emby{1}",
|
||||
"TvLibraryHelp": "Vea la {0}Gu\u00eda para nombrar series de TV en Emby{1}",
|
||||
|
@ -1631,7 +1631,7 @@
|
|||
"TabCast": "Reparto",
|
||||
"TabScenes": "Escenas",
|
||||
"HeaderUnlockApp": "Desbloquear App",
|
||||
"HeaderUnlockSync": "Desbloquear Emby Sinc",
|
||||
"HeaderUnlockSync": "Desbloquear Sincronizaci\u00f3n Emby",
|
||||
"MessagePaymentServicesUnavailable": "Los servicios de pago no se encuentran disponibles actualmente. Por favor intente de nuevo mas tarde.",
|
||||
"OptionEnableFullscreen": "Habilitar Pantalla Completa",
|
||||
"ButtonServer": "Servidor",
|
||||
|
@ -1695,7 +1695,7 @@
|
|||
"HeaderConfirmPluginInstallation": "Confirmar Instalaci\u00f3n de Complemento",
|
||||
"PleaseConfirmPluginInstallation": "Por favor haga clic en OK para confirmar que ha leido lo que se encuentra arriba y que desea proceder con la instalaci\u00f3n del complemento.",
|
||||
"MessagePluginInstallDisclaimer": "Los complementos desarrollados por miembros de la comunidad Emby son una gran forma de mejorar su experiencia con Emby con caracter\u00edsticas y beneficios adicionales. Antes de instalar, conozca el impacto que pueden ocasionar en su Servidor Emby, tales como exploraci\u00f3n de la biblioteca que puede tomar m\u00e1s tiempo, procesamiento en segundo plano adicional y estabilidad del sistema reducida.",
|
||||
"HeaderCloudSync": "Sinc. en la Nube",
|
||||
"HeaderCloudSync": "Sincronizaci\u00f3n en la Nube",
|
||||
"HeaderFreeApps": "Aplicaciones Emby Gratuitas",
|
||||
"CoverArt": "Cover Art",
|
||||
"ButtonOff": "Apagar",
|
||||
|
@ -1762,7 +1762,7 @@
|
|||
"ManageOfflineDownloads": "Administrar elementos sin conexi\u00f3n",
|
||||
"MessageDownloadScheduled": "Descarga programada",
|
||||
"RememberMe": "Recuerdame",
|
||||
"HeaderOfflineSync": "Sinc. desconectado",
|
||||
"HeaderOfflineSync": "Sincronizar Desconectado",
|
||||
"LabelMaxAudioFileBitrate": "Tasa de bits m\u00e1xima para archivos de audio:",
|
||||
"LabelMaxAudioFileBitrateHelp": "Archivos de audio con una tasa de bits mas alta ser\u00e1n convertidos por el Servidor Emby. Elija un valor mas alto para una mejor calidad, o uno mas bajo para ahorrar espacio de almacenamiento local.",
|
||||
"LabelVaapiDevice": "Dispositivo VA API:",
|
||||
|
|
|
@ -1854,6 +1854,6 @@
|
|||
"EnableDebugLoggingHelp": "\u0410\u049b\u0430\u0443\u043b\u044b\u049b\u0442\u0430\u0440\u0434\u044b \u0436\u043e\u044e \u0436\u0443\u0440\u043d\u0430\u043b\u044b\u043d \u0442\u0435\u043a \u049b\u0430\u0436\u0435\u0442 \u0431\u043e\u043b\u0493\u0430\u043d \u0436\u0430\u0493\u0434\u0430\u0439\u0434\u0430 \u049b\u043e\u0441\u0443 \u043a\u0435\u0440\u0435\u043a. \u0424\u0430\u0439\u043b\u0434\u044b\u049b \u0436\u04af\u0439\u0435\u0433\u0435 \u049b\u0430\u0442\u044b\u043d\u0430\u0443 \u043a\u04e9\u0431\u0435\u044e\u0456 \u043a\u0435\u0439\u0431\u0456\u0440 \u043e\u0440\u0442\u0430\u043b\u0430\u0440\u0434\u0430 \u0441\u0435\u0440\u0432\u0435\u0440 \u043a\u043e\u043c\u043f\u044c\u044e\u0442\u0435\u0440\u0456\u043d\u0435 \u04b1\u0439\u044b\u049b\u0442\u0430\u0443\u0493\u0430 \u0436\u043e\u043b \u0431\u0435\u0440\u043c\u0435\u0439\u0434\u0456.",
|
||||
"SaveSubtitlesInOriginalMediaFolders": "\u0421\u0443\u0431\u0442\u0438\u0442\u0440\u043b\u0435\u0440\u0434\u0456 \u0442\u0430\u0441\u044b\u0493\u044b\u0448 \u049b\u0430\u043b\u0442\u0430\u043b\u0430\u0440\u044b \u0456\u0448\u0456\u043d\u0434\u0435 \u0441\u0430\u049b\u0442\u0430\u0443",
|
||||
"SaveSubtitlesInOriginalMediaFoldersHelp": "\u0421\u0443\u0431\u0442\u0438\u0442\u0440\u043b\u0435\u0440\u0434\u0456 \u0442\u0430\u0441\u044b\u0493\u044b\u0448 \u049b\u0430\u043b\u0442\u0430\u043b\u0430\u0440\u044b\u043d\u0430 \u0441\u0430\u049b\u0442\u0430\u0443 \u043e\u043b\u0430\u0440\u0434\u044b \u0442\u0430\u0431\u0443\u0434\u044b \u0436\u04d9\u043d\u0435 \u0431\u0430\u0441\u049b\u0430\u0440\u0443\u0434\u044b \u0436\u0435\u04a3\u0456\u043b\u0434\u0435\u0442\u0435\u0434\u0456.",
|
||||
"LabelSimultaneousConnectionLimit": "Simultaneous stream limit:",
|
||||
"SimultaneousConnectionLimitHelp": "The maximum number of allowed simultaneous streams. Enter 0 for no limit."
|
||||
"LabelSimultaneousConnectionLimit": "\u0411\u0456\u0440 \u043c\u0435\u0437\u0433\u0456\u043b\u0434\u0435\u0433\u0456 \u0430\u0493\u044b\u043d\u0434\u0430\u0440\u0434\u044b\u04a3 \u0448\u0435\u0433\u0456:",
|
||||
"SimultaneousConnectionLimitHelp": "\u0411\u0456\u0440 \u043c\u0435\u0437\u0433\u0456\u043b\u0434\u0435\u0433\u0456 \u0430\u0493\u044b\u043d\u0434\u0430\u0440\u0434\u044b\u04a3 \u0440\u0443\u049b\u0441\u0430\u0442 \u0435\u0442\u0456\u043b\u0433\u0435\u043d \u0435\u04a3 \u043a\u04e9\u043f \u0441\u0430\u043d\u044b. \u0428\u0435\u043a\u0441\u0456\u0437 \u04af\u0448\u0456\u043d\u0442 0 \u0435\u043d\u0433\u0456\u0437\u0456\u04a3\u0456\u0437."
|
||||
}
|
|
@ -24,7 +24,7 @@
|
|||
"LabelPinCode": "Pincode:",
|
||||
"DeleteMedia": "Verwijder media",
|
||||
"HeaderSync": "Sync",
|
||||
"HeaderPlayAll": "Play All",
|
||||
"HeaderPlayAll": "Speel alles af",
|
||||
"HeaderUpcomingNews": "Aankomende Nieuws",
|
||||
"ButtonOk": "Ok",
|
||||
"ButtonCancel": "Annuleren",
|
||||
|
@ -50,8 +50,8 @@
|
|||
"RegisterWithPayPal": "Registreer met PayPal",
|
||||
"LabelSyncTempPath": "Pad voor tijdelijke bestanden:",
|
||||
"LabelSyncTempPathHelp": "Geef een afwijkende sync werk directory op. Tijdens het sync proces aangemaakte geconverteerde media zal hier opgeslagen worden.",
|
||||
"LabelCustomCertificatePath": "Custom ssl certificate path:",
|
||||
"LabelCustomCertificatePathHelp": "Supply your own ssl certificate .pfx file.",
|
||||
"LabelCustomCertificatePath": "Aangepast SSL-certificaatpad:",
|
||||
"LabelCustomCertificatePathHelp": "Lever je eigen SSL-certificaat .pfx bestand aan.",
|
||||
"TitleNotifications": "Meldingen",
|
||||
"OptionDetectArchiveFilesAsMedia": "Herken archief bestanden als media",
|
||||
"OptionDetectArchiveFilesAsMediaHelp": "Indien ingeschakeld zullen bestanden met .rar en .zip extensies herkend worden als media bestanden.",
|
||||
|
@ -287,7 +287,7 @@
|
|||
"LabelAllowServerAutoRestart": "Automatisch herstarten van de server toestaan om updates toe te passen",
|
||||
"LabelAllowServerAutoRestartHelp": "De server zal alleen opnieuw opstarten tijdens inactieve perioden, wanneer er geen gebruikers actief zijn.",
|
||||
"LabelRunServerAtStartup": "Start server bij het aanmelden",
|
||||
"LabelRunServerAtStartupHelp": "This will start the Emby tray icon on Windows startup. If you've set up a Windows service then leave this unchecked and configure the service to run at startup.",
|
||||
"LabelRunServerAtStartupHelp": "Dit zal het Emby systeemvakicoon starten bij het opstarten van Windows. Als je een Windows service hebt opgezet, laat dit dan uitgevinkt en configureer de service om te starten bij het opstarten.",
|
||||
"ButtonSelectDirectory": "Selecteer map",
|
||||
"LabelCachePath": "Cache pad:",
|
||||
"DefaultMetadataLangaugeDescription": "Dit zijn uw standaardinstellingen en kunnen per-bibliotheek worden aangepast.",
|
||||
|
@ -453,7 +453,7 @@
|
|||
"LabelEnableAutomaticPortMap": "Schakel automatisch poort vertalen in",
|
||||
"LabelEnableAutomaticPortMapHelp": "Probeer om de publieke poort automatisch te vertalen naar de lokale poort via UPnP. Dit werkt niet op alle routers.",
|
||||
"LabelExternalDDNS": "Extern domein:",
|
||||
"LabelExternalDDNSHelp": "If you have a dynamic DNS enter it here. Emby apps will use it when connecting remotely. This field is required when used with a custom ssl certificate. Example: mydomain.com.",
|
||||
"LabelExternalDDNSHelp": "Als je een dynamische DNS hebt, geef deze dan hier in. Emby apps zullen deze gebruiken om vanop afstand te verbinden. Dit veld is verplicht bij het gebruik van een aangepast SSL-certificaat. Voorbeeld: mijndomein.com.",
|
||||
"TitleAppSettings": "App Instellingen",
|
||||
"LabelMinResumePercentage": "Percentage (min.):",
|
||||
"LabelMaxResumePercentage": "Percentage (max.):",
|
||||
|
@ -846,7 +846,7 @@
|
|||
"OptionOthers": "Overigen",
|
||||
"ViewTypeFolders": "Mappen",
|
||||
"OptionDisplayFolderView": "Toon een mappenweergave als u gewoon Mediamappen wilt weergeven",
|
||||
"OptionDisplayFolderViewHelp": "Indien ingeschakeld, zal Emby apps een Folders categorie naast uw mediabibliotheek weer te geven. Dit is handig als je wilt gewoon mapweergaven hebben.",
|
||||
"OptionDisplayFolderViewHelp": "Indien ingeschakeld, zullen Emby apps een Folders categorie naast uw mediabibliotheek weergeven. Dit is handig als u gewone mappenweergave wilt hebben.",
|
||||
"ViewTypeLiveTvRecordingGroups": "Opnamen",
|
||||
"ViewTypeLiveTvChannels": "Kanalen",
|
||||
"LabelEasyPinCode": "Eenvoudige pincode:",
|
||||
|
@ -949,7 +949,7 @@
|
|||
"TabDevices": "Apparaten",
|
||||
"HeaderLibrarySettings": "Bibliotheek Instellingen",
|
||||
"HeaderChapterSettings": "Hoofdstuk Instellingen",
|
||||
"HeaderCameraUploadHelp": "Emby apps kunnen automatisch foto's en video's die genomen zijn met uw mobiele apparaten in Emby Server uploaden",
|
||||
"HeaderCameraUploadHelp": "Emby apps kunnen automatisch foto's die genomen zijn met uw mobiele apparaten uploaden naar Emby Server",
|
||||
"LabelCameraUploadPath": "Camera upload pad:",
|
||||
"LabelCameraUploadPathHelp": "Selecteer een aangepast upload pad. Hierdoor worden alle standaardinstellingen in de camera uploaden sectie overschrijven. Wanneer leeg gelaten, wordt de standaard map gebruikt. Bij gebruik van een aangepast pad zal het ook moeten worden toegevoegd in de bibliotheek setup gebied.",
|
||||
"LabelCreateCameraUploadSubfolder": "Maak een submap voor elk apparaat",
|
||||
|
@ -1000,8 +1000,8 @@
|
|||
"HeaderParentalRatings": "Ouderlijke toezicht",
|
||||
"HeaderVideoTypes": "Video types",
|
||||
"HeaderYears": "Jaren",
|
||||
"HeaderBlockItemsWithNoRating": "Block items with no or unrecognized rating information:",
|
||||
"LabelBlockContentWithTags": "Block items with tags:",
|
||||
"HeaderBlockItemsWithNoRating": "Blokkeer items met geen of niet herkende keurinformatie.",
|
||||
"LabelBlockContentWithTags": "Blokkeer items met volgende tags:",
|
||||
"LabelEnableSingleImageInDidlLimit": "Beperk tot \u00e9\u00e9n enkele ingesloten afbeelding",
|
||||
"LabelEnableSingleImageInDidlLimitHelp": "Sommige apparaten zullen niet goed weergeven als er meerdere afbeeldingen ingesloten zijn in Didl.",
|
||||
"TabActivity": "Activiteit",
|
||||
|
@ -1024,11 +1024,11 @@
|
|||
"OptionAllowAudioPlaybackTranscoding": "Afspelen van geluid via transcoding toestaan",
|
||||
"OptionAllowVideoPlaybackTranscoding": "Afspelen van video via transcoding toestaan",
|
||||
"OptionAllowVideoPlaybackRemuxing": "Sta afspelen toe van video die conversie vereist zonder re-encoding",
|
||||
"OptionAllowMediaPlaybackTranscodingHelp": "Restricting access to transcoding may cause playback failures in Emby apps due to unsupported media formats.",
|
||||
"OptionAllowMediaPlaybackTranscodingHelp": "Toegang tot transcodering beperken kan afspeelfouten in Emby apps door niet ondersteunde madiaformaten veroorzaken.",
|
||||
"TabStreaming": "Streaming",
|
||||
"LabelRemoteClientBitrateLimit": "Internet streaming bitrate limiet (Mbps):",
|
||||
"LabelRemoteClientBitrateLimitHelp": "An optional per-stream bitrate limit for all out of network devices. This is useful to prevent devices from requesting a higher bitrate than your internet connection can handle. This may result in increased CPU load on your server in order to transcode videos on the fly to a lower bitrate.",
|
||||
"LabelUserRemoteClientBitrateLimitHelp": "This will override the default global value set in server playback settings.",
|
||||
"LabelRemoteClientBitrateLimitHelp": "Een optionele bitrate limiet per stream voor alle apparaten buiten het netwerk. Dit is handig om te voorkomen dat apparaten een hogere bitrate vragen dan je internetverbinding aan kan. Dit kan een verhoogde belasting van de CPU in je server veroorzaken om om videos direct te transcoderen naar een lagere bitrate.",
|
||||
"LabelUserRemoteClientBitrateLimitHelp": "Dit zal de standaard globale waarde in de afspeelinstellingen van de server overschrijven.",
|
||||
"LabelConversionCpuCoreLimit": "CPU core limiet:",
|
||||
"LabelConversionCpuCoreLimitHelp": "Limiteer het aantal CPU cores dat gebruikt mag worden bij een omzetting om te synchroniseren.",
|
||||
"OptionEnableFullSpeedConversion": "Inschakelen conversie op hoge snelheid",
|
||||
|
@ -1122,12 +1122,12 @@
|
|||
"LabelCodecIntrosPath": "Codec intro's pad:",
|
||||
"LabelCodecIntrosPathHelp": "Een map met video bestanden. Als de bestandsnaam van een video bestand overeenkomt met de video-, audiocodec ,audio profiel of een Tag dan zal deze afgespeeld worden voor de hoofd film.",
|
||||
"OptionConvertRecordingsToStreamingFormat": "Opnamen automatisch converteren naar een streaming formaat",
|
||||
"OptionConvertRecordingsToStreamingFormatHelp": "Recordings will be converted on the fly to MKV for easy playback on your devices.",
|
||||
"OptionConvertRecordingsToStreamingFormatHelp": "Opnames zullen onmiddelijk geconverteerd worden naar MKV om deze gemakkelijk te kunnen afspelen op je toestellen.",
|
||||
"FeatureRequiresEmbyPremiere": "Deze functie vereist een actieve Emby Premiere abonnement.",
|
||||
"OptionPlayNextEpisodeAutomatically": "Speel volgende aflevering automatisch",
|
||||
"OptionDownloadImagesInAdvance": "Download afbeeldingen van tevoren",
|
||||
"SettingsSaved": "Instellingen opgeslagen.",
|
||||
"OptionDownloadImagesInAdvanceHelp": "By default, most images are only downloaded when requested by an Emby app. Enable this option to download all images in advance, as new media is imported. This may cause significantly longer library scans.",
|
||||
"OptionDownloadImagesInAdvanceHelp": "Standaard worden de meeste afbeeldingen gedownload wanneer ze opgevraagd worden door een Emby app. Activeer deze optie om alle afbeeldingen op voorhand te downloaden bij het importeren van nieuwe media. Dit kan aanzienlijk langere bibliotheekscans veroorzaken.",
|
||||
"Users": "Gebruikers",
|
||||
"Delete": "Verwijderen",
|
||||
"Password": "Wachtwoord",
|
||||
|
@ -1484,7 +1484,7 @@
|
|||
"HeaderUnaired": "Niet uitgezonden",
|
||||
"HeaderMissing": "Ontbreekt",
|
||||
"ButtonWebsite": "Website",
|
||||
"ValueSeriesYearToPresent": "{0} - Present",
|
||||
"ValueSeriesYearToPresent": "{0} - Heden",
|
||||
"ValueAwards": "Prijzen: {0}",
|
||||
"ValuePremiered": "Premiere {0}",
|
||||
"ValuePremieres": "Premieres {0}",
|
||||
|
@ -1670,7 +1670,7 @@
|
|||
"HeaderSortBy": "Sorteren op",
|
||||
"HeaderSortOrder": "Sorteer volgorde",
|
||||
"ButtonMenu": "Menu",
|
||||
"ForAdditionalLiveTvOptions": "For additional Live TV providers, click on the Services tab to see the available options.",
|
||||
"ForAdditionalLiveTvOptions": "Voor extra Live TV providers, klik op de Diensten tab om de mogelijke opties te zien.",
|
||||
"ButtonGuide": "Gids",
|
||||
"ButtonYes": "Ja",
|
||||
"AddUser": "Gebruiker toevoegen",
|
||||
|
@ -1687,8 +1687,8 @@
|
|||
"PleaseAddAtLeastOneFolder": "Voeg tenminste 1 map aan deze bibliotheek toe door op de Toevoegen knop te klikken.",
|
||||
"ErrorAddingMediaPathToVirtualFolder": "Er ging iets mis bij het toevoegen van het media pad. Controleer of het pad klopt en of het Emby server process toegang heeft tot het pad.",
|
||||
"ErrorRemovingEmbyConnectAccount": "Er ging iets mis bij het verwijderen van het Emby Connect account. Controleer de internet verbinding en probeer het opnieuw.",
|
||||
"ErrorAddingEmbyConnectAccount1": "There was an error adding the Emby Connect account. Have you created an Emby account? You can sign up at {0}.",
|
||||
"ErrorAddingEmbyConnectAccount2": "If you're still having a problem, please send an email to {0}.",
|
||||
"ErrorAddingEmbyConnectAccount1": "Er was een probleem bij het toevoegen van de Emby Connect account. Heb je een Emby accoun aangemaaktt? Je kan inschrijven op {0}.",
|
||||
"ErrorAddingEmbyConnectAccount2": "Als je nog steeds een probleem hebt, stuur dan a.u.b. een mail naar {0}.",
|
||||
"ErrorAddingEmbyConnectAccount3": "Het Emby account is al gekoppeld aan een bestaande lokale gebruiker. Een Emby account kan worden gekoppeld aan maximaal \u00e9\u00e9n lokale gebruiker tegelijk.",
|
||||
"HeaderFavoriteArtists": "Favoriete Artiest",
|
||||
"HeaderFavoriteSongs": "Favoriete Titels",
|
||||
|
@ -1702,7 +1702,7 @@
|
|||
"TitleHardwareAcceleration": "Hardware versnelling",
|
||||
"HardwareAccelerationWarning": "Hardwareversnelling inschakelen kan instabiliteit veroorzaken in sommige omgevingen. Zorg ervoor dat uw besturingssysteem en videostuurprogramma's volledig up to date zijn. Als u problemen ondervindt bij het afspelen van video, nadat u dit hebt ingeschakeld, moet u de instelling terugzetten naar Auto.\n",
|
||||
"HeaderSelectCodecIntrosPath": "Selecteer het Codec intro's pad",
|
||||
"ValueExample": "Example: {0}",
|
||||
"ValueExample": "Voorbeeld: {0}",
|
||||
"OptionEnableAnonymousUsageReporting": "Activeer anonieme gebruiksgegevens rapportage",
|
||||
"OptionEnableAnonymousUsageReportingHelp": "Sta Emby toe anonieme gegevens zoals ge\u00efnstalleerde plugins, de versienummers van Emby toepassingen, etc. te verzamelen. Deze informatie wordt alleen gebruikt met het doel de software te verbeteren.",
|
||||
"LabelFileOrUrl": "Bstand of URL:",
|
||||
|
@ -1715,7 +1715,7 @@
|
|||
"LabelAllowHWTranscoding": "Hardware transcoding toestaan",
|
||||
"AllowHWTranscodingHelp": "Wanneer ingeschakeld zal de tuner streams direct transcoderen streams. Dit kan helpen de transcodering vereist door Emby Server te verlagen.",
|
||||
"OptionRequirePerfectSubtitleMatch": "Alleen ondertitels downloaden die een perfecte match geven voor mijn video bestanden",
|
||||
"OptionRequirePerfectSubtitleMatchHelp": "Requiring a perfect match will filter subtitles to include only those that have been tested and verified with your exact video file. Unchecking this will increase the likelihood of subtitles being downloaded, but will increase the chances of mistimed or incorrect subtitle text.",
|
||||
"OptionRequirePerfectSubtitleMatchHelp": "Een perfecte match vereisen zal de ondertitels filteren om alleen ondertitels te downloaden die getest en geverifieerd zijn met je exacte videobestand. Dit uitvinken zal de kans om ondertitels te vinden vergroten, maar ook de kans op een niet gesynchroniseerd of foute ondertitel vergroten.",
|
||||
"GuestUserNotFound": "Gebruiker is niet gevonden. Zorg er voor dat de naam klopt en probeer het opnieuw, of probeer hun e-mailadres in te voeren.",
|
||||
"Yesterday": "Gisteren",
|
||||
"MetadataSettingChangeHelp": "Veranderen van metadata instellingen zal nieuwe content die wordt toegevoegd be\u00efnvloeden. Om de bestaande inhoud te vernieuwen, opent u het detail scherm en klik op de knop Vernieuwen, of doe een bulk vernieuwing met behulp van de metadata manager.",
|
||||
|
@ -1741,7 +1741,7 @@
|
|||
"MapChannels": "Map Kanalen",
|
||||
"LabelffmpegPath": "FFmpeg pad:",
|
||||
"LabelffmpegVersion": "FFmpeg versie:",
|
||||
"LabelffmpegPathHelp": "The path to the ffmpeg application file, or folder containing ffmpeg.",
|
||||
"LabelffmpegPathHelp": "Het pad naar het ffmpeg applicatiebestand, of de folder die ffmpeg bevat.",
|
||||
"SetupFFmpeg": "FFmpet instellen",
|
||||
"SetupFFmpegHelp": "Emby may require a library or application to convert certain media types. There are many different applications available, however, Emby has been tested to work with ffmpeg. Emby is in no way affiliated with ffmpeg, its ownership, code or distribution.",
|
||||
"EnterFFmpegLocation": "Voer FFmpeg pad in",
|
||||
|
@ -1812,48 +1812,48 @@
|
|||
"HeaderNewDevices": "Nieuwe Apparaten",
|
||||
"HeaderOnNow": "Aan het spelen",
|
||||
"Downloading": "Downloaden",
|
||||
"LabelCertificatePassword": "Certificate password:",
|
||||
"LabelCertificatePasswordHelp": "If your certificate requires a password, please enter it here.",
|
||||
"Programs": "Programs",
|
||||
"News": "News",
|
||||
"HeaderDownloadSync": "Download & Sync",
|
||||
"LabelEnableHardwareDecodingFor": "Enable hardware decoding for:",
|
||||
"EnableHardwareEncoding": "Enable hardware encoding",
|
||||
"Rate": "Rate",
|
||||
"ButtonScanAllLibraries": "Scan All Libraries",
|
||||
"ScanLibrary": "Scan library",
|
||||
"LabelCertificatePassword": "Certificaat paswoord:",
|
||||
"LabelCertificatePasswordHelp": "Als je certificaat een paswoord vereist, vul het dan hier in alstublieft.",
|
||||
"Programs": "Programma's",
|
||||
"News": "Nieuws",
|
||||
"HeaderDownloadSync": "Download & Synchronisatie",
|
||||
"LabelEnableHardwareDecodingFor": "Activeer hardwaredecodering voor:",
|
||||
"EnableHardwareEncoding": "Activeer hardwaredecodering",
|
||||
"Rate": "Waardeer",
|
||||
"ButtonScanAllLibraries": "Scan alle bibliotheken",
|
||||
"ScanLibrary": "Scan bibliotheek",
|
||||
"EnableStreamLooping": "Auto-loop live streams",
|
||||
"EnableStreamLoopingHelp": "Enable this if live streams only contain a few seconds of data and need to be continuously requested.",
|
||||
"HttpsRequiresCert": "To require https for external connections, you will need to supply a trusted SSL certificate, such as Lets Encrypt.",
|
||||
"HeaderLatestDownloadedVideos": "Latest Downloaded Videos",
|
||||
"ServerRestartNeededAfterPluginInstall": "Emby Server will need to be restarted after installing a plugin.",
|
||||
"PluginInstalledMessage": "The plugin has been successfully installed. Emby Server will need to be restarted for changes to take effect.",
|
||||
"Themes": "Themes",
|
||||
"LabelTheme": "Theme:",
|
||||
"LabelDashboardTheme": "Server dashboard theme:",
|
||||
"MessagePremiereStatusGood": "You have a {0} Emby Premiere plan and your device usage is well within your limit.",
|
||||
"MessagePremiereStatusClose": "You have a {0} Emby Premiere plan, but your device usage is close to the limit.",
|
||||
"MessagePremiereExtendedPlans": "Consider an {0}extended device plan{1}",
|
||||
"MessagePremiereStatusOver": "You have a {0} Emby Premiere plan, but you are over your device limit!",
|
||||
"ListItemPremiereSub": "{0} subscription purchased via {2} expires {1}",
|
||||
"LabelClickToCancel": "Click to cancel this subscription",
|
||||
"LabelCancelInfo": "You can manage this subscription directly with {0}",
|
||||
"LabelAlreadyCanceled": "This subscription has been canceled. Key will remain valid until expiration.",
|
||||
"HeaderCancelSub": "Cancel Emby Premiere",
|
||||
"MessageConfirmSubCancel": "NO, Please don't go... You will miss out on all the great features of Emby Premiere!",
|
||||
"ButtonCancelSub": "I know, cancel it anyway",
|
||||
"ButtonDontCancelSub": "Keep Emby Premiere",
|
||||
"MessageSubCancelReqSent": "An email has been sent to the owner of the key. Please follow the instructions in that email to complete the cancellation of this subscription. We hope to see you back soon!",
|
||||
"MessageSubCancelError": "Something went wrong trying to cancel. Please send an email to {0} and we'll get you squared away.",
|
||||
"LabelAlreadyCancelled": "This subscription has been cancelled. You will not be charged again but the features will work until the date above.",
|
||||
"HttpsRequiresCert": "Om https te vereisen voor externe verbindingen zul je een vertrouw SSL-certificaat moeten voorzien zoals Lets Encrypt.",
|
||||
"HeaderLatestDownloadedVideos": "Laatst gedownloade video's.",
|
||||
"ServerRestartNeededAfterPluginInstall": "Emby server zal heropgestart moeten worden na het installeren van een plugin.",
|
||||
"PluginInstalledMessage": "Het installeren van de plugin is gelukt. Emby Server zal heropgestart moeten worden om de wijzigingen door te voeren.",
|
||||
"Themes": "Thema's",
|
||||
"LabelTheme": "Thema:",
|
||||
"LabelDashboardTheme": "Server dashboard thema:",
|
||||
"MessagePremiereStatusGood": "Je hebt een {0} Emby Premiere plan en je toestelgebruik is ruim binnen je limiet.",
|
||||
"MessagePremiereStatusClose": "Je hebt een {0} Emby Premiere plan, maar je toestelgebruik nadert de limiet.",
|
||||
"MessagePremiereExtendedPlans": "Overweeg een {0}uitgebreide toestellen plan{1}",
|
||||
"MessagePremiereStatusOver": "Je hebt een {0} Emby Premiere plan, maar bent over je toestellimiet!",
|
||||
"ListItemPremiereSub": "{0} abonnement aangekocht via {2} verloopt{1}",
|
||||
"LabelClickToCancel": "Klik om dit abonnement te annuleren",
|
||||
"LabelCancelInfo": "Je kan dit abonnement rechtstreeks beheren met {0}",
|
||||
"LabelAlreadyCanceled": "Dit abonnement is geannuleerd. De sleutel blijft geldig tot deze verlopen is.",
|
||||
"HeaderCancelSub": "Annuleer Emby Premiere",
|
||||
"MessageConfirmSubCancel": "NEE, ga alsjeblieft niet weg... Je zal alle fantastische functies van Emby Premiere missen!",
|
||||
"ButtonCancelSub": "Dat weet ik, annuleer het toch",
|
||||
"ButtonDontCancelSub": "Hou Emby Premiere",
|
||||
"MessageSubCancelReqSent": "Er is een email verstuurd naar de eigenaar van de key. Volg a.u.b. de instructies in die mail om de annulatie van het abonnement te voltooien. We hopen je snel terug te zien!",
|
||||
"MessageSubCancelError": "Er is iets misgelopen bij het annuleren. Stuur a.u.b. een mail naar {0} en we zullen dit zo snel mogelijk in orde brengen.",
|
||||
"LabelAlreadyCancelled": "Dit abonnement is geannuleerd. Je zal niets meer aangerekend worden maar alle functies zullen blijven werken tot bovenstaande datum.",
|
||||
"AllowOnTheFlySubtitleExtraction": "Directe Ondertitel extractie toestaan",
|
||||
"AllowOnTheFlySubtitleExtractionHelp": "Embedded subtitles can be extracted from videos and delivered to Emby apps in plain text in order to help prevent video transcoding. On some systems this can take a long time and cause video playback to stall during the extraction process. Disable this to have embedded subtitles burned in with video transcoding when they are not natively supported by the client device.",
|
||||
"AllowOnTheFlySubtitleExtractionHelp": "Ingebakken ondertitels kunnen uit de video's gehaald worden en als tekst bezorgd worden aan de Emby apps om transcodering the helpen voorkomen. Op sommige systemen kan dit een lange tijd duren en er voor zorgen dat het afspelen van video stopt tijdens de extractie. Schakel dit uit om ingebakken ondertiteling in de video te laten branden met transcodering als deze niet standaard ondersteund worden door het afspeelapparaat.",
|
||||
"ButtonStopRecording": "Stop Opname",
|
||||
"StopRecording": "Stop opname",
|
||||
"CancelSeries": "Cancel series",
|
||||
"EnableDebugLoggingHelp": "Debug logging should only be enabled as needed for troubleshooting purposes. The increased file system access may prevent the server machine from being able to sleep in some environments.",
|
||||
"SaveSubtitlesInOriginalMediaFolders": "Save subtitles into media folders",
|
||||
"SaveSubtitlesInOriginalMediaFoldersHelp": "Saving subtitles into media folders will make them easier to locate and manage.",
|
||||
"LabelSimultaneousConnectionLimit": "Simultaneous stream limit:",
|
||||
"SimultaneousConnectionLimitHelp": "The maximum number of allowed simultaneous streams. Enter 0 for no limit."
|
||||
"CancelSeries": "Annuleer series",
|
||||
"EnableDebugLoggingHelp": "Debug logging mag alleen ingeschakeld worden voor het onderzoeken van problemen. De verhoogde belasting van het bestandssysteem kan voorkomen dat de server in slaapstand gaat in sommige omgevingen.",
|
||||
"SaveSubtitlesInOriginalMediaFolders": "Sla ondertitels op in media mappen.",
|
||||
"SaveSubtitlesInOriginalMediaFoldersHelp": "Ondertitels opslaan in media mappen maakt ze eenvoudiger te vinden en te beheren.",
|
||||
"LabelSimultaneousConnectionLimit": "Gelijktijdige streams limiet:",
|
||||
"SimultaneousConnectionLimitHelp": "Het maximum aantal toegestane gelijktijdige streams. Geef 0 in voor geen limiet."
|
||||
}
|
|
@ -24,7 +24,7 @@
|
|||
"LabelPinCode": "C\u00f3digo Pin:",
|
||||
"DeleteMedia": "Excluir m\u00eddia",
|
||||
"HeaderSync": "Sincroniza\u00e7\u00e3o",
|
||||
"HeaderPlayAll": "Play All",
|
||||
"HeaderPlayAll": "Reproduzir Tudo",
|
||||
"HeaderUpcomingNews": "Pr\u00f3ximas Not\u00edcias",
|
||||
"ButtonOk": "OK",
|
||||
"ButtonCancel": "Cancelar",
|
||||
|
@ -263,8 +263,8 @@
|
|||
"HeaderFeatureAccess": "Acesso aos Recursos",
|
||||
"OptionAllowMediaPlayback": "Permitir reprodu\u00e7\u00e3o de m\u00eddia",
|
||||
"OptionAllowBrowsingLiveTv": "Permitir acesso \u00e0 TV ao Vivo",
|
||||
"HeaderMediaDeletion": "Media Deletion",
|
||||
"AllowDeletionFromAll": "Allow media deletion from all libraries",
|
||||
"HeaderMediaDeletion": "Exclus\u00e3o de M\u00eddia",
|
||||
"AllowDeletionFromAll": "Permitir a exclus\u00e3o de m\u00eddia de todas as bibliotecas",
|
||||
"OptionAllowManageLiveTv": "Permitir gerenciamento de grava\u00e7\u00f5es da TV ao Vivo",
|
||||
"OptionAllowRemoteControlOthers": "Permitir controle remoto de outros usu\u00e1rios",
|
||||
"OptionAllowRemoteSharedDevices": "Permitir controle remoto de dispositivos compartilhados",
|
||||
|
@ -387,7 +387,7 @@
|
|||
"HeaderLatestGames": "Jogos Recentes",
|
||||
"TabGameSystems": "Sistemas de Jogo",
|
||||
"TabFolders": "Pastas",
|
||||
"LabelSpecialSeasonsDisplayName": "Special season display name:",
|
||||
"LabelSpecialSeasonsDisplayName": "Nome de exibi\u00e7\u00e3o da temporada especial:",
|
||||
"LabelEnableRealtimeMonitor": "Ativar monitoramento em tempo real",
|
||||
"LabelEnableRealtimeMonitorHelp": "As altera\u00e7\u00f5es ser\u00e3o processadas imediatamente em sistemas de arquivos suportados.",
|
||||
"ButtonScanLibrary": "Rastrear Biblioteca",
|
||||
|
@ -949,7 +949,7 @@
|
|||
"TabDevices": "Dispositivos",
|
||||
"HeaderLibrarySettings": "Configura\u00e7\u00f5es da Biblioteca",
|
||||
"HeaderChapterSettings": "Configura\u00e7\u00f5es dos Cap\u00edtulos",
|
||||
"HeaderCameraUploadHelp": "Os apps Emby podem fazer o updload autom\u00e1tico de fotos e v\u00eddeos tiradas por seus dispositivos m\u00f3veis para o Servidor Emby.",
|
||||
"HeaderCameraUploadHelp": "Os apps Emby podem fazer o updload autom\u00e1tico de fotos tiradas por seus dispositivos m\u00f3veis para o Servidor Emby.",
|
||||
"LabelCameraUploadPath": "Local para upload da c\u00e2mera:",
|
||||
"LabelCameraUploadPathHelp": "Selecione um local personalizado para upload. Isto ir\u00e1 alterar todas as configura\u00e7\u00f5es padr\u00e3o definidas na se\u00e7\u00e3o de Upload da C\u00e2mera. Se n\u00e3o definir, a pasta padr\u00e3o ser\u00e1 usada. Se usar um local personalizado, ser\u00e1 necess\u00e1rio adicionar na \u00e1rea de ajustes da biblioteca.",
|
||||
"LabelCreateCameraUploadSubfolder": "Criar uma subpasta para cada dispositivo",
|
||||
|
@ -1024,7 +1024,7 @@
|
|||
"OptionAllowAudioPlaybackTranscoding": "Permitir reprodu\u00e7\u00e3o de \u00e1udio que necessite de transcodifica\u00e7\u00e3o",
|
||||
"OptionAllowVideoPlaybackTranscoding": "Permitir reprodu\u00e7\u00e3o de v\u00eddeo que necessite de transcodifica\u00e7\u00e3o",
|
||||
"OptionAllowVideoPlaybackRemuxing": "Permitir reprodu\u00e7\u00e3o de v\u00eddeos que requeiram convers\u00e3o sem re-encoda\u00e7\u00e3o",
|
||||
"OptionAllowMediaPlaybackTranscodingHelp": "Restricting access to transcoding may cause playback failures in Emby apps due to unsupported media formats.",
|
||||
"OptionAllowMediaPlaybackTranscodingHelp": "Restringir acesso \u00e0 transcodifica\u00e7\u00e3o pode ocasionar falhas na reprodu\u00e7\u00e3o nas apps Emby devido a formatos de m\u00eddias n\u00e3o suportados.",
|
||||
"TabStreaming": "Streaming",
|
||||
"LabelRemoteClientBitrateLimit": "Limite de taxa de bits para streaming da Internet (Mbps):",
|
||||
"LabelRemoteClientBitrateLimitHelp": "Um limite opcional da taxa de bits por-stream para todos os dispositivos fora da rede. Esta op\u00e7\u00e3o \u00e9 \u00fatil para evitar que os dispositivos demandem uma taxa de bits maior que a permitida pela sua conex\u00e3o. Isto pode causar um aumento na carga da CPU de seu servidor para que possa transcodificar os v\u00eddeos em tempo real para uma taxa mais baixa.",
|
||||
|
@ -1851,9 +1851,9 @@
|
|||
"ButtonStopRecording": "Parar Grava\u00e7\u00e3o",
|
||||
"StopRecording": "Parar grava\u00e7\u00e3o",
|
||||
"CancelSeries": "Cancelar s\u00e9rie",
|
||||
"EnableDebugLoggingHelp": "Debug logging should only be enabled as needed for troubleshooting purposes. The increased file system access may prevent the server machine from being able to sleep in some environments.",
|
||||
"SaveSubtitlesInOriginalMediaFolders": "Save subtitles into media folders",
|
||||
"SaveSubtitlesInOriginalMediaFoldersHelp": "Saving subtitles into media folders will make them easier to locate and manage.",
|
||||
"LabelSimultaneousConnectionLimit": "Simultaneous stream limit:",
|
||||
"SimultaneousConnectionLimitHelp": "The maximum number of allowed simultaneous streams. Enter 0 for no limit."
|
||||
"EnableDebugLoggingHelp": "O log de depura\u00e7\u00e3o s\u00f3 deveria estar ativo se necess\u00e1rio para prop\u00f3sitos de identifica\u00e7\u00e3o de problemas. O aumento de acesso ao sistema de arquivos pode evitar que a m\u00e1quina do servidor possa entrar em modo suspens\u00e3o em alguns ambientes.",
|
||||
"SaveSubtitlesInOriginalMediaFolders": "Salvar legendas dentro das pastas de m\u00eddia",
|
||||
"SaveSubtitlesInOriginalMediaFoldersHelp": "Salvar legendas dentro das pastas de m\u00eddia deixar\u00e1 mais f\u00e1cil localiz\u00e1-las e gerenci\u00e1-las.",
|
||||
"LabelSimultaneousConnectionLimit": "Limite de stream simult\u00e2neo:",
|
||||
"SimultaneousConnectionLimitHelp": "O n\u00famero m\u00e1ximo permitido de streams simult\u00e2neos. Digitar 0 para n\u00e3o haver limite."
|
||||
}
|
|
@ -75,7 +75,7 @@
|
|||
"LabelLanguage": "Jazyk:",
|
||||
"LabelTimeLimitHours": "\u010casov\u00fd limit (v hodin\u00e1ch):",
|
||||
"HeaderPreferredMetadataLanguage": "Uprednost\u0148ovan\u00fd jazyk metad\u00e1t",
|
||||
"LabelSaveLocalMetadata": "Save artwork and metadata into media folders",
|
||||
"LabelSaveLocalMetadata": "Ulo\u017ei\u0165 obaly a metad\u00e1ta do prie\u010dinka s m\u00e9diami",
|
||||
"LabelSaveLocalMetadataHelp": "Saving artwork and metadata directly into media folders will put them in a place where they can be easily edited.",
|
||||
"LabelDownloadInternetMetadata": "Stiahnu\u0165 obal a metad\u00e1ta z Internetu",
|
||||
"LabelDownloadInternetMetadataHelp": "Emby Server can download information about your media to enable rich presentations.",
|
||||
|
@ -88,7 +88,7 @@
|
|||
"TabImages": "Obr\u00e1zky",
|
||||
"TabNotifications": "Upozornenia",
|
||||
"TabCollectionTitles": "N\u00e1zvy",
|
||||
"HeaderDeviceAccess": "Device Access",
|
||||
"HeaderDeviceAccess": "Pr\u00edstup k zariadeniu",
|
||||
"OptionEnableAccessFromAllDevices": "Povoli\u0165 pr\u00edstup zo v\u0161etk\u00fdch zariaden\u00ed",
|
||||
"OptionEnableAccessToAllChannels": "Povoli\u0165 pr\u00edstup ku v\u0161etk\u00fdm kan\u00e1lom",
|
||||
"OptionEnableAccessToAllLibraries": "Povoli\u0165 pr\u00edstup ku v\u0161etk\u00fdm kni\u017eniciam",
|
||||
|
@ -189,7 +189,7 @@
|
|||
"OptionBanner": "Banner",
|
||||
"OptionCriticRating": "Hodnotenie kritikov",
|
||||
"OptionVideoBitrate": "Video Bitrate",
|
||||
"OptionResumable": "Resumable",
|
||||
"OptionResumable": "Pozastavite\u013en\u00fd",
|
||||
"TabMyPlugins": "Moje roz\u0161\u00edrenia",
|
||||
"TabCatalog": "Katal\u00f3g",
|
||||
"TitlePlugins": "Roz\u0161\u00edrenia",
|
||||
|
@ -214,7 +214,7 @@
|
|||
"OptionHasThemeSong": "Theme Song",
|
||||
"OptionHasThemeVideo": "Theme Video",
|
||||
"TabMovies": "Filmy",
|
||||
"TabStudios": "Studios",
|
||||
"TabStudios": "\u0160t\u00fadi\u00e1",
|
||||
"TabTrailers": "Uk\u00e1\u017eky",
|
||||
"LabelArtists": "Umelci:",
|
||||
"LabelArtistsHelp": "Odde\u013ete pomocou ;",
|
||||
|
@ -365,7 +365,7 @@
|
|||
"HeaderFetchImages": "Fetch Images:",
|
||||
"HeaderImageSettings": "Nastavenia obr\u00e1zkov",
|
||||
"TabOther": "In\u00e9",
|
||||
"LabelMaxBackdropsPerItem": "Maximum number of backdrops per item:",
|
||||
"LabelMaxBackdropsPerItem": "Maxim\u00e1lny po\u010det obr\u00e1zkov pre pozadie na polo\u017eku:",
|
||||
"LabelMaxScreenshotsPerItem": "Maximum number of screenshots per item:",
|
||||
"LabelMinBackdropDownloadWidth": "Minimum backdrop download width:",
|
||||
"LabelMinScreenshotDownloadWidth": "Minimum screenshot download width:",
|
||||
|
@ -460,7 +460,7 @@
|
|||
"LabelMinResumeDuration": "Min resume duration (seconds):",
|
||||
"LabelMinResumePercentageHelp": "Titles are assumed unplayed if stopped before this time",
|
||||
"LabelMaxResumePercentageHelp": "Titles are assumed fully played if stopped after this time",
|
||||
"LabelMinResumeDurationHelp": "Titles shorter than this will not be resumable",
|
||||
"LabelMinResumeDurationHelp": "Tituly krat\u0161ie ako tento \u010das nebud\u00fa pozastavite\u013en\u00e9.",
|
||||
"HeaderName": "Name",
|
||||
"HeaderDate": "D\u00e1tum",
|
||||
"HeaderSource": "Zdroj",
|
||||
|
@ -513,7 +513,7 @@
|
|||
"ErrorMessageInvalidKey": "In order for any premium content to be registered, you must also have an active Emby Premiere subscription.",
|
||||
"HeaderDisplaySettings": "Nastavenia zobrazenia",
|
||||
"LabelEnableDlnaServer": "Povoli\u0165 DLNA server",
|
||||
"LabelEnableDlnaServerHelp": "Allows UPnP devices on your network to browse and play Emby content.",
|
||||
"LabelEnableDlnaServerHelp": "Povol\u00ed UPnP zariadeniam vo va\u0161ej sieti prech\u00e1dza\u0165 a prehr\u00e1va\u0165 obsah Emby.",
|
||||
"LabelEnableBlastAliveMessages": "Blast alive messages",
|
||||
"LabelEnableBlastAliveMessagesHelp": "Enable this if the server is not detected reliably by other UPnP devices on your network.",
|
||||
"LabelBlastMessageInterval": "Alive message interval (seconds)",
|
||||
|
@ -554,7 +554,7 @@
|
|||
"Audio": "Audio",
|
||||
"Rewind": "Rewind",
|
||||
"Fullscreen": "Na cel\u00fa obrazovku",
|
||||
"ExitFullscreen": "Exit full screen",
|
||||
"ExitFullscreen": "Opusti\u0165 cel\u00fa obrazovku",
|
||||
"PictureInPicture": "Obraz v obraze",
|
||||
"PlayOnAnotherDevice": "Prehra\u0165 na inom zariaden\u00ed",
|
||||
"FastForward": "Fast-forward",
|
||||
|
@ -601,7 +601,7 @@
|
|||
"TabDirectPlay": "Direct Play",
|
||||
"TabContainers": "Kontajnery",
|
||||
"TabCodecs": "Kodeky",
|
||||
"TabResponses": "Responses",
|
||||
"TabResponses": "Odpovede",
|
||||
"HeaderProfileInformation": "Profile Information",
|
||||
"LabelEmbedAlbumArtDidl": "Embed album art in Didl",
|
||||
"LabelEmbedAlbumArtDidlHelp": "Some devices prefer this method for obtaining album art. Others may fail to play with this option enabled.",
|
||||
|
@ -649,7 +649,7 @@
|
|||
"LabelXDlnaDocHelp": "Determines the content of the X_DLNADOC element in the urn:schemas-dlna-org:device-1-0 namespace.",
|
||||
"LabelSonyAggregationFlags": "Sony aggregation flags:",
|
||||
"LabelSonyAggregationFlagsHelp": "Determines the content of the aggregationFlags element in the urn:schemas-sonycom:av namespace.",
|
||||
"LabelTranscodingContainer": "Container:",
|
||||
"LabelTranscodingContainer": "Obal:",
|
||||
"LabelTranscodingVideoCodec": "Video kodek:",
|
||||
"LabelTranscodingAudioCodec": "Audio kodek:",
|
||||
"OptionEnableM2tsMode": "Enable M2ts mode",
|
||||
|
@ -763,7 +763,7 @@
|
|||
"HeaderApp": "App",
|
||||
"HeaderDevice": "Zariadenie",
|
||||
"HeaderUser": "User",
|
||||
"HeaderDateIssued": "Date Issued",
|
||||
"HeaderDateIssued": "D\u00e1tum vydania",
|
||||
"HeaderHttpHeaders": "HTTP hlavi\u010dky",
|
||||
"HeaderIdentificationHeader": "Identification Header",
|
||||
"LabelValue": "Hodnota:",
|
||||
|
@ -798,7 +798,7 @@
|
|||
"LabelImage": "Obr\u00e1zok:",
|
||||
"HeaderImages": "Obr\u00e1zky",
|
||||
"HeaderBackdrops": "Backdrops",
|
||||
"HeaderAddUpdateImage": "Add\/Update Image",
|
||||
"HeaderAddUpdateImage": "Prida\u0165\/Aktualizova\u0165 obr\u00e1zok",
|
||||
"LabelDropImageHere": "Drop image here.",
|
||||
"LabelJpgPngOnly": "Iba JPG\/PNG",
|
||||
"LabelImageType": "Typ obr\u00e1zku:",
|
||||
|
@ -806,8 +806,8 @@
|
|||
"OptionArt": "Art",
|
||||
"OptionBox": "Box",
|
||||
"OptionBoxRear": "Box rear",
|
||||
"OptionDisc": "Disc",
|
||||
"OptionIcon": "Icon",
|
||||
"OptionDisc": "Disk",
|
||||
"OptionIcon": "Ikona",
|
||||
"OptionLogo": "Logo",
|
||||
"OptionMenu": "Menu",
|
||||
"OptionScreenshot": "Sn\u00edmka obrazovky",
|
||||
|
@ -865,7 +865,7 @@
|
|||
"LabelReleaseDate": "D\u00e1tum vydania:",
|
||||
"LabelEndDate": "D\u00e1tum ukon\u010denia:",
|
||||
"LabelAirDate": "Air days:",
|
||||
"LabelAirTime:": "Air time:",
|
||||
"LabelAirTime:": "\u010cas vysielania:",
|
||||
"LabelRuntimeMinutes": "D\u013a\u017eka (min\u00faty):",
|
||||
"HeaderSpecialEpisodeInfo": "Special Episode Info",
|
||||
"LabelDisplaySpecialsWithinSeasons": "Display specials within seasons they aired in",
|
||||
|
@ -873,9 +873,9 @@
|
|||
"HeaderStudios": "Studios",
|
||||
"HeaderTags": "Tags",
|
||||
"OptionNoTrailer": "No Trailer",
|
||||
"ButtonPurchase": "Purchase",
|
||||
"ButtonPurchase": "Zak\u00fapi\u0165",
|
||||
"OptionActor": "Herec",
|
||||
"OptionComposer": "Composer",
|
||||
"OptionComposer": "Skladate\u013e",
|
||||
"OptionDirector": "Re\u017eis\u00e9r",
|
||||
"OptionProducer": "Producent",
|
||||
"LabelAirDays": "Air days:",
|
||||
|
@ -884,7 +884,7 @@
|
|||
"HeaderPhotoInfo": "Inform\u00e1cie o fotke",
|
||||
"HeaderInstall": "In\u0161talova\u0165",
|
||||
"LabelSelectVersionToInstall": "Vyberte verziu, ktor\u00fa chcete nain\u0161talova\u0165:",
|
||||
"LinkLearnMoreAboutSubscription": "Learn about Emby Premiere",
|
||||
"LinkLearnMoreAboutSubscription": "Zistite viac o Emby Premiere",
|
||||
"MessagePluginRequiresSubscription": "This plugin will require an active Emby Premiere subscription after the 14 day free trial.",
|
||||
"MessagePremiumPluginRequiresMembership": "This plugin will require an active Emby Premiere subscription in order to purchase after the 14 day free trial.",
|
||||
"HeaderReviews": "Reviews",
|
||||
|
@ -899,11 +899,11 @@
|
|||
"LabelExtractChaptersDuringLibraryScan": "Extract chapter images during the library scan",
|
||||
"LabelExtractChaptersDuringLibraryScanHelp": "If enabled, chapter images will be extracted when videos are imported during the library scan. If disabled they will be extracted during the chapter images scheduled task, allowing the regular library scan to complete faster.",
|
||||
"LabelConnectGuestUserName": "Their Emby username or email address:",
|
||||
"LabelConnectUserName": "Emby username or email address:",
|
||||
"LabelConnectUserName": "Emby pou\u017e\u00edvate\u013esk\u00e9 meno alebo emailov\u00e1 adresa:",
|
||||
"LabelConnectUserNameHelp": "Connect this local user to an online Emby account to enable easy sign-in access from any Emby app without having to know the server ip address.",
|
||||
"ButtonLearnMoreAboutEmbyConnect": "Zistite viac o Emby Connect",
|
||||
"LabelExternalPlayers": "Extern\u00e9 prehr\u00e1va\u010de:",
|
||||
"LabelNativeExternalPlayersHelp": "Play videos using external players.",
|
||||
"LabelNativeExternalPlayersHelp": "Prehra\u0165 vide\u00e1 pomocou extern\u00fdch prehr\u00e1va\u010dov.",
|
||||
"HeaderSubtitleProfile": "Profil titulkov",
|
||||
"HeaderSubtitleProfiles": "Profily titulkov",
|
||||
"HeaderSubtitleProfilesHelp": "Subtitle profiles describe the subtitle formats supported by the device.",
|
||||
|
@ -939,8 +939,8 @@
|
|||
"CinemaModeConfigurationHelp2": "Emby apps will have a setting to enable or disable cinema mode. TV apps enable cinema mode by default.",
|
||||
"LabelEnableCinemaMode": "Povoli\u0165 kino m\u00f3d",
|
||||
"HeaderCinemaMode": "Kino m\u00f3d",
|
||||
"LabelDateAddedBehavior": "Date added behavior for new content:",
|
||||
"OptionDateAddedImportTime": "Use date scanned into the library",
|
||||
"LabelDateAddedBehavior": "Nov\u00fd obsah zora\u010fova\u0165 pod\u013ea d\u00e1tumu:",
|
||||
"OptionDateAddedImportTime": "Pod\u013ea d\u00e1tumu pridania do kni\u017enice",
|
||||
"OptionDateAddedFileTime": "Pou\u017ei\u0165 d\u00e1tum vytvorenia s\u00faboru",
|
||||
"LabelDateAddedBehaviorHelp": "If a metadata value is present it will always be used before either of these options.",
|
||||
"LabelNumberTrailerToPlay": "Number of trailers to play:",
|
||||
|
@ -964,8 +964,8 @@
|
|||
"HeaderGuests": "Hostia",
|
||||
"HeaderPendingInvitations": "\u010cakaj\u00face pozv\u00e1nky",
|
||||
"TabParentalControl": "Rodi\u010dovsk\u00e1 kontrola",
|
||||
"HeaderAccessSchedule": "Access Schedule",
|
||||
"HeaderAccessScheduleHelp": "Create an access schedule to limit access to certain hours.",
|
||||
"HeaderAccessSchedule": "Rozvrh pr\u00edstupu",
|
||||
"HeaderAccessScheduleHelp": "Vytvori\u0165 rozvrh pr\u00edstupu a obmedzi\u0165 tak pr\u00edstup na ur\u010dit\u00e9 hodiny.",
|
||||
"LabelAccessDay": "De\u0148 v t\u00fd\u017edni:",
|
||||
"LabelAccessStart": "Start time:",
|
||||
"LabelAccessEnd": "End time:",
|
||||
|
@ -1002,7 +1002,7 @@
|
|||
"HeaderYears": "Roky",
|
||||
"HeaderBlockItemsWithNoRating": "Block items with no or unrecognized rating information:",
|
||||
"LabelBlockContentWithTags": "Block items with tags:",
|
||||
"LabelEnableSingleImageInDidlLimit": "Limit to single embedded image",
|
||||
"LabelEnableSingleImageInDidlLimit": "Obmedzi\u0165 na jeden vlo\u017een\u00fd obr\u00e1zok",
|
||||
"LabelEnableSingleImageInDidlLimitHelp": "Some devices will not render properly if multiple images are embedded within Didl.",
|
||||
"TabActivity": "Aktivita",
|
||||
"TitleSync": "Sync",
|
||||
|
@ -1021,8 +1021,8 @@
|
|||
"LabelUploadSpeedLimit": "Upload speed limit (Mbps):",
|
||||
"OptionAllowSyncTranscoding": "Allow downloading that requires transcoding",
|
||||
"HeaderPlayback": "Media Playback",
|
||||
"OptionAllowAudioPlaybackTranscoding": "Allow audio playback that requires transcoding",
|
||||
"OptionAllowVideoPlaybackTranscoding": "Allow video playback that requires transcoding",
|
||||
"OptionAllowAudioPlaybackTranscoding": "Povoli\u0165 prehr\u00e1vanie audia, ktor\u00e9 vy\u017eaduje prek\u00f3dovanie",
|
||||
"OptionAllowVideoPlaybackTranscoding": "Povoli\u0165 prehr\u00e1vanie videa, ktor\u00e9 vy\u017eaduje prek\u00f3dovanie",
|
||||
"OptionAllowVideoPlaybackRemuxing": "Allow video playback that requires conversion without re-encoding",
|
||||
"OptionAllowMediaPlaybackTranscodingHelp": "Restricting access to transcoding may cause playback failures in Emby apps due to unsupported media formats.",
|
||||
"TabStreaming": "Streaming",
|
||||
|
@ -1057,7 +1057,7 @@
|
|||
"OptionEnableExternalVideoPlayers": "Enable external video players",
|
||||
"LabelEnableFullScreen": "Enable fullscreen mode",
|
||||
"LabelEmail": "Email:",
|
||||
"LabelUsername": "Username:",
|
||||
"LabelUsername": "Pou\u017e\u00edvate\u013esk\u00e9 meno:",
|
||||
"HeaderSignUp": "Prihl\u00e1si\u0165 sa",
|
||||
"LabelPasswordConfirm": "Heslo (potvrdenie):",
|
||||
"ButtonAddServer": "Prida\u0165 server",
|
||||
|
@ -1156,7 +1156,7 @@
|
|||
"LabelAppName": "N\u00e1zov apky",
|
||||
"LabelAppNameExample": "Pr\u00edklad: Sickbeard, NzbDrone",
|
||||
"HeaderNewApiKeyHelp": "Grant an application permission to communicate with Emby Server.",
|
||||
"MessageKeyEmailedTo": "Key emailed to {0}.",
|
||||
"MessageKeyEmailedTo": "K\u013e\u00fa\u010d odoslan\u00fd {0}",
|
||||
"MessageKeysLinked": "Keys linked.",
|
||||
"HeaderConfirmation": "Potvrdenie",
|
||||
"MessageKeyUpdated": "Thank you. Your Emby Premiere key has been updated.",
|
||||
|
@ -1166,7 +1166,7 @@
|
|||
"LabelTag": "Tag:",
|
||||
"ButtonSelectView": "Select view",
|
||||
"HeaderSelectDate": "Vybra\u0165 d\u00e1tum",
|
||||
"ServerUpdateNeeded": "This Emby Server needs to be updated. To download the latest version, please visit {0}",
|
||||
"ServerUpdateNeeded": "Tento Emby Server treba aktualizova\u0165. Ak chcete stiahnu\u0165 najnov\u0161iu verziu, nav\u0161t\u00edvte pros\u00edm {0}",
|
||||
"LabelFromHelp": "Pr\u00edklad: {0} (na serveri)",
|
||||
"HeaderMyMedia": "Moje M\u00e9dia",
|
||||
"MessageErrorLoadingSupporterInfo": "There was an error loading Emby Premiere information. Please try again later.",
|
||||
|
@ -1189,7 +1189,7 @@
|
|||
"LabelMovie": "Film",
|
||||
"LabelMusicVideo": "Hudobn\u00e9 video",
|
||||
"LabelEpisode": "Epiz\u00f3da",
|
||||
"Series": "Series",
|
||||
"Series": "Seri\u00e1ly",
|
||||
"LabelStopping": "Stopping",
|
||||
"LabelCancelled": "Zru\u0161en\u00e9",
|
||||
"ButtonDownload": "Stiahnu\u0165",
|
||||
|
@ -1251,7 +1251,7 @@
|
|||
"MessageConfirmResetTuner": "Are you sure you wish to reset this tuner? Any active players or recordings will be abruptly stopped.",
|
||||
"ButtonCancelSeries": "Cancel Series",
|
||||
"HeaderSeriesRecordings": "Series Recordings",
|
||||
"LabelAnytime": "Any time",
|
||||
"LabelAnytime": "Kedyko\u013evek",
|
||||
"StatusRecording": "Recording",
|
||||
"StatusWatching": "Watching",
|
||||
"StatusRecordingProgram": "Recording {0}",
|
||||
|
@ -1300,9 +1300,9 @@
|
|||
"HeaderLatestFromChannel": "Najnov\u0161ie od {0}",
|
||||
"ButtonRemoteControl": "\u010eia\u013ekov\u00e9 ovl\u00e1danie",
|
||||
"HeaderLatestTvRecordings": "Latest Recordings",
|
||||
"LabelCurrentPath": "Current path:",
|
||||
"LabelCurrentPath": "Aktu\u00e1lna cesta:",
|
||||
"HeaderSelectMediaPath": "Select Media Path",
|
||||
"HeaderSelectPath": "Select Path",
|
||||
"HeaderSelectPath": "Vybra\u0165 prie\u010dinok",
|
||||
"ButtonNetwork": "Sie\u0165",
|
||||
"MessageDirectoryPickerInstruction": "Network paths can be entered manually in the event the Network button fails to locate your devices. For example, {0} or {1}.",
|
||||
"MessageDirectoryPickerBSDInstruction": "For BSD, you may need to configure storage within your FreeNAS Jail in order to allow Emby to access it.",
|
||||
|
@ -1334,11 +1334,11 @@
|
|||
"ButtonRevoke": "Revoke",
|
||||
"MessageConfirmRevokeApiKey": "Are you sure you wish to revoke this api key? The application's connection to Emby Server will be abruptly terminated.",
|
||||
"HeaderConfirmRevokeApiKey": "Revoke Api Key",
|
||||
"ValueContainer": "Container: {0}",
|
||||
"ValueContainer": "Kontajner: {0}",
|
||||
"ValueAudioCodec": "Audio kodek: {0}",
|
||||
"ValueVideoCodec": "Video kodeky: {0}",
|
||||
"ValueCodec": "Video kodeky: {0}",
|
||||
"ValueConditions": "Conditions: {0}",
|
||||
"ValueConditions": "Podmienky: {0}",
|
||||
"LabelAll": "V\u0161etky",
|
||||
"HeaderDeleteImage": "Zmaza\u0165 obr\u00e1zok",
|
||||
"MessageFileNotFound": "S\u00fabor nen\u00e1jden\u00fd.",
|
||||
|
@ -1353,7 +1353,7 @@
|
|||
"ButtonUninstall": "Odin\u0161talova\u0165.",
|
||||
"HeaderLiveTV": "Live TV",
|
||||
"MissingPrimaryImage": "Ch\u00fdba prim\u00e1rny obr\u00e1zok.",
|
||||
"MissingBackdropImage": "Missing backdrop image.",
|
||||
"MissingBackdropImage": "Nedostupn\u00fd obr\u00e1zok pozadia.",
|
||||
"MissingLogoImage": "Ch\u00fdba obr\u00e1zok loga.",
|
||||
"MissingEpisode": "Ch\u00fdbaj\u00faca epiz\u00f3da.",
|
||||
"OptionBackdrops": "Backdrops",
|
||||
|
@ -1420,7 +1420,7 @@
|
|||
"LabelImageFetchersHelp": "Enable and rank your preferred image fetchers in order of priority.",
|
||||
"LabelDynamicExternalId": "{0} Id:",
|
||||
"PersonTypePerson": "Person",
|
||||
"OptionSortName": "Sort name",
|
||||
"OptionSortName": "Zoradi\u0165 pod\u013ea n\u00e1zvu",
|
||||
"LabelDateOfBirth": "D\u00e1tum narodenia:",
|
||||
"LabelDeathDate": "D\u00e1tum \u00famrtia:",
|
||||
"HeaderRemoveMediaLocation": "Remove Media Location",
|
||||
|
@ -1435,12 +1435,12 @@
|
|||
"LabelContentTypeValue": "Typ obsahu: {0}",
|
||||
"FolderTypeUnset": "Unset (mixed content)",
|
||||
"BirthPlaceValue": "Miesto narodenia: {0}",
|
||||
"DeathDateValue": "Died: {0}",
|
||||
"BirthDateValue": "Born: {0}",
|
||||
"DeathDateValue": "Zomrel: {0}",
|
||||
"BirthDateValue": "Narodil sa: {0}",
|
||||
"HeaderLatestReviews": "Latest Reviews",
|
||||
"HeaderPluginInstallation": "Plugin Installation",
|
||||
"MessageAlreadyInstalled": "T\u00e1to verzia u\u017e je nain\u0161talovan\u00e1.",
|
||||
"MessageYouHaveVersionInstalled": "You currently have version {0} installed.",
|
||||
"MessageYouHaveVersionInstalled": "Teraz m\u00e1te nain\u0161talovan\u00fa verziu {0}.",
|
||||
"MessageTrialExpired": "The trial period for this feature has expired",
|
||||
"MessageTrialWillExpireIn": "The trial period for this feature will expire in {0} day(s)",
|
||||
"MessageInstallPluginFromApp": "This plugin must be installed from with in the app you intend to use it in.",
|
||||
|
@ -1451,7 +1451,7 @@
|
|||
"MessagePendingEmbyAccountAdded": "The Emby account has been added to this user. An email will be sent to the owner of the account. The invitation will need to be confirmed by clicking a link within the email.",
|
||||
"HeaderEmbyAccountRemoved": "Emby \u00fa\u010det odobran\u00fd",
|
||||
"MessageEmbyAccontRemoved": "The Emby account has been removed from this user.",
|
||||
"TooltipLinkedToEmbyConnect": "Linked to Emby Connect",
|
||||
"TooltipLinkedToEmbyConnect": "Spojen\u00e9 s Emby Connect",
|
||||
"HeaderUnrated": "Unrated",
|
||||
"ValueDiscNumber": "Disk {0}",
|
||||
"HeaderUnknownDate": "Nezn\u00e1my d\u00e1tum",
|
||||
|
@ -1490,14 +1490,14 @@
|
|||
"ValuePremieres": "Premieres {0}",
|
||||
"ValueStudio": "\u0160t\u00fadio: {0}",
|
||||
"ValueStudios": "\u0160t\u00fadi\u00e1: {0}",
|
||||
"ValueStatus": "Status: {0}",
|
||||
"ValueStatus": "Stav: {0}",
|
||||
"LabelLimit": "Limit:",
|
||||
"ValueLinks": "Links: {0}",
|
||||
"ValueLinks": "Odkazy: {0}",
|
||||
"HeaderCastAndCrew": "Cast & Crew",
|
||||
"ValueArtist": "Umelec: {0}",
|
||||
"ValueArtists": "Umelci: {0}",
|
||||
"MediaInfoCameraMake": "Camera make",
|
||||
"MediaInfoCameraModel": "Camera model",
|
||||
"MediaInfoCameraMake": "Zna\u010dka fotoapar\u00e1tu",
|
||||
"MediaInfoCameraModel": "Model fotoapar\u00e1tu",
|
||||
"MediaInfoAltitude": "V\u00fd\u0161ka",
|
||||
"MediaInfoAperture": "Clona",
|
||||
"MediaInfoExposureTime": "\u010cas expoz\u00edcie",
|
||||
|
@ -1521,7 +1521,7 @@
|
|||
"ValueAsRole": "ako {0}",
|
||||
"ValueGuestStar": "Hos\u0165uj\u00faca hviezda",
|
||||
"MediaInfoSize": "Ve\u013ekos\u0165",
|
||||
"MediaInfoPath": "Path",
|
||||
"MediaInfoPath": "Cesta",
|
||||
"MediaInfoFile": "S\u00fabor",
|
||||
"MediaInfoFormat": "Form\u00e1t",
|
||||
"MediaInfoContainer": "Container",
|
||||
|
@ -1568,7 +1568,7 @@
|
|||
"WebClientTourUserPreferences2": "Configure your audio and subtitle language settings once, for every Emby app",
|
||||
"WebClientTourUserPreferences3": "Design the web client home page to your liking",
|
||||
"WebClientTourUserPreferences4": "Configure backdrops, theme songs and external players",
|
||||
"WebClientTourMobile1": "The web client works great on smartphones and tablets...",
|
||||
"WebClientTourMobile1": "Webov\u00fd klient funguje skvelo na smartphonoch a tabletoch...",
|
||||
"WebClientTourMobile2": "and easily controls other devices and Emby apps",
|
||||
"WebClientTourMySync": "Sync your personal media to your devices for offline viewing.",
|
||||
"MessageEnjoyYourStay": "Enjoy your stay",
|
||||
|
@ -1591,7 +1591,7 @@
|
|||
"LabelEnableCameraUploadFor": "Enable camera upload for:",
|
||||
"HeaderSelectUploadPath": "Select Upload Path",
|
||||
"LabelEnableCameraUploadForHelp": "Uploads will occur automatically in the background when signed into Emby.",
|
||||
"ErrorMessageStartHourGreaterThanEnd": "End time must be greater than the start time.",
|
||||
"ErrorMessageStartHourGreaterThanEnd": "\u010cas ukon\u010denia mus\u00ed by\u0165 v\u00e4\u010d\u0161\u00ed ako \u010das \u0161tartu.",
|
||||
"ButtonLibraryAccess": "Library access",
|
||||
"ButtonParentalControl": "Rodi\u010dovsk\u00e1 kontrola",
|
||||
"HeaderInvitationSent": "Pozv\u00e1nka odoslan\u00e1",
|
||||
|
@ -1627,9 +1627,9 @@
|
|||
"EmbyIntroDownloadMessageWithoutLink": "To download and install the free Emby Server visit the Emby website.",
|
||||
"ButtonNewServer": "Nov\u00fd server",
|
||||
"MyDevice": "Moje zariadenie",
|
||||
"ButtonRemote": "Remote",
|
||||
"ButtonRemote": "Dia\u013ekov\u00e9 ovl\u00e1danie",
|
||||
"TabCast": "Obsadenie",
|
||||
"TabScenes": "Scenes",
|
||||
"TabScenes": "Sc\u00e9ny",
|
||||
"HeaderUnlockApp": "Odomkn\u00fa\u0165 aplik\u00e1ciu",
|
||||
"HeaderUnlockSync": "Unlock Emby Sync",
|
||||
"MessagePaymentServicesUnavailable": "Platobn\u00e9 slu\u017eby s\u00fa moment\u00e1lne nedostupn\u00e9. Sk\u00faste to pros\u00edm nesk\u00f4r.",
|
||||
|
|
|
@ -21,7 +21,7 @@
|
|||
|
||||
<div class="supporterContainer hide">
|
||||
<br />
|
||||
<a class="clearLink" href="http://emby.media/premiere" target="_blank">
|
||||
<a class="clearLink" href="https://emby.media/premiere" target="_blank">
|
||||
<button is="emby-button" type="button" class="raised block button-accent">
|
||||
<span>${HeaderBecomeProjectSupporter}</span>
|
||||
</button>
|
||||
|
|
|
@ -10,7 +10,7 @@
|
|||
|
||||
<div is="emby-itemscontainer" class="itemsContainer padded-left padded-left-withalphapicker padded-right">
|
||||
</div>
|
||||
<div class="alphaPicker alphabetPicker alphaPicker-vertical">
|
||||
<div class="alphaPicker alphaPicker-fixed alphaPicker-fixed-right alphaPicker-vertical">
|
||||
</div>
|
||||
|
||||
<div style="text-align: center; display: flex; flex-wrap: wrap; align-items: center; justify-content: center;padding:.7em .5em;">
|
||||
|
|
|
@ -1,4 +1,4 @@
|
|||
<div id="wizardSettingsPage" data-role="page" class="page standalonePage wizardPage" data-require="scripts/wizardsettings,emby-checkbox,emby-button,emby-select">
|
||||
<div id="wizardSettingsPage" data-role="page" class="page standalonePage wizardPage">
|
||||
|
||||
<div class="padded-left padded-right padded-top">
|
||||
|
||||
|
|
|
@ -1,4 +1,4 @@
|
|||
<div id="wizardStartPage" data-role="page" class="page standalonePage wizardPage" data-require="scripts/wizardstartpage,emby-button,emby-select">
|
||||
<div id="wizardStartPage" data-role="page" class="page standalonePage wizardPage">
|
||||
|
||||
<div class="padded-left padded-right padded-top">
|
||||
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue