update translations

This commit is contained in:
Luke Pulverenti 2017-08-20 15:07:52 -04:00
parent aae32584e7
commit 1f6f6f4c12
53 changed files with 95 additions and 50 deletions

View File

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

View File

@ -1 +1 @@
.headroom{-webkit-transition:-webkit-transform 180ms linear;-o-transition:transform 180ms linear;transition:transform 180ms linear}.headroom--pinned{-webkit-transform:none;transform:none}.headroom--unpinned:not(.headroomDisabled){-webkit-transform:translateY(-100%);transform:translateY(-100%)} .headroom{-webkit-transition:-webkit-transform 160ms linear;-o-transition:transform 160ms linear;transition:transform 160ms linear}.headroom--pinned{-webkit-transform:none;transform:none}.headroom--unpinned:not(.headroomDisabled){-webkit-transform:translateY(-100%);transform:translateY(-100%)}

View File

@ -1 +1 @@
define(["emby-tabs","emby-button","emby-linkbutton"],function(){"use strict";function enableTabsInFooter(){return!1}function ensureElements(enableInFooter){enableInFooter&&(footerTabsContainer||(footerTabsContainer=document.createElement("div"),footerTabsContainer.classList.add("footerTabs"),footerTabsContainer.classList.add("sectionTabs"),footerTabsContainer.classList.add("hide"))),headerTabsContainer||(headerTabsContainer=queryScope.querySelector(".headerTabs"))}function setTabs(view,selectedIndex,builder){var enableInFooter=enableTabsInFooter();if(!view)return void(tabOwnerView&&(headerTabsContainer||(headerTabsContainer=queryScope.querySelector(".headerTabs")),ensureElements(enableInFooter),document.body.classList.remove("withSectionTabs"),headerTabsContainer.innerHTML="",headerTabsContainer.classList.add("hide"),footerTabsContainer&&(footerTabsContainer.innerHTML="",footerTabsContainer.classList.add("hide")),tabOwnerView=null));ensureElements(enableInFooter);var tabsContainerElem=enableInFooter?footerTabsContainer:headerTabsContainer;if(tabOwnerView||tabsContainerElem.classList.remove("hide"),tabOwnerView!==view){var index=0,indexAttribute=null==selectedIndex?"":' data-index="'+selectedIndex+'"',tabsHtml='<div is="emby-tabs"'+indexAttribute+' class="tabs-viewmenubar"><div class="emby-tabs-slider" style="white-space:nowrap;">'+builder().map(function(t){var tabClass="emby-tab-button";t.enabled===!1&&(tabClass+=" hide");var tabHtml;return tabHtml=t.href?'<a href="'+t.href+'" is="emby-linkbutton" class="'+tabClass+'" data-index="'+index+'"><div class="emby-button-foreground">'+t.name+"</div></a>":'<button type="button" is="emby-button" class="'+tabClass+'" data-index="'+index+'"><div class="emby-button-foreground">'+t.name+"</div></button>",index++,tabHtml}).join("")+"</div></div>";return tabsContainerElem.innerHTML=tabsHtml,document.body.classList.add("withSectionTabs"),tabOwnerView=view,!0}return tabsContainerElem.querySelector('[is="emby-tabs"]').selectedIndex(selectedIndex),tabOwnerView=view,!1}function getTabsElement(){return document.querySelector(".tabs-viewmenubar")}var tabOwnerView,footerTabsContainer,headerTabsContainer,queryScope=document.querySelector(".skinHeader");return{setTabs:setTabs,getTabsElement:getTabsElement}}); define(["emby-tabs","emby-button","emby-linkbutton"],function(){"use strict";function enableTabsInFooter(){return!1}function ensureElements(enableInFooter){enableInFooter&&(footerTabsContainer||(footerTabsContainer=document.createElement("div"),footerTabsContainer.classList.add("footerTabs"),footerTabsContainer.classList.add("sectionTabs"),footerTabsContainer.classList.add("hide"))),headerTabsContainer||(headerTabsContainer=queryScope.querySelector(".headerTabs"))}function setTabs(view,selectedIndex,getTabsFn,getTabContainersFn,onBeforeTabChange,onTabChange){var enableInFooter=enableTabsInFooter();if(!view)return tabOwnerView&&(headerTabsContainer||(headerTabsContainer=queryScope.querySelector(".headerTabs")),ensureElements(enableInFooter),document.body.classList.remove("withSectionTabs"),headerTabsContainer.innerHTML="",headerTabsContainer.classList.add("hide"),footerTabsContainer&&(footerTabsContainer.innerHTML="",footerTabsContainer.classList.add("hide")),tabOwnerView=null),{tabsContainer:headerTabsContainer,replaced:!1};ensureElements(enableInFooter);var tabsContainerElem=enableInFooter?footerTabsContainer:headerTabsContainer;if(tabOwnerView||tabsContainerElem.classList.remove("hide"),tabOwnerView!==view){var index=0,indexAttribute=null==selectedIndex?"":' data-index="'+selectedIndex+'"',tabsHtml='<div is="emby-tabs"'+indexAttribute+' class="tabs-viewmenubar"><div class="emby-tabs-slider" style="white-space:nowrap;">'+getTabsFn().map(function(t){var tabClass="emby-tab-button";t.enabled===!1&&(tabClass+=" hide");var tabHtml;return tabHtml=t.href?'<a href="'+t.href+'" is="emby-linkbutton" class="'+tabClass+'" data-index="'+index+'"><div class="emby-button-foreground">'+t.name+"</div></a>":'<button type="button" is="emby-button" class="'+tabClass+'" data-index="'+index+'"><div class="emby-button-foreground">'+t.name+"</div></button>",index++,tabHtml}).join("")+"</div></div>";return tabsContainerElem.innerHTML=tabsHtml,document.body.classList.add("withSectionTabs"),tabOwnerView=view,tabsElem=tabsContainerElem.querySelector('[is="emby-tabs"]'),tabsElem.addEventListener("beforetabchange",function(e){var tabContainers=getTabContainersFn();null!=e.detail.previousIndex&&tabContainers[e.detail.previousIndex].classList.remove("is-active");var newPanel=tabContainers[e.detail.selectedTabIndex];newPanel.classList.add("is-active")}),onBeforeTabChange&&tabsElem.addEventListener("beforetabchange",onBeforeTabChange),onTabChange&&tabsElem.addEventListener("tabchange",onTabChange),!tabsElem.triggerBeforeTabChange,{tabsContainer:tabsContainerElem,tabs:tabsContainerElem.querySelector('[is="emby-tabs"]'),replaced:!0}}return tabsElem||(tabsElem=tabsContainerElem.querySelector('[is="emby-tabs"]')),tabsElem.selectedIndex(selectedIndex),tabOwnerView=view,{tabsContainer:tabsContainerElem,tabs:tabsElem,replaced:!1}}function selectedTabIndex(index){var tabsContainerElem=headerTabsContainer;tabsElem||(tabsElem=tabsContainerElem.querySelector('[is="emby-tabs"]')),null!=index?tabsElem.selectedIndex(index):tabsElem.triggerTabChange()}function getTabsElement(){return document.querySelector(".tabs-viewmenubar")}var tabOwnerView,footerTabsContainer,headerTabsContainer,tabsElem,queryScope=document.querySelector(".skinHeader");return{setTabs:setTabs,getTabsElement:getTabsElement,selectedTabIndex:selectedTabIndex}});

File diff suppressed because one or more lines are too long

File diff suppressed because one or more lines are too long

View File

@ -1 +1 @@
body,html{margin:0;padding:0;height:100%}.backgroundContainer{position:fixed;top:0;left:0;right:0;bottom:0;contain:layout style}html{touch-action:manipulation;background-color:#242424;line-height:1.35}.smallerFontSize{font-size:82%}h1,h2,h3{margin-top:1em}body{overflow-y:scroll!important;overflow-x:hidden;background-color:transparent!important;-webkit-font-smoothing:antialiased}body.autoScrollY{overflow-y:auto!important}.mainAnimatedPage{contain:style!important}.pageContainer{overflow-x:visible!important}.bodyWithPopupOpen{overflow-y:hidden!important}.libraryPage h1 a{color:inherit!important}h1 a:hover{text-decoration:underline}div[data-role=page]{outline:0}.headroom{-webkit-transition:-webkit-transform 180ms linear;-o-transition:transform 180ms linear;transition:transform 180ms linear}.headroom--pinned{-webkit-transform:none;transform:none}.headroom--unpinned:not(.headroomDisabled){-webkit-transform:translateY(-100%);transform:translateY(-100%)}.hide{display:none!important}.pageTitle{margin-top:0;font-family:inherit}.fieldDescription{padding-left:.15em;font-weight:400;white-space:normal!important}.fieldDescription+.fieldDescription{margin-top:.3em}div[data-role=content]{border-width:0;overflow:visible;overflow-x:hidden;padding:1em}.content-primary,.padded-bottom-page,.page,.pageWithAbsoluteTabs .pageTabContent{padding-bottom:14em!important}.supporterPromotionContainer{margin:0 0 2em}@media all and (min-width:80em){.supporterPromotionContainer{position:fixed;top:120px;right:0}}.fullWidthContent .supporterPromotionContainer{position:static!important}@media all and (min-width:50em){.readOnlyContent,form{max-width:54em}.supporterPromotionContainer{display:-webkit-box;display:-webkit-flex;display:flex;-webkit-box-orient:horizontal;-webkit-box-direction:reverse;-webkit-flex-direction:row-reverse;flex-direction:row-reverse}.supporterPromotion{text-align:center;padding:0 2em}.supporterPromotion button{padding-left:2em;padding-right:2em}}.imageDropZone{border:.25em dashed #bbb;-webkit-border-radius:.3em;border-radius:.3em;padding:1.6em;text-align:center;color:#bbb} body,html{margin:0;padding:0;height:100%}.backgroundContainer{position:fixed;top:0;left:0;right:0;bottom:0;contain:layout style}html{touch-action:manipulation;background-color:#242424;line-height:1.35}.smallerFontSize{font-size:82%}h1,h2,h3{margin-top:1em}body{overflow-y:scroll!important;overflow-x:hidden;background-color:transparent!important;-webkit-font-smoothing:antialiased}body.autoScrollY{overflow-y:auto!important}.mainAnimatedPage{contain:style!important}.pageContainer{overflow-x:visible!important}.bodyWithPopupOpen{overflow-y:hidden!important}.libraryPage h1 a{color:inherit!important}h1 a:hover{text-decoration:underline}div[data-role=page]{outline:0}.hide{display:none!important}.pageTitle{margin-top:0;font-family:inherit}.fieldDescription{padding-left:.15em;font-weight:400;white-space:normal!important}.fieldDescription+.fieldDescription{margin-top:.3em}div[data-role=content]{border-width:0;overflow:visible;overflow-x:hidden;padding:1em}.content-primary,.padded-bottom-page,.page,.pageWithAbsoluteTabs .pageTabContent{padding-bottom:14em!important}.supporterPromotionContainer{margin:0 0 2em}@media all and (min-width:80em){.supporterPromotionContainer{position:fixed;top:120px;right:0}}.fullWidthContent .supporterPromotionContainer{position:static!important}@media all and (min-width:50em){.readOnlyContent,form{max-width:54em}.supporterPromotionContainer{display:-webkit-box;display:-webkit-flex;display:flex;-webkit-box-orient:horizontal;-webkit-box-direction:reverse;-webkit-flex-direction:row-reverse;flex-direction:row-reverse}.supporterPromotion{text-align:center;padding:0 2em}.supporterPromotion button{padding-left:2em;padding-right:2em}}.imageDropZone{border:.25em dashed #bbb;-webkit-border-radius:.3em;border-radius:.3em;padding:1.6em;text-align:center;color:#bbb}

File diff suppressed because one or more lines are too long

File diff suppressed because one or more lines are too long

View File

@ -1,5 +1,6 @@
{ {
"LabelEnableHardwareDecodingFor": "Enable hardware decoding for:", "LabelEnableHardwareDecodingFor": "Enable hardware decoding for:",
"LabelUrl": "Url:",
"LabelPrevious": "\u0627\u0644\u0633\u0627\u0628\u0642", "LabelPrevious": "\u0627\u0644\u0633\u0627\u0628\u0642",
"LabelFinish": "\u0627\u0646\u0647\u0627\u0621", "LabelFinish": "\u0627\u0646\u0647\u0627\u0621",
"LabelNext": "\u0627\u0644\u062a\u0627\u0644\u064a", "LabelNext": "\u0627\u0644\u062a\u0627\u0644\u064a",

View File

@ -1,5 +1,6 @@
{ {
"LabelEnableHardwareDecodingFor": "Enable hardware decoding for:", "LabelEnableHardwareDecodingFor": "Enable hardware decoding for:",
"LabelUrl": "Url:",
"LabelPrevious": "\u041f\u0430\u043f\u044f\u0440\u044d\u0434\u043d\u044f\u0435", "LabelPrevious": "\u041f\u0430\u043f\u044f\u0440\u044d\u0434\u043d\u044f\u0435",
"LabelFinish": "\u0413\u0430\u0442\u043e\u0432\u0430", "LabelFinish": "\u0413\u0430\u0442\u043e\u0432\u0430",
"LabelNext": "\u041d\u0430\u0441\u0442\u0443\u043f\u043d\u0430\u0435", "LabelNext": "\u041d\u0430\u0441\u0442\u0443\u043f\u043d\u0430\u0435",

View File

@ -1,5 +1,6 @@
{ {
"LabelEnableHardwareDecodingFor": "Enable hardware decoding for:", "LabelEnableHardwareDecodingFor": "Enable hardware decoding for:",
"LabelUrl": "Url:",
"LabelPrevious": "\u041f\u0440\u0435\u0434\u0438\u0448\u0435\u043d", "LabelPrevious": "\u041f\u0440\u0435\u0434\u0438\u0448\u0435\u043d",
"LabelFinish": "\u041a\u0440\u0430\u0439", "LabelFinish": "\u041a\u0440\u0430\u0439",
"LabelNext": "\u0421\u043b\u0435\u0434\u0432\u0430\u0449", "LabelNext": "\u0421\u043b\u0435\u0434\u0432\u0430\u0449",

View File

@ -1,5 +1,6 @@
{ {
"LabelEnableHardwareDecodingFor": "Enable hardware decoding for:", "LabelEnableHardwareDecodingFor": "Enable hardware decoding for:",
"LabelUrl": "Url:",
"LabelPrevious": "Anterior", "LabelPrevious": "Anterior",
"LabelFinish": "Finalitzar", "LabelFinish": "Finalitzar",
"LabelNext": "Seg\u00fcent", "LabelNext": "Seg\u00fcent",

View File

@ -1,5 +1,6 @@
{ {
"LabelEnableHardwareDecodingFor": "Enable hardware decoding for:", "LabelEnableHardwareDecodingFor": "Enable hardware decoding for:",
"LabelUrl": "Url:",
"LabelPrevious": "P\u0159edchoz\u00ed", "LabelPrevious": "P\u0159edchoz\u00ed",
"LabelFinish": "Dokon\u010dit", "LabelFinish": "Dokon\u010dit",
"LabelNext": "Dal\u0161\u00ed", "LabelNext": "Dal\u0161\u00ed",

View File

@ -1,5 +1,6 @@
{ {
"LabelEnableHardwareDecodingFor": "Enable hardware decoding for:", "LabelEnableHardwareDecodingFor": "Enable hardware decoding for:",
"LabelUrl": "Url:",
"LabelPrevious": "Forrige", "LabelPrevious": "Forrige",
"LabelFinish": "Afslut", "LabelFinish": "Afslut",
"LabelNext": "N\u00e6ste", "LabelNext": "N\u00e6ste",

View File

@ -1,5 +1,6 @@
{ {
"LabelEnableHardwareDecodingFor": "Enable hardware decoding for:", "LabelEnableHardwareDecodingFor": "Enable hardware decoding for:",
"LabelUrl": "Url:",
"LabelPrevious": "Previous", "LabelPrevious": "Previous",
"LabelFinish": "Finish", "LabelFinish": "Finish",
"LabelNext": "Next", "LabelNext": "Next",

View File

@ -1,5 +1,6 @@
{ {
"LabelEnableHardwareDecodingFor": "Enable hardware decoding for:", "LabelEnableHardwareDecodingFor": "Aktiviere Hardware-Decoding f\u00fcr:",
"LabelUrl": "Url:",
"LabelPrevious": "Vorheriges", "LabelPrevious": "Vorheriges",
"LabelFinish": "Fertig", "LabelFinish": "Fertig",
"LabelNext": "N\u00e4chstes", "LabelNext": "N\u00e4chstes",

View File

@ -1,5 +1,6 @@
{ {
"LabelEnableHardwareDecodingFor": "Enable hardware decoding for:", "LabelEnableHardwareDecodingFor": "Enable hardware decoding for:",
"LabelUrl": "Url:",
"LabelPrevious": "\u03a0\u03c1\u03bf\u03b7\u03b3\u03bf\u03cd\u03bc\u03b5\u03bd\u03bf\u03c2", "LabelPrevious": "\u03a0\u03c1\u03bf\u03b7\u03b3\u03bf\u03cd\u03bc\u03b5\u03bd\u03bf\u03c2",
"LabelFinish": "\u03a4\u03ad\u03bb\u03bf\u03c2", "LabelFinish": "\u03a4\u03ad\u03bb\u03bf\u03c2",
"LabelNext": "\u0395\u03c0\u03cc\u03bc\u03b5\u03bd\u03bf", "LabelNext": "\u0395\u03c0\u03cc\u03bc\u03b5\u03bd\u03bf",

View File

@ -1,5 +1,6 @@
{ {
"LabelEnableHardwareDecodingFor": "Enable hardware decoding for:", "LabelEnableHardwareDecodingFor": "Enable hardware decoding for:",
"LabelUrl": "Url:",
"LabelPrevious": "Previous", "LabelPrevious": "Previous",
"LabelFinish": "Finish", "LabelFinish": "Finish",
"LabelNext": "Next", "LabelNext": "Next",

View File

@ -119,6 +119,7 @@
"ButtonInviteUser": "Invite User", "ButtonInviteUser": "Invite User",
"ButtonSave": "Save", "ButtonSave": "Save",
"ButtonResetPassword": "Reset Password", "ButtonResetPassword": "Reset Password",
"LabelUrl": "Url:",
"LabelNewPassword": "New password:", "LabelNewPassword": "New password:",
"LabelNewPasswordConfirm": "New password confirm:", "LabelNewPasswordConfirm": "New password confirm:",
"HeaderCreatePassword": "Create Password", "HeaderCreatePassword": "Create Password",

View File

@ -1,5 +1,6 @@
{ {
"LabelEnableHardwareDecodingFor": "Enable hardware decoding for:", "LabelEnableHardwareDecodingFor": "Enable hardware decoding for:",
"LabelUrl": "Url:",
"LabelPrevious": "Anterior", "LabelPrevious": "Anterior",
"LabelFinish": "Terminar", "LabelFinish": "Terminar",
"LabelNext": "Siguiente", "LabelNext": "Siguiente",

View File

@ -1,5 +1,6 @@
{ {
"LabelEnableHardwareDecodingFor": "Enable hardware decoding for:", "LabelEnableHardwareDecodingFor": "Enable hardware decoding for:",
"LabelUrl": "Url:",
"LabelPrevious": "Anterior", "LabelPrevious": "Anterior",
"LabelFinish": "Terminar", "LabelFinish": "Terminar",
"LabelNext": "Siguiente", "LabelNext": "Siguiente",

View File

@ -1,5 +1,6 @@
{ {
"LabelEnableHardwareDecodingFor": "Enable hardware decoding for:", "LabelEnableHardwareDecodingFor": "Habilitar decodificacion por hardware para:",
"LabelUrl": "Url:",
"LabelPrevious": "Anterior", "LabelPrevious": "Anterior",
"LabelFinish": "Terminar", "LabelFinish": "Terminar",
"LabelNext": "Siguiente", "LabelNext": "Siguiente",

View File

@ -1,5 +1,6 @@
{ {
"LabelEnableHardwareDecodingFor": "Enable hardware decoding for:", "LabelEnableHardwareDecodingFor": "Enable hardware decoding for:",
"LabelUrl": "Url:",
"LabelPrevious": "Anterior", "LabelPrevious": "Anterior",
"LabelFinish": "Terminar", "LabelFinish": "Terminar",
"LabelNext": "Siguiente", "LabelNext": "Siguiente",

View File

@ -1,5 +1,6 @@
{ {
"LabelEnableHardwareDecodingFor": "Enable hardware decoding for:", "LabelEnableHardwareDecodingFor": "Enable hardware decoding for:",
"LabelUrl": "Url:",
"LabelPrevious": "\u0642\u0628\u0644\u06cc", "LabelPrevious": "\u0642\u0628\u0644\u06cc",
"LabelFinish": "\u067e\u0627\u06cc\u0627\u0646", "LabelFinish": "\u067e\u0627\u06cc\u0627\u0646",
"LabelNext": "\u0628\u0639\u062f\u06cc", "LabelNext": "\u0628\u0639\u062f\u06cc",

View File

@ -1,5 +1,6 @@
{ {
"LabelEnableHardwareDecodingFor": "Enable hardware decoding for:", "LabelEnableHardwareDecodingFor": "Enable hardware decoding for:",
"LabelUrl": "Url:",
"LabelPrevious": "Edellinen", "LabelPrevious": "Edellinen",
"LabelFinish": "Valmis", "LabelFinish": "Valmis",
"LabelNext": "Seuraava", "LabelNext": "Seuraava",

View File

@ -1,5 +1,6 @@
{ {
"LabelEnableHardwareDecodingFor": "Enable hardware decoding for:", "LabelEnableHardwareDecodingFor": "Enable hardware decoding for:",
"LabelUrl": "Url:",
"LabelPrevious": "Pr\u00e9c\u00e9dent", "LabelPrevious": "Pr\u00e9c\u00e9dent",
"LabelFinish": "Terminer", "LabelFinish": "Terminer",
"LabelNext": "Suivant", "LabelNext": "Suivant",

View File

@ -1,5 +1,6 @@
{ {
"LabelEnableHardwareDecodingFor": "Enable hardware decoding for:", "LabelEnableHardwareDecodingFor": "Activer le d\u00e9codage mat\u00e9riel pour\u00a0:",
"LabelUrl": "Url:",
"LabelPrevious": "Pr\u00e9c\u00e9dent", "LabelPrevious": "Pr\u00e9c\u00e9dent",
"LabelFinish": "Terminer", "LabelFinish": "Terminer",
"LabelNext": "Suivant", "LabelNext": "Suivant",

View File

@ -1,5 +1,6 @@
{ {
"LabelEnableHardwareDecodingFor": "Enable hardware decoding for:", "LabelEnableHardwareDecodingFor": "Enable hardware decoding for:",
"LabelUrl": "Url:",
"LabelPrevious": "Vorher", "LabelPrevious": "Vorher",
"LabelFinish": "Beende", "LabelFinish": "Beende",
"LabelNext": "N\u00f6chst", "LabelNext": "N\u00f6chst",

View File

@ -1,5 +1,6 @@
{ {
"LabelEnableHardwareDecodingFor": "Enable hardware decoding for:", "LabelEnableHardwareDecodingFor": "Enable hardware decoding for:",
"LabelUrl": "Url:",
"LabelPrevious": "\u05d4\u05e7\u05d5\u05d3\u05dd", "LabelPrevious": "\u05d4\u05e7\u05d5\u05d3\u05dd",
"LabelFinish": "\u05e1\u05d9\u05d9\u05dd", "LabelFinish": "\u05e1\u05d9\u05d9\u05dd",
"LabelNext": "\u05d4\u05d1\u05d0", "LabelNext": "\u05d4\u05d1\u05d0",

View File

@ -1,5 +1,6 @@
{ {
"LabelEnableHardwareDecodingFor": "Enable hardware decoding for:", "LabelEnableHardwareDecodingFor": "Enable hardware decoding for:",
"LabelUrl": "Url:",
"LabelPrevious": "Prethodni", "LabelPrevious": "Prethodni",
"LabelFinish": "Kraj", "LabelFinish": "Kraj",
"LabelNext": "Sljede\u0107i", "LabelNext": "Sljede\u0107i",

View File

@ -1,5 +1,6 @@
{ {
"LabelEnableHardwareDecodingFor": "Enable hardware decoding for:", "LabelEnableHardwareDecodingFor": "Hardveres dek\u00f3dol\u00e1s enged\u00e9lyez\u00e9se a k\u00f6vetkez\u0151kh\u00f6z:",
"LabelUrl": "Url:",
"LabelPrevious": "El\u0151z\u0151", "LabelPrevious": "El\u0151z\u0151",
"LabelFinish": "Befejez", "LabelFinish": "Befejez",
"LabelNext": "K\u00f6vetkez\u0151", "LabelNext": "K\u00f6vetkez\u0151",
@ -96,7 +97,7 @@
"OptionEnableAccessToAllLibraries": "Hozz\u00e1f\u00e9r\u00e9s enged\u00e9lyez\u00e9se minden k\u00f6nyvt\u00e1rhoz", "OptionEnableAccessToAllLibraries": "Hozz\u00e1f\u00e9r\u00e9s enged\u00e9lyez\u00e9se minden k\u00f6nyvt\u00e1rhoz",
"DeviceAccessHelp": "This only applies to devices that can be uniquely identified and will not prevent browser access. Filtering user device access will prevent them from using new devices until they've been approved here.", "DeviceAccessHelp": "This only applies to devices that can be uniquely identified and will not prevent browser access. Filtering user device access will prevent them from using new devices until they've been approved here.",
"LabelDisplayMissingEpisodesWithinSeasons": "Hi\u00e1nyz\u00f3 \u00e9vad epiz\u00f3dok megjelen\u00edt\u00e9se", "LabelDisplayMissingEpisodesWithinSeasons": "Hi\u00e1nyz\u00f3 \u00e9vad epiz\u00f3dok megjelen\u00edt\u00e9se",
"LabelDisplayMissingEpisodesWithinSeasonsHelp": "This must also be enabled for TV libraries in Emby Server setup.", "LabelDisplayMissingEpisodesWithinSeasonsHelp": "Ezt enged\u00e9lyezni kell az Emby Szerver be\u00e1ll\u00edt\u00e1sban l\u00e9v\u0151 TV k\u00f6nyvt\u00e1rak eset\u00e9ben is.",
"LabelUnairedMissingEpisodesWithinSeasons": "Nem vet\u00edtett \u00e9vad epiz\u00f3dok megjelen\u00edt\u00e9se", "LabelUnairedMissingEpisodesWithinSeasons": "Nem vet\u00edtett \u00e9vad epiz\u00f3dok megjelen\u00edt\u00e9se",
"ImportMissingEpisodesHelp": "If enabled, information about missing episodes will be imported into your Emby database and displayed within seasons and series. This may cause significantly longer library scans.", "ImportMissingEpisodesHelp": "If enabled, information about missing episodes will be imported into your Emby database and displayed within seasons and series. This may cause significantly longer library scans.",
"MessageEnablingOptionLongerScans": "Enabling this option may result in significantly longer library scans.", "MessageEnablingOptionLongerScans": "Enabling this option may result in significantly longer library scans.",
@ -429,8 +430,8 @@
"LabelEnableDlnaDebugLoggingHelp": "This will create large log files and should only be used as needed for troubleshooting purposes.", "LabelEnableDlnaDebugLoggingHelp": "This will create large log files and should only be used as needed for troubleshooting purposes.",
"LabelEnableDlnaClientDiscoveryInterval": "Client discovery interval (seconds)", "LabelEnableDlnaClientDiscoveryInterval": "Client discovery interval (seconds)",
"LabelEnableDlnaClientDiscoveryIntervalHelp": "Determines the duration in seconds between SSDP searches performed by Emby.", "LabelEnableDlnaClientDiscoveryIntervalHelp": "Determines the duration in seconds between SSDP searches performed by Emby.",
"HeaderCustomDlnaProfiles": "Custom Profiles", "HeaderCustomDlnaProfiles": "Egyedi profilok",
"HeaderSystemDlnaProfiles": "System Profiles", "HeaderSystemDlnaProfiles": "Rendszer profilok",
"CustomDlnaProfilesHelp": "Create a custom profile to target a new device or override a system profile.", "CustomDlnaProfilesHelp": "Create a custom profile to target a new device or override a system profile.",
"SystemDlnaProfilesHelp": "System profiles are read-only. Changes to a system profile will be saved to a new custom profile.", "SystemDlnaProfilesHelp": "System profiles are read-only. Changes to a system profile will be saved to a new custom profile.",
"TabHome": "Kezd\u0151lap", "TabHome": "Kezd\u0151lap",
@ -524,7 +525,7 @@
"ButtonShutdown": "Le\u00e1ll\u00edt\u00e1s", "ButtonShutdown": "Le\u00e1ll\u00edt\u00e1s",
"ButtonUpdateNow": "Friss\u00edtsd most", "ButtonUpdateNow": "Friss\u00edtsd most",
"TabHosting": "Hosting", "TabHosting": "Hosting",
"PleaseUpdateManually": "Please shutdown Emby Server and install the latest version.", "PleaseUpdateManually": "K\u00e9rlek \u00e1ll\u00edtsd le az Emby szervert \u00e9s telep\u00edtsd a leg\u00fajabb verzi\u00f3t.",
"NewServerVersionAvailable": "El\u00e9rhet\u0151 az Emby Szerver \u00fajabb verzi\u00f3ja!", "NewServerVersionAvailable": "El\u00e9rhet\u0151 az Emby Szerver \u00fajabb verzi\u00f3ja!",
"ServerUpToDate": "Emby szerver naprak\u00e9sz", "ServerUpToDate": "Emby szerver naprak\u00e9sz",
"LabelComponentsUpdated": "A k\u00f6vetkez\u0151 komponensek telep\u00edtve, vagy friss\u00edtve lettek.", "LabelComponentsUpdated": "A k\u00f6vetkez\u0151 komponensek telep\u00edtve, vagy friss\u00edtve lettek.",
@ -655,9 +656,9 @@
"HeaderProfileServerSettingsHelp": "These values control how Emby Server will present itself to the device.", "HeaderProfileServerSettingsHelp": "These values control how Emby Server will present itself to the device.",
"LabelMaxBitrate": "Max bitr\u00e1ta:", "LabelMaxBitrate": "Max bitr\u00e1ta:",
"LabelMaxBitrateHelp": "Specify a max bitrate in bandwidth constrained environments, or if the device imposes it's own limit.", "LabelMaxBitrateHelp": "Specify a max bitrate in bandwidth constrained environments, or if the device imposes it's own limit.",
"LabelMaxStreamingBitrate": "Max streaming bitrate:", "LabelMaxStreamingBitrate": "Max. stream bitr\u00e1ta:",
"LabelMaxStreamingBitrateHelp": "Specify a max bitrate when streaming.", "LabelMaxStreamingBitrateHelp": "Specify a max bitrate when streaming.",
"LabelMaxChromecastBitrate": "Max Chromecast bitrate:", "LabelMaxChromecastBitrate": "Max. Chromecast bitr\u00e1ta:",
"LabelMusicStaticBitrate": "Music sync bitrate:", "LabelMusicStaticBitrate": "Music sync bitrate:",
"LabelMusicStaticBitrateHelp": "Specify a max bitrate when syncing music", "LabelMusicStaticBitrateHelp": "Specify a max bitrate when syncing music",
"LabelMusicStreamingTranscodingBitrate": "Music transcoding bitrate:", "LabelMusicStreamingTranscodingBitrate": "Music transcoding bitrate:",
@ -1153,10 +1154,10 @@
"HeaderImageBackdrop": "H\u00e1tt\u00e9r", "HeaderImageBackdrop": "H\u00e1tt\u00e9r",
"HeaderImageLogo": "Logo", "HeaderImageLogo": "Logo",
"HeaderUserPrimaryImage": "Felhaszn\u00e1l\u00f3 K\u00e9p", "HeaderUserPrimaryImage": "Felhaszn\u00e1l\u00f3 K\u00e9p",
"ButtonProfile": "Profile", "ButtonProfile": "Profil",
"ButtonProfileHelp": "Set your profile image and password.", "ButtonProfileHelp": "Set your profile image and password.",
"HeaderHomeScreenSettings": "Kezd\u0151k\u00e9perny\u0151 be\u00e1ll\u00edt\u00e1sok", "HeaderHomeScreenSettings": "Kezd\u0151k\u00e9perny\u0151 be\u00e1ll\u00edt\u00e1sok",
"HeaderProfile": "Profile", "HeaderProfile": "Profil",
"HeaderLanguage": "Nyelv", "HeaderLanguage": "Nyelv",
"LabelTranscodingThreadCount": "Transcoding thread count:", "LabelTranscodingThreadCount": "Transcoding thread count:",
"LabelTranscodingThreadCountHelp": "Select the maximum number of threads to use when transcoding. Reducing the thread count will lower cpu usage but may not convert fast enough for a smooth playback experience.", "LabelTranscodingThreadCountHelp": "Select the maximum number of threads to use when transcoding. Reducing the thread count will lower cpu usage but may not convert fast enough for a smooth playback experience.",
@ -1175,7 +1176,7 @@
"HeaderSubtitles": "Feliratok", "HeaderSubtitles": "Feliratok",
"HeaderVideos": "Vide\u00f3k", "HeaderVideos": "Vide\u00f3k",
"LabelHardwareAccelerationType": "Hardware acceleration:", "LabelHardwareAccelerationType": "Hardware acceleration:",
"LabelHardwareAccelerationTypeHelp": "Available on supported systems only.", "LabelHardwareAccelerationTypeHelp": "Csak t\u00e1mogatott rendszereken \u00e9rhet\u0151 el.",
"ButtonServerDashboard": "Szerver Vez\u00e9rl\u0151pult", "ButtonServerDashboard": "Szerver Vez\u00e9rl\u0151pult",
"HeaderAdmin": "Admin", "HeaderAdmin": "Admin",
"ButtonSignOut": "Kijelentkez\u00e9s", "ButtonSignOut": "Kijelentkez\u00e9s",
@ -1191,7 +1192,7 @@
"OptionConvertRecordingsToStreamingFormatHelp": "Recordings will be converted on the fly to MP4 or MKV for easy playback on your devices.", "OptionConvertRecordingsToStreamingFormatHelp": "Recordings will be converted on the fly to MP4 or MKV for easy playback on your devices.",
"FeatureRequiresEmbyPremiere": "Ez a szolg\u00e1ltat\u00e1s akt\u00edv Emby Premier el\u0151fizet\u00e9st ig\u00e9nyel.", "FeatureRequiresEmbyPremiere": "Ez a szolg\u00e1ltat\u00e1s akt\u00edv Emby Premier el\u0151fizet\u00e9st ig\u00e9nyel.",
"FileExtension": "File extension", "FileExtension": "File extension",
"OptionPlayNextEpisodeAutomatically": "Play next episode automatically", "OptionPlayNextEpisodeAutomatically": "K\u00f6vetkez\u0151 epiz\u00f3d automatikus lej\u00e1tsz\u00e1sa ",
"OptionDownloadImagesInAdvance": "Download images in advance", "OptionDownloadImagesInAdvance": "Download images in advance",
"SettingsSaved": "Be\u00e1ll\u00edt\u00e1sok mentve.", "SettingsSaved": "Be\u00e1ll\u00edt\u00e1sok mentve.",
"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": "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.",
@ -1636,7 +1637,7 @@
"MediaInfoLanguage": "Nyelv", "MediaInfoLanguage": "Nyelv",
"MediaInfoCodec": "K\u00f3dek", "MediaInfoCodec": "K\u00f3dek",
"MediaInfoCodecTag": "Codec tag", "MediaInfoCodecTag": "Codec tag",
"MediaInfoProfile": "Profile", "MediaInfoProfile": "Profil",
"MediaInfoLevel": "Level", "MediaInfoLevel": "Level",
"MediaInfoAspectRatio": "Aspect ratio", "MediaInfoAspectRatio": "Aspect ratio",
"MediaInfoResolution": "Felbont\u00e1s", "MediaInfoResolution": "Felbont\u00e1s",
@ -1726,7 +1727,7 @@
"SyncJobItemStatusFailed": "Failed", "SyncJobItemStatusFailed": "Failed",
"SyncJobItemStatusRemovedFromDevice": "Removed from device", "SyncJobItemStatusRemovedFromDevice": "Removed from device",
"SyncJobItemStatusCancelled": "Cancelled", "SyncJobItemStatusCancelled": "Cancelled",
"LabelProfile": "Profile:", "LabelProfile": "Profil:",
"LabelBitrateMbps": "Bitr\u00e1ta (Mbps):", "LabelBitrateMbps": "Bitr\u00e1ta (Mbps):",
"EmbyIntroDownloadMessage": "To download and install the free Emby Server visit {0}.", "EmbyIntroDownloadMessage": "To download and install the free Emby Server visit {0}.",
"EmbyIntroDownloadMessageWithoutLink": "To download and install the free Emby Server visit the Emby website.", "EmbyIntroDownloadMessageWithoutLink": "To download and install the free Emby Server visit the Emby website.",
@ -1883,7 +1884,7 @@
"LabelEnableDebugLogging": "Hibakeres\u00e9si napl\u00f3z\u00e1s enged\u00e9lyez\u00e9se", "LabelEnableDebugLogging": "Hibakeres\u00e9si napl\u00f3z\u00e1s enged\u00e9lyez\u00e9se",
"OptionEnableExternalContentInSuggestions": "Enable external content in suggestions", "OptionEnableExternalContentInSuggestions": "Enable external content in suggestions",
"OptionEnableExternalContentInSuggestionsHelp": "Allow internet trailers and live tv programs to be included within suggested content.", "OptionEnableExternalContentInSuggestionsHelp": "Allow internet trailers and live tv programs to be included within suggested content.",
"LabelH264EncodingPreset": "H264 encoding preset:", "LabelH264EncodingPreset": "H264 k\u00f3dol\u00e1si be\u00e1ll\u00edt\u00e1sok:",
"H264EncodingPresetHelp": "Choose a faster value to improve performance, or a slower value to improve quality.", "H264EncodingPresetHelp": "Choose a faster value to improve performance, or a slower value to improve quality.",
"LabelH264Crf": "H264 encoding CRF:", "LabelH264Crf": "H264 encoding CRF:",
"H264CrfHelp": "The Constant Rate Factor (CRF) is the default quality setting for the x264 encoder. You can set the values between 0 and 51, where lower values would result in better quality (at the expense of higher file sizes). Sane values are between 18 and 28. The default for x264 is 23, so you can use this as a starting point.", "H264CrfHelp": "The Constant Rate Factor (CRF) is the default quality setting for the x264 encoder. You can set the values between 0 and 51, where lower values would result in better quality (at the expense of higher file sizes). Sane values are between 18 and 28. The default for x264 is 23, so you can use this as a starting point.",
@ -1928,8 +1929,8 @@
"Programs": "Programs", "Programs": "Programs",
"News": "News", "News": "News",
"HeaderDownloadSync": "Download & Sync", "HeaderDownloadSync": "Download & Sync",
"EnableHardwareDecoding": "Enable hardware decoding", "EnableHardwareDecoding": "Hardveres dek\u00f3dol\u00e1s enged\u00e9lyez\u00e9se",
"EnableHardwareEncoding": "Enable hardware encoding", "EnableHardwareEncoding": "Hardveres k\u00f3dol\u00e1s enged\u00e9lyez\u00e9se",
"Rate": "Rate", "Rate": "Rate",
"ButtonScanAllLibraries": "Scan All Libraries", "ButtonScanAllLibraries": "Scan All Libraries",
"ScanLibrary": "Scan library", "ScanLibrary": "Scan library",
@ -1937,8 +1938,8 @@
"EnableStreamLoopingHelp": "Enable this if live streams only contain a few seconds of data and need to be continuously requested.", "EnableStreamLoopingHelp": "Enable this if live streams only contain a few seconds of data and need to be continuously requested.",
"HttpsRequiresCert": "To enable reporting https as your external address, you will need to supply a trusted SSL certificate, such as Lets Encrypt.", "HttpsRequiresCert": "To enable reporting https as your external address, you will need to supply a trusted SSL certificate, such as Lets Encrypt.",
"HeaderLatestDownloadedVideos": "Latest Downloaded Videos", "HeaderLatestDownloadedVideos": "Latest Downloaded Videos",
"EnableNextVideoInfoOverlay": "Enable next video info during playback", "EnableNextVideoInfoOverlay": "A k\u00f6vetkez\u0151 vide\u00f3 inform\u00e1ci\u00f3j\u00e1nak megjelen\u00edt\u00e9se lej\u00e1tsz\u00e1s k\u00f6zben",
"EnableNextVideoInfoOverlayHelp": "At the end of a video, display info about the next video coming up in the current playlist.", "EnableNextVideoInfoOverlayHelp": "A vide\u00f3 v\u00e9g\u00e9n jelen\u00edtse meg az aktu\u00e1lis lej\u00e1tsz\u00e1si list\u00e1n megjelen\u0151 k\u00f6vetkez\u0151 vide\u00f3 adatait.",
"ServerRestartNeededAfterPluginInstall": "Emby Server will need to be restarted after installing a plugin.", "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.", "PluginInstalledMessage": "The plugin has been successfully installed. Emby Server will need to be restarted for changes to take effect.",
"Themes": "Kin\u00e9zetek", "Themes": "Kin\u00e9zetek",

View File

@ -1,5 +1,6 @@
{ {
"LabelEnableHardwareDecodingFor": "Enable hardware decoding for:", "LabelEnableHardwareDecodingFor": "Enable hardware decoding for:",
"LabelUrl": "Url:",
"LabelPrevious": "Sebelumnya", "LabelPrevious": "Sebelumnya",
"LabelFinish": "Selesai", "LabelFinish": "Selesai",
"LabelNext": "Berikutnya", "LabelNext": "Berikutnya",

View File

@ -1,5 +1,6 @@
{ {
"LabelEnableHardwareDecodingFor": "Enable hardware decoding for:", "LabelEnableHardwareDecodingFor": "Abilita la decodifica hardware per:",
"LabelUrl": "Url:",
"LabelPrevious": "Precedente", "LabelPrevious": "Precedente",
"LabelFinish": "Finito", "LabelFinish": "Finito",
"LabelNext": "Prossimo", "LabelNext": "Prossimo",

View File

@ -1,5 +1,6 @@
{ {
"LabelEnableHardwareDecodingFor": "Enable hardware decoding for:", "LabelEnableHardwareDecodingFor": "\u0410\u043f\u043f\u0430\u0440\u0430\u0442\u044b\u049b \u043a\u043e\u0434\u0442\u0430\u0443\u0434\u044b \u043c\u044b\u043d\u0430\u0493\u0430\u043d \u049b\u043e\u0441\u0443:",
"LabelUrl": "Url:",
"LabelPrevious": "\u0410\u043b\u0434\u044b\u04a3\u0493\u044b", "LabelPrevious": "\u0410\u043b\u0434\u044b\u04a3\u0493\u044b",
"LabelFinish": "\u0410\u044f\u049b\u0442\u0430\u0443", "LabelFinish": "\u0410\u044f\u049b\u0442\u0430\u0443",
"LabelNext": "\u041a\u0435\u043b\u0435\u0441\u0456", "LabelNext": "\u041a\u0435\u043b\u0435\u0441\u0456",
@ -1941,7 +1942,7 @@
"EnableNextVideoInfoOverlayHelp": "At the end of a video, display info about the next video coming up in the current playlist.", "EnableNextVideoInfoOverlayHelp": "At the end of a video, display info about the next video coming up in the current playlist.",
"ServerRestartNeededAfterPluginInstall": "Emby Server will need to be restarted after installing a plugin.", "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.", "PluginInstalledMessage": "The plugin has been successfully installed. Emby Server will need to be restarted for changes to take effect.",
"Themes": "Themes", "Themes": "\u0422\u0430\u049b\u044b\u0440\u044b\u043f\u0442\u0430\u0440",
"LabelTheme": "Theme:", "LabelTheme": "\u0422\u0430\u049b\u044b\u0440\u044b\u043f:",
"LabelDashboardTheme": "Server dashboard theme:" "LabelDashboardTheme": "\u0421\u0435\u0440\u0432\u0435\u0440 \u0442\u0430\u049b\u0442\u0430\u0441\u044b\u043d\u044b\u04a3 \u0442\u0430\u049b\u044b\u0440\u044b\u0431\u044b:"
} }

View File

@ -1,5 +1,6 @@
{ {
"LabelEnableHardwareDecodingFor": "Enable hardware decoding for:", "LabelEnableHardwareDecodingFor": "Enable hardware decoding for:",
"LabelUrl": "Url:",
"LabelPrevious": "\uc774\uc804", "LabelPrevious": "\uc774\uc804",
"LabelFinish": "\ub05d\ub0b4\uae30", "LabelFinish": "\ub05d\ub0b4\uae30",
"LabelNext": "\ub2e4\uc74c", "LabelNext": "\ub2e4\uc74c",

View File

@ -1,5 +1,6 @@
{ {
"LabelEnableHardwareDecodingFor": "Enable hardware decoding for:", "LabelEnableHardwareDecodingFor": "Enable hardware decoding for:",
"LabelUrl": "Url:",
"LabelPrevious": "Ankstesnis", "LabelPrevious": "Ankstesnis",
"LabelFinish": "Baigti", "LabelFinish": "Baigti",
"LabelNext": "Kitas", "LabelNext": "Kitas",

View File

@ -1,5 +1,6 @@
{ {
"LabelEnableHardwareDecodingFor": "Enable hardware decoding for:", "LabelEnableHardwareDecodingFor": "Enable hardware decoding for:",
"LabelUrl": "Url:",
"LabelPrevious": "Sebelumnya", "LabelPrevious": "Sebelumnya",
"LabelFinish": "Habis", "LabelFinish": "Habis",
"LabelNext": "Seterusnya", "LabelNext": "Seterusnya",

View File

@ -1,5 +1,6 @@
{ {
"LabelEnableHardwareDecodingFor": "Enable hardware decoding for:", "LabelEnableHardwareDecodingFor": "Enable hardware decoding for:",
"LabelUrl": "Url:",
"LabelPrevious": "Forrige", "LabelPrevious": "Forrige",
"LabelFinish": "Ferdig", "LabelFinish": "Ferdig",
"LabelNext": "Neste", "LabelNext": "Neste",

View File

@ -1,5 +1,6 @@
{ {
"LabelEnableHardwareDecodingFor": "Enable hardware decoding for:", "LabelEnableHardwareDecodingFor": "Enable hardware decoding for:",
"LabelUrl": "Url:",
"LabelPrevious": "Vorige", "LabelPrevious": "Vorige",
"LabelFinish": "Voltooien", "LabelFinish": "Voltooien",
"LabelNext": "Volgende", "LabelNext": "Volgende",

View File

@ -1,5 +1,6 @@
{ {
"LabelEnableHardwareDecodingFor": "Enable hardware decoding for:", "LabelEnableHardwareDecodingFor": "Enable hardware decoding for:",
"LabelUrl": "Url:",
"LabelPrevious": "Wstecz", "LabelPrevious": "Wstecz",
"LabelFinish": "Zako\u0144cz", "LabelFinish": "Zako\u0144cz",
"LabelNext": "Dalej", "LabelNext": "Dalej",

View File

@ -1,5 +1,6 @@
{ {
"LabelEnableHardwareDecodingFor": "Enable hardware decoding for:", "LabelEnableHardwareDecodingFor": "Ativar decodifica\u00e7\u00e3o de hardware para:",
"LabelUrl": "Url:",
"LabelPrevious": "Anterior", "LabelPrevious": "Anterior",
"LabelFinish": "Finalizar", "LabelFinish": "Finalizar",
"LabelNext": "Pr\u00f3ximo", "LabelNext": "Pr\u00f3ximo",
@ -1009,7 +1010,7 @@
"HeaderChapterSettings": "Configura\u00e7\u00f5es dos Cap\u00edtulos", "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 e v\u00eddeos tiradas por seus dispositivos m\u00f3veis para o Servidor Emby.",
"LabelCameraUploadPath": "Local para upload da c\u00e2mera:", "LabelCameraUploadPath": "Local para upload da c\u00e2mera:",
"LabelCameraUploadPathHelp": "Selecione um local personalizado para upload, se desejar. 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.", "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", "LabelCreateCameraUploadSubfolder": "Criar uma subpasta para cada dispositivo",
"LabelCreateCameraUploadSubfolderHelp": "Pastas espec\u00edficas podem ser atribu\u00eddas a um dispositivo, clicando-as na p\u00e1gina de Dispositivos.", "LabelCreateCameraUploadSubfolderHelp": "Pastas espec\u00edficas podem ser atribu\u00eddas a um dispositivo, clicando-as na p\u00e1gina de Dispositivos.",
"LabelCustomDeviceDisplayName": "Nome para exibi\u00e7\u00e3o:", "LabelCustomDeviceDisplayName": "Nome para exibi\u00e7\u00e3o:",
@ -1089,8 +1090,8 @@
"OptionAllowMediaPlaybackTranscodingHelp": "Os usu\u00e1rios receber\u00e3o mensagens de erro amig\u00e1veis quando o conte\u00fado n\u00e3o for reproduz\u00edvel, baseado nas pol\u00edticas.", "OptionAllowMediaPlaybackTranscodingHelp": "Os usu\u00e1rios receber\u00e3o mensagens de erro amig\u00e1veis quando o conte\u00fado n\u00e3o for reproduz\u00edvel, baseado nas pol\u00edticas.",
"TabStreaming": "Streaming", "TabStreaming": "Streaming",
"LabelRemoteClientBitrateLimit": "Limite de taxa de bits para streaming da Internet (Mbps):", "LabelRemoteClientBitrateLimit": "Limite de taxa de bits para streaming da Internet (Mbps):",
"LabelRemoteClientBitrateLimitHelp": "Um limite opcional da taxa de bits de streaming 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.", "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.",
"LabelUserRemoteClientBitrateLimitHelp": "This will override the default global value set in server playback settings.", "LabelUserRemoteClientBitrateLimitHelp": "Isto alterar\u00e1 o valor global padr\u00e3o definido nas configura\u00e7\u00f5es de reprodu\u00e7\u00e3o no servidor.",
"LabelConversionCpuCoreLimit": "Limite de n\u00facleos da CPU:", "LabelConversionCpuCoreLimit": "Limite de n\u00facleos da CPU:",
"LabelConversionCpuCoreLimitHelp": "Limite o n\u00famero de n\u00facleos da CPU que ser\u00e3o usados durante a convers\u00e3o na sincroniza\u00e7\u00e3o", "LabelConversionCpuCoreLimitHelp": "Limite o n\u00famero de n\u00facleos da CPU que ser\u00e3o usados durante a convers\u00e3o na sincroniza\u00e7\u00e3o",
"OptionEnableFullSpeedConversion": "Ativar convers\u00e3o de alta velocidade", "OptionEnableFullSpeedConversion": "Ativar convers\u00e3o de alta velocidade",
@ -1714,8 +1715,8 @@
"SyncMedia": "Sincronizar M\u00eddia", "SyncMedia": "Sincronizar M\u00eddia",
"HeaderCancelSyncJob": "Cancelar Sincroniza\u00e7\u00e3o", "HeaderCancelSyncJob": "Cancelar Sincroniza\u00e7\u00e3o",
"LabelQuality": "Qualidade:", "LabelQuality": "Qualidade:",
"MovieLibraryHelp": "Review the {0}Emby movie naming guide{1}.", "MovieLibraryHelp": "Verifique o {0}guia de nomes de filmes do Emby{1}.",
"TvLibraryHelp": "Review the {0}Emby TV naming guide{1}.", "TvLibraryHelp": "Verifique o {0}guia de nomes de s\u00e9ries no Emby{1}.",
"BookLibraryHelp": "Livros de \u00e1udio e texto s\u00e3o suportados", "BookLibraryHelp": "Livros de \u00e1udio e texto s\u00e3o suportados",
"MessageGamePluginRequired": "Requer a instala\u00e7\u00e3o do plugin GameBrowser", "MessageGamePluginRequired": "Requer a instala\u00e7\u00e3o do plugin GameBrowser",
"MessageUnsetContentHelp": "O conte\u00fado ser\u00e1 exibido em pastas simples. Para melhor resultado, use o gerenciador de metadados para definir os tipos de conte\u00fado das sub-pastas.", "MessageUnsetContentHelp": "O conte\u00fado ser\u00e1 exibido em pastas simples. Para melhor resultado, use o gerenciador de metadados para definir os tipos de conte\u00fado das sub-pastas.",
@ -1941,7 +1942,7 @@
"EnableNextVideoInfoOverlayHelp": "Ao final de um v\u00eddeo, exibe informa\u00e7\u00f5es sobre o pr\u00f3ximo v\u00eddeo que est\u00e1 na lista de reprodu\u00e7\u00e3o.", "EnableNextVideoInfoOverlayHelp": "Ao final de um v\u00eddeo, exibe informa\u00e7\u00f5es sobre o pr\u00f3ximo v\u00eddeo que est\u00e1 na lista de reprodu\u00e7\u00e3o.",
"ServerRestartNeededAfterPluginInstall": "O Emby Server precisa ser reiniciado ap\u00f3s a instala\u00e7\u00e3o de um plugin.", "ServerRestartNeededAfterPluginInstall": "O Emby Server precisa ser reiniciado ap\u00f3s a instala\u00e7\u00e3o de um plugin.",
"PluginInstalledMessage": "O plugin foi instalado com sucesso. O Emby Server precisa ser reiniciado para completar as altera\u00e7\u00f5es.", "PluginInstalledMessage": "O plugin foi instalado com sucesso. O Emby Server precisa ser reiniciado para completar as altera\u00e7\u00f5es.",
"Themes": "Themes", "Themes": "Temas",
"LabelTheme": "Theme:", "LabelTheme": "Tema:",
"LabelDashboardTheme": "Server dashboard theme:" "LabelDashboardTheme": "Tema do painel do servidor:"
} }

View File

@ -1,5 +1,6 @@
{ {
"LabelEnableHardwareDecodingFor": "Enable hardware decoding for:", "LabelEnableHardwareDecodingFor": "Enable hardware decoding for:",
"LabelUrl": "Url:",
"LabelPrevious": "Anterior", "LabelPrevious": "Anterior",
"LabelFinish": "Terminar", "LabelFinish": "Terminar",
"LabelNext": "Seguinte", "LabelNext": "Seguinte",

View File

@ -1,5 +1,6 @@
{ {
"LabelEnableHardwareDecodingFor": "Enable hardware decoding for:", "LabelEnableHardwareDecodingFor": "Enable hardware decoding for:",
"LabelUrl": "Url:",
"LabelPrevious": "Anteriorul", "LabelPrevious": "Anteriorul",
"LabelFinish": "Termina", "LabelFinish": "Termina",
"LabelNext": "Urmatorul", "LabelNext": "Urmatorul",

View File

@ -1,5 +1,6 @@
{ {
"LabelEnableHardwareDecodingFor": "Enable hardware decoding for:", "LabelEnableHardwareDecodingFor": "\u0412\u043a\u043b\u044e\u0447\u0438\u0442\u044c \u0430\u043f\u043f\u0430\u0440\u0430\u0442\u043d\u043e\u0435 \u0434\u0435\u043a\u043e\u0434\u0438\u0440\u043e\u0432\u0430\u043d\u0438\u0435 \u0434\u043b\u044f:",
"LabelUrl": "Url:",
"LabelPrevious": "\u041f\u0440\u0435\u0434\u044b\u0434\u0443\u0449\u0435\u0435", "LabelPrevious": "\u041f\u0440\u0435\u0434\u044b\u0434\u0443\u0449\u0435\u0435",
"LabelFinish": "\u0417\u0430\u0432\u0435\u0440\u0448\u0438\u0442\u044c", "LabelFinish": "\u0417\u0430\u0432\u0435\u0440\u0448\u0438\u0442\u044c",
"LabelNext": "\u0421\u043b\u0435\u0434\u0443\u044e\u0449\u0435\u0435", "LabelNext": "\u0421\u043b\u0435\u0434\u0443\u044e\u0449\u0435\u0435",

View File

@ -1,5 +1,6 @@
{ {
"LabelEnableHardwareDecodingFor": "Enable hardware decoding for:", "LabelEnableHardwareDecodingFor": "Enable hardware decoding for:",
"LabelUrl": "Url:",
"LabelPrevious": "Predch\u00e1dzaj\u00face", "LabelPrevious": "Predch\u00e1dzaj\u00face",
"LabelFinish": "Ukon\u010di\u0165", "LabelFinish": "Ukon\u010di\u0165",
"LabelNext": "\u010ealej", "LabelNext": "\u010ealej",

View File

@ -1,5 +1,6 @@
{ {
"LabelEnableHardwareDecodingFor": "Enable hardware decoding for:", "LabelEnableHardwareDecodingFor": "Enable hardware decoding for:",
"LabelUrl": "Url:",
"LabelPrevious": "Nazaj", "LabelPrevious": "Nazaj",
"LabelFinish": "Konec", "LabelFinish": "Konec",
"LabelNext": "Naprej", "LabelNext": "Naprej",

View File

@ -1,5 +1,6 @@
{ {
"LabelEnableHardwareDecodingFor": "Enable hardware decoding for:", "LabelEnableHardwareDecodingFor": "Aktivera h\u00e5rdvaruomkodning f\u00f6r:",
"LabelUrl": "Url:",
"LabelPrevious": "F\u00f6reg\u00e5ende", "LabelPrevious": "F\u00f6reg\u00e5ende",
"LabelFinish": "Klart", "LabelFinish": "Klart",
"LabelNext": "N\u00e4sta", "LabelNext": "N\u00e4sta",
@ -1940,8 +1941,8 @@
"EnableNextVideoInfoOverlay": "Enable next video info during playback", "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.", "EnableNextVideoInfoOverlayHelp": "At the end of a video, display info about the next video coming up in the current playlist.",
"ServerRestartNeededAfterPluginInstall": "Emby Server will need to be restarted after installing a plugin.", "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.", "PluginInstalledMessage": "Till\u00e4gget har installerats. Emby Server beh\u00f6ver startas om f\u00f6r att verkst\u00e4lla \u00e4ndringarna.",
"Themes": "Themes", "Themes": "Teman",
"LabelTheme": "Theme:", "LabelTheme": "Tema:",
"LabelDashboardTheme": "Server dashboard theme:" "LabelDashboardTheme": "Server dashboard-tema:"
} }

View File

@ -1,5 +1,6 @@
{ {
"LabelEnableHardwareDecodingFor": "Enable hardware decoding for:", "LabelEnableHardwareDecodingFor": "Enable hardware decoding for:",
"LabelUrl": "Url:",
"LabelPrevious": "\u00d6nceki", "LabelPrevious": "\u00d6nceki",
"LabelFinish": "Bitir", "LabelFinish": "Bitir",
"LabelNext": "Sonraki", "LabelNext": "Sonraki",

View File

@ -1,5 +1,6 @@
{ {
"LabelEnableHardwareDecodingFor": "Enable hardware decoding for:", "LabelEnableHardwareDecodingFor": "Enable hardware decoding for:",
"LabelUrl": "Url:",
"LabelPrevious": "\u041d\u0430\u0437\u0430\u0434", "LabelPrevious": "\u041d\u0430\u0437\u0430\u0434",
"LabelFinish": "Finish", "LabelFinish": "Finish",
"LabelNext": "\u0412\u043f\u0435\u0440\u0435\u0434", "LabelNext": "\u0412\u043f\u0435\u0440\u0435\u0434",

View File

@ -1,5 +1,6 @@
{ {
"LabelEnableHardwareDecodingFor": "Enable hardware decoding for:", "LabelEnableHardwareDecodingFor": "Enable hardware decoding for:",
"LabelUrl": "Url:",
"LabelPrevious": "Tr\u01b0\u1edbc", "LabelPrevious": "Tr\u01b0\u1edbc",
"LabelFinish": "K\u1ebft th\u00fac", "LabelFinish": "K\u1ebft th\u00fac",
"LabelNext": "Ti\u1ebfp theo", "LabelNext": "Ti\u1ebfp theo",

View File

@ -1,5 +1,6 @@
{ {
"LabelEnableHardwareDecodingFor": "Enable hardware decoding for:", "LabelEnableHardwareDecodingFor": "Enable hardware decoding for:",
"LabelUrl": "Url:",
"LabelPrevious": "\u4e0a\u4e00\u4e2a", "LabelPrevious": "\u4e0a\u4e00\u4e2a",
"LabelFinish": "\u5b8c\u6210", "LabelFinish": "\u5b8c\u6210",
"LabelNext": "\u4e0b\u4e00\u4e2a", "LabelNext": "\u4e0b\u4e00\u4e2a",

View File

@ -1,5 +1,6 @@
{ {
"LabelEnableHardwareDecodingFor": "Enable hardware decoding for:", "LabelEnableHardwareDecodingFor": "Enable hardware decoding for:",
"LabelUrl": "Url:",
"LabelPrevious": "\u524d\u4e00\u500b", "LabelPrevious": "\u524d\u4e00\u500b",
"LabelFinish": "\u5b8c\u6210", "LabelFinish": "\u5b8c\u6210",
"LabelNext": "\u4e0b\u4e00\u500b", "LabelNext": "\u4e0b\u4e00\u500b",

View File

@ -1,5 +1,6 @@
{ {
"LabelEnableHardwareDecodingFor": "Enable hardware decoding for:", "LabelEnableHardwareDecodingFor": "Enable hardware decoding for:",
"LabelUrl": "Url:",
"LabelPrevious": "\u4e0a\u4e00\u500b", "LabelPrevious": "\u4e0a\u4e00\u500b",
"LabelFinish": "\u5b8c\u6210", "LabelFinish": "\u5b8c\u6210",
"LabelNext": "\u4e0b\u4e00\u500b", "LabelNext": "\u4e0b\u4e00\u500b",