");var html,tabs=this.view.querySelector(".searchTabs");(tabs.innerHTML=html)?(tabs.classList.remove("hide"),tabs.querySelector(".searchTabsContainer").addEventListener("tabchange",function(){this.itemsContainer.refreshItems()}.bind(this))):tabs.classList.add("hide")},ItemsView.prototype.setTitle=function(){var title;!1!==this.params.setTitle&&(title=this.getTitle(),_appheader.default.setTitle(title||""))},ItemsView.prototype.getSortBySettingsKey=function(sortMenuOptions){return"OnNow"===this.params.type?_usersettings.default.getLiveTvChannelSortSettingsKey():_listcontroller.default.prototype.getSortBySettingsKey.apply(this,arguments)},ItemsView.prototype.getSortByValue=function(){var query;return"OnNow"===this.params.type?(_usersettings.default.addLiveTvChannelSortingToQuery(query={},_globalize.default),query.SortBy):_listcontroller.default.prototype.getSortByValue.apply(this,arguments)},ItemsView.prototype.getDefaultSorting=function(){var query;return"OnNow"===this.params.type?(_usersettings.default.addLiveTvChannelSortingToQuery(query={},_globalize.default),{sortBy:query.SortBy,sortOrder:query.SortOrder}):_listcontroller.default.prototype.getDefaultSorting.apply(this,arguments)},ItemsView.prototype.supportsPlay=function(){var params=this.params,parentItem=this.getParentItem(),parentItem=null==parentItem?void 0:parentItem.CollectionType;return"downloads"!==params.parentId&&"search"!==params.type&&"missingepisodes"!==params.type&&"playlists"!==parentItem&&"boxsets"!==parentItem&&_listcontroller.default.prototype.supportsPlay.apply(this,arguments)},ItemsView.prototype.supportsShuffle=function(){var params=this.params,parentItem=this.getParentItem(),itemType=null==parentItem?void 0:parentItem.Type,parentItem=null==parentItem?void 0:parentItem.CollectionType;return"downloads"!==params.parentId&&"search"!==params.type&&"missingepisodes"!==params.type&&"playlists"!==parentItem&&"boxsets"!==parentItem&&("MusicGenre"===itemType||"Program"!==params.type&&"TvChannel"!==params.type&&"OnNow"!==params.type&&"nextup"!==params.type&&"Game"!==params.type&&"Channel"!==itemType&&"GameSystem"!==itemType&&"GameGenre"!==itemType)&&this.supportsPlay()},ItemsView.prototype.supportsQueue=function(){var params=this.params,parentItem=this.getParentItem(),parentItem=null==parentItem?void 0:parentItem.CollectionType;if("downloads"!==params.parentId&&"search"!==params.type&&"missingepisodes"!==params.type&&"playlists"!==parentItem&&"boxsets"!==parentItem&&this.supportsPlay()){params=this.getParentItem();if(params)return _playbackmanager.default.canQueue(params)}return!1},ItemsView.prototype.getSortMenuOptions=function(){var params=this.params;if("downloads"===params.parentId)return[];switch(params.type){case"nextup":case"search":case"missingepisodes":return[];case"OnNow":return _usersettings.default.getLiveTvChannelSortOrders(_globalize.default);default:return _listcontroller.default.prototype.getSortMenuOptions.apply(this,arguments)}},ItemsView.prototype.getVisibleFilters=function(){var params=this.params;if("downloads"===params.parentId)return[];switch(params.type){case"nextup":case"OnNow":case"search":case"missingepisodes":return[];default:return _listcontroller.default.prototype.getVisibleFilters.apply(this,arguments)}},ItemsView.prototype.getDisplayPreset=function(){var params=this.params;return params.mediaTypes?params.mediaTypes.split(",")[0]:_listcontroller.default.prototype.getDisplayPreset.apply(this,arguments)},ItemsView.prototype.getViewSettingDefaults=function(parentItem,listItems,availableFieldIds){var activeSearchTab,defaults=_listcontroller.default.prototype.getViewSettingDefaults.apply(this,arguments),params=this.params;return"search"===params.type?(defaults.fields=["Name"],!(activeSearchTab=this.view.querySelector(".emby-searchable-tab-button.emby-tab-button-active"))||"all"===(activeSearchTab=activeSearchTab.getAttribute("data-searchtype"))?(defaults.fields.push("Type"),defaults.fields.push("ProductionYear")):"Movie"===activeSearchTab||"Series"===activeSearchTab||"Trailer"===activeSearchTab?defaults.fields.push("ProductionYear"):"Audio"===activeSearchTab&&(defaults.imageType="list")):"nextup"===params.type&&(defaults.imageType=this.params.defaultView||"thumb"),defaults},ItemsView.prototype.getItemTypes=function(){var params=this.params,paramsType=params.type;switch(paramsType){case"nextup":case"missingepisodes":return["Episode"];case"OnNow":return["TvChannel"];case"search":return[];case"Recordings":return"true"===params.GroupItems?["Series","Video","Movie"]:["Episode","Video","Movie"];default:return paramsType?paramsType.split(","):[]}},ItemsView.prototype.getSettingsKey=function(){var values=[],params=(values.push("items"),this.params);return params.type?values.push(params.type):params.mediaTypes?values.push(params.mediaTypes):params.parentId&&values.push(params.parentId),params.IsAiring&&values.push("IsAiring"),params.IsMovie&&values.push("IsMovie"),params.IsKids&&values.push("IsKids"),params.IsSports&&values.push("IsSports"),params.IsNews&&values.push("IsNews"),params.IsSeries&&values.push("IsSeries"),params.IsFavorite&&values.push("IsFavorite"),params.genreId&&values.push("Genre"),params.gameGenreId&&values.push("GameGenre"),params.musicGenreId&&values.push("MusicGenre"),params.studioId&&values.push("Studio"),params.tagId&&values.push("Tag"),params.personId&&values.push("Person"),params.parentId&&values.push("Folder"),values.join("-")};_exports.default=ItemsView});
\ No newline at end of file
diff --git a/livetv/channels.js b/livetv/channels.js
new file mode 100644
index 0000000..bb4e502
--- /dev/null
+++ b/livetv/channels.js
@@ -0,0 +1 @@
+define(["exports","./../modules/tabbedview/itemstab.js","./../modules/emby-elements/emby-itemscontainer/emby-itemscontainer.js","./../modules/emby-elements/emby-button/emby-button.js","./../modules/emby-elements/emby-scroller/emby-scroller.js","./../modules/common/usersettings/usersettings.js","./../modules/common/globalize.js"],function(_exports,_itemstab,_embyItemscontainer,_embyButton,_embyScroller,_usersettings,_globalize){function ChannelsTab(view,params,options){_itemstab.default.apply(this,arguments)}Object.defineProperty(_exports,"__esModule",{value:!0}),_exports.default=void 0,Object.assign(ChannelsTab.prototype,_itemstab.default.prototype),ChannelsTab.prototype.getItemTypes=function(){return["TvChannel"]},ChannelsTab.prototype.getSettingsKey=function(){return"livetvchannels"},ChannelsTab.prototype.saveSortingOnServer=function(){return!0},ChannelsTab.prototype.getCardOptions=function(items){var options=_itemstab.default.prototype.getCardOptions.apply(this,arguments);return-1!==(this.getSortValues().sortBy||"").toLowerCase().indexOf("channelnumber,sortname")&&(options.channelNumberFirst=!0),options},ChannelsTab.prototype.getSortBySettingsKey=function(sortMenuOptions){return _usersettings.default.getLiveTvChannelSortSettingsKey()},ChannelsTab.prototype.getSortMenuOptions=function(){return _usersettings.default.getLiveTvChannelSortOrders(_globalize.default)},ChannelsTab.prototype.getDefaultSorting=function(){var query={};return _usersettings.default.addLiveTvChannelSortingToQuery(query,_globalize.default),{sortBy:query.SortBy,sortOrder:query.SortOrder}},ChannelsTab.prototype.getSortByValue=function(){var query={};return _usersettings.default.addLiveTvChannelSortingToQuery(query,_globalize.default),query.SortBy},ChannelsTab.prototype.loadTemplate=function(){return this.loadItemsTemplate()};_exports.default=ChannelsTab});
\ No newline at end of file
diff --git a/livetv/guide.css b/livetv/guide.css
new file mode 100644
index 0000000..01f867c
--- /dev/null
+++ b/livetv/guide.css
@@ -0,0 +1 @@
+.guideSelectedInfo{display:-webkit-flex;display:flex;-webkit-align-items:center;align-items:center;height:36%;padding-top:0;padding-bottom:0;margin-top:-3em;margin-bottom:.25em}.guide-focusPreviewOverview{-webkit-line-clamp:1}@media (min-width:60em){.page-withDockedDrawer .guideContainer{-webkit-padding-start:3.5rem;padding-inline-start:3.5rem}}@media (min-width:90em){.page-withDockedDrawer .guideContainer{-webkit-padding-start:4rem;padding-inline-start:4rem}}
\ No newline at end of file
diff --git a/livetv/guide.js b/livetv/guide.js
new file mode 100644
index 0000000..95ba115
--- /dev/null
+++ b/livetv/guide.js
@@ -0,0 +1 @@
+define(["exports","./../modules/tabbedview/basetab.js","./../modules/emby-elements/emby-itemscontainer/emby-itemscontainer.js","./../modules/emby-elements/emby-button/emby-button.js","./../modules/emby-elements/emby-scroller/emby-scroller.js","./../modules/emby-apiclient/connectionmanager.js","./../modules/emby-apiclient/events.js","./../modules/appheader/appheader.js","./../modules/layoutmanager.js","./../modules/backdrop/backdrop.js","./../modules/emby-elements/guide/guide.js"],function(_exports,_basetab,_embyItemscontainer,_embyButton,_embyScroller,_connectionmanager,_events,_appheader,_layoutmanager,_backdrop,_guide){function GuideTab(view,params){_basetab.default.apply(this,arguments),this.apiClient=_connectionmanager.default.getApiClient(params.serverId),this.view=view,this.params=params,_layoutmanager.default.tv&&view.classList.add("guideContainer-tv"),this.boundonGuideFocus=function(e,detail){this._lastFocusInfo=detail,this.onFocusIn(detail.element)}.bind(this),this.boundonGuideFocusOut=function(e,detail){this._lastFocusInfo=null,this.onFocusOut()}.bind(this)}Object.defineProperty(_exports,"__esModule",{value:!0}),_exports.default=void 0,require(["css!livetv/guide.css"]),Object.assign(GuideTab.prototype,_basetab.default.prototype),GuideTab.prototype.getFocusPreviewItem=function(element){var focusInfo=this._lastFocusInfo;return(null==focusInfo?void 0:focusInfo.element)===element?focusInfo.item:null},GuideTab.prototype.refetchItemForFocusPreview=function(){return!0},GuideTab.prototype.enableFocusPreview=function(){return!!_layoutmanager.default.tv},GuideTab.prototype.createFocusPreviewElement=function(){var elem=this.view.querySelector(".guideSelectedInfo");return this.fillFocusPreviewContainer(elem),elem.querySelector(".focusPreviewOverview").classList.add("guide-focusPreviewOverview"),elem},GuideTab.prototype.onResume=function(options){_basetab.default.prototype.onResume.apply(this,arguments),options=options||{},_appheader.default.ensureVisible(),_backdrop.default.clear();var isNew,promise,guideInstance=this.guideInstance,guideContainer=this.view,focusGuideOnLoad=options.autoFocus||guideContainer.contains(document.activeElement),guideContainer=(guideInstance||(isNew=!0,guideInstance=this.guideInstance=new _guide.default({element:guideContainer,serverId:this.params.serverId,condensed:_layoutmanager.default.tv}),_layoutmanager.default.tv&&(_events.default.on(this.guideInstance,"focus",this.boundonGuideFocus),guideContainer.addEventListener("focusout",this.boundonGuideFocusOut),this.view.querySelector(".guideSelectedInfo").classList.remove("hide")),options.refresh=!0),_layoutmanager.default.tv?this.view.classList.add("liveGuideTab-tv"):this.view.classList.remove("liveGuideTab-tv"),this.getApiClient());return(promise=(promise=isNew&&_layoutmanager.default.tv?guideContainer.getItems(guideContainer.getCurrentUserId(),{IncludeItemTypes:"TvChannel",EnableTotalRecordCount:!1,Limit:1,SortBy:"DatePlayed",SortOrder:"Descending",Fields:"UserDataPlayCount",Recursive:!0,EnableImages:!1,AddCurrentProgram:!1}):promise)||Promise.resolve({Items:[]})).then(function(result){var _lastPlayedChannel$Us,result=result.Items[0];return null!=result&&null!=(_lastPlayedChannel$Us=result.UserData)&&_lastPlayedChannel$Us.PlayCount&&(options.scrollToChannelId=result.Id,options.focusOnScroll=focusGuideOnLoad,options.scrollBehavior="instant"),options.resetScroll="true"!==(null==(_lastPlayedChannel$Us=options.previousViewInfo)||null==(_lastPlayedChannel$Us=_lastPlayedChannel$Us.params)?void 0:_lastPlayedChannel$Us.asDialog),guideInstance.resume(options)})},GuideTab.prototype.enableFocusPreviewImage=function(){return!0},GuideTab.prototype.hideFocusPreviewElementUsingDisplay=function(){return!1},GuideTab.prototype.onPause=function(){_basetab.default.prototype.onPause.apply(this,arguments);var guideInstance=this.guideInstance;guideInstance&&guideInstance.pause()},GuideTab.prototype.destroy=function(){var view=this.view,guideInstance=(_basetab.default.prototype.destroy.apply(this,arguments),this.guideInstance);guideInstance&&(this.boundonGuideFocus&&(_events.default.off(guideInstance,"focus",this.boundonGuideFocus),this.boundonGuideFocus=null),this.boundonGuideFocusOut&&(null!=view&&view.removeEventListener("focusout",this.boundonGuideFocusOut),this.boundonGuideFocusOut=null),guideInstance.destroy()),this._lastFocusInfo=null,this.guideInstance=null};_exports.default=GuideTab});
\ No newline at end of file
diff --git a/livetv/livetv.html b/livetv/livetv.html
new file mode 100644
index 0000000..976a95e
--- /dev/null
+++ b/livetv/livetv.html
@@ -0,0 +1,44 @@
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
\ No newline at end of file
diff --git a/livetv/livetv.js b/livetv/livetv.js
new file mode 100644
index 0000000..32c4edc
--- /dev/null
+++ b/livetv/livetv.js
@@ -0,0 +1 @@
+define(["exports","./../modules/tabbedview/tabbedview.js","./../modules/common/globalize.js","./../modules/emby-elements/emby-itemscontainer/emby-itemscontainer.js","./../modules/emby-elements/emby-button/emby-button.js","./../modules/emby-elements/emby-scroller/emby-scroller.js","./../modules/focusmanager.js","./../modules/registrationservices/registrationservices.js","./../modules/common/usersettings/usersettings.js","./../modules/maintabsmanager.js"],function(_exports,_tabbedview,_globalize,_embyItemscontainer,_embyButton,_embyScroller,_focusmanager,_registrationservices,_usersettings,_maintabsmanager){function hideShowAll(view,className,hide){for(var elems=view.querySelectorAll("."+className),i=0,length=elems.length;i'+'')+(""+_globalize.default.translate("HeaderAddRecording")+"")+"")+('"),function(instance){for(var btnCreateRecordings=instance.view.querySelectorAll(".btnCreateRecording"),boundOnAddRecordingClick=onAddRecordingClick.bind(instance),i=0,length=btnCreateRecordings.length;i
+
+
+
+
+
+
+
\ No newline at end of file
diff --git a/livetvsetup/advancedtab.js b/livetvsetup/advancedtab.js
new file mode 100644
index 0000000..e59dc2e
--- /dev/null
+++ b/livetvsetup/advancedtab.js
@@ -0,0 +1 @@
+define(["exports","./../modules/tabbedview/basetab.js","./../modules/loading/loading.js","./../modules/common/globalize.js","./../modules/emby-elements/emby-input/emby-input.js","./../modules/emby-elements/emby-button/emby-button.js","./../modules/emby-elements/emby-toggle/emby-toggle.js","./../modules/emby-elements/emby-select/emby-select.js","./../modules/common/responsehelper.js"],function(_exports,_basetab,_loading,_globalize,_embyInput,_embyButton,_embyToggle,_embySelect,_responsehelper){function onSubmit(e){_loading.default.show();var form=this;return ApiClient.getNamedConfiguration("livetv").then(function(config){config.GuideDays=form.querySelector(".selectGuideDays").value||null,config.BufferLimitInMinutes=60*parseInt(form.querySelector(".selectBufferSize").value);var recordingPath=form.querySelector(".txtRecordingPath").value||void 0,movieRecordingPath=form.querySelector(".txtMovieRecordingPath").value||void 0,seriesRecordingPath=form.querySelector(".txtSeriesRecordingPath").value||void 0,recordingPathChanged=recordingPath!==config.RecordingPath||movieRecordingPath!==config.MovieRecordingPath||seriesRecordingPath!==config.SeriesRecordingPath;config.RecordingPath=recordingPath,config.MovieRecordingPath=movieRecordingPath,config.SeriesRecordingPath=seriesRecordingPath,config.RecordingFolderId=form.querySelector(".selectRecordingFolder").value||null,config.MovieRecordingFolderId=form.querySelector(".selectMovieRecordingFolder").value||null,config.SeriesRecordingFolderId=form.querySelector(".selectSeriesRecordingFolder").value||null,config.WakeServer=form.querySelector(".chkWakeServer").checked,config.RecordingEncodingFormat="mkv",config.PrePaddingSeconds=60*form.querySelector(".txtPrePaddingMinutes").value,config.PostPaddingSeconds=60*form.querySelector(".txtPostPaddingMinutes").value,config.RecordingPostProcessor=form.querySelector(".txtPostProcessor").value,config.RecordingPostProcessorArguments=form.querySelector(".txtPostProcessorArguments").value,ApiClient.updateNamedConfiguration("livetv",config).then(function(){_responsehelper.default.handleConfigurationSavedResponse(),function(recordingPathChanged){var msg="";recordingPathChanged&&(msg+=_globalize.default.translate("RecordingPathChangeMessage"));msg&&!function(options){Emby.importModule("./modules/common/dialogs/alert.js").then(function(alert){return alert(options)})}(msg)}(recordingPathChanged)})}),e.preventDefault(),e.stopPropagation(),!1}function getRecordingFoldersFromPropertyName(instance,query,propertyName){return instance.getAvailableRecordingOptions().then(function(availableRecordingOptions){var availableRecordingOptions=availableRecordingOptions[propertyName].slice(0),total=availableRecordingOptions.length;return availableRecordingOptions.unshift({Name:"",Type:"Folder",Id:"",ServerId:instance.getApiClient().serverId()}),{TotalRecordCount:total+=1,Items:availableRecordingOptions}})}function View(view,params){_basetab.default.apply(this,arguments)}function showOrHideAll(page,className,show){for(var elems="string"==typeof className?page.querySelectorAll("."+className):className,i=0,length=elems.length;i"),extraPostProcessingArgs.length?extraPostProcessingArgsElem.classList.remove("hide"):extraPostProcessingArgsElem.classList.add("hide"),page.querySelector(".selectRecordingFolder").getItems=function(query){return getRecordingFoldersFromPropertyName(this,0,"RecordingFolders")}.bind(this),page.querySelector(".selectMovieRecordingFolder").getItems=function(query){return getRecordingFoldersFromPropertyName(this,0,"MovieRecordingFolders")}.bind(this),page.querySelector(".selectSeriesRecordingFolder").getItems=function(query){return getRecordingFoldersFromPropertyName(this,0,"SeriesRecordingFolders")}.bind(this),this.getApiClient().isMinServerVersion("4.8.0.58")?(showOrHideAll(page,"fldRecordingFolderById",!0),showOrHideAll(page,"fldRecordingFolderByPath",!1)):(showOrHideAll(page,"fldRecordingFolderById",!1),showOrHideAll(page,"fldRecordingFolderByPath",!0)),this.getApiClient().isMinServerVersion("4.8.0.68")?showOrHideAll(page,"fldBufferSize",!0):showOrHideAll(page,"fldBufferSize",!1)},View.prototype.destroy=function(){_basetab.default.prototype.destroy.apply(this,arguments),this._availableRecordingOptions=null};_exports.default=View});
\ No newline at end of file
diff --git a/livetvsetup/channelstab.js b/livetvsetup/channelstab.js
new file mode 100644
index 0000000..1867bfc
--- /dev/null
+++ b/livetvsetup/channelstab.js
@@ -0,0 +1 @@
+define(["exports","./../modules/tabbedview/itemstab.js","./../modules/emby-elements/emby-input/emby-input.js","./../modules/emby-elements/emby-button/emby-button.js","./../modules/emby-elements/emby-select/emby-select.js","./../modules/layoutmanager.js","./../modules/commandprocessor.js","./../modules/loading/loading.js","./../modules/emby-apiclient/connectionmanager.js"],function(_exports,_itemstab,_embyInput,_embyButton,_embySelect,_layoutmanager,_commandprocessor,_loading,_connectionmanager){function LiveTVSetupView(view,params){this.supportsViewSettings=!1,this.enableTotalRecordCountDisplay=!1,_itemstab.default.apply(this,arguments)}function onItemsChecked(options){var items=options.items,options=options.checked,item=items[0],items=_connectionmanager.default.getApiClient(item),disabled=(_loading.default.show(),!options);return items.setChannelDisabled(item,disabled).then(function(updatedChannel){item.Disabled=disabled,_loading.default.hide()})}Object.defineProperty(_exports,"__esModule",{value:!0}),_exports.default=void 0,Object.assign(LiveTVSetupView.prototype,_itemstab.default.prototype),LiveTVSetupView.prototype.onResume=function(options){_itemstab.default.prototype.onResume.apply(this,arguments)},LiveTVSetupView.prototype.onPause=function(){_itemstab.default.prototype.onPause.apply(this,arguments)},LiveTVSetupView.prototype.getApiClientQueryMethodName=function(){return"getLiveTvChannelsForManagement"},LiveTVSetupView.prototype.getBaseListRendererOptions=function(){var options=_itemstab.default.prototype.getBaseListRendererOptions.apply(this,arguments);return options.action=_layoutmanager.default.tv?"menu":"custom",options.multiSelect=!1,options},LiveTVSetupView.prototype.getListViewOptions=function(items,settings){var options=_itemstab.default.prototype.getListViewOptions.apply(this,arguments),enableDragReordering=!this.getQueryInfo().hasFilters;return Object.assign(options,{fields:["Name","ItemCheckbox","TunerName","MappedChannelInfo"],draggable:enableDragReordering,dragReorder:enableDragReordering,image:!0,roundCheckbox:!0,checkboxAction:onItemsChecked})},LiveTVSetupView.prototype.getCardOptions=function(items,settings){var options=_itemstab.default.prototype.getCardOptions.apply(this,arguments);return Object.assign(options,{draggable:!1,draggableXActions:!1,fields:["Name","TunerName"]})},LiveTVSetupView.prototype.getSettingsKey=function(){return"managechannels"},LiveTVSetupView.prototype.getSortMenuOptions=function(){return[]},LiveTVSetupView.prototype.getDefaultSorting=function(){return{sortBy:"DefaultChannelOrder",sortOrder:"Ascending"}},LiveTVSetupView.prototype.getVisibleFilters=function(){return["ChannelMappingStatus"]},LiveTVSetupView.prototype.getItemTypes=function(){return["ChannelManagementInfo"]},LiveTVSetupView.prototype.setTitle=function(){},LiveTVSetupView.prototype.loadTemplate=function(){return this.loadItemsTemplate()},LiveTVSetupView.prototype.onTemplateLoaded=function(){_itemstab.default.prototype.onTemplateLoaded.apply(this,arguments);var itemsContainer=this.itemsContainer;itemsContainer.setAttribute("data-monitor","ChannelManagementInfoUpdated"),itemsContainer.addEventListener("action-null",function(e){var item=e.detail.item;item.Disabled||_commandprocessor.default.executeCommand("edit",[item],{}).then(function(){e.target.closest(".itemsContainer").notifyRefreshNeeded(!0)})}.bind(this))};_exports.default=LiveTVSetupView});
\ No newline at end of file
diff --git a/livetvsetup/guideprovider.html b/livetvsetup/guideprovider.html
new file mode 100644
index 0000000..bd51d49
--- /dev/null
+++ b/livetvsetup/guideprovider.html
@@ -0,0 +1,22 @@
+
+
+
+
+
\ No newline at end of file
diff --git a/livetvsetup/guideprovider.js b/livetvsetup/guideprovider.js
new file mode 100644
index 0000000..394ca89
--- /dev/null
+++ b/livetvsetup/guideprovider.js
@@ -0,0 +1 @@
+define(["exports","./../modules/viewmanager/basesettingsview.js","./../modules/loading/loading.js","./../modules/emby-elements/emby-select/emby-select.js","./../modules/approuter.js"],function(_exports,_basesettingsview,_loading,_embySelect,_approuter){function onCountryChange(e){var e=e.target,country=e.value,e=e.closest("FORM").querySelector(".fldGuideProvider"),selectProvider=(country?e.classList.remove("hide"):(e.classList.add("hide"),_loading.default.hide()),e.querySelector(".selectProvider"));selectProvider.innerHTML="",country&&(_loading.default.show(),(e=this.getApiClient()).getJSON(e.getUrl("LiveTv/ListingProviders/Available",{Country:country})).then(function(options){!function(select,options){select.innerHTML=''+options.map(function(o){return'"}).join("")}(selectProvider,options),_loading.default.hide()}))}function cancel(){_approuter.default.back()}function onSubmit(e){var selectProvider=this.querySelector(".selectProvider"),country=this.querySelector(".selectCountry").value,selectProvider=selectProvider.options[selectProvider.selectedIndex].getAttribute("data-url");selectProvider.includes("?")?selectProvider+="&":selectProvider+="?",_approuter.default.show(selectProvider+="country="+country),e.preventDefault(),e.stopPropagation()}function View(view,params){_basesettingsview.default.apply(this,arguments),view.querySelector("form").addEventListener("submit",onSubmit),view.querySelector(".btnCancel").addEventListener("click",cancel),view.querySelector(".selectCountry").addEventListener("change",onCountryChange.bind(this))}Object.defineProperty(_exports,"__esModule",{value:!0}),_exports.default=void 0,Object.assign(View.prototype,_basesettingsview.default.prototype),View.prototype.loadSettingsInternal=function(){var select,selectCountry=this.view.querySelector(".selectCountry");return select=selectCountry,this.getApiClient().getCountries().then(function(allCountries){var html="";html+="";for(var i=0,length=allCountries.length;i"+culture.DisplayName+""}select.innerHTML=html})};_exports.default=View});
\ No newline at end of file
diff --git a/livetvsetup/livetvsetup.html b/livetvsetup/livetvsetup.html
new file mode 100644
index 0000000..f3e4098
--- /dev/null
+++ b/livetvsetup/livetvsetup.html
@@ -0,0 +1,12 @@
+
+
+
+
+
+
+
+
+
+
+
+
\ No newline at end of file
diff --git a/livetvsetup/livetvsetup.js b/livetvsetup/livetvsetup.js
new file mode 100644
index 0000000..0a35d24
--- /dev/null
+++ b/livetvsetup/livetvsetup.js
@@ -0,0 +1 @@
+define(["exports","./../modules/common/globalize.js","./../modules/tabbedview/tabbedview.js"],function(_exports,_globalize,_tabbedview){function LiveTVSetupView(view,params){_tabbedview.default.apply(this,arguments)}Object.defineProperty(_exports,"__esModule",{value:!0}),_exports.default=void 0,Object.assign(LiveTVSetupView.prototype,_tabbedview.default.prototype),LiveTVSetupView.prototype.getTabs=function(){return[{name:_globalize.default.translate("Setup"),id:"setup"},{name:_globalize.default.translate("Channels"),id:"channels"},{name:_globalize.default.translate("Advanced"),id:"advanced"}]},LiveTVSetupView.prototype.loadTabController=function(id){return Emby.importModule("./livetvsetup/"+id+"tab.js")};_exports.default=LiveTVSetupView});
\ No newline at end of file
diff --git a/livetvsetup/livetvtuner.html b/livetvsetup/livetvtuner.html
new file mode 100644
index 0000000..32f21b7
--- /dev/null
+++ b/livetvsetup/livetvtuner.html
@@ -0,0 +1,70 @@
+
+
+
+
+
\ No newline at end of file
diff --git a/livetvsetup/livetvtuner.js b/livetvsetup/livetvtuner.js
new file mode 100644
index 0000000..f0427cb
--- /dev/null
+++ b/livetvsetup/livetvtuner.js
@@ -0,0 +1 @@
+define(["exports","./../modules/viewmanager/basesettingsview.js","./../modules/loading/loading.js","./../modules/common/globalize.js","./../modules/emby-elements/emby-input/emby-input.js","./../modules/emby-elements/emby-button/emby-button.js","./../modules/emby-elements/emby-toggle/emby-toggle.js","./../modules/emby-elements/emby-select/emby-select.js","./../modules/emby-elements/emby-scroller/emby-scroller.js","./../modules/approuter.js","./../modules/common/responsehelper.js","./../components/tunerpicker.js"],function(_exports,_basesettingsview,_loading,_globalize,_embyInput,_embyButton,_embyToggle,_embySelect,_embyScroller,_approuter,_responsehelper,_tunerpicker){function onBackClick(){_approuter.default.back()}function fillTunerHostInfo(view,info){!function(view,value){var mayIncludeUnsupportedDrmChannels="hdhomerun"===value,supportsTranscoding="hdhomerun"===value,supportsFavorites="hdhomerun"===value,supportsTunerIpAddress="hdhomerun"===value,supportsTunerFileOrUrl="m3u"===value,supportsTunerCount="m3u"===value,supportsUserAgent="m3u"===value,suppportsSubmit="other"!==value,supportsSelectablePath=supportsTunerFileOrUrl,txtDevicePath=view.querySelector(".txtDevicePath");supportsTunerIpAddress?(txtDevicePath.label(_globalize.default.translate("LabelTunerIpAddress")),view.querySelector(".fldPath").classList.remove("hide")):supportsTunerFileOrUrl?(txtDevicePath.label(_globalize.default.translate("LabelFileOrUrl")),view.querySelector(".fldPath").classList.remove("hide")):view.querySelector(".fldPath").classList.add("hide");"hdhomerun"===value||"hauppauge"===value?view.querySelector(".btnDetect").classList.remove("hide"):view.querySelector(".btnDetect").classList.add("hide");supportsSelectablePath?(view.querySelector(".btnSelectPath").classList.remove("hide"),view.querySelector(".txtDevicePath").setAttribute("required","required")):(view.querySelector(".btnSelectPath").classList.add("hide"),view.querySelector(".txtDevicePath").removeAttribute("required"));supportsUserAgent?(view.querySelector(".fldUserAgent").classList.remove("hide"),view.querySelector(".fldReferrer").classList.remove("hide")):(view.querySelector(".fldUserAgent").classList.add("hide"),view.querySelector(".fldReferrer").classList.add("hide"));supportsFavorites?view.querySelector(".fldFavorites").classList.remove("hide"):view.querySelector(".fldFavorites").classList.add("hide");supportsTranscoding?view.querySelector(".fldTranscode").classList.remove("hide"):view.querySelector(".fldTranscode").classList.add("hide");supportsTunerCount?(view.querySelector(".fldTunerCount").classList.remove("hide"),view.querySelector(".txtTunerCount").setAttribute("required","required")):(view.querySelector(".fldTunerCount").classList.add("hide"),view.querySelector(".txtTunerCount").removeAttribute("required"));mayIncludeUnsupportedDrmChannels?view.querySelector(".drmMessage").classList.remove("hide"):view.querySelector(".drmMessage").classList.add("hide");suppportsSubmit?view.querySelector(".button-submit").classList.remove("hide"):view.querySelector(".button-submit").classList.add("hide")}(view,info.Type||""),view.querySelector(".txtDevicePath").value=info.Url||"",view.querySelector(".txtFriendlyName").value=info.FriendlyName||"",view.querySelector(".txtUserAgent").value=info.UserAgent||"",view.querySelector(".txtReferrer").value=info.Referrer||"",view.querySelector(".fldDeviceId").value=info.DeviceId||"",view.querySelector(".chkFavorite").checked=info.ImportFavoritesOnly,view.querySelector(".chkTranscode").checked=info.AllowHWTranscoding,view.querySelector(".txtTunerCount").value=info.TunerCount||"0"}function View(view,params){function submitForm(page){_loading.default.show();var info={Type:params.type,Url:page.querySelector(".txtDevicePath").value||null,UserAgent:page.querySelector(".txtUserAgent").value||null,Referrer:page.querySelector(".txtReferrer").value||null,FriendlyName:page.querySelector(".txtFriendlyName").value||null,DeviceId:page.querySelector(".fldDeviceId").value||null,TunerCount:page.querySelector(".txtTunerCount").value||0,ImportFavoritesOnly:page.querySelector(".chkFavorite").checked,AllowHWTranscoding:page.querySelector(".chkTranscode").checked},page=params.id;page&&(info.Id=page),ApiClient.saveTunerHostConfiguration(info).then(function(result){_responsehelper.default.handleConfigurationSavedResponse(),_approuter.default.show(_approuter.default.getRouteUrl("LiveTVSetup",{SavedTunerHostId:(result||{}).Id||info.Id,IsNew:null==params.id}))},function(){var options;_loading.default.hide(),options={text:_globalize.default.translate("ErrorSavingTvProvider")},Emby.importModule("./modules/common/dialogs/alert.js").then(function(alert){return alert(options)})})}_basesettingsview.default.apply(this,arguments),params.id?view.querySelector(".saveButtonText").innerHTML=_globalize.default.translate("Save"):view.querySelector(".saveButtonText").innerHTML=_globalize.default.translate("HeaderAddTvSource"),view.querySelector(".btnCancel").addEventListener("click",onBackClick),view.querySelector("form").addEventListener("submit",function(e){return e.preventDefault(),e.stopPropagation(),submitForm(view),!1}),view.querySelector(".btnDetect").addEventListener("click",function(){(new _tunerpicker.default).show({serverId:ApiClient.serverId()}).then(function(info){fillTunerHostInfo(view,info)})}),view.querySelector(".btnSelectPath").addEventListener("click",function(){Emby.importModule("./modules/directorybrowser/directorybrowser.js").then(function(directoryBrowser){var picker=new directoryBrowser;picker.show({includeFiles:!0,callback:function(path){path&&(view.querySelector(".txtDevicePath").value=path),picker.close()}})})})}Object.defineProperty(_exports,"__esModule",{value:!0}),_exports.default=void 0,Object.assign(View.prototype,_basesettingsview.default.prototype),View.prototype.loadSettingsInternal=function(){var view=this.view,params=this.params,currentId=params.id;return function(view,type){return ApiClient.getJSON(ApiClient.getUrl("LiveTv/TunerHosts/Types")).then(function(types){types=types.filter(function(t){return t.Id===type})[0];types&&(view.querySelector(".typeName").innerHTML=types.Name)})}(view,params.type).then(function(){return function(view,providerInfo){return view.querySelector(".txtDevicePath").value="",view.querySelector(".chkFavorite").checked=!1,view.querySelector(".txtDevicePath").value="",providerInfo.Id?ApiClient.getTunerHostConfiguration(providerInfo.Id).then(function(info){fillTunerHostInfo(view,info||providerInfo)}):(fillTunerHostInfo(view,providerInfo),Promise.resolve())}(view,{Id:currentId,Type:params.type})})};_exports.default=View});
\ No newline at end of file
diff --git a/livetvsetup/setuptab.html b/livetvsetup/setuptab.html
new file mode 100644
index 0000000..cae2696
--- /dev/null
+++ b/livetvsetup/setuptab.html
@@ -0,0 +1,40 @@
+
+
+
+
+
+
+
+
+
+
+ ${HeaderTVSources}
+
+
+
+
+
+
+
+
+
+
+
+
+
${HeaderGuideProviders}
+
+
+
+
+
+
+
\ No newline at end of file
diff --git a/livetvsetup/setuptab.js b/livetvsetup/setuptab.js
new file mode 100644
index 0000000..78bdc82
--- /dev/null
+++ b/livetvsetup/setuptab.js
@@ -0,0 +1 @@
+define(["exports","./../modules/tabbedview/basetab.js","./../modules/common/globalize.js","./../modules/emby-elements/emby-input/emby-input.js","./../modules/emby-elements/emby-button/emby-button.js","./../modules/emby-elements/emby-select/emby-select.js","./../modules/emby-elements/emby-scroller/emby-scroller.js","./../modules/emby-elements/emby-itemscontainer/emby-itemscontainer.js","./../modules/emby-elements/emby-premierecontainer/emby-premierecontainer.js","./../components/taskbutton.js","./../modules/cardbuilder/cardbuilder.js","./../modules/approuter.js"],function(_exports,_basetab,_globalize,_embyInput,_embyButton,_embySelect,_embyScroller,_embyItemscontainer,_embyPremierecontainer,_taskbutton,_cardbuilder,_approuter){function setTunerNames(providers,tunerDevices){for(var i=0,length=providers.length;i',"")},Emby.importModule("./modules/actionsheet/actionsheet.js").then(function(ActionSheet){return ActionSheet.show(options)}).then(function(typeId){!function(allTunerTypes,typeId){allTunerTypes=(allTunerTypes=allTunerTypes.filter(function(t){return t.Id===typeId})[0].SetupUrl)||"livetvsetup/livetvtuner.html?type="+typeId,_approuter.default.show(allTunerTypes)}(allTunerTypes,typeId)})})}function LiveTVSetupTab(view,params){_basetab.default.apply(this,arguments)}Object.defineProperty(_exports,"__esModule",{value:!0}),_exports.default=void 0,require(["flexStyles","material-icons"]),Object.assign(LiveTVSetupTab.prototype,_basetab.default.prototype),LiveTVSetupTab.prototype.loadTemplate=function(){return require(["text!livetvsetup/setuptab.html"])},LiveTVSetupTab.prototype.onTemplateLoaded=function(){_basetab.default.prototype.onTemplateLoaded.apply(this,arguments);var view=this.view;view.querySelector(".btnAddDevice").addEventListener("click",function(){addDevice(this)}),view.querySelector(".btnAddProvider").addEventListener("click",function(){_approuter.default.show("livetvsetup/guideprovider.html")}),view.querySelector(".premiereInfo").innerHTML=_globalize.default.translate("DvrSubscriptionRequired",'',""),this.apiClient=ApiClient,this.tunersItemsContainer=view.querySelector(".devicesList"),this.tunersItemsContainer.fetchData=getTunerDevices.bind(this),this.tunersItemsContainer.getListOptions=function(){return{renderer:_cardbuilder.default,options:{fields:["Name","Url"],multiSelect:!1,draggable:!1,action:"edit",shape:"backdrop",defaultBackground:!0,playQueueIndicator:!1},virtualScrollLayout:"vertical-grid"}}.bind(this),this.providersItemsContainer=view.querySelector(".providerList"),this.providersItemsContainer.fetchData=getListingProviders.bind(this),this.providersItemsContainer.getListOptions=function(){return{renderer:_cardbuilder.default,options:{fields:["Name","Url","TunerName"],multiSelect:!1,draggable:!1,action:"edit",shape:"backdrop",defaultBackground:!0,playQueueIndicator:!1},virtualScrollLayout:"vertical-grid"}}.bind(this),this.guideRefreshTaskButton=new _taskbutton.default({progressElem:this.view.querySelector(".refreshGuideProgress"),taskKey:"RefreshGuide",button:this.view.querySelector(".btnRefresh")})},LiveTVSetupTab.prototype.onResume=function(options){var _this$guideRefreshTas;return _basetab.default.prototype.onResume.apply(this,arguments),null!=(_this$guideRefreshTas=this.guideRefreshTaskButton)&&_this$guideRefreshTas.resume({}),Promise.all([this.tunersItemsContainer.resume(options),this.providersItemsContainer.resume(options)])},LiveTVSetupTab.prototype.onPause=function(){var _this$guideRefreshTas2;_basetab.default.prototype.onPause.apply(this,arguments),this.tunersItemsContainer.pause(),this.providersItemsContainer.pause(),null!=(_this$guideRefreshTas2=this.guideRefreshTaskButton)&&_this$guideRefreshTas2.pause()},LiveTVSetupTab.prototype.destroy=function(){var _this$guideRefreshTas3;_basetab.default.prototype.destroy.apply(this,arguments),null!=(_this$guideRefreshTas3=this.guideRefreshTaskButton)&&_this$guideRefreshTas3.destroy(),this.guideRefreshTaskButton=null};_exports.default=LiveTVSetupTab});
\ No newline at end of file
diff --git a/logs/applogsettingstab.html b/logs/applogsettingstab.html
new file mode 100644
index 0000000..36eb018
--- /dev/null
+++ b/logs/applogsettingstab.html
@@ -0,0 +1,17 @@
+
+
+
+
+
+
+
+
+
+
\ No newline at end of file
diff --git a/logs/applogsettingstab.js b/logs/applogsettingstab.js
new file mode 100644
index 0000000..778e91a
--- /dev/null
+++ b/logs/applogsettingstab.js
@@ -0,0 +1 @@
+define(["exports","./../modules/tabbedview/basesettingstab.js","./../modules/emby-elements/emby-input/emby-input.js","./../modules/emby-elements/emby-button/emby-button.js","./../modules/emby-elements/emby-select/emby-select.js","./../modules/emby-elements/emby-toggle/emby-toggle.js","./../modules/emby-elements/emby-scroller/emby-scroller.js","./../modules/emby-elements/emby-itemscontainer/emby-itemscontainer.js"],function(_exports,_basesettingstab,_embyInput,_embyButton,_embySelect,_embyToggle,_embyScroller,_embyItemscontainer){function LogSettingsTab(view,params){_basesettingstab.default.apply(this,arguments)}Object.defineProperty(_exports,"__esModule",{value:!0}),_exports.default=void 0,require(["flexStyles","material-icons"]),Object.assign(LogSettingsTab.prototype,_basesettingstab.default.prototype),LogSettingsTab.prototype.loadTemplate=function(){return require(["text!logs/applogsettingstab.html"])},LogSettingsTab.prototype.loadSettingsInternal=function(){return this.loadAutoSettings()};_exports.default=LogSettingsTab});
\ No newline at end of file
diff --git a/logs/log.css b/logs/log.css
new file mode 100644
index 0000000..ae4023b
--- /dev/null
+++ b/logs/log.css
@@ -0,0 +1 @@
+.logViewScroller{overflow-x:scroll!important}.logView .virtual-scroller{contain:layout size!important;contain:style size!important;container-type:initial!important}.logView .listItem{width:auto;min-width:100%}
\ No newline at end of file
diff --git a/logs/log.js b/logs/log.js
new file mode 100644
index 0000000..c06dfcb
--- /dev/null
+++ b/logs/log.js
@@ -0,0 +1 @@
+define(["exports","./../list/list.js","./../modules/common/globalize.js","./../modules/common/servicelocator.js","./../modules/emby-elements/emby-scroller/emby-scroller.js","./../modules/emby-elements/emby-button/emby-button.js","./../modules/emby-elements/emby-toggle/emby-toggle.js","./../modules/common/textencoding.js","./../modules/commandprocessor.js","./../modules/common/itemmanager/itemmanager.js"],function(_exports,_list,_globalize,_servicelocator,_embyScroller,_embyButton,_embyToggle,_textencoding,_commandprocessor,_itemmanager){function LogPage(view,params){this.supportsViewSettings=!1,this.enableTotalRecordCountDisplay=!1,this.enableAlphaNumericShortcuts=!1;var html="",html=(html=(html=(html+="
\ No newline at end of file
diff --git a/metadatamanager/metadatamanager.js b/metadatamanager/metadatamanager.js
new file mode 100644
index 0000000..797625c
--- /dev/null
+++ b/metadatamanager/metadatamanager.js
@@ -0,0 +1 @@
+define(["exports","./../modules/loading/loading.js","./librarytree.js","./../modules/metadataeditor/metadataeditor.js","./../modules/viewmanager/baseview.js","./../modules/emby-elements/emby-scroller/emby-scroller.js","./../modules/common/globalize.js","./../list/list.js"],function(_exports,_loading,_librarytree,_metadataeditor,_baseview,_embyScroller,_globalize,_list){Object.defineProperty(_exports,"__esModule",{value:!0}),_exports.default=void 0,require(["css!metadatamanager/metadatamanager.css"]);var idPrefix="category_";function refresh(instance,item){_loading.default.show(),instance.destroyCurrentContent(),item?item.Id.startsWith(idPrefix)?function(instance,item){require(["text!list/list.html"]).then(function(responses){var responses=responses[0],responses=(instance.contentElement.classList.remove("padded-top-page"),instance.contentElement.innerHTML=_globalize.default.translateDocument(responses),instance.contentElement.querySelector(".view")),params=(responses.classList.remove("view"),responses.classList.add("flex-grow","editorListView"),{setTitle:!1,defaultView:"datagrid"});switch(item.Id){case idPrefix+"videos":params.mediaTypes="Video";break;case idPrefix+"games":params.mediaTypes="Game";break;case idPrefix+"books":params.mediaTypes="Book";break;case idPrefix+"photos":params.mediaTypes="Photo";break;case idPrefix+"audio":params.mediaTypes="Audio";break;case idPrefix+"missingepisodes":params.type="missingepisodes"}instance.editor=new _list.default(responses,params),instance.editor.onResume({refresh:!0})})}(instance,item):(instance.contentElement.classList.add("padded-top-page"),instance.currentMetadataEditor&&(instance.currentMetadataEditor.destroy(),instance.currentMetadataEditor=null),instance.currentMetadataEditor=new _metadataeditor.default,instance.currentMetadataEditor.embed(instance.contentElement,item.Id,item.ServerId)):(instance.contentElement.innerHTML="",_loading.default.hide())}function MetadataManagerView(view,params){_baseview.default.apply(this,arguments);var libraryTreeElem=view.querySelector(".libraryTree"),instance=(this.libraryTree=new _librarytree.default({view:libraryTreeElem,apiClient:this.getApiClient()}),this);this.contentElement=view.querySelector(".editPageInnerContent"),libraryTreeElem.addEventListener("itemchange",function(event){event=event.detail.item;refresh(instance,event)})}Object.assign(MetadataManagerView.prototype,_baseview.default.prototype),MetadataManagerView.prototype.onResume=function(options){var _this$editor;_baseview.default.prototype.onResume.apply(this,arguments),options.refresh&&(refresh(this,this.libraryTree.getCurrentItem()),this.libraryTree.resume(options)),null!=(_this$editor=this.editor)&&_this$editor.onResume&&this.editor.onResume(options),null!=(_this$editor=this.currentMetadataEditor)&&_this$editor.resume(options)},MetadataManagerView.prototype.onPause=function(){var _this$editor2;_baseview.default.prototype.onResume.apply(this,arguments),null!=(_this$editor2=this.editor)&&_this$editor2.onPause&&this.editor.onPause(),null!=(_this$editor2=this.currentMetadataEditor)&&_this$editor2.pause()},MetadataManagerView.prototype.destroyCurrentContent=function(){var editor=this.editor;editor&&(editor.onPause&&editor.onPause(),editor.destroy&&editor.destroy(),this.editor=null)},MetadataManagerView.prototype.destroy=function(){_baseview.default.prototype.destroy.apply(this,arguments),this.destroyCurrentContent(),this.currentMetadataEditor&&(this.currentMetadataEditor.destroy(),this.currentMetadataEditor=null),this.libraryTree&&(this.libraryTree.destroy(),this.libraryTree=null),this.contentElement=null};_exports.default=MetadataManagerView});
\ No newline at end of file
diff --git a/modules/actionsheet/actionsheet.css b/modules/actionsheet/actionsheet.css
new file mode 100644
index 0000000..996526c
--- /dev/null
+++ b/modules/actionsheet/actionsheet.css
@@ -0,0 +1 @@
+.actionSheet{-webkit-flex-direction:column;flex-direction:column;display:-webkit-flex;display:flex;-webkit-justify-content:center;justify-content:center;padding:0;border:none;min-width:16ch;max-height:84%;max-width:90%;-webkit-user-select:none;user-select:none}.actionSheet-virtualscroll{max-height:70vh;max-height:min(30em,70vh);min-height:20em}.actionSheet-focusscale{contain:style}.actionsheet-centered{text-align:center;-webkit-align-items:center;align-items:center}.actionSheetMenuItem{font-weight:inherit;box-shadow:none;-webkit-flex-shrink:0;flex-shrink:0}.actionsheetListItemBody{padding-top:.5em!important;padding-bottom:.5em!important;-webkit-padding-start:.6em!important;padding-inline-start:.6em!important;-webkit-padding-end:1em!important;padding-inline-end:1em!important;min-height:initial!important}.actionsheet-draghandle{padding:0!important}.actionsheetListItemBody-multiple{min-height:initial!important;padding-top:.6em!important;padding-bottom:.6em!important}.actionsheetListItemBody-iconright{-webkit-padding-start:1em!important;padding-inline-start:1em!important;-webkit-padding-end:2em!important;padding-inline-end:2em!important;min-width:8em}@media not all and (pointer:fine){.actionsheetListItemBody-iconright{-webkit-padding-end:3em!important;padding-inline-end:3em!important}}.actionSheetScroller-padding-inline .actionsheetListItemBody-iconright{-webkit-padding-start:.25em!important;padding-inline-start:.25em!important}.actionSheetItemText{vertical-align:middle;-webkit-flex-grow:1;flex-grow:1;-webkit-justify-content:flex-start;justify-content:flex-start}.actionSheetItemAsideText{font-size:90%;display:-webkit-flex;display:flex;-webkit-flex-shrink:0;flex-shrink:0;-webkit-justify-content:flex-end;justify-content:flex-end;-webkit-margin-start:5ch;margin-inline-start:5ch;-webkit-margin-end:.5em;margin-inline-end:.5em}.actionSheetMenuItem-iconright .listItem-content,.actionSheetMenuItem-iconright.actionSheetMenuItem{-webkit-flex-direction:row-reverse;flex-direction:row-reverse}.actionSheetMenuItem-iconright .actionSheetItemAsideText{-webkit-justify-content:flex-start;justify-content:flex-start;-webkit-margin-end:5ch;margin-inline-end:5ch;-webkit-margin-start:.5em;margin-inline-start:.5em}.actionSheetMenuItem:last-child .listItem-border::after,.actionsheet-noborder::after{display:none!important}@media all and (pointer:fine){.actionsheet-noborderconditional::after{display:none!important}}.actionSheetScroller{display:-webkit-flex;display:flex;-webkit-flex-direction:column;flex-direction:column;width:100%;box-sizing:border-box}.actionSheetScroller-padding-inline{-webkit-padding-start:1.15em;padding-inline-start:1.15em;-webkit-padding-end:1.15em;padding-inline-end:1.15em}.actionSheetScroller-padding-top{padding-top:.5em}.actionSheetScroller-padding-bottom{padding-bottom:.5em}@media not all and (pointer:fine){.actionSheetScroller-padding-inline{-webkit-padding-start:0;padding-inline-start:0;-webkit-padding-end:0;padding-inline-end:0}.actionSheetScroller-padding-inline .listItem-content{-webkit-padding-start:1.25em!important;padding-inline-start:1.25em!important;-webkit-padding-end:1.25em!important;padding-inline-end:1.25em!important}.actionSheetScroller-padding-inline .actionSheetMenuItem-noicon .listItem-content{-webkit-padding-start:.5em!important;padding-inline-start:.5em!important;-webkit-padding-end:.5em!important;padding-inline-end:.5em!important}}.actionSheetScroller-focusscale{margin:0 -1em;padding:0 1.6em;width:auto}.actionSheetScroller-fullscreen{max-height:74%;max-width:64%;width:auto}.actionSheetScroller-fullscreen-virtual{max-width:initial;width:60ch;width:min(64%,60ch)}.actionsheetScrollSlider{container-type:initial!important;container-name:initial!important;-webkit-flex-shrink:0;flex-shrink:0}.actionsheetScrollSlider.virtual-scroller-overflowvisible{contain:style size}.actionsheetScrollSlider-bottompadded{padding-bottom:.35em}.actionsheet-scrollSlider-multiple{padding:.5em .25em}.actionSheetTitle{padding:0 .8em;-webkit-flex-grow:0;flex-grow:0;-webkit-flex-shrink:0;flex-shrink:0;text-align:center}.actionSheetTitle-small{font-weight:700;margin:1em 0 .5em}@media not all and (pointer:fine){.actionSheetTitle-small{font-size:116%}}@media all and (min-width:50em) and (min-height:50em){.actionSheetTitle-hideNonFullscreen{display:none!important}}.actionSheetText{padding:0 1.15em;-webkit-flex-grow:0;flex-grow:0;-webkit-flex-shrink:0;flex-shrink:0}.actionSheetBottomText{padding:1em;-webkit-flex-grow:0;flex-grow:0;-webkit-flex-shrink:0;flex-shrink:0;text-align:start;font-size:92%;max-width:60em}.actionSheetItemImageContainer{content-visibility:initial!important;contain:style!important}.actionSheetItemImageContainer-transparent{background:0 0!important}.actionSheetItemImageContainer-customsize{height:2em!important;aspect-ratio:initial!important}.actionSheetItemImageContainer-customwidth:not(.d){width:3.99em!important}.actionsheetMenuItemIcon{margin-top:0!important;margin-bottom:0!important;-webkit-margin-start:0!important;margin-inline-start:0!important;-webkit-margin-end:0!important;margin-inline-end:0!important;padding:0!important}@media all and (pointer:fine){.actionSheet-smallfont{font-size:91%!important}}.actionsheetItemPreviewContent{padding-top:.5em;padding-bottom:.5em;-webkit-padding-start:1em;padding-inline-start:1em;-webkit-padding-end:2.1em;padding-inline-end:2.1em;margin:0 -1em;display:-webkit-flex;display:flex;-webkit-flex-direction:column;flex-direction:column;-webkit-justify-content:center;justify-content:center;font-size:94%;-webkit-flex-grow:1;flex-grow:1;text-align:start;max-width:15em}.actionsheetItemPreviewContent-long{max-width:50ch}@media not all and (min-height:36em),not all and (min-width:25em){.actionsheetItemPreviewContent{max-width:initial}}.btnCloseActionSheet{position:fixed;top:.75em;left:.5em;inset-inline-start:.5em;inset-inline-end:initial!important}.actionSheet-bottom{display:-webkit-flex;display:flex;-webkit-align-items:center;align-items:center;-webkit-justify-content:center;justify-content:center;padding:0 1.5em}.actionsheetItemPreview{padding-top:.5em}.actionsheetItemPreviewImage-bg{margin-top:.5em;margin-bottom:.5em;-webkit-margin-start:1.1em;margin-inline-start:1.1em;-webkit-margin-end:1em;margin-inline-end:1em;height:4.8em;border-radius:.42em;background-position:center center;background-size:contain;background-repeat:no-repeat;-webkit-flex-shrink:0;flex-shrink:0;-webkit-align-self:center;align-self:center}.actionsheetItemPreviewImage-bg-backdrop{height:2.7em;width:4.8em}.actionsheetItemPreviewImage-bg-fourThree{height:3.6em;width:4.8em}.actionsheetItemPreviewImage-bg-portrait{width:3.2em}.actionsheetItemPreviewImage-bg-square{width:4.8em}@supports (aspect-ratio:2 / 3){.actionsheetItemPreviewImage-bg-backdrop{width:auto}.actionsheetItemPreviewImage-bg-portrait{width:auto}.actionsheetItemPreviewImage-bg-square{width:auto}.actionsheetItemPreviewImage-bg-fourThree{width:auto}}.actionsheetItemPreviewImage-iconcontainer{margin-top:.5em;margin-bottom:.5em;-webkit-margin-start:1.1em;margin-inline-start:1.1em;-webkit-margin-end:.9em;margin-inline-end:.9em;padding:.7em;border-radius:.42em;background:rgba(120,120,120,.3);-webkit-flex-shrink:0;flex-shrink:0;display:-webkit-flex;display:flex;-webkit-align-items:center;align-items:center}.actionsheetItemPreviewImage-icon{height:1em;width:1em;font-size:2.4em}.actionsheetItemPreviewText{overflow:hidden;text-overflow:ellipsis;margin:0 -1em!important;padding:0 1em!important;display:-webkit-flex;display:flex;-webkit-align-items:center;align-items:center;-webkit-flex-wrap:wrap;flex-wrap:wrap}.actionsheetItemPreviewText-main{-webkit-flex-wrap:nowrap;flex-wrap:nowrap}.actionsheetPreviewTextItem{max-width:100%;max-width:min(100%,60ch);overflow:hidden;text-overflow:ellipsis;display:-webkit-box;-webkit-box-orient:vertical;-webkit-line-clamp:2;white-space:normal}.actionsheetItemPreviewText:focus-within{overflow:visible}.actionsheetItemPreviewText:not(.secondaryText){font-weight:600}.actionsheetItemPreviewImage-round{border-radius:100em}.icon_circle_strike{position:relative;border:.12em solid currentcolor;border-radius:100em;font-size:140%!important}.icon_circle_strike::after{position:absolute;left:0;right:0;inset-inline-start:0;inset-inline-end:0;content:" ";width:200%;height:.14em;background:currentcolor;-webkit-transform:rotateZ(40deg);transform:rotateZ(40deg);-webkit-transform-origin:left top;transform-origin:left top}
\ No newline at end of file
diff --git a/modules/actionsheet/actionsheet.js b/modules/actionsheet/actionsheet.js
new file mode 100644
index 0000000..3b09684
--- /dev/null
+++ b/modules/actionsheet/actionsheet.js
@@ -0,0 +1 @@
+define(["exports","./../emby-apiclient/connectionmanager.js","./../dom.js","./../common/globalize.js","./../layoutmanager.js","./../common/itemmanager/itemmanager.js","./../common/imagehelper.js","./../dialoghelper/dialoghelper.js","./../emby-elements/emby-button/emby-button.js","./../emby-elements/emby-scroller/emby-scroller.js","./../emby-elements/emby-itemscontainer/emby-itemscontainer.js","./../approuter.js","./../focusmanager.js","./../listview/listview.js","./../shortcuts.js","./../common/textencoding.js"],function(_exports,_connectionmanager,_dom,_globalize,_layoutmanager,_itemmanager,_imagehelper,_dialoghelper,_embyButton,_embyScroller,_embyItemscontainer,_approuter,_focusmanager,_listview,_shortcuts,_textencoding){function onCancelClick(e){_dialoghelper.default.close(this.closest(".actionSheet"))}function getTextLinkButton(item){var href=_approuter.default.getRouteUrl(item);return''+_textencoding.default.htmlEncode(item.Name)+""}function autoFocusInternal(dlg,options){var focused=_focusmanager.default.autoFocus(dlg.querySelector(".itemsContainer"),options);focused||null!=options&&options.skipIfNotEnabled&&!_focusmanager.default.isAutoFocusEnabled()||_focusmanager.default.autoFocus(dlg,options)}function onItemsContainerUpgraded(){return this.querySelector(".itemsContainer").resume({refresh:!0})}function refreshItemsContainer(){var itemsContainer=this.querySelector(".itemsContainer");return itemsContainer.resume?onItemsContainerUpgraded.call(this):function(instance,itemsContainer){return new Promise(function(resolve,reject){_dom.default.addEventListener(itemsContainer,"upgraded",function(){onItemsContainerUpgraded.call(instance).then(resolve,reject)},{once:!0})})}(this,itemsContainer)}function getListViewItemFromInputItem(option,options){var isSelected,item={Name:option.Name||option.name||option.textContent||option.innerText,ServerId:option.ServerId||null,MediaType:option.MediaType||null,IsFolder:option.IsFolder,Type:option.Type,Overview:option.Overview,PrimaryImageAspectRatio:option.PrimaryImageAspectRatio,RunTimeTicks:option.RunTimeTicks,IndexNumber:option.IndexNumber,IndexNumberEnd:option.IndexNumberEnd,SupportsResume:option.SupportsResume,ParentIndexNumber:option.ParentIndexNumber,ProductionYear:option.ProductionYear,PremiereDate:option.PremiereDate,SeriesName:option.SeriesName,NameSubtitle:option.nameSubtitle,Artists:option.Artists,ArtistItems:option.ArtistItems,AlbumArtists:option.AlbumArtists,Composers:option.Composers,AlbumArtist:option.AlbumArtist,Album:option.Album,AlbumId:option.AlbumId,SeriesId:option.SeriesId,SeasonId:option.SeasonId,SeasonName:option.SeasonName,ImageTags:option.ImageTags,BackdropImageTags:option.BackdropImageTags,PrimaryImageTag:option.PrimaryImageTag,AlbumPrimaryImageTag:option.AlbumPrimaryImageTag,SeriesPrimaryImageTag:option.SeriesPrimaryImageTag,ParentThumbItemId:option.ParentThumbItemId,ParentThumbImageTag:option.ParentThumbImageTag,ParentLogoItemId:option.ParentLogoItemId,ParentLogoImageTag:option.ParentLogoImageTag,ParentBackdropItemId:option.ParentBackdropItemId,ParentBackdropImageTags:option.ParentBackdropImageTags,ImageUrl:option.ImageUrl,hasDivider:option.dividerAfter,CanReorder:option.CanReorder},selectedValuesIncludesId=(options.nameProperty&&null!=option[options.nameProperty]&&(item.Name=option[options.nameProperty]),options.getItemId?item.Id=options.getItemId(option):null!=option.Id?item.Id=option.Id:null!=option.id&&""!==option.id?item.Id=option.id:null!=option.value?item.Id=option.value:item.Id=option.Name||option.name,null!=item.Id&&options.selectedValuesClone.includes(item.Id));return options.multiple?(isSelected=options.emptyValueSetEqualsAll&&!options.selectedValuesClone.length||selectedValuesIncludesId,item.Selected=isSelected):item.Selected=option.selected||option.Selected||selectedValuesIncludesId,item.Icon=option.icon||option.Icon||(options.useIconForSelection&&item.Selected&&options.hasItemSelectionState?"":null),item.iconClass=option.iconClass,item.asideText=option.asideText,item.asideIcon=option.asideIcon||(options.useAsideIconForSelection&&item.Selected&&options.hasItemSelectionState?"":null),item.executeActionOnClick=option.executeActionOnClick,item.ShortOverview=options.getItemSecondaryText?options.getItemSecondaryText(option):option.secondaryText||option.title||option.ShortOverview,item.originalItem=option,item}function getItemsFn(options){return function(query){if(query=query||{},options.getItems)return function(options,query){return options.getItems(query).then(function(result){for(var items=result.Items.slice(0),i=0,length=items.length;iquery.Limit&&(items.length=Math.min(items.length,query.Limit)),Promise.resolve({Items:items,TotalRecordCount:totalRecordCount})}}function onItemsChecked(options){for(var items=options.items,checked=options.checked,i=0,length=items.length;i':useVirtualScroller&&(forceAutoFocus+='');(!options.title||options.hasItemIcon||options.hasItemImage||options.hasItemSelectionState)&&!isFullscreen||dlg.classList.add("actionsheet-centered");for(var selectNoneText,enablePaddingInline,previewHtml="",previewHtml=(options.item&&(previewHtml=function(options,item){var html="",apiClient=(html+='
Use the web app built into your Emby Server at "+((supportsLinks=_servicelocator.appHost.supports("externallinks")&&_servicelocator.appHost.supports("targetblank"))?addresses.map(addressFormatToHtml):addresses.map(addressFormatToText)).join(" or ")+", depending on your current location.
":null}Object.defineProperty(_exports,"__esModule",{value:!0}),_exports.default=void 0;_exports.default={confirmRestartOrShutdown:function(options){return function(options){return options=[(options=options.apiClient).getSessions({IsPlaying:!0}),options.getLiveTvRecordings({IsInProgress:!0})],Promise.all(options).then(function(responses){var sessions=responses[0],responses=responses[1].Items,list=[];return 1===sessions.length?list.push(_globalize.default.translate("OneActivePlaybackSession")):sessions.length&&list.push(_globalize.default.translate("NumActivePlaybackSessions",sessions.length)),1===responses.length?list.push(_globalize.default.translate("OneActiveRecording")):responses.length&&list.push(_globalize.default.translate("NumActiveRecordings",responses.length)),list})}(options).then(function(disruptions){return("shutdown"===options.type?function(disruptions){return(0,_confirm.default)({title:_globalize.default.translate("Shutdown"),text:formatTextWithDisruptions(_globalize.default.translate("MessageConfirmShutdown"),disruptions),html:formatHtmlWithDisruptions(_globalize.default.translate("MessageConfirmShutdown"),disruptions),confirmText:_globalize.default.translate("Shutdown"),primary:"cancel",centerText:0===disruptions.length})}:function(disruptions){return(0,_confirm.default)({title:_globalize.default.translate("Restart"),text:formatTextWithDisruptions(_globalize.default.translate("MessageConfirmRestart"),disruptions),html:formatHtmlWithDisruptions(_globalize.default.translate("MessageConfirmRestart"),disruptions),confirmText:_globalize.default.translate("Restart"),primary:"cancel",centerText:0===disruptions.length})})(disruptions)})}}});
\ No newline at end of file
diff --git a/modules/common/servicelocator.js b/modules/common/servicelocator.js
new file mode 100644
index 0000000..71a6b19
--- /dev/null
+++ b/modules/common/servicelocator.js
@@ -0,0 +1 @@
+define(["exports"],function(_exports){Object.defineProperty(_exports,"__esModule",{value:!0}),_exports.iapManager=_exports.fullscreenManager=_exports.fileRepository=_exports.cameraUpload=_exports.appStorage=_exports.appLogger=_exports.appHost=_exports.apiClientFactory=void 0,_exports.initialize=function(services){services.appStorage&&(_exports.appStorage=services.appStorage);services.appHost&&(_exports.appHost=services.appHost);services.fullscreenManager&&(_exports.fullscreenManager=services.fullscreenManager);services.shell&&(_exports.shell=services.shell);services.iapManager&&(_exports.iapManager=services.iapManager);services.wakeOnLan&&(_exports.wakeOnLan=services.wakeOnLan);services.serverDiscovery&&(_exports.serverDiscovery=services.serverDiscovery);services.fileRepository&&(_exports.fileRepository=services.fileRepository);services.itemRepository&&(_exports.itemRepository=services.itemRepository);services.transferManager&&(_exports.transferManager=services.transferManager);services.userActionRepository&&(_exports.userActionRepository=services.userActionRepository);services.localSync&&(_exports.localSync=services.localSync);services.cameraUpload&&(_exports.cameraUpload=services.cameraUpload);services.apiClientFactory&&(_exports.apiClientFactory=services.apiClientFactory);services.appLogger&&(_exports.appLogger=services.appLogger)},_exports.wakeOnLan=_exports.userActionRepository=_exports.transferManager=_exports.shell=_exports.serverDiscovery=_exports.localSync=_exports.itemRepository=void 0});
\ No newline at end of file
diff --git a/modules/common/strings/ar.json b/modules/common/strings/ar.json
new file mode 100644
index 0000000..44b0b83
--- /dev/null
+++ b/modules/common/strings/ar.json
@@ -0,0 +1,1340 @@
+{
+ "ReplaceExistingThumbnailImages": "Replace existing video preview thumbnails",
+ "ReplaceExistingThumbnailImagesHelp": "All existing video preview thumbnails will be deleted and new ones will be generated, if enabled in the options for the library.",
+ "DateCreated": "Date Created",
+ "CreatedOnValue": "Created {0}",
+ "UpdatedOnValue": "Updated {0}",
+ "EmbyLoginTerms": "تم تصميم إمبي لمساعدتك في إدارة مكتبة الوسائط الشخصية ، مثل مقاطع الفيديو والصور المنزلية. يرجى الاطلاع على {0} شروط الاستخدام {1}. يعد استخدام اي برنامج إمبي قبولًا لهذه الشروط.",
+ "MessageUnableToConnectToServer": "يتعذر علينا الاتصال بالخادم المحدد الآن. يرجى التأكد من تشغيله والمحاولة مرة أخرى.",
+ "EmbyIntroMessage": "مع Emby ، يمكنك بسهولة بث مقاطع الفيديو والموسيقى والصور إلى الهواتف الذكية والأجهزة اللوحية والأجهزة الأخرى من خادم Emby.",
+ "HeaderSignInWithConnect": "قم بتسجيل الدخول باستخدام Emby Connect",
+ "HeaderWelcomeToEmby": "مرحبًا بك في Emby",
+ "HeaderNewUsers": "مستخدمون جدد",
+ "HeaderPleaseSignIn": "الرجاء تسجيل الدخول",
+ "MessageInvalidUser": "خطأ في اسم المستخدم أو كلمة مرور. حاول مرة اخرى",
+ "MessageUnlockAppWithPurchaseOrSupporter": "افتح هذه الميزة من خلال عملية شراء صغيرة لمرة واحدة ، أو مع اشتراك Emby Premiere نشط.",
+ "MessageUnlockAppWithSupporter": "افتح هذه الميزة من خلال اشتراك Emby Premiere النشط.",
+ "MessageToValidateSupporter": "إذا كان لديك اشتراك Emby Premiere نشط ، فتأكد من إعداد Emby Premiere في لوحة تحكم Emby Server الخاصة بك ، والتي يمكنك الوصول إليها بالنقر فوق Emby Premiere من القائمة الرئيسية.",
+ "ValueSpecialEpisodeName": "خاص - {0}",
+ "HeaderSignIn": "تسجيل الدخول",
+ "Share": "مشاركة",
+ "Shared": "Shared",
+ "Info": "معلومات",
+ "Add": "إضافة",
+ "Speed": "السرعة",
+ "PlaybackSpeed": "Playback Speed",
+ "Chapters": "الفصول",
+ "Password": "كلمه السر",
+ "SavePassword": "Save Password",
+ "LabelPassword": "كلمه السر:",
+ "HeaderResetPassword": "إعادة تعيين كلمة المرور",
+ "Series": "مسلسل",
+ "Preview": "معاينة",
+ "Submit": "إرسال",
+ "Never": "أبداً",
+ "Table": "Table",
+ "HeaderScheduledTasks": "Scheduled Tasks",
+ "Plays": "Plays",
+ "LastUsedAddressValue": "Last used {0}",
+ "LabelKeywordType": "Keyword type",
+ "HeaderSelectColumns": "Select Columns",
+ "HeaderTopResults": "أعلى النتائج",
+ "HeaderPinSidebar": "تثبيت الشريط الجانبي",
+ "Collapse": "Collapse",
+ "LabelBackgroundVideoPlayback": "تشغيل الفيديو في الخلفية:",
+ "BackgroundVideoPlaybackHelp": "يتيح تشغيل الخلفية تشغيل الفيديو حتى عند إيقاف تشغيل الشاشة.",
+ "AlwaysOn": "دائماً مفعل",
+ "HeadphonesOrExternalSpeakersConnected": "تم توصيل سماعات الرأس أو مكبرات الصوت الخارجية",
+ "HeaderKeyboardAndRemote": "لوحة المفاتيح وجهاز التحكم عن بعد",
+ "NoSelectedItemsSupportOperation": "لم يتم تحديد أي عناصر تدعم هذه العملية.",
+ "NoOperationsForSelectedItems": "لا توجد عمليات متاحة للعناصر المحددة.",
+ "UploadOnlyOnWifi": "تحميل فقط على واي فاي",
+ "HeaderFoldersToUpload": "المجلدات المراد رفعها",
+ "LabelPasswordConfirm": "تأكيد كلمة السر:",
+ "HeaderMoveUpInOrder": "تحرك للاعلى بالترتيب",
+ "HeaderDownUpInOrder": "تحرك للاسفل بالترتيب",
+ "LabelUsername": "اسم المستخدم:",
+ "HeaderAddServer": "إضافة خادم",
+ "HeaderSubtitleOffset": "إزاحة الترجمة",
+ "Watching": "Watching",
+ "HeaderRemoveFromContinueWatching": "إزالة من متابعة المشاهدة",
+ "RemoveThisTitleFromContinueWatching": "إزالة هذا العنوان من متابعة المشاهدة",
+ "HeaderRemoveFromContinueListening": "Remove from Continue Listening",
+ "RemoveThisTitleFromContinueListening": "Remove this title from Continue Listening?",
+ "HeaderIncreaseSubtitleOffset": "زيادة إزاحة الترجمة",
+ "HeaderDecreaseSubtitleOffset": "إنقاص إزاحة الترجمة",
+ "Close": "إغلاق",
+ "HeaderSeeAll": "عرض الكل",
+ "HeaderOpenInNewWindow": "افتح في نافذة جديدة",
+ "LabelEmail": "البريد الإلكتروني:",
+ "LabelHost": "المضيف",
+ "LabelHostHelp": "192.168.1.100 أو https://myserver.com",
+ "LabelPort": "المنفذ:",
+ "Disabled": "تعطيل",
+ "Uninstall": "إلغاء التثبيت",
+ "Enable": "Enable",
+ "AllTuners": "All Tuners",
+ "Disable": "Disable",
+ "NextValue": "التالي: {0}",
+ "HeaderNextItem": "العنصر التالي",
+ "HeaderPreviousItem": "العنصر السابق",
+ "NoTrailersMessage": "لم يتم العثور على دعايات. لإضافة دعايات ، يرجى تثبيت المكوّن الإضافي للمقاطع الدعائية من {0} كتالوج المكون الإضافي Emby {1}.",
+ "UninstallPluginConfirmation": "هل أنت متأكد أنك تريد إلغاء تثبيت هذه الإضافة ؟",
+ "HeaderUninstallPlugin": "إلفاء تثبيت الإضافة",
+ "AreYouStillWatching": "هل ما زلت تشاهد ؟",
+ "LabelCurrentPassword": "كلمة المرور الحالية:",
+ "LabelNewPassword": "كلمة السر الجديدة:",
+ "LabelNewPasswordConfirm": "تأكيد كلمة السر الجديدة:",
+ "HeaderRemovePassword": "إزالة كلمة السر",
+ "ServerUpdateNeeded": "يحتاج خادم Emby هذا إلى التحديث. لتنزيل أحدث إصدار ، يرجى زيارة {0}",
+ "MessageThankYouForConnectSignUp": "شكرًا لك على التسجيل في Emby Connect. سيتم إرسال بريد إلكتروني إلى عنوانك مع تعليمات حول كيفية تأكيد حسابك الجديد. يرجى تأكيد الحساب ثم العودة هنا لتسجيل الدخول.",
+ "MessageThankYouForConnectSignUpNoValidation": "شكرًا لك على التسجيل في Emby Connect! سيُطلب منك الآن تسجيل الدخول باستخدام معلومات Emby Connect الخاصة بك.",
+ "ErrorMessagePasswordNotMatchConfirm": "يجب أن تتطابق كلمة المرور وتأكيد كلمة المرور.",
+ "ErrorMessageUsernameInUse": "اسم المستخدم قيد الاستخدام بالفعل. يرجى اختيار اسم جديد وحاول مرة أخرى.",
+ "ErrorMessageEmailInUse": "عنوان البريد الإلكتروني مستخدم من قبل. يرجى إدخال عنوان بريد إلكتروني جديد والمحاولة مرة أخرى ، أو استخدام ميزة نسيت كلمة المرور.",
+ "HeaderUpcomingOnTV": "القادمة على شاشة التلفزيون",
+ "HeaderOtherShowings": "عروض أخرى",
+ "Showings": "العروض",
+ "HeaderConnectToServer": "اتصل بالخادم",
+ "ConnectToServerManually": "اتصل بالخادم يدوياً",
+ "LabelEnterConnectUserNameHelp": "هذا هو أسم حسابك أو بريدك الخاص بـ Emby Online",
+ "HeaderSignInError": "خطأ في تسجيل الدخول",
+ "HeaderManualLogin": "تسديل الدخول يدوياً",
+ "PasswordResetConfirmation": "هل أنت متأكد أنك ترغب في إعادة تعيين كلمة المرور؟",
+ "ContactAdminToResetPassword": "برجاء التواصل مع مسؤول النظام لإعادة تعيين كلمة المرور الخاصة بك.",
+ "ForgotPasswordInNetworkRequired": "يرجى المحاولة مرة أخرى داخل شبكتك المنزلية لبدء عملية إعادة تعيين كلمة المرور.",
+ "ForgotPasswordFileCreated": "تم إنشاء الملف التالي على الخادم الخاص بك ويحتوي على إرشادات حول كيفية المتابعة:",
+ "ForgotPasswordFileExpiration": "ستنتهي صلاحية رقم التعريف الشخصي في {0}.",
+ "InvalidForgotPasswordPin": "تم إدخال رقم تعريفي غير صالح أو منتهي الصلاحية. حاول مرة اخرى.",
+ "PasswordResetForUsers": "تمت إزالة كلمات المرور للمستخدمين التاليين. لتسجيل الدخول ، قم بتسجيل الدخول بكلمة مرور فارغة.",
+ "HeaderForgotPassword": "نسيت كلمة السّر",
+ "ForgotPasswordUsernameHelp": "أدخل اسم المستخدم الخاص بك ، إذا كنت تتذكره.",
+ "HeaderPasswordReset": "إعادة تعيين كلمة المرور",
+ "AttributeNew": "جديد",
+ "Done": "تم",
+ "HeaderResetToDefault": "Reset to Default",
+ "Deinterlacing": "Deinterlacing",
+ "HeaderBurningInSubtitles": "Burning in Subtitles",
+ "Premiere": "التميّز",
+ "LabelPinCode": "الرمز السري:",
+ "LabelLocalNetworkPinCode": "الرقم السري للشبكة المحلية:",
+ "LabelLocalNetworkPasswordMode": "وضع تسجيل الدخول إلى الشبكة المحلية:",
+ "RequirePasswordInLocalNetwork": "طلب كلمة مرور على الشبكة المحلية",
+ "NoPasswordInLocalNetwork": "لا تطلب كلمة مرور على الشبكة المحلية",
+ "PinCodeInLocalNetwork": "السماح برقم سري رقمي على الشبكة المحلية",
+ "LocalNetworkPasswordModeHelp": "حدد طريقة تسجيل الدخول للأجهزة الموجودة على نفس الشبكة المحلية مثل خادم Emby الخاص بك.",
+ "HeaderLocalNetworkAccess": "الوصول إلى الشبكة المحلية",
+ "Live": "مباشر",
+ "Reset": "إعادة تعيين",
+ "Repeat": "تكرار",
+ "Track": "Track",
+ "Tracks": "المسارات",
+ "HeaderCameraUpload": "رفع ملفات الكاميرا",
+ "TrackCount": "{0} المسارات",
+ "ItemCount": "{0} العناصر",
+ "NumberChannelsValue": "{0} Channels",
+ "HeaderLatestMusic": "أحدث الموسيقى",
+ "HeaderLatestAudioBooks": "Latest Audio Books",
+ "HeaderLatestDownloadedVideos": "أحدث مقاطع الفيديو التي تم تنزيلها",
+ "HeaderRecentlyPlayed": "المشغلة مؤخراً",
+ "Recent": "Recent",
+ "HeaderFrequentlyPlayed": "المشغلة بشكل متكرر",
+ "HeaderMoreLikeThis": "المزيد مثل هذا",
+ "HeaderMoreLikeThisOnLiveTV": "المزيد مثل هذا على مباشر TV",
+ "OriginalAirDateValue": "تاريخ البث الأصلي: {0}",
+ "EndsAtValue": "ينتهي في {0}",
+ "Date": "Date",
+ "AirDate": "تاريخ العرض",
+ "Played": "مشغل",
+ "Daily": "يومي",
+ "Weekly": "Weekly",
+ "RequireHashMatch": "تتطلب مطابقة تجزئة",
+ "RequireHashMatchHelp": "سيؤدي طلب مطابقة تجزئة إلى تصفية الترجمات المصاحبة لتضمين فقط تلك التي تم اختبارها مع ملف الفيديو الخاص بك. سيؤدي إلغاء تحديد هذا إلى زيادة عدد الترجمات المتطابقة ، ولكنه سيزيد أيضًا من فرص نص الترجمة الخاطئة أو غير الصحيحة.",
+ "SearchForForcedSubtitlesOnly": "الترجمات المفروضة فقط",
+ "SearchForForcedSubtitlesOnlyHelp": "سيؤدي طلب الترجمات المفروضة إلى قصر النتائج على الترجمة المصنفة على أنها لغة أجنبية.",
+ "LastEpisodeDateAdded": "تمت إضافة تاريخ الحلقة الأخيرة",
+ "LastEpisodeDateAired": "Last Episode Date Released",
+ "LabelPlaystate": "حالة التشغيل:",
+ "Studio": "Studio",
+ "Tag": "Tag",
+ "EpisodeTitle": "Episode Title",
+ "Audio": "الصوت",
+ "Video": "فيديو",
+ "Subtitle": "الترجمة",
+ "Image": "صورة",
+ "CopyStream": "Copy original stream",
+ "LabelAudioLayout": "Audio layout",
+ "LabelAudioCodec": "ترميز الصوت:",
+ "LabelAudioLanguage": "لغة الصوت:",
+ "LabelSubtitleLanguage": "لغة الترجمة:",
+ "LabelVideoCodec": "ترميز الفيديو:",
+ "LabelSubtitleCodec": "ترميز الترجمة:",
+ "LabelParentalRating": "تصنيف الوالدين:",
+ "BecauseYouLikeValue": "لأنك أحببت {0}",
+ "BecauseYouWatchedValue": "لأنك شاهدت {0}",
+ "DirectedByValue": "إخراج {0}",
+ "StarringValue": "بطولة {0}",
+ "Invitations": "دعوات",
+ "ActorAsRole": "باسم {0}",
+ "ButtonOk": "حسنا",
+ "GroupItemsIntoCollections": "تجميع العناصر في مجموعات",
+ "GroupItemsIntoCollectionsHelp": "عناصر المجموعة استنادًا إلى المجموعات التي تمت إضافتها إليها. قد يؤدي تمكين عوامل تصفية معينة أو أوامر الفرز إلى تعطيل هذا تلقائيًا.",
+ "GroupItemsIntoTags": "تجميع العناصر في علامات",
+ "GroupItemsIntoTagsHelp": "تجميع العناصر بناءً على العلامات التي تمت إضافتها إليها. قد يؤدي تمكين بعض الفلاتر أو أوامر الفرز إلى تعطيل هذا تلقائيًا.",
+ "User": "User",
+ "Access": "Access",
+ "Users": "المستخدمين",
+ "Library": "المكتبة",
+ "Devices": "الأجهزة",
+ "Cancel": "الغاء",
+ "Restart": "إعادة التشغيل",
+ "Shutdown": "إيقاف التشغيل",
+ "Logs": "السجلات",
+ "Visibility": "Visibility",
+ "Notifications": "إشعارات",
+ "SendTestNotification": "Send Test Notification",
+ "NotificationSent": "Notification sent",
+ "DeleteNotificationConfirmation": "Are you sure you wish to delete this notification?",
+ "DeleteNotification": "Delete Notification",
+ "AddNotification": "Add Notification",
+ "EditNotification": "Edit Notification",
+ "LimitUserEventsTo": "Limit user events to",
+ "LimitLibraryEventsTo": "Limit library events to",
+ "LimitDeviceEventsTo": "Limit devices events to",
+ "ForAdditionalNotificationOptions": "Additional notification services can be installed by the server administrator in the Emby {0}plugin catalog{1}.",
+ "Plugins": "إضافات",
+ "Systems": "أنظمة",
+ "Server": "الخادم",
+ "Dashboard": "لوحة القيادة",
+ "PlayOnAnotherDevice": "التشغيل على جهاز آخر",
+ "HeaderConnectionHelp": "مساعدة الاتصال",
+ "AccessRestrictedTryAgainLater": "الوصول مقيد حاليا. الرجاء معاودة المحاولة في وقت لاحق.",
+ "ButtonGotIt": "فهمت",
+ "RememberMe": "تذكرني",
+ "EmbyServer": "Emby Server",
+ "ManageEmbyServer": "إدارة خادم Emby",
+ "ShutdownServer": "إيقاف تشغيل خادم Emby",
+ "RestartServer": "إعادة تشغيل خادم Emby",
+ "RecordingCancelled": "تم إلغاء التسجيل.",
+ "SeriesCancelled": "تم إلغاء المسلسل.",
+ "Recording": "Recording",
+ "SeriesRecording": "Series Recording",
+ "RecordingScheduled": "تمت جدولة التسجيل.",
+ "SeriesRecordingScheduled": "تمت جدولة تسجيل المسلسل.",
+ "HeaderNewRecording": "تسجيل جديد",
+ "HeaderWakeServer": "إيقاظ الخادم",
+ "AttemptingWakeServer": "محاولة إيقاظ الخادم. ارجوك انتظر...",
+ "WakeServerSuccess": "نجاح!",
+ "HeaderCustomizeHomeScreen": "تخصيص الشاشة الرئيسية",
+ "WakeServerError": "تم إرسال حزم Wake On LAN إلى جهاز الخادم الخاص بك ، ولكن يتعذر علينا الاتصال بخادم Emby الخاص بك. قد يحتاج جهازك إلى مزيد من الوقت للاستيقاظ ، أو ربما لا يعمل خادم Emby بنشاط على الجهاز.",
+ "Days": "أيام",
+ "Network": "شبكة",
+ "Networks": "شبكات",
+ "SortByValue": "فرز حسب {0}",
+ "HeaderSortBy": "Sort By",
+ "HeaderPhotoAlbums": "ألبومات الصور",
+ "Photos": "صور",
+ "HeaderAppearsOn": "يظهر على",
+ "List": "القائمة",
+ "HeaderRecordSeries": "تسجيل المسلسل",
+ "HeaderCinemaMode": "مقدمات سينمائية",
+ "Conversions": "محادثات",
+ "Downloads": "تنزيلات",
+ "HeaderManageDownloads": "إدارة التنزيلات",
+ "InternalStorage": "التخزين الداخلي",
+ "ExternalStorage": "تخزين خارجي",
+ "UploadToFollowingServers": "رفع إلى الخوادم",
+ "UploadingNumItems": "رفع{0} من {1}",
+ "DownloadNumItems": "تنزيل {0} من {1}",
+ "HeaderSampleRate": "معدل العينة",
+ "HeaderReferenceFrames": "الإطارات المرجعية",
+ "HeaderBitDepth": "عمق البت",
+ "HeaderPixelFormat": "تنسيق بكسل",
+ "Profile": "الملف الشخصي",
+ "Bitrate": "معدل البت",
+ "Expand": "Expand",
+ "Container": "حاوية",
+ "Format": "التنسيق",
+ "Path": "مسار",
+ "Size": "حجم",
+ "Resolution": "الدقة",
+ "HeaderCodecTag": "وسم الترميز",
+ "Framerate": "معدل الإطار",
+ "Interlaced": "متشابك",
+ "Anamorphic": "صورة بصرية مشوهة",
+ "Level": "المستوى",
+ "Timestamp": "الطابع الزمني",
+ "Language": "اللغة",
+ "Codec": "الترميز",
+ "Stream": "Stream",
+ "HeaderExtradata": "بيانات اضافية",
+ "HeaderHardwareAcceleratedTranscoding": "Hardware Accelerated Transcoding",
+ "HeaderHardwareAcceleratedTranscodingDescription": "Take advantage of your server GPU. Emby has the most advanced and fastests hardware accelleration in the industry.",
+ "HeaderOfflineDownloads": "وسائط دون اتصال",
+ "AndMuchMoreExclamation": "And much more!",
+ "HeaderOfflineDownloadsDescription": "قم بتنزيل الوسائط على أجهزتك لاستخدامها دون اتصال بسهولة.",
+ "LiveTvFeatureDescription": "دفق مباشر TV إلى أي تطبيق Emby ، مع جهاز موالف تلفزيون متوافق مثبت على خادم Emby.",
+ "DvrFeatureDescription": "يمكنك جدولة تسجيلات البث التلفزيوني المباشر الفردية وتسجيلات المسلسل والمزيد باستخدام Emby DVR.",
+ "CinemaModeFeatureDescription": "تمنحك مقدمات السينما تجربة السينما الحقيقية مع عروض مختصرة للأفلام والمقدمات المخصصة قبل الميزة الرئيسية.",
+ "HeaderFreeApps": "تطبيقات Emby مجانية",
+ "FreeAppsFeatureDescription": "تمتع بالوصول المجاني إلى تطبيقات Emby لأجهزتك.",
+ "HeaderBecomeProjectSupporter": "أحصل على تميّز الـ Emby",
+ "HeaderViewServerInfo": "View Server Info",
+ "PlaybackTvModeRequiresEmbyPremiere": "يتطلب تشغيل الوسائط في وضع التلفزيون {0} اشتراك Emby تميّز{1} نشط.",
+ "FeatureRequiresEmbyPremiere": "تتطلب هذه الميزة {0} اشتراك Emby تميّز{1} نشط.",
+ "HeaderConvertYourRecordings": "تحويل تسجيلاتك",
+ "Record": "تسجيل",
+ "Save": "حفظ",
+ "Edit": "تعديل",
+ "HeaderSavePlaylist": "حفظ قائمة التشغيل",
+ "Latest": "الأحدث",
+ "Download": "تنزيل",
+ "Downloaded": "تم التنزيل",
+ "Converted": "Converted",
+ "RemoveFromHistory": "Remove from History",
+ "ConfirmRemoveFromHistory": "Remove this item from the history?",
+ "Downloading": "جارٍ التنزيل",
+ "Advanced": "متقدم",
+ "LinkedToEmbyConnect": "مرتبط بـ Emby Connect",
+ "Delete": "حذف",
+ "Both": "Both",
+ "LabelChannelDisplay": "Channel display",
+ "HeaderDeleteItem": "حذف العنصر",
+ "HeaderDeleteUser": "حذف المستخدم",
+ "DeleteItemConfirmation": "هل أنت متاكد من حذف {0}؟",
+ "DeleteUserConfirmation": "هل تريد بالتأكيد حذف المستخدم {0}؟",
+ "DeleteUsersConfirmation": "Are you sure you wish to delete these {0} users?",
+ "HeaderDeleteDevice": "حذف الجهاز",
+ "DeleteDeviceConfirmation": "هل أنت متأكد أنك تريد حذف هذا الجهاز؟ سيظهر مرة أخرى في المرة التالية التي يسجل الدخول فيها المستخدم.",
+ "ConfirmDeleteItem": "سيؤدي حذف هذا العنصر إلى حذفه من كل من نظام الملفات ومكتبة الوسائط الخاصة بك.",
+ "FollowingFilesWillBeDeleted": "سيتم حذف الملفات والمجلدات التالية:",
+ "AreYouSureToContinue": "هل أنت متأكد من رغبتك في الاستمرار؟",
+ "Refresh": "تحديث",
+ "RefreshingMetadataDots": "تحديث البيانات الوصفية ...",
+ "ScanningLibraryFilesDots": "جارٍ فحص ملفات المكتبة ...",
+ "HeaderFavoritesThenByChannelNumber": "المفضلة ، ثم برقم القناة",
+ "HeaderAddToCollection": "أضف إلى المجموعة",
+ "HeaderFavoritesThenByTitle": "المفضلة ، ثم حسب العنوان",
+ "HeaderFavoritesThenByDefault": "المفضلة ، ثم حسب ترتيب القناة الافتراضي",
+ "HeaderDefaultChannelOrder": "ترتيب القناة الافتراضي",
+ "HeaderAddToFavorites": "اضافة الى المفضلة",
+ "HeaderRemoveFromFavorites": "إزالة من المفضلة",
+ "Favorited": "Favorited",
+ "Unfavorited": "Unfavorited",
+ "HeaderNewCollection": "مجموعة جديدة",
+ "HeaderNewPlaylist": "قائمة تشغيل جديدة",
+ "AllCollections": "All Collections",
+ "AllPlaylists": "All Playlists",
+ "Create": "إنشاء",
+ "HeaderAddedToPlaylist": "إضافة الى قائمة التشغيل",
+ "HeaderAddedToCollection": "إضافة الى مجموعة",
+ "OneItemAddedTo": "تم إضافة عنصر الى \"{0}\".",
+ "ItemsAddedTo": "{0} عناصر تم إضافتها الى \"{1}\".",
+ "HeaderAddedToPlayQueue": "تم الإضافة الى قائمة أنتظار التشغيل",
+ "HeaderPlayingNext": "يعرض تالياْ",
+ "Help": "مساعدة",
+ "HeaderGetHelp": "أطلب مساعدة",
+ "LabelTVDisplayMode": "Enable TV display mode",
+ "Desktop": "سطح المكتب",
+ "Mobile": "موبايل / تابلت",
+ "Navigation": "التنقل",
+ "HeaderVideoPlayback": "تشغيل الفيديو",
+ "TV": "تلفاز",
+ "HeaderEmbyConnect": "Emby Connect",
+ "Seasons": "مواسم",
+ "OneTrack": "مسار 1",
+ "OneSeason": "الموسم 1",
+ "Libraries": "مكتبات",
+ "NumberSeasonsValue": "{0} المواسم",
+ "TVDisplayModeHelp": "Optimize the user interface on this device for display on a TV and input method with a remote control. This is generally not recommended if your primary input method is a mouse or is touch-based.",
+ "LabelDisplayLanguage": "لغة العرض",
+ "LabelDisplayLanguageHelp": "ترجمة Emby هو مشروع مستمر.",
+ "LearnHowYouCanContribute": "تعلم كيف يمكنك المساهمة.",
+ "NewCollectionHelp": "تتيح لك المجموعات إنشاء مجموعات مخصصة من الأفلام ومحتويات المكتبة الأخرى.",
+ "SearchForCollectionInternetMetadata": "ابحث في الإنترنت عن الأعمال الفنية والبيانات الوصفية",
+ "DisplayMissingEpisodesWithinSeasons": "عرض الحلقات المفقودة في المواسم",
+ "DisplayMissingEpisodesWithinSeasonsHelp": "يجب تمكين هذا أيضًا لمكتبات التلفزيون في إعداد خادم Emby .",
+ "EnableThemeSongs": "تفعيل أغنية الشارة",
+ "EnableBackdrops": "تفعيل الخلفيات",
+ "EnableThemeSongsHelp": "عند التفعيل، فإن أغنية الشارة ستشغل في الخلفية عند تصفح المكتبة.",
+ "EnableBackdropsHelp": "في حالة التمكين ، سيتم عرض الخلفيات في خلفية بعض الصفحات أثناء تصفح المكتبة.",
+ "EnableThemeVideos": "تمكين مقاطع الفيديو ذات الشارة",
+ "EnableThemeVideosHelp": "في حالة التمكين ، سيتم تشغيل مقاطع الفيديو ذات الشارات في الخلفية أثناء تصفح المكتبة.",
+ "RunAtStartup": "تشغيل عند بدء التشغيل",
+ "ServerStartup": "Server Startup",
+ "EmbyServerOnXHasStarted": "Emby Server on {0} has started.",
+ "LabelScreensaver": "حافظة الشاشة:",
+ "LabelSoundEffects": "مؤثرات صوتية:",
+ "LabelName": "الاسم:",
+ "NewCollectionNameExample": "مثال: مجموعة Star Wars",
+ "MessageItemsAdded": "تمت إضافة عناصر.",
+ "OptionNew": "جديد...",
+ "LabelPlaylist": "قائمة التشغيل:",
+ "AddToPlaylist": "أضف إلى قائمة التشغيل",
+ "HeaderAddToPlaylist": "أضف إلى قائمة التشغيل",
+ "Subtitles": "ترجمات",
+ "LabelTheme": "موضوع",
+ "LabelSettingsTheme": "إعدادات الموضوع:",
+ "LabelThemeAccentColor": "Accent color",
+ "ThemeAccentColorDescription": "Controls the color of important indicators, icons and text.",
+ "SearchForSubtitles": "إبحث عن ترجمات",
+ "LabelLanguage": "اللغة:",
+ "Search": "بحث",
+ "NoSubtitleSearchResultsFound": "لم يتم العثور على نتائج. هل قمت بإعداد{0} تنزيل الترجمة {1}؟",
+ "NoLyricsSearchResultsFound": "No results found. Have you configured {0}lyrics downloading{1}?",
+ "Lyrics": "Lyrics",
+ "SearchForLyrics": "Search for Lyrics",
+ "Finish": "Finish",
+ "File": "ملف",
+ "Exit": "خروج",
+ "Sleep": "سكون",
+ "Setup": "يثبت",
+ "MessageAreYouSureDeleteSubtitles": "هل أنت متأكد أنك تريد حذف ملف الترجمة هذا؟",
+ "ConfirmDeletion": "تأكيد الحذف",
+ "MySubtitles": "ترجماتي",
+ "MessageDownloadQueued": "أدرج التنزيل إلى فائمة الإنتظار",
+ "HeaderEditSubtitles": "تعديل الترجمة",
+ "UnlockGuide": "دليل فك القفل",
+ "HeaderRefreshMetadata": "تحديث البيانات الوصفية",
+ "HeaderRefreshAllMetadata": "تحديث كافة البيانات الوصفية",
+ "ReplaceExistingImages": "استبدال الصور الموجودة",
+ "ReplaceExistingImagesHelp": "All existing images will be deleted and new ones will be downloaded based on the options for the library. In some cases this may result in fewer available images than before.",
+ "ReplaceAllMetadata": "استبدل جميع البيانات الوصفية",
+ "SearchForMissingMetadata": "ابحث عن البيانات الوصفية المفقودة",
+ "LabelRefreshMode": "وضع التحديث:",
+ "NoItemsFound": "لم يتم العثور على العناصر.",
+ "HeaderSaySomethingLike": "قل شيئًا مثل ...",
+ "ButtonTryAgain": "حاول مجدداً",
+ "HeaderYouSaid": "أنت قلت...",
+ "MessageWeDidntRecognizeCommand": "عذرًا ، لم نتعرف على هذا الأمر.",
+ "MessageIfYouBlockedVoice": "إذا رفضت الوصول الصوتي إلى التطبيق ، فستحتاج إلى إعادة الإعداد قبل إعادة المحاولة.",
+ "ValueDiscNumber": "القرص {0}",
+ "Unrated": "غير مصنف",
+ "Favorite": "المفضلة",
+ "Like": "أعجبني",
+ "Dislike": "لم يعجبني",
+ "RefreshDialogHelp": "يتم تحديث البيانات الوصفية بناءً على الإعدادات وخدمات الإنترنت التي تم تمكينها في لوحة معلومات خادم Emby .",
+ "Open": "إفتح",
+ "Play": "تشغيل",
+ "Pause": "إيقاف مؤقت",
+ "HeaderPlayQueue": "شغل قائمة الإنتظار",
+ "HeaderAddToPlayQueue": "أُضيف للتشغيل في قائمة الإنتظار.",
+ "Shuffle": "خلط",
+ "Identify": "تحديد",
+ "HeaderRemoveIdentification": "Remove Identification",
+ "ResetMetadataConfirmation": "Are you sure you wish to reset all metadata?",
+ "HeaderEditMetadata": "تعديل البيانات الوصفية",
+ "Convert": "تحويل",
+ "Resume": "استئنف",
+ "HeaderInstantMix": "مزيج فوري",
+ "HeaderGoToItem": "Go to Item",
+ "HeaderGoToSeason": "Go to Season",
+ "HeaderGoToSeries": "Go to Series",
+ "HeaderGoToAlbum": "Go to Album",
+ "HeaderGoToArtist": "Go to Artist",
+ "HeaderPlayAll": "تشغيل الكل",
+ "PictureInPicture": "صورة في صورة",
+ "Fullscreen": "شاشة كاملة",
+ "ExitFullscreen": "الخروج من وضع ملئ للشاشة",
+ "Rewind": "الترجيع",
+ "FastForward": "التقديم السريع",
+ "Remove": "إزالة",
+ "Rename": "إعادة التسمية",
+ "Queue": "قائمة الإنتظار",
+ "QueueAllFromHere": "قائمة إنتظار للكل هنا",
+ "PlayAllFromHere": "تشغيل الكل هنا",
+ "PlayFromBeginning": "تشغيل من البداية",
+ "FromBeginning": "From Beginning",
+ "ResumeAt": "استئناف من {0}",
+ "HeaderRemoveFromPlaylist": "إزالة من قائمة التشغيل",
+ "HeaderRemoveFromPlayQueue": "Remove from Play Queue",
+ "HeaderRemoveFromCollection": "إزالة من المجموعة",
+ "Sort": "فرز",
+ "Trailer": "عرض مختصر لفيلم",
+ "SelectNone": "Select None",
+ "SelectAll": "Select All",
+ "HeaderMarkPlayed": "وضع علامة تم تشغيله",
+ "HeaderMarkUnplayed": "وضع علامة غير مشغل",
+ "HeaderGroupVersions": "إصدارات المجموعة",
+ "PleaseSelectTwoItems": "يرجى تحديد عنصرين على الأقل.",
+ "HeaderConfirmRecordingCancellation": "تأكيد إلغاء التسجيل",
+ "MessageConfirmRecordingCancellation": "هل تريد إلغاء التسجيل؟",
+ "Album": "ألبوم",
+ "AlbumArtist": "ألبوم الفنان",
+ "Error": "خطأ",
+ "VoiceInput": "مدخل الصوت",
+ "LabelContentType": "نوع المحتوى:",
+ "LabelPath": "مسار:",
+ "Playlists": "قوائم التشغيل",
+ "LabelTitle": "عنوان:",
+ "LabelOriginalTitle": "العنوان الأصلي:",
+ "LabelSortTitle": "فرز العنوان:",
+ "LabelDateAdded": "تاريخ الإضافة:",
+ "DateAdded": "تاريخ الإضافة:",
+ "DateModified": "Date Modified",
+ "DatePlayed": "تاريخ التشغيل",
+ "DateLastActive": "Date Last Active",
+ "ConfigureDateAdded": "قم بإعداد كيفية تحديد التاريخ المضاف في لوحة معلومات خادم Emby ضمن إعدادات المكتبة",
+ "LabelStatus": "الحالة:",
+ "LabelArtistsHelp": "فصل التعداد بإستخدام ;",
+ "HeaderAlbumArtists": "فناني الألبوم",
+ "LabelAlbumArtists": "فنانو الألبوم:",
+ "LabelAlbum": "الألبوم:",
+ "Artist": "فنان",
+ "Artists": "فنانين",
+ "ImdbRating": "تصنيف IMDb",
+ "CommunityRating": "تصنيف المجتمع",
+ "LabelCommunityRating": "تصنيف المجتمع:",
+ "LabelCriticRating": "تصنيف النقاد:",
+ "CriticRating": "تصنيف النقاد",
+ "LabelWebsite": "موقع الكتروني:",
+ "Tagline": "Tagline",
+ "LabelOverview": "نظرة عامة:",
+ "LabelShortOverview": "نظرة عامة قصيرة:",
+ "LabelReleaseDate": "تاريخ الإصدار:",
+ "LabelPlaceOfBirth": "مكان الولادة:",
+ "Aired": "بثت",
+ "LabelAirDays": "أيام البث:",
+ "LabelAirTime": "وقت البث:",
+ "LabelRuntimeMinutes": "مدة التشغيل (بالدقائق):",
+ "LabelCustomRating": "تصنيف مخصص:",
+ "LabelOriginalAspectRatio": "نسبة العرض إلى الارتفاع الأصلية:",
+ "Label3DFormat": "تنسيق ثلاثي الأبعاد:",
+ "FormatValue": "التنسيق: {0}",
+ "DownloadsValue": "التنزيلات: {0}",
+ "HashMatch": "تطابق التجزئة",
+ "EnableExternalVideoPlayers": "تمكين مشغلات الفيديو الخارجية",
+ "EnableExternalVideoPlayersHelp": "سيتم عرض قائمة مشغل خارجي عند بدء تشغيل الفيديو.",
+ "HeaderSpecialEpisodeInfo": "معلومات الحلقة الخاصة",
+ "LabelAirsDuringSeason": "البث خلال الموسم:",
+ "LabelAirsAfterSeason": "أطلق بعد الموسم:",
+ "LabelAirsBeforeEpisode": "أطلق قبل الحلقة:",
+ "HeaderExternalIds": "المعرفات الخارجية:",
+ "HeaderDisplaySettings": "اعدادات العرض",
+ "PlaylistOrder": "Playlist Order",
+ "CollectionOrder": "Collection Order",
+ "LabelDisplayOrder": "ترتيب العرض:",
+ "LabelFileOrder": "File order",
+ "Display": "عرض",
+ "Countries": "بلدان",
+ "Genres": "الأنواع",
+ "Studios": "استوديوهات",
+ "Tags": "وسوم",
+ "Links": "الروابط",
+ "Movie": "فلم",
+ "Program": "Program",
+ "Channel": "Channel",
+ "Episode": "حلقة",
+ "Season": "موسم",
+ "HeaderMetadataSettings": "إعدادات البيانات الوصفية",
+ "People": "اشخاص",
+ "Number": "Number",
+ "Lock": "Lock",
+ "HeaderScreenLocked": "Screen Locked",
+ "HeaderUnlockControls": "Unlock Controls",
+ "HeaderTapToUnlock": "Tap to Unlock",
+ "LabelMetadataDownloadLanguage": "لغة تنزيل البيانات الوصفية المفضلة:",
+ "LabelImageDownloadLanguage": "لغة تنزيل الصورة المفضلة:",
+ "LabelLockItemToPreventChanges": "قفل هذا العنصر لمنع التغييرات المستقبلية",
+ "LockThisField": "قم بقفل هذا الحقل لمنع التغييرات المستقبلية عند تحديث البيانات الوصفية",
+ "MessageLeaveEmptyToInherit": "اتركه فارغًا لوراثة الإعدادات من عنصر أصلي ، أو القيمة الافتراضية العامة.",
+ "LabelCountry": "بلد:",
+ "LabelCertificationCountry": "Certification country",
+ "CertificationCountryHelp": "This will influence which content rating system is used.",
+ "LabelDynamicExternalId": "{0} المعرف:",
+ "LabelBirthYear": "سنة الميلاد:",
+ "LabelBirthDate": "تاريخ الميلاد:",
+ "LabelDeathDate": "تاريخ الوفاة:",
+ "LabelEndDate": "تاريخ الانتهاء:",
+ "LabelSeasonNumber": "رقم الموسم:",
+ "LabelEpisodeNumber": "رقم الحلقة:",
+ "LabelTrackNumber": "رقم المقطع",
+ "LabelNumber": "رقم:",
+ "LabelDiscNumber": "رقم القرص:",
+ "LabelParentNumber": "رقم الوالدين:",
+ "SortName": "اسم الترتيب",
+ "OriginalTitle": "Original Title",
+ "ReleaseDate": "تاريخ الإصدار",
+ "Continuing": "مستمر",
+ "Ended": "انتهى",
+ "HeaderEnabledFields": "تمكين الحقول",
+ "HeaderEnabledFieldsHelp": "قم بإلغاء تحديد حقل لقفله ومنع تغيير بياناته.",
+ "Backdrops": "الخلفيات",
+ "Images": "صور",
+ "Runtime": "مدة العرض",
+ "ProductionLocations": "مواقع الإنتاج",
+ "BirthLocation": "مكان الميلاد",
+ "ParentalRating": "التقييم الأبوي",
+ "PlayCount": "مرات التشغيل",
+ "Name": "الاسم",
+ "Overview": "نظرة عامة",
+ "LabelType": "النوع:",
+ "LabelPersonRole": "دور",
+ "LabelPersonRoleHelp": "مثال: سائق شاحنة الآيس كريم",
+ "Actor": "الممثل",
+ "Composers": "الملحنون",
+ "Composer": "الملحن",
+ "Director": "المخرج",
+ "GuestStar": "ضيف الشرف",
+ "Producer": "المنتج",
+ "Writer": "الكاتب",
+ "MessageNoSyncJobsFound": "لم يتم العثور على تنزيلات. قم بإنشاء وظائف التنزيل باستخدام أزرار التنزيل الموجودة في التطبيق.",
+ "MessageNoDownloadsFound": "ليست هناك تنزيلات بلا إنترنت. قم بتنزيل الوسائط للاستخدام في وضع عدم الاتصال عن طريق النقر فوق تنزيل عبر التطبيق.",
+ "InstallingPackage": "يتم التثبيت {0}",
+ "PackageInstallCompleted": "تم التثبيت {0}.",
+ "PackageInstallFailed": "فشل التثبيت {0}.",
+ "PackageInstallCancelled": "تم إلغاء التثبيت {0}.",
+ "SeriesYearToPresent": "{0} - الحاضر",
+ "OneDevice": "1 جهاز",
+ "DeviceCountValue": "{0} الأجهزة",
+ "OneLog": "1 سجل",
+ "LogCountValue": "{0} السجلات",
+ "OneVote": "1 تصويت",
+ "VoteCountValue": "{0} الأصوات",
+ "OneLike": "1 إعجاب",
+ "LikeCountValue": "{0} الإعجابات",
+ "OneUser": "1 مستخدم",
+ "UserCountValue": "{0} المستخدمون",
+ "OneLibrary": "1 مكتبة",
+ "LibraryCountValue": "{0} المكتبات",
+ "ValueOneItem": "1 عنصر",
+ "ValueOneEpisode": "1 حلقة",
+ "ValueEpisodeCount": "{0} الحلقات",
+ "Albums": "الألبومات",
+ "Song": "أغنية",
+ "Songs": "الأغاني",
+ "Authors": "الناشرين",
+ "Books": "الكتب",
+ "AudioBooks": "كتب صوتية",
+ "HeaderAudioBooks": "كتب صوتية",
+ "HeaderAudioBook": "Audio Book",
+ "HeaderIdentifyItemHelp": "أدخل معيار بحث واحد أو أكثر. إزالة المعايير لزيادة نتائج البحث.",
+ "PleaseEnterNameOrId": "يرجى إدخال اسم أو معرف خارجي.",
+ "MessageItemSaved": "تم حفظ العنصر.",
+ "SearchResults": "نتائح البحث",
+ "ServerNameIsRestarting": "خادم Emby - تتم إعادة تشغيل {0}.",
+ "ServerNameIsShuttingDown": "خادم Emby - يتم إيقاف التشغيل{0}.",
+ "HeaderDeleteItems": "حذف العناصر",
+ "ConfirmDeleteItems": "سيؤدي حذف هذه العناصر إلى حذفها من كل من نظام الملفات ومكتبة الوسائط الخاصة بك.",
+ "PleaseRestartServerName": "يرجى إعادة تشغيل خادم Emby - {0}.",
+ "ConvertingDots": "جارِ التحويل",
+ "LabelSyncNoTargetsHelp": "يبدو أنه ليس لديك حاليًا أي تطبيقات تدعم التنزيل في وضع عدم الاتصال.",
+ "DownloadingDots": "جارٍ التنزيل",
+ "LearnMore": "إعرف المزيد",
+ "LabelBitrateMbps": "معدّل البت (بالميغابت):",
+ "ConvertUnwatchedVideosOnly": "تحويل مقاطع الفيديو غير المشاهدة فقط",
+ "SyncUnwatchedVideosOnly": "تنزيل مقاطع الفيديو غير المشاهدة فقط",
+ "ConvertUnwatchedVideosOnlyHelp": "سيتم تحويل مقاطع الفيديو غير المشاهدة فقط.",
+ "SyncUnwatchedVideosOnlyHelp": "سيتم تنزيل مقاطع الفيديو غير المشاهدة فقط ، وستتم إزالة مقاطع الفيديو التي تمت مشاهدتها من الجهاز.",
+ "AutomaticallySyncNewContent": "تنزيل المحتوى جديد تلقائيًا",
+ "AutomaticallySyncNewContentHelp": "سيتم تنزيل المحتوى الجديد المضاف إلى هذا المجلد تلقائيًا على الجهاز.",
+ "AutomaticallyConvertNewContent": "تحويل المحتوى الجديد تلقائيًا",
+ "AutomaticallyConvertNewContentHelp": "سيتم تحويل المحتوى الجديد المضاف إلى هذا المجلد تلقائيًا.",
+ "LabelItemLimit": "حد العنصر:",
+ "ConvertItemLimitHelp": "اختياري. قم بتعيين حد لعدد العناصر التي سيتم تحويلها.",
+ "DownloadItemLimitHelp": "اختياري. قم بتعيين حد لعدد العناصر التي سيتم تنزيلها.",
+ "PleaseSelectDeviceToSyncTo": "يرجى تحديد جهاز للتنزيل.",
+ "Screenshots": "لقطات الشاشة",
+ "MoveRight": "انتقل يميناً",
+ "MoveLeft": "انتقل يساراً",
+ "HeaderUploadNewImage": "تحميل صورة جديدة",
+ "HeaderDeleteImage": "حذف صورة",
+ "ConfirmDeleteImage": "حذف صورة؟",
+ "HeaderEditImages": "تعديل الصور",
+ "Settings": "اعدادات",
+ "ShowIndicatorsFor": "عرض مؤشرات لـ:",
+ "Episodes": "الحلقات",
+ "Programs": "البرامج",
+ "HeaderCastCrew": "الممثلين وطاقم العمل",
+ "DvrSubscriptionRequired": "يتطلب Emby Live TV & DVR اشتراكًا نشطًا {0} Emby Premiere {1}.",
+ "HeaderCancelRecording": "إلغاء التسجيل",
+ "HeaderKeepRecording": "الاحتفاظ بالتسجيل",
+ "HeaderCancelSeries": "إلغاء المسلسل",
+ "HeaderKeepSeries": "الحفاظ على سلسلة",
+ "HeaderLearnMore": "إعرف المزيد",
+ "SeriesSettings": "إعدادات المسلسل",
+ "HeaderRecordingOptions": "خيارات التسجيل",
+ "HeaderDoNotRecord": "لا تسجل",
+ "HeaderSeriesOptions": "خيارات المسلسل",
+ "Layout": "نسق",
+ "Channels": "القنوات",
+ "ChannelNameOnly": "القناة {0} فقط",
+ "Anytime": "في أي وقت",
+ "AnyLanguage": "أي لغة",
+ "AroundTime": "حول {0}",
+ "HeaderLatestMovies": "أحدث الافلام",
+ "All": "الكل",
+ "Stop": "إيقاف",
+ "AllChannels": "كل القنوات",
+ "NewEpisodesOnly": "الحلقات الجديدة فقط",
+ "AllEpisodes": "جميع الحلقات",
+ "LabelStartWhenPossible": "ابدأ متى أمكن:",
+ "LabelStopWhenPossible": "إيقاف متى أمكن:",
+ "MinutesBefore": "قبل دقائق",
+ "MinutesAfter": "بعد دقائق",
+ "SkipEpisodesAlreadyInMyLibrary": "لا تسجل الحلقات الموجودة بالفعل في مكتبتي",
+ "SkipEpisodesAlreadyInMyLibraryHelp": "ستتم مقارنة الحلقات باستخدام أرقام الموسم والحلقات ، عند توفرها.",
+ "LabelKeepUpTo": "أبقِ حتى:",
+ "AsManyAsPossible": "أكبر عدد ممكن",
+ "DefaultErrorMessage": "كان هناك خطأ في معالجة الطلب. الرجاء معاودة المحاولة في وقت لاحق.",
+ "UntilIDelete": "حتى أحذف",
+ "UntilSpaceNeeded": "حتى أحتاج إلى مساحة",
+ "Categories": "التصنيفات",
+ "Sports": "رياضات",
+ "News": "أخبار",
+ "Movies": "أفلام",
+ "Music": "موسيقى",
+ "Kids": "أطفال",
+ "MoreFromValue": "المزيد من {0}",
+ "DiedValue": "توفي: {0}",
+ "BornValue": "وُلد: {0}",
+ "EnableColorCodedBackgrounds": "تمكين الخلفيات الملونة",
+ "SortChannelsBy": "فرز القنوات حسب:",
+ "ChannelNumber": "رقم القناة",
+ "HeaderBenefitsEmbyPremiere": "فوائد تميّز Emby",
+ "ThankYouForTryingEnjoyOneMinute": "يرجى الاستمتاع بدقيقة واحدة من التشغيل. شكرا لك على تجربة Emby.",
+ "HeaderTryPlayback": "جرب التشغيل",
+ "HowDidYouPay": "كيف دفعت؟",
+ "IHaveEmbyPremiere": "لدي تميّز Emby",
+ "IPurchasedThisApp": "اشتريت هذا التطبيق",
+ "ButtonRestorePreviousPurchase": "استعادة شراء",
+ "ButtonUnlockWithPurchase": "فتح عن طريق الشراء",
+ "ButtonUnlockPrice": "فتح {0}",
+ "EmbyPremiereMonthlyWithPrice": "Emby تميّز شهري {0}",
+ "HeaderAlreadyPaid": "مدفوع بالفعل؟",
+ "ButtonPlayOneMinute": "تشغيل دقيقة واحدة",
+ "PlaceFavoriteChannelsAtBeginning": "ضع القنوات المفضلة في البداية",
+ "HeaderUnlockFeature": "إفتح الميزة",
+ "MessageDidYouKnowCinemaMode": "هل تعلم أنه مع تميّز Emby، يمكنك تحسين تجربتك مع ميزات مثل مقدمات السينما؟",
+ "HeaderPlayMyMedia": "تشغيل الوسائط الخاصة بي",
+ "HeaderDiscoverEmbyPremiere": "إكتشف تميّز Emby",
+ "HeaderNowPlaying": "المشغل الآن",
+ "Items": "العناصر",
+ "AppName": "App Name",
+ "OneChannel": "قناة واحدة",
+ "ConfirmRemoveDownload": "إزالة التنزيل؟",
+ "ConfirmRemoveItem": "Remove item?",
+ "RemoveDownload": "إزالة التنزيل",
+ "ConfirmCancelConversion": "Cancel conversion?",
+ "CancelConversion": "Cancel Conversion",
+ "KeepDownload": "إحقظ التنزيل",
+ "AddedOnValue": "تمت إضافة {0}",
+ "RemovingFromDevice": "الإزالة من الجهاز",
+ "KeepOnDevice": "إبقاء على الجهاز",
+ "CancelDownload": "إلغاء التنزيل",
+ "SyncJobItemStatusReadyToTransfer": "جاهز للنقل",
+ "SyncJobItemStatusSyncedMarkForRemoval": "تتم الإزالة من الجهاز",
+ "SyncJobItemStatusQueued": "في قائمة الانتظار",
+ "SyncJobItemStatusConverting": "جارِ التحويل",
+ "SyncJobItemStatusTransferring": "جارِ النقل",
+ "SyncJobItemStatusSynced": "تم التنزيل",
+ "Failed": "Failed",
+ "SyncJobItemStatusRemovedFromDevice": "تمت الإزالة من الجهاز",
+ "Cancelled": "Cancelled",
+ "Retry": "أعد المحاولة",
+ "Continue": "إستمر",
+ "ContinueInSecondsValue": "استمر في {0} ثانية.",
+ "HeaderRemoteControl": "التحكم عن بعد",
+ "Disconnect": "قطع الاتصال",
+ "EnableDisplayMirroring": "تمكين انعكاس العرض",
+ "RemoteAccess": "Remote Access",
+ "HeaderPlayOn": "تشغيل على",
+ "Quality": "الجودة",
+ "Auto": "تلقائي",
+ "AndroidUnlockRestoreHelp": "لاستعادة عملية الشراء السابقة ، يرجى التأكد من تسجيل الدخول إلى الجهاز بنفس حساب Google (أو Amazon) الذي أجرى عملية الشراء في الأصل. تأكد من تمكين متجر التطبيقات وعدم تقييده بواسطة أي أدوات رقابة أبوية ، وتأكد من وجود اتصال إنترنت نشط. سيكون عليك القيام بذلك مرة واحدة فقط لاستعادة عملية الشراء السابقة.",
+ "HeaderAspectRatio": "نسبة العرض إلى الارتفاع الأصلية:",
+ "Original": "أصلي",
+ "Fill": "ملء",
+ "Cover": "غلاف",
+ "MessageNoServersAvailableToConnect": "لا توجد خوادم متاحة للاتصال بها. إذا تمت دعوتك لمشاركة خادم ، فتأكد من قبوله أدناه أو بالنقر فوق الرابط الموجود في البريد الإلكتروني.",
+ "MessagePlayAccessRestricted": "تشغيل هذا المحتوى محظور حاليا. يرجى الاتصال بمسؤول خادم Emby للحصول على مزيد من المعلومات.",
+ "Accept": "قبول",
+ "Reject": "رفض",
+ "Connect": "اتصل",
+ "HeaderMyMedia": "وسائطي",
+ "HeaderMyMediaSmall": "وسائطي (مصغرة)",
+ "LatestFromLibrary": "الأحدث {0}",
+ "HeaderLatestEpisodes": "احدث الحلقات",
+ "ContinuePlaying": "الاستمرار في العرض",
+ "ContinueWatching": "استئناف المشاهدة",
+ "HeaderLatestChannelMedia": "أحدث عناصر القناة",
+ "HeaderContinueWatching": "استئناف المشاهدة",
+ "HeaderContinueListening": "إستئناف الإستماع",
+ "HeaderActiveRecordings": "التسجيلات النشطة",
+ "HeaderLatestRecordings": "أحدث التسجيلات",
+ "LabelConvertTo": "حول الى:",
+ "LabelDownloadTo": "تنزيل إلى:",
+ "HeaderDownloadToDots": "تنزيل إلى ...",
+ "Next": "التالي",
+ "LabelSource": "المصدر:",
+ "VersionNumber": "Version {0}",
+ "HeaderAllLanguages": "كل اللغات",
+ "Previous": "السابق",
+ "HeaderNextUp": "التالى",
+ "HeaderPlayNextUp": "تشغيل التالي",
+ "HeaderLatestFrom": "الأحدث من {0}",
+ "LabelHomeScreenSectionValue": "قسم الشاشة الرئيسية {0}:",
+ "PasswordResetComplete": "لقد تم اعادة تعيين كلمة السر.",
+ "PasswordSaved": "تم حفظ كلمة السر.",
+ "SettingsSaved": "تم حفظ الإعدادات.",
+ "Upcoming": "القادم",
+ "HeaderSelectImageFile": "حدد ملف الصورة",
+ "None": "لا يوجد",
+ "More": "المزيد",
+ "Up": "أعلى",
+ "Down": "أسفل",
+ "Home": "الرئيسية",
+ "Back": "رجوع",
+ "Random": "Random",
+ "Playback": "تشغيل",
+ "Favorites": "المفضلة",
+ "HeaderHomeScreen": "الشاشة الرئيسية",
+ "HeaderLatestChannelItems": "أحدث عناصر القناة",
+ "HeaderLibraryOrder": "ترتيب المكتبة",
+ "HeaderOnNow": "الآن",
+ "HeaderForKids": "للأطفال",
+ "HeaderPlaybackError": "خطأ في التشغيل",
+ "PlaybackErrorNotAllowed": "غير مصرح لك حاليًا بتشغيل هذا المحتوى. يرجى الاتصال بمسؤول النظام للحصول على التفاصيل.",
+ "RateLimitExceeded": "تجاوز حسابك الحد الأقصى للبث الذي تم تعيينه بواسطة مسؤول خادم Emby. يرجى الاتصال بهم للمساعدة.",
+ "PlaybackErrorNoCompatibleStream": "لا تتوفر تدفقات متوافقة حاليا. يرجى المحاولة مرة أخرى لاحقًا أو اتصل بمسؤول النظام للحصول على التفاصيل.",
+ "PlaybackErrorPlaceHolder": "يرجى إدخال القرص لتشغيل هذا الفيديو.",
+ "PlaybackErrorNoPlayableItems": "لم يتم العثور على عناصر قابلة للتشغيل. هل تحاول تشغيل مجلد فارغ؟",
+ "Guide": "الدليل",
+ "Games": "الألعاب",
+ "GameSystem": "Game System",
+ "Suggestions": "مقترحات",
+ "HeaderFavoriteChannels": "القناة المفضلة",
+ "HeaderFavoriteCollections": "المجموعات المفضلة",
+ "HeaderFavoritePlaylists": "قوائم التشغيل المفضلة",
+ "Collection": "مجموعة",
+ "Collections": "المجموعات",
+ "LabelSelectFolderGroups": "تجميع المحتوى تلقائيًا من المجلدات التالية في طرق عرض مثل الأفلام والموسيقى والتلفزيون:",
+ "LabelSelectFolderGroupsHelp": "المجلدات غير المختارة ستظهر لوحدها في شاشتها الخاصة.",
+ "Mute": "كتم",
+ "Unmute": "إلغاء الكتم",
+ "Folder": "Folder",
+ "Folders": "مجلدات",
+ "FileName": "أسم الملف",
+ "DisplayInOtherHomeScreenSections": "عرض في أقسام الشاشة الرئيسية الثانوية مثل أحدث الوسائط واستمر في المشاهدة",
+ "DisplayInMyMedia": "إعرض على الشاشة الرئيسية",
+ "Shows": "عروض",
+ "MoviesAndShows": "Movies & Shows",
+ "HeaderMusicVideo": "فيديو موسيقي",
+ "HeaderMusicVideos": "الفيديوهات الموسيقية",
+ "MusicVideos": "الفيديوهات الموسيقية",
+ "Videos": "الفيديوهات",
+ "MixedContent": "محتوى متنوع",
+ "HomeVideos": "القيديوهات المنزلية",
+ "HomeVideosAndPhotos": "الفيديوهات والصور المنزلية",
+ "TVShows": "عروض التلفزيون",
+ "HeaderLibraryFolders": "مجلدات المكتبة",
+ "HeaderTermsOfPurchase": "شروط الشراء",
+ "PrivacyPolicy": "سياسة الخصوصية",
+ "TermsOfUse": "شروط الاستخدام",
+ "HeaderRepeatMode": "وضع التكرار",
+ "HeaderToneMapping": "Tone Mapping",
+ "RepeatOne": "كرر واحده",
+ "RepeatAll": "كرر الكل",
+ "LabelDefaultScreen": "الشاشة الافتراضية:",
+ "ConfirmEndPlayerSession": "هل ترغب في إيقاف تشغيل Emby في {0}؟",
+ "Yesterday": "البارحة",
+ "Yes": "نعم",
+ "No": "لا",
+ "HeaderScanLibraryFiles": "فحص ملفات المكتبة",
+ "LiveTV": "تلفزيون مباشر",
+ "Schedule": "الجدول",
+ "Recordings": "التسجيلات",
+ "ScanForNewAndUpdatedFiles": "ابحث عن الملفات الجديدة والمحدثة",
+ "NewVersionOfXAvailableForY": "{0} is Available for {1}",
+ "DirectStreamHelp1": "الوسائط متوافقة مع الجهاز فيما يتعلق بالدقة ونوع الوسائط (H.264 ، AC3 ، وما إلى ذلك) ، ولكنها في حاوية ملفات غير متوافقة (.mkv ، .avi ، .wmv ، إلخ.). سيتم إعادة حزم الفيديو بسرعة قبل بثه إلى الجهاز.",
+ "DirectStreamHelp2": "يستخدم الدفق المباشر للملف طاقة معالجة قليلة جدًا دون أي خسارة في جودة الفيديو.",
+ "MediaIsBeingConverted": "يتم تحويل الوسائط إلى تنسيق متوافق مع الجهاز الذي يقوم بتشغيل الوسائط.",
+ "StatsForNerds": "احصائيات للمهووسين",
+ "HeaderHardwareAcceleratedDecoding": "Hardware Accelerated Decoding",
+ "HeaderHardwareAcceleratedEncoding": "Hardware Accelerated Encoding",
+ "HeaderDirectPlay": "Direct Play",
+ "DirectPlaying": "التشغيل المباشر",
+ "DirectStreaming": "بث التدفق المباشر",
+ "Transcode": "Transcode",
+ "Transcoding": "تحويل الشفرة",
+ "ContainerBitrateExceedsLimit": "معدل البت للوسائط يتجاوز الحد.",
+ "VideoCodecNotSupported": "برنامج ترميز الفيديو غير مدعوم",
+ "AudioCodecNotSupported": "برنامج ترميز الصوت غير مدعوم",
+ "SubtitleCodecNotSupported": "تنسيق الترجمة غير مدعوم",
+ "DirectPlayError": "خطأ في التشغيل المباشر",
+ "ContainerNotSupported": "الحاوية غير مدعومة",
+ "VideoLevelNotSupported": "مستوى الفيديو غير مدعوم",
+ "AudioBitrateNotSupported": "معدل البت الصوتي غير مدعوم",
+ "AudioChannelsNotSupported": "قنوات الصوت غير مدعومة",
+ "VideoResolutionNotSupported": "دقة الفيديو غير مدعومة",
+ "AudioProfileNotSupported": "الملف الصوتي غير مدعوم",
+ "AudioSampleRateNotSupported": "معدل عينة الصوت غير مدعوم",
+ "AnamorphicVideoNotSupported": "فيديو مشوه غير مدعوم",
+ "InterlacedVideoNotSupported": "الفيديو المتشابك غير مدعوم",
+ "SecondaryAudioNotSupported": "تبديل مسار الصوت غير مدعوم",
+ "ExternalAudioNotSupported": "Selecting external audio track",
+ "ErrorRemovingEmbyConnectAccount": "حدث خطأ أثناء إزالة حساب Emby Connect. يرجى التأكد من وجود اتصال إنترنت نشط وحاول مرة أخرى.",
+ "HeaderEmbyAccountRemoved": "تمت إزالة حساب Emby",
+ "MessageEmbyAccontRemoved": "تمت إزالة حساب Emby من هذا المستخدم.",
+ "HeaderInvitationSent": "تم إرسال الدعوة",
+ "Offline": "غير متصل على الانترنت",
+ "HeaderSignUp": "إشترك",
+ "ServerDownloadMessage": "لتنزيل خادم Emby المجاني وتثبيته ، تفضل بزيارة {0}",
+ "ServerDownloadMessageWithoutLink": "لتنزيل خادم Emby المجاني وتثبيته ، قم بزيارة موقع Emby الإلكتروني.",
+ "MessageInvitationSentToUser": "تم إرسال بريد إلكتروني إلى {0} ، لدعوتهم لقبول دعوة المشاركة الخاصة بك.",
+ "MessageInvitationSentToNewUser": "تم إرسال بريد إلكتروني إلى {0} لدعوتهم للاشتراك في Emby.",
+ "GuestUserNotFound": "المستخدم ليس موجود. يرجى التأكد من صحة الاسم والمحاولة مرة أخرى ، أو حاول إدخال عنوان بريدهم الإلكتروني.",
+ "ErrorReachingEmbyConnect": "حدث خطأ في الوصول إلى خادم Emby Connect. يرجى التأكد من وجود اتصال إنترنت نشط وحاول مرة أخرى.",
+ "ErrorAddingEmbyConnectAccount1": "حدث خطأ أثناء إضافة حساب Emby Connect. هل قمت بإنشاء حساب Emby؟ اشترك في {0}.",
+ "ErrorAddingEmbyConnectAccount2": "إذا كنت لا تزال تواجه مشكلة ، فيرجى إرسال بريد إلكتروني إلى {0} من عنوان البريد الإلكتروني المستخدم مع حساب Emby.",
+ "ErrorAddingGuestAccount1": "حدث خطأ أثناء إضافة حساب Emby Connect. هل قام ضيفك بإنشاء حساب Emby؟ يمكنهم الاشتراك في {0}.",
+ "ErrorAddingGuestAccount2": "إذا كنت لا تزال تواجه مشكلة ، فيرجى إرسال بريد إلكتروني إلى {0} ، وتضمين عنوان بريدك الإلكتروني بالإضافة إلى عنوانه.",
+ "MessageEmbyAccountAdded": "تمت إضافة حساب Emby إلى هذا المستخدم.",
+ "MessagePendingEmbyAccountAdded": "تمت إضافة حساب Emby إلى هذا المستخدم. سيتم إرسال بريد إلكتروني إلى صاحب الحساب. يجب تأكيد الدعوة من خلال النقر على رابط داخل البريد الإلكتروني.",
+ "HeaderEmbyAccountAdded": "تمت إضافة حساب Emby",
+ "Skip": "تخطّي",
+ "HeaderAdditionalParts": "الأجزاء الأضافية",
+ "ButtonGenerateNewPin": "إنشاء رقم تعريف شخصي جديد",
+ "ConnectLoginHelp1": "مع Emby Connect ، يمكنك الوصول بسهولة إلى خادم Emby الخاص بك أينما كنت ومشاركة الخوادم مع عائلتك وأصدقائك.",
+ "CreatePinErrorMessage": "حدث خطأ أثناء إنشاء رمز تعريف شخصي. الرجاء النقر فوق إنشاء رمز تعريف شخصي جديد للمحاولة مرة أخرى.",
+ "PinExpiredMessage": "انتهت صلاحية الرمز السري. الرجاء النقر فوق إنشاء رمز تعريف شخصي جديد للمحاولة مرة أخرى.",
+ "ConnectPinCodeHeader": "لتسجيل الدخول باستخدام Emby Connect ، استخدم جهاز جوال أو كمبيوتر لزيارة {0} وأدخل رمز التعريف الشخصي التالي:",
+ "LabelSubtitlePlaybackMode": "وضع الترجمة:",
+ "ErrorDeletingItem": "حدث خطأ في حذف العنصر من خادم Emby. يرجى التحقق من أن خادم Emby لديه حق الوصول للكتابة إلى مجلد الوسائط وحاول مرة أخرى.",
+ "NoSubtitles": "لا توجد ترجمة",
+ "Default": "الافتراضي",
+ "Absolute": "مطلق",
+ "Smart": "ذكي",
+ "Small": "صغير",
+ "Smaller": "أصغر",
+ "Medium": "وسط",
+ "Large": "كبير",
+ "Larger": "Larger",
+ "ExtraLarge": "كبير جداً",
+ "ExtraSmall": "Extra small",
+ "Forced": "قسري",
+ "External": "خارجي",
+ "HeaderEmbeddedTitle": "العنوان المضمن",
+ "OnlyForcedSubtitles": "ترجمات إجبارية فقط",
+ "AlwaysPlaySubtitles": "تشغيل الترجمة دائما",
+ "DefaultSubtitlesHelp": "يتم تحميل الترجمات استنادًا إلى العلامات الافتراضية والقسرية في البيانات الوصفية المضمنة. تعتبر تفضيلات اللغة عند توفر خيارات متعددة.",
+ "SmartSubtitlesHelp": "سيتم تحميل الترجمة التي تطابق تفضيل اللغة عندما يكون الصوت بلغة أجنبية.",
+ "HeaderSubtitleSettings": "إعدادات الترجمة",
+ "HeaderSubtitleAppearance": "مظهر الترجمة",
+ "OnlyForcedSubtitlesHelp": "سيتم تحميل الترجمة المصنفة على أنها مفروضة فقط.",
+ "AutoSelectHearingImpairedHelp": "Subtitles matching the language preference will be loaded, with a preference given to tracks that are marked as hearing impaired (SDH).",
+ "AlwaysPlaySubtitlesHelp": "سيتم تحميل الترجمات المصاحبة لتفضيلات اللغة بغض النظر عن اللغة الصوتية.",
+ "NoSubtitlesHelp": "لن يتم تحميل الترجمة بشكل افتراضي. لا يزال من الممكن تشغيلها يدويًا أثناء التشغيل.",
+ "LabelPreferredSubtitleLanguage": "لغة الترجمة المفضلة:",
+ "LabelTextSize": "حجم النص:",
+ "TheseSettingsAffectSubtitlesOnThisDevice": "تؤثر هذه الإعدادات على الترجمة على هذا الجهاز",
+ "LabelDropShadow": "أسقط الظل:",
+ "LabelTextBackgroundColor": "لون خلفية النص:",
+ "LabelWindowBackgroundColor": "لون خلفية النص:",
+ "LabelFont": "الخط:",
+ "LabelTextColor": "لون النص:",
+ "LabelBackgroundColor": "Background color",
+ "LabelBackgroundOpacity": "Background opacity",
+ "Raised": "رفع",
+ "Depressed": "منخفض",
+ "Uniform": "زى موحد",
+ "DropShadow": "أسقط الظل",
+ "SmallCaps": "قبعات صغيرة",
+ "SubtitleAppearanceSettingsDisclaimer": "لن تنطبق هذه الإعدادات على الترجمات الرسومية (PGS ، DVD ، إلخ) ، أو الترجمات المصاحبة لأنماطها الخاصة (ASS / SSA).",
+ "Normal": "عادي",
+ "HeaderWaitingForWifi": "في انتظار واي فاي",
+ "WifiRequiredToDownload": "مطلوب اتصال Wifi لمتابعة التنزيل.",
+ "DownloadOnlyOnWifi": "تنزيل فقط على Wifi",
+ "LabelMusicDownloadQuality": "جودة تنزيل الموسيقى:",
+ "MusicDownloadQualityHelp": "سيتم تحويل ملفات الصوت ذات معدل البت الأعلى بواسطة خادم Emby. حدد قيمة أعلى لجودة أفضل ، أو قيمة أقل للحفاظ على مساحة التخزين المحلية.",
+ "HeaderDownloadSettings": "إعدادات التنزيل",
+ "LabelDownloadLocation": "موقع التنزيل:",
+ "BrowseForFolder": "تصفح للمجلد",
+ "Unlimited": "غير محدود",
+ "NoLimit": "No limit",
+ "Hide": "إخفاء",
+ "HeaderKeepWatching": "Keep Watching",
+ "HeaderNextEpisode": "Next Episode",
+ "AudioBitDepthNotSupported": "عمق بت الصوت غير مدعوم",
+ "VideoBitrateNotSupported": "Converting to compatible video bitrate",
+ "VideoProfileNotSupported": "ملف تعريف الفيديو غير مدعوم",
+ "VideoFramerateNotSupported": "معدل إطارات الفيديو غير مدعوم",
+ "VideoBitDepthNotSupported": "عمق بت الفيديو غير مدعوم",
+ "RefFramesNotSupported": "عدد الإطارات المرجعية للفيديو غير مدعومة",
+ "ErrorConnectServerUnreachable": "حدث خطأ في تنفيذ العملية المطلوبة. خادمك غير قادر على الاتصال بخادم Emby Connect على {0}. يرجى التأكد من أن الخادم الخاص بك لديه اتصال إنترنت نشط وأن الاتصالات مسموح بها بواسطة أي جدار حماية أو برنامج أمان قمت بتثبيته.",
+ "HeaderStopRecording": "إيقاف التسجيل",
+ "ManageRecording": "إدارة التسجيل",
+ "LabelDropImageHere": "اسحب الصورة وأفلتها هنا ، أو انقر لتحديد صورة لتحميلها.",
+ "MessageFileReadError": "حدث خطأ في قراءة الملف. حاول مرة اخرى.",
+ "Browse": "تصفح",
+ "HeaderUploadImage": "رفع صورة",
+ "HeaderAddUpdateImage": "إضافة / تحديث صورة",
+ "HeaderShowFields": "إظهار الحقول",
+ "LabelView": "عرض:",
+ "LabelImageType": "نوع الصورة:",
+ "Upload": "رفع",
+ "Primary": "أساسي",
+ "PrimaryImageBlur": "Primary image blur",
+ "Art": "فن",
+ "Backdrop": "الخلفية",
+ "Banner": "راية",
+ "Box": "صندوق",
+ "BoxRear": "صندوق (خلفي)",
+ "Disc": "القرص",
+ "Logo": "شعار",
+ "LogoDark": "الشعار (نسخة غامقة)",
+ "LogoLight": "الشعار (نسخة خفيفة)",
+ "LogoLightColor": "الشعار (فاتح مع اللون)",
+ "Menu": "القائمة",
+ "Screenshot": "لقطة شاشة",
+ "Thumb": "إبهام",
+ "HeaderAudioSettings": "إعدادات الصوت",
+ "LabelAudioLanguagePreference": "اللغة المفضلة للصوت:",
+ "LabelPlayDefaultAudioTrack": "تشغيل المقطع الصوتي الافتراضي بغض النظر عن اللغة",
+ "HeaderVideoQuality": "جودة الفيديو",
+ "CinemaModeConfigurationHelp": "تقدم مقدمات السينما تجربة المسرح مباشرة إلى غرفة المعيشة الخاصة بك مع القدرة على تشغيل عرض مختصر لفيلم والمقدمات المخصصة قبل الميزة الرئيسية.",
+ "ShowUpNextPreview": "Show up next preview",
+ "ShowUpNextPreviewHelp": "Show information for the next item near the end of the current one.",
+ "PlayNextEpisodeAutomatically": "تشغيل الحلقة التالية تلقائيًا",
+ "LabelMaxChromecastBitrate": "جودة بث Chromecast:",
+ "LabelSkipBackLength": "تخطي الطول إلى الوراء:",
+ "LabelSkipForwardLength": "تخطي طول إلى الأمام:",
+ "EnableCinemaMode": "تمكين مقدمات السينما",
+ "LabelInternetQuality": "جودة الإنترنت:",
+ "LabelCellularQuality": "Remote streaming quality (cellular)",
+ "HeaderMusicQuality": "جودة الموسيقى",
+ "LabelHomeNetworkQuality": "جودة الشبكة المنزلية:",
+ "HeaderLatestMedia": "آحدث الوسائط",
+ "HeaderRestartingEmbyServer": "إعادة تشغيل خادم Emby",
+ "RestartPleaseWaitMessage": "الرجاء الانتظار بينما يتم إيقاف تشغيل خادم Emby وإعادة تشغيله. قد يستغرق هذا دقيقة أو دقيقتين.",
+ "HeaderPlayNext": "تشغيل التالي",
+ "AutoBasedOnLanguageSetting": "تلقائي (بناءً على إعداد الجهاز)",
+ "SameAsMainTheme": "مثل الموضوع الرئيسي",
+ "LabelDateTimeLocale": "تاريخ التوقيت المحلي",
+ "Genre": "النوع",
+ "DirectorValue": "المخرج: {0}",
+ "DirectorsValue": "المخرجون: {0}",
+ "GenreValue": "النوع: {0}",
+ "GenresValue": "الأنواع: {0}",
+ "TagsValue": "الوسوم: {0}",
+ "Off": "إيقاف",
+ "Title": "عنوان",
+ "Year": "عام",
+ "Filter": "Filter",
+ "Filters": "منقي",
+ "Unplayed": "غير مشغل",
+ "LabelTVHomeScreen": "الشاشة الرئيسية لوضع التلفزيون:",
+ "Horizontal": "أفقي",
+ "Vertical": "عمودي",
+ "HeaderGroupBy": "Group By",
+ "HeaderMediaType": "Media Type",
+ "GroupBySeries": "جمع حسب المسلسل",
+ "HeaderVideoType": "نوع الفيديو",
+ "HeaderSeriesStatus": "حالة المسلسل",
+ "Features": "الميزات",
+ "Trailers": "العروض الإعلانية",
+ "Extras": "المزيد",
+ "ThemeSongs": "أغاني الشارة",
+ "ThemeVideos": "فيديوهات الشارة",
+ "HeaderFavoriteMovies": "الأفلام المفضلة",
+ "HeaderFavoritePhotos": "Favorite Photos",
+ "HeaderFavoriteShows": "المسلسلات المفضلة",
+ "HeaderFavoriteEpisodes": "الحلقات المفضلة",
+ "HeaderFavoriteVideos": "مقاطع الفيديو المفضلة",
+ "HeaderFavoriteMusicVideos": "Favorite Music Videos",
+ "HeaderFavoriteGames": "الألعاب المفضلة",
+ "HeaderFavoriteArtists": "الفنانون المفضلون",
+ "HeaderFavoriteAlbums": "الألبومات المفضلة",
+ "HeaderFavoriteSongs": "الأغاني المفضلة",
+ "HeaderFavoriteAuthors": "Favorite Authors",
+ "HeaderFavoriteAudioBooks": "Favorite Audio Books",
+ "Ascending": "تصاعدي",
+ "Descending": "تنازلي",
+ "HeaderColorPrimaries": "اللون الأساسي",
+ "HeaderColorSpace": "مساحة اللون",
+ "HeaderColorTransfer": "نقل الألوان",
+ "HeaderVideoRange": "نطاق الفيديو",
+ "SeriesDisplayOrderHelp": "حلقات الطلب عن طريق تاريخ البث أو طلب قرص DVD أو الترقيم المطلق.",
+ "LabelVerticalPositionFromBottom": "الوضع العمودي (من الأسفل):",
+ "HeaderFavoritePeople": "أناس مفضلين",
+ "MultiSelect": "اختيار متعدد",
+ "HeaderSignOut": "تسجيل الخروج",
+ "HeaderSelectServer": "إختر الخادم",
+ "HeaderChangeServer": "تغيير الخادم",
+ "HeaderChangeUser": "Change User",
+ "HeaderAppSettings": "App Settings",
+ "HeaderLoginSettings": "إعدادات تسجيل الدخول",
+ "LabelRememberLogin": "تذكر تسجيل الدخول:",
+ "LabelAutomaticallySignOut": "تسجيل الخروج تلقائيًا:",
+ "BetaTesterMessage": "شكرا لكونك أحد مختبري Emby beta! يرجى ترك تعليق في {0} منطقة الاختبار في مجتمع Emby {1}.",
+ "HardwareAccelerated": "شكرًا لك لكونك أحد مختبري Emby Hardware المعجل! يرجى ترك تعليق في {0} منطقة الاختبار في مجتمع Emby {1}.",
+ "Software": "البرنامج",
+ "Metadata": "البيانات الوصفية",
+ "HeaderMediaInfo": "معلومات الوسائط",
+ "Locked": "مقفل",
+ "HeaderSplitVersionsApart": "فصل الإصدارات المختلفة على حدة",
+ "Any": "أي",
+ "Admin": "المدير",
+ "HeaderReadMore": "إقرأ المزيد",
+ "CustomRatingHelp": "يتم استخدام تصنيف مخصص لتقييم الرقابة الأبوية ولكن لا يتم عرضه. لا يزال حقل التصنيف الأبوي معروضًا.",
+ "KeepUpToHelp": "يتم حذف التسجيلات التي تتجاوز الحد عندما يبدأ التسجيل التالي. يتم حذف التسجيلات الأقدم أولاً ، حسب تاريخ الإضافة.",
+ "NoItemsMatchingFound": "لم يتم العثور على عناصر مطابقة لمعايير البحث الخاصة بك.",
+ "TwoSearchCharsRequired": "يرجى إدخال حرفين للبحث على الأقل.",
+ "PreventPlaybackContinuing": "امنع التشغيل من الاستمرار إلى أجل غير مسمى من خلال المطالبة بشكل دوري بإدخال المستخدم.",
+ "PromptStillWatching": "تمكين إشعار \"هل ما زلت تشاهد؟\"",
+ "HeaderMissingMetadata": "البيانات الوصفية مفقودة",
+ "HeaderIncludedIn": "متضمن في",
+ "EmbyConnectUserAlreadyLinked": "تم ربط مستخدم Emby Connect بالفعل بمستخدم آخر على هذا الخادم.",
+ "VideoFilesWillBeConvertedTo": "سيتم حفظ مقاطع الفيديو المحولة باسم {0}.",
+ "VideoWillBeConvertedTo": "سيتم تحويل تدفقات الفيديو إلى {0} ، أو نسخها من الملف الأصلي إذا كانت بالفعل {0} وتناسب الجودة ضمن خيارات التحويل.",
+ "VideoWillBeConvertedToOrCopied": "سيتم تحويل تدفقات الفيديو إلى {0} ، أو نسخها من الملف الأصلي إذا كانت أي من ({1}) ، وتناسب الجودة ضمن خيارات التحويل.",
+ "AudioWillBeConvertedTo": "سيتم تحويل تدفقات الصوت إلى {0} ، أو نسخها من الملف الأصلي إذا كانت بالفعل {0} وتناسب الجودة ضمن خيارات التحويل.",
+ "AudioWillBeConvertedToOrCopied": "سيتم تحويل تدفقات الصوت إلى {0} ، أو نسخها من الملف الأصلي إذا كانت أي من ({1}) ، وتناسب الجودة ضمن خيارات التحويل.",
+ "HeaderSpecialKeys": "مفاتيح خاصة",
+ "FollowingSpecialKeys": "المفاتيح الخاصة التالية مدعومة في معظم لوحات المفاتيح وأجهزة التحكم عن بُعد:",
+ "HeaderDeleteSeries": "حذف المسلسل",
+ "HeaderDeleteLastPlayedEpisode": "حذف آخر حلقة تمت مشاهدتها",
+ "HeaderConnectingToServer": "جاري الأتصال بالخادم",
+ "ServerNameValue": "اسم الخادم: {0}",
+ "DomainValue": "النطاق: {0}",
+ "RatedValue": "Rated {0}",
+ "LocalServerRedirectMessage": "سيتم إعادة توجيهك الآن إلى النطاق الذي يمتلكه ويديره مسؤول الخادم الذي اخترت الاتصال به:",
+ "AllMediaOwnedHosted": "يتم إستضافة جميع الوسائط وإدارتها من قبل المالك {0}.",
+ "EnableResolutionSwitching": "Match video resolution",
+ "EnableResolutionSwitchingHelp": "This enables Emby to change the resolution to the same value the video was encoded in before starting playback. This may help minimize the amount of stutter/judder that you might otherwise see when playing videos which do not match up well.",
+ "EnableDisplayRefreshRateSwitching": "تمكين عرض تبديل معدل التحديث",
+ "EnableDisplayRefreshRateSwitchingHelp": "يمكّن هذا Emby من تغيير معدل تحديث العرض إلى نفس القيمة (أو مضاعفات) مثل معدل الإطارات الذي تم ترميز الفيديو فيه قبل بدء التشغيل. يساعد هذا في تقليل مقدار التأتأة / الاهتزاز التي قد تراها بخلاف ذلك عند تشغيل مقاطع الفيديو التي لا تتطابق بشكل جيد.",
+ "RememberSelectedAudioTracks": "تذكر تحديدات المسار الصوتي",
+ "RememberSelectedSubtitleTracks": "تذكر تحديدات الترجمات",
+ "RememberSelectedSubtitleTracksHelp": "سيتم تذكر اختيارات مسار الترجمة على أساس كل فيديو وإعادة تطبيقها عند تشغيل نفس الفيديو مرة أخرى.",
+ "RememberSelectedAudioTracksHelp": "سيتم تذكر تحديدات المسار الصوتي على أساس كل فيديو وإعادة تطبيقها عند تشغيل نفس الفيديو مرة أخرى.",
+ "ClearSavedTrackSelections": "مسح تحديدات المسار المحفوظة",
+ "HeaderClearTrackSelections": "مسح تحديدات المسار المحفوظة",
+ "QuestionClearSavedTracks": "مسح كافة تحديدات المسار المحفوظة؟",
+ "LabelChannelTags": "علامات القناة:",
+ "AfterThisPlaysConfirmation": "بعد تشغيل هذا ، هل تريد الاستمرار في تشغيل الموسيقى التي قمت بوضعها في قائمة الانتظار أو مسحها؟",
+ "Keep": "إبقاء",
+ "Clear": "تصفية",
+ "HeaderClearFilters": "مسح عوامل التصفية",
+ "HeaderSearchForImages": "ابحث عن الصور",
+ "HeaderSearchNewImage": "ابحث عن صورة جديدة",
+ "HeaderSearchForAnImage": "ابحث عن صورة",
+ "DragDropToReorder": "قم بالسحب والإفلات لإعادة الترتيب",
+ "HeaderAddImageFromUrl": "أضف صورة من URL",
+ "HeaderSetImageFromUrl": "تعيين صورة من URL",
+ "LabelUrl": "عنوان Url:",
+ "LabelChannelNumber": "رقم القناة:",
+ "LabelGuideDataChannel": "قناة بيانات الدليل:",
+ "GuideDataSource": "Guide Data Source",
+ "HeaderCopyToClipboard": "Copy to Clipboard",
+ "TimeRemainingValue": "{0} remaining",
+ "LabelResumeRewindSeconds": "When resuming, automatically rewind",
+ "ResumeRewindSecondsHelp": "This may help you remember where you left off. This applies to the initial resume and not each individual pause during playback.",
+ "HeaderSavePlayQueueToPlaylist": "حفظ تشغيل قائمة الانتظار إلى قائمة التشغيل",
+ "EnableLogoImagesAsTitle": "عرض صور الشعار كعناوين على شاشات التفاصيل",
+ "EnableLogoImagesAsTitleHelp": "عند توفر صور الشعار ، يمكن استخدامها بدلاً من نص العنوان في الفيديو والمسلسل وشاشات التفاصيل الأخرى. سيعود العنوان إلى النص عندما لا تتوفر صورة الشعار.",
+ "LabelNowPlayingAudioBackgroundStyle": "Now playing audio background style",
+ "LabelNowPlayingVideoBackgroundStyle": "Now playing video background style",
+ "NowPlayingVideoBackgroundStyleHelp": "Determines the background style when remote controlling video playback on another device.",
+ "Rotation": "Rotation",
+ "Minutes": "Minutes",
+ "LabelMaxRecordingLength": "Max recording length",
+ "MaxRecordingLengthHelp": "Limit recordings to a specified amount of time, regardless of the duration of the broadcast. Set to 0 for no limit.",
+ "RemoteWAN": "Remote (WAN) Address",
+ "HeaderLastConnectedTo": "Last Connection To",
+ "Version": "Version",
+ "Keyword": "Keyword",
+ "HeaderServerAddress": "Server Address",
+ "HeaderSkipIntro": "تخطي المقدمة",
+ "HeaderCreateRecording": "إنشاء تسجيل",
+ "HeaderAddRecording": "Add Recording",
+ "HeaderChannelAndTime": "Channel and Time",
+ "LabelRecordProgramOrSeriesFrom": "Record a program or series from",
+ "LabelStartTime": "Start time",
+ "LabelEndTime": "End time",
+ "LabelFrequency": "Frequency",
+ "Recurring": "Recurring",
+ "Once": "Once",
+ "Start": "Start",
+ "Unpause": "Unpause",
+ "LabelIntroSkipMode": "Intro skip mode",
+ "ShowSkipIntroButton": "Show 'Skip Intro' button",
+ "AutoSkipIntro": "Automatically skip intros",
+ "DisplayRatingInformationOnVideoPlaybackStart": "Display rating information on video playback start",
+ "DisplayRatingInformationOnVideoPlaybackStartHelp": "The rating information will display briefly when video playback begins.",
+ "IntroSkipModeHelp": "Display a 'Skip Intro' button or automatically skip intros for episodes in which Emby Server has detected intro markers. Intro detection must be enabled in Emby Server library options.",
+ "EnableHomeScreenFocusPreview": "Use a layout on the home screen that shows a detailed preview of the selected item",
+ "EnableHomeScreenFocusPreviewHelp": "This may not work well if your home screen contains a mixture of different media types.",
+ "LabelHideMediaTransportButtons": "Hide video player transport buttons",
+ "HideMediaTransportButtonsHelp": "Create a simpler on-screen playback interface by hiding basic transport buttons such as skip forward, back and pause. You'll still be able to use these functions using arrow keys and OK/Enter. Auto will hide the transport buttons when no mouse usage is detected within the app.",
+ "ImageSizeHelp": "Set your preferred size of image grids.",
+ "LabelImageSize": "Image size",
+ "ThisImageIsOnlyPreview": "This image is only a preview that came from the metadata search engine. The actual image that Emby Server downloads may be different and will depend on the options you've configured in Emby library setup.",
+ "ResultsRangeValue": "{0} to {1} of {2}",
+ "NotificationsDescription": "Setup notifications to stay informed of important events on your Emby Server.",
+ "DeleteEmbyConnectAccount": "Delete Emby Connect Account",
+ "DeleteEmbyConnectAccountHelp": "To delete your Emby Connect account, please sign in to the {0}Emby Community{1} at {2}. Once signed in, then click your username in the top right, then click Account Settings, then click Delete My Account.",
+ "KeepPlayingInBackground": "Keep playing in the background",
+ "LabelVideoBackBehavior": "Video player back button behavior",
+ "HeaderViewLyrics": "View Lyrics",
+ "HeaderViewMissingEpisodes": "View Missing Episodes",
+ "HeaderMissingEpisodes": "Missing Episodes",
+ "HeaderManageAccess": "Manage Access",
+ "HeaderManageCollaboration": "Manage Collaboration",
+ "HeaderLeaveCollaboration": "Leave Collaboration",
+ "HeaderRemoveFromLibrary": "Remove from Library",
+ "RemoveSharedItemConfirmation": "Are you sure you wish to remove this item from your library? In order to get it back the owner will need to grant you access again.",
+ "SubtitlesDownloaded": "Subtitles Downloaded",
+ "HeaderMakePrivate": "Make Private",
+ "HeaderMakePublic": "Make Public",
+ "MakePublicDescription": "All users will be able to view this item. Users can be granted access to edit.",
+ "MakePrivateDescription": "Users can still be granted access individually.",
+ "Private": "Private",
+ "Public": "Public",
+ "Collaborative": "Collaborative",
+ "PreferredShowDisplay": "Preferred TV show display",
+ "ShowAllEpisodesAllSeasons": "Show all episodes of all seasons together",
+ "ShowAllEpisodesSingleSeason": "Show all episodes for only single season shows",
+ "ShowSeasonFolders": "Always show season folders",
+ "HeaderAddAgain": "Add Again",
+ "UpNext": "Up Next",
+ "ItemsAlreadyInPlaylist": "Some of these items are already in your playlist.",
+ "ItemAlreadyInPlaylist": "This item is already in your playlist.",
+ "HeaderPlayChannel": "Play Channel",
+ "LabelScreenOrientationDuringVideo": "Screen orientation during video playback",
+ "UseDeviceSetting": "Use device setting",
+ "LockToLandscape": "Lock to landscape",
+ "UsernameForFolderHelp": "The username required to access this folder on your network (if applicable).",
+ "PasswordForFolderHelp": "The password required to access this folder on your network (if applicable).",
+ "ShowMediaInfoOnDetailScreens": "Show full media at the bottom of audio and video detail screens",
+ "ForgotPasswordNoUserFound": "No users were found with the entered name. Please try again, or leave the name blank to reset the password for all users on this server.",
+ "Silver": "Silver",
+ "DimGray": "Dim Gray",
+ "DarkGray": "Dark Gray",
+ "LightGray": "Light Gray",
+ "Black": "Black",
+ "Blue": "Blue",
+ "Cyan": "Cyan",
+ "Gray": "Gray",
+ "Green": "Green",
+ "Lime": "Lime",
+ "Magenta": "Magenta",
+ "Orange": "Orange",
+ "Pink": "Pink",
+ "Red": "Red",
+ "Yellow": "Yellow",
+ "White": "White",
+ "Purple": "Purple",
+ "RecentlyReleasedMovies": "Recently Released Movies",
+ "RecentlyReleasedEpisodes": "Recently Released Episodes",
+ "DolbyProfile": "Dolby Profile",
+ "IpAddress": "IP Address",
+ "VideoType": "Video Type",
+ "HidePlayedMediaFrom": "Hide Played Media From",
+ "BottomEdgePosition": "Bottom Edge Position",
+ "VerticalPositionFromBottomScreen": "Set the vertical position of the subtitles relative to the bottom of the screen.",
+ "TopEdgePosition": "Top Edge Position",
+ "TopEdgePositionHelp": "Set the highest allowed vertical position of the subtitles relative to the top of the screen. This is used when the subtitles contain positioning instructions to be placed at the top.",
+ "HeaderSubtitlePosition": "Subtitle Position",
+ "TitleProfilePin": "Profile PIN",
+ "ProfilePinConfirm": "Profile PIN (confirm)",
+ "SaveProfilePin": "Save Pin",
+ "ProfilePinDescription": "Create an optional pin to be prompted for entry whenever you return to an Emby app on a device that you've already signed into. This is useful if you have devices that are shared by multiple users. You can choose to enable it selectively on each device as required.",
+ "TitleNewEpisodes": "New Episodes",
+ "EnterYourPinToContinue": "Enter your PIN to continue.",
+ "YourPinMustBe": "Your PIN must be {0} digits.",
+ "ForgotPin": "Forgot PIN?",
+ "RequireEnteringPinToReturn": "Require entering my profile PIN whenever I return to this app.",
+ "RequireEnteringPinToReturnQuestion": "Should we prompt you for your profile PIN whenever you return to this app? If this device is shared by multiple users, your profile PIN can help prevent the other users from accessing your data.",
+ "RequireEnteringPinToReturnHelp": "Useful if this device is shared by multiple users.",
+ "WrongPinPleaseTryAgain": "Whoops, wrong PIN. Please try again.",
+ "ProfilePinIsOn": "Profile PIN is currently on.",
+ "IfTryingToConnectToHttp": "If you're trying to connect to your Emby Server using an HTTP address, your browser may not be allowing this due to HTTPS requirements. Please try one of the following:",
+ "SetupHttpsForYourServer": "Setup {0}HTTPS for your Emby Server{1} so that you can connect using HTTPS.",
+ "TitleUnableToReachServer": "Unable to Reach Server",
+ "TitleUnableToReachName": "Unable to Reach {0}",
+ "HearingImpaired": "Hearing Impaired",
+ "SignIntoServerName": "Sign in to {0}",
+ "About": "About",
+ "Specials": "Specials",
+ "NSettings": "{0} Settings",
+ "NPreferences": "{0} Preferences",
+ "DetailScreenOptions": "Detail Screens",
+ "LabelGenreDisplayLimit": "Genre display limit",
+ "GenreDisplayLimitHelp": "Limit the number of genres displayed at the top of item detail screens.",
+ "GenreDisplayLimitForListsHelp": "Limit the number of genres displayed at the top of playlist, collection and artist detail screens.",
+ "LabelGenreDisplayLimitForLists": "Genre display limit for lists",
+ "ShowPosterOnDetails": "Show a poster on the detail screen",
+ "ShowPosterOnDetailsHelp": "Choose to show a poster on video detail screens, or hide it for a more minimal look that emphasizes the background. This setting is not used on smaller screen layouts. Some item types will ignore this setting.",
+ "EnableAppLogging": "Enable app logging",
+ "EnableAppLoggingHelp": "Logging can degrade app performance and should only be enabled as needed for troubleshooting purposes. Changes require restarting the app.",
+ "LabelSlideshowInterval": "Photo slideshow time per slide",
+ "TVChannelImageEditorHelp": "Multiple logo versions are supported. Emby apps will automatically choose the appropiate one depending on the current theme.",
+ "PlaySlideshow": "Play Slideshow",
+ "CheckForExistingEpisodesInAllLibraries": "Check for existing episodes in all libraries",
+ "GroupNotificationsBySeriesOrAlbum": "Group notifications by series and albums",
+ "ThemeSettings": "Theme Settings",
+ "FollowingActivityWillBeDisrupted": "The following activity will be disrupted and may require manual intervention to restart:",
+ "OneActivePlaybackSession": "1 Active Playback Session",
+ "NumActivePlaybackSessions": "{0} Active Playback Sessions",
+ "OneActiveRecording": "1 Active Recording",
+ "NumActiveRecordings": "{0} Active Recordings",
+ "PlayFromLivePosition": "Play from the live position",
+ "PlayFromStartOfRecording": "Play from the start of the recording",
+ "ThisChannelIsActivelyRecording": "This channel is actively recording. How would you like to begin playing?",
+ "ThemeSongVolume": "Theme song volume",
+ "HeaderForceConversionForFormats": "Force Conversion for Formats",
+ "ForceConversionForFormatsHelp": "Use this to force server-side transcoding or remuxing for formats that don't direct play very well on this device.",
+ "StartupBehavior": "Startup behavior",
+ "RememberLastUser": "Remember last user",
+ "ShowLoginScreen": "Show login screen",
+ "SignInAsValue": "Sign in as {0}",
+ "ConvertUnsupportedAudio": "Convert unsupported surround audio to Dolby Digital",
+ "ConvertUnsupportedAudioHelp": "Avoid downmixing unsupported surround formats to stereo by having Emby Server transcode them to Dolby Digital.",
+ "HeaderPlaybackCorrection": "Playback Correction",
+ "HeaderAttemptPlaybackCorrection": "Attempt Playback Correction",
+ "PlaybackCorrectionConfirm": "Attempt playback correction?",
+ "PlaybackCorrectionDescription": "Is the current item exhibiting a playback problem such as no video or audio? This will try and correct playback issues using server transcoding to convert this file into a more streaming friendly format. This will result in increased resource consumption on this Emby Server.",
+ "PlaybackCorrectionDescription2": "You can do this up to three times per video, where remuxing, video transcoding and audio transcoding are each activated one at a time.",
+ "HeaderAlbumsAsContributingArtist": "Albums as Contributing Artist",
+ "HeaderAlbumsAsComposer": "Albums as Composer",
+ "Duplicates": "Duplicates",
+ "HeaderSleepTimer": "Sleep Timer",
+ "AfterCurrentItem": "After current item",
+ "HeaderStopPlayback": "Stop Playback",
+ "TurnOffTimer": "Turn off timer",
+ "SleepTimerIsSet": "Your sleep timer is set",
+ "SleepTimerIsOff": "Your sleep timer is off",
+ "LabelEnableRemoteControlTVMode": "Display casting and remote control functions",
+ "EnableRemoteControlTVModeHelp": "Enable if you intend to use this device to send media to other devices.",
+ "ShowOnScreenControls": "Show on-screen controls",
+ "LabelVideoScreenUpAction": "Video player up action",
+ "VideoScreenUpActionHelp": "Select the action to take when pressing the up key on the video player screen. This applies when no on-screen controls are currently visible. When controls are already visible, the up key will be used for navigation.",
+ "LabelVideoPlayerLongPressAction": "Video player long press action",
+ "LetsGetSetup": "Let's Get Set Up",
+ "VideoPlayerLongPressActionHelp": "Choose what function or menu is shown when long pressing the OK button during video playback. This only takes effect when the video controls are hidden or the seek bar has focus.",
+ "AskAdminToGetPremiere": "This purchase must be made by the server administrator. Please ask the administrator of this Emby Server to sign in and get Emby Premiere so that you can enjoy access to premium features.",
+ "AutoOpenSingleItemsFolders": "Auto open single items in folder view",
+ "AutoOpenSingleItemsFoldersHelp": "When a folder only contains one item, automatically open that item.",
+ "PlayedOnValue": "Played {0}",
+ "TheseSettingsApplyAppDevice": "These settings apply to all users playing on this device.",
+ "LastContentDateAdded": "Last Content Date Added",
+ "RepeatThemeMedia": "Play themes on repeat",
+ "HideEpisodeSpoilerInfo": "Hide spoiler information from unwatched episodes",
+ "HideEpisodeSpoilerInfoHelp": "Hides the title, overview and image for unwatched episodes on most screens.",
+ "BornValueAge": "Born: {0} (age {1})",
+ "PreferDirectStreamLiveTV": "Prefer direct streaming of Live TV",
+ "PreferDirectStreamLiveTVHelp": "Direct streaming Live TV will reduce resource consumption on your Emby Server but may not be as seekable during playback. Enabling this will direct stream Live TV when the format is supported and is within your configured quality setting. Disable this to enjoy more seeking during playback at the cost of additional resource consumption.",
+ "HeaderAllRecordings": "All Recordings",
+ "RememberLoginDescription": "After signing in, you can use the app settings to configure the startup behavior to remember login, sign in as a specific user, or always show the login screen.",
+ "ForgetThisServer": "Forget This Server",
+ "ForgetServerConfirmation": "Are you sure you wish to forget this server?",
+ "HeaderThisDevice": "This Device",
+ "ChaptersGuide": "Chapters / Live TV Guide",
+ "ChaptersGuideHelp": "Show Chapters for media with chapters. For media without chapters, show the Live TV Guide (when available).",
+ "HeaderShowSeriesImages": "Show Series Images",
+ "AppExitConfirmation": "Are you ready to exit Emby?",
+ "AppExitMenu": "Exit menu",
+ "SideMenu": "Side navigation menu",
+ "SystemStorage": "System storage ({0})"
+}
diff --git a/modules/common/strings/bg.json b/modules/common/strings/bg.json
new file mode 100644
index 0000000..35135e6
--- /dev/null
+++ b/modules/common/strings/bg.json
@@ -0,0 +1,1340 @@
+{
+ "ReplaceExistingThumbnailImages": "Replace existing video preview thumbnails",
+ "ReplaceExistingThumbnailImagesHelp": "All existing video preview thumbnails will be deleted and new ones will be generated, if enabled in the options for the library.",
+ "DateCreated": "Date Created",
+ "CreatedOnValue": "Created {0}",
+ "UpdatedOnValue": "Updated {0}",
+ "EmbyLoginTerms": "Emby е създаден да ви помогне да управлявате вашата лична медийна библиотека, като домашни видеоклипове и снимки. Моля, вижте нашите {0}условия за ползване{1}. Използването на който и да е софтуер на Emby означава приемане на тези условия.",
+ "MessageUnableToConnectToServer": "В момента не можем да се свържем с избрания сървър. Моля, уверете се, че работи и опитайте отново.",
+ "EmbyIntroMessage": "С Emby можете лесно да предавате поточно видео, музика и снимки към смарт телефони, таблети и други устройства от вашия Emby Server.",
+ "HeaderSignInWithConnect": "Влезте с Emby Connect",
+ "HeaderWelcomeToEmby": "Добре дошли в Emby",
+ "HeaderNewUsers": "Нови потребители",
+ "HeaderPleaseSignIn": "Моля, влезте в профила си",
+ "MessageInvalidUser": "Невалидно потребителско име или парола. Моля опитайте отново.",
+ "MessageUnlockAppWithPurchaseOrSupporter": "Отключете тази функция с малка еднократна покупка или с активен абонамент за Emby Premiere.",
+ "MessageUnlockAppWithSupporter": "Отключете тази функция с активен абонамент за Emby Premiere.",
+ "MessageToValidateSupporter": "Ако имате активен абонамент за Emby Premiere, уверете се, че сте настроили Emby Premiere в таблото за управление на Emby Server, до което можете да получите достъп, като щракнете върху Emby Premiere в главното меню.",
+ "ValueSpecialEpisodeName": "Специални - {0}",
+ "HeaderSignIn": "Впиши се",
+ "Share": "Споделяне",
+ "Shared": "Споделено",
+ "Info": "Информация",
+ "Add": "Добавяне",
+ "Speed": "Скорост",
+ "PlaybackSpeed": "Скорост възпр.",
+ "Chapters": "Глави",
+ "Password": "Парола",
+ "SavePassword": "Запис парола",
+ "LabelPassword": "Парола:",
+ "HeaderResetPassword": "Нулиране На Парола",
+ "Series": "Серии",
+ "Preview": "Преглед",
+ "Submit": "Изпращане",
+ "Never": "Никога",
+ "Table": "таблица",
+ "HeaderScheduledTasks": "Scheduled Tasks",
+ "Plays": "Plays",
+ "LastUsedAddressValue": "Последно използван {0}",
+ "LabelKeywordType": "Тип ключова дума:",
+ "HeaderSelectColumns": "Избери колони",
+ "HeaderTopResults": "Резултати",
+ "HeaderPinSidebar": "Фиксиране на страничната лента",
+ "Collapse": "Свиване",
+ "LabelBackgroundVideoPlayback": "Фоново възпроизвеждане на видео:",
+ "BackgroundVideoPlaybackHelp": "Възпроизвеждането във фонов режим позволява видеото да продължи да се възпроизвежда дори когато екранът е изключен.",
+ "AlwaysOn": "Винаги включен",
+ "HeadphonesOrExternalSpeakersConnected": "Свързани слушалки или външни високоговорители",
+ "HeaderKeyboardAndRemote": "Клавиатура и дистанционно",
+ "NoSelectedItemsSupportOperation": "Няма избрани елементи, които поддържат тази операция.",
+ "NoOperationsForSelectedItems": "Няма налични операции за избраните елементи.",
+ "UploadOnlyOnWifi": "Качване само през Wifi",
+ "HeaderFoldersToUpload": "Папки за качване",
+ "LabelPasswordConfirm": "Парола (потвърждаване):",
+ "HeaderMoveUpInOrder": "Преместване нагоре",
+ "HeaderDownUpInOrder": "Преместване надолу",
+ "LabelUsername": "Потребителско име:",
+ "HeaderAddServer": "Добавяне на сървър",
+ "HeaderSubtitleOffset": "Отместване на субтитрите",
+ "Watching": "Watching",
+ "HeaderRemoveFromContinueWatching": "Премахване от Продължаване на гледането",
+ "RemoveThisTitleFromContinueWatching": "Премахване от Продължаване на гледането?",
+ "HeaderRemoveFromContinueListening": "Премахване от Продължете да слушате",
+ "RemoveThisTitleFromContinueListening": "Премахване от Продължете да слушате",
+ "HeaderIncreaseSubtitleOffset": "Увеличете отместването на субтитрите",
+ "HeaderDecreaseSubtitleOffset": "Намалете отместването на субтитрите",
+ "Close": "Затвори",
+ "HeaderSeeAll": "Виж всички",
+ "HeaderOpenInNewWindow": "Отвори в нов прозорец",
+ "LabelEmail": "Имейл:",
+ "LabelHost": "Хост:",
+ "LabelHostHelp": "192.168.1.100 или https://myserver.com",
+ "LabelPort": "Порт:",
+ "Disabled": "Изключен",
+ "Uninstall": "Деинсталиране",
+ "Enable": "Вкл.",
+ "AllTuners": "All Tuners",
+ "Disable": "Изкл.",
+ "NextValue": "Следващ {0}",
+ "HeaderNextItem": "Следващ елемент",
+ "HeaderPreviousItem": "Предишен елемент",
+ "NoTrailersMessage": "Няма намерени трейлъри. За да добавите трейлъри, моля, инсталирайте приставката за трейлъри от {0}каталога на приставки Emby{1}.",
+ "UninstallPluginConfirmation": "Сигурни ли сте, че искате да деинсталирате този плъгин?",
+ "HeaderUninstallPlugin": "Деинсталирайте приставката",
+ "AreYouStillWatching": "Все още ли гледате?",
+ "LabelCurrentPassword": "Текуща парола:",
+ "LabelNewPassword": "Нова парола:",
+ "LabelNewPasswordConfirm": "Потвърждаване на нова парола:",
+ "HeaderRemovePassword": "Премахване На Паролата",
+ "ServerUpdateNeeded": "Сървърът трябва да бъде обновен. Моля, посетете {0}, за да свалите последната версия.",
+ "MessageThankYouForConnectSignUp": "Благодарим ви, че се регистрирахте за Emby Connect. На вашия адрес ще бъде изпратен имейл с инструкции как да потвърдите новия си акаунт. Моля, потвърдете акаунта и след това се върнете тук, за да влезете.",
+ "MessageThankYouForConnectSignUpNoValidation": "Благодарим ви, че се регистрирахте за Emby Connect! Сега ще бъдете помолени да влезете с вашата информация за Emby Connect.",
+ "ErrorMessagePasswordNotMatchConfirm": "Паролата и потвърждението на паролата трябва да съвпадат.",
+ "ErrorMessageUsernameInUse": "Потребителското име е заето. Моля изберете друго име и опитайте отново.",
+ "ErrorMessageEmailInUse": "Имейл адресът вече се използва. Моля, въведете нов имейл адрес и опитайте отново или използвайте функцията за забравена парола.",
+ "HeaderUpcomingOnTV": "Предстоящо по Телевизия на живо",
+ "HeaderOtherShowings": "Други показвания",
+ "Showings": "Показвания",
+ "HeaderConnectToServer": "Свържете се със сървъра",
+ "ConnectToServerManually": "Ръчно свързване със сървъра",
+ "LabelEnterConnectUserNameHelp": "Това е имейл адресът, който сте използвали, за да настроите акаунта си в Emby Connect.",
+ "HeaderSignInError": "Грешка При Вписването",
+ "HeaderManualLogin": "Ръчно Вписване",
+ "PasswordResetConfirmation": "Сигурни ли сте, че искате да занулите паролата си?",
+ "ContactAdminToResetPassword": "Моля, свържете се с вашия системен администратор, за да нулирате паролата си.",
+ "ForgotPasswordInNetworkRequired": "Моля, опитайте отново във вашата домашна мрежа, за да стартирате процеса на повторно задаване на парола.",
+ "ForgotPasswordFileCreated": "Следният файл е създаден на вашия сървър и съдържа инструкции как да продължите:",
+ "ForgotPasswordFileExpiration": "ПИН-кодът за нулиране ще изтече на {0}.",
+ "InvalidForgotPasswordPin": "Въведен е невалиден или изтекъл ПИН. Моля, опитайте отново.",
+ "PasswordResetForUsers": "Паролите са премахнати за следните потребители. За да влезете, влезте с празна парола.",
+ "HeaderForgotPassword": "Забравена Парола?",
+ "ForgotPasswordUsernameHelp": "Въведете потребителското си име ако го помните.",
+ "HeaderPasswordReset": "Нулиране на парола",
+ "AttributeNew": "Нови",
+ "Done": "Готово",
+ "HeaderResetToDefault": "Нулиране до стандартно",
+ "Deinterlacing": "Deinterlacing",
+ "HeaderBurningInSubtitles": "Burning in Subtitles",
+ "Premiere": "Премиера",
+ "LabelPinCode": "ПИН код:",
+ "LabelLocalNetworkPinCode": "ПИН код за локалната мрежа",
+ "LabelLocalNetworkPasswordMode": "Режим на влизане в локална мрежа",
+ "RequirePasswordInLocalNetwork": "Изисквай парола на локалната мрежа",
+ "NoPasswordInLocalNetwork": "Не изисквай парола на локалната мрежа",
+ "PinCodeInLocalNetwork": "Позволи цифрен ПИН код на локалната мрежа",
+ "LocalNetworkPasswordModeHelp": "Изберете метода за влизане за устройства в същата локална мрежа като вашия Emby сървър.",
+ "HeaderLocalNetworkAccess": "Достъп до локална мрежа",
+ "Live": "На живо",
+ "Reset": "Нулиране",
+ "Repeat": "Повтаряне",
+ "Track": "Пътечка",
+ "Tracks": "Пътечки",
+ "HeaderCameraUpload": "Качване от камера",
+ "TrackCount": "{0} Песни",
+ "ItemCount": "{0} елемента",
+ "NumberChannelsValue": "{0} канала",
+ "HeaderLatestMusic": "Най-новата музика",
+ "HeaderLatestAudioBooks": "Най-новите аудио книги",
+ "HeaderLatestDownloadedVideos": "Най-новите изтеглени видеоклипове",
+ "HeaderRecentlyPlayed": "Изпълнени Наскоро",
+ "Recent": "Скорошни",
+ "HeaderFrequentlyPlayed": "Често Изпълнявани",
+ "HeaderMoreLikeThis": "Подобни",
+ "HeaderMoreLikeThisOnLiveTV": "Още като това по Телевизия на живо",
+ "OriginalAirDateValue": "Дата на първоначално излъчване: {0}",
+ "EndsAtValue": "Приключва в {0}",
+ "Date": "Дата",
+ "AirDate": "Дата на излъчване",
+ "Played": "Изпълнено",
+ "Daily": "Ежедневно",
+ "Weekly": "Седмично",
+ "RequireHashMatch": "Изисквай хеш съвпадение",
+ "RequireHashMatchHelp": "Изискването за хеш съвпадение ще филтрира субтитрите, за да включва само тези, които са тествани с точния ви видео файл. Премахването на отметката ще увеличи броя на съответстващите субтитри, но също така ще увеличи шансовете за неправилен или неправилен текст на субтитрите.",
+ "SearchForForcedSubtitlesOnly": "Само вградени субтитри",
+ "SearchForForcedSubtitlesOnlyHelp": "Изискването на допълнителни субтитри ще ограничи резултатите до субтитри, които са маркирани като притежаващи чужд език.",
+ "LastEpisodeDateAdded": "Датата на последния добавен епизод",
+ "LastEpisodeDateAired": "Дата на излизане на последния епизод",
+ "LabelPlaystate": "Статус на възпр.",
+ "Studio": "Студио",
+ "Tag": "Таг",
+ "EpisodeTitle": "Заглавие на епизода",
+ "Audio": "Звук",
+ "Video": "Видео",
+ "Subtitle": "Субтитри",
+ "Image": "Изображение",
+ "CopyStream": "Copy original stream",
+ "LabelAudioLayout": "Звук тип",
+ "LabelAudioCodec": "Звуков кодек",
+ "LabelAudioLanguage": "Език на звука",
+ "LabelSubtitleLanguage": "Език на субтитрите",
+ "LabelVideoCodec": "Видео кодек",
+ "LabelSubtitleCodec": "Кодек на субтитри",
+ "LabelParentalRating": "Родителска оценка",
+ "BecauseYouLikeValue": "Защото харесвате {0}",
+ "BecauseYouWatchedValue": "Защото гледахте {0}",
+ "DirectedByValue": "Режисиран от {0}",
+ "StarringValue": "С участието на {0}",
+ "Invitations": "Покани",
+ "ActorAsRole": "като {0}",
+ "ButtonOk": "Добре",
+ "GroupItemsIntoCollections": "Групирайте елементи в колекции",
+ "GroupItemsIntoCollectionsHelp": "Групирайте елементи въз основа на колекции, към които са добавени. Активирането на определени филтри или редове на сортиране може автоматично да деактивира това.",
+ "GroupItemsIntoTags": "Групирайте елементи в етикети",
+ "GroupItemsIntoTagsHelp": "Групирайте елементи въз основа на етикети, към които са добавени. Активирането на определени филтри или редове на сортиране може автоматично да деактивира това.",
+ "User": "Потребител",
+ "Access": "Достъп",
+ "Users": "Потребители",
+ "Library": "Библиотека",
+ "Devices": "Устройства",
+ "Cancel": "Отказ",
+ "Restart": "Рестартиране",
+ "Shutdown": "Изключване",
+ "Logs": "Логове",
+ "Visibility": "Видимост",
+ "Notifications": "Известия",
+ "SendTestNotification": "Изпрати тестово известие",
+ "NotificationSent": "Известието изпратено",
+ "DeleteNotificationConfirmation": "Сигурни ли сте че искате да изтриете това известие?",
+ "DeleteNotification": "Изтриване известие",
+ "AddNotification": "Добавяне известие",
+ "EditNotification": "Редакция известие",
+ "LimitUserEventsTo": "Лимит на потребителки събития на",
+ "LimitLibraryEventsTo": "Лимит на библиотечни събития на",
+ "LimitDeviceEventsTo": "Лимит на събития от устройството на",
+ "ForAdditionalNotificationOptions": "Допълнителните услуги за уведомяване могат да се инсталират от администратора на сървъра в {0}каталога с добавки{1} на Emby.",
+ "Plugins": "Плъгини",
+ "Systems": "Системи",
+ "Server": "Сървър",
+ "Dashboard": "Табло",
+ "PlayOnAnotherDevice": "Изпълняване на друго устройство",
+ "HeaderConnectionHelp": "Помощ за свързване",
+ "AccessRestrictedTryAgainLater": "Достъпът е временно ограничен. Моля опитайте по-късно.",
+ "ButtonGotIt": "Разбрах",
+ "RememberMe": "Запомни ме",
+ "EmbyServer": "Emby Server",
+ "ManageEmbyServer": "Управление на Емби Сървър",
+ "ShutdownServer": "Изключване на Емби Сървър",
+ "RestartServer": "Рестартиране на Емби Сървър",
+ "RecordingCancelled": "Записването е отказано.",
+ "SeriesCancelled": "Серията е отменена",
+ "Recording": "Запис",
+ "SeriesRecording": "Записване на сериал",
+ "RecordingScheduled": "Планиран запис",
+ "SeriesRecordingScheduled": "Насрочен запис на сериала",
+ "HeaderNewRecording": "Нов запис",
+ "HeaderWakeServer": "Събуди Сървъра",
+ "AttemptingWakeServer": "Прави се опит за събуждане на сървъра. Моля изчакайте...",
+ "WakeServerSuccess": "Успех!",
+ "HeaderCustomizeHomeScreen": "Персонализиране на Началния Екран",
+ "WakeServerError": "Пакетите Wake On LAN бяха изпратени до вашата сървърна машина, но не можем да се свържем с вашия Emby сървър. Вашата машина може да се нуждае от малко повече време, за да се събуди, или Emby Server може да не работи активно на машината.",
+ "Days": "Дни",
+ "Network": "Мрежа",
+ "Networks": "Мрежи",
+ "SortByValue": "Подреждане по {0}",
+ "HeaderSortBy": "Подреждане по",
+ "HeaderPhotoAlbums": "Фото Албуми",
+ "Photos": "Снимки",
+ "HeaderAppearsOn": "Появява се на",
+ "List": "Списък",
+ "HeaderRecordSeries": "Запис на Серия",
+ "HeaderCinemaMode": "Кино интро",
+ "Conversions": "Преобразувания",
+ "Downloads": "Изтегляния",
+ "HeaderManageDownloads": "Управление на изтеглянията",
+ "InternalStorage": "Вградена памет",
+ "ExternalStorage": "Външна памет",
+ "UploadToFollowingServers": "Качване на сървъри",
+ "UploadingNumItems": "Качване на {0} от {1}",
+ "DownloadNumItems": "Изтегля се {0} от {1}",
+ "HeaderSampleRate": "Честота на извадка",
+ "HeaderReferenceFrames": "Референтни кадри",
+ "HeaderBitDepth": "Bit Depth",
+ "HeaderPixelFormat": "Формат На Пикселa",
+ "Profile": "Профил",
+ "Bitrate": "Битрейт",
+ "Expand": "Разширяване",
+ "Container": "Контейнер",
+ "Format": "Формат",
+ "Path": "Път",
+ "Size": "Размер",
+ "Resolution": "Резолюция",
+ "HeaderCodecTag": "Етикет на кодека",
+ "Framerate": "Честота на кадрите",
+ "Interlaced": "Interlaced",
+ "Anamorphic": "Анаморфен",
+ "Level": "Ниво",
+ "Timestamp": "Timestamp",
+ "Language": "Език",
+ "Codec": "Кодек",
+ "Stream": "Поток",
+ "HeaderExtradata": "Допълнителна Информация",
+ "HeaderHardwareAcceleratedTranscoding": "Хардуерно ускорено транскодиране",
+ "HeaderHardwareAcceleratedTranscodingDescription": "Използва Вашето GPU. Emby разполага с най-бързото и разширено хардуерно ускорение в индустрията.",
+ "HeaderOfflineDownloads": "Офлайн Медия",
+ "AndMuchMoreExclamation": "И много повече!",
+ "HeaderOfflineDownloadsDescription": "Изтеглете на вашите устройства за лесна офлайн употреба.",
+ "LiveTvFeatureDescription": "Предавайте Телевизия на живо към всяко приложение на Emby със съвместим телевизионен тунер, инсталиран на вашия Emby сървър.",
+ "DvrFeatureDescription": "Планирайте индивидуални телевизионни записи на живо, записи на сериали и други с Emby DVR.",
+ "CinemaModeFeatureDescription": "Cinema Intros ви дава истинското кино изживяване с трейлъри и персонализирани въведения преди основната функция.",
+ "HeaderFreeApps": "Безплатни Емби Приложения",
+ "FreeAppsFeatureDescription": "Насладете се на свободен достъп до приложенията Emby за вашите устройства.",
+ "HeaderBecomeProjectSupporter": "Вземете премиерното издание на Емби",
+ "HeaderViewServerInfo": "Вижте информация за сървъра",
+ "PlaybackTvModeRequiresEmbyPremiere": "Възпроизвеждането на мултимедия в телевизионен режим изисква активен {0}абонамент за Emby Premiere{1}.",
+ "FeatureRequiresEmbyPremiere": "Тази функция изисква активен {0}абонамент за Emby Premiere{1}.",
+ "HeaderConvertYourRecordings": "Преобразувайте вашите записи",
+ "Record": "Записване",
+ "Save": "Запазване",
+ "Edit": "Редактиране",
+ "HeaderSavePlaylist": "Запазване На Плейлист",
+ "Latest": "Последни",
+ "Download": "Изтегли",
+ "Downloaded": "Изтеглени",
+ "Converted": "Конвертиран",
+ "RemoveFromHistory": "Премахване от историята",
+ "ConfirmRemoveFromHistory": "Премахване на този елемент от историята?",
+ "Downloading": "Изтегляне",
+ "Advanced": "Разширени",
+ "LinkedToEmbyConnect": "Свързан с Emby Connect",
+ "Delete": "Изтриване",
+ "Both": "И двете",
+ "LabelChannelDisplay": "Показване на канал",
+ "HeaderDeleteItem": "Изтриване на елемент",
+ "HeaderDeleteUser": "Изтриване На Потребител",
+ "DeleteItemConfirmation": "Сигурни ли сте, че искате да изтриете {0}?",
+ "DeleteUserConfirmation": "Сигурни ли сте, че искате да изтриете потребителя {0}?",
+ "DeleteUsersConfirmation": "Сигурни ли сте, че искате да изтриете следните потребители: {0}?",
+ "HeaderDeleteDevice": "Изтриване На Устройство",
+ "DeleteDeviceConfirmation": "Сигурни ли сте, че искате да изтриете това устройство? То ще се появи отново следващият път, когато потребител се впише чрез него.",
+ "ConfirmDeleteItem": "Изтриването на този елемент ще го изтрие както от файловата система, така и от вашата медийна библиотека.",
+ "FollowingFilesWillBeDeleted": "Следните папки и файлове ще бъдат изтрити:",
+ "AreYouSureToContinue": "Сигурни ли сте, че искате да продължите?",
+ "Refresh": "Обновяване",
+ "RefreshingMetadataDots": "Метаданните се опресняват...",
+ "ScanningLibraryFilesDots": "Сканиране на библиотечни файлове...",
+ "HeaderFavoritesThenByChannelNumber": "Любими, след това по номер на канал",
+ "HeaderAddToCollection": "Добавяне към Колекция",
+ "HeaderFavoritesThenByTitle": "Любими, след това по заглавие",
+ "HeaderFavoritesThenByDefault": "Любими, след това по подразбиране на каналите",
+ "HeaderDefaultChannelOrder": "Стандартно подреждане на канали",
+ "HeaderAddToFavorites": "Добавяне в Любими",
+ "HeaderRemoveFromFavorites": "Премахване от Любими",
+ "Favorited": "Добавен в Любими",
+ "Unfavorited": "Премахнат от Любими",
+ "HeaderNewCollection": "Нова Колекция",
+ "HeaderNewPlaylist": "Нов Плейлист",
+ "AllCollections": "Всички колекции",
+ "AllPlaylists": "Всички списъци",
+ "Create": "Създаване",
+ "HeaderAddedToPlaylist": "Добавен в списък",
+ "HeaderAddedToCollection": "Добавен в колекция",
+ "OneItemAddedTo": "1 елемент добавен в \"{0}\".",
+ "ItemsAddedTo": "{0} елементи добавени в \"{1}\".",
+ "HeaderAddedToPlayQueue": "Добавен в опашката за възпр.",
+ "HeaderPlayingNext": "Следващ елемент",
+ "Help": "Помощ",
+ "HeaderGetHelp": "Помощ",
+ "LabelTVDisplayMode": "Enable TV display mode",
+ "Desktop": "Работен плот",
+ "Mobile": "Мобилно устройство / Таблет",
+ "Navigation": "Навигация",
+ "HeaderVideoPlayback": "Видео възпр.",
+ "TV": "Телевизор",
+ "HeaderEmbyConnect": "Емби Конект",
+ "Seasons": "Сезони",
+ "OneTrack": "1 пътечка",
+ "OneSeason": "1 Сезон",
+ "Libraries": "Библиотеки",
+ "NumberSeasonsValue": "{0} Сезони",
+ "TVDisplayModeHelp": "Optimize the user interface on this device for display on a TV and input method with a remote control. This is generally not recommended if your primary input method is a mouse or is touch-based.",
+ "LabelDisplayLanguage": "Език на показване:",
+ "LabelDisplayLanguageHelp": "Превеждането на Емби е текущ проект.",
+ "LearnHowYouCanContribute": "Научете как може да помогнете.",
+ "NewCollectionHelp": "Колекциите позволяват да се групират медийни елементи.",
+ "SearchForCollectionInternetMetadata": "Търсене в интернет за картини и метаданни",
+ "DisplayMissingEpisodesWithinSeasons": "Показване на липсващите епизоди в сезоните",
+ "DisplayMissingEpisodesWithinSeasonsHelp": "This must also be enabled for TV libraries in Emby Server setup.",
+ "EnableThemeSongs": "Тематични песни",
+ "EnableBackdrops": "Фонове",
+ "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": "Пускане при стартиране",
+ "ServerStartup": "Server Startup",
+ "EmbyServerOnXHasStarted": "Emby Server on {0} has started.",
+ "LabelScreensaver": "Скрийнсейвър",
+ "LabelSoundEffects": "Звукови ефекти",
+ "LabelName": "Име:",
+ "NewCollectionNameExample": "Пример: Колекция Междузвездни Войни",
+ "MessageItemsAdded": "Items added.",
+ "OptionNew": "Нов...",
+ "LabelPlaylist": "Плейлист:",
+ "AddToPlaylist": "Добавяне към плейлист",
+ "HeaderAddToPlaylist": "Добавяне Към Плейлист",
+ "Subtitles": "Субтитри",
+ "LabelTheme": "Облик:",
+ "LabelSettingsTheme": "Настройки на облика:",
+ "LabelThemeAccentColor": "Accent color",
+ "ThemeAccentColorDescription": "Controls the color of important indicators, icons and text.",
+ "SearchForSubtitles": "Търсене На Субтитри",
+ "LabelLanguage": "Език:",
+ "Search": "Търсене",
+ "NoSubtitleSearchResultsFound": "Няма намерени резултати.",
+ "NoLyricsSearchResultsFound": "No results found. Have you configured {0}lyrics downloading{1}?",
+ "Lyrics": "Lyrics",
+ "SearchForLyrics": "Search for Lyrics",
+ "Finish": "Finish",
+ "File": "Файл",
+ "Exit": "Изход",
+ "Sleep": "Заспиване",
+ "Setup": "Setup",
+ "MessageAreYouSureDeleteSubtitles": "Are you sure you wish to delete this subtitle file?",
+ "ConfirmDeletion": "Confirm Deletion",
+ "MySubtitles": "Моите субтитри",
+ "MessageDownloadQueued": "Download queued.",
+ "HeaderEditSubtitles": "Edit Subtitles",
+ "UnlockGuide": "Unlock Guide",
+ "HeaderRefreshMetadata": "Refresh Metadata",
+ "HeaderRefreshAllMetadata": "Refresh All Metadata",
+ "ReplaceExistingImages": "Replace existing images",
+ "ReplaceExistingImagesHelp": "All existing images will be deleted and new ones will be downloaded based on the options for the library. In some cases this may result in fewer available images than before.",
+ "ReplaceAllMetadata": "Replace all metadata",
+ "SearchForMissingMetadata": "Търсене за лисващи метаданни",
+ "LabelRefreshMode": "Refresh mode",
+ "NoItemsFound": "No items found.",
+ "HeaderSaySomethingLike": "Say Something Like...",
+ "ButtonTryAgain": "Опитайте Отново",
+ "HeaderYouSaid": "You Said...",
+ "MessageWeDidntRecognizeCommand": "We're sorry, we didn't recognize that command.",
+ "MessageIfYouBlockedVoice": "If you denied voice access to the app you'll need to reconfigure before trying again.",
+ "ValueDiscNumber": "Диск {0}",
+ "Unrated": "Unrated",
+ "Favorite": "Любими",
+ "Like": "Харесване",
+ "Dislike": "Нехаресване",
+ "RefreshDialogHelp": "Metadata is updated with new data based on settings and metadata providers that are enabled in Emby library setup.",
+ "Open": "Отваряне",
+ "Play": "Изпълняване",
+ "Pause": "Пауза",
+ "HeaderPlayQueue": "Изпълняване На Опашката",
+ "HeaderAddToPlayQueue": "Add to Play Queue",
+ "Shuffle": "Пускане в разбъркан ред",
+ "Identify": "Разпознаване",
+ "HeaderRemoveIdentification": "Remove Identification",
+ "ResetMetadataConfirmation": "Are you sure you wish to reset all metadata?",
+ "HeaderEditMetadata": "Редактиране на метаданните",
+ "Convert": "Конвертиране",
+ "Resume": "Resume",
+ "HeaderInstantMix": "Instant Mix",
+ "HeaderGoToItem": "Go to Item",
+ "HeaderGoToSeason": "Go to Season",
+ "HeaderGoToSeries": "Go to Series",
+ "HeaderGoToAlbum": "Go to Album",
+ "HeaderGoToArtist": "Go to Artist",
+ "HeaderPlayAll": "Play All",
+ "PictureInPicture": "Picture in picture",
+ "Fullscreen": "Цял екран",
+ "ExitFullscreen": "Изход от цял екран",
+ "Rewind": "Превъртане назад",
+ "FastForward": "Превъртане напред",
+ "Remove": "Премахване",
+ "Rename": "Преименуване",
+ "Queue": "Опашка",
+ "QueueAllFromHere": "Queue all from here",
+ "PlayAllFromHere": "Пускане на всичко от тук",
+ "PlayFromBeginning": "Пускане отначало",
+ "FromBeginning": "Пускане отначало",
+ "ResumeAt": "Продължаване от {0}",
+ "HeaderRemoveFromPlaylist": "Remove from Playlist",
+ "HeaderRemoveFromPlayQueue": "Remove from Play Queue",
+ "HeaderRemoveFromCollection": "Премахване от колекцията",
+ "Sort": "Подреждане",
+ "Trailer": "Трейлър",
+ "SelectNone": "Select None",
+ "SelectAll": "Select All",
+ "HeaderMarkPlayed": "Маркирай като изпълнено",
+ "HeaderMarkUnplayed": "Маркирай като неизпълнено",
+ "HeaderGroupVersions": "Group Versions",
+ "PleaseSelectTwoItems": "Please select at least two items.",
+ "HeaderConfirmRecordingCancellation": "Потвърди Спирането На Записа",
+ "MessageConfirmRecordingCancellation": "Cancel recording?",
+ "Album": "Album",
+ "AlbumArtist": "Album Artist",
+ "Error": "Грешка",
+ "VoiceInput": "Voice Input",
+ "LabelContentType": "Тип на съдържанието:",
+ "LabelPath": "Път:",
+ "Playlists": "Списъци",
+ "LabelTitle": "Заглавие:",
+ "LabelOriginalTitle": "Оригинално заглавие:",
+ "LabelSortTitle": "Sort title",
+ "LabelDateAdded": "Дата на добавяне:",
+ "DateAdded": "Дата на добавяне",
+ "DateModified": "Date Modified",
+ "DatePlayed": "Дата на пускане",
+ "DateLastActive": "Date Last Active",
+ "ConfigureDateAdded": "Configure how date added is determined in the Emby Server dashboard under Library settings",
+ "LabelStatus": "Състояние:",
+ "LabelArtistsHelp": "Отделете няколко с ;",
+ "HeaderAlbumArtists": "Изпълнители на албуми",
+ "LabelAlbumArtists": "Изпълнители на албума:",
+ "LabelAlbum": "Албум:",
+ "Artist": "Artist",
+ "Artists": "Изпълнители",
+ "ImdbRating": "Оценка в IMDb",
+ "CommunityRating": "Обществена ощенка",
+ "LabelCommunityRating": "Обществена оценка",
+ "LabelCriticRating": "Оценка на критиците:",
+ "CriticRating": "Оценка на критиците",
+ "LabelWebsite": "Сайт:",
+ "Tagline": "Tagline",
+ "LabelOverview": "Обобщение:",
+ "LabelShortOverview": "Кратко обобщение:",
+ "LabelReleaseDate": "Дата на издаване:",
+ "LabelPlaceOfBirth": "Рождено място:",
+ "Aired": "Излъчено",
+ "LabelAirDays": "Дни на излъчване:",
+ "LabelAirTime": "Час на излъчване:",
+ "LabelRuntimeMinutes": "Run time (minutes)",
+ "LabelCustomRating": "Оценка по избор:",
+ "LabelOriginalAspectRatio": "Оригинално съотношение:",
+ "Label3DFormat": "Триизмерен формат:",
+ "FormatValue": "Формат: {0}",
+ "DownloadsValue": "{0} изтегляния",
+ "HashMatch": "Hash Match",
+ "EnableExternalVideoPlayers": "Enable external video players",
+ "EnableExternalVideoPlayersHelp": "An external player menu will be shown when starting video playback.",
+ "HeaderSpecialEpisodeInfo": "Special Episode Info",
+ "LabelAirsDuringSeason": "Airs during season",
+ "LabelAirsAfterSeason": "Airs after season",
+ "LabelAirsBeforeEpisode": "Airs before episode",
+ "HeaderExternalIds": "External Ids",
+ "HeaderDisplaySettings": "Настройки на показване",
+ "PlaylistOrder": "Playlist Order",
+ "CollectionOrder": "Collection Order",
+ "LabelDisplayOrder": "Ред на показване:",
+ "LabelFileOrder": "File order",
+ "Display": "Показване",
+ "Countries": "Държави",
+ "Genres": "Жанрове",
+ "Studios": "Студиа",
+ "Tags": "Етикети",
+ "Links": "Links",
+ "Movie": "Movie",
+ "Program": "Program",
+ "Channel": "Channel",
+ "Episode": "Episode",
+ "Season": "Season",
+ "HeaderMetadataSettings": "Настройки на метаданните",
+ "People": "Хора",
+ "Number": "Number",
+ "Lock": "Lock",
+ "HeaderScreenLocked": "Screen Locked",
+ "HeaderUnlockControls": "Unlock Controls",
+ "HeaderTapToUnlock": "Tap to Unlock",
+ "LabelMetadataDownloadLanguage": "Предпочитан език на сваляне:",
+ "LabelImageDownloadLanguage": "Preferred image download language",
+ "LabelLockItemToPreventChanges": "Lock this item to prevent future changes",
+ "LockThisField": "Lock this field to prevent future changes when refreshing metadata",
+ "MessageLeaveEmptyToInherit": "Leave empty to inherit settings from a parent item, or the global default value.",
+ "LabelCountry": "Държава:",
+ "LabelCertificationCountry": "Certification country",
+ "CertificationCountryHelp": "This will influence which content rating system is used.",
+ "LabelDynamicExternalId": "{0} Id",
+ "LabelBirthYear": "Birth year",
+ "LabelBirthDate": "Birth date",
+ "LabelDeathDate": "Death date",
+ "LabelEndDate": "End date",
+ "LabelSeasonNumber": "Номер на сезона:",
+ "LabelEpisodeNumber": "Номер на епизода:",
+ "LabelTrackNumber": "Track number",
+ "LabelNumber": "Number",
+ "LabelDiscNumber": "Disc number",
+ "LabelParentNumber": "Parent number",
+ "SortName": "Sort Title",
+ "OriginalTitle": "Original Title",
+ "ReleaseDate": "Дата на издаване",
+ "Continuing": "Продължаващо",
+ "Ended": "Приключило",
+ "HeaderEnabledFields": "Включени полета",
+ "HeaderEnabledFieldsHelp": "Uncheck a field to lock it and prevent its data from being changed.",
+ "Backdrops": "Фонове",
+ "Images": "Изображения",
+ "Runtime": "Времетраене",
+ "ProductionLocations": "Production locations",
+ "BirthLocation": "Birth location",
+ "ParentalRating": "Родителска оценка",
+ "PlayCount": "Play count",
+ "Name": "Име",
+ "Overview": "Обобщение",
+ "LabelType": "Вид:",
+ "LabelPersonRole": "Роля:",
+ "LabelPersonRoleHelp": "Example: Ice cream truck driver",
+ "Actor": "Актьор",
+ "Composers": "Composers",
+ "Composer": "Съчинител",
+ "Director": "Режисьор",
+ "GuestStar": "Гостуваща звезда",
+ "Producer": "Продуцент",
+ "Writer": "Писател",
+ "MessageNoSyncJobsFound": "Няма изтегляния. Създайте задачи чрез копчетата за сваляне.",
+ "MessageNoDownloadsFound": "No offline downloads. Download your media for offline use by clicking Download throughout the app.",
+ "InstallingPackage": "Инсталиране на {0}",
+ "PackageInstallCompleted": "{0} installation completed.",
+ "PackageInstallFailed": "{0} installation failed.",
+ "PackageInstallCancelled": "{0} installation cancelled.",
+ "SeriesYearToPresent": "{0} - Настояще",
+ "OneDevice": "1 Device",
+ "DeviceCountValue": "{0} Devices",
+ "OneLog": "1 Log",
+ "LogCountValue": "{0} Logs",
+ "OneVote": "1 Vote",
+ "VoteCountValue": "{0} Votes",
+ "OneLike": "1 Like",
+ "LikeCountValue": "{0} Likes",
+ "OneUser": "1 User",
+ "UserCountValue": "{0} Users",
+ "OneLibrary": "1 Library",
+ "LibraryCountValue": "{0} Libraries",
+ "ValueOneItem": "1 Item",
+ "ValueOneEpisode": "1 епизод",
+ "ValueEpisodeCount": "{0} епизода",
+ "Albums": "Албуми",
+ "Song": "Song",
+ "Songs": "Песни",
+ "Authors": "Authors",
+ "Books": "Книги",
+ "AudioBooks": "Audio books",
+ "HeaderAudioBooks": "Audio Books",
+ "HeaderAudioBook": "Audio Book",
+ "HeaderIdentifyItemHelp": "Enter one or more search criteria. Remove criteria to increase search results.",
+ "PleaseEnterNameOrId": "Please enter a name or an external Id.",
+ "MessageItemSaved": "Item saved.",
+ "SearchResults": "Search Results",
+ "ServerNameIsRestarting": "Сървърно издание Емби - {0} се пуска повторно.",
+ "ServerNameIsShuttingDown": "Сървърно издание Емби - {0} се изключва.",
+ "HeaderDeleteItems": "Delete Items",
+ "ConfirmDeleteItems": "Deleting these items will delete them from both the file system and your media library.",
+ "PleaseRestartServerName": "Моля, пуснете сървъра отново - {0}.",
+ "ConvertingDots": "Converting...",
+ "LabelSyncNoTargetsHelp": "It looks like you don't currently have any apps that support offline downloading.",
+ "DownloadingDots": "Изтегляне...",
+ "LearnMore": "Научете повече",
+ "LabelBitrateMbps": "Bitrate (Mbps)",
+ "ConvertUnwatchedVideosOnly": "Convert unplayed videos only",
+ "SyncUnwatchedVideosOnly": "Download unplayed videos only",
+ "ConvertUnwatchedVideosOnlyHelp": "Only videos that are not marked as fully played will be converted.",
+ "SyncUnwatchedVideosOnlyHelp": "Only videos that are not marked as fully played will be downloaded, and videos will be removed from the device as they are fully played.",
+ "AutomaticallySyncNewContent": "Автоматично сваляне на ново съдържание",
+ "AutomaticallySyncNewContentHelp": "New content added to this folder will be automatically downloaded to the device.",
+ "AutomaticallyConvertNewContent": "Automatically convert new content",
+ "AutomaticallyConvertNewContentHelp": "New content added to this folder will be automatically converted.",
+ "LabelItemLimit": "Item limit",
+ "ConvertItemLimitHelp": "Optional. Set a limit to the number of items that will be converted.",
+ "DownloadItemLimitHelp": "Optional. Set a limit to the number of items that will be downloaded.",
+ "PleaseSelectDeviceToSyncTo": "Please select a device to download to.",
+ "Screenshots": "Снимки на екрана",
+ "MoveRight": "Move right",
+ "MoveLeft": "Move left",
+ "HeaderUploadNewImage": "Upload New Image",
+ "HeaderDeleteImage": "Delete Image",
+ "ConfirmDeleteImage": "Изтриване на изображението?",
+ "HeaderEditImages": "Редактиране на изображенията",
+ "Settings": "Настройки",
+ "ShowIndicatorsFor": "Show Indicators",
+ "Episodes": "Епизоди",
+ "Programs": "Програми",
+ "HeaderCastCrew": "Екип и актьори",
+ "DvrSubscriptionRequired": "Emby Live TV & DVR require an active {0}Emby Premiere subscription{1}.",
+ "HeaderCancelRecording": "Cancel Recording",
+ "HeaderKeepRecording": "Keep Recording",
+ "HeaderCancelSeries": "Cancel Series",
+ "HeaderKeepSeries": "Keep Series",
+ "HeaderLearnMore": "Научете повече",
+ "SeriesSettings": "Series settings",
+ "HeaderRecordingOptions": "Recording Options",
+ "HeaderDoNotRecord": "Do not record",
+ "HeaderSeriesOptions": "Series Options",
+ "Layout": "Layout",
+ "Channels": "Channels",
+ "ChannelNameOnly": "Channel {0} only",
+ "Anytime": "Anytime",
+ "AnyLanguage": "Any language",
+ "AroundTime": "Around {0}",
+ "HeaderLatestMovies": "Latest Movies",
+ "All": "All",
+ "Stop": "Stop",
+ "AllChannels": "All channels",
+ "NewEpisodesOnly": "Само нови епизоди",
+ "AllEpisodes": "All episodes",
+ "LabelStartWhenPossible": "Start when possible",
+ "LabelStopWhenPossible": "Stop when possible",
+ "MinutesBefore": "минути преди",
+ "MinutesAfter": "минути след",
+ "SkipEpisodesAlreadyInMyLibrary": "Don't record episodes that are already in my library",
+ "SkipEpisodesAlreadyInMyLibraryHelp": "Episodes will be compared using season and episode numbers, when available.",
+ "LabelKeepUpTo": "Keep up to",
+ "AsManyAsPossible": "As many as possible",
+ "DefaultErrorMessage": "There was an error processing the request. Please try again later.",
+ "UntilIDelete": "Until I delete",
+ "UntilSpaceNeeded": "Until space needed",
+ "Categories": "Categories",
+ "Sports": "Спортни",
+ "News": "Новини",
+ "Movies": "Филми",
+ "Music": "Music",
+ "Kids": "Kids",
+ "MoreFromValue": "More from {0}",
+ "DiedValue": "Died: {0}",
+ "BornValue": "Born: {0}",
+ "EnableColorCodedBackgrounds": "Apply colored backgrounds to shows, based on their category",
+ "SortChannelsBy": "Sort channels by",
+ "ChannelNumber": "Channel Number",
+ "HeaderBenefitsEmbyPremiere": "Предимства на премиерното издание",
+ "ThankYouForTryingEnjoyOneMinute": "Please enjoy one minute of playback. Thank you for trying Emby.",
+ "HeaderTryPlayback": "Try Playback",
+ "HowDidYouPay": "How did you pay?",
+ "IHaveEmbyPremiere": "Имам премиерно издание",
+ "IPurchasedThisApp": "I purchased this app",
+ "ButtonRestorePreviousPurchase": "Restore Purchase",
+ "ButtonUnlockWithPurchase": "Отключване с покупка",
+ "ButtonUnlockPrice": "Отключване на {0}",
+ "EmbyPremiereMonthlyWithPrice": "Emby Premiere Monthly {0}",
+ "HeaderAlreadyPaid": "Already Paid?",
+ "ButtonPlayOneMinute": "Play One Minute",
+ "PlaceFavoriteChannelsAtBeginning": "Place favorite channels at the beginning",
+ "HeaderUnlockFeature": "Отключване на функцията",
+ "MessageDidYouKnowCinemaMode": "Did you know that with Emby Premiere, you can enhance your experience with features like Cinema Intros?",
+ "HeaderPlayMyMedia": "Play my Media",
+ "HeaderDiscoverEmbyPremiere": "Открийте премиерното издание",
+ "HeaderNowPlaying": "Now Playing",
+ "Items": "Items",
+ "AppName": "App Name",
+ "OneChannel": "One channel",
+ "ConfirmRemoveDownload": "Remove download?",
+ "ConfirmRemoveItem": "Remove item?",
+ "RemoveDownload": "Remove Download",
+ "ConfirmCancelConversion": "Cancel conversion?",
+ "CancelConversion": "Cancel Conversion",
+ "KeepDownload": "Keep download",
+ "AddedOnValue": "Добавено на {0}",
+ "RemovingFromDevice": "Removing from device",
+ "KeepOnDevice": "Keep on device",
+ "CancelDownload": "Cancel download",
+ "SyncJobItemStatusReadyToTransfer": "В готовност за прехвърляне",
+ "SyncJobItemStatusSyncedMarkForRemoval": "Премахване от устройството",
+ "SyncJobItemStatusQueued": "В опашка",
+ "SyncJobItemStatusConverting": "Преобразуване",
+ "SyncJobItemStatusTransferring": "Прехвърляне",
+ "SyncJobItemStatusSynced": "Изтеглено",
+ "Failed": "Failed",
+ "SyncJobItemStatusRemovedFromDevice": "Премахнато",
+ "Cancelled": "Cancelled",
+ "Retry": "Retry",
+ "Continue": "Продължаване",
+ "ContinueInSecondsValue": "Продължаване след {0} секунди.",
+ "HeaderRemoteControl": "Remote Control",
+ "Disconnect": "Disconnect",
+ "EnableDisplayMirroring": "Enable display mirroring",
+ "RemoteAccess": "Remote Access",
+ "HeaderPlayOn": "Пускане на",
+ "Quality": "Качество",
+ "Auto": "Автоматично",
+ "AndroidUnlockRestoreHelp": "To restore your previous purchase, please ensure you're signed into the device with the same Google (or Amazon) account that originally made the purchase. Make sure the app store is enabled and not restricted by any parental controls, and ensure you have an active internet connection. You'll only have to do this once to restore your previous purchase.",
+ "HeaderAspectRatio": "Aspect Ratio",
+ "Original": "Original",
+ "Fill": "Fill",
+ "Cover": "Cover",
+ "MessageNoServersAvailableToConnect": "No servers are available to connect to. If you've been invited to share a server, make sure to accept it below or by clicking the link in the email.",
+ "MessagePlayAccessRestricted": "Playback of this content is currently restricted. Please contact your Emby Server administrator for more information.",
+ "Accept": "Accept",
+ "Reject": "Reject",
+ "Connect": "Connect",
+ "HeaderMyMedia": "Моята медия",
+ "HeaderMyMediaSmall": "Моята медия (малък)",
+ "LatestFromLibrary": "Последни {0}",
+ "HeaderLatestEpisodes": "Latest Episodes",
+ "ContinuePlaying": "Продължаване на възпоризвеждането",
+ "ContinueWatching": "Продължаване на гледането",
+ "HeaderLatestChannelMedia": "Latest Channel Items",
+ "HeaderContinueWatching": "Продължаване на гледането",
+ "HeaderContinueListening": "Продължаване на слушането",
+ "HeaderActiveRecordings": "Active Recordings",
+ "HeaderLatestRecordings": "Последни записи",
+ "LabelConvertTo": "Преобразуване в:",
+ "LabelDownloadTo": "Download to",
+ "HeaderDownloadToDots": "Download to...",
+ "Next": "Next",
+ "LabelSource": "Source",
+ "VersionNumber": "Version {0}",
+ "HeaderAllLanguages": "All Languages",
+ "Previous": "Previous",
+ "HeaderNextUp": "Следва",
+ "HeaderPlayNextUp": "Play Next Up",
+ "HeaderLatestFrom": "Latest from {0}",
+ "LabelHomeScreenSectionValue": "Раздел {0} на началния екран:",
+ "PasswordResetComplete": "The password has been reset.",
+ "PasswordSaved": "Password saved.",
+ "SettingsSaved": "Настройките са запазени.",
+ "Upcoming": "Upcoming",
+ "HeaderSelectImageFile": "Select Image File",
+ "None": "Нищо",
+ "More": "More",
+ "Up": "Up",
+ "Down": "Down",
+ "Home": "Начало",
+ "Back": "Back",
+ "Random": "Random",
+ "Playback": "Playback",
+ "Favorites": "Любими",
+ "HeaderHomeScreen": "Начален екран",
+ "HeaderLatestChannelItems": "Latest Channel Items",
+ "HeaderLibraryOrder": "Подредба на библиотеката",
+ "HeaderOnNow": "На живо сега",
+ "HeaderForKids": "For Kids",
+ "HeaderPlaybackError": "Playback Error",
+ "PlaybackErrorNotAllowed": "You're currently not authorized to play this content. Please contact your system administrator for details.",
+ "RateLimitExceeded": "Your account has exceeded the maximum streaming limit set by your Emby Server administrator. Please contact them for assistance.",
+ "PlaybackErrorNoCompatibleStream": "No compatible streams are currently available. Please try again later or contact your system administrator for details.",
+ "PlaybackErrorPlaceHolder": "Please insert the disc in order to play this video.",
+ "PlaybackErrorNoPlayableItems": "No playable items were found. Are you trying to play an empty folder?",
+ "Guide": "Справочник",
+ "Games": "Games",
+ "GameSystem": "Game System",
+ "Suggestions": "Предложения",
+ "HeaderFavoriteChannels": "Favorite Channels",
+ "HeaderFavoriteCollections": "Любими колекции",
+ "HeaderFavoritePlaylists": "Любими списъци",
+ "Collection": "Collection",
+ "Collections": "Колекции",
+ "LabelSelectFolderGroups": "Automatically group content from the following folders into views such as Movies, Music and TV:",
+ "LabelSelectFolderGroupsHelp": "Folders that are unchecked will be displayed by themselves in their own view.",
+ "Mute": "Mute",
+ "Unmute": "Unmute",
+ "Folder": "Folder",
+ "Folders": "Folders",
+ "FileName": "File Name",
+ "DisplayInOtherHomeScreenSections": "Display in secondary home screen sections such as latest media and continue watching",
+ "DisplayInMyMedia": "Display on home screen",
+ "Shows": "Предавания",
+ "MoviesAndShows": "Movies & Shows",
+ "HeaderMusicVideo": "Music Video",
+ "HeaderMusicVideos": "Music Videos",
+ "MusicVideos": "Music videos",
+ "Videos": "Videos",
+ "MixedContent": "Mixed content",
+ "HomeVideos": "Home videos",
+ "HomeVideosAndPhotos": "Home videos & photos",
+ "TVShows": "TV shows",
+ "HeaderLibraryFolders": "Папки на библиотеката",
+ "HeaderTermsOfPurchase": "Terms of Purchase",
+ "PrivacyPolicy": "Privacy policy",
+ "TermsOfUse": "Terms of Use",
+ "HeaderRepeatMode": "Repeat Mode",
+ "HeaderToneMapping": "Tone Mapping",
+ "RepeatOne": "Repeat one",
+ "RepeatAll": "Repeat all",
+ "LabelDefaultScreen": "Default screen",
+ "ConfirmEndPlayerSession": "Would you like to shutdown Emby on {0}?",
+ "Yesterday": "Yesterday",
+ "Yes": "Yes",
+ "No": "No",
+ "HeaderScanLibraryFiles": "Scan Library Files",
+ "LiveTV": "Телевизия на живо",
+ "Schedule": "Разписание",
+ "Recordings": "Recordings",
+ "ScanForNewAndUpdatedFiles": "Scan for new and updated files",
+ "NewVersionOfXAvailableForY": "{0} is Available for {1}",
+ "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",
+ "HeaderHardwareAcceleratedDecoding": "Hardware Accelerated Decoding",
+ "HeaderHardwareAcceleratedEncoding": "Hardware Accelerated Encoding",
+ "HeaderDirectPlay": "Direct Play",
+ "DirectPlaying": "Direct playing",
+ "DirectStreaming": "Direct streaming",
+ "Transcode": "Transcode",
+ "Transcoding": "Transcoding",
+ "ContainerBitrateExceedsLimit": "Reducing bitrate due to quality setting",
+ "VideoCodecNotSupported": "Converting video to compatible codec",
+ "AudioCodecNotSupported": "Converting audio to compatible codec",
+ "SubtitleCodecNotSupported": "Converting subtitles directly into video",
+ "DirectPlayError": "Recovering from playback error",
+ "ContainerNotSupported": "Converting to compatible container",
+ "VideoLevelNotSupported": "Converting to compatible video level",
+ "AudioBitrateNotSupported": "Converting to compatible audio bitrate",
+ "AudioChannelsNotSupported": "Converting to compatible number of audio channels",
+ "VideoResolutionNotSupported": "Converting to compatible video resolution",
+ "AudioProfileNotSupported": "Converting to compatible audio profile",
+ "AudioSampleRateNotSupported": "Converting to compatible audio sample rate",
+ "AnamorphicVideoNotSupported": "Anamorphic video not supported",
+ "InterlacedVideoNotSupported": "Deinterlacing video",
+ "SecondaryAudioNotSupported": "Selecting secondary audio track",
+ "ExternalAudioNotSupported": "Selecting external audio track",
+ "ErrorRemovingEmbyConnectAccount": "There was an error removing the Emby Connect account. Please ensure you have an active internet connection and try again.",
+ "HeaderEmbyAccountRemoved": "Сметката в Емби е премахната",
+ "MessageEmbyAccontRemoved": "The Emby account has been removed from this user.",
+ "HeaderInvitationSent": "Поканата е изпратена",
+ "Offline": "Offline",
+ "HeaderSignUp": "Sign Up",
+ "ServerDownloadMessage": "To download and install the free Emby Server visit {0}",
+ "ServerDownloadMessageWithoutLink": "To download and install the free Emby Server visit the Emby website.",
+ "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": "Сметката в Емби е добавена",
+ "Skip": "Skip",
+ "HeaderAdditionalParts": "Additional Parts",
+ "ButtonGenerateNewPin": "Generate New Pin",
+ "ConnectLoginHelp1": "With Emby Connect you can easily access your Emby Server wherever you are and share servers with your family and friends.",
+ "CreatePinErrorMessage": "An error occurred while creating a pin code. Please click Generate New Pin to try again.",
+ "PinExpiredMessage": "The pin code has expired. Please click Generate New Pin to try again.",
+ "ConnectPinCodeHeader": "To sign in with Emby Connect, use a mobile device or computer to visit {0} and enter the following pin code:",
+ "LabelSubtitlePlaybackMode": "Режим на субтитрите:",
+ "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": "Без субтитри",
+ "Default": "По подразбиране",
+ "Absolute": "Absolute",
+ "Smart": "Умни",
+ "Small": "Малък",
+ "Smaller": "Smaller",
+ "Medium": "Medium",
+ "Large": "Голям",
+ "Larger": "Larger",
+ "ExtraLarge": "Много голям",
+ "ExtraSmall": "Extra small",
+ "Forced": "Forced",
+ "External": "External",
+ "HeaderEmbeddedTitle": "Embedded Title",
+ "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.",
+ "HeaderSubtitleSettings": "Настройки на субтитрите",
+ "HeaderSubtitleAppearance": "Облик на субтитрите",
+ "OnlyForcedSubtitlesHelp": "Only subtitles marked as forced will be loaded.",
+ "AutoSelectHearingImpairedHelp": "Subtitles matching the language preference will be loaded, with a preference given to tracks that are marked as hearing impaired (SDH).",
+ "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": "Предпочитан език на субтитрите:",
+ "LabelTextSize": "Размер на текста:",
+ "TheseSettingsAffectSubtitlesOnThisDevice": "Тези настройки променят субтитрите на текущото устройство",
+ "LabelDropShadow": "Сянка:",
+ "LabelTextBackgroundColor": "Text background color",
+ "LabelWindowBackgroundColor": "Text background color",
+ "LabelFont": "Шрифт:",
+ "LabelTextColor": "Цвят на текста:",
+ "LabelBackgroundColor": "Background color",
+ "LabelBackgroundOpacity": "Background opacity",
+ "Raised": "Raised",
+ "Depressed": "Depressed",
+ "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).",
+ "Normal": "Нормален",
+ "HeaderWaitingForWifi": "Waiting for Wifi",
+ "WifiRequiredToDownload": "Нужна е Wi-Fi връзка за продължаване на свалянето.",
+ "DownloadOnlyOnWifi": "Download only on Wifi",
+ "LabelMusicDownloadQuality": "Music download quality",
+ "MusicDownloadQualityHelp": "Audio files with a higher bitrate will be converted by Emby Server. Select a higher value for better quality, or a lower value to conserve local storage space.",
+ "HeaderDownloadSettings": "Download Settings",
+ "LabelDownloadLocation": "Download location",
+ "BrowseForFolder": "BrowseForFolder",
+ "Unlimited": "Unlimited",
+ "NoLimit": "No limit",
+ "Hide": "Скриване",
+ "HeaderKeepWatching": "Keep Watching",
+ "HeaderNextEpisode": "Next Episode",
+ "AudioBitDepthNotSupported": "Converting to compatible audio bit depth",
+ "VideoBitrateNotSupported": "Converting to compatible video bitrate",
+ "VideoProfileNotSupported": "Converting to compatible video profile",
+ "VideoFramerateNotSupported": "Converting to compatible video framerate",
+ "VideoBitDepthNotSupported": "Converting to compatible video bit depth",
+ "RefFramesNotSupported": "Converting to compatible number of video reference frames",
+ "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.",
+ "HeaderStopRecording": "Stop Recording",
+ "ManageRecording": "Manage recording",
+ "LabelDropImageHere": "Пуснете изображение тук или щракнете за разглеждане.",
+ "MessageFileReadError": "There was an error reading the file. Please try again.",
+ "Browse": "Разглеждане",
+ "HeaderUploadImage": "Качване на изображение",
+ "HeaderAddUpdateImage": "Добавяне/редактиране на изображение",
+ "HeaderShowFields": "Show Fields",
+ "LabelView": "View",
+ "LabelImageType": "Вид изображение:",
+ "Upload": "Качване",
+ "Primary": "Главно",
+ "PrimaryImageBlur": "Primary image blur",
+ "Art": "Картина",
+ "Backdrop": "Фон",
+ "Banner": "Banner",
+ "Box": "Box",
+ "BoxRear": "Box (Rear)",
+ "Disc": "Диск",
+ "Logo": "Логотип",
+ "LogoDark": "Logo (Dark Version)",
+ "LogoLight": "Logo (Light Version)",
+ "LogoLightColor": "Logo (Light with Color)",
+ "Menu": "Меню",
+ "Screenshot": "Снимка на екрана",
+ "Thumb": "Миниатюра",
+ "HeaderAudioSettings": "Настройки на звука",
+ "LabelAudioLanguagePreference": "Предпочитан език на звука:",
+ "LabelPlayDefaultAudioTrack": "Да се пуска първоначалната звукова пътечка независимо от езика",
+ "HeaderVideoQuality": "Качество на видеото",
+ "CinemaModeConfigurationHelp": "Cinema Intros bring the theater experience straight to your living room with the ability to play trailers and custom intros before the main feature.",
+ "ShowUpNextPreview": "Show up next preview",
+ "ShowUpNextPreviewHelp": "Show information for the next item near the end of the current one.",
+ "PlayNextEpisodeAutomatically": "Автоматично пускане на следващия епизод",
+ "LabelMaxChromecastBitrate": "Максимално качество на излъчване:",
+ "LabelSkipBackLength": "Skip back length",
+ "LabelSkipForwardLength": "Skip forward length",
+ "EnableCinemaMode": "Включване на режим \"Киносалон\"",
+ "LabelInternetQuality": "Качество на интернетната връзка:",
+ "LabelCellularQuality": "Remote streaming quality (cellular)",
+ "HeaderMusicQuality": "Качество на музиката",
+ "LabelHomeNetworkQuality": "Качество на домашната мрежа:",
+ "HeaderLatestMedia": "Последни медии",
+ "HeaderRestartingEmbyServer": "Restarting Emby Server",
+ "RestartPleaseWaitMessage": "Please wait while Emby Server shuts down and restarts. This may take a minute or two.",
+ "HeaderPlayNext": "Play Next",
+ "AutoBasedOnLanguageSetting": "Автоматично (според езика)",
+ "SameAsMainTheme": "Same as main theme",
+ "LabelDateTimeLocale": "Местоположение за дата и час:",
+ "Genre": "Genre",
+ "DirectorValue": "Режисьор: {0}",
+ "DirectorsValue": "Режисьори: {0}",
+ "GenreValue": "Жанр: {0}",
+ "GenresValue": "Жанрове: {0}",
+ "TagsValue": "Етикети: {0}",
+ "Off": "Изключено",
+ "Title": "Title",
+ "Year": "Year",
+ "Filter": "Filter",
+ "Filters": "Филтри",
+ "Unplayed": "Непускано",
+ "LabelTVHomeScreen": "TV mode home screen",
+ "Horizontal": "Водоравно",
+ "Vertical": "Отвесно",
+ "HeaderGroupBy": "Group By",
+ "HeaderMediaType": "Media Type",
+ "GroupBySeries": "Group by series",
+ "HeaderVideoType": "Video Type",
+ "HeaderSeriesStatus": "Series Status",
+ "Features": "Features",
+ "Trailers": "Трейлъри",
+ "Extras": "Екстри",
+ "ThemeSongs": "Фонови песни",
+ "ThemeVideos": "Фонови видеоклипове",
+ "HeaderFavoriteMovies": "Любими филми",
+ "HeaderFavoritePhotos": "Favorite Photos",
+ "HeaderFavoriteShows": "Любими предавания",
+ "HeaderFavoriteEpisodes": "Любими епизоди",
+ "HeaderFavoriteVideos": "Любими клипове",
+ "HeaderFavoriteMusicVideos": "Favorite Music Videos",
+ "HeaderFavoriteGames": "Любими игри",
+ "HeaderFavoriteArtists": "Любими изпълнители",
+ "HeaderFavoriteAlbums": "Любими албуми",
+ "HeaderFavoriteSongs": "Любими песни",
+ "HeaderFavoriteAuthors": "Favorite Authors",
+ "HeaderFavoriteAudioBooks": "Favorite Audio Books",
+ "Ascending": "Ascending",
+ "Descending": "Descending",
+ "HeaderColorPrimaries": "Color Primaries",
+ "HeaderColorSpace": "Color Space",
+ "HeaderColorTransfer": "Color Transfer",
+ "HeaderVideoRange": "Video Range",
+ "SeriesDisplayOrderHelp": "Order episodes by air date, dvd order, or absolute numbering.",
+ "LabelVerticalPositionFromBottom": "Vertical position (from bottom)",
+ "HeaderFavoritePeople": "Favorite People",
+ "MultiSelect": "Multi-Select",
+ "HeaderSignOut": "Sign Out",
+ "HeaderSelectServer": "Select Server",
+ "HeaderChangeServer": "Change Server",
+ "HeaderChangeUser": "Change User",
+ "HeaderAppSettings": "App Settings",
+ "HeaderLoginSettings": "Login Settings",
+ "LabelRememberLogin": "Remember login",
+ "LabelAutomaticallySignOut": "Automatically sign out",
+ "BetaTesterMessage": "Thank you for being an Emby beta tester! Please leave feedback in the {0}Testing Area of the Emby Community{1}.",
+ "HardwareAccelerated": "Hardware accelerated",
+ "Software": "Software",
+ "Metadata": "Metadata",
+ "HeaderMediaInfo": "Media Info",
+ "Locked": "Locked",
+ "HeaderSplitVersionsApart": "Split Versions Apart",
+ "Any": "Any",
+ "Admin": "Admin",
+ "HeaderReadMore": "Read More",
+ "CustomRatingHelp": "A custom rating is used for parental control evaluations but is not displayed. The parental rating field is still displayed.",
+ "KeepUpToHelp": "Recordings over the limit are deleted when the next recording begins. Oldest recordings are deleted first, by date added.",
+ "NoItemsMatchingFound": "No items matching your search criteria were found.",
+ "TwoSearchCharsRequired": "Please enter at least two search characters.",
+ "PreventPlaybackContinuing": "Prevent playback from continuing indefinitely by periodically prompting for user input.",
+ "PromptStillWatching": "Enable 'Are You Still Watching?' prompt",
+ "HeaderMissingMetadata": "Missing Metadata",
+ "HeaderIncludedIn": "Included In",
+ "EmbyConnectUserAlreadyLinked": "The Emby Connect user is already linked to another user on this server.",
+ "VideoFilesWillBeConvertedTo": "Converted videos will be saved as {0}.",
+ "VideoWillBeConvertedTo": "Video streams will be converted to {0}, or copied from the original file if they are already {0} and the quality fits within the conversion options.",
+ "VideoWillBeConvertedToOrCopied": "Video streams will be converted to {0}, or copied from the original file if they are any of ({1}), and the quality fits within the conversion options.",
+ "AudioWillBeConvertedTo": "Audio streams will be converted to {0}, or copied from the original file if they are already {0} and the quality fits within the conversion options.",
+ "AudioWillBeConvertedToOrCopied": "Audio streams will be converted to {0}, or copied from the original file if they are any of ({1}), and the quality fits within the conversion options.",
+ "HeaderSpecialKeys": "Special Keys",
+ "FollowingSpecialKeys": "The following special keys are supported on most keyboards and remote controls:",
+ "HeaderDeleteSeries": "Delete Series",
+ "HeaderDeleteLastPlayedEpisode": "Delete Last Played Episode",
+ "HeaderConnectingToServer": "Connecting to Server",
+ "ServerNameValue": "Server name: {0}",
+ "DomainValue": "Domain: {0}",
+ "RatedValue": "Rated {0}",
+ "LocalServerRedirectMessage": "You will now be redirected to the domain owned and operated by the administrator of the server you've chosen to connect to:",
+ "AllMediaOwnedHosted": "All media is hosted and managed by the owner of {0}.",
+ "EnableResolutionSwitching": "Match video resolution",
+ "EnableResolutionSwitchingHelp": "This enables Emby to change the resolution to the same value the video was encoded in before starting playback. This may help minimize the amount of stutter/judder that you might otherwise see when playing videos which do not match up well.",
+ "EnableDisplayRefreshRateSwitching": "Enable display refresh rate switching",
+ "EnableDisplayRefreshRateSwitchingHelp": "This enables Emby to change the display refresh rate to the same value (or multiple of) as the framerate the video was encoded in before starting playback. This may help minimize the amount of stutter/judder that you might otherwise see when playing videos which do not match up well.",
+ "RememberSelectedAudioTracks": "Remember audio track selections",
+ "RememberSelectedSubtitleTracks": "Remember subtitle track selections",
+ "RememberSelectedSubtitleTracksHelp": "Subtitle track selections will be remembered on a per video basis and reapplied when playing the same video again.",
+ "RememberSelectedAudioTracksHelp": "Audio track selections will be remembered on a per video basis and reapplied when playing the same video again.",
+ "ClearSavedTrackSelections": "Clear saved track selections",
+ "HeaderClearTrackSelections": "Clear Saved Track Selections",
+ "QuestionClearSavedTracks": "Clear all saved track selections?",
+ "LabelChannelTags": "Channel tags",
+ "AfterThisPlaysConfirmation": "After this plays, do you want to keep playing or clear the music you previously queued?",
+ "Keep": "Keep",
+ "Clear": "Clear",
+ "HeaderClearFilters": "Clear Filters",
+ "HeaderSearchForImages": "Search for Images",
+ "HeaderSearchNewImage": "Search for a New Image",
+ "HeaderSearchForAnImage": "Search for an Image",
+ "DragDropToReorder": "Drag and Drop to Reorder",
+ "HeaderAddImageFromUrl": "Add Image from URL",
+ "HeaderSetImageFromUrl": "Set Image from URL",
+ "LabelUrl": "Url",
+ "LabelChannelNumber": "Channel number",
+ "LabelGuideDataChannel": "Guide data channel",
+ "GuideDataSource": "Guide Data Source",
+ "HeaderCopyToClipboard": "Copy to Clipboard",
+ "TimeRemainingValue": "{0} remaining",
+ "LabelResumeRewindSeconds": "When resuming, automatically rewind",
+ "ResumeRewindSecondsHelp": "This may help you remember where you left off. This applies to the initial resume and not each individual pause during playback.",
+ "HeaderSavePlayQueueToPlaylist": "Save Play Queue to Playlist",
+ "EnableLogoImagesAsTitle": "Display logo images as titles on detail screens",
+ "EnableLogoImagesAsTitleHelp": "When available, logo images can be used in place of title text on video, series, and other detail screens. The title will fallback to text when a logo image is not available.",
+ "LabelNowPlayingAudioBackgroundStyle": "Now playing audio background style",
+ "LabelNowPlayingVideoBackgroundStyle": "Now playing video background style",
+ "NowPlayingVideoBackgroundStyleHelp": "Determines the background style when remote controlling video playback on another device.",
+ "Rotation": "Rotation",
+ "Minutes": "Minutes",
+ "LabelMaxRecordingLength": "Max recording length",
+ "MaxRecordingLengthHelp": "Limit recordings to a specified amount of time, regardless of the duration of the broadcast. Set to 0 for no limit.",
+ "RemoteWAN": "Remote (WAN) Address",
+ "HeaderLastConnectedTo": "Last Connection To",
+ "Version": "Version",
+ "Keyword": "Keyword",
+ "HeaderServerAddress": "Server Address",
+ "HeaderSkipIntro": "Skip Intro",
+ "HeaderCreateRecording": "Create Recording",
+ "HeaderAddRecording": "Add Recording",
+ "HeaderChannelAndTime": "Channel and Time",
+ "LabelRecordProgramOrSeriesFrom": "Record a program or series from",
+ "LabelStartTime": "Start time",
+ "LabelEndTime": "End time",
+ "LabelFrequency": "Frequency",
+ "Recurring": "Recurring",
+ "Once": "Once",
+ "Start": "Start",
+ "Unpause": "Unpause",
+ "LabelIntroSkipMode": "Intro skip mode",
+ "ShowSkipIntroButton": "Show 'Skip Intro' button",
+ "AutoSkipIntro": "Automatically skip intros",
+ "DisplayRatingInformationOnVideoPlaybackStart": "Display rating information on video playback start",
+ "DisplayRatingInformationOnVideoPlaybackStartHelp": "The rating information will display briefly when video playback begins.",
+ "IntroSkipModeHelp": "Display a 'Skip Intro' button or automatically skip intros for episodes in which Emby Server has detected intro markers. Intro detection must be enabled in Emby Server library options.",
+ "EnableHomeScreenFocusPreview": "Use a layout on the home screen that shows a detailed preview of the selected item",
+ "EnableHomeScreenFocusPreviewHelp": "This may not work well if your home screen contains a mixture of different media types.",
+ "LabelHideMediaTransportButtons": "Hide video player transport buttons",
+ "HideMediaTransportButtonsHelp": "Create a simpler on-screen playback interface by hiding basic transport buttons such as skip forward, back and pause. You'll still be able to use these functions using arrow keys and OK/Enter. Auto will hide the transport buttons when no mouse usage is detected within the app.",
+ "ImageSizeHelp": "Set your preferred size of image grids.",
+ "LabelImageSize": "Image size",
+ "ThisImageIsOnlyPreview": "This image is only a preview that came from the metadata search engine. The actual image that Emby Server downloads may be different and will depend on the options you've configured in Emby library setup.",
+ "ResultsRangeValue": "{0} to {1} of {2}",
+ "NotificationsDescription": "Setup notifications to stay informed of important events on your Emby Server.",
+ "DeleteEmbyConnectAccount": "Delete Emby Connect Account",
+ "DeleteEmbyConnectAccountHelp": "To delete your Emby Connect account, please sign in to the {0}Emby Community{1} at {2}. Once signed in, then click your username in the top right, then click Account Settings, then click Delete My Account.",
+ "KeepPlayingInBackground": "Keep playing in the background",
+ "LabelVideoBackBehavior": "Video player back button behavior",
+ "HeaderViewLyrics": "View Lyrics",
+ "HeaderViewMissingEpisodes": "View Missing Episodes",
+ "HeaderMissingEpisodes": "Missing Episodes",
+ "HeaderManageAccess": "Manage Access",
+ "HeaderManageCollaboration": "Manage Collaboration",
+ "HeaderLeaveCollaboration": "Leave Collaboration",
+ "HeaderRemoveFromLibrary": "Remove from Library",
+ "RemoveSharedItemConfirmation": "Are you sure you wish to remove this item from your library? In order to get it back the owner will need to grant you access again.",
+ "SubtitlesDownloaded": "Subtitles Downloaded",
+ "HeaderMakePrivate": "Make Private",
+ "HeaderMakePublic": "Make Public",
+ "MakePublicDescription": "All users will be able to view this item. Users can be granted access to edit.",
+ "MakePrivateDescription": "Users can still be granted access individually.",
+ "Private": "Private",
+ "Public": "Public",
+ "Collaborative": "Collaborative",
+ "PreferredShowDisplay": "Preferred TV show display",
+ "ShowAllEpisodesAllSeasons": "Show all episodes of all seasons together",
+ "ShowAllEpisodesSingleSeason": "Show all episodes for only single season shows",
+ "ShowSeasonFolders": "Always show season folders",
+ "HeaderAddAgain": "Add Again",
+ "UpNext": "Up Next",
+ "ItemsAlreadyInPlaylist": "Some of these items are already in your playlist.",
+ "ItemAlreadyInPlaylist": "This item is already in your playlist.",
+ "HeaderPlayChannel": "Play Channel",
+ "LabelScreenOrientationDuringVideo": "Screen orientation during video playback",
+ "UseDeviceSetting": "Use device setting",
+ "LockToLandscape": "Lock to landscape",
+ "UsernameForFolderHelp": "The username required to access this folder on your network (if applicable).",
+ "PasswordForFolderHelp": "The password required to access this folder on your network (if applicable).",
+ "ShowMediaInfoOnDetailScreens": "Show full media at the bottom of audio and video detail screens",
+ "ForgotPasswordNoUserFound": "No users were found with the entered name. Please try again, or leave the name blank to reset the password for all users on this server.",
+ "Silver": "Silver",
+ "DimGray": "Dim Gray",
+ "DarkGray": "Dark Gray",
+ "LightGray": "Light Gray",
+ "Black": "Black",
+ "Blue": "Blue",
+ "Cyan": "Cyan",
+ "Gray": "Gray",
+ "Green": "Green",
+ "Lime": "Lime",
+ "Magenta": "Magenta",
+ "Orange": "Orange",
+ "Pink": "Pink",
+ "Red": "Red",
+ "Yellow": "Yellow",
+ "White": "White",
+ "Purple": "Purple",
+ "RecentlyReleasedMovies": "Recently Released Movies",
+ "RecentlyReleasedEpisodes": "Recently Released Episodes",
+ "DolbyProfile": "Dolby Profile",
+ "IpAddress": "IP Address",
+ "VideoType": "Video Type",
+ "HidePlayedMediaFrom": "Hide Played Media From",
+ "BottomEdgePosition": "Bottom Edge Position",
+ "VerticalPositionFromBottomScreen": "Set the vertical position of the subtitles relative to the bottom of the screen.",
+ "TopEdgePosition": "Top Edge Position",
+ "TopEdgePositionHelp": "Set the highest allowed vertical position of the subtitles relative to the top of the screen. This is used when the subtitles contain positioning instructions to be placed at the top.",
+ "HeaderSubtitlePosition": "Subtitle Position",
+ "TitleProfilePin": "Profile PIN",
+ "ProfilePinConfirm": "Profile PIN (confirm)",
+ "SaveProfilePin": "Save Pin",
+ "ProfilePinDescription": "Create an optional pin to be prompted for entry whenever you return to an Emby app on a device that you've already signed into. This is useful if you have devices that are shared by multiple users. You can choose to enable it selectively on each device as required.",
+ "TitleNewEpisodes": "New Episodes",
+ "EnterYourPinToContinue": "Enter your PIN to continue.",
+ "YourPinMustBe": "Your PIN must be {0} digits.",
+ "ForgotPin": "Forgot PIN?",
+ "RequireEnteringPinToReturn": "Require entering my profile PIN whenever I return to this app.",
+ "RequireEnteringPinToReturnQuestion": "Should we prompt you for your profile PIN whenever you return to this app? If this device is shared by multiple users, your profile PIN can help prevent the other users from accessing your data.",
+ "RequireEnteringPinToReturnHelp": "Useful if this device is shared by multiple users.",
+ "WrongPinPleaseTryAgain": "Whoops, wrong PIN. Please try again.",
+ "ProfilePinIsOn": "Profile PIN is currently on.",
+ "IfTryingToConnectToHttp": "If you're trying to connect to your Emby Server using an HTTP address, your browser may not be allowing this due to HTTPS requirements. Please try one of the following:",
+ "SetupHttpsForYourServer": "Setup {0}HTTPS for your Emby Server{1} so that you can connect using HTTPS.",
+ "TitleUnableToReachServer": "Unable to Reach Server",
+ "TitleUnableToReachName": "Unable to Reach {0}",
+ "HearingImpaired": "Hearing Impaired",
+ "SignIntoServerName": "Sign in to {0}",
+ "About": "About",
+ "Specials": "Specials",
+ "NSettings": "{0} Settings",
+ "NPreferences": "{0} Preferences",
+ "DetailScreenOptions": "Detail Screens",
+ "LabelGenreDisplayLimit": "Genre display limit",
+ "GenreDisplayLimitHelp": "Limit the number of genres displayed at the top of item detail screens.",
+ "GenreDisplayLimitForListsHelp": "Limit the number of genres displayed at the top of playlist, collection and artist detail screens.",
+ "LabelGenreDisplayLimitForLists": "Genre display limit for lists",
+ "ShowPosterOnDetails": "Show a poster on the detail screen",
+ "ShowPosterOnDetailsHelp": "Choose to show a poster on video detail screens, or hide it for a more minimal look that emphasizes the background. This setting is not used on smaller screen layouts. Some item types will ignore this setting.",
+ "EnableAppLogging": "Enable app logging",
+ "EnableAppLoggingHelp": "Logging can degrade app performance and should only be enabled as needed for troubleshooting purposes. Changes require restarting the app.",
+ "LabelSlideshowInterval": "Photo slideshow time per slide",
+ "TVChannelImageEditorHelp": "Multiple logo versions are supported. Emby apps will automatically choose the appropiate one depending on the current theme.",
+ "PlaySlideshow": "Play Slideshow",
+ "CheckForExistingEpisodesInAllLibraries": "Check for existing episodes in all libraries",
+ "GroupNotificationsBySeriesOrAlbum": "Group notifications by series and albums",
+ "ThemeSettings": "Theme Settings",
+ "FollowingActivityWillBeDisrupted": "The following activity will be disrupted and may require manual intervention to restart:",
+ "OneActivePlaybackSession": "1 Active Playback Session",
+ "NumActivePlaybackSessions": "{0} Active Playback Sessions",
+ "OneActiveRecording": "1 Active Recording",
+ "NumActiveRecordings": "{0} Active Recordings",
+ "PlayFromLivePosition": "Play from the live position",
+ "PlayFromStartOfRecording": "Play from the start of the recording",
+ "ThisChannelIsActivelyRecording": "This channel is actively recording. How would you like to begin playing?",
+ "ThemeSongVolume": "Theme song volume",
+ "HeaderForceConversionForFormats": "Force Conversion for Formats",
+ "ForceConversionForFormatsHelp": "Use this to force server-side transcoding or remuxing for formats that don't direct play very well on this device.",
+ "StartupBehavior": "Startup behavior",
+ "RememberLastUser": "Remember last user",
+ "ShowLoginScreen": "Show login screen",
+ "SignInAsValue": "Sign in as {0}",
+ "ConvertUnsupportedAudio": "Convert unsupported surround audio to Dolby Digital",
+ "ConvertUnsupportedAudioHelp": "Avoid downmixing unsupported surround formats to stereo by having Emby Server transcode them to Dolby Digital.",
+ "HeaderPlaybackCorrection": "Playback Correction",
+ "HeaderAttemptPlaybackCorrection": "Attempt Playback Correction",
+ "PlaybackCorrectionConfirm": "Attempt playback correction?",
+ "PlaybackCorrectionDescription": "Is the current item exhibiting a playback problem such as no video or audio? This will try and correct playback issues using server transcoding to convert this file into a more streaming friendly format. This will result in increased resource consumption on this Emby Server.",
+ "PlaybackCorrectionDescription2": "You can do this up to three times per video, where remuxing, video transcoding and audio transcoding are each activated one at a time.",
+ "HeaderAlbumsAsContributingArtist": "Albums as Contributing Artist",
+ "HeaderAlbumsAsComposer": "Albums as Composer",
+ "Duplicates": "Duplicates",
+ "HeaderSleepTimer": "Sleep Timer",
+ "AfterCurrentItem": "After current item",
+ "HeaderStopPlayback": "Stop Playback",
+ "TurnOffTimer": "Turn off timer",
+ "SleepTimerIsSet": "Your sleep timer is set",
+ "SleepTimerIsOff": "Your sleep timer is off",
+ "LabelEnableRemoteControlTVMode": "Display casting and remote control functions",
+ "EnableRemoteControlTVModeHelp": "Enable if you intend to use this device to send media to other devices.",
+ "ShowOnScreenControls": "Show on-screen controls",
+ "LabelVideoScreenUpAction": "Video player up action",
+ "VideoScreenUpActionHelp": "Select the action to take when pressing the up key on the video player screen. This applies when no on-screen controls are currently visible. When controls are already visible, the up key will be used for navigation.",
+ "LabelVideoPlayerLongPressAction": "Video player long press action",
+ "LetsGetSetup": "Let's Get Set Up",
+ "VideoPlayerLongPressActionHelp": "Choose what function or menu is shown when long pressing the OK button during video playback. This only takes effect when the video controls are hidden or the seek bar has focus.",
+ "AskAdminToGetPremiere": "This purchase must be made by the server administrator. Please ask the administrator of this Emby Server to sign in and get Emby Premiere so that you can enjoy access to premium features.",
+ "AutoOpenSingleItemsFolders": "Auto open single items in folder view",
+ "AutoOpenSingleItemsFoldersHelp": "When a folder only contains one item, automatically open that item.",
+ "PlayedOnValue": "Played {0}",
+ "TheseSettingsApplyAppDevice": "These settings apply to all users playing on this device.",
+ "LastContentDateAdded": "Last Content Date Added",
+ "RepeatThemeMedia": "Play themes on repeat",
+ "HideEpisodeSpoilerInfo": "Hide spoiler information from unwatched episodes",
+ "HideEpisodeSpoilerInfoHelp": "Hides the title, overview and image for unwatched episodes on most screens.",
+ "BornValueAge": "Born: {0} (age {1})",
+ "PreferDirectStreamLiveTV": "Prefer direct streaming of Live TV",
+ "PreferDirectStreamLiveTVHelp": "Direct streaming Live TV will reduce resource consumption on your Emby Server but may not be as seekable during playback. Enabling this will direct stream Live TV when the format is supported and is within your configured quality setting. Disable this to enjoy more seeking during playback at the cost of additional resource consumption.",
+ "HeaderAllRecordings": "All Recordings",
+ "RememberLoginDescription": "After signing in, you can use the app settings to configure the startup behavior to remember login, sign in as a specific user, or always show the login screen.",
+ "ForgetServerConfirmation": "Are you sure you wish to forget this server?",
+ "ForgetThisServer": "Forget This Server",
+ "HeaderThisDevice": "This Device",
+ "ChaptersGuide": "Chapters / Live TV Guide",
+ "ChaptersGuideHelp": "Show Chapters for media with chapters. For media without chapters, show the Live TV Guide (when available).",
+ "HeaderShowSeriesImages": "Show Series Images",
+ "AppExitConfirmation": "Are you ready to exit Emby?",
+ "AppExitMenu": "Exit menu",
+ "SideMenu": "Side navigation menu",
+ "SystemStorage": "System storage ({0})"
+}
diff --git a/modules/common/strings/ca.json b/modules/common/strings/ca.json
new file mode 100644
index 0000000..d4208ab
--- /dev/null
+++ b/modules/common/strings/ca.json
@@ -0,0 +1,1340 @@
+{
+ "ReplaceExistingThumbnailImages": "Replace existing video preview thumbnails",
+ "ReplaceExistingThumbnailImagesHelp": "All existing video preview thumbnails will be deleted and new ones will be generated, if enabled in the options for the library.",
+ "DateCreated": "Date Created",
+ "CreatedOnValue": "Created {0}",
+ "UpdatedOnValue": "Updated {0}",
+ "EmbyLoginTerms": "Emby està dissenyat per ajudar-te a gestionar la teva biblioteca multimèdia personal, com vídeos casolans i fotos. Consulta els nostres {0}termes d'ús{1}. L'ús de qualsevol programari d'Emby constitueix l'acceptació d'aquests termes.",
+ "MessageUnableToConnectToServer": "Ara mateix no podem connectar amb el servidor seleccionat. Assegura't que està en funcionament i torna-ho a intentar.",
+ "EmbyIntroMessage": "Amb Emby pots transmetre fàcilment vídeos, música i fotos a telèfons intel·ligents, tauletes i altres dispositius des del teu servidor d'Emby.",
+ "HeaderSignInWithConnect": "Iniciar sessió amb Emby Connect",
+ "HeaderWelcomeToEmby": "Benvingut a Emby",
+ "HeaderNewUsers": "Nous Usuaris",
+ "HeaderPleaseSignIn": "Si et plau, inicia sessió",
+ "MessageInvalidUser": "Usuari o contrasenya no vàlids. Si et plau, intenta-ho de nou.",
+ "MessageUnlockAppWithPurchaseOrSupporter": "Activa aquesta funcionalitat amb un únic pagament, o amb una subscripció activa d'Emby Premiere.",
+ "MessageUnlockAppWithSupporter": "Activa aquesta funcionalitat amb una subscripció activa d'Emby Premiere.",
+ "MessageToValidateSupporter": "Si tens una subscripció 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ó d'Emby Premiere al menú principal.",
+ "ValueSpecialEpisodeName": "Especial - {0}",
+ "HeaderSignIn": "Inicia Sessió",
+ "Share": "Comparteix",
+ "Shared": "Compartit",
+ "Info": "Informació",
+ "Add": "Afegeix",
+ "Speed": "Velocitat",
+ "PlaybackSpeed": "Velocitat de Reproducció",
+ "Chapters": "Capítols",
+ "Password": "Contrasenya",
+ "SavePassword": "Desa Contrasenya",
+ "LabelPassword": "Contrasenya",
+ "HeaderResetPassword": "Reiniciar Contrasenya",
+ "Series": "Sèries",
+ "Preview": "Previsualització",
+ "Submit": "Envia",
+ "Never": "Mai",
+ "Table": "Taula",
+ "HeaderScheduledTasks": "Scheduled Tasks",
+ "Plays": "Reproduccions",
+ "LastUsedAddressValue": "Darrer ús {0}",
+ "LabelKeywordType": "Tipus de paraula clau",
+ "HeaderSelectColumns": "Seleccionar col·lumnes",
+ "HeaderTopResults": "Millors resultats",
+ "HeaderPinSidebar": "Fixa la barra lateral",
+ "Collapse": "Redueix",
+ "LabelBackgroundVideoPlayback": "Reproducció de vídeo en segon pla",
+ "BackgroundVideoPlaybackHelp": "La reproducció en segon pla permet que el vídeo continuï reproduint-se fins i tot quan la pantalla està apagada.",
+ "AlwaysOn": "Sempre activat",
+ "HeadphonesOrExternalSpeakersConnected": "Auriculars o altaveus externs connectats",
+ "HeaderKeyboardAndRemote": "Teclat i comandament a distància",
+ "NoSelectedItemsSupportOperation": "No hi ha cap element seleccionat que admeti aquesta operació.",
+ "NoOperationsForSelectedItems": "No hi ha cap operació disponible per als elements seleccionats.",
+ "UploadOnlyOnWifi": "Carrega només amb Wi-Fi",
+ "HeaderFoldersToUpload": "Folders to Upload",
+ "LabelPasswordConfirm": "Contrasenya (confirma-la)",
+ "HeaderMoveUpInOrder": "Mou amunt en ordre",
+ "HeaderDownUpInOrder": "Mou avall en ordre",
+ "LabelUsername": "Nom d'usuari",
+ "HeaderAddServer": "Afegeix Servidor",
+ "HeaderSubtitleOffset": "Desplaçament dels subtítols",
+ "Watching": "Watching",
+ "HeaderRemoveFromContinueWatching": "Elimina de Continua Veient",
+ "RemoveThisTitleFromContinueWatching": "Eliminar-lo de Continua Veient?",
+ "HeaderRemoveFromContinueListening": "Elimina de Continua Escoltant",
+ "RemoveThisTitleFromContinueListening": "Vols eliminar aquest títol de Continua Escoltant?",
+ "HeaderIncreaseSubtitleOffset": "Augmenta el desplaçament dels subtítols",
+ "HeaderDecreaseSubtitleOffset": "Redueix el desplaçament dels subtítols",
+ "Close": "Tanca",
+ "HeaderSeeAll": "Veure tot",
+ "HeaderOpenInNewWindow": "Obre en una nova finestra",
+ "LabelEmail": "Email",
+ "LabelHost": "Amfitrió",
+ "LabelHostHelp": "Exemple: 192.168.1.100 o https://elmeuservidor.cat",
+ "LabelPort": "Port",
+ "Disabled": "Desactivat",
+ "Uninstall": "Desinstal·la",
+ "Enable": "Activa",
+ "AllTuners": "Tots els sintonitzadors",
+ "Disable": "Desactiva",
+ "NextValue": "Següent: {0}",
+ "HeaderNextItem": "Ítem Següent",
+ "HeaderPreviousItem": "Ítem Anterior",
+ "NoTrailersMessage": "No s'ha trobat cap tràiler. Per afegir tràilers, instal·la el complement de tràilers des del {0}catàleg de complements d'Emby{1}.",
+ "UninstallPluginConfirmation": "Estàs segur que vols desinstal·lar aquest complement?",
+ "HeaderUninstallPlugin": "Desinstal·lar Complement",
+ "AreYouStillWatching": "Encara ho estàs veient?",
+ "LabelCurrentPassword": "Contrasenya actual",
+ "LabelNewPassword": "Nova contrasenya",
+ "LabelNewPasswordConfirm": "Confirmació de la nova contrasenya",
+ "HeaderRemovePassword": "Eliminar Contrasenya",
+ "ServerUpdateNeeded": "El Servidor Emby necessita ser actualitzat. Per descarregar la darrera versió, si et plau, visita {0}",
+ "MessageThankYouForConnectSignUp": "Gràcies per registrar-te a Emby Connect. Rebràs un correu electrònic amb instruccions per confirmar el teu nou compte. Confirma'l i després torna aquí per iniciar sessió.",
+ "MessageThankYouForConnectSignUpNoValidation": "Gràcies per registrar-te a Emby Connect! Ara se't demanarà que iniciïs sessió amb la teva informació d'Emby Connect.",
+ "ErrorMessagePasswordNotMatchConfirm": "La contrasenya i la confirmació de la contrasenya han de coincidir.",
+ "ErrorMessageUsernameInUse": "Aquest nom d'usuari ja està en ús. Si et plau, escull un altre nom i torna a provar.",
+ "ErrorMessageEmailInUse": "L'adreça de correu electrònic ja està en ús. Introdueix-ne una de nova i torna-ho a intentar, o utilitza la funció de recuperació de contrasenya.",
+ "HeaderUpcomingOnTV": "Properament a la TV en directe",
+ "HeaderOtherShowings": "Altres emissions",
+ "Showings": "Emissions",
+ "HeaderConnectToServer": "Connectar al Servidor",
+ "ConnectToServerManually": "Connecta al servidor manualment",
+ "LabelEnterConnectUserNameHelp": "Aquesta és l'adreça de correu que vas fer servir quan vas configurar el teu compte d'Emby Connect.",
+ "HeaderSignInError": "Error d'inici de sessió",
+ "HeaderManualLogin": "Inici de Sessió Manual",
+ "PasswordResetConfirmation": "Estàs segur que vols restablir la contrasenya?",
+ "ContactAdminToResetPassword": "Siusplau contacta amb l'adiministrador per restablir la contrasenya.",
+ "ForgotPasswordInNetworkRequired": "Siusplau, intenta-ho de nou dins la teva xarxa domèstica per iniciar el procés de restabliment de contrasenya.",
+ "ForgotPasswordFileCreated": "S'ha creat el fitxer següent al teu servidor i conté instruccions sobre com procedir:",
+ "ForgotPasswordFileExpiration": "El codi de restabliment caducarà a les {0}.",
+ "InvalidForgotPasswordPin": "S'ha introduït un codi no vàlid o caducat. Siusplau, torna-ho a intentar.",
+ "PasswordResetForUsers": "S'han eliminat les contrasenyes dels usuaris següents. Per iniciar sessió, entra sense contrasenya.",
+ "HeaderForgotPassword": "Contrasenya Perduda?",
+ "ForgotPasswordUsernameHelp": "Deixa-ho en blanc si no recordes el teu nom d'usuari.",
+ "HeaderPasswordReset": "Reiniciar Contrasenya",
+ "AttributeNew": "Nou",
+ "Done": "Fet",
+ "HeaderResetToDefault": "Restableix als valors per defecte",
+ "Deinterlacing": "Desentrellaçat",
+ "HeaderBurningInSubtitles": "Incrustació de subtítols",
+ "Premiere": "Première",
+ "LabelPinCode": "Codi pin",
+ "LabelLocalNetworkPinCode": "Codi pin de la xarxa local",
+ "LabelLocalNetworkPasswordMode": "Mode d'inici de sessió a la xarxa local",
+ "RequirePasswordInLocalNetwork": "Requereix una contrasenya a la xarxa local",
+ "NoPasswordInLocalNetwork": "No requereixis contrasenya a la xarxa local",
+ "PinCodeInLocalNetwork": "Permet un codi PIN numèric a la xarxa local",
+ "LocalNetworkPasswordModeHelp": "Selecciona el mètode d'inici de sessió per als dispositius a la mateixa xarxa local que el teu servidor d'Emby.",
+ "HeaderLocalNetworkAccess": "Accés a la Xarxa Local",
+ "Live": "Directe",
+ "Reset": "Reinicia",
+ "Repeat": "Repeteix",
+ "Track": "Pista",
+ "Tracks": "Pistes",
+ "HeaderCameraUpload": "Càrregues de Càmera",
+ "TrackCount": "{0} pistes",
+ "ItemCount": "{0} ítems",
+ "NumberChannelsValue": "{0} Canals",
+ "HeaderLatestMusic": "Darrera Música",
+ "HeaderLatestAudioBooks": "Darrers Audiollibres",
+ "HeaderLatestDownloadedVideos": "Darrers Vídeos Descarregats",
+ "HeaderRecentlyPlayed": "Reproduït Recentment",
+ "Recent": "Recent",
+ "HeaderFrequentlyPlayed": "Reproduït Freqüentment",
+ "HeaderMoreLikeThis": "Coses Semblants",
+ "HeaderMoreLikeThisOnLiveTV": "Coses semblants a TV en directe",
+ "OriginalAirDateValue": "Data original d'emissió: {0}",
+ "EndsAtValue": "Acabaria a les {0}",
+ "Date": "Data",
+ "AirDate": "Data en què s'emet",
+ "Played": "Reproduït",
+ "Daily": "Diari",
+ "Weekly": "Setmanal",
+ "RequireHashMatch": "Requereix una coincidència de hash",
+ "RequireHashMatchHelp": "Requerir una coincidència de hash filtrarà els subtítols per incloure només aquells que s'han provat amb el teu fitxer de vídeo exacte. Si ho desmarques, augmentarà el nombre de subtítols coincidents, però també augmentarà el risc de text desincronitzat o incorrecte.",
+ "SearchForForcedSubtitlesOnly": "Només subtítols forçats",
+ "SearchForForcedSubtitlesOnlyHelp": "Requerir subtítols forçats limitarà els resultats als subtítols etiquetats com a llengua estrangera.",
+ "LastEpisodeDateAdded": "Data del darrer episodi afegit",
+ "LastEpisodeDateAired": "Data de llançament del darrer episodi",
+ "LabelPlaystate": "Estat de reproducció",
+ "Studio": "Estudi",
+ "Tag": "Etiqueta",
+ "EpisodeTitle": "Títol de l'episodi",
+ "Audio": "Àudio",
+ "Video": "Vídeo",
+ "Subtitle": "Subtítol",
+ "Image": "Imatge",
+ "CopyStream": "Copia el flux original",
+ "LabelAudioLayout": "Disposició d'àudio",
+ "LabelAudioCodec": "Còdec d'àudio",
+ "LabelAudioLanguage": "Idioma de l'àudio",
+ "LabelSubtitleLanguage": "Idioma del subtítol",
+ "LabelVideoCodec": "Còdec de vídeo",
+ "LabelSubtitleCodec": "Còdec de subtítols",
+ "LabelParentalRating": "Valoració parental",
+ "BecauseYouLikeValue": "Com que t'agrada {0}",
+ "BecauseYouWatchedValue": "Com que has vist {0}",
+ "DirectedByValue": "Dirigit per {0}",
+ "StarringValue": "Protagonitzat per {0}",
+ "Invitations": "Invitacions",
+ "ActorAsRole": "com {0}",
+ "ButtonOk": "D'acord",
+ "GroupItemsIntoCollections": "Agrupa ítems en col·leccions",
+ "GroupItemsIntoCollectionsHelp": "Agrupa els elements segons les col·leccions a les quals s'han afegit. L'activació de certs filtres o ordres de classificació pot desactivar-ho automàticament.",
+ "GroupItemsIntoTags": "Agrupa els elements en etiquetes",
+ "GroupItemsIntoTagsHelp": "Agrupa els elements segons les etiquetes a les quals s'han afegit. L'activació de certs filtres o ordres de classificació pot desactivar-ho automàticament.",
+ "User": "Usuari",
+ "Access": "Accés",
+ "Users": "Usuaris",
+ "Library": "Biblioteca",
+ "Devices": "Dispositius",
+ "Cancel": "Cancel·la",
+ "Restart": "Reinicia",
+ "Shutdown": "Apaga",
+ "Logs": "Registres",
+ "Visibility": "Visibilitat",
+ "Notifications": "Notificacions",
+ "SendTestNotification": "Envia una notificació de prova",
+ "NotificationSent": "Notificació enviada",
+ "DeleteNotificationConfirmation": "Estàs segur que vols esborrar aquesta notificació?",
+ "DeleteNotification": "Esborra Notificació",
+ "AddNotification": "Afegeix Notificació",
+ "EditNotification": "Edita Notificació",
+ "LimitUserEventsTo": "Limita els esdeveniments de l'usuari a",
+ "LimitLibraryEventsTo": "Limita els esdeveniments de la biblioteca a",
+ "LimitDeviceEventsTo": "Limita els esdeveniments dels dispositius a",
+ "ForAdditionalNotificationOptions": "Serveis de notificació addicionals es poden instal·lar per l'administrador del servidor al {0}catàleg de complements d'Emby{1}.",
+ "Plugins": "Complements",
+ "Systems": "Sistemes",
+ "Server": "Servidor",
+ "Dashboard": "Tauler de Control",
+ "PlayOnAnotherDevice": "Reprodueix en un altre dispositiu",
+ "HeaderConnectionHelp": "Ajuda de Connexió",
+ "AccessRestrictedTryAgainLater": "L'accés està restringit actualment. Intenta-ho de nou més tard si et plau.",
+ "ButtonGotIt": "Entesos",
+ "RememberMe": "Recorda'm",
+ "EmbyServer": "Servidor d'Emby",
+ "ManageEmbyServer": "Gestiona el Servidor d'Emby",
+ "ShutdownServer": "Apaga el Servidor d'Emby",
+ "RestartServer": "Reinicia el Servidor d'Emby",
+ "RecordingCancelled": "Enregistrament cancel·lat",
+ "SeriesCancelled": "Sèrie cancel·lada",
+ "Recording": "Enregistrament",
+ "SeriesRecording": "Enregistrament de sèries",
+ "RecordingScheduled": "Enregistrament programat",
+ "SeriesRecordingScheduled": "Enregistrament de la sèrie programat",
+ "HeaderNewRecording": "Nou Enregistrament",
+ "HeaderWakeServer": "Despertar Servidor",
+ "AttemptingWakeServer": "Intentant engegar el servidor, espera si et plau...",
+ "WakeServerSuccess": "Fet!",
+ "HeaderCustomizeHomeScreen": "Personalitzar Pàgina d'Inici",
+ "WakeServerError": "S'han enviat paquets Wake On LAN a la teva màquina servidor, però no podem connectar amb el teu servidor d'Emby. La màquina pot necessitar més temps per activar-se, o el servidor d'Emby podria no estar en funcionament.",
+ "Days": "Dies",
+ "Network": "Cadena",
+ "Networks": "Networks",
+ "SortByValue": "Endreça per {0}",
+ "HeaderSortBy": "Ordena per",
+ "HeaderPhotoAlbums": "Àlbums de Fotos",
+ "Photos": "Fotos",
+ "HeaderAppearsOn": "Apareix A",
+ "List": "Llista",
+ "HeaderRecordSeries": "Enregistra Sèries",
+ "HeaderCinemaMode": "Introduccions de Cine",
+ "Conversions": "Conversions",
+ "Downloads": "Descàrregues",
+ "HeaderManageDownloads": "Gestiona les descàrregues",
+ "InternalStorage": "Emmagatzematge intern",
+ "ExternalStorage": "Emmagatzematge extern",
+ "UploadToFollowingServers": "Carrega als servidors",
+ "UploadingNumItems": "Carregant {0} de {1}",
+ "DownloadNumItems": "Descarregant {0} de {1}",
+ "HeaderSampleRate": "Freqüència de mostreig",
+ "HeaderReferenceFrames": "Frames de referència",
+ "HeaderBitDepth": "Profunditat de bits",
+ "HeaderPixelFormat": "Format de píxels",
+ "Profile": "Perfil",
+ "Bitrate": "Taxa de bits",
+ "Expand": "Expandeix",
+ "Container": "Contenidor",
+ "Format": "Format",
+ "Path": "Directori",
+ "Size": "Mida",
+ "Resolution": "Resolució",
+ "HeaderCodecTag": "Etiqueta del còdec",
+ "Framerate": "Freqüència de fotogrames",
+ "Interlaced": "Entrellaçat",
+ "Anamorphic": "Anamòrfic",
+ "Level": "Nivell",
+ "Timestamp": "Marca de temps",
+ "Language": "Idioma",
+ "Codec": "Còdec",
+ "Stream": "Stream",
+ "HeaderExtradata": "Extra Data",
+ "HeaderHardwareAcceleratedTranscoding": "Hardware Accelerated Transcoding",
+ "HeaderHardwareAcceleratedTranscodingDescription": "Take advantage of your server GPU. Emby has the most advanced and fastests hardware accelleration in the industry.",
+ "HeaderOfflineDownloads": "Mitjans Sense Connexió",
+ "AndMuchMoreExclamation": "And much more!",
+ "HeaderOfflineDownloadsDescription": "Descarrega mitjans als teus dispositius per a un fàcil ús fora de línia.",
+ "LiveTvFeatureDescription": "Stream Live TV to any Emby app, with a compatible TV tuner device installed on your Emby Server.",
+ "DvrFeatureDescription": "Programa enregistraments de TV en directe individuals, de sèries i molt més amb Emby DVR.",
+ "CinemaModeFeatureDescription": "Cinema Intros give you the true cinema experience with trailers and custom intros before the main feature.",
+ "HeaderFreeApps": "Free Emby Apps",
+ "FreeAppsFeatureDescription": "Enjoy free access to Emby apps for your devices.",
+ "HeaderBecomeProjectSupporter": "Obtenir Emby Premiere",
+ "HeaderViewServerInfo": "Veure informació del servidor",
+ "PlaybackTvModeRequiresEmbyPremiere": "Media playback in TV mode requires an active {0}Emby Premiere subscription{1}.",
+ "FeatureRequiresEmbyPremiere": "This feature requires an active {0}Emby Premiere subscription{1}.",
+ "HeaderConvertYourRecordings": "Convertir Els Teus Enregistraments",
+ "Record": "Grava",
+ "Save": "Desa",
+ "Edit": "Edita",
+ "HeaderSavePlaylist": "Save Playlist",
+ "Latest": "Latest",
+ "Download": "Descarrega",
+ "Downloaded": "Descarregat",
+ "Converted": "Converted",
+ "RemoveFromHistory": "Elimina de l'historial",
+ "ConfirmRemoveFromHistory": "Remove this item from the history?",
+ "Downloading": "Descarregant",
+ "Advanced": "Avançat",
+ "LinkedToEmbyConnect": "Linked to Emby Connect",
+ "Delete": "Esborra",
+ "Both": "Both",
+ "LabelChannelDisplay": "Channel display",
+ "HeaderDeleteItem": "Esborrar Ítem",
+ "HeaderDeleteUser": "Delete User",
+ "DeleteItemConfirmation": "Are you sure you wish to delete {0}?",
+ "DeleteUserConfirmation": "Are you sure you wish to delete user {0}?",
+ "DeleteUsersConfirmation": "Are you sure you wish to delete these {0} users?",
+ "HeaderDeleteDevice": "Delete Device",
+ "DeleteDeviceConfirmation": "Are you sure you wish to delete this device? It will reappear the next time a user signs in with it.",
+ "ConfirmDeleteItem": "Deleting this item will delete it from both the file system and your media library.",
+ "FollowingFilesWillBeDeleted": "The following files and folders will be deleted:",
+ "AreYouSureToContinue": "Are you sure you wish to continue?",
+ "Refresh": "Refresca",
+ "RefreshingMetadataDots": "Refreshing metadata...",
+ "ScanningLibraryFilesDots": "Scanning library files...",
+ "HeaderFavoritesThenByChannelNumber": "Favorites, Then by Channel Number",
+ "HeaderAddToCollection": "Afegeix a col·lecció",
+ "HeaderFavoritesThenByTitle": "Favorites, Then by Title",
+ "HeaderFavoritesThenByDefault": "Favorites, Then by Default Channel Order",
+ "HeaderDefaultChannelOrder": "Default Channel Order",
+ "HeaderAddToFavorites": "Afegeix a preferits",
+ "HeaderRemoveFromFavorites": "Elimina de preferits",
+ "Favorited": "Favorited",
+ "Unfavorited": "Unfavorited",
+ "HeaderNewCollection": "New Collection",
+ "HeaderNewPlaylist": "New Playlist",
+ "AllCollections": "All Collections",
+ "AllPlaylists": "All Playlists",
+ "Create": "Create",
+ "HeaderAddedToPlaylist": "Added to Playlist",
+ "HeaderAddedToCollection": "Added to Collection",
+ "OneItemAddedTo": "1 item added to \"{0}\".",
+ "ItemsAddedTo": "{0} items added to \"{1}\".",
+ "HeaderAddedToPlayQueue": "Afegit a la cua",
+ "HeaderPlayingNext": "Playing Next",
+ "Help": "Ajuda",
+ "HeaderGetHelp": "Get Help",
+ "LabelTVDisplayMode": "Enable TV display mode",
+ "Desktop": "Escriptori",
+ "Mobile": "Mòbil / Tauleta",
+ "Navigation": "Navigation",
+ "HeaderVideoPlayback": "Video Playback",
+ "TV": "TV",
+ "HeaderEmbyConnect": "Emby Connect",
+ "Seasons": "Temporades",
+ "OneTrack": "1 Pista",
+ "OneSeason": "1 Temporada",
+ "Libraries": "Biblioteques",
+ "NumberSeasonsValue": "{0} Temporades",
+ "TVDisplayModeHelp": "Optimize the user interface on this device for display on a TV and input method with a remote control. This is generally not recommended if your primary input method is a mouse or is touch-based.",
+ "LabelDisplayLanguage": "Idioma de visualització",
+ "LabelDisplayLanguageHelp": "La traducció d'Emby és un projecte en curs.",
+ "LearnHowYouCanContribute": "Aprèn com pots contribuir.",
+ "NewCollectionHelp": "Les col·leccions et permeten crear agrupacions personalitzades de pel·lícules i altres continguts.",
+ "SearchForCollectionInternetMetadata": "Cerca a internet artwork i metadades",
+ "DisplayMissingEpisodesWithinSeasons": "Mostra també els episodis que no tingui a les temporades",
+ "DisplayMissingEpisodesWithinSeasonsHelp": "This must also be enabled for TV libraries in Emby Server setup.",
+ "EnableThemeSongs": "Habilita les cançons temàtiques",
+ "EnableBackdrops": "Habilita els fons",
+ "EnableThemeSongsHelp": "Si ho actives, les cançons temàtiques es reproduiran de fons mentre naveguis per la biblioteca.",
+ "EnableBackdropsHelp": "Si ho habilites, es mostraran imatges de fons en algunes pàgines mentre naveguis per la biblioteca.",
+ "EnableThemeVideos": "Enable theme videos",
+ "EnableThemeVideosHelp": "If enabled, theme videos will be played in the background while browsing the library.",
+ "RunAtStartup": "Arrenca en iniciar",
+ "ServerStartup": "Server Startup",
+ "EmbyServerOnXHasStarted": "Emby Server on {0} has started.",
+ "LabelScreensaver": "Salva pantalla",
+ "LabelSoundEffects": "Efectes de so",
+ "LabelName": "Nom",
+ "NewCollectionNameExample": "Exemple: Col·leció Star Wars",
+ "MessageItemsAdded": "Ítems afegits.",
+ "OptionNew": "Nou...",
+ "LabelPlaylist": "Llista de rep.",
+ "AddToPlaylist": "Afegeix a la llista de reproducció",
+ "HeaderAddToPlaylist": "Afegeix a la llista de reproducció",
+ "Subtitles": "Subtítols",
+ "LabelTheme": "Tema",
+ "LabelSettingsTheme": "Settings theme",
+ "LabelThemeAccentColor": "Accent color",
+ "ThemeAccentColorDescription": "Controls the color of important indicators, icons and text.",
+ "SearchForSubtitles": "Cerca Subtítols",
+ "LabelLanguage": "Idioma",
+ "Search": "Cerca",
+ "NoSubtitleSearchResultsFound": "No s'han trobat resultats. Has configurat la {0}descàrrega de subtítols{1}?",
+ "NoLyricsSearchResultsFound": "No results found. Have you configured {0}lyrics downloading{1}?",
+ "Lyrics": "Lyrics",
+ "SearchForLyrics": "Search for Lyrics",
+ "Finish": "Finish",
+ "File": "Fitxer",
+ "Exit": "Exit",
+ "Sleep": "Sleep",
+ "Setup": "Setup",
+ "MessageAreYouSureDeleteSubtitles": "Estàs segur que vols eliminar aquest fitxer de subtítols?",
+ "ConfirmDeletion": "Confirma supressió",
+ "MySubtitles": "Els meus subtítols",
+ "MessageDownloadQueued": "Descàrrega encuada.",
+ "HeaderEditSubtitles": "Edita subtítols",
+ "UnlockGuide": "Guia de desbloqueig",
+ "HeaderRefreshMetadata": "Refresca les metadades",
+ "HeaderRefreshAllMetadata": "Refresh All Metadata",
+ "ReplaceExistingImages": "Reemplaça imatges existents",
+ "ReplaceExistingImagesHelp": "All existing images will be deleted and new ones will be downloaded based on the options for the library. In some cases this may result in fewer available images than before.",
+ "ReplaceAllMetadata": "Reemplaça totes les metadades",
+ "SearchForMissingMetadata": "Cerca metadades perdudes",
+ "LabelRefreshMode": "Mode de refresc",
+ "NoItemsFound": "No s'han trobat ítems.",
+ "HeaderSaySomethingLike": "Digues alguna cosa com...",
+ "ButtonTryAgain": "Intenta-ho de nou",
+ "HeaderYouSaid": "Has dit...",
+ "MessageWeDidntRecognizeCommand": "Ho sentim, no reconeixem aquesta comanda.",
+ "MessageIfYouBlockedVoice": "If you denied voice access to the app you'll need to reconfigure before trying again.",
+ "ValueDiscNumber": "Disc {0}",
+ "Unrated": "Sense valorar",
+ "Favorite": "Favorit",
+ "Like": "M'agrada",
+ "Dislike": "No m'agrada",
+ "RefreshDialogHelp": "Les metadades es refresquen basant-se en les preferències i els proveïdors de metadades que hi hagi habilitats a la teva configuració de la biblioteca d'Emby.",
+ "Open": "Obre",
+ "Play": "Reprodueix",
+ "Pause": "Pause",
+ "HeaderPlayQueue": "Cua de reproducció",
+ "HeaderAddToPlayQueue": "Afegeix a la cua",
+ "Shuffle": "Aleatori",
+ "Identify": "Identifica",
+ "HeaderRemoveIdentification": "Elimina la identificació",
+ "ResetMetadataConfirmation": "Are you sure you wish to reset all metadata?",
+ "HeaderEditMetadata": "Edita metadades",
+ "Convert": "Converteix",
+ "Resume": "Reprendre",
+ "HeaderInstantMix": "Mescla instantània",
+ "HeaderGoToItem": "Go to Item",
+ "HeaderGoToSeason": "Ves a la temporada",
+ "HeaderGoToSeries": "Go to Series",
+ "HeaderGoToAlbum": "Go to Album",
+ "HeaderGoToArtist": "Go to Artist",
+ "HeaderPlayAll": "Reproduir-ho tot",
+ "PictureInPicture": "Picture in picture",
+ "Fullscreen": "Full screen",
+ "ExitFullscreen": "Exit full screen",
+ "Rewind": "Rewind",
+ "FastForward": "Fast-forward",
+ "Remove": "Remove",
+ "Rename": "Rename",
+ "Queue": "Cua",
+ "QueueAllFromHere": "Afegeix tots a la cua des d'aquí",
+ "PlayAllFromHere": "Reprodueix tots des d'aquí",
+ "PlayFromBeginning": "Reprodueix des de l'inici",
+ "FromBeginning": "From Beginning",
+ "ResumeAt": "Reprodueix des de {0}",
+ "HeaderRemoveFromPlaylist": "Elimina de la llista de reproducció",
+ "HeaderRemoveFromPlayQueue": "Elimina de la cua de reproducció",
+ "HeaderRemoveFromCollection": "Elimina de la col·lecció",
+ "Sort": "Endreça",
+ "Trailer": "Tràiler",
+ "SelectNone": "Select None",
+ "SelectAll": "Select All",
+ "HeaderMarkPlayed": "Marca'l com a reproduït",
+ "HeaderMarkUnplayed": "Marca'l com a no reproduït",
+ "HeaderGroupVersions": "Agrupa versions",
+ "PleaseSelectTwoItems": "Please select at least two items.",
+ "HeaderConfirmRecordingCancellation": "Confirmar Cancel·lació de l'Enregistrament",
+ "MessageConfirmRecordingCancellation": "Cancel·lar enregistrament?",
+ "Album": "Àlbum",
+ "AlbumArtist": "Album Artist",
+ "Error": "Error",
+ "VoiceInput": "Entrada de Veu",
+ "LabelContentType": "Tipus de contingut",
+ "LabelPath": "Directori",
+ "Playlists": "Llistes de reproducció",
+ "LabelTitle": "Títol",
+ "LabelOriginalTitle": "Títol original",
+ "LabelSortTitle": "Títol d'endreçat",
+ "LabelDateAdded": "Data en què s'ha afegit",
+ "DateAdded": "Data en què s'ha afegit",
+ "DateModified": "Date Modified",
+ "DatePlayed": "Data en què es s'ha reproduït",
+ "DateLastActive": "Date Last Active",
+ "ConfigureDateAdded": "Configure how date added is determined in the Emby Server dashboard under Library settings",
+ "LabelStatus": "Estat",
+ "LabelArtistsHelp": "Separa'n varis emprant ;",
+ "HeaderAlbumArtists": "Album Artists",
+ "LabelAlbumArtists": "Album artists",
+ "LabelAlbum": "Àlbum",
+ "Artist": "Artist",
+ "Artists": "Artistes",
+ "ImdbRating": "Qualificació d'IMDb",
+ "CommunityRating": "Valoració de la comunitat",
+ "LabelCommunityRating": "Valoració de la comunitat",
+ "LabelCriticRating": "Valoració crítica",
+ "CriticRating": "Valoració crítica",
+ "LabelWebsite": "Website",
+ "Tagline": "Tagline",
+ "LabelOverview": "Sinopsi",
+ "LabelShortOverview": "Sinopsi curta",
+ "LabelReleaseDate": "Data de publicació",
+ "LabelPlaceOfBirth": "Lloc de naixement",
+ "Aired": "Aired",
+ "LabelAirDays": "Air days",
+ "LabelAirTime": "Air time",
+ "LabelRuntimeMinutes": "Durada (minuts)",
+ "LabelCustomRating": "Valoració pròpia",
+ "LabelOriginalAspectRatio": "Relació d'aspecte original",
+ "Label3DFormat": "Format 3D",
+ "FormatValue": "Format: {0}",
+ "DownloadsValue": "{0} descàrregues",
+ "HashMatch": "Hash Match",
+ "EnableExternalVideoPlayers": "Habilitar reproductors de vídeo externs",
+ "EnableExternalVideoPlayersHelp": "An external player menu will be shown when starting video playback.",
+ "HeaderSpecialEpisodeInfo": "Special Episode Info",
+ "LabelAirsDuringSeason": "Airs during season",
+ "LabelAirsAfterSeason": "Airs after season",
+ "LabelAirsBeforeEpisode": "Airs before episode",
+ "HeaderExternalIds": "Identificadors externs",
+ "HeaderDisplaySettings": "Opcions de Visualització",
+ "PlaylistOrder": "Playlist Order",
+ "CollectionOrder": "Collection Order",
+ "LabelDisplayOrder": "Ordre de visualització",
+ "LabelFileOrder": "File order",
+ "Display": "Visualització",
+ "Countries": "Països",
+ "Genres": "Gèneres",
+ "Studios": "Estudis",
+ "Tags": "Etiquetes",
+ "Links": "Enllaços",
+ "Movie": "Movie",
+ "Program": "Program",
+ "Channel": "Channel",
+ "Episode": "Episode",
+ "Season": "Season",
+ "HeaderMetadataSettings": "Preferències de Metadades",
+ "People": "Gent",
+ "Number": "Number",
+ "Lock": "Lock",
+ "HeaderScreenLocked": "Screen Locked",
+ "HeaderUnlockControls": "Unlock Controls",
+ "HeaderTapToUnlock": "Tap to Unlock",
+ "LabelMetadataDownloadLanguage": "Idioma preferit de descàrrega de les metadades",
+ "LabelImageDownloadLanguage": "Preferred image download language",
+ "LabelLockItemToPreventChanges": "Bloca aquest ítem per evitar canvis futurs",
+ "LockThisField": "Lock this field to prevent future changes when refreshing metadata",
+ "MessageLeaveEmptyToInherit": "Leave empty to inherit settings from a parent item, or the global default value.",
+ "LabelCountry": "País",
+ "LabelCertificationCountry": "Certification country",
+ "CertificationCountryHelp": "This will influence which content rating system is used.",
+ "LabelDynamicExternalId": "Identificador {0}",
+ "LabelBirthYear": "Any de naixement",
+ "LabelBirthDate": "Data de naixement",
+ "LabelDeathDate": "Data de defunció",
+ "LabelEndDate": "Data de finalització",
+ "LabelSeasonNumber": "Temporada",
+ "LabelEpisodeNumber": "Episodi",
+ "LabelTrackNumber": "Pista",
+ "LabelNumber": "Nombre",
+ "LabelDiscNumber": "Disc",
+ "LabelParentNumber": "Parent number",
+ "SortName": "Nom per endreçar",
+ "OriginalTitle": "Original Title",
+ "ReleaseDate": "Data de publicació",
+ "Continuing": "Continua",
+ "Ended": "Acabades",
+ "HeaderEnabledFields": "Camps Habilitats",
+ "HeaderEnabledFieldsHelp": "Uncheck a field to lock it and prevent its data from being changed.",
+ "Backdrops": "Fons",
+ "Images": "Imatges",
+ "Runtime": "Durada",
+ "ProductionLocations": "Production locations",
+ "BirthLocation": "Birth location",
+ "ParentalRating": "Valoració parental",
+ "PlayCount": "Nombre de reproduccions",
+ "Name": "Nom",
+ "Overview": "Overview",
+ "LabelType": "Tipus",
+ "LabelPersonRole": "Rol",
+ "LabelPersonRoleHelp": "Exemple: Conductor de camió de gelats",
+ "Actor": "Actor",
+ "Composers": "Compositors",
+ "Composer": "Compositor",
+ "Director": "Director",
+ "GuestStar": "Artista convidat",
+ "Producer": "Productor",
+ "Writer": "Escriptor",
+ "MessageNoSyncJobsFound": "No s'han trobat descàrregues. Crea noves tasques de descàrrega emprant els botons de \"Descarrega\" que trobaràs per tota l'app.",
+ "MessageNoDownloadsFound": "No s'han trobat descàrregues sense connexió. Descarrega mitjans per reproduir sense connexió emprant els botons de \"Descarrega\" que trobaràs per tota l'app.",
+ "InstallingPackage": "Instal·lant {0}",
+ "PackageInstallCompleted": "{0} installation completed.",
+ "PackageInstallFailed": "{0} installation failed.",
+ "PackageInstallCancelled": "Instal·lació {0} cancel·lada.",
+ "SeriesYearToPresent": "{0} - Present",
+ "OneDevice": "1 Device",
+ "DeviceCountValue": "{0} Devices",
+ "OneLog": "1 Log",
+ "LogCountValue": "{0} Logs",
+ "OneVote": "1 Vote",
+ "VoteCountValue": "{0} Votes",
+ "OneLike": "1 Like",
+ "LikeCountValue": "{0} Likes",
+ "OneUser": "1 User",
+ "UserCountValue": "{0} Users",
+ "OneLibrary": "1 Library",
+ "LibraryCountValue": "{0} Libraries",
+ "ValueOneItem": "1 Item",
+ "ValueOneEpisode": "1 episode",
+ "ValueEpisodeCount": "{0} episodis",
+ "Albums": "Àlbums",
+ "Song": "Song",
+ "Songs": "Cançons",
+ "Authors": "Authors",
+ "Books": "Books",
+ "AudioBooks": "Audiollibres",
+ "HeaderAudioBooks": "Audiollibres",
+ "HeaderAudioBook": "Audio Book",
+ "HeaderIdentifyItemHelp": "Enter one or more search criteria. Remove criteria to increase search results.",
+ "PleaseEnterNameOrId": "Please enter a name or an external Id.",
+ "MessageItemSaved": "Ítem desat.",
+ "SearchResults": "Search Results",
+ "ServerNameIsRestarting": "Emby Server - {0} is restarting.",
+ "ServerNameIsShuttingDown": "Emby Server - {0} is shutting down.",
+ "HeaderDeleteItems": "Delete Items",
+ "ConfirmDeleteItems": "Deleting these items will delete them from both the file system and your media library.",
+ "PleaseRestartServerName": "Reinicia el Servidor d'Emby {0} si et plau",
+ "ConvertingDots": "Converting...",
+ "LabelSyncNoTargetsHelp": "It looks like you don't currently have any apps that support offline downloading.",
+ "DownloadingDots": "Descarregant...",
+ "LearnMore": "Saber-ne més",
+ "LabelBitrateMbps": "Bitrate (Mbps)",
+ "ConvertUnwatchedVideosOnly": "Converteix només els vídeos no reproduïts",
+ "SyncUnwatchedVideosOnly": "Descarrega només els vídeos no reproduïts",
+ "ConvertUnwatchedVideosOnlyHelp": "Només es convertiran els vídeos que no estiguin marcats com a completament reproduïts.",
+ "SyncUnwatchedVideosOnlyHelp": "Només els vídeos no marcats com a reproduïts seran descarregats, i els vídeos seran eliminats del dispositiu un cop hagin estat reproduïts.",
+ "AutomaticallySyncNewContent": "Descarrega nou contingut automàticament",
+ "AutomaticallySyncNewContentHelp": "New content added to this folder will be automatically downloaded to the device.",
+ "AutomaticallyConvertNewContent": "Converteix nou contingut automàticament",
+ "AutomaticallyConvertNewContentHelp": "Els nous continguts afegits a aquest directori es convertiran automàticament.",
+ "LabelItemLimit": "Item limit",
+ "ConvertItemLimitHelp": "Optional. Set a limit to the number of items that will be converted.",
+ "DownloadItemLimitHelp": "Optional. Set a limit to the number of items that will be downloaded.",
+ "PleaseSelectDeviceToSyncTo": "Selecciona el dispositiu on ho vulguis descarregar.",
+ "Screenshots": "Captures de pantalla",
+ "MoveRight": "Moure a la dreta",
+ "MoveLeft": "Moure a l'esquerra",
+ "HeaderUploadNewImage": "Upload New Image",
+ "HeaderDeleteImage": "Delete Image",
+ "ConfirmDeleteImage": "Esborrar imatge?",
+ "HeaderEditImages": "Edita Imatges",
+ "Settings": "Preferències",
+ "ShowIndicatorsFor": "Mostra indicadors",
+ "Episodes": "Episodis",
+ "Programs": "Programes",
+ "HeaderCastCrew": "Repartiment i Equip",
+ "DvrSubscriptionRequired": "Emby Live TV & DVR require an active {0}Emby Premiere subscription{1}.",
+ "HeaderCancelRecording": "Cancel·lar Enregistrament",
+ "HeaderKeepRecording": "Continuar Enregistrant",
+ "HeaderCancelSeries": "Cancel·lar Sèries",
+ "HeaderKeepSeries": "Mantenir Sèries",
+ "HeaderLearnMore": "Saber-ne Més",
+ "SeriesSettings": "Preferències de la sèrie",
+ "HeaderRecordingOptions": "Opcions d'Enregistrament",
+ "HeaderDoNotRecord": "No enregistris",
+ "HeaderSeriesOptions": "Opcions de Sèries",
+ "Layout": "Disposició",
+ "Channels": "Canals",
+ "ChannelNameOnly": "Channel {0} only",
+ "Anytime": "Anytime",
+ "AnyLanguage": "Qualsevol idioma",
+ "AroundTime": "Cap a les {0}",
+ "HeaderLatestMovies": "Darreres Pel·lícules",
+ "All": "All",
+ "Stop": "Atura",
+ "AllChannels": "Tots els canals",
+ "NewEpisodesOnly": "Només nous episodis",
+ "AllEpisodes": "Tots els episodis",
+ "LabelStartWhenPossible": "Inicia quan sigui possible",
+ "LabelStopWhenPossible": "Atura quan sigui possible",
+ "MinutesBefore": "minuts abans",
+ "MinutesAfter": "minuts després",
+ "SkipEpisodesAlreadyInMyLibrary": "No enregistris episodis que ja estan a la meva biblioteca",
+ "SkipEpisodesAlreadyInMyLibraryHelp": "Els episodis es compararan emprant la temporada i el nombre d'episodi quan siguin disponibles.",
+ "LabelKeepUpTo": "Mantingues fins a",
+ "AsManyAsPossible": "Tants com sigui possible",
+ "DefaultErrorMessage": "Hi ha hagut un error processant la petició. Intenta-ho més tard si et plau.",
+ "UntilIDelete": "Until I delete",
+ "UntilSpaceNeeded": "Until space needed",
+ "Categories": "Categories",
+ "Sports": "Sports",
+ "News": "Actualitat",
+ "Movies": "Pel·lícules",
+ "Music": "Music",
+ "Kids": "Kids",
+ "MoreFromValue": "More from {0}",
+ "DiedValue": "Died: {0}",
+ "BornValue": "Born: {0}",
+ "EnableColorCodedBackgrounds": "Apply colored backgrounds to shows, based on their category",
+ "SortChannelsBy": "Sort channels by",
+ "ChannelNumber": "Channel Number",
+ "HeaderBenefitsEmbyPremiere": "Benefits of Emby Premiere",
+ "ThankYouForTryingEnjoyOneMinute": "Please enjoy one minute of playback. Thank you for trying Emby.",
+ "HeaderTryPlayback": "Try Playback",
+ "HowDidYouPay": "How did you pay?",
+ "IHaveEmbyPremiere": "I have Emby Premiere",
+ "IPurchasedThisApp": "I purchased this app",
+ "ButtonRestorePreviousPurchase": "Restaura Compra",
+ "ButtonUnlockWithPurchase": "Unlock with Purchase",
+ "ButtonUnlockPrice": "Unlock {0}",
+ "EmbyPremiereMonthlyWithPrice": "Emby Premiere Monthly {0}",
+ "HeaderAlreadyPaid": "Already Paid?",
+ "ButtonPlayOneMinute": "Play One Minute",
+ "PlaceFavoriteChannelsAtBeginning": "Place favorite channels at the beginning",
+ "HeaderUnlockFeature": "Unlock Feature",
+ "MessageDidYouKnowCinemaMode": "Did you know that with Emby Premiere, you can enhance your experience with features like Cinema Intros?",
+ "HeaderPlayMyMedia": "Play my Media",
+ "HeaderDiscoverEmbyPremiere": "Discover Emby Premiere",
+ "HeaderNowPlaying": "Reproduïnt",
+ "Items": "Items",
+ "AppName": "App Name",
+ "OneChannel": "One channel",
+ "ConfirmRemoveDownload": "Remove download?",
+ "ConfirmRemoveItem": "Remove item?",
+ "RemoveDownload": "Remove Download",
+ "ConfirmCancelConversion": "Cancel conversion?",
+ "CancelConversion": "Cancel Conversion",
+ "KeepDownload": "Keep download",
+ "AddedOnValue": "Afegit el {0}",
+ "RemovingFromDevice": "Eliminant del dispositiu",
+ "KeepOnDevice": "Mantingues al dispositiu",
+ "CancelDownload": "Cancel·la descàrrega",
+ "SyncJobItemStatusReadyToTransfer": "Llest per transferir",
+ "SyncJobItemStatusSyncedMarkForRemoval": "Eliminant del dispositiu",
+ "SyncJobItemStatusQueued": "Encuat",
+ "SyncJobItemStatusConverting": "Convertint",
+ "SyncJobItemStatusTransferring": "Transferint",
+ "SyncJobItemStatusSynced": "Descarregat",
+ "Failed": "Failed",
+ "SyncJobItemStatusRemovedFromDevice": "Eliminat del dispositiu",
+ "Cancelled": "Cancelled",
+ "Retry": "Reintenta",
+ "Continue": "Continua",
+ "ContinueInSecondsValue": "Continua en {0} segons",
+ "HeaderRemoteControl": "Control Remot",
+ "Disconnect": "Desconnecta",
+ "EnableDisplayMirroring": "Habilita la vista de mirall",
+ "RemoteAccess": "Remote Access",
+ "HeaderPlayOn": "Play On",
+ "Quality": "Qualitat",
+ "Auto": "Auto",
+ "AndroidUnlockRestoreHelp": "To restore your previous purchase, please ensure you're signed into the device with the same Google (or Amazon) account that originally made the purchase. Make sure the app store is enabled and not restricted by any parental controls, and ensure you have an active internet connection. You'll only have to do this once to restore your previous purchase.",
+ "HeaderAspectRatio": "Relació d'aspecte",
+ "Original": "Original",
+ "Fill": "Omplir",
+ "Cover": "Cover",
+ "MessageNoServersAvailableToConnect": "No servers are available to connect to. If you've been invited to share a server, make sure to accept it below or by clicking the link in the email.",
+ "MessagePlayAccessRestricted": "Playback of this content is currently restricted. Please contact your Emby Server administrator for more information.",
+ "Accept": "Accepta",
+ "Reject": "Rebutja",
+ "Connect": "Connecta",
+ "HeaderMyMedia": "Els meus mitjans",
+ "HeaderMyMediaSmall": "Els meus mitjans (petit)",
+ "LatestFromLibrary": "Novetats a {0}",
+ "HeaderLatestEpisodes": "Darrers Episodis",
+ "ContinuePlaying": "Continue playing",
+ "ContinueWatching": "Continua Veient",
+ "HeaderLatestChannelMedia": "Latest Channel Items",
+ "HeaderContinueWatching": "Continua Veient",
+ "HeaderContinueListening": "Continua Escoltant",
+ "HeaderActiveRecordings": "Enregistraments Actius",
+ "HeaderLatestRecordings": "Darrers Enregistraments",
+ "LabelConvertTo": "Convertir a",
+ "LabelDownloadTo": "Descarrega a",
+ "HeaderDownloadToDots": "Descarrega a...",
+ "Next": "Next",
+ "LabelSource": "Source",
+ "VersionNumber": "Versió {0}",
+ "HeaderAllLanguages": "All Languages",
+ "Previous": "Previous",
+ "HeaderNextUp": "A continuació",
+ "HeaderPlayNextUp": "Play Next Up",
+ "HeaderLatestFrom": "Novetats a {0}",
+ "LabelHomeScreenSectionValue": "Secció {0} de la pàgina d'inici",
+ "PasswordResetComplete": "The password has been reset.",
+ "PasswordSaved": "Password saved.",
+ "SettingsSaved": "Preferències desades.",
+ "Upcoming": "Upcoming",
+ "HeaderSelectImageFile": "Select Image File",
+ "None": "Cap",
+ "More": "Més",
+ "Up": "Amunt",
+ "Down": "Avall",
+ "Home": "Inici",
+ "Back": "Back",
+ "Random": "Random",
+ "Playback": "Reproducció",
+ "Favorites": "Preferits",
+ "HeaderHomeScreen": "Pàgina d'Inici",
+ "HeaderLatestChannelItems": "Darrers ítems del canal",
+ "HeaderLibraryOrder": "Ordre de la Biblioteca",
+ "HeaderOnNow": "En Directe Ara",
+ "HeaderForKids": "For Kids",
+ "HeaderPlaybackError": "Error de Reproducció",
+ "PlaybackErrorNotAllowed": "You're currently not authorized to play this content. Please contact your system administrator for details.",
+ "RateLimitExceeded": "Your account has exceeded the maximum streaming limit set by your Emby Server administrator. Please contact them for assistance.",
+ "PlaybackErrorNoCompatibleStream": "No compatible streams are currently available. Please try again later or contact your system administrator for details.",
+ "PlaybackErrorPlaceHolder": "Please insert the disc in order to play this video.",
+ "PlaybackErrorNoPlayableItems": "No playable items were found. Are you trying to play an empty folder?",
+ "Guide": "Guia",
+ "Games": "Games",
+ "GameSystem": "Game System",
+ "Suggestions": "Suggerències",
+ "HeaderFavoriteChannels": "Favorite Channels",
+ "HeaderFavoriteCollections": "Col·leccions Preferides",
+ "HeaderFavoritePlaylists": "Llistes de Reproducció Preferides",
+ "Collection": "Collection",
+ "Collections": "Col·leccions",
+ "LabelSelectFolderGroups": "Agrupa automàticament el contingut de les següents carpetes en col·leccions com Pel·lícules, Música i TV:",
+ "LabelSelectFolderGroupsHelp": "Les carpetes desmarcades seran mostrades individualment en la seva pròpia vista.",
+ "Mute": "Mute",
+ "Unmute": "Unmute",
+ "Folder": "Folder",
+ "Folders": "Directoris",
+ "FileName": "File Name",
+ "DisplayInOtherHomeScreenSections": "Display in secondary home screen sections such as latest media and continue watching",
+ "DisplayInMyMedia": "Mostra-ho a la pàgina d'inici",
+ "Shows": "Programes",
+ "MoviesAndShows": "Movies & Shows",
+ "HeaderMusicVideo": "Music Video",
+ "HeaderMusicVideos": "Music Videos",
+ "MusicVideos": "Music videos",
+ "Videos": "Videos",
+ "MixedContent": "Mixed content",
+ "HomeVideos": "Home videos",
+ "HomeVideosAndPhotos": "Home videos & photos",
+ "TVShows": "Programes de TV",
+ "HeaderLibraryFolders": "Directoris de la Biblioteca",
+ "HeaderTermsOfPurchase": "Terms of Purchase",
+ "PrivacyPolicy": "Privacy policy",
+ "TermsOfUse": "Terms of Use",
+ "HeaderRepeatMode": "Repeat Mode",
+ "HeaderToneMapping": "Tone Mapping",
+ "RepeatOne": "Repeat one",
+ "RepeatAll": "Repeat all",
+ "LabelDefaultScreen": "Pantalla per defecte",
+ "ConfirmEndPlayerSession": "Would you like to shutdown Emby on {0}?",
+ "Yesterday": "Yesterday",
+ "Yes": "Sí",
+ "No": "No",
+ "HeaderScanLibraryFiles": "Escaneja els fitxers de la biblioteca",
+ "LiveTV": "TV en Directe",
+ "Schedule": "Horari",
+ "Recordings": "Enregistraments",
+ "ScanForNewAndUpdatedFiles": "Escaneja fitxers nous i modificats",
+ "NewVersionOfXAvailableForY": "{0} is Available for {1}",
+ "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",
+ "HeaderHardwareAcceleratedDecoding": "Hardware Accelerated Decoding",
+ "HeaderHardwareAcceleratedEncoding": "Hardware Accelerated Encoding",
+ "HeaderDirectPlay": "Direct Play",
+ "DirectPlaying": "Direct playing",
+ "DirectStreaming": "Direct streaming",
+ "Transcode": "Transcode",
+ "Transcoding": "Transcoding",
+ "ContainerBitrateExceedsLimit": "Reducing bitrate due to quality setting",
+ "VideoCodecNotSupported": "Convertint vídeo a còdec compatible",
+ "AudioCodecNotSupported": "Convertint àudio a còdec compatible",
+ "SubtitleCodecNotSupported": "Convertint subtítols directament al vídeo",
+ "DirectPlayError": "Recovering from playback error",
+ "ContainerNotSupported": "Convertint a contenidor suportat",
+ "VideoLevelNotSupported": "Converting to compatible video level",
+ "AudioBitrateNotSupported": "Convertint a taxa de bits d'àudio compatible",
+ "AudioChannelsNotSupported": "Convertint a un nombre compatible de canals d'àudio",
+ "VideoResolutionNotSupported": "Converting to compatible video resolution",
+ "AudioProfileNotSupported": "Convertint a un perfil d'àudio compatible",
+ "AudioSampleRateNotSupported": "Convertint a una freqüència de mostreig d'àudio compatible",
+ "AnamorphicVideoNotSupported": "Anamorphic video not supported",
+ "InterlacedVideoNotSupported": "Desentrellaçant vídeo",
+ "SecondaryAudioNotSupported": "Seleccionant pista d'àudio secundària",
+ "ExternalAudioNotSupported": "Selecting external audio track",
+ "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",
+ "Offline": "Sense connexió",
+ "HeaderSignUp": "Sign Up",
+ "ServerDownloadMessage": "To download and install the free Emby Server visit {0}",
+ "ServerDownloadMessageWithoutLink": "To download and install the free Emby Server visit the Emby website.",
+ "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",
+ "Skip": "Skip",
+ "HeaderAdditionalParts": "Additional Parts",
+ "ButtonGenerateNewPin": "Generate New Pin",
+ "ConnectLoginHelp1": "With Emby Connect you can easily access your Emby Server wherever you are and share servers with your family and friends.",
+ "CreatePinErrorMessage": "An error occurred while creating a pin code. Please click Generate New Pin to try again.",
+ "PinExpiredMessage": "The pin code has expired. Please click Generate New Pin to try again.",
+ "ConnectPinCodeHeader": "To sign in with Emby Connect, use a mobile device or computer to visit {0} and enter the following pin code:",
+ "LabelSubtitlePlaybackMode": "Mode de subtítol",
+ "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": "Sense subtítols",
+ "Default": "Per defecte",
+ "Absolute": "Absolute",
+ "Smart": "Smart",
+ "Small": "Small",
+ "Smaller": "Smaller",
+ "Medium": "Medium",
+ "Large": "Large",
+ "Larger": "Larger",
+ "ExtraLarge": "Extra large",
+ "ExtraSmall": "Extra small",
+ "Forced": "Forçats",
+ "External": "Extern",
+ "HeaderEmbeddedTitle": "Títol incrustat",
+ "OnlyForcedSubtitles": "Només subtítols forçats",
+ "AlwaysPlaySubtitles": "Reprodueix sempre amb subtítols",
+ "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.",
+ "HeaderSubtitleSettings": "Preferències de subtítols",
+ "HeaderSubtitleAppearance": "Apariència de subtítols",
+ "OnlyForcedSubtitlesHelp": "Només es carregaran aquells subtítols marcats com a forçats.",
+ "AutoSelectHearingImpairedHelp": "Subtitles matching the language preference will be loaded, with a preference given to tracks that are marked as hearing impaired (SDH).",
+ "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": "Idioma preferit de subtítols",
+ "LabelTextSize": "Text size",
+ "TheseSettingsAffectSubtitlesOnThisDevice": "Aquestes preferències afecten els subtítols d'aquest dispositiu",
+ "LabelDropShadow": "Drop shadow",
+ "LabelTextBackgroundColor": "Text background color",
+ "LabelWindowBackgroundColor": "Text background color",
+ "LabelFont": "Font",
+ "LabelTextColor": "Text color",
+ "LabelBackgroundColor": "Background color",
+ "LabelBackgroundOpacity": "Background opacity",
+ "Raised": "Raised",
+ "Depressed": "Depressed",
+ "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).",
+ "Normal": "Normal",
+ "HeaderWaitingForWifi": "Esperant Wifi",
+ "WifiRequiredToDownload": "Es requereix una connexió Wifi per continuar descarregant.",
+ "DownloadOnlyOnWifi": "Download only on Wifi",
+ "LabelMusicDownloadQuality": "Music download quality",
+ "MusicDownloadQualityHelp": "Audio files with a higher bitrate will be converted by Emby Server. Select a higher value for better quality, or a lower value to conserve local storage space.",
+ "HeaderDownloadSettings": "Preferències de descàrregues",
+ "LabelDownloadLocation": "Download location",
+ "BrowseForFolder": "BrowseForFolder",
+ "Unlimited": "Unlimited",
+ "NoLimit": "Sense límit",
+ "Hide": "Amaga",
+ "HeaderKeepWatching": "Keep Watching",
+ "HeaderNextEpisode": "Next Episode",
+ "AudioBitDepthNotSupported": "Converting to compatible audio bit depth",
+ "VideoBitrateNotSupported": "Converting to compatible video bitrate",
+ "VideoProfileNotSupported": "Converting to compatible video profile",
+ "VideoFramerateNotSupported": "Converting to compatible video framerate",
+ "VideoBitDepthNotSupported": "Converting to compatible video bit depth",
+ "RefFramesNotSupported": "Converting to compatible number of video reference frames",
+ "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.",
+ "HeaderStopRecording": "Atura l'enregistrament",
+ "ManageRecording": "Manage recording",
+ "LabelDropImageHere": "Drag and drop image here, or click to select an image to upload.",
+ "MessageFileReadError": "There was an error reading the file. Please try again.",
+ "Browse": "Browse",
+ "HeaderUploadImage": "Upload Image",
+ "HeaderAddUpdateImage": "Add/Update Image",
+ "HeaderShowFields": "Mostra Camps",
+ "LabelView": "View",
+ "LabelImageType": "Image type",
+ "Upload": "Upload",
+ "Primary": "Primary",
+ "PrimaryImageBlur": "Primary image blur",
+ "Art": "Art",
+ "Backdrop": "Backdrop",
+ "Banner": "Banner",
+ "Box": "Box",
+ "BoxRear": "Box (Rear)",
+ "Disc": "Disc",
+ "Logo": "Logo",
+ "LogoDark": "Logo (Dark Version)",
+ "LogoLight": "Logo (Light Version)",
+ "LogoLightColor": "Logo (Light with Color)",
+ "Menu": "Menu",
+ "Screenshot": "Screenshot",
+ "Thumb": "Thumb",
+ "HeaderAudioSettings": "Preferències d'Àudio",
+ "LabelAudioLanguagePreference": "Idioma preferit per als àudios",
+ "LabelPlayDefaultAudioTrack": "Reprodueix la pista d'àudio per defecte ignorant l'idioma",
+ "HeaderVideoQuality": "Video Quality",
+ "CinemaModeConfigurationHelp": "Cinema Intros bring the theater experience straight to your living room with the ability to play trailers and custom intros before the main feature.",
+ "ShowUpNextPreview": "Show up next preview",
+ "ShowUpNextPreviewHelp": "Show information for the next item near the end of the current one.",
+ "PlayNextEpisodeAutomatically": "Reprodueix el següent episodi automàticament",
+ "LabelMaxChromecastBitrate": "Chromecast streaming quality",
+ "LabelSkipBackLength": "Temps de rebobinat",
+ "LabelSkipForwardLength": "Temps d'avançament",
+ "EnableCinemaMode": "Habilitar Intros de Cine",
+ "LabelInternetQuality": "Qualitat d'internet",
+ "LabelCellularQuality": "Remote streaming quality (cellular)",
+ "HeaderMusicQuality": "Music Quality",
+ "LabelHomeNetworkQuality": "Home streaming quality",
+ "HeaderLatestMedia": "Darrers MItjans",
+ "HeaderRestartingEmbyServer": "Restarting Emby Server",
+ "RestartPleaseWaitMessage": "Please wait while Emby Server shuts down and restarts. This may take a minute or two.",
+ "HeaderPlayNext": "Play Next",
+ "AutoBasedOnLanguageSetting": "Auto (based on device setting)",
+ "SameAsMainTheme": "Same as main theme",
+ "LabelDateTimeLocale": "Date time locale",
+ "Genre": "Genre",
+ "DirectorValue": "Director: {0}",
+ "DirectorsValue": "Directors: {0}",
+ "GenreValue": "Genre: {0}",
+ "GenresValue": "Gèneres: {0}",
+ "TagsValue": "Tags: {0}",
+ "Off": "Deshabilita",
+ "Title": "Títol",
+ "Year": "Year",
+ "Filter": "Filtra",
+ "Filters": "Filters",
+ "Unplayed": "Unplayed",
+ "LabelTVHomeScreen": "TV mode home screen",
+ "Horizontal": "Horizontal",
+ "Vertical": "Vertical",
+ "HeaderGroupBy": "Group By",
+ "HeaderMediaType": "Media Type",
+ "GroupBySeries": "Group by series",
+ "HeaderVideoType": "Video Type",
+ "HeaderSeriesStatus": "Series Status",
+ "Features": "Features",
+ "Trailers": "Tràilers",
+ "Extras": "Extras",
+ "ThemeSongs": "Cançons temàtiques",
+ "ThemeVideos": "Theme videos",
+ "HeaderFavoriteMovies": "Pel·lícules Preferides",
+ "HeaderFavoritePhotos": "Favorite Photos",
+ "HeaderFavoriteShows": "Programes Preferits",
+ "HeaderFavoriteEpisodes": "Episodis Preferits",
+ "HeaderFavoriteVideos": "Vídeos Preferits",
+ "HeaderFavoriteMusicVideos": "Favorite Music Videos",
+ "HeaderFavoriteGames": "Jocs Preferits",
+ "HeaderFavoriteArtists": "Artistes Preferits",
+ "HeaderFavoriteAlbums": "Àlbums Preferits",
+ "HeaderFavoriteSongs": "Cançons Preferides",
+ "HeaderFavoriteAuthors": "Favorite Authors",
+ "HeaderFavoriteAudioBooks": "Audiollibres Preferits",
+ "Ascending": "Ascendent",
+ "Descending": "Descendent",
+ "HeaderColorPrimaries": "Color Primaries",
+ "HeaderColorSpace": "Color Space",
+ "HeaderColorTransfer": "Color Transfer",
+ "HeaderVideoRange": "Video Range",
+ "SeriesDisplayOrderHelp": "Order episodes by air date, dvd order, or absolute numbering.",
+ "LabelVerticalPositionFromBottom": "Vertical position (from bottom)",
+ "HeaderFavoritePeople": "Gent Preferida",
+ "MultiSelect": "Multi-Select",
+ "HeaderSignOut": "Tanca Sessió",
+ "HeaderSelectServer": "Seleccionar servidor",
+ "HeaderChangeServer": "Change Server",
+ "HeaderChangeUser": "Canvia d'usuari",
+ "HeaderAppSettings": "Configura l'aplicació",
+ "HeaderLoginSettings": "Login Settings",
+ "LabelRememberLogin": "Remember login",
+ "LabelAutomaticallySignOut": "Automatically sign out",
+ "BetaTesterMessage": "Thank you for being an Emby beta tester! Please leave feedback in the {0}Testing Area of the Emby Community{1}.",
+ "HardwareAccelerated": "Hardware accelerated",
+ "Software": "Software",
+ "Metadata": "Metadata",
+ "HeaderMediaInfo": "Informació Multimèdia",
+ "Locked": "Locked",
+ "HeaderSplitVersionsApart": "Split Versions Apart",
+ "Any": "Qualsevol",
+ "Admin": "Admin",
+ "HeaderReadMore": "Read More",
+ "CustomRatingHelp": "A custom rating is used for parental control evaluations but is not displayed. The parental rating field is still displayed.",
+ "KeepUpToHelp": "Recordings over the limit are deleted when the next recording begins. Oldest recordings are deleted first, by date added.",
+ "NoItemsMatchingFound": "No items matching your search criteria were found.",
+ "TwoSearchCharsRequired": "Please enter at least two search characters.",
+ "PreventPlaybackContinuing": "Prevent playback from continuing indefinitely by periodically prompting for user input.",
+ "PromptStillWatching": "Habilita la pregunta \"Encara ho estàs veient?\"",
+ "HeaderMissingMetadata": "Missing Metadata",
+ "HeaderIncludedIn": "Inclòs a",
+ "EmbyConnectUserAlreadyLinked": "The Emby Connect user is already linked to another user on this server.",
+ "VideoFilesWillBeConvertedTo": "Converted videos will be saved as {0}.",
+ "VideoWillBeConvertedTo": "Video streams will be converted to {0}, or copied from the original file if they are already {0} and the quality fits within the conversion options.",
+ "VideoWillBeConvertedToOrCopied": "Video streams will be converted to {0}, or copied from the original file if they are any of ({1}), and the quality fits within the conversion options.",
+ "AudioWillBeConvertedTo": "Audio streams will be converted to {0}, or copied from the original file if they are already {0} and the quality fits within the conversion options.",
+ "AudioWillBeConvertedToOrCopied": "Audio streams will be converted to {0}, or copied from the original file if they are any of ({1}), and the quality fits within the conversion options.",
+ "HeaderSpecialKeys": "Special Keys",
+ "FollowingSpecialKeys": "The following special keys are supported on most keyboards and remote controls:",
+ "HeaderDeleteSeries": "Delete Series",
+ "HeaderDeleteLastPlayedEpisode": "Delete Last Played Episode",
+ "HeaderConnectingToServer": "Connecting to Server",
+ "ServerNameValue": "Server name: {0}",
+ "DomainValue": "Domain: {0}",
+ "RatedValue": "Rated {0}",
+ "LocalServerRedirectMessage": "You will now be redirected to the domain owned and operated by the administrator of the server you've chosen to connect to:",
+ "AllMediaOwnedHosted": "All media is hosted and managed by the owner of {0}.",
+ "EnableResolutionSwitching": "Match video resolution",
+ "EnableResolutionSwitchingHelp": "This enables Emby to change the resolution to the same value the video was encoded in before starting playback. This may help minimize the amount of stutter/judder that you might otherwise see when playing videos which do not match up well.",
+ "EnableDisplayRefreshRateSwitching": "Enable display refresh rate switching",
+ "EnableDisplayRefreshRateSwitchingHelp": "This enables Emby to change the display refresh rate to the same value (or multiple of) as the framerate the video was encoded in before starting playback. This may help minimize the amount of stutter/judder that you might otherwise see when playing videos which do not match up well.",
+ "RememberSelectedAudioTracks": "Recorda la selecció de pistes d'àudio",
+ "RememberSelectedSubtitleTracks": "Remember subtitle track selections",
+ "RememberSelectedSubtitleTracksHelp": "Subtitle track selections will be remembered on a per video basis and reapplied when playing the same video again.",
+ "RememberSelectedAudioTracksHelp": "Audio track selections will be remembered on a per video basis and reapplied when playing the same video again.",
+ "ClearSavedTrackSelections": "Clear saved track selections",
+ "HeaderClearTrackSelections": "Clear Saved Track Selections",
+ "QuestionClearSavedTracks": "Clear all saved track selections?",
+ "LabelChannelTags": "Channel tags",
+ "AfterThisPlaysConfirmation": "After this plays, do you want to keep playing or clear the music you previously queued?",
+ "Keep": "Keep",
+ "Clear": "Clear",
+ "HeaderClearFilters": "Clear Filters",
+ "HeaderSearchForImages": "Search for Images",
+ "HeaderSearchNewImage": "Search for a New Image",
+ "HeaderSearchForAnImage": "Search for an Image",
+ "DragDropToReorder": "Drag and Drop to Reorder",
+ "HeaderAddImageFromUrl": "Add Image from URL",
+ "HeaderSetImageFromUrl": "Set Image from URL",
+ "LabelUrl": "Url",
+ "LabelChannelNumber": "Channel number",
+ "LabelGuideDataChannel": "Guide data channel",
+ "GuideDataSource": "Guide Data Source",
+ "HeaderCopyToClipboard": "Copy to Clipboard",
+ "TimeRemainingValue": "{0} remaining",
+ "LabelResumeRewindSeconds": "Quan continuïs, rebobina automàticament",
+ "ResumeRewindSecondsHelp": "This may help you remember where you left off. This applies to the initial resume and not each individual pause during playback.",
+ "HeaderSavePlayQueueToPlaylist": "Save Play Queue to Playlist",
+ "EnableLogoImagesAsTitle": "Display logo images as titles on detail screens",
+ "EnableLogoImagesAsTitleHelp": "When available, logo images can be used in place of title text on video, series, and other detail screens. The title will fallback to text when a logo image is not available.",
+ "LabelNowPlayingAudioBackgroundStyle": "Estil del fons reproduint àudio",
+ "LabelNowPlayingVideoBackgroundStyle": "Estil del fons reproduint vídeo",
+ "NowPlayingVideoBackgroundStyleHelp": "Determines the background style when remote controlling video playback on another device.",
+ "Rotation": "Rotation",
+ "Minutes": "Minutes",
+ "LabelMaxRecordingLength": "Max recording length",
+ "MaxRecordingLengthHelp": "Limit recordings to a specified amount of time, regardless of the duration of the broadcast. Set to 0 for no limit.",
+ "RemoteWAN": "Remote (WAN) Address",
+ "HeaderLastConnectedTo": "Last Connection To",
+ "Version": "Version",
+ "Keyword": "Keyword",
+ "HeaderServerAddress": "Server Address",
+ "HeaderSkipIntro": "Salta Intro",
+ "HeaderCreateRecording": "Create Recording",
+ "HeaderAddRecording": "Add Recording",
+ "HeaderChannelAndTime": "Channel and Time",
+ "LabelRecordProgramOrSeriesFrom": "Record a program or series from",
+ "LabelStartTime": "Start time",
+ "LabelEndTime": "End time",
+ "LabelFrequency": "Frequency",
+ "Recurring": "Recurring",
+ "Once": "Once",
+ "Start": "Start",
+ "Unpause": "Unpause",
+ "LabelIntroSkipMode": "Saltat d'introduccions",
+ "ShowSkipIntroButton": "Mostra el botó de \"Salta Intro\"",
+ "AutoSkipIntro": "Salta introduccions automàticament",
+ "DisplayRatingInformationOnVideoPlaybackStart": "Display rating information on video playback start",
+ "DisplayRatingInformationOnVideoPlaybackStartHelp": "The rating information will display briefly when video playback begins.",
+ "IntroSkipModeHelp": "Mostra un botó de \"Salta Intro\" o salta les introduccions automàticament per a episodis on el servidor d'Emby hagi detectat marcadors d'introduccions. La detecció d'introduccions ha d'estar habilitada a les opcions de la biblioteca del servidor d'Emby.",
+ "EnableHomeScreenFocusPreview": "Use a layout on the home screen that shows a detailed preview of the selected item",
+ "EnableHomeScreenFocusPreviewHelp": "This may not work well if your home screen contains a mixture of different media types.",
+ "LabelHideMediaTransportButtons": "Hide video player transport buttons",
+ "HideMediaTransportButtonsHelp": "Create a simpler on-screen playback interface by hiding basic transport buttons such as skip forward, back and pause. You'll still be able to use these functions using arrow keys and OK/Enter. Auto will hide the transport buttons when no mouse usage is detected within the app.",
+ "ImageSizeHelp": "Defineix la teva mida preferida per a les imatges de les graelles.",
+ "LabelImageSize": "Mida d'imatges",
+ "ThisImageIsOnlyPreview": "This image is only a preview that came from the metadata search engine. The actual image that Emby Server downloads may be different and will depend on the options you've configured in Emby library setup.",
+ "ResultsRangeValue": "{0} to {1} of {2}",
+ "NotificationsDescription": "Setup notifications to stay informed of important events on your Emby Server.",
+ "DeleteEmbyConnectAccount": "Delete Emby Connect Account",
+ "DeleteEmbyConnectAccountHelp": "To delete your Emby Connect account, please sign in to the {0}Emby Community{1} at {2}. Once signed in, then click your username in the top right, then click Account Settings, then click Delete My Account.",
+ "KeepPlayingInBackground": "Continua reproduint de fons",
+ "LabelVideoBackBehavior": "Comportament del botó d'anar enrere al reproductor",
+ "HeaderViewLyrics": "View Lyrics",
+ "HeaderViewMissingEpisodes": "Veure els episodis que falten",
+ "HeaderMissingEpisodes": "Missing Episodes",
+ "HeaderManageAccess": "Manage Access",
+ "HeaderManageCollaboration": "Manage Collaboration",
+ "HeaderLeaveCollaboration": "Leave Collaboration",
+ "HeaderRemoveFromLibrary": "Elimina de la biblioteca",
+ "RemoveSharedItemConfirmation": "Are you sure you wish to remove this item from your library? In order to get it back the owner will need to grant you access again.",
+ "SubtitlesDownloaded": "Subtitles Downloaded",
+ "HeaderMakePrivate": "Make Private",
+ "HeaderMakePublic": "Make Public",
+ "MakePublicDescription": "All users will be able to view this item. Users can be granted access to edit.",
+ "MakePrivateDescription": "Users can still be granted access individually.",
+ "Private": "Private",
+ "Public": "Public",
+ "Collaborative": "Collaborative",
+ "PreferredShowDisplay": "Preferred TV show display",
+ "ShowAllEpisodesAllSeasons": "Show all episodes of all seasons together",
+ "ShowAllEpisodesSingleSeason": "Show all episodes for only single season shows",
+ "ShowSeasonFolders": "Always show season folders",
+ "HeaderAddAgain": "Add Again",
+ "UpNext": "Up Next",
+ "ItemsAlreadyInPlaylist": "Some of these items are already in your playlist.",
+ "ItemAlreadyInPlaylist": "This item is already in your playlist.",
+ "HeaderPlayChannel": "Play Channel",
+ "LabelScreenOrientationDuringVideo": "Orientació de la pantalla durant la reproducció",
+ "UseDeviceSetting": "Use device setting",
+ "LockToLandscape": "Lock to landscape",
+ "UsernameForFolderHelp": "The username required to access this folder on your network (if applicable).",
+ "PasswordForFolderHelp": "The password required to access this folder on your network (if applicable).",
+ "ShowMediaInfoOnDetailScreens": "Show full media at the bottom of audio and video detail screens",
+ "ForgotPasswordNoUserFound": "No users were found with the entered name. Please try again, or leave the name blank to reset the password for all users on this server.",
+ "Silver": "Silver",
+ "DimGray": "Dim Gray",
+ "DarkGray": "Dark Gray",
+ "LightGray": "Light Gray",
+ "Black": "Black",
+ "Blue": "Blue",
+ "Cyan": "Cyan",
+ "Gray": "Gray",
+ "Green": "Green",
+ "Lime": "Lime",
+ "Magenta": "Magenta",
+ "Orange": "Orange",
+ "Pink": "Pink",
+ "Red": "Red",
+ "Yellow": "Yellow",
+ "White": "White",
+ "Purple": "Purple",
+ "RecentlyReleasedMovies": "Pel·lícules Publicades Recentment",
+ "RecentlyReleasedEpisodes": "Episodis Publicats Recentment",
+ "DolbyProfile": "Dolby Profile",
+ "IpAddress": "IP Address",
+ "VideoType": "Video Type",
+ "HidePlayedMediaFrom": "Hide Played Media From",
+ "BottomEdgePosition": "Bottom Edge Position",
+ "VerticalPositionFromBottomScreen": "Set the vertical position of the subtitles relative to the bottom of the screen.",
+ "TopEdgePosition": "Top Edge Position",
+ "TopEdgePositionHelp": "Set the highest allowed vertical position of the subtitles relative to the top of the screen. This is used when the subtitles contain positioning instructions to be placed at the top.",
+ "HeaderSubtitlePosition": "Subtitle Position",
+ "TitleProfilePin": "Profile PIN",
+ "ProfilePinConfirm": "Profile PIN (confirm)",
+ "SaveProfilePin": "Save Pin",
+ "ProfilePinDescription": "Create an optional pin to be prompted for entry whenever you return to an Emby app on a device that you've already signed into. This is useful if you have devices that are shared by multiple users. You can choose to enable it selectively on each device as required.",
+ "TitleNewEpisodes": "New Episodes",
+ "EnterYourPinToContinue": "Enter your PIN to continue.",
+ "YourPinMustBe": "Your PIN must be {0} digits.",
+ "ForgotPin": "Forgot PIN?",
+ "RequireEnteringPinToReturn": "Require entering my profile PIN whenever I return to this app.",
+ "RequireEnteringPinToReturnQuestion": "Should we prompt you for your profile PIN whenever you return to this app? If this device is shared by multiple users, your profile PIN can help prevent the other users from accessing your data.",
+ "RequireEnteringPinToReturnHelp": "Useful if this device is shared by multiple users.",
+ "WrongPinPleaseTryAgain": "Whoops, wrong PIN. Please try again.",
+ "ProfilePinIsOn": "Profile PIN is currently on.",
+ "IfTryingToConnectToHttp": "If you're trying to connect to your Emby Server using an HTTP address, your browser may not be allowing this due to HTTPS requirements. Please try one of the following:",
+ "SetupHttpsForYourServer": "Setup {0}HTTPS for your Emby Server{1} so that you can connect using HTTPS.",
+ "TitleUnableToReachServer": "Unable to Reach Server",
+ "TitleUnableToReachName": "Unable to Reach {0}",
+ "HearingImpaired": "Hearing Impaired",
+ "SignIntoServerName": "Iniciar sessió a {0}",
+ "About": "Detalls",
+ "Specials": "Specials",
+ "NSettings": "{0} Settings",
+ "NPreferences": "{0} Preferences",
+ "DetailScreenOptions": "Detail Screens",
+ "LabelGenreDisplayLimit": "Genre display limit",
+ "GenreDisplayLimitHelp": "Limit the number of genres displayed at the top of item detail screens.",
+ "GenreDisplayLimitForListsHelp": "Limit the number of genres displayed at the top of playlist, collection and artist detail screens.",
+ "LabelGenreDisplayLimitForLists": "Genre display limit for lists",
+ "ShowPosterOnDetails": "Mostra un pòster a la pantalla de detalls",
+ "ShowPosterOnDetailsHelp": "Escull si mostrar un pòster a la pantalla de detalls de vídeos, o amagar-lo per a un aspecte més minimalista que emfatitza el fons. Aquesta opció no es fa servir en dispositius amb pantalles petites. Alguns ítems ignoraran aquesta opció.",
+ "EnableAppLogging": "Enable app logging",
+ "EnableAppLoggingHelp": "Logging can degrade app performance and should only be enabled as needed for troubleshooting purposes. Changes require restarting the app.",
+ "LabelSlideshowInterval": "Photo slideshow time per slide",
+ "TVChannelImageEditorHelp": "Multiple logo versions are supported. Emby apps will automatically choose the appropiate one depending on the current theme.",
+ "PlaySlideshow": "Play Slideshow",
+ "CheckForExistingEpisodesInAllLibraries": "Check for existing episodes in all libraries",
+ "GroupNotificationsBySeriesOrAlbum": "Group notifications by series and albums",
+ "ThemeSettings": "Theme Settings",
+ "FollowingActivityWillBeDisrupted": "The following activity will be disrupted and may require manual intervention to restart:",
+ "OneActivePlaybackSession": "1 Active Playback Session",
+ "NumActivePlaybackSessions": "{0} Active Playback Sessions",
+ "OneActiveRecording": "1 Active Recording",
+ "NumActiveRecordings": "{0} Active Recordings",
+ "PlayFromLivePosition": "Play from the live position",
+ "PlayFromStartOfRecording": "Play from the start of the recording",
+ "ThisChannelIsActivelyRecording": "This channel is actively recording. How would you like to begin playing?",
+ "ThemeSongVolume": "Theme song volume",
+ "HeaderForceConversionForFormats": "Force Conversion for Formats",
+ "ForceConversionForFormatsHelp": "Use this to force server-side transcoding or remuxing for formats that don't direct play very well on this device.",
+ "StartupBehavior": "Comportament d'arrencada",
+ "RememberLastUser": "Recordar darrer usuari",
+ "ShowLoginScreen": "Mostrar pantalla d'inici de sessió",
+ "SignInAsValue": "Iniciar sessió com a {0}",
+ "ConvertUnsupportedAudio": "Convert unsupported surround audio to Dolby Digital",
+ "ConvertUnsupportedAudioHelp": "Avoid downmixing unsupported surround formats to stereo by having Emby Server transcode them to Dolby Digital.",
+ "HeaderPlaybackCorrection": "Playback Correction",
+ "HeaderAttemptPlaybackCorrection": "Attempt Playback Correction",
+ "PlaybackCorrectionConfirm": "Attempt playback correction?",
+ "PlaybackCorrectionDescription": "Is the current item exhibiting a playback problem such as no video or audio? This will try and correct playback issues using server transcoding to convert this file into a more streaming friendly format. This will result in increased resource consumption on this Emby Server.",
+ "PlaybackCorrectionDescription2": "You can do this up to three times per video, where remuxing, video transcoding and audio transcoding are each activated one at a time.",
+ "HeaderAlbumsAsContributingArtist": "Albums as Contributing Artist",
+ "HeaderAlbumsAsComposer": "Albums as Composer",
+ "Duplicates": "Duplicates",
+ "HeaderSleepTimer": "Sleep Timer",
+ "AfterCurrentItem": "After current item",
+ "HeaderStopPlayback": "Stop Playback",
+ "TurnOffTimer": "Turn off timer",
+ "SleepTimerIsSet": "Your sleep timer is set",
+ "SleepTimerIsOff": "Your sleep timer is off",
+ "LabelEnableRemoteControlTVMode": "Display casting and remote control functions",
+ "EnableRemoteControlTVModeHelp": "Enable if you intend to use this device to send media to other devices.",
+ "ShowOnScreenControls": "Show on-screen controls",
+ "LabelVideoScreenUpAction": "Video player up action",
+ "VideoScreenUpActionHelp": "Select the action to take when pressing the up key on the video player screen. This applies when no on-screen controls are currently visible. When controls are already visible, the up key will be used for navigation.",
+ "LabelVideoPlayerLongPressAction": "Video player long press action",
+ "LetsGetSetup": "Let's Get Set Up",
+ "VideoPlayerLongPressActionHelp": "Choose what function or menu is shown when long pressing the OK button during video playback. This only takes effect when the video controls are hidden or the seek bar has focus.",
+ "AskAdminToGetPremiere": "This purchase must be made by the server administrator. Please ask the administrator of this Emby Server to sign in and get Emby Premiere so that you can enjoy access to premium features.",
+ "AutoOpenSingleItemsFolders": "Auto open single items in folder view",
+ "AutoOpenSingleItemsFoldersHelp": "When a folder only contains one item, automatically open that item.",
+ "PlayedOnValue": "Played {0}",
+ "TheseSettingsApplyAppDevice": "These settings apply to all users playing on this device.",
+ "LastContentDateAdded": "Last Content Date Added",
+ "RepeatThemeMedia": "Play themes on repeat",
+ "HideEpisodeSpoilerInfo": "Hide spoiler information from unwatched episodes",
+ "HideEpisodeSpoilerInfoHelp": "Hides the title, overview and image for unwatched episodes on most screens.",
+ "BornValueAge": "Born: {0} (age {1})",
+ "PreferDirectStreamLiveTV": "Prefer direct streaming of Live TV",
+ "PreferDirectStreamLiveTVHelp": "Direct streaming Live TV will reduce resource consumption on your Emby Server but may not be as seekable during playback. Enabling this will direct stream Live TV when the format is supported and is within your configured quality setting. Disable this to enjoy more seeking during playback at the cost of additional resource consumption.",
+ "HeaderAllRecordings": "All Recordings",
+ "RememberLoginDescription": "After signing in, you can use the app settings to configure the startup behavior to remember login, sign in as a specific user, or always show the login screen.",
+ "ForgetThisServer": "Forget This Server",
+ "ForgetServerConfirmation": "Are you sure you wish to forget this server?",
+ "HeaderThisDevice": "This Device",
+ "ChaptersGuide": "Chapters / Live TV Guide",
+ "ChaptersGuideHelp": "Show Chapters for media with chapters. For media without chapters, show the Live TV Guide (when available).",
+ "HeaderShowSeriesImages": "Show Series Images",
+ "AppExitConfirmation": "Are you ready to exit Emby?",
+ "AppExitMenu": "Exit menu",
+ "SideMenu": "Side navigation menu",
+ "SystemStorage": "System storage ({0})"
+}
diff --git a/modules/common/strings/cs.json b/modules/common/strings/cs.json
new file mode 100644
index 0000000..368de5f
--- /dev/null
+++ b/modules/common/strings/cs.json
@@ -0,0 +1,1340 @@
+{
+ "ReplaceExistingThumbnailImages": "Replace existing video preview thumbnails",
+ "ReplaceExistingThumbnailImagesHelp": "All existing video preview thumbnails will be deleted and new ones will be generated, if enabled in the options for the library.",
+ "DateCreated": "Date Created",
+ "CreatedOnValue": "Created {0}",
+ "UpdatedOnValue": "Updated {0}",
+ "EmbyLoginTerms": "Emby je navrženo tak, aby pomohlo spravovat Vaši osobní sbírku médií jako jsou videa a fotky. Prosím přečtěte si naše {0}podmínky použití{1}. Používáním programu Emby vyjadřujete souhlas s těmito podmínkami.",
+ "MessageUnableToConnectToServer": "Momentálně nejsme schopni se připojit k vybranému serveru. Prosím, ujistěte se, že je spuštěn a zkuste to znovu.",
+ "EmbyIntroMessage": "S Emby můžete snadno streamovat videa, hudbu a fotografie na chytré telefony, tablety a další zařízení ze svého Emby serveru.",
+ "HeaderSignInWithConnect": "Přihlásit se pomocí Emby Connect",
+ "HeaderWelcomeToEmby": "Vítejte v Emby",
+ "HeaderNewUsers": "Noví uživatelé",
+ "HeaderPleaseSignIn": "Prosím, přihlašte se",
+ "MessageInvalidUser": "Neplatné uživatelské jméno nebo heslo. Zkuste, prosím, znovu.",
+ "MessageUnlockAppWithPurchaseOrSupporter": "Odemknout tuto funkci pomocí jednorázové platby, nebo pomocí aktivace předplatného Emby Premiere.",
+ "MessageUnlockAppWithSupporter": "Odemknout tuto funkci pomocí aktivního předplatného Emby Premiere.",
+ "MessageToValidateSupporter": "Pokud máte aktivní předplatné Emby Premiere, ujistěte se, že máte nastaven Emby Premiere v panelu Nastavení pod Nápověda -> Emby Premiere.",
+ "ValueSpecialEpisodeName": "Speciál - {0}",
+ "HeaderSignIn": "Přihlásit se",
+ "Share": "Sdílet",
+ "Shared": "Sdíleno",
+ "Info": "Info",
+ "Add": "Přidat",
+ "Speed": "Rychlost",
+ "PlaybackSpeed": "Playback Speed",
+ "Chapters": "Kapitoly",
+ "Password": "Heslo",
+ "SavePassword": "Uložit heslo",
+ "LabelPassword": "Heslo:",
+ "HeaderResetPassword": "Obnovit heslo",
+ "Series": "Seriály",
+ "Preview": "Náhled",
+ "Submit": "Potvrdit",
+ "Never": "Nikdy",
+ "Table": "Tabulka",
+ "HeaderScheduledTasks": "Scheduled Tasks",
+ "Plays": "Hraje",
+ "LastUsedAddressValue": "Last used {0}",
+ "LabelKeywordType": "Typ klíčového slova:",
+ "HeaderSelectColumns": "Vyber sloupce",
+ "HeaderTopResults": "Nejlepší výsledky",
+ "HeaderPinSidebar": "Připnout sidebar",
+ "Collapse": "Sbalit",
+ "LabelBackgroundVideoPlayback": "Přehrávání videa na pozadí:",
+ "BackgroundVideoPlaybackHelp": "Přehrávání na pozadí umožňuje nepřerušené přehrávání i v případě, že je obrazovka vypnutá.",
+ "AlwaysOn": "Vždy v popředí",
+ "HeadphonesOrExternalSpeakersConnected": "Připojeny sluchátka nebo externí reproduktory",
+ "HeaderKeyboardAndRemote": "Klávesnice a dálkové ovládání",
+ "NoSelectedItemsSupportOperation": "Nejsou vybrané žádné položky, které podporují tuto funkci.",
+ "NoOperationsForSelectedItems": "Nejsou k dispozici žádné funkce pro vybrané položky.",
+ "UploadOnlyOnWifi": "Nahrávat pouze přes Wifi",
+ "HeaderFoldersToUpload": "Složky k nahrání",
+ "LabelPasswordConfirm": "Heslo (potvrzení)",
+ "HeaderMoveUpInOrder": "Přesunout výše v pořadí",
+ "HeaderDownUpInOrder": "Přesunout níže v pořadí",
+ "LabelUsername": "Uživatelské jméno:",
+ "HeaderAddServer": "Přidat server",
+ "HeaderSubtitleOffset": "Posun titulků",
+ "Watching": "Watching",
+ "HeaderRemoveFromContinueWatching": "Odebrat ze sekce Pokračovat ve sledování",
+ "RemoveThisTitleFromContinueWatching": "Odstranit titul ze sekce Pokračovat ve sledování?",
+ "HeaderRemoveFromContinueListening": "Remove from Continue Listening",
+ "RemoveThisTitleFromContinueListening": "Odstranit titul ze sekce Pokračovat v poslechu?",
+ "HeaderIncreaseSubtitleOffset": "Zvýšit posun titulků",
+ "HeaderDecreaseSubtitleOffset": "Snížit posun titulků",
+ "Close": "Zavřít",
+ "HeaderSeeAll": "Zobrazit vše",
+ "HeaderOpenInNewWindow": "Otevřít v novém okně",
+ "LabelEmail": "Email:",
+ "LabelHost": "Host:",
+ "LabelHostHelp": "Příklad: 192.168.1.100 nebo https://mujserver.cz",
+ "LabelPort": "Port:",
+ "Disabled": "Zakázáno",
+ "Uninstall": "Odinstalovat",
+ "Enable": "Enable",
+ "AllTuners": "All Tuners",
+ "Disable": "Disable",
+ "NextValue": "Další: {0}",
+ "HeaderNextItem": "Další položka",
+ "HeaderPreviousItem": "Předchozí položka",
+ "NoTrailersMessage": "Nenalezen žádný trailer. Aby bylo možné trailery přidávat, nainstalujte, prosím, zásuvný modul Trailery z {0}Emby katalogu zásuvných modulů{1}.",
+ "UninstallPluginConfirmation": "Doopravdy chcete odinstalovat tento zásuvný modul?",
+ "HeaderUninstallPlugin": "Odinstalovat zásuvný modul",
+ "AreYouStillWatching": "Stále sledujete?",
+ "LabelCurrentPassword": "Současné heslo:",
+ "LabelNewPassword": "Nové heslo:",
+ "LabelNewPasswordConfirm": "Potvrzení nového hesla:",
+ "HeaderRemovePassword": "Odebrat heslo",
+ "ServerUpdateNeeded": "Tento Emby Server je třeba aktualizovat. Chcete-li stáhnout nejnovější verzi, navštivte prosím {0}",
+ "MessageThankYouForConnectSignUp": "Děkujeme za přihlášení se k Emby Connect. Další pokyny, jak potvrdit svůj nový účet, Vám budou zaslány na vaší emailovou adresu. Prosím potvrďte účet a pak se vráťte pro přihlášení.",
+ "MessageThankYouForConnectSignUpNoValidation": "Děkujeme za registraci v Emby Connect! Nyní budete vyzván k přihlášení pomocí údajů Emby Connect.",
+ "ErrorMessagePasswordNotMatchConfirm": "Potvrzení Hesla a Heslo se musí shodovat.",
+ "ErrorMessageUsernameInUse": "Uživatelské jméno se již používá. Prosím, vyberte nový název a zkuste to znovu.",
+ "ErrorMessageEmailInUse": "E-mailová adresa je již používána. Zadejte novou e-mailovou adresu a zkuste to znovu, nebo použijte funkci zapomenutého hesla.",
+ "HeaderUpcomingOnTV": "Nadcházející v živé TV",
+ "HeaderOtherShowings": "Ostatní představení",
+ "Showings": "Představení",
+ "HeaderConnectToServer": "Připojit k serveru",
+ "ConnectToServerManually": "Připojit k serveru manuálně",
+ "LabelEnterConnectUserNameHelp": "Toto je e-mailová adresa, která byla použita pro nastavení Vašeho účtu Emby Connect nebo Vašeho uživatelského jména Emby Connect.",
+ "HeaderSignInError": "Chyba přihlášení",
+ "HeaderManualLogin": "Manuální přihlášení",
+ "PasswordResetConfirmation": "Opravdu chcete obnovit heslo?",
+ "ContactAdminToResetPassword": "K obnovení Vašeho hesla kontaktujte, prosím, svého správce systému.",
+ "ForgotPasswordInNetworkRequired": "Pro zahájení procesu obnovy hesla zkuste, prosím, znovu v rámci Vaší domací sítě.",
+ "ForgotPasswordFileCreated": "Následující soubor byl vytvořen na Vašem serveru a obsahuje pokyny, jak postupovat:",
+ "ForgotPasswordFileExpiration": "Resetování pinu vyprší v {0}.",
+ "InvalidForgotPasswordPin": "Byl zadán nesprávný či neplatný PIN. Zkuste, prosím, znovu.",
+ "PasswordResetForUsers": "Hesla byla odstraněna následujícím uživatelům. Chcete-li se přihlásit, přihlašte se s prázdným heslem.",
+ "HeaderForgotPassword": "Zapomenuté heslo",
+ "ForgotPasswordUsernameHelp": "Ponechte prázdné, pokud si nepamatujete své uživatelské jméno.",
+ "HeaderPasswordReset": "Obnova hesla",
+ "AttributeNew": "Nové",
+ "Done": "Hotovo",
+ "HeaderResetToDefault": "Reset to Default",
+ "Deinterlacing": "Odstranění prokládání.",
+ "HeaderBurningInSubtitles": "Vložení titulků do obrazu.",
+ "Premiere": "Premiéra",
+ "LabelPinCode": "PIN kód:",
+ "LabelLocalNetworkPinCode": "PIN k lokální síti",
+ "LabelLocalNetworkPasswordMode": "Režim přihlášení v lokální síti:",
+ "RequirePasswordInLocalNetwork": "Požadovat heslo v lokální síti.",
+ "NoPasswordInLocalNetwork": "Nepožadovat heslo v lokální síti",
+ "PinCodeInLocalNetwork": "Povolit numerický PIN kód v lokální síti",
+ "LocalNetworkPasswordModeHelp": "Vyberte způsob přihlášení pro zařízení ve stejné lokální síti jako Váš Emby server.",
+ "HeaderLocalNetworkAccess": "Přístup k lokální síti",
+ "Live": "Živě",
+ "Reset": "Obnovit",
+ "Repeat": "Opakovat",
+ "Track": "Stopa",
+ "Tracks": "Stopy",
+ "HeaderCameraUpload": "Nahrát z fotoaparátu",
+ "TrackCount": "{0} stop",
+ "ItemCount": "{0} položek",
+ "NumberChannelsValue": "{0} Kanály",
+ "HeaderLatestMusic": "Poslední hudba",
+ "HeaderLatestAudioBooks": "Nejnovější audioknihy",
+ "HeaderLatestDownloadedVideos": "Poslední stažená videa",
+ "HeaderRecentlyPlayed": "Nedávno přehráno",
+ "Recent": "Nedávné",
+ "HeaderFrequentlyPlayed": "Nejčastěji přehráváno",
+ "HeaderMoreLikeThis": "Podobné položky",
+ "HeaderMoreLikeThisOnLiveTV": "Více na Live TV",
+ "OriginalAirDateValue": "Původní datum vysílání: {0}",
+ "EndsAtValue": "Končí v {0}",
+ "Date": "Date",
+ "AirDate": "Datum vysílání",
+ "Played": "Přehráno",
+ "Daily": "Denně",
+ "Weekly": "Weekly",
+ "RequireHashMatch": "Vyžadovat dokonalou shodu",
+ "RequireHashMatchHelp": "Vyžaduje dokonalou shodu a filtruje titulky tak, aby obsahovaly pouze ty, které byly otestovány a ověřeny pomocí přesného souboru videa. Zrušením této volby se zvýší pravděpodobnost stahování titulků, ale zvýší se pravděpodobnost chybného nebo špatného textu titulků.",
+ "SearchForForcedSubtitlesOnly": "Pouze vynucené titulky",
+ "SearchForForcedSubtitlesOnlyHelp": "Požadavek nucených titulků omezí výsledky na titulky použité ve filmu jako nedabovaná část audio stopy v cizím jazyce.",
+ "LastEpisodeDateAdded": "Datum poslední přidané epizody",
+ "LastEpisodeDateAired": "Last Episode Date Released",
+ "LabelPlaystate": "Stav přehrávání:",
+ "Studio": "Studio",
+ "Tag": "Tag",
+ "EpisodeTitle": "Název epizody",
+ "Audio": "Audio",
+ "Video": "Video",
+ "Subtitle": "Titulky",
+ "Image": "Obrázek",
+ "CopyStream": "Copy original stream",
+ "LabelAudioLayout": "Audio layout",
+ "LabelAudioCodec": "Audio kodek:",
+ "LabelAudioLanguage": "Jazyk zvuku",
+ "LabelSubtitleLanguage": "Jazyk titulků",
+ "LabelVideoCodec": "Video kodek:",
+ "LabelSubtitleCodec": "Formát titulků:",
+ "LabelParentalRating": "Rodičovské hodnocení:",
+ "BecauseYouLikeValue": "Protože se vám líbí {0}",
+ "BecauseYouWatchedValue": "Protože jste sledovali {0}",
+ "DirectedByValue": "Režie {0}",
+ "StarringValue": "V hlavní roli {0}",
+ "Invitations": "Pozvánky",
+ "ActorAsRole": "jako {0}",
+ "ButtonOk": "OK",
+ "GroupItemsIntoCollections": "Seskupit položky do kolekcí",
+ "GroupItemsIntoCollectionsHelp": "Seskupit položky z kolekcí, které byly přidány. Zapnutí některých filtrů nebo třídění položek může toto automaticky vypnout.",
+ "GroupItemsIntoTags": "Seskupit položky do tagů",
+ "GroupItemsIntoTagsHelp": "Seskupit položky na základě tagů, ke kterým byly přiřazené. Toto se automaticky zruší zapnutím některých filtrů nebo pořadím řazení.",
+ "User": "Uživatel",
+ "Access": "Přístup",
+ "Users": "Uživatelé",
+ "Library": "Knihovna",
+ "Devices": "Zařízení",
+ "Cancel": "Zrušit",
+ "Restart": "Restart",
+ "Shutdown": "Vypnout",
+ "Logs": "Záznamy",
+ "Visibility": "Visibility",
+ "Notifications": "Oznámení",
+ "SendTestNotification": "Odeslat testovací oznámení",
+ "NotificationSent": "Oznámení odesláno",
+ "DeleteNotificationConfirmation": "Jste si jisti, že chcete smazat toto oznámení?",
+ "DeleteNotification": "Smazat oznámení",
+ "AddNotification": "Přidat oznámení",
+ "EditNotification": "Upravit oznámení",
+ "LimitUserEventsTo": "Omezit události uživatele na:",
+ "LimitLibraryEventsTo": "Limit library events to",
+ "LimitDeviceEventsTo": "Limit devices events to",
+ "ForAdditionalNotificationOptions": "Additional notification services can be installed by the server administrator in the Emby {0}plugin catalog{1}.",
+ "Plugins": "Zásuvné moduly",
+ "Systems": "Systémy",
+ "Server": "Server",
+ "Dashboard": "Ovládací panel",
+ "PlayOnAnotherDevice": "Přehrát na jiném zařízení",
+ "HeaderConnectionHelp": "Nápověda připojení",
+ "AccessRestrictedTryAgainLater": "Přístup je v současné době omezen. Zkuste, prosím, znovu později.",
+ "ButtonGotIt": "Chápu to",
+ "RememberMe": "Zapamatovat",
+ "EmbyServer": "Emby Server",
+ "ManageEmbyServer": "Spravovat Emby server",
+ "ShutdownServer": "Vypnout Emby server",
+ "RestartServer": "Restartovat Emby server",
+ "RecordingCancelled": "Nahrávání zrušeno.",
+ "SeriesCancelled": "Seriál zrušen.",
+ "Recording": "Nahrávání",
+ "SeriesRecording": "Nahrávání seriálu",
+ "RecordingScheduled": "Plán nahrávání.",
+ "SeriesRecordingScheduled": "Plán nahrávání seriálu.",
+ "HeaderNewRecording": "Nový záznam",
+ "HeaderWakeServer": "Probuzení serveru",
+ "AttemptingWakeServer": "Pokouším se probudit váš server...",
+ "WakeServerSuccess": "Hotovo!",
+ "HeaderCustomizeHomeScreen": "Přizpůsobení domovské obrazovky",
+ "WakeServerError": "Pakety Wake On LAN byly odeslány do vašeho serveru, ale nemůžeme se k Emby serveru připojit. Váš stroj může potřebovat trochu víc času k probouzení nebo Emby server nemusí být na stroji spuštěn.",
+ "Days": "Dny",
+ "Network": "Síť",
+ "Networks": "Sítě",
+ "SortByValue": "Třídit dle {0}",
+ "HeaderSortBy": "Třídit dle",
+ "HeaderPhotoAlbums": "Fotoalbum",
+ "Photos": "Fotky",
+ "HeaderAppearsOn": "Objeví se na",
+ "List": "Seznam",
+ "HeaderRecordSeries": "Záznam seriálů",
+ "HeaderCinemaMode": "Kino úvody",
+ "Conversions": "Konverze",
+ "Downloads": "Stahování",
+ "HeaderManageDownloads": "Spravovat stahování",
+ "InternalStorage": "Interní úložiště",
+ "ExternalStorage": "Externí úložiště",
+ "UploadToFollowingServers": "Nahrát na servery",
+ "UploadingNumItems": "Nahrávání {0} z {1}",
+ "DownloadNumItems": "Stahování {0} z {1}",
+ "HeaderSampleRate": "Vzorkovací frekvence",
+ "HeaderReferenceFrames": "Referenční rámce",
+ "HeaderBitDepth": "Bitová hloubka",
+ "HeaderPixelFormat": "Pixel formát",
+ "Profile": "Profil",
+ "Bitrate": "Datový tok",
+ "Expand": "Expand",
+ "Container": "Kontejner",
+ "Format": "Formát",
+ "Path": "Cesta k souboru",
+ "Size": "Velikost",
+ "Resolution": "Rozlišení",
+ "HeaderCodecTag": "Značka kodeku",
+ "Framerate": "Snímková frekvence",
+ "Interlaced": "Prokládané",
+ "Anamorphic": "Anamorfní nastavení",
+ "Level": "Úroveň",
+ "Timestamp": "Časové razítko",
+ "Language": "Jazyk",
+ "Codec": "Kodek",
+ "Stream": "Stream",
+ "HeaderExtradata": "Extra data",
+ "HeaderHardwareAcceleratedTranscoding": "Hardware Accelerated Transcoding",
+ "HeaderHardwareAcceleratedTranscodingDescription": "Take advantage of your server GPU. Emby has the most advanced and fastests hardware accelleration in the industry.",
+ "HeaderOfflineDownloads": "Offline média",
+ "AndMuchMoreExclamation": "And much more!",
+ "HeaderOfflineDownloadsDescription": "Stáhnout média do vašeho zařízení pro snadné použití offline.",
+ "LiveTvFeatureDescription": "Streamujte živé televizní vysílání na libovolnou aplikaci Emby s kompatibilním televizním tunerem nainstalovaným na vašem serveru Emby.",
+ "DvrFeatureDescription": "Naplánujte nahrávky televizních pořadů, seriálů a další s Emby DVR.",
+ "CinemaModeFeatureDescription": "Cinema Intros Vám přináší skutečný zážitek jako v kině, před hlavním filmem přehraje trailery a uživatelská intra.",
+ "HeaderFreeApps": "Emby Apps zdarma",
+ "FreeAppsFeatureDescription": "Užijte si výběr Emby aplikací zdarma pro vaše zařízení.",
+ "HeaderBecomeProjectSupporter": "Získat Emby Premiere",
+ "HeaderViewServerInfo": "Zobrazit info o serveru",
+ "PlaybackTvModeRequiresEmbyPremiere": "Přehrávání médií v režimu TV vyžaduje aktivni {0}předplatné Emby Premiere{1}.",
+ "FeatureRequiresEmbyPremiere": "Tato funkce vyžaduje aktivní {0}předplatné Emby Premiere{1}.",
+ "HeaderConvertYourRecordings": "Konverze vašich nahrávek",
+ "Record": "Nahrávat",
+ "Save": "Uložit",
+ "Edit": "Upravit",
+ "HeaderSavePlaylist": "Uložit playlist",
+ "Latest": "Poslední",
+ "Download": "Stáhnout",
+ "Downloaded": "Staženo",
+ "Converted": "Converted",
+ "RemoveFromHistory": "Remove from History",
+ "ConfirmRemoveFromHistory": "Remove this item from the history?",
+ "Downloading": "Stahování",
+ "Advanced": "Pokročilé",
+ "LinkedToEmbyConnect": "Propojeno s Emby Connect",
+ "Delete": "Odstranit",
+ "Both": "Both",
+ "LabelChannelDisplay": "Channel display",
+ "HeaderDeleteItem": "Smazat položku",
+ "HeaderDeleteUser": "Odstranit uživatele",
+ "DeleteItemConfirmation": "Skutečně si přejete smazat {0}?",
+ "DeleteUserConfirmation": "Doopravdy chcete smazat uživatele {0}?",
+ "DeleteUsersConfirmation": "Are you sure you wish to delete these {0} users?",
+ "HeaderDeleteDevice": "Odebrat zařízení",
+ "DeleteDeviceConfirmation": "Doopravdy smazat toto zařízení? Zařízení se znovu objeví, jakmile se s ním uživatel příště přihlásí.",
+ "ConfirmDeleteItem": "Smazáním položky odstraníte soubor jak z knihovny médií, tak ze souborového systému.",
+ "FollowingFilesWillBeDeleted": "Následující soubory a složky budou smazány:",
+ "AreYouSureToContinue": "Opravdu chcete pokračovat?",
+ "Refresh": "Obnovit",
+ "RefreshingMetadataDots": "Obnovování metadat...",
+ "ScanningLibraryFilesDots": "Prohledávání souborů knihovny...",
+ "HeaderFavoritesThenByChannelNumber": "Oblíbené, pak podle čísla kanálu",
+ "HeaderAddToCollection": "Přidat do Kolekce",
+ "HeaderFavoritesThenByTitle": "Oblíbené, pak podle názvu",
+ "HeaderFavoritesThenByDefault": "Oblíbené, pak podle výchozího řazení kanálů",
+ "HeaderDefaultChannelOrder": "Výchozí řazení kanálů",
+ "HeaderAddToFavorites": "Přidat k oblíbeným",
+ "HeaderRemoveFromFavorites": "Odstranit z oblíbených",
+ "Favorited": "Favorited",
+ "Unfavorited": "Unfavorited",
+ "HeaderNewCollection": "Nová kolekce",
+ "HeaderNewPlaylist": "Nový playlist",
+ "AllCollections": "Všechny kolekce",
+ "AllPlaylists": "All Playlists",
+ "Create": "Vytvořit",
+ "HeaderAddedToPlaylist": "Přidáno do playlistu",
+ "HeaderAddedToCollection": "Přidáno do kolekce",
+ "OneItemAddedTo": "1 položka přidána do \"{0}\".",
+ "ItemsAddedTo": "{0} položek přidáno do \"{1}\".",
+ "HeaderAddedToPlayQueue": "Přidáno do fronty k přehrání",
+ "HeaderPlayingNext": "Přehrávání Následující",
+ "Help": "Nápověda",
+ "HeaderGetHelp": "Získat pomoc",
+ "LabelTVDisplayMode": "Enable TV display mode",
+ "Desktop": "PC",
+ "Mobile": "Mobil / Tablet",
+ "Navigation": "Navigace",
+ "HeaderVideoPlayback": "Přehrávání videa",
+ "TV": "TV",
+ "HeaderEmbyConnect": "Emby Connect",
+ "Seasons": "Série",
+ "OneTrack": "1 stopa",
+ "OneSeason": "1 sezóna",
+ "Libraries": "Knihovny",
+ "NumberSeasonsValue": "{0} Série",
+ "TVDisplayModeHelp": "Optimize the user interface on this device for display on a TV and input method with a remote control. This is generally not recommended if your primary input method is a mouse or is touch-based.",
+ "LabelDisplayLanguage": "Jazyk rozhraní:",
+ "LabelDisplayLanguageHelp": "Překlad Emby je projekt ve fázi neustálého vývoje.",
+ "LearnHowYouCanContribute": "Zjistěte, jak můžete přispět.",
+ "NewCollectionHelp": "Kolekce dovolí vytvořit personalizované seskupení filmů a dalšího obsahu knihoven.",
+ "SearchForCollectionInternetMetadata": "Vyhledat metadata a obrázky na Internetu.",
+ "DisplayMissingEpisodesWithinSeasons": "Zobrazit chybějící epizody",
+ "DisplayMissingEpisodesWithinSeasonsHelp": "Musí být zapnuto pro knihovny TV v nastavení Emby Server",
+ "EnableThemeSongs": "Povolit tématickou hudbu na pozadí",
+ "EnableBackdrops": "Povolit pozadí",
+ "EnableThemeSongsHelp": "Pokud povolíte, bude při procházení knihovny na pozadí přehrávána tématická melodie.",
+ "EnableBackdropsHelp": "Pokud je povoleno, během procházení knihovny budou na několika stránkách zobrazována pozadí.",
+ "EnableThemeVideos": "Povolit tématické video",
+ "EnableThemeVideosHelp": "Pokud povolíte, bude při procházení knihovny přehráváno tématické video na pozadí.",
+ "RunAtStartup": "Spustit po startu",
+ "ServerStartup": "Server Startup",
+ "EmbyServerOnXHasStarted": "Emby Server on {0} has started.",
+ "LabelScreensaver": "Šetřič obrazovky:",
+ "LabelSoundEffects": "Zvukové efekty:",
+ "LabelName": "Jméno:",
+ "NewCollectionNameExample": "Příklad: Kolekce Star Wars",
+ "MessageItemsAdded": "Položky přidány.",
+ "OptionNew": "Nový...",
+ "LabelPlaylist": "Playlist:",
+ "AddToPlaylist": "Přidat do playlistu",
+ "HeaderAddToPlaylist": "Přidat do playlistu",
+ "Subtitles": "Titulky",
+ "LabelTheme": "Téma:",
+ "LabelSettingsTheme": "Nastavení tématu:",
+ "LabelThemeAccentColor": "Barva zvýraznění:",
+ "ThemeAccentColorDescription": "Ovládá barvu důležitých ukazatelů, ikon a textu.",
+ "SearchForSubtitles": "Vyhledat titulky",
+ "LabelLanguage": "Jazyk:",
+ "Search": "Vyhledávání",
+ "NoSubtitleSearchResultsFound": "Žádné výsledky nenalezeny. Máte nastavené stahování{1} {0}titulků?",
+ "NoLyricsSearchResultsFound": "Nenalezen žádný výsledek. Máte nastavené stahování{1} {0}slov?",
+ "Lyrics": "Slova",
+ "SearchForLyrics": "Vyhledat slova",
+ "Finish": "Dokončit",
+ "File": "Soubor",
+ "Exit": "Zavřít",
+ "Sleep": "Uspat",
+ "Setup": "Nastavení",
+ "MessageAreYouSureDeleteSubtitles": "Jste si jisti, že chcete smazat tyto titulky?",
+ "ConfirmDeletion": "Potvrdit smazání",
+ "MySubtitles": "Dostupné titulky",
+ "MessageDownloadQueued": "Stažení zařazeno.",
+ "HeaderEditSubtitles": "Upravit titulky",
+ "UnlockGuide": "Průvodce pro odemčení",
+ "HeaderRefreshMetadata": "Obnovit metadata",
+ "HeaderRefreshAllMetadata": "Obnovit všechna metadata",
+ "ReplaceExistingImages": "Nahradit existující obrázky",
+ "ReplaceExistingImagesHelp": "Budou vymazány všechny stávající obrázky a staženy nové. Toto může mít v některých případech za následek menší počet obrázků než před tím.",
+ "ReplaceAllMetadata": "Přepsat všechna metadata",
+ "SearchForMissingMetadata": "Hledání chybějících metadat",
+ "LabelRefreshMode": "Mód obnovy:",
+ "NoItemsFound": "Nenalezeny žádné položky.",
+ "HeaderSaySomethingLike": "Vyslovte něco jako...",
+ "ButtonTryAgain": "Zkusit znovu",
+ "HeaderYouSaid": "Zmínil ses...",
+ "MessageWeDidntRecognizeCommand": "Je nám líto, příkaz nebyl rozpoznán.",
+ "MessageIfYouBlockedVoice": "Pokud byl Váš přístup odepřen pomocí hlasové aplikace, budete ji muset překonfigurovat před dalším pokusem.",
+ "ValueDiscNumber": "Disk {0}",
+ "Unrated": "Nehodnoceno",
+ "Favorite": "Oblíbené",
+ "Like": "Mám rád",
+ "Dislike": "Nemám rád",
+ "RefreshDialogHelp": "Metadata se aktualizují na základě nastavení a poskytovatelů metadat, kteří jsou povoleni v konfiguraci knihovny Emby.",
+ "Open": "Otevřít",
+ "Play": "Přehrát",
+ "Pause": "Pozastavit",
+ "HeaderPlayQueue": "Přehraj frontu",
+ "HeaderAddToPlayQueue": "Přidat do fronty k přehrání",
+ "Shuffle": "Náhodně",
+ "Identify": "Identifikuj",
+ "HeaderRemoveIdentification": "Remove Identification",
+ "ResetMetadataConfirmation": "Are you sure you wish to reset all metadata?",
+ "HeaderEditMetadata": "Upravit metadata",
+ "Convert": "Konverze",
+ "Resume": "Pokračovat",
+ "HeaderInstantMix": "Okamžitý mix",
+ "HeaderGoToItem": "Go to Item",
+ "HeaderGoToSeason": "Go to Season",
+ "HeaderGoToSeries": "Go to Series",
+ "HeaderGoToAlbum": "Go to Album",
+ "HeaderGoToArtist": "Go to Artist",
+ "HeaderPlayAll": "Přehrát vše",
+ "PictureInPicture": "Obraz v obraze",
+ "Fullscreen": "Celá obrazovka",
+ "ExitFullscreen": "Opustit celou obrazovku",
+ "Rewind": "Přetočit zpět",
+ "FastForward": "Rychle vpřed",
+ "Remove": "Odstranit",
+ "Rename": "Přejmenovat",
+ "Queue": "Fronta",
+ "QueueAllFromHere": "Zařadit vše do fronty",
+ "PlayAllFromHere": "Přehrát vše odsud",
+ "PlayFromBeginning": "Přehrát od začátku",
+ "FromBeginning": "From Beginning",
+ "ResumeAt": "Obnovit přehrávání od {0}",
+ "HeaderRemoveFromPlaylist": "Odstranit z playlistu",
+ "HeaderRemoveFromPlayQueue": "Remove from Play Queue",
+ "HeaderRemoveFromCollection": "Odstranit z kolekce",
+ "Sort": "Třídění",
+ "Trailer": "Ukázka/trailer",
+ "SelectNone": "Nevybírat žádný",
+ "SelectAll": "Vybrat vše",
+ "HeaderMarkPlayed": "Označit přehrané",
+ "HeaderMarkUnplayed": "Označit nepřehrané",
+ "HeaderGroupVersions": "Seskupit verze",
+ "PleaseSelectTwoItems": "Vyberte nejméně dvě položky prosím.",
+ "HeaderConfirmRecordingCancellation": "Potvrzení zrušení nahrávání",
+ "MessageConfirmRecordingCancellation": "Zrušit nahrávání",
+ "Album": "Album",
+ "AlbumArtist": "Umělec alba",
+ "Error": "Chyba",
+ "VoiceInput": "Hlasový vstup",
+ "LabelContentType": "Typ obsahu:",
+ "LabelPath": "Cesta k souboru:",
+ "Playlists": "Playlisty",
+ "LabelTitle": "Název:",
+ "LabelOriginalTitle": "Originální název:",
+ "LabelSortTitle": "Třídit dle názvu:",
+ "LabelDateAdded": "Datum přidání:",
+ "DateAdded": "Datum přidání",
+ "DateModified": "Date Modified",
+ "DatePlayed": "Datum přehrání",
+ "DateLastActive": "Date Last Active",
+ "ConfigureDateAdded": "Konfigurace přidání data je definována v nastavení knihovny v ovládacím panelu",
+ "LabelStatus": "Stav:",
+ "LabelArtistsHelp": "Odděl pomocí ;",
+ "HeaderAlbumArtists": "Umělci alba",
+ "LabelAlbumArtists": "Umělci alba:",
+ "LabelAlbum": "Album:",
+ "Artist": "Interpret",
+ "Artists": "Umělci",
+ "ImdbRating": "Hodnocení IMDb",
+ "CommunityRating": "Hodnocení komunity",
+ "LabelCommunityRating": "Hodnocení komunity:",
+ "LabelCriticRating": "Hodnocení kritiků:",
+ "CriticRating": "Hodnocení kritiků",
+ "LabelWebsite": "Webové stránky:",
+ "Tagline": "Tagline",
+ "LabelOverview": "Přehled:",
+ "LabelShortOverview": "Hlavní linie:",
+ "LabelReleaseDate": "Datum vydání:",
+ "LabelPlaceOfBirth": "Místo narození:",
+ "Aired": "Vysíláno",
+ "LabelAirDays": "Vysíláno:",
+ "LabelAirTime": "Vysílací čas:",
+ "LabelRuntimeMinutes": "Délka (v minutách):",
+ "LabelCustomRating": "Vlastní hodnocení:",
+ "LabelOriginalAspectRatio": "Původní poměr stran:",
+ "Label3DFormat": "3D formát:",
+ "FormatValue": "Formát: {0}",
+ "DownloadsValue": "{0} stahování",
+ "HashMatch": "Dokonalá shoda",
+ "EnableExternalVideoPlayers": "Povolit externí video přehrávače",
+ "EnableExternalVideoPlayersHelp": "Při spuštění přehrávání videa se zobrazí externí nabídka přehrávače.",
+ "HeaderSpecialEpisodeInfo": "Infromace o speciální epizodě",
+ "LabelAirsDuringSeason": "Vysíláno během sezóny:",
+ "LabelAirsAfterSeason": "Vysíláno po sezóně:",
+ "LabelAirsBeforeEpisode": "Vysíláno před epizodou:",
+ "HeaderExternalIds": "Externí ID:",
+ "HeaderDisplaySettings": "Nastavení zobrazení",
+ "PlaylistOrder": "Playlist Order",
+ "CollectionOrder": "Collection Order",
+ "LabelDisplayOrder": "Pořadí zobrazení:",
+ "LabelFileOrder": "File order",
+ "Display": "Zobrazení",
+ "Countries": "Země",
+ "Genres": "Žánry",
+ "Studios": "Studia",
+ "Tags": "Tagy",
+ "Links": "Odkazy",
+ "Movie": "Film",
+ "Program": "Program",
+ "Channel": "Channel",
+ "Episode": "Epizoda",
+ "Season": "Řada",
+ "HeaderMetadataSettings": "Nastavení metadat",
+ "People": "Lidé",
+ "Number": "Číslo",
+ "Lock": "Lock",
+ "HeaderScreenLocked": "Screen Locked",
+ "HeaderUnlockControls": "Unlock Controls",
+ "HeaderTapToUnlock": "Tap to Unlock",
+ "LabelMetadataDownloadLanguage": "Upřednostňovaný jazyk stahovaných metadat:",
+ "LabelImageDownloadLanguage": "Upřednostňovaný jazyk stahovaných obrázků",
+ "LabelLockItemToPreventChanges": "Uzamknout položku pro zabránění budoucích změn",
+ "LockThisField": "Zamknout toto pole pro zabránění budoucích změn při obnově metadat.",
+ "MessageLeaveEmptyToInherit": "Při ponechání prázdné položky bude zděděno nastavení z položky nadřazené nebo z globální defaultní hodnoty.",
+ "LabelCountry": "Země:",
+ "LabelCertificationCountry": "Certification country",
+ "CertificationCountryHelp": "This will influence which content rating system is used.",
+ "LabelDynamicExternalId": "{0} Id:",
+ "LabelBirthYear": "Rok narození:",
+ "LabelBirthDate": "Datum narození:",
+ "LabelDeathDate": "Datum úmrtí:",
+ "LabelEndDate": "Datum ukončení:",
+ "LabelSeasonNumber": "Číslo sezóny:",
+ "LabelEpisodeNumber": "Číslo epizody:",
+ "LabelTrackNumber": "Číslo stopy:",
+ "LabelNumber": "Číslo:",
+ "LabelDiscNumber": "Číslo disku:",
+ "LabelParentNumber": "Číslo rodičovského prvku",
+ "SortName": "Setřídit dle názvu",
+ "OriginalTitle": "Originální název",
+ "ReleaseDate": "Datum vydání",
+ "Continuing": "Pokračování",
+ "Ended": "Ukončeno",
+ "HeaderEnabledFields": "Povolené pole",
+ "HeaderEnabledFieldsHelp": "Zrušte zaškrtnutí, abyste zamkli data a zabránili jejich změnám.",
+ "Backdrops": "Pozadí",
+ "Images": "Obrázky",
+ "Runtime": "Délka",
+ "ProductionLocations": "Místo výroby",
+ "BirthLocation": "Místo narození",
+ "ParentalRating": "Rodičovské hodnocení",
+ "PlayCount": "Počet přehrání",
+ "Name": "Název",
+ "Overview": "Přehled/Obsah",
+ "LabelType": "Typ:",
+ "LabelPersonRole": "Role:",
+ "LabelPersonRoleHelp": "Příklad: Řidič kamiónu se zmrzlinou",
+ "Actor": "Herec",
+ "Composers": "Skladatelé",
+ "Composer": "Skladatel",
+ "Director": "Režisér",
+ "GuestStar": "Hostující hvězda",
+ "Producer": "Producent",
+ "Writer": "Napsal",
+ "MessageNoSyncJobsFound": "Nebylo nalezeno žádné stahování. Vytvořte úlohy stahování pomocí tlačítek ke stažení v aplikaci.",
+ "MessageNoDownloadsFound": "Žádné stažené offline soubory. Stáhněte médium pro offline použití klepnutím na Stáhnout v celé aplikaci.",
+ "InstallingPackage": "Instalace {0}",
+ "PackageInstallCompleted": "Instalace {0} dokončena.",
+ "PackageInstallFailed": "Instalace {0} selhala!!!",
+ "PackageInstallCancelled": "Instalace {0} zrušena.",
+ "SeriesYearToPresent": "{0} - Současnost",
+ "OneDevice": "1 zařízení",
+ "DeviceCountValue": "{0} Zařízení",
+ "OneLog": "1 záznam",
+ "LogCountValue": "{0} záznamů",
+ "OneVote": "1 hlas",
+ "VoteCountValue": "{0} hlasů",
+ "OneLike": "1 líbí se mi",
+ "LikeCountValue": "{0} líbí se mi",
+ "OneUser": "1 uživatel",
+ "UserCountValue": "{0} uživatelů",
+ "OneLibrary": "1 knihovna",
+ "LibraryCountValue": "{0} knihoven",
+ "ValueOneItem": "1 položka",
+ "ValueOneEpisode": "1 epizoda",
+ "ValueEpisodeCount": "{0} epizod",
+ "Albums": "Alba",
+ "Song": "Skladba",
+ "Songs": "Skladby",
+ "Authors": "Autoři",
+ "Books": "Knihy",
+ "AudioBooks": "Audio knihy",
+ "HeaderAudioBooks": "Audio knihy",
+ "HeaderAudioBook": "Audio Book",
+ "HeaderIdentifyItemHelp": "Zadejte jedno nebo více vyhledávacích kritérií. Odstraňte kritéria pro vyhledání více výsledků.",
+ "PleaseEnterNameOrId": "Prosím, zadejte název nebo externí Id.",
+ "MessageItemSaved": "Položka uložena.",
+ "SearchResults": "Výsledky vyhledávání",
+ "ServerNameIsRestarting": "Emby Server - {0} je restartován.",
+ "ServerNameIsShuttingDown": "Emby Server - {0} je vypínán.",
+ "HeaderDeleteItems": "Odstranit položky",
+ "ConfirmDeleteItems": "Odstraněním těchto položek odstraníte vaše média jak z knihovny médií, tak i ze souborového systému.",
+ "PleaseRestartServerName": "Prosím, restartujte Emby Server - {0}.",
+ "ConvertingDots": "Konverze...",
+ "LabelSyncNoTargetsHelp": "Zdá se, že momentálně nemáte žádné aplikace, které podporují stahování offline.",
+ "DownloadingDots": "Stahování...",
+ "LearnMore": "Zjistit více",
+ "LabelBitrateMbps": "Datový tok (Mbps):",
+ "ConvertUnwatchedVideosOnly": "Převést pouze nepřehraná videa",
+ "SyncUnwatchedVideosOnly": "Stáhnout pouze nepřehraná videa",
+ "ConvertUnwatchedVideosOnlyHelp": "Budou převedena pouze videa, která nejsou označena jako kompletně přehraná.",
+ "SyncUnwatchedVideosOnlyHelp": "Budou stažena pouze videa, která nejsou označena jako kompletně přehraná, zároveň budou odebrána ze zařízení, která je přehrála.",
+ "AutomaticallySyncNewContent": "Automaticky stahovat nový obsah",
+ "AutomaticallySyncNewContentHelp": "Nový obsah přidaný do této složky bude automaticky stažen do zařízení.",
+ "AutomaticallyConvertNewContent": "Automaticky překódovat nový obsah",
+ "AutomaticallyConvertNewContentHelp": "Nový obsah přidaný do této složky bude automaticky překódován.",
+ "LabelItemLimit": "Limit položek:",
+ "ConvertItemLimitHelp": "Volitelné. Nastavení limitu počtu položek, které budou překódovány.",
+ "DownloadItemLimitHelp": "Volitelné. Nastavení limitu počtu položek, které budou staženy.",
+ "PleaseSelectDeviceToSyncTo": "Vyberte zařízení ke stažení.",
+ "Screenshots": "Snímky obrazovky",
+ "MoveRight": "Posunout vpravo",
+ "MoveLeft": "Posunout vlevo",
+ "HeaderUploadNewImage": "Nahrát nový obrázek",
+ "HeaderDeleteImage": "Smazat obrázek",
+ "ConfirmDeleteImage": "Odstranit obrázek?",
+ "HeaderEditImages": "Editace obrázků",
+ "Settings": "Nastavení",
+ "ShowIndicatorsFor": "Zobrazit indikátory",
+ "Episodes": "Epizody",
+ "Programs": "Programy",
+ "HeaderCastCrew": "Herci a obsazení",
+ "DvrSubscriptionRequired": "Emby DVR vyžaduje {0}aktivní předplatné Emby Premiere{1}.",
+ "HeaderCancelRecording": "Zrušit nahrávání",
+ "HeaderKeepRecording": "Udržet nahrávání",
+ "HeaderCancelSeries": "Ukončit seriál",
+ "HeaderKeepSeries": "Udržet seriál",
+ "HeaderLearnMore": "Zjistit více",
+ "SeriesSettings": "Nastavení seriálu",
+ "HeaderRecordingOptions": "Nastavení nahrávání",
+ "HeaderDoNotRecord": "Nenahrávat",
+ "HeaderSeriesOptions": "Nastavení seriálu",
+ "Layout": "Rozvržení",
+ "Channels": "Kanály",
+ "ChannelNameOnly": "Kanál {0} jen",
+ "Anytime": "Kdykoliv",
+ "AnyLanguage": "Jakýkoli jazyk",
+ "AroundTime": "Okolo {0}",
+ "HeaderLatestMovies": "Poslední filmy",
+ "All": "Vše",
+ "Stop": "Zastavit",
+ "AllChannels": "Všechny kanály",
+ "NewEpisodesOnly": "Jen nové epizody",
+ "AllEpisodes": "Všechny epizody",
+ "LabelStartWhenPossible": "Začít jakmile je to možné:",
+ "LabelStopWhenPossible": "Zastavit jakmile je to možné:",
+ "MinutesBefore": "minut předem",
+ "MinutesAfter": "minut po",
+ "SkipEpisodesAlreadyInMyLibrary": "Přeskočit nahrávání epizod, které jsou v knihovně",
+ "SkipEpisodesAlreadyInMyLibraryHelp": "Epizody budou porovnávány s použitím období a čísla epizody, pokud jsou k dispozici.",
+ "LabelKeepUpTo": "Aktualizovat k:",
+ "AsManyAsPossible": "Tolikrát jak je možné",
+ "DefaultErrorMessage": "Došlo k chybě při zpracování požadavku. Zkuste, prosím, znovu později.",
+ "UntilIDelete": "Dokud nesmažu",
+ "UntilSpaceNeeded": "Do potřebného prostoru",
+ "Categories": "Kategorie",
+ "Sports": "Sport",
+ "News": "Zpravodajství",
+ "Movies": "Filmy",
+ "Music": "Hudba",
+ "Kids": "Dětské",
+ "MoreFromValue": "Více z {0}",
+ "DiedValue": "Zemřel(a): {0}",
+ "BornValue": "Narozen(a): {0}",
+ "EnableColorCodedBackgrounds": "Použít zabarvené pozadí pořadů na základě jejich kategorie.",
+ "SortChannelsBy": "Třídit kanály dle:",
+ "ChannelNumber": "Číslo kanálu",
+ "HeaderBenefitsEmbyPremiere": "Výhody Emby Premiere",
+ "ThankYouForTryingEnjoyOneMinute": "Prosím užijte si jednu minutu přehrávání. Děkujeme vám za vyzkoušení Emby.",
+ "HeaderTryPlayback": "Zkusit playback",
+ "HowDidYouPay": "Jak chcete platit?",
+ "IHaveEmbyPremiere": "Již mám Emby Premiere",
+ "IPurchasedThisApp": "Tuto aplikaci mám již zaplacenu",
+ "ButtonRestorePreviousPurchase": "Obnovit nákup",
+ "ButtonUnlockWithPurchase": "Odemkněte pomocí koupě",
+ "ButtonUnlockPrice": "Odemknout {0}",
+ "EmbyPremiereMonthlyWithPrice": "Emby Premiere měsíčně {0}",
+ "HeaderAlreadyPaid": "Již zaplaceno?",
+ "ButtonPlayOneMinute": "Přehrát jednu minutu",
+ "PlaceFavoriteChannelsAtBeginning": "Umístit oblíbené kanály na začátek",
+ "HeaderUnlockFeature": "Odemknout funkci",
+ "MessageDidYouKnowCinemaMode": "Víte, že s Emby Premiere můžete zlepšit své zážitky ze sledování pomocí funkce jako Cinema Intros?",
+ "HeaderPlayMyMedia": "Přehrát má Média",
+ "HeaderDiscoverEmbyPremiere": "Objevte výhody Emby Premiere",
+ "HeaderNowPlaying": "Přehrává se",
+ "Items": "Položky",
+ "AppName": "App Name",
+ "OneChannel": "Jeden kanál",
+ "ConfirmRemoveDownload": "Odebrat stažení?",
+ "ConfirmRemoveItem": "Remove item?",
+ "RemoveDownload": "Odebrat stažení",
+ "ConfirmCancelConversion": "Cancel conversion?",
+ "CancelConversion": "Cancel Conversion",
+ "KeepDownload": "Stáhnout",
+ "AddedOnValue": "Přidáno {0}",
+ "RemovingFromDevice": "Odebírání ze zařízení",
+ "KeepOnDevice": "Ponechat na zařízení",
+ "CancelDownload": "Zrušit stahování",
+ "SyncJobItemStatusReadyToTransfer": "Připraveno k přenosu",
+ "SyncJobItemStatusSyncedMarkForRemoval": "Odebírání ze zařízení",
+ "SyncJobItemStatusQueued": "Přidáno do fronty",
+ "SyncJobItemStatusConverting": "Konverze",
+ "SyncJobItemStatusTransferring": "Přenášení",
+ "SyncJobItemStatusSynced": "Staženo",
+ "Failed": "Failed",
+ "SyncJobItemStatusRemovedFromDevice": "Odebráno ze zařízení",
+ "Cancelled": "Cancelled",
+ "Retry": "Opakovat",
+ "Continue": "Pokračovat",
+ "ContinueInSecondsValue": "Pokračovat za {0} sekund.",
+ "HeaderRemoteControl": "Dálkový ovladač",
+ "Disconnect": "Odpojit",
+ "EnableDisplayMirroring": "Povolit zrcadlení obrazu",
+ "RemoteAccess": "Remote Access",
+ "HeaderPlayOn": "Přehrávat",
+ "Quality": "Kvalita",
+ "Auto": "Automaticky",
+ "AndroidUnlockRestoreHelp": "Chcete-li obnovit předchozí nákup, ujistěte se, že jste přihlášeni do zařízení se stejným účtem Google (nebo Amazonem), který původně uskutečnil nákup. Ujistěte se, že úložiště aplikací je povoleno a není omezeno žádnou rodičovskou kontrolou a zajistěte, abyste měli aktivní připojení k internetu. Budete to muset udělat pouze jednou, abyste obnovili svůj předchozí nákup.",
+ "HeaderAspectRatio": "Poměr stran",
+ "Original": "Originál",
+ "Fill": "Vyplnit",
+ "Cover": "Obal",
+ "MessageNoServersAvailableToConnect": "Žádné servery nejsou k dispozici. Pokud jste byli pozváni na sdílený server, ujistěte se, že jste pozvánku níže akceptovali nebo klikly na odkaz v e-mailu.",
+ "MessagePlayAccessRestricted": "Přehrávání tohoto obsahu je momentálně omezeno. Pro více informací kontaktujte prosím Vašeho správce Emby Serveru.",
+ "Accept": "Přijmout",
+ "Reject": "Odmítnout",
+ "Connect": "Připojit",
+ "HeaderMyMedia": "Má média",
+ "HeaderMyMediaSmall": "Má média (malé)",
+ "LatestFromLibrary": "Nejnovější {0}",
+ "HeaderLatestEpisodes": "Poslední epizoda",
+ "ContinuePlaying": "Pokračovat v přehrávání",
+ "ContinueWatching": "Pokračovat ve sledování",
+ "HeaderLatestChannelMedia": "Nejnovější položky kanálu",
+ "HeaderContinueWatching": "Pokračovat ve sledování",
+ "HeaderContinueListening": "Pokračovat v poslechu",
+ "HeaderActiveRecordings": "Aktivní nahrávání",
+ "HeaderLatestRecordings": "Nejnovější nahrávky",
+ "LabelConvertTo": "Překódovat na:",
+ "LabelDownloadTo": "Stáhnout do:",
+ "HeaderDownloadToDots": "Stáhnout do...",
+ "Next": "Další",
+ "LabelSource": "Zdroj:",
+ "VersionNumber": "Version {0}",
+ "HeaderAllLanguages": "Všechny jazyky",
+ "Previous": "Předchozí",
+ "HeaderNextUp": "Nadcházející",
+ "HeaderPlayNextUp": "Přehrát následující",
+ "HeaderLatestFrom": "Nejnovější od {0}",
+ "LabelHomeScreenSectionValue": "Domovská obrazovka sekce {0}",
+ "PasswordResetComplete": "Heslo bylo obnoveno.",
+ "PasswordSaved": "Heslo uloženo.",
+ "SettingsSaved": "Nastavení uloženo.",
+ "Upcoming": "Nadcházející",
+ "HeaderSelectImageFile": "Vybrat soubor s obrázkem",
+ "None": "Žádný",
+ "More": "Více",
+ "Up": "Nahoru",
+ "Down": "Dolů",
+ "Home": "Domů",
+ "Back": "Zpět",
+ "Random": "Random",
+ "Playback": "Přehrávání",
+ "Favorites": "Oblíbené",
+ "HeaderHomeScreen": "Domovská obrazovka",
+ "HeaderLatestChannelItems": "Nejnovější položky kanálu",
+ "HeaderLibraryOrder": "Pořadí knihovny",
+ "HeaderOnNow": "Právě teď",
+ "HeaderForKids": "Pro děti",
+ "HeaderPlaybackError": "Chyba přehrávání",
+ "PlaybackErrorNotAllowed": "V současné době nejste oprávněni přehrávat tento obsah. Pro více informací se obraťte se na správce systému.",
+ "RateLimitExceeded": "Váš účet překročil limit streamování, který nastavil Váš administrátor serveru Emby. Kontaktujte jej, aby Vám mohl pomoci..",
+ "PlaybackErrorNoCompatibleStream": "Žádné kompatibilní streamy nejsou v současné době k dispozici. Zkuste to, prosím, později nebo pro více podrobností kontaktujte svého správce systému",
+ "PlaybackErrorPlaceHolder": "Pro přehrání videa nejdříve vložte disk",
+ "PlaybackErrorNoPlayableItems": "Nenalezeny žádné přehratelné položky. Nezkoušíte přehrávat prazdnou složku?",
+ "Guide": "Průvodce",
+ "Games": "Hry",
+ "GameSystem": "Game System",
+ "Suggestions": "Návrhy",
+ "HeaderFavoriteChannels": "Oblíbené kanály",
+ "HeaderFavoriteCollections": "Oblíbené sbírky",
+ "HeaderFavoritePlaylists": "Oblíbené playlisty",
+ "Collection": "Kolekce",
+ "Collections": "Kolekce",
+ "LabelSelectFolderGroups": "Automaticky seskupit obsah z následujících složek do zobrazení, jako jsou Filmy, Hudba a TV:",
+ "LabelSelectFolderGroupsHelp": "Složky, které nejsou zaškrtnuty budou zobrazeny ve vlastním pohledu.",
+ "Mute": "Ztlumit",
+ "Unmute": "Nahlas",
+ "Folder": "Folder",
+ "Folders": "Složky",
+ "FileName": "Název souboru",
+ "DisplayInOtherHomeScreenSections": "Zobrazit v sekundárních sekcích domovské obrazovky podobně, jako jsou nejnovější média a pokračovat v přehrávání.",
+ "DisplayInMyMedia": "Zobrazit na domovské obrazovce",
+ "Shows": "Seriály",
+ "MoviesAndShows": "Movies & Shows",
+ "HeaderMusicVideo": "Hudební video",
+ "HeaderMusicVideos": "Videoklipy",
+ "MusicVideos": "Videoklipy",
+ "Videos": "Videa",
+ "MixedContent": "Smíšený obsah",
+ "HomeVideos": "Domáci videa",
+ "HomeVideosAndPhotos": "Domácí videa a fotografie",
+ "TVShows": "TV seriály",
+ "HeaderLibraryFolders": "Složky knihovny",
+ "HeaderTermsOfPurchase": "Podmínky nákupu",
+ "PrivacyPolicy": "Zásady ochrany osobních údajů",
+ "TermsOfUse": "Podmínky použití",
+ "HeaderRepeatMode": "Režim opakování",
+ "HeaderToneMapping": "Mapování tonality",
+ "RepeatOne": "Opakovat jeden",
+ "RepeatAll": "Opakovat vše",
+ "LabelDefaultScreen": "Výchozí obrazovka:",
+ "ConfirmEndPlayerSession": "Chcete vypnout Emby na {0}?",
+ "Yesterday": "Včera",
+ "Yes": "Ano",
+ "No": "Ne",
+ "HeaderScanLibraryFiles": "Prohledat soubory knihovny",
+ "LiveTV": "Živá TV",
+ "Schedule": "Naplánování úlohy",
+ "Recordings": "Nahrávky",
+ "ScanForNewAndUpdatedFiles": "Vyhledat nové a aktualizované soubory",
+ "NewVersionOfXAvailableForY": "{0} is Available for {1}",
+ "DirectStreamHelp1": "Médium je kompatibilní se zařízením, pokud jde o rozlišení a typ média (H.264, AC3, atd.), ale je v nekompatibilním kontejneru (.mkv, .avi, .wmv, atd.). Video bude za běhu přebaleno než bude streamováno do zařízení.",
+ "DirectStreamHelp2": "Přímé vysílání souborů používá velmi malý výkon, aniž by došlo ke ztrátě kvality videa.",
+ "MediaIsBeingConverted": "Média se převádějí na formát, který je kompatibilní se zařízením, které ho přehrává.",
+ "StatsForNerds": "Podrobná statistika",
+ "HeaderHardwareAcceleratedDecoding": "Hardwarově akcelerované dekódování",
+ "HeaderHardwareAcceleratedEncoding": "Hardwarově akcelerované překódování",
+ "HeaderDirectPlay": "Přímé přehrávání",
+ "DirectPlaying": "Přímé přehrání",
+ "DirectStreaming": "Přímé streamování",
+ "Transcode": "Překodování",
+ "Transcoding": "Překódování",
+ "ContainerBitrateExceedsLimit": "Snížení datového toku pro nastavení kvality",
+ "VideoCodecNotSupported": "Převod videa na podporovaný kodek",
+ "AudioCodecNotSupported": "Převod audia na podporovaný kodek",
+ "SubtitleCodecNotSupported": "Převod titulků přímo do videa",
+ "DirectPlayError": "Zotavení z chyby přehrávání",
+ "ContainerNotSupported": "Převod na podporovaný kontejner",
+ "VideoLevelNotSupported": "Převod na podporovanou úroveň videa",
+ "AudioBitrateNotSupported": "Převod na podporovaný datový tok audia",
+ "AudioChannelsNotSupported": "Převod na podporovaný počet zvukových stop",
+ "VideoResolutionNotSupported": "Převod na podporované rozlišení videa",
+ "AudioProfileNotSupported": "Převod na podporovaný audio profil",
+ "AudioSampleRateNotSupported": "Převod na podporovanou vzorkovací frekvenci audia",
+ "AnamorphicVideoNotSupported": "Anamorfní video není podporováno",
+ "InterlacedVideoNotSupported": "Odstranění prokládání videa",
+ "SecondaryAudioNotSupported": "Výběr druhé zvukové stopy",
+ "ExternalAudioNotSupported": "Selecting external audio track",
+ "ErrorRemovingEmbyConnectAccount": "Při odebrání účtu Emby Connect došlo k chybě. Ujistěte se, že máte aktivní připojení k internetu a zkuste to znovu.",
+ "HeaderEmbyAccountRemoved": "Emby účet odebrán",
+ "MessageEmbyAccontRemoved": "Účet Emby byl odstraněn pro tohoto uživatele.",
+ "HeaderInvitationSent": "Pozvánka odeslána",
+ "Offline": "Offline",
+ "HeaderSignUp": "Registrovat",
+ "ServerDownloadMessage": "Pro stažení a instalaci Emby serveru zdarma navštivte {0}",
+ "ServerDownloadMessageWithoutLink": "Pro stažení a instalaci Emby serveru zdarma navštivte stránky Emby.",
+ "MessageInvitationSentToUser": "E-mail byl odeslán na adresu {0} a přijmutím této pozvnánky akceptujete vaší pozvánku ke sdílení.",
+ "MessageInvitationSentToNewUser": "E-mail byl odeslán na adresu {0} s výzvou k registraci s Emby.",
+ "GuestUserNotFound": "Uživatel nenalezen. Prosím, ujistěte se, že název je správný a zkuste to znovu, nebo zkuste zadat jejich e-mailovou adresu.",
+ "ErrorReachingEmbyConnect": "Došlo k chybě při navázání spojení k serveru Emby Connect. Ujistěte se, zda je funkční připojení k internetu a zkuste to znovu.",
+ "ErrorAddingEmbyConnectAccount1": "Nastala chyba při přidávání účtu Emby Connect. Opravdu máte vytvořen účet u Emby? Přihlaste se zde {0}.",
+ "ErrorAddingEmbyConnectAccount2": "Pokud stále máte problémy, pošlete prosím e-mail na adresu {0} z e-mailové adresy použité na účtu Emby.",
+ "ErrorAddingGuestAccount1": "Došlo k chybě při přidávání účtu Emby Connect. Má váš host vytvořený účet Emby? Může se přihlásit na {0}.",
+ "ErrorAddingGuestAccount2": "Pokud stále máte problémy, pošlete prosím e-mail na adresu {0} a přiložte Vaši i jejich e-mailovou adresu.",
+ "MessageEmbyAccountAdded": "Emby účet byl přidáno k tomuto uživateli.",
+ "MessagePendingEmbyAccountAdded": "Účet Emby byl přidán pro tohoto uživatele. E-mail bude zaslán majiteli účtu. Pozvánku bude nutné potvrdit kliknutím na odkaz uvnitř e-mailu.",
+ "HeaderEmbyAccountAdded": "Emby účet přidán",
+ "Skip": "Přeskočit",
+ "HeaderAdditionalParts": "Další části",
+ "ButtonGenerateNewPin": "Generovat nový pin",
+ "ConnectLoginHelp1": "S Emby Connect se můžete snadno připojit na Emby server kdekoli jste a sdílet servery s rodinou a přáteli.",
+ "CreatePinErrorMessage": "Chyba při vytváření pin kódu. Klikněte prosím na Generovat nový pin a zkuste to znovu.",
+ "PinExpiredMessage": "Platnost pin kódu vypršela. Klikněte prosím na Generovat nový pin a zkuste to znovu.",
+ "ConnectPinCodeHeader": "Abyste se připojili přes Emby Connect, použijte mobilní zařízení nebo počítač, navštivte {0} a zadejte následující pin kód:",
+ "LabelSubtitlePlaybackMode": "Mód titulků:",
+ "ErrorDeletingItem": "Nastala chyba při mazání položky z Emby Serveru. Zkontrolujte prosím, že Emby Server má oprávnění k zápisu do složky médií a zkuste to prosím znovu.",
+ "NoSubtitles": "Žádné titulky",
+ "Default": "Výchozí",
+ "Absolute": "Absolutní",
+ "Smart": "Chytrý",
+ "Small": "Malý",
+ "Smaller": "Menší",
+ "Medium": "Střední",
+ "Large": "Velký",
+ "Larger": "Larger",
+ "ExtraLarge": "Extra velký",
+ "ExtraSmall": "Extra small",
+ "Forced": "Vynucené",
+ "External": "Externí",
+ "HeaderEmbeddedTitle": "Vložený název",
+ "OnlyForcedSubtitles": "Pouze vynucené titulky",
+ "AlwaysPlaySubtitles": "Vždy zobrazit titulky",
+ "DefaultSubtitlesHelp": "Titulky jsou načteny na základě výchozích a vynucených nastavení ve vložených metadatech. Jazykové preference jsou vzaty v úvahu, pokud je k dispozici více možností.",
+ "SmartSubtitlesHelp": "Titulky budou načteny po porovnání s preferovaným jazykem, pokud je zvuk v cizím jazyce.",
+ "HeaderSubtitleSettings": "Nastavení titulků",
+ "HeaderSubtitleAppearance": "Vzhled titulků",
+ "OnlyForcedSubtitlesHelp": "Jen vynucené titulky budou nahrány.",
+ "AutoSelectHearingImpairedHelp": "Subtitles matching the language preference will be loaded, with a preference given to tracks that are marked as hearing impaired (SDH).",
+ "AlwaysPlaySubtitlesHelp": "Titulky odpovídající jazykové předvolbě se načtou bez ohledu na jazyk audia.",
+ "NoSubtitlesHelp": "Ve výchozím nastavení nebudou titulky načteny. Během přehrávání však mohou být manuálně zapnuty.",
+ "LabelPreferredSubtitleLanguage": "Preferovaný jazyk titulků:",
+ "LabelTextSize": "Velikost textu:",
+ "TheseSettingsAffectSubtitlesOnThisDevice": "Tato nastavení ovlivní titulky na tomto zařízení",
+ "LabelDropShadow": "Vrhat stín:",
+ "LabelTextBackgroundColor": "Barva pozadí textu:",
+ "LabelWindowBackgroundColor": "Barva pozadí textu:",
+ "LabelFont": "Písmo:",
+ "LabelTextColor": "Barva textu:",
+ "LabelBackgroundColor": "Barva pozadí:",
+ "LabelBackgroundOpacity": "Průhlednost pozadí:",
+ "Raised": "Zvednutý",
+ "Depressed": "Stlačený",
+ "Uniform": "Uniformní",
+ "DropShadow": "Vrhat stín",
+ "SmallCaps": "Kapitálky",
+ "SubtitleAppearanceSettingsDisclaimer": "Tato nastavení se nevztahují na grafické titulky (PGS, DVD atd.) nebo titulky, které mají vložené vlastní styly (ASS / SSA).",
+ "Normal": "Normální",
+ "HeaderWaitingForWifi": "Čekání na Wifi",
+ "WifiRequiredToDownload": "Pro pokračování stahování je zapotřebí připojení Wifi.",
+ "DownloadOnlyOnWifi": "Stahovat pouze na wifi",
+ "LabelMusicDownloadQuality": "Kvalita stahování hudby:",
+ "MusicDownloadQualityHelp": "Audio soubory s vyšším datovým tokem budou konvertovány pomocí serveru Emby. Vyberte vyšší hodnotu pro lepší kvalitu nebo nižší hodnotu pro úsporu velikosti.",
+ "HeaderDownloadSettings": "Stáhnout nastavení",
+ "LabelDownloadLocation": "Umístění stahování:",
+ "BrowseForFolder": "Procházet složku",
+ "Unlimited": "Neomezeno",
+ "NoLimit": "No limit",
+ "Hide": "Skrýt",
+ "HeaderKeepWatching": "Keep Watching",
+ "HeaderNextEpisode": "Next Episode",
+ "AudioBitDepthNotSupported": "Převod na podporovanou bitovou hloubku zvuku",
+ "VideoBitrateNotSupported": "Converting to compatible video bitrate",
+ "VideoProfileNotSupported": "Převod na podporovaný video profil",
+ "VideoFramerateNotSupported": "Převod na podporovanou snímkovou frekvenci videa",
+ "VideoBitDepthNotSupported": "Převod na podporovanou bitovou hloubku videa",
+ "RefFramesNotSupported": "Převod na podporovaný počet referenčních snímků videa",
+ "ErrorConnectServerUnreachable": "Při provádění požadované operace došlo k chybě. Váš server nemůže kontaktovat náš server Emby Connect na adrese {0}. Ujistěte se, že váš server má aktivní připojení k internetu a že komunikace jsou povoleny jakýmkoli nainstalovaným firewallem nebo bezpečnostním softwarem.",
+ "HeaderStopRecording": "Zastavit záznam",
+ "ManageRecording": "Spravovat nahrávání",
+ "LabelDropImageHere": "Sem přetáhněte obrázek nebo klikněte pro výběr obrázku k nahrání.",
+ "MessageFileReadError": "Došlo k chybě při čtení souboru. Zkuste, prosím, znovu.",
+ "Browse": "Procházet",
+ "HeaderUploadImage": "Nahrát obrázek",
+ "HeaderAddUpdateImage": "Přidat/Aktualizovat obrázek",
+ "HeaderShowFields": "Zobrazit pole",
+ "LabelView": "Zobrazit",
+ "LabelImageType": "Typ obrázku:",
+ "Upload": "Nahrát",
+ "Primary": "Primární",
+ "PrimaryImageBlur": "Rozostření základního obrázku",
+ "Art": "Umění",
+ "Backdrop": "Pozadí",
+ "Banner": "Banner",
+ "Box": "Pouzdro",
+ "BoxRear": "Box (zadní)",
+ "Disc": "Disk",
+ "Logo": "Logo",
+ "LogoDark": "Logo (tmavá verze)",
+ "LogoLight": "Logo (světlá verze)",
+ "LogoLightColor": "Logo (světlé barevné)",
+ "Menu": "Nabídka",
+ "Screenshot": "Snímek obrazovky",
+ "Thumb": "Miniatura",
+ "HeaderAudioSettings": "Nastavení zvuku",
+ "LabelAudioLanguagePreference": "Preferovaný jazyk zvuku:",
+ "LabelPlayDefaultAudioTrack": "Přehrávat defaultní audio stopu bez ohledu na jazyk",
+ "HeaderVideoQuality": "Kvalita videa",
+ "CinemaModeConfigurationHelp": "kino úvody přinášejí zážitky z kina přímo do vašeho obývacího pokoje s možností přehrát ukázky a vlastní úvody před hlavním programem.",
+ "ShowUpNextPreview": "Show up next preview",
+ "ShowUpNextPreviewHelp": "Show information for the next item near the end of the current one.",
+ "PlayNextEpisodeAutomatically": "Automaticky přehrávat další epizodu",
+ "LabelMaxChromecastBitrate": "Maximální datový tok pro Chromecast:",
+ "LabelSkipBackLength": "Délka posunu zpět:",
+ "LabelSkipForwardLength": "Délka posunu vpřed:",
+ "EnableCinemaMode": "Povolit Kino úvody",
+ "LabelInternetQuality": "Kvalita přes internet:",
+ "LabelCellularQuality": "Remote streaming quality (cellular)",
+ "HeaderMusicQuality": "Kvalita hudby",
+ "LabelHomeNetworkQuality": "Kvalita přes domácí síť:",
+ "HeaderLatestMedia": "Nejnovější média",
+ "HeaderRestartingEmbyServer": "Restartování Emby serveru",
+ "RestartPleaseWaitMessage": "Počkejte prosím, než se Emby Server vypne a restartuje. Může to trvat pár minut.",
+ "HeaderPlayNext": "Přehrát další",
+ "AutoBasedOnLanguageSetting": "Auto (na základě nastavení zařízení)",
+ "SameAsMainTheme": "Stejné jako hlavní téma",
+ "LabelDateTimeLocale": "Místní datum a čas:",
+ "Genre": "Žánr",
+ "DirectorValue": "Režisér: {0}",
+ "DirectorsValue": "Režiséři: {0}",
+ "GenreValue": "Žánr: {0}",
+ "GenresValue": "Žánry: {0}",
+ "TagsValue": "Tagy: {0}",
+ "Off": "Vypnuto",
+ "Title": "Název",
+ "Year": "Rok",
+ "Filter": "Filter",
+ "Filters": "Filtry",
+ "Unplayed": "Nepřehrané",
+ "LabelTVHomeScreen": "Domovská obrazovka TV režimu:",
+ "Horizontal": "Horizontální",
+ "Vertical": "Vertikální",
+ "HeaderGroupBy": "Group By",
+ "HeaderMediaType": "Media Type",
+ "GroupBySeries": "Seskupit podle série",
+ "HeaderVideoType": "Typ videa",
+ "HeaderSeriesStatus": "Stav seriálu",
+ "Features": "Funkce",
+ "Trailers": "Trailery",
+ "Extras": "Extra",
+ "ThemeSongs": "Tématická hudba",
+ "ThemeVideos": "Tématické video",
+ "HeaderFavoriteMovies": "Oblíbená videa",
+ "HeaderFavoritePhotos": "Oblíbené fotografie",
+ "HeaderFavoriteShows": "Oblíbené seriály",
+ "HeaderFavoriteEpisodes": "Oblíbené epizody",
+ "HeaderFavoriteVideos": "Oblíbená videa",
+ "HeaderFavoriteMusicVideos": "Favorite Music Videos",
+ "HeaderFavoriteGames": "Oblíbené hry",
+ "HeaderFavoriteArtists": "Oblíbení umělci",
+ "HeaderFavoriteAlbums": "Oblíbená alba",
+ "HeaderFavoriteSongs": "Oblíbená hudba",
+ "HeaderFavoriteAuthors": "Oblíbení tvůrci",
+ "HeaderFavoriteAudioBooks": "Oblíbené audioknihy",
+ "Ascending": "Vzestupně",
+ "Descending": "Sestupně",
+ "HeaderColorPrimaries": "Barva primárek",
+ "HeaderColorSpace": "Barevný prostor",
+ "HeaderColorTransfer": "Přenos barvy",
+ "HeaderVideoRange": "Rozsah videa",
+ "SeriesDisplayOrderHelp": "Seřaďte epizody podle datumu, dvd nebo absolutního číslování.",
+ "LabelVerticalPositionFromBottom": "Svislá pozice (zespodu):",
+ "HeaderFavoritePeople": "Oblíbení lidé",
+ "MultiSelect": "Více-výběr",
+ "HeaderSignOut": "Odhlásit se",
+ "HeaderSelectServer": "Výběr serveru",
+ "HeaderChangeServer": "Změnit server",
+ "HeaderChangeUser": "Změnit uživatele",
+ "HeaderAppSettings": "Nastavení aplikace",
+ "HeaderLoginSettings": "Nastavení přihlášení",
+ "LabelRememberLogin": "Zapamatovat přihlášení",
+ "LabelAutomaticallySignOut": "Automaticky odhlásit:",
+ "BetaTesterMessage": "Děkujeme, že jste beta tester Emby serveru! Zpětnou vazbu zanechte prosím na {0}. Testovací prostor Emby komunity {1}.",
+ "HardwareAccelerated": "Hardwarová akcelerace",
+ "Software": "Software",
+ "Metadata": "Metadata",
+ "HeaderMediaInfo": "Informace o médiu",
+ "Locked": "Zamčeno",
+ "HeaderSplitVersionsApart": "Rozdělit verze",
+ "Any": "Vše",
+ "Admin": "Administrátor",
+ "HeaderReadMore": "Číst více",
+ "CustomRatingHelp": "Vlastní hodnocení je použito pro klasifikaci rodičovského hodnocení, avšak nezobrazuje se. Stále se zobrazuje rodičovské hodnocení.",
+ "KeepUpToHelp": "Nahrávky přesahující limit jsou smazány pokaždé, když začne další nahrávání. Na základě data přidání jsou jako první nejprve smazány nejstarší záznamy.",
+ "NoItemsMatchingFound": "Nebyly nalezeny žádné položky odpovídající vašim kriteriím vyhledávání.",
+ "TwoSearchCharsRequired": "Zadejte, prosím, alespoň 2 znaky k vyhledávání.",
+ "PreventPlaybackContinuing": "Zabránit nekonečnému přehrávání pravidelnou výzvou uživatele k potvrzení.",
+ "PromptStillWatching": "Povolit oznámení 'Stále sledujete?'",
+ "HeaderMissingMetadata": "Chybějící metadata",
+ "HeaderIncludedIn": "Obsaženo v",
+ "EmbyConnectUserAlreadyLinked": "Uživatel Emby Connect je už propojený s jiným uživatelem tohoto serveru.",
+ "VideoFilesWillBeConvertedTo": "Překódovaná videa budou uložena jako {0}.",
+ "VideoWillBeConvertedTo": "Video streamy budou překódovány do {0} nebo zkopírovány z původního souboru pokud jsou už {0} a kvalitou odpovídají možnostem překódování.",
+ "VideoWillBeConvertedToOrCopied": "Video streamy budou překódovány do {0} nebo zkopírovány z původního souboru pokud jsou některé z {1} a kvalitou odpovídají možnostem překódování.",
+ "AudioWillBeConvertedTo": "Audio streamy budou překódovány do {0} nebo zkopírovány z původního souboru pokud jsou už {0} a kvalitou odpovídají možnostem překódování.",
+ "AudioWillBeConvertedToOrCopied": "Audio streamy budou překódovány do {0} nebo zkopírovány z původního souboru pokud jsou některé z {1} a kvalitou odpovídají možnostem překódování.",
+ "HeaderSpecialKeys": "Speciální klávesy",
+ "FollowingSpecialKeys": "Následující speciální klávesy podporuje většina klávesnic a dálkových ovládání:",
+ "HeaderDeleteSeries": "Smazat seriály",
+ "HeaderDeleteLastPlayedEpisode": "Smazat naposledy zhlédnutou epizodu",
+ "HeaderConnectingToServer": "Připojování k serveru",
+ "ServerNameValue": "Název serveru: {0}",
+ "DomainValue": "Doména: {0}",
+ "RatedValue": "Hodnoceno {0}",
+ "LocalServerRedirectMessage": "Nyní budete přesměrován na doménu, kterou vlastní a spravuje administrátor serveru, který byl vybrán pro připojení:",
+ "AllMediaOwnedHosted": "Všechna média jsou hostována a spravována vlastníkem {0}.",
+ "EnableResolutionSwitching": "Match video resolution",
+ "EnableResolutionSwitchingHelp": "This enables Emby to change the resolution to the same value the video was encoded in before starting playback. This may help minimize the amount of stutter/judder that you might otherwise see when playing videos which do not match up well.",
+ "EnableDisplayRefreshRateSwitching": "Povolit přepínání obnovovací frekvence displeje",
+ "EnableDisplayRefreshRateSwitchingHelp": "Umožní Emby před spuštěním přehrávání změnit obnovovací frekvenci displeje na stejnou hodnotu (nebo vyšší) jako má video. Pomůže se tím minimalizovat množství sekání/trhání.",
+ "RememberSelectedAudioTracks": "Pamatovat si výběr zvukové stopy",
+ "RememberSelectedSubtitleTracks": "Pamatovat si výběr titulků",
+ "RememberSelectedSubtitleTracksHelp": "Výběr titulků bude zapamatován pro každé video zvlášť a v případě znovupřehrání videa bude znovu uplatněn.",
+ "RememberSelectedAudioTracksHelp": "Výběr zvukové stopy bude zapamatován pro každé video zvlášť a v případě znovupřehrání videa bude znovu uplatněn.",
+ "ClearSavedTrackSelections": "Vymazat uložené výběry stop.",
+ "HeaderClearTrackSelections": "Vymazat uložené výběry stop.",
+ "QuestionClearSavedTracks": "Vymazat všechny uložené výběry stop?",
+ "LabelChannelTags": "Štítky kanálu:",
+ "AfterThisPlaysConfirmation": "Až toto dohraje, chcete pokračovat v přehrávání anebo odstranit přidanou hudbu z fronty k přehrání?",
+ "Keep": "Pokračovat",
+ "Clear": "Odstranit",
+ "HeaderClearFilters": "Vymazat filtry",
+ "HeaderSearchForImages": "Hledat obrázky",
+ "HeaderSearchNewImage": "Hledat nový obrázek",
+ "HeaderSearchForAnImage": "Hledat obrázek",
+ "DragDropToReorder": "Přetažením přeuspořádat",
+ "HeaderAddImageFromUrl": "Přidat obrázek pomocí URL",
+ "HeaderSetImageFromUrl": "Nastavit obrázek z URL",
+ "LabelUrl": "URL:",
+ "LabelChannelNumber": "Číslo kanálu:",
+ "LabelGuideDataChannel": "Průvodce kanálu:",
+ "GuideDataSource": "Guide Data Source",
+ "HeaderCopyToClipboard": "Zkopírovat do schránky",
+ "TimeRemainingValue": "{0} zbývá",
+ "LabelResumeRewindSeconds": "Automaticky přesunout zpět při pokračování:",
+ "ResumeRewindSecondsHelp": "Mělo by Vám pomoci si zapamatovat, kde jste skončili.",
+ "HeaderSavePlayQueueToPlaylist": "Uložit frontu k přehrání do playlistu",
+ "EnableLogoImagesAsTitle": "Zobrazit obrázky s logem jako nadpisy na stránkách s podrobnostmi.",
+ "EnableLogoImagesAsTitleHelp": "Obrázky s logem, pokud jsou k dispozici, mohou být použity místo textového nadpisu u videí, seriálů a na ostatních stránkách s podrobnostmi. Pokud nebude k dispozici obrázek s logem, nadpis bude nahrazen textem.",
+ "LabelNowPlayingAudioBackgroundStyle": "Nyní se přehrává styl hudebního podkresu:",
+ "LabelNowPlayingVideoBackgroundStyle": "Nyní se přehrává styl obrazového podkresu:",
+ "NowPlayingVideoBackgroundStyleHelp": "Určuje styl pozadí při vzdáleném ovladání přehrávání videa na jiném zařízení.",
+ "Rotation": "Rotace",
+ "Minutes": "Minuty",
+ "LabelMaxRecordingLength": "Maximální délka nahrávky:",
+ "MaxRecordingLengthHelp": "Omezí nahrávky na určitý čas bez ohledu na dobu vysílání. Pro žádné omezení nastavte hodnotu 0.",
+ "RemoteWAN": "Vzdálená (WAN) adresa",
+ "HeaderLastConnectedTo": "Poslední spojení s",
+ "Version": "Verze",
+ "Keyword": "Klíčové slovo",
+ "HeaderServerAddress": "Adresa serveru",
+ "HeaderSkipIntro": "Přeskočit intro",
+ "HeaderCreateRecording": "Vytvořit nahrávku",
+ "HeaderAddRecording": "Přidání nahrávky",
+ "HeaderChannelAndTime": "Kanál a čas",
+ "LabelRecordProgramOrSeriesFrom": "Nahrát pořad nebo seriál z:",
+ "LabelStartTime": "Začátek:",
+ "LabelEndTime": "Konec:",
+ "LabelFrequency": "Četnost:",
+ "Recurring": "Opakování",
+ "Once": "Jednou",
+ "Start": "Start",
+ "Unpause": "Unpause",
+ "LabelIntroSkipMode": "Přeskakování úvodu:",
+ "ShowSkipIntroButton": "Zobrazit tlačítko \"Přeskočit úvod\"",
+ "AutoSkipIntro": "Automaticky přeskakovat úvodní intra.",
+ "DisplayRatingInformationOnVideoPlaybackStart": "Display rating information on video playback start",
+ "DisplayRatingInformationOnVideoPlaybackStartHelp": "The rating information will display briefly when video playback begins.",
+ "IntroSkipModeHelp": "Zobrazí tlačítko \"Přeskočit úvod\" nebo automaticky přeskočí úvod u epizod, u kterých Emby server zjistí značky intra. Detekce úvodu musí být povolena v možnostech knihovny serveru Emby.",
+ "EnableHomeScreenFocusPreview": "Use a layout on the home screen that shows a detailed preview of the selected item",
+ "EnableHomeScreenFocusPreviewHelp": "This may not work well if your home screen contains a mixture of different media types.",
+ "LabelHideMediaTransportButtons": "Hide video player transport buttons",
+ "HideMediaTransportButtonsHelp": "Create a simpler on-screen playback interface by hiding basic transport buttons such as skip forward, back and pause. You'll still be able to use these functions using arrow keys and OK/Enter. Auto will hide the transport buttons when no mouse usage is detected within the app.",
+ "ImageSizeHelp": "Set your preferred size of image grids.",
+ "LabelImageSize": "Image size",
+ "ThisImageIsOnlyPreview": "This image is only a preview that came from the metadata search engine. The actual image that Emby Server downloads may be different and will depend on the options you've configured in Emby library setup.",
+ "ResultsRangeValue": "{0} to {1} of {2}",
+ "NotificationsDescription": "Setup notifications to stay informed of important events on your Emby Server.",
+ "DeleteEmbyConnectAccount": "Delete Emby Connect Account",
+ "DeleteEmbyConnectAccountHelp": "To delete your Emby Connect account, please sign in to the {0}Emby Community{1} at {2}. Once signed in, then click your username in the top right, then click Account Settings, then click Delete My Account.",
+ "KeepPlayingInBackground": "Keep playing in the background",
+ "LabelVideoBackBehavior": "Video player back button behavior",
+ "HeaderViewLyrics": "View Lyrics",
+ "HeaderViewMissingEpisodes": "Zobrazit chybějící epizody",
+ "HeaderMissingEpisodes": "Chybějící epizody",
+ "HeaderManageAccess": "Manage Access",
+ "HeaderManageCollaboration": "Manage Collaboration",
+ "HeaderLeaveCollaboration": "Leave Collaboration",
+ "HeaderRemoveFromLibrary": "Remove from Library",
+ "RemoveSharedItemConfirmation": "Are you sure you wish to remove this item from your library? In order to get it back the owner will need to grant you access again.",
+ "SubtitlesDownloaded": "Subtitles Downloaded",
+ "HeaderMakePrivate": "Make Private",
+ "HeaderMakePublic": "Make Public",
+ "MakePublicDescription": "All users will be able to view this item. Users can be granted access to edit.",
+ "MakePrivateDescription": "Users can still be granted access individually.",
+ "Private": "Private",
+ "Public": "Public",
+ "Collaborative": "Collaborative",
+ "PreferredShowDisplay": "Preferred TV show display",
+ "ShowAllEpisodesAllSeasons": "Show all episodes of all seasons together",
+ "ShowAllEpisodesSingleSeason": "Show all episodes for only single season shows",
+ "ShowSeasonFolders": "Always show season folders",
+ "HeaderAddAgain": "Add Again",
+ "UpNext": "Up Next",
+ "ItemsAlreadyInPlaylist": "Some of these items are already in your playlist.",
+ "ItemAlreadyInPlaylist": "This item is already in your playlist.",
+ "HeaderPlayChannel": "Play Channel",
+ "LabelScreenOrientationDuringVideo": "Screen orientation during video playback",
+ "UseDeviceSetting": "Use device setting",
+ "LockToLandscape": "Lock to landscape",
+ "UsernameForFolderHelp": "The username required to access this folder on your network (if applicable).",
+ "PasswordForFolderHelp": "The password required to access this folder on your network (if applicable).",
+ "ShowMediaInfoOnDetailScreens": "Show full media at the bottom of audio and video detail screens",
+ "ForgotPasswordNoUserFound": "No users were found with the entered name. Please try again, or leave the name blank to reset the password for all users on this server.",
+ "Silver": "Silver",
+ "DimGray": "Dim Gray",
+ "DarkGray": "Dark Gray",
+ "LightGray": "Light Gray",
+ "Black": "Black",
+ "Blue": "Blue",
+ "Cyan": "Cyan",
+ "Gray": "Gray",
+ "Green": "Green",
+ "Lime": "Lime",
+ "Magenta": "Magenta",
+ "Orange": "Orange",
+ "Pink": "Pink",
+ "Red": "Red",
+ "Yellow": "Yellow",
+ "White": "White",
+ "Purple": "Purple",
+ "RecentlyReleasedMovies": "Recently Released Movies",
+ "RecentlyReleasedEpisodes": "Recently Released Episodes",
+ "DolbyProfile": "Dolby Profile",
+ "IpAddress": "IP Address",
+ "VideoType": "Video Type",
+ "HidePlayedMediaFrom": "Hide Played Media From",
+ "BottomEdgePosition": "Bottom Edge Position",
+ "VerticalPositionFromBottomScreen": "Set the vertical position of the subtitles relative to the bottom of the screen.",
+ "TopEdgePosition": "Top Edge Position",
+ "TopEdgePositionHelp": "Set the highest allowed vertical position of the subtitles relative to the top of the screen. This is used when the subtitles contain positioning instructions to be placed at the top.",
+ "HeaderSubtitlePosition": "Subtitle Position",
+ "TitleProfilePin": "Profile PIN",
+ "ProfilePinConfirm": "Profile PIN (confirm)",
+ "SaveProfilePin": "Save Pin",
+ "ProfilePinDescription": "Create an optional pin to be prompted for entry whenever you return to an Emby app on a device that you've already signed into. This is useful if you have devices that are shared by multiple users. You can choose to enable it selectively on each device as required.",
+ "TitleNewEpisodes": "New Episodes",
+ "EnterYourPinToContinue": "Enter your PIN to continue.",
+ "YourPinMustBe": "Your PIN must be {0} digits.",
+ "ForgotPin": "Forgot PIN?",
+ "RequireEnteringPinToReturn": "Require entering my profile PIN whenever I return to this app.",
+ "RequireEnteringPinToReturnQuestion": "Should we prompt you for your profile PIN whenever you return to this app? If this device is shared by multiple users, your profile PIN can help prevent the other users from accessing your data.",
+ "RequireEnteringPinToReturnHelp": "Useful if this device is shared by multiple users.",
+ "WrongPinPleaseTryAgain": "Whoops, wrong PIN. Please try again.",
+ "ProfilePinIsOn": "Profile PIN is currently on.",
+ "IfTryingToConnectToHttp": "If you're trying to connect to your Emby Server using an HTTP address, your browser may not be allowing this due to HTTPS requirements. Please try one of the following:",
+ "SetupHttpsForYourServer": "Setup {0}HTTPS for your Emby Server{1} so that you can connect using HTTPS.",
+ "TitleUnableToReachServer": "Unable to Reach Server",
+ "TitleUnableToReachName": "Unable to Reach {0}",
+ "HearingImpaired": "Hearing Impaired",
+ "SignIntoServerName": "Sign in to {0}",
+ "About": "About",
+ "Specials": "Specials",
+ "NSettings": "{0} Settings",
+ "NPreferences": "{0} Preferences",
+ "DetailScreenOptions": "Detail Screens",
+ "LabelGenreDisplayLimit": "Genre display limit",
+ "GenreDisplayLimitHelp": "Limit the number of genres displayed at the top of item detail screens.",
+ "GenreDisplayLimitForListsHelp": "Limit the number of genres displayed at the top of playlist, collection and artist detail screens.",
+ "LabelGenreDisplayLimitForLists": "Genre display limit for lists",
+ "ShowPosterOnDetails": "Show a poster on the detail screen",
+ "ShowPosterOnDetailsHelp": "Choose to show a poster on video detail screens, or hide it for a more minimal look that emphasizes the background. This setting is not used on smaller screen layouts. Some item types will ignore this setting.",
+ "EnableAppLogging": "Enable app logging",
+ "EnableAppLoggingHelp": "Logging can degrade app performance and should only be enabled as needed for troubleshooting purposes. Changes require restarting the app.",
+ "LabelSlideshowInterval": "Photo slideshow time per slide",
+ "TVChannelImageEditorHelp": "Multiple logo versions are supported. Emby apps will automatically choose the appropiate one depending on the current theme.",
+ "PlaySlideshow": "Play Slideshow",
+ "CheckForExistingEpisodesInAllLibraries": "Check for existing episodes in all libraries",
+ "GroupNotificationsBySeriesOrAlbum": "Group notifications by series and albums",
+ "ThemeSettings": "Theme Settings",
+ "FollowingActivityWillBeDisrupted": "The following activity will be disrupted and may require manual intervention to restart:",
+ "OneActivePlaybackSession": "1 Active Playback Session",
+ "NumActivePlaybackSessions": "{0} Active Playback Sessions",
+ "OneActiveRecording": "1 Active Recording",
+ "NumActiveRecordings": "{0} Active Recordings",
+ "PlayFromLivePosition": "Play from the live position",
+ "PlayFromStartOfRecording": "Play from the start of the recording",
+ "ThisChannelIsActivelyRecording": "This channel is actively recording. How would you like to begin playing?",
+ "ThemeSongVolume": "Theme song volume",
+ "HeaderForceConversionForFormats": "Force Conversion for Formats",
+ "ForceConversionForFormatsHelp": "Use this to force server-side transcoding or remuxing for formats that don't direct play very well on this device.",
+ "StartupBehavior": "Startup behavior",
+ "RememberLastUser": "Remember last user",
+ "ShowLoginScreen": "Show login screen",
+ "SignInAsValue": "Sign in as {0}",
+ "ConvertUnsupportedAudio": "Convert unsupported surround audio to Dolby Digital",
+ "ConvertUnsupportedAudioHelp": "Avoid downmixing unsupported surround formats to stereo by having Emby Server transcode them to Dolby Digital.",
+ "HeaderPlaybackCorrection": "Playback Correction",
+ "HeaderAttemptPlaybackCorrection": "Attempt Playback Correction",
+ "PlaybackCorrectionConfirm": "Attempt playback correction?",
+ "PlaybackCorrectionDescription": "Is the current item exhibiting a playback problem such as no video or audio? This will try and correct playback issues using server transcoding to convert this file into a more streaming friendly format. This will result in increased resource consumption on this Emby Server.",
+ "PlaybackCorrectionDescription2": "You can do this up to three times per video, where remuxing, video transcoding and audio transcoding are each activated one at a time.",
+ "HeaderAlbumsAsContributingArtist": "Albums as Contributing Artist",
+ "HeaderAlbumsAsComposer": "Albums as Composer",
+ "Duplicates": "Duplicates",
+ "HeaderSleepTimer": "Sleep Timer",
+ "AfterCurrentItem": "After current item",
+ "HeaderStopPlayback": "Stop Playback",
+ "TurnOffTimer": "Turn off timer",
+ "SleepTimerIsSet": "Your sleep timer is set",
+ "SleepTimerIsOff": "Your sleep timer is off",
+ "LabelEnableRemoteControlTVMode": "Display casting and remote control functions",
+ "EnableRemoteControlTVModeHelp": "Enable if you intend to use this device to send media to other devices.",
+ "ShowOnScreenControls": "Show on-screen controls",
+ "LabelVideoScreenUpAction": "Video player up action",
+ "VideoScreenUpActionHelp": "Select the action to take when pressing the up key on the video player screen. This applies when no on-screen controls are currently visible. When controls are already visible, the up key will be used for navigation.",
+ "LabelVideoPlayerLongPressAction": "Video player long press action",
+ "LetsGetSetup": "Let's Get Set Up",
+ "VideoPlayerLongPressActionHelp": "Choose what function or menu is shown when long pressing the OK button during video playback. This only takes effect when the video controls are hidden or the seek bar has focus.",
+ "AskAdminToGetPremiere": "This purchase must be made by the server administrator. Please ask the administrator of this Emby Server to sign in and get Emby Premiere so that you can enjoy access to premium features.",
+ "AutoOpenSingleItemsFolders": "Auto open single items in folder view",
+ "AutoOpenSingleItemsFoldersHelp": "When a folder only contains one item, automatically open that item.",
+ "PlayedOnValue": "Played {0}",
+ "TheseSettingsApplyAppDevice": "These settings apply to all users playing on this device.",
+ "LastContentDateAdded": "Last Content Date Added",
+ "RepeatThemeMedia": "Play themes on repeat",
+ "HideEpisodeSpoilerInfo": "Hide spoiler information from unwatched episodes",
+ "HideEpisodeSpoilerInfoHelp": "Hides the title, overview and image for unwatched episodes on most screens.",
+ "BornValueAge": "Born: {0} (age {1})",
+ "PreferDirectStreamLiveTV": "Prefer direct streaming of Live TV",
+ "PreferDirectStreamLiveTVHelp": "Direct streaming Live TV will reduce resource consumption on your Emby Server but may not be as seekable during playback. Enabling this will direct stream Live TV when the format is supported and is within your configured quality setting. Disable this to enjoy more seeking during playback at the cost of additional resource consumption.",
+ "HeaderAllRecordings": "All Recordings",
+ "RememberLoginDescription": "After signing in, you can use the app settings to configure the startup behavior to remember login, sign in as a specific user, or always show the login screen.",
+ "ForgetThisServer": "Forget This Server",
+ "ForgetServerConfirmation": "Are you sure you wish to forget this server?",
+ "HeaderThisDevice": "This Device",
+ "ChaptersGuide": "Chapters / Live TV Guide",
+ "ChaptersGuideHelp": "Show Chapters for media with chapters. For media without chapters, show the Live TV Guide (when available).",
+ "HeaderShowSeriesImages": "Show Series Images",
+ "AppExitConfirmation": "Are you ready to exit Emby?",
+ "AppExitMenu": "Exit menu",
+ "SideMenu": "Side navigation menu",
+ "SystemStorage": "System storage ({0})"
+}
diff --git a/modules/common/strings/da.json b/modules/common/strings/da.json
new file mode 100644
index 0000000..671d76b
--- /dev/null
+++ b/modules/common/strings/da.json
@@ -0,0 +1,1340 @@
+{
+ "ReplaceExistingThumbnailImages": "Replace existing video preview thumbnails",
+ "ReplaceExistingThumbnailImagesHelp": "All existing video preview thumbnails will be deleted and new ones will be generated, if enabled in the options for the library.",
+ "DateCreated": "Date Created",
+ "CreatedOnValue": "Created {0}",
+ "UpdatedOnValue": "Updated {0}",
+ "EmbyLoginTerms": "Emby er designet til at hjælpe dig med at administrere dit personlige mediebibliotek, såsom hjemmevideoer og fotos. Se venligst vores {0}brugsbetingelser{1}. Brug af enhver Emby-software udgør accept af disse betingelser.",
+ "MessageUnableToConnectToServer": "Vi kan ikke forbinde til den valgte server på nuværende tidspunkt. Sikrer dig venligst at serveren kører og prøv igen.",
+ "EmbyIntroMessage": "Med Emby kan du nemt streame videoer, musik og fotos til smartphones, tablets og andre enheder fra din Emby-server.",
+ "HeaderSignInWithConnect": "Log ind med Emby Connect",
+ "HeaderWelcomeToEmby": "Velkommen til Emby",
+ "HeaderNewUsers": "Nye brugere",
+ "HeaderPleaseSignIn": "Log venligst ind",
+ "MessageInvalidUser": "Ukendt brugernavn eller adgangskode. Prøv igen.",
+ "MessageUnlockAppWithPurchaseOrSupporter": "Lås op for dette feature med en lille enkeltstående betaling, eller med et aktivt Emby Premiere abonnement.",
+ "MessageUnlockAppWithSupporter": "Lås op for dette feature med et aktivt Emby Premiere abonnement.",
+ "MessageToValidateSupporter": "Hvis du har et aktivt Emby Premiere abonnement, skal du være sikker på at Emby Premiere er konfigureret i dit Emby Server-kontrolpanel, som kan tilgåes ved at klikke på Emby Premiere i hovedmenuen.",
+ "ValueSpecialEpisodeName": "Special - {0}",
+ "HeaderSignIn": "Log Ind",
+ "Share": "Del",
+ "Shared": "Delt",
+ "Info": "Info",
+ "Add": "Tilføj",
+ "Speed": "Hastighed",
+ "PlaybackSpeed": "Playback Speed",
+ "Chapters": "Kapitler",
+ "Password": "Adgangskode",
+ "SavePassword": "Save Password",
+ "LabelPassword": "Adgangskode:",
+ "HeaderResetPassword": "Nulstil adgangskode",
+ "Series": "Serier",
+ "Preview": "Forhåndsvisning",
+ "Submit": "Indsend",
+ "Never": "Aldrig",
+ "Table": "Table",
+ "HeaderScheduledTasks": "Scheduled Tasks",
+ "Plays": "Afspilninger",
+ "LastUsedAddressValue": "Last used {0}",
+ "LabelKeywordType": "Søgeordstype:",
+ "HeaderSelectColumns": "Vælg kolonner",
+ "HeaderTopResults": "Bedste søgeresultater",
+ "HeaderPinSidebar": "Fastgør sidepanel",
+ "Collapse": "Collapse",
+ "LabelBackgroundVideoPlayback": "Background video playback",
+ "BackgroundVideoPlaybackHelp": "Background playback allows video to keep playing even when the screen is turned off.",
+ "AlwaysOn": "Always on",
+ "HeadphonesOrExternalSpeakersConnected": "Headphones or external speakers connected",
+ "HeaderKeyboardAndRemote": "Keyboard and Remote",
+ "NoSelectedItemsSupportOperation": "There are no items selected that support this operation.",
+ "NoOperationsForSelectedItems": "There are no operations available for the selected items.",
+ "UploadOnlyOnWifi": "Upload only on Wifi",
+ "HeaderFoldersToUpload": "Folders to Upload",
+ "LabelPasswordConfirm": "Password (confirm)",
+ "HeaderMoveUpInOrder": "Move Up In Order",
+ "HeaderDownUpInOrder": "Move Down In Order",
+ "LabelUsername": "Username",
+ "HeaderAddServer": "Add Server",
+ "HeaderSubtitleOffset": "Subtitle Offset",
+ "Watching": "Watching",
+ "HeaderRemoveFromContinueWatching": "Remove from Continue Watching",
+ "RemoveThisTitleFromContinueWatching": "Remove this title from Continue Watching?",
+ "HeaderRemoveFromContinueListening": "Remove from Continue Listening",
+ "RemoveThisTitleFromContinueListening": "Remove this title from Continue Listening?",
+ "HeaderIncreaseSubtitleOffset": "Increase Subtitle Offset",
+ "HeaderDecreaseSubtitleOffset": "Decrease Subtitle Offset",
+ "Close": "Close",
+ "HeaderSeeAll": "See All",
+ "HeaderOpenInNewWindow": "Open in New Window",
+ "LabelEmail": "Email",
+ "LabelHost": "Host",
+ "LabelHostHelp": "Example: 192.168.1.100 or https://myserver.com",
+ "LabelPort": "Port",
+ "Disabled": "Disabled",
+ "Uninstall": "Uninstall",
+ "Enable": "Enable",
+ "AllTuners": "All Tuners",
+ "Disable": "Disable",
+ "NextValue": "Next: {0}",
+ "HeaderNextItem": "Next Item",
+ "HeaderPreviousItem": "Previous Item",
+ "NoTrailersMessage": "No Trailers found. To add Trailers, please install the Trailer plugin from the {0}Emby plugin catalog{1}.",
+ "UninstallPluginConfirmation": "Are you sure you wish to uninstall this plugin?",
+ "HeaderUninstallPlugin": "Uninstall Plugin",
+ "AreYouStillWatching": "Are you still watching?",
+ "LabelCurrentPassword": "Current password",
+ "LabelNewPassword": "New password",
+ "LabelNewPasswordConfirm": "New password confirm",
+ "HeaderRemovePassword": "Remove Password",
+ "ServerUpdateNeeded": "Denne Emby server bør opdateres. For at downloade den nyeste version besøg venligst {0}",
+ "MessageThankYouForConnectSignUp": "Thank you for signing up for Emby Connect. An email will be sent to your address with instructions on how to confirm your new account. Please confirm the account and then return here to sign in.",
+ "MessageThankYouForConnectSignUpNoValidation": "Thank you for signing up for Emby Connect! You will now be asked to login with your Emby Connect information.",
+ "ErrorMessagePasswordNotMatchConfirm": "The password and password confirmation must match.",
+ "ErrorMessageUsernameInUse": "The username is already in use. Please choose a new name and try again.",
+ "ErrorMessageEmailInUse": "The email address is already in use. Please enter a new email address and try again, or use the forgot password feature.",
+ "HeaderUpcomingOnTV": "Upcoming On Live TV",
+ "HeaderOtherShowings": "Other Showings",
+ "Showings": "Showings",
+ "HeaderConnectToServer": "Forbind til server",
+ "ConnectToServerManually": "Connect to server manually",
+ "LabelEnterConnectUserNameHelp": "This is the email address that you used to setup your Emby Connect account.",
+ "HeaderSignInError": "Sign In Error",
+ "HeaderManualLogin": "Manual Login",
+ "PasswordResetConfirmation": "Are you sure you wish to reset the password?",
+ "ContactAdminToResetPassword": "Please contact your system administrator to reset your password.",
+ "ForgotPasswordInNetworkRequired": "Please try again within your home network to initiate the password reset process.",
+ "ForgotPasswordFileCreated": "The following file has been created on your server and contains instructions on how to proceed:",
+ "ForgotPasswordFileExpiration": "The reset pin will expire at {0}.",
+ "InvalidForgotPasswordPin": "An invalid or expired pin was entered. Please try again.",
+ "PasswordResetForUsers": "Passwords have been removed for the following users. To login, sign in with a blank password.",
+ "HeaderForgotPassword": "Forgot Password?",
+ "ForgotPasswordUsernameHelp": "Leave this blank if you don't remember your username.",
+ "HeaderPasswordReset": "Password Reset",
+ "AttributeNew": "Ny",
+ "Done": "Done",
+ "HeaderResetToDefault": "Reset to Default",
+ "Deinterlacing": "Deinterlacing",
+ "HeaderBurningInSubtitles": "Burning in Subtitles",
+ "Premiere": "Premiere",
+ "LabelPinCode": "Pin code",
+ "LabelLocalNetworkPinCode": "Local network pin code",
+ "LabelLocalNetworkPasswordMode": "Local network sign in mode",
+ "RequirePasswordInLocalNetwork": "Require a password on the local network",
+ "NoPasswordInLocalNetwork": "Don't require a password on the local network",
+ "PinCodeInLocalNetwork": "Allow a numeric pin code on the local network",
+ "LocalNetworkPasswordModeHelp": "Select the sign in method for devices on the same local network as your Emby Server.",
+ "HeaderLocalNetworkAccess": "Local Network Access",
+ "Live": "Live",
+ "Reset": "Reset",
+ "Repeat": "Gentag",
+ "Track": "Track",
+ "Tracks": "Tracks",
+ "HeaderCameraUpload": "Camera Upload",
+ "TrackCount": "{0} numre",
+ "ItemCount": "{0} elementer",
+ "NumberChannelsValue": "{0} Channels",
+ "HeaderLatestMusic": "Seneste musik",
+ "HeaderLatestAudioBooks": "Latest Audio Books",
+ "HeaderLatestDownloadedVideos": "Latest Downloaded Videos",
+ "HeaderRecentlyPlayed": "Senest afspillet",
+ "Recent": "Recent",
+ "HeaderFrequentlyPlayed": "Ofte afspillet",
+ "HeaderMoreLikeThis": "More Like This",
+ "HeaderMoreLikeThisOnLiveTV": "Mere som dette på Live TV",
+ "OriginalAirDateValue": "Originalt sendt: {0}",
+ "EndsAtValue": "Er færdig {0}",
+ "Date": "Date",
+ "AirDate": "Vist på TV",
+ "Played": "Afspillet",
+ "Daily": "Daily",
+ "Weekly": "Weekly",
+ "RequireHashMatch": "Require a hash match",
+ "RequireHashMatchHelp": "Requiring a hash match will filter subtitles to include only those that have been tested with your exact video file. Unchecking this will increase the number of matched subtitles, but will also increase the chances of mistimed or incorrect subtitle text.",
+ "SearchForForcedSubtitlesOnly": "Forced subtitles only",
+ "SearchForForcedSubtitlesOnlyHelp": "Requiring forced subtitles will limit results to subtitles that are tagged as having a foreign language.",
+ "LastEpisodeDateAdded": "Sidste episode tilføjet",
+ "LastEpisodeDateAired": "Last Episode Date Released",
+ "LabelPlaystate": "Playstate",
+ "Studio": "Studio",
+ "Tag": "Tag",
+ "EpisodeTitle": "Episode Title",
+ "Audio": "Audio",
+ "Video": "Video",
+ "Subtitle": "Subtitle",
+ "Image": "Image",
+ "CopyStream": "Copy original stream",
+ "LabelAudioLayout": "Audio layout",
+ "LabelAudioCodec": "Audio codec:",
+ "LabelAudioLanguage": "Audio language",
+ "LabelSubtitleLanguage": "Subtitle language",
+ "LabelVideoCodec": "Video codec:",
+ "LabelSubtitleCodec": "Undertekst codec:",
+ "LabelParentalRating": "Aldersgrænse:",
+ "BecauseYouLikeValue": "Fordi du kunne lide {0}",
+ "BecauseYouWatchedValue": "Fordi du har set {0}",
+ "DirectedByValue": "Instrueret af {0}",
+ "StarringValue": "Roller {0}",
+ "Invitations": "Invitationer",
+ "ActorAsRole": "som {0}",
+ "ButtonOk": "Ok",
+ "GroupItemsIntoCollections": "Saml elementer i samlinger",
+ "GroupItemsIntoCollectionsHelp": "Group items based on collections they've been added to. Enabling certain filters or sort orders may automatically disable this.",
+ "GroupItemsIntoTags": "Group items into tags",
+ "GroupItemsIntoTagsHelp": "Group items based on tags they've been added to. Enabling certain filters or sort orders may automatically disable this.",
+ "User": "User",
+ "Access": "Access",
+ "Users": "Brugere",
+ "Library": "Bibliotek",
+ "Devices": "Enheder",
+ "Cancel": "Annuller",
+ "Restart": "Genstart",
+ "Shutdown": "Luk ned",
+ "Logs": "Logs",
+ "Visibility": "Visibility",
+ "Notifications": "Notifications",
+ "SendTestNotification": "Send Test Notification",
+ "NotificationSent": "Notification sent",
+ "DeleteNotificationConfirmation": "Are you sure you wish to delete this notification?",
+ "DeleteNotification": "Delete Notification",
+ "AddNotification": "Add Notification",
+ "EditNotification": "Edit Notification",
+ "LimitUserEventsTo": "Limit user events to",
+ "LimitLibraryEventsTo": "Limit library events to",
+ "LimitDeviceEventsTo": "Limit devices events to",
+ "ForAdditionalNotificationOptions": "Additional notification services can be installed by the server administrator in the Emby {0}plugin catalog{1}.",
+ "Plugins": "Plugins",
+ "Systems": "Systemer",
+ "Server": "Server",
+ "Dashboard": "Dashboard",
+ "PlayOnAnotherDevice": "Play on another device",
+ "HeaderConnectionHelp": "Connection Help",
+ "AccessRestrictedTryAgainLater": "Access is currently restricted. Please try again later.",
+ "ButtonGotIt": "Forstået",
+ "RememberMe": "Husk mig",
+ "EmbyServer": "Emby Server",
+ "ManageEmbyServer": "Administrer Emby server",
+ "ShutdownServer": "Luk Emby server ned",
+ "RestartServer": "Genstart Emby server",
+ "RecordingCancelled": "Optagelse annulleret.",
+ "SeriesCancelled": "Serie annulleret.",
+ "Recording": "Recording",
+ "SeriesRecording": "Series Recording",
+ "RecordingScheduled": "Optagelse planlagt.",
+ "SeriesRecordingScheduled": "Optagelse af serie planlagt.",
+ "HeaderNewRecording": "Ny optagelse",
+ "HeaderWakeServer": "Væk Server",
+ "AttemptingWakeServer": "Prøver at vække server. Vent venligst...",
+ "WakeServerSuccess": "Succes!",
+ "HeaderCustomizeHomeScreen": "Customize Home Screen",
+ "WakeServerError": "\"Wake on LAN\" pakker er blevet sendt til din server, men vi kunne ikke for forbindelse til din Emby server. Din server har måske behov for mere til til at starte op, eller Emby kører ikke på serveren.",
+ "Days": "Dage",
+ "Network": "Network",
+ "Networks": "Netværk",
+ "SortByValue": "Sorter med {0}",
+ "HeaderSortBy": "Sort By",
+ "HeaderPhotoAlbums": "Fotoalbummer",
+ "Photos": "Fotoer",
+ "HeaderAppearsOn": "Appears On",
+ "List": "List",
+ "HeaderRecordSeries": "Record Series",
+ "HeaderCinemaMode": "Biograftilstand",
+ "Conversions": "Conversions",
+ "Downloads": "Downloads",
+ "HeaderManageDownloads": "Manage Downloads",
+ "InternalStorage": "Internal storage",
+ "ExternalStorage": "External storage",
+ "UploadToFollowingServers": "Upload to Servers",
+ "UploadingNumItems": "Uploading {0} of {1}",
+ "DownloadNumItems": "Downloading {0} of {1}",
+ "HeaderSampleRate": "Sample Rate",
+ "HeaderReferenceFrames": "Reference Frames",
+ "HeaderBitDepth": "Bit Depth",
+ "HeaderPixelFormat": "Pixel Format",
+ "Profile": "Profil",
+ "Bitrate": "Bitrate",
+ "Expand": "Expand",
+ "Container": "Container",
+ "Format": "Format",
+ "Path": "Path",
+ "Size": "Size",
+ "Resolution": "Resolution",
+ "HeaderCodecTag": "Codec Tag",
+ "Framerate": "Framerate",
+ "Interlaced": "Interlaced",
+ "Anamorphic": "Anamorphic",
+ "Level": "Level",
+ "Timestamp": "Timestamp",
+ "Language": "Language",
+ "Codec": "Codec",
+ "Stream": "Stream",
+ "HeaderExtradata": "Extra Data",
+ "HeaderHardwareAcceleratedTranscoding": "Hardware Accelerated Transcoding",
+ "HeaderHardwareAcceleratedTranscodingDescription": "Take advantage of your server GPU. Emby has the most advanced and fastests hardware accelleration in the industry.",
+ "HeaderOfflineDownloads": "Offline Medier",
+ "AndMuchMoreExclamation": "And much more!",
+ "HeaderOfflineDownloadsDescription": "Download medier til dine enheder for nem offline-brug.",
+ "LiveTvFeatureDescription": "Stream Live TV to any Emby app, with a compatible TV tuner device installed on your Emby Server.",
+ "DvrFeatureDescription": "Schedule individual Live TV recordings, series recordings, and more with Emby DVR.",
+ "CinemaModeFeatureDescription": "Biograftilstand giver dig den ægte biografoplevelse med trailers og brugertilpassede introer, før selve filmen.",
+ "HeaderFreeApps": "Gratis Emby Apps",
+ "FreeAppsFeatureDescription": "God fornøjelse med gratis adgang til Emby apps til dine enheder.",
+ "HeaderBecomeProjectSupporter": "Få Emby Premiere",
+ "HeaderViewServerInfo": "View Server Info",
+ "PlaybackTvModeRequiresEmbyPremiere": "Media playback in TV mode requires an active {0}Emby Premiere subscription{1}.",
+ "FeatureRequiresEmbyPremiere": "Denne funktion kræver et aktivt {0}Emby Premiere abonnement{1}.",
+ "HeaderConvertYourRecordings": "Konverter Dine Optagelser",
+ "Record": "Optag",
+ "Save": "Gem",
+ "Edit": "Rediger",
+ "HeaderSavePlaylist": "Save Playlist",
+ "Latest": "Seneste",
+ "Download": "Hent",
+ "Downloaded": "Downloadet",
+ "Converted": "Converted",
+ "RemoveFromHistory": "Remove from History",
+ "ConfirmRemoveFromHistory": "Remove this item from the history?",
+ "Downloading": "Downloader",
+ "Advanced": "Avanceret",
+ "LinkedToEmbyConnect": "Linked to Emby Connect",
+ "Delete": "Slet",
+ "Both": "Both",
+ "LabelChannelDisplay": "Channel display",
+ "HeaderDeleteItem": "Slet element",
+ "HeaderDeleteUser": "Delete User",
+ "DeleteItemConfirmation": "Are you sure you wish to delete {0}?",
+ "DeleteUserConfirmation": "Are you sure you wish to delete user {0}?",
+ "DeleteUsersConfirmation": "Are you sure you wish to delete these {0} users?",
+ "HeaderDeleteDevice": "Delete Device",
+ "DeleteDeviceConfirmation": "Are you sure you wish to delete this device? It will reappear the next time a user signs in with it.",
+ "ConfirmDeleteItem": "Hvis dette element slettes, fjernes det både fra dit filsystem samt din mediebibliotek. Er du sikker på du ønsker at fortsætte?",
+ "FollowingFilesWillBeDeleted": "The following files and folders will be deleted:",
+ "AreYouSureToContinue": "Are you sure you wish to continue?",
+ "Refresh": "Opdater",
+ "RefreshingMetadataDots": "Refreshing metadata...",
+ "ScanningLibraryFilesDots": "Scanning library files...",
+ "HeaderFavoritesThenByChannelNumber": "Favorites, Then by Channel Number",
+ "HeaderAddToCollection": "Tilføj til samling",
+ "HeaderFavoritesThenByTitle": "Favorites, Then by Title",
+ "HeaderFavoritesThenByDefault": "Favorites, Then by Default Channel Order",
+ "HeaderDefaultChannelOrder": "Default Channel Order",
+ "HeaderAddToFavorites": "Add to Favorites",
+ "HeaderRemoveFromFavorites": "Remove from Favorites",
+ "Favorited": "Favorited",
+ "Unfavorited": "Unfavorited",
+ "HeaderNewCollection": "New Collection",
+ "HeaderNewPlaylist": "New Playlist",
+ "AllCollections": "All Collections",
+ "AllPlaylists": "All Playlists",
+ "Create": "Create",
+ "HeaderAddedToPlaylist": "Added to Playlist",
+ "HeaderAddedToCollection": "Added to Collection",
+ "OneItemAddedTo": "1 item added to \"{0}\".",
+ "ItemsAddedTo": "{0} items added to \"{1}\".",
+ "HeaderAddedToPlayQueue": "Added to Play Queue",
+ "HeaderPlayingNext": "Playing Next",
+ "Help": "Hjælp",
+ "HeaderGetHelp": "Get Help",
+ "LabelTVDisplayMode": "Enable TV display mode",
+ "Desktop": "Computer",
+ "Mobile": "Mobil / Tablet",
+ "Navigation": "Navigation",
+ "HeaderVideoPlayback": "Video Playback",
+ "TV": "TV",
+ "HeaderEmbyConnect": "Emby Connect",
+ "Seasons": "Seasons",
+ "OneTrack": "1 Track",
+ "OneSeason": "1 Season",
+ "Libraries": "Libraries",
+ "NumberSeasonsValue": "{0} Seasons",
+ "TVDisplayModeHelp": "Optimize the user interface on this device for display on a TV and input method with a remote control. This is generally not recommended if your primary input method is a mouse or is touch-based.",
+ "LabelDisplayLanguage": "Vis sprog:",
+ "LabelDisplayLanguageHelp": "Oversættelser af Emby er en løbende proces.",
+ "LearnHowYouCanContribute": "Lær hvordan du kan bidrage.",
+ "NewCollectionHelp": "Samlinger lader dig oprette personaliserede grupper af film og andet biblioteksindhold.",
+ "SearchForCollectionInternetMetadata": "Søg på internettet efter billeder og metadata",
+ "DisplayMissingEpisodesWithinSeasons": "Vis manglende episoder i hver sæson",
+ "DisplayMissingEpisodesWithinSeasonsHelp": "This must also be enabled for TV libraries in Emby Server setup.",
+ "EnableThemeSongs": "Aktiver kendingsmelodier",
+ "EnableBackdrops": "Aktiver bagrundsbilleder",
+ "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": "Aktiver kendingsvideoer",
+ "EnableThemeVideosHelp": "If enabled, theme videos will be played in the background while browsing the library.",
+ "RunAtStartup": "Kør ved start",
+ "ServerStartup": "Server Startup",
+ "EmbyServerOnXHasStarted": "Emby Server on {0} has started.",
+ "LabelScreensaver": "Pauseskærm:",
+ "LabelSoundEffects": "Lydeffekter:",
+ "LabelName": "Navn:",
+ "NewCollectionNameExample": "Eksempel: Star Wars samling",
+ "MessageItemsAdded": "Emne tilføjet.",
+ "OptionNew": "Ny...",
+ "LabelPlaylist": "Afspilningsliste:",
+ "AddToPlaylist": "Tilføj til afspilningsliste",
+ "HeaderAddToPlaylist": "Tilføj til afspilningsliste",
+ "Subtitles": "Undertekster",
+ "LabelTheme": "Tema:",
+ "LabelSettingsTheme": "Settings theme",
+ "LabelThemeAccentColor": "Accent color",
+ "ThemeAccentColorDescription": "Controls the color of important indicators, icons and text.",
+ "SearchForSubtitles": "Søg efter undertekster",
+ "LabelLanguage": "Sprog:",
+ "Search": "Søg",
+ "NoSubtitleSearchResultsFound": "Ingen resultater fundet.",
+ "NoLyricsSearchResultsFound": "No results found. Have you configured {0}lyrics downloading{1}?",
+ "Lyrics": "Lyrics",
+ "SearchForLyrics": "Search for Lyrics",
+ "Finish": "Finish",
+ "File": "Fil",
+ "Exit": "Exit",
+ "Sleep": "Sleep",
+ "Setup": "Setup",
+ "MessageAreYouSureDeleteSubtitles": "Er du sikker på du ønsker at slette denne undertekstfil?",
+ "ConfirmDeletion": "Bekræft sletning",
+ "MySubtitles": "Mine Undertekster",
+ "MessageDownloadQueued": "Download sat i kø.",
+ "HeaderEditSubtitles": "Edit Subtitles",
+ "UnlockGuide": "Oplås guide",
+ "HeaderRefreshMetadata": "Refresh Metadata",
+ "HeaderRefreshAllMetadata": "Refresh All Metadata",
+ "ReplaceExistingImages": "Erstat eksisterende billeder",
+ "ReplaceExistingImagesHelp": "All existing images will be deleted and new ones will be downloaded based on the options for the library. In some cases this may result in fewer available images than before.",
+ "ReplaceAllMetadata": "Erstat alle metadata",
+ "SearchForMissingMetadata": "Søg efter manglende metadata",
+ "LabelRefreshMode": "Genopfrisk tilstand:",
+ "NoItemsFound": "Ingen emner fundet.",
+ "HeaderSaySomethingLike": "Sig noget i stil med...",
+ "ButtonTryAgain": "Prøv Igen",
+ "HeaderYouSaid": "Du sagde...",
+ "MessageWeDidntRecognizeCommand": "Beklager, men vi genkendte ikke denne kommando.",
+ "MessageIfYouBlockedVoice": "Hvis du afslog adgang til tale for appen, skal du re-konfigurere før du prøver igen.",
+ "ValueDiscNumber": "Disk {0}",
+ "Unrated": "Ingen bedømmelse",
+ "Favorite": "Favorit",
+ "Like": "Like",
+ "Dislike": "Dislike",
+ "RefreshDialogHelp": "Metadata opdateres alt efter hvilke indstillinger og internet-servicer der er aktiveret i Emby Server-kontrolpanelet.",
+ "Open": "Åben",
+ "Play": "Afspil",
+ "Pause": "Pause",
+ "HeaderPlayQueue": "Play Queue",
+ "HeaderAddToPlayQueue": "Add to Play Queue",
+ "Shuffle": "Bland",
+ "Identify": "Identificer",
+ "HeaderRemoveIdentification": "Remove Identification",
+ "ResetMetadataConfirmation": "Are you sure you wish to reset all metadata?",
+ "HeaderEditMetadata": "Edit Metadata",
+ "Convert": "Konverter",
+ "Resume": "Resume",
+ "HeaderInstantMix": "Instant Mix",
+ "HeaderGoToItem": "Go to Item",
+ "HeaderGoToSeason": "Go to Season",
+ "HeaderGoToSeries": "Go to Series",
+ "HeaderGoToAlbum": "Go to Album",
+ "HeaderGoToArtist": "Go to Artist",
+ "HeaderPlayAll": "Afspil alle",
+ "PictureInPicture": "Picture in picture",
+ "Fullscreen": "Full screen",
+ "ExitFullscreen": "Exit full screen",
+ "Rewind": "Rewind",
+ "FastForward": "Fast-forward",
+ "Remove": "Remove",
+ "Rename": "Rename",
+ "Queue": "Kø",
+ "QueueAllFromHere": "Set alt her i kø",
+ "PlayAllFromHere": "Afspil alt fra her",
+ "PlayFromBeginning": "Afspil fra begyndelsen",
+ "FromBeginning": "From Beginning",
+ "ResumeAt": "Genoptag fra {0}",
+ "HeaderRemoveFromPlaylist": "Remove from Playlist",
+ "HeaderRemoveFromPlayQueue": "Remove from Play Queue",
+ "HeaderRemoveFromCollection": "Remove from Collection",
+ "Sort": "Sorter",
+ "Trailer": "Trailer",
+ "SelectNone": "Select None",
+ "SelectAll": "Select All",
+ "HeaderMarkPlayed": "Mark Played",
+ "HeaderMarkUnplayed": "Mark Unplayed",
+ "HeaderGroupVersions": "Group Versions",
+ "PleaseSelectTwoItems": "Vælg venligst mindst to elementer.",
+ "HeaderConfirmRecordingCancellation": "Bekræft annullering af optagelse",
+ "MessageConfirmRecordingCancellation": "Annuller denne optagelse?",
+ "Album": "Album",
+ "AlbumArtist": "Albumkunstner",
+ "Error": "Fejl",
+ "VoiceInput": "Taleinput",
+ "LabelContentType": "Indholdstype:",
+ "LabelPath": "Sti:",
+ "Playlists": "Playlister",
+ "LabelTitle": "Titel:",
+ "LabelOriginalTitle": "Original titel:",
+ "LabelSortTitle": "Sortér titel:",
+ "LabelDateAdded": "Dato for tilføjelse:",
+ "DateAdded": "Dato tilføjet",
+ "DateModified": "Date Modified",
+ "DatePlayed": "Dato afspillet",
+ "DateLastActive": "Date Last Active",
+ "ConfigureDateAdded": "Konfigurer hvordan tilføjet-dato bestemmes, under Emby Server-kontrolpanelet under Biblioteksindstillinger",
+ "LabelStatus": "Status:",
+ "LabelArtistsHelp": "Angiv flere ved at sætte ; mellem dem.",
+ "HeaderAlbumArtists": "Album Artists",
+ "LabelAlbumArtists": "Albumartister:",
+ "LabelAlbum": "Album:",
+ "Artist": "Artist",
+ "Artists": "Kunstnere",
+ "ImdbRating": "IMDb rating",
+ "CommunityRating": "Community rating",
+ "LabelCommunityRating": "Fællesskabsvurdering:",
+ "LabelCriticRating": "Kritikervurdering:",
+ "CriticRating": "Critic rating",
+ "LabelWebsite": "Hjemmeside:",
+ "Tagline": "Tagline",
+ "LabelOverview": "Oversigt:",
+ "LabelShortOverview": "Kort oversigt:",
+ "LabelReleaseDate": "Udgivelsesdato:",
+ "LabelPlaceOfBirth": "Fødeby:",
+ "Aired": "Vist i TV",
+ "LabelAirDays": "Sendedage:",
+ "LabelAirTime": "Sendetid:",
+ "LabelRuntimeMinutes": "Spilletid (minutter):",
+ "LabelCustomRating": "Brugerdefineret bedømmelse:",
+ "LabelOriginalAspectRatio": "Originalt formatforhold:",
+ "Label3DFormat": "3D format:",
+ "FormatValue": "Format: {0}",
+ "DownloadsValue": "{0} downloader",
+ "HashMatch": "Hash Match",
+ "EnableExternalVideoPlayers": "Aktiver eksterne videoafspillere",
+ "EnableExternalVideoPlayersHelp": "An external player menu will be shown when starting video playback.",
+ "HeaderSpecialEpisodeInfo": "Information om specialepisoder",
+ "LabelAirsDuringSeason": "Airs during season",
+ "LabelAirsAfterSeason": "Sendes efter sæson:",
+ "LabelAirsBeforeEpisode": "Sendes før episode:",
+ "HeaderExternalIds": "Eksterne ID'er:",
+ "HeaderDisplaySettings": "Visningsindstillinger",
+ "PlaylistOrder": "Playlist Order",
+ "CollectionOrder": "Collection Order",
+ "LabelDisplayOrder": "Visningsorden:",
+ "LabelFileOrder": "File order",
+ "Display": "Display",
+ "Countries": "Lande",
+ "Genres": "Genre",
+ "Studios": "Studier",
+ "Tags": "Tags",
+ "Links": "Links",
+ "Movie": "Movie",
+ "Program": "Program",
+ "Channel": "Channel",
+ "Episode": "Episode",
+ "Season": "Season",
+ "HeaderMetadataSettings": "Indstillinger for metadata",
+ "People": "Personer",
+ "Number": "Number",
+ "Lock": "Lock",
+ "HeaderScreenLocked": "Screen Locked",
+ "HeaderUnlockControls": "Unlock Controls",
+ "HeaderTapToUnlock": "Tap to Unlock",
+ "LabelMetadataDownloadLanguage": "Foretrukket sprog for nedhentning:",
+ "LabelImageDownloadLanguage": "Preferred image download language",
+ "LabelLockItemToPreventChanges": "Lås for at undgå fremtidige ændringer",
+ "LockThisField": "Lock this field to prevent future changes when refreshing metadata",
+ "MessageLeaveEmptyToInherit": "Efterlad tom for at arve indstillinger fra en overliggende post eller den globale standardværdi.",
+ "LabelCountry": "Land:",
+ "LabelCertificationCountry": "Certification country",
+ "CertificationCountryHelp": "This will influence which content rating system is used.",
+ "LabelDynamicExternalId": "{0} Id:",
+ "LabelBirthYear": "Fødselsår:",
+ "LabelBirthDate": "Fødselsdato:",
+ "LabelDeathDate": "Dødsdato:",
+ "LabelEndDate": "Slutdato:",
+ "LabelSeasonNumber": "Sæsonnummer:",
+ "LabelEpisodeNumber": "Episodenummer:",
+ "LabelTrackNumber": "Spor nummer:",
+ "LabelNumber": "Nummer:",
+ "LabelDiscNumber": "Disk-nummer",
+ "LabelParentNumber": "Forældre-nummer:",
+ "SortName": "Sorteringsnavn",
+ "OriginalTitle": "Original Title",
+ "ReleaseDate": "Udgivelsesdato",
+ "Continuing": "Forsættes",
+ "Ended": "Færdig",
+ "HeaderEnabledFields": "Aktivér Felter",
+ "HeaderEnabledFieldsHelp": "Fjern fluebenet fra et felt for at låse det og forhindre dets data fra at blive ændret.",
+ "Backdrops": "Backdrops",
+ "Images": "Billeder",
+ "Runtime": "Afspilningstid",
+ "ProductionLocations": "Produktionslokationer",
+ "BirthLocation": "Fødselslokation",
+ "ParentalRating": "Parental Rating",
+ "PlayCount": "Antal afspilninger",
+ "Name": "Navn",
+ "Overview": "Overblik",
+ "LabelType": "Type:",
+ "LabelPersonRole": "Rolle:",
+ "LabelPersonRoleHelp": "Eksempel: Isbilschauffør",
+ "Actor": "Skuespiller",
+ "Composers": "Composers",
+ "Composer": "Komponist",
+ "Director": "Instruktør",
+ "GuestStar": "Gæsteskuespiller",
+ "Producer": "Producent",
+ "Writer": "Forfatter",
+ "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.",
+ "InstallingPackage": "Installerer {0}",
+ "PackageInstallCompleted": "{0} installation udført.",
+ "PackageInstallFailed": "{0} installationen mislykkedes.",
+ "PackageInstallCancelled": "{0} installation afbrudt.",
+ "SeriesYearToPresent": "{0} - Nuværende",
+ "OneDevice": "1 Device",
+ "DeviceCountValue": "{0} Devices",
+ "OneLog": "1 Log",
+ "LogCountValue": "{0} Logs",
+ "OneVote": "1 Vote",
+ "VoteCountValue": "{0} Votes",
+ "OneLike": "1 Like",
+ "LikeCountValue": "{0} Likes",
+ "OneUser": "1 User",
+ "UserCountValue": "{0} Users",
+ "OneLibrary": "1 Library",
+ "LibraryCountValue": "{0} Libraries",
+ "ValueOneItem": "1 emne",
+ "ValueOneEpisode": "1 episode",
+ "ValueEpisodeCount": "{0} episoder",
+ "Albums": "Albummer",
+ "Song": "Song",
+ "Songs": "Sange",
+ "Authors": "Authors",
+ "Books": "Bøger",
+ "AudioBooks": "Lydbøger",
+ "HeaderAudioBooks": "Lydbøger",
+ "HeaderAudioBook": "Audio Book",
+ "HeaderIdentifyItemHelp": "Indtast et eller flere søgekriterier.Fjern kriterier for at få flere søgeresultater.",
+ "PleaseEnterNameOrId": "Indtast venligst et navn eller eksternt Id.",
+ "MessageItemSaved": "Element gemt.",
+ "SearchResults": "Søgeresultater",
+ "ServerNameIsRestarting": "Emby Server - {0} genstarter.",
+ "ServerNameIsShuttingDown": "Emby Server - {0} lukker ned.",
+ "HeaderDeleteItems": "Slet emner",
+ "ConfirmDeleteItems": "Sletning af disse emner vil både fjerne dem fra filsystemet og dit mediebibliotek. Er du sikker på at du vil fortsætte?",
+ "PleaseRestartServerName": "Genstart venligst Emby Server - {0}.",
+ "ConvertingDots": "Konverterer...",
+ "LabelSyncNoTargetsHelp": "Det ser ud til du p.t. ikke har nogle apps der understøtter offline downloading",
+ "DownloadingDots": "Downloader...",
+ "LearnMore": "Lær mere",
+ "LabelBitrateMbps": "Bitrate (Mbps):",
+ "ConvertUnwatchedVideosOnly": "Konverter kun usete videoer",
+ "SyncUnwatchedVideosOnly": "Download kun usete videoer",
+ "ConvertUnwatchedVideosOnlyHelp": "Kun usete videoer vil blive konverteret.",
+ "SyncUnwatchedVideosOnlyHelp": "Kun usete videoer vil blive downloadet, og videoer vil blive slettet fra enheden når de er set.",
+ "AutomaticallySyncNewContent": "Automatisk download nyt indhold",
+ "AutomaticallySyncNewContentHelp": "Nyt indhold i denne mappe vil automatisk blive downloadet til enheden.",
+ "AutomaticallyConvertNewContent": "Automatisk konverter nyt indhold",
+ "AutomaticallyConvertNewContentHelp": "Nyt indhold i denne mappe vil automatisk blive konverteret.",
+ "LabelItemLimit": "Maks. filer:",
+ "ConvertItemLimitHelp": "Valgfrit. Sæt et antal på hvor meget der vil blive konverteret.",
+ "DownloadItemLimitHelp": "Valgfrit. Sæt et antal på hvor meget der vil blive downloadet.",
+ "PleaseSelectDeviceToSyncTo": "Venligst vælg en enhed at downloade til.",
+ "Screenshots": "Skærmbilleder",
+ "MoveRight": "Flyt mod højre",
+ "MoveLeft": "Flyt mod venstre",
+ "HeaderUploadNewImage": "Upload New Image",
+ "HeaderDeleteImage": "Delete Image",
+ "ConfirmDeleteImage": "Slet billede?",
+ "HeaderEditImages": "Rediger billeder",
+ "Settings": "Indstillinger",
+ "ShowIndicatorsFor": "Vis indikatorer for:",
+ "Episodes": "Episoder",
+ "Programs": "Programmer",
+ "HeaderCastCrew": "Cast & Crew",
+ "DvrSubscriptionRequired": "Emby Live TV DVR kræver et aktivt {0}Emby Premiere abonnement{1}.",
+ "HeaderCancelRecording": "Annuller Optagelse",
+ "HeaderKeepRecording": "Bevar Optagelse",
+ "HeaderCancelSeries": "Annuller Serie",
+ "HeaderKeepSeries": "Bevar Serie",
+ "HeaderLearnMore": "Lær Mere",
+ "SeriesSettings": "Serieindstillinger",
+ "HeaderRecordingOptions": "Optagelsesindstillinger",
+ "HeaderDoNotRecord": "Do not record",
+ "HeaderSeriesOptions": "Serieindstillinger",
+ "Layout": "Layout",
+ "Channels": "Kanaler",
+ "ChannelNameOnly": "Udelukkende kanal {0}",
+ "Anytime": "Altid",
+ "AnyLanguage": "Enhvert sprog",
+ "AroundTime": "Omkring {0}",
+ "HeaderLatestMovies": "Seneste film",
+ "All": "Alt",
+ "Stop": "Stop",
+ "AllChannels": "Alle kanaler",
+ "NewEpisodesOnly": "Kun nye episoder",
+ "AllEpisodes": "Alle episoder",
+ "LabelStartWhenPossible": "Start når muligt:",
+ "LabelStopWhenPossible": "Stop når muligt:",
+ "MinutesBefore": "minutter før",
+ "MinutesAfter": "minutter efter",
+ "SkipEpisodesAlreadyInMyLibrary": "Optag ikke episoder som allerede findes i mit bibliotek",
+ "SkipEpisodesAlreadyInMyLibraryHelp": "Episoder bliver sammenlignet på sæson og episodenummer, når muligt.",
+ "LabelKeepUpTo": "Bevar op til:",
+ "AsManyAsPossible": "Så mange som muligt",
+ "DefaultErrorMessage": "Det opstod en fejl ved behandlingen af forespørgslen. Prøv igen senere.",
+ "UntilIDelete": "Til jeg sletter",
+ "UntilSpaceNeeded": "Til pladsen er nødvendig",
+ "Categories": "Kategorier",
+ "Sports": "Sport",
+ "News": "Nyheder",
+ "Movies": "Film",
+ "Music": "Musik",
+ "Kids": "Børn",
+ "MoreFromValue": "More from {0}",
+ "DiedValue": "Died: {0}",
+ "BornValue": "Born: {0}",
+ "EnableColorCodedBackgrounds": "Aktiver farvekodet baggrunde",
+ "SortChannelsBy": "Sortér kanaler efter:",
+ "ChannelNumber": "Kanalnummer",
+ "HeaderBenefitsEmbyPremiere": "Fordele ved Emby Premiere",
+ "ThankYouForTryingEnjoyOneMinute": "Nyd venligst et minuts afspilning. Tak fordi du prøver Emby.",
+ "HeaderTryPlayback": "Prøv Afspilning",
+ "HowDidYouPay": "Hvordan betalte du?",
+ "IHaveEmbyPremiere": "Jeg har Emby Premiere",
+ "IPurchasedThisApp": "Jeg købte denne app",
+ "ButtonRestorePreviousPurchase": "Genskab Indkøb",
+ "ButtonUnlockWithPurchase": "Lås op for med Køb",
+ "ButtonUnlockPrice": "Lås op for {0}",
+ "EmbyPremiereMonthlyWithPrice": "Emby Premiere Månedlig {0}",
+ "HeaderAlreadyPaid": "Allerede Betalt?",
+ "ButtonPlayOneMinute": "Afspil Ét Minut",
+ "PlaceFavoriteChannelsAtBeginning": "Placer favoritkanaler i begyndelsen",
+ "HeaderUnlockFeature": "Lås op for Feature",
+ "MessageDidYouKnowCinemaMode": "Vidste du, at med Emby Premiere kan du opleve features så som Biograftilstand?",
+ "HeaderPlayMyMedia": "Afspil mit Medie",
+ "HeaderDiscoverEmbyPremiere": "Oplev Emby Premiere",
+ "HeaderNowPlaying": "Now Playing",
+ "Items": "emner",
+ "AppName": "App Name",
+ "OneChannel": "En kanal",
+ "ConfirmRemoveDownload": "Fjern download?",
+ "ConfirmRemoveItem": "Remove item?",
+ "RemoveDownload": "Fjern download",
+ "ConfirmCancelConversion": "Cancel conversion?",
+ "CancelConversion": "Cancel Conversion",
+ "KeepDownload": "Behold download",
+ "AddedOnValue": "Tilføjet {0}",
+ "RemovingFromDevice": "Fjerner fra enhed",
+ "KeepOnDevice": "Bevar på enhed",
+ "CancelDownload": "Annuller download",
+ "SyncJobItemStatusReadyToTransfer": "Klar til at Overføre",
+ "SyncJobItemStatusSyncedMarkForRemoval": "Fjerner fra enhed",
+ "SyncJobItemStatusQueued": "Sat i kø",
+ "SyncJobItemStatusConverting": "Konverterer",
+ "SyncJobItemStatusTransferring": "Overfører",
+ "SyncJobItemStatusSynced": "Downloadet",
+ "Failed": "Failed",
+ "SyncJobItemStatusRemovedFromDevice": "Fjern fra enhed",
+ "Cancelled": "Cancelled",
+ "Retry": "Prøv igen",
+ "Continue": "Fortsæt",
+ "ContinueInSecondsValue": "Fortsæt om {0} sekunder.",
+ "HeaderRemoteControl": "Fjernbetjening",
+ "Disconnect": "Afbryd",
+ "EnableDisplayMirroring": "Enable display mirroring",
+ "RemoteAccess": "Remote Access",
+ "HeaderPlayOn": "Play On",
+ "Quality": "Kvalitet",
+ "Auto": "Auto",
+ "AndroidUnlockRestoreHelp": "To restore your previous purchase, please ensure you're signed into the device with the same Google (or Amazon) account that originally made the purchase. Make sure the app store is enabled and not restricted by any parental controls, and ensure you have an active internet connection. You'll only have to do this once to restore your previous purchase.",
+ "HeaderAspectRatio": "Aspect Ratio",
+ "Original": "Standard",
+ "Fill": "Udfyld",
+ "Cover": "Cover",
+ "MessageNoServersAvailableToConnect": "No servers are available to connect to. If you've been invited to share a server, make sure to accept it below or by clicking the link in the email.",
+ "MessagePlayAccessRestricted": "Playback of this content is currently restricted. Please contact your Emby Server administrator for more information.",
+ "Accept": "Godkend",
+ "Reject": "Afvis",
+ "Connect": "Forbind",
+ "HeaderMyMedia": "Mine medier",
+ "HeaderMyMediaSmall": "Mine medier (lille)",
+ "LatestFromLibrary": "Seneste {0}",
+ "HeaderLatestEpisodes": "Seneste episoder",
+ "ContinuePlaying": "Fortsæt afspilning",
+ "ContinueWatching": "Fortsæt med at se",
+ "HeaderLatestChannelMedia": "Latest Channel Items",
+ "HeaderContinueWatching": "Fortsæt med at se",
+ "HeaderContinueListening": "Fortsæt med at lyt",
+ "HeaderActiveRecordings": "Aktive optagelser",
+ "HeaderLatestRecordings": "Seneste optagelser",
+ "LabelConvertTo": "Konverter til:",
+ "LabelDownloadTo": "Download to",
+ "HeaderDownloadToDots": "Download to...",
+ "Next": "Næste",
+ "LabelSource": "Kilde:",
+ "VersionNumber": "Version {0}",
+ "HeaderAllLanguages": "All Languages",
+ "Previous": "Tidligere",
+ "HeaderNextUp": "Næste",
+ "HeaderPlayNextUp": "Play Next Up",
+ "HeaderLatestFrom": "Seneste fra {0}",
+ "LabelHomeScreenSectionValue": "Home screen section {0}",
+ "PasswordResetComplete": "The password has been reset.",
+ "PasswordSaved": "Password saved.",
+ "SettingsSaved": "Indstillinger gemt.",
+ "Upcoming": "Kommende",
+ "HeaderSelectImageFile": "Select Image File",
+ "None": "Intet",
+ "More": "Mere",
+ "Up": "Ingen",
+ "Down": "Ned",
+ "Home": "Hjem",
+ "Back": "Tilbage",
+ "Random": "Random",
+ "Playback": "Afspil",
+ "Favorites": "Favoritter",
+ "HeaderHomeScreen": "Hjemmeskærm",
+ "HeaderLatestChannelItems": "Latest Channel Items",
+ "HeaderLibraryOrder": "Library Order",
+ "HeaderOnNow": "On Now",
+ "HeaderForKids": "For Kids",
+ "HeaderPlaybackError": "Fejl i afspilning",
+ "PlaybackErrorNotAllowed": "You're currently not authorized to play this content. Please contact your system administrator for details.",
+ "RateLimitExceeded": "Your account has exceeded the maximum streaming limit set by your Emby Server administrator. Please contact them for assistance.",
+ "PlaybackErrorNoCompatibleStream": "No compatible streams are currently available. Please try again later or contact your system administrator for details.",
+ "PlaybackErrorPlaceHolder": "Venligst indsæt disken for at afspille denne video.",
+ "PlaybackErrorNoPlayableItems": "No playable items were found. Are you trying to play an empty folder?",
+ "Guide": "Guide",
+ "Games": "Spil",
+ "GameSystem": "Game System",
+ "Suggestions": "Forslag",
+ "HeaderFavoriteChannels": "Favorite Channels",
+ "HeaderFavoriteCollections": "Favorit samlinger",
+ "HeaderFavoritePlaylists": "Favorit playlister",
+ "Collection": "Collection",
+ "Collections": "Samlinger",
+ "LabelSelectFolderGroups": "Automatically group content from the following folders into views such as Movies, Music and TV:",
+ "LabelSelectFolderGroupsHelp": "Folders that are unchecked will be displayed by themselves in their own view.",
+ "Mute": "Mute",
+ "Unmute": "Unmute",
+ "Folder": "Folder",
+ "Folders": "Mapper",
+ "FileName": "File Name",
+ "DisplayInOtherHomeScreenSections": "Display in secondary home screen sections such as latest media and continue watching",
+ "DisplayInMyMedia": "Vis på hjemmeskærmen",
+ "Shows": "Shows",
+ "MoviesAndShows": "Movies & Shows",
+ "HeaderMusicVideo": "Music Video",
+ "HeaderMusicVideos": "Musikvideoer",
+ "MusicVideos": "Musikvideoer",
+ "Videos": "Videoer",
+ "MixedContent": "Blandet indhold",
+ "HomeVideos": "Hjemmevideoer",
+ "HomeVideosAndPhotos": "Hjemmevideoer og fotoer",
+ "TVShows": "TV shows",
+ "HeaderLibraryFolders": "Library Folders",
+ "HeaderTermsOfPurchase": "Terms of Purchase",
+ "PrivacyPolicy": "Privacy policy",
+ "TermsOfUse": "Terms of Use",
+ "HeaderRepeatMode": "Repeat Mode",
+ "HeaderToneMapping": "Tone Mapping",
+ "RepeatOne": "Gentag en",
+ "RepeatAll": "Gentag alt",
+ "LabelDefaultScreen": "Default screen",
+ "ConfirmEndPlayerSession": "Vil du gerne lukke Emby ned på {0}?",
+ "Yesterday": "Yesterday",
+ "Yes": "Ja",
+ "No": "Nej",
+ "HeaderScanLibraryFiles": "Scan Library Files",
+ "LiveTV": "Live TV",
+ "Schedule": "Tidsplan",
+ "Recordings": "Optagelser",
+ "ScanForNewAndUpdatedFiles": "Skan efter nye og opdateret filer",
+ "NewVersionOfXAvailableForY": "{0} is Available for {1}",
+ "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 nørder",
+ "HeaderHardwareAcceleratedDecoding": "Hardware Accelerated Decoding",
+ "HeaderHardwareAcceleratedEncoding": "Hardware Accelerated Encoding",
+ "HeaderDirectPlay": "Direct Play",
+ "DirectPlaying": "Direct playing",
+ "DirectStreaming": "Direct streaming",
+ "Transcode": "Transcode",
+ "Transcoding": "Transcoding",
+ "ContainerBitrateExceedsLimit": "Bitrate på medie er over grænsen.",
+ "VideoCodecNotSupported": "Video codec er ikke understøttet",
+ "AudioCodecNotSupported": "Audio codec er ikke understøttet",
+ "SubtitleCodecNotSupported": "Undertekst format er ikke understøttet",
+ "DirectPlayError": "Fejl ved direct play",
+ "ContainerNotSupported": "Container er ikke understøttet",
+ "VideoLevelNotSupported": "Converting to compatible video level",
+ "AudioBitrateNotSupported": "Audioens bitrate er ikke understøttet",
+ "AudioChannelsNotSupported": "Converting to compatible number of audio channels",
+ "VideoResolutionNotSupported": "Videoens opløsning er ikke understøttet",
+ "AudioProfileNotSupported": "Converting to compatible audio profile",
+ "AudioSampleRateNotSupported": "Converting to compatible audio sample rate",
+ "AnamorphicVideoNotSupported": "Anamorphic video not supported",
+ "InterlacedVideoNotSupported": "Deinterlacing video",
+ "SecondaryAudioNotSupported": "Selecting secondary audio track",
+ "ExternalAudioNotSupported": "Selecting external audio track",
+ "ErrorRemovingEmbyConnectAccount": "There was an error removing the Emby Connect account. Please ensure you have an active internet connection and try again.",
+ "HeaderEmbyAccountRemoved": "Emby konto fjernet",
+ "MessageEmbyAccontRemoved": "Emby kontoen er blevet fjernet fra denne bruger.",
+ "HeaderInvitationSent": "Invitation er sendt",
+ "Offline": "Offline",
+ "HeaderSignUp": "Sign Up",
+ "ServerDownloadMessage": "To download and install the free Emby Server visit {0}",
+ "ServerDownloadMessageWithoutLink": "To download and install the free Emby Server visit the Emby website.",
+ "MessageInvitationSentToUser": "En email er sendt til {0} for at invitere til få adgang til din server.",
+ "MessageInvitationSentToNewUser": "En email invitation er sendt til {0} for at tilmelde sig Emby.",
+ "GuestUserNotFound": "Bruger ikke fundet. Venligst sikre sig navnet er korrekt eller kan du forsøge med emailadressen.",
+ "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": "Emby kontoen er blevet tilføjet til denne bruger.",
+ "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 konto tilføjet.",
+ "Skip": "Spring over",
+ "HeaderAdditionalParts": "Additional Parts",
+ "ButtonGenerateNewPin": "Generer ny pinkode",
+ "ConnectLoginHelp1": "With Emby Connect you can easily access your Emby Server wherever you are and share servers with your family and friends.",
+ "CreatePinErrorMessage": "Der opstod en fejl i forbindelse med ny pinkode blev genereret. Venligst generer en ny pinkode for at prøve igen.",
+ "PinExpiredMessage": "Pinkoden er udløbet. Venligst generer en ny pinkode for at prøve igen.",
+ "ConnectPinCodeHeader": "To sign in with Emby Connect, use a mobile device or computer to visit {0} and enter the following pin code:",
+ "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": "Ingen undertekster",
+ "Default": "Standard",
+ "Absolute": "Absolute",
+ "Smart": "Smart",
+ "Small": "Lille",
+ "Smaller": "Mindre",
+ "Medium": "Mellem",
+ "Large": "Stor",
+ "Larger": "Larger",
+ "ExtraLarge": "Ekstra stor",
+ "ExtraSmall": "Extra small",
+ "Forced": "Forced",
+ "External": "External",
+ "HeaderEmbeddedTitle": "Embedded Title",
+ "OnlyForcedSubtitles": "Kun tvungne undertekster",
+ "AlwaysPlaySubtitles": "Brug altid undertekster",
+ "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.",
+ "HeaderSubtitleSettings": "Undertekstinstillinger",
+ "HeaderSubtitleAppearance": "Udseende for undertekster",
+ "OnlyForcedSubtitlesHelp": "Only subtitles marked as forced will be loaded.",
+ "AutoSelectHearingImpairedHelp": "Subtitles matching the language preference will be loaded, with a preference given to tracks that are marked as hearing impaired (SDH).",
+ "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": "Foretrukket undertekstsprog",
+ "LabelTextSize": "Tekststørrelse:",
+ "TheseSettingsAffectSubtitlesOnThisDevice": "Disse indstillinger påvirker undertekster på denne enhed",
+ "LabelDropShadow": "Drop shadow",
+ "LabelTextBackgroundColor": "Text background color",
+ "LabelWindowBackgroundColor": "Text background color",
+ "LabelFont": "Skrifttype:",
+ "LabelTextColor": "Tekstfarve:",
+ "LabelBackgroundColor": "Background color",
+ "LabelBackgroundOpacity": "Background opacity",
+ "Raised": "Raised",
+ "Depressed": "Depressed",
+ "Uniform": "Uniform",
+ "DropShadow": "Drop shadow",
+ "SmallCaps": "Små bogstaver",
+ "SubtitleAppearanceSettingsDisclaimer": "Disse indstillinger påvirker ikke grafiske undertekster (PGS, DVD, osv), eller undertekster der har deres egen typografi indlejret (ASS/SSA).",
+ "Normal": "Normal",
+ "HeaderWaitingForWifi": "Venter på wifi",
+ "WifiRequiredToDownload": "En wifi forbindelse er krævet for at fortsat at downloade.",
+ "DownloadOnlyOnWifi": "Download kun på Wifi",
+ "LabelMusicDownloadQuality": "Music download quality",
+ "MusicDownloadQualityHelp": "Audio files with a higher bitrate will be converted by Emby Server. Select a higher value for better quality, or a lower value to conserve local storage space.",
+ "HeaderDownloadSettings": "Downloadindstillinger",
+ "LabelDownloadLocation": "Download location",
+ "BrowseForFolder": "BrowseForFolder",
+ "Unlimited": "Ubegrænset",
+ "NoLimit": "No limit",
+ "Hide": "Skjul",
+ "HeaderKeepWatching": "Keep Watching",
+ "HeaderNextEpisode": "Next Episode",
+ "AudioBitDepthNotSupported": "Converting to compatible audio bit depth",
+ "VideoBitrateNotSupported": "Converting to compatible video bitrate",
+ "VideoProfileNotSupported": "Converting to compatible video profile",
+ "VideoFramerateNotSupported": "Converting to compatible video framerate",
+ "VideoBitDepthNotSupported": "Converting to compatible video bit depth",
+ "RefFramesNotSupported": "Converting to compatible number of video reference frames",
+ "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.",
+ "HeaderStopRecording": "Stop med at optage",
+ "ManageRecording": "Administrer optagelse",
+ "LabelDropImageHere": "Drag and drop image here, or click to select an image to upload.",
+ "MessageFileReadError": "There was an error reading the file. Please try again.",
+ "Browse": "Browse",
+ "HeaderUploadImage": "Upload billede",
+ "HeaderAddUpdateImage": "Tilføj/Updater billede",
+ "HeaderShowFields": "Show Fields",
+ "LabelView": "View",
+ "LabelImageType": "Image type",
+ "Upload": "Upload",
+ "Primary": "Primært",
+ "PrimaryImageBlur": "Primary image blur",
+ "Art": "Art",
+ "Backdrop": "Baggrund",
+ "Banner": "Banner",
+ "Box": "Boks",
+ "BoxRear": "Boks (bagsiden)",
+ "Disc": "Disk",
+ "Logo": "Logo",
+ "LogoDark": "Logo (Dark Version)",
+ "LogoLight": "Logo (Light Version)",
+ "LogoLightColor": "Logo (Light with Color)",
+ "Menu": "Menu",
+ "Screenshot": "Screenshot",
+ "Thumb": "Thumb",
+ "HeaderAudioSettings": "Lydinstillinger",
+ "LabelAudioLanguagePreference": "Foretrukket lydsprog:",
+ "LabelPlayDefaultAudioTrack": "Play default audio track regardless of language",
+ "HeaderVideoQuality": "Videokvalitet",
+ "CinemaModeConfigurationHelp": "Cinema Intros bring the theater experience straight to your living room with the ability to play trailers and custom intros before the main feature.",
+ "ShowUpNextPreview": "Show up next preview",
+ "ShowUpNextPreviewHelp": "Show information for the next item near the end of the current one.",
+ "PlayNextEpisodeAutomatically": "Afspil næste episode automatisk",
+ "LabelMaxChromecastBitrate": "Chromecast streaming quality",
+ "LabelSkipBackLength": "Skip back length",
+ "LabelSkipForwardLength": "Skip forward length",
+ "EnableCinemaMode": "Aktiver biograftilstand",
+ "LabelInternetQuality": "Remote streaming quality",
+ "LabelCellularQuality": "Remote streaming quality (cellular)",
+ "HeaderMusicQuality": "Music Quality",
+ "LabelHomeNetworkQuality": "Home streaming quality",
+ "HeaderLatestMedia": "Seneste medier",
+ "HeaderRestartingEmbyServer": "Genstarter Emby",
+ "RestartPleaseWaitMessage": "Vent venligst mens Emby genstarter. Dette kan tage et minut eller 2.",
+ "HeaderPlayNext": "Play Next",
+ "AutoBasedOnLanguageSetting": "Auto (baseret på sprogindstillinger)",
+ "SameAsMainTheme": "Same as main theme",
+ "LabelDateTimeLocale": "Date time locale",
+ "Genre": "Genre",
+ "DirectorValue": "Instruktør: {0}",
+ "DirectorsValue": "Instruktører: {0}",
+ "GenreValue": "Genre: {0}",
+ "GenresValue": "Genrer: {0}",
+ "TagsValue": "Tags: {0}",
+ "Off": "Fra",
+ "Title": "Title",
+ "Year": "Year",
+ "Filter": "Filter",
+ "Filters": "Filtre",
+ "Unplayed": "Uafspillet",
+ "LabelTVHomeScreen": "TV mode home screen",
+ "Horizontal": "Vandret",
+ "Vertical": "Lodret",
+ "HeaderGroupBy": "Group By",
+ "HeaderMediaType": "Media Type",
+ "GroupBySeries": "Group by series",
+ "HeaderVideoType": "Video Type",
+ "HeaderSeriesStatus": "Series Status",
+ "Features": "Features",
+ "Trailers": "Trailers",
+ "Extras": "Extras",
+ "ThemeSongs": "Kendingsmelodier",
+ "ThemeVideos": "Kendingsvideoer",
+ "HeaderFavoriteMovies": "Favoritfilm",
+ "HeaderFavoritePhotos": "Favorite Photos",
+ "HeaderFavoriteShows": "Favorite Shows",
+ "HeaderFavoriteEpisodes": "Favoritepisoder",
+ "HeaderFavoriteVideos": "Favoritvideoer",
+ "HeaderFavoriteMusicVideos": "Favorite Music Videos",
+ "HeaderFavoriteGames": "Favoritspil",
+ "HeaderFavoriteArtists": "Favoritkunstnere",
+ "HeaderFavoriteAlbums": "Favoritalbummer",
+ "HeaderFavoriteSongs": "Favoritsange",
+ "HeaderFavoriteAuthors": "Favorite Authors",
+ "HeaderFavoriteAudioBooks": "Favorite Audio Books",
+ "Ascending": "Stigende",
+ "Descending": "Faldende",
+ "HeaderColorPrimaries": "Color Primaries",
+ "HeaderColorSpace": "Color Space",
+ "HeaderColorTransfer": "Color Transfer",
+ "HeaderVideoRange": "Video Range",
+ "SeriesDisplayOrderHelp": "Order episodes by air date, dvd order, or absolute numbering.",
+ "LabelVerticalPositionFromBottom": "Vertical position (from bottom)",
+ "HeaderFavoritePeople": "Favorite People",
+ "MultiSelect": "Multi-Select",
+ "HeaderSignOut": "Sign Out",
+ "HeaderSelectServer": "Vælg server",
+ "HeaderChangeServer": "Change Server",
+ "HeaderChangeUser": "Change User",
+ "HeaderAppSettings": "App Settings",
+ "HeaderLoginSettings": "Login indstillinger",
+ "LabelRememberLogin": "Husk login:",
+ "LabelAutomaticallySignOut": "Automatisk log ud:",
+ "BetaTesterMessage": "Thank you for being an Emby beta tester! Please leave feedback in the {0}Testing Area of the Emby Community{1}.",
+ "HardwareAccelerated": "Hardware accelereret",
+ "Software": "Software",
+ "Metadata": "Metadata",
+ "HeaderMediaInfo": "Media Info",
+ "Locked": "Locked",
+ "HeaderSplitVersionsApart": "Split Versions Apart",
+ "Any": "Any",
+ "Admin": "Admin",
+ "HeaderReadMore": "Read More",
+ "CustomRatingHelp": "A custom rating is used for parental control evaluations but is not displayed. The parental rating field is still displayed.",
+ "KeepUpToHelp": "Recordings over the limit are deleted when the next recording begins. Oldest recordings are deleted first, by date added.",
+ "NoItemsMatchingFound": "No items matching your search criteria were found.",
+ "TwoSearchCharsRequired": "Please enter at least two search characters.",
+ "PreventPlaybackContinuing": "Prevent playback from continuing indefinitely by periodically prompting for user input.",
+ "PromptStillWatching": "Enable 'Are You Still Watching?' prompt",
+ "HeaderMissingMetadata": "Missing Metadata",
+ "HeaderIncludedIn": "Included In",
+ "EmbyConnectUserAlreadyLinked": "The Emby Connect user is already linked to another user on this server.",
+ "VideoFilesWillBeConvertedTo": "Converted videos will be saved as {0}.",
+ "VideoWillBeConvertedTo": "Video streams will be converted to {0}, or copied from the original file if they are already {0} and the quality fits within the conversion options.",
+ "VideoWillBeConvertedToOrCopied": "Video streams will be converted to {0}, or copied from the original file if they are any of ({1}), and the quality fits within the conversion options.",
+ "AudioWillBeConvertedTo": "Audio streams will be converted to {0}, or copied from the original file if they are already {0} and the quality fits within the conversion options.",
+ "AudioWillBeConvertedToOrCopied": "Audio streams will be converted to {0}, or copied from the original file if they are any of ({1}), and the quality fits within the conversion options.",
+ "HeaderSpecialKeys": "Special Keys",
+ "FollowingSpecialKeys": "The following special keys are supported on most keyboards and remote controls:",
+ "HeaderDeleteSeries": "Delete Series",
+ "HeaderDeleteLastPlayedEpisode": "Delete Last Played Episode",
+ "HeaderConnectingToServer": "Connecting to Server",
+ "ServerNameValue": "Server name: {0}",
+ "DomainValue": "Domain: {0}",
+ "RatedValue": "Rated {0}",
+ "LocalServerRedirectMessage": "You will now be redirected to the domain owned and operated by the administrator of the server you've chosen to connect to:",
+ "AllMediaOwnedHosted": "All media is hosted and managed by the owner of {0}.",
+ "EnableResolutionSwitching": "Match video resolution",
+ "EnableResolutionSwitchingHelp": "This enables Emby to change the resolution to the same value the video was encoded in before starting playback. This may help minimize the amount of stutter/judder that you might otherwise see when playing videos which do not match up well.",
+ "EnableDisplayRefreshRateSwitching": "Enable display refresh rate switching",
+ "EnableDisplayRefreshRateSwitchingHelp": "This enables Emby to change the display refresh rate to the same value (or multiple of) as the framerate the video was encoded in before starting playback. This may help minimize the amount of stutter/judder that you might otherwise see when playing videos which do not match up well.",
+ "RememberSelectedAudioTracks": "Remember audio track selections",
+ "RememberSelectedSubtitleTracks": "Remember subtitle track selections",
+ "RememberSelectedSubtitleTracksHelp": "Subtitle track selections will be remembered on a per video basis and reapplied when playing the same video again.",
+ "RememberSelectedAudioTracksHelp": "Audio track selections will be remembered on a per video basis and reapplied when playing the same video again.",
+ "ClearSavedTrackSelections": "Clear saved track selections",
+ "HeaderClearTrackSelections": "Clear Saved Track Selections",
+ "QuestionClearSavedTracks": "Clear all saved track selections?",
+ "LabelChannelTags": "Channel tags",
+ "AfterThisPlaysConfirmation": "After this plays, do you want to keep playing or clear the music you previously queued?",
+ "Keep": "Keep",
+ "Clear": "Clear",
+ "HeaderClearFilters": "Clear Filters",
+ "HeaderSearchForImages": "Search for Images",
+ "HeaderSearchNewImage": "Search for a New Image",
+ "HeaderSearchForAnImage": "Search for an Image",
+ "DragDropToReorder": "Drag and Drop to Reorder",
+ "HeaderAddImageFromUrl": "Add Image from URL",
+ "HeaderSetImageFromUrl": "Set Image from URL",
+ "LabelUrl": "Url",
+ "LabelChannelNumber": "Channel number",
+ "LabelGuideDataChannel": "Guide data channel",
+ "GuideDataSource": "Guide Data Source",
+ "HeaderCopyToClipboard": "Copy to Clipboard",
+ "TimeRemainingValue": "{0} remaining",
+ "LabelResumeRewindSeconds": "When resuming, automatically rewind",
+ "ResumeRewindSecondsHelp": "This may help you remember where you left off. This applies to the initial resume and not each individual pause during playback.",
+ "HeaderSavePlayQueueToPlaylist": "Save Play Queue to Playlist",
+ "EnableLogoImagesAsTitle": "Display logo images as titles on detail screens",
+ "EnableLogoImagesAsTitleHelp": "When available, logo images can be used in place of title text on video, series, and other detail screens. The title will fallback to text when a logo image is not available.",
+ "LabelNowPlayingAudioBackgroundStyle": "Now playing audio background style",
+ "LabelNowPlayingVideoBackgroundStyle": "Now playing video background style",
+ "NowPlayingVideoBackgroundStyleHelp": "Determines the background style when remote controlling video playback on another device.",
+ "Rotation": "Rotation",
+ "Minutes": "Minutes",
+ "LabelMaxRecordingLength": "Max recording length",
+ "MaxRecordingLengthHelp": "Limit recordings to a specified amount of time, regardless of the duration of the broadcast. Set to 0 for no limit.",
+ "RemoteWAN": "Remote (WAN) Address",
+ "HeaderLastConnectedTo": "Last Connection To",
+ "Version": "Version",
+ "Keyword": "Keyword",
+ "HeaderServerAddress": "Server Address",
+ "HeaderSkipIntro": "Skip Intro",
+ "HeaderCreateRecording": "Create Recording",
+ "HeaderAddRecording": "Add Recording",
+ "HeaderChannelAndTime": "Channel and Time",
+ "LabelRecordProgramOrSeriesFrom": "Record a program or series from",
+ "LabelStartTime": "Start time",
+ "LabelEndTime": "End time",
+ "LabelFrequency": "Frequency",
+ "Recurring": "Recurring",
+ "Once": "Once",
+ "Start": "Start",
+ "Unpause": "Unpause",
+ "LabelIntroSkipMode": "Intro skip mode",
+ "ShowSkipIntroButton": "Show 'Skip Intro' button",
+ "AutoSkipIntro": "Automatically skip intros",
+ "DisplayRatingInformationOnVideoPlaybackStart": "Display rating information on video playback start",
+ "DisplayRatingInformationOnVideoPlaybackStartHelp": "The rating information will display briefly when video playback begins.",
+ "IntroSkipModeHelp": "Display a 'Skip Intro' button or automatically skip intros for episodes in which Emby Server has detected intro markers. Intro detection must be enabled in Emby Server library options.",
+ "EnableHomeScreenFocusPreview": "Use a layout on the home screen that shows a detailed preview of the selected item",
+ "EnableHomeScreenFocusPreviewHelp": "This may not work well if your home screen contains a mixture of different media types.",
+ "LabelHideMediaTransportButtons": "Hide video player transport buttons",
+ "HideMediaTransportButtonsHelp": "Create a simpler on-screen playback interface by hiding basic transport buttons such as skip forward, back and pause. You'll still be able to use these functions using arrow keys and OK/Enter. Auto will hide the transport buttons when no mouse usage is detected within the app.",
+ "ImageSizeHelp": "Set your preferred size of image grids.",
+ "LabelImageSize": "Image size",
+ "ThisImageIsOnlyPreview": "This image is only a preview that came from the metadata search engine. The actual image that Emby Server downloads may be different and will depend on the options you've configured in Emby library setup.",
+ "ResultsRangeValue": "{0} to {1} of {2}",
+ "NotificationsDescription": "Setup notifications to stay informed of important events on your Emby Server.",
+ "DeleteEmbyConnectAccount": "Delete Emby Connect Account",
+ "DeleteEmbyConnectAccountHelp": "To delete your Emby Connect account, please sign in to the {0}Emby Community{1} at {2}. Once signed in, then click your username in the top right, then click Account Settings, then click Delete My Account.",
+ "KeepPlayingInBackground": "Keep playing in the background",
+ "LabelVideoBackBehavior": "Video player back button behavior",
+ "HeaderViewLyrics": "View Lyrics",
+ "HeaderViewMissingEpisodes": "View Missing Episodes",
+ "HeaderMissingEpisodes": "Missing Episodes",
+ "HeaderManageAccess": "Manage Access",
+ "HeaderManageCollaboration": "Manage Collaboration",
+ "HeaderLeaveCollaboration": "Leave Collaboration",
+ "HeaderRemoveFromLibrary": "Remove from Library",
+ "RemoveSharedItemConfirmation": "Are you sure you wish to remove this item from your library? In order to get it back the owner will need to grant you access again.",
+ "SubtitlesDownloaded": "Subtitles Downloaded",
+ "HeaderMakePrivate": "Make Private",
+ "HeaderMakePublic": "Make Public",
+ "MakePublicDescription": "All users will be able to view this item. Users can be granted access to edit.",
+ "MakePrivateDescription": "Users can still be granted access individually.",
+ "Private": "Private",
+ "Public": "Public",
+ "Collaborative": "Collaborative",
+ "PreferredShowDisplay": "Preferred TV show display",
+ "ShowAllEpisodesAllSeasons": "Show all episodes of all seasons together",
+ "ShowAllEpisodesSingleSeason": "Show all episodes for only single season shows",
+ "ShowSeasonFolders": "Always show season folders",
+ "HeaderAddAgain": "Add Again",
+ "UpNext": "Up Next",
+ "ItemsAlreadyInPlaylist": "Some of these items are already in your playlist.",
+ "ItemAlreadyInPlaylist": "This item is already in your playlist.",
+ "HeaderPlayChannel": "Play Channel",
+ "LabelScreenOrientationDuringVideo": "Screen orientation during video playback",
+ "UseDeviceSetting": "Use device setting",
+ "LockToLandscape": "Lock to landscape",
+ "UsernameForFolderHelp": "The username required to access this folder on your network (if applicable).",
+ "PasswordForFolderHelp": "The password required to access this folder on your network (if applicable).",
+ "ShowMediaInfoOnDetailScreens": "Show full media at the bottom of audio and video detail screens",
+ "ForgotPasswordNoUserFound": "No users were found with the entered name. Please try again, or leave the name blank to reset the password for all users on this server.",
+ "Silver": "Silver",
+ "DimGray": "Dim Gray",
+ "DarkGray": "Dark Gray",
+ "LightGray": "Light Gray",
+ "Black": "Black",
+ "Blue": "Blue",
+ "Cyan": "Cyan",
+ "Gray": "Gray",
+ "Green": "Green",
+ "Lime": "Lime",
+ "Magenta": "Magenta",
+ "Orange": "Orange",
+ "Pink": "Pink",
+ "Red": "Red",
+ "Yellow": "Yellow",
+ "White": "White",
+ "Purple": "Purple",
+ "RecentlyReleasedMovies": "Recently Released Movies",
+ "RecentlyReleasedEpisodes": "Recently Released Episodes",
+ "DolbyProfile": "Dolby Profil",
+ "IpAddress": "IP Address",
+ "VideoType": "Video Type",
+ "HidePlayedMediaFrom": "Hide Played Media From",
+ "BottomEdgePosition": "Bottom Edge Position",
+ "VerticalPositionFromBottomScreen": "Set the vertical position of the subtitles relative to the bottom of the screen.",
+ "TopEdgePosition": "Top Edge Position",
+ "TopEdgePositionHelp": "Set the highest allowed vertical position of the subtitles relative to the top of the screen. This is used when the subtitles contain positioning instructions to be placed at the top.",
+ "HeaderSubtitlePosition": "Subtitle Position",
+ "TitleProfilePin": "Profil PIN",
+ "ProfilePinConfirm": "Profile PIN (confirm)",
+ "SaveProfilePin": "Gem Pin",
+ "ProfilePinDescription": "Create an optional pin to be prompted for entry whenever you return to an Emby app on a device that you've already signed into. This is useful if you have devices that are shared by multiple users. You can choose to enable it selectively on each device as required.",
+ "TitleNewEpisodes": "New Episodes",
+ "EnterYourPinToContinue": "Enter your PIN to continue.",
+ "YourPinMustBe": "Your PIN must be {0} digits.",
+ "ForgotPin": "Forgot PIN?",
+ "RequireEnteringPinToReturn": "Require entering my profile PIN whenever I return to this app.",
+ "RequireEnteringPinToReturnQuestion": "Should we prompt you for your profile PIN whenever you return to this app? If this device is shared by multiple users, your profile PIN can help prevent the other users from accessing your data.",
+ "RequireEnteringPinToReturnHelp": "Useful if this device is shared by multiple users.",
+ "WrongPinPleaseTryAgain": "Whoops, wrong PIN. Please try again.",
+ "ProfilePinIsOn": "Profile PIN is currently on.",
+ "IfTryingToConnectToHttp": "If you're trying to connect to your Emby Server using an HTTP address, your browser may not be allowing this due to HTTPS requirements. Please try one of the following:",
+ "SetupHttpsForYourServer": "Setup {0}HTTPS for your Emby Server{1} so that you can connect using HTTPS.",
+ "TitleUnableToReachServer": "Unable to Reach Server",
+ "TitleUnableToReachName": "Unable to Reach {0}",
+ "HearingImpaired": "Hearing Impaired",
+ "SignIntoServerName": "Sign in to {0}",
+ "About": "About",
+ "Specials": "Specials",
+ "NSettings": "{0} Settings",
+ "NPreferences": "{0} Preferences",
+ "DetailScreenOptions": "Detail Screens",
+ "LabelGenreDisplayLimit": "Genre display limit",
+ "GenreDisplayLimitHelp": "Limit the number of genres displayed at the top of item detail screens.",
+ "GenreDisplayLimitForListsHelp": "Limit the number of genres displayed at the top of playlist, collection and artist detail screens.",
+ "LabelGenreDisplayLimitForLists": "Genre display limit for lists",
+ "ShowPosterOnDetails": "Show a poster on the detail screen",
+ "ShowPosterOnDetailsHelp": "Choose to show a poster on video detail screens, or hide it for a more minimal look that emphasizes the background. This setting is not used on smaller screen layouts. Some item types will ignore this setting.",
+ "EnableAppLogging": "Enable app logging",
+ "EnableAppLoggingHelp": "Logging can degrade app performance and should only be enabled as needed for troubleshooting purposes. Changes require restarting the app.",
+ "LabelSlideshowInterval": "Photo slideshow time per slide",
+ "TVChannelImageEditorHelp": "Multiple logo versions are supported. Emby apps will automatically choose the appropiate one depending on the current theme.",
+ "PlaySlideshow": "Play Slideshow",
+ "CheckForExistingEpisodesInAllLibraries": "Check for existing episodes in all libraries",
+ "GroupNotificationsBySeriesOrAlbum": "Group notifications by series and albums",
+ "ThemeSettings": "Theme Settings",
+ "FollowingActivityWillBeDisrupted": "The following activity will be disrupted and may require manual intervention to restart:",
+ "OneActivePlaybackSession": "1 Active Playback Session",
+ "NumActivePlaybackSessions": "{0} Active Playback Sessions",
+ "OneActiveRecording": "1 Active Recording",
+ "NumActiveRecordings": "{0} Active Recordings",
+ "PlayFromLivePosition": "Play from the live position",
+ "PlayFromStartOfRecording": "Play from the start of the recording",
+ "ThisChannelIsActivelyRecording": "This channel is actively recording. How would you like to begin playing?",
+ "ThemeSongVolume": "Theme song volume",
+ "HeaderForceConversionForFormats": "Force Conversion for Formats",
+ "ForceConversionForFormatsHelp": "Use this to force server-side transcoding or remuxing for formats that don't direct play very well on this device.",
+ "StartupBehavior": "Startup behavior",
+ "RememberLastUser": "Remember last user",
+ "ShowLoginScreen": "Show login screen",
+ "SignInAsValue": "Sign in as {0}",
+ "ConvertUnsupportedAudio": "Convert unsupported surround audio to Dolby Digital",
+ "ConvertUnsupportedAudioHelp": "Avoid downmixing unsupported surround formats to stereo by having Emby Server transcode them to Dolby Digital.",
+ "HeaderPlaybackCorrection": "Playback Correction",
+ "HeaderAttemptPlaybackCorrection": "Attempt Playback Correction",
+ "PlaybackCorrectionConfirm": "Attempt playback correction?",
+ "PlaybackCorrectionDescription": "Is the current item exhibiting a playback problem such as no video or audio? This will try and correct playback issues using server transcoding to convert this file into a more streaming friendly format. This will result in increased resource consumption on this Emby Server.",
+ "PlaybackCorrectionDescription2": "You can do this up to three times per video, where remuxing, video transcoding and audio transcoding are each activated one at a time.",
+ "HeaderAlbumsAsContributingArtist": "Albums as Contributing Artist",
+ "HeaderAlbumsAsComposer": "Albums as Composer",
+ "Duplicates": "Duplicates",
+ "HeaderSleepTimer": "Sleep Timer",
+ "AfterCurrentItem": "After current item",
+ "HeaderStopPlayback": "Stop Playback",
+ "TurnOffTimer": "Turn off timer",
+ "SleepTimerIsSet": "Your sleep timer is set",
+ "SleepTimerIsOff": "Your sleep timer is off",
+ "LabelEnableRemoteControlTVMode": "Display casting and remote control functions",
+ "EnableRemoteControlTVModeHelp": "Enable if you intend to use this device to send media to other devices.",
+ "ShowOnScreenControls": "Show on-screen controls",
+ "LabelVideoScreenUpAction": "Video player up action",
+ "VideoScreenUpActionHelp": "Select the action to take when pressing the up key on the video player screen. This applies when no on-screen controls are currently visible. When controls are already visible, the up key will be used for navigation.",
+ "LabelVideoPlayerLongPressAction": "Video player long press action",
+ "LetsGetSetup": "Let's Get Set Up",
+ "VideoPlayerLongPressActionHelp": "Choose what function or menu is shown when long pressing the OK button during video playback. This only takes effect when the video controls are hidden or the seek bar has focus.",
+ "AskAdminToGetPremiere": "This purchase must be made by the server administrator. Please ask the administrator of this Emby Server to sign in and get Emby Premiere so that you can enjoy access to premium features.",
+ "AutoOpenSingleItemsFolders": "Auto open single items in folder view",
+ "AutoOpenSingleItemsFoldersHelp": "When a folder only contains one item, automatically open that item.",
+ "PlayedOnValue": "Played {0}",
+ "TheseSettingsApplyAppDevice": "These settings apply to all users playing on this device.",
+ "LastContentDateAdded": "Last Content Date Added",
+ "RepeatThemeMedia": "Play themes on repeat",
+ "HideEpisodeSpoilerInfo": "Hide spoiler information from unwatched episodes",
+ "HideEpisodeSpoilerInfoHelp": "Hides the title, overview and image for unwatched episodes on most screens.",
+ "BornValueAge": "Born: {0} (age {1})",
+ "PreferDirectStreamLiveTV": "Prefer direct streaming of Live TV",
+ "PreferDirectStreamLiveTVHelp": "Direct streaming Live TV will reduce resource consumption on your Emby Server but may not be as seekable during playback. Enabling this will direct stream Live TV when the format is supported and is within your configured quality setting. Disable this to enjoy more seeking during playback at the cost of additional resource consumption.",
+ "HeaderAllRecordings": "All Recordings",
+ "RememberLoginDescription": "After signing in, you can use the app settings to configure the startup behavior to remember login, sign in as a specific user, or always show the login screen.",
+ "ForgetThisServer": "Forget This Server",
+ "ForgetServerConfirmation": "Are you sure you wish to forget this server?",
+ "HeaderThisDevice": "This Device",
+ "ChaptersGuide": "Chapters / Live TV Guide",
+ "ChaptersGuideHelp": "Show Chapters for media with chapters. For media without chapters, show the Live TV Guide (when available).",
+ "HeaderShowSeriesImages": "Show Series Images",
+ "AppExitConfirmation": "Are you ready to exit Emby?",
+ "AppExitMenu": "Exit menu",
+ "SideMenu": "Side navigation menu",
+ "SystemStorage": "System storage ({0})"
+}
diff --git a/modules/common/strings/de.json b/modules/common/strings/de.json
new file mode 100644
index 0000000..ac0de81
--- /dev/null
+++ b/modules/common/strings/de.json
@@ -0,0 +1,1340 @@
+{
+ "ReplaceExistingThumbnailImages": "Ersetze vorhandene Videovorschau-Miniaturansichten",
+ "ReplaceExistingThumbnailImagesHelp": "Alle vorhandenen Videovorschaubilder werden gelöscht und neue generiert, wenn dies in den Optionen für die Bibliothek aktiviert ist.",
+ "DateCreated": "Erstellungsdatum",
+ "CreatedOnValue": "Erstellt {0}",
+ "UpdatedOnValue": "Aktualisiert {0}",
+ "EmbyLoginTerms": "Emby hilft dir bei der Verwaltung deiner persönlichen Medienbibliothek, wie z. B. Heimvideos und Fotos. Bitte beachte unsere {0}Nutzungsbedingungen{1}. Mit der Nutzung der Emby Software erklärst du dich mit diesen Bedingungen einverstanden.",
+ "MessageUnableToConnectToServer": "Zur Zeit lässt sich keine Verbindung zum gewählten Server herstellen. Bitte stelle sicher, dass dieser läuft und versuche es erneut.",
+ "EmbyIntroMessage": "Mit Emby kannst du auf einfache Art und Weise Videos, Musik und Fotos von deinem Emby Server auf Smartphones, Tablets und andere Geräte streamen.",
+ "HeaderSignInWithConnect": "Mit Emby Connect anmelden",
+ "HeaderWelcomeToEmby": "Willkommen bei Emby",
+ "HeaderNewUsers": "Neue Benutzer",
+ "HeaderPleaseSignIn": "Bitte einloggen",
+ "MessageInvalidUser": "Falscher Benutzername oder Passwort. Bitte versuche es erneut.",
+ "MessageUnlockAppWithPurchaseOrSupporter": "Schalte diese Funktion mit einer kleinen einmaligen Gebühr oder einem aktiven Emby Premiere-Abo frei.",
+ "MessageUnlockAppWithSupporter": "Schalte diese Funktion mit einem aktiven Emby Premiere-Abo frei.",
+ "MessageToValidateSupporter": "Wenn du ein aktives Emby-Premiere-Abonnement hast, stelle bitte sicher, dass dies in den Emby Server-Einstellungen eingerichtet ist (Hauptmenu -> Emby Premiere).",
+ "ValueSpecialEpisodeName": "Special - {0}",
+ "HeaderSignIn": "Login",
+ "Share": "Teilen",
+ "Shared": "Geteilt",
+ "Info": "Info",
+ "Add": "Hinzufügen",
+ "Speed": "Geschwindigkeit",
+ "PlaybackSpeed": "Abspielgeschwindigkeit",
+ "Chapters": "Kapitel",
+ "Password": "Passwort",
+ "SavePassword": "Passwort speichern",
+ "LabelPassword": "Passwort",
+ "HeaderResetPassword": "Passwort zurücksetzen",
+ "Series": "Serien",
+ "Preview": "Vorschau",
+ "Submit": "Absenden",
+ "Never": "Niemals",
+ "Table": "Tabelle",
+ "HeaderScheduledTasks": "Geplante Aufgaben",
+ "Plays": "Wiedergabeanzahl",
+ "LastUsedAddressValue": "Zuletzt genutzt {0}",
+ "LabelKeywordType": "Schlagwort-Typ",
+ "HeaderSelectColumns": "Spalten auswählen",
+ "HeaderTopResults": "Beste Ergebnisse",
+ "HeaderPinSidebar": "Seitenleiste fixieren",
+ "Collapse": "Einklappen",
+ "LabelBackgroundVideoPlayback": "Hintergrund-Videowiedergabe",
+ "BackgroundVideoPlaybackHelp": "Hintergrundwiedergabe erlaubt dir Videos weiter abzuspielen, auch wenn der Bildschirm ausgeschaltet wurde.",
+ "AlwaysOn": "Immer eingeschaltet",
+ "HeadphonesOrExternalSpeakersConnected": "Kopfhörer oder externe Lautsprecher verbunden",
+ "HeaderKeyboardAndRemote": "Tastatur und Fernbedienung",
+ "NoSelectedItemsSupportOperation": "Keine Elemente ausgewählt, die diese Funktion unterstützen.",
+ "NoOperationsForSelectedItems": "Keine Funktionen für die ausgewählten Elemente vorhanden.",
+ "UploadOnlyOnWifi": "Nur über WLAN hochladen",
+ "HeaderFoldersToUpload": "Hochzuladende Ordner",
+ "LabelPasswordConfirm": "Passwort (Bestätigung)",
+ "HeaderMoveUpInOrder": "In Reihenfolge hochbewegen",
+ "HeaderDownUpInOrder": "In Reihenfolge herunterbewegen",
+ "LabelUsername": "Benutzername",
+ "HeaderAddServer": "Server hinzufügen",
+ "HeaderSubtitleOffset": "Untertitelversatz",
+ "Watching": "Schaue",
+ "HeaderRemoveFromContinueWatching": "Aus 'Weiterschauen' entfernen",
+ "RemoveThisTitleFromContinueWatching": "Diesen Titel aus 'Weiterschauen' entfernen?",
+ "HeaderRemoveFromContinueListening": "Aus Weiterhören entfernen",
+ "RemoveThisTitleFromContinueListening": "Diesen Titel aus Weiterhören entfernen?",
+ "HeaderIncreaseSubtitleOffset": "Untertitelversatz vergrößern",
+ "HeaderDecreaseSubtitleOffset": "Untertitelversatz verringern",
+ "Close": "Schliessen",
+ "HeaderSeeAll": "Alles ansehen",
+ "HeaderOpenInNewWindow": "In neuem Fenster öffnen",
+ "LabelEmail": "E-Mail",
+ "LabelHost": "Adresse",
+ "LabelHostHelp": "Beispiel: 192.168.1.100 oder https://meinserver.de",
+ "LabelPort": "Port",
+ "Disabled": "Deaktiviert",
+ "Uninstall": "Deinstallieren",
+ "Enable": "Aktivieren",
+ "AllTuners": "Alle Tuner",
+ "Disable": "Deaktivieren",
+ "NextValue": "Nächstes: {0}",
+ "HeaderNextItem": "Nächstes Element",
+ "HeaderPreviousItem": "Vorheriges Element",
+ "NoTrailersMessage": "Keine Trailer gefunden. Um Trailer hinzuzufügen, bitte das Trailer-Plugin aus dem {0}Emby-Plugin-Katalog{1} installieren.",
+ "UninstallPluginConfirmation": "Möchtest du dieses Plugin wirklich deinstallieren?",
+ "HeaderUninstallPlugin": "Plugin deinstallieren",
+ "AreYouStillWatching": "Schaust du noch?",
+ "LabelCurrentPassword": "Aktuelles Passwort",
+ "LabelNewPassword": "Neues Passwort",
+ "LabelNewPasswordConfirm": "Neues Passwort bestätigen",
+ "HeaderRemovePassword": "Passwort entfernen",
+ "ServerUpdateNeeded": "Dieser Emby Server muss aktualisiert werden. Um die neueste Version herunterzuladen, besuche bitte {0}",
+ "MessageThankYouForConnectSignUp": "Vielen Dank für die Registrierung bei Emby Connect. Eine E-Mail mit weiteren Schritten zur Anmeldung des neuen Kontos wird dir in Kürze zugestellt. Bitte bestätige das Konto und kehre dann hierher zurück, um dich anzumelden.",
+ "MessageThankYouForConnectSignUpNoValidation": "Danke für die Registrierung bei Emby Connect! Du wirst nun darum gebeten, dich mit deinen Emby-Connect-Informationen einzuloggen.",
+ "ErrorMessagePasswordNotMatchConfirm": "Das Passwort und die Passwort-Bestätigung müssen übereinstimmen.",
+ "ErrorMessageUsernameInUse": "Dieser Benutzername wird bereits verwendet. Bitte einen anderen Benutzernamen wählen und erneut versuchen.",
+ "ErrorMessageEmailInUse": "Diese E-Mail-Adresse wird bereits verwendet. Bitte eine andere E-Mail-Adresse eingeben oder die \"Passwort vergessen\"-Funktion benutzen.",
+ "HeaderUpcomingOnTV": "Demnächst im Live TV",
+ "HeaderOtherShowings": "Andere Sendetermine",
+ "Showings": "Sendetermine",
+ "HeaderConnectToServer": "Mit Server verbinden",
+ "ConnectToServerManually": "Manuell mit Server verbinden",
+ "LabelEnterConnectUserNameHelp": "Dies ist die E-Mail-Adresse, die du zur Einrichtung deines Emby Connect-Kontos verwendet hast.",
+ "HeaderSignInError": "Anmeldefehler",
+ "HeaderManualLogin": "Manuelle Anmeldung",
+ "PasswordResetConfirmation": "Möchtest du das Passwort wirklich zurücksetzen?",
+ "ContactAdminToResetPassword": "Bitte kontaktiere deinen Systemadministrator, um dein Passwort zurücksetzen zu lassen.",
+ "ForgotPasswordInNetworkRequired": "Bitte versuche es erneut innerhalb deines Heimnetzwerks, um die Passwort-Zurücksetzung zu starten.",
+ "ForgotPasswordFileCreated": "Die folgende Datei wurde auf deinem Server erstellt und enthält eine Anleitung, wie fortgefahren werden muss:",
+ "ForgotPasswordFileExpiration": "Die Zurücksetz-PIN wird am {0} ablaufen.",
+ "InvalidForgotPasswordPin": "Es wurde eine ungültige oder abgelaufene PIN eingegeben. Bitte erneut versuchen.",
+ "PasswordResetForUsers": "Passwörter wurden für die folgenden Benutzer entfernt. Verwende zur Anmeldung ein leeres Passwort.",
+ "HeaderForgotPassword": "Passwort vergessen?",
+ "ForgotPasswordUsernameHelp": "Lass das Feld leer, wenn du deinen Benutzernamen vergessen hast.",
+ "HeaderPasswordReset": "Passwort zurücksetzen",
+ "AttributeNew": "Neu",
+ "Done": "Fertig",
+ "HeaderResetToDefault": "Standardeinstellungen wiederherstellen",
+ "Deinterlacing": "Deinterlacing",
+ "HeaderBurningInSubtitles": "Untertitel einbrennen",
+ "Premiere": "Premiere",
+ "LabelPinCode": "PIN-Code",
+ "LabelLocalNetworkPinCode": "PIN-Code für das lokale Netzwerk",
+ "LabelLocalNetworkPasswordMode": "Anmeldemodus für das lokale Netzwerk",
+ "RequirePasswordInLocalNetwork": "Benötigt ein Passwort im lokalen Netzwerk",
+ "NoPasswordInLocalNetwork": "Benötigt kein Passwort im lokalen Netzwerk",
+ "PinCodeInLocalNetwork": "Erlaube numerischen PIN-Code im lokalen Netzwerk",
+ "LocalNetworkPasswordModeHelp": "Wähle die Anmeldemethode für Geräte, die sich im gleichen lokalen Netzwerk wie dein Emby Server befinden.",
+ "HeaderLocalNetworkAccess": "Lokaler Netzwerkzugriff",
+ "Live": "Live",
+ "Reset": "Zurücksetzen",
+ "Repeat": "Wiederholen",
+ "Track": "Titel",
+ "Tracks": "Titel",
+ "HeaderCameraUpload": "Kamera-Upload",
+ "TrackCount": "{0} Titel",
+ "ItemCount": "{0} Elemente",
+ "NumberChannelsValue": "{0} Kanäle",
+ "HeaderLatestMusic": "Neueste Musik",
+ "HeaderLatestAudioBooks": "Neueste Hörbücher",
+ "HeaderLatestDownloadedVideos": "Zuletzt heruntergeladene Videos",
+ "HeaderRecentlyPlayed": "Kürzlich abgespielt",
+ "Recent": "Kürzlich",
+ "HeaderFrequentlyPlayed": "Häufig gespielt",
+ "HeaderMoreLikeThis": "Ähnlich wie dieses",
+ "HeaderMoreLikeThisOnLiveTV": "Mehr davon im Live TV",
+ "OriginalAirDateValue": "Erstausstrahlung: {0}",
+ "EndsAtValue": "Endet um {0}",
+ "Date": "Datum",
+ "AirDate": "Ausstrahlungsdatum",
+ "Played": "Abgespielt",
+ "Daily": "Täglich",
+ "Weekly": "Wöchentlich",
+ "RequireHashMatch": "Benötigt eine Hash-Übereinstimmung",
+ "RequireHashMatchHelp": "Die Hash-Übereinstimmung filtert Untertitel heraus, die mit genau deiner Video-Datei getestet wurden. Durch das Deaktivieren dieser Einstellung werden zwar mehr Untertitel gefunden, aber die Chance auf nicht passende oder fehlerhafte Untertitel steigt.",
+ "SearchForForcedSubtitlesOnly": "Nur erzwungene Untertitel",
+ "SearchForForcedSubtitlesOnlyHelp": "\"Nur erzwungene Untertitel\" begrenzt die Auswahl auf Untertitel, die als fremdsprachig markiert sind.",
+ "LastEpisodeDateAdded": "Letzte Episode hinzugefügt am",
+ "LastEpisodeDateAired": "Erscheinungsdatum der letzten Episode",
+ "LabelPlaystate": "Abspielstatus",
+ "Studio": "Studio",
+ "Tag": "Tag",
+ "EpisodeTitle": "Episodentitel",
+ "Audio": "Audio",
+ "Video": "Video",
+ "Subtitle": "Untertitel",
+ "Image": "Bild",
+ "CopyStream": "Kopiere Originalstream",
+ "LabelAudioLayout": "Audio Layout",
+ "LabelAudioCodec": "Audio-Codec",
+ "LabelAudioLanguage": "Audiosprache",
+ "LabelSubtitleLanguage": "Untertitelsprache",
+ "LabelVideoCodec": "Video Codec",
+ "LabelSubtitleCodec": "Untertitel-Codec",
+ "LabelParentalRating": "Altersfreigabe",
+ "BecauseYouLikeValue": "Weil du {0} magst",
+ "BecauseYouWatchedValue": "Weil du {0} gesehen hast",
+ "DirectedByValue": "Unter der Regie von {0}",
+ "StarringValue": "In der Hauptrolle {0}",
+ "Invitations": "Einladungen",
+ "ActorAsRole": "als {0}",
+ "ButtonOk": "OK",
+ "GroupItemsIntoCollections": "Medien in Kollektionen gruppieren",
+ "GroupItemsIntoCollectionsHelp": "Gruppiere Medien entsprechend den Kollektionen, zu denen sie hinzugefügt wurden. Das Aktivieren bestimmter Filter oder Sortierungen hebt dies möglicherweise automatisch auf.",
+ "GroupItemsIntoTags": "Gruppiere Elemente in Tags",
+ "GroupItemsIntoTagsHelp": "Ordnet Elemente entsprechend der Tags an, denen sie zugeordnet wurden. Das Aktivieren bestimmter Filter oder Sortierungen hebt dies möglicherweise automatisch auf.",
+ "User": "Benutzer",
+ "Access": "Zugriff",
+ "Users": "Benutzer",
+ "Library": "Bibliothek",
+ "Devices": "Geräte",
+ "Cancel": "Abbrechen",
+ "Restart": "Neustart",
+ "Shutdown": "Herunterfahren",
+ "Logs": "Protokolle",
+ "Visibility": "Sichtbarkeit",
+ "Notifications": "Benachrichtigungen",
+ "SendTestNotification": "Testbenachrichtigung senden",
+ "NotificationSent": "Benachrichtigung gesendet",
+ "DeleteNotificationConfirmation": "Bist du sicher, dass du diese Benachrichtigung löschen möchtest?",
+ "DeleteNotification": "Benachrichtigung löschen",
+ "AddNotification": "Benachrichtigung hinzufügen",
+ "EditNotification": "Benachrichtigung bearbeiten",
+ "LimitUserEventsTo": "Benutzerereignisse beschränken auf",
+ "LimitLibraryEventsTo": "Bibliotheksereignisse beschränken auf",
+ "LimitDeviceEventsTo": "Geräteereignisse beschränken auf",
+ "ForAdditionalNotificationOptions": "Zusätzliche Benachrichtigungsdienste können vom Serveradministrator im Emby {0}Plugin-Katalog{1} installiert werden.",
+ "Plugins": "Plugins",
+ "Systems": "Systeme",
+ "Server": "Server",
+ "Dashboard": "Übersicht",
+ "PlayOnAnotherDevice": "Auf einem anderen Gerät wiedergeben",
+ "HeaderConnectionHelp": "Verbindungshilfe",
+ "AccessRestrictedTryAgainLater": "Der Zugriff ist derzeit eingeschränkt. Bitte versuche es später erneut.",
+ "ButtonGotIt": "Verstanden",
+ "RememberMe": "Angemeldet bleiben",
+ "EmbyServer": "Emby Server",
+ "ManageEmbyServer": "Emby Server verwalten",
+ "ShutdownServer": "Emby Server herunterfahren",
+ "RestartServer": "Emby Server neustarten",
+ "RecordingCancelled": "Aufnahme abgebrochen",
+ "SeriesCancelled": "Serie abgebrochen",
+ "Recording": "Aufnahme",
+ "SeriesRecording": "Serienaufnahme",
+ "RecordingScheduled": "Aufnahme geplant",
+ "SeriesRecordingScheduled": "Serienaufnahme geplant",
+ "HeaderNewRecording": "Neue Aufnahme",
+ "HeaderWakeServer": "Server aufwecken",
+ "AttemptingWakeServer": "Versuche Server aufzuwecken. Bitte warten...",
+ "WakeServerSuccess": "Erfolgreich!",
+ "HeaderCustomizeHomeScreen": "Startseite konfigurieren",
+ "WakeServerError": "Die Wake-On-LAN-Pakete wurden verschickt, aber der Emby Server ließ sich nicht erreichen. Das Gerät braucht vielleicht etwas länger um aufzuwachen oder der darauf befindliche Emby Server wird zur Zeit nicht ausgeführt.",
+ "Days": "Tage",
+ "Network": "Netzwerk",
+ "Networks": "Sendergruppen",
+ "SortByValue": "Sortieren nach {0}",
+ "HeaderSortBy": "Sortiert nach",
+ "HeaderPhotoAlbums": "Fotoalben",
+ "Photos": "Fotos",
+ "HeaderAppearsOn": "Erscheint auf",
+ "List": "Liste",
+ "HeaderRecordSeries": "Serie aufnehmen",
+ "HeaderCinemaMode": "Kino-Modus",
+ "Conversions": "Konvertierungen",
+ "Downloads": "Downloads",
+ "HeaderManageDownloads": "Downloads verwalten",
+ "InternalStorage": "Interner Speicher",
+ "ExternalStorage": "Externer Speicher",
+ "UploadToFollowingServers": "Zu Servern hochladen",
+ "UploadingNumItems": "Lade hoch {0} von {1}",
+ "DownloadNumItems": "Lade {0} von {1} herunter",
+ "HeaderSampleRate": "Abtastrate",
+ "HeaderReferenceFrames": "Referenz-Frames",
+ "HeaderBitDepth": "Bit-Tiefe",
+ "HeaderPixelFormat": "Pixelformat",
+ "Profile": "Profil",
+ "Bitrate": "Bitrate",
+ "Expand": "Erweitern",
+ "Container": "Container",
+ "Format": "Format",
+ "Path": "Pfad",
+ "Size": "Größe",
+ "Resolution": "Auflösung",
+ "HeaderCodecTag": "Codec-Tag",
+ "Framerate": "Bildwiederholungsrate",
+ "Interlaced": "Interlaced",
+ "Anamorphic": "Anamorph",
+ "Level": "Level",
+ "Timestamp": "Zeitstempel",
+ "Language": "Sprache",
+ "Codec": "Codec",
+ "Stream": "Stream",
+ "HeaderExtradata": "Zusätzliche Daten",
+ "HeaderHardwareAcceleratedTranscoding": "Hardwarebeschleunigtes Transkodieren",
+ "HeaderHardwareAcceleratedTranscodingDescription": "Nutze die Vorteile deiner Grafikkarte. Emby bietet die fortschrittlichste und schnellste Hardwarebeschleunigung auf dem Markt.",
+ "HeaderOfflineDownloads": "Offline-Medien",
+ "AndMuchMoreExclamation": "Und vieles mehr!",
+ "HeaderOfflineDownloadsDescription": "Lade Medien auf deine Geräte herunter, um sie einfach offline zu nutzen.",
+ "LiveTvFeatureDescription": "Streame Live TV, mit einem kompatiblen auf Deinem Emby Server installierten TV-Tuner, zu einer Emby-App.",
+ "DvrFeatureDescription": "Plane individuelle Aufnahmen von Live-TV, Serienaufnahmen und mehr mit Emby DVR.",
+ "CinemaModeFeatureDescription": "Der Kino-Modus bringt das richtige Kinogefühl mit Trailern und eigenen Intros vor dem Hauptfilm.",
+ "HeaderFreeApps": "Kostenlose Emby-Apps",
+ "FreeAppsFeatureDescription": "Genieße vollen Zugriff auf Emby-Apps für deine Geräte.",
+ "HeaderBecomeProjectSupporter": "Hol dir Emby Premiere",
+ "HeaderViewServerInfo": "Server-Info ansehen",
+ "PlaybackTvModeRequiresEmbyPremiere": "Wiedergabe im TV-Modus erfordert eine aktive {0}Emby-Premiere-Mitgliedschaft{1}.",
+ "FeatureRequiresEmbyPremiere": "Diese Funktion benötigt eine aktive {0}Emby Premiere-Mitgliedschaft{1}.",
+ "HeaderConvertYourRecordings": "Deine Aufnahmen konvertieren",
+ "Record": "Aufnahme",
+ "Save": "Speichern",
+ "Edit": "Bearbeiten",
+ "HeaderSavePlaylist": "Wiedergabeliste speichern",
+ "Latest": "Neueste",
+ "Download": "Download",
+ "Downloaded": "Heruntergeladen",
+ "Converted": "Konvertiert",
+ "RemoveFromHistory": "Aus dem Verlauf löschen",
+ "ConfirmRemoveFromHistory": "Dieses Element aus dem Verlauf entfernen?",
+ "Downloading": "Lädt herunter",
+ "Advanced": "Erweitert",
+ "LinkedToEmbyConnect": "Verbunden mit Emby Connect",
+ "Delete": "Löschen",
+ "Both": "Beides",
+ "LabelChannelDisplay": "Kanalanzeige",
+ "HeaderDeleteItem": "Element löschen",
+ "HeaderDeleteUser": "Benutzer löschen",
+ "DeleteItemConfirmation": "Bist du sicher, dass du {0} löschen möchtest?",
+ "DeleteUserConfirmation": "Bist du sicher, dass du Benutzer {0} löschen möchtest?",
+ "DeleteUsersConfirmation": "Bist du sicher, dass du diese {0} Benutzer löschen möchtest?",
+ "HeaderDeleteDevice": "Gerät löschen",
+ "DeleteDeviceConfirmation": "Bist du sicher, dass du dieses Gerät löschen möchtest? Wenn sich ein Benutzer beim nächsten mal damit anmeldet, wird es wieder hier erscheinen.",
+ "ConfirmDeleteItem": "Löschen dieses Elements entfernt es sowohl vom Dateisystem, als auch aus der Medienbibliothek.",
+ "FollowingFilesWillBeDeleted": "Die folgenden Dateien und Verzeichnisse werden gelöscht:",
+ "AreYouSureToContinue": "Möchtest du wirklich fortfahren?",
+ "Refresh": "Aktualisieren",
+ "RefreshingMetadataDots": "Aktualisiere Metadaten...",
+ "ScanningLibraryFilesDots": "Scanne Bibliothek...",
+ "HeaderFavoritesThenByChannelNumber": "Favoriten, danach nach Kanalnummer",
+ "HeaderAddToCollection": "In Sammlung",
+ "HeaderFavoritesThenByTitle": "Favoriten, dann per Titel",
+ "HeaderFavoritesThenByDefault": "Favoriten, danach nach der standard Kanalsortierung",
+ "HeaderDefaultChannelOrder": "Standard-Kanalsortierung",
+ "HeaderAddToFavorites": "In Favoriten",
+ "HeaderRemoveFromFavorites": "Aus Favoriten entfernen",
+ "Favorited": "Favorit",
+ "Unfavorited": "Nicht favorisiert",
+ "HeaderNewCollection": "Neue Sammlung",
+ "HeaderNewPlaylist": "Neue Wiedergabeliste",
+ "AllCollections": "Alle Kollektionen",
+ "AllPlaylists": "Alle Wiedergabelisten",
+ "Create": "Erstellen",
+ "HeaderAddedToPlaylist": "Zur Wiedergabeliste hinzugefügt",
+ "HeaderAddedToCollection": "Zur Sammlung hinzugefügt",
+ "OneItemAddedTo": "1 Element zu \"{0}\" hinzugefügt.",
+ "ItemsAddedTo": "{0} Elemente wurden \"{1}\" hinzugefügt.",
+ "HeaderAddedToPlayQueue": "Zur Warteschlange hinzugefügt",
+ "HeaderPlayingNext": "Als Nächstes abspielen",
+ "Help": "Hilfe",
+ "HeaderGetHelp": "Hilfe erhalten",
+ "LabelTVDisplayMode": "Aktiviere TV Anzeigemodus",
+ "Desktop": "Desktop",
+ "Mobile": "Mobil / Tablet",
+ "Navigation": "Navigation",
+ "HeaderVideoPlayback": "Videowiedergabe",
+ "TV": "TV",
+ "HeaderEmbyConnect": "Emby Connect",
+ "Seasons": "Staffeln",
+ "OneTrack": "1 Titel",
+ "OneSeason": "1 Staffel",
+ "Libraries": "Bibliotheken",
+ "NumberSeasonsValue": "{0} Staffeln",
+ "TVDisplayModeHelp": "Optimiere die Benutzeroberfläche auf diesem Gerät für die Anzeige auf einem Fernsehgerät und die Eingabe mit einer Fernbedienung. Dies wird im Allgemeinen nicht empfohlen, wenn Ihre primäre Eingabemethode Maus- oder touchbasiert ist.",
+ "LabelDisplayLanguage": "Anzeigesprache",
+ "LabelDisplayLanguageHelp": "Die Übersetzung von Emby ist ein fortlaufendes Projekt.",
+ "LearnHowYouCanContribute": "Erfahre, wie du beitragen kannst.",
+ "NewCollectionHelp": "Kollektionen ermöglichen personalisierte Gruppen von Filmen oder anderen Medien.",
+ "SearchForCollectionInternetMetadata": "Im Internet nach Bildmaterial und Metadaten suchen",
+ "DisplayMissingEpisodesWithinSeasons": "Fehlende Episoden in Staffeln anzeigen",
+ "DisplayMissingEpisodesWithinSeasonsHelp": "Dies muss auch in den Emby-Server-Einstellungen für Serienbibliotheken aktiviert sein.",
+ "EnableThemeSongs": "Titelmusik abspielen",
+ "EnableBackdrops": "Hintergründe aktivieren",
+ "EnableThemeSongsHelp": "Wenn aktiviert, wird während des Durchsuchens der Bibliothek im Hintergrund Titelmusik abgespielt.",
+ "EnableBackdropsHelp": "Wenn aktiviert, werden während des Durchsuchens der Bibliothek auf einigen Seiten passende Hintergründe angezeigt.",
+ "EnableThemeVideos": "Hintergrundvideos abspielen",
+ "EnableThemeVideosHelp": "Wenn aktiviert, werden während des Durchsuchens der Bibliothek im Hintergrund Videos abgespielt.",
+ "RunAtStartup": "Nach Hochfahren automatisch starten",
+ "ServerStartup": "Hochfahren des Servers",
+ "EmbyServerOnXHasStarted": "Emby Server auf {0} wurde gestartet.",
+ "LabelScreensaver": "Bildschirmschoner",
+ "LabelSoundEffects": "Soundeffekte",
+ "LabelName": "Name",
+ "NewCollectionNameExample": "Beispiel: Star-Wars-Sammlung",
+ "MessageItemsAdded": "Elemente hinzugefügt.",
+ "OptionNew": "Neu...",
+ "LabelPlaylist": "Wiedergabeliste",
+ "AddToPlaylist": "Zu Wiedergabeliste hinzufügen",
+ "HeaderAddToPlaylist": "In Wiedergabeliste",
+ "Subtitles": "Untertitel",
+ "LabelTheme": "Theme",
+ "LabelSettingsTheme": "Einstellungs-Theme",
+ "LabelThemeAccentColor": "Akzentfarbe",
+ "ThemeAccentColorDescription": "Steuert die für wichtige Indikatoren, Icons und Texte genutzte Farbe.",
+ "SearchForSubtitles": "Nach Untertiteln suchen",
+ "LabelLanguage": "Sprache",
+ "Search": "Suche",
+ "NoSubtitleSearchResultsFound": "Keine Ergebnisse gefunden. Ist der {0}Untertitel-Download{1} konfiguriert?",
+ "NoLyricsSearchResultsFound": "Nichts gefunden. Ist das {0}Songtexte-Herunterladen{1} konfiguriert?",
+ "Lyrics": "Songtexte",
+ "SearchForLyrics": "Suche nach Songtexten",
+ "Finish": "Beenden",
+ "File": "Datei",
+ "Exit": "Beenden",
+ "Sleep": "Standby-Modus",
+ "Setup": "Einrichtung",
+ "MessageAreYouSureDeleteSubtitles": "Möchtest du diese Untertitel-Datei wirklich löschen?",
+ "ConfirmDeletion": "Löschen bestätigen",
+ "MySubtitles": "Meine Untertitel",
+ "MessageDownloadQueued": "Download eingereiht.",
+ "HeaderEditSubtitles": "Untertitel bearbeiten",
+ "UnlockGuide": "Guide freischalten",
+ "HeaderRefreshMetadata": "Metadaten aktualisieren",
+ "HeaderRefreshAllMetadata": "Alle Metadaten aktualisieren",
+ "ReplaceExistingImages": "Vorhandene Bilder ersetzen",
+ "ReplaceExistingImagesHelp": "Alle vorhandenen Bilder werden gelöscht und neue Bilder werden entsprechend den Optionen für die Bibliothek heruntergeladen. In einigen Fällen kann dies dazu führen, dass weniger Bilder als zuvor verfügbar sind.",
+ "ReplaceAllMetadata": "Alle Metadaten ersetzen",
+ "SearchForMissingMetadata": "Nach fehlenden Metadaten suchen",
+ "LabelRefreshMode": "Aktualisierungsmodus",
+ "NoItemsFound": "Keine Elemente gefunden.",
+ "HeaderSaySomethingLike": "Sage etwas wie...",
+ "ButtonTryAgain": "Erneut versuchen",
+ "HeaderYouSaid": "Du sagtest...",
+ "MessageWeDidntRecognizeCommand": "Entschuldigung, dieses Kommando konnten wir nicht erkennen.",
+ "MessageIfYouBlockedVoice": "Falls Du die Sprachsteuerung für die App nicht erlaubt hast, musst du dies vor einem erneuten Versuch ändern.",
+ "ValueDiscNumber": "Disc {0}",
+ "Unrated": "Nicht bewertet",
+ "Favorite": "Favorit",
+ "Like": "Mag ich",
+ "Dislike": "Mag ich nicht",
+ "RefreshDialogHelp": "Metadaten werden auf Grundlage der Einstellungen und Metadatenanbieter aktualisiert, die bei der Einrichtung der Emby-Bibliothek aktiviert wurden.",
+ "Open": "Öffnen",
+ "Play": "Abspielen",
+ "Pause": "Pause",
+ "HeaderPlayQueue": "Abspiel-Warteschlange",
+ "HeaderAddToPlayQueue": "Hinzufügen zu Abspiel-Warteschlange",
+ "Shuffle": "Zufallswiedergabe",
+ "Identify": "Identifizieren",
+ "HeaderRemoveIdentification": "Identifikation entfernen",
+ "ResetMetadataConfirmation": "Bist du sicher, dass du alle Metadaten zurücksetzen möchtest?",
+ "HeaderEditMetadata": "Metadaten bearbeiten",
+ "Convert": "Konvertieren",
+ "Resume": "Fortsetzen",
+ "HeaderInstantMix": "Schnellmix",
+ "HeaderGoToItem": "Gehe zum Objekt",
+ "HeaderGoToSeason": "Gehe zu Staffel",
+ "HeaderGoToSeries": "Serie aufrufen",
+ "HeaderGoToAlbum": "Gehe zu Album",
+ "HeaderGoToArtist": "Gehe zu Künstler",
+ "HeaderPlayAll": "Alle abspielen",
+ "PictureInPicture": "Bild-in-Bild",
+ "Fullscreen": "Vollbild",
+ "ExitFullscreen": "Vollbild beenden",
+ "Rewind": "Zurückspulen",
+ "FastForward": "Schnell-Vorspulen",
+ "Remove": "Entfernen",
+ "Rename": "Umbenennen",
+ "Queue": "Warteschlange",
+ "QueueAllFromHere": "Alles ab hier in Warteschlange",
+ "PlayAllFromHere": "Alles ab hier abspielen",
+ "PlayFromBeginning": "Von vorn abspielen",
+ "FromBeginning": "Von Vorne",
+ "ResumeAt": "Fortsetzen bei {0}",
+ "HeaderRemoveFromPlaylist": "Von Wiedergabeliste entfernen",
+ "HeaderRemoveFromPlayQueue": "Aus der Warteschlange entfernen",
+ "HeaderRemoveFromCollection": "Aus Sammlung entfernen",
+ "Sort": "Sortieren",
+ "Trailer": "Trailer",
+ "SelectNone": "Nichts auswählen",
+ "SelectAll": "Alles auswählen",
+ "HeaderMarkPlayed": "Als \"abgespielt\" markieren",
+ "HeaderMarkUnplayed": "Als \"nicht abgespielt\" markieren",
+ "HeaderGroupVersions": "Versionen gruppieren",
+ "PleaseSelectTwoItems": "Bitte wähle mindestens zwei Optionen aus.",
+ "HeaderConfirmRecordingCancellation": "Aufnahmeabbruch bestätigen",
+ "MessageConfirmRecordingCancellation": "Aufnahme abbrechen?",
+ "Album": "Album",
+ "AlbumArtist": "Album-Künstler",
+ "Error": "Fehler",
+ "VoiceInput": "Spracheingabe",
+ "LabelContentType": "Inhaltstyp",
+ "LabelPath": "Pfad",
+ "Playlists": "Wiedergabelisten",
+ "LabelTitle": "Titel",
+ "LabelOriginalTitle": "Originaltitel",
+ "LabelSortTitle": "Sortierungstitel",
+ "LabelDateAdded": "Hinzugefügt am",
+ "DateAdded": "Hinzugefügt am",
+ "DateModified": "Änderungsdatum",
+ "DatePlayed": "Abgespielt am",
+ "DateLastActive": "Datum der letzten Aktivität",
+ "ConfigureDateAdded": "Lege fest, wie das Hinzufügungsdatum im Emby Server Dashboard unter Bibliothekseinstellungen bestimmt wird",
+ "LabelStatus": "Status",
+ "LabelArtistsHelp": "Trenne mehrere Einträge durch ;",
+ "HeaderAlbumArtists": "Albumkünstler",
+ "LabelAlbumArtists": "Albumkünstler",
+ "LabelAlbum": "Album",
+ "Artist": "Künstler",
+ "Artists": "Künstler",
+ "ImdbRating": "IMDb-Bewertung",
+ "CommunityRating": "Community-Bewertung",
+ "LabelCommunityRating": "Community-Bewertung",
+ "LabelCriticRating": "Tomatometer",
+ "CriticRating": "Tomatometer",
+ "LabelWebsite": "Website",
+ "Tagline": "Slogan",
+ "LabelOverview": "Übersicht",
+ "LabelShortOverview": "Kurzzusammenfassung",
+ "LabelReleaseDate": "Veröffentlichungsdatum",
+ "LabelPlaceOfBirth": "Geburtsort",
+ "Aired": "Ausgestrahlt",
+ "LabelAirDays": "Ausstrahlungstage",
+ "LabelAirTime": "Sendezeit",
+ "LabelRuntimeMinutes": "Laufzeit (Minuten)",
+ "LabelCustomRating": "Eigene Bewertung",
+ "LabelOriginalAspectRatio": "Original-Seitenverhältnis",
+ "Label3DFormat": "3D-Format",
+ "FormatValue": "Format: {0}",
+ "DownloadsValue": "{0} Downloads",
+ "HashMatch": "Hash-Übereinstimmung",
+ "EnableExternalVideoPlayers": "Externen Videoplayer aktivieren",
+ "EnableExternalVideoPlayersHelp": "Bei der Wiedergabe wird das Menü eines externen Videoplayers angezeigt.",
+ "HeaderSpecialEpisodeInfo": "Info Spezial Episode",
+ "LabelAirsDuringSeason": "Wird ausgestrahlt während Staffel",
+ "LabelAirsAfterSeason": "Wird ausgestrahlt nach Staffel",
+ "LabelAirsBeforeEpisode": "Wird ausgestrahlt vor Episode",
+ "HeaderExternalIds": "Externe IDs",
+ "HeaderDisplaySettings": "Anzeigeeinstellungen",
+ "PlaylistOrder": "Sortierung Wiedergabelisten",
+ "CollectionOrder": "Sortierreihenfolge von Sammlungen",
+ "LabelDisplayOrder": "Anzeigereihenfolge",
+ "LabelFileOrder": "Dateireihenfolge",
+ "Display": "Anzeige",
+ "Countries": "Länder",
+ "Genres": "Genres",
+ "Studios": "Studios",
+ "Tags": "Tags",
+ "Links": "Links",
+ "Movie": "Film",
+ "Program": "Programm",
+ "Channel": "Kanal",
+ "Episode": "Episode",
+ "Season": "Staffel",
+ "HeaderMetadataSettings": "Metadaten-Einstellungen",
+ "People": "Personen",
+ "Number": "Nummer",
+ "Lock": "Sperren",
+ "HeaderScreenLocked": "Bildschirm gesperrt",
+ "HeaderUnlockControls": "Bedienelemente freischalten",
+ "HeaderTapToUnlock": "zum Entsperren tippen",
+ "LabelMetadataDownloadLanguage": "Bevorzugte Sprache für heruntergeladene Metadaten",
+ "LabelImageDownloadLanguage": "Bevorzugte Sprache für heruntergeladene Bilder",
+ "LabelLockItemToPreventChanges": "Dieses Element sperren, um zukünftige Änderungen zu verhindern",
+ "LockThisField": "Dieses Feld sperren, um zukünftige Änderungen zu verhindern, sobald Metadaten aktualisiert werden",
+ "MessageLeaveEmptyToInherit": "Freilassen, um Einstellungen von einem übergeordneten Element oder dem globalen Standardwert zu verwenden.",
+ "LabelCountry": "Land",
+ "LabelCertificationCountry": "Land für Altersfreigabe",
+ "CertificationCountryHelp": "Diese Einstellung legt fest, welches Inhaltsbewertungssystem genutzt wird.",
+ "LabelDynamicExternalId": "{0} ID",
+ "LabelBirthYear": "Geburtsjahr",
+ "LabelBirthDate": "Geburtsdatum",
+ "LabelDeathDate": "Todesdatum",
+ "LabelEndDate": "Enddatum",
+ "LabelSeasonNumber": "Staffelnummer",
+ "LabelEpisodeNumber": "Episodennummer",
+ "LabelTrackNumber": "Titelnummer",
+ "LabelNumber": "Nummer",
+ "LabelDiscNumber": "Disknummer",
+ "LabelParentNumber": "Ursprungsnummer",
+ "SortName": "Sortierungstitel",
+ "OriginalTitle": "Originaltitel",
+ "ReleaseDate": "Veröffentlichungsdatum",
+ "Continuing": "Fortlaufend",
+ "Ended": "Beendet",
+ "HeaderEnabledFields": "Aktivierte Felder",
+ "HeaderEnabledFieldsHelp": "Ein Feld abwählen, um es zu sperren und zu verhindern, dass seine Daten geändert werden.",
+ "Backdrops": "Hintergründe",
+ "Images": "Bilder",
+ "Runtime": "Laufzeit",
+ "ProductionLocations": "Drehorte",
+ "BirthLocation": "Geburtsort",
+ "ParentalRating": "Altersfreigabe",
+ "PlayCount": "Wiedergabezähler",
+ "Name": "Name",
+ "Overview": "Übersicht",
+ "LabelType": "Typ",
+ "LabelPersonRole": "Rolle",
+ "LabelPersonRoleHelp": "Beispiel: Eiswagenfahrer",
+ "Actor": "Schauspieler",
+ "Composers": "Komponisten",
+ "Composer": "Komponist",
+ "Director": "Regisseur",
+ "GuestStar": "Gaststar",
+ "Producer": "Produzent",
+ "Writer": "Drehbuchautor",
+ "MessageNoSyncJobsFound": "Keine Downloads gefunden. Um Download-Aufträge anzulegen, verwende die Download-Schaltflächen in der App.",
+ "MessageNoDownloadsFound": "Keine Offline-Downloads vorhanden. Lade deine Medien durch Anklicken von \"Download\" in der App herunter, um sie offline abzuspielen.",
+ "InstallingPackage": "Installiere {0}",
+ "PackageInstallCompleted": "{0} Installation abgeschlossen.",
+ "PackageInstallFailed": "{0} Installation fehlgeschlagen.",
+ "PackageInstallCancelled": "{0} Installation abgebrochen.",
+ "SeriesYearToPresent": "{0} - Heute",
+ "OneDevice": "1 Gerät",
+ "DeviceCountValue": "{0} Geräte",
+ "OneLog": "1 Protokoll",
+ "LogCountValue": "{0} Protokolle",
+ "OneVote": "1 Stimme",
+ "VoteCountValue": "{0} Stimmen",
+ "OneLike": "1 Like",
+ "LikeCountValue": "{0} Likes",
+ "OneUser": "1 Benutzer",
+ "UserCountValue": "{0} Benutzer",
+ "OneLibrary": "1 Bibliothek",
+ "LibraryCountValue": "{0} Bibliotheken",
+ "ValueOneItem": "1 Eintrag",
+ "ValueOneEpisode": "1 Episode",
+ "ValueEpisodeCount": "{0} Episoden",
+ "Albums": "Alben",
+ "Song": "Song",
+ "Songs": "Songs",
+ "Authors": "Autoren",
+ "Books": "Bücher",
+ "AudioBooks": "Hörbücher",
+ "HeaderAudioBooks": "Hörbücher",
+ "HeaderAudioBook": "Hörbuch",
+ "HeaderIdentifyItemHelp": "Mindestens ein Suchkriterium eingeben. Kriterien entfernen, um die Suchergebnisse zu erweitern.",
+ "PleaseEnterNameOrId": "Bitte gib einen Namen oder eine externe ID an.",
+ "MessageItemSaved": "Element gespeichert.",
+ "SearchResults": "Suchergebnisse",
+ "ServerNameIsRestarting": "Emby Server - {0} startet neu.",
+ "ServerNameIsShuttingDown": "Emby Server - {0} fährt herunter.",
+ "HeaderDeleteItems": "Elemente löschen",
+ "ConfirmDeleteItems": "Das Löschen dieses Elements wird dieses sowohl aus Deiner Bibliothek als auch vom Speicherort entfernen.",
+ "PleaseRestartServerName": "Bitte Emby Server - {0} neustarten",
+ "ConvertingDots": "Konvertiere...",
+ "LabelSyncNoTargetsHelp": "Es scheint, als würdest du aktuell keine Apps verwenden, die Offline-Downloads unterstützen.",
+ "DownloadingDots": "Lädt herunter...",
+ "LearnMore": "Mehr erfahren",
+ "LabelBitrateMbps": "Bitrate (Mbps)",
+ "ConvertUnwatchedVideosOnly": "Nur nicht abgespielte Videos konvertieren",
+ "SyncUnwatchedVideosOnly": "Nur nicht abgespielte Videos herunterladen",
+ "ConvertUnwatchedVideosOnlyHelp": "Nur als 'nicht vollständig abgespielt' markierte Videos werden konvertiert.",
+ "SyncUnwatchedVideosOnlyHelp": "Nur Videos, die nicht als 'vollständig abgespielt' gekennzeichnet sind, werden heruntergeladen. Nach ihrem vollständigen Abspielen werden sie von dem Gerät entfernt.",
+ "AutomaticallySyncNewContent": "Neue Inhalte automatisch herunterladen",
+ "AutomaticallySyncNewContentHelp": "Diesem Verzeichnis neu hinzugefügte Inhalte werden automatisch auf das Gerät heruntergeladen.",
+ "AutomaticallyConvertNewContent": "Neue Inhalte automatisch konvertieren",
+ "AutomaticallyConvertNewContentHelp": "Diesem Verzeichnis neu hinzugefügte Inhalte werden automatisch konvertiert.",
+ "LabelItemLimit": "Maximale Anzahl",
+ "ConvertItemLimitHelp": "Optional. Lege die maximale Anzahl der zu konvertierenden Elemente fest.",
+ "DownloadItemLimitHelp": "Optional. Lege die maximale Anzahl der herunterzuladenden Elemente fest.",
+ "PleaseSelectDeviceToSyncTo": "Bitte wähle ein Gerät als Download-Ziel.",
+ "Screenshots": "Bildschirmfotos",
+ "MoveRight": "Nach rechts",
+ "MoveLeft": "Nach links",
+ "HeaderUploadNewImage": "Neues Bild hochladen",
+ "HeaderDeleteImage": "Bild löschen",
+ "ConfirmDeleteImage": "Bild löschen?",
+ "HeaderEditImages": "Bilder bearbeiten",
+ "Settings": "Einstellungen",
+ "ShowIndicatorsFor": "Indikatoren anzeigen",
+ "Episodes": "Episoden",
+ "Programs": "Sendungen",
+ "HeaderCastCrew": "Besetzung & Mitwirkende",
+ "DvrSubscriptionRequired": "Emby Live TV & DVR benötigt ein aktives {0}Emby-Premiere- Abonnement{1}.",
+ "HeaderCancelRecording": "Aufnahme abbrechen",
+ "HeaderKeepRecording": "Aufnahme behalten",
+ "HeaderCancelSeries": "Aufnahme der Serie Abbrechen",
+ "HeaderKeepSeries": "Serie behalten",
+ "HeaderLearnMore": "Mehr erfahren",
+ "SeriesSettings": "Serieneinstellungen",
+ "HeaderRecordingOptions": "Aufnahmeeinstellungen",
+ "HeaderDoNotRecord": "Nicht aufnehmen",
+ "HeaderSeriesOptions": "Serienoptionen",
+ "Layout": "Darstellung",
+ "Channels": "Kanäle",
+ "ChannelNameOnly": "Nur Kanal {0}",
+ "Anytime": "Jederzeit",
+ "AnyLanguage": "Jede Sprache",
+ "AroundTime": "Um {0}",
+ "HeaderLatestMovies": "Neueste Filme",
+ "All": "Alle",
+ "Stop": "Stopp",
+ "AllChannels": "Alle Kanäle",
+ "NewEpisodesOnly": "Nur neue Episoden",
+ "AllEpisodes": "Alle Episoden",
+ "LabelStartWhenPossible": "Wenn möglich starte",
+ "LabelStopWhenPossible": "Wenn möglich stoppe",
+ "MinutesBefore": "Minuten davor",
+ "MinutesAfter": "Minuten danach",
+ "SkipEpisodesAlreadyInMyLibrary": "Zeichne keine Episoden auf, die bereits in meiner Bibliothek enthalten sind",
+ "SkipEpisodesAlreadyInMyLibraryHelp": "Episoden werden mittels Staffel- und Episodennummern, falls verfügbar, abgeglichen.",
+ "LabelKeepUpTo": "Fortführen",
+ "AsManyAsPossible": "So viele wie möglich",
+ "DefaultErrorMessage": "Es trat ein Fehler beim Verarbeiten der Anfrage auf. Bitte versuche es später erneut.",
+ "UntilIDelete": "Bis ich lösche",
+ "UntilSpaceNeeded": "Bis Speicherplatz benötigt wird",
+ "Categories": "Kategorien",
+ "Sports": "Sport",
+ "News": "Nachrichten",
+ "Movies": "Filme",
+ "Music": "Musik",
+ "Kids": "Kinder",
+ "MoreFromValue": "Mehr von {0}",
+ "DiedValue": "Gestorben: {0}",
+ "BornValue": "Geboren: {0}",
+ "EnableColorCodedBackgrounds": "Ausgehend von ihrer Kategorie Hintergründe von Sendungen einfärben",
+ "SortChannelsBy": "Kanäle sortieren nach",
+ "ChannelNumber": "Kanalnummer",
+ "HeaderBenefitsEmbyPremiere": "Vorteile von Emby Premiere",
+ "ThankYouForTryingEnjoyOneMinute": "Genieße eine Minute Wiedergabe. Danke, dass du Emby ausprobierst.",
+ "HeaderTryPlayback": "Wiedergabe ausprobieren",
+ "HowDidYouPay": "Wie hast Du bezahlt?",
+ "IHaveEmbyPremiere": "Ich besitze Emby Premiere",
+ "IPurchasedThisApp": "Ich habe diese App gekauft",
+ "ButtonRestorePreviousPurchase": "Kauf wiederherstellen",
+ "ButtonUnlockWithPurchase": "Durch Kauf freischalten",
+ "ButtonUnlockPrice": "{0} freischalten",
+ "EmbyPremiereMonthlyWithPrice": "Emby Premiere monatlich {0}",
+ "HeaderAlreadyPaid": "Schon bezahlt?",
+ "ButtonPlayOneMinute": "Eine Minute wiedergeben",
+ "PlaceFavoriteChannelsAtBeginning": "Favorisierte Kanäle am Anfang platzieren",
+ "HeaderUnlockFeature": "Funktion freischalten",
+ "MessageDidYouKnowCinemaMode": "Wusstest du schon, das du mit Emby Premiere dein Erlebnis mit Funktionen wie dem Kino-Modus noch verbessern kannst?",
+ "HeaderPlayMyMedia": "Meine Medien abspielen",
+ "HeaderDiscoverEmbyPremiere": "Entdecke Emby Premiere",
+ "HeaderNowPlaying": "Aktuelle Wiedergabe",
+ "Items": "Elemente",
+ "AppName": "App-Name",
+ "OneChannel": "Ein Kanal",
+ "ConfirmRemoveDownload": "Download entfernen?",
+ "ConfirmRemoveItem": "Element entfernen?",
+ "RemoveDownload": "Download entfernen",
+ "ConfirmCancelConversion": "Konvertierung abbrechen?",
+ "CancelConversion": "Konvertierung abbrechen",
+ "KeepDownload": "Download behalten",
+ "AddedOnValue": "Hinzugefügt {0}",
+ "RemovingFromDevice": "Vom Gerät entfernen",
+ "KeepOnDevice": "Auf Gerät behalten",
+ "CancelDownload": "Download abbrechen",
+ "SyncJobItemStatusReadyToTransfer": "Bereit zur Übertragung",
+ "SyncJobItemStatusSyncedMarkForRemoval": "Vom Gerät entfernen",
+ "SyncJobItemStatusQueued": "Eingereiht",
+ "SyncJobItemStatusConverting": "Konvertiere",
+ "SyncJobItemStatusTransferring": "Übertrage",
+ "SyncJobItemStatusSynced": "Heruntergeladen",
+ "Failed": "Fehlgeschlagen",
+ "SyncJobItemStatusRemovedFromDevice": "Vom Gerät entfernt",
+ "Cancelled": "Abgebrochen",
+ "Retry": "Wiederholen",
+ "Continue": "Fortfahren",
+ "ContinueInSecondsValue": "Fortfahren in {0} Sekunden.",
+ "HeaderRemoteControl": "Fernbedienung",
+ "Disconnect": "Verbindung trennen",
+ "EnableDisplayMirroring": "Bildschirmspiegelung aktivieren",
+ "RemoteAccess": "Fernzugriff",
+ "HeaderPlayOn": "Abspielen auf",
+ "Quality": "Qualität",
+ "Auto": "Auto",
+ "AndroidUnlockRestoreHelp": "Um deinen vorherigen Kauf wiederherzustellen, stelle sicher, dass du auf dem Gerät mit demselben Google- (oder Amazon-)Konto angemeldet bist, mit dem du den Kauf ursprünglich getätigt hast. Der App Store muss aktiviert und darf nicht durch eine Kindersicherung eingeschränkt sein. Vergewissere dich außerdem, dass du über eine aktive Internetverbindung verfügst. Du musst dies nur einmal tun, um deinen vorherigen Kauf wiederherzustellen.",
+ "HeaderAspectRatio": "Seitenverhältnis",
+ "Original": "Original",
+ "Fill": "Ausfüllen",
+ "Cover": "Cover",
+ "MessageNoServersAvailableToConnect": "Keine Server zum Verbinden verfügbar. Falls du dazu eingeladen wurdest, einen Server zu teilen, bestätige die Einladung unten oder klicke auf den Link in der E-Mail.",
+ "MessagePlayAccessRestricted": "Das Abspielen dieses Inhaltes ist derzeit eingeschränkt. Bitte kontaktiere Deinen Emby-Server-Administrator für weitere Informationen.",
+ "Accept": "Annehmen",
+ "Reject": "Ablehnen",
+ "Connect": "Verbinden",
+ "HeaderMyMedia": "Meine Medien",
+ "HeaderMyMediaSmall": "Meine Medien (klein)",
+ "LatestFromLibrary": "Neueste {0}",
+ "HeaderLatestEpisodes": "Neueste Episoden",
+ "ContinuePlaying": "Fortsetzen",
+ "ContinueWatching": "Weiterschauen",
+ "HeaderLatestChannelMedia": "Neueste Programminhalte",
+ "HeaderContinueWatching": "Weiterschauen",
+ "HeaderContinueListening": "Weiterhören",
+ "HeaderActiveRecordings": "Aktive Aufnahmen",
+ "HeaderLatestRecordings": "Neueste Aufnahmen",
+ "LabelConvertTo": "Konvertiere nach",
+ "LabelDownloadTo": "Download nach",
+ "HeaderDownloadToDots": "Herunterladen nach...",
+ "Next": "Weiter",
+ "LabelSource": "Quelle",
+ "VersionNumber": "Version {0}",
+ "HeaderAllLanguages": "Alle Sprachen",
+ "Previous": "Vorheriges",
+ "HeaderNextUp": "Als Nächstes",
+ "HeaderPlayNextUp": "Nächstes abspielen",
+ "HeaderLatestFrom": "Neuestes von {0}",
+ "LabelHomeScreenSectionValue": "Startseitenbereich {0}",
+ "PasswordResetComplete": "Das Passwort wurde zurückgesetzt.",
+ "PasswordSaved": "Passwort gespeichert.",
+ "SettingsSaved": "Einstellungen gespeichert.",
+ "Upcoming": "Demnächst",
+ "HeaderSelectImageFile": "Bilddatei auswählen",
+ "None": "Kein",
+ "More": "Mehr",
+ "Up": "Hoch",
+ "Down": "Runter",
+ "Home": "Start",
+ "Back": "Zurück",
+ "Random": "Zufällig",
+ "Playback": "Wiedergabe",
+ "Favorites": "Favoriten",
+ "HeaderHomeScreen": "Startseite",
+ "HeaderLatestChannelItems": "Neueste Programminhalte",
+ "HeaderLibraryOrder": "Bibliotheksreihenfolge",
+ "HeaderOnNow": "Läuft gerade",
+ "HeaderForKids": "Für Kinder",
+ "HeaderPlaybackError": "Wiedergabefehler",
+ "PlaybackErrorNotAllowed": "Du verfügst derzeit über keine Berechtigung diesen Inhalt abzuspielen. Bitte kontaktiere deinen Systemadministrator für weitere Informationen.",
+ "RateLimitExceeded": "Dein Konto hat das maximale Streaming-Limit erreicht, welches dein Emby-Server-Administrator gesetzt hat. Kontaktiere ihn für weitere Hilfe.",
+ "PlaybackErrorNoCompatibleStream": "Derzeit sind keine kompatiblen Streams verfügbar. Bitte später erneut versuchen oder den Systemadministrator für weitere Informationen kontaktieren.",
+ "PlaybackErrorPlaceHolder": "Bitte lege die Disk ein, um das Video abzuspielen.",
+ "PlaybackErrorNoPlayableItems": "Keine abspielbaren Elemente gefunden. Handelt es sich um einen leeren Ordner?",
+ "Guide": "TV Guide",
+ "Games": "Spiele",
+ "GameSystem": "Spielesystem",
+ "Suggestions": "Empfehlungen",
+ "HeaderFavoriteChannels": "Favorisierte Kanäle",
+ "HeaderFavoriteCollections": "Favorisierte Kollektionen",
+ "HeaderFavoritePlaylists": "Favorisierte Wiedergabelisten",
+ "Collection": "Sammlung",
+ "Collections": "Kollektionen",
+ "LabelSelectFolderGroups": "Inhalte der folgenden Verzeichnisse automatisch zu Ansichten gruppieren wie beispielsweise Filme, Musik und TV:",
+ "LabelSelectFolderGroupsHelp": "Verzeichnisse, die nicht markiert sind, werden alleine mit ihren eigenen Ansichten angezeigt.",
+ "Mute": "Ton aus",
+ "Unmute": "Ton ein",
+ "Folder": "Ordner",
+ "Folders": "Verzeichnisse",
+ "FileName": "Dateiname",
+ "DisplayInOtherHomeScreenSections": "Zeige auf der zweiten Startseite Bereiche wie 'Neueste Medien' oder 'Weiterschauen'",
+ "DisplayInMyMedia": "Auf Startseite anzeigen",
+ "Shows": "Serien",
+ "MoviesAndShows": "Filme & Serien",
+ "HeaderMusicVideo": "Musikvideo",
+ "HeaderMusicVideos": "Musikvideos",
+ "MusicVideos": "Musikvideos",
+ "Videos": "Videos",
+ "MixedContent": "Gemischte Inhalte",
+ "HomeVideos": "Heimvideos",
+ "HomeVideosAndPhotos": "Heimvideos und Fotos",
+ "TVShows": "Serien",
+ "HeaderLibraryFolders": "Bibliotheksordner",
+ "HeaderTermsOfPurchase": "Kaufbedingungen",
+ "PrivacyPolicy": "Datenschutzbestimmungen",
+ "TermsOfUse": "Nutzungsbedingungen",
+ "HeaderRepeatMode": "Wiederholungsmodus",
+ "HeaderToneMapping": "Tone Mapping",
+ "RepeatOne": "Eines wiederholen",
+ "RepeatAll": "Alles wiederholen",
+ "LabelDefaultScreen": "Standardbildschirm",
+ "ConfirmEndPlayerSession": "Möchtest du Emby auf {0} beenden?",
+ "Yesterday": "Gestern",
+ "Yes": "Ja",
+ "No": "Nein",
+ "HeaderScanLibraryFiles": "Bibliothek scannen",
+ "LiveTV": "Live TV",
+ "Schedule": "Zeitplan",
+ "Recordings": "Aufnahmen",
+ "ScanForNewAndUpdatedFiles": "Nach neuen und aktualisierten Dateien scannen",
+ "NewVersionOfXAvailableForY": "{0} ist verfügbar für {1}",
+ "DirectStreamHelp1": "Das Medium ist mit dem Abspielgerät kompatibel bzgl. Auflösung und Codecs (H.264, AC3, etc.), besitzt jedoch ein inkompatibles Containerformat (.mkv, .avi, .wmv, etc.). Das Video wird in Echtzeit neugepackt, bevor es zum Abspielgerät gestreamt wird.",
+ "DirectStreamHelp2": "Direktes Streaming von Dateien benötigt sehr wenig Rechenleistung, ohne Einbußen bei der Videoqualität.",
+ "MediaIsBeingConverted": "Das Medium wird in ein Format konvertiert, das mit dem Abspielgerät kompatibel ist.",
+ "StatsForNerds": "Statistiken für Tüftler",
+ "HeaderHardwareAcceleratedDecoding": "Hardwarebeschleunigte Dekodierung",
+ "HeaderHardwareAcceleratedEncoding": "Hardwarebeschleunigte Kodierung",
+ "HeaderDirectPlay": "Direktwiedergabe",
+ "DirectPlaying": "Direktes Abspielen",
+ "DirectStreaming": "Direktes Streaming",
+ "Transcode": "Transkodieren",
+ "Transcoding": "Transkodieren",
+ "ContainerBitrateExceedsLimit": "Bitraten-Reduzierung aufgrund der Qualitätseinstellung",
+ "VideoCodecNotSupported": "Konvertiere Video in kompatibles Codec-Format",
+ "AudioCodecNotSupported": "Konvertiere Audio in kompatibles Codec-Format",
+ "SubtitleCodecNotSupported": "Konvertiere Untertitel direkt in das Video",
+ "DirectPlayError": "Wiedergabefehler wird behoben",
+ "ContainerNotSupported": "Konvertiere in kompatibles Container-Format",
+ "VideoLevelNotSupported": "Konvertiere in ein kompatibles Video-Level",
+ "AudioBitrateNotSupported": "Konvertiere in kompatible Audio-Bitrate",
+ "AudioChannelsNotSupported": "Konvertiere in eine kompatible Anzahl an Audiokanälen",
+ "VideoResolutionNotSupported": "Konvertiere in kompatible Videoauflösung",
+ "AudioProfileNotSupported": "Konvertiere in kompatibles Audioprofil",
+ "AudioSampleRateNotSupported": "Konvertiere in kompatible Audio-Sample-Rate",
+ "AnamorphicVideoNotSupported": "Anamorphes Video nicht unterstützt",
+ "InterlacedVideoNotSupported": "Video wird deinterlaced",
+ "SecondaryAudioNotSupported": "Wähle sekundäre Tonspur aus",
+ "ExternalAudioNotSupported": "Wähle externe Tonspur aus",
+ "ErrorRemovingEmbyConnectAccount": "Es trat ein Fehler beim Entfernen des Emby Connect Kontos auf. Bitte stelle sicher, dass du über eine aktive Internetverbindung verfügst und versuche es erneut.",
+ "HeaderEmbyAccountRemoved": "Emby-Konto entfernt",
+ "MessageEmbyAccontRemoved": "Das diesem Benutzer zugeordnete Emby-Konto wurde entfernt.",
+ "HeaderInvitationSent": "Einladung verschickt",
+ "Offline": "Offline",
+ "HeaderSignUp": "Registrieren",
+ "ServerDownloadMessage": "Um den kostenlosen Emby Server herunterzuladen und zu installieren besuche {0}",
+ "ServerDownloadMessageWithoutLink": "Um den kostenlosen Emby Server herunterzuladen und zu installieren besuche die Emby-Website.",
+ "MessageInvitationSentToUser": "Eine E-Mail mit der Einladung zum Teilen wurde an {0} geschickt.",
+ "MessageInvitationSentToNewUser": "Eine E-Mail mit einer Einladung zur Registrierung bei Emby wurde an {0} geschickt.",
+ "GuestUserNotFound": "Benutzer nicht gefunden. Bitte stelle die korrekte Schreibweise sicher und versuche es erneut oder probiere die E-Mail-Adresse einzugeben.",
+ "ErrorReachingEmbyConnect": "Beim Versuch sich mit dem Emby Connect Server zu verbinden ist ein Fehler aufgetreten. Stelle bitte sicher, dass du über eine aktive Internetverbindung verfügst und versuche es erneut.",
+ "ErrorAddingEmbyConnectAccount1": "Es trat ein Fehler beim Hinzufügen des Emby Connect Kontos auf. Hast du bereits ein Emby-Konto? Registriere dich hier: {0}.",
+ "ErrorAddingEmbyConnectAccount2": "Falls immer noch ein Problem auftritt, sende bitte von der E-Mail-Adresse, mit der du dich bei dem Emby-Konto registriert hast, eine E-Mail an {0}.",
+ "ErrorAddingGuestAccount1": "Es trat ein Fehler beim Hinzufügen des Emby Connect Kontos auf. Hat dein Gast bereits ein Emby Konto? Registriermöglichkeit hier: {0}.",
+ "ErrorAddingGuestAccount2": "Wenn immer noch ein Problem auftritt, sende bitte eine E-Mail an {0} und benenne darin deine E-Mail-Adresse und die der anderen.",
+ "MessageEmbyAccountAdded": "Das Emby-Konto wurde diesem Benutzer hinzugefügt.",
+ "MessagePendingEmbyAccountAdded": "Das Emby-Konto wurde diesem Benutzer hinzugefügt. Eine E-Mail wird an den Besitzer des Kontos gesendet. Die Einladung ist durch einen Klick auf den Link in der E-Mail zu bestätigen.",
+ "HeaderEmbyAccountAdded": "Emby-Konto hinzugefügt",
+ "Skip": "Überspringen",
+ "HeaderAdditionalParts": "Zusätzliche Teile",
+ "ButtonGenerateNewPin": "Neue PIN erstellen",
+ "ConnectLoginHelp1": "Mit Emby Connect kannst Du auf einfache Art und Weise von überall auf deinen Emby Server zugreifen und den Server mit Familie und Freunden teilen.",
+ "CreatePinErrorMessage": "Es trat ein Fehler bei der Generierung des PIN-Codes auf. Bitte auf \"Neue PIN erstellen\" klicken, um es erneut zu versuchen.",
+ "PinExpiredMessage": "Der PIN-Code ist abgelaufen. Bitte klicke auf \"Neue PIN erstellen\", um es erneut zu versuchen.",
+ "ConnectPinCodeHeader": "Um dich mit Emby Connect anzumelden, nutze ein mobiles Gerät oder einen Computer um {0} zu besuchen und gebe folgenden PIN-Code ein:",
+ "LabelSubtitlePlaybackMode": "Untertitelmodus",
+ "ErrorDeletingItem": "Fehler beim Löschen des Elements vom Emby Server. Bitte überprüfe, ob der Emby Server Schreibzugriff auf das Medienverzeichnis hat, und versuche es erneut.",
+ "NoSubtitles": "Keine Untertitel",
+ "Default": "Standard",
+ "Absolute": "Absolut",
+ "Smart": "Intelligent",
+ "Small": "Klein",
+ "Smaller": "Kleiner",
+ "Medium": "Mittel",
+ "Large": "Groß",
+ "Larger": "Größer",
+ "ExtraLarge": "Extragroß",
+ "ExtraSmall": "Extra klein",
+ "Forced": "Erzwungen",
+ "External": "Extern",
+ "HeaderEmbeddedTitle": "Eingebetteter Titel",
+ "OnlyForcedSubtitles": "Nur erzwungene Untertitel",
+ "AlwaysPlaySubtitles": "Untertitel immer anzeigen",
+ "DefaultSubtitlesHelp": "Untertitel werden gemäß der \"Standard\"- und \"Erzwungen\"-Kennzeichnungen der eingebetteten Metadaten geladen. Spracheinstellungen werden berücksichtigt, falls mehrere Sprachen verfügbar sind.",
+ "SmartSubtitlesHelp": "Untertitel, die den Spracheinstellungen entsprechen, werden nur bei einer in fremder Sprache vorliegenden Tonspur heruntergeladen.",
+ "HeaderSubtitleSettings": "Untertiteleinstellungen",
+ "HeaderSubtitleAppearance": "Untertiteldarstellung",
+ "OnlyForcedSubtitlesHelp": "Nur Untertitel, die als erzwungen markiert wurden, werden geladen.",
+ "AutoSelectHearingImpairedHelp": "Es werden Untertitel geladen, die der bevorzugten Sprache entsprechen, wobei Titel bevorzugt werden, die als hörgeschädigt (SDH) gekennzeichnet sind.",
+ "AlwaysPlaySubtitlesHelp": "Untertitel, die den Spracheinstellungen entsprechen, werden unabhängig von der Tonspur geladen.",
+ "NoSubtitlesHelp": "Untertitel werden standardmäßig nicht geladen. Sie können aber während der Wiedergabe manuell aktiviert werden.",
+ "LabelPreferredSubtitleLanguage": "Bevorzugte Untertitelsprache",
+ "LabelTextSize": "Textgröße",
+ "TheseSettingsAffectSubtitlesOnThisDevice": "Diese Einstellungen beeinflussen Untertitel auf diesem Gerät",
+ "LabelDropShadow": "Schlagschatten",
+ "LabelTextBackgroundColor": "Hintergrundfarbe des Textes",
+ "LabelWindowBackgroundColor": "Hintergrundfarbe des Textes",
+ "LabelFont": "Schriftart",
+ "LabelTextColor": "Textfarbe",
+ "LabelBackgroundColor": "Hintergrundfarbe",
+ "LabelBackgroundOpacity": "Hintergrundtransparenz",
+ "Raised": "Erhöht",
+ "Depressed": "Vertieft",
+ "Uniform": "Einheitlich",
+ "DropShadow": "Schlagschatten",
+ "SmallCaps": "Kapitälchen",
+ "SubtitleAppearanceSettingsDisclaimer": "Diese Einstellungen werden nicht auf grafische Untertitel (PGS, DVD, etc.) oder Untertitel mit eingebettetem Style-Elementen (ASS/SSA) angewendet.",
+ "Normal": "Normal",
+ "HeaderWaitingForWifi": "Warte auf WLAN",
+ "WifiRequiredToDownload": "Um das Herunterladen fortzusetzen, wird eine WLAN-Verbindung benötigt.",
+ "DownloadOnlyOnWifi": "Download nur über WLAN",
+ "LabelMusicDownloadQuality": "Musik-Download-Qualität",
+ "MusicDownloadQualityHelp": "Audiodateien mit einer höheren Bitrate werden durch den Emby Server konvertiert. Wähle für eine bessere Qualität einen höheren Wert aus, um lokalen Speicherplatz zu sparen einen niedrigeren.",
+ "HeaderDownloadSettings": "Downloadeinstellungen",
+ "LabelDownloadLocation": "Speicherort für Download",
+ "BrowseForFolder": "SucheNachOrdner",
+ "Unlimited": "Unbeschränkt",
+ "NoLimit": "Kein Limit",
+ "Hide": "Ausblenden",
+ "HeaderKeepWatching": "Weiterschauen",
+ "HeaderNextEpisode": "Nächste Episode",
+ "AudioBitDepthNotSupported": "Konvertiere in kompatible Audio-Bittiefe",
+ "VideoBitrateNotSupported": "Konvertierung in eine kompatible Videobitrate",
+ "VideoProfileNotSupported": "Konvertiere in kompatibles Videoprofil",
+ "VideoFramerateNotSupported": "Konvertiere in kompatible Video-Framerate",
+ "VideoBitDepthNotSupported": "Konvertiere in kompatible Video-Bittiefe",
+ "RefFramesNotSupported": "Konvertiere in kompatible Video-Referenzframe-Anzahl",
+ "ErrorConnectServerUnreachable": "Es gab einen Fehler bei der Ausführung der Funktion. Dein Server ist nicht in der Lage unseren Emby-Connect-Server unter {0} zu erreichen. Stelle bitte sicher, dass dein Server eine aktive Internetverbindung hat und die Kommunikation durch Firewalls oder andere installierte Sicherheitssoftware erlaubt wurde.",
+ "HeaderStopRecording": "Aufnahme stoppen",
+ "ManageRecording": "Aufnahme verwalten",
+ "LabelDropImageHere": "Bilder hierher ziehen oder für Bildauswahl klicken.",
+ "MessageFileReadError": "Fehler beim Lesen der Datei. Bitte erneut versuchen.",
+ "Browse": "Blättern",
+ "HeaderUploadImage": "Bild hochladen",
+ "HeaderAddUpdateImage": "Bild hinzufügen/aktualisieren",
+ "HeaderShowFields": "Felder anzeigen",
+ "LabelView": "Ansicht",
+ "LabelImageType": "Bildtyp",
+ "Upload": "Hochladen",
+ "Primary": "Primär",
+ "PrimaryImageBlur": "Hauptbild-Unschärfe",
+ "Art": "Art",
+ "Backdrop": "Hintergrund",
+ "Banner": "Banner",
+ "Box": "Box",
+ "BoxRear": "Box (Rückseite)",
+ "Disc": "Disk",
+ "Logo": "Logo",
+ "LogoDark": "Logo (Dunkle Variante)",
+ "LogoLight": "Logo (Helle Variante)",
+ "LogoLightColor": "Logo (Hell und farbig)",
+ "Menu": "Menü",
+ "Screenshot": "Bildschirmfoto",
+ "Thumb": "Miniaturansicht",
+ "HeaderAudioSettings": "Audioeinstellungen",
+ "LabelAudioLanguagePreference": "Bevorzugte Audiosprache",
+ "LabelPlayDefaultAudioTrack": "Spiele unabhängig von der Sprache die Standardtonspur",
+ "HeaderVideoQuality": "Videoqualität",
+ "CinemaModeConfigurationHelp": "Der Kino-Modus bringt das Kinoerlebnis direkt in dein Wohnzimmer, dank der Möglichkeit vor dem Hauptfilm Trailer und benutzerdefinierte Intros abzuspielen.",
+ "ShowUpNextPreview": "Nächste Vorschau anzeigen",
+ "ShowUpNextPreviewHelp": "Zeigt Informationen für das nächsten Element zum Ende des aktuellen an.",
+ "PlayNextEpisodeAutomatically": "Nächste Episode automatisch abspielen",
+ "LabelMaxChromecastBitrate": "Chromecast-Streaming-Qualität",
+ "LabelSkipBackLength": "Sprungweite rückwärts",
+ "LabelSkipForwardLength": "Sprungweite vorwärts",
+ "EnableCinemaMode": "Kino-Modus aktivieren",
+ "LabelInternetQuality": "Streaming-Qualität über Internet",
+ "LabelCellularQuality": "Streaming-Qualität über Mobilfunk",
+ "HeaderMusicQuality": "Musikqualität",
+ "LabelHomeNetworkQuality": "Streaming-Qualität im Heimnetz",
+ "HeaderLatestMedia": "Neueste Medien",
+ "HeaderRestartingEmbyServer": "Emby Server neu starten",
+ "RestartPleaseWaitMessage": "Warte bitte bis der Emby Server heruntergefahren und neugestartet wurde. Dieser Vorgang dauert ein bis zwei Minuten.",
+ "HeaderPlayNext": "Als Nächstes abspielen",
+ "AutoBasedOnLanguageSetting": "Automatisch (basierend auf Geräteeinstellungen)",
+ "SameAsMainTheme": "Dasselbe wie das Haupt-Theme",
+ "LabelDateTimeLocale": "Datum-/Zeit-Gebietsschema",
+ "Genre": "Genre",
+ "DirectorValue": "Regisseur: {0}",
+ "DirectorsValue": "Regisseure: {0}",
+ "GenreValue": "Genre: {0}",
+ "GenresValue": "Genres: {0}",
+ "TagsValue": "Tags: {0}",
+ "Off": "Aus",
+ "Title": "Titel",
+ "Year": "Jahr",
+ "Filter": "Filter",
+ "Filters": "Filter",
+ "Unplayed": "Nicht abgespielt",
+ "LabelTVHomeScreen": "TV-Modus-Startseite",
+ "Horizontal": "Horizontal",
+ "Vertical": "Vertikal",
+ "HeaderGroupBy": "Gruppieren nach",
+ "HeaderMediaType": "Medientyp",
+ "GroupBySeries": "Nach Serien gruppieren",
+ "HeaderVideoType": "Art des Videos",
+ "HeaderSeriesStatus": "Status der Serie",
+ "Features": "Eigenschaften",
+ "Trailers": "Trailer",
+ "Extras": "Extras",
+ "ThemeSongs": "Titelmusik",
+ "ThemeVideos": "Titelvideos",
+ "HeaderFavoriteMovies": "Favorisierte Filme",
+ "HeaderFavoritePhotos": "Favorisierte Fotos",
+ "HeaderFavoriteShows": "Favorisierte Serien",
+ "HeaderFavoriteEpisodes": "Favorisierte Episoden",
+ "HeaderFavoriteVideos": "Favorisierte Videos",
+ "HeaderFavoriteMusicVideos": "Favorisierte Musikvideos",
+ "HeaderFavoriteGames": "Favorisierte Spiele",
+ "HeaderFavoriteArtists": "Favorisierte Künstler",
+ "HeaderFavoriteAlbums": "Favorisierte Alben",
+ "HeaderFavoriteSongs": "Favorisierte Songs",
+ "HeaderFavoriteAuthors": "Favorisierte Autoren",
+ "HeaderFavoriteAudioBooks": "Favorisierte Hörbücher",
+ "Ascending": "Aufsteigend",
+ "Descending": "Absteigend",
+ "HeaderColorPrimaries": "Primärfarben",
+ "HeaderColorSpace": "Farbraum",
+ "HeaderColorTransfer": "Farbtransfer",
+ "HeaderVideoRange": "Videobereich",
+ "SeriesDisplayOrderHelp": "Episoden nach Ausstrahlungsdatum, DVD-Reihenfolge oder absoluter Nummerierung sortieren.",
+ "LabelVerticalPositionFromBottom": "Vertikale Position (von unten)",
+ "HeaderFavoritePeople": "Favorisierte Personen",
+ "MultiSelect": "Mehrfachauswahl",
+ "HeaderSignOut": "Abmelden",
+ "HeaderSelectServer": "Server wählen",
+ "HeaderChangeServer": "Server wechseln",
+ "HeaderChangeUser": "Benutzer wechseln",
+ "HeaderAppSettings": "App-Einstellungen",
+ "HeaderLoginSettings": "Anmeldeeinstellungen",
+ "LabelRememberLogin": "Login merken",
+ "LabelAutomaticallySignOut": "Automatisch abmelden",
+ "BetaTesterMessage": "Danke, dass du Beta-Tester bist! Bitte gebe Feedback im {0} 'Testing Area' der Emby-Community {1}.",
+ "HardwareAccelerated": "Hardware-beschleunigt",
+ "Software": "Software",
+ "Metadata": "Metadaten",
+ "HeaderMediaInfo": "Medieninformationen",
+ "Locked": "Gesperrt",
+ "HeaderSplitVersionsApart": "Versionen aufteilen",
+ "Any": "Alle",
+ "Admin": "Administration",
+ "HeaderReadMore": "Mehr lesen",
+ "CustomRatingHelp": "Eine benutzerdefinierte Bewertung wird für die Altersfreigabe ausgewertet, aber nicht angezeigt. Das Altersfreigabefeld wird weiterhin angezeigt.",
+ "KeepUpToHelp": "Aufnahmen über dem Limit werden gelöscht, sobald die nächste Aufnahme startet. Die ältesten Aufnahmen werden als erste entfernt.",
+ "NoItemsMatchingFound": "Es wurden keine Einträge entdeckt, die den Suchkriterien entsprechen.",
+ "TwoSearchCharsRequired": "Bitte mindestens zwei Suchzeichen eingeben.",
+ "PreventPlaybackContinuing": "Regelmäßig zu einer Benutzereingabe auffordern, um eine endlose Wiedergabe zu verhindern.",
+ "PromptStillWatching": "\"Schaust du noch?\"-Meldung aktivieren",
+ "HeaderMissingMetadata": "Fehlende Metadaten",
+ "HeaderIncludedIn": "Enthalten in",
+ "EmbyConnectUserAlreadyLinked": "Der Emby-Connect-Nutzer ist bereits mit einem anderen Nutzer auf diesem Server verknüpft.",
+ "VideoFilesWillBeConvertedTo": "Konvertierte Videos werden gespeichert als {0}.",
+ "VideoWillBeConvertedTo": "Video-Streams werden nach {0} konvertiert oder von der Originaldatei kopiert, falls sie bereits als {0} vorliegen und die Qualität zu den Konvertierungseinstellungen passt.",
+ "VideoWillBeConvertedToOrCopied": "Video-Streams werden nach {0} konvertiert oder von der Originaldatei kopiert, falls sie als eine davon ({1}) vorliegen und die Qualität zu den Konvertierungseinstellungen passt.",
+ "AudioWillBeConvertedTo": "Audio-Streams werden nach {0} konvertiert oder von der Originaldatei kopiert, falls sie bereits als {0} vorliegen und die Qualität zu den Konvertierungseinstellungen passt.",
+ "AudioWillBeConvertedToOrCopied": "Audio-Streams werden nach {0} konvertiert oder von der Originaldatei kopiert, falls sie als eine davon ({1}) vorliegen und die Qualität zu den Konvertierungseinstellungen passt.",
+ "HeaderSpecialKeys": "Spezialtasten",
+ "FollowingSpecialKeys": "Die folgenden Spezialtasten werden von den meisten Tastaturen und Fernbedienungen unterstützt:",
+ "HeaderDeleteSeries": "Serie löschen",
+ "HeaderDeleteLastPlayedEpisode": "Zuletzt abgespielte Episode löschen",
+ "HeaderConnectingToServer": "Verbinde mit Server",
+ "ServerNameValue": "Server-Name: {0}",
+ "DomainValue": "Domäne: {0}",
+ "RatedValue": "Altersfreigabe {0}",
+ "LocalServerRedirectMessage": "Es erfolgt nun eine Weiterleitung zu der Domain, die von dem Administrator des gewählten Servers betrieben wird:",
+ "AllMediaOwnedHosted": "Alle Medien werden vom Besitzer von {0} bereitgestellt und verwaltet.",
+ "EnableResolutionSwitching": "Videoauflösung anpassen",
+ "EnableResolutionSwitchingHelp": "Dadurch kann Emby die Auflösung auf den gleichen Wert ändern, mit dem das Video vor dem Start der Wiedergabe codiert wurde. Dies kann dazu beitragen, das Stottern/Ruckeln zu minimieren, das sonst beim Abspielen von Videos auftreten könnte, die nicht gut zusammenpassen.",
+ "EnableDisplayRefreshRateSwitching": "Bildwiederholraten-Anpassung aktivieren",
+ "EnableDisplayRefreshRateSwitchingHelp": "Damit kann Emby die Bildwiederholfrequenz auf den gleichen Wert (oder ein Vielfaches davon) wie die Framerate ändern, mit der das Video vor Beginn der Wiedergabe kodiert wurde. Dies kann dazu beitragen, das Stottern/Ruckeln zu minimieren, das sonst bei der Wiedergabe von Videos, die nicht gut zusammenpassen, auftreten kann.",
+ "RememberSelectedAudioTracks": "Gewählte Tonspuren merken",
+ "RememberSelectedSubtitleTracks": "Gewählte Untertitel merken",
+ "RememberSelectedSubtitleTracksHelp": "Die gewählten Untertitel werden pro Video gespeichert und wieder eingestellt, wenn das selbe Video erneut abspielt wird.",
+ "RememberSelectedAudioTracksHelp": "Die gewählte Tonspur wird pro Video gespeichert und wieder eingestellt, wenn das selbe Video erneut abspielt wird.",
+ "ClearSavedTrackSelections": "Gespeicherte Spurauswahl löschen",
+ "HeaderClearTrackSelections": "Gespeicherte Spurauswahl löschen",
+ "QuestionClearSavedTracks": "Alle gespeicherten Spurauswahlen löschen?",
+ "LabelChannelTags": "Kanal-Tags",
+ "AfterThisPlaysConfirmation": "Die Wiedergabe nach dem Abspielen fortsetzen oder die zuvor in die Warteschlange gestellte Musik löschen?",
+ "Keep": "Fortsetzen",
+ "Clear": "Löschen",
+ "HeaderClearFilters": "Filter zurücksetzen",
+ "HeaderSearchForImages": "Nach Bildern suchen",
+ "HeaderSearchNewImage": "Nach neuem Bild suchen",
+ "HeaderSearchForAnImage": "Nach Bild suchen",
+ "DragDropToReorder": "Drag & Drop für Neuanordnung",
+ "HeaderAddImageFromUrl": "Bild über URL hinzufügen",
+ "HeaderSetImageFromUrl": "Bild über URL einstellen",
+ "LabelUrl": "URL",
+ "LabelChannelNumber": "Kanalnummer",
+ "LabelGuideDataChannel": "Programmführer Kanal",
+ "GuideDataSource": "Datenquelle Programmführer",
+ "HeaderCopyToClipboard": "In Zwischenablage kopieren",
+ "TimeRemainingValue": "{0} übrig",
+ "LabelResumeRewindSeconds": "Beim Fortsetzen automatisch Zurückspulen",
+ "ResumeRewindSecondsHelp": "Dies kann dir helfen, dich daran zu erinnern, wo du aufgehört hast. Dies gilt für die anfängliche Wiederaufnahme und nicht für jede einzelne Pause während der Wiedergabe.",
+ "HeaderSavePlayQueueToPlaylist": "Warteschlange in Abspielliste sichern",
+ "EnableLogoImagesAsTitle": "Logo-Grafiken als Titel auf Detailansichten zeigen",
+ "EnableLogoImagesAsTitleHelp": "Falls vorhanden, lassen sich Logos als Titel in Video-, Serien- und anderen Detailansichten nutzen. Ansonsten wird der Titel als Text angezeigt.",
+ "LabelNowPlayingAudioBackgroundStyle": "Audio-Hintergrund-Stil für aktuelle Wiedergabe",
+ "LabelNowPlayingVideoBackgroundStyle": "Video-Hintergrund-Stil für aktuelle Wiedergabe",
+ "NowPlayingVideoBackgroundStyleHelp": "Bestimmt den Hintergrundstil bei ferngesteuerter Videowiedergabe auf einem anderen Gerät.",
+ "Rotation": "Rotation",
+ "Minutes": "Minuten",
+ "LabelMaxRecordingLength": "Max. Aufnahmedauer",
+ "MaxRecordingLengthHelp": "Begrenzt die Aufnahmedauer unabhängig von der tatsächlichen Sendedauer. Für unbeschränkte Aufnahmen auf '0' setzen.",
+ "RemoteWAN": "Fernzugriff (WAN)-Adresse",
+ "HeaderLastConnectedTo": "Letzte Verbindung mit",
+ "Version": "Version",
+ "Keyword": "Schlagwort",
+ "HeaderServerAddress": "Server-Adresse",
+ "HeaderSkipIntro": "Intro überspringen",
+ "HeaderCreateRecording": "Aufnahme erstellen",
+ "HeaderAddRecording": "Aufnahme hinzufügen",
+ "HeaderChannelAndTime": "Kanal und Zeit",
+ "LabelRecordProgramOrSeriesFrom": "Sendung oder Serie aufnehmen von",
+ "LabelStartTime": "Startzeit",
+ "LabelEndTime": "Endzeit",
+ "LabelFrequency": "Frequenz",
+ "Recurring": "Wiederkehrend",
+ "Once": "Einmalig",
+ "Start": "Start",
+ "Unpause": "Pause beenden",
+ "LabelIntroSkipMode": "Intro-Überspringen Modus",
+ "ShowSkipIntroButton": "'Intro überspringen'-Knopf anzeigen",
+ "AutoSkipIntro": "Intro automatisch überspringen",
+ "DisplayRatingInformationOnVideoPlaybackStart": "Bewertungsinformationen beim Start der Videowiedergabe anzeigen",
+ "DisplayRatingInformationOnVideoPlaybackStartHelp": "Die Bewertungsinformationen werden kurz angezeigt, wenn die Videowiedergabe beginnt.",
+ "IntroSkipModeHelp": "'Intro überspringen'-Knopf anzeigen oder Intros automatisch für Episoden überspringen, in denen Emby Server Intro-Markierungen entdeckt hat. Dazu muss in den Bibliotheksoptionen des Emby Server die Intro-Erkennung aktiviert sein.",
+ "EnableHomeScreenFocusPreview": "Verwendet ein Layout auf der Startseite, das eine detaillierte Vorschau des ausgewählten Artikels anzeigt",
+ "EnableHomeScreenFocusPreviewHelp": "Funktioniert möglicherweise eingeschränkt, wenn die Startseite eine Mischung verschiedener Medientypen enthält.",
+ "LabelHideMediaTransportButtons": "Video-Player-Steuertasten ausblenden",
+ "HideMediaTransportButtonsHelp": "Schaffe eine einfachere Benutzeroberfläche für die Wiedergabe, indem Du grundlegende Transporttasten wie Vorwärts-, Rückwärts- und Pausentaste ausblendest. Du kannst diese Funktionen weiterhin mit den Pfeiltasten und OK/Enter verwenden. Auto blendet die Steuertasten aus, wenn in der App keine Mausbenutzung erkannt wird.",
+ "ImageSizeHelp": "Lege die gewünschte Größe der Bildraster fest.",
+ "LabelImageSize": "Bildgröße",
+ "ThisImageIsOnlyPreview": "Dieses Bild ist nur eine Vorschau, die von der Metadaten-Suchmaschine stammt. Das tatsächliche Bild, das Emby Server herunterlädt, kann anders aussehen und hängt von den Optionen ab, die du bei der Einrichtung der Emby-Bibliothek konfiguriert hast.",
+ "ResultsRangeValue": "{0} bis {1} von {2}",
+ "NotificationsDescription": "Benachrichtigungen einrichten, um über wichtige Ereignisse auf deinem Emby Server informiert zu bleiben.",
+ "DeleteEmbyConnectAccount": "Lösche Emby-Connect-Konto",
+ "DeleteEmbyConnectAccountHelp": "Um dein Emby Connect-Konto zu löschen, melde dich bitte bei der {0}Emby-Community{1} unter {2} an. Klicke nach der Anmeldung oben rechts auf deinen Benutzernamen, dann auf Kontoeinstellungen und dann auf Mein Konto löschen.",
+ "KeepPlayingInBackground": "Weiter im Hintergrund abspielen",
+ "LabelVideoBackBehavior": "Verhalten der Zurück-Taste des Videoplayers",
+ "HeaderViewLyrics": "Songtexte anzeigen",
+ "HeaderViewMissingEpisodes": "Fehlende Episoden anzeigen",
+ "HeaderMissingEpisodes": "Fehlende Episoden",
+ "HeaderManageAccess": "Zugriff verwalten",
+ "HeaderManageCollaboration": "Zusammenarbeit verwalten",
+ "HeaderLeaveCollaboration": "Zusammenarbeit verlassen",
+ "HeaderRemoveFromLibrary": "Aus Bibliothek entfernen",
+ "RemoveSharedItemConfirmation": "Bist Du Dir sicher, dass Du dieses Objekt aus Deiner Bibliothek entfernen möchtest? Für erneuten Zugriff müssen Dir die Rechte vom Eigentümer erneut erteilt werden.",
+ "SubtitlesDownloaded": "Untertitel heruntergeladen",
+ "HeaderMakePrivate": "Privatisieren",
+ "HeaderMakePublic": "Veröffentlichen",
+ "MakePublicDescription": "Alle Benutzer können dieses Element sehen. Benutzern kann Bearbeitungszugriff gewährt werden.",
+ "MakePrivateDescription": "Benutzern kann weiterhin individuell Zugriff gewährt werden.",
+ "Private": "Privat",
+ "Public": "Öffentlich",
+ "Collaborative": "Zusammenarbeit",
+ "PreferredShowDisplay": "Bevorzugte Anzeige für TV-Sendung",
+ "ShowAllEpisodesAllSeasons": "Alle Episoden aller Staffeln zusammen anzeigen",
+ "ShowAllEpisodesSingleSeason": "Alle Episoden nur für Sendungen einer einzelnen Staffel anzeigen",
+ "ShowSeasonFolders": "Staffel Ordner immer anzeigen",
+ "HeaderAddAgain": "Erneut hinzufügen",
+ "UpNext": "Als Nächstes",
+ "ItemsAlreadyInPlaylist": "Einige dieser Elemente befinden sich bereits in deiner Wiedergabeliste.",
+ "ItemAlreadyInPlaylist": "Dieses Element ist bereits in Deiner Wiedergabeliste.",
+ "HeaderPlayChannel": "Kanal abspielen",
+ "LabelScreenOrientationDuringVideo": "Bildschirmausrichtung während der Videowiedergabe",
+ "UseDeviceSetting": "Geräteeinstellung verwenden",
+ "LockToLandscape": "Auf Querformat sperren",
+ "UsernameForFolderHelp": "Der Benutzername, der für den Zugriff auf diesen Ordner in deinem Netzwerk erforderlich ist (falls zutreffend).",
+ "PasswordForFolderHelp": "Das Passwort, das für den Zugriff auf diesen Ordner in deinem Netzwerk erforderlich ist (falls zutreffend).",
+ "ShowMediaInfoOnDetailScreens": "Zeige vollständige Medieninformationen auf Audio- und Videodetailbildschirmen an",
+ "ForgotPasswordNoUserFound": "Es wurden keine Benutzer mit dem eingegebenen Namen gefunden. Bitte versuch es erneut oder lass den Namen leer, um das Passwort für alle Benutzer auf diesem Server zurückzusetzen.",
+ "Silver": "Silber",
+ "DimGray": "Dämmergrau",
+ "DarkGray": "Dunkelgrau",
+ "LightGray": "Hellgrau",
+ "Black": "Schwarz",
+ "Blue": "Blau",
+ "Cyan": "Zyan",
+ "Gray": "Grau",
+ "Green": "Grün",
+ "Lime": "Lime",
+ "Magenta": "Magenta",
+ "Orange": "Orange",
+ "Pink": "Pink",
+ "Red": "Rot",
+ "Yellow": "Gelb",
+ "White": "Weiß",
+ "Purple": "Lila",
+ "RecentlyReleasedMovies": "Kürzlich veröffentlichte Filme",
+ "RecentlyReleasedEpisodes": "Kürzlich veröffentlichte Episoden",
+ "DolbyProfile": "Dolby Profil",
+ "IpAddress": "IP-Adresse",
+ "VideoType": "Videotyp",
+ "HidePlayedMediaFrom": "Abgespielte Medien ausblenden von",
+ "BottomEdgePosition": "Position der unteren Kante",
+ "VerticalPositionFromBottomScreen": "Lege die vertikale Position der Untertitel relativ zum unteren Bildschirmrand fest.",
+ "TopEdgePosition": "Position der oberen Kante",
+ "TopEdgePositionHelp": "Lege die höchste zulässige vertikale Position der Untertitel relativ zum oberen Bildschirmrand fest. Dies wird verwendet, wenn die Untertitel Positionierungsanweisungen enthalten, die oben platziert werden sollen.",
+ "HeaderSubtitlePosition": "Untertitel Position",
+ "TitleProfilePin": "Profil-PIN",
+ "ProfilePinConfirm": "Profil-PIN (bestätigen)",
+ "SaveProfilePin": "Pin speichern",
+ "ProfilePinDescription": "Erstelle einen optionale PIN, um zur Eingabe aufgefordert zu werden, wenn du zu einer Emby-App auf einem Gerät zurückkehrst, bei dem du dich bereits angemeldet hast. Dies ist nützlich, wenn du Geräte hast, die von mehreren Benutzern gemeinsam genutzt werden. Du kannst es je nach Bedarf selektiv auf jedem Gerät aktivieren.",
+ "TitleNewEpisodes": "Neue Episoden",
+ "EnterYourPinToContinue": "Gebe deinen PIN ein, um fortzufahren.",
+ "YourPinMustBe": "Dein PIN muss aus {0} Ziffern bestehen.",
+ "ForgotPin": "PIN vergessen?",
+ "RequireEnteringPinToReturn": "Ich muss meine Profil-PIN eingeben, wenn ich zu dieser App zurückkehre.",
+ "RequireEnteringPinToReturnQuestion": "Sollen wir dich jedes Mal zur Eingabe deiner Profil-PIN auffordern, wenn du zu dieser App zurückkehrst? Wenn dieses Gerät von mehreren Benutzern gemeinsam genutzt wird, kann deine Profil-PIN dazu beitragen, dass die anderen Benutzer nicht auf deine Daten zugreifen.",
+ "RequireEnteringPinToReturnHelp": "Nützlich, wenn dieses Gerät von mehreren Benutzern gemeinsam genutzt wird.",
+ "WrongPinPleaseTryAgain": "Hoppla, falsche PIN. Bitte versuche es erneut.",
+ "ProfilePinIsOn": "Profil-PIN ist derzeit aktiviert.",
+ "IfTryingToConnectToHttp": "Wenn du versuchst, eine Verbindung zu deinem Emby-Server über einer HTTP-Adresse herzustellen, lässt dein Browser dies möglicherweise aufgrund der Erfordernis von HTTPS nicht zu. Bitte versuche einen der folgenden Schritte:",
+ "SetupHttpsForYourServer": "Richte {0}HTTPS für deinen Emby-Server{1} ein, damit du eine Verbindung über HTTPS herstellen kannst.",
+ "TitleUnableToReachServer": "Der Server kann nicht erreicht werden",
+ "TitleUnableToReachName": "{0} kann nicht erreicht werden",
+ "HearingImpaired": "Hörgeschädigte",
+ "SignIntoServerName": "Anmelden bei {0}",
+ "About": "Über",
+ "Specials": "Extras",
+ "NSettings": "{0} Einstellungen",
+ "NPreferences": "{0} Präferenzen",
+ "DetailScreenOptions": "Detailansichten",
+ "LabelGenreDisplayLimit": "Anzeigelimit für Genres",
+ "GenreDisplayLimitHelp": "Begrenze die Anzahl der Genres, die oben auf den Mediendetailbildschirmen angezeigt werden.",
+ "GenreDisplayLimitForListsHelp": "Begrenze die Anzahl der Genres, die oben auf den Wiedergabelisten-, Sammlungs- und Künstlerdetailbildschirmen angezeigt werden.",
+ "LabelGenreDisplayLimitForLists": "Genre-Anzeigelimit für Listen",
+ "ShowPosterOnDetails": "Zeige ein Poster auf dem Detailbildschirm an",
+ "ShowPosterOnDetailsHelp": "Wählen, ob ein Poster auf Videodetailbildschirmen angezeigt werden soll, oder blende es aus, um einen minimalistischeren Look zu erzielen, der den Hintergrund hervorhebt. Diese Einstellung wird bei kleineren Bildschirmlayouts nicht verwendet. Einige Elementtypen ignorieren diese Einstellung.",
+ "EnableAppLogging": "Aktiviere App-Protokollierung",
+ "EnableAppLoggingHelp": "Die Protokollierung kann die App-Leistung beeinträchtigen und sollte nur bei Bedarf zur Fehlerbehebung aktiviert werden. Änderungen erfordern einen Neustart der App.",
+ "LabelSlideshowInterval": "Diashow Zeit pro Bild",
+ "TVChannelImageEditorHelp": "Mehrere Logo-Versionen werden unterstützt. Emby Apps wählen automatisch das passende Logo basierend auf dem momentan ausgewählten Theme.",
+ "PlaySlideshow": "Diashow abspielen",
+ "CheckForExistingEpisodesInAllLibraries": "Prüfe auf existierende Episoden in allen Bibliotheken",
+ "GroupNotificationsBySeriesOrAlbum": "Gruppenbenachrichtigungen basierend auf Serien und Alben",
+ "ThemeSettings": "Theme-Einstellungen",
+ "FollowingActivityWillBeDisrupted": "Die nachfolgende Aktivität wird unterbrochen und benötigt möglicherweise einen manuellen Eingriff zum Neustarten:",
+ "OneActivePlaybackSession": "1 aktive Wiedergabe-Session",
+ "NumActivePlaybackSessions": "{0} aktive Wiedergabe-Sessions",
+ "OneActiveRecording": "1 aktive Aufnahme",
+ "NumActiveRecordings": "{0} aktive Aufnahmen",
+ "PlayFromLivePosition": "Wiedergabe ab LIVE-Position",
+ "PlayFromStartOfRecording": "Wiedergabe ab Beginn der Aufnahme",
+ "ThisChannelIsActivelyRecording": "Der Kanal wird gerade aufgenommen. Wie möchtest du mit der Wiedergabe beginnen?",
+ "ThemeSongVolume": "Lautstärke der Titelsongs",
+ "HeaderForceConversionForFormats": "Erzwinge Konvertierung für Formate",
+ "ForceConversionForFormatsHelp": "Verwende dies, um eine serverseitige Transkodierung oder Remuxen für Formate zu erzwingen, die auf diesem Gerät nicht gut direkt abgespielt werden.",
+ "StartupBehavior": "Startverhalten",
+ "RememberLastUser": "Letzten Benutzer merken",
+ "ShowLoginScreen": "Loginbildschirm anzeigen",
+ "SignInAsValue": "Anmelden als {0}",
+ "ConvertUnsupportedAudio": "Nicht unterstütztes Surround-Audio in Dolby Digital umwandeln",
+ "ConvertUnsupportedAudioHelp": "Vermeide das Heruntermischen von nicht unterstützten Surround-Formaten auf Stereo, indem du sie von Emby Server in Dolby Digital umwandeln lässt.",
+ "HeaderPlaybackCorrection": "Wiedergabekorrektur",
+ "HeaderAttemptPlaybackCorrection": "Wiedergabekorrektur versuchen",
+ "PlaybackCorrectionConfirm": "Wiedergabekorrektur versuchen?",
+ "PlaybackCorrectionDescription": "Weist das aktuelle Element ein Wiedergabeproblem auf, z. B. kein Video oder keinen Ton? Es wird versucht, Wiedergabeprobleme zu beheben, indem mittels Transkodierung die Datei in ein streamingfreundlicheres Format umgewandelt wird. Dies führt zu einem erhöhten Ressourcenverbrauch auf diesem Emby-Server.",
+ "PlaybackCorrectionDescription2": "Du kannst dies bis zu dreimal pro Video tun, wobei Remuxing, Videotranscoding und Audiotranscoding jeweils einzeln aktiviert werden.",
+ "HeaderAlbumsAsContributingArtist": "Alben als mitwirkender Künstler",
+ "HeaderAlbumsAsComposer": "Alben als Komponist",
+ "Duplicates": "Duplikate",
+ "HeaderSleepTimer": "Schlaftimer",
+ "AfterCurrentItem": "Nach dem jetzigen Element",
+ "HeaderStopPlayback": "Stoppe Wiedergabe",
+ "TurnOffTimer": "Timer ausschalten",
+ "SleepTimerIsSet": "Dein Schlaftimer ist eingeschaltet",
+ "SleepTimerIsOff": "Dein Schlaftimer ist ausgeschaltet",
+ "LabelEnableRemoteControlTVMode": "Zeige die Cast- und Fernbedienungsfunktionen",
+ "EnableRemoteControlTVModeHelp": "Aktiviere diese Option, wenn du dieses Gerät zum Senden von Medien an andere Geräte verwenden möchtest.",
+ "ShowOnScreenControls": "Bildschirmbedienelemente anzeigen",
+ "LabelVideoScreenUpAction": "Aktion beim Drücken der Aufwärtstaste",
+ "VideoScreenUpActionHelp": "Wähle die Aktion aus, die ausgeführt werden soll, wenn du die Aufwärtstaste auf dem Bildschirm des Videoplayers drückst. Dies gilt, wenn derzeit keine Bedienelemente auf dem Bildschirm sichtbar sind. Wenn die Steuerelemente bereits sichtbar sind, wird die Aufwärtstaste zur Navigation verwendet.",
+ "LabelVideoPlayerLongPressAction": "Aktion beim langen Drücken der OK-Taste",
+ "LetsGetSetup": "Starten wir mit der Einrichtung",
+ "VideoPlayerLongPressActionHelp": "Lege fest, welche Funktion oder welches Menü angezeigt werden soll, wenn du während der Videowiedergabe lange auf die OK-Taste drückst. Dies ist nur wirksam, wenn die Videosteuerung ausgeblendet ist oder die Suchleiste den Fokus hat.",
+ "AskAdminToGetPremiere": "Dieser Kauf muss vom Server-Administrator getätigt werden. Bitte den Administrator dieses Emby Servers, sich anzumelden und Emby Premiere zu erwerben, damit du Zugang zu den Premium-Funktionen erhältst.",
+ "AutoOpenSingleItemsFolders": "Automatisches Öffnen einzelner Elemente in der Ordneransicht",
+ "AutoOpenSingleItemsFoldersHelp": "Wenn ein Ordner nur einen einzigen Artikel enthält, wird dieser Artikel automatisch geöffnet.",
+ "PlayedOnValue": "{0} abgespielt",
+ "TheseSettingsApplyAppDevice": "Diese Einstellungen gelten für alle Benutzer, die etwas auf diesem Gerät abspielen.",
+ "LastContentDateAdded": "Datum der letzten Inhaltshinzufügung",
+ "RepeatThemeMedia": "Themen in Endlosschleife abspielen",
+ "HideEpisodeSpoilerInfo": "Spoiler-Informationen von ungesehenen Episoden ausblenden",
+ "HideEpisodeSpoilerInfoHelp": "Blendet das Bild und die Übersicht für ungesehene Episoden auf den meisten Bildschirmen aus.",
+ "BornValueAge": "Geboren: {0} (age {1})",
+ "PreferDirectStreamLiveTV": "Direktes Streaming von Live-TV bevorzugen",
+ "PreferDirectStreamLiveTVHelp": "Durch direktes Streaming von Live-TV wird der Ressourcenverbrauch auf deinem Emby-Server reduziert, jedoch ist die Suchfunktion während der Wiedergabe möglicherweise eingeschränkt. Wenn du diese Option aktivierst, wird Live-TV direkt gestreamt, sofern das Format unterstützt wird und innerhalb deiner konfigurierten Qualitätseinstellungen liegt. Deaktiviere diese Option, um während der Wiedergabe eine bessere Suchfunktion zu nutzen, was jedoch mit einem höheren Ressourcenverbrauch verbunden ist.",
+ "HeaderAllRecordings": "Alle Aufnahmen",
+ "RememberLoginDescription": "Nach der Anmeldung kannst du in den App-Einstellungen das Startverhalten so konfigurieren, dass die Anmeldung gespeichert wird, du dich als bestimmter Benutzer anmeldest oder immer der Anmeldebildschirm angezeigt wird.",
+ "ForgetServerConfirmation": "Möchtest du diesen Server vergessen?",
+ "ForgetThisServer": "Diesen Server vergessen",
+ "HeaderThisDevice": "dieses Gerät",
+ "ChaptersGuide": "Kapitel / Live TV Guide",
+ "ChaptersGuideHelp": "Zeigt die Kapitel für die Medien an die Kapitel haben. Für Medien ohne Kapitel, wird stattdessen der Live TV Guide, falls verfügbar, gezeigt.",
+ "HeaderShowSeriesImages": "Bilder der Serie anzeigen",
+ "AppExitConfirmation": "Möchtest Du Emby verlassen?",
+ "AppExitMenu": "Exit menu",
+ "SideMenu": "seitliches Navigationsmenü",
+ "SystemStorage": "Systemspeicher ({0})"
+}
diff --git a/modules/common/strings/el.json b/modules/common/strings/el.json
new file mode 100644
index 0000000..2d42276
--- /dev/null
+++ b/modules/common/strings/el.json
@@ -0,0 +1,1340 @@
+{
+ "ReplaceExistingThumbnailImages": "Replace existing video preview thumbnails",
+ "ReplaceExistingThumbnailImagesHelp": "All existing video preview thumbnails will be deleted and new ones will be generated, if enabled in the options for the library.",
+ "DateCreated": "Date Created",
+ "CreatedOnValue": "Created {0}",
+ "UpdatedOnValue": "Updated {0}",
+ "EmbyLoginTerms": "Το Emby έχει σχεδιαστεί για να σας βοηθήσει να διαχειριστείτε την προσωπική σας βιβλιοθήκη πολυμέσων, όπως τα οικιακά βίντεο και οι φωτογραφίες. Παρακαλούμε δείτε τους {0}όρους χρήσης {1}. Η χρήση οποιουδήποτε λογισμικού Emby συνιστά αποδοχή των παρόντων όρων.",
+ "MessageUnableToConnectToServer": "Δεν είναι δυνατή η σύνδεση με τον επιλεγμένο διακομιστή αυτή τη στιγμή. Βεβαιωθείτε ότι εκτελείται και προσπαθήστε ξανά.",
+ "EmbyIntroMessage": "Με το Emby μπορείτε εύκολα να μεταδίδετε βίντεο, μουσική και φωτογραφίες σε έξυπνα τηλέφωνα, tablet και άλλες συσκευές από τον διακομιστή Emby σας.",
+ "HeaderSignInWithConnect": "Συνδεθείτε με το Emby Connect",
+ "HeaderWelcomeToEmby": "Καλώς ήρθατε στο Emby",
+ "HeaderNewUsers": "Νέοι Χρήστες",
+ "HeaderPleaseSignIn": "Παρακαλώ Συνδεθείτε",
+ "MessageInvalidUser": "Μη έγκυρο όνομα χρήστη ή κωδικός πρόσβασης. Παρακαλώ προσπαθήστε ξανά.",
+ "MessageUnlockAppWithPurchaseOrSupporter": "Ξεκλειδώστε αυτή τη δυνατότητα καταβάλλοντας ένα πολύ μικρό κόστος ή με μία ενεργή συνδρομή Emby Premiere.",
+ "MessageUnlockAppWithSupporter": "Ξεκλειδώστε αυτή τη δυνατότητα με μία ενεργή συνδρομή Emby Premiere.",
+ "MessageToValidateSupporter": "Αν έχετε ενεργή συνδρομή Emby Premiere, βεβαιωθείτε ότι έχετε κάνει εγκατάσταση του Emby Premiere στον πίνακα ελέγχου Emby, στο οποίο μπορείτε να αποκτήσετε πρόσβαση κάνοντας κλικ στην επιλογή Emby Premiere μέσα στο κύριο μενού.",
+ "ValueSpecialEpisodeName": "Ειδικά - {0} ",
+ "HeaderSignIn": "Σύνδεση",
+ "Share": "Κοινή χρήση",
+ "Shared": "Κοινόχρηστα",
+ "Info": "Πληροφορίες",
+ "Add": "Προσθήκη",
+ "Speed": "Ταχύτητα",
+ "PlaybackSpeed": "Ταχ΄ύτητα Αναπαραγωγής",
+ "Chapters": "Κεφάλαια",
+ "Password": "Κωδικός",
+ "SavePassword": "Αποθήκευση Κωδικού",
+ "LabelPassword": "Κωδικός:",
+ "HeaderResetPassword": "Επαναφορά Κωδικού",
+ "Series": "Σειρές",
+ "Preview": "Προεπισκόπηση",
+ "Submit": "Υποβολή",
+ "Never": "Ποτέ",
+ "Table": "Πίνακας",
+ "HeaderScheduledTasks": "Προγραμματισμένες Εργασίες",
+ "Plays": "Αναπαραγωγές",
+ "LastUsedAddressValue": "Τελευταία χρήση {0}",
+ "LabelKeywordType": "Τύπος λέξης-κλειδιού:",
+ "HeaderSelectColumns": "Επιλογή Στηλών",
+ "HeaderTopResults": "Κορυφαία Αποτελέσματα",
+ "HeaderPinSidebar": "Καρφίτσωμα Πλευρικής Μπάρας",
+ "Collapse": "Σύμπτυξη",
+ "LabelBackgroundVideoPlayback": "Αναπαραγωγή βίντεο στο παρασκήνιο:",
+ "BackgroundVideoPlaybackHelp": "Η αναπαραγωγή βίντεο στο παρασκήνιο επιτρέπει τη συνέχιση της αναπαραγωγής του βίντεο όταν η οθόνη σβήσει.",
+ "AlwaysOn": "Πάντα ενεργό",
+ "HeadphonesOrExternalSpeakersConnected": "Συνδέθηκαν ακουστικά ή εξωτερικά ηχεία",
+ "HeaderKeyboardAndRemote": "Πληκτρολόγιο και Τηλεχειριστήριο",
+ "NoSelectedItemsSupportOperation": "Δεν έχουν επιλεχτεί αντικείμενα που να υποστηρίζουν αυτή τη λειτουργία.",
+ "NoOperationsForSelectedItems": "Δεν υπάρχουν διαθέσιμες λειτουργίες για τα επιλεγμένα αντικείμενα.",
+ "UploadOnlyOnWifi": "Αποστολή μόνω μέσω Wifi",
+ "HeaderFoldersToUpload": "Φάκελοι προς Μεταφόρτωση",
+ "LabelPasswordConfirm": "Κωδικός (επιβεβαίωση):",
+ "HeaderMoveUpInOrder": "Μετακίνηση Πάνω στη Σειρά",
+ "HeaderDownUpInOrder": "Μετακίνηση Κάτω στη Σειρά",
+ "LabelUsername": "Όνομα Χρήστη:",
+ "HeaderAddServer": "Προσθήκη Διακομιστή",
+ "HeaderSubtitleOffset": "Χρονική Μετατόπιση Υπότιτλου",
+ "Watching": "Watching",
+ "HeaderRemoveFromContinueWatching": "Αφαίρεση από την Συνέχεια Προβολής",
+ "RemoveThisTitleFromContinueWatching": "Αφαίρεση αυτού του τίτλου από την Συνέχεια Προβολής;",
+ "HeaderRemoveFromContinueListening": "Αφαίρεση από τη Συνέχιση Ακρόασης",
+ "RemoveThisTitleFromContinueListening": "Αφαίρεση αυτού του τίτλου από τη Συνέχιση Ακρόασης;",
+ "HeaderIncreaseSubtitleOffset": "Αύξηση Χρονικής Μετατόπισης Υπότιτλου",
+ "HeaderDecreaseSubtitleOffset": "Μείωση Χρονικής Μετατόπισης Υπότιτλου",
+ "Close": "Κλείσιμο",
+ "HeaderSeeAll": "Προβολή Όλων",
+ "HeaderOpenInNewWindow": "Άνοιγμα σε Νέο Παράθυρο",
+ "LabelEmail": "Email:",
+ "LabelHost": "Εξυπηρετητής:",
+ "LabelHostHelp": "Παράδειγμα: 192.168.1.100 ή https://myserver.com",
+ "LabelPort": "Θύρα:",
+ "Disabled": "Απενεργοποιημένο",
+ "Uninstall": "Απεγκατάσταση",
+ "Enable": "Ενεργοποίηση",
+ "AllTuners": "Όλοι οι δέκτες",
+ "Disable": "Απενεργοποίηση",
+ "NextValue": "Επόμενο: {0}",
+ "HeaderNextItem": "Επόμενο Αντικείμενο",
+ "HeaderPreviousItem": "Προηγούμενο Αντικείμενο",
+ "NoTrailersMessage": "Δεν βρέθηκαν τρέιλερ. Για να προσθέσετε τρέιλερ, παρακαλώ εγκαταστήστε το πρόσθετο Τρέιλερ από τον {0}Κατάλογο πρόσθετων Emby{1}.",
+ "UninstallPluginConfirmation": "Είστε σίγουροι ότι θέλετε να απεγκαταστήσετε αυτό το πρόσθετο;",
+ "HeaderUninstallPlugin": "Απεγκατάσταση Πρόσθετου",
+ "AreYouStillWatching": "Παρακολουθείτε ακόμα;",
+ "LabelCurrentPassword": "Τρέχων κωδικός:",
+ "LabelNewPassword": "Νέος κωδικός:",
+ "LabelNewPasswordConfirm": "Επιβεβαίωση νέου κωδικού:",
+ "HeaderRemovePassword": "Κατάργηση Κωδικού",
+ "ServerUpdateNeeded": "Αυτός ο διακομιστής Emby πρέπει να ενημερωθεί. Για να κάνετε λήψη της πιο πρόσφατης έκδοσης, επισκεφτείτε την {0}",
+ "MessageThankYouForConnectSignUp": "Σας ευχαριστούμε για την εγγραφή σας στο Emby Connect. Ένα email θα σταλεί στη διεύθυνσή σας με οδηγίες για το πώς να επιβεβαιώσετε το νέο σας λογαριασμό. Επιβεβαιώστε το λογαριασμό και στη συνέχεια επιστρέψτε εδώ για να συνδεθείτε.",
+ "MessageThankYouForConnectSignUpNoValidation": "Σας ευχαριστούμε για την εγγραφή σας στο Emby Connect! Τώρα θα σας ζητηθεί να συνδεθείτε με τις πληροφορίες σας για το Emby Connect.",
+ "ErrorMessagePasswordNotMatchConfirm": "Ο κωδικός και η επιβεβαίωση του κωδικού πρέπει να ταιριάζουν.",
+ "ErrorMessageUsernameInUse": "Το όνομα χρήστη χρησιμοποιείται ήδη. Παρακαλώ επιλέξτε ένα νέο και προσπαθήστε ξανά.",
+ "ErrorMessageEmailInUse": "Η διεύθυνση ηλεκτρονικού ταχυδρομείου χρησιμοποιείται ήδη. Παρακαλώ εισάγετε μια νέα διεύθυνση ηλεκτρονικού ταχυδρομείου και προσπαθήστε ξανά ή χρησιμοποιήστε τη δυνατότητα \"Ξέχασα τον κωδικό πρόσβασης\".",
+ "HeaderUpcomingOnTV": "Προσεχώς στην Ζωντανή TV",
+ "HeaderOtherShowings": "Άλλες Εκδηλώσεις",
+ "Showings": "Εκδηλώσεις",
+ "HeaderConnectToServer": "Σύνδεση στο Διακομιστή",
+ "ConnectToServerManually": "Χειροκίνητη σύνδεση στο διακομιστή",
+ "LabelEnterConnectUserNameHelp": "Αυτή είναι η διεύθυνση email που χρησιμοποιήσατε για τη δημιουργία του λογαριασμού σας στο Emby Connect.",
+ "HeaderSignInError": "Σφάλμα Σύνδεσης",
+ "HeaderManualLogin": "Χειροκίνητη Είσοδος",
+ "PasswordResetConfirmation": "Θέλετε σίγουρα να κάνετε επαναφορά του κωδικού πρόσβασης;",
+ "ContactAdminToResetPassword": "Παρακαλώ επικοινωνήστε με το διαχειριστή του συστήματός σας για να επαναφέρετε τον κωδικό πρόσβασης.",
+ "ForgotPasswordInNetworkRequired": "Παρακαλώ δοκιμάστε ξανά μέσα από το οικιακό σας δίκτυο για να ξεκινήσετε τη διαδικασία επαναφοράς κωδικού πρόσβασης.",
+ "ForgotPasswordFileCreated": "Το παρακάτω αρχείο έχει δημιουργηθεί στο διακομιστή σας και περιέχει οδηγίες για το πως να συνεχίσετε:",
+ "ForgotPasswordFileExpiration": "Το pin επαναφοράς θα λήξει στις {0}.",
+ "InvalidForgotPasswordPin": "Εισάγατε άκυρο ή ληγμένο pin. Παρακαλώ προσπαθήστε ξανά.",
+ "PasswordResetForUsers": "Οι κωδικοί έχουν αφαιρεθεί για τους παρακάτω χρήστες. Για σύνδεση χρησιμοποιήστε κενό κωδικό.",
+ "HeaderForgotPassword": "Ξεχάσατε τον Κωδικό;",
+ "ForgotPasswordUsernameHelp": "Αφήστε το κενό αν δεν θυμάστε το όνομα του χρήστη σας.",
+ "HeaderPasswordReset": "Επαναφορά Κωδικού",
+ "AttributeNew": "Νέο",
+ "Done": "Ολοκληρώθηκε",
+ "HeaderResetToDefault": "Επαναφορά στις Προεπιλογές",
+ "Deinterlacing": "Aποδιακοποποίηση (Deinterlacing)",
+ "HeaderBurningInSubtitles": "Ενσωμάτωση Υπότιτλων",
+ "Premiere": "Πρεμιέρα",
+ "LabelPinCode": "Κωδικός Pin:",
+ "LabelLocalNetworkPinCode": "Κωδικός Pin τοπικού δικτύου:",
+ "LabelLocalNetworkPasswordMode": "Λειτουργία σύνδεσης τοπικού δικτύου:",
+ "RequirePasswordInLocalNetwork": "Να απαιτείται κωδικός πρόσβασης στο τοπικό δίκτυο",
+ "NoPasswordInLocalNetwork": "Να μην απαιτείται κωδικός πρόσβασης στο τοπικό δίκτυο",
+ "PinCodeInLocalNetwork": "Να επιτρέπεται ένας αριθμητικός κωδικός pin στο τοπικό δίκτυο",
+ "LocalNetworkPasswordModeHelp": "Επιλέξτε μέθοδο σύνδεσης για τις συσκευές που βρίσκονται στο ίδιο τοπικό δίκτυο με το διακομιστή σας Emby.",
+ "HeaderLocalNetworkAccess": "Πρόσβαση Τοπικού Δικτύου",
+ "Live": "Ζωντανά",
+ "Reset": "Επαναφορά",
+ "Repeat": "Επανάληψη",
+ "Track": "Κομμάτι",
+ "Tracks": "Κομμάτια",
+ "HeaderCameraUpload": "Μεταφόρτωση Κάμερας",
+ "TrackCount": "{0} Κομμάτια",
+ "ItemCount": "{0} Αντικείμενα",
+ "NumberChannelsValue": "{0} Κανάλια",
+ "HeaderLatestMusic": "Τελευταία Μουσική",
+ "HeaderLatestAudioBooks": "Τελευταία Ηχητικά Βιβλία",
+ "HeaderLatestDownloadedVideos": "Τελευταία Ληφθέντα Βίντεο",
+ "HeaderRecentlyPlayed": "Παίχτηκε Πρόσφατα",
+ "Recent": "Πρόσφατα",
+ "HeaderFrequentlyPlayed": "Παίζεται Συχνά",
+ "HeaderMoreLikeThis": "Περισσότερα Σαν Αυτό",
+ "HeaderMoreLikeThisOnLiveTV": "Περισσότερα σαν αυτό στη ζωντανή τηλεόραση",
+ "OriginalAirDateValue": "Αρχική ημερομηνία κυκλοφορίας: {0}",
+ "EndsAtValue": "Τελειώνει στις {0}",
+ "Date": "Ημερομηνία",
+ "AirDate": "Ημερομηνία Προβολής",
+ "Played": "Έγινε Αναπαραγωγή",
+ "Daily": "Καθημερινά",
+ "Weekly": "Εβδομαδιαία",
+ "RequireHashMatch": "Να απαιτείται αντιστοίχιση hash",
+ "RequireHashMatchHelp": "Η απαίτηση ταιριάσματος hash θα φιλτράρει τους υπότιτλους ώστε να περιλαμβάνονται μόνο αυτοί που έχουν δοκιμαστεί με το ακριβές αρχείο βίντεο σας. Η απεπιλογή αυτής της επιλογής θα αυξήσει τον αριθμό των υπότιτλων που ταιριάζουν, αλλά θα αυξήσει επίσης τις πιθανότητες εμφάνισης λανθασμένου ή μη χρονισμένου κειμένου υποτίτλων.",
+ "SearchForForcedSubtitlesOnly": "Μόνο αναγκαστικοί υπότιτλοι",
+ "SearchForForcedSubtitlesOnlyHelp": "Η απαίτηση για αναγκαστικούς υπότιτλους θα περιορίσει τα αποτελέσματα σε υπότιτλους που φέρουν ετικέτα ως ξένη γλώσσα.",
+ "LastEpisodeDateAdded": "Ημερομηνία προσθήκης τελεταίου επεισοδίου",
+ "LastEpisodeDateAired": "Ημερομηνία Προβολής Τελευταίου Επεισοδίου",
+ "LabelPlaystate": "Κατάσταση αναπαραγωγής:",
+ "Studio": "Στούντιο",
+ "Tag": "Ετικέτα",
+ "EpisodeTitle": "Τίτλος Επεισοδίου",
+ "Audio": "Ήχος",
+ "Video": "Βίντεο",
+ "Subtitle": "Υπότιτλος",
+ "Image": "Εικόνα",
+ "CopyStream": "Αντιγραφή αρχικής ροής",
+ "LabelAudioLayout": "Εμφάνιση ήχου:",
+ "LabelAudioCodec": "Κωδικοποιητής ήχου:",
+ "LabelAudioLanguage": "Γλώσσα ήχου:",
+ "LabelSubtitleLanguage": "Γλώσσα υπότιτλων:",
+ "LabelVideoCodec": "Κωδικοποιητής βίντεο:",
+ "LabelSubtitleCodec": "Κωδικοποιητής υπότιτλου:",
+ "LabelParentalRating": "Γονική αξιολόγηση:",
+ "BecauseYouLikeValue": "Επειδή σας αρέσουν τα {0}",
+ "BecauseYouWatchedValue": "Επειδή παρακολουθήσατε τα {0}",
+ "DirectedByValue": "Σκηνοθεσία από {0}",
+ "StarringValue": "Πρωταγωνιστούν {0}",
+ "Invitations": "Προσκλήσεις",
+ "ActorAsRole": "ως {0}",
+ "ButtonOk": "ΟΚ",
+ "GroupItemsIntoCollections": "Ομαδοποίηση στοιχείων σε συλλογές",
+ "GroupItemsIntoCollectionsHelp": "Ομαδοποίηση στοιχείων με βάση τις συλλογές στις οποίες έχουν προστεθεί. Η ενεργοποίηση ορισμένων φίλτρων ή σειρών ταξινόμησης ενδέχεται να απενεργοποιήσει αυτόματα αυτήν την επιλογή.",
+ "GroupItemsIntoTags": "Ομαδοποίηση στοιχείων σε ετικέτες",
+ "GroupItemsIntoTagsHelp": "Ομαδοποίηση στοιχείων με βάση ετικέτες στις οποίες έχουν προστεθεί. Η ενεργοποίηση συγκεκριμένων φίλτρων ή σειρών ταξινόμησης μπορεί να το απενεργοποιήσει αυτό αυτόματα.",
+ "User": "Χρήστης",
+ "Access": "Πρόσβαση",
+ "Users": "Χρήστες",
+ "Library": "Βιβλιοθήκη",
+ "Devices": "Συσκευές",
+ "Cancel": "Ακύρωση",
+ "Restart": "Επανεκκίνηση",
+ "Shutdown": "Τερματισμός λειτουργίας",
+ "Logs": "Αρχεία καταγραφής",
+ "Visibility": "Oρατότητα",
+ "Notifications": "Ειδοποιήσεις",
+ "SendTestNotification": "Αποστολή Δοκιμαστικής Ειδοποίησης",
+ "NotificationSent": "Η ειδοποίηση απεστάλη",
+ "DeleteNotificationConfirmation": "Σίγουρα θέλετε να διαγράψετε αυτή την ειδοποίηση;",
+ "DeleteNotification": "Διαγραφή Ειδοποίησης",
+ "AddNotification": "Προσθήκη Ειδοποίησης",
+ "EditNotification": "Επεξεργασία Ειδοποίησης",
+ "LimitUserEventsTo": "Περιορισμός συμβάντων χρηστών σε:",
+ "LimitLibraryEventsTo": "Περιορισμός συμβάντων βιβλιοθήκης σε:",
+ "LimitDeviceEventsTo": "Περιορισμός συμβάντων συσκευών σε:",
+ "ForAdditionalNotificationOptions": "Πρόσθετες υπηρεσίες ειδοποιήσεων μπορούν να εγκατασταθούν από τον διαχειριστή του διακομιστή στον {0}κατάλογο προσθηκών{1} του Emby.",
+ "Plugins": "Πρόσθετα",
+ "Systems": "Συστήματα",
+ "Server": "Διακομιστής",
+ "Dashboard": "Πίνακας Ελέγχου",
+ "PlayOnAnotherDevice": "Αναπαραγωγή σε άλλη συσκευή",
+ "HeaderConnectionHelp": "Βοήθεια για τη σύνδεση",
+ "AccessRestrictedTryAgainLater": "Η πρόσβαση είναι περιορισμένη αυτήν τη στιγμή. Παρακαλώ προσπαθήστε ξανά αργότερα.",
+ "ButtonGotIt": "Το Κατάλαβα",
+ "RememberMe": "Να με θυμάσαι",
+ "EmbyServer": "Διακομιστής Emby",
+ "ManageEmbyServer": "Διαχείριση Διακομιστή Emby",
+ "ShutdownServer": "Τερματισμός λειτουργίας Διακομιστή Emby",
+ "RestartServer": "Επανεκκίνηση Διακομιστή Emby",
+ "RecordingCancelled": "Η Εγγραφή Ακυρώθηκε.",
+ "SeriesCancelled": "Η Σειρά Ακυρώθηκε.",
+ "Recording": "Εγγραφή",
+ "SeriesRecording": "Εγγραφή Σειρών",
+ "RecordingScheduled": "Η Εγγραφή Προγραμματίστηκε",
+ "SeriesRecordingScheduled": "Η Εγγραφή Σειράς Προγραμματίστηκε",
+ "HeaderNewRecording": "Νέα Εγγραφή",
+ "HeaderWakeServer": "Αφύπνιση Διακομιστή",
+ "AttemptingWakeServer": "Προσπάθεια αφύπνισης διακομιστή. Παρακαλώ περιμένετε...",
+ "WakeServerSuccess": "Επιτυχία!",
+ "HeaderCustomizeHomeScreen": "Προσαρμογή Αρχικής Οθόνης",
+ "WakeServerError": "Τα πακέτα Wake On LAN στάλθηκαν στον διακομιστή σας, αλλά δεν είναι δυνατή η σύνδεση με τον διακομιστή Emby. Το μηχάνημά σας μπορεί να χρειαστεί λίγο περισσότερο χρόνο για να ενεργοποιηθεί, ή ο διακομιστής Emby ενδέχεται να μην εκτελείται ενεργά στο μηχάνημα.",
+ "Days": "Ημέρες",
+ "Network": "Δίκτυο",
+ "Networks": "Κανάλια",
+ "SortByValue": "Ταξινόμηση κατά {0}",
+ "HeaderSortBy": "Ταξινόμηση Κατά",
+ "HeaderPhotoAlbums": "Άλμπουμ Φωτογραφιών",
+ "Photos": "Φωτογραφίες",
+ "HeaderAppearsOn": "Εμφανίζεται Σε",
+ "List": "Λίστα",
+ "HeaderRecordSeries": "Εγγραφή Σειρών",
+ "HeaderCinemaMode": "Intros Κινηματογράφου",
+ "Conversions": "Μετατροπές",
+ "Downloads": "Λήψεις",
+ "HeaderManageDownloads": "Διαχείριση Λήψεων",
+ "InternalStorage": "Εσωτερικός χώρος αποθήκευσης",
+ "ExternalStorage": "Εξωτερικός χώρος αποθήκευσης",
+ "UploadToFollowingServers": "Μεταφόρτωση στους Διακομιστές",
+ "UploadingNumItems": "Μεταφορτώνεται {0} από {1}",
+ "DownloadNumItems": "Γίνεται λήψη {0} από {1}",
+ "HeaderSampleRate": "Ρυθμός Δειγματοληψίας",
+ "HeaderReferenceFrames": "Καρέ Αναφοράς",
+ "HeaderBitDepth": "Βάθος bit",
+ "HeaderPixelFormat": "Μορφή Πίξελ",
+ "Profile": "Προφίλ",
+ "Bitrate": "Bitrate",
+ "Expand": "Επέκταση",
+ "Container": "Κοντέινερ",
+ "Format": "Μορφή",
+ "Path": "Διαδρομή",
+ "Size": "Μέγεθος",
+ "Resolution": "Ανάλυση",
+ "HeaderCodecTag": "Ετικέτα Κωδικοποιητή",
+ "Framerate": "Ρυθμός Καρέ",
+ "Interlaced": "Interlaced",
+ "Anamorphic": "Anamorphic",
+ "Level": "Επίπεδο",
+ "Timestamp": "Χρονοσήμανση",
+ "Language": "Γλώσσα",
+ "Codec": "Κωδικοποιητής",
+ "Stream": "Ροή",
+ "HeaderExtradata": "Έξτρα Δεδομένα",
+ "HeaderHardwareAcceleratedTranscoding": "Διακωδικοποίηση με Επιτάχυνση Υλικού",
+ "HeaderHardwareAcceleratedTranscodingDescription": "Εκμεταλλευτείτε την GPU του διακομιστή σας. Το Emby έχει την πιο εξελιγμένη και πιο γρήγορη επιτάχυνση υλικού στο είδος του.",
+ "HeaderOfflineDownloads": "Πολυμέσα εκτός σύνδεσης",
+ "AndMuchMoreExclamation": "Και πολλά περισσότερα!",
+ "HeaderOfflineDownloadsDescription": "Λήψη πολυμέσων στις συσκευές σας για εύκολη χρήση χωρίς σύνδεση.",
+ "LiveTvFeatureDescription": "Κάντε stream ζωντανής τηλεόρασης σε οποιαδήποτε εφαρμογή Emby, με μια συμβατή συσκευή τηλεοπτικού δέκτη εγκατεστημένη στον διακομιστή σας Emby.",
+ "DvrFeatureDescription": "Προγραμματίστε μεμονωμένες εγγραφές ζωντανής τηλεόρασης, εγγραφές σειρών και πολλά άλλα με το Emby DVR.",
+ "CinemaModeFeatureDescription": "Τα Intros Κινηματογράφου σας προσφέρουν την αληθινή κινηματογραφική εμπειρία με τρέιλερ και προσαρμοσμένα intro πριν από τη λειτουργία.",
+ "HeaderFreeApps": "Δωρεάν Εφαρμογές Emby",
+ "FreeAppsFeatureDescription": "Απολαύστε δωρεάν πρόσβαση στις εφαρμογές Emby για τις συσκευές σας.",
+ "HeaderBecomeProjectSupporter": "Αποκτήστε Emby Premiere",
+ "HeaderViewServerInfo": "Προβολή Πληροφοριών Διακομιστή",
+ "PlaybackTvModeRequiresEmbyPremiere": "Η λειτουργία αναπαραγωγής στην TV απαιτεί μια ενεργή {0}συνδρομή Emby Premiere{1}.",
+ "FeatureRequiresEmbyPremiere": "Αυτή η δυνατότητα απαιτεί μια ενεργή {0} συνδρομή Emby Premiere{1}.",
+ "HeaderConvertYourRecordings": "Μετατροπή των εγγραφών σας",
+ "Record": "Εγγραφή",
+ "Save": "Αποθήκευση",
+ "Edit": "Επεξεργασία",
+ "HeaderSavePlaylist": "Αποθήκευση Λίστας Αναπαραγωγής",
+ "Latest": "Πρόσφατα",
+ "Download": "Λήψη",
+ "Downloaded": "Λήφθηκαν",
+ "Converted": "Μετατράπηκαν",
+ "RemoveFromHistory": "Αφαίρεση από το Ιστορικό",
+ "ConfirmRemoveFromHistory": "Αφαίρεση αυτού του αντικειμένου από το ιστορικό;",
+ "Downloading": "Γίνεται λήψη",
+ "Advanced": "Για προχωρημένους",
+ "LinkedToEmbyConnect": "Συνδέεται με το Emby Connect",
+ "Delete": "Διαγραφή",
+ "Both": "Και τα δύο",
+ "LabelChannelDisplay": "Προβολή καναλιού:",
+ "HeaderDeleteItem": "Διαγραφή Αντικειμένου",
+ "HeaderDeleteUser": "Διαγραφή Χρήστη",
+ "DeleteItemConfirmation": "Σίγουρα θέλετε να διαγράψετε το {0};",
+ "DeleteUserConfirmation": "Θέλετε σίγουρα να διαγράψετε το χρήστη {0};",
+ "DeleteUsersConfirmation": "Σίγουρα θέλετε να διαγράψετε αυτούς τους {0} χρήστες;",
+ "HeaderDeleteDevice": "Διαγραφή Συσκευής",
+ "DeleteDeviceConfirmation": "Θέλετε σίγουρα να σβήσετε αυτή τη συσκευή; Θα ξαναεμφανιστεί την επόμενη φορά που κάποιος χρήστης θα συνδεθεί απο αυτήν.",
+ "ConfirmDeleteItem": "Η διαγραφή αυτού του στοιχείου θα το διαγράψει τόσο από το σύστημα αρχείων όσο και από τη βιβλιοθήκη πολυμέσων σας.",
+ "FollowingFilesWillBeDeleted": "Τα ακόλουθα αρχεία και φάκελοι θα διαγραφούν:",
+ "AreYouSureToContinue": "Είστε βέβαιοι ότι θέλετε να συνεχίσετε;",
+ "Refresh": "Ανανέωση",
+ "RefreshingMetadataDots": "Ανανέωση μεταδεδομένων...",
+ "ScanningLibraryFilesDots": "Σάρωση αρχείων βιβλιοθήκης...",
+ "HeaderFavoritesThenByChannelNumber": "Αγαπημένα. Μετά ανά Νούμερο Καναλιού",
+ "HeaderAddToCollection": "Προσθήκη στη Συλλογή",
+ "HeaderFavoritesThenByTitle": "Αγαπημένα. Μετά ανά Τίτλο",
+ "HeaderFavoritesThenByDefault": "Αγαπημένα. Μετά ανά Προεπιλεγμένη Σειρά Καναλιών",
+ "HeaderDefaultChannelOrder": "Προεπιλεγμένη Σειρά Καναλιών",
+ "HeaderAddToFavorites": "Προσθήκη στα Αγαπημένα",
+ "HeaderRemoveFromFavorites": "Αφαίρεση από τα Αγαπημένα",
+ "Favorited": "Αγαπημένο",
+ "Unfavorited": "Μη αγαπημένο",
+ "HeaderNewCollection": "Νέα Συλλογή",
+ "HeaderNewPlaylist": "Νέα Λίστα Αναπαραγωγής",
+ "AllCollections": "Όλες οι Συλλογές",
+ "AllPlaylists": "Όλες οι Λίστες Αναπαραγωγής",
+ "Create": "Δημιουργία",
+ "HeaderAddedToPlaylist": "Προστέθηκε στη Λίστα Αναπαραγωγής",
+ "HeaderAddedToCollection": "Προθήκη στη Συλλογή",
+ "OneItemAddedTo": "1 αντικείμενο προστέθηκε στο \"{0}\".",
+ "ItemsAddedTo": "{0} αντικείμενα προστέθηκαν στο \"{1}\".",
+ "HeaderAddedToPlayQueue": "Προστέθηκε στην Ουρά Αναπαραγωγής",
+ "HeaderPlayingNext": "Θα παίξει Μετά",
+ "Help": "Βοήθεια",
+ "HeaderGetHelp": "Λήψη Βοήθειας",
+ "LabelTVDisplayMode": "Enable TV display mode",
+ "Desktop": "Επιφάνεια εργασίας",
+ "Mobile": "Κινητό / Τάμπλετ",
+ "Navigation": "Πλοήγηση",
+ "HeaderVideoPlayback": "Αναπαραγωγή Βίντεο",
+ "TV": "Τηλεόραση",
+ "HeaderEmbyConnect": "Emby Connect",
+ "Seasons": "Κύκλοι",
+ "OneTrack": "1 Κομμάτι",
+ "OneSeason": "1 Κύκλος",
+ "Libraries": "Βιβλιοθήκες",
+ "NumberSeasonsValue": "{0} Κύκλοι",
+ "TVDisplayModeHelp": "Optimize the user interface on this device for display on a TV and input method with a remote control. This is generally not recommended if your primary input method is a mouse or is touch-based.",
+ "LabelDisplayLanguage": "Γλώσσα εμφάνισης:",
+ "LabelDisplayLanguageHelp": "Η μετάφραση του Emby είναι ένα συνεχιζόμενο έργο.",
+ "LearnHowYouCanContribute": "Μάθετε πώς μπορείτε να συμβάλλετε.",
+ "NewCollectionHelp": "Οι συλλογές σάς επιτρέπουν να δημιουργείτε εξατομικευμένες ομαδοποιήσεις ταινιών και άλλου περιεχομένου βιβλιοθήκης.",
+ "SearchForCollectionInternetMetadata": "Αναζήτηση στο διαδίκτυο για εικόνες και μεταδεδομένα",
+ "DisplayMissingEpisodesWithinSeasons": "Εμφάνιση επεισοδίων που λείπουν από τους κύκλους",
+ "DisplayMissingEpisodesWithinSeasonsHelp": "Αυτό πρέπει επίσης να είναι ενεργοποιημένο για τις βιβλιοθήκες τηλεόρασης στην εγκατάσταση του διακομιστή Emby.",
+ "EnableThemeSongs": "Ενεργοποίηση θεματικών τραγουδιών",
+ "EnableBackdrops": "Ενεργοποίηση Σκηνικών",
+ "EnableThemeSongsHelp": "Αν είναι ενεργό, τα τραγούδια θεμάτων θα αναπαράγονται στο παρασκήνιο κατά την περιήγηση στη βιβλιοθήκη.",
+ "EnableBackdropsHelp": "Αν είναι ενεργό, τα σκηνικά θα εμφανίζονται στο φόντο ορισμένων σελίδων κατά την περιήγηση στη βιβλιοθήκη.",
+ "EnableThemeVideos": "Ενεργοποίηση βίντεο θέματος",
+ "EnableThemeVideosHelp": "Αν είναι ενεργό, τα βίντεο θεμάτων θα αναπαράγονται στο παρασκήνιο κατά την περιήγηση στη βιβλιοθήκη.",
+ "RunAtStartup": "Εκτέλεση κατά την εκκίνηση",
+ "ServerStartup": "Εκκίνηση Διακομιστή",
+ "EmbyServerOnXHasStarted": "Ο διακομιστής Emby στο {0} ξεκίνησε.",
+ "LabelScreensaver": "Προφύλαξη οθόνης:",
+ "LabelSoundEffects": "Ηχητικά εφέ:",
+ "LabelName": "Όνομα:",
+ "NewCollectionNameExample": "Παράδειγμα: Συλλογή \"Πόλεμος των Άστρων\"",
+ "MessageItemsAdded": "Τα στοιχεία προστέθηκαν.",
+ "OptionNew": "Νέο...",
+ "LabelPlaylist": "Λίστα αναπαραγωγής:",
+ "AddToPlaylist": "Προσθήκη στη λίστα αναπαραγωγής",
+ "HeaderAddToPlaylist": "Προσθήκη στη Λίστα αναπαραγωγής",
+ "Subtitles": "Υπότιτλοι",
+ "LabelTheme": "Θέμα:",
+ "LabelSettingsTheme": "Θέμα ρυθμίσεων:",
+ "LabelThemeAccentColor": "Χρώμα έμφασης:",
+ "ThemeAccentColorDescription": "Ελέγχει το χρώμα των σημαντικών δεικτών, εικονιδίων και κειμένου.",
+ "SearchForSubtitles": "Αναζήτηση για υπότιτλους",
+ "LabelLanguage": "Γλώσσα:",
+ "Search": "Αναζήτηση",
+ "NoSubtitleSearchResultsFound": "Δεν βρέθηκαν αποτελέσματα. Έχετε ρυθμίσει τη {0}λήψη υπότιτλων{1};",
+ "NoLyricsSearchResultsFound": "Δε βρέθηκαν αποτελέσματα. Έχετε ρυθμίσει τη {0}λήψη στίχων{1};",
+ "Lyrics": "Στίχοι",
+ "SearchForLyrics": "Αναζήτηση για Στίχους",
+ "Finish": "Ολοκλήρωση",
+ "File": "Αρχείο",
+ "Exit": "Έξοδος",
+ "Sleep": "Αναστολή",
+ "Setup": "Εγκατάσταση",
+ "MessageAreYouSureDeleteSubtitles": "Είστε βέβαιοι ότι θέλετε να διαγράψετε αυτό το αρχείο υποτίτλων;",
+ "ConfirmDeletion": "Επιβεβαίωση Διαγραφής",
+ "MySubtitles": "Οι υπότιτλοι μου",
+ "MessageDownloadQueued": "Η λήψη προγραμματίστηκε.",
+ "HeaderEditSubtitles": "Επεξεργασία Υπότιτλων",
+ "UnlockGuide": "Οδηγός Ξεκλειδώματος",
+ "HeaderRefreshMetadata": "Ανανέωση Μεταδεδομένων",
+ "HeaderRefreshAllMetadata": "Ανανέωση Όλων των Μεταδεδομένων",
+ "ReplaceExistingImages": "Αντικατάσταση υπάρχουσων εικόνων",
+ "ReplaceExistingImagesHelp": "Όλες οι υπάρχουσες εικόνες θα διαγραφούν και θα ληφθούν νέες. Σε κάποιες περιπτώσεις, αυτό μπορεί να έχει σαν αποτέλεσμα λιγότερες διαθέσιμες εικόνες από πριν.",
+ "ReplaceAllMetadata": "Αντικατάσταση όλων των μεταδεδομένων",
+ "SearchForMissingMetadata": "Αναζήτηση μεταδεδομένων που λείπουν",
+ "LabelRefreshMode": "Λειτουργία ανανέωσης:",
+ "NoItemsFound": "Δεν βρέθηκαν στοιχεία.",
+ "HeaderSaySomethingLike": "Πείτε κάτι σαν...",
+ "ButtonTryAgain": "Προσπαθήστε Ξανά",
+ "HeaderYouSaid": "Είπατε...",
+ "MessageWeDidntRecognizeCommand": "Λυπούμαστε, δεν αναγνωρίσαμε αυτή την εντολή.",
+ "MessageIfYouBlockedVoice": "Αν αρνηθήκατε τη φωνητική πρόσβαση στην εφαρμογή, θα χρειαστεί να επαναρυθμίσετε τη ρύθμιση πριν δοκιμάσετε ξανά.",
+ "ValueDiscNumber": "Δίσκος {0}",
+ "Unrated": "Χωρίς Βαθμολογία",
+ "Favorite": "Αγαπημένο",
+ "Like": "Μου αρέσει",
+ "Dislike": "Δεν μου αρέσει",
+ "RefreshDialogHelp": "Τα metadata ανανεώνονται βάσει των ρυθμίσεων και των υπηρεσιών διαδικτύου που είναι ενεργοποιημένα στις ρυθμίσεις της βιβλιοθήκης του Emby.",
+ "Open": "Άνοιγμα",
+ "Play": "Αναπαραγωγή",
+ "Pause": "Παύση",
+ "HeaderPlayQueue": "Αναπαραγωγή Ουράς",
+ "HeaderAddToPlayQueue": "Προσθήκη στην Ουρά Αναπαραγωγής",
+ "Shuffle": "Ανάμιξη",
+ "Identify": "Αναγνώριση",
+ "HeaderRemoveIdentification": "Αφαίρεση Αναγνωριστικού",
+ "ResetMetadataConfirmation": "Σίγουρα θέλετε να κάνετε επαναφορά όλων των μεταδεδομένων;",
+ "HeaderEditMetadata": "Επεξεργασία Μεταδεδομένων",
+ "Convert": "Μετατροπή",
+ "Resume": "Συνέχιση",
+ "HeaderInstantMix": "Άμεση Μίξη",
+ "HeaderGoToItem": "Πήγαινε στο Στοιχείο",
+ "HeaderGoToSeason": "Πήγαινε στη Σεζόν",
+ "HeaderGoToSeries": "Πήγαινε στη Σειρά",
+ "HeaderGoToAlbum": "Πήγαινε στο Άλμπουμ",
+ "HeaderGoToArtist": "Πήγαινε στον Καλλιτέχνη",
+ "HeaderPlayAll": "Αναπαραγωγή Όλων",
+ "PictureInPicture": "Εικόνα στην εικόνα (picture in picture)",
+ "Fullscreen": "Πλήρης οθόνη",
+ "ExitFullscreen": "Έξοδος από την πλήρη οθόνη",
+ "Rewind": "Επαναφορά",
+ "FastForward": "Γρήγορη προώθηση",
+ "Remove": "Κατάργηση",
+ "Rename": "Μετονομασία",
+ "Queue": "Ουρά",
+ "QueueAllFromHere": "Τοποθέτηση στην ουρά όλων των επόμενων ",
+ "PlayAllFromHere": "Αναπαραγωγή όλων των επόμενων ",
+ "PlayFromBeginning": "Αναπαραγωγή από την αρχή",
+ "FromBeginning": "Από την Αρχή",
+ "ResumeAt": "Συνέχιση από {0}",
+ "HeaderRemoveFromPlaylist": "Κατάργηση από τη Λίστα αναπαραγωγής",
+ "HeaderRemoveFromPlayQueue": "Αφαίρεση από την Ουρά Αναπαραγωγής",
+ "HeaderRemoveFromCollection": "Κατάργηση από την Συλλογή",
+ "Sort": "Ταξινόμηση",
+ "Trailer": "Τρέιλερ",
+ "SelectNone": "Επιλογή Κανενός",
+ "SelectAll": "Επιλογή Όλων",
+ "HeaderMarkPlayed": "Σήμανση ως έχει αναπαραχθεί",
+ "HeaderMarkUnplayed": "Σήμανση ως δεν έχει αναπαραχθεί",
+ "HeaderGroupVersions": "Ομαδοποίηση Εκδόσεων",
+ "PleaseSelectTwoItems": "Επιλέξτε τουλάχιστον δύο στοιχεία.",
+ "HeaderConfirmRecordingCancellation": "Επιβεβαίωση ακύρωσης εγγραφής",
+ "MessageConfirmRecordingCancellation": "Ακύρωση εγγραφής;",
+ "Album": "Άλμπουμ",
+ "AlbumArtist": "Άλμπουμ Καλλιτέχνη",
+ "Error": "Σφάλμα",
+ "VoiceInput": "Είσοδος φωνής",
+ "LabelContentType": "Τύπος περιεχομένου:",
+ "LabelPath": "Διαδρομή:",
+ "Playlists": "Λίστες αναπαραγωγής",
+ "LabelTitle": "Τίτλος:",
+ "LabelOriginalTitle": "Πρωτότυπος τίτλος:",
+ "LabelSortTitle": "Ταξινόμηση τίτλου:",
+ "LabelDateAdded": "Ημερομηνία προσθήκης:",
+ "DateAdded": "Ημερομηνία Προσθήκης",
+ "DateModified": "Ημερομηνία Επεξεργασίας",
+ "DatePlayed": "Ημερομηνία Αναπαραγωγής",
+ "DateLastActive": "Ημερομηνία Τελευταίας Δραστηριότητας",
+ "ConfigureDateAdded": "Διαμόρφωση του τρόπου με τον οποίο προσδιορίζεται η ημερομηνία προσθήκης στον πίνακα ελέγχου του διακομιστή Emby κάτω από τις ρυθμίσεις βιβλιοθήκης",
+ "LabelStatus": "Κατάσταση:",
+ "LabelArtistsHelp": "Διαχωρισμός των πολλαπλών χρησιμοποιώντας ;",
+ "HeaderAlbumArtists": "Άλμπουμ καλλιτέχνες",
+ "LabelAlbumArtists": "Άλμπουμ καλλιτέχνες:",
+ "LabelAlbum": "Άλμπουμ:",
+ "Artist": "Καλλιτέχνης",
+ "Artists": "Καλλιτέχνες",
+ "ImdbRating": "Αξιολόγηση IMDb",
+ "CommunityRating": "Αξιολόγηση Κοινότητας",
+ "LabelCommunityRating": "Αξιολόγηση κοινότητας:",
+ "LabelCriticRating": "Αξιολόγηση κριτικών:",
+ "CriticRating": "Αξιολόγηση Κριτικών",
+ "LabelWebsite": "Ιστοσελίδα:",
+ "Tagline": "Περιγραφή",
+ "LabelOverview": "Επισκόπηση:",
+ "LabelShortOverview": "Σύντομη επισκόπηση:",
+ "LabelReleaseDate": "Ημ/νία κυκλοφορίας:",
+ "LabelPlaceOfBirth": "Τόπος γέννησης:",
+ "Aired": "Προβλήθηκε",
+ "LabelAirDays": "Ημέρες προβολής:",
+ "LabelAirTime": "Ώρα προβολής:",
+ "LabelRuntimeMinutes": "Διάρκεια (λεπτά):",
+ "LabelCustomRating": "Προσαρμοσμένη αξιολόγηση:",
+ "LabelOriginalAspectRatio": "Πρωτότυπη αναλογία διαστάσεων:",
+ "Label3DFormat": "Μορφή 3D:",
+ "FormatValue": "Μορφή: {0}",
+ "DownloadsValue": "{0} Λήψεις",
+ "HashMatch": "Αντιστοίχιση Hash",
+ "EnableExternalVideoPlayers": "Ενεργοποίηση εξωτερικών παικτών βίντεο",
+ "EnableExternalVideoPlayersHelp": "Όταν ξεκινάτε την αναπαραγωγή βίντεο, θα εμφανίζεται ένα εξωτερικό μενού παικτών.",
+ "HeaderSpecialEpisodeInfo": "Ειδικές πληροφορίες επεισοδίου",
+ "LabelAirsDuringSeason": "Προβάλλεται κατά τη διάρκεια της σεζόν:",
+ "LabelAirsAfterSeason": "Προβάλλεται μετά τον κύκλο:",
+ "LabelAirsBeforeEpisode": "Προβάλλεται πριν το επεισόδιο:",
+ "HeaderExternalIds": "Εξωτερικά ids:",
+ "HeaderDisplaySettings": "Ρυθμίσεις εμφάνισης",
+ "PlaylistOrder": "Σειρά Ταξινόμησης Λίστας Αναπαραγωγής",
+ "CollectionOrder": "Σειρά Ταξινόμησης Συλλογής",
+ "LabelDisplayOrder": "Σειρά εμφάνισης:",
+ "LabelFileOrder": "Ταξινόμηση Αρχείου:",
+ "Display": "Εμφάνιση",
+ "Countries": "Χώρες",
+ "Genres": "Είδη",
+ "Studios": "Στούντιο",
+ "Tags": "Ετικέτες",
+ "Links": "Σύνδεσμοι",
+ "Movie": "Ταινία",
+ "Program": "Πρόγραμμα",
+ "Channel": "Κανάλι",
+ "Episode": "Επεισόδιο",
+ "Season": "Σεζόν",
+ "HeaderMetadataSettings": "Ρυθμίσεις Μεταδεδομένων",
+ "People": "Πρόσωπα",
+ "Number": "Αριθμός",
+ "Lock": "Κλείδωμα",
+ "HeaderScreenLocked": "Οθόνη Κλειδωμένη",
+ "HeaderUnlockControls": "Ξεκλείδωμα πλήκτρων Ελέγχου",
+ "HeaderTapToUnlock": "Πατήστε για Ξεκλείδωμα",
+ "LabelMetadataDownloadLanguage": "Προτιμώμενη γλώσσα λήψης μεταδεδομένων:",
+ "LabelImageDownloadLanguage": "Προτιμώμενη γλώσσα μεταφόρτωσης εικόνων:",
+ "LabelLockItemToPreventChanges": "Κλείδωμα αυτού του στοιχείου για αποτροπή μελλοντικών αλλαγών",
+ "LockThisField": "Κλείδωμα αυτού του πεδίου για αποτροπή μελλοντικών αλλαγών κατά την ανανέωση των μεταδεδομένων",
+ "MessageLeaveEmptyToInherit": "Αφήστε κενό για να κληρονομήσετε τις ρυθμίσεις από ένα γονικό στοιχείο ή την παγκόσμια προεπιλεγμένη τιμή.",
+ "LabelCountry": "Χώρα:",
+ "LabelCertificationCountry": "Χώρα πιστοποίησης",
+ "CertificationCountryHelp": "Αυτό θα επηρεάσει πιο σύστημα αξιολόγησης περιεχομένου χρησιμοποιείται.",
+ "LabelDynamicExternalId": "{0} Id:",
+ "LabelBirthYear": "Έτος γέννησης:",
+ "LabelBirthDate": "Ημερομηνία γέννησης:",
+ "LabelDeathDate": "Ημερομηνία θανάτου:",
+ "LabelEndDate": "Ημερομηνία λήξης:",
+ "LabelSeasonNumber": "Αριθμός κύκλου:",
+ "LabelEpisodeNumber": "Αριθμός επεισοδίου:",
+ "LabelTrackNumber": "Αριθμός κομματιού:",
+ "LabelNumber": "Αριθμός:",
+ "LabelDiscNumber": "Αριθμός δίσκου:",
+ "LabelParentNumber": "Γονικός αριθμός:",
+ "SortName": "Σύντομος Τίτλος",
+ "OriginalTitle": "Πρωτότυπος Τίτλος",
+ "ReleaseDate": "Ημερομηνία Κυκλοφορίας",
+ "Continuing": "Συνεχίζεται",
+ "Ended": "Τελείωσε",
+ "HeaderEnabledFields": "Ενεργοποιημένα πεδία",
+ "HeaderEnabledFieldsHelp": "Αποεπιλέξτε ένα πεδίο για να το κλειδώσετε και να αποτρέψετε την αλλαγή των δεδομένων του.",
+ "Backdrops": "Σκηνικά",
+ "Images": "Εικόνες",
+ "Runtime": "Διάρκεια",
+ "ProductionLocations": "Τοποθεσίες γυρισμάτων",
+ "BirthLocation": "Τόπος γέννησης:",
+ "ParentalRating": "Γονική Αξιολόγηση",
+ "PlayCount": "Πλήθος αναπαραγωγής",
+ "Name": "Όνομα",
+ "Overview": "Επισκόπηση",
+ "LabelType": "Τύπος:",
+ "LabelPersonRole": "Ρόλος:",
+ "LabelPersonRoleHelp": "Παράδειγμα: οδηγός φορτηγού παγωτού",
+ "Actor": "Ηθοποιός",
+ "Composers": "Συνθέτες",
+ "Composer": "Συνθέτης",
+ "Director": "Σκηνοθέτης",
+ "GuestStar": "Φιλική συμμετοχή",
+ "Producer": "Παραγωγός",
+ "Writer": "Σεναριογράφος",
+ "MessageNoSyncJobsFound": "Δεν βρέθηκαν λήψεις. Δημιουργήστε εργασίες λήψης χρησιμοποιώντας τα κουμπιά λήψης που βρίσκονται σε ολόκληρη την εφαρμογή.",
+ "MessageNoDownloadsFound": "Δεν υπάρχουν λήψεις χωρίς σύνδεση. Κατεβάστε τα πολυμέσα σας για χρήση χωρίς σύνδεση κάνοντας κλικ στο κουμπί λήψη σε όλη την εφαρμογή.",
+ "InstallingPackage": "Γίνεται εγκατάσταση {0}",
+ "PackageInstallCompleted": "ολοκληρώθηκε η εγκατάσταση του {0}.",
+ "PackageInstallFailed": "η εγκατάσταση του {0} απέτυχε.",
+ "PackageInstallCancelled": "ακυρώθηκε η εγκατάσταση του {0}.",
+ "SeriesYearToPresent": "{0} - Σήμερα",
+ "OneDevice": "1 Συσκευή",
+ "DeviceCountValue": "{0} Συσκευές",
+ "OneLog": "1 Καταγραφή",
+ "LogCountValue": "{0} Καταγραφές",
+ "OneVote": "1 Ψήφος",
+ "VoteCountValue": "{0} Ψήφοι",
+ "OneLike": "1 Μου αρέσει",
+ "LikeCountValue": "{0} Μου αρέσει",
+ "OneUser": "1 Χρήστης",
+ "UserCountValue": "{0} Χρήστες",
+ "OneLibrary": "1 Βιβλιοθήκη",
+ "LibraryCountValue": "{0} Βιβλιοθήκες",
+ "ValueOneItem": "1 Αντικείμενο",
+ "ValueOneEpisode": "1 επεισόδιο",
+ "ValueEpisodeCount": "{0} επεισόδια",
+ "Albums": "Άλμπουμ",
+ "Song": "Τραγούδι",
+ "Songs": "Τραγούδια",
+ "Authors": "Συντάκτες",
+ "Books": "Βιβλία",
+ "AudioBooks": "Ηχητικά βιβλία",
+ "HeaderAudioBooks": "Ηχητικά Βιβλία",
+ "HeaderAudioBook": "Ηχητικό Βιβλίο",
+ "HeaderIdentifyItemHelp": "Εισαγάγετε ένα ή περισσότερα κριτήρια αναζήτησης. Κατάργηση κριτηρίων για την αύξηση των αποτελεσμάτων αναζήτησης.",
+ "PleaseEnterNameOrId": "Εισαγάγετε ένα όνομα ή ένα εξωτερικό αναγνωριστικό.",
+ "MessageItemSaved": "Το στοιχείο αποθηκεύτηκε.",
+ "SearchResults": "Αποτελέσματα αναζήτησης",
+ "ServerNameIsRestarting": "Ο διακομιστής Emby - {0} επανεκκινεί.",
+ "ServerNameIsShuttingDown": "Ο διακομιστής Emby - {0} τερματίζεται.",
+ "HeaderDeleteItems": "Διαγραφή στοιχείων",
+ "ConfirmDeleteItems": "Η διαγραφή αυτών των στοιχείων θα τα διαγράψει τόσο από το σύστημα αρχείων όσο και από τη βιβλιοθήκη πολυμέσων σας.",
+ "PleaseRestartServerName": "Παρακαλώ κάντε επανεκκίνηση του διακομιστή Emby σε {0}.",
+ "ConvertingDots": "Μετατροπή...",
+ "LabelSyncNoTargetsHelp": "Φαίνεται ότι δεν διαθέτετε επί του παρόντος εφαρμογές που υποστηρίζουν λήψη χωρίς σύνδεση.",
+ "DownloadingDots": "Λήψη...",
+ "LearnMore": "Μάθετε περισσότερα",
+ "LabelBitrateMbps": "Ρυθμός δειγματοληψίας (Bitrate Mbps):",
+ "ConvertUnwatchedVideosOnly": "Μετατροπή μόνο των βίντεο που δεν έχουν αναπαραχθεί",
+ "SyncUnwatchedVideosOnly": "Λήψη μόνο των βίντεο που δεν έχουν αναπαραχθεί",
+ "ConvertUnwatchedVideosOnlyHelp": "Μόνο τα βίντεο που δεν είναι σημειωμένα ότι έχουν πλήρως αναπαραχθεί θα μετατραπούν.",
+ "SyncUnwatchedVideosOnlyHelp": "Θα ληφθούν μόνο τα βίντεο που δεν έχουν επισημανθεί ως πλήρως αναπαραγμένα, και τα βίντεο θα διαγράφονται από τη συσκευή όταν θα ολοκληρωθεί πλήρως η αναπαραγωγή.",
+ "AutomaticallySyncNewContent": "Αυτόματη λήψη νέου περιεχομένου",
+ "AutomaticallySyncNewContentHelp": "Το νέο περιεχόμενο που προστίθεται σε αυτόν το φάκελο θα ληφθεί αυτόματα στη συσκευή.",
+ "AutomaticallyConvertNewContent": "Αυτόματη μετατροπή νέου περιεχομένου",
+ "AutomaticallyConvertNewContentHelp": "Το νέο περιεχόμενο που προστίθεται σε αυτόν το φάκελο θα μετατραπεί αυτόματα.",
+ "LabelItemLimit": "Όριο στοιχείου:",
+ "ConvertItemLimitHelp": "Προαιρετικό. Ορίστε ένα όριο στον αριθμό των στοιχείων που θα μετατραπούν.",
+ "DownloadItemLimitHelp": "Προαιρετικό. Ορίστε ένα όριο στον αριθμό των στοιχείων που θα ληφθούν.",
+ "PleaseSelectDeviceToSyncTo": "Παρακαλώ επιλέξτε μια συσκευή για την οποία θέλετε να κάνετε λήψη.",
+ "Screenshots": "Στιγμιότυπα οθόνης",
+ "MoveRight": "Μετακίνηση δεξιά",
+ "MoveLeft": "Μετακίνηση αριστερά",
+ "HeaderUploadNewImage": "Μεταφόρτωση Νέας Εικόνας",
+ "HeaderDeleteImage": "Διαγραφή Εικόνας",
+ "ConfirmDeleteImage": "Διαγραφή εικόνας;",
+ "HeaderEditImages": "Επεξεργασία εικόνων",
+ "Settings": "Ρυθμίσεις",
+ "ShowIndicatorsFor": "Εμφάνιση Δεικτών",
+ "Episodes": "Επεισόδια",
+ "Programs": "Προγράμματα",
+ "HeaderCastCrew": "Ηθοποιοί & Συντελεστές",
+ "DvrSubscriptionRequired": "Το Emby Live TV & DVR απαιτεί μια ενεργή συνδρομή {0} Emby Premiere {1}.",
+ "HeaderCancelRecording": "Ακύρωση Εγγραφής",
+ "HeaderKeepRecording": "Διατήρηση ΅Εγγραφής",
+ "HeaderCancelSeries": "Ακύρωση Σειράς",
+ "HeaderKeepSeries": "Διατήρηση Σειράς",
+ "HeaderLearnMore": "Μάθετε Περισσότερα",
+ "SeriesSettings": "Ρυθμίσεις Σειράς",
+ "HeaderRecordingOptions": "Επιλογές Εγγραφής",
+ "HeaderDoNotRecord": "Να μην γίνει εγγραφή",
+ "HeaderSeriesOptions": "Επιλογές Σειράς",
+ "Layout": "Εμφάνιση",
+ "Channels": "Κανάλια",
+ "ChannelNameOnly": "Μόνο το κανάλι {0}",
+ "Anytime": "Οποτεδήποτε",
+ "AnyLanguage": "Οποιαδήποτε γλώσσα",
+ "AroundTime": "Γύρω από το {0}",
+ "HeaderLatestMovies": "Τελευταίες ταινίες",
+ "All": "Όλα",
+ "Stop": "Διακοπή",
+ "AllChannels": "Όλα τα κανάλια",
+ "NewEpisodesOnly": "Μόνο νέα επεισόδια",
+ "AllEpisodes": "Όλα τα επεισόδια",
+ "LabelStartWhenPossible": "Έναρξη όταν είναι δυνατόν:",
+ "LabelStopWhenPossible": "Διακοπή όταν είναι δυνατόν:",
+ "MinutesBefore": "λεπτά πριν",
+ "MinutesAfter": "λεπτά μετά",
+ "SkipEpisodesAlreadyInMyLibrary": "Να μην γίνεται εγγραφή επεισοδίων που βρίσκονται ήδη στη βιβλιοθήκη μου",
+ "SkipEpisodesAlreadyInMyLibraryHelp": "Τα επεισόδια θα συγκριθούν με τους αριθμούς κύκλου και επεισοδίων, όταν είναι διαθέσιμοι.",
+ "LabelKeepUpTo": "Διατήρηση μέχρι:",
+ "AsManyAsPossible": "Όσο το δυνατόν περισσότερα",
+ "DefaultErrorMessage": "Παρουσιάστηκε σφάλμα κατά την επεξεργασία του αιτήματος. Παρακαλώ προσπαθήστε ξανά αργότερα.",
+ "UntilIDelete": "Μέχρι να το διαγράψω",
+ "UntilSpaceNeeded": "Μέχρι να χρειαστεί χώρος",
+ "Categories": "Κατηγορίες",
+ "Sports": "Αθλητικά",
+ "News": "Ειδήσεις",
+ "Movies": "Ταινίες",
+ "Music": "Μουσική",
+ "Kids": "Παιδικά",
+ "MoreFromValue": "Περισσότερα από {0}",
+ "DiedValue": "Πέθανε: {0}",
+ "BornValue": "Γεννήθηκε: {0}",
+ "EnableColorCodedBackgrounds": "Ενεργοποίηση χρωματικών φόντων (backgrounds) στις σειρές, βασισμένων στην κατηγορία τους",
+ "SortChannelsBy": "Ταξινόμηση Καναλιών κατά:",
+ "ChannelNumber": "Αριθμός Καναλιού",
+ "HeaderBenefitsEmbyPremiere": "Οφέλη από το Emby Premiere",
+ "ThankYouForTryingEnjoyOneMinute": "Απολαύστε ένα λεπτό αναπαραγωγής. Σας ευχαριστούμε που δοκιμάσατε το Emby.",
+ "HeaderTryPlayback": "Δοκιμάστε την αναπαραγωγή",
+ "HowDidYouPay": "Πώς πληρώσατε;",
+ "IHaveEmbyPremiere": "Έχω Emby Premiere",
+ "IPurchasedThisApp": "Αγόρασα αυτήν την εφαρμογή",
+ "ButtonRestorePreviousPurchase": "Επαναφορά Αγοράς",
+ "ButtonUnlockWithPurchase": "Ξεκλείδωμα με Αγορά",
+ "ButtonUnlockPrice": "Ξεκλείδωμα {0}",
+ "EmbyPremiereMonthlyWithPrice": "Μηνιαίο Emby Premiere {0}",
+ "HeaderAlreadyPaid": "Έχετε ήδη πληρώσει;",
+ "ButtonPlayOneMinute": "Αναπαραγωγή για ένα λεπτό",
+ "PlaceFavoriteChannelsAtBeginning": "Τοποθέτηση των αγαπημένων καναλιών στην αρχή",
+ "HeaderUnlockFeature": "Ξεκλείδωμα λειτουργίας",
+ "MessageDidYouKnowCinemaMode": "Γνωρίζατε ότι με το Emby Premiere, μπορείτε να βελτιώσετε την εμπειρία σας με λειτουργίες όπως τα Intros Κινηματογράφου;",
+ "HeaderPlayMyMedia": "Αναπαραγωγή των πολυμέσων μου",
+ "HeaderDiscoverEmbyPremiere": "Ανακαλύψτε το Emby Premiere",
+ "HeaderNowPlaying": "Παίζουν τώρα",
+ "Items": "Στοιχεία",
+ "AppName": "Όνομα Εφαρμογής",
+ "OneChannel": "Ένα κανάλι",
+ "ConfirmRemoveDownload": "Κατάργηση λήψης;",
+ "ConfirmRemoveItem": "Αφαίρεση αντικειμένου;",
+ "RemoveDownload": "Κατάργηση Λήψης",
+ "ConfirmCancelConversion": "Ακύρωση μετατροπής;",
+ "CancelConversion": "Ακύρωση Μετατροπής",
+ "KeepDownload": "Διατήρηση λήψης",
+ "AddedOnValue": "Προστέθηκαν {0}",
+ "RemovingFromDevice": "Κατάργηση από τη συσκευή",
+ "KeepOnDevice": "Διατήρηση στη συσκευή",
+ "CancelDownload": "Ακύρωση λήψης",
+ "SyncJobItemStatusReadyToTransfer": "Έτοιμο για μεταφορά",
+ "SyncJobItemStatusSyncedMarkForRemoval": "Καταργείται από τη συσκευή",
+ "SyncJobItemStatusQueued": "Προστέθηκε στην ουρά",
+ "SyncJobItemStatusConverting": "Γίνεται μετατροπή",
+ "SyncJobItemStatusTransferring": "Γίνεται μεταφορά",
+ "SyncJobItemStatusSynced": "Έγινε λήψη",
+ "Failed": "Απέτυχε",
+ "SyncJobItemStatusRemovedFromDevice": "Καταργήθηκε από τη συσκευή",
+ "Cancelled": "Ακυρώθηκε",
+ "Retry": "Επανάληψη",
+ "Continue": "Συνέχεια",
+ "ContinueInSecondsValue": "Συνεχίστε σε {0} δευτερόλεπτα.",
+ "HeaderRemoteControl": "Τηλεχειριστήριο",
+ "Disconnect": "Αποσύνδεση",
+ "EnableDisplayMirroring": "Ενεργοποίηση κατοπτρισμού οθόνης",
+ "RemoteAccess": "Απομακρυσμένη Πρόσβαση",
+ "HeaderPlayOn": "Αναπαραγωγή σε",
+ "Quality": "Ποιότητα",
+ "Auto": "Αυτόματο",
+ "AndroidUnlockRestoreHelp": "Για να επαναφέρετε την προηγούμενη αγορά σας, βεβαιωθείτε ότι έχετε συνδεθεί στη συσκευή με τον ίδιο λογαριασμό Google (ή Amazon) που πραγματοποιήσατε αρχικά την αγορά. Βεβαιωθείτε ότι το κατάστημα εφαρμογών (app store) είναι ενεργοποιημένο και δεν περιορίζεται από κανένα γονικό έλεγχο και βεβαιωθείτε ότι έχετε ενεργή σύνδεση στο διαδίκτυο. Θα χρειαστεί να το κάνετε μόνο μία φορά για να επαναφέρετε την προηγούμενη αγορά σας.",
+ "HeaderAspectRatio": "Αναλογία Διαστάσεων",
+ "Original": "Πρωτότυπο (Original)",
+ "Fill": "Γέμισμα (Fill)",
+ "Cover": "Εξώφυλλο",
+ "MessageNoServersAvailableToConnect": "Δεν υπάρχουν διαθέσιμοι διακομιστές για σύνδεση. Αν έχετε προσκληθεί να μοιραστείτε ένα διακομιστή, φροντίστε να το αποδεχτείτε παρακάτω ή κάνοντας κλικ στο σύνδεσμο στο μήνυμα ηλεκτρονικού ταχυδρομείου.",
+ "MessagePlayAccessRestricted": "Η αναπαραγωγή αυτού του περιεχομένου είναι περιορισμένη αυτήν τη στιγμή. Για περισσότερες πληροφορίες, επικοινωνήστε με το διαχειριστή του διακομιστή Emby.",
+ "Accept": "Αποδοχή",
+ "Reject": "Απόρριψη",
+ "Connect": "Σύνδεση",
+ "HeaderMyMedia": "Τα πολυμέσα μου",
+ "HeaderMyMediaSmall": "Τα Πολυμέσα μου (μικρά)",
+ "LatestFromLibrary": "Τελευταία {0}",
+ "HeaderLatestEpisodes": "Τελευταία επεισόδια",
+ "ContinuePlaying": "Συνέχιση αναπαραγωγής",
+ "ContinueWatching": "Συνέχιση παρακολούθησης",
+ "HeaderLatestChannelMedia": "Τελευταία στοιχεία καναλιού",
+ "HeaderContinueWatching": "Συνέχιση Παρακολούθησης",
+ "HeaderContinueListening": "Συνέχιση Ακρόασης",
+ "HeaderActiveRecordings": "Ενεργές εγγραφές",
+ "HeaderLatestRecordings": "Τελευταίες εγγραφές",
+ "LabelConvertTo": "Μετατροπή σε:",
+ "LabelDownloadTo": "Λήψη στο:",
+ "HeaderDownloadToDots": "Λήψη στο...",
+ "Next": "Επόμενο",
+ "LabelSource": "Πηγή:",
+ "VersionNumber": "Έκδοση {0}",
+ "HeaderAllLanguages": "Όλες οι γλώσσες",
+ "Previous": "Προηγούμενο",
+ "HeaderNextUp": "Επόμενα για αναπαραγωγή",
+ "HeaderPlayNextUp": "Αναπαραγωγή Επόμενου",
+ "HeaderLatestFrom": "Τελευταία από {0}",
+ "LabelHomeScreenSectionValue": "Ενότητα αρχικής οθόνης {0}:",
+ "PasswordResetComplete": "Έγινε επαναφορά του κωδικού πρόσβασης.",
+ "PasswordSaved": "Ο κωδικός πρόσβασης αποθηκεύτηκε.",
+ "SettingsSaved": "Οι ρυθμίσεις αποθηκεύτηκαν.",
+ "Upcoming": "Επερχόμενα",
+ "HeaderSelectImageFile": "Επιλογή Αρχείου Εικόνας",
+ "None": "Κανένα",
+ "More": "Περισσότερα ",
+ "Up": "Επάνω",
+ "Down": "Κάτω",
+ "Home": "Αρχική",
+ "Back": "Πίσω",
+ "Random": "Τυχαίο",
+ "Playback": "Αναπαραγωγή",
+ "Favorites": "Αγαπημένα",
+ "HeaderHomeScreen": "Αρχική οθόνη",
+ "HeaderLatestChannelItems": "Τελευταία στοιχεία καναλιού",
+ "HeaderLibraryOrder": "Σειρά βιβλιοθήκης",
+ "HeaderOnNow": "Τώρα",
+ "HeaderForKids": "Για τα παιδιά",
+ "HeaderPlaybackError": "Σφάλμα αναπαραγωγής",
+ "PlaybackErrorNotAllowed": "Αυτή τη στιγμή δεν έχετε εξουσιοδότηση για την αναπαραγωγή αυτού του περιεχομένου. Για λεπτομέρειες, επικοινωνήστε με το διαχειριστή του συστήματός σας.",
+ "RateLimitExceeded": "Ο λογαριασμός σας υπερέβει το μέγιστο όριο streaming που έχει οριστεί από το διαχειριστή του διακομιστή Emby. Παρακαλώ επικοινωνήστε μαζί του για βοήθεια.",
+ "PlaybackErrorNoCompatibleStream": "Δεν υπάρχουν διαθέσιμες συμβατές ροές αυτήν τη στιγμή. Προσπαθήστε ξανά αργότερα ή επικοινωνήστε με το διαχειριστή του συστήματός σας για λεπτομέρειες.",
+ "PlaybackErrorPlaceHolder": "Τοποθετήστε το δίσκο για να γίνει αναπαραγωγή αυτού του βίντεο.",
+ "PlaybackErrorNoPlayableItems": "Δεν βρέθηκαν αντικείμενα που να μπορούν να αναπαραχθούν. Μήπως προσπαθείτε να αναπαράγετε αντικείμενα από έναν άδειο φάκελο;",
+ "Guide": "Οδηγός",
+ "Games": "Παιχνίδια",
+ "GameSystem": "Σύστημα Παιχνιδιού",
+ "Suggestions": "Προτάσεις",
+ "HeaderFavoriteChannels": "Αγαπημένα Κανάλια",
+ "HeaderFavoriteCollections": "Αγαπημένες συλλογές",
+ "HeaderFavoritePlaylists": "Αγαπημένες λίστες αναπαραγωγής",
+ "Collection": "Συλλογή",
+ "Collections": "Συλλογές",
+ "LabelSelectFolderGroups": "Αυτόματη ομαδοποίηση περιεχομένου από τους ακόλουθους φακέλους σε προβολές όπως ταινίες, μουσική και τηλεόραση:",
+ "LabelSelectFolderGroupsHelp": "Οι φάκελοι που δεν έχουν επιλεγεί θα εμφανίζονται από μόνοι τους στη δική τους προβολή.",
+ "Mute": "Σίγαση",
+ "Unmute": "Κατάργηση σίγασης",
+ "Folder": "Φάκελος",
+ "Folders": "Φάκελοι",
+ "FileName": "Όνομα Αρχείου",
+ "DisplayInOtherHomeScreenSections": "Εμφάνιση στα δευτερεύοντα τμήματα της αρχικής οθόνης, όπως τα πρόσφατα πολυμέσα και το συνεχίστε να παρακολουθείτε",
+ "DisplayInMyMedia": "Εμφάνιση στην αρχική οθόνη",
+ "Shows": "Σειρές",
+ "MoviesAndShows": "Ταινίες & Σειρές",
+ "HeaderMusicVideo": "Μουσικό Βίντεο",
+ "HeaderMusicVideos": "Μουσικά Βίντεο",
+ "MusicVideos": "Μουσικά βίντεο",
+ "Videos": "Βίντεο",
+ "MixedContent": "Μεικτό περιεχόμενο",
+ "HomeVideos": "Προσωπικά βίντεο",
+ "HomeVideosAndPhotos": "Προσωπικά βίντεο & φωτογραφίες",
+ "TVShows": "Τηλεοπτικές σειρές",
+ "HeaderLibraryFolders": "Φάκελοι βιβλιοθήκης",
+ "HeaderTermsOfPurchase": "Όροι αγοράς",
+ "PrivacyPolicy": "Πολιτική απορρήτου",
+ "TermsOfUse": "Όροι χρήσης",
+ "HeaderRepeatMode": "Λειτουργία Επανάληψης",
+ "HeaderToneMapping": "Tone Mapping",
+ "RepeatOne": "Επανάληψη ενός",
+ "RepeatAll": "Επανάληψη όλων",
+ "LabelDefaultScreen": "Προεπιλεγμένη οθόνη:",
+ "ConfirmEndPlayerSession": "Θέλετε να τερματίσετε τον Emby στο {0};",
+ "Yesterday": "Εχθές",
+ "Yes": "Ναι",
+ "No": "Όχι",
+ "HeaderScanLibraryFiles": "Σάρωση Αρχείων Βιβλιοθήκης",
+ "LiveTV": "Ζωντανή τηλεόραση",
+ "Schedule": "Πρόγραμμα",
+ "Recordings": "Εγγραφές",
+ "ScanForNewAndUpdatedFiles": "Σάρωση για νέα και ενημερωμένα αρχεία",
+ "NewVersionOfXAvailableForY": "{0} είναι Διαθέσιμη για {1}",
+ "DirectStreamHelp1": "Το πολυμέσο είναι συμβατό με τη συσκευή σε σχέση με την ανάλυση και τον τύπο πολυμέσου (H.264, AC3 κ.λπ.), αλλά βρίσκεται σε μη συμβατό περιέκτη αρχείων (container) (.mkv, .avi, .wmv, κ.λπ.). Το βίντεο θα συσκευαστεί (re-packaged) εκ νέου, πριν μεταφερθεί (streaming) στη συσκευή.",
+ "DirectStreamHelp2": "Η άμεση ροή (direct streaming) ενός αρχείου χρησιμοποιεί πολύ λίγη επεξεργαστική ισχύ χωρίς καμία απώλεια στην ποιότητα του βίντεο.",
+ "MediaIsBeingConverted": "Το μέσο μετατρέπεται σε μορφή που είναι συμβατή με τη συσκευή που αναπαράγει το μέσο.",
+ "StatsForNerds": "Στατιστικά για σπασίκλες",
+ "HeaderHardwareAcceleratedDecoding": "Αποκωδικοποίηση με Επιτάχυνση Υλικού",
+ "HeaderHardwareAcceleratedEncoding": "Κωδικοποίηση με Επιτάχυνση Υλικού",
+ "HeaderDirectPlay": "Απευθείας Αναπαραγωγή",
+ "DirectPlaying": "Απευθείας αναπαραγωγή (direct playing)",
+ "DirectStreaming": "Άμεση ροή (direct streaming)",
+ "Transcode": "Transcode",
+ "Transcoding": "Διακωδικοποίηση (transcoding)",
+ "ContainerBitrateExceedsLimit": "Μείωση του ρυθμού μετάδοσης πολυμέσου (bitrate) λόγω ρύθμισης ποιότητας",
+ "VideoCodecNotSupported": "Μετατροπή του βίντεο σε συμβατό κωδικοποιητή (codec)",
+ "AudioCodecNotSupported": "Μετατροπή του ήχου σε συμβατό κωδικοποιητή (codec)",
+ "SubtitleCodecNotSupported": "Μετατροπή των υποτίτλων απευθείας στο βίντεο",
+ "DirectPlayError": "Ανάκτηση από σφάλμα αναπαραγωγής",
+ "ContainerNotSupported": "Μετατροπή σε συμβατό τύπο αρχείου (container)",
+ "VideoLevelNotSupported": "Μετατροπή σε συμβατό επίπεδο βίντεο",
+ "AudioBitrateNotSupported": "Μετατροπή σε συμβατό ρυθμό bit ήχου (audio bitrate)",
+ "AudioChannelsNotSupported": "Μετατροπή σε συμβατό αριθμό καναλιών ήχου (audio channels)",
+ "VideoResolutionNotSupported": "Μετατροπή σε συμβατή ανάλυση βίντεο",
+ "AudioProfileNotSupported": "Μετατροπή σε συμβατό προφίλ ήχου",
+ "AudioSampleRateNotSupported": "Μετατροπή σε συμβατό ρυθμό δειγματοληψίας ήχου (audio sample rate)",
+ "AnamorphicVideoNotSupported": "Το αναμορφικό βίντεο (anamorphic video) δεν υποστηρίζεται",
+ "InterlacedVideoNotSupported": "Απελευθέρωση από την αλληλοκατάραξη του βίντεο",
+ "SecondaryAudioNotSupported": "Επιλογή δευτερεύοντος ήχου",
+ "ExternalAudioNotSupported": "Selecting external audio track",
+ "ErrorRemovingEmbyConnectAccount": "Παρουσιάστηκε σφάλμα κατά την κατάργηση του λογαριασμού Emby Connect. Βεβαιωθείτε ότι έχετε ενεργή σύνδεση στο internet και προσπαθήστε ξανά.",
+ "HeaderEmbyAccountRemoved": "Ο λογαριασμός Emby καταργήθηκε",
+ "MessageEmbyAccontRemoved": "Ο λογαριασμός Emby καταργήθηκε από αυτόν τον χρήστη.",
+ "HeaderInvitationSent": "Η πρόσκληση εστάλη",
+ "Offline": "Εκτός Σύνδεσης",
+ "HeaderSignUp": "Εγγραφή",
+ "ServerDownloadMessage": "Για λήψη και εγκατάσταση του δωρεάν Διακομιστή Emby επισκεφτείτε το {0}",
+ "ServerDownloadMessageWithoutLink": "Για να κατεβάσετε και να εγκαταστήσετε το δωρεάν διακομιστή Emby επισκεφθείτε την ιστοσελίδα Emby.",
+ "MessageInvitationSentToUser": "Έγινε αποστολή ενός μηνύματος ηλεκτρονικού ταχυδρομείου στο {0}, καλώντας τους να αποδεχθούν την πρόσκληση σας για κοινή χρήση.",
+ "MessageInvitationSentToNewUser": "Έγινε αποστολή ενός μηνύματος ηλεκτρονικού ταχυδρομείου στο {0}, καλώντας τους να εγγραφούν στο Emby.",
+ "GuestUserNotFound": "Ο χρήστης δεν βρέθηκε. Βεβαιωθείτε ότι το όνομα είναι σωστό και δοκιμάστε ξανά ή δοκιμάστε να εισαγάγετε τη διεύθυνση ηλεκτρονικού ταχυδρομείου τους.",
+ "ErrorReachingEmbyConnect": "Παρουσιάστηκε ένα σφάλμα στο διακομιστή Emby Connect. Βεβαιωθείτε ότι έχετε μια ενεργή σύνδεση στο Internet και προσπαθήστε ξανά.",
+ "ErrorAddingEmbyConnectAccount1": "Παρουσιάστηκε ένα σφάλμα κατά την προσθήκη του λογαριασμού Emby Connect. Έχετε δημιουργήσει έναν λογαριασμό Emby; Εγγραφείτε στο {0}.",
+ "ErrorAddingEmbyConnectAccount2": "Εάν εξακολουθείτε να αντιμετωπίζετε κάποιο πρόβλημα, παρακαλώ στείλτε ένα μήνυμα ηλεκτρονικού ταχυδρομείου στο {0} από τη διεύθυνση ηλεκτρονικού ταχυδρομείου που χρησιμοποιείται με το λογαριασμό Emby.",
+ "ErrorAddingGuestAccount1": "Παρουσιάστηκε ένα σφάλμα κατά την προσθήκη του λογαριασμού Emby Connect. Έχει ο φιλοξενούμενος σας δημιουργήσει έναν λογαριασμό Emby; Μπορούν να εγγραφούν στο {0}.",
+ "ErrorAddingGuestAccount2": "Εάν εξακολουθείτε να αντιμετωπίζετε κάποιο πρόβλημα, παρακαλώ στείλτε ένα μήνυμα ηλεκτρονικού ταχυδρομείου στο {0} και συμπεριλάβετε τη διεύθυνση ηλεκτρονικού ταχυδρομείου σας καθώς και τη δική τους.",
+ "MessageEmbyAccountAdded": "Ο λογαριασμός Emby έχει προστεθεί σε αυτόν τον χρήστη.",
+ "MessagePendingEmbyAccountAdded": "Ο λογαριασμός Emby έχει προστεθεί σε αυτόν τον χρήστη. Θα σταλεί ένα μήνυμα ηλεκτρονικού ταχυδρομείου στον κάτοχο του λογαριασμού. Η πρόσκληση θα πρέπει να επιβεβαιωθεί κάνοντας κλικ σε ένα σύνδεσμο μέσα στο email.",
+ "HeaderEmbyAccountAdded": "Ο λογαριασμός Emby προστέθηκε",
+ "Skip": "Παράλειψη",
+ "HeaderAdditionalParts": "Πρόσθετα μέρη",
+ "ButtonGenerateNewPin": "Δημιουργία νέου Pin",
+ "ConnectLoginHelp1": "Με το Emby Connect μπορείτε εύκολα να έχετε πρόσβαση στον διακομιστής σας Emby όπου και αν βρίσκεστε και να μοιράζεστε διακομιστές με την οικογένεια και τους φίλους σας.",
+ "CreatePinErrorMessage": "Παρουσιάστηκε σφάλμα κατά τη δημιουργία κωδικού pin. Κάντε κλικ στην επιλογή Δημιουργία Νέου Pin για να προσπαθήσετε ξανά.",
+ "PinExpiredMessage": "Ο κωδικός pin έχει λήξει. Κάντε κλικ στην επιλογή Δημιουργία Νέου Pin για να προσπαθήσετε ξανά.",
+ "ConnectPinCodeHeader": "Για να συνδεθείτε με το Emby Connect, χρησιμοποιήστε μια κινητή συσκευή ή έναν υπολογιστή για να επισκεφτείτε το {0} και πληκτρολογήστε τον ακόλουθο κωδικό pin:",
+ "LabelSubtitlePlaybackMode": "Λειτουργία υπότιτλων:",
+ "ErrorDeletingItem": "Παρουσιάστηκε σφάλμα κατά τη διαγραφή του στοιχείου από τον διακομιστή Emby. Βεβαιωθείτε ότι ο διακομιστής Emby έχει πρόσβαση εγγραφής (write access) στο φάκελο πολυμέσων και προσπαθήστε ξανά.",
+ "NoSubtitles": "Χωρίς υπότιτλους",
+ "Default": "Προεπιλογή",
+ "Absolute": "Απόλυτο",
+ "Smart": "Έξυπνο",
+ "Small": "Μικρό",
+ "Smaller": "Μικρότερο",
+ "Medium": "Μεσαίο",
+ "Large": "Μεγάλο",
+ "Larger": "Μεγαλύτερα",
+ "ExtraLarge": "Πολύ μεγάλο",
+ "ExtraSmall": "Πολύ μικρά",
+ "Forced": "Αναγκαστικοί",
+ "External": "Εξωτερικό",
+ "HeaderEmbeddedTitle": "Ενσωματωμένος Τίτλος",
+ "OnlyForcedSubtitles": "Μόνο αναγκαστικοί υπότιτλοι",
+ "AlwaysPlaySubtitles": "Να γίνεται πάντα αναπαραγωγή υπότιτλων",
+ "DefaultSubtitlesHelp": "Οι υπότιτλοι φορτώνονται με βάση τις προεπιλεγμένες και αναγκαστικές σημαίες στα ενσωματωμένα μεταδεδομένα. Οι προτιμήσεις γλώσσας εξετάζονται όταν υπάρχουν διαθέσιμες πολλές επιλογές.",
+ "SmartSubtitlesHelp": "Οι υπότιτλοι που ταιριάζουν με την προτίμηση γλώσσας θα φορτωθούν όταν ο ήχος είναι σε ξένη γλώσσα.",
+ "HeaderSubtitleSettings": "Ρυθμίσεις υπότιτλων",
+ "HeaderSubtitleAppearance": "Εμφάνιση υπότιτλων",
+ "OnlyForcedSubtitlesHelp": "Θα φορτωθούν μόνο οι υπότιτλοι που έχουν επισημανθεί ως αναγκαστικοί.",
+ "AutoSelectHearingImpairedHelp": "Οι υπότιτλοι που ταιριάζουν με την προτίμηση γλώσσας θα φορτώνονται, με προτεραιότητα να δίνεται σε υπότιτλους που έχουν σημειωθεί πως είναι για άτομα με προβλήματα ακοής (SDH).",
+ "AlwaysPlaySubtitlesHelp": "Οι υπότιτλοι που ταιριάζουν με την προτίμηση γλώσσας θα φορτωθούν ανεξάρτητα από τη γλώσσα ήχου.",
+ "NoSubtitlesHelp": "Οι υπότιτλοι δεν θα φορτωθούν από προεπιλογή.Μπορούν όμως να ενεργοποιηθούν χειροκίνητα κατά την αναπαραγωγή.",
+ "LabelPreferredSubtitleLanguage": "Προτιμώμενη γλώσσα υπότιτλων:",
+ "LabelTextSize": "Μέγεθος κειμένου:",
+ "TheseSettingsAffectSubtitlesOnThisDevice": "Αυτές οι ρυθμίσεις επηρεάζουν τους υπότιτλους αυτής της συσκευής",
+ "LabelDropShadow": "Σκίαση:",
+ "LabelTextBackgroundColor": "Χρώμα φόντου κειμένου:",
+ "LabelWindowBackgroundColor": "Χρώμα φόντου κειμένου:",
+ "LabelFont": "Γραμματοσειρά:",
+ "LabelTextColor": "Χρώμα κειμένου:",
+ "LabelBackgroundColor": "Χρώμα φόντου:",
+ "LabelBackgroundOpacity": "Αδιαφάνεια φόντου:",
+ "Raised": "Αυξήθηκε",
+ "Depressed": "Μειώθηκε",
+ "Uniform": "Ομοιόμορφος",
+ "DropShadow": "Σκίαση",
+ "SmallCaps": "Μικρά κεφαλαία",
+ "SubtitleAppearanceSettingsDisclaimer": "Αυτές οι ρυθμίσεις δεν θα ισχύουν για γραφικούς υποτίτλους (PGS, DVD, κ.λπ.) ή για υπότιτλους που έχουν ενσωματωμένο το δικό τους στυλ (ASS/SSA).",
+ "Normal": "Κανονικός",
+ "HeaderWaitingForWifi": "Αναμονή για Wifi",
+ "WifiRequiredToDownload": "Για να συνεχίσετε τη λήψη, απαιτείται σύνδεση Wifi.",
+ "DownloadOnlyOnWifi": "Λήψη μόνο σε Wifi",
+ "LabelMusicDownloadQuality": "Ποιότητα λήψης μουσικής:",
+ "MusicDownloadQualityHelp": "Τα αρχεία ήχου με υψηλότερο bitrate θα μετατρέπονται από τον διακομιστή Emby. Επιλέξτε υψηλότερη τιμή για καλύτερη ποιότητα ή χαμηλότερη τιμή για τη διατήρηση του τοπικού χώρου αποθήκευσης.",
+ "HeaderDownloadSettings": "Ρυθμίσεις λήψης",
+ "LabelDownloadLocation": "Θέση λήψης:",
+ "BrowseForFolder": "Αναζήτηση φακέλου",
+ "Unlimited": "Απεριόριστη",
+ "NoLimit": "Χωρίς Όριο",
+ "Hide": "Απόκρυψη",
+ "HeaderKeepWatching": "Συνέχιση Προβολής",
+ "HeaderNextEpisode": "Επόμενο Επεισόδιο",
+ "AudioBitDepthNotSupported": "Μετατροπή σε συμβατό βάθος ψηφίων ήχου (audio bit depth)",
+ "VideoBitrateNotSupported": "Converting to compatible video bitrate",
+ "VideoProfileNotSupported": "Μετατροπή σε συμβατό προφίλ βίντεο",
+ "VideoFramerateNotSupported": "Μετατροπή σε συμβατό ρυθμό καρέ βίντεο (video framerate)",
+ "VideoBitDepthNotSupported": "Μετατροπή σε συμβατό βάθος bit βίντεο (video bit depth)",
+ "RefFramesNotSupported": "Μετατροπή σε συμβατό αριθμό πλαισίων αναφοράς βίντεο (video reference frames)",
+ "ErrorConnectServerUnreachable": "Παρουσιάστηκε σφάλμα κατά την εκτέλεση της ζητούμενης ενέργειας. Ο διακομιστής σας δεν μπορεί να επικοινωνήσει με το διακομιστή μας Emby Connect στο {0}. Παρακαλώ βεβαιωθείτε ότι ο διακομιστής σας διαθέτει ενεργή σύνδεση στο internet και ότι οι επικοινωνίες επιτρέπονται από οποιοδήποτε τείχος προστασίας ή λογισμικό ασφαλείας που έχετε εγκαταστήσει.",
+ "HeaderStopRecording": "Διακοπή Εγγραφής",
+ "ManageRecording": "Διαχείριση εγγραφής",
+ "LabelDropImageHere": "Σύρετε μια εικόνα εδώ ή κάντε κλικ για να επιλέξετε μια εικόνα και να την ανεβάσετε.",
+ "MessageFileReadError": "Παρουσιάστηκε σφάλμα κατά την ανάγνωση του αρχείου. Παρακαλώ προσπαθήστε ξανά.",
+ "Browse": "Αναζήτηση",
+ "HeaderUploadImage": "Μεταφόρτωση (upload) εικόνας",
+ "HeaderAddUpdateImage": "Προσθήκη/ενημέρωση εικόνας",
+ "HeaderShowFields": "Προβολή Πεδίων",
+ "LabelView": "Προβολή:",
+ "LabelImageType": "Τύπος εικόνας:",
+ "Upload": "Μεταφόρτωση (upload)",
+ "Primary": "Kύρια",
+ "PrimaryImageBlur": "Θόλωμα πρωτεύουσας εικόνας",
+ "Art": "Γραφικά (art)",
+ "Backdrop": "Φόντο",
+ "Banner": "Πανό",
+ "Box": "Κουτί",
+ "BoxRear": "Κουτί (πίσω)",
+ "Disc": "Δίσκος",
+ "Logo": "Λογότυπο",
+ "LogoDark": "Λογότυπο (Σκοτεινή Έκδοση)",
+ "LogoLight": "Λογότυπο (Φωτεινή Έκδοση)",
+ "LogoLightColor": "Λογότυπο (Φωτεινό με Χρώμα)",
+ "Menu": "Μενού",
+ "Screenshot": "Στιγμιότυπο ",
+ "Thumb": "Μικρογραφία",
+ "HeaderAudioSettings": "Ρυθμίσεις ήχου",
+ "LabelAudioLanguagePreference": "Προτιμώμενη γλώσσα ήχου:",
+ "LabelPlayDefaultAudioTrack": "Αναπαραγωγή προεπιλεγμένου κομματιού ήχου ανεξάρτητα από τη γλώσσα",
+ "HeaderVideoQuality": "Ποιότητα βίντεο",
+ "CinemaModeConfigurationHelp": "Τα Cinema Intros φέρνουν την εμπειρία του κινηματογράφου απευθείας στο καθιστικό σας, με τη δυνατότητα αναπαραγωγής τρέιλερ και προσαρμοσμένων Intros πριν από την ταινία.",
+ "ShowUpNextPreview": "Προβολή Προεπισκόπησης του Επόμενου",
+ "ShowUpNextPreviewHelp": "Προβολή πληροφοριών του επόμενου αντικειμένου λίγο πριν το τέλος του τρέχοντος.",
+ "PlayNextEpisodeAutomatically": "Αυτόματη αναπαραγωγή επόμενου επεισοδίου",
+ "LabelMaxChromecastBitrate": "Ποιότητα ροής (streaming) Chromecast:",
+ "LabelSkipBackLength": "Μετάβαση πίσω:",
+ "LabelSkipForwardLength": "Μετάβαση προς τα εμπρός:",
+ "EnableCinemaMode": "Ενεργοποίηση Intros Κινηματογράφου",
+ "LabelInternetQuality": "Ποιότητα internet:",
+ "LabelCellularQuality": "Απομακρυσμένη ποιότητα streaming (δίκτυο κινητής)",
+ "HeaderMusicQuality": "Ποιότητα μουσικής",
+ "LabelHomeNetworkQuality": "Ποιότητα οικιακού δικτύου:",
+ "HeaderLatestMedia": "Τελευταία Πολυμέσα",
+ "HeaderRestartingEmbyServer": "Επανεκκίνηση του διακομιστή Emby",
+ "RestartPleaseWaitMessage": "Παρακαλώ περιμένετε μέχρι να τερματιστεί η λειτουργία του διακομιστή Emby και να γίνει επανεκκίνηση. Αυτό μπορεί να πάρει ένα ή δύο λεπτά.",
+ "HeaderPlayNext": "Αναπαραγωγή Επόμενου",
+ "AutoBasedOnLanguageSetting": "Αυτόματα (με βάση τη ρύθμιση της συσκευής)",
+ "SameAsMainTheme": "Ίδιο με το κυρίως θέμα",
+ "LabelDateTimeLocale": "Ημερομηνία τοπική ώρα:",
+ "Genre": "Είδος",
+ "DirectorValue": "Σκηνοθέτης: {0}",
+ "DirectorsValue": "Σκηνοθέτες: {0}",
+ "GenreValue": "Είδος: {0}",
+ "GenresValue": "Είδη: {0}",
+ "TagsValue": "Ετικέτες: {0}",
+ "Off": "Κλειστό",
+ "Title": "Τίτλος",
+ "Year": "Έτος",
+ "Filter": "Φίλτρο",
+ "Filters": "Φίλτρα",
+ "Unplayed": "Δεν παίχθηκε",
+ "LabelTVHomeScreen": "Αρχική οθόνη λειτουργίας τηλεόρασης:",
+ "Horizontal": "Οριζόντια",
+ "Vertical": "Κάθετα",
+ "HeaderGroupBy": "Ομαδοποίηση Κατά",
+ "HeaderMediaType": "Τύπος Πολυμέσων",
+ "GroupBySeries": "Ομαδοποίηση κατά σειρά",
+ "HeaderVideoType": "Τύπος Βίντεο",
+ "HeaderSeriesStatus": "Κατάσταση Σειράς",
+ "Features": "Χαρακτηριστικά",
+ "Trailers": "Τρέιλερς",
+ "Extras": "Επιπλέον υλικό",
+ "ThemeSongs": "Θεματικά τραγούδια",
+ "ThemeVideos": "Θεματικά βίντεο",
+ "HeaderFavoriteMovies": "Αγαπημένες Ταινίες",
+ "HeaderFavoritePhotos": "Αγαπημένες Φωτογραφίες",
+ "HeaderFavoriteShows": "Αγαπημένες Σειρές",
+ "HeaderFavoriteEpisodes": "Αγαπημένα Επεισόδια",
+ "HeaderFavoriteVideos": "Αγαπημένα Βίντεο",
+ "HeaderFavoriteMusicVideos": "Αγαπημένα Μουσικά Βίντεο",
+ "HeaderFavoriteGames": "Αγαπημένα Παιχνίδια",
+ "HeaderFavoriteArtists": "Αγαπημένοι Καλλιτέχνες",
+ "HeaderFavoriteAlbums": "Αγαπημένα Άλμπουμ",
+ "HeaderFavoriteSongs": "Αγαπημένα Τραγούδια",
+ "HeaderFavoriteAuthors": "Αγαπημένοι Συγγραφείς",
+ "HeaderFavoriteAudioBooks": "Αγαπημένα Ηχητικά Βιβλία",
+ "Ascending": "Αύξουσα",
+ "Descending": "Φθίνουσα",
+ "HeaderColorPrimaries": "Πρωτεύοντα Χρώματα",
+ "HeaderColorSpace": "Χρωματική Παλέτα",
+ "HeaderColorTransfer": "Μεταφορά Χρώματος",
+ "HeaderVideoRange": "Εύρος Βίντεο",
+ "SeriesDisplayOrderHelp": "Ταξινόμηση επεισοδίων κατά ημερομηνία προβολής, σειράς DVD ή απόλυτη αρίθμηση.",
+ "LabelVerticalPositionFromBottom": "Κάθετη θέση (από κάτω):",
+ "HeaderFavoritePeople": "Αγαπημένα πρόσωπα",
+ "MultiSelect": "Πολλαπλή Επιλογή",
+ "HeaderSignOut": "Αποσύνδεση",
+ "HeaderSelectServer": "Επιλογή διακομιστή",
+ "HeaderChangeServer": "Αλλαγή Διακομιστή",
+ "HeaderChangeUser": "Αλλαγή Χρήστη",
+ "HeaderAppSettings": "Ρυθμίσεις Εφαρμογής",
+ "HeaderLoginSettings": "Ρυθμίσεις σύνδεσης",
+ "LabelRememberLogin": "Απομνημόνευση σύνδεσης:",
+ "LabelAutomaticallySignOut": "Αυτόματη αποσύνδεση:",
+ "BetaTesterMessage": "Σας ευχαριστούμε που είστε δοκιμαστής του Emby beta! Παρακαλούμε αφήστε τα σχόλιά σας στην περιοχή δοκιμών {0} της κοινότητας Emby {1}.",
+ "HardwareAccelerated": "Επιτάχυνση υλικού (hardware accelerated)",
+ "Software": "Λογισμικό",
+ "Metadata": "Μεταδεδομένα",
+ "HeaderMediaInfo": "Πληροφορίες Μέσου",
+ "Locked": "Κλειδωμένο",
+ "HeaderSplitVersionsApart": "Διαχωρισμός Εκδόσεων",
+ "Any": "Όλα",
+ "Admin": "Διαχειριστής",
+ "HeaderReadMore": "Περισσότερα",
+ "CustomRatingHelp": "Η προσαρμοσμένη αξιολόγηση χρησιμοποιείται για αξιολογήσεις γονικού ελέγχου αλλά δεν εμφανίζεται. Το πεδίο γονικής αξιολόγησης συνεχίζει και εμφανίζεται.",
+ "KeepUpToHelp": "Οι εγγραφές πάνω από το όριο διαγράφονται όταν ξεκινά η επόμενη εγγραφή. Οι παλαιότερες εγγραφές είναι αυτές που διαγράφονται πρώτα με κατάταξη την ημερομηνία προσθήκης.",
+ "NoItemsMatchingFound": "Δεν βρέθηκαν αντικείμενα που να ταιριάζουν με τα κριτήρια αναζήτησης.",
+ "TwoSearchCharsRequired": "Παρακαλώ εισάγετε τουλάχιστον δύο χαρακτήρες αναζήτησης.",
+ "PreventPlaybackContinuing": "Αποτροπή της επ' αόριστο συνεχόμενης αναπαραγωγής προτρέποντας απάντηση από το χρήστη.",
+ "PromptStillWatching": "Ενεργοποίηση προτροπής \"Παρακολουθείτε Ακόμα;\"",
+ "HeaderMissingMetadata": "Μεταδεδομένα που Λείπουν",
+ "HeaderIncludedIn": "Συμπεριλαμβάνονται στο",
+ "EmbyConnectUserAlreadyLinked": "Ο χρήστης Emby Connect είναι ήδη συνδεδεμένος με έναν άλλο χρήστη σε αυτό το διακομιστή.",
+ "VideoFilesWillBeConvertedTo": "Τα βίντεο που έχουν μετατραπεί θα αποθηκεύονται ως {0}.",
+ "VideoWillBeConvertedTo": "Τα stream βίντεο θα μετατρέπονται σε {0}, ή θα αντιγράφονται από το αρχικό αρχείο αν είναι ήδη {0} και η ποιότητα ταιριάζει με τις επιλογές μετατροπής.",
+ "VideoWillBeConvertedToOrCopied": "Τα stream βίντεο θα μετατρέπονται σε {0}, ή θα αντιγράφονται από το αρχικό αρχείο αν είναι κάτι από {1} και η ποιότητα ταιριάζει με τις επιλογές μετατροπής.",
+ "AudioWillBeConvertedTo": "Τα stream ήχου θα μετατρέπονται σε {0}, ή θα αντιγράφονται από το αρχικό αρχείο αν είναι ήδη {0} και η ποιότητα ταιριάζει με τις επιλογές μετατροπής.",
+ "AudioWillBeConvertedToOrCopied": "Τα stream ήχου θα μετατρέπονται σε {0}, ή θα αντιγράφονται από το αρχικό αρχείο αν είναι κάτι από {1} και η ποιότητα ταιριάζει με τις επιλογές μετατροπής.",
+ "HeaderSpecialKeys": "Ειδικά Κουμπιά",
+ "FollowingSpecialKeys": "Τα παρακάτω ειδικά κουμπιά υποστηρίζονται στα περισσότερα πληκτρολόγια και τηλεχειριστήρια:",
+ "HeaderDeleteSeries": "Διαγραφή Σειρών",
+ "HeaderDeleteLastPlayedEpisode": "Διαγραφή Τελευταίου Επεισοδίου που Αναπαράχθηκε",
+ "HeaderConnectingToServer": "Σύνδεση στο Διακομιστή",
+ "ServerNameValue": "Όνομα διακομιστή: {0}",
+ "DomainValue": "Τομέας: {0}",
+ "RatedValue": "Καταλληλότητα {0}",
+ "LocalServerRedirectMessage": "Τώρα θα μεταφερθείτε στον τομέα που έχει και λειτουργεί ο διαχειριστής του διακομιστή που επιλέξατε να συνδεθείτε:",
+ "AllMediaOwnedHosted": "Όλα τα πολυμέσα φιλοξενούνται και διαχειρίζονται από τον ιδιοκτήτη του {0}.",
+ "EnableResolutionSwitching": "Αντιστοίχιση ανάλυσης βίντεο",
+ "EnableResolutionSwitchingHelp": "Αυτό επιτρέπει στο Emby να αλλάξει την ανάλυση στην ίδια ανάλυση στην οποία ήταν κωδικοποιημένο το βίντεο, πριν να ξεκινήσει η αναπαραγωγή. Αυτό μπορεί να βοηθήσει ελαχιστοποιώντας τα κολλήματα/σπασίματα της εικόνας που αλλιώς θα βλέπατε όταν αναπαράγονται βίντεο που η αναλύσεις δεν ταιριάζουν ακριβώς με την αρχική.",
+ "EnableDisplayRefreshRateSwitching": "Ενεργοποίηση εναλλαγής ρυθμού ανανέωσης οθόνης",
+ "EnableDisplayRefreshRateSwitchingHelp": "Αυτό επιτρέπει στο Emby να αλλάξει το ρυθμό ανανέωσης της οθόνης στην ίδια τιμή (ή πολλαπλάσια αυτής) με τον αριθμό καρέ που κωδικοποιήθηκε το βίντεο, πριν την εκκίνηση της αναπαραγωγής του. Αυτό βοηθά στο να ελαχιστοποιηθεί το κόψιμο/τρεμόπαιγμα που ενδεχομένως να βλέπατε κατά την αναπαραγωγή των βίντεο όταν ο ρυθμός ανανέωσης δεν ταιριάζει ακριβώς.",
+ "RememberSelectedAudioTracks": "Απομνημόνευση των επιλογών κομματιών ήχου",
+ "RememberSelectedSubtitleTracks": "Απομνημόνευση των επιλογών αρχείων υπότιτλων",
+ "RememberSelectedSubtitleTracksHelp": "Οι επιλογές αρχείων υπότιτλων θα απομνημονεύονται ανά βίντεο και θα ξαναεφαρμόζονται όταν θα αναπαράγεται ξανά αυτό το βίντεο.",
+ "RememberSelectedAudioTracksHelp": "Οι επιλογές των κομματιών ήχου θα απομνημονεύονται ανά βίντεο και θα ξαναεφαρμόζονται όταν θα αναπαράγεται ξανά αυτό το βίντεο.",
+ "ClearSavedTrackSelections": "Εκκαθάριση αποθηκευμένων επιλογών κομματιών",
+ "HeaderClearTrackSelections": "Εκκαθάριση Αποθηκευμένων Επιλογών Κομματιών",
+ "QuestionClearSavedTracks": "Εκκαθάριση όλων των αποθηκευμένων επιλογών κομματιών;",
+ "LabelChannelTags": "Ετικέτες καναλιών:",
+ "AfterThisPlaysConfirmation": "Μόλις αυτό αναπαραχθεί, θέλετε να συνεχίσετε την αναπαραγωγή ή να γίνει εκκαθάριση της μουσικής που προηγουμένως προγραμματίσατε στην ουρά;",
+ "Keep": "Διατήρηση",
+ "Clear": "Εκκαθάριση",
+ "HeaderClearFilters": "Εκκαθάριση φίλτρων",
+ "HeaderSearchForImages": "Αναζήτηση για Εικόνες",
+ "HeaderSearchNewImage": "Αναζήτηση για Νέα Εικόνα",
+ "HeaderSearchForAnImage": "Αναζήτηση για μια Εικόνα",
+ "DragDropToReorder": "Μεταφορά και Απόθεση για Αναδιάταξη",
+ "HeaderAddImageFromUrl": "Προσθήκη Εικόνας από URL",
+ "HeaderSetImageFromUrl": "Ορισμός Εικόνας από URL",
+ "LabelUrl": "Url:",
+ "LabelChannelNumber": "Αριθμός καναλιού:",
+ "LabelGuideDataChannel": "Κανάλι με δεδομένα προγράμματος:",
+ "GuideDataSource": "Πηγή δεδομένων Οδηγού",
+ "HeaderCopyToClipboard": "Αντιγραφή στο Πρόχειρο",
+ "TimeRemainingValue": "{0} απομένουν",
+ "LabelResumeRewindSeconds": "Κατά τη συνέχιση πήγαινε αυτόματα πίσω:",
+ "ResumeRewindSecondsHelp": "Αυτό μπορεί να σας βοηθήσει να θυμάστε πού σταματήσατε. Ισχύει για την αρχική συνέχιση και όχι για κάθε ξεχωριστή παύση κατά τη διάρκεια της αναπαραγωγής.",
+ "HeaderSavePlayQueueToPlaylist": "Αποθήκευση Ουράς Αναπαραγωγής στη Λίστα Αναπαραγωγής",
+ "EnableLogoImagesAsTitle": "Προβολή εικόνων λογότυπων σαν τίτλοι στις οθόνες λεπτομερειών",
+ "EnableLogoImagesAsTitleHelp": "Όταν είναι διαθέσιμες, οι εικόνες λογότυπων μπορούν να χρησιμοποιηθούν στη θέση του κειμένου του τίτλου στα βίντεο, τις σειρές και σε άλλες οθόνες λεπτομερειών. Ο τίτλος θα έχει σαν εναλλακτική επιλογή το κείμενο όταν κάποια εικόνα λογότυπου δεν είναι διαθέσιμη.",
+ "LabelNowPlayingAudioBackgroundStyle": "Στυλ εμφάνισης παρασκηνίου του αναπαράγεται τώρα για τους ήχους",
+ "LabelNowPlayingVideoBackgroundStyle": "Στυλ εμφάνισης παρασκηνίου του αναπαράγεται τώρα για τα βίντεο",
+ "NowPlayingVideoBackgroundStyleHelp": "Καθορίζει το στυλ εμφάνισης παρασκηνίου όταν γίνεται απομακρυσμένος έλεγχος αναπαραγωγής βίντεο σε άλλη συσκευή",
+ "Rotation": "Περιστροφή",
+ "Minutes": "Λεπτά",
+ "LabelMaxRecordingLength": "Μέγιστη διάρκεια εγγραφής:",
+ "MaxRecordingLengthHelp": "Περιορίζει τις εγγραφές σε μια καθορισμένη διάρκεια, άσχετα από τη διάρκεια του προγράμματος. Βάλτε 0 για χωρίς όριο.",
+ "RemoteWAN": "Απομακρυσμένη (WAN) Διεύθυνση",
+ "HeaderLastConnectedTo": "Τελευταία Σύνδεση Στο",
+ "Version": "Έκδοση",
+ "Keyword": "Λέξη-κλειδί",
+ "HeaderServerAddress": "Διέυθυνση Διακομιστή",
+ "HeaderSkipIntro": "Παράλειψη Βί΄ντεο εισαγωγής",
+ "HeaderCreateRecording": "Δημιουργία Εγγραφής",
+ "HeaderAddRecording": "Προσθήκη Εγγραφής",
+ "HeaderChannelAndTime": "Κανάλι και Ώρα",
+ "LabelRecordProgramOrSeriesFrom": "Εγγραφή ενός προγράμματος ή σειράς από:",
+ "LabelStartTime": "Ώρα εκκίνησης:",
+ "LabelEndTime": "Ώρα λήξης:",
+ "LabelFrequency": "Συχνότητα:",
+ "Recurring": "Επαναλαμβανόμενο",
+ "Once": "Μια φορά",
+ "Start": "Εκκίνηση",
+ "Unpause": "Συνέχιση",
+ "LabelIntroSkipMode": "Παράλειψη βίντεο εισαγωγής:",
+ "ShowSkipIntroButton": "Προβολή κουμπιού 'Παράλειψη Εισαγωγής'",
+ "AutoSkipIntro": "Αυτόματη παράλειψη βίντεο εισαγωγής",
+ "DisplayRatingInformationOnVideoPlaybackStart": "Προβολή πληροφοριών καταλληλότητας κατά την εκκίνηση της αναπαραγωγής βίντεο",
+ "DisplayRatingInformationOnVideoPlaybackStartHelp": "Οι πληροφορίες καταλληλότητας θα εμφανίζονται για λίγο όταν ξεκινά η αναπαραγωγή του βίντεο.",
+ "IntroSkipModeHelp": "Προβολή ενός κουμπιού 'Παράλειψη Εισαγωγής' ή αυτόματη παράλειψη βίντεο εισαγωγής για τα επεισόδια στα οποία ο διακομιστής Emby έχει εντοπίσει κεφαλίδες εισαγωγής. Ο εντοπισμός βίντεο εισαγωγής πρέπει να είναι ενεργός στις επιλογές της βιβλιοθήκης του διακομιστή Emby.",
+ "EnableHomeScreenFocusPreview": "Χρήση εμφάνισης στην αρχική οθόνη που να δείχνει λεπτομερή προεπισκόπηση του επιλεγμένου αντικειμένου.",
+ "EnableHomeScreenFocusPreviewHelp": "Αυτό μπορεί να μη δουλεύει σωστά αν η αρχική σας οθόνη περιέχει μίξη από διαφορετικούς τύπους αρχείων πολυμέσων.",
+ "LabelHideMediaTransportButtons": "Απόκρυψη κουμπιών μεταφοράς κατά την αναπαραγωγή βίντεο:",
+ "HideMediaTransportButtonsHelp": "Δημιουργία μιας πιο απλής εμφάνισης κατά την αναπαραγωγή, αποκρύπτοντας κουμπιά μεταφοράς όπως το μετάβαση μπροστά, πίσω και παύση. Θα μπορείτε και πάλι να χρησιμοποιήσετε αυτές τις λειτουργίες με τα βελάκια και τα OK/Enter. Στο Αυτόματο θα κρύβει τα κουμπιά όταν δεν ανιχνεύεται χρήση του ποντικιού μέσα στην εφαρμογή.",
+ "ImageSizeHelp": "Ορίστε το προτιμώμενο μέγεθος πλέγματος εικόνων.",
+ "LabelImageSize": "Μέγεθος εικόνας:",
+ "ThisImageIsOnlyPreview": "Η εικόνα είναι μόνο μια προεπισκόπηση που προήλθε από τη μηχανή αναζήτησης μεταδεδομένων. Η πραγματική εικόνα που μεταφορτώνει ο Διακομιστής Emby μπορεί να είναι διαφορετική και θα εξαρτηθεί από τις επιλογές που έχετε ρυθμίσει στην εγκατάσταση της βιβλιοθήκης Emby.",
+ "ResultsRangeValue": "{0} έως {1} από {2}",
+ "NotificationsDescription": "Ρυθμίστε ειδοποιήσεις για να ενημερώνεστε για σημαντικά γεγονότα στον Emby διακομιστή σας.",
+ "DeleteEmbyConnectAccount": "Διαγραφή του Λογαριασμού Emby Connect",
+ "DeleteEmbyConnectAccountHelp": "Για να διαγράψετε το λογαριασμό σας στο Emby Connect, παρακαλούμε συνδεθείτε στην {0}Κοινότητα Emby{1} στο {2}. Αφού συνδεθείτε, κάντε κλικ στο όνομα χρήστη σας στην επάνω δεξιά γωνία, στη συνέχεια κάντε κλικ στις Ρυθμίσεις Λογαριασμού και, τέλος, κάντε κλικ στο Διαγραφή Λογαριασμού μου.",
+ "KeepPlayingInBackground": "Συνέχεια αναπαραγωγής στο παρασκήνιο",
+ "LabelVideoBackBehavior": "Συμπεριφορά του κουμπιού πίσω στην εφαρμογή αναπαραγωγής βίντεο:",
+ "HeaderViewLyrics": "Προβολή Στίχων",
+ "HeaderViewMissingEpisodes": "Προβολή Επεισοδίων που Λείπουν",
+ "HeaderMissingEpisodes": "Επεισόδια που λείπουν",
+ "HeaderManageAccess": "Διαχείριση Πρόσβασης",
+ "HeaderManageCollaboration": "Διαχείριση Συνεργασίας",
+ "HeaderLeaveCollaboration": "Αποχώρηση από τη Συνεργασία (Collaboration)",
+ "HeaderRemoveFromLibrary": "Αφαίρεση από τη Βιβλιοθήκη",
+ "RemoveSharedItemConfirmation": "Είστε σίγουρος/η ότι θέλετε να αφαιρέσετε αυτό το στοιχείο από τη βιβλιοθήκη σας; Για να το επαναφέρετε, ο ιδιοκτήτης θα πρέπει να σας χορηγήσει ξανά πρόσβαση.",
+ "SubtitlesDownloaded": "Υπότιτλοι που Κατέβηκαν",
+ "HeaderMakePrivate": "Κάντο Προσωπικό",
+ "HeaderMakePublic": "Κάντο Δημόσιο",
+ "MakePublicDescription": "Όλοι οι χρήστες θα μπορούν να δουν αυτό το στοιχείο. Οι χρήστες μπορούν να λάβουν πρόσβαση με δυνατότητα επεξεργασίας.",
+ "MakePrivateDescription": "Οι χρήστες μπορούν ακόμα να λάβουν μεμονωμένα πρόσβαση.",
+ "Private": "Προσωπικό",
+ "Public": "Δημόσιο",
+ "Collaborative": "Αποτέλεσμα Συνεργασίας",
+ "PreferredShowDisplay": "Προτιμώμενη προβολή τηλεοπτικής σειράς:",
+ "ShowAllEpisodesAllSeasons": "Εμφάνιση όλων των επεισοδίων όλων των κύκλων μαζί",
+ "ShowAllEpisodesSingleSeason": "Προβολή όλων των επεισοδίων μόνο για σειρές που έχουν μόνο μια σεζόν",
+ "ShowSeasonFolders": "Εμφάνιση πάντα των φακέλων των σεζόν",
+ "HeaderAddAgain": "Προσθήκη Ξανά",
+ "UpNext": "Επόμενο για Αναπαραγωγή",
+ "ItemsAlreadyInPlaylist": "Κάποια από αυτά τα αντικείμενα είναι ήδη στη λίστα αναπαραγωγής σας.",
+ "ItemAlreadyInPlaylist": "Αυτό το αντικείμενο είναι ήδη στη λίστα αναπαραγωγής σας.",
+ "HeaderPlayChannel": "Αναπαραγωγή Καναλιού",
+ "LabelScreenOrientationDuringVideo": "Προσανατολισμός οθόνης κατά την αναπαραγωγή βίντεο:",
+ "UseDeviceSetting": "Χρήση ρύθμισης της συσκευής",
+ "LockToLandscape": "Κλείδωμα σε οριζόντιο προσανατολισμό",
+ "UsernameForFolderHelp": "Το όνομα χρήστη που απαιτείται για πρόσβαση σε αυτόν τον φάκελο του δικτύου σας (αν υπάρχει).",
+ "PasswordForFolderHelp": "Ο κωδικός πρόσβασης που απαιτείται για πρόσβαση σε αυτόν τον φάκελο του δικτύου σας (αν υπάρχει).",
+ "ShowMediaInfoOnDetailScreens": "Προβολή όλων των λεπτομερειών του πολ΄υμέσου στις οθόνες λεπτομερειών ήχου και βίντεο",
+ "ForgotPasswordNoUserFound": "Δεν βρέθηκαν χρήστες με το όνομα που καταχωρίσατε. Παρακαλώ δοκιμάστε ξανά, ή αφήστε το όνομα κενό για να κάνετε επαναφορά των κωδικών για όλους τους χρήστες του διακομιστή.",
+ "Silver": "Ασημί",
+ "DimGray": "Αχνό Γκρι",
+ "DarkGray": "Σκούρο Γκρι",
+ "LightGray": "Ανοιχτό Γκρι",
+ "Black": "Μαύρο",
+ "Blue": "Μπλε",
+ "Cyan": "Κυανό",
+ "Gray": "Γκρι",
+ "Green": "Πράσινο",
+ "Lime": "Λάιμ",
+ "Magenta": "Ματζέντα",
+ "Orange": "Πορτοκαλί",
+ "Pink": "Ροζ",
+ "Red": "Κόκκινο",
+ "Yellow": "Κίτρινο",
+ "White": "Άσπρο",
+ "Purple": "Μωβ",
+ "RecentlyReleasedMovies": "Ταινίες που Κυκλοφόρησαν Πρόσφατα",
+ "RecentlyReleasedEpisodes": "Επεισόδια που Κυκλοφόρησαν Πρόσφατα",
+ "DolbyProfile": "Προφίλ Dolby",
+ "IpAddress": "Διεύθυνση IP",
+ "VideoType": "Τύπος Βίντεο",
+ "HidePlayedMediaFrom": "Απόκρυψη Πολυμέσων που Αναπαράχθηκαν Από",
+ "BottomEdgePosition": "Θέση Κάτω Γωνίας",
+ "VerticalPositionFromBottomScreen": "Ορίστε την κάθεστη θέση των υπότιτλων σε σχέση με το κάτω μέρος της οθόνης.",
+ "TopEdgePosition": "Θέση στην Κορυφή στην Άκρη",
+ "TopEdgePositionHelp": "Ορίστε την υψηλότερα δυνατή κάθετη θέση των υπότιτλων σε σχέση με την κορυφή της οθόνης. Αυτό χρησιμοποιείται όταν οι υπότιτλοι περιέχουν οδηγίες τοποθέτησης για να εμφανίζονται στην κορυφή.",
+ "HeaderSubtitlePosition": "Θέση Υπότιτλου",
+ "TitleProfilePin": "Pin του προφίλ",
+ "ProfilePinConfirm": "Pin του προφίλ (επιβεβαίωση)",
+ "SaveProfilePin": "Αποθήκευση Pin",
+ "ProfilePinDescription": "Δημιουργήστε έναν προαιρετικό κωδικό PIN για να σας ζητείται κατά την επιστροφή σε μια εφαρμογή Emby σε μια συσκευή στην οποία έχετε ήδη συνδεθεί. Αυτό είναι χρήσιμο εάν έχετε συσκευές που χρησιμοποιούν πολλοί χρήστες. Μπορείτε να ενεργοποιήσετε αυτήν τη λειτουργία εκλεκτικά σε κάθε συσκευή όπως χρειάζεται.",
+ "TitleNewEpisodes": "Νέα Επεισόδια",
+ "EnterYourPinToContinue": "Εισάγετε το PIN σας για να συνεχίσετε.",
+ "YourPinMustBe": "Το PIN σας πρέπει να είναι {0} ψηφία.",
+ "ForgotPin": "Ξεχάσατε το PIN;",
+ "RequireEnteringPinToReturn": "Να απαιτείται εισαγωγή του PIN του προφίλ μου κάθε φορά που επιστρέφω στην εφαρμογή",
+ "RequireEnteringPinToReturnQuestion": "Να σας ρωτάμε για το PIN του προφίλ σας όποτε επιστρέφετε σε αυτή την εφαρμογή; Αν αυτή η συσκευή χρησιμοποιείται από πολλούς χρήστες, το PIN του προφίλ σας μπορεί να εμποδίσει στους άλλους χρήστες πρόσβαση στα δεδομένα σας.",
+ "RequireEnteringPinToReturnHelp": "Χρήσιμο αν αυτή η συσκευή χρησιμοποιείται από πολλούς χρήστες.",
+ "WrongPinPleaseTryAgain": "Ουουπς, λάθος PIN. Παρακαλώ δοκιμάστε ξανά.",
+ "ProfilePinIsOn": "Το PIN του προφίλ είναι ενεργό.",
+ "IfTryingToConnectToHttp": "Αν προσπαθείτε να συνδεθείτε σε μια διεύθυνση http, ο περιηγητής μπορεί να μην το επιτρέπει. Μπορείτε να δοκιμάσετε κάποιο από τα ακόλουθα:",
+ "SetupHttpsForYourServer": "Ρυθμίστε {0}https για τον Emby Διακομιστή σας{1} ώστε να μπορείτε να συνδεθείτε με χρήση https.",
+ "TitleUnableToReachServer": "Αδυναμία Σύνδεσης στο Διακομιστή",
+ "TitleUnableToReachName": "Αδυναμία Σύνδεσης στο {0}",
+ "HearingImpaired": "Με Προβλήματα Ακοής",
+ "SignIntoServerName": "Σύνδεση στο {0}",
+ "About": "Σχετικά",
+ "Specials": "Specials",
+ "NSettings": "{0} Ρυθμίσεις",
+ "NPreferences": "{0} Προτιμήσεις",
+ "DetailScreenOptions": "Οθόνες Λεπτομερειών",
+ "LabelGenreDisplayLimit": "Περιορισμός εμφάνισης είδους:",
+ "GenreDisplayLimitHelp": "Περιορισμός του αριθμού των ειδών που θα μπορούν να εμφανίζονται στην κορυφή των οθονών λεπτομερειών του αντικειμένου.",
+ "GenreDisplayLimitForListsHelp": "Περιορισμός του αριθμού των ειδών που θα μπορούν να εμφανίζονται στην κορυφή της λίστας αναπαραγωγής και στις οθόνες λεπτομερειών των συλλογών και των καλλιτεχνών.",
+ "LabelGenreDisplayLimitForLists": "Περιορισμός εμφάνισης είδους για λίστες:",
+ "ShowPosterOnDetails": "Εμφάνιση αφίσας στην οθόνη λεπτομερειών",
+ "ShowPosterOnDetailsHelp": "Επιλέξτε να δείξετε μια αφίσα στις οθόνες λεπτομερειών του βίντεο, ή να την αποκρύψετε για πιο μινιμαλιστική εμφάνιση που δίνει έμφαση στο παρασκήνιο. Αυτή η ρύθμιση δεν χρησιμοποιείται σε προβολές για μικρότερες οθόνες. Μερικοί τύποι αντικειμένων δεν λαμβάνουν υπόψη αυτή τη ρύθμιση.",
+ "EnableAppLogging": "Ενεργοποίηση καταγραφής εφαρμογής",
+ "EnableAppLoggingHelp": "Η καταγραφή μπορεί να επιβραδύνει την απόδοση της εφαρμογής και πρέπει να ενεργοποιείται μόνο όταν απαιτείται για σκοπούς επίλυσης προβλημάτων. Οι αλλαγές απαιτούν την επανεκκίνηση της εφαρμογής.",
+ "LabelSlideshowInterval": "Προβολή διαφανειών φωτογραφιών χρόνος ανά διαφάνεια",
+ "TVChannelImageEditorHelp": "Υποστηρίζονται πολλαπλές εκδόσεις λογότυπου. Οι εφαρμογές Emby διαλέγουν αυτόματα το κατάλληλο ανάλογα με το τρέχον θέμα.",
+ "PlaySlideshow": "Αναπαραγωγή Προβολής Διαφανειών",
+ "CheckForExistingEpisodesInAllLibraries": "Έλεγχος για υπάρχοντα επεισόδια σε όλες τις βιβλιοθήκες",
+ "GroupNotificationsBySeriesOrAlbum": "Ομαδοποίηση ειδοποιήσεων ανά σειρά και άλμπουμ",
+ "ThemeSettings": "Ρυθμίσεις Θέματος",
+ "FollowingActivityWillBeDisrupted": "Η ακόλουθη δραστηριότητα θα διακοπεί και μπορεί να χρειαστεί χειροκίνητη παρέμβαση για να επανεκκινήσει:",
+ "OneActivePlaybackSession": "1 Ενεργή Συνεδρία Αναπαραγωγής",
+ "NumActivePlaybackSessions": "{0} Ενεργές Συνεδρίες Αναπαραγωγής",
+ "OneActiveRecording": "1 Ενεργή Εγγραφή",
+ "NumActiveRecordings": "{0} Ενεργές Εγγραφές",
+ "PlayFromLivePosition": "Αναπαραγωγή από τη θέση του ζωντανού προγρ΄άμματος",
+ "PlayFromStartOfRecording": "Αναπαραγωγή από την αρχή της εγγραφής",
+ "ThisChannelIsActivelyRecording": "Αυτό το κανάλι αυτή τη στιγμή εγγράφεται. Πως θέλετε να ξεκινήσετε την αναπαραγωγή;",
+ "ThemeSongVolume": "Ένταση Τραγουδιού Θέματος",
+ "HeaderForceConversionForFormats": "Εξαναγκασμός Μετατροπής για Μορφές",
+ "ForceConversionForFormatsHelp": "Χρησιμοποιήστε το για να εξαναγκάσετε το transcoding ή το remuxing από την πλευρά του διακομιστή για μορφές αρχείων που δεν παίζουν πολύ καλά με απευθείας αναπαραγωγή σε αυτή τη συσκευή.",
+ "StartupBehavior": "Συμπεριφορά Εκκίνησης",
+ "RememberLastUser": "Απομνημόνευση Τελευταίου Χρήστη",
+ "ShowLoginScreen": "Προβολή Οθόνης Σύνδεσης",
+ "SignInAsValue": "Σύνδεση σαν {0}",
+ "ConvertUnsupportedAudio": "Μετατροπή Μη Υποστηριζόμενου surround Ήχου σε Dolby Digital",
+ "ConvertUnsupportedAudioHelp": "Αποφυγή downmixing μη υποστηριζόμενων μορφών σε στέρεο βάζοντας το διακομιστή Emby να τα κάνει transcode σε Dolby Digital.",
+ "HeaderPlaybackCorrection": "Διόρθωση Αναπαραγωγής...",
+ "HeaderAttemptPlaybackCorrection": "Attempt Playback Correction",
+ "PlaybackCorrectionConfirm": "Ενεργοποίηση διόρθωσης αναπαραγωγής;",
+ "PlaybackCorrectionDescription": "Έχει το τρέχον αντικείμενο πρόβλημα αναπαραγωγής όπως για παράδειγμα δεν υπάρχει εικόνα ή ήχος; Αυτό θα δοκιμάσει να διορθώσει τα προβλήματα αναπαραγωγήςμε τη χρήση transcoding στο διακομιστή για να μετατραπεί το αρχείο σε κάποια μορφή πιο φιλική για streaming. Αυτό θα έχει σαν αποτέλεσμα αυξημένη κατανάλωση πόρων σε αυτόν το διακομιστή Emby.",
+ "PlaybackCorrectionDescription2": "Μπορείτε να το κάνετε αυτό μέχρι τρεις φορές ανα βίντεο, όπου το remuxing, το βίντεο transcoding και το trascoding ήχου, ενεργοποιούνται ένα τη φορά.",
+ "HeaderAlbumsAsContributingArtist": "Άλμπουμ σαν Βοηθητικός Καλλιτέχνης",
+ "HeaderAlbumsAsComposer": "Άλμπουμ σαν Συνθέτης",
+ "Duplicates": "Διπλοεγγραφές",
+ "HeaderSleepTimer": "Χρονοδιακόπτης Αναστολής",
+ "AfterCurrentItem": "Μετά από το τρέχον αντικείμενο",
+ "HeaderStopPlayback": "Διακοπή Αναπαραγωγής",
+ "TurnOffTimer": "Απενεργοποίηση χρονοδιακόπτη",
+ "SleepTimerIsSet": "Ο χρονοδιακόπτης σας ορίστηκε",
+ "SleepTimerIsOff": "Ο χρονοδιακόπτης σας απενεργοποιήθηκε",
+ "LabelEnableRemoteControlTVMode": "Προβολή λειτουργιών casting και απομακρυσμένης διαχείρισης",
+ "EnableRemoteControlTVModeHelp": "Ενεργοποιήστε το αν σκοπεύετε να χρησιμοποιήσετε αυτή τη συσκευή για αποστολή πολυμέσων σε άλλες συσκευές.",
+ "ShowOnScreenControls": "Προβολή κουμπιών χειρισμού στην οθόνη",
+ "LabelVideoScreenUpAction": "Λειτουργία του επάνω κουμπιού στην οθόνη",
+ "VideoScreenUpActionHelp": "Επιλέξτε τη λειτουργία θα επιτελεί το πάτημα του κουμπιού επάνω στην οθόνη. Αυτό εφαρμόζεται όταν δεν είναι ορατά τα κουμπιά χειρισμού στην οθόνη. Όταν τα κουμπιά είναι ορατά το κουμπί επάνω θα χρησιμοποιείται για πλοήγηση.",
+ "LabelVideoPlayerLongPressAction": "Video player long press action",
+ "LetsGetSetup": "Let's Get Set Up",
+ "VideoPlayerLongPressActionHelp": "Choose what function or menu is shown when long pressing the OK button during video playback. This only takes effect when the video controls are hidden or the seek bar has focus.",
+ "AskAdminToGetPremiere": "This purchase must be made by the server administrator. Please ask the administrator of this Emby Server to sign in and get Emby Premiere so that you can enjoy access to premium features.",
+ "AutoOpenSingleItemsFolders": "Auto open single items in folder view",
+ "AutoOpenSingleItemsFoldersHelp": "When a folder only contains one item, automatically open that item.",
+ "PlayedOnValue": "Played {0}",
+ "TheseSettingsApplyAppDevice": "These settings apply to all users playing on this device.",
+ "LastContentDateAdded": "Last Content Date Added",
+ "RepeatThemeMedia": "Play themes on repeat",
+ "HideEpisodeSpoilerInfo": "Hide spoiler information from unwatched episodes",
+ "HideEpisodeSpoilerInfoHelp": "Hides the title, overview and image for unwatched episodes on most screens.",
+ "BornValueAge": "Born: {0} (age {1})",
+ "PreferDirectStreamLiveTV": "Prefer direct streaming of Live TV",
+ "PreferDirectStreamLiveTVHelp": "Direct streaming Live TV will reduce resource consumption on your Emby Server but may not be as seekable during playback. Enabling this will direct stream Live TV when the format is supported and is within your configured quality setting. Disable this to enjoy more seeking during playback at the cost of additional resource consumption.",
+ "HeaderAllRecordings": "All Recordings",
+ "RememberLoginDescription": "After signing in, you can use the app settings to configure the startup behavior to remember login, sign in as a specific user, or always show the login screen.",
+ "ForgetThisServer": "Forget This Server",
+ "ForgetServerConfirmation": "Are you sure you wish to forget this server?",
+ "HeaderThisDevice": "This Device",
+ "ChaptersGuide": "Chapters / Live TV Guide",
+ "ChaptersGuideHelp": "Show Chapters for media with chapters. For media without chapters, show the Live TV Guide (when available).",
+ "HeaderShowSeriesImages": "Show Series Images",
+ "AppExitConfirmation": "Are you ready to exit Emby?",
+ "AppExitMenu": "Exit menu",
+ "SideMenu": "Side navigation menu",
+ "SystemStorage": "System storage ({0})"
+}
diff --git a/modules/common/strings/en-GB.json b/modules/common/strings/en-GB.json
new file mode 100644
index 0000000..a202358
--- /dev/null
+++ b/modules/common/strings/en-GB.json
@@ -0,0 +1,1340 @@
+{
+ "ReplaceExistingThumbnailImages": "Replace existing video preview thumbnails",
+ "ReplaceExistingThumbnailImagesHelp": "All existing video preview thumbnails will be deleted and new ones will be generated, if enabled in the options for the library.",
+ "DateCreated": "Date Created",
+ "CreatedOnValue": "Created {0}",
+ "UpdatedOnValue": "Updated {0}",
+ "EmbyLoginTerms": "Emby is designed to help you manage your personal media library, such as home videos and photos. Please see our {0}terms of use{1}. The use of any Emby software constitutes acceptance of these terms.",
+ "MessageUnableToConnectToServer": "We're unable to connect to the selected server right now. Please ensure it is running and try again.",
+ "EmbyIntroMessage": "With Emby you can easily stream videos, music and photos to smart phones, tablets and other devices from your Emby Server.",
+ "HeaderSignInWithConnect": "Sign in with Emby Connect",
+ "HeaderWelcomeToEmby": "Welcome to Emby",
+ "HeaderNewUsers": "New Users",
+ "HeaderPleaseSignIn": "Please Sign In",
+ "MessageInvalidUser": "Invalid username or password. Please try again.",
+ "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.",
+ "ValueSpecialEpisodeName": "Special - {0}",
+ "HeaderSignIn": "Sign In",
+ "Share": "Share",
+ "Shared": "Shared",
+ "Info": "Info",
+ "Add": "Add",
+ "Speed": "Speed",
+ "PlaybackSpeed": "Playback Speed",
+ "Chapters": "Chapters",
+ "Password": "Password",
+ "SavePassword": "Save Password",
+ "LabelPassword": "Password",
+ "HeaderResetPassword": "Reset Password",
+ "Series": "Series",
+ "Preview": "Preview",
+ "Submit": "Submit",
+ "Never": "Never",
+ "Table": "Table",
+ "HeaderScheduledTasks": "Scheduled Tasks",
+ "Plays": "Plays",
+ "LastUsedAddressValue": "Last used {0}",
+ "LabelKeywordType": "Keyword type",
+ "HeaderSelectColumns": "Select Columns",
+ "HeaderTopResults": "Top Results",
+ "HeaderPinSidebar": "Pin Sidebar",
+ "Collapse": "Collapse",
+ "LabelBackgroundVideoPlayback": "Background video playback",
+ "BackgroundVideoPlaybackHelp": "Background playback allows video to keep playing even when the screen is turned off.",
+ "AlwaysOn": "Always on",
+ "HeadphonesOrExternalSpeakersConnected": "Headphones or external speakers connected",
+ "HeaderKeyboardAndRemote": "Keyboard and Remote",
+ "NoSelectedItemsSupportOperation": "There are no items selected that support this operation.",
+ "NoOperationsForSelectedItems": "There are no operations available for the selected items.",
+ "UploadOnlyOnWifi": "Upload only on Wi-Fi",
+ "HeaderFoldersToUpload": "Folders to Upload",
+ "LabelPasswordConfirm": "Password (confirm)",
+ "HeaderMoveUpInOrder": "Move Up In Order",
+ "HeaderDownUpInOrder": "Move Down In Order",
+ "LabelUsername": "User name",
+ "HeaderAddServer": "Add Server",
+ "HeaderSubtitleOffset": "Subtitle Offset",
+ "Watching": "Watching",
+ "HeaderRemoveFromContinueWatching": "Remove from Continue Watching",
+ "RemoveThisTitleFromContinueWatching": "Remove this title from Continue Watching?",
+ "HeaderRemoveFromContinueListening": "Remove from Continue Listening",
+ "RemoveThisTitleFromContinueListening": "Remove this title from Continue Listening?",
+ "HeaderIncreaseSubtitleOffset": "Increase Subtitle Offset",
+ "HeaderDecreaseSubtitleOffset": "Decrease Subtitle Offset",
+ "Close": "Close",
+ "HeaderSeeAll": "See All",
+ "HeaderOpenInNewWindow": "Open in New Window",
+ "LabelEmail": "E-mail",
+ "LabelHost": "Host",
+ "LabelHostHelp": "Example: 192.168.1.100 or https://myserver.com",
+ "LabelPort": "Port",
+ "Disabled": "Disabled",
+ "Uninstall": "Uninstall",
+ "Enable": "Enable",
+ "AllTuners": "All Tuners",
+ "Disable": "Disable",
+ "NextValue": "Next: {0}",
+ "HeaderNextItem": "Next Item",
+ "HeaderPreviousItem": "Previous Item",
+ "NoTrailersMessage": "No Trailers found. To add Trailers, please install the Trailer plugin from the {0}Emby plugin catalogue{1}.",
+ "UninstallPluginConfirmation": "Are you sure you wish to uninstall this plugin?",
+ "HeaderUninstallPlugin": "Uninstall Plugin",
+ "AreYouStillWatching": "Are you still watching?",
+ "LabelCurrentPassword": "Current password",
+ "LabelNewPassword": "New password",
+ "LabelNewPasswordConfirm": "New password confirm",
+ "HeaderRemovePassword": "Remove Password",
+ "ServerUpdateNeeded": "This Emby Server needs to be updated. To download the latest version, please visit {0}",
+ "MessageThankYouForConnectSignUp": "Thank you for signing up for Emby Connect. An email will be sent to your address with instructions on how to confirm your new account. Please confirm the account and then return here to sign in.",
+ "MessageThankYouForConnectSignUpNoValidation": "Thank you for signing up for Emby Connect! You will now be asked to login with your Emby Connect information.",
+ "ErrorMessagePasswordNotMatchConfirm": "The password and password confirmation must match.",
+ "ErrorMessageUsernameInUse": "The username is already in use. Please choose a new name and try again.",
+ "ErrorMessageEmailInUse": "The email address is already in use. Please enter a new email address and try again, or use the forgot password feature.",
+ "HeaderUpcomingOnTV": "Upcoming On Live TV",
+ "HeaderOtherShowings": "Other Showings",
+ "Showings": "Showings",
+ "HeaderConnectToServer": "Connect to Server",
+ "ConnectToServerManually": "Connect to server manually",
+ "LabelEnterConnectUserNameHelp": "This is the e-mail address that you used to setup your Emby Connect account.",
+ "HeaderSignInError": "Sign In Error",
+ "HeaderManualLogin": "Manual Login",
+ "PasswordResetConfirmation": "Are you sure you wish to reset the password?",
+ "ContactAdminToResetPassword": "Please contact your system administrator to reset your password.",
+ "ForgotPasswordInNetworkRequired": "Please try again within your home network to initiate the password reset process.",
+ "ForgotPasswordFileCreated": "The following file has been created on your server and contains instructions on how to proceed:",
+ "ForgotPasswordFileExpiration": "The reset PIN will expire at {0}.",
+ "InvalidForgotPasswordPin": "An invalid or expired PIN was entered. Please try again.",
+ "PasswordResetForUsers": "Passwords have been removed for the following users. To login, sign in with a blank password.",
+ "HeaderForgotPassword": "Forgot Password?",
+ "ForgotPasswordUsernameHelp": "Leave this blank if you don't remember your user name.",
+ "HeaderPasswordReset": "Password Reset",
+ "AttributeNew": "New",
+ "Done": "Done",
+ "HeaderResetToDefault": "Reset to Default",
+ "Deinterlacing": "Deinterlacing",
+ "HeaderBurningInSubtitles": "Burning in Subtitles",
+ "Premiere": "Premiere",
+ "LabelPinCode": "PIN code",
+ "LabelLocalNetworkPinCode": "Local network PIN code",
+ "LabelLocalNetworkPasswordMode": "Local network sign in mode",
+ "RequirePasswordInLocalNetwork": "Require a password on the local network",
+ "NoPasswordInLocalNetwork": "Don't require a password on the local network",
+ "PinCodeInLocalNetwork": "Allow a numeric PIN code on the local network",
+ "LocalNetworkPasswordModeHelp": "Select the sign in method for devices on the same local network as your Emby Server.",
+ "HeaderLocalNetworkAccess": "Local Network Access",
+ "Live": "Live",
+ "Reset": "Reset",
+ "Repeat": "Repeat",
+ "Track": "Track",
+ "Tracks": "Tracks",
+ "HeaderCameraUpload": "Camera Upload",
+ "TrackCount": "{0} Tracks",
+ "ItemCount": "{0} Items",
+ "NumberChannelsValue": "{0} Channels",
+ "HeaderLatestMusic": "Latest Music",
+ "HeaderLatestAudioBooks": "Latest Audio Books",
+ "HeaderLatestDownloadedVideos": "Latest Downloaded Videos",
+ "HeaderRecentlyPlayed": "Recently Played",
+ "Recent": "Recent",
+ "HeaderFrequentlyPlayed": "Frequently Played",
+ "HeaderMoreLikeThis": "More Like This",
+ "HeaderMoreLikeThisOnLiveTV": "More Like This on Live TV",
+ "OriginalAirDateValue": "Original air date: {0}",
+ "EndsAtValue": "Ends at {0}",
+ "Date": "Date",
+ "AirDate": "Air Date",
+ "Played": "Played",
+ "Daily": "Daily",
+ "Weekly": "Weekly",
+ "RequireHashMatch": "Require a hash match",
+ "RequireHashMatchHelp": "Requiring a hash match will filter subtitles to include only those that have been tested with your exact video file. Unticking this will increase the number of matched subtitles, but will also increase the chances of mistimed or incorrect subtitle text.",
+ "SearchForForcedSubtitlesOnly": "Forced subtitles only",
+ "SearchForForcedSubtitlesOnlyHelp": "Requiring forced subtitles will limit results to subtitles that are tagged as having a foreign language.",
+ "LastEpisodeDateAdded": "Date Last Episode Added",
+ "LastEpisodeDateAired": "Date Last Episode Released",
+ "LabelPlaystate": "Play state",
+ "Studio": "Studio",
+ "Tag": "Tag",
+ "EpisodeTitle": "Episode Title",
+ "Audio": "Audio",
+ "Video": "Video",
+ "Subtitle": "Subtitle",
+ "Image": "Image",
+ "CopyStream": "Copy original stream",
+ "LabelAudioLayout": "Audio layout",
+ "LabelAudioCodec": "Audio codec",
+ "LabelAudioLanguage": "Audio language",
+ "LabelSubtitleLanguage": "Subtitle language",
+ "LabelVideoCodec": "Video codec",
+ "LabelSubtitleCodec": "Subtitle codec",
+ "LabelParentalRating": "Parental rating",
+ "BecauseYouLikeValue": "Because you like {0}",
+ "BecauseYouWatchedValue": "Because you watched {0}",
+ "DirectedByValue": "Directed by {0}",
+ "StarringValue": "Starring {0}",
+ "Invitations": "Invitations",
+ "ActorAsRole": "as {0}",
+ "ButtonOk": "Okay",
+ "GroupItemsIntoCollections": "Group items into collections",
+ "GroupItemsIntoCollectionsHelp": "Group items based on collections they've been added to. Enabling certain filters or sort orders may automatically disable this.",
+ "GroupItemsIntoTags": "Group items into tags",
+ "GroupItemsIntoTagsHelp": "Group items based on tags they've been added to. Enabling certain filters or sort orders may automatically disable this.",
+ "User": "User",
+ "Access": "Access",
+ "Users": "Users",
+ "Library": "Library",
+ "Devices": "Devices",
+ "Cancel": "Cancel",
+ "Restart": "Restart",
+ "Shutdown": "Shutdown",
+ "Logs": "Logs",
+ "Visibility": "Visibility",
+ "Notifications": "Notifications",
+ "SendTestNotification": "Send Test Notification",
+ "NotificationSent": "Notification sent",
+ "DeleteNotificationConfirmation": "Are you sure you wish to delete this notification?",
+ "DeleteNotification": "Delete Notification",
+ "AddNotification": "Add Notification",
+ "EditNotification": "Edit Notification",
+ "LimitUserEventsTo": "Limit user events to",
+ "LimitLibraryEventsTo": "Limit library events to",
+ "LimitDeviceEventsTo": "Limit devices events to",
+ "ForAdditionalNotificationOptions": "Additional notification services can be installed by the server administrator in the Emby {0}plug-in catalogue{1}.",
+ "Plugins": "Plugins",
+ "Systems": "Systems",
+ "Server": "Server",
+ "Dashboard": "Dashboard",
+ "PlayOnAnotherDevice": "Play on another device",
+ "HeaderConnectionHelp": "Connection Help",
+ "AccessRestrictedTryAgainLater": "Access is currently restricted. Please try again later.",
+ "ButtonGotIt": "Got It",
+ "RememberMe": "Remember me",
+ "EmbyServer": "Emby Server",
+ "ManageEmbyServer": "Manage Emby Server",
+ "ShutdownServer": "Shutdown Emby Server",
+ "RestartServer": "Restart Emby Server",
+ "RecordingCancelled": "Recording Cancelled",
+ "SeriesCancelled": "Series Cancelled",
+ "Recording": "Recording",
+ "SeriesRecording": "Series Recording",
+ "RecordingScheduled": "Recording Scheduled",
+ "SeriesRecordingScheduled": "Series Recording Scheduled",
+ "HeaderNewRecording": "New Recording",
+ "HeaderWakeServer": "Wake Server",
+ "AttemptingWakeServer": "Attempting to wake server. Please wait...",
+ "WakeServerSuccess": "Success!",
+ "HeaderCustomizeHomeScreen": "Customise Home Screen",
+ "WakeServerError": "Wake On LAN packets were sent to your server machine but we're unable to connect to your Emby Server. Your machine may need a little more time to wake or Emby Server may not be actively running on the machine.",
+ "Days": "Days",
+ "Network": "Network",
+ "Networks": "Networks",
+ "SortByValue": "Sort by {0}",
+ "HeaderSortBy": "Sort By",
+ "HeaderPhotoAlbums": "Photo Albums",
+ "Photos": "Photos",
+ "HeaderAppearsOn": "Appears On",
+ "List": "List",
+ "HeaderRecordSeries": "Record Series",
+ "HeaderCinemaMode": "Cinema Intros",
+ "Conversions": "Conversions",
+ "Downloads": "Downloads",
+ "HeaderManageDownloads": "Manage Downloads",
+ "InternalStorage": "Internal storage",
+ "ExternalStorage": "External storage",
+ "UploadToFollowingServers": "Upload to Servers",
+ "UploadingNumItems": "Uploading {0} of {1}",
+ "DownloadNumItems": "Downloading {0} of {1}",
+ "HeaderSampleRate": "Sample Rate",
+ "HeaderReferenceFrames": "Reference Frames",
+ "HeaderBitDepth": "Bit Depth",
+ "HeaderPixelFormat": "Pixel Format",
+ "Profile": "Profile",
+ "Bitrate": "Bitrate",
+ "Expand": "Expand",
+ "Container": "Container",
+ "Format": "Format",
+ "Path": "Path",
+ "Size": "Size",
+ "Resolution": "Resolution",
+ "HeaderCodecTag": "Codec Tag",
+ "Framerate": "Framerate",
+ "Interlaced": "Interlaced",
+ "Anamorphic": "Anamorphic",
+ "Level": "Level",
+ "Timestamp": "Timestamp",
+ "Language": "Language",
+ "Codec": "Codec",
+ "Stream": "Stream",
+ "HeaderExtradata": "Extra Data",
+ "HeaderHardwareAcceleratedTranscoding": "Hardware Accelerated Transcoding",
+ "HeaderHardwareAcceleratedTranscodingDescription": "Take advantage of your server's GPU. Emby has the most advanced and fastest hardware acceleration in the industry.",
+ "HeaderOfflineDownloads": "Offline Media",
+ "AndMuchMoreExclamation": "And much more!",
+ "HeaderOfflineDownloadsDescription": "Download media to your devices for easy offline use.",
+ "LiveTvFeatureDescription": "Stream Live TV to any Emby app, with a compatible TV tuner device installed on your Emby Server.",
+ "DvrFeatureDescription": "Schedule individual Live TV recordings, series recordings, and more with Emby DVR.",
+ "CinemaModeFeatureDescription": "Cinema Intros give you the true cinema experience with trailers and custom intros before the main feature.",
+ "HeaderFreeApps": "Free Emby Apps",
+ "FreeAppsFeatureDescription": "Enjoy free access to Emby apps for your devices.",
+ "HeaderBecomeProjectSupporter": "Get Emby Premiere",
+ "HeaderViewServerInfo": "View Server Info",
+ "PlaybackTvModeRequiresEmbyPremiere": "Media playback in TV mode requires an active {0}Emby Premiere subscription{1}.",
+ "FeatureRequiresEmbyPremiere": "This feature requires an active {0}Emby Premiere subscription{1}.",
+ "HeaderConvertYourRecordings": "Convert Your Recordings",
+ "Record": "Record",
+ "Save": "Save",
+ "Edit": "Edit",
+ "HeaderSavePlaylist": "Save Playlist",
+ "Latest": "Latest",
+ "Download": "Download",
+ "Downloaded": "Downloaded",
+ "Converted": "Converted",
+ "RemoveFromHistory": "Remove from History",
+ "ConfirmRemoveFromHistory": "Remove this item from the history?",
+ "Downloading": "Downloading",
+ "Advanced": "Advanced",
+ "LinkedToEmbyConnect": "Linked to Emby Connect",
+ "Delete": "Delete",
+ "Both": "Both",
+ "LabelChannelDisplay": "Channel display",
+ "HeaderDeleteItem": "Delete Item",
+ "HeaderDeleteUser": "Delete User",
+ "DeleteItemConfirmation": "Are you sure you wish to delete {0}?",
+ "DeleteUserConfirmation": "Are you sure you wish to delete user {0}?",
+ "DeleteUsersConfirmation": "Are you sure you wish to delete these {0} users?",
+ "HeaderDeleteDevice": "Delete Device",
+ "DeleteDeviceConfirmation": "Are you sure you wish to delete this device? It will reappear the next time a user signs in with it.",
+ "ConfirmDeleteItem": "Deleting this item will delete it from both the file system and your media library.",
+ "FollowingFilesWillBeDeleted": "The following files and folders will be deleted:",
+ "AreYouSureToContinue": "Are you sure you wish to continue?",
+ "Refresh": "Refresh",
+ "RefreshingMetadataDots": "Refreshing metadata...",
+ "ScanningLibraryFilesDots": "Scanning library files...",
+ "HeaderFavoritesThenByChannelNumber": "Favourites, then by Channel Number",
+ "HeaderAddToCollection": "Add to Collection",
+ "HeaderFavoritesThenByTitle": "Favourites, then by Title",
+ "HeaderFavoritesThenByDefault": "Favourites, then by Default Channel Order",
+ "HeaderDefaultChannelOrder": "Default Channel Order",
+ "HeaderAddToFavorites": "Add to Favourites",
+ "HeaderRemoveFromFavorites": "Remove from Favourites",
+ "Favorited": "Favourited",
+ "Unfavorited": "Unfavourited",
+ "HeaderNewCollection": "New Collection",
+ "HeaderNewPlaylist": "New Playlist",
+ "AllCollections": "All Collections",
+ "AllPlaylists": "All Playlists",
+ "Create": "Create",
+ "HeaderAddedToPlaylist": "Added to Playlist",
+ "HeaderAddedToCollection": "Added to Collection",
+ "OneItemAddedTo": "1 item added to \"{0}\".",
+ "ItemsAddedTo": "{0} items added to \"{1}\".",
+ "HeaderAddedToPlayQueue": "Added to Play Queue",
+ "HeaderPlayingNext": "Playing Next",
+ "Help": "Help",
+ "HeaderGetHelp": "Get Help",
+ "LabelTVDisplayMode": "Enable TV display mode",
+ "Desktop": "Desktop",
+ "Mobile": "Mobile / Tablet",
+ "Navigation": "Navigation",
+ "HeaderVideoPlayback": "Video Playback",
+ "TV": "TV",
+ "HeaderEmbyConnect": "Emby Connect",
+ "Seasons": "Seasons",
+ "OneTrack": "1 Track",
+ "OneSeason": "1 Season",
+ "Libraries": "Libraries",
+ "NumberSeasonsValue": "{0} Seasons",
+ "TVDisplayModeHelp": "Optimise the user interface on this device for display on a TV and input with a remote control. This is generally not recommended if your primary input method is a mouse or is touch-based.",
+ "LabelDisplayLanguage": "Display language",
+ "LabelDisplayLanguageHelp": "Translating Emby is an ongoing project.",
+ "LearnHowYouCanContribute": "Learn how you can contribute.",
+ "NewCollectionHelp": "Collections allow you to create personalised groupings of movies and other library content.",
+ "SearchForCollectionInternetMetadata": "Search the internet for artwork and metadata",
+ "DisplayMissingEpisodesWithinSeasons": "Display missing episodes within seasons",
+ "DisplayMissingEpisodesWithinSeasonsHelp": "This must also be enabled for TV libraries in Emby Server setup.",
+ "EnableThemeSongs": "Play 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": "Play theme videos",
+ "EnableThemeVideosHelp": "If enabled, theme videos will be played in the background while browsing the library.",
+ "RunAtStartup": "Run at startup",
+ "ServerStartup": "Server Startup",
+ "EmbyServerOnXHasStarted": "Emby Server on {0} has started.",
+ "LabelScreensaver": "Screensaver",
+ "LabelSoundEffects": "Sound effects",
+ "LabelName": "Name",
+ "NewCollectionNameExample": "Example: Star Wars Collection",
+ "MessageItemsAdded": "Items added.",
+ "OptionNew": "New...",
+ "LabelPlaylist": "Playlist",
+ "AddToPlaylist": "Add to playlist",
+ "HeaderAddToPlaylist": "Add to Playlist",
+ "Subtitles": "Subtitles",
+ "LabelTheme": "Theme",
+ "LabelSettingsTheme": "Settings theme",
+ "LabelThemeAccentColor": "Accent colour",
+ "ThemeAccentColorDescription": "Controls the colour of important indicators, icons and text.",
+ "SearchForSubtitles": "Search for Subtitles",
+ "LabelLanguage": "Language",
+ "Search": "Search",
+ "NoSubtitleSearchResultsFound": "No results found. Have you configured {0}subtitle downloading{1}?",
+ "NoLyricsSearchResultsFound": "No results found. Have you configured {0}lyrics downloading{1}?",
+ "Lyrics": "Lyrics",
+ "SearchForLyrics": "Search for Lyrics",
+ "Finish": "Finish",
+ "File": "File",
+ "Exit": "Exit",
+ "Sleep": "Sleep",
+ "Setup": "Setup",
+ "MessageAreYouSureDeleteSubtitles": "Are you sure you wish to delete this subtitle file?",
+ "ConfirmDeletion": "Confirm Deletion",
+ "MySubtitles": "My Subtitles",
+ "MessageDownloadQueued": "Download queued.",
+ "HeaderEditSubtitles": "Edit Subtitles",
+ "UnlockGuide": "Unlock Guide",
+ "HeaderRefreshMetadata": "Refresh Metadata",
+ "HeaderRefreshAllMetadata": "Refresh All Metadata",
+ "ReplaceExistingImages": "Replace existing images",
+ "ReplaceExistingImagesHelp": "All existing images will be deleted and new ones will be downloaded. In some cases this may result in fewer available images than before.",
+ "ReplaceAllMetadata": "Replace all metadata",
+ "SearchForMissingMetadata": "Search for missing metadata",
+ "LabelRefreshMode": "Refresh mode",
+ "NoItemsFound": "No items found.",
+ "HeaderSaySomethingLike": "Say Something Like...",
+ "ButtonTryAgain": "Try Again",
+ "HeaderYouSaid": "You Said...",
+ "MessageWeDidntRecognizeCommand": "We're sorry, we didn't recognise that command.",
+ "MessageIfYouBlockedVoice": "If you denied voice access to the app you'll need to reconfigure before trying again.",
+ "ValueDiscNumber": "Disc {0}",
+ "Unrated": "Unrated",
+ "Favorite": "Favourite",
+ "Like": "Like",
+ "Dislike": "Dislike",
+ "RefreshDialogHelp": "Metadata is updated with new data based on settings and metadata providers that are enabled in Emby library setup.",
+ "Open": "Open",
+ "Play": "Play",
+ "Pause": "Pause",
+ "HeaderPlayQueue": "Play Queue",
+ "HeaderAddToPlayQueue": "Add to Play Queue",
+ "Shuffle": "Shuffle",
+ "Identify": "Identify",
+ "HeaderRemoveIdentification": "Remove Identification",
+ "ResetMetadataConfirmation": "Are you sure you wish to reset all metadata?",
+ "HeaderEditMetadata": "Edit Metadata",
+ "Convert": "Convert",
+ "Resume": "Resume",
+ "HeaderInstantMix": "Instant Mix",
+ "HeaderGoToItem": "Go to Item",
+ "HeaderGoToSeason": "Go to Season",
+ "HeaderGoToSeries": "Go to Series",
+ "HeaderGoToAlbum": "Go to Album",
+ "HeaderGoToArtist": "Go to Artist",
+ "HeaderPlayAll": "Play All",
+ "PictureInPicture": "Picture in picture",
+ "Fullscreen": "Full screen",
+ "ExitFullscreen": "Exit full screen",
+ "Rewind": "Rewind",
+ "FastForward": "Fast-forward",
+ "Remove": "Remove",
+ "Rename": "Rename",
+ "Queue": "Queue",
+ "QueueAllFromHere": "Queue all from here",
+ "PlayAllFromHere": "Play all from here",
+ "PlayFromBeginning": "Play From Beginning",
+ "FromBeginning": "From Beginning",
+ "ResumeAt": "Resume from {0}",
+ "HeaderRemoveFromPlaylist": "Remove from Playlist",
+ "HeaderRemoveFromPlayQueue": "Remove from Play Queue",
+ "HeaderRemoveFromCollection": "Remove from Collection",
+ "Sort": "Sort",
+ "Trailer": "Trailer",
+ "SelectNone": "Select None",
+ "SelectAll": "Select All",
+ "HeaderMarkPlayed": "Mark Played",
+ "HeaderMarkUnplayed": "Mark Unplayed",
+ "HeaderGroupVersions": "Group Versions",
+ "PleaseSelectTwoItems": "Please select at least two items.",
+ "HeaderConfirmRecordingCancellation": "Confirm Recording Cancellation",
+ "MessageConfirmRecordingCancellation": "Cancel recording?",
+ "Album": "Album",
+ "AlbumArtist": "Album Artist",
+ "Error": "Error",
+ "VoiceInput": "Voice Input",
+ "LabelContentType": "Content type",
+ "LabelPath": "Path",
+ "Playlists": "Playlists",
+ "LabelTitle": "Title",
+ "LabelOriginalTitle": "Original title",
+ "LabelSortTitle": "Sort title",
+ "LabelDateAdded": "Date added",
+ "DateAdded": "Date Added",
+ "DateModified": "Date Modified",
+ "DatePlayed": "Date Played",
+ "DateLastActive": "Date Last Active",
+ "ConfigureDateAdded": "Configure how date added is determined in the Emby Server dashboard under Library settings",
+ "LabelStatus": "Status",
+ "LabelArtistsHelp": "Separate multiple using ;",
+ "HeaderAlbumArtists": "Album Artists",
+ "LabelAlbumArtists": "Album artists",
+ "LabelAlbum": "Album",
+ "Artist": "Artist",
+ "Artists": "Artists",
+ "ImdbRating": "IMDb Rating",
+ "CommunityRating": "Community Rating",
+ "LabelCommunityRating": "Community rating",
+ "LabelCriticRating": "Critic rating",
+ "CriticRating": "Critic Rating",
+ "LabelWebsite": "Website",
+ "Tagline": "Tagline",
+ "LabelOverview": "Overview",
+ "LabelShortOverview": "Short overview",
+ "LabelReleaseDate": "Release date",
+ "LabelPlaceOfBirth": "Place of birth",
+ "Aired": "Aired",
+ "LabelAirDays": "Air days",
+ "LabelAirTime": "Air time",
+ "LabelRuntimeMinutes": "Run time (minutes)",
+ "LabelCustomRating": "Custom rating",
+ "LabelOriginalAspectRatio": "Original aspect ratio",
+ "Label3DFormat": "3D format",
+ "FormatValue": "Format: {0}",
+ "DownloadsValue": "{0} Downloads",
+ "HashMatch": "Hash Match",
+ "EnableExternalVideoPlayers": "Enable external video players",
+ "EnableExternalVideoPlayersHelp": "An external player menu will be shown when starting video playback.",
+ "HeaderSpecialEpisodeInfo": "Special Episode Info",
+ "LabelAirsDuringSeason": "Airs during season",
+ "LabelAirsAfterSeason": "Airs after season",
+ "LabelAirsBeforeEpisode": "Airs before episode",
+ "HeaderExternalIds": "External IDs",
+ "HeaderDisplaySettings": "Display Settings",
+ "PlaylistOrder": "Playlist Order",
+ "CollectionOrder": "Collection Order",
+ "LabelDisplayOrder": "Display order",
+ "LabelFileOrder": "File order",
+ "Display": "Display",
+ "Countries": "Countries",
+ "Genres": "Genres",
+ "Studios": "Studios",
+ "Tags": "Tags",
+ "Links": "Links",
+ "Movie": "Movie",
+ "Program": "Programme",
+ "Channel": "Channel",
+ "Episode": "Episode",
+ "Season": "Season",
+ "HeaderMetadataSettings": "Metadata Settings",
+ "People": "People",
+ "Number": "Number",
+ "Lock": "Lock",
+ "HeaderScreenLocked": "Screen Locked",
+ "HeaderUnlockControls": "Unlock Controls",
+ "HeaderTapToUnlock": "Tap to Unlock",
+ "LabelMetadataDownloadLanguage": "Preferred metadata download language",
+ "LabelImageDownloadLanguage": "Preferred image download language",
+ "LabelLockItemToPreventChanges": "Lock this item to prevent future changes",
+ "LockThisField": "Lock this field to prevent future changes when refreshing metadata",
+ "MessageLeaveEmptyToInherit": "Leave empty to inherit settings from a parent item, or the global default value.",
+ "LabelCountry": "Country",
+ "LabelCertificationCountry": "Certification country",
+ "CertificationCountryHelp": "This will influence which content rating system is used.",
+ "LabelDynamicExternalId": "{0} ID",
+ "LabelBirthYear": "Birth year",
+ "LabelBirthDate": "Birth date",
+ "LabelDeathDate": "Death date",
+ "LabelEndDate": "End date",
+ "LabelSeasonNumber": "Season number",
+ "LabelEpisodeNumber": "Episode number",
+ "LabelTrackNumber": "Track number",
+ "LabelNumber": "Number",
+ "LabelDiscNumber": "Disc number",
+ "LabelParentNumber": "Parent number",
+ "SortName": "Sort Title",
+ "OriginalTitle": "Original Title",
+ "ReleaseDate": "Release Date",
+ "Continuing": "Continuing",
+ "Ended": "Ended",
+ "HeaderEnabledFields": "Enabled Fields",
+ "HeaderEnabledFieldsHelp": "Untick a field to lock it and prevent its data from being changed.",
+ "Backdrops": "Backdrops",
+ "Images": "Images",
+ "Runtime": "Runtime",
+ "ProductionLocations": "Production locations",
+ "BirthLocation": "Birth location",
+ "ParentalRating": "Parental Rating",
+ "PlayCount": "Play count",
+ "Name": "Name",
+ "Overview": "Overview",
+ "LabelType": "Type",
+ "LabelPersonRole": "Role",
+ "LabelPersonRoleHelp": "Example: Ice cream truck driver",
+ "Actor": "Actor",
+ "Composers": "Composers",
+ "Composer": "Composer",
+ "Director": "Director",
+ "GuestStar": "Guest star",
+ "Producer": "Producer",
+ "Writer": "Writer",
+ "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.",
+ "InstallingPackage": "Installing {0}",
+ "PackageInstallCompleted": "{0} installation completed.",
+ "PackageInstallFailed": "{0} installation failed.",
+ "PackageInstallCancelled": "{0} installation cancelled.",
+ "SeriesYearToPresent": "{0} - Present",
+ "OneDevice": "1 Device",
+ "DeviceCountValue": "{0} Devices",
+ "OneLog": "1 Log",
+ "LogCountValue": "{0} Logs",
+ "OneVote": "1 Vote",
+ "VoteCountValue": "{0} Votes",
+ "OneLike": "1 Like",
+ "LikeCountValue": "{0} Likes",
+ "OneUser": "1 User",
+ "UserCountValue": "{0} Users",
+ "OneLibrary": "1 Library",
+ "LibraryCountValue": "{0} Libraries",
+ "ValueOneItem": "1 Item",
+ "ValueOneEpisode": "1 episode",
+ "ValueEpisodeCount": "{0} episodes",
+ "Albums": "Albums",
+ "Song": "Song",
+ "Songs": "Songs",
+ "Authors": "Authors",
+ "Books": "Books",
+ "AudioBooks": "Audio books",
+ "HeaderAudioBooks": "Audio Books",
+ "HeaderAudioBook": "Audio Book",
+ "HeaderIdentifyItemHelp": "Enter one or more search criteria. Remove criteria to increase search results.",
+ "PleaseEnterNameOrId": "Please enter a name or an external ID.",
+ "MessageItemSaved": "Item saved.",
+ "SearchResults": "Search Results",
+ "ServerNameIsRestarting": "Emby Server - {0} is restarting.",
+ "ServerNameIsShuttingDown": "Emby Server - {0} is shutting down.",
+ "HeaderDeleteItems": "Delete Items",
+ "ConfirmDeleteItems": "Deleting these items will delete them from both the file system and your media library.",
+ "PleaseRestartServerName": "Please Restart Emby Server on {0}",
+ "ConvertingDots": "Converting...",
+ "LabelSyncNoTargetsHelp": "It looks like you don't currently have any apps that support offline downloading.",
+ "DownloadingDots": "Downloading...",
+ "LearnMore": "Learn more",
+ "LabelBitrateMbps": "Bitrate (Mbps)",
+ "ConvertUnwatchedVideosOnly": "Convert unplayed videos only",
+ "SyncUnwatchedVideosOnly": "Download unplayed videos only",
+ "ConvertUnwatchedVideosOnlyHelp": "Only videos that are not marked as fully played will be converted.",
+ "SyncUnwatchedVideosOnlyHelp": "Only videos that are not marked as fully played will be downloaded, and videos will be removed from the device as they are fully played.",
+ "AutomaticallySyncNewContent": "Automatically download new content",
+ "AutomaticallySyncNewContentHelp": "New content added to this folder will be automatically downloaded to the device.",
+ "AutomaticallyConvertNewContent": "Automatically convert new content",
+ "AutomaticallyConvertNewContentHelp": "New content added to this folder will be automatically converted.",
+ "LabelItemLimit": "Item limit",
+ "ConvertItemLimitHelp": "Optional. Set a limit to the number of items that will be converted.",
+ "DownloadItemLimitHelp": "Optional. Set a limit to the number of items that will be downloaded.",
+ "PleaseSelectDeviceToSyncTo": "Please select a device to download to.",
+ "Screenshots": "Screenshots",
+ "MoveRight": "Move right",
+ "MoveLeft": "Move left",
+ "HeaderUploadNewImage": "Upload New Image",
+ "HeaderDeleteImage": "Delete Image",
+ "ConfirmDeleteImage": "Delete image?",
+ "HeaderEditImages": "Edit Images",
+ "Settings": "Settings",
+ "ShowIndicatorsFor": "Show Indicators",
+ "Episodes": "Episodes",
+ "Programs": "Programmes",
+ "HeaderCastCrew": "Cast & Crew",
+ "DvrSubscriptionRequired": "Emby Live TV & DVR require an active {0}Emby Premiere subscription{1}.",
+ "HeaderCancelRecording": "Cancel Recording",
+ "HeaderKeepRecording": "Keep Recording",
+ "HeaderCancelSeries": "Cancel Series",
+ "HeaderKeepSeries": "Keep Series",
+ "HeaderLearnMore": "Learn More",
+ "SeriesSettings": "Series settings",
+ "HeaderRecordingOptions": "Recording Options",
+ "HeaderDoNotRecord": "Do not record",
+ "HeaderSeriesOptions": "Series Options",
+ "Layout": "Layout",
+ "Channels": "Channels",
+ "ChannelNameOnly": "Channel {0} only",
+ "Anytime": "Anytime",
+ "AnyLanguage": "Any language",
+ "AroundTime": "Around {0}",
+ "HeaderLatestMovies": "Latest Movies",
+ "All": "All",
+ "Stop": "Stop",
+ "AllChannels": "All channels",
+ "NewEpisodesOnly": "New episodes only",
+ "AllEpisodes": "All episodes",
+ "LabelStartWhenPossible": "Start when possible",
+ "LabelStopWhenPossible": "Stop when possible",
+ "MinutesBefore": "minutes before",
+ "MinutesAfter": "minutes after",
+ "SkipEpisodesAlreadyInMyLibrary": "Don't record episodes that are already in my library",
+ "SkipEpisodesAlreadyInMyLibraryHelp": "Episodes will be compared using season and episode numbers, when available.",
+ "LabelKeepUpTo": "Keep up to",
+ "AsManyAsPossible": "As many as possible",
+ "DefaultErrorMessage": "There was an error processing the request. Please try again later.",
+ "UntilIDelete": "Until I delete",
+ "UntilSpaceNeeded": "Until space needed",
+ "Categories": "Categories",
+ "Sports": "Sports",
+ "News": "News",
+ "Movies": "Movies",
+ "Music": "Music",
+ "Kids": "Kids",
+ "MoreFromValue": "More from {0}",
+ "DiedValue": "Died: {0}",
+ "BornValue": "Born: {0}",
+ "EnableColorCodedBackgrounds": "Apply coloured backgrounds to shows, based on their category",
+ "SortChannelsBy": "Sort channels by",
+ "ChannelNumber": "Channel Number",
+ "HeaderBenefitsEmbyPremiere": "Benefits of Emby Premiere",
+ "ThankYouForTryingEnjoyOneMinute": "Please enjoy one minute of playback. Thank you for trying Emby.",
+ "HeaderTryPlayback": "Try Playback",
+ "HowDidYouPay": "How did you pay?",
+ "IHaveEmbyPremiere": "I have Emby Premiere",
+ "IPurchasedThisApp": "I purchased this app",
+ "ButtonRestorePreviousPurchase": "Restore Purchase",
+ "ButtonUnlockWithPurchase": "Unlock with Purchase",
+ "ButtonUnlockPrice": "Unlock {0}",
+ "EmbyPremiereMonthlyWithPrice": "Emby Premiere Monthly {0}",
+ "HeaderAlreadyPaid": "Already Paid?",
+ "ButtonPlayOneMinute": "Play One Minute",
+ "PlaceFavoriteChannelsAtBeginning": "Place favourite channels at the beginning",
+ "HeaderUnlockFeature": "Unlock Feature",
+ "MessageDidYouKnowCinemaMode": "Did you know that with Emby Premiere, you can enhance your experience with features like Cinema Intros?",
+ "HeaderPlayMyMedia": "Play my Media",
+ "HeaderDiscoverEmbyPremiere": "Discover Emby Premiere",
+ "HeaderNowPlaying": "Now Playing",
+ "Items": "Items",
+ "AppName": "App Name",
+ "OneChannel": "One channel",
+ "ConfirmRemoveDownload": "Remove download?",
+ "ConfirmRemoveItem": "Remove item?",
+ "RemoveDownload": "Remove Download",
+ "ConfirmCancelConversion": "Cancel conversion?",
+ "CancelConversion": "Cancel Conversion",
+ "KeepDownload": "Keep download",
+ "AddedOnValue": "Added {0}",
+ "RemovingFromDevice": "Removing from device",
+ "KeepOnDevice": "Keep on device",
+ "CancelDownload": "Cancel download",
+ "SyncJobItemStatusReadyToTransfer": "Ready to Transfer",
+ "SyncJobItemStatusSyncedMarkForRemoval": "Removing from device",
+ "SyncJobItemStatusQueued": "Queued",
+ "SyncJobItemStatusConverting": "Converting",
+ "SyncJobItemStatusTransferring": "Transferring",
+ "SyncJobItemStatusSynced": "Downloaded",
+ "Failed": "Failed",
+ "SyncJobItemStatusRemovedFromDevice": "Removed from device",
+ "Cancelled": "Cancelled",
+ "Retry": "Retry",
+ "Continue": "Continue",
+ "ContinueInSecondsValue": "Continue in {0} seconds.",
+ "HeaderRemoteControl": "Remote Control",
+ "Disconnect": "Disconnect",
+ "EnableDisplayMirroring": "Enable display mirroring",
+ "RemoteAccess": "Remote Access",
+ "HeaderPlayOn": "Play On",
+ "Quality": "Quality",
+ "Auto": "Auto",
+ "AndroidUnlockRestoreHelp": "To restore your previous purchase, please ensure you're signed into the device with the same Google (or Amazon) account that originally made the purchase. Make sure the app store is enabled and not restricted by any parental controls, and ensure you have an active Internet connection. You'll only have to do this once to restore your previous purchase.",
+ "HeaderAspectRatio": "Aspect Ratio",
+ "Original": "Original",
+ "Fill": "Fill",
+ "Cover": "Cover",
+ "MessageNoServersAvailableToConnect": "No servers are available to connect to. If you've been invited to share a server, make sure to accept it below or by clicking the link in the email.",
+ "MessagePlayAccessRestricted": "Playback of this content is currently restricted. Please contact your Emby Server administrator for more information.",
+ "Accept": "Accept",
+ "Reject": "Reject",
+ "Connect": "Connect",
+ "HeaderMyMedia": "My Media",
+ "HeaderMyMediaSmall": "My Media (small)",
+ "LatestFromLibrary": "Latest {0}",
+ "HeaderLatestEpisodes": "Latest Episodes",
+ "ContinuePlaying": "Continue playing",
+ "ContinueWatching": "Continue watching",
+ "HeaderLatestChannelMedia": "Latest Channel Items",
+ "HeaderContinueWatching": "Continue Watching",
+ "HeaderContinueListening": "Continue Listening",
+ "HeaderActiveRecordings": "Active Recordings",
+ "HeaderLatestRecordings": "Latest Recordings",
+ "LabelConvertTo": "Convert to",
+ "LabelDownloadTo": "Download to",
+ "HeaderDownloadToDots": "Download to...",
+ "Next": "Next",
+ "LabelSource": "Source",
+ "VersionNumber": "Version {0}",
+ "HeaderAllLanguages": "All Languages",
+ "Previous": "Previous",
+ "HeaderNextUp": "Next Up",
+ "HeaderPlayNextUp": "Play Next Up",
+ "HeaderLatestFrom": "Latest from {0}",
+ "LabelHomeScreenSectionValue": "Home screen section {0}",
+ "PasswordResetComplete": "The password has been reset.",
+ "PasswordSaved": "Password saved.",
+ "SettingsSaved": "Settings saved.",
+ "Upcoming": "Upcoming",
+ "HeaderSelectImageFile": "Select Image File",
+ "None": "None",
+ "More": "More",
+ "Up": "Up",
+ "Down": "Down",
+ "Home": "Home",
+ "Back": "Back",
+ "Random": "Random",
+ "Playback": "Playback",
+ "Favorites": "Favourites",
+ "HeaderHomeScreen": "Home Screen",
+ "HeaderLatestChannelItems": "Latest Channel Items",
+ "HeaderLibraryOrder": "Library Order",
+ "HeaderOnNow": "On Now",
+ "HeaderForKids": "For Kids",
+ "HeaderPlaybackError": "Playback Error",
+ "PlaybackErrorNotAllowed": "You're currently not authorised to play this content. Please contact your system administrator for details.",
+ "RateLimitExceeded": "Your account has exceeded the maximum streaming limit set by your Emby Server administrator. Please contact them for assistance.",
+ "PlaybackErrorNoCompatibleStream": "No compatible streams are currently available. Please try again later or contact your system administrator for details.",
+ "PlaybackErrorPlaceHolder": "Please insert the disc in order to play this video.",
+ "PlaybackErrorNoPlayableItems": "No playable items were found. Are you trying to play an empty folder?",
+ "Guide": "Guide",
+ "Games": "Games",
+ "GameSystem": "Game System",
+ "Suggestions": "Suggestions",
+ "HeaderFavoriteChannels": "Favourite Channels",
+ "HeaderFavoriteCollections": "Favourite Collections",
+ "HeaderFavoritePlaylists": "Favourite Playlists",
+ "Collection": "Collection",
+ "Collections": "Collections",
+ "LabelSelectFolderGroups": "Automatically group content from the following folders into views such as Movies, Music and TV:",
+ "LabelSelectFolderGroupsHelp": "Folders that are unticked will be displayed by themselves in their own view.",
+ "Mute": "Mute",
+ "Unmute": "Unmute",
+ "Folder": "Folder",
+ "Folders": "Folders",
+ "FileName": "File Name",
+ "DisplayInOtherHomeScreenSections": "Display in secondary home screen sections such as latest media and continue watching",
+ "DisplayInMyMedia": "Display on home screen",
+ "Shows": "Shows",
+ "MoviesAndShows": "Movies & Shows",
+ "HeaderMusicVideo": "Music Video",
+ "HeaderMusicVideos": "Music Videos",
+ "MusicVideos": "Music videos",
+ "Videos": "Videos",
+ "MixedContent": "Mixed content",
+ "HomeVideos": "Home videos",
+ "HomeVideosAndPhotos": "Home videos & photos",
+ "TVShows": "TV shows",
+ "HeaderLibraryFolders": "Library Folders",
+ "HeaderTermsOfPurchase": "Terms of Purchase",
+ "PrivacyPolicy": "Privacy policy",
+ "TermsOfUse": "Terms of Use",
+ "HeaderRepeatMode": "Repeat Mode",
+ "HeaderToneMapping": "Tone Mapping",
+ "RepeatOne": "Repeat one",
+ "RepeatAll": "Repeat all",
+ "LabelDefaultScreen": "Default screen",
+ "ConfirmEndPlayerSession": "Would you like to shutdown Emby on {0}?",
+ "Yesterday": "Yesterday",
+ "Yes": "Yes",
+ "No": "No",
+ "HeaderScanLibraryFiles": "Scan Library Files",
+ "LiveTV": "Live TV",
+ "Schedule": "Schedule",
+ "Recordings": "Recordings",
+ "ScanForNewAndUpdatedFiles": "Scan for new and updated files",
+ "NewVersionOfXAvailableForY": "{0} is Available for {1}",
+ "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",
+ "HeaderHardwareAcceleratedDecoding": "Hardware Accelerated Decoding",
+ "HeaderHardwareAcceleratedEncoding": "Hardware Accelerated Encoding",
+ "HeaderDirectPlay": "Direct Play",
+ "DirectPlaying": "Direct playing",
+ "DirectStreaming": "Direct streaming",
+ "Transcode": "Transcode",
+ "Transcoding": "Transcoding",
+ "ContainerBitrateExceedsLimit": "Reducing bitrate due to quality setting",
+ "VideoCodecNotSupported": "Converting video to compatible codec",
+ "AudioCodecNotSupported": "Converting audio to compatible codec",
+ "SubtitleCodecNotSupported": "Converting subtitles directly into video",
+ "DirectPlayError": "Recovering from playback error",
+ "ContainerNotSupported": "Converting to compatible container",
+ "VideoLevelNotSupported": "Converting to compatible video level",
+ "AudioBitrateNotSupported": "Converting to compatible audio bitrate",
+ "AudioChannelsNotSupported": "Converting to compatible number of audio channels",
+ "VideoResolutionNotSupported": "Converting to compatible video resolution",
+ "AudioProfileNotSupported": "Converting to compatible audio profile",
+ "AudioSampleRateNotSupported": "Converting to compatible audio sample rate",
+ "AnamorphicVideoNotSupported": "Anamorphic video not supported",
+ "InterlacedVideoNotSupported": "Deinterlacing video",
+ "SecondaryAudioNotSupported": "Selecting secondary audio track",
+ "ExternalAudioNotSupported": "Selecting external audio track",
+ "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",
+ "Offline": "Offline",
+ "HeaderSignUp": "Sign Up",
+ "ServerDownloadMessage": "To download and install the free Emby Server, visit {0}",
+ "ServerDownloadMessageWithoutLink": "To download and install the free Emby Server, visit the Emby website.",
+ "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. Alternatively, try entering their e-mail 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 e-mail to {0} from the e-mail 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 e-mail to {0}, and include your e-mail 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 e-mail will be sent to the owner of the account. The invitation will need to be confirmed by clicking a link within the e-mail.",
+ "HeaderEmbyAccountAdded": "Emby Account Added",
+ "Skip": "Skip",
+ "HeaderAdditionalParts": "Additional Parts",
+ "ButtonGenerateNewPin": "Generate New Pin",
+ "ConnectLoginHelp1": "With Emby Connect you can easily access your Emby Server wherever you are and share servers with your family and friends.",
+ "CreatePinErrorMessage": "An error occurred while creating a pin code. Please click Generate New Pin to try again.",
+ "PinExpiredMessage": "The pin code has expired. Please click Generate New Pin to try again.",
+ "ConnectPinCodeHeader": "To sign in with Emby Connect, use a mobile device or computer to visit {0} and enter the following pin code:",
+ "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",
+ "Absolute": "Absolute",
+ "Smart": "Smart",
+ "Small": "Small",
+ "Smaller": "Smaller",
+ "Medium": "Medium",
+ "Large": "Large",
+ "Larger": "Larger",
+ "ExtraLarge": "Extra large",
+ "ExtraSmall": "Extra small",
+ "Forced": "Forced",
+ "External": "External",
+ "HeaderEmbeddedTitle": "Embedded Title",
+ "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.",
+ "HeaderSubtitleSettings": "Subtitle Settings",
+ "HeaderSubtitleAppearance": "Subtitle Appearance",
+ "OnlyForcedSubtitlesHelp": "Only subtitles marked as forced will be loaded.",
+ "AutoSelectHearingImpairedHelp": "Subtitles matching the language preference will be loaded, with a preference given to tracks that are marked as hearing impaired (SDH).",
+ "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 colour",
+ "LabelWindowBackgroundColor": "Text background colour",
+ "LabelFont": "Font",
+ "LabelTextColor": "Text colour",
+ "LabelBackgroundColor": "Background colour",
+ "LabelBackgroundOpacity": "Background opacity",
+ "Raised": "Raised",
+ "Depressed": "Depressed",
+ "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).",
+ "Normal": "Normal",
+ "HeaderWaitingForWifi": "Waiting for Wi-Fi",
+ "WifiRequiredToDownload": "A Wi-Fi connection is required to continue downloading.",
+ "DownloadOnlyOnWifi": "Download only on Wi-Fi",
+ "LabelMusicDownloadQuality": "Music download quality",
+ "MusicDownloadQualityHelp": "Audio files with a higher bitrate will be converted by Emby Server. Select a higher value for better quality, or a lower value to conserve local storage space.",
+ "HeaderDownloadSettings": "Download Settings",
+ "LabelDownloadLocation": "Download location",
+ "BrowseForFolder": "BrowseForFolder",
+ "Unlimited": "Unlimited",
+ "NoLimit": "No limit",
+ "Hide": "Hide",
+ "HeaderKeepWatching": "Keep Watching",
+ "HeaderNextEpisode": "Next Episode",
+ "AudioBitDepthNotSupported": "Converting to compatible audio bit depth",
+ "VideoBitrateNotSupported": "Converting to compatible video bitrate",
+ "VideoProfileNotSupported": "Converting to compatible video profile",
+ "VideoFramerateNotSupported": "Converting to compatible video framerate",
+ "VideoBitDepthNotSupported": "Converting to compatible video bit depth",
+ "RefFramesNotSupported": "Converting to compatible number of video reference frames",
+ "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.",
+ "HeaderStopRecording": "Stop Recording",
+ "ManageRecording": "Manage recording",
+ "LabelDropImageHere": "Drag and drop image here, or click to select an image to upload.",
+ "MessageFileReadError": "There was an error reading the file. Please try again.",
+ "Browse": "Browse",
+ "HeaderUploadImage": "Upload Image",
+ "HeaderAddUpdateImage": "Add/Update Image",
+ "HeaderShowFields": "Show Fields",
+ "LabelView": "View",
+ "LabelImageType": "Image type",
+ "Upload": "Upload",
+ "Primary": "Primary",
+ "PrimaryImageBlur": "Primary image blur",
+ "Art": "Art",
+ "Backdrop": "Backdrop",
+ "Banner": "Banner",
+ "Box": "Box",
+ "BoxRear": "Box (Rear)",
+ "Disc": "Disc",
+ "Logo": "Logo",
+ "LogoDark": "Logo (Dark Version)",
+ "LogoLight": "Logo (Light Version)",
+ "LogoLightColor": "Logo (Light with Colour)",
+ "Menu": "Menu",
+ "Screenshot": "Screenshot",
+ "Thumb": "Thumb",
+ "HeaderAudioSettings": "Audio Settings",
+ "LabelAudioLanguagePreference": "Preferred audio language",
+ "LabelPlayDefaultAudioTrack": "Play default audio track regardless of language",
+ "HeaderVideoQuality": "Video Quality",
+ "CinemaModeConfigurationHelp": "Cinema Intros bring the theatre experience straight to your living room with the ability to play trailers and custom intros before the main feature.",
+ "ShowUpNextPreview": "Show up next preview",
+ "ShowUpNextPreviewHelp": "Show information for the next item near the end of the current one.",
+ "PlayNextEpisodeAutomatically": "Play next episode automatically",
+ "LabelMaxChromecastBitrate": "Chromecast streaming quality",
+ "LabelSkipBackLength": "Skip back length",
+ "LabelSkipForwardLength": "Skip forward length",
+ "EnableCinemaMode": "Enable Cinema Intros",
+ "LabelInternetQuality": "Remote streaming quality",
+ "LabelCellularQuality": "Remote streaming quality (mobile)",
+ "HeaderMusicQuality": "Music Quality",
+ "LabelHomeNetworkQuality": "Home streaming quality",
+ "HeaderLatestMedia": "Latest Media",
+ "HeaderRestartingEmbyServer": "Restarting Emby Server",
+ "RestartPleaseWaitMessage": "Please wait while Emby Server shuts down and restarts. This may take a minute or two.",
+ "HeaderPlayNext": "Play Next",
+ "AutoBasedOnLanguageSetting": "Auto (based on device setting)",
+ "SameAsMainTheme": "Same as main theme",
+ "LabelDateTimeLocale": "Date/time locale",
+ "Genre": "Genre",
+ "DirectorValue": "Director: {0}",
+ "DirectorsValue": "Directors: {0}",
+ "GenreValue": "Genre: {0}",
+ "GenresValue": "Genres: {0}",
+ "TagsValue": "Tags: {0}",
+ "Off": "Off",
+ "Title": "Title",
+ "Year": "Year",
+ "Filter": "Filter",
+ "Filters": "Filters",
+ "Unplayed": "Unplayed",
+ "LabelTVHomeScreen": "TV mode home screen",
+ "Horizontal": "Horizontal",
+ "Vertical": "Vertical",
+ "HeaderGroupBy": "Group By",
+ "HeaderMediaType": "Media Type",
+ "GroupBySeries": "Group by series",
+ "HeaderVideoType": "Video Type",
+ "HeaderSeriesStatus": "Series Status",
+ "Features": "Features",
+ "Trailers": "Trailers",
+ "Extras": "Extras",
+ "ThemeSongs": "Theme songs",
+ "ThemeVideos": "Theme videos",
+ "HeaderFavoriteMovies": "Favourite Movies",
+ "HeaderFavoritePhotos": "Favourite Photos",
+ "HeaderFavoriteShows": "Favourite Shows",
+ "HeaderFavoriteEpisodes": "Favourite Episodes",
+ "HeaderFavoriteVideos": "Favourite Videos",
+ "HeaderFavoriteMusicVideos": "Favourite Music Videos",
+ "HeaderFavoriteGames": "Favourite Games",
+ "HeaderFavoriteArtists": "Favourite Artists",
+ "HeaderFavoriteAlbums": "Favourite Albums",
+ "HeaderFavoriteSongs": "Favourite Songs",
+ "HeaderFavoriteAuthors": "Favourite Authors",
+ "HeaderFavoriteAudioBooks": "Favourite Audio Books",
+ "Ascending": "Ascending",
+ "Descending": "Descending",
+ "HeaderColorPrimaries": "Colour Primaries",
+ "HeaderColorSpace": "Colour Space",
+ "HeaderColorTransfer": "Colour Transfer",
+ "HeaderVideoRange": "Video Range",
+ "SeriesDisplayOrderHelp": "Order episodes by air date, DVD order, or absolute numbering.",
+ "LabelVerticalPositionFromBottom": "Vertical position (from bottom)",
+ "HeaderFavoritePeople": "Favourite People",
+ "MultiSelect": "Multi-Select",
+ "HeaderSignOut": "Sign Out",
+ "HeaderSelectServer": "Select Server",
+ "HeaderChangeServer": "Change Server",
+ "HeaderChangeUser": "Change User",
+ "HeaderAppSettings": "App Settings",
+ "HeaderLoginSettings": "Login Settings",
+ "LabelRememberLogin": "Remember login",
+ "LabelAutomaticallySignOut": "Automatically sign out",
+ "BetaTesterMessage": "Thank you for being an Emby beta tester! Please leave feedback in the {0}Testing Area of the Emby Community{1}.",
+ "HardwareAccelerated": "Hardware accelerated",
+ "Software": "Software",
+ "Metadata": "Metadata",
+ "HeaderMediaInfo": "Media Info",
+ "Locked": "Locked",
+ "HeaderSplitVersionsApart": "Split Versions Apart",
+ "Any": "Any",
+ "Admin": "Admin",
+ "HeaderReadMore": "Read More",
+ "CustomRatingHelp": "A custom rating is used for parental control evaluations but is not displayed. The parental rating field is still displayed.",
+ "KeepUpToHelp": "Recordings over the limit are deleted when the next recording begins. Oldest recordings are deleted first, by date added.",
+ "NoItemsMatchingFound": "No items matching your search criteria were found.",
+ "TwoSearchCharsRequired": "Please enter at least two search characters.",
+ "PreventPlaybackContinuing": "Prevent playback from continuing indefinitely by periodically prompting for user input.",
+ "PromptStillWatching": "Enable 'Are You Still Watching?' prompt",
+ "HeaderMissingMetadata": "Missing Metadata",
+ "HeaderIncludedIn": "Included In",
+ "EmbyConnectUserAlreadyLinked": "The Emby Connect user is already linked to another user on this server.",
+ "VideoFilesWillBeConvertedTo": "Converted videos will be saved as {0}.",
+ "VideoWillBeConvertedTo": "Video streams will be converted to {0}, or copied from the original file if they are already {0} and the quality fits within the conversion options.",
+ "VideoWillBeConvertedToOrCopied": "Video streams will be converted to {0}, or copied from the original file if they are any of ({1}), and the quality fits within the conversion options.",
+ "AudioWillBeConvertedTo": "Audio streams will be converted to {0}, or copied from the original file if they are already {0} and the quality fits within the conversion options.",
+ "AudioWillBeConvertedToOrCopied": "Audio streams will be converted to {0}, or copied from the original file if they are any of ({1}), and the quality fits within the conversion options.",
+ "HeaderSpecialKeys": "Special Keys",
+ "FollowingSpecialKeys": "The following special keys are supported on most keyboards and remote controls:",
+ "HeaderDeleteSeries": "Delete Series",
+ "HeaderDeleteLastPlayedEpisode": "Delete Last Played Episode",
+ "HeaderConnectingToServer": "Connecting to Server",
+ "ServerNameValue": "Server name: {0}",
+ "DomainValue": "Domain: {0}",
+ "RatedValue": "Rated {0}",
+ "LocalServerRedirectMessage": "You will now be redirected to the domain owned and operated by the administrator of the server you've chosen to connect to:",
+ "AllMediaOwnedHosted": "All media is hosted and managed by the owner of {0}.",
+ "EnableResolutionSwitching": "Match video resolution",
+ "EnableResolutionSwitchingHelp": "This enables Emby to change the resolution to the same value the video was encoded in before starting playback. This may help minimise the amount of stutter/judder that you might otherwise see when playing videos which do not match up well.",
+ "EnableDisplayRefreshRateSwitching": "Enable display refresh rate switching",
+ "EnableDisplayRefreshRateSwitchingHelp": "This enables Emby to change the display refresh rate to the same value (or multiple of) as the framerate the video was encoded in before starting playback. This may help minimise the amount of stutter/judder that you might otherwise see when playing videos which do not match up well.",
+ "RememberSelectedAudioTracks": "Remember audio track selections",
+ "RememberSelectedSubtitleTracks": "Remember subtitle track selections",
+ "RememberSelectedSubtitleTracksHelp": "Subtitle track selections will be remembered on a per video basis and reapplied when playing the same video again.",
+ "RememberSelectedAudioTracksHelp": "Audio track selections will be remembered on a per video basis and reapplied when playing the same video again.",
+ "ClearSavedTrackSelections": "Clear saved track selections",
+ "HeaderClearTrackSelections": "Clear Saved Track Selections",
+ "QuestionClearSavedTracks": "Clear all saved track selections?",
+ "LabelChannelTags": "Channel tags",
+ "AfterThisPlaysConfirmation": "After this plays, do you want to keep playing or clear the music you previously queued?",
+ "Keep": "Keep",
+ "Clear": "Clear",
+ "HeaderClearFilters": "Clear Filters",
+ "HeaderSearchForImages": "Search for Images",
+ "HeaderSearchNewImage": "Search for a New Image",
+ "HeaderSearchForAnImage": "Search for an Image",
+ "DragDropToReorder": "Drag and Drop to Reorder",
+ "HeaderAddImageFromUrl": "Add Image from URL",
+ "HeaderSetImageFromUrl": "Set Image from URL",
+ "LabelUrl": "URL",
+ "LabelChannelNumber": "Channel number",
+ "LabelGuideDataChannel": "Guide data channel",
+ "GuideDataSource": "Guide Data Source",
+ "HeaderCopyToClipboard": "Copy to Clipboard",
+ "TimeRemainingValue": "{0} remaining",
+ "LabelResumeRewindSeconds": "When resuming, automatically rewind",
+ "ResumeRewindSecondsHelp": "This may help you remember where you left off. This applies to the initial resume and not each individual pause during playback.",
+ "HeaderSavePlayQueueToPlaylist": "Save Play Queue to Playlist",
+ "EnableLogoImagesAsTitle": "Display logo images as titles on detail screens",
+ "EnableLogoImagesAsTitleHelp": "When available, logo images can be used in place of title text on video, series and other detail screens. The title will fallback to text when a logo image is not available.",
+ "LabelNowPlayingAudioBackgroundStyle": "Now playing audio background style",
+ "LabelNowPlayingVideoBackgroundStyle": "Now playing video background style",
+ "NowPlayingVideoBackgroundStyleHelp": "Determines the background style when remote controlling video playback on another device.",
+ "Rotation": "Rotation",
+ "Minutes": "Minutes",
+ "LabelMaxRecordingLength": "Max recording length",
+ "MaxRecordingLengthHelp": "Limit recordings to a specified period of time, regardless of the duration of the broadcast. Set to 0 for no limit.",
+ "RemoteWAN": "Remote (WAN) Address",
+ "HeaderLastConnectedTo": "Last Connection To",
+ "Version": "Version",
+ "Keyword": "Keyword",
+ "HeaderServerAddress": "Server Address",
+ "HeaderSkipIntro": "Skip Intro",
+ "HeaderCreateRecording": "Create Recording",
+ "HeaderAddRecording": "Add Recording",
+ "HeaderChannelAndTime": "Channel and Time",
+ "LabelRecordProgramOrSeriesFrom": "Record a programme or series from",
+ "LabelStartTime": "Start time",
+ "LabelEndTime": "End time",
+ "LabelFrequency": "Frequency",
+ "Recurring": "Recurring",
+ "Once": "Once",
+ "Start": "Start",
+ "Unpause": "Unpause",
+ "LabelIntroSkipMode": "Intro skip mode",
+ "ShowSkipIntroButton": "Show 'Skip Intro' button",
+ "AutoSkipIntro": "Automatically skip intros",
+ "DisplayRatingInformationOnVideoPlaybackStart": "Display rating information on video playback start",
+ "DisplayRatingInformationOnVideoPlaybackStartHelp": "The rating information will display briefly when video playback begins.",
+ "IntroSkipModeHelp": "Display a 'Skip Intro' button or automatically skip intros for episodes in which Emby Server has detected intro markers. Intro detection must be enabled in Emby Server library options.",
+ "EnableHomeScreenFocusPreview": "Use a layout on the home screen that shows a detailed preview of the selected item",
+ "EnableHomeScreenFocusPreviewHelp": "This may not work well if your home screen contains a mixture of different media types.",
+ "LabelHideMediaTransportButtons": "Hide video player transport buttons",
+ "HideMediaTransportButtonsHelp": "Create a simpler on-screen playback interface by hiding basic transport buttons such as skip forward, back and pause. You'll still be able to use these functions using arrow keys and OK/Enter. Auto will hide the transport buttons when no mouse usage is detected within the app.",
+ "ImageSizeHelp": "Set your preferred size of image grids.",
+ "LabelImageSize": "Image size",
+ "ThisImageIsOnlyPreview": "This image is only a preview that came from the metadata search engine. The actual image that Emby Server downloads may be different and will depend on the options you've configured in Emby library setup.",
+ "ResultsRangeValue": "{0} to {1} of {2}",
+ "NotificationsDescription": "Setup notifications to stay informed of important events on your Emby Server.",
+ "DeleteEmbyConnectAccount": "Delete Emby Connect Account",
+ "DeleteEmbyConnectAccountHelp": "To delete your Emby Connect account, please sign in to the {0}Emby Community{1} at {2}. Once signed in, click your user name in the top right, then click Account Settings and click Delete My Account.",
+ "KeepPlayingInBackground": "Keep playing in the background",
+ "LabelVideoBackBehavior": "Video player back button behaviour",
+ "HeaderViewLyrics": "View Lyrics",
+ "HeaderViewMissingEpisodes": "View Missing Episodes",
+ "HeaderMissingEpisodes": "Missing Episodes",
+ "HeaderManageAccess": "Manage Access",
+ "HeaderManageCollaboration": "Manage Collaboration",
+ "HeaderLeaveCollaboration": "Leave Collaboration",
+ "HeaderRemoveFromLibrary": "Remove from Library",
+ "RemoveSharedItemConfirmation": "Are you sure you wish to remove this item from your library? In order to get it back, the owner will need to grant you access again.",
+ "SubtitlesDownloaded": "Subtitles Downloaded",
+ "HeaderMakePrivate": "Make Private",
+ "HeaderMakePublic": "Make Public",
+ "MakePublicDescription": "All users will be able to view this item. Users can be granted access to edit.",
+ "MakePrivateDescription": "Users can still be granted access individually.",
+ "Private": "Private",
+ "Public": "Public",
+ "Collaborative": "Collaborative",
+ "PreferredShowDisplay": "Preferred TV show display",
+ "ShowAllEpisodesAllSeasons": "Show all episodes of all seasons together",
+ "ShowAllEpisodesSingleSeason": "Show all episodes for only single season shows",
+ "ShowSeasonFolders": "Always show season folders",
+ "HeaderAddAgain": "Add Again",
+ "UpNext": "Up Next",
+ "ItemsAlreadyInPlaylist": "Some of these items are already in your playlist.",
+ "ItemAlreadyInPlaylist": "This item is already in your playlist.",
+ "HeaderPlayChannel": "Play Channel",
+ "LabelScreenOrientationDuringVideo": "Screen orientation during video playback",
+ "UseDeviceSetting": "Use device setting",
+ "LockToLandscape": "Lock to landscape",
+ "UsernameForFolderHelp": "The user name required to access this folder on your network (if applicable).",
+ "PasswordForFolderHelp": "The password required to access this folder on your network (if applicable).",
+ "ShowMediaInfoOnDetailScreens": "Show full media at the bottom of audio and video detail screens",
+ "ForgotPasswordNoUserFound": "No users were found with the entered name. Please try again, or leave the name blank to reset the password for all users on this server.",
+ "Silver": "Silver",
+ "DimGray": "Dim Grey",
+ "DarkGray": "Dark Grey",
+ "LightGray": "Light Grey",
+ "Black": "Black",
+ "Blue": "Blue",
+ "Cyan": "Cyan",
+ "Gray": "Grey",
+ "Green": "Green",
+ "Lime": "Lime",
+ "Magenta": "Magenta",
+ "Orange": "Orange",
+ "Pink": "Pink",
+ "Red": "Red",
+ "Yellow": "Yellow",
+ "White": "White",
+ "Purple": "Purple",
+ "RecentlyReleasedMovies": "Recently Released Movies",
+ "RecentlyReleasedEpisodes": "Recently Released Episodes",
+ "DolbyProfile": "Dolby Profile",
+ "IpAddress": "IP Address",
+ "VideoType": "Video Type",
+ "HidePlayedMediaFrom": "Hide Played Media From",
+ "BottomEdgePosition": "Bottom Edge Position",
+ "VerticalPositionFromBottomScreen": "Set the vertical position of the subtitles relative to the bottom of the screen.",
+ "TopEdgePosition": "Top Edge Position",
+ "TopEdgePositionHelp": "Set the highest allowed vertical position of the subtitles relative to the top of the screen. This is used when the subtitles contain positioning instructions to be placed at the top.",
+ "HeaderSubtitlePosition": "Subtitle Position",
+ "TitleProfilePin": "Profile PIN",
+ "ProfilePinConfirm": "Profile PIN (confirm)",
+ "SaveProfilePin": "Save PIN",
+ "ProfilePinDescription": "Create an optional PIN to be prompted for entry whenever you return to an Emby app on a device that you've already authenticated with. This is useful if you have devices that are shared by multiple users. You can choose to enable it selectively on each device as required.",
+ "TitleNewEpisodes": "New Episodes",
+ "EnterYourPinToContinue": "Enter your PIN to continue.",
+ "YourPinMustBe": "Your PIN must be {0} digits.",
+ "ForgotPin": "Forgot PIN?",
+ "RequireEnteringPinToReturn": "Require entering my profile PIN whenever I return to this app.",
+ "RequireEnteringPinToReturnQuestion": "Should we prompt you for your profile PIN whenever you return to this app? If this device is shared by multiple users, your profile PIN can help prevent the other users from accessing your data.",
+ "RequireEnteringPinToReturnHelp": "Useful if this device is shared by multiple users.",
+ "WrongPinPleaseTryAgain": "Whoops, wrong PIN. Please try again.",
+ "ProfilePinIsOn": "Profile PIN is currently on.",
+ "IfTryingToConnectToHttp": "If you're trying to connect to your Emby Server using an HTTP address, your browser may not be allowing this due to HTTPS requirements. Please try one of the following:",
+ "SetupHttpsForYourServer": "Setup {0}HTTPS for your Emby Server{1} so that you can connect using HTTPS.",
+ "TitleUnableToReachServer": "Unable to Reach Server",
+ "TitleUnableToReachName": "Unable to Reach {0}",
+ "HearingImpaired": "Hearing Impaired",
+ "SignIntoServerName": "Sign in to {0}",
+ "About": "About",
+ "Specials": "Specials",
+ "NSettings": "{0} Settings",
+ "NPreferences": "{0} Preferences",
+ "DetailScreenOptions": "Detail Screens",
+ "LabelGenreDisplayLimit": "Genre display limit",
+ "GenreDisplayLimitHelp": "Limit the number of genres displayed at the top of item detail screens.",
+ "GenreDisplayLimitForListsHelp": "Limit the number of genres displayed at the top of playlist, collection and artist detail screens.",
+ "LabelGenreDisplayLimitForLists": "Genre display limit for lists",
+ "ShowPosterOnDetails": "Show a poster on the detail screen",
+ "ShowPosterOnDetailsHelp": "Choose to show a poster on video detail screens or hide it for a more minimal look that emphasises the background. This setting is not used on smaller screen layouts. Some item types will ignore this setting.",
+ "EnableAppLogging": "Enable app logging",
+ "EnableAppLoggingHelp": "Logging can degrade app performance and should only be enabled as needed for troubleshooting purposes. Changes require restarting the app.",
+ "LabelSlideshowInterval": "Photo slideshow time per slide",
+ "TVChannelImageEditorHelp": "Multiple logo versions are supported. Emby apps will automatically choose the appropiate one depending on the current theme.",
+ "PlaySlideshow": "Play Slideshow",
+ "CheckForExistingEpisodesInAllLibraries": "Check for existing episodes in all libraries",
+ "GroupNotificationsBySeriesOrAlbum": "Group notifications by series and albums",
+ "ThemeSettings": "Theme Settings",
+ "FollowingActivityWillBeDisrupted": "The following activity will be disrupted and may require manual intervention to restart:",
+ "OneActivePlaybackSession": "1 Active Playback Session",
+ "NumActivePlaybackSessions": "{0} Active Playback Sessions",
+ "OneActiveRecording": "1 Active Recording",
+ "NumActiveRecordings": "{0} Active Recordings",
+ "PlayFromLivePosition": "Play from the live position",
+ "PlayFromStartOfRecording": "Play from the start of the recording",
+ "ThisChannelIsActivelyRecording": "This channel is actively recording. How would you like to begin playing?",
+ "ThemeSongVolume": "Theme song volume",
+ "HeaderForceConversionForFormats": "Force Transcoding for Formats",
+ "ForceConversionForFormatsHelp": "Use this to force server-side transcoding or remuxing for formats that don't direct play very well on this device.",
+ "StartupBehavior": "Startup behaviour",
+ "RememberLastUser": "Remember last user",
+ "ShowLoginScreen": "Show login screen",
+ "SignInAsValue": "Sign in as {0}",
+ "ConvertUnsupportedAudio": "Convert unsupported surround audio to Dolby Digital",
+ "ConvertUnsupportedAudioHelp": "Avoid downmixing unsupported surround formats to stereo by having Emby Server transcode them to Dolby Digital.",
+ "HeaderPlaybackCorrection": "Playback Correction",
+ "HeaderAttemptPlaybackCorrection": "Attempt Playback Correction",
+ "PlaybackCorrectionConfirm": "Attempt playback correction?",
+ "PlaybackCorrectionDescription": "Is the current item exhibiting a playback problem such as no video or audio? This will try and correct playback issues using server transcoding to convert this file into a more streaming friendly format. This will result in increased resource consumption on this Emby Server.",
+ "PlaybackCorrectionDescription2": "You can do this up to three times per video, where remuxing, video transcoding and audio transcoding are each activated one at a time.",
+ "HeaderAlbumsAsContributingArtist": "Albums as Contributing Artist",
+ "HeaderAlbumsAsComposer": "Albums as Composer",
+ "Duplicates": "Duplicates",
+ "HeaderSleepTimer": "Sleep Timer",
+ "AfterCurrentItem": "After current item",
+ "HeaderStopPlayback": "Stop Playback",
+ "TurnOffTimer": "Turn off timer",
+ "SleepTimerIsSet": "Your sleep timer is set",
+ "SleepTimerIsOff": "Your sleep timer is off",
+ "LabelEnableRemoteControlTVMode": "Display casting and remote control functions",
+ "EnableRemoteControlTVModeHelp": "Enable if you intend to use this device to send media to other devices.",
+ "ShowOnScreenControls": "Show on-screen controls",
+ "LabelVideoScreenUpAction": "Video screen up action",
+ "VideoScreenUpActionHelp": "Select the action to take when pressing the Up key on the video screen. This applies when no on-screen controls are currently visible. When controls are already visible, the Up key will be used for navigation.",
+ "LabelVideoPlayerLongPressAction": "Video player long press action",
+ "LetsGetSetup": "Let's Get Set Up",
+ "VideoPlayerLongPressActionHelp": "Choose what function or menu is shown when long pressing the OK button during video playback. This only takes effect when the video controls are hidden or the seek bar has focus.",
+ "AskAdminToGetPremiere": "This purchase must be made by the server administrator. Please ask the administrator of this Emby Server to sign in and get Emby Premiere so that you can enjoy access to premium features.",
+ "AutoOpenSingleItemsFolders": "Auto open single items in folder view",
+ "AutoOpenSingleItemsFoldersHelp": "When a folder only contains one item, automatically open that item.",
+ "PlayedOnValue": "Played {0}",
+ "TheseSettingsApplyAppDevice": "These settings apply to all users playing on this device.",
+ "LastContentDateAdded": "Date Last Content Added",
+ "RepeatThemeMedia": "Play themes on repeat",
+ "HideEpisodeSpoilerInfo": "Hide spoiler information from unwatched episodes",
+ "HideEpisodeSpoilerInfoHelp": "Hides the image and overview for unwatched episodes on most screens.",
+ "BornValueAge": "Born: {0} (age {1})",
+ "PreferDirectStreamLiveTV": "Prefer direct streaming of Live TV",
+ "PreferDirectStreamLiveTVHelp": "Direct streaming Live TV will reduce resource consumption on your Emby Server but may not be as seekable during playback. Enabling this will direct stream Live TV when the format is supported and is within your configured quality setting. Disable this to enjoy more seeking during playback, at the cost of additional resource consumption.",
+ "HeaderAllRecordings": "All Recordings",
+ "RememberLoginDescription": "After signing in, you can use the app settings to configure the startup behaviour to remember login, sign in as a specific user, or always show the login screen.",
+ "ForgetThisServer": "Forget This Server",
+ "ForgetServerConfirmation": "Are you sure you wish to forget this server?",
+ "HeaderThisDevice": "This Device",
+ "ChaptersGuide": "Chapters / Live TV Guide",
+ "ChaptersGuideHelp": "Show Chapters for media with chapters. For media without chapters, show the Live TV Guide (when available).",
+ "HeaderShowSeriesImages": "Show Series Images",
+ "AppExitConfirmation": "Are you ready to exit Emby?",
+ "AppExitMenu": "Exit menu",
+ "SideMenu": "Side navigation menu",
+ "SystemStorage": "System storage ({0})"
+}
diff --git a/modules/common/strings/en-US.json b/modules/common/strings/en-US.json
new file mode 100644
index 0000000..c0be371
--- /dev/null
+++ b/modules/common/strings/en-US.json
@@ -0,0 +1,1340 @@
+{
+ "EmbyLoginTerms": "Emby is designed to help you manage your personal media library, such as home videos and photos. Please see our {0}terms of use{1}. The use of any Emby software constitutes acceptance of these terms.",
+ "MessageUnableToConnectToServer": "We're unable to connect to the selected server right now. Please ensure it is running and try again.",
+ "EmbyIntroMessage": "With Emby you can easily stream videos, music and photos to smart phones, tablets and other devices from your Emby Server.",
+ "HeaderSignInWithConnect": "Sign in with Emby Connect",
+ "HeaderWelcomeToEmby": "Welcome to Emby",
+ "HeaderNewUsers": "New Users",
+ "HeaderPleaseSignIn": "Please Sign In",
+ "MessageInvalidUser": "Invalid username or password. Please try again.",
+ "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.",
+ "ValueSpecialEpisodeName": "Special - {0}",
+ "HeaderSignIn": "Sign In",
+ "Share": "Share",
+ "Shared": "Shared",
+ "Info": "Info",
+ "Add": "Add",
+ "Speed": "Speed",
+ "PlaybackSpeed": "Playback Speed",
+ "Chapters": "Chapters",
+ "Password": "Password",
+ "SavePassword": "Save Password",
+ "LabelPassword": "Password",
+ "HeaderResetPassword": "Reset Password",
+ "Series": "Series",
+ "Preview": "Preview",
+ "Submit": "Submit",
+ "Never": "Never",
+ "Table": "Table",
+ "HeaderScheduledTasks": "Scheduled Tasks",
+ "Plays": "Plays",
+ "LastUsedAddressValue": "Last used {0}",
+ "LabelKeywordType": "Keyword type",
+ "HeaderSelectColumns": "Select Columns",
+ "HeaderTopResults": "Top Results",
+ "HeaderPinSidebar": "Pin Sidebar",
+ "Collapse": "Collapse",
+ "LabelBackgroundVideoPlayback": "Background video playback",
+ "BackgroundVideoPlaybackHelp": "Background playback allows video to keep playing even when the screen is turned off.",
+ "AlwaysOn": "Always on",
+ "HeadphonesOrExternalSpeakersConnected": "Headphones or external speakers connected",
+ "HeaderKeyboardAndRemote": "Keyboard and Remote",
+ "NoSelectedItemsSupportOperation": "There are no items selected that support this operation.",
+ "NoOperationsForSelectedItems": "There are no operations available for the selected items.",
+ "UploadOnlyOnWifi": "Upload only on Wifi",
+ "HeaderFoldersToUpload": "Folders to Upload",
+ "LabelPasswordConfirm": "Password (confirm)",
+ "HeaderMoveUpInOrder": "Move Up In Order",
+ "HeaderDownUpInOrder": "Move Down In Order",
+ "LabelUsername": "Username",
+ "HeaderAddServer": "Add Server",
+ "HeaderSubtitleOffset": "Subtitle Offset",
+ "Watching": "Watching",
+ "HeaderRemoveFromContinueWatching": "Remove from Continue Watching",
+ "RemoveThisTitleFromContinueWatching": "Remove this title from Continue Watching?",
+ "HeaderRemoveFromContinueListening": "Remove from Continue Listening",
+ "RemoveThisTitleFromContinueListening": "Remove this title from Continue Listening?",
+ "HeaderIncreaseSubtitleOffset": "Increase Subtitle Offset",
+ "HeaderDecreaseSubtitleOffset": "Decrease Subtitle Offset",
+ "Close": "Close",
+ "HeaderSeeAll": "See All",
+ "HeaderOpenInNewWindow": "Open in New Window",
+ "LabelEmail": "Email",
+ "LabelHost": "Host",
+ "LabelHostHelp": "Example: 192.168.1.100 or https:\/\/myserver.com",
+ "LabelPort": "Port",
+ "Disabled": "Disabled",
+ "Uninstall": "Uninstall",
+ "Enable": "Enable",
+ "AllTuners": "All Tuners",
+ "Disable": "Disable",
+ "NextValue": "Next: {0}",
+ "HeaderNextItem": "Next Item",
+ "HeaderPreviousItem": "Previous Item",
+ "NoTrailersMessage": "No Trailers found. To add Trailers, please install the Trailer plugin from the {0}Emby plugin catalog{1}.",
+ "UninstallPluginConfirmation": "Are you sure you wish to uninstall this plugin?",
+ "HeaderUninstallPlugin": "Uninstall Plugin",
+ "AreYouStillWatching": "Are you still watching?",
+ "LabelCurrentPassword": "Current password",
+ "LabelNewPassword": "New password",
+ "LabelNewPasswordConfirm": "New password confirm",
+ "HeaderRemovePassword": "Remove Password",
+ "ServerUpdateNeeded": "This Emby Server needs to be updated. To download the latest version, please visit {0}",
+ "MessageThankYouForConnectSignUp": "Thank you for signing up for Emby Connect. An email will be sent to your address with instructions on how to confirm your new account. Please confirm the account and then return here to sign in.",
+ "MessageThankYouForConnectSignUpNoValidation": "Thank you for signing up for Emby Connect! You will now be asked to login with your Emby Connect information.",
+ "ErrorMessagePasswordNotMatchConfirm": "The password and password confirmation must match.",
+ "ErrorMessageUsernameInUse": "The username is already in use. Please choose a new name and try again.",
+ "ErrorMessageEmailInUse": "The email address is already in use. Please enter a new email address and try again, or use the forgot password feature.",
+ "HeaderUpcomingOnTV": "Upcoming On Live TV",
+ "HeaderOtherShowings": "Other Showings",
+ "Showings": "Showings",
+ "HeaderConnectToServer": "Connect to Server",
+ "ConnectToServerManually": "Connect to server manually",
+ "LabelEnterConnectUserNameHelp": "This is the email address that you used to setup your Emby Connect account.",
+ "HeaderSignInError": "Sign In Error",
+ "HeaderManualLogin": "Manual Login",
+ "PasswordResetConfirmation": "Are you sure you wish to reset the password?",
+ "ContactAdminToResetPassword": "Please contact your system administrator to reset your password.",
+ "ForgotPasswordInNetworkRequired": "Please try again within your home network to initiate the password reset process.",
+ "ForgotPasswordFileCreated": "The following file has been created on your server and contains instructions on how to proceed:",
+ "ForgotPasswordFileExpiration": "The reset pin will expire at {0}.",
+ "InvalidForgotPasswordPin": "An invalid or expired pin was entered. Please try again.",
+ "PasswordResetForUsers": "Passwords have been removed for the following users. To login, sign in with a blank password.",
+ "HeaderForgotPassword": "Forgot Password?",
+ "ForgotPasswordUsernameHelp": "Leave this blank if you don't remember your username.",
+ "HeaderPasswordReset": "Password Reset",
+ "AttributeNew": "New",
+ "Done": "Done",
+ "HeaderResetToDefault": "Reset to Default",
+ "Deinterlacing": "Deinterlacing",
+ "HeaderBurningInSubtitles": "Burning in Subtitles",
+ "Premiere": "Premiere",
+ "LabelPinCode": "Pin code",
+ "LabelLocalNetworkPinCode": "Local network pin code",
+ "LabelLocalNetworkPasswordMode": "Local network sign in mode",
+ "RequirePasswordInLocalNetwork": "Require a password on the local network",
+ "NoPasswordInLocalNetwork": "Don't require a password on the local network",
+ "PinCodeInLocalNetwork": "Allow a numeric pin code on the local network",
+ "LocalNetworkPasswordModeHelp": "Select the sign in method for devices on the same local network as your Emby Server.",
+ "HeaderLocalNetworkAccess": "Local Network Access",
+ "Live": "Live",
+ "Reset": "Reset",
+ "Repeat": "Repeat",
+ "Track": "Track",
+ "Tracks": "Tracks",
+ "HeaderCameraUpload": "Camera Upload",
+ "TrackCount": "{0} Tracks",
+ "ItemCount": "{0} Items",
+ "NumberChannelsValue": "{0} Channels",
+ "HeaderLatestMusic": "Latest Music",
+ "HeaderLatestAudioBooks": "Latest Audio Books",
+ "HeaderLatestDownloadedVideos": "Latest Downloaded Videos",
+ "HeaderRecentlyPlayed": "Recently Played",
+ "Recent": "Recent",
+ "HeaderFrequentlyPlayed": "Frequently Played",
+ "HeaderMoreLikeThis": "More Like This",
+ "HeaderMoreLikeThisOnLiveTV": "More Like This on Live TV",
+ "OriginalAirDateValue": "Original air date: {0}",
+ "EndsAtValue": "Ends at {0}",
+ "Date": "Date",
+ "AirDate": "Air Date",
+ "Played": "Played",
+ "Daily": "Daily",
+ "Weekly": "Weekly",
+ "RequireHashMatch": "Require a hash match",
+ "RequireHashMatchHelp": "Requiring a hash match will filter subtitles to include only those that have been tested with your exact video file. Unchecking this will increase the number of matched subtitles, but will also increase the chances of mistimed or incorrect subtitle text.",
+ "SearchForForcedSubtitlesOnly": "Forced subtitles only",
+ "SearchForForcedSubtitlesOnlyHelp": "Requiring forced subtitles will limit results to subtitles that are tagged as having a foreign language.",
+ "LastContentDateAdded": "Date Last Content Added",
+ "LastEpisodeDateAdded": "Date Last Episode Added",
+ "LastEpisodeDateAired": "Date Last Episode Released",
+ "LabelPlaystate": "Playstate",
+ "Studio": "Studio",
+ "Tag": "Tag",
+ "EpisodeTitle": "Episode Title",
+ "Audio": "Audio",
+ "Video": "Video",
+ "Subtitle": "Subtitle",
+ "Image": "Image",
+ "CopyStream": "Copy original stream",
+ "LabelAudioLayout": "Audio layout",
+ "LabelAudioCodec": "Audio codec",
+ "LabelAudioLanguage": "Audio language",
+ "LabelSubtitleLanguage": "Subtitle language",
+ "LabelVideoCodec": "Video codec",
+ "LabelSubtitleCodec": "Subtitle codec",
+ "LabelParentalRating": "Parental rating",
+ "BecauseYouLikeValue": "Because you like {0}",
+ "BecauseYouWatchedValue": "Because you watched {0}",
+ "DirectedByValue": "Directed by {0}",
+ "StarringValue": "Starring {0}",
+ "Invitations": "Invitations",
+ "ActorAsRole": "as {0}",
+ "ButtonOk": "OK",
+ "GroupItemsIntoCollections": "Group items into collections",
+ "GroupItemsIntoCollectionsHelp": "Group items based on collections they've been added to. Enabling certain filters or sort orders may automatically disable this.",
+ "GroupItemsIntoTags": "Group items into tags",
+ "GroupItemsIntoTagsHelp": "Group items based on tags they've been added to. Enabling certain filters or sort orders may automatically disable this.",
+ "User": "User",
+ "Access": "Access",
+ "Users": "Users",
+ "Library": "Library",
+ "Devices": "Devices",
+ "Cancel": "Cancel",
+ "Restart": "Restart",
+ "Shutdown": "Shutdown",
+ "Logs": "Logs",
+ "Visibility": "Visibility",
+ "Notifications": "Notifications",
+ "SendTestNotification": "Send Test Notification",
+ "NotificationSent": "Notification sent",
+ "DeleteNotificationConfirmation": "Are you sure you wish to delete this notification?",
+ "DeleteNotification": "Delete Notification",
+ "AddNotification": "Add Notification",
+ "EditNotification": "Edit Notification",
+ "LimitUserEventsTo": "Limit user events to",
+ "LimitLibraryEventsTo": "Limit library events to",
+ "LimitDeviceEventsTo": "Limit devices events to",
+ "ForAdditionalNotificationOptions": "Additional notification services can be installed by the server administrator in the Emby {0}plugin catalog{1}.",
+ "Plugins": "Plugins",
+ "Systems": "Systems",
+ "Server": "Server",
+ "Dashboard": "Dashboard",
+ "PlayOnAnotherDevice": "Play on another device",
+ "HeaderConnectionHelp": "Connection Help",
+ "AccessRestrictedTryAgainLater": "Access is currently restricted. Please try again later.",
+ "ButtonGotIt": "Got It",
+ "RememberMe": "Remember me",
+ "EmbyServer": "Emby Server",
+ "ManageEmbyServer": "Manage Emby Server",
+ "ShutdownServer": "Shutdown Emby Server",
+ "RestartServer": "Restart Emby Server",
+ "RecordingCancelled": "Recording Cancelled",
+ "SeriesCancelled": "Series Cancelled",
+ "Recording": "Recording",
+ "SeriesRecording": "Series Recording",
+ "RecordingScheduled": "Recording Scheduled",
+ "SeriesRecordingScheduled": "Series Recording Scheduled",
+ "HeaderNewRecording": "New Recording",
+ "HeaderWakeServer": "Wake Server",
+ "AttemptingWakeServer": "Attempting to wake server. Please wait...",
+ "WakeServerSuccess": "Success!",
+ "HeaderCustomizeHomeScreen": "Customize Home Screen",
+ "WakeServerError": "Wake On LAN packets were sent to your server machine, but we're unable to connect to your Emby Server. Your machine may need a little more time to wake, or Emby Server may not be actively running on the machine.",
+ "Days": "Days",
+ "Network": "Network",
+ "Networks": "Networks",
+ "SortByValue": "Sort by {0}",
+ "HeaderSortBy": "Sort By",
+ "HeaderPhotoAlbums": "Photo Albums",
+ "Photos": "Photos",
+ "HeaderAppearsOn": "Appears On",
+ "List": "List",
+ "HeaderRecordSeries": "Record Series",
+ "HeaderCinemaMode": "Cinema Intros",
+ "Conversions": "Conversions",
+ "Downloads": "Downloads",
+ "HeaderManageDownloads": "Manage Downloads",
+ "InternalStorage": "Internal storage",
+ "ExternalStorage": "External storage",
+ "UploadToFollowingServers": "Upload to Servers",
+ "UploadingNumItems": "Uploading {0} of {1}",
+ "DownloadNumItems": "Downloading {0} of {1}",
+ "HeaderSampleRate": "Sample Rate",
+ "HeaderReferenceFrames": "Reference Frames",
+ "HeaderBitDepth": "Bit Depth",
+ "HeaderPixelFormat": "Pixel Format",
+ "Profile": "Profile",
+ "Bitrate": "Bitrate",
+ "Expand": "Expand",
+ "Container": "Container",
+ "Format": "Format",
+ "Path": "Path",
+ "Size": "Size",
+ "Resolution": "Resolution",
+ "HeaderCodecTag": "Codec Tag",
+ "Framerate": "Framerate",
+ "Interlaced": "Interlaced",
+ "Anamorphic": "Anamorphic",
+ "Level": "Level",
+ "Timestamp": "Timestamp",
+ "Language": "Language",
+ "Codec": "Codec",
+ "Stream": "Stream",
+ "HeaderExtradata": "Extra Data",
+ "HeaderHardwareAcceleratedTranscoding": "Hardware Accelerated Transcoding",
+ "HeaderHardwareAcceleratedTranscodingDescription": "Take advantage of your server GPU. Emby has the most advanced and fastests hardware accelleration in the industry.",
+ "HeaderOfflineDownloads": "Offline Media",
+ "AndMuchMoreExclamation": "And much more!",
+ "HeaderOfflineDownloadsDescription": "Download media to your devices for easy offline use.",
+ "LiveTvFeatureDescription": "Stream Live TV to any Emby app, with a compatible TV tuner device installed on your Emby Server.",
+ "DvrFeatureDescription": "Schedule individual Live TV recordings, series recordings, and more with Emby DVR.",
+ "CinemaModeFeatureDescription": "Cinema Intros give you the true cinema experience with trailers and custom intros before the main feature.",
+ "HeaderFreeApps": "Free Emby Apps",
+ "FreeAppsFeatureDescription": "Enjoy free access to Emby apps for your devices.",
+ "HeaderBecomeProjectSupporter": "Get Emby Premiere",
+ "HeaderViewServerInfo": "View Server Info",
+ "PlaybackTvModeRequiresEmbyPremiere": "Media playback in TV mode requires an active {0}Emby Premiere subscription{1}.",
+ "FeatureRequiresEmbyPremiere": "This feature requires an active {0}Emby Premiere subscription{1}.",
+ "HeaderConvertYourRecordings": "Convert Your Recordings",
+ "Record": "Record",
+ "Save": "Save",
+ "Edit": "Edit",
+ "HeaderSavePlaylist": "Save Playlist",
+ "Latest": "Latest",
+ "Download": "Download",
+ "Downloaded": "Downloaded",
+ "Converted": "Converted",
+ "RemoveFromHistory": "Remove from History",
+ "ConfirmRemoveFromHistory": "Remove this item from the history?",
+ "Downloading": "Downloading",
+ "Advanced": "Advanced",
+ "LinkedToEmbyConnect": "Linked to Emby Connect",
+ "Delete": "Delete",
+ "Both": "Both",
+ "LabelChannelDisplay": "Channel display",
+ "HeaderDeleteItem": "Delete Item",
+ "HeaderDeleteUser": "Delete User",
+ "DeleteItemConfirmation": "Are you sure you wish to delete {0}?",
+ "ForgetServerConfirmation": "Are you sure you wish to forget this server?",
+ "DeleteUserConfirmation": "Are you sure you wish to delete user {0}?",
+ "DeleteUsersConfirmation": "Are you sure you wish to delete these {0} users?",
+ "HeaderDeleteDevice": "Delete Device",
+ "DeleteDeviceConfirmation": "Are you sure you wish to delete this device? It will reappear the next time a user signs in with it.",
+ "ConfirmDeleteItem": "Deleting this item will delete it from both the file system and your media library.",
+ "FollowingFilesWillBeDeleted": "The following files and folders will be deleted:",
+ "AreYouSureToContinue": "Are you sure you wish to continue?",
+ "Refresh": "Refresh",
+ "RefreshingMetadataDots": "Refreshing metadata...",
+ "ScanningLibraryFilesDots": "Scanning library files...",
+ "HeaderFavoritesThenByChannelNumber": "Favorites, Then by Channel Number",
+ "HeaderAddToCollection": "Add to Collection",
+ "HeaderFavoritesThenByTitle": "Favorites, Then by Title",
+ "HeaderFavoritesThenByDefault": "Favorites, Then by Default Channel Order",
+ "HeaderDefaultChannelOrder": "Default Channel Order",
+ "HeaderAddToFavorites": "Add to Favorites",
+ "HeaderRemoveFromFavorites": "Remove from Favorites",
+ "Favorited": "Favorited",
+ "Unfavorited": "Unfavorited",
+ "HeaderNewCollection": "New Collection",
+ "HeaderNewPlaylist": "New Playlist",
+ "AllCollections": "All Collections",
+ "AllPlaylists": "All Playlists",
+ "Create": "Create",
+ "HeaderAddedToPlaylist": "Added to Playlist",
+ "HeaderAddedToCollection": "Added to Collection",
+ "OneItemAddedTo": "1 item added to \"{0}\".",
+ "ItemsAddedTo": "{0} items added to \"{1}\".",
+ "HeaderAddedToPlayQueue": "Added to Play Queue",
+ "HeaderPlayingNext": "Playing Next",
+ "Help": "Help",
+ "HeaderGetHelp": "Get Help",
+ "LabelTVDisplayMode": "Enable TV display mode",
+ "Desktop": "Desktop",
+ "Mobile": "Mobile \/ Tablet",
+ "Navigation": "Navigation",
+ "HeaderVideoPlayback": "Video Playback",
+ "TV": "TV",
+ "HeaderEmbyConnect": "Emby Connect",
+ "Seasons": "Seasons",
+ "OneTrack": "1 Track",
+ "OneSeason": "1 Season",
+ "Libraries": "Libraries",
+ "NumberSeasonsValue": "{0} Seasons",
+ "TVDisplayModeHelp": "Optimize the user interface on this device for display on a TV and input method with a remote control. This is generally not recommended if your primary input method is a mouse or is touch-based.",
+ "LabelDisplayLanguage": "Display language",
+ "LabelDisplayLanguageHelp": "Translating Emby is an ongoing project.",
+ "LearnHowYouCanContribute": "Learn how you can contribute.",
+ "NewCollectionHelp": "Collections allow you to create personalized groupings of movies and other library content.",
+ "SearchForCollectionInternetMetadata": "Search the internet for artwork and metadata",
+ "DisplayMissingEpisodesWithinSeasons": "Display missing episodes within seasons",
+ "DisplayMissingEpisodesWithinSeasonsHelp": "This must also be enabled for TV libraries in Emby Server setup.",
+ "EnableThemeSongs": "Play 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": "Play theme videos",
+ "EnableThemeVideosHelp": "If enabled, theme videos will be played in the background while browsing the library.",
+ "RunAtStartup": "Run at startup",
+ "ServerStartup": "Server Startup",
+ "EmbyServerOnXHasStarted": "Emby Server on {0} has started.",
+ "LabelScreensaver": "Screensaver",
+ "LabelSoundEffects": "Sound effects",
+ "LabelName": "Name",
+ "NewCollectionNameExample": "Example: Star Wars Collection",
+ "MessageItemsAdded": "Items added.",
+ "OptionNew": "New...",
+ "LabelPlaylist": "Playlist",
+ "AddToPlaylist": "Add to playlist",
+ "HeaderAddToPlaylist": "Add to Playlist",
+ "Subtitles": "Subtitles",
+ "LabelTheme": "Theme",
+ "LabelSettingsTheme": "Settings theme",
+ "LabelThemeAccentColor": "Accent color",
+ "ThemeAccentColorDescription": "Controls the color of important indicators, icons and text.",
+ "SearchForSubtitles": "Search for Subtitles",
+ "LabelLanguage": "Language",
+ "Search": "Search",
+ "NoSubtitleSearchResultsFound": "No results found. Have you configured {0}subtitle downloading{1}?",
+ "NoLyricsSearchResultsFound": "No results found. Have you configured {0}lyrics downloading{1}?",
+ "Lyrics": "Lyrics",
+ "SearchForLyrics": "Search for Lyrics",
+ "Finish": "Finish",
+ "File": "File",
+ "Exit": "Exit",
+ "Sleep": "Sleep",
+ "Setup": "Setup",
+ "MessageAreYouSureDeleteSubtitles": "Are you sure you wish to delete this subtitle file?",
+ "ConfirmDeletion": "Confirm Deletion",
+ "MySubtitles": "My Subtitles",
+ "MessageDownloadQueued": "Download queued.",
+ "HeaderEditSubtitles": "Edit Subtitles",
+ "UnlockGuide": "Unlock Guide",
+ "HeaderRefreshMetadata": "Refresh Metadata",
+ "HeaderRefreshAllMetadata": "Refresh All Metadata",
+ "ReplaceExistingImages": "Replace existing images",
+ "ReplaceExistingImagesHelp": "All existing images will be deleted and new ones will be downloaded based on the options for the library. In some cases this may result in fewer available images than before.",
+ "ReplaceExistingThumbnailImages": "Replace existing video preview thumbnails",
+ "ReplaceExistingThumbnailImagesHelp": "All existing video preview thumbnails will be deleted and new ones will be generated, if enabled in the options for the library.",
+ "ReplaceAllMetadata": "Replace all metadata",
+ "SearchForMissingMetadata": "Search for missing metadata",
+ "LabelRefreshMode": "Refresh mode",
+ "NoItemsFound": "No items found.",
+ "HeaderSaySomethingLike": "Say Something Like...",
+ "ButtonTryAgain": "Try Again",
+ "HeaderYouSaid": "You Said...",
+ "MessageWeDidntRecognizeCommand": "We're sorry, we didn't recognize that command.",
+ "MessageIfYouBlockedVoice": "If you denied voice access to the app you'll need to reconfigure before trying again.",
+ "ValueDiscNumber": "Disc {0}",
+ "Unrated": "Unrated",
+ "Favorite": "Favorite",
+ "Like": "Like",
+ "Dislike": "Dislike",
+ "RefreshDialogHelp": "Metadata is updated with new data based on settings and metadata providers that are enabled in Emby library setup.",
+ "Open": "Open",
+ "Play": "Play",
+ "Pause": "Pause",
+ "HeaderPlayQueue": "Play Queue",
+ "HeaderAddToPlayQueue": "Add to Play Queue",
+ "Shuffle": "Shuffle",
+ "Identify": "Identify",
+ "HeaderRemoveIdentification": "Remove Identification",
+ "ResetMetadataConfirmation": "Are you sure you wish to reset all metadata?",
+ "HeaderEditMetadata": "Edit Metadata",
+ "Convert": "Convert",
+ "Resume": "Resume",
+ "HeaderInstantMix": "Instant Mix",
+ "HeaderGoToItem": "Go to Item",
+ "HeaderGoToSeason": "Go to Season",
+ "HeaderGoToSeries": "Go to Series",
+ "HeaderGoToAlbum": "Go to Album",
+ "HeaderGoToArtist": "Go to Artist",
+ "HeaderPlayAll": "Play All",
+ "PictureInPicture": "Picture in picture",
+ "Fullscreen": "Full screen",
+ "ExitFullscreen": "Exit full screen",
+ "Rewind": "Rewind",
+ "FastForward": "Fast-forward",
+ "Remove": "Remove",
+ "Rename": "Rename",
+ "Queue": "Queue",
+ "QueueAllFromHere": "Queue all from here",
+ "PlayAllFromHere": "Play all from here",
+ "PlayFromBeginning": "Play From Beginning",
+ "FromBeginning": "From Beginning",
+ "ResumeAt": "Resume from {0}",
+ "HeaderRemoveFromPlaylist": "Remove from Playlist",
+ "HeaderRemoveFromPlayQueue": "Remove from Play Queue",
+ "HeaderRemoveFromCollection": "Remove from Collection",
+ "Sort": "Sort",
+ "Trailer": "Trailer",
+ "SelectNone": "Select None",
+ "SelectAll": "Select All",
+ "HeaderMarkPlayed": "Mark Played",
+ "HeaderMarkUnplayed": "Mark Unplayed",
+ "HeaderGroupVersions": "Group Versions",
+ "PleaseSelectTwoItems": "Please select at least two items.",
+ "HeaderConfirmRecordingCancellation": "Confirm Recording Cancellation",
+ "MessageConfirmRecordingCancellation": "Cancel recording?",
+ "Album": "Album",
+ "AlbumArtist": "Album Artist",
+ "Error": "Error",
+ "VoiceInput": "Voice Input",
+ "LabelContentType": "Content type",
+ "LabelPath": "Path",
+ "Playlists": "Playlists",
+ "LabelTitle": "Title",
+ "LabelOriginalTitle": "Original title",
+ "LabelSortTitle": "Sort title",
+ "LabelDateAdded": "Date added",
+ "DateAdded": "Date Added",
+ "DateCreated": "Date Created",
+ "DateModified": "Date Modified",
+ "DatePlayed": "Date Played",
+ "DateLastActive": "Date Last Active",
+ "ConfigureDateAdded": "Configure how date added is determined in the Emby Server dashboard under Library settings",
+ "LabelStatus": "Status",
+ "LabelArtistsHelp": "Separate multiple using ;",
+ "HeaderAlbumArtists": "Album Artists",
+ "LabelAlbumArtists": "Album artists",
+ "LabelAlbum": "Album",
+ "Artist": "Artist",
+ "Artists": "Artists",
+ "ImdbRating": "IMDb Rating",
+ "CommunityRating": "Community Rating",
+ "LabelCommunityRating": "Community rating",
+ "LabelCriticRating": "Critic rating",
+ "CriticRating": "Critic Rating",
+ "LabelWebsite": "Website",
+ "Tagline": "Tagline",
+ "LabelOverview": "Overview",
+ "LabelShortOverview": "Short overview",
+ "LabelReleaseDate": "Release date",
+ "LabelPlaceOfBirth": "Place of birth",
+ "Aired": "Aired",
+ "LabelAirDays": "Air days",
+ "LabelAirTime": "Air time",
+ "LabelRuntimeMinutes": "Run time (minutes)",
+ "LabelCustomRating": "Custom rating",
+ "LabelOriginalAspectRatio": "Original aspect ratio",
+ "Label3DFormat": "3D format",
+ "FormatValue": "Format: {0}",
+ "DownloadsValue": "{0} Downloads",
+ "HashMatch": "Hash Match",
+ "EnableExternalVideoPlayers": "Enable external video players",
+ "EnableExternalVideoPlayersHelp": "An external player menu will be shown when starting video playback.",
+ "HeaderSpecialEpisodeInfo": "Special Episode Info",
+ "LabelAirsDuringSeason": "Airs during season",
+ "LabelAirsAfterSeason": "Airs after season",
+ "LabelAirsBeforeEpisode": "Airs before episode",
+ "HeaderExternalIds": "External Ids",
+ "HeaderDisplaySettings": "Display Settings",
+ "PlaylistOrder": "Playlist Order",
+ "CollectionOrder": "Collection Order",
+ "LabelDisplayOrder": "Display order",
+ "LabelFileOrder": "File order",
+ "Display": "Display",
+ "Countries": "Countries",
+ "Genres": "Genres",
+ "Studios": "Studios",
+ "Tags": "Tags",
+ "Links": "Links",
+ "Movie": "Movie",
+ "Program": "Program",
+ "Channel": "Channel",
+ "Episode": "Episode",
+ "Season": "Season",
+ "HeaderMetadataSettings": "Metadata Settings",
+ "People": "People",
+ "Number": "Number",
+ "Lock": "Lock",
+ "HeaderScreenLocked": "Screen Locked",
+ "HeaderUnlockControls": "Unlock Controls",
+ "HeaderTapToUnlock": "Tap to Unlock",
+ "LabelMetadataDownloadLanguage": "Preferred metadata download language",
+ "LabelImageDownloadLanguage": "Preferred image download language",
+ "LabelLockItemToPreventChanges": "Lock this item to prevent future changes",
+ "LockThisField": "Lock this field to prevent future changes when refreshing metadata",
+ "MessageLeaveEmptyToInherit": "Leave empty to inherit settings from a parent item, or the global default value.",
+ "LabelCountry": "Country",
+ "LabelCertificationCountry": "Certification country",
+ "CertificationCountryHelp": "This will influence which content rating system is used.",
+ "LabelDynamicExternalId": "{0} Id",
+ "LabelBirthYear": "Birth year",
+ "LabelBirthDate": "Birth date",
+ "LabelDeathDate": "Death date",
+ "LabelEndDate": "End date",
+ "LabelSeasonNumber": "Season number",
+ "LabelEpisodeNumber": "Episode number",
+ "LabelTrackNumber": "Track number",
+ "LabelNumber": "Number",
+ "LabelDiscNumber": "Disc number",
+ "LabelParentNumber": "Parent number",
+ "SortName": "Sort Title",
+ "OriginalTitle": "Original Title",
+ "ReleaseDate": "Release Date",
+ "Continuing": "Continuing",
+ "Ended": "Ended",
+ "HeaderEnabledFields": "Enabled Fields",
+ "HeaderEnabledFieldsHelp": "Uncheck a field to lock it and prevent its data from being changed.",
+ "Backdrops": "Backdrops",
+ "Images": "Images",
+ "Runtime": "Runtime",
+ "ProductionLocations": "Production locations",
+ "BirthLocation": "Birth location",
+ "ParentalRating": "Parental Rating",
+ "PlayCount": "Play count",
+ "Name": "Name",
+ "Overview": "Overview",
+ "LabelType": "Type",
+ "LabelPersonRole": "Role",
+ "LabelPersonRoleHelp": "Example: Ice cream truck driver",
+ "Actor": "Actor",
+ "Composers": "Composers",
+ "Composer": "Composer",
+ "Director": "Director",
+ "GuestStar": "Guest star",
+ "Producer": "Producer",
+ "Writer": "Writer",
+ "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.",
+ "InstallingPackage": "Installing {0}",
+ "PackageInstallCompleted": "{0} installation completed.",
+ "PackageInstallFailed": "{0} installation failed.",
+ "PackageInstallCancelled": "{0} installation cancelled.",
+ "SeriesYearToPresent": "{0} - Present",
+ "OneDevice": "1 Device",
+ "DeviceCountValue": "{0} Devices",
+ "OneLog": "1 Log",
+ "LogCountValue": "{0} Logs",
+ "OneVote": "1 Vote",
+ "VoteCountValue": "{0} Votes",
+ "OneLike": "1 Like",
+ "LikeCountValue": "{0} Likes",
+ "OneUser": "1 User",
+ "UserCountValue": "{0} Users",
+ "OneLibrary": "1 Library",
+ "LibraryCountValue": "{0} Libraries",
+ "ValueOneItem": "1 Item",
+ "ValueOneEpisode": "1 episode",
+ "ValueEpisodeCount": "{0} episodes",
+ "Albums": "Albums",
+ "Song": "Song",
+ "Songs": "Songs",
+ "Authors": "Authors",
+ "Books": "Books",
+ "AudioBooks": "Audio books",
+ "HeaderAudioBooks": "Audio Books",
+ "HeaderAudioBook": "Audio Book",
+ "HeaderIdentifyItemHelp": "Enter one or more search criteria. Remove criteria to increase search results.",
+ "PleaseEnterNameOrId": "Please enter a name or an external Id.",
+ "MessageItemSaved": "Item saved.",
+ "SearchResults": "Search Results",
+ "ServerNameIsRestarting": "Emby Server - {0} is restarting.",
+ "ServerNameIsShuttingDown": "Emby Server - {0} is shutting down.",
+ "HeaderDeleteItems": "Delete Items",
+ "ConfirmDeleteItems": "Deleting these items will delete them from both the file system and your media library.",
+ "PleaseRestartServerName": "Please Restart Emby Server on {0}",
+ "ConvertingDots": "Converting...",
+ "LabelSyncNoTargetsHelp": "It looks like you don't currently have any apps that support offline downloading.",
+ "DownloadingDots": "Downloading...",
+ "LearnMore": "Learn more",
+ "LabelBitrateMbps": "Bitrate (Mbps)",
+ "ConvertUnwatchedVideosOnly": "Convert unplayed videos only",
+ "SyncUnwatchedVideosOnly": "Download unplayed videos only",
+ "ConvertUnwatchedVideosOnlyHelp": "Only videos that are not marked as fully played will be converted.",
+ "SyncUnwatchedVideosOnlyHelp": "Only videos that are not marked as fully played will be downloaded, and videos will be removed from the device as they are fully played.",
+ "AutomaticallySyncNewContent": "Automatically download new content",
+ "AutomaticallySyncNewContentHelp": "New content added to this folder will be automatically downloaded to the device.",
+ "AutomaticallyConvertNewContent": "Automatically convert new content",
+ "AutomaticallyConvertNewContentHelp": "New content added to this folder will be automatically converted.",
+ "LabelItemLimit": "Item limit",
+ "ConvertItemLimitHelp": "Optional. Set a limit to the number of items that will be converted.",
+ "DownloadItemLimitHelp": "Optional. Set a limit to the number of items that will be downloaded.",
+ "PleaseSelectDeviceToSyncTo": "Please select a device to download to.",
+ "Screenshots": "Screenshots",
+ "MoveRight": "Move right",
+ "MoveLeft": "Move left",
+ "HeaderUploadNewImage": "Upload New Image",
+ "HeaderDeleteImage": "Delete Image",
+ "ConfirmDeleteImage": "Delete image?",
+ "HeaderEditImages": "Edit Images",
+ "Settings": "Settings",
+ "ShowIndicatorsFor": "Show Indicators",
+ "Episodes": "Episodes",
+ "Programs": "Programs",
+ "HeaderCastCrew": "Cast & Crew",
+ "DvrSubscriptionRequired": "Emby Live TV & DVR require an active {0}Emby Premiere subscription{1}.",
+ "HeaderCancelRecording": "Cancel Recording",
+ "HeaderKeepRecording": "Keep Recording",
+ "HeaderCancelSeries": "Cancel Series",
+ "HeaderKeepSeries": "Keep Series",
+ "HeaderLearnMore": "Learn More",
+ "SeriesSettings": "Series settings",
+ "HeaderRecordingOptions": "Recording Options",
+ "HeaderDoNotRecord": "Do not record",
+ "HeaderSeriesOptions": "Series Options",
+ "Layout": "Layout",
+ "Channels": "Channels",
+ "ChannelNameOnly": "Channel {0} only",
+ "Anytime": "Anytime",
+ "AnyLanguage": "Any language",
+ "AroundTime": "Around {0}",
+ "HeaderLatestMovies": "Latest Movies",
+ "All": "All",
+ "Stop": "Stop",
+ "AllChannels": "All channels",
+ "NewEpisodesOnly": "New episodes only",
+ "AllEpisodes": "All episodes",
+ "LabelStartWhenPossible": "Start when possible",
+ "LabelStopWhenPossible": "Stop when possible",
+ "MinutesBefore": "minutes before",
+ "MinutesAfter": "minutes after",
+ "SkipEpisodesAlreadyInMyLibrary": "Don't record episodes that are already in my library",
+ "SkipEpisodesAlreadyInMyLibraryHelp": "Episodes will be compared using season and episode numbers, when available.",
+ "LabelKeepUpTo": "Keep up to",
+ "AsManyAsPossible": "As many as possible",
+ "DefaultErrorMessage": "There was an error processing the request. Please try again later.",
+ "UntilIDelete": "Until I delete",
+ "UntilSpaceNeeded": "Until space needed",
+ "Categories": "Categories",
+ "Sports": "Sports",
+ "News": "News",
+ "Movies": "Movies",
+ "Music": "Music",
+ "Kids": "Kids",
+ "MoreFromValue": "More from {0}",
+ "DiedValue": "Died: {0}",
+ "BornValue": "Born: {0}",
+ "BornValueAge": "Born: {0} (age {1})",
+ "EnableColorCodedBackgrounds": "Apply colored backgrounds to shows, based on their category",
+ "SortChannelsBy": "Sort channels by",
+ "ChannelNumber": "Channel Number",
+ "HeaderBenefitsEmbyPremiere": "Benefits of Emby Premiere",
+ "ThankYouForTryingEnjoyOneMinute": "Please enjoy one minute of playback. Thank you for trying Emby.",
+ "HeaderTryPlayback": "Try Playback",
+ "HowDidYouPay": "How did you pay?",
+ "IHaveEmbyPremiere": "I have Emby Premiere",
+ "IPurchasedThisApp": "I purchased this app",
+ "ButtonRestorePreviousPurchase": "Restore Purchase",
+ "ButtonUnlockWithPurchase": "Unlock with Purchase",
+ "ButtonUnlockPrice": "Unlock {0}",
+ "EmbyPremiereMonthlyWithPrice": "Emby Premiere Monthly {0}",
+ "HeaderAlreadyPaid": "Already Paid?",
+ "ButtonPlayOneMinute": "Play One Minute",
+ "PlaceFavoriteChannelsAtBeginning": "Place favorite channels at the beginning",
+ "HeaderUnlockFeature": "Unlock Feature",
+ "MessageDidYouKnowCinemaMode": "Did you know that with Emby Premiere, you can enhance your experience with features like Cinema Intros?",
+ "HeaderPlayMyMedia": "Play my Media",
+ "HeaderDiscoverEmbyPremiere": "Discover Emby Premiere",
+ "HeaderNowPlaying": "Now Playing",
+ "Items": "Items",
+ "AppName": "App Name",
+ "OneChannel": "One channel",
+ "ConfirmRemoveDownload": "Remove download?",
+ "ConfirmRemoveItem": "Remove item?",
+ "RemoveDownload": "Remove Download",
+ "ConfirmCancelConversion": "Cancel conversion?",
+ "CancelConversion": "Cancel Conversion",
+ "KeepDownload": "Keep download",
+ "AddedOnValue": "Added {0}",
+ "PlayedOnValue": "Played {0}",
+ "CreatedOnValue": "Created {0}",
+ "UpdatedOnValue": "Updated {0}",
+ "RemovingFromDevice": "Removing from device",
+ "KeepOnDevice": "Keep on device",
+ "CancelDownload": "Cancel download",
+ "SyncJobItemStatusReadyToTransfer": "Ready to Transfer",
+ "SyncJobItemStatusSyncedMarkForRemoval": "Removing from device",
+ "SyncJobItemStatusQueued": "Queued",
+ "SyncJobItemStatusConverting": "Converting",
+ "SyncJobItemStatusTransferring": "Transferring",
+ "SyncJobItemStatusSynced": "Downloaded",
+ "Failed": "Failed",
+ "SyncJobItemStatusRemovedFromDevice": "Removed from device",
+ "Cancelled": "Cancelled",
+ "Retry": "Retry",
+ "Continue": "Continue",
+ "ContinueInSecondsValue": "Continue in {0} seconds.",
+ "HeaderRemoteControl": "Remote Control",
+ "Disconnect": "Disconnect",
+ "EnableDisplayMirroring": "Enable display mirroring",
+ "RemoteAccess": "Remote Access",
+ "HeaderPlayOn": "Play On",
+ "Quality": "Quality",
+ "Auto": "Auto",
+ "AndroidUnlockRestoreHelp": "To restore your previous purchase, please ensure you're signed into the device with the same Google (or Amazon) account that originally made the purchase. Make sure the app store is enabled and not restricted by any parental controls, and ensure you have an active internet connection. You'll only have to do this once to restore your previous purchase.",
+ "HeaderAspectRatio": "Aspect Ratio",
+ "Original": "Original",
+ "Fill": "Fill",
+ "Cover": "Cover",
+ "MessageNoServersAvailableToConnect": "No servers are available to connect to. If you've been invited to share a server, make sure to accept it below or by clicking the link in the email.",
+ "MessagePlayAccessRestricted": "Playback of this content is currently restricted. Please contact your Emby Server administrator for more information.",
+ "Accept": "Accept",
+ "Reject": "Reject",
+ "Connect": "Connect",
+ "HeaderMyMedia": "My Media",
+ "HeaderMyMediaSmall": "My Media (small)",
+ "LatestFromLibrary": "Latest {0}",
+ "HeaderLatestEpisodes": "Latest Episodes",
+ "ContinuePlaying": "Continue playing",
+ "ContinueWatching": "Continue watching",
+ "HeaderLatestChannelMedia": "Latest Channel Items",
+ "HeaderContinueWatching": "Continue Watching",
+ "HeaderContinueListening": "Continue Listening",
+ "HeaderActiveRecordings": "Active Recordings",
+ "HeaderLatestRecordings": "Latest Recordings",
+ "HeaderAllRecordings": "All Recordings",
+ "LabelConvertTo": "Convert to",
+ "LabelDownloadTo": "Download to",
+ "HeaderDownloadToDots": "Download to...",
+ "Next": "Next",
+ "LabelSource": "Source",
+ "VersionNumber": "Version {0}",
+ "HeaderAllLanguages": "All Languages",
+ "Previous": "Previous",
+ "HeaderNextUp": "Next Up",
+ "HeaderPlayNextUp": "Play Next Up",
+ "HeaderLatestFrom": "Latest from {0}",
+ "LabelHomeScreenSectionValue": "Home screen section {0}",
+ "PasswordResetComplete": "The password has been reset.",
+ "PasswordSaved": "Password saved.",
+ "SettingsSaved": "Settings saved.",
+ "Upcoming": "Upcoming",
+ "HeaderSelectImageFile": "Select Image File",
+ "None": "None",
+ "More": "More",
+ "Up": "Up",
+ "Down": "Down",
+ "Home": "Home",
+ "Back": "Back",
+ "Random": "Random",
+ "Playback": "Playback",
+ "Favorites": "Favorites",
+ "HeaderHomeScreen": "Home Screen",
+ "HeaderLatestChannelItems": "Latest Channel Items",
+ "HeaderLibraryOrder": "Library Order",
+ "HeaderOnNow": "On Now",
+ "HeaderForKids": "For Kids",
+ "HeaderPlaybackError": "Playback Error",
+ "PlaybackErrorNotAllowed": "You're currently not authorized to play this content. Please contact your system administrator for details.",
+ "RateLimitExceeded": "Your account has exceeded the maximum streaming limit set by your Emby Server administrator. Please contact them for assistance.",
+ "PlaybackErrorNoCompatibleStream": "No compatible streams are currently available. Please try again later or contact your system administrator for details.",
+ "PlaybackErrorPlaceHolder": "Please insert the disc in order to play this video.",
+ "PlaybackErrorNoPlayableItems": "No playable items were found. Are you trying to play an empty folder?",
+ "Guide": "Guide",
+ "Games": "Games",
+ "GameSystem": "Game System",
+ "Suggestions": "Suggestions",
+ "HeaderFavoriteChannels": "Favorite Channels",
+ "HeaderFavoriteCollections": "Favorite Collections",
+ "HeaderFavoritePlaylists": "Favorite Playlists",
+ "Collection": "Collection",
+ "Collections": "Collections",
+ "LabelSelectFolderGroups": "Automatically group content from the following folders into views such as Movies, Music and TV:",
+ "LabelSelectFolderGroupsHelp": "Folders that are unchecked will be displayed by themselves in their own view.",
+ "Mute": "Mute",
+ "Unmute": "Unmute",
+ "Folder": "Folder",
+ "Folders": "Folders",
+ "FileName": "File Name",
+ "DisplayInOtherHomeScreenSections": "Display in secondary home screen sections such as latest media and continue watching",
+ "DisplayInMyMedia": "Display on home screen",
+ "Shows": "Shows",
+ "MoviesAndShows": "Movies & Shows",
+ "HeaderMusicVideo": "Music Video",
+ "HeaderMusicVideos": "Music Videos",
+ "MusicVideos": "Music videos",
+ "Videos": "Videos",
+ "MixedContent": "Mixed content",
+ "HomeVideos": "Home videos",
+ "HomeVideosAndPhotos": "Home videos & photos",
+ "TVShows": "TV shows",
+ "HeaderLibraryFolders": "Library Folders",
+ "HeaderTermsOfPurchase": "Terms of Purchase",
+ "PrivacyPolicy": "Privacy policy",
+ "TermsOfUse": "Terms of Use",
+ "HeaderRepeatMode": "Repeat Mode",
+ "HeaderToneMapping": "Tone Mapping",
+ "RepeatOne": "Repeat one",
+ "RepeatAll": "Repeat all",
+ "LabelDefaultScreen": "Default screen",
+ "ConfirmEndPlayerSession": "Would you like to shutdown Emby on {0}?",
+ "Yesterday": "Yesterday",
+ "Yes": "Yes",
+ "No": "No",
+ "HeaderScanLibraryFiles": "Scan Library Files",
+ "LiveTV": "Live TV",
+ "Schedule": "Schedule",
+ "Recordings": "Recordings",
+ "ScanForNewAndUpdatedFiles": "Scan for new and updated files",
+ "NewVersionOfXAvailableForY": "{0} is Available for {1}",
+ "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",
+ "HeaderHardwareAcceleratedDecoding": "Hardware Accelerated Decoding",
+ "HeaderHardwareAcceleratedEncoding": "Hardware Accelerated Encoding",
+ "HeaderDirectPlay": "Direct Play",
+ "DirectPlaying": "Direct playing",
+ "DirectStreaming": "Direct streaming",
+ "Transcode": "Transcode",
+ "Transcoding": "Transcoding",
+ "ContainerBitrateExceedsLimit": "Reducing bitrate due to quality setting",
+ "VideoCodecNotSupported": "Converting video to compatible codec",
+ "AudioCodecNotSupported": "Converting audio to compatible codec",
+ "SubtitleCodecNotSupported": "Converting subtitles directly into video",
+ "DirectPlayError": "Recovering from playback error",
+ "ContainerNotSupported": "Converting to compatible container",
+ "VideoLevelNotSupported": "Converting to compatible video level",
+ "AudioBitrateNotSupported": "Converting to compatible audio bitrate",
+ "AudioChannelsNotSupported": "Converting to compatible number of audio channels",
+ "VideoResolutionNotSupported": "Converting to compatible video resolution",
+ "AudioProfileNotSupported": "Converting to compatible audio profile",
+ "AudioSampleRateNotSupported": "Converting to compatible audio sample rate",
+ "AnamorphicVideoNotSupported": "Anamorphic video not supported",
+ "InterlacedVideoNotSupported": "Deinterlacing video",
+ "SecondaryAudioNotSupported": "Selecting secondary audio track",
+ "ExternalAudioNotSupported": "Selecting external audio track",
+ "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",
+ "Offline": "Offline",
+ "HeaderSignUp": "Sign Up",
+ "ServerDownloadMessage": "To download and install the free Emby Server visit {0}",
+ "ServerDownloadMessageWithoutLink": "To download and install the free Emby Server visit the Emby website.",
+ "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",
+ "Skip": "Skip",
+ "HeaderAdditionalParts": "Additional Parts",
+ "ButtonGenerateNewPin": "Generate New Pin",
+ "ConnectLoginHelp1": "With Emby Connect you can easily access your Emby Server wherever you are and share servers with your family and friends.",
+ "CreatePinErrorMessage": "An error occurred while creating a pin code. Please click Generate New Pin to try again.",
+ "PinExpiredMessage": "The pin code has expired. Please click Generate New Pin to try again.",
+ "ConnectPinCodeHeader": "To sign in with Emby Connect, use a mobile device or computer to visit {0} and enter the following pin code:",
+ "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",
+ "Absolute": "Absolute",
+ "Smart": "Smart",
+ "Small": "Small",
+ "Smaller": "Smaller",
+ "Medium": "Medium",
+ "Large": "Large",
+ "Larger": "Larger",
+ "ExtraLarge": "Extra large",
+ "ExtraSmall": "Extra small",
+ "Forced": "Forced",
+ "External": "External",
+ "HeaderEmbeddedTitle": "Embedded Title",
+ "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.",
+ "HeaderSubtitleSettings": "Subtitle Settings",
+ "HeaderSubtitleAppearance": "Subtitle Appearance",
+ "OnlyForcedSubtitlesHelp": "Only subtitles marked as forced will be loaded.",
+ "AutoSelectHearingImpairedHelp": "Subtitles matching the language preference will be loaded, with a preference given to tracks that are marked as hearing impaired (SDH).",
+ "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",
+ "LabelBackgroundColor": "Background color",
+ "LabelBackgroundOpacity": "Background opacity",
+ "Raised": "Raised",
+ "Depressed": "Depressed",
+ "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).",
+ "Normal": "Normal",
+ "HeaderWaitingForWifi": "Waiting for Wifi",
+ "WifiRequiredToDownload": "A Wifi connection is required to continue downloading.",
+ "DownloadOnlyOnWifi": "Download only on Wifi",
+ "LabelMusicDownloadQuality": "Music download quality",
+ "MusicDownloadQualityHelp": "Audio files with a higher bitrate will be converted by Emby Server. Select a higher value for better quality, or a lower value to conserve local storage space.",
+ "HeaderDownloadSettings": "Download Settings",
+ "LabelDownloadLocation": "Download location",
+ "BrowseForFolder": "BrowseForFolder",
+ "Unlimited": "Unlimited",
+ "NoLimit": "No limit",
+ "Hide": "Hide",
+ "HeaderKeepWatching": "Keep Watching",
+ "HeaderNextEpisode": "Next Episode",
+ "AudioBitDepthNotSupported": "Converting to compatible audio bit depth",
+ "VideoBitrateNotSupported": "Converting to compatible video bitrate",
+ "VideoProfileNotSupported": "Converting to compatible video profile",
+ "VideoFramerateNotSupported": "Converting to compatible video framerate",
+ "VideoBitDepthNotSupported": "Converting to compatible video bit depth",
+ "RefFramesNotSupported": "Converting to compatible number of video reference frames",
+ "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.",
+ "HeaderStopRecording": "Stop Recording",
+ "ManageRecording": "Manage recording",
+ "LabelDropImageHere": "Drag and drop image here, or click to select an image to upload.",
+ "MessageFileReadError": "There was an error reading the file. Please try again.",
+ "Browse": "Browse",
+ "HeaderUploadImage": "Upload Image",
+ "HeaderAddUpdateImage": "Add\/Update Image",
+ "HeaderShowFields": "Show Fields",
+ "LabelView": "View",
+ "LabelImageType": "Image type",
+ "Upload": "Upload",
+ "Primary": "Primary",
+ "PrimaryImageBlur": "Primary image blur",
+ "Art": "Art",
+ "Backdrop": "Backdrop",
+ "Banner": "Banner",
+ "Box": "Box",
+ "BoxRear": "Box (Rear)",
+ "Disc": "Disc",
+ "Logo": "Logo",
+ "LogoDark": "Logo (Dark Version)",
+ "LogoLight": "Logo (Light Version)",
+ "LogoLightColor": "Logo (Light with Color)",
+ "Menu": "Menu",
+ "Screenshot": "Screenshot",
+ "Thumb": "Thumb",
+ "HeaderAudioSettings": "Audio Settings",
+ "LabelAudioLanguagePreference": "Preferred audio language",
+ "LabelPlayDefaultAudioTrack": "Play default audio track regardless of language",
+ "HeaderVideoQuality": "Video Quality",
+ "CinemaModeConfigurationHelp": "Cinema Intros bring the theater experience straight to your living room with the ability to play trailers and custom intros before the main feature.",
+ "ShowUpNextPreview": "Show up next preview",
+ "ShowUpNextPreviewHelp": "Show information for the next item near the end of the current one.",
+ "PlayNextEpisodeAutomatically": "Play next episode automatically",
+ "LabelMaxChromecastBitrate": "Chromecast streaming quality",
+ "LabelSkipBackLength": "Skip back length",
+ "LabelSkipForwardLength": "Skip forward length",
+ "EnableCinemaMode": "Enable Cinema Intros",
+ "LabelInternetQuality": "Remote streaming quality",
+ "LabelCellularQuality": "Remote streaming quality (cellular)",
+ "HeaderMusicQuality": "Music Quality",
+ "LabelHomeNetworkQuality": "Home streaming quality",
+ "HeaderLatestMedia": "Latest Media",
+ "HeaderRestartingEmbyServer": "Restarting Emby Server",
+ "RestartPleaseWaitMessage": "Please wait while Emby Server shuts down and restarts. This may take a minute or two.",
+ "HeaderPlayNext": "Play Next",
+ "AutoBasedOnLanguageSetting": "Auto (based on device setting)",
+ "SameAsMainTheme": "Same as main theme",
+ "LabelDateTimeLocale": "Date time locale",
+ "Genre": "Genre",
+ "DirectorValue": "Director: {0}",
+ "DirectorsValue": "Directors: {0}",
+ "GenreValue": "Genre: {0}",
+ "GenresValue": "Genres: {0}",
+ "TagsValue": "Tags: {0}",
+ "Off": "Off",
+ "Title": "Title",
+ "Year": "Year",
+ "Filter": "Filter",
+ "Filters": "Filters",
+ "Unplayed": "Unplayed",
+ "LabelTVHomeScreen": "TV mode home screen",
+ "Horizontal": "Horizontal",
+ "Vertical": "Vertical",
+ "HeaderGroupBy": "Group By",
+ "HeaderMediaType": "Media Type",
+ "GroupBySeries": "Group by series",
+ "HeaderVideoType": "Video Type",
+ "HeaderSeriesStatus": "Series Status",
+ "Features": "Features",
+ "Trailers": "Trailers",
+ "Extras": "Extras",
+ "ThemeSongs": "Theme songs",
+ "ThemeVideos": "Theme videos",
+ "HeaderFavoriteMovies": "Favorite Movies",
+ "HeaderFavoritePhotos": "Favorite Photos",
+ "HeaderFavoriteShows": "Favorite Shows",
+ "HeaderFavoriteEpisodes": "Favorite Episodes",
+ "HeaderFavoriteVideos": "Favorite Videos",
+ "HeaderFavoriteMusicVideos": "Favorite Music Videos",
+ "HeaderFavoriteGames": "Favorite Games",
+ "HeaderFavoriteArtists": "Favorite Artists",
+ "HeaderFavoriteAlbums": "Favorite Albums",
+ "HeaderFavoriteSongs": "Favorite Songs",
+ "HeaderFavoriteAuthors": "Favorite Authors",
+ "HeaderFavoriteAudioBooks": "Favorite Audio Books",
+ "Ascending": "Ascending",
+ "Descending": "Descending",
+ "HeaderColorPrimaries": "Color Primaries",
+ "HeaderColorSpace": "Color Space",
+ "HeaderColorTransfer": "Color Transfer",
+ "HeaderVideoRange": "Video Range",
+ "SeriesDisplayOrderHelp": "Order episodes by air date, dvd order, or absolute numbering.",
+ "LabelVerticalPositionFromBottom": "Vertical position (from bottom)",
+ "HeaderFavoritePeople": "Favorite People",
+ "MultiSelect": "Multi-Select",
+ "HeaderSignOut": "Sign Out",
+ "HeaderSelectServer": "Select Server",
+ "HeaderChangeServer": "Change Server",
+ "HeaderChangeUser": "Change User",
+ "HeaderAppSettings": "App Settings",
+ "HeaderLoginSettings": "Login Settings",
+ "LabelRememberLogin": "Remember login",
+ "LabelAutomaticallySignOut": "Automatically sign out",
+ "BetaTesterMessage": "Thank you for being an Emby beta tester! Please leave feedback in the {0}Testing Area of the Emby Community{1}.",
+ "HardwareAccelerated": "Hardware accelerated",
+ "Software": "Software",
+ "Metadata": "Metadata",
+ "HeaderMediaInfo": "Media Info",
+ "Locked": "Locked",
+ "HeaderSplitVersionsApart": "Split Versions Apart",
+ "Any": "Any",
+ "Admin": "Admin",
+ "HeaderReadMore": "Read More",
+ "CustomRatingHelp": "A custom rating is used for parental control evaluations but is not displayed. The parental rating field is still displayed.",
+ "KeepUpToHelp": "Recordings over the limit are deleted when the next recording begins. Oldest recordings are deleted first, by date added.",
+ "NoItemsMatchingFound": "No items matching your search criteria were found.",
+ "TwoSearchCharsRequired": "Please enter at least two search characters.",
+ "PreventPlaybackContinuing": "Prevent playback from continuing indefinitely by periodically prompting for user input.",
+ "PromptStillWatching": "Enable 'Are You Still Watching?' prompt",
+ "HeaderMissingMetadata": "Missing Metadata",
+ "HeaderIncludedIn": "Included In",
+ "EmbyConnectUserAlreadyLinked": "The Emby Connect user is already linked to another user on this server.",
+ "VideoFilesWillBeConvertedTo": "Converted videos will be saved as {0}.",
+ "VideoWillBeConvertedTo": "Video streams will be converted to {0}, or copied from the original file if they are already {0} and the quality fits within the conversion options.",
+ "VideoWillBeConvertedToOrCopied": "Video streams will be converted to {0}, or copied from the original file if they are any of ({1}), and the quality fits within the conversion options.",
+ "AudioWillBeConvertedTo": "Audio streams will be converted to {0}, or copied from the original file if they are already {0} and the quality fits within the conversion options.",
+ "AudioWillBeConvertedToOrCopied": "Audio streams will be converted to {0}, or copied from the original file if they are any of ({1}), and the quality fits within the conversion options.",
+ "HeaderSpecialKeys": "Special Keys",
+ "FollowingSpecialKeys": "The following special keys are supported on most keyboards and remote controls:",
+ "HeaderDeleteSeries": "Delete Series",
+ "HeaderDeleteLastPlayedEpisode": "Delete Last Played Episode",
+ "HeaderConnectingToServer": "Connecting to Server",
+ "ServerNameValue": "Server name: {0}",
+ "DomainValue": "Domain: {0}",
+ "RatedValue": "Rated {0}",
+ "LocalServerRedirectMessage": "You will now be redirected to the domain owned and operated by the administrator of the server you've chosen to connect to:",
+ "AllMediaOwnedHosted": "All media is hosted and managed by the owner of {0}.",
+ "EnableResolutionSwitching": "Match video resolution",
+ "EnableResolutionSwitchingHelp": "This enables Emby to change the resolution to the same value the video was encoded in before starting playback. This may help minimize the amount of stutter\/judder that you might otherwise see when playing videos which do not match up well.",
+ "EnableDisplayRefreshRateSwitching": "Enable display refresh rate switching",
+ "EnableDisplayRefreshRateSwitchingHelp": "This enables Emby to change the display refresh rate to the same value (or multiple of) as the framerate the video was encoded in before starting playback. This may help minimize the amount of stutter\/judder that you might otherwise see when playing videos which do not match up well.",
+ "RememberSelectedAudioTracks": "Remember audio track selections",
+ "RememberSelectedSubtitleTracks": "Remember subtitle track selections",
+ "RememberSelectedSubtitleTracksHelp": "Subtitle track selections will be remembered on a per video basis and reapplied when playing the same video again.",
+ "RememberSelectedAudioTracksHelp": "Audio track selections will be remembered on a per video basis and reapplied when playing the same video again.",
+ "ClearSavedTrackSelections": "Clear saved track selections",
+ "HeaderClearTrackSelections": "Clear Saved Track Selections",
+ "QuestionClearSavedTracks": "Clear all saved track selections?",
+ "LabelChannelTags": "Channel tags",
+ "AfterThisPlaysConfirmation": "After this plays, do you want to keep playing or clear the music you previously queued?",
+ "Keep": "Keep",
+ "Clear": "Clear",
+ "HeaderClearFilters": "Clear Filters",
+ "HeaderSearchForImages": "Search for Images",
+ "HeaderSearchNewImage": "Search for a New Image",
+ "HeaderSearchForAnImage": "Search for an Image",
+ "DragDropToReorder": "Drag and Drop to Reorder",
+ "HeaderAddImageFromUrl": "Add Image from URL",
+ "HeaderSetImageFromUrl": "Set Image from URL",
+ "LabelUrl": "Url",
+ "LabelChannelNumber": "Channel number",
+ "LabelGuideDataChannel": "Guide data channel",
+ "GuideDataSource": "Guide Data Source",
+ "HeaderCopyToClipboard": "Copy to Clipboard",
+ "TimeRemainingValue": "{0} remaining",
+ "LabelResumeRewindSeconds": "When resuming, automatically rewind",
+ "ResumeRewindSecondsHelp": "This may help you remember where you left off. This applies to the initial resume and not each individual pause during playback.",
+ "HeaderSavePlayQueueToPlaylist": "Save Play Queue to Playlist",
+ "EnableLogoImagesAsTitle": "Display logo images as titles on detail screens",
+ "EnableLogoImagesAsTitleHelp": "When available, logo images can be used in place of title text on video, series, and other detail screens. The title will fallback to text when a logo image is not available.",
+ "LabelNowPlayingAudioBackgroundStyle": "Now playing audio background style",
+ "LabelNowPlayingVideoBackgroundStyle": "Now playing video background style",
+ "NowPlayingVideoBackgroundStyleHelp": "Determines the background style when remote controlling video playback on another device.",
+ "Rotation": "Rotation",
+ "Minutes": "Minutes",
+ "LabelMaxRecordingLength": "Max recording length",
+ "MaxRecordingLengthHelp": "Limit recordings to a specified amount of time, regardless of the duration of the broadcast. Set to 0 for no limit.",
+ "RemoteWAN": "Remote (WAN) Address",
+ "HeaderLastConnectedTo": "Last Connection To",
+ "Version": "Version",
+ "Keyword": "Keyword",
+ "HeaderServerAddress": "Server Address",
+ "HeaderSkipIntro": "Skip Intro",
+ "HeaderCreateRecording": "Create Recording",
+ "HeaderAddRecording": "Add Recording",
+ "HeaderChannelAndTime": "Channel and Time",
+ "LabelRecordProgramOrSeriesFrom": "Record a program or series from",
+ "LabelStartTime": "Start time",
+ "LabelEndTime": "End time",
+ "LabelFrequency": "Frequency",
+ "Recurring": "Recurring",
+ "Once": "Once",
+ "Start": "Start",
+ "Unpause": "Unpause",
+ "LabelIntroSkipMode": "Intro skip mode",
+ "ShowSkipIntroButton": "Show 'Skip Intro' button",
+ "AutoSkipIntro": "Automatically skip intros",
+ "DisplayRatingInformationOnVideoPlaybackStart": "Display rating information on video playback start",
+ "DisplayRatingInformationOnVideoPlaybackStartHelp": "The rating information will display briefly when video playback begins.",
+ "IntroSkipModeHelp": "Display a 'Skip Intro' button or automatically skip intros for episodes in which Emby Server has detected intro markers. Intro detection must be enabled in Emby Server library options.",
+ "EnableHomeScreenFocusPreview": "Use a layout on the home screen that shows a detailed preview of the selected item",
+ "EnableHomeScreenFocusPreviewHelp": "This may not work well if your home screen contains a mixture of different media types.",
+ "LabelHideMediaTransportButtons": "Hide video player transport buttons",
+ "HideMediaTransportButtonsHelp": "Create a simpler on-screen playback interface by hiding basic transport buttons such as skip forward, back and pause. You'll still be able to use these functions using arrow keys and OK\/Enter. Auto will hide the transport buttons when no mouse usage is detected within the app.",
+ "ImageSizeHelp": "Set your preferred size of image grids.",
+ "LabelImageSize": "Image size",
+ "ThisImageIsOnlyPreview": "This image is only a preview that came from the metadata search engine. The actual image that Emby Server downloads may be different and will depend on the options you've configured in Emby library setup.",
+ "ResultsRangeValue": "{0} to {1} of {2}",
+ "NotificationsDescription": "Setup notifications to stay informed of important events on your Emby Server.",
+ "DeleteEmbyConnectAccount": "Delete Emby Connect Account",
+ "DeleteEmbyConnectAccountHelp": "To delete your Emby Connect account, please sign in to the {0}Emby Community{1} at {2}. Once signed in, then click your username in the top right, then click Account Settings, then click Delete My Account.",
+ "KeepPlayingInBackground": "Keep playing in the background",
+ "LabelVideoBackBehavior": "Video player back button behavior",
+ "HeaderViewLyrics": "View Lyrics",
+ "HeaderViewMissingEpisodes": "View Missing Episodes",
+ "HeaderMissingEpisodes": "Missing Episodes",
+ "HeaderManageAccess": "Manage Access",
+ "HeaderManageCollaboration": "Manage Collaboration",
+ "HeaderLeaveCollaboration": "Leave Collaboration",
+ "HeaderRemoveFromLibrary": "Remove from Library",
+ "RemoveSharedItemConfirmation": "Are you sure you wish to remove this item from your library? In order to get it back the owner will need to grant you access again.",
+ "SubtitlesDownloaded": "Subtitles Downloaded",
+ "HeaderMakePrivate": "Make Private",
+ "HeaderMakePublic": "Make Public",
+ "MakePublicDescription": "All users will be able to view this item. Users can be granted access to edit.",
+ "MakePrivateDescription": "Users can still be granted access individually.",
+ "Private": "Private",
+ "Public": "Public",
+ "Collaborative": "Collaborative",
+ "PreferredShowDisplay": "Preferred TV show display",
+ "ShowAllEpisodesAllSeasons": "Show all episodes of all seasons together",
+ "ShowAllEpisodesSingleSeason": "Show all episodes for only single season shows",
+ "ShowSeasonFolders": "Always show season folders",
+ "HeaderAddAgain": "Add Again",
+ "UpNext": "Up Next",
+ "ItemsAlreadyInPlaylist": "Some of these items are already in your playlist.",
+ "ItemAlreadyInPlaylist": "This item is already in your playlist.",
+ "HeaderPlayChannel": "Play Channel",
+ "LabelScreenOrientationDuringVideo": "Screen orientation during video playback",
+ "UseDeviceSetting": "Use device setting",
+ "LockToLandscape": "Lock to landscape",
+ "UsernameForFolderHelp": "The username required to access this folder on your network (if applicable).",
+ "PasswordForFolderHelp": "The password required to access this folder on your network (if applicable).",
+ "ShowMediaInfoOnDetailScreens": "Show full media at the bottom of audio and video detail screens",
+ "ForgotPasswordNoUserFound": "No users were found with the entered name. Please try again, or leave the name blank to reset the password for all users on this server.",
+ "Silver": "Silver",
+ "DimGray": "Dim Gray",
+ "DarkGray": "Dark Gray",
+ "LightGray": "Light Gray",
+ "Black": "Black",
+ "Blue": "Blue",
+ "Cyan": "Cyan",
+ "Gray": "Gray",
+ "Green": "Green",
+ "Lime": "Lime",
+ "Magenta": "Magenta",
+ "Orange": "Orange",
+ "Pink": "Pink",
+ "Red": "Red",
+ "Yellow": "Yellow",
+ "White": "White",
+ "Purple": "Purple",
+ "RecentlyReleasedMovies": "Recently Released Movies",
+ "RecentlyReleasedEpisodes": "Recently Released Episodes",
+ "DolbyProfile": "Dolby Profile",
+ "IpAddress": "IP Address",
+ "VideoType": "Video Type",
+ "HidePlayedMediaFrom": "Hide Played Media From",
+ "BottomEdgePosition": "Bottom Edge Position",
+ "VerticalPositionFromBottomScreen": "Set the vertical position of the subtitles relative to the bottom of the screen.",
+ "TopEdgePosition": "Top Edge Position",
+ "TopEdgePositionHelp": "Set the highest allowed vertical position of the subtitles relative to the top of the screen. This is used when the subtitles contain positioning instructions to be placed at the top.",
+ "HeaderSubtitlePosition": "Subtitle Position",
+ "TitleProfilePin": "Profile PIN",
+ "ProfilePinConfirm": "Profile PIN (confirm)",
+ "SaveProfilePin": "Save Pin",
+ "ProfilePinDescription": "Create an optional pin to be prompted for entry whenever you return to an Emby app on a device that you've already authenticated with. This is useful if you have devices that are shared by multiple users. You can choose to enable it selectively on each device as required.",
+ "TitleNewEpisodes": "New Episodes",
+ "EnterYourPinToContinue": "Enter your PIN to continue.",
+ "YourPinMustBe": "Your PIN must be {0} digits.",
+ "ForgotPin": "Forgot PIN?",
+ "RequireEnteringPinToReturn": "Require entering my profile PIN whenever I return to this app.",
+ "RequireEnteringPinToReturnQuestion": "Should we prompt you for your profile PIN whenever you return to this app? If this device is shared by multiple users, your profile PIN can help prevent the other users from accessing your data.",
+ "RequireEnteringPinToReturnHelp": "Useful if this device is shared by multiple users.",
+ "WrongPinPleaseTryAgain": "Whoops, wrong PIN. Please try again.",
+ "ProfilePinIsOn": "Profile PIN is currently on.",
+ "IfTryingToConnectToHttp": "If you're trying to connect to your Emby Server using an HTTP address, your browser may not be allowing this due to HTTPS requirements. Please try one of the following:",
+ "SetupHttpsForYourServer": "Setup {0}HTTPS for your Emby Server{1} so that you can connect using HTTPS.",
+ "TitleUnableToReachServer": "Unable to Reach Server",
+ "TitleUnableToReachName": "Unable to Reach {0}",
+ "HearingImpaired": "Hearing Impaired",
+ "SignIntoServerName": "Sign in to {0}",
+ "About": "About",
+ "Specials": "Specials",
+ "NSettings": "{0} Settings",
+ "NPreferences": "{0} Preferences",
+ "DetailScreenOptions": "Detail Screens",
+ "LabelGenreDisplayLimit": "Genre display limit",
+ "GenreDisplayLimitHelp": "Limit the number of genres displayed at the top of item detail screens.",
+ "GenreDisplayLimitForListsHelp": "Limit the number of genres displayed at the top of playlist, collection and artist detail screens.",
+ "LabelGenreDisplayLimitForLists": "Genre display limit for lists",
+ "ShowPosterOnDetails": "Show a poster on the detail screen",
+ "ShowPosterOnDetailsHelp": "Choose to show a poster on video detail screens, or hide it for a more minimal look that emphasizes the background. This setting is not used on smaller screen layouts. Some item types will ignore this setting.",
+ "EnableAppLogging": "Enable app logging",
+ "EnableAppLoggingHelp": "Logging can degrade app performance and should only be enabled as needed for troubleshooting purposes. Changes require restarting the app.",
+ "LabelSlideshowInterval": "Photo slideshow time per slide",
+ "TVChannelImageEditorHelp": "Multiple logo versions are supported. Emby apps will automatically choose the appropiate one depending on the current theme.",
+ "PlaySlideshow": "Play Slideshow",
+ "CheckForExistingEpisodesInAllLibraries": "Check for existing episodes in all libraries",
+ "GroupNotificationsBySeriesOrAlbum": "Group notifications by series and albums",
+ "ThemeSettings": "Theme Settings",
+ "FollowingActivityWillBeDisrupted": "The following activity will be disrupted and may require manual intervention to restart:",
+ "OneActivePlaybackSession": "1 Active Playback Session",
+ "NumActivePlaybackSessions": "{0} Active Playback Sessions",
+ "OneActiveRecording": "1 Active Recording",
+ "NumActiveRecordings": "{0} Active Recordings",
+ "PlayFromLivePosition": "Play from the live position",
+ "PlayFromStartOfRecording": "Play from the start of the recording",
+ "ThisChannelIsActivelyRecording": "This channel is actively recording. How would you like to begin playing?",
+ "ThemeSongVolume": "Theme song volume",
+ "HeaderForceConversionForFormats": "Force Transcoding for Formats",
+ "ForceConversionForFormatsHelp": "Use this to force server-side transcoding or remuxing for formats that don't direct play very well on this device.",
+ "StartupBehavior": "Startup behavior",
+ "RememberLastUser": "Remember last user",
+ "ShowLoginScreen": "Show login screen",
+ "SignInAsValue": "Sign in as {0}",
+ "ConvertUnsupportedAudio": "Convert unsupported surround audio to Dolby Digital",
+ "ConvertUnsupportedAudioHelp": "Avoid downmixing unsupported surround formats to stereo by having Emby Server transcode them to Dolby Digital.",
+ "HeaderPlaybackCorrection": "Playback Correction",
+ "HeaderAttemptPlaybackCorrection": "Attempt Playback Correction",
+ "PlaybackCorrectionConfirm": "Attempt playback correction?",
+ "PlaybackCorrectionDescription": "Is the current item exhibiting a playback problem such as no video or audio? This will try and correct playback issues using server transcoding to convert this file into a more streaming friendly format. This will result in increased resource consumption on this Emby Server.",
+ "PlaybackCorrectionDescription2": "You can do this up to three times per video, where remuxing, video transcoding and audio transcoding are each activated one at a time.",
+ "HeaderAlbumsAsContributingArtist": "Albums as Contributing Artist",
+ "HeaderAlbumsAsComposer": "Albums as Composer",
+ "Duplicates": "Duplicates",
+ "HeaderSleepTimer": "Sleep Timer",
+ "AfterCurrentItem": "After current item",
+ "HeaderStopPlayback": "Stop Playback",
+ "TurnOffTimer": "Turn off timer",
+ "SleepTimerIsSet": "Your sleep timer is set",
+ "SleepTimerIsOff": "Your sleep timer is off",
+ "LabelEnableRemoteControlTVMode": "Display casting and remote control functions",
+ "EnableRemoteControlTVModeHelp": "Enable if you intend to use this device to send media to other devices.",
+ "ShowOnScreenControls": "Show on-screen controls",
+ "LabelVideoScreenUpAction": "Video player up button behavior",
+ "VideoScreenUpActionHelp": "Select the action to take when pressing the up key on the video player screen. This applies when no on-screen controls are currently visible. When controls are already visible, the up key will be used for navigation.",
+ "LabelVideoPlayerLongPressAction": "Video player long press action",
+ "LetsGetSetup": "Let's Get Set Up",
+ "VideoPlayerLongPressActionHelp": "Choose what function or menu is shown when long pressing the OK button during video playback. This only takes effect when the video controls are hidden or the seek bar has focus.",
+ "AskAdminToGetPremiere": "This purchase must be made by the server administrator. Please ask the administrator of this Emby Server to sign in and get Emby Premiere so that you can enjoy access to premium features.",
+ "AutoOpenSingleItemsFolders": "Auto open single items in folder view",
+ "AutoOpenSingleItemsFoldersHelp": "When a folder only contains one item, automatically open that item.",
+ "TheseSettingsApplyAppDevice": "These settings apply to all users playing on this device.",
+ "RepeatThemeMedia": "Play themes on repeat",
+ "HideEpisodeSpoilerInfo": "Hide spoiler information from unwatched episodes",
+ "HideEpisodeSpoilerInfoHelp": "Hides the image and overview for unwatched episodes on most screens.",
+ "PreferDirectStreamLiveTV": "Prefer direct streaming of Live TV",
+ "PreferDirectStreamLiveTVHelp": "Direct streaming Live TV will reduce resource consumption on your Emby Server but may not be as seekable during playback. Enabling this will direct stream Live TV when the format is supported and is within your configured quality setting. Disable this to enjoy more seeking during playback at the cost of additional resource consumption.",
+ "RememberLoginDescription": "After signing in, you can use the app settings to configure the startup behavior to remember login, sign in as a specific user, or always show the login screen.",
+ "ForgetThisServer": "Forget This Server",
+ "HeaderThisDevice": "This Device",
+ "ChaptersGuide": "Chapters / Live TV Guide",
+ "ChaptersGuideHelp": "Show Chapters for media with chapters. For media without chapters, show the Live TV Guide (when available).",
+ "HeaderShowSeriesImages": "Show Series Images",
+ "AppExitMenu": "Exit menu",
+ "SideMenu": "Side navigation menu",
+ "AppExitConfirmation": "Are you ready to exit Emby?",
+ "SystemStorage": "System storage ({0})"
+}
\ No newline at end of file
diff --git a/modules/common/strings/es-AR.json b/modules/common/strings/es-AR.json
new file mode 100644
index 0000000..25cbdb5
--- /dev/null
+++ b/modules/common/strings/es-AR.json
@@ -0,0 +1,1340 @@
+{
+ "ReplaceExistingThumbnailImages": "Replace existing video preview thumbnails",
+ "ReplaceExistingThumbnailImagesHelp": "All existing video preview thumbnails will be deleted and new ones will be generated, if enabled in the options for the library.",
+ "DateCreated": "Date Created",
+ "CreatedOnValue": "Created {0}",
+ "UpdatedOnValue": "Updated {0}",
+ "EmbyLoginTerms": "Emby is designed to help you manage your personal media library, such as home videos and photos. Please see our {0}terms of use{1}. The use of any Emby software constitutes acceptance of these terms.",
+ "MessageUnableToConnectToServer": "We're unable to connect to the selected server right now. Please ensure it is running and try again.",
+ "EmbyIntroMessage": "With Emby you can easily stream videos, music and photos to smart phones, tablets and other devices from your Emby Server.",
+ "HeaderSignInWithConnect": "Sign in with Emby Connect",
+ "HeaderWelcomeToEmby": "Welcome to Emby",
+ "HeaderNewUsers": "New Users",
+ "HeaderPleaseSignIn": "Please Sign In",
+ "MessageInvalidUser": "Invalid username or password. Please try again.",
+ "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.",
+ "ValueSpecialEpisodeName": "Special - {0}",
+ "HeaderSignIn": "Sign In",
+ "Share": "Share",
+ "Shared": "Shared",
+ "Info": "Info",
+ "Add": "Add",
+ "Speed": "Speed",
+ "PlaybackSpeed": "Playback Speed",
+ "Chapters": "Chapters",
+ "Password": "Password",
+ "SavePassword": "Save Password",
+ "LabelPassword": "Password",
+ "HeaderResetPassword": "Reset Password",
+ "Series": "Series",
+ "Preview": "Preview",
+ "Submit": "Submit",
+ "Never": "Never",
+ "Table": "Table",
+ "HeaderScheduledTasks": "Scheduled Tasks",
+ "Plays": "Plays",
+ "LastUsedAddressValue": "Last used {0}",
+ "LabelKeywordType": "Keyword type",
+ "HeaderSelectColumns": "Select Columns",
+ "HeaderTopResults": "Top Results",
+ "HeaderPinSidebar": "Pin Sidebar",
+ "Collapse": "Collapse",
+ "LabelBackgroundVideoPlayback": "Background video playback",
+ "BackgroundVideoPlaybackHelp": "Background playback allows video to keep playing even when the screen is turned off.",
+ "AlwaysOn": "Always on",
+ "HeadphonesOrExternalSpeakersConnected": "Headphones or external speakers connected",
+ "HeaderKeyboardAndRemote": "Keyboard and Remote",
+ "NoSelectedItemsSupportOperation": "There are no items selected that support this operation.",
+ "NoOperationsForSelectedItems": "There are no operations available for the selected items.",
+ "UploadOnlyOnWifi": "Upload only on Wifi",
+ "HeaderFoldersToUpload": "Folders to Upload",
+ "LabelPasswordConfirm": "Password (confirm)",
+ "HeaderMoveUpInOrder": "Move Up In Order",
+ "HeaderDownUpInOrder": "Move Down In Order",
+ "LabelUsername": "Username",
+ "HeaderAddServer": "Add Server",
+ "HeaderSubtitleOffset": "Subtitle Offset",
+ "Watching": "Watching",
+ "HeaderRemoveFromContinueWatching": "Remove from Continue Watching",
+ "RemoveThisTitleFromContinueWatching": "Remove this title from Continue Watching?",
+ "HeaderRemoveFromContinueListening": "Remove from Continue Listening",
+ "RemoveThisTitleFromContinueListening": "Remove this title from Continue Listening?",
+ "HeaderIncreaseSubtitleOffset": "Increase Subtitle Offset",
+ "HeaderDecreaseSubtitleOffset": "Decrease Subtitle Offset",
+ "Close": "Close",
+ "HeaderSeeAll": "See All",
+ "HeaderOpenInNewWindow": "Open in New Window",
+ "LabelEmail": "Email",
+ "LabelHost": "Host",
+ "LabelHostHelp": "Example: 192.168.1.100 or https://myserver.com",
+ "LabelPort": "Port",
+ "Disabled": "Disabled",
+ "Uninstall": "Uninstall",
+ "Enable": "Enable",
+ "AllTuners": "All Tuners",
+ "Disable": "Disable",
+ "NextValue": "Next: {0}",
+ "HeaderNextItem": "Next Item",
+ "HeaderPreviousItem": "Previous Item",
+ "NoTrailersMessage": "No Trailers found. To add Trailers, please install the Trailer plugin from the {0}Emby plugin catalog{1}.",
+ "UninstallPluginConfirmation": "Are you sure you wish to uninstall this plugin?",
+ "HeaderUninstallPlugin": "Uninstall Plugin",
+ "AreYouStillWatching": "Are you still watching?",
+ "LabelCurrentPassword": "Current password",
+ "LabelNewPassword": "New password",
+ "LabelNewPasswordConfirm": "New password confirm",
+ "HeaderRemovePassword": "Remove Password",
+ "ServerUpdateNeeded": "This Emby Server needs to be updated. To download the latest version, please visit {0}",
+ "MessageThankYouForConnectSignUp": "Thank you for signing up for Emby Connect. An email will be sent to your address with instructions on how to confirm your new account. Please confirm the account and then return here to sign in.",
+ "MessageThankYouForConnectSignUpNoValidation": "Thank you for signing up for Emby Connect! You will now be asked to login with your Emby Connect information.",
+ "ErrorMessagePasswordNotMatchConfirm": "The password and password confirmation must match.",
+ "ErrorMessageUsernameInUse": "The username is already in use. Please choose a new name and try again.",
+ "ErrorMessageEmailInUse": "The email address is already in use. Please enter a new email address and try again, or use the forgot password feature.",
+ "HeaderUpcomingOnTV": "Upcoming On Live TV",
+ "HeaderOtherShowings": "Other Showings",
+ "Showings": "Showings",
+ "HeaderConnectToServer": "Connect to Server",
+ "ConnectToServerManually": "Connect to server manually",
+ "LabelEnterConnectUserNameHelp": "This is the email address that you used to setup your Emby Connect account.",
+ "HeaderSignInError": "Sign In Error",
+ "HeaderManualLogin": "Manual Login",
+ "PasswordResetConfirmation": "Are you sure you wish to reset the password?",
+ "ContactAdminToResetPassword": "Please contact your system administrator to reset your password.",
+ "ForgotPasswordInNetworkRequired": "Please try again within your home network to initiate the password reset process.",
+ "ForgotPasswordFileCreated": "The following file has been created on your server and contains instructions on how to proceed:",
+ "ForgotPasswordFileExpiration": "The reset pin will expire at {0}.",
+ "InvalidForgotPasswordPin": "An invalid or expired pin was entered. Please try again.",
+ "PasswordResetForUsers": "Passwords have been removed for the following users. To login, sign in with a blank password.",
+ "HeaderForgotPassword": "Forgot Password?",
+ "ForgotPasswordUsernameHelp": "Leave this blank if you don't remember your username.",
+ "HeaderPasswordReset": "Password Reset",
+ "AttributeNew": "New",
+ "Done": "Done",
+ "HeaderResetToDefault": "Reset to Default",
+ "Deinterlacing": "Deinterlacing",
+ "HeaderBurningInSubtitles": "Burning in Subtitles",
+ "Premiere": "Premiere",
+ "LabelPinCode": "Pin code",
+ "LabelLocalNetworkPinCode": "Local network pin code",
+ "LabelLocalNetworkPasswordMode": "Local network sign in mode",
+ "RequirePasswordInLocalNetwork": "Require a password on the local network",
+ "NoPasswordInLocalNetwork": "Don't require a password on the local network",
+ "PinCodeInLocalNetwork": "Allow a numeric pin code on the local network",
+ "LocalNetworkPasswordModeHelp": "Select the sign in method for devices on the same local network as your Emby Server.",
+ "HeaderLocalNetworkAccess": "Local Network Access",
+ "Live": "Live",
+ "Reset": "Reset",
+ "Repeat": "Repeat",
+ "Track": "Track",
+ "Tracks": "Tracks",
+ "HeaderCameraUpload": "Camera Upload",
+ "TrackCount": "{0} Tracks",
+ "ItemCount": "{0} Items",
+ "NumberChannelsValue": "{0} Channels",
+ "HeaderLatestMusic": "Latest Music",
+ "HeaderLatestAudioBooks": "Latest Audio Books",
+ "HeaderLatestDownloadedVideos": "Latest Downloaded Videos",
+ "HeaderRecentlyPlayed": "Recently Played",
+ "Recent": "Recent",
+ "HeaderFrequentlyPlayed": "Frequently Played",
+ "HeaderMoreLikeThis": "More Like This",
+ "HeaderMoreLikeThisOnLiveTV": "More Like This on Live TV",
+ "OriginalAirDateValue": "Original air date: {0}",
+ "EndsAtValue": "Ends at {0}",
+ "Date": "Date",
+ "AirDate": "Air Date",
+ "Played": "Played",
+ "Daily": "Daily",
+ "Weekly": "Weekly",
+ "RequireHashMatch": "Require a hash match",
+ "RequireHashMatchHelp": "Requiring a hash match will filter subtitles to include only those that have been tested with your exact video file. Unchecking this will increase the number of matched subtitles, but will also increase the chances of mistimed or incorrect subtitle text.",
+ "SearchForForcedSubtitlesOnly": "Forced subtitles only",
+ "SearchForForcedSubtitlesOnlyHelp": "Requiring forced subtitles will limit results to subtitles that are tagged as having a foreign language.",
+ "LastEpisodeDateAdded": "Last Episode Date Added",
+ "LastEpisodeDateAired": "Last Episode Date Released",
+ "LabelPlaystate": "Playstate",
+ "Studio": "Studio",
+ "Tag": "Tag",
+ "EpisodeTitle": "Episode Title",
+ "Audio": "Audio",
+ "Video": "Video",
+ "Subtitle": "Subtitle",
+ "Image": "Image",
+ "CopyStream": "Copy original stream",
+ "LabelAudioLayout": "Audio layout",
+ "LabelAudioCodec": "Audio codec",
+ "LabelAudioLanguage": "Audio language",
+ "LabelSubtitleLanguage": "Subtitle language",
+ "LabelVideoCodec": "Video codec",
+ "LabelSubtitleCodec": "Subtitle codec",
+ "LabelParentalRating": "Parental rating",
+ "BecauseYouLikeValue": "Because you like {0}",
+ "BecauseYouWatchedValue": "Because you watched {0}",
+ "DirectedByValue": "Directed by {0}",
+ "StarringValue": "Starring {0}",
+ "Invitations": "Invitations",
+ "ActorAsRole": "as {0}",
+ "ButtonOk": "OK",
+ "GroupItemsIntoCollections": "Group items into collections",
+ "GroupItemsIntoCollectionsHelp": "Group items based on collections they've been added to. Enabling certain filters or sort orders may automatically disable this.",
+ "GroupItemsIntoTags": "Group items into tags",
+ "GroupItemsIntoTagsHelp": "Group items based on tags they've been added to. Enabling certain filters or sort orders may automatically disable this.",
+ "User": "User",
+ "Access": "Access",
+ "Users": "Users",
+ "Library": "Library",
+ "Devices": "Devices",
+ "Cancel": "Cancel",
+ "Restart": "Restart",
+ "Shutdown": "Shutdown",
+ "Logs": "Logs",
+ "Visibility": "Visibility",
+ "Notifications": "Notifications",
+ "SendTestNotification": "Send Test Notification",
+ "NotificationSent": "Notification sent",
+ "DeleteNotificationConfirmation": "Are you sure you wish to delete this notification?",
+ "DeleteNotification": "Delete Notification",
+ "AddNotification": "Add Notification",
+ "EditNotification": "Edit Notification",
+ "LimitUserEventsTo": "Limit user events to",
+ "LimitLibraryEventsTo": "Limit library events to",
+ "LimitDeviceEventsTo": "Limit devices events to",
+ "ForAdditionalNotificationOptions": "Additional notification services can be installed by the server administrator in the Emby {0}plugin catalog{1}.",
+ "Plugins": "Plugins",
+ "Systems": "Systems",
+ "Server": "Server",
+ "Dashboard": "Dashboard",
+ "PlayOnAnotherDevice": "Play on another device",
+ "HeaderConnectionHelp": "Connection Help",
+ "AccessRestrictedTryAgainLater": "Access is currently restricted. Please try again later.",
+ "ButtonGotIt": "Got It",
+ "RememberMe": "Remember me",
+ "EmbyServer": "Emby Server",
+ "ManageEmbyServer": "Manage Emby Server",
+ "ShutdownServer": "Shutdown Emby Server",
+ "RestartServer": "Restart Emby Server",
+ "RecordingCancelled": "Recording Cancelled",
+ "SeriesCancelled": "Series Cancelled",
+ "Recording": "Recording",
+ "SeriesRecording": "Series Recording",
+ "RecordingScheduled": "Recording Scheduled",
+ "SeriesRecordingScheduled": "Series Recording Scheduled",
+ "HeaderNewRecording": "New Recording",
+ "HeaderWakeServer": "Wake Server",
+ "AttemptingWakeServer": "Attempting to wake server. Please wait...",
+ "WakeServerSuccess": "Success!",
+ "HeaderCustomizeHomeScreen": "Customize Home Screen",
+ "WakeServerError": "Wake On LAN packets were sent to your server machine, but we're unable to connect to your Emby Server. Your machine may need a little more time to wake, or Emby Server may not be actively running on the machine.",
+ "Days": "Days",
+ "Network": "Network",
+ "Networks": "Networks",
+ "SortByValue": "Sort by {0}",
+ "HeaderSortBy": "Sort By",
+ "HeaderPhotoAlbums": "Photo Albums",
+ "Photos": "Photos",
+ "HeaderAppearsOn": "Appears On",
+ "List": "List",
+ "HeaderRecordSeries": "Record Series",
+ "HeaderCinemaMode": "Cinema Intros",
+ "Conversions": "Conversions",
+ "Downloads": "Downloads",
+ "HeaderManageDownloads": "Manage Downloads",
+ "InternalStorage": "Internal storage",
+ "ExternalStorage": "External storage",
+ "UploadToFollowingServers": "Upload to Servers",
+ "UploadingNumItems": "Uploading {0} of {1}",
+ "DownloadNumItems": "Downloading {0} of {1}",
+ "HeaderSampleRate": "Sample Rate",
+ "HeaderReferenceFrames": "Reference Frames",
+ "HeaderBitDepth": "Bit Depth",
+ "HeaderPixelFormat": "Pixel Format",
+ "Profile": "Profile",
+ "Bitrate": "Bitrate",
+ "Expand": "Expand",
+ "Container": "Container",
+ "Format": "Format",
+ "Path": "Path",
+ "Size": "Size",
+ "Resolution": "Resolution",
+ "HeaderCodecTag": "Codec Tag",
+ "Framerate": "Framerate",
+ "Interlaced": "Interlaced",
+ "Anamorphic": "Anamorphic",
+ "Level": "Level",
+ "Timestamp": "Timestamp",
+ "Language": "Language",
+ "Codec": "Codec",
+ "Stream": "Stream",
+ "HeaderExtradata": "Extra Data",
+ "HeaderHardwareAcceleratedTranscoding": "Hardware Accelerated Transcoding",
+ "HeaderHardwareAcceleratedTranscodingDescription": "Take advantage of your server GPU. Emby has the most advanced and fastests hardware accelleration in the industry.",
+ "HeaderOfflineDownloads": "Offline Media",
+ "AndMuchMoreExclamation": "And much more!",
+ "HeaderOfflineDownloadsDescription": "Download media to your devices for easy offline use.",
+ "LiveTvFeatureDescription": "Stream Live TV to any Emby app, with a compatible TV tuner device installed on your Emby Server.",
+ "DvrFeatureDescription": "Schedule individual Live TV recordings, series recordings, and more with Emby DVR.",
+ "CinemaModeFeatureDescription": "Cinema Intros give you the true cinema experience with trailers and custom intros before the main feature.",
+ "HeaderFreeApps": "Free Emby Apps",
+ "FreeAppsFeatureDescription": "Enjoy free access to Emby apps for your devices.",
+ "HeaderBecomeProjectSupporter": "Get Emby Premiere",
+ "HeaderViewServerInfo": "View Server Info",
+ "PlaybackTvModeRequiresEmbyPremiere": "Media playback in TV mode requires an active {0}Emby Premiere subscription{1}.",
+ "FeatureRequiresEmbyPremiere": "This feature requires an active {0}Emby Premiere subscription{1}.",
+ "HeaderConvertYourRecordings": "Convert Your Recordings",
+ "Record": "Record",
+ "Save": "Save",
+ "Edit": "Edit",
+ "HeaderSavePlaylist": "Save Playlist",
+ "Latest": "Latest",
+ "Download": "Download",
+ "Downloaded": "Downloaded",
+ "Converted": "Converted",
+ "RemoveFromHistory": "Remove from History",
+ "ConfirmRemoveFromHistory": "Remove this item from the history?",
+ "Downloading": "Downloading",
+ "Advanced": "Advanced",
+ "LinkedToEmbyConnect": "Linked to Emby Connect",
+ "Delete": "Delete",
+ "Both": "Both",
+ "LabelChannelDisplay": "Channel display",
+ "HeaderDeleteItem": "Delete Item",
+ "HeaderDeleteUser": "Delete User",
+ "DeleteItemConfirmation": "Are you sure you wish to delete {0}?",
+ "DeleteUserConfirmation": "Are you sure you wish to delete user {0}?",
+ "DeleteUsersConfirmation": "Are you sure you wish to delete these {0} users?",
+ "HeaderDeleteDevice": "Delete Device",
+ "DeleteDeviceConfirmation": "Are you sure you wish to delete this device? It will reappear the next time a user signs in with it.",
+ "ConfirmDeleteItem": "Deleting this item will delete it from both the file system and your media library.",
+ "FollowingFilesWillBeDeleted": "The following files and folders will be deleted:",
+ "AreYouSureToContinue": "Are you sure you wish to continue?",
+ "Refresh": "Refresh",
+ "RefreshingMetadataDots": "Refreshing metadata...",
+ "ScanningLibraryFilesDots": "Scanning library files...",
+ "HeaderFavoritesThenByChannelNumber": "Favorites, Then by Channel Number",
+ "HeaderAddToCollection": "Add to Collection",
+ "HeaderFavoritesThenByTitle": "Favorites, Then by Title",
+ "HeaderFavoritesThenByDefault": "Favorites, Then by Default Channel Order",
+ "HeaderDefaultChannelOrder": "Default Channel Order",
+ "HeaderAddToFavorites": "Add to Favorites",
+ "HeaderRemoveFromFavorites": "Remove from Favorites",
+ "Favorited": "Favorited",
+ "Unfavorited": "Unfavorited",
+ "HeaderNewCollection": "New Collection",
+ "HeaderNewPlaylist": "New Playlist",
+ "AllCollections": "All Collections",
+ "AllPlaylists": "All Playlists",
+ "Create": "Create",
+ "HeaderAddedToPlaylist": "Added to Playlist",
+ "HeaderAddedToCollection": "Added to Collection",
+ "OneItemAddedTo": "1 item added to \"{0}\".",
+ "ItemsAddedTo": "{0} items added to \"{1}\".",
+ "HeaderAddedToPlayQueue": "Added to Play Queue",
+ "HeaderPlayingNext": "Playing Next",
+ "Help": "Help",
+ "HeaderGetHelp": "Get Help",
+ "LabelTVDisplayMode": "Enable TV display mode",
+ "Desktop": "Desktop",
+ "Mobile": "Mobile / Tablet",
+ "Navigation": "Navigation",
+ "HeaderVideoPlayback": "Video Playback",
+ "TV": "TV",
+ "HeaderEmbyConnect": "Emby Connect",
+ "Seasons": "Seasons",
+ "OneTrack": "1 Track",
+ "OneSeason": "1 Season",
+ "Libraries": "Libraries",
+ "NumberSeasonsValue": "{0} Seasons",
+ "TVDisplayModeHelp": "Optimize the user interface on this device for display on a TV and input method with a remote control. This is generally not recommended if your primary input method is a mouse or is touch-based.",
+ "LabelDisplayLanguage": "Display language",
+ "LabelDisplayLanguageHelp": "Translating Emby is an ongoing project.",
+ "LearnHowYouCanContribute": "Learn how you can contribute.",
+ "NewCollectionHelp": "Collections allow you to create personalized groupings of movies and other library content.",
+ "SearchForCollectionInternetMetadata": "Search the internet for artwork and 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",
+ "ServerStartup": "Server Startup",
+ "EmbyServerOnXHasStarted": "Emby Server on {0} has started.",
+ "LabelScreensaver": "Screensaver",
+ "LabelSoundEffects": "Sound effects",
+ "LabelName": "Name",
+ "NewCollectionNameExample": "Ejemplo: Colección de Star Wars",
+ "MessageItemsAdded": "Items added.",
+ "OptionNew": "New...",
+ "LabelPlaylist": "Playlist",
+ "AddToPlaylist": "Add to playlist",
+ "HeaderAddToPlaylist": "Add to Playlist",
+ "Subtitles": "Subtitles",
+ "LabelTheme": "Theme",
+ "LabelSettingsTheme": "Settings theme",
+ "LabelThemeAccentColor": "Accent color",
+ "ThemeAccentColorDescription": "Controls the color of important indicators, icons and text.",
+ "SearchForSubtitles": "Search for Subtitles",
+ "LabelLanguage": "Language",
+ "Search": "Search",
+ "NoSubtitleSearchResultsFound": "No results found. Have you configured {0}subtitle downloading{1}?",
+ "NoLyricsSearchResultsFound": "No results found. Have you configured {0}lyrics downloading{1}?",
+ "Lyrics": "Lyrics",
+ "SearchForLyrics": "Search for Lyrics",
+ "Finish": "Finish",
+ "File": "File",
+ "Exit": "Exit",
+ "Sleep": "Sleep",
+ "Setup": "Setup",
+ "MessageAreYouSureDeleteSubtitles": "Are you sure you wish to delete this subtitle file?",
+ "ConfirmDeletion": "Confirm Deletion",
+ "MySubtitles": "My Subtitles",
+ "MessageDownloadQueued": "Download queued.",
+ "HeaderEditSubtitles": "Edit Subtitles",
+ "UnlockGuide": "Unlock Guide",
+ "HeaderRefreshMetadata": "Refresh Metadata",
+ "HeaderRefreshAllMetadata": "Refresh All Metadata",
+ "ReplaceExistingImages": "Replace existing images",
+ "ReplaceExistingImagesHelp": "All existing images will be deleted and new ones will be downloaded based on the options for the library. In some cases this may result in fewer available images than before.",
+ "ReplaceAllMetadata": "Replace all metadata",
+ "SearchForMissingMetadata": "Search for missing metadata",
+ "LabelRefreshMode": "Refresh mode",
+ "NoItemsFound": "No items found.",
+ "HeaderSaySomethingLike": "Say Something Like...",
+ "ButtonTryAgain": "Try Again",
+ "HeaderYouSaid": "You Said...",
+ "MessageWeDidntRecognizeCommand": "We're sorry, we didn't recognize that command.",
+ "MessageIfYouBlockedVoice": "If you denied voice access to the app you'll need to reconfigure before trying again.",
+ "ValueDiscNumber": "Disc {0}",
+ "Unrated": "Unrated",
+ "Favorite": "Favorite",
+ "Like": "Like",
+ "Dislike": "Dislike",
+ "RefreshDialogHelp": "Metadata is updated with new data based on settings and metadata providers that are enabled in Emby library setup.",
+ "Open": "Open",
+ "Play": "Play",
+ "Pause": "Pause",
+ "HeaderPlayQueue": "Play Queue",
+ "HeaderAddToPlayQueue": "Add to Play Queue",
+ "Shuffle": "Shuffle",
+ "Identify": "Identify",
+ "HeaderRemoveIdentification": "Remove Identification",
+ "ResetMetadataConfirmation": "Are you sure you wish to reset all metadata?",
+ "HeaderEditMetadata": "Edit Metadata",
+ "Convert": "Convert",
+ "Resume": "Resume",
+ "HeaderInstantMix": "Instant Mix",
+ "HeaderGoToItem": "Go to Item",
+ "HeaderGoToSeason": "Go to Season",
+ "HeaderGoToSeries": "Go to Series",
+ "HeaderGoToAlbum": "Go to Album",
+ "HeaderGoToArtist": "Go to Artist",
+ "HeaderPlayAll": "Play All",
+ "PictureInPicture": "Picture in picture",
+ "Fullscreen": "Full screen",
+ "ExitFullscreen": "Exit full screen",
+ "Rewind": "Rewind",
+ "FastForward": "Fast-forward",
+ "Remove": "Remove",
+ "Rename": "Rename",
+ "Queue": "Queue",
+ "QueueAllFromHere": "Queue all from here",
+ "PlayAllFromHere": "Play all from here",
+ "PlayFromBeginning": "Play From Beginning",
+ "FromBeginning": "From Beginning",
+ "ResumeAt": "Resume from {0}",
+ "HeaderRemoveFromPlaylist": "Remove from Playlist",
+ "HeaderRemoveFromPlayQueue": "Remove from Play Queue",
+ "HeaderRemoveFromCollection": "Remove from Collection",
+ "Sort": "Sort",
+ "Trailer": "Trailer",
+ "SelectNone": "Select None",
+ "SelectAll": "Select All",
+ "HeaderMarkPlayed": "Mark Played",
+ "HeaderMarkUnplayed": "Mark Unplayed",
+ "HeaderGroupVersions": "Group Versions",
+ "PleaseSelectTwoItems": "Please select at least two items.",
+ "HeaderConfirmRecordingCancellation": "Confirm Recording Cancellation",
+ "MessageConfirmRecordingCancellation": "Cancel recording?",
+ "Album": "Album",
+ "AlbumArtist": "Album Artist",
+ "Error": "Error",
+ "VoiceInput": "Voice Input",
+ "LabelContentType": "Content type",
+ "LabelPath": "Path",
+ "Playlists": "Playlists",
+ "LabelTitle": "Title",
+ "LabelOriginalTitle": "Original title",
+ "LabelSortTitle": "Sort title",
+ "LabelDateAdded": "Date added",
+ "DateAdded": "Date Added",
+ "DateModified": "Date Modified",
+ "DatePlayed": "Date Played",
+ "DateLastActive": "Date Last Active",
+ "ConfigureDateAdded": "Configure how date added is determined in the Emby Server dashboard under Library settings",
+ "LabelStatus": "Status",
+ "LabelArtistsHelp": "Separate multiple using ;",
+ "HeaderAlbumArtists": "Album Artists",
+ "LabelAlbumArtists": "Album artists",
+ "LabelAlbum": "Album",
+ "Artist": "Artist",
+ "Artists": "Artists",
+ "ImdbRating": "IMDb Rating",
+ "CommunityRating": "Community Rating",
+ "LabelCommunityRating": "Community rating",
+ "LabelCriticRating": "Critic rating",
+ "CriticRating": "Critic Rating",
+ "LabelWebsite": "Website",
+ "Tagline": "Tagline",
+ "LabelOverview": "Overview",
+ "LabelShortOverview": "Short overview",
+ "LabelReleaseDate": "Release date",
+ "LabelPlaceOfBirth": "Place of birth",
+ "Aired": "Aired",
+ "LabelAirDays": "Air days",
+ "LabelAirTime": "Air time",
+ "LabelRuntimeMinutes": "Run time (minutes)",
+ "LabelCustomRating": "Custom rating",
+ "LabelOriginalAspectRatio": "Original aspect ratio",
+ "Label3DFormat": "3D format",
+ "FormatValue": "Format: {0}",
+ "DownloadsValue": "{0} Downloads",
+ "HashMatch": "Hash Match",
+ "EnableExternalVideoPlayers": "Enable external video players",
+ "EnableExternalVideoPlayersHelp": "An external player menu will be shown when starting video playback.",
+ "HeaderSpecialEpisodeInfo": "Special Episode Info",
+ "LabelAirsDuringSeason": "Airs during season",
+ "LabelAirsAfterSeason": "Airs after season",
+ "LabelAirsBeforeEpisode": "Airs before episode",
+ "HeaderExternalIds": "External Ids",
+ "HeaderDisplaySettings": "Display Settings",
+ "PlaylistOrder": "Playlist Order",
+ "CollectionOrder": "Collection Order",
+ "LabelDisplayOrder": "Display order",
+ "LabelFileOrder": "File order",
+ "Display": "Display",
+ "Countries": "Countries",
+ "Genres": "Genres",
+ "Studios": "Studios",
+ "Tags": "Tags",
+ "Links": "Links",
+ "Movie": "Movie",
+ "Program": "Program",
+ "Channel": "Channel",
+ "Episode": "Episode",
+ "Season": "Season",
+ "HeaderMetadataSettings": "Metadata Settings",
+ "People": "People",
+ "Number": "Number",
+ "Lock": "Lock",
+ "HeaderScreenLocked": "Screen Locked",
+ "HeaderUnlockControls": "Unlock Controls",
+ "HeaderTapToUnlock": "Tap to Unlock",
+ "LabelMetadataDownloadLanguage": "Preferred metadata download language",
+ "LabelImageDownloadLanguage": "Preferred image download language",
+ "LabelLockItemToPreventChanges": "Lock this item to prevent future changes",
+ "LockThisField": "Lock this field to prevent future changes when refreshing metadata",
+ "MessageLeaveEmptyToInherit": "Leave empty to inherit settings from a parent item, or the global default value.",
+ "LabelCountry": "Country",
+ "LabelCertificationCountry": "Certification country",
+ "CertificationCountryHelp": "This will influence which content rating system is used.",
+ "LabelDynamicExternalId": "{0} Id",
+ "LabelBirthYear": "Birth year",
+ "LabelBirthDate": "Birth date",
+ "LabelDeathDate": "Death date",
+ "LabelEndDate": "End date",
+ "LabelSeasonNumber": "Season number",
+ "LabelEpisodeNumber": "Episode number",
+ "LabelTrackNumber": "Track number",
+ "LabelNumber": "Number",
+ "LabelDiscNumber": "Disc number",
+ "LabelParentNumber": "Parent number",
+ "SortName": "Sort Title",
+ "OriginalTitle": "Original Title",
+ "ReleaseDate": "Release Date",
+ "Continuing": "Continuing",
+ "Ended": "Ended",
+ "HeaderEnabledFields": "Enabled Fields",
+ "HeaderEnabledFieldsHelp": "Uncheck a field to lock it and prevent its data from being changed.",
+ "Backdrops": "Backdrops",
+ "Images": "Images",
+ "Runtime": "Runtime",
+ "ProductionLocations": "Production locations",
+ "BirthLocation": "Birth location",
+ "ParentalRating": "Parental Rating",
+ "PlayCount": "Play count",
+ "Name": "Name",
+ "Overview": "Overview",
+ "LabelType": "Type",
+ "LabelPersonRole": "Role",
+ "LabelPersonRoleHelp": "Example: Ice cream truck driver",
+ "Actor": "Actor",
+ "Composers": "Composers",
+ "Composer": "Composer",
+ "Director": "Director",
+ "GuestStar": "Guest star",
+ "Producer": "Producer",
+ "Writer": "Writer",
+ "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.",
+ "InstallingPackage": "Installing {0}",
+ "PackageInstallCompleted": "{0} installation completed.",
+ "PackageInstallFailed": "{0} installation failed.",
+ "PackageInstallCancelled": "{0} installation cancelled.",
+ "SeriesYearToPresent": "{0} - Present",
+ "OneDevice": "1 Device",
+ "DeviceCountValue": "{0} Devices",
+ "OneLog": "1 Log",
+ "LogCountValue": "{0} Logs",
+ "OneVote": "1 Vote",
+ "VoteCountValue": "{0} Votes",
+ "OneLike": "1 Like",
+ "LikeCountValue": "{0} Likes",
+ "OneUser": "1 User",
+ "UserCountValue": "{0} Users",
+ "OneLibrary": "1 Library",
+ "LibraryCountValue": "{0} Libraries",
+ "ValueOneItem": "1 Item",
+ "ValueOneEpisode": "1 episode",
+ "ValueEpisodeCount": "{0} episodes",
+ "Albums": "Albums",
+ "Song": "Song",
+ "Songs": "Songs",
+ "Authors": "Authors",
+ "Books": "Books",
+ "AudioBooks": "Audio books",
+ "HeaderAudioBooks": "Audio Books",
+ "HeaderAudioBook": "Audio Book",
+ "HeaderIdentifyItemHelp": "Enter one or more search criteria. Remove criteria to increase search results.",
+ "PleaseEnterNameOrId": "Please enter a name or an external Id.",
+ "MessageItemSaved": "Item saved.",
+ "SearchResults": "Search Results",
+ "ServerNameIsRestarting": "Emby Server - {0} is restarting.",
+ "ServerNameIsShuttingDown": "Emby Server - {0} is shutting down.",
+ "HeaderDeleteItems": "Delete Items",
+ "ConfirmDeleteItems": "Deleting these items will delete them from both the file system and your media library.",
+ "PleaseRestartServerName": "Please Restart Emby Server on {0}",
+ "ConvertingDots": "Converting...",
+ "LabelSyncNoTargetsHelp": "It looks like you don't currently have any apps that support offline downloading.",
+ "DownloadingDots": "Downloading...",
+ "LearnMore": "Learn more",
+ "LabelBitrateMbps": "Bitrate (Mbps)",
+ "ConvertUnwatchedVideosOnly": "Convert unplayed videos only",
+ "SyncUnwatchedVideosOnly": "Download unplayed videos only",
+ "ConvertUnwatchedVideosOnlyHelp": "Only videos that are not marked as fully played will be converted.",
+ "SyncUnwatchedVideosOnlyHelp": "Only videos that are not marked as fully played will be downloaded, and videos will be removed from the device as they are fully played.",
+ "AutomaticallySyncNewContent": "Automatically download new content",
+ "AutomaticallySyncNewContentHelp": "New content added to this folder will be automatically downloaded to the device.",
+ "AutomaticallyConvertNewContent": "Automatically convert new content",
+ "AutomaticallyConvertNewContentHelp": "New content added to this folder will be automatically converted.",
+ "LabelItemLimit": "Item limit",
+ "ConvertItemLimitHelp": "Optional. Set a limit to the number of items that will be converted.",
+ "DownloadItemLimitHelp": "Optional. Set a limit to the number of items that will be downloaded.",
+ "PleaseSelectDeviceToSyncTo": "Please select a device to download to.",
+ "Screenshots": "Screenshots",
+ "MoveRight": "Move right",
+ "MoveLeft": "Move left",
+ "HeaderUploadNewImage": "Upload New Image",
+ "HeaderDeleteImage": "Delete Image",
+ "ConfirmDeleteImage": "Delete image?",
+ "HeaderEditImages": "Edit Images",
+ "Settings": "Settings",
+ "ShowIndicatorsFor": "Show Indicators",
+ "Episodes": "Episodes",
+ "Programs": "Programs",
+ "HeaderCastCrew": "Cast & Crew",
+ "DvrSubscriptionRequired": "Emby Live TV & DVR require an active {0}Emby Premiere subscription{1}.",
+ "HeaderCancelRecording": "Cancel Recording",
+ "HeaderKeepRecording": "Keep Recording",
+ "HeaderCancelSeries": "Cancel Series",
+ "HeaderKeepSeries": "Keep Series",
+ "HeaderLearnMore": "Learn More",
+ "SeriesSettings": "Series settings",
+ "HeaderRecordingOptions": "Recording Options",
+ "HeaderDoNotRecord": "Do not record",
+ "HeaderSeriesOptions": "Series Options",
+ "Layout": "Layout",
+ "Channels": "Channels",
+ "ChannelNameOnly": "Channel {0} only",
+ "Anytime": "Anytime",
+ "AnyLanguage": "Any language",
+ "AroundTime": "Around {0}",
+ "HeaderLatestMovies": "Latest Movies",
+ "All": "All",
+ "Stop": "Stop",
+ "AllChannels": "All channels",
+ "NewEpisodesOnly": "New episodes only",
+ "AllEpisodes": "All episodes",
+ "LabelStartWhenPossible": "Start when possible",
+ "LabelStopWhenPossible": "Stop when possible",
+ "MinutesBefore": "minutes before",
+ "MinutesAfter": "minutes after",
+ "SkipEpisodesAlreadyInMyLibrary": "Don't record episodes that are already in my library",
+ "SkipEpisodesAlreadyInMyLibraryHelp": "Episodes will be compared using season and episode numbers, when available.",
+ "LabelKeepUpTo": "Keep up to",
+ "AsManyAsPossible": "As many as possible",
+ "DefaultErrorMessage": "There was an error processing the request. Please try again later.",
+ "UntilIDelete": "Until I delete",
+ "UntilSpaceNeeded": "Until space needed",
+ "Categories": "Categories",
+ "Sports": "Sports",
+ "News": "News",
+ "Movies": "Movies",
+ "Music": "Music",
+ "Kids": "Kids",
+ "MoreFromValue": "More from {0}",
+ "DiedValue": "Died: {0}",
+ "BornValue": "Born: {0}",
+ "EnableColorCodedBackgrounds": "Apply colored backgrounds to shows, based on their category",
+ "SortChannelsBy": "Sort channels by",
+ "ChannelNumber": "Channel Number",
+ "HeaderBenefitsEmbyPremiere": "Benefits of Emby Premiere",
+ "ThankYouForTryingEnjoyOneMinute": "Please enjoy one minute of playback. Thank you for trying Emby.",
+ "HeaderTryPlayback": "Try Playback",
+ "HowDidYouPay": "How did you pay?",
+ "IHaveEmbyPremiere": "I have Emby Premiere",
+ "IPurchasedThisApp": "I purchased this app",
+ "ButtonRestorePreviousPurchase": "Restore Purchase",
+ "ButtonUnlockWithPurchase": "Unlock with Purchase",
+ "ButtonUnlockPrice": "Unlock {0}",
+ "EmbyPremiereMonthlyWithPrice": "Emby Premiere Monthly {0}",
+ "HeaderAlreadyPaid": "Already Paid?",
+ "ButtonPlayOneMinute": "Play One Minute",
+ "PlaceFavoriteChannelsAtBeginning": "Place favorite channels at the beginning",
+ "HeaderUnlockFeature": "Unlock Feature",
+ "MessageDidYouKnowCinemaMode": "Did you know that with Emby Premiere, you can enhance your experience with features like Cinema Intros?",
+ "HeaderPlayMyMedia": "Play my Media",
+ "HeaderDiscoverEmbyPremiere": "Discover Emby Premiere",
+ "HeaderNowPlaying": "Now Playing",
+ "Items": "Items",
+ "AppName": "App Name",
+ "OneChannel": "One channel",
+ "ConfirmRemoveDownload": "Remove download?",
+ "ConfirmRemoveItem": "Remove item?",
+ "RemoveDownload": "Remove Download",
+ "ConfirmCancelConversion": "Cancel conversion?",
+ "CancelConversion": "Cancel Conversion",
+ "KeepDownload": "Keep download",
+ "AddedOnValue": "Added {0}",
+ "RemovingFromDevice": "Removing from device",
+ "KeepOnDevice": "Keep on device",
+ "CancelDownload": "Cancel download",
+ "SyncJobItemStatusReadyToTransfer": "Ready to Transfer",
+ "SyncJobItemStatusSyncedMarkForRemoval": "Removing from device",
+ "SyncJobItemStatusQueued": "Queued",
+ "SyncJobItemStatusConverting": "Converting",
+ "SyncJobItemStatusTransferring": "Transferring",
+ "SyncJobItemStatusSynced": "Downloaded",
+ "Failed": "Failed",
+ "SyncJobItemStatusRemovedFromDevice": "Removed from device",
+ "Cancelled": "Cancelled",
+ "Retry": "Retry",
+ "Continue": "Continue",
+ "ContinueInSecondsValue": "Continue in {0} seconds.",
+ "HeaderRemoteControl": "Remote Control",
+ "Disconnect": "Disconnect",
+ "EnableDisplayMirroring": "Enable display mirroring",
+ "RemoteAccess": "Remote Access",
+ "HeaderPlayOn": "Play On",
+ "Quality": "Quality",
+ "Auto": "Auto",
+ "AndroidUnlockRestoreHelp": "To restore your previous purchase, please ensure you're signed into the device with the same Google (or Amazon) account that originally made the purchase. Make sure the app store is enabled and not restricted by any parental controls, and ensure you have an active internet connection. You'll only have to do this once to restore your previous purchase.",
+ "HeaderAspectRatio": "Aspect Ratio",
+ "Original": "Original",
+ "Fill": "Fill",
+ "Cover": "Cover",
+ "MessageNoServersAvailableToConnect": "No servers are available to connect to. If you've been invited to share a server, make sure to accept it below or by clicking the link in the email.",
+ "MessagePlayAccessRestricted": "Playback of this content is currently restricted. Please contact your Emby Server administrator for more information.",
+ "Accept": "Accept",
+ "Reject": "Reject",
+ "Connect": "Connect",
+ "HeaderMyMedia": "My Media",
+ "HeaderMyMediaSmall": "My Media (small)",
+ "LatestFromLibrary": "Latest {0}",
+ "HeaderLatestEpisodes": "Latest Episodes",
+ "ContinuePlaying": "Continue playing",
+ "ContinueWatching": "Continue watching",
+ "HeaderLatestChannelMedia": "Latest Channel Items",
+ "HeaderContinueWatching": "Continue Watching",
+ "HeaderContinueListening": "Continue Listening",
+ "HeaderActiveRecordings": "Active Recordings",
+ "HeaderLatestRecordings": "Latest Recordings",
+ "LabelConvertTo": "Convert to",
+ "LabelDownloadTo": "Download to",
+ "HeaderDownloadToDots": "Download to...",
+ "Next": "Next",
+ "LabelSource": "Source",
+ "VersionNumber": "Version {0}",
+ "HeaderAllLanguages": "All Languages",
+ "Previous": "Previous",
+ "HeaderNextUp": "Next Up",
+ "HeaderPlayNextUp": "Play Next Up",
+ "HeaderLatestFrom": "Latest from {0}",
+ "LabelHomeScreenSectionValue": "Home screen section {0}",
+ "PasswordResetComplete": "The password has been reset.",
+ "PasswordSaved": "Password saved.",
+ "SettingsSaved": "Settings saved.",
+ "Upcoming": "Upcoming",
+ "HeaderSelectImageFile": "Select Image File",
+ "None": "None",
+ "More": "More",
+ "Up": "Up",
+ "Down": "Down",
+ "Home": "Home",
+ "Back": "Back",
+ "Random": "Random",
+ "Playback": "Playback",
+ "Favorites": "Favorites",
+ "HeaderHomeScreen": "Home Screen",
+ "HeaderLatestChannelItems": "Latest Channel Items",
+ "HeaderLibraryOrder": "Library Order",
+ "HeaderOnNow": "On Now",
+ "HeaderForKids": "For Kids",
+ "HeaderPlaybackError": "Playback Error",
+ "PlaybackErrorNotAllowed": "You're currently not authorized to play this content. Please contact your system administrator for details.",
+ "RateLimitExceeded": "Your account has exceeded the maximum streaming limit set by your Emby Server administrator. Please contact them for assistance.",
+ "PlaybackErrorNoCompatibleStream": "No compatible streams are currently available. Please try again later or contact your system administrator for details.",
+ "PlaybackErrorPlaceHolder": "Please insert the disc in order to play this video.",
+ "PlaybackErrorNoPlayableItems": "No playable items were found. Are you trying to play an empty folder?",
+ "Guide": "Guide",
+ "Games": "Games",
+ "GameSystem": "Game System",
+ "Suggestions": "Suggestions",
+ "HeaderFavoriteChannels": "Favorite Channels",
+ "HeaderFavoriteCollections": "Favorite Collections",
+ "HeaderFavoritePlaylists": "Favorite Playlists",
+ "Collection": "Collection",
+ "Collections": "Collections",
+ "LabelSelectFolderGroups": "Automatically group content from the following folders into views such as Movies, Music and TV:",
+ "LabelSelectFolderGroupsHelp": "Folders that are unchecked will be displayed by themselves in their own view.",
+ "Mute": "Mute",
+ "Unmute": "Unmute",
+ "Folder": "Folder",
+ "Folders": "Folders",
+ "FileName": "File Name",
+ "DisplayInOtherHomeScreenSections": "Display in secondary home screen sections such as latest media and continue watching",
+ "DisplayInMyMedia": "Display on home screen",
+ "Shows": "Shows",
+ "MoviesAndShows": "Movies & Shows",
+ "HeaderMusicVideo": "Music Video",
+ "HeaderMusicVideos": "Music Videos",
+ "MusicVideos": "Music videos",
+ "Videos": "Videos",
+ "MixedContent": "Mixed content",
+ "HomeVideos": "Home videos",
+ "HomeVideosAndPhotos": "Home videos & photos",
+ "TVShows": "TV shows",
+ "HeaderLibraryFolders": "Library Folders",
+ "HeaderTermsOfPurchase": "Terms of Purchase",
+ "PrivacyPolicy": "Privacy policy",
+ "TermsOfUse": "Terms of Use",
+ "HeaderRepeatMode": "Repeat Mode",
+ "HeaderToneMapping": "Tone Mapping",
+ "RepeatOne": "Repeat one",
+ "RepeatAll": "Repeat all",
+ "LabelDefaultScreen": "Default screen",
+ "ConfirmEndPlayerSession": "Would you like to shutdown Emby on {0}?",
+ "Yesterday": "Yesterday",
+ "Yes": "Yes",
+ "No": "No",
+ "HeaderScanLibraryFiles": "Scan Library Files",
+ "LiveTV": "Live TV",
+ "Schedule": "Schedule",
+ "Recordings": "Recordings",
+ "ScanForNewAndUpdatedFiles": "Scan for new and updated files",
+ "NewVersionOfXAvailableForY": "{0} is Available for {1}",
+ "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",
+ "HeaderHardwareAcceleratedDecoding": "Hardware Accelerated Decoding",
+ "HeaderHardwareAcceleratedEncoding": "Hardware Accelerated Encoding",
+ "HeaderDirectPlay": "Direct Play",
+ "DirectPlaying": "Direct playing",
+ "DirectStreaming": "Direct streaming",
+ "Transcode": "Transcode",
+ "Transcoding": "Transcoding",
+ "ContainerBitrateExceedsLimit": "Reducing bitrate due to quality setting",
+ "VideoCodecNotSupported": "Converting video to compatible codec",
+ "AudioCodecNotSupported": "Converting audio to compatible codec",
+ "SubtitleCodecNotSupported": "Converting subtitles directly into video",
+ "DirectPlayError": "Recovering from playback error",
+ "ContainerNotSupported": "Converting to compatible container",
+ "VideoLevelNotSupported": "Converting to compatible video level",
+ "AudioBitrateNotSupported": "Converting to compatible audio bitrate",
+ "AudioChannelsNotSupported": "Converting to compatible number of audio channels",
+ "VideoResolutionNotSupported": "Converting to compatible video resolution",
+ "AudioProfileNotSupported": "Converting to compatible audio profile",
+ "AudioSampleRateNotSupported": "Converting to compatible audio sample rate",
+ "AnamorphicVideoNotSupported": "Anamorphic video not supported",
+ "InterlacedVideoNotSupported": "Deinterlacing video",
+ "SecondaryAudioNotSupported": "Selecting secondary audio track",
+ "ExternalAudioNotSupported": "Selecting external audio track",
+ "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",
+ "Offline": "Offline",
+ "HeaderSignUp": "Sign Up",
+ "ServerDownloadMessage": "To download and install the free Emby Server visit {0}",
+ "ServerDownloadMessageWithoutLink": "To download and install the free Emby Server visit the Emby website.",
+ "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",
+ "Skip": "Skip",
+ "HeaderAdditionalParts": "Additional Parts",
+ "ButtonGenerateNewPin": "Generate New Pin",
+ "ConnectLoginHelp1": "With Emby Connect you can easily access your Emby Server wherever you are and share servers with your family and friends.",
+ "CreatePinErrorMessage": "An error occurred while creating a pin code. Please click Generate New Pin to try again.",
+ "PinExpiredMessage": "The pin code has expired. Please click Generate New Pin to try again.",
+ "ConnectPinCodeHeader": "To sign in with Emby Connect, use a mobile device or computer to visit {0} and enter the following pin code:",
+ "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",
+ "Absolute": "Absolute",
+ "Smart": "Smart",
+ "Small": "Small",
+ "Smaller": "Smaller",
+ "Medium": "Medium",
+ "Large": "Large",
+ "Larger": "Larger",
+ "ExtraLarge": "Extra large",
+ "ExtraSmall": "Extra small",
+ "Forced": "Forced",
+ "External": "External",
+ "HeaderEmbeddedTitle": "Embedded Title",
+ "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.",
+ "HeaderSubtitleSettings": "Subtitle Settings",
+ "HeaderSubtitleAppearance": "Subtitle Appearance",
+ "OnlyForcedSubtitlesHelp": "Only subtitles marked as forced will be loaded.",
+ "AutoSelectHearingImpairedHelp": "Subtitles matching the language preference will be loaded, with a preference given to tracks that are marked as hearing impaired (SDH).",
+ "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",
+ "LabelBackgroundColor": "Background color",
+ "LabelBackgroundOpacity": "Background opacity",
+ "Raised": "Raised",
+ "Depressed": "Depressed",
+ "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).",
+ "Normal": "Normal",
+ "HeaderWaitingForWifi": "Waiting for Wifi",
+ "WifiRequiredToDownload": "A Wifi connection is required to continue downloading.",
+ "DownloadOnlyOnWifi": "Download only on Wifi",
+ "LabelMusicDownloadQuality": "Music download quality",
+ "MusicDownloadQualityHelp": "Audio files with a higher bitrate will be converted by Emby Server. Select a higher value for better quality, or a lower value to conserve local storage space.",
+ "HeaderDownloadSettings": "Download Settings",
+ "LabelDownloadLocation": "Download location",
+ "BrowseForFolder": "BrowseForFolder",
+ "Unlimited": "Unlimited",
+ "NoLimit": "No limit",
+ "Hide": "Hide",
+ "HeaderKeepWatching": "Keep Watching",
+ "HeaderNextEpisode": "Next Episode",
+ "AudioBitDepthNotSupported": "Converting to compatible audio bit depth",
+ "VideoBitrateNotSupported": "Converting to compatible video bitrate",
+ "VideoProfileNotSupported": "Converting to compatible video profile",
+ "VideoFramerateNotSupported": "Converting to compatible video framerate",
+ "VideoBitDepthNotSupported": "Converting to compatible video bit depth",
+ "RefFramesNotSupported": "Converting to compatible number of video reference frames",
+ "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.",
+ "HeaderStopRecording": "Stop Recording",
+ "ManageRecording": "Manage recording",
+ "LabelDropImageHere": "Drag and drop image here, or click to select an image to upload.",
+ "MessageFileReadError": "There was an error reading the file. Please try again.",
+ "Browse": "Browse",
+ "HeaderUploadImage": "Upload Image",
+ "HeaderAddUpdateImage": "Add/Update Image",
+ "HeaderShowFields": "Show Fields",
+ "LabelView": "View",
+ "LabelImageType": "Image type",
+ "Upload": "Upload",
+ "Primary": "Primary",
+ "PrimaryImageBlur": "Primary image blur",
+ "Art": "Art",
+ "Backdrop": "Backdrop",
+ "Banner": "Banner",
+ "Box": "Box",
+ "BoxRear": "Box (Rear)",
+ "Disc": "Disc",
+ "Logo": "Logo",
+ "LogoDark": "Logo (Dark Version)",
+ "LogoLight": "Logo (Light Version)",
+ "LogoLightColor": "Logo (Light with Color)",
+ "Menu": "Menu",
+ "Screenshot": "Screenshot",
+ "Thumb": "Thumb",
+ "HeaderAudioSettings": "Audio Settings",
+ "LabelAudioLanguagePreference": "Preferred audio language",
+ "LabelPlayDefaultAudioTrack": "Play default audio track regardless of language",
+ "HeaderVideoQuality": "Video Quality",
+ "CinemaModeConfigurationHelp": "Cinema Intros bring the theater experience straight to your living room with the ability to play trailers and custom intros before the main feature.",
+ "ShowUpNextPreview": "Show up next preview",
+ "ShowUpNextPreviewHelp": "Show information for the next item near the end of the current one.",
+ "PlayNextEpisodeAutomatically": "Play next episode automatically",
+ "LabelMaxChromecastBitrate": "Chromecast streaming quality",
+ "LabelSkipBackLength": "Skip back length",
+ "LabelSkipForwardLength": "Skip forward length",
+ "EnableCinemaMode": "Enable Cinema Intros",
+ "LabelInternetQuality": "Remote streaming quality",
+ "LabelCellularQuality": "Remote streaming quality (cellular)",
+ "HeaderMusicQuality": "Music Quality",
+ "LabelHomeNetworkQuality": "Home streaming quality",
+ "HeaderLatestMedia": "Latest Media",
+ "HeaderRestartingEmbyServer": "Restarting Emby Server",
+ "RestartPleaseWaitMessage": "Please wait while Emby Server shuts down and restarts. This may take a minute or two.",
+ "HeaderPlayNext": "Play Next",
+ "AutoBasedOnLanguageSetting": "Auto (based on device setting)",
+ "SameAsMainTheme": "Same as main theme",
+ "LabelDateTimeLocale": "Date time locale",
+ "Genre": "Genre",
+ "DirectorValue": "Director: {0}",
+ "DirectorsValue": "Directors: {0}",
+ "GenreValue": "Genre: {0}",
+ "GenresValue": "Genres: {0}",
+ "TagsValue": "Tags: {0}",
+ "Off": "Off",
+ "Title": "Title",
+ "Year": "Year",
+ "Filter": "Filter",
+ "Filters": "Filters",
+ "Unplayed": "Unplayed",
+ "LabelTVHomeScreen": "TV mode home screen",
+ "Horizontal": "Horizontal",
+ "Vertical": "Vertical",
+ "HeaderGroupBy": "Group By",
+ "HeaderMediaType": "Media Type",
+ "GroupBySeries": "Group by series",
+ "HeaderVideoType": "Video Type",
+ "HeaderSeriesStatus": "Series Status",
+ "Features": "Features",
+ "Trailers": "Trailers",
+ "Extras": "Extras",
+ "ThemeSongs": "Theme songs",
+ "ThemeVideos": "Theme videos",
+ "HeaderFavoriteMovies": "Favorite Movies",
+ "HeaderFavoritePhotos": "Favorite Photos",
+ "HeaderFavoriteShows": "Favorite Shows",
+ "HeaderFavoriteEpisodes": "Favorite Episodes",
+ "HeaderFavoriteVideos": "Favorite Videos",
+ "HeaderFavoriteMusicVideos": "Favorite Music Videos",
+ "HeaderFavoriteGames": "Favorite Games",
+ "HeaderFavoriteArtists": "Favorite Artists",
+ "HeaderFavoriteAlbums": "Favorite Albums",
+ "HeaderFavoriteSongs": "Favorite Songs",
+ "HeaderFavoriteAuthors": "Favorite Authors",
+ "HeaderFavoriteAudioBooks": "Favorite Audio Books",
+ "Ascending": "Ascending",
+ "Descending": "Descending",
+ "HeaderColorPrimaries": "Color Primaries",
+ "HeaderColorSpace": "Color Space",
+ "HeaderColorTransfer": "Color Transfer",
+ "HeaderVideoRange": "Video Range",
+ "SeriesDisplayOrderHelp": "Order episodes by air date, dvd order, or absolute numbering.",
+ "LabelVerticalPositionFromBottom": "Vertical position (from bottom)",
+ "HeaderFavoritePeople": "Favorite People",
+ "MultiSelect": "Multi-Select",
+ "HeaderSignOut": "Sign Out",
+ "HeaderSelectServer": "Select Server",
+ "HeaderChangeServer": "Change Server",
+ "HeaderChangeUser": "Change User",
+ "HeaderAppSettings": "App Settings",
+ "HeaderLoginSettings": "Login Settings",
+ "LabelRememberLogin": "Remember login",
+ "LabelAutomaticallySignOut": "Automatically sign out",
+ "BetaTesterMessage": "Thank you for being an Emby beta tester! Please leave feedback in the {0}Testing Area of the Emby Community{1}.",
+ "HardwareAccelerated": "Hardware accelerated",
+ "Software": "Software",
+ "Metadata": "Metadata",
+ "HeaderMediaInfo": "Media Info",
+ "Locked": "Locked",
+ "HeaderSplitVersionsApart": "Split Versions Apart",
+ "Any": "Any",
+ "Admin": "Admin",
+ "HeaderReadMore": "Read More",
+ "CustomRatingHelp": "A custom rating is used for parental control evaluations but is not displayed. The parental rating field is still displayed.",
+ "KeepUpToHelp": "Recordings over the limit are deleted when the next recording begins. Oldest recordings are deleted first, by date added.",
+ "NoItemsMatchingFound": "No items matching your search criteria were found.",
+ "TwoSearchCharsRequired": "Please enter at least two search characters.",
+ "PreventPlaybackContinuing": "Prevent playback from continuing indefinitely by periodically prompting for user input.",
+ "PromptStillWatching": "Enable 'Are You Still Watching?' prompt",
+ "HeaderMissingMetadata": "Missing Metadata",
+ "HeaderIncludedIn": "Included In",
+ "EmbyConnectUserAlreadyLinked": "The Emby Connect user is already linked to another user on this server.",
+ "VideoFilesWillBeConvertedTo": "Converted videos will be saved as {0}.",
+ "VideoWillBeConvertedTo": "Video streams will be converted to {0}, or copied from the original file if they are already {0} and the quality fits within the conversion options.",
+ "VideoWillBeConvertedToOrCopied": "Video streams will be converted to {0}, or copied from the original file if they are any of ({1}), and the quality fits within the conversion options.",
+ "AudioWillBeConvertedTo": "Audio streams will be converted to {0}, or copied from the original file if they are already {0} and the quality fits within the conversion options.",
+ "AudioWillBeConvertedToOrCopied": "Audio streams will be converted to {0}, or copied from the original file if they are any of ({1}), and the quality fits within the conversion options.",
+ "HeaderSpecialKeys": "Special Keys",
+ "FollowingSpecialKeys": "The following special keys are supported on most keyboards and remote controls:",
+ "HeaderDeleteSeries": "Delete Series",
+ "HeaderDeleteLastPlayedEpisode": "Delete Last Played Episode",
+ "HeaderConnectingToServer": "Connecting to Server",
+ "ServerNameValue": "Server name: {0}",
+ "DomainValue": "Domain: {0}",
+ "RatedValue": "Rated {0}",
+ "LocalServerRedirectMessage": "You will now be redirected to the domain owned and operated by the administrator of the server you've chosen to connect to:",
+ "AllMediaOwnedHosted": "All media is hosted and managed by the owner of {0}.",
+ "EnableResolutionSwitching": "Match video resolution",
+ "EnableResolutionSwitchingHelp": "This enables Emby to change the resolution to the same value the video was encoded in before starting playback. This may help minimize the amount of stutter/judder that you might otherwise see when playing videos which do not match up well.",
+ "EnableDisplayRefreshRateSwitching": "Enable display refresh rate switching",
+ "EnableDisplayRefreshRateSwitchingHelp": "This enables Emby to change the display refresh rate to the same value (or multiple of) as the framerate the video was encoded in before starting playback. This may help minimize the amount of stutter/judder that you might otherwise see when playing videos which do not match up well.",
+ "RememberSelectedAudioTracks": "Remember audio track selections",
+ "RememberSelectedSubtitleTracks": "Remember subtitle track selections",
+ "RememberSelectedSubtitleTracksHelp": "Subtitle track selections will be remembered on a per video basis and reapplied when playing the same video again.",
+ "RememberSelectedAudioTracksHelp": "Audio track selections will be remembered on a per video basis and reapplied when playing the same video again.",
+ "ClearSavedTrackSelections": "Clear saved track selections",
+ "HeaderClearTrackSelections": "Clear Saved Track Selections",
+ "QuestionClearSavedTracks": "Clear all saved track selections?",
+ "LabelChannelTags": "Channel tags",
+ "AfterThisPlaysConfirmation": "After this plays, do you want to keep playing or clear the music you previously queued?",
+ "Keep": "Keep",
+ "Clear": "Clear",
+ "HeaderClearFilters": "Clear Filters",
+ "HeaderSearchForImages": "Search for Images",
+ "HeaderSearchNewImage": "Search for a New Image",
+ "HeaderSearchForAnImage": "Search for an Image",
+ "DragDropToReorder": "Drag and Drop to Reorder",
+ "HeaderAddImageFromUrl": "Add Image from URL",
+ "HeaderSetImageFromUrl": "Set Image from URL",
+ "LabelUrl": "Url",
+ "LabelChannelNumber": "Channel number",
+ "LabelGuideDataChannel": "Guide data channel",
+ "GuideDataSource": "Guide Data Source",
+ "HeaderCopyToClipboard": "Copy to Clipboard",
+ "TimeRemainingValue": "{0} remaining",
+ "LabelResumeRewindSeconds": "When resuming, automatically rewind",
+ "ResumeRewindSecondsHelp": "This may help you remember where you left off. This applies to the initial resume and not each individual pause during playback.",
+ "HeaderSavePlayQueueToPlaylist": "Save Play Queue to Playlist",
+ "EnableLogoImagesAsTitle": "Display logo images as titles on detail screens",
+ "EnableLogoImagesAsTitleHelp": "When available, logo images can be used in place of title text on video, series, and other detail screens. The title will fallback to text when a logo image is not available.",
+ "LabelNowPlayingAudioBackgroundStyle": "Now playing audio background style",
+ "LabelNowPlayingVideoBackgroundStyle": "Now playing video background style",
+ "NowPlayingVideoBackgroundStyleHelp": "Determines the background style when remote controlling video playback on another device.",
+ "Rotation": "Rotation",
+ "Minutes": "Minutes",
+ "LabelMaxRecordingLength": "Max recording length",
+ "MaxRecordingLengthHelp": "Limit recordings to a specified amount of time, regardless of the duration of the broadcast. Set to 0 for no limit.",
+ "RemoteWAN": "Remote (WAN) Address",
+ "HeaderLastConnectedTo": "Last Connection To",
+ "Version": "Version",
+ "Keyword": "Keyword",
+ "HeaderServerAddress": "Server Address",
+ "HeaderSkipIntro": "Skip Intro",
+ "HeaderCreateRecording": "Create Recording",
+ "HeaderAddRecording": "Add Recording",
+ "HeaderChannelAndTime": "Channel and Time",
+ "LabelRecordProgramOrSeriesFrom": "Record a program or series from",
+ "LabelStartTime": "Start time",
+ "LabelEndTime": "End time",
+ "LabelFrequency": "Frequency",
+ "Recurring": "Recurring",
+ "Once": "Once",
+ "Start": "Start",
+ "Unpause": "Unpause",
+ "LabelIntroSkipMode": "Intro skip mode",
+ "ShowSkipIntroButton": "Show 'Skip Intro' button",
+ "AutoSkipIntro": "Automatically skip intros",
+ "DisplayRatingInformationOnVideoPlaybackStart": "Display rating information on video playback start",
+ "DisplayRatingInformationOnVideoPlaybackStartHelp": "The rating information will display briefly when video playback begins.",
+ "IntroSkipModeHelp": "Display a 'Skip Intro' button or automatically skip intros for episodes in which Emby Server has detected intro markers. Intro detection must be enabled in Emby Server library options.",
+ "EnableHomeScreenFocusPreview": "Use a layout on the home screen that shows a detailed preview of the selected item",
+ "EnableHomeScreenFocusPreviewHelp": "This may not work well if your home screen contains a mixture of different media types.",
+ "LabelHideMediaTransportButtons": "Hide video player transport buttons",
+ "HideMediaTransportButtonsHelp": "Create a simpler on-screen playback interface by hiding basic transport buttons such as skip forward, back and pause. You'll still be able to use these functions using arrow keys and OK/Enter. Auto will hide the transport buttons when no mouse usage is detected within the app.",
+ "ImageSizeHelp": "Set your preferred size of image grids.",
+ "LabelImageSize": "Image size",
+ "ThisImageIsOnlyPreview": "This image is only a preview that came from the metadata search engine. The actual image that Emby Server downloads may be different and will depend on the options you've configured in Emby library setup.",
+ "ResultsRangeValue": "{0} to {1} of {2}",
+ "NotificationsDescription": "Setup notifications to stay informed of important events on your Emby Server.",
+ "DeleteEmbyConnectAccount": "Delete Emby Connect Account",
+ "DeleteEmbyConnectAccountHelp": "To delete your Emby Connect account, please sign in to the {0}Emby Community{1} at {2}. Once signed in, then click your username in the top right, then click Account Settings, then click Delete My Account.",
+ "KeepPlayingInBackground": "Keep playing in the background",
+ "LabelVideoBackBehavior": "Video player back button behavior",
+ "HeaderViewLyrics": "View Lyrics",
+ "HeaderViewMissingEpisodes": "View Missing Episodes",
+ "HeaderMissingEpisodes": "Missing Episodes",
+ "HeaderManageAccess": "Manage Access",
+ "HeaderManageCollaboration": "Manage Collaboration",
+ "HeaderLeaveCollaboration": "Leave Collaboration",
+ "HeaderRemoveFromLibrary": "Remove from Library",
+ "RemoveSharedItemConfirmation": "Are you sure you wish to remove this item from your library? In order to get it back the owner will need to grant you access again.",
+ "SubtitlesDownloaded": "Subtitles Downloaded",
+ "HeaderMakePrivate": "Make Private",
+ "HeaderMakePublic": "Make Public",
+ "MakePublicDescription": "All users will be able to view this item. Users can be granted access to edit.",
+ "MakePrivateDescription": "Users can still be granted access individually.",
+ "Private": "Private",
+ "Public": "Public",
+ "Collaborative": "Collaborative",
+ "PreferredShowDisplay": "Preferred TV show display",
+ "ShowAllEpisodesAllSeasons": "Show all episodes of all seasons together",
+ "ShowAllEpisodesSingleSeason": "Show all episodes for only single season shows",
+ "ShowSeasonFolders": "Always show season folders",
+ "HeaderAddAgain": "Add Again",
+ "UpNext": "Up Next",
+ "ItemsAlreadyInPlaylist": "Some of these items are already in your playlist.",
+ "ItemAlreadyInPlaylist": "This item is already in your playlist.",
+ "HeaderPlayChannel": "Play Channel",
+ "LabelScreenOrientationDuringVideo": "Screen orientation during video playback",
+ "UseDeviceSetting": "Use device setting",
+ "LockToLandscape": "Lock to landscape",
+ "UsernameForFolderHelp": "The username required to access this folder on your network (if applicable).",
+ "PasswordForFolderHelp": "The password required to access this folder on your network (if applicable).",
+ "ShowMediaInfoOnDetailScreens": "Show full media at the bottom of audio and video detail screens",
+ "ForgotPasswordNoUserFound": "No users were found with the entered name. Please try again, or leave the name blank to reset the password for all users on this server.",
+ "Silver": "Silver",
+ "DimGray": "Dim Gray",
+ "DarkGray": "Dark Gray",
+ "LightGray": "Light Gray",
+ "Black": "Black",
+ "Blue": "Blue",
+ "Cyan": "Cyan",
+ "Gray": "Gray",
+ "Green": "Green",
+ "Lime": "Lime",
+ "Magenta": "Magenta",
+ "Orange": "Orange",
+ "Pink": "Pink",
+ "Red": "Red",
+ "Yellow": "Yellow",
+ "White": "White",
+ "Purple": "Purple",
+ "RecentlyReleasedMovies": "Recently Released Movies",
+ "RecentlyReleasedEpisodes": "Recently Released Episodes",
+ "DolbyProfile": "Dolby Profile",
+ "IpAddress": "IP Address",
+ "VideoType": "Video Type",
+ "HidePlayedMediaFrom": "Hide Played Media From",
+ "BottomEdgePosition": "Bottom Edge Position",
+ "VerticalPositionFromBottomScreen": "Set the vertical position of the subtitles relative to the bottom of the screen.",
+ "TopEdgePosition": "Top Edge Position",
+ "TopEdgePositionHelp": "Set the highest allowed vertical position of the subtitles relative to the top of the screen. This is used when the subtitles contain positioning instructions to be placed at the top.",
+ "HeaderSubtitlePosition": "Subtitle Position",
+ "TitleProfilePin": "Profile PIN",
+ "ProfilePinConfirm": "Profile PIN (confirm)",
+ "SaveProfilePin": "Save Pin",
+ "ProfilePinDescription": "Create an optional pin to be prompted for entry whenever you return to an Emby app on a device that you've already signed into. This is useful if you have devices that are shared by multiple users. You can choose to enable it selectively on each device as required.",
+ "TitleNewEpisodes": "New Episodes",
+ "EnterYourPinToContinue": "Enter your PIN to continue.",
+ "YourPinMustBe": "Your PIN must be {0} digits.",
+ "ForgotPin": "Forgot PIN?",
+ "RequireEnteringPinToReturn": "Require entering my profile PIN whenever I return to this app.",
+ "RequireEnteringPinToReturnQuestion": "Should we prompt you for your profile PIN whenever you return to this app? If this device is shared by multiple users, your profile PIN can help prevent the other users from accessing your data.",
+ "RequireEnteringPinToReturnHelp": "Useful if this device is shared by multiple users.",
+ "WrongPinPleaseTryAgain": "Whoops, wrong PIN. Please try again.",
+ "ProfilePinIsOn": "Profile PIN is currently on.",
+ "IfTryingToConnectToHttp": "If you're trying to connect to your Emby Server using an HTTP address, your browser may not be allowing this due to HTTPS requirements. Please try one of the following:",
+ "SetupHttpsForYourServer": "Setup {0}HTTPS for your Emby Server{1} so that you can connect using HTTPS.",
+ "TitleUnableToReachServer": "Unable to Reach Server",
+ "TitleUnableToReachName": "Unable to Reach {0}",
+ "HearingImpaired": "Hearing Impaired",
+ "SignIntoServerName": "Sign in to {0}",
+ "About": "About",
+ "Specials": "Specials",
+ "NSettings": "{0} Settings",
+ "NPreferences": "{0} Preferences",
+ "DetailScreenOptions": "Detail Screens",
+ "LabelGenreDisplayLimit": "Genre display limit",
+ "GenreDisplayLimitHelp": "Limit the number of genres displayed at the top of item detail screens.",
+ "GenreDisplayLimitForListsHelp": "Limit the number of genres displayed at the top of playlist, collection and artist detail screens.",
+ "LabelGenreDisplayLimitForLists": "Genre display limit for lists",
+ "ShowPosterOnDetails": "Show a poster on the detail screen",
+ "ShowPosterOnDetailsHelp": "Choose to show a poster on video detail screens, or hide it for a more minimal look that emphasizes the background. This setting is not used on smaller screen layouts. Some item types will ignore this setting.",
+ "EnableAppLogging": "Enable app logging",
+ "EnableAppLoggingHelp": "Logging can degrade app performance and should only be enabled as needed for troubleshooting purposes. Changes require restarting the app.",
+ "LabelSlideshowInterval": "Photo slideshow time per slide",
+ "TVChannelImageEditorHelp": "Multiple logo versions are supported. Emby apps will automatically choose the appropiate one depending on the current theme.",
+ "PlaySlideshow": "Play Slideshow",
+ "CheckForExistingEpisodesInAllLibraries": "Check for existing episodes in all libraries",
+ "GroupNotificationsBySeriesOrAlbum": "Group notifications by series and albums",
+ "ThemeSettings": "Theme Settings",
+ "FollowingActivityWillBeDisrupted": "The following activity will be disrupted and may require manual intervention to restart:",
+ "OneActivePlaybackSession": "1 Active Playback Session",
+ "NumActivePlaybackSessions": "{0} Active Playback Sessions",
+ "OneActiveRecording": "1 Active Recording",
+ "NumActiveRecordings": "{0} Active Recordings",
+ "PlayFromLivePosition": "Play from the live position",
+ "PlayFromStartOfRecording": "Play from the start of the recording",
+ "ThisChannelIsActivelyRecording": "This channel is actively recording. How would you like to begin playing?",
+ "ThemeSongVolume": "Theme song volume",
+ "HeaderForceConversionForFormats": "Force Conversion for Formats",
+ "ForceConversionForFormatsHelp": "Use this to force server-side transcoding or remuxing for formats that don't direct play very well on this device.",
+ "StartupBehavior": "Startup behavior",
+ "RememberLastUser": "Remember last user",
+ "ShowLoginScreen": "Show login screen",
+ "SignInAsValue": "Sign in as {0}",
+ "ConvertUnsupportedAudio": "Convert unsupported surround audio to Dolby Digital",
+ "ConvertUnsupportedAudioHelp": "Avoid downmixing unsupported surround formats to stereo by having Emby Server transcode them to Dolby Digital.",
+ "HeaderPlaybackCorrection": "Playback Correction",
+ "HeaderAttemptPlaybackCorrection": "Attempt Playback Correction",
+ "PlaybackCorrectionConfirm": "Attempt playback correction?",
+ "PlaybackCorrectionDescription": "Is the current item exhibiting a playback problem such as no video or audio? This will try and correct playback issues using server transcoding to convert this file into a more streaming friendly format. This will result in increased resource consumption on this Emby Server.",
+ "PlaybackCorrectionDescription2": "You can do this up to three times per video, where remuxing, video transcoding and audio transcoding are each activated one at a time.",
+ "HeaderAlbumsAsContributingArtist": "Albums as Contributing Artist",
+ "HeaderAlbumsAsComposer": "Albums as Composer",
+ "Duplicates": "Duplicates",
+ "HeaderSleepTimer": "Sleep Timer",
+ "AfterCurrentItem": "After current item",
+ "HeaderStopPlayback": "Stop Playback",
+ "TurnOffTimer": "Turn off timer",
+ "SleepTimerIsSet": "Your sleep timer is set",
+ "SleepTimerIsOff": "Your sleep timer is off",
+ "LabelEnableRemoteControlTVMode": "Display casting and remote control functions",
+ "EnableRemoteControlTVModeHelp": "Enable if you intend to use this device to send media to other devices.",
+ "ShowOnScreenControls": "Show on-screen controls",
+ "LabelVideoScreenUpAction": "Video player up action",
+ "VideoScreenUpActionHelp": "Select the action to take when pressing the up key on the video player screen. This applies when no on-screen controls are currently visible. When controls are already visible, the up key will be used for navigation.",
+ "LabelVideoPlayerLongPressAction": "Video player long press action",
+ "LetsGetSetup": "Let's Get Set Up",
+ "VideoPlayerLongPressActionHelp": "Choose what function or menu is shown when long pressing the OK button during video playback. This only takes effect when the video controls are hidden or the seek bar has focus.",
+ "AskAdminToGetPremiere": "This purchase must be made by the server administrator. Please ask the administrator of this Emby Server to sign in and get Emby Premiere so that you can enjoy access to premium features.",
+ "AutoOpenSingleItemsFolders": "Auto open single items in folder view",
+ "AutoOpenSingleItemsFoldersHelp": "When a folder only contains one item, automatically open that item.",
+ "PlayedOnValue": "Played {0}",
+ "TheseSettingsApplyAppDevice": "These settings apply to all users playing on this device.",
+ "LastContentDateAdded": "Last Content Date Added",
+ "RepeatThemeMedia": "Play themes on repeat",
+ "HideEpisodeSpoilerInfo": "Hide spoiler information from unwatched episodes",
+ "HideEpisodeSpoilerInfoHelp": "Hides the title, overview and image for unwatched episodes on most screens.",
+ "BornValueAge": "Born: {0} (age {1})",
+ "PreferDirectStreamLiveTV": "Prefer direct streaming of Live TV",
+ "PreferDirectStreamLiveTVHelp": "Direct streaming Live TV will reduce resource consumption on your Emby Server but may not be as seekable during playback. Enabling this will direct stream Live TV when the format is supported and is within your configured quality setting. Disable this to enjoy more seeking during playback at the cost of additional resource consumption.",
+ "HeaderAllRecordings": "All Recordings",
+ "RememberLoginDescription": "After signing in, you can use the app settings to configure the startup behavior to remember login, sign in as a specific user, or always show the login screen.",
+ "ForgetThisServer": "Forget This Server",
+ "ForgetServerConfirmation": "Are you sure you wish to forget this server?",
+ "HeaderThisDevice": "This Device",
+ "ChaptersGuide": "Chapters / Live TV Guide",
+ "ChaptersGuideHelp": "Show Chapters for media with chapters. For media without chapters, show the Live TV Guide (when available).",
+ "HeaderShowSeriesImages": "Show Series Images",
+ "AppExitConfirmation": "Are you ready to exit Emby?",
+ "AppExitMenu": "Exit menu",
+ "SideMenu": "Side navigation menu",
+ "SystemStorage": "System storage ({0})"
+}
diff --git a/modules/common/strings/es-MX.json b/modules/common/strings/es-MX.json
new file mode 100644
index 0000000..c6a44b0
--- /dev/null
+++ b/modules/common/strings/es-MX.json
@@ -0,0 +1,1340 @@
+{
+ "ReplaceExistingThumbnailImages": "Replace existing video preview thumbnails",
+ "ReplaceExistingThumbnailImagesHelp": "All existing video preview thumbnails will be deleted and new ones will be generated, if enabled in the options for the library.",
+ "DateCreated": "Date Created",
+ "CreatedOnValue": "Created {0}",
+ "UpdatedOnValue": "Updated {0}",
+ "EmbyLoginTerms": "Emby esta diseñado para ayudarlo a administrar su biblioteca de medios personal, tales como vídeos caseros y fotografías. Por favor vea nuestros {0}términos de uso{1}. Al usar cualquier software de Emby constituye la aceptación de dichos términos.",
+ "MessageUnableToConnectToServer": "No es posible conectarse al servidor seleccionado en este momento. Por favor asegúrese de que se encuentra en ejecución e inténtelo nuevamente.",
+ "EmbyIntroMessage": "Con Emby usted puede transmitir videos, musica y fotos hacia su telefono inteligente, tabla u otros equipos desde su Servidor Emby.",
+ "HeaderSignInWithConnect": "Inicie con su cuenta de Emby Connect",
+ "HeaderWelcomeToEmby": "Bienvenidos a Emby",
+ "HeaderNewUsers": "Nuevos Usuarios",
+ "HeaderPleaseSignIn": "Por favor Inicie Sesión",
+ "MessageInvalidUser": "Usuario o contraseña inválidos. Por favor intenta de nuevo.",
+ "MessageUnlockAppWithPurchaseOrSupporter": "Desbloquee esta característica con una pequeña compra única, o con una suscripción activa de Emby Premier.",
+ "MessageUnlockAppWithSupporter": "Desbloquee esta característica con una suscripción activa de Emby Premier.",
+ "MessageToValidateSupporter": "Si tiene una subscripción de Emby Premiere activa, asegúrese 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ú principal.",
+ "ValueSpecialEpisodeName": "Especial - {0}",
+ "HeaderSignIn": "Iniciar Sesión",
+ "Share": "Compartir",
+ "Shared": "Compartido",
+ "Info": "Info",
+ "Add": "Agregar",
+ "Speed": "Velocidad",
+ "PlaybackSpeed": "Velocidad de Reproducción",
+ "Chapters": "Capítulos",
+ "Password": "Contraseña",
+ "SavePassword": "Guardar Contraseña",
+ "LabelPassword": "Contraseña",
+ "HeaderResetPassword": "Restablecer Contraseña",
+ "Series": "Series",
+ "Preview": "Vista Previa",
+ "Submit": "Enviar",
+ "Never": "Nunca",
+ "Table": "Tabla",
+ "HeaderScheduledTasks": "Tareas Programadas",
+ "Plays": "Reproducciones",
+ "LastUsedAddressValue": "Ultima vez usado {0}",
+ "LabelKeywordType": "Tipo de Palabra Clave",
+ "HeaderSelectColumns": "Seleccionar Columnas",
+ "HeaderTopResults": "Top Resultados",
+ "HeaderPinSidebar": "Fijar Barra Lateral",
+ "Collapse": "Colapsar",
+ "LabelBackgroundVideoPlayback": "Reproducción de vídeo de fondo",
+ "BackgroundVideoPlaybackHelp": "La reproducción de vídeo de fondo permite que la reproducción del vídeo continúe aun cuando la pantalla haya sido apagada.",
+ "AlwaysOn": "Siempre encendido",
+ "HeadphonesOrExternalSpeakersConnected": "Audífonos o altavoces externos conectados.",
+ "HeaderKeyboardAndRemote": "Teclado y Control Remoto",
+ "NoSelectedItemsSupportOperation": "No hay elementos seleccionados que soporten esta operación.",
+ "NoOperationsForSelectedItems": "No hay operaciones disponibles para los elementos seleccionados.",
+ "UploadOnlyOnWifi": "Subir solo en Wifi",
+ "HeaderFoldersToUpload": "Carpetas a Subir",
+ "LabelPasswordConfirm": "Contraseña (confirmar)",
+ "HeaderMoveUpInOrder": "Mover Hacia Arriba en el Orden",
+ "HeaderDownUpInOrder": "Mover Hacia Abajo en el Orden",
+ "LabelUsername": "Nombre Usuario",
+ "HeaderAddServer": "Agregar Servidor",
+ "HeaderSubtitleOffset": "Compensación de Subtitulo",
+ "Watching": "Viendo",
+ "HeaderRemoveFromContinueWatching": "Quitar de Continuar Viendo",
+ "RemoveThisTitleFromContinueWatching": "¿Quitar este titulo de Continuar Viendo?",
+ "HeaderRemoveFromContinueListening": "Quitar de Continuar Escuchando",
+ "RemoveThisTitleFromContinueListening": "Quitar este titulo de Continuar Escuchando?",
+ "HeaderIncreaseSubtitleOffset": "Incrementar Compensación de Subtitulo",
+ "HeaderDecreaseSubtitleOffset": "Disminuir Compensación de Subtitulo",
+ "Close": "Cerrar",
+ "HeaderSeeAll": "Ver Todo",
+ "HeaderOpenInNewWindow": "Abrir en una Ventana Nueva",
+ "LabelEmail": "Email",
+ "LabelHost": "Servidor",
+ "LabelHostHelp": "Ejemplo: 192.168.1.100 o https://miservidor.com",
+ "LabelPort": "Puerto",
+ "Disabled": "Deshabilitado",
+ "Uninstall": "Desinstalar",
+ "Enable": "Habilitar",
+ "AllTuners": "Todas los sintonizadores",
+ "Disable": "Deshabilitar",
+ "NextValue": "Siguiente: {0}",
+ "HeaderNextItem": "Siguiente Ítem",
+ "HeaderPreviousItem": "Ítem Anterior",
+ "NoTrailersMessage": "No se encontraron Trailers. Para agregar Trailers, por favor instale el complemento de Trailers del {0}catalogo de complementos Emby{1}",
+ "UninstallPluginConfirmation": "¿Esta seguro de que desea desinstalar este complemento?",
+ "HeaderUninstallPlugin": "Desinstalar Complemento",
+ "AreYouStillWatching": "¿Seguir Mirando?",
+ "LabelCurrentPassword": "Contraseña actual",
+ "LabelNewPassword": "Nueva contraseña",
+ "LabelNewPasswordConfirm": "Confirmación de contraseña nueva",
+ "HeaderRemovePassword": "Eliminar Contraseña",
+ "ServerUpdateNeeded": "Este Servidor Emby necesita ser actualizado. Para descargar la ultima versión, por favor visite {0}",
+ "MessageThankYouForConnectSignUp": "Gracias por registrarse a Emby Connect. Un correo electrónico sera enviado a su dirección con instrucciones de como confirmar su nueva cuenta. Por favor confirme la cuente y regrese aquí para iniciar sesión.",
+ "MessageThankYouForConnectSignUpNoValidation": "¡Gracias por registrarse en Emby Connect! Ahora se le solicitara iniciar sesión con su información de Emby Connect.",
+ "ErrorMessagePasswordNotMatchConfirm": "La Contraseña y la confirmación de la contraseña deben coincidir.",
+ "ErrorMessageUsernameInUse": "El Nombre de Usuario ya esta en uso. Por favor seleccione un nuevo nombre e intente de nuevo.",
+ "ErrorMessageEmailInUse": "La dirección de correo electrónico ya esta en uso. Por favor ingrese un correo electrónico nuevo e intente de nuevo, o si olvido la contraseña use la opción \"Olvide mi contraseña\".",
+ "HeaderUpcomingOnTV": "Próximamente en TV en Vivo",
+ "HeaderOtherShowings": "Otras Programaciones",
+ "Showings": "Programaciones",
+ "HeaderConnectToServer": "Conectarse al servidor",
+ "ConnectToServerManually": "Conectar al servidor manualmente",
+ "LabelEnterConnectUserNameHelp": "Esta es la dirección de correo electrónico que uso para configurar su cuenta de Emby Connect.",
+ "HeaderSignInError": "Error al Iniciar Sesión",
+ "HeaderManualLogin": "Inicio de Sesión Manual",
+ "PasswordResetConfirmation": "¿Está seguro de querer restablecer la contraseña?",
+ "ContactAdminToResetPassword": "Por favor contacte a su administrador de sistema para restablecer su contraseña.",
+ "ForgotPasswordInNetworkRequired": "Por favor intente de nuevo dentro de su red de hogar para iniciar el proceso de restablecimiento de contraseña.",
+ "ForgotPasswordFileCreated": "El siguiente archivo fue creado en tu servidor y contiene instrucciones de como proceder:",
+ "ForgotPasswordFileExpiration": "El pin de restablecimiento expirara en {0}.",
+ "InvalidForgotPasswordPin": "Se introdujo un pin expirado o invalido. Por favor intente de nuevo.",
+ "PasswordResetForUsers": "Las contraseñas han sido eliminadas para los siguientes usuarios. Para acceder, inicie sesión con la contraseña en blanco.",
+ "HeaderForgotPassword": "¿Olvidó la Contraseña?",
+ "ForgotPasswordUsernameHelp": "Déjelo en blanco si no recuerda su nombre de usuario.",
+ "HeaderPasswordReset": "Restablecer Contraseña",
+ "AttributeNew": "Nuevo",
+ "Done": "Hecho",
+ "HeaderResetToDefault": "Restaurar a predeterminadas",
+ "Deinterlacing": "Dezentrelazado",
+ "HeaderBurningInSubtitles": "Quemado de Subtítulos",
+ "Premiere": "Premier",
+ "LabelPinCode": "Código pin",
+ "LabelLocalNetworkPinCode": "Código pin para red local",
+ "LabelLocalNetworkPasswordMode": "Modo de inicio de sesión en red local",
+ "RequirePasswordInLocalNetwork": "Pedir contraseña en la red local",
+ "NoPasswordInLocalNetwork": "No pedir contraseña en la red local",
+ "PinCodeInLocalNetwork": "Permitir un código pin numérico en la red local",
+ "LocalNetworkPasswordModeHelp": "Elija el método de inicio de sesión para dispositivos en la misma red local que la de su Servidor Emby",
+ "HeaderLocalNetworkAccess": "Acceso en la Red Local",
+ "Live": "En Vivo",
+ "Reset": "Resetear",
+ "Repeat": "Repetir",
+ "Track": "Pista",
+ "Tracks": "Pistas",
+ "HeaderCameraUpload": "Subir desde la Cámara",
+ "TrackCount": "{0} Pistas",
+ "ItemCount": "{0} Items",
+ "NumberChannelsValue": "{0} Canales",
+ "HeaderLatestMusic": "Música Reciente",
+ "HeaderLatestAudioBooks": "Recientes Audio Libros",
+ "HeaderLatestDownloadedVideos": "Últimos Videos Descargados",
+ "HeaderRecentlyPlayed": "Reproducido Recientemente",
+ "Recent": "Reciente",
+ "HeaderFrequentlyPlayed": "Reproducido Frecuentemente",
+ "HeaderMoreLikeThis": "Mas Como Esto",
+ "HeaderMoreLikeThisOnLiveTV": "Similares en TV en Vivo",
+ "OriginalAirDateValue": "Fecha de emisión original: {0}",
+ "EndsAtValue": "Termina a las {0}",
+ "Date": "Fecha",
+ "AirDate": "Fecha de Emisión",
+ "Played": "Reproducido",
+ "Daily": "A Diario",
+ "Weekly": "Semanalmente",
+ "RequireHashMatch": "Necesita coicidencia perfecta",
+ "RequireHashMatchHelp": "Al requerir una coincidencia perfecta se filtraran los subtitulos para incluir solo aquellos que han sido probados con tu mismo archivo de video. Deshabilitar esta opcion incrementara el numero de subtitulos encontrados, pero tambien incrementara las posibilidades de encontrar subtituols no sincronizados o incorrectos.",
+ "SearchForForcedSubtitlesOnly": "Únicamente subtítulos forzados",
+ "SearchForForcedSubtitlesOnlyHelp": "Al requerir subtitulos forzados limitara los resultados a subtitulos que esten etiquetados como los que estan en un idioma extranjero.",
+ "LastEpisodeDateAdded": "Fecha del Ultimo Episodio Agregada",
+ "LastEpisodeDateAired": "Fecha de Estreno del Ultimo Episodio",
+ "LabelPlaystate": "Estatus de Reproducción",
+ "Studio": "Estudio",
+ "Tag": "Etiqueta",
+ "EpisodeTitle": "Título del Episodio",
+ "Audio": "Audio",
+ "Video": "Vídeo",
+ "Subtitle": "Subtitulo",
+ "Image": "Imagen",
+ "CopyStream": "Copiar transmisión original",
+ "LabelAudioLayout": "Configuración de audio",
+ "LabelAudioCodec": "Codec de audio",
+ "LabelAudioLanguage": "Idioma de Audio",
+ "LabelSubtitleLanguage": "Idioma de Subtitulo",
+ "LabelVideoCodec": "Codec de video",
+ "LabelSubtitleCodec": "Codec de subtitulos",
+ "LabelParentalRating": "Clasificación parental",
+ "BecauseYouLikeValue": "Porque te gustó {0}",
+ "BecauseYouWatchedValue": "Porque viste {0}",
+ "DirectedByValue": "Dirigido por {0}",
+ "StarringValue": "Protagonizado por {0}",
+ "Invitations": "Invitaciones",
+ "ActorAsRole": "como {0}",
+ "ButtonOk": "OK",
+ "GroupItemsIntoCollections": "Agrupar elementos en colecciones",
+ "GroupItemsIntoCollectionsHelp": "Agrupar elementos basado en las colecciones a las que han sido agregados. Al habilitar ciertos filtros u orden podría deshabilitar esto automáticamente.",
+ "GroupItemsIntoTags": "Agrupar elementos en etiquetas",
+ "GroupItemsIntoTagsHelp": "Agrupa elementos basado en las etiquetas a las que han sidos agregados. Habilitar algunos filtros o cambiar el orden podría desactivarlo automáticamente.",
+ "User": "Usuario",
+ "Access": "Acceso",
+ "Users": "Usuarios",
+ "Library": "Biblioteca",
+ "Devices": "Dispositivos",
+ "Cancel": "Cancelar",
+ "Restart": "Reiniciar",
+ "Shutdown": "Apagar",
+ "Logs": "Bitácoras",
+ "Visibility": "Visibilidad",
+ "Notifications": "Notificaciones",
+ "SendTestNotification": "Enviar Notificación de Prueba",
+ "NotificationSent": "Notificación enviada",
+ "DeleteNotificationConfirmation": "¿Esta seguro de que desea borrar esta notificación?",
+ "DeleteNotification": "Borrar Notificación",
+ "AddNotification": "Agregar Notificación",
+ "EditNotification": "Editar Notificación",
+ "LimitUserEventsTo": "Limitar los eventos de usuario a",
+ "LimitLibraryEventsTo": "Limitar los eventos de biblioteca a",
+ "LimitDeviceEventsTo": "Limitar eventos de dispositivos a",
+ "ForAdditionalNotificationOptions": "Servicios de notificación adicionales pueden ser instalados por el administrador del servidor en el {0}catalogo de complementos{1} de Emby.",
+ "Plugins": "Complementos",
+ "Systems": "Sistemas",
+ "Server": "Servidor",
+ "Dashboard": "Panel de Control",
+ "PlayOnAnotherDevice": "Reproducir en otro dispositivo",
+ "HeaderConnectionHelp": "Ayuda con la Conexión",
+ "AccessRestrictedTryAgainLater": "El acceso esta restringido en este momento. Por favor intente de nuevo mas tarde.",
+ "ButtonGotIt": "Hecho",
+ "RememberMe": "Recuerdame",
+ "EmbyServer": "Servidor Emby",
+ "ManageEmbyServer": "Administrar Servidor Emby",
+ "ShutdownServer": "Apagar el Servidor Emby",
+ "RestartServer": "Reiniciar el Servidor Emby",
+ "RecordingCancelled": "Grabación Cancelada",
+ "SeriesCancelled": "Serie Cancelada",
+ "Recording": "Grabando",
+ "SeriesRecording": "Grabación de Series",
+ "RecordingScheduled": "Grabación Programada",
+ "SeriesRecordingScheduled": "Grabación de Serie Programadas",
+ "HeaderNewRecording": "Nueva Grabación",
+ "HeaderWakeServer": "Despertar Servidor",
+ "AttemptingWakeServer": "Intentando despertar el servidor. Por favor espere...",
+ "WakeServerSuccess": "¡Éxito!",
+ "HeaderCustomizeHomeScreen": "Personalizar la Pantalla de Inicio",
+ "WakeServerError": "Se enviaron los paquetes Wake On LAN (Despertar por red) a su computadora servidor, pero no ha sido posible contactar a su Servidor Emby. Su computadora quizás necesite un poco mas de tiempo para despertar, o tal vez la aplicación de Servidor Emby no se esta ejecutando en la computadora.",
+ "Days": "Días",
+ "Network": "Red",
+ "Networks": "Cadenas",
+ "SortByValue": "Ordenar por {0}",
+ "HeaderSortBy": "Ordenar Por",
+ "HeaderPhotoAlbums": "Álbumes de Fotos",
+ "Photos": "Fotos",
+ "HeaderAppearsOn": "Aparece En",
+ "List": "Lista",
+ "HeaderRecordSeries": "Grabar Series",
+ "HeaderCinemaMode": "Intros de Cine",
+ "Conversions": "Conversiones",
+ "Downloads": "Descargas",
+ "HeaderManageDownloads": "Administrar Descargas",
+ "InternalStorage": "Almacenamiento interno",
+ "ExternalStorage": "Almacenamiento externo",
+ "UploadToFollowingServers": "Subir a los Servidores:",
+ "UploadingNumItems": "Subiendo {0} de {1}",
+ "DownloadNumItems": "Descargando {0} de {1}",
+ "HeaderSampleRate": "Tasa de muestreo",
+ "HeaderReferenceFrames": "Cuadros de Referencia",
+ "HeaderBitDepth": "Profundidad de bit",
+ "HeaderPixelFormat": "Formato de pixel",
+ "Profile": "Perfil",
+ "Bitrate": "Tasa de bits",
+ "Expand": "Expandir",
+ "Container": "Contenedor",
+ "Format": "Formato",
+ "Path": "Ruta",
+ "Size": "Tamaño",
+ "Resolution": "Resolución",
+ "HeaderCodecTag": "Etiqueta de Codec",
+ "Framerate": "Cuadros por segundo",
+ "Interlaced": "Entrelazado",
+ "Anamorphic": "Anamórfico",
+ "Level": "Nivel",
+ "Timestamp": "Fecha y hora",
+ "Language": "Idioma",
+ "Codec": "Codec",
+ "Stream": "Transmisión",
+ "HeaderExtradata": "Datos Extra",
+ "HeaderHardwareAcceleratedTranscoding": "Transcodificacion Acelerada por Hardware",
+ "HeaderHardwareAcceleratedTranscodingDescription": "Aproveche la GPU de su servidor. Emby tiene la mas avanzada y rápida aceleración por hardware en la industria.",
+ "HeaderOfflineDownloads": "Medios sin conexion",
+ "AndMuchMoreExclamation": "¡Y mucho mas!",
+ "HeaderOfflineDownloadsDescription": "Descargue sus medios en su dispositivo para fácil uso mientras esta desconectado.",
+ "LiveTvFeatureDescription": "Transmita TV en vivo a una aplicación Emby, instalando un dispositivo sintonizador de TV compatible con su Servidor Emby",
+ "DvrFeatureDescription": "Programe grabaciones individuales de TV en Vivo, series, y mas con Emby DVR.",
+ "CinemaModeFeatureDescription": "Los Intros de Cine le dan una verdadera experiencia de cine con trailers e intros personalizados antes de la función.",
+ "HeaderFreeApps": "Aplicaciones Emby Gratuitas",
+ "FreeAppsFeatureDescription": "Disfrute acceso gratuito para elegir aplicaciones Emby para sus dispositivos.",
+ "HeaderBecomeProjectSupporter": "Obtener Emby Premier",
+ "HeaderViewServerInfo": "Ver Información el Servidor",
+ "PlaybackTvModeRequiresEmbyPremiere": "La reproducción de medios en el modo TV requiere una suscripción activa de {0}Emby Premiere{1}",
+ "FeatureRequiresEmbyPremiere": "Esta característica requiere de una suscripción activa {0} de Emby Premiere {1}.",
+ "HeaderConvertYourRecordings": "Convertir Sus Grabaciones",
+ "Record": "Grabar",
+ "Save": "Guardar",
+ "Edit": "Editar",
+ "HeaderSavePlaylist": "Guardar Lista de Reproducción",
+ "Latest": "Recientes",
+ "Download": "Descargar",
+ "Downloaded": "Descargado",
+ "Converted": "Convertido",
+ "RemoveFromHistory": "Eliminar del Historial",
+ "ConfirmRemoveFromHistory": "¿Eliminar este ítem del historial?",
+ "Downloading": "Descargando",
+ "Advanced": "Avanzado",
+ "LinkedToEmbyConnect": "Enlazado a Emby Connect",
+ "Delete": "Eliminar",
+ "Both": "Ambos",
+ "LabelChannelDisplay": "Mostrar canal",
+ "HeaderDeleteItem": "Eliminar Ítem",
+ "HeaderDeleteUser": "Eliminar Usuario",
+ "DeleteItemConfirmation": "¿Esta seguro de que desea eliminar {0}?",
+ "DeleteUserConfirmation": "¿Esta seguro de que desea eliminar el usuario {0}?",
+ "DeleteUsersConfirmation": "¿Esta seguro que desea eliminar estos {0} usuarios?",
+ "HeaderDeleteDevice": "Eliminar Dispositivo",
+ "DeleteDeviceConfirmation": "¿Esta seguro de que desea eliminar este dispositivo? Volverá a aparecer la próxima vez que un usuario inicie sesión con el.",
+ "ConfirmDeleteItem": "Al eliminar este ítem se eliminará tanto del sistema de archivos como de su biblioteca de medios.",
+ "FollowingFilesWillBeDeleted": "Los siguientes archivos y carpetas seran borrados:",
+ "AreYouSureToContinue": "¿Esta seguro de que desea continuar?",
+ "Refresh": "Actualizar",
+ "RefreshingMetadataDots": "Actualizando metadatos...",
+ "ScanningLibraryFilesDots": "Escaneando archivos de biblioteca...",
+ "HeaderFavoritesThenByChannelNumber": "Favoritos, Luego Canales por Numero",
+ "HeaderAddToCollection": "Agregar a Colección",
+ "HeaderFavoritesThenByTitle": "Favoritos, Luego por Titulo",
+ "HeaderFavoritesThenByDefault": "Favoritos, Luego por Orden Predeterminado de Canales",
+ "HeaderDefaultChannelOrder": "Orden Predeterminado de Canales",
+ "HeaderAddToFavorites": "Agregar a Favoritos",
+ "HeaderRemoveFromFavorites": "Quitar de Favoritos",
+ "Favorited": "Agregado a Favoritos",
+ "Unfavorited": "Eliminado de Favoritos",
+ "HeaderNewCollection": "Nueva Colección",
+ "HeaderNewPlaylist": "Nueva lista de reproducción",
+ "AllCollections": "Todas las Colecciones",
+ "AllPlaylists": "Todas las Listas de Reproducción",
+ "Create": "Crear",
+ "HeaderAddedToPlaylist": "Agregado a Lista de Reproduccion",
+ "HeaderAddedToCollection": "Agregado a Colección",
+ "OneItemAddedTo": "1 elemento añadido a \"{0}\".",
+ "ItemsAddedTo": "{0} elementos añadidos a \"{1}\"",
+ "HeaderAddedToPlayQueue": "Agregado a Cola de Reproducción",
+ "HeaderPlayingNext": "Reproducir Siguiente",
+ "Help": "Ayuda",
+ "HeaderGetHelp": "Obtener ayuda",
+ "LabelTVDisplayMode": "Habilitar modo Pantalla de TV",
+ "Desktop": "Escritorio",
+ "Mobile": "Móvil / Tableta",
+ "Navigation": "Navegación",
+ "HeaderVideoPlayback": "Reproducción de Vídeo",
+ "TV": "TV",
+ "HeaderEmbyConnect": "Emby Connect",
+ "Seasons": "Temporadas",
+ "OneTrack": "1 Pista",
+ "OneSeason": "1 Temporada",
+ "Libraries": "Bibliotecas",
+ "NumberSeasonsValue": "{0} Temporadas",
+ "TVDisplayModeHelp": "Optimiza la interfaz de usuario en este dispositivo para una pantalla de TV y con el método de entrada de un control remoto. Esto generalmente no esta recomendado si su método de entrada principal es un mouse o basado en tacto.",
+ "LabelDisplayLanguage": "Idioma en pantalla",
+ "LabelDisplayLanguageHelp": "La traducción de Emby es un proyecto en curso.",
+ "LearnHowYouCanContribute": "Aprenda como puede contribuír.",
+ "NewCollectionHelp": "Las colecciones le permiten disfrutar de agrupaciones personalizadas de películas y otros contenidos de la biblioteca.",
+ "SearchForCollectionInternetMetadata": "Buscar en internet ilustraciones y metadatos",
+ "DisplayMissingEpisodesWithinSeasons": "Desplegar episiodos faltantes en las temporadas",
+ "DisplayMissingEpisodesWithinSeasonsHelp": "Debe habilitarse también en las bibliotecas de TV en la configuraciòn del Servidor Emby.",
+ "EnableThemeSongs": "Habilitar canciones de tema",
+ "EnableBackdrops": "Habilitar imágenes de fondo",
+ "EnableThemeSongsHelp": "Al habilitarse, las canciones de tema serán reproducidas en el fondo mientras navega en la biblioteca.",
+ "EnableBackdropsHelp": "Al habilitarse, las imágenes de fondo serán deplegadas en el fondo de algunas páginas mientras navega en la biblioteca.",
+ "EnableThemeVideos": "Habilitar videos de tema",
+ "EnableThemeVideosHelp": "Al habilitarse, los videos de tema serán reproducidos en el fondo mientras navega en la biblioteca.",
+ "RunAtStartup": "Ejecutar al iniciar",
+ "ServerStartup": "Inicio del Servidor",
+ "EmbyServerOnXHasStarted": "Se ha iniciado el Servidor Emby en {0}.",
+ "LabelScreensaver": "Protector de Pantalla",
+ "LabelSoundEffects": "Efectos de Sonido",
+ "LabelName": "Nombre",
+ "NewCollectionNameExample": "Ejemplo: Colección Guerra de las Galaxias",
+ "MessageItemsAdded": "Ítems agregados.",
+ "OptionNew": "Nuevo...",
+ "LabelPlaylist": "Lista de Reproducción",
+ "AddToPlaylist": "Agregar a lista de reproducción",
+ "HeaderAddToPlaylist": "Agregar a Lista de Reproducción",
+ "Subtitles": "Subtítulos",
+ "LabelTheme": "Tema",
+ "LabelSettingsTheme": "Tema de configuraciones",
+ "LabelThemeAccentColor": "Color de resaltado",
+ "ThemeAccentColorDescription": "Controla el color de los indicadores importantes, iconos y texto.",
+ "SearchForSubtitles": "Buscar Subtitulos",
+ "LabelLanguage": "Idioma",
+ "Search": "Buscar",
+ "NoSubtitleSearchResultsFound": "No se encontraron resultados. ¿Ha configurado la {0}descarga de subtitulos{1}?",
+ "NoLyricsSearchResultsFound": "No se encontraron resultados. ¿Ha configurado la {0}descarga de letras{1}?",
+ "Lyrics": "Letras",
+ "SearchForLyrics": "Buscar Letras",
+ "Finish": "Terminar",
+ "File": "Archivo",
+ "Exit": "Salir",
+ "Sleep": "Suspender",
+ "Setup": "Configuración",
+ "MessageAreYouSureDeleteSubtitles": "¿Está seguro de querer eliminar este archivo de subtitulos?",
+ "ConfirmDeletion": "Confirmar Eliminación",
+ "MySubtitles": "Mis Subtitulos",
+ "MessageDownloadQueued": "Descargar cola.",
+ "HeaderEditSubtitles": "Editar Subtítulos",
+ "UnlockGuide": "Desbloquear Guía",
+ "HeaderRefreshMetadata": "Actualizar Metadatos",
+ "HeaderRefreshAllMetadata": "Actualizar Todos los metadatos",
+ "ReplaceExistingImages": "Reemplazar imágenes existentes",
+ "ReplaceExistingImagesHelp": "Todas las imágenes existentes serán borradas y se descargaran nuevas. En algunos casos esto puede resultar en menos imágenes disponibles que antes.",
+ "ReplaceAllMetadata": "Remplazar todos los metadatos",
+ "SearchForMissingMetadata": "Buscar metadatos faltantes",
+ "LabelRefreshMode": "Modo de actualización",
+ "NoItemsFound": "No se encontraron ítems.",
+ "HeaderSaySomethingLike": "Decir Algo Como...",
+ "ButtonTryAgain": "Intentar de Nuevo",
+ "HeaderYouSaid": "Ha Dicho...",
+ "MessageWeDidntRecognizeCommand": "Lo sentimos, no reconocimos ese comando.",
+ "MessageIfYouBlockedVoice": "Si ha negado el acceso a la voz a la aplicación necesitara reconfigurar antes de intentarlo de nuevo.",
+ "ValueDiscNumber": "Disco {0}",
+ "Unrated": "Sin clasificar",
+ "Favorite": "Favorito",
+ "Like": "Me gusta",
+ "Dislike": "No me gusta",
+ "RefreshDialogHelp": "Los metadatos son actualizados con información nueva basándose en las configuraciones y fuentes de metadatos que estén activados en las configuraciones de cada biblioteca de Emby.",
+ "Open": "Abrir",
+ "Play": "Reproducir",
+ "Pause": "Pausa",
+ "HeaderPlayQueue": "Reproducir Cola",
+ "HeaderAddToPlayQueue": "Agregar a la Cola de Reproducción",
+ "Shuffle": "Aleatorio",
+ "Identify": "Identificar",
+ "HeaderRemoveIdentification": "Eliminar Identificación",
+ "ResetMetadataConfirmation": "¿Esta seguro que desea restaurar todos los metadatos?",
+ "HeaderEditMetadata": "Editar Metadatos",
+ "Convert": "Convertir",
+ "Resume": "Continuar",
+ "HeaderInstantMix": "Mix instantáneo",
+ "HeaderGoToItem": "Ir al Ítem",
+ "HeaderGoToSeason": "Ir a Temporada",
+ "HeaderGoToSeries": "Ir a Serie",
+ "HeaderGoToAlbum": "Ir a Álbum",
+ "HeaderGoToArtist": "Ir a Artista",
+ "HeaderPlayAll": "Reproducir todo",
+ "PictureInPicture": "Pantalla en pantalla.",
+ "Fullscreen": "Pantalla Completa",
+ "ExitFullscreen": "Salir de pantalla completa",
+ "Rewind": "Regresar",
+ "FastForward": "Avance Rápido",
+ "Remove": "Eliminar",
+ "Rename": "Renombrar",
+ "Queue": "A cola",
+ "QueueAllFromHere": "Encolar todos desde aquí",
+ "PlayAllFromHere": "Reproducir todos desde aquí",
+ "PlayFromBeginning": "Reproducir Desde el Inicio",
+ "FromBeginning": "Desde el Inicio",
+ "ResumeAt": "Reanudar desde {0}",
+ "HeaderRemoveFromPlaylist": "Eliminar de la Lista de Reproducción",
+ "HeaderRemoveFromPlayQueue": "Quitar de Cola de Reproducción",
+ "HeaderRemoveFromCollection": "Remover de la Colección",
+ "Sort": "Ordenar",
+ "Trailer": "Trailer",
+ "SelectNone": "Borrar Selección",
+ "SelectAll": "Seleccionar Todo",
+ "HeaderMarkPlayed": "Marcar como Reproducido",
+ "HeaderMarkUnplayed": "Marcar como No Reproducido",
+ "HeaderGroupVersions": "Agrupar Versiones",
+ "PleaseSelectTwoItems": "Por favor selecciona al menos dos ítems.",
+ "HeaderConfirmRecordingCancellation": "Confirmar Cancelación de la Grabación",
+ "MessageConfirmRecordingCancellation": "¿cancelar esta grabación?",
+ "Album": "Álbum",
+ "AlbumArtist": "Artista del Album",
+ "Error": "Error",
+ "VoiceInput": "Entrada de Voz",
+ "LabelContentType": "Tipo de Contenido",
+ "LabelPath": "Ruta",
+ "Playlists": "Listas de reproducción",
+ "LabelTitle": "Titulo",
+ "LabelOriginalTitle": "Titulo original",
+ "LabelSortTitle": "Titulo para ordenar",
+ "LabelDateAdded": "Fecha de adición",
+ "DateAdded": "Fecha de Adición",
+ "DateModified": "Fecha de Modificación",
+ "DatePlayed": "Fecha de Reproducción",
+ "DateLastActive": "Fecha de Ultima Actividad",
+ "ConfigureDateAdded": "Configure como la fecha de adición es determinada en el Panel de Control del Servidor Emby bajo la configuración de Bibliotecas",
+ "LabelStatus": "Estado",
+ "LabelArtistsHelp": "Separar múltiples empleando:",
+ "HeaderAlbumArtists": "Artistas del álbum",
+ "LabelAlbumArtists": "Artistas del álbum",
+ "LabelAlbum": "Álbum",
+ "Artist": "Artista",
+ "Artists": "Artistas",
+ "ImdbRating": "Calificación de IMDb",
+ "CommunityRating": "Calificación de la Comunidad",
+ "LabelCommunityRating": "Calificación de la comunidad",
+ "LabelCriticRating": "Calificación de la crítica",
+ "CriticRating": "Calificación de la Crítica",
+ "LabelWebsite": "Sitio web",
+ "Tagline": "Eslogan",
+ "LabelOverview": "Sinopsis",
+ "LabelShortOverview": "Sinopsis corta",
+ "LabelReleaseDate": "Fecha de estreno",
+ "LabelPlaceOfBirth": "Lugar de nacimiento",
+ "Aired": "Transmitido",
+ "LabelAirDays": "Se emite los días",
+ "LabelAirTime": "Duración",
+ "LabelRuntimeMinutes": "Duración (minutos)",
+ "LabelCustomRating": "Calificación personalizada",
+ "LabelOriginalAspectRatio": "Relación de aspecto original",
+ "Label3DFormat": "Formato de 3D",
+ "FormatValue": "Formato: {0}",
+ "DownloadsValue": "{0} Descargas",
+ "HashMatch": "Coincidencia Perfecta",
+ "EnableExternalVideoPlayers": "Habilitar reproductores externos de video",
+ "EnableExternalVideoPlayersHelp": "Un menú de reproductor externo se mostrara cuando inicie la reproducción de un video.",
+ "HeaderSpecialEpisodeInfo": "Información del Episodio Especial",
+ "LabelAirsDuringSeason": "Se transmite en la temporada",
+ "LabelAirsAfterSeason": "Se transmite después de la temporada",
+ "LabelAirsBeforeEpisode": "Transmisión antes del episodio",
+ "HeaderExternalIds": "IDs Externos",
+ "HeaderDisplaySettings": "Configuración de Pantalla",
+ "PlaylistOrder": "Orden en Listas de Reproducción",
+ "CollectionOrder": "Orden en Colecciones",
+ "LabelDisplayOrder": "Orden para mostrar",
+ "LabelFileOrder": "Orden de los archivos",
+ "Display": "Pantalla",
+ "Countries": "Países",
+ "Genres": "Géneros",
+ "Studios": "Estudios",
+ "Tags": "Etiquetas",
+ "Links": "Enlaces",
+ "Movie": "Película",
+ "Program": "Programa",
+ "Channel": "Canal",
+ "Episode": "Episodio",
+ "Season": "Temporada",
+ "HeaderMetadataSettings": "Configuración de metadatos",
+ "People": "Personas",
+ "Number": "Número",
+ "Lock": "Bloquear",
+ "HeaderScreenLocked": "Pantalla Bloqueada",
+ "HeaderUnlockControls": "Controles de Desbloqueo",
+ "HeaderTapToUnlock": "Tocar para Desbloquear",
+ "LabelMetadataDownloadLanguage": "Idioma preferido para descarga de metadatos",
+ "LabelImageDownloadLanguage": "Idioma preferido para descarga de imágenes",
+ "LabelLockItemToPreventChanges": "Bloquear este ítem para evitar cambios futuros",
+ "LockThisField": "Bloquear este campo para prevenir futuros cambios al actualizar los metadatos",
+ "MessageLeaveEmptyToInherit": "Dejar vacío para heredar la configuración del ítem padre, o el valor global por omisión.",
+ "LabelCountry": "País",
+ "LabelCertificationCountry": "País de certificación",
+ "CertificationCountryHelp": "Esto afectara que sistema de clasificación es usado.",
+ "LabelDynamicExternalId": "{0} Id",
+ "LabelBirthYear": "Año de nacimiento",
+ "LabelBirthDate": "Fecha de Nacimiento",
+ "LabelDeathDate": "Fecha de defunción",
+ "LabelEndDate": "Fecha de Fin",
+ "LabelSeasonNumber": "Temporada numero",
+ "LabelEpisodeNumber": "Episodio numero",
+ "LabelTrackNumber": "Número de Pista",
+ "LabelNumber": "Número",
+ "LabelDiscNumber": "Número de disco",
+ "LabelParentNumber": "Número antecesor",
+ "SortName": "Nombre para Ordenar",
+ "OriginalTitle": "Título Original",
+ "ReleaseDate": "Fecha de Estreno",
+ "Continuing": "Continuando",
+ "Ended": "Finalizado",
+ "HeaderEnabledFields": "Campos Habilitados",
+ "HeaderEnabledFieldsHelp": "Desmarcar un campo para bloquearlo y prevenir que sus datos cambien.",
+ "Backdrops": "Imágenes de fondo",
+ "Images": "Imágenes",
+ "Runtime": "Duración",
+ "ProductionLocations": "Lugares de produccion",
+ "BirthLocation": "Lugar de nacimiento",
+ "ParentalRating": "Clasificación Parental",
+ "PlayCount": "Cantidad de reproducciones",
+ "Name": "Nombre",
+ "Overview": "Sinopsis",
+ "LabelType": "Tipo",
+ "LabelPersonRole": "Rol",
+ "LabelPersonRoleHelp": "Ejemplo: Conductor de camión de helados",
+ "Actor": "Actor",
+ "Composers": "Compositores",
+ "Composer": "Compositor",
+ "Director": "Director",
+ "GuestStar": "Estrella invitada",
+ "Producer": "Productor",
+ "Writer": "Escritor",
+ "MessageNoSyncJobsFound": "No se han encontrado descargas. Cree descargas empleando los botones de Sincronizar en la app.",
+ "MessageNoDownloadsFound": "No hay elementos sin conexión. Descargue sus medios para usarlos sin conexion haciendo clic en Descargar través de la app.",
+ "InstallingPackage": "Instalando {0}",
+ "PackageInstallCompleted": "{0} instalación completada.",
+ "PackageInstallFailed": "{0} instalación fallida.",
+ "PackageInstallCancelled": "{0} instalación cancelada.",
+ "SeriesYearToPresent": "{0} - Actualidad",
+ "OneDevice": "1 Dispositivo",
+ "DeviceCountValue": "{0} Dispositivos",
+ "OneLog": "1 Bitácora",
+ "LogCountValue": "{0} Bitácoras",
+ "OneVote": "1 Voto",
+ "VoteCountValue": "{0} Votos",
+ "OneLike": "1 Me Gusta",
+ "LikeCountValue": "{0} Me gusta",
+ "OneUser": "1 Usuario",
+ "UserCountValue": "{0} Usuarios",
+ "OneLibrary": "1 Biblioteca",
+ "LibraryCountValue": "{0} Bibliotecas",
+ "ValueOneItem": "1 Ítem",
+ "ValueOneEpisode": "1 episodio",
+ "ValueEpisodeCount": "{0} episodios",
+ "Albums": "Álbumes",
+ "Song": "Canciones",
+ "Songs": "Canciones",
+ "Authors": "Autores",
+ "Books": "Libros",
+ "AudioBooks": "Audio Libros",
+ "HeaderAudioBooks": "Audio Libros",
+ "HeaderAudioBook": "Audio Libro",
+ "HeaderIdentifyItemHelp": "Introduzca uno o más criterios de búsqueda. Elimine criterios para expandir los resultados.",
+ "PleaseEnterNameOrId": "Por favor introduzca un nombre o id externo.",
+ "MessageItemSaved": "Ítem guardado.",
+ "SearchResults": "Resultados de la búsqueda",
+ "ServerNameIsRestarting": "El Servidor Emby - {0} se esta reiniciando.",
+ "ServerNameIsShuttingDown": "El Servidor Emby - {0} se esta apagando.",
+ "HeaderDeleteItems": "Borrar items",
+ "ConfirmDeleteItems": "Al borrar estos items serán eliminados tanto del sistema de archivos como de la biblioteca de medios.",
+ "PleaseRestartServerName": "Por Favor Reinicie el Servidor Emby en {0}",
+ "ConvertingDots": "Convirtiendo...",
+ "LabelSyncNoTargetsHelp": "Parece que actualmente no cuentas con ninguna app que soporte descargas sin conexión.",
+ "DownloadingDots": "Descargando...",
+ "LearnMore": "Aprenda más",
+ "LabelBitrateMbps": "Tasa de bits (Mbps)",
+ "ConvertUnwatchedVideosOnly": "Convertir únicamente vídeos no reproducidos",
+ "SyncUnwatchedVideosOnly": "Descargar únicamente vídeos no reproducidos",
+ "ConvertUnwatchedVideosOnlyHelp": "Solo los vídeos que no han sido marcados como reproducidos en su totalidad serán convertidos.",
+ "SyncUnwatchedVideosOnlyHelp": "Solo los vídeos no han sido marcados como reproducidos en su totalidad serán descargados, se eliminarán los vídeos del dispositivo conforme éstos se vayan reproduciendo en su totalidad.",
+ "AutomaticallySyncNewContent": "Descargar automáticamente nuevos contenidos",
+ "AutomaticallySyncNewContentHelp": "Los contenidos nuevos agregados a esta carpeta serán descargados automáticamente al dispositivo.",
+ "AutomaticallyConvertNewContent": "Convertir contenidos nuevos automáticamente",
+ "AutomaticallyConvertNewContentHelp": "Los contenidos nuevos agregados a esta carpeta serán convertidos automáticamente.",
+ "LabelItemLimit": "Límite de Ítems",
+ "ConvertItemLimitHelp": "Opcional. Establecer un límite en el número de ítems que serán convertidos.",
+ "DownloadItemLimitHelp": "Opcional. Establecer un límite en el número de ítems que serán descargados.",
+ "PleaseSelectDeviceToSyncTo": "Por favor seleccione un dispositivo con al que desee descargar.",
+ "Screenshots": "Capturas de pantalla",
+ "MoveRight": "Mover a la derecha",
+ "MoveLeft": "Mover a la izquierda",
+ "HeaderUploadNewImage": "Subir Nueva Imagen",
+ "HeaderDeleteImage": "Eliminar imagen",
+ "ConfirmDeleteImage": "¿Eliminar imagen?",
+ "HeaderEditImages": "Editar imágenes",
+ "Settings": "Configuración",
+ "ShowIndicatorsFor": "Mostrar indicadores",
+ "Episodes": "Episodios",
+ "Programs": "Programas",
+ "HeaderCastCrew": "Elenco",
+ "DvrSubscriptionRequired": "La TV en Vivo y a Grabadora Emby necesitan una suscripción activa {0} de Emby Premiere {1}.",
+ "HeaderCancelRecording": "Cancelar Grabación",
+ "HeaderKeepRecording": "Conservar Grabaciones",
+ "HeaderCancelSeries": "Cancelar Serie",
+ "HeaderKeepSeries": "Conservar Serie",
+ "HeaderLearnMore": "Aprenda más",
+ "SeriesSettings": "Configuración de la Serie",
+ "HeaderRecordingOptions": "Opciones de Grabación",
+ "HeaderDoNotRecord": "No grabar",
+ "HeaderSeriesOptions": "Opciones de Serie",
+ "Layout": "Diseño",
+ "Channels": "Canales",
+ "ChannelNameOnly": "Canal {0} solamente",
+ "Anytime": "En cualquier momento",
+ "AnyLanguage": "Cualquier lenguaje",
+ "AroundTime": "Alrededor de {0}",
+ "HeaderLatestMovies": "Películas Recientes",
+ "All": "Todo",
+ "Stop": "Detener",
+ "AllChannels": "Todos los canales",
+ "NewEpisodesOnly": "Solo episodios nuevos",
+ "AllEpisodes": "Todos los episodios",
+ "LabelStartWhenPossible": "Iniciar cuando sea posible",
+ "LabelStopWhenPossible": "Detener cuando sea posible",
+ "MinutesBefore": "Minutos antes",
+ "MinutesAfter": "minutos despues",
+ "SkipEpisodesAlreadyInMyLibrary": "No grabar episodios que ya se encuentran en mi biblioteca",
+ "SkipEpisodesAlreadyInMyLibraryHelp": "Los episodios serán comparados usando el numero de temporada y de episodio, cuando estén disponibles.",
+ "LabelKeepUpTo": "Mantener hasta",
+ "AsManyAsPossible": "Tantos como sea posible",
+ "DefaultErrorMessage": "Ha ocurrido un error al procesar la solicitud. Por favor inténtelo de nuevo mas tarde.",
+ "UntilIDelete": "Hasta que yo lo borre",
+ "UntilSpaceNeeded": "Hasta que se necesite espacio",
+ "Categories": "Categorías",
+ "Sports": "Deportes",
+ "News": "Noticias",
+ "Movies": "Películas",
+ "Music": "Música",
+ "Kids": "Niños",
+ "MoreFromValue": "Mas de {0}",
+ "DiedValue": "Falleció: {0}",
+ "BornValue": "Nacimiento: {0}",
+ "EnableColorCodedBackgrounds": "Aplicar fondos de color a los programas, basado en su categoría",
+ "SortChannelsBy": "Ordenar canales por",
+ "ChannelNumber": "Numero de Canal",
+ "HeaderBenefitsEmbyPremiere": "Beneficios de Emby Premier",
+ "ThankYouForTryingEnjoyOneMinute": "Por favor disfrute de un minuto de reproducción. Gracias por probar Emby.",
+ "HeaderTryPlayback": "Intente Reproducir",
+ "HowDidYouPay": "¿Cual sera su forma de pago?",
+ "IHaveEmbyPremiere": "Ya cuento con Emby Premiere",
+ "IPurchasedThisApp": "Ya he comprado esta app",
+ "ButtonRestorePreviousPurchase": "Restaurar Compra",
+ "ButtonUnlockWithPurchase": "Desbloquear con una Compra",
+ "ButtonUnlockPrice": "Desbloquear {0}",
+ "EmbyPremiereMonthlyWithPrice": "Emby Premier Mensual {0}",
+ "HeaderAlreadyPaid": "¿Ya ha pagado?",
+ "ButtonPlayOneMinute": "Reproducir un minuto",
+ "PlaceFavoriteChannelsAtBeginning": "Colocar canales favoritos al inicio",
+ "HeaderUnlockFeature": "Desbloquear Característica",
+ "MessageDidYouKnowCinemaMode": "¿Sabía que con Emby Premier, puede mejorar su experiencia con características como los Intros de Cine?",
+ "HeaderPlayMyMedia": "Reproducir mis Medios",
+ "HeaderDiscoverEmbyPremiere": "Descubra Emby Premier",
+ "HeaderNowPlaying": "Reproduciendo Ahora",
+ "Items": "Ítems",
+ "AppName": "Nombre del App",
+ "OneChannel": "Un canal",
+ "ConfirmRemoveDownload": "¿Eliminar descarga?",
+ "ConfirmRemoveItem": "¿Eliminar Ítem?",
+ "RemoveDownload": "Eliminar Descarga",
+ "ConfirmCancelConversion": "¿Cancelar conversión?",
+ "CancelConversion": "Cancelar Conversión",
+ "KeepDownload": "Seguir descargando",
+ "AddedOnValue": "Agregado {0}",
+ "RemovingFromDevice": "Eliminando del dispositivo",
+ "KeepOnDevice": "Conservar en el dispositivo",
+ "CancelDownload": "Cancelar descarga",
+ "SyncJobItemStatusReadyToTransfer": "Listo para Transferir",
+ "SyncJobItemStatusSyncedMarkForRemoval": "Eliminando del dispositivo",
+ "SyncJobItemStatusQueued": "En cola",
+ "SyncJobItemStatusConverting": "Convirtiendo",
+ "SyncJobItemStatusTransferring": "Transfiriendo",
+ "SyncJobItemStatusSynced": "Descargado",
+ "Failed": "Fallido",
+ "SyncJobItemStatusRemovedFromDevice": "Eliminado del dispositivo",
+ "Cancelled": "Cancelado",
+ "Retry": "Volver a intentar",
+ "Continue": "Continuar",
+ "ContinueInSecondsValue": "Continua en {0} segundos.",
+ "HeaderRemoteControl": "Control Remoto",
+ "Disconnect": "Desconectar",
+ "EnableDisplayMirroring": "Habilitar duplicación de pantalla",
+ "RemoteAccess": "Acceso Remoto",
+ "HeaderPlayOn": "Reproducir En",
+ "Quality": "Calidad",
+ "Auto": "Auto",
+ "AndroidUnlockRestoreHelp": "Para restaurar su compra previa, por favor asegúrese de que se encuentra registrado en el dispositivo con la misma cuenta de Google (o Amazon) con que hizo la compra. Asegúrese que la tienda de aplicaciones esta habilitada, no esta restringida por cualquier control parental y que tiene una conexión de internet activa. Esto se tiene que hacer solo una vez para restaurar su compra previa.",
+ "HeaderAspectRatio": "Relación de aspecto",
+ "Original": "Original",
+ "Fill": "Llenar",
+ "Cover": "Portada",
+ "MessageNoServersAvailableToConnect": "No hay servidores disponibles para conectarse. Si se le ha invitado a compartir un servidor, asegúrese de aceptarlo aquí abajo o haciendo clic en la liga del correo electrónico.",
+ "MessagePlayAccessRestricted": "La reproducción de este contenido se encuentra restringida actualmente. Por favor contacte a su administrador del Servidor Emby para mas información.",
+ "Accept": "Aceptar",
+ "Reject": "Rechazar",
+ "Connect": "Conectar",
+ "HeaderMyMedia": "Mis Medios",
+ "HeaderMyMediaSmall": "Mis medios (pequeño)",
+ "LatestFromLibrary": "Recientes {0}",
+ "HeaderLatestEpisodes": "Episodios Recientes",
+ "ContinuePlaying": "Continuar reproduciendo",
+ "ContinueWatching": "Continuar viendo",
+ "HeaderLatestChannelMedia": "Ítems Recientes de Canales",
+ "HeaderContinueWatching": "Continuar Viendo",
+ "HeaderContinueListening": "Continuar Escuchando",
+ "HeaderActiveRecordings": "Grabaciones Activas",
+ "HeaderLatestRecordings": "Grabaciones Recientes",
+ "LabelConvertTo": "Convertir a",
+ "LabelDownloadTo": "Descargar a",
+ "HeaderDownloadToDots": "Descargar a...",
+ "Next": "Siguiente",
+ "LabelSource": "Fuente",
+ "VersionNumber": "Versión {0}",
+ "HeaderAllLanguages": "Todos los Idiomas",
+ "Previous": "Anterior",
+ "HeaderNextUp": "A Continuación",
+ "HeaderPlayNextUp": "Reproducir A Continuación",
+ "HeaderLatestFrom": "Más recientes desde {0}",
+ "LabelHomeScreenSectionValue": "Sección de pagina de inicio {0}",
+ "PasswordResetComplete": "La contraseña ha sido restablecida.",
+ "PasswordSaved": "Contraseña guardada.",
+ "SettingsSaved": "Configuración guardada.",
+ "Upcoming": "Proximamente",
+ "HeaderSelectImageFile": "Elegir Archivo de Imagen",
+ "None": "Ninguno",
+ "More": "Mas",
+ "Up": "Arriba",
+ "Down": "Abajo",
+ "Home": "Inicio",
+ "Back": "Regresar",
+ "Random": "Aleatorio",
+ "Playback": "Reproduccion",
+ "Favorites": "Favoritos",
+ "HeaderHomeScreen": "Pantalla de Inicio",
+ "HeaderLatestChannelItems": "Ítems Recientes de Canales",
+ "HeaderLibraryOrder": "Orden de Bibliotecas",
+ "HeaderOnNow": "Transmitiéndo Ahora",
+ "HeaderForKids": "Para Niños",
+ "HeaderPlaybackError": "Error de Reproducción",
+ "PlaybackErrorNotAllowed": "Actualmente no esta autorizado para reproducir este contenido. Por favor contacte a su administrador de sistema para mas información.",
+ "RateLimitExceeded": "Su cuenta ha excedido el limite máximo de transmisiones configuradas por su administrador del Servidor Emby. Por favor contactelo para asistencia.",
+ "PlaybackErrorNoCompatibleStream": "No hay streams compatibles en este en este momento. Por favor intente de nuevo mas tarde o contacte a su administrador de sistema para mas detalles.",
+ "PlaybackErrorPlaceHolder": "Por favor introduzca el disco para poder reproducir este video.",
+ "PlaybackErrorNoPlayableItems": "Se encontraron elementos reproducibles. ¿Está intentando reproducir una carpeta vacía?",
+ "Guide": "Guía",
+ "Games": "Juegos",
+ "GameSystem": "Sistema de juegos",
+ "Suggestions": "Sugerencias",
+ "HeaderFavoriteChannels": "Canales Favoritos",
+ "HeaderFavoriteCollections": "Colecciones Favoritas",
+ "HeaderFavoritePlaylists": "Listas de Reproducción Favoritas",
+ "Collection": "Colección",
+ "Collections": "Colecciones",
+ "LabelSelectFolderGroups": "Agrupar automáticamente el contenido de las siguientes carpetas en vistas tales como Películas, Música y TV:",
+ "LabelSelectFolderGroupsHelp": "Las carpetas sin marcar serán mostradas individualmente en su propia vista.",
+ "Mute": "Silenciar",
+ "Unmute": "Activar Sonido",
+ "Folder": "Carpeta",
+ "Folders": "Carpetas",
+ "FileName": "Nombre del Archivo",
+ "DisplayInOtherHomeScreenSections": "Mostrar en secciones secundarias de la pantalla principal, como Recientes y Continuar viendo",
+ "DisplayInMyMedia": "Mostrar en pantalla de inicio",
+ "Shows": "Programas",
+ "MoviesAndShows": "Películas y Series de TV",
+ "HeaderMusicVideo": "Vídeo Musical",
+ "HeaderMusicVideos": "Videos Musicales",
+ "MusicVideos": "Videos musicales",
+ "Videos": "Videos",
+ "MixedContent": "Contenido mezclado",
+ "HomeVideos": "Videos caseros",
+ "HomeVideosAndPhotos": "Videos caseros y fotografías",
+ "TVShows": "Programas de TV",
+ "HeaderLibraryFolders": "Carpetas de Biblioteca",
+ "HeaderTermsOfPurchase": "Términos de Compra",
+ "PrivacyPolicy": "Política de privacidad",
+ "TermsOfUse": "Términos de Uso",
+ "HeaderRepeatMode": "Modo de repetición",
+ "HeaderToneMapping": "Mapeo de Tonos",
+ "RepeatOne": "Repetir uno",
+ "RepeatAll": "Repetir todas",
+ "LabelDefaultScreen": "Pantalla por defecto",
+ "ConfirmEndPlayerSession": "¿Desea cerrar Emby en {0}?",
+ "Yesterday": "Ayer",
+ "Yes": "Sí",
+ "No": "No",
+ "HeaderScanLibraryFiles": "Escanear Archivos de la Biblioteca",
+ "LiveTV": "TV en Vivo",
+ "Schedule": "Programacion",
+ "Recordings": "Grabaciones",
+ "ScanForNewAndUpdatedFiles": "Buscar archivos nuevos y actualizados",
+ "NewVersionOfXAvailableForY": "{0} esta Disponible para {1}",
+ "DirectStreamHelp1": "El medio es compatible con el dispositivo en cuanto a la resolución y tipo de medio (H.264, AC3, etc.), pero es un es un contenedor de archivo incompatible (.mkv, .avi, .wmv, etc.). El video sera re empaquetado al vuelo antes de transmitirlo al dispositivo.",
+ "DirectStreamHelp2": "La Transmisión Directa de un archivo usa muy poco poder de procesamiento sin ninguna perdida en la calidad de video.",
+ "MediaIsBeingConverted": "Los medios están siendo convertidos a un formato compatible con el dispositivo que esta reproduciendo el medio.",
+ "StatsForNerds": "Estadísticas para los Nerds",
+ "HeaderHardwareAcceleratedDecoding": "Decodificación Acelerada por Hardware",
+ "HeaderHardwareAcceleratedEncoding": "Codificación Acelerada por Hardware",
+ "HeaderDirectPlay": "Reproducción Directa",
+ "DirectPlaying": "Reproducción directa",
+ "DirectStreaming": "Transmisión Directa",
+ "Transcode": "Transcodificado",
+ "Transcoding": "Transcodificando",
+ "ContainerBitrateExceedsLimit": "Reduciendo la tasa de bits por la configuración de calidad",
+ "VideoCodecNotSupported": "Convirtiendo video a un codec compatible",
+ "AudioCodecNotSupported": "Convirtiendo audio a un codec compatible",
+ "SubtitleCodecNotSupported": "Convirtiendo subtitulos directamente en el video",
+ "DirectPlayError": "Recuperándose de un error de reproducción",
+ "ContainerNotSupported": "Convirtiendo a un contenedor compatible",
+ "VideoLevelNotSupported": "Convirtiendo a un nivel de video compatible",
+ "AudioBitrateNotSupported": "Convirtiendo a un tasa de bits de audio compatible",
+ "AudioChannelsNotSupported": "Convirtiendo a un numero de canales de audio compatible",
+ "VideoResolutionNotSupported": "Convirtiendo a una resolución de video compatible",
+ "AudioProfileNotSupported": "Convirtiendo a un perfil de audio compatible",
+ "AudioSampleRateNotSupported": "Convirtiendo a un muestreo de audio compatible",
+ "AnamorphicVideoNotSupported": "Video anamorfico no soportado",
+ "InterlacedVideoNotSupported": "Desentrelazando video",
+ "SecondaryAudioNotSupported": "Seleccionando pista de audio secundaria",
+ "ExternalAudioNotSupported": "Seleccionando una pista de audio externa",
+ "ErrorRemovingEmbyConnectAccount": "Hubo un error retirando la cuenta de Emby Connect. Por favor asegúrese que su conexión a internet esta activa e intente de nuevo.",
+ "HeaderEmbyAccountRemoved": "Cuenta Emby Eliminada",
+ "MessageEmbyAccontRemoved": "La cuenta Emby ha sido eliminada de este usuario.",
+ "HeaderInvitationSent": "Invitación Enviada",
+ "Offline": "Desconectado",
+ "HeaderSignUp": "Registrarse",
+ "ServerDownloadMessage": "Para descargar e instalar el Servidor Emby gratuitamente visite {0}.",
+ "ServerDownloadMessageWithoutLink": "Para descargar e instalar el Servidor Emby gratuitamente, visite el sitio web de Emby",
+ "MessageInvitationSentToUser": "Se ha enviado un correo electrónico a {0}, invitándolo a aceptar tu invitación para compartir.",
+ "MessageInvitationSentToNewUser": "Un correo electrónico se ha enviado a {0} invitándolos a registrarse en Emby.",
+ "GuestUserNotFound": "Usuario no encontrado. Por favor asegúrese de que el nombre es correcto e intente de nuevo, o intente introducir la dirección de correo de su invitado.",
+ "ErrorReachingEmbyConnect": "Hubo un error al tratar de contactar el servidor de Emby Connect. Por favor asegúrese de que tiene una conexión activa de internet e intente de nuevo.",
+ "ErrorAddingEmbyConnectAccount1": "Hubo un error agregando la cuenta de Emby Connect. ¿Ya ha creado una cuenta de Emby? Registrese en {0}.",
+ "ErrorAddingEmbyConnectAccount2": "Si continua teniendo problemas, por favor envíe un correo electrónico a {0} desde la dirección de correo electrónico usada con la cuenta Emby.",
+ "ErrorAddingGuestAccount1": "Hubo un error agregando la cuenta de Emby Connect. ¿Su invitado ya ha creado una cuenta de Emby Connect? Puede registrarse en {0}.",
+ "ErrorAddingGuestAccount2": "Si continua teniendo problemas, escriba un correo electrónico a {0}, e incluya su dirección de correo electrónico ademas de la de su invitado.",
+ "MessageEmbyAccountAdded": "La cuenta Emby ha sido agregada a este usuario.",
+ "MessagePendingEmbyAccountAdded": "La cuenta Emby ha sido agregada a este usuario. Se enviara un correo electrónico al propietario de la cuenta. La invitación necesitara ser confirmada dando clic al enlace dentro del correo electrónico.",
+ "HeaderEmbyAccountAdded": "Cuenta Emby Agregada",
+ "Skip": "Omitir",
+ "HeaderAdditionalParts": "Partes Adicionales",
+ "ButtonGenerateNewPin": "Generar nuevo Pin",
+ "ConnectLoginHelp1": "Con Emby Connect usted puede acceder facilmente a su servidor Emby desde cualquier lugar en el que se encuentre y compartirlo con sus familiares y amigos.",
+ "CreatePinErrorMessage": "Ha ocurrido un error al crear un código pin. Por favor haga clic en Generar Nuevo Pin para intentarlo de nuevo.",
+ "PinExpiredMessage": "El código pin ha expirado. Por favor haga clic en Generar Nuevo Pin para intentarlo de nuevo.",
+ "ConnectPinCodeHeader": "Para iniciar sesión en Emby Connect, usa un dispositivo móvil o una computadora para visitar {0} e ingresar el siguiente código pin:",
+ "LabelSubtitlePlaybackMode": "Modo de subtítulo",
+ "ErrorDeletingItem": "Hubo un error eliminando el ítem del Servidor Emby. Por favor verifique tenga permisos de escritura en la carpeta de medios e intente de nuevo.",
+ "NoSubtitles": "Sin Subtitulos",
+ "Default": "Por defecto",
+ "Absolute": "Absoluto",
+ "Smart": "Inteligente",
+ "Small": "Pequeño",
+ "Smaller": "Más pequeño",
+ "Medium": "Mediano",
+ "Large": "Grande",
+ "Larger": "Mas grande",
+ "ExtraLarge": "Extra grande",
+ "ExtraSmall": "Extra chico",
+ "Forced": "Forzados",
+ "External": "Externos",
+ "HeaderEmbeddedTitle": "Titulo Embebido",
+ "OnlyForcedSubtitles": "Únicamente subtítulos forzados",
+ "AlwaysPlaySubtitles": "Siempre mostrar subtítulos",
+ "DefaultSubtitlesHelp": "Los subtitulos son cargados basados en los indicadores \"por defecto\" y \"forzado\" incluidos en los metadatos. Las preferencias de idioma son consideradas cuando hay múltiples opciones disponibles.",
+ "SmartSubtitlesHelp": "Los subtítulos que coincidan con el lenguaje preferido serán cargados cuando el audio se encuentre en un lenguaje extranjero.",
+ "HeaderSubtitleSettings": "Configuración de Subtitulos",
+ "HeaderSubtitleAppearance": "Apariencia de Subtitulos",
+ "OnlyForcedSubtitlesHelp": "Se cargarán únicamente subtítulos marcados como forzados.",
+ "AutoSelectHearingImpairedHelp": "Serán cargados los subtítulos en el idioma preferido, dando preferencia a las pistas marcadas como \"para personas con discapacidad auditiva (SDH)\"",
+ "AlwaysPlaySubtitlesHelp": "Los subtítulos que coincidan con el lenguaje preferido serán cargados independientemente del lenguaje del audio.",
+ "NoSubtitlesHelp": "Los subtítulos no serán cargados por defecto. Pero pueden ser activados manualmente durante la reproducción.",
+ "LabelPreferredSubtitleLanguage": "Idioma preferido para subtitulos",
+ "LabelTextSize": "Tamaño de texto",
+ "TheseSettingsAffectSubtitlesOnThisDevice": "Estas configuraciones solo afectan subtitulo de este dispositivo",
+ "LabelDropShadow": "Mostrar sombra",
+ "LabelTextBackgroundColor": "Color de fondo para el texto",
+ "LabelWindowBackgroundColor": "Color de fondo para el texto",
+ "LabelFont": "Fuente",
+ "LabelTextColor": "Color de texto",
+ "LabelBackgroundColor": "Color de fondo",
+ "LabelBackgroundOpacity": "Transparencia del fondo",
+ "Raised": "Elevacion",
+ "Depressed": "Depresión",
+ "Uniform": "Uniforme",
+ "DropShadow": "Mostrar sombra",
+ "SmallCaps": "Mayúsculas pequeñas",
+ "SubtitleAppearanceSettingsDisclaimer": "Estas configuraciones no se aplicaran a subtitulos gráficos (PGS, DVD, etc.) o a subtitulos que tienen sus propias fuentes embebidas (ASS/SSA).",
+ "Normal": "Normal",
+ "HeaderWaitingForWifi": "Esperando Wifi",
+ "WifiRequiredToDownload": "Se necesita de una conexión Wifi para continuar descargando.",
+ "DownloadOnlyOnWifi": "Descargar solo en Wifi",
+ "LabelMusicDownloadQuality": "Calidad para descarga de música",
+ "MusicDownloadQualityHelp": "Archivos de audio con una tasa de bits mas alta serán convertidos por el Servidor Emby. Elija un valor mas alto para una mejor calidad, o uno mas bajo para ahorrar espacio de almacenamiento local.",
+ "HeaderDownloadSettings": "Configuración de Descargas",
+ "LabelDownloadLocation": "Ruta para descarga",
+ "BrowseForFolder": "ExplorarCarpetas",
+ "Unlimited": "Ilimitado",
+ "NoLimit": "Sin Limite",
+ "Hide": "Ocultar",
+ "HeaderKeepWatching": "Continuar Viendo",
+ "HeaderNextEpisode": "Siguiente Episodio",
+ "AudioBitDepthNotSupported": "Convirtiendo audio a una profundidad de bits compatible",
+ "VideoBitrateNotSupported": "Convirtiendo a una tasa de bits de video compatible",
+ "VideoProfileNotSupported": "Convirtiendo a un perfil de video compatible",
+ "VideoFramerateNotSupported": "Convirtiendo a un \"framerate\" compatible",
+ "VideoBitDepthNotSupported": "Convirtiendo video a una profundidad de bits compatible",
+ "RefFramesNotSupported": "Convirtiendo a un numero compatible de cuadros de referencia en el video",
+ "ErrorConnectServerUnreachable": "Hubo un error al ejecutar la operación solicitada. Su servidor no puede contactar nuestro servidor de Emby Connect en {0}. Por favor asegúrese de que su servidor tiene una conection a internet activa y que el firewall o software de seguridad permita la comunicación.",
+ "HeaderStopRecording": "Detener Grabación",
+ "ManageRecording": "Administrar grabaciones",
+ "LabelDropImageHere": "Arrastre la imagen aquí, o de clic para elegir una imagen para subir.",
+ "MessageFileReadError": "Hubo un error al leer el archivo. Por favor intente de nuevo.",
+ "Browse": "Navegar",
+ "HeaderUploadImage": "Subir Imagen",
+ "HeaderAddUpdateImage": "Agregar/Actualizar Imagen",
+ "HeaderShowFields": "Mostrar Campos",
+ "LabelView": "Vista",
+ "LabelImageType": "Tipo de imagen",
+ "Upload": "Subir",
+ "Primary": "Principal",
+ "PrimaryImageBlur": "Desenfoque de la imagen principal",
+ "Art": "Arte",
+ "Backdrop": "Imagen de Fondo",
+ "Banner": "Cartél",
+ "Box": "Caja",
+ "BoxRear": "Caja (Reverso)",
+ "Disc": "DIsco",
+ "Logo": "Logotipo",
+ "LogoDark": "Logotipo (Versión Oscura)",
+ "LogoLight": "Logotipo (Versión Brillante)",
+ "LogoLightColor": "Logo (Brillante con Color)",
+ "Menu": "Menú",
+ "Screenshot": "Captura de pantalla",
+ "Thumb": "Miniatura",
+ "HeaderAudioSettings": "Configuración de Audio",
+ "LabelAudioLanguagePreference": "Idioma preferido de audio",
+ "LabelPlayDefaultAudioTrack": "Reproducir la pista de audio por defecto independientemente del lenguaje",
+ "HeaderVideoQuality": "Calidad de Video",
+ "CinemaModeConfigurationHelp": "Los Intros de Cine traen la experiencia del cine directo al la sala de TV con la habilidad de reproducir tráilers e intros personalizados antes de la presentación estelar.",
+ "ShowUpNextPreview": "Mostrar vista previa A Continuación",
+ "ShowUpNextPreviewHelp": "Muestra información del próximo ítem cerca del final del actual.",
+ "PlayNextEpisodeAutomatically": "Reproducir el siguiente episodio automáticamente",
+ "LabelMaxChromecastBitrate": "Tasa maxima de bits para El Chromecast",
+ "LabelSkipBackLength": "Longitud de salto hacia atrás",
+ "LabelSkipForwardLength": "Longitud de salto hacia adelante",
+ "EnableCinemaMode": "Activar Intros de Cine",
+ "LabelInternetQuality": "Calidad para transmisión remota",
+ "LabelCellularQuality": "Calidad de transmisión remota (celular)",
+ "HeaderMusicQuality": "Calidad de Musica",
+ "LabelHomeNetworkQuality": "Calidad para transmisión en casa",
+ "HeaderLatestMedia": "Agregadas Recientemente",
+ "HeaderRestartingEmbyServer": "Reiniciando el Servidor Emby",
+ "RestartPleaseWaitMessage": "Por favor espere mientras el Servidor Emby cierra y reinicia. Este puede tomar un minuto o dos.",
+ "HeaderPlayNext": "Reproducir Siguiente",
+ "AutoBasedOnLanguageSetting": "Auto (basado en la configuración del dispositivo)",
+ "SameAsMainTheme": "La misma que el tema principal",
+ "LabelDateTimeLocale": "Configuración regional de Fecha y Hora",
+ "Genre": "Genero",
+ "DirectorValue": "Director: {0}",
+ "DirectorsValue": "Directores: {0}",
+ "GenreValue": "Genero: {0}",
+ "GenresValue": "Géneros: {0}",
+ "TagsValue": "Etiquetas: {0}",
+ "Off": "Apagar",
+ "Title": "Título",
+ "Year": "Año",
+ "Filter": "Filtrar",
+ "Filters": "Filtros",
+ "Unplayed": "No reproducido",
+ "LabelTVHomeScreen": "Pantalla de Inicio de Modo TV",
+ "Horizontal": "Horizontal",
+ "Vertical": "Vertical",
+ "HeaderGroupBy": "Agrupar Por",
+ "HeaderMediaType": "Tipo de Medio",
+ "GroupBySeries": "Agrupar por series",
+ "HeaderVideoType": "Tipo de Video",
+ "HeaderSeriesStatus": "Estado de la Serie",
+ "Features": "Características",
+ "Trailers": "Tráilers",
+ "Extras": "Extras",
+ "ThemeSongs": "Canciones de Tema",
+ "ThemeVideos": "Videos de Tema",
+ "HeaderFavoriteMovies": "Películas Favoritas",
+ "HeaderFavoritePhotos": "Fotos Favoritas",
+ "HeaderFavoriteShows": "Programas Favoritos",
+ "HeaderFavoriteEpisodes": "Episodios Favoritos",
+ "HeaderFavoriteVideos": "Videos Favoritos",
+ "HeaderFavoriteMusicVideos": "Vídeos Musicales Favoritos",
+ "HeaderFavoriteGames": "Juegos Favoritos",
+ "HeaderFavoriteArtists": "Artistas Favoritos",
+ "HeaderFavoriteAlbums": "Álbumes Favoritos",
+ "HeaderFavoriteSongs": "Canciones Favoritas",
+ "HeaderFavoriteAuthors": "Autores Favoritos",
+ "HeaderFavoriteAudioBooks": "Audio Libros Favoritos",
+ "Ascending": "Ascendente",
+ "Descending": "Descendente",
+ "HeaderColorPrimaries": "Colores primarios",
+ "HeaderColorSpace": "Espacio de color",
+ "HeaderColorTransfer": "Transferencia de color",
+ "HeaderVideoRange": "Rango de video",
+ "SeriesDisplayOrderHelp": "Ordenar los episodios por fecha transmisión, orden del dvd o por su numeración absoluta.",
+ "LabelVerticalPositionFromBottom": "Posición vertical (desde abajo)",
+ "HeaderFavoritePeople": "Personas Favoritas",
+ "MultiSelect": "Selección Múltiple",
+ "HeaderSignOut": "Cerrar Sesión",
+ "HeaderSelectServer": "Seleccionar Servidor",
+ "HeaderChangeServer": "Cambiar de servidor",
+ "HeaderChangeUser": "Cambiar Usuario",
+ "HeaderAppSettings": "Configuraciones de la App",
+ "HeaderLoginSettings": "Configuraciones de acceso",
+ "LabelRememberLogin": "Recordar inicio de sesión",
+ "LabelAutomaticallySignOut": "Cerrar sesión automáticamente",
+ "BetaTesterMessage": "¡Gracias por evaluar las versiones beta de Emby! Por favor deja tu retroalimentación en el {0} Área de Pruebas de la Comunidad Emby{1}.",
+ "HardwareAccelerated": "Acelerado por Hardware",
+ "Software": "Software",
+ "Metadata": "Metadatos",
+ "HeaderMediaInfo": "Info del Medio",
+ "Locked": "Bloqueado",
+ "HeaderSplitVersionsApart": "Separar Versiones",
+ "Any": "Cualquiera",
+ "Admin": "Admin",
+ "HeaderReadMore": "Leer Mas",
+ "CustomRatingHelp": "Una clasificación personalizada es usada para la evaluación del control parental pero no es mostrada. El campo del clasificación personal se continuara mostrando.",
+ "KeepUpToHelp": "Las grabaciones por encima del limite son eliminadas cuando la siguiente grabación inicie. Las grabaciones mas antiguas serán eliminadas primero, según la fecha en que se agregaron.",
+ "NoItemsMatchingFound": "No se encontró ningún ítem que coincidiera con su criterio de búsqueda.",
+ "TwoSearchCharsRequired": "Por favor ingrese al menos dos caracteres para la búsqueda.",
+ "PreventPlaybackContinuing": "Impedir que la reproducción continué indefinidamente preguntando periódicamente actividad del usuario.",
+ "PromptStillWatching": "Habilitar la ventana \"¿Seguir Mirando?\"",
+ "HeaderMissingMetadata": "Metadatos faltantes",
+ "HeaderIncludedIn": "Incluido En",
+ "EmbyConnectUserAlreadyLinked": "El usuario de Emby Connect ya esta vinculado a otro usuario en este servidor.",
+ "VideoFilesWillBeConvertedTo": "Los vídeos convertidos serán guardados como {0}.",
+ "VideoWillBeConvertedTo": "La transmisión de vídeo sera convertida a {0}, o sera copiada del vídeo original si ya es {0} y la calidad coincide con las opciones de conversión.",
+ "VideoWillBeConvertedToOrCopied": "La transmisión de vídeo sera convertida a {0}, o sera copiada del vídeo original si hay algún ({1}) y la calidad coincide con las opciones de conversión.",
+ "AudioWillBeConvertedTo": "La pistas de audio sera convertida a {0}, o sera copiada del archivo original si ya es {0} y la calidad coincide con las opciones de conversión.",
+ "AudioWillBeConvertedToOrCopied": "La pista de audiosera convertida a {0}, o sera copiada del archivo original si hay algún ({1}) y la calidad coincide con las opciones de conversión.",
+ "HeaderSpecialKeys": "Teclas Especiales",
+ "FollowingSpecialKeys": "Las siguientes teclas especiales son soportadas por la mayoría de los teclados y controles remotos:",
+ "HeaderDeleteSeries": "Eliminar Series",
+ "HeaderDeleteLastPlayedEpisode": "Eliminar Ultimo Episodio Reproducido",
+ "HeaderConnectingToServer": "Conectando al Servidor",
+ "ServerNameValue": "Nombre del servidor: {0}",
+ "DomainValue": "Dominio: {0}",
+ "RatedValue": "Clasificación {0}",
+ "LocalServerRedirectMessage": "Ahora será direccionado al dominio adquirido y operado por el administrador del servidor al que eligió conectarse.",
+ "AllMediaOwnedHosted": "Todos los medios son hospedados y administrados por el propietario de {0}.",
+ "EnableResolutionSwitching": "Coincidir con resolución de Vídeo",
+ "EnableResolutionSwitchingHelp": "Esto permite que emby cambie la resolución de la pantalla al iniciar la reproducción al mismo valor en el que el video fue codificado. Esto podría ayudar a minimizar la cantidad de parpadeos/trabas que podría encontrar cuando la reproducción de videos no coinciden adecuadamente.",
+ "EnableDisplayRefreshRateSwitching": "Habilitar el cambio de frecuencia de pantalla.",
+ "EnableDisplayRefreshRateSwitchingHelp": "Esto permite que emby cambie la frecuencia de actualización de la pantalla al iniciar la reproducción al mismo valor (o un multiplo del mismo) que el de los cuadros por segundo en el que el vídeo fue codificado. Esto ayuda a minimizar la cantidad de parpadeos o trabas que de otra manera se notarían al reproducir vídeos que no coinciden con la frecuencia actual de la pantalla.",
+ "RememberSelectedAudioTracks": "Recordar selecciones de pistas de audio",
+ "RememberSelectedSubtitleTracks": "Recordar selecciones de pistas de subtítulos",
+ "RememberSelectedSubtitleTracksHelp": "La selección de las pistas de subtítulos será recordada para cada video y re-aplicada cuando se reproduzca el mismo video de nuevo.",
+ "RememberSelectedAudioTracksHelp": "La selección de las pistas de audio será recordada para cada video y re-aplicada cuando se reproduzca el mismo video de nuevo.",
+ "ClearSavedTrackSelections": "Eliminar las selecciones de pistas guardadas",
+ "HeaderClearTrackSelections": "Eliminar las Selecciones de Pistas Guardadas",
+ "QuestionClearSavedTracks": "¿Desea eliminar todas las selecciones de pistas guardadas?",
+ "LabelChannelTags": "Etiquetas del canal",
+ "AfterThisPlaysConfirmation": "Después de que se reproduzca esto, desea continuar reproduciendo la lista de música que anteriormente estaba en cola o desea borrarla.",
+ "Keep": "Continuar",
+ "Clear": "Borrar",
+ "HeaderClearFilters": "Quitar Filtros",
+ "HeaderSearchForImages": "Buscar Imágenes",
+ "HeaderSearchNewImage": "Buscar una Nueva Imagen",
+ "HeaderSearchForAnImage": "Buscar una Imagen",
+ "DragDropToReorder": "Arrastrar y Soltar para Reordenar",
+ "HeaderAddImageFromUrl": "Agregar Imagen desde URL",
+ "HeaderSetImageFromUrl": "Establecer la Imagen de la URL",
+ "LabelUrl": "Url",
+ "LabelChannelNumber": "Numero de canal",
+ "LabelGuideDataChannel": "Canal de información de Guía",
+ "GuideDataSource": "Fuente de Información de Guía",
+ "HeaderCopyToClipboard": "Copiar a Porta papeles",
+ "TimeRemainingValue": "Faltan {0}",
+ "LabelResumeRewindSeconds": "Al continuar viendo, regresar automáticamente",
+ "ResumeRewindSecondsHelp": "Esto podría ayudarle a recordar en donde se quedó. Aplica solo al continuar viendo, no a cuando se continua después de una pausa.",
+ "HeaderSavePlayQueueToPlaylist": "Guardar Cola a Lista de Reproducción",
+ "EnableLogoImagesAsTitle": "Mostrar las logos como títulos en las pantallas de detalles",
+ "EnableLogoImagesAsTitleHelp": "Cuando estén disponibles, las imágenes de logos pueden ser usadas en lugar del titulo en texto en vídeos, series y otras pantallas de detalles. El titulo sera mostrado en texto si no hay una imagen de logo disponible.",
+ "LabelNowPlayingAudioBackgroundStyle": "Estilo de fondo en \"Reproduciendo Ahora\" (audio)",
+ "LabelNowPlayingVideoBackgroundStyle": "Estilo de fondo en \"Reproduciendo Ahora\" (video)",
+ "NowPlayingVideoBackgroundStyleHelp": "Determina el estilo del fondo cuando se controla remotamente la reproducción en otro dispositivo.",
+ "Rotation": "Rotación",
+ "Minutes": "Minutos",
+ "LabelMaxRecordingLength": "Duración Max. de Grabación",
+ "MaxRecordingLengthHelp": "Limitar las grabaciones a una duración especifica, sin importar la duración de la transmisión. Ponga 0 para ilimitado.",
+ "RemoteWAN": "Dirección Remota (WAN)",
+ "HeaderLastConnectedTo": "Ultima Conexión A:",
+ "Version": "Versión",
+ "Keyword": "Palabra Clave",
+ "HeaderServerAddress": "Dirección del Servidor",
+ "HeaderSkipIntro": "Saltar Intro",
+ "HeaderCreateRecording": "Crear Grabación",
+ "HeaderAddRecording": "Agregar Grabación",
+ "HeaderChannelAndTime": "Canal y Hora",
+ "LabelRecordProgramOrSeriesFrom": "Grabar un programa o serie de",
+ "LabelStartTime": "Hora de inicio",
+ "LabelEndTime": "Hora de fin",
+ "LabelFrequency": "Frecuencia",
+ "Recurring": "Recurrente",
+ "Once": "Una vez",
+ "Start": "Iniciar",
+ "Unpause": "Quitar pausa",
+ "LabelIntroSkipMode": "Modo de \"Saltar intros\"",
+ "ShowSkipIntroButton": "Mostrar botón \"Saltar Intro\"",
+ "AutoSkipIntro": "Saltar intros automáticamente",
+ "DisplayRatingInformationOnVideoPlaybackStart": "Mostrar la clasificación al inicio de la reproducción de videos",
+ "DisplayRatingInformationOnVideoPlaybackStartHelp": "La información de la clasificación se mostrara brevemente cuando se comienza a reproducir el video.",
+ "IntroSkipModeHelp": "Muestra un botón de \"Saltar Intro\" o salta intros automáticamente para episodios en los que el Servidor Emby ha detectado marcadores de intro. La detección de intros debe estar activada en las opciones de biblioteca.",
+ "EnableHomeScreenFocusPreview": "Usa un esquema en la pantalla principal que muestra una vista previa detallada el ítem seleccionado",
+ "EnableHomeScreenFocusPreviewHelp": "Esto podría no funcionar bien si su pantalla principal contiene una mezcla de diferentes tipos de medios.",
+ "LabelHideMediaTransportButtons": "Ocultar botones de navegación del reproductor",
+ "HideMediaTransportButtonsHelp": "Crea una interfaz de reproducción mas sencilla ocultando iconos básicos de navegación como saltar hacia adelante, hacia atrás y pausa. Podrá seguir usando estas funciones usando las teclas de flecha y OK/Enter. Ocultara automáticamente los botones de navegación cuando no se detecte movimiento del mouse dentro de la app.",
+ "ImageSizeHelp": "Elija el tamaño preferido para la cuadricula de imágenes.",
+ "LabelImageSize": "Tamaño de la imagen",
+ "ThisImageIsOnlyPreview": "Esta imagen es solo una vista previa del buscador de metadatos. La imagen real que descargara el Servidor Emby dependerá de las configuraciones de Biblioteca de Emby.",
+ "ResultsRangeValue": "{0} al {1} de {2}",
+ "NotificationsDescription": "Configure las notificaciones para mantenerse informado de los eventos en su Servidor Emby.",
+ "DeleteEmbyConnectAccount": "Borrar Cuenta de Emby Connect",
+ "DeleteEmbyConnectAccountHelp": "Para eliminar su cuenta de Emby Connect, por favor inicie sesión en la {0}Comunidad Emby{1} en {2}. Ya iniciada la sesión de clic en su nombre de usuario en la esquina superior derecha, luego de clic en \"Account Settings\" y de clic en \"Delete My Account\"",
+ "KeepPlayingInBackground": "Seguir reproduciendo en el fondo",
+ "LabelVideoBackBehavior": "Comportamiento del botón regresar en la reproductor de video",
+ "HeaderViewLyrics": "Ver Letras",
+ "HeaderViewMissingEpisodes": "Ver Episodios Faltantes",
+ "HeaderMissingEpisodes": "Episodios Faltantes",
+ "HeaderManageAccess": "Administrar Acceso",
+ "HeaderManageCollaboration": "Administrar Colaboración",
+ "HeaderLeaveCollaboration": "Dejar Colaboración",
+ "HeaderRemoveFromLibrary": "Eliminar de Biblioteca",
+ "RemoveSharedItemConfirmation": "¿Esta seguro que desea eliminar este ítem de su biblioteca? Para poder volver a obtenerla necesita que el propietario le de acceso de nuevo.",
+ "SubtitlesDownloaded": "Subtitulos Descargados",
+ "HeaderMakePrivate": "Hacer Privado",
+ "HeaderMakePublic": "Hacer Público",
+ "MakePublicDescription": "Todos los usuarios podrán ver este ítem. Se le pueden conceder permisos para editar.",
+ "MakePrivateDescription": "Aun se les puede conceder a los usuarios permisos individualmente.",
+ "Private": "Privado",
+ "Public": "Publico",
+ "Collaborative": "Colaborativo",
+ "PreferredShowDisplay": "Modo preferido para mostrar Series de TV",
+ "ShowAllEpisodesAllSeasons": "Mostrar todos los episodios de todas las temporadas juntos",
+ "ShowAllEpisodesSingleSeason": "Mostrar todos los episodios solo para series de una temporada",
+ "ShowSeasonFolders": "Siempre mostrar carpetas de temporada",
+ "HeaderAddAgain": "Agregar de Nuevo",
+ "UpNext": "Siguiente",
+ "ItemsAlreadyInPlaylist": "Algunos de estos ítems ya están en su lista de reproducción.",
+ "ItemAlreadyInPlaylist": "Este ítem ya esta en su lista de reproducción.",
+ "HeaderPlayChannel": "Reproducir Canal",
+ "LabelScreenOrientationDuringVideo": "Orientación de la pantalla durante la reproducción",
+ "UseDeviceSetting": "Usar configuración del dispositivo",
+ "LockToLandscape": "Bloquear en modo horizontal",
+ "UsernameForFolderHelp": "El nombre de usuario necesario para acceder a esta carpeta en la red (si es necesario).",
+ "PasswordForFolderHelp": "La contraseña necesario para acceder a esta carpeta en la red (si es necesaria).",
+ "ShowMediaInfoOnDetailScreens": "Mostrar información de los medios completa debajo de la pantalla de detalles de audio y video.",
+ "ForgotPasswordNoUserFound": "No se encontraron usuarios con el nombre ingresado. Por favor intente de nuevo, o deje el nombre en blanco para resetear la contraseña de todos los usuarios en este servidor.",
+ "Silver": "Plateado",
+ "DimGray": "Gris Oscuro",
+ "DarkGray": "Gris Oscuro",
+ "LightGray": "Gris Claro",
+ "Black": "Negro",
+ "Blue": "Azul",
+ "Cyan": "Cyan",
+ "Gray": "Gris",
+ "Green": "Verde",
+ "Lime": "Lima",
+ "Magenta": "Magenta",
+ "Orange": "Naranja",
+ "Pink": "Rosa",
+ "Red": "Rojo",
+ "Yellow": "Amarillo",
+ "White": "Blanco",
+ "Purple": "Morado",
+ "RecentlyReleasedMovies": "Películas Estrenadas Recientemente",
+ "RecentlyReleasedEpisodes": "Episodios Estrenados Recientemente",
+ "DolbyProfile": "Perfil de Dolby",
+ "IpAddress": "Dirección IP",
+ "VideoType": "Tipo de Video",
+ "HidePlayedMediaFrom": "Ocultar Medios Reproducidos de",
+ "BottomEdgePosition": "Posición Desde la Parte Inferior",
+ "VerticalPositionFromBottomScreen": "Ajuste la posición vertical de los subtitulos en relación a la parte inferior de la pantalla.",
+ "TopEdgePosition": "Posición de la Parte Superior",
+ "TopEdgePositionHelp": "Establezca la posición mas altar permitida de los subtitulos en relación a la parte superior de la pantalla. Esto se usa cuando los subtitulo contienes instrucciones para ser colocados arriba.",
+ "HeaderSubtitlePosition": "Posición de los Subtitulos",
+ "TitleProfilePin": "PIN del Perfil",
+ "ProfilePinConfirm": "PIN del Perfil (confirmar)",
+ "SaveProfilePin": "Guardar Pin",
+ "ProfilePinDescription": "Crea un pin opcional para ser solicitado cuando sea que regrese a la app de Emby en un dispositivo en el que ya haya iniciado sesión. Esto es util si tiene dispositivos de uso compartido con varios usuarios. Puede elegir habilitarlo selectivamente en cada dispositivo.",
+ "TitleNewEpisodes": "Nuevos Episodios",
+ "EnterYourPinToContinue": "Ingrese su PIN para continuar",
+ "YourPinMustBe": "Su PIN debe contener {0} dígitos.",
+ "ForgotPin": "¿Olvidó su PIN?",
+ "RequireEnteringPinToReturn": "Solicitar mi PIN de perfil cuando regrese a esta app.",
+ "RequireEnteringPinToReturnQuestion": "¿Deberíamos preguntar por su PIN de perfil cuando regrese a esa app? Si este dispositivo es compartido con multiples usuario, su PIN de perfil puede ayudar a prevenir que otros usuarios ingresen a su información.",
+ "RequireEnteringPinToReturnHelp": "Es util si este dispositivo es compartido con multiples usuarios.",
+ "WrongPinPleaseTryAgain": "Ups, PIN incorrecto. Por favor intente de nuevo.",
+ "ProfilePinIsOn": "PIN de perfil esta habilitado.",
+ "IfTryingToConnectToHttp": "Si está intentando conectarse a su servidor Emby usando una dirección http, su navegador podría no permitirlo debido a los requerimientos de HTTPS. Por favor intente alguna de estás opciones:",
+ "SetupHttpsForYourServer": "Configurar {0}HTTPS para su Servidor Emby{1} para que pueda conectarse usando HTTPS.",
+ "TitleUnableToReachServer": "No Fue Posible Conectarse al Servidor",
+ "TitleUnableToReachName": "No Fue Posible conectarse a {0}",
+ "HearingImpaired": "Personas con Discapacidad Auditiva",
+ "SignIntoServerName": "Iniciar sesión en {0}",
+ "About": "Acerca de",
+ "Specials": "Especiales",
+ "NSettings": "{0} Configuraciones",
+ "NPreferences": "{0} Preferencias",
+ "DetailScreenOptions": "Pantalla de Detalles",
+ "LabelGenreDisplayLimit": "Limite de géneros a mostrar",
+ "GenreDisplayLimitHelp": "Limita el numero de géneros mostrados en la parte superior de la pantalla de detalles del ítem.",
+ "GenreDisplayLimitForListsHelp": "Limita el numero de géneros mostrados en la parte superior de las pantallas de detalles de listas de reproducción, colección y artistas.",
+ "LabelGenreDisplayLimitForLists": "Limite de géneros a mostrar para listas",
+ "ShowPosterOnDetails": "Mostrar un poster en la pantalla de detalles",
+ "ShowPosterOnDetailsHelp": "Elija para mostrar un poster en las pantallas de detalles de video, u ocultarlo para una apariencia mas minimista que pone énfasis en el fondo. Esta configuración no se usa en pantallas con diseños mas pequeños. Algunos ítems ignoraran esta configuración.",
+ "EnableAppLogging": "Habilitar bitácoras de la app",
+ "EnableAppLoggingHelp": "Guardar bitácoras puede degradar el rendimiento y solo debe usarse cuando se necesita para solucionar problemas. Para aplicar los cambios se necesita reiniciar la app.",
+ "LabelSlideshowInterval": "Tiempo de cada fotografía en la presentation",
+ "TVChannelImageEditorHelp": "Se soportan multiples versiones del logo. Las aplicaciones Emby elegirán automáticamente la apropiada dependiendo del tema actual.",
+ "PlaySlideshow": "Reproducir Presentación",
+ "CheckForExistingEpisodesInAllLibraries": "Buscar episodios existentes en todas las bibliotecas",
+ "GroupNotificationsBySeriesOrAlbum": "Notificaciones de grupo por serie y álbum",
+ "ThemeSettings": "Configuración de Tema",
+ "FollowingActivityWillBeDisrupted": "Esta actividad será interrumpida y podría necesitar intervención manual para reiniciarla:",
+ "OneActivePlaybackSession": "1 Sesión de Reproducción Activa",
+ "NumActivePlaybackSessions": "{0} Sesiones de Reproducción Activas",
+ "OneActiveRecording": "1 Grabación Activa",
+ "NumActiveRecordings": "{0} Grabaciones Activas",
+ "PlayFromLivePosition": "Reproducir desdé la posición en vivo",
+ "PlayFromStartOfRecording": "Reproducir desde el inicio de la grabación",
+ "ThisChannelIsActivelyRecording": "Este canal esta siendo grabado. ¿Cómo desea empezar la reproducción?",
+ "ThemeSongVolume": "Volumen de Canción de Tema",
+ "HeaderForceConversionForFormats": "Forzar Conversion para los Formatos",
+ "ForceConversionForFormatsHelp": "Use esta opción para forzar una transcodificacion o remux en el servidor para formatos que no se reproducen bien en este dispositivo",
+ "StartupBehavior": "Comportamiento al iniciar",
+ "RememberLastUser": "Recordar el ultimo usuario",
+ "ShowLoginScreen": "Mostrar pantalla de inicio de sesión",
+ "SignInAsValue": "Iniciar sesión como {0}",
+ "ConvertUnsupportedAudio": "Convertir audio no soportado a Dolby Digital",
+ "ConvertUnsupportedAudioHelp": "Evita convertir formatos de audio envolvente no soportado a estéreo haciendo que Emby Server los transcodifique a Dolby Digital",
+ "HeaderPlaybackCorrection": "Corrección de Reproducción",
+ "HeaderAttemptPlaybackCorrection": "Intentar Corrección de Reproducción",
+ "PlaybackCorrectionConfirm": "¿Intentar corrección de reproducción?",
+ "PlaybackCorrectionDescription": "¿El elemento actual muestra problemas de reproducción como no tener video o audio? Esta opción intentara corregir errores de reproducción usando la transcodificacion del servidor para convertirlo en un formato mas amigable. Esto resultara en un mayo consumo de recursos en el Servidor Emby.",
+ "PlaybackCorrectionDescription2": "Puede hacer esto hasta tres veces por video, donde remuxar, transcodificar audio y transcodificar video son activados uno a la vez.",
+ "HeaderAlbumsAsContributingArtist": "Álbumes como Artista Contribuyente",
+ "HeaderAlbumsAsComposer": "Álbumes como Compositor",
+ "Duplicates": "Duplicados",
+ "HeaderSleepTimer": "Temporizador para Dormir",
+ "AfterCurrentItem": "Después del elemento actual",
+ "HeaderStopPlayback": "Detener Reproducción",
+ "TurnOffTimer": "Apagar temporizador",
+ "SleepTimerIsSet": "Su temporizador se ha establecido",
+ "SleepTimerIsOff": "Su temporizador esta apagado",
+ "LabelEnableRemoteControlTVMode": "Mostrar funciones de transmisión y control remoto",
+ "EnableRemoteControlTVModeHelp": "Habilitar si planea usar este dispositivo para enviar medios a otros dispositivos.",
+ "ShowOnScreenControls": "Mostrar controles en pantalla",
+ "LabelVideoScreenUpAction": "Acción de tecla \"arriba\" en videos",
+ "VideoScreenUpActionHelp": "Elija la acción que se mostrara cuando se presione la tecla \"arriba\" en la pantalla de video. Esto aplica cuando no hay elementos en pantalla visibles. Cuando los controles ya están visibles la tecla \"arriba\" se usara para navegación.",
+ "LabelVideoPlayerLongPressAction": "Acción del reproductor al mantener presionado",
+ "LetsGetSetup": "Empecemos la Configuración",
+ "VideoPlayerLongPressActionHelp": "Elija que función o menús se muestran cuando mantiene presionado el botón OK durante la reproducción de videos. Esto solo afecta cuando no se muestran los controles en pantalla o el enfoque esta en la barra de búsqueda.",
+ "AskAdminToGetPremiere": "Esta compra debe ser realizada por el administrador del servidor. Por favor, pida al administrador de este Servidor Emby que inicie sesión y obtenga Emby Premiere para que pueda disfrutar del acceso a funciones premium.",
+ "AutoOpenSingleItemsFolders": "Abrir automáticamente ítems con un solo elemento en la vista de carpetas",
+ "AutoOpenSingleItemsFoldersHelp": "Cuando una carpeta contiene solo un elemento abre automáticamente ese elemento.",
+ "PlayedOnValue": "Played {0}",
+ "TheseSettingsApplyAppDevice": "These settings apply to all users playing on this device.",
+ "LastContentDateAdded": "Last Content Date Added",
+ "RepeatThemeMedia": "Play themes on repeat",
+ "HideEpisodeSpoilerInfo": "Hide spoiler information from unwatched episodes",
+ "HideEpisodeSpoilerInfoHelp": "Hides the title, overview and image for unwatched episodes on most screens.",
+ "BornValueAge": "Born: {0} (age {1})",
+ "PreferDirectStreamLiveTV": "Prefer direct streaming of Live TV",
+ "PreferDirectStreamLiveTVHelp": "Direct streaming Live TV will reduce resource consumption on your Emby Server but may not be as seekable during playback. Enabling this will direct stream Live TV when the format is supported and is within your configured quality setting. Disable this to enjoy more seeking during playback at the cost of additional resource consumption.",
+ "HeaderAllRecordings": "All Recordings",
+ "RememberLoginDescription": "After signing in, you can use the app settings to configure the startup behavior to remember login, sign in as a specific user, or always show the login screen.",
+ "ForgetThisServer": "Forget This Server",
+ "ForgetServerConfirmation": "Are you sure you wish to forget this server?",
+ "HeaderThisDevice": "This Device",
+ "ChaptersGuide": "Chapters / Live TV Guide",
+ "ChaptersGuideHelp": "Show Chapters for media with chapters. For media without chapters, show the Live TV Guide (when available).",
+ "HeaderShowSeriesImages": "Show Series Images",
+ "AppExitConfirmation": "Are you ready to exit Emby?",
+ "AppExitMenu": "Exit menu",
+ "SideMenu": "Side navigation menu",
+ "SystemStorage": "System storage ({0})"
+}
diff --git a/modules/common/strings/es-US.json b/modules/common/strings/es-US.json
new file mode 100644
index 0000000..0e2faa7
--- /dev/null
+++ b/modules/common/strings/es-US.json
@@ -0,0 +1,1340 @@
+{
+ "Help": "Help",
+ "Authors": "Authors",
+ "Items": "Items",
+ "Guide": "Guide",
+ "Once": "Once",
+ "HeaderUninstallPlugin": "Uninstall Plugin",
+ "Tag": "Tag",
+ "Backdrops": "Backdrops",
+ "MixedContent": "Mixed content",
+ "Off": "Off",
+ "LabelAutomaticallySignOut": "Automatically sign out",
+ "EnableLogoImagesAsTitleHelp": "When available, logo images can be used in place of title text on video, series, and other detail screens. The title will fallback to text when a logo image is not available.",
+ "EnableLogoImagesAsTitle": "Display logo images as titles on detail screens",
+ "Rotation": "Rotation",
+ "Song": "Song",
+ "Fill": "Fill",
+ "Genre": "Genre",
+ "SearchForLyrics": "Search for Lyrics",
+ "ThemeAccentColorDescription": "Controls the color of important indicators, icons and text.",
+ "Schedule": "Schedule",
+ "LabelPlaylist": "Playlist",
+ "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.",
+ "LabelView": "View",
+ "Tracks": "Tracks",
+ "WakeServerError": "Wake On LAN packets were sent to your server machine, but we're unable to connect to your Emby Server. Your machine may need a little more time to wake, or Emby Server may not be actively running on the machine.",
+ "HeaderGoToAlbum": "Go to Album",
+ "EmbyIntroMessage": "With Emby you can easily stream videos, music and photos to smart phones, tablets and other devices from your Emby Server.",
+ "LabelVideoBackBehavior": "Video player back button behavior",
+ "Audio": "Audio",
+ "HeaderInstantMix": "Instant Mix",
+ "CommunityRating": "Community Rating",
+ "Menu": "Menu",
+ "HeaderResetToDefault": "Reset to Default",
+ "Suggestions": "Suggestions",
+ "IHaveEmbyPremiere": "I have Emby Premiere",
+ "ExtraSmall": "Extra small",
+ "HeaderColorTransfer": "Color Transfer",
+ "HeaderVideoType": "Video Type",
+ "LockThisField": "Lock this field to prevent future changes when refreshing metadata",
+ "ShutdownServer": "Shutdown Emby Server",
+ "Episode": "Episode",
+ "NumActivePlaybackSessions": "{0} Active Playback Sessions",
+ "SyncJobItemStatusConverting": "Converting",
+ "Devices": "Devices",
+ "HideMediaTransportButtonsHelp": "Create a simpler on-screen playback interface by hiding basic transport buttons such as skip forward, back and pause. You'll still be able to use these functions using arrow keys and OK/Enter. Auto will hide the transport buttons when no mouse usage is detected within the app.",
+ "DisplayMissingEpisodesWithinSeasons": "Display missing episodes within seasons",
+ "Disabled": "Disabled",
+ "HeaderToneMapping": "Tone Mapping",
+ "ConnectPinCodeHeader": "To sign in with Emby Connect, use a mobile device or computer to visit {0} and enter the following pin code:",
+ "Speed": "Speed",
+ "CancelConversion": "Cancel Conversion",
+ "HeaderSeriesStatus": "Series Status",
+ "HeaderSubtitleSettings": "Subtitle Settings",
+ "MessageInvalidUser": "Invalid username or password. Please try again.",
+ "DeleteUserConfirmation": "Are you sure you wish to delete user {0}?",
+ "LabelAudioLanguage": "Audio language",
+ "HeaderStopRecording": "Stop Recording",
+ "OneChannel": "One channel",
+ "Screenshots": "Screenshots",
+ "PlaybackErrorPlaceHolder": "Please insert the disc in order to play this video.",
+ "About": "About",
+ "HeaderManualLogin": "Manual Login",
+ "HeaderVideoQuality": "Video Quality",
+ "VideoFilesWillBeConvertedTo": "Converted videos will be saved as {0}.",
+ "PasswordResetConfirmation": "Are you sure you wish to reset the password?",
+ "SyncJobItemStatusReadyToTransfer": "Ready to Transfer",
+ "ServerNameIsShuttingDown": "Emby Server - {0} is shutting down.",
+ "ForAdditionalNotificationOptions": "Additional notification services can be installed by the server administrator in the Emby {0}plugin catalog{1}.",
+ "PinExpiredMessage": "The pin code has expired. Please click Generate New Pin to try again.",
+ "ErrorAddingGuestAccount2": "If you're still having an issue, please send an email to {0}, and include your email address as well as theirs.",
+ "HeaderConnectingToServer": "Connecting to Server",
+ "AndroidUnlockRestoreHelp": "To restore your previous purchase, please ensure you're signed into the device with the same Google (or Amazon) account that originally made the purchase. Make sure the app store is enabled and not restricted by any parental controls, and ensure you have an active internet connection. You'll only have to do this once to restore your previous purchase.",
+ "LabelVerticalPositionFromBottom": "Vertical position (from bottom)",
+ "OneUser": "1 User",
+ "Video": "Video",
+ "LabelStatus": "Status",
+ "ConvertUnsupportedAudioHelp": "Avoid downmixing unsupported surround formats to stereo by having Emby Server transcode them to Dolby Digital.",
+ "HeaderHardwareAcceleratedTranscodingDescription": "Take advantage of your server GPU. Emby has the most advanced and fastests hardware accelleration in the industry.",
+ "LabelNowPlayingVideoBackgroundStyle": "Now playing video background style",
+ "SaveProfilePin": "Save Pin",
+ "HearingImpaired": "Hearing Impaired",
+ "PleaseEnterNameOrId": "Please enter a name or an external Id.",
+ "AutoBasedOnLanguageSetting": "Auto (based on device setting)",
+ "HeaderFavoriteCollections": "Favorite Collections",
+ "LabelPreferredSubtitleLanguage": "Preferred subtitle language",
+ "LabelHostHelp": "Example: 192.168.1.100 or https://myserver.com",
+ "HeaderMoreLikeThisOnLiveTV": "More Like This on Live TV",
+ "Movie": "Movie",
+ "CriticRating": "Critic Rating",
+ "HeaderDeleteSeries": "Delete Series",
+ "LabelOriginalTitle": "Original title",
+ "Settings": "Settings",
+ "LabelBackgroundVideoPlayback": "Background video playback",
+ "HeaderFavoriteAlbums": "Favorite Albums",
+ "VerticalPositionFromBottomScreen": "Set the vertical position of the subtitles relative to the bottom of the screen.",
+ "Framerate": "Framerate",
+ "OneLog": "1 Log",
+ "LabelNowPlayingAudioBackgroundStyle": "Now playing audio background style",
+ "Previous": "Previous",
+ "HeaderLatestRecordings": "Latest Recordings",
+ "DvrFeatureDescription": "Schedule individual Live TV recordings, series recordings, and more with Emby DVR.",
+ "PleaseSelectDeviceToSyncTo": "Please select a device to download to.",
+ "SearchForForcedSubtitlesOnlyHelp": "Requiring forced subtitles will limit results to subtitles that are tagged as having a foreign language.",
+ "HeaderPinSidebar": "Pin Sidebar",
+ "LabelMusicDownloadQuality": "Music download quality",
+ "OriginalTitle": "Original Title",
+ "OneVote": "1 Vote",
+ "EnableResolutionSwitchingHelp": "This enables Emby to change the resolution to the same value the video was encoded in before starting playback. This may help minimize the amount of stutter/judder that you might otherwise see when playing videos which do not match up well.",
+ "HeaderSavePlayQueueToPlaylist": "Save Play Queue to Playlist",
+ "OneActiveRecording": "1 Active Recording",
+ "LabelSubtitlePlaybackMode": "Subtitle mode",
+ "HeaderConvertYourRecordings": "Convert Your Recordings",
+ "DeleteNotification": "Delete Notification",
+ "LabelItemLimit": "Item limit",
+ "HeaderEmbyAccountAdded": "Emby Account Added",
+ "SearchResults": "Search Results",
+ "DiedValue": "Died: {0}",
+ "RemovingFromDevice": "Removing from device",
+ "ForgotPasswordNoUserFound": "No users were found with the entered name. Please try again, or leave the name blank to reset the password for all users on this server.",
+ "ImageSizeHelp": "Set your preferred size of image grids.",
+ "KeepDownload": "Keep download",
+ "Network": "Network",
+ "ButtonOk": "OK",
+ "HeaderCinemaMode": "Cinema Intros",
+ "Like": "Like",
+ "HeaderPlayOn": "Play On",
+ "Banner": "Banner",
+ "AudioWillBeConvertedTo": "Audio streams will be converted to {0}, or copied from the original file if they are already {0} and the quality fits within the conversion options.",
+ "Folder": "Folder",
+ "LabelUsername": "Username",
+ "HeaderPlayingNext": "Playing Next",
+ "HeaderSignOut": "Sign Out",
+ "Default": "Default",
+ "PlaybackErrorNotAllowed": "You're currently not authorized to play this content. Please contact your system administrator for details.",
+ "Duplicates": "Duplicates",
+ "Quality": "Quality",
+ "HeaderDeleteDevice": "Delete Device",
+ "HidePlayedMediaFrom": "Hide Played Media From",
+ "HeaderSubtitlePosition": "Subtitle Position",
+ "RecentlyReleasedMovies": "Recently Released Movies",
+ "HeaderAddRecording": "Add Recording",
+ "Pause": "Pause",
+ "RemoteWAN": "Remote (WAN) Address",
+ "HeaderMissingMetadata": "Missing Metadata",
+ "Director": "Director",
+ "ResumeAt": "Resume from {0}",
+ "LabelTitle": "Title",
+ "Trailers": "Trailers",
+ "LabelBackgroundOpacity": "Background opacity",
+ "HeaderScheduledTasks": "Scheduled Tasks",
+ "IPurchasedThisApp": "I purchased this app",
+ "Channels": "Channels",
+ "Resolution": "Resolution",
+ "TitleUnableToReachName": "Unable to Reach {0}",
+ "LabelDiscNumber": "Disc number",
+ "ResumeRewindSecondsHelp": "This may help you remember where you left off. This applies to the initial resume and not each individual pause during playback.",
+ "HeaderLearnMore": "Learn More",
+ "Latest": "Latest",
+ "LabelContentType": "Content type",
+ "LabelMaxChromecastBitrate": "Chromecast streaming quality",
+ "ConnectToServerManually": "Connect to server manually",
+ "HeaderConfirmRecordingCancellation": "Confirm Recording Cancellation",
+ "ExtraLarge": "Extra large",
+ "HeaderAdditionalParts": "Additional Parts",
+ "LabelReleaseDate": "Release date",
+ "HeaderHardwareAcceleratedTranscoding": "Hardware Accelerated Transcoding",
+ "UntilSpaceNeeded": "Until space needed",
+ "VideoLevelNotSupported": "Converting to compatible video level",
+ "HeaderViewLyrics": "View Lyrics",
+ "LabelVideoPlayerLongPressAction": "Video player long press action",
+ "DarkGray": "Dark Gray",
+ "IntroSkipModeHelp": "Display a 'Skip Intro' button or automatically skip intros for episodes in which Emby Server has detected intro markers. Intro detection must be enabled in Emby Server library options.",
+ "SeriesYearToPresent": "{0} - Present",
+ "EmbyLoginTerms": "Emby is designed to help you manage your personal media library, such as home videos and photos. Please see our {0}terms of use{1}. The use of any Emby software constitutes acceptance of these terms.",
+ "OneTrack": "1 Track",
+ "PlayCount": "Play count",
+ "HeaderAddAgain": "Add Again",
+ "LabelWindowBackgroundColor": "Text background color",
+ "PlayNextEpisodeAutomatically": "Play next episode automatically",
+ "NumberSeasonsValue": "{0} Seasons",
+ "Error": "Error",
+ "HeaderSampleRate": "Sample Rate",
+ "AroundTime": "Around {0}",
+ "LabelBackgroundColor": "Background color",
+ "Browse": "Browse",
+ "Folders": "Folders",
+ "Lime": "Lime",
+ "HeaderCopyToClipboard": "Copy to Clipboard",
+ "UploadToFollowingServers": "Upload to Servers",
+ "Preview": "Preview",
+ "RememberSelectedAudioTracksHelp": "Audio track selections will be remembered on a per video basis and reapplied when playing the same video again.",
+ "Image": "Image",
+ "Seasons": "Seasons",
+ "DateAdded": "Date Added",
+ "NewVersionOfXAvailableForY": "{0} is Available for {1}",
+ "ProfilePinIsOn": "Profile PIN is currently on.",
+ "SettingsSaved": "Settings saved.",
+ "CinemaModeFeatureDescription": "Cinema Intros give you the true cinema experience with trailers and custom intros before the main feature.",
+ "Conversions": "Conversions",
+ "HeaderGroupBy": "Group By",
+ "Absolute": "Absolute",
+ "StatsForNerds": "Stats for Nerds",
+ "EnableCinemaMode": "Enable Cinema Intros",
+ "Silver": "Silver",
+ "HeaderCodecTag": "Codec Tag",
+ "DirectStreamHelp2": "Direct Streaming a file uses very little processing power without any loss in video quality.",
+ "EnableBackdrops": "Enable backdrops",
+ "Never": "Never",
+ "HeaderStopPlayback": "Stop Playback",
+ "PlaybackCorrectionDescription2": "You can do this up to three times per video, where remuxing, video transcoding and audio transcoding are each activated one at a time.",
+ "Features": "Features",
+ "UserCountValue": "{0} Users",
+ "Art": "Art",
+ "InstallingPackage": "Installing {0}",
+ "ServerNameIsRestarting": "Emby Server - {0} is restarting.",
+ "HeaderAddUpdateImage": "Add/Update Image",
+ "LiveTV": "Live TV",
+ "HeaderContinueListening": "Continue Listening",
+ "StartupBehavior": "Startup behavior",
+ "BrowseForFolder": "BrowseForFolder",
+ "WakeServerSuccess": "Success!",
+ "HeaderContinueWatching": "Continue Watching",
+ "Share": "Share",
+ "Actor": "Actor",
+ "GenreDisplayLimitHelp": "Limit the number of genres displayed at the top of item detail screens.",
+ "ValueDiscNumber": "Disc {0}",
+ "RememberMe": "Remember me",
+ "Recording": "Recording",
+ "HeaderCancelRecording": "Cancel Recording",
+ "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.",
+ "GroupItemsIntoCollectionsHelp": "Group items based on collections they've been added to. Enabling certain filters or sort orders may automatically disable this.",
+ "SavePassword": "Save Password",
+ "HeaderNewPlaylist": "New Playlist",
+ "HeaderFavoriteGames": "Favorite Games",
+ "Connect": "Connect",
+ "PlaybackCorrectionConfirm": "Attempt playback correction?",
+ "HeaderLeaveCollaboration": "Leave Collaboration",
+ "Refresh": "Refresh",
+ "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.",
+ "HeaderOtherShowings": "Other Showings",
+ "Large": "Large",
+ "Visibility": "Visibility",
+ "HowDidYouPay": "How did you pay?",
+ "EnableHomeScreenFocusPreviewHelp": "This may not work well if your home screen contains a mixture of different media types.",
+ "ShowPosterOnDetails": "Show a poster on the detail screen",
+ "ErrorMessageEmailInUse": "The email address is already in use. Please enter a new email address and try again, or use the forgot password feature.",
+ "QuestionClearSavedTracks": "Clear all saved track selections?",
+ "HeaderSelectImageFile": "Select Image File",
+ "LabelRuntimeMinutes": "Run time (minutes)",
+ "LabelAudioLanguagePreference": "Preferred audio language",
+ "HeaderSignUp": "Sign Up",
+ "HeaderSelectColumns": "Select Columns",
+ "HeaderEnabledFieldsHelp": "Uncheck a field to lock it and prevent its data from being changed.",
+ "HeaderAddedToCollection": "Added to Collection",
+ "RecordingCancelled": "Recording Cancelled",
+ "HeaderRemoveFromFavorites": "Remove from Favorites",
+ "IpAddress": "IP Address",
+ "Small": "Small",
+ "LabelDropShadow": "Drop shadow",
+ "Clear": "Clear",
+ "Submit": "Submit",
+ "OptionNew": "New...",
+ "LabelPlaystate": "Playstate",
+ "Path": "Path",
+ "Songs": "Songs",
+ "DirectorValue": "Director: {0}",
+ "LabelEpisodeNumber": "Episode number",
+ "PasswordResetForUsers": "Passwords have been removed for the following users. To login, sign in with a blank password.",
+ "Books": "Books",
+ "HeaderFavoriteAuthors": "Favorite Authors",
+ "HeaderPleaseSignIn": "Please Sign In",
+ "LabelHost": "Host",
+ "HeaderPlaybackCorrection": "Playback Correction",
+ "Ended": "Ended",
+ "CheckForExistingEpisodesInAllLibraries": "Check for existing episodes in all libraries",
+ "SeriesRecording": "Series Recording",
+ "Favorite": "Favorite",
+ "LabelAirDays": "Air days",
+ "VideoResolutionNotSupported": "Converting to compatible video resolution",
+ "Deinterlacing": "Deinterlacing",
+ "Smart": "Smart",
+ "EndsAtValue": "Ends at {0}",
+ "LabelIntroSkipMode": "Intro skip mode",
+ "Size": "Size",
+ "HeaderCastCrew": "Cast & Crew",
+ "RecentlyReleasedEpisodes": "Recently Released Episodes",
+ "DirectPlaying": "Direct playing",
+ "LabelFont": "Font",
+ "Bitrate": "Bitrate",
+ "AutomaticallyConvertNewContent": "Automatically convert new content",
+ "HeaderGoToArtist": "Go to Artist",
+ "KeepPlayingInBackground": "Keep playing in the background",
+ "SetupHttpsForYourServer": "Setup {0}HTTPS for your Emby Server{1} so that you can connect using HTTPS.",
+ "HeaderFavoriteMovies": "Favorite Movies",
+ "SyncJobItemStatusTransferring": "Transferring",
+ "SecondaryAudioNotSupported": "Selecting secondary audio track",
+ "Reject": "Reject",
+ "HeadphonesOrExternalSpeakersConnected": "Headphones or external speakers connected",
+ "LocalNetworkPasswordModeHelp": "Select the sign in method for devices on the same local network as your Emby Server.",
+ "Medium": "Medium",
+ "CreatePinErrorMessage": "An error occurred while creating a pin code. Please click Generate New Pin to try again.",
+ "LabelFrequency": "Frequency",
+ "Play": "Play",
+ "LabelLocalNetworkPasswordMode": "Local network sign in mode",
+ "All": "All",
+ "PackageInstallCancelled": "{0} installation cancelled.",
+ "TurnOffTimer": "Turn off timer",
+ "RemoteAccess": "Remote Access",
+ "Users": "Users",
+ "PackageInstallFailed": "{0} installation failed.",
+ "HeaderScreenLocked": "Screen Locked",
+ "HeaderEditMetadata": "Edit Metadata",
+ "Played": "Played",
+ "HeaderOfflineDownloadsDescription": "Download media to your devices for easy offline use.",
+ "RecordingScheduled": "Recording Scheduled",
+ "SyncJobItemStatusSynced": "Downloaded",
+ "RequireEnteringPinToReturnQuestion": "Should we prompt you for your profile PIN whenever you return to this app? If this device is shared by multiple users, your profile PIN can help prevent the other users from accessing your data.",
+ "AndMuchMoreExclamation": "And much more!",
+ "HeaderConnectionHelp": "Connection Help",
+ "ScanningLibraryFilesDots": "Scanning library files...",
+ "Unmute": "Unmute",
+ "EmbyServer": "Emby Server",
+ "LabelStartWhenPossible": "Start when possible",
+ "KeepUpToHelp": "Recordings over the limit are deleted when the next recording begins. Oldest recordings are deleted first, by date added.",
+ "WifiRequiredToDownload": "A Wifi connection is required to continue downloading.",
+ "Upcoming": "Upcoming",
+ "EnableDisplayRefreshRateSwitchingHelp": "This enables Emby to change the display refresh rate to the same value (or multiple of) as the framerate the video was encoded in before starting playback. This may help minimize the amount of stutter/judder that you might otherwise see when playing videos which do not match up well.",
+ "ConvertItemLimitHelp": "Optional. Set a limit to the number of items that will be converted.",
+ "Shuffle": "Shuffle",
+ "Skip": "Skip",
+ "ReplaceExistingImages": "Replace existing images",
+ "Timestamp": "Timestamp",
+ "PromptStillWatching": "Enable 'Are You Still Watching?' prompt",
+ "HeaderLocalNetworkAccess": "Local Network Access",
+ "Recordings": "Recordings",
+ "PasswordSaved": "Password saved.",
+ "NoSubtitleSearchResultsFound": "No results found. Have you configured {0}subtitle downloading{1}?",
+ "HeaderFavoritesThenByDefault": "Favorites, Then by Default Channel Order",
+ "HeaderRemoteControl": "Remote Control",
+ "IfTryingToConnectToHttp": "If you're trying to connect to your Emby Server using an HTTP address, your browser may not be allowing this due to HTTPS requirements. Please try one of the following:",
+ "HeaderForceConversionForFormats": "Force Conversion for Formats",
+ "ResultsRangeValue": "{0} to {1} of {2}",
+ "MessageUnableToConnectToServer": "We're unable to connect to the selected server right now. Please ensure it is running and try again.",
+ "AfterCurrentItem": "After current item",
+ "ReplaceExistingThumbnailImages": "Replace existing video preview thumbnails",
+ "Lyrics": "Lyrics",
+ "LabelDisplayLanguage": "Display language",
+ "HeaderClearFilters": "Clear Filters",
+ "SyncUnwatchedVideosOnly": "Download unplayed videos only",
+ "NSettings": "{0} Settings",
+ "LabelRefreshMode": "Refresh mode",
+ "LimitUserEventsTo": "Limit user events to",
+ "GuestUserNotFound": "User not found. Please ensure the name is correct and try again, or try entering their email address.",
+ "HeaderExtradata": "Extra Data",
+ "HeaderPasswordReset": "Password Reset",
+ "Trailer": "Trailer",
+ "Box": "Box",
+ "LabelSyncNoTargetsHelp": "It looks like you don't currently have any apps that support offline downloading.",
+ "Accept": "Accept",
+ "Software": "Software",
+ "Public": "Public",
+ "GuideDataSource": "Guide Data Source",
+ "VideoWillBeConvertedTo": "Video streams will be converted to {0}, or copied from the original file if they are already {0} and the quality fits within the conversion options.",
+ "AllEpisodes": "All episodes",
+ "SubtitleCodecNotSupported": "Converting subtitles directly into video",
+ "HeaderIdentifyItemHelp": "Enter one or more search criteria. Remove criteria to increase search results.",
+ "Keyword": "Keyword",
+ "LabelInternetQuality": "Remote streaming quality",
+ "AllChannels": "All channels",
+ "LabelWebsite": "Website",
+ "GenreValue": "Genre: {0}",
+ "HeaderNewCollection": "New Collection",
+ "Unrated": "Unrated",
+ "Create": "Create",
+ "Collaborative": "Collaborative",
+ "StarringValue": "Starring {0}",
+ "Fullscreen": "Full screen",
+ "AddNotification": "Add Notification",
+ "UntilIDelete": "Until I delete",
+ "RequireEnteringPinToReturn": "Require entering my profile PIN whenever I return to this app.",
+ "Resume": "Resume",
+ "ForgotPin": "Forgot PIN?",
+ "HeaderShowFields": "Show Fields",
+ "Composers": "Composers",
+ "SeriesDisplayOrderHelp": "Order episodes by air date, dvd order, or absolute numbering.",
+ "MediaIsBeingConverted": "The media is being converted into a format that is compatible with the device that is playing the media.",
+ "Close": "Close",
+ "EnableExternalVideoPlayersHelp": "An external player menu will be shown when starting video playback.",
+ "Year": "Year",
+ "HeaderRemoveFromContinueWatching": "Remove from Continue Watching",
+ "Larger": "Larger",
+ "AccessRestrictedTryAgainLater": "Access is currently restricted. Please try again later.",
+ "ShowMediaInfoOnDetailScreens": "Show full media at the bottom of audio and video detail screens",
+ "Continue": "Continue",
+ "HeaderMarkPlayed": "Mark Played",
+ "LabelOriginalAspectRatio": "Original aspect ratio",
+ "AllMediaOwnedHosted": "All media is hosted and managed by the owner of {0}.",
+ "HeaderGetHelp": "Get Help",
+ "HeaderBitDepth": "Bit Depth",
+ "GroupItemsIntoTags": "Group items into tags",
+ "HeaderAppearsOn": "Appears On",
+ "ItemCount": "{0} Items",
+ "HeaderFavoritesThenByTitle": "Favorites, Then by Title",
+ "ButtonGotIt": "Got It",
+ "ThemeSettings": "Theme Settings",
+ "MessageInvitationSentToUser": "An email has been sent to {0}, inviting them to accept your sharing invitation.",
+ "Upload": "Upload",
+ "Playback": "Playback",
+ "ReplaceAllMetadata": "Replace all metadata",
+ "SelectNone": "Select None",
+ "MessageWeDidntRecognizeCommand": "We're sorry, we didn't recognize that command.",
+ "GroupBySeries": "Group by series",
+ "SortChannelsBy": "Sort channels by",
+ "DeleteEmbyConnectAccount": "Delete Emby Connect Account",
+ "HeaderNowPlaying": "Now Playing",
+ "LabelTVHomeScreen": "TV mode home screen",
+ "Kids": "Kids",
+ "LabelTextColor": "Text color",
+ "LabelTextSize": "Text size",
+ "ShowAllEpisodesAllSeasons": "Show all episodes of all seasons together",
+ "Logo": "Logo",
+ "HeaderRemoveFromLibrary": "Remove from Library",
+ "LabelType": "Type",
+ "EnableThemeSongs": "Enable theme songs",
+ "ButtonTryAgain": "Try Again",
+ "BoxRear": "Box (Rear)",
+ "HeaderRemoveFromPlayQueue": "Remove from Play Queue",
+ "ButtonGenerateNewPin": "Generate New Pin",
+ "ConvertUnsupportedAudio": "Convert unsupported surround audio to Dolby Digital",
+ "Sleep": "Sleep",
+ "EnableAppLogging": "Enable app logging",
+ "HeaderFrequentlyPlayed": "Frequently Played",
+ "MoreFromValue": "More from {0}",
+ "Failed": "Failed",
+ "EmbyConnectUserAlreadyLinked": "The Emby Connect user is already linked to another user on this server.",
+ "ContainerNotSupported": "Converting to compatible container",
+ "Minutes": "Minutes",
+ "MessageNoDownloadsFound": "No offline downloads. Download your media for offline use by clicking Download throughout the app.",
+ "Hide": "Hide",
+ "HeaderSpecialEpisodeInfo": "Special Episode Info",
+ "Display": "Display",
+ "KeepOnDevice": "Keep on device",
+ "HeaderRemoveFromPlaylist": "Remove from Playlist",
+ "HeaderInvitationSent": "Invitation Sent",
+ "EnableThemeVideosHelp": "If enabled, theme videos will be played in the background while browsing the library.",
+ "PlayOnAnotherDevice": "Play on another device",
+ "HeaderSignIn": "Sign In",
+ "LabelSlideshowInterval": "Photo slideshow time per slide",
+ "HardwareAccelerated": "Hardware accelerated",
+ "LearnHowYouCanContribute": "Learn how you can contribute.",
+ "HeaderRefreshAllMetadata": "Refresh All Metadata",
+ "VoteCountValue": "{0} Votes",
+ "EnableDisplayRefreshRateSwitching": "Enable display refresh rate switching",
+ "DisplayMissingEpisodesWithinSeasonsHelp": "This must also be enabled for TV libraries in Emby Server setup.",
+ "MessageThankYouForConnectSignUp": "Thank you for signing up for Emby Connect. An email will be sent to your address with instructions on how to confirm your new account. Please confirm the account and then return here to sign in.",
+ "Filter": "Filter",
+ "AudioSampleRateNotSupported": "Converting to compatible audio sample rate",
+ "DownloadingDots": "Downloading...",
+ "Programs": "Programs",
+ "NoItemsFound": "No items found.",
+ "LabelPort": "Port",
+ "SleepTimerIsSet": "Your sleep timer is set",
+ "ForgotPasswordFileExpiration": "The reset pin will expire at {0}.",
+ "ConfirmRemoveItem": "Remove item?",
+ "HeaderMyMedia": "My Media",
+ "EnableThemeVideos": "Enable theme videos",
+ "ContinueWatching": "Continue watching",
+ "HeaderHomeScreen": "Home Screen",
+ "AlwaysOn": "Always on",
+ "TitleProfilePin": "Profile PIN",
+ "Chapters": "Chapters",
+ "HeaderUploadImage": "Upload Image",
+ "HeaderCustomizeHomeScreen": "Customize Home Screen",
+ "VideoBitDepthNotSupported": "Converting to compatible video bit depth",
+ "Up": "Up",
+ "LimitLibraryEventsTo": "Limit library events to",
+ "RateLimitExceeded": "Your account has exceeded the maximum streaming limit set by your Emby Server administrator. Please contact them for assistance.",
+ "SyncJobItemStatusQueued": "Queued",
+ "LabelCustomRating": "Custom rating",
+ "CinemaModeConfigurationHelp": "Cinema Intros bring the theater experience straight to your living room with the ability to play trailers and custom intros before the main feature.",
+ "ProfilePinConfirm": "Profile PIN (confirm)",
+ "AutoOpenSingleItemsFoldersHelp": "When a folder only contains one item, automatically open that item.",
+ "LabelDownloadLocation": "Download location",
+ "DropShadow": "Drop shadow",
+ "Disconnect": "Disconnect",
+ "RemoveSharedItemConfirmation": "Are you sure you wish to remove this item from your library? In order to get it back the owner will need to grant you access again.",
+ "Edit": "Edit",
+ "VoiceInput": "Voice Input",
+ "HeaderAddImageFromUrl": "Add Image from URL",
+ "LabelGenreDisplayLimitForLists": "Genre display limit for lists",
+ "HeaderCameraUpload": "Camera Upload",
+ "Thumb": "Thumb",
+ "HeaderDecreaseSubtitleOffset": "Decrease Subtitle Offset",
+ "Private": "Private",
+ "AutomaticallySyncNewContent": "Automatically download new content",
+ "FastForward": "Fast-forward",
+ "HeaderEmbyAccountRemoved": "Emby Account Removed",
+ "EmbyPremiereMonthlyWithPrice": "Emby Premiere Monthly {0}",
+ "AttemptingWakeServer": "Attempting to wake server. Please wait...",
+ "HeaderLoginSettings": "Login Settings",
+ "Offline": "Offline",
+ "VersionNumber": "Version {0}",
+ "PrimaryImageBlur": "Primary image blur",
+ "DirectedByValue": "Directed by {0}",
+ "CollectionOrder": "Collection Order",
+ "LabelLocalNetworkPinCode": "Local network pin code",
+ "HeaderLatestEpisodes": "Latest Episodes",
+ "ContactAdminToResetPassword": "Please contact your system administrator to reset your password.",
+ "HeaderGoToSeason": "Go to Season",
+ "Movies": "Movies",
+ "HeaderViewMissingEpisodes": "View Missing Episodes",
+ "Original": "Original",
+ "HeaderSelectServer": "Select Server",
+ "Sort": "Sort",
+ "LabelChannelNumber": "Channel number",
+ "ScanForNewAndUpdatedFiles": "Scan for new and updated files",
+ "Open": "Open",
+ "Yesterday": "Yesterday",
+ "AreYouSureToContinue": "Are you sure you wish to continue?",
+ "HeaderNextUp": "Next Up",
+ "HomeVideos": "Home videos",
+ "HeaderMusicQuality": "Music Quality",
+ "HeaderForKids": "For Kids",
+ "SkipEpisodesAlreadyInMyLibraryHelp": "Episodes will be compared using season and episode numbers, when available.",
+ "Orange": "Orange",
+ "LinkedToEmbyConnect": "Linked to Emby Connect",
+ "No": "No",
+ "Setup": "Setup",
+ "Cancel": "Cancel",
+ "HeaderBurningInSubtitles": "Burning in Subtitles",
+ "MakePrivateDescription": "Users can still be granted access individually.",
+ "HeaderIncludedIn": "Included In",
+ "RatedValue": "Rated {0}",
+ "GroupItemsIntoTagsHelp": "Group items based on tags they've been added to. Enabling certain filters or sort orders may automatically disable this.",
+ "OneActivePlaybackSession": "1 Active Playback Session",
+ "MusicVideos": "Music videos",
+ "DeleteNotificationConfirmation": "Are you sure you wish to delete this notification?",
+ "LabelBitrateMbps": "Bitrate (Mbps)",
+ "TimeRemainingValue": "{0} remaining",
+ "HeaderWakeServer": "Wake Server",
+ "HeaderUnlockFeature": "Unlock Feature",
+ "HeaderSeriesOptions": "Series Options",
+ "ContainerBitrateExceedsLimit": "Reducing bitrate due to quality setting",
+ "DeleteItemConfirmation": "Are you sure you wish to delete {0}?",
+ "HeaderSavePlaylist": "Save Playlist",
+ "MakePublicDescription": "All users will be able to view this item. Users can be granted access to edit.",
+ "Rewind": "Rewind",
+ "Yes": "Yes",
+ "TVShows": "TV shows",
+ "ContinueInSecondsValue": "Continue in {0} seconds.",
+ "LabelOverview": "Overview",
+ "RestartPleaseWaitMessage": "Please wait while Emby Server shuts down and restarts. This may take a minute or two.",
+ "AfterThisPlaysConfirmation": "After this plays, do you want to keep playing or clear the music you previously queued?",
+ "Number": "Number",
+ "Add": "Add",
+ "Downloading": "Downloading",
+ "HeaderOnNow": "On Now",
+ "LabelAirsBeforeEpisode": "Airs before episode",
+ "RepeatOne": "Repeat one",
+ "HeaderAlbumsAsContributingArtist": "Albums as Contributing Artist",
+ "PleaseSelectTwoItems": "Please select at least two items.",
+ "HeaderDeleteUser": "Delete User",
+ "Systems": "Systems",
+ "LimitDeviceEventsTo": "Limit devices events to",
+ "HeaderDeleteImage": "Delete Image",
+ "LabelPersonRoleHelp": "Example: Ice cream truck driver",
+ "HeaderColorPrimaries": "Color Primaries",
+ "EnableRemoteControlTVModeHelp": "Enable if you intend to use this device to send media to other devices.",
+ "HeaderKeepSeries": "Keep Series",
+ "ThemeSongVolume": "Theme song volume",
+ "Albums": "Albums",
+ "ServerDownloadMessageWithoutLink": "To download and install the free Emby Server visit the Emby website.",
+ "Both": "Both",
+ "ButtonPlayOneMinute": "Play One Minute",
+ "LabelSkipBackLength": "Skip back length",
+ "HeaderYouSaid": "You Said...",
+ "ServerUpdateNeeded": "This Emby Server needs to be updated. To download the latest version, please visit {0}",
+ "NowPlayingVideoBackgroundStyleHelp": "Determines the background style when remote controlling video playback on another device.",
+ "ErrorReachingEmbyConnect": "There was an error reaching the Emby Connect server. Please ensure you have an active internet connection and try again.",
+ "Rename": "Rename",
+ "HeaderSearchForAnImage": "Search for an Image",
+ "SeriesSettings": "Series settings",
+ "LabelDateTimeLocale": "Date time locale",
+ "ErrorMessageUsernameInUse": "The username is already in use. Please choose a new name and try again.",
+ "HeaderFavoritePeople": "Favorite People",
+ "LockToLandscape": "Lock to landscape",
+ "MessagePlayAccessRestricted": "Playback of this content is currently restricted. Please contact your Emby Server administrator for more information.",
+ "AlbumArtist": "Album Artist",
+ "LabelNumber": "Number",
+ "HeaderFoldersToUpload": "Folders to Upload",
+ "PlayFromLivePosition": "Play from the live position",
+ "HeaderChangeUser": "Change User",
+ "HeaderLatestFrom": "Latest from {0}",
+ "LabelLockItemToPreventChanges": "Lock this item to prevent future changes",
+ "HeaderAudioBooks": "Audio Books",
+ "AllPlaylists": "All Playlists",
+ "EnableThemeSongsHelp": "If enabled, theme songs will be played in the background while browsing the library.",
+ "MessageDownloadQueued": "Download queued.",
+ "HeaderCancelSeries": "Cancel Series",
+ "ErrorRemovingEmbyConnectAccount": "There was an error removing the Emby Connect account. Please ensure you have an active internet connection and try again.",
+ "LastEpisodeDateAdded": "Last Episode Date Added",
+ "Mobile": "Mobile / Tablet",
+ "ConfirmRemoveDownload": "Remove download?",
+ "HeaderLibraryOrder": "Library Order",
+ "HeaderRestartingEmbyServer": "Restarting Emby Server",
+ "LabelPath": "Path",
+ "CustomRatingHelp": "A custom rating is used for parental control evaluations but is not displayed. The parental rating field is still displayed.",
+ "RefreshDialogHelp": "Metadata is updated with new data based on settings and metadata providers that are enabled in Emby library setup.",
+ "LabelHomeNetworkQuality": "Home streaming quality",
+ "LabelPlayDefaultAudioTrack": "Play default audio track regardless of language",
+ "FollowingSpecialKeys": "The following special keys are supported on most keyboards and remote controls:",
+ "ConfirmDeleteImage": "Delete image?",
+ "SearchForCollectionInternetMetadata": "Search the internet for artwork and metadata",
+ "AreYouStillWatching": "Are you still watching?",
+ "LabelFileOrder": "File order",
+ "CertificationCountryHelp": "This will influence which content rating system is used.",
+ "UpdatedOnValue": "Updated {0}",
+ "HeaderNextEpisode": "Next Episode",
+ "Tags": "Tags",
+ "InternalStorage": "Internal storage",
+ "FromBeginning": "From Beginning",
+ "PlaylistOrder": "Playlist Order",
+ "Downloads": "Downloads",
+ "ParentalRating": "Parental Rating",
+ "Metadata": "Metadata",
+ "HeaderPlayNextUp": "Play Next Up",
+ "LabelDynamicExternalId": "{0} Id",
+ "LabelCommunityRating": "Community rating",
+ "HeaderScanLibraryFiles": "Scan Library Files",
+ "RestartServer": "Restart Emby Server",
+ "Links": "Links",
+ "HeaderFavoritesThenByChannelNumber": "Favorites, Then by Channel Number",
+ "Invitations": "Invitations",
+ "HeaderSkipIntro": "Skip Intro",
+ "DragDropToReorder": "Drag and Drop to Reorder",
+ "Back": "Back",
+ "PlaybackErrorNoCompatibleStream": "No compatible streams are currently available. Please try again later or contact your system administrator for details.",
+ "LabelParentNumber": "Parent number",
+ "AudioBitrateNotSupported": "Converting to compatible audio bitrate",
+ "Channel": "Channel",
+ "Exit": "Exit",
+ "HeaderKeyboardAndRemote": "Keyboard and Remote",
+ "PlaybackSpeed": "Playback Speed",
+ "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.",
+ "ErrorAddingGuestAccount1": "There was an error adding the Emby Connect account. Has your guest created an Emby account? They can sign up at {0}.",
+ "Raised": "Raised",
+ "Pink": "Pink",
+ "VideoProfileNotSupported": "Converting to compatible video profile",
+ "ThankYouForTryingEnjoyOneMinute": "Please enjoy one minute of playback. Thank you for trying Emby.",
+ "Auto": "Auto",
+ "HeaderFavoriteMusicVideos": "Favorite Music Videos",
+ "HeaderMakePrivate": "Make Private",
+ "Gray": "Gray",
+ "LabelConvertTo": "Convert to",
+ "LabelChannelDisplay": "Channel display",
+ "HeaderPlayAll": "Play All",
+ "TitleNewEpisodes": "New Episodes",
+ "HeaderRefreshMetadata": "Refresh Metadata",
+ "Writer": "Writer",
+ "HeaderColorSpace": "Color Space",
+ "HeaderManageAccess": "Manage Access",
+ "HeaderFavoriteVideos": "Favorite Videos",
+ "MultiSelect": "Multi-Select",
+ "LabelCellularQuality": "Remote streaming quality (cellular)",
+ "DvrSubscriptionRequired": "Emby Live TV & DVR require an active {0}Emby Premiere subscription{1}.",
+ "HeaderKeepRecording": "Keep Recording",
+ "ThisImageIsOnlyPreview": "This image is only a preview that came from the metadata search engine. The actual image that Emby Server downloads may be different and will depend on the options you've configured in Emby library setup.",
+ "LabelAlbum": "Album",
+ "Stream": "Stream",
+ "ErrorMessagePasswordNotMatchConfirm": "The password and password confirmation must match.",
+ "Sports": "Sports",
+ "Games": "Games",
+ "LabelPassword": "Password",
+ "RunAtStartup": "Run at startup",
+ "LabelSelectFolderGroupsHelp": "Folders that are unchecked will be displayed by themselves in their own view.",
+ "User": "User",
+ "HeaderAlreadyPaid": "Already Paid?",
+ "LocalServerRedirectMessage": "You will now be redirected to the domain owned and operated by the administrator of the server you've chosen to connect to:",
+ "LabelName": "Name",
+ "RepeatAll": "Repeat all",
+ "Watching": "Watching",
+ "HeaderMediaType": "Media Type",
+ "ItemsAlreadyInPlaylist": "Some of these items are already in your playlist.",
+ "LikeCountValue": "{0} Likes",
+ "LabelEndDate": "End date",
+ "SubtitleAppearanceSettingsDisclaimer": "These settings will not apply to graphical subtitles (PGS, DVD, etc), or subtitles that have their own styles embedded (ASS/SSA).",
+ "ForceConversionForFormatsHelp": "Use this to force server-side transcoding or remuxing for formats that don't direct play very well on this device.",
+ "HeaderEmbyConnect": "Emby Connect",
+ "ButtonRestorePreviousPurchase": "Restore Purchase",
+ "Collapse": "Collapse",
+ "SyncUnwatchedVideosOnlyHelp": "Only videos that are not marked as fully played will be downloaded, and videos will be removed from the device as they are fully played.",
+ "Done": "Done",
+ "LabelStartTime": "Start time",
+ "HeaderMakePublic": "Make Public",
+ "Premiere": "Premiere",
+ "EnterYourPinToContinue": "Enter your PIN to continue.",
+ "HeaderEmbeddedTitle": "Embedded Title",
+ "OneDevice": "1 Device",
+ "SearchForSubtitles": "Search for Subtitles",
+ "ServerStartup": "Server Startup",
+ "LabelHomeScreenSectionValue": "Home screen section {0}",
+ "EnableHomeScreenFocusPreview": "Use a layout on the home screen that shows a detailed preview of the selected item",
+ "AddedOnValue": "Added {0}",
+ "EnableBackdropsHelp": "If enabled, backdrops will be displayed in the background of some pages while browsing the library.",
+ "DownloadsValue": "{0} Downloads",
+ "VideoScreenUpActionHelp": "Select the action to take when pressing the up key on the video player screen. This applies when no on-screen controls are currently visible. When controls are already visible, the up key will be used for navigation.",
+ "File": "File",
+ "LogCountValue": "{0} Logs",
+ "LabelPersonRole": "Role",
+ "TVDisplayModeHelp": "Optimize the user interface on this device for display on a TV and input method with a remote control. This is generally not recommended if your primary input method is a mouse or is touch-based.",
+ "Recurring": "Recurring",
+ "Anamorphic": "Anamorphic",
+ "Title": "Title",
+ "Plugins": "Plugins",
+ "HeaderChannelAndTime": "Channel and Time",
+ "Green": "Green",
+ "NewCollectionHelp": "Collections allow you to create personalized groupings of movies and other library content.",
+ "HeaderSubtitleOffset": "Subtitle Offset",
+ "MessageEmbyAccontRemoved": "The Emby account has been removed from this user.",
+ "HeaderDeleteItem": "Delete Item",
+ "MessageThankYouForConnectSignUpNoValidation": "Thank you for signing up for Emby Connect! You will now be asked to login with your Emby Connect information.",
+ "LabelKeepUpTo": "Keep up to",
+ "ServerDownloadMessage": "To download and install the free Emby Server visit {0}",
+ "GroupNotificationsBySeriesOrAlbum": "Group notifications by series and albums",
+ "LabelLanguage": "Language",
+ "LabelCertificationCountry": "Certification country",
+ "Networks": "Networks",
+ "DeleteEmbyConnectAccountHelp": "To delete your Emby Connect account, please sign in to the {0}Emby Community{1} at {2}. Once signed in, then click your username in the top right, then click Account Settings, then click Delete My Account.",
+ "LabelDownloadTo": "Download to",
+ "Start": "Start",
+ "NoLimit": "No limit",
+ "TVChannelImageEditorHelp": "Multiple logo versions are supported. Emby apps will automatically choose the appropiate one depending on the current theme.",
+ "Plays": "Plays",
+ "HeaderPlaybackError": "Playback Error",
+ "ShowAllEpisodesSingleSeason": "Show all episodes for only single season shows",
+ "PlaybackErrorNoPlayableItems": "No playable items were found. Are you trying to play an empty folder?",
+ "HeaderPlayNext": "Play Next",
+ "LabelDateAdded": "Date added",
+ "BecauseYouLikeValue": "Because you like {0}",
+ "OriginalAirDateValue": "Original air date: {0}",
+ "PreventPlaybackContinuing": "Prevent playback from continuing indefinitely by periodically prompting for user input.",
+ "Retry": "Retry",
+ "PlaySlideshow": "Play Slideshow",
+ "RememberSelectedAudioTracks": "Remember audio track selections",
+ "MessageDidYouKnowCinemaMode": "Did you know that with Emby Premiere, you can enhance your experience with features like Cinema Intros?",
+ "TermsOfUse": "Terms of Use",
+ "ShowUpNextPreviewHelp": "Show information for the next item near the end of the current one.",
+ "MessageNoSyncJobsFound": "No downloads found. Create download jobs using the Download buttons found throughout the app.",
+ "Record": "Record",
+ "HeaderGoToItem": "Go to Item",
+ "ConvertUnwatchedVideosOnly": "Convert unplayed videos only",
+ "ConnectLoginHelp1": "With Emby Connect you can easily access your Emby Server wherever you are and share servers with your family and friends.",
+ "CreatedOnValue": "Created {0}",
+ "HeaderDeleteItems": "Delete Items",
+ "EnableResolutionSwitching": "Match video resolution",
+ "HeaderPlayChannel": "Play Channel",
+ "PleaseRestartServerName": "Please Restart Emby Server on {0}",
+ "DisplayInOtherHomeScreenSections": "Display in secondary home screen sections such as latest media and continue watching",
+ "DefaultErrorMessage": "There was an error processing the request. Please try again later.",
+ "HeaderKeepWatching": "Keep Watching",
+ "HeaderLibraryFolders": "Library Folders",
+ "FollowingFilesWillBeDeleted": "The following files and folders will be deleted:",
+ "MessageInvitationSentToNewUser": "An email has been sent to {0} inviting them to sign up with Emby.",
+ "Episodes": "Episodes",
+ "HeaderSaySomethingLike": "Say Something Like...",
+ "Downloaded": "Downloaded",
+ "HeaderWaitingForWifi": "Waiting for Wifi",
+ "MoveLeft": "Move left",
+ "Subtitle": "Subtitle",
+ "PlaybackCorrectionDescription": "Is the current item exhibiting a playback problem such as no video or audio? This will try and correct playback issues using server transcoding to convert this file into a more streaming friendly format. This will result in increased resource consumption on this Emby Server.",
+ "HeaderFavoriteSongs": "Favorite Songs",
+ "HeaderLatestDownloadedVideos": "Latest Downloaded Videos",
+ "HeaderPhotoAlbums": "Photo Albums",
+ "NewCollectionNameExample": "Example: Star Wars Collection",
+ "UseDeviceSetting": "Use device setting",
+ "AudioBitDepthNotSupported": "Converting to compatible audio bit depth",
+ "HeaderGoToSeries": "Go to Series",
+ "Daily": "Daily",
+ "Collection": "Collection",
+ "HeaderUnlockControls": "Unlock Controls",
+ "GenreDisplayLimitForListsHelp": "Limit the number of genres displayed at the top of playlist, collection and artist detail screens.",
+ "DomainValue": "Domain: {0}",
+ "RemoveThisTitleFromContinueListening": "Remove this title from Continue Listening?",
+ "MoviesAndShows": "Movies & Shows",
+ "HeaderConnectToServer": "Connect to Server",
+ "UninstallPluginConfirmation": "Are you sure you wish to uninstall this plugin?",
+ "LabelDefaultScreen": "Default screen",
+ "Favorited": "Favorited",
+ "ProfilePinDescription": "Create an optional pin to be prompted for entry whenever you return to an Emby app on a device that you've already signed into. This is useful if you have devices that are shared by multiple users. You can choose to enable it selectively on each device as required.",
+ "HeaderChangeServer": "Change Server",
+ "LabelKeywordType": "Keyword type",
+ "LastEpisodeDateAired": "Last Episode Date Released",
+ "SmallCaps": "Small caps",
+ "News": "News",
+ "HeaderSeeAll": "See All",
+ "HeaderAspectRatio": "Aspect Ratio",
+ "HeaderLatestMovies": "Latest Movies",
+ "HeaderRecordSeries": "Record Series",
+ "HeaderDoNotRecord": "Do not record",
+ "LabelBirthYear": "Birth year",
+ "LabelGuideDataChannel": "Guide data channel",
+ "RequireEnteringPinToReturnHelp": "Useful if this device is shared by multiple users.",
+ "LabelThemeAccentColor": "Accent color",
+ "LastUsedAddressValue": "Last used {0}",
+ "DownloadOnlyOnWifi": "Download only on Wifi",
+ "LabelRecordProgramOrSeriesFrom": "Record a program or series from",
+ "Screenshot": "Screenshot",
+ "Admin": "Admin",
+ "HeaderAllLanguages": "All Languages",
+ "LabelEnableRemoteControlTVMode": "Display casting and remote control functions",
+ "Remove": "Remove",
+ "DeviceCountValue": "{0} Devices",
+ "HeaderLatestChannelItems": "Latest Channel Items",
+ "AudioWillBeConvertedToOrCopied": "Audio streams will be converted to {0}, or copied from the original file if they are any of ({1}), and the quality fits within the conversion options.",
+ "ConvertUnwatchedVideosOnlyHelp": "Only videos that are not marked as fully played will be converted.",
+ "RemoveDownload": "Remove Download",
+ "OnlyForcedSubtitles": "Only forced subtitles",
+ "ConfirmCancelConversion": "Cancel conversion?",
+ "HeaderNewUsers": "New Users",
+ "LabelCriticRating": "Critic rating",
+ "Overview": "Overview",
+ "TagsValue": "Tags: {0}",
+ "Logs": "Logs",
+ "SelectAll": "Select All",
+ "LabelAirTime": "Air time",
+ "DisplayRatingInformationOnVideoPlaybackStart": "Display rating information on video playback start",
+ "ConfirmRemoveFromHistory": "Remove this item from the history?",
+ "LabelParentalRating": "Parental rating",
+ "AutoSelectHearingImpairedHelp": "Subtitles matching the language preference will be loaded, with a preference given to tracks that are marked as hearing impaired (SDH).",
+ "ShowOnScreenControls": "Show on-screen controls",
+ "NPreferences": "{0} Preferences",
+ "LabelEndTime": "End time",
+ "LabelUrl": "Url",
+ "HeaderSetImageFromUrl": "Set Image from URL",
+ "HeaderOfflineDownloads": "Offline Media",
+ "HeaderRemoveFromCollection": "Remove from Collection",
+ "Genres": "Genres",
+ "PrivacyPolicy": "Privacy policy",
+ "HeaderFavoritePhotos": "Favorite Photos",
+ "HeaderLatestChannelMedia": "Latest Channel Items",
+ "HeaderDirectPlay": "Direct Play",
+ "LabelPinCode": "Pin code",
+ "LabelCurrentPassword": "Current password",
+ "HeaderSplitVersionsApart": "Split Versions Apart",
+ "Table": "Table",
+ "LogoLight": "Logo (Light Version)",
+ "AutoSkipIntro": "Automatically skip intros",
+ "Recent": "Recent",
+ "NoTrailersMessage": "No Trailers found. To add Trailers, please install the Trailer plugin from the {0}Emby plugin catalog{1}.",
+ "LabelSelectFolderGroups": "Automatically group content from the following folders into views such as Movies, Music and TV:",
+ "HeaderMetadataSettings": "Metadata Settings",
+ "LabelSubtitleLanguage": "Subtitle language",
+ "HeaderRemoveIdentification": "Remove Identification",
+ "HeaderPreviousItem": "Previous Item",
+ "Shutdown": "Shutdown",
+ "PictureInPicture": "Picture in picture",
+ "ValueOneEpisode": "1 episode",
+ "HeaderPlayQueue": "Play Queue",
+ "AppName": "App Name",
+ "HeaderAddToPlaylist": "Add to Playlist",
+ "BackgroundVideoPlaybackHelp": "Background playback allows video to keep playing even when the screen is turned off.",
+ "HeaderFreeApps": "Free Emby Apps",
+ "SubtitlesDownloaded": "Subtitles Downloaded",
+ "Library": "Library",
+ "HeaderLatestMedia": "Latest Media",
+ "HeaderPixelFormat": "Pixel Format",
+ "LabelDisplayLanguageHelp": "Translating Emby is an ongoing project.",
+ "HeaderDownUpInOrder": "Move Down In Order",
+ "HeaderRemoveFromContinueListening": "Remove from Continue Listening",
+ "Backdrop": "Backdrop",
+ "Unpause": "Unpause",
+ "AudioChannelsNotSupported": "Converting to compatible number of audio channels",
+ "Series": "Series",
+ "TrackCount": "{0} Tracks",
+ "Mute": "Mute",
+ "AllTuners": "All Tuners",
+ "HeaderUpcomingOnTV": "Upcoming On Live TV",
+ "LabelAirsDuringSeason": "Airs during season",
+ "LabelResumeRewindSeconds": "When resuming, automatically rewind",
+ "Smaller": "Smaller",
+ "Search": "Search",
+ "Runtime": "Runtime",
+ "Tagline": "Tagline",
+ "ValueSpecialEpisodeName": "Special - {0}",
+ "Favorites": "Favorites",
+ "RequirePasswordInLocalNetwork": "Require a password on the local network",
+ "RefreshingMetadataDots": "Refreshing metadata...",
+ "HeaderDisplaySettings": "Display Settings",
+ "HeaderMoreLikeThis": "More Like This",
+ "DateLastActive": "Date Last Active",
+ "Convert": "Convert",
+ "DateModified": "Date Modified",
+ "DirectStreaming": "Direct streaming",
+ "LabelCountry": "Country",
+ "ExternalAudioNotSupported": "Selecting external audio track",
+ "MessageLeaveEmptyToInherit": "Leave empty to inherit settings from a parent item, or the global default value.",
+ "LogoLightColor": "Logo (Light with Color)",
+ "Server": "Server",
+ "RefFramesNotSupported": "Converting to compatible number of video reference frames",
+ "Identify": "Identify",
+ "ConfigureDateAdded": "Configure how date added is determined in the Emby Server dashboard under Library settings",
+ "HeaderLastConnectedTo": "Last Connection To",
+ "SkipEpisodesAlreadyInMyLibrary": "Don't record episodes that are already in my library",
+ "Reset": "Reset",
+ "Countries": "Countries",
+ "Container": "Container",
+ "Forced": "Forced",
+ "HeaderNewRecording": "New Recording",
+ "TopEdgePosition": "Top Edge Position",
+ "HeaderBenefitsEmbyPremiere": "Benefits of Emby Premiere",
+ "AirDate": "Air Date",
+ "Blue": "Blue",
+ "HomeVideosAndPhotos": "Home videos & photos",
+ "AudioCodecNotSupported": "Converting audio to compatible codec",
+ "LabelAirsAfterSeason": "Airs after season",
+ "List": "List",
+ "LightGray": "Light Gray",
+ "EnableColorCodedBackgrounds": "Apply colored backgrounds to shows, based on their category",
+ "MinutesAfter": "minutes after",
+ "Playlists": "Playlists",
+ "AutomaticallySyncNewContentHelp": "New content added to this folder will be automatically downloaded to the device.",
+ "VideoCodecNotSupported": "Converting video to compatible codec",
+ "HeaderFavoritePlaylists": "Favorite Playlists",
+ "Converted": "Converted",
+ "DefaultSubtitlesHelp": "Subtitles are loaded based on the default and forced flags in the embedded metadata. Language preferences are considered when multiple options are available.",
+ "Track": "Track",
+ "ProductionLocations": "Production locations",
+ "LabelEnterConnectUserNameHelp": "This is the email address that you used to setup your Emby Connect account.",
+ "NoSubtitles": "No subtitles",
+ "DeleteUsersConfirmation": "Are you sure you wish to delete these {0} users?",
+ "Showings": "Showings",
+ "LabelScreensaver": "Screensaver",
+ "HeaderIncreaseSubtitleOffset": "Increase Subtitle Offset",
+ "DetailScreenOptions": "Detail Screens",
+ "AskAdminToGetPremiere": "This purchase must be made by the server administrator. Please ask the administrator of this Emby Server to sign in and get Emby Premiere so that you can enjoy access to premium features.",
+ "Studios": "Studios",
+ "HeaderMoveUpInOrder": "Move Up In Order",
+ "Name": "Name",
+ "Extras": "Extras",
+ "LabelAudioLayout": "Audio layout",
+ "ActorAsRole": "as {0}",
+ "LabelGenreDisplayLimit": "Genre display limit",
+ "LabelEmail": "Email",
+ "BetaTesterMessage": "Thank you for being an Emby beta tester! Please leave feedback in the {0}Testing Area of the Emby Community{1}.",
+ "Aired": "Aired",
+ "ChannelNameOnly": "Channel {0} only",
+ "EnableDisplayMirroring": "Enable display mirroring",
+ "Artists": "Artists",
+ "Version": "Version",
+ "ShowPosterOnDetailsHelp": "Choose to show a poster on video detail screens, or hide it for a more minimal look that emphasizes the background. This setting is not used on smaller screen layouts. Some item types will ignore this setting.",
+ "FollowingActivityWillBeDisrupted": "The following activity will be disrupted and may require manual intervention to restart:",
+ "LabelTrackNumber": "Track number",
+ "Music": "Music",
+ "LabelDropImageHere": "Drag and drop image here, or click to select an image to upload.",
+ "AnyLanguage": "Any language",
+ "Stop": "Stop",
+ "ConvertingDots": "Converting...",
+ "HeaderRepeatMode": "Repeat Mode",
+ "DownloadNumItems": "Downloading {0} of {1}",
+ "RemoveFromHistory": "Remove from History",
+ "LabelBirthDate": "Birth date",
+ "HeaderForgotPassword": "Forgot Password?",
+ "BirthLocation": "Birth location",
+ "HeaderSearchNewImage": "Search for a New Image",
+ "HeaderAudioSettings": "Audio Settings",
+ "ServerNameValue": "Server name: {0}",
+ "LabelTextBackgroundColor": "Text background color",
+ "Libraries": "Libraries",
+ "ConfirmDeleteItem": "Deleting this item will delete it from both the file system and your media library.",
+ "ValueOneItem": "1 Item",
+ "VideoFramerateNotSupported": "Converting to compatible video framerate",
+ "Lock": "Lock",
+ "FeatureRequiresEmbyPremiere": "This feature requires an active {0}Emby Premiere subscription{1}.",
+ "ExternalStorage": "External storage",
+ "RememberLastUser": "Remember last user",
+ "ItemAlreadyInPlaylist": "This item is already in your playlist.",
+ "Navigation": "Navigation",
+ "MessageItemSaved": "Item saved.",
+ "Download": "Download",
+ "Password": "Password",
+ "AudioBooks": "Audio books",
+ "HeaderRemovePassword": "Remove Password",
+ "Purple": "Purple",
+ "BottomEdgePosition": "Bottom Edge Position",
+ "MessageFileReadError": "There was an error reading the file. Please try again.",
+ "AsManyAsPossible": "As many as possible",
+ "FormatValue": "Format: {0}",
+ "YourPinMustBe": "Your PIN must be {0} digits.",
+ "HeaderLatestMusic": "Latest Music",
+ "PlayFromBeginning": "Play From Beginning",
+ "ShowSeasonFolders": "Always show season folders",
+ "HeaderReferenceFrames": "Reference Frames",
+ "HeaderAddedToPlayQueue": "Added to Play Queue",
+ "SyncJobItemStatusRemovedFromDevice": "Removed from device",
+ "Vertical": "Vertical",
+ "NoPasswordInLocalNetwork": "Don't require a password on the local network",
+ "NoOperationsForSelectedItems": "There are no operations available for the selected items.",
+ "InvalidForgotPasswordPin": "An invalid or expired pin was entered. Please try again.",
+ "HeaderAudioBook": "Audio Book",
+ "MessageUnlockAppWithSupporter": "Unlock this feature with an active Emby Premiere subscription.",
+ "PlaybackTvModeRequiresEmbyPremiere": "Media playback in TV mode requires an active {0}Emby Premiere subscription{1}.",
+ "EpisodeTitle": "Episode Title",
+ "Videos": "Videos",
+ "GuestStar": "Guest star",
+ "None": "None",
+ "Artist": "Artist",
+ "NoSubtitlesHelp": "Subtitles will not be loaded by default. They can still be turned on manually during playback.",
+ "Level": "Level",
+ "HeaderAttemptPlaybackCorrection": "Attempt Playback Correction",
+ "Live": "Live",
+ "Interlaced": "Interlaced",
+ "LabelChannelTags": "Channel tags",
+ "Profile": "Profile",
+ "MessageEmbyAccountAdded": "The Emby account has been added to this user.",
+ "HeaderManageDownloads": "Manage Downloads",
+ "NumActiveRecordings": "{0} Active Recordings",
+ "HeaderOpenInNewWindow": "Open in New Window",
+ "HeaderAlbumArtists": "Album Artists",
+ "LabelAlbumArtists": "Album artists",
+ "ShowUpNextPreview": "Show up next preview",
+ "LabelHideMediaTransportButtons": "Hide video player transport buttons",
+ "Collections": "Collections",
+ "LabelTheme": "Theme",
+ "ShowSkipIntroButton": "Show 'Skip Intro' button",
+ "External": "External",
+ "LabelDisplayOrder": "Display order",
+ "Red": "Red",
+ "HeaderExternalIds": "External Ids",
+ "LabelMetadataDownloadLanguage": "Preferred metadata download language",
+ "CancelDownload": "Cancel download",
+ "OneSeason": "1 Season",
+ "Info": "Info",
+ "HashMatch": "Hash Match",
+ "ForgotPasswordUsernameHelp": "Leave this blank if you don't remember your username.",
+ "Cyan": "Cyan",
+ "HeaderSpecialKeys": "Special Keys",
+ "HeaderHardwareAcceleratedDecoding": "Hardware Accelerated Decoding",
+ "ReplaceExistingThumbnailImagesHelp": "All existing video preview thumbnails will be deleted and new ones will be generated, if enabled in the options for the library.",
+ "LabelSubtitleCodec": "Subtitle codec",
+ "MoveRight": "Move right",
+ "HeaderTryPlayback": "Try Playback",
+ "TitleUnableToReachServer": "Unable to Reach Server",
+ "HeaderSignInWithConnect": "Sign in with Emby Connect",
+ "MessageConfirmRecordingCancellation": "Cancel recording?",
+ "Codec": "Codec",
+ "HeaderServerAddress": "Server Address",
+ "HeaderCreateRecording": "Create Recording",
+ "Descending": "Descending",
+ "DimGray": "Dim Gray",
+ "HeaderClearTrackSelections": "Clear Saved Track Selections",
+ "AutomaticallyConvertNewContentHelp": "New content added to this folder will be automatically converted.",
+ "MessageNoServersAvailableToConnect": "No servers are available to connect to. If you've been invited to share a server, make sure to accept it below or by clicking the link in the email.",
+ "ForgotPasswordInNetworkRequired": "Please try again within your home network to initiate the password reset process.",
+ "PasswordResetComplete": "The password has been reset.",
+ "HeaderDownloadToDots": "Download to...",
+ "PasswordForFolderHelp": "The password required to access this folder on your network (if applicable).",
+ "LabelScreenOrientationDuringVideo": "Screen orientation during video playback",
+ "HeaderFavoriteEpisodes": "Favorite Episodes",
+ "NextValue": "Next: {0}",
+ "HeaderAddToPlayQueue": "Add to Play Queue",
+ "AudioProfileNotSupported": "Converting to compatible audio profile",
+ "Unfavorited": "Unfavorited",
+ "Yellow": "Yellow",
+ "HeaderVideoPlayback": "Video Playback",
+ "HeaderEditSubtitles": "Edit Subtitles",
+ "HeaderMusicVideos": "Music Videos",
+ "DisplayInMyMedia": "Display on home screen",
+ "MySubtitles": "My Subtitles",
+ "MessageUnlockAppWithPurchaseOrSupporter": "Unlock this feature with a small one-time purchase, or with an active Emby Premiere subscription.",
+ "LabelNewPassword": "New password",
+ "SendTestNotification": "Send Test Notification",
+ "HeaderFavoriteAudioBooks": "Favorite Audio Books",
+ "LabelMaxRecordingLength": "Max recording length",
+ "Transcode": "Transcode",
+ "LabelAudioCodec": "Audio codec",
+ "ReleaseDate": "Release Date",
+ "QueueAllFromHere": "Queue all from here",
+ "LogoDark": "Logo (Dark Version)",
+ "LabelVideoScreenUpAction": "Video player up button behavior",
+ "HeaderPlayMyMedia": "Play my Media",
+ "LabelSkipForwardLength": "Skip forward length",
+ "AlwaysPlaySubtitles": "Always play subtitles",
+ "White": "White",
+ "HeaderEnabledFields": "Enabled Fields",
+ "TwoSearchCharsRequired": "Please enter at least two search characters.",
+ "Save": "Save",
+ "LabelImageType": "Image type",
+ "HeaderNextItem": "Next Item",
+ "ManageRecording": "Manage recording",
+ "PlaceFavoriteChannelsAtBeginning": "Place favorite channels at the beginning",
+ "LabelPlaceOfBirth": "Place of birth",
+ "LearnMore": "Learn more",
+ "ConfirmDeletion": "Confirm Deletion",
+ "NoLyricsSearchResultsFound": "No results found. Have you configured {0}lyrics downloading{1}?",
+ "ImdbRating": "IMDb Rating",
+ "ShowLoginScreen": "Show login screen",
+ "HeaderBecomeProjectSupporter": "Get Emby Premiere",
+ "NoSelectedItemsSupportOperation": "There are no items selected that support this operation.",
+ "HeaderDefaultChannelOrder": "Default Channel Order",
+ "Delete": "Delete",
+ "ReplaceExistingImagesHelp": "All existing images will be deleted and new ones will be downloaded based on the options for the library. In some cases this may result in fewer available images than before.",
+ "HeaderFavoriteArtists": "Favorite Artists",
+ "Cancelled": "Cancelled",
+ "PlayFromStartOfRecording": "Play from the start of the recording",
+ "OneItemAddedTo": "1 item added to \"{0}\".",
+ "TV": "TV",
+ "DownloadItemLimitHelp": "Optional. Set a limit to the number of items that will be downloaded.",
+ "SameAsMainTheme": "Same as main theme",
+ "Locked": "Locked",
+ "HeaderAddToCollection": "Add to Collection",
+ "HeaderFavoriteChannels": "Favorite Channels",
+ "HeaderManageCollaboration": "Manage Collaboration",
+ "MessageIfYouBlockedVoice": "If you denied voice access to the app you'll need to reconfigure before trying again.",
+ "LabelStopWhenPossible": "Stop when possible",
+ "HeaderReadMore": "Read More",
+ "RememberSelectedSubtitleTracksHelp": "Subtitle track selections will be remembered on a per video basis and reapplied when playing the same video again.",
+ "DateCreated": "Date Created",
+ "AllCollections": "All Collections",
+ "HeaderHardwareAcceleratedEncoding": "Hardware Accelerated Encoding",
+ "ConfirmDeleteItems": "Deleting these items will delete them from both the file system and your media library.",
+ "HeaderResetPassword": "Reset Password",
+ "Days": "Days",
+ "Images": "Images",
+ "EnableAppLoggingHelp": "Logging can degrade app performance and should only be enabled as needed for troubleshooting purposes. Changes require restarting the app.",
+ "HeaderDownloadSettings": "Download Settings",
+ "NotificationSent": "Notification sent",
+ "HeaderActiveRecordings": "Active Recordings",
+ "HeaderMarkUnplayed": "Mark Unplayed",
+ "HeaderDiscoverEmbyPremiere": "Discover Emby Premiere",
+ "Photos": "Photos",
+ "UsernameForFolderHelp": "The username required to access this folder on your network (if applicable).",
+ "LabelImageDownloadLanguage": "Preferred image download language",
+ "HeaderTopResults": "Top Results",
+ "HeaderGroupVersions": "Group Versions",
+ "LabelSoundEffects": "Sound effects",
+ "AutoOpenSingleItemsFolders": "Auto open single items in folder view",
+ "EnableExternalVideoPlayers": "Enable external video players",
+ "More": "More",
+ "Unplayed": "Unplayed",
+ "HeaderAddToFavorites": "Add to Favorites",
+ "MaxRecordingLengthHelp": "Limit recordings to a specified amount of time, regardless of the duration of the broadcast. Set to 0 for no limit.",
+ "HeaderMissingEpisodes": "Missing Episodes",
+ "PlayAllFromHere": "Play all from here",
+ "Disable": "Disable",
+ "Dashboard": "Dashboard",
+ "LiveTvFeatureDescription": "Stream Live TV to any Emby app, with a compatible TV tuner device installed on your Emby Server.",
+ "TopEdgePositionHelp": "Set the highest allowed vertical position of the subtitles relative to the top of the screen. This is used when the subtitles contain positioning instructions to be placed at the top.",
+ "EmbyServerOnXHasStarted": "Emby Server on {0} has started.",
+ "Producer": "Producer",
+ "UploadingNumItems": "Uploading {0} of {1}",
+ "Restart": "Restart",
+ "HeaderSortBy": "Sort By",
+ "Label3DFormat": "3D format",
+ "VideoWillBeConvertedToOrCopied": "Video streams will be converted to {0}, or copied from the original file if they are any of ({1}), and the quality fits within the conversion options.",
+ "ItemsAddedTo": "{0} items added to \"{1}\".",
+ "SearchForForcedSubtitlesOnly": "Forced subtitles only",
+ "SignInAsValue": "Sign in as {0}",
+ "VideoType": "Video Type",
+ "Subtitles": "Subtitles",
+ "ErrorAddingEmbyConnectAccount1": "There was an error adding the Emby Connect account. Have you created an Emby account? Sign up at {0}.",
+ "LabelSeasonNumber": "Season number",
+ "Keep": "Keep",
+ "Season": "Season",
+ "Notifications": "Notifications",
+ "VideoBitrateNotSupported": "Converting to compatible video bitrate",
+ "ButtonUnlockPrice": "Unlock {0}",
+ "HeaderSignInError": "Sign In Error",
+ "HeaderAddServer": "Add Server",
+ "SmartSubtitlesHelp": "Subtitles matching the language preference will be loaded when the audio is in a foreign language.",
+ "LabelSource": "Source",
+ "AlwaysPlaySubtitlesHelp": "Subtitles matching the language preference will be loaded regardless of the audio language.",
+ "DirectPlayError": "Recovering from playback error",
+ "AddToPlaylist": "Add to playlist",
+ "Continuing": "Continuing",
+ "ChannelNumber": "Channel Number",
+ "Date": "Date",
+ "HeaderSubtitleAppearance": "Subtitle Appearance",
+ "BornValue": "Born: {0}",
+ "ManageEmbyServer": "Manage Emby Server",
+ "Album": "Album",
+ "Filters": "Filters",
+ "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.",
+ "Dislike": "Dislike",
+ "HeaderMusicVideo": "Music Video",
+ "WrongPinPleaseTryAgain": "Whoops, wrong PIN. Please try again.",
+ "Uninstall": "Uninstall",
+ "TheseSettingsAffectSubtitlesOnThisDevice": "These settings affect subtitles on this device",
+ "LabelRememberLogin": "Remember login",
+ "Shared": "Shared",
+ "LabelArtistsHelp": "Separate multiple using ;",
+ "HeaderLatestAudioBooks": "Latest Audio Books",
+ "RemoveThisTitleFromContinueWatching": "Remove this title from Continue Watching?",
+ "Disc": "Disc",
+ "LabelSettingsTheme": "Settings theme",
+ "ContinuePlaying": "Continue playing",
+ "HeaderWelcomeToEmby": "Welcome to Emby",
+ "DirectorsValue": "Directors: {0}",
+ "HeaderMyMediaSmall": "My Media (small)",
+ "GroupItemsIntoCollections": "Group items into collections",
+ "RememberSelectedSubtitleTracks": "Remember subtitle track selections",
+ "HeaderEditImages": "Edit Images",
+ "Repeat": "Repeat",
+ "ThisChannelIsActivelyRecording": "This channel is actively recording. How would you like to begin playing?",
+ "LabelDeathDate": "Death date",
+ "DeleteDeviceConfirmation": "Are you sure you wish to delete this device? It will reappear the next time a user signs in with it.",
+ "SleepTimerIsOff": "Your sleep timer is off",
+ "UploadOnlyOnWifi": "Upload only on Wifi",
+ "SignIntoServerName": "Sign in to {0}",
+ "Program": "Program",
+ "Specials": "Specials",
+ "MessageAreYouSureDeleteSubtitles": "Are you sure you wish to delete this subtitle file?",
+ "FreeAppsFeatureDescription": "Enjoy free access to Emby apps for your devices.",
+ "ClearSavedTrackSelections": "Clear saved track selections",
+ "People": "People",
+ "LibraryCountValue": "{0} Libraries",
+ "InterlacedVideoNotSupported": "Deinterlacing video",
+ "GenresValue": "Genres: {0}",
+ "Studio": "Studio",
+ "Horizontal": "Horizontal",
+ "Depressed": "Depressed",
+ "HeaderViewServerInfo": "View Server Info",
+ "Composer": "Composer",
+ "PlayedOnValue": "Played {0}",
+ "Unlimited": "Unlimited",
+ "HeaderAddedToPlaylist": "Added to Playlist",
+ "Anytime": "Anytime",
+ "Queue": "Queue",
+ "SeriesRecordingScheduled": "Series Recording Scheduled",
+ "ConfirmEndPlayerSession": "Would you like to shutdown Emby on {0}?",
+ "RequireHashMatch": "Require a hash match",
+ "Enable": "Enable",
+ "ValueEpisodeCount": "{0} episodes",
+ "Shows": "Shows",
+ "HeaderAlbumsAsComposer": "Albums as Composer",
+ "Down": "Down",
+ "HeaderFavoriteShows": "Favorite Shows",
+ "Normal": "Normal",
+ "Expand": "Expand",
+ "BecauseYouWatchedValue": "Because you watched {0}",
+ "Finish": "Finish",
+ "ThemeSongs": "Theme songs",
+ "Next": "Next",
+ "HeaderAppSettings": "App Settings",
+ "Home": "Home",
+ "HeaderRecordingOptions": "Recording Options",
+ "Access": "Access",
+ "DisplayRatingInformationOnVideoPlaybackStartHelp": "The rating information will display briefly when video playback begins.",
+ "MusicDownloadQualityHelp": "Audio files with a higher bitrate will be converted by Emby Server. Select a higher value for better quality, or a lower value to conserve local storage space.",
+ "LabelTVDisplayMode": "Enable TV display mode",
+ "Magenta": "Magenta",
+ "Transcoding": "Transcoding",
+ "Categories": "Categories",
+ "HeaderSleepTimer": "Sleep Timer",
+ "VideoPlayerLongPressActionHelp": "Choose what function or menu is shown when long pressing the OK button during video playback. This only takes effect when the video controls are hidden or the seek bar has focus.",
+ "FileName": "File Name",
+ "SeriesCancelled": "Series Cancelled",
+ "ExitFullscreen": "Exit full screen",
+ "HeaderTapToUnlock": "Tap to Unlock",
+ "AttributeNew": "New",
+ "GameSystem": "Game System",
+ "PreferredShowDisplay": "Preferred TV show display",
+ "ForgotPasswordFileCreated": "The following file has been created on your server and contains instructions on how to proceed:",
+ "UpNext": "Up Next",
+ "ThemeVideos": "Theme videos",
+ "AnamorphicVideoNotSupported": "Anamorphic video not supported",
+ "ButtonUnlockWithPurchase": "Unlock with Purchase",
+ "Black": "Black",
+ "Layout": "Layout",
+ "ErrorAddingEmbyConnectAccount2": "If you're still having an issue, please send an email to {0} from the email address used with the Emby account.",
+ "RequireHashMatchHelp": "Requiring a hash match will filter subtitles to include only those that have been tested with your exact video file. Unchecking this will increase the number of matched subtitles, but will also increase the chances of mistimed or incorrect subtitle text.",
+ "PinCodeInLocalNetwork": "Allow a numeric pin code on the local network",
+ "MinutesBefore": "minutes before",
+ "LabelImageSize": "Image size",
+ "UnlockGuide": "Unlock Guide",
+ "SortByValue": "Sort by {0}",
+ "LabelSortTitle": "Sort title",
+ "ShowIndicatorsFor": "Show Indicators",
+ "OneLibrary": "1 Library",
+ "NumberChannelsValue": "{0} Channels",
+ "LabelPasswordConfirm": "Password (confirm)",
+ "Format": "Format",
+ "NoItemsMatchingFound": "No items matching your search criteria were found.",
+ "NewEpisodesOnly": "New episodes only",
+ "LabelShortOverview": "Short overview",
+ "Random": "Random",
+ "Primary": "Primary",
+ "Advanced": "Advanced",
+ "PackageInstallCompleted": "{0} installation completed.",
+ "LetsGetSetup": "Let's Get Set Up",
+ "DatePlayed": "Date Played",
+ "HeaderSearchForImages": "Search for Images",
+ "CopyStream": "Copy original stream",
+ "DolbyProfile": "Dolby Profile",
+ "MessageItemsAdded": "Items added.",
+ "OneLike": "1 Like",
+ "ResetMetadataConfirmation": "Are you sure you wish to reset all metadata?",
+ "Ascending": "Ascending",
+ "OnlyForcedSubtitlesHelp": "Only subtitles marked as forced will be loaded.",
+ "Uniform": "Uniform",
+ "HeaderVideoRange": "Video Range",
+ "SearchForMissingMetadata": "Search for missing metadata",
+ "HeaderTermsOfPurchase": "Terms of Purchase",
+ "HeaderDeleteLastPlayedEpisode": "Delete Last Played Episode",
+ "Language": "Language",
+ "Desktop": "Desktop",
+ "LabelNewPasswordConfirm": "New password confirm",
+ "Any": "Any",
+ "HeaderRecentlyPlayed": "Recently Played",
+ "Cover": "Cover",
+ "HeaderMediaInfo": "Media Info",
+ "SyncJobItemStatusSyncedMarkForRemoval": "Removing from device",
+ "NotificationsDescription": "Setup notifications to stay informed of important events on your Emby Server.",
+ "LabelVideoCodec": "Video codec",
+ "Weekly": "Weekly",
+ "LatestFromLibrary": "Latest {0}",
+ "SortName": "Sort Title",
+ "EditNotification": "Edit Notification",
+ "HeaderUploadNewImage": "Upload New Image",
+ "TheseSettingsApplyAppDevice": "These settings apply to all users playing on this device.",
+ "LastContentDateAdded": "Last Content Date Added",
+ "RepeatThemeMedia": "Play themes on repeat",
+ "HideEpisodeSpoilerInfo": "Hide spoiler information from unwatched episodes",
+ "HideEpisodeSpoilerInfoHelp": "Hides the title, overview and image for unwatched episodes on most screens.",
+ "BornValueAge": "Born: {0} (age {1})",
+ "PreferDirectStreamLiveTV": "Prefer direct streaming of Live TV",
+ "PreferDirectStreamLiveTVHelp": "Direct streaming Live TV will reduce resource consumption on your Emby Server but may not be as seekable during playback. Enabling this will direct stream Live TV when the format is supported and is within your configured quality setting. Disable this to enjoy more seeking during playback at the cost of additional resource consumption.",
+ "HeaderAllRecordings": "All Recordings",
+ "RememberLoginDescription": "After signing in, you can use the app settings to configure the startup behavior to remember login, sign in as a specific user, or always show the login screen.",
+ "ForgetThisServer": "Forget This Server",
+ "ForgetServerConfirmation": "Are you sure you wish to forget this server?",
+ "HeaderThisDevice": "This Device",
+ "ChaptersGuide": "Chapters / Live TV Guide",
+ "ChaptersGuideHelp": "Show Chapters for media with chapters. For media without chapters, show the Live TV Guide (when available).",
+ "HeaderShowSeriesImages": "Show Series Images",
+ "AppExitConfirmation": "Are you ready to exit Emby?",
+ "AppExitMenu": "Exit menu",
+ "SideMenu": "Side navigation menu",
+ "SystemStorage": "System storage ({0})"
+}
diff --git a/modules/common/strings/es.json b/modules/common/strings/es.json
new file mode 100644
index 0000000..34116b4
--- /dev/null
+++ b/modules/common/strings/es.json
@@ -0,0 +1,1340 @@
+{
+ "ReplaceExistingThumbnailImages": "Reemplazar las miniaturas de vista previa de vídeo existentes",
+ "ReplaceExistingThumbnailImagesHelp": "Se eliminarán todas las miniaturas de vista previa de vídeo existentes y se generarán otras nuevas, si esta opción está habilitada en las opciones de la biblioteca.",
+ "DateCreated": "Fecha de creación",
+ "CreatedOnValue": "Creado {0}",
+ "UpdatedOnValue": "Actualizado {0}",
+ "EmbyLoginTerms": "Emby está diseñado para ayudarlo a administrar su biblioteca multimedia personal, como videos caseros y fotos. Consulte nuestras {0}condiciones de uso{1}. El uso de cualquier software de Emby constituye la aceptación de estos términos.",
+ "MessageUnableToConnectToServer": "No podemos conectarnos al servidor seleccionado en este momento. Asegúrese de que se esté ejecutando y vuelva a intentarlo.",
+ "EmbyIntroMessage": "Con Emby puedes transmitir vídeos, música y fotos a smartphones, tablets y otros dispositivos desde tu Emby Server.",
+ "HeaderSignInWithConnect": "Iniciar sesión con Emby Connect",
+ "HeaderWelcomeToEmby": "Bienvenido a Emby",
+ "HeaderNewUsers": "Nuevos usuarios",
+ "HeaderPleaseSignIn": "Por favor, regístrese",
+ "MessageInvalidUser": "Nombre de Usuario o contraseña no valido. Por favor, inténtalo de nuevo.",
+ "MessageUnlockAppWithPurchaseOrSupporter": "Desbloquee esta función con una pequeña compra única o con una suscripción activa a Emby Premiere.",
+ "MessageUnlockAppWithSupporter": "Desbloquea esta función con una suscripción activa a Emby Premiere.",
+ "MessageToValidateSupporter": "Si tiene una suscripción activa a Emby Premiere, asegúrese de haber configurado Emby Premiere en su Panel de control del servidor Emby Server, al que puede acceder haciendo clic en Emby Premiere en el menú principal.",
+ "ValueSpecialEpisodeName": "Especial - {0}",
+ "HeaderSignIn": "Iniciar Sesión",
+ "Share": "Compartir",
+ "Shared": "Compartido",
+ "Info": "Informacion",
+ "Add": "Añadir",
+ "Speed": "Velocidad",
+ "PlaybackSpeed": "Velocidad de Reproducción",
+ "Chapters": "Capítulos",
+ "Password": "Contraseña",
+ "SavePassword": "Guardar contraseña",
+ "LabelPassword": "Contraseña:",
+ "HeaderResetPassword": "Reestablecer contraseña",
+ "Series": "Series",
+ "Preview": "Previsualización",
+ "Submit": "Enviar",
+ "Never": "Nunca",
+ "Table": "Mesa",
+ "HeaderScheduledTasks": "Tareas programadas",
+ "Plays": "Reproducciones",
+ "LastUsedAddressValue": "Ultimo uso {0}",
+ "LabelKeywordType": "Tipo de Palabra clave:",
+ "HeaderSelectColumns": "Seleccionar columnas",
+ "HeaderTopResults": "Mejores resultados",
+ "HeaderPinSidebar": "Fijar Barra lateral",
+ "Collapse": "Colapsar",
+ "LabelBackgroundVideoPlayback": "Reproducción de vídeo de fondo:",
+ "BackgroundVideoPlaybackHelp": "La reproducción en segundo plano permite que el vídeo se siga reproduciendo incluso cuando la pantalla está apagada.",
+ "AlwaysOn": "Siempre encendido",
+ "HeadphonesOrExternalSpeakersConnected": "Auriculares o altavoces externos conectados",
+ "HeaderKeyboardAndRemote": "Teclado y Mando a distancia",
+ "NoSelectedItemsSupportOperation": "No hay elementos seleccionados que admitan esta operación.",
+ "NoOperationsForSelectedItems": "No hay operaciones disponibles para los elementos seleccionados.",
+ "UploadOnlyOnWifi": "Subir sólo con WiFi",
+ "HeaderFoldersToUpload": "Carpetas para cargar",
+ "LabelPasswordConfirm": "Contraseña (confirmar):",
+ "HeaderMoveUpInOrder": "Mover arriba en el orden",
+ "HeaderDownUpInOrder": "Mover hacia abajo en el orden",
+ "LabelUsername": "Nombre de usuario:",
+ "HeaderAddServer": "Añadir Servidor",
+ "HeaderSubtitleOffset": "Desplazamiento de subtítulos",
+ "Watching": "Viendo",
+ "HeaderRemoveFromContinueWatching": "Eliminar de Continuar viendo",
+ "RemoveThisTitleFromContinueWatching": "¿Eliminar este título de Continuar viendo?",
+ "HeaderRemoveFromContinueListening": "Eliminar de Continuar Reproducción",
+ "RemoveThisTitleFromContinueListening": "¿Eliminar este título de Continuar Reproducción?",
+ "HeaderIncreaseSubtitleOffset": "Aumentar el desplazamiento de Subtítulos",
+ "HeaderDecreaseSubtitleOffset": "Disminuir el desplazamiento de Subtítulos",
+ "Close": "Cerrar",
+ "HeaderSeeAll": "Ver todo",
+ "HeaderOpenInNewWindow": "Abrir en nueva ventana",
+ "LabelEmail": "Correo:",
+ "LabelHost": "Equipo:",
+ "LabelHostHelp": "Ejemplo: 192.168.1.100 o https://miservidor.com",
+ "LabelPort": "Puerto:",
+ "Disabled": "Desactivado",
+ "Uninstall": "Desinstalar",
+ "Enable": "Habilitar",
+ "AllTuners": "Todos los sintonizadores",
+ "Disable": "Deshabilitar",
+ "NextValue": "Siguiente: {0}",
+ "HeaderNextItem": "Elemento Siguiente",
+ "HeaderPreviousItem": "Elemento Anterior",
+ "NoTrailersMessage": "No se han encontrado tráilers. Para añadir tráilers, instale el complemento de Tráilers del {0}catálogo de complementos de Emby{1}.",
+ "UninstallPluginConfirmation": "¿Estás seguro de que deseas desinstalar este complemento?",
+ "HeaderUninstallPlugin": "Desinstalar complemento",
+ "AreYouStillWatching": "¿Sigues viéndolo?",
+ "LabelCurrentPassword": "Contraseña actual:",
+ "LabelNewPassword": "Nueva contraseña:",
+ "LabelNewPasswordConfirm": "Confirmar nueva contraseña:",
+ "HeaderRemovePassword": "Eliminar Contraseña",
+ "ServerUpdateNeeded": "Es necesario actualizar Emby Server. Para descargar la última versión, visite {0}",
+ "MessageThankYouForConnectSignUp": "Gracias por registrarse en Emby Connect. Se enviará un correo electrónico a su dirección con instrucciones sobre cómo confirmar su nueva cuenta. Por favor, confirme la cuenta y luego regrese aquí para iniciar sesión.",
+ "MessageThankYouForConnectSignUpNoValidation": "¡Gracias por registrarse en Emby Connect! Ahora se le pedirá que inicie sesión con su información de Emby Connect.",
+ "ErrorMessagePasswordNotMatchConfirm": "La contraseña y la confirmación de contraseña deben coincidir.",
+ "ErrorMessageUsernameInUse": "El nombre de usuario ya está en uso. Por favor, elija un nombre nuevo y vuelva a intentarlo.",
+ "ErrorMessageEmailInUse": "La dirección de correo electrónico ya está en uso. Ingrese una nueva dirección de correo electrónico e intente nuevamente, o use la función de restablecer contraseña.",
+ "HeaderUpcomingOnTV": "Próximamente en TV en directo",
+ "HeaderOtherShowings": "Otras funciones",
+ "Showings": "Posiciones",
+ "HeaderConnectToServer": "Conectar al servidor",
+ "ConnectToServerManually": "Conectarse al servidor manualmente",
+ "LabelEnterConnectUserNameHelp": "Esta es la dirección de correo electrónico que usó para configurar su cuenta de Emby Connect.",
+ "HeaderSignInError": "Error de inicio de sesión",
+ "HeaderManualLogin": "Inicio de sesión manual",
+ "PasswordResetConfirmation": "¿Está seguro de que desea restablecer la contraseña?",
+ "ContactAdminToResetPassword": "Comuníquese con el administrador del sistema para restablecer su contraseña.",
+ "ForgotPasswordInNetworkRequired": "Por favor, vuelva a intentarlo dentro de su red local para iniciar el proceso de restablecimiento de contraseña.",
+ "ForgotPasswordFileCreated": "El siguiente archivo ha sido creado en tu servidor y contiene instrucciones de como proceder:",
+ "ForgotPasswordFileExpiration": "El PIN de restablecimiento caducará en {0}.",
+ "InvalidForgotPasswordPin": "Se ingresó un PIN no válido o vencido. Inténtalo de nuevo.",
+ "PasswordResetForUsers": "Se han eliminado las contraseñas de los siguientes usuarios. Para iniciar sesión, inicie sesión con una contraseña en blanco.",
+ "HeaderForgotPassword": "¿Se te olvidó tu contraseña?",
+ "ForgotPasswordUsernameHelp": "Deje este campo en blanco si no recuerda su nombre de usuario.",
+ "HeaderPasswordReset": "Reestablecer contraseña",
+ "AttributeNew": "Nuevo",
+ "Done": "Hecho",
+ "HeaderResetToDefault": "Restablecer a predeterminado",
+ "Deinterlacing": "Desentrelazado",
+ "HeaderBurningInSubtitles": "Grabando Subtitulos",
+ "Premiere": "Estreno",
+ "LabelPinCode": "Código PIN:",
+ "LabelLocalNetworkPinCode": "Código PIN para red local:",
+ "LabelLocalNetworkPasswordMode": "Modo de inicio de sesión de red local:",
+ "RequirePasswordInLocalNetwork": "Requerir una contraseña en la red local",
+ "NoPasswordInLocalNetwork": "No pedir una contraseña en la red local",
+ "PinCodeInLocalNetwork": "Permitir un código PIN numérico en la red local",
+ "LocalNetworkPasswordModeHelp": "Seleccione el método de inicio de sesión para dispositivos en la misma red local que su servidor Emby Server.",
+ "HeaderLocalNetworkAccess": "Acceso a la red local",
+ "Live": "Directo",
+ "Reset": "Restablecer",
+ "Repeat": "Repetir",
+ "Track": "Pista",
+ "Tracks": "Pistas",
+ "HeaderCameraUpload": "Subir desde Cámara",
+ "TrackCount": "{0} Pistas",
+ "ItemCount": "{0} Elementos",
+ "NumberChannelsValue": "{0} Canales",
+ "HeaderLatestMusic": "Música más reciente",
+ "HeaderLatestAudioBooks": "Últimos Audio-libros",
+ "HeaderLatestDownloadedVideos": "Últimos vídeos descargados",
+ "HeaderRecentlyPlayed": "Reproducido recientemente",
+ "Recent": "Reciente",
+ "HeaderFrequentlyPlayed": "Reproducciones frecuentes",
+ "HeaderMoreLikeThis": "Más como esto",
+ "HeaderMoreLikeThisOnLiveTV": "Más como esto en TV en directo",
+ "OriginalAirDateValue": "Fecha de emisión original: {0}",
+ "EndsAtValue": "Termina a las {0}",
+ "Date": "Fecha",
+ "AirDate": "Fecha de emisión",
+ "Played": "Reproducido",
+ "Daily": "Diario",
+ "Weekly": "Semanalmente",
+ "RequireHashMatch": "Requerir una coincidencia de hash",
+ "RequireHashMatchHelp": "Requerir una coincidencia de hash filtrará los subtítulos para incluir solo aquellos que se han probado con su archivo de vídeo exacto. Desmarcar esto aumentará la cantidad de subtítulos coincidentes, pero también aumentará las posibilidades de que el texto de los subtítulos sea incorrecto o a destiempo.",
+ "SearchForForcedSubtitlesOnly": "Sólo subtitulos forzados",
+ "SearchForForcedSubtitlesOnlyHelp": "La exigencia de subtítulos forzados limitará los resultados a los subtítulos etiquetados como de idioma extranjero.",
+ "LastEpisodeDateAdded": "Fecha del último episodio añadido",
+ "LastEpisodeDateAired": "Fecha de emisión del último episodio",
+ "LabelPlaystate": "Estado de reproducción:",
+ "Studio": "Productoras",
+ "Tag": "Etiqueta",
+ "EpisodeTitle": "Título del Episodio",
+ "Audio": "Audio",
+ "Video": "Vídeo",
+ "Subtitle": "Subtítulo",
+ "Image": "Imagen",
+ "CopyStream": "Copiar la transmisión original",
+ "LabelAudioLayout": "Configuración de audio:",
+ "LabelAudioCodec": "Códec de audio:",
+ "LabelAudioLanguage": "Idioma de audio:",
+ "LabelSubtitleLanguage": "Idioma de subtítulo:",
+ "LabelVideoCodec": "Códec de vídeo:",
+ "LabelSubtitleCodec": "Códec de subtítulo:",
+ "LabelParentalRating": "Clasificación parental:",
+ "BecauseYouLikeValue": "Porque te gusta {0}",
+ "BecauseYouWatchedValue": "Porque viste {0}",
+ "DirectedByValue": "Dirigida por {0}",
+ "StarringValue": "Protagonizada por {0}",
+ "Invitations": "Invitaciones",
+ "ActorAsRole": "como {0}",
+ "ButtonOk": "OK",
+ "GroupItemsIntoCollections": "Agrupar elementos en colecciones",
+ "GroupItemsIntoCollectionsHelp": "Agrupa los elementos según las colecciones a las que se hayan agregado. Habilitar ciertos filtros u órdenes de clasificación puede deshabilitar esto automáticamente.",
+ "GroupItemsIntoTags": "Agrupar elementos en etiquetas",
+ "GroupItemsIntoTagsHelp": "Agrupe los elementos según las etiquetas a las que se hayan agregado. Habilitar ciertos filtros u órdenes de clasificación puede deshabilitar esto automáticamente.",
+ "User": "Usuario",
+ "Access": "Acceso",
+ "Users": "Usuarios",
+ "Library": "Biblioteca",
+ "Devices": "Dispositivos",
+ "Cancel": "Cancelar",
+ "Restart": "Reiniciar",
+ "Shutdown": "Apagar",
+ "Logs": "Registros",
+ "Visibility": "Visibilidad",
+ "Notifications": "Notificaciones",
+ "SendTestNotification": "Enviar Notificación de prueba",
+ "NotificationSent": "Notificación enviada",
+ "DeleteNotificationConfirmation": "¿Estás seguro de que desea eliminar esta notificación?",
+ "DeleteNotification": "Eliminar Notificación",
+ "AddNotification": "Añadir Notificación",
+ "EditNotification": "Editar Notificación",
+ "LimitUserEventsTo": "Limitar eventos de usuario a:",
+ "LimitLibraryEventsTo": "Limitar eventos de la biblioteca a:",
+ "LimitDeviceEventsTo": "Limitar eventos de dispositivos a:",
+ "ForAdditionalNotificationOptions": "El administrador del servidor puede instalar los servicios de notificación en el {0}catálogo de complementos{1} de Emby.",
+ "Plugins": "Plugins",
+ "Systems": "Sistemas",
+ "Server": "Servidor",
+ "Dashboard": "Panel de control",
+ "PlayOnAnotherDevice": "Reproducir en otro dispositivo",
+ "HeaderConnectionHelp": "Ayuda de conexión",
+ "AccessRestrictedTryAgainLater": "Actualmente el acceso está restringido. Por favor, inténtelo de nuevo más tarde.",
+ "ButtonGotIt": "Entendido",
+ "RememberMe": "Recuérdame",
+ "EmbyServer": "Emby Server",
+ "ManageEmbyServer": "Gestionar Emby Server",
+ "ShutdownServer": "Apagar Emby Server",
+ "RestartServer": "Reiniciar Emby Server",
+ "RecordingCancelled": "Grabación cancelada",
+ "SeriesCancelled": "Series canceladas",
+ "Recording": "Grabando",
+ "SeriesRecording": "Grabando series",
+ "RecordingScheduled": "Grabación programada",
+ "SeriesRecordingScheduled": "Grabación de serie programada",
+ "HeaderNewRecording": "Nueva grabación",
+ "HeaderWakeServer": "Despertar Servidor",
+ "AttemptingWakeServer": "Intentando iniciar el servidor. Por favor, espere...",
+ "WakeServerSuccess": "¡Realizado correctamente!",
+ "HeaderCustomizeHomeScreen": "Personalizar la pantalla de inicio",
+ "WakeServerError": "Los paquetes Wake On LAN se enviaron a su máquina servidor, pero no podemos conectarnos a su servidor Emby. Es posible que su máquina necesite un poco más de tiempo para activarse o que Emby Server no se esté ejecutando activamente en la máquina.",
+ "Days": "Días",
+ "Network": "Red",
+ "Networks": "Redes",
+ "SortByValue": "Ordenar por {0}",
+ "HeaderSortBy": "Ordenar por",
+ "HeaderPhotoAlbums": "Álbumes de fotos",
+ "Photos": "Fotos",
+ "HeaderAppearsOn": "Aparece en",
+ "List": "Lista",
+ "HeaderRecordSeries": "Grabar series",
+ "HeaderCinemaMode": "Introducciones de Cine",
+ "Conversions": "Conversiones",
+ "Downloads": "Descargas",
+ "HeaderManageDownloads": "Administrar Descargas",
+ "InternalStorage": "Almacenamiento interno",
+ "ExternalStorage": "Almacenamiento externo",
+ "UploadToFollowingServers": "Subir a servidores",
+ "UploadingNumItems": "Subiendo {0} de {1}",
+ "DownloadNumItems": "Descargando {0} de {1}",
+ "HeaderSampleRate": "Frecuencia de muestreo",
+ "HeaderReferenceFrames": "Fotogramas de referencia",
+ "HeaderBitDepth": "Profundidad de bits",
+ "HeaderPixelFormat": "Formato de píxel",
+ "Profile": "Perfil",
+ "Bitrate": "Velocidad de bits",
+ "Expand": "Expandir",
+ "Container": "Contenedor",
+ "Format": "Formato",
+ "Path": "Ruta",
+ "Size": "Tamaño",
+ "Resolution": "Resolución",
+ "HeaderCodecTag": "Etiqueta de codec",
+ "Framerate": "Velocidad de fotogramas",
+ "Interlaced": "Entrelazado",
+ "Anamorphic": "Anamórfico",
+ "Level": "Nivel",
+ "Timestamp": "Marca de tiempo",
+ "Language": "Idioma",
+ "Codec": "Codec",
+ "Stream": "Transmisión",
+ "HeaderExtradata": "Datos extra",
+ "HeaderHardwareAcceleratedTranscoding": "Transcodificación acelerada por hardware",
+ "HeaderHardwareAcceleratedTranscodingDescription": "Aprovecha la GPU de tu servidor. Emby tiene la aceleración de hardware más avanzada y rápida de la industria.",
+ "HeaderOfflineDownloads": "Medios sin conexión",
+ "AndMuchMoreExclamation": "¡Y mucho más!",
+ "HeaderOfflineDownloadsDescription": "Descarga los medios en sus dispositivos para usarlos fácilmente sin conexión.",
+ "LiveTvFeatureDescription": "Transmita TV en directo a cualquier aplicación Emby con un dispositivo sintonizador de TV compatible instalado en su servidor Emby Server.",
+ "DvrFeatureDescription": "Programe grabaciones de TV en directo individuales, grabaciones de series y más con Emby DVR.",
+ "CinemaModeFeatureDescription": "Cinema Intros le brinda la verdadera experiencia cinematográfica con tráilers e intros personalizados antes de la función principal.",
+ "HeaderFreeApps": "Apps de Emby gratuitas",
+ "FreeAppsFeatureDescription": "Disfrute de acceso gratuito a las aplicaciones de Emby para sus dispositivos.",
+ "HeaderBecomeProjectSupporter": "Obtener Emby Premiere",
+ "HeaderViewServerInfo": "Ver información del servidor",
+ "PlaybackTvModeRequiresEmbyPremiere": "La reproducción de medios en modo TV requiere una {0}suscripción a Emby Premiere{1} activa.",
+ "FeatureRequiresEmbyPremiere": "Esta función requiere una {0}suscripción a Emby Premiere{1} activa.",
+ "HeaderConvertYourRecordings": "Convierte tus grabaciones",
+ "Record": "Grabar",
+ "Save": "Guardar",
+ "Edit": "Editar",
+ "HeaderSavePlaylist": "Guardar lista de reproducción",
+ "Latest": "Últimas",
+ "Download": "Descargar",
+ "Downloaded": "Descargado",
+ "Converted": "Convertido",
+ "RemoveFromHistory": "Eliminar del Historial",
+ "ConfirmRemoveFromHistory": "¿Eliminar este elemento del historial?",
+ "Downloading": "Descargando",
+ "Advanced": "Avanzado",
+ "LinkedToEmbyConnect": "Vinculado a Emby Connect",
+ "Delete": "Eliminar",
+ "Both": "Ambos",
+ "LabelChannelDisplay": "Visualización de canales:",
+ "HeaderDeleteItem": "Eliminar elemento",
+ "HeaderDeleteUser": "Borrar usuario",
+ "DeleteItemConfirmation": "¿Está seguro de que desea eliminar {0}?",
+ "DeleteUserConfirmation": "¿Está seguro de que desea eliminar el usuario {0}?",
+ "DeleteUsersConfirmation": "¿Está seguro de que desea eliminar estos {0} usuarios?",
+ "HeaderDeleteDevice": "Eliminar dispositivo",
+ "DeleteDeviceConfirmation": "¿Estás seguro de que deseas eliminar este dispositivo? Volverá a aparecer la próxima vez que un usuario inicie sesión con él.",
+ "ConfirmDeleteItem": "Eliminar este elemento lo eliminará tanto del sistema de archivos como de su biblioteca multimedia.",
+ "FollowingFilesWillBeDeleted": "Se eliminarán los siguientes archivos y carpetas:",
+ "AreYouSureToContinue": "¿Seguro que desea continuar?",
+ "Refresh": "Refrescar",
+ "RefreshingMetadataDots": "Actualizando metadatos...",
+ "ScanningLibraryFilesDots": "Escaneando archivos de la biblioteca...",
+ "HeaderFavoritesThenByChannelNumber": "Favoritos, además de por número de canal",
+ "HeaderAddToCollection": "Agregar a la colección",
+ "HeaderFavoritesThenByTitle": "Favoritos, además de por Título",
+ "HeaderFavoritesThenByDefault": "Favoritos, además de por Orden de Canal predeterminado",
+ "HeaderDefaultChannelOrder": "Orden de canal predeterminado",
+ "HeaderAddToFavorites": "Añadir a Favoritos",
+ "HeaderRemoveFromFavorites": "Eliminar de Favoritos",
+ "Favorited": "Favorito",
+ "Unfavorited": "No favorito",
+ "HeaderNewCollection": "Nueva colección",
+ "HeaderNewPlaylist": "Nueva lista de reproducción",
+ "AllCollections": "Todas las Colecciones",
+ "AllPlaylists": "Todas las Listas de reproducción",
+ "Create": "Crear",
+ "HeaderAddedToPlaylist": "Agregado a la lista de reproducción",
+ "HeaderAddedToCollection": "Agregado a la colección",
+ "OneItemAddedTo": "Se agregó 1 elemento a \"{0}\".",
+ "ItemsAddedTo": "{0} elementos agregados a \"{1}\".",
+ "HeaderAddedToPlayQueue": "Agregado a la cola de reproducción",
+ "HeaderPlayingNext": "Siguiente reproducción",
+ "Help": "Ayuda",
+ "HeaderGetHelp": "Consigue ayuda",
+ "LabelTVDisplayMode": "Activar el Modo de Pantalla de TV",
+ "Desktop": "Escritorio",
+ "Mobile": "Móvil / Tablet",
+ "Navigation": "Navegación",
+ "HeaderVideoPlayback": "Reproducción de Vídeo",
+ "TV": "TV",
+ "HeaderEmbyConnect": "Emby Connect",
+ "Seasons": "Temporadas",
+ "OneTrack": "1 Pista",
+ "OneSeason": "1 Temporada",
+ "Libraries": "Bibliotecas",
+ "NumberSeasonsValue": "{0} Temporadas",
+ "TVDisplayModeHelp": "Optimice la interfaz de usuario de este dispositivo para su visualización en un televisor y el uso de un control remoto como método de entrada. Generalmente, no se recomienda si su método de entrada principal es el ratón o es táctil.",
+ "LabelDisplayLanguage": "Idioma de la pantalla:",
+ "LabelDisplayLanguageHelp": "Traducir Emby es un proyecto en curso.",
+ "LearnHowYouCanContribute": "Aprenda cómo puede contribuir.",
+ "NewCollectionHelp": "Las colecciones le permiten crear agrupaciones personalizadas de películas y otro contenido de la biblioteca.",
+ "SearchForCollectionInternetMetadata": "Buscar en internet ilustraciones y metadatos",
+ "DisplayMissingEpisodesWithinSeasons": "Mostrar episodios faltantes dentro de las temporadas",
+ "DisplayMissingEpisodesWithinSeasonsHelp": "Esto también debe estar activado para las bibliotecas de TV en la configuración del servidor Emby Server.",
+ "EnableThemeSongs": "Reproducir canciones temáticas",
+ "EnableBackdrops": "Habilitar imágenes de fondo",
+ "EnableThemeSongsHelp": "Si está habilitado, las canciones temáticas se reproducirán en segundo plano mientras se navega por la biblioteca.",
+ "EnableBackdropsHelp": "Si está habilitado, los fondos se mostrarán en el fondo de algunas páginas mientras navega por la biblioteca.",
+ "EnableThemeVideos": "Reproducir vídeos temáticos",
+ "EnableThemeVideosHelp": "Si está habilitado, los vídeos temáticos se reproducirán en segundo plano mientras se navega por la biblioteca.",
+ "RunAtStartup": "Ejecutar en el arranque",
+ "ServerStartup": "Inicio del Servidor",
+ "EmbyServerOnXHasStarted": "El servidor Emby en {0} se ha iniciado.",
+ "LabelScreensaver": "Salvapantallas:",
+ "LabelSoundEffects": "Efectos de sonido:",
+ "LabelName": "Nombre:",
+ "NewCollectionNameExample": "Ejemplo: Colección de Star Wars",
+ "MessageItemsAdded": "Elementos añadidos.",
+ "OptionNew": "Nuevo...",
+ "LabelPlaylist": "Lista de reproducción:",
+ "AddToPlaylist": "Añadir a la lista de reproducción",
+ "HeaderAddToPlaylist": "Añadir a la lista de reproducción",
+ "Subtitles": "Subtítulos",
+ "LabelTheme": "Tema:",
+ "LabelSettingsTheme": "Opciones del tema:",
+ "LabelThemeAccentColor": "Color acentuado:",
+ "ThemeAccentColorDescription": "Controla el color de indicadores, iconos y texto importantes.",
+ "SearchForSubtitles": "Buscar subtítulos",
+ "LabelLanguage": "Idioma:",
+ "Search": "Buscar",
+ "NoSubtitleSearchResultsFound": "No se han encontrado resultados. ¿Ha configurado la {0}descarga de subtitulo{1}?",
+ "NoLyricsSearchResultsFound": "No se han encontrado resultados. ¿Has configurado la {0}descarga de letras{1}?",
+ "Lyrics": "Letras",
+ "SearchForLyrics": "Buscar por letras",
+ "Finish": "Finalizar",
+ "File": "Archivo",
+ "Exit": "Salir",
+ "Sleep": "Suspender",
+ "Setup": "Configuración",
+ "MessageAreYouSureDeleteSubtitles": "¿Está seguro de que desea eliminar este archivo de subtítulo?",
+ "ConfirmDeletion": "Confirmar eliminación",
+ "MySubtitles": "Mis Subtítulos",
+ "MessageDownloadQueued": "Descarga en cola.",
+ "HeaderEditSubtitles": "Editar subtítulos",
+ "UnlockGuide": "Guía de desbloqueo",
+ "HeaderRefreshMetadata": "Actualizar metadatos",
+ "HeaderRefreshAllMetadata": "Actualizar todos los metadatos",
+ "ReplaceExistingImages": "Reemplazar imágenes existentes",
+ "ReplaceExistingImagesHelp": "Se eliminarán todas las imágenes existentes y se descargarán otras nuevas. En algunos casos, esto puede resultar en menos imágenes disponibles que antes.",
+ "ReplaceAllMetadata": "Reemplazar todos los metadatos",
+ "SearchForMissingMetadata": "Buscar metadatos faltantes",
+ "LabelRefreshMode": "Modo de actualización:",
+ "NoItemsFound": "No se encontraron elementos.",
+ "HeaderSaySomethingLike": "Di algo como...",
+ "ButtonTryAgain": "Inténtalo de nuevo",
+ "HeaderYouSaid": "Dijiste...",
+ "MessageWeDidntRecognizeCommand": "Lo sentimos, no reconocimos ese comando.",
+ "MessageIfYouBlockedVoice": "Si denegó el acceso por voz a la aplicación, deberá volver a configurarla antes de volver a intentarlo.",
+ "ValueDiscNumber": "Disco {0}",
+ "Unrated": "Sin clasificar",
+ "Favorite": "Favorito",
+ "Like": "Me gusta",
+ "Dislike": "No me gusta",
+ "RefreshDialogHelp": "Los metadatos se actualizan según la configuración y los proveedores de metadatos que están habilitados en la configuración de la biblioteca de Emby.",
+ "Open": "Abrir",
+ "Play": "Reproducir",
+ "Pause": "Pausa",
+ "HeaderPlayQueue": "Cola de reproducción",
+ "HeaderAddToPlayQueue": "Agregar a la cola de reproducción",
+ "Shuffle": "Aleatorio",
+ "Identify": "Identificar",
+ "HeaderRemoveIdentification": "Eliminar identificación",
+ "ResetMetadataConfirmation": "¿Estás seguro de que deseas restablecer todos los metadatos?",
+ "HeaderEditMetadata": "Editar metadatos",
+ "Convert": "Convertir",
+ "Resume": "Continuar",
+ "HeaderInstantMix": "Mezcla Instantánea",
+ "HeaderGoToItem": "Ir al elemento",
+ "HeaderGoToSeason": "Ir a Temporada",
+ "HeaderGoToSeries": "Ir a Series",
+ "HeaderGoToAlbum": "Ir a Album",
+ "HeaderGoToArtist": "Ir a Artista",
+ "HeaderPlayAll": "Reproducir todo",
+ "PictureInPicture": "Imagen en Imagen (PIP)",
+ "Fullscreen": "Pantalla completa",
+ "ExitFullscreen": "Salir de pantalla completa",
+ "Rewind": "Rebobinar",
+ "FastForward": "Avance rápido",
+ "Remove": "Eliminar",
+ "Rename": "Renombrar",
+ "Queue": "En cola",
+ "QueueAllFromHere": "En cola todos desde aquí",
+ "PlayAllFromHere": "Reproducir todos desde aquí",
+ "PlayFromBeginning": "Reproducir desde el Principio",
+ "FromBeginning": "Desde el principio",
+ "ResumeAt": "Reanudar desde {0}",
+ "HeaderRemoveFromPlaylist": "Quitar de la lista de reproducción",
+ "HeaderRemoveFromPlayQueue": "Quitar de la cola de reproducción",
+ "HeaderRemoveFromCollection": "Quitar de la colección",
+ "Sort": "Ordenar",
+ "Trailer": "Trailer",
+ "SelectNone": "No seleccionar ninguno",
+ "SelectAll": "Seleccionar Todo",
+ "HeaderMarkPlayed": "Marcar como visto",
+ "HeaderMarkUnplayed": "Marcar como no visto",
+ "HeaderGroupVersions": "Agrupar versiones",
+ "PleaseSelectTwoItems": "Por favor, seleccione al menos dos elementos.",
+ "HeaderConfirmRecordingCancellation": "Confirmar cancelación de la grabación",
+ "MessageConfirmRecordingCancellation": "¿Cancelar la grabación?",
+ "Album": "Album",
+ "AlbumArtist": "Artista del álbum",
+ "Error": "Error",
+ "VoiceInput": "Entrada de voz",
+ "LabelContentType": "Tipo de contenido:",
+ "LabelPath": "Ruta:",
+ "Playlists": "Lista de reproducción",
+ "LabelTitle": "Título:",
+ "LabelOriginalTitle": "Título original:",
+ "LabelSortTitle": "Ordenar por titulo:",
+ "LabelDateAdded": "Fecha añadida:",
+ "DateAdded": "Fecha añadida",
+ "DateModified": "Fecha Modificada",
+ "DatePlayed": "Fecha de reproducción",
+ "DateLastActive": "Fecha de última actividad",
+ "ConfigureDateAdded": "Configure cómo se determina la fecha añadida en el panel de Emby Server en la configuración de la biblioteca",
+ "LabelStatus": "Estado:",
+ "LabelArtistsHelp": "Separe más de uno usando ;",
+ "HeaderAlbumArtists": "Artistas del álbum",
+ "LabelAlbumArtists": "Artistas de los álbumes",
+ "LabelAlbum": "Album:",
+ "Artist": "Artista",
+ "Artists": "Artistas",
+ "ImdbRating": "Calificación de IMDb",
+ "CommunityRating": "Calificación de la comunidad",
+ "LabelCommunityRating": "Calificación de la comunidad:",
+ "LabelCriticRating": "Valoración crítica",
+ "CriticRating": "Valoración crítica",
+ "LabelWebsite": "Sitio web:",
+ "Tagline": "Eslogan",
+ "LabelOverview": "Sinopsis:",
+ "LabelShortOverview": "Sinopsis corta:",
+ "LabelReleaseDate": "Fecha de lanzamiento:",
+ "LabelPlaceOfBirth": "Lugar de nacimiento:",
+ "Aired": "Emitido",
+ "LabelAirDays": "Días de emisión:",
+ "LabelAirTime": "Hora de emisión",
+ "LabelRuntimeMinutes": "Tiempo de ejecución (minutos):",
+ "LabelCustomRating": "Valoración personalizada:",
+ "LabelOriginalAspectRatio": "Relación de aspecto original:",
+ "Label3DFormat": "Formato 3D",
+ "FormatValue": "Formato: {0}",
+ "DownloadsValue": "{0} descargas",
+ "HashMatch": "coincidencia de hash",
+ "EnableExternalVideoPlayers": "Activar reproductores externos de vídeo",
+ "EnableExternalVideoPlayersHelp": "Se mostrará un menú de reproductor externo al iniciar la reproducción de vídeo.",
+ "HeaderSpecialEpisodeInfo": "Información del episodio especial",
+ "LabelAirsDuringSeason": "Se emite durante la temporada:",
+ "LabelAirsAfterSeason": "Se emite después de la temporada:",
+ "LabelAirsBeforeEpisode": "Se emite antes del episodio:",
+ "HeaderExternalIds": "IDs externos:",
+ "HeaderDisplaySettings": "Configuración de pantalla",
+ "PlaylistOrder": "Orden de la lista de reproducción",
+ "CollectionOrder": "Orden de la Colección",
+ "LabelDisplayOrder": "Orden de visualización:",
+ "LabelFileOrder": "Orden de archivo:",
+ "Display": "Pantalla",
+ "Countries": "Países",
+ "Genres": "Géneros",
+ "Studios": "Estudios",
+ "Tags": "Etiquetas",
+ "Links": "Enlaces",
+ "Movie": "Película",
+ "Program": "Programa",
+ "Channel": "Canal",
+ "Episode": "Episodio",
+ "Season": "Temporada",
+ "HeaderMetadataSettings": "Configuración de Metadatos",
+ "People": "Reparto:",
+ "Number": "Numero",
+ "Lock": "Bloquear",
+ "HeaderScreenLocked": "Pantalla bloqueada",
+ "HeaderUnlockControls": "Desbloquear controles",
+ "HeaderTapToUnlock": "Toca para desbloquear",
+ "LabelMetadataDownloadLanguage": "Idioma de descarga de metadatos preferido:",
+ "LabelImageDownloadLanguage": "Idioma preferido para descargar imágenes:",
+ "LabelLockItemToPreventChanges": "Bloquear este elemento para evitar cambios futuros",
+ "LockThisField": "Bloquear este campo para evitar cambios futuros al actualizar los metadatos",
+ "MessageLeaveEmptyToInherit": "Déjelo vacío para heredar la configuración de un elemento principal o el valor predeterminado global.",
+ "LabelCountry": "País:",
+ "LabelCertificationCountry": "País de certificación:",
+ "CertificationCountryHelp": "Esto influirá en el sistema de clasificación de contenidos que se use.",
+ "LabelDynamicExternalId": "ID {0}:",
+ "LabelBirthYear": "Año de nacimiento:",
+ "LabelBirthDate": "Fecha de nacimiento:",
+ "LabelDeathDate": "Fecha fallecimiento:",
+ "LabelEndDate": "Fecha de finalización:",
+ "LabelSeasonNumber": "Temporada número:",
+ "LabelEpisodeNumber": "Episodio número:",
+ "LabelTrackNumber": "Número de pista:",
+ "LabelNumber": "Número:",
+ "LabelDiscNumber": "Número de disco:",
+ "LabelParentNumber": "Número de padre:",
+ "SortName": "Ordenar por Titulo",
+ "OriginalTitle": "Título original",
+ "ReleaseDate": "Fecha de lanzamiento",
+ "Continuing": "Continuando",
+ "Ended": "Finalizado",
+ "HeaderEnabledFields": "Campos habilitados",
+ "HeaderEnabledFieldsHelp": "Desmarque un campo para bloquearlo y evitar que se modifiquen sus datos.",
+ "Backdrops": "Imágenes de fondo",
+ "Images": "Imágenes",
+ "Runtime": "Tiempo de ejecución",
+ "ProductionLocations": "Localizaciones de producción",
+ "BirthLocation": "Lugar de nacimiento",
+ "ParentalRating": "Clasificación parental",
+ "PlayCount": "Contador de reproducciones",
+ "Name": "Nombre",
+ "Overview": "Sinopsis",
+ "LabelType": "Tipo:",
+ "LabelPersonRole": "Papel:",
+ "LabelPersonRoleHelp": "Ejemplo: Conductor del camión de helados",
+ "Actor": "Actor",
+ "Composers": "Compositores",
+ "Composer": "Compositor",
+ "Director": "Director",
+ "GuestStar": "Actor invitado",
+ "Producer": "Productor",
+ "Writer": "Escritor",
+ "MessageNoSyncJobsFound": "No se encontraron descargas. Cree trabajos de descarga con los botones Descargar que se encuentran en toda la aplicación.",
+ "MessageNoDownloadsFound": "No hay descargas sin conexión. Descargue sus medios para usarlos sin conexión haciendo clic en Descargar en toda la aplicación.",
+ "InstallingPackage": "Instalando {0}",
+ "PackageInstallCompleted": "{0} instalación completada.",
+ "PackageInstallFailed": "{0} instalación fallida.",
+ "PackageInstallCancelled": "{0} instalación cancelada.",
+ "SeriesYearToPresent": "{0} - Actualidad",
+ "OneDevice": "1 Dispositivo",
+ "DeviceCountValue": "{0} Dispositivos",
+ "OneLog": "1 Registro",
+ "LogCountValue": "{0} Registros",
+ "OneVote": "1 Voto",
+ "VoteCountValue": "{0} Votos",
+ "OneLike": "1 Me gusta",
+ "LikeCountValue": "{0} Me gusta",
+ "OneUser": "1 Usuario",
+ "UserCountValue": "{0} Usuarios",
+ "OneLibrary": "1 Biblioteca",
+ "LibraryCountValue": "{0} Bibliotecas",
+ "ValueOneItem": "1 Elemento",
+ "ValueOneEpisode": "1 episodio",
+ "ValueEpisodeCount": "{0} episodios",
+ "Albums": "Álbumes",
+ "Song": "Canción",
+ "Songs": "Canciones",
+ "Authors": "Autores",
+ "Books": "Libros",
+ "AudioBooks": "Audio libros",
+ "HeaderAudioBooks": "Audio libros",
+ "HeaderAudioBook": "Audio-libro",
+ "HeaderIdentifyItemHelp": "Ingrese uno o más criterios de búsqueda. Elimine criterios para aumentar los resultados de la búsqueda.",
+ "PleaseEnterNameOrId": "Ingrese un nombre o un identificador externo.",
+ "MessageItemSaved": "Elemento guardado.",
+ "SearchResults": "Resultados de la búsqueda",
+ "ServerNameIsRestarting": "El servidor Emby - {0} se esta reiniciando.",
+ "ServerNameIsShuttingDown": "El servidor Emby - {0} se esta apagando.",
+ "HeaderDeleteItems": "Eliminar elementos",
+ "ConfirmDeleteItems": "Eliminar estos elementos los eliminará tanto del sistema de archivos como de su biblioteca multimedia.",
+ "PleaseRestartServerName": "Por favor, reinicie el servidor Emby en {0}",
+ "ConvertingDots": "Convirtiendo...",
+ "LabelSyncNoTargetsHelp": "Parece que actualmente no tiene ninguna aplicación que admita la descarga sin conexión.",
+ "DownloadingDots": "Descargando...",
+ "LearnMore": "Saber más",
+ "LabelBitrateMbps": "Velocidad de bits (Mbps):",
+ "ConvertUnwatchedVideosOnly": "Convertir solo videos no reproducidos",
+ "SyncUnwatchedVideosOnly": "Descargar solo videos no reproducidos",
+ "ConvertUnwatchedVideosOnlyHelp": "Sólo se convertirán los videos que no estén marcados como reproducidos por completo.",
+ "SyncUnwatchedVideosOnlyHelp": "Solo se descargarán los videos que no se hayan marcado como reproducidos por completo, y los videos se eliminarán del dispositivo a medida que se reproduzcan por completo.",
+ "AutomaticallySyncNewContent": "Descargar contenido nuevo automáticamente",
+ "AutomaticallySyncNewContentHelp": "El nuevo contenido agregado a esta carpeta se descargará automáticamente al dispositivo.",
+ "AutomaticallyConvertNewContent": "Convertir automáticamente nuevo contenido",
+ "AutomaticallyConvertNewContentHelp": "El contenido nuevo agregado a esta carpeta se convertirá automáticamente.",
+ "LabelItemLimit": "Límite de elementos:",
+ "ConvertItemLimitHelp": "Opcional. Establezca un límite al número de elementos que se convertirán.",
+ "DownloadItemLimitHelp": "Opcional. Establezca un límite para la cantidad de elementos que se descargarán.",
+ "PleaseSelectDeviceToSyncTo": "Por favor, seleccione un dispositivo para descargar.",
+ "Screenshots": "Capturas de pantalla",
+ "MoveRight": "Mover derecha",
+ "MoveLeft": "Mover izquierda",
+ "HeaderUploadNewImage": "Subir nueva imagen",
+ "HeaderDeleteImage": "Borrar imagen",
+ "ConfirmDeleteImage": "¿Borrar imagen?",
+ "HeaderEditImages": "Editar imágenes",
+ "Settings": "Ajustes",
+ "ShowIndicatorsFor": "Mostrar indicadores",
+ "Episodes": "Episodios",
+ "Programs": "Programas",
+ "HeaderCastCrew": "Reparto y Equipo Técnico",
+ "DvrSubscriptionRequired": "Emby Live TV y DVR requieren una {0}suscripción Emby Premiere{1} activa.",
+ "HeaderCancelRecording": "Cancelar grabación",
+ "HeaderKeepRecording": "Mantener grabación",
+ "HeaderCancelSeries": "Cancelar serie",
+ "HeaderKeepSeries": "Mantener serie",
+ "HeaderLearnMore": "Aprende más",
+ "SeriesSettings": "Configuración de Series",
+ "HeaderRecordingOptions": "Opciones de grabación",
+ "HeaderDoNotRecord": "No grabar",
+ "HeaderSeriesOptions": "Opciones de serie",
+ "Layout": "Diseño",
+ "Channels": "Canales",
+ "ChannelNameOnly": "Solo canal {0}",
+ "Anytime": "En cualquier momento",
+ "AnyLanguage": "Cualquier idioma",
+ "AroundTime": "Alrededor de {0}",
+ "HeaderLatestMovies": "Ultimas Películas",
+ "All": "Todo",
+ "Stop": "Detener",
+ "AllChannels": "Todos los canales",
+ "NewEpisodesOnly": "Solo nuevos episodios",
+ "AllEpisodes": "Todos los episodios",
+ "LabelStartWhenPossible": "Empezar cuando sea posible:",
+ "LabelStopWhenPossible": "Detener cuando sea posible:",
+ "MinutesBefore": "minutos antes",
+ "MinutesAfter": "minutos después",
+ "SkipEpisodesAlreadyInMyLibrary": "No grabar episodios que ya estén en mi biblioteca",
+ "SkipEpisodesAlreadyInMyLibraryHelp": "Los episodios se compararán usando números de episodios y temporadas, cuando estén disponibles.",
+ "LabelKeepUpTo": "Mantener hasta:",
+ "AsManyAsPossible": "El mayor número posible",
+ "DefaultErrorMessage": "Hubo un error al procesar la solicitud. Por favor, inténtelo de nuevo más tarde.",
+ "UntilIDelete": "Hasta que lo elimine",
+ "UntilSpaceNeeded": "Hasta que se necesite espacio",
+ "Categories": "Categorías",
+ "Sports": "Deportes",
+ "News": "Noticias",
+ "Movies": "Películas",
+ "Music": "Música",
+ "Kids": "Infantil",
+ "MoreFromValue": "Más de {0}",
+ "DiedValue": "Murió: {0}",
+ "BornValue": "Nacido: {0}",
+ "EnableColorCodedBackgrounds": "Aplicar fondos de colores a los programas, según su categoría",
+ "SortChannelsBy": "Ordenar canales por:",
+ "ChannelNumber": "Número de canal",
+ "HeaderBenefitsEmbyPremiere": "Beneficios de Emby Premiere",
+ "ThankYouForTryingEnjoyOneMinute": "Disfrute de un minuto de reproducción. Gracias por probar Emby.",
+ "HeaderTryPlayback": "Prueba de reproducción",
+ "HowDidYouPay": "¿Cómo pagaste?",
+ "IHaveEmbyPremiere": "Tengo Emby Premiere",
+ "IPurchasedThisApp": "Compré esta aplicación",
+ "ButtonRestorePreviousPurchase": "Restaurar compra",
+ "ButtonUnlockWithPurchase": "Desbloquear con una compra",
+ "ButtonUnlockPrice": "Desbloquear {0}",
+ "EmbyPremiereMonthlyWithPrice": "Emby Premiere mensual {0}",
+ "HeaderAlreadyPaid": "¿Ya has pagado?",
+ "ButtonPlayOneMinute": "Reproducir un minuto",
+ "PlaceFavoriteChannelsAtBeginning": "Situar los canales favoritos al principio",
+ "HeaderUnlockFeature": "Desbloquear función",
+ "MessageDidYouKnowCinemaMode": "¿Sabía que con Emby Premiere, puede mejorar tu experiencia con funciones como Cinema Intros?",
+ "HeaderPlayMyMedia": "Reproducir mis contenidos",
+ "HeaderDiscoverEmbyPremiere": "Descubre Emby Premiere",
+ "HeaderNowPlaying": "Reproduciendo ahora",
+ "Items": "Elementos",
+ "AppName": "Nombre de la Aplicación",
+ "OneChannel": "Un canal",
+ "ConfirmRemoveDownload": "¿Quieres eliminar la descarga?",
+ "ConfirmRemoveItem": "¿Eliminar el elemento?",
+ "RemoveDownload": "Eliminar descarga",
+ "ConfirmCancelConversion": "¿Cancelar la conversión?",
+ "CancelConversion": "Cancelar la Conversión",
+ "KeepDownload": "Mantener descarga",
+ "AddedOnValue": "Añadido {0}",
+ "RemovingFromDevice": "Quitar del dispositivo",
+ "KeepOnDevice": "Mantener en el dispositivo",
+ "CancelDownload": "Cancelar descarga",
+ "SyncJobItemStatusReadyToTransfer": "Listo para transferir",
+ "SyncJobItemStatusSyncedMarkForRemoval": "Quitar del dispositivo",
+ "SyncJobItemStatusQueued": "En cola",
+ "SyncJobItemStatusConverting": "Convirtiendo",
+ "SyncJobItemStatusTransferring": "Transfiriendo",
+ "SyncJobItemStatusSynced": "Descargado",
+ "Failed": "Fallido",
+ "SyncJobItemStatusRemovedFromDevice": "Eliminado del dispositivo",
+ "Cancelled": "Cancelado",
+ "Retry": "Reintentar",
+ "Continue": "Continuar",
+ "ContinueInSecondsValue": "Continuar en {0} segundos.",
+ "HeaderRemoteControl": "Control remoto",
+ "Disconnect": "Desconectar",
+ "EnableDisplayMirroring": "Activar la duplicación de pantalla",
+ "RemoteAccess": "Acceso Remoto",
+ "HeaderPlayOn": "Reproducir en",
+ "Quality": "Calidad",
+ "Auto": "Automático",
+ "AndroidUnlockRestoreHelp": "Para restaurar su compra anterior, asegúrese de haber iniciado sesión en el dispositivo con la misma cuenta de Google (o Amazon) que originalmente realizó la compra. Asegúrese de que la tienda de aplicaciones esté habilitada y no esté restringida por ningún control parental, y asegúrese de tener una conexión a Internet activa. Solo tendrá que hacer esto una vez para restaurar su compra anterior.",
+ "HeaderAspectRatio": "Relación de aspecto",
+ "Original": "Original",
+ "Fill": "Rellenar",
+ "Cover": "Portada",
+ "MessageNoServersAvailableToConnect": "No hay servidores disponibles para conectarse. Si ha sido invitado a compartir un servidor, asegúrese de aceptarlo a continuación o haciendo clic en el enlace del correo electrónico.",
+ "MessagePlayAccessRestricted": "La reproducción de este contenido está actualmente restringida. Comuníquese con su administrador de Emby Server para obtener más información.",
+ "Accept": "Aceptar",
+ "Reject": "Rechazar",
+ "Connect": "Conectar",
+ "HeaderMyMedia": "Mis Contenidos",
+ "HeaderMyMediaSmall": "Mis Contenidos (pequeño)",
+ "LatestFromLibrary": "Lo último en {0}",
+ "HeaderLatestEpisodes": "Últimos episodios",
+ "ContinuePlaying": "Seguir reproduciendo",
+ "ContinueWatching": "Continuar viendo",
+ "HeaderLatestChannelMedia": "Últimos elementos del canal",
+ "HeaderContinueWatching": "Continuar viendo",
+ "HeaderContinueListening": "Reanudar reproducción",
+ "HeaderActiveRecordings": "Grabaciones activas",
+ "HeaderLatestRecordings": "Últimas grabaciones",
+ "LabelConvertTo": "Convertir a:",
+ "LabelDownloadTo": "Descargar en:",
+ "HeaderDownloadToDots": "Descargar en...",
+ "Next": "Siguiente",
+ "LabelSource": "Fuente:",
+ "VersionNumber": "Version {0}",
+ "HeaderAllLanguages": "Todos los idiomas",
+ "Previous": "Anterior",
+ "HeaderNextUp": "Siguiente",
+ "HeaderPlayNextUp": "Reproducir Siguiente",
+ "HeaderLatestFrom": "Lo último en {0}",
+ "LabelHomeScreenSectionValue": "Sección de la pantalla de inicio {0}:",
+ "PasswordResetComplete": "La contraseña ha sido restablecida.",
+ "PasswordSaved": "Contraseña guardada.",
+ "SettingsSaved": "Configuración guardada.",
+ "Upcoming": "Próximamente",
+ "HeaderSelectImageFile": "Seleccionar archivo de imagen",
+ "None": "Ninguno",
+ "More": "Más",
+ "Up": "Arriba",
+ "Down": "Abajo",
+ "Home": "Inicio",
+ "Back": "Atrás",
+ "Random": "Aleatorio",
+ "Playback": "Reproducción",
+ "Favorites": "Favoritos",
+ "HeaderHomeScreen": "Pantalla de inicio",
+ "HeaderLatestChannelItems": "Últimos elementos del canal",
+ "HeaderLibraryOrder": "Orden de biblioteca",
+ "HeaderOnNow": "En directo ahora",
+ "HeaderForKids": "Para niños",
+ "HeaderPlaybackError": "Error de reproducción",
+ "PlaybackErrorNotAllowed": "Actualmente no tienes autorización para reproducir este contenido. Comuníquese con el administrador del sistema para obtener más detalles.",
+ "RateLimitExceeded": "Su cuenta superó el límite máximo de transmisión establecido por su administrador de Emby Server. Comuníquese con ellos para obtener ayuda.",
+ "PlaybackErrorNoCompatibleStream": "Actualmente no hay transmisiones compatibles disponibles. Vuelva a intentarlo más tarde o póngase en contacto con el administrador del sistema para obtener más detalles.",
+ "PlaybackErrorPlaceHolder": "Por favor, inserte el disco para reproducir este vídeo.",
+ "PlaybackErrorNoPlayableItems": "No se encontraron elementos reproducibles. ¿Estás intentando reproducir una carpeta vacía?",
+ "Guide": "Guía",
+ "Games": "Juegos",
+ "GameSystem": "Sistema de juego",
+ "Suggestions": "Sugerencias",
+ "HeaderFavoriteChannels": "Canales Favoritos",
+ "HeaderFavoriteCollections": "Colecciones Favoritas",
+ "HeaderFavoritePlaylists": "Listas de reproducción favoritas",
+ "Collection": "Colección",
+ "Collections": "Colecciones",
+ "LabelSelectFolderGroups": "Agrupar automáticamente el contenido de las siguientes carpetas en vistas como Películas, Música y TV:",
+ "LabelSelectFolderGroupsHelp": "Las carpetas que no estén marcadas se mostrarán por sí mismas en su propia vista.",
+ "Mute": "Silenciado",
+ "Unmute": "No silenciado",
+ "Folder": "Carpeta",
+ "Folders": "Carpetas",
+ "FileName": "Nombre del archivo",
+ "DisplayInOtherHomeScreenSections": "Mostrar en las secciones de Pantalla de Inicio, Últimos medios y Continuar viendo",
+ "DisplayInMyMedia": "Mostrar en la pantalla de inicio",
+ "Shows": "Series",
+ "MoviesAndShows": "Películas y Programas",
+ "HeaderMusicVideo": "Vídeo musical",
+ "HeaderMusicVideos": "Videos musicales",
+ "MusicVideos": "Videos musicales",
+ "Videos": "Videos",
+ "MixedContent": "Contenido mixto",
+ "HomeVideos": "Vídeos de inicio",
+ "HomeVideosAndPhotos": "Vídeos y fotos personales",
+ "TVShows": "Programas de TV",
+ "HeaderLibraryFolders": "Carpetas de la Biblioteca",
+ "HeaderTermsOfPurchase": "Condiciones de Compra",
+ "PrivacyPolicy": "Política de privacidad",
+ "TermsOfUse": "Condiciones de uso",
+ "HeaderRepeatMode": "Modo de repetición",
+ "HeaderToneMapping": "Mapeo de tonos",
+ "RepeatOne": "Repetir uno",
+ "RepeatAll": "Repetir todo",
+ "LabelDefaultScreen": "Pantalla por defecto:",
+ "ConfirmEndPlayerSession": "¿Quieres cerrar Emby en {0}?",
+ "Yesterday": "Ayer",
+ "Yes": "Si",
+ "No": "No",
+ "HeaderScanLibraryFiles": "Escanear archivos de Biblioteca",
+ "LiveTV": "TV en directo",
+ "Schedule": "Programación",
+ "Recordings": "Grabaciones",
+ "ScanForNewAndUpdatedFiles": "Escanear archivos nuevos y actualizados",
+ "NewVersionOfXAvailableForY": "{0} está disponible para {1}",
+ "DirectStreamHelp1": "Los medios son compatibles con el dispositivo en cuanto a la resolución y el tipo de medios (H.264, AC3, etc.), pero se encuentran en un contenedor de archivos incompatibles (.mkv, .avi, .wmv, etc.). El video se volverá a empaquetar sobre la marcha antes de transmitirlo al dispositivo.",
+ "DirectStreamHelp2": "La transmisión directa de un archivo usa muy poca potencia de procesamiento sin ninguna pérdida en la calidad del vídeo.",
+ "MediaIsBeingConverted": "Los medios se están convirtiendo a un formato que es compatible con el dispositivo que está reproduciendo los medios.",
+ "StatsForNerds": "Estadísticas para nerds",
+ "HeaderHardwareAcceleratedDecoding": "Decodificación acelerada por Hardware",
+ "HeaderHardwareAcceleratedEncoding": "Codificación acelerada por Hardware",
+ "HeaderDirectPlay": "Reproducción Directa",
+ "DirectPlaying": "Reproducción directa",
+ "DirectStreaming": "Transmisión en directo",
+ "Transcode": "Transcodificar",
+ "Transcoding": "Transcodificación",
+ "ContainerBitrateExceedsLimit": "Reduciendo la velocidad de bits debido a la configuración de calidad",
+ "VideoCodecNotSupported": "Códec de vídeo no soportado",
+ "AudioCodecNotSupported": "Convirtiendo audio a códec compatible",
+ "SubtitleCodecNotSupported": "Convertir subtítulos directamente en vídeo",
+ "DirectPlayError": "Error de reproducción directa",
+ "ContainerNotSupported": "Contenedor no soportado",
+ "VideoLevelNotSupported": "Convirtiendo a nivel de vídeo compatible",
+ "AudioBitrateNotSupported": "Convirtiendo a una velocidad de bits de audio compatible",
+ "AudioChannelsNotSupported": "Canales de audio no soportados",
+ "VideoResolutionNotSupported": "Convertir a una resolución de vídeo compatible",
+ "AudioProfileNotSupported": "Perfil de audio no soportado",
+ "AudioSampleRateNotSupported": "Convirtiendo a una frecuencia de muestreo de audio compatible",
+ "AnamorphicVideoNotSupported": "Vídeo anamórfico no soportado",
+ "InterlacedVideoNotSupported": "Desentrelazado de vídeo",
+ "SecondaryAudioNotSupported": "Cambio de pista de audio no soportado",
+ "ExternalAudioNotSupported": "Seleccionar pista de audio externa",
+ "ErrorRemovingEmbyConnectAccount": "Se produjo un error al eliminar la cuenta de Emby Connect. Por favor, asegúrese de tener una conexión a Internet activa y vuelva a intentarlo.",
+ "HeaderEmbyAccountRemoved": "Cuenta de Emby eliminada",
+ "MessageEmbyAccontRemoved": "La cuenta de Emby se ha eliminado de este usuario.",
+ "HeaderInvitationSent": "Invitación enviada",
+ "Offline": "Fuera de línea",
+ "HeaderSignUp": "Registrarse",
+ "ServerDownloadMessage": "Para descargar e instalar el servidor gratuito Emby Server, visita {0}",
+ "ServerDownloadMessageWithoutLink": "Para descargar e instalar el servidor gratuito Emby Server, visite el sitio web de Emby.",
+ "MessageInvitationSentToUser": "Se envió un correo electrónico a {0} invitándolo a aceptar su invitación para compartir.",
+ "MessageInvitationSentToNewUser": "Se envió un correo electrónico a {0} invitándolos a registrarse en Emby.",
+ "GuestUserNotFound": "Usuario no encontrado. Asegúrese de que el nombre sea correcto e inténtelo de nuevo, o intente ingresar su dirección de correo electrónico.",
+ "ErrorReachingEmbyConnect": "Hubo un error al contactar con el servidor Emby Connect. Por favor, asegúrese de tener una conexión a Internet activa y vuelva a intentarlo.",
+ "ErrorAddingEmbyConnectAccount1": "Hubo un error al añadir la cuenta Emby Connect. ¿Ha creado una cuenta de Emby? Regístrese en {0}.",
+ "ErrorAddingEmbyConnectAccount2": "Si aún tiene un problema, envíe un correo electrónico a {0} desde la dirección de correo electrónico usada con la cuenta de Emby.",
+ "ErrorAddingGuestAccount1": "Hubo un error al agregar la cuenta de Emby Connect. ¿Tu invitado ha creado una cuenta Emby? Pueden registrarse en {0}.",
+ "ErrorAddingGuestAccount2": "Si sigues teniendo problemas, envía un correo electrónico a {0} e incluye tu dirección de correo electrónico y la de ellos.",
+ "MessageEmbyAccountAdded": "La cuenta de Emby se ha añadido a este usuario.",
+ "MessagePendingEmbyAccountAdded": "La cuenta de Emby se ha añadido a este usuario. Se enviará un correo electrónico al propietario de la cuenta. La invitación deberá confirmarse haciendo clic en un enlace dentro del correo electrónico.",
+ "HeaderEmbyAccountAdded": "Cuenta de Emby añadida",
+ "Skip": "Omitir",
+ "HeaderAdditionalParts": "Partes adicionales",
+ "ButtonGenerateNewPin": "Generar Nuevo PIN",
+ "ConnectLoginHelp1": "Con Emby Connect, puede acceder fácilmente a su servidor Emby donde sea que esté y compartir servidores con su familia y amigos.",
+ "CreatePinErrorMessage": "Se produjo un error al crear un código PIN. Haga clic en Generar Nuevo PIN para volver a intentarlo.",
+ "PinExpiredMessage": "El código pin ha caducado. Por favor, haga clic en Generar Nuevo PIN para volver a intentarlo.",
+ "ConnectPinCodeHeader": "Para iniciar sesión con Emby Connect, use un dispositivo móvil o computadora para visitar {0} e ingrese el siguiente código PIN:",
+ "LabelSubtitlePlaybackMode": "Modo de Subtitulo:",
+ "ErrorDeletingItem": "Se produjo un error al eliminar el elemento del servidor Emby. Compruebe que el servidor Emby tenga acceso de escritura a la carpeta de medios y vuelva a intentarlo.",
+ "NoSubtitles": "Sin subtítulos",
+ "Default": "Por defecto",
+ "Absolute": "Absoluto",
+ "Smart": "Inteligente",
+ "Small": "Pequeño",
+ "Smaller": "Más pequeño",
+ "Medium": "Mediano",
+ "Large": "Grande",
+ "Larger": "más grande",
+ "ExtraLarge": "Extragrande",
+ "ExtraSmall": "Extra pequeño",
+ "Forced": "Forzado",
+ "External": "Externo",
+ "HeaderEmbeddedTitle": "Título incrustado",
+ "OnlyForcedSubtitles": "Sólo subtitulos forzados",
+ "AlwaysPlaySubtitles": "Mostrar siempre subtítulos",
+ "DefaultSubtitlesHelp": "Los subtítulos se cargan según los indicadores predeterminados y forzados en los metadatos incrustados. Las preferencias de idioma se tienen en cuenta cuando hay varias opciones disponibles.",
+ "SmartSubtitlesHelp": "Los subtítulos que coincidan con la preferencia de idioma se cargarán cuando el audio esté en un idioma extranjero.",
+ "HeaderSubtitleSettings": "Ajustes de subtítulos",
+ "HeaderSubtitleAppearance": "Apariencia de los subtítulos",
+ "OnlyForcedSubtitlesHelp": "Sólo se cargarán los subtítulos marcados como forzados.",
+ "AutoSelectHearingImpairedHelp": "Se cargarán los subtítulos que coincidan con la preferencia de idioma, dando preferencia a las pistas marcadas como para personas con discapacidad auditiva (SDH).",
+ "AlwaysPlaySubtitlesHelp": "Los subtítulos que coincidan con la preferencia de idioma se cargarán independientemente del idioma de audio.",
+ "NoSubtitlesHelp": "Los subtítulos no se cargarán de forma predeterminada. Todavía se pueden activar manualmente durante la reproducción.",
+ "LabelPreferredSubtitleLanguage": "Idioma de subtítulos preferido:",
+ "LabelTextSize": "Tamaño de texto:",
+ "TheseSettingsAffectSubtitlesOnThisDevice": "Estas opciones afectan a los subtítulos en este dispositivo",
+ "LabelDropShadow": "Sombra paralela:",
+ "LabelTextBackgroundColor": "Color de fondo del texto:",
+ "LabelWindowBackgroundColor": "Color de fondo del texto:",
+ "LabelFont": "Fuente:",
+ "LabelTextColor": "Color del texto:",
+ "LabelBackgroundColor": "Color de Fondo:",
+ "LabelBackgroundOpacity": "Opacidad del Fondo:",
+ "Raised": "Elevado",
+ "Depressed": "Deprimido",
+ "Uniform": "Uniforme",
+ "DropShadow": "Sombra paralela",
+ "SmallCaps": "Letras minúsculas",
+ "SubtitleAppearanceSettingsDisclaimer": "Esta configuración no se aplicará a los subtítulos gráficos (PGS, DVD, etc.), o subtítulos que tienen su propio estilo Integrado (ASS/SSA).",
+ "Normal": "Normal",
+ "HeaderWaitingForWifi": "Esperando a la red WiFi",
+ "WifiRequiredToDownload": "Se requiere una conexión WiFi para continuar con la descarga.",
+ "DownloadOnlyOnWifi": "Descargar solo en WiFi",
+ "LabelMusicDownloadQuality": "Calidad de descarga de música:",
+ "MusicDownloadQualityHelp": "Emby Server convertirá los archivos de audio con una velocidad de bits más alta. Seleccione un valor más alto para una mejor calidad o un valor más bajo para conservar el espacio de almacenamiento local.",
+ "HeaderDownloadSettings": "Configuración de descargas",
+ "LabelDownloadLocation": "Ubicación de descarga:",
+ "BrowseForFolder": "BuscaPorCarpetas",
+ "Unlimited": "Ilimitado",
+ "NoLimit": "Sin limite",
+ "Hide": "Ocultar",
+ "HeaderKeepWatching": "Continuar Viendo",
+ "HeaderNextEpisode": "Siguiente episodio",
+ "AudioBitDepthNotSupported": "Convirtiendo a una profundidad de bits de audio compatible",
+ "VideoBitrateNotSupported": "Convertir a una velocidad de bits de vídeo compatible",
+ "VideoProfileNotSupported": "Convirtiendo a un perfil de vídeo compatible",
+ "VideoFramerateNotSupported": "Cuadros por segundo de video no soportados",
+ "VideoBitDepthNotSupported": "Convirtiendo a una profundidad de bits de vídeo compatible",
+ "RefFramesNotSupported": "Convertir a un número compatible de fotogramas de referencia de vídeo",
+ "ErrorConnectServerUnreachable": "Hubo un error al realizar la operación solicitada. Su servidor no puede comunicarse con nuestro servidor Emby Connect en {0}. Asegúrese de que su servidor tenga una conexión a Internet activa y que las comunicaciones estén permitidas por cualquier firewall o software de seguridad que haya instalado.",
+ "HeaderStopRecording": "Detener Grabación",
+ "ManageRecording": "Gestionar grabación",
+ "LabelDropImageHere": "Arrastre y suelte la imagen aquí, o haga clic para seleccionar una imagen para cargar.",
+ "MessageFileReadError": "Hubo un error al leer el archivo. Por favor, inténtalo de nuevo.",
+ "Browse": "Explorar",
+ "HeaderUploadImage": "Subir imagen",
+ "HeaderAddUpdateImage": "Añadir/Actualizar imagen",
+ "HeaderShowFields": "Mostrar campos",
+ "LabelView": "Vista:",
+ "LabelImageType": "Tipo de imagen:",
+ "Upload": "Subir",
+ "Primary": "Principal",
+ "PrimaryImageBlur": "Desenfocar la imagen principal",
+ "Art": "Arte",
+ "Backdrop": "Imagen de fondo",
+ "Banner": "Banner",
+ "Box": "Caja",
+ "BoxRear": "Caja (Trasera)",
+ "Disc": "Disco",
+ "Logo": "Logo",
+ "LogoDark": "Logotipo (versión oscura)",
+ "LogoLight": "Logotipo (versión clara)",
+ "LogoLightColor": "Logotipo (claro con color)",
+ "Menu": "Menú",
+ "Screenshot": "Captura de pantalla",
+ "Thumb": "Miniatura",
+ "HeaderAudioSettings": "Ajustes de audio",
+ "LabelAudioLanguagePreference": "Idioma de audio preferido",
+ "LabelPlayDefaultAudioTrack": "Reproducir pista de audio predeterminada, independientemente del idioma",
+ "HeaderVideoQuality": "Calidad de vídeo",
+ "CinemaModeConfigurationHelp": "Cinema Intros lleva la experiencia del cine directamente a su sala de estar con la capacidad de reproducir tráilers e intros personalizadas antes de la función principal.",
+ "ShowUpNextPreview": "Mostrar la vista previa siguiente",
+ "ShowUpNextPreviewHelp": "Mostrar información del siguiente elemento cerca del final del actual.",
+ "PlayNextEpisodeAutomatically": "Reproducir siguiente episodio automáticamente",
+ "LabelMaxChromecastBitrate": "Calidad de transmisión para Chromecast:",
+ "LabelSkipBackLength": "Saltar hacia atrás:",
+ "LabelSkipForwardLength": "Saltar hacia delante:",
+ "EnableCinemaMode": "Activar Intros de Cine",
+ "LabelInternetQuality": "Calidad de Internet:",
+ "LabelCellularQuality": "Calidad de transmisión remota (celular)",
+ "HeaderMusicQuality": "Calidad musical",
+ "LabelHomeNetworkQuality": "Calidad de la Red local:",
+ "HeaderLatestMedia": "Últimos medios",
+ "HeaderRestartingEmbyServer": "Reiniciando Emby Server",
+ "RestartPleaseWaitMessage": "Espere mientras Emby Server se apaga y se reinicia. Esto puede tardar uno o dos minutos.",
+ "HeaderPlayNext": "Reproducir siguiente",
+ "AutoBasedOnLanguageSetting": "Automático (según la configuración del dispositivo)",
+ "SameAsMainTheme": "El mismo que el tema principal",
+ "LabelDateTimeLocale": "Lugar de fecha y hora:",
+ "Genre": "Género",
+ "DirectorValue": "Director: {0}",
+ "DirectorsValue": "Directores: {0}",
+ "GenreValue": "Género: {0}",
+ "GenresValue": "Géneros: {0}",
+ "TagsValue": "Etiquetas: {0}",
+ "Off": "Apagado",
+ "Title": "Título",
+ "Year": "Año",
+ "Filter": "Filtro",
+ "Filters": "Filtros",
+ "Unplayed": "No reproducido",
+ "LabelTVHomeScreen": "Pantalla de inicio del modo TV:",
+ "Horizontal": "Horizontal",
+ "Vertical": "Vertical",
+ "HeaderGroupBy": "Agrupar por",
+ "HeaderMediaType": "Tipo de medio",
+ "GroupBySeries": "Agrupar por series",
+ "HeaderVideoType": "Tipo de vídeo",
+ "HeaderSeriesStatus": "Estado de la Serie",
+ "Features": "Características",
+ "Trailers": "Tráilers",
+ "Extras": "Extras",
+ "ThemeSongs": "Canciones temáticas",
+ "ThemeVideos": "Vídeos temáticos",
+ "HeaderFavoriteMovies": "Películas Favoritas",
+ "HeaderFavoritePhotos": "Fotos favoritas",
+ "HeaderFavoriteShows": "Series Favoritas",
+ "HeaderFavoriteEpisodes": "Episodios Favoritos",
+ "HeaderFavoriteVideos": "Vídeos Favoritos",
+ "HeaderFavoriteMusicVideos": "Videos musicales favoritos",
+ "HeaderFavoriteGames": "Juegos Favoritos",
+ "HeaderFavoriteArtists": "Artistas Favoritos",
+ "HeaderFavoriteAlbums": "Álbumes Favoritos",
+ "HeaderFavoriteSongs": "Canciones Favoritas",
+ "HeaderFavoriteAuthors": "Autores Favoritos",
+ "HeaderFavoriteAudioBooks": "Audio libros Favoritos",
+ "Ascending": "Ascendente",
+ "Descending": "Descendente",
+ "HeaderColorPrimaries": "Colores principales",
+ "HeaderColorSpace": "Espacio de color",
+ "HeaderColorTransfer": "Transferencia de color",
+ "HeaderVideoRange": "Rango de vídeo",
+ "SeriesDisplayOrderHelp": "Ordene los episodios por fecha de emisión, orden de DVD o numeración absoluta.",
+ "LabelVerticalPositionFromBottom": "Posición vertical (desde abajo):",
+ "HeaderFavoritePeople": "Reparto favorito",
+ "MultiSelect": "Selección múltiple",
+ "HeaderSignOut": "Desconectarse",
+ "HeaderSelectServer": "Seleccionar servidor",
+ "HeaderChangeServer": "Cambiar servidor",
+ "HeaderChangeUser": "Cambiar Usuario",
+ "HeaderAppSettings": "Configuración de la aplicación",
+ "HeaderLoginSettings": "Ajustes de inicio de sesión",
+ "LabelRememberLogin": "Recordar inicio de sesión",
+ "LabelAutomaticallySignOut": "Cerrar sesión automáticamente:",
+ "BetaTesterMessage": "¡Gracias por ser un beta tester de Emby! Por favor, deje sus comentarios en el {0}Área de Pruebas de la Comunidad Emby{1}.",
+ "HardwareAccelerated": "Acelerado por hardware",
+ "Software": "Software",
+ "Metadata": "Metadatos",
+ "HeaderMediaInfo": "Información multimedia",
+ "Locked": "Bloqueado",
+ "HeaderSplitVersionsApart": "Separar versiones",
+ "Any": "Cualquiera",
+ "Admin": "Administrador",
+ "HeaderReadMore": "Leer más",
+ "CustomRatingHelp": "Se usa una valoración personalizada para las evaluaciones de control parental, pero no se muestra. El campo de clasificación parental todavía se muestra.",
+ "KeepUpToHelp": "Las grabaciones que superan el límite se eliminan cuando comienza la siguiente grabación. Las grabaciones más antiguas se eliminan primero, por fecha añadida.",
+ "NoItemsMatchingFound": "No se encontraron elementos que coincidan con sus criterios de búsqueda.",
+ "TwoSearchCharsRequired": "Por favor, ingresa al menos dos caracteres de búsqueda.",
+ "PreventPlaybackContinuing": "Evita que la reproducción continúe indefinidamente solicitando periódicamente la entrada del usuario.",
+ "PromptStillWatching": "Habilitar solicitud '¿Sigues viéndolo?'",
+ "HeaderMissingMetadata": "Metadatos faltantes",
+ "HeaderIncludedIn": "Incluido en",
+ "EmbyConnectUserAlreadyLinked": "El usuario de Emby Connect ya está vinculado a otro usuario en este servidor.",
+ "VideoFilesWillBeConvertedTo": "Los videos convertidos se guardarán como {0}.",
+ "VideoWillBeConvertedTo": "Las transmisiones de vídeo se convertirán a {0} o se copiarán del archivo original si ya son {0} y la calidad se ajusta a las opciones de conversión.",
+ "VideoWillBeConvertedToOrCopied": "Las transmisiones de vídeo se convertirán a {0}, o se copiarán del archivo original si son de ({1}), y la calidad se ajusta a las opciones de conversión.",
+ "AudioWillBeConvertedTo": "Las transmisiones de audio se convertirán a {0} o se copiarán del archivo original si ya son {0} y la calidad se ajusta a las opciones de conversión.",
+ "AudioWillBeConvertedToOrCopied": "Las transmisiones de audio se convertirán a {0} o se copiarán del archivo original si son de ({1}), y la calidad se ajusta a las opciones de conversión.",
+ "HeaderSpecialKeys": "Teclas especiales",
+ "FollowingSpecialKeys": "Las siguientes teclas especiales son compatibles con la mayoría de los teclados y mandos a distancia:",
+ "HeaderDeleteSeries": "Eliminar Serie",
+ "HeaderDeleteLastPlayedEpisode": "Eliminar último episodio reproducido",
+ "HeaderConnectingToServer": "Conectando al servidor",
+ "ServerNameValue": "Nombre del servidor: {0}",
+ "DomainValue": "Dominio: {0}",
+ "RatedValue": "{0} Calificado",
+ "LocalServerRedirectMessage": "Ahora será redirigido al dominio que pertenece y es operado por el administrador del servidor al que ha elegido conectarse:",
+ "AllMediaOwnedHosted": "Todos los medios están alojados y gestionados por el propietario de {0}.",
+ "EnableResolutionSwitching": "Igualar la resolución de vídeo",
+ "EnableResolutionSwitchingHelp": "Esto permite que Emby cambie la resolución al mismo valor en el que se codificó el vídeo antes de comenzar la reproducción. Esto puede ayudar a minimizar la cantidad de tartamudeo/vibración que de otro modo podría ver al reproducir vídeos que no coinciden bien.",
+ "EnableDisplayRefreshRateSwitching": "Activar el cambio de frecuencia de actualización de la pantalla",
+ "EnableDisplayRefreshRateSwitchingHelp": "Esto permite a Emby cambiar la frecuencia de actualización de la pantalla al mismo valor (o múltiplo de) que la velocidad de fotogramas en la que se codificó el video antes de comenzar la reproducción. Esto ayuda a minimizar la cantidad de tartamudeo/vibración que, de lo contrario, podría ver al reproducir videos que no coinciden bien.",
+ "RememberSelectedAudioTracks": "Recordar las selecciones de pistas de audio",
+ "RememberSelectedSubtitleTracks": "Recordar las selecciones de pistas de subtítulos",
+ "RememberSelectedSubtitleTracksHelp": "Las selecciones de pistas de subtítulos se recordarán por vídeo y se volverán a aplicar al reproducir el mismo vídeo nuevamente.",
+ "RememberSelectedAudioTracksHelp": "Las selecciones de pistas de audio se recordarán por vídeo y se volverán a aplicar al reproducir el mismo vídeo nuevamente.",
+ "ClearSavedTrackSelections": "Borrar selecciones de pistas guardadas",
+ "HeaderClearTrackSelections": "Borrar selecciones de pistas guardadas",
+ "QuestionClearSavedTracks": "¿Borrar todas las selecciones de pistas guardadas?",
+ "LabelChannelTags": "Etiquetas de canal:",
+ "AfterThisPlaysConfirmation": "Después de que se reproduzca, ¿Desea seguir reproduciendo o limpiar la música puesta en cola anteriormente?",
+ "Keep": "Mantener",
+ "Clear": "Limpiar",
+ "HeaderClearFilters": "Limpiar filtros",
+ "HeaderSearchForImages": "Buscar imágenes",
+ "HeaderSearchNewImage": "Buscar una nueva imagen",
+ "HeaderSearchForAnImage": "Buscar una imagen",
+ "DragDropToReorder": "Arrastrar y soltar para reordenar",
+ "HeaderAddImageFromUrl": "Agregar imagen desde URL",
+ "HeaderSetImageFromUrl": "Establecer imagen desde URL",
+ "LabelUrl": "URL:",
+ "LabelChannelNumber": "Número de canal:",
+ "LabelGuideDataChannel": "Guía de datos del canal:",
+ "GuideDataSource": "Fuente de datos de la guía",
+ "HeaderCopyToClipboard": "Copiar al portapapeles",
+ "TimeRemainingValue": "{0} restante",
+ "LabelResumeRewindSeconds": "Al reanudar, rebobinar automáticamente:",
+ "ResumeRewindSecondsHelp": "Esto puede ayudarte a recordar dónde lo dejaste.",
+ "HeaderSavePlayQueueToPlaylist": "Guardar la cola de reproducción en la lista de reproducción",
+ "EnableLogoImagesAsTitle": "Mostrar imágenes de logotipos como títulos en pantallas de detalles",
+ "EnableLogoImagesAsTitleHelp": "Cuando estén disponibles, las imágenes del logotipo se pueden usar en lugar del texto del título en vídeos, series y otras pantallas de detalles. El título se convertirá en texto cuando no haya una imagen de logotipo disponible.",
+ "LabelNowPlayingAudioBackgroundStyle": "Reproduciendo ahora audio de fondo:",
+ "LabelNowPlayingVideoBackgroundStyle": "Reproduciendo ahora estilo de fondo de vídeo:",
+ "NowPlayingVideoBackgroundStyleHelp": "Determina el estilo de fondo cuando se controla de forma remota la reproducción de vídeo en otro dispositivo.",
+ "Rotation": "Rotación",
+ "Minutes": "Minutos",
+ "LabelMaxRecordingLength": "Duración máxima de grabación:",
+ "MaxRecordingLengthHelp": "Limite las grabaciones a una cantidad de tiempo específica, independientemente de la duración de la transmisión. Establézcalo en 0 para no tener límite.",
+ "RemoteWAN": "Dirección remota (WAN)",
+ "HeaderLastConnectedTo": "Última conexión a",
+ "Version": "Version",
+ "Keyword": "Palabra clave",
+ "HeaderServerAddress": "Dirección del servidor",
+ "HeaderSkipIntro": "Saltar Intro",
+ "HeaderCreateRecording": "Crear grabación",
+ "HeaderAddRecording": "Añadir grabación",
+ "HeaderChannelAndTime": "Canal y Hora",
+ "LabelRecordProgramOrSeriesFrom": "Grabar un programa o serie de:",
+ "LabelStartTime": "Hora de inicio:",
+ "LabelEndTime": "Hora final:",
+ "LabelFrequency": "Frecuencia:",
+ "Recurring": "Recurrente",
+ "Once": "Una vez",
+ "Start": "Iniciar",
+ "Unpause": "Reanudar",
+ "LabelIntroSkipMode": "Modo de omitir introducción:",
+ "ShowSkipIntroButton": "Mostrar el botón 'Omitir introducción'",
+ "AutoSkipIntro": "Omitir introducciones automáticamente",
+ "DisplayRatingInformationOnVideoPlaybackStart": "Mostrar información de calificación al inicio de la reproducción de vídeo",
+ "DisplayRatingInformationOnVideoPlaybackStartHelp": "La información de calificación se mostrará brevemente cuando comience la reproducción del vídeo.",
+ "IntroSkipModeHelp": "Muestre un botón 'Omitir introducción' o salte automáticamente las introducciones para episodios en los que Emby Server ha detectado marcadores de introducción. La detección de introducción debe estar habilitada en las opciones de la biblioteca de Emby Server.",
+ "EnableHomeScreenFocusPreview": "Usar el diseño en la pantalla de inicio que muestra una vista previa detallada del elemento seleccionado",
+ "EnableHomeScreenFocusPreviewHelp": "Es posible que esto no funcione bien si su pantalla de inicio contiene una combinación de diferentes tipos de medios.",
+ "LabelHideMediaTransportButtons": "Ocultar los botones de control del reproductor de vídeo",
+ "HideMediaTransportButtonsHelp": "Cree una interfaz de reproducción en pantalla más sencilla ocultando los botones de transporte básicos, como avanzar, retroceder y pausar. Aún podrá usar estas funciones usando las teclas de flecha y OK/Enter. Automático, ocultará los botones de transporte cuando no se detecte el uso del mouse dentro de la aplicación.",
+ "ImageSizeHelp": "Establezca su tamaño preferido de cuadrículas de imágenes.",
+ "LabelImageSize": "Tamaño de imagen:",
+ "ThisImageIsOnlyPreview": "Esta imagen es solo una vista previa obtenida del motor de búsqueda de metadatos. La imagen real que descargue Emby Server puede ser diferente y dependerá de las opciones que haya configurado en la configuración de la biblioteca de Emby.",
+ "ResultsRangeValue": "{0} a {1} de {2}",
+ "NotificationsDescription": "Configure notificaciones para mantenerse informado de eventos importantes en su servidor Emby Server.",
+ "DeleteEmbyConnectAccount": "Eliminar cuenta Emby Connect",
+ "DeleteEmbyConnectAccountHelp": "Para eliminar su cuenta Emby Connect, inicie sesión en la {0}Comunidad Emby{1} en {2}. Una vez que haya iniciado sesión, haga clic en su nombre de usuario en la parte superior derecha, luego haga clic en Configuración de la cuenta, luego haga clic en Eliminar mi cuenta.",
+ "KeepPlayingInBackground": "Mantener la reproducción en segundo plano",
+ "LabelVideoBackBehavior": "Comportamiento del botón \"Retroceder\" del reproductor de video:",
+ "HeaderViewLyrics": "Ver letras",
+ "HeaderViewMissingEpisodes": "Ver episodios que faltan",
+ "HeaderMissingEpisodes": "Episodios que faltan",
+ "HeaderManageAccess": "Administrar acceso",
+ "HeaderManageCollaboration": "Gestionar la colaboración",
+ "HeaderLeaveCollaboration": "Dejar colaboración",
+ "HeaderRemoveFromLibrary": "Eliminar de la Biblioteca",
+ "RemoveSharedItemConfirmation": "¿Está seguro de que desea eliminar este elemento de su biblioteca? Para recuperarlo, el propietario deberá concederle permiso nuevamente.",
+ "SubtitlesDownloaded": "Subtítulos descargados",
+ "HeaderMakePrivate": "Hacer Privado",
+ "HeaderMakePublic": "Hacer Publico",
+ "MakePublicDescription": "Todos los usuarios podrán ver este elemento. A los usuarios se les puede conceder acceso de escritura individualmente.",
+ "MakePrivateDescription": "A los usuarios aún se les puede otorgar acceso de lectura o escritura individualmente.",
+ "Private": "Privado",
+ "Public": "Publico",
+ "Collaborative": "Colaborativo",
+ "PreferredShowDisplay": "Mostrar Programa de TV preferido:",
+ "ShowAllEpisodesAllSeasons": "Mostrar todos los episodios de todas las temporadas juntas",
+ "ShowAllEpisodesSingleSeason": "Mostrar todos los episodios de series de una sola temporada",
+ "ShowSeasonFolders": "Mostrar siempre carpetas de temporada",
+ "HeaderAddAgain": "Añadir de nuevo",
+ "UpNext": "Próximamente",
+ "ItemsAlreadyInPlaylist": "Algunos de estos elementos ya están en tu lista de reproducción.",
+ "ItemAlreadyInPlaylist": "Este elemento ya está en tu lista de reproducción.",
+ "HeaderPlayChannel": "Reproducir canal",
+ "LabelScreenOrientationDuringVideo": "Orientación de la pantalla durante la reproducción de vídeo:",
+ "UseDeviceSetting": "Usar la configuración del dispositivo",
+ "LockToLandscape": "Bloquear en horizontal",
+ "UsernameForFolderHelp": "El nombre de usuario requerido para acceder a esta carpeta en su red (si corresponde).",
+ "PasswordForFolderHelp": "La contraseña requerida para acceder a esta carpeta en su red (si corresponde).",
+ "ShowMediaInfoOnDetailScreens": "Mostrar información multimedia completa en las pantallas de detalles de audio y vídeo",
+ "ForgotPasswordNoUserFound": "No se encontraron usuarios con el nombre ingresado. Vuelva a intentarlo o deje el nombre en blanco para restablecer la contraseña de todos los usuarios de este servidor.",
+ "Silver": "Plata",
+ "DimGray": "Gris Oscuro",
+ "DarkGray": "Gris Oscuro",
+ "LightGray": "Gris Claro",
+ "Black": "Negro",
+ "Blue": "Azul",
+ "Cyan": "Cian",
+ "Gray": "Gris",
+ "Green": "Verde",
+ "Lime": "Lima",
+ "Magenta": "Magenta",
+ "Orange": "Naranja",
+ "Pink": "Rosa",
+ "Red": "Rojo",
+ "Yellow": "Amarillo",
+ "White": "Blanco",
+ "Purple": "Purpura",
+ "RecentlyReleasedMovies": "Películas Estrenadas Recientemente",
+ "RecentlyReleasedEpisodes": "Episodios lanzados recientemente",
+ "DolbyProfile": "Perfil Dolby",
+ "IpAddress": "Dirección IP",
+ "VideoType": "Tipo de Vídeo",
+ "HidePlayedMediaFrom": "Ocultar medios reproducidos de",
+ "BottomEdgePosition": "Posición del borde inferior",
+ "VerticalPositionFromBottomScreen": "Establezca la posición vertical de los subtítulos en relación con la parte inferior de la pantalla.",
+ "TopEdgePosition": "Posición del borde superior",
+ "TopEdgePositionHelp": "Establezca la posición vertical más alta permitida de los subtítulos en relación con la parte superior de la pantalla. Esto se usa cuando los subtítulos contienen instrucciones de posicionamiento para colocarse en la parte superior.",
+ "HeaderSubtitlePosition": "Posición del Subtitulo",
+ "TitleProfilePin": "Pin del perfil",
+ "ProfilePinConfirm": "Pin del perfil (confirmar)",
+ "SaveProfilePin": "Guardar Pin",
+ "ProfilePinDescription": "Crea un pin opcional que se te solicitará cada vez que vuelvas a una aplicación de Emby en un dispositivo con el que ya te hayas autenticado. Esto es útil si tienes dispositivos compartidos por varios usuarios. Puedes habilitarlo selectivamente en cada dispositivo según sea necesario.",
+ "TitleNewEpisodes": "Nuevos episodios",
+ "EnterYourPinToContinue": "Ingrese su PIN para continuar.",
+ "YourPinMustBe": "Su PIN debe tener {0} dígitos.",
+ "ForgotPin": "¿Olvidaste tu PIN?",
+ "RequireEnteringPinToReturn": "Requiero ingresar el PIN de mi perfil cuando regrese a esta aplicación después de haber iniciado sesión.",
+ "RequireEnteringPinToReturnQuestion": "¿Deberíamos solicitarle el PIN de su perfil cada vez que regrese a esta aplicación? Si varios usuarios comparten este dispositivo, el PIN de su perfil puede ayudar a evitar que otros usuarios accedan a sus datos.",
+ "RequireEnteringPinToReturnHelp": "Útil si este dispositivo es compartido por varios usuarios. Requiere crear un PIN de perfil en la configuración del perfil de su servidor.",
+ "WrongPinPleaseTryAgain": "Vaya, PIN incorrecto. Inténtalo de nuevo.",
+ "ProfilePinIsOn": "El PIN del perfil ahora está activado.",
+ "IfTryingToConnectToHttp": "Si está intentando conectarse a una dirección http, es posible que su navegador no lo permita debido a los requisitos de HTTPS. Pruebe una de las siguientes opciones:",
+ "SetupHttpsForYourServer": "Configure {0}https para su servidor Emby{1} para que pueda conectarse mediante https.",
+ "TitleUnableToReachServer": "No se puede alcanzar el servidor",
+ "TitleUnableToReachName": "No se puede alcanzar el servidor {0}",
+ "HearingImpaired": "Personas con discapacidad auditiva",
+ "SignIntoServerName": "Inicia sesión en {0}",
+ "About": "Acerca de",
+ "Specials": "Especiales",
+ "NSettings": "Ajustes de {0}",
+ "NPreferences": "Preferencias de {0}",
+ "DetailScreenOptions": "Pantallas detalladas",
+ "LabelGenreDisplayLimit": "Límite de visualización de género:",
+ "GenreDisplayLimitHelp": "Limite la cantidad de géneros que se muestran en la parte superior de las pantallas de detalles del elemento.",
+ "GenreDisplayLimitForListsHelp": "Limite la cantidad de géneros que se muestran en la parte superior de las pantallas de lista de reproducción, colección y detalles del artista.",
+ "LabelGenreDisplayLimitForLists": "Límite de visualización de género para listas:",
+ "ShowPosterOnDetails": "Mostrar un cartel en la pantalla de detalles",
+ "ShowPosterOnDetailsHelp": "Elija mostrar un cartel en las pantallas de detalles del vídeo u ocultarlo para una apariencia más minimalista que enfatice el fondo. Esta configuración no se usa en diseños de pantalla más pequeñas. Algunos tipos de elementos ignorarán esta configuración.",
+ "EnableAppLogging": "Habilitar el registro de aplicaciones",
+ "EnableAppLoggingHelp": "El registro puede degradar el rendimiento de la aplicación y solo debe habilitarse según sea necesario para solucionar problemas. Los cambios requieren reiniciar la aplicación.",
+ "LabelSlideshowInterval": "Tiempo de presentación de fotos por diapositiva",
+ "TVChannelImageEditorHelp": "Se admiten varias versiones de logotipos. Las aplicaciones Emby elegirán automáticamente la adecuada según el tema actual.",
+ "PlaySlideshow": "Reproducir diapositivas",
+ "CheckForExistingEpisodesInAllLibraries": "Comprobar los episodios existentes en todas las Bibliotecas",
+ "GroupNotificationsBySeriesOrAlbum": "Notificaciones grupales por series y álbumes",
+ "ThemeSettings": "Opciones del tema",
+ "FollowingActivityWillBeDisrupted": "La siguiente actividad se verá interrumpida y puede requerir intervención manual para reiniciarse:",
+ "OneActivePlaybackSession": "1 Sesión de reproducción activa",
+ "NumActivePlaybackSessions": "{0} Sesión de reproducción activa",
+ "OneActiveRecording": "1 Grabación activa",
+ "NumActiveRecordings": "{0} Grabaciones activas",
+ "PlayFromLivePosition": "Reproducir desde la posición en directo",
+ "PlayFromStartOfRecording": "Reproducir desde el inicio de la grabación",
+ "ThisChannelIsActivelyRecording": "Este canal está grabando activamente. ¿Cómo te gustaría empezar a reproducir?",
+ "ThemeSongVolume": "Volumen de la canción temática",
+ "HeaderForceConversionForFormats": "Forzar la transcodificación de formatos",
+ "ForceConversionForFormatsHelp": "Use esto para forzar la transcodificación o remuxación del lado del servidor para formatos que no se reproducen directamente muy bien en este dispositivo.",
+ "StartupBehavior": "Comportamiento de inicio",
+ "RememberLastUser": "Recordar el último usuario",
+ "ShowLoginScreen": "Mostrar Pantalla de Inicio de Sesión",
+ "SignInAsValue": "Iniciar sesión como {0}",
+ "ConvertUnsupportedAudio": "Convertir audio envolvente no compatible a Dolby Digital",
+ "ConvertUnsupportedAudioHelp": "Evite mezclar formatos envolventes no compatibles a estéreo haciendo que el servidor Emby los transcodifique a Dolby Digital.",
+ "HeaderPlaybackCorrection": "Corrección de reproducción",
+ "HeaderAttemptPlaybackCorrection": "Intentar corregir la reproducción",
+ "PlaybackCorrectionConfirm": "¿Intentar corregir la reproducción?",
+ "PlaybackCorrectionDescription": "¿El elemento actual presenta un problema de reproducción, como la ausencia de vídeo o audio? Esto intentará corregir los problemas de reproducción mediante la transcodificación del servidor para convertir este archivo a un formato más compatible con la transmisión. Esto resultará en un mayor consumo de recursos en este servidor Emby.",
+ "PlaybackCorrectionDescription2": "Puedes hacer esto hasta tres veces por vídeo, donde la remuxación, la transcodificación de vídeo y la transcodificación de audio se activan una a la vez.",
+ "HeaderAlbumsAsContributingArtist": "Álbumes como Artista colaborador",
+ "HeaderAlbumsAsComposer": "Álbumes como compositor",
+ "Duplicates": "Duplicados",
+ "HeaderSleepTimer": "Temporizador de sueño",
+ "AfterCurrentItem": "Después del elemento actual",
+ "HeaderStopPlayback": "Detener la reproducción",
+ "TurnOffTimer": "Apagar el temporizador",
+ "SleepTimerIsSet": "Tu temporizador de sueño está configurado",
+ "SleepTimerIsOff": "Tu temporizador de sueño está apagado",
+ "LabelEnableRemoteControlTVMode": "Funciones de transmisión de pantalla y control remoto",
+ "EnableRemoteControlTVModeHelp": "Habilite esta opción si desea utilizar este dispositivo para enviar medios a otros dispositivos.",
+ "ShowOnScreenControls": "Mostrar controles en pantalla",
+ "LabelVideoScreenUpAction": "Comportamiento del botón de Reproducción de vídeo:",
+ "VideoScreenUpActionHelp": "Seleccione la acción que se realizará al pulsar la tecla arriba en la pantalla del reproductor de vídeo. Esto aplica cuando no hay controles visibles en pantalla. Cuando los controles ya estén visibles, se usará la tecla arriba para navegar.",
+ "LabelVideoPlayerLongPressAction": "Acción de pulsación prolongada del reproductor de vídeo",
+ "LetsGetSetup": "Empecemos",
+ "VideoPlayerLongPressActionHelp": "Seleccione qué función o menú se muestra al mantener pulsado el botón OK durante la reproducción de vídeo. Esto solo funciona cuando los controles de vídeo están ocultos o la barra de búsqueda está activa.",
+ "AskAdminToGetPremiere": "Esta compra debe ser realizada por el administrador del servidor. Solicite al administrador de este servidor Emby que inicie sesión y obtenga Emby Premiere para poder acceder a las funciones premium.",
+ "AutoOpenSingleItemsFolders": "Abrir automáticamente elementos individuales en la vista de carpeta",
+ "AutoOpenSingleItemsFoldersHelp": "Cuando una carpeta solo contiene un elemento, se abre automáticamente ese elemento.",
+ "PlayedOnValue": "Reproducido {0}",
+ "TheseSettingsApplyAppDevice": "Esta configuración se aplica a todos los usuarios que reproducen en este dispositivo.",
+ "LastContentDateAdded": "Fecha del último contenido añadido",
+ "RepeatThemeMedia": "Reproducir las melodías en bucle",
+ "HideEpisodeSpoilerInfo": "Ocultar información sobre spoilers de los episodios no vistos",
+ "HideEpisodeSpoilerInfoHelp": "Oculta la descripción y la imagen de los episodios no vistos en la mayoría de las pantallas.",
+ "BornValueAge": "Nacido: {0} (edad {1})",
+ "PreferDirectStreamLiveTV": "Preferir la transmisión directa de TV en directo",
+ "PreferDirectStreamLiveTVHelp": "La transmisión directa de TV en directo reducirá el consumo de recursos en su servidor Emby, pero podría no ser tan fácil de buscar durante la reproducción. Al habilitar esta opción, se transmitirá directamente TV en directo cuando el formato sea compatible y se encuentre dentro de su configuración de calidad. Desactívela para disfrutar de una mayor capacidad de búsqueda durante la reproducción, a coste de un mayor consumo de recursos.",
+ "HeaderAllRecordings": "Todas las Grabaciones",
+ "RememberLoginDescription": "Después de iniciar sesión, puede usar la configuración de la aplicación para configurar el comportamiento de inicio para recordar el inicio de sesión, iniciar sesión como un usuario específico o mostrar siempre la pantalla de inicio de sesión.",
+ "ForgetThisServer": "Olvidar este Servidor",
+ "ForgetServerConfirmation": "¿Estás seguro de que deseas olvidar este servidor?",
+ "HeaderThisDevice": "Este dispositivo",
+ "ChaptersGuide": "Capítulos / Guía de TV en Directo",
+ "ChaptersGuideHelp": "Mostrar capítulos para medios con capítulos. Para medios sin capítulos, muestre la Guía de TV en directo (cuando esté disponible).",
+ "HeaderShowSeriesImages": "Mostrar imágenes de Series",
+ "AppExitConfirmation": "¿Estás listo para salir de Emby?",
+ "AppExitMenu": "Salir del Menu",
+ "SideMenu": "Menú de navegación lateral",
+ "SystemStorage": "Almacenamiento del sistema ({0})"
+}
diff --git a/modules/common/strings/et.json b/modules/common/strings/et.json
new file mode 100644
index 0000000..265b45e
--- /dev/null
+++ b/modules/common/strings/et.json
@@ -0,0 +1,1340 @@
+{
+ "ReplaceExistingThumbnailImages": "Replace existing video preview thumbnails",
+ "ReplaceExistingThumbnailImagesHelp": "All existing video preview thumbnails will be deleted and new ones will be generated, if enabled in the options for the library.",
+ "DateCreated": "Date Created",
+ "CreatedOnValue": "Created {0}",
+ "UpdatedOnValue": "Updated {0}",
+ "EmbyLoginTerms": "Emby on loodud selleks, et aidata hallata oma isiklikku meediakogu, näiteks koduvideoid ja fotosid. Palun loe meie {0}kasutustingimusi{1}. Mis tahes Emby tarkvara kasutamine tähendab nende tingimustega nõustumist.",
+ "MessageUnableToConnectToServer": "Me ei saa praegu valitud serveriga ühendust luua. Veendu, et see töötab ja proovi uuesti.",
+ "EmbyIntroMessage": "Emby abil saad oma Emby serverist hõlpsalt voogesitada videoid, muusikat ja fotosid nutitelefonidesse, tahvelarvutitesse ja muudesse seadmetesse.",
+ "HeaderSignInWithConnect": "Logi sisse Emby Connectiga",
+ "HeaderWelcomeToEmby": "Emby tervitab!",
+ "HeaderNewUsers": "Uued kasutajad",
+ "HeaderPleaseSignIn": "Logi sisse",
+ "MessageInvalidUser": "Vale kasutajanimi või parool. Palun proovi uuesti.",
+ "MessageUnlockAppWithPurchaseOrSupporter": "Ava see funktsionaalsus väikese ühekordse ostuga või aktiivse Emby Premiere tellimusega.",
+ "MessageUnlockAppWithSupporter": "Ava see funktsionaalsus aktiivse Emby Premiere tellimusega.",
+ "MessageToValidateSupporter": "Omades kehtivat Emby Premiere tellimust veendu, et Emby Premiere on seadistatud Emby serveri juhtpaneeli peamenüüs leiduvas valikus 'Emby Premiere'.",
+ "ValueSpecialEpisodeName": "Eri - {0}",
+ "HeaderSignIn": "Logi sisse",
+ "Share": "Jaga",
+ "Shared": "Jagatud",
+ "Info": "Info",
+ "Add": "Lisa",
+ "Speed": "Kiirus",
+ "PlaybackSpeed": "Playback Speed",
+ "Chapters": "Peatükid",
+ "Password": "Parool",
+ "SavePassword": "Save Password",
+ "LabelPassword": "Parool:",
+ "HeaderResetPassword": "Lähtesta parool",
+ "Series": "Seriaal",
+ "Preview": "Eelvaade",
+ "Submit": "Esita",
+ "Never": "Mitte kunagi",
+ "Table": "Tabel",
+ "HeaderScheduledTasks": "Scheduled Tasks",
+ "Plays": "Esitusi",
+ "LastUsedAddressValue": "Last used {0}",
+ "LabelKeywordType": "Võtmesõna tüüp:",
+ "HeaderSelectColumns": "Tulpade valik",
+ "HeaderTopResults": "Parimad tulemused",
+ "HeaderPinSidebar": "Kinnita külgriba",
+ "Collapse": "Koonda",
+ "LabelBackgroundVideoPlayback": "Video taasesitus taustal:",
+ "BackgroundVideoPlaybackHelp": "Taasesitus taustal võimaldab videot edasi mängida ka siis, kui ekraan on välja lülitatud.",
+ "AlwaysOn": "Alati sees",
+ "HeadphonesOrExternalSpeakersConnected": "Ühendatud on kõrvaklapid või välised kõlarid",
+ "HeaderKeyboardAndRemote": "Klaviatuur ja pult",
+ "NoSelectedItemsSupportOperation": "Ühtegi toimingut toetavat üksust pole valitud.",
+ "NoOperationsForSelectedItems": "Valitud üksuste jaoks pole ühtegi toimingut saadaval.",
+ "UploadOnlyOnWifi": "Lae üles ainult Wifi ühendusega",
+ "HeaderFoldersToUpload": "Üleslaetavad kaustad",
+ "LabelPasswordConfirm": "Parool (kinnitus):",
+ "HeaderMoveUpInOrder": "Liiguta üles",
+ "HeaderDownUpInOrder": "Liiguta alla",
+ "LabelUsername": "Kasutajanimi:",
+ "HeaderAddServer": "Lisa server",
+ "HeaderSubtitleOffset": "Subtiitrite nihe",
+ "Watching": "Watching",
+ "HeaderRemoveFromContinueWatching": "Eemalda jaotisest 'Jätka vaatamist'",
+ "RemoveThisTitleFromContinueWatching": "Kas eemaldada üksus jaotisest 'Jätka vaatamist'",
+ "HeaderRemoveFromContinueListening": "Eemalda osast \"Jätka kuulamist\"",
+ "RemoveThisTitleFromContinueListening": "Eemaldada see pealkiri osast \"Jätka kuulamist\"?",
+ "HeaderIncreaseSubtitleOffset": "Suurenda subtiitrite nihet",
+ "HeaderDecreaseSubtitleOffset": "Vähenda subtiitrite nihet",
+ "Close": "Sulge",
+ "HeaderSeeAll": "Vaata kõik",
+ "HeaderOpenInNewWindow": "Ava uues aknas",
+ "LabelEmail": "E-post",
+ "LabelHost": "Host:",
+ "LabelHostHelp": "192.168.1.100 või https://minuserver.com",
+ "LabelPort": "Port:",
+ "Disabled": "Keelatud",
+ "Uninstall": "Eemalda",
+ "Enable": "Enable",
+ "AllTuners": "All Tuners",
+ "Disable": "Disable",
+ "NextValue": "Järgmine: {0}",
+ "HeaderNextItem": "Järgmine üksus",
+ "HeaderPreviousItem": "Eelmine üksus",
+ "NoTrailersMessage": "Treilereid ei leitud. Treilerite lisamiseks paigalda plugin 'Trailer' Emby {0}pluginate kataloogist{1}.",
+ "UninstallPluginConfirmation": "Kas eemaldada see plugin",
+ "HeaderUninstallPlugin": "Eemalda plugin",
+ "AreYouStillWatching": "Kas vaatad veel?",
+ "LabelCurrentPassword": "Praegune parool:",
+ "LabelNewPassword": "Uus parool:",
+ "LabelNewPasswordConfirm": "Uue parooli kinnitus:",
+ "HeaderRemovePassword": "Eemalda parool",
+ "ServerUpdateNeeded": "Emby serverit tuleb uuendada. Uue versiooni hankimiseks mine {0}",
+ "MessageThankYouForConnectSignUp": "Täname Emby Connect konto loomise eest. Sulle saadetakse e-kiri juhistega uue konto kinnitamiseks. Kinnita konto ja naase siia sisselogimiseks.",
+ "MessageThankYouForConnectSignUpNoValidation": "äname Emby Connect konto loomise eest. Nüüd palutakse sul oma Emby Connect andmetega sisse logida.",
+ "ErrorMessagePasswordNotMatchConfirm": "Parool ja parooli kinnitus peavad olema samad.",
+ "ErrorMessageUsernameInUse": "Kasutajanimi on juba kasutusel. Vali uus nimi ja proovi uuesti.",
+ "ErrorMessageEmailInUse": "E-posti aadress on juba kasutusel. Sisesta uus e-posti aadress ja proovi uuesti või kasutage unustatud parooli taastamise võimalust.",
+ "HeaderUpcomingOnTV": "Peatselt OTSE TV-s",
+ "HeaderOtherShowings": "Teised vaatamised",
+ "Showings": "Vaatamised",
+ "HeaderConnectToServer": "Ühenda serveriga",
+ "ConnectToServerManually": "Ühenda serveriga käsitsi",
+ "LabelEnterConnectUserNameHelp": "See on e-posti aadress, mida kasutad Emby Connect jaoks.",
+ "HeaderSignInError": "Viga sisse logimisel",
+ "HeaderManualLogin": "Käsitsi sisse logimine",
+ "PasswordResetConfirmation": "Kas lähtestada parool?",
+ "ContactAdminToResetPassword": "Parooli lähtestamiseks pöördu oma süsteemi administraatori poole.",
+ "ForgotPasswordInNetworkRequired": "Proovi uuesti oma koduvõrgus alutada parooli lähtestamise protsessi.",
+ "ForgotPasswordFileCreated": "Sinu serverisse loodi fail, mis sisaldab juhiseid jätkamiseks:",
+ "ForgotPasswordFileExpiration": "Lähtestamise PIN aegub kell {0}.",
+ "InvalidForgotPasswordPin": "Sisestati vale või aegunud PIN-kood. Palun proovi uuesti.",
+ "PasswordResetForUsers": "Järgmiste kasutajate paroolid on eemaldatud. Sisselogimiseks logi sisse tühja parooliga.",
+ "HeaderForgotPassword": "Unustasid parooli",
+ "ForgotPasswordUsernameHelp": "Sisesta oma kasutajanimi, kui mäletad seda.",
+ "HeaderPasswordReset": "Parooli lähtestamine",
+ "AttributeNew": "Uus",
+ "Done": "Tehtud",
+ "HeaderResetToDefault": "Lähtesta vaikeväärtustele",
+ "Deinterlacing": "Ülerealaotuse eemaldamine",
+ "HeaderBurningInSubtitles": "Sisse põletatud subtiitrid",
+ "Premiere": "Esilinastus",
+ "LabelPinCode": "Pin kood:",
+ "LabelLocalNetworkPinCode": "Kohaliku võrgu PIN kood:",
+ "LabelLocalNetworkPasswordMode": "Kohaliku võrgu sisselogimisrežiim:",
+ "RequirePasswordInLocalNetwork": "Nõua parooli kohalikus võrgus",
+ "NoPasswordInLocalNetwork": "Ära nõua parooli kohalikus võrgus",
+ "PinCodeInLocalNetwork": "Luba kohalikus võrgus numbriline PIN-kood",
+ "LocalNetworkPasswordModeHelp": "Valige sisselogimismeetod seadmetes, mis asuvad Emby serveriga samas kohtvõrgus.",
+ "HeaderLocalNetworkAccess": "Kohaliku võrgu juurdepääs",
+ "Live": "Otse",
+ "Reset": "Lähtesta",
+ "Repeat": "Kordus",
+ "Track": "Rada",
+ "Tracks": "Lood",
+ "HeaderCameraUpload": "Fotod telefonist",
+ "TrackCount": "{0} lugu",
+ "ItemCount": "{0} üksust",
+ "NumberChannelsValue": "{0} kanalit",
+ "HeaderLatestMusic": "Uus muusika",
+ "HeaderLatestAudioBooks": "Viimased audioraamatud",
+ "HeaderLatestDownloadedVideos": "Viimati allalaetud videod",
+ "HeaderRecentlyPlayed": "Hiljuti esitatud",
+ "Recent": "Hiljutised",
+ "HeaderFrequentlyPlayed": "Sageli esitatud",
+ "HeaderMoreLikeThis": "Veel sarnaseid",
+ "HeaderMoreLikeThisOnLiveTV": "Veel sarnaseid OTSE TV-s",
+ "OriginalAirDateValue": "Algne eetrikuupäev: {0}",
+ "EndsAtValue": "Lõpeb kell {0}",
+ "Date": "Date",
+ "AirDate": "Esituse aeg",
+ "Played": "Esitatud",
+ "Daily": "1x päevas",
+ "Weekly": "Weekly",
+ "RequireHashMatch": "Nõua räsi vastet",
+ "RequireHashMatchHelp": "Räsivaste nõudmine filtreerib välja subtiitrid, mida on täpselt selle videofailiga testitud. Selle märkimata jätmine suurendab sobivate subtiitrite arvu, kuid suurendab ka subtiitrite valesti või valede subtiitrite kuvamise tõenäosust.",
+ "SearchForForcedSubtitlesOnly": "Ainult sunnitud subtiitrid",
+ "SearchForForcedSubtitlesOnlyHelp": "Sunnitud subtiitrite nõudmine piirab tulemusi subtiitritega, mis on sildistatud võõrkeelseteks.",
+ "LastEpisodeDateAdded": "Viimase episoodi kuupäev lisatud",
+ "LastEpisodeDateAired": "Last Episode Date Released",
+ "LabelPlaystate": "Esituse olek:",
+ "Studio": "Studio",
+ "Tag": "Tag",
+ "EpisodeTitle": "Episoodi pealkiri",
+ "Audio": "Audio",
+ "Video": "Video",
+ "Subtitle": "Subtiitrid",
+ "Image": "Pilt",
+ "CopyStream": "Copy original stream",
+ "LabelAudioLayout": "Audio layout",
+ "LabelAudioCodec": "Audiokoodek:",
+ "LabelAudioLanguage": "Heli keel:",
+ "LabelSubtitleLanguage": "Subtiitrite keel",
+ "LabelVideoCodec": "Videokoodek:",
+ "LabelSubtitleCodec": "Subtiitrite koodek:",
+ "LabelParentalRating": "Vanusepiirang:",
+ "BecauseYouLikeValue": "Sest sulle meeldib {0}",
+ "BecauseYouWatchedValue": "Sest vaatasid {0}",
+ "DirectedByValue": "Režissöör {0}",
+ "StarringValue": "Peaosas {0}",
+ "Invitations": "Kutsed",
+ "ActorAsRole": "rollis {0}",
+ "ButtonOk": "OK",
+ "GroupItemsIntoCollections": "Rühmita üksused kogumikesse",
+ "GroupItemsIntoCollectionsHelp": "Rühmita üksused kogumike põhjal, kuhu nad on lisatud. Teatud filtrite või järjestuse lubamine võib selle automaatselt keelata.",
+ "GroupItemsIntoTags": "Rühmita üksused siltide järgi",
+ "GroupItemsIntoTagsHelp": "Rühmita üksused nende siltide järgi, kuhu nad kuuluvad. Mõne filtri või sortimismeetodi kasutamine võib selle automaatselt välja lülitada.",
+ "User": "User",
+ "Access": "Access",
+ "Users": "Kasutajad",
+ "Library": "Meediakogu",
+ "Devices": "Seadmed",
+ "Cancel": "Tühista",
+ "Restart": "Taaskäivita",
+ "Shutdown": "Seiska",
+ "Logs": "Logid",
+ "Visibility": "Visibility",
+ "Notifications": "Teavitused",
+ "SendTestNotification": "Saada testteavitus",
+ "NotificationSent": "Teavitus saadetud",
+ "DeleteNotificationConfirmation": "Soovid ikka selle teavituse kustutada?",
+ "DeleteNotification": "Teavituse kustutamine",
+ "AddNotification": "Lisa teavitus",
+ "EditNotification": "Muuda teavitust",
+ "LimitUserEventsTo": "Piira kasutaja sündmusi:",
+ "LimitLibraryEventsTo": "Piira teegi sündmusi:",
+ "LimitDeviceEventsTo": "Limit devices events to",
+ "ForAdditionalNotificationOptions": "Teavituste teenuseid saab paigaldada Emby {0}lisade kataloogist{1} serveri administraator.",
+ "Plugins": "Pluginad",
+ "Systems": "Süsteemid",
+ "Server": "Server",
+ "Dashboard": "Juhtpaneel",
+ "PlayOnAnotherDevice": "Esita teises seadmes",
+ "HeaderConnectionHelp": "Ühenduse abi",
+ "AccessRestrictedTryAgainLater": "Juurdepääs on praegu piiratud. Palun proovi hiljem uuesti.",
+ "ButtonGotIt": "Sain aru",
+ "RememberMe": "Pea mind meeles",
+ "EmbyServer": "Emby Server",
+ "ManageEmbyServer": "Halda Emby serverit",
+ "ShutdownServer": "Seiska Emby server",
+ "RestartServer": "Taaskäivita Emby server",
+ "RecordingCancelled": "Salvestus tühistatud",
+ "SeriesCancelled": "Seriaal tühistatud",
+ "Recording": "Recording",
+ "SeriesRecording": "Series Recording",
+ "RecordingScheduled": "Salvestamine määratud",
+ "SeriesRecordingScheduled": "Seriaali salvestamine määratud",
+ "HeaderNewRecording": "Uus salvestus",
+ "HeaderWakeServer": "Ärata server",
+ "AttemptingWakeServer": "Üritatakse serverit äratada. Palun oota...",
+ "WakeServerSuccess": "Tehtud!",
+ "HeaderCustomizeHomeScreen": "Kujunda avaleht",
+ "WakeServerError": "Wake On LAN paketid saadeti sinu serverimasinasse, kuid me ei saa sinu Emby serveriga ühendust. Võimalik, et su masin vajab ärkamiseks natuke rohkem aega või Emby server ei pruugi masinal aktiivselt töötada.",
+ "Days": "Päevad",
+ "Network": "Võrk",
+ "Networks": "Võrgud",
+ "SortByValue": "Järjesta {0}",
+ "HeaderSortBy": "Sorteerimise alus",
+ "HeaderPhotoAlbums": "Fotoalbumid",
+ "Photos": "Fotod",
+ "HeaderAppearsOn": "Leidub",
+ "List": "Loend",
+ "HeaderRecordSeries": "Salvesta seriaal",
+ "HeaderCinemaMode": "Kinoteater",
+ "Conversions": "Teisendused",
+ "Downloads": "Allalaadimised",
+ "HeaderManageDownloads": "Halda allalaadimisi",
+ "InternalStorage": "Sisene salvesti",
+ "ExternalStorage": "Väline salvesti",
+ "UploadToFollowingServers": "Laadi üles serveritesse",
+ "UploadingNumItems": "{0} / {1} üleslaadimine",
+ "DownloadNumItems": "{0} / {1} allalaadimine",
+ "HeaderSampleRate": "Diskreetimissagedus",
+ "HeaderReferenceFrames": "Viitekaadrid",
+ "HeaderBitDepth": "Bitisügavus",
+ "HeaderPixelFormat": "Pikslivorming",
+ "Profile": "Profiil",
+ "Bitrate": "Bitikiirus",
+ "Expand": "Laienda",
+ "Container": "Konteiner",
+ "Format": "Vorming",
+ "Path": "Rada",
+ "Size": "Suurus",
+ "Resolution": "Eraldusvõime",
+ "HeaderCodecTag": "Koodeki silt",
+ "Framerate": "Kaadrisagedus",
+ "Interlaced": "Ülerealaotusega",
+ "Anamorphic": "Anamorfne",
+ "Level": "Tase",
+ "Timestamp": "Ajatempel",
+ "Language": "Keel",
+ "Codec": "Koodek",
+ "Stream": "Voog",
+ "HeaderExtradata": "Lisaandmed",
+ "HeaderHardwareAcceleratedTranscoding": "Hardware Accelerated Transcoding",
+ "HeaderHardwareAcceleratedTranscodingDescription": "Take advantage of your server GPU. Emby has the most advanced and fastests hardware accelleration in the industry.",
+ "HeaderOfflineDownloads": "Võrguühenduseta meedium",
+ "AndMuchMoreExclamation": "And much more!",
+ "HeaderOfflineDownloadsDescription": "Laadi alla meedium oma seadmesse hõlpsaks võrguühenduseta kasutamiseks.",
+ "LiveTvFeatureDescription": "Voogesita otsesaateid igasse Emby rakendusse, kasutades serveriga ühilduvat tuunerit.",
+ "DvrFeatureDescription": "Salvesta Emby DVR abil üksikuid saateid, seriaale ja muud.",
+ "CinemaModeFeatureDescription": "Kinoteater pakub autentset kinoelamust koos treilerite ja muu kohandatud sisuga enne tegelikku filmi.",
+ "HeaderFreeApps": "Emby tasuta rakendused",
+ "FreeAppsFeatureDescription": "Naudi oma seadmetel vaba juurdepääsu Emby rakendustele.",
+ "HeaderBecomeProjectSupporter": "Hangi Emby Premiere",
+ "HeaderViewServerInfo": "Vaata serveri infot",
+ "PlaybackTvModeRequiresEmbyPremiere": "Meedia taasesitus telerežiimis nõuab aktiivset {0}Emby Premiere tellimust{1}.",
+ "FeatureRequiresEmbyPremiere": "Selle funktsionaalsuse jaoks on vaja kehtivat {0}Emby Premiere tellimust{1}.",
+ "HeaderConvertYourRecordings": "Teisenda salvestised",
+ "Record": "Salvesta",
+ "Save": "Salvesta",
+ "Edit": "Muuda",
+ "HeaderSavePlaylist": "Salvesta pleilisti",
+ "Latest": "Uusim",
+ "Download": "Laadi alla",
+ "Downloaded": "Alla laetud",
+ "Converted": "Converted",
+ "RemoveFromHistory": "Remove from History",
+ "ConfirmRemoveFromHistory": "Remove this item from the history?",
+ "Downloading": "Allalaadimine",
+ "Advanced": "Täpsemad",
+ "LinkedToEmbyConnect": "Seotud Emby Connectiga",
+ "Delete": "Kustuta",
+ "Both": "Mõlemad",
+ "LabelChannelDisplay": "Kanali kuvamine:",
+ "HeaderDeleteItem": "Kustuta üksus",
+ "HeaderDeleteUser": "Kustuta kasutaja",
+ "DeleteItemConfirmation": "Kas kustutada {0}?",
+ "DeleteUserConfirmation": "Kas kustutada kasutaja {0}?",
+ "DeleteUsersConfirmation": "Are you sure you wish to delete these {0} users?",
+ "HeaderDeleteDevice": "Kustuta seade",
+ "DeleteDeviceConfirmation": "Kas kustutada see seade? See ilmub uuesti järgmine kord kui kasutaja sellega sisse logib.",
+ "ConfirmDeleteItem": "See üksus kustutatakse nii failisüsteemist kui ka meediakogust.",
+ "FollowingFilesWillBeDeleted": "Järgnevad failid ja kaustad kustutatakse:",
+ "AreYouSureToContinue": "Kas soovid kindlasti jätkata?",
+ "Refresh": "Värskenda",
+ "RefreshingMetadataDots": "Metaandmete värskendamine...",
+ "ScanningLibraryFilesDots": "Meediafailide skännimine...",
+ "HeaderFavoritesThenByChannelNumber": "Lemmikud, siis kanalinumber",
+ "HeaderAddToCollection": "Lisa kogumikku",
+ "HeaderFavoritesThenByTitle": "Lemmikud, siis pealkiri",
+ "HeaderFavoritesThenByDefault": "Lemmikud, siis kanalite vaikejärjestus",
+ "HeaderDefaultChannelOrder": "Kanalite vaikejärjestus",
+ "HeaderAddToFavorites": "Lisa lemmikutesse",
+ "HeaderRemoveFromFavorites": "Eemalda lemmikutest",
+ "Favorited": "Favorited",
+ "Unfavorited": "Unfavorited",
+ "HeaderNewCollection": "Uus kogumik",
+ "HeaderNewPlaylist": "Uus pleilist",
+ "AllCollections": "Kõik kogumikud",
+ "AllPlaylists": "Kõik esitusnimekirjad",
+ "Create": "Loo",
+ "HeaderAddedToPlaylist": "Lisati pleilisti",
+ "HeaderAddedToCollection": "Lisati kogumikku",
+ "OneItemAddedTo": "1 üksus lisati sihtkohta \"{0}\".",
+ "ItemsAddedTo": "{0} üksust lisati sihtkohta \"{1}\".",
+ "HeaderAddedToPlayQueue": "Lisati esitusjärjekorda",
+ "HeaderPlayingNext": "Järgmiseks",
+ "Help": "Abi",
+ "HeaderGetHelp": "Otsi abi",
+ "LabelTVDisplayMode": "Enable TV display mode",
+ "Desktop": "Töölaud",
+ "Mobile": "Mobiil / tahvelarvuti",
+ "Navigation": "Navigeerimine",
+ "HeaderVideoPlayback": "Video taasesitus",
+ "TV": "Teler",
+ "HeaderEmbyConnect": "Emby Connect",
+ "Seasons": "Hooajad",
+ "OneTrack": "1 lugu",
+ "OneSeason": "1 hooaeg",
+ "Libraries": "Meediakogud",
+ "NumberSeasonsValue": "{0} hooaega",
+ "TVDisplayModeHelp": "Optimize the user interface on this device for display on a TV and input method with a remote control. This is generally not recommended if your primary input method is a mouse or is touch-based.",
+ "LabelDisplayLanguage": "Kasutajaliidese keel:",
+ "LabelDisplayLanguageHelp": "Emby tõlkimine on jätkuv projekt.",
+ "LearnHowYouCanContribute": "Siit saad teada, kuidas anda oma panus.",
+ "NewCollectionHelp": "Kogumikud lubavad luua isikupärastatud rühmi filmidest ja muust meediakogu sisust.",
+ "SearchForCollectionInternetMetadata": "Otsi internetist pilte ja metaandmeid",
+ "DisplayMissingEpisodesWithinSeasons": "Kuva hooaegades puuduvad episoodid",
+ "DisplayMissingEpisodesWithinSeasonsHelp": "See peab olema lubatud ka TV meediakogus Emby serveri sätetes",
+ "EnableThemeSongs": "Luba teemalaulud",
+ "EnableBackdrops": "Luba taustapildid",
+ "EnableThemeSongsHelp": "Kui see on lubatud, mängitakse meediakogu sirvimise ajal taustal teemalaule.",
+ "EnableBackdropsHelp": "Kui see on lubatud, kuvatakse meediakogu sirvimise ajal taustapilte.",
+ "EnableThemeVideos": "Luba teemavideod",
+ "EnableThemeVideosHelp": "Kui see on lubatud, mängitakse meediakogu sirvimise ajal teemavideoid.",
+ "RunAtStartup": "Käivita alglaadimisel",
+ "ServerStartup": "Server Startup",
+ "EmbyServerOnXHasStarted": "Emby Server on {0} has started.",
+ "LabelScreensaver": "Ekraanisäästja:",
+ "LabelSoundEffects": "Heliefektid:",
+ "LabelName": "Nimi:",
+ "NewCollectionNameExample": "Näide: Star Wars kogumik",
+ "MessageItemsAdded": "Üksused lisatud.",
+ "OptionNew": "Uus...",
+ "LabelPlaylist": "Pleilist:",
+ "AddToPlaylist": "Lisa pleilisti",
+ "HeaderAddToPlaylist": "Lisa pleilisti",
+ "Subtitles": "Subtiitrid",
+ "LabelTheme": "Teema:",
+ "LabelSettingsTheme": "Sätete teema:",
+ "LabelThemeAccentColor": "Rõhutamise värv:",
+ "ThemeAccentColorDescription": "Määrab olulisemate indikaatorite, ikoonide ja teksti värvi.",
+ "SearchForSubtitles": "Otsi subtiitreid",
+ "LabelLanguage": "Keel:",
+ "Search": "Otsing",
+ "NoSubtitleSearchResultsFound": "Vasteid ei leitud. Kas {0}subtiitrite allalaadimine{1}? on seadistatud?",
+ "NoLyricsSearchResultsFound": "Tulemused puuduvad. Oled ikka seadistanud {0}laulusõnade allalaadimise{1}?",
+ "Lyrics": "Laulusõnad",
+ "SearchForLyrics": "Otsi laulusõnu",
+ "Finish": "Valmis",
+ "File": "Fail",
+ "Exit": "Välju",
+ "Sleep": "Uinak",
+ "Setup": "Seadistamine",
+ "MessageAreYouSureDeleteSubtitles": "Kas kustutada see subtiitri fail?",
+ "ConfirmDeletion": "Kinnita kustutamine",
+ "MySubtitles": "Subtiitrid",
+ "MessageDownloadQueued": "Allalaadimine on ootel.",
+ "HeaderEditSubtitles": "Muuda subtiitreid",
+ "UnlockGuide": "Ava telekava lukk",
+ "HeaderRefreshMetadata": "Värskenda metaandmeid",
+ "HeaderRefreshAllMetadata": "Värskenda metaandmeid",
+ "ReplaceExistingImages": "Asenda olemasolevad pildid",
+ "ReplaceExistingImagesHelp": "Kõigi olemasolevad pildid kustutatakse ja alla laetakse uued. Mõnikord on tagajärjeks varasemaga võrreldes väiksem pildivalik.",
+ "ReplaceAllMetadata": "Asenda kõik metaandmed",
+ "SearchForMissingMetadata": "Otsi puuduvaid metaandmeid",
+ "LabelRefreshMode": "Värskenduse režiim:",
+ "NoItemsFound": "Üksusi ei leitud.",
+ "HeaderSaySomethingLike": "Ütle midagi...",
+ "ButtonTryAgain": "Proovi uuesti",
+ "HeaderYouSaid": "Sa ütlesid...",
+ "MessageWeDidntRecognizeCommand": "Kahjuks ei mõistnud me seda käsku.",
+ "MessageIfYouBlockedVoice": "Kui keelasid rakendusele hääljuurdepääsu, peab enne uuesti proovimist uuesti seadistama.",
+ "ValueDiscNumber": "Plaat {0}",
+ "Unrated": "Piiranguta",
+ "Favorite": "Lemmik",
+ "Like": "Meeldib",
+ "Dislike": "Ei meeldi",
+ "RefreshDialogHelp": "Metaandmeid värskendatakse Emby serveri juhtpaneelil määratud sätete ja Emby teekide seadistustes määratud metaandmete pakkujate alusel.",
+ "Open": "Ava",
+ "Play": "Esita",
+ "Pause": "Paus",
+ "HeaderPlayQueue": "Esita järjekord",
+ "HeaderAddToPlayQueue": "Lisa esitusjärjekorda",
+ "Shuffle": "Sega",
+ "Identify": "Tuvasta",
+ "HeaderRemoveIdentification": "Eemalda metaandmed",
+ "ResetMetadataConfirmation": "Kindel, et soovid kõik metaandmed lähtestada`?",
+ "HeaderEditMetadata": "Muuda metaandmeid",
+ "Convert": "Teisenda",
+ "Resume": "Jätka",
+ "HeaderInstantMix": "Kiirmiks",
+ "HeaderGoToItem": "Go to Item",
+ "HeaderGoToSeason": "Go to Season",
+ "HeaderGoToSeries": "Go to Series",
+ "HeaderGoToAlbum": "Go to Album",
+ "HeaderGoToArtist": "Go to Artist",
+ "HeaderPlayAll": "Esita kõik",
+ "PictureInPicture": "Pilt pildis",
+ "Fullscreen": "Täisekraan",
+ "ExitFullscreen": "Välju täisekraanilt",
+ "Rewind": "Keri tagasi",
+ "FastForward": "Kiiresti edasi",
+ "Remove": "Eemalda",
+ "Rename": "Nimeta ümber",
+ "Queue": "Järjekorda",
+ "QueueAllFromHere": "Kõik siit järjekorda",
+ "PlayAllFromHere": "Esita siit kõik",
+ "PlayFromBeginning": "Esita algusest",
+ "FromBeginning": "From Beginning",
+ "ResumeAt": "Jätka kohalt {0}",
+ "HeaderRemoveFromPlaylist": "Eemalda pleilistist",
+ "HeaderRemoveFromPlayQueue": "Remove from Play Queue",
+ "HeaderRemoveFromCollection": "Eemalda kogumikust",
+ "Sort": "Järjesta",
+ "Trailer": "Teiler",
+ "SelectNone": "Tühjenda valik",
+ "SelectAll": "Vali kõik",
+ "HeaderMarkPlayed": "Märgi esitatuks",
+ "HeaderMarkUnplayed": "Märgi mitte esitatuks",
+ "HeaderGroupVersions": "Grupi versioonid",
+ "PleaseSelectTwoItems": "Vali vähemalt kaks üksust.",
+ "HeaderConfirmRecordingCancellation": "Kinnita salvestuse tühistamine",
+ "MessageConfirmRecordingCancellation": "Kas tühistada salvestus?",
+ "Album": "Album",
+ "AlbumArtist": "Albumi esitaja",
+ "Error": "Viga",
+ "VoiceInput": "Häälsisend",
+ "LabelContentType": "Sisu tüüp:",
+ "LabelPath": "Asukoht:",
+ "Playlists": "Pleilistid",
+ "LabelTitle": "Pealkiri:",
+ "LabelOriginalTitle": "Algne pealkiri:",
+ "LabelSortTitle": "Pealkirja järgi:",
+ "LabelDateAdded": "Lisatud:",
+ "DateAdded": "Lisatud",
+ "DateModified": "Date Modified",
+ "DatePlayed": "Viimati esitatud",
+ "DateLastActive": "Date Last Active",
+ "ConfigureDateAdded": "Seadista, kuidas lisamise kuupäeva koheldakse Emby juhtpaneeli meediakogu sätetes",
+ "LabelStatus": "Olek:",
+ "LabelArtistsHelp": "Eraldi hulgikasutus;",
+ "HeaderAlbumArtists": "Albumi esitajad",
+ "LabelAlbumArtists": "Albumi esitajad",
+ "LabelAlbum": "Album:",
+ "Artist": "Esitaja",
+ "Artists": "Esitajad",
+ "ImdbRating": "IMDb hinnang",
+ "CommunityRating": "Kasutajate hinne",
+ "LabelCommunityRating": "Kasutaja hinne:",
+ "LabelCriticRating": "Kriitiku hinne:",
+ "CriticRating": "Kriitikute hinne",
+ "LabelWebsite": "Veebileht:",
+ "Tagline": "Tagline",
+ "LabelOverview": "Ülevaade:",
+ "LabelShortOverview": "Lühiülevaade:",
+ "LabelReleaseDate": "Avaldatud",
+ "LabelPlaceOfBirth": "Sünnikoht:",
+ "Aired": "Esitatud",
+ "LabelAirDays": "Esituse päevad:",
+ "LabelAirTime": "Esituse aeg:",
+ "LabelRuntimeMinutes": "Tööaeg (minutites):",
+ "LabelCustomRating": "Kohandatud hinne:",
+ "LabelOriginalAspectRatio": "Algne kuvasuhe:",
+ "Label3DFormat": "3D vorming:",
+ "FormatValue": "Vorming: {0}",
+ "DownloadsValue": "{0} allalaadimist",
+ "HashMatch": "Räsi vaste",
+ "EnableExternalVideoPlayers": "Välised videopleierid",
+ "EnableExternalVideoPlayersHelp": "Video taasesituse alustamisel kuvatakse välise mängija menüü.",
+ "HeaderSpecialEpisodeInfo": "Eriepisoodi info",
+ "LabelAirsDuringSeason": "Eetris hooajal:",
+ "LabelAirsAfterSeason": "Eetris pärast hooaega:",
+ "LabelAirsBeforeEpisode": "Eetris enne hooaega:",
+ "HeaderExternalIds": "Välised ID-d:",
+ "HeaderDisplaySettings": "Kuvaseaded",
+ "PlaylistOrder": "Esitusnimekirja järjekord",
+ "CollectionOrder": "Kogumiku järjestus",
+ "LabelDisplayOrder": "Kuvamise järjestus:",
+ "LabelFileOrder": "File order",
+ "Display": "Kuva",
+ "Countries": "Riigid",
+ "Genres": "Žanrid",
+ "Studios": "Stuudiod",
+ "Tags": "Sildid",
+ "Links": "Lingid",
+ "Movie": "Film",
+ "Program": "Program",
+ "Channel": "Channel",
+ "Episode": "Episood",
+ "Season": "Hooaeg",
+ "HeaderMetadataSettings": "Metaandmete sätted",
+ "People": "Inimesed",
+ "Number": "Number",
+ "Lock": "Lukk",
+ "HeaderScreenLocked": "Ekraan lukustatud",
+ "HeaderUnlockControls": "Lahtilukustus",
+ "HeaderTapToUnlock": "Toksa lahtilukustuseks",
+ "LabelMetadataDownloadLanguage": "Eelistatud keel allalaadimisel:",
+ "LabelImageDownloadLanguage": "Eelistatud keel pildi allalaadimisel:",
+ "LabelLockItemToPreventChanges": "Lukusta üksus tulevaste muudatuste eest",
+ "LockThisField": "Lukusta see väli, et vältida muudatusi metaandmete uuendamisel",
+ "MessageLeaveEmptyToInherit": "Jäta tühjaks, et võtta sätted lähteüksusest või kasutada globaalset vaikeväärtust.",
+ "LabelCountry": "Riik:",
+ "LabelCertificationCountry": "Certification country",
+ "CertificationCountryHelp": "This will influence which content rating system is used.",
+ "LabelDynamicExternalId": "{0} Id:",
+ "LabelBirthYear": "Sünniaasta:",
+ "LabelBirthDate": "Sünnikuupäev:",
+ "LabelDeathDate": "Surmakuupäev:",
+ "LabelEndDate": "Lõppkuupäev:",
+ "LabelSeasonNumber": "Hooaja number:",
+ "LabelEpisodeNumber": "Episoodi number:",
+ "LabelTrackNumber": "Loo number:",
+ "LabelNumber": "Number:",
+ "LabelDiscNumber": "Plaadi number:",
+ "LabelParentNumber": "Vanema number:",
+ "SortName": "Nimi",
+ "OriginalTitle": "Algne pealkiri",
+ "ReleaseDate": "Avaldatud",
+ "Continuing": "Jätkub",
+ "Ended": "Lõppenud",
+ "HeaderEnabledFields": "Lubatud väljad",
+ "HeaderEnabledFieldsHelp": "Eemalda tähistus, et see lukustada ja vältida selle andmete muutmist.",
+ "Backdrops": "Taustapildid",
+ "Images": "Pildid",
+ "Runtime": "Kestus",
+ "ProductionLocations": "Tootmiskohad",
+ "BirthLocation": "Sünnikoht",
+ "ParentalRating": "Vanusepiirang",
+ "PlayCount": "Esituskorrad",
+ "Name": "Nimi",
+ "Overview": "Ülevaade",
+ "LabelType": "Tüüp:",
+ "LabelPersonRole": "Roll:",
+ "LabelPersonRoleHelp": "Näide: jäätiseauto juht",
+ "Actor": "Näitleja",
+ "Composers": "Heliloojad",
+ "Composer": "Helilooja",
+ "Director": "Lavastaja",
+ "GuestStar": "Külalisesineja",
+ "Producer": "Produtsent",
+ "Writer": "Stsenarist",
+ "MessageNoSyncJobsFound": "Allalaadimisi ei leitud. Loo allalaadimistöö, kasutades rakenduses leiduvaid nuppe.",
+ "MessageNoDownloadsFound": "Võrguühenduseta allalaadimisi pole. Laadi oma meedium alla võrguühenduseta kasutamiseks, klõpsates rakenduses nupul 'Laadi alla'.",
+ "InstallingPackage": "{0} paigaldamine",
+ "PackageInstallCompleted": "{0} paigaldati.",
+ "PackageInstallFailed": "{0} paigaldamine nurjus.",
+ "PackageInstallCancelled": "{0} paigaldamine tühistati.",
+ "SeriesYearToPresent": "{0} - tänaseni",
+ "OneDevice": "1 seade",
+ "DeviceCountValue": "{0} seadet",
+ "OneLog": "1 logi",
+ "LogCountValue": "{0} logi",
+ "OneVote": "1 hääl",
+ "VoteCountValue": "{0} häält",
+ "OneLike": "1meeldimine",
+ "LikeCountValue": "{0} meeldimist",
+ "OneUser": "1 kasutaja",
+ "UserCountValue": "{0} kasutajat",
+ "OneLibrary": "1 meediakogu",
+ "LibraryCountValue": "{0} meediakogu",
+ "ValueOneItem": "1 üksus",
+ "ValueOneEpisode": "1 episood",
+ "ValueEpisodeCount": "{0} episoodi",
+ "Albums": "Albumid",
+ "Song": "Lugu",
+ "Songs": "Lood",
+ "Authors": "Autorid",
+ "Books": "Raamatud",
+ "AudioBooks": "Heliraamatud",
+ "HeaderAudioBooks": "Heliraamatud",
+ "HeaderAudioBook": "Audio Book",
+ "HeaderIdentifyItemHelp": "Sisesta üks või mitu otsingukriteeriumi. Eemalda kriteeriumid otsitulemuste suurendamiseks.",
+ "PleaseEnterNameOrId": "Sisesta nimi või väline ID.",
+ "MessageItemSaved": "Üksus salvestati.",
+ "SearchResults": "Otsitulemused",
+ "ServerNameIsRestarting": "Emby server - {0} taaskäivitub.",
+ "ServerNameIsShuttingDown": "Emby server - {0} seiskub.",
+ "HeaderDeleteItems": "Kustuta üksused",
+ "ConfirmDeleteItems": "Nende üksuste kustutamisel kustutatakse need nii failisüsteemist kui meediakogust.",
+ "PleaseRestartServerName": "Palun taaskäivita Emby server - {0}.",
+ "ConvertingDots": "Teisendamine...",
+ "LabelSyncNoTargetsHelp": "Näib, et sul pole praegu ühtegi rakendust, mis toetaks võrguühenduseta allalaadimist.",
+ "DownloadingDots": "Allalaadimine...",
+ "LearnMore": "Lisateave",
+ "LabelBitrateMbps": "Bitikiirus (Mbps):",
+ "ConvertUnwatchedVideosOnly": "Teisenda ainult esitamata videod",
+ "SyncUnwatchedVideosOnly": "Laadi alla ainult esitamata videod",
+ "ConvertUnwatchedVideosOnlyHelp": "Ainult vaatamata videod teisendatakse.",
+ "SyncUnwatchedVideosOnlyHelp": "Ainult täielikult esitamata videod laetakse alla ja eemaldatakse pärast vaatamist seadmest.",
+ "AutomaticallySyncNewContent": "Lae uus sisu alla automaatselt",
+ "AutomaticallySyncNewContentHelp": "Sellesse kausta lisatud uus sisu laetakse seadmesse automaatselt.",
+ "AutomaticallyConvertNewContent": "Teisenda uus sisu automaatselt",
+ "AutomaticallyConvertNewContentHelp": "Sellesse kausta lisatud uus sisu teisendatakse automaatselt.",
+ "LabelItemLimit": "Üksuste piirang:",
+ "ConvertItemLimitHelp": "Valikuline. Sea teisendatavate üksuste arvu piirang.",
+ "DownloadItemLimitHelp": "Valikuline. Sea allalaetavate üksuste arvu piirang.",
+ "PleaseSelectDeviceToSyncTo": "Vali seade, kuhu soovid alla laadida.",
+ "Screenshots": "Ekraanipildid",
+ "MoveRight": "Liiguta paremale",
+ "MoveLeft": "Liiguta vasakule",
+ "HeaderUploadNewImage": "Laadi uus pilt üles",
+ "HeaderDeleteImage": "Kustuta pilt",
+ "ConfirmDeleteImage": "Kas kustutada pilt?",
+ "HeaderEditImages": "Muuda pilte",
+ "Settings": "Sätted",
+ "ShowIndicatorsFor": "Kuva indikaatorid",
+ "Episodes": "Episoodid",
+ "Programs": "Programmid",
+ "HeaderCastCrew": "Näitlejad ja tiim",
+ "DvrSubscriptionRequired": "Emby OTSE TV & SALVESTUSED vajavad kehtivat {0}Emby Premiere tellimust{1}.",
+ "HeaderCancelRecording": "Tühista salvestus",
+ "HeaderKeepRecording": "Säilita salvestis",
+ "HeaderCancelSeries": "Tühista seriaal",
+ "HeaderKeepSeries": "Säilita seriaal",
+ "HeaderLearnMore": "Lisateave",
+ "SeriesSettings": "Seriaali sätted",
+ "HeaderRecordingOptions": "Salvestamise valikud",
+ "HeaderDoNotRecord": "Ära salvesta",
+ "HeaderSeriesOptions": "Seriaali valikud",
+ "Layout": "Paigutus",
+ "Channels": "Kanalid",
+ "ChannelNameOnly": "Ainult kanal {0}",
+ "Anytime": "Igal ajal",
+ "AnyLanguage": "Igas keeles",
+ "AroundTime": "Umbes {0}",
+ "HeaderLatestMovies": "Uued filmid",
+ "All": "Kõik",
+ "Stop": "Stopp",
+ "AllChannels": "Kõik kanalid",
+ "NewEpisodesOnly": "Ainult uued episoodid",
+ "AllEpisodes": "Kõik episoodid",
+ "LabelStartWhenPossible": "Alusta võimaluse korral:",
+ "LabelStopWhenPossible": "Lõpeta võimaluse korral:",
+ "MinutesBefore": "minutit varem",
+ "MinutesAfter": "minutit hiljem",
+ "SkipEpisodesAlreadyInMyLibrary": "Ära salvesta episoode, mis on juba meediakogus",
+ "SkipEpisodesAlreadyInMyLibraryHelp": "Episoode võrreldakse hooaja ja numbrite arvuga, kui need on saadaval.",
+ "LabelKeepUpTo": "Säilita kuni:",
+ "AsManyAsPossible": "Nii palju kui võimalik",
+ "DefaultErrorMessage": "Taotluse töötlemisel ilmnes viga. Palun proovi hiljem uuesti.",
+ "UntilIDelete": "Kustutamiseni",
+ "UntilSpaceNeeded": "Kuni ruumi vajatakse",
+ "Categories": "Kategooriad",
+ "Sports": "Sport",
+ "News": "Uudised",
+ "Movies": "Filmid",
+ "Music": "Muusika",
+ "Kids": "Lastele",
+ "MoreFromValue": "Veel esitajalt {0}",
+ "DiedValue": "Surnud: {0}",
+ "BornValue": "Sündinud: {0}",
+ "EnableColorCodedBackgrounds": "Kasuta saadetel värvilisi taustu vastavalt nende kategooriale",
+ "SortChannelsBy": "Järjesta kanalid:",
+ "ChannelNumber": "Kanali number",
+ "HeaderBenefitsEmbyPremiere": "Emby Premiere eelised",
+ "ThankYouForTryingEnjoyOneMinute": "Naudi minutist taasesitust. Täname Emby proovimise eest.",
+ "HeaderTryPlayback": "Proovi taasesitust",
+ "HowDidYouPay": "Kuidas sa maksid?",
+ "IHaveEmbyPremiere": "Mul on Emby Premiere",
+ "IPurchasedThisApp": "Ostsin selle rakenduse",
+ "ButtonRestorePreviousPurchase": "Taasta ost",
+ "ButtonUnlockWithPurchase": "Ava ostes",
+ "ButtonUnlockPrice": "Ava {0}",
+ "EmbyPremiereMonthlyWithPrice": "Emby Premiere igakuine {0}",
+ "HeaderAlreadyPaid": "Juba makstud?",
+ "ButtonPlayOneMinute": "Esita üks minut",
+ "PlaceFavoriteChannelsAtBeginning": "Aseta lemmikkanalid algusesse",
+ "HeaderUnlockFeature": "Ava funktsionaalsus",
+ "MessageDidYouKnowCinemaMode": "Kas teadsid et Emby Premiere abil saad oma kogemust täiustada selliste funktsionaalsusega nagu 'Kinoteater'?",
+ "HeaderPlayMyMedia": "Esita meediafaile",
+ "HeaderDiscoverEmbyPremiere": "Avasta Emby Premiere",
+ "HeaderNowPlaying": "Esitusel",
+ "Items": "Üksused",
+ "AppName": "App Name",
+ "OneChannel": "Üks kanal",
+ "ConfirmRemoveDownload": "Kas eemaldada allalaadimine?",
+ "ConfirmRemoveItem": "Remove item?",
+ "RemoveDownload": "Eemalda allalaadimine",
+ "ConfirmCancelConversion": "Cancel conversion?",
+ "CancelConversion": "Cancel Conversion",
+ "KeepDownload": "Säilita allalaadimine",
+ "AddedOnValue": "Lisatud {0}",
+ "RemovingFromDevice": "Seadmest eemaldamine",
+ "KeepOnDevice": "Säilita seadmes",
+ "CancelDownload": "Tühista allalaadimine",
+ "SyncJobItemStatusReadyToTransfer": "Valmis ülekandmiseks",
+ "SyncJobItemStatusSyncedMarkForRemoval": "Seadmest eemaldamine",
+ "SyncJobItemStatusQueued": "Järjekorras",
+ "SyncJobItemStatusConverting": "Teisendamine",
+ "SyncJobItemStatusTransferring": "Ülekandmine",
+ "SyncJobItemStatusSynced": "Alla laetud",
+ "Failed": "Failed",
+ "SyncJobItemStatusRemovedFromDevice": "Seadmest eemaldatud",
+ "Cancelled": "Cancelled",
+ "Retry": "Uus katse",
+ "Continue": "Jätka",
+ "ContinueInSecondsValue": "Jätka {0} sekundi pärast.",
+ "HeaderRemoteControl": "Kaugjuhtimine",
+ "Disconnect": "Katkesta ühendus",
+ "EnableDisplayMirroring": "Luba ekraani peegeldamine",
+ "RemoteAccess": "Remote Access",
+ "HeaderPlayOn": "Esita seadmes",
+ "Quality": "Kvaliteet",
+ "Auto": "Automaatne",
+ "AndroidUnlockRestoreHelp": "Eelmise ostu taastamiseks veendu, et oled seadmesse sisse logitud sama Google (või Amazoni) kontoga, mis algselt ostu soetas. Veendu, et rakenduste pood oleks lubatud ja seda ei piiraks lapselukk, ning veendu, et sul oleks aktiivne Internetiühendus. Eelmise ostu taastamiseks peab seda tegema ainult üks kord.",
+ "HeaderAspectRatio": "Kuvasuhe",
+ "Original": "Algne",
+ "Fill": "Täida",
+ "Cover": "Kaas",
+ "MessageNoServersAvailableToConnect": "Ühtegi serverit pole ühenduse loomiseks saadaval. Kui sind kutsuti serverit jagama, aktsepteeri see kindlasti allpool või klõpsates e-kirja lingil.",
+ "MessagePlayAccessRestricted": "Selle sisu taasesitus on praegu piiratud. Lisateabe saamiseks pöördu oma Emby serveri administraatori poole.",
+ "Accept": "Nõustu",
+ "Reject": "Keeldu",
+ "Connect": "Ühenda",
+ "HeaderMyMedia": "Meediafailid",
+ "HeaderMyMediaSmall": "Meediafailid (väike)",
+ "LatestFromLibrary": "{0} - uusim",
+ "HeaderLatestEpisodes": "Uued episoodid",
+ "ContinuePlaying": "Jätka taasesitust",
+ "ContinueWatching": "Jätka vaatamist",
+ "HeaderLatestChannelMedia": "Kanali uued üksused",
+ "HeaderContinueWatching": "Jätka vaatamist",
+ "HeaderContinueListening": "Jätka kuulamist",
+ "HeaderActiveRecordings": "Toimuvad salvestused",
+ "HeaderLatestRecordings": "Uued salvestused",
+ "LabelConvertTo": "Teisenda:",
+ "LabelDownloadTo": "Laadi alla asukohta:",
+ "HeaderDownloadToDots": "Laadi alla asukohta...",
+ "Next": "Järgmine",
+ "LabelSource": "Allikas:",
+ "VersionNumber": "Versioon {0}",
+ "HeaderAllLanguages": "Kõik keeled",
+ "Previous": "Eelmine",
+ "HeaderNextUp": "Järgmisena",
+ "HeaderPlayNextUp": "Esita järgmisena",
+ "HeaderLatestFrom": "Uus esitajalt {0}",
+ "LabelHomeScreenSectionValue": "Avalehe jaotis {0}:",
+ "PasswordResetComplete": "Parool on lähtestatud.",
+ "PasswordSaved": "Parool salvestati.",
+ "SettingsSaved": "Sätted salvestati.",
+ "Upcoming": "Peatselt",
+ "HeaderSelectImageFile": "Vali pildifail",
+ "None": "Pole",
+ "More": "Veel",
+ "Up": "Üles",
+ "Down": "Alla",
+ "Home": "Avaleht",
+ "Back": "Tagasi",
+ "Random": "Random",
+ "Playback": "Taasesitus",
+ "Favorites": "Lemmikud",
+ "HeaderHomeScreen": "Avaleht",
+ "HeaderLatestChannelItems": "Kanali uued üksused",
+ "HeaderLibraryOrder": "Meediakogu järjestus",
+ "HeaderOnNow": "Eetris",
+ "HeaderForKids": "Lastele",
+ "HeaderPlaybackError": "Taasesituse viga",
+ "PlaybackErrorNotAllowed": "Sul ei ole praegu luba selle sisu esitamiseks. Lisateabe saamiseks pöördu oma süsteemi administraatori poole.",
+ "RateLimitExceeded": "Sinu konto ületas Emby serveri admini poolt seatud maksimaalse voogesituste hulga. Proovi hiljem uuesti.",
+ "PlaybackErrorNoCompatibleStream": "Ühtegi ühilduvat voogu pole praegu saadaval. Proovi hiljem uuesti või pöördu lisateabe saamiseks süsteemi administraatori poole.",
+ "PlaybackErrorPlaceHolder": "Selle video esitamiseks sisesta plaat.",
+ "PlaybackErrorNoPlayableItems": "Esitavaid üksusi ei leitud. Kas üritad esitada tühja kausta?",
+ "Guide": "Telekava",
+ "Games": "Mängud",
+ "GameSystem": "Mängusüsteem",
+ "Suggestions": "Soovitused",
+ "HeaderFavoriteChannels": "Lemmikkanalid",
+ "HeaderFavoriteCollections": "Lemmik kogumikud",
+ "HeaderFavoritePlaylists": "Lemmik pleilistid",
+ "Collection": "Kogumik",
+ "Collections": "Kogumikud",
+ "LabelSelectFolderGroups": "Järjesta sisu järgmistest kaustadest automaatselt vaadeteks, näiteks 'Filmid', 'Muusika' ja 'TV':",
+ "LabelSelectFolderGroupsHelp": "Märgistamata kaustad kuvatakse nende enda vaates.",
+ "Mute": "Vaigista",
+ "Unmute": "Taasta heli",
+ "Folder": "Folder",
+ "Folders": "Kaustad",
+ "FileName": "Faili nimi",
+ "DisplayInOtherHomeScreenSections": "Kuva teise avalehe jaotistes 'Uued failid' ja 'Jätka vaatamist'",
+ "DisplayInMyMedia": "Kuva avalehel",
+ "Shows": "Saated",
+ "MoviesAndShows": "Movies & Shows",
+ "HeaderMusicVideo": "Muusikavideo",
+ "HeaderMusicVideos": "Muusikavideod",
+ "MusicVideos": "Muusikavideod",
+ "Videos": "Videod",
+ "MixedContent": "Segatud sisu",
+ "HomeVideos": "Koduvideod",
+ "HomeVideosAndPhotos": "Koduvideod ja fotod",
+ "TVShows": "Seriaalid",
+ "HeaderLibraryFolders": "Meediakogu kaustad",
+ "HeaderTermsOfPurchase": "Ostutingimused",
+ "PrivacyPolicy": "Privaatsuspoliitika",
+ "TermsOfUse": "Kasutustingimused",
+ "HeaderRepeatMode": "Kordusrežiim",
+ "HeaderToneMapping": "Tone Mapping",
+ "RepeatOne": "Korda ühte",
+ "RepeatAll": "Korda kõik",
+ "LabelDefaultScreen": "Vaikimisi kuvatakse:",
+ "ConfirmEndPlayerSession": "Kas peatada Emby seadmes {0}?",
+ "Yesterday": "Eile",
+ "Yes": "Jah",
+ "No": "Ei",
+ "HeaderScanLibraryFiles": "Skaneeri meediakogu faile",
+ "LiveTV": "OTSE TV",
+ "Schedule": "Ajakava",
+ "Recordings": "Salvestised",
+ "ScanForNewAndUpdatedFiles": "Otsi uusi ja uuendatud faile",
+ "NewVersionOfXAvailableForY": "{0} on saadaval {1} jaoks",
+ "DirectStreamHelp1": "Meedium on eraldusvõime ja meediatüübi (H.264, AC3 jne) osas ühilduv seadmega, kuid asub ühildamatus failimahutis (.mkv, .avi, .wmv jne). Enne seadmesse voogesitust pakitakse see video lennult uuesti.",
+ "DirectStreamHelp2": "Faili otsene voogesitus kasutab väga vähe töötlemisvõimsust videokvaliteeti kaotamata.",
+ "MediaIsBeingConverted": "Meediafailid teisendatakse vormingusse, mis ühildub neid esitava seadmega.",
+ "StatsForNerds": "Statistika nohikutele",
+ "HeaderHardwareAcceleratedDecoding": "Riistvarakiirendusega dekodeerimine",
+ "HeaderHardwareAcceleratedEncoding": "Riistvarakiirendusega kodeerimine",
+ "HeaderDirectPlay": "Otseesitusega",
+ "DirectPlaying": "Otseesitus",
+ "DirectStreaming": "Otsene voogesitus",
+ "Transcode": "Transkodeerib",
+ "Transcoding": "Transkodeerimine",
+ "ContainerBitrateExceedsLimit": "Bitikiiruse vähendamine kvaliteedi seadistuste tõttu",
+ "VideoCodecNotSupported": "Video teisendamine ühilduvasse koodeki formaati",
+ "AudioCodecNotSupported": "Audio teisendamine ühilduvasse koodeki formaati",
+ "SubtitleCodecNotSupported": "Subtiitrite teisendamine otse video sisse",
+ "DirectPlayError": "Otseesituse veast taastumine",
+ "ContainerNotSupported": "Teisendamine ühilduvasse konteineri formaati",
+ "VideoLevelNotSupported": "Teisendamine ühilduvale video tasemele",
+ "AudioBitrateNotSupported": "Teisendamine ühilduvale heli bitikiirusele",
+ "AudioChannelsNotSupported": "Teisendamine ühilduvale audiokanalite arvule",
+ "VideoResolutionNotSupported": "Teisendamine ühilduvale video lahutusele",
+ "AudioProfileNotSupported": "Teisendamine ühilduvale heli profiilile",
+ "AudioSampleRateNotSupported": "Teisendamine ühilduvale heli diskreetimissagedusele",
+ "AnamorphicVideoNotSupported": "Anamorfset videot ei toetata",
+ "InterlacedVideoNotSupported": "Ülerealaotuse eemaldamine",
+ "SecondaryAudioNotSupported": "Teisese audioraja valik",
+ "ExternalAudioNotSupported": "Selecting external audio track",
+ "ErrorRemovingEmbyConnectAccount": "Emby Connect konto eemaldamisel ilmnes viga. Veendu, et internetiühendus oleks aktiivne ja proovi uuesti.",
+ "HeaderEmbyAccountRemoved": "Emby konto on eemaldatud",
+ "MessageEmbyAccontRemoved": "Emby konto on sellelt kasutajalt eemaldatud.",
+ "HeaderInvitationSent": "Kutse on saadetud",
+ "Offline": "Võrguta",
+ "HeaderSignUp": "Registreeri",
+ "ServerDownloadMessage": "Tasuta Emby serveri hankimiseks mine {0}",
+ "ServerDownloadMessageWithoutLink": "Tasuta Emby serveri hankimiseks külasta Emby veebilehte.",
+ "MessageInvitationSentToUser": "E-posti aadressile {0} saadeti meil, milles kutsutakse neid jagamiskutset vastu võtma.",
+ "MessageInvitationSentToNewUser": "E-posti aadressile {0} saadeti meil, milles kutsutakse neid Emby kontot looma.",
+ "GuestUserNotFound": "Kasutajat ei leitud. Veendu, et nimi on õige ja proovi uuesti, või sisesta nende e-posti aadress.",
+ "ErrorReachingEmbyConnect": "Emby Connect serveri leidmisel ilmnes viga. Veendu, et netiühendus oleks aktiivne ja proovi uuesti.",
+ "ErrorAddingEmbyConnectAccount1": "Emby Connect konto lisamisel ilmnes tõrge. Kas Emby konto on olemas? Registreeru aadressil {0}.",
+ "ErrorAddingEmbyConnectAccount2": "Kui sul on endiselt probleeme, saada e-kiri aadressile {0} Emby kontoga kasutatud e-posti aadressilt.",
+ "ErrorAddingGuestAccount1": "Emby Connect konto lisamisel ilmnes tõrge. Kas külaline on Emby konto loonud? Registreerimine aadressil {0}.",
+ "ErrorAddingGuestAccount2": "Kui sul on endiselt probleeme, saada e-kiri aadressile {0} Emby kontoga kasutatud e-posti aadressilt.",
+ "MessageEmbyAccountAdded": "Emby konto on sellele kasutajale loodud.",
+ "MessagePendingEmbyAccountAdded": "Emby konto on sellele kasutajale loodud. Konto omanikule saadetakse e-kiri. Kutse tuleb kinnitada, klõpsates meilis oleval lingil.",
+ "HeaderEmbyAccountAdded": "Emby konto on lisatud",
+ "Skip": "Ülehüpe",
+ "HeaderAdditionalParts": "Lisaosad",
+ "ButtonGenerateNewPin": "Loo uus PIN",
+ "ConnectLoginHelp1": "Emby Connecti abil pääsed hõlpsalt oma Emby Serverile juurde kõikjal, ja jagad servereid oma pere ja sõpradega.",
+ "CreatePinErrorMessage": "PIN koodi loomisel ilmnes viga. Uuesti proovimiseks klõpsa valikul 'Loo uus PIN-kood'.",
+ "PinExpiredMessage": "PIN kood on aegunud. Uuesti proovimiseks klõpsa valikul 'Loo uus PIN kood.",
+ "ConnectPinCodeHeader": "Emby Connecti kaudu sisselogimiseks mine mobiilseadme või arvuti abil aadressile {0} ja sisesta järgmine PIN-kood:",
+ "LabelSubtitlePlaybackMode": "Subtiitrite režiim:",
+ "ErrorDeletingItem": "Üksuse kustutamisel Emby serverist ilmnes viga. Kontrolli, kas Emby serveril on meediumikausta kirjutamisõigus ja proovi uuesti.",
+ "NoSubtitles": "Subtiitreid pole",
+ "Default": "Vaikimisi",
+ "Absolute": "Täielik",
+ "Smart": "Nutikas",
+ "Small": "Väike",
+ "Smaller": "Väiksem",
+ "Medium": "Keskmine",
+ "Large": "Suur",
+ "Larger": "Suurem",
+ "ExtraLarge": "Väga suur",
+ "ExtraSmall": "Eriti väike",
+ "Forced": "Sunnitud",
+ "External": "Väline",
+ "HeaderEmbeddedTitle": "Manustatud nimi",
+ "OnlyForcedSubtitles": "Ainult sunnitud subtiitrid",
+ "AlwaysPlaySubtitles": "Kuva alati subtiitreid",
+ "DefaultSubtitlesHelp": "Subtiitrid laaditakse põimitud metaandmete vaikimisi ja sunniviisiliste tähiste alusel. Keele eelistusi võetakse arvesse siis, kui saadaval on mitu võimalust.",
+ "SmartSubtitlesHelp": "Keele eelistustele vastavad subtiitrid laaditakse, kui heli on võõrkeeles.",
+ "HeaderSubtitleSettings": "Subtiitrite sätted",
+ "HeaderSubtitleAppearance": "Subtiitrite välimus",
+ "OnlyForcedSubtitlesHelp": "Laaditakse ainult sunnutuks märgitud subtiitrid.",
+ "AutoSelectHearingImpairedHelp": "Subtitles matching the language preference will be loaded, with a preference given to tracks that are marked as hearing impaired (SDH).",
+ "AlwaysPlaySubtitlesHelp": "Keele eelistustele vastavad subtiitrid laaditakse sõltumata helikeelest.",
+ "NoSubtitlesHelp": "Subtiitreid vaikimisi ei laadita. Neid saab taasesituse ajal käsitsi sisse lülitada.",
+ "LabelPreferredSubtitleLanguage": "Eelistatud subtiitrite keel:",
+ "LabelTextSize": "Teksti suurus:",
+ "TheseSettingsAffectSubtitlesOnThisDevice": "Need sätted kehtivad subtiitritele selles seadmes",
+ "LabelDropShadow": "Vari:",
+ "LabelTextBackgroundColor": "Teksti taustavärv:",
+ "LabelWindowBackgroundColor": "Teksti taustavärv:",
+ "LabelFont": "Font:",
+ "LabelTextColor": "Teksti värv:",
+ "LabelBackgroundColor": "Tausta värv:",
+ "LabelBackgroundOpacity": "Tausta läbipaistvus:",
+ "Raised": "Tõstetud",
+ "Depressed": "Surutud",
+ "Uniform": "Ühtlane",
+ "DropShadow": "Vari:",
+ "SmallCaps": "Väiksed esitähed",
+ "SubtitleAppearanceSettingsDisclaimer": "Neid sätteid ei kohaldata graafiliste subtiitrite (PGS, DVD jne) ega subtiitrite suhtes, millele on manustatud oma stiil (ASS/SSA).",
+ "Normal": "Tavaline",
+ "HeaderWaitingForWifi": "Wifi ootel",
+ "WifiRequiredToDownload": "Allalaadimise jätkamiseks on vaja Wifi ühendust.",
+ "DownloadOnlyOnWifi": "Laadi alla ainult Wifi kaudu",
+ "LabelMusicDownloadQuality": "Muusika allalaadimise kvaliteet:",
+ "MusicDownloadQualityHelp": "Suurema bitikiirusega helifailid Emby server teisendab. Parema kvaliteedi jaoks vali suurem väärtus või kohaliku salvestusruumi säästmiseks väiksem väärtus.",
+ "HeaderDownloadSettings": "Allalaadimise sätted",
+ "LabelDownloadLocation": "Allalaadimiskoht:",
+ "BrowseForFolder": "Sirvi kausta",
+ "Unlimited": "Piiramatu",
+ "NoLimit": "No limit",
+ "Hide": "Peida",
+ "HeaderKeepWatching": "Jätka vaatamist",
+ "HeaderNextEpisode": "Next Episode",
+ "AudioBitDepthNotSupported": "Teisaldamine ühilduvale heli bitisügavusele",
+ "VideoBitrateNotSupported": "Converting to compatible video bitrate",
+ "VideoProfileNotSupported": "Teisaldamine ühilduvale video profiilile",
+ "VideoFramerateNotSupported": "Teisaldamine ühilduvale video kaadrisagedusele",
+ "VideoBitDepthNotSupported": "Teisaldamine ühilduvale video bitisügavusele",
+ "RefFramesNotSupported": "Teisaldamine ühilduvale video referentskaadrite arvule",
+ "ErrorConnectServerUnreachable": "Taotletud toimingu teostamisel ilmnes tõrge. Sinu server ei saa aadressil {0} ühendust meie Emby Connect serveriga. Veendu, et suserveril oleks aktiivne internetiühendus ja et paigaldatud tulemüür või turvatarkvara võimaldaks suhtlust.",
+ "HeaderStopRecording": "Lõpeta salvestamine",
+ "ManageRecording": "Halda salvestamist",
+ "LabelDropImageHere": "Lohista pilt siia või klõpsa üleslaadimiseks.",
+ "MessageFileReadError": "Faili lugemisel toimus viga. Proovi uuesti.",
+ "Browse": "Sirvi",
+ "HeaderUploadImage": "Lae pilt üles",
+ "HeaderAddUpdateImage": "Lisa / värskenda pilt",
+ "HeaderShowFields": "Kuva väljad",
+ "LabelView": "Vaade:",
+ "LabelImageType": "Pilditüüp:",
+ "Upload": "Laadi üles",
+ "Primary": "Põhipilt",
+ "PrimaryImageBlur": "Primary image blur",
+ "Art": "Kunst",
+ "Backdrop": "Taustapilt",
+ "Banner": "Bänner",
+ "Box": "Karp",
+ "BoxRear": "Karp (tagune)",
+ "Disc": "Plaat",
+ "Logo": "Logo",
+ "LogoDark": "Logo (tume versioon)",
+ "LogoLight": "Logo (hele versioon)",
+ "LogoLightColor": "Logo (hele värviline)",
+ "Menu": "Menüü",
+ "Screenshot": "Ekraanipilt",
+ "Thumb": "Pisipilt",
+ "HeaderAudioSettings": "Heli sätted",
+ "LabelAudioLanguagePreference": "Eelistatud helikeel:",
+ "LabelPlayDefaultAudioTrack": "Esita vaikimisi heliriba olenemata keelest",
+ "HeaderVideoQuality": "Video kvaliteet",
+ "CinemaModeConfigurationHelp": "Kinoteater toob kinoelamuse otse elutuppa võimalusega vaadata enne põhifilmi treilereid ja kohandatud sisu.",
+ "ShowUpNextPreview": "Show up next preview",
+ "ShowUpNextPreviewHelp": "Show information for the next item near the end of the current one.",
+ "PlayNextEpisodeAutomatically": "Esita järgmine osa automaatselt",
+ "LabelMaxChromecastBitrate": "Chromecasti voogesituse kvaliteet:",
+ "LabelSkipBackLength": "Tagasihüppe suurus:",
+ "LabelSkipForwardLength": "Edasihüppe samm:",
+ "EnableCinemaMode": "Luba kinoteater",
+ "LabelInternetQuality": "Interneti kvaliteet:",
+ "LabelCellularQuality": "Remote streaming quality (cellular)",
+ "HeaderMusicQuality": "Muusika kvaliteet",
+ "LabelHomeNetworkQuality": "Koduvõrgu kvaliteet:",
+ "HeaderLatestMedia": "Uued meediafailid",
+ "HeaderRestartingEmbyServer": "Emby serveri taaskäivitamine",
+ "RestartPleaseWaitMessage": "Palun oota, kuni Emby server seiskub ja taaskäivitub. Selleks võib kuluda minut või kaks.",
+ "HeaderPlayNext": "Esita järgmisena",
+ "AutoBasedOnLanguageSetting": "Automaatne (põhineb seadme seadistusel)",
+ "SameAsMainTheme": "Järgib põhiteemat",
+ "LabelDateTimeLocale": "Kuupäev kellaaeg keel:",
+ "Genre": "Žanr",
+ "DirectorValue": "Lavastaja: {0}",
+ "DirectorsValue": "Lavastajad: {0}",
+ "GenreValue": "Žanr: {0}",
+ "GenresValue": "Žanrid: {0}",
+ "TagsValue": "Sildid: {0}",
+ "Off": "Väljas",
+ "Title": "Pealkiri",
+ "Year": "Aasta",
+ "Filter": "Filter",
+ "Filters": "Filtrid",
+ "Unplayed": "Esitamata",
+ "LabelTVHomeScreen": "TV režiimi avaleht:",
+ "Horizontal": "Horisontaalne",
+ "Vertical": "Vertikaalne",
+ "HeaderGroupBy": "Group By",
+ "HeaderMediaType": "Media Type",
+ "GroupBySeries": "Rühmita seriaalide kaupa",
+ "HeaderVideoType": "Video tüüp",
+ "HeaderSeriesStatus": "Seriaali seis",
+ "Features": "Võimalused",
+ "Trailers": "Treilerid",
+ "Extras": "Lisad",
+ "ThemeSongs": "Teemalaulud",
+ "ThemeVideos": "Teemavideod",
+ "HeaderFavoriteMovies": "Lemmikfilmid",
+ "HeaderFavoritePhotos": "Lemmikfotod",
+ "HeaderFavoriteShows": "Lemmiksaated",
+ "HeaderFavoriteEpisodes": "Lemmikepisoodid",
+ "HeaderFavoriteVideos": "Lemmikvideod",
+ "HeaderFavoriteMusicVideos": "Favorite Music Videos",
+ "HeaderFavoriteGames": "Lemmikmängud",
+ "HeaderFavoriteArtists": "Lemmikesitajad",
+ "HeaderFavoriteAlbums": "Lemmikalbumid",
+ "HeaderFavoriteSongs": "Lemmiklood",
+ "HeaderFavoriteAuthors": "Lemmikautorid",
+ "HeaderFavoriteAudioBooks": "Lemmikaudioraamatud",
+ "Ascending": "Kasvav",
+ "Descending": "Kahanev",
+ "HeaderColorPrimaries": "Peamised värvid",
+ "HeaderColorSpace": "Värviruum",
+ "HeaderColorTransfer": "Värviülekanne",
+ "HeaderVideoRange": "Videovahemik",
+ "SeriesDisplayOrderHelp": "Järjesta episoodid edastuskuupäeva, dvd järjekorra või absoluutse numeratsiooni järgi.",
+ "LabelVerticalPositionFromBottom": "Vertikaalne asend (alt):",
+ "HeaderFavoritePeople": "Lemmikinimesed",
+ "MultiSelect": "Hulgivalik",
+ "HeaderSignOut": "Logi välja",
+ "HeaderSelectServer": "Vali server",
+ "HeaderChangeServer": "Muuda serverit",
+ "HeaderChangeUser": "Vaheta kasutajat",
+ "HeaderAppSettings": "Rak. seadistus",
+ "HeaderLoginSettings": "Sisselogimise sätted",
+ "LabelRememberLogin": "Jäta sisselogimine meelde:",
+ "LabelAutomaticallySignOut": "Logi automaatselt välja:",
+ "BetaTesterMessage": "Täname sind, et oled Emby beetatestija! Palun jäta tagasisidet {0}Emby foorumi testimisalas{1}.",
+ "HardwareAccelerated": "Riistvara kiirendatud",
+ "Software": "Tarkvara",
+ "Metadata": "Metaandmed",
+ "HeaderMediaInfo": "Meediainfo",
+ "Locked": "Lukustatud",
+ "HeaderSplitVersionsApart": "Eralda versioonid",
+ "Any": "Mistahes",
+ "Admin": "Admin",
+ "HeaderReadMore": "Loe rohkem",
+ "CustomRatingHelp": "Vanusepiirangu hindamisel kasutatakse kohandatud reitingut, kuid seda ei kuvata. Vanusepiirangu väli kuvatakse endiselt.",
+ "KeepUpToHelp": "Piirangu ületanud salvestised kustutatakse järgmise salvestuse algamisel. Salvestised kustutatakse lisamise kuupäeva järgi, vanemad esimesena.",
+ "NoItemsMatchingFound": "Otsingukriteeriumidele vastavaid üksusi ei leitud.",
+ "TwoSearchCharsRequired": "Sisesta vähemalt kaks tähemärki.",
+ "PreventPlaybackContinuing": "Takista taasesituse lõputut jätkumist, küsides perioodiliselt kasutaja sisendit.",
+ "PromptStillWatching": "Luba 'Kas oled veel siin?\" küsimine",
+ "HeaderMissingMetadata": "Puuduvad metaandmed",
+ "HeaderIncludedIn": "Sisaldub",
+ "EmbyConnectUserAlreadyLinked": "Emby Connecti kasutaja on selles serveris juba teise kasutajaga lingitud.",
+ "VideoFilesWillBeConvertedTo": "Teisendatud videod salvestatakse kui {0}.",
+ "VideoWillBeConvertedTo": "Videovood teisendatakse {0} või kopeeritakse algsest failist, kui need on juba {0} ja kvaliteet vastab teisendusseadetele.",
+ "VideoWillBeConvertedToOrCopied": "Videovood teisendatakse {0} või kopeeritakse algsest failist, kui need on {1} ja kvaliteet vastab teisendusseadetele.",
+ "AudioWillBeConvertedTo": "Helivood teisendatakse {0} või kopeeritakse algsest failist, kui need on juba {0} ja kvaliteet vastab teisendusseadetele.",
+ "AudioWillBeConvertedToOrCopied": "Helivood teisendatakse {0} või kopeeritakse algsest failist, kui need on {1} ja kvaliteet vastab teisendusseadetele.",
+ "HeaderSpecialKeys": "Eriklahvid",
+ "FollowingSpecialKeys": "Järgmisi eriklahve toetab enamik klaviatuure ja kaugjuhtimispulte:",
+ "HeaderDeleteSeries": "Kustuta seriaal",
+ "HeaderDeleteLastPlayedEpisode": "Kustuta viimati vaadatud episood",
+ "HeaderConnectingToServer": "Ühendumine serveriga",
+ "ServerNameValue": "Serveri nimi: {0}",
+ "DomainValue": "Domeen: {0}",
+ "RatedValue": "Hinnang {0}",
+ "LocalServerRedirectMessage": "Sind suunatakse domeeni, mille omanik ja haldaja on valitud serveri administraator:",
+ "AllMediaOwnedHosted": "Kogu meediumit haldab domeeni {0} omanik.",
+ "EnableResolutionSwitching": "Match video resolution",
+ "EnableResolutionSwitchingHelp": "This enables Emby to change the resolution to the same value the video was encoded in before starting playback. This may help minimize the amount of stutter/judder that you might otherwise see when playing videos which do not match up well.",
+ "EnableDisplayRefreshRateSwitching": "Luba ekraani värskendussageduse vahetamine",
+ "EnableDisplayRefreshRateSwitchingHelp": "See võimaldab Embyl enne taasesituse alustamist muuta ekraani värskendussagedust video kaadrisageduse (või selle kordajaga) vastavaks. See aitab minimeerida hakkimist/võbelemist, mis võib tekkida, kui video ja värskendussagedus ei sobi hästi.",
+ "RememberSelectedAudioTracks": "Pea heliriba valikud meeles",
+ "RememberSelectedSubtitleTracks": "Pea subtiitrite keele valikud meeles",
+ "RememberSelectedSubtitleTracksHelp": "Subtiitriraja valikud jäävad meelde iga video kohta ja rakendatakse sama video uuesti esitamisel.",
+ "RememberSelectedAudioTracksHelp": "Heliriba valikud jäävad meelde iga video kohta ja rakendatakse sama video uuesti esitamisel.",
+ "ClearSavedTrackSelections": "Eemalda salvestatud raja valikud",
+ "HeaderClearTrackSelections": "Eemalda salvestatud raja valikud",
+ "QuestionClearSavedTracks": "Kas eemaldada kõik salvestatud raja valikud?",
+ "LabelChannelTags": "Kanali tunnused:",
+ "AfterThisPlaysConfirmation": "Kas pärast selle loo lõppu jätkata esitust või tühjendada muusika järjekord?",
+ "Keep": "Hoia",
+ "Clear": "Tühjenda",
+ "HeaderClearFilters": "Tühjenda filtrid",
+ "HeaderSearchForImages": "Otsi pilte",
+ "HeaderSearchNewImage": "Otsi uut pilti",
+ "HeaderSearchForAnImage": "Otsi pilti",
+ "DragDropToReorder": "Muuda järjestust lohistades",
+ "HeaderAddImageFromUrl": "Lisa pilt URL-aadressilt",
+ "HeaderSetImageFromUrl": "Määra pilt URL-aadressilt",
+ "LabelUrl": "Url:",
+ "LabelChannelNumber": "Kanalinumber:",
+ "LabelGuideDataChannel": "Telekava andmekanal:",
+ "GuideDataSource": "Guide Data Source",
+ "HeaderCopyToClipboard": "Kopeeri lõikelauale",
+ "TimeRemainingValue": "{0} jäänud",
+ "LabelResumeRewindSeconds": "When resuming, automatically rewind",
+ "ResumeRewindSecondsHelp": "This may help you remember where you left off. This applies to the initial resume and not each individual pause during playback.",
+ "HeaderSavePlayQueueToPlaylist": "Save Play Queue to Playlist",
+ "EnableLogoImagesAsTitle": "Display logo images as titles on detail screens",
+ "EnableLogoImagesAsTitleHelp": "When available, logo images can be used in place of title text on video, series, and other detail screens. The title will fallback to text when a logo image is not available.",
+ "LabelNowPlayingAudioBackgroundStyle": "Now playing audio background style",
+ "LabelNowPlayingVideoBackgroundStyle": "Now playing video background style",
+ "NowPlayingVideoBackgroundStyleHelp": "Determines the background style when remote controlling video playback on another device.",
+ "Rotation": "Rotation",
+ "Minutes": "minutit",
+ "LabelMaxRecordingLength": "Maksimaalne salvestuse pikkus:",
+ "MaxRecordingLengthHelp": "Piirab salvestamise kestvuse siin määratud ajaga, sõltumata teleülekande kestvusest. Väärtus 0 tähendab ilma piiranguta.",
+ "RemoteWAN": "Kaugligipääsu (WAN) aadress",
+ "HeaderLastConnectedTo": "Last Connection To",
+ "Version": "Versioon",
+ "Keyword": "Võtmesõna",
+ "HeaderServerAddress": "Serveri aadress",
+ "HeaderSkipIntro": "Skip Intro",
+ "HeaderCreateRecording": "Loo salvestus",
+ "HeaderAddRecording": "Lisa salvestus",
+ "HeaderChannelAndTime": "Kanal ja aeg",
+ "LabelRecordProgramOrSeriesFrom": "Record a program or series from",
+ "LabelStartTime": "Start time",
+ "LabelEndTime": "End time",
+ "LabelFrequency": "Frequency",
+ "Recurring": "Recurring",
+ "Once": "Once",
+ "Start": "Start",
+ "Unpause": "Unpause",
+ "LabelIntroSkipMode": "Intro skip mode",
+ "ShowSkipIntroButton": "Show 'Skip Intro' button",
+ "AutoSkipIntro": "Automatically skip intros",
+ "DisplayRatingInformationOnVideoPlaybackStart": "Display rating information on video playback start",
+ "DisplayRatingInformationOnVideoPlaybackStartHelp": "The rating information will display briefly when video playback begins.",
+ "IntroSkipModeHelp": "Display a 'Skip Intro' button or automatically skip intros for episodes in which Emby Server has detected intro markers. Intro detection must be enabled in Emby Server library options.",
+ "EnableHomeScreenFocusPreview": "Use a layout on the home screen that shows a detailed preview of the selected item",
+ "EnableHomeScreenFocusPreviewHelp": "This may not work well if your home screen contains a mixture of different media types.",
+ "LabelHideMediaTransportButtons": "Hide video player transport buttons",
+ "HideMediaTransportButtonsHelp": "Create a simpler on-screen playback interface by hiding basic transport buttons such as skip forward, back and pause. You'll still be able to use these functions using arrow keys and OK/Enter. Auto will hide the transport buttons when no mouse usage is detected within the app.",
+ "ImageSizeHelp": "Set your preferred size of image grids.",
+ "LabelImageSize": "Image size",
+ "ThisImageIsOnlyPreview": "This image is only a preview that came from the metadata search engine. The actual image that Emby Server downloads may be different and will depend on the options you've configured in Emby library setup.",
+ "ResultsRangeValue": "{0} to {1} of {2}",
+ "NotificationsDescription": "Setup notifications to stay informed of important events on your Emby Server.",
+ "DeleteEmbyConnectAccount": "Delete Emby Connect Account",
+ "DeleteEmbyConnectAccountHelp": "To delete your Emby Connect account, please sign in to the {0}Emby Community{1} at {2}. Once signed in, then click your username in the top right, then click Account Settings, then click Delete My Account.",
+ "KeepPlayingInBackground": "Keep playing in the background",
+ "LabelVideoBackBehavior": "Video player back button behavior",
+ "HeaderViewLyrics": "View Lyrics",
+ "HeaderViewMissingEpisodes": "View Missing Episodes",
+ "HeaderMissingEpisodes": "Missing Episodes",
+ "HeaderManageAccess": "Manage Access",
+ "HeaderManageCollaboration": "Manage Collaboration",
+ "HeaderLeaveCollaboration": "Leave Collaboration",
+ "HeaderRemoveFromLibrary": "Remove from Library",
+ "RemoveSharedItemConfirmation": "Are you sure you wish to remove this item from your library? In order to get it back the owner will need to grant you access again.",
+ "SubtitlesDownloaded": "Subtitles Downloaded",
+ "HeaderMakePrivate": "Make Private",
+ "HeaderMakePublic": "Make Public",
+ "MakePublicDescription": "All users will be able to view this item. Users can be granted access to edit.",
+ "MakePrivateDescription": "Users can still be granted access individually.",
+ "Private": "Private",
+ "Public": "Public",
+ "Collaborative": "Collaborative",
+ "PreferredShowDisplay": "Preferred TV show display",
+ "ShowAllEpisodesAllSeasons": "Show all episodes of all seasons together",
+ "ShowAllEpisodesSingleSeason": "Show all episodes for only single season shows",
+ "ShowSeasonFolders": "Always show season folders",
+ "HeaderAddAgain": "Add Again",
+ "UpNext": "Up Next",
+ "ItemsAlreadyInPlaylist": "Some of these items are already in your playlist.",
+ "ItemAlreadyInPlaylist": "This item is already in your playlist.",
+ "HeaderPlayChannel": "Play Channel",
+ "LabelScreenOrientationDuringVideo": "Screen orientation during video playback",
+ "UseDeviceSetting": "Use device setting",
+ "LockToLandscape": "Lock to landscape",
+ "UsernameForFolderHelp": "The username required to access this folder on your network (if applicable).",
+ "PasswordForFolderHelp": "The password required to access this folder on your network (if applicable).",
+ "ShowMediaInfoOnDetailScreens": "Show full media at the bottom of audio and video detail screens",
+ "ForgotPasswordNoUserFound": "No users were found with the entered name. Please try again, or leave the name blank to reset the password for all users on this server.",
+ "Silver": "Silver",
+ "DimGray": "Dim Gray",
+ "DarkGray": "Dark Gray",
+ "LightGray": "Light Gray",
+ "Black": "Black",
+ "Blue": "Blue",
+ "Cyan": "Cyan",
+ "Gray": "Gray",
+ "Green": "Green",
+ "Lime": "Lime",
+ "Magenta": "Magenta",
+ "Orange": "Orange",
+ "Pink": "Pink",
+ "Red": "Red",
+ "Yellow": "Yellow",
+ "White": "White",
+ "Purple": "Purple",
+ "RecentlyReleasedMovies": "Recently Released Movies",
+ "RecentlyReleasedEpisodes": "Recently Released Episodes",
+ "DolbyProfile": "Dolby Profile",
+ "IpAddress": "IP Address",
+ "VideoType": "Video Type",
+ "HidePlayedMediaFrom": "Hide Played Media From",
+ "BottomEdgePosition": "Bottom Edge Position",
+ "VerticalPositionFromBottomScreen": "Set the vertical position of the subtitles relative to the bottom of the screen.",
+ "TopEdgePosition": "Top Edge Position",
+ "TopEdgePositionHelp": "Set the highest allowed vertical position of the subtitles relative to the top of the screen. This is used when the subtitles contain positioning instructions to be placed at the top.",
+ "HeaderSubtitlePosition": "Subtitle Position",
+ "TitleProfilePin": "Profile PIN",
+ "ProfilePinConfirm": "Profile PIN (confirm)",
+ "SaveProfilePin": "Save Pin",
+ "ProfilePinDescription": "Create an optional pin to be prompted for entry whenever you return to an Emby app on a device that you've already signed into. This is useful if you have devices that are shared by multiple users. You can choose to enable it selectively on each device as required.",
+ "TitleNewEpisodes": "New Episodes",
+ "EnterYourPinToContinue": "Enter your PIN to continue.",
+ "YourPinMustBe": "Your PIN must be {0} digits.",
+ "ForgotPin": "Forgot PIN?",
+ "RequireEnteringPinToReturn": "Require entering my profile PIN whenever I return to this app.",
+ "RequireEnteringPinToReturnQuestion": "Should we prompt you for your profile PIN whenever you return to this app? If this device is shared by multiple users, your profile PIN can help prevent the other users from accessing your data.",
+ "RequireEnteringPinToReturnHelp": "Useful if this device is shared by multiple users.",
+ "WrongPinPleaseTryAgain": "Whoops, wrong PIN. Please try again.",
+ "ProfilePinIsOn": "Profile PIN is currently on.",
+ "IfTryingToConnectToHttp": "If you're trying to connect to your Emby Server using an HTTP address, your browser may not be allowing this due to HTTPS requirements. Please try one of the following:",
+ "SetupHttpsForYourServer": "Setup {0}HTTPS for your Emby Server{1} so that you can connect using HTTPS.",
+ "TitleUnableToReachServer": "Unable to Reach Server",
+ "TitleUnableToReachName": "Unable to Reach {0}",
+ "HearingImpaired": "Hearing Impaired",
+ "SignIntoServerName": "Sign in to {0}",
+ "About": "About",
+ "Specials": "Specials",
+ "NSettings": "{0} Settings",
+ "NPreferences": "{0} Preferences",
+ "DetailScreenOptions": "Detail Screens",
+ "LabelGenreDisplayLimit": "Genre display limit",
+ "GenreDisplayLimitHelp": "Limit the number of genres displayed at the top of item detail screens.",
+ "GenreDisplayLimitForListsHelp": "Limit the number of genres displayed at the top of playlist, collection and artist detail screens.",
+ "LabelGenreDisplayLimitForLists": "Genre display limit for lists",
+ "ShowPosterOnDetails": "Show a poster on the detail screen",
+ "ShowPosterOnDetailsHelp": "Choose to show a poster on video detail screens, or hide it for a more minimal look that emphasizes the background. This setting is not used on smaller screen layouts. Some item types will ignore this setting.",
+ "EnableAppLogging": "Enable app logging",
+ "EnableAppLoggingHelp": "Logging can degrade app performance and should only be enabled as needed for troubleshooting purposes. Changes require restarting the app.",
+ "LabelSlideshowInterval": "Photo slideshow time per slide",
+ "TVChannelImageEditorHelp": "Multiple logo versions are supported. Emby apps will automatically choose the appropiate one depending on the current theme.",
+ "PlaySlideshow": "Play Slideshow",
+ "CheckForExistingEpisodesInAllLibraries": "Check for existing episodes in all libraries",
+ "GroupNotificationsBySeriesOrAlbum": "Group notifications by series and albums",
+ "ThemeSettings": "Theme Settings",
+ "FollowingActivityWillBeDisrupted": "The following activity will be disrupted and may require manual intervention to restart:",
+ "OneActivePlaybackSession": "1 Active Playback Session",
+ "NumActivePlaybackSessions": "{0} Active Playback Sessions",
+ "OneActiveRecording": "1 Active Recording",
+ "NumActiveRecordings": "{0} Active Recordings",
+ "PlayFromLivePosition": "Play from the live position",
+ "PlayFromStartOfRecording": "Play from the start of the recording",
+ "ThisChannelIsActivelyRecording": "This channel is actively recording. How would you like to begin playing?",
+ "ThemeSongVolume": "Theme song volume",
+ "HeaderForceConversionForFormats": "Force Conversion for Formats",
+ "ForceConversionForFormatsHelp": "Use this to force server-side transcoding or remuxing for formats that don't direct play very well on this device.",
+ "StartupBehavior": "Startup behavior",
+ "RememberLastUser": "Remember last user",
+ "ShowLoginScreen": "Show login screen",
+ "SignInAsValue": "Sign in as {0}",
+ "ConvertUnsupportedAudio": "Convert unsupported surround audio to Dolby Digital",
+ "ConvertUnsupportedAudioHelp": "Avoid downmixing unsupported surround formats to stereo by having Emby Server transcode them to Dolby Digital.",
+ "HeaderPlaybackCorrection": "Playback Correction",
+ "HeaderAttemptPlaybackCorrection": "Attempt Playback Correction",
+ "PlaybackCorrectionConfirm": "Attempt playback correction?",
+ "PlaybackCorrectionDescription": "Is the current item exhibiting a playback problem such as no video or audio? This will try and correct playback issues using server transcoding to convert this file into a more streaming friendly format. This will result in increased resource consumption on this Emby Server.",
+ "PlaybackCorrectionDescription2": "You can do this up to three times per video, where remuxing, video transcoding and audio transcoding are each activated one at a time.",
+ "HeaderAlbumsAsContributingArtist": "Albums as Contributing Artist",
+ "HeaderAlbumsAsComposer": "Albums as Composer",
+ "Duplicates": "Duplicates",
+ "HeaderSleepTimer": "Sleep Timer",
+ "AfterCurrentItem": "After current item",
+ "HeaderStopPlayback": "Stop Playback",
+ "TurnOffTimer": "Turn off timer",
+ "SleepTimerIsSet": "Your sleep timer is set",
+ "SleepTimerIsOff": "Your sleep timer is off",
+ "LabelEnableRemoteControlTVMode": "Display casting and remote control functions",
+ "EnableRemoteControlTVModeHelp": "Enable if you intend to use this device to send media to other devices.",
+ "ShowOnScreenControls": "Show on-screen controls",
+ "LabelVideoScreenUpAction": "Video player up action",
+ "VideoScreenUpActionHelp": "Select the action to take when pressing the up key on the video player screen. This applies when no on-screen controls are currently visible. When controls are already visible, the up key will be used for navigation.",
+ "LabelVideoPlayerLongPressAction": "Video player long press action",
+ "LetsGetSetup": "Let's Get Set Up",
+ "VideoPlayerLongPressActionHelp": "Choose what function or menu is shown when long pressing the OK button during video playback. This only takes effect when the video controls are hidden or the seek bar has focus.",
+ "AskAdminToGetPremiere": "This purchase must be made by the server administrator. Please ask the administrator of this Emby Server to sign in and get Emby Premiere so that you can enjoy access to premium features.",
+ "AutoOpenSingleItemsFolders": "Auto open single items in folder view",
+ "AutoOpenSingleItemsFoldersHelp": "When a folder only contains one item, automatically open that item.",
+ "PlayedOnValue": "Played {0}",
+ "TheseSettingsApplyAppDevice": "These settings apply to all users playing on this device.",
+ "LastContentDateAdded": "Last Content Date Added",
+ "RepeatThemeMedia": "Play themes on repeat",
+ "HideEpisodeSpoilerInfo": "Hide spoiler information from unwatched episodes",
+ "HideEpisodeSpoilerInfoHelp": "Hides the title, overview and image for unwatched episodes on most screens.",
+ "BornValueAge": "Born: {0} (age {1})",
+ "PreferDirectStreamLiveTV": "Prefer direct streaming of Live TV",
+ "PreferDirectStreamLiveTVHelp": "Direct streaming Live TV will reduce resource consumption on your Emby Server but may not be as seekable during playback. Enabling this will direct stream Live TV when the format is supported and is within your configured quality setting. Disable this to enjoy more seeking during playback at the cost of additional resource consumption.",
+ "HeaderAllRecordings": "All Recordings",
+ "RememberLoginDescription": "After signing in, you can use the app settings to configure the startup behavior to remember login, sign in as a specific user, or always show the login screen.",
+ "ForgetThisServer": "Forget This Server",
+ "ForgetServerConfirmation": "Are you sure you wish to forget this server?",
+ "HeaderThisDevice": "This Device",
+ "ChaptersGuide": "Chapters / Live TV Guide",
+ "ChaptersGuideHelp": "Show Chapters for media with chapters. For media without chapters, show the Live TV Guide (when available).",
+ "HeaderShowSeriesImages": "Show Series Images",
+ "AppExitConfirmation": "Are you ready to exit Emby?",
+ "AppExitMenu": "Exit menu",
+ "SideMenu": "Side navigation menu",
+ "SystemStorage": "System storage ({0})"
+}
diff --git a/modules/common/strings/fa.json b/modules/common/strings/fa.json
new file mode 100644
index 0000000..3de1eff
--- /dev/null
+++ b/modules/common/strings/fa.json
@@ -0,0 +1,1340 @@
+{
+ "GroupItemsIntoTags": "Group items into tags",
+ "User": "User",
+ "HeaderMetadataSettings": "Metadata Settings",
+ "OneDevice": "1 Device",
+ "Yes": "Yes",
+ "HeaderLoginSettings": "Login Settings",
+ "LabelRememberLogin": "Remember login",
+ "EmbyLoginTerms": "Emby is designed to help you manage your personal media library, such as home videos and photos. Please see our {0}terms of use{1}. The use of any Emby software constitutes acceptance of these terms.",
+ "MessageUnableToConnectToServer": "We're unable to connect to the selected server right now. Please ensure it is running and try again.",
+ "EmbyIntroMessage": "With Emby you can easily stream videos, music and photos to smart phones, tablets and other devices from your Emby Server.",
+ "HeaderSignInWithConnect": "Sign in with Emby Connect",
+ "HeaderWelcomeToEmby": "Welcome to Emby",
+ "HeaderNewUsers": "New Users",
+ "HeaderPleaseSignIn": "Please Sign In",
+ "MessageInvalidUser": "Invalid username or password. Please try again.",
+ "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.",
+ "ValueSpecialEpisodeName": "Special - {0}",
+ "HeaderSignIn": "Sign In",
+ "Share": "Share",
+ "Shared": "Shared",
+ "Info": "Info",
+ "Add": "Add",
+ "Speed": "Speed",
+ "PlaybackSpeed": "Playback Speed",
+ "Chapters": "Chapters",
+ "Password": "Password",
+ "SavePassword": "Save Password",
+ "LabelPassword": "Password",
+ "HeaderResetPassword": "Reset Password",
+ "Series": "Series",
+ "Preview": "Preview",
+ "Submit": "Submit",
+ "Never": "Never",
+ "Table": "Table",
+ "HeaderScheduledTasks": "Scheduled Tasks",
+ "Plays": "Plays",
+ "LastUsedAddressValue": "Last used {0}",
+ "LabelKeywordType": "Keyword type",
+ "HeaderSelectColumns": "Select Columns",
+ "HeaderTopResults": "Top Results",
+ "HeaderPinSidebar": "Pin Sidebar",
+ "Collapse": "Collapse",
+ "LabelBackgroundVideoPlayback": "Background video playback",
+ "BackgroundVideoPlaybackHelp": "Background playback allows video to keep playing even when the screen is turned off.",
+ "AlwaysOn": "Always on",
+ "HeadphonesOrExternalSpeakersConnected": "Headphones or external speakers connected",
+ "HeaderKeyboardAndRemote": "Keyboard and Remote",
+ "NoSelectedItemsSupportOperation": "There are no items selected that support this operation.",
+ "NoOperationsForSelectedItems": "There are no operations available for the selected items.",
+ "UploadOnlyOnWifi": "Upload only on Wifi",
+ "HeaderFoldersToUpload": "Folders to Upload",
+ "LabelPasswordConfirm": "Password (confirm)",
+ "HeaderMoveUpInOrder": "Move Up In Order",
+ "HeaderDownUpInOrder": "Move Down In Order",
+ "LabelUsername": "Username",
+ "HeaderAddServer": "Add Server",
+ "HeaderSubtitleOffset": "Subtitle Offset",
+ "Watching": "Watching",
+ "HeaderRemoveFromContinueWatching": "Remove from Continue Watching",
+ "RemoveThisTitleFromContinueWatching": "Remove this title from Continue Watching?",
+ "HeaderRemoveFromContinueListening": "Remove from Continue Listening",
+ "RemoveThisTitleFromContinueListening": "Remove this title from Continue Listening?",
+ "HeaderIncreaseSubtitleOffset": "Increase Subtitle Offset",
+ "HeaderDecreaseSubtitleOffset": "Decrease Subtitle Offset",
+ "Close": "Close",
+ "HeaderSeeAll": "See All",
+ "HeaderOpenInNewWindow": "Open in New Window",
+ "LabelEmail": "Email",
+ "LabelHost": "Host",
+ "LabelHostHelp": "Example: 192.168.1.100 or https://myserver.com",
+ "LabelPort": "Port",
+ "Disabled": "Disabled",
+ "Uninstall": "Uninstall",
+ "Enable": "Enable",
+ "AllTuners": "All Tuners",
+ "Disable": "Disable",
+ "NextValue": "Next: {0}",
+ "HeaderNextItem": "Next Item",
+ "HeaderPreviousItem": "Previous Item",
+ "NoTrailersMessage": "No Trailers found. To add Trailers, please install the Trailer plugin from the {0}Emby plugin catalog{1}.",
+ "UninstallPluginConfirmation": "Are you sure you wish to uninstall this plugin?",
+ "HeaderUninstallPlugin": "Uninstall Plugin",
+ "AreYouStillWatching": "Are you still watching?",
+ "LabelCurrentPassword": "Current password",
+ "LabelNewPassword": "New password",
+ "LabelNewPasswordConfirm": "New password confirm",
+ "HeaderRemovePassword": "Remove Password",
+ "ServerUpdateNeeded": "This Emby Server needs to be updated. To download the latest version, please visit {0}",
+ "MessageThankYouForConnectSignUp": "Thank you for signing up for Emby Connect. An email will be sent to your address with instructions on how to confirm your new account. Please confirm the account and then return here to sign in.",
+ "MessageThankYouForConnectSignUpNoValidation": "Thank you for signing up for Emby Connect! You will now be asked to login with your Emby Connect information.",
+ "ErrorMessagePasswordNotMatchConfirm": "The password and password confirmation must match.",
+ "ErrorMessageUsernameInUse": "The username is already in use. Please choose a new name and try again.",
+ "ErrorMessageEmailInUse": "The email address is already in use. Please enter a new email address and try again, or use the forgot password feature.",
+ "HeaderUpcomingOnTV": "Upcoming On Live TV",
+ "HeaderOtherShowings": "Other Showings",
+ "Showings": "Showings",
+ "HeaderConnectToServer": "Connect to Server",
+ "ConnectToServerManually": "Connect to server manually",
+ "LabelEnterConnectUserNameHelp": "This is the email address that you used to setup your Emby Connect account.",
+ "HeaderSignInError": "Sign In Error",
+ "HeaderManualLogin": "Manual Login",
+ "PasswordResetConfirmation": "Are you sure you wish to reset the password?",
+ "ContactAdminToResetPassword": "Please contact your system administrator to reset your password.",
+ "ForgotPasswordInNetworkRequired": "Please try again within your home network to initiate the password reset process.",
+ "ForgotPasswordFileCreated": "The following file has been created on your server and contains instructions on how to proceed:",
+ "ForgotPasswordFileExpiration": "The reset pin will expire at {0}.",
+ "InvalidForgotPasswordPin": "An invalid or expired pin was entered. Please try again.",
+ "PasswordResetForUsers": "Passwords have been removed for the following users. To login, sign in with a blank password.",
+ "HeaderForgotPassword": "Forgot Password?",
+ "ForgotPasswordUsernameHelp": "Leave this blank if you don't remember your username.",
+ "HeaderPasswordReset": "Password Reset",
+ "AttributeNew": "New",
+ "Done": "Done",
+ "HeaderResetToDefault": "Reset to Default",
+ "Deinterlacing": "Deinterlacing",
+ "HeaderBurningInSubtitles": "Burning in Subtitles",
+ "Premiere": "Premiere",
+ "LabelPinCode": "Pin code",
+ "LabelLocalNetworkPinCode": "Local network pin code",
+ "LabelLocalNetworkPasswordMode": "Local network sign in mode",
+ "RequirePasswordInLocalNetwork": "Require a password on the local network",
+ "NoPasswordInLocalNetwork": "Don't require a password on the local network",
+ "PinCodeInLocalNetwork": "Allow a numeric pin code on the local network",
+ "LocalNetworkPasswordModeHelp": "Select the sign in method for devices on the same local network as your Emby Server.",
+ "HeaderLocalNetworkAccess": "Local Network Access",
+ "Live": "Live",
+ "Reset": "Reset",
+ "Repeat": "Repeat",
+ "Track": "Track",
+ "Tracks": "Tracks",
+ "HeaderCameraUpload": "Camera Upload",
+ "TrackCount": "{0} Tracks",
+ "ItemCount": "{0} Items",
+ "NumberChannelsValue": "{0} Channels",
+ "HeaderLatestMusic": "Latest Music",
+ "HeaderLatestAudioBooks": "Latest Audio Books",
+ "HeaderLatestDownloadedVideos": "Latest Downloaded Videos",
+ "HeaderRecentlyPlayed": "Recently Played",
+ "Recent": "Recent",
+ "HeaderFrequentlyPlayed": "Frequently Played",
+ "HeaderMoreLikeThis": "More Like This",
+ "HeaderMoreLikeThisOnLiveTV": "More Like This on Live TV",
+ "OriginalAirDateValue": "Original air date: {0}",
+ "EndsAtValue": "Ends at {0}",
+ "Date": "Date",
+ "AirDate": "Air Date",
+ "Played": "Played",
+ "Daily": "Daily",
+ "Weekly": "Weekly",
+ "RequireHashMatch": "Require a hash match",
+ "RequireHashMatchHelp": "Requiring a hash match will filter subtitles to include only those that have been tested with your exact video file. Unchecking this will increase the number of matched subtitles, but will also increase the chances of mistimed or incorrect subtitle text.",
+ "SearchForForcedSubtitlesOnly": "Forced subtitles only",
+ "SearchForForcedSubtitlesOnlyHelp": "Requiring forced subtitles will limit results to subtitles that are tagged as having a foreign language.",
+ "LastEpisodeDateAdded": "Last Episode Date Added",
+ "LastEpisodeDateAired": "Last Episode Date Released",
+ "LabelPlaystate": "Playstate",
+ "Studio": "Studio",
+ "Tag": "Tag",
+ "EpisodeTitle": "Episode Title",
+ "Audio": "Audio",
+ "Video": "Video",
+ "Subtitle": "Subtitle",
+ "Image": "Image",
+ "CopyStream": "Copy original stream",
+ "LabelAudioLayout": "Audio layout",
+ "LabelAudioCodec": "Audio codec",
+ "LabelAudioLanguage": "Audio language",
+ "LabelSubtitleLanguage": "Subtitle language",
+ "LabelVideoCodec": "Video codec",
+ "LabelSubtitleCodec": "Subtitle codec",
+ "LabelParentalRating": "Parental rating",
+ "BecauseYouLikeValue": "Because you like {0}",
+ "BecauseYouWatchedValue": "Because you watched {0}",
+ "DirectedByValue": "Directed by {0}",
+ "StarringValue": "Starring {0}",
+ "Invitations": "Invitations",
+ "ActorAsRole": "as {0}",
+ "ButtonOk": "OK",
+ "GroupItemsIntoCollections": "Group items into collections",
+ "GroupItemsIntoCollectionsHelp": "Group items based on collections they've been added to. Enabling certain filters or sort orders may automatically disable this.",
+ "GroupItemsIntoTagsHelp": "Group items based on tags they've been added to. Enabling certain filters or sort orders may automatically disable this.",
+ "Access": "Access",
+ "Users": "Users",
+ "Library": "Library",
+ "Devices": "Devices",
+ "Cancel": "Cancel",
+ "Restart": "Restart",
+ "Shutdown": "Shutdown",
+ "Logs": "Logs",
+ "Visibility": "Visibility",
+ "Notifications": "Notifications",
+ "SendTestNotification": "Send Test Notification",
+ "NotificationSent": "Notification sent",
+ "DeleteNotificationConfirmation": "Are you sure you wish to delete this notification?",
+ "DeleteNotification": "Delete Notification",
+ "AddNotification": "Add Notification",
+ "EditNotification": "Edit Notification",
+ "LimitUserEventsTo": "Limit user events to",
+ "LimitLibraryEventsTo": "Limit library events to",
+ "LimitDeviceEventsTo": "Limit devices events to",
+ "ForAdditionalNotificationOptions": "Additional notification services can be installed by the server administrator in the Emby {0}plugin catalog{1}.",
+ "Plugins": "Plugins",
+ "Systems": "Systems",
+ "Server": "Server",
+ "Dashboard": "Dashboard",
+ "PlayOnAnotherDevice": "Play on another device",
+ "HeaderConnectionHelp": "Connection Help",
+ "AccessRestrictedTryAgainLater": "Access is currently restricted. Please try again later.",
+ "ButtonGotIt": "Got It",
+ "RememberMe": "Remember me",
+ "EmbyServer": "Emby Server",
+ "ManageEmbyServer": "Manage Emby Server",
+ "ShutdownServer": "Shutdown Emby Server",
+ "RestartServer": "Restart Emby Server",
+ "RecordingCancelled": "Recording Cancelled",
+ "SeriesCancelled": "Series Cancelled",
+ "Recording": "Recording",
+ "SeriesRecording": "Series Recording",
+ "RecordingScheduled": "Recording Scheduled",
+ "SeriesRecordingScheduled": "Series Recording Scheduled",
+ "HeaderNewRecording": "New Recording",
+ "HeaderWakeServer": "Wake Server",
+ "AttemptingWakeServer": "Attempting to wake server. Please wait...",
+ "WakeServerSuccess": "Success!",
+ "HeaderCustomizeHomeScreen": "Customize Home Screen",
+ "WakeServerError": "Wake On LAN packets were sent to your server machine, but we're unable to connect to your Emby Server. Your machine may need a little more time to wake, or Emby Server may not be actively running on the machine.",
+ "Days": "Days",
+ "Network": "Network",
+ "Networks": "Networks",
+ "SortByValue": "Sort by {0}",
+ "HeaderSortBy": "Sort By",
+ "HeaderPhotoAlbums": "Photo Albums",
+ "Photos": "Photos",
+ "HeaderAppearsOn": "Appears On",
+ "List": "List",
+ "HeaderRecordSeries": "Record Series",
+ "HeaderCinemaMode": "Cinema Intros",
+ "Conversions": "Conversions",
+ "Downloads": "Downloads",
+ "HeaderManageDownloads": "Manage Downloads",
+ "InternalStorage": "Internal storage",
+ "ExternalStorage": "External storage",
+ "UploadToFollowingServers": "Upload to Servers",
+ "UploadingNumItems": "Uploading {0} of {1}",
+ "DownloadNumItems": "Downloading {0} of {1}",
+ "HeaderSampleRate": "Sample Rate",
+ "HeaderReferenceFrames": "Reference Frames",
+ "HeaderBitDepth": "Bit Depth",
+ "HeaderPixelFormat": "Pixel Format",
+ "Profile": "Profile",
+ "Bitrate": "Bitrate",
+ "Expand": "Expand",
+ "Container": "Container",
+ "Format": "Format",
+ "Path": "Path",
+ "Size": "Size",
+ "Resolution": "Resolution",
+ "HeaderCodecTag": "Codec Tag",
+ "Framerate": "Framerate",
+ "Interlaced": "Interlaced",
+ "Anamorphic": "Anamorphic",
+ "Level": "Level",
+ "Timestamp": "Timestamp",
+ "Language": "Language",
+ "Codec": "Codec",
+ "Stream": "Stream",
+ "HeaderExtradata": "Extra Data",
+ "HeaderHardwareAcceleratedTranscoding": "Hardware Accelerated Transcoding",
+ "HeaderHardwareAcceleratedTranscodingDescription": "Take advantage of your server GPU. Emby has the most advanced and fastests hardware accelleration in the industry.",
+ "HeaderOfflineDownloads": "Offline Media",
+ "AndMuchMoreExclamation": "And much more!",
+ "HeaderOfflineDownloadsDescription": "Download media to your devices for easy offline use.",
+ "LiveTvFeatureDescription": "Stream Live TV to any Emby app, with a compatible TV tuner device installed on your Emby Server.",
+ "DvrFeatureDescription": "Schedule individual Live TV recordings, series recordings, and more with Emby DVR.",
+ "CinemaModeFeatureDescription": "Cinema Intros give you the true cinema experience with trailers and custom intros before the main feature.",
+ "HeaderFreeApps": "Free Emby Apps",
+ "FreeAppsFeatureDescription": "Enjoy free access to Emby apps for your devices.",
+ "HeaderBecomeProjectSupporter": "Get Emby Premiere",
+ "HeaderViewServerInfo": "View Server Info",
+ "PlaybackTvModeRequiresEmbyPremiere": "Media playback in TV mode requires an active {0}Emby Premiere subscription{1}.",
+ "FeatureRequiresEmbyPremiere": "This feature requires an active {0}Emby Premiere subscription{1}.",
+ "HeaderConvertYourRecordings": "Convert Your Recordings",
+ "Record": "Record",
+ "Save": "Save",
+ "Edit": "Edit",
+ "HeaderSavePlaylist": "Save Playlist",
+ "Latest": "Latest",
+ "Download": "Download",
+ "Downloaded": "Downloaded",
+ "Converted": "Converted",
+ "RemoveFromHistory": "Remove from History",
+ "ConfirmRemoveFromHistory": "Remove this item from the history?",
+ "Downloading": "Downloading",
+ "Advanced": "Advanced",
+ "LinkedToEmbyConnect": "Linked to Emby Connect",
+ "Delete": "Delete",
+ "Both": "Both",
+ "LabelChannelDisplay": "Channel display",
+ "HeaderDeleteItem": "Delete Item",
+ "HeaderDeleteUser": "Delete User",
+ "DeleteItemConfirmation": "Are you sure you wish to delete {0}?",
+ "DeleteUserConfirmation": "Are you sure you wish to delete user {0}?",
+ "DeleteUsersConfirmation": "Are you sure you wish to delete these {0} users?",
+ "HeaderDeleteDevice": "Delete Device",
+ "DeleteDeviceConfirmation": "Are you sure you wish to delete this device? It will reappear the next time a user signs in with it.",
+ "ConfirmDeleteItem": "Deleting this item will delete it from both the file system and your media library.",
+ "FollowingFilesWillBeDeleted": "The following files and folders will be deleted:",
+ "AreYouSureToContinue": "Are you sure you wish to continue?",
+ "Refresh": "Refresh",
+ "RefreshingMetadataDots": "Refreshing metadata...",
+ "ScanningLibraryFilesDots": "Scanning library files...",
+ "HeaderFavoritesThenByChannelNumber": "Favorites, Then by Channel Number",
+ "HeaderAddToCollection": "Add to Collection",
+ "HeaderFavoritesThenByTitle": "Favorites, Then by Title",
+ "HeaderFavoritesThenByDefault": "Favorites, Then by Default Channel Order",
+ "HeaderDefaultChannelOrder": "Default Channel Order",
+ "HeaderAddToFavorites": "Add to Favorites",
+ "HeaderRemoveFromFavorites": "Remove from Favorites",
+ "Favorited": "Favorited",
+ "Unfavorited": "Unfavorited",
+ "HeaderNewCollection": "New Collection",
+ "HeaderNewPlaylist": "New Playlist",
+ "AllCollections": "All Collections",
+ "AllPlaylists": "All Playlists",
+ "Create": "Create",
+ "HeaderAddedToPlaylist": "Added to Playlist",
+ "HeaderAddedToCollection": "Added to Collection",
+ "OneItemAddedTo": "1 item added to \"{0}\".",
+ "ItemsAddedTo": "{0} items added to \"{1}\".",
+ "HeaderAddedToPlayQueue": "Added to Play Queue",
+ "HeaderPlayingNext": "Playing Next",
+ "Help": "Help",
+ "HeaderGetHelp": "Get Help",
+ "LabelTVDisplayMode": "Enable TV display mode",
+ "Desktop": "Desktop",
+ "Mobile": "Mobile / Tablet",
+ "Navigation": "Navigation",
+ "HeaderVideoPlayback": "Video Playback",
+ "TV": "TV",
+ "HeaderEmbyConnect": "Emby Connect",
+ "Seasons": "Seasons",
+ "OneTrack": "1 Track",
+ "OneSeason": "1 Season",
+ "Libraries": "Libraries",
+ "NumberSeasonsValue": "{0} Seasons",
+ "TVDisplayModeHelp": "Optimize the user interface on this device for display on a TV and input method with a remote control. This is generally not recommended if your primary input method is a mouse or is touch-based.",
+ "LabelDisplayLanguage": "Display language",
+ "LabelDisplayLanguageHelp": "Translating Emby is an ongoing project.",
+ "LearnHowYouCanContribute": "Learn how you can contribute.",
+ "NewCollectionHelp": "Collections allow you to create personalized groupings of movies and other library content.",
+ "SearchForCollectionInternetMetadata": "Search the internet for artwork and 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",
+ "ServerStartup": "Server Startup",
+ "EmbyServerOnXHasStarted": "Emby Server on {0} has started.",
+ "LabelScreensaver": "Screensaver",
+ "LabelSoundEffects": "Sound effects",
+ "LabelName": "Name",
+ "NewCollectionNameExample": "Example: Star Wars Collection",
+ "MessageItemsAdded": "Items added.",
+ "OptionNew": "New...",
+ "LabelPlaylist": "Playlist",
+ "AddToPlaylist": "Add to playlist",
+ "HeaderAddToPlaylist": "Add to Playlist",
+ "Subtitles": "Subtitles",
+ "LabelTheme": "Theme",
+ "LabelSettingsTheme": "Settings theme",
+ "LabelThemeAccentColor": "Accent color",
+ "ThemeAccentColorDescription": "Controls the color of important indicators, icons and text.",
+ "SearchForSubtitles": "Search for Subtitles",
+ "LabelLanguage": "Language",
+ "Search": "Search",
+ "NoSubtitleSearchResultsFound": "No results found. Have you configured {0}subtitle downloading{1}?",
+ "NoLyricsSearchResultsFound": "No results found. Have you configured {0}lyrics downloading{1}?",
+ "Lyrics": "Lyrics",
+ "SearchForLyrics": "Search for Lyrics",
+ "Finish": "Finish",
+ "File": "File",
+ "Exit": "Exit",
+ "Sleep": "Sleep",
+ "Setup": "Setup",
+ "MessageAreYouSureDeleteSubtitles": "Are you sure you wish to delete this subtitle file?",
+ "ConfirmDeletion": "Confirm Deletion",
+ "MySubtitles": "My Subtitles",
+ "MessageDownloadQueued": "Download queued.",
+ "HeaderEditSubtitles": "Edit Subtitles",
+ "UnlockGuide": "Unlock Guide",
+ "HeaderRefreshMetadata": "Refresh Metadata",
+ "HeaderRefreshAllMetadata": "Refresh All Metadata",
+ "ReplaceExistingImages": "Replace existing images",
+ "ReplaceExistingImagesHelp": "All existing images will be deleted and new ones will be downloaded based on the options for the library. In some cases this may result in fewer available images than before.",
+ "ReplaceExistingThumbnailImages": "Replace existing video preview thumbnails",
+ "ReplaceExistingThumbnailImagesHelp": "All existing video preview thumbnails will be deleted and new ones will be generated, if enabled in the options for the library.",
+ "ReplaceAllMetadata": "Replace all metadata",
+ "SearchForMissingMetadata": "Search for missing metadata",
+ "LabelRefreshMode": "Refresh mode",
+ "NoItemsFound": "No items found.",
+ "HeaderSaySomethingLike": "Say Something Like...",
+ "ButtonTryAgain": "Try Again",
+ "HeaderYouSaid": "You Said...",
+ "MessageWeDidntRecognizeCommand": "We're sorry, we didn't recognize that command.",
+ "MessageIfYouBlockedVoice": "If you denied voice access to the app you'll need to reconfigure before trying again.",
+ "ValueDiscNumber": "Disc {0}",
+ "Unrated": "Unrated",
+ "Favorite": "Favorite",
+ "Like": "Like",
+ "Dislike": "Dislike",
+ "RefreshDialogHelp": "Metadata is updated with new data based on settings and metadata providers that are enabled in Emby library setup.",
+ "Open": "Open",
+ "Play": "Play",
+ "Pause": "Pause",
+ "HeaderPlayQueue": "Play Queue",
+ "HeaderAddToPlayQueue": "Add to Play Queue",
+ "Shuffle": "Shuffle",
+ "Identify": "Identify",
+ "HeaderRemoveIdentification": "Remove Identification",
+ "ResetMetadataConfirmation": "Are you sure you wish to reset all metadata?",
+ "HeaderEditMetadata": "Edit Metadata",
+ "Convert": "Convert",
+ "Resume": "Resume",
+ "HeaderInstantMix": "Instant Mix",
+ "HeaderGoToItem": "Go to Item",
+ "HeaderGoToSeason": "Go to Season",
+ "HeaderGoToSeries": "Go to Series",
+ "HeaderGoToAlbum": "Go to Album",
+ "HeaderGoToArtist": "Go to Artist",
+ "HeaderPlayAll": "Play All",
+ "PictureInPicture": "Picture in picture",
+ "Fullscreen": "Full screen",
+ "ExitFullscreen": "Exit full screen",
+ "Rewind": "Rewind",
+ "FastForward": "Fast-forward",
+ "Remove": "Remove",
+ "Rename": "Rename",
+ "Queue": "Queue",
+ "QueueAllFromHere": "Queue all from here",
+ "PlayAllFromHere": "Play all from here",
+ "PlayFromBeginning": "Play From Beginning",
+ "FromBeginning": "From Beginning",
+ "ResumeAt": "Resume from {0}",
+ "HeaderRemoveFromPlaylist": "Remove from Playlist",
+ "HeaderRemoveFromPlayQueue": "Remove from Play Queue",
+ "HeaderRemoveFromCollection": "Remove from Collection",
+ "Sort": "Sort",
+ "Trailer": "Trailer",
+ "SelectNone": "Select None",
+ "SelectAll": "Select All",
+ "HeaderMarkPlayed": "Mark Played",
+ "HeaderMarkUnplayed": "Mark Unplayed",
+ "HeaderGroupVersions": "Group Versions",
+ "PleaseSelectTwoItems": "Please select at least two items.",
+ "HeaderConfirmRecordingCancellation": "Confirm Recording Cancellation",
+ "MessageConfirmRecordingCancellation": "Cancel recording?",
+ "Album": "Album",
+ "AlbumArtist": "Album Artist",
+ "Error": "Error",
+ "VoiceInput": "Voice Input",
+ "LabelContentType": "Content type",
+ "LabelPath": "Path",
+ "Playlists": "Playlists",
+ "LabelTitle": "Title",
+ "LabelOriginalTitle": "Original title",
+ "LabelSortTitle": "Sort title",
+ "LabelDateAdded": "Date added",
+ "DateAdded": "Date Added",
+ "DateCreated": "Date Created",
+ "DateModified": "Date Modified",
+ "DatePlayed": "Date Played",
+ "DateLastActive": "Date Last Active",
+ "ConfigureDateAdded": "Configure how date added is determined in the Emby Server dashboard under Library settings",
+ "LabelStatus": "Status",
+ "LabelArtistsHelp": "Separate multiple using ;",
+ "HeaderAlbumArtists": "Album Artists",
+ "LabelAlbumArtists": "Album artists",
+ "LabelAlbum": "Album",
+ "Artist": "Artist",
+ "Artists": "Artists",
+ "ImdbRating": "IMDb Rating",
+ "CommunityRating": "Community Rating",
+ "LabelCommunityRating": "Community rating",
+ "LabelCriticRating": "Critic rating",
+ "CriticRating": "Critic Rating",
+ "LabelWebsite": "Website",
+ "Tagline": "Tagline",
+ "LabelOverview": "Overview",
+ "LabelShortOverview": "Short overview",
+ "LabelReleaseDate": "Release date",
+ "LabelPlaceOfBirth": "Place of birth",
+ "Aired": "Aired",
+ "LabelAirDays": "Air days",
+ "LabelAirTime": "Air time",
+ "LabelRuntimeMinutes": "Run time (minutes)",
+ "LabelCustomRating": "Custom rating",
+ "LabelOriginalAspectRatio": "Original aspect ratio",
+ "Label3DFormat": "3D format",
+ "FormatValue": "Format: {0}",
+ "DownloadsValue": "{0} Downloads",
+ "HashMatch": "Hash Match",
+ "EnableExternalVideoPlayers": "Enable external video players",
+ "EnableExternalVideoPlayersHelp": "An external player menu will be shown when starting video playback.",
+ "HeaderSpecialEpisodeInfo": "Special Episode Info",
+ "LabelAirsDuringSeason": "Airs during season",
+ "LabelAirsAfterSeason": "Airs after season",
+ "LabelAirsBeforeEpisode": "Airs before episode",
+ "HeaderExternalIds": "External Ids",
+ "HeaderDisplaySettings": "Display Settings",
+ "PlaylistOrder": "Playlist Order",
+ "CollectionOrder": "Collection Order",
+ "LabelDisplayOrder": "Display order",
+ "LabelFileOrder": "File order",
+ "Display": "Display",
+ "Countries": "Countries",
+ "Genres": "Genres",
+ "Studios": "Studios",
+ "Tags": "Tags",
+ "Links": "Links",
+ "Movie": "Movie",
+ "Program": "Program",
+ "Channel": "Channel",
+ "Episode": "Episode",
+ "Season": "Season",
+ "People": "People",
+ "Number": "Number",
+ "Lock": "Lock",
+ "HeaderScreenLocked": "Screen Locked",
+ "HeaderUnlockControls": "Unlock Controls",
+ "HeaderTapToUnlock": "Tap to Unlock",
+ "LabelMetadataDownloadLanguage": "Preferred metadata download language",
+ "LabelImageDownloadLanguage": "Preferred image download language",
+ "LabelLockItemToPreventChanges": "Lock this item to prevent future changes",
+ "LockThisField": "Lock this field to prevent future changes when refreshing metadata",
+ "MessageLeaveEmptyToInherit": "Leave empty to inherit settings from a parent item, or the global default value.",
+ "LabelCountry": "Country",
+ "LabelCertificationCountry": "Certification country",
+ "CertificationCountryHelp": "This will influence which content rating system is used.",
+ "LabelDynamicExternalId": "{0} Id",
+ "LabelBirthYear": "Birth year",
+ "LabelBirthDate": "Birth date",
+ "LabelDeathDate": "Death date",
+ "LabelEndDate": "End date",
+ "LabelSeasonNumber": "Season number",
+ "LabelEpisodeNumber": "Episode number",
+ "LabelTrackNumber": "Track number",
+ "LabelNumber": "Number",
+ "LabelDiscNumber": "Disc number",
+ "LabelParentNumber": "Parent number",
+ "SortName": "Sort Title",
+ "OriginalTitle": "Original Title",
+ "ReleaseDate": "Release Date",
+ "Continuing": "Continuing",
+ "Ended": "Ended",
+ "HeaderEnabledFields": "Enabled Fields",
+ "HeaderEnabledFieldsHelp": "Uncheck a field to lock it and prevent its data from being changed.",
+ "Backdrops": "Backdrops",
+ "Images": "Images",
+ "Runtime": "Runtime",
+ "ProductionLocations": "Production locations",
+ "BirthLocation": "Birth location",
+ "ParentalRating": "Parental Rating",
+ "PlayCount": "Play count",
+ "Name": "Name",
+ "Overview": "Overview",
+ "LabelType": "Type",
+ "LabelPersonRole": "Role",
+ "LabelPersonRoleHelp": "Example: Ice cream truck driver",
+ "Actor": "Actor",
+ "Composers": "Composers",
+ "Composer": "Composer",
+ "Director": "Director",
+ "GuestStar": "Guest star",
+ "Producer": "Producer",
+ "Writer": "Writer",
+ "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.",
+ "InstallingPackage": "Installing {0}",
+ "PackageInstallCompleted": "{0} installation completed.",
+ "PackageInstallFailed": "{0} installation failed.",
+ "PackageInstallCancelled": "{0} installation cancelled.",
+ "SeriesYearToPresent": "{0} - Present",
+ "DeviceCountValue": "{0} Devices",
+ "OneLog": "1 Log",
+ "LogCountValue": "{0} Logs",
+ "OneVote": "1 Vote",
+ "VoteCountValue": "{0} Votes",
+ "OneLike": "1 Like",
+ "LikeCountValue": "{0} Likes",
+ "OneUser": "1 User",
+ "UserCountValue": "{0} Users",
+ "OneLibrary": "1 Library",
+ "LibraryCountValue": "{0} Libraries",
+ "ValueOneItem": "1 Item",
+ "ValueOneEpisode": "1 episode",
+ "ValueEpisodeCount": "{0} episodes",
+ "Albums": "Albums",
+ "Song": "Song",
+ "Songs": "Songs",
+ "Authors": "Authors",
+ "Books": "Books",
+ "AudioBooks": "Audio books",
+ "HeaderAudioBooks": "Audio Books",
+ "HeaderAudioBook": "Audio Book",
+ "HeaderIdentifyItemHelp": "Enter one or more search criteria. Remove criteria to increase search results.",
+ "PleaseEnterNameOrId": "Please enter a name or an external Id.",
+ "MessageItemSaved": "Item saved.",
+ "SearchResults": "Search Results",
+ "ServerNameIsRestarting": "Emby Server - {0} is restarting.",
+ "ServerNameIsShuttingDown": "Emby Server - {0} is shutting down.",
+ "HeaderDeleteItems": "Delete Items",
+ "ConfirmDeleteItems": "Deleting these items will delete them from both the file system and your media library.",
+ "PleaseRestartServerName": "Please Restart Emby Server on {0}",
+ "ConvertingDots": "Converting...",
+ "LabelSyncNoTargetsHelp": "It looks like you don't currently have any apps that support offline downloading.",
+ "DownloadingDots": "Downloading...",
+ "LearnMore": "Learn more",
+ "LabelBitrateMbps": "Bitrate (Mbps)",
+ "ConvertUnwatchedVideosOnly": "Convert unplayed videos only",
+ "SyncUnwatchedVideosOnly": "Download unplayed videos only",
+ "ConvertUnwatchedVideosOnlyHelp": "Only videos that are not marked as fully played will be converted.",
+ "SyncUnwatchedVideosOnlyHelp": "Only videos that are not marked as fully played will be downloaded, and videos will be removed from the device as they are fully played.",
+ "AutomaticallySyncNewContent": "Automatically download new content",
+ "AutomaticallySyncNewContentHelp": "New content added to this folder will be automatically downloaded to the device.",
+ "AutomaticallyConvertNewContent": "Automatically convert new content",
+ "AutomaticallyConvertNewContentHelp": "New content added to this folder will be automatically converted.",
+ "LabelItemLimit": "Item limit",
+ "ConvertItemLimitHelp": "Optional. Set a limit to the number of items that will be converted.",
+ "DownloadItemLimitHelp": "Optional. Set a limit to the number of items that will be downloaded.",
+ "PleaseSelectDeviceToSyncTo": "Please select a device to download to.",
+ "Screenshots": "Screenshots",
+ "MoveRight": "Move right",
+ "MoveLeft": "Move left",
+ "HeaderUploadNewImage": "Upload New Image",
+ "HeaderDeleteImage": "Delete Image",
+ "ConfirmDeleteImage": "Delete image?",
+ "HeaderEditImages": "Edit Images",
+ "Settings": "Settings",
+ "ShowIndicatorsFor": "Show Indicators",
+ "Episodes": "Episodes",
+ "Programs": "Programs",
+ "HeaderCastCrew": "Cast & Crew",
+ "DvrSubscriptionRequired": "Emby Live TV & DVR require an active {0}Emby Premiere subscription{1}.",
+ "HeaderCancelRecording": "Cancel Recording",
+ "HeaderKeepRecording": "Keep Recording",
+ "HeaderCancelSeries": "Cancel Series",
+ "HeaderKeepSeries": "Keep Series",
+ "HeaderLearnMore": "Learn More",
+ "SeriesSettings": "Series settings",
+ "HeaderRecordingOptions": "Recording Options",
+ "HeaderDoNotRecord": "Do not record",
+ "HeaderSeriesOptions": "Series Options",
+ "Layout": "Layout",
+ "Channels": "Channels",
+ "ChannelNameOnly": "Channel {0} only",
+ "Anytime": "Anytime",
+ "AnyLanguage": "Any language",
+ "AroundTime": "Around {0}",
+ "HeaderLatestMovies": "Latest Movies",
+ "All": "All",
+ "Stop": "Stop",
+ "AllChannels": "All channels",
+ "NewEpisodesOnly": "New episodes only",
+ "AllEpisodes": "All episodes",
+ "LabelStartWhenPossible": "Start when possible",
+ "LabelStopWhenPossible": "Stop when possible",
+ "MinutesBefore": "minutes before",
+ "MinutesAfter": "minutes after",
+ "SkipEpisodesAlreadyInMyLibrary": "Don't record episodes that are already in my library",
+ "SkipEpisodesAlreadyInMyLibraryHelp": "Episodes will be compared using season and episode numbers, when available.",
+ "LabelKeepUpTo": "Keep up to",
+ "AsManyAsPossible": "As many as possible",
+ "DefaultErrorMessage": "There was an error processing the request. Please try again later.",
+ "UntilIDelete": "Until I delete",
+ "UntilSpaceNeeded": "Until space needed",
+ "Categories": "Categories",
+ "Sports": "Sports",
+ "News": "News",
+ "Movies": "Movies",
+ "Music": "Music",
+ "Kids": "Kids",
+ "MoreFromValue": "More from {0}",
+ "DiedValue": "Died: {0}",
+ "BornValue": "Born: {0}",
+ "EnableColorCodedBackgrounds": "Apply colored backgrounds to shows, based on their category",
+ "SortChannelsBy": "Sort channels by",
+ "ChannelNumber": "Channel Number",
+ "HeaderBenefitsEmbyPremiere": "Benefits of Emby Premiere",
+ "ThankYouForTryingEnjoyOneMinute": "Please enjoy one minute of playback. Thank you for trying Emby.",
+ "HeaderTryPlayback": "Try Playback",
+ "HowDidYouPay": "How did you pay?",
+ "IHaveEmbyPremiere": "I have Emby Premiere",
+ "IPurchasedThisApp": "I purchased this app",
+ "ButtonRestorePreviousPurchase": "Restore Purchase",
+ "ButtonUnlockWithPurchase": "Unlock with Purchase",
+ "ButtonUnlockPrice": "Unlock {0}",
+ "EmbyPremiereMonthlyWithPrice": "Emby Premiere Monthly {0}",
+ "HeaderAlreadyPaid": "Already Paid?",
+ "ButtonPlayOneMinute": "Play One Minute",
+ "PlaceFavoriteChannelsAtBeginning": "Place favorite channels at the beginning",
+ "HeaderUnlockFeature": "Unlock Feature",
+ "MessageDidYouKnowCinemaMode": "Did you know that with Emby Premiere, you can enhance your experience with features like Cinema Intros?",
+ "HeaderPlayMyMedia": "Play my Media",
+ "HeaderDiscoverEmbyPremiere": "Discover Emby Premiere",
+ "HeaderNowPlaying": "Now Playing",
+ "Items": "Items",
+ "AppName": "App Name",
+ "OneChannel": "One channel",
+ "ConfirmRemoveDownload": "Remove download?",
+ "ConfirmRemoveItem": "Remove item?",
+ "RemoveDownload": "Remove Download",
+ "ConfirmCancelConversion": "Cancel conversion?",
+ "CancelConversion": "Cancel Conversion",
+ "KeepDownload": "Keep download",
+ "AddedOnValue": "Added {0}",
+ "PlayedOnValue": "Played {0}",
+ "CreatedOnValue": "Created {0}",
+ "UpdatedOnValue": "Updated {0}",
+ "RemovingFromDevice": "Removing from device",
+ "KeepOnDevice": "Keep on device",
+ "CancelDownload": "Cancel download",
+ "SyncJobItemStatusReadyToTransfer": "Ready to Transfer",
+ "SyncJobItemStatusSyncedMarkForRemoval": "Removing from device",
+ "SyncJobItemStatusQueued": "Queued",
+ "SyncJobItemStatusConverting": "Converting",
+ "SyncJobItemStatusTransferring": "Transferring",
+ "SyncJobItemStatusSynced": "Downloaded",
+ "Failed": "Failed",
+ "SyncJobItemStatusRemovedFromDevice": "Removed from device",
+ "Cancelled": "Cancelled",
+ "Retry": "Retry",
+ "Continue": "Continue",
+ "ContinueInSecondsValue": "Continue in {0} seconds.",
+ "HeaderRemoteControl": "Remote Control",
+ "Disconnect": "Disconnect",
+ "EnableDisplayMirroring": "Enable display mirroring",
+ "RemoteAccess": "Remote Access",
+ "HeaderPlayOn": "Play On",
+ "Quality": "Quality",
+ "Auto": "Auto",
+ "AndroidUnlockRestoreHelp": "To restore your previous purchase, please ensure you're signed into the device with the same Google (or Amazon) account that originally made the purchase. Make sure the app store is enabled and not restricted by any parental controls, and ensure you have an active internet connection. You'll only have to do this once to restore your previous purchase.",
+ "HeaderAspectRatio": "Aspect Ratio",
+ "Original": "Original",
+ "Fill": "Fill",
+ "Cover": "Cover",
+ "MessageNoServersAvailableToConnect": "No servers are available to connect to. If you've been invited to share a server, make sure to accept it below or by clicking the link in the email.",
+ "MessagePlayAccessRestricted": "Playback of this content is currently restricted. Please contact your Emby Server administrator for more information.",
+ "Accept": "Accept",
+ "Reject": "Reject",
+ "Connect": "Connect",
+ "HeaderMyMedia": "My Media",
+ "HeaderMyMediaSmall": "My Media (small)",
+ "LatestFromLibrary": "Latest {0}",
+ "HeaderLatestEpisodes": "Latest Episodes",
+ "ContinuePlaying": "Continue playing",
+ "ContinueWatching": "Continue watching",
+ "HeaderLatestChannelMedia": "Latest Channel Items",
+ "HeaderContinueWatching": "Continue Watching",
+ "HeaderContinueListening": "Continue Listening",
+ "HeaderActiveRecordings": "Active Recordings",
+ "HeaderLatestRecordings": "Latest Recordings",
+ "LabelConvertTo": "Convert to",
+ "LabelDownloadTo": "Download to",
+ "HeaderDownloadToDots": "Download to...",
+ "Next": "Next",
+ "LabelSource": "Source",
+ "VersionNumber": "Version {0}",
+ "HeaderAllLanguages": "All Languages",
+ "Previous": "Previous",
+ "HeaderNextUp": "Next Up",
+ "HeaderPlayNextUp": "Play Next Up",
+ "HeaderLatestFrom": "Latest from {0}",
+ "LabelHomeScreenSectionValue": "Home screen section {0}",
+ "PasswordResetComplete": "The password has been reset.",
+ "PasswordSaved": "Password saved.",
+ "SettingsSaved": "Settings saved.",
+ "Upcoming": "Upcoming",
+ "HeaderSelectImageFile": "Select Image File",
+ "None": "None",
+ "More": "More",
+ "Up": "Up",
+ "Down": "Down",
+ "Home": "Home",
+ "Back": "Back",
+ "Random": "Random",
+ "Playback": "Playback",
+ "Favorites": "Favorites",
+ "HeaderHomeScreen": "Home Screen",
+ "HeaderLatestChannelItems": "Latest Channel Items",
+ "HeaderLibraryOrder": "Library Order",
+ "HeaderOnNow": "On Now",
+ "HeaderForKids": "For Kids",
+ "HeaderPlaybackError": "Playback Error",
+ "PlaybackErrorNotAllowed": "You're currently not authorized to play this content. Please contact your system administrator for details.",
+ "RateLimitExceeded": "Your account has exceeded the maximum streaming limit set by your Emby Server administrator. Please contact them for assistance.",
+ "PlaybackErrorNoCompatibleStream": "No compatible streams are currently available. Please try again later or contact your system administrator for details.",
+ "PlaybackErrorPlaceHolder": "Please insert the disc in order to play this video.",
+ "PlaybackErrorNoPlayableItems": "No playable items were found. Are you trying to play an empty folder?",
+ "Guide": "Guide",
+ "Games": "Games",
+ "GameSystem": "Game System",
+ "Suggestions": "Suggestions",
+ "HeaderFavoriteChannels": "Favorite Channels",
+ "HeaderFavoriteCollections": "Favorite Collections",
+ "HeaderFavoritePlaylists": "Favorite Playlists",
+ "Collection": "Collection",
+ "Collections": "Collections",
+ "LabelSelectFolderGroups": "Automatically group content from the following folders into views such as Movies, Music and TV:",
+ "LabelSelectFolderGroupsHelp": "Folders that are unchecked will be displayed by themselves in their own view.",
+ "Mute": "Mute",
+ "Unmute": "Unmute",
+ "Folder": "Folder",
+ "Folders": "Folders",
+ "FileName": "File Name",
+ "DisplayInOtherHomeScreenSections": "Display in secondary home screen sections such as latest media and continue watching",
+ "DisplayInMyMedia": "Display on home screen",
+ "Shows": "Shows",
+ "MoviesAndShows": "Movies & Shows",
+ "HeaderMusicVideo": "Music Video",
+ "HeaderMusicVideos": "Music Videos",
+ "MusicVideos": "Music videos",
+ "Videos": "Videos",
+ "MixedContent": "Mixed content",
+ "HomeVideos": "Home videos",
+ "HomeVideosAndPhotos": "Home videos & photos",
+ "TVShows": "TV shows",
+ "HeaderLibraryFolders": "Library Folders",
+ "HeaderTermsOfPurchase": "Terms of Purchase",
+ "PrivacyPolicy": "Privacy policy",
+ "TermsOfUse": "Terms of Use",
+ "HeaderRepeatMode": "Repeat Mode",
+ "HeaderToneMapping": "Tone Mapping",
+ "RepeatOne": "Repeat one",
+ "RepeatAll": "Repeat all",
+ "LabelDefaultScreen": "Default screen",
+ "ConfirmEndPlayerSession": "Would you like to shutdown Emby on {0}?",
+ "Yesterday": "Yesterday",
+ "No": "No",
+ "HeaderScanLibraryFiles": "Scan Library Files",
+ "LiveTV": "Live TV",
+ "Schedule": "Schedule",
+ "Recordings": "Recordings",
+ "ScanForNewAndUpdatedFiles": "Scan for new and updated files",
+ "NewVersionOfXAvailableForY": "{0} is Available for {1}",
+ "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",
+ "HeaderHardwareAcceleratedDecoding": "Hardware Accelerated Decoding",
+ "HeaderHardwareAcceleratedEncoding": "Hardware Accelerated Encoding",
+ "HeaderDirectPlay": "Direct Play",
+ "DirectPlaying": "Direct playing",
+ "DirectStreaming": "Direct streaming",
+ "Transcode": "Transcode",
+ "Transcoding": "Transcoding",
+ "ContainerBitrateExceedsLimit": "Reducing bitrate due to quality setting",
+ "VideoCodecNotSupported": "Converting video to compatible codec",
+ "AudioCodecNotSupported": "Converting audio to compatible codec",
+ "SubtitleCodecNotSupported": "Converting subtitles directly into video",
+ "DirectPlayError": "Recovering from playback error",
+ "ContainerNotSupported": "Converting to compatible container",
+ "VideoLevelNotSupported": "Converting to compatible video level",
+ "AudioBitrateNotSupported": "Converting to compatible audio bitrate",
+ "AudioChannelsNotSupported": "Converting to compatible number of audio channels",
+ "VideoResolutionNotSupported": "Converting to compatible video resolution",
+ "AudioProfileNotSupported": "Converting to compatible audio profile",
+ "AudioSampleRateNotSupported": "Converting to compatible audio sample rate",
+ "AnamorphicVideoNotSupported": "Anamorphic video not supported",
+ "InterlacedVideoNotSupported": "Deinterlacing video",
+ "SecondaryAudioNotSupported": "Selecting secondary audio track",
+ "ExternalAudioNotSupported": "Selecting external audio track",
+ "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",
+ "Offline": "Offline",
+ "HeaderSignUp": "Sign Up",
+ "ServerDownloadMessage": "To download and install the free Emby Server visit {0}",
+ "ServerDownloadMessageWithoutLink": "To download and install the free Emby Server visit the Emby website.",
+ "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",
+ "Skip": "Skip",
+ "HeaderAdditionalParts": "Additional Parts",
+ "ButtonGenerateNewPin": "Generate New Pin",
+ "ConnectLoginHelp1": "With Emby Connect you can easily access your Emby Server wherever you are and share servers with your family and friends.",
+ "CreatePinErrorMessage": "An error occurred while creating a pin code. Please click Generate New Pin to try again.",
+ "PinExpiredMessage": "The pin code has expired. Please click Generate New Pin to try again.",
+ "ConnectPinCodeHeader": "To sign in with Emby Connect, use a mobile device or computer to visit {0} and enter the following pin code:",
+ "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",
+ "Absolute": "Absolute",
+ "Smart": "Smart",
+ "Small": "Small",
+ "Smaller": "Smaller",
+ "Medium": "Medium",
+ "Large": "Large",
+ "Larger": "Larger",
+ "ExtraLarge": "Extra large",
+ "ExtraSmall": "Extra small",
+ "Forced": "Forced",
+ "External": "External",
+ "HeaderEmbeddedTitle": "Embedded Title",
+ "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.",
+ "HeaderSubtitleSettings": "Subtitle Settings",
+ "HeaderSubtitleAppearance": "Subtitle Appearance",
+ "OnlyForcedSubtitlesHelp": "Only subtitles marked as forced will be loaded.",
+ "AutoSelectHearingImpairedHelp": "Subtitles matching the language preference will be loaded, with a preference given to tracks that are marked as hearing impaired (SDH).",
+ "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",
+ "LabelBackgroundColor": "Background color",
+ "LabelBackgroundOpacity": "Background opacity",
+ "Raised": "Raised",
+ "Depressed": "Depressed",
+ "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).",
+ "Normal": "Normal",
+ "HeaderWaitingForWifi": "Waiting for Wifi",
+ "WifiRequiredToDownload": "A Wifi connection is required to continue downloading.",
+ "DownloadOnlyOnWifi": "Download only on Wifi",
+ "LabelMusicDownloadQuality": "Music download quality",
+ "MusicDownloadQualityHelp": "Audio files with a higher bitrate will be converted by Emby Server. Select a higher value for better quality, or a lower value to conserve local storage space.",
+ "HeaderDownloadSettings": "Download Settings",
+ "LabelDownloadLocation": "Download location",
+ "BrowseForFolder": "BrowseForFolder",
+ "Unlimited": "Unlimited",
+ "NoLimit": "No limit",
+ "Hide": "Hide",
+ "HeaderKeepWatching": "Keep Watching",
+ "HeaderNextEpisode": "Next Episode",
+ "AudioBitDepthNotSupported": "Converting to compatible audio bit depth",
+ "VideoBitrateNotSupported": "Converting to compatible video bitrate",
+ "VideoProfileNotSupported": "Converting to compatible video profile",
+ "VideoFramerateNotSupported": "Converting to compatible video framerate",
+ "VideoBitDepthNotSupported": "Converting to compatible video bit depth",
+ "RefFramesNotSupported": "Converting to compatible number of video reference frames",
+ "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.",
+ "HeaderStopRecording": "Stop Recording",
+ "ManageRecording": "Manage recording",
+ "LabelDropImageHere": "Drag and drop image here, or click to select an image to upload.",
+ "MessageFileReadError": "There was an error reading the file. Please try again.",
+ "Browse": "Browse",
+ "HeaderUploadImage": "Upload Image",
+ "HeaderAddUpdateImage": "Add/Update Image",
+ "HeaderShowFields": "Show Fields",
+ "LabelView": "View",
+ "LabelImageType": "Image type",
+ "Upload": "Upload",
+ "Primary": "Primary",
+ "PrimaryImageBlur": "Primary image blur",
+ "Art": "Art",
+ "Backdrop": "Backdrop",
+ "Banner": "Banner",
+ "Box": "Box",
+ "BoxRear": "Box (Rear)",
+ "Disc": "Disc",
+ "Logo": "Logo",
+ "LogoDark": "Logo (Dark Version)",
+ "LogoLight": "Logo (Light Version)",
+ "LogoLightColor": "Logo (Light with Color)",
+ "Menu": "Menu",
+ "Screenshot": "Screenshot",
+ "Thumb": "Thumb",
+ "HeaderAudioSettings": "Audio Settings",
+ "LabelAudioLanguagePreference": "Preferred audio language",
+ "LabelPlayDefaultAudioTrack": "Play default audio track regardless of language",
+ "HeaderVideoQuality": "Video Quality",
+ "CinemaModeConfigurationHelp": "Cinema Intros bring the theater experience straight to your living room with the ability to play trailers and custom intros before the main feature.",
+ "ShowUpNextPreview": "Show up next preview",
+ "ShowUpNextPreviewHelp": "Show information for the next item near the end of the current one.",
+ "PlayNextEpisodeAutomatically": "Play next episode automatically",
+ "LabelMaxChromecastBitrate": "Chromecast streaming quality",
+ "LabelSkipBackLength": "Skip back length",
+ "LabelSkipForwardLength": "Skip forward length",
+ "EnableCinemaMode": "Enable Cinema Intros",
+ "LabelInternetQuality": "Remote streaming quality",
+ "LabelCellularQuality": "Remote streaming quality (cellular)",
+ "HeaderMusicQuality": "Music Quality",
+ "LabelHomeNetworkQuality": "Home streaming quality",
+ "HeaderLatestMedia": "Latest Media",
+ "HeaderRestartingEmbyServer": "Restarting Emby Server",
+ "RestartPleaseWaitMessage": "Please wait while Emby Server shuts down and restarts. This may take a minute or two.",
+ "HeaderPlayNext": "Play Next",
+ "AutoBasedOnLanguageSetting": "Auto (based on device setting)",
+ "SameAsMainTheme": "Same as main theme",
+ "LabelDateTimeLocale": "Date time locale",
+ "Genre": "Genre",
+ "DirectorValue": "Director: {0}",
+ "DirectorsValue": "Directors: {0}",
+ "GenreValue": "Genre: {0}",
+ "GenresValue": "Genres: {0}",
+ "TagsValue": "Tags: {0}",
+ "Off": "Off",
+ "Title": "Title",
+ "Year": "Year",
+ "Filter": "Filter",
+ "Filters": "Filters",
+ "Unplayed": "Unplayed",
+ "LabelTVHomeScreen": "TV mode home screen",
+ "Horizontal": "Horizontal",
+ "Vertical": "Vertical",
+ "HeaderGroupBy": "Group By",
+ "HeaderMediaType": "Media Type",
+ "GroupBySeries": "Group by series",
+ "HeaderVideoType": "Video Type",
+ "HeaderSeriesStatus": "Series Status",
+ "Features": "Features",
+ "Trailers": "Trailers",
+ "Extras": "Extras",
+ "ThemeSongs": "Theme songs",
+ "ThemeVideos": "Theme videos",
+ "HeaderFavoriteMovies": "Favorite Movies",
+ "HeaderFavoritePhotos": "Favorite Photos",
+ "HeaderFavoriteShows": "Favorite Shows",
+ "HeaderFavoriteEpisodes": "Favorite Episodes",
+ "HeaderFavoriteVideos": "Favorite Videos",
+ "HeaderFavoriteMusicVideos": "Favorite Music Videos",
+ "HeaderFavoriteGames": "Favorite Games",
+ "HeaderFavoriteArtists": "Favorite Artists",
+ "HeaderFavoriteAlbums": "Favorite Albums",
+ "HeaderFavoriteSongs": "Favorite Songs",
+ "HeaderFavoriteAuthors": "Favorite Authors",
+ "HeaderFavoriteAudioBooks": "Favorite Audio Books",
+ "Ascending": "Ascending",
+ "Descending": "Descending",
+ "HeaderColorPrimaries": "Color Primaries",
+ "HeaderColorSpace": "Color Space",
+ "HeaderColorTransfer": "Color Transfer",
+ "HeaderVideoRange": "Video Range",
+ "SeriesDisplayOrderHelp": "Order episodes by air date, dvd order, or absolute numbering.",
+ "LabelVerticalPositionFromBottom": "Vertical position (from bottom)",
+ "HeaderFavoritePeople": "Favorite People",
+ "MultiSelect": "Multi-Select",
+ "HeaderSignOut": "Sign Out",
+ "HeaderSelectServer": "Select Server",
+ "HeaderChangeServer": "Change Server",
+ "HeaderChangeUser": "Change User",
+ "HeaderAppSettings": "App Settings",
+ "LabelAutomaticallySignOut": "Automatically sign out",
+ "BetaTesterMessage": "Thank you for being an Emby beta tester! Please leave feedback in the {0}Testing Area of the Emby Community{1}.",
+ "HardwareAccelerated": "Hardware accelerated",
+ "Software": "Software",
+ "Metadata": "Metadata",
+ "HeaderMediaInfo": "Media Info",
+ "Locked": "Locked",
+ "HeaderSplitVersionsApart": "Split Versions Apart",
+ "Any": "Any",
+ "Admin": "Admin",
+ "HeaderReadMore": "Read More",
+ "CustomRatingHelp": "A custom rating is used for parental control evaluations but is not displayed. The parental rating field is still displayed.",
+ "KeepUpToHelp": "Recordings over the limit are deleted when the next recording begins. Oldest recordings are deleted first, by date added.",
+ "NoItemsMatchingFound": "No items matching your search criteria were found.",
+ "TwoSearchCharsRequired": "Please enter at least two search characters.",
+ "PreventPlaybackContinuing": "Prevent playback from continuing indefinitely by periodically prompting for user input.",
+ "PromptStillWatching": "Enable 'Are You Still Watching?' prompt",
+ "HeaderMissingMetadata": "Missing Metadata",
+ "HeaderIncludedIn": "Included In",
+ "EmbyConnectUserAlreadyLinked": "The Emby Connect user is already linked to another user on this server.",
+ "VideoFilesWillBeConvertedTo": "Converted videos will be saved as {0}.",
+ "VideoWillBeConvertedTo": "Video streams will be converted to {0}, or copied from the original file if they are already {0} and the quality fits within the conversion options.",
+ "VideoWillBeConvertedToOrCopied": "Video streams will be converted to {0}, or copied from the original file if they are any of ({1}), and the quality fits within the conversion options.",
+ "AudioWillBeConvertedTo": "Audio streams will be converted to {0}, or copied from the original file if they are already {0} and the quality fits within the conversion options.",
+ "AudioWillBeConvertedToOrCopied": "Audio streams will be converted to {0}, or copied from the original file if they are any of ({1}), and the quality fits within the conversion options.",
+ "HeaderSpecialKeys": "Special Keys",
+ "FollowingSpecialKeys": "The following special keys are supported on most keyboards and remote controls:",
+ "HeaderDeleteSeries": "Delete Series",
+ "HeaderDeleteLastPlayedEpisode": "Delete Last Played Episode",
+ "HeaderConnectingToServer": "Connecting to Server",
+ "ServerNameValue": "Server name: {0}",
+ "DomainValue": "Domain: {0}",
+ "RatedValue": "Rated {0}",
+ "LocalServerRedirectMessage": "You will now be redirected to the domain owned and operated by the administrator of the server you've chosen to connect to:",
+ "AllMediaOwnedHosted": "All media is hosted and managed by the owner of {0}.",
+ "EnableResolutionSwitching": "Match video resolution",
+ "EnableResolutionSwitchingHelp": "This enables Emby to change the resolution to the same value the video was encoded in before starting playback. This may help minimize the amount of stutter/judder that you might otherwise see when playing videos which do not match up well.",
+ "EnableDisplayRefreshRateSwitching": "Enable display refresh rate switching",
+ "EnableDisplayRefreshRateSwitchingHelp": "This enables Emby to change the display refresh rate to the same value (or multiple of) as the framerate the video was encoded in before starting playback. This may help minimize the amount of stutter/judder that you might otherwise see when playing videos which do not match up well.",
+ "RememberSelectedAudioTracks": "Remember audio track selections",
+ "RememberSelectedSubtitleTracks": "Remember subtitle track selections",
+ "RememberSelectedSubtitleTracksHelp": "Subtitle track selections will be remembered on a per video basis and reapplied when playing the same video again.",
+ "RememberSelectedAudioTracksHelp": "Audio track selections will be remembered on a per video basis and reapplied when playing the same video again.",
+ "ClearSavedTrackSelections": "Clear saved track selections",
+ "HeaderClearTrackSelections": "Clear Saved Track Selections",
+ "QuestionClearSavedTracks": "Clear all saved track selections?",
+ "LabelChannelTags": "Channel tags",
+ "AfterThisPlaysConfirmation": "After this plays, do you want to keep playing or clear the music you previously queued?",
+ "Keep": "Keep",
+ "Clear": "Clear",
+ "HeaderClearFilters": "Clear Filters",
+ "HeaderSearchForImages": "Search for Images",
+ "HeaderSearchNewImage": "Search for a New Image",
+ "HeaderSearchForAnImage": "Search for an Image",
+ "DragDropToReorder": "Drag and Drop to Reorder",
+ "HeaderAddImageFromUrl": "Add Image from URL",
+ "HeaderSetImageFromUrl": "Set Image from URL",
+ "LabelUrl": "Url",
+ "LabelChannelNumber": "Channel number",
+ "LabelGuideDataChannel": "Guide data channel",
+ "GuideDataSource": "Guide Data Source",
+ "HeaderCopyToClipboard": "Copy to Clipboard",
+ "TimeRemainingValue": "{0} remaining",
+ "LabelResumeRewindSeconds": "When resuming, automatically rewind",
+ "ResumeRewindSecondsHelp": "This may help you remember where you left off. This applies to the initial resume and not each individual pause during playback.",
+ "HeaderSavePlayQueueToPlaylist": "Save Play Queue to Playlist",
+ "EnableLogoImagesAsTitle": "Display logo images as titles on detail screens",
+ "EnableLogoImagesAsTitleHelp": "When available, logo images can be used in place of title text on video, series, and other detail screens. The title will fallback to text when a logo image is not available.",
+ "LabelNowPlayingAudioBackgroundStyle": "Now playing audio background style",
+ "LabelNowPlayingVideoBackgroundStyle": "Now playing video background style",
+ "NowPlayingVideoBackgroundStyleHelp": "Determines the background style when remote controlling video playback on another device.",
+ "Rotation": "Rotation",
+ "Minutes": "Minutes",
+ "LabelMaxRecordingLength": "Max recording length",
+ "MaxRecordingLengthHelp": "Limit recordings to a specified amount of time, regardless of the duration of the broadcast. Set to 0 for no limit.",
+ "RemoteWAN": "Remote (WAN) Address",
+ "HeaderLastConnectedTo": "Last Connection To",
+ "Version": "Version",
+ "Keyword": "Keyword",
+ "HeaderServerAddress": "Server Address",
+ "HeaderSkipIntro": "Skip Intro",
+ "HeaderCreateRecording": "Create Recording",
+ "HeaderAddRecording": "Add Recording",
+ "HeaderChannelAndTime": "Channel and Time",
+ "LabelRecordProgramOrSeriesFrom": "Record a program or series from",
+ "LabelStartTime": "Start time",
+ "LabelEndTime": "End time",
+ "LabelFrequency": "Frequency",
+ "Recurring": "Recurring",
+ "Once": "Once",
+ "Start": "Start",
+ "Unpause": "Unpause",
+ "LabelIntroSkipMode": "Intro skip mode",
+ "ShowSkipIntroButton": "Show 'Skip Intro' button",
+ "AutoSkipIntro": "Automatically skip intros",
+ "DisplayRatingInformationOnVideoPlaybackStart": "Display rating information on video playback start",
+ "DisplayRatingInformationOnVideoPlaybackStartHelp": "The rating information will display briefly when video playback begins.",
+ "IntroSkipModeHelp": "Display a 'Skip Intro' button or automatically skip intros for episodes in which Emby Server has detected intro markers. Intro detection must be enabled in Emby Server library options.",
+ "EnableHomeScreenFocusPreview": "Use a layout on the home screen that shows a detailed preview of the selected item",
+ "EnableHomeScreenFocusPreviewHelp": "This may not work well if your home screen contains a mixture of different media types.",
+ "LabelHideMediaTransportButtons": "Hide video player transport buttons",
+ "HideMediaTransportButtonsHelp": "Create a simpler on-screen playback interface by hiding basic transport buttons such as skip forward, back and pause. You'll still be able to use these functions using arrow keys and OK/Enter. Auto will hide the transport buttons when no mouse usage is detected within the app.",
+ "ImageSizeHelp": "Set your preferred size of image grids.",
+ "LabelImageSize": "Image size",
+ "ThisImageIsOnlyPreview": "This image is only a preview that came from the metadata search engine. The actual image that Emby Server downloads may be different and will depend on the options you've configured in Emby library setup.",
+ "ResultsRangeValue": "{0} to {1} of {2}",
+ "NotificationsDescription": "Setup notifications to stay informed of important events on your Emby Server.",
+ "DeleteEmbyConnectAccount": "Delete Emby Connect Account",
+ "DeleteEmbyConnectAccountHelp": "To delete your Emby Connect account, please sign in to the {0}Emby Community{1} at {2}. Once signed in, then click your username in the top right, then click Account Settings, then click Delete My Account.",
+ "KeepPlayingInBackground": "Keep playing in the background",
+ "LabelVideoBackBehavior": "Video player back button behavior",
+ "HeaderViewLyrics": "View Lyrics",
+ "HeaderViewMissingEpisodes": "View Missing Episodes",
+ "HeaderMissingEpisodes": "Missing Episodes",
+ "HeaderManageAccess": "Manage Access",
+ "HeaderManageCollaboration": "Manage Collaboration",
+ "HeaderLeaveCollaboration": "Leave Collaboration",
+ "HeaderRemoveFromLibrary": "Remove from Library",
+ "RemoveSharedItemConfirmation": "Are you sure you wish to remove this item from your library? In order to get it back the owner will need to grant you access again.",
+ "SubtitlesDownloaded": "Subtitles Downloaded",
+ "HeaderMakePrivate": "Make Private",
+ "HeaderMakePublic": "Make Public",
+ "MakePublicDescription": "All users will be able to view this item. Users can be granted access to edit.",
+ "MakePrivateDescription": "Users can still be granted access individually.",
+ "Private": "Private",
+ "Public": "Public",
+ "Collaborative": "Collaborative",
+ "PreferredShowDisplay": "Preferred TV show display",
+ "ShowAllEpisodesAllSeasons": "Show all episodes of all seasons together",
+ "ShowAllEpisodesSingleSeason": "Show all episodes for only single season shows",
+ "ShowSeasonFolders": "Always show season folders",
+ "HeaderAddAgain": "Add Again",
+ "UpNext": "Up Next",
+ "ItemsAlreadyInPlaylist": "Some of these items are already in your playlist.",
+ "ItemAlreadyInPlaylist": "This item is already in your playlist.",
+ "HeaderPlayChannel": "Play Channel",
+ "LabelScreenOrientationDuringVideo": "Screen orientation during video playback",
+ "UseDeviceSetting": "Use device setting",
+ "LockToLandscape": "Lock to landscape",
+ "UsernameForFolderHelp": "The username required to access this folder on your network (if applicable).",
+ "PasswordForFolderHelp": "The password required to access this folder on your network (if applicable).",
+ "ShowMediaInfoOnDetailScreens": "Show full media at the bottom of audio and video detail screens",
+ "ForgotPasswordNoUserFound": "No users were found with the entered name. Please try again, or leave the name blank to reset the password for all users on this server.",
+ "Silver": "Silver",
+ "DimGray": "Dim Gray",
+ "DarkGray": "Dark Gray",
+ "LightGray": "Light Gray",
+ "Black": "Black",
+ "Blue": "Blue",
+ "Cyan": "Cyan",
+ "Gray": "Gray",
+ "Green": "Green",
+ "Lime": "Lime",
+ "Magenta": "Magenta",
+ "Orange": "Orange",
+ "Pink": "Pink",
+ "Red": "Red",
+ "Yellow": "Yellow",
+ "White": "White",
+ "Purple": "Purple",
+ "RecentlyReleasedMovies": "Recently Released Movies",
+ "RecentlyReleasedEpisodes": "Recently Released Episodes",
+ "DolbyProfile": "Dolby Profile",
+ "IpAddress": "IP Address",
+ "VideoType": "Video Type",
+ "HidePlayedMediaFrom": "Hide Played Media From",
+ "BottomEdgePosition": "Bottom Edge Position",
+ "VerticalPositionFromBottomScreen": "Set the vertical position of the subtitles relative to the bottom of the screen.",
+ "TopEdgePosition": "Top Edge Position",
+ "TopEdgePositionHelp": "Set the highest allowed vertical position of the subtitles relative to the top of the screen. This is used when the subtitles contain positioning instructions to be placed at the top.",
+ "HeaderSubtitlePosition": "Subtitle Position",
+ "TitleProfilePin": "Profile PIN",
+ "ProfilePinConfirm": "Profile PIN (confirm)",
+ "SaveProfilePin": "Save Pin",
+ "ProfilePinDescription": "Create an optional pin to be prompted for entry whenever you return to an Emby app on a device that you've already signed into. This is useful if you have devices that are shared by multiple users. You can choose to enable it selectively on each device as required.",
+ "TitleNewEpisodes": "New Episodes",
+ "EnterYourPinToContinue": "Enter your PIN to continue.",
+ "YourPinMustBe": "Your PIN must be {0} digits.",
+ "ForgotPin": "Forgot PIN?",
+ "RequireEnteringPinToReturn": "Require entering my profile PIN whenever I return to this app.",
+ "RequireEnteringPinToReturnQuestion": "Should we prompt you for your profile PIN whenever you return to this app? If this device is shared by multiple users, your profile PIN can help prevent the other users from accessing your data.",
+ "RequireEnteringPinToReturnHelp": "Useful if this device is shared by multiple users.",
+ "WrongPinPleaseTryAgain": "Whoops, wrong PIN. Please try again.",
+ "ProfilePinIsOn": "Profile PIN is currently on.",
+ "IfTryingToConnectToHttp": "If you're trying to connect to your Emby Server using an HTTP address, your browser may not be allowing this due to HTTPS requirements. Please try one of the following:",
+ "SetupHttpsForYourServer": "Setup {0}HTTPS for your Emby Server{1} so that you can connect using HTTPS.",
+ "TitleUnableToReachServer": "Unable to Reach Server",
+ "TitleUnableToReachName": "Unable to Reach {0}",
+ "HearingImpaired": "Hearing Impaired",
+ "SignIntoServerName": "Sign in to {0}",
+ "About": "About",
+ "Specials": "Specials",
+ "NSettings": "{0} Settings",
+ "NPreferences": "{0} Preferences",
+ "DetailScreenOptions": "Detail Screens",
+ "LabelGenreDisplayLimit": "Genre display limit",
+ "GenreDisplayLimitHelp": "Limit the number of genres displayed at the top of item detail screens.",
+ "GenreDisplayLimitForListsHelp": "Limit the number of genres displayed at the top of playlist, collection and artist detail screens.",
+ "LabelGenreDisplayLimitForLists": "Genre display limit for lists",
+ "ShowPosterOnDetails": "Show a poster on the detail screen",
+ "ShowPosterOnDetailsHelp": "Choose to show a poster on video detail screens, or hide it for a more minimal look that emphasizes the background. This setting is not used on smaller screen layouts. Some item types will ignore this setting.",
+ "EnableAppLogging": "Enable app logging",
+ "EnableAppLoggingHelp": "Logging can degrade app performance and should only be enabled as needed for troubleshooting purposes. Changes require restarting the app.",
+ "LabelSlideshowInterval": "Photo slideshow time per slide",
+ "TVChannelImageEditorHelp": "Multiple logo versions are supported. Emby apps will automatically choose the appropiate one depending on the current theme.",
+ "PlaySlideshow": "Play Slideshow",
+ "CheckForExistingEpisodesInAllLibraries": "Check for existing episodes in all libraries",
+ "GroupNotificationsBySeriesOrAlbum": "Group notifications by series and albums",
+ "ThemeSettings": "Theme Settings",
+ "FollowingActivityWillBeDisrupted": "The following activity will be disrupted and may require manual intervention to restart:",
+ "OneActivePlaybackSession": "1 Active Playback Session",
+ "NumActivePlaybackSessions": "{0} Active Playback Sessions",
+ "OneActiveRecording": "1 Active Recording",
+ "NumActiveRecordings": "{0} Active Recordings",
+ "PlayFromLivePosition": "Play from the live position",
+ "PlayFromStartOfRecording": "Play from the start of the recording",
+ "ThisChannelIsActivelyRecording": "This channel is actively recording. How would you like to begin playing?",
+ "ThemeSongVolume": "Theme song volume",
+ "HeaderForceConversionForFormats": "Force Conversion for Formats",
+ "ForceConversionForFormatsHelp": "Use this to force server-side transcoding or remuxing for formats that don't direct play very well on this device.",
+ "StartupBehavior": "Startup behavior",
+ "RememberLastUser": "Remember last user",
+ "ShowLoginScreen": "Show login screen",
+ "SignInAsValue": "Sign in as {0}",
+ "ConvertUnsupportedAudio": "Convert unsupported surround audio to Dolby Digital",
+ "ConvertUnsupportedAudioHelp": "Avoid downmixing unsupported surround formats to stereo by having Emby Server transcode them to Dolby Digital.",
+ "HeaderPlaybackCorrection": "Playback Correction",
+ "HeaderAttemptPlaybackCorrection": "Attempt Playback Correction",
+ "PlaybackCorrectionConfirm": "Attempt playback correction?",
+ "PlaybackCorrectionDescription": "Is the current item exhibiting a playback problem such as no video or audio? This will try and correct playback issues using server transcoding to convert this file into a more streaming friendly format. This will result in increased resource consumption on this Emby Server.",
+ "PlaybackCorrectionDescription2": "You can do this up to three times per video, where remuxing, video transcoding and audio transcoding are each activated one at a time.",
+ "HeaderAlbumsAsContributingArtist": "Albums as Contributing Artist",
+ "HeaderAlbumsAsComposer": "Albums as Composer",
+ "Duplicates": "Duplicates",
+ "HeaderSleepTimer": "Sleep Timer",
+ "AfterCurrentItem": "After current item",
+ "HeaderStopPlayback": "Stop Playback",
+ "TurnOffTimer": "Turn off timer",
+ "SleepTimerIsSet": "Your sleep timer is set",
+ "SleepTimerIsOff": "Your sleep timer is off",
+ "LabelEnableRemoteControlTVMode": "Display casting and remote control functions",
+ "EnableRemoteControlTVModeHelp": "Enable if you intend to use this device to send media to other devices.",
+ "ShowOnScreenControls": "Show on-screen controls",
+ "LabelVideoScreenUpAction": "Video player up button behavior",
+ "VideoScreenUpActionHelp": "Select the action to take when pressing the up key on the video player screen. This applies when no on-screen controls are currently visible. When controls are already visible, the up key will be used for navigation.",
+ "LabelVideoPlayerLongPressAction": "Video player long press action",
+ "LetsGetSetup": "Let's Get Set Up",
+ "VideoPlayerLongPressActionHelp": "Choose what function or menu is shown when long pressing the OK button during video playback. This only takes effect when the video controls are hidden or the seek bar has focus.",
+ "AskAdminToGetPremiere": "This purchase must be made by the server administrator. Please ask the administrator of this Emby Server to sign in and get Emby Premiere so that you can enjoy access to premium features.",
+ "AutoOpenSingleItemsFolders": "Auto open single items in folder view",
+ "AutoOpenSingleItemsFoldersHelp": "When a folder only contains one item, automatically open that item.",
+ "TheseSettingsApplyAppDevice": "These settings apply to all users playing on this device.",
+ "LastContentDateAdded": "Last Content Date Added",
+ "RepeatThemeMedia": "Play themes on repeat",
+ "HideEpisodeSpoilerInfo": "Hide spoiler information from unwatched episodes",
+ "HideEpisodeSpoilerInfoHelp": "Hides the title, overview and image for unwatched episodes on most screens.",
+ "BornValueAge": "Born: {0} (age {1})",
+ "PreferDirectStreamLiveTV": "Prefer direct streaming of Live TV",
+ "PreferDirectStreamLiveTVHelp": "Direct streaming Live TV will reduce resource consumption on your Emby Server but may not be as seekable during playback. Enabling this will direct stream Live TV when the format is supported and is within your configured quality setting. Disable this to enjoy more seeking during playback at the cost of additional resource consumption.",
+ "HeaderAllRecordings": "All Recordings",
+ "RememberLoginDescription": "After signing in, you can use the app settings to configure the startup behavior to remember login, sign in as a specific user, or always show the login screen.",
+ "ForgetThisServer": "Forget This Server",
+ "ForgetServerConfirmation": "Are you sure you wish to forget this server?",
+ "HeaderThisDevice": "This Device",
+ "ChaptersGuide": "Chapters / Live TV Guide",
+ "ChaptersGuideHelp": "Show Chapters for media with chapters. For media without chapters, show the Live TV Guide (when available).",
+ "HeaderShowSeriesImages": "Show Series Images",
+ "AppExitConfirmation": "Are you ready to exit Emby?",
+ "AppExitMenu": "Exit menu",
+ "SideMenu": "Side navigation menu",
+ "SystemStorage": "System storage ({0})"
+}
diff --git a/modules/common/strings/fi.json b/modules/common/strings/fi.json
new file mode 100644
index 0000000..0bec3cd
--- /dev/null
+++ b/modules/common/strings/fi.json
@@ -0,0 +1,1340 @@
+{
+ "ReplaceExistingThumbnailImages": "Replace existing video preview thumbnails",
+ "ReplaceExistingThumbnailImagesHelp": "All existing video preview thumbnails will be deleted and new ones will be generated, if enabled in the options for the library.",
+ "DateCreated": "Date Created",
+ "CreatedOnValue": "Created {0}",
+ "UpdatedOnValue": "Updated {0}",
+ "EmbyLoginTerms": "Emby on suunniteltu helpottamaan henkilökohtaisen mediasisällön, kuten kotivideoiden ja valokuvien hallintaa. Tutustu {0}käyttöehtoihimme{1}. Kaikkien Emby-sovellusten käyttö edellyttää näiden ehtojen hyväksyntää.",
+ "MessageUnableToConnectToServer": "Emme juuri nyt saaneet yhteyttä palvelimeen. Varmista, että se on käynnissä ja yritä uudelleen.",
+ "EmbyIntroMessage": "Emby-palvelimeltasi voit helposti suoratoistaa videoita ja musiikkia sekä katsella valokuvia älypuhelimilla, tableteilla ja useilla muilla mediatoistimilla.",
+ "HeaderSignInWithConnect": "Kirjaudu Emby Connect -tilillä",
+ "HeaderWelcomeToEmby": "Tervetuloa Embyyn",
+ "HeaderNewUsers": "Uudet käyttäjät",
+ "HeaderPleaseSignIn": "Kirjaudu sisään",
+ "MessageInvalidUser": "Virheellinen käyttäjätunnus tai salasana. Yritä uudelleen.",
+ "MessageUnlockAppWithPurchaseOrSupporter": "Avaa tämä ominaisuus pienellä kertamaksulla tai aktiivisella Emby Premiere -tilauksella.",
+ "MessageUnlockAppWithSupporter": "Avaa tämä ominaisuus aktiivisella Emby Premiere -tilauksella.",
+ "MessageToValidateSupporter": "Jos sinulla on aktiivinen Emby Premiere -tilaus, varmista, että olet määrittänyt Emby Premiere -tilauksen asetukset palvelimesi hallintapaneelista, päävalikosta löytyvän Emby Premiere -valinnan alta.",
+ "ValueSpecialEpisodeName": "Erikoisjakso - {0}",
+ "HeaderSignIn": "Kirjaudu sisään",
+ "Share": "Jako",
+ "Shared": "Jaettu",
+ "Info": "Tiedot",
+ "Add": "Lisää",
+ "Speed": "Nopeus",
+ "PlaybackSpeed": "Toistonopeus",
+ "Chapters": "Kappaleet",
+ "Password": "Salasana",
+ "SavePassword": "Tallenna salasana",
+ "LabelPassword": "Salasana",
+ "HeaderResetPassword": "Vaihda salasana",
+ "Series": "Sarja",
+ "Preview": "Esikatsele",
+ "Submit": "Lähetä",
+ "Never": "Ei koskaan",
+ "Table": "Taulukko",
+ "HeaderScheduledTasks": "Ajoitetut tehtävät",
+ "Plays": "Toistot",
+ "LastUsedAddressValue": "Viimeksi käytetty {0}",
+ "LabelKeywordType": "Avainsanan tyyppi",
+ "HeaderSelectColumns": "Valitse sarakkeet",
+ "HeaderTopResults": "Parhaat tulokset",
+ "HeaderPinSidebar": "Kiinnitä sivupalkki",
+ "Collapse": "Supista",
+ "LabelBackgroundVideoPlayback": "Videon toisto taustalla",
+ "BackgroundVideoPlaybackHelp": "Taustalla toisto mahdollistaa videon toiston vaikka näyttö olisi pois päältä.",
+ "AlwaysOn": "Aina käytössä",
+ "HeadphonesOrExternalSpeakersConnected": "Kuulokkeet tai ulkoiset kaiuttimet kytketty",
+ "HeaderKeyboardAndRemote": "Näppäimistö ja ohjaimet",
+ "NoSelectedItemsSupportOperation": "Tätä toimenpidettä tukevia kohteita ei ole valittuna.",
+ "NoOperationsForSelectedItems": "Valituille kohteille ei ole mahdollisia toimenpiteitä.",
+ "UploadOnlyOnWifi": "Lähetä vain Wifi-yhteyden kautta",
+ "HeaderFoldersToUpload": "Lähetettävät kansiot",
+ "LabelPasswordConfirm": "Salasanan vahvistus",
+ "HeaderMoveUpInOrder": "Siirrä ylöspäin",
+ "HeaderDownUpInOrder": "Siirrä alaspäin",
+ "LabelUsername": "Käyttäjätunnus",
+ "HeaderAddServer": "Lisää palvelin",
+ "HeaderSubtitleOffset": "Tekstityksen tahdistus",
+ "Watching": "Watching",
+ "HeaderRemoveFromContinueWatching": "Poista jatkettavista",
+ "RemoveThisTitleFromContinueWatching": "Poistetaanko tämä nimike jatkettavista?",
+ "HeaderRemoveFromContinueListening": "Poista jatkettavista",
+ "RemoveThisTitleFromContinueListening": "Poistetaanko tämä nimike jatkettavista?",
+ "HeaderIncreaseSubtitleOffset": "Lisää tekstityksen tahdistusta",
+ "HeaderDecreaseSubtitleOffset": "Vähennä tekstityksen tahdistusta",
+ "Close": "Sulje",
+ "HeaderSeeAll": "Näe kaikki",
+ "HeaderOpenInNewWindow": "Avaa uuteen ikkunaan",
+ "LabelEmail": "Sähköpostiosoite",
+ "LabelHost": "Osoite",
+ "LabelHostHelp": "Esimerkki: 192.168.1.100 tai https://esimerkkipalvelin.fi",
+ "LabelPort": "Portti",
+ "Disabled": "Ei käytössä",
+ "Uninstall": "Poista asennus",
+ "Enable": "Ota käyttöön",
+ "AllTuners": "Kaikki virittimet",
+ "Disable": "Poista käytöstä",
+ "NextValue": "Seuraava: {0}",
+ "HeaderNextItem": "Seuraava",
+ "HeaderPreviousItem": "Edellinen",
+ "NoTrailersMessage": "Trailereita ei löytynyt. Lisätäksesi tralereita, asenna Trailer-laajennus Embyn {0}laajennushakemistosta{1}.",
+ "UninstallPluginConfirmation": "Oletko varma, että haluat poistaa tämän laajennuksen?",
+ "HeaderUninstallPlugin": "Poista laajennus",
+ "AreYouStillWatching": "Vieläkö katsot?",
+ "LabelCurrentPassword": "Nykyinen salasana",
+ "LabelNewPassword": "Uusi salasana",
+ "LabelNewPasswordConfirm": "Vahvista uusi salasana",
+ "HeaderRemovePassword": "Poista salasana",
+ "ServerUpdateNeeded": "Tämä palvelin on päivitettävä. Ladataksesi viimeisimmän version, vieraile osoitteessa {0}",
+ "MessageThankYouForConnectSignUp": "Kiitos, kun rekisteröit Emby Connect -tilin. Osoitteeseesi lähetetään sähköposti, joka sisältää ohjeet uuden tilin vahvistukseen. Vahvista tilisi ja palaa sen jälkeen tänne sisäänkirjautumista varten.",
+ "MessageThankYouForConnectSignUpNoValidation": "Kiitos, kun rekisteröit Emby Connect -tilin! Nyt sinua pyydetään kirjautumaan Emby Connect -tilitiedoillasi.",
+ "ErrorMessagePasswordNotMatchConfirm": "Salasanan ja varmistuksen on täsmättävä.",
+ "ErrorMessageUsernameInUse": "Käyttäjänimi on jo käytössä. Valitse uusi nimi ja yritä uudelleen.",
+ "ErrorMessageEmailInUse": "Sähköpostiosoite on jo käytössä. Syötä uusi sähköposti ja yritä uudelleen, tai käytä \"unohditko salsanasi\" -ominaisuutta.",
+ "HeaderUpcomingOnTV": "Tulevat televisiolähetykset",
+ "HeaderOtherShowings": "Muut esitykset",
+ "Showings": "Esitykset",
+ "HeaderConnectToServer": "Yhdistä palvelimeen",
+ "ConnectToServerManually": "Yhdistä palvelimeen manuaalisesti",
+ "LabelEnterConnectUserNameHelp": "Tämä on se sähköpostiosoite, jota käytit Emby Connect -tilin määritykseen.",
+ "HeaderSignInError": "Kirjautumisvirhe",
+ "HeaderManualLogin": "Manuaalinen kirjautuminen",
+ "PasswordResetConfirmation": "Oletko varma, että haluat palauttaa salasanan?",
+ "ContactAdminToResetPassword": "Ota yhteyttä järjestelmänvalvojaasi palauttaaksesi salasanasi.",
+ "ForgotPasswordInNetworkRequired": "Yritä salasanan palautusta uudelleen kotiverkon kautta.",
+ "ForgotPasswordFileCreated": "Seuraava tiedosto on luotu palvelimellesi ja se sisältää ohjeita jatkoa varten:",
+ "ForgotPasswordFileExpiration": "Palautuksen PIN-koodi vanhenee {0}.",
+ "InvalidForgotPasswordPin": "Virheellinen tai vanhentunut PIN-koodi. Yritä uudelleen.",
+ "PasswordResetForUsers": "Salasanat on poistettu seuraavilta kättäjiltä. Kirjautuminen onnistuu nyt ilman salasanaa.",
+ "HeaderForgotPassword": "Unohditko salasanasi?",
+ "ForgotPasswordUsernameHelp": "Jätä tyhjäksi, jos et muista käyttäjätunnustasi.",
+ "HeaderPasswordReset": "Vaihda salasana",
+ "AttributeNew": "Uusi",
+ "Done": "Valmis",
+ "HeaderResetToDefault": "Palauta oletukset",
+ "Deinterlacing": "Lomituksen poisto",
+ "HeaderBurningInSubtitles": "Poltetaan tekstitykset",
+ "Premiere": "Ensi-ilta",
+ "LabelPinCode": "PIN-koodi",
+ "LabelLocalNetworkPinCode": "Lähiverkon PIN-koodi",
+ "LabelLocalNetworkPasswordMode": "Lähiverkon kirjautumistapa",
+ "RequirePasswordInLocalNetwork": "Vaadi salasana lähiverkossa normaalisti",
+ "NoPasswordInLocalNetwork": "Salasanaa ei tarvitse lähiverkossa",
+ "PinCodeInLocalNetwork": "Salli lähiverkossa numeerinen PIN-koodi",
+ "LocalNetworkPasswordModeHelp": "Valitse miten Emby-palvelimen kanssa samassa verkossa olevilta päätteiltä kirjaudutaan.",
+ "HeaderLocalNetworkAccess": "Käyttö paikallisessa lähiverkossa",
+ "Live": "Suora",
+ "Reset": "Palauta",
+ "Repeat": "Uudelleentoisto",
+ "Track": "Kappale",
+ "Tracks": "Kappaleet",
+ "HeaderCameraUpload": "Kameratallennus",
+ "TrackCount": "{0} kappaleet",
+ "ItemCount": "{0} kohdetta",
+ "NumberChannelsValue": "{0} kanavaa",
+ "HeaderLatestMusic": "Viimeisin musiikki",
+ "HeaderLatestAudioBooks": "Viimeisimmät äänikirjat",
+ "HeaderLatestDownloadedVideos": "Viimeisimmät videolataukset",
+ "HeaderRecentlyPlayed": "Toistettu hiljattain",
+ "Recent": "Uudet",
+ "HeaderFrequentlyPlayed": "Usein toistettu",
+ "HeaderMoreLikeThis": "Lisää samantapaisia",
+ "HeaderMoreLikeThisOnLiveTV": "Lisää samantapaisia televisiossa",
+ "OriginalAirDateValue": "Alunperin esitetty: {0}",
+ "EndsAtValue": "Päättyy klo {0}",
+ "Date": "Päiväys",
+ "AirDate": "Esityspäivä",
+ "Played": "Toistotila",
+ "Daily": "Päivittäin",
+ "Weekly": "Viikottain",
+ "RequireHashMatch": "Vaadi hajautusarvon täsmäys",
+ "RequireHashMatchHelp": "Hajautusarvon täsmäys suodattaa tekstitykset vain niihin, jotka on testattu juuri tämän videotiedoston kanssa. Valinnan poisto nostaa löydettyjen tekstitysten määrää, mutta samalla se nostaa myös epäsopivien ja väärien tekstitysten todennäköisyyttä.",
+ "SearchForForcedSubtitlesOnly": "Vain pakotetut tekstitykset",
+ "SearchForForcedSubtitlesOnlyHelp": "Pakotettujen tekstitysten käyttö rajoittaa hakutulokset vain vieraskielisiksi merkittyihin tuloksiin.",
+ "LastEpisodeDateAdded": "Viimeisimmän jakson päiväys lisätty",
+ "LastEpisodeDateAired": "Viimeisen jakson julkaisupäivä",
+ "LabelPlaystate": "Toistotila",
+ "Studio": "Studio",
+ "Tag": "Tunniste",
+ "EpisodeTitle": "Jakson nimi",
+ "Audio": "Ääni",
+ "Video": "Video",
+ "Subtitle": "Tekstitys",
+ "Image": "Kuva",
+ "CopyStream": "Kopioi alkuperäinen striimi",
+ "LabelAudioLayout": "Äänen asettelu",
+ "LabelAudioCodec": "Äänikoodekki",
+ "LabelAudioLanguage": "Äänen kieli",
+ "LabelSubtitleLanguage": "Tekstityksen kieli",
+ "LabelVideoCodec": "Videokoodekki",
+ "LabelSubtitleCodec": "Tekstityskoodekki",
+ "LabelParentalRating": "Ikäluokitus",
+ "BecauseYouLikeValue": "Koska pidät \"{0}\"",
+ "BecauseYouWatchedValue": "Koska katsoit \"{0}\"",
+ "DirectedByValue": "Ohjannut {0}",
+ "StarringValue": "Pääosassa {0}",
+ "Invitations": "Kutsut",
+ "ActorAsRole": "roolissa {0}",
+ "ButtonOk": "OK",
+ "GroupItemsIntoCollections": "Ryhmittele kohteet kokoelmiin",
+ "GroupItemsIntoCollectionsHelp": "Ryhmittele kohteet perustuen kokoelmiin, joihin ne kuuluvat. Joidenkin suodattimien tai lajittelutapojen käyttö saattaa kytkeä tämän pois käytöstä automaattisesti.",
+ "GroupItemsIntoTags": "Ryhmittele kohteet tunnisteisiin",
+ "GroupItemsIntoTagsHelp": "Ryhmittele kohteet perustuen tunnisteisiin, joihin ne kuuluvat. Joidenkin suodattimien tai lajittelutapojen käyttö saattaa kytkeä tämän pois käytöstä automaattisesti.",
+ "User": "Käyttäjä",
+ "Access": "Oikeudet",
+ "Users": "Käyttäjät",
+ "Library": "Kirjasto",
+ "Devices": "Laitteet",
+ "Cancel": "Peruuta",
+ "Restart": "Käynnistä uudelleen",
+ "Shutdown": "Sulje",
+ "Logs": "Lokitiedot",
+ "Visibility": "Näkyvyys",
+ "Notifications": "Ilmoitukset",
+ "SendTestNotification": "Lähetä testi-ilmoitus",
+ "NotificationSent": "Ilmoitus lähetettiin",
+ "DeleteNotificationConfirmation": "Haluatko varmasti poistaa tämän ilmoituksen?",
+ "DeleteNotification": "Poista ilmoitus",
+ "AddNotification": "Lisää ilmoitus",
+ "EditNotification": "Muokkaa ilmoitusta",
+ "LimitUserEventsTo": "Rajoita käyttäjätapahtumien määräksi",
+ "LimitLibraryEventsTo": "Rajoita kirjastotapahtumien määrää",
+ "LimitDeviceEventsTo": "Rajoita laitetapahtumien määräksi",
+ "ForAdditionalNotificationOptions": "Palvelimen ylläpito voi asentaa ilmoituspalveluita Embyn {0}laajennushakemistosta{1}.",
+ "Plugins": "Laajennukset",
+ "Systems": "Järjestelmät",
+ "Server": "Palvelin",
+ "Dashboard": "Hallintapaneeli",
+ "PlayOnAnotherDevice": "Toista toisessa laitteessa",
+ "HeaderConnectionHelp": "Yhteysohjeita",
+ "AccessRestrictedTryAgainLater": "Pääsy on tällä hetkellä rajoitettu. Yritä myöhemmin uudelleen.",
+ "ButtonGotIt": "Selvä",
+ "RememberMe": "Muista minut",
+ "EmbyServer": "Emby-palvelin",
+ "ManageEmbyServer": "Hallitse palvelinta",
+ "ShutdownServer": "Sulje palvelin",
+ "RestartServer": "Käynnistä palvelin uudelleen",
+ "RecordingCancelled": "Tallennus peruttu",
+ "SeriesCancelled": "Sarja päättynyt",
+ "Recording": "Tallennus",
+ "SeriesRecording": "Sarjan tallennus",
+ "RecordingScheduled": "Tallennus ajoitettu",
+ "SeriesRecordingScheduled": "Sarjan tallennus ajoitettu",
+ "HeaderNewRecording": "Uusi tallenne",
+ "HeaderWakeServer": "Herätä palvelin",
+ "AttemptingWakeServer": "Yritetään herättää palvelin. Odota...",
+ "WakeServerSuccess": "Onnistui!",
+ "HeaderCustomizeHomeScreen": "Muokkaa kotinäyttöä",
+ "WakeServerError": "Wake-on-LAN (WoL) -paketit lähetettiin palvelinkoneellesi, mutta emme saaneet palvelimeen yhteyttä. Koneesi saattaa vaatia enemmän aikaa käynnistyäkseen tai palvelin ei ole käynnissä.",
+ "Days": "Päivät",
+ "Network": "Verkko",
+ "Networks": "Tuotantoyhtiöt",
+ "SortByValue": "Järjestä: {0}",
+ "HeaderSortBy": "Järjestä",
+ "HeaderPhotoAlbums": "Valokuva-albumit",
+ "Photos": "Valokuvat",
+ "HeaderAppearsOn": "Esiintyy",
+ "List": "Lista",
+ "HeaderRecordSeries": "Tallenna sarjat",
+ "HeaderCinemaMode": "Teatteritila",
+ "Conversions": "Muunnot",
+ "Downloads": "Lataukset",
+ "HeaderManageDownloads": "Hallitse latauksia",
+ "InternalStorage": "Sisäinen tallennustila",
+ "ExternalStorage": "Ulkoinen tallennustila",
+ "UploadToFollowingServers": "Lähetä palvelimille",
+ "UploadingNumItems": "Lähetetään {0}/{1}",
+ "DownloadNumItems": "Ladataan {0}/{1}",
+ "HeaderSampleRate": "Näytteenottotaajuus",
+ "HeaderReferenceFrames": "Viitekehykset",
+ "HeaderBitDepth": "Bittisyvyys",
+ "HeaderPixelFormat": "Pikselimuoto",
+ "Profile": "Profiili",
+ "Bitrate": "Bittinopeus",
+ "Expand": "Laajenna",
+ "Container": "Sisältötyyppi:",
+ "Format": "Formaatti",
+ "Path": "Polku:",
+ "Size": "Koko",
+ "Resolution": "Resoluutio",
+ "HeaderCodecTag": "Koodekin tunniste",
+ "Framerate": "Kuvataajuus",
+ "Interlaced": "Lomitettu",
+ "Anamorphic": "Anamorfinen",
+ "Level": "Taso",
+ "Timestamp": "Aikaleima",
+ "Language": "Kieli",
+ "Codec": "Koodekki",
+ "Stream": "Mediavirta",
+ "HeaderExtradata": "Lisätiedot",
+ "HeaderHardwareAcceleratedTranscoding": "Laitteistokiihdytetty transkoodaus",
+ "HeaderHardwareAcceleratedTranscodingDescription": "Hyödynnä palvelimen näytönohjainta. Emby tarjoaa markkinoiden kehittyneimmän ja nopeimman laitteistokiihdyksen.",
+ "HeaderOfflineDownloads": "Paikallinen media",
+ "AndMuchMoreExclamation": "Sekä paljon muuta!",
+ "HeaderOfflineDownloadsDescription": "Lataa media laitteisiin, jotta se on helposti käytettävissä myös ilman verkkoyhteyttä.",
+ "LiveTvFeatureDescription": "Suoratoista televisiolähetyksiä mihin tahansa Emby-sovellukseen käyttäen palvelinkoneessa olevaa, yhteensopivaa viritintä.",
+ "DvrFeatureDescription": "Aasta yksittäiset televisiotallennukset, sarjojen tallennukset, ja muuta Emby DVR -toiminnolla.",
+ "CinemaModeFeatureDescription": "Teatteritila tarjoaa sinulle aidon teatterikokemuksen trailereilla ja muulla mukautetulla sisällöllä ennen varsinaista elokuvaa.",
+ "HeaderFreeApps": "Ilmaiset Emby-sovellukset",
+ "FreeAppsFeatureDescription": "Nauti laitteidesi Emby sovellusten ilmaisesta käyttöoikeudesta.",
+ "HeaderBecomeProjectSupporter": "Tilaa Emby Premiere",
+ "HeaderViewServerInfo": "Näytä palvelimen tiedot",
+ "PlaybackTvModeRequiresEmbyPremiere": "Mediatoisto televisiotilassa vaatii aktiivisen {0}Emby Premiere -tilauksen{1}.",
+ "FeatureRequiresEmbyPremiere": "Tämä ominaisuus vaatii aktiivisen {0}Emby Premiere -tilauksen{1}.",
+ "HeaderConvertYourRecordings": "Muunna tallenteesi",
+ "Record": "Tallenna",
+ "Save": "Tallenna",
+ "Edit": "Muokkaa",
+ "HeaderSavePlaylist": "Tallenna toistolista",
+ "Latest": "Viimeisimmät",
+ "Download": "Lataa",
+ "Downloaded": "Ladatut",
+ "Converted": "Muunnettu",
+ "RemoveFromHistory": "Poista historiasta",
+ "ConfirmRemoveFromHistory": "Poistetaanko kohde historiasta?",
+ "Downloading": "Ladataan",
+ "Advanced": "Lisäasetukset",
+ "LinkedToEmbyConnect": "Liitetty Emby Connect -tiliin",
+ "Delete": "Poista",
+ "Both": "Molemmat",
+ "LabelChannelDisplay": "Kanavanäyttö",
+ "HeaderDeleteItem": "Poista kohde",
+ "HeaderDeleteUser": "Poista käyttäjä",
+ "DeleteItemConfirmation": "Oletko varma, että haluat poistaa kohteen \"{0}\"?",
+ "DeleteUserConfirmation": "Oletko varma, että haluat poistaa käyttäjän {0}?",
+ "DeleteUsersConfirmation": "Haluatko varmasti poistaa nämä {0} käyttäjää?",
+ "HeaderDeleteDevice": "Poista laite",
+ "DeleteDeviceConfirmation": "Oletko varma, että haluat poistaa sijainnin? Se palaa takaisin seuraavan kerran kun käyttäjä yhistää sieltä.",
+ "ConfirmDeleteItem": "Kohteen poisto poistaa sen sekä tiedostojärjestelmästä, että kirjastostasi.",
+ "FollowingFilesWillBeDeleted": "Seuraavat tiedostot ja kansiot poistetaan:",
+ "AreYouSureToContinue": "Haluatko varmasti jatkaa?",
+ "Refresh": "Päivitä",
+ "RefreshingMetadataDots": "Päivitetään metatietoja...",
+ "ScanningLibraryFilesDots": "Tarkistetaan kirjaston tiedostoja...",
+ "HeaderFavoritesThenByChannelNumber": "Suosikit, sitten kanavanumerolla",
+ "HeaderAddToCollection": "Lisää kokoelmaan",
+ "HeaderFavoritesThenByTitle": "Suosikit, sitten nimellä",
+ "HeaderFavoritesThenByDefault": "Suosikit, sitten kanavien oletusjärjestys",
+ "HeaderDefaultChannelOrder": "Kanavien oletusjärjestys",
+ "HeaderAddToFavorites": "Lisää suosikkeihin",
+ "HeaderRemoveFromFavorites": "Poista suosikeista",
+ "Favorited": "Lisätty suosikkeihin",
+ "Unfavorited": "Poistettu suosikeista",
+ "HeaderNewCollection": "Uusi kokoelma",
+ "HeaderNewPlaylist": "Uusi toistolista",
+ "AllCollections": "Kaikki kokoelmat",
+ "AllPlaylists": "Kaikki soittolistat",
+ "Create": "Luo",
+ "HeaderAddedToPlaylist": "Lisättiin toistolistalle",
+ "HeaderAddedToCollection": "Lisättiin kokoelmaan",
+ "OneItemAddedTo": "1 kohde lisättiin kohteeseen \"{0}\".",
+ "ItemsAddedTo": "{0} kohdetta lisättiin kohteeseen \"{1}\".",
+ "HeaderAddedToPlayQueue": "Lisättiin toistojonoon",
+ "HeaderPlayingNext": "Toistetaan seuraavaksi",
+ "Help": "Apua",
+ "HeaderGetHelp": "Hanki apua",
+ "LabelTVDisplayMode": "Enable TV display mode",
+ "Desktop": "Työpöytä",
+ "Mobile": "Mobiililaite",
+ "Navigation": "Navigointi",
+ "HeaderVideoPlayback": "Toiston ohjaus",
+ "TV": "Televisio",
+ "HeaderEmbyConnect": "Emby Connect",
+ "Seasons": "Kaudet",
+ "OneTrack": "1 kappale",
+ "OneSeason": "1 kausi",
+ "Libraries": "Kirjastot",
+ "NumberSeasonsValue": "{0} kautta",
+ "TVDisplayModeHelp": "Optimize the user interface on this device for display on a TV and input method with a remote control. This is generally not recommended if your primary input method is a mouse or is touch-based.",
+ "LabelDisplayLanguage": "Näyttökieli",
+ "LabelDisplayLanguageHelp": "Embyn kääntäminen on jatkuva projekti.",
+ "LearnHowYouCanContribute": "Katso, miten voit auttaa.",
+ "NewCollectionHelp": "Kokoelmien avulla voit luoda personoituja ryhmityksiä elokuvista ja muusta kirjaston sisällöstä.",
+ "SearchForCollectionInternetMetadata": "Hae metatietoja ja mediakuvituksia internetistä",
+ "DisplayMissingEpisodesWithinSeasons": "Näytä kausien puuttuvat jaksot",
+ "DisplayMissingEpisodesWithinSeasonsHelp": "Tämän täytyy olla valittuna myös palvelimella, televisiokirjastojen asetuksissa.",
+ "EnableThemeSongs": "Toista tunnusmusiikkia",
+ "EnableBackdrops": "Näytä taustakuvia",
+ "EnableThemeSongsHelp": "Kun aktivoitu, tunnusmusiikkia toistetaan taustalla kirjastoa selattaessa.",
+ "EnableBackdropsHelp": "Kun aktivoitu, taustakuvia näytetään joidenkin sivujen taustalla kirjastoa selattaessa.",
+ "EnableThemeVideos": "Toista tunnusvideoita",
+ "EnableThemeVideosHelp": "Kun aktivoitu, tunnusvideoita toistetaan taustalla kirjastoa selattaessa.",
+ "RunAtStartup": "Suorita kun laite käynnistyy",
+ "ServerStartup": "Palvelimen käynnistys",
+ "EmbyServerOnXHasStarted": "Emby-palvelin kohteessa \"{0}\" on käynnistynyt.",
+ "LabelScreensaver": "Näytönsäästäjä",
+ "LabelSoundEffects": "Äänitehosteet",
+ "LabelName": "Nimi",
+ "NewCollectionNameExample": "Esimerkki: Star Wars Collection",
+ "MessageItemsAdded": "Kohteet lisätty.",
+ "OptionNew": "Uusi...",
+ "LabelPlaylist": "Toistolista",
+ "AddToPlaylist": "Lisää toistolistalle",
+ "HeaderAddToPlaylist": "Lisää soittolistaan",
+ "Subtitles": "Tekstitykset",
+ "LabelTheme": "Teema",
+ "LabelSettingsTheme": "Hallintapaneelin teema",
+ "LabelThemeAccentColor": "Korostusväri",
+ "ThemeAccentColorDescription": "Määrittää tärkeiden kohteiden, kuvakkeiden ja tekstien värin.",
+ "SearchForSubtitles": "Etsi tekstityksiä",
+ "LabelLanguage": "Kieli",
+ "Search": "Etsi",
+ "NoSubtitleSearchResultsFound": "Tuloksia ei löytynyt. Oletko määrittänyt {0}tekstitysten latausasetukset{1}?",
+ "NoLyricsSearchResultsFound": "Tuloksia ei löytynyt. Oletko määrittänyt {0}sanoitusten latauksen{1}?",
+ "Lyrics": "Sanoitukset",
+ "SearchForLyrics": "Etsi sanoituksia",
+ "Finish": "Lopeta",
+ "File": "Tiedosto",
+ "Exit": "Poistu",
+ "Sleep": "Nuku",
+ "Setup": "Määritä",
+ "MessageAreYouSureDeleteSubtitles": "Oletko varma, että haluat poistaa tekstityksen?",
+ "ConfirmDeletion": "Vahvista poisto",
+ "MySubtitles": "Tekstitykset",
+ "MessageDownloadQueued": "Lataus lisätty jonoon.",
+ "HeaderEditSubtitles": "Muokkaa tekstityksiä",
+ "UnlockGuide": "Avausopas",
+ "HeaderRefreshMetadata": "Päivitä metatiedot",
+ "HeaderRefreshAllMetadata": "Päivitä kaikki metatiedot",
+ "ReplaceExistingImages": "Korvaa olemassa olevat kuvat",
+ "ReplaceExistingImagesHelp": "Kaikki nykyiset kuvat poistetaan ja ladataan uudet. Joissakin tapauksissa tämä voi aiheuttaa aiempaa pienemmän kuvien määrän.",
+ "ReplaceAllMetadata": "Korvaa kaikki metatiedot",
+ "SearchForMissingMetadata": "Etsi puuttuvia metatietoja",
+ "LabelRefreshMode": "Tilan päivitys",
+ "NoItemsFound": "Kohteita ei löytynyt",
+ "HeaderSaySomethingLike": "Sano jotain tällaista...",
+ "ButtonTryAgain": "Yritä uudelleen",
+ "HeaderYouSaid": "Sanoit...",
+ "MessageWeDidntRecognizeCommand": "Valitettavasti emme tunnistaneet tuota komentoa.",
+ "MessageIfYouBlockedVoice": "Jos estit sovellukselta äänen kaappauksen, tulee sinun muuttaa tämä asetus laitteesi asetuksista ennen kuin yrität uudestaan.",
+ "ValueDiscNumber": "Levy {0}",
+ "Unrated": "Rajoittamaton",
+ "Favorite": "Suosikki",
+ "Like": "Tykkää",
+ "Dislike": "Älä tykkää",
+ "RefreshDialogHelp": "Metatiedot päivitetään uusilla tiedoilla Embyn kirjastoille määritettyjen asetusten ja tietolähteiden mukaisesti.",
+ "Open": "Avaa",
+ "Play": "Toista",
+ "Pause": "Pysäytä",
+ "HeaderPlayQueue": "Toistojono",
+ "HeaderAddToPlayQueue": "Lisää toistojonoon",
+ "Shuffle": "Sekoitus",
+ "Identify": "Tunnista",
+ "HeaderRemoveIdentification": "Poista tunnistus",
+ "ResetMetadataConfirmation": "Haluatko varmasti poistaa kaikki metatiedot?",
+ "HeaderEditMetadata": "Muokkaa metatietoja",
+ "Convert": "Muunna",
+ "Resume": "Jatka",
+ "HeaderInstantMix": "Pikasekoitus",
+ "HeaderGoToItem": "Siirry kohteeseen",
+ "HeaderGoToSeason": "Siirry kauteen",
+ "HeaderGoToSeries": "Siirry sarjaan",
+ "HeaderGoToAlbum": "Siirry albumiin",
+ "HeaderGoToArtist": "Siirry esittäjään",
+ "HeaderPlayAll": "Kaikki",
+ "PictureInPicture": "Kuva-kuvassa",
+ "Fullscreen": "Koko näyttö",
+ "ExitFullscreen": "Poistu koko näytöstä",
+ "Rewind": "Kelaa taakse",
+ "FastForward": "Kelaa eteen",
+ "Remove": "Poista",
+ "Rename": "Nimeä uudelleen",
+ "Queue": "Toistojono",
+ "QueueAllFromHere": "Lisää kaikki toistojonoon tästä",
+ "PlayAllFromHere": "Toista kaikki tästä kohdasta",
+ "PlayFromBeginning": "Toista alusta",
+ "FromBeginning": "Alusta",
+ "ResumeAt": "Jatka toistoa kohdasta {0}",
+ "HeaderRemoveFromPlaylist": "Poista soittolistalta",
+ "HeaderRemoveFromPlayQueue": "Poista toistojonosta",
+ "HeaderRemoveFromCollection": "Poista kokoelmasta",
+ "Sort": "Järjestä",
+ "Trailer": "Traileri",
+ "SelectNone": "Valitse Ei mitään",
+ "SelectAll": "Valitse kaikki",
+ "HeaderMarkPlayed": "Merkitse toistetuksi",
+ "HeaderMarkUnplayed": "Merkitse toistamattomaksi",
+ "HeaderGroupVersions": "Ryhmittele versiot",
+ "PleaseSelectTwoItems": "Valitse vähintään kaksi kohdetta",
+ "HeaderConfirmRecordingCancellation": "Vahvista tallennuksen peruutus",
+ "MessageConfirmRecordingCancellation": "Peruutetaanko tallennus?",
+ "Album": "Albumien",
+ "AlbumArtist": "Albumin esittäjä",
+ "Error": "Virhe",
+ "VoiceInput": "Äänitulo",
+ "LabelContentType": "Sisältötyyppi",
+ "LabelPath": "Polku",
+ "Playlists": "Soittolistat",
+ "LabelTitle": "Nimi",
+ "LabelOriginalTitle": "Alkuperäinen nimi",
+ "LabelSortTitle": "Lajittelunimi",
+ "LabelDateAdded": "Lisäyspäivä",
+ "DateAdded": "Lisäyspäivä",
+ "DateModified": "Muokkauspäivä",
+ "DatePlayed": "Toistopäivä",
+ "DateLastActive": "Viimeksi aktiivinen",
+ "ConfigureDateAdded": "Määritä miten päivämäärä esitetään palvelimen hallintapaneelin Kirjasto-osiossa.",
+ "LabelStatus": "Tila",
+ "LabelArtistsHelp": "Erota useita puolipisteellä, ;",
+ "HeaderAlbumArtists": "Albumin esittäjät",
+ "LabelAlbumArtists": "Albumin esittäjät",
+ "LabelAlbum": "Albumi",
+ "Artist": "Esittäjien",
+ "Artists": "Esittäjät",
+ "ImdbRating": "IMDb-arvio",
+ "CommunityRating": "Yhteisön arvio",
+ "LabelCommunityRating": "Yhteisön arvio",
+ "LabelCriticRating": "Kriitikoiden arvio",
+ "CriticRating": "Kriitikoiden arvio",
+ "LabelWebsite": "Verkkosivusto",
+ "Tagline": "Iskulause",
+ "LabelOverview": "Yhteenveto",
+ "LabelShortOverview": "Lyhyt yhteenveto",
+ "LabelReleaseDate": "Julkaisupäivä",
+ "LabelPlaceOfBirth": "Syntymäpaikka",
+ "Aired": "Esitetty",
+ "LabelAirDays": "Esityspäivät",
+ "LabelAirTime": "Esitysaika",
+ "LabelRuntimeMinutes": "Kesto (minuuttia)",
+ "LabelCustomRating": "Oma ikäluokitus",
+ "LabelOriginalAspectRatio": "Alkuperäinen kuvasuhde",
+ "Label3DFormat": "3D-muoto",
+ "FormatValue": "Formaatti: {0}",
+ "DownloadsValue": "{0} latausta",
+ "HashMatch": "Hajautusarvon täsmäys",
+ "EnableExternalVideoPlayers": "Käytä ulkoisia videosoittimia",
+ "EnableExternalVideoPlayersHelp": "Erillisille soittimille näytetään valikko kun videon toisto aloitetaan.",
+ "HeaderSpecialEpisodeInfo": "Erikoisjakson tiedot",
+ "LabelAirsDuringSeason": "Esitetään kaudella",
+ "LabelAirsAfterSeason": "Esitetään kauden jälkeen",
+ "LabelAirsBeforeEpisode": "Esitetään ennen jaksoa",
+ "HeaderExternalIds": "Ulkoiset tietolähteet",
+ "HeaderDisplaySettings": "Näyttöasetukset",
+ "PlaylistOrder": "Toistolistan järjestys",
+ "CollectionOrder": "Kokoelman järjestys",
+ "LabelDisplayOrder": "Näyttöjärjestys",
+ "LabelFileOrder": "Tiedostojen järjestys",
+ "Display": "Näyttö",
+ "Countries": "Maat",
+ "Genres": "Tyylilajit",
+ "Studios": "Studiot",
+ "Tags": "Tunnisteet",
+ "Links": "Linkit",
+ "Movie": "Elokuva",
+ "Program": "Ohjelma",
+ "Channel": "Kanava",
+ "Episode": "Jakso",
+ "Season": "Kausien",
+ "HeaderMetadataSettings": "Metatietojen asetukset",
+ "People": "Henkilöt",
+ "Number": "Numero",
+ "Lock": "Lukitse",
+ "HeaderScreenLocked": "Näyttö lukittu",
+ "HeaderUnlockControls": "Avaa ohjauksen lukitus",
+ "HeaderTapToUnlock": "Avaa napauttamalla",
+ "LabelMetadataDownloadLanguage": "Ldattavien metatietojen ensisijainen kieli",
+ "LabelImageDownloadLanguage": "Ldattavien kuvitusten ensisijainen kieli",
+ "LabelLockItemToPreventChanges": "Lukitse tiedot ja estä automaattiset muutokset",
+ "LockThisField": "Lukitse kenttä estääksesi muutokset metatietojen päivityksen yhteydessä",
+ "MessageLeaveEmptyToInherit": "Kun tyhjä, peritään asetus ylemmältä tasolta tai käytetään globaalia oletusta.",
+ "LabelCountry": "Maa",
+ "LabelCertificationCountry": "Ikäluokituksen maa",
+ "CertificationCountryHelp": "Tämä määrittää käytettävän sisällönluokittelujärjestelmän.",
+ "LabelDynamicExternalId": "{0} ID",
+ "LabelBirthYear": "Syntymävuosi",
+ "LabelBirthDate": "Syntymäpäivä",
+ "LabelDeathDate": "Kuolinpäivä",
+ "LabelEndDate": "Päättymispäivä",
+ "LabelSeasonNumber": "Kauden numero",
+ "LabelEpisodeNumber": "Jakson numero",
+ "LabelTrackNumber": "Kappaleen numero",
+ "LabelNumber": "Numero",
+ "LabelDiscNumber": "Levyn numero",
+ "LabelParentNumber": "Isännän numero",
+ "SortName": "Lajittelunimi",
+ "OriginalTitle": "Alkuperäinen nimi",
+ "ReleaseDate": "Julkaisupäivä",
+ "Continuing": "Jatkuu",
+ "Ended": "Päättynyt",
+ "HeaderEnabledFields": "Aktiiviset kentät",
+ "HeaderEnabledFieldsHelp": "Lukitse kenttä poistamalla sen valinta ja estääksesi sisällön muutokset.",
+ "Backdrops": "Taustat",
+ "Images": "Kuvat",
+ "Runtime": "Kesto",
+ "ProductionLocations": "Tuotantosijainnit",
+ "BirthLocation": "Syntymäpaikka",
+ "ParentalRating": "Ikärajaluokitus",
+ "PlayCount": "Toistokerrat",
+ "Name": "Nimi",
+ "Overview": "Yhteenveto",
+ "LabelType": "Tyyppi",
+ "LabelPersonRole": "Rooli",
+ "LabelPersonRoleHelp": "Esimerkki: Jäätelöauton kuljettaja",
+ "Actor": "Näyttelijä",
+ "Composers": "Säveltäjät",
+ "Composer": "Säveltäjä",
+ "Director": "Ohjaaja",
+ "GuestStar": "Vieraileva tähti",
+ "Producer": "Tuottaja",
+ "Writer": "Kirjoittaja",
+ "MessageNoSyncJobsFound": "Latauksia ei löytynyt. Luo lataustehtävä käyttäen sovelluksen latauspainikkeita.",
+ "MessageNoDownloadsFound": "Ei yhteydetöntä toistoa varten ladattuja tiedostoja. Lataa mediasi yhteydetöntä käyttöä varten klikkaamalla sovellusten latauspainikkeita.",
+ "InstallingPackage": "Asennetaan {0}",
+ "PackageInstallCompleted": "{0} asennus on valmis.",
+ "PackageInstallFailed": "{0} asennus epäonnistui.",
+ "PackageInstallCancelled": "{0} asennus peruttu.",
+ "SeriesYearToPresent": "{0} - nykyhetki",
+ "OneDevice": "1 laite",
+ "DeviceCountValue": "{0} laitetta",
+ "OneLog": "1 loki",
+ "LogCountValue": "{0} lokia",
+ "OneVote": "1 ääni",
+ "VoteCountValue": "{0} ääntä",
+ "OneLike": "1 tykkäys",
+ "LikeCountValue": "{0} tykkäystä",
+ "OneUser": "1 käyttäjä",
+ "UserCountValue": "{0} käyttäjää",
+ "OneLibrary": "1 kirjasto",
+ "LibraryCountValue": "{0} kirjastoa",
+ "ValueOneItem": "1 kohde",
+ "ValueOneEpisode": "1 jakso",
+ "ValueEpisodeCount": "{0} jaksoa",
+ "Albums": "Albumit",
+ "Song": "Kappaleiden",
+ "Songs": "Kappaleet",
+ "Authors": "Tekijät",
+ "Books": "Kirjat",
+ "AudioBooks": "Äänikirjat",
+ "HeaderAudioBooks": "Äänikirjat",
+ "HeaderAudioBook": "Äänikirja",
+ "HeaderIdentifyItemHelp": "Syötä yksi tai useampi hakukriteeri. Poista kriteeri lisätäksesi hakutuloksia.",
+ "PleaseEnterNameOrId": "Lisää nimi tai ulkoinen ID-tunniste",
+ "MessageItemSaved": "Kohde tallennettu.",
+ "SearchResults": "Hakutulokset",
+ "ServerNameIsRestarting": "Palvelin - {0} - Käynnistyy uudelleen.",
+ "ServerNameIsShuttingDown": "Palvelin - {0} - Sammuu.",
+ "HeaderDeleteItems": "Poista kohteet",
+ "ConfirmDeleteItems": "Kohteiden poisto poistaa ne sekä tiedostojärjestelmästä, että kirjastostasi.",
+ "PleaseRestartServerName": "Käynnistä Emby-palvelin kohteessa {0} uudelleen",
+ "ConvertingDots": "Muunnetaan...",
+ "LabelSyncNoTargetsHelp": "Näyttää siltä, ettei sinulla ole sovelluksia, jotka tukevat yhteydetöntä latausta.",
+ "DownloadingDots": "Ladataan...",
+ "LearnMore": "Lue lisää",
+ "LabelBitrateMbps": "Bittinopeus (Mbps)",
+ "ConvertUnwatchedVideosOnly": "Muunna vain toistamattomat videot",
+ "SyncUnwatchedVideosOnly": "Lataa vain toistamattomat videot",
+ "ConvertUnwatchedVideosOnlyHelp": "Muunnetaan vain videot, joita ei ole toistettu.",
+ "SyncUnwatchedVideosOnlyHelp": "Vain videot, joita ei ole merkitty täysin toistetuksi ladataan ja poistetaan laitteelta kun ne on täysin toistettu.",
+ "AutomaticallySyncNewContent": "Lataa uusi sisältö automaattisesti",
+ "AutomaticallySyncNewContentHelp": "Tähän kansioon lisätty sisältö ladataan automaattisesti laitteeseen.",
+ "AutomaticallyConvertNewContent": "Muunna uusi sisältö automaattisesti",
+ "AutomaticallyConvertNewContentHelp": "Tähän kansioon lisätty sisältö muunnetaan automaattisesti.",
+ "LabelItemLimit": "Kohteiden raja",
+ "ConvertItemLimitHelp": "Aseta valinnainen raja muunnettavien kohteiden määrälle.",
+ "DownloadItemLimitHelp": "Aseta valinnainen raja ladattavien kohteiden määrälle.",
+ "PleaseSelectDeviceToSyncTo": "Valitse laite, jolle ladataan.",
+ "Screenshots": "Kuvakaappaukset",
+ "MoveRight": "Siirrä oikealle",
+ "MoveLeft": "Siirrä vasemmalle",
+ "HeaderUploadNewImage": "Lataa uusi kuva",
+ "HeaderDeleteImage": "Poista kuva",
+ "ConfirmDeleteImage": "Haluatko poistaa kuvan?",
+ "HeaderEditImages": "Muokkaa kuvia",
+ "Settings": "Asetukset",
+ "ShowIndicatorsFor": "Näytä ilmaisimet:",
+ "Episodes": "Jaksot",
+ "Programs": "Ohjelmat",
+ "HeaderCastCrew": "Näyttelijät ja tiimi",
+ "DvrSubscriptionRequired": "Embyn televisiolähetykset ja tallennus vaativat aktiivisen {0} Emby Premiere -tilauksen {1}.",
+ "HeaderCancelRecording": "Peruuta tallennus",
+ "HeaderKeepRecording": "Jatka tallennusta",
+ "HeaderCancelSeries": "Peruuta sarja",
+ "HeaderKeepSeries": "Pidä sarja",
+ "HeaderLearnMore": "Lue lisää",
+ "SeriesSettings": "Sarjan asetukset",
+ "HeaderRecordingOptions": "Tallennusvalinnat",
+ "HeaderDoNotRecord": "Älä tallenna",
+ "HeaderSeriesOptions": "Sarjan valinnat",
+ "Layout": "Asetelma",
+ "Channels": "Kanavat",
+ "ChannelNameOnly": "Vain kanava {0}",
+ "Anytime": "Koska tahansa",
+ "AnyLanguage": "Mikä tahansa",
+ "AroundTime": "Ympäri {0}",
+ "HeaderLatestMovies": "Viimeisimmät elokuvat",
+ "All": "Kaikki",
+ "Stop": "Lopeta",
+ "AllChannels": "Kaikki kanavat",
+ "NewEpisodesOnly": "Vain uudet jaksot",
+ "AllEpisodes": "Kaikki jaksot",
+ "LabelStartWhenPossible": "Aloita kun mahdollista",
+ "LabelStopWhenPossible": "Lopeta kun mahdollista",
+ "MinutesBefore": "minuuttia ennen",
+ "MinutesAfter": "minuuttia jälkeen",
+ "SkipEpisodesAlreadyInMyLibrary": "Älä tallenna jaksoja, jotka ovat jo kirjastossani",
+ "SkipEpisodesAlreadyInMyLibraryHelp": "Jaksoja verrataan käyttäen kauden ja jakson numeroita, jos ne ovat saatavilla.",
+ "LabelKeepUpTo": "Säilytä",
+ "AsManyAsPossible": "Niin monta kuin mahdollista",
+ "DefaultErrorMessage": "Pyynnön käsittelyssä ilmeni virhe. Yritä myöhemmin uudelleen.",
+ "UntilIDelete": "Kunnes poistan",
+ "UntilSpaceNeeded": "Kunnes levytilaa tarvitaan",
+ "Categories": "Kategoriat",
+ "Sports": "Urheilu",
+ "News": "Uutiset",
+ "Movies": "Elokuvat",
+ "Music": "Musiikki",
+ "Kids": "Lapset",
+ "MoreFromValue": "Lisää: {0}",
+ "DiedValue": "Kuoli: {0}",
+ "BornValue": "Syntymäaika: {0}",
+ "EnableColorCodedBackgrounds": "Käytä sarjoille niiden kategorioihin perustuvia taustavärejä",
+ "SortChannelsBy": "Järjestä kanavat",
+ "ChannelNumber": "Kanavan numero",
+ "HeaderBenefitsEmbyPremiere": "Emby Premier -tilauksen edut",
+ "ThankYouForTryingEnjoyOneMinute": "Nauti toistosta yksi minuutti. Kiitos kun kokeilit Embyä.",
+ "HeaderTryPlayback": "Kokeile toistoa",
+ "HowDidYouPay": "Kuinka sinä maksoit?",
+ "IHaveEmbyPremiere": "Minulla on Emby Premiere -tilaus",
+ "IPurchasedThisApp": "Ostin tämän sovelluksen",
+ "ButtonRestorePreviousPurchase": "Palauta osto",
+ "ButtonUnlockWithPurchase": "Avaa lukitus ostolla",
+ "ButtonUnlockPrice": "Avaa {0}",
+ "EmbyPremiereMonthlyWithPrice": "Emby Premiere -tilaus kuukausilaskutuksella {0}",
+ "HeaderAlreadyPaid": "Maksoitko jo?",
+ "ButtonPlayOneMinute": "Toista yksi minuutti",
+ "PlaceFavoriteChannelsAtBeginning": "Sijoita suosikkikanavat alkuun",
+ "HeaderUnlockFeature": "Avaa ominaisuus",
+ "MessageDidYouKnowCinemaMode": "Tiesitkö, että Emby Premierellä voit parantaa katselukokemustasi lisäominaisuuksilla kuten teatteritilalla?",
+ "HeaderPlayMyMedia": "Toista omaa mediaa",
+ "HeaderDiscoverEmbyPremiere": "Tutustu Emby Premier -tilaukseen",
+ "HeaderNowPlaying": "Toistetaan nyt",
+ "Items": "Kohteet",
+ "AppName": "Sovelluksen nimi",
+ "OneChannel": "Yksi kanava",
+ "ConfirmRemoveDownload": "Poista lataus?",
+ "ConfirmRemoveItem": "Poistetaanko kohde?",
+ "RemoveDownload": "Poista lataus",
+ "ConfirmCancelConversion": "Perutaanko muunto?",
+ "CancelConversion": "Peru muunto",
+ "KeepDownload": "Säilytä lataus",
+ "AddedOnValue": "Lisätty {0}",
+ "RemovingFromDevice": "Poistetaan laitteesta",
+ "KeepOnDevice": "Pidä laitteessa",
+ "CancelDownload": "Peru lataus",
+ "SyncJobItemStatusReadyToTransfer": "Valmis siirtoon",
+ "SyncJobItemStatusSyncedMarkForRemoval": "Poistetaan laitteesta",
+ "SyncJobItemStatusQueued": "Jonossa",
+ "SyncJobItemStatusConverting": "Muunnetaan",
+ "SyncJobItemStatusTransferring": "Siirretään",
+ "SyncJobItemStatusSynced": "Ladataan",
+ "Failed": "Epäonnistui",
+ "SyncJobItemStatusRemovedFromDevice": "Poistettu laitteesta",
+ "Cancelled": "Peruttu",
+ "Retry": "Uudelleen",
+ "Continue": "Jatka",
+ "ContinueInSecondsValue": "Jatka {0} sekunnin kuluttua.",
+ "HeaderRemoteControl": "Kauko-ohjaus",
+ "Disconnect": "Katkaise yhteys",
+ "EnableDisplayMirroring": "Käytä näytön peilausta",
+ "RemoteAccess": "Etäyhteys",
+ "HeaderPlayOn": "Toista soittimessa",
+ "Quality": "Laatu",
+ "Auto": "Automaattinen",
+ "AndroidUnlockRestoreHelp": "Palauttaaksesi edellisen ostosi, varmista, että olet kirjautunut laitteeseen samalla Google (tai Amazon) tunnuksella, jolla ostos on alunperin tehty. Varmista, että sovelluskauppa on toiminnassa ja etteivät ikärajoitukset vaikuta sen toimintaan. Varmista myös, että palvelimen internet-yhteys toimii. Sinun täytyy tehdä tämä vain kerran palauttaaksesi aiemman ostosi.",
+ "HeaderAspectRatio": "Kuvasuhde",
+ "Original": "Alkuperäinen",
+ "Fill": "Täytä",
+ "Cover": "Kansi",
+ "MessageNoServersAvailableToConnect": "Ei palvelimia, joihin yhdistää. Jos sinut on kutsuttu jakamaan palvelin, varmista, että hyväksyt kutsun alta ennen kuin klikkaat viestissä olevaa linkkiä.",
+ "MessagePlayAccessRestricted": "Tämän sisällön toistoa on rajoitettu. Ota yhteyttä palvelimen ylläpitoon saadaksesi lisätietoja.",
+ "Accept": "Hyväksy",
+ "Reject": "Kieltäydy",
+ "Connect": "Yhdistä",
+ "HeaderMyMedia": "Oma media",
+ "HeaderMyMediaSmall": "Oma media (pieni)",
+ "LatestFromLibrary": "Viimeisimmät: {0}",
+ "HeaderLatestEpisodes": "Viimeisimmät jaksot",
+ "ContinuePlaying": "Jatka toistoa",
+ "ContinueWatching": "Jatka katselua",
+ "HeaderLatestChannelMedia": "Viimeisin kanavasisältö",
+ "HeaderContinueWatching": "Jatka katselua",
+ "HeaderContinueListening": "Jatka kuuntelua",
+ "HeaderActiveRecordings": "Aktiiviset tallennukset",
+ "HeaderLatestRecordings": "Viimeisimmät tallennukset",
+ "LabelConvertTo": "Muunna kohteeseen",
+ "LabelDownloadTo": "Lataa kohteeseen",
+ "HeaderDownloadToDots": "Lataa kohteeseen...",
+ "Next": "Seuraava",
+ "LabelSource": "Lähde",
+ "VersionNumber": "Versio {0}",
+ "HeaderAllLanguages": "Kaikki kielet",
+ "Previous": "Edellinen",
+ "HeaderNextUp": "Seuraavaksi",
+ "HeaderPlayNextUp": "Toista seuraava",
+ "HeaderLatestFrom": "Viimeisin lähteestä {0}",
+ "LabelHomeScreenSectionValue": "Kotinäytön osio {0}",
+ "PasswordResetComplete": "Salasana on palauttettu.",
+ "PasswordSaved": "Salasana tallennettu.",
+ "SettingsSaved": "Asetukset tallennettu.",
+ "Upcoming": "Tulevat",
+ "HeaderSelectImageFile": "Valitse kuvatiedosto",
+ "None": "Ei mitään",
+ "More": "Enemmän",
+ "Up": "Ylös",
+ "Down": "Alas",
+ "Home": "Koti",
+ "Back": "Takaisin",
+ "Random": "Satunnainen",
+ "Playback": "Toisto",
+ "Favorites": "Suosikit",
+ "HeaderHomeScreen": "Kotinäyttö",
+ "HeaderLatestChannelItems": "Viimeisin kanavasisältö",
+ "HeaderLibraryOrder": "Kirjaston järjestys",
+ "HeaderOnNow": "Nyt käynnisssä",
+ "HeaderForKids": "Lapsille",
+ "HeaderPlaybackError": "Toistovirhe",
+ "PlaybackErrorNotAllowed": "Sinulla ei ole oikeutta toistaa tätä sisältöä. Ota yhteyttä järjestelmäsi ylläpitoon saadaksesi lisätietoja.",
+ "RateLimitExceeded": "Tilisi on ylittänyt sinulle palvelimella asetetun suoratoiston maksimimäärän. Ota yhteyttä palvelimen ylläpitoon saadaksesi lisätietoja.",
+ "PlaybackErrorNoCompatibleStream": "Yhteensopivia mediavirtoja ei ole saatavilla. Yritä uudelleen myöhemmin tai ota yhteyttä järjestelmäsi ylläpitoon saadaksesi lisätietoja.",
+ "PlaybackErrorPlaceHolder": "Aseta asemaan levy toistaaksesi tämän videon.",
+ "PlaybackErrorNoPlayableItems": "Toistettavia kohteita ei löytynyt. Yritätkö toistaa tyhjää kansiota?",
+ "Guide": "TV-opas",
+ "Games": "Pelit",
+ "GameSystem": "Pelijärjestelmä",
+ "Suggestions": "Ehdotukset",
+ "HeaderFavoriteChannels": "Suosikkikanavat",
+ "HeaderFavoriteCollections": "Suosikkikokoelmat",
+ "HeaderFavoritePlaylists": "Suosikkisoittolistat",
+ "Collection": "Kokoelma",
+ "Collections": "Kokoelmat",
+ "LabelSelectFolderGroups": "Ryhmittele sisältö automaattisesti seuraavista kansioista näkymiin, kuten \"Elokuvat\", \"Musiikki\" ja \"Televisio\":",
+ "LabelSelectFolderGroupsHelp": "Ei valitut kansiot näytetään erillään, omassa näkymässään.",
+ "Mute": "Mykistä",
+ "Unmute": "Poista mykistys",
+ "Folder": "Kansio",
+ "Folders": "Kansiot",
+ "FileName": "Tiedostonimi",
+ "DisplayInOtherHomeScreenSections": "Näytä kotinäytön osioissa, kuten \"Viimeisin media\" ja \"Jatka katselua\"",
+ "DisplayInMyMedia": "Näytä kotinäytössä",
+ "Shows": "Sarjat",
+ "MoviesAndShows": "Elokuvat ja sarjat",
+ "HeaderMusicVideo": "Musiikkivideoiden",
+ "HeaderMusicVideos": "Musiikkivideot",
+ "MusicVideos": "Musiikkivideot",
+ "Videos": "Videot",
+ "MixedContent": "Sekalainen sisältö",
+ "HomeVideos": "Kotivideot",
+ "HomeVideosAndPhotos": "Kotivideot & valokuvat",
+ "TVShows": "Sarjat",
+ "HeaderLibraryFolders": "Kirjaston kansiot",
+ "HeaderTermsOfPurchase": "Ostoehdot",
+ "PrivacyPolicy": "Tietosuojakäytäntö",
+ "TermsOfUse": "Käyttöehdot",
+ "HeaderRepeatMode": "Uudelleentoiston tila",
+ "HeaderToneMapping": "Sävykartoitus",
+ "RepeatOne": "Uudelleentoista yksi",
+ "RepeatAll": "Uudelleentoista kaikki",
+ "LabelDefaultScreen": "Oletusnäyttö",
+ "ConfirmEndPlayerSession": "Haluatko sulkea Embyn - {0}?",
+ "Yesterday": "Eilen",
+ "Yes": "Kyllä",
+ "No": "Ei",
+ "HeaderScanLibraryFiles": "Päivitä kirjasto",
+ "LiveTV": "Televisio",
+ "Schedule": "Aikataulu",
+ "Recordings": "Tallenteet",
+ "ScanForNewAndUpdatedFiles": "Skannaa uusia ja päivitettyjä tiedostoja",
+ "NewVersionOfXAvailableForY": "{0} on saatavilla kohteeseen {1}",
+ "DirectStreamHelp1": "Media on yhteensopiva resoluution ja tyypin (H.264, AC3, jne.) osalta, muttei sisältötyypin (.mkv, .avi, .wmv, jne.) osalta. Video paketoidaan uudelleen lennossa ennen sen välitystä soittimelle.",
+ "DirectStreamHelp2": "Kun suoratoistetaan ilman muunnosta, vaatii toisto vähemmän suorituskykyä laadun heikentymättä.",
+ "MediaIsBeingConverted": "Media muunnetaan formaattiin, joka on yhteensopiva soittimen kanssa.",
+ "StatsForNerds": "Statseja nörteille",
+ "HeaderHardwareAcceleratedDecoding": "Laitteistokiihdytetty dekoodaus",
+ "HeaderHardwareAcceleratedEncoding": "Laitteistokiihdytetty enkoodaus",
+ "HeaderDirectPlay": "Direct-toisto",
+ "DirectPlaying": "Direct-toisto",
+ "DirectStreaming": "Direct-suoratoisto",
+ "Transcode": "Transkoodaa",
+ "Transcoding": "Transkoodaus",
+ "ContainerBitrateExceedsLimit": "Median bittinopeutta lasketaan laatuasetuksen johdosta",
+ "VideoCodecNotSupported": "Muunnetaan video yhteensopivalle koodekille",
+ "AudioCodecNotSupported": "Muunnetaan ääni yhteensopivalle koodekille",
+ "SubtitleCodecNotSupported": "Upotetaan tekstitykset suoraan videoon",
+ "DirectPlayError": "Palaudutaan toistovirheestä",
+ "ContainerNotSupported": "Muunnetaan säiliömuoto yhteensopivaksi",
+ "VideoLevelNotSupported": "Muunnetaan videotaso yhteensopivaksi",
+ "AudioBitrateNotSupported": "Muunnetaan äänen bittionpeus yhteensopivaksi",
+ "AudioChannelsNotSupported": "Muunnetaan äänikanavien määrä yhteensopivaksi",
+ "VideoResolutionNotSupported": "Muunnetaan videon resoluutiota yhteensopivaksi",
+ "AudioProfileNotSupported": "Muunnetaan äänen profiili yhteensopivaksi",
+ "AudioSampleRateNotSupported": "Muunnetaan äänen näytteenottotaajuus yhteensopivaksi",
+ "AnamorphicVideoNotSupported": "Anamorfista videota ei tueta",
+ "InterlacedVideoNotSupported": "Poistetaan lomitus videosta",
+ "SecondaryAudioNotSupported": "Valitaan toinen ääniraita",
+ "ExternalAudioNotSupported": "Selecting external audio track",
+ "ErrorRemovingEmbyConnectAccount": "Emby Connect -tilin poistossa ilmeni ongelma. Varmista, että palvelimen internet-yhteys toimii.",
+ "HeaderEmbyAccountRemoved": "Emby Connect -tili on poistettu",
+ "MessageEmbyAccontRemoved": "Emby Connect -tili on poistettu tältä käyttäjältä",
+ "HeaderInvitationSent": "Kutsu lähetetty",
+ "Offline": "Ei yhteyttä",
+ "HeaderSignUp": "Rekisteröidy",
+ "ServerDownloadMessage": "Ladataksesi ja asentaaksesi ilmaisen Emby-palvelimen, vieraile osoitteessa {0}",
+ "ServerDownloadMessageWithoutLink": "Ladataksesi ja asentaaksesi ilmaisen Emby-palvelimen, vieraile Embyn verkkosivuilla.",
+ "MessageInvitationSentToUser": "Sähköposti on lähetetty käyttäjälle {0}, sisältäen jakokutsusi hyväksyntäpyynnön.",
+ "MessageInvitationSentToNewUser": "Sähköposti on lähetetty käyttäjälle {0}, sisältäen kutsun Emby Connect -tilin luontiin.",
+ "GuestUserNotFound": "Käyttäjää ei löytynyt. Varmista, että nimi on oikein ja yritä uudelleen tai yritä syöttää heidän sähköpostiosoitteensa.",
+ "ErrorReachingEmbyConnect": "Emby Connect -palvelimen tavoittamissessa ilmeni ongelma. Varmista, että palvelimen internet-yhteys toimii ja yritä uudelleen.",
+ "ErrorAddingEmbyConnectAccount1": "Emby Connect -tilin lisäyksessä ilmeni ongelma. Oletko luonut Emby Connect -tilin? Luo tili osoitteessa {0}.",
+ "ErrorAddingEmbyConnectAccount2": "Jos sinulla on vielä ongelmia, lähetä sähköposti osoitteeseen {0} osoitteesta, jota käytit tilin luonnissa.",
+ "ErrorAddingGuestAccount1": "Emby Connect -tilin lisäyksessä havaittiin ongelma. Onko vieraasi luonut Emby Connect -tilin? He voivat tehdä sen täällä {0}.",
+ "ErrorAddingGuestAccount2": "Jos sinulla on vielä ongelmia, lähetä sähköposti osoitteeseen {0} ja sisällytä viestiin sekä sinun, että heidän sähköpostiosoitteet.",
+ "MessageEmbyAccountAdded": "Emby Connect -tili on lisätty tälle käyttäjälle.",
+ "MessagePendingEmbyAccountAdded": "Emby Connect -tili on lisätty tälle käyttäjälle. Tilin omistajalle lähetetään sähköposti, jonka sisältämää linkkiä klikkaamalla hänen on vahvistettava kutsu.",
+ "HeaderEmbyAccountAdded": "Emby Connect -tili on lisätty",
+ "Skip": "Ohita",
+ "HeaderAdditionalParts": "Lisäosat",
+ "ButtonGenerateNewPin": "Luo uusi PIN-koodi",
+ "ConnectLoginHelp1": "Emby Connect -tilin avulla pääset palvelimellesi helposti missä tahansa oletkaan ja voit jakaa palvelimesi perheesi ja kavereidesi kanssa.",
+ "CreatePinErrorMessage": "PIN-koodin luonnissa tapahtui virhe. Yritä uudelleen painamalla \"Luo uusi PIN-koodi\".",
+ "PinExpiredMessage": "PIN-koodi on vanhentunut. Luo uusi koodi painamalla \"Luo uusi PIN-koodi\".",
+ "ConnectPinCodeHeader": "Kirjautuaksesi Emby Connect -palveluun, avaa osoite {0} mobiililaiteella tai tietokoneella ja syötä seuraava PIN-koodi:",
+ "LabelSubtitlePlaybackMode": "Tekstitystila",
+ "ErrorDeletingItem": "Palvelimella tapahtui virhe kohdetta poistettaessa. Tarkista, että palvelimella on kirjoitusoikeudet mediakansioihin ja yritä uudelleen.",
+ "NoSubtitles": "Ei tekstityksiä",
+ "Default": "Oletus",
+ "Absolute": "Absoluuttinen",
+ "Smart": "Älykäs",
+ "Small": "Pieni",
+ "Smaller": "Pienempi",
+ "Medium": "Keskikoko",
+ "Large": "Suuri",
+ "Larger": "Suurempi",
+ "ExtraLarge": "Erittäin suuri",
+ "ExtraSmall": "Erittäin pieni",
+ "Forced": "Pakotettu",
+ "External": "Ulkoinen",
+ "HeaderEmbeddedTitle": "Upotettu nimi",
+ "OnlyForcedSubtitles": "Vain pakotetut tekstitykset",
+ "AlwaysPlaySubtitles": "Toista tekstitykset aina",
+ "DefaultSubtitlesHelp": "Tekstitykset ladataan perustuen metatietojen sisältöön. Kieliasetukset huomioidaan, kun useita vaihtoehtoja on saatavilla.",
+ "SmartSubtitlesHelp": "Kieliasetuksia vastaava tekstitys ladataan, kun ääniraita on vieraskielinen.",
+ "HeaderSubtitleSettings": "Tekstitysasetukset",
+ "HeaderSubtitleAppearance": "Tekstityksen ulkoasu",
+ "OnlyForcedSubtitlesHelp": "Vain pakotetut tekstitykset ladataan.",
+ "AutoSelectHearingImpairedHelp": "Kieliasetuksia vastaavat tekstitykset ladataan painottaen kuulorajoitteisille (SDH) tarkoitettuja ääniraitoja.",
+ "AlwaysPlaySubtitlesHelp": "Kieliasetuksia vastaava tekstitys ladataan riippumatta ääniraidan kielestä.",
+ "NoSubtitlesHelp": "Oletusarvoisesti tekstitystä ei käytetä, mutta ne voidaan kuitenkin ottaa käyttöön manuaalisesti toiston aikana.",
+ "LabelPreferredSubtitleLanguage": "Ensisijainen tekstityskieli",
+ "LabelTextSize": "Tekstin koko",
+ "TheseSettingsAffectSubtitlesOnThisDevice": "Nämä asetukset vaikuttavat tekstityksiin tässä laitteessa",
+ "LabelDropShadow": "Varjo",
+ "LabelTextBackgroundColor": "Tekstin taustaväri",
+ "LabelWindowBackgroundColor": "Tekstin taustaväri",
+ "LabelFont": "Fontti",
+ "LabelTextColor": "Tekstin väri",
+ "LabelBackgroundColor": "Taustaväri",
+ "LabelBackgroundOpacity": "Taustan näkyvyys",
+ "Raised": "Korotettu",
+ "Depressed": "Upotettu",
+ "Uniform": "Tasavahva",
+ "DropShadow": "Varjo",
+ "SmallCaps": "Kapiteelit",
+ "SubtitleAppearanceSettingsDisclaimer": "Nämä asetukset eivät vaikuta graafisiin tekstityksiin (PGS, DVD, jne.) tai tekstityksiin, jotka sisältävätä omia tyylejä (ASS/SSA).",
+ "Normal": "Normaali",
+ "HeaderWaitingForWifi": "Odotetaan Wi-Fi -yhteyttä",
+ "WifiRequiredToDownload": "Wi-Fi -yhteys vaaditaan latauksen jatkamiseksi.",
+ "DownloadOnlyOnWifi": "Lataa vain Wi-Fi -yhteydellä",
+ "LabelMusicDownloadQuality": "Musiikin latauslaatu",
+ "MusicDownloadQualityHelp": "Palvelin muuntaa suuremman bittinopeuden äänitiedostot. Valitse korkeampi arvo parempaa laatua varten tai pienempi arvo säästääksesi levytilaa.",
+ "HeaderDownloadSettings": "Latausasetukset",
+ "LabelDownloadLocation": "Lataussijainti",
+ "BrowseForFolder": "Selaa kansiota",
+ "Unlimited": "Rajoittamaton",
+ "NoLimit": "Ei rajoitusta",
+ "Hide": "Piilota",
+ "HeaderKeepWatching": "Jatka katselua",
+ "HeaderNextEpisode": "Seuraava jakso",
+ "AudioBitDepthNotSupported": "Muunnetaan äänen bittisyvyys yhteensopivaksi",
+ "VideoBitrateNotSupported": "Converting to compatible video bitrate",
+ "VideoProfileNotSupported": "Muunnetaan videon profiili yhteensopivaksi",
+ "VideoFramerateNotSupported": "Muunnetaan videon kuvataajuus yhteensopivaksi",
+ "VideoBitDepthNotSupported": "Muunnetaan videon bittisyvyys yhteensopivaksi",
+ "RefFramesNotSupported": "Muunnetaan videon viitekehysten määrä yhteensopivaksi",
+ "ErrorConnectServerUnreachable": "Pyydetyn toiminnon suorittamisessa ilmeni ongelma. Palvelimesi ei voinut yhdistää Emby Connect -palvelimeemme {0}. Varmista, että palvelimen internet-yhteys toimii ja ettei palomuuri ja/tai tietoturvaohjelma estä tiedonsiirtoa.",
+ "HeaderStopRecording": "Lopeta tallennus",
+ "ManageRecording": "Hallitse tallennetta",
+ "LabelDropImageHere": "Pudota kuva tähän tai klikkaa selataksesi.",
+ "MessageFileReadError": "Virhe tiedoston lukemisessa. Yritä uudelleen.",
+ "Browse": "Selaa",
+ "HeaderUploadImage": "Lähetä kuva",
+ "HeaderAddUpdateImage": "Lisää/Poista kuva",
+ "HeaderShowFields": "Näytettävät tiedot",
+ "LabelView": "Näkymä",
+ "LabelImageType": "Kuvan tyyppi",
+ "Upload": "Lähetä",
+ "Primary": "Juliste",
+ "PrimaryImageBlur": "Pääkuvan sumennus",
+ "Art": "Taide",
+ "Backdrop": "Tausta",
+ "Banner": "Banneri",
+ "Box": "Kotelo",
+ "BoxRear": "Kotelo (takaa)",
+ "Disc": "Levy",
+ "Logo": "Logo",
+ "LogoDark": "Logo (tumma versio)",
+ "LogoLight": "Logo (vaalea versio)",
+ "LogoLightColor": "Logo (värikäs vaalea)",
+ "Menu": "Valikko",
+ "Screenshot": "Kuvakaappaus",
+ "Thumb": "Pienkuva",
+ "HeaderAudioSettings": "Ääniasetukset",
+ "LabelAudioLanguagePreference": "Äänen ensisijainen kieli",
+ "LabelPlayDefaultAudioTrack": "Toista oletusääniraita kielestä riippumatta",
+ "HeaderVideoQuality": "Videon laatu",
+ "CinemaModeConfigurationHelp": "Teatteritila tarjoaa sinulle aidon teatterikokemuksen trailereilla ja muulla mukautetulla sisällöllä ennen varsinaista elokuvaa.",
+ "ShowUpNextPreview": "Näyt seuraavan toiston esikatselu",
+ "ShowUpNextPreviewHelp": "Näytä nykyisen toiston lähestyessä loppua tietoja seuraavaksi toistettavasta kohteesta.",
+ "PlayNextEpisodeAutomatically": "Toista seuraava jakso automaattisesti",
+ "LabelMaxChromecastBitrate": "Chromecast-suoratoiston laatu",
+ "LabelSkipBackLength": "Taaksekelauksen painalluksen kesto",
+ "LabelSkipForwardLength": "Eteen kelauksen painalluksen kesto",
+ "EnableCinemaMode": "Teatteritila",
+ "LabelInternetQuality": "Toiston laatu etäverkossa",
+ "LabelCellularQuality": "Toiston laatu etäverkossa (mobiiliyhteydellä)",
+ "HeaderMusicQuality": "Musiikin laatu",
+ "LabelHomeNetworkQuality": "Toiston laatu lähiverkossa",
+ "HeaderLatestMedia": "Viimeisin media",
+ "HeaderRestartingEmbyServer": "Palvelin käynnistyy uudelleen",
+ "RestartPleaseWaitMessage": "Odota, että palvelin käynnistyy uudelleen. Tämä saattaa kestää hetken.",
+ "HeaderPlayNext": "Seuraava",
+ "AutoBasedOnLanguageSetting": "Automaattinen (laitteen oletus)",
+ "SameAsMainTheme": "Seuraa pääteemaa",
+ "LabelDateTimeLocale": "Päiväyksen ja kellonajan alue",
+ "Genre": "Lajityyppi",
+ "DirectorValue": "Ohjaaja: {0}",
+ "DirectorsValue": "Ohjaajat: {0}",
+ "GenreValue": "Tyylilaji: {0}",
+ "GenresValue": "Tyylilaji: {0}",
+ "TagsValue": "Tunnisteet: {0}",
+ "Off": "Pois",
+ "Title": "Nimi",
+ "Year": "Vuosi",
+ "Filter": "Suodata",
+ "Filters": "Suodattimet",
+ "Unplayed": "Toistamaton",
+ "LabelTVHomeScreen": "Televisiotilan kotinäyttö",
+ "Horizontal": "Vaakasuora",
+ "Vertical": "Pystysuora",
+ "HeaderGroupBy": "Ryhmittely",
+ "HeaderMediaType": "mediatyyppi",
+ "GroupBySeries": "Ryhmittele sarjan mukaan",
+ "HeaderVideoType": "Videon tyyppi",
+ "HeaderSeriesStatus": "Sarjan tila",
+ "Features": "Lisämateriaali",
+ "Trailers": "Trailerit",
+ "Extras": "Lisämateriaali",
+ "ThemeSongs": "Tunnusmusiikki",
+ "ThemeVideos": "Tunnusvideot",
+ "HeaderFavoriteMovies": "Suosikkielokuvat",
+ "HeaderFavoritePhotos": "Suosikkikuvat",
+ "HeaderFavoriteShows": "Suosikkisarjat",
+ "HeaderFavoriteEpisodes": "Suosikkijaksot",
+ "HeaderFavoriteVideos": "Suosikkivideot",
+ "HeaderFavoriteMusicVideos": "Musiikkivideosuosikit",
+ "HeaderFavoriteGames": "Suosikkipelit",
+ "HeaderFavoriteArtists": "Suosikkiesittäjät",
+ "HeaderFavoriteAlbums": "Suosikkialbumit",
+ "HeaderFavoriteSongs": "Suosikkikappaleet",
+ "HeaderFavoriteAuthors": "Suosikkikirjailijat",
+ "HeaderFavoriteAudioBooks": "Suosikkiäänikirjat",
+ "Ascending": "Nouseva",
+ "Descending": "Laskeva",
+ "HeaderColorPrimaries": "Ensisijaiset värit",
+ "HeaderColorSpace": "Väriavaruus",
+ "HeaderColorTransfer": "Värinsiirto",
+ "HeaderVideoRange": "Videoalue",
+ "SeriesDisplayOrderHelp": "Järjestä jaksot esitysajankohdan, DVD-järjestyksen tai absoluuttisen numeroinnin perusteella.",
+ "LabelVerticalPositionFromBottom": "Pystysuora sijainti (alhaalta)",
+ "HeaderFavoritePeople": "Suosikkihenkilöt",
+ "MultiSelect": "Monivalinta",
+ "HeaderSignOut": "Kirjaudu ulos",
+ "HeaderSelectServer": "Valitse palvelin",
+ "HeaderChangeServer": "Vaihda palvelinta",
+ "HeaderChangeUser": "Vaihda käyttäjää",
+ "HeaderAppSettings": "Sovelluksen asetukset",
+ "HeaderLoginSettings": "Kirjautumisasetukset",
+ "LabelRememberLogin": "Muista kirjautuminen",
+ "LabelAutomaticallySignOut": "Automaattinen uloskirjautuminen",
+ "BetaTesterMessage": "Kiitos, että olet Embyn betatestaaja! Jätä palautetta {0}yhteisön testausalueelle{1}.",
+ "HardwareAccelerated": "Laitteistokiihdytetty",
+ "Software": "Ohjelmisto",
+ "Metadata": "Metatiedot",
+ "HeaderMediaInfo": "Mediatiedot",
+ "Locked": "Lukittu",
+ "HeaderSplitVersionsApart": "Erota yhdistetyt mediatiedostot",
+ "Any": "Mikä tahansa",
+ "Admin": "Hallinta",
+ "HeaderReadMore": "Laajenna teksti",
+ "CustomRatingHelp": "Omaa ikärajaluokitusta käytetään lapsilukon ikärajaluokituksen arviointiin, mutta sitä ei näytetä. Normaali ikärajaluokitus näytetään.",
+ "KeepUpToHelp": "Tallenteet, jotka ovat yli rajan poistetaan kun seuraava tallennus alkaa. Vanhimmat tallenteet poistetaan ensin lisäyspäivän mukaan.",
+ "NoItemsMatchingFound": "Hakukriteereilläsi ei löytynyt tuloksia.",
+ "TwoSearchCharsRequired": "Syötä ainakin kaksi merkkiä.",
+ "PreventPlaybackContinuing": "Estä loputon toisto vaatimalla käyttäjältä ajoittain toimia.",
+ "PromptStillWatching": "Käytä \"Vieläkö katsot?\" kysymystä",
+ "HeaderMissingMetadata": "Puuttuvat metatiedot",
+ "HeaderIncludedIn": "Sisältyy",
+ "EmbyConnectUserAlreadyLinked": "Emby Connect -tili on jo liitetty olemassa olevaan paikalliseen käyttäjään. Tili voidaan liittää vain yhteen paikalliseen tiliin kerrallaan.",
+ "VideoFilesWillBeConvertedTo": "Muunnetut videot tallennetaan {0}.",
+ "VideoWillBeConvertedTo": "Videovirrat muunnetaan {0} tai kopioidaan alkuperäisestä tiedostosta jos ne ovat jo {0} ja laatu vastaa muuntoasetuksia.",
+ "VideoWillBeConvertedToOrCopied": "Videovirrat muunnetaan {0} tai kopioidaan alkuperäisestä tiedostosta jos ne ovat mitään seuraavista {1} ja laatu vastaa muuntoasetuksia.",
+ "AudioWillBeConvertedTo": "Äänivirrat muunnetaan {0} tai kopioidaan alkuperäisestä tiedostosta jos ne ovat jo {0} ja laatu vastaa muuntoasetuksia.",
+ "AudioWillBeConvertedToOrCopied": "Äänivirrat muunnetaan {0} tai kopioidaan alkuperäisestä tiedostosta jos ne ovat mitään seuraavista {1} ja laatu vastaa muuntoasetuksia.",
+ "HeaderSpecialKeys": "Erikoisnäppäimet",
+ "FollowingSpecialKeys": "Monet näppäimistöt ja kaukosäätimet tukevat seuraavia erikoisnäppäimiä:",
+ "HeaderDeleteSeries": "Poista sarja",
+ "HeaderDeleteLastPlayedEpisode": "Poista viimeksi katsottu jakso",
+ "HeaderConnectingToServer": "Yhdistetään palvelimeen",
+ "ServerNameValue": "Palvelimen nimi: {0}",
+ "DomainValue": "Verkkotunnus: {0}",
+ "RatedValue": "Luokiteltu {0}",
+ "LocalServerRedirectMessage": "Sinut ohjataan nyt verkkotunnukseen, jonka omistaa ja jota hallinnoi valitsemasi palvelimen järjestelmänvalvoja:",
+ "AllMediaOwnedHosted": "Kaikkea mediaa isännöi ja hallitsee palvelimen \"{0}\" omistaja.",
+ "EnableResolutionSwitching": "Käytä näytön resoluution vaihtoa",
+ "EnableResolutionSwitchingHelp": "Tämä sallii Embyn vaihtaa näytön resoluution videon enkoodauksessa käytettyä resoluutiota vastaavaksi ennen toiston aloitusta. Tämä auttaa minimoimaan tärinä/värinää, jota saattaa ilmetä, jos videon ja näytön resoluutiot eivät sovi hyvin yhteen.",
+ "EnableDisplayRefreshRateSwitching": "Käytä virkistystaajuuden vaihtoa",
+ "EnableDisplayRefreshRateSwitchingHelp": "Tämä sallii Embyn vaihtaa näytön virkistaajuuden videon enkoodauksessa käytettyä kuvataajuutta tai sen kerrointa vastaavaksi ennen toiston aloitusta. Tämä auttaa minimoimaan tärinä/värinää, jota saattaa ilmetä, jos videon ja näytön virkistystaajuudet eivät sovi hyvin yhteen.",
+ "RememberSelectedAudioTracks": "Muista ääniraitavalinnat",
+ "RememberSelectedSubtitleTracks": "Muista tekstityraitavalinnat",
+ "RememberSelectedSubtitleTracksHelp": "Tekstitysraidan valinta muistetaan videokohtaisesti ja palautetaan kun sama video toistetaan uudelleen.",
+ "RememberSelectedAudioTracksHelp": "Ääniraidan valinta muistetaan videokohtaisesti ja palautetaan kun sama video toistetaan uudelleen.",
+ "ClearSavedTrackSelections": "Tyhjennä tallennetut raitojen valinnat",
+ "HeaderClearTrackSelections": "Tyhjennä tallennetut raitojen valinnat",
+ "QuestionClearSavedTracks": "Tyhjennetäänkö tallennetut raitojen valinnat?",
+ "LabelChannelTags": "Kanavatunnisteet",
+ "AfterThisPlaysConfirmation": "Tämän toistuttua, tahdotko jatkaa toistoa vai tyhjentää aiemmin jonottamasi musiikin?",
+ "Keep": "Säilytä",
+ "Clear": "Tyhjennä",
+ "HeaderClearFilters": "Tyhjennä suodattimet",
+ "HeaderSearchForImages": "Etsi kuvia",
+ "HeaderSearchNewImage": "Etsi uutta kuvaa",
+ "HeaderSearchForAnImage": "Etsi kuvaa",
+ "DragDropToReorder": "Muuta järjestystä raahaamalla",
+ "HeaderAddImageFromUrl": "Lisää kuva URL-osoitteesta",
+ "HeaderSetImageFromUrl": "Aseta kuva URL-osoitteesta",
+ "LabelUrl": "URL-osoite",
+ "LabelChannelNumber": "Kanavan numero",
+ "LabelGuideDataChannel": "Oppaan tietokanava",
+ "GuideDataSource": "Ohjelmaoppaan tietolähde",
+ "HeaderCopyToClipboard": "Kopioi leikepöydälle",
+ "TimeRemainingValue": "{0} jäljellä",
+ "LabelResumeRewindSeconds": "Jatkettaessa, palaa automaattisesti taaksepäin",
+ "ResumeRewindSecondsHelp": "Tämä voi auttaa sinua jatkamaan siitä mihin jäit. Tämä koskee ensimmäistä jatkoa, muttei sitä seuraavia tauotuksia.",
+ "HeaderSavePlayQueueToPlaylist": "Tallenna toistojono soittolistaksi",
+ "EnableLogoImagesAsTitle": "Näytä logo-kuvat tietoruutujen otsikkoina",
+ "EnableLogoImagesAsTitleHelp": "Mikäli käytettävissä, voidaan videoiden, sarjojen ja muiden tietoruutujen otsikkotekstit korvata logoilla. Jos kuvaa ei ole käytettävissä, näytetään tekstiotsikko.",
+ "LabelNowPlayingAudioBackgroundStyle": "Parhaillaan toistettavan äänen taustan tyyli",
+ "LabelNowPlayingVideoBackgroundStyle": "Parhaillaan toistettavan videon taustan tyyli",
+ "NowPlayingVideoBackgroundStyleHelp": "Määrittää taustan tyylin etäohjattaessa videotoistoa toisella laitteella.",
+ "Rotation": "Kierto",
+ "Minutes": "Minuuttia",
+ "LabelMaxRecordingLength": "Tallenteen enimmäispituus",
+ "MaxRecordingLengthHelp": "Rajoita tallenteet tietyn pituisiksi riippumatta lähetyksen kestosta. Poista rajoitus syöttämällä arvoksi 0.",
+ "RemoteWAN": "Etäosoite (WAN)",
+ "HeaderLastConnectedTo": "Viimeisin yhteys kohteeseen",
+ "Version": "Versio",
+ "Keyword": "Avainsana",
+ "HeaderServerAddress": "Palvelimen osoite",
+ "HeaderSkipIntro": "Ohita intro",
+ "HeaderCreateRecording": "Luo tallennus",
+ "HeaderAddRecording": "Lisää tallennus",
+ "HeaderChannelAndTime": "Kanava ja aika",
+ "LabelRecordProgramOrSeriesFrom": "Tallenna ohjelma tai sarja lähteestä",
+ "LabelStartTime": "Aloitusaika",
+ "LabelEndTime": "Lopetusaika",
+ "LabelFrequency": "Taajuus",
+ "Recurring": "Toistuva",
+ "Once": "Kerran",
+ "Start": "Aloita",
+ "Unpause": "Lopeta tauotus",
+ "LabelIntroSkipMode": "Intro-ohituksen tila",
+ "ShowSkipIntroButton": "Näytä \"Ohita intro\" -painike",
+ "AutoSkipIntro": "Ohita introt automaattisesti",
+ "DisplayRatingInformationOnVideoPlaybackStart": "Näytä sisältöluokitustiedot videotoiston alkaessa",
+ "DisplayRatingInformationOnVideoPlaybackStartHelp": "Sisällön ikäluokitustiedot näytetään hetken aikaa, kun videon toisto alkaa.",
+ "IntroSkipModeHelp": "Näytä 'Ohita intro' -painike tai ohita introt automaattisesti niistä jaksoista, joissa Emby on tunnistanut intromerkinnät. Introntunnistuksen on oltava Embyn kirjastoasetuksissa käytössä.",
+ "EnableHomeScreenFocusPreview": "Käytä kotinäytössä asettelua, joka näyttää valitusta kohteesta yksityiskohtaisen esikatselun",
+ "EnableHomeScreenFocusPreviewHelp": "Tämä ei välttämättä toimi hyvin, jos kotinäyttösi sisältää sekoituksen eri mediatyyppejä.",
+ "LabelHideMediaTransportButtons": "Piilota videosoittimen siirtopainikkeet",
+ "HideMediaTransportButtonsHelp": "Yksinkertaista toiston ohjauksen käyttöliittymää piilottamalla peruspainikkeet, kuten siirto eteen/taakse ja tauotus. Voit edelleen käyttää näitä toimintoja nuolinäppäimillä ja OK/Enter-näppäimillä. \"Automaattinen\" piilottaa siirtopainikkeet, kun sovellus ei havaitse hiiren käyttöä.",
+ "ImageSizeHelp": "Valitse haluttu kuvaruudukoiden koko.",
+ "LabelImageSize": "Kuvan koko",
+ "ThisImageIsOnlyPreview": "Tämä kuva on vain metatietojen haun tarjoama esikatselu ja varsinainen kuva, jonka Emby-palvelin lataa voi olla erilainen ja riippuu Emby-kirjastojen asetuksista.",
+ "ResultsRangeValue": "lähteestä {0} kohteeseen {1}/{2}",
+ "NotificationsDescription": "Määritä ilmoituksia pysyäksesi ajan tasalla Emby-palvelimesi tärkeistä tapahtumista.",
+ "DeleteEmbyConnectAccount": "Poista Emby Connect -tili",
+ "DeleteEmbyConnectAccountHelp": "Poista Emby Connect -tilisi kirjautumalla {0}Emby-yhteisöön{1} osoitteessa {2}. Tämän jälkeen, paina oikeasta yläkulmasta käyttäjätunnustasi ja valitse \"Account Settings\". Paina lopuksi vasemmalta \"Remove My Account\".",
+ "KeepPlayingInBackground": "Jatka toistoa taustalla",
+ "LabelVideoBackBehavior": "Videosoittimen paluupainikkeen toiminta",
+ "HeaderViewLyrics": "Näytä sanoitukset",
+ "HeaderViewMissingEpisodes": "Näytä puuttuvat jaksot",
+ "HeaderMissingEpisodes": "Puuttuvat jaksot",
+ "HeaderManageAccess": "Hallitse käyttöoikeuksia",
+ "HeaderManageCollaboration": "Hallitse yhteistyötä",
+ "HeaderLeaveCollaboration": "Poistu yhteistyöstä",
+ "HeaderRemoveFromLibrary": "Poista kirjastosta",
+ "RemoveSharedItemConfirmation": "Haluatko varmasti poistaa kohteen kirjastostasi? Palauttaaksesi sen, sinun on pyydettävä sen omistajaa palauttamaan sen käyttöoikeus.",
+ "SubtitlesDownloaded": "Tekstitykset on ladattu",
+ "HeaderMakePrivate": "Määritä yksityiseksi",
+ "HeaderMakePublic": "Määritä julkiseksi",
+ "MakePublicDescription": "Kaikki käyttäjät voivat tarkastella kohdetta. Muokkausoikeudet voidaan myöntää käyttäjäkohtaisesti.",
+ "MakePrivateDescription": "Oikeudet voidaan silti myöntää käyttäjäkohtaisesti.",
+ "Private": "Yksityinen",
+ "Public": "Julkinen",
+ "Collaborative": "Yhteistyö",
+ "PreferredShowDisplay": "Ensisijainen sarjojen esitystapa",
+ "ShowAllEpisodesAllSeasons": "Näytä kaikkien kausien jaksot yhdessä",
+ "ShowAllEpisodesSingleSeason": "Näytä yksikautisten sarjojen kaikki jaksot ilman kausinäkymää",
+ "ShowSeasonFolders": "Näytä kaudet aina erikseen",
+ "HeaderAddAgain": "Lisää uudelleen",
+ "UpNext": "Seuraavaksi",
+ "ItemsAlreadyInPlaylist": "Osa kohteista on jo soittolistalla.",
+ "ItemAlreadyInPlaylist": "Kohde on jo soittolistalla.",
+ "HeaderPlayChannel": "Toista kanava",
+ "LabelScreenOrientationDuringVideo": "Näytön suuntaus videotoiston aikana",
+ "UseDeviceSetting": "Käytä laitteen asetuksia",
+ "LockToLandscape": "Lukitse vaakasuoraan",
+ "UsernameForFolderHelp": "Käyttäjätunnus, joka tarvitaan tämän kansion käyttöön verkossasi (jos tarpeen).",
+ "PasswordForFolderHelp": "Salasana, joka tarvitaan tämän kansion käyttöön verkossasi (jos tarpeen).",
+ "ShowMediaInfoOnDetailScreens": "Näytä koko media video- ja äänitiedostojen lisätietonäkymien alalaidassa.",
+ "ForgotPasswordNoUserFound": "Syötetyllä nimellä ei löytynyt käyttäjiä. Yritä uudelleen tai nollaa palvelimen kaikkien käyttäjien salasanat jättämällä nimi tyhjäksi.",
+ "Silver": "Hopea",
+ "DimGray": "Hämäränharmaa",
+ "DarkGray": "Tummanharmaa",
+ "LightGray": "Vaaleanharmaa",
+ "Black": "Musta",
+ "Blue": "Sininen",
+ "Cyan": "Syaani",
+ "Gray": "Harmaa",
+ "Green": "Vihreä",
+ "Lime": "Lime",
+ "Magenta": "Magenta",
+ "Orange": "Oranssi",
+ "Pink": "Pinkki",
+ "Red": "Punainen",
+ "Yellow": "Keltainen",
+ "White": "Valkoinen",
+ "Purple": "Violetti",
+ "RecentlyReleasedMovies": "Hiljattain julkaistut elokuvat",
+ "RecentlyReleasedEpisodes": "Hiljattain julkaistut jaksot",
+ "DolbyProfile": "Dolby-profiili",
+ "IpAddress": "IP-osoite",
+ "VideoType": "Videon tyyppi",
+ "HidePlayedMediaFrom": "Piilota toistettu media kohteesta",
+ "BottomEdgePosition": "Alareunan sijainti",
+ "VerticalPositionFromBottomScreen": "Aseta tekstityksen sijainti ruudun alalaidasta.",
+ "TopEdgePosition": "Yläreunan sijainti",
+ "TopEdgePositionHelp": "Aseta tekstityksen ylin sallittu pystysijainti suhteessa ruudun yläreunaan. Tätä käytetään, kun tekstitys sisältää määrityksen sen sijoittamisesta yläreunaan.",
+ "HeaderSubtitlePosition": "Tekstityksen sijainti",
+ "TitleProfilePin": "Profiilin PIN-koodi",
+ "ProfilePinConfirm": "Profiilin PIN-koodi (vahvistus)",
+ "SaveProfilePin": "Tallenna PIN-koodi",
+ "ProfilePinDescription": "Luo valinnainen PIN-koodi, joka on syötettävä aina palattaessa Emby-sovellukseen jo aiemmin sisäänkirjautuilla laitteilla. Tämä on hyödyllistä useiden käyttäjien jakamilla laitteilla. ASetus voidaan ottaa käyttöön laitekohtaisesti.",
+ "TitleNewEpisodes": "Uudet jaksot",
+ "EnterYourPinToContinue": "Jatka syöttämällä PIN-koodisi.",
+ "YourPinMustBe": "PIN-koodin tulee sisältää {0} numeroa",
+ "ForgotPin": "Unohditko PIN-koodisi?",
+ "RequireEnteringPinToReturn": "Vaadi profiilin PIN-koodi kun sovellukseen palataan.",
+ "RequireEnteringPinToReturnQuestion": "Pitäisikö meidän pyytää PIN-koodiasi aina, kun palaat sovellukseen? Jos laite on jaettu useiden käyttäjien kesken, profiilin suojaaminen PIN-koodilla voi estää muita pääsemästä tietoihisi.",
+ "RequireEnteringPinToReturnHelp": "Hyödyllinen useiden käyttäjien kesken jaetuilla laitteilla.",
+ "WrongPinPleaseTryAgain": "Hups, PIN-koodi on väärin. Yritä uudelleen.",
+ "ProfilePinIsOn": "Profiilin PIN-kysely on käytössä",
+ "IfTryingToConnectToHttp": "Jos yrität yhdistää Emby-palvelimeesi HTTP-osoitteella, ei selaimesi ehkä salli sitä HTTPS-pakotuksen vuoksi. Voit kokeilla jotakin seuraavista:",
+ "SetupHttpsForYourServer": "Määritä {0}HTTPS Emby-palvelimellesi{1}, jotta voit yhdistää HTTPS-protokollan välityksellä.",
+ "TitleUnableToReachServer": "Palvelinta ei tavoiteta",
+ "TitleUnableToReachName": "Palvelinta {0} ei tavoiteta",
+ "HearingImpaired": "Kuulorajoitteisille",
+ "SignIntoServerName": "Kirjaudu palvelimelle {0}",
+ "About": "Tietoja",
+ "Specials": "Erikoisjaksot",
+ "NSettings": "{0} asetukset",
+ "NPreferences": "{0} asetukset",
+ "DetailScreenOptions": "Tietonäyttö",
+ "LabelGenreDisplayLimit": "Lajityyppien näyttörajoitus",
+ "GenreDisplayLimitHelp": "Rajoita kohteiden tietonäyttöjen yläosassa näytettävien lajityyppien määrää.",
+ "GenreDisplayLimitForListsHelp": "Rajoita toistolistojen, kokoelmien ja eisttäjien tietonäyttöjen yläosassa näytettävien lajityyppien määrää.",
+ "LabelGenreDisplayLimitForLists": "Lajityyppien näyttörajoitus listoissa",
+ "ShowPosterOnDetails": "Näytä juliste tietonäytössä",
+ "ShowPosterOnDetailsHelp": "Näytä juliste tietonäytöissä tai piilota se, jos haluat minimaalisemman ja taustaa korostavan ulkoasun. Asetus ei vaikuta pienille näytöille tarkoitettuihin asetteluihin ja jotkin jokdetyypit eivät huomioi asetusta.",
+ "EnableAppLogging": "Käytä sovelluslokia",
+ "EnableAppLoggingHelp": "Lokitietojen kirjaus voi heikentää sovelluksen suorituskykyä ja se tulisi ottaa käyttöön ainoastaan vianselvitystä varten. Muutosten käyttöönotto vaatii sovelluksen uudelleenkäynnistyksen.",
+ "LabelSlideshowInterval": "Kuvakohtainen näyttöaika kuvaesityksessä",
+ "TVChannelImageEditorHelp": "Logojen useita versioita tuetaan ja Emby-sovellukset valitsevat oikean logon käytössä olevan teeman perusteella.",
+ "PlaySlideshow": "Toista kuvaesitys",
+ "CheckForExistingEpisodesInAllLibraries": "Etsi olemassa olevia jaksoja kaikista kirjastoista",
+ "GroupNotificationsBySeriesOrAlbum": "Ryhmittele ilmoitukset sarjojen ja albumien perusteella",
+ "ThemeSettings": "Tunnusmusiikin asetukset",
+ "FollowingActivityWillBeDisrupted": "Seuraavat toimenpiteet häiriintyvät ja niiden uudelleenaloitus saattaa vaatia manuaalisia toimenpiteitä:",
+ "OneActivePlaybackSession": "1 aktiivinen toistoistunto",
+ "NumActivePlaybackSessions": "{0} aktiivista toistoistuntoa",
+ "OneActiveRecording": "1 aktiivinen tallennus",
+ "NumActiveRecordings": "{0} aktiivista tallennusta",
+ "PlayFromLivePosition": "Toista nykyhetkestä",
+ "PlayFromStartOfRecording": "Toista tallenteen alusta",
+ "ThisChannelIsActivelyRecording": "Tätä kanavaa tallennetaan parhaillaan. Mistä haluat aloittaa toiston?",
+ "ThemeSongVolume": "Tunnusmusiikin voimakkuus",
+ "HeaderForceConversionForFormats": "Pakota muotojen muunnos",
+ "ForceConversionForFormatsHelp": "Pakottaa palvelimen transkoodaamaan tai remuxaamaan tällä laitteella huonosti toistuvat muodot.",
+ "StartupBehavior": "Käynnistyminen",
+ "RememberLastUser": "Muista edellinen käyttäjä",
+ "ShowLoginScreen": "Näytä kirjautumisruutu",
+ "SignInAsValue": "Kirjaudu tunnuksella {0}",
+ "ConvertUnsupportedAudio": "Muunna ei-tuetut monikanavaäänet Dolby Digitaliksi",
+ "ConvertUnsupportedAudioHelp": "Vältä ei-tuettujen monikanavaäänien alasmiksaus stereoksi asettamalla palvelin transkoodaamaan ne Dolby Digital -muotoon.",
+ "HeaderPlaybackCorrection": "Toiston korjaus",
+ "HeaderAttemptPlaybackCorrection": "Attempt Playback Correction",
+ "PlaybackCorrectionConfirm": "Otetaanko toiston korjaus käyttöön",
+ "PlaybackCorrectionDescription": "Esiintyykö nykyisen kohteen toistossa ongelmia, kuten kuvan tai äänen puuttumista? Tämä pyrkii korjaamaan toisto-ongelmia muuntamalla tiedoston palvelimella suoratoistoystävällisempään muoitoon. Tämä kasvattaa palvelimen laitteistokuormitusta.",
+ "PlaybackCorrectionDescription2": "Voit tehdä tämän kolme kertaa per video. Korjausta yritetään vaiheittain aktivoimalla remuxaus, videon transkoodaus ja äänen transkoodaus.",
+ "HeaderAlbumsAsContributingArtist": "Albumit osallistuvien esittäjien perusteella",
+ "HeaderAlbumsAsComposer": "Albumit säveltäjien perusteella",
+ "Duplicates": "Kaksoiskappaleet",
+ "HeaderSleepTimer": "Uniajastin",
+ "AfterCurrentItem": "Nykyisen kohteen jälkeen",
+ "HeaderStopPlayback": "Lopeta toisto",
+ "TurnOffTimer": "Poista ajastus käytöstä",
+ "SleepTimerIsSet": "Uniajastin on asetettu",
+ "SleepTimerIsOff": "Uniajastinta ei ole asetettu",
+ "LabelEnableRemoteControlTVMode": "Display casting and remote control functions",
+ "EnableRemoteControlTVModeHelp": "Enable if you intend to use this device to send media to other devices.",
+ "ShowOnScreenControls": "Show on-screen controls",
+ "LabelVideoScreenUpAction": "Video player up action",
+ "VideoScreenUpActionHelp": "Select the action to take when pressing the up key on the video player screen. This applies when no on-screen controls are currently visible. When controls are already visible, the up key will be used for navigation.",
+ "LabelVideoPlayerLongPressAction": "Video player long press action",
+ "LetsGetSetup": "Let's Get Set Up",
+ "VideoPlayerLongPressActionHelp": "Choose what function or menu is shown when long pressing the OK button during video playback. This only takes effect when the video controls are hidden or the seek bar has focus.",
+ "AskAdminToGetPremiere": "This purchase must be made by the server administrator. Please ask the administrator of this Emby Server to sign in and get Emby Premiere so that you can enjoy access to premium features.",
+ "AutoOpenSingleItemsFolders": "Auto open single items in folder view",
+ "AutoOpenSingleItemsFoldersHelp": "When a folder only contains one item, automatically open that item.",
+ "PlayedOnValue": "Played {0}",
+ "TheseSettingsApplyAppDevice": "These settings apply to all users playing on this device.",
+ "LastContentDateAdded": "Last Content Date Added",
+ "RepeatThemeMedia": "Play themes on repeat",
+ "HideEpisodeSpoilerInfo": "Hide spoiler information from unwatched episodes",
+ "HideEpisodeSpoilerInfoHelp": "Hides the title, overview and image for unwatched episodes on most screens.",
+ "BornValueAge": "Born: {0} (age {1})",
+ "PreferDirectStreamLiveTV": "Prefer direct streaming of Live TV",
+ "PreferDirectStreamLiveTVHelp": "Direct streaming Live TV will reduce resource consumption on your Emby Server but may not be as seekable during playback. Enabling this will direct stream Live TV when the format is supported and is within your configured quality setting. Disable this to enjoy more seeking during playback at the cost of additional resource consumption.",
+ "HeaderAllRecordings": "All Recordings",
+ "RememberLoginDescription": "After signing in, you can use the app settings to configure the startup behavior to remember login, sign in as a specific user, or always show the login screen.",
+ "ForgetThisServer": "Forget This Server",
+ "ForgetServerConfirmation": "Are you sure you wish to forget this server?",
+ "HeaderThisDevice": "This Device",
+ "ChaptersGuide": "Chapters / Live TV Guide",
+ "ChaptersGuideHelp": "Show Chapters for media with chapters. For media without chapters, show the Live TV Guide (when available).",
+ "HeaderShowSeriesImages": "Show Series Images",
+ "AppExitConfirmation": "Are you ready to exit Emby?",
+ "AppExitMenu": "Exit menu",
+ "SideMenu": "Side navigation menu",
+ "SystemStorage": "System storage ({0})"
+}
diff --git a/modules/common/strings/fr-CA.json b/modules/common/strings/fr-CA.json
new file mode 100644
index 0000000..4cc6903
--- /dev/null
+++ b/modules/common/strings/fr-CA.json
@@ -0,0 +1,1340 @@
+{
+ "ReplaceExistingThumbnailImages": "Replace existing video preview thumbnails",
+ "ReplaceExistingThumbnailImagesHelp": "All existing video preview thumbnails will be deleted and new ones will be generated, if enabled in the options for the library.",
+ "DateCreated": "Date Created",
+ "CreatedOnValue": "Created {0}",
+ "UpdatedOnValue": "Updated {0}",
+ "EmbyLoginTerms": "Emby est conçu pour vous aider à gérer votre médiathèque personnelle, tels que vos photos et vidéos. Veuillez lire nos {0}conditions d'utilisation{1}. L'utilisation de tout logiciel Emby implique que vous acceptiez ces conditions.",
+ "MessageUnableToConnectToServer": "Nous sommes dans l'impossibilité de nous connecter au serveur sélectionné. Veuillez vérifier qu'il est opérationnel et réessayez.",
+ "EmbyIntroMessage": "Avec Emby, vous pouvez facilement diffuser des vidéos, de la musique et des photos sur des téléphones intelligents, des tablettes et d'autres appareils depuis votre serveur Emby.",
+ "HeaderSignInWithConnect": "Se connecter avec Emby Connect",
+ "HeaderWelcomeToEmby": "Bienvenue à Emby",
+ "HeaderNewUsers": "Nouveaux utilisateurs",
+ "HeaderPleaseSignIn": "Veuillez vous identifier",
+ "MessageInvalidUser": "Nom d'utilisateur ou mot de passe invalide. Veuillez réessayer.",
+ "MessageUnlockAppWithPurchaseOrSupporter": "Déverrouillez cette fonctionnalité avec un petit achat unique ou avec un abonnement Emby Premiere actif.",
+ "MessageUnlockAppWithSupporter": "Déverrouillez cette fonctionnalité avec un abonnement Emby Première actif.",
+ "MessageToValidateSupporter": "Si vous avez un abonnement Emby Première actif, assurez-vous d'avoir installé Emby Première sur le tableau de bord de votre serveur Emby, auquel vous pouvez accéder en cliquant sur Emby Première dans le menu principal.",
+ "ValueSpecialEpisodeName": "Spécial - {0}",
+ "HeaderSignIn": "Connexion",
+ "Share": "Partager",
+ "Shared": "Partagé",
+ "Info": "Info",
+ "Add": "Ajouter",
+ "Speed": "Vitesse",
+ "PlaybackSpeed": "Playback Speed",
+ "Chapters": "Chapitres",
+ "Password": "Mot de passe",
+ "SavePassword": "Save Password",
+ "LabelPassword": "Mot de passe:",
+ "HeaderResetPassword": "Réinitialiser le mot de passe",
+ "Series": "Séries",
+ "Preview": "Aperçu",
+ "Submit": "Soumettre",
+ "Never": "Jamais",
+ "Table": "Table",
+ "HeaderScheduledTasks": "Scheduled Tasks",
+ "Plays": "Morceaux",
+ "LastUsedAddressValue": "Last used {0}",
+ "LabelKeywordType": "Type de mot clé:",
+ "HeaderSelectColumns": "Sélectionnez les colonnes",
+ "HeaderTopResults": "Meilleurs Résultats",
+ "HeaderPinSidebar": "Épingler la barre latérale",
+ "Collapse": "Réduire",
+ "LabelBackgroundVideoPlayback": "Lecture vidéo en arrière plan :",
+ "BackgroundVideoPlaybackHelp": "La lecture en arrière plan permet à la vidéo de jouer même si l'écran est éteinte.",
+ "AlwaysOn": "Toujours allumé",
+ "HeadphonesOrExternalSpeakersConnected": "Écouteur ou haut-parleur connecté",
+ "HeaderKeyboardAndRemote": "Clavier et Télécommande",
+ "NoSelectedItemsSupportOperation": "Aucun élément sélectionné ne prend en charge cette opération.",
+ "NoOperationsForSelectedItems": "Aucune opération n’est disponible pour les éléments sélectionnés.",
+ "UploadOnlyOnWifi": "Téléversement uniquement en Wi-Fi",
+ "HeaderFoldersToUpload": "Dossiers à téléverser",
+ "LabelPasswordConfirm": "Mot de passe (confirmation) :",
+ "HeaderMoveUpInOrder": "Monter dans l'ordre",
+ "HeaderDownUpInOrder": "Descendre dans l'ordre",
+ "LabelUsername": "Nom d'utilisateur :",
+ "HeaderAddServer": "Ajouter un serveur",
+ "HeaderSubtitleOffset": "Décalage des sous-titres",
+ "Watching": "Watching",
+ "HeaderRemoveFromContinueWatching": "Supprimer de Reprendre",
+ "RemoveThisTitleFromContinueWatching": "Supprimer cet élément de Reprendre ?",
+ "HeaderRemoveFromContinueListening": "Retirer de Reprendre l'écoute",
+ "RemoveThisTitleFromContinueListening": "Retirer ce titre de Reprendre l'écoute ?",
+ "HeaderIncreaseSubtitleOffset": "Augmenter le décalage des sous-titres",
+ "HeaderDecreaseSubtitleOffset": "Diminuer le décalage des sous-titres",
+ "Close": "Fermer",
+ "HeaderSeeAll": "Montrer tout",
+ "HeaderOpenInNewWindow": "Ouvrir dans une nouvelle fenêtre",
+ "LabelEmail": "Courriel :",
+ "LabelHost": "Hôte :",
+ "LabelHostHelp": "192.168.1.100 ou https://monserveur.com",
+ "LabelPort": "Port :",
+ "Disabled": "Désactivé",
+ "Uninstall": "Désinstaller",
+ "Enable": "Enable",
+ "AllTuners": "All Tuners",
+ "Disable": "Disable",
+ "NextValue": "Suivant: {0}",
+ "HeaderNextItem": "Élément suivant",
+ "HeaderPreviousItem": "Précédent",
+ "NoTrailersMessage": "Aucune Bande-annonce de trouvée. Pour ajouter des Bande-annonces, installer l'extension \"Introductions cinématographiques\" du {0}catalogue d'extension{1} Emby.",
+ "UninstallPluginConfirmation": "Êtes-vous sûr de vouloir désinstaller cette extension?",
+ "HeaderUninstallPlugin": "Désinstaller cette extension",
+ "AreYouStillWatching": "Vous regardez toujours ?",
+ "LabelCurrentPassword": "Mot de passe actuel :",
+ "LabelNewPassword": "Nouveau mot de passe :",
+ "LabelNewPasswordConfirm": "Confirmer le nouveau mot de passe :",
+ "HeaderRemovePassword": "Supprimer le mot de passe",
+ "ServerUpdateNeeded": "Ce serveur Emby doit être mis à jour. Pour télécharger la dernière version, veuillez visiter {0}",
+ "MessageThankYouForConnectSignUp": "Merci de vous être inscrit sur Emby Connect. Un courriel va vous être envoyé, avec les instructions pour confirmer votre nouveau compte. Merci de confirmer ce compte puis de revenir ici pour vous connecter.",
+ "MessageThankYouForConnectSignUpNoValidation": "Merci de vous être inscrit sur Emby Connect ! Vous devez maintenant vous connecter avec vos identifiants Emby Connect.",
+ "ErrorMessagePasswordNotMatchConfirm": "Le mot de passe et la confirmation du mot de passe doivent correspondre.",
+ "ErrorMessageUsernameInUse": "Ce nom d'utilisateur est déjà utilisé. Veuillez en choisir un autre et réessayer.",
+ "ErrorMessageEmailInUse": "Cette adresse courriel est déjà utilisée. Veuillez en saisir une autre et réessayer, ou bien utiliser la fonction du mot de passe oublié.",
+ "HeaderUpcomingOnTV": "Bientôt à la TV",
+ "HeaderOtherShowings": "Autres présentations",
+ "Showings": "Présentations",
+ "HeaderConnectToServer": "Connexion au serveur",
+ "ConnectToServerManually": "Connexion manuelle au serveur",
+ "LabelEnterConnectUserNameHelp": "Ceci est votre nom d'utilisateur ou adresse courriel Emby.",
+ "HeaderSignInError": "Erreur d'ouverture de session",
+ "HeaderManualLogin": "Connexion manuelle",
+ "PasswordResetConfirmation": "Voulez-vous vraiment réinitialiser le mot de passe ?",
+ "ContactAdminToResetPassword": "Veuillez contacter votre administrateur système pour réinitialiser votre mot de passe.",
+ "ForgotPasswordInNetworkRequired": "Veuillez réessayer à partir de votre réseau local pour démarrer la procédure de réinitialisation du mot de passe.",
+ "ForgotPasswordFileCreated": "Le fichier suivant a été créé sur votre serveur et contient les instructions sur la procédure à suivre :",
+ "ForgotPasswordFileExpiration": "Le code PIN de réinitialisation expirera à {0}.",
+ "InvalidForgotPasswordPin": "Le code PIN saisi est invalide ou a expiré. Veuillez réessayer.",
+ "PasswordResetForUsers": "Les mot de passes ont été supprimés pour les utilisateurs suivants. Pour vous connecter, identifiez-vous avec un mot de passe vide.",
+ "HeaderForgotPassword": "Mot de passe oublié",
+ "ForgotPasswordUsernameHelp": "Saisissez votre nom d'utilisateur, si vous vous en souvenez.",
+ "HeaderPasswordReset": "Mot de passe réinitialisé",
+ "AttributeNew": "Nouveau",
+ "Done": "Terminer",
+ "HeaderResetToDefault": "Reset to Default",
+ "Deinterlacing": "Désentrelacement",
+ "HeaderBurningInSubtitles": "Incrustation des sous-titres",
+ "Premiere": "Première",
+ "LabelPinCode": "Code PIN :",
+ "LabelLocalNetworkPinCode": "Code PIN du réseau local :",
+ "LabelLocalNetworkPasswordMode": "Mode de connexion du réseau local :",
+ "RequirePasswordInLocalNetwork": "Demander un mot de passe sur le réseau local",
+ "NoPasswordInLocalNetwork": "Ne pas demander un mot de passe sur le réseau local",
+ "PinCodeInLocalNetwork": "Autoriser un code PIN numérique sur le réseau local",
+ "LocalNetworkPasswordModeHelp": "Sélectionnez la méthode de connexion pour les appareils sur le même réseau local que votre serveur Emby.",
+ "HeaderLocalNetworkAccess": "Accès par le réseau local",
+ "Live": "En direct",
+ "Reset": "Réinitialiser",
+ "Repeat": "Répéter",
+ "Track": "Piste",
+ "Tracks": "Pistes",
+ "HeaderCameraUpload": "Transfert depuis l’appareil photo",
+ "TrackCount": "{0} pistes",
+ "ItemCount": "{0} éléments",
+ "NumberChannelsValue": "{0} Chaînes",
+ "HeaderLatestMusic": "Dernières musiques",
+ "HeaderLatestAudioBooks": "Derniers livres audio",
+ "HeaderLatestDownloadedVideos": "Dernières vidéos téléchargées",
+ "HeaderRecentlyPlayed": "Lu récemment",
+ "Recent": "Récent",
+ "HeaderFrequentlyPlayed": "Lu fréquemment",
+ "HeaderMoreLikeThis": "Similaires",
+ "HeaderMoreLikeThisOnLiveTV": "Plus de contenu similaire en direct",
+ "OriginalAirDateValue": "Date de diffusion originale: {0}",
+ "EndsAtValue": "Se termine à {0}",
+ "Date": "Date",
+ "AirDate": "Date de diffusion",
+ "Played": "Vu",
+ "Daily": "Quotidien",
+ "Weekly": "Weekly",
+ "RequireHashMatch": "Nécessite un hachage correspondant",
+ "RequireHashMatchHelp": "Demander une correspondance de hachage filtrera les sous-titres pour n'inclure que ceux qui ont été testés avec votre fichier vidéo exact. Si vous le désactivez, vous aurez plus de chances qu’un sous-titre soit téléchargé, mais également plus de chances que le texte des sous-titres soit mal synchronisé ou incorrect.",
+ "SearchForForcedSubtitlesOnly": "Sous-titres forcés seulement",
+ "SearchForForcedSubtitlesOnlyHelp": "Demander les sous-titres forcés limitera les résultats aux sous-titres qui sont marqués comme ayant une langue étrangère.",
+ "LastEpisodeDateAdded": "Date d'ajout du dernier épisode",
+ "LastEpisodeDateAired": "Last Episode Date Released",
+ "LabelPlaystate": "État de lecture :",
+ "Studio": "Studio",
+ "Tag": "Tag",
+ "EpisodeTitle": "Titre de l'épisode",
+ "Audio": "Audio",
+ "Video": "Vidéo",
+ "Subtitle": "Sous-titre",
+ "Image": "Image",
+ "CopyStream": "Copy original stream",
+ "LabelAudioLayout": "Disposition audio :",
+ "LabelAudioCodec": "Codec audio :",
+ "LabelAudioLanguage": "Langue de l’audio:",
+ "LabelSubtitleLanguage": "Langue des sous-titres:",
+ "LabelVideoCodec": "Codec vidéo :",
+ "LabelSubtitleCodec": "Codec des sous-titres :",
+ "LabelParentalRating": "Classification parentale :",
+ "BecauseYouLikeValue": "Parce que vous aimez {0}",
+ "BecauseYouWatchedValue": "Parce que vous avez visionné {0}",
+ "DirectedByValue": "Dirigé par {0}",
+ "StarringValue": "Avec {0}",
+ "Invitations": "Invitations",
+ "ActorAsRole": "comme {0}",
+ "ButtonOk": "Ok",
+ "GroupItemsIntoCollections": "Grouper les éléments dans des collections",
+ "GroupItemsIntoCollectionsHelp": "Grouper les éléments en fonction des collections auxquelles ils ont été ajoutés. L'activation de certains filtres ou ordres de tris peut automatiquement le désactiver.",
+ "GroupItemsIntoTags": "Regrouper les éléments dans des balises",
+ "GroupItemsIntoTagsHelp": "Regroupez les éléments en fonction des balises auxquelles ils ont été ajoutés. L'activation de certains filtres ou ordres de tri peut le désactiver automatiquement.",
+ "User": "User",
+ "Access": "Access",
+ "Users": "Utilisateurs",
+ "Library": "Bibliothèque",
+ "Devices": "Appareils",
+ "Cancel": "Annuler",
+ "Restart": "Redémarrer",
+ "Shutdown": "Arrêter",
+ "Logs": "Journaux",
+ "Visibility": "Visibility",
+ "Notifications": "Notifications",
+ "SendTestNotification": "Send Test Notification",
+ "NotificationSent": "Notification sent",
+ "DeleteNotificationConfirmation": "Are you sure you wish to delete this notification?",
+ "DeleteNotification": "Delete Notification",
+ "AddNotification": "Add Notification",
+ "EditNotification": "Edit Notification",
+ "LimitUserEventsTo": "Limit user events to",
+ "LimitLibraryEventsTo": "Limit library events to",
+ "LimitDeviceEventsTo": "Limit devices events to",
+ "ForAdditionalNotificationOptions": "Les services de notifications peuvent être installés par l'administrateur du serveur dans le {0}catalogue d'extensions{1} d'Emby.",
+ "Plugins": "Extensions",
+ "Systems": "Systèmes",
+ "Server": "Serveur",
+ "Dashboard": "Tableau de bord",
+ "PlayOnAnotherDevice": "Lire sur un autre appareil",
+ "HeaderConnectionHelp": "Aide de connexion",
+ "AccessRestrictedTryAgainLater": "L'accès est présentement restreint. Veuillez ré-essayer ultérieurement.",
+ "ButtonGotIt": "J'ai compris",
+ "RememberMe": "Se souvenir de moi",
+ "EmbyServer": "Emby Server",
+ "ManageEmbyServer": "Gérer le serveur Emby",
+ "ShutdownServer": "Arrêter le serveur Emby",
+ "RestartServer": "Redémarrer le serveur Emby",
+ "RecordingCancelled": "Enregistrement annulé.",
+ "SeriesCancelled": "Série annulée.",
+ "Recording": "Recording",
+ "SeriesRecording": "Series Recording",
+ "RecordingScheduled": "Enregistrement programmé.",
+ "SeriesRecordingScheduled": "Enregistrement en série programmé.",
+ "HeaderNewRecording": "Nouvel enregistrement",
+ "HeaderWakeServer": "Réveiller le serveur",
+ "AttemptingWakeServer": "Tentative de réveiller le serveur. Veuillez patienter....",
+ "WakeServerSuccess": "Succès!",
+ "HeaderCustomizeHomeScreen": "Personnaliser l'écran d'accueil",
+ "WakeServerError": "Les paquets Wake On LAN ont été envoyés à votre machine serveur, mais nous ne pouvons pas nous connecter à votre serveur Emby. Votre machine peut avoir besoin d'un peu plus de temps pour se réveiller, ou le serveur Emby peut ne pas être actif sur la machine.",
+ "Days": "Jours",
+ "Network": "Réseau",
+ "Networks": "Réseaux",
+ "SortByValue": "Trier par {0}",
+ "HeaderSortBy": "Trier par",
+ "HeaderPhotoAlbums": "Albums de photos",
+ "Photos": "Photos",
+ "HeaderAppearsOn": "Apparait dans",
+ "List": "Liste",
+ "HeaderRecordSeries": "Enregistrer la série",
+ "HeaderCinemaMode": "Introductions cinématographiques",
+ "Conversions": "Conversions",
+ "Downloads": "Téléchargements",
+ "HeaderManageDownloads": "Gérer les téléchargements",
+ "InternalStorage": "Stockage interne",
+ "ExternalStorage": "Stockage externe",
+ "UploadToFollowingServers": "Téléverser vers les serveurs :",
+ "UploadingNumItems": "Téléversement {0} de {1}",
+ "DownloadNumItems": "Téléchargement {0} sur {1}",
+ "HeaderSampleRate": "Débit échantillon",
+ "HeaderReferenceFrames": "Images de référence",
+ "HeaderBitDepth": "Résolution",
+ "HeaderPixelFormat": "Format de pixel",
+ "Profile": "Profil",
+ "Bitrate": "Débit",
+ "Expand": "Augmenter",
+ "Container": "Conteneur",
+ "Format": "Format",
+ "Path": "Chemin",
+ "Size": "Taille",
+ "Resolution": "Résolution",
+ "HeaderCodecTag": "Étiquette du codec",
+ "Framerate": "Images par seconde",
+ "Interlaced": "Entrelacé",
+ "Anamorphic": "Anamorphique",
+ "Level": "Niveau",
+ "Timestamp": "Horodatage",
+ "Language": "Langue",
+ "Codec": "Codec",
+ "Stream": "Flux",
+ "HeaderExtradata": "Donnée Supplémentaire",
+ "HeaderHardwareAcceleratedTranscoding": "Hardware Accelerated Transcoding",
+ "HeaderHardwareAcceleratedTranscodingDescription": "Take advantage of your server GPU. Emby has the most advanced and fastests hardware accelleration in the industry.",
+ "HeaderOfflineDownloads": "Média hors ligne",
+ "AndMuchMoreExclamation": "And much more!",
+ "HeaderOfflineDownloadsDescription": "Téléchargez le média sur vos appareils pour une utilisation hors ligne facile.",
+ "LiveTvFeatureDescription": "Diffuser la TV en direct vers n'importe quelle application Emby avec un tuner TV compatible installé sur votre serveur Emby.",
+ "DvrFeatureDescription": "Planifiez des enregistrements de TV en direct individuels, des enregistrements de séries et bien plus avec le magnétoscope Emby.",
+ "CinemaModeFeatureDescription": "Les Introductions cinématographiques vous donne une véritable expérience de cinéma avec des bandes annonces et des introductions personnalisées avant le film.",
+ "HeaderFreeApps": "Applications Emby gratuites",
+ "FreeAppsFeatureDescription": "Profitez de l'accès gratuit aux applications Emby pour vos appareils.",
+ "HeaderBecomeProjectSupporter": "Obtenez Emby Première",
+ "HeaderViewServerInfo": "Afficher les informations du serveur",
+ "PlaybackTvModeRequiresEmbyPremiere": "La lecture des médias en mode TV nécessite un {0}abonnement Emby Premiere{1}.",
+ "FeatureRequiresEmbyPremiere": "Cette fonctionnalité nécessite un {0}abonnement Emby Premiere{1}.",
+ "HeaderConvertYourRecordings": "Convertir vos enregistrements",
+ "Record": "Enregistrement",
+ "Save": "Sauvegarder",
+ "Edit": "Modifier",
+ "HeaderSavePlaylist": "Sauvegarder la liste de lecture",
+ "Latest": "Récent",
+ "Download": "Télécharger",
+ "Downloaded": "Téléchargé",
+ "Converted": "Converted",
+ "RemoveFromHistory": "Remove from History",
+ "ConfirmRemoveFromHistory": "Remove this item from the history?",
+ "Downloading": "Téléchargement en cours",
+ "Advanced": "Avancé",
+ "LinkedToEmbyConnect": "Lié à Emby Connect",
+ "Delete": "Supprimer",
+ "Both": "Les deux",
+ "LabelChannelDisplay": "Affichage de la chaîne :",
+ "HeaderDeleteItem": "Supprimer l'élément",
+ "HeaderDeleteUser": "Supprimer l’utilisateur",
+ "DeleteItemConfirmation": "Voulez-vous vraiment supprimer {0} ?",
+ "DeleteUserConfirmation": "Voulez-vous vraiment supprimer l'utilisateur {0} ?",
+ "DeleteUsersConfirmation": "Are you sure you wish to delete these {0} users?",
+ "HeaderDeleteDevice": "Supprimer l’appareil",
+ "DeleteDeviceConfirmation": "Voulez-vous vraiment supprimer cet appareil ? Il réapparaitra la prochaine fois qu'un utilisateur se connectera avec.",
+ "ConfirmDeleteItem": "La suppression de cet élément le supprimera à la fois du système de fichiers et de votre médiathèque.",
+ "FollowingFilesWillBeDeleted": "Les fichiers et répertoires suivant seront supprimés:",
+ "AreYouSureToContinue": "Êtes-vous sûr de vouloir continuer?",
+ "Refresh": "Rafraîchir",
+ "RefreshingMetadataDots": "Actualisation des métadonnées…",
+ "ScanningLibraryFilesDots": "Actualisation des fichiers de la médiathèque…",
+ "HeaderFavoritesThenByChannelNumber": "Favoris, puis par numéro de chaîne",
+ "HeaderAddToCollection": "Ajouter à la Collection",
+ "HeaderFavoritesThenByTitle": "Favoris, puis par titre",
+ "HeaderFavoritesThenByDefault": "Favoris, puis par ordre des chaînes par défaut",
+ "HeaderDefaultChannelOrder": "Ordre des chaînes par défaut",
+ "HeaderAddToFavorites": "Ajouter aux Favoris",
+ "HeaderRemoveFromFavorites": "Retirer des favoris",
+ "Favorited": "Favorited",
+ "Unfavorited": "Unfavorited",
+ "HeaderNewCollection": "Nouvelle Collection",
+ "HeaderNewPlaylist": "Nouvelle Liste de lecture",
+ "AllCollections": "Toutes les collections",
+ "AllPlaylists": "Toutes les listes de lecture",
+ "Create": "Créer",
+ "HeaderAddedToPlaylist": "À été ajouté à la liste de lecture",
+ "HeaderAddedToCollection": "À été ajouté à la collection",
+ "OneItemAddedTo": "1 article à été ajouté à {0}",
+ "ItemsAddedTo": "{0} articles ont été ajouté à {1}",
+ "HeaderAddedToPlayQueue": "À été ajouté à la file d'attente",
+ "HeaderPlayingNext": "Lecture du suivant",
+ "Help": "Aide",
+ "HeaderGetHelp": "Obtenir de l'aide",
+ "LabelTVDisplayMode": "Enable TV display mode",
+ "Desktop": "Bureau",
+ "Mobile": "Mobile / Tablette",
+ "Navigation": "Navigation",
+ "HeaderVideoPlayback": "Lecture vidéo",
+ "TV": "TV",
+ "HeaderEmbyConnect": "Emby Connect",
+ "Seasons": "Saisons",
+ "OneTrack": "1 Piste",
+ "OneSeason": "1 Saison",
+ "Libraries": "Médiathèques",
+ "NumberSeasonsValue": "{0} Saisons",
+ "TVDisplayModeHelp": "Optimize the user interface on this device for display on a TV and input method with a remote control. This is generally not recommended if your primary input method is a mouse or is touch-based.",
+ "LabelDisplayLanguage": "Langue d'affichage :",
+ "LabelDisplayLanguageHelp": "La traduction d'Emby est un projet en cours.",
+ "LearnHowYouCanContribute": "Voir comment vous pouvez contribuer.",
+ "NewCollectionHelp": "Les collections vous permettent de créer des regroupements personnalisés de films et d'autres contenus de la bibliothèque.",
+ "SearchForCollectionInternetMetadata": "Rechercher sur Internet les images et les métadonnées",
+ "DisplayMissingEpisodesWithinSeasons": "Afficher les épisodes manquants dans les saisons",
+ "DisplayMissingEpisodesWithinSeasonsHelp": "Cette option doit aussi être activée pour les médiathèques TV dans les paramètres du serveur Emby.",
+ "EnableThemeSongs": "Activer les thèmes musicaux",
+ "EnableBackdrops": "Activer les images d'arrière-plans",
+ "EnableThemeSongsHelp": "Si activé, les thèmes musicaux seront lus en arrière-plan pendant la navigation dans la médiathèque.",
+ "EnableBackdropsHelp": "Si activé, les images d'arrière-plan seront affichées sur certaines pages pendant la navigation dans la médiathèque.",
+ "EnableThemeVideos": "Activer les thèmes vidéos",
+ "EnableThemeVideosHelp": "Si activé, les thèmes vidéos seront lus en arrière-plan tout en parcourant la médiathèque.",
+ "RunAtStartup": "Exécuter au démarrage",
+ "ServerStartup": "Server Startup",
+ "EmbyServerOnXHasStarted": "Emby Server on {0} has started.",
+ "LabelScreensaver": "Économiseur d'écran :",
+ "LabelSoundEffects": "Effets sonores :",
+ "LabelName": "Nom:",
+ "NewCollectionNameExample": "Exemple: Collection Star Wars",
+ "MessageItemsAdded": "Éléments ajoutés.",
+ "OptionNew": "Nouveau...",
+ "LabelPlaylist": "Liste de lecture:",
+ "AddToPlaylist": "Ajouter à la liste de lecture",
+ "HeaderAddToPlaylist": "Ajouter à la liste de lecture",
+ "Subtitles": "Sous-titres",
+ "LabelTheme": "Thème :",
+ "LabelSettingsTheme": "Paramètres du thème :",
+ "LabelThemeAccentColor": "Couleur des alertes:",
+ "ThemeAccentColorDescription": "Contrôle la couleur des indicateurs importants, icônes et textes.",
+ "SearchForSubtitles": "Rechercher des sous-titres",
+ "LabelLanguage": "Langage:",
+ "Search": "Rechercher",
+ "NoSubtitleSearchResultsFound": "Aucun résultat trouvé. Avez-vous configuré le {0}téléchargement de sous-titres{1} ?",
+ "NoLyricsSearchResultsFound": "Aucun résultat trouvé. Avez-vous configuré le {0}téléchargement des paroles{1} ?",
+ "Lyrics": "Paroles",
+ "SearchForLyrics": "Rechercher les paroles",
+ "Finish": "Terminer",
+ "File": "Fichier",
+ "Exit": "Quitter",
+ "Sleep": "Veille",
+ "Setup": "Configuration",
+ "MessageAreYouSureDeleteSubtitles": "Voulez-vous vraiment supprimer ce fichier de sous-titres ?",
+ "ConfirmDeletion": "Confirmer la suppression",
+ "MySubtitles": "Mes sous-titres",
+ "MessageDownloadQueued": "Téléchargement mis en file d'attente.",
+ "HeaderEditSubtitles": "Modifier les sous-titres",
+ "UnlockGuide": "Déverrouiller le guide",
+ "HeaderRefreshMetadata": "Actualiser les métadonnées",
+ "HeaderRefreshAllMetadata": "Actualiser toutes les métadonnées",
+ "ReplaceExistingImages": "Remplacer les images existantes",
+ "ReplaceExistingImagesHelp": "Toutes les images existantes seront supprimées et de nouvelles seront téléchargées. Dans certains cas, cela peut entraîner moins d'images disponibles qu'auparavant.",
+ "ReplaceAllMetadata": "Remplacer toutes les métadonnées",
+ "SearchForMissingMetadata": "Rechercher pour les métadonnées manquantes",
+ "LabelRefreshMode": "Mode d'actualisation :",
+ "NoItemsFound": "Aucun élément trouvé",
+ "HeaderSaySomethingLike": "Disez quelque chose comme....",
+ "ButtonTryAgain": "Ré-essayer",
+ "HeaderYouSaid": "Vous avez dit...",
+ "MessageWeDidntRecognizeCommand": "Nous sommes désolés, nous n'avons pas reconnu cette commande.",
+ "MessageIfYouBlockedVoice": "Si vous avez refusé l'accès vocal à l'application, vous devrez reconfigurer avant de réessayer.",
+ "ValueDiscNumber": "Disque {0}",
+ "Unrated": "Non noté",
+ "Favorite": "Favori",
+ "Like": "J'aime",
+ "Dislike": "Je n'aime pas",
+ "RefreshDialogHelp": "Les métadonnées sont actualisées en fonction des paramètres et des services Internet qui sont activés dans le tableau de bord du serveur Emby.",
+ "Open": "Ouvrir",
+ "Play": "Lire",
+ "Pause": "Pause",
+ "HeaderPlayQueue": "Jouer la file d'attente",
+ "HeaderAddToPlayQueue": "Ajouter à la file d'attente",
+ "Shuffle": "Aléatoire",
+ "Identify": "Identifier",
+ "HeaderRemoveIdentification": "Remove Identification",
+ "ResetMetadataConfirmation": "Are you sure you wish to reset all metadata?",
+ "HeaderEditMetadata": "Modifier les métadonnées",
+ "Convert": "Convertir",
+ "Resume": "Reprendre",
+ "HeaderInstantMix": "Mix instantané",
+ "HeaderGoToItem": "Go to Item",
+ "HeaderGoToSeason": "Go to Season",
+ "HeaderGoToSeries": "Go to Series",
+ "HeaderGoToAlbum": "Go to Album",
+ "HeaderGoToArtist": "Go to Artist",
+ "HeaderPlayAll": "Lire tout",
+ "PictureInPicture": "Image dans image",
+ "Fullscreen": "Plein écran",
+ "ExitFullscreen": "Sortir du plein écran",
+ "Rewind": "Rembobiner",
+ "FastForward": "Avance rapide",
+ "Remove": "Supprimer",
+ "Rename": "Renommer",
+ "Queue": "File d'attente",
+ "QueueAllFromHere": "Tout mettre en file d'attente à partir d'ici",
+ "PlayAllFromHere": "Tout lire à partir d'ici",
+ "PlayFromBeginning": "Lire du début",
+ "FromBeginning": "Depuis le début",
+ "ResumeAt": "Reprendre à partir de {0}",
+ "HeaderRemoveFromPlaylist": "Supprimer de la liste de lecture",
+ "HeaderRemoveFromPlayQueue": "Remove from Play Queue",
+ "HeaderRemoveFromCollection": "Supprimer de la collection",
+ "Sort": "Trier",
+ "Trailer": "Bande-annonce",
+ "SelectNone": "Ne rien sélectionner",
+ "SelectAll": "Tout sélectionner",
+ "HeaderMarkPlayed": "Marquer comme vu",
+ "HeaderMarkUnplayed": "Marquer comme non lu",
+ "HeaderGroupVersions": "Grouper les versions",
+ "PleaseSelectTwoItems": "Veuillez sélectionner au moins deux éléments.",
+ "HeaderConfirmRecordingCancellation": "Confirmer l'annulation de l'enregistrement",
+ "MessageConfirmRecordingCancellation": "Annuler l'enregistrement?",
+ "Album": "Album",
+ "AlbumArtist": "Artiste(s) de l'album",
+ "Error": "Erreur",
+ "VoiceInput": "Entrée vocale",
+ "LabelContentType": "Type de contenu :",
+ "LabelPath": "Chemin :",
+ "Playlists": "Listes de lecture",
+ "LabelTitle": "Titre :",
+ "LabelOriginalTitle": "Titre original :",
+ "LabelSortTitle": "Titre de tri :",
+ "LabelDateAdded": "Date d'ajout :",
+ "DateAdded": "Date d'ajout",
+ "DateModified": "Date Modified",
+ "DatePlayed": "Date de lecture",
+ "DateLastActive": "Date Last Active",
+ "ConfigureDateAdded": "Configurez comment la date d'ajout est déterminée dans le tableau de bord du serveur Emby, dans Médiathèque, Avancé",
+ "LabelStatus": "État :",
+ "LabelArtistsHelp": "Séparer les différents éléments par ;",
+ "HeaderAlbumArtists": "Artistes de l'album",
+ "LabelAlbumArtists": "Artistes de l'album :",
+ "LabelAlbum": "Album :",
+ "Artist": "Artiste",
+ "Artists": "Artistes",
+ "ImdbRating": "Note IMDb",
+ "CommunityRating": "Note de la communauté",
+ "LabelCommunityRating": "Note de la communauté :",
+ "LabelCriticRating": "Note des critiques :",
+ "CriticRating": "Note de la critique",
+ "LabelWebsite": "Site internet :",
+ "Tagline": "Tagline",
+ "LabelOverview": "Synopsis :",
+ "LabelShortOverview": "Résumé :",
+ "LabelReleaseDate": "Date de sortie :",
+ "LabelPlaceOfBirth": "Lieu de naissance :",
+ "Aired": "Diffusé",
+ "LabelAirDays": "Jours de diffusion :",
+ "LabelAirTime": "Heure de diffusion :",
+ "LabelRuntimeMinutes": "Durée (minutes) :",
+ "LabelCustomRating": "Note personnalisée :",
+ "LabelOriginalAspectRatio": "Ratio d'aspect original :",
+ "Label3DFormat": "Format 3D :",
+ "FormatValue": "Format : {0}",
+ "DownloadsValue": "{0} téléchargements",
+ "HashMatch": "Hachage correspondant",
+ "EnableExternalVideoPlayers": "Activer les lecteurs vidéo externes",
+ "EnableExternalVideoPlayersHelp": "Une liste des lecteurs externes sera affichée au lancement de la lecture d'une vidéo.",
+ "HeaderSpecialEpisodeInfo": "Informations de l'épisode spécial",
+ "LabelAirsDuringSeason": "Diffusion durant la saison :",
+ "LabelAirsAfterSeason": "Diffusion après la saison :",
+ "LabelAirsBeforeEpisode": "Diffusion avant l'épisode :",
+ "HeaderExternalIds": "Identifiants externes :",
+ "HeaderDisplaySettings": "Paramètres d'affichage",
+ "PlaylistOrder": "Ordre de la playlist",
+ "CollectionOrder": "Ordre de la collection",
+ "LabelDisplayOrder": "Ordre d'affichage :",
+ "LabelFileOrder": "File order",
+ "Display": "Affichage",
+ "Countries": "Pays",
+ "Genres": "Genres",
+ "Studios": "Studios",
+ "Tags": "Étiquettes",
+ "Links": "Liens",
+ "Movie": "Film",
+ "Program": "Program",
+ "Channel": "Channel",
+ "Episode": "Épisode",
+ "Season": "Saison",
+ "HeaderMetadataSettings": "Paramètres des métadonnées",
+ "People": "Personnes",
+ "Number": "Numéro",
+ "Lock": "Verrouiller",
+ "HeaderScreenLocked": "Écran Verrouillé",
+ "HeaderUnlockControls": "Déverrouiller les touches",
+ "HeaderTapToUnlock": "Appuyer pour déverrouiller",
+ "LabelMetadataDownloadLanguage": "Langue de téléchargement des métadonnées préférée :",
+ "LabelImageDownloadLanguage": "Langue de téléchargement des images préférée :",
+ "LabelLockItemToPreventChanges": "Verrouiller cet élément pour éviter de futures modifications",
+ "LockThisField": "Verrouillez ce champ pour empêcher les modifications futures lors de l'actualisation des métadonnées",
+ "MessageLeaveEmptyToInherit": "Laisser vide pour hériter des paramètres de l'élément parent, ou de la valeur globale par défaut.",
+ "LabelCountry": "Pays :",
+ "LabelCertificationCountry": "Certification country",
+ "CertificationCountryHelp": "This will influence which content rating system is used.",
+ "LabelDynamicExternalId": "ID {0} :",
+ "LabelBirthYear": "Année de naissance :",
+ "LabelBirthDate": "Date de naissance :",
+ "LabelDeathDate": "Date de décès :",
+ "LabelEndDate": "Date de fin :",
+ "LabelSeasonNumber": "Numéro de saison :",
+ "LabelEpisodeNumber": "Numéro d'épisode :",
+ "LabelTrackNumber": "Numéro de piste :",
+ "LabelNumber": "Numéro :",
+ "LabelDiscNumber": "Numéro de disque :",
+ "LabelParentNumber": "Numéro du parent :",
+ "SortName": "Nom de tri",
+ "OriginalTitle": "titre original",
+ "ReleaseDate": "Date de sortie",
+ "Continuing": "En cours",
+ "Ended": "Terminé",
+ "HeaderEnabledFields": "Activer les champs",
+ "HeaderEnabledFieldsHelp": "Décocher un champ pour le verrouiller et empêcher ses données d'être modifiées.",
+ "Backdrops": "Arrière-plans",
+ "Images": "Images",
+ "Runtime": "Durée",
+ "ProductionLocations": "Sites de production",
+ "BirthLocation": "Lieu de naissance",
+ "ParentalRating": "Classement parentale",
+ "PlayCount": "Nombre de lectures",
+ "Name": "Nom",
+ "Overview": "Synopsis",
+ "LabelType": "Type :",
+ "LabelPersonRole": "Rôle :",
+ "LabelPersonRoleHelp": "Exemple : Chauffeur de camion de crème glacée",
+ "Actor": "Acteur(trice)",
+ "Composers": "Compositeurs",
+ "Composer": "Compositeur(trice)",
+ "Director": "Réalisateur(trice)",
+ "GuestStar": "Artiste Invité",
+ "Producer": "Producteur(trice)",
+ "Writer": "Scénariste",
+ "MessageNoSyncJobsFound": "Aucun téléchargement trouvé. Vous pouvez créer des tâches de téléchargement grâce aux boutons Télécharger présents dans l'application.",
+ "MessageNoDownloadsFound": "Aucun téléchargement hors ligne. Téléchargez votre contenu multimédia pour une utilisation hors ligne en cliquant sur Télécharger dans l'application.",
+ "InstallingPackage": "Installation de {0}",
+ "PackageInstallCompleted": "L'installation de {0} est terminée.",
+ "PackageInstallFailed": "L'installation de {0} a échoué.",
+ "PackageInstallCancelled": "L'installation de {0} a été annulée.",
+ "SeriesYearToPresent": "{0} - Présent",
+ "OneDevice": "1 appareil",
+ "DeviceCountValue": "{0} appareils",
+ "OneLog": "1 journal",
+ "LogCountValue": "{0} journaux",
+ "OneVote": "1 vote",
+ "VoteCountValue": "{0} votes",
+ "OneLike": "1 j'aime",
+ "LikeCountValue": "{0} j'aime",
+ "OneUser": "1 utilisateur",
+ "UserCountValue": "{0} utilisateurs",
+ "OneLibrary": "1 médiathèque",
+ "LibraryCountValue": "{0} médiathèques",
+ "ValueOneItem": "1 élément",
+ "ValueOneEpisode": "1 épisode",
+ "ValueEpisodeCount": "{0} épisodes",
+ "Albums": "Albums",
+ "Song": "Chanson",
+ "Songs": "Chansons",
+ "Authors": "Auteurs",
+ "Books": "Livres",
+ "AudioBooks": "Livres audio",
+ "HeaderAudioBooks": "Livres audios",
+ "HeaderAudioBook": "Audio Book",
+ "HeaderIdentifyItemHelp": "Entrez un ou plusieurs critères de recherche. Retirez des critères pour élargir les résultats de la recherche.",
+ "PleaseEnterNameOrId": "Veuillez saisir un nom ou un identifiant externe.",
+ "MessageItemSaved": "Élément enregistré.",
+ "SearchResults": "Résultats de la recherche",
+ "ServerNameIsRestarting": "Serveur Emby - {0} redémarre.",
+ "ServerNameIsShuttingDown": "Serveur Emby - {0} s'arrête.",
+ "HeaderDeleteItems": "Supprimer les éléments",
+ "ConfirmDeleteItems": "La suppression de ces éléments les supprimeront à la fois du système de fichiers et de votre médiathèque.",
+ "PleaseRestartServerName": "Veuillez redémarrer le serveur Emby - {0}.",
+ "ConvertingDots": "Conversion...",
+ "LabelSyncNoTargetsHelp": "Il semble que vous n'ayez actuellement aucune application qui supporte le téléchargement hors ligne.",
+ "DownloadingDots": "Téléchargement...",
+ "LearnMore": "En savoir plus",
+ "LabelBitrateMbps": "Débit (Mbps) :",
+ "ConvertUnwatchedVideosOnly": "Convertir les vidéos non lues uniquement",
+ "SyncUnwatchedVideosOnly": "Télécharger seulement les vidéos non lues",
+ "ConvertUnwatchedVideosOnlyHelp": "Seulement les vidéos non lues seront converties",
+ "SyncUnwatchedVideosOnlyHelp": "Seule les vidéos non lues seront téléchargées et les vidéos seront supprimées de l'appareil au fur et à mesure que vous les regardez.",
+ "AutomaticallySyncNewContent": "Télécharger automatiquement le nouveau contenu",
+ "AutomaticallySyncNewContentHelp": "Le nouveau contenu ajouté à ce dossier sera automatiquement transféré vers l'appareil.",
+ "AutomaticallyConvertNewContent": "Convertir automatiquement les nouveaux contenus",
+ "AutomaticallyConvertNewContentHelp": "Les nouveaux contenus seront automatiquement convertis",
+ "LabelItemLimit": "Éléments maximum :",
+ "ConvertItemLimitHelp": "Optionnel. Définir une limite de nombre d'éléments à convertir.",
+ "DownloadItemLimitHelp": "Optionnel. Définir une limite de nombre d'éléments à télécharger.",
+ "PleaseSelectDeviceToSyncTo": "Veuillez sélectionner l'appareil auquel le téléchargement doit être envoyé.",
+ "Screenshots": "Captures d'écran",
+ "MoveRight": "Déplacer à droite",
+ "MoveLeft": "Déplacer à gauche",
+ "HeaderUploadNewImage": "Transférer une nouvelle image",
+ "HeaderDeleteImage": "Supprimer l'image",
+ "ConfirmDeleteImage": "Supprimer l'image ?",
+ "HeaderEditImages": "Modifier les images",
+ "Settings": "Paramètres",
+ "ShowIndicatorsFor": "Montrer les indicateurs pour :",
+ "Episodes": "Épisodes",
+ "Programs": "Programmes",
+ "HeaderCastCrew": "Acteurs et équipe",
+ "DvrSubscriptionRequired": "La TV en direct et le magnétoscope Emby nécessitent un {0}abonnement Emby Premiere{1}.",
+ "HeaderCancelRecording": "Annuler l'enregistrement",
+ "HeaderKeepRecording": "Conserver l'enregistrement",
+ "HeaderCancelSeries": "Annuler la série",
+ "HeaderKeepSeries": "Conserver la série",
+ "HeaderLearnMore": "En savoir plus",
+ "SeriesSettings": "Paramètres de la série",
+ "HeaderRecordingOptions": "Options d'enregistrement",
+ "HeaderDoNotRecord": "Ne pas enregistrer",
+ "HeaderSeriesOptions": "Options de la série",
+ "Layout": "Répartition",
+ "Channels": "Chaînes",
+ "ChannelNameOnly": "Seulement la chaîne {0}",
+ "Anytime": "N'importe quand",
+ "AnyLanguage": "N'importe quel langage",
+ "AroundTime": "Aux environs de {0}",
+ "HeaderLatestMovies": "Derniers films",
+ "All": "Tout",
+ "Stop": "Arrêt",
+ "AllChannels": "Toutes les chaînes",
+ "NewEpisodesOnly": "Uniquement les nouveaux épisodes",
+ "AllEpisodes": "Tous les épisodes",
+ "LabelStartWhenPossible": "Commencer si possible :",
+ "LabelStopWhenPossible": "Arrêter si possible :",
+ "MinutesBefore": "minutes avant",
+ "MinutesAfter": "minutes après",
+ "SkipEpisodesAlreadyInMyLibrary": "Ne pas enregistrer les épisodes déjà présents dans ma médiathèque",
+ "SkipEpisodesAlreadyInMyLibraryHelp": "Les épisodes seront comparés en utilisant le numéro de saison et le numéro d'épisode, s'ils sont disponibles.",
+ "LabelKeepUpTo": "Conserver jusqu'à :",
+ "AsManyAsPossible": "Autant que possible",
+ "DefaultErrorMessage": "Il y a eu une erreur lors de l'exécution de la requête. Veuillez réessayer plus tard.",
+ "UntilIDelete": "Jusqu'à ce que je le supprime",
+ "UntilSpaceNeeded": "Jusqu'à ce que l'espace disque soit nécessaire",
+ "Categories": "Catégories",
+ "Sports": "Sports",
+ "News": "Actualités",
+ "Movies": "Films",
+ "Music": "Musique",
+ "Kids": "Jeunesse",
+ "MoreFromValue": "Plus de {0}",
+ "DiedValue": "Décédé(e): {0}",
+ "BornValue": "Né(e): {0}",
+ "EnableColorCodedBackgrounds": "Activer les fonds avec code couleur, basé sur leur catégorie",
+ "SortChannelsBy": "Trier les chaînes par :",
+ "ChannelNumber": "Numéro de chaîne",
+ "HeaderBenefitsEmbyPremiere": "Les avantages d'Emby Premiere",
+ "ThankYouForTryingEnjoyOneMinute": "Profitez d'une minute de lecture. Merci d'avoir essayé Emby.",
+ "HeaderTryPlayback": "Essayer la lecture",
+ "HowDidYouPay": "Comment avez-vous payé ?",
+ "IHaveEmbyPremiere": "J'ai Emby Premiere",
+ "IPurchasedThisApp": "J'ai acheté cette application",
+ "ButtonRestorePreviousPurchase": "Restaurer l'achat",
+ "ButtonUnlockWithPurchase": "Déverrouillez avec un achat",
+ "ButtonUnlockPrice": "Déverrouiller {0}",
+ "EmbyPremiereMonthlyWithPrice": "Emby Premiere {0} mensuel",
+ "HeaderAlreadyPaid": "Vous avez déjà payé ?",
+ "ButtonPlayOneMinute": "Lire une minute",
+ "PlaceFavoriteChannelsAtBeginning": "Mettre vos chaînes favorites au début",
+ "HeaderUnlockFeature": "Déverrouiller la fonctionnalité",
+ "MessageDidYouKnowCinemaMode": "Saviez-vous qu'avec Emby Première, vous pouvez améliorer votre expérience utilisateur grâce à des fonctionnalités comme les Introductions cinématographiques ?",
+ "HeaderPlayMyMedia": "Jouer mon média",
+ "HeaderDiscoverEmbyPremiere": "Découvrez Emby Premiere",
+ "HeaderNowPlaying": "Lecture en cours",
+ "Items": "Éléments",
+ "AppName": "App Name",
+ "OneChannel": "Une chaîne",
+ "ConfirmRemoveDownload": "Supprimer le téléchargement ?",
+ "ConfirmRemoveItem": "Remove item?",
+ "RemoveDownload": "Supprimer le téléchargement",
+ "ConfirmCancelConversion": "Cancel conversion?",
+ "CancelConversion": "Cancel Conversion",
+ "KeepDownload": "Conserver le téléchargement",
+ "AddedOnValue": "Ajouté le {0}",
+ "RemovingFromDevice": "Suppression de l'appareil",
+ "KeepOnDevice": "Conserver sur l'appareil",
+ "CancelDownload": "Annuler le téléchargement",
+ "SyncJobItemStatusReadyToTransfer": "Prêt pour le transfert",
+ "SyncJobItemStatusSyncedMarkForRemoval": "Suppression de l'appareil",
+ "SyncJobItemStatusQueued": "Mis en file d'attente",
+ "SyncJobItemStatusConverting": "Conversion en cours",
+ "SyncJobItemStatusTransferring": "Transfert en cours",
+ "SyncJobItemStatusSynced": "Téléchargé",
+ "Failed": "Failed",
+ "SyncJobItemStatusRemovedFromDevice": "Supprimé de l'appareil",
+ "Cancelled": "Cancelled",
+ "Retry": "Réessayer",
+ "Continue": "Continuer",
+ "ContinueInSecondsValue": "Continuer dans {0} secondes.",
+ "HeaderRemoteControl": "Télécommande",
+ "Disconnect": "Se déconnecter",
+ "EnableDisplayMirroring": "Activer l'affichage mirroir",
+ "RemoteAccess": "Remote Access",
+ "HeaderPlayOn": "Jouer sur",
+ "Quality": "Qualité",
+ "Auto": "Auto",
+ "AndroidUnlockRestoreHelp": "Pour restaurer votre achat précédent, assurez-vous de vous connecter à l'appareil avec le même compte Google (ou Amazon) qui a effectué l'achat. Assurez-vous que la boutique d'applications est activée et n'est restreinte par aucun contrôle parental, et assurez-vous d'avoir une connexion Internet fonctionnelle. Vous n'aurez à le faire qu'une seule fois, pour restaurer votre achat précédent.",
+ "HeaderAspectRatio": "Format d’image",
+ "Original": "Original",
+ "Fill": "Remplir",
+ "Cover": "Couverture",
+ "MessageNoServersAvailableToConnect": "Connexion impossible, aucun serveur disponible. Si vous avez été invité à partager un serveur, veuillez accepter ci-dessous ou en cliquant sur le lien dans le courriel.",
+ "MessagePlayAccessRestricted": "La lecture de ce contenu est actuellement restreinte. Contactez l'administrateur de votre serveur Emby pour plus d'informations.",
+ "Accept": "Accepter",
+ "Reject": "Refuser",
+ "Connect": "Se connecter",
+ "HeaderMyMedia": "Mes Médias",
+ "HeaderMyMediaSmall": "Mes médias (petit)",
+ "LatestFromLibrary": "{0}, ajouts récents",
+ "HeaderLatestEpisodes": "Derniers épisodes",
+ "ContinuePlaying": "Reprendre la lecture",
+ "ContinueWatching": "Continuez à regarder",
+ "HeaderLatestChannelMedia": "Derniers éléments de la chaîne",
+ "HeaderContinueWatching": "Continuer à regarder",
+ "HeaderContinueListening": "Reprendre l'écoute",
+ "HeaderActiveRecordings": "Enregistrements actifs",
+ "HeaderLatestRecordings": "Derniers enregistrements",
+ "LabelConvertTo": "Convertir en :",
+ "LabelDownloadTo": "Télécharger vers :",
+ "HeaderDownloadToDots": "Télécharger vers…",
+ "Next": "Suivant",
+ "LabelSource": "Source:",
+ "VersionNumber": "Version {0}",
+ "HeaderAllLanguages": "Toutes les langues",
+ "Previous": "Précédent",
+ "HeaderNextUp": "À Suivre",
+ "HeaderPlayNextUp": "Lire le suivant",
+ "HeaderLatestFrom": "{0}, ajouts récents",
+ "LabelHomeScreenSectionValue": "Section {0} de l'accueil :",
+ "PasswordResetComplete": "Le mot de passe a été réinitialisé.",
+ "PasswordSaved": "Mot de passe sauvegardé.",
+ "SettingsSaved": "Paramètres enregistrés.",
+ "Upcoming": "À venir",
+ "HeaderSelectImageFile": "Sélectionnez le fichier image",
+ "None": "Aucun",
+ "More": "Plus",
+ "Up": "Haut",
+ "Down": "Bas",
+ "Home": "Accueil",
+ "Back": "Retour",
+ "Random": "Aléatoire",
+ "Playback": "Lecture",
+ "Favorites": "Favoris",
+ "HeaderHomeScreen": "Écran d'accueil",
+ "HeaderLatestChannelItems": "Derniers éléments de la chaîne",
+ "HeaderLibraryOrder": "Ordre de la médiathèque",
+ "HeaderOnNow": "En ce moment",
+ "HeaderForKids": "Jeunesse",
+ "HeaderPlaybackError": "Erreur de lecture",
+ "PlaybackErrorNotAllowed": "Vous n'êtes pas autorisé à lire ce contenu. Veuillez contacter votre administrateur système pour plus de détails.",
+ "RateLimitExceeded": "Votre compte a dépassé la limite de diffusion maximum définie par l’administrateur de votre serveur Emby. Contactez-le pour toute assistance.",
+ "PlaybackErrorNoCompatibleStream": "Aucun flux compatible n'est actuellement disponible. Veuillez réessayer plus tard ou contactez votre administrateur système pour plus de détails.",
+ "PlaybackErrorPlaceHolder": "Veuillez insérer le disque pour lire cette vidéo.",
+ "PlaybackErrorNoPlayableItems": "Aucun élément jouable n'a été trouvé. Essayez-vous de lire un dossier vide ?",
+ "Guide": "Guide",
+ "Games": "Jeux",
+ "GameSystem": "Système de jeu",
+ "Suggestions": "Suggestions",
+ "HeaderFavoriteChannels": "Chaînes préférées",
+ "HeaderFavoriteCollections": "Collections Favorites",
+ "HeaderFavoritePlaylists": "Listes de lecture favorites",
+ "Collection": "Collection",
+ "Collections": "Collections",
+ "LabelSelectFolderGroups": "Grouper automatiquement le contenu des dossiers suivants dans des catégories telles que Films, Musique et TV :",
+ "LabelSelectFolderGroupsHelp": "Les dossiers qui ne sont pas cochés seront affichés tels quels, avec leur propre vue.",
+ "Mute": "Sourdine",
+ "Unmute": "Désactiver sourdine",
+ "Folder": "Folder",
+ "Folders": "Dossiers",
+ "FileName": "Nom de fichier",
+ "DisplayInOtherHomeScreenSections": "Afficher dans les sections secondaires de l’écran d’accueil comme Ajouts récents et Reprendre",
+ "DisplayInMyMedia": "Afficher sur l’écran d’accueil",
+ "Shows": "Émissions",
+ "MoviesAndShows": "Movies & Shows",
+ "HeaderMusicVideo": "Vidéo musicale",
+ "HeaderMusicVideos": "Vidéos musicales",
+ "MusicVideos": "Vidéos musicales",
+ "Videos": "Vidéos",
+ "MixedContent": "Contenu mixte",
+ "HomeVideos": "Vidéos personnelles",
+ "HomeVideosAndPhotos": "Vidéos et photos personnelles",
+ "TVShows": "TV",
+ "HeaderLibraryFolders": "Dossiers de la médiathèque",
+ "HeaderTermsOfPurchase": "Conditions d'achat",
+ "PrivacyPolicy": "Politique de confidentialité",
+ "TermsOfUse": "Conditions d'utilisation",
+ "HeaderRepeatMode": "Mode répétition",
+ "HeaderToneMapping": "Mappage des tons",
+ "RepeatOne": "Répéter un média",
+ "RepeatAll": "Tout répéter",
+ "LabelDefaultScreen": "Écran par défaut",
+ "ConfirmEndPlayerSession": "Voulez-vous arrêter Emby sur {0} ?",
+ "Yesterday": "Hier",
+ "Yes": "Oui",
+ "No": "Non",
+ "HeaderScanLibraryFiles": "Actualiser les fichiers de la médiathèque",
+ "LiveTV": "TV en direct",
+ "Schedule": "Planning",
+ "Recordings": "Enregistrements",
+ "ScanForNewAndUpdatedFiles": "Actualiser pour détecter les nouveaux fichiers et les modifications",
+ "NewVersionOfXAvailableForY": "{0} est disponible pour {1}",
+ "DirectStreamHelp1": "Le média est compatible avec l'appareil en ce qui concerne la résolution et le type de média (H.264, AC3 etc), mais se trouve dans un conteneur de fichiers incompatible (.mkv, .avi, .wmv etc). La vidéo sera rempaquetée à la volée avant d'être diffusée à l'appareil.",
+ "DirectStreamHelp2": "Le streaming en direct d'un fichier utilise très peu de puissance de traitement sans perte de qualité vidéo.",
+ "MediaIsBeingConverted": "Le média est converti en un format compatible avec l'appareil qui lit le média.",
+ "StatsForNerds": "Statistiques pour les geeks",
+ "HeaderHardwareAcceleratedDecoding": "Décodage avec accélération matérielle",
+ "HeaderHardwareAcceleratedEncoding": "Encodage avec accélération matérielle",
+ "HeaderDirectPlay": "Lecture directe",
+ "DirectPlaying": "Lecture directe",
+ "DirectStreaming": "Streaming direct",
+ "Transcode": "Transcoder",
+ "Transcoding": "Transcodage",
+ "ContainerBitrateExceedsLimit": "Le débit du média dépasse la limite.",
+ "VideoCodecNotSupported": "Codec vidéo non supporté",
+ "AudioCodecNotSupported": "Codec audio non supporté",
+ "SubtitleCodecNotSupported": "Format des sous-titres non pris en charge",
+ "DirectPlayError": "Erreur de lecture directe",
+ "ContainerNotSupported": "Conteneur non pris en charge",
+ "VideoLevelNotSupported": "Niveau vidéo non pris en charge",
+ "AudioBitrateNotSupported": "Débit audio non pris en charge",
+ "AudioChannelsNotSupported": "Canaux audio non prises en charge",
+ "VideoResolutionNotSupported": "Résolution vidéo non prise en charge",
+ "AudioProfileNotSupported": "Profil audio non pris en charge",
+ "AudioSampleRateNotSupported": "Taux d'échantillonnage audio non pris en charge",
+ "AnamorphicVideoNotSupported": "Vidéo anamorphique non prise en charge",
+ "InterlacedVideoNotSupported": "Vidéo entrelacée non prise en charge",
+ "SecondaryAudioNotSupported": "Commutation de piste audio non prise en charge",
+ "ExternalAudioNotSupported": "Selecting external audio track",
+ "ErrorRemovingEmbyConnectAccount": "Une erreur est survenue pendant la suppression du compte Emby Connect. Veuillez vous assurer que vous avez une connexion internet active puis réessayez.",
+ "HeaderEmbyAccountRemoved": "Compte Emby supprimé",
+ "MessageEmbyAccontRemoved": "Le compte Emby a été supprimé pour cet utilisateur.",
+ "HeaderInvitationSent": "Invitation envoyée",
+ "Offline": "Hors ligne",
+ "HeaderSignUp": "S'inscrire",
+ "ServerDownloadMessage": "Pour télécharger et installer le serveur Emby gratuit, visitez {0}.",
+ "ServerDownloadMessageWithoutLink": "Pour télécharger et installer le serveur Emby gratuit, visitez le site web d’Emby.",
+ "MessageInvitationSentToUser": "Un courriel a été envoyé à {0} avec votre invitation de partage.",
+ "MessageInvitationSentToNewUser": "Un courriel a été envoyé à {0}, les invitant à s'inscrire à Emby.",
+ "GuestUserNotFound": "Utilisateur non trouvé. Veuillez vérifier que le nom est correct et essayez à nouveau, ou essayez de renseigner l'adresse courriel.",
+ "ErrorReachingEmbyConnect": "Une erreur est survenue pendant la connexion au serveur Emby Connect. Veuillez vous assurer que vous avez une connexion internet active puis réessayez.",
+ "ErrorAddingEmbyConnectAccount1": "Une erreur est survenue lors de l'ajout du compte Emby Connect. Avez-vous créé un compte Emby ? Inscrivez-vous sur {0}.",
+ "ErrorAddingEmbyConnectAccount2": "Si le problème persiste, veuillez envoyer un courriel à {0} avec l'adresse utilisée lors de la création de votre compte Emby.",
+ "ErrorAddingGuestAccount1": "Une erreur est survenue lors de l'ajout du compte Emby Connect. Vos invités ont-ils créé un compte Emby ? Ils peuvent s'inscrire sur {0}.",
+ "ErrorAddingGuestAccount2": "Si le problème persiste, veuillez envoyer un courriel à {0} en précisant votre adresse courriel ainsi que la leur.",
+ "MessageEmbyAccountAdded": "Le compte Emby a été ajouté à cet utilisateur.",
+ "MessagePendingEmbyAccountAdded": "Le compte Emby a été ajouté à cet utilisateur. Un courriel sera envoyé au propriétaire du compte. Cette invitation devra être confirmée en cliquant sur un lien présent dans le courriel.",
+ "HeaderEmbyAccountAdded": "Compte Emby ajouté",
+ "Skip": "Passer",
+ "HeaderAdditionalParts": "Parties additionnelles",
+ "ButtonGenerateNewPin": "Générer un nouveau code PIN",
+ "ConnectLoginHelp1": "Avec Emby Connect vous pouvez aisément accéder à votre serveur Emby où que vous soyez et partager vos serveurs avec votre famille et vos amis.",
+ "CreatePinErrorMessage": "Une erreur est survenue lors de la création du code PIN. Veuillez cliquer sur Générer un nouveau code PIN pour réessayer.",
+ "PinExpiredMessage": "Le code PIN a expiré. Veuillez cliquer sur Générer un nouveau code PIN pour réessayer.",
+ "ConnectPinCodeHeader": "Pour vous connecter avec Emby Connect, utilisez un appareil mobile ou un ordinateur pour visiter {0} et saisissez le code PIN suivant :",
+ "LabelSubtitlePlaybackMode": "Mode des sous-titres :",
+ "ErrorDeletingItem": "Une erreur s'est produite lors de la suppression de l'élément du serveur Emby. Vérifiez que le serveur Emby a un accès en écriture au dossier multimédia et réessayez.",
+ "NoSubtitles": "Pas de sous-titres",
+ "Default": "Par défaut",
+ "Absolute": "Absolu",
+ "Smart": "Intelligent",
+ "Small": "Petit",
+ "Smaller": "Plus petit",
+ "Medium": "Moyen",
+ "Large": "Grand",
+ "Larger": "Plus grand",
+ "ExtraLarge": "Très grand",
+ "ExtraSmall": "Plus petit",
+ "Forced": "Forcé",
+ "External": "Externe",
+ "HeaderEmbeddedTitle": "Titre intégré",
+ "OnlyForcedSubtitles": "Seulement les sous-titres forcés",
+ "AlwaysPlaySubtitles": "Toujours lancer les sous-titres",
+ "DefaultSubtitlesHelp": "Les sous-titres seront chargés selon les marqueurs par défaut et forcé dans les métadonnées intégrées. Les langues préférées seront utilisées quand plusieurs options seront disponibles.",
+ "SmartSubtitlesHelp": "Les sous-titres correspondant à la langue préférée seront chargés lorsque l'audio est dans une langue étrangère.",
+ "HeaderSubtitleSettings": "Paramètres des sous-titres",
+ "HeaderSubtitleAppearance": "Apparence des sous-titres",
+ "OnlyForcedSubtitlesHelp": "Seuls les sous-titres marqués comme forcés seront chargés.",
+ "AutoSelectHearingImpairedHelp": "Subtitles matching the language preference will be loaded, with a preference given to tracks that are marked as hearing impaired (SDH).",
+ "AlwaysPlaySubtitlesHelp": "Les sous-titres correspondant à la préférence linguistique seront chargés indépendamment de la langue de l'audio.",
+ "NoSubtitlesHelp": "Les sous-titres ne seront pas chargés par défaut. Ils peuvent toujours être activés manuellement pendant la lecture.",
+ "LabelPreferredSubtitleLanguage": "Langue de sous-titrage préférée:",
+ "LabelTextSize": "Taille du texte :",
+ "TheseSettingsAffectSubtitlesOnThisDevice": "Ces paramètres affectent les sous-titres de cet appareil",
+ "LabelDropShadow": "Ombre portée :",
+ "LabelTextBackgroundColor": "Couleur de fond du texte :",
+ "LabelWindowBackgroundColor": "Couleur de fond du texte :",
+ "LabelFont": "Police :",
+ "LabelTextColor": "Couleur du texte :",
+ "LabelBackgroundColor": "Couleur du fond :",
+ "LabelBackgroundOpacity": "Transparence du fond :",
+ "Raised": "Augmenter",
+ "Depressed": "Diminuer",
+ "Uniform": "Uniforme",
+ "DropShadow": "Ombre portée",
+ "SmallCaps": "Petites majuscules",
+ "SubtitleAppearanceSettingsDisclaimer": "Ces paramètres ne s'appliqueront pas aux sous-titres graphiques (PGS, DVD etc) ou aux sous-titres qui ont leurs propres styles incorporés (ASS/SSA).",
+ "Normal": "Normal",
+ "HeaderWaitingForWifi": "En attente du Wi-Fi",
+ "WifiRequiredToDownload": "Une connexion Wi-Fi est nécessaire pour continuer le téléchargement.",
+ "DownloadOnlyOnWifi": "Télécharger uniquement en Wi-Fi",
+ "LabelMusicDownloadQuality": "Qualité du téléchargement de musique :",
+ "MusicDownloadQualityHelp": "Les fichiers audio ayant un débit plus élevé seront convertis par le serveur Emby. Sélectionnez une valeur élevée pour une meilleure qualité, ou une valeur faible pour conserver l'espace de stockage local.",
+ "HeaderDownloadSettings": "Paramètres de téléchargement",
+ "LabelDownloadLocation": "Emplacement de téléchargement :",
+ "BrowseForFolder": "Explorer les dossiers",
+ "Unlimited": "Illimité",
+ "NoLimit": "No limit",
+ "Hide": "Cacher",
+ "HeaderKeepWatching": "Continuer à regarder",
+ "HeaderNextEpisode": "Episode Suivant",
+ "AudioBitDepthNotSupported": "Profondeur des échantillons de l'audio non prise en charge",
+ "VideoBitrateNotSupported": "Converting to compatible video bitrate",
+ "VideoProfileNotSupported": "Profil vidéo non pris en charge",
+ "VideoFramerateNotSupported": "Nombre d'images par seconde de la vidéo non pris en charge",
+ "VideoBitDepthNotSupported": "Profondeur des couleurs de la vidéo non prise en charge",
+ "RefFramesNotSupported": "Nombre d'images de référence de la vidéo non pris en charge",
+ "ErrorConnectServerUnreachable": "Une erreur est survenue pendant l'exécution de l'opération demandée. Votre serveur est dans l'incapacité de joindre le serveur d'Emby Connect à {0}. Veuillez vérifier que votre serveur est bien connecté à Internet et qu'aucun pare-feu ou autre logiciel de sécurité ne bloque les communications.",
+ "HeaderStopRecording": "Arrêter l'enregistrement",
+ "ManageRecording": "Gérer l'enregistrement",
+ "LabelDropImageHere": "Faites glisser l'image ici ou sélectionner une image à téléverser.",
+ "MessageFileReadError": "Une erreur est survenue lors de la lecture du fichier. Veuillez réessayer.",
+ "Browse": "Parcourir",
+ "HeaderUploadImage": "Envoyer une image",
+ "HeaderAddUpdateImage": "Ajouter/Mettre à jour une image",
+ "HeaderShowFields": "Afficher les champs",
+ "LabelView": "Vue :",
+ "LabelImageType": "Type d'image :",
+ "Upload": "Envoyer",
+ "Primary": "Principal",
+ "PrimaryImageBlur": "Image principale brouillée",
+ "Art": "Art",
+ "Backdrop": "Arrière-plan",
+ "Banner": "Bannière",
+ "Box": "Boîtier",
+ "BoxRear": "Boîtier (dos)",
+ "Disc": "Disque",
+ "Logo": "Logo",
+ "LogoDark": "Logo (version sombre)",
+ "LogoLight": "Logo (version clair)",
+ "LogoLightColor": "Logo (clair avec couleur)",
+ "Menu": "Menu",
+ "Screenshot": "Capture d'écran",
+ "Thumb": "Vignette",
+ "HeaderAudioSettings": "Réglages audio",
+ "LabelAudioLanguagePreference": "Langue audio préférée :",
+ "LabelPlayDefaultAudioTrack": "Utiliser le flux audio par défaut quelle que soit la langue",
+ "HeaderVideoQuality": "Qualité vidéo",
+ "CinemaModeConfigurationHelp": "Les Introductions cinématographiques apportent l'expérience du cinéma directement dans votre salon grâce à la possibilité de lire des bandes annonces et des introductions personnalisées avant le film principal.",
+ "ShowUpNextPreview": "Show up next preview",
+ "ShowUpNextPreviewHelp": "Show information for the next item near the end of the current one.",
+ "PlayNextEpisodeAutomatically": "Lancer l'épisode suivant automatiquement",
+ "LabelMaxChromecastBitrate": "Qualité maximum pour Chromecast :",
+ "LabelSkipBackLength": "Durée des sauts en arrière :",
+ "LabelSkipForwardLength": "Durée des sauts en avant :",
+ "EnableCinemaMode": "Activer les Introductions cinématographiques",
+ "LabelInternetQuality": "Qualité d'internet :",
+ "LabelCellularQuality": "Remote streaming quality (cellular)",
+ "HeaderMusicQuality": "Qualité de la musique :",
+ "LabelHomeNetworkQuality": "Qualité du réseau local :",
+ "HeaderLatestMedia": "Derniers médias",
+ "HeaderRestartingEmbyServer": "Redémarrage du serveur Emby",
+ "RestartPleaseWaitMessage": "Veuillez patienter pendant que le serveur Emby s'arrête et redémarre. Cela peut prendre une minute ou deux.",
+ "HeaderPlayNext": "Lire le suivant",
+ "AutoBasedOnLanguageSetting": "Auto (basé sur la langue de l'appareil)",
+ "SameAsMainTheme": "Identique au thème principal",
+ "LabelDateTimeLocale": "Date et heure locale :",
+ "Genre": "Genre",
+ "DirectorValue": "Réalisateur: {0}",
+ "DirectorsValue": "Réalisateurs: {0}",
+ "GenreValue": "Genre: {0}",
+ "GenresValue": "Genres: {0}",
+ "TagsValue": "Mots clés: {0}",
+ "Off": "Désactivés",
+ "Title": "Titre",
+ "Year": "Année",
+ "Filter": "Filtre",
+ "Filters": "Filtres",
+ "Unplayed": "Non vu",
+ "LabelTVHomeScreen": "Écran d'accueil du mode TV :",
+ "Horizontal": "Horizontal",
+ "Vertical": "Verticale",
+ "HeaderGroupBy": "Group By",
+ "HeaderMediaType": "Media Type",
+ "GroupBySeries": "Grouper par séries",
+ "HeaderVideoType": "Type de vidéo",
+ "HeaderSeriesStatus": "Statut de la série",
+ "Features": "Longs métrages",
+ "Trailers": "Bandes-annonces",
+ "Extras": "Extras",
+ "ThemeSongs": "Chansons thématiques",
+ "ThemeVideos": "Vidéos thématiques",
+ "HeaderFavoriteMovies": "Films Favoris",
+ "HeaderFavoritePhotos": "Photos préférées",
+ "HeaderFavoriteShows": "Séries Favorites",
+ "HeaderFavoriteEpisodes": "Episodes Favoris",
+ "HeaderFavoriteVideos": "Vidéos favoris",
+ "HeaderFavoriteMusicVideos": "Favorite Music Videos",
+ "HeaderFavoriteGames": "Jeux Favoris",
+ "HeaderFavoriteArtists": "Artistes Favoris",
+ "HeaderFavoriteAlbums": "Albums Favoris",
+ "HeaderFavoriteSongs": "Chansons Favorites",
+ "HeaderFavoriteAuthors": "Auteurs favoris",
+ "HeaderFavoriteAudioBooks": "Livres audio favoris",
+ "Ascending": "Croissant",
+ "Descending": "Décroissant",
+ "HeaderColorPrimaries": "Couleurs primaires",
+ "HeaderColorSpace": "Espace colorimétrique",
+ "HeaderColorTransfer": "Transfert de couleur",
+ "HeaderVideoRange": "Gamme vidéo",
+ "SeriesDisplayOrderHelp": "Ranger les épisodes par date de diffusion, par ordre de DVD ou par numéro absolu.",
+ "LabelVerticalPositionFromBottom": "Position verticale (depuis le bas) :",
+ "HeaderFavoritePeople": "Personnes favorites",
+ "MultiSelect": "Sélection multiple",
+ "HeaderSignOut": "Déconnexion",
+ "HeaderSelectServer": "Sélectionner le serveur",
+ "HeaderChangeServer": "Changer de serveur",
+ "HeaderChangeUser": "Changer d'utilisateur",
+ "HeaderAppSettings": "Paramètres de l'application",
+ "HeaderLoginSettings": "Paramètres de connexion",
+ "LabelRememberLogin": "Se souvenir de la connexion :",
+ "LabelAutomaticallySignOut": "Déconnexion automatique :",
+ "BetaTesterMessage": "Merci d'être un testeur bêta Emby! Veuillez laisser vos commentaires dans le {0}\"Testing Area\" de la communauté Emby{1}.",
+ "HardwareAccelerated": "Accélération matérielle",
+ "Software": "Logiciel",
+ "Metadata": "Métadonnées",
+ "HeaderMediaInfo": "Informations du média",
+ "Locked": "Verrouillé",
+ "HeaderSplitVersionsApart": "Séparer les versions",
+ "Any": "N’importe lequel",
+ "Admin": "Administrateur",
+ "HeaderReadMore": "En lire plus",
+ "CustomRatingHelp": "Une note personnalisée pour les évaluations de contrôle parental est utilisée mais n’est pas affichée. Le champ de classification parentale est toujours affiché.",
+ "KeepUpToHelp": "Les enregistrements qui dépassent la limite sont supprimés quand l’enregistrement suivant commence. Les enregistrements les plus anciens sont supprimés d’abord, par date d’ajout.",
+ "NoItemsMatchingFound": "Aucun élément correspondant à vos critères de recherche n’a été trouvé.",
+ "TwoSearchCharsRequired": "Veuillez saisir au moins deux caractères à rechercher.",
+ "PreventPlaybackContinuing": "Empêche la lecture de continuer indéfiniment en demandant régulièrement une action de l’utilisateur.",
+ "PromptStillWatching": "Activer la demande « Vous regardez toujours ? »",
+ "HeaderMissingMetadata": "Métadonnées manquantes",
+ "HeaderIncludedIn": "Inclus dans",
+ "EmbyConnectUserAlreadyLinked": "Le compte Emby est déjà lié à un utilisateur local existant sur ce serveur.",
+ "VideoFilesWillBeConvertedTo": "Les vidéos converties seront enregistrées comme {0}.",
+ "VideoWillBeConvertedTo": "Les flux vidéo seront convertis en {0} ou copiés depuis le fichier original s’ils sont déjà en {0} et que la qualité correspond aux options de conversion.",
+ "VideoWillBeConvertedToOrCopied": "Les flux vidéo seront convertis en {0} ou copiés depuis le fichier original s’ils font partie de {1} et que la qualité correspond aux options de conversion.",
+ "AudioWillBeConvertedTo": "Les flux audio seront convertis en {0} ou copiés depuis le fichier original s’ils sont déjà en {0} et que la qualité correspond aux options de conversion.",
+ "AudioWillBeConvertedToOrCopied": "Les flux audio seront convertis en {0} ou copiés depuis le fichier original s’ils font partie de {1} et que la qualité correspond aux options de conversion.",
+ "HeaderSpecialKeys": "Touches Spéciales",
+ "FollowingSpecialKeys": "Les touches spéciales suivantes sont supportés sur la plupart des claviers et des télécommandes :",
+ "HeaderDeleteSeries": "Supprimer les séries",
+ "HeaderDeleteLastPlayedEpisode": "Supprimer le dernier épisode lu",
+ "HeaderConnectingToServer": "Connexion au serveur",
+ "ServerNameValue": "Nom du server : {0}",
+ "DomainValue": "Domaine : {0}",
+ "RatedValue": "Classifié {0}",
+ "LocalServerRedirectMessage": "Vous allez maintenant être redirigé vers le domaine détenu et géré par l'administrateur du serveur auquel vous avez choisi de vous connecter :",
+ "AllMediaOwnedHosted": "Tous les médias sont hébergés et gérés par le propriétaire de {0}.",
+ "EnableResolutionSwitching": "Match video resolution",
+ "EnableResolutionSwitchingHelp": "This enables Emby to change the resolution to the same value the video was encoded in before starting playback. This may help minimize the amount of stutter/judder that you might otherwise see when playing videos which do not match up well.",
+ "EnableDisplayRefreshRateSwitching": "Activer la commutation du taux de rafraîchissement de l'affichage",
+ "EnableDisplayRefreshRateSwitchingHelp": "Permet à Emby de changer la fréquence de rafraîchissement de l'affichage sur la même valeur (ou multiple de) que la fréquence d'images dans laquelle la vidéo a été encodée avant de démarrer la lecture. Ceci permet de minimiser la quantité de saccades que vous pourriez voir lors de la lecture de vidéos qui ne correspondent pas bien.",
+ "RememberSelectedAudioTracks": "Se souvenir des pistes audio sélectionnées",
+ "RememberSelectedSubtitleTracks": "Se souvenir des sous-titres sélectionnés",
+ "RememberSelectedSubtitleTracksHelp": "Les sélections de pistes de sous-titres seront mémorisées par vidéo et réappliquées lors de la lecture de la même vidéo.",
+ "RememberSelectedAudioTracksHelp": "Les sélections de pistes audio seront mémorisées sur une base par vidéo et réappliquées lors de la lecture de la même vidéo.",
+ "ClearSavedTrackSelections": "Effacer les sélections de pistes enregistrées",
+ "HeaderClearTrackSelections": "Effacer les sélections de pistes enregistrées",
+ "QuestionClearSavedTracks": "Effacer toutes les sélections de pistes enregistrées?",
+ "LabelChannelTags": "Étiquettes de chaîne:",
+ "AfterThisPlaysConfirmation": "Après cette lecture, voulez-vous continuer à jouer ou effacer la musique que vous avez précédemment mise en file d'attente ?",
+ "Keep": "Conserver",
+ "Clear": "Effacer",
+ "HeaderClearFilters": "Effacer les filtres",
+ "HeaderSearchForImages": "Rechercher des images",
+ "HeaderSearchNewImage": "Rechercher une nouvelle image",
+ "HeaderSearchForAnImage": "Rechercher une image",
+ "DragDropToReorder": "Glisser-déposer pour réorganiser",
+ "HeaderAddImageFromUrl": "Ajouter une image à partir d'une URL",
+ "HeaderSetImageFromUrl": "Définir l'image à partir de l'URL",
+ "LabelUrl": "Url:",
+ "LabelChannelNumber": "Numéro de chaîne :",
+ "LabelGuideDataChannel": "Canal du guide :",
+ "GuideDataSource": "Guide Data Source",
+ "HeaderCopyToClipboard": "Copier dans le presse-papier",
+ "TimeRemainingValue": "{0} restant",
+ "LabelResumeRewindSeconds": "En reprise de lecture, retour en arrière:",
+ "ResumeRewindSecondsHelp": "Peut aider à vous rappeler où vous vous êtes arrêté.",
+ "HeaderSavePlayQueueToPlaylist": "Enregistre dans la liste de lecture",
+ "EnableLogoImagesAsTitle": "Afficher des logos à la place des titres sur les écrans de détail",
+ "EnableLogoImagesAsTitleHelp": "Un logo sera affiché à la place du titre sur l'écran de détail des vidéos. Si le logo n'est pas disponible, le titre textuel sera affiché.",
+ "LabelNowPlayingAudioBackgroundStyle": "Style d'arrière-plan pour l'audio en cours :",
+ "LabelNowPlayingVideoBackgroundStyle": "Style d'arrière-plan pour la vidéo en cours :",
+ "NowPlayingVideoBackgroundStyleHelp": "Détermine le style d'arrière-plan lors du contrôle à distance de la lecture vidéo sur un autre appareil.",
+ "Rotation": "Rotation",
+ "Minutes": "Minutes",
+ "LabelMaxRecordingLength": "Durée maximale d'enregistrement:",
+ "MaxRecordingLengthHelp": "Limite les enregistrements à une durée déterminée, quelle que soit la durée de la diffusion. Mettre à 0 pour aucune limite.",
+ "RemoteWAN": "Adresse distante (WAN)",
+ "HeaderLastConnectedTo": "Dernière connexion à",
+ "Version": "Version",
+ "Keyword": "Mot-clé",
+ "HeaderServerAddress": "Adresse du serveur",
+ "HeaderSkipIntro": "Passer l'introduction",
+ "HeaderCreateRecording": "créer enregistrement",
+ "HeaderAddRecording": "Ajouter enregistrement",
+ "HeaderChannelAndTime": "Chaine et Heure",
+ "LabelRecordProgramOrSeriesFrom": "Enregistrer une émission ou une série à partir de:",
+ "LabelStartTime": "Heure de début:",
+ "LabelEndTime": "Heure de fin:",
+ "LabelFrequency": "Fréquence:",
+ "Recurring": "Récurrent",
+ "Once": "Une fois",
+ "Start": "Démarrer",
+ "Unpause": "Reprendre",
+ "LabelIntroSkipMode": "Passer l'intro:",
+ "ShowSkipIntroButton": "Afficher le bouton 'Passer l'intro'",
+ "AutoSkipIntro": "Sauter automatiquement les intros",
+ "DisplayRatingInformationOnVideoPlaybackStart": "Afficher les informations de classification en début de lecture vidéo",
+ "DisplayRatingInformationOnVideoPlaybackStartHelp": "Affiche brièvement les informations de classification au démarrage de la lecture vidéo.",
+ "IntroSkipModeHelp": "Affiche un bouton 'Passer l'intro' ou saute automatiquement les intros pour les épisodes dans lesquels Emby Server a détecté des marqueurs d'intro. La détection d'intro doit être activée dans Emby Server.",
+ "EnableHomeScreenFocusPreview": "Utiliser une mise en page sur l'écran d'accueil qui affiche un aperçu détaillé de l'élément sélectionné",
+ "EnableHomeScreenFocusPreviewHelp": "Peut ne pas fonctionner correctement si votre écran d'accueil contient différents types de médias.",
+ "LabelHideMediaTransportButtons": "Masquer les touches de déplacement du lecteur vidéo:",
+ "HideMediaTransportButtonsHelp": "Crée une interface de lecture simplifiée en masquant les touches de déplacement basiques telles que Avancer, Reculer et Pause. Ces fonctions seront toujours accessibles en utilisant les flèches et la touche OK/Entrée. 'Auto' masque les boutons de déplacement quand la souris n'est pas détectée par l'application.",
+ "ImageSizeHelp": "Définissez la dimension des images sur la page.",
+ "LabelImageSize": "Taille de l'image:",
+ "ThisImageIsOnlyPreview": "Cette image est seulement une prévisualisation fournie par le moteur de recherche de métadonnées. L'image téléchargée par Emby Server pourrait être différente et dépendra des options que vous avez configuré dans les paramètres de bibliothèque d'Emby.",
+ "ResultsRangeValue": "{0} à {1} sur {2}",
+ "NotificationsDescription": "Paramétrez les notifications pour rester informés sur les évènements importants survenus sur votre serveur Emby.",
+ "DeleteEmbyConnectAccount": "Supprimer le compte Emby Connect",
+ "DeleteEmbyConnectAccountHelp": "Pour supprimer votre compte Emby Connect, veuillez vous authentifier auprès de la {0}Communauté Emby{1} à {2}. Une fois authentifié, cliquez ensuite sur votre nom d'utilisateur en haut à droite, puis cliquez sur Account Settings, puis cliquez sur Delete My Account.",
+ "KeepPlayingInBackground": "Continuer de lire en arrière-plan",
+ "LabelVideoBackBehavior": "Comportement du bouton retour du lecteur :",
+ "HeaderViewLyrics": "Voir les paroles",
+ "HeaderViewMissingEpisodes": "View Missing Episodes",
+ "HeaderMissingEpisodes": "Missing Episodes",
+ "HeaderManageAccess": "Gérer l'accès",
+ "HeaderManageCollaboration": "Manage Collaboration",
+ "HeaderLeaveCollaboration": "Leave Collaboration",
+ "HeaderRemoveFromLibrary": "Remove from Library",
+ "RemoveSharedItemConfirmation": "Are you sure you wish to remove this item from your library? In order to get it back the owner will need to grant you access again.",
+ "SubtitlesDownloaded": "Sous-titres téléchargés",
+ "HeaderMakePrivate": "Rendre privé",
+ "HeaderMakePublic": "Rendre public",
+ "MakePublicDescription": "All users will be able to view this item. Users can be granted access to edit.",
+ "MakePrivateDescription": "Users can still be granted access individually.",
+ "Private": "Private",
+ "Public": "Public",
+ "Collaborative": "Collaborative",
+ "PreferredShowDisplay": "Preferred TV show display",
+ "ShowAllEpisodesAllSeasons": "Show all episodes of all seasons together",
+ "ShowAllEpisodesSingleSeason": "Show all episodes for only single season shows",
+ "ShowSeasonFolders": "Always show season folders",
+ "HeaderAddAgain": "Add Again",
+ "UpNext": "Up Next",
+ "ItemsAlreadyInPlaylist": "Some of these items are already in your playlist.",
+ "ItemAlreadyInPlaylist": "This item is already in your playlist.",
+ "HeaderPlayChannel": "Play Channel",
+ "LabelScreenOrientationDuringVideo": "Screen orientation during video playback",
+ "UseDeviceSetting": "Use device setting",
+ "LockToLandscape": "Lock to landscape",
+ "UsernameForFolderHelp": "The username required to access this folder on your network (if applicable).",
+ "PasswordForFolderHelp": "The password required to access this folder on your network (if applicable).",
+ "ShowMediaInfoOnDetailScreens": "Show full media at the bottom of audio and video detail screens",
+ "ForgotPasswordNoUserFound": "No users were found with the entered name. Please try again, or leave the name blank to reset the password for all users on this server.",
+ "Silver": "Silver",
+ "DimGray": "Dim Gray",
+ "DarkGray": "Dark Gray",
+ "LightGray": "Light Gray",
+ "Black": "Black",
+ "Blue": "Blue",
+ "Cyan": "Cyan",
+ "Gray": "Gray",
+ "Green": "Green",
+ "Lime": "Lime",
+ "Magenta": "Magenta",
+ "Orange": "Orange",
+ "Pink": "Pink",
+ "Red": "Red",
+ "Yellow": "Yellow",
+ "White": "White",
+ "Purple": "Purple",
+ "RecentlyReleasedMovies": "Recently Released Movies",
+ "RecentlyReleasedEpisodes": "Recently Released Episodes",
+ "DolbyProfile": "Dolby Profile",
+ "IpAddress": "IP Address",
+ "VideoType": "Video Type",
+ "HidePlayedMediaFrom": "Hide Played Media From",
+ "BottomEdgePosition": "Bottom Edge Position",
+ "VerticalPositionFromBottomScreen": "Set the vertical position of the subtitles relative to the bottom of the screen.",
+ "TopEdgePosition": "Top Edge Position",
+ "TopEdgePositionHelp": "Set the highest allowed vertical position of the subtitles relative to the top of the screen. This is used when the subtitles contain positioning instructions to be placed at the top.",
+ "HeaderSubtitlePosition": "Subtitle Position",
+ "TitleProfilePin": "Profile PIN",
+ "ProfilePinConfirm": "Profile PIN (confirm)",
+ "SaveProfilePin": "Save Pin",
+ "ProfilePinDescription": "Create an optional pin to be prompted for entry whenever you return to an Emby app on a device that you've already signed into. This is useful if you have devices that are shared by multiple users. You can choose to enable it selectively on each device as required.",
+ "TitleNewEpisodes": "New Episodes",
+ "EnterYourPinToContinue": "Enter your PIN to continue.",
+ "YourPinMustBe": "Your PIN must be {0} digits.",
+ "ForgotPin": "Forgot PIN?",
+ "RequireEnteringPinToReturn": "Require entering my profile PIN whenever I return to this app.",
+ "RequireEnteringPinToReturnQuestion": "Should we prompt you for your profile PIN whenever you return to this app? If this device is shared by multiple users, your profile PIN can help prevent the other users from accessing your data.",
+ "RequireEnteringPinToReturnHelp": "Useful if this device is shared by multiple users.",
+ "WrongPinPleaseTryAgain": "Whoops, wrong PIN. Please try again.",
+ "ProfilePinIsOn": "Profile PIN is currently on.",
+ "IfTryingToConnectToHttp": "If you're trying to connect to your Emby Server using an HTTP address, your browser may not be allowing this due to HTTPS requirements. Please try one of the following:",
+ "SetupHttpsForYourServer": "Setup {0}HTTPS for your Emby Server{1} so that you can connect using HTTPS.",
+ "TitleUnableToReachServer": "Unable to Reach Server",
+ "TitleUnableToReachName": "Unable to Reach {0}",
+ "HearingImpaired": "Hearing Impaired",
+ "SignIntoServerName": "Sign in to {0}",
+ "About": "About",
+ "Specials": "Specials",
+ "NSettings": "{0} Settings",
+ "NPreferences": "{0} Preferences",
+ "DetailScreenOptions": "Detail Screens",
+ "LabelGenreDisplayLimit": "Genre display limit",
+ "GenreDisplayLimitHelp": "Limit the number of genres displayed at the top of item detail screens.",
+ "GenreDisplayLimitForListsHelp": "Limit the number of genres displayed at the top of playlist, collection and artist detail screens.",
+ "LabelGenreDisplayLimitForLists": "Genre display limit for lists",
+ "ShowPosterOnDetails": "Show a poster on the detail screen",
+ "ShowPosterOnDetailsHelp": "Choose to show a poster on video detail screens, or hide it for a more minimal look that emphasizes the background. This setting is not used on smaller screen layouts. Some item types will ignore this setting.",
+ "EnableAppLogging": "Enable app logging",
+ "EnableAppLoggingHelp": "Logging can degrade app performance and should only be enabled as needed for troubleshooting purposes. Changes require restarting the app.",
+ "LabelSlideshowInterval": "Photo slideshow time per slide",
+ "TVChannelImageEditorHelp": "Multiple logo versions are supported. Emby apps will automatically choose the appropiate one depending on the current theme.",
+ "PlaySlideshow": "Play Slideshow",
+ "CheckForExistingEpisodesInAllLibraries": "Check for existing episodes in all libraries",
+ "GroupNotificationsBySeriesOrAlbum": "Group notifications by series and albums",
+ "ThemeSettings": "Theme Settings",
+ "FollowingActivityWillBeDisrupted": "The following activity will be disrupted and may require manual intervention to restart:",
+ "OneActivePlaybackSession": "1 Active Playback Session",
+ "NumActivePlaybackSessions": "{0} Active Playback Sessions",
+ "OneActiveRecording": "1 Active Recording",
+ "NumActiveRecordings": "{0} Active Recordings",
+ "PlayFromLivePosition": "Play from the live position",
+ "PlayFromStartOfRecording": "Play from the start of the recording",
+ "ThisChannelIsActivelyRecording": "This channel is actively recording. How would you like to begin playing?",
+ "ThemeSongVolume": "Theme song volume",
+ "HeaderForceConversionForFormats": "Force Conversion for Formats",
+ "ForceConversionForFormatsHelp": "Use this to force server-side transcoding or remuxing for formats that don't direct play very well on this device.",
+ "StartupBehavior": "Startup behavior",
+ "RememberLastUser": "Remember last user",
+ "ShowLoginScreen": "Show login screen",
+ "SignInAsValue": "Sign in as {0}",
+ "ConvertUnsupportedAudio": "Convert unsupported surround audio to Dolby Digital",
+ "ConvertUnsupportedAudioHelp": "Avoid downmixing unsupported surround formats to stereo by having Emby Server transcode them to Dolby Digital.",
+ "HeaderPlaybackCorrection": "Playback Correction",
+ "HeaderAttemptPlaybackCorrection": "Attempt Playback Correction",
+ "PlaybackCorrectionConfirm": "Attempt playback correction?",
+ "PlaybackCorrectionDescription": "Is the current item exhibiting a playback problem such as no video or audio? This will try and correct playback issues using server transcoding to convert this file into a more streaming friendly format. This will result in increased resource consumption on this Emby Server.",
+ "PlaybackCorrectionDescription2": "You can do this up to three times per video, where remuxing, video transcoding and audio transcoding are each activated one at a time.",
+ "HeaderAlbumsAsContributingArtist": "Albums as Contributing Artist",
+ "HeaderAlbumsAsComposer": "Albums as Composer",
+ "Duplicates": "Duplicates",
+ "HeaderSleepTimer": "Sleep Timer",
+ "AfterCurrentItem": "After current item",
+ "HeaderStopPlayback": "Stop Playback",
+ "TurnOffTimer": "Turn off timer",
+ "SleepTimerIsSet": "Your sleep timer is set",
+ "SleepTimerIsOff": "Your sleep timer is off",
+ "LabelEnableRemoteControlTVMode": "Display casting and remote control functions",
+ "EnableRemoteControlTVModeHelp": "Enable if you intend to use this device to send media to other devices.",
+ "ShowOnScreenControls": "Show on-screen controls",
+ "LabelVideoScreenUpAction": "Video player up action",
+ "VideoScreenUpActionHelp": "Select the action to take when pressing the up key on the video player screen. This applies when no on-screen controls are currently visible. When controls are already visible, the up key will be used for navigation.",
+ "LabelVideoPlayerLongPressAction": "Video player long press action",
+ "LetsGetSetup": "Let's Get Set Up",
+ "VideoPlayerLongPressActionHelp": "Choose what function or menu is shown when long pressing the OK button during video playback. This only takes effect when the video controls are hidden or the seek bar has focus.",
+ "AskAdminToGetPremiere": "This purchase must be made by the server administrator. Please ask the administrator of this Emby Server to sign in and get Emby Premiere so that you can enjoy access to premium features.",
+ "AutoOpenSingleItemsFolders": "Auto open single items in folder view",
+ "AutoOpenSingleItemsFoldersHelp": "When a folder only contains one item, automatically open that item.",
+ "PlayedOnValue": "Played {0}",
+ "TheseSettingsApplyAppDevice": "These settings apply to all users playing on this device.",
+ "LastContentDateAdded": "Last Content Date Added",
+ "RepeatThemeMedia": "Play themes on repeat",
+ "HideEpisodeSpoilerInfo": "Hide spoiler information from unwatched episodes",
+ "HideEpisodeSpoilerInfoHelp": "Hides the title, overview and image for unwatched episodes on most screens.",
+ "BornValueAge": "Born: {0} (age {1})",
+ "PreferDirectStreamLiveTV": "Prefer direct streaming of Live TV",
+ "PreferDirectStreamLiveTVHelp": "Direct streaming Live TV will reduce resource consumption on your Emby Server but may not be as seekable during playback. Enabling this will direct stream Live TV when the format is supported and is within your configured quality setting. Disable this to enjoy more seeking during playback at the cost of additional resource consumption.",
+ "HeaderAllRecordings": "All Recordings",
+ "RememberLoginDescription": "After signing in, you can use the app settings to configure the startup behavior to remember login, sign in as a specific user, or always show the login screen.",
+ "ForgetThisServer": "Forget This Server",
+ "ForgetServerConfirmation": "Are you sure you wish to forget this server?",
+ "HeaderThisDevice": "This Device",
+ "ChaptersGuide": "Chapters / Live TV Guide",
+ "ChaptersGuideHelp": "Show Chapters for media with chapters. For media without chapters, show the Live TV Guide (when available).",
+ "HeaderShowSeriesImages": "Show Series Images",
+ "AppExitConfirmation": "Are you ready to exit Emby?",
+ "AppExitMenu": "Exit menu",
+ "SideMenu": "Side navigation menu",
+ "SystemStorage": "System storage ({0})"
+}
diff --git a/modules/common/strings/fr.json b/modules/common/strings/fr.json
new file mode 100644
index 0000000..ab27d9b
--- /dev/null
+++ b/modules/common/strings/fr.json
@@ -0,0 +1,1340 @@
+{
+ "ReplaceExistingThumbnailImages": "Remplacer les miniatures d'aperçu vidéo existantes",
+ "ReplaceExistingThumbnailImagesHelp": "Toutes les miniatures d'aperçu vidéo existantes seront supprimées et de nouvelles seront générées, si elles sont activées dans les options de la bibliothèque.",
+ "DateCreated": "Date de création",
+ "CreatedOnValue": "Créé le {0}",
+ "UpdatedOnValue": "Mis à jour le {0}",
+ "EmbyLoginTerms": "Emby est conçu de manière à vous aider à gérer votre médiathèque personnelle, comme les vidéos et les photos. Veuillez consulter nos {0}conditions d’utilisation{1}. L'utilisation d’un logiciel Emby entraîne l’acceptation de ces conditions.",
+ "MessageUnableToConnectToServer": "Nous sommes dans l'impossibilité de nous connecter au serveur sélectionné. Veuillez vérifier qu'il est bien démarré et réessayez.",
+ "EmbyIntroMessage": "Avec Emby, vous pouvez facilement diffuser vidéos, musiques et photos sur vos smartphones, tablettes et autres périphériques, depuis votre serveur Emby.",
+ "HeaderSignInWithConnect": "Se connecter avec Emby Connect",
+ "HeaderWelcomeToEmby": "Bienvenue sur Emby",
+ "HeaderNewUsers": "Nouveaux utilisateurs",
+ "HeaderPleaseSignIn": "Veuillez vous connecter",
+ "MessageInvalidUser": "Nom d'utilisateur ou mot de passe incorrect. Réessayez.",
+ "MessageUnlockAppWithPurchaseOrSupporter": "Déverrouillez cette fonctionnalité avec un petit achat, ou avec un abonnement Emby Premiere.",
+ "MessageUnlockAppWithSupporter": "Déverrouillez cette fonctionnalité avec un abonnement Emby Premiere.",
+ "MessageToValidateSupporter": "Si vous avez un abonnement Emby Premiere, veuillez-vous assurer que vous avez configuré Emby Premiere dans le tableau de bord de votre serveur Emby auquel vous pouvez accéder en cliquant sur Emby Premiere dans le menu principal.",
+ "ValueSpecialEpisodeName": "Spécial - {0}",
+ "HeaderSignIn": "Se connecter",
+ "Share": "Partager",
+ "Shared": "Partagé",
+ "Info": "Info",
+ "Add": "Ajouter",
+ "Speed": "Vitesse",
+ "PlaybackSpeed": "Vitesse de lecture",
+ "Chapters": "Chapitres",
+ "Password": "Mot de passe",
+ "SavePassword": "Enregistrer le mot de passe",
+ "LabelPassword": "Mot de passe",
+ "HeaderResetPassword": "Réinitialiser le mot de passe",
+ "Series": "Séries",
+ "Preview": "Aperçu",
+ "Submit": "Soumettre",
+ "Never": "Jamais",
+ "Table": "Table",
+ "HeaderScheduledTasks": "Tâches planifiées",
+ "Plays": "Morceaux",
+ "LastUsedAddressValue": "Dernière utilisation {0}",
+ "LabelKeywordType": "Type de mot clé",
+ "HeaderSelectColumns": "Sélectionnez les colonnes",
+ "HeaderTopResults": "Meilleurs Résultats",
+ "HeaderPinSidebar": "Epingler la barre latérale",
+ "Collapse": "Réduire",
+ "LabelBackgroundVideoPlayback": "Lecture vidéo en arrière-plan",
+ "BackgroundVideoPlaybackHelp": "La lecture en arrière-plan permet de continuer à lire la vidéo même si l'écran est éteint.",
+ "AlwaysOn": "Toujours activé",
+ "HeadphonesOrExternalSpeakersConnected": "Casque ou enceintes connectés",
+ "HeaderKeyboardAndRemote": "Clavier et télécommande",
+ "NoSelectedItemsSupportOperation": "Aucun élément sélectionné ne prend en charge cette opération.",
+ "NoOperationsForSelectedItems": "Aucune opération n’est disponible pour les éléments sélectionnés.",
+ "UploadOnlyOnWifi": "Envoyer seulement en Wi-Fi",
+ "HeaderFoldersToUpload": "Dossiers à téléverser",
+ "LabelPasswordConfirm": "Mot de passe (confirmation)",
+ "HeaderMoveUpInOrder": "Déplacer vers le haut",
+ "HeaderDownUpInOrder": "Déplacer vers la bas",
+ "LabelUsername": "Nom d'utilisateur",
+ "HeaderAddServer": "Ajouter un serveur",
+ "HeaderSubtitleOffset": "Décalage des sous-titres",
+ "Watching": "Lecture en cours",
+ "HeaderRemoveFromContinueWatching": "Supprimer de Reprendre",
+ "RemoveThisTitleFromContinueWatching": "Supprimer cet élément de Reprendre ?",
+ "HeaderRemoveFromContinueListening": "Retirer de Reprendre l'écoute",
+ "RemoveThisTitleFromContinueListening": "Retirer ce titre de Reprendre l'écoute ?",
+ "HeaderIncreaseSubtitleOffset": "Augmenter le décalage des sous-titres",
+ "HeaderDecreaseSubtitleOffset": "Diminuer le décalage des sous-titres",
+ "Close": "Fermer",
+ "HeaderSeeAll": "Tout voir",
+ "HeaderOpenInNewWindow": "Ouvrir dans une nouvelle fenêtre",
+ "LabelEmail": "Email",
+ "LabelHost": "Hôte",
+ "LabelHostHelp": "Exemple : 192.168.1.100 ou https://monserveur.com",
+ "LabelPort": "Port",
+ "Disabled": "Désactivé",
+ "Uninstall": "Désinstaller",
+ "Enable": "Activer",
+ "AllTuners": "Tous les tuners",
+ "Disable": "Désactiver",
+ "NextValue": "Suivant: {0}",
+ "HeaderNextItem": "Élément suivant",
+ "HeaderPreviousItem": "Élément Précédent",
+ "NoTrailersMessage": "Aucune bande-annonce trouvée. Pour ajouter des bandes-annonces, installez l’extension Trailer depuis le {0}catalogue d’extensions Emby{1}.",
+ "UninstallPluginConfirmation": "Voulez-vous vraiment désinstaller cette extension?",
+ "HeaderUninstallPlugin": "Désinstaller l’extension",
+ "AreYouStillWatching": "Vous regardez toujours?",
+ "LabelCurrentPassword": "Mot de passe actuel",
+ "LabelNewPassword": "Nouveau mot de passe",
+ "LabelNewPasswordConfirm": "Confirmer le nouveau mot de passe",
+ "HeaderRemovePassword": "Supprimer le mot de passe",
+ "ServerUpdateNeeded": "Le serveur Emby doit être mis à jour. Pour télécharger la dernière version, veuillez visiter {0}",
+ "MessageThankYouForConnectSignUp": "Merci de vous être inscrits sur Emby Connect. Un email va vous être envoyé, avec les instructions pour confirmer votre nouveau compte. Merci de confirmer ce compte puis de revenir à cet endroit pour vous connecter.",
+ "MessageThankYouForConnectSignUpNoValidation": "Merci de vous être inscrit à Emby Connect! Vous allez maintenant être invité à vous connecter avec vos informations Emby Connect.",
+ "ErrorMessagePasswordNotMatchConfirm": "Le mot de passe et sa confirmation doivent correspondre.",
+ "ErrorMessageUsernameInUse": "Ce nom d'utilisateur est déjà utilisé. Veuillez en choisir un autre et réessayer.",
+ "ErrorMessageEmailInUse": "Cette adresse email est déjà utilisée. Veuillez en saisir une autre et réessayer, ou bien utiliser la fonction du mot de passe oublié.",
+ "HeaderUpcomingOnTV": "Bientôt à la TV",
+ "HeaderOtherShowings": "Autres projections",
+ "Showings": "Projections",
+ "HeaderConnectToServer": "Connexion au serveur",
+ "ConnectToServerManually": "Se connecter au serveur manuellement",
+ "LabelEnterConnectUserNameHelp": "Ceci est l'adresse e-mail que vous utilisez pour paramétrer votre compte Emby Connect",
+ "HeaderSignInError": "Erreur de connexion",
+ "HeaderManualLogin": "Connexion manuelle",
+ "PasswordResetConfirmation": "Voulez-vous vraiment réinitialiser le mot de passe ?",
+ "ContactAdminToResetPassword": "Veuillez contacter votre administrateur système pour réinitialiser votre mot de passe.",
+ "ForgotPasswordInNetworkRequired": "Veuillez réessayer à partir de votre réseau local pour démarrer la procédure de réinitialisation du mot de passe.",
+ "ForgotPasswordFileCreated": "Le fichier suivant a été créé sur votre serveur et contient les instructions sur la procédure à suivre:",
+ "ForgotPasswordFileExpiration": "Le code PIN de réinitialisation expirera à {0}.",
+ "InvalidForgotPasswordPin": "Le code PIN saisi est invalide ou a expiré. Veuillez réessayer.",
+ "PasswordResetForUsers": "Les mot de passes ont été supprimés pour les utilisateurs suivants. Pour vous connecter, identifiez-vous avec un mot de passe vide.",
+ "HeaderForgotPassword": "Mot de passe oublié ?",
+ "ForgotPasswordUsernameHelp": "Laissez ce champ vide si vous ne vous souvenez pas de votre nom d'utilisateur.",
+ "HeaderPasswordReset": "Mot de passe réinitialisé",
+ "AttributeNew": "Nouveau",
+ "Done": "Terminé",
+ "HeaderResetToDefault": "Rétablir la valeur par défaut",
+ "Deinterlacing": "Désentrelacement",
+ "HeaderBurningInSubtitles": "Incrustation des sous-titres",
+ "Premiere": "Premiere",
+ "LabelPinCode": "Code PIN",
+ "LabelLocalNetworkPinCode": "Code PIN du réseau local",
+ "LabelLocalNetworkPasswordMode": "Mode de connexion au réseau local",
+ "RequirePasswordInLocalNetwork": "Demander un mot de passe sur le réseau local",
+ "NoPasswordInLocalNetwork": "Ne pas demander un mot de passe sur le réseau local",
+ "PinCodeInLocalNetwork": "Autoriser un code PIN numérique sur le réseau local",
+ "LocalNetworkPasswordModeHelp": "Sélectionnez la méthode de connexion pour les appareils sur le même réseau local que votre serveur Emby.",
+ "HeaderLocalNetworkAccess": "Accès par le réseau local",
+ "Live": "En direct",
+ "Reset": "Réinitialiser",
+ "Repeat": "Répéter",
+ "Track": "Piste",
+ "Tracks": "Pistes",
+ "HeaderCameraUpload": "Transfert depuis l’appareil photo",
+ "TrackCount": "{0} pistes",
+ "ItemCount": "{0} éléments",
+ "NumberChannelsValue": "{0} Chaînes",
+ "HeaderLatestMusic": "Dernières musiques",
+ "HeaderLatestAudioBooks": "Derniers livres audio",
+ "HeaderLatestDownloadedVideos": "Dernières vidéos téléchargées",
+ "HeaderRecentlyPlayed": "Lu récemment",
+ "Recent": "Récent",
+ "HeaderFrequentlyPlayed": "Lu fréquemment",
+ "HeaderMoreLikeThis": "Similaire",
+ "HeaderMoreLikeThisOnLiveTV": "Plus de contenu similaire en direct",
+ "OriginalAirDateValue": "Date de diffusion originale: {0}",
+ "EndsAtValue": "Se termine à {0}",
+ "Date": "Date",
+ "AirDate": "Date de diffusion",
+ "Played": "Lu",
+ "Daily": "Chaque jour",
+ "Weekly": "Hebdomadaire",
+ "RequireHashMatch": "Exiger la correspondance des hachages",
+ "RequireHashMatchHelp": "Demander une correspondance de hachage filtrera les sous-titres pour n'inclure que ceux qui ont été testés avec votre fichier vidéo exact. Si vous le désactivez, vous aurez plus de chances qu’un sous-titre soit téléchargé, mais également plus de chances que le texte des sous-titres soit mal synchronisé ou incorrect.",
+ "SearchForForcedSubtitlesOnly": "Seulement les sous-titres forcés",
+ "SearchForForcedSubtitlesOnlyHelp": "Demander les sous-titres forcés limitera les résultats aux sous-titres qui sont marqués comme ayant une langue étrangère.",
+ "LastEpisodeDateAdded": "Date d'ajout du dernier épisode",
+ "LastEpisodeDateAired": "Date de sortie du dernier épisode",
+ "LabelPlaystate": "État de lecture",
+ "Studio": "Studio",
+ "Tag": "Étiquette",
+ "EpisodeTitle": "Titre de l'épisode",
+ "Audio": "Audio",
+ "Video": "Vidéo",
+ "Subtitle": "Sous-titres",
+ "Image": "Image",
+ "CopyStream": "Copier le flux original",
+ "LabelAudioLayout": "Disposition audio",
+ "LabelAudioCodec": "Codec audio",
+ "LabelAudioLanguage": "Langue audio",
+ "LabelSubtitleLanguage": "Langue des sous-titres",
+ "LabelVideoCodec": "Codec vidéo",
+ "LabelSubtitleCodec": "Codec des sous-titres",
+ "LabelParentalRating": "Classification parentale",
+ "BecauseYouLikeValue": "Parce que vous aimez {0}",
+ "BecauseYouWatchedValue": "Parce que vous avez regardé {0}",
+ "DirectedByValue": "Réalisé par {0}",
+ "StarringValue": "Avec {0}",
+ "Invitations": "Invitations",
+ "ActorAsRole": "{0}",
+ "ButtonOk": "OK",
+ "GroupItemsIntoCollections": "Grouper les éléments dans des collections",
+ "GroupItemsIntoCollectionsHelp": "Grouper les éléments en fonction des collections auxquelles ils ont été ajoutés. L'activation de certains filtres ou ordres de tris peut automatiquement le désactiver.",
+ "GroupItemsIntoTags": "Regrouper les éléments dans des tags",
+ "GroupItemsIntoTagsHelp": "Regrouper les éléments basés sur les tags dans lesquels ils ont été ajoutés. Activer certains filtres ou ordre de classement pourrait automatiquement désactiver ce regroupement.",
+ "User": "Utilisateur",
+ "Access": "Accès",
+ "Users": "Utilisateurs",
+ "Library": "Médiathèque",
+ "Devices": "Appareils",
+ "Cancel": "Annuler",
+ "Restart": "Redémarrer",
+ "Shutdown": "Éteindre",
+ "Logs": "Journaux",
+ "Visibility": "Visibilité",
+ "Notifications": "Notifications",
+ "SendTestNotification": "Envoyer une notification de test",
+ "NotificationSent": "Notification envoyée",
+ "DeleteNotificationConfirmation": "Êtes-vous sûr de vouloir supprimer cette notification ?",
+ "DeleteNotification": "Supprimer une notification",
+ "AddNotification": "Ajouter une notification",
+ "EditNotification": "Modifier une notification",
+ "LimitUserEventsTo": "Limiter les évènements utilisateur à",
+ "LimitLibraryEventsTo": "Limiter les évènements bibliothèque à",
+ "LimitDeviceEventsTo": "Limiter les évènements des appareils à",
+ "ForAdditionalNotificationOptions": "Les services de notifications additionnels peuvent être installés par l'administrateur du serveur dans le {0}catalogue d'extensions{1} d'Emby.",
+ "Plugins": "Extensions",
+ "Systems": "Systèmes",
+ "Server": "Serveur",
+ "Dashboard": "Tableau de bord",
+ "PlayOnAnotherDevice": "Lire sur un autre appareil",
+ "HeaderConnectionHelp": "Aide à la connexion",
+ "AccessRestrictedTryAgainLater": "L'accès est actuellement restreint. Veuillez réessayer plus tard.",
+ "ButtonGotIt": "Compris",
+ "RememberMe": "Se souvenir de moi",
+ "EmbyServer": "Serveur Emby",
+ "ManageEmbyServer": "Gérer le serveur Emby",
+ "ShutdownServer": "Éteindre le serveur Emby",
+ "RestartServer": "Redémarrer le serveur Emby",
+ "RecordingCancelled": "Enregistrement Annulé",
+ "SeriesCancelled": "Série Annulée",
+ "Recording": "Enregistrement",
+ "SeriesRecording": "Enregistrement de séries",
+ "RecordingScheduled": "Enregistrement Planifié",
+ "SeriesRecordingScheduled": "Enregistrement de la Série Planifié",
+ "HeaderNewRecording": "Nouvel enregistrement",
+ "HeaderWakeServer": "Réveiller le serveur",
+ "AttemptingWakeServer": "Essai de réveil du serveur. Veuillez patienter...",
+ "WakeServerSuccess": "Réussi!",
+ "HeaderCustomizeHomeScreen": "Personnaliser l'écran d'accueil",
+ "WakeServerError": "Des paquets Wake-On-LAN on été envoyé à votre serveur, mais nous ne pouvons pas nous connecter à votre serveur Emby. Votre machine a peut-être besoin de plus de temps pour se réveiller, ou le serveur Emby n'est peut-être pas lancé sur la machine.",
+ "Days": "Jours",
+ "Network": "Réseau",
+ "Networks": "Réseaux",
+ "SortByValue": "Trier par {0}",
+ "HeaderSortBy": "Trier par",
+ "HeaderPhotoAlbums": "Albums photo",
+ "Photos": "Photos",
+ "HeaderAppearsOn": "Apparait dans",
+ "List": "Liste",
+ "HeaderRecordSeries": "Enregistrer la série",
+ "HeaderCinemaMode": "Intros cinéma",
+ "Conversions": "Conversions",
+ "Downloads": "Téléchargements",
+ "HeaderManageDownloads": "Gérer les téléchargements",
+ "InternalStorage": "Stockage interne",
+ "ExternalStorage": "Stockage externe",
+ "UploadToFollowingServers": "Télécharger vers les serveurs",
+ "UploadingNumItems": "Envoi de {0} sur {1}",
+ "DownloadNumItems": "Téléchargement de {0} sur {1}",
+ "HeaderSampleRate": "Taux d’échantillonnage",
+ "HeaderReferenceFrames": "Images de référence",
+ "HeaderBitDepth": "Profondeur des échantillons",
+ "HeaderPixelFormat": "Format des pixels",
+ "Profile": "Profil",
+ "Bitrate": "Débit",
+ "Expand": "Augmenter",
+ "Container": "Conteneur",
+ "Format": "Format",
+ "Path": "Chemin",
+ "Size": "Taille",
+ "Resolution": "Résolution",
+ "HeaderCodecTag": "Codec",
+ "Framerate": "Images par seconde",
+ "Interlaced": "Entrelacé",
+ "Anamorphic": "Anamorphique",
+ "Level": "Niveau",
+ "Timestamp": "Horodatage",
+ "Language": "Langue",
+ "Codec": "Codec",
+ "Stream": "Flux",
+ "HeaderExtradata": "Données étendues",
+ "HeaderHardwareAcceleratedTranscoding": "Transcodage accéléré par matériel",
+ "HeaderHardwareAcceleratedTranscodingDescription": "Tirez profit du GPU de votre serveur. Emby dispose de l'accélération matérielle la plus avancée et la plus rapide de l'industrie.",
+ "HeaderOfflineDownloads": "Média hors ligne",
+ "AndMuchMoreExclamation": "Et bien plus encore !",
+ "HeaderOfflineDownloadsDescription": "Transférez vos médias vers vos appareils pour une utilisation hors ligne.",
+ "LiveTvFeatureDescription": "Diffuser la TV en direct vers n'importe quelle application Emby avec un tuner TV compatible installé sur votre serveur Emby.",
+ "DvrFeatureDescription": "Planifiez des enregistrements de TV en direct individuels, des enregistrements de séries et bien plus avec le magnétoscope Emby.",
+ "CinemaModeFeatureDescription": "Les intros cinéma vous offre une véritable expérience cinématographique avec des bandes-annonces et des intros personnalisées avant le film.",
+ "HeaderFreeApps": "Applications Emby gratuites",
+ "FreeAppsFeatureDescription": "Profitez d'un accès gratuit aux applications Emby pour vos appareils.",
+ "HeaderBecomeProjectSupporter": "Obtenez Emby Premiere",
+ "HeaderViewServerInfo": "Informations du serveur",
+ "PlaybackTvModeRequiresEmbyPremiere": "La lecture de média en mode TV nécessite un {0}abonnement Emby Premiere{1}.",
+ "FeatureRequiresEmbyPremiere": "Cette fonction nécessite un {0}abonnement Emby Premiere{1}.",
+ "HeaderConvertYourRecordings": "Convertissez vos enregistrements",
+ "Record": "Enregistrer",
+ "Save": "Sauvegarder",
+ "Edit": "Modifier",
+ "HeaderSavePlaylist": "Enregistrer la liste de lecture",
+ "Latest": "Récent",
+ "Download": "Téléchargement",
+ "Downloaded": "Téléchargé",
+ "Converted": "Converti",
+ "RemoveFromHistory": "Supprimer de l'historique",
+ "ConfirmRemoveFromHistory": "Supprimer cet élément de l'historique ?",
+ "Downloading": "Téléchargement en cours",
+ "Advanced": "Avancé",
+ "LinkedToEmbyConnect": "Lié à Emby Connect",
+ "Delete": "Supprimer",
+ "Both": "Les deux",
+ "LabelChannelDisplay": "Affichage de la chaîne",
+ "HeaderDeleteItem": "Supprimer l'élément",
+ "HeaderDeleteUser": "Supprimer l’utilisateur",
+ "DeleteItemConfirmation": "Êtes-vous certain de vouloir supprimer {0} ?",
+ "DeleteUserConfirmation": "Voulez-vous vraiment supprimer l’utilisateur {0} ?",
+ "DeleteUsersConfirmation": "Êtes-vous certain de vouloir supprimer ces {0} utilisateurs ?",
+ "HeaderDeleteDevice": "Supprimer l’appareil",
+ "DeleteDeviceConfirmation": "Voulez-vous vraiment supprimer cet appareil? Il réapparaitra la prochaine fois qu'un utilisateur se connectera avec.",
+ "ConfirmDeleteItem": "Supprimer cet élément l'effacera à la fois du système de fichiers et de votre médiathèque.",
+ "FollowingFilesWillBeDeleted": "Les fichiers et dossiers suivant seront supprimés:",
+ "AreYouSureToContinue": "Voulez-vous vraiment continuer?",
+ "Refresh": "Actualiser",
+ "RefreshingMetadataDots": "Actualisation des métadonnées...",
+ "ScanningLibraryFilesDots": "Actualisation des fichiers de la médiathèque…",
+ "HeaderFavoritesThenByChannelNumber": "Favoris, puis par Numéro de Chaine",
+ "HeaderAddToCollection": "Ajouter à la collection",
+ "HeaderFavoritesThenByTitle": "Favoris, puis par Titre",
+ "HeaderFavoritesThenByDefault": "Favoris, puis par Ordre de Chaine",
+ "HeaderDefaultChannelOrder": "Ordre des Chaines par défaut",
+ "HeaderAddToFavorites": "Ajouter aux favoris",
+ "HeaderRemoveFromFavorites": "Retirer des favoris",
+ "Favorited": "Favorisé",
+ "Unfavorited": "Non favorisé",
+ "HeaderNewCollection": "Nouvelle collection",
+ "HeaderNewPlaylist": "Nouvelle liste de lecture",
+ "AllCollections": "Toutes les collections",
+ "AllPlaylists": "Toutes les listes de lecture",
+ "Create": "Créer",
+ "HeaderAddedToPlaylist": "Ajouté à la liste de lecture",
+ "HeaderAddedToCollection": "Ajouté à la collection",
+ "OneItemAddedTo": "1 élément ajouté à \"{0}\".",
+ "ItemsAddedTo": "{0} éléments ajoutés à \"{1}\".",
+ "HeaderAddedToPlayQueue": "Ajouté à la file d'attente de lecture",
+ "HeaderPlayingNext": "Lire le suivant",
+ "Help": "Aide",
+ "HeaderGetHelp": "Obtenir de l'aide",
+ "LabelTVDisplayMode": "Activer le mode d'affichage TV",
+ "Desktop": "Bureau",
+ "Mobile": "Mobile / Tablette",
+ "Navigation": "Navigation",
+ "HeaderVideoPlayback": "Lecture vidéo",
+ "TV": "TV",
+ "HeaderEmbyConnect": "Emby Connect",
+ "Seasons": "Saisons",
+ "OneTrack": "1 piste",
+ "OneSeason": "1 saison",
+ "Libraries": "Médiathèques",
+ "NumberSeasonsValue": "{0} saisons",
+ "TVDisplayModeHelp": "Optimisez l'interface utilisateur de cet appareil pour un affichage sur un téléviseur et une méthode de saisie avec une télécommande. Ceci n'est généralement pas recommandé si votre méthode d'entrée principale est une souris ou est basée sur le tactile.",
+ "LabelDisplayLanguage": "Langue d'affichage",
+ "LabelDisplayLanguageHelp": "La traduction d'Emby est un projet en cours.",
+ "LearnHowYouCanContribute": "Voir comment vous pouvez contribuer.",
+ "NewCollectionHelp": "Les collections vous permettent de créer des groupes personnalisés de films et d'autres contenus.",
+ "SearchForCollectionInternetMetadata": "Rechercher les images et les métadonnées sur Internet",
+ "DisplayMissingEpisodesWithinSeasons": "Afficher les épisodes manquants dans les saisons",
+ "DisplayMissingEpisodesWithinSeasonsHelp": "Cette option doit aussi être activée pour les médiathèques TV dans les paramètres du serveur Emby.",
+ "EnableThemeSongs": "Activer les thèmes musicaux",
+ "EnableBackdrops": "Activer les images d'arrière-plans",
+ "EnableThemeSongsHelp": "Si activé, les thèmes musicaux seront lus en arrière-plan pendant la navigation dans la médiathèque.",
+ "EnableBackdropsHelp": "Si activé, les images d'arrière-plan seront affichées sur certaines pages pendant la navigation dans la médiathèque.",
+ "EnableThemeVideos": "Activer les thèmes vidéos",
+ "EnableThemeVideosHelp": "Si activé, les thèmes vidéos seront lus en arrière-plan tout en parcourant la médiathèque.",
+ "RunAtStartup": "Exécuter au démarrage",
+ "ServerStartup": "Démarrage du serveur",
+ "EmbyServerOnXHasStarted": "Le serveur Emby sur {0} a démarré.",
+ "LabelScreensaver": "Économiseur d'écran",
+ "LabelSoundEffects": "Effets sonores",
+ "LabelName": "Nom",
+ "NewCollectionNameExample": "Exemple: Collection Star Wars",
+ "MessageItemsAdded": " Éléments ajoutés.",
+ "OptionNew": "Nouveau...",
+ "LabelPlaylist": "Liste de lecture",
+ "AddToPlaylist": "Ajouter à la liste de lecture",
+ "HeaderAddToPlaylist": "Ajouter à la liste de lecture",
+ "Subtitles": "Sous-titres",
+ "LabelTheme": "Thème",
+ "LabelSettingsTheme": "Thème des paramètres",
+ "LabelThemeAccentColor": "Couleur d'accentuation",
+ "ThemeAccentColorDescription": "Contrôle la couleur des indicateurs importants, icônes et textes.",
+ "SearchForSubtitles": "Rechercher des sous-titres",
+ "LabelLanguage": "Langue",
+ "Search": "Recherche",
+ "NoSubtitleSearchResultsFound": "Aucun résultat trouvé. Avez-vous configuré le {0}téléchargement de sous-titres{1}?",
+ "NoLyricsSearchResultsFound": "Aucun résultat trouvé. Avez-vous configuré le {1}téléchargement de paroles{0}?",
+ "Lyrics": "Paroles",
+ "SearchForLyrics": "Recherche des paroles",
+ "Finish": "Terminer",
+ "File": "Fichier",
+ "Exit": "Quitter",
+ "Sleep": "Veille",
+ "Setup": "Installation",
+ "MessageAreYouSureDeleteSubtitles": "Voulez-vous vraiment supprimer ce fichier de sous-titres?",
+ "ConfirmDeletion": "Confirmer la suppression",
+ "MySubtitles": "Mes sous-titres",
+ "MessageDownloadQueued": "Téléchargement mis en file d'attente.",
+ "HeaderEditSubtitles": "Modifier les sous-titres",
+ "UnlockGuide": "Déverrouiller le guide",
+ "HeaderRefreshMetadata": "Actualiser les métadonnées",
+ "HeaderRefreshAllMetadata": "Actualiser toutes les métadonnées",
+ "ReplaceExistingImages": "Remplacer les images existantes",
+ "ReplaceExistingImagesHelp": "Toutes les images existantes seront supprimées et les nouvelles seront téléchargées en fonction des options de la bibliothèque. Dans certains cas, il se peut que le nombre d'images disponibles soit inférieur à ce qu'il était auparavant.",
+ "ReplaceAllMetadata": "Remplacer toutes les métadonnées",
+ "SearchForMissingMetadata": "Rechercher les métadonnées manquantes",
+ "LabelRefreshMode": "Mode d'actualisation",
+ "NoItemsFound": "Aucun élément trouvé",
+ "HeaderSaySomethingLike": "Dites quelque chose comme...",
+ "ButtonTryAgain": "Veuillez réessayer",
+ "HeaderYouSaid": "Vous avez dit...",
+ "MessageWeDidntRecognizeCommand": "Désolé, cette commande n'a pas été reconnue.",
+ "MessageIfYouBlockedVoice": "Si vous avez supprimé l'accès par commande vocale à l'application, vous devrez le reconfigurer avant de réessayer.",
+ "ValueDiscNumber": "Disque {0}",
+ "Unrated": "Non noté",
+ "Favorite": "Favori",
+ "Like": "J'aime",
+ "Dislike": "Je n'aime pas",
+ "RefreshDialogHelp": "Les métadonnées sont mises à jour avec de nouvelles données basées sur les paramètres et les fournisseurs de métadonnées activés dans la configuration de la bibliothèque Emby.",
+ "Open": "Ouvrir",
+ "Play": "Lire",
+ "Pause": "Pause",
+ "HeaderPlayQueue": "Lire la file d’attente",
+ "HeaderAddToPlayQueue": "Ajouter à la file d’attente",
+ "Shuffle": "Aléatoire",
+ "Identify": "Identifier",
+ "HeaderRemoveIdentification": "Supprimer l'identification",
+ "ResetMetadataConfirmation": "Êtes-vous sûr de vouloir réinitialiser toutes les métadonnées ?",
+ "HeaderEditMetadata": "Modifier les métadonnées",
+ "Convert": "Convertir",
+ "Resume": "Reprendre",
+ "HeaderInstantMix": "Mix instantané",
+ "HeaderGoToItem": "Aller à l'élément",
+ "HeaderGoToSeason": "Aller à la saison",
+ "HeaderGoToSeries": "Aller à la série",
+ "HeaderGoToAlbum": "Aller à l'album",
+ "HeaderGoToArtist": "Aller à l'artiste",
+ "HeaderPlayAll": "Tout lire",
+ "PictureInPicture": "Incrustation",
+ "Fullscreen": "Plein écran",
+ "ExitFullscreen": "Sortir du plein écran",
+ "Rewind": "Retour en arrière",
+ "FastForward": "Avance rapide",
+ "Remove": "Supprimer",
+ "Rename": "Renommer",
+ "Queue": "En file d'attente",
+ "QueueAllFromHere": "Tout mettre en file d'attente à partir d'ici",
+ "PlayAllFromHere": "Tout lire à partir d'ici",
+ "PlayFromBeginning": "Lire Depuis le Début",
+ "FromBeginning": "Depuis le début",
+ "ResumeAt": "Reprendre à {0}",
+ "HeaderRemoveFromPlaylist": "Supprimer de la liste de lecture",
+ "HeaderRemoveFromPlayQueue": "Supprimer de la file d'attente de lecture",
+ "HeaderRemoveFromCollection": "Supprimer de la collection",
+ "Sort": "Tri",
+ "Trailer": "Bande-annonce",
+ "SelectNone": "Ne rien sélectionner",
+ "SelectAll": "Tout sélectionner",
+ "HeaderMarkPlayed": "Marquer comme lu",
+ "HeaderMarkUnplayed": "Marquer comme non lu",
+ "HeaderGroupVersions": "Grouper les versions",
+ "PleaseSelectTwoItems": "Veuillez sélectionner au moins deux éléments.",
+ "HeaderConfirmRecordingCancellation": "Confirmez l'annulation de l'enregistrement",
+ "MessageConfirmRecordingCancellation": "Annuler l'enregistrement?",
+ "Album": "Album",
+ "AlbumArtist": "Artiste(s) de l'album",
+ "Error": "Erreur",
+ "VoiceInput": "Entrée vocale",
+ "LabelContentType": "Type de contenu",
+ "LabelPath": "Chemin",
+ "Playlists": "Listes de lecture",
+ "LabelTitle": "Titre",
+ "LabelOriginalTitle": "Titre original",
+ "LabelSortTitle": "Titre de tri",
+ "LabelDateAdded": "Date d'ajout",
+ "DateAdded": "Date d'ajout",
+ "DateModified": "Date modifiée",
+ "DatePlayed": "Date de lecture",
+ "DateLastActive": "Date de dernière activité",
+ "ConfigureDateAdded": "Configurez comment la date d'ajout est déterminée dans le tableau de bord de Emby Server, sous Médiathèque, Avancé",
+ "LabelStatus": "État",
+ "LabelArtistsHelp": "Séparer les différents éléments par;",
+ "HeaderAlbumArtists": "Artistes de l'album",
+ "LabelAlbumArtists": "Artistes de l'album",
+ "LabelAlbum": "Album",
+ "Artist": "Artiste",
+ "Artists": "Artistes",
+ "ImdbRating": "Notation IMDb",
+ "CommunityRating": "Note de la communauté",
+ "LabelCommunityRating": "Evaluation de la communauté",
+ "LabelCriticRating": "Evaluation des critiques",
+ "CriticRating": "Note de la critique",
+ "LabelWebsite": "Site web",
+ "Tagline": "Slogan",
+ "LabelOverview": "Synopsis",
+ "LabelShortOverview": "Résumé",
+ "LabelReleaseDate": "Date de sortie",
+ "LabelPlaceOfBirth": "Lieu de naissance",
+ "Aired": "Diffusé",
+ "LabelAirDays": "Jours de diffusion",
+ "LabelAirTime": "Heure de diffusion",
+ "LabelRuntimeMinutes": "Durée (min)",
+ "LabelCustomRating": "Evaluation personnalisée",
+ "LabelOriginalAspectRatio": "Ratio d'aspect original",
+ "Label3DFormat": "Format 3D",
+ "FormatValue": "Format: {0}",
+ "DownloadsValue": "{0} téléchargements",
+ "HashMatch": "Correspondance des hachages",
+ "EnableExternalVideoPlayers": "Activer les lecteurs vidéo externes",
+ "EnableExternalVideoPlayersHelp": "Une liste des lecteurs externes sera affichée au lancement de la lecture d'une vidéo.",
+ "HeaderSpecialEpisodeInfo": "Informations de l'épisode spécial",
+ "LabelAirsDuringSeason": "Diffusions pendant la saison",
+ "LabelAirsAfterSeason": "Diffusion après la saison",
+ "LabelAirsBeforeEpisode": "Diffusion avant l'épisode",
+ "HeaderExternalIds": "Identifiants externes",
+ "HeaderDisplaySettings": "Paramètres d'affichage",
+ "PlaylistOrder": "Ordre de la playlist",
+ "CollectionOrder": "Ordre de la collection",
+ "LabelDisplayOrder": "Ordre d'affichage",
+ "LabelFileOrder": "Ordre des fichiers",
+ "Display": "Affichage",
+ "Countries": "Pays",
+ "Genres": "Genres",
+ "Studios": "Studios",
+ "Tags": "Mot-clé",
+ "Links": "Liens",
+ "Movie": "Film",
+ "Program": "Programme",
+ "Channel": "Chaine",
+ "Episode": "Episode",
+ "Season": "Saison",
+ "HeaderMetadataSettings": "Paramètres des métadonnées",
+ "People": "Personnes",
+ "Number": "Numéro",
+ "Lock": "Verrouiller",
+ "HeaderScreenLocked": "Écran Verrouillé",
+ "HeaderUnlockControls": "Déverrouiller les touches",
+ "HeaderTapToUnlock": "Appuyer pour déverrouiller",
+ "LabelMetadataDownloadLanguage": "Langue préférée pour le téléchargement des métadonnées",
+ "LabelImageDownloadLanguage": "Langue préférée pour le téléchargement des images",
+ "LabelLockItemToPreventChanges": "Verrouiller cet élément pour éviter de futures modifications",
+ "LockThisField": "Verrouiller ce champ pour empêcher de futurs changements lors du rafraichissement des métadonnées",
+ "MessageLeaveEmptyToInherit": "Laisser vide pour hériter des paramètres de l'élément parent, ou de la valeur par défaut.",
+ "LabelCountry": "Pays",
+ "LabelCertificationCountry": "Pays de certification",
+ "CertificationCountryHelp": "Cela influencera le système d'évaluation du contenu utilisé.",
+ "LabelDynamicExternalId": "ID {0}",
+ "LabelBirthYear": "Année de naissance",
+ "LabelBirthDate": "Date de naissance",
+ "LabelDeathDate": "Date de décès",
+ "LabelEndDate": "Date de fin",
+ "LabelSeasonNumber": "Numéro de saison",
+ "LabelEpisodeNumber": "Numéro d'épisode",
+ "LabelTrackNumber": "Numéro de piste",
+ "LabelNumber": "Numéro",
+ "LabelDiscNumber": "Numéro de disque",
+ "LabelParentNumber": "Numéro du parent",
+ "SortName": "Trier par titre",
+ "OriginalTitle": "titre original",
+ "ReleaseDate": "Date de sortie",
+ "Continuing": "En cours",
+ "Ended": "Terminé",
+ "HeaderEnabledFields": "Activer les champs",
+ "HeaderEnabledFieldsHelp": "Décocher un champ pour le verrouiller et empêcher ses données d'être modifiées.",
+ "Backdrops": "Arrière-plans",
+ "Images": "Images",
+ "Runtime": "Durée",
+ "ProductionLocations": "Sites de production",
+ "BirthLocation": "Lieu de naissance",
+ "ParentalRating": "Classification parentale",
+ "PlayCount": "Nombre de lectures",
+ "Name": "Nom",
+ "Overview": "Synopsis",
+ "LabelType": "Type",
+ "LabelPersonRole": "Rôle",
+ "LabelPersonRoleHelp": "Exemple: Chauffeur du camion de crème glacée",
+ "Actor": "Acteur(trice)",
+ "Composers": "Compositeurs",
+ "Composer": "Compositeur",
+ "Director": "Réalisateur",
+ "GuestStar": "Vedette invitée",
+ "Producer": "Producteur",
+ "Writer": "Scénariste",
+ "MessageNoSyncJobsFound": "Aucun téléchargement trouvé. Créer des tâches de téléchargement grâce aux boutons Télécharger dans l'application.",
+ "MessageNoDownloadsFound": "Aucun téléchargement hors ligne. Téléchargez votre contenu multimédia pour une utilisation hors ligne en cliquant sur Télécharger dans l'application.",
+ "InstallingPackage": "Installation de {0}",
+ "PackageInstallCompleted": "L'installation de {0} est terminée.",
+ "PackageInstallFailed": "L'installation de {0} a échoué.",
+ "PackageInstallCancelled": "L'installation de {0} a été annulée.",
+ "SeriesYearToPresent": "{0} - Présent",
+ "OneDevice": "1 appareil",
+ "DeviceCountValue": "{0} appareils",
+ "OneLog": "1 journal",
+ "LogCountValue": "{0} journaux",
+ "OneVote": "1 vote",
+ "VoteCountValue": "{0} votes",
+ "OneLike": "1 j'aime",
+ "LikeCountValue": "{0} j'aime",
+ "OneUser": "1 utilisateur",
+ "UserCountValue": "{0} utilisateurs",
+ "OneLibrary": "1 médiathèque",
+ "LibraryCountValue": "{0} médiathèques",
+ "ValueOneItem": "1 élément",
+ "ValueOneEpisode": "1 épisode",
+ "ValueEpisodeCount": "{0} épisodes",
+ "Albums": "Albums",
+ "Song": "Chanson",
+ "Songs": "Chansons",
+ "Authors": "Auteurs",
+ "Books": "Livres",
+ "AudioBooks": "Livres audio",
+ "HeaderAudioBooks": "Livres audios",
+ "HeaderAudioBook": "Livre Audio",
+ "HeaderIdentifyItemHelp": "Entrez un ou plusieurs critères de recherche. Retirez des critères pour élargir les résultats de la recherche.",
+ "PleaseEnterNameOrId": "Veuillez saisir un nom ou un identifiant externe.",
+ "MessageItemSaved": "Élément enregistré.",
+ "SearchResults": "Résultats de la recherche",
+ "ServerNameIsRestarting": "Serveur Emby - {0} redémarrage en cours.",
+ "ServerNameIsShuttingDown": "Serveur Emby - {0} arrêt en cours.",
+ "HeaderDeleteItems": "Supprimer les éléments",
+ "ConfirmDeleteItems": "Supprimer ces éléments les effacera à la fois du système de fichiers et de votre médiathèque.",
+ "PleaseRestartServerName": "Veuillez redémarrer le serveur Emby sur {0}",
+ "ConvertingDots": "Conversion...",
+ "LabelSyncNoTargetsHelp": "Il semble que vous n'ayez aucune application qui supporte le téléchargement hors ligne.",
+ "DownloadingDots": "Téléchargement...",
+ "LearnMore": "En savoir plus",
+ "LabelBitrateMbps": "Débit (Mbps)",
+ "ConvertUnwatchedVideosOnly": "Convertir uniquement les vidéos non lues",
+ "SyncUnwatchedVideosOnly": "Télécharger uniquement les vidéos non lues",
+ "ConvertUnwatchedVideosOnlyHelp": "Seules les vidéos qui n'ont pas été lues entièrement seront converties",
+ "SyncUnwatchedVideosOnlyHelp": "Les vidéos non lues seront téléchargées et les vidéos lues seront supprimées de l'appareil.",
+ "AutomaticallySyncNewContent": "Télécharger automatiquement le nouveau contenu",
+ "AutomaticallySyncNewContentHelp": "Le nouveau contenu ajouté à ce dossier sera automatiquement transféré vers l'appareil.",
+ "AutomaticallyConvertNewContent": "Convertir automatiquement les nouveaux contenus",
+ "AutomaticallyConvertNewContentHelp": "Les nouveaux contenus seront automatiquement convertis",
+ "LabelItemLimit": "Éléments maximum",
+ "ConvertItemLimitHelp": "Optionnel. Définir une limite de nombre d'éléments à convertir.",
+ "DownloadItemLimitHelp": "Optionnel. Définir une limite de nombre d'éléments à télécharger.",
+ "PleaseSelectDeviceToSyncTo": "Veuillez sélectionner l'appareil auquel le téléchargement doit être envoyé.",
+ "Screenshots": "Captures d'écran",
+ "MoveRight": "Déplacer à droite",
+ "MoveLeft": "Déplacer à gauche",
+ "HeaderUploadNewImage": "Envoyer une nouvelle image",
+ "HeaderDeleteImage": "Supprimer l’image",
+ "ConfirmDeleteImage": "Supprimer l'image?",
+ "HeaderEditImages": "Modifier les images",
+ "Settings": "Paramètres",
+ "ShowIndicatorsFor": "Montrer les indicateurs:",
+ "Episodes": "Épisodes",
+ "Programs": "Programmes",
+ "HeaderCastCrew": "Distribution et équipe",
+ "DvrSubscriptionRequired": "La TV en direct et le magnétoscope Emby nécessitent un {0}abonnement Emby Premiere{1}.",
+ "HeaderCancelRecording": "Annuler l'enregistrement",
+ "HeaderKeepRecording": "Garder l'enregistrement",
+ "HeaderCancelSeries": "Annuler la série",
+ "HeaderKeepSeries": "Garder la série",
+ "HeaderLearnMore": "En savoir plus",
+ "SeriesSettings": "Paramètres des séries",
+ "HeaderRecordingOptions": "Options d'enregistrement",
+ "HeaderDoNotRecord": "Ne pas enregistrer",
+ "HeaderSeriesOptions": "Options des séries",
+ "Layout": "Disposition",
+ "Channels": "Chaînes",
+ "ChannelNameOnly": "Seulement la chaîne {0}",
+ "Anytime": "N'importe quand",
+ "AnyLanguage": "N'importe quelle langue",
+ "AroundTime": "Aux environs de {0}",
+ "HeaderLatestMovies": "Derniers films",
+ "All": "Tout",
+ "Stop": "Arrêter",
+ "AllChannels": "Toutes les chaînes",
+ "NewEpisodesOnly": "Uniquement les nouveaux épisodes",
+ "AllEpisodes": "Tous les épisodes",
+ "LabelStartWhenPossible": "Commencer dès que possible",
+ "LabelStopWhenPossible": "Arrêter dès que possible",
+ "MinutesBefore": "minutes avant",
+ "MinutesAfter": "minutes après",
+ "SkipEpisodesAlreadyInMyLibrary": "Ne pas enregistrer les épisodes déjà présents dans ma médiathèque",
+ "SkipEpisodesAlreadyInMyLibraryHelp": "Les épisodes seront comparés en utilisant le numéro de saison et le numéro d'épisode, s'ils sont disponibles.",
+ "LabelKeepUpTo": "Garder jusqu'à",
+ "AsManyAsPossible": "Autant que possible",
+ "DefaultErrorMessage": "Il y a eu une erreur lors de l'exécution de la requête. Veuillez réessayer plus tard.",
+ "UntilIDelete": "Jusqu'à ce que je le supprime",
+ "UntilSpaceNeeded": "Jusqu'à ce que l'espace disque soit nécessaire",
+ "Categories": "Catégories",
+ "Sports": "Sports",
+ "News": "Actualités",
+ "Movies": "Films",
+ "Music": "Musique",
+ "Kids": "Jeunesse",
+ "MoreFromValue": "Plus de {0}",
+ "DiedValue": "Décès: {0}",
+ "BornValue": "Naissance: {0}",
+ "EnableColorCodedBackgrounds": "Activer les fonds colorés aux séries, en fonction de leurs catégories",
+ "SortChannelsBy": "Trier les chaînes par",
+ "ChannelNumber": "Numéro de chaîne",
+ "HeaderBenefitsEmbyPremiere": "Les avantages d'Emby Premiere",
+ "ThankYouForTryingEnjoyOneMinute": "Profitez d'une minute de lecture. Merci d'avoir essayé Emby.",
+ "HeaderTryPlayback": "Essayer la lecture",
+ "HowDidYouPay": "Comment avez-vous payé?",
+ "IHaveEmbyPremiere": "J'ai Emby Premiere",
+ "IPurchasedThisApp": "J'ai acheté cette application",
+ "ButtonRestorePreviousPurchase": "Restaurer l'achat",
+ "ButtonUnlockWithPurchase": "Déverrouillez avec un achat",
+ "ButtonUnlockPrice": "Déverrouiller {0}",
+ "EmbyPremiereMonthlyWithPrice": "Emby Premiere {0} mensuel",
+ "HeaderAlreadyPaid": "Vous avez déjà payé?",
+ "ButtonPlayOneMinute": "Lire une minute",
+ "PlaceFavoriteChannelsAtBeginning": "Mettre vos chaînes favorites au début",
+ "HeaderUnlockFeature": "Déverrouiller la fonctionnalité",
+ "MessageDidYouKnowCinemaMode": "Saviez-vous qu’avec Emby Première, vous pouviez améliorer votre expérience utilisateur grâce à des fonctionnalités comme les intros cinéma ?",
+ "HeaderPlayMyMedia": "Lire mon média",
+ "HeaderDiscoverEmbyPremiere": "Découvrez Emby Premiere",
+ "HeaderNowPlaying": "Lecture en cours",
+ "Items": "Éléments",
+ "AppName": "Nom de l'app",
+ "OneChannel": "Une chaîne",
+ "ConfirmRemoveDownload": "Supprimer le téléchargement?",
+ "ConfirmRemoveItem": "Supprimer l'élément ?",
+ "RemoveDownload": "Supprimer le téléchargement",
+ "ConfirmCancelConversion": "Annuler la conversion ?",
+ "CancelConversion": "Cancel Conversion",
+ "KeepDownload": "Garder le téléchargement",
+ "AddedOnValue": "Ajouté le {0}",
+ "RemovingFromDevice": "Suppression de l'appareil",
+ "KeepOnDevice": "Garder sur l'appareil",
+ "CancelDownload": "Annuler le téléchargement",
+ "SyncJobItemStatusReadyToTransfer": "Prêt pour le transfert",
+ "SyncJobItemStatusSyncedMarkForRemoval": "Suppression de l'appareil",
+ "SyncJobItemStatusQueued": "Mis en file d'attente",
+ "SyncJobItemStatusConverting": "Conversion en cours",
+ "SyncJobItemStatusTransferring": "Transfert en cours",
+ "SyncJobItemStatusSynced": "Téléchargé",
+ "Failed": "Échoué",
+ "SyncJobItemStatusRemovedFromDevice": "Supprimé de l'appareil",
+ "Cancelled": "Annulé",
+ "Retry": "Réessayer",
+ "Continue": "Continuer",
+ "ContinueInSecondsValue": "Continuer dans {0} secondes.",
+ "HeaderRemoteControl": "Contrôle à distance",
+ "Disconnect": "Déconnecter",
+ "EnableDisplayMirroring": "Activer le partage d'écran",
+ "RemoteAccess": "Accès à distance",
+ "HeaderPlayOn": "Jouer sur",
+ "Quality": "Qualité",
+ "Auto": "Auto",
+ "AndroidUnlockRestoreHelp": "Pour restaurer votre achat précédent, assurez-vous de vous connecter à l'appareil avec le même compte Google (ou Amazon) qui a effectué l'achat. Assurez-vous que la boutique d'applications est activée et n'est restreinte par aucun contrôle parental, et assurez-vous d'avoir une connexion Internet fonctionnelle. Vous n'aurez à le faire qu'une seule fois, pour restaurer votre achat précédent.",
+ "HeaderAspectRatio": "Ratio d’aspect",
+ "Original": "Original",
+ "Fill": "Etirer",
+ "Cover": "Adapter",
+ "MessageNoServersAvailableToConnect": "Connexion impossible, aucun serveur disponible. Si vous avez été invité à partager un serveur, veuillez accepter ci-dessous ou en cliquant sur le lien dans le courriel.",
+ "MessagePlayAccessRestricted": "La lecture de ce contenu est actuellement restreinte. Contactez l'administrateur de votre serveur Emby pour plus d'informations.",
+ "Accept": "Accepter",
+ "Reject": "Refuser",
+ "Connect": "Se connecter",
+ "HeaderMyMedia": "Mes Médias",
+ "HeaderMyMediaSmall": "Mes Médias (Petit)",
+ "LatestFromLibrary": "{0}: Derniers ajouts",
+ "HeaderLatestEpisodes": "Derniers épisodes",
+ "ContinuePlaying": "Reprendre la lecture",
+ "ContinueWatching": "Continuez à regarder",
+ "HeaderLatestChannelMedia": "Derniers éléments de la chaîne",
+ "HeaderContinueWatching": "Reprendre la lecture",
+ "HeaderContinueListening": "Reprendre l'écoute",
+ "HeaderActiveRecordings": "Enregistrements actifs",
+ "HeaderLatestRecordings": "Derniers enregistrements",
+ "LabelConvertTo": "Convertir en",
+ "LabelDownloadTo": "Télécharger vers",
+ "HeaderDownloadToDots": "Télécharger vers…",
+ "Next": "Suivant",
+ "LabelSource": "Source",
+ "VersionNumber": "Version {0}",
+ "HeaderAllLanguages": "Toutes les langues",
+ "Previous": "Précédent",
+ "HeaderNextUp": "Séries à suivre",
+ "HeaderPlayNextUp": "Lire le suivant",
+ "HeaderLatestFrom": "{0}, ajouts récents",
+ "LabelHomeScreenSectionValue": "Section {0} de l'accueil",
+ "PasswordResetComplete": "Le mot de passe a été réinitialisé.",
+ "PasswordSaved": "Mot de passe sauvegardé.",
+ "SettingsSaved": "Paramètres enregistrés.",
+ "Upcoming": "À venir",
+ "HeaderSelectImageFile": "Choisir un fichier image",
+ "None": "Aucun",
+ "More": "Plus",
+ "Up": "Haut",
+ "Down": "Bas",
+ "Home": "Accueil",
+ "Back": "Retour",
+ "Random": "Aléatoire",
+ "Playback": "Lecture",
+ "Favorites": "Favoris",
+ "HeaderHomeScreen": "Écran d'accueil",
+ "HeaderLatestChannelItems": "Derniers éléments de la chaîne",
+ "HeaderLibraryOrder": "Ordre de la médiathèque",
+ "HeaderOnNow": "En ce moment",
+ "HeaderForKids": "Jeunesse",
+ "HeaderPlaybackError": "Erreur de lecture",
+ "PlaybackErrorNotAllowed": "Vous n'êtes pas autorisé à lire ce contenu. Veuillez contacter votre administrateur système pour plus de détails.",
+ "RateLimitExceeded": "Votre compte a dépassé la limite de diffusion maximum définie par l’administrateur de votre serveur Emby. Contactez-le pour toute assistance.",
+ "PlaybackErrorNoCompatibleStream": "Aucun flux compatible n'est actuellement disponible. Veuillez réessayer plus tard ou contactez votre administrateur système pour plus de détails.",
+ "PlaybackErrorPlaceHolder": "Veuillez insérer le disque pour lire cette vidéo.",
+ "PlaybackErrorNoPlayableItems": "Aucun élément ne peut être lu. Essayez-vous de lire un dossier vide ?",
+ "Guide": "Guide",
+ "Games": "Jeux",
+ "GameSystem": "Système de jeu",
+ "Suggestions": "Suggestions",
+ "HeaderFavoriteChannels": "Chaines favorites",
+ "HeaderFavoriteCollections": "Collections Favorites",
+ "HeaderFavoritePlaylists": "Listes de lecture favorites",
+ "Collection": "Collection",
+ "Collections": "Collections",
+ "LabelSelectFolderGroups": "Grouper automatiquement le contenu des dossiers suivants dans des catégories telles que Films, Musique et TV:",
+ "LabelSelectFolderGroupsHelp": "Les dossiers qui ne sont pas cochés seront affichés tels quels, avec leur propre vue.",
+ "Mute": "Muet",
+ "Unmute": "Activer le son",
+ "Folder": "Dossier",
+ "Folders": "Dossiers",
+ "FileName": "Nom de fichier",
+ "DisplayInOtherHomeScreenSections": "Affiche des sections secondaires à l’écran d’accueil comme 'Derniers ajouts' et 'Reprendre'",
+ "DisplayInMyMedia": "Afficher sur l’écran d’accueil",
+ "Shows": "Séries",
+ "MoviesAndShows": "Films & Séries",
+ "HeaderMusicVideo": "Clip Vidéo",
+ "HeaderMusicVideos": "Clips Vidéos",
+ "MusicVideos": "Clips Vidéos",
+ "Videos": "Vidéos",
+ "MixedContent": "Contenu mixte",
+ "HomeVideos": "Vidéos personnelles",
+ "HomeVideosAndPhotos": "Vidéos et photos personnelles",
+ "TVShows": "TV",
+ "HeaderLibraryFolders": "Dossiers de la médiathèque",
+ "HeaderTermsOfPurchase": "Conditions d'achat",
+ "PrivacyPolicy": "Politique de confidentialité",
+ "TermsOfUse": "Conditions d'Utilisation",
+ "HeaderRepeatMode": "Mode répétition",
+ "HeaderToneMapping": "Mappage des tons",
+ "RepeatOne": "Répéter un média",
+ "RepeatAll": "Tout répéter",
+ "LabelDefaultScreen": "Écran par défaut",
+ "ConfirmEndPlayerSession": "Voulez-vous arrêter Emby sur {0}?",
+ "Yesterday": "Hier",
+ "Yes": "Oui",
+ "No": "Non",
+ "HeaderScanLibraryFiles": "Actualiser les fichiers de la médiathèque",
+ "LiveTV": "TV en direct",
+ "Schedule": "Planning",
+ "Recordings": "Enregistrements",
+ "ScanForNewAndUpdatedFiles": "Actualiser les nouveaux fichiers et les mises à jour",
+ "NewVersionOfXAvailableForY": "{0} est disponible pour {1}",
+ "DirectStreamHelp1": "Le média est compatible avec la résolution et le type de média (H.264, AC3 etc) de l'appareil, mais son conteneur est incompatible (.mkv, .avi, .wmv etc). La vidéo sera rempaquetée à la volée avant d'être diffusée sur l'appareil.",
+ "DirectStreamHelp2": "Le streaming en direct d'un fichier utilise très peu de puissance de traitement sans perte de qualité vidéo.",
+ "MediaIsBeingConverted": "Le média est converti en un format compatible avec l'appareil de lecture.",
+ "StatsForNerds": "Statistiques pour les Nerds",
+ "HeaderHardwareAcceleratedDecoding": "Décodage avec accélération matérielle",
+ "HeaderHardwareAcceleratedEncoding": "Encodage avec accélération matérielle",
+ "HeaderDirectPlay": "Lecture directe",
+ "DirectPlaying": "Lecture directe",
+ "DirectStreaming": "Streaming direct",
+ "Transcode": "Transcoder",
+ "Transcoding": "Transcodage",
+ "ContainerBitrateExceedsLimit": "Réduction du bitrate en raison des paramètres qualité",
+ "VideoCodecNotSupported": "Conversion vidéo en codec compatible",
+ "AudioCodecNotSupported": "Conversion audio en codec compatible",
+ "SubtitleCodecNotSupported": "Convertion des sous-titres directement dans la vidéo",
+ "DirectPlayError": "Récupération d'une erreur de lecture",
+ "ContainerNotSupported": "Conversion en conteneur compatible",
+ "VideoLevelNotSupported": "Conversion en level vidéo compatible",
+ "AudioBitrateNotSupported": "Conversion en débit audio compatible",
+ "AudioChannelsNotSupported": "Conversion en nombre de canaux audio compatible",
+ "VideoResolutionNotSupported": "Conversion en résolution vidéo compatible",
+ "AudioProfileNotSupported": "Conversion en profil audio compatible",
+ "AudioSampleRateNotSupported": "Conversion en taux d'échantillonnage audio compatible",
+ "AnamorphicVideoNotSupported": "Vidéo anamorphique non prise en charge",
+ "InterlacedVideoNotSupported": "Désentrelacement de la vidéo",
+ "SecondaryAudioNotSupported": "Sélection de la piste audio secondaire",
+ "ExternalAudioNotSupported": "Sélection de la piste audio externe",
+ "ErrorRemovingEmbyConnectAccount": "Une erreur est survenue pendant la suppression du compte Emby Connect. Veuillez vous assurer que vous avez une connexion internet active puis réessayez.",
+ "HeaderEmbyAccountRemoved": "Compte Emby supprimé",
+ "MessageEmbyAccontRemoved": "Le compte Emby a été supprimé pour cet utilisateur.",
+ "HeaderInvitationSent": "Invitation envoyée",
+ "Offline": "Hors ligne",
+ "HeaderSignUp": "S'inscrire",
+ "ServerDownloadMessage": "Pour télécharger et installer le serveur Emby gratuit, visitez {0}.",
+ "ServerDownloadMessageWithoutLink": "Pour télécharger et installer le serveur Emby gratuit, visitez le site web d’Emby.",
+ "MessageInvitationSentToUser": "Un courriel a été envoyé à {0} avec votre invitation de partage.",
+ "MessageInvitationSentToNewUser": "Un mail d'invitation à s'inscrire à Emby a été envoyé à {0}.",
+ "GuestUserNotFound": "Utilisateur non trouvé. Veuillez vérifier que le nom est correct et essayez à nouveau, ou essayez de renseigner l'adresse email.",
+ "ErrorReachingEmbyConnect": "Une erreur est survenue pendant la connexion au serveur Emby Connect. Veuillez vous assurer que vous avez une connexion internet active puis réessayez.",
+ "ErrorAddingEmbyConnectAccount1": "Une erreur est survenue lors de l'ajout du compte Emby Connect. Avez-vous créé un compte Emby ? Inscrivez-vous sur {0}.",
+ "ErrorAddingEmbyConnectAccount2": "Si le problème persiste, veuillez envoyer un email à {0} depuis votre adresse utilisée lors de la création de votre compte Emby.",
+ "ErrorAddingGuestAccount1": "Une erreur est survenue lors de l'ajout du compte Emby Connect. Vos invités ont-ils créé un compte Emby ? Ils peuvent s'inscrire sur {0}.",
+ "ErrorAddingGuestAccount2": "Si le problème persiste, veuillez envoyer un email à {0} en précisant votre adresse courriel ainsi que la leur.",
+ "MessageEmbyAccountAdded": "Le compte Emby a été ajouté à cet utilisateur.",
+ "MessagePendingEmbyAccountAdded": "Le compte Emby a été ajouté à cet utilisateur. Un email sera envoyé au propriétaire du compte. Cette invitation devra être confirmée en cliquant sur le lien inclus dans le mail.",
+ "HeaderEmbyAccountAdded": "Compte Emby ajouté",
+ "Skip": "Passer",
+ "HeaderAdditionalParts": "Parties supplémentaires",
+ "ButtonGenerateNewPin": "Générer un nouveau code PIN",
+ "ConnectLoginHelp1": "Avec Emby Connect vous pouvez accéder facilement à votre serveur Emby où que vous soyez et partager les serveurs avec votre famille et amis.",
+ "CreatePinErrorMessage": "Une erreur est survenue lors de la création du code PIN. Veuillez cliquer sur Générer un nouveau code PIN pour réessayer.",
+ "PinExpiredMessage": "Le code PIN a expiré. Veuillez cliquer sur Générer un nouveau code PIN pour réessayer.",
+ "ConnectPinCodeHeader": "Pour vous connecter avec Emby Connect, utilisez un appareil mobile ou un ordinateur pour visiter {0} et saisissez le code PIN suivant:",
+ "LabelSubtitlePlaybackMode": "Mode des sous-titres",
+ "ErrorDeletingItem": "Une erreur s'est produite lors de la suppression de l'élément du serveur Emby. Vérifiez que le serveur Emby a un accès en écriture au dossier multimédia et réessayez.",
+ "NoSubtitles": "Pas de sous-titres",
+ "Default": "Par défaut",
+ "Absolute": "Absolu",
+ "Smart": "Intelligent",
+ "Small": "Petit",
+ "Smaller": "Plus petit",
+ "Medium": "Moyen",
+ "Large": "Grand",
+ "Larger": "Plus grand",
+ "ExtraLarge": "Très grand",
+ "ExtraSmall": "Plus petit",
+ "Forced": "Forcé",
+ "External": "Externe",
+ "HeaderEmbeddedTitle": "Titre intégré",
+ "OnlyForcedSubtitles": "Seulement les sous-titres forcés",
+ "AlwaysPlaySubtitles": "Toujours afficher les sous-titres",
+ "DefaultSubtitlesHelp": "Les sous-titres seront chargés selon les mots-clés par défaut et forcé dans les métadonnées intégrées. Langues préférées seront utilisées quand plusieurs options sont disponibles.",
+ "SmartSubtitlesHelp": "Les sous-titres correspondant à la langue préférée seront affichés lorsque l'audio sera dans une langue étrangère.",
+ "HeaderSubtitleSettings": "Paramètres des sous-titres",
+ "HeaderSubtitleAppearance": "Apparence des sous-titres",
+ "OnlyForcedSubtitlesHelp": "Afficher seulement les sous-titres forcés.",
+ "AutoSelectHearingImpairedHelp": "Les sous-titres correspondant à la langue choisie seront chargés, avec une préférence pour les pistes marquées comme malentendantes (SDH).",
+ "AlwaysPlaySubtitlesHelp": "Les sous-titres correspondant à la préférence linguistique seront affichés quelle que soit la langue audio.",
+ "NoSubtitlesHelp": "Les sous-titres ne seront pas affichés. Ils peuvent être activés manuellement pendant la lecture.",
+ "LabelPreferredSubtitleLanguage": "Langue préférée pour les sous-titres",
+ "LabelTextSize": "Taille du texte",
+ "TheseSettingsAffectSubtitlesOnThisDevice": "Ces paramètres affectent les sous-titres de cet appareil",
+ "LabelDropShadow": "Ombre portée",
+ "LabelTextBackgroundColor": "Couleur de fond du texte",
+ "LabelWindowBackgroundColor": "Couleur de fond du texte",
+ "LabelFont": "Police",
+ "LabelTextColor": "Couleur du texte",
+ "LabelBackgroundColor": "Couleur du fond",
+ "LabelBackgroundOpacity": "Transparence du fond",
+ "Raised": "Augmenter",
+ "Depressed": "Diminuer",
+ "Uniform": "Uniforme",
+ "DropShadow": "Ombre portée",
+ "SmallCaps": "Petites majuscules",
+ "SubtitleAppearanceSettingsDisclaimer": "Ces paramètres ne s'appliqueront pas aux sous-titres graphiques (PGS, DVD etc) ou aux sous-titres qui ont leurs propres styles incorporés (ASS/SSA).",
+ "Normal": "Normal",
+ "HeaderWaitingForWifi": "En attente du Wi-Fi",
+ "WifiRequiredToDownload": "Une connexion Wi-Fi est nécessaire pour continuer le téléchargement.",
+ "DownloadOnlyOnWifi": "Télécharger uniquement en Wi-Fi",
+ "LabelMusicDownloadQuality": "Qualité du téléchargement de musique",
+ "MusicDownloadQualityHelp": "Les fichiers audio ayant un débit plus élevé seront convertis par le serveur Emby. Sélectionnez une valeur élevée pour une meilleure qualité, ou une valeur faible pour préserver votre espace de stockage.",
+ "HeaderDownloadSettings": "Paramètres de téléchargement",
+ "LabelDownloadLocation": "Emplacement de téléchargement",
+ "BrowseForFolder": "Explorer les dossiers",
+ "Unlimited": "Illimité",
+ "NoLimit": "Aucune limite",
+ "Hide": "Cacher",
+ "HeaderKeepWatching": "Continuer à regarder",
+ "HeaderNextEpisode": "Episode Suivant",
+ "AudioBitDepthNotSupported": "Conversion en échantillage audio compatible",
+ "VideoBitrateNotSupported": "Conversion vers un débit vidéo compatible",
+ "VideoProfileNotSupported": "Conversion en profil vidéo compatible",
+ "VideoFramerateNotSupported": "Conversion en fréquence d'images vidéo compatible",
+ "VideoBitDepthNotSupported": "Conversion en profondeur de couleurs vidéo compatible",
+ "RefFramesNotSupported": "Conversion en nombre compatible d'images de référence vidéo",
+ "ErrorConnectServerUnreachable": "Une erreur est survenue pendant l'exécution de l'opération demandée. Votre serveur est dans l'incapacité de joindre le serveur Emby Connect à {0}. Veuillez vérifier que votre serveur est bien connecté à Internet et qu'aucun pare-feu ou autre logiciel de sécurité ne bloque les communications.",
+ "HeaderStopRecording": "Arrêter l'enregistrement",
+ "ManageRecording": "Gérer l'enregistrement",
+ "LabelDropImageHere": "Glissez déposez une image ici, ou cliquez pour sélectionner une image.",
+ "MessageFileReadError": "Une erreur est survenue lors de la lecture du fichier. Veuillez réessayer.",
+ "Browse": "Parcourir",
+ "HeaderUploadImage": "Envoyer une image",
+ "HeaderAddUpdateImage": "Ajouter/Mettre à jour une image",
+ "HeaderShowFields": "Afficher les champs",
+ "LabelView": "Vue",
+ "LabelImageType": "Type d'image",
+ "Upload": "Envoyer",
+ "Primary": "Principal",
+ "PrimaryImageBlur": "Flou de l'image primaire",
+ "Art": "Art",
+ "Backdrop": "Fond d'écran",
+ "Banner": "Bannière",
+ "Box": "Boîtier",
+ "BoxRear": "Boîtier (dos)",
+ "Disc": "Disque",
+ "Logo": "Logo",
+ "LogoDark": "Logo (Version sombre)",
+ "LogoLight": "Logo (Version claire)",
+ "LogoLightColor": "Logo (Clair avec couleur)",
+ "Menu": "Menu",
+ "Screenshot": "Capture d'écran",
+ "Thumb": "Vignette",
+ "HeaderAudioSettings": "Réglages audio",
+ "LabelAudioLanguagePreference": "Langue audio préférée",
+ "LabelPlayDefaultAudioTrack": "Utiliser le flux audio par défaut quelle que soit la langue",
+ "HeaderVideoQuality": "Qualité vidéo",
+ "CinemaModeConfigurationHelp": "Les intros cinéma Intros apporte l'expérience théâtrale directement dans votre salon avec la possibilité de lire des bandes-annonces et des intros personnalisées avant le film.",
+ "ShowUpNextPreview": "Afficher le prochain aperçu",
+ "ShowUpNextPreviewHelp": "Affiche les informations relatives à l'élément suivant à la fin de l'élément en cours.",
+ "PlayNextEpisodeAutomatically": "Lancer l'épisode suivant automatiquement",
+ "LabelMaxChromecastBitrate": "Qualité de diffusion du Chromecast",
+ "LabelSkipBackLength": "Durée des sauts en arrière",
+ "LabelSkipForwardLength": "Durée des sauts en avant",
+ "EnableCinemaMode": "Activer les Intros cinéma",
+ "LabelInternetQuality": "Qualité de diffusion à distance",
+ "LabelCellularQuality": "Qualité de diffusion à distance (cellulaire)",
+ "HeaderMusicQuality": "Qualité de la musique:",
+ "LabelHomeNetworkQuality": "Qualité de diffusion locale",
+ "HeaderLatestMedia": "Derniers médias",
+ "HeaderRestartingEmbyServer": "Redémarrage du serveur Emby",
+ "RestartPleaseWaitMessage": "Veuillez patienter pendant que le serveur Emby s'arrête et redémarre. Cela peut prendre une minute ou deux.",
+ "HeaderPlayNext": "Lire le suivant",
+ "AutoBasedOnLanguageSetting": "Auto (basé sur la langue de l'appareil)",
+ "SameAsMainTheme": "Identique au thème principal",
+ "LabelDateTimeLocale": "Date et heure locale",
+ "Genre": "Genre",
+ "DirectorValue": "Réalisateur: {0}",
+ "DirectorsValue": "Réalisateurs: {0}",
+ "GenreValue": "Genre: {0}",
+ "GenresValue": "Genres: {0}",
+ "TagsValue": "Mots clés: {0}",
+ "Off": "Désactivés",
+ "Title": "Titre",
+ "Year": "Année",
+ "Filter": "Filtre",
+ "Filters": "Filtres",
+ "Unplayed": "Non lu",
+ "LabelTVHomeScreen": "Écran d'accueil du mode TV",
+ "Horizontal": "Horizontal",
+ "Vertical": "Vertical",
+ "HeaderGroupBy": "Grouper par",
+ "HeaderMediaType": "Type de média",
+ "GroupBySeries": "Grouper par séries",
+ "HeaderVideoType": "Type de vidéo",
+ "HeaderSeriesStatus": "Statut de la série",
+ "Features": "Longs métrages",
+ "Trailers": "Bandes-annonces",
+ "Extras": "Extras",
+ "ThemeSongs": "Chansons thématiques",
+ "ThemeVideos": "Vidéos thématiques",
+ "HeaderFavoriteMovies": "Films préférés",
+ "HeaderFavoritePhotos": "Photos préférées",
+ "HeaderFavoriteShows": "Séries préférées",
+ "HeaderFavoriteEpisodes": "Episodes préférés",
+ "HeaderFavoriteVideos": "Vidéos préférées",
+ "HeaderFavoriteMusicVideos": "Vidéos musicales favorites",
+ "HeaderFavoriteGames": "Jeux préférés",
+ "HeaderFavoriteArtists": "Artistes préférés",
+ "HeaderFavoriteAlbums": "Albums préférés",
+ "HeaderFavoriteSongs": "Chansons préférées",
+ "HeaderFavoriteAuthors": "Auteurs favoris",
+ "HeaderFavoriteAudioBooks": "Livres audio favoris",
+ "Ascending": "Croissant",
+ "Descending": "Décroissant",
+ "HeaderColorPrimaries": "Couleurs primaires",
+ "HeaderColorSpace": "Espace colorimétrique",
+ "HeaderColorTransfer": "Transfert de couleur",
+ "HeaderVideoRange": "Gamme vidéo",
+ "SeriesDisplayOrderHelp": "Ranger les épisodes par date de diffusion, par ordre de DVD ou par numéro.",
+ "LabelVerticalPositionFromBottom": "Position verticale (depuis le bas)",
+ "HeaderFavoritePeople": "Personnes favorites",
+ "MultiSelect": "Sélection multiple",
+ "HeaderSignOut": "Déconnexion",
+ "HeaderSelectServer": "Sélectionner le serveur",
+ "HeaderChangeServer": "Changer de serveur",
+ "HeaderChangeUser": "Changer d'utilisateur",
+ "HeaderAppSettings": "Paramètres de l'application",
+ "HeaderLoginSettings": "Paramètres de connexion",
+ "LabelRememberLogin": "Se souvenir de la connexion",
+ "LabelAutomaticallySignOut": "Se déconnecter automatiquement",
+ "BetaTesterMessage": "Merci d'être un bêta-testeur d'Emby! Veuillez laisser vos commentaires dans la {0}zone de test de la communauté Emby{1}.",
+ "HardwareAccelerated": "Accélération matérielle",
+ "Software": "Logiciel",
+ "Metadata": "Métadonnées",
+ "HeaderMediaInfo": "Informations du média",
+ "Locked": "Verrouillé",
+ "HeaderSplitVersionsApart": "Séparer les versions",
+ "Any": "Tout",
+ "Admin": "Administrateur",
+ "HeaderReadMore": "Lire plus",
+ "CustomRatingHelp": "Une note personnalisée pour les évaluations de contrôle parental est utilisée mais n’est pas affichée. La classification parentale est toujours affiché.",
+ "KeepUpToHelp": "Les enregistrements qui dépassent la limite sont supprimés quand l’enregistrement suivant commence. Les enregistrements les plus anciens sont supprimés d’abord, par date d’ajout.",
+ "NoItemsMatchingFound": "Aucun élément correspondant à vos critères de recherche n’a été trouvé.",
+ "TwoSearchCharsRequired": "Veuillez saisir au moins deux caractères à rechercher.",
+ "PreventPlaybackContinuing": "Empêcher la lecture de continuer indéfiniment sans action de l’utilisateur",
+ "PromptStillWatching": "Activer la demande 'Vous regardez toujours?'",
+ "HeaderMissingMetadata": "Métadonnée manquante",
+ "HeaderIncludedIn": "Inclus dans",
+ "EmbyConnectUserAlreadyLinked": "L’utilisateur Emby Connect est déjà lié à un autre utilisateur sur ce serveur.",
+ "VideoFilesWillBeConvertedTo": "Les vidéos converties seront enregistrées comme {0}.",
+ "VideoWillBeConvertedTo": "Les flux vidéo seront convertis en {0} ou copiés depuis le fichier original s’ils sont déjà en {0} et que la qualité correspond aux options de conversion.",
+ "VideoWillBeConvertedToOrCopied": "Les flux vidéo seront convertis en {0} ou copiés depuis le fichier original s’ils font partie de {1} et que la qualité correspond aux options de conversion.",
+ "AudioWillBeConvertedTo": "Les flux audio seront convertis en {0} ou copiés depuis le fichier original s’ils sont déjà en {0} et que la qualité correspond aux options de conversion.",
+ "AudioWillBeConvertedToOrCopied": "Les flux audio seront convertis en {0} ou copiés depuis le fichier original s’ils font partie de {1} et que la qualité correspond aux options de conversion.",
+ "HeaderSpecialKeys": "Touches spéciales",
+ "FollowingSpecialKeys": "Les touches spéciales suivantes sont prises en charge sur la plupart des claviers et des télécommandes:",
+ "HeaderDeleteSeries": "Supprimer les séries",
+ "HeaderDeleteLastPlayedEpisode": "Supprimer le dernier épisode lu",
+ "HeaderConnectingToServer": "Connexion au serveur",
+ "ServerNameValue": "Nom du serveur: {0}",
+ "DomainValue": "Domaine: {0}",
+ "RatedValue": "Classé {0}",
+ "LocalServerRedirectMessage": "Vous allez maintenant être redirigé vers le domaine administré et appartenant à l'administrateur du serveur auquel vous avez choisi de vous connecter:",
+ "AllMediaOwnedHosted": "Tous les médias sont hébergés et gérés par le propriétaire de {0}.",
+ "EnableResolutionSwitching": "Faire correspondre à la résolution de la vidéo",
+ "EnableResolutionSwitchingHelp": "Ceci permet à Emby de modifier la résolution à la même valeur à laquelle la vidéo à été encodée avant de démarrer la lecture. Cela peut aider à minimiser la quantité de déchirements / saccades que vous pourriez autrement rencontrer lors de la lecture de vidéos qui ne correspondent pas parfaitement.",
+ "EnableDisplayRefreshRateSwitching": "Activer la commutation du taux de rafraîchissement de l'affichage",
+ "EnableDisplayRefreshRateSwitchingHelp": "Ceci permet à Emby de modifier le taux de rafraîchissement de l'affichage sur la même valeur (ou un multiple) que la fréquence d'images dans laquelle la vidéo a été encodée avant de commencer la lecture. Cela permet de minimiser le nombre de déchirements / saccades que vous pourriez autrement rencontrer lors de la lecture de vidéos qui ne correspondent pas parfaitement.",
+ "RememberSelectedAudioTracks": "Se souvenir des sélections de piste audio",
+ "RememberSelectedSubtitleTracks": "Se souvenir des sélections de sous-titres",
+ "RememberSelectedSubtitleTracksHelp": "Les sélections de sous-titres seront enregistrées pour chaque vidéo et réappliquées si la vidéo est de nouveau lue.",
+ "RememberSelectedAudioTracksHelp": "Les sélections de piste audio seront enregistrées pour chaque vidéo et réappliquées si la vidéo est de nouveau lue.",
+ "ClearSavedTrackSelections": "Vider les sélections de piste enregistrées",
+ "HeaderClearTrackSelections": "Vider les sélections de piste enregistrées",
+ "QuestionClearSavedTracks": "Vider toutes les sélections de piste enregistrées?",
+ "LabelChannelTags": "Tags de chaine",
+ "AfterThisPlaysConfirmation": "Après ce morceau, voulez-vous continuer la lecture ou bien vider la liste de morceaux qui sont en file d'attente?",
+ "Keep": "Conserver",
+ "Clear": "Vider",
+ "HeaderClearFilters": "Supprimer les filtres",
+ "HeaderSearchForImages": "Rechercher les images",
+ "HeaderSearchNewImage": "Rechercher une nouvelle image",
+ "HeaderSearchForAnImage": "Rechercher une image",
+ "DragDropToReorder": "Glisser-Déplacer pour réorganiser",
+ "HeaderAddImageFromUrl": "Ajouter une image depuis une URL",
+ "HeaderSetImageFromUrl": "Définir une image depuis une URL",
+ "LabelUrl": "URL",
+ "LabelChannelNumber": "Numéro de chaine",
+ "LabelGuideDataChannel": "Chaine du guide",
+ "GuideDataSource": "Source de données du guide",
+ "HeaderCopyToClipboard": "Copier dans le presse-papier",
+ "TimeRemainingValue": "{0} restantes",
+ "LabelResumeRewindSeconds": "En reprise de lecture, retour automatique en arrière",
+ "ResumeRewindSecondsHelp": "Peut aider à vous rappeler où vous vous êtes arrêté. Ceci s'applique à la pause initiale et pas à chaque pause individuelle réalisée pendant la lecture.",
+ "HeaderSavePlayQueueToPlaylist": "Enregistre dans la liste de lecture",
+ "EnableLogoImagesAsTitle": "Afficher des logos à la place des titres sur les écrans de détail",
+ "EnableLogoImagesAsTitleHelp": "Un logo sera affiché à la place du titre sur l'écran de détail des vidéos. Si le logo n'est pas disponible, le titre textuel sera affiché.",
+ "LabelNowPlayingAudioBackgroundStyle": "Style de fond de l'audio en cours de lecture",
+ "LabelNowPlayingVideoBackgroundStyle": "Style de fond de la vidéo en cours de lecture",
+ "NowPlayingVideoBackgroundStyleHelp": "Détermine l'arrière plan lors du contrôle à distance de la lecture sur un autre appareil.",
+ "Rotation": "Rotation",
+ "Minutes": "Minutes",
+ "LabelMaxRecordingLength": "Durée d'enregistrement maximale",
+ "MaxRecordingLengthHelp": "Limite la durée des enregistrements, quelle que soit la durée de la diffusion. (0 = aucune limite)",
+ "RemoteWAN": "Adresse (WAN)",
+ "HeaderLastConnectedTo": "Dernière connexion à",
+ "Version": "Version",
+ "Keyword": "Mot-clé",
+ "HeaderServerAddress": "Adresse du serveur",
+ "HeaderSkipIntro": "Passer l'introduction",
+ "HeaderCreateRecording": "créer enregistrement",
+ "HeaderAddRecording": "Ajouter enregistrement",
+ "HeaderChannelAndTime": "Chaine et Heure",
+ "LabelRecordProgramOrSeriesFrom": "Enregistrer une émission ou une série à partir de",
+ "LabelStartTime": "Heure de début",
+ "LabelEndTime": "Heure de fin",
+ "LabelFrequency": "Fréquence",
+ "Recurring": "Récurrent",
+ "Once": "Une fois",
+ "Start": "Démarrer",
+ "Unpause": "Reprendre",
+ "LabelIntroSkipMode": "Mode de saut d'intro",
+ "ShowSkipIntroButton": "Afficher le bouton 'Passer l'intro'",
+ "AutoSkipIntro": "Sauter automatiquement les intros",
+ "DisplayRatingInformationOnVideoPlaybackStart": "Afficher les informations de classification en début de lecture vidéo",
+ "DisplayRatingInformationOnVideoPlaybackStartHelp": "Affiche brièvement les informations de classification au démarrage de la lecture vidéo.",
+ "IntroSkipModeHelp": "Affiche un bouton 'Passer l'intro' ou saute automatiquement les intros pour les épisodes dans lesquels Emby Server a détecté des marqueurs d'intro. La détection d'intro doit être activée dans Emby Server.",
+ "EnableHomeScreenFocusPreview": "Utiliser une mise en page sur l'écran d'accueil qui affiche un aperçu détaillé de l'élément sélectionné",
+ "EnableHomeScreenFocusPreviewHelp": "Peut ne pas fonctionner correctement si votre écran d'accueil contient différents types de médias.",
+ "LabelHideMediaTransportButtons": "Masquer les touches de déplacement du lecteur vidéo",
+ "HideMediaTransportButtonsHelp": "Crée une interface de lecture simplifiée en masquant les touches de déplacement basiques telles que Avancer, Reculer et Pause. Ces fonctions seront toujours accessibles en utilisant les flèches et la touche OK/Entrée. 'Auto' masque les boutons de déplacement quand la souris n'est pas détectée par l'application.",
+ "ImageSizeHelp": "Définissez la dimension des images sur la page.",
+ "LabelImageSize": "Taille de l'image",
+ "ThisImageIsOnlyPreview": "Cette image est seulement une prévisualisation fournie par le moteur de recherche de métadonnées. L'image téléchargée par Emby Server pourrait être différente et dépendra des options que vous avez configuré dans les paramètres de bibliothèque d'Emby.",
+ "ResultsRangeValue": "{0} à {1} sur {2}",
+ "NotificationsDescription": "Paramétrez les notifications pour rester informés sur les évènements importants survenus sur votre serveur Emby.",
+ "DeleteEmbyConnectAccount": "Supprimer le compte Emby Connect",
+ "DeleteEmbyConnectAccountHelp": "Pour supprimer votre compte Emby Connect, veuillez vous authentifier auprès de la {0}Communauté Emby{1} à {2}. Une fois authentifié, cliquez ensuite sur votre nom d'utilisateur en haut à droite, puis cliquez sur Account Settings, puis cliquez sur Delete My Account.",
+ "KeepPlayingInBackground": "Continuer de lire en arrière-plan",
+ "LabelVideoBackBehavior": "Comportement du bouton retour du lecteur",
+ "HeaderViewLyrics": "Voir les paroles",
+ "HeaderViewMissingEpisodes": "Voir les épisodes manquants",
+ "HeaderMissingEpisodes": "Episodes manquants",
+ "HeaderManageAccess": "Gérer l'accès",
+ "HeaderManageCollaboration": "Gérer la collaboration",
+ "HeaderLeaveCollaboration": "Quitter la collaboration",
+ "HeaderRemoveFromLibrary": "Retirer de la bibliothèque",
+ "RemoveSharedItemConfirmation": "Êtes-vous sûr de vouloir retirer ce document de votre bibliothèque ? Pour le récupérer, le propriétaire devra vous accorder à nouveau l'accès.",
+ "SubtitlesDownloaded": "Sous-titres téléchargés",
+ "HeaderMakePrivate": "Rendre privé",
+ "HeaderMakePublic": "Rendre public",
+ "MakePublicDescription": "Tous les utilisateurs seront en mesure de voir cet élément. Les utilisateurs peuvent se voir accorder l'accès pour modifier.",
+ "MakePrivateDescription": "Les utilisateurs peuvent toujours se voir accorder l'accès individuellement.",
+ "Private": "Privé",
+ "Public": "Public",
+ "Collaborative": "Collaboratif",
+ "PreferredShowDisplay": "Affichage de série préféré",
+ "ShowAllEpisodesAllSeasons": "Afficher tous les épisodes de toutes les saisons ensemble",
+ "ShowAllEpisodesSingleSeason": "Afficher tous les épisodes pour les séries n'ayant qu'une seule saison",
+ "ShowSeasonFolders": "Toujours afficher les dossiers de saison",
+ "HeaderAddAgain": "Ajouter de nouveau",
+ "UpNext": "À suivre",
+ "ItemsAlreadyInPlaylist": "Certains de ces éléments figurent déjà dans votre liste de lecture.",
+ "ItemAlreadyInPlaylist": "Cet élément figure déjà dans votre liste de lecture.",
+ "HeaderPlayChannel": "Lire la chaîne",
+ "LabelScreenOrientationDuringVideo": "Orientation de l'écran pendant la lecture vidéo",
+ "UseDeviceSetting": "Utiliser les paramètres de l'appareil",
+ "LockToLandscape": "Verrouiller en paysage",
+ "UsernameForFolderHelp": "Le nom d'utilisateur requis pour accéder à ce dossier sur votre réseau (le cas échéant).",
+ "PasswordForFolderHelp": "Le mot de passe requis pour accéder à ce dossier sur votre réseau (le cas échéant).",
+ "ShowMediaInfoOnDetailScreens": "Afficher les informations complètes sur les médias dans les écrans de détail audio et vidéo",
+ "ForgotPasswordNoUserFound": "Aucun utilisateur n'a été trouvé avec le nom saisi. Veuillez réessayer ou laisser le nom vide pour réinitialiser le mot de passe de tous les utilisateurs de ce serveur.",
+ "Silver": "Argenté",
+ "DimGray": "Gris foncé",
+ "DarkGray": "Gris foncé",
+ "LightGray": "Gris clair",
+ "Black": "Noir",
+ "Blue": "Bleu",
+ "Cyan": "Cyan",
+ "Gray": "Gris",
+ "Green": "Vert",
+ "Lime": "Vert citron",
+ "Magenta": "Magenta",
+ "Orange": "Orange",
+ "Pink": "Rose",
+ "Red": "Rouge",
+ "Yellow": "Jaune",
+ "White": "Blanc",
+ "Purple": "Violet",
+ "RecentlyReleasedMovies": "Films récemment sortis",
+ "RecentlyReleasedEpisodes": "Episodes diffusés récemment",
+ "DolbyProfile": "Profil Dolby",
+ "IpAddress": "Adresse IP",
+ "VideoType": "Type de Vidéo",
+ "HidePlayedMediaFrom": "Masquer les médias lus depuis",
+ "BottomEdgePosition": "Position du bord inférieur",
+ "VerticalPositionFromBottomScreen": "Définit la position verticale des sous-titres par rapport au bas de l'écran.",
+ "TopEdgePosition": "Position du bord supérieur",
+ "TopEdgePositionHelp": "Définit la position verticale maximale autorisée des sous-titres par rapport au haut de l'écran. Cette fonction est utilisée lorsque les sous-titres contiennent des instructions de positionnement en haut de l'écran.",
+ "HeaderSubtitlePosition": "Position des sous-titres",
+ "TitleProfilePin": "Code PIN du profil",
+ "ProfilePinConfirm": "Code PIN du profil (confirmer)",
+ "SaveProfilePin": "Sauvegarder le code PIN",
+ "ProfilePinDescription": "Créez un code PIN facultatif qui vous sera demandé à chaque fois que vous reviendrez à une application Emby sur un appareil auquel vous vous êtes déjà connecté. Ceci est utile si vous avez des appareils partagés par plusieurs utilisateurs. Vous pouvez choisir de l'activer séparément sur chaque appareil selon vos besoins.",
+ "TitleNewEpisodes": "Nouveaux Episodes",
+ "EnterYourPinToContinue": "Saisissez votre code PIN pour continuer.",
+ "YourPinMustBe": "Votre code PIN doit être composé de {0} chiffre(s).",
+ "ForgotPin": "Code PIN oublié ?",
+ "RequireEnteringPinToReturn": "Exiger la saisie du code PIN de mon profil à chaque fois que je reviens sur cette application.",
+ "RequireEnteringPinToReturnQuestion": "Devrions-nous vous demander votre code PIN à chaque fois que vous revenez à cette application ? Si cet appareil est partagé par plusieurs utilisateurs, votre code PIN peut empêcher les autres utilisateurs d'accéder à vos données.",
+ "RequireEnteringPinToReturnHelp": "Utile si cet appareil est partagé par plusieurs utilisateurs.",
+ "WrongPinPleaseTryAgain": "Oups, mauvais code PIN. Veuillez réessayer.",
+ "ProfilePinIsOn": "Le PIN du profil est actuellement activé.",
+ "IfTryingToConnectToHttp": "Si vous essayez de vous connecter à votre serveur Emby en utilisant une adresse HTTP, il se peut que votre navigateur ne l'autorise pas à cause des exigences HTTPS. Veuillez essayer l'une des options suivantes :",
+ "SetupHttpsForYourServer": "Configurez {0}HTTPS pour votre serveur Emby{1} afin de pouvoir vous connecter en utilisant HTTPS.",
+ "TitleUnableToReachServer": "Impossible de joindre le serveur",
+ "TitleUnableToReachName": "Impossible de joindre {0}",
+ "HearingImpaired": "Malentendants",
+ "SignIntoServerName": "Se connecter à {0}",
+ "About": "À propos",
+ "Specials": "Spéciaux",
+ "NSettings": "{0} Paramètres",
+ "NPreferences": "{0} Préférences",
+ "DetailScreenOptions": "Écrans de détail",
+ "LabelGenreDisplayLimit": "Limite d'affichage de genre",
+ "GenreDisplayLimitHelp": "Limiter le nombre de genres affichés en haut des écrans de détail des éléments.",
+ "GenreDisplayLimitForListsHelp": "Limiter le nombre de genres affichés en haut des écrans de détail des listes de lecture, des collections et des artistes.",
+ "LabelGenreDisplayLimitForLists": "Limite d'affichage de genre pour les listes",
+ "ShowPosterOnDetails": "Afficher un poster sur l'écran de détail",
+ "ShowPosterOnDetailsHelp": "Choisissez de montrer un poster sur des écrans de détail vidéo, ou de le masquer pour un look plus minimal qui met l'accent sur l'arrière-plan. Ce paramètre n'est pas utilisé sur les mises en page d'écran plus petites. Certains types d'éléments ignoreront ce paramètre.",
+ "EnableAppLogging": "Activer la journalisation de l'application",
+ "EnableAppLoggingHelp": "La journalisation peut dégrader les performances de l'application et ne doit être activée qu'en cas de besoin, à des fins de dépannage. Les modifications nécessitent le redémarrage de l'application.",
+ "LabelSlideshowInterval": "Durée du diaporama par diapositive",
+ "TVChannelImageEditorHelp": "Plusieurs versions de logo sont prises en charge. L'application Emby choisira automatiquement la version appropriée en fonction du thème en cours.",
+ "PlaySlideshow": "Lire le diaporama",
+ "CheckForExistingEpisodesInAllLibraries": "Vérifier la présence d'épisodes existants dans toutes les bibliothèques",
+ "GroupNotificationsBySeriesOrAlbum": "Regrouper les notifications par séries et albums",
+ "ThemeSettings": "Paramètres de thème",
+ "FollowingActivityWillBeDisrupted": "L'activité suivante sera interrompue et peut nécessiter une intervention manuelle pour redémarrer :",
+ "OneActivePlaybackSession": "1 session de lecture active",
+ "NumActivePlaybackSessions": "{0} sessions de lecture actives",
+ "OneActiveRecording": "1 enregistrement actif",
+ "NumActiveRecordings": "{0} enregistrements actifs",
+ "PlayFromLivePosition": "Reprendre le direct",
+ "PlayFromStartOfRecording": "Lire depuis le début de l'enregistrement",
+ "ThisChannelIsActivelyRecording": "Cette chaine est en cours d'enregistrement. Comment souhaitez-vous démarrer la lecture ?",
+ "ThemeSongVolume": "Volume des thèmes musicaux",
+ "HeaderForceConversionForFormats": "Forcer la conversion pour les formats",
+ "ForceConversionForFormatsHelp": "Utilisez cette option pour forcer le transcodage ou le remuxing côté serveur pour les formats qui ne se lisent pas correctement sur cet appareil.",
+ "StartupBehavior": "Comportement au démarrage",
+ "RememberLastUser": "Se souvenir du dernier utilisateur",
+ "ShowLoginScreen": "Afficher l'écran de connexion",
+ "SignInAsValue": "Se connecter en tant que {0}",
+ "ConvertUnsupportedAudio": "Convertir le son surround non pris en charge en Dolby Digital",
+ "ConvertUnsupportedAudioHelp": "Évitez de downmixer en stéréo des formats surround non pris en charge en demandant à Emby Server de les transcoder en Dolby Digital.",
+ "HeaderPlaybackCorrection": "Correction de la lecture",
+ "HeaderAttemptPlaybackCorrection": "Tentative de correction de la lecture",
+ "PlaybackCorrectionConfirm": "Voulez-vous tenter de corriger de la lecture ?",
+ "PlaybackCorrectionDescription": "L'élément actuel présente-t-il un problème de lecture tel que l'absence de vidéo ou d'audio ? Cette opération tentera de corriger les problèmes de lecture en utilisant le transcodage du serveur pour convertir ce fichier dans un format plus adapté à la diffusion en continu. Cela entraînera une augmentation de la consommation de ressources sur le serveur Emby.",
+ "PlaybackCorrectionDescription2": "Vous pouvez effectuer cette opération jusqu'à trois fois par vidéo, le remuxing, le transcodage vidéo et le transcodage audio étant activés un à la fois.",
+ "HeaderAlbumsAsContributingArtist": "Albums en tant qu'artiste collaborateur",
+ "HeaderAlbumsAsComposer": "Albums en tant que compositeur",
+ "Duplicates": "Doublons",
+ "HeaderSleepTimer": "Minuterie avant mise en veille",
+ "AfterCurrentItem": "Après l'élément actuel",
+ "HeaderStopPlayback": "Arrêter la lecture",
+ "TurnOffTimer": "Désactiver la minuterie",
+ "SleepTimerIsSet": "Votre minuterie de mise en veille est paramétrée",
+ "SleepTimerIsOff": "Votre minuterie de mise en veille est désactivée",
+ "LabelEnableRemoteControlTVMode": "Afficher les fonctions de diffusion (cast) et de télécommande",
+ "EnableRemoteControlTVModeHelp": "Activez cette option si vous avez l'intention d'utiliser cet appareil pour envoyer des fichiers multimédias à d'autres appareils.",
+ "ShowOnScreenControls": "Afficher les controles sur l'écran",
+ "LabelVideoScreenUpAction": "Action de la touche 'Haut' sur le lecteur vidéo",
+ "VideoScreenUpActionHelp": "Sélectionnez l'action à effectuer lorsque vous appuyez sur la touche 'Haut' sur l'écran du lecteur vidéo. Ceci s'applique lorsqu'aucune commande n'est visible à l'écran. Lorsque des commandes sont déjà visibles, la touche 'Haut' sera utilisée pour la navigation.",
+ "LabelVideoPlayerLongPressAction": "Action d'appui long sur le lecteur vidéo",
+ "LetsGetSetup": "Un peu de paramétrage",
+ "VideoPlayerLongPressActionHelp": "Choisissez la fonction ou le menu qui s'affiche lorsque vous appuyez longuement sur le bouton OK pendant la lecture d'une vidéo. Ce choix n'est effectif que lorsque les commandes vidéo sont masquées ou que la barre de recherche est mise en évidence.",
+ "AskAdminToGetPremiere": "Cet achat doit être effectué par l'administrateur du serveur. Veuillez demander à l'administrateur de ce serveur Emby de se connecter et d'obtenir Emby Premiere afin que vous puissiez bénéficier de l'accès aux fonctionnalités premium.",
+ "AutoOpenSingleItemsFolders": "Ouvrir automatiquement les éléments uniques dans la vue dossier",
+ "AutoOpenSingleItemsFoldersHelp": "Lorsqu'un dossier ne contient qu'un seul élément, ouvrir automatiquement cet élément.",
+ "PlayedOnValue": "Played {0}",
+ "TheseSettingsApplyAppDevice": "These settings apply to all users playing on this device.",
+ "LastContentDateAdded": "Last Content Date Added",
+ "RepeatThemeMedia": "Play themes on repeat",
+ "HideEpisodeSpoilerInfo": "Hide spoiler information from unwatched episodes",
+ "HideEpisodeSpoilerInfoHelp": "Hides the title, overview and image for unwatched episodes on most screens.",
+ "BornValueAge": "Born: {0} (age {1})",
+ "PreferDirectStreamLiveTV": "Prefer direct streaming of Live TV",
+ "PreferDirectStreamLiveTVHelp": "Direct streaming Live TV will reduce resource consumption on your Emby Server but may not be as seekable during playback. Enabling this will direct stream Live TV when the format is supported and is within your configured quality setting. Disable this to enjoy more seeking during playback at the cost of additional resource consumption.",
+ "HeaderAllRecordings": "All Recordings",
+ "RememberLoginDescription": "After signing in, you can use the app settings to configure the startup behavior to remember login, sign in as a specific user, or always show the login screen.",
+ "ForgetThisServer": "Oublier Ce Serveur",
+ "ForgetServerConfirmation": "Voulez-vous vraiment oublier ce serveur ?",
+ "HeaderThisDevice": "Cet appareil",
+ "ChaptersGuide": "Chapters / Live TV Guide",
+ "ChaptersGuideHelp": "Show Chapters for media with chapters. For media without chapters, show the Live TV Guide (when available).",
+ "HeaderShowSeriesImages": "Show Series Images",
+ "AppExitConfirmation": "Are you ready to exit Emby?",
+ "AppExitMenu": "Exit menu",
+ "SideMenu": "Side navigation menu",
+ "SystemStorage": "System storage ({0})"
+}
diff --git a/modules/common/strings/he.json b/modules/common/strings/he.json
new file mode 100644
index 0000000..c740188
--- /dev/null
+++ b/modules/common/strings/he.json
@@ -0,0 +1,1340 @@
+{
+ "ReplaceExistingThumbnailImages": "החלף תמונות תצוגה מקדימה קיימות של וידאו",
+ "ReplaceExistingThumbnailImagesHelp": "כל תמונות התצוגה המקדימה הקיימות של הווידאו יימחקו וייווצרו חדשות, אם האפשרות מופעלת בהגדרות הספרייה.",
+ "DateCreated": "תאריך יצירה",
+ "CreatedOnValue": "נוצר {0}",
+ "UpdatedOnValue": "עודכן {0}",
+ "EmbyLoginTerms": "Emby נועד לעזור לך לנהל את ספריית המדיה האישית שלך, כגון סרטונים ביתיים ותמונות. עיין {0} בתנאי השימוש {1} שלנו. השימוש בכל תוכנה של emby מהווה הסכמה לתנאים אלה.",
+ "MessageUnableToConnectToServer": "אין באפשרותנו להיכנס לשרת שנבחר כעת. ודא שהוא פועל ונסה שוב.",
+ "EmbyIntroMessage": "עם Emby אתה יכול בקלות לבצע סטרימינג לוידאו, מוזיקה ותמונות לטלפונים חכמים, טאבלטים והתקנים אחרים משרת הemby שלך.",
+ "HeaderSignInWithConnect": "היכנס עם Emby Connect",
+ "HeaderWelcomeToEmby": "ברוך הבא לEmby",
+ "HeaderNewUsers": "משתמש חדש",
+ "HeaderPleaseSignIn": "היכנס",
+ "MessageInvalidUser": "שם משתמש וסיסמה שגויים. אנא נסה שוב.",
+ "MessageUnlockAppWithPurchaseOrSupporter": "נעילת תכונה זו עם רכישה חד פעמית קטנה, או עם מנוי פעיל Emby Premiere.",
+ "MessageUnlockAppWithSupporter": "ביטול נעילה של תכונה זו עם מנוי פעיל של Emby Premiere.",
+ "MessageToValidateSupporter": "אם יש לך מנוי פעיל של Emby Premiere, ודא שהגדרת את Emby Premiere במרכז השליטה של שרת Emby , שבו באפשרותך לגשת על ידי לחיצה על Emby Premiere בתפריט הראשי.",
+ "ValueSpecialEpisodeName": "ספיישל - {0}",
+ "HeaderSignIn": "היכנס",
+ "Share": "שתף",
+ "Shared": "משותף",
+ "Info": "תקציר ופרטים",
+ "Add": "הוסף",
+ "Speed": "מהירות הפעלה",
+ "PlaybackSpeed": "מהירות ניגון",
+ "Chapters": "קטעים",
+ "Password": "סיסמה",
+ "SavePassword": "שמור סיסמה",
+ "LabelPassword": "סיסמה",
+ "HeaderResetPassword": "שחזר סיסמה",
+ "Series": "סדרות",
+ "Preview": "תצוגה מקדימה",
+ "Submit": "שלח",
+ "Never": "לעולם לא",
+ "Table": "טבלה",
+ "HeaderScheduledTasks": "משימות מתוזמנות",
+ "Plays": "מצב הפעלה",
+ "LastUsedAddressValue": "נעשה שימוש לאחרונה ב־{0}",
+ "LabelKeywordType": "סוג מילת מפתח",
+ "HeaderSelectColumns": "בחר עמודות",
+ "HeaderTopResults": "תוצאות מובילות",
+ "HeaderPinSidebar": "הצמד סרגל צידי",
+ "Collapse": "כווץ",
+ "LabelBackgroundVideoPlayback": "הפעלת וידאו ברקע",
+ "BackgroundVideoPlaybackHelp": "אפשרות זו מאפשרת לווידאו להמשיך לפעול ברקע גם כשהמסך כבוי.",
+ "AlwaysOn": "פועל תמיד",
+ "HeadphonesOrExternalSpeakersConnected": "כאשר מחוברים אוזניות או רמקולים חיצוניים",
+ "HeaderKeyboardAndRemote": "מקלדת או שלט",
+ "NoSelectedItemsSupportOperation": "לא נבחרו כותרים התומכים בפעולה זו.",
+ "NoOperationsForSelectedItems": "אין פעולות זמינות עבור הכותרים שנבחרו.",
+ "UploadOnlyOnWifi": "העלה רק בחיבור לרשת WiFi",
+ "HeaderFoldersToUpload": "תיקיות להעלאה",
+ "LabelPasswordConfirm": "סיסמה (אישור)",
+ "HeaderMoveUpInOrder": "התקדם לפי הסדר",
+ "HeaderDownUpInOrder": "לזוז למטה לפי הסדר",
+ "LabelUsername": "שם משתמש",
+ "HeaderAddServer": "הוסף שרת",
+ "HeaderSubtitleOffset": "היסט כתוביות",
+ "Watching": "צפייה",
+ "HeaderRemoveFromContinueWatching": "הסרה מהמשך צפייה",
+ "RemoveThisTitleFromContinueWatching": "האם להסיר את הכותר הזה מהמשך צפייה?",
+ "HeaderRemoveFromContinueListening": "הסר מהמשך האזנה",
+ "RemoveThisTitleFromContinueListening": "האם להסיר את הפריט הזה מ'להמשיך להאזין?",
+ "HeaderIncreaseSubtitleOffset": "הגדל היסט כתוביות",
+ "HeaderDecreaseSubtitleOffset": "הקטן היסט כתוביות",
+ "Close": "סגור",
+ "HeaderSeeAll": "הצג הכל",
+ "HeaderOpenInNewWindow": "פתח בחלון חדש",
+ "LabelEmail": "אימייל",
+ "LabelHost": "מארח",
+ "LabelHostHelp": "לדוגמה: 192.168.1.100 או https://myserver.com",
+ "LabelPort": "פורט",
+ "Disabled": "מבוטל",
+ "Uninstall": "הסר את ההתקנה",
+ "Enable": "הפעל",
+ "AllTuners": "כל הטיונרים",
+ "Disable": "השבת",
+ "NextValue": "הבא: {0}",
+ "HeaderNextItem": "פריט הבא",
+ "HeaderPreviousItem": "פריט קודם",
+ "NoTrailersMessage": "לא נמצאו טריילרים. כדי להוסיף טריילרים, הוסף את תוסף הטריילרים מ{0} קטלוג התוספים של Emby{1}.",
+ "UninstallPluginConfirmation": "האם אתה בטוח שברצונך להסיר תוסף זה?",
+ "HeaderUninstallPlugin": "הסר תוסף",
+ "AreYouStillWatching": "האם אתה עוד צופה?",
+ "LabelCurrentPassword": "סיסמה נוכחית",
+ "LabelNewPassword": "סיסמא חדשה",
+ "LabelNewPasswordConfirm": "אישור סיסמה חדשה",
+ "HeaderRemovePassword": "הסר סיסמה",
+ "ServerUpdateNeeded": "שרת Emby זה צריך להיות מעודכן. כדי להוריד את הגרסה העדכנית ביותר, בקר בכתובת {0}",
+ "MessageThankYouForConnectSignUp": "תודה שנרשמת לEmby Connect. הודעת אימייל תישלח לכתובת שלך עם הנחיות כיצד לאשר את החשבון החדש שלך. אשר את החשבון ולאחר מכן חזור לכאן כדי להיכנס.",
+ "MessageThankYouForConnectSignUpNoValidation": "תודה שנרשמת לEmby Connect! כעת תתבקש להתחבר עם המידע שלך בEmby Connect.",
+ "ErrorMessagePasswordNotMatchConfirm": "סיסמה ואישור סיסמה חייבים להיות תואמים.",
+ "ErrorMessageUsernameInUse": "שם המשתמש תפוס. אנא בחר שם משתמש חדש ונסה שוב",
+ "ErrorMessageEmailInUse": "כתובת האימייל כבר נמצאת בשימוש. הזן כתובת דוא\"ל חדשה ונסה שוב, או השתמש בתכונה שכחתי סיסמה.",
+ "HeaderUpcomingOnTV": "שידורים קרובים",
+ "HeaderOtherShowings": "תצוגות אחרות",
+ "Showings": "תצוגות",
+ "HeaderConnectToServer": "התחבר לשרת",
+ "ConnectToServerManually": "התחבר לשרת ידנית",
+ "LabelEnterConnectUserNameHelp": "זוהי כתובת הדוא\"ל שבה השתמשת כדי להגדיר את חשבון Emby Connect שלך.",
+ "HeaderSignInError": "שגיאת התחברות",
+ "HeaderManualLogin": "התחברות ידנית",
+ "PasswordResetConfirmation": "האם אתה בטוח שברצונך לאפס את הסיסמה?",
+ "ContactAdminToResetPassword": "אנא פנה למנהל המערכת שלך כדי לאפס את הסיסמה שלך.",
+ "ForgotPasswordInNetworkRequired": "אנא נסה שוב ברשת הביתית שלך כדי להתחיל את תהליך איפוס הסיסמה.",
+ "ForgotPasswordFileCreated": "הקובץ הבא נוצר בשרת שלך ומכיל הוראות כיצד להמשיך:",
+ "ForgotPasswordFileExpiration": "תוקף קוד לאיפוס יפוג ב{0}.",
+ "InvalidForgotPasswordPin": "הוזן קוד לא חוקי או שפג תוקפו. בבקשה נסה שוב.",
+ "PasswordResetForUsers": "סיסמאות הוסרו עבור המשתמשים הבאים. כדי להיכנס, הכנס עם סיסמה ריקה.",
+ "HeaderForgotPassword": "שכחת סיסמה?",
+ "ForgotPasswordUsernameHelp": "השאר שדה זה ריק אם אינך זוכר את שם המשתמש שלך.",
+ "HeaderPasswordReset": "איפוס סיסמה",
+ "AttributeNew": "חדש",
+ "Done": "בוצע",
+ "HeaderResetToDefault": "אחזר לברירת המחדל",
+ "Deinterlacing": "ביטול השזירה",
+ "HeaderBurningInSubtitles": "כתוביות מוטמעות",
+ "Premiere": "הקרנת בכורה",
+ "LabelPinCode": "קוד PIN",
+ "LabelLocalNetworkPinCode": "קוד PIN לרשת המקומית",
+ "LabelLocalNetworkPasswordMode": "מצב כניסה דרך הרשת המקומית",
+ "RequirePasswordInLocalNetwork": "דרוש סיסמה ברשת המקומית",
+ "NoPasswordInLocalNetwork": "אל תדרוש סיסמה ברשת המקומית",
+ "PinCodeInLocalNetwork": "אפשר קוד PIN מספרי ברשת המקומית",
+ "LocalNetworkPasswordModeHelp": "בחר את שיטת הכניסה עבור מכשירים באותה רשת מקומית כמו שרת Emby שלך.",
+ "HeaderLocalNetworkAccess": "גישה לרשת מקומית",
+ "Live": "שידור חי",
+ "Reset": "אִתחוּל",
+ "Repeat": "חזור",
+ "Track": "קטע",
+ "Tracks": "שירים",
+ "HeaderCameraUpload": "העלאות מצלמה",
+ "TrackCount": "רצועות {0}",
+ "ItemCount": "{0} פריטים",
+ "NumberChannelsValue": "{0} ערוצים",
+ "HeaderLatestMusic": "נוספו לאחרונה במוזיקה",
+ "HeaderLatestAudioBooks": "נוספו לאחרונה בספרים מוקלטים",
+ "HeaderLatestDownloadedVideos": "הורדות וידאו אחרונות",
+ "HeaderRecentlyPlayed": "לאחרונה הופעל",
+ "Recent": "לאחרונה",
+ "HeaderFrequentlyPlayed": "מופעל לרוב",
+ "HeaderMoreLikeThis": "כותרים דומים",
+ "HeaderMoreLikeThisOnLiveTV": "עוד כמו זה בטלוויזיה בשידור חי",
+ "OriginalAirDateValue": "תאריך אוויר מקורי: {0}",
+ "EndsAtValue": "מסתיים ב:{0}",
+ "Date": "תאריך",
+ "AirDate": "תאריך שידור",
+ "Played": "הופעל",
+ "Daily": "יומי",
+ "Weekly": "שבועי",
+ "RequireHashMatch": "מצריך התאמת גיבוב",
+ "RequireHashMatchHelp": "דרישה להתאמה של גיבוב יסנן כתוביות כדי לכלול רק את אלה שנבדקו עם קובץ הווידאו המדויק שלך. ביטול הסימון יגדיל את מספר הכתוביות המותאמות, אך גם יגביר את הסיכויים לטקסט כתוב כתוב שגוי או שגוי.",
+ "SearchForForcedSubtitlesOnly": "הכרח כתוביות בלבד",
+ "SearchForForcedSubtitlesOnlyHelp": "דרישה לתרגום כפוי תגביל את התוצאות לכותרות המתויגות כבעלות שפה זרה.",
+ "LastEpisodeDateAdded": "תאריך הוספת הפרק האחרון",
+ "LastEpisodeDateAired": "תאריך שחרור פרק אחרון",
+ "LabelPlaystate": "מצב הפעלה",
+ "Studio": "אולפן",
+ "Tag": "תגית",
+ "EpisodeTitle": "כותרת פרק",
+ "Audio": "שמע",
+ "Video": "וידאו",
+ "Subtitle": "כתוביות",
+ "Image": "תמונה",
+ "CopyStream": "העתק את הסטרימינג המקורי",
+ "LabelAudioLayout": "תצורת שמע",
+ "LabelAudioCodec": "פורמט שמע",
+ "LabelAudioLanguage": "שפת שמע",
+ "LabelSubtitleLanguage": "שפת כתוביות",
+ "LabelVideoCodec": "פורמט וידאו",
+ "LabelSubtitleCodec": "פורמט כתוביות",
+ "LabelParentalRating": "דירוג הורים",
+ "BecauseYouLikeValue": "משום שאהבת את {0}",
+ "BecauseYouWatchedValue": "משום שצפית ב{0}",
+ "DirectedByValue": "בימוי {0}",
+ "StarringValue": "כוכבים {0}",
+ "Invitations": "הזמנות",
+ "ActorAsRole": "כ{0}",
+ "ButtonOk": "אישור",
+ "GroupItemsIntoCollections": "קבץ פריטים לאוספים",
+ "GroupItemsIntoCollectionsHelp": "קבץ פריטים לפי האוספים שלהם. הפעלת מסננים מסוימים או שינוי סדר התצוגה עשויים להשבית אפשרות זו אוטומטית.",
+ "GroupItemsIntoTags": "קבץ פריטים לתגיות",
+ "GroupItemsIntoTagsHelp": "קבץ פריטים לפי התגיות שאליהן הם נוספו. הפעלת מסננים מסוימים או שינוי סדר התצוגה עשויים להשבית אפשרות זו אוטומטית.",
+ "User": "משתמש",
+ "Access": "גישה",
+ "Users": "משתמשים",
+ "Library": "ספרייה",
+ "Devices": "מכשיר",
+ "Cancel": "ביטול",
+ "Restart": "אתחול",
+ "Shutdown": "כיבוי",
+ "Logs": "יומני לוג",
+ "Visibility": "נראות",
+ "Notifications": "התראות",
+ "SendTestNotification": "שלח התראת בדיקה",
+ "NotificationSent": "התראת בדיקה",
+ "DeleteNotificationConfirmation": "האם אתה בטוח שברצונך למחוק התראה זאת?",
+ "DeleteNotification": "מחק התראה",
+ "AddNotification": "הוסף התראה",
+ "EditNotification": "ערוך התראה",
+ "LimitUserEventsTo": "הגבל את אירועי המשתמש ל",
+ "LimitLibraryEventsTo": "הגבל את אירועי הספרייה ל",
+ "LimitDeviceEventsTo": "הגבל את אירועי המכשירים ל",
+ "ForAdditionalNotificationOptions": "שירותי התראות נוספים ניתנים להתקנה על ידי מנהל השרת מתוך {0}קטלוג התוספים{1} של Emby.",
+ "Plugins": "תוספים",
+ "Systems": "מערכת",
+ "Server": "שרת",
+ "Dashboard": "לוח בקרה",
+ "PlayOnAnotherDevice": "הפעל במכשיר אחר",
+ "HeaderConnectionHelp": "עזרה בקישוריות",
+ "AccessRestrictedTryAgainLater": "הכניסה מוגבלת כעת. אנא נסה שוב מאוחר יותר.",
+ "ButtonGotIt": "הבנתי",
+ "RememberMe": "זכור אותי",
+ "EmbyServer": "שרת Emby",
+ "ManageEmbyServer": "לוח בקרה",
+ "ShutdownServer": "כיבוי שרת Emby",
+ "RestartServer": "אתחול שרת Emby",
+ "RecordingCancelled": "הקלטה בוטלה",
+ "SeriesCancelled": "הקלטת סדרה בוטלה",
+ "Recording": "הקלטה",
+ "SeriesRecording": "הקלטת סדרות",
+ "RecordingScheduled": "ההקלטה מתוזמנת",
+ "SeriesRecordingScheduled": "הקלטת הסדרה מתוזמנת",
+ "HeaderNewRecording": "הקלטה חדשה",
+ "HeaderWakeServer": "הער שרת",
+ "AttemptingWakeServer": "מנסה להעיר שרת. אנא המתן...",
+ "WakeServerSuccess": "הצלחה!",
+ "HeaderCustomizeHomeScreen": "התאם מסך בית",
+ "WakeServerError": "מנות Wake On LAN נשלחו אל מכונת השרת שלך, אך לא הצלחנו להתחבר לשרת Emby שלך. ייתכן שהמחשב שלך זקוק לזמן קצר יותר להתעורר, או ששרת Emby לא פעילה במחשב.",
+ "Days": "ימים",
+ "Network": "רשת",
+ "Networks": "רשתות",
+ "SortByValue": "מיון לפי {0}",
+ "HeaderSortBy": "מיון לפי",
+ "HeaderPhotoAlbums": "אלבומים",
+ "Photos": "תמונות",
+ "HeaderAppearsOn": "מופיע על",
+ "List": "רשימה",
+ "HeaderRecordSeries": "הלקט סדרות",
+ "HeaderCinemaMode": "קדימוני קולנוע",
+ "Conversions": "המרה",
+ "Downloads": "הורדות",
+ "HeaderManageDownloads": "נהל הורדות",
+ "InternalStorage": "אחסון פנימי",
+ "ExternalStorage": "אחסון חיצוני",
+ "UploadToFollowingServers": "העלה לשרתים",
+ "UploadingNumItems": "מעלה {0} מתוך {1}",
+ "DownloadNumItems": "מוריד {0} מתוך {1}",
+ "HeaderSampleRate": "קצב דגימה",
+ "HeaderReferenceFrames": "מסגרות התייחסות",
+ "HeaderBitDepth": "עומק סיביות",
+ "HeaderPixelFormat": "פורמט פיקסל",
+ "Profile": "פרופיל",
+ "Bitrate": "קצב סיביות",
+ "Expand": "הרחב",
+ "Container": "סוג קובץ",
+ "Format": "פורמט",
+ "Path": "נתיב תיקייה",
+ "Size": "גודל קובץ",
+ "Resolution": "רזולוציה",
+ "HeaderCodecTag": "תיוג מקודד",
+ "Framerate": "קצב תמונה",
+ "Interlaced": "שלובים",
+ "Anamorphic": "אנאמורפי",
+ "Level": "רמה",
+ "Timestamp": "חותמת זמן",
+ "Language": "שפה",
+ "Codec": "מקודד",
+ "Stream": "סטרימינג",
+ "HeaderExtradata": "מידע נוסף",
+ "HeaderHardwareAcceleratedTranscoding": "המרה מואצת באמצעות חומרה\nנצל את כרטיס הגרפי של השרת שלך. Emby מציעה את ההאצה החומרתית המתקדמת והמהירה ביותר בתעשייה.",
+ "HeaderHardwareAcceleratedTranscodingDescription": "נצל את כרטיס המסך של השרת שלך. ל־Emby יש את ההאצה החומרתית המתקדמת והמהירה ביותר בתעשייה.",
+ "HeaderOfflineDownloads": "מדיה לא מקוונת",
+ "AndMuchMoreExclamation": "ועוד הרבה!",
+ "HeaderOfflineDownloadsDescription": "הורד מדיה למכשירים שלך לשימוש לא מקוון בקלות.",
+ "LiveTvFeatureDescription": "סטרימינג טלוויזיה בשידור חי לכל אפליקציית Emby, עם מכשיר מקלט טלוויזיה תואם המותקן בשרת Emby שלך.",
+ "DvrFeatureDescription": "תזמן הקלטות טלוויזיה בשידור חי, הקלטות סדרות ועוד עם EmbyI DVR.",
+ "CinemaModeFeatureDescription": "מצב קולנוע נותן לך חווית קולנוע אמיתית עם טריילרים מותאמים אישית לפני התוכן הנבחר.",
+ "HeaderFreeApps": "אפליקציות Emby בחינם",
+ "FreeAppsFeatureDescription": "באפשרותך ליהנות מגישה חופשית ליישומי Emby עבור המכשירים שלך.",
+ "HeaderBecomeProjectSupporter": "קבל Emby Premiere",
+ "HeaderViewServerInfo": "הצג מידע שרת",
+ "PlaybackTvModeRequiresEmbyPremiere": "בחירת תצוגה במצב טלוויזיה דורש {0}מנוי פעיל לEmby Premiere{1}.",
+ "FeatureRequiresEmbyPremiere": "תכונה זו דורשת {0}מינוי פעיל לEmby Premiere{1}.",
+ "HeaderConvertYourRecordings": "המרת הקלטות שלך",
+ "Record": "הקלט",
+ "Save": "שמור",
+ "Edit": "ערוך",
+ "HeaderSavePlaylist": "שמור רשימת השמעה",
+ "Latest": "נוספו לאחרונה ב",
+ "Download": "הורדה",
+ "Downloaded": "ירד",
+ "Converted": "הומר",
+ "RemoveFromHistory": "הסר מהיסטוריה",
+ "ConfirmRemoveFromHistory": "להסיר את הפריט הזה מההיסטוריה?",
+ "Downloading": "מוריד",
+ "Advanced": "מתקדם",
+ "LinkedToEmbyConnect": "מקושר לEmby Connect",
+ "Delete": "מחק",
+ "Both": "שניהם",
+ "LabelChannelDisplay": "תצוגת ערוץ",
+ "HeaderDeleteItem": "מחק פריט",
+ "HeaderDeleteUser": "מחק משתמש",
+ "DeleteItemConfirmation": "האם אתה בטוח שברצונך להסיר {0}?",
+ "DeleteUserConfirmation": "האם אתה בטוח שברצונך להסיר משתמש זה {0}?",
+ "DeleteUsersConfirmation": "האם אתה בטוח שברצונך למחוק את {0} המשתמשים האלה?",
+ "HeaderDeleteDevice": "מחק מכשיר",
+ "DeleteDeviceConfirmation": "האם אתה בטוח שברצונך למחוק את המכשיר הזה? זה יופיע שוב בפעם הבאה שמשתמש ייכנס אליו.",
+ "ConfirmDeleteItem": "מחיקת פריט זה תמחק אותו הן ממערכת הקבצים והן מספריית המדיה שלך.",
+ "FollowingFilesWillBeDeleted": "הקבצים והתיקיות הבאות ימחקו:",
+ "AreYouSureToContinue": "האם אתה בטוח שברצונך להמשיך?",
+ "Refresh": "רענון",
+ "RefreshingMetadataDots": "מרענן מטא-נתונים...",
+ "ScanningLibraryFilesDots": "סורק קבצי ספרייה...",
+ "HeaderFavoritesThenByChannelNumber": "אהובים, ואז לפי מספר ערוץ",
+ "HeaderAddToCollection": "הוספה לאוסף",
+ "HeaderFavoritesThenByTitle": "אהובים, ואז לפי כותרת",
+ "HeaderFavoritesThenByDefault": "אהובים, ואז לפי סדר ערוץ ברירת מחדל",
+ "HeaderDefaultChannelOrder": "סדר ערוץ ברירת מחדל",
+ "HeaderAddToFavorites": "הוספה לאהובים עליי",
+ "HeaderRemoveFromFavorites": "הסרה מהאהובים עליי",
+ "Favorited": "מועדף",
+ "Unfavorited": "לא מועדף",
+ "HeaderNewCollection": "אוסף חדש",
+ "HeaderNewPlaylist": "רשימת השמעה חדשה",
+ "AllCollections": "כל האוספים",
+ "AllPlaylists": "כל הרשימות",
+ "Create": "צור",
+ "HeaderAddedToPlaylist": "הוסף לרשימת השמעה",
+ "HeaderAddedToCollection": "נוסף לאוסף",
+ "OneItemAddedTo": "פריט אחד נוסף ל\"{0}\".",
+ "ItemsAddedTo": "{0} פריטים שנוספו ל\"{1}\".",
+ "HeaderAddedToPlayQueue": "נוסף לתור הפעלה",
+ "HeaderPlayingNext": "הפעל אחר כך",
+ "Help": "עזרה",
+ "HeaderGetHelp": "קבל עזרה",
+ "LabelTVDisplayMode": "הפעל מצב תצוגה לטלוויזיה",
+ "Desktop": "מסך מחשב",
+ "Mobile": "סמארטפון / טאבלט",
+ "Navigation": "ניווט",
+ "HeaderVideoPlayback": "הפעלת וידאו",
+ "TV": "טלוויזיה",
+ "HeaderEmbyConnect": "Emby Connect",
+ "Seasons": "עונות",
+ "OneTrack": "שיר אחד",
+ "OneSeason": "עונה אחת",
+ "Libraries": "ספריות",
+ "NumberSeasonsValue": "{0} עונה",
+ "TVDisplayModeHelp": "אופטימיזציה של הממשק למכשיר זה כך שיתאים להצגה על טלוויזיה ולשימוש בשלט רחוק. זה בדרך כלל לא מומלץ אם שיטת הקלט העיקרית שלך היא עכבר או מסך מגע.",
+ "LabelDisplayLanguage": "שפת תצוגה",
+ "LabelDisplayLanguageHelp": "תרגום ממשק Emby הוא תהליך מתמשך.",
+ "LearnHowYouCanContribute": "למד איך תוכל לתרום",
+ "NewCollectionHelp": "אוספים מאפשרים לך ליצור קיבוצים מותאמים אישית של סרטים ותוכן ספרייה אחר.",
+ "SearchForCollectionInternetMetadata": "חפש באינטרנט artwork ומטא-נתונים",
+ "DisplayMissingEpisodesWithinSeasons": "הצג פרקים חסרים בתוך העונות",
+ "DisplayMissingEpisodesWithinSeasonsHelp": "זה חייב להיות מופעל גם בהגדרות של ספריות טלוויזיה בשרת Emby.",
+ "EnableThemeSongs": "הפעל שירי נושא",
+ "EnableBackdrops": "אפשר תמונות רקע",
+ "EnableThemeSongsHelp": "אם מאופשר, נעימות נושא יופעלו ברקע במהלך גלישה בספרייה.",
+ "EnableBackdropsHelp": "אם מאופשר, הרקע יוצג בחלק מהדפים בעת הגלישה בספרייה.",
+ "EnableThemeVideos": "הפעל קטעי וידאו נושא",
+ "EnableThemeVideosHelp": "אם מאופשר, וידאו נושא יופעלו ברקע במהלך גלישה בספרייה.",
+ "RunAtStartup": "הפעל באתחול",
+ "ServerStartup": "הפעלת השרת",
+ "EmbyServerOnXHasStarted": "שרת Emby ב־{0} הוזמן והחל לפעול.",
+ "LabelScreensaver": "שומר מסך",
+ "LabelSoundEffects": "אפקטים קוליים",
+ "LabelName": "שם",
+ "NewCollectionNameExample": "לדוגמא: אוסף מלחמת הכוכבים",
+ "MessageItemsAdded": "כותרים שנוספו.",
+ "OptionNew": "חדש...",
+ "LabelPlaylist": "הרשימה שלי",
+ "AddToPlaylist": "הוספה לרשימה ",
+ "HeaderAddToPlaylist": "הוספה לרשימה ",
+ "Subtitles": "כתוביות",
+ "LabelTheme": "ערכת עיצוב",
+ "LabelSettingsTheme": "הגדרות ערכת עיצוב",
+ "LabelThemeAccentColor": "צבע הדגשה",
+ "ThemeAccentColorDescription": "מדגיש בצבע בחירות, סמלים וטקסט.",
+ "SearchForSubtitles": "חפש כתוביות ",
+ "LabelLanguage": "שפה",
+ "Search": "חיפוש",
+ "NoSubtitleSearchResultsFound": "לא נמצאו תוצאות. האם הוגדרה {0}הורדת כתוביות{1}?",
+ "NoLyricsSearchResultsFound": "לא נמצאו תוצאות. האם הגדרת {0}הורדת מילים{1}?",
+ "Lyrics": "מילים",
+ "SearchForLyrics": "חפש מילים",
+ "Finish": "סיים",
+ "File": "קובץ",
+ "Exit": "צא",
+ "Sleep": "הער ממצב שינה",
+ "Setup": "התקנה",
+ "MessageAreYouSureDeleteSubtitles": "האם אתה בטוח שברצונך למחוק קובץ כתובית זה?",
+ "ConfirmDeletion": "אשר מחיקה",
+ "MySubtitles": "הכתוביות שלי",
+ "MessageDownloadQueued": "הורד תור",
+ "HeaderEditSubtitles": "ערוך כתוביות",
+ "UnlockGuide": "נעילת מדריך",
+ "HeaderRefreshMetadata": "רענן מטא-נתונים",
+ "HeaderRefreshAllMetadata": "רענן את כל המטא-נתונים",
+ "ReplaceExistingImages": "החלף תמונות קיימות",
+ "ReplaceExistingImagesHelp": "כל התמונות הקיימות יימחקו ויורדו תמונות חדשות. במקרים מסוימים זה עלול לגרום לפחות תמונות זמינות מבעבר.",
+ "ReplaceAllMetadata": "החלף את כל המטא-נתונים",
+ "SearchForMissingMetadata": "חפש מטא-נתונים חסרים",
+ "LabelRefreshMode": "מצב ריענון",
+ "NoItemsFound": "לא נמצאו כותרים",
+ "HeaderSaySomethingLike": "תגיד משהו כמו ...",
+ "ButtonTryAgain": "נסה שנית",
+ "HeaderYouSaid": "אתה אמרת...",
+ "MessageWeDidntRecognizeCommand": "אנחנו מצטערים, לא זיהינו את הפקודה הזאת.",
+ "MessageIfYouBlockedVoice": "אם מנעת גישה קולית לאפליקציה שתצטרך להגדיר מחדש לפני שתנסה שוב.",
+ "ValueDiscNumber": "דיסק {0}",
+ "Unrated": "אין דירוג",
+ "Favorite": "האהובים עליי",
+ "Like": "אוהב",
+ "Dislike": "לא אוהב",
+ "RefreshDialogHelp": "המטא-נתונים מתעדכנים בהתאם להגדרות ולספקי המטא־נתונים שהופעלו בהגדרות הספרייה של Emby.",
+ "Open": "פתח",
+ "Play": "הפעל",
+ "Pause": "השהיה",
+ "HeaderPlayQueue": "הפעל את הבא בתור",
+ "HeaderAddToPlayQueue": "הוסף לתור הפעלה",
+ "Shuffle": "תפתיעו אותי",
+ "Identify": "זיהוי והתאמה",
+ "HeaderRemoveIdentification": "הסר זיהוי",
+ "ResetMetadataConfirmation": "האם אתה בטוח כי ברצונך לאתחל את כל המטא-נתונים?",
+ "HeaderEditMetadata": "ערוך מטא-נתונים",
+ "Convert": "המר",
+ "Resume": "המשך הפעלה",
+ "HeaderInstantMix": "מיקס מיידי",
+ "HeaderGoToItem": "עבור לפריט",
+ "HeaderGoToSeason": "עבור אל עונה",
+ "HeaderGoToSeries": "עבור לסדרה",
+ "HeaderGoToAlbum": "עבור לאלבום",
+ "HeaderGoToArtist": "עבור אל אמן",
+ "HeaderPlayAll": "הפעל לפי הסדר ",
+ "PictureInPicture": "תמונה בתוך תמונה",
+ "Fullscreen": "מסך מלא",
+ "ExitFullscreen": "צא ממסך מלא",
+ "Rewind": "דלג אחורה",
+ "FastForward": "דלג קדימה",
+ "Remove": "הסרה",
+ "Rename": "שנה שם",
+ "Queue": "תור",
+ "QueueAllFromHere": "הוסף הכל מכאן לתור",
+ "PlayAllFromHere": "הפעל לפי הסדר ",
+ "PlayFromBeginning": "הפעל מהתחלה",
+ "FromBeginning": "הפעל מהתחלה",
+ "ResumeAt": "המשך מ{0}",
+ "HeaderRemoveFromPlaylist": "הסרה מהרשימה שלי",
+ "HeaderRemoveFromPlayQueue": "הסר מרשימת ההשמעה",
+ "HeaderRemoveFromCollection": "הסרה מהאוסף",
+ "Sort": "הצג",
+ "Trailer": "הפעל טריילר",
+ "SelectNone": "בחר כלום",
+ "SelectAll": "בחר הכל",
+ "HeaderMarkPlayed": "סמן כהופעל",
+ "HeaderMarkUnplayed": "סמן כלא הופעל",
+ "HeaderGroupVersions": "קבוצת גרסאות",
+ "PleaseSelectTwoItems": "בחר לפחות שני כותרים.",
+ "HeaderConfirmRecordingCancellation": "אשר ביטול הקלטה",
+ "MessageConfirmRecordingCancellation": "לבטל הקלטה?",
+ "Album": "אלבום",
+ "AlbumArtist": "אמן אלבום",
+ "Error": "שגיאה",
+ "VoiceInput": "קלט קולי",
+ "LabelContentType": "סוג תוכן",
+ "LabelPath": "נתיב",
+ "Playlists": "הרשימה שלי",
+ "LabelTitle": "כותרת",
+ "LabelOriginalTitle": "כותרת מקורית",
+ "LabelSortTitle": "כותרת מוצגת",
+ "LabelDateAdded": "תאריך הוספה",
+ "DateAdded": "תאריך הוספה",
+ "DateModified": "תאריך עדכון",
+ "DatePlayed": "הופעל בתאריך",
+ "DateLastActive": "תאריך פעילות אחרונה",
+ "ConfigureDateAdded": "הגדר כיצד נקבע תאריך הוספה בלוח הבקרה של שרת Emby תחת הגדרות הספרייה",
+ "LabelStatus": "סטטוס",
+ "LabelArtistsHelp": "הפרד מרובים באמצעות;",
+ "HeaderAlbumArtists": "אלבום אמנים",
+ "LabelAlbumArtists": "אמני האלבום",
+ "LabelAlbum": "אלבום",
+ "Artist": "אמן",
+ "Artists": "אמנים",
+ "ImdbRating": "דירוג IMDb",
+ "CommunityRating": "דירוג קהילה",
+ "LabelCommunityRating": "דירוג הקהילה",
+ "LabelCriticRating": "דירוג המבקרים",
+ "CriticRating": "דירוג מבקרים",
+ "LabelWebsite": "אתר אינטרנט",
+ "Tagline": "משפט מפתח",
+ "LabelOverview": "תקציר עלילה",
+ "LabelShortOverview": "תמצית עלילה",
+ "LabelReleaseDate": "תאריך יציאה",
+ "LabelPlaceOfBirth": "מקום לידה",
+ "Aired": "שודרה",
+ "LabelAirDays": "ימי שידור",
+ "LabelAirTime": "שעת שידור",
+ "LabelRuntimeMinutes": "משך זמן (בדקות)",
+ "LabelCustomRating": "דירוג מותאם אישית",
+ "LabelOriginalAspectRatio": "יחס רוחב־גובה מקורי",
+ "Label3DFormat": "פורמט תלת־ממד",
+ "FormatValue": "פורמט: {0}",
+ "DownloadsValue": "{0} הורדות",
+ "HashMatch": "התאמת גיבוב",
+ "EnableExternalVideoPlayers": "אפשר נגני וידאו חיצוניים",
+ "EnableExternalVideoPlayersHelp": "תפריט נגן חיצוני יוצג בעת הפעלת וידאו.",
+ "HeaderSpecialEpisodeInfo": "פרטי אפיזודות מיוחדות",
+ "LabelAirsDuringSeason": "משודר במהלך העונה",
+ "LabelAirsAfterSeason": "משודר לאחר סיום העונה",
+ "LabelAirsBeforeEpisode": "משודר לפני פרק",
+ "HeaderExternalIds": "מזהים חיצוניים",
+ "HeaderDisplaySettings": "הגדרות תצוגה",
+ "PlaylistOrder": "סדר רשימת הפעלה",
+ "CollectionOrder": "סדר האוסף",
+ "LabelDisplayOrder": "סדר הצגה",
+ "LabelFileOrder": "סדר קבצים",
+ "Display": "תצוגה",
+ "Countries": "מדינות",
+ "Genres": "ז'אנרים",
+ "Studios": "אולפני הפקה והפצה",
+ "Tags": "תגים",
+ "Links": "קישור ל",
+ "Movie": "סרט",
+ "Program": "תוכנית",
+ "Channel": "ערוץ",
+ "Episode": "פרק",
+ "Season": "עונה",
+ "HeaderMetadataSettings": "הגדרות מטא-נתונים",
+ "People": "שחקנים וצוות ",
+ "Number": "מספר",
+ "Lock": "לנעול",
+ "HeaderScreenLocked": "מסך נעול",
+ "HeaderUnlockControls": "ביטול נעילת בקרות",
+ "HeaderTapToUnlock": "הקש כדי לבטל את הנעילה",
+ "LabelMetadataDownloadLanguage": "שפת הורדת מטא־נתונים מועדפת",
+ "LabelImageDownloadLanguage": "שפת הורדת תמונות מועדפת",
+ "LabelLockItemToPreventChanges": "נעל פריט זה כדי למנוע שינויים עתידיים",
+ "LockThisField": "נעל פריט זה כדי למנוע שינויים עתידיים במטא-נתונים",
+ "MessageLeaveEmptyToInherit": "השאר ריק כדי לרשת את ההגדרות מפריט אב, או את ערך ברירת המחדל הגלובלי.",
+ "LabelCountry": "מדינה",
+ "LabelCertificationCountry": "מדינת האישור",
+ "CertificationCountryHelp": "זה ישפיע על מערכת דירוג התוכן שתשמש.",
+ "LabelDynamicExternalId": "מזהה {0}",
+ "LabelBirthYear": "שנת לידה",
+ "LabelBirthDate": "תאריך לידה",
+ "LabelDeathDate": "תאריך פטירה",
+ "LabelEndDate": "תאריך סיום",
+ "LabelSeasonNumber": "מספר עונה",
+ "LabelEpisodeNumber": "מספר פרק",
+ "LabelTrackNumber": "מספר רצועה",
+ "LabelNumber": "מספר",
+ "LabelDiscNumber": "מספר דיסק",
+ "LabelParentNumber": "מספר הורה",
+ "SortName": "הצג לפי כותרת",
+ "OriginalTitle": "כותרת מקורית",
+ "ReleaseDate": "תאריך שחרור",
+ "Continuing": "ממשיך",
+ "Ended": "הסתיים",
+ "HeaderEnabledFields": "שדות זמינים",
+ "HeaderEnabledFieldsHelp": "בטל סימון בשדה כדי לנעול אותו ולמנוע שינוי בנתוניו.",
+ "Backdrops": "תפאורות רקע",
+ "Images": "תמונות",
+ "Runtime": "אורך",
+ "ProductionLocations": "מיקומי ייצור",
+ "BirthLocation": "מיקום לידה",
+ "ParentalRating": "סיווג צפייה",
+ "PlayCount": "ניגון מספר",
+ "Name": "שם",
+ "Overview": "תקציר עלילה",
+ "LabelType": "סוג",
+ "LabelPersonRole": "תפקיד",
+ "LabelPersonRoleHelp": "דוגמה: נהג משאית גלידה",
+ "Actor": "שחקן",
+ "Composers": "מלחינים",
+ "Composer": "מלחין",
+ "Director": "במאי",
+ "GuestStar": "כוכב אורח",
+ "Producer": "במאי",
+ "Writer": "כותב",
+ "MessageNoSyncJobsFound": "לא נמצאו הורדות. צור עבודות הורדה באמצעות לחצני ההורדה שנמצאו בכל האפליקציה.",
+ "MessageNoDownloadsFound": "אין הורדות לא מקוונות. הורד את המדיה שלך לשימוש לא מקוון על ידי לחיצה על הורד בכל האפליקציה.",
+ "InstallingPackage": "מתקין {0}",
+ "PackageInstallCompleted": "{0} ההתקנה הושלמה",
+ "PackageInstallFailed": "ההתקנה {0} נכשלה.",
+ "PackageInstallCancelled": "{0} ההתקנה בוטלה.",
+ "SeriesYearToPresent": "{0} - היום",
+ "OneDevice": "מכשיר אחד",
+ "DeviceCountValue": "{0} מכשירים",
+ "OneLog": "לוג אחד",
+ "LogCountValue": "{0} לוגים",
+ "OneVote": "הצבעה אחת",
+ "VoteCountValue": "{0} הצבעות",
+ "OneLike": "לייק אחד",
+ "LikeCountValue": "{0} לייקים",
+ "OneUser": "משתמש אחד",
+ "UserCountValue": "{0} משתמשים",
+ "OneLibrary": "ספרייה אחת",
+ "LibraryCountValue": "{0} ספריות",
+ "ValueOneItem": "פריט 1",
+ "ValueOneEpisode": "פרק 1",
+ "ValueEpisodeCount": "{0} פרקים",
+ "Albums": "אלבומים",
+ "Song": "שיר",
+ "Songs": "שירים",
+ "Authors": "מחברים",
+ "Books": "ספרים",
+ "AudioBooks": "ספרים מוקלטים",
+ "HeaderAudioBooks": "ספרים מוקלטים",
+ "HeaderAudioBook": "ספר אודיו",
+ "HeaderIdentifyItemHelp": "הזן קריטריון חיפוש אחד או יותר. הסר קריטריונים כדי להגדיל את תוצאות החיפוש.",
+ "PleaseEnterNameOrId": "הזן שם או מזהה חיצוני.",
+ "MessageItemSaved": "הפריט נשמר.",
+ "SearchResults": "תוצאות חיפוש",
+ "ServerNameIsRestarting": "שרת Emby {0} מופעל מחדש.",
+ "ServerNameIsShuttingDown": "שרת Emby {0} נכבה.",
+ "HeaderDeleteItems": "מחיקת כותרים",
+ "ConfirmDeleteItems": "מחיקת כותרים אלו תמחק אותם הן ממערכת הקבצים והן מספריית המדיה שלך. האם אתה בטוח שברצונך להמשיך?",
+ "PleaseRestartServerName": "אנא הפעל מחדש את שרת Emby ב־{0}",
+ "ConvertingDots": "ממיר...",
+ "LabelSyncNoTargetsHelp": "נראה שאין לך כרגע אפליקציות התומכות בהורדה במצב לא מקוון.",
+ "DownloadingDots": "מוריד",
+ "LearnMore": "עוד",
+ "LabelBitrateMbps": "קצב סיביות (Mbps)",
+ "ConvertUnwatchedVideosOnly": "המר וידאו שלא הופעל בלבד",
+ "SyncUnwatchedVideosOnly": "הורד וידאו שלא הופעל בלבד",
+ "ConvertUnwatchedVideosOnlyHelp": "רק קבצי וידאו שלא סומנו כצפויים במלואם יומרו",
+ "SyncUnwatchedVideosOnlyHelp": "רק וידאו שאינם מסומנים כמופעלים במלואם יורדו, ווידאו יוסר מהמכשיר כשהם מופעלים במלואם.",
+ "AutomaticallySyncNewContent": "תוכן חדש הורד באופן אוטומטי",
+ "AutomaticallySyncNewContentHelp": "תוכן חדש שנוסף לתיקיה זו יוריד באופן אוטומטי למכשיר.",
+ "AutomaticallyConvertNewContent": "המר תוכן חדש באופן אוטומטי",
+ "AutomaticallyConvertNewContentHelp": "תוכן חדש שנוסף לתיקייה זו יומר באופן אוטומטי.",
+ "LabelItemLimit": "מגבלת פריטים",
+ "ConvertItemLimitHelp": "אופציונאלי. הגדר מגבלה למספר הכותרים שיומרו.",
+ "DownloadItemLimitHelp": "אופציונאלי. הגדר מגבלה למספר הכותרים שיורדו.",
+ "PleaseSelectDeviceToSyncTo": "בחר מכשיר להורדה אליו.",
+ "Screenshots": "צילומי מסך",
+ "MoveRight": "זוז ימינה",
+ "MoveLeft": "זוז שמאלה",
+ "HeaderUploadNewImage": "העלה תמונה חדשה",
+ "HeaderDeleteImage": "מחק תמונה",
+ "ConfirmDeleteImage": "למחוק את התמונה?",
+ "HeaderEditImages": "ערוך תמונות",
+ "Settings": "הגדרות משתמש",
+ "ShowIndicatorsFor": "הצג מחוונים עבור",
+ "Episodes": "פרקים",
+ "Programs": "תוכניות",
+ "HeaderCastCrew": "שחקנים וצוות",
+ "DvrSubscriptionRequired": "Emby DVR דורש מנוי פעיל של Emby Premiere.",
+ "HeaderCancelRecording": "ביטול הקלטה",
+ "HeaderKeepRecording": "שמור על הקלטה",
+ "HeaderCancelSeries": "בטל סדרה",
+ "HeaderKeepSeries": "שמור סדרה",
+ "HeaderLearnMore": "עוד",
+ "SeriesSettings": "הגדרות סדרה",
+ "HeaderRecordingOptions": "אפשרויות הקלטה",
+ "HeaderDoNotRecord": "אין להקליט",
+ "HeaderSeriesOptions": "אפשרויות סדרה",
+ "Layout": "מערך",
+ "Channels": "ערוצים",
+ "ChannelNameOnly": "ערוץ {0} בלבד",
+ "Anytime": "בכל עת",
+ "AnyLanguage": "כל שפה",
+ "AroundTime": "בסביבות {0}",
+ "HeaderLatestMovies": "נוספו לאחרונה בסרטים",
+ "All": "כל המצבים",
+ "Stop": "עצור",
+ "AllChannels": "כל הערוצים",
+ "NewEpisodesOnly": "פרקים חדשים בלבד",
+ "AllEpisodes": "כל הפרקים",
+ "LabelStartWhenPossible": "התחל כשניתן",
+ "LabelStopWhenPossible": "הפסק כשאפשר",
+ "MinutesBefore": "דקות לפני",
+ "MinutesAfter": "דקות אחרי",
+ "SkipEpisodesAlreadyInMyLibrary": "אל תקליטו פרקים שכבר נמצאים בספרייה שלי",
+ "SkipEpisodesAlreadyInMyLibraryHelp": "הפרקים יושוו באמצעות מספרי עונה ופרק, כאשר יהיו זמינים.",
+ "LabelKeepUpTo": "שמור עד",
+ "AsManyAsPossible": "כמה שיותר",
+ "DefaultErrorMessage": "אירעה שגיאה בעיבוד הבקשה. בבקשה נסה שוב מאוחר יותר.",
+ "UntilIDelete": "עד שאמחק",
+ "UntilSpaceNeeded": "עד הצורך במרחב",
+ "Categories": "קטגוריות",
+ "Sports": "ספורט",
+ "News": "חדשות",
+ "Movies": "סרטים",
+ "Music": "מוזיקה",
+ "Kids": "ילדים",
+ "MoreFromValue": "המשך מ{0}",
+ "DiedValue": "נפטר: {0}",
+ "BornValue": "נולד: {0}",
+ "EnableColorCodedBackgrounds": "החל רקעים צבעוניים על תוכניות, על סמך הקטגוריה שלהם",
+ "SortChannelsBy": "מיין ערוצים לפי",
+ "ChannelNumber": "מספר ערוץ",
+ "HeaderBenefitsEmbyPremiere": "היתרונות של Emby Premiere",
+ "ThankYouForTryingEnjoyOneMinute": "אנא ליהנות דקה אחת של השמעה. תודה שניסית את Emby.",
+ "HeaderTryPlayback": "נסה הפעלה",
+ "HowDidYouPay": "איך שילמת?",
+ "IHaveEmbyPremiere": "יש לי Emby Premiere",
+ "IPurchasedThisApp": "רכשתי את האפליקציה הזו",
+ "ButtonRestorePreviousPurchase": "שחזר רכישה",
+ "ButtonUnlockWithPurchase": "בטל נעילה באמצעות רכישה",
+ "ButtonUnlockPrice": "בטל נעילה {0}",
+ "EmbyPremiereMonthlyWithPrice": "Emby Premiere חודשי {0}",
+ "HeaderAlreadyPaid": "כבר שילמת?",
+ "ButtonPlayOneMinute": "הפעל דקה אחת",
+ "PlaceFavoriteChannelsAtBeginning": "מקם ערוצים אהובים בהתחלה",
+ "HeaderUnlockFeature": "בטל נעילה",
+ "MessageDidYouKnowCinemaMode": "האם ידעת שעם Emby Premiere, אתה יכול לשפר את החוויה שלך עם תכונות כמו מצב קולנוע?",
+ "HeaderPlayMyMedia": "הפעל את המדיה שלי",
+ "HeaderDiscoverEmbyPremiere": "גלה את Emby Premiere",
+ "HeaderNowPlaying": "פועל עכשיו",
+ "Items": "כותרים",
+ "AppName": "שם האפליקציה",
+ "OneChannel": "ערוץ אחד",
+ "ConfirmRemoveDownload": "הסר הורדה?",
+ "ConfirmRemoveItem": "האם להסיר את הפריט?",
+ "RemoveDownload": "הסר הורדה",
+ "ConfirmCancelConversion": "לבטל את ההמרה?",
+ "CancelConversion": "ביטול המרה",
+ "KeepDownload": "שמור הורדה",
+ "AddedOnValue": "נוסף {0}",
+ "RemovingFromDevice": "הסרה מהמכשיר",
+ "KeepOnDevice": "השאר על מכשיר",
+ "CancelDownload": "בטל הורדה",
+ "SyncJobItemStatusReadyToTransfer": "מוכן להעברה",
+ "SyncJobItemStatusSyncedMarkForRemoval": "הסרה מהמכשיר",
+ "SyncJobItemStatusQueued": "נכנס לתור",
+ "SyncJobItemStatusConverting": "ממיר",
+ "SyncJobItemStatusTransferring": "מעביר",
+ "SyncJobItemStatusSynced": "הורד",
+ "Failed": "נכשל",
+ "SyncJobItemStatusRemovedFromDevice": "הוסר ממכשיר",
+ "Cancelled": "בוטל",
+ "Retry": "נסה שוב",
+ "Continue": "המשך הפעלה",
+ "ContinueInSecondsValue": "המשך בעוד{0} שניות",
+ "HeaderRemoteControl": "שליטה מרחוק",
+ "Disconnect": "התנתק",
+ "EnableDisplayMirroring": "הפעל שיקוף תצוגה",
+ "RemoteAccess": "גישה מרחוק",
+ "HeaderPlayOn": "הפעל",
+ "Quality": "איכות סטרימינג",
+ "Auto": "אוטומטי",
+ "AndroidUnlockRestoreHelp": "כדי לשחזר את הרכישה הקודמת שלך, ודא שאתה מחובר למכשיר עם אותו חשבון גוגל (או אמזון) שביצע את הרכישה במקור. וודא שחנות האפליקציות מופעלת ואינה מוגבלת על ידי כל בקרת הורים, וודא שיש לך חיבור אינטרנט פעיל. אתה רק צריך לעשות את זה פעם אחת כדי לשחזר את הרכישה הקודמת.",
+ "HeaderAspectRatio": "יחס גובה-רוחב",
+ "Original": "מקורי",
+ "Fill": "מלא",
+ "Cover": "כיסוי",
+ "MessageNoServersAvailableToConnect": "אין שרתים זמינים להתחבר. אם הוזמנת לשתף שרת, הקפד לקבל אותו למטה או על ידי לחיצה על הקישור שבדוא\"ל.",
+ "MessagePlayAccessRestricted": "השמעה של תוכן זה מוגבלת כרגע. פנה למנהל המערכת של שרת Emby לקבלת מידע נוסף.",
+ "Accept": "אשר",
+ "Reject": "דחה",
+ "Connect": "היכנס",
+ "HeaderMyMedia": "המדיה שלי",
+ "HeaderMyMediaSmall": "המדיה שלי (ממוזער)",
+ "LatestFromLibrary": "נוספו לאחרונה ב{0}",
+ "HeaderLatestEpisodes": "פרקים אחרונים",
+ "ContinuePlaying": "המשך הפעלה",
+ "ContinueWatching": "המשך צפייה",
+ "HeaderLatestChannelMedia": "פריטי ערוצים אחרונים",
+ "HeaderContinueWatching": "המשך צפייה",
+ "HeaderContinueListening": "המשך לשמוע",
+ "HeaderActiveRecordings": "הקלטות פעילות",
+ "HeaderLatestRecordings": "הקלטות אחרונות",
+ "LabelConvertTo": "המר ל־",
+ "LabelDownloadTo": "הורד אל",
+ "HeaderDownloadToDots": "הורד ל...",
+ "Next": "הבא",
+ "LabelSource": "מקור",
+ "VersionNumber": "גירסה {0}",
+ "HeaderAllLanguages": "כל השפות",
+ "Previous": "הקודם",
+ "HeaderNextUp": "הבא בתור",
+ "HeaderPlayNextUp": "הפעל את הבא בתור",
+ "HeaderLatestFrom": "האחרונים מ{0}",
+ "LabelHomeScreenSectionValue": "קטע מסך הבית {0}",
+ "PasswordResetComplete": "הסיסמה אופסה.",
+ "PasswordSaved": "הסיסמה נשמרה.",
+ "SettingsSaved": "ההגדרות נשמרו.",
+ "Upcoming": "בקרוב",
+ "HeaderSelectImageFile": "בחר קובץ תמונה",
+ "None": "ללא",
+ "More": "עוד",
+ "Up": "הבא בתור",
+ "Down": "הורד עוצמת שמע",
+ "Home": "מסך הבית",
+ "Back": "חזרה",
+ "Random": "אקראי",
+ "Playback": "הגדרות הפעלה",
+ "Favorites": "האהובים עליי",
+ "HeaderHomeScreen": "מסך הבית",
+ "HeaderLatestChannelItems": "פריטי הערוץ האחרונים",
+ "HeaderLibraryOrder": "מיקום סדר תצוגה של ספריות ",
+ "HeaderOnNow": "פועל עכשיו",
+ "HeaderForKids": "לילדים",
+ "HeaderPlaybackError": "שגיאת השמעה",
+ "PlaybackErrorNotAllowed": "אינך מורשה כרגע להפעיל תוכן זה. פנה למנהל המערכת לקבלת פרטים.",
+ "RateLimitExceeded": "החשבון שלך עבר את מגבלת הסטרימינג המקסימלית שנקבעה על ידי מנהל השרת Emby. אנא פנה אליהם לקבלת סיוע",
+ "PlaybackErrorNoCompatibleStream": "אין כרגע סטרימינג תואמים זמינים. נסה שוב מאוחר יותר או פנה למנהל המערכת לקבלת פרטים.",
+ "PlaybackErrorPlaceHolder": "הכנס את הדיסק כדי להפעיל את הוידאו.",
+ "PlaybackErrorNoPlayableItems": "לא נמצאו כותרים שניתן להפעיל. האם אתה מנסה להפעיל תיקיה ריקה?",
+ "Guide": "מדריך",
+ "Games": "משחקים",
+ "GameSystem": "מערכת משחק",
+ "Suggestions": "מומלצים",
+ "HeaderFavoriteChannels": "ערוצים אהובים",
+ "HeaderFavoriteCollections": "אוספים אהובים",
+ "HeaderFavoritePlaylists": "רשימה אהובה",
+ "Collection": "אוספים",
+ "Collections": "אוספים",
+ "LabelSelectFolderGroups": "קבץ תוכן באופן אוטומטי מהתיקיות הבאות לתצוגות כגון סרטים, מוזיקה וטלוויזיה:",
+ "LabelSelectFolderGroupsHelp": "תיקיות שאינן מסומנות יוצגו בפני עצמן בתצוגה שלהם.",
+ "Mute": "השתקה",
+ "Unmute": "ביטול השתקה",
+ "Folder": "תיקייה",
+ "Folders": "תיקיות",
+ "FileName": "שם קובץ",
+ "DisplayInOtherHomeScreenSections": "אפשר תצוגה במסך הבית של מדיה עדכנית והמשך צפייה",
+ "DisplayInMyMedia": "הצג במסך הבית",
+ "Shows": "תוכניות טלוויזיה",
+ "MoviesAndShows": "סרטים ותוכניות",
+ "HeaderMusicVideo": "קליפ",
+ "HeaderMusicVideos": "קליפים",
+ "MusicVideos": "קליפים",
+ "Videos": "וידאו",
+ "MixedContent": "תוכן מעורב",
+ "HomeVideos": "קטעי וידאו ביתיים",
+ "HomeVideosAndPhotos": "קטעי וידאו ביתיים",
+ "TVShows": "תוכניות טלוויזיה",
+ "HeaderLibraryFolders": "תיקיית ספרייה",
+ "HeaderTermsOfPurchase": "תנאי שימוש",
+ "PrivacyPolicy": "מדיניות הפרטיות",
+ "TermsOfUse": "תנאי שימוש",
+ "HeaderRepeatMode": "מצב חזרה",
+ "HeaderToneMapping": "מיפוי טון",
+ "RepeatOne": "הפעלת חזרה אחת",
+ "RepeatAll": "הפעלת חזרה תמידית",
+ "LabelDefaultScreen": "מסך ברירת מחדל",
+ "ConfirmEndPlayerSession": "האם תרצה לכבות את Emby ב{0}?",
+ "Yesterday": "אתמול",
+ "Yes": "עם",
+ "No": "ללא",
+ "HeaderScanLibraryFiles": "סרוק עדכונים",
+ "LiveTV": "טלוויזיה חייה",
+ "Schedule": "תזמן",
+ "Recordings": "הקלטות",
+ "ScanForNewAndUpdatedFiles": "סרוק עדכונים",
+ "NewVersionOfXAvailableForY": "{0} זמין עבור {1}",
+ "DirectStreamHelp1": "המדיה תואם למכשיר לגבי רזולוציה וסוג מדיה (H.264, AC3 וכו'), אך הוא נמצא בסוג קובץ שאינו תואם (.mkv, .avi, .wmv וכו'). הוידאו ייאסף מחדש במהירות לפני הסטרימינג למכשיר.",
+ "DirectStreamHelp2": "סטרימינג ישיר של קובץ משתמש במעט מאוד כוח עיבוד ללא כל הפסד באיכות הוידאו.",
+ "MediaIsBeingConverted": "המדיה מומרת לפורמט התואם להתקן שמשמיע את המדיה.",
+ "StatsForNerds": "סטטיסטיקות מתקדמות",
+ "HeaderHardwareAcceleratedDecoding": "פענוח מואץ של חומרה",
+ "HeaderHardwareAcceleratedEncoding": "קידוד מואץ בחומרה",
+ "HeaderDirectPlay": "הפעלה ישירה ",
+ "DirectPlaying": "הפעלה ישירה ",
+ "DirectStreaming": "הפעלה ישירה ",
+ "Transcode": "המרת קידוד",
+ "Transcoding": "המרת קידוד",
+ "ContainerBitrateExceedsLimit": "הפחתת קצב סיביות עקב הגדרת איכות",
+ "VideoCodecNotSupported": "המרת וידאו למקודד תואם",
+ "AudioCodecNotSupported": "המרת שמע למקודד תואם",
+ "SubtitleCodecNotSupported": "המרת כתוביות ישירות אל הווידאו",
+ "DirectPlayError": "טוען הפעלת איכות מקור (משגיאה)",
+ "ContainerNotSupported": "סוג הקובץ אינו נתמך",
+ "VideoLevelNotSupported": "המרה לרמת וידאו תואמת",
+ "AudioBitrateNotSupported": "קצב סיביות שמע אינו נתמך",
+ "AudioChannelsNotSupported": "המרה למספר ערוצי שמע תואם",
+ "VideoResolutionNotSupported": "המרה לרזולוציית וידאו תואמת",
+ "AudioProfileNotSupported": "פרופיל שמע אינו נתמך",
+ "AudioSampleRateNotSupported": "קצב דגימת שמע אינו נתמך",
+ "AnamorphicVideoNotSupported": "סרטון אנמורפי אינו נתמך",
+ "InterlacedVideoNotSupported": "הסרת שזירה מהווידאו",
+ "SecondaryAudioNotSupported": "החלפת רצועת שמע אינה נתמכת",
+ "ExternalAudioNotSupported": "בחירת רצועת שמע חיצוני",
+ "ErrorRemovingEmbyConnectAccount": "אירעה שגיאה בהסרת החשבון של Emby Connect. ודא שיש לך חיבור אינטרנט פעיל ונסה שוב.",
+ "HeaderEmbyAccountRemoved": "חשבון Emby הוסר",
+ "MessageEmbyAccontRemoved": "חשבון Emby הוסר ממשתמש זה",
+ "HeaderInvitationSent": "הזמנה נשלחה",
+ "Offline": "מנותק",
+ "HeaderSignUp": "הירשם",
+ "ServerDownloadMessage": "כדי להוריד ולהתקין את שרת Emby החינמי, בקר ב{0}",
+ "ServerDownloadMessageWithoutLink": "כדי להוריד ולהתקין את שרת Emby חינם בקר באתר האינטרנט של Emby.",
+ "MessageInvitationSentToUser": "דוא\"ל נשלח אל {0}, הזמן אותם לקבל את הזמנת השיתוף שלך.",
+ "MessageInvitationSentToNewUser": "דוא\"ל נשלח אל {0} המזמין אותם להירשם עם Emby.",
+ "GuestUserNotFound": "המשתמש לא נמצא. ודא שהשם נכון ונסה שוב, או נסה להזין את כתובת הדואר האלקטרוני שלהם.",
+ "ErrorReachingEmbyConnect": "אירעה שגיאה בהגעה לשרת Emby Connect. ודא שיש לך חיבור אינטרנט פעיל ונסה שוב.",
+ "ErrorAddingEmbyConnectAccount1": "אירעה שגיאה בהוספת חשבון Emby Connect. יצרת חשבון Emby? הירשם ב{0}.",
+ "ErrorAddingEmbyConnectAccount2": "אם אתה עדיין נתקל בבעיה, שלח דוא\"ל אל {0} מכתובת הדוא\"ל המשמשת את חשבון Emby.",
+ "ErrorAddingGuestAccount1": "אירעה שגיאה בהוספת חשבון Emby Connect. האם האורח שלך יצר חשבון Emby? הם יכולים להירשם בכתובת {0}.",
+ "ErrorAddingGuestAccount2": "אם אתה עדיין נתקל בבעיה, שלח דוא\"ל אל {0}, וכלול את כתובת הדוא\"ל שלך וגם את כתובת הדוא\"ל שלהם.",
+ "MessageEmbyAccountAdded": "חשבון Emby נוסף למשתמש זה.",
+ "MessagePendingEmbyAccountAdded": "חשבון Emby נוסף למשתמש זה. הודעת אימייל תישלח לבעלים של החשבון. ההזמנה תצטרך להיות מאושרת על ידי לחיצה על קישור בתוך הדוא\"ל.",
+ "HeaderEmbyAccountAdded": "חשבון Emby נוסף",
+ "Skip": "דלג",
+ "HeaderAdditionalParts": "חלקים נוספים",
+ "ButtonGenerateNewPin": "צור קוד אישי חדש",
+ "ConnectLoginHelp1": "עם Emby Connect תוכל לגשת בקלות לשרת Emby שלך בכל מקום שבו אתה נמצא ולשתף שרתים עם המשפחה והחברים שלך.",
+ "CreatePinErrorMessage": "אירעה שגיאה בעת יצירת קוד PIN. לחץ על צור פין חדש כדי לנסות שוב.",
+ "PinExpiredMessage": "פג תוקף קוד אישי. אנא לחץ על צור קוד אישי חדש כדי לנסות שוב.",
+ "ConnectPinCodeHeader": "כדי להיכנס עם Emby Connect, השתמש בהתקן נייד או במחשב כדי לבקר בכתובת {0} והזן את קוד הPIN הבא:",
+ "LabelSubtitlePlaybackMode": "מצב כתוביות",
+ "ErrorDeletingItem": "אירעה שגיאה במחיקת הפריט משרת Emby. ודא שלשרת Emby יש גישת כתיבה לתיקיית המדיה ונסה שוב.",
+ "NoSubtitles": "ללא כתוביות",
+ "Default": "ברירת מחדל",
+ "Absolute": "מוחלט",
+ "Smart": "חכם",
+ "Small": "קטן",
+ "Smaller": "קטן יותר",
+ "Medium": "בינוני",
+ "Large": "גדול",
+ "Larger": "גדול יותר",
+ "ExtraLarge": "גדול מאוד",
+ "ExtraSmall": "קטן מאוד",
+ "Forced": "כפוי",
+ "External": "חיצוני",
+ "HeaderEmbeddedTitle": "כותרת מוטבעת",
+ "OnlyForcedSubtitles": "רק כתוביות כפויות",
+ "AlwaysPlaySubtitles": "הפעל תמיד כתוביות",
+ "DefaultSubtitlesHelp": "כתוביות נטענות על בסיס ברירת המחדל ומאלצים דגלים מוטבעים במטא-נתונים. העדפות שפה נחשבות כאשר זמינות מספר אפשרויות.",
+ "SmartSubtitlesHelp": "כתוביות התואמות להעדפת השפה ייטענו כאשר השמע יהיה בשפה זרה.",
+ "HeaderSubtitleSettings": "הגדרות כתוביות",
+ "HeaderSubtitleAppearance": "תצורת כתוביות",
+ "OnlyForcedSubtitlesHelp": "רק כתוביות כפויות ייטענו.",
+ "AutoSelectHearingImpairedHelp": "כתוביות התואמות להעדפות השפה ייטענו, עם העדפה למסלולים המסומנים ככתוביות לנכים בשמיעה (SDH).",
+ "AlwaysPlaySubtitlesHelp": "כתוביות שיתאימו להעדפת השפה ייטענו ללא קשר לשפת השמע.",
+ "NoSubtitlesHelp": "כתוביות לא ייטענו כברירת מחדל. הם עדיין יכולים להיות מופעלים ידנית במהלך ההשמעה.",
+ "LabelPreferredSubtitleLanguage": "שפת כתוביות מועדפת",
+ "LabelTextSize": "גודל טקסט",
+ "TheseSettingsAffectSubtitlesOnThisDevice": "הגדרת הכתוביות תקפות על מכשיר זה",
+ "LabelDropShadow": "צל מתחת לטקסט",
+ "LabelTextBackgroundColor": "צבע רקע לטקסט",
+ "LabelWindowBackgroundColor": "צבע רקע טקסט",
+ "LabelFont": "גופן",
+ "LabelTextColor": "צבע טקסט",
+ "LabelBackgroundColor": "צבע רקע",
+ "LabelBackgroundOpacity": "שקיפות רקע",
+ "Raised": "הדגשה מורמת",
+ "Depressed": "הדגשה יורדת",
+ "Uniform": "קו מתאר",
+ "DropShadow": "צללית",
+ "SmallCaps": "ראשיות קטנות (אותיות לועזיות)",
+ "SubtitleAppearanceSettingsDisclaimer": "הגדרות אלו לא יחולו על כתוביות גרפיות (PGS, DVD וכו'), או כתוביות שיש להן סגנונות מוטבעים (ASS/SSA).",
+ "Normal": "רגיל",
+ "HeaderWaitingForWifi": "ממתין לרשת אלחוטית",
+ "WifiRequiredToDownload": "רשת אלחוטית נדרשת עבור המשך ההורדה.",
+ "DownloadOnlyOnWifi": "הורד באמצעות רשת אלחוטית בלבד",
+ "LabelMusicDownloadQuality": "איכות הורדת מוזיקה",
+ "MusicDownloadQualityHelp": "קבצי שמע עם סיביות גבוהה יותר יומרו על ידי שרת Emby. בחר ערך גבוה יותר עבור איכות טובה יותר, או ערך נמוך יותר כדי לחסוך במרחב האחסון המקומי.",
+ "HeaderDownloadSettings": "הגדרות הורדה",
+ "LabelDownloadLocation": "מיקום הורדה",
+ "BrowseForFolder": "עיין בתיקייה",
+ "Unlimited": "ללא הגבלה",
+ "NoLimit": "ללא הגבלה",
+ "Hide": "הסתר",
+ "HeaderKeepWatching": "השאר בצפייה",
+ "HeaderNextEpisode": "הפרק הבא",
+ "AudioBitDepthNotSupported": "המרה לעומק סיביות שמע תואם",
+ "VideoBitrateNotSupported": "המרה לקצב סיביות וידאו תואם",
+ "VideoProfileNotSupported": "המרה לפרופיל וידאו תואם",
+ "VideoFramerateNotSupported": "המרה לקצב פריימים תואם",
+ "VideoBitDepthNotSupported": "המרה לעומק סיביות וידאו תואם",
+ "RefFramesNotSupported": "המרה למספר מסגרות ייחוס תואם",
+ "ErrorConnectServerUnreachable": "אירעה שגיאה בביצוע הפעולה המבוקשת. השרת שלך אינו מצליח ליצור קשר עם שרת הEmby Connect שלנו בכתובת {0}. ודא שהשרת שלך מחובר לאינטרנט פעיל ושהתקשורת מותרת על ידי כל חומת אש או תוכנת אבטחה שהתקנת.",
+ "HeaderStopRecording": "הפסק להקליט",
+ "ManageRecording": "ניהול הקלטה",
+ "LabelDropImageHere": "גרור ושחרר תמונה כאן, או לחץ כדי לבחור תמונה להעלאה.",
+ "MessageFileReadError": "אירעה שגיאה בקריאת הקובץ. בבקשה נסה שוב.",
+ "Browse": "עיין בתיקייה",
+ "HeaderUploadImage": "העלאת תמונה",
+ "HeaderAddUpdateImage": "הוסף/עדכן תמונה",
+ "HeaderShowFields": "הצג שדות",
+ "LabelView": "תצוגה",
+ "LabelImageType": "סוג תמונה",
+ "Upload": "העלה",
+ "Primary": "פוסטר",
+ "PrimaryImageBlur": "טשטוש תמונה ראשית",
+ "Art": "עטיפה",
+ "Backdrop": "תמונות רקע",
+ "Banner": "באנר",
+ "Box": "מארז",
+ "BoxRear": "מארז (אחורית)",
+ "Disc": "דיסק",
+ "Logo": "לוגו",
+ "LogoDark": "לוגו (גרסה כהה)",
+ "LogoLight": "לוגו (גרסה בהירה)",
+ "LogoLightColor": "לוגו (בהיר עם צבע)",
+ "Menu": "תפריט",
+ "Screenshot": "צילום מסך",
+ "Thumb": "ממוזער",
+ "HeaderAudioSettings": "הגדרות שמע",
+ "LabelAudioLanguagePreference": "שפת שמע מועדפת",
+ "LabelPlayDefaultAudioTrack": "הפעל את רצועת השמע כברירת המחדל ללא קשר לשפה",
+ "HeaderVideoQuality": "איכות וידאו",
+ "CinemaModeConfigurationHelp": "מצב הקולנוע מביא אליך את חוויית הקולנוע אל הסלון שלך, עם טריילרים ופתיחים מותאמים אישית לפני התוכן העיקרי.",
+ "ShowUpNextPreview": "הצג תצוגה מקדימה הבאה",
+ "ShowUpNextPreviewHelp": "הצג מידע עבור הפריט הבא לקראת סוף הנוכחי.",
+ "PlayNextEpisodeAutomatically": "הפעל את הפרק הבא באופן אוטומטי",
+ "LabelMaxChromecastBitrate": "איכות סטרימינג ב־Chromecast",
+ "LabelSkipBackLength": "משך דילוג אחורה",
+ "LabelSkipForwardLength": "משך דילוג קדימה",
+ "EnableCinemaMode": "אפשר מצב קולנוע",
+ "LabelInternetQuality": "איכות סטרימינג מרחוק",
+ "LabelCellularQuality": "איכות סטרימינג מרחוק (סלולרי)",
+ "HeaderMusicQuality": "איכות מוזיקה",
+ "LabelHomeNetworkQuality": "איכות סטרימינג ברשת הביתית",
+ "HeaderLatestMedia": "נוספו לאחרונה",
+ "HeaderRestartingEmbyServer": "מפעיל מחדש את שרת Emby",
+ "RestartPleaseWaitMessage": "המתן עד ששרת Emby יכבה ויופעל מחדש. פעולה זו עשויה להימשך דקה או שתיים.",
+ "HeaderPlayNext": "הוסף לנגן הבא",
+ "AutoBasedOnLanguageSetting": "אוטומטי (מבוסס על הגדרת המכשיר)",
+ "SameAsMainTheme": "זהה לערכת הנושא הראשית",
+ "LabelDateTimeLocale": "אזור זמן ותאריך",
+ "Genre": "ז'ָאנר",
+ "DirectorValue": "במאי: {0}",
+ "DirectorsValue": "במאי: {0}",
+ "GenreValue": "ז׳אנר: {0}",
+ "GenresValue": "ז׳אנר: {0}",
+ "TagsValue": "תגים: {0}",
+ "Off": "ללא ",
+ "Title": "כותרת",
+ "Year": "שנה",
+ "Filter": "סינון",
+ "Filters": "סינון",
+ "Unplayed": "לא הופעל",
+ "LabelTVHomeScreen": "מסך הבית במצב טלוויזיה",
+ "Horizontal": "אופקי",
+ "Vertical": "אנכי",
+ "HeaderGroupBy": "קבץ לפי",
+ "HeaderMediaType": "סוג מדיה",
+ "GroupBySeries": "קבץ לפי סדרה",
+ "HeaderVideoType": "סוג וידאו",
+ "HeaderSeriesStatus": "מצב סדרות",
+ "Features": "תכונות",
+ "Trailers": "טריילרים",
+ "Extras": "תוספות",
+ "ThemeSongs": "נעימת נושא",
+ "ThemeVideos": "וידאו נושא",
+ "HeaderFavoriteMovies": "סרטים אהובים",
+ "HeaderFavoritePhotos": "תמונות אהובות",
+ "HeaderFavoriteShows": "תוכניות טלוויזיה אהובות",
+ "HeaderFavoriteEpisodes": "פרקים אהובים",
+ "HeaderFavoriteVideos": "וידאו אהוב",
+ "HeaderFavoriteMusicVideos": "סרטוני מוזיקה מועדפים",
+ "HeaderFavoriteGames": "משחקים אהובים",
+ "HeaderFavoriteArtists": "אמנים אהובים",
+ "HeaderFavoriteAlbums": "אלבומים אהובים",
+ "HeaderFavoriteSongs": "שירים אהובים",
+ "HeaderFavoriteAuthors": "מחברים אהובים",
+ "HeaderFavoriteAudioBooks": "ספרים מוקלטים אהובים",
+ "Ascending": "עולה",
+ "Descending": "יורד",
+ "HeaderColorPrimaries": "צבע ראשוני",
+ "HeaderColorSpace": "מרחב צבע",
+ "HeaderColorTransfer": "העברת צבע",
+ "HeaderVideoRange": "טווח דינמי רחב",
+ "SeriesDisplayOrderHelp": "סדר פרקים לפי תאריך הפצה, סדר DVD או מספור מוחלט.",
+ "LabelVerticalPositionFromBottom": "מיקום אנכי (מהתחתית)",
+ "HeaderFavoritePeople": "שחקנים וצוות אהובים",
+ "MultiSelect": "בחירה מרובה",
+ "HeaderSignOut": "התנתק",
+ "HeaderSelectServer": "בחר שרת",
+ "HeaderChangeServer": "החלף שרת",
+ "HeaderChangeUser": "החלף משתמש",
+ "HeaderAppSettings": "הגדרות ",
+ "HeaderLoginSettings": "הגדרות התחברות",
+ "LabelRememberLogin": "זכור התחברות",
+ "LabelAutomaticallySignOut": "התנתק אוטומטית",
+ "BetaTesterMessage": "תודה על השתתפותך כבודק בטא של Emby! נשמח אם תשאיר משוב ב־{0}אזור הבדיקות של קהילת Emby{1}.",
+ "HardwareAccelerated": "האצת חומרה",
+ "Software": "תוכנה",
+ "Metadata": "מטא-נתונים",
+ "HeaderMediaInfo": "פרטי קובץ מדיה",
+ "Locked": "נעול",
+ "HeaderSplitVersionsApart": "פצל גרסאות בנפרד",
+ "Any": "כל המצבים",
+ "Admin": "מנהל",
+ "HeaderReadMore": "קרא עוד",
+ "CustomRatingHelp": "סיווג צפייה מותאם אישית משמש להערכת בקרת הורים אך אינו מוצג. שדה סיווג הצפייה הנבחר עדיין מוצג.",
+ "KeepUpToHelp": "הקלטות מעבר למגבלה נמחקות עם תחילת ההקלטה הבאה. ההקלטות הישנות ביותר נמחקות תחילה, לפי תאריך הוספה.",
+ "NoItemsMatchingFound": "לא נמצאו כותרים התואמים לקריטריוני החיפוש שלך.",
+ "TwoSearchCharsRequired": "אנא הזן לפחות שני תווי חיפוש.",
+ "PreventPlaybackContinuing": "מנע את המשך ההפעלה ללא הגבלת זמן על ידי בקשה מעת לעת בכניסת משתמש.",
+ "PromptStillWatching": "אפשר הודעת התראה 'האם אתה עדיין צופה?'",
+ "HeaderMissingMetadata": "חסר מטא-נתונים",
+ "HeaderIncludedIn": "כלול ב",
+ "EmbyConnectUserAlreadyLinked": "המשתמש של Emby Connect כבר מקושר למשתמש אחר בשרת זה.",
+ "VideoFilesWillBeConvertedTo": "וידאו שהומר יישמרו כ{0}.",
+ "VideoWillBeConvertedTo": "סטרימינג הוידאו יומרו ל{0}, או יועתקו מהקובץ המקורי אם הם כבר {0} והאיכות מתאימה לאפשרויות ההמרה.",
+ "VideoWillBeConvertedToOrCopied": "סטרימינג הוידאו יומרו ל{0}, או יועתקו מהקובץ המקורי אם הם חלק מהקובץ ({1}), והאיכות מתאימה לאפשרויות ההמרה.",
+ "AudioWillBeConvertedTo": "סטרימינג השמע יומרו ל{0}, או יועתקו מהקובץ המקורי אם הם כבר {0} והאיכות מתאימה לאפשרויות ההמרה.",
+ "AudioWillBeConvertedToOrCopied": "סטרימינג השמע יומרו ל{0}, או יועתקו מהקובץ המקורי אם הם חלק מהקובץ ({1}), והאיכות מתאימה לאפשרויות ההמרה.",
+ "HeaderSpecialKeys": "מקשים מיוחדים",
+ "FollowingSpecialKeys": "המקשים המיוחדים הבאים נתמכים ברוב המקלדות והשלט הרחוק:",
+ "HeaderDeleteSeries": "מחק סדרה",
+ "HeaderDeleteLastPlayedEpisode": "מחק את הפרק האחרון שהושמע",
+ "HeaderConnectingToServer": "מתחבר לשרת",
+ "ServerNameValue": "שם שרת: {0}",
+ "DomainValue": "דומיין: {0}",
+ "RatedValue": "סיווג צפייה: {0}",
+ "LocalServerRedirectMessage": "כעת תופנה מחדש לדומיין שבבעלות ובניהולו של מנהל השרת שאליו בחרת להתחבר:",
+ "AllMediaOwnedHosted": "כל המדיה מתארחת ומנוהלת על ידי הבעלים של {0}.",
+ "EnableResolutionSwitching": "התאם לרזולוציית הווידאו",
+ "EnableResolutionSwitchingHelp": "אפשרות זו מאפשרת ל־Emby להתאים את הרזולוציה לערך שבו קודד הווידאו במקור לפני תחילת הניגון. פעולה זו עשויה לצמצם קפיצות ורעידות שעשויות להתרחש בעת ניגון סרטונים שרזולוצייתם לא תואמת.",
+ "EnableDisplayRefreshRateSwitching": "אפשר החלפת קצב רענון התצוגה",
+ "EnableDisplayRefreshRateSwitchingHelp": "אפשרות זו מאפשרת ל־Emby לשנות את קצב הרענון של המסך לערך (או כפולה) של קצב הפריימים שבו קודד הווידאו, לפני תחילת ההפעלה. זה עשוי לעזור לצמצם קפיצות/ריצודים בניגון סרטונים שאינם תואמים בדיוק.",
+ "RememberSelectedAudioTracks": "זכור את בחירת רצועות השמע",
+ "RememberSelectedSubtitleTracks": "זכור את בחירת רצועות הכתוביות",
+ "RememberSelectedSubtitleTracksHelp": "בחירת רצועת הכתוביות תיזכר על בסיס סרטון ויוחל מחדש בעת הפעלת אותו סרטון שוב.",
+ "RememberSelectedAudioTracksHelp": "בחירת רצועת שמע תיזכר על בסיס פר וידאו ויוחל מחדש בעת הפעלת אותו וידאו שוב.",
+ "ClearSavedTrackSelections": "נקה בחירות רצועות שמורות",
+ "HeaderClearTrackSelections": "נקה בחירות רצועות שמורות",
+ "QuestionClearSavedTracks": "לנקות את כל בחירות הרצועות השמורות?",
+ "LabelChannelTags": "תגיות ערוץ",
+ "AfterThisPlaysConfirmation": "לאחר ההשמעה הזו, האם ברצונך להמשיך לנגן או לנקות את המוזיקה שצירפת בעבר בתור?",
+ "Keep": "לִשְׁמוֹר",
+ "Clear": "נקה",
+ "HeaderClearFilters": "נקה סינון",
+ "HeaderSearchForImages": "חפש תמונות",
+ "HeaderSearchNewImage": "חפש תמונה חדשה",
+ "HeaderSearchForAnImage": "חפש תמונה",
+ "DragDropToReorder": "גרור ושחרר לסדר מחדש",
+ "HeaderAddImageFromUrl": "הוסף תמונה מכתובת אתר אינטרנט",
+ "HeaderSetImageFromUrl": "הגדר תמונה מכתובת אתר אינטרנט",
+ "LabelUrl": "כתובת URL",
+ "LabelChannelNumber": "מספר ערוץ",
+ "LabelGuideDataChannel": "ערוץ מדריך נתונים",
+ "GuideDataSource": "מקור נתוני מדריך",
+ "HeaderCopyToClipboard": "העתק ללוח",
+ "TimeRemainingValue": "נותרו {0}",
+ "LabelResumeRewindSeconds": "בעת חידוש, בצע הרצה אוטומטית אחורה",
+ "ResumeRewindSecondsHelp": "זה עשוי לעזור לך לזכור היכן הפסקת. זה חל על המשך הפעלה ולא על כל הפסקה בודדת במהלך השמעה.",
+ "HeaderSavePlayQueueToPlaylist": "שמור תור הפעלה לרשימת השמעה",
+ "EnableLogoImagesAsTitle": "הצג לוגו ככותרת במסכי פירוט",
+ "EnableLogoImagesAsTitleHelp": "כאשר הם זמינים, ניתן להשתמש בלוגו במקום טקסט ככותרת לסרטים, סדרות. הכותרת תחזור לטקסט כאשר הלוגו אינו זמין.",
+ "LabelNowPlayingAudioBackgroundStyle": "סגנון רקע לשמע כעת בניגון",
+ "LabelNowPlayingVideoBackgroundStyle": "סגנון רקע לווידאו כעת בניגון",
+ "NowPlayingVideoBackgroundStyleHelp": "קובע את סגנון הרקע בעת שליטה מרחוק בהפעלת וידאו במכשיר אחר.",
+ "Rotation": "סיבוב",
+ "Minutes": "דקות",
+ "LabelMaxRecordingLength": "אורך הקלטה מרבי",
+ "MaxRecordingLengthHelp": "הגבל הקלטות לפרק זמן מוגדר, ללא קשר למשך השידור. הגדר ל0 ללא הגבלה.",
+ "RemoteWAN": "כתובת רשת חיצונית (WAN).",
+ "HeaderLastConnectedTo": "חיבור אחרון ל",
+ "Version": "גרסה",
+ "Keyword": "מילת מפתח",
+ "HeaderServerAddress": "כתובת שרת",
+ "HeaderSkipIntro": "דלג על פתיח",
+ "HeaderCreateRecording": "צור הקלטה",
+ "HeaderAddRecording": "הוסף הקלטה",
+ "HeaderChannelAndTime": "ערוץ וזמן",
+ "LabelRecordProgramOrSeriesFrom": "הקלט תוכנית או סדרה מ־",
+ "LabelStartTime": "שעת התחלה",
+ "LabelEndTime": "שעת סיום",
+ "LabelFrequency": "תדירות",
+ "Recurring": "מַחזוֹרִי",
+ "Once": "פַּעַם",
+ "Start": "התחל",
+ "Unpause": "בטל השהיה",
+ "LabelIntroSkipMode": "דלג על פתיח",
+ "ShowSkipIntroButton": "הצג את לחצן 'דלג על פתיח'",
+ "AutoSkipIntro": "דל על פתיח באופן אוטומטי",
+ "DisplayRatingInformationOnVideoPlaybackStart": "הצג סיווג צפייה בעת הפעלת הוידאו",
+ "DisplayRatingInformationOnVideoPlaybackStartHelp": "סיווג הצפייה יוצג לזמן קצר בתחילת הפעלת הוידאו.",
+ "IntroSkipModeHelp": "הצג כפתור 'דלג על פתיח' או דלג אוטומטית על פתיח לפרקים שבהם שרת Emby זיהה סמני פתיח. זיהוי פתיח חייב להיות מופעל באפשרויות ספריית שרת Emby.",
+ "EnableHomeScreenFocusPreview": "השתמש בפריסה במסך הבית המציגה תצוגה מקדימה מפורטת של התוכן הנבחר",
+ "EnableHomeScreenFocusPreviewHelp": "ייתכן שזה לא יעבוד טוב אם מסך הבית שלך מכיל תערובת של סוגי מדיה שונים.",
+ "LabelHideMediaTransportButtons": "הסתר כפתורי שליטה בנגן הווידאו",
+ "HideMediaTransportButtonsHelp": "צור ממשק השמעה פשוט יותר על המסך על ידי הסתרת לחצני העברה בסיסיים כגון דילוג קדימה, אחורה והשהייה. עדיין תוכל להשתמש בפונקציות הללו באמצעות מקשי החיצים וOK/Enter. אוטומטי יסתיר את לחצני התחבורה כאשר לא מזוהה שימוש בעכבר באפליקציה.",
+ "ImageSizeHelp": "בחר את גודל התמונה הרצוי",
+ "LabelImageSize": "גודל תמונה",
+ "ThisImageIsOnlyPreview": "תמונה זו היא רק תצוגה מקדימה שהגיעה ממנוע החיפוש של המטא-נתונים. התמונה בפועל ששרת Emby הוריד עשויה להיות שונה ותלויה באפשרויות שהגדרת בהגדרות הספרייה.",
+ "ResultsRangeValue": "{0} עד {1} מתוך {2}",
+ "NotificationsDescription": "הגדר התראות כדי להישאר מעודכן על אירועים חשובים בשרת Emby.",
+ "DeleteEmbyConnectAccount": "מחק את חשבון Emby Connect",
+ "DeleteEmbyConnectAccountHelp": "כדי למחוק את חשבון Emby Connect שלך, התחבר ל־{0}קהילת Emby{1} בכתובת {2}. לאחר ההתחברות, לחץ על שם המשתמש שלך בפינה הימנית העליונה, ואז על 'הגדרות חשבון', ולבסוף על 'מחק את החשבון שלי'.",
+ "KeepPlayingInBackground": "המשך הפעלה ברקע",
+ "LabelVideoBackBehavior": "התנהגות כפתור החזרה בנגן הווידאו",
+ "HeaderViewLyrics": "הצג מילים",
+ "HeaderViewMissingEpisodes": "הצג פרקים חסרים",
+ "HeaderMissingEpisodes": "פרקים חסרים",
+ "HeaderManageAccess": "נהל גישה",
+ "HeaderManageCollaboration": "ניהול שיתוף פעולה",
+ "HeaderLeaveCollaboration": "עזוב שיתוף פעולה",
+ "HeaderRemoveFromLibrary": "הסר מהספרייה",
+ "RemoveSharedItemConfirmation": "האם אתה בטוח שברצונך להסיר פריט זה מהספרייה שלך? כדי להחזיר אותו, הבעלים יצטרך להעניק לך גישה מחדש.",
+ "SubtitlesDownloaded": "הורדת כתוביות",
+ "HeaderMakePrivate": "שנה ל-פרטי",
+ "HeaderMakePublic": "שנה ל-פומבי",
+ "MakePublicDescription": "כל המשתמשים יוכלו להציג פריט זה. ניתן להעניק גישה לעריכה למשתמשים.",
+ "MakePrivateDescription": "ניתן עדיין להעניק גישה למשתמשים בודדים.",
+ "Private": "פרטי",
+ "Public": "ציבורי",
+ "Collaborative": "שיתופי",
+ "PreferredShowDisplay": "תצוגה מועדפת לסדרות טלוויזיה",
+ "ShowAllEpisodesAllSeasons": "הצג את כל הפרקים של כל העונות ביחד",
+ "ShowAllEpisodesSingleSeason": "הצג את כל הפרקים של עונה אחת בלבד",
+ "ShowSeasonFolders": "הצג תמיד תיקיות עונה",
+ "HeaderAddAgain": "הוסף שוב",
+ "UpNext": "הבא בתור",
+ "ItemsAlreadyInPlaylist": "חלק מהפריטים האלו כבר נמצאים ברשימת ההשמעה שלך.",
+ "ItemAlreadyInPlaylist": "פריט זה כבר נמצא ברשימת ההשמעה שלך.",
+ "HeaderPlayChannel": "נגן ערוץ",
+ "LabelScreenOrientationDuringVideo": "כיוון מסך בעת ניגון וידאו",
+ "UseDeviceSetting": "השתמש בהגדרת המכשיר",
+ "LockToLandscape": "נעל למצב אופקי",
+ "UsernameForFolderHelp": "שם המשתמש הנדרש לגישה לתיקייה זו ברשת שלך (אם רלוונטי).",
+ "PasswordForFolderHelp": "הסיסמה הנדרשת לגישה לתיקייה זו ברשת שלך (אם רלוונטי).",
+ "ShowMediaInfoOnDetailScreens": "הצג מידע מלא על מדיה במסכי פירוט של אודיו ווידאו",
+ "ForgotPasswordNoUserFound": "לא נמצאו משתמשים בשם שהוזן. נסה שוב, או השאר את השדה ריק כדי לאפס את הסיסמה לכל המשתמשים בשרת זה.",
+ "Silver": "כסף",
+ "DimGray": "אפור כהה",
+ "DarkGray": "אפור עמוק",
+ "LightGray": "אפור בהיר",
+ "Black": "שחור",
+ "Blue": "שחור",
+ "Cyan": "טורקיז",
+ "Gray": "אפור",
+ "Green": "ירוק",
+ "Lime": "ליים",
+ "Magenta": "מג'נטה",
+ "Orange": "כתום",
+ "Pink": "ורוד",
+ "Red": "אדום",
+ "Yellow": "צהוב",
+ "White": "לבן",
+ "Purple": "סגול",
+ "RecentlyReleasedMovies": "סרטים שיצאו לאחרונה",
+ "RecentlyReleasedEpisodes": "פרקים שיצאו לאחרונה",
+ "DolbyProfile": "פרופיל Dolby",
+ "IpAddress": "כתובת IP",
+ "VideoType": "סוג וידאו",
+ "HidePlayedMediaFrom": "הסתר תוכן שהופעל מ:",
+ "BottomEdgePosition": "מיקום קצה תחתון",
+ "VerticalPositionFromBottomScreen": "הגדר את מיקום הכתוביות אנכית יחסית לתחתית המסך.",
+ "TopEdgePosition": "מיקום קצה עליון",
+ "TopEdgePositionHelp": "הגדר את המיקום האנכי המרבי של הכתוביות ביחס לחלק העליון של המסך. אפשרות זו בשימוש כאשר הכתוביות כוללות הוראות מיקום לחלק העליון.",
+ "HeaderSubtitlePosition": "מיקום כתוביות",
+ "TitleProfilePin": "קוד PIN לפרופיל",
+ "ProfilePinConfirm": "אישור קוד PIN לפרופיל",
+ "SaveProfilePin": "שמור קוד PIN",
+ "ProfilePinDescription": "צור קוד PIN אופציונלי, שיתבקש להזין בכל פעם שתחזור לאפליקציית Emby במכשיר שכבר נכנסת אליו. זה שימושי במיוחד במכשירים המשותפים למספר משתמשים. תוכל להפעיל זאת בנפרד לכל מכשיר לפי הצורך.",
+ "TitleNewEpisodes": "פרקים חדשים",
+ "EnterYourPinToContinue": "הזן את קוד ה־PIN כדי להמשיך.",
+ "YourPinMustBe": "ה־PIN חייב להכיל {0} ספרות.",
+ "ForgotPin": "שכחת את ה־PIN?",
+ "RequireEnteringPinToReturn": "דרוש הזנת קוד PIN לפרופיל בכל חזרה לאפליקציה זו.",
+ "RequireEnteringPinToReturnQuestion": "האם לבקש ממך להזין את קוד ה־PIN לפרופיל בכל חזרה לאפליקציה? אם המכשיר משותף למספר משתמשים, קוד ה־PIN יעזור להגן על המידע האישי שלך.",
+ "RequireEnteringPinToReturnHelp": "מומלץ אם מכשיר זה משותף למספר משתמשים.",
+ "WrongPinPleaseTryAgain": "אופס, קוד ה־PIN שגוי. נסה שוב.",
+ "ProfilePinIsOn": "קוד ה־PIN לפרופיל פעיל כעת.",
+ "IfTryingToConnectToHttp": "אם אתה מנסה להתחבר לשרת Emby שלך באמצעות כתובת HTTP, ייתכן שהדפדפן שלך לא מאפשר זאת בגלל דרישות HTTPS. נסה אחת מהאפשרויות הבאות:",
+ "SetupHttpsForYourServer": "הגדר {0}HTTPS לשרת Emby שלך{1} כדי שתוכל להתחבר בצורה מאובטחת.",
+ "TitleUnableToReachServer": "לא ניתן להגיע לשרת",
+ "TitleUnableToReachName": "לא ניתן להגיע אל {0}",
+ "HearingImpaired": "כבדי שמיעה",
+ "SignIntoServerName": "התחבר אל {0}",
+ "About": "אודות",
+ "Specials": "מיוחד",
+ "NSettings": "הגדרות {0}",
+ "NPreferences": "העדפות {0}",
+ "DetailScreenOptions": "פירוט מסך תצוגה",
+ "LabelGenreDisplayLimit": "מגבלת תצוגת ז'אנרים",
+ "GenreDisplayLimitHelp": "הגבל את מספר הז'אנרים המוצגים בחלק העליון של פירוט מסך התוכן.",
+ "GenreDisplayLimitForListsHelp": "הגבל את מספר הז'אנרים המוצגים בחלק העליון של מסכי ההפעלה, האוסף ופרטי האמן.",
+ "LabelGenreDisplayLimitForLists": "מגבלת תצוגת ז'אנרים לרשימות",
+ "ShowPosterOnDetails": "הצג פוסטר בפירוט המסך",
+ "ShowPosterOnDetailsHelp": "בחר להציג פוסטר בפירוט המסך, או להסתיר אותו למראה מינימלי יותר המדגיש את הרקע. הגדרה זו אינה בשימוש בפריסות מסך קטנות יותר. סוגי פריטים מסוימים יתעלמו מהגדרה זו.",
+ "EnableAppLogging": "אפשר רישום לוגים באפליקציה",
+ "EnableAppLoggingHelp": "רישום לוגים עלול להאט את ביצועי האפליקציה, ומומלץ להפעילו רק לצורך איתור תקלות. שינוי זה דורש אתחול האפליקציה.",
+ "LabelSlideshowInterval": "משך הצגת כל תמונה במצגת",
+ "TVChannelImageEditorHelp": "נתמכות מספר גרסאות של לוגו. אפליקציות Emby יבחרו אוטומטית את הגרסה המתאימה לפי ערכת הנושא הנוכחית.",
+ "PlaySlideshow": "נגן מצגת",
+ "CheckForExistingEpisodesInAllLibraries": "בדוק פרקים קיימים בכל הספריות",
+ "GroupNotificationsBySeriesOrAlbum": "קבץ התראות לפי סדרות ואלבומים",
+ "ThemeSettings": "הגדרות ערכת נושא",
+ "FollowingActivityWillBeDisrupted": "הפעילות הבאה תופרע ועשויה לדרוש התערבות ידנית להפעלה מחדש:",
+ "OneActivePlaybackSession": "סשן ניגון פעיל אחד",
+ "NumActivePlaybackSessions": "{0} סשנים פעילים של ניגון",
+ "OneActiveRecording": "הקלטה פעילה אחת",
+ "NumActiveRecordings": "0} הקלטות פעילות",
+ "PlayFromLivePosition": "נגן מהשידור החי",
+ "PlayFromStartOfRecording": "נגן מתחילת ההקלטה",
+ "ThisChannelIsActivelyRecording": "הערוץ הזה בהקלטה פעילה. איך תרצה להתחיל לנגן?",
+ "ThemeSongVolume": "עוצמת שירי נושא",
+ "HeaderForceConversionForFormats": "כפיית המרת מדיה (Transcoding) לפורמטים",
+ "ForceConversionForFormatsHelp": "השתמש באפשרות זו כדי להכריח המרה או remuxing בשרת עבור פורמטים שלא מתנגנים ישירות היטב במכשיר זה.",
+ "StartupBehavior": "התנהגות בעת הפעלה",
+ "RememberLastUser": "זכור משתמש אחרון",
+ "ShowLoginScreen": "הצג מסך התחברות",
+ "SignInAsValue": "התחבר בתור {0}",
+ "ConvertUnsupportedAudio": "המר שמע היקפי לא נתמך ל־Dolby Digital",
+ "ConvertUnsupportedAudioHelp": "הימנע מהמרת פורמטי שמע היקפיים לא נתמכים לסטריאו, על ידי כך ש־Emby Server ימיר אותם ל־Dolby Digital.",
+ "HeaderPlaybackCorrection": "תיקון ניגון",
+ "HeaderAttemptPlaybackCorrection": "נסה לתקן ניגון",
+ "PlaybackCorrectionConfirm": "לנסות לתקן את הניגון?",
+ "PlaybackCorrectionDescription": "האם יש בעיית ניגון בפריט זה, כמו חוסר וידאו או שמע? פעולה זו תנסה לפתור את הבעיה על ידי המרת הקובץ בפועל לפורמט ידידותי יותר להזרמה, באמצעות טרנסקודינג בשרת. שים לב: פעולה זו תשתמש ביותר משאבי מערכת בשרת Emby.",
+ "PlaybackCorrectionDescription2": "באפשרותך לבצע פעולה זו עד שלוש פעמים לכל סרטון, כאשר בכל פעם מופעל שלב אחר: remuxing, המרת וידאו, או המרת שמע.",
+ "HeaderAlbumsAsContributingArtist": "אלבומים כאמן משתתף",
+ "HeaderAlbumsAsComposer": "אלבומים כמלחין",
+ "Duplicates": "כפילויות",
+ "HeaderSleepTimer": "טיימר שינה",
+ "AfterCurrentItem": "לאחר הפריט הנוכחי",
+ "HeaderStopPlayback": "הפסק ניגון",
+ "TurnOffTimer": "כבה את הטיימר",
+ "SleepTimerIsSet": "טיימר השינה שלך הופעל",
+ "SleepTimerIsOff": "טיימר השינה כבוי",
+ "LabelEnableRemoteControlTVMode": "הצג אפשרויות העברה (Casting) ושליטה מרחוק",
+ "EnableRemoteControlTVModeHelp": "אפשר אפשרות זו אם ברצונך להשתמש במכשיר זה לשליחת מדיה למכשירים אחרים.",
+ "ShowOnScreenControls": "הצג פקדים על המסך",
+ "LabelVideoScreenUpAction": "פעולת לחיצה כלפי מעלה במסך הווידאו",
+ "VideoScreenUpActionHelp": "בחר את הפעולה שתתבצע בעת לחיצה על החץ למעלה במסך הווידאו. זה רלוונטי כאשר הפקדים אינם מוצגים. כאשר הפקדים מוצגים, החץ למעלה ישמש לניווט.",
+ "LabelVideoPlayerLongPressAction": "פעולת לחיצה ארוכה בנגן הווידאו",
+ "LetsGetSetup": "בוא נתחיל בהגדרה",
+ "VideoPlayerLongPressActionHelp": "בחר איזו פונקציה או תפריט יוצגו כאשר לוחצים לחיצה ארוכה על כפתור OK בזמן ניגון וידאו. אפשרות זו פעילה רק כאשר הפקדים מוסתרים או כאשר פס ההתקדמות במוקד.",
+ "AskAdminToGetPremiere": "רכישה זו חייבת להתבצע על ידי מנהל השרת. יש לבקש ממנהל שרת Emby להיכנס ולרכוש את Emby Premiere כדי שתוכל ליהנות מהפיצ'רים המתקדמים.",
+ "AutoOpenSingleItemsFolders": "פתח אוטומטית פריט יחיד בתצוגת תיקיות",
+ "AutoOpenSingleItemsFoldersHelp": "כאשר תיקייה מכילה רק פריט אחד, פתח אותו אוטומטית.",
+ "PlayedOnValue": "הופעל {0}",
+ "TheseSettingsApplyAppDevice": "These settings apply to all users playing on this device.",
+ "LastContentDateAdded": "תאריך הוספת התוכן האחרון",
+ "RepeatThemeMedia": "Play themes on repeat",
+ "HideEpisodeSpoilerInfo": "Hide spoiler information from unwatched episodes",
+ "HideEpisodeSpoilerInfoHelp": "Hides the title, overview and image for unwatched episodes on most screens.",
+ "BornValueAge": "נולד: {0} (גיל {1})",
+ "PreferDirectStreamLiveTV": "Prefer direct streaming of Live TV",
+ "PreferDirectStreamLiveTVHelp": "Direct streaming Live TV will reduce resource consumption on your Emby Server but may not be as seekable during playback. Enabling this will direct stream Live TV when the format is supported and is within your configured quality setting. Disable this to enjoy more seeking during playback at the cost of additional resource consumption.",
+ "HeaderAllRecordings": "All Recordings",
+ "RememberLoginDescription": "After signing in, you can use the app settings to configure the startup behavior to remember login, sign in as a specific user, or always show the login screen.",
+ "ForgetServerConfirmation": "Are you sure you wish to forget this server?",
+ "ForgetThisServer": "Forget This Server",
+ "HeaderThisDevice": "This Device",
+ "ChaptersGuide": "Chapters / Live TV Guide",
+ "ChaptersGuideHelp": "Show Chapters for media with chapters. For media without chapters, show the Live TV Guide (when available).",
+ "HeaderShowSeriesImages": "Show Series Images",
+ "AppExitConfirmation": "Are you ready to exit Emby?",
+ "AppExitMenu": "Exit menu",
+ "SideMenu": "Side navigation menu",
+ "SystemStorage": "System storage ({0})"
+}
diff --git a/modules/common/strings/hi.json b/modules/common/strings/hi.json
new file mode 100644
index 0000000..034eeb9
--- /dev/null
+++ b/modules/common/strings/hi.json
@@ -0,0 +1,1340 @@
+{
+ "Studio": "Studio",
+ "Days": "Days",
+ "Next": "Next",
+ "LabelSubtitlePlaybackMode": "Subtitle mode",
+ "HeaderFavoriteVideos": "Favorite Videos",
+ "Lime": "Lime",
+ "EmbyLoginTerms": "Emby is designed to help you manage your personal media library, such as home videos and photos. Please see our {0}terms of use{1}. The use of any Emby software constitutes acceptance of these terms।",
+ "MessageUnableToConnectToServer": "We're unable to connect to the selected server right now. Please ensure it is running and try again।",
+ "EmbyIntroMessage": "With Emby you can easily stream videos, music and photos to smart phones, tablets and other devices from your Emby Server।",
+ "HeaderSignInWithConnect": "Sign in with Emby Connect",
+ "HeaderWelcomeToEmby": "Welcome to Emby",
+ "HeaderNewUsers": "New Users",
+ "HeaderPleaseSignIn": "Please Sign In",
+ "MessageInvalidUser": "Invalid username or password. Please try again।",
+ "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।",
+ "ValueSpecialEpisodeName": "Special - {0}",
+ "HeaderSignIn": "Sign In",
+ "Share": "Share",
+ "Shared": "Shared",
+ "Info": "Info",
+ "Add": "Add",
+ "Speed": "Speed",
+ "PlaybackSpeed": "Playback Speed",
+ "Chapters": "Chapters",
+ "Password": "Password",
+ "SavePassword": "Save Password",
+ "LabelPassword": "Password",
+ "HeaderResetPassword": "Reset Password",
+ "Series": "Series",
+ "Preview": "Preview",
+ "Submit": "Submit",
+ "Never": "Never",
+ "Table": "Table",
+ "HeaderScheduledTasks": "Scheduled Tasks",
+ "Plays": "Plays",
+ "LastUsedAddressValue": "Last used {0}",
+ "LabelKeywordType": "Keyword type",
+ "HeaderSelectColumns": "Select Columns",
+ "HeaderTopResults": "Top Results",
+ "HeaderPinSidebar": "Pin Sidebar",
+ "Collapse": "Collapse",
+ "LabelBackgroundVideoPlayback": "Background video playback",
+ "BackgroundVideoPlaybackHelp": "Background playback allows video to keep playing even when the screen is turned off।",
+ "AlwaysOn": "Always on",
+ "HeadphonesOrExternalSpeakersConnected": "Headphones or external speakers connected",
+ "HeaderKeyboardAndRemote": "Keyboard and Remote",
+ "NoSelectedItemsSupportOperation": "There are no items selected that support this operation।",
+ "NoOperationsForSelectedItems": "There are no operations available for the selected items।",
+ "UploadOnlyOnWifi": "Upload only on Wifi",
+ "HeaderFoldersToUpload": "Folders to Upload",
+ "LabelPasswordConfirm": "Password (confirm)",
+ "HeaderMoveUpInOrder": "Move Up In Order",
+ "HeaderDownUpInOrder": "Move Down In Order",
+ "LabelUsername": "Username",
+ "HeaderAddServer": "Add Server",
+ "HeaderSubtitleOffset": "Subtitle Offset",
+ "Watching": "Watching",
+ "HeaderRemoveFromContinueWatching": "Remove from Continue Watching",
+ "RemoveThisTitleFromContinueWatching": "Remove this title from Continue Watching?",
+ "HeaderRemoveFromContinueListening": "Remove from Continue Listening",
+ "RemoveThisTitleFromContinueListening": "Remove this title from Continue Listening?",
+ "HeaderIncreaseSubtitleOffset": "Increase Subtitle Offset",
+ "HeaderDecreaseSubtitleOffset": "Decrease Subtitle Offset",
+ "Close": "Close",
+ "HeaderSeeAll": "See All",
+ "HeaderOpenInNewWindow": "Open in New Window",
+ "LabelEmail": "Email",
+ "LabelHost": "Host",
+ "LabelHostHelp": "Example: 192.168.1.100 or https://myserver.com",
+ "LabelPort": "Port",
+ "Disabled": "Disabled",
+ "Uninstall": "Uninstall",
+ "Enable": "Enable",
+ "AllTuners": "All Tuners",
+ "Disable": "Disable",
+ "NextValue": "Next: {0}",
+ "HeaderNextItem": "Next Item",
+ "HeaderPreviousItem": "Previous Item",
+ "NoTrailersMessage": "No Trailers found. To add Trailers, please install the Trailer plugin from the {0}Emby plugin catalog{1}।",
+ "UninstallPluginConfirmation": "Are you sure you wish to uninstall this plugin?",
+ "HeaderUninstallPlugin": "Uninstall Plugin",
+ "AreYouStillWatching": "Are you still watching?",
+ "LabelCurrentPassword": "Current password",
+ "LabelNewPassword": "New password",
+ "LabelNewPasswordConfirm": "New password confirm",
+ "HeaderRemovePassword": "Remove Password",
+ "ServerUpdateNeeded": "This Emby Server needs to be updated. To download the latest version, please visit {0}",
+ "MessageThankYouForConnectSignUp": "Thank you for signing up for Emby Connect. An email will be sent to your address with instructions on how to confirm your new account. Please confirm the account and then return here to sign in।",
+ "MessageThankYouForConnectSignUpNoValidation": "Thank you for signing up for Emby Connect! You will now be asked to login with your Emby Connect information।",
+ "ErrorMessagePasswordNotMatchConfirm": "The password and password confirmation must match।",
+ "ErrorMessageUsernameInUse": "The username is already in use. Please choose a new name and try again।",
+ "ErrorMessageEmailInUse": "The email address is already in use. Please enter a new email address and try again, or use the forgot password feature।",
+ "HeaderUpcomingOnTV": "Upcoming On Live TV",
+ "HeaderOtherShowings": "Other Showings",
+ "Showings": "Showings",
+ "HeaderConnectToServer": "Connect to Server",
+ "ConnectToServerManually": "Connect to server manually",
+ "LabelEnterConnectUserNameHelp": "This is the email address that you used to setup your Emby Connect account।",
+ "HeaderSignInError": "Sign In Error",
+ "HeaderManualLogin": "Manual Login",
+ "PasswordResetConfirmation": "Are you sure you wish to reset the password?",
+ "ContactAdminToResetPassword": "Please contact your system administrator to reset your password।",
+ "ForgotPasswordInNetworkRequired": "Please try again within your home network to initiate the password reset process।",
+ "ForgotPasswordFileCreated": "The following file has been created on your server and contains instructions on how to proceed:",
+ "ForgotPasswordFileExpiration": "The reset pin will expire at {0}।",
+ "InvalidForgotPasswordPin": "An invalid or expired pin was entered. Please try again।",
+ "PasswordResetForUsers": "Passwords have been removed for the following users. To login, sign in with a blank password।",
+ "HeaderForgotPassword": "Forgot Password?",
+ "ForgotPasswordUsernameHelp": "Leave this blank if you don't remember your username।",
+ "HeaderPasswordReset": "Password Reset",
+ "AttributeNew": "New",
+ "Done": "Done",
+ "HeaderResetToDefault": "Reset to Default",
+ "Deinterlacing": "Deinterlacing",
+ "HeaderBurningInSubtitles": "Burning in Subtitles",
+ "Premiere": "Premiere",
+ "LabelPinCode": "Pin code",
+ "LabelLocalNetworkPinCode": "Local network pin code",
+ "LabelLocalNetworkPasswordMode": "Local network sign in mode",
+ "RequirePasswordInLocalNetwork": "Require a password on the local network",
+ "NoPasswordInLocalNetwork": "Don't require a password on the local network",
+ "PinCodeInLocalNetwork": "Allow a numeric pin code on the local network",
+ "LocalNetworkPasswordModeHelp": "Select the sign in method for devices on the same local network as your Emby Server।",
+ "HeaderLocalNetworkAccess": "Local Network Access",
+ "Live": "Live",
+ "Reset": "Reset",
+ "Repeat": "Repeat",
+ "Track": "Track",
+ "Tracks": "Tracks",
+ "HeaderCameraUpload": "Camera Upload",
+ "TrackCount": "{0} Tracks",
+ "ItemCount": "{0} Items",
+ "NumberChannelsValue": "{0} Channels",
+ "HeaderLatestMusic": "Latest Music",
+ "HeaderLatestAudioBooks": "Latest Audio Books",
+ "HeaderLatestDownloadedVideos": "Latest Downloaded Videos",
+ "HeaderRecentlyPlayed": "Recently Played",
+ "Recent": "Recent",
+ "HeaderFrequentlyPlayed": "Frequently Played",
+ "HeaderMoreLikeThis": "More Like This",
+ "HeaderMoreLikeThisOnLiveTV": "More Like This on Live TV",
+ "OriginalAirDateValue": "Original air date: {0}",
+ "EndsAtValue": "Ends at {0}",
+ "Date": "Date",
+ "AirDate": "Air Date",
+ "Played": "Played",
+ "Daily": "Daily",
+ "Weekly": "Weekly",
+ "RequireHashMatch": "Require a hash match",
+ "RequireHashMatchHelp": "Requiring a hash match will filter subtitles to include only those that have been tested with your exact video file. Unchecking this will increase the number of matched subtitles, but will also increase the chances of mistimed or incorrect subtitle text।",
+ "SearchForForcedSubtitlesOnly": "Forced subtitles only",
+ "SearchForForcedSubtitlesOnlyHelp": "Requiring forced subtitles will limit results to subtitles that are tagged as having a foreign language।",
+ "LastEpisodeDateAdded": "Last Episode Date Added",
+ "LastEpisodeDateAired": "Last Episode Date Released",
+ "LabelPlaystate": "Playstate",
+ "Tag": "Tag",
+ "EpisodeTitle": "Episode Title",
+ "Audio": "Audio",
+ "Video": "Video",
+ "Subtitle": "Subtitle",
+ "Image": "Image",
+ "CopyStream": "Copy original stream",
+ "LabelAudioLayout": "Audio layout",
+ "LabelAudioCodec": "Audio codec",
+ "LabelAudioLanguage": "Audio language",
+ "LabelSubtitleLanguage": "Subtitle language",
+ "LabelVideoCodec": "Video codec",
+ "LabelSubtitleCodec": "Subtitle codec",
+ "LabelParentalRating": "Parental rating",
+ "BecauseYouLikeValue": "Because you like {0}",
+ "BecauseYouWatchedValue": "Because you watched {0}",
+ "DirectedByValue": "Directed by {0}",
+ "StarringValue": "Starring {0}",
+ "Invitations": "Invitations",
+ "ActorAsRole": "as {0}",
+ "ButtonOk": "OK",
+ "GroupItemsIntoCollections": "Group items into collections",
+ "GroupItemsIntoCollectionsHelp": "Group items based on collections they've been added to. Enabling certain filters or sort orders may automatically disable this।",
+ "GroupItemsIntoTags": "Group items into tags",
+ "GroupItemsIntoTagsHelp": "Group items based on tags they've been added to. Enabling certain filters or sort orders may automatically disable this।",
+ "User": "User",
+ "Access": "Access",
+ "Users": "Users",
+ "Library": "Library",
+ "Devices": "Devices",
+ "Cancel": "Cancel",
+ "Restart": "Restart",
+ "Shutdown": "Shutdown",
+ "Logs": "Logs",
+ "Visibility": "Visibility",
+ "Notifications": "Notifications",
+ "SendTestNotification": "Send Test Notification",
+ "NotificationSent": "Notification sent",
+ "DeleteNotificationConfirmation": "Are you sure you wish to delete this notification?",
+ "DeleteNotification": "Delete Notification",
+ "AddNotification": "Add Notification",
+ "EditNotification": "Edit Notification",
+ "LimitUserEventsTo": "Limit user events to",
+ "LimitLibraryEventsTo": "Limit library events to",
+ "LimitDeviceEventsTo": "Limit devices events to",
+ "ForAdditionalNotificationOptions": "Additional notification services can be installed by the server administrator in the Emby {0}plugin catalog{1}।",
+ "Plugins": "Plugins",
+ "Systems": "Systems",
+ "Server": "Server",
+ "Dashboard": "Dashboard",
+ "PlayOnAnotherDevice": "Play on another device",
+ "HeaderConnectionHelp": "Connection Help",
+ "AccessRestrictedTryAgainLater": "Access is currently restricted. Please try again later।",
+ "ButtonGotIt": "Got It",
+ "RememberMe": "Remember me",
+ "EmbyServer": "Emby Server",
+ "ManageEmbyServer": "Manage Emby Server",
+ "ShutdownServer": "Shutdown Emby Server",
+ "RestartServer": "Restart Emby Server",
+ "RecordingCancelled": "Recording Cancelled",
+ "SeriesCancelled": "Series Cancelled",
+ "Recording": "Recording",
+ "SeriesRecording": "Series Recording",
+ "RecordingScheduled": "Recording Scheduled",
+ "SeriesRecordingScheduled": "Series Recording Scheduled",
+ "HeaderNewRecording": "New Recording",
+ "HeaderWakeServer": "Wake Server",
+ "AttemptingWakeServer": "Attempting to wake server. Please wait..।",
+ "WakeServerSuccess": "Success!",
+ "HeaderCustomizeHomeScreen": "Customize Home Screen",
+ "WakeServerError": "Wake On LAN packets were sent to your server machine, but we're unable to connect to your Emby Server. Your machine may need a little more time to wake, or Emby Server may not be actively running on the machine।",
+ "Network": "Network",
+ "Networks": "Networks",
+ "SortByValue": "Sort by {0}",
+ "HeaderSortBy": "Sort By",
+ "HeaderPhotoAlbums": "Photo Albums",
+ "Photos": "Photos",
+ "HeaderAppearsOn": "Appears On",
+ "List": "List",
+ "HeaderRecordSeries": "Record Series",
+ "HeaderCinemaMode": "Cinema Intros",
+ "Conversions": "Conversions",
+ "Downloads": "Downloads",
+ "HeaderManageDownloads": "Manage Downloads",
+ "InternalStorage": "Internal storage",
+ "ExternalStorage": "External storage",
+ "UploadToFollowingServers": "Upload to Servers",
+ "UploadingNumItems": "Uploading {0} of {1}",
+ "DownloadNumItems": "Downloading {0} of {1}",
+ "HeaderSampleRate": "Sample Rate",
+ "HeaderReferenceFrames": "Reference Frames",
+ "HeaderBitDepth": "Bit Depth",
+ "HeaderPixelFormat": "Pixel Format",
+ "Profile": "Profile",
+ "Bitrate": "Bitrate",
+ "Expand": "Expand",
+ "Container": "Container",
+ "Format": "Format",
+ "Path": "Path",
+ "Size": "Size",
+ "Resolution": "Resolution",
+ "HeaderCodecTag": "Codec Tag",
+ "Framerate": "Framerate",
+ "Interlaced": "Interlaced",
+ "Anamorphic": "Anamorphic",
+ "Level": "Level",
+ "Timestamp": "Timestamp",
+ "Language": "Language",
+ "Codec": "Codec",
+ "Stream": "Stream",
+ "HeaderExtradata": "Extra Data",
+ "HeaderHardwareAcceleratedTranscoding": "Hardware Accelerated Transcoding",
+ "HeaderHardwareAcceleratedTranscodingDescription": "Take advantage of your server GPU. Emby has the most advanced and fastests hardware accelleration in the industry।",
+ "HeaderOfflineDownloads": "Offline Media",
+ "AndMuchMoreExclamation": "And much more!",
+ "HeaderOfflineDownloadsDescription": "Download media to your devices for easy offline use।",
+ "LiveTvFeatureDescription": "Stream Live TV to any Emby app, with a compatible TV tuner device installed on your Emby Server।",
+ "DvrFeatureDescription": "Schedule individual Live TV recordings, series recordings, and more with Emby DVR।",
+ "CinemaModeFeatureDescription": "Cinema Intros give you the true cinema experience with trailers and custom intros before the main feature।",
+ "HeaderFreeApps": "Free Emby Apps",
+ "FreeAppsFeatureDescription": "Enjoy free access to Emby apps for your devices।",
+ "HeaderBecomeProjectSupporter": "Get Emby Premiere",
+ "HeaderViewServerInfo": "View Server Info",
+ "PlaybackTvModeRequiresEmbyPremiere": "Media playback in TV mode requires an active {0}Emby Premiere subscription{1}।",
+ "FeatureRequiresEmbyPremiere": "This feature requires an active {0}Emby Premiere subscription{1}।",
+ "HeaderConvertYourRecordings": "Convert Your Recordings",
+ "Record": "Record",
+ "Save": "Save",
+ "Edit": "Edit",
+ "HeaderSavePlaylist": "Save Playlist",
+ "Latest": "Latest",
+ "Download": "Download",
+ "Downloaded": "Downloaded",
+ "Converted": "Converted",
+ "RemoveFromHistory": "Remove from History",
+ "ConfirmRemoveFromHistory": "Remove this item from the history?",
+ "Downloading": "Downloading",
+ "Advanced": "Advanced",
+ "LinkedToEmbyConnect": "Linked to Emby Connect",
+ "Delete": "Delete",
+ "Both": "Both",
+ "LabelChannelDisplay": "Channel display",
+ "HeaderDeleteItem": "Delete Item",
+ "HeaderDeleteUser": "Delete User",
+ "DeleteItemConfirmation": "Are you sure you wish to delete {0}?",
+ "DeleteUserConfirmation": "Are you sure you wish to delete user {0}?",
+ "DeleteUsersConfirmation": "Are you sure you wish to delete these {0} users?",
+ "HeaderDeleteDevice": "Delete Device",
+ "DeleteDeviceConfirmation": "Are you sure you wish to delete this device? It will reappear the next time a user signs in with it।",
+ "ConfirmDeleteItem": "Deleting this item will delete it from both the file system and your media library।",
+ "FollowingFilesWillBeDeleted": "The following files and folders will be deleted:",
+ "AreYouSureToContinue": "Are you sure you wish to continue?",
+ "Refresh": "Refresh",
+ "RefreshingMetadataDots": "Refreshing metadata..।",
+ "ScanningLibraryFilesDots": "Scanning library files..।",
+ "HeaderFavoritesThenByChannelNumber": "Favorites, Then by Channel Number",
+ "HeaderAddToCollection": "Add to Collection",
+ "HeaderFavoritesThenByTitle": "Favorites, Then by Title",
+ "HeaderFavoritesThenByDefault": "Favorites, Then by Default Channel Order",
+ "HeaderDefaultChannelOrder": "Default Channel Order",
+ "HeaderAddToFavorites": "Add to Favorites",
+ "HeaderRemoveFromFavorites": "Remove from Favorites",
+ "Favorited": "Favorited",
+ "Unfavorited": "Unfavorited",
+ "HeaderNewCollection": "New Collection",
+ "HeaderNewPlaylist": "New Playlist",
+ "AllCollections": "All Collections",
+ "AllPlaylists": "All Playlists",
+ "Create": "Create",
+ "HeaderAddedToPlaylist": "Added to Playlist",
+ "HeaderAddedToCollection": "Added to Collection",
+ "OneItemAddedTo": "1 item added to \"{0}\"।",
+ "ItemsAddedTo": "{0} items added to \"{1}\"।",
+ "HeaderAddedToPlayQueue": "Added to Play Queue",
+ "HeaderPlayingNext": "Playing Next",
+ "Help": "Help",
+ "HeaderGetHelp": "Get Help",
+ "LabelTVDisplayMode": "Enable TV display mode",
+ "Desktop": "Desktop",
+ "Mobile": "Mobile / Tablet",
+ "Navigation": "Navigation",
+ "HeaderVideoPlayback": "Video Playback",
+ "TV": "TV",
+ "HeaderEmbyConnect": "Emby Connect",
+ "Seasons": "Seasons",
+ "OneTrack": "1 Track",
+ "OneSeason": "1 Season",
+ "Libraries": "Libraries",
+ "NumberSeasonsValue": "{0} Seasons",
+ "TVDisplayModeHelp": "Optimize the user interface on this device for display on a TV and input method with a remote control. This is generally not recommended if your primary input method is a mouse or is touch-based।",
+ "LabelDisplayLanguage": "Display language",
+ "LabelDisplayLanguageHelp": "Translating Emby is an ongoing project।",
+ "LearnHowYouCanContribute": "Learn how you can contribute।",
+ "NewCollectionHelp": "Collections allow you to create personalized groupings of movies and other library content।",
+ "SearchForCollectionInternetMetadata": "Search the internet for artwork and 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",
+ "ServerStartup": "Server Startup",
+ "EmbyServerOnXHasStarted": "Emby Server on {0} has started।",
+ "LabelScreensaver": "Screensaver",
+ "LabelSoundEffects": "Sound effects",
+ "LabelName": "Name",
+ "NewCollectionNameExample": "Example: Star Wars Collection",
+ "MessageItemsAdded": "Items added।",
+ "OptionNew": "New..।",
+ "LabelPlaylist": "Playlist",
+ "AddToPlaylist": "Add to playlist",
+ "HeaderAddToPlaylist": "Add to Playlist",
+ "Subtitles": "Subtitles",
+ "LabelTheme": "Theme",
+ "LabelSettingsTheme": "Settings theme",
+ "LabelThemeAccentColor": "Accent color",
+ "ThemeAccentColorDescription": "Controls the color of important indicators, icons and text।",
+ "SearchForSubtitles": "Search for Subtitles",
+ "LabelLanguage": "Language",
+ "Search": "Search",
+ "NoSubtitleSearchResultsFound": "No results found. Have you configured {0}subtitle downloading{1}?",
+ "NoLyricsSearchResultsFound": "No results found. Have you configured {0}lyrics downloading{1}?",
+ "Lyrics": "Lyrics",
+ "SearchForLyrics": "Search for Lyrics",
+ "Finish": "Finish",
+ "File": "File",
+ "Exit": "Exit",
+ "Sleep": "Sleep",
+ "Setup": "Setup",
+ "MessageAreYouSureDeleteSubtitles": "Are you sure you wish to delete this subtitle file?",
+ "ConfirmDeletion": "Confirm Deletion",
+ "MySubtitles": "My Subtitles",
+ "MessageDownloadQueued": "Download queued।",
+ "HeaderEditSubtitles": "Edit Subtitles",
+ "UnlockGuide": "Unlock Guide",
+ "HeaderRefreshMetadata": "Refresh Metadata",
+ "HeaderRefreshAllMetadata": "Refresh All Metadata",
+ "ReplaceExistingImages": "Replace existing images",
+ "ReplaceExistingImagesHelp": "All existing images will be deleted and new ones will be downloaded based on the options for the library. In some cases this may result in fewer available images than before।",
+ "ReplaceExistingThumbnailImages": "Replace existing video preview thumbnails",
+ "ReplaceExistingThumbnailImagesHelp": "All existing video preview thumbnails will be deleted and new ones will be generated, if enabled in the options for the library।",
+ "ReplaceAllMetadata": "Replace all metadata",
+ "SearchForMissingMetadata": "Search for missing metadata",
+ "LabelRefreshMode": "Refresh mode",
+ "NoItemsFound": "No items found।",
+ "HeaderSaySomethingLike": "Say Something Like..।",
+ "ButtonTryAgain": "Try Again",
+ "HeaderYouSaid": "You Said..।",
+ "MessageWeDidntRecognizeCommand": "We're sorry, we didn't recognize that command।",
+ "MessageIfYouBlockedVoice": "If you denied voice access to the app you'll need to reconfigure before trying again।",
+ "ValueDiscNumber": "Disc {0}",
+ "Unrated": "Unrated",
+ "Favorite": "Favorite",
+ "Like": "Like",
+ "Dislike": "Dislike",
+ "RefreshDialogHelp": "Metadata is updated with new data based on settings and metadata providers that are enabled in Emby library setup।",
+ "Open": "Open",
+ "Play": "Play",
+ "Pause": "Pause",
+ "HeaderPlayQueue": "Play Queue",
+ "HeaderAddToPlayQueue": "Add to Play Queue",
+ "Shuffle": "Shuffle",
+ "Identify": "Identify",
+ "HeaderRemoveIdentification": "Remove Identification",
+ "ResetMetadataConfirmation": "Are you sure you wish to reset all metadata?",
+ "HeaderEditMetadata": "Edit Metadata",
+ "Convert": "Convert",
+ "Resume": "Resume",
+ "HeaderInstantMix": "Instant Mix",
+ "HeaderGoToItem": "Go to Item",
+ "HeaderGoToSeason": "Go to Season",
+ "HeaderGoToSeries": "Go to Series",
+ "HeaderGoToAlbum": "Go to Album",
+ "HeaderGoToArtist": "Go to Artist",
+ "HeaderPlayAll": "Play All",
+ "PictureInPicture": "Picture in picture",
+ "Fullscreen": "Full screen",
+ "ExitFullscreen": "Exit full screen",
+ "Rewind": "Rewind",
+ "FastForward": "Fast-forward",
+ "Remove": "Remove",
+ "Rename": "Rename",
+ "Queue": "Queue",
+ "QueueAllFromHere": "Queue all from here",
+ "PlayAllFromHere": "Play all from here",
+ "PlayFromBeginning": "Play From Beginning",
+ "FromBeginning": "From Beginning",
+ "ResumeAt": "Resume from {0}",
+ "HeaderRemoveFromPlaylist": "Remove from Playlist",
+ "HeaderRemoveFromPlayQueue": "Remove from Play Queue",
+ "HeaderRemoveFromCollection": "Remove from Collection",
+ "Sort": "Sort",
+ "Trailer": "Trailer",
+ "SelectNone": "Select None",
+ "SelectAll": "Select All",
+ "HeaderMarkPlayed": "Mark Played",
+ "HeaderMarkUnplayed": "Mark Unplayed",
+ "HeaderGroupVersions": "Group Versions",
+ "PleaseSelectTwoItems": "Please select at least two items।",
+ "HeaderConfirmRecordingCancellation": "Confirm Recording Cancellation",
+ "MessageConfirmRecordingCancellation": "Cancel recording?",
+ "Album": "Album",
+ "AlbumArtist": "Album Artist",
+ "Error": "Error",
+ "VoiceInput": "Voice Input",
+ "LabelContentType": "Content type",
+ "LabelPath": "Path",
+ "Playlists": "Playlists",
+ "LabelTitle": "Title",
+ "LabelOriginalTitle": "Original title",
+ "LabelSortTitle": "Sort title",
+ "LabelDateAdded": "Date added",
+ "DateAdded": "Date Added",
+ "DateCreated": "Date Created",
+ "DateModified": "Date Modified",
+ "DatePlayed": "Date Played",
+ "DateLastActive": "Date Last Active",
+ "ConfigureDateAdded": "Configure how date added is determined in the Emby Server dashboard under Library settings",
+ "LabelStatus": "Status",
+ "LabelArtistsHelp": "Separate multiple using ;",
+ "HeaderAlbumArtists": "Album Artists",
+ "LabelAlbumArtists": "Album artists",
+ "LabelAlbum": "Album",
+ "Artist": "Artist",
+ "Artists": "Artists",
+ "ImdbRating": "IMDb Rating",
+ "CommunityRating": "Community Rating",
+ "LabelCommunityRating": "Community rating",
+ "LabelCriticRating": "Critic rating",
+ "CriticRating": "Critic Rating",
+ "LabelWebsite": "Website",
+ "Tagline": "Tagline",
+ "LabelOverview": "Overview",
+ "LabelShortOverview": "Short overview",
+ "LabelReleaseDate": "Release date",
+ "LabelPlaceOfBirth": "Place of birth",
+ "Aired": "Aired",
+ "LabelAirDays": "Air days",
+ "LabelAirTime": "Air time",
+ "LabelRuntimeMinutes": "Run time (minutes)",
+ "LabelCustomRating": "Custom rating",
+ "LabelOriginalAspectRatio": "Original aspect ratio",
+ "Label3DFormat": "3D format",
+ "FormatValue": "Format: {0}",
+ "DownloadsValue": "{0} Downloads",
+ "HashMatch": "Hash Match",
+ "EnableExternalVideoPlayers": "Enable external video players",
+ "EnableExternalVideoPlayersHelp": "An external player menu will be shown when starting video playback।",
+ "HeaderSpecialEpisodeInfo": "Special Episode Info",
+ "LabelAirsDuringSeason": "Airs during season",
+ "LabelAirsAfterSeason": "Airs after season",
+ "LabelAirsBeforeEpisode": "Airs before episode",
+ "HeaderExternalIds": "External Ids",
+ "HeaderDisplaySettings": "Display Settings",
+ "PlaylistOrder": "Playlist Order",
+ "CollectionOrder": "Collection Order",
+ "LabelDisplayOrder": "Display order",
+ "LabelFileOrder": "File order",
+ "Display": "Display",
+ "Countries": "Countries",
+ "Genres": "Genres",
+ "Studios": "Studios",
+ "Tags": "Tags",
+ "Links": "Links",
+ "Movie": "Movie",
+ "Program": "Program",
+ "Channel": "Channel",
+ "Episode": "Episode",
+ "Season": "Season",
+ "HeaderMetadataSettings": "Metadata Settings",
+ "People": "People",
+ "Number": "Number",
+ "Lock": "Lock",
+ "HeaderScreenLocked": "Screen Locked",
+ "HeaderUnlockControls": "Unlock Controls",
+ "HeaderTapToUnlock": "Tap to Unlock",
+ "LabelMetadataDownloadLanguage": "Preferred metadata download language",
+ "LabelImageDownloadLanguage": "Preferred image download language",
+ "LabelLockItemToPreventChanges": "Lock this item to prevent future changes",
+ "LockThisField": "Lock this field to prevent future changes when refreshing metadata",
+ "MessageLeaveEmptyToInherit": "Leave empty to inherit settings from a parent item, or the global default value।",
+ "LabelCountry": "Country",
+ "LabelCertificationCountry": "Certification country",
+ "CertificationCountryHelp": "This will influence which content rating system is used।",
+ "LabelDynamicExternalId": "{0} Id",
+ "LabelBirthYear": "Birth year",
+ "LabelBirthDate": "Birth date",
+ "LabelDeathDate": "Death date",
+ "LabelEndDate": "End date",
+ "LabelSeasonNumber": "Season number",
+ "LabelEpisodeNumber": "Episode number",
+ "LabelTrackNumber": "Track number",
+ "LabelNumber": "Number",
+ "LabelDiscNumber": "Disc number",
+ "LabelParentNumber": "Parent number",
+ "SortName": "Sort Title",
+ "OriginalTitle": "Original Title",
+ "ReleaseDate": "Release Date",
+ "Continuing": "Continuing",
+ "Ended": "Ended",
+ "HeaderEnabledFields": "Enabled Fields",
+ "HeaderEnabledFieldsHelp": "Uncheck a field to lock it and prevent its data from being changed।",
+ "Backdrops": "Backdrops",
+ "Images": "Images",
+ "Runtime": "Runtime",
+ "ProductionLocations": "Production locations",
+ "BirthLocation": "Birth location",
+ "ParentalRating": "Parental Rating",
+ "PlayCount": "Play count",
+ "Name": "Name",
+ "Overview": "Overview",
+ "LabelType": "Type",
+ "LabelPersonRole": "Role",
+ "LabelPersonRoleHelp": "Example: Ice cream truck driver",
+ "Actor": "Actor",
+ "Composers": "Composers",
+ "Composer": "Composer",
+ "Director": "Director",
+ "GuestStar": "Guest star",
+ "Producer": "Producer",
+ "Writer": "Writer",
+ "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।",
+ "InstallingPackage": "Installing {0}",
+ "PackageInstallCompleted": "{0} installation completed।",
+ "PackageInstallFailed": "{0} installation failed।",
+ "PackageInstallCancelled": "{0} installation cancelled।",
+ "SeriesYearToPresent": "{0} - Present",
+ "OneDevice": "1 Device",
+ "DeviceCountValue": "{0} Devices",
+ "OneLog": "1 Log",
+ "LogCountValue": "{0} Logs",
+ "OneVote": "1 Vote",
+ "VoteCountValue": "{0} Votes",
+ "OneLike": "1 Like",
+ "LikeCountValue": "{0} Likes",
+ "OneUser": "1 User",
+ "UserCountValue": "{0} Users",
+ "OneLibrary": "1 Library",
+ "LibraryCountValue": "{0} Libraries",
+ "ValueOneItem": "1 Item",
+ "ValueOneEpisode": "1 episode",
+ "ValueEpisodeCount": "{0} episodes",
+ "Albums": "Albums",
+ "Song": "Song",
+ "Songs": "Songs",
+ "Authors": "Authors",
+ "Books": "Books",
+ "AudioBooks": "Audio books",
+ "HeaderAudioBooks": "Audio Books",
+ "HeaderAudioBook": "Audio Book",
+ "HeaderIdentifyItemHelp": "Enter one or more search criteria. Remove criteria to increase search results।",
+ "PleaseEnterNameOrId": "Please enter a name or an external Id।",
+ "MessageItemSaved": "Item saved।",
+ "SearchResults": "Search Results",
+ "ServerNameIsRestarting": "Emby Server - {0} is restarting।",
+ "ServerNameIsShuttingDown": "Emby Server - {0} is shutting down।",
+ "HeaderDeleteItems": "Delete Items",
+ "ConfirmDeleteItems": "Deleting these items will delete them from both the file system and your media library।",
+ "PleaseRestartServerName": "Please Restart Emby Server on {0}",
+ "ConvertingDots": "Converting..।",
+ "LabelSyncNoTargetsHelp": "It looks like you don't currently have any apps that support offline downloading।",
+ "DownloadingDots": "Downloading..।",
+ "LearnMore": "Learn more",
+ "LabelBitrateMbps": "Bitrate (Mbps)",
+ "ConvertUnwatchedVideosOnly": "Convert unplayed videos only",
+ "SyncUnwatchedVideosOnly": "Download unplayed videos only",
+ "ConvertUnwatchedVideosOnlyHelp": "Only videos that are not marked as fully played will be converted।",
+ "SyncUnwatchedVideosOnlyHelp": "Only videos that are not marked as fully played will be downloaded, and videos will be removed from the device as they are fully played।",
+ "AutomaticallySyncNewContent": "Automatically download new content",
+ "AutomaticallySyncNewContentHelp": "New content added to this folder will be automatically downloaded to the device।",
+ "AutomaticallyConvertNewContent": "Automatically convert new content",
+ "AutomaticallyConvertNewContentHelp": "New content added to this folder will be automatically converted।",
+ "LabelItemLimit": "Item limit",
+ "ConvertItemLimitHelp": "Optional. Set a limit to the number of items that will be converted।",
+ "DownloadItemLimitHelp": "Optional. Set a limit to the number of items that will be downloaded।",
+ "PleaseSelectDeviceToSyncTo": "Please select a device to download to।",
+ "Screenshots": "Screenshots",
+ "MoveRight": "Move right",
+ "MoveLeft": "Move left",
+ "HeaderUploadNewImage": "Upload New Image",
+ "HeaderDeleteImage": "Delete Image",
+ "ConfirmDeleteImage": "Delete image?",
+ "HeaderEditImages": "Edit Images",
+ "Settings": "Settings",
+ "ShowIndicatorsFor": "Show Indicators",
+ "Episodes": "Episodes",
+ "Programs": "Programs",
+ "HeaderCastCrew": "Cast & Crew",
+ "DvrSubscriptionRequired": "Emby Live TV & DVR require an active {0}Emby Premiere subscription{1}।",
+ "HeaderCancelRecording": "Cancel Recording",
+ "HeaderKeepRecording": "Keep Recording",
+ "HeaderCancelSeries": "Cancel Series",
+ "HeaderKeepSeries": "Keep Series",
+ "HeaderLearnMore": "Learn More",
+ "SeriesSettings": "Series settings",
+ "HeaderRecordingOptions": "Recording Options",
+ "HeaderDoNotRecord": "Do not record",
+ "HeaderSeriesOptions": "Series Options",
+ "Layout": "Layout",
+ "Channels": "Channels",
+ "ChannelNameOnly": "Channel {0} only",
+ "Anytime": "Anytime",
+ "AnyLanguage": "Any language",
+ "AroundTime": "Around {0}",
+ "HeaderLatestMovies": "Latest Movies",
+ "All": "All",
+ "Stop": "Stop",
+ "AllChannels": "All channels",
+ "NewEpisodesOnly": "New episodes only",
+ "AllEpisodes": "All episodes",
+ "LabelStartWhenPossible": "Start when possible",
+ "LabelStopWhenPossible": "Stop when possible",
+ "MinutesBefore": "minutes before",
+ "MinutesAfter": "minutes after",
+ "SkipEpisodesAlreadyInMyLibrary": "Don't record episodes that are already in my library",
+ "SkipEpisodesAlreadyInMyLibraryHelp": "Episodes will be compared using season and episode numbers, when available।",
+ "LabelKeepUpTo": "Keep up to",
+ "AsManyAsPossible": "As many as possible",
+ "DefaultErrorMessage": "There was an error processing the request. Please try again later।",
+ "UntilIDelete": "Until I delete",
+ "UntilSpaceNeeded": "Until space needed",
+ "Categories": "Categories",
+ "Sports": "Sports",
+ "News": "News",
+ "Movies": "Movies",
+ "Music": "Music",
+ "Kids": "Kids",
+ "MoreFromValue": "More from {0}",
+ "DiedValue": "Died: {0}",
+ "BornValue": "Born: {0}",
+ "EnableColorCodedBackgrounds": "Apply colored backgrounds to shows, based on their category",
+ "SortChannelsBy": "Sort channels by",
+ "ChannelNumber": "Channel Number",
+ "HeaderBenefitsEmbyPremiere": "Benefits of Emby Premiere",
+ "ThankYouForTryingEnjoyOneMinute": "Please enjoy one minute of playback. Thank you for trying Emby।",
+ "HeaderTryPlayback": "Try Playback",
+ "HowDidYouPay": "How did you pay?",
+ "IHaveEmbyPremiere": "I have Emby Premiere",
+ "IPurchasedThisApp": "I purchased this app",
+ "ButtonRestorePreviousPurchase": "Restore Purchase",
+ "ButtonUnlockWithPurchase": "Unlock with Purchase",
+ "ButtonUnlockPrice": "Unlock {0}",
+ "EmbyPremiereMonthlyWithPrice": "Emby Premiere Monthly {0}",
+ "HeaderAlreadyPaid": "Already Paid?",
+ "ButtonPlayOneMinute": "Play One Minute",
+ "PlaceFavoriteChannelsAtBeginning": "Place favorite channels at the beginning",
+ "HeaderUnlockFeature": "Unlock Feature",
+ "MessageDidYouKnowCinemaMode": "Did you know that with Emby Premiere, you can enhance your experience with features like Cinema Intros?",
+ "HeaderPlayMyMedia": "Play my Media",
+ "HeaderDiscoverEmbyPremiere": "Discover Emby Premiere",
+ "HeaderNowPlaying": "Now Playing",
+ "Items": "Items",
+ "AppName": "App Name",
+ "OneChannel": "One channel",
+ "ConfirmRemoveDownload": "Remove download?",
+ "ConfirmRemoveItem": "Remove item?",
+ "RemoveDownload": "Remove Download",
+ "ConfirmCancelConversion": "Cancel conversion?",
+ "CancelConversion": "Cancel Conversion",
+ "KeepDownload": "Keep download",
+ "AddedOnValue": "Added {0}",
+ "PlayedOnValue": "Played {0}",
+ "CreatedOnValue": "Created {0}",
+ "UpdatedOnValue": "Updated {0}",
+ "RemovingFromDevice": "Removing from device",
+ "KeepOnDevice": "Keep on device",
+ "CancelDownload": "Cancel download",
+ "SyncJobItemStatusReadyToTransfer": "Ready to Transfer",
+ "SyncJobItemStatusSyncedMarkForRemoval": "Removing from device",
+ "SyncJobItemStatusQueued": "Queued",
+ "SyncJobItemStatusConverting": "Converting",
+ "SyncJobItemStatusTransferring": "Transferring",
+ "SyncJobItemStatusSynced": "Downloaded",
+ "Failed": "Failed",
+ "SyncJobItemStatusRemovedFromDevice": "Removed from device",
+ "Cancelled": "Cancelled",
+ "Retry": "Retry",
+ "Continue": "Continue",
+ "ContinueInSecondsValue": "Continue in {0} seconds।",
+ "HeaderRemoteControl": "Remote Control",
+ "Disconnect": "Disconnect",
+ "EnableDisplayMirroring": "Enable display mirroring",
+ "RemoteAccess": "Remote Access",
+ "HeaderPlayOn": "Play On",
+ "Quality": "Quality",
+ "Auto": "Auto",
+ "AndroidUnlockRestoreHelp": "To restore your previous purchase, please ensure you're signed into the device with the same Google (or Amazon) account that originally made the purchase. Make sure the app store is enabled and not restricted by any parental controls, and ensure you have an active internet connection. You'll only have to do this once to restore your previous purchase।",
+ "HeaderAspectRatio": "Aspect Ratio",
+ "Original": "Original",
+ "Fill": "Fill",
+ "Cover": "Cover",
+ "MessageNoServersAvailableToConnect": "No servers are available to connect to. If you've been invited to share a server, make sure to accept it below or by clicking the link in the email।",
+ "MessagePlayAccessRestricted": "Playback of this content is currently restricted. Please contact your Emby Server administrator for more information।",
+ "Accept": "Accept",
+ "Reject": "Reject",
+ "Connect": "Connect",
+ "HeaderMyMedia": "My Media",
+ "HeaderMyMediaSmall": "My Media (small)",
+ "LatestFromLibrary": "Latest {0}",
+ "HeaderLatestEpisodes": "Latest Episodes",
+ "ContinuePlaying": "Continue playing",
+ "ContinueWatching": "Continue watching",
+ "HeaderLatestChannelMedia": "Latest Channel Items",
+ "HeaderContinueWatching": "Continue Watching",
+ "HeaderContinueListening": "Continue Listening",
+ "HeaderActiveRecordings": "Active Recordings",
+ "HeaderLatestRecordings": "Latest Recordings",
+ "LabelConvertTo": "Convert to",
+ "LabelDownloadTo": "Download to",
+ "HeaderDownloadToDots": "Download to..।",
+ "LabelSource": "Source",
+ "VersionNumber": "Version {0}",
+ "HeaderAllLanguages": "All Languages",
+ "Previous": "Previous",
+ "HeaderNextUp": "Next Up",
+ "HeaderPlayNextUp": "Play Next Up",
+ "HeaderLatestFrom": "Latest from {0}",
+ "LabelHomeScreenSectionValue": "Home screen section {0}",
+ "PasswordResetComplete": "The password has been reset।",
+ "PasswordSaved": "Password saved।",
+ "SettingsSaved": "Settings saved।",
+ "Upcoming": "Upcoming",
+ "HeaderSelectImageFile": "Select Image File",
+ "None": "None",
+ "More": "More",
+ "Up": "Up",
+ "Down": "Down",
+ "Home": "Home",
+ "Back": "Back",
+ "Random": "Random",
+ "Playback": "Playback",
+ "Favorites": "Favorites",
+ "HeaderHomeScreen": "Home Screen",
+ "HeaderLatestChannelItems": "Latest Channel Items",
+ "HeaderLibraryOrder": "Library Order",
+ "HeaderOnNow": "On Now",
+ "HeaderForKids": "For Kids",
+ "HeaderPlaybackError": "Playback Error",
+ "PlaybackErrorNotAllowed": "You're currently not authorized to play this content. Please contact your system administrator for details।",
+ "RateLimitExceeded": "Your account has exceeded the maximum streaming limit set by your Emby Server administrator. Please contact them for assistance।",
+ "PlaybackErrorNoCompatibleStream": "No compatible streams are currently available. Please try again later or contact your system administrator for details।",
+ "PlaybackErrorPlaceHolder": "Please insert the disc in order to play this video।",
+ "PlaybackErrorNoPlayableItems": "No playable items were found. Are you trying to play an empty folder?",
+ "Guide": "Guide",
+ "Games": "Games",
+ "GameSystem": "Game System",
+ "Suggestions": "Suggestions",
+ "HeaderFavoriteChannels": "Favorite Channels",
+ "HeaderFavoriteCollections": "Favorite Collections",
+ "HeaderFavoritePlaylists": "Favorite Playlists",
+ "Collection": "Collection",
+ "Collections": "Collections",
+ "LabelSelectFolderGroups": "Automatically group content from the following folders into views such as Movies, Music and TV:",
+ "LabelSelectFolderGroupsHelp": "Folders that are unchecked will be displayed by themselves in their own view।",
+ "Mute": "Mute",
+ "Unmute": "Unmute",
+ "Folder": "Folder",
+ "Folders": "Folders",
+ "FileName": "File Name",
+ "DisplayInOtherHomeScreenSections": "Display in secondary home screen sections such as latest media and continue watching",
+ "DisplayInMyMedia": "Display on home screen",
+ "Shows": "Shows",
+ "MoviesAndShows": "Movies & Shows",
+ "HeaderMusicVideo": "Music Video",
+ "HeaderMusicVideos": "Music Videos",
+ "MusicVideos": "Music videos",
+ "Videos": "Videos",
+ "MixedContent": "Mixed content",
+ "HomeVideos": "Home videos",
+ "HomeVideosAndPhotos": "Home videos & photos",
+ "TVShows": "TV shows",
+ "HeaderLibraryFolders": "Library Folders",
+ "HeaderTermsOfPurchase": "Terms of Purchase",
+ "PrivacyPolicy": "Privacy policy",
+ "TermsOfUse": "Terms of Use",
+ "HeaderRepeatMode": "Repeat Mode",
+ "HeaderToneMapping": "Tone Mapping",
+ "RepeatOne": "Repeat one",
+ "RepeatAll": "Repeat all",
+ "LabelDefaultScreen": "Default screen",
+ "ConfirmEndPlayerSession": "Would you like to shutdown Emby on {0}?",
+ "Yesterday": "Yesterday",
+ "Yes": "Yes",
+ "No": "No",
+ "HeaderScanLibraryFiles": "Scan Library Files",
+ "LiveTV": "Live TV",
+ "Schedule": "Schedule",
+ "Recordings": "Recordings",
+ "ScanForNewAndUpdatedFiles": "Scan for new and updated files",
+ "NewVersionOfXAvailableForY": "{0} is Available for {1}",
+ "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",
+ "HeaderHardwareAcceleratedDecoding": "Hardware Accelerated Decoding",
+ "HeaderHardwareAcceleratedEncoding": "Hardware Accelerated Encoding",
+ "HeaderDirectPlay": "Direct Play",
+ "DirectPlaying": "Direct playing",
+ "DirectStreaming": "Direct streaming",
+ "Transcode": "Transcode",
+ "Transcoding": "Transcoding",
+ "ContainerBitrateExceedsLimit": "Reducing bitrate due to quality setting",
+ "VideoCodecNotSupported": "Converting video to compatible codec",
+ "AudioCodecNotSupported": "Converting audio to compatible codec",
+ "SubtitleCodecNotSupported": "Converting subtitles directly into video",
+ "DirectPlayError": "Recovering from playback error",
+ "ContainerNotSupported": "Converting to compatible container",
+ "VideoLevelNotSupported": "Converting to compatible video level",
+ "AudioBitrateNotSupported": "Converting to compatible audio bitrate",
+ "AudioChannelsNotSupported": "Converting to compatible number of audio channels",
+ "VideoResolutionNotSupported": "Converting to compatible video resolution",
+ "AudioProfileNotSupported": "Converting to compatible audio profile",
+ "AudioSampleRateNotSupported": "Converting to compatible audio sample rate",
+ "AnamorphicVideoNotSupported": "Anamorphic video not supported",
+ "InterlacedVideoNotSupported": "Deinterlacing video",
+ "SecondaryAudioNotSupported": "Selecting secondary audio track",
+ "ExternalAudioNotSupported": "Selecting external audio track",
+ "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",
+ "Offline": "Offline",
+ "HeaderSignUp": "Sign Up",
+ "ServerDownloadMessage": "To download and install the free Emby Server visit {0}",
+ "ServerDownloadMessageWithoutLink": "To download and install the free Emby Server visit the Emby website।",
+ "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",
+ "Skip": "Skip",
+ "HeaderAdditionalParts": "Additional Parts",
+ "ButtonGenerateNewPin": "Generate New Pin",
+ "ConnectLoginHelp1": "With Emby Connect you can easily access your Emby Server wherever you are and share servers with your family and friends।",
+ "CreatePinErrorMessage": "An error occurred while creating a pin code. Please click Generate New Pin to try again।",
+ "PinExpiredMessage": "The pin code has expired. Please click Generate New Pin to try again।",
+ "ConnectPinCodeHeader": "To sign in with Emby Connect, use a mobile device or computer to visit {0} and enter the following pin code:",
+ "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",
+ "Absolute": "Absolute",
+ "Smart": "Smart",
+ "Small": "Small",
+ "Smaller": "Smaller",
+ "Medium": "Medium",
+ "Large": "Large",
+ "Larger": "Larger",
+ "ExtraLarge": "Extra large",
+ "ExtraSmall": "Extra small",
+ "Forced": "Forced",
+ "External": "External",
+ "HeaderEmbeddedTitle": "Embedded Title",
+ "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।",
+ "HeaderSubtitleSettings": "Subtitle Settings",
+ "HeaderSubtitleAppearance": "Subtitle Appearance",
+ "OnlyForcedSubtitlesHelp": "Only subtitles marked as forced will be loaded।",
+ "AutoSelectHearingImpairedHelp": "Subtitles matching the language preference will be loaded, with a preference given to tracks that are marked as hearing impaired (SDH)।",
+ "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",
+ "LabelBackgroundColor": "Background color",
+ "LabelBackgroundOpacity": "Background opacity",
+ "Raised": "Raised",
+ "Depressed": "Depressed",
+ "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)।",
+ "Normal": "Normal",
+ "HeaderWaitingForWifi": "Waiting for Wifi",
+ "WifiRequiredToDownload": "A Wifi connection is required to continue downloading।",
+ "DownloadOnlyOnWifi": "Download only on Wifi",
+ "LabelMusicDownloadQuality": "Music download quality",
+ "MusicDownloadQualityHelp": "Audio files with a higher bitrate will be converted by Emby Server. Select a higher value for better quality, or a lower value to conserve local storage space।",
+ "HeaderDownloadSettings": "Download Settings",
+ "LabelDownloadLocation": "Download location",
+ "BrowseForFolder": "BrowseForFolder",
+ "Unlimited": "Unlimited",
+ "NoLimit": "No limit",
+ "Hide": "Hide",
+ "HeaderKeepWatching": "Keep Watching",
+ "HeaderNextEpisode": "Next Episode",
+ "AudioBitDepthNotSupported": "Converting to compatible audio bit depth",
+ "VideoBitrateNotSupported": "Converting to compatible video bitrate",
+ "VideoProfileNotSupported": "Converting to compatible video profile",
+ "VideoFramerateNotSupported": "Converting to compatible video framerate",
+ "VideoBitDepthNotSupported": "Converting to compatible video bit depth",
+ "RefFramesNotSupported": "Converting to compatible number of video reference frames",
+ "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।",
+ "HeaderStopRecording": "Stop Recording",
+ "ManageRecording": "Manage recording",
+ "LabelDropImageHere": "Drag and drop image here, or click to select an image to upload।",
+ "MessageFileReadError": "There was an error reading the file. Please try again।",
+ "Browse": "Browse",
+ "HeaderUploadImage": "Upload Image",
+ "HeaderAddUpdateImage": "Add/Update Image",
+ "HeaderShowFields": "Show Fields",
+ "LabelView": "View",
+ "LabelImageType": "Image type",
+ "Upload": "Upload",
+ "Primary": "Primary",
+ "PrimaryImageBlur": "Primary image blur",
+ "Art": "Art",
+ "Backdrop": "Backdrop",
+ "Banner": "Banner",
+ "Box": "Box",
+ "BoxRear": "Box (Rear)",
+ "Disc": "Disc",
+ "Logo": "Logo",
+ "LogoDark": "Logo (Dark Version)",
+ "LogoLight": "Logo (Light Version)",
+ "LogoLightColor": "Logo (Light with Color)",
+ "Menu": "Menu",
+ "Screenshot": "Screenshot",
+ "Thumb": "Thumb",
+ "HeaderAudioSettings": "Audio Settings",
+ "LabelAudioLanguagePreference": "Preferred audio language",
+ "LabelPlayDefaultAudioTrack": "Play default audio track regardless of language",
+ "HeaderVideoQuality": "Video Quality",
+ "CinemaModeConfigurationHelp": "Cinema Intros bring the theater experience straight to your living room with the ability to play trailers and custom intros before the main feature।",
+ "ShowUpNextPreview": "Show up next preview",
+ "ShowUpNextPreviewHelp": "Show information for the next item near the end of the current one।",
+ "PlayNextEpisodeAutomatically": "Play next episode automatically",
+ "LabelMaxChromecastBitrate": "Chromecast streaming quality",
+ "LabelSkipBackLength": "Skip back length",
+ "LabelSkipForwardLength": "Skip forward length",
+ "EnableCinemaMode": "Enable Cinema Intros",
+ "LabelInternetQuality": "Remote streaming quality",
+ "LabelCellularQuality": "Remote streaming quality (cellular)",
+ "HeaderMusicQuality": "Music Quality",
+ "LabelHomeNetworkQuality": "Home streaming quality",
+ "HeaderLatestMedia": "Latest Media",
+ "HeaderRestartingEmbyServer": "Restarting Emby Server",
+ "RestartPleaseWaitMessage": "Please wait while Emby Server shuts down and restarts. This may take a minute or two।",
+ "HeaderPlayNext": "Play Next",
+ "AutoBasedOnLanguageSetting": "Auto (based on device setting)",
+ "SameAsMainTheme": "Same as main theme",
+ "LabelDateTimeLocale": "Date time locale",
+ "Genre": "Genre",
+ "DirectorValue": "Director: {0}",
+ "DirectorsValue": "Directors: {0}",
+ "GenreValue": "Genre: {0}",
+ "GenresValue": "Genres: {0}",
+ "TagsValue": "Tags: {0}",
+ "Off": "Off",
+ "Title": "Title",
+ "Year": "Year",
+ "Filter": "Filter",
+ "Filters": "Filters",
+ "Unplayed": "Unplayed",
+ "LabelTVHomeScreen": "TV mode home screen",
+ "Horizontal": "Horizontal",
+ "Vertical": "Vertical",
+ "HeaderGroupBy": "Group By",
+ "HeaderMediaType": "Media Type",
+ "GroupBySeries": "Group by series",
+ "HeaderVideoType": "Video Type",
+ "HeaderSeriesStatus": "Series Status",
+ "Features": "Features",
+ "Trailers": "Trailers",
+ "Extras": "Extras",
+ "ThemeSongs": "Theme songs",
+ "ThemeVideos": "Theme videos",
+ "HeaderFavoriteMovies": "Favorite Movies",
+ "HeaderFavoritePhotos": "Favorite Photos",
+ "HeaderFavoriteShows": "Favorite Shows",
+ "HeaderFavoriteEpisodes": "Favorite Episodes",
+ "HeaderFavoriteMusicVideos": "Favorite Music Videos",
+ "HeaderFavoriteGames": "Favorite Games",
+ "HeaderFavoriteArtists": "Favorite Artists",
+ "HeaderFavoriteAlbums": "Favorite Albums",
+ "HeaderFavoriteSongs": "Favorite Songs",
+ "HeaderFavoriteAuthors": "Favorite Authors",
+ "HeaderFavoriteAudioBooks": "Favorite Audio Books",
+ "Ascending": "Ascending",
+ "Descending": "Descending",
+ "HeaderColorPrimaries": "Color Primaries",
+ "HeaderColorSpace": "Color Space",
+ "HeaderColorTransfer": "Color Transfer",
+ "HeaderVideoRange": "Video Range",
+ "SeriesDisplayOrderHelp": "Order episodes by air date, dvd order, or absolute numbering।",
+ "LabelVerticalPositionFromBottom": "Vertical position (from bottom)",
+ "HeaderFavoritePeople": "Favorite People",
+ "MultiSelect": "Multi-Select",
+ "HeaderSignOut": "Sign Out",
+ "HeaderSelectServer": "Select Server",
+ "HeaderChangeServer": "Change Server",
+ "HeaderChangeUser": "Change User",
+ "HeaderAppSettings": "App Settings",
+ "HeaderLoginSettings": "Login Settings",
+ "LabelRememberLogin": "Remember login",
+ "LabelAutomaticallySignOut": "Automatically sign out",
+ "BetaTesterMessage": "Thank you for being an Emby beta tester! Please leave feedback in the {0}Testing Area of the Emby Community{1}।",
+ "HardwareAccelerated": "Hardware accelerated",
+ "Software": "Software",
+ "Metadata": "Metadata",
+ "HeaderMediaInfo": "Media Info",
+ "Locked": "Locked",
+ "HeaderSplitVersionsApart": "Split Versions Apart",
+ "Any": "Any",
+ "Admin": "Admin",
+ "HeaderReadMore": "Read More",
+ "CustomRatingHelp": "A custom rating is used for parental control evaluations but is not displayed. The parental rating field is still displayed।",
+ "KeepUpToHelp": "Recordings over the limit are deleted when the next recording begins. Oldest recordings are deleted first, by date added।",
+ "NoItemsMatchingFound": "No items matching your search criteria were found।",
+ "TwoSearchCharsRequired": "Please enter at least two search characters।",
+ "PreventPlaybackContinuing": "Prevent playback from continuing indefinitely by periodically prompting for user input।",
+ "PromptStillWatching": "Enable 'Are You Still Watching?' prompt",
+ "HeaderMissingMetadata": "Missing Metadata",
+ "HeaderIncludedIn": "Included In",
+ "EmbyConnectUserAlreadyLinked": "The Emby Connect user is already linked to another user on this server।",
+ "VideoFilesWillBeConvertedTo": "Converted videos will be saved as {0}।",
+ "VideoWillBeConvertedTo": "Video streams will be converted to {0}, or copied from the original file if they are already {0} and the quality fits within the conversion options।",
+ "VideoWillBeConvertedToOrCopied": "Video streams will be converted to {0}, or copied from the original file if they are any of ({1}), and the quality fits within the conversion options।",
+ "AudioWillBeConvertedTo": "Audio streams will be converted to {0}, or copied from the original file if they are already {0} and the quality fits within the conversion options।",
+ "AudioWillBeConvertedToOrCopied": "Audio streams will be converted to {0}, or copied from the original file if they are any of ({1}), and the quality fits within the conversion options।",
+ "HeaderSpecialKeys": "Special Keys",
+ "FollowingSpecialKeys": "The following special keys are supported on most keyboards and remote controls:",
+ "HeaderDeleteSeries": "Delete Series",
+ "HeaderDeleteLastPlayedEpisode": "Delete Last Played Episode",
+ "HeaderConnectingToServer": "Connecting to Server",
+ "ServerNameValue": "Server name: {0}",
+ "DomainValue": "Domain: {0}",
+ "RatedValue": "Rated {0}",
+ "LocalServerRedirectMessage": "You will now be redirected to the domain owned and operated by the administrator of the server you've chosen to connect to:",
+ "AllMediaOwnedHosted": "All media is hosted and managed by the owner of {0}।",
+ "EnableResolutionSwitching": "Match video resolution",
+ "EnableResolutionSwitchingHelp": "This enables Emby to change the resolution to the same value the video was encoded in before starting playback. This may help minimize the amount of stutter/judder that you might otherwise see when playing videos which do not match up well।",
+ "EnableDisplayRefreshRateSwitching": "Enable display refresh rate switching",
+ "EnableDisplayRefreshRateSwitchingHelp": "This enables Emby to change the display refresh rate to the same value (or multiple of) as the framerate the video was encoded in before starting playback. This may help minimize the amount of stutter/judder that you might otherwise see when playing videos which do not match up well।",
+ "RememberSelectedAudioTracks": "Remember audio track selections",
+ "RememberSelectedSubtitleTracks": "Remember subtitle track selections",
+ "RememberSelectedSubtitleTracksHelp": "Subtitle track selections will be remembered on a per video basis and reapplied when playing the same video again।",
+ "RememberSelectedAudioTracksHelp": "Audio track selections will be remembered on a per video basis and reapplied when playing the same video again।",
+ "ClearSavedTrackSelections": "Clear saved track selections",
+ "HeaderClearTrackSelections": "Clear Saved Track Selections",
+ "QuestionClearSavedTracks": "Clear all saved track selections?",
+ "LabelChannelTags": "Channel tags",
+ "AfterThisPlaysConfirmation": "After this plays, do you want to keep playing or clear the music you previously queued?",
+ "Keep": "Keep",
+ "Clear": "Clear",
+ "HeaderClearFilters": "Clear Filters",
+ "HeaderSearchForImages": "Search for Images",
+ "HeaderSearchNewImage": "Search for a New Image",
+ "HeaderSearchForAnImage": "Search for an Image",
+ "DragDropToReorder": "Drag and Drop to Reorder",
+ "HeaderAddImageFromUrl": "Add Image from URL",
+ "HeaderSetImageFromUrl": "Set Image from URL",
+ "LabelUrl": "Url",
+ "LabelChannelNumber": "Channel number",
+ "LabelGuideDataChannel": "Guide data channel",
+ "GuideDataSource": "Guide Data Source",
+ "HeaderCopyToClipboard": "Copy to Clipboard",
+ "TimeRemainingValue": "{0} remaining",
+ "LabelResumeRewindSeconds": "When resuming, automatically rewind",
+ "ResumeRewindSecondsHelp": "This may help you remember where you left off. This applies to the initial resume and not each individual pause during playback।",
+ "HeaderSavePlayQueueToPlaylist": "Save Play Queue to Playlist",
+ "EnableLogoImagesAsTitle": "Display logo images as titles on detail screens",
+ "EnableLogoImagesAsTitleHelp": "When available, logo images can be used in place of title text on video, series, and other detail screens. The title will fallback to text when a logo image is not available।",
+ "LabelNowPlayingAudioBackgroundStyle": "Now playing audio background style",
+ "LabelNowPlayingVideoBackgroundStyle": "Now playing video background style",
+ "NowPlayingVideoBackgroundStyleHelp": "Determines the background style when remote controlling video playback on another device।",
+ "Rotation": "Rotation",
+ "Minutes": "Minutes",
+ "LabelMaxRecordingLength": "Max recording length",
+ "MaxRecordingLengthHelp": "Limit recordings to a specified amount of time, regardless of the duration of the broadcast. Set to 0 for no limit।",
+ "RemoteWAN": "Remote (WAN) Address",
+ "HeaderLastConnectedTo": "Last Connection To",
+ "Version": "Version",
+ "Keyword": "Keyword",
+ "HeaderServerAddress": "Server Address",
+ "HeaderSkipIntro": "Skip Intro",
+ "HeaderCreateRecording": "Create Recording",
+ "HeaderAddRecording": "Add Recording",
+ "HeaderChannelAndTime": "Channel and Time",
+ "LabelRecordProgramOrSeriesFrom": "Record a program or series from",
+ "LabelStartTime": "Start time",
+ "LabelEndTime": "End time",
+ "LabelFrequency": "Frequency",
+ "Recurring": "Recurring",
+ "Once": "Once",
+ "Start": "Start",
+ "Unpause": "Unpause",
+ "LabelIntroSkipMode": "Intro skip mode",
+ "ShowSkipIntroButton": "Show 'Skip Intro' button",
+ "AutoSkipIntro": "Automatically skip intros",
+ "DisplayRatingInformationOnVideoPlaybackStart": "Display rating information on video playback start",
+ "DisplayRatingInformationOnVideoPlaybackStartHelp": "The rating information will display briefly when video playback begins।",
+ "IntroSkipModeHelp": "Display a 'Skip Intro' button or automatically skip intros for episodes in which Emby Server has detected intro markers. Intro detection must be enabled in Emby Server library options।",
+ "EnableHomeScreenFocusPreview": "Use a layout on the home screen that shows a detailed preview of the selected item",
+ "EnableHomeScreenFocusPreviewHelp": "This may not work well if your home screen contains a mixture of different media types।",
+ "LabelHideMediaTransportButtons": "Hide video player transport buttons",
+ "HideMediaTransportButtonsHelp": "Create a simpler on-screen playback interface by hiding basic transport buttons such as skip forward, back and pause. You'll still be able to use these functions using arrow keys and OK/Enter. Auto will hide the transport buttons when no mouse usage is detected within the app।",
+ "ImageSizeHelp": "Set your preferred size of image grids।",
+ "LabelImageSize": "Image size",
+ "ThisImageIsOnlyPreview": "This image is only a preview that came from the metadata search engine. The actual image that Emby Server downloads may be different and will depend on the options you've configured in Emby library setup।",
+ "ResultsRangeValue": "{0} to {1} of {2}",
+ "NotificationsDescription": "Setup notifications to stay informed of important events on your Emby Server।",
+ "DeleteEmbyConnectAccount": "Delete Emby Connect Account",
+ "DeleteEmbyConnectAccountHelp": "To delete your Emby Connect account, please sign in to the {0}Emby Community{1} at {2}. Once signed in, then click your username in the top right, then click Account Settings, then click Delete My Account।",
+ "KeepPlayingInBackground": "Keep playing in the background",
+ "LabelVideoBackBehavior": "Video player back button behavior",
+ "HeaderViewLyrics": "View Lyrics",
+ "HeaderViewMissingEpisodes": "View Missing Episodes",
+ "HeaderMissingEpisodes": "Missing Episodes",
+ "HeaderManageAccess": "Manage Access",
+ "HeaderManageCollaboration": "Manage Collaboration",
+ "HeaderLeaveCollaboration": "Leave Collaboration",
+ "HeaderRemoveFromLibrary": "Remove from Library",
+ "RemoveSharedItemConfirmation": "Are you sure you wish to remove this item from your library? In order to get it back the owner will need to grant you access again।",
+ "SubtitlesDownloaded": "Subtitles Downloaded",
+ "HeaderMakePrivate": "Make Private",
+ "HeaderMakePublic": "Make Public",
+ "MakePublicDescription": "All users will be able to view this item. Users can be granted access to edit।",
+ "MakePrivateDescription": "Users can still be granted access individually।",
+ "Private": "Private",
+ "Public": "Public",
+ "Collaborative": "Collaborative",
+ "PreferredShowDisplay": "Preferred TV show display",
+ "ShowAllEpisodesAllSeasons": "Show all episodes of all seasons together",
+ "ShowAllEpisodesSingleSeason": "Show all episodes for only single season shows",
+ "ShowSeasonFolders": "Always show season folders",
+ "HeaderAddAgain": "Add Again",
+ "UpNext": "Up Next",
+ "ItemsAlreadyInPlaylist": "Some of these items are already in your playlist।",
+ "ItemAlreadyInPlaylist": "This item is already in your playlist।",
+ "HeaderPlayChannel": "Play Channel",
+ "LabelScreenOrientationDuringVideo": "Screen orientation during video playback",
+ "UseDeviceSetting": "Use device setting",
+ "LockToLandscape": "Lock to landscape",
+ "UsernameForFolderHelp": "The username required to access this folder on your network (if applicable)।",
+ "PasswordForFolderHelp": "The password required to access this folder on your network (if applicable)।",
+ "ShowMediaInfoOnDetailScreens": "Show full media at the bottom of audio and video detail screens",
+ "ForgotPasswordNoUserFound": "No users were found with the entered name. Please try again, or leave the name blank to reset the password for all users on this server।",
+ "Silver": "Silver",
+ "DimGray": "Dim Gray",
+ "DarkGray": "Dark Gray",
+ "LightGray": "Light Gray",
+ "Black": "Black",
+ "Blue": "Blue",
+ "Cyan": "Cyan",
+ "Gray": "Gray",
+ "Green": "Green",
+ "Magenta": "Magenta",
+ "Orange": "Orange",
+ "Pink": "Pink",
+ "Red": "Red",
+ "Yellow": "Yellow",
+ "White": "White",
+ "Purple": "Purple",
+ "RecentlyReleasedMovies": "Recently Released Movies",
+ "RecentlyReleasedEpisodes": "Recently Released Episodes",
+ "DolbyProfile": "Dolby Profile",
+ "IpAddress": "IP Address",
+ "VideoType": "Video Type",
+ "HidePlayedMediaFrom": "Hide Played Media From",
+ "BottomEdgePosition": "Bottom Edge Position",
+ "VerticalPositionFromBottomScreen": "Set the vertical position of the subtitles relative to the bottom of the screen।",
+ "TopEdgePosition": "Top Edge Position",
+ "TopEdgePositionHelp": "Set the highest allowed vertical position of the subtitles relative to the top of the screen. This is used when the subtitles contain positioning instructions to be placed at the top।",
+ "HeaderSubtitlePosition": "Subtitle Position",
+ "TitleProfilePin": "Profile PIN",
+ "ProfilePinConfirm": "Profile PIN (confirm)",
+ "SaveProfilePin": "Save Pin",
+ "ProfilePinDescription": "Create an optional pin to be prompted for entry whenever you return to an Emby app on a device that you've already signed into. This is useful if you have devices that are shared by multiple users. You can choose to enable it selectively on each device as required।",
+ "TitleNewEpisodes": "New Episodes",
+ "EnterYourPinToContinue": "Enter your PIN to continue।",
+ "YourPinMustBe": "Your PIN must be {0} digits।",
+ "ForgotPin": "Forgot PIN?",
+ "RequireEnteringPinToReturn": "Require entering my profile PIN whenever I return to this app।",
+ "RequireEnteringPinToReturnQuestion": "Should we prompt you for your profile PIN whenever you return to this app? If this device is shared by multiple users, your profile PIN can help prevent the other users from accessing your data।",
+ "RequireEnteringPinToReturnHelp": "Useful if this device is shared by multiple users।",
+ "WrongPinPleaseTryAgain": "Whoops, wrong PIN. Please try again।",
+ "ProfilePinIsOn": "Profile PIN is currently on।",
+ "IfTryingToConnectToHttp": "If you're trying to connect to your Emby Server using an HTTP address, your browser may not be allowing this due to HTTPS requirements. Please try one of the following:",
+ "SetupHttpsForYourServer": "Setup {0}HTTPS for your Emby Server{1} so that you can connect using HTTPS।",
+ "TitleUnableToReachServer": "Unable to Reach Server",
+ "TitleUnableToReachName": "Unable to Reach {0}",
+ "HearingImpaired": "Hearing Impaired",
+ "SignIntoServerName": "Sign in to {0}",
+ "About": "About",
+ "Specials": "Specials",
+ "NSettings": "{0} Settings",
+ "NPreferences": "{0} Preferences",
+ "DetailScreenOptions": "Detail Screens",
+ "LabelGenreDisplayLimit": "Genre display limit",
+ "GenreDisplayLimitHelp": "Limit the number of genres displayed at the top of item detail screens।",
+ "GenreDisplayLimitForListsHelp": "Limit the number of genres displayed at the top of playlist, collection and artist detail screens।",
+ "LabelGenreDisplayLimitForLists": "Genre display limit for lists",
+ "ShowPosterOnDetails": "Show a poster on the detail screen",
+ "ShowPosterOnDetailsHelp": "Choose to show a poster on video detail screens, or hide it for a more minimal look that emphasizes the background. This setting is not used on smaller screen layouts. Some item types will ignore this setting।",
+ "EnableAppLogging": "Enable app logging",
+ "EnableAppLoggingHelp": "Logging can degrade app performance and should only be enabled as needed for troubleshooting purposes. Changes require restarting the app।",
+ "LabelSlideshowInterval": "Photo slideshow time per slide",
+ "TVChannelImageEditorHelp": "Multiple logo versions are supported. Emby apps will automatically choose the appropiate one depending on the current theme।",
+ "PlaySlideshow": "Play Slideshow",
+ "CheckForExistingEpisodesInAllLibraries": "Check for existing episodes in all libraries",
+ "GroupNotificationsBySeriesOrAlbum": "Group notifications by series and albums",
+ "ThemeSettings": "Theme Settings",
+ "FollowingActivityWillBeDisrupted": "The following activity will be disrupted and may require manual intervention to restart:",
+ "OneActivePlaybackSession": "1 Active Playback Session",
+ "NumActivePlaybackSessions": "{0} Active Playback Sessions",
+ "OneActiveRecording": "1 Active Recording",
+ "NumActiveRecordings": "{0} Active Recordings",
+ "PlayFromLivePosition": "Play from the live position",
+ "PlayFromStartOfRecording": "Play from the start of the recording",
+ "ThisChannelIsActivelyRecording": "This channel is actively recording. How would you like to begin playing?",
+ "ThemeSongVolume": "Theme song volume",
+ "HeaderForceConversionForFormats": "Force Conversion for Formats",
+ "ForceConversionForFormatsHelp": "Use this to force server-side transcoding or remuxing for formats that don't direct play very well on this device।",
+ "StartupBehavior": "Startup behavior",
+ "RememberLastUser": "Remember last user",
+ "ShowLoginScreen": "Show login screen",
+ "SignInAsValue": "Sign in as {0}",
+ "ConvertUnsupportedAudio": "Convert unsupported surround audio to Dolby Digital",
+ "ConvertUnsupportedAudioHelp": "Avoid downmixing unsupported surround formats to stereo by having Emby Server transcode them to Dolby Digital।",
+ "HeaderPlaybackCorrection": "Playback Correction",
+ "HeaderAttemptPlaybackCorrection": "Attempt Playback Correction",
+ "PlaybackCorrectionConfirm": "Attempt playback correction?",
+ "PlaybackCorrectionDescription": "Is the current item exhibiting a playback problem such as no video or audio? This will try and correct playback issues using server transcoding to convert this file into a more streaming friendly format. This will result in increased resource consumption on this Emby Server।",
+ "PlaybackCorrectionDescription2": "You can do this up to three times per video, where remuxing, video transcoding and audio transcoding are each activated one at a time।",
+ "HeaderAlbumsAsContributingArtist": "Albums as Contributing Artist",
+ "HeaderAlbumsAsComposer": "Albums as Composer",
+ "Duplicates": "Duplicates",
+ "HeaderSleepTimer": "Sleep Timer",
+ "AfterCurrentItem": "After current item",
+ "HeaderStopPlayback": "Stop Playback",
+ "TurnOffTimer": "Turn off timer",
+ "SleepTimerIsSet": "Your sleep timer is set",
+ "SleepTimerIsOff": "Your sleep timer is off",
+ "LabelEnableRemoteControlTVMode": "Display casting and remote control functions",
+ "EnableRemoteControlTVModeHelp": "Enable if you intend to use this device to send media to other devices।",
+ "ShowOnScreenControls": "Show on-screen controls",
+ "LabelVideoScreenUpAction": "Video player up button behavior",
+ "VideoScreenUpActionHelp": "Select the action to take when pressing the up key on the video player screen. This applies when no on-screen controls are currently visible. When controls are already visible, the up key will be used for navigation।",
+ "LabelVideoPlayerLongPressAction": "Video player long press action",
+ "LetsGetSetup": "Let's Get Set Up",
+ "VideoPlayerLongPressActionHelp": "Choose what function or menu is shown when long pressing the OK button during video playback. This only takes effect when the video controls are hidden or the seek bar has focus।",
+ "AskAdminToGetPremiere": "This purchase must be made by the server administrator. Please ask the administrator of this Emby Server to sign in and get Emby Premiere so that you can enjoy access to premium features।",
+ "AutoOpenSingleItemsFolders": "Auto open single items in folder view",
+ "AutoOpenSingleItemsFoldersHelp": "When a folder only contains one item, automatically open that item।",
+ "TheseSettingsApplyAppDevice": "These settings apply to all users playing on this device।",
+ "LastContentDateAdded": "Last Content Date Added",
+ "RepeatThemeMedia": "Play themes on repeat",
+ "HideEpisodeSpoilerInfo": "Hide spoiler information from unwatched episodes",
+ "HideEpisodeSpoilerInfoHelp": "Hides the title, overview and image for unwatched episodes on most screens।",
+ "BornValueAge": "Born: {0} (age {1})",
+ "PreferDirectStreamLiveTV": "Prefer direct streaming of Live TV",
+ "PreferDirectStreamLiveTVHelp": "Direct streaming Live TV will reduce resource consumption on your Emby Server but may not be as seekable during playback. Enabling this will direct stream Live TV when the format is supported and is within your configured quality setting. Disable this to enjoy more seeking during playback at the cost of additional resource consumption।",
+ "HeaderAllRecordings": "All Recordings",
+ "RememberLoginDescription": "After signing in, you can use the app settings to configure the startup behavior to remember login, sign in as a specific user, or always show the login screen।",
+ "ForgetThisServer": "Forget This Server",
+ "ForgetServerConfirmation": "Are you sure you wish to forget this server?",
+ "HeaderThisDevice": "This Device",
+ "ChaptersGuide": "Chapters / Live TV Guide",
+ "ChaptersGuideHelp": "Show Chapters for media with chapters. For media without chapters, show the Live TV Guide (when available)।",
+ "HeaderShowSeriesImages": "Show Series Images",
+ "AppExitConfirmation": "Are you ready to exit Emby?",
+ "AppExitMenu": "Exit menu",
+ "SideMenu": "Side navigation menu",
+ "SystemStorage": "System storage ({0})"
+}
diff --git a/modules/common/strings/hr.json b/modules/common/strings/hr.json
new file mode 100644
index 0000000..d5a9785
--- /dev/null
+++ b/modules/common/strings/hr.json
@@ -0,0 +1,1340 @@
+{
+ "ReplaceExistingThumbnailImages": "Replace existing video preview thumbnails",
+ "ReplaceExistingThumbnailImagesHelp": "All existing video preview thumbnails will be deleted and new ones will be generated, if enabled in the options for the library.",
+ "DateCreated": "Date Created",
+ "CreatedOnValue": "Created {0}",
+ "UpdatedOnValue": "Updated {0}",
+ "EmbyLoginTerms": "Emby is designed to help you manage your personal media library, such as home videos and photos. Please see our {0}terms of use{1}. The use of any Emby software constitutes acceptance of these terms.",
+ "MessageUnableToConnectToServer": "We're unable to connect to the selected server right now. Please ensure it is running and try again.",
+ "EmbyIntroMessage": "With Emby you can easily stream videos, music and photos to smart phones, tablets and other devices from your Emby Server.",
+ "HeaderSignInWithConnect": "Sign in with Emby Connect",
+ "HeaderWelcomeToEmby": "Dobrodošli u Emby",
+ "HeaderNewUsers": "New Users",
+ "HeaderPleaseSignIn": "Prijava za Emby",
+ "MessageInvalidUser": "Neispravno korisničko ime ili lozinka.",
+ "MessageUnlockAppWithPurchaseOrSupporter": "Otključaj ovu mogućnost s malom jednokratnom kupnjom ili s aktivnom pretplatom Emby Premijere.",
+ "MessageUnlockAppWithSupporter": "Otključaj ovu mogućnost sa pretplatom Emby Premijere.",
+ "MessageToValidateSupporter": "Ako imate aktivnu pretplatu Emby Premijere provjerite dali ste postavili Emby Premijeru u svojoj nadzornoj ploči Emby Server-a kojoj možete pristupiti klikom Emby Premijera u glavnom izborniku.",
+ "ValueSpecialEpisodeName": "Specijal - {0}",
+ "HeaderSignIn": "Prijavi se",
+ "Share": "Dijeli",
+ "Shared": "Shared",
+ "Info": "Info",
+ "Add": "Dodaj",
+ "Speed": "Speed",
+ "PlaybackSpeed": "Playback Speed",
+ "Chapters": "Chapters",
+ "Password": "Password",
+ "SavePassword": "Save Password",
+ "LabelPassword": "Lozika:",
+ "HeaderResetPassword": "Reset Password",
+ "Series": "Series",
+ "Preview": "Preview",
+ "Submit": "Submit",
+ "Never": "Never",
+ "Table": "Table",
+ "HeaderScheduledTasks": "Scheduled Tasks",
+ "Plays": "Plays",
+ "LastUsedAddressValue": "Last used {0}",
+ "LabelKeywordType": "Keyword type",
+ "HeaderSelectColumns": "Select Columns",
+ "HeaderTopResults": "Top Results",
+ "HeaderPinSidebar": "Pin Sidebar",
+ "Collapse": "Collapse",
+ "LabelBackgroundVideoPlayback": "Background video playback",
+ "BackgroundVideoPlaybackHelp": "Background playback allows video to keep playing even when the screen is turned off.",
+ "AlwaysOn": "Always on",
+ "HeadphonesOrExternalSpeakersConnected": "Headphones or external speakers connected",
+ "HeaderKeyboardAndRemote": "Keyboard and Remote",
+ "NoSelectedItemsSupportOperation": "There are no items selected that support this operation.",
+ "NoOperationsForSelectedItems": "There are no operations available for the selected items.",
+ "UploadOnlyOnWifi": "Upload only on Wifi",
+ "HeaderFoldersToUpload": "Folders to Upload",
+ "LabelPasswordConfirm": "Potvrda nove lozinke:",
+ "HeaderMoveUpInOrder": "Move Up In Order",
+ "HeaderDownUpInOrder": "Move Down In Order",
+ "LabelUsername": "Korisničko ime:",
+ "HeaderAddServer": "Add Server",
+ "HeaderSubtitleOffset": "Subtitle Offset",
+ "Watching": "Watching",
+ "HeaderRemoveFromContinueWatching": "Remove from Continue Watching",
+ "RemoveThisTitleFromContinueWatching": "Remove this title from Continue Watching?",
+ "HeaderRemoveFromContinueListening": "Remove from Continue Listening",
+ "RemoveThisTitleFromContinueListening": "Remove this title from Continue Listening?",
+ "HeaderIncreaseSubtitleOffset": "Increase Subtitle Offset",
+ "HeaderDecreaseSubtitleOffset": "Decrease Subtitle Offset",
+ "Close": "Close",
+ "HeaderSeeAll": "See All",
+ "HeaderOpenInNewWindow": "Open in New Window",
+ "LabelEmail": "E-mail:",
+ "LabelHost": "Host",
+ "LabelHostHelp": "Example: 192.168.1.100 or https://myserver.com",
+ "LabelPort": "Port",
+ "Disabled": "Disabled",
+ "Uninstall": "Uninstall",
+ "Enable": "Enable",
+ "AllTuners": "All Tuners",
+ "Disable": "Disable",
+ "NextValue": "Next: {0}",
+ "HeaderNextItem": "Next Item",
+ "HeaderPreviousItem": "Previous Item",
+ "NoTrailersMessage": "No Trailers found. To add Trailers, please install the Trailer plugin from the {0}Emby plugin catalog{1}.",
+ "UninstallPluginConfirmation": "Are you sure you wish to uninstall this plugin?",
+ "HeaderUninstallPlugin": "Uninstall Plugin",
+ "AreYouStillWatching": "Are you still watching?",
+ "LabelCurrentPassword": "Current password",
+ "LabelNewPassword": "New password",
+ "LabelNewPasswordConfirm": "New password confirm",
+ "HeaderRemovePassword": "Remove Password",
+ "ServerUpdateNeeded": "Emby Server treba ažurirati. Da biste preuzeli najnoviju verziju, posjetite {0}",
+ "MessageThankYouForConnectSignUp": "Thank you for signing up for Emby Connect. An email will be sent to your address with instructions on how to confirm your new account. Please confirm the account and then return here to sign in.",
+ "MessageThankYouForConnectSignUpNoValidation": "Thank you for signing up for Emby Connect! You will now be asked to login with your Emby Connect information.",
+ "ErrorMessagePasswordNotMatchConfirm": "The password and password confirmation must match.",
+ "ErrorMessageUsernameInUse": "The username is already in use. Please choose a new name and try again.",
+ "ErrorMessageEmailInUse": "The email address is already in use. Please enter a new email address and try again, or use the forgot password feature.",
+ "HeaderUpcomingOnTV": "Upcoming On Live TV",
+ "HeaderOtherShowings": "Other Showings",
+ "Showings": "Showings",
+ "HeaderConnectToServer": "Connect to Server",
+ "ConnectToServerManually": "Connect to server manually",
+ "LabelEnterConnectUserNameHelp": "This is the email address that you used to setup your Emby Connect account.",
+ "HeaderSignInError": "Sign In Error",
+ "HeaderManualLogin": "Manual Login",
+ "PasswordResetConfirmation": "Are you sure you wish to reset the password?",
+ "ContactAdminToResetPassword": "Please contact your system administrator to reset your password.",
+ "ForgotPasswordInNetworkRequired": "Please try again within your home network to initiate the password reset process.",
+ "ForgotPasswordFileCreated": "The following file has been created on your server and contains instructions on how to proceed:",
+ "ForgotPasswordFileExpiration": "The reset pin will expire at {0}.",
+ "InvalidForgotPasswordPin": "An invalid or expired pin was entered. Please try again.",
+ "PasswordResetForUsers": "Passwords have been removed for the following users. To login, sign in with a blank password.",
+ "HeaderForgotPassword": "Zaboravili ste lozinku",
+ "ForgotPasswordUsernameHelp": "Leave this blank if you don't remember your username.",
+ "HeaderPasswordReset": "Password Reset",
+ "AttributeNew": "Novo",
+ "Done": "Done",
+ "HeaderResetToDefault": "Reset to Default",
+ "Deinterlacing": "Deinterlacing",
+ "HeaderBurningInSubtitles": "Burning in Subtitles",
+ "Premiere": "Premijera",
+ "LabelPinCode": "Pin code",
+ "LabelLocalNetworkPinCode": "Local network pin code",
+ "LabelLocalNetworkPasswordMode": "Local network sign in mode",
+ "RequirePasswordInLocalNetwork": "Require a password on the local network",
+ "NoPasswordInLocalNetwork": "Don't require a password on the local network",
+ "PinCodeInLocalNetwork": "Allow a numeric pin code on the local network",
+ "LocalNetworkPasswordModeHelp": "Select the sign in method for devices on the same local network as your Emby Server.",
+ "HeaderLocalNetworkAccess": "Local Network Access",
+ "Live": "Uživo",
+ "Reset": "Reset",
+ "Repeat": "Ponovi",
+ "Track": "Track",
+ "Tracks": "Tracks",
+ "HeaderCameraUpload": "Camera Upload",
+ "TrackCount": "{0} pjesme",
+ "ItemCount": "{0} stavaka",
+ "NumberChannelsValue": "{0} Channels",
+ "HeaderLatestMusic": "Najnovija glazba",
+ "HeaderLatestAudioBooks": "Latest Audio Books",
+ "HeaderLatestDownloadedVideos": "Latest Downloaded Videos",
+ "HeaderRecentlyPlayed": "Zadnje izvođeno",
+ "Recent": "Recent",
+ "HeaderFrequentlyPlayed": "Frequently Played",
+ "HeaderMoreLikeThis": "More Like This",
+ "HeaderMoreLikeThisOnLiveTV": "More Like This on Live TV",
+ "OriginalAirDateValue": "Originalni datum prikazivanja: {0}",
+ "EndsAtValue": "Završava u {0}",
+ "Date": "Date",
+ "AirDate": "Air Date",
+ "Played": "Played",
+ "Daily": "Daily",
+ "Weekly": "Weekly",
+ "RequireHashMatch": "Require a hash match",
+ "RequireHashMatchHelp": "Requiring a hash match will filter subtitles to include only those that have been tested with your exact video file. Unchecking this will increase the number of matched subtitles, but will also increase the chances of mistimed or incorrect subtitle text.",
+ "SearchForForcedSubtitlesOnly": "Forced subtitles only",
+ "SearchForForcedSubtitlesOnlyHelp": "Requiring forced subtitles will limit results to subtitles that are tagged as having a foreign language.",
+ "LastEpisodeDateAdded": "Last Episode Date Added",
+ "LastEpisodeDateAired": "Last Episode Date Released",
+ "LabelPlaystate": "Playstate",
+ "Studio": "Studio",
+ "Tag": "Tag",
+ "EpisodeTitle": "Episode Title",
+ "Audio": "Audio",
+ "Video": "Video",
+ "Subtitle": "Subtitle",
+ "Image": "Image",
+ "CopyStream": "Copy original stream",
+ "LabelAudioLayout": "Audio layout",
+ "LabelAudioCodec": "Audio codec",
+ "LabelAudioLanguage": "Audio language",
+ "LabelSubtitleLanguage": "Subtitle language",
+ "LabelVideoCodec": "Video codec",
+ "LabelSubtitleCodec": "Subtitle codec",
+ "LabelParentalRating": "Roditeljska ocjena:",
+ "BecauseYouLikeValue": "Because you like {0}",
+ "BecauseYouWatchedValue": "Because you watched {0}",
+ "DirectedByValue": "Directed by {0}",
+ "StarringValue": "Starring {0}",
+ "Invitations": "Invitations",
+ "ActorAsRole": "as {0}",
+ "ButtonOk": "U redu",
+ "GroupItemsIntoCollections": "Group items into collections",
+ "GroupItemsIntoCollectionsHelp": "Group items based on collections they've been added to. Enabling certain filters or sort orders may automatically disable this.",
+ "GroupItemsIntoTags": "Group items into tags",
+ "GroupItemsIntoTagsHelp": "Group items based on tags they've been added to. Enabling certain filters or sort orders may automatically disable this.",
+ "User": "User",
+ "Access": "Access",
+ "Users": "Users",
+ "Library": "Library",
+ "Devices": "Devices",
+ "Cancel": "Cancel",
+ "Restart": "Restart",
+ "Shutdown": "Shutdown",
+ "Logs": "Logs",
+ "Visibility": "Visibility",
+ "Notifications": "Notifications",
+ "SendTestNotification": "Send Test Notification",
+ "NotificationSent": "Notification sent",
+ "DeleteNotificationConfirmation": "Are you sure you wish to delete this notification?",
+ "DeleteNotification": "Delete Notification",
+ "AddNotification": "Add Notification",
+ "EditNotification": "Edit Notification",
+ "LimitUserEventsTo": "Limit user events to",
+ "LimitLibraryEventsTo": "Limit library events to",
+ "LimitDeviceEventsTo": "Limit devices events to",
+ "ForAdditionalNotificationOptions": "Additional notification services can be installed by the server administrator in the Emby {0}plugin catalog{1}.",
+ "Plugins": "Plugins",
+ "Systems": "Systems",
+ "Server": "Server",
+ "Dashboard": "Dashboard",
+ "PlayOnAnotherDevice": "Play on another device",
+ "HeaderConnectionHelp": "Connection Help",
+ "AccessRestrictedTryAgainLater": "Access is currently restricted. Please try again later.",
+ "ButtonGotIt": "Shvaćam",
+ "RememberMe": "Remember me",
+ "EmbyServer": "Emby Server",
+ "ManageEmbyServer": "Manage Emby Server",
+ "ShutdownServer": "Shutdown Emby Server",
+ "RestartServer": "Restart Emby Server",
+ "RecordingCancelled": "Snimka je otkazana.",
+ "SeriesCancelled": "Serija je otkazana.",
+ "Recording": "Recording",
+ "SeriesRecording": "Series Recording",
+ "RecordingScheduled": "Snimka je zakazana.",
+ "SeriesRecordingScheduled": "Snimanje serije je zakazano.",
+ "HeaderNewRecording": "Nova snimka",
+ "HeaderWakeServer": "Wake Server",
+ "AttemptingWakeServer": "Attempting to wake server. Please wait...",
+ "WakeServerSuccess": "Success!",
+ "HeaderCustomizeHomeScreen": "Customize Home Screen",
+ "WakeServerError": "Wake On LAN packets were sent to your server machine, but we're unable to connect to your Emby Server. Your machine may need a little more time to wake, or Emby Server may not be actively running on the machine.",
+ "Days": "Dani",
+ "Network": "Network",
+ "Networks": "Networks",
+ "SortByValue": "Sort by {0}",
+ "HeaderSortBy": "Sort By",
+ "HeaderPhotoAlbums": "Photo Albums",
+ "Photos": "Photos",
+ "HeaderAppearsOn": "Appears On",
+ "List": "List",
+ "HeaderRecordSeries": "Record Series",
+ "HeaderCinemaMode": "Kino način",
+ "Conversions": "Conversions",
+ "Downloads": "Downloads",
+ "HeaderManageDownloads": "Manage Downloads",
+ "InternalStorage": "Internal storage",
+ "ExternalStorage": "External storage",
+ "UploadToFollowingServers": "Upload to Servers",
+ "UploadingNumItems": "Uploading {0} of {1}",
+ "DownloadNumItems": "Downloading {0} of {1}",
+ "HeaderSampleRate": "Sample Rate",
+ "HeaderReferenceFrames": "Reference Frames",
+ "HeaderBitDepth": "Bit Depth",
+ "HeaderPixelFormat": "Pixel Format",
+ "Profile": "Profile",
+ "Bitrate": "Bitrate",
+ "Expand": "Expand",
+ "Container": "Container",
+ "Format": "Format",
+ "Path": "Path",
+ "Size": "Size",
+ "Resolution": "Resolution",
+ "HeaderCodecTag": "Codec Tag",
+ "Framerate": "Framerate",
+ "Interlaced": "Interlaced",
+ "Anamorphic": "Anamorphic",
+ "Level": "Level",
+ "Timestamp": "Timestamp",
+ "Language": "Language",
+ "Codec": "Codec",
+ "Stream": "Stream",
+ "HeaderExtradata": "Extra Data",
+ "HeaderHardwareAcceleratedTranscoding": "Hardware Accelerated Transcoding",
+ "HeaderHardwareAcceleratedTranscodingDescription": "Take advantage of your server GPU. Emby has the most advanced and fastests hardware accelleration in the industry.",
+ "HeaderOfflineDownloads": "Izvanmrežni mediji",
+ "AndMuchMoreExclamation": "And much more!",
+ "HeaderOfflineDownloadsDescription": "Preuzimanje medija na svojim uređajima za jednostavnu upotrebu izvan mreže.",
+ "LiveTvFeatureDescription": "Stream Live TV to any Emby app, with a compatible TV tuner device installed on your Emby Server.",
+ "DvrFeatureDescription": "Schedule individual Live TV recordings, series recordings, and more with Emby DVR.",
+ "CinemaModeFeatureDescription": "Kino način vam daje pravi doživljaj kina s kratkim filmovima i prilagođenim isječcima prije odabrane značajke.",
+ "HeaderFreeApps": "Besplatne Emby aplikacije",
+ "FreeAppsFeatureDescription": "Uživajte u slobodnom pristupu Emby aplikacija za svoje uređaje.",
+ "HeaderBecomeProjectSupporter": "Nabavite Emby Premijeru",
+ "HeaderViewServerInfo": "View Server Info",
+ "PlaybackTvModeRequiresEmbyPremiere": "Media playback in TV mode requires an active {0}Emby Premiere subscription{1}.",
+ "FeatureRequiresEmbyPremiere": "Ova značajka zahtijeva aktivnu pretplatu Emby Premijere.",
+ "HeaderConvertYourRecordings": "Konvertiraj snimke",
+ "Record": "Snimi",
+ "Save": "Snimi",
+ "Edit": "Izmjeni",
+ "HeaderSavePlaylist": "Save Playlist",
+ "Latest": "Latest",
+ "Download": "Preuzimanje",
+ "Downloaded": "Downloaded",
+ "Converted": "Converted",
+ "RemoveFromHistory": "Remove from History",
+ "ConfirmRemoveFromHistory": "Remove this item from the history?",
+ "Downloading": "Downloading",
+ "Advanced": "Napredno",
+ "LinkedToEmbyConnect": "Linked to Emby Connect",
+ "Delete": "Izbriši",
+ "Both": "Both",
+ "LabelChannelDisplay": "Channel display",
+ "HeaderDeleteItem": "Izbriši stavku",
+ "HeaderDeleteUser": "Delete User",
+ "DeleteItemConfirmation": "Are you sure you wish to delete {0}?",
+ "DeleteUserConfirmation": "Are you sure you wish to delete user {0}?",
+ "DeleteUsersConfirmation": "Are you sure you wish to delete these {0} users?",
+ "HeaderDeleteDevice": "Delete Device",
+ "DeleteDeviceConfirmation": "Are you sure you wish to delete this device? It will reappear the next time a user signs in with it.",
+ "ConfirmDeleteItem": "Brisanjem ove stavke će je izbrisati iz oba datotečnog sustava i medijskoj biblioteci. Jeste li sigurni da želite nastaviti?",
+ "FollowingFilesWillBeDeleted": "The following files and folders will be deleted:",
+ "AreYouSureToContinue": "Are you sure you wish to continue?",
+ "Refresh": "Osviježi",
+ "RefreshingMetadataDots": "Refreshing metadata...",
+ "ScanningLibraryFilesDots": "Scanning library files...",
+ "HeaderFavoritesThenByChannelNumber": "Favorites, Then by Channel Number",
+ "HeaderAddToCollection": "Dodaj u kolekciju",
+ "HeaderFavoritesThenByTitle": "Favorites, Then by Title",
+ "HeaderFavoritesThenByDefault": "Favorites, Then by Default Channel Order",
+ "HeaderDefaultChannelOrder": "Default Channel Order",
+ "HeaderAddToFavorites": "Add to Favorites",
+ "HeaderRemoveFromFavorites": "Remove from Favorites",
+ "Favorited": "Favorited",
+ "Unfavorited": "Unfavorited",
+ "HeaderNewCollection": "New Collection",
+ "HeaderNewPlaylist": "New Playlist",
+ "AllCollections": "All Collections",
+ "AllPlaylists": "All Playlists",
+ "Create": "Create",
+ "HeaderAddedToPlaylist": "Added to Playlist",
+ "HeaderAddedToCollection": "Added to Collection",
+ "OneItemAddedTo": "1 item added to \"{0}\".",
+ "ItemsAddedTo": "{0} items added to \"{1}\".",
+ "HeaderAddedToPlayQueue": "Added to Play Queue",
+ "HeaderPlayingNext": "Playing Next",
+ "Help": "Pomoć",
+ "HeaderGetHelp": "Get Help",
+ "LabelTVDisplayMode": "Enable TV display mode",
+ "Desktop": "Desktop",
+ "Mobile": "Mobile / Tablet",
+ "Navigation": "Navigation",
+ "HeaderVideoPlayback": "Video Playback",
+ "TV": "TV",
+ "HeaderEmbyConnect": "Emby Connect",
+ "Seasons": "Seasons",
+ "OneTrack": "1 Track",
+ "OneSeason": "1 Season",
+ "Libraries": "Libraries",
+ "NumberSeasonsValue": "{0} Seasons",
+ "TVDisplayModeHelp": "Optimize the user interface on this device for display on a TV and input method with a remote control. This is generally not recommended if your primary input method is a mouse or is touch-based.",
+ "LabelDisplayLanguage": "Display language",
+ "LabelDisplayLanguageHelp": "Translating Emby is an ongoing project.",
+ "LearnHowYouCanContribute": "Learn how you can contribute.",
+ "NewCollectionHelp": "Kolekcije vam omogućiti da napravite personalizirane grupe filmova i ostale biblioteke.",
+ "SearchForCollectionInternetMetadata": "Potraži na internetu grafike i 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",
+ "ServerStartup": "Server Startup",
+ "EmbyServerOnXHasStarted": "Emby Server on {0} has started.",
+ "LabelScreensaver": "Screensaver",
+ "LabelSoundEffects": "Sound effects",
+ "LabelName": "Ime:",
+ "NewCollectionNameExample": "Naprimjer: Star Wars Kolekcija",
+ "MessageItemsAdded": "Stavke su dodane",
+ "OptionNew": "Novo...",
+ "LabelPlaylist": "Popis:",
+ "AddToPlaylist": "Dodaj u popis",
+ "HeaderAddToPlaylist": "Dodaj u popis",
+ "Subtitles": "Titlovi",
+ "LabelTheme": "Theme",
+ "LabelSettingsTheme": "Settings theme",
+ "LabelThemeAccentColor": "Accent color",
+ "ThemeAccentColorDescription": "Controls the color of important indicators, icons and text.",
+ "SearchForSubtitles": "Traži titlove prijevoda",
+ "LabelLanguage": "Jezik:",
+ "Search": "Traži",
+ "NoSubtitleSearchResultsFound": "Nije ništa pronađeno.",
+ "NoLyricsSearchResultsFound": "No results found. Have you configured {0}lyrics downloading{1}?",
+ "Lyrics": "Lyrics",
+ "SearchForLyrics": "Search for Lyrics",
+ "Finish": "Finish",
+ "File": "Datoteka",
+ "Exit": "Exit",
+ "Sleep": "Sleep",
+ "Setup": "Setup",
+ "MessageAreYouSureDeleteSubtitles": "Da li ste sigurni da želite izbrisati ove titlove prijevoda?",
+ "ConfirmDeletion": "Potvrdite brisanje",
+ "MySubtitles": "Moji titlovi",
+ "MessageDownloadQueued": "Preuzimanje na čekanju",
+ "HeaderEditSubtitles": "Edit Subtitles",
+ "UnlockGuide": "Otključaj vodič",
+ "HeaderRefreshMetadata": "Refresh Metadata",
+ "HeaderRefreshAllMetadata": "Refresh All Metadata",
+ "ReplaceExistingImages": "Zamijeni postojeće slike",
+ "ReplaceExistingImagesHelp": "All existing images will be deleted and new ones will be downloaded based on the options for the library. In some cases this may result in fewer available images than before.",
+ "ReplaceAllMetadata": "Zamijeni sve mate-podatke",
+ "SearchForMissingMetadata": "Potraga za meta-podacima koji nedostaju",
+ "LabelRefreshMode": "Način osvježavanja:",
+ "NoItemsFound": "Nije ništa pronađeno.",
+ "HeaderSaySomethingLike": "Reci nešto poput...",
+ "ButtonTryAgain": "Pokušajte ponovo",
+ "HeaderYouSaid": "Rekao si...",
+ "MessageWeDidntRecognizeCommand": "Nažalost, nismo prepoznali tu naredbu.",
+ "MessageIfYouBlockedVoice": "Ako ste zabranili glasovni pristup aplikaciji morate ponovo podesiti prije ponovnog pokušaja.",
+ "ValueDiscNumber": "Disk {0}",
+ "Unrated": "Neocijenjeno",
+ "Favorite": "Omiljeni",
+ "Like": "Sviđa mi se",
+ "Dislike": "Ne sviđa mi se",
+ "RefreshDialogHelp": "Meta-podaci se osvježavaju na temelju postavki i internet usluga koje su omogućene u nadzornoj ploči Emby Server-a.",
+ "Open": "Otvori",
+ "Play": "Pokreni",
+ "Pause": "Pause",
+ "HeaderPlayQueue": "Play Queue",
+ "HeaderAddToPlayQueue": "Add to Play Queue",
+ "Shuffle": "Miješaj",
+ "Identify": "Identificiraj",
+ "HeaderRemoveIdentification": "Remove Identification",
+ "ResetMetadataConfirmation": "Are you sure you wish to reset all metadata?",
+ "HeaderEditMetadata": "Edit Metadata",
+ "Convert": "Convert",
+ "Resume": "Resume",
+ "HeaderInstantMix": "Instant Mix",
+ "HeaderGoToItem": "Go to Item",
+ "HeaderGoToSeason": "Go to Season",
+ "HeaderGoToSeries": "Go to Series",
+ "HeaderGoToAlbum": "Go to Album",
+ "HeaderGoToArtist": "Go to Artist",
+ "HeaderPlayAll": "Play All",
+ "PictureInPicture": "Picture in picture",
+ "Fullscreen": "Full screen",
+ "ExitFullscreen": "Exit full screen",
+ "Rewind": "Rewind",
+ "FastForward": "Fast-forward",
+ "Remove": "Remove",
+ "Rename": "Rename",
+ "Queue": "Red",
+ "QueueAllFromHere": "Stavi u red čekanja sve odavde",
+ "PlayAllFromHere": "Pokreni sve odavde",
+ "PlayFromBeginning": "Igraj od početka",
+ "FromBeginning": "From Beginning",
+ "ResumeAt": "Nastavi od {0}",
+ "HeaderRemoveFromPlaylist": "Remove from Playlist",
+ "HeaderRemoveFromPlayQueue": "Remove from Play Queue",
+ "HeaderRemoveFromCollection": "Remove from Collection",
+ "Sort": "Sort",
+ "Trailer": "Kratki video",
+ "SelectNone": "Select None",
+ "SelectAll": "Select All",
+ "HeaderMarkPlayed": "Mark Played",
+ "HeaderMarkUnplayed": "Mark Unplayed",
+ "HeaderGroupVersions": "Group Versions",
+ "PleaseSelectTwoItems": "Molimo odaberite najmanje dvije stavke.",
+ "HeaderConfirmRecordingCancellation": "Potvrdi otkazivanje snimanja",
+ "MessageConfirmRecordingCancellation": "Jeste li sigurni da želite poništiti ovu snimku?",
+ "Album": "Album",
+ "AlbumArtist": "Album Artist",
+ "Error": "Greška",
+ "VoiceInput": "Ulazni glas",
+ "LabelContentType": "Tip sadržaja:",
+ "LabelPath": "Putanja:",
+ "Playlists": "Playlists",
+ "LabelTitle": "Naslov:",
+ "LabelOriginalTitle": "Originalni naslov:",
+ "LabelSortTitle": "Naziv vrste:",
+ "LabelDateAdded": "Datumu dodavanja",
+ "DateAdded": "Date Added",
+ "DateModified": "Date Modified",
+ "DatePlayed": "Date Played",
+ "DateLastActive": "Date Last Active",
+ "ConfigureDateAdded": "Podesite kako se datum dodavanja određuje na nadzornoj ploči Emby Server-a u postavkama biblioteke",
+ "LabelStatus": "Status:",
+ "LabelArtistsHelp": "Odvoji višestruko koristeći ;",
+ "HeaderAlbumArtists": "Album Artists",
+ "LabelAlbumArtists": "Izvođači albuma",
+ "LabelAlbum": "Album:",
+ "Artist": "Artist",
+ "Artists": "Artists",
+ "ImdbRating": "IMDb Rating",
+ "CommunityRating": "Community Rating",
+ "LabelCommunityRating": "Ocjene zajednice:",
+ "LabelCriticRating": "Ocjene kritike:",
+ "CriticRating": "Critic Rating",
+ "LabelWebsite": "Web stranica:",
+ "Tagline": "Tagline",
+ "LabelOverview": "Pregled:",
+ "LabelShortOverview": "Kratki pregled:",
+ "LabelReleaseDate": "Datum izdavanja:",
+ "LabelPlaceOfBirth": "Datum rođenja:",
+ "Aired": "Aired",
+ "LabelAirDays": "Dani emitiranja:",
+ "LabelAirTime": "Vrijeme emitiranja:",
+ "LabelRuntimeMinutes": "Vrijeme izvođenja (minuta):",
+ "LabelCustomRating": "Prilagođena ocjena:",
+ "LabelOriginalAspectRatio": "Originalni omjer gledanja:",
+ "Label3DFormat": "3D format:",
+ "FormatValue": "Format: {0}",
+ "DownloadsValue": "{0} Downloads",
+ "HashMatch": "Hash Match",
+ "EnableExternalVideoPlayers": "Enable external video players",
+ "EnableExternalVideoPlayersHelp": "An external player menu will be shown when starting video playback.",
+ "HeaderSpecialEpisodeInfo": "Posebni podaci o epizodi",
+ "LabelAirsDuringSeason": "Airs during season",
+ "LabelAirsAfterSeason": "Emitiranje nakon sezona:",
+ "LabelAirsBeforeEpisode": "Emitiranje prije epizoda:",
+ "HeaderExternalIds": "External Ids",
+ "HeaderDisplaySettings": "Postavke prikaza",
+ "PlaylistOrder": "Playlist Order",
+ "CollectionOrder": "Collection Order",
+ "LabelDisplayOrder": "Poredak prikaza:",
+ "LabelFileOrder": "File order",
+ "Display": "Display",
+ "Countries": "Zemlje",
+ "Genres": "Žanrovi",
+ "Studios": "Studija",
+ "Tags": "Oznake",
+ "Links": "Links",
+ "Movie": "Movie",
+ "Program": "Program",
+ "Channel": "Channel",
+ "Episode": "Episode",
+ "Season": "Season",
+ "HeaderMetadataSettings": "Postavke meta-podataka",
+ "People": "Ljudi",
+ "Number": "Number",
+ "Lock": "Lock",
+ "HeaderScreenLocked": "Screen Locked",
+ "HeaderUnlockControls": "Unlock Controls",
+ "HeaderTapToUnlock": "Tap to Unlock",
+ "LabelMetadataDownloadLanguage": "Željeni jezik za preuzimanje:",
+ "LabelImageDownloadLanguage": "Preferred image download language",
+ "LabelLockItemToPreventChanges": "Zaključajte ovu stavku kako bi se spriječile buduće promjene",
+ "LockThisField": "Lock this field to prevent future changes when refreshing metadata",
+ "MessageLeaveEmptyToInherit": "Ostavite prazno da naslijedi postavke od roditelja stavke ili globalnu zadanu vrijednost.",
+ "LabelCountry": "Zemlja:",
+ "LabelCertificationCountry": "Certification country",
+ "CertificationCountryHelp": "This will influence which content rating system is used.",
+ "LabelDynamicExternalId": "{0} Id:",
+ "LabelBirthYear": "Godina rođenja:",
+ "LabelBirthDate": "Datum rođenja:",
+ "LabelDeathDate": "Datum smrti:",
+ "LabelEndDate": "Datum završetka:",
+ "LabelSeasonNumber": "Broj sezone:",
+ "LabelEpisodeNumber": "Broj epizode:",
+ "LabelTrackNumber": "Broj pjesme:",
+ "LabelNumber": "Broj:",
+ "LabelDiscNumber": "Disc number",
+ "LabelParentNumber": "Parent number",
+ "SortName": "Ime vrste",
+ "OriginalTitle": "Original Title",
+ "ReleaseDate": "Datum izdavanja",
+ "Continuing": "Nastavlja se",
+ "Ended": "Završeno",
+ "HeaderEnabledFields": "Omogući polja",
+ "HeaderEnabledFieldsHelp": "Poništi polje za zaključavanje i spriječi njihove podatke od toga da budu promijenjeni.",
+ "Backdrops": "Pozadine",
+ "Images": "Slike",
+ "Runtime": "Trajanje",
+ "ProductionLocations": "Lokacije proizvodnje",
+ "BirthLocation": "Lokacije rođenja",
+ "ParentalRating": "Parental Rating",
+ "PlayCount": "Play count",
+ "Name": "Naziv",
+ "Overview": "Pregled",
+ "LabelType": "Tip:",
+ "LabelPersonRole": "Uloga:",
+ "LabelPersonRoleHelp": "Primjer: vozač kamiona sa sladoledom",
+ "Actor": "Glumac",
+ "Composers": "Composers",
+ "Composer": "Kompozitor",
+ "Director": "Režiser",
+ "GuestStar": "Zvijezda gost",
+ "Producer": "Producent",
+ "Writer": "Pisac",
+ "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.",
+ "InstallingPackage": "Instaliranje {0}",
+ "PackageInstallCompleted": "{0} instaliranje završeno.",
+ "PackageInstallFailed": "{0} instaliranje neuspjelo.",
+ "PackageInstallCancelled": "{0} instaliranje otkazano.",
+ "SeriesYearToPresent": "{0} - sada",
+ "OneDevice": "1 Device",
+ "DeviceCountValue": "{0} Devices",
+ "OneLog": "1 Log",
+ "LogCountValue": "{0} Logs",
+ "OneVote": "1 Vote",
+ "VoteCountValue": "{0} Votes",
+ "OneLike": "1 Like",
+ "LikeCountValue": "{0} Likes",
+ "OneUser": "1 User",
+ "UserCountValue": "{0} Users",
+ "OneLibrary": "1 Library",
+ "LibraryCountValue": "{0} Libraries",
+ "ValueOneItem": "1 Item",
+ "ValueOneEpisode": "1 epizoda",
+ "ValueEpisodeCount": "{0} epizoda",
+ "Albums": "Albums",
+ "Song": "Song",
+ "Songs": "Songs",
+ "Authors": "Authors",
+ "Books": "Books",
+ "AudioBooks": "Audio books",
+ "HeaderAudioBooks": "Audio Books",
+ "HeaderAudioBook": "Audio Book",
+ "HeaderIdentifyItemHelp": "Unesite jednu ili više kriterija pretraživanja. Uklonite kriterije za povećanje rezultata pretraživanja.",
+ "PleaseEnterNameOrId": "Unesite naziv ili vanjski Id.",
+ "MessageItemSaved": "Stavka je snimljena.",
+ "SearchResults": "Rezultati pretraživanja",
+ "ServerNameIsRestarting": "Emby Server - {0} se ponovo pokreće.",
+ "ServerNameIsShuttingDown": "Emby Server - {0} se gasi.",
+ "HeaderDeleteItems": "Brisanje stavki",
+ "ConfirmDeleteItems": "Brisanjem ove stavke će se izbrisati iz oba datotečnog sustava i medijskoj biblioteci. Jeste li sigurni da želite nastaviti?",
+ "PleaseRestartServerName": "Ponovno pokrenite Emby Server - {0}.",
+ "ConvertingDots": "Converting...",
+ "LabelSyncNoTargetsHelp": "It looks like you don't currently have any apps that support offline downloading.",
+ "DownloadingDots": "Downloading...",
+ "LearnMore": "Nauči još",
+ "LabelBitrateMbps": "Brzina prijenosa (Mbps):",
+ "ConvertUnwatchedVideosOnly": "Convert unplayed videos only",
+ "SyncUnwatchedVideosOnly": "Download unplayed videos only",
+ "ConvertUnwatchedVideosOnlyHelp": "Only videos that are not marked as fully played will be converted.",
+ "SyncUnwatchedVideosOnlyHelp": "Only videos that are not marked as fully played will be downloaded, and videos will be removed from the device as they are fully played.",
+ "AutomaticallySyncNewContent": "Automatically download new content",
+ "AutomaticallySyncNewContentHelp": "New content added to this folder will be automatically downloaded to the device.",
+ "AutomaticallyConvertNewContent": "Automatically convert new content",
+ "AutomaticallyConvertNewContentHelp": "New content added to this folder will be automatically converted.",
+ "LabelItemLimit": "Ograničenje stavke:",
+ "ConvertItemLimitHelp": "Optional. Set a limit to the number of items that will be converted.",
+ "DownloadItemLimitHelp": "Optional. Set a limit to the number of items that will be downloaded.",
+ "PleaseSelectDeviceToSyncTo": "Please select a device to download to.",
+ "Screenshots": "Isječci slika",
+ "MoveRight": "Pomakni udesno",
+ "MoveLeft": "Pomakni ulijevo",
+ "HeaderUploadNewImage": "Upload New Image",
+ "HeaderDeleteImage": "Delete Image",
+ "ConfirmDeleteImage": "Izbriši sliku?",
+ "HeaderEditImages": "Uređivanje slika",
+ "Settings": "Postavke",
+ "ShowIndicatorsFor": "Prikaži pokazatelja za:",
+ "Episodes": "Episodes",
+ "Programs": "Programs",
+ "HeaderCastCrew": "Cast & Crew",
+ "DvrSubscriptionRequired": "Emby DVR zahtijeva aktivnu pretplatu Emby Premijere.",
+ "HeaderCancelRecording": "Prekini snimanje",
+ "HeaderKeepRecording": "Zadrži snimanje",
+ "HeaderCancelSeries": "Otkaži serije",
+ "HeaderKeepSeries": "Zadrži serije",
+ "HeaderLearnMore": "Nauči još",
+ "SeriesSettings": "Postavke serija",
+ "HeaderRecordingOptions": "Opcije snimanja",
+ "HeaderDoNotRecord": "Do not record",
+ "HeaderSeriesOptions": "Opcije serija",
+ "Layout": "Layout",
+ "Channels": "Channels",
+ "ChannelNameOnly": "Kanali {0} samo",
+ "Anytime": "Bilo kada",
+ "AnyLanguage": "Any language",
+ "AroundTime": "Oko {0}",
+ "HeaderLatestMovies": "Latest Movies",
+ "All": "All",
+ "Stop": "Stop",
+ "AllChannels": "Svi kanali",
+ "NewEpisodesOnly": "Samo nove epizode",
+ "AllEpisodes": "Sve epizode",
+ "LabelStartWhenPossible": "Počni kada je moguće:",
+ "LabelStopWhenPossible": "Zaustavi kada je moguće:",
+ "MinutesBefore": "Minuta prije",
+ "MinutesAfter": "Minuta nakon",
+ "SkipEpisodesAlreadyInMyLibrary": "Don't record episodes that are already in my library",
+ "SkipEpisodesAlreadyInMyLibraryHelp": "Epizode će se usporediti pomoću sezone i broja epizode, kada su dostupni.",
+ "LabelKeepUpTo": "Drži se na:",
+ "AsManyAsPossible": "Što više je moguće",
+ "DefaultErrorMessage": "Došlo je do pogreške prilikom obrade zahtjeva. Molimo pokušajte ponovo kasnije.",
+ "UntilIDelete": "Dok ne izbrišem",
+ "UntilSpaceNeeded": "Dok ne treba prostora",
+ "Categories": "Kategorije",
+ "Sports": "Sportovi",
+ "News": "Vijesti",
+ "Movies": "Filmovi",
+ "Music": "Music",
+ "Kids": "Djeca",
+ "MoreFromValue": "More from {0}",
+ "DiedValue": "Died: {0}",
+ "BornValue": "Born: {0}",
+ "EnableColorCodedBackgrounds": "Omogući kodirane boje pozadine",
+ "SortChannelsBy": "Složi kanale po:",
+ "ChannelNumber": "Broj kanala",
+ "HeaderBenefitsEmbyPremiere": "Prednosti Emby premijere",
+ "ThankYouForTryingEnjoyOneMinute": "Molimo Vas da uživate u jednoj minuti reprodukcije. Hvala što ste isprobali Emby.",
+ "HeaderTryPlayback": "Isprobajte reprodukciju",
+ "HowDidYouPay": "Kako ste platili?",
+ "IHaveEmbyPremiere": "Imam Emby Premijeru",
+ "IPurchasedThisApp": "Kupio sam ovu aplikaciju",
+ "ButtonRestorePreviousPurchase": "Vrati kupovinu",
+ "ButtonUnlockWithPurchase": "Otključaj s kupovinom",
+ "ButtonUnlockPrice": "Otključaj {0}",
+ "EmbyPremiereMonthlyWithPrice": "Emby Premiere Monthly {0}",
+ "HeaderAlreadyPaid": "Already Paid?",
+ "ButtonPlayOneMinute": "Reproduciraj jednu minutu",
+ "PlaceFavoriteChannelsAtBeginning": "Postavi omiljene kanale na početak",
+ "HeaderUnlockFeature": "Otključaj značajke",
+ "MessageDidYouKnowCinemaMode": "Jeste li znali da s Emby Premijerom možete poboljšati svoje iskustvo sa značajkama kao što su način kina?",
+ "HeaderPlayMyMedia": "Reproduciraj moje medije",
+ "HeaderDiscoverEmbyPremiere": "Otkrijte Emby Premijeru",
+ "HeaderNowPlaying": "Now Playing",
+ "Items": "Items",
+ "AppName": "App Name",
+ "OneChannel": "One channel",
+ "ConfirmRemoveDownload": "Remove download?",
+ "ConfirmRemoveItem": "Remove item?",
+ "RemoveDownload": "Remove Download",
+ "ConfirmCancelConversion": "Cancel conversion?",
+ "CancelConversion": "Cancel Conversion",
+ "KeepDownload": "Keep download",
+ "AddedOnValue": "Added {0}",
+ "RemovingFromDevice": "Removing from device",
+ "KeepOnDevice": "Keep on device",
+ "CancelDownload": "Cancel download",
+ "SyncJobItemStatusReadyToTransfer": "Ready to Transfer",
+ "SyncJobItemStatusSyncedMarkForRemoval": "Removing from device",
+ "SyncJobItemStatusQueued": "Queued",
+ "SyncJobItemStatusConverting": "Converting",
+ "SyncJobItemStatusTransferring": "Transferring",
+ "SyncJobItemStatusSynced": "Downloaded",
+ "Failed": "Failed",
+ "SyncJobItemStatusRemovedFromDevice": "Removed from device",
+ "Cancelled": "Cancelled",
+ "Retry": "Retry",
+ "Continue": "Continue",
+ "ContinueInSecondsValue": "Continue in {0} seconds.",
+ "HeaderRemoteControl": "Remote Control",
+ "Disconnect": "Disconnect",
+ "EnableDisplayMirroring": "Enable display mirroring",
+ "RemoteAccess": "Remote Access",
+ "HeaderPlayOn": "Play On",
+ "Quality": "Quality",
+ "Auto": "Auto",
+ "AndroidUnlockRestoreHelp": "To restore your previous purchase, please ensure you're signed into the device with the same Google (or Amazon) account that originally made the purchase. Make sure the app store is enabled and not restricted by any parental controls, and ensure you have an active internet connection. You'll only have to do this once to restore your previous purchase.",
+ "HeaderAspectRatio": "Aspect Ratio",
+ "Original": "Original",
+ "Fill": "Fill",
+ "Cover": "Cover",
+ "MessageNoServersAvailableToConnect": "No servers are available to connect to. If you've been invited to share a server, make sure to accept it below or by clicking the link in the email.",
+ "MessagePlayAccessRestricted": "Playback of this content is currently restricted. Please contact your Emby Server administrator for more information.",
+ "Accept": "Accept",
+ "Reject": "Reject",
+ "Connect": "Connect",
+ "HeaderMyMedia": "My Media",
+ "HeaderMyMediaSmall": "My Media (small)",
+ "LatestFromLibrary": "Latest {0}",
+ "HeaderLatestEpisodes": "Latest Episodes",
+ "ContinuePlaying": "Continue playing",
+ "ContinueWatching": "Continue watching",
+ "HeaderLatestChannelMedia": "Latest Channel Items",
+ "HeaderContinueWatching": "Continue Watching",
+ "HeaderContinueListening": "Continue Listening",
+ "HeaderActiveRecordings": "Active Recordings",
+ "HeaderLatestRecordings": "Latest Recordings",
+ "LabelConvertTo": "Convert to",
+ "LabelDownloadTo": "Download to",
+ "HeaderDownloadToDots": "Download to...",
+ "Next": "Next",
+ "LabelSource": "Source",
+ "VersionNumber": "Version {0}",
+ "HeaderAllLanguages": "All Languages",
+ "Previous": "Previous",
+ "HeaderNextUp": "Next Up",
+ "HeaderPlayNextUp": "Play Next Up",
+ "HeaderLatestFrom": "Latest from {0}",
+ "LabelHomeScreenSectionValue": "Home screen section {0}",
+ "PasswordResetComplete": "The password has been reset.",
+ "PasswordSaved": "Password saved.",
+ "SettingsSaved": "Settings saved.",
+ "Upcoming": "Upcoming",
+ "HeaderSelectImageFile": "Select Image File",
+ "None": "None",
+ "More": "More",
+ "Up": "Up",
+ "Down": "Down",
+ "Home": "Home",
+ "Back": "Back",
+ "Random": "Random",
+ "Playback": "Playback",
+ "Favorites": "Favorites",
+ "HeaderHomeScreen": "Home Screen",
+ "HeaderLatestChannelItems": "Latest Channel Items",
+ "HeaderLibraryOrder": "Library Order",
+ "HeaderOnNow": "On Now",
+ "HeaderForKids": "For Kids",
+ "HeaderPlaybackError": "Playback Error",
+ "PlaybackErrorNotAllowed": "You're currently not authorized to play this content. Please contact your system administrator for details.",
+ "RateLimitExceeded": "Your account has exceeded the maximum streaming limit set by your Emby Server administrator. Please contact them for assistance.",
+ "PlaybackErrorNoCompatibleStream": "No compatible streams are currently available. Please try again later or contact your system administrator for details.",
+ "PlaybackErrorPlaceHolder": "Please insert the disc in order to play this video.",
+ "PlaybackErrorNoPlayableItems": "No playable items were found. Are you trying to play an empty folder?",
+ "Guide": "Guide",
+ "Games": "Games",
+ "GameSystem": "Game System",
+ "Suggestions": "Suggestions",
+ "HeaderFavoriteChannels": "Favorite Channels",
+ "HeaderFavoriteCollections": "Favorite Collections",
+ "HeaderFavoritePlaylists": "Favorite Playlists",
+ "Collection": "Collection",
+ "Collections": "Collections",
+ "LabelSelectFolderGroups": "Automatically group content from the following folders into views such as Movies, Music and TV:",
+ "LabelSelectFolderGroupsHelp": "Folders that are unchecked will be displayed by themselves in their own view.",
+ "Mute": "Mute",
+ "Unmute": "Unmute",
+ "Folder": "Folder",
+ "Folders": "Folders",
+ "FileName": "File Name",
+ "DisplayInOtherHomeScreenSections": "Display in secondary home screen sections such as latest media and continue watching",
+ "DisplayInMyMedia": "Display on home screen",
+ "Shows": "Shows",
+ "MoviesAndShows": "Movies & Shows",
+ "HeaderMusicVideo": "Music Video",
+ "HeaderMusicVideos": "Music Videos",
+ "MusicVideos": "Music videos",
+ "Videos": "Videos",
+ "MixedContent": "Mixed content",
+ "HomeVideos": "Home videos",
+ "HomeVideosAndPhotos": "Home videos & photos",
+ "TVShows": "TV shows",
+ "HeaderLibraryFolders": "Library Folders",
+ "HeaderTermsOfPurchase": "Terms of Purchase",
+ "PrivacyPolicy": "Privacy policy",
+ "TermsOfUse": "Terms of Use",
+ "HeaderRepeatMode": "Repeat Mode",
+ "HeaderToneMapping": "Tone Mapping",
+ "RepeatOne": "Repeat one",
+ "RepeatAll": "Repeat all",
+ "LabelDefaultScreen": "Default screen",
+ "ConfirmEndPlayerSession": "Would you like to shutdown Emby on {0}?",
+ "Yesterday": "Yesterday",
+ "Yes": "Yes",
+ "No": "No",
+ "HeaderScanLibraryFiles": "Scan Library Files",
+ "LiveTV": "Live TV",
+ "Schedule": "Schedule",
+ "Recordings": "Recordings",
+ "ScanForNewAndUpdatedFiles": "Scan for new and updated files",
+ "NewVersionOfXAvailableForY": "{0} is Available for {1}",
+ "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",
+ "HeaderHardwareAcceleratedDecoding": "Hardware Accelerated Decoding",
+ "HeaderHardwareAcceleratedEncoding": "Hardware Accelerated Encoding",
+ "HeaderDirectPlay": "Direct Play",
+ "DirectPlaying": "Direct playing",
+ "DirectStreaming": "Direct streaming",
+ "Transcode": "Transcode",
+ "Transcoding": "Transcoding",
+ "ContainerBitrateExceedsLimit": "Reducing bitrate due to quality setting",
+ "VideoCodecNotSupported": "Converting video to compatible codec",
+ "AudioCodecNotSupported": "Converting audio to compatible codec",
+ "SubtitleCodecNotSupported": "Converting subtitles directly into video",
+ "DirectPlayError": "Recovering from playback error",
+ "ContainerNotSupported": "Converting to compatible container",
+ "VideoLevelNotSupported": "Converting to compatible video level",
+ "AudioBitrateNotSupported": "Converting to compatible audio bitrate",
+ "AudioChannelsNotSupported": "Converting to compatible number of audio channels",
+ "VideoResolutionNotSupported": "Converting to compatible video resolution",
+ "AudioProfileNotSupported": "Converting to compatible audio profile",
+ "AudioSampleRateNotSupported": "Converting to compatible audio sample rate",
+ "AnamorphicVideoNotSupported": "Anamorphic video not supported",
+ "InterlacedVideoNotSupported": "Deinterlacing video",
+ "SecondaryAudioNotSupported": "Selecting secondary audio track",
+ "ExternalAudioNotSupported": "Selecting external audio track",
+ "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",
+ "Offline": "Offline",
+ "HeaderSignUp": "Sign Up",
+ "ServerDownloadMessage": "To download and install the free Emby Server visit {0}",
+ "ServerDownloadMessageWithoutLink": "To download and install the free Emby Server visit the Emby website.",
+ "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",
+ "Skip": "Skip",
+ "HeaderAdditionalParts": "Additional Parts",
+ "ButtonGenerateNewPin": "Generate New Pin",
+ "ConnectLoginHelp1": "With Emby Connect you can easily access your Emby Server wherever you are and share servers with your family and friends.",
+ "CreatePinErrorMessage": "An error occurred while creating a pin code. Please click Generate New Pin to try again.",
+ "PinExpiredMessage": "The pin code has expired. Please click Generate New Pin to try again.",
+ "ConnectPinCodeHeader": "To sign in with Emby Connect, use a mobile device or computer to visit {0} and enter the following pin code:",
+ "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",
+ "Absolute": "Absolute",
+ "Smart": "Smart",
+ "Small": "Small",
+ "Smaller": "Smaller",
+ "Medium": "Medium",
+ "Large": "Large",
+ "Larger": "Larger",
+ "ExtraLarge": "Extra large",
+ "ExtraSmall": "Extra small",
+ "Forced": "Forced",
+ "External": "External",
+ "HeaderEmbeddedTitle": "Embedded Title",
+ "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.",
+ "HeaderSubtitleSettings": "Subtitle Settings",
+ "HeaderSubtitleAppearance": "Subtitle Appearance",
+ "OnlyForcedSubtitlesHelp": "Only subtitles marked as forced will be loaded.",
+ "AutoSelectHearingImpairedHelp": "Subtitles matching the language preference will be loaded, with a preference given to tracks that are marked as hearing impaired (SDH).",
+ "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",
+ "LabelBackgroundColor": "Background color",
+ "LabelBackgroundOpacity": "Background opacity",
+ "Raised": "Raised",
+ "Depressed": "Depressed",
+ "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).",
+ "Normal": "Normal",
+ "HeaderWaitingForWifi": "Waiting for Wifi",
+ "WifiRequiredToDownload": "A Wifi connection is required to continue downloading.",
+ "DownloadOnlyOnWifi": "Download only on Wifi",
+ "LabelMusicDownloadQuality": "Music download quality",
+ "MusicDownloadQualityHelp": "Audio files with a higher bitrate will be converted by Emby Server. Select a higher value for better quality, or a lower value to conserve local storage space.",
+ "HeaderDownloadSettings": "Download Settings",
+ "LabelDownloadLocation": "Download location",
+ "BrowseForFolder": "BrowseForFolder",
+ "Unlimited": "Unlimited",
+ "NoLimit": "No limit",
+ "Hide": "Hide",
+ "HeaderKeepWatching": "Keep Watching",
+ "HeaderNextEpisode": "Next Episode",
+ "AudioBitDepthNotSupported": "Converting to compatible audio bit depth",
+ "VideoBitrateNotSupported": "Converting to compatible video bitrate",
+ "VideoProfileNotSupported": "Converting to compatible video profile",
+ "VideoFramerateNotSupported": "Converting to compatible video framerate",
+ "VideoBitDepthNotSupported": "Converting to compatible video bit depth",
+ "RefFramesNotSupported": "Converting to compatible number of video reference frames",
+ "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.",
+ "HeaderStopRecording": "Stop Recording",
+ "ManageRecording": "Manage recording",
+ "LabelDropImageHere": "Drag and drop image here, or click to select an image to upload.",
+ "MessageFileReadError": "There was an error reading the file. Please try again.",
+ "Browse": "Browse",
+ "HeaderUploadImage": "Upload Image",
+ "HeaderAddUpdateImage": "Add/Update Image",
+ "HeaderShowFields": "Show Fields",
+ "LabelView": "View",
+ "LabelImageType": "Image type",
+ "Upload": "Upload",
+ "Primary": "Primary",
+ "PrimaryImageBlur": "Primary image blur",
+ "Art": "Art",
+ "Backdrop": "Backdrop",
+ "Banner": "Banner",
+ "Box": "Box",
+ "BoxRear": "Box (Rear)",
+ "Disc": "Disc",
+ "Logo": "Logo",
+ "LogoDark": "Logo (Dark Version)",
+ "LogoLight": "Logo (Light Version)",
+ "LogoLightColor": "Logo (Light with Color)",
+ "Menu": "Menu",
+ "Screenshot": "Screenshot",
+ "Thumb": "Thumb",
+ "HeaderAudioSettings": "Audio Settings",
+ "LabelAudioLanguagePreference": "Preferred audio language",
+ "LabelPlayDefaultAudioTrack": "Play default audio track regardless of language",
+ "HeaderVideoQuality": "Video Quality",
+ "CinemaModeConfigurationHelp": "Cinema Intros bring the theater experience straight to your living room with the ability to play trailers and custom intros before the main feature.",
+ "ShowUpNextPreview": "Show up next preview",
+ "ShowUpNextPreviewHelp": "Show information for the next item near the end of the current one.",
+ "PlayNextEpisodeAutomatically": "Play next episode automatically",
+ "LabelMaxChromecastBitrate": "Chromecast streaming quality",
+ "LabelSkipBackLength": "Skip back length",
+ "LabelSkipForwardLength": "Skip forward length",
+ "EnableCinemaMode": "Enable Cinema Intros",
+ "LabelInternetQuality": "Remote streaming quality",
+ "LabelCellularQuality": "Remote streaming quality (cellular)",
+ "HeaderMusicQuality": "Music Quality",
+ "LabelHomeNetworkQuality": "Home streaming quality",
+ "HeaderLatestMedia": "Latest Media",
+ "HeaderRestartingEmbyServer": "Restarting Emby Server",
+ "RestartPleaseWaitMessage": "Please wait while Emby Server shuts down and restarts. This may take a minute or two.",
+ "HeaderPlayNext": "Play Next",
+ "AutoBasedOnLanguageSetting": "Auto (based on device setting)",
+ "SameAsMainTheme": "Same as main theme",
+ "LabelDateTimeLocale": "Date time locale",
+ "Genre": "Genre",
+ "DirectorValue": "Director: {0}",
+ "DirectorsValue": "Directors: {0}",
+ "GenreValue": "Genre: {0}",
+ "GenresValue": "Genres: {0}",
+ "TagsValue": "Tags: {0}",
+ "Off": "Off",
+ "Title": "Title",
+ "Year": "Year",
+ "Filter": "Filter",
+ "Filters": "Filters",
+ "Unplayed": "Unplayed",
+ "LabelTVHomeScreen": "TV mode home screen",
+ "Horizontal": "Horizontal",
+ "Vertical": "Vertical",
+ "HeaderGroupBy": "Group By",
+ "HeaderMediaType": "Media Type",
+ "GroupBySeries": "Group by series",
+ "HeaderVideoType": "Video Type",
+ "HeaderSeriesStatus": "Series Status",
+ "Features": "Features",
+ "Trailers": "Trailers",
+ "Extras": "Extras",
+ "ThemeSongs": "Theme songs",
+ "ThemeVideos": "Theme videos",
+ "HeaderFavoriteMovies": "Favorite Movies",
+ "HeaderFavoritePhotos": "Favorite Photos",
+ "HeaderFavoriteShows": "Favorite Shows",
+ "HeaderFavoriteEpisodes": "Favorite Episodes",
+ "HeaderFavoriteVideos": "Favorite Videos",
+ "HeaderFavoriteMusicVideos": "Favorite Music Videos",
+ "HeaderFavoriteGames": "Favorite Games",
+ "HeaderFavoriteArtists": "Favorite Artists",
+ "HeaderFavoriteAlbums": "Favorite Albums",
+ "HeaderFavoriteSongs": "Favorite Songs",
+ "HeaderFavoriteAuthors": "Favorite Authors",
+ "HeaderFavoriteAudioBooks": "Favorite Audio Books",
+ "Ascending": "Ascending",
+ "Descending": "Descending",
+ "HeaderColorPrimaries": "Color Primaries",
+ "HeaderColorSpace": "Color Space",
+ "HeaderColorTransfer": "Color Transfer",
+ "HeaderVideoRange": "Video Range",
+ "SeriesDisplayOrderHelp": "Order episodes by air date, dvd order, or absolute numbering.",
+ "LabelVerticalPositionFromBottom": "Vertical position (from bottom)",
+ "HeaderFavoritePeople": "Favorite People",
+ "MultiSelect": "Multi-Select",
+ "HeaderSignOut": "Sign Out",
+ "HeaderSelectServer": "Select Server",
+ "HeaderChangeServer": "Change Server",
+ "HeaderChangeUser": "Change User",
+ "HeaderAppSettings": "App Settings",
+ "HeaderLoginSettings": "Login Settings",
+ "LabelRememberLogin": "Remember login",
+ "LabelAutomaticallySignOut": "Automatically sign out",
+ "BetaTesterMessage": "Thank you for being an Emby beta tester! Please leave feedback in the {0}Testing Area of the Emby Community{1}.",
+ "HardwareAccelerated": "Hardware accelerated",
+ "Software": "Software",
+ "Metadata": "Metadata",
+ "HeaderMediaInfo": "Media Info",
+ "Locked": "Locked",
+ "HeaderSplitVersionsApart": "Split Versions Apart",
+ "Any": "Any",
+ "Admin": "Admin",
+ "HeaderReadMore": "Read More",
+ "CustomRatingHelp": "A custom rating is used for parental control evaluations but is not displayed. The parental rating field is still displayed.",
+ "KeepUpToHelp": "Recordings over the limit are deleted when the next recording begins. Oldest recordings are deleted first, by date added.",
+ "NoItemsMatchingFound": "No items matching your search criteria were found.",
+ "TwoSearchCharsRequired": "Please enter at least two search characters.",
+ "PreventPlaybackContinuing": "Prevent playback from continuing indefinitely by periodically prompting for user input.",
+ "PromptStillWatching": "Enable 'Are You Still Watching?' prompt",
+ "HeaderMissingMetadata": "Missing Metadata",
+ "HeaderIncludedIn": "Included In",
+ "EmbyConnectUserAlreadyLinked": "The Emby Connect user is already linked to another user on this server.",
+ "VideoFilesWillBeConvertedTo": "Converted videos will be saved as {0}.",
+ "VideoWillBeConvertedTo": "Video streams will be converted to {0}, or copied from the original file if they are already {0} and the quality fits within the conversion options.",
+ "VideoWillBeConvertedToOrCopied": "Video streams will be converted to {0}, or copied from the original file if they are any of ({1}), and the quality fits within the conversion options.",
+ "AudioWillBeConvertedTo": "Audio streams will be converted to {0}, or copied from the original file if they are already {0} and the quality fits within the conversion options.",
+ "AudioWillBeConvertedToOrCopied": "Audio streams will be converted to {0}, or copied from the original file if they are any of ({1}), and the quality fits within the conversion options.",
+ "HeaderSpecialKeys": "Special Keys",
+ "FollowingSpecialKeys": "The following special keys are supported on most keyboards and remote controls:",
+ "HeaderDeleteSeries": "Delete Series",
+ "HeaderDeleteLastPlayedEpisode": "Delete Last Played Episode",
+ "HeaderConnectingToServer": "Connecting to Server",
+ "ServerNameValue": "Server name: {0}",
+ "DomainValue": "Domain: {0}",
+ "RatedValue": "Rated {0}",
+ "LocalServerRedirectMessage": "You will now be redirected to the domain owned and operated by the administrator of the server you've chosen to connect to:",
+ "AllMediaOwnedHosted": "All media is hosted and managed by the owner of {0}.",
+ "EnableResolutionSwitching": "Match video resolution",
+ "EnableResolutionSwitchingHelp": "This enables Emby to change the resolution to the same value the video was encoded in before starting playback. This may help minimize the amount of stutter/judder that you might otherwise see when playing videos which do not match up well.",
+ "EnableDisplayRefreshRateSwitching": "Enable display refresh rate switching",
+ "EnableDisplayRefreshRateSwitchingHelp": "This enables Emby to change the display refresh rate to the same value (or multiple of) as the framerate the video was encoded in before starting playback. This may help minimize the amount of stutter/judder that you might otherwise see when playing videos which do not match up well.",
+ "RememberSelectedAudioTracks": "Remember audio track selections",
+ "RememberSelectedSubtitleTracks": "Remember subtitle track selections",
+ "RememberSelectedSubtitleTracksHelp": "Subtitle track selections will be remembered on a per video basis and reapplied when playing the same video again.",
+ "RememberSelectedAudioTracksHelp": "Audio track selections will be remembered on a per video basis and reapplied when playing the same video again.",
+ "ClearSavedTrackSelections": "Clear saved track selections",
+ "HeaderClearTrackSelections": "Clear Saved Track Selections",
+ "QuestionClearSavedTracks": "Clear all saved track selections?",
+ "LabelChannelTags": "Channel tags",
+ "AfterThisPlaysConfirmation": "After this plays, do you want to keep playing or clear the music you previously queued?",
+ "Keep": "Keep",
+ "Clear": "Clear",
+ "HeaderClearFilters": "Clear Filters",
+ "HeaderSearchForImages": "Search for Images",
+ "HeaderSearchNewImage": "Search for a New Image",
+ "HeaderSearchForAnImage": "Search for an Image",
+ "DragDropToReorder": "Drag and Drop to Reorder",
+ "HeaderAddImageFromUrl": "Add Image from URL",
+ "HeaderSetImageFromUrl": "Set Image from URL",
+ "LabelUrl": "Url",
+ "LabelChannelNumber": "Channel number",
+ "LabelGuideDataChannel": "Guide data channel",
+ "GuideDataSource": "Guide Data Source",
+ "HeaderCopyToClipboard": "Copy to Clipboard",
+ "TimeRemainingValue": "{0} remaining",
+ "LabelResumeRewindSeconds": "When resuming, automatically rewind",
+ "ResumeRewindSecondsHelp": "This may help you remember where you left off. This applies to the initial resume and not each individual pause during playback.",
+ "HeaderSavePlayQueueToPlaylist": "Save Play Queue to Playlist",
+ "EnableLogoImagesAsTitle": "Display logo images as titles on detail screens",
+ "EnableLogoImagesAsTitleHelp": "When available, logo images can be used in place of title text on video, series, and other detail screens. The title will fallback to text when a logo image is not available.",
+ "LabelNowPlayingAudioBackgroundStyle": "Now playing audio background style",
+ "LabelNowPlayingVideoBackgroundStyle": "Now playing video background style",
+ "NowPlayingVideoBackgroundStyleHelp": "Determines the background style when remote controlling video playback on another device.",
+ "Rotation": "Rotation",
+ "Minutes": "Minutes",
+ "LabelMaxRecordingLength": "Max recording length",
+ "MaxRecordingLengthHelp": "Limit recordings to a specified amount of time, regardless of the duration of the broadcast. Set to 0 for no limit.",
+ "RemoteWAN": "Remote (WAN) Address",
+ "HeaderLastConnectedTo": "Last Connection To",
+ "Version": "Version",
+ "Keyword": "Keyword",
+ "HeaderServerAddress": "Server Address",
+ "HeaderSkipIntro": "Skip Intro",
+ "HeaderCreateRecording": "Create Recording",
+ "HeaderAddRecording": "Add Recording",
+ "HeaderChannelAndTime": "Channel and Time",
+ "LabelRecordProgramOrSeriesFrom": "Record a program or series from",
+ "LabelStartTime": "Start time",
+ "LabelEndTime": "End time",
+ "LabelFrequency": "Frequency",
+ "Recurring": "Recurring",
+ "Once": "Once",
+ "Start": "Start",
+ "Unpause": "Unpause",
+ "LabelIntroSkipMode": "Intro skip mode",
+ "ShowSkipIntroButton": "Show 'Skip Intro' button",
+ "AutoSkipIntro": "Automatically skip intros",
+ "DisplayRatingInformationOnVideoPlaybackStart": "Display rating information on video playback start",
+ "DisplayRatingInformationOnVideoPlaybackStartHelp": "The rating information will display briefly when video playback begins.",
+ "IntroSkipModeHelp": "Display a 'Skip Intro' button or automatically skip intros for episodes in which Emby Server has detected intro markers. Intro detection must be enabled in Emby Server library options.",
+ "EnableHomeScreenFocusPreview": "Use a layout on the home screen that shows a detailed preview of the selected item",
+ "EnableHomeScreenFocusPreviewHelp": "This may not work well if your home screen contains a mixture of different media types.",
+ "LabelHideMediaTransportButtons": "Hide video player transport buttons",
+ "HideMediaTransportButtonsHelp": "Create a simpler on-screen playback interface by hiding basic transport buttons such as skip forward, back and pause. You'll still be able to use these functions using arrow keys and OK/Enter. Auto will hide the transport buttons when no mouse usage is detected within the app.",
+ "ImageSizeHelp": "Set your preferred size of image grids.",
+ "LabelImageSize": "Image size",
+ "ThisImageIsOnlyPreview": "This image is only a preview that came from the metadata search engine. The actual image that Emby Server downloads may be different and will depend on the options you've configured in Emby library setup.",
+ "ResultsRangeValue": "{0} to {1} of {2}",
+ "NotificationsDescription": "Setup notifications to stay informed of important events on your Emby Server.",
+ "DeleteEmbyConnectAccount": "Delete Emby Connect Account",
+ "DeleteEmbyConnectAccountHelp": "To delete your Emby Connect account, please sign in to the {0}Emby Community{1} at {2}. Once signed in, then click your username in the top right, then click Account Settings, then click Delete My Account.",
+ "KeepPlayingInBackground": "Keep playing in the background",
+ "LabelVideoBackBehavior": "Video player back button behavior",
+ "HeaderViewLyrics": "View Lyrics",
+ "HeaderViewMissingEpisodes": "View Missing Episodes",
+ "HeaderMissingEpisodes": "Missing Episodes",
+ "HeaderManageAccess": "Manage Access",
+ "HeaderManageCollaboration": "Manage Collaboration",
+ "HeaderLeaveCollaboration": "Leave Collaboration",
+ "HeaderRemoveFromLibrary": "Remove from Library",
+ "RemoveSharedItemConfirmation": "Are you sure you wish to remove this item from your library? In order to get it back the owner will need to grant you access again.",
+ "SubtitlesDownloaded": "Subtitles Downloaded",
+ "HeaderMakePrivate": "Make Private",
+ "HeaderMakePublic": "Make Public",
+ "MakePublicDescription": "All users will be able to view this item. Users can be granted access to edit.",
+ "MakePrivateDescription": "Users can still be granted access individually.",
+ "Private": "Private",
+ "Public": "Public",
+ "Collaborative": "Collaborative",
+ "PreferredShowDisplay": "Preferred TV show display",
+ "ShowAllEpisodesAllSeasons": "Show all episodes of all seasons together",
+ "ShowAllEpisodesSingleSeason": "Show all episodes for only single season shows",
+ "ShowSeasonFolders": "Always show season folders",
+ "HeaderAddAgain": "Add Again",
+ "UpNext": "Up Next",
+ "ItemsAlreadyInPlaylist": "Some of these items are already in your playlist.",
+ "ItemAlreadyInPlaylist": "This item is already in your playlist.",
+ "HeaderPlayChannel": "Play Channel",
+ "LabelScreenOrientationDuringVideo": "Screen orientation during video playback",
+ "UseDeviceSetting": "Use device setting",
+ "LockToLandscape": "Lock to landscape",
+ "UsernameForFolderHelp": "The username required to access this folder on your network (if applicable).",
+ "PasswordForFolderHelp": "The password required to access this folder on your network (if applicable).",
+ "ShowMediaInfoOnDetailScreens": "Show full media at the bottom of audio and video detail screens",
+ "ForgotPasswordNoUserFound": "No users were found with the entered name. Please try again, or leave the name blank to reset the password for all users on this server.",
+ "Silver": "Silver",
+ "DimGray": "Dim Gray",
+ "DarkGray": "Dark Gray",
+ "LightGray": "Light Gray",
+ "Black": "Black",
+ "Blue": "Blue",
+ "Cyan": "Cyan",
+ "Gray": "Gray",
+ "Green": "Green",
+ "Lime": "Lime",
+ "Magenta": "Magenta",
+ "Orange": "Orange",
+ "Pink": "Pink",
+ "Red": "Red",
+ "Yellow": "Yellow",
+ "White": "White",
+ "Purple": "Purple",
+ "RecentlyReleasedMovies": "Recently Released Movies",
+ "RecentlyReleasedEpisodes": "Recently Released Episodes",
+ "DolbyProfile": "Dolby Profile",
+ "IpAddress": "IP Address",
+ "VideoType": "Video Type",
+ "HidePlayedMediaFrom": "Hide Played Media From",
+ "BottomEdgePosition": "Bottom Edge Position",
+ "VerticalPositionFromBottomScreen": "Set the vertical position of the subtitles relative to the bottom of the screen.",
+ "TopEdgePosition": "Top Edge Position",
+ "TopEdgePositionHelp": "Set the highest allowed vertical position of the subtitles relative to the top of the screen. This is used when the subtitles contain positioning instructions to be placed at the top.",
+ "HeaderSubtitlePosition": "Subtitle Position",
+ "TitleProfilePin": "Profile PIN",
+ "ProfilePinConfirm": "Profile PIN (confirm)",
+ "SaveProfilePin": "Save Pin",
+ "ProfilePinDescription": "Create an optional pin to be prompted for entry whenever you return to an Emby app on a device that you've already signed into. This is useful if you have devices that are shared by multiple users. You can choose to enable it selectively on each device as required.",
+ "TitleNewEpisodes": "New Episodes",
+ "EnterYourPinToContinue": "Enter your PIN to continue.",
+ "YourPinMustBe": "Your PIN must be {0} digits.",
+ "ForgotPin": "Forgot PIN?",
+ "RequireEnteringPinToReturn": "Require entering my profile PIN whenever I return to this app.",
+ "RequireEnteringPinToReturnQuestion": "Should we prompt you for your profile PIN whenever you return to this app? If this device is shared by multiple users, your profile PIN can help prevent the other users from accessing your data.",
+ "RequireEnteringPinToReturnHelp": "Useful if this device is shared by multiple users.",
+ "WrongPinPleaseTryAgain": "Whoops, wrong PIN. Please try again.",
+ "ProfilePinIsOn": "Profile PIN is currently on.",
+ "IfTryingToConnectToHttp": "If you're trying to connect to your Emby Server using an HTTP address, your browser may not be allowing this due to HTTPS requirements. Please try one of the following:",
+ "SetupHttpsForYourServer": "Setup {0}HTTPS for your Emby Server{1} so that you can connect using HTTPS.",
+ "TitleUnableToReachServer": "Unable to Reach Server",
+ "TitleUnableToReachName": "Unable to Reach {0}",
+ "HearingImpaired": "Hearing Impaired",
+ "SignIntoServerName": "Sign in to {0}",
+ "About": "About",
+ "Specials": "Specials",
+ "NSettings": "{0} Settings",
+ "NPreferences": "{0} Preferences",
+ "DetailScreenOptions": "Detail Screens",
+ "LabelGenreDisplayLimit": "Genre display limit",
+ "GenreDisplayLimitHelp": "Limit the number of genres displayed at the top of item detail screens.",
+ "GenreDisplayLimitForListsHelp": "Limit the number of genres displayed at the top of playlist, collection and artist detail screens.",
+ "LabelGenreDisplayLimitForLists": "Genre display limit for lists",
+ "ShowPosterOnDetails": "Show a poster on the detail screen",
+ "ShowPosterOnDetailsHelp": "Choose to show a poster on video detail screens, or hide it for a more minimal look that emphasizes the background. This setting is not used on smaller screen layouts. Some item types will ignore this setting.",
+ "EnableAppLogging": "Enable app logging",
+ "EnableAppLoggingHelp": "Logging can degrade app performance and should only be enabled as needed for troubleshooting purposes. Changes require restarting the app.",
+ "LabelSlideshowInterval": "Photo slideshow time per slide",
+ "TVChannelImageEditorHelp": "Multiple logo versions are supported. Emby apps will automatically choose the appropiate one depending on the current theme.",
+ "PlaySlideshow": "Play Slideshow",
+ "CheckForExistingEpisodesInAllLibraries": "Check for existing episodes in all libraries",
+ "GroupNotificationsBySeriesOrAlbum": "Group notifications by series and albums",
+ "ThemeSettings": "Theme Settings",
+ "FollowingActivityWillBeDisrupted": "The following activity will be disrupted and may require manual intervention to restart:",
+ "OneActivePlaybackSession": "1 Active Playback Session",
+ "NumActivePlaybackSessions": "{0} Active Playback Sessions",
+ "OneActiveRecording": "1 Active Recording",
+ "NumActiveRecordings": "{0} Active Recordings",
+ "PlayFromLivePosition": "Play from the live position",
+ "PlayFromStartOfRecording": "Play from the start of the recording",
+ "ThisChannelIsActivelyRecording": "This channel is actively recording. How would you like to begin playing?",
+ "ThemeSongVolume": "Theme song volume",
+ "HeaderForceConversionForFormats": "Force Conversion for Formats",
+ "ForceConversionForFormatsHelp": "Use this to force server-side transcoding or remuxing for formats that don't direct play very well on this device.",
+ "StartupBehavior": "Startup behavior",
+ "RememberLastUser": "Remember last user",
+ "ShowLoginScreen": "Show login screen",
+ "SignInAsValue": "Sign in as {0}",
+ "ConvertUnsupportedAudio": "Convert unsupported surround audio to Dolby Digital",
+ "ConvertUnsupportedAudioHelp": "Avoid downmixing unsupported surround formats to stereo by having Emby Server transcode them to Dolby Digital.",
+ "HeaderPlaybackCorrection": "Playback Correction",
+ "HeaderAttemptPlaybackCorrection": "Attempt Playback Correction",
+ "PlaybackCorrectionConfirm": "Attempt playback correction?",
+ "PlaybackCorrectionDescription": "Is the current item exhibiting a playback problem such as no video or audio? This will try and correct playback issues using server transcoding to convert this file into a more streaming friendly format. This will result in increased resource consumption on this Emby Server.",
+ "PlaybackCorrectionDescription2": "You can do this up to three times per video, where remuxing, video transcoding and audio transcoding are each activated one at a time.",
+ "HeaderAlbumsAsContributingArtist": "Albums as Contributing Artist",
+ "HeaderAlbumsAsComposer": "Albums as Composer",
+ "Duplicates": "Duplicates",
+ "HeaderSleepTimer": "Sleep Timer",
+ "AfterCurrentItem": "After current item",
+ "HeaderStopPlayback": "Stop Playback",
+ "TurnOffTimer": "Turn off timer",
+ "SleepTimerIsSet": "Your sleep timer is set",
+ "SleepTimerIsOff": "Your sleep timer is off",
+ "LabelEnableRemoteControlTVMode": "Display casting and remote control functions",
+ "EnableRemoteControlTVModeHelp": "Enable if you intend to use this device to send media to other devices.",
+ "ShowOnScreenControls": "Show on-screen controls",
+ "LabelVideoScreenUpAction": "Video player up action",
+ "VideoScreenUpActionHelp": "Select the action to take when pressing the up key on the video player screen. This applies when no on-screen controls are currently visible. When controls are already visible, the up key will be used for navigation.",
+ "LabelVideoPlayerLongPressAction": "Video player long press action",
+ "LetsGetSetup": "Let's Get Set Up",
+ "VideoPlayerLongPressActionHelp": "Choose what function or menu is shown when long pressing the OK button during video playback. This only takes effect when the video controls are hidden or the seek bar has focus.",
+ "AskAdminToGetPremiere": "This purchase must be made by the server administrator. Please ask the administrator of this Emby Server to sign in and get Emby Premiere so that you can enjoy access to premium features.",
+ "AutoOpenSingleItemsFolders": "Auto open single items in folder view",
+ "AutoOpenSingleItemsFoldersHelp": "When a folder only contains one item, automatically open that item.",
+ "PlayedOnValue": "Played {0}",
+ "TheseSettingsApplyAppDevice": "These settings apply to all users playing on this device.",
+ "LastContentDateAdded": "Last Content Date Added",
+ "RepeatThemeMedia": "Play themes on repeat",
+ "HideEpisodeSpoilerInfo": "Hide spoiler information from unwatched episodes",
+ "HideEpisodeSpoilerInfoHelp": "Hides the title, overview and image for unwatched episodes on most screens.",
+ "BornValueAge": "Born: {0} (age {1})",
+ "PreferDirectStreamLiveTV": "Prefer direct streaming of Live TV",
+ "PreferDirectStreamLiveTVHelp": "Direct streaming Live TV will reduce resource consumption on your Emby Server but may not be as seekable during playback. Enabling this will direct stream Live TV when the format is supported and is within your configured quality setting. Disable this to enjoy more seeking during playback at the cost of additional resource consumption.",
+ "HeaderAllRecordings": "All Recordings",
+ "RememberLoginDescription": "After signing in, you can use the app settings to configure the startup behavior to remember login, sign in as a specific user, or always show the login screen.",
+ "ForgetThisServer": "Forget This Server",
+ "ForgetServerConfirmation": "Are you sure you wish to forget this server?",
+ "HeaderThisDevice": "This Device",
+ "ChaptersGuide": "Chapters / Live TV Guide",
+ "ChaptersGuideHelp": "Show Chapters for media with chapters. For media without chapters, show the Live TV Guide (when available).",
+ "HeaderShowSeriesImages": "Show Series Images",
+ "AppExitConfirmation": "Are you ready to exit Emby?",
+ "AppExitMenu": "Exit menu",
+ "SideMenu": "Side navigation menu",
+ "SystemStorage": "System storage ({0})"
+}
diff --git a/modules/common/strings/hu.json b/modules/common/strings/hu.json
new file mode 100644
index 0000000..78160a2
--- /dev/null
+++ b/modules/common/strings/hu.json
@@ -0,0 +1,1340 @@
+{
+ "ReplaceExistingThumbnailImages": "A meglévő videó előnézeti bélyegképek cseréje",
+ "ReplaceExistingThumbnailImagesHelp": "Minden meglévő videó előnézeti bélyegkép törlésre kerül, és újak lesznek generálva, ha ez engedélyezve van a könyvtár beállításaiban.",
+ "DateCreated": "Létrehozás dátuma",
+ "CreatedOnValue": "Létrehozva {0}",
+ "UpdatedOnValue": "Frissítve {0}",
+ "EmbyLoginTerms": "Az Emby segít menedzselni a személyes médiakönyvtáradat, mint a saját videókat és képeket. Kérjük, nézd meg a {0}szolgáltatási feltételeket{1}. Az Emby használatával elfogadod ezeket a feltételeket.",
+ "MessageUnableToConnectToServer": "Jelenleg nem lehet kapcsolódni a kiválasztott szerverhez. Kérjük, ellenőrizd, hogy a szerver fut-e, majd próbáld újra.",
+ "EmbyIntroMessage": "Az Emby-vel könnyedén közvetíthetsz videókat, zenéket és képeket okostelefonra, táblagépekre és más eszközökre a Emby Server-edről.",
+ "HeaderSignInWithConnect": "Belépés Emby Connect segítségével",
+ "HeaderWelcomeToEmby": "Üdv az Emby-ben",
+ "HeaderNewUsers": "Új Felhasználók",
+ "HeaderPleaseSignIn": "Kérlek, jelentkezz be",
+ "MessageInvalidUser": "Érvénytelen felhasználónév és jelszó. Kérlek, próbáld újra.",
+ "MessageUnlockAppWithPurchaseOrSupporter": "Engedélyezd ezt a funkciót egy egyszeri fizetéssel, vagy aktív Emby Premiere előfizetéssel.",
+ "MessageUnlockAppWithSupporter": "Engedélyezd ezt a funkciót aktív Emby Premiere előfizetéssel.",
+ "MessageToValidateSupporter": "Ha már rendelkezel aktív Emby Premiere előfizetéssel, ellenőrizd, hogy beállítottad-e az Emby Premiere-t az Emby Server vezérlőpultján, amit a főmenü Emby Premiere menüpontjában érhetsz el.",
+ "ValueSpecialEpisodeName": "Különleges - {0}",
+ "HeaderSignIn": "Bejelentkezés",
+ "Share": "Megosztás",
+ "Shared": "Megosztva",
+ "Info": "Információ",
+ "Add": "Hozzáad",
+ "Speed": "Sebesség",
+ "PlaybackSpeed": "Lejátszási sebesség",
+ "Chapters": "Jelenetek",
+ "Password": "Jelszó",
+ "SavePassword": "Jelszó mentése",
+ "LabelPassword": "Jelszó",
+ "HeaderResetPassword": "Jelszó visszaállítás",
+ "Series": "Sorozatok",
+ "Preview": "Előnézet",
+ "Submit": "Elküld",
+ "Never": "Soha",
+ "Table": "Asztal",
+ "HeaderScheduledTasks": "Ütemezett feladatok",
+ "Plays": "Lejátszás",
+ "LastUsedAddressValue": "Utoljára használt {0}",
+ "LabelKeywordType": "Kulcsszó típusa",
+ "HeaderSelectColumns": "Válassza az Oszlopok lehetőséget",
+ "HeaderTopResults": "Legjobb eredmények",
+ "HeaderPinSidebar": "Oldalsáv rögzítése",
+ "Collapse": "Összeomlás",
+ "LabelBackgroundVideoPlayback": "Videó lejátszása a háttérben",
+ "BackgroundVideoPlaybackHelp": "A háttérlejátszás lehetővé teszi a videó lejátszását kikapcsolt képernyő esetén is.",
+ "AlwaysOn": "Mindig bekapcsolva",
+ "HeadphonesOrExternalSpeakersConnected": "Fejhallgató vagy külső hangszórók csatlakoztatva",
+ "HeaderKeyboardAndRemote": "Billentyűzet és távirányító",
+ "NoSelectedItemsSupportOperation": "Nincs olyan kiválasztott elem amely támogatja ezt a műveletet.",
+ "NoOperationsForSelectedItems": "A kiválasztott elemekhez nem áll rendelkezésre művelet.",
+ "UploadOnlyOnWifi": "Feltöltés csak WiFi-n keresztül",
+ "HeaderFoldersToUpload": "Feltöltési mappák",
+ "LabelPasswordConfirm": "Jelszó (megerősítés)",
+ "HeaderMoveUpInOrder": "Mozogjon felfelé sorrendben",
+ "HeaderDownUpInOrder": "Mozogjon lefelé sorrendben",
+ "LabelUsername": "Felhasználónév",
+ "HeaderAddServer": "Szerver Hozzáadása",
+ "HeaderSubtitleOffset": "Felirat csúsztatás",
+ "Watching": "Nézés",
+ "HeaderRemoveFromContinueWatching": "Eltávolítás a Tovább nézem közül",
+ "RemoveThisTitleFromContinueWatching": "Eltávolítod ezt a címet a Tovább nézendők közül?",
+ "HeaderRemoveFromContinueListening": "Eltávolítás a lejátszás folytatásából",
+ "RemoveThisTitleFromContinueListening": "Eltávolítja ezt a címet a lejátszás folytatásából?",
+ "HeaderIncreaseSubtitleOffset": "Felirat késleltetésének növelése",
+ "HeaderDecreaseSubtitleOffset": "Felirat késleltetésének csökkentése",
+ "Close": "Bezár",
+ "HeaderSeeAll": "Mindet",
+ "HeaderOpenInNewWindow": "Megnyítás új ablakban",
+ "LabelEmail": "Email",
+ "LabelHost": "Hoszt",
+ "LabelHostHelp": "Például: 192.168.1.100 vagy https://myserver.com",
+ "LabelPort": "Port",
+ "Disabled": "Letiltva",
+ "Uninstall": "Eltávolítás",
+ "Enable": "Engedélyezés",
+ "AllTuners": "Összes tuner",
+ "Disable": "Letiltás",
+ "NextValue": "Következő {0}",
+ "HeaderNextItem": "Következő elem",
+ "HeaderPreviousItem": "Előző elem",
+ "NoTrailersMessage": "Nem található előzetes. Előzetesek hozzáadásához kérlek, telepítsd az Előzetesek bővítményt a(z) {0}Emby bővítménykatalógusból{1}.",
+ "UninstallPluginConfirmation": "Biztosan eltávolítod ezt a bővítményt?",
+ "HeaderUninstallPlugin": "Bővítmény Eltávolítása",
+ "AreYouStillWatching": "Még mindig nézed?",
+ "LabelCurrentPassword": "Jelenlegi jelszó",
+ "LabelNewPassword": "Új jelszó",
+ "LabelNewPasswordConfirm": "Új jelszó megerősítése",
+ "HeaderRemovePassword": "Jelszó eltávolítása",
+ "ServerUpdateNeeded": "Ezt az Emby Server-t frissíteni kell. A legújabb verzió letöltéséhez kérjük, látogass el ide {0}",
+ "MessageThankYouForConnectSignUp": "Köszönjük, hogy regisztráltál az Emby Connect-tel. Küldtük egy emailt a megadott címedre az aktiváláshoz szükséges információkkal. Kérjük, igazold vissza az emailt, majd itt folytathatod a belépést.",
+ "MessageThankYouForConnectSignUpNoValidation": "Köszönjük a regisztrációt az Emby Connect-re! Most újra be kell jelentkezned a megadott adatokkal.",
+ "ErrorMessagePasswordNotMatchConfirm": "A jelszónak és a jelszó megerősítésének egyeznie kell.",
+ "ErrorMessageUsernameInUse": "Ez a felhasználónév már foglalt. Kérlek, válassz egy újat, és próbáld újra.",
+ "ErrorMessageEmailInUse": "Ez az email cím már használatban van. Kérlek, próbálj meg egy új címmel regisztrálni, vagy kérj jelszóemlékeztetőt.",
+ "HeaderUpcomingOnTV": "Hamarosan az élő TV-ben",
+ "HeaderOtherShowings": "További Bemutatók",
+ "Showings": "Bemutatók",
+ "HeaderConnectToServer": "Kapcsolódás a szerverhez",
+ "ConnectToServerManually": "Kapcsolódás a szerverhez manuálisan",
+ "LabelEnterConnectUserNameHelp": "Ez az az email cím, amelyet az Emby Connect fiók beállításához használt, vagy az Emby Connect fiókja.",
+ "HeaderSignInError": "Bejelentkezési hiba",
+ "HeaderManualLogin": "Manuális belépés",
+ "PasswordResetConfirmation": "Biztosan visszaállítod a jelszavadat?",
+ "ContactAdminToResetPassword": "Kérlek, lépj kapcsolatba az adminisztrátorral a jelszó visszaállításához.",
+ "ForgotPasswordInNetworkRequired": "Kérjük, próbáld újra a helyi hálózatodról, hogy elindítsd a jelszó visszaállítási folyamatot.",
+ "ForgotPasswordFileCreated": "Ez a fájl létrehozásra került és tartalmazza a továbblépéshez szükséges instrukciókat:",
+ "ForgotPasswordFileExpiration": "A visszaállító PIN ekkor lejár {0}.",
+ "InvalidForgotPasswordPin": "Hibás, vagy lejárt PIN-t adtál meg. Kérlek, próbáld újra.",
+ "PasswordResetForUsers": "Ezeknek a felhasználóknak töröltük a jelszavukat. A belépés üresen hagyott jelszóval lehetséges.",
+ "HeaderForgotPassword": "Elfelejtette jelszavát?",
+ "ForgotPasswordUsernameHelp": "Hagyja üresen, ha nem emlékszik a felhasználónevére.",
+ "HeaderPasswordReset": "Jelszó visszaállítás",
+ "AttributeNew": "Új",
+ "Done": "Kész",
+ "HeaderResetToDefault": "Visszaállítás alapértelmezettre",
+ "Deinterlacing": "Váltott-sorosság mentesítés",
+ "HeaderBurningInSubtitles": "Feliratokba égetés",
+ "Premiere": "Bemutató",
+ "LabelPinCode": "PIN kód",
+ "LabelLocalNetworkPinCode": "Helyi hálózat PIN kódja",
+ "LabelLocalNetworkPasswordMode": "Helyi hálózat bejelentkezési módja",
+ "RequirePasswordInLocalNetwork": "Jelszó használata a helyi hálózaton",
+ "NoPasswordInLocalNetwork": "Jelszó használatának mellőzése helyi hálózaton",
+ "PinCodeInLocalNetwork": "PIN kód használata a helyi hálózaton",
+ "LocalNetworkPasswordModeHelp": "Válaszd ki a helyi hálózaton található többi eszköz bejelentkezési módját az Emby Server-en.",
+ "HeaderLocalNetworkAccess": "Helyi hálózati cím",
+ "Live": "Élő",
+ "Reset": "Visszaállítás",
+ "Repeat": "Ismétlés",
+ "Track": "Szám",
+ "Tracks": "Számok",
+ "HeaderCameraUpload": "Kamera feltöltés",
+ "TrackCount": "{0} szám",
+ "ItemCount": "{0} elem",
+ "NumberChannelsValue": "{0} Csatornák",
+ "HeaderLatestMusic": "Legújabb zene",
+ "HeaderLatestAudioBooks": "Legújabb hangoskönyvek",
+ "HeaderLatestDownloadedVideos": "Legújabb letöltött videók",
+ "HeaderRecentlyPlayed": "Nemrég játszott",
+ "Recent": "Legutóbbi",
+ "HeaderFrequentlyPlayed": "Gyakran játszott",
+ "HeaderMoreLikeThis": "Több ehhez hasonló",
+ "HeaderMoreLikeThisOnLiveTV": "Több ehhez hasonló az élő TV-ben",
+ "OriginalAirDateValue": "Eredeti vetítés dátuma: {0}",
+ "EndsAtValue": "Várható befejezés {0}",
+ "Date": "Dátum",
+ "AirDate": "Vetítés dátuma",
+ "Played": "Megnézett",
+ "Daily": "Napi",
+ "Weekly": "Heti",
+ "RequireHashMatch": "Hash egyezés megkövetelése",
+ "RequireHashMatchHelp": "A hash egyezés követelésével csak azok a feliratok töltődnek le, amelyek pontosan ahhoz a videófájlhoz tartoznak, amivel te rendelkezel. Ha üresen hagyod, azzal több feliratot találsz, de olyanok is lesznek a listán, amelyeknek rossz lehet az időzítése vagy a szövege.",
+ "SearchForForcedSubtitlesOnly": "Csak kényszerített feliratok",
+ "SearchForForcedSubtitlesOnlyHelp": "A kényszerített feliratok megkövetelése korlátozza az eredmények számát olyan feliratokra, amelyek az idegen nyelvűként megjelölt sorokhoz tartalmaznak szöveget.",
+ "LastEpisodeDateAdded": "Legutóbbi epizód hozzáadási dátuma",
+ "LastEpisodeDateAired": "Utolsó epizód megjelenési dátum",
+ "LabelPlaystate": "Lejátszás állapota",
+ "Studio": "Stúdió",
+ "Tag": "Címke",
+ "EpisodeTitle": "Epizód címe",
+ "Audio": "Hang",
+ "Video": "Videó",
+ "Subtitle": "Felirat",
+ "Image": "Kép",
+ "CopyStream": "Eredeti adatfolyam másolása",
+ "LabelAudioLayout": "Hang formátum",
+ "LabelAudioCodec": "Hang kodek",
+ "LabelAudioLanguage": "Hang nyelve",
+ "LabelSubtitleLanguage": "Felirat nyelve",
+ "LabelVideoCodec": "Videó kodek",
+ "LabelSubtitleCodec": "Felirat kodek",
+ "LabelParentalRating": "Korhatár besorolás",
+ "BecauseYouLikeValue": "Mert tetszett a(z) {0}",
+ "BecauseYouWatchedValue": "Mert tetszett a(z) {0}",
+ "DirectedByValue": "Rendezte {0}",
+ "StarringValue": "Főszerepben {0}",
+ "Invitations": "Meghívások",
+ "ActorAsRole": "mint {0}",
+ "ButtonOk": "OK",
+ "GroupItemsIntoCollections": "Filmek csoportosítása gyűjteményekbe",
+ "GroupItemsIntoCollectionsHelp": "Elemek csoportosítása aszerint, hogy milyen gyűjteményekhez kerültek hozzáadásra. További szűrők vagy rendezések alkalmazása automatikusan kikapcsolhatja ezt a funkciót.",
+ "GroupItemsIntoTags": "Az elemek címkék alapján történő csoportosítása",
+ "GroupItemsIntoTagsHelp": "Az elemek csoportosítása az azokhoz hozzárendelt címkék alapján. Bizonyos szűrők vagy rendezési sorrend engedélyezése ezen funkciót automatikusan letilthatja.",
+ "User": "Felhasználó",
+ "Access": "Hozzáférés",
+ "Users": "Felhasználók",
+ "Library": "Könyvtár",
+ "Devices": "Eszközök",
+ "Cancel": "Mégsem",
+ "Restart": "Újraindítás",
+ "Shutdown": "Leállítás",
+ "Logs": "Naplók",
+ "Visibility": "Láthatóság",
+ "Notifications": "Értesítések",
+ "SendTestNotification": "Tesztértesítés küldése",
+ "NotificationSent": "Értesítés elküldve",
+ "DeleteNotificationConfirmation": "Biztosan törli ezt az értesítést?",
+ "DeleteNotification": "Értesítés törlése",
+ "AddNotification": "Értesítés hozzáadása",
+ "EditNotification": "Értesítés szerkesztése",
+ "LimitUserEventsTo": "Korlátozza a felhasználói eseményeket",
+ "LimitLibraryEventsTo": "Korlátozza a könyvtár eseményeket",
+ "LimitDeviceEventsTo": "Korlátozza az eszközök eseményeit",
+ "ForAdditionalNotificationOptions": "További értesítési szolgáltatásokat a kiszolgáló rendszergazdája telepíthet az Emby {0}plugin katalógusban{1}.",
+ "Plugins": "Bővítmények",
+ "Systems": "Rendszerek",
+ "Server": "Szerver",
+ "Dashboard": "Vezérlőpult",
+ "PlayOnAnotherDevice": "Lejátszás másik eszközön",
+ "HeaderConnectionHelp": "Kapcsolat segítség",
+ "AccessRestrictedTryAgainLater": "A hozzáférés jelenleg korlátozott. Próbáld újra később.",
+ "ButtonGotIt": "Értettem",
+ "RememberMe": "Emlékezz rám",
+ "EmbyServer": "Emby Server",
+ "ManageEmbyServer": "Emby Server kezelése",
+ "ShutdownServer": "Emby Server leállítása",
+ "RestartServer": "Emby Server újraindítása",
+ "RecordingCancelled": "Felvétel megszakítva",
+ "SeriesCancelled": "Sorozat megszakítva",
+ "Recording": "Felvétel",
+ "SeriesRecording": "Sorozat felvétel",
+ "RecordingScheduled": "A felvétel ütemezve",
+ "SeriesRecordingScheduled": "A sorozat felvétele ütemezve",
+ "HeaderNewRecording": "Új felvétel",
+ "HeaderWakeServer": "Kiszolgáló felébresztés",
+ "AttemptingWakeServer": "A kiszolgáló felébresztése folyamatban. Kérlek várj...",
+ "WakeServerSuccess": "Siker!",
+ "HeaderCustomizeHomeScreen": "Kezdőképernyő testreszabása",
+ "WakeServerError": "A Wake On LAN csomagot elküldtük a szervergépedre, de nem tudtunk kapcsolódni az Emby Server-hez. Lehet, hogy az eszköznek több időre van szüksége a bekapcsolásra, vagy az Emby Server nincs aktiválva a gépen.",
+ "Days": "Nap",
+ "Network": "Hálózat",
+ "Networks": "Csatornák",
+ "SortByValue": "Rendezve: {0}",
+ "HeaderSortBy": "Megjelenítés",
+ "HeaderPhotoAlbums": "Fénykép albumok",
+ "Photos": "Fényképek",
+ "HeaderAppearsOn": "Látható ezekben",
+ "List": "Lista",
+ "HeaderRecordSeries": "Sorozat felvétele",
+ "HeaderCinemaMode": "Mozi előzetesek",
+ "Conversions": "Átalakítások",
+ "Downloads": "Letöltések",
+ "HeaderManageDownloads": "Letöltések kezelése",
+ "InternalStorage": "Belső tárhely",
+ "ExternalStorage": "Külső tárhely",
+ "UploadToFollowingServers": "Feltöltés szerverekre",
+ "UploadingNumItems": "{0} / {1} fájl feltöltése",
+ "DownloadNumItems": "Letöltés {0} a(z) {1}-ból/ből",
+ "HeaderSampleRate": "Mintavételi ráta",
+ "HeaderReferenceFrames": "Referencia képkocka",
+ "HeaderBitDepth": "Bitsűrűség",
+ "HeaderPixelFormat": "Pixelformátum",
+ "Profile": "Profil",
+ "Bitrate": "Bitráta",
+ "Expand": "Kiterjesztés",
+ "Container": "Tároló",
+ "Format": "Formátum",
+ "Path": "Útvonal",
+ "Size": "Méret",
+ "Resolution": "Felbontás",
+ "HeaderCodecTag": "Kodek címke",
+ "Framerate": "Képkocka sebesség",
+ "Interlaced": "Váltottsoros",
+ "Anamorphic": "Anamorfikus",
+ "Level": "Szint",
+ "Timestamp": "Időbélyeg",
+ "Language": "Nyelv",
+ "Codec": "Kodek",
+ "Stream": "Adatfolyam",
+ "HeaderExtradata": "Extra adat",
+ "HeaderHardwareAcceleratedTranscoding": "Hardveresen gyorsított átkódolás",
+ "HeaderHardwareAcceleratedTranscodingDescription": "Használja ki a szerver GPU-ját. Az Emby rendelkezik a legfejlettebb és leggyorsabb hardveres gyorsítással az iparágban.",
+ "HeaderOfflineDownloads": "Offline Média",
+ "AndMuchMoreExclamation": "És még sok más!",
+ "HeaderOfflineDownloadsDescription": "Média letöltése az eszközödre offline használathoz.",
+ "LiveTvFeatureDescription": "Közvetíts élő TV adásokat egy Emby alkalmazásba. Ehhez egy olyan Emby Server szükséges, ami rendelkezik kompatibilis TV tunerrel.",
+ "DvrFeatureDescription": "Időzíts élő TV felvételeket egyedileg, sorozatfelvételeket és még sok mást az Emby DVR-ral.",
+ "CinemaModeFeatureDescription": "A 'mozi előzetes' mód igazi mozi élményt nyújt előzetessel és egyedi intróval a film vetítése előtt.",
+ "HeaderFreeApps": "Ingyenes Emby alkalmazások",
+ "FreeAppsFeatureDescription": "Élvezz ingyenes hozzáférést az Emby alkalmazásokhoz.",
+ "HeaderBecomeProjectSupporter": "Emby Premiere beszerzése",
+ "HeaderViewServerInfo": "Szerver információ megtekintése",
+ "PlaybackTvModeRequiresEmbyPremiere": "A média lejátszásához TV módban aktív {0}Emby Premiere előfizetés szükséges{1}.",
+ "FeatureRequiresEmbyPremiere": "Ez a szolgáltatás aktív {0}Emby Premiere{1} előfizetést igényel.",
+ "HeaderConvertYourRecordings": "Felvételek konvertálása",
+ "Record": "Felvétel",
+ "Save": "Mentés",
+ "Edit": "Szerkesztés",
+ "HeaderSavePlaylist": "Lejátszási lista mentése",
+ "Latest": "Legújabb",
+ "Download": "Letöltés",
+ "Downloaded": "Letöltött",
+ "Converted": "Átalakított",
+ "RemoveFromHistory": "Eltávolítás az előzmények közül",
+ "ConfirmRemoveFromHistory": "Eltávolítja ezt az elemet az előzményekből?",
+ "Downloading": "Letöltés",
+ "Advanced": "Haladó",
+ "LinkedToEmbyConnect": "Kapcsolódva az Emby Connect-hez",
+ "Delete": "Törlés",
+ "Both": "Mindkét",
+ "LabelChannelDisplay": "Csatornák megtekintése",
+ "HeaderDeleteItem": "Elem törlése",
+ "HeaderDeleteUser": "Felhasználó törlése",
+ "DeleteItemConfirmation": "Biztos benne, hogy törölni kívánja a {0}-t ?",
+ "DeleteUserConfirmation": "Biztosan törlöd {0} felhasználót?",
+ "DeleteUsersConfirmation": "Biztosan törölni szeretnéd ezt a felhasználót {0}?",
+ "HeaderDeleteDevice": "Eszköz törlése",
+ "DeleteDeviceConfirmation": "Biztosan eltávolítod ezt az eszközt? Újra meg fog jelenni, amikor legközelebb egy felhasználó bejelentkezik róla.",
+ "ConfirmDeleteItem": "Az elem törlésével eltávolítod azt a könyvtáradból és a fájlrendszerből is.",
+ "FollowingFilesWillBeDeleted": "A következő fájlok és könyvtárak törlésre kerülnek:",
+ "AreYouSureToContinue": "Biztosan folytatni szeretnéd?",
+ "Refresh": "Frissítés",
+ "RefreshingMetadataDots": "Metaadatok frissítése...",
+ "ScanningLibraryFilesDots": "Könyvtárak beolvasása...",
+ "HeaderFavoritesThenByChannelNumber": "Kedvencek, aztán csatorna szám szerint",
+ "HeaderAddToCollection": "Hozzáadás gyűjteményhez",
+ "HeaderFavoritesThenByTitle": "Kedvencek, aztán cím alapján",
+ "HeaderFavoritesThenByDefault": "Kedvencek, aztán alapértelmezett csatorna sorrend szerint",
+ "HeaderDefaultChannelOrder": "Alapértelmezett Csatorna sorrend",
+ "HeaderAddToFavorites": "Hozzáadás a kedvencekhez",
+ "HeaderRemoveFromFavorites": "Eltávolítás a kedvencekből",
+ "Favorited": "Kedvenc",
+ "Unfavorited": "Nem kendvenc",
+ "HeaderNewCollection": "Új Gyűjtemény",
+ "HeaderNewPlaylist": "Új lejátszási lista",
+ "AllCollections": "Minden gyűjtemény",
+ "AllPlaylists": "Minden lejátszási lista",
+ "Create": "Létrehozás",
+ "HeaderAddedToPlaylist": "Hozzáadva a lejátszási listához",
+ "HeaderAddedToCollection": "Hozzáadva a Gyűjteményhez",
+ "OneItemAddedTo": "1 tétel hozzáadva a \"{0}\"-hoz.",
+ "ItemsAddedTo": "{0} tétel hozzáadva a \"{1}\"-hoz.",
+ "HeaderAddedToPlayQueue": "Hozzáadva a lejátszási listához",
+ "HeaderPlayingNext": "Következő lejátszása",
+ "Help": "Segítség",
+ "HeaderGetHelp": "Kérjen segítséget",
+ "LabelTVDisplayMode": "TV megjelenítési mód engedélyezése",
+ "Desktop": "Asztal",
+ "Mobile": "Mobil / táblagép",
+ "Navigation": "Navigáció",
+ "HeaderVideoPlayback": "Videó lejátszás",
+ "TV": "TV",
+ "HeaderEmbyConnect": "Emby Connect",
+ "Seasons": "Évadok",
+ "OneTrack": "1 szám",
+ "OneSeason": "1 évad",
+ "Libraries": "Könyvtárak",
+ "NumberSeasonsValue": "{0} évad",
+ "TVDisplayModeHelp": "Optimalizáld a felhasználói felületet ezen az eszközön TV-n való megjelenítéshez és távirányítós vezérléshez. Ez általában nem ajánlott, ha az elsődleges beviteli módszered egér- vagy érintésalapú.",
+ "LabelDisplayLanguage": "Megjelenítési nyelv",
+ "LabelDisplayLanguageHelp": "Az Emby fordítása egy folyamatban lévő project.",
+ "LearnHowYouCanContribute": "Így járulhatsz hozzá a fordításhoz.",
+ "NewCollectionHelp": "A gyűjtemények segítségével személyre szabott csoportosításokat hozhatsz létre a filmekből és más tartalmakból.",
+ "SearchForCollectionInternetMetadata": "Keress képeket és metaadatokat az interneten",
+ "DisplayMissingEpisodesWithinSeasons": "Hiányzó évad epizódok megjelenítése",
+ "DisplayMissingEpisodesWithinSeasonsHelp": "Ezt engedélyezni kell az Emby Server beállításban lévő TV könyvtárak esetében is.",
+ "EnableThemeSongs": "Főcímdalok engedélyezése",
+ "EnableBackdrops": "Háttérképek engedélyezése",
+ "EnableThemeSongsHelp": "Ha engedélyezve van, a főcímdalok a háttérben játszódnak le a könyvtár böngészése közben.",
+ "EnableBackdropsHelp": "Ha engedélyezve van, akkor a háttérképek a könyvtár böngészése során, egyes oldalak hátterében jelennek meg.",
+ "EnableThemeVideos": "Háttérvideók engedélyezése",
+ "EnableThemeVideosHelp": "Ha engedélyezve van, a videók a háttérben játszódnak le a könyvtár böngészése közben.",
+ "RunAtStartup": "Futtatás a rendszer indításakor",
+ "ServerStartup": "Kiszolgáló indítása",
+ "EmbyServerOnXHasStarted": "Emby Server a következő helyen indult el {0}.",
+ "LabelScreensaver": "Képernyővédő",
+ "LabelSoundEffects": "Hangeffektek",
+ "LabelName": "Név",
+ "NewCollectionNameExample": "Például: Star Wars Gyűjtemény",
+ "MessageItemsAdded": "Elemek hozzáadva.",
+ "OptionNew": "Új...",
+ "LabelPlaylist": "Lejátszási lista",
+ "AddToPlaylist": "Lejátszási listához adni",
+ "HeaderAddToPlaylist": "Lejátszási listához adni",
+ "Subtitles": "Feliratok",
+ "LabelTheme": "Téma",
+ "LabelSettingsTheme": "Beállítások témája",
+ "LabelThemeAccentColor": "Kiemelés színe",
+ "ThemeAccentColorDescription": "Szabályozza a fontos jelzők, ikonok és szövegek színét.",
+ "SearchForSubtitles": "Felirat keresése",
+ "LabelLanguage": "Nyelv",
+ "Search": "Keresés",
+ "NoSubtitleSearchResultsFound": "Nincs találat. Beállította a(z) {0}felirat letöltését a(z) {1}számára?",
+ "NoLyricsSearchResultsFound": "Nincs találat. Beállítottad a {0}dalszöveg letöltést{1}?",
+ "Lyrics": "Dalszöveg",
+ "SearchForLyrics": "Dalszöveg keresése",
+ "Finish": "Befejez",
+ "File": "Fájl",
+ "Exit": "Kilépés",
+ "Sleep": "Alvás",
+ "Setup": "Beállítások",
+ "MessageAreYouSureDeleteSubtitles": "Biztosan eltávolítod ezt a feliratot?",
+ "ConfirmDeletion": "Törlés megerősítése",
+ "MySubtitles": "Feliratok",
+ "MessageDownloadQueued": "Letöltés sorbaállítva.",
+ "HeaderEditSubtitles": "Feliratok szerkesztése",
+ "UnlockGuide": "Műsorújság feloldása",
+ "HeaderRefreshMetadata": "Metaadat frissítése",
+ "HeaderRefreshAllMetadata": "Minden metaadat frissítése",
+ "ReplaceExistingImages": "Cserélje ki a meglévő képeket",
+ "ReplaceExistingImagesHelp": "Az összes meglévő kép törlődik és újak kerülnek letöltésre. Egyes esetekben ez azt eredményezheti, hogy kevesebb kép áll rendelkezésre, mint korábban.",
+ "ReplaceAllMetadata": "Összes metaadat cseréje",
+ "SearchForMissingMetadata": "Keresés a hiányzó metaadatokra",
+ "LabelRefreshMode": "Frissítési mód",
+ "NoItemsFound": "Nincs találat.",
+ "HeaderSaySomethingLike": "Mondj valamit, mint...",
+ "ButtonTryAgain": "Újrapróbálkozás",
+ "HeaderYouSaid": "Azt mondtad...",
+ "MessageWeDidntRecognizeCommand": "Sajnáljuk, de nem ismertük fel ezt a parancsot.",
+ "MessageIfYouBlockedVoice": "Ha megtagadtad a hanghoz való hozzáférést, újra kell konfigurálnod az alkalmazást mielőtt újra megpróbálod.",
+ "ValueDiscNumber": "{0} lemez",
+ "Unrated": "Besorolatlan",
+ "Favorite": "Kedvenc",
+ "Like": "Tettszik",
+ "Dislike": "Nem tettszik",
+ "RefreshDialogHelp": "A metaadatok új adatokkal frissülnek az Emby könyvtár beállításaiban engedélyezett beállítások és metaadatszolgáltatók alapján.",
+ "Open": "Megnyitás",
+ "Play": "Lejátszás",
+ "Pause": "Szünet",
+ "HeaderPlayQueue": "Lejátszási sor",
+ "HeaderAddToPlayQueue": "Hozzáadás a lejátszási sorhoz",
+ "Shuffle": "Keverés",
+ "Identify": "Azonosítás",
+ "HeaderRemoveIdentification": "Azonosítás eltávolítása",
+ "ResetMetadataConfirmation": "Biztos, hogy vissza szeretné állítani az összes metaadatot?",
+ "HeaderEditMetadata": "Metaadat szerkesztése",
+ "Convert": "Átkonvertál",
+ "Resume": "Folytatás",
+ "HeaderInstantMix": "Azonnali mix",
+ "HeaderGoToItem": "Ugrás az elemhez",
+ "HeaderGoToSeason": "Ugrás az évadhoz",
+ "HeaderGoToSeries": "Ugrás a sorozathoz",
+ "HeaderGoToAlbum": "Ugrás az albumhoz",
+ "HeaderGoToArtist": "Ugrás az előadóhoz",
+ "HeaderPlayAll": "Összes lejátszása",
+ "PictureInPicture": "Kép a képben",
+ "Fullscreen": "Teljes képernyő",
+ "ExitFullscreen": "Kilépés a teljes képernyőből",
+ "Rewind": "Ugrás vissza",
+ "FastForward": "Ugrás előre",
+ "Remove": "Eltávolítás",
+ "Rename": "Átnevezés",
+ "Queue": "Sorba állítás",
+ "QueueAllFromHere": "Ősszes sorbaállítása innen",
+ "PlayAllFromHere": "Összes lejátszása innen",
+ "PlayFromBeginning": "Lejátszás az elejétől",
+ "FromBeginning": "Elejétől",
+ "ResumeAt": "Folytatás innen: {0}",
+ "HeaderRemoveFromPlaylist": "Törlés a lejátszási listáról",
+ "HeaderRemoveFromPlayQueue": "Eltávolítás a lejátszási sorból",
+ "HeaderRemoveFromCollection": "Törlés a Gyűjteményből",
+ "Sort": "Rendezés",
+ "Trailer": "Előzetes",
+ "SelectNone": "Válassza a Nincs lehetőséget",
+ "SelectAll": "Mindet kiválaszt",
+ "HeaderMarkPlayed": "Megnézettnek jelöl",
+ "HeaderMarkUnplayed": "Nem látottnak jelöl",
+ "HeaderGroupVersions": "Verziók csoportosítása",
+ "PleaseSelectTwoItems": "Kérjük, legalább két elemet válassz ki.",
+ "HeaderConfirmRecordingCancellation": "Felvétel megszakításának megerősítése",
+ "MessageConfirmRecordingCancellation": "Felvétel megszakítása?",
+ "Album": "Album",
+ "AlbumArtist": "Album előadója",
+ "Error": "Hiba",
+ "VoiceInput": "Hang bemenet",
+ "LabelContentType": "Tartalom típusa",
+ "LabelPath": "Útvonal",
+ "Playlists": "Lejátszási listák",
+ "LabelTitle": "Cím",
+ "LabelOriginalTitle": "Eredeti cím",
+ "LabelSortTitle": "Cím szerint",
+ "LabelDateAdded": "Hozzáadva",
+ "DateAdded": "Hozzáadás dátuma",
+ "DateModified": "Módosítás dátuma",
+ "DatePlayed": "Lejátszás dátuma",
+ "DateLastActive": "Legutóbbi aktivitás dátuma",
+ "ConfigureDateAdded": "Állítsd be, hogyan kerüljön megállapításra a hozzáadás dátuma az Emby Server vezérlőpultján a Könyvtár beállításokban",
+ "LabelStatus": "Státusz",
+ "LabelArtistsHelp": "A többszörös használat elkülönítése ;",
+ "HeaderAlbumArtists": "Album Előadók",
+ "LabelAlbumArtists": "Album előadók",
+ "LabelAlbum": "Album",
+ "Artist": "Előadó",
+ "Artists": "Előadók",
+ "ImdbRating": "IMDb értékelés",
+ "CommunityRating": "Közösségi értékelés",
+ "LabelCommunityRating": "Közösségi értékelés",
+ "LabelCriticRating": "Kritikusok értékelése",
+ "CriticRating": "Kritikusok értékelése",
+ "LabelWebsite": "Weboldal",
+ "Tagline": "Címke",
+ "LabelOverview": "Tartalom",
+ "LabelShortOverview": "Rövid tartalom",
+ "LabelReleaseDate": "Megjelenés Dátuma",
+ "LabelPlaceOfBirth": "Születési hely",
+ "Aired": "Adásba került",
+ "LabelAirDays": "Adásba kerülési napok",
+ "LabelAirTime": "Adásba kerülés ideje",
+ "LabelRuntimeMinutes": "Játékidő (perc)",
+ "LabelCustomRating": "Egyéni értékelés",
+ "LabelOriginalAspectRatio": "Eredeti képarány",
+ "Label3DFormat": "3D formátum",
+ "FormatValue": "Formátum: {0}",
+ "DownloadsValue": "{0} letöltés",
+ "HashMatch": "Hash egyezés",
+ "EnableExternalVideoPlayers": "Külső lejátszók engedélyezése",
+ "EnableExternalVideoPlayersHelp": "A videólejátszás elindításakor megjelenik egy külső lejátszó menü.",
+ "HeaderSpecialEpisodeInfo": "Különleges epizód információ",
+ "LabelAirsDuringSeason": "Adások az évad folyamán",
+ "LabelAirsAfterSeason": "Évad után került adásba",
+ "LabelAirsBeforeEpisode": "Epizód előtt került adásba",
+ "HeaderExternalIds": "Külső azonosítók",
+ "HeaderDisplaySettings": "Képernyő beállítások",
+ "PlaylistOrder": "Lejátszási lista sorrendje",
+ "CollectionOrder": "Gyűjtemény rendezése",
+ "LabelDisplayOrder": "Megjelenítési sorrend",
+ "LabelFileOrder": "Fájlsorrend",
+ "Display": "Megjelenítés",
+ "Countries": "Országok",
+ "Genres": "Műfajok",
+ "Studios": "Stúdiók",
+ "Tags": "Címkék",
+ "Links": "Hivatkozások",
+ "Movie": "Film",
+ "Program": "Program",
+ "Channel": "Csatorna",
+ "Episode": "Epizód",
+ "Season": "Évad",
+ "HeaderMetadataSettings": "Metaadat Beállítások",
+ "People": "Személyek",
+ "Number": "Szám",
+ "Lock": "Zárol",
+ "HeaderScreenLocked": "Képernyő zárolva",
+ "HeaderUnlockControls": "Vezérlők feloldása",
+ "HeaderTapToUnlock": "Koppintson a feloldáshoz",
+ "LabelMetadataDownloadLanguage": "Elsődleges metaadat letöltési nyelv",
+ "LabelImageDownloadLanguage": "Kép letöltésének előnyben részesített nyelve",
+ "LabelLockItemToPreventChanges": "Elem lezárása a jövőbeni változások elkerülése érdekében",
+ "LockThisField": "Ezen adatmező lezárása a jövőbeni változások elkerülése érdekében amikor a metaadatok frissítésre kerülnek",
+ "MessageLeaveEmptyToInherit": "Hagyja üresen a beállítások öröklésére egy szülőelemről, vagy a globális alapértelmezett értékről.",
+ "LabelCountry": "Ország",
+ "LabelCertificationCountry": "Besorolás országa",
+ "CertificationCountryHelp": "Ez befolyásolja a használt tartalombesorolási rendszert.",
+ "LabelDynamicExternalId": "{0} Azonosító",
+ "LabelBirthYear": "Születési év",
+ "LabelBirthDate": "Születési dátum",
+ "LabelDeathDate": "Halálozási dátum",
+ "LabelEndDate": "Befejezés dátuma",
+ "LabelSeasonNumber": "Évad száma",
+ "LabelEpisodeNumber": "Epizód száma",
+ "LabelTrackNumber": "Dal sorszáma",
+ "LabelNumber": "Szám",
+ "LabelDiscNumber": "Lemez száma",
+ "LabelParentNumber": "Szülő száma",
+ "SortName": "Cím szerinti rendezés",
+ "OriginalTitle": "Eredeti cím",
+ "ReleaseDate": "Megjelenés dátuma",
+ "Continuing": "Folytatva",
+ "Ended": "Befejezve",
+ "HeaderEnabledFields": "Engedélyezett mezők",
+ "HeaderEnabledFieldsHelp": "Törölje a jelölést egy mezőből, hogy lezárja és megakadályozza az adatok megváltoztatását.",
+ "Backdrops": "Hátterek",
+ "Images": "Képek",
+ "Runtime": "Játékidő",
+ "ProductionLocations": "Gyártási helyek",
+ "BirthLocation": "Születési hely",
+ "ParentalRating": "Korhatár besorolás",
+ "PlayCount": "Lejátszások száma",
+ "Name": "Név",
+ "Overview": "Áttekintés",
+ "LabelType": "Típus",
+ "LabelPersonRole": "Szerep",
+ "LabelPersonRoleHelp": "Példa: Fagylalt teherautó sofőr",
+ "Actor": "Színész",
+ "Composers": "Zeneszerzők",
+ "Composer": "Zeneszerző",
+ "Director": "Rendező",
+ "GuestStar": "Sztárvendég",
+ "Producer": "Producer",
+ "Writer": "Író",
+ "MessageNoSyncJobsFound": "Nem található letöltés. Készítsen letöltési feladatokat az alkalmazás egész területén található Letöltés gombokkal.",
+ "MessageNoDownloadsFound": "Nincs offline letöltés. Töltse le a médiatartalmat offline használatra a Letöltés elemre való kattintással az alkalmazás egész területén.",
+ "InstallingPackage": "{0} Telepítése",
+ "PackageInstallCompleted": "{0} telepítése befejezve.",
+ "PackageInstallFailed": "{0} telepítése nem sikerült.",
+ "PackageInstallCancelled": "{0} telepítése megszakítva.",
+ "SeriesYearToPresent": "{0} - Napjainkig",
+ "OneDevice": "1 eszköz",
+ "DeviceCountValue": "{0} eszközök",
+ "OneLog": "1 napló",
+ "LogCountValue": "{0} naplók",
+ "OneVote": "1 szavazat",
+ "VoteCountValue": "{0} szavazatok",
+ "OneLike": "1 tetszés",
+ "LikeCountValue": "{0} tetszések",
+ "OneUser": "1 felhasználó",
+ "UserCountValue": "{0} felhasználók",
+ "OneLibrary": "1 könyvtár",
+ "LibraryCountValue": "{0} könyvtár",
+ "ValueOneItem": "1 elem",
+ "ValueOneEpisode": "1 epizód",
+ "ValueEpisodeCount": "{0} epizód",
+ "Albums": "Albumok",
+ "Song": "Dal",
+ "Songs": "Dalok",
+ "Authors": "Szerzők",
+ "Books": "Könyvek",
+ "AudioBooks": "Hangoskönyvek",
+ "HeaderAudioBooks": "Hangoskönyvek",
+ "HeaderAudioBook": "Hangoskönyv",
+ "HeaderIdentifyItemHelp": "Adj meg egy vagy több keresési kritériumot. Távolítsd el a kritériumokat a keresési eredmények növelése érdekében.",
+ "PleaseEnterNameOrId": "Kérjük adj meg egy nevet vagy egy külső azonosítót.",
+ "MessageItemSaved": "Elem mentve.",
+ "SearchResults": "A keresés eredménye",
+ "ServerNameIsRestarting": "Emby Server - {0} újraindul.",
+ "ServerNameIsShuttingDown": "Emby Server - {0} leáll.",
+ "HeaderDeleteItems": "Elemek törlése",
+ "ConfirmDeleteItems": "Az elem törlésével eltávolítod azt a könyvtáradból és a fájlrendszerből is.",
+ "PleaseRestartServerName": "Kérlek indítsd újra az Emby Server-t a következőn {0}",
+ "ConvertingDots": "Átkonvertálás...",
+ "LabelSyncNoTargetsHelp": "Úgy tűnik jelenleg nincs olyan alkalmazásod, amely támogatja a letöltést.",
+ "DownloadingDots": "Letöltés...",
+ "LearnMore": "További infó",
+ "LabelBitrateMbps": "Bitráta (Mbps)",
+ "ConvertUnwatchedVideosOnly": "Csak a még korábban nem megtekintett videók konvertálása",
+ "SyncUnwatchedVideosOnly": "Csak a még korábban nem megtekintett videók letöltése",
+ "ConvertUnwatchedVideosOnlyHelp": "Csak azon videók konvertálása melyek nem kerültek megjelölésre korábban teljesen megtekintettként.",
+ "SyncUnwatchedVideosOnlyHelp": "Csak azon videók kerüljenek letöltése melyek nem kerültek megjelölésre korábban teljesen megtekintettként. Azon videók melyek teljesen megtekintésre kerülnek azok eltávolításra kerülnek az eszközről.",
+ "AutomaticallySyncNewContent": "Új tartalom automatikus letöltése",
+ "AutomaticallySyncNewContentHelp": "Az ehhez a könyvtárhoz hozzáadásra kerülő új tartalmak automatikusan letöltődnek.",
+ "AutomaticallyConvertNewContent": "Új tartalmak automatikus konvertálása",
+ "AutomaticallyConvertNewContentHelp": "Az ehhez a könyvtárhoz hozzáadott új tartalmak automatikusan konvertálásra kerülnek.",
+ "LabelItemLimit": "Elemszám limit",
+ "ConvertItemLimitHelp": "Opcionális. Állíts be egy korlátozást a konvertálandó elemek számára.",
+ "DownloadItemLimitHelp": "Opcionális. Állíts be egy korlátozást a letöltendő elemek számára.",
+ "PleaseSelectDeviceToSyncTo": "Válassz egy eszközt a letöltéshez.",
+ "Screenshots": "Képernyőképek",
+ "MoveRight": "Mozgatás jobbra",
+ "MoveLeft": "Mozgatás balra",
+ "HeaderUploadNewImage": "Új kép feltöltése",
+ "HeaderDeleteImage": "Kép törlése",
+ "ConfirmDeleteImage": "Kép törlése?",
+ "HeaderEditImages": "Képek szerkesztése",
+ "Settings": "Beállítások",
+ "ShowIndicatorsFor": "Mutatók megjelenítése",
+ "Episodes": "Epizódok",
+ "Programs": "Műsorok",
+ "HeaderCastCrew": "Szereplők és stáb",
+ "DvrSubscriptionRequired": "Az Emby Live TV & DVR aktív {0}Emby Premiere előfizetést{1} igényel.",
+ "HeaderCancelRecording": "Felvétel megszakítása",
+ "HeaderKeepRecording": "Felvétel megtartása",
+ "HeaderCancelSeries": "Sorozat elvetése",
+ "HeaderKeepSeries": "Sorozat megtartása",
+ "HeaderLearnMore": "Tudj meg többet",
+ "SeriesSettings": "Sorozat beállítások",
+ "HeaderRecordingOptions": "Rögzítés beállítások",
+ "HeaderDoNotRecord": "Ne rögzítse",
+ "HeaderSeriesOptions": "Sorozat beállítási lehetőségek",
+ "Layout": "Elrendezés",
+ "Channels": "Csatornák",
+ "ChannelNameOnly": "Csak {0} csatorna",
+ "Anytime": "Bármikor",
+ "AnyLanguage": "Bármely nyelv",
+ "AroundTime": "Körülbelül {0}",
+ "HeaderLatestMovies": "Legújabb filmek",
+ "All": "Mind",
+ "Stop": "Állj",
+ "AllChannels": "Összes csatorna",
+ "NewEpisodesOnly": "Csak új epizódok",
+ "AllEpisodes": "Összes epizód",
+ "LabelStartWhenPossible": "Indítsa amikor lehetséges",
+ "LabelStopWhenPossible": "Állítsa meg amikor lehetséges",
+ "MinutesBefore": "perccel korábban",
+ "MinutesAfter": "perccel utána",
+ "SkipEpisodesAlreadyInMyLibrary": "A könyvtárban már szereplő epizódokat ne rögzítse",
+ "SkipEpisodesAlreadyInMyLibraryHelp": "Az epizódokat összehasonlítjuk az évad és az epizód számával, ha rendelkezésre állnak.",
+ "LabelKeepUpTo": "Tartsa fel",
+ "AsManyAsPossible": "Amennyi lehetséges",
+ "DefaultErrorMessage": "Hiba történt a kérés feldolgozásakor. Kérlek, próbáld újra később.",
+ "UntilIDelete": "Amíg nem töröltem",
+ "UntilSpaceNeeded": "Amíg helyre nincs szükség",
+ "Categories": "Kategóriák",
+ "Sports": "Sportok",
+ "News": "Hírek",
+ "Movies": "Filmek",
+ "Music": "Zene",
+ "Kids": "Gyerekek",
+ "MoreFromValue": "Még több innen: {0}",
+ "DiedValue": "Meghalt: {0}",
+ "BornValue": "Született: {0}",
+ "EnableColorCodedBackgrounds": "Színnel megjelölt háttér alkalmazása kategória alapján",
+ "SortChannelsBy": "Csatornák rendezése",
+ "ChannelNumber": "Csatorna száma",
+ "HeaderBenefitsEmbyPremiere": "Emby Premiere előnyei",
+ "ThankYouForTryingEnjoyOneMinute": "Kérjük, élvezze az 1 perces lejátszást. Köszönjük, hogy kipróbálta az Emby-t.",
+ "HeaderTryPlayback": "Próbálja ki a lejátszást",
+ "HowDidYouPay": "Hogyan fizetett?",
+ "IHaveEmbyPremiere": "Van Emby Premiere-em",
+ "IPurchasedThisApp": "Megvásároltam ezt az alkalmazást",
+ "ButtonRestorePreviousPurchase": "Vásárlás visszaállítása",
+ "ButtonUnlockWithPurchase": "Feloldás vásárlással",
+ "ButtonUnlockPrice": "Feloldás {0}",
+ "EmbyPremiereMonthlyWithPrice": "Emby Premiere havonta {0}",
+ "HeaderAlreadyPaid": "Már Fizetve?",
+ "ButtonPlayOneMinute": "Egy perc lejátszása",
+ "PlaceFavoriteChannelsAtBeginning": "Helyezze a kedvenc csatornákat az elejére",
+ "HeaderUnlockFeature": "Funkció feloldása",
+ "MessageDidYouKnowCinemaMode": "Tudtad, hogy az Emby Premiere-t használva olyan funkciókkal fokozhatod az élményeket, mint a mozi előzetesek?",
+ "HeaderPlayMyMedia": "Médiatáram lejátszása",
+ "HeaderDiscoverEmbyPremiere": "Fedezd fel az Emby Premiere-t",
+ "HeaderNowPlaying": "Most játszva",
+ "Items": "Elemek",
+ "AppName": "Alkalmazás neve",
+ "OneChannel": "Egy csatorna",
+ "ConfirmRemoveDownload": "Letöltés eltávolítása?",
+ "ConfirmRemoveItem": "Eltávolítja az elemet?",
+ "RemoveDownload": "Letöltés eltávolítása",
+ "ConfirmCancelConversion": "Megszakítja az átalakítást?",
+ "CancelConversion": "Konvertálás megszakítása",
+ "KeepDownload": "Letöltés megtartása",
+ "AddedOnValue": "Hozzáadva {0}",
+ "RemovingFromDevice": "Eltávolítva az eszközről",
+ "KeepOnDevice": "Az eszközön tartás",
+ "CancelDownload": "Letöltés megszakítása",
+ "SyncJobItemStatusReadyToTransfer": "Készen áll az átvitelre",
+ "SyncJobItemStatusSyncedMarkForRemoval": "Eltávolítás az eszközről",
+ "SyncJobItemStatusQueued": "Sorba állítva",
+ "SyncJobItemStatusConverting": "Átkonvertálás",
+ "SyncJobItemStatusTransferring": "Átvitel",
+ "SyncJobItemStatusSynced": "Letöltve",
+ "Failed": "Sikertelen",
+ "SyncJobItemStatusRemovedFromDevice": "Eltávolítva az eszközről",
+ "Cancelled": "Törölve",
+ "Retry": "Újra",
+ "Continue": "Tovább",
+ "ContinueInSecondsValue": "Tovább {0} mp múlva.",
+ "HeaderRemoteControl": "Távirányítás",
+ "Disconnect": "Lecsatlakozás",
+ "EnableDisplayMirroring": "Képernyő tükrözés engedélyezése",
+ "RemoteAccess": "Távoli hozzáférés",
+ "HeaderPlayOn": "Lejátszás itt",
+ "Quality": "Minőség",
+ "Auto": "Automatikus",
+ "AndroidUnlockRestoreHelp": "Hogy visszaállítsd az előző vásárlásod, kérjük, ellenőrizd, hogy ugyanazzal a Google fiókkal (vagy Amazon fiókkal) jelentkeztél be, amellyel a vásárlást végezted. Ellenőrizd, hogy a Google Play engedélyezve van és nincsenek érvényben szülői felügyelet korlátozások. Ezt a műveletet csak egyszer kell elvégezned a vásárlás visszaállításához.",
+ "HeaderAspectRatio": "Képarány",
+ "Original": "Eredeti",
+ "Fill": "Kitöltés",
+ "Cover": "Borító",
+ "MessageNoServersAvailableToConnect": "Nincsenek elérhető szerverek a kapcsolódáshoz. Ha meghívást kaptál egy másik szerverre, először fogadd el a meghívást az emailben található hivatkozás segítségével.",
+ "MessagePlayAccessRestricted": "A tartalom lejátszása korlátozva van. Kérjük, vedd fel a kapcsolatot az Emby Server adminisztrátorával további információért.",
+ "Accept": "Elfogad",
+ "Reject": "Visszautasít",
+ "Connect": "Kapcsolódás",
+ "HeaderMyMedia": "Médiatáram",
+ "HeaderMyMediaSmall": "Médiatáram (kicsi)",
+ "LatestFromLibrary": "Legújabb {0}",
+ "HeaderLatestEpisodes": "Legújabb Epizódok",
+ "ContinuePlaying": "Lejátszás folytatása",
+ "ContinueWatching": "Megtekintés folytatása",
+ "HeaderLatestChannelMedia": "Legutóbbi csatornaelemek",
+ "HeaderContinueWatching": "Lejátszás(ok) folytatása",
+ "HeaderContinueListening": "Lejátszás folytatása",
+ "HeaderActiveRecordings": "Aktív felvételek",
+ "HeaderLatestRecordings": "Legutóbbi felvételek",
+ "LabelConvertTo": "Konvertálás erre",
+ "LabelDownloadTo": "Letöltés ide",
+ "HeaderDownloadToDots": "Letöltés ide...",
+ "Next": "Következő",
+ "LabelSource": "Forrás",
+ "VersionNumber": "Verzió: {0}",
+ "HeaderAllLanguages": "Összes nyelv",
+ "Previous": "Előző",
+ "HeaderNextUp": "Következik",
+ "HeaderPlayNextUp": "Következő epizód lejátszása",
+ "HeaderLatestFrom": "Legújabb innen {0}",
+ "LabelHomeScreenSectionValue": "Kezdőképernyő blokk {0}",
+ "PasswordResetComplete": "A jelszó vissza lett állítva.",
+ "PasswordSaved": "A jelszó mentve.",
+ "SettingsSaved": "A beállítások elmentve.",
+ "Upcoming": "Közelgő",
+ "HeaderSelectImageFile": "Kép file kiválasztása",
+ "None": "Nincs",
+ "More": "Tovább",
+ "Up": "Fel",
+ "Down": "Le",
+ "Home": "Kezdőlap",
+ "Back": "Vissza",
+ "Random": "Véletlenszerű",
+ "Playback": "Lejátszás",
+ "Favorites": "Kedvencek",
+ "HeaderHomeScreen": "Kezdőképernyő",
+ "HeaderLatestChannelItems": "Legutóbbi csatornaelemek",
+ "HeaderLibraryOrder": "Médiatár rendezés",
+ "HeaderOnNow": "Most",
+ "HeaderForKids": "Gyerekeknek",
+ "HeaderPlaybackError": "Lejátszási hiba",
+ "PlaybackErrorNotAllowed": "Jelenleg nincs jogosultságod a tartalom lejátszásához. Kérjük, vedd fel a kapcsolatod az adminisztrátorral a részletekért.",
+ "RateLimitExceeded": "A fiókod elérte az Emby Server adminisztrátora által beállított egyidejű közvetítések számát. Kérjük, lépj kapcsolatba az adminisztrátorral.",
+ "PlaybackErrorNoCompatibleStream": "Jelenleg nincs elérhető kompatibilis adatfolyam. Kérjük, próbáld újra később vagy lépj kapcsolatba az adminisztrátorral további információkért.",
+ "PlaybackErrorPlaceHolder": "Kérjük, helyezd be a lemezt a videó lejátszásához.",
+ "PlaybackErrorNoPlayableItems": "Nem található lejátszható elem. Megpróbál egy üres mappát lejátszani?",
+ "Guide": "Műsorújság",
+ "Games": "Játékok",
+ "GameSystem": "Játék rendszer",
+ "Suggestions": "Javaslatok",
+ "HeaderFavoriteChannels": "Kedvenc csatornák",
+ "HeaderFavoriteCollections": "Kedvenc gyűjtemények",
+ "HeaderFavoritePlaylists": "Kedvenc lejátszási listák",
+ "Collection": "Gyűjtemény",
+ "Collections": "Gyűjtemények",
+ "LabelSelectFolderGroups": "Automatikusan csoportosítsa a következő mappák tartalmát olyan nézetekre, mint a Filmek, a Zene és a TV:",
+ "LabelSelectFolderGroupsHelp": "A ki nem választott mappák önmagukban, saját nézetben jelennek meg.",
+ "Mute": "Némít",
+ "Unmute": "Némítás feloldása",
+ "Folder": "Mappa",
+ "Folders": "Mappák",
+ "FileName": "Állomány neve",
+ "DisplayInOtherHomeScreenSections": "Megjelenítés a másodlagos kezdőképernyő szakaszaiban, például a legújabb médiában és folytathatja a lejátszást",
+ "DisplayInMyMedia": "Megjelenítés a kezdőképernyőn",
+ "Shows": "Sorozatok",
+ "MoviesAndShows": "Filmek és Sorozatok",
+ "HeaderMusicVideo": "Zenei videó",
+ "HeaderMusicVideos": "Zenei videók",
+ "MusicVideos": "Zenei videók",
+ "Videos": "Videók",
+ "MixedContent": "Vegyes tartalom",
+ "HomeVideos": "Házi videók",
+ "HomeVideosAndPhotos": "Házi videók és fényképek",
+ "TVShows": "TV sorozatok",
+ "HeaderLibraryFolders": "Könyvtár mappák",
+ "HeaderTermsOfPurchase": "Vásárlási feltételek",
+ "PrivacyPolicy": "Adatvédelmi irányelvek",
+ "TermsOfUse": "Használati feltételek",
+ "HeaderRepeatMode": "Ismétlési mód",
+ "HeaderToneMapping": "Tónus leképezése",
+ "RepeatOne": "Ismétlés egyszer",
+ "RepeatAll": "Folyamatos ismétlés",
+ "LabelDefaultScreen": "Alapértelmezett képernyő",
+ "ConfirmEndPlayerSession": "Le akarod állítani az Emby-t itt {0}?",
+ "Yesterday": "Tegnap",
+ "Yes": "Igen",
+ "No": "Nem",
+ "HeaderScanLibraryFiles": "Könyvtár fájljainak beolvasása",
+ "LiveTV": "Élő TV",
+ "Schedule": "Menetrend",
+ "Recordings": "Felvételek",
+ "ScanForNewAndUpdatedFiles": "Keresés az új és frissített fileokra",
+ "NewVersionOfXAvailableForY": "{0} elérhető a következőhöz: {1}",
+ "DirectStreamHelp1": "A média kompatibilis az eszköz felbontásával és az adathordozó típusával (H.264, AC3 stb.), de nem kompatibilis fájl konténerrel (.mkv, .avi, .wmv stb.). A videó újracsomagolásra kerül, mielőtt az eszközre továbbítja azt.",
+ "DirectStreamHelp2": "A közvetlen adatfolyam nagyon kevés feldolgozási energiát igényel, anélkül, hogy a videó minősége csökkenne.",
+ "MediaIsBeingConverted": "A média átalakul olyan formátumba amely kompatibilis a médialejátszóval.",
+ "StatsForNerds": "Szakértői statisztika",
+ "HeaderHardwareAcceleratedDecoding": "Hardveresen gyorsított dekódolás",
+ "HeaderHardwareAcceleratedEncoding": "Hardveresen gyorsított kódolás",
+ "HeaderDirectPlay": "Közvetlen lejátszás",
+ "DirectPlaying": "Közvetlen lejátszás",
+ "DirectStreaming": "Közvetlen adatfolyam",
+ "Transcode": "Átkódolás",
+ "Transcoding": "Átkódolás",
+ "ContainerBitrateExceedsLimit": "Bitráta csökkentése a minőség beállítása miatt",
+ "VideoCodecNotSupported": "Videó átalakítása kompatibilis kodekké",
+ "AudioCodecNotSupported": "Kompatibilis hang kodekké való átalakítás",
+ "SubtitleCodecNotSupported": "Feliratok átalakítása közvetlenül a videóba",
+ "DirectPlayError": "Lejátszási hibából való helyreállítás",
+ "ContainerNotSupported": "Kompatibilis konténerbe való átalakítás",
+ "VideoLevelNotSupported": "Kompatibilis videószintre való átalakítás",
+ "AudioBitrateNotSupported": "Kompatibilis hang bitrátára való átalakítás",
+ "AudioChannelsNotSupported": "Kompatibilis hang csatornaszámra való átalakítás",
+ "VideoResolutionNotSupported": "Megfelelő videó felbontásra való átalakítás",
+ "AudioProfileNotSupported": "Kompatibilis hang profilra való átalakítás",
+ "AudioSampleRateNotSupported": "Kompatibilis hang mintavételezési rátára való átalakítás",
+ "AnamorphicVideoNotSupported": "Anamorfikus videó nem támogatott",
+ "InterlacedVideoNotSupported": "Videó váltott-sorosság mentesítése",
+ "SecondaryAudioNotSupported": "Másodlagos hangsáv kiválasztása",
+ "ExternalAudioNotSupported": "Külső hangsáv kiválasztása",
+ "ErrorRemovingEmbyConnectAccount": "Hiba történt az Emby Connect felhasználó eltávolítása során. Kérjük ellenőrizd az internet kapcsolatod, majd próbáld újra.",
+ "HeaderEmbyAccountRemoved": "Az Emby fiók eltávolítva",
+ "MessageEmbyAccontRemoved": "Az Emby fiók eltávolítva a felhasználóról.",
+ "HeaderInvitationSent": "Meghívó elküldve",
+ "Offline": "Offline",
+ "HeaderSignUp": "Regisztráció",
+ "ServerDownloadMessage": "Az Emby Server letöltéséhez és telepítéséhez látogasson el a(z) {0}",
+ "ServerDownloadMessageWithoutLink": "Az Emby Server letöltéséhez és telepítéséhez látogasson el az Emby weboldalára.",
+ "MessageInvitationSentToUser": "Email elküldve a {0}, felkéri őket, hogy fogadják el a megosztási meghívást.",
+ "MessageInvitationSentToNewUser": "Email elküldve a {0}, felkéri őket, hogy regisztárljanak az Emby-hez.",
+ "GuestUserNotFound": "Felhasználó nem található. Ellenőrizze, hogy a név helyes-e és próbálkozzon újra, vagy próbálja meg beírni az email címüket.",
+ "ErrorReachingEmbyConnect": "Hiba történt az Emby Connect szerverhez való csatlakozás során. Kérjük ellenőrizd az internet kapcsolatod, majd próbáld újra.",
+ "ErrorAddingEmbyConnectAccount1": "Hiba történt az Emby Connect fiók létrehozása során. Van már Emby fiókod? Regisztrálhatsz itt: {0}.",
+ "ErrorAddingEmbyConnectAccount2": "Ha továbbra is hibákba ütközöl, kérjük küldj egy emailt a(z) {0} email címre arról a címről, amit az Emby fiókodhoz használtál.",
+ "ErrorAddingGuestAccount1": "Hiba történt az Emby Connect fiók létrehozása során. Van már Emby fiókod? Regisztrálhatsz itt: {0}.",
+ "ErrorAddingGuestAccount2": "Ha továbbra is hibákba ütközöl, kérjük küldj egy emailt a(z) {0} email címre, ami tartalmazza a saját és a másik fél címét is.",
+ "MessageEmbyAccountAdded": "Az Emby fiók hozzáadva ehhez a felhasználóhoz.",
+ "MessagePendingEmbyAccountAdded": "Az Emby fiók hozzáadva ehhez a felhasználóhoz. Egy email kerül kiküldésre a fiók tulajdonosának. A meghívást meg kell erősíteni a kiküldött emailben található hivatkozásban.",
+ "HeaderEmbyAccountAdded": "Emby fiók hozzáadva",
+ "Skip": "Kihagyás",
+ "HeaderAdditionalParts": "További részek",
+ "ButtonGenerateNewPin": "Új PIN generálása",
+ "ConnectLoginHelp1": "Az Emby Connect-tel könnyedén hozzáférhetsz az Emby Server-hez akárhol vagy és megoszthatod a családoddal vagy barátaiddal.",
+ "CreatePinErrorMessage": "Hiba történt a PIN kód létrehozása során. Kérjük kattints az Új PIN generálása lehetőségre az újrapróbálkozáshoz.",
+ "PinExpiredMessage": "A PIN kód lejárt. Kérjük, kattints az Új PIN generálása lehetőségre az újrapróbálkozáshoz.",
+ "ConnectPinCodeHeader": "Az Emby Connect-tel való bejelentezéshez kérjük, nyisd meg a(z) {0} weboldalt egy számítógépen vagy mobileszközön, és add meg a következő PIN kódot:",
+ "LabelSubtitlePlaybackMode": "Felirat mód",
+ "ErrorDeletingItem": "Hiba történt az elem törlése során az Emby Server-en. Kérjük, ellenőrizd, hogy a szervernek van-e írási jogosultságod a médiatartalom mappájában és próbáld újra.",
+ "NoSubtitles": "Nincs felirat",
+ "Default": "Alapértelmezett",
+ "Absolute": "Abszolút",
+ "Smart": "Intelligens",
+ "Small": "Kicsi",
+ "Smaller": "Apró",
+ "Medium": "Közepes",
+ "Large": "Nagy",
+ "Larger": "Nagyobb",
+ "ExtraLarge": "Hatalmas",
+ "ExtraSmall": "Extra kicsi",
+ "Forced": "Kényszerített",
+ "External": "Külső",
+ "HeaderEmbeddedTitle": "Beágyazott cím",
+ "OnlyForcedSubtitles": "Csak kényszerített feliratok",
+ "AlwaysPlaySubtitles": "Mindig mutassa a feliratokat",
+ "DefaultSubtitlesHelp": "A feliratok betöltése az alapértelmezett és a kényszerített metaadat címkék alapján történik. A nyelvi beállítások figyelembe lesznek véve, ha több lehetőség áll rendelkezésre.",
+ "SmartSubtitlesHelp": "A feliratok csak akkor kerülnek megjelenítésre, ha a videó idegen nyelvű.",
+ "HeaderSubtitleSettings": "Felirat beállítások",
+ "HeaderSubtitleAppearance": "Felirat kinézete",
+ "OnlyForcedSubtitlesHelp": "Csak a kényszerítettként megjelölt feliratok lesznek megjelenítve.",
+ "AutoSelectHearingImpairedHelp": "A nyelvi preferenciának megfelelő feliratokat tölti be a rendszer, előnyben részesítve a hallássérültként (SDH) megjelölt hangsávokat.",
+ "AlwaysPlaySubtitlesHelp": "A nyelvi beállításoknak megfelelő feliratok a videó nyelvétől függetlenül betöltődnek.",
+ "NoSubtitlesHelp": "A feliratok alapértelmezésként nem kerülnek betöltésre, de manuálisan bekapcsolhatók lejátszás közben.",
+ "LabelPreferredSubtitleLanguage": "Feliratok előnyben részesített nyelve",
+ "LabelTextSize": "Szöveg mérete",
+ "TheseSettingsAffectSubtitlesOnThisDevice": "Ez a beállítás befolyásolja a feliratok megjelenését az eszközön",
+ "LabelDropShadow": "Árnyék",
+ "LabelTextBackgroundColor": "Szöveg háttérszíne",
+ "LabelWindowBackgroundColor": "Szöveg háttérszíne",
+ "LabelFont": "Betűpus",
+ "LabelTextColor": "Szöveg színe",
+ "LabelBackgroundColor": "Háttér színe",
+ "LabelBackgroundOpacity": "Háttér homályossága",
+ "Raised": "Emelt",
+ "Depressed": "Mélyített",
+ "Uniform": "Egységes",
+ "DropShadow": "Árnyék",
+ "SmallCaps": "Kis nagybetűk",
+ "SubtitleAppearanceSettingsDisclaimer": "Ez a beállítás nem lesz hatással a grafikus feliratokra (PGS, DVD, stb.) vagy olyan feliratokra, amelyeknek saját beágyazott stílusa van (ASS/SSA).",
+ "Normal": "Normális",
+ "HeaderWaitingForWifi": "Wifi-re vár",
+ "WifiRequiredToDownload": "Wifi kapcsolat szükséges a letöltés folytatásához.",
+ "DownloadOnlyOnWifi": "Feltöltés csak WiFi-n keresztül",
+ "LabelMusicDownloadQuality": "Zeneletöltés minősége",
+ "MusicDownloadQualityHelp": "A magasabb bitrátájú hangfájlokat az Emby Server konvertálja. Válasszon magasabb értéket a jobb minőség érdekében, vagy alacsonyabb értéket a helyi tárhely megőrzése érdekében.",
+ "HeaderDownloadSettings": "Letöltés beállítások",
+ "LabelDownloadLocation": "Letöltés helye",
+ "BrowseForFolder": "Keresse meg a mappát",
+ "Unlimited": "Korlátlan",
+ "NoLimit": "Nincs korlátozás",
+ "Hide": "Elrejt",
+ "HeaderKeepWatching": "Nézd tovább",
+ "HeaderNextEpisode": "Következő epizód",
+ "AudioBitDepthNotSupported": "Kompatibilis hang bitmélységre való átalakítás",
+ "VideoBitrateNotSupported": "Átalakítás kompatibilis videó bitrátára",
+ "VideoProfileNotSupported": "Kompatibilis videó profilra való átalakítás",
+ "VideoFramerateNotSupported": "Kompatibilis videó képkocka sebességre való átalakítás",
+ "VideoBitDepthNotSupported": "Kompatibilis videó bitmélységre való átalakítás",
+ "RefFramesNotSupported": "Kompatibilis (videó) referencia képkockára való átalakítás",
+ "ErrorConnectServerUnreachable": "Hiba történt a kért művelet végrehajtása során. A szerver nem tud kapcsolatba lépni az Emby Connect szerverrel a (z) {0} címen. Győződjön meg arról, hogy szerverének aktív internet kapcsolata van és, hogy a kommunikációt minden telepített tűzfal vagy biztonsági szoftver lehetővé teszi.",
+ "HeaderStopRecording": "Felvétel leállítása",
+ "ManageRecording": "Felvétel kezelése",
+ "LabelDropImageHere": "Dobd ide a képet vagy kattints a böngészéshez.",
+ "MessageFileReadError": "Hiba történt a fájl olvasásakor. Kérlek próbáld újra.",
+ "Browse": "Tallózás",
+ "HeaderUploadImage": "Kép feltöltés",
+ "HeaderAddUpdateImage": "Kép hozzáadása / frissítése",
+ "HeaderShowFields": "Mutasd a mezőket",
+ "LabelView": "Nézet",
+ "LabelImageType": "Kép típusa",
+ "Upload": "Feltöltés",
+ "Primary": "Elsődleges",
+ "PrimaryImageBlur": "Elsődleges kép elmosódása",
+ "Art": "Grafika",
+ "Backdrop": "Háttér",
+ "Banner": "Banner",
+ "Box": "Doboz",
+ "BoxRear": "Doboz (Hátulja)",
+ "Disc": "Lemez",
+ "Logo": "Logó",
+ "LogoDark": "Logó (Sötét Változat)",
+ "LogoLight": "Logó (Világos Változat)",
+ "LogoLightColor": "Logó (világos színes)",
+ "Menu": "Menü",
+ "Screenshot": "Képernyőkép",
+ "Thumb": "Miniatűr",
+ "HeaderAudioSettings": "Hang beállítások",
+ "LabelAudioLanguagePreference": "Elsődleges hang nyelve",
+ "LabelPlayDefaultAudioTrack": "Az alapértelmezett hangsáv lejátszása a választott nyelvtől függetlenül",
+ "HeaderVideoQuality": "Videó minőség",
+ "CinemaModeConfigurationHelp": "A mozi előzetesek egyenesen a nappaliba hozzák a moziélményt, filmelőzetes és egyéni intro formájában még a film lejátszása előtt.",
+ "ShowUpNextPreview": "A következő előnézetének megjelenítése",
+ "ShowUpNextPreviewHelp": "A következő elem információinak megjelenítése az aktuális elem végén.",
+ "PlayNextEpisodeAutomatically": "Következő epizód automatikus lejátszása",
+ "LabelMaxChromecastBitrate": "Chromecast adatfolyam minősége",
+ "LabelSkipBackLength": "Visszafelé ugrás hossza",
+ "LabelSkipForwardLength": "Előreugrás hossza",
+ "EnableCinemaMode": "Mozi előzetes engedélyezése",
+ "LabelInternetQuality": "Internet minőség",
+ "LabelCellularQuality": "Távoli adatfolyam minősége (mobilhálózat)",
+ "HeaderMusicQuality": "Zene minőség",
+ "LabelHomeNetworkQuality": "Otthoni hálózat minőség",
+ "HeaderLatestMedia": "Legújabb média",
+ "HeaderRestartingEmbyServer": "Emby Server újraindítása",
+ "RestartPleaseWaitMessage": "Kérlek várj, amíg az Emby Server leáll és újraindul. Ez akár egy-két percig is eltarthat.",
+ "HeaderPlayNext": "Következő lejátszása",
+ "AutoBasedOnLanguageSetting": "Automatikus (a nyelvi beállítások alapján)",
+ "SameAsMainTheme": "Ugyanaz, mint a fő téma",
+ "LabelDateTimeLocale": "Dátum és idő területi beállítás",
+ "Genre": "Műfaj",
+ "DirectorValue": "Rendező: {0}",
+ "DirectorsValue": "Rendezők: {0}",
+ "GenreValue": "Műfaj: {0}",
+ "GenresValue": "Műfajok: {0}",
+ "TagsValue": "Címkék: {0}",
+ "Off": "Ki",
+ "Title": "Cím",
+ "Year": "Év",
+ "Filter": "Szűrő",
+ "Filters": "Szűrők",
+ "Unplayed": "Lejátszatlan",
+ "LabelTVHomeScreen": "TV mód kezdőképernyője",
+ "Horizontal": "Vízszintes",
+ "Vertical": "Függőleges",
+ "HeaderGroupBy": "Csoportosítás",
+ "HeaderMediaType": "Média típusa",
+ "GroupBySeries": "Csoportosítás sorozatok szerint",
+ "HeaderVideoType": "Videó típusa",
+ "HeaderSeriesStatus": "Sorozat státusz",
+ "Features": "Jellemzők",
+ "Trailers": "Előzetesek",
+ "Extras": "Extrák",
+ "ThemeSongs": "Főcímdalok",
+ "ThemeVideos": "Háttérvideók",
+ "HeaderFavoriteMovies": "Kedvenc filmek",
+ "HeaderFavoritePhotos": "Kedvenc képek",
+ "HeaderFavoriteShows": "Kedvenc műsorok",
+ "HeaderFavoriteEpisodes": "Kedvenc epizódok",
+ "HeaderFavoriteVideos": "Kedvenc videók",
+ "HeaderFavoriteMusicVideos": "Kedvenc zenei videók",
+ "HeaderFavoriteGames": "Kedvenc játékok",
+ "HeaderFavoriteArtists": "Kedvenc előadók",
+ "HeaderFavoriteAlbums": "Kedvenc albumok",
+ "HeaderFavoriteSongs": "Kedvenc dalok",
+ "HeaderFavoriteAuthors": "Kedvenc szerzők",
+ "HeaderFavoriteAudioBooks": "Kedvenc hangoskönyvek",
+ "Ascending": "Növekvő",
+ "Descending": "Csökkenő",
+ "HeaderColorPrimaries": "Elsődleges színek",
+ "HeaderColorSpace": "Színtér",
+ "HeaderColorTransfer": "Színátvitel",
+ "HeaderVideoRange": "Videó tartomány",
+ "SeriesDisplayOrderHelp": "Rendezd az epizódokat az adásba kerülés szerint, DVD sorrend, vagy abszolút sorrend alapján.",
+ "LabelVerticalPositionFromBottom": "Függőleges pozíció (alulról számítva)",
+ "HeaderFavoritePeople": "Kedvenc személyek",
+ "MultiSelect": "Több kiválasztása",
+ "HeaderSignOut": "Kijelentkezés",
+ "HeaderSelectServer": "Szerver kiválasztás",
+ "HeaderChangeServer": "Szerver váltás",
+ "HeaderChangeUser": "Felhasználó módosítása",
+ "HeaderAppSettings": "Alkalmazás beállításai",
+ "HeaderLoginSettings": "Bejelentkezési beállítások",
+ "LabelRememberLogin": "Bejelentkezés megjegyzése",
+ "LabelAutomaticallySignOut": "Automatikus kijelentkezés",
+ "BetaTesterMessage": "Köszönjük az Emby Server béta tesztelését! Kérjük hagyj visszajelzést az {0}Emby közösség teszt szekciójában{1}.",
+ "HardwareAccelerated": "Hardveresen gyorsítva",
+ "Software": "Szoftver",
+ "Metadata": "Metaadat",
+ "HeaderMediaInfo": "Média információk",
+ "Locked": "Zárt",
+ "HeaderSplitVersionsApart": "Verziók különválasztása",
+ "Any": "Bármilyen",
+ "Admin": "Admin",
+ "HeaderReadMore": "További információk",
+ "CustomRatingHelp": "Az egyéni besorolást a szülői felügyelet értékeléséhez használják, de nem jelenik meg. A korhatár besorolás mező továbbra is megjelenik.",
+ "KeepUpToHelp": "A korlátot meghaladó felvételek a következő felvétel megkezdésekor törlődnek. A legrégebbi felvételek törlődnek először, a hozzáadás dátuma szerint.",
+ "NoItemsMatchingFound": "Nem található a keresési feltételeknek megfelelő elem.",
+ "TwoSearchCharsRequired": "Legalább két karaktert adj meg a kereséshez.",
+ "PreventPlaybackContinuing": "A végtelenségig tartó lejátszás megakadályozása az időnkénti felhasználói beavatkozás igénylése segítségével.",
+ "PromptStillWatching": "'Még mindig nézed?' engedélyezése",
+ "HeaderMissingMetadata": "Hiányzó metaadat",
+ "HeaderIncludedIn": "Tartalmazza",
+ "EmbyConnectUserAlreadyLinked": "Az Emby Connect felhasználó már kapcsolódik egy másik felhasználóhoz ezen a szerveren.",
+ "VideoFilesWillBeConvertedTo": "A konvertált videókat a következő formátumban menti {0}.",
+ "VideoWillBeConvertedTo": "A videó adatfolyamok konvertálódnak {0}-ra/re vagy másolódnak az eredeti fájlból, ha azok már {0} és a minőség illeszkedik a konvertálási lehetőségekbe.",
+ "VideoWillBeConvertedToOrCopied": "A videó adatfolyamok konvertálódnak {0}-ra/re vagy másolódnak az eredeti fájlból, ha azok bármelyike {1} és a minőség illeszkedik a konvertálási lehetőségekbe.",
+ "AudioWillBeConvertedTo": "A hang adatfolyamok konvertálódnak {0}-ra/re vagy másolódnak az eredeti fájlból, ha azok már {0} és a minőség illeszkedik a konvertálási lehetőségekbe.",
+ "AudioWillBeConvertedToOrCopied": "A hang adatfolyamok konvertálódnak {0}-ra/re, vagy másolódnak az eredeti fájlból, ha azok bármelyike ({1}) és a minőség illeszkedik az átalakítási lehetőségekbe.",
+ "HeaderSpecialKeys": "Különleges kulcsok",
+ "FollowingSpecialKeys": "A következő különleges kulcsok támogatottak a legtöbb billentyűzeten és távirányítón:",
+ "HeaderDeleteSeries": "Sorozatok törlése",
+ "HeaderDeleteLastPlayedEpisode": "Utoljára lejátszott epizód törlése",
+ "HeaderConnectingToServer": "Csatlakozás a szerverhez",
+ "ServerNameValue": "Szerver neve: {0}",
+ "DomainValue": "Tartomány: {0}",
+ "RatedValue": "Értékelés {0}",
+ "LocalServerRedirectMessage": "Ön most átirányításra kerül a tartományt tulajdonló és üzemeltető szerver adminisztrátorhoz melyhez csatlakozni kívánt:",
+ "AllMediaOwnedHosted": "Minden médiát birtokol és kezel a {0} tulajdonosa.",
+ "EnableResolutionSwitching": "A videó felbontásának beállítása",
+ "EnableResolutionSwitchingHelp": "Ez lehetővé teszi az Emby számára, hogy a felbontást ugyanarra az értékre állítsa, amelyre a videót a lejátszás megkezdése előtt kódolta. Ez segíthet minimalizálni az ugrás/akadozás mértékét, amelyet egyébként tapasztalhat olyan videók lejátszásakor, amelyek nem illenek jól.",
+ "EnableDisplayRefreshRateSwitching": "A kijelző frissítési frekvencia váltásának engedélyezése",
+ "EnableDisplayRefreshRateSwitchingHelp": "Ez lehetővé teszi az Emby számára, hogy a lejátszás megkezdése előtt a képernyő frissítési gyakoriságát ugyanarra az értékre (vagy többszörösére) állítsa, mint a videó képkockasebessége. Ez segíthet minimalizálni a nem jól illeszkedő videók lejátszásakor egyébként tapasztalható ugrást/akadozást.",
+ "RememberSelectedAudioTracks": "Emlékezzen a hangsáv kiválasztásokra",
+ "RememberSelectedSubtitleTracks": "Emlékezzen a feliratsáv kiválasztásokra",
+ "RememberSelectedSubtitleTracksHelp": "A korábbi feliratsáv kiválasztások megjegyzésre kerülnek az adott videókkal kapcsolatban, és annak újra lejátszása során alkalmazásra kerülnek.",
+ "RememberSelectedAudioTracksHelp": "A korábbi hangsáv kiválasztások megjegyzésre kerülnek az adott videókkal kapcsolatban és annak újra lejátszása során alkalmazásra kerülnek.",
+ "ClearSavedTrackSelections": "Mentett sáv kiválasztások törlése",
+ "HeaderClearTrackSelections": "Mentett sáv kiválasztások törlése",
+ "QuestionClearSavedTracks": "Törölje az összes mentett sáv kiválasztást?",
+ "LabelChannelTags": "Csatorna címkék",
+ "AfterThisPlaysConfirmation": "Ezen lejátszást követően szeretné megtartani ezt a lejátszási listát avagy töröljük a lejátszási listát?",
+ "Keep": "Megtart",
+ "Clear": "Töröl",
+ "HeaderClearFilters": "Szűrők Törlése",
+ "HeaderSearchForImages": "Képek keresése",
+ "HeaderSearchNewImage": "Új kép keresése",
+ "HeaderSearchForAnImage": "Kép keresése",
+ "DragDropToReorder": "Fogd és vidd az átrendezéshez",
+ "HeaderAddImageFromUrl": "Kép hozzáadása URL alapján",
+ "HeaderSetImageFromUrl": "Kép beállítása URL alapján",
+ "LabelUrl": "Url",
+ "LabelChannelNumber": "Csatorna szám",
+ "LabelGuideDataChannel": "Műsorújság adat csatorna",
+ "GuideDataSource": "Műsorújság adatforrás",
+ "HeaderCopyToClipboard": "Vágólapra másolás",
+ "TimeRemainingValue": "{0} hátralévő",
+ "LabelResumeRewindSeconds": "Folytatáskor automatikusan visszateker",
+ "ResumeRewindSecondsHelp": "Ez arra segíthet emlékezni, hogy hol hagytad abba. A kezdeti folytatásra vonatkozik, nem pedig minden egyes lejátszási szünetre.",
+ "HeaderSavePlayQueueToPlaylist": "Lejátszási sor mentése a lejátszási listára",
+ "EnableLogoImagesAsTitle": "A logóképek megjelenítése címként a részletező képernyőkön",
+ "EnableLogoImagesAsTitleHelp": "Ha rendelkezésre állnak, a logóképek a címszöveg helyett használhatók videókon, sorozatokon és egyéb részletező képernyőkön. Ha nem áll rendelkezésre logókép, a cím visszavált szöveggé.",
+ "LabelNowPlayingAudioBackgroundStyle": "Most játszott hang háttér stílusa",
+ "LabelNowPlayingVideoBackgroundStyle": "Most lejátszott videó háttér stílusa",
+ "NowPlayingVideoBackgroundStyleHelp": "Meghatározza a háttérstílust, amikor egy másik eszközről irányítja a videólejátszást.",
+ "Rotation": "Forgás",
+ "Minutes": "Perc",
+ "LabelMaxRecordingLength": "A felvétel maximális hossza",
+ "MaxRecordingLengthHelp": "Korlátozza a felvételeket egy meghatározott időtartamra, függetlenül az adás időtartamától. Ha az érték 0, akkor nincs korlátozás.",
+ "RemoteWAN": "Távoli (WAN) cím",
+ "HeaderLastConnectedTo": "Utolsó csatlakozás ide",
+ "Version": "Verzió",
+ "Keyword": "Kulcsszó",
+ "HeaderServerAddress": "Szerver címe",
+ "HeaderSkipIntro": "Bevezető átugrása",
+ "HeaderCreateRecording": "Felvétel készítése",
+ "HeaderAddRecording": "Felvétel hozzáadása",
+ "HeaderChannelAndTime": "Csatorna és idő",
+ "LabelRecordProgramOrSeriesFrom": "Rögzítsen egy műsort vagy sorozatot innen",
+ "LabelStartTime": "Kezdés időpontja",
+ "LabelEndTime": "Befejezés időpontja",
+ "LabelFrequency": "Frekvencia",
+ "Recurring": "Ismétlődő",
+ "Once": "Egyszer",
+ "Start": "Indítás",
+ "Unpause": "Folytatás",
+ "LabelIntroSkipMode": "Bevezető átugrása mód",
+ "ShowSkipIntroButton": "'Bevezető kihagyása' gomb megjelenítése",
+ "AutoSkipIntro": "Bevezetők automatikus átugrása",
+ "DisplayRatingInformationOnVideoPlaybackStart": "Besorolási információk megjelenítése a videó lejátszásának megkezdésekor",
+ "DisplayRatingInformationOnVideoPlaybackStartHelp": "A videó lejátszásának megkezdésekor rövid időre megjelenik az értékelési információ.",
+ "IntroSkipModeHelp": "Jelenítse meg a 'Bevezető kihagyása' gombot, vagy automatikusan kihagyja az olyan epizódok bevezetőit, amelyekben az Emby Server bevezetőjelzőket észlelt. A bevezető észlelést engedélyezni kell az Emby Server könyvtár beállításainál.",
+ "EnableHomeScreenFocusPreview": "Olyan elrendezést használjon a kezdőképernyőn, amely a kiválasztott elem részletes előnézetét mutatja",
+ "EnableHomeScreenFocusPreviewHelp": "Nem biztos, hogy jól működik, ha a kezdőképernyő különböző médiatípusok keverékét tartalmazza.",
+ "LabelHideMediaTransportButtons": "A videólejátszó kezelőgombjainak elrejtése",
+ "HideMediaTransportButtonsHelp": "Hozzon létre egy egyszerűbb, képernyőn megjelenő lejátszási felületet az alapvető kezelőgombok elrejtésével, mint például az előre, vissza és a szüneteltetés. Ezeket a funkciókat továbbra is használhatja a nyílbillentyűk és az OK/Enter használatával. Az Automatikus mód elrejti a kezelőgombokat, ha az alkalmazás nem észlel egérhasználatot.",
+ "ImageSizeHelp": "Állítsa be a kívánt képrács méretét.",
+ "LabelImageSize": "Kép mérete",
+ "ThisImageIsOnlyPreview": "Ez a kép csak egy előnézet, amely a metaadat keresőmotorból származik. Az Emby Server által letöltött tényleges kép eltérő lehet és az Emby könyvtár beállításaiban megadott beállításoktól függ.",
+ "ResultsRangeValue": "{0}-tól {1}-ig a {2} közül",
+ "NotificationsDescription": "Értesítések beállítása, hogy értesüljön az Emby Server fontos eseményeiről.",
+ "DeleteEmbyConnectAccount": "Emby Connect fiók törlése",
+ "DeleteEmbyConnectAccountHelp": "Emby Connect fiókja törléséhez jelentkezzen be {0}Emby Community{1} a következő címen {2}. Miután bejelentkezett, kattintson a felhasználónevére a jobb felső sarokban, majd kattintson a Fiókbeállítások elemre, majd a Fiókom törlése lehetőségre.",
+ "KeepPlayingInBackground": "Lejátszás folytatása a háttérben",
+ "LabelVideoBackBehavior": "Videólejátszó vissza gomb viselkedése",
+ "HeaderViewLyrics": "Dalszöveg megtekintése",
+ "HeaderViewMissingEpisodes": "Hiányzó epizódok megtekintése",
+ "HeaderMissingEpisodes": "Hiányzó epizódok",
+ "HeaderManageAccess": "Hozzáférés kezelése",
+ "HeaderManageCollaboration": "Együttműködés kezelése",
+ "HeaderLeaveCollaboration": "Együttműködés abbahagyása",
+ "HeaderRemoveFromLibrary": "Eltávolítás a könyvtárból",
+ "RemoveSharedItemConfirmation": "Biztos, hogy el akarja távolítani ezt az elemet a könyvtárából? Ahhoz, hogy visszakapja, a tulajdonosnak újra hozzáférést kell biztosítania Önnek.",
+ "SubtitlesDownloaded": "Letöltött feliratok",
+ "HeaderMakePrivate": "Legyen privát",
+ "HeaderMakePublic": "Legyen nyilvános",
+ "MakePublicDescription": "Minden felhasználó megtekintheti ezt az elemet. A felhasználók szerkesztési hozzáférést kaphatnak.",
+ "MakePrivateDescription": "A felhasználók továbbra is egyénileg kaphatnak hozzáférést.",
+ "Private": "Privát",
+ "Public": "Nyilvános",
+ "Collaborative": "Együttműködő",
+ "PreferredShowDisplay": "Előnyben részesített TV műsor megjelenítése",
+ "ShowAllEpisodesAllSeasons": "Az összes évad összes epizódjának megjelenítése",
+ "ShowAllEpisodesSingleSeason": "Az összes epizód megjelenítése csak egyetlen évados műsorokhoz",
+ "ShowSeasonFolders": "Mindig jelenítse meg az évad mappáit",
+ "HeaderAddAgain": "Hozzáadás újra",
+ "UpNext": "Következő",
+ "ItemsAlreadyInPlaylist": "Ezen elemek némelyike már szerepel a lejátszási listán.",
+ "ItemAlreadyInPlaylist": "Ez az elem már szerepel a lejátszási listán.",
+ "HeaderPlayChannel": "Csatorna lejátszása",
+ "LabelScreenOrientationDuringVideo": "Képernyő tájolása videó lejátszása közben",
+ "UseDeviceSetting": "Eszközbeállítás használata",
+ "LockToLandscape": "Zárolás fekvő módba",
+ "UsernameForFolderHelp": "A hálózati mappa eléréséhez szükséges felhasználónév (ha van).",
+ "PasswordForFolderHelp": "A hálózati mappa eléréséhez szükséges jelszó (ha van).",
+ "ShowMediaInfoOnDetailScreens": "A teljes médiatartalom megjelenítése a hang- és videórészletek képernyőjének alján",
+ "ForgotPasswordNoUserFound": "Nem található felhasználó a megadott névvel. Kérjük, próbálja újra, vagy hagyja üresen a nevet a szerver összes felhasználójának jelszavának visszaállításához.",
+ "Silver": "Ezüst",
+ "DimGray": "Halvány szürke",
+ "DarkGray": "Sötétszürke",
+ "LightGray": "Világos szürke",
+ "Black": "Fekete",
+ "Blue": "Kék",
+ "Cyan": "Cián",
+ "Gray": "Szürke",
+ "Green": "Zöld",
+ "Lime": "Lime",
+ "Magenta": "Magenta",
+ "Orange": "Narancs",
+ "Pink": "Rózsaszín",
+ "Red": "Piros",
+ "Yellow": "Sárga",
+ "White": "Fehér",
+ "Purple": "Lila",
+ "RecentlyReleasedMovies": "Nemrég megjelent filmek",
+ "RecentlyReleasedEpisodes": "Nemrég megjelent epizódok",
+ "DolbyProfile": "Dolby profil",
+ "IpAddress": "IP cím",
+ "VideoType": "Videó típusa",
+ "HidePlayedMediaFrom": "Lejátszott média elrejtése innen",
+ "BottomEdgePosition": "Alsó széle helyzete",
+ "VerticalPositionFromBottomScreen": "Állítsa be a feliratok függőleges pozícióját a képernyő aljához képest.",
+ "TopEdgePosition": "Felső széle helyzete",
+ "TopEdgePositionHelp": "A feliratok legnagyobb megengedett függőleges pozíciójának beállítása a képernyő tetejéhez képest. Ezt akkor kell használni, ha a feliratok tartalmaznak olyan pozicionálási utasításokat, amelyeket a képernyő tetején kell elhelyezni.",
+ "HeaderSubtitlePosition": "Felirat pozíciója",
+ "TitleProfilePin": "Profil PIN kód",
+ "ProfilePinConfirm": "Profil PIN kód (megerősítés)",
+ "SaveProfilePin": "PIN mentése",
+ "ProfilePinDescription": "Hozzon létre egy opcionális PIN kódot, amelynek megadását mindig kérjük az Emby alkalmazás indításakor egy olyan eszközön, amelyen már korábban azonosította magát. Ez akkor hasznos, ha több felhasználó által megosztott eszközökkel rendelkezik. Szükség szerint szelektíven engedélyezheti az egyes eszközökön.",
+ "TitleNewEpisodes": "Új epizódok",
+ "EnterYourPinToContinue": "A folytatáshoz adja meg a PIN kódot.",
+ "YourPinMustBe": "A PIN kódnak {0} számjegyűnek kell lennie.",
+ "ForgotPin": "Elfelejtette a PIN kódot?",
+ "RequireEnteringPinToReturn": "A profilom PIN kódjának megadására van szükség, amikor visszatérek az alkalmazáshoz.",
+ "RequireEnteringPinToReturnQuestion": "Kérdezzük meg Öntől a profil PIN kódját, amikor visszatér erre az alkalmazásra? Ha ezt az eszközt több felhasználó osztja meg, a profil PIN kódja segíthet megakadályozni, hogy a többi felhasználó hozzáférjen az Ön adataihoz.",
+ "RequireEnteringPinToReturnHelp": "Hasznos, ha az eszközt több felhasználó osztja meg.",
+ "WrongPinPleaseTryAgain": "Hoppá, rossz PIN kód. Kérjük, próbálja újra.",
+ "ProfilePinIsOn": "A profil PIN-kódja jelenleg be van kapcsolva.",
+ "IfTryingToConnectToHttp": "Ha az Emby Server-hez HTTP címmel próbál csatlakozni, előfordulhat, hogy a böngészője a HTTPS követelmények miatt ezt nem engedélyezi. Kérjük, próbálja meg a következők egyikét:",
+ "SetupHttpsForYourServer": "Állítsa be a {0}HTTPS-t az Emby Server{1} számára, hogy HTTPS használatával tudjon csatlakozni.",
+ "TitleUnableToReachServer": "A kiszolgáló nem elérhető",
+ "TitleUnableToReachName": "Nem elérhető {0}",
+ "HearingImpaired": "Hallássérült",
+ "SignIntoServerName": "Bejelentkezés ide: {0}",
+ "About": "Információ",
+ "Specials": "Különlegességek",
+ "NSettings": "{0} Beállítások",
+ "NPreferences": "{0} Tulajdonságok",
+ "DetailScreenOptions": "Részletező képernyők",
+ "LabelGenreDisplayLimit": "Műfaj megjelenítési korlát",
+ "GenreDisplayLimitHelp": "A tételrészletező képernyők tetején megjelenő műfajok számának korlátozása.",
+ "GenreDisplayLimitForListsHelp": "Korlátozza a lejátszási lista, a gyűjtemény és az előadó adatainak tetején megjelenő műfajok számát.",
+ "LabelGenreDisplayLimitForLists": "Műfaj megjelenítési korlát a listákhoz",
+ "ShowPosterOnDetails": "Poszter megjelenítése a részletező képernyőn",
+ "ShowPosterOnDetailsHelp": "Válassza ki, hogy a poszter megjelenjen-e a videó részletképernyőin, vagy rejtse el, hogy minimalistább, a hátteret hangsúlyozó megjelenést kapjon. Ez a beállítás kisebb képernyőelrendezéseknél nem használható. Egyes elemtípusok figyelmen kívül hagyják ezt a beállítást.",
+ "EnableAppLogging": "Alkalmazásnaplózás engedélyezése",
+ "EnableAppLoggingHelp": "A naplózás ronthatja az alkalmazás teljesítményét és csak akkor engedélyezhető, ha hibaelhárítás céljából szükséges. A módosításokhoz az alkalmazás újraindítása szükséges.",
+ "LabelSlideshowInterval": "Diavetítési idő diánként",
+ "TVChannelImageEditorHelp": "Több logóverzió támogatott. Az Emby alkalmazások automatikusan kiválasztják a megfelelőt az aktuális témától függően.",
+ "PlaySlideshow": "Diavetítés lejátszása",
+ "CheckForExistingEpisodesInAllLibraries": "Ellenőrizze a meglévő epizódokat az összes könyvtárban",
+ "GroupNotificationsBySeriesOrAlbum": "Csoportosítsa az értesítéseket sorozatok és albumok szerint",
+ "ThemeSettings": "Téma beállításai",
+ "FollowingActivityWillBeDisrupted": "A következő tevékenység megszakad, és manuális beavatkozást igényelhet az újraindításhoz:",
+ "OneActivePlaybackSession": "1 aktív videólejátszás",
+ "NumActivePlaybackSessions": "{0} aktív videólejátszás",
+ "OneActiveRecording": "1 Aktív felvétel",
+ "NumActiveRecordings": "{0} Aktív felvétel",
+ "PlayFromLivePosition": "Folytatás élőben",
+ "PlayFromStartOfRecording": "Lejátszás a felvétel elejétől",
+ "ThisChannelIsActivelyRecording": "Ez a csatorna aktívan rögzít. Hogyan szeretné elkezdeni a lejátszást?",
+ "ThemeSongVolume": "A főcímdal hangereje",
+ "HeaderForceConversionForFormats": "Átkódolás kényszerítése formátumokra",
+ "ForceConversionForFormatsHelp": "Használja ezt a szerveroldali átkódolás vagy remuxing kényszerítésére olyan formátumok esetén, amelyek nem játszhatók le közvetlenül ezen az eszközön.",
+ "StartupBehavior": "Indítási viselkedés",
+ "RememberLastUser": "Emlékezzen az utolsó felhasználóra",
+ "ShowLoginScreen": "Bejelentkezési képernyő megjelenítése",
+ "SignInAsValue": "Bejelentkezés mint {0}",
+ "ConvertUnsupportedAudio": "Nem támogatott térhatású hang átalakítása Dolby Digital formátumra",
+ "ConvertUnsupportedAudioHelp": "Kerülje a nem támogatott térhangzású formátumok sztereóra keverését és az Emby Server inkább Dolby Digital formátumba kódolja őket.",
+ "HeaderPlaybackCorrection": "Lejátszás javítása",
+ "HeaderAttemptPlaybackCorrection": "Lejátszás javítási kísérlet",
+ "PlaybackCorrectionConfirm": "Megpróbálja a lejátszás javítását?",
+ "PlaybackCorrectionDescription": "A jelenlegi elemnél jelentkezik lejátszási probléma, például nincs kép vagy hang? Ez megpróbálja kijavítani a lejátszási hibákat a szerveren átkódolással, hogy a fájlt adatfolyam barátabb formátumba alakítsa. Ez megnövelt erőforrás használatot eredményez az Emby Server-en.",
+ "PlaybackCorrectionDescription2": "Ezt videónként legfeljebb háromszor teheted meg, ahol a remuxing, a videó- és hang átkódolás egyenként, egymás után aktiválódnak.",
+ "HeaderAlbumsAsContributingArtist": "Albumok közreműködő előadóként",
+ "HeaderAlbumsAsComposer": "Albumok szerzőként",
+ "Duplicates": "Ismétlődések",
+ "HeaderSleepTimer": "Elalvás időzítő",
+ "AfterCurrentItem": "A jelenlegi elem után",
+ "HeaderStopPlayback": "Lejátszás leállítása",
+ "TurnOffTimer": "Időzítő kikapcsolása",
+ "SleepTimerIsSet": "Az elalvás időzítő be van állítva",
+ "SleepTimerIsOff": "Az elalvás időzítő ki van kapcsolva",
+ "LabelEnableRemoteControlTVMode": "Vetítési és távirányítási funkciók megjelenítése",
+ "EnableRemoteControlTVModeHelp": "Engedélyezze, ha ezt az eszközt média küldésére kívánja használni más eszközökre.",
+ "ShowOnScreenControls": "Képernyőn megjelenő vezérlők megjelenítése",
+ "LabelVideoScreenUpAction": "Videólejátszó felfelé gomb funkciója",
+ "VideoScreenUpActionHelp": "Válassza ki, milyen művelet történjen, amikor a felfelé gombot megnyomja a videólejátszó képernyőjén. Ez akkor érvényes, ha a képernyőn nincsenek látható vezérlők. Ha a vezérlők már láthatók, a felfelé gomb a navigációhoz lesz használva.",
+ "LabelVideoPlayerLongPressAction": "Videólejátszó hosszan nyomott gomb művelet",
+ "LetsGetSetup": "Kezdjük a beállítást",
+ "VideoPlayerLongPressActionHelp": "Válassza ki, hogy milyen funkció vagy menü jelenjen meg, amikor a videó lejátszása közben hosszan lenyomja az OK gombot. Ez csak akkor lép életbe, ha a videóvezérlők el vannak rejtve, vagy a keresősáv van fókuszban.",
+ "AskAdminToGetPremiere": "Ezt a vásárlást a szerver adminisztrátora tudja elvégezni. Kérd meg ennek az Emby Server-nek az adminisztrátorát, hogy jelentkezzen be és szerezze be az Emby Premiere-t, így hozzáférhetsz a prémium funkciókhoz.",
+ "AutoOpenSingleItemsFolders": "Automatikus megnyitás egyetlen elem esetén mappanézetben",
+ "AutoOpenSingleItemsFoldersHelp": "Ha egy mappa csak egy elemet tartalmaz, automatikusan nyissa meg azt az elemet.",
+ "PlayedOnValue": "Lejátszva: {0}",
+ "TheseSettingsApplyAppDevice": "Ezek a beállítások minden felhasználóra érvényesek, akik ezen az eszközön lejátszanak valamit.",
+ "LastContentDateAdded": "Utolsó tartalom hozzáadási dátuma",
+ "RepeatThemeMedia": "Háttéranyag (főcímdal, háttérvideók) lejátszásának ismétlése",
+ "HideEpisodeSpoilerInfo": "Spoilerinformációk elrejtése a nem nézett epizódokból",
+ "HideEpisodeSpoilerInfoHelp": "Elrejti a képet és az áttekintést a meg nem nézett epizódoknál a legtöbb képernyőn.",
+ "BornValueAge": "Született: {0} (életkor: {1})",
+ "PreferDirectStreamLiveTV": "Előnyben részesíti az élő TV adás folyamatos átvitelét",
+ "PreferDirectStreamLiveTVHelp": "Az élő TV közvetlen adatfolyama csökkenti az erőforrás használatot az Emby szerveren, de előfordulhat, hogy lejátszás közben kevésbé lesz kereshető. Ennek engedélyezése esetén az élő TV közvetlen adatfolyamban kerül továbbításra, ha a formátum támogatott és megfelel a beállított minőségi értékeknek. Letiltásával több keresési lehetőséget élvezhet lejátszás közben, viszont ez nagyobb erőforrás használattal jár.",
+ "HeaderAllRecordings": "Minden felvétel",
+ "RememberLoginDescription": "Bejelentkezés után az alkalmazás beállításaiban konfigurálhatod az indítási viselkedést, hogy megjegyezze a bejelentkezést, egy adott felhasználóként jelentkezzen be, vagy mindig megjelenítse a bejelentkezési képernyőt.",
+ "ForgetThisServer": "Felejtsd el ezt a szervert",
+ "ForgetServerConfirmation": "Biztosan el szeretné felejteni ezt a szervert?",
+ "HeaderThisDevice": "Ez az eszköz",
+ "ChaptersGuide": "Fejezetek / Élő TV műsorújság",
+ "ChaptersGuideHelp": "Fejezetek megjelenítése a fejezetekkel rendelkező médiáknál. A fejezetek nélküli médiáknál az Élő TV műsorújságot jeleníti meg (ha elérhető).",
+ "HeaderShowSeriesImages": "A sorozatok képeinek megjelenítése",
+ "AppExitConfirmation": "Készen állsz a kilépésre Emby-ből?",
+ "AppExitMenu": "Kilépés menü",
+ "SideMenu": "Oldalsó navigációs menü",
+ "SystemStorage": "Rendszer tárhely ({0})"
+}
diff --git a/modules/common/strings/id.json b/modules/common/strings/id.json
new file mode 100644
index 0000000..49ad268
--- /dev/null
+++ b/modules/common/strings/id.json
@@ -0,0 +1,1340 @@
+{
+ "ReplaceExistingThumbnailImages": "Replace existing video preview thumbnails",
+ "ReplaceExistingThumbnailImagesHelp": "All existing video preview thumbnails will be deleted and new ones will be generated, if enabled in the options for the library.",
+ "DateCreated": "Date Created",
+ "CreatedOnValue": "Created {0}",
+ "UpdatedOnValue": "Updated {0}",
+ "EmbyLoginTerms": "Emby dirancang untuk membantumu mengatur pustaka media pribadimu, seperti video dan foto pribadi. Silakan lihat {0}kebijakan layanan{1} kami. Penggunaan Emby menandakan persetujuan pada kebijakan tersebut.",
+ "MessageUnableToConnectToServer": "Kami tidak dapat menghubungi server yang dipilih. Harap pastikan server aktif kemudian silakan coba lagi.",
+ "EmbyIntroMessage": "With Emby you can easily stream videos, music and photos to smart phones, tablets and other devices from your Emby Server.",
+ "HeaderSignInWithConnect": "Masuk dengan Emby Connect",
+ "HeaderWelcomeToEmby": "Selamat datang di Emby",
+ "HeaderNewUsers": "Pengguna Baru",
+ "HeaderPleaseSignIn": "Silakan Masuk",
+ "MessageInvalidUser": "Nama pengguna atau sandi tidak sah. Silakan coba lagi.",
+ "MessageUnlockAppWithPurchaseOrSupporter": "Buka fitur ini dengan pembelian satu kali, atau dengan langganan Emby Premiere yang aktif.",
+ "MessageUnlockAppWithSupporter": "Buka fitur ini dengan langganan Emby Premiere.",
+ "MessageToValidateSupporter": "Jika kamu sudah memperoleh langganan Emby Premiere, pastikan kamu telah mengaturnya pada Dasbor Emby Server, dengan cara mengklik Emby Premiere pada menu utama.",
+ "ValueSpecialEpisodeName": "Special - {0}",
+ "HeaderSignIn": "Masuk",
+ "Share": "Bagikan",
+ "Shared": "Shared",
+ "Info": "Informasi",
+ "Add": "Tambah",
+ "Speed": "Kecepatan",
+ "PlaybackSpeed": "Playback Speed",
+ "Chapters": "Chapters",
+ "Password": "Sandi",
+ "SavePassword": "Simpan Sandi",
+ "LabelPassword": "Sandi:",
+ "HeaderResetPassword": "Reset Password",
+ "Series": "Serial",
+ "Preview": "Pratinjau",
+ "Submit": "Kirim",
+ "Never": "Never",
+ "Table": "Table",
+ "HeaderScheduledTasks": "Scheduled Tasks",
+ "Plays": "Plays",
+ "LastUsedAddressValue": "Last used {0}",
+ "LabelKeywordType": "Keyword type",
+ "HeaderSelectColumns": "Select Columns",
+ "HeaderTopResults": "Hasil Utama",
+ "HeaderPinSidebar": "Pin Sidebar",
+ "Collapse": "Collapse",
+ "LabelBackgroundVideoPlayback": "Background video playback",
+ "BackgroundVideoPlaybackHelp": "Background playback allows video to keep playing even when the screen is turned off.",
+ "AlwaysOn": "Selalu aktif",
+ "HeadphonesOrExternalSpeakersConnected": "Headphones or external speakers connected",
+ "HeaderKeyboardAndRemote": "Keyboard and Remote",
+ "NoSelectedItemsSupportOperation": "There are no items selected that support this operation.",
+ "NoOperationsForSelectedItems": "There are no operations available for the selected items.",
+ "UploadOnlyOnWifi": "Unggah hanya ketika berada di jaringan Wifi",
+ "HeaderFoldersToUpload": "Folder yang Diunggah",
+ "LabelPasswordConfirm": "Sandi (konfirmasi):",
+ "HeaderMoveUpInOrder": "Move Up In Order",
+ "HeaderDownUpInOrder": "Move Down In Order",
+ "LabelUsername": "Nama Pengguna:",
+ "HeaderAddServer": "Tambah Server",
+ "HeaderSubtitleOffset": "Subtitle Offset",
+ "Watching": "Watching",
+ "HeaderRemoveFromContinueWatching": "Hapus dari Lanjut Menonton",
+ "RemoveThisTitleFromContinueWatching": "Hapus judul ini dari Lanjut Menonton?",
+ "HeaderRemoveFromContinueListening": "Hapus dari Lanjut Mendengarkan",
+ "RemoveThisTitleFromContinueListening": "Hapus judul ini dari Lanjut Mendengarkan?",
+ "HeaderIncreaseSubtitleOffset": "Increase Subtitle Offset",
+ "HeaderDecreaseSubtitleOffset": "Decrease Subtitle Offset",
+ "Close": "Tutup",
+ "HeaderSeeAll": "Lihat Semua",
+ "HeaderOpenInNewWindow": "Buka di Jendela Baru",
+ "LabelEmail": "Email:",
+ "LabelHost": "Host",
+ "LabelHostHelp": "192.168.1.100 atau https://serverku.com",
+ "LabelPort": "Port:",
+ "Disabled": "Nonaktif",
+ "Uninstall": "Uninstall",
+ "Enable": "Enable",
+ "AllTuners": "All Tuners",
+ "Disable": "Disable",
+ "NextValue": "Berikutnya: {0}",
+ "HeaderNextItem": "Next Item",
+ "HeaderPreviousItem": "Previous Item",
+ "NoTrailersMessage": "Tidak ditemukan cuplikan. Untuk menambahkan, silakan instal plugin Trailer dari {0}katalog plugin Emby{1}.",
+ "UninstallPluginConfirmation": "Are you sure you wish to uninstall this plugin?",
+ "HeaderUninstallPlugin": "Uninstall Plugin",
+ "AreYouStillWatching": "Apa kamu masih menonton?",
+ "LabelCurrentPassword": "Sandi saat ini:",
+ "LabelNewPassword": "Sandi baru:",
+ "LabelNewPasswordConfirm": "Konfirmasi sandi baru:",
+ "HeaderRemovePassword": "Hapus Sandi",
+ "ServerUpdateNeeded": "Emby Server perlu diperbarui. Untuk mengunduh versi terbaru, silakan buka {0}",
+ "MessageThankYouForConnectSignUp": "Terima kasih telah mendaftar ke Emby Connect. Sebuah email akan dikirimkan ke alamat email-mu yang berisikan cara mengonfirmasi akun barumu. Silakan konfirmasi kemudian kembali ke sini untuk masuk.",
+ "MessageThankYouForConnectSignUpNoValidation": "Thank you for signing up for Emby Connect! You will now be asked to login with your Emby Connect information.",
+ "ErrorMessagePasswordNotMatchConfirm": "The password and password confirmation must match.",
+ "ErrorMessageUsernameInUse": "Nama pengguna ini sudah digunakan. Harap pilih nama yang lain kemudian coba lagi.",
+ "ErrorMessageEmailInUse": "Alamat email ini sudah digunakan. Harap masukkan email lain kemudian coba lagi, atau gunakan fitur lupa sandi.",
+ "HeaderUpcomingOnTV": "Akan Tayang Di Siaran TV",
+ "HeaderOtherShowings": "Penayangan Lain",
+ "Showings": "Penayangan",
+ "HeaderConnectToServer": "Hubungi Server",
+ "ConnectToServerManually": "Hubungi server secara manual",
+ "LabelEnterConnectUserNameHelp": "Ini adalah alamat email yang kamu gunakan untuk akun Emby Connect-mu.",
+ "HeaderSignInError": "Sign In Error",
+ "HeaderManualLogin": "Manual Login",
+ "PasswordResetConfirmation": "Are you sure you wish to reset the password?",
+ "ContactAdminToResetPassword": "Please contact your system administrator to reset your password.",
+ "ForgotPasswordInNetworkRequired": "Please try again within your home network to initiate the password reset process.",
+ "ForgotPasswordFileCreated": "The following file has been created on your server and contains instructions on how to proceed:",
+ "ForgotPasswordFileExpiration": "The reset pin will expire at {0}.",
+ "InvalidForgotPasswordPin": "An invalid or expired pin was entered. Please try again.",
+ "PasswordResetForUsers": "Passwords have been removed for the following users. To login, sign in with a blank password.",
+ "HeaderForgotPassword": "Lupa Sandi?",
+ "ForgotPasswordUsernameHelp": "Kosongkan jika kamu tidak ingat nama penggunamu.",
+ "HeaderPasswordReset": "Password Reset",
+ "AttributeNew": "New",
+ "Done": "Selesai",
+ "HeaderResetToDefault": "Reset to Default",
+ "Deinterlacing": "Deinterlacing",
+ "HeaderBurningInSubtitles": "Burning in Subtitles",
+ "Premiere": "Premiere",
+ "LabelPinCode": "Pin code",
+ "LabelLocalNetworkPinCode": "Local network pin code",
+ "LabelLocalNetworkPasswordMode": "Local network sign in mode",
+ "RequirePasswordInLocalNetwork": "Require a password on the local network",
+ "NoPasswordInLocalNetwork": "Don't require a password on the local network",
+ "PinCodeInLocalNetwork": "Allow a numeric pin code on the local network",
+ "LocalNetworkPasswordModeHelp": "Tentukan metode masuk akun untuk perangkat yang berada pada jaringan yang sama dengan Emby Server ini.",
+ "HeaderLocalNetworkAccess": "Local Network Access",
+ "Live": "Live",
+ "Reset": "Reset",
+ "Repeat": "Repeat",
+ "Track": "Track",
+ "Tracks": "Tracks",
+ "HeaderCameraUpload": "Camera Upload",
+ "TrackCount": "{0} Tracks",
+ "ItemCount": "{0} Items",
+ "NumberChannelsValue": "{0} Saluran",
+ "HeaderLatestMusic": "Musik Terbaru",
+ "HeaderLatestAudioBooks": "Latest Audio Books",
+ "HeaderLatestDownloadedVideos": "Video Terunduh Terbaru",
+ "HeaderRecentlyPlayed": "Baru Diputar",
+ "Recent": "Recent",
+ "HeaderFrequentlyPlayed": "Sering Diputar",
+ "HeaderMoreLikeThis": "Lainnya Yang Serupa",
+ "HeaderMoreLikeThisOnLiveTV": "Lainnya Yang Serupa di Siaran TV",
+ "OriginalAirDateValue": "Tanggal penyiaran asli: {0}",
+ "EndsAtValue": "Berakhir pada {0}",
+ "Date": "Date",
+ "AirDate": "Air Date",
+ "Played": "Played",
+ "Daily": "Daily",
+ "Weekly": "Weekly",
+ "RequireHashMatch": "Require a hash match",
+ "RequireHashMatchHelp": "Requiring a hash match will filter subtitles to include only those that have been tested with your exact video file. Unchecking this will increase the number of matched subtitles, but will also increase the chances of mistimed or incorrect subtitle text.",
+ "SearchForForcedSubtitlesOnly": "Forced subtitles only",
+ "SearchForForcedSubtitlesOnlyHelp": "Requiring forced subtitles will limit results to subtitles that are tagged as having a foreign language.",
+ "LastEpisodeDateAdded": "Last Episode Date Added",
+ "LastEpisodeDateAired": "Last Episode Date Released",
+ "LabelPlaystate": "Playstate",
+ "Studio": "Studio",
+ "Tag": "Tag",
+ "EpisodeTitle": "Judul Episode",
+ "Audio": "Audio",
+ "Video": "Video",
+ "Subtitle": "Subtitel",
+ "Image": "Gambar",
+ "CopyStream": "Copy original stream",
+ "LabelAudioLayout": "Audio layout",
+ "LabelAudioCodec": "Codec audio:",
+ "LabelAudioLanguage": "Bahasa audio:",
+ "LabelSubtitleLanguage": "Bahasa subtitel:",
+ "LabelVideoCodec": "Video codec",
+ "LabelSubtitleCodec": "Subtitle codec",
+ "LabelParentalRating": "Parental rating",
+ "BecauseYouLikeValue": "Because you like {0}",
+ "BecauseYouWatchedValue": "Karena kamu sudah menonton {0}",
+ "DirectedByValue": "Directed by {0}",
+ "StarringValue": "Starring {0}",
+ "Invitations": "Invitations",
+ "ActorAsRole": "sebagai {0}",
+ "ButtonOk": "OK",
+ "GroupItemsIntoCollections": "Group items into collections",
+ "GroupItemsIntoCollectionsHelp": "Group items based on collections they've been added to. Enabling certain filters or sort orders may automatically disable this.",
+ "GroupItemsIntoTags": "Group items into tags",
+ "GroupItemsIntoTagsHelp": "Group items based on tags they've been added to. Enabling certain filters or sort orders may automatically disable this.",
+ "User": "Pengguna",
+ "Access": "Akses",
+ "Users": "Pengguna",
+ "Library": "Pustaka",
+ "Devices": "Perangkat",
+ "Cancel": "Cancel",
+ "Restart": "Mulai Ulang",
+ "Shutdown": "Matikan",
+ "Logs": "Log",
+ "Visibility": "Visibility",
+ "Notifications": "Notifikasi",
+ "SendTestNotification": "Send Test Notification",
+ "NotificationSent": "Notifikasi terkirim",
+ "DeleteNotificationConfirmation": "Apa kamu yakin ingin menghapus notifikasi ini?",
+ "DeleteNotification": "Hapus Notifikasi",
+ "AddNotification": "Add Notification",
+ "EditNotification": "Edit Notification",
+ "LimitUserEventsTo": "Limit user events to",
+ "LimitLibraryEventsTo": "Limit library events to",
+ "LimitDeviceEventsTo": "Limit devices events to",
+ "ForAdditionalNotificationOptions": "Additional notification services can be installed by the server administrator in the Emby {0}plugin catalog{1}.",
+ "Plugins": "Plugin",
+ "Systems": "Sistem",
+ "Server": "Server",
+ "Dashboard": "Dasbor",
+ "PlayOnAnotherDevice": "Putar di perangkat lain",
+ "HeaderConnectionHelp": "Bantuan Koneksi",
+ "AccessRestrictedTryAgainLater": "Access is currently restricted. Please try again later.",
+ "ButtonGotIt": "Mengerti",
+ "RememberMe": "Ingat saya",
+ "EmbyServer": "Emby Server",
+ "ManageEmbyServer": "Kelola Emby Server",
+ "ShutdownServer": "Matikan Emby Server",
+ "RestartServer": "Mulai Ulang Emby Server",
+ "RecordingCancelled": "Perekaman Dibatalkan",
+ "SeriesCancelled": "Serial Dibatalkan",
+ "Recording": "Recording",
+ "SeriesRecording": "Series Recording",
+ "RecordingScheduled": "Perekaman Terjadwal",
+ "SeriesRecordingScheduled": "Perekaman Serial Terjadwal",
+ "HeaderNewRecording": "Rekaman Baru",
+ "HeaderWakeServer": "Bangunkan Server",
+ "AttemptingWakeServer": "Mencoba untuk membangunkan server. Harap tunggu...",
+ "WakeServerSuccess": "Berhasil!",
+ "HeaderCustomizeHomeScreen": "Customize Home Screen",
+ "WakeServerError": "Wake On LAN packets were sent to your server machine, but we're unable to connect to your Emby Server. Your machine may need a little more time to wake, or Emby Server may not be actively running on the machine.",
+ "Days": "Hari",
+ "Network": "Jaringan",
+ "Networks": "Networks",
+ "SortByValue": "Sort by {0}",
+ "HeaderSortBy": "Urut Berdasarkan",
+ "HeaderPhotoAlbums": "Photo Albums",
+ "Photos": "Photos",
+ "HeaderAppearsOn": "Appears On",
+ "List": "List",
+ "HeaderRecordSeries": "Record Series",
+ "HeaderCinemaMode": "Cinema Intros",
+ "Conversions": "Conversions",
+ "Downloads": "Unduhan",
+ "HeaderManageDownloads": "Atur Unduhan",
+ "InternalStorage": "Internal storage",
+ "ExternalStorage": "External storage",
+ "UploadToFollowingServers": "Upload to Servers",
+ "UploadingNumItems": "Uploading {0} of {1}",
+ "DownloadNumItems": "Downloading {0} of {1}",
+ "HeaderSampleRate": "Sample Rate",
+ "HeaderReferenceFrames": "Reference Frames",
+ "HeaderBitDepth": "Bit Depth",
+ "HeaderPixelFormat": "Pixel Format",
+ "Profile": "Profil",
+ "Bitrate": "Bitrate",
+ "Expand": "Expand",
+ "Container": "Container",
+ "Format": "Format",
+ "Path": "Path",
+ "Size": "Ukuran",
+ "Resolution": "Resolusi",
+ "HeaderCodecTag": "Codec Tag",
+ "Framerate": "Framerate",
+ "Interlaced": "Interlaced",
+ "Anamorphic": "Anamorphic",
+ "Level": "Level",
+ "Timestamp": "Timestamp",
+ "Language": "Bahasa",
+ "Codec": "Codec",
+ "Stream": "Stream",
+ "HeaderExtradata": "Extra Data",
+ "HeaderHardwareAcceleratedTranscoding": "Hardware Accelerated Transcoding",
+ "HeaderHardwareAcceleratedTranscodingDescription": "Take advantage of your server GPU. Emby has the most advanced and fastests hardware accelleration in the industry.",
+ "HeaderOfflineDownloads": "Offline Media",
+ "AndMuchMoreExclamation": "And much more!",
+ "HeaderOfflineDownloadsDescription": "Download media to your devices for easy offline use.",
+ "LiveTvFeatureDescription": "Stream Live TV to any Emby app, with a compatible TV tuner device installed on your Emby Server.",
+ "DvrFeatureDescription": "Schedule individual Live TV recordings, series recordings, and more with Emby DVR.",
+ "CinemaModeFeatureDescription": "Cinema Intros give you the true cinema experience with trailers and custom intros before the main feature.",
+ "HeaderFreeApps": "Free Emby Apps",
+ "FreeAppsFeatureDescription": "Enjoy free access to Emby apps for your devices.",
+ "HeaderBecomeProjectSupporter": "Dapatkan Emby Premiere",
+ "HeaderViewServerInfo": "Lihat Informasi Server",
+ "PlaybackTvModeRequiresEmbyPremiere": "Pemutaran media pada mode TV memerlukan {0}langganan Emby Premiere{1} yang aktif.",
+ "FeatureRequiresEmbyPremiere": "Fitur ini memerlukan {0}langganan Emby Premiere{1} yang aktif.",
+ "HeaderConvertYourRecordings": "Konversikan Rekaman Kamu",
+ "Record": "Rekam",
+ "Save": "Simpan",
+ "Edit": "Edit",
+ "HeaderSavePlaylist": "Simpan Playlist",
+ "Latest": "Terbaru",
+ "Download": "Unduh",
+ "Downloaded": "Terunduh",
+ "Converted": "Terkonversi",
+ "RemoveFromHistory": "Hapus dari Riwayat",
+ "ConfirmRemoveFromHistory": "Remove this item from the history?",
+ "Downloading": "Mengunduh",
+ "Advanced": "Lanjutan",
+ "LinkedToEmbyConnect": "Terhubung dengan Emby Connect",
+ "Delete": "Hapus",
+ "Both": "Keduanya",
+ "LabelChannelDisplay": "Channel display",
+ "HeaderDeleteItem": "Delete Item",
+ "HeaderDeleteUser": "Hapus Pengguna",
+ "DeleteItemConfirmation": "Apa kamu yakin ingin menghapus {0}?",
+ "DeleteUserConfirmation": "Are you sure you wish to delete user {0}?",
+ "DeleteUsersConfirmation": "Are you sure you wish to delete these {0} users?",
+ "HeaderDeleteDevice": "Delete Device",
+ "DeleteDeviceConfirmation": "Are you sure you wish to delete this device? It will reappear the next time a user signs in with it.",
+ "ConfirmDeleteItem": "Deleting this item will delete it from both the file system and your media library.",
+ "FollowingFilesWillBeDeleted": "The following files and folders will be deleted:",
+ "AreYouSureToContinue": "Are you sure you wish to continue?",
+ "Refresh": "Refresh",
+ "RefreshingMetadataDots": "Refreshing metadata...",
+ "ScanningLibraryFilesDots": "Scanning library files...",
+ "HeaderFavoritesThenByChannelNumber": "Favorites, Then by Channel Number",
+ "HeaderAddToCollection": "Add to Collection",
+ "HeaderFavoritesThenByTitle": "Favorites, Then by Title",
+ "HeaderFavoritesThenByDefault": "Favorites, Then by Default Channel Order",
+ "HeaderDefaultChannelOrder": "Default Channel Order",
+ "HeaderAddToFavorites": "Tambah ke Favorit",
+ "HeaderRemoveFromFavorites": "Remove from Favorites",
+ "Favorited": "Favorited",
+ "Unfavorited": "Unfavorited",
+ "HeaderNewCollection": "New Collection",
+ "HeaderNewPlaylist": "Playlist Baru",
+ "AllCollections": "Semua Koleksi",
+ "AllPlaylists": "Semua Playlist",
+ "Create": "Create",
+ "HeaderAddedToPlaylist": "Ditambahkan ke Playlist",
+ "HeaderAddedToCollection": "Added to Collection",
+ "OneItemAddedTo": "1 item added to \"{0}\".",
+ "ItemsAddedTo": "{0} items added to \"{1}\".",
+ "HeaderAddedToPlayQueue": "Added to Play Queue",
+ "HeaderPlayingNext": "Playing Next",
+ "Help": "Help",
+ "HeaderGetHelp": "Get Help",
+ "LabelTVDisplayMode": "Enable TV display mode",
+ "Desktop": "Desktop",
+ "Mobile": "Mobile / Tablet",
+ "Navigation": "Navigasi",
+ "HeaderVideoPlayback": "Pemutaran Video",
+ "TV": "TV",
+ "HeaderEmbyConnect": "Emby Connect",
+ "Seasons": "Musim",
+ "OneTrack": "1 Track",
+ "OneSeason": "1 Musim",
+ "Libraries": "Pustaka",
+ "NumberSeasonsValue": "{0} Musim",
+ "TVDisplayModeHelp": "Optimize the user interface on this device for display on a TV and input method with a remote control. This is generally not recommended if your primary input method is a mouse or is touch-based.",
+ "LabelDisplayLanguage": "Bahasa tampilan:",
+ "LabelDisplayLanguageHelp": "Menerjemahkan Emby adalah proyek terus-menerus.",
+ "LearnHowYouCanContribute": "Cari tahu cara kamu dapat berkontribusi.",
+ "NewCollectionHelp": "Koleksi memungkinkanmu untuk mengelompokkan film dan konten pustaka lainnya.",
+ "SearchForCollectionInternetMetadata": "Telusuri karya seni dan metadata di internet",
+ "DisplayMissingEpisodesWithinSeasons": "Tampilkan episode yang belum ada pada musim",
+ "DisplayMissingEpisodesWithinSeasonsHelp": "Ini juga harus diaktifkan untuk pustaka serial TV di Pengaturan Emby Server.",
+ "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",
+ "ServerStartup": "Server Startup",
+ "EmbyServerOnXHasStarted": "Emby Server on {0} has started.",
+ "LabelScreensaver": "Screensaver",
+ "LabelSoundEffects": "Sound effects",
+ "LabelName": "Nama:",
+ "NewCollectionNameExample": "Contoh: Koleksi Star Wars",
+ "MessageItemsAdded": "Items added.",
+ "OptionNew": "New...",
+ "LabelPlaylist": "Playlist:",
+ "AddToPlaylist": "Tambah ke playlist",
+ "HeaderAddToPlaylist": "Tambah ke Playlist",
+ "Subtitles": "Subtitel",
+ "LabelTheme": "Tema:",
+ "LabelSettingsTheme": "Tema pengaturan:",
+ "LabelThemeAccentColor": "Warna utama:",
+ "ThemeAccentColorDescription": "Atur warna untuk indikator, ikon, dan teks penting.",
+ "SearchForSubtitles": "Search for Subtitles",
+ "LabelLanguage": "Bahasa:",
+ "Search": "Telusuri",
+ "NoSubtitleSearchResultsFound": "Tidak ditemukan hasil. Sudahkah kamu mengatur {0}pengunduhan subtitel{1}?",
+ "NoLyricsSearchResultsFound": "No results found. Have you configured {0}lyrics downloading{1}?",
+ "Lyrics": "Lirik",
+ "SearchForLyrics": "Search for Lyrics",
+ "Finish": "Finish",
+ "File": "File",
+ "Exit": "Exit",
+ "Sleep": "Sleep",
+ "Setup": "Setup",
+ "MessageAreYouSureDeleteSubtitles": "Are you sure you wish to delete this subtitle file?",
+ "ConfirmDeletion": "Confirm Deletion",
+ "MySubtitles": "My Subtitles",
+ "MessageDownloadQueued": "Download queued.",
+ "HeaderEditSubtitles": "Edit Subtitel",
+ "UnlockGuide": "Unlock Guide",
+ "HeaderRefreshMetadata": "Muat Ulang Metadata",
+ "HeaderRefreshAllMetadata": "Refresh All Metadata",
+ "ReplaceExistingImages": "Replace existing images",
+ "ReplaceExistingImagesHelp": "All existing images will be deleted and new ones will be downloaded based on the options for the library. In some cases this may result in fewer available images than before.",
+ "ReplaceAllMetadata": "Replace all metadata",
+ "SearchForMissingMetadata": "Search for missing metadata",
+ "LabelRefreshMode": "Refresh mode",
+ "NoItemsFound": "No items found.",
+ "HeaderSaySomethingLike": "Say Something Like...",
+ "ButtonTryAgain": "Coba Lagi",
+ "HeaderYouSaid": "You Said...",
+ "MessageWeDidntRecognizeCommand": "Maaf, kami tidak dapat memahami perintah tersebut.",
+ "MessageIfYouBlockedVoice": "If you denied voice access to the app you'll need to reconfigure before trying again.",
+ "ValueDiscNumber": "Disc {0}",
+ "Unrated": "Unrated",
+ "Favorite": "Favorit",
+ "Like": "Like",
+ "Dislike": "Dislike",
+ "RefreshDialogHelp": "Metadata is updated with new data based on settings and metadata providers that are enabled in Emby library setup.",
+ "Open": "Buka",
+ "Play": "Putar",
+ "Pause": "Jeda",
+ "HeaderPlayQueue": "Play Queue",
+ "HeaderAddToPlayQueue": "Add to Play Queue",
+ "Shuffle": "Acak",
+ "Identify": "Identifikasi",
+ "HeaderRemoveIdentification": "Remove Identification",
+ "ResetMetadataConfirmation": "Are you sure you wish to reset all metadata?",
+ "HeaderEditMetadata": "Edit Metadata",
+ "Convert": "Konversi",
+ "Resume": "Lanjut",
+ "HeaderInstantMix": "Instant Mix",
+ "HeaderGoToItem": "Go to Item",
+ "HeaderGoToSeason": "Buka Musim",
+ "HeaderGoToSeries": "Buka Serial",
+ "HeaderGoToAlbum": "Buka Album",
+ "HeaderGoToArtist": "Buka Artis",
+ "HeaderPlayAll": "Putar Semua",
+ "PictureInPicture": "Picture in picture",
+ "Fullscreen": "Layar penuh",
+ "ExitFullscreen": "Keluar dari layar penuh",
+ "Rewind": "Mundur",
+ "FastForward": "Maju",
+ "Remove": "Hapus",
+ "Rename": "Ubah nama",
+ "Queue": "Queue",
+ "QueueAllFromHere": "Queue all from here",
+ "PlayAllFromHere": "Putar semua dari sini",
+ "PlayFromBeginning": "Putar Dari Awal",
+ "FromBeginning": "From Beginning",
+ "ResumeAt": "Lanjut dari {0}",
+ "HeaderRemoveFromPlaylist": "Hapus dari Playlist",
+ "HeaderRemoveFromPlayQueue": "Remove from Play Queue",
+ "HeaderRemoveFromCollection": "Hapus dari Koleksi",
+ "Sort": "Urutkan",
+ "Trailer": "Cuplikan",
+ "SelectNone": "Select None",
+ "SelectAll": "Select All",
+ "HeaderMarkPlayed": "Tandai Telah Diputar",
+ "HeaderMarkUnplayed": "Tandai Belum Ditonton",
+ "HeaderGroupVersions": "Group Versions",
+ "PleaseSelectTwoItems": "Please select at least two items.",
+ "HeaderConfirmRecordingCancellation": "Confirm Recording Cancellation",
+ "MessageConfirmRecordingCancellation": "Cancel recording?",
+ "Album": "Album",
+ "AlbumArtist": "Album Artist",
+ "Error": "Error",
+ "VoiceInput": "Voice Input",
+ "LabelContentType": "Tipe konten:",
+ "LabelPath": "Path:",
+ "Playlists": "Playlist",
+ "LabelTitle": "Judul:",
+ "LabelOriginalTitle": "Judul asli:",
+ "LabelSortTitle": "Sort title",
+ "LabelDateAdded": "Tanggal ditambahkan:",
+ "DateAdded": "Tanggal Ditambahkan",
+ "DateModified": "Date Modified",
+ "DatePlayed": "Date Played",
+ "DateLastActive": "Date Last Active",
+ "ConfigureDateAdded": "Configure how date added is determined in the Emby Server dashboard under Library settings",
+ "LabelStatus": "Status",
+ "LabelArtistsHelp": "Separate multiple using ;",
+ "HeaderAlbumArtists": "Artis Album",
+ "LabelAlbumArtists": "Artis album:",
+ "LabelAlbum": "Album:",
+ "Artist": "Artis",
+ "Artists": "Artis",
+ "ImdbRating": "Peringkat IMDb",
+ "CommunityRating": "Community Rating",
+ "LabelCommunityRating": "Community rating",
+ "LabelCriticRating": "Critic rating",
+ "CriticRating": "Critic Rating",
+ "LabelWebsite": "Situs web:",
+ "Tagline": "Tagline",
+ "LabelOverview": "Ringkasan:",
+ "LabelShortOverview": "Short overview",
+ "LabelReleaseDate": "Tanggal rilis:",
+ "LabelPlaceOfBirth": "Tempat lahir:",
+ "Aired": "Aired",
+ "LabelAirDays": "Hari disiarkan:",
+ "LabelAirTime": "Waktu disiarkan:",
+ "LabelRuntimeMinutes": "Run time (minutes)",
+ "LabelCustomRating": "Custom rating",
+ "LabelOriginalAspectRatio": "Original aspect ratio",
+ "Label3DFormat": "Format 3D:",
+ "FormatValue": "Format: {0}",
+ "DownloadsValue": "{0} Unduhan",
+ "HashMatch": "Hash Match",
+ "EnableExternalVideoPlayers": "Enable external video players",
+ "EnableExternalVideoPlayersHelp": "An external player menu will be shown when starting video playback.",
+ "HeaderSpecialEpisodeInfo": "Special Episode Info",
+ "LabelAirsDuringSeason": "Airs during season",
+ "LabelAirsAfterSeason": "Airs after season",
+ "LabelAirsBeforeEpisode": "Airs before episode",
+ "HeaderExternalIds": "External Ids",
+ "HeaderDisplaySettings": "Pengaturan Tampilan",
+ "PlaylistOrder": "Urutan Playlist",
+ "CollectionOrder": "Collection Order",
+ "LabelDisplayOrder": "Display order",
+ "LabelFileOrder": "File order",
+ "Display": "Tampilan",
+ "Countries": "Negara",
+ "Genres": "Genre",
+ "Studios": "Studio",
+ "Tags": "Tags",
+ "Links": "Tautan",
+ "Movie": "Film",
+ "Program": "Program",
+ "Channel": "Saluran",
+ "Episode": "Episode",
+ "Season": "Musim",
+ "HeaderMetadataSettings": "Pengaturan Metadata",
+ "People": "Orang",
+ "Number": "Number",
+ "Lock": "Lock",
+ "HeaderScreenLocked": "Screen Locked",
+ "HeaderUnlockControls": "Unlock Controls",
+ "HeaderTapToUnlock": "Tap to Unlock",
+ "LabelMetadataDownloadLanguage": "Preferred metadata download language",
+ "LabelImageDownloadLanguage": "Preferred image download language",
+ "LabelLockItemToPreventChanges": "Lock this item to prevent future changes",
+ "LockThisField": "Lock this field to prevent future changes when refreshing metadata",
+ "MessageLeaveEmptyToInherit": "Leave empty to inherit settings from a parent item, or the global default value.",
+ "LabelCountry": "Negara:",
+ "LabelCertificationCountry": "Certification country",
+ "CertificationCountryHelp": "This will influence which content rating system is used.",
+ "LabelDynamicExternalId": "ID {0}:",
+ "LabelBirthYear": "Tahun lahir:",
+ "LabelBirthDate": "Birth date",
+ "LabelDeathDate": "Death date",
+ "LabelEndDate": "End date",
+ "LabelSeasonNumber": "Season number",
+ "LabelEpisodeNumber": "Episode number",
+ "LabelTrackNumber": "Track number",
+ "LabelNumber": "Number",
+ "LabelDiscNumber": "Disc number",
+ "LabelParentNumber": "Parent number",
+ "SortName": "Sort Title",
+ "OriginalTitle": "Original Title",
+ "ReleaseDate": "Release Date",
+ "Continuing": "Continuing",
+ "Ended": "Berakhir",
+ "HeaderEnabledFields": "Enabled Fields",
+ "HeaderEnabledFieldsHelp": "Uncheck a field to lock it and prevent its data from being changed.",
+ "Backdrops": "Backdrops",
+ "Images": "Gambar",
+ "Runtime": "Runtime",
+ "ProductionLocations": "Lokasi produksi",
+ "BirthLocation": "Tempat lahir",
+ "ParentalRating": "Parental Rating",
+ "PlayCount": "Play count",
+ "Name": "Nama",
+ "Overview": "Ringkasan",
+ "LabelType": "Jenis:",
+ "LabelPersonRole": "Role",
+ "LabelPersonRoleHelp": "Contoh: sopir truk es krim",
+ "Actor": "Aktor",
+ "Composers": "Composers",
+ "Composer": "Composer",
+ "Director": "Sutradara",
+ "GuestStar": "Bintang tamu",
+ "Producer": "Produser",
+ "Writer": "Penulis",
+ "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.",
+ "InstallingPackage": "Installing {0}",
+ "PackageInstallCompleted": "{0} installation completed.",
+ "PackageInstallFailed": "{0} installation failed.",
+ "PackageInstallCancelled": "{0} installation cancelled.",
+ "SeriesYearToPresent": "{0} - Sekarang",
+ "OneDevice": "1 Perangkat",
+ "DeviceCountValue": "{0} Perangkat",
+ "OneLog": "1 Log",
+ "LogCountValue": "{0} Logs",
+ "OneVote": "1 Vote",
+ "VoteCountValue": "{0} Votes",
+ "OneLike": "1 Like",
+ "LikeCountValue": "{0} Likes",
+ "OneUser": "1 Pengguna",
+ "UserCountValue": "{0} Pengguna",
+ "OneLibrary": "1 Pustaka",
+ "LibraryCountValue": "{0} Pustaka",
+ "ValueOneItem": "1 Item",
+ "ValueOneEpisode": "1 episode",
+ "ValueEpisodeCount": "{0} episode",
+ "Albums": "Album",
+ "Song": "Lagu",
+ "Songs": "Lagu",
+ "Authors": "Penulis",
+ "Books": "Buku",
+ "AudioBooks": "Audio books",
+ "HeaderAudioBooks": "Audio Books",
+ "HeaderAudioBook": "Audio Book",
+ "HeaderIdentifyItemHelp": "Enter one or more search criteria. Remove criteria to increase search results.",
+ "PleaseEnterNameOrId": "Please enter a name or an external Id.",
+ "MessageItemSaved": "Item saved.",
+ "SearchResults": "Search Results",
+ "ServerNameIsRestarting": "Emby Server - {0} is restarting.",
+ "ServerNameIsShuttingDown": "Emby Server - {0} is shutting down.",
+ "HeaderDeleteItems": "Delete Items",
+ "ConfirmDeleteItems": "Deleting these items will delete them from both the file system and your media library.",
+ "PleaseRestartServerName": "Please Restart Emby Server on {0}",
+ "ConvertingDots": "Converting...",
+ "LabelSyncNoTargetsHelp": "It looks like you don't currently have any apps that support offline downloading.",
+ "DownloadingDots": "Downloading...",
+ "LearnMore": "Learn more",
+ "LabelBitrateMbps": "Bitrate (Mbps)",
+ "ConvertUnwatchedVideosOnly": "Convert unplayed videos only",
+ "SyncUnwatchedVideosOnly": "Download unplayed videos only",
+ "ConvertUnwatchedVideosOnlyHelp": "Only videos that are not marked as fully played will be converted.",
+ "SyncUnwatchedVideosOnlyHelp": "Only videos that are not marked as fully played will be downloaded, and videos will be removed from the device as they are fully played.",
+ "AutomaticallySyncNewContent": "Automatically download new content",
+ "AutomaticallySyncNewContentHelp": "New content added to this folder will be automatically downloaded to the device.",
+ "AutomaticallyConvertNewContent": "Automatically convert new content",
+ "AutomaticallyConvertNewContentHelp": "New content added to this folder will be automatically converted.",
+ "LabelItemLimit": "Item limit",
+ "ConvertItemLimitHelp": "Optional. Set a limit to the number of items that will be converted.",
+ "DownloadItemLimitHelp": "Optional. Set a limit to the number of items that will be downloaded.",
+ "PleaseSelectDeviceToSyncTo": "Please select a device to download to.",
+ "Screenshots": "Tangkapan layar",
+ "MoveRight": "Pindah ke kanan",
+ "MoveLeft": "Pindah ke kiri",
+ "HeaderUploadNewImage": "Unggah Gambar Baru",
+ "HeaderDeleteImage": "Hapus Gambar",
+ "ConfirmDeleteImage": "Hapus gambar?",
+ "HeaderEditImages": "Edit Gambar",
+ "Settings": "Pengaturan",
+ "ShowIndicatorsFor": "Show Indicators",
+ "Episodes": "Episode",
+ "Programs": "Program",
+ "HeaderCastCrew": "Pemeran & Kru",
+ "DvrSubscriptionRequired": "Siaran TV & DVR Emby memerlukan langganan {0}Emby Premiere{1} yang aktif.",
+ "HeaderCancelRecording": "Batalkan Perekaman",
+ "HeaderKeepRecording": "Teruskan Rekaman",
+ "HeaderCancelSeries": "Batalkan Serial TV",
+ "HeaderKeepSeries": "Teruskan Serial TV",
+ "HeaderLearnMore": "Ketahui Lebih Lanjut",
+ "SeriesSettings": "Pengaturan serial",
+ "HeaderRecordingOptions": "Recording Options",
+ "HeaderDoNotRecord": "Do not record",
+ "HeaderSeriesOptions": "Series Options",
+ "Layout": "Layout",
+ "Channels": "Saluran",
+ "ChannelNameOnly": "Channel {0} only",
+ "Anytime": "Kapan saja",
+ "AnyLanguage": "Bahasa apa saja",
+ "AroundTime": "Sekitar {0}",
+ "HeaderLatestMovies": "Film Terbaru",
+ "All": "Semua",
+ "Stop": "Berhenti",
+ "AllChannels": "Semua saluran",
+ "NewEpisodesOnly": "Hanya episode baru",
+ "AllEpisodes": "Semua episode",
+ "LabelStartWhenPossible": "Jika memungkinkan, mulai:",
+ "LabelStopWhenPossible": "Jika memungkinkan, hentikan:",
+ "MinutesBefore": "menit sebelum",
+ "MinutesAfter": "menit sesudah",
+ "SkipEpisodesAlreadyInMyLibrary": "Jangan rekam episode yang sudah ada pada pustakaku",
+ "SkipEpisodesAlreadyInMyLibraryHelp": "Episodes will be compared using season and episode numbers, when available.",
+ "LabelKeepUpTo": "Simpan hingga:",
+ "AsManyAsPossible": "Sebanyak mungkin",
+ "DefaultErrorMessage": "Terjadi kesalahan ketika memproses permintaan. Silakan coba lagi nanti.",
+ "UntilIDelete": "Hingga saya hapus",
+ "UntilSpaceNeeded": "Hingga dibutuhkan ruang",
+ "Categories": "Kategori",
+ "Sports": "Sports",
+ "News": "News",
+ "Movies": "Film",
+ "Music": "Music",
+ "Kids": "Kids",
+ "MoreFromValue": "More from {0}",
+ "DiedValue": "Died: {0}",
+ "BornValue": "Lahir: {0}",
+ "EnableColorCodedBackgrounds": "Apply colored backgrounds to shows, based on their category",
+ "SortChannelsBy": "Sort channels by",
+ "ChannelNumber": "Channel Number",
+ "HeaderBenefitsEmbyPremiere": "Manfaat Emby Premiere",
+ "ThankYouForTryingEnjoyOneMinute": "Please enjoy one minute of playback. Thank you for trying Emby.",
+ "HeaderTryPlayback": "Try Playback",
+ "HowDidYouPay": "How did you pay?",
+ "IHaveEmbyPremiere": "I have Emby Premiere",
+ "IPurchasedThisApp": "I purchased this app",
+ "ButtonRestorePreviousPurchase": "Restore Purchase",
+ "ButtonUnlockWithPurchase": "Unlock with Purchase",
+ "ButtonUnlockPrice": "Unlock {0}",
+ "EmbyPremiereMonthlyWithPrice": "Emby Premiere Monthly {0}",
+ "HeaderAlreadyPaid": "Sudah Membayar?",
+ "ButtonPlayOneMinute": "Play One Minute",
+ "PlaceFavoriteChannelsAtBeginning": "Place favorite channels at the beginning",
+ "HeaderUnlockFeature": "Unlock Feature",
+ "MessageDidYouKnowCinemaMode": "Did you know that with Emby Premiere, you can enhance your experience with features like Cinema Intros?",
+ "HeaderPlayMyMedia": "Play my Media",
+ "HeaderDiscoverEmbyPremiere": "Jelajahi Emby Premiere",
+ "HeaderNowPlaying": "Now Playing",
+ "Items": "Items",
+ "AppName": "App Name",
+ "OneChannel": "One channel",
+ "ConfirmRemoveDownload": "Remove download?",
+ "ConfirmRemoveItem": "Remove item?",
+ "RemoveDownload": "Remove Download",
+ "ConfirmCancelConversion": "Cancel conversion?",
+ "CancelConversion": "Cancel Conversion",
+ "KeepDownload": "Keep download",
+ "AddedOnValue": "Ditambahkan pada {0}",
+ "RemovingFromDevice": "Removing from device",
+ "KeepOnDevice": "Keep on device",
+ "CancelDownload": "Cancel download",
+ "SyncJobItemStatusReadyToTransfer": "Ready to Transfer",
+ "SyncJobItemStatusSyncedMarkForRemoval": "Removing from device",
+ "SyncJobItemStatusQueued": "Queued",
+ "SyncJobItemStatusConverting": "Converting",
+ "SyncJobItemStatusTransferring": "Transferring",
+ "SyncJobItemStatusSynced": "Downloaded",
+ "Failed": "Failed",
+ "SyncJobItemStatusRemovedFromDevice": "Removed from device",
+ "Cancelled": "Cancelled",
+ "Retry": "Retry",
+ "Continue": "Lanjut",
+ "ContinueInSecondsValue": "Continue in {0} seconds.",
+ "HeaderRemoteControl": "Remote Control",
+ "Disconnect": "Disconnect",
+ "EnableDisplayMirroring": "Enable display mirroring",
+ "RemoteAccess": "Remote Access",
+ "HeaderPlayOn": "Putar Di",
+ "Quality": "Kualitas",
+ "Auto": "Otomatis",
+ "AndroidUnlockRestoreHelp": "To restore your previous purchase, please ensure you're signed into the device with the same Google (or Amazon) account that originally made the purchase. Make sure the app store is enabled and not restricted by any parental controls, and ensure you have an active internet connection. You'll only have to do this once to restore your previous purchase.",
+ "HeaderAspectRatio": "Aspect Ratio",
+ "Original": "Original",
+ "Fill": "Fill",
+ "Cover": "Cover",
+ "MessageNoServersAvailableToConnect": "No servers are available to connect to. If you've been invited to share a server, make sure to accept it below or by clicking the link in the email.",
+ "MessagePlayAccessRestricted": "Playback of this content is currently restricted. Please contact your Emby Server administrator for more information.",
+ "Accept": "Accept",
+ "Reject": "Reject",
+ "Connect": "Connect",
+ "HeaderMyMedia": "Media Saya",
+ "HeaderMyMediaSmall": "My Media (small)",
+ "LatestFromLibrary": "{0} Terbaru",
+ "HeaderLatestEpisodes": "Episode Terbaru",
+ "ContinuePlaying": "Continue playing",
+ "ContinueWatching": "Continue watching",
+ "HeaderLatestChannelMedia": "Latest Channel Items",
+ "HeaderContinueWatching": "Lanjut Menonton",
+ "HeaderContinueListening": "Lanjut Mendengarkan",
+ "HeaderActiveRecordings": "Active Recordings",
+ "HeaderLatestRecordings": "Rekaman Terbaru",
+ "LabelConvertTo": "Convert to",
+ "LabelDownloadTo": "Unduh ke:",
+ "HeaderDownloadToDots": "Unduh ke...",
+ "Next": "Next",
+ "LabelSource": "Source",
+ "VersionNumber": "Version {0}",
+ "HeaderAllLanguages": "All Languages",
+ "Previous": "Previous",
+ "HeaderNextUp": "Next Up",
+ "HeaderPlayNextUp": "Play Next Up",
+ "HeaderLatestFrom": "Latest from {0}",
+ "LabelHomeScreenSectionValue": "Home screen section {0}",
+ "PasswordResetComplete": "The password has been reset.",
+ "PasswordSaved": "Password saved.",
+ "SettingsSaved": "Pengaturan tersimpan.",
+ "Upcoming": "Upcoming",
+ "HeaderSelectImageFile": "Select Image File",
+ "None": "None",
+ "More": "Selengkapnya",
+ "Up": "Atas",
+ "Down": "Down",
+ "Home": "Beranda",
+ "Back": "Kembali",
+ "Random": "Random",
+ "Playback": "Pemutaran",
+ "Favorites": "Favorit",
+ "HeaderHomeScreen": "Beranda",
+ "HeaderLatestChannelItems": "Latest Channel Items",
+ "HeaderLibraryOrder": "Urutan Pustaka",
+ "HeaderOnNow": "Sedang Tayang",
+ "HeaderForKids": "For Kids",
+ "HeaderPlaybackError": "Kesalahan Pemutaran",
+ "PlaybackErrorNotAllowed": "Kamu saat ini tidak diizinkan untuk memutar konten ini. Silakan hubungi administrator sistemmu untuk informasi lebih lanjut.",
+ "RateLimitExceeded": "Your account has exceeded the maximum streaming limit set by your Emby Server administrator. Please contact them for assistance.",
+ "PlaybackErrorNoCompatibleStream": "No compatible streams are currently available. Please try again later or contact your system administrator for details.",
+ "PlaybackErrorPlaceHolder": "Please insert the disc in order to play this video.",
+ "PlaybackErrorNoPlayableItems": "No playable items were found. Are you trying to play an empty folder?",
+ "Guide": "Panduan",
+ "Games": "Games",
+ "GameSystem": "Game System",
+ "Suggestions": "Saran",
+ "HeaderFavoriteChannels": "Favorite Channels",
+ "HeaderFavoriteCollections": "Koleksi Favorit",
+ "HeaderFavoritePlaylists": "Playlist Favorit",
+ "Collection": "Collection",
+ "Collections": "Koleksi",
+ "LabelSelectFolderGroups": "Automatically group content from the following folders into views such as Movies, Music and TV:",
+ "LabelSelectFolderGroupsHelp": "Folders that are unchecked will be displayed by themselves in their own view.",
+ "Mute": "Bisukan",
+ "Unmute": "Suarakan",
+ "Folder": "Folder",
+ "Folders": "Folder",
+ "FileName": "File Name",
+ "DisplayInOtherHomeScreenSections": "Display in secondary home screen sections such as latest media and continue watching",
+ "DisplayInMyMedia": "Display on home screen",
+ "Shows": "Serial",
+ "MoviesAndShows": "Movies & Shows",
+ "HeaderMusicVideo": "Music Video",
+ "HeaderMusicVideos": "Music Videos",
+ "MusicVideos": "Music videos",
+ "Videos": "Videos",
+ "MixedContent": "Mixed content",
+ "HomeVideos": "Home videos",
+ "HomeVideosAndPhotos": "Home videos & photos",
+ "TVShows": "TV shows",
+ "HeaderLibraryFolders": "Library Folders",
+ "HeaderTermsOfPurchase": "Terms of Purchase",
+ "PrivacyPolicy": "Privacy policy",
+ "TermsOfUse": "Terms of Use",
+ "HeaderRepeatMode": "Repeat Mode",
+ "HeaderToneMapping": "Tone Mapping",
+ "RepeatOne": "Repeat one",
+ "RepeatAll": "Repeat all",
+ "LabelDefaultScreen": "Layar utama:",
+ "ConfirmEndPlayerSession": "Would you like to shutdown Emby on {0}?",
+ "Yesterday": "Yesterday",
+ "Yes": "Yes",
+ "No": "No",
+ "HeaderScanLibraryFiles": "Scan Library Files",
+ "LiveTV": "Siaran TV",
+ "Schedule": "Jadwal",
+ "Recordings": "Rekaman",
+ "ScanForNewAndUpdatedFiles": "Scan for new and updated files",
+ "NewVersionOfXAvailableForY": "{0} is Available for {1}",
+ "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": "Informasi statistik",
+ "HeaderHardwareAcceleratedDecoding": "Hardware Accelerated Decoding",
+ "HeaderHardwareAcceleratedEncoding": "Hardware Accelerated Encoding",
+ "HeaderDirectPlay": "Direct Play",
+ "DirectPlaying": "Direct playing",
+ "DirectStreaming": "Direct streaming",
+ "Transcode": "Transcode",
+ "Transcoding": "Transcoding",
+ "ContainerBitrateExceedsLimit": "Reducing bitrate due to quality setting",
+ "VideoCodecNotSupported": "Converting video to compatible codec",
+ "AudioCodecNotSupported": "Converting audio to compatible codec",
+ "SubtitleCodecNotSupported": "Converting subtitles directly into video",
+ "DirectPlayError": "Recovering from playback error",
+ "ContainerNotSupported": "Converting to compatible container",
+ "VideoLevelNotSupported": "Converting to compatible video level",
+ "AudioBitrateNotSupported": "Converting to compatible audio bitrate",
+ "AudioChannelsNotSupported": "Converting to compatible number of audio channels",
+ "VideoResolutionNotSupported": "Converting to compatible video resolution",
+ "AudioProfileNotSupported": "Converting to compatible audio profile",
+ "AudioSampleRateNotSupported": "Converting to compatible audio sample rate",
+ "AnamorphicVideoNotSupported": "Anamorphic video not supported",
+ "InterlacedVideoNotSupported": "Deinterlacing video",
+ "SecondaryAudioNotSupported": "Selecting secondary audio track",
+ "ExternalAudioNotSupported": "Selecting external audio track",
+ "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",
+ "Offline": "Offline",
+ "HeaderSignUp": "Sign Up",
+ "ServerDownloadMessage": "To download and install the free Emby Server visit {0}",
+ "ServerDownloadMessageWithoutLink": "To download and install the free Emby Server visit the Emby website.",
+ "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",
+ "Skip": "Skip",
+ "HeaderAdditionalParts": "Bagian Tambahan",
+ "ButtonGenerateNewPin": "Generate New Pin",
+ "ConnectLoginHelp1": "With Emby Connect you can easily access your Emby Server wherever you are and share servers with your family and friends.",
+ "CreatePinErrorMessage": "An error occurred while creating a pin code. Please click Generate New Pin to try again.",
+ "PinExpiredMessage": "The pin code has expired. Please click Generate New Pin to try again.",
+ "ConnectPinCodeHeader": "To sign in with Emby Connect, use a mobile device or computer to visit {0} and enter the following pin code:",
+ "LabelSubtitlePlaybackMode": "Mode subtitel:",
+ "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": "Tanpa subtitel",
+ "Default": "Bawaan",
+ "Absolute": "Absolute",
+ "Smart": "Cerdas",
+ "Small": "Kecil",
+ "Smaller": "Sangat kecil",
+ "Medium": "Sedang",
+ "Large": "Besar",
+ "Larger": "Sangat besar",
+ "ExtraLarge": "Besar sekali",
+ "ExtraSmall": "Kecil sekali",
+ "Forced": "Forced",
+ "External": "External",
+ "HeaderEmbeddedTitle": "Embedded Title",
+ "OnlyForcedSubtitles": "Only forced subtitles",
+ "AlwaysPlaySubtitles": "Selalu tampilkan subtitel",
+ "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.",
+ "HeaderSubtitleSettings": "Pengaturan Subtitel",
+ "HeaderSubtitleAppearance": "Tampilan Subtitel",
+ "OnlyForcedSubtitlesHelp": "Only subtitles marked as forced will be loaded.",
+ "AutoSelectHearingImpairedHelp": "Subtitles matching the language preference will be loaded, with a preference given to tracks that are marked as hearing impaired (SDH).",
+ "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": "Bahasa utama subtitel:",
+ "LabelTextSize": "Ukuran teks:",
+ "TheseSettingsAffectSubtitlesOnThisDevice": "These settings affect subtitles on this device",
+ "LabelDropShadow": "Drop shadow",
+ "LabelTextBackgroundColor": "Text background color",
+ "LabelWindowBackgroundColor": "Text background color",
+ "LabelFont": "Font",
+ "LabelTextColor": "Warna teks:",
+ "LabelBackgroundColor": "Background color",
+ "LabelBackgroundOpacity": "Background opacity",
+ "Raised": "Raised",
+ "Depressed": "Depressed",
+ "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).",
+ "Normal": "Normal",
+ "HeaderWaitingForWifi": "Waiting for Wifi",
+ "WifiRequiredToDownload": "Koneksi Wifi diperlukan untuk terus mengunduh.",
+ "DownloadOnlyOnWifi": "Download only on Wifi",
+ "LabelMusicDownloadQuality": "Music download quality",
+ "MusicDownloadQualityHelp": "Audio files with a higher bitrate will be converted by Emby Server. Select a higher value for better quality, or a lower value to conserve local storage space.",
+ "HeaderDownloadSettings": "Pengaturan Pengunduhan",
+ "LabelDownloadLocation": "Download location",
+ "BrowseForFolder": "BrowseForFolder",
+ "Unlimited": "Unlimited",
+ "NoLimit": "No limit",
+ "Hide": "Hide",
+ "HeaderKeepWatching": "Keep Watching",
+ "HeaderNextEpisode": "Next Episode",
+ "AudioBitDepthNotSupported": "Converting to compatible audio bit depth",
+ "VideoBitrateNotSupported": "Converting to compatible video bitrate",
+ "VideoProfileNotSupported": "Converting to compatible video profile",
+ "VideoFramerateNotSupported": "Converting to compatible video framerate",
+ "VideoBitDepthNotSupported": "Converting to compatible video bit depth",
+ "RefFramesNotSupported": "Converting to compatible number of video reference frames",
+ "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.",
+ "HeaderStopRecording": "Stop Recording",
+ "ManageRecording": "Manage recording",
+ "LabelDropImageHere": "Drag and drop image here, or click to select an image to upload.",
+ "MessageFileReadError": "There was an error reading the file. Please try again.",
+ "Browse": "Browse",
+ "HeaderUploadImage": "Upload Image",
+ "HeaderAddUpdateImage": "Add/Update Image",
+ "HeaderShowFields": "Show Fields",
+ "LabelView": "Tampilan:",
+ "LabelImageType": "Image type",
+ "Upload": "Upload",
+ "Primary": "Primary",
+ "PrimaryImageBlur": "Primary image blur",
+ "Art": "Art",
+ "Backdrop": "Backdrop",
+ "Banner": "Banner",
+ "Box": "Box",
+ "BoxRear": "Box (Rear)",
+ "Disc": "Disc",
+ "Logo": "Logo",
+ "LogoDark": "Logo (Dark Version)",
+ "LogoLight": "Logo (Light Version)",
+ "LogoLightColor": "Logo (Light with Color)",
+ "Menu": "Menu",
+ "Screenshot": "Screenshot",
+ "Thumb": "Thumb",
+ "HeaderAudioSettings": "Audio Settings",
+ "LabelAudioLanguagePreference": "Bahasa utama audio:",
+ "LabelPlayDefaultAudioTrack": "Play default audio track regardless of language",
+ "HeaderVideoQuality": "Kualitas Video",
+ "CinemaModeConfigurationHelp": "Cinema Intros bring the theater experience straight to your living room with the ability to play trailers and custom intros before the main feature.",
+ "ShowUpNextPreview": "Show up next preview",
+ "ShowUpNextPreviewHelp": "Show information for the next item near the end of the current one.",
+ "PlayNextEpisodeAutomatically": "Putar episode berikutnya secara otomatis",
+ "LabelMaxChromecastBitrate": "Kualitas streaming Chromecast:",
+ "LabelSkipBackLength": "Skip back length",
+ "LabelSkipForwardLength": "Skip forward length",
+ "EnableCinemaMode": "Enable Cinema Intros",
+ "LabelInternetQuality": "Remote streaming quality",
+ "LabelCellularQuality": "Remote streaming quality (cellular)",
+ "HeaderMusicQuality": "Kualitas Musik",
+ "LabelHomeNetworkQuality": "Home streaming quality",
+ "HeaderLatestMedia": "Media Terbaru",
+ "HeaderRestartingEmbyServer": "Restarting Emby Server",
+ "RestartPleaseWaitMessage": "Please wait while Emby Server shuts down and restarts. This may take a minute or two.",
+ "HeaderPlayNext": "Play Next",
+ "AutoBasedOnLanguageSetting": "Otomatis (berdasarkan pengaturan perangkat)",
+ "SameAsMainTheme": "Same as main theme",
+ "LabelDateTimeLocale": "Date time locale",
+ "Genre": "Genre",
+ "DirectorValue": "Sutradara: {0}",
+ "DirectorsValue": "Sutradara: {0}",
+ "GenreValue": "Genre: {0}",
+ "GenresValue": "Genre: {0}",
+ "TagsValue": "Tags: {0}",
+ "Off": "Off",
+ "Title": "Judul",
+ "Year": "Tahun",
+ "Filter": "Filter",
+ "Filters": "Filters",
+ "Unplayed": "Unplayed",
+ "LabelTVHomeScreen": "TV mode home screen",
+ "Horizontal": "Horizontal",
+ "Vertical": "Vertical",
+ "HeaderGroupBy": "Group By",
+ "HeaderMediaType": "Media Type",
+ "GroupBySeries": "Group by series",
+ "HeaderVideoType": "Video Type",
+ "HeaderSeriesStatus": "Series Status",
+ "Features": "Features",
+ "Trailers": "Cuplikan",
+ "Extras": "Extras",
+ "ThemeSongs": "Theme songs",
+ "ThemeVideos": "Theme videos",
+ "HeaderFavoriteMovies": "Film Favorit",
+ "HeaderFavoritePhotos": "Foto Favorit",
+ "HeaderFavoriteShows": "Serial Favorit",
+ "HeaderFavoriteEpisodes": "Favorite Episodes",
+ "HeaderFavoriteVideos": "Favorite Videos",
+ "HeaderFavoriteMusicVideos": "Favorite Music Videos",
+ "HeaderFavoriteGames": "Favorite Games",
+ "HeaderFavoriteArtists": "Favorite Artists",
+ "HeaderFavoriteAlbums": "Favorite Albums",
+ "HeaderFavoriteSongs": "Lagu Favorit",
+ "HeaderFavoriteAuthors": "Favorite Authors",
+ "HeaderFavoriteAudioBooks": "Favorite Audio Books",
+ "Ascending": "Ascending",
+ "Descending": "Descending",
+ "HeaderColorPrimaries": "Color Primaries",
+ "HeaderColorSpace": "Color Space",
+ "HeaderColorTransfer": "Color Transfer",
+ "HeaderVideoRange": "Video Range",
+ "SeriesDisplayOrderHelp": "Order episodes by air date, dvd order, or absolute numbering.",
+ "LabelVerticalPositionFromBottom": "Vertical position (from bottom)",
+ "HeaderFavoritePeople": "Favorite People",
+ "MultiSelect": "Multi-Select",
+ "HeaderSignOut": "Keluar",
+ "HeaderSelectServer": "Select Server",
+ "HeaderChangeServer": "Beralih Server",
+ "HeaderChangeUser": "Beralih Pengguna",
+ "HeaderAppSettings": "Pengaturan Aplikasi",
+ "HeaderLoginSettings": "Login Settings",
+ "LabelRememberLogin": "Remember login",
+ "LabelAutomaticallySignOut": "Automatically sign out",
+ "BetaTesterMessage": "Thank you for being an Emby beta tester! Please leave feedback in the {0}Testing Area of the Emby Community{1}.",
+ "HardwareAccelerated": "Hardware accelerated",
+ "Software": "Software",
+ "Metadata": "Metadata",
+ "HeaderMediaInfo": "Informasi Media",
+ "Locked": "Locked",
+ "HeaderSplitVersionsApart": "Split Versions Apart",
+ "Any": "Any",
+ "Admin": "Admin",
+ "HeaderReadMore": "Read More",
+ "CustomRatingHelp": "A custom rating is used for parental control evaluations but is not displayed. The parental rating field is still displayed.",
+ "KeepUpToHelp": "Recordings over the limit are deleted when the next recording begins. Oldest recordings are deleted first, by date added.",
+ "NoItemsMatchingFound": "No items matching your search criteria were found.",
+ "TwoSearchCharsRequired": "Please enter at least two search characters.",
+ "PreventPlaybackContinuing": "Prevent playback from continuing indefinitely by periodically prompting for user input.",
+ "PromptStillWatching": "Aktifkan dialog 'Apa Kamu Masih Menonton?'",
+ "HeaderMissingMetadata": "Missing Metadata",
+ "HeaderIncludedIn": "Included In",
+ "EmbyConnectUserAlreadyLinked": "The Emby Connect user is already linked to another user on this server.",
+ "VideoFilesWillBeConvertedTo": "Converted videos will be saved as {0}.",
+ "VideoWillBeConvertedTo": "Video streams will be converted to {0}, or copied from the original file if they are already {0} and the quality fits within the conversion options.",
+ "VideoWillBeConvertedToOrCopied": "Video streams will be converted to {0}, or copied from the original file if they are any of ({1}), and the quality fits within the conversion options.",
+ "AudioWillBeConvertedTo": "Audio streams will be converted to {0}, or copied from the original file if they are already {0} and the quality fits within the conversion options.",
+ "AudioWillBeConvertedToOrCopied": "Audio streams will be converted to {0}, or copied from the original file if they are any of ({1}), and the quality fits within the conversion options.",
+ "HeaderSpecialKeys": "Special Keys",
+ "FollowingSpecialKeys": "The following special keys are supported on most keyboards and remote controls:",
+ "HeaderDeleteSeries": "Delete Series",
+ "HeaderDeleteLastPlayedEpisode": "Delete Last Played Episode",
+ "HeaderConnectingToServer": "Connecting to Server",
+ "ServerNameValue": "Server name: {0}",
+ "DomainValue": "Domain: {0}",
+ "RatedValue": "Rated {0}",
+ "LocalServerRedirectMessage": "You will now be redirected to the domain owned and operated by the administrator of the server you've chosen to connect to:",
+ "AllMediaOwnedHosted": "All media is hosted and managed by the owner of {0}.",
+ "EnableResolutionSwitching": "Match video resolution",
+ "EnableResolutionSwitchingHelp": "This enables Emby to change the resolution to the same value the video was encoded in before starting playback. This may help minimize the amount of stutter/judder that you might otherwise see when playing videos which do not match up well.",
+ "EnableDisplayRefreshRateSwitching": "Enable display refresh rate switching",
+ "EnableDisplayRefreshRateSwitchingHelp": "This enables Emby to change the display refresh rate to the same value (or multiple of) as the framerate the video was encoded in before starting playback. This may help minimize the amount of stutter/judder that you might otherwise see when playing videos which do not match up well.",
+ "RememberSelectedAudioTracks": "Remember audio track selections",
+ "RememberSelectedSubtitleTracks": "Remember subtitle track selections",
+ "RememberSelectedSubtitleTracksHelp": "Subtitle track selections will be remembered on a per video basis and reapplied when playing the same video again.",
+ "RememberSelectedAudioTracksHelp": "Audio track selections will be remembered on a per video basis and reapplied when playing the same video again.",
+ "ClearSavedTrackSelections": "Clear saved track selections",
+ "HeaderClearTrackSelections": "Clear Saved Track Selections",
+ "QuestionClearSavedTracks": "Clear all saved track selections?",
+ "LabelChannelTags": "Channel tags",
+ "AfterThisPlaysConfirmation": "After this plays, do you want to keep playing or clear the music you previously queued?",
+ "Keep": "Keep",
+ "Clear": "Clear",
+ "HeaderClearFilters": "Clear Filters",
+ "HeaderSearchForImages": "Search for Images",
+ "HeaderSearchNewImage": "Search for a New Image",
+ "HeaderSearchForAnImage": "Search for an Image",
+ "DragDropToReorder": "Drag and Drop to Reorder",
+ "HeaderAddImageFromUrl": "Add Image from URL",
+ "HeaderSetImageFromUrl": "Set Image from URL",
+ "LabelUrl": "Url",
+ "LabelChannelNumber": "Channel number",
+ "LabelGuideDataChannel": "Guide data channel",
+ "GuideDataSource": "Guide Data Source",
+ "HeaderCopyToClipboard": "Copy to Clipboard",
+ "TimeRemainingValue": "{0} tersisa",
+ "LabelResumeRewindSeconds": "When resuming, automatically rewind",
+ "ResumeRewindSecondsHelp": "This may help you remember where you left off. This applies to the initial resume and not each individual pause during playback.",
+ "HeaderSavePlayQueueToPlaylist": "Save Play Queue to Playlist",
+ "EnableLogoImagesAsTitle": "Display logo images as titles on detail screens",
+ "EnableLogoImagesAsTitleHelp": "When available, logo images can be used in place of title text on video, series, and other detail screens. The title will fallback to text when a logo image is not available.",
+ "LabelNowPlayingAudioBackgroundStyle": "Now playing audio background style",
+ "LabelNowPlayingVideoBackgroundStyle": "Now playing video background style",
+ "NowPlayingVideoBackgroundStyleHelp": "Determines the background style when remote controlling video playback on another device.",
+ "Rotation": "Rotation",
+ "Minutes": "Minutes",
+ "LabelMaxRecordingLength": "Max recording length",
+ "MaxRecordingLengthHelp": "Limit recordings to a specified amount of time, regardless of the duration of the broadcast. Set to 0 for no limit.",
+ "RemoteWAN": "Remote (WAN) Address",
+ "HeaderLastConnectedTo": "Last Connection To",
+ "Version": "Version",
+ "Keyword": "Keyword",
+ "HeaderServerAddress": "Server Address",
+ "HeaderSkipIntro": "Lewati Intro",
+ "HeaderCreateRecording": "Create Recording",
+ "HeaderAddRecording": "Add Recording",
+ "HeaderChannelAndTime": "Channel and Time",
+ "LabelRecordProgramOrSeriesFrom": "Record a program or series from",
+ "LabelStartTime": "Start time",
+ "LabelEndTime": "End time",
+ "LabelFrequency": "Frequency",
+ "Recurring": "Recurring",
+ "Once": "Once",
+ "Start": "Start",
+ "Unpause": "Unpause",
+ "LabelIntroSkipMode": "Intro skip mode",
+ "ShowSkipIntroButton": "Show 'Skip Intro' button",
+ "AutoSkipIntro": "Automatically skip intros",
+ "DisplayRatingInformationOnVideoPlaybackStart": "Display rating information on video playback start",
+ "DisplayRatingInformationOnVideoPlaybackStartHelp": "The rating information will display briefly when video playback begins.",
+ "IntroSkipModeHelp": "Display a 'Skip Intro' button or automatically skip intros for episodes in which Emby Server has detected intro markers. Intro detection must be enabled in Emby Server library options.",
+ "EnableHomeScreenFocusPreview": "Use a layout on the home screen that shows a detailed preview of the selected item",
+ "EnableHomeScreenFocusPreviewHelp": "This may not work well if your home screen contains a mixture of different media types.",
+ "LabelHideMediaTransportButtons": "Hide video player transport buttons",
+ "HideMediaTransportButtonsHelp": "Create a simpler on-screen playback interface by hiding basic transport buttons such as skip forward, back and pause. You'll still be able to use these functions using arrow keys and OK/Enter. Auto will hide the transport buttons when no mouse usage is detected within the app.",
+ "ImageSizeHelp": "Set your preferred size of image grids.",
+ "LabelImageSize": "Ukuran gambar:",
+ "ThisImageIsOnlyPreview": "This image is only a preview that came from the metadata search engine. The actual image that Emby Server downloads may be different and will depend on the options you've configured in Emby library setup.",
+ "ResultsRangeValue": "{0} to {1} of {2}",
+ "NotificationsDescription": "Setup notifications to stay informed of important events on your Emby Server.",
+ "DeleteEmbyConnectAccount": "Delete Emby Connect Account",
+ "DeleteEmbyConnectAccountHelp": "To delete your Emby Connect account, please sign in to the {0}Emby Community{1} at {2}. Once signed in, then click your username in the top right, then click Account Settings, then click Delete My Account.",
+ "KeepPlayingInBackground": "Keep playing in the background",
+ "LabelVideoBackBehavior": "Video player back button behavior",
+ "HeaderViewLyrics": "Lihat Lirik",
+ "HeaderViewMissingEpisodes": "View Missing Episodes",
+ "HeaderMissingEpisodes": "Missing Episodes",
+ "HeaderManageAccess": "Manage Access",
+ "HeaderManageCollaboration": "Manage Collaboration",
+ "HeaderLeaveCollaboration": "Leave Collaboration",
+ "HeaderRemoveFromLibrary": "Remove from Library",
+ "RemoveSharedItemConfirmation": "Are you sure you wish to remove this item from your library? In order to get it back the owner will need to grant you access again.",
+ "SubtitlesDownloaded": "Subtitles Downloaded",
+ "HeaderMakePrivate": "Make Private",
+ "HeaderMakePublic": "Make Public",
+ "MakePublicDescription": "All users will be able to view this item. Users can be granted access to edit.",
+ "MakePrivateDescription": "Users can still be granted access individually.",
+ "Private": "Private",
+ "Public": "Public",
+ "Collaborative": "Collaborative",
+ "PreferredShowDisplay": "Tampilan serial TV utama:",
+ "ShowAllEpisodesAllSeasons": "Tampilkan seluruh episode dari semua musim",
+ "ShowAllEpisodesSingleSeason": "Tampilkan seluruh episode untuk serial yang hanya punya satu musim",
+ "ShowSeasonFolders": "Selalu tampilkan folder untuk setiap musim",
+ "HeaderAddAgain": "Add Again",
+ "UpNext": "Up Next",
+ "ItemsAlreadyInPlaylist": "Some of these items are already in your playlist.",
+ "ItemAlreadyInPlaylist": "This item is already in your playlist.",
+ "HeaderPlayChannel": "Play Channel",
+ "LabelScreenOrientationDuringVideo": "Orientasi layar selama pemutaran video:",
+ "UseDeviceSetting": "Use device setting",
+ "LockToLandscape": "Lock to landscape",
+ "UsernameForFolderHelp": "The username required to access this folder on your network (if applicable).",
+ "PasswordForFolderHelp": "The password required to access this folder on your network (if applicable).",
+ "ShowMediaInfoOnDetailScreens": "Show full media at the bottom of audio and video detail screens",
+ "ForgotPasswordNoUserFound": "No users were found with the entered name. Please try again, or leave the name blank to reset the password for all users on this server.",
+ "Silver": "Silver",
+ "DimGray": "Dim Gray",
+ "DarkGray": "Dark Gray",
+ "LightGray": "Light Gray",
+ "Black": "Black",
+ "Blue": "Blue",
+ "Cyan": "Cyan",
+ "Gray": "Gray",
+ "Green": "Green",
+ "Lime": "Lime",
+ "Magenta": "Magenta",
+ "Orange": "Orange",
+ "Pink": "Pink",
+ "Red": "Red",
+ "Yellow": "Yellow",
+ "White": "White",
+ "Purple": "Purple",
+ "RecentlyReleasedMovies": "Recently Released Movies",
+ "RecentlyReleasedEpisodes": "Recently Released Episodes",
+ "DolbyProfile": "Dolby Profile",
+ "IpAddress": "IP Address",
+ "VideoType": "Video Type",
+ "HidePlayedMediaFrom": "Sembunyikan Media Yang Telah Diputar Dari",
+ "BottomEdgePosition": "Bottom Edge Position",
+ "VerticalPositionFromBottomScreen": "Set the vertical position of the subtitles relative to the bottom of the screen.",
+ "TopEdgePosition": "Top Edge Position",
+ "TopEdgePositionHelp": "Set the highest allowed vertical position of the subtitles relative to the top of the screen. This is used when the subtitles contain positioning instructions to be placed at the top.",
+ "HeaderSubtitlePosition": "Subtitle Position",
+ "TitleProfilePin": "Profile PIN",
+ "ProfilePinConfirm": "Profile PIN (confirm)",
+ "SaveProfilePin": "Save Pin",
+ "ProfilePinDescription": "Create an optional pin to be prompted for entry whenever you return to an Emby app on a device that you've already signed into. This is useful if you have devices that are shared by multiple users. You can choose to enable it selectively on each device as required.",
+ "TitleNewEpisodes": "New Episodes",
+ "EnterYourPinToContinue": "Masukkan PIN kamu untuk melanjutkan.",
+ "YourPinMustBe": "Your PIN must be {0} digits.",
+ "ForgotPin": "Forgot PIN?",
+ "RequireEnteringPinToReturn": "Require entering my profile PIN whenever I return to this app.",
+ "RequireEnteringPinToReturnQuestion": "Should we prompt you for your profile PIN whenever you return to this app? If this device is shared by multiple users, your profile PIN can help prevent the other users from accessing your data.",
+ "RequireEnteringPinToReturnHelp": "Useful if this device is shared by multiple users.",
+ "WrongPinPleaseTryAgain": "Whoops, wrong PIN. Please try again.",
+ "ProfilePinIsOn": "Profile PIN is currently on.",
+ "IfTryingToConnectToHttp": "If you're trying to connect to your Emby Server using an HTTP address, your browser may not be allowing this due to HTTPS requirements. Please try one of the following:",
+ "SetupHttpsForYourServer": "Setup {0}HTTPS for your Emby Server{1} so that you can connect using HTTPS.",
+ "TitleUnableToReachServer": "Tidak Dapat Menghubungi Server",
+ "TitleUnableToReachName": "Tidak Dapat Menghubungi {0}",
+ "HearingImpaired": "Hearing Impaired",
+ "SignIntoServerName": "Sign in to {0}",
+ "About": "Tentang",
+ "Specials": "Specials",
+ "NSettings": "{0} Settings",
+ "NPreferences": "{0} Preferences",
+ "DetailScreenOptions": "Detail Screens",
+ "LabelGenreDisplayLimit": "Genre display limit",
+ "GenreDisplayLimitHelp": "Limit the number of genres displayed at the top of item detail screens.",
+ "GenreDisplayLimitForListsHelp": "Limit the number of genres displayed at the top of playlist, collection and artist detail screens.",
+ "LabelGenreDisplayLimitForLists": "Genre display limit for lists",
+ "ShowPosterOnDetails": "Show a poster on the detail screen",
+ "ShowPosterOnDetailsHelp": "Choose to show a poster on video detail screens, or hide it for a more minimal look that emphasizes the background. This setting is not used on smaller screen layouts. Some item types will ignore this setting.",
+ "EnableAppLogging": "Enable app logging",
+ "EnableAppLoggingHelp": "Logging can degrade app performance and should only be enabled as needed for troubleshooting purposes. Changes require restarting the app.",
+ "LabelSlideshowInterval": "Photo slideshow time per slide",
+ "TVChannelImageEditorHelp": "Multiple logo versions are supported. Emby apps will automatically choose the appropiate one depending on the current theme.",
+ "PlaySlideshow": "Play Slideshow",
+ "CheckForExistingEpisodesInAllLibraries": "Check for existing episodes in all libraries",
+ "GroupNotificationsBySeriesOrAlbum": "Group notifications by series and albums",
+ "ThemeSettings": "Theme Settings",
+ "FollowingActivityWillBeDisrupted": "The following activity will be disrupted and may require manual intervention to restart:",
+ "OneActivePlaybackSession": "1 Active Playback Session",
+ "NumActivePlaybackSessions": "{0} Active Playback Sessions",
+ "OneActiveRecording": "1 Active Recording",
+ "NumActiveRecordings": "{0} Active Recordings",
+ "PlayFromLivePosition": "Play from the live position",
+ "PlayFromStartOfRecording": "Play from the start of the recording",
+ "ThisChannelIsActivelyRecording": "This channel is actively recording. How would you like to begin playing?",
+ "ThemeSongVolume": "Theme song volume",
+ "HeaderForceConversionForFormats": "Force Conversion for Formats",
+ "ForceConversionForFormatsHelp": "Use this to force server-side transcoding or remuxing for formats that don't direct play very well on this device.",
+ "StartupBehavior": "Startup behavior",
+ "RememberLastUser": "Remember last user",
+ "ShowLoginScreen": "Show login screen",
+ "SignInAsValue": "Sign in as {0}",
+ "ConvertUnsupportedAudio": "Convert unsupported surround audio to Dolby Digital",
+ "ConvertUnsupportedAudioHelp": "Avoid downmixing unsupported surround formats to stereo by having Emby Server transcode them to Dolby Digital.",
+ "HeaderPlaybackCorrection": "Playback Correction",
+ "HeaderAttemptPlaybackCorrection": "Attempt Playback Correction",
+ "PlaybackCorrectionConfirm": "Attempt playback correction?",
+ "PlaybackCorrectionDescription": "Is the current item exhibiting a playback problem such as no video or audio? This will try and correct playback issues using server transcoding to convert this file into a more streaming friendly format. This will result in increased resource consumption on this Emby Server.",
+ "PlaybackCorrectionDescription2": "You can do this up to three times per video, where remuxing, video transcoding and audio transcoding are each activated one at a time.",
+ "HeaderAlbumsAsContributingArtist": "Albums as Contributing Artist",
+ "HeaderAlbumsAsComposer": "Albums as Composer",
+ "Duplicates": "Duplicates",
+ "HeaderSleepTimer": "Sleep Timer",
+ "AfterCurrentItem": "After current item",
+ "HeaderStopPlayback": "Stop Playback",
+ "TurnOffTimer": "Turn off timer",
+ "SleepTimerIsSet": "Your sleep timer is set",
+ "SleepTimerIsOff": "Your sleep timer is off",
+ "LabelEnableRemoteControlTVMode": "Display casting and remote control functions",
+ "EnableRemoteControlTVModeHelp": "Enable if you intend to use this device to send media to other devices.",
+ "ShowOnScreenControls": "Show on-screen controls",
+ "LabelVideoScreenUpAction": "Video player up action",
+ "VideoScreenUpActionHelp": "Select the action to take when pressing the up key on the video player screen. This applies when no on-screen controls are currently visible. When controls are already visible, the up key will be used for navigation.",
+ "LabelVideoPlayerLongPressAction": "Video player long press action",
+ "LetsGetSetup": "Let's Get Set Up",
+ "VideoPlayerLongPressActionHelp": "Choose what function or menu is shown when long pressing the OK button during video playback. This only takes effect when the video controls are hidden or the seek bar has focus.",
+ "AskAdminToGetPremiere": "This purchase must be made by the server administrator. Please ask the administrator of this Emby Server to sign in and get Emby Premiere so that you can enjoy access to premium features.",
+ "AutoOpenSingleItemsFolders": "Auto open single items in folder view",
+ "AutoOpenSingleItemsFoldersHelp": "When a folder only contains one item, automatically open that item.",
+ "PlayedOnValue": "Played {0}",
+ "TheseSettingsApplyAppDevice": "These settings apply to all users playing on this device.",
+ "LastContentDateAdded": "Last Content Date Added",
+ "RepeatThemeMedia": "Play themes on repeat",
+ "HideEpisodeSpoilerInfo": "Hide spoiler information from unwatched episodes",
+ "HideEpisodeSpoilerInfoHelp": "Hides the title, overview and image for unwatched episodes on most screens.",
+ "BornValueAge": "Born: {0} (age {1})",
+ "PreferDirectStreamLiveTV": "Prefer direct streaming of Live TV",
+ "PreferDirectStreamLiveTVHelp": "Direct streaming Live TV will reduce resource consumption on your Emby Server but may not be as seekable during playback. Enabling this will direct stream Live TV when the format is supported and is within your configured quality setting. Disable this to enjoy more seeking during playback at the cost of additional resource consumption.",
+ "HeaderAllRecordings": "All Recordings",
+ "RememberLoginDescription": "After signing in, you can use the app settings to configure the startup behavior to remember login, sign in as a specific user, or always show the login screen.",
+ "ForgetThisServer": "Forget This Server",
+ "ForgetServerConfirmation": "Are you sure you wish to forget this server?",
+ "HeaderThisDevice": "This Device",
+ "ChaptersGuide": "Chapters / Live TV Guide",
+ "ChaptersGuideHelp": "Show Chapters for media with chapters. For media without chapters, show the Live TV Guide (when available).",
+ "HeaderShowSeriesImages": "Show Series Images",
+ "AppExitConfirmation": "Are you ready to exit Emby?",
+ "AppExitMenu": "Exit menu",
+ "SideMenu": "Side navigation menu",
+ "SystemStorage": "System storage ({0})"
+}
diff --git a/modules/common/strings/is.json b/modules/common/strings/is.json
new file mode 100644
index 0000000..9fb1f82
--- /dev/null
+++ b/modules/common/strings/is.json
@@ -0,0 +1,1340 @@
+{
+ "LabelCountry": "Country",
+ "HeaderInvitationSent": "Invitation Sent",
+ "Hide": "Hide",
+ "EmbyLoginTerms": "Emby is designed to help you manage your personal media library, such as home videos and photos. Please see our {0}terms of use{1}. The use of any Emby software constitutes acceptance of these terms.",
+ "MessageUnableToConnectToServer": "We're unable to connect to the selected server right now. Please ensure it is running and try again.",
+ "EmbyIntroMessage": "With Emby you can easily stream videos, music and photos to smart phones, tablets and other devices from your Emby Server.",
+ "HeaderSignInWithConnect": "Sign in with Emby Connect",
+ "HeaderWelcomeToEmby": "Welcome to Emby",
+ "HeaderNewUsers": "New Users",
+ "HeaderPleaseSignIn": "Please Sign In",
+ "MessageInvalidUser": "Invalid username or password. Please try again.",
+ "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.",
+ "ValueSpecialEpisodeName": "Special - {0}",
+ "HeaderSignIn": "Sign In",
+ "Share": "Share",
+ "Shared": "Shared",
+ "Info": "Info",
+ "Add": "Add",
+ "Speed": "Speed",
+ "PlaybackSpeed": "Playback Speed",
+ "Chapters": "Chapters",
+ "Password": "Password",
+ "SavePassword": "Save Password",
+ "LabelPassword": "Password",
+ "HeaderResetPassword": "Reset Password",
+ "Series": "Series",
+ "Preview": "Preview",
+ "Submit": "Submit",
+ "Never": "Never",
+ "Table": "Table",
+ "HeaderScheduledTasks": "Scheduled Tasks",
+ "Plays": "Plays",
+ "LastUsedAddressValue": "Last used {0}",
+ "LabelKeywordType": "Keyword type",
+ "HeaderSelectColumns": "Select Columns",
+ "HeaderTopResults": "Top Results",
+ "HeaderPinSidebar": "Pin Sidebar",
+ "Collapse": "Collapse",
+ "LabelBackgroundVideoPlayback": "Background video playback",
+ "BackgroundVideoPlaybackHelp": "Background playback allows video to keep playing even when the screen is turned off.",
+ "AlwaysOn": "Always on",
+ "HeadphonesOrExternalSpeakersConnected": "Headphones or external speakers connected",
+ "HeaderKeyboardAndRemote": "Keyboard and Remote",
+ "NoSelectedItemsSupportOperation": "There are no items selected that support this operation.",
+ "NoOperationsForSelectedItems": "There are no operations available for the selected items.",
+ "UploadOnlyOnWifi": "Upload only on Wifi",
+ "HeaderFoldersToUpload": "Folders to Upload",
+ "LabelPasswordConfirm": "Password (confirm)",
+ "HeaderMoveUpInOrder": "Move Up In Order",
+ "HeaderDownUpInOrder": "Move Down In Order",
+ "LabelUsername": "Username",
+ "HeaderAddServer": "Add Server",
+ "HeaderSubtitleOffset": "Subtitle Offset",
+ "Watching": "Watching",
+ "HeaderRemoveFromContinueWatching": "Remove from Continue Watching",
+ "RemoveThisTitleFromContinueWatching": "Remove this title from Continue Watching?",
+ "HeaderRemoveFromContinueListening": "Remove from Continue Listening",
+ "RemoveThisTitleFromContinueListening": "Remove this title from Continue Listening?",
+ "HeaderIncreaseSubtitleOffset": "Increase Subtitle Offset",
+ "HeaderDecreaseSubtitleOffset": "Decrease Subtitle Offset",
+ "Close": "Close",
+ "HeaderSeeAll": "See All",
+ "HeaderOpenInNewWindow": "Open in New Window",
+ "LabelEmail": "Email",
+ "LabelHost": "Host",
+ "LabelHostHelp": "Example: 192.168.1.100 or https://myserver.com",
+ "LabelPort": "Port",
+ "Disabled": "Disabled",
+ "Uninstall": "Uninstall",
+ "Enable": "Enable",
+ "AllTuners": "All Tuners",
+ "Disable": "Disable",
+ "NextValue": "Next: {0}",
+ "HeaderNextItem": "Next Item",
+ "HeaderPreviousItem": "Previous Item",
+ "NoTrailersMessage": "No Trailers found. To add Trailers, please install the Trailer plugin from the {0}Emby plugin catalog{1}.",
+ "UninstallPluginConfirmation": "Are you sure you wish to uninstall this plugin?",
+ "HeaderUninstallPlugin": "Uninstall Plugin",
+ "AreYouStillWatching": "Are you still watching?",
+ "LabelCurrentPassword": "Current password",
+ "LabelNewPassword": "New password",
+ "LabelNewPasswordConfirm": "New password confirm",
+ "HeaderRemovePassword": "Remove Password",
+ "ServerUpdateNeeded": "This Emby Server needs to be updated. To download the latest version, please visit {0}",
+ "MessageThankYouForConnectSignUp": "Thank you for signing up for Emby Connect. An email will be sent to your address with instructions on how to confirm your new account. Please confirm the account and then return here to sign in.",
+ "MessageThankYouForConnectSignUpNoValidation": "Thank you for signing up for Emby Connect! You will now be asked to login with your Emby Connect information.",
+ "ErrorMessagePasswordNotMatchConfirm": "The password and password confirmation must match.",
+ "ErrorMessageUsernameInUse": "The username is already in use. Please choose a new name and try again.",
+ "ErrorMessageEmailInUse": "The email address is already in use. Please enter a new email address and try again, or use the forgot password feature.",
+ "HeaderUpcomingOnTV": "Upcoming On Live TV",
+ "HeaderOtherShowings": "Other Showings",
+ "Showings": "Showings",
+ "HeaderConnectToServer": "Connect to Server",
+ "ConnectToServerManually": "Connect to server manually",
+ "LabelEnterConnectUserNameHelp": "This is the email address that you used to setup your Emby Connect account.",
+ "HeaderSignInError": "Sign In Error",
+ "HeaderManualLogin": "Manual Login",
+ "PasswordResetConfirmation": "Are you sure you wish to reset the password?",
+ "ContactAdminToResetPassword": "Please contact your system administrator to reset your password.",
+ "ForgotPasswordInNetworkRequired": "Please try again within your home network to initiate the password reset process.",
+ "ForgotPasswordFileCreated": "The following file has been created on your server and contains instructions on how to proceed:",
+ "ForgotPasswordFileExpiration": "The reset pin will expire at {0}.",
+ "InvalidForgotPasswordPin": "An invalid or expired pin was entered. Please try again.",
+ "PasswordResetForUsers": "Passwords have been removed for the following users. To login, sign in with a blank password.",
+ "HeaderForgotPassword": "Forgot Password?",
+ "ForgotPasswordUsernameHelp": "Leave this blank if you don't remember your username.",
+ "HeaderPasswordReset": "Password Reset",
+ "AttributeNew": "New",
+ "Done": "Done",
+ "HeaderResetToDefault": "Reset to Default",
+ "Deinterlacing": "Deinterlacing",
+ "HeaderBurningInSubtitles": "Burning in Subtitles",
+ "Premiere": "Premiere",
+ "LabelPinCode": "Pin code",
+ "LabelLocalNetworkPinCode": "Local network pin code",
+ "LabelLocalNetworkPasswordMode": "Local network sign in mode",
+ "RequirePasswordInLocalNetwork": "Require a password on the local network",
+ "NoPasswordInLocalNetwork": "Don't require a password on the local network",
+ "PinCodeInLocalNetwork": "Allow a numeric pin code on the local network",
+ "LocalNetworkPasswordModeHelp": "Select the sign in method for devices on the same local network as your Emby Server.",
+ "HeaderLocalNetworkAccess": "Local Network Access",
+ "Live": "Live",
+ "Reset": "Reset",
+ "Repeat": "Repeat",
+ "Track": "Track",
+ "Tracks": "Tracks",
+ "HeaderCameraUpload": "Camera Upload",
+ "TrackCount": "{0} Tracks",
+ "ItemCount": "{0} Items",
+ "NumberChannelsValue": "{0} Channels",
+ "HeaderLatestMusic": "Latest Music",
+ "HeaderLatestAudioBooks": "Latest Audio Books",
+ "HeaderLatestDownloadedVideos": "Latest Downloaded Videos",
+ "HeaderRecentlyPlayed": "Recently Played",
+ "Recent": "Recent",
+ "HeaderFrequentlyPlayed": "Frequently Played",
+ "HeaderMoreLikeThis": "More Like This",
+ "HeaderMoreLikeThisOnLiveTV": "More Like This on Live TV",
+ "OriginalAirDateValue": "Original air date: {0}",
+ "EndsAtValue": "Ends at {0}",
+ "Date": "Date",
+ "AirDate": "Air Date",
+ "Played": "Played",
+ "Daily": "Daily",
+ "Weekly": "Weekly",
+ "RequireHashMatch": "Require a hash match",
+ "RequireHashMatchHelp": "Requiring a hash match will filter subtitles to include only those that have been tested with your exact video file. Unchecking this will increase the number of matched subtitles, but will also increase the chances of mistimed or incorrect subtitle text.",
+ "SearchForForcedSubtitlesOnly": "Forced subtitles only",
+ "SearchForForcedSubtitlesOnlyHelp": "Requiring forced subtitles will limit results to subtitles that are tagged as having a foreign language.",
+ "LastEpisodeDateAdded": "Last Episode Date Added",
+ "LastEpisodeDateAired": "Last Episode Date Released",
+ "LabelPlaystate": "Playstate",
+ "Studio": "Studio",
+ "Tag": "Tag",
+ "EpisodeTitle": "Episode Title",
+ "Audio": "Audio",
+ "Video": "Video",
+ "Subtitle": "Subtitle",
+ "Image": "Image",
+ "CopyStream": "Copy original stream",
+ "LabelAudioLayout": "Audio layout",
+ "LabelAudioCodec": "Audio codec",
+ "LabelAudioLanguage": "Audio language",
+ "LabelSubtitleLanguage": "Subtitle language",
+ "LabelVideoCodec": "Video codec",
+ "LabelSubtitleCodec": "Subtitle codec",
+ "LabelParentalRating": "Parental rating",
+ "BecauseYouLikeValue": "Because you like {0}",
+ "BecauseYouWatchedValue": "Because you watched {0}",
+ "DirectedByValue": "Directed by {0}",
+ "StarringValue": "Starring {0}",
+ "Invitations": "Invitations",
+ "ActorAsRole": "as {0}",
+ "ButtonOk": "OK",
+ "GroupItemsIntoCollections": "Group items into collections",
+ "GroupItemsIntoCollectionsHelp": "Group items based on collections they've been added to. Enabling certain filters or sort orders may automatically disable this.",
+ "GroupItemsIntoTags": "Group items into tags",
+ "GroupItemsIntoTagsHelp": "Group items based on tags they've been added to. Enabling certain filters or sort orders may automatically disable this.",
+ "User": "User",
+ "Access": "Access",
+ "Users": "Users",
+ "Library": "Library",
+ "Devices": "Devices",
+ "Cancel": "Cancel",
+ "Restart": "Restart",
+ "Shutdown": "Shutdown",
+ "Logs": "Logs",
+ "Visibility": "Visibility",
+ "Notifications": "Notifications",
+ "SendTestNotification": "Send Test Notification",
+ "NotificationSent": "Notification sent",
+ "DeleteNotificationConfirmation": "Are you sure you wish to delete this notification?",
+ "DeleteNotification": "Delete Notification",
+ "AddNotification": "Add Notification",
+ "EditNotification": "Edit Notification",
+ "LimitUserEventsTo": "Limit user events to",
+ "LimitLibraryEventsTo": "Limit library events to",
+ "LimitDeviceEventsTo": "Limit devices events to",
+ "ForAdditionalNotificationOptions": "Additional notification services can be installed by the server administrator in the Emby {0}plugin catalog{1}.",
+ "Plugins": "Plugins",
+ "Systems": "Systems",
+ "Server": "Server",
+ "Dashboard": "Dashboard",
+ "PlayOnAnotherDevice": "Play on another device",
+ "HeaderConnectionHelp": "Connection Help",
+ "AccessRestrictedTryAgainLater": "Access is currently restricted. Please try again later.",
+ "ButtonGotIt": "Got It",
+ "RememberMe": "Remember me",
+ "EmbyServer": "Emby Server",
+ "ManageEmbyServer": "Manage Emby Server",
+ "ShutdownServer": "Shutdown Emby Server",
+ "RestartServer": "Restart Emby Server",
+ "RecordingCancelled": "Recording Cancelled",
+ "SeriesCancelled": "Series Cancelled",
+ "Recording": "Recording",
+ "SeriesRecording": "Series Recording",
+ "RecordingScheduled": "Recording Scheduled",
+ "SeriesRecordingScheduled": "Series Recording Scheduled",
+ "HeaderNewRecording": "New Recording",
+ "HeaderWakeServer": "Wake Server",
+ "AttemptingWakeServer": "Attempting to wake server. Please wait...",
+ "WakeServerSuccess": "Success!",
+ "HeaderCustomizeHomeScreen": "Customize Home Screen",
+ "WakeServerError": "Wake On LAN packets were sent to your server machine, but we're unable to connect to your Emby Server. Your machine may need a little more time to wake, or Emby Server may not be actively running on the machine.",
+ "Days": "Days",
+ "Network": "Network",
+ "Networks": "Networks",
+ "SortByValue": "Sort by {0}",
+ "HeaderSortBy": "Sort By",
+ "HeaderPhotoAlbums": "Photo Albums",
+ "Photos": "Photos",
+ "HeaderAppearsOn": "Appears On",
+ "List": "List",
+ "HeaderRecordSeries": "Record Series",
+ "HeaderCinemaMode": "Cinema Intros",
+ "Conversions": "Conversions",
+ "Downloads": "Downloads",
+ "HeaderManageDownloads": "Manage Downloads",
+ "InternalStorage": "Internal storage",
+ "ExternalStorage": "External storage",
+ "UploadToFollowingServers": "Upload to Servers",
+ "UploadingNumItems": "Uploading {0} of {1}",
+ "DownloadNumItems": "Downloading {0} of {1}",
+ "HeaderSampleRate": "Sample Rate",
+ "HeaderReferenceFrames": "Reference Frames",
+ "HeaderBitDepth": "Bit Depth",
+ "HeaderPixelFormat": "Pixel Format",
+ "Profile": "Profile",
+ "Bitrate": "Bitrate",
+ "Expand": "Expand",
+ "Container": "Container",
+ "Format": "Format",
+ "Path": "Path",
+ "Size": "Size",
+ "Resolution": "Resolution",
+ "HeaderCodecTag": "Codec Tag",
+ "Framerate": "Framerate",
+ "Interlaced": "Interlaced",
+ "Anamorphic": "Anamorphic",
+ "Level": "Level",
+ "Timestamp": "Timestamp",
+ "Language": "Language",
+ "Codec": "Codec",
+ "Stream": "Stream",
+ "HeaderExtradata": "Extra Data",
+ "HeaderHardwareAcceleratedTranscoding": "Hardware Accelerated Transcoding",
+ "HeaderHardwareAcceleratedTranscodingDescription": "Take advantage of your server GPU. Emby has the most advanced and fastests hardware accelleration in the industry.",
+ "HeaderOfflineDownloads": "Offline Media",
+ "AndMuchMoreExclamation": "And much more!",
+ "HeaderOfflineDownloadsDescription": "Download media to your devices for easy offline use.",
+ "LiveTvFeatureDescription": "Stream Live TV to any Emby app, with a compatible TV tuner device installed on your Emby Server.",
+ "DvrFeatureDescription": "Schedule individual Live TV recordings, series recordings, and more with Emby DVR.",
+ "CinemaModeFeatureDescription": "Cinema Intros give you the true cinema experience with trailers and custom intros before the main feature.",
+ "HeaderFreeApps": "Free Emby Apps",
+ "FreeAppsFeatureDescription": "Enjoy free access to Emby apps for your devices.",
+ "HeaderBecomeProjectSupporter": "Get Emby Premiere",
+ "HeaderViewServerInfo": "View Server Info",
+ "PlaybackTvModeRequiresEmbyPremiere": "Media playback in TV mode requires an active {0}Emby Premiere subscription{1}.",
+ "FeatureRequiresEmbyPremiere": "This feature requires an active {0}Emby Premiere subscription{1}.",
+ "HeaderConvertYourRecordings": "Convert Your Recordings",
+ "Record": "Record",
+ "Save": "Save",
+ "Edit": "Edit",
+ "HeaderSavePlaylist": "Save Playlist",
+ "Latest": "Latest",
+ "Download": "Download",
+ "Downloaded": "Downloaded",
+ "Converted": "Converted",
+ "RemoveFromHistory": "Remove from History",
+ "ConfirmRemoveFromHistory": "Remove this item from the history?",
+ "Downloading": "Downloading",
+ "Advanced": "Advanced",
+ "LinkedToEmbyConnect": "Linked to Emby Connect",
+ "Delete": "Delete",
+ "Both": "Both",
+ "LabelChannelDisplay": "Channel display",
+ "HeaderDeleteItem": "Delete Item",
+ "HeaderDeleteUser": "Delete User",
+ "DeleteItemConfirmation": "Are you sure you wish to delete {0}?",
+ "DeleteUserConfirmation": "Are you sure you wish to delete user {0}?",
+ "DeleteUsersConfirmation": "Are you sure you wish to delete these {0} users?",
+ "HeaderDeleteDevice": "Delete Device",
+ "DeleteDeviceConfirmation": "Are you sure you wish to delete this device? It will reappear the next time a user signs in with it.",
+ "ConfirmDeleteItem": "Deleting this item will delete it from both the file system and your media library.",
+ "FollowingFilesWillBeDeleted": "The following files and folders will be deleted:",
+ "AreYouSureToContinue": "Are you sure you wish to continue?",
+ "Refresh": "Refresh",
+ "RefreshingMetadataDots": "Refreshing metadata...",
+ "ScanningLibraryFilesDots": "Scanning library files...",
+ "HeaderFavoritesThenByChannelNumber": "Favorites, Then by Channel Number",
+ "HeaderAddToCollection": "Add to Collection",
+ "HeaderFavoritesThenByTitle": "Favorites, Then by Title",
+ "HeaderFavoritesThenByDefault": "Favorites, Then by Default Channel Order",
+ "HeaderDefaultChannelOrder": "Default Channel Order",
+ "HeaderAddToFavorites": "Add to Favorites",
+ "HeaderRemoveFromFavorites": "Remove from Favorites",
+ "Favorited": "Favorited",
+ "Unfavorited": "Unfavorited",
+ "HeaderNewCollection": "New Collection",
+ "HeaderNewPlaylist": "New Playlist",
+ "AllCollections": "All Collections",
+ "AllPlaylists": "All Playlists",
+ "Create": "Create",
+ "HeaderAddedToPlaylist": "Added to Playlist",
+ "HeaderAddedToCollection": "Added to Collection",
+ "OneItemAddedTo": "1 item added to \"{0}\".",
+ "ItemsAddedTo": "{0} items added to \"{1}\".",
+ "HeaderAddedToPlayQueue": "Added to Play Queue",
+ "HeaderPlayingNext": "Playing Next",
+ "Help": "Help",
+ "HeaderGetHelp": "Get Help",
+ "LabelTVDisplayMode": "Enable TV display mode",
+ "Desktop": "Desktop",
+ "Mobile": "Mobile / Tablet",
+ "Navigation": "Navigation",
+ "HeaderVideoPlayback": "Video Playback",
+ "TV": "TV",
+ "HeaderEmbyConnect": "Emby Connect",
+ "Seasons": "Seasons",
+ "OneTrack": "1 Track",
+ "OneSeason": "1 Season",
+ "Libraries": "Libraries",
+ "NumberSeasonsValue": "{0} Seasons",
+ "TVDisplayModeHelp": "Optimize the user interface on this device for display on a TV and input method with a remote control. This is generally not recommended if your primary input method is a mouse or is touch-based.",
+ "LabelDisplayLanguage": "Display language",
+ "LabelDisplayLanguageHelp": "Translating Emby is an ongoing project.",
+ "LearnHowYouCanContribute": "Learn how you can contribute.",
+ "NewCollectionHelp": "Collections allow you to create personalized groupings of movies and other library content.",
+ "SearchForCollectionInternetMetadata": "Search the internet for artwork and 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",
+ "ServerStartup": "Server Startup",
+ "EmbyServerOnXHasStarted": "Emby Server on {0} has started.",
+ "LabelScreensaver": "Screensaver",
+ "LabelSoundEffects": "Sound effects",
+ "LabelName": "Name",
+ "NewCollectionNameExample": "Example: Star Wars Collection",
+ "MessageItemsAdded": "Items added.",
+ "OptionNew": "New...",
+ "LabelPlaylist": "Playlist",
+ "AddToPlaylist": "Add to playlist",
+ "HeaderAddToPlaylist": "Add to Playlist",
+ "Subtitles": "Subtitles",
+ "LabelTheme": "Theme",
+ "LabelSettingsTheme": "Settings theme",
+ "LabelThemeAccentColor": "Accent color",
+ "ThemeAccentColorDescription": "Controls the color of important indicators, icons and text.",
+ "SearchForSubtitles": "Search for Subtitles",
+ "LabelLanguage": "Language",
+ "Search": "Search",
+ "NoSubtitleSearchResultsFound": "No results found. Have you configured {0}subtitle downloading{1}?",
+ "NoLyricsSearchResultsFound": "No results found. Have you configured {0}lyrics downloading{1}?",
+ "Lyrics": "Lyrics",
+ "SearchForLyrics": "Search for Lyrics",
+ "Finish": "Finish",
+ "File": "File",
+ "Exit": "Exit",
+ "Sleep": "Sleep",
+ "Setup": "Setup",
+ "MessageAreYouSureDeleteSubtitles": "Are you sure you wish to delete this subtitle file?",
+ "ConfirmDeletion": "Confirm Deletion",
+ "MySubtitles": "My Subtitles",
+ "MessageDownloadQueued": "Download queued.",
+ "HeaderEditSubtitles": "Edit Subtitles",
+ "UnlockGuide": "Unlock Guide",
+ "HeaderRefreshMetadata": "Refresh Metadata",
+ "HeaderRefreshAllMetadata": "Refresh All Metadata",
+ "ReplaceExistingImages": "Replace existing images",
+ "ReplaceExistingImagesHelp": "All existing images will be deleted and new ones will be downloaded based on the options for the library. In some cases this may result in fewer available images than before.",
+ "ReplaceExistingThumbnailImages": "Replace existing video preview thumbnails",
+ "ReplaceExistingThumbnailImagesHelp": "All existing video preview thumbnails will be deleted and new ones will be generated, if enabled in the options for the library.",
+ "ReplaceAllMetadata": "Replace all metadata",
+ "SearchForMissingMetadata": "Search for missing metadata",
+ "LabelRefreshMode": "Refresh mode",
+ "NoItemsFound": "No items found.",
+ "HeaderSaySomethingLike": "Say Something Like...",
+ "ButtonTryAgain": "Try Again",
+ "HeaderYouSaid": "You Said...",
+ "MessageWeDidntRecognizeCommand": "We're sorry, we didn't recognize that command.",
+ "MessageIfYouBlockedVoice": "If you denied voice access to the app you'll need to reconfigure before trying again.",
+ "ValueDiscNumber": "Disc {0}",
+ "Unrated": "Unrated",
+ "Favorite": "Favorite",
+ "Like": "Like",
+ "Dislike": "Dislike",
+ "RefreshDialogHelp": "Metadata is updated with new data based on settings and metadata providers that are enabled in Emby library setup.",
+ "Open": "Open",
+ "Play": "Play",
+ "Pause": "Pause",
+ "HeaderPlayQueue": "Play Queue",
+ "HeaderAddToPlayQueue": "Add to Play Queue",
+ "Shuffle": "Shuffle",
+ "Identify": "Identify",
+ "HeaderRemoveIdentification": "Remove Identification",
+ "ResetMetadataConfirmation": "Are you sure you wish to reset all metadata?",
+ "HeaderEditMetadata": "Edit Metadata",
+ "Convert": "Convert",
+ "Resume": "Resume",
+ "HeaderInstantMix": "Instant Mix",
+ "HeaderGoToItem": "Go to Item",
+ "HeaderGoToSeason": "Go to Season",
+ "HeaderGoToSeries": "Go to Series",
+ "HeaderGoToAlbum": "Go to Album",
+ "HeaderGoToArtist": "Go to Artist",
+ "HeaderPlayAll": "Play All",
+ "PictureInPicture": "Picture in picture",
+ "Fullscreen": "Full screen",
+ "ExitFullscreen": "Exit full screen",
+ "Rewind": "Rewind",
+ "FastForward": "Fast-forward",
+ "Remove": "Remove",
+ "Rename": "Rename",
+ "Queue": "Queue",
+ "QueueAllFromHere": "Queue all from here",
+ "PlayAllFromHere": "Play all from here",
+ "PlayFromBeginning": "Play From Beginning",
+ "FromBeginning": "From Beginning",
+ "ResumeAt": "Resume from {0}",
+ "HeaderRemoveFromPlaylist": "Remove from Playlist",
+ "HeaderRemoveFromPlayQueue": "Remove from Play Queue",
+ "HeaderRemoveFromCollection": "Remove from Collection",
+ "Sort": "Sort",
+ "Trailer": "Trailer",
+ "SelectNone": "Select None",
+ "SelectAll": "Select All",
+ "HeaderMarkPlayed": "Mark Played",
+ "HeaderMarkUnplayed": "Mark Unplayed",
+ "HeaderGroupVersions": "Group Versions",
+ "PleaseSelectTwoItems": "Please select at least two items.",
+ "HeaderConfirmRecordingCancellation": "Confirm Recording Cancellation",
+ "MessageConfirmRecordingCancellation": "Cancel recording?",
+ "Album": "Album",
+ "AlbumArtist": "Album Artist",
+ "Error": "Error",
+ "VoiceInput": "Voice Input",
+ "LabelContentType": "Content type",
+ "LabelPath": "Path",
+ "Playlists": "Playlists",
+ "LabelTitle": "Title",
+ "LabelOriginalTitle": "Original title",
+ "LabelSortTitle": "Sort title",
+ "LabelDateAdded": "Date added",
+ "DateAdded": "Date Added",
+ "DateCreated": "Date Created",
+ "DateModified": "Date Modified",
+ "DatePlayed": "Date Played",
+ "DateLastActive": "Date Last Active",
+ "ConfigureDateAdded": "Configure how date added is determined in the Emby Server dashboard under Library settings",
+ "LabelStatus": "Status",
+ "LabelArtistsHelp": "Separate multiple using ;",
+ "HeaderAlbumArtists": "Album Artists",
+ "LabelAlbumArtists": "Album artists",
+ "LabelAlbum": "Album",
+ "Artist": "Artist",
+ "Artists": "Artists",
+ "ImdbRating": "IMDb Rating",
+ "CommunityRating": "Community Rating",
+ "LabelCommunityRating": "Community rating",
+ "LabelCriticRating": "Critic rating",
+ "CriticRating": "Critic Rating",
+ "LabelWebsite": "Website",
+ "Tagline": "Tagline",
+ "LabelOverview": "Overview",
+ "LabelShortOverview": "Short overview",
+ "LabelReleaseDate": "Release date",
+ "LabelPlaceOfBirth": "Place of birth",
+ "Aired": "Aired",
+ "LabelAirDays": "Air days",
+ "LabelAirTime": "Air time",
+ "LabelRuntimeMinutes": "Run time (minutes)",
+ "LabelCustomRating": "Custom rating",
+ "LabelOriginalAspectRatio": "Original aspect ratio",
+ "Label3DFormat": "3D format",
+ "FormatValue": "Format: {0}",
+ "DownloadsValue": "{0} Downloads",
+ "HashMatch": "Hash Match",
+ "EnableExternalVideoPlayers": "Enable external video players",
+ "EnableExternalVideoPlayersHelp": "An external player menu will be shown when starting video playback.",
+ "HeaderSpecialEpisodeInfo": "Special Episode Info",
+ "LabelAirsDuringSeason": "Airs during season",
+ "LabelAirsAfterSeason": "Airs after season",
+ "LabelAirsBeforeEpisode": "Airs before episode",
+ "HeaderExternalIds": "External Ids",
+ "HeaderDisplaySettings": "Display Settings",
+ "PlaylistOrder": "Playlist Order",
+ "CollectionOrder": "Collection Order",
+ "LabelDisplayOrder": "Display order",
+ "LabelFileOrder": "File order",
+ "Display": "Display",
+ "Countries": "Countries",
+ "Genres": "Genres",
+ "Studios": "Studios",
+ "Tags": "Tags",
+ "Links": "Links",
+ "Movie": "Movie",
+ "Program": "Program",
+ "Channel": "Channel",
+ "Episode": "Episode",
+ "Season": "Season",
+ "HeaderMetadataSettings": "Metadata Settings",
+ "People": "People",
+ "Number": "Number",
+ "Lock": "Lock",
+ "HeaderScreenLocked": "Screen Locked",
+ "HeaderUnlockControls": "Unlock Controls",
+ "HeaderTapToUnlock": "Tap to Unlock",
+ "LabelMetadataDownloadLanguage": "Preferred metadata download language",
+ "LabelImageDownloadLanguage": "Preferred image download language",
+ "LabelLockItemToPreventChanges": "Lock this item to prevent future changes",
+ "LockThisField": "Lock this field to prevent future changes when refreshing metadata",
+ "MessageLeaveEmptyToInherit": "Leave empty to inherit settings from a parent item, or the global default value.",
+ "LabelCertificationCountry": "Certification country",
+ "CertificationCountryHelp": "This will influence which content rating system is used.",
+ "LabelDynamicExternalId": "{0} Id",
+ "LabelBirthYear": "Birth year",
+ "LabelBirthDate": "Birth date",
+ "LabelDeathDate": "Death date",
+ "LabelEndDate": "End date",
+ "LabelSeasonNumber": "Season number",
+ "LabelEpisodeNumber": "Episode number",
+ "LabelTrackNumber": "Track number",
+ "LabelNumber": "Number",
+ "LabelDiscNumber": "Disc number",
+ "LabelParentNumber": "Parent number",
+ "SortName": "Sort Title",
+ "OriginalTitle": "Original Title",
+ "ReleaseDate": "Release Date",
+ "Continuing": "Continuing",
+ "Ended": "Ended",
+ "HeaderEnabledFields": "Enabled Fields",
+ "HeaderEnabledFieldsHelp": "Uncheck a field to lock it and prevent its data from being changed.",
+ "Backdrops": "Backdrops",
+ "Images": "Images",
+ "Runtime": "Runtime",
+ "ProductionLocations": "Production locations",
+ "BirthLocation": "Birth location",
+ "ParentalRating": "Parental Rating",
+ "PlayCount": "Play count",
+ "Name": "Name",
+ "Overview": "Overview",
+ "LabelType": "Type",
+ "LabelPersonRole": "Role",
+ "LabelPersonRoleHelp": "Example: Ice cream truck driver",
+ "Actor": "Actor",
+ "Composers": "Composers",
+ "Composer": "Composer",
+ "Director": "Director",
+ "GuestStar": "Guest star",
+ "Producer": "Producer",
+ "Writer": "Writer",
+ "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.",
+ "InstallingPackage": "Installing {0}",
+ "PackageInstallCompleted": "{0} installation completed.",
+ "PackageInstallFailed": "{0} installation failed.",
+ "PackageInstallCancelled": "{0} installation cancelled.",
+ "SeriesYearToPresent": "{0} - Present",
+ "OneDevice": "1 Device",
+ "DeviceCountValue": "{0} Devices",
+ "OneLog": "1 Log",
+ "LogCountValue": "{0} Logs",
+ "OneVote": "1 Vote",
+ "VoteCountValue": "{0} Votes",
+ "OneLike": "1 Like",
+ "LikeCountValue": "{0} Likes",
+ "OneUser": "1 User",
+ "UserCountValue": "{0} Users",
+ "OneLibrary": "1 Library",
+ "LibraryCountValue": "{0} Libraries",
+ "ValueOneItem": "1 Item",
+ "ValueOneEpisode": "1 episode",
+ "ValueEpisodeCount": "{0} episodes",
+ "Albums": "Albums",
+ "Song": "Song",
+ "Songs": "Songs",
+ "Authors": "Authors",
+ "Books": "Books",
+ "AudioBooks": "Audio books",
+ "HeaderAudioBooks": "Audio Books",
+ "HeaderAudioBook": "Audio Book",
+ "HeaderIdentifyItemHelp": "Enter one or more search criteria. Remove criteria to increase search results.",
+ "PleaseEnterNameOrId": "Please enter a name or an external Id.",
+ "MessageItemSaved": "Item saved.",
+ "SearchResults": "Search Results",
+ "ServerNameIsRestarting": "Emby Server - {0} is restarting.",
+ "ServerNameIsShuttingDown": "Emby Server - {0} is shutting down.",
+ "HeaderDeleteItems": "Delete Items",
+ "ConfirmDeleteItems": "Deleting these items will delete them from both the file system and your media library.",
+ "PleaseRestartServerName": "Please Restart Emby Server on {0}",
+ "ConvertingDots": "Converting...",
+ "LabelSyncNoTargetsHelp": "It looks like you don't currently have any apps that support offline downloading.",
+ "DownloadingDots": "Downloading...",
+ "LearnMore": "Learn more",
+ "LabelBitrateMbps": "Bitrate (Mbps)",
+ "ConvertUnwatchedVideosOnly": "Convert unplayed videos only",
+ "SyncUnwatchedVideosOnly": "Download unplayed videos only",
+ "ConvertUnwatchedVideosOnlyHelp": "Only videos that are not marked as fully played will be converted.",
+ "SyncUnwatchedVideosOnlyHelp": "Only videos that are not marked as fully played will be downloaded, and videos will be removed from the device as they are fully played.",
+ "AutomaticallySyncNewContent": "Automatically download new content",
+ "AutomaticallySyncNewContentHelp": "New content added to this folder will be automatically downloaded to the device.",
+ "AutomaticallyConvertNewContent": "Automatically convert new content",
+ "AutomaticallyConvertNewContentHelp": "New content added to this folder will be automatically converted.",
+ "LabelItemLimit": "Item limit",
+ "ConvertItemLimitHelp": "Optional. Set a limit to the number of items that will be converted.",
+ "DownloadItemLimitHelp": "Optional. Set a limit to the number of items that will be downloaded.",
+ "PleaseSelectDeviceToSyncTo": "Please select a device to download to.",
+ "Screenshots": "Screenshots",
+ "MoveRight": "Move right",
+ "MoveLeft": "Move left",
+ "HeaderUploadNewImage": "Upload New Image",
+ "HeaderDeleteImage": "Delete Image",
+ "ConfirmDeleteImage": "Delete image?",
+ "HeaderEditImages": "Edit Images",
+ "Settings": "Settings",
+ "ShowIndicatorsFor": "Show Indicators",
+ "Episodes": "Episodes",
+ "Programs": "Programs",
+ "HeaderCastCrew": "Cast & Crew",
+ "DvrSubscriptionRequired": "Emby Live TV & DVR require an active {0}Emby Premiere subscription{1}.",
+ "HeaderCancelRecording": "Cancel Recording",
+ "HeaderKeepRecording": "Keep Recording",
+ "HeaderCancelSeries": "Cancel Series",
+ "HeaderKeepSeries": "Keep Series",
+ "HeaderLearnMore": "Learn More",
+ "SeriesSettings": "Series settings",
+ "HeaderRecordingOptions": "Recording Options",
+ "HeaderDoNotRecord": "Do not record",
+ "HeaderSeriesOptions": "Series Options",
+ "Layout": "Layout",
+ "Channels": "Channels",
+ "ChannelNameOnly": "Channel {0} only",
+ "Anytime": "Anytime",
+ "AnyLanguage": "Any language",
+ "AroundTime": "Around {0}",
+ "HeaderLatestMovies": "Latest Movies",
+ "All": "All",
+ "Stop": "Stop",
+ "AllChannels": "All channels",
+ "NewEpisodesOnly": "New episodes only",
+ "AllEpisodes": "All episodes",
+ "LabelStartWhenPossible": "Start when possible",
+ "LabelStopWhenPossible": "Stop when possible",
+ "MinutesBefore": "minutes before",
+ "MinutesAfter": "minutes after",
+ "SkipEpisodesAlreadyInMyLibrary": "Don't record episodes that are already in my library",
+ "SkipEpisodesAlreadyInMyLibraryHelp": "Episodes will be compared using season and episode numbers, when available.",
+ "LabelKeepUpTo": "Keep up to",
+ "AsManyAsPossible": "As many as possible",
+ "DefaultErrorMessage": "There was an error processing the request. Please try again later.",
+ "UntilIDelete": "Until I delete",
+ "UntilSpaceNeeded": "Until space needed",
+ "Categories": "Categories",
+ "Sports": "Sports",
+ "News": "News",
+ "Movies": "Movies",
+ "Music": "Music",
+ "Kids": "Kids",
+ "MoreFromValue": "More from {0}",
+ "DiedValue": "Died: {0}",
+ "BornValue": "Born: {0}",
+ "EnableColorCodedBackgrounds": "Apply colored backgrounds to shows, based on their category",
+ "SortChannelsBy": "Sort channels by",
+ "ChannelNumber": "Channel Number",
+ "HeaderBenefitsEmbyPremiere": "Benefits of Emby Premiere",
+ "ThankYouForTryingEnjoyOneMinute": "Please enjoy one minute of playback. Thank you for trying Emby.",
+ "HeaderTryPlayback": "Try Playback",
+ "HowDidYouPay": "How did you pay?",
+ "IHaveEmbyPremiere": "I have Emby Premiere",
+ "IPurchasedThisApp": "I purchased this app",
+ "ButtonRestorePreviousPurchase": "Restore Purchase",
+ "ButtonUnlockWithPurchase": "Unlock with Purchase",
+ "ButtonUnlockPrice": "Unlock {0}",
+ "EmbyPremiereMonthlyWithPrice": "Emby Premiere Monthly {0}",
+ "HeaderAlreadyPaid": "Already Paid?",
+ "ButtonPlayOneMinute": "Play One Minute",
+ "PlaceFavoriteChannelsAtBeginning": "Place favorite channels at the beginning",
+ "HeaderUnlockFeature": "Unlock Feature",
+ "MessageDidYouKnowCinemaMode": "Did you know that with Emby Premiere, you can enhance your experience with features like Cinema Intros?",
+ "HeaderPlayMyMedia": "Play my Media",
+ "HeaderDiscoverEmbyPremiere": "Discover Emby Premiere",
+ "HeaderNowPlaying": "Now Playing",
+ "Items": "Items",
+ "AppName": "App Name",
+ "OneChannel": "One channel",
+ "ConfirmRemoveDownload": "Remove download?",
+ "ConfirmRemoveItem": "Remove item?",
+ "RemoveDownload": "Remove Download",
+ "ConfirmCancelConversion": "Cancel conversion?",
+ "CancelConversion": "Cancel Conversion",
+ "KeepDownload": "Keep download",
+ "AddedOnValue": "Added {0}",
+ "PlayedOnValue": "Played {0}",
+ "CreatedOnValue": "Created {0}",
+ "UpdatedOnValue": "Updated {0}",
+ "RemovingFromDevice": "Removing from device",
+ "KeepOnDevice": "Keep on device",
+ "CancelDownload": "Cancel download",
+ "SyncJobItemStatusReadyToTransfer": "Ready to Transfer",
+ "SyncJobItemStatusSyncedMarkForRemoval": "Removing from device",
+ "SyncJobItemStatusQueued": "Queued",
+ "SyncJobItemStatusConverting": "Converting",
+ "SyncJobItemStatusTransferring": "Transferring",
+ "SyncJobItemStatusSynced": "Downloaded",
+ "Failed": "Failed",
+ "SyncJobItemStatusRemovedFromDevice": "Removed from device",
+ "Cancelled": "Cancelled",
+ "Retry": "Retry",
+ "Continue": "Continue",
+ "ContinueInSecondsValue": "Continue in {0} seconds.",
+ "HeaderRemoteControl": "Remote Control",
+ "Disconnect": "Disconnect",
+ "EnableDisplayMirroring": "Enable display mirroring",
+ "RemoteAccess": "Remote Access",
+ "HeaderPlayOn": "Play On",
+ "Quality": "Quality",
+ "Auto": "Auto",
+ "AndroidUnlockRestoreHelp": "To restore your previous purchase, please ensure you're signed into the device with the same Google (or Amazon) account that originally made the purchase. Make sure the app store is enabled and not restricted by any parental controls, and ensure you have an active internet connection. You'll only have to do this once to restore your previous purchase.",
+ "HeaderAspectRatio": "Aspect Ratio",
+ "Original": "Original",
+ "Fill": "Fill",
+ "Cover": "Cover",
+ "MessageNoServersAvailableToConnect": "No servers are available to connect to. If you've been invited to share a server, make sure to accept it below or by clicking the link in the email.",
+ "MessagePlayAccessRestricted": "Playback of this content is currently restricted. Please contact your Emby Server administrator for more information.",
+ "Accept": "Accept",
+ "Reject": "Reject",
+ "Connect": "Connect",
+ "HeaderMyMedia": "My Media",
+ "HeaderMyMediaSmall": "My Media (small)",
+ "LatestFromLibrary": "Latest {0}",
+ "HeaderLatestEpisodes": "Latest Episodes",
+ "ContinuePlaying": "Continue playing",
+ "ContinueWatching": "Continue watching",
+ "HeaderLatestChannelMedia": "Latest Channel Items",
+ "HeaderContinueWatching": "Continue Watching",
+ "HeaderContinueListening": "Continue Listening",
+ "HeaderActiveRecordings": "Active Recordings",
+ "HeaderLatestRecordings": "Latest Recordings",
+ "LabelConvertTo": "Convert to",
+ "LabelDownloadTo": "Download to",
+ "HeaderDownloadToDots": "Download to...",
+ "Next": "Next",
+ "LabelSource": "Source",
+ "VersionNumber": "Version {0}",
+ "HeaderAllLanguages": "All Languages",
+ "Previous": "Previous",
+ "HeaderNextUp": "Next Up",
+ "HeaderPlayNextUp": "Play Next Up",
+ "HeaderLatestFrom": "Latest from {0}",
+ "LabelHomeScreenSectionValue": "Home screen section {0}",
+ "PasswordResetComplete": "The password has been reset.",
+ "PasswordSaved": "Password saved.",
+ "SettingsSaved": "Settings saved.",
+ "Upcoming": "Upcoming",
+ "HeaderSelectImageFile": "Select Image File",
+ "None": "None",
+ "More": "More",
+ "Up": "Up",
+ "Down": "Down",
+ "Home": "Home",
+ "Back": "Back",
+ "Random": "Random",
+ "Playback": "Playback",
+ "Favorites": "Favorites",
+ "HeaderHomeScreen": "Home Screen",
+ "HeaderLatestChannelItems": "Latest Channel Items",
+ "HeaderLibraryOrder": "Library Order",
+ "HeaderOnNow": "On Now",
+ "HeaderForKids": "For Kids",
+ "HeaderPlaybackError": "Playback Error",
+ "PlaybackErrorNotAllowed": "You're currently not authorized to play this content. Please contact your system administrator for details.",
+ "RateLimitExceeded": "Your account has exceeded the maximum streaming limit set by your Emby Server administrator. Please contact them for assistance.",
+ "PlaybackErrorNoCompatibleStream": "No compatible streams are currently available. Please try again later or contact your system administrator for details.",
+ "PlaybackErrorPlaceHolder": "Please insert the disc in order to play this video.",
+ "PlaybackErrorNoPlayableItems": "No playable items were found. Are you trying to play an empty folder?",
+ "Guide": "Guide",
+ "Games": "Games",
+ "GameSystem": "Game System",
+ "Suggestions": "Suggestions",
+ "HeaderFavoriteChannels": "Favorite Channels",
+ "HeaderFavoriteCollections": "Favorite Collections",
+ "HeaderFavoritePlaylists": "Favorite Playlists",
+ "Collection": "Collection",
+ "Collections": "Collections",
+ "LabelSelectFolderGroups": "Automatically group content from the following folders into views such as Movies, Music and TV:",
+ "LabelSelectFolderGroupsHelp": "Folders that are unchecked will be displayed by themselves in their own view.",
+ "Mute": "Mute",
+ "Unmute": "Unmute",
+ "Folder": "Folder",
+ "Folders": "Folders",
+ "FileName": "File Name",
+ "DisplayInOtherHomeScreenSections": "Display in secondary home screen sections such as latest media and continue watching",
+ "DisplayInMyMedia": "Display on home screen",
+ "Shows": "Shows",
+ "MoviesAndShows": "Movies & Shows",
+ "HeaderMusicVideo": "Music Video",
+ "HeaderMusicVideos": "Music Videos",
+ "MusicVideos": "Music videos",
+ "Videos": "Videos",
+ "MixedContent": "Mixed content",
+ "HomeVideos": "Home videos",
+ "HomeVideosAndPhotos": "Home videos & photos",
+ "TVShows": "TV shows",
+ "HeaderLibraryFolders": "Library Folders",
+ "HeaderTermsOfPurchase": "Terms of Purchase",
+ "PrivacyPolicy": "Privacy policy",
+ "TermsOfUse": "Terms of Use",
+ "HeaderRepeatMode": "Repeat Mode",
+ "HeaderToneMapping": "Tone Mapping",
+ "RepeatOne": "Repeat one",
+ "RepeatAll": "Repeat all",
+ "LabelDefaultScreen": "Default screen",
+ "ConfirmEndPlayerSession": "Would you like to shutdown Emby on {0}?",
+ "Yesterday": "Yesterday",
+ "Yes": "Yes",
+ "No": "No",
+ "HeaderScanLibraryFiles": "Scan Library Files",
+ "LiveTV": "Live TV",
+ "Schedule": "Schedule",
+ "Recordings": "Recordings",
+ "ScanForNewAndUpdatedFiles": "Scan for new and updated files",
+ "NewVersionOfXAvailableForY": "{0} is Available for {1}",
+ "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",
+ "HeaderHardwareAcceleratedDecoding": "Hardware Accelerated Decoding",
+ "HeaderHardwareAcceleratedEncoding": "Hardware Accelerated Encoding",
+ "HeaderDirectPlay": "Direct Play",
+ "DirectPlaying": "Direct playing",
+ "DirectStreaming": "Direct streaming",
+ "Transcode": "Transcode",
+ "Transcoding": "Transcoding",
+ "ContainerBitrateExceedsLimit": "Reducing bitrate due to quality setting",
+ "VideoCodecNotSupported": "Converting video to compatible codec",
+ "AudioCodecNotSupported": "Converting audio to compatible codec",
+ "SubtitleCodecNotSupported": "Converting subtitles directly into video",
+ "DirectPlayError": "Recovering from playback error",
+ "ContainerNotSupported": "Converting to compatible container",
+ "VideoLevelNotSupported": "Converting to compatible video level",
+ "AudioBitrateNotSupported": "Converting to compatible audio bitrate",
+ "AudioChannelsNotSupported": "Converting to compatible number of audio channels",
+ "VideoResolutionNotSupported": "Converting to compatible video resolution",
+ "AudioProfileNotSupported": "Converting to compatible audio profile",
+ "AudioSampleRateNotSupported": "Converting to compatible audio sample rate",
+ "AnamorphicVideoNotSupported": "Anamorphic video not supported",
+ "InterlacedVideoNotSupported": "Deinterlacing video",
+ "SecondaryAudioNotSupported": "Selecting secondary audio track",
+ "ExternalAudioNotSupported": "Selecting external audio track",
+ "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.",
+ "Offline": "Offline",
+ "HeaderSignUp": "Sign Up",
+ "ServerDownloadMessage": "To download and install the free Emby Server visit {0}",
+ "ServerDownloadMessageWithoutLink": "To download and install the free Emby Server visit the Emby website.",
+ "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",
+ "Skip": "Skip",
+ "HeaderAdditionalParts": "Additional Parts",
+ "ButtonGenerateNewPin": "Generate New Pin",
+ "ConnectLoginHelp1": "With Emby Connect you can easily access your Emby Server wherever you are and share servers with your family and friends.",
+ "CreatePinErrorMessage": "An error occurred while creating a pin code. Please click Generate New Pin to try again.",
+ "PinExpiredMessage": "The pin code has expired. Please click Generate New Pin to try again.",
+ "ConnectPinCodeHeader": "To sign in with Emby Connect, use a mobile device or computer to visit {0} and enter the following pin code:",
+ "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",
+ "Absolute": "Absolute",
+ "Smart": "Smart",
+ "Small": "Small",
+ "Smaller": "Smaller",
+ "Medium": "Medium",
+ "Large": "Large",
+ "Larger": "Larger",
+ "ExtraLarge": "Extra large",
+ "ExtraSmall": "Extra small",
+ "Forced": "Forced",
+ "External": "External",
+ "HeaderEmbeddedTitle": "Embedded Title",
+ "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.",
+ "HeaderSubtitleSettings": "Subtitle Settings",
+ "HeaderSubtitleAppearance": "Subtitle Appearance",
+ "OnlyForcedSubtitlesHelp": "Only subtitles marked as forced will be loaded.",
+ "AutoSelectHearingImpairedHelp": "Subtitles matching the language preference will be loaded, with a preference given to tracks that are marked as hearing impaired (SDH).",
+ "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",
+ "LabelBackgroundColor": "Background color",
+ "LabelBackgroundOpacity": "Background opacity",
+ "Raised": "Raised",
+ "Depressed": "Depressed",
+ "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).",
+ "Normal": "Normal",
+ "HeaderWaitingForWifi": "Waiting for Wifi",
+ "WifiRequiredToDownload": "A Wifi connection is required to continue downloading.",
+ "DownloadOnlyOnWifi": "Download only on Wifi",
+ "LabelMusicDownloadQuality": "Music download quality",
+ "MusicDownloadQualityHelp": "Audio files with a higher bitrate will be converted by Emby Server. Select a higher value for better quality, or a lower value to conserve local storage space.",
+ "HeaderDownloadSettings": "Download Settings",
+ "LabelDownloadLocation": "Download location",
+ "BrowseForFolder": "BrowseForFolder",
+ "Unlimited": "Unlimited",
+ "NoLimit": "No limit",
+ "HeaderKeepWatching": "Keep Watching",
+ "HeaderNextEpisode": "Next Episode",
+ "AudioBitDepthNotSupported": "Converting to compatible audio bit depth",
+ "VideoBitrateNotSupported": "Converting to compatible video bitrate",
+ "VideoProfileNotSupported": "Converting to compatible video profile",
+ "VideoFramerateNotSupported": "Converting to compatible video framerate",
+ "VideoBitDepthNotSupported": "Converting to compatible video bit depth",
+ "RefFramesNotSupported": "Converting to compatible number of video reference frames",
+ "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.",
+ "HeaderStopRecording": "Stop Recording",
+ "ManageRecording": "Manage recording",
+ "LabelDropImageHere": "Drag and drop image here, or click to select an image to upload.",
+ "MessageFileReadError": "There was an error reading the file. Please try again.",
+ "Browse": "Browse",
+ "HeaderUploadImage": "Upload Image",
+ "HeaderAddUpdateImage": "Add/Update Image",
+ "HeaderShowFields": "Show Fields",
+ "LabelView": "View",
+ "LabelImageType": "Image type",
+ "Upload": "Upload",
+ "Primary": "Primary",
+ "PrimaryImageBlur": "Primary image blur",
+ "Art": "Art",
+ "Backdrop": "Backdrop",
+ "Banner": "Banner",
+ "Box": "Box",
+ "BoxRear": "Box (Rear)",
+ "Disc": "Disc",
+ "Logo": "Logo",
+ "LogoDark": "Logo (Dark Version)",
+ "LogoLight": "Logo (Light Version)",
+ "LogoLightColor": "Logo (Light with Color)",
+ "Menu": "Menu",
+ "Screenshot": "Screenshot",
+ "Thumb": "Thumb",
+ "HeaderAudioSettings": "Audio Settings",
+ "LabelAudioLanguagePreference": "Preferred audio language",
+ "LabelPlayDefaultAudioTrack": "Play default audio track regardless of language",
+ "HeaderVideoQuality": "Video Quality",
+ "CinemaModeConfigurationHelp": "Cinema Intros bring the theater experience straight to your living room with the ability to play trailers and custom intros before the main feature.",
+ "ShowUpNextPreview": "Show up next preview",
+ "ShowUpNextPreviewHelp": "Show information for the next item near the end of the current one.",
+ "PlayNextEpisodeAutomatically": "Play next episode automatically",
+ "LabelMaxChromecastBitrate": "Chromecast streaming quality",
+ "LabelSkipBackLength": "Skip back length",
+ "LabelSkipForwardLength": "Skip forward length",
+ "EnableCinemaMode": "Enable Cinema Intros",
+ "LabelInternetQuality": "Remote streaming quality",
+ "LabelCellularQuality": "Remote streaming quality (cellular)",
+ "HeaderMusicQuality": "Music Quality",
+ "LabelHomeNetworkQuality": "Home streaming quality",
+ "HeaderLatestMedia": "Latest Media",
+ "HeaderRestartingEmbyServer": "Restarting Emby Server",
+ "RestartPleaseWaitMessage": "Please wait while Emby Server shuts down and restarts. This may take a minute or two.",
+ "HeaderPlayNext": "Play Next",
+ "AutoBasedOnLanguageSetting": "Auto (based on device setting)",
+ "SameAsMainTheme": "Same as main theme",
+ "LabelDateTimeLocale": "Date time locale",
+ "Genre": "Genre",
+ "DirectorValue": "Director: {0}",
+ "DirectorsValue": "Directors: {0}",
+ "GenreValue": "Genre: {0}",
+ "GenresValue": "Genres: {0}",
+ "TagsValue": "Tags: {0}",
+ "Off": "Off",
+ "Title": "Title",
+ "Year": "Year",
+ "Filter": "Filter",
+ "Filters": "Filters",
+ "Unplayed": "Unplayed",
+ "LabelTVHomeScreen": "TV mode home screen",
+ "Horizontal": "Horizontal",
+ "Vertical": "Vertical",
+ "HeaderGroupBy": "Group By",
+ "HeaderMediaType": "Media Type",
+ "GroupBySeries": "Group by series",
+ "HeaderVideoType": "Video Type",
+ "HeaderSeriesStatus": "Series Status",
+ "Features": "Features",
+ "Trailers": "Trailers",
+ "Extras": "Extras",
+ "ThemeSongs": "Theme songs",
+ "ThemeVideos": "Theme videos",
+ "HeaderFavoriteMovies": "Favorite Movies",
+ "HeaderFavoritePhotos": "Favorite Photos",
+ "HeaderFavoriteShows": "Favorite Shows",
+ "HeaderFavoriteEpisodes": "Favorite Episodes",
+ "HeaderFavoriteVideos": "Favorite Videos",
+ "HeaderFavoriteMusicVideos": "Favorite Music Videos",
+ "HeaderFavoriteGames": "Favorite Games",
+ "HeaderFavoriteArtists": "Favorite Artists",
+ "HeaderFavoriteAlbums": "Favorite Albums",
+ "HeaderFavoriteSongs": "Favorite Songs",
+ "HeaderFavoriteAuthors": "Favorite Authors",
+ "HeaderFavoriteAudioBooks": "Favorite Audio Books",
+ "Ascending": "Ascending",
+ "Descending": "Descending",
+ "HeaderColorPrimaries": "Color Primaries",
+ "HeaderColorSpace": "Color Space",
+ "HeaderColorTransfer": "Color Transfer",
+ "HeaderVideoRange": "Video Range",
+ "SeriesDisplayOrderHelp": "Order episodes by air date, dvd order, or absolute numbering.",
+ "LabelVerticalPositionFromBottom": "Vertical position (from bottom)",
+ "HeaderFavoritePeople": "Favorite People",
+ "MultiSelect": "Multi-Select",
+ "HeaderSignOut": "Sign Out",
+ "HeaderSelectServer": "Select Server",
+ "HeaderChangeServer": "Change Server",
+ "HeaderChangeUser": "Change User",
+ "HeaderAppSettings": "App Settings",
+ "HeaderLoginSettings": "Login Settings",
+ "LabelRememberLogin": "Remember login",
+ "LabelAutomaticallySignOut": "Automatically sign out",
+ "BetaTesterMessage": "Thank you for being an Emby beta tester! Please leave feedback in the {0}Testing Area of the Emby Community{1}.",
+ "HardwareAccelerated": "Hardware accelerated",
+ "Software": "Software",
+ "Metadata": "Metadata",
+ "HeaderMediaInfo": "Media Info",
+ "Locked": "Locked",
+ "HeaderSplitVersionsApart": "Split Versions Apart",
+ "Any": "Any",
+ "Admin": "Admin",
+ "HeaderReadMore": "Read More",
+ "CustomRatingHelp": "A custom rating is used for parental control evaluations but is not displayed. The parental rating field is still displayed.",
+ "KeepUpToHelp": "Recordings over the limit are deleted when the next recording begins. Oldest recordings are deleted first, by date added.",
+ "NoItemsMatchingFound": "No items matching your search criteria were found.",
+ "TwoSearchCharsRequired": "Please enter at least two search characters.",
+ "PreventPlaybackContinuing": "Prevent playback from continuing indefinitely by periodically prompting for user input.",
+ "PromptStillWatching": "Enable 'Are You Still Watching?' prompt",
+ "HeaderMissingMetadata": "Missing Metadata",
+ "HeaderIncludedIn": "Included In",
+ "EmbyConnectUserAlreadyLinked": "The Emby Connect user is already linked to another user on this server.",
+ "VideoFilesWillBeConvertedTo": "Converted videos will be saved as {0}.",
+ "VideoWillBeConvertedTo": "Video streams will be converted to {0}, or copied from the original file if they are already {0} and the quality fits within the conversion options.",
+ "VideoWillBeConvertedToOrCopied": "Video streams will be converted to {0}, or copied from the original file if they are any of ({1}), and the quality fits within the conversion options.",
+ "AudioWillBeConvertedTo": "Audio streams will be converted to {0}, or copied from the original file if they are already {0} and the quality fits within the conversion options.",
+ "AudioWillBeConvertedToOrCopied": "Audio streams will be converted to {0}, or copied from the original file if they are any of ({1}), and the quality fits within the conversion options.",
+ "HeaderSpecialKeys": "Special Keys",
+ "FollowingSpecialKeys": "The following special keys are supported on most keyboards and remote controls:",
+ "HeaderDeleteSeries": "Delete Series",
+ "HeaderDeleteLastPlayedEpisode": "Delete Last Played Episode",
+ "HeaderConnectingToServer": "Connecting to Server",
+ "ServerNameValue": "Server name: {0}",
+ "DomainValue": "Domain: {0}",
+ "RatedValue": "Rated {0}",
+ "LocalServerRedirectMessage": "You will now be redirected to the domain owned and operated by the administrator of the server you've chosen to connect to:",
+ "AllMediaOwnedHosted": "All media is hosted and managed by the owner of {0}.",
+ "EnableResolutionSwitching": "Match video resolution",
+ "EnableResolutionSwitchingHelp": "This enables Emby to change the resolution to the same value the video was encoded in before starting playback. This may help minimize the amount of stutter/judder that you might otherwise see when playing videos which do not match up well.",
+ "EnableDisplayRefreshRateSwitching": "Enable display refresh rate switching",
+ "EnableDisplayRefreshRateSwitchingHelp": "This enables Emby to change the display refresh rate to the same value (or multiple of) as the framerate the video was encoded in before starting playback. This may help minimize the amount of stutter/judder that you might otherwise see when playing videos which do not match up well.",
+ "RememberSelectedAudioTracks": "Remember audio track selections",
+ "RememberSelectedSubtitleTracks": "Remember subtitle track selections",
+ "RememberSelectedSubtitleTracksHelp": "Subtitle track selections will be remembered on a per video basis and reapplied when playing the same video again.",
+ "RememberSelectedAudioTracksHelp": "Audio track selections will be remembered on a per video basis and reapplied when playing the same video again.",
+ "ClearSavedTrackSelections": "Clear saved track selections",
+ "HeaderClearTrackSelections": "Clear Saved Track Selections",
+ "QuestionClearSavedTracks": "Clear all saved track selections?",
+ "LabelChannelTags": "Channel tags",
+ "AfterThisPlaysConfirmation": "After this plays, do you want to keep playing or clear the music you previously queued?",
+ "Keep": "Keep",
+ "Clear": "Clear",
+ "HeaderClearFilters": "Clear Filters",
+ "HeaderSearchForImages": "Search for Images",
+ "HeaderSearchNewImage": "Search for a New Image",
+ "HeaderSearchForAnImage": "Search for an Image",
+ "DragDropToReorder": "Drag and Drop to Reorder",
+ "HeaderAddImageFromUrl": "Add Image from URL",
+ "HeaderSetImageFromUrl": "Set Image from URL",
+ "LabelUrl": "Url",
+ "LabelChannelNumber": "Channel number",
+ "LabelGuideDataChannel": "Guide data channel",
+ "GuideDataSource": "Guide Data Source",
+ "HeaderCopyToClipboard": "Copy to Clipboard",
+ "TimeRemainingValue": "{0} remaining",
+ "LabelResumeRewindSeconds": "When resuming, automatically rewind",
+ "ResumeRewindSecondsHelp": "This may help you remember where you left off. This applies to the initial resume and not each individual pause during playback.",
+ "HeaderSavePlayQueueToPlaylist": "Save Play Queue to Playlist",
+ "EnableLogoImagesAsTitle": "Display logo images as titles on detail screens",
+ "EnableLogoImagesAsTitleHelp": "When available, logo images can be used in place of title text on video, series, and other detail screens. The title will fallback to text when a logo image is not available.",
+ "LabelNowPlayingAudioBackgroundStyle": "Now playing audio background style",
+ "LabelNowPlayingVideoBackgroundStyle": "Now playing video background style",
+ "NowPlayingVideoBackgroundStyleHelp": "Determines the background style when remote controlling video playback on another device.",
+ "Rotation": "Rotation",
+ "Minutes": "Minutes",
+ "LabelMaxRecordingLength": "Max recording length",
+ "MaxRecordingLengthHelp": "Limit recordings to a specified amount of time, regardless of the duration of the broadcast. Set to 0 for no limit.",
+ "RemoteWAN": "Remote (WAN) Address",
+ "HeaderLastConnectedTo": "Last Connection To",
+ "Version": "Version",
+ "Keyword": "Keyword",
+ "HeaderServerAddress": "Server Address",
+ "HeaderSkipIntro": "Skip Intro",
+ "HeaderCreateRecording": "Create Recording",
+ "HeaderAddRecording": "Add Recording",
+ "HeaderChannelAndTime": "Channel and Time",
+ "LabelRecordProgramOrSeriesFrom": "Record a program or series from",
+ "LabelStartTime": "Start time",
+ "LabelEndTime": "End time",
+ "LabelFrequency": "Frequency",
+ "Recurring": "Recurring",
+ "Once": "Once",
+ "Start": "Start",
+ "Unpause": "Unpause",
+ "LabelIntroSkipMode": "Intro skip mode",
+ "ShowSkipIntroButton": "Show 'Skip Intro' button",
+ "AutoSkipIntro": "Automatically skip intros",
+ "DisplayRatingInformationOnVideoPlaybackStart": "Display rating information on video playback start",
+ "DisplayRatingInformationOnVideoPlaybackStartHelp": "The rating information will display briefly when video playback begins.",
+ "IntroSkipModeHelp": "Display a 'Skip Intro' button or automatically skip intros for episodes in which Emby Server has detected intro markers. Intro detection must be enabled in Emby Server library options.",
+ "EnableHomeScreenFocusPreview": "Use a layout on the home screen that shows a detailed preview of the selected item",
+ "EnableHomeScreenFocusPreviewHelp": "This may not work well if your home screen contains a mixture of different media types.",
+ "LabelHideMediaTransportButtons": "Hide video player transport buttons",
+ "HideMediaTransportButtonsHelp": "Create a simpler on-screen playback interface by hiding basic transport buttons such as skip forward, back and pause. You'll still be able to use these functions using arrow keys and OK/Enter. Auto will hide the transport buttons when no mouse usage is detected within the app.",
+ "ImageSizeHelp": "Set your preferred size of image grids.",
+ "LabelImageSize": "Image size",
+ "ThisImageIsOnlyPreview": "This image is only a preview that came from the metadata search engine. The actual image that Emby Server downloads may be different and will depend on the options you've configured in Emby library setup.",
+ "ResultsRangeValue": "{0} to {1} of {2}",
+ "NotificationsDescription": "Setup notifications to stay informed of important events on your Emby Server.",
+ "DeleteEmbyConnectAccount": "Delete Emby Connect Account",
+ "DeleteEmbyConnectAccountHelp": "To delete your Emby Connect account, please sign in to the {0}Emby Community{1} at {2}. Once signed in, then click your username in the top right, then click Account Settings, then click Delete My Account.",
+ "KeepPlayingInBackground": "Keep playing in the background",
+ "LabelVideoBackBehavior": "Video player back button behavior",
+ "HeaderViewLyrics": "View Lyrics",
+ "HeaderViewMissingEpisodes": "View Missing Episodes",
+ "HeaderMissingEpisodes": "Missing Episodes",
+ "HeaderManageAccess": "Manage Access",
+ "HeaderManageCollaboration": "Manage Collaboration",
+ "HeaderLeaveCollaboration": "Leave Collaboration",
+ "HeaderRemoveFromLibrary": "Remove from Library",
+ "RemoveSharedItemConfirmation": "Are you sure you wish to remove this item from your library? In order to get it back the owner will need to grant you access again.",
+ "SubtitlesDownloaded": "Subtitles Downloaded",
+ "HeaderMakePrivate": "Make Private",
+ "HeaderMakePublic": "Make Public",
+ "MakePublicDescription": "All users will be able to view this item. Users can be granted access to edit.",
+ "MakePrivateDescription": "Users can still be granted access individually.",
+ "Private": "Private",
+ "Public": "Public",
+ "Collaborative": "Collaborative",
+ "PreferredShowDisplay": "Preferred TV show display",
+ "ShowAllEpisodesAllSeasons": "Show all episodes of all seasons together",
+ "ShowAllEpisodesSingleSeason": "Show all episodes for only single season shows",
+ "ShowSeasonFolders": "Always show season folders",
+ "HeaderAddAgain": "Add Again",
+ "UpNext": "Up Next",
+ "ItemsAlreadyInPlaylist": "Some of these items are already in your playlist.",
+ "ItemAlreadyInPlaylist": "This item is already in your playlist.",
+ "HeaderPlayChannel": "Play Channel",
+ "LabelScreenOrientationDuringVideo": "Screen orientation during video playback",
+ "UseDeviceSetting": "Use device setting",
+ "LockToLandscape": "Lock to landscape",
+ "UsernameForFolderHelp": "The username required to access this folder on your network (if applicable).",
+ "PasswordForFolderHelp": "The password required to access this folder on your network (if applicable).",
+ "ShowMediaInfoOnDetailScreens": "Show full media at the bottom of audio and video detail screens",
+ "ForgotPasswordNoUserFound": "No users were found with the entered name. Please try again, or leave the name blank to reset the password for all users on this server.",
+ "Silver": "Silver",
+ "DimGray": "Dim Gray",
+ "DarkGray": "Dark Gray",
+ "LightGray": "Light Gray",
+ "Black": "Black",
+ "Blue": "Blue",
+ "Cyan": "Cyan",
+ "Gray": "Gray",
+ "Green": "Green",
+ "Lime": "Lime",
+ "Magenta": "Magenta",
+ "Orange": "Orange",
+ "Pink": "Pink",
+ "Red": "Red",
+ "Yellow": "Yellow",
+ "White": "White",
+ "Purple": "Purple",
+ "RecentlyReleasedMovies": "Recently Released Movies",
+ "RecentlyReleasedEpisodes": "Recently Released Episodes",
+ "DolbyProfile": "Dolby Profile",
+ "IpAddress": "IP Address",
+ "VideoType": "Video Type",
+ "HidePlayedMediaFrom": "Hide Played Media From",
+ "BottomEdgePosition": "Bottom Edge Position",
+ "VerticalPositionFromBottomScreen": "Set the vertical position of the subtitles relative to the bottom of the screen.",
+ "TopEdgePosition": "Top Edge Position",
+ "TopEdgePositionHelp": "Set the highest allowed vertical position of the subtitles relative to the top of the screen. This is used when the subtitles contain positioning instructions to be placed at the top.",
+ "HeaderSubtitlePosition": "Subtitle Position",
+ "TitleProfilePin": "Profile PIN",
+ "ProfilePinConfirm": "Profile PIN (confirm)",
+ "SaveProfilePin": "Save Pin",
+ "ProfilePinDescription": "Create an optional pin to be prompted for entry whenever you return to an Emby app on a device that you've already signed into. This is useful if you have devices that are shared by multiple users. You can choose to enable it selectively on each device as required.",
+ "TitleNewEpisodes": "New Episodes",
+ "EnterYourPinToContinue": "Enter your PIN to continue.",
+ "YourPinMustBe": "Your PIN must be {0} digits.",
+ "ForgotPin": "Forgot PIN?",
+ "RequireEnteringPinToReturn": "Require entering my profile PIN whenever I return to this app.",
+ "RequireEnteringPinToReturnQuestion": "Should we prompt you for your profile PIN whenever you return to this app? If this device is shared by multiple users, your profile PIN can help prevent the other users from accessing your data.",
+ "RequireEnteringPinToReturnHelp": "Useful if this device is shared by multiple users.",
+ "WrongPinPleaseTryAgain": "Whoops, wrong PIN. Please try again.",
+ "ProfilePinIsOn": "Profile PIN is currently on.",
+ "IfTryingToConnectToHttp": "If you're trying to connect to your Emby Server using an HTTP address, your browser may not be allowing this due to HTTPS requirements. Please try one of the following:",
+ "SetupHttpsForYourServer": "Setup {0}HTTPS for your Emby Server{1} so that you can connect using HTTPS.",
+ "TitleUnableToReachServer": "Unable to Reach Server",
+ "TitleUnableToReachName": "Unable to Reach {0}",
+ "HearingImpaired": "Hearing Impaired",
+ "SignIntoServerName": "Sign in to {0}",
+ "About": "About",
+ "Specials": "Specials",
+ "NSettings": "{0} Settings",
+ "NPreferences": "{0} Preferences",
+ "DetailScreenOptions": "Detail Screens",
+ "LabelGenreDisplayLimit": "Genre display limit",
+ "GenreDisplayLimitHelp": "Limit the number of genres displayed at the top of item detail screens.",
+ "GenreDisplayLimitForListsHelp": "Limit the number of genres displayed at the top of playlist, collection and artist detail screens.",
+ "LabelGenreDisplayLimitForLists": "Genre display limit for lists",
+ "ShowPosterOnDetails": "Show a poster on the detail screen",
+ "ShowPosterOnDetailsHelp": "Choose to show a poster on video detail screens, or hide it for a more minimal look that emphasizes the background. This setting is not used on smaller screen layouts. Some item types will ignore this setting.",
+ "EnableAppLogging": "Enable app logging",
+ "EnableAppLoggingHelp": "Logging can degrade app performance and should only be enabled as needed for troubleshooting purposes. Changes require restarting the app.",
+ "LabelSlideshowInterval": "Photo slideshow time per slide",
+ "TVChannelImageEditorHelp": "Multiple logo versions are supported. Emby apps will automatically choose the appropiate one depending on the current theme.",
+ "PlaySlideshow": "Play Slideshow",
+ "CheckForExistingEpisodesInAllLibraries": "Check for existing episodes in all libraries",
+ "GroupNotificationsBySeriesOrAlbum": "Group notifications by series and albums",
+ "ThemeSettings": "Theme Settings",
+ "FollowingActivityWillBeDisrupted": "The following activity will be disrupted and may require manual intervention to restart:",
+ "OneActivePlaybackSession": "1 Active Playback Session",
+ "NumActivePlaybackSessions": "{0} Active Playback Sessions",
+ "OneActiveRecording": "1 Active Recording",
+ "NumActiveRecordings": "{0} Active Recordings",
+ "PlayFromLivePosition": "Play from the live position",
+ "PlayFromStartOfRecording": "Play from the start of the recording",
+ "ThisChannelIsActivelyRecording": "This channel is actively recording. How would you like to begin playing?",
+ "ThemeSongVolume": "Theme song volume",
+ "HeaderForceConversionForFormats": "Force Conversion for Formats",
+ "ForceConversionForFormatsHelp": "Use this to force server-side transcoding or remuxing for formats that don't direct play very well on this device.",
+ "StartupBehavior": "Startup behavior",
+ "RememberLastUser": "Remember last user",
+ "ShowLoginScreen": "Show login screen",
+ "SignInAsValue": "Sign in as {0}",
+ "ConvertUnsupportedAudio": "Convert unsupported surround audio to Dolby Digital",
+ "ConvertUnsupportedAudioHelp": "Avoid downmixing unsupported surround formats to stereo by having Emby Server transcode them to Dolby Digital.",
+ "HeaderPlaybackCorrection": "Playback Correction",
+ "HeaderAttemptPlaybackCorrection": "Attempt Playback Correction",
+ "PlaybackCorrectionConfirm": "Attempt playback correction?",
+ "PlaybackCorrectionDescription": "Is the current item exhibiting a playback problem such as no video or audio? This will try and correct playback issues using server transcoding to convert this file into a more streaming friendly format. This will result in increased resource consumption on this Emby Server.",
+ "PlaybackCorrectionDescription2": "You can do this up to three times per video, where remuxing, video transcoding and audio transcoding are each activated one at a time.",
+ "HeaderAlbumsAsContributingArtist": "Albums as Contributing Artist",
+ "HeaderAlbumsAsComposer": "Albums as Composer",
+ "Duplicates": "Duplicates",
+ "HeaderSleepTimer": "Sleep Timer",
+ "AfterCurrentItem": "After current item",
+ "HeaderStopPlayback": "Stop Playback",
+ "TurnOffTimer": "Turn off timer",
+ "SleepTimerIsSet": "Your sleep timer is set",
+ "SleepTimerIsOff": "Your sleep timer is off",
+ "LabelEnableRemoteControlTVMode": "Display casting and remote control functions",
+ "EnableRemoteControlTVModeHelp": "Enable if you intend to use this device to send media to other devices.",
+ "ShowOnScreenControls": "Show on-screen controls",
+ "LabelVideoScreenUpAction": "Video player up button behavior",
+ "VideoScreenUpActionHelp": "Select the action to take when pressing the up key on the video player screen. This applies when no on-screen controls are currently visible. When controls are already visible, the up key will be used for navigation.",
+ "LabelVideoPlayerLongPressAction": "Video player long press action",
+ "LetsGetSetup": "Let's Get Set Up",
+ "VideoPlayerLongPressActionHelp": "Choose what function or menu is shown when long pressing the OK button during video playback. This only takes effect when the video controls are hidden or the seek bar has focus.",
+ "AskAdminToGetPremiere": "This purchase must be made by the server administrator. Please ask the administrator of this Emby Server to sign in and get Emby Premiere so that you can enjoy access to premium features.",
+ "AutoOpenSingleItemsFolders": "Auto open single items in folder view",
+ "AutoOpenSingleItemsFoldersHelp": "When a folder only contains one item, automatically open that item.",
+ "TheseSettingsApplyAppDevice": "These settings apply to all users playing on this device.",
+ "LastContentDateAdded": "Last Content Date Added",
+ "RepeatThemeMedia": "Play themes on repeat",
+ "HideEpisodeSpoilerInfo": "Hide spoiler information from unwatched episodes",
+ "HideEpisodeSpoilerInfoHelp": "Hides the title, overview and image for unwatched episodes on most screens.",
+ "BornValueAge": "Born: {0} (age {1})",
+ "PreferDirectStreamLiveTV": "Prefer direct streaming of Live TV",
+ "PreferDirectStreamLiveTVHelp": "Direct streaming Live TV will reduce resource consumption on your Emby Server but may not be as seekable during playback. Enabling this will direct stream Live TV when the format is supported and is within your configured quality setting. Disable this to enjoy more seeking during playback at the cost of additional resource consumption.",
+ "HeaderAllRecordings": "All Recordings",
+ "RememberLoginDescription": "After signing in, you can use the app settings to configure the startup behavior to remember login, sign in as a specific user, or always show the login screen.",
+ "ForgetThisServer": "Forget This Server",
+ "ForgetServerConfirmation": "Are you sure you wish to forget this server?",
+ "HeaderThisDevice": "This Device",
+ "ChaptersGuide": "Chapters / Live TV Guide",
+ "ChaptersGuideHelp": "Show Chapters for media with chapters. For media without chapters, show the Live TV Guide (when available).",
+ "HeaderShowSeriesImages": "Show Series Images",
+ "AppExitConfirmation": "Are you ready to exit Emby?",
+ "AppExitMenu": "Exit menu",
+ "SideMenu": "Side navigation menu",
+ "SystemStorage": "System storage ({0})"
+}
diff --git a/modules/common/strings/it.json b/modules/common/strings/it.json
new file mode 100644
index 0000000..007c6a5
--- /dev/null
+++ b/modules/common/strings/it.json
@@ -0,0 +1,1340 @@
+{
+ "ReplaceExistingThumbnailImages": "Sostituisci le miniature di anteprima video esistenti",
+ "ReplaceExistingThumbnailImagesHelp": "Tutte le miniature di anteprima video esistenti saranno eliminate e ne saranno generate di nuove, se attivato nelle opzioni della libreria.",
+ "DateCreated": "Data di creazione",
+ "CreatedOnValue": "Creato il {0}",
+ "UpdatedOnValue": "Aggiornato il {0}",
+ "EmbyLoginTerms": "Emby è progettato per aiutarti a gestire la tua libreria multimediale personale, come home video e foto. Consulta i nostri {0}termini di utilizzo{1}. L'uso di qualsiasi software Emby implica l'accettazione di questi termini.",
+ "MessageUnableToConnectToServer": "Al momento non siamo in grado di connetterci al server selezionato. Assicurati che sia in esecuzione e riprova.",
+ "EmbyIntroMessage": "Con Emby si può facilmente trasmettere video, musica e foto da smartphone, tablet e altri dispositivi dal vostro Emby Server.",
+ "HeaderSignInWithConnect": "Accedi con Emby Connect",
+ "HeaderWelcomeToEmby": "Benvenuto in Emby",
+ "HeaderNewUsers": "Nuovi utenti",
+ "HeaderPleaseSignIn": "Accedi",
+ "MessageInvalidUser": "Utente o password errato. Riprova.",
+ "MessageUnlockAppWithPurchaseOrSupporter": "Sblocca questa funzionalità con un piccolo acquisto singolo, o con un abbonamento Emby Premiere.",
+ "MessageUnlockAppWithSupporter": "Sblocca questa funzionalità con un abbonamento Emby Premiere.",
+ "MessageToValidateSupporter": "Se hai un abbonamento Emby Premiere, assicurati di averlo configurato nel pannello di controllo dell'Emby Server, a cui puoi accedere facendo clic su Emby Premiere dal menu principale.",
+ "ValueSpecialEpisodeName": "Speciale - {0}",
+ "HeaderSignIn": "Accedi",
+ "Share": "Condividi",
+ "Shared": "Condiviso",
+ "Info": "Info",
+ "Add": "Aggiungi",
+ "Speed": "Velocità",
+ "PlaybackSpeed": "Velocità di riproduzione",
+ "Chapters": "Capitoli",
+ "Password": "Password",
+ "SavePassword": "Salva password",
+ "LabelPassword": "Password",
+ "HeaderResetPassword": "Ripristina password",
+ "Series": "Serie",
+ "Preview": "Anteprima",
+ "Submit": "Invia",
+ "Never": "Mai",
+ "Table": "Tabella",
+ "HeaderScheduledTasks": "Attività pianificate",
+ "Plays": "Riproduzioni",
+ "LastUsedAddressValue": "Ultimo utilizzo {0}",
+ "LabelKeywordType": "Tipo di parola chiave",
+ "HeaderSelectColumns": "Seleziona colonne",
+ "HeaderTopResults": "Migliori risultati",
+ "HeaderPinSidebar": "Fissa la barra laterale",
+ "Collapse": "Riduci",
+ "LabelBackgroundVideoPlayback": "Riproduzione video in background",
+ "BackgroundVideoPlaybackHelp": "La riproduzione in background consente di continuare a riprodurre il video anche quando lo schermo è spento.",
+ "AlwaysOn": "Sempre acceso",
+ "HeadphonesOrExternalSpeakersConnected": "Cuffie o altoparlanti esterni collegati",
+ "HeaderKeyboardAndRemote": "Tastiera e telecomando",
+ "NoSelectedItemsSupportOperation": "Non ci sono elementi selezionati che supportano questa operazione.",
+ "NoOperationsForSelectedItems": "Non ci sono operazioni disponibili per gli articoli selezionati.",
+ "UploadOnlyOnWifi": "Carica solo su Wi-Fi",
+ "HeaderFoldersToUpload": "Cartelle da caricare",
+ "LabelPasswordConfirm": "Password (conferma)",
+ "HeaderMoveUpInOrder": "Sposta in alto in ordine",
+ "HeaderDownUpInOrder": "Sposta in basso in ordine",
+ "LabelUsername": "Nome utente",
+ "HeaderAddServer": "Aggiungi server",
+ "HeaderSubtitleOffset": "Spostamento sottotitoli",
+ "Watching": "Sto guardando",
+ "HeaderRemoveFromContinueWatching": "Rimuovi da Continua a guardare",
+ "RemoveThisTitleFromContinueWatching": "Rimuovere questo titolo da Continua a guardare?",
+ "HeaderRemoveFromContinueListening": "Rimuovi da Continua ad ascoltare",
+ "RemoveThisTitleFromContinueListening": "Rimuovere questo elemento da Continua ad ascoltare?",
+ "HeaderIncreaseSubtitleOffset": "Aumenta spostamento dei sottotitoli",
+ "HeaderDecreaseSubtitleOffset": "Diminuisci spostamento dei sottotitoli",
+ "Close": "Chiudi",
+ "HeaderSeeAll": "Vedi tutto",
+ "HeaderOpenInNewWindow": "Apri in una nuova finestra",
+ "LabelEmail": "E-mail",
+ "LabelHost": "Host",
+ "LabelHostHelp": "Esempio: 192.168.1.100 o https://myserver.com",
+ "LabelPort": "Porta",
+ "Disabled": "Disattivato",
+ "Uninstall": "Disinstalla",
+ "Enable": "Attiva",
+ "AllTuners": "Tutti i sintonizzatori",
+ "Disable": "Disattiva",
+ "NextValue": "Successivo:{0}",
+ "HeaderNextItem": "Elemento successivo",
+ "HeaderPreviousItem": "Elemento precedente",
+ "NoTrailersMessage": "Nessun trailer trovato. Per aggiungere trailer, installa il plugin Trailer dal {0}catalogo dei plugin di Emby{1}.",
+ "UninstallPluginConfirmation": "Sei sicuro di voler disinstallare questo plugin?",
+ "HeaderUninstallPlugin": "Disinstalla plugin",
+ "AreYouStillWatching": "Stai ancora guardando?",
+ "LabelCurrentPassword": "Password attuale",
+ "LabelNewPassword": "Nuova password",
+ "LabelNewPasswordConfirm": "Conferma nuova password",
+ "HeaderRemovePassword": "Rimuovi password",
+ "ServerUpdateNeeded": "Questo Emby Server deve essere aggiornato. Per scaricare l'ultima versione, vai su {0}",
+ "MessageThankYouForConnectSignUp": "Grazie per esserti registrato a Emby Connect. Ti verrà invita un'e-mail al tuo indirizzo con le istruzioni su come confermare il tuo nuovo account. Conferma il nuovo account e poi ritorna qui per accedere.",
+ "MessageThankYouForConnectSignUpNoValidation": "Grazie per esserti registrato a Emby Connect! Ti verrà ora chiesto di accedere con le informazioni di Emby Connect.",
+ "ErrorMessagePasswordNotMatchConfirm": "La password e la password di conferma devono corrispondere.",
+ "ErrorMessageUsernameInUse": "Il nome utente è già usato. Scegli un nuovo nome e riprova.",
+ "ErrorMessageEmailInUse": "L'indirizzo e-mail è già usato. Inserisci un nuovo indirizzo e-mail e riprova, o usa la funzione password dimenticata.",
+ "HeaderUpcomingOnTV": "In arrivo in diretta TV",
+ "HeaderOtherShowings": "Altre proiezioni",
+ "Showings": "Proiezioni",
+ "HeaderConnectToServer": "Connettiti al server",
+ "ConnectToServerManually": "Connettiti al server manualmente",
+ "LabelEnterConnectUserNameHelp": "Questo è l'indirizzo e-mail che hai utilizzato per configurare il tuo account Emby Connect.",
+ "HeaderSignInError": "Errore di accesso",
+ "HeaderManualLogin": "Accesso manuale",
+ "PasswordResetConfirmation": "Sei sicuro di voler ripristinare la password?",
+ "ContactAdminToResetPassword": "Contatta l'amministratore di sistema per ripristinare la password.",
+ "ForgotPasswordInNetworkRequired": "Riprova all'interno della rete domestica per avviare il processo di ripristino della password.",
+ "ForgotPasswordFileCreated": "Il seguente file è stato creato sul tuo server e contiene istruzioni su come procedere:",
+ "ForgotPasswordFileExpiration": "Il PIN di ripristino scadrà a {0}.",
+ "InvalidForgotPasswordPin": "È stato inserito un pin non valido o scaduto. Riprova.",
+ "PasswordResetForUsers": "Le password sono state rimosse per i seguenti utenti. Per accedere, fallo con una password vuota.",
+ "HeaderForgotPassword": "Password dimenticata?",
+ "ForgotPasswordUsernameHelp": "Lascia in bianco se non ricordi il tuo nome utente.",
+ "HeaderPasswordReset": "Ripristino della password",
+ "AttributeNew": "Nuovo",
+ "Done": "Fatto",
+ "HeaderResetToDefault": "Ripristina predefiniti",
+ "Deinterlacing": "Deinterlacciamento",
+ "HeaderBurningInSubtitles": "Crea sottotitoli",
+ "Premiere": "Prima visione",
+ "LabelPinCode": "Codice PIN",
+ "LabelLocalNetworkPinCode": "Codice PIN della rete locale",
+ "LabelLocalNetworkPasswordMode": "Modalità di accesso alla rete locale",
+ "RequirePasswordInLocalNetwork": "Richiedi una password sulla rete locale",
+ "NoPasswordInLocalNetwork": "Non richiedere una password sulla rete locale",
+ "PinCodeInLocalNetwork": "Consenti un codice PIN numerico sulla rete locale",
+ "LocalNetworkPasswordModeHelp": "Seleziona il metodo di accesso per i dispositivi sulla stessa rete locale di Emby Server.",
+ "HeaderLocalNetworkAccess": "Accesso alla rete locale",
+ "Live": "In diretta",
+ "Reset": "Ripristina",
+ "Repeat": "Ripeti",
+ "Track": "Traccia",
+ "Tracks": "Tracce",
+ "HeaderCameraUpload": "Caricamenti da fotocamera",
+ "TrackCount": "{0} tracce",
+ "ItemCount": "{0} elementi",
+ "NumberChannelsValue": "{0} canali",
+ "HeaderLatestMusic": "Musica recente",
+ "HeaderLatestAudioBooks": "Recenti audiolibri",
+ "HeaderLatestDownloadedVideos": "Ultimi video scaricati",
+ "HeaderRecentlyPlayed": "Visti di recente",
+ "Recent": "Recenti",
+ "HeaderFrequentlyPlayed": "Visti di frequente",
+ "HeaderMoreLikeThis": "Altri come questo",
+ "HeaderMoreLikeThisOnLiveTV": "Altri come questo su diretta TV",
+ "OriginalAirDateValue": "Prima messa in onda (originale): {0}",
+ "EndsAtValue": "Finirà alle {0}",
+ "Date": "Data",
+ "AirDate": "Data di messa in onda",
+ "Played": "Visto",
+ "Daily": "Giornaliero",
+ "Weekly": "Settimanale",
+ "RequireHashMatch": "Richiedi una verifica dell'hash",
+ "RequireHashMatchHelp": "La richiesta di una verifica dell'hash consente di filtrare i sottotitoli per includere solo quelli che sono stati testati con il tuo file video esatto. Deselezionando questa opzione si aumenta il numero di sottotitoli corrispondenti, ma si aumentano anche le possibilità di testo dei sottotitoli non corretto o errato.",
+ "SearchForForcedSubtitlesOnly": "Solo sottotitoli forzati",
+ "SearchForForcedSubtitlesOnlyHelp": "La richiesta di sottotitoli forzati limiterà i risultati ai sottotitoli contrassegnati come aventi una lingua straniera.",
+ "LastEpisodeDateAdded": "Data di aggiunta dell'ultimo episodio",
+ "LastEpisodeDateAired": "Data di pubblicazione dell'ultimo episodio",
+ "LabelPlaystate": "Stato di riproduzione",
+ "Studio": "Studio",
+ "Tag": "Tag",
+ "EpisodeTitle": "Titolo episodio",
+ "Audio": "Audio",
+ "Video": "Video",
+ "Subtitle": "Sottotitolo",
+ "Image": "Immagine",
+ "CopyStream": "Copia la trasmissione originale",
+ "LabelAudioLayout": "Sistema audio",
+ "LabelAudioCodec": "Codec audio",
+ "LabelAudioLanguage": "Lingua audio",
+ "LabelSubtitleLanguage": "Lingua dei sottotitoli",
+ "LabelVideoCodec": "Codec video",
+ "LabelSubtitleCodec": "Codec sottotitoli",
+ "LabelParentalRating": "Classificazione parentale",
+ "BecauseYouLikeValue": "Perché ti piace {0}",
+ "BecauseYouWatchedValue": "Poiché hai visto {0}",
+ "DirectedByValue": "Diretto da {0}",
+ "StarringValue": "Protagonisti {0}",
+ "Invitations": "Inviti",
+ "ActorAsRole": "è {0}",
+ "ButtonOk": "OK",
+ "GroupItemsIntoCollections": "Raggruppa elementi nelle collezioni",
+ "GroupItemsIntoCollectionsHelp": "Raggruppa elementi in base alle raccolte a cui sono stati aggiunti. Attivare determinati filtri o alcuni ordinamenti possono disattivarlo automaticamente.",
+ "GroupItemsIntoTags": "Raggruppa gli elementi in tag",
+ "GroupItemsIntoTagsHelp": "Raggruppa gli elementi in base ai tag a cui sono stati aggiunti. L'attivazione di determinati filtri o ordinamenti potrebbe disattivarla automaticamente.",
+ "User": "Utente",
+ "Access": "Accesso",
+ "Users": "Utenti",
+ "Library": "Librerie",
+ "Devices": "Dispositivi",
+ "Cancel": "Annulla",
+ "Restart": "Riavvia",
+ "Shutdown": "Spegni",
+ "Logs": "Log",
+ "Visibility": "Visibilità",
+ "Notifications": "Notifiche",
+ "SendTestNotification": "Invia notifica di test",
+ "NotificationSent": "Notifica inviata",
+ "DeleteNotificationConfirmation": "Confermi di voler eliminare questa notifica?",
+ "DeleteNotification": "Elimina notifica",
+ "AddNotification": "Aggiungi notifica",
+ "EditNotification": "Modifica notifica",
+ "LimitUserEventsTo": "Limita eventi utente a",
+ "LimitLibraryEventsTo": "Limita eventi libreria a",
+ "LimitDeviceEventsTo": "Limits eventi dispositivi a",
+ "ForAdditionalNotificationOptions": "Ulteriori servizi di notifica possono essere installati dall'amministratore del server nel {0}catalogo dei plugin{1} di Emby.",
+ "Plugins": "Plugin",
+ "Systems": "Sistemi",
+ "Server": "Server",
+ "Dashboard": "Pannello di controllo",
+ "PlayOnAnotherDevice": "Avvia su un altro dispositivo",
+ "HeaderConnectionHelp": "Guida alla connessione",
+ "AccessRestrictedTryAgainLater": "L'accesso è attualmente limitato. Rprova più tardi.",
+ "ButtonGotIt": "Ho capito",
+ "RememberMe": "Ricordami",
+ "EmbyServer": "Emby Server",
+ "ManageEmbyServer": "Gestisci Emby Server",
+ "ShutdownServer": "Arresta Emby Server",
+ "RestartServer": "Riavvia Emby Server",
+ "RecordingCancelled": "Registrazione annullata",
+ "SeriesCancelled": "Serie TV cancellate",
+ "Recording": "Registrazione",
+ "SeriesRecording": "Registrazione serie",
+ "RecordingScheduled": "Registrazione pianificata",
+ "SeriesRecordingScheduled": "Registrazione serie TV pianificata",
+ "HeaderNewRecording": "Nuova registrazione",
+ "HeaderWakeServer": "Riattiva il server",
+ "AttemptingWakeServer": "Tentativo di riattivazione del server. Attendi...",
+ "WakeServerSuccess": "Riuscito!",
+ "HeaderCustomizeHomeScreen": "Personalizza la pagina Home",
+ "WakeServerError": "I pacchetti Wake On LAN sono stati inviati al computer server, ma non siamo in grado di connetterci al tuo Emby Server. Potrebbe essere necessario un po' più di tempo per riattivare il computer, oppure l'Emby Server potrebbe non essere attivo.",
+ "Days": "Giorni",
+ "Network": "Rete",
+ "Networks": "Reti",
+ "SortByValue": "Ordina per {0}",
+ "HeaderSortBy": "Ordina per",
+ "HeaderPhotoAlbums": "Album foto",
+ "Photos": "Foto",
+ "HeaderAppearsOn": "Compare in",
+ "List": "Lista",
+ "HeaderRecordSeries": "Registra serie",
+ "HeaderCinemaMode": "Modalità Cinema",
+ "Conversions": "Conversioni",
+ "Downloads": "Download",
+ "HeaderManageDownloads": "Gestisci download",
+ "InternalStorage": "Archiviazione interna",
+ "ExternalStorage": "Archiviazione esterna",
+ "UploadToFollowingServers": "Carica su server",
+ "UploadingNumItems": "Caricamento {0} di {1}",
+ "DownloadNumItems": "Download di {0} di {1}",
+ "HeaderSampleRate": "Frequenza di campionamento",
+ "HeaderReferenceFrames": "Fotogrammi di riferimento",
+ "HeaderBitDepth": "Profondità bit",
+ "HeaderPixelFormat": "Formato pixel",
+ "Profile": "Profilo",
+ "Bitrate": "Bitrate",
+ "Expand": "Espandi",
+ "Container": "Contenitore",
+ "Format": "Formato",
+ "Path": "Percorso",
+ "Size": "Dimensione",
+ "Resolution": "Risoluzione",
+ "HeaderCodecTag": "Tag codec",
+ "Framerate": "Frequenza dei fotogrammi",
+ "Interlaced": "Interlacciato",
+ "Anamorphic": "Anamorfico",
+ "Level": "Livello",
+ "Timestamp": "Marca temporale",
+ "Language": "linguaggio",
+ "Codec": "Codec",
+ "Stream": "Trasmissione",
+ "HeaderExtradata": "Dati aggiuntivi",
+ "HeaderHardwareAcceleratedTranscoding": "Conversione accelerata tramite hardware",
+ "HeaderHardwareAcceleratedTranscodingDescription": "Sfrutta la GPU del tuo server. Emby ha l'accelerazione hardware più avanzata e veloce del settore.",
+ "HeaderOfflineDownloads": "Media offline",
+ "AndMuchMoreExclamation": "E molto altro!",
+ "HeaderOfflineDownloadsDescription": "Scarica facilmente i media sui tuoi dispositivi per vederli offline.",
+ "LiveTvFeatureDescription": "Trasmetti diretta TV a qualsiasi applicazione Emby, con un sintonizzatore TV compatibile installato nell'Emby Server.",
+ "DvrFeatureDescription": "Pianifica le registrazioni della diretta TV, registrazioni di serie e altro ancora con Emby DVR.",
+ "CinemaModeFeatureDescription": "Modalità Cinema offre la vera esperienza cinematografica con trailer e introduzioni personalizzate prima del filmato principale.",
+ "HeaderFreeApps": "Applicazioni gratuite Emby",
+ "FreeAppsFeatureDescription": "Godi dell'accesso gratuito alle applicazioni Emby dai tuoi dispositivi.",
+ "HeaderBecomeProjectSupporter": "Ottieni Emby Premiere",
+ "HeaderViewServerInfo": "Visualizza informazioni sul server",
+ "PlaybackTvModeRequiresEmbyPremiere": "La riproduzione multimediale in modalità TV richiede un {0} abbonamento Emby Premiere attivo {1}.",
+ "FeatureRequiresEmbyPremiere": "Questa funzione richiede un {0}abbonamento a Emby Premiere{1} attivo.",
+ "HeaderConvertYourRecordings": "Converti le tue registrazioni",
+ "Record": "Registra",
+ "Save": "Salva",
+ "Edit": "Modifica",
+ "HeaderSavePlaylist": "Salva playlist",
+ "Latest": "Recenti",
+ "Download": "Scarica",
+ "Downloaded": "Scaricato",
+ "Converted": "Convertito",
+ "RemoveFromHistory": "Rimuovi dalla cronologia",
+ "ConfirmRemoveFromHistory": "Vuoi rimuovere questo elemento dalla cronologia?",
+ "Downloading": "In download",
+ "Advanced": "Avanzate",
+ "LinkedToEmbyConnect": "Collegato a Emby Connect",
+ "Delete": "Elimina",
+ "Both": "Entrambi",
+ "LabelChannelDisplay": "Visualizzazione canale",
+ "HeaderDeleteItem": "Elimina elemento",
+ "HeaderDeleteUser": "Elimina utente",
+ "DeleteItemConfirmation": "Sei sicuro di voler eliminare {0}?",
+ "DeleteUserConfirmation": "Sei sicuro di voler eliminare l'utente {0}?",
+ "DeleteUsersConfirmation": "Sei sicuro di voler eliminare questi {0} utenti?",
+ "HeaderDeleteDevice": "Elimina dispositivo",
+ "DeleteDeviceConfirmation": "Sei sicuro di voler eliminare questo dispositivo? Riapparirà la prossima volta che un utente accede con esso.",
+ "ConfirmDeleteItem": "L'eliminazione di questo elemento avverrà sia dalla libreria multimediale che dal disco di archiviazione.",
+ "FollowingFilesWillBeDeleted": "I seguenti file e cartelle saranno eliminati:",
+ "AreYouSureToContinue": "Sei sicuro di voler continuare?",
+ "Refresh": "Aggiorna",
+ "RefreshingMetadataDots": "Aggiornamento metadati in corso...",
+ "ScanningLibraryFilesDots": "Scansione dei file della libreria in corso...",
+ "HeaderFavoritesThenByChannelNumber": "Preferiti, per numero di canale",
+ "HeaderAddToCollection": "Aggiungi a una collezione",
+ "HeaderFavoritesThenByTitle": "Preferiti, per titolo",
+ "HeaderFavoritesThenByDefault": "Preferiti, quindi per ordine canali predefinito",
+ "HeaderDefaultChannelOrder": "Ordine canali predefinito",
+ "HeaderAddToFavorites": "Aggiungi ai preferiti",
+ "HeaderRemoveFromFavorites": "Rimuovi dai preferiti",
+ "Favorited": "Preferito",
+ "Unfavorited": "Non preferito",
+ "HeaderNewCollection": "Nuova collezione",
+ "HeaderNewPlaylist": "Nuova playlist",
+ "AllCollections": "Tutte le collezioni",
+ "AllPlaylists": "Tutte le playlist",
+ "Create": "Crea",
+ "HeaderAddedToPlaylist": "Aggiunto alla playlist",
+ "HeaderAddedToCollection": "Aggiunto alla collezione",
+ "OneItemAddedTo": "1 elemento aggiunto a \"{0}\".",
+ "ItemsAddedTo": "{0} elementi aggiunti a \"{1}\".",
+ "HeaderAddedToPlayQueue": "Aggiunto alla coda di riproduzione",
+ "HeaderPlayingNext": "Riproduzione successivo",
+ "Help": "Aiuto",
+ "HeaderGetHelp": "Ottieni aiuto",
+ "LabelTVDisplayMode": "Attiva la modalità di visualizzazione TV",
+ "Desktop": "PC fisso",
+ "Mobile": "Cellulare / Tablet",
+ "Navigation": "Navigazione",
+ "HeaderVideoPlayback": "Riproduzione video",
+ "TV": "TV",
+ "HeaderEmbyConnect": "Emby Connect",
+ "Seasons": "Stagioni",
+ "OneTrack": "1 traccia",
+ "OneSeason": "1 stagione",
+ "Libraries": "Libreria",
+ "NumberSeasonsValue": "{0} stagioni",
+ "TVDisplayModeHelp": "Ottimizza l'interfaccia utente di questo dispositivo per la visualizzazione su TV e per l'utilizzo con telecomando. Questa soluzione è generalmente sconsigliata se il metodo di immissione principale è un mouse o basato su tocco.",
+ "LabelDisplayLanguage": "Lingua preferita",
+ "LabelDisplayLanguageHelp": "La traduzione di Emby è un progetto attivo.",
+ "LearnHowYouCanContribute": "Scopri come puoi contribuire.",
+ "NewCollectionHelp": "Le collezioni ti permettono di creare raccolte personalizzate di film ed altri contenuti della libreria.",
+ "SearchForCollectionInternetMetadata": "Cerca su Internet le immagini e i metadati",
+ "DisplayMissingEpisodesWithinSeasons": "Visualizza gli episodi mancanti nelle stagioni",
+ "DisplayMissingEpisodesWithinSeasonsHelp": "Questa opzione deve essere attivata anche per le librerie TV nella configurazione dell'Emby Server.",
+ "EnableThemeSongs": "Riproduci brani a tema",
+ "EnableBackdrops": "Attiva gli sfondi",
+ "EnableThemeSongsHelp": "Se attivato, i brani a tema saranno riprodotti mentre visualizzi la tua libreria.",
+ "EnableBackdropsHelp": "Se attivato, gli sfondi verranno riprodotti mentre visualizzi la tua libreria.",
+ "EnableThemeVideos": "Riproduci video a tema",
+ "EnableThemeVideosHelp": "Se attivato, i video a tema saranno riprodotti mentre visualizzi la tua libreria.",
+ "RunAtStartup": "Esegui all'avvio",
+ "ServerStartup": "Avvio del server",
+ "EmbyServerOnXHasStarted": "Emby Server su {0} è stato avviato.",
+ "LabelScreensaver": "Salvaschermo",
+ "LabelSoundEffects": "Effetti sonori",
+ "LabelName": "Nome",
+ "NewCollectionNameExample": "Esempio: Collezione Star wars",
+ "MessageItemsAdded": "Elementi aggiunti.",
+ "OptionNew": "Nuovo...",
+ "LabelPlaylist": "Playlist",
+ "AddToPlaylist": "Aggiungi alla playlist",
+ "HeaderAddToPlaylist": "Aggiungi alla playlist",
+ "Subtitles": "Sottotitoli",
+ "LabelTheme": "Tema",
+ "LabelSettingsTheme": "Impostazioni del tema",
+ "LabelThemeAccentColor": "Colore secondario",
+ "ThemeAccentColorDescription": "Controlla il colore di indicatori, icone e testo importanti.",
+ "SearchForSubtitles": "Cerca sottotitoli",
+ "LabelLanguage": "Lingua",
+ "Search": "Cerca",
+ "NoSubtitleSearchResultsFound": "Nessun risultato trovato. Hai configurato il {0}download dei sottotitoli{1}?",
+ "NoLyricsSearchResultsFound": "Nessun risultato trovato. Hai configurato il {0}download dei testi{1}?",
+ "Lyrics": "Testi",
+ "SearchForLyrics": "Cerca testi",
+ "Finish": "Finito",
+ "File": "File",
+ "Exit": "Esci",
+ "Sleep": "Risparmio energetico",
+ "Setup": "Configurazione",
+ "MessageAreYouSureDeleteSubtitles": "Sei sicuro di voler eliminare questo file di sottotitoli?",
+ "ConfirmDeletion": "Conferma eliminazione",
+ "MySubtitles": "I miei sottotitoli",
+ "MessageDownloadQueued": "Download in coda.",
+ "HeaderEditSubtitles": "Modifica sottotitoli",
+ "UnlockGuide": "Sblocca guida",
+ "HeaderRefreshMetadata": "Aggiorna metadati",
+ "HeaderRefreshAllMetadata": "Aggiorna tutti i metadati",
+ "ReplaceExistingImages": "Sovrascrivi immagini esistenti",
+ "ReplaceExistingImagesHelp": "Tutte le immagini esistenti verranno eliminate e quelle nuove verranno scaricate. In alcuni casi potrebbe comportare un minor numero di immagini disponibili rispetto a prima.",
+ "ReplaceAllMetadata": "Sostituisci tutti i metadati",
+ "SearchForMissingMetadata": "Cerca metadati mancanti",
+ "LabelRefreshMode": "Modalità di aggiornamento",
+ "NoItemsFound": "Nessun elemento trovato.",
+ "HeaderSaySomethingLike": "Pronuncia qualcosa come...",
+ "ButtonTryAgain": "Riprova ancora",
+ "HeaderYouSaid": "Hai detto...",
+ "MessageWeDidntRecognizeCommand": "Ci dispiace, non riconosciamo il comando.",
+ "MessageIfYouBlockedVoice": "Se hai negato l'accesso vocale all'applicazione dovrai riconfigurarlo prima di riprovare di nuovo.",
+ "ValueDiscNumber": "Disco {0}",
+ "Unrated": "Non valutato",
+ "Favorite": "Preferito",
+ "Like": "Mi piace",
+ "Dislike": "Non mi piace",
+ "RefreshDialogHelp": "I metadati vengono aggiornati in base alle impostazioni e ai fornitori di metadati attivati nella configurazione della libreria Emby.",
+ "Open": "Apri",
+ "Play": "Riproduci",
+ "Pause": "Pausa",
+ "HeaderPlayQueue": "Riproduci coda",
+ "HeaderAddToPlayQueue": "Aggiungi alla coda",
+ "Shuffle": "Casuale",
+ "Identify": "Identifica",
+ "HeaderRemoveIdentification": "Rimuovi identificazione",
+ "ResetMetadataConfirmation": "Confermi di voler ripristinare tutti i metadati?",
+ "HeaderEditMetadata": "Modifica metadati",
+ "Convert": "Converti",
+ "Resume": "Riprendi",
+ "HeaderInstantMix": "Mix istantaneo",
+ "HeaderGoToItem": "Vai all'elemento",
+ "HeaderGoToSeason": "Vai alla stagione",
+ "HeaderGoToSeries": "Vai alle serie TV",
+ "HeaderGoToAlbum": "Vai all'album",
+ "HeaderGoToArtist": "Vai all'Artista",
+ "HeaderPlayAll": "Riproduci tutti",
+ "PictureInPicture": "Picture in picture",
+ "Fullscreen": "Schermo intero",
+ "ExitFullscreen": "Esci da schermo intero",
+ "Rewind": "Riavvolgi",
+ "FastForward": "Avanti veloce",
+ "Remove": "Rimuovi",
+ "Rename": "Rinomina",
+ "Queue": "In coda",
+ "QueueAllFromHere": "In coda tutto da qui in poi",
+ "PlayAllFromHere": "Riproduci tutto da qui in poi",
+ "PlayFromBeginning": "Riproduci dall'inizio",
+ "FromBeginning": "Dall'inizio",
+ "ResumeAt": "Riprendi da {0}",
+ "HeaderRemoveFromPlaylist": "Rimuovi dalla playlist",
+ "HeaderRemoveFromPlayQueue": "Rimuovi dalla coda",
+ "HeaderRemoveFromCollection": "Rimuovi dalla collezione",
+ "Sort": "Ordina",
+ "Trailer": "Trailer",
+ "SelectNone": "Selezionato None",
+ "SelectAll": "Seleziona tutto",
+ "HeaderMarkPlayed": "Segna come visto",
+ "HeaderMarkUnplayed": "Segna come non visto",
+ "HeaderGroupVersions": "Versioni gruppo",
+ "PleaseSelectTwoItems": "Seleziona almeno due elementi.",
+ "HeaderConfirmRecordingCancellation": "Conferma eliminazione registrazione",
+ "MessageConfirmRecordingCancellation": "Vuoi annullare la registrazione?",
+ "Album": "Album",
+ "AlbumArtist": "Artista album",
+ "Error": "Errore",
+ "VoiceInput": "Comandi vocali",
+ "LabelContentType": "Tipo di contenuto",
+ "LabelPath": "Percorso",
+ "Playlists": "Playlist",
+ "LabelTitle": "Titolo",
+ "LabelOriginalTitle": "Titolo originale",
+ "LabelSortTitle": "Ordinamento titolo",
+ "LabelDateAdded": "Data di aggiunta",
+ "DateAdded": "Aggiunto il",
+ "DateModified": "Ultima modifica",
+ "DatePlayed": "Riprodotto il",
+ "DateLastActive": "Ultima attività",
+ "ConfigureDateAdded": "Scegli come determinare la data di aggiunta dal pannello di controllo dell'Emby Server nelle impostazioni della libreria",
+ "LabelStatus": "Stato",
+ "LabelArtistsHelp": "Separa valori multipli usando ;",
+ "HeaderAlbumArtists": "Artisti album",
+ "LabelAlbumArtists": "Artisti album",
+ "LabelAlbum": "Album",
+ "Artist": "Artista",
+ "Artists": "Artisti",
+ "ImdbRating": "Valutazione IMDb",
+ "CommunityRating": "Valutazione del pubblico",
+ "LabelCommunityRating": "Valutazione della comunità",
+ "LabelCriticRating": "Valutazione della critica",
+ "CriticRating": "Valutazione della critica",
+ "LabelWebsite": "Sito web",
+ "Tagline": "Slogan",
+ "LabelOverview": "Trama",
+ "LabelShortOverview": "Trama breve",
+ "LabelReleaseDate": "Data di uscita",
+ "LabelPlaceOfBirth": "Luogo di nascita",
+ "Aired": "In onda il",
+ "LabelAirDays": "In onda da (gg)",
+ "LabelAirTime": "In onda per",
+ "LabelRuntimeMinutes": "Durata (minuti)",
+ "LabelCustomRating": "Classificazione personale",
+ "LabelOriginalAspectRatio": "Rapporto d'aspetto originale",
+ "Label3DFormat": "Formato 3D",
+ "FormatValue": "Formato: {0}",
+ "DownloadsValue": "{0} download",
+ "HashMatch": "Corrispondenza hash",
+ "EnableExternalVideoPlayers": "Attiva i lettori video esterni",
+ "EnableExternalVideoPlayersHelp": "Quando viene avviata la riproduzione video, verrà visualizzato un menu esterno del riproduttore.",
+ "HeaderSpecialEpisodeInfo": "Informazioni episodio speciale",
+ "LabelAirsDuringSeason": "In onda durante la stagione",
+ "LabelAirsAfterSeason": "In onda dopo la stagione",
+ "LabelAirsBeforeEpisode": "In onda prima dell'episodio",
+ "HeaderExternalIds": "ID esterni",
+ "HeaderDisplaySettings": "Impostazioni video",
+ "PlaylistOrder": "Ordinamento playlist",
+ "CollectionOrder": "Ordinamento collezioni",
+ "LabelDisplayOrder": "Ordine di visualizzazione",
+ "LabelFileOrder": "Ordine file",
+ "Display": "Schermo",
+ "Countries": "Paesi",
+ "Genres": "Generi",
+ "Studios": "Casa cinematografica",
+ "Tags": "Tag",
+ "Links": "Collegamenti",
+ "Movie": "Film",
+ "Program": "Programma",
+ "Channel": "Canale",
+ "Episode": "Episodio",
+ "Season": "Stagione",
+ "HeaderMetadataSettings": "Impostazioni metadati",
+ "People": "Attori",
+ "Number": "Numero",
+ "Lock": "Blocca",
+ "HeaderScreenLocked": "Schermo bloccato",
+ "HeaderUnlockControls": "Sblocca controlli",
+ "HeaderTapToUnlock": "Premi per sbloccare",
+ "LabelMetadataDownloadLanguage": "Lingua preferita dei metadati da scaricare",
+ "LabelImageDownloadLanguage": "Lingua preferita delle immagini da scaricare",
+ "LabelLockItemToPreventChanges": "Blocca questo elemento per impedire modifiche future",
+ "LockThisField": "Blocca questo campo per impedire modifiche future durante l'aggiornamento dei metadati",
+ "MessageLeaveEmptyToInherit": "Lascia vuoto per ereditare le impostazioni dall'elemento principale, o il valore predefinito globale.",
+ "LabelCountry": "Paese",
+ "LabelCertificationCountry": "Paese di certificazione",
+ "CertificationCountryHelp": "Questo inciderà sul sistema di valutazione dei contenuti utilizzato.",
+ "LabelDynamicExternalId": "{0} ID",
+ "LabelBirthYear": "Anno di nascita",
+ "LabelBirthDate": "Data di nascita",
+ "LabelDeathDate": "Anno di morte",
+ "LabelEndDate": "Data di fine",
+ "LabelSeasonNumber": "Numero stagione",
+ "LabelEpisodeNumber": "Numero espisodio",
+ "LabelTrackNumber": "Numero traccia",
+ "LabelNumber": "Numero",
+ "LabelDiscNumber": "Numero disco",
+ "LabelParentNumber": "Numero di origine",
+ "SortName": "Ordina per titolo",
+ "OriginalTitle": "Titolo originale",
+ "ReleaseDate": "Data di uscita",
+ "Continuing": "In corso",
+ "Ended": "Concluso",
+ "HeaderEnabledFields": "Campi attivati",
+ "HeaderEnabledFieldsHelp": "Deseleziona un campo per bloccarlo e impedire che i suoi dati vengano modificati.",
+ "Backdrops": "Sfondi",
+ "Images": "Immagini",
+ "Runtime": "Durata",
+ "ProductionLocations": "Sedi di produzione",
+ "BirthLocation": "Luogo di nascita",
+ "ParentalRating": "Classificazione parentale",
+ "PlayCount": "Conteggio riproduzioni",
+ "Name": "Nome",
+ "Overview": "Trama",
+ "LabelType": "Tipo",
+ "LabelPersonRole": "Ruolo",
+ "LabelPersonRoleHelp": "Esempio: Autista del furgone dei gelati",
+ "Actor": "Interprete",
+ "Composers": "Compositori/Compositrici",
+ "Composer": "Compositore/Compositrice",
+ "Director": "Regista",
+ "GuestStar": "Partecipazione straordinaria",
+ "Producer": "Produttore",
+ "Writer": "Sceneggiatore",
+ "MessageNoSyncJobsFound": "Nessun download trovato. Puoi creare un'attività di download usando i pulsanti Download presenti nell'applicazione.",
+ "MessageNoDownloadsFound": "Nessuno download offline trovato. Scarica i tuoi media per renderli disponibili offline usando l'opzione Download sull'applicazione.",
+ "InstallingPackage": "Installazione di {0}",
+ "PackageInstallCompleted": "Installazione di {0} completa.",
+ "PackageInstallFailed": "Installazione di {0} non riuscita.",
+ "PackageInstallCancelled": "Installazione di {0} annullata.",
+ "SeriesYearToPresent": "{0} - Oggi",
+ "OneDevice": "1 dispositivo",
+ "DeviceCountValue": "{0} dispositivi",
+ "OneLog": "1 registro",
+ "LogCountValue": "{0} registri",
+ "OneVote": "1 valutazione",
+ "VoteCountValue": "{0} voti",
+ "OneLike": "1 Piace",
+ "LikeCountValue": "{0} mi piace",
+ "OneUser": "1 Utente",
+ "UserCountValue": "{0} utenti",
+ "OneLibrary": "1 libreria",
+ "LibraryCountValue": "{0} librerie",
+ "ValueOneItem": "1 elemento",
+ "ValueOneEpisode": "1 episodio",
+ "ValueEpisodeCount": "{0} episodi",
+ "Albums": "Album",
+ "Song": "Brano",
+ "Songs": "Brani",
+ "Authors": "Autori/Autrici",
+ "Books": "Libri",
+ "AudioBooks": "Audiolibri",
+ "HeaderAudioBooks": "Audiolibri",
+ "HeaderAudioBook": "Audiolibro",
+ "HeaderIdentifyItemHelp": "Inserisci uno o più criteri di ricerca. Rimuovi criteri per ottenere più risultati.",
+ "PleaseEnterNameOrId": "Per favore inserisci un nome o un ID esterno.",
+ "MessageItemSaved": "Elemento salvato.",
+ "SearchResults": "Risultati della Ricerca",
+ "ServerNameIsRestarting": "Emby Server - {0} si sta riavviando.",
+ "ServerNameIsShuttingDown": "Emby Server - {0} si sta arrestando.",
+ "HeaderDeleteItems": "Elimina Elementi",
+ "ConfirmDeleteItems": "L'eliminazione di questi elementi avverrà sia dalla libreria multimediale che dal disco di archiviazione.",
+ "PleaseRestartServerName": "Per favore, riavvia Emby Server su {0}",
+ "ConvertingDots": "Conversione...",
+ "LabelSyncNoTargetsHelp": "Al momento non hai applicazioni che supportino il download offline.",
+ "DownloadingDots": "In download...",
+ "LearnMore": "Per saperne di più",
+ "LabelBitrateMbps": "Bitrate (Mbps)",
+ "ConvertUnwatchedVideosOnly": "Converti solo video non riprodotti",
+ "SyncUnwatchedVideosOnly": "Scarica solo video non riprodotti",
+ "ConvertUnwatchedVideosOnlyHelp": "Verranno convertiti solo i video che non sono contrassegnati come riprodotti completamente.",
+ "SyncUnwatchedVideosOnlyHelp": "Verranno scaricati solo i video non contrassegnati come riprodotti completamente i quali verranno rimossi dal dispositivo una volta riprodotti completamente.",
+ "AutomaticallySyncNewContent": "Scarica automaticamente i nuovi contenuti",
+ "AutomaticallySyncNewContentHelp": "I nuovi contenuti aggiunti verranno scaricati automaticamente nel dispositivo.",
+ "AutomaticallyConvertNewContent": "Converti automaticamente i nuovi contenuti",
+ "AutomaticallyConvertNewContentHelp": "I nuovi contenuti aggiunti in questa cartella verranno automaticamente convertiti.",
+ "LabelItemLimit": "Limite elementi",
+ "ConvertItemLimitHelp": "(Facoltativo.) Imposta un limite al numero di elementi che verranno convertiti.",
+ "DownloadItemLimitHelp": "Facoltativo. Imposta un limite al numero di elementi che verranno scaricati.",
+ "PleaseSelectDeviceToSyncTo": "Seleziona un dispositivo per eseguire il download.",
+ "Screenshots": "Schermata",
+ "MoveRight": "Sposta a destra",
+ "MoveLeft": "Sposta a sinistra",
+ "HeaderUploadNewImage": "Carica una nuova immagine",
+ "HeaderDeleteImage": "Elimina immagini",
+ "ConfirmDeleteImage": "Elimino immagine?",
+ "HeaderEditImages": "Modifica immagini",
+ "Settings": "Impostazioni",
+ "ShowIndicatorsFor": "Mostra indicatori",
+ "Episodes": "Episodi",
+ "Programs": "Programmi",
+ "HeaderCastCrew": "Cast e troupe",
+ "DvrSubscriptionRequired": "Emby Live TV e DVR richiedono un {0}abbonamento Emby Premiere attivo{1}.",
+ "HeaderCancelRecording": "Annulla la registrazione",
+ "HeaderKeepRecording": "Mantieni la registrazione",
+ "HeaderCancelSeries": "Annulla Serie TV",
+ "HeaderKeepSeries": "Mantieni Serie TV",
+ "HeaderLearnMore": "Saperne di più",
+ "SeriesSettings": "Impostazioni Serie TV",
+ "HeaderRecordingOptions": "Opzioni di registrazione",
+ "HeaderDoNotRecord": "Non registrare",
+ "HeaderSeriesOptions": "Opzioni Serie TV",
+ "Layout": "Layout",
+ "Channels": "Canali",
+ "ChannelNameOnly": "Solo il canale {0}",
+ "Anytime": "In qualsiasi momento",
+ "AnyLanguage": "Qualsiasi lingua",
+ "AroundTime": "Circa {0}",
+ "HeaderLatestMovies": "Ultimi film aggiunti",
+ "All": "Tutto",
+ "Stop": "Ferma",
+ "AllChannels": "Tutti i canali",
+ "NewEpisodesOnly": "Solo i nuovi episodi",
+ "AllEpisodes": "Tutti gli episodi",
+ "LabelStartWhenPossible": "Avvia appena possibile",
+ "LabelStopWhenPossible": "Ferma appena possibile",
+ "MinutesBefore": "minuti prima",
+ "MinutesAfter": "minuti dopo",
+ "SkipEpisodesAlreadyInMyLibrary": "Non registrare gli espisodi che sono già in libreria",
+ "SkipEpisodesAlreadyInMyLibraryHelp": "Gli episodi verranno confrontati usando la stagione e il numero dell'episodio, se disponibili.",
+ "LabelKeepUpTo": "Conservane fino a",
+ "AsManyAsPossible": "Tutto il possibile",
+ "DefaultErrorMessage": "Si è verificato un errore durante l'elaborazione della richiesta. Riprova più tardi.",
+ "UntilIDelete": "Finché non li elimino",
+ "UntilSpaceNeeded": "Finché c'è spazio",
+ "Categories": "Categorie",
+ "Sports": "Sport",
+ "News": "Notizie",
+ "Movies": "Film",
+ "Music": "Musica",
+ "Kids": "Bambini",
+ "MoreFromValue": "Altro da {0}",
+ "DiedValue": "Morte: {0}",
+ "BornValue": "Nascita: {0}",
+ "EnableColorCodedBackgrounds": "Applica sfondi colorati agli spettacoli in base alla loro categoria",
+ "SortChannelsBy": "Ordina canali per",
+ "ChannelNumber": "Numero canale",
+ "HeaderBenefitsEmbyPremiere": "Vantaggi di Emby Premiere",
+ "ThankYouForTryingEnjoyOneMinute": "Per te un minuto di riproduzione. Grazie per aver provato Emby.",
+ "HeaderTryPlayback": "Prova la riproduzione",
+ "HowDidYouPay": "Come hai pagato?",
+ "IHaveEmbyPremiere": "Sono abbonato a Emby Premiere",
+ "IPurchasedThisApp": "Ho acquistato questa applicazione",
+ "ButtonRestorePreviousPurchase": "Ripristina acquisto",
+ "ButtonUnlockWithPurchase": "Sblocca con l'acquisto",
+ "ButtonUnlockPrice": "Sblocca {0}",
+ "EmbyPremiereMonthlyWithPrice": "Emby Premiere mensile {0}",
+ "HeaderAlreadyPaid": "Hai già pagato?",
+ "ButtonPlayOneMinute": "Riproduci un minuto",
+ "PlaceFavoriteChannelsAtBeginning": "Mostra i canali preferiti all'inizio",
+ "HeaderUnlockFeature": "Sblocca funzionalità",
+ "MessageDidYouKnowCinemaMode": "Lo sapevi che con Emby Premiere puoi migliorare la tua esperienza con funzionalità come Modalità Cinema?",
+ "HeaderPlayMyMedia": "Riproduci i miei media",
+ "HeaderDiscoverEmbyPremiere": "Scopri Emby Premiere",
+ "HeaderNowPlaying": "Riproduco",
+ "Items": "Elementi",
+ "AppName": "Nome applicazione",
+ "OneChannel": "Un canale",
+ "ConfirmRemoveDownload": "Rimuovere il download?",
+ "ConfirmRemoveItem": "Rimuovere l'elemento?",
+ "RemoveDownload": "Rimuovi download",
+ "ConfirmCancelConversion": "Annulla conversione?",
+ "CancelConversion": "Annulla conversione",
+ "KeepDownload": "Continua a scaricare",
+ "AddedOnValue": "Aggiunto {0}",
+ "RemovingFromDevice": "In rimozione dal dispositivo",
+ "KeepOnDevice": "Mantieni sul dispositivo",
+ "CancelDownload": "Annulla download",
+ "SyncJobItemStatusReadyToTransfer": "Pronto per il trasferimento",
+ "SyncJobItemStatusSyncedMarkForRemoval": "Rimuovendo dal dispositivo",
+ "SyncJobItemStatusQueued": "In coda",
+ "SyncJobItemStatusConverting": "Convertendo",
+ "SyncJobItemStatusTransferring": "Trasferendo",
+ "SyncJobItemStatusSynced": "Scaricato",
+ "Failed": "Fallito",
+ "SyncJobItemStatusRemovedFromDevice": "Rimosso dal dispositivo",
+ "Cancelled": "Annullato",
+ "Retry": "Riprova",
+ "Continue": "Continua",
+ "ContinueInSecondsValue": "Continua tra {0} secondi.",
+ "HeaderRemoteControl": "Telecomando",
+ "Disconnect": "Disconnetti",
+ "EnableDisplayMirroring": "Attiva duplica schermo",
+ "RemoteAccess": "Accesso remoto",
+ "HeaderPlayOn": "Riproduci su",
+ "Quality": "Qualità",
+ "Auto": "Auto",
+ "AndroidUnlockRestoreHelp": "Per ripristinare il tuo acquisto precedente, assicurati di aver acceduto sul dispositivo con lo stesso account Google (o Amazon) dell'acquisto originale. Assicurati che l'app store sia attivo e non limitato da controlli parentali e assicurati di avere una connessione a Internet. Dovrai effettuare questa procedura una sola volta per ripristinare il tuo acquisto precendente.",
+ "HeaderAspectRatio": "Rapporto d'aspetto",
+ "Original": "Originale",
+ "Fill": "Riempi",
+ "Cover": "Copertina",
+ "MessageNoServersAvailableToConnect": "Nessun server disponibile per la connessione. Se sei stato invitato a condividere un server, assicurati di accettare l'invito qui sotto o cliccando sul collegamento nell'e-mail.",
+ "MessagePlayAccessRestricted": "Le riproduzione di questi contenuti è bloccata. Contatta l'amministratore dell'Emby Server per maggiori informazioni.",
+ "Accept": "Accetta",
+ "Reject": "Rifiuta",
+ "Connect": "Connetti",
+ "HeaderMyMedia": "I miei media",
+ "HeaderMyMediaSmall": "I miei media (piccolo)",
+ "LatestFromLibrary": "Recenti {0}",
+ "HeaderLatestEpisodes": "Ultimi episodi aggiunti",
+ "ContinuePlaying": "Continua la riproduzione",
+ "ContinueWatching": "Continua a guardare",
+ "HeaderLatestChannelMedia": "Ultimi elementi del canale",
+ "HeaderContinueWatching": "Continua a guardare",
+ "HeaderContinueListening": "Continua ad ascoltare",
+ "HeaderActiveRecordings": "Registrazioni attive",
+ "HeaderLatestRecordings": "Ultime registrazioni",
+ "LabelConvertTo": "Converti in",
+ "LabelDownloadTo": "Scarica in",
+ "HeaderDownloadToDots": "Scarica in...",
+ "Next": "Successivo",
+ "LabelSource": "Fonte",
+ "VersionNumber": "Versione {0}",
+ "HeaderAllLanguages": "Tutte le lingue",
+ "Previous": "Precedente",
+ "HeaderNextUp": "Successivo",
+ "HeaderPlayNextUp": "Riproduci successivo",
+ "HeaderLatestFrom": "Ultime da {0}",
+ "LabelHomeScreenSectionValue": "Sezione pagina Home {0}",
+ "PasswordResetComplete": "La password è stata ripristinata.",
+ "PasswordSaved": "Password salvata.",
+ "SettingsSaved": "Impostazioni salvate.",
+ "Upcoming": "In arrivo",
+ "HeaderSelectImageFile": "Seleziona File immagine",
+ "None": "Nessuno",
+ "More": "Di Più",
+ "Up": "Su",
+ "Down": "Giù",
+ "Home": "Inizio",
+ "Back": "Indietro",
+ "Random": "Casuale",
+ "Playback": "Riproduzione",
+ "Favorites": "Preferiti",
+ "HeaderHomeScreen": "Pagina Home",
+ "HeaderLatestChannelItems": "Ultimi elementi aggiunti",
+ "HeaderLibraryOrder": "Ordine libreria",
+ "HeaderOnNow": "In onda ora",
+ "HeaderForKids": "Per bambini",
+ "HeaderPlaybackError": "Errore di riproduzione",
+ "PlaybackErrorNotAllowed": "Non sei autorizzato a riprodurre questo contenuto. Contatta l'amministratore dell'Emby Server per ulteriori dettagli.",
+ "RateLimitExceeded": "Il tuo account ha superato il limite di trasmissioni massimo impostato. Contatta l'amministratore dell'Emby Server per ulteriori dettagli.",
+ "PlaybackErrorNoCompatibleStream": "Nessuna trasmissione compatibile è attualmente disponibile. Riprova più tardi o contatta l'amministratore dell'Emby Server per ulteriori dettagli.",
+ "PlaybackErrorPlaceHolder": "Inserisci i dischi per poter riprodurre questo video.",
+ "PlaybackErrorNoPlayableItems": "Non sono stati trovati elementi per la riproduzione. Stai cercando di riprodurre una cartella vuota?",
+ "Guide": "Guida",
+ "Games": "Giochi",
+ "GameSystem": "Piattaforma di gioco",
+ "Suggestions": "Suggerimenti",
+ "HeaderFavoriteChannels": "Canali preferiti",
+ "HeaderFavoriteCollections": "Collezioni preferite",
+ "HeaderFavoritePlaylists": "Playlist preferite",
+ "Collection": "Collezione",
+ "Collections": "Collezioni",
+ "LabelSelectFolderGroups": "Raggruppa i contenuti delle seguenti cartelle in viste come Film, Musica e Serie TV:",
+ "LabelSelectFolderGroupsHelp": "Le cartelle non selezionate verranno mostrate come sé stesse nelle proprie viste.",
+ "Mute": "Disattiva il sonoro",
+ "Unmute": "Riattiva il sonoro",
+ "Folder": "Cartella",
+ "Folders": "Cartelle",
+ "FileName": "Nome file",
+ "DisplayInOtherHomeScreenSections": "Visualizza nelle sezioni secondarie della pagina Home come \"Media Recenti\" e \"Continua a guardare\"",
+ "DisplayInMyMedia": "Visualizza nella pagina Home",
+ "Shows": "Serie TV",
+ "MoviesAndShows": "Film e spettacoli",
+ "HeaderMusicVideo": "Video musicale",
+ "HeaderMusicVideos": "Video musicali",
+ "MusicVideos": "Video musicali",
+ "Videos": "Video",
+ "MixedContent": "Contenuto misto",
+ "HomeVideos": "Video personali",
+ "HomeVideosAndPhotos": "Video e foto personali",
+ "TVShows": "Serie TV",
+ "HeaderLibraryFolders": "Cartelle libreria",
+ "HeaderTermsOfPurchase": "Termini di pagamento",
+ "PrivacyPolicy": "Informativa sulla privacy",
+ "TermsOfUse": "Condizioni di utilizzo",
+ "HeaderRepeatMode": "Modalità di ripetizione",
+ "HeaderToneMapping": "Mappatura dei toni",
+ "RepeatOne": "Ripeti una volta",
+ "RepeatAll": "Ripeti tutti",
+ "LabelDefaultScreen": "Schermo predefinito",
+ "ConfirmEndPlayerSession": "Vuoi chiudere Emby su {0}?",
+ "Yesterday": "Ieri",
+ "Yes": "Sì",
+ "No": "No",
+ "HeaderScanLibraryFiles": "Scansione dei file della libreria",
+ "LiveTV": "Diretta TV",
+ "Schedule": "Pianificazione",
+ "Recordings": "Registrazioni",
+ "ScanForNewAndUpdatedFiles": "Scansiona per file nuovi e aggiornati",
+ "NewVersionOfXAvailableForY": "{0} è disponibile per {1}",
+ "DirectStreamHelp1": "Il contenuto multimediale è compatibile con il dispositivo per quanto riguarda la risoluzione e il tipo di supporto (H.264, AC-3, ecc.), ma è in un contenitore file incompatibile (.avi, .wmv, ecc.). Il video sarà riconfezionato al volo prima di trasmetterlo al dispositivo.",
+ "DirectStreamHelp2": "La trasmissione in diretta di un file utilizza poca potenza del processore senza alcuna perdita di qualità video.",
+ "MediaIsBeingConverted": "Il file multimediale viene convertito in un formato che è compatibile con il dispositivo che sta riproducendo il file multimediale.",
+ "StatsForNerds": "Statistiche per nerd",
+ "HeaderHardwareAcceleratedDecoding": "Decodifica con accelerazione hardware",
+ "HeaderHardwareAcceleratedEncoding": "Codifica con accelerazione hardware",
+ "HeaderDirectPlay": "Riproduzione diretta",
+ "DirectPlaying": "Riproduzione diretta",
+ "DirectStreaming": "Trasmissione diretta",
+ "Transcode": "Converti",
+ "Transcoding": "Convertendo",
+ "ContainerBitrateExceedsLimit": "Riduzione del bitrate secondo le impostazioni di qualità",
+ "VideoCodecNotSupported": "Conversione video a codec compatibile",
+ "AudioCodecNotSupported": "Conversione audio a codec compatibile",
+ "SubtitleCodecNotSupported": "Integrazione sottotitoli nel video",
+ "DirectPlayError": "Riavvio dopo errore di riproduzione",
+ "ContainerNotSupported": "Conversione a contenitore compatibile",
+ "VideoLevelNotSupported": "Conversione a livello video compatibile",
+ "AudioBitrateNotSupported": "Conversione a bitrate audio compatibile",
+ "AudioChannelsNotSupported": "Conversione a numero di canali audio compatibile",
+ "VideoResolutionNotSupported": "Conversione a risoluzione video compatibile",
+ "AudioProfileNotSupported": "Conversione a profilo audio compatibile",
+ "AudioSampleRateNotSupported": "Conversione a campionamento audio compatibile",
+ "AnamorphicVideoNotSupported": "Il video anamorfico non è supportato",
+ "InterlacedVideoNotSupported": "Deinterlacciamento video",
+ "SecondaryAudioNotSupported": "Selezione traccia audio secondaria",
+ "ExternalAudioNotSupported": "Selezione traccia audio esterna",
+ "ErrorRemovingEmbyConnectAccount": "C'è stato un errore nella rimozione dell'account Emby Connect. Assicurati di avere una connessione a Internet attiva e riprova.",
+ "HeaderEmbyAccountRemoved": "Account Emby rimosso",
+ "MessageEmbyAccontRemoved": "L'account Emby è stato rimosso da questo utente.",
+ "HeaderInvitationSent": "Invito inviato",
+ "Offline": "Non in linea",
+ "HeaderSignUp": "Iscriviti",
+ "ServerDownloadMessage": "Per scaricare e installare l'Emby Server gratuito, visita {0}",
+ "ServerDownloadMessageWithoutLink": "Per scaricare e installare l'Emby Server gratuito, visita il sito web Emby.",
+ "MessageInvitationSentToUser": "Un'e-mail è stata inviata a {0}, invitandoli ad accettare l'invito di condivisione.",
+ "MessageInvitationSentToNewUser": "Un'e-mail è stata inviata a {0} con l'invito a registrarsi a Emby.",
+ "GuestUserNotFound": "Utente non trovato. Assicurati che il nome sia corretto e riprova, o prova a inserire l'indirizzo e-mail.",
+ "ErrorReachingEmbyConnect": "Si è verificato un errore durante la connessione al server Emby Connect. Verifica la tua connessione a Internet e riprova.",
+ "ErrorAddingEmbyConnectAccount1": "C'è stato un errore nell'aggiunta dell'account Emby Connect. Hai creato un account Emby? Registrati su {0}.",
+ "ErrorAddingEmbyConnectAccount2": "Se stai ancora avendo un problema, invia un'e-mail a {0} dall'indirizzo e-mail utilizzato con l'account Emby.",
+ "ErrorAddingGuestAccount1": "C'è stato un errore nell'aggiunta dell'account Emby Connect. Il tuo ospite ha creato un account Emby? Può registrarsi su {0}.",
+ "ErrorAddingGuestAccount2": "Se stai avendo ancora dei problemi, invia un'e-mail a {0} e includi il tuo indirizzo e-mail insieme al loro.",
+ "MessageEmbyAccountAdded": "L'account Emby è stato aggiunto a questo utente.",
+ "MessagePendingEmbyAccountAdded": "L'account Emby è stato aggiunto a questo utente. Un'e-mail sarà inviata al proprietario dell'account. L'invito dovrà essere confermato selezionando il link contenuto nell'e-mail.",
+ "HeaderEmbyAccountAdded": "Account Emby aggiunto",
+ "Skip": "Salta",
+ "HeaderAdditionalParts": "Parti aggiuntive",
+ "ButtonGenerateNewPin": "Genera un nuovo PIN",
+ "ConnectLoginHelp1": "Con Emby Connect puoi facilmente accedere al tuo Emby Server da qualunque posto e condividere i server con la tua famiglia o con gli amici.",
+ "CreatePinErrorMessage": "Si è verificato un errore durante la generazione del PIN. Clicca di nuovo su \"Genera un nuovo PIN\" per riprovare.",
+ "PinExpiredMessage": "Questo PIN è scaduto. Clicca di nuovo su \"Genera un nuovo PIN\" per riprovare.",
+ "ConnectPinCodeHeader": "Per accedere con Emby Connect, utilizza un dispositivo mobile o un computer per visitare {0} e immettere il seguente codice PIN:",
+ "LabelSubtitlePlaybackMode": "Modalità sottotitoli",
+ "ErrorDeletingItem": "Si è verificato un errore durante l'eliminazione dell'elemento da Emby Server. Verifica che Emby Server abbia accesso in scrittura sulla cartella multimediale e riprova.",
+ "NoSubtitles": "Nessun sottotitolo",
+ "Default": "Predefinito",
+ "Absolute": "Assoluto",
+ "Smart": "Intelligente",
+ "Small": "Piccolo",
+ "Smaller": "Più piccolo",
+ "Medium": "Medio",
+ "Large": "Grande",
+ "Larger": "Più grande",
+ "ExtraLarge": "Molto grande",
+ "ExtraSmall": "Molto piccolo",
+ "Forced": "Forzato",
+ "External": "Esterna",
+ "HeaderEmbeddedTitle": "Titolo incorporato",
+ "OnlyForcedSubtitles": "Soltanto i sottotitoli forzati",
+ "AlwaysPlaySubtitles": "Visualizza sempre i sottotitoli",
+ "DefaultSubtitlesHelp": "I sottotitoli vengono letti in base agli attributi predefiniti e forzati dai metadati integrati. Le preferenze di lingua sono prese in considerazione quando sono disponibili più opzioni.",
+ "SmartSubtitlesHelp": "I sottotitoli che corrispondono alla lingua nelle preferenze verranno caricati quando l'audio sarà in una lingua straniera.",
+ "HeaderSubtitleSettings": "Impostazioni sottotitoli",
+ "HeaderSubtitleAppearance": "Visualizzazione sottotitoli",
+ "OnlyForcedSubtitlesHelp": "Saranno caricati soltanto i sottotitoli contrassegnati come forzati.",
+ "AutoSelectHearingImpairedHelp": "Saranno caricati i sottotitoli corrispondenti alla lingua preferita, con preferenza per le tracce contrassegnate come per non udenti (SDH).",
+ "AlwaysPlaySubtitlesHelp": "I sottotitoli corrispondenti alla lingua preferita saranno caricati a prescindere dalla lingua dell'audio.",
+ "NoSubtitlesHelp": "I sottotitoli non verranno caricati per impostazione predefinita. Tuttavia, possono essere caricati manualmente durante la riproduzione.",
+ "LabelPreferredSubtitleLanguage": "Lingua dei sottotitoli preferita",
+ "LabelTextSize": "Dimensione del testo",
+ "TheseSettingsAffectSubtitlesOnThisDevice": "Queste impostazioni influenzano i sottotitoli di questo dispositivo",
+ "LabelDropShadow": "Ombra portata",
+ "LabelTextBackgroundColor": "Colore di sfondo del testo",
+ "LabelWindowBackgroundColor": "Colore di sfondo del testo",
+ "LabelFont": "Carattere",
+ "LabelTextColor": "Colore del testo",
+ "LabelBackgroundColor": "Colore dello sfondo",
+ "LabelBackgroundOpacity": "Opacità dello sfondo",
+ "Raised": "Sospeso",
+ "Depressed": "Depresso",
+ "Uniform": "Uniforme",
+ "DropShadow": "Ombreggiato",
+ "SmallCaps": "Maiuscoletto",
+ "SubtitleAppearanceSettingsDisclaimer": "Queste impostazioni non si applicano a sottotitoli grafici (PGS, DVD, ecc.), o sottotitoli che hanno i propri stili incorporati (ASS/SSA).",
+ "Normal": "Normale",
+ "HeaderWaitingForWifi": "In attesa del Wi-Fi",
+ "WifiRequiredToDownload": "Una connessione Wi-Fi è richiesta per continuare il download.",
+ "DownloadOnlyOnWifi": "Scarica solo da Wi-Fi",
+ "LabelMusicDownloadQuality": "Qualità della musica scaricata",
+ "MusicDownloadQualityHelp": "I file audio con un valore più alto di bitrate saranno convertiti dall'Emby Server. Seleziona un valore più alto per una qualità migliore, oppure un valore più basso per risparmiare spazio di archiviazione.",
+ "HeaderDownloadSettings": "Impostazioni download",
+ "LabelDownloadLocation": "Percorso di download",
+ "BrowseForFolder": "Scegli Cartella",
+ "Unlimited": "Illimitato",
+ "NoLimit": "Nessun limite",
+ "Hide": "Nascondi",
+ "HeaderKeepWatching": "Continua a guardare",
+ "HeaderNextEpisode": "Prossimo episodio",
+ "AudioBitDepthNotSupported": "Conversione in profondità bit audio compatibile",
+ "VideoBitrateNotSupported": "Conversione in un bitrate video compatibile",
+ "VideoProfileNotSupported": "Conversione a profilo video compatibile",
+ "VideoFramerateNotSupported": "Conversione video a frequenza dei fotogrammi compatibile",
+ "VideoBitDepthNotSupported": "Conversione a profondità di bit video compatibile",
+ "RefFramesNotSupported": "Conversione a numero di fotogrammi di riferimento video compatibile",
+ "ErrorConnectServerUnreachable": "Si è verificato un errore durante l'esecuzione dell'operazione richiesta. Il tuo server non è in grado di contattare il nostro server Emby Connect al {0}. Assicurati che il server disponga di una connessione Internet attiva e che le comunicazioni siano consentite da qualsiasi firewall o software di protezione installato.",
+ "HeaderStopRecording": "Ferma registrazione",
+ "ManageRecording": "Gestisci registrazione",
+ "LabelDropImageHere": "Trascina qui l'immagine o clicca per selezionare un'immagine da caricare.",
+ "MessageFileReadError": "Si è verificato un errore durante la lettura del file. Riprova.",
+ "Browse": "Esplora",
+ "HeaderUploadImage": "Carica immagine",
+ "HeaderAddUpdateImage": "Aggiungi/aggiorna immagine",
+ "HeaderShowFields": "Mostra campi",
+ "LabelView": "Visualizza",
+ "LabelImageType": "Tipo immagine",
+ "Upload": "Carica",
+ "Primary": "Locandina",
+ "PrimaryImageBlur": "Sfocatura dell'immagine primaria",
+ "Art": "Copertina",
+ "Backdrop": "Sfondo",
+ "Banner": "Banner",
+ "Box": "Box",
+ "BoxRear": "Box (retro)",
+ "Disc": "Disco",
+ "Logo": "Logo",
+ "LogoDark": "Logo (versione scura)",
+ "LogoLight": "Logo (versione chiara)",
+ "LogoLightColor": "Logo (versione chiara a colori)",
+ "Menu": "Menù",
+ "Screenshot": "Schermata",
+ "Thumb": "Miniatura",
+ "HeaderAudioSettings": "Impostazioni audio",
+ "LabelAudioLanguagePreference": "Lingua audio preferita",
+ "LabelPlayDefaultAudioTrack": "Riproduci la traccia audio predefinita indipendentemente dalla lingua",
+ "HeaderVideoQuality": "Qualità video",
+ "CinemaModeConfigurationHelp": "La Modalità Cinema porta l'esperienza teatrale direttamente nel tuo salotto con la possibilità di riprodurre trailer e introduzioni personalizzate prima del filmato principale.",
+ "ShowUpNextPreview": "Mostra anteprima successiva",
+ "ShowUpNextPreviewHelp": "Mostra le informazioni per l'elemento successivo vicino alla fine di quello attuale.",
+ "PlayNextEpisodeAutomatically": "Riproduci automaticamente l'episodio successivo",
+ "LabelMaxChromecastBitrate": "Qualità della trasmissione Chromecast",
+ "LabelSkipBackLength": "Durata salto all'indietro",
+ "LabelSkipForwardLength": "Durata salto in avanti",
+ "EnableCinemaMode": "Attiva la Modalità Cinema",
+ "LabelInternetQuality": "Qualità della trasmissione remota",
+ "LabelCellularQuality": "Qualità della trasmissione remota (cellulare)",
+ "HeaderMusicQuality": "Qualità musica",
+ "LabelHomeNetworkQuality": "Qualità della trasmissione domestica",
+ "HeaderLatestMedia": "Media Recenti",
+ "HeaderRestartingEmbyServer": "Riavviando Emby Server",
+ "RestartPleaseWaitMessage": "Aspetta mentre Emby Server si arresta e si riavvia. Questo può richiedere uno o due minuti.",
+ "HeaderPlayNext": "Riproduci il prossimo",
+ "AutoBasedOnLanguageSetting": "Automatico (in base all'impostazione del dispositivo)",
+ "SameAsMainTheme": "Lo stesso del tema principale",
+ "LabelDateTimeLocale": "Data e ora locali",
+ "Genre": "Generi",
+ "DirectorValue": "Regista: {0}",
+ "DirectorsValue": "Registi: {0}",
+ "GenreValue": "Genere: {0}",
+ "GenresValue": "Generi: {0}",
+ "TagsValue": "Tag: {0}",
+ "Off": "Spento",
+ "Title": "Titolo",
+ "Year": "Anno",
+ "Filter": "Filtro",
+ "Filters": "Filtri",
+ "Unplayed": "Non visto",
+ "LabelTVHomeScreen": "Pagina Home in modalità TV",
+ "Horizontal": "Orizzontale",
+ "Vertical": "Verticale",
+ "HeaderGroupBy": "Raggruppa per",
+ "HeaderMediaType": "Tipo di media",
+ "GroupBySeries": "Raggruppa per serie",
+ "HeaderVideoType": "Tipo di video",
+ "HeaderSeriesStatus": "Stato serie TV",
+ "Features": "Caratteristiche",
+ "Trailers": "Trailer",
+ "Extras": "Extra",
+ "ThemeSongs": "Brani a tema",
+ "ThemeVideos": "Video a tema",
+ "HeaderFavoriteMovies": "Film preferiti",
+ "HeaderFavoritePhotos": "Foto preferite",
+ "HeaderFavoriteShows": "Serie TV preferite",
+ "HeaderFavoriteEpisodes": "Episodi preferiti",
+ "HeaderFavoriteVideos": "Video preferiti",
+ "HeaderFavoriteMusicVideos": "Video musicali preferiti",
+ "HeaderFavoriteGames": "Giochi preferiti",
+ "HeaderFavoriteArtists": "Artisti preferiti",
+ "HeaderFavoriteAlbums": "Album preferiti",
+ "HeaderFavoriteSongs": "Brani preferiti",
+ "HeaderFavoriteAuthors": "Autori preferiti",
+ "HeaderFavoriteAudioBooks": "Audiolibri preferiti",
+ "Ascending": "Crescente",
+ "Descending": "Decrescente",
+ "HeaderColorPrimaries": "Colori primari",
+ "HeaderColorSpace": "Spazio colore",
+ "HeaderColorTransfer": "Trasferimento di colore",
+ "HeaderVideoRange": "Gamma video",
+ "SeriesDisplayOrderHelp": "Ordina gli episodi per data di messa in onda, ordine DVD o numerazione assoluta.",
+ "LabelVerticalPositionFromBottom": "Posizione verticale (dal basso)",
+ "HeaderFavoritePeople": "Persone preferite",
+ "MultiSelect": "Selezione multipla",
+ "HeaderSignOut": "Disconnessione",
+ "HeaderSelectServer": "Scegli server",
+ "HeaderChangeServer": "Cambia server",
+ "HeaderChangeUser": "Cambia utente",
+ "HeaderAppSettings": "Impostazioni dell'app",
+ "HeaderLoginSettings": "Impostazioni di accesso",
+ "LabelRememberLogin": "Ricordami",
+ "LabelAutomaticallySignOut": "Uscita automatica",
+ "BetaTesterMessage": "Grazie per essere diventato un beta tester Emby! Per favore, lascia il tuo feedback nell'{0}Area testing della Emby Community{1}.",
+ "HardwareAccelerated": "Accelerazione hardware",
+ "Software": "Software",
+ "Metadata": "Metadata",
+ "HeaderMediaInfo": "Informazioni media",
+ "Locked": "Bloccato",
+ "HeaderSplitVersionsApart": "Suddividi le versioni",
+ "Any": "Qualunque",
+ "Admin": "Admin",
+ "HeaderReadMore": "Leggi di più",
+ "CustomRatingHelp": "La classificazione personale si usa per la classificazione del controllo parentale, ma non viene visualizzata. La classificazione parentale viene ancora visualizzata.",
+ "KeepUpToHelp": "Le registrazioni oltre il limite vengono eliminate all'inizio della registrazione successiva. Le registrazioni più vecchie vengono eliminate per prime, per data di aggiunta.",
+ "NoItemsMatchingFound": "Non sono stati trovati elementi corrispondenti ai tuoi criteri di ricerca.",
+ "TwoSearchCharsRequired": "Inserisci almeno due caratteri di ricerca.",
+ "PreventPlaybackContinuing": "Impedisci che la riproduzione continui indefinitamente richiedendo periodicamente l'input dell'utente.",
+ "PromptStillWatching": "Attiva la richiesta \"Stai ancora guardando?\"",
+ "HeaderMissingMetadata": "Metadati mancanti",
+ "HeaderIncludedIn": "Incluso in",
+ "EmbyConnectUserAlreadyLinked": "L'utente Emby Connect è già collegato a un altro utente su questo server.",
+ "VideoFilesWillBeConvertedTo": "I video convertiti verranno salvati come {0}.",
+ "VideoWillBeConvertedTo": "Le trasmissioni video verranno convertiti in {0} o copiati dal file originale se sono già {0} e la qualità rientra nelle opzioni di conversione.",
+ "VideoWillBeConvertedToOrCopied": "Le trasmissioni video verranno convertiti in {0} o copiati dal file originale se presenti in ({1}) e la qualità rientra nelle opzioni di conversione.",
+ "AudioWillBeConvertedTo": "Le trasmissioni audio verranno convertiti in {0} o copiati dal file originale se sono già {0} e la qualità rientra nelle opzioni di conversione.",
+ "AudioWillBeConvertedToOrCopied": "Le trasmissioni audio verranno convertiti in {0} o copiati dal file originale se presenti in ({1}) e la qualità rientra nelle opzioni di conversione.",
+ "HeaderSpecialKeys": "Tasti speciali",
+ "FollowingSpecialKeys": "I seguenti tasti speciali sono supportati sulla maggior parte delle tastiere e dei telecomandi:",
+ "HeaderDeleteSeries": "Elimina serie",
+ "HeaderDeleteLastPlayedEpisode": "Elimina l'ultimo episodio riprodotto",
+ "HeaderConnectingToServer": "Connessione al server",
+ "ServerNameValue": "Nome del server: {0}",
+ "DomainValue": "Classificato {0}",
+ "RatedValue": "Classificato {0}",
+ "LocalServerRedirectMessage": "Verrai reindirizzato al dominio di proprietà e gestito dall'amministratore del server a cui hai scelto di connetterti:",
+ "AllMediaOwnedHosted": "Tutti i media sono ospitati e gestiti dal proprietario di {0}.",
+ "EnableResolutionSwitching": "Adatta risoluzione video",
+ "EnableResolutionSwitchingHelp": "Questa opzione consente a Emby di modificare la frequenza di aggiornamento dello schermo allo stesso valore (o multiplo) della frequenza in cui era codificato il video prima della riproduzione. Questo può ridurre la quantità di sfarfallio che potresti notare nella riproduzione dei video che non corrispondono alla frequenza del televisore.",
+ "EnableDisplayRefreshRateSwitching": "Attiva il cambio della frequenza di aggiornamento dello schermo",
+ "EnableDisplayRefreshRateSwitchingHelp": "Consenti a Emby di modificare la frequenza di aggiornamento dello schermo allo stesso valore (o multiplo) della frequenza dei fotogrammi in cui era codificato il video prima di avviare la riproduzione. Questo può ridurre la quantità di sfarfallio che potresti notare durante la riproduzione di video le cui frequenze non corrispondono alla frequenza dello schermo.",
+ "RememberSelectedAudioTracks": "Ricorda le selezioni delle tracce audio",
+ "RememberSelectedSubtitleTracks": "Ricorda la selezioni delle tracce dei sottotitoli",
+ "RememberSelectedSubtitleTracksHelp": "Le selezioni della traccia dei sottotitoli verranno ricordate per video e riapplicate durante la riproduzione dello stesso video.",
+ "RememberSelectedAudioTracksHelp": "Le selezioni delle tracce audio verranno ricordate per video e riapplicate durante la riproduzione dello stesso video.",
+ "ClearSavedTrackSelections": "Cancella le selezioni di tracce salvate",
+ "HeaderClearTrackSelections": "Cancella le selezioni di tracce salvate",
+ "QuestionClearSavedTracks": "Cancellare tutte le selezioni di tracce salvate?",
+ "LabelChannelTags": "Tag dei canali",
+ "AfterThisPlaysConfirmation": "Dopo questa riproduzione, vuoi continuare a riprodurre o fermare la musica che avevi precedentemente messo in coda?",
+ "Keep": "Mantieni",
+ "Clear": "Cancella",
+ "HeaderClearFilters": "Cancella filtri",
+ "HeaderSearchForImages": "Cerca immagini",
+ "HeaderSearchNewImage": "Cerca una nuova immagine",
+ "HeaderSearchForAnImage": "Cerca un'immagine",
+ "DragDropToReorder": "Trascina e rilascia per riordinare",
+ "HeaderAddImageFromUrl": "Aggiungi immagine da URL",
+ "HeaderSetImageFromUrl": "Imposta immagine da URL",
+ "LabelUrl": "URL",
+ "LabelChannelNumber": "Numero del canale",
+ "LabelGuideDataChannel": "Canale dati della guida",
+ "GuideDataSource": "Fonte dati della guida",
+ "HeaderCopyToClipboard": "Copia negli appunti",
+ "TimeRemainingValue": "{0} rimanenti",
+ "LabelResumeRewindSeconds": "Alla ripresa, riavvolgi automaticamente",
+ "ResumeRewindSecondsHelp": "Questo può aiutarti a ricordare dove eri rimasto. Si applica soltanto al ripristino iniziale e non a ogni pausa durante la riprodizione.",
+ "HeaderSavePlayQueueToPlaylist": "Salva la coda di riproduzione nella playlist",
+ "EnableLogoImagesAsTitle": "Visualizza le immagini del logo come titoli sulle schermate dei dettagli",
+ "EnableLogoImagesAsTitleHelp": "Se disponibili, le immagini del logo possono essere utilizzate al posto del titolo testuale su video, serie e le altre schermate dei dettagli. Il titolo rimarrà testuale se l'immagine del logo non è disponibile.",
+ "LabelNowPlayingAudioBackgroundStyle": "Stile dello sfondo dell'audio in riproduzione",
+ "LabelNowPlayingVideoBackgroundStyle": "Stile dello sfondo del video in riproduzione",
+ "NowPlayingVideoBackgroundStyleHelp": "Determina lo stile di sfondo durante il controllo remoto della riproduzione video su un altro dispositivo.",
+ "Rotation": "Rotazione",
+ "Minutes": "Minuti",
+ "LabelMaxRecordingLength": "Durata massima della registrazione",
+ "MaxRecordingLengthHelp": "Limita le registrazioni a un intervallo di tempo indicato, indipendentemente dalla durata della trasmissione. Imposta 0 per nessun limite.",
+ "RemoteWAN": "Indirizzo remoto (WAN)",
+ "HeaderLastConnectedTo": "Ultima connessione a",
+ "Version": "Versione",
+ "Keyword": "Parola chiave",
+ "HeaderServerAddress": "Indirizzo del server",
+ "HeaderSkipIntro": "Salta l'introduzione",
+ "HeaderCreateRecording": "Crea registrazione",
+ "HeaderAddRecording": "Aggiungi registrazione",
+ "HeaderChannelAndTime": "Canale ed orario",
+ "LabelRecordProgramOrSeriesFrom": "Registra un programma o una serie da",
+ "LabelStartTime": "Ora di inizio",
+ "LabelEndTime": "Ora di fine",
+ "LabelFrequency": "Frequenza",
+ "Recurring": "Ricorrente",
+ "Once": "Una volta",
+ "Start": "Inizia",
+ "Unpause": "Riprendi",
+ "LabelIntroSkipMode": "Modalità di salto dell'introduzione",
+ "ShowSkipIntroButton": "Mostra il pulsante \"Salta introduzione\"",
+ "AutoSkipIntro": "Salta automaticamente le introduzioni",
+ "DisplayRatingInformationOnVideoPlaybackStart": "Mostra la classificazione all'avvio della riproduzione",
+ "DisplayRatingInformationOnVideoPlaybackStartHelp": "Le classificazioni verranno mostrate brevemente all'avvio della riproduzione.",
+ "IntroSkipModeHelp": "Visualizza un pulsante \"Salta introduzione\" o salta automaticamente le introduzioni per gli episodi in cui Emby Server ha rilevato marcatori di introduzione. Il rilevamento dell'introduzione deve essere attivato nelle opzioni della libreria di Emby Server.",
+ "EnableHomeScreenFocusPreview": "Usa un layout nella pagina Home che mostra un'anteprima dettagliata dell'elemento selezionato",
+ "EnableHomeScreenFocusPreviewHelp": "Questa opzione potrebbe non funzionare correttamente se la tua pagina Home contiene differenti tipi di media.",
+ "LabelHideMediaTransportButtons": "Nascondi i pulsanti di trasporto del lettore video",
+ "HideMediaTransportButtonsHelp": "Crea una semplice interfaccia video nascondendo i pulsanti base come Avanti, Indietro e Pausa. Sarai ancora in grado di utilizzare queste funzioni usando le frecce e OK/INVIO. Auto nasconderà i pulsanti quando non viene rilevato l'utilizzo del mouse all'interno dell'applicazione.",
+ "ImageSizeHelp": "Imposta la tua dimensione preferita della griglia immagini.",
+ "LabelImageSize": "Dimensionei dell'immagine",
+ "ThisImageIsOnlyPreview": "Questa immagine è solo un'anteprima proveniente da un fornitore di metadati. L'immagine attuale che l'Emby Server scarica potrebbe essere diversa e dipenderà dalle opzioni che hai configurato per la libreria.",
+ "ResultsRangeValue": "{0} a {1} di {2}",
+ "NotificationsDescription": "Configura le notifiche per essere informato su eventi importanti del tuo Emby Server.",
+ "DeleteEmbyConnectAccount": "Elimina account Emby Connect",
+ "DeleteEmbyConnectAccountHelp": "Per eliminare il tuo account Emby Connect, registrati alla {0}Emby Community{1} su {2}. Dopo esserti connesso, clicca sul tuo nome utente in alto a destra, poi clicca su Impostazioni account, e infine su Elimina il mio account.",
+ "KeepPlayingInBackground": "Continua la riproduzione in background",
+ "LabelVideoBackBehavior": "Comportamento del pulsante Indietro del lettore video",
+ "HeaderViewLyrics": "Visualizza testi",
+ "HeaderViewMissingEpisodes": "Visualizza episodi mancanti",
+ "HeaderMissingEpisodes": "Episodi mancanti",
+ "HeaderManageAccess": "Gestisci accesso",
+ "HeaderManageCollaboration": "Gestisci la collaborazione",
+ "HeaderLeaveCollaboration": "Abbandona la collaborazione",
+ "HeaderRemoveFromLibrary": "Rimuovi dalla libreria",
+ "RemoveSharedItemConfirmation": "Vuoi davvero rimuovere questo elemento dalla tua libreria? Per recuperarlo, il proprietario dovrà concederti nuovamente l'accesso.",
+ "SubtitlesDownloaded": "Sottotitoli scaricati",
+ "HeaderMakePrivate": "Rendi privato",
+ "HeaderMakePublic": "Rendi pubblico",
+ "MakePublicDescription": "Tutti gli utenti potranno visualizzare questo elemento. Agli utenti può essere concesso l'accesso per la modifica.",
+ "MakePrivateDescription": "L'accesso può comunque essere concesso individualmente agli utenti.",
+ "Private": "Privato",
+ "Public": "Pubblico",
+ "Collaborative": "Collaborativo",
+ "PreferredShowDisplay": "Visualizzazione del programma TV preferito",
+ "ShowAllEpisodesAllSeasons": "Mostra tutti gli episodi di tutte le stagioni",
+ "ShowAllEpisodesSingleSeason": "Mostra tutti gli episodi solo per le miniserie",
+ "ShowSeasonFolders": "Mostra sempre cartelle stagioni",
+ "HeaderAddAgain": "Aggiungi di nuovo",
+ "UpNext": "Prossimo",
+ "ItemsAlreadyInPlaylist": "Alcuni di questi elementi sono già nella playlist.",
+ "ItemAlreadyInPlaylist": "L'elemento si trova già nella playlist.",
+ "HeaderPlayChannel": "Riproduci canale",
+ "LabelScreenOrientationDuringVideo": "Orientamento schermo durante la riproduzione del video",
+ "UseDeviceSetting": "Usa impostazioni del dispositivo",
+ "LockToLandscape": "Blocca in modalità orizzontale",
+ "UsernameForFolderHelp": "Il nome utente per accedere a questa cartella condivisa (se necessario).",
+ "PasswordForFolderHelp": "La password per accedere a questa cartella condivisa (se necessaria).",
+ "ShowMediaInfoOnDetailScreens": "Mostra i media completi nella parte inferiore delle schermate dei dettagli audio e video",
+ "ForgotPasswordNoUserFound": "Nessun utente trovato con il nome indicato. Riprova, o lascia il nome in bianco per ripristinare la password per tutti gli utenti di questo server.",
+ "Silver": "Argento",
+ "DimGray": "Grigio medio",
+ "DarkGray": "Grigio scuro",
+ "LightGray": "Grigio chiaro",
+ "Black": "Nero",
+ "Blue": "Blu",
+ "Cyan": "Ciano",
+ "Gray": "Grigio",
+ "Green": "Verde",
+ "Lime": "Lime",
+ "Magenta": "Magenta",
+ "Orange": "Arancione",
+ "Pink": "Rosa",
+ "Red": "Rosso",
+ "Yellow": "Giallo",
+ "White": "Bianco",
+ "Purple": "Viola",
+ "RecentlyReleasedMovies": "Film usciti di recente",
+ "RecentlyReleasedEpisodes": "Episodi usciti di recente",
+ "DolbyProfile": "Profilo Dolby",
+ "IpAddress": "Indirizzo IP",
+ "VideoType": "Tipo di video",
+ "HidePlayedMediaFrom": "Nascondi i contenuti riprodotti da",
+ "BottomEdgePosition": "Posizione dal bordo inferiore",
+ "VerticalPositionFromBottomScreen": "Imposta la posizione verticale dei sottotitoli rispetto alla parte inferiore dello schermo.",
+ "TopEdgePosition": "Posizione dal bordo superiore",
+ "TopEdgePositionHelp": "Imposta la posizione verticale più alta consentita dei sottotitoli rispetto alla parte superiore dello schermo. Viene utilizzato quando i sottotitoli contengono istruzioni di posizionamento in alto.",
+ "HeaderSubtitlePosition": "Posizione sottotitoli",
+ "TitleProfilePin": "PIN del profilo",
+ "ProfilePinConfirm": "PIN del profilo (conferma)",
+ "SaveProfilePin": "Salva PIN",
+ "ProfilePinDescription": "Crea un PIN facoltativo che ti sarà richiesto di inserire ogni volta che torni a un'applicazione Emby su un dispositivo nel quale hai già effettuato l'accesso. È utile se hai dispositivi condivisi da più utenti. Puoi scegliere di attivarlo selettivamente su ogni dispositivo, come richiesto.",
+ "TitleNewEpisodes": "Nuovi episodi",
+ "EnterYourPinToContinue": "Inserisci il tuo codice PIN per proseguire.",
+ "YourPinMustBe": "Il tuo PIN deve essere composto da {0} cifre.",
+ "ForgotPin": "Hai dimenticato il PIN?",
+ "RequireEnteringPinToReturn": "Richiedi di inserire il PIN del mio profilo ogni volta che torno a questa app.",
+ "RequireEnteringPinToReturnQuestion": "Dovremmo chiederti il PIN del tuo profilo ogni volta che torni su questa applicazione? Se questo dispositivo è condiviso da più utenti, il PIN del tuo profilo può impedire agli altri utenti di accedere ai tuoi dati.",
+ "RequireEnteringPinToReturnHelp": "Utile se il dispositivo è condiviso da più utenti.",
+ "WrongPinPleaseTryAgain": "Ops, PIN sbagliato. Riprova.",
+ "ProfilePinIsOn": "Il PIN del profilo è attualmente attivo.",
+ "IfTryingToConnectToHttp": "Se stai provando a connetterti al tuo Emby Server tramite un indirizzo HTTP, il tuo browser potrebbe non consentirlo a causa dei requisiti HTTPS. Prova una delle seguenti soluzioni:",
+ "SetupHttpsForYourServer": "Imposta {0}HTTPS per il tuo Emby Server{1} in modo da poterti connettere tramite HTTPS.",
+ "TitleUnableToReachServer": "Connessione al server non riuscita",
+ "TitleUnableToReachName": "Non riesco a connettermi a {0}",
+ "HearingImpaired": "Non udenti",
+ "SignIntoServerName": "Accedi a {0}",
+ "About": "Info",
+ "Specials": "Speciali",
+ "NSettings": "Impostazioni {0}",
+ "NPreferences": "Preferenze {0}",
+ "DetailScreenOptions": "Schermate di dettaglio",
+ "LabelGenreDisplayLimit": "Limita la visualizzazione di generi",
+ "GenreDisplayLimitHelp": "Limita il numero di generi visualizzati nella parte superiore delle schermate dei dettagli degli articoli.",
+ "GenreDisplayLimitForListsHelp": "Limita il numero di generi visualizzati nella parte superiore delle schermate delle playlist, delle raccolte e dei dettagli dell'artista.",
+ "LabelGenreDisplayLimitForLists": "Limite di visualizzazione dei generi per gli elenchi",
+ "ShowPosterOnDetails": "Mostra un poster nella schermata dei dettagli",
+ "ShowPosterOnDetailsHelp": "Scegli di mostrare un poster nelle schermate dei dettagli video o di nasconderlo per un aspetto più minimale che enfatizzi lo sfondo. Questa impostazione non è utilizzata su layout di schermi più piccoli. Alcuni tipi di elementi ignoreranno questa impostazione.",
+ "EnableAppLogging": "Attiva la registrazione degli eventi (log)",
+ "EnableAppLoggingHelp": "La registrazione degli eventi (log) può ridurre le prestazioni dell'applicazione e dovrebbe essere attivata soltanto in caso di risoluzione di problemi. Le modifiche richiedono il riavvio dell'applicazione.",
+ "LabelSlideshowInterval": "Durata della presentazione di ogni foto",
+ "TVChannelImageEditorHelp": "Sono supportate più versioni del logo. Le applicazioni Emby sceglieranno automaticamente quella appropriata in base al tema attuale.",
+ "PlaySlideshow": "Riproduci la presentazione",
+ "CheckForExistingEpisodesInAllLibraries": "Verifica la presenza di episodi in tutte le librerie",
+ "GroupNotificationsBySeriesOrAlbum": "Raggruppa le notifiche per serie e album",
+ "ThemeSettings": "Impostazioni del tema",
+ "FollowingActivityWillBeDisrupted": "La seguente attività sarà interrotta e potrebbe essere necessario un intervento manuale per riavviarla:",
+ "OneActivePlaybackSession": "1 sessione di riproduzione attiva",
+ "NumActivePlaybackSessions": "{0} sessioni di riproduzione attive",
+ "OneActiveRecording": "1registrazione attiva",
+ "NumActiveRecordings": "{0} registrazioni attive",
+ "PlayFromLivePosition": "Riproduci dalla diretta",
+ "PlayFromStartOfRecording": "Riproduci dall'inizio della registrazione",
+ "ThisChannelIsActivelyRecording": "Questo canale è in registrazione. Come vorresti iniziare a riprodurre?",
+ "ThemeSongVolume": "Volume del brano a tema",
+ "HeaderForceConversionForFormats": "Forza la conversione dei formati",
+ "ForceConversionForFormatsHelp": "Utilizza questa opzione per forzare la conversione sul server per i formati che non vengono riprodotti correttamente su questo dispositivo.",
+ "StartupBehavior": "Comportamento all'avvio",
+ "RememberLastUser": "Ricorda l'ultimo utente",
+ "ShowLoginScreen": "Mostra la schermata di accesso",
+ "SignInAsValue": "Accedi come {0}",
+ "ConvertUnsupportedAudio": "Converti l'audio surround non supportato in Dolby Digital",
+ "ConvertUnsupportedAudioHelp": "Evita il downmix in stereo dei formati surround non supportati facendo in modo che l'Emby Server li converta in Dolby Digital.",
+ "HeaderPlaybackCorrection": "Correzione di riproduzione",
+ "HeaderAttemptPlaybackCorrection": "Tenta la correzione della riproduzione",
+ "PlaybackCorrectionConfirm": "Vuoi tentare la correzione di riproduzione?",
+ "PlaybackCorrectionDescription": "L'elemento attuale ha un problema di riproduzione come nessun video o audio? Questa opzione cercherà di correggere i problemi di riproduzione utilizzando la conversione nel server per convertire questo file in un formato più adatto alla trasmissione. Ciò comporterà un maggiore consumo di risorse su questo Emby Server.",
+ "PlaybackCorrectionDescription2": "Puoi eseguire questa operazione fino a tre volte per video, dove remux, conversione video e conversione audio vengono ognuno avviati uno alla volta.",
+ "HeaderAlbumsAsContributingArtist": "Album come artista collaboratore",
+ "HeaderAlbumsAsComposer": "Album come compositore",
+ "Duplicates": "Duplicati",
+ "HeaderSleepTimer": "Timer di spegnimento",
+ "AfterCurrentItem": "Dopo l'elemento attuale",
+ "HeaderStopPlayback": "Ferma la riproduzione",
+ "TurnOffTimer": "Spegni il timer",
+ "SleepTimerIsSet": "Il timer di spegnimento è impostato",
+ "SleepTimerIsOff": "Il timer di spegnimento è spento",
+ "LabelEnableRemoteControlTVMode": "Visualizza le funzioni di trasmissione e controllo remoto",
+ "EnableRemoteControlTVModeHelp": "Attiva questa opzione se intendi usare questo dispositivo per inviare contenuti multimediali ad altri dispositivi.",
+ "ShowOnScreenControls": "Mostra i controlli sullo schermo",
+ "LabelVideoScreenUpAction": "Azione del pulsante Su del riproduttore video",
+ "VideoScreenUpActionHelp": "Seleziona l'azione da eseguire quando si preme il tasto Su sullo schermo. Questa opzione si applica quando non sono visibili controlli sullo schermo. Quando i controlli sono già visibili, il tasto Su sarà utilizzato per la navigazione.",
+ "LabelVideoPlayerLongPressAction": "Azione di pressione prolungata del lettore video",
+ "LetsGetSetup": "Iniziamo",
+ "VideoPlayerLongPressActionHelp": "Scegli quale funzione o menu visualizzare quando tieni premuto il pulsante OK durante la riproduzione video. Questa opzione ha effetto solo quando i controlli video sono nascosti o la barra di ricerca è attiva.",
+ "AskAdminToGetPremiere": "Questo acquisto deve essere effettuato dall'amministratore del server. Chiedi all'amministratore dell'Emby Server di accedere e ottenere Emby Premiere, così da poter usufruire delle funzionalità premium.",
+ "AutoOpenSingleItemsFolders": "Apri automaticamente gli elementi singoli nella vista delle cartelle",
+ "AutoOpenSingleItemsFoldersHelp": "Quando una cartella contiene un solo elemento, apri automaticamente quell'elemento.",
+ "PlayedOnValue": "Riprodotto {0}",
+ "TheseSettingsApplyAppDevice": "Queste impostazioni si applicano a tutti gli utenti in questo dispositivo.",
+ "LastContentDateAdded": "Data di aggiunta dell'ultimo contenuto",
+ "RepeatThemeMedia": "Riproduci il tema di continuo",
+ "HideEpisodeSpoilerInfo": "Nascondi i dettagli spoiler degli episodi non ancora riprodotti",
+ "HideEpisodeSpoilerInfoHelp": "Nascondi l'immagine e la trama degli episodi non ancora riprodotti dalla maggior parte degli schermi.",
+ "BornValueAge": "Nascita: {0} (età {1})",
+ "PreferDirectStreamLiveTV": "Preferisci la trasmissione della diretta TV",
+ "PreferDirectStreamLiveTVHelp": "La diretta TV ridurrà il consumo di risorse nel tuo Emby Server ma può non essere navigabile durante la riproduzione. Attiva l'opzione per trasmettere diretta TV se il formato è compatibile e incluso nelle tue impostazioni di qualità configurata. Disattiva l'opzione per sfruttare la navigazione durante la riproduzione a costo di un maggior consumo di risorse.",
+ "HeaderAllRecordings": "Tutte le registrazioni",
+ "RememberLoginDescription": "Dopo l'accesso, puoi impostare il comportamento all'avvio dell'applicazione tra ricordare l'accesso, scegliere l'utente con cui accedere o mostrare sempre la schermata di accesso.",
+ "ForgetThisServer": "Dissocia questo server",
+ "ForgetServerConfirmation": "Sei sicuro di voler dissociare questo server?",
+ "HeaderThisDevice": "Questo dispositivo",
+ "ChaptersGuide": "Capitoli / Guida diretta TV",
+ "ChaptersGuideHelp": "Mostra i capitoli dei media con capitoli. Per quelli senza, mostra la guida della diretta TV (se disponibile).",
+ "HeaderShowSeriesImages": "Mostra le immagini della serie",
+ "AppExitConfirmation": "Sei pronto a uscire da Emby?",
+ "AppExitMenu": "Menu Esci",
+ "SideMenu": "Menu laterale di navigazione",
+ "SystemStorage": "Archiviazione sistema ({0})"
+}
diff --git a/modules/common/strings/ja.json b/modules/common/strings/ja.json
new file mode 100644
index 0000000..7698962
--- /dev/null
+++ b/modules/common/strings/ja.json
@@ -0,0 +1,1340 @@
+{
+ "ReplaceExistingThumbnailImages": "既存の動画プレビュ―サムネイルを置き換える",
+ "ReplaceExistingThumbnailImagesHelp": "ライブラリ設定で有効になっている場合、既存の動画プレビューサムネイルはすべて削除され、新しいものが生成されます。",
+ "DateCreated": "作成日",
+ "CreatedOnValue": "{0}を作成しました",
+ "UpdatedOnValue": "{0}を更新しました",
+ "EmbyLoginTerms": "Emby はホームビデオや写真などの個人用メディアライブラリを管理できるように設計されています。{0}の利用規約{1}をご覧ください。Emby ソフトウェアの使用はこの条項を受諾したものとします。",
+ "MessageUnableToConnectToServer": "現在、選択したサーバに接続できません。 実行中であることを確認して、もう一度試してください。",
+ "EmbyIntroMessage": "Emby を使用すると、Emby Serverからスマートフォン、タブレット、その他のデバイスにビデオ、音楽、写真を簡単にストリーミングできます。",
+ "HeaderSignInWithConnect": "Emby Connectでサインインする",
+ "HeaderWelcomeToEmby": "Emby へようこそ",
+ "HeaderNewUsers": "新規ユーザ",
+ "HeaderPleaseSignIn": "サインインしてください",
+ "MessageInvalidUser": "ユーザー名かパスワードが違います。再度お試しください。",
+ "MessageUnlockAppWithPurchaseOrSupporter": "買い切りでの購入、またはアクティブな Emby Premiere サブスクリプションでこの機能のロックを解除します。",
+ "MessageUnlockAppWithSupporter": "有効な Emby Premiere サブスクリプションでこの機能のロックを解除します。",
+ "MessageToValidateSupporter": "有効な Emby Premiere サブスクリプションをお持ちの場合は、Emby Server ダッシュボードで Emby Premiere をセットアップしてください。メインメニューの Emby Premiere をクリックしてアクセスできます。",
+ "ValueSpecialEpisodeName": "スペシャル - {0}",
+ "HeaderSignIn": "サインイン",
+ "Share": "共有",
+ "Shared": "共有",
+ "Info": "情報",
+ "Add": "追加",
+ "Speed": "速さ",
+ "PlaybackSpeed": "再生速度",
+ "Chapters": "チャプター",
+ "Password": "パスワード",
+ "SavePassword": "パスワードを保存",
+ "LabelPassword": "パスワード:",
+ "HeaderResetPassword": "パスワードをリセット",
+ "Series": "シリーズ",
+ "Preview": "プレビュー",
+ "Submit": "送信",
+ "Never": "ない",
+ "Table": "Table",
+ "HeaderScheduledTasks": "スケジュールされたタスク",
+ "Plays": "再生",
+ "LastUsedAddressValue": "{0} が最後に使用",
+ "LabelKeywordType": "キーワード種別",
+ "HeaderSelectColumns": "列選択",
+ "HeaderTopResults": "上位の結果",
+ "HeaderPinSidebar": "サイドバーを固定",
+ "Collapse": "折りたたむ",
+ "LabelBackgroundVideoPlayback": "ビデオをバックグラウンド再生:",
+ "BackgroundVideoPlaybackHelp": "バックグラウンド再生では、画面がオフの場合でもビデオの再生を継続できます。",
+ "AlwaysOn": "常にオン",
+ "HeadphonesOrExternalSpeakersConnected": "ヘッドフォンまたは外部スピーカーが接続されてました",
+ "HeaderKeyboardAndRemote": "キーボードとリモート",
+ "NoSelectedItemsSupportOperation": "この操作をサポートする項目が選択されていません。",
+ "NoOperationsForSelectedItems": "選択した項目に対してできる操作はありません。",
+ "UploadOnlyOnWifi": "WiFiでのみアップロード",
+ "HeaderFoldersToUpload": "アップロードするフォルダ",
+ "LabelPasswordConfirm": "パスワード (確認):",
+ "HeaderMoveUpInOrder": "上に移動",
+ "HeaderDownUpInOrder": "下に移動",
+ "LabelUsername": "ユーザ名:",
+ "HeaderAddServer": "サーバを追加",
+ "HeaderSubtitleOffset": "字幕のオフセット",
+ "Watching": "視聴中",
+ "HeaderRemoveFromContinueWatching": "続きから再生を削除",
+ "RemoveThisTitleFromContinueWatching": "続きから再生からこのタイトルを削除",
+ "HeaderRemoveFromContinueListening": "続きから再生から削除",
+ "RemoveThisTitleFromContinueListening": "このタイトルを「視聴中」から削除しますか?",
+ "HeaderIncreaseSubtitleOffset": "字幕オフセットを増やす",
+ "HeaderDecreaseSubtitleOffset": "字幕オフセットを減らす",
+ "Close": "閉じる",
+ "HeaderSeeAll": "全て表示",
+ "HeaderOpenInNewWindow": "新しいウィンドウで開く",
+ "LabelEmail": "Email:",
+ "LabelHost": "ホスト名:",
+ "LabelHostHelp": "192.168.1.100 または https://myserver.com",
+ "LabelPort": "ポート番号:",
+ "Disabled": "無効",
+ "Uninstall": "アンインストール",
+ "Enable": "有効化",
+ "AllTuners": "すべてのチューナー",
+ "Disable": "無効",
+ "NextValue": "次: {0}",
+ "HeaderNextItem": "次のアイテム",
+ "HeaderPreviousItem": "前のアイテム",
+ "NoTrailersMessage": "トレーラーが見つかりません。トレーラーを追加するには、{0}Embyプラグインカタログ{1}からTrailerプラグインをインストールしてください。",
+ "UninstallPluginConfirmation": "このプラグインをアンインストールしてもよろしいですか?",
+ "HeaderUninstallPlugin": "プラグインのアンインストール",
+ "AreYouStillWatching": "まだ見ていますか?",
+ "LabelCurrentPassword": "現在のパスワード",
+ "LabelNewPassword": "新しいパスワード",
+ "LabelNewPasswordConfirm": "新しいパスワードの確認",
+ "HeaderRemovePassword": "パスワードを消去",
+ "ServerUpdateNeeded": "この Emby サーバーを更新する必要があります。最新バージョンをダウンロードするには {0} を開いてください。",
+ "MessageThankYouForConnectSignUp": "Emby Connect にご登録いただきありがとうございます。 新しいアカウントの確認方法が記載されたメールがあなたのアドレスに送信されます。 アカウントを確認してから、ここに戻ってサインインしてください。",
+ "MessageThankYouForConnectSignUpNoValidation": "Emby Connect にサインアップしていただきありがとうございます! Emby Connect 情報でログインするように求められます。",
+ "ErrorMessagePasswordNotMatchConfirm": "パスワードとパスワードの確認が一致する必要があります。",
+ "ErrorMessageUsernameInUse": "そのユーザ名は既に使われています。 新しい名前を選択して、もう一度お試しください。",
+ "ErrorMessageEmailInUse": "メールアドレスは既に使用されています。 新しいメールアドレスを入力して再試行するか、パスワードを忘れた場合の機能を使用してください。",
+ "HeaderUpcomingOnTV": "LiveTV の予告",
+ "HeaderOtherShowings": "その他の放送予定",
+ "Showings": "放送予定",
+ "HeaderConnectToServer": "サーバーに接続する",
+ "ConnectToServerManually": "手動でサーバに接続",
+ "LabelEnterConnectUserNameHelp": "Emby オンラインアカウントのユーザ名または電子メールアドレスです。",
+ "HeaderSignInError": "サインインエラー",
+ "HeaderManualLogin": "手動ログイン",
+ "PasswordResetConfirmation": "パスワードをリセットしますか?",
+ "ContactAdminToResetPassword": "システム管理者に連絡してパスワードをリセットしてください。",
+ "ForgotPasswordInNetworkRequired": "パスワードのリセット処理を開始するには、ホームネットワーク内でもう一度お試しください。",
+ "ForgotPasswordFileCreated": "続きの手順はサーバー上に作成された次のファイルに記載されています:",
+ "ForgotPasswordFileExpiration": "リセット PIN はあと {0} で期限切れになります。",
+ "InvalidForgotPasswordPin": "無効な PIN または期限切れの PIN が入力されました。もう一度やり直してください。",
+ "PasswordResetForUsers": "以下のユーザーのパスワードは削除されました。ログインするには、空のパスワードでサインインしてください。",
+ "HeaderForgotPassword": "パスワードを忘れました",
+ "ForgotPasswordUsernameHelp": "覚えている場合はユーザ名を入力します。",
+ "HeaderPasswordReset": "パスワードリセット",
+ "AttributeNew": "新規",
+ "Done": "完了",
+ "HeaderResetToDefault": "ドラフトにリセット",
+ "Deinterlacing": "インターレース解除",
+ "HeaderBurningInSubtitles": "字幕の焼き込み",
+ "Premiere": "プレミア",
+ "LabelPinCode": "PIN コード:",
+ "LabelLocalNetworkPinCode": "ローカルネットワーク PIN コード:",
+ "LabelLocalNetworkPasswordMode": "ローカルネットワーク サインイン モード:",
+ "RequirePasswordInLocalNetwork": "ローカルネットワークでパスワードを要求する",
+ "NoPasswordInLocalNetwork": "ローカルネットワークではパスワードを必要としない",
+ "PinCodeInLocalNetwork": "ローカルネットワークで数値のPINコードを許可する",
+ "LocalNetworkPasswordModeHelp": "Embyサーバーと同じローカル ネットワーク上のデバイスのサインイン方法を選択します。",
+ "HeaderLocalNetworkAccess": "ローカルネットワーク接続",
+ "Live": "ライブ",
+ "Reset": "リセット",
+ "Repeat": "繰り返し",
+ "Track": "トラック",
+ "Tracks": "トラック",
+ "HeaderCameraUpload": "カメラアップロード",
+ "TrackCount": "{0} トラック",
+ "ItemCount": "{0} 個の項目",
+ "NumberChannelsValue": "{0} チャンネル",
+ "HeaderLatestMusic": "最新の音楽",
+ "HeaderLatestAudioBooks": "最新のオーディオブック",
+ "HeaderLatestDownloadedVideos": "最新のダウンロードされたビデオ",
+ "HeaderRecentlyPlayed": "最近の再生",
+ "Recent": "最近",
+ "HeaderFrequentlyPlayed": "頻繁に再生",
+ "HeaderMoreLikeThis": "類似作品",
+ "HeaderMoreLikeThisOnLiveTV": "この LiveTV の類似",
+ "OriginalAirDateValue": "初放送日: {0}",
+ "EndsAtValue": "{0} に終了",
+ "Date": "日付",
+ "AirDate": "放送日時",
+ "Played": "再生済み",
+ "Daily": "毎日",
+ "Weekly": "毎週",
+ "RequireHashMatch": "ハッシュの一致が必要",
+ "RequireHashMatchHelp": "ハッシュの一致を要求すると、字幕がフィルタリングされ、正確なビデオファイルでテストされた字幕のみが含まれます。 これをオフにすると、一致する字幕の数が増えますが、字幕テキストのタイミングが間違ったり間違ったりする可能性も高くなります。",
+ "SearchForForcedSubtitlesOnly": "強制字幕のみ",
+ "SearchForForcedSubtitlesOnlyHelp": "強制字幕を要求すると、結果は外国語を持っているとタグ付けされた字幕に制限されます。",
+ "LastEpisodeDateAdded": "最終エピソードの日付が追加されました",
+ "LastEpisodeDateAired": "最終エピソードの日付が公開されました",
+ "LabelPlaystate": "再生状態:",
+ "Studio": "スタジオ",
+ "Tag": "タグ",
+ "EpisodeTitle": "エピソードタイトル",
+ "Audio": "音声",
+ "Video": "ビデオ",
+ "Subtitle": "字幕",
+ "Image": "画像",
+ "CopyStream": "オリジナルストリームをコピー",
+ "LabelAudioLayout": "オーディオレイアウト",
+ "LabelAudioCodec": "オーディオコーデック:",
+ "LabelAudioLanguage": "音声の言語:",
+ "LabelSubtitleLanguage": "字幕の言語:",
+ "LabelVideoCodec": "ビデオコーデック:",
+ "LabelSubtitleCodec": "字幕コーデック:",
+ "LabelParentalRating": "ペアレンタル評価:",
+ "BecauseYouLikeValue": "あなたの好みから {0}",
+ "BecauseYouWatchedValue": "あなたの視聴歴から {0}",
+ "DirectedByValue": "監督 {0}",
+ "StarringValue": "主演 {0}",
+ "Invitations": "招待",
+ "ActorAsRole": "{0} として",
+ "ButtonOk": "Ok",
+ "GroupItemsIntoCollections": "アイテムをコレクションにグループ化する",
+ "GroupItemsIntoCollectionsHelp": "追加されたコレクションに基づいてアイテムをグループ化します。 特定のフィルタまたは並べ替え順序を有効にすると、これが自動的に無効になる場合があります。",
+ "GroupItemsIntoTags": "アイテムをタグにグループ化する",
+ "GroupItemsIntoTagsHelp": "追加されたタグに基づいてアイテムをグループ化します。特定のフィルターや並べ替え順序を有効にすると、この機能が自動的に無効になる場合があります。",
+ "User": "ユーザ",
+ "Access": "アクセス",
+ "Users": "ユーザ",
+ "Library": "ライブラリ",
+ "Devices": "デバイス",
+ "Cancel": "キャンセル",
+ "Restart": "再起動",
+ "Shutdown": "シャットダウン",
+ "Logs": "ログ",
+ "Visibility": "視認性",
+ "Notifications": "通知",
+ "SendTestNotification": "テスト通知を送信",
+ "NotificationSent": "通知が送信されました",
+ "DeleteNotificationConfirmation": "この通知を削除してもよろしいですか?",
+ "DeleteNotification": "通知を削除",
+ "AddNotification": "通知を追加",
+ "EditNotification": "通知の編集",
+ "LimitUserEventsTo": "ユーザイベント制限",
+ "LimitLibraryEventsTo": "ライブラリイベント制限",
+ "LimitDeviceEventsTo": "デバイスイベントの上限",
+ "ForAdditionalNotificationOptions": "追加の通知サービスは、サーバー管理者が Emby {0}プラグインカタログ{1}にインストールできます。",
+ "Plugins": "プラグイン",
+ "Systems": "システム",
+ "Server": "サーバ",
+ "Dashboard": "ダッシュボード",
+ "PlayOnAnotherDevice": "他のデバイスで再生",
+ "HeaderConnectionHelp": "接続のヘルプ",
+ "AccessRestrictedTryAgainLater": "アクセスは現在制限されています。 後でもう一度やり直してください。",
+ "ButtonGotIt": "手に入れました",
+ "RememberMe": "ログインを記憶する",
+ "EmbyServer": "Embyサーバー",
+ "ManageEmbyServer": "Emby サーバの管理",
+ "ShutdownServer": "Embyサーバをシャットダウン",
+ "RestartServer": "Emby サーバを再起動",
+ "RecordingCancelled": "録画をキャンセルしました。",
+ "SeriesCancelled": "シリーズをキャンセルしました。",
+ "Recording": "録画中",
+ "SeriesRecording": "シリーズの録画",
+ "RecordingScheduled": "録画がスケジュールされました。",
+ "SeriesRecordingScheduled": "シリーズの録画がスケジュールされました。",
+ "HeaderNewRecording": "新しい録画",
+ "HeaderWakeServer": "サーバのスリープを解除",
+ "AttemptingWakeServer": "サーバをスリープ解除しています。お待ちください...",
+ "WakeServerSuccess": "成功しました",
+ "HeaderCustomizeHomeScreen": "ホームスクリーンのカスタマイズ",
+ "WakeServerError": "Wake On LAN パケットがサーバマシンに送信されましたが、Emby サーバーに接続できません。 マシンの起動にもう少し時間がかかるか、Emby サーバがマシン上でアクティブに実行されていない可能性があります。",
+ "Days": "日",
+ "Network": "ネットワーク",
+ "Networks": "ネットワーク",
+ "SortByValue": "{0} によるソート",
+ "HeaderSortBy": "並べ替え",
+ "HeaderPhotoAlbums": "写真アルバム",
+ "Photos": "写真",
+ "HeaderAppearsOn": "表示",
+ "List": "リスト",
+ "HeaderRecordSeries": "シリーズの録画",
+ "HeaderCinemaMode": "シネマイントロ(劇場予告)",
+ "Conversions": "コンバージョン",
+ "Downloads": "ダウンロード",
+ "HeaderManageDownloads": "ダウンロードの管理",
+ "InternalStorage": "内部ストレージ",
+ "ExternalStorage": "外部ストレージ",
+ "UploadToFollowingServers": "サーバへアップロード",
+ "UploadingNumItems": "{1} 個のうち {0} 個目をアップロード中",
+ "DownloadNumItems": "{1} 件中 {0} 件をダウンロードしています",
+ "HeaderSampleRate": "サンプリングレート",
+ "HeaderReferenceFrames": "リファレンスフレーム",
+ "HeaderBitDepth": "ビット深度",
+ "HeaderPixelFormat": "ピクセルフォーマット",
+ "Profile": "プロファイル",
+ "Bitrate": "ビットレート",
+ "Expand": "展開",
+ "Container": "コンテナ",
+ "Format": "フォーマット",
+ "Path": "パス",
+ "Size": "サイズ",
+ "Resolution": "解像度",
+ "HeaderCodecTag": "コーデックタグ",
+ "Framerate": "フレームレート",
+ "Interlaced": "インターレース",
+ "Anamorphic": "アナモルフィック",
+ "Level": "レベル",
+ "Timestamp": "タイムスタンプ",
+ "Language": "言語",
+ "Codec": "コーデック",
+ "Stream": "ストリーム",
+ "HeaderExtradata": "拡張データ",
+ "HeaderHardwareAcceleratedTranscoding": "ハードウェアアクセラレーションによるトランスコーディング",
+ "HeaderHardwareAcceleratedTranscodingDescription": "サーバーGPUを最大限に活用しましょう。Embyは業界で最も先進的かつ最速のハードウェアアクセラレーションを備えています。",
+ "HeaderOfflineDownloads": "オフラインメディア",
+ "AndMuchMoreExclamation": "その他にも多数あります!",
+ "HeaderOfflineDownloadsDescription": "メディアをデバイスにダウンロードして、オフラインで簡単に使用できるようにします。",
+ "LiveTvFeatureDescription": "互換性のあるTVチューナーデバイスをEmbyサーバーにインストールして、ライブTVを任意のEmbyアプリにストリーミングします。",
+ "DvrFeatureDescription": "Emby DVRを使用して、ライブTV録画、シリーズ録画などを個別にスケジュールします。",
+ "CinemaModeFeatureDescription": "Cinema Introsでは、本編の前に予告編やカスタムイントロを表示して、本物の映画館のような体験をお楽しみいただけます。",
+ "HeaderFreeApps": "無料のEmbyアプリ",
+ "FreeAppsFeatureDescription": "お使いのデバイスでEmbyアプリを無料でご利用いただけます。",
+ "HeaderBecomeProjectSupporter": "Emby Premiereを購入する",
+ "HeaderViewServerInfo": "サーバー情報を表示",
+ "PlaybackTvModeRequiresEmbyPremiere": "TVモードでのメディア再生には、{0}有効なEmby Premiereサブスクリプション{1}が必要です。",
+ "FeatureRequiresEmbyPremiere": "この機能を利用するには、{0}有効なEmby Premiereサブスクリプション{1}が必要です。",
+ "HeaderConvertYourRecordings": "録画を変換する",
+ "Record": "録画",
+ "Save": "保存",
+ "Edit": "編集",
+ "HeaderSavePlaylist": "プレイリストを保存",
+ "Latest": "最新",
+ "Download": "ダウンロード",
+ "Downloaded": "ダウンロード済み",
+ "Converted": "変換済み",
+ "RemoveFromHistory": "履歴から削除",
+ "ConfirmRemoveFromHistory": "履歴からこのアイテムを削除しますか?",
+ "Downloading": "ダウンロード中",
+ "Advanced": "詳細設定",
+ "LinkedToEmbyConnect": "Emby Connect にリンク",
+ "Delete": "削除",
+ "Both": "両方",
+ "LabelChannelDisplay": "チャンネル表示",
+ "HeaderDeleteItem": "項目を削除",
+ "HeaderDeleteUser": "ユーザを削除",
+ "DeleteItemConfirmation": "{0} を削除してもよろしいですか?",
+ "DeleteUserConfirmation": "ユーザー {0} を削除してもよろしいですか?",
+ "DeleteUsersConfirmation": "これらの {0} 人のユーザーを削除してもよろしいですか?",
+ "HeaderDeleteDevice": "デバイスを削除",
+ "DeleteDeviceConfirmation": "このデバイスを削除してもよろしいですか?次回ユーザーがこのデバイスでサインインすると再び表示されます。",
+ "ConfirmDeleteItem": "この項目を削除すると、ファイルシステムおよびメディアライブラリの両方から削除されます。",
+ "FollowingFilesWillBeDeleted": "次のファイルおよびフォルダが削除されます。",
+ "AreYouSureToContinue": "続行してもよろしいですか?",
+ "Refresh": "更新",
+ "RefreshingMetadataDots": "メタデータの更新中...",
+ "ScanningLibraryFilesDots": "ライブラリのスキャン中...",
+ "HeaderFavoritesThenByChannelNumber": "お気に入り、次にチャンネル番号順",
+ "HeaderAddToCollection": "コクレションに追加",
+ "HeaderFavoritesThenByTitle": "お気に入り、次にタイトル順",
+ "HeaderFavoritesThenByDefault": "お気に入り、次にデフォルトのチャンネル順",
+ "HeaderDefaultChannelOrder": "デフォルトのチャンネル順",
+ "HeaderAddToFavorites": "お気に入りに追加",
+ "HeaderRemoveFromFavorites": "お気に入りから削除",
+ "Favorited": "お気に入りに追加",
+ "Unfavorited": "お気に入りから削除",
+ "HeaderNewCollection": "新しいコレクション",
+ "HeaderNewPlaylist": "新しいプレイリスト",
+ "AllCollections": "すべてのコレクション",
+ "AllPlaylists": "すべてのプレイリスト",
+ "Create": "作成",
+ "HeaderAddedToPlaylist": "プレイリストに追加された",
+ "HeaderAddedToCollection": "コクレションに追加された",
+ "OneItemAddedTo": "1件の項目が「{0}」に追加されました。",
+ "ItemsAddedTo": "{0} 件の項目が「{1}」に追加されました。",
+ "HeaderAddedToPlayQueue": "再生キューに追加された",
+ "HeaderPlayingNext": "次を再生",
+ "Help": "ヘルプ",
+ "HeaderGetHelp": "ヘルプを見る",
+ "LabelTVDisplayMode": "テレビ表示モードを有効にする",
+ "Desktop": "デスクトップ",
+ "Mobile": "モバイル / タブレット",
+ "Navigation": "ナビゲーション",
+ "HeaderVideoPlayback": "ビデオ再生",
+ "TV": "TV",
+ "HeaderEmbyConnect": "Emby Connect",
+ "Seasons": "シーズン",
+ "OneTrack": "1 トラック",
+ "OneSeason": "1 シーズン",
+ "Libraries": "ライブラリ",
+ "NumberSeasonsValue": "{0} シーズン",
+ "TVDisplayModeHelp": "このデバイスのユーザーインターフェースを、テレビ表示およびリモコン操作向けに最適化します。主な入力方法がマウスまたはタッチ操作の場合は、この設定は推奨されません。",
+ "LabelDisplayLanguage": "表示言語:",
+ "LabelDisplayLanguageHelp": "Emby の翻訳は進行中のプロジェクトです。",
+ "LearnHowYouCanContribute": "貢献する方法を確認する。",
+ "NewCollectionHelp": "コレクションを使用すると映画やその他のライブラリ コンテンツのパーソナライズされたグループを作成できます。",
+ "SearchForCollectionInternetMetadata": "インターネットでアートワークとメタデータを検索する",
+ "DisplayMissingEpisodesWithinSeasons": "シーズン内に欠落しているエピソードを表示する",
+ "DisplayMissingEpisodesWithinSeasonsHelp": "Emby サーバの設定でテレビ ライブラリを有効にする必要があります。",
+ "EnableThemeSongs": "テーマソングを再生",
+ "EnableBackdrops": "背景を有効にする",
+ "EnableThemeSongsHelp": "有効にするとライブラリのブラウズ中にテーマソングが再生されます。",
+ "EnableBackdropsHelp": "有効にするとライブラリをブラウズ中に背景が表示されます。",
+ "EnableThemeVideos": "テーマビデオを再生",
+ "EnableThemeVideosHelp": "有効にするとライブラリをブラウズ中にテーマビデオが表示されます。",
+ "RunAtStartup": "システム起動時に開始",
+ "ServerStartup": "サーバー起動",
+ "EmbyServerOnXHasStarted": "Emby サーバ {0} が更新されました",
+ "LabelScreensaver": "スクリーンセイバー",
+ "LabelSoundEffects": "サウンドエフェクト:",
+ "LabelName": "名前:",
+ "NewCollectionNameExample": "例: Star Wars Collection",
+ "MessageItemsAdded": "アイテムが追加されました。",
+ "OptionNew": "新規...",
+ "LabelPlaylist": "プレイリスト",
+ "AddToPlaylist": "プレイリストに追加",
+ "HeaderAddToPlaylist": "プレイリストに追加",
+ "Subtitles": "字幕",
+ "LabelTheme": "テーマ",
+ "LabelSettingsTheme": "設定テーマ",
+ "LabelThemeAccentColor": "アクセントカラー",
+ "ThemeAccentColorDescription": "重要なインジケーター、アイコン、テキストの色を設定します。",
+ "SearchForSubtitles": "字幕の検索",
+ "LabelLanguage": "言語",
+ "Search": "検索",
+ "NoSubtitleSearchResultsFound": "結果が見つかりません。{0}字幕のダウンロード{1}を設定していますか?",
+ "NoLyricsSearchResultsFound": "結果が見つかりません。{0}歌詞のダウンロード{1}を設定していますか?",
+ "Lyrics": "歌詞",
+ "SearchForLyrics": "歌詞を検索",
+ "Finish": "完了",
+ "File": "ファイル",
+ "Exit": "終了",
+ "Sleep": "スリープ",
+ "Setup": "設定",
+ "MessageAreYouSureDeleteSubtitles": "この字幕ファイルを削除してもよろしいですか?",
+ "ConfirmDeletion": "削除を確認",
+ "MySubtitles": "マイ 字幕",
+ "MessageDownloadQueued": "ダウンロードキューに入りました。",
+ "HeaderEditSubtitles": "字幕の編集",
+ "UnlockGuide": "ガイドのアンロック",
+ "HeaderRefreshMetadata": "メタデータの更新",
+ "HeaderRefreshAllMetadata": "全てのメタデータの更新",
+ "ReplaceExistingImages": "既存の画像を置き換える",
+ "ReplaceExistingImagesHelp": "既存のすべての画像は削除され、ライブラリの設定に基づいて新しい画像がダウンロードされます。場合によっては、以前よりも利用できる画像が少なくなることがあります。",
+ "ReplaceAllMetadata": "全てのメタデータを置き換える",
+ "SearchForMissingMetadata": "見つからないメタデータを検索する",
+ "LabelRefreshMode": "更新モード",
+ "NoItemsFound": "項目が見つかりません。",
+ "HeaderSaySomethingLike": "次のように話しかけてください…",
+ "ButtonTryAgain": "再試行",
+ "HeaderYouSaid": "You Said...",
+ "MessageWeDidntRecognizeCommand": "申し訳ありません。そのコマンドを認識できませんでした。",
+ "MessageIfYouBlockedVoice": "アプリへの音声アクセスを拒否した場合は、再試行する前に再設定が必要です。",
+ "ValueDiscNumber": "ディスク {0}",
+ "Unrated": "未評価",
+ "Favorite": "お気に入り",
+ "Like": "好き",
+ "Dislike": "嫌い",
+ "RefreshDialogHelp": "メタデータは、Embyライブラリ設定で有効になっている設定およびメタデータプロバイダーに基づいて新しい情報に更新されます。",
+ "Open": "開く",
+ "Play": "再生",
+ "Pause": "一時停止",
+ "HeaderPlayQueue": "再生キュー",
+ "HeaderAddToPlayQueue": "再生キューに追加",
+ "Shuffle": "シャッフル",
+ "Identify": "Identify",
+ "HeaderRemoveIdentification": "識別を削除",
+ "ResetMetadataConfirmation": "すべてのメタデータをリセットしてもよろしいですか?",
+ "HeaderEditMetadata": "メタデータの編集",
+ "Convert": "変換",
+ "Resume": "再開",
+ "HeaderInstantMix": "インスタントミックス",
+ "HeaderGoToItem": "Go to Item",
+ "HeaderGoToSeason": "シーズンへ移動",
+ "HeaderGoToSeries": "シリーズへ移動",
+ "HeaderGoToAlbum": "アルバムへ移動",
+ "HeaderGoToArtist": "アーティストへ移動",
+ "HeaderPlayAll": "すべて再生",
+ "PictureInPicture": "ピクチャーインピクチャー",
+ "Fullscreen": "Full screen",
+ "ExitFullscreen": "全画面表示を終了",
+ "Rewind": "巻き戻し",
+ "FastForward": "早送り",
+ "Remove": "削除",
+ "Rename": "名前を変更",
+ "Queue": "キュー",
+ "QueueAllFromHere": "ここからすべてをキューに追加",
+ "PlayAllFromHere": "ここからすべてを再生",
+ "PlayFromBeginning": "最初から再生",
+ "FromBeginning": "最初から",
+ "ResumeAt": "{0} から再開",
+ "HeaderRemoveFromPlaylist": "プレイリストから削除",
+ "HeaderRemoveFromPlayQueue": "再生キューから削除",
+ "HeaderRemoveFromCollection": "コレクションから削除",
+ "Sort": "並べ替え",
+ "Trailer": "Trailer",
+ "SelectNone": "すべて選択解除",
+ "SelectAll": "すべて選択",
+ "HeaderMarkPlayed": "再生済みをマーク",
+ "HeaderMarkUnplayed": "未再生をマーク",
+ "HeaderGroupVersions": "バージョンをグループ化",
+ "PleaseSelectTwoItems": "少なくとも2つの項目を選択してください。",
+ "HeaderConfirmRecordingCancellation": "録画のキャンセルを確認",
+ "MessageConfirmRecordingCancellation": "録画をキャンセルしますか?",
+ "Album": "アルバム",
+ "AlbumArtist": "アルバムアーティスト",
+ "Error": "Error",
+ "VoiceInput": "音声入力",
+ "LabelContentType": "コンテンツの種類",
+ "LabelPath": "パス",
+ "Playlists": "プレイリスト",
+ "LabelTitle": "タイトル",
+ "LabelOriginalTitle": "オリジナルのタイトル",
+ "LabelSortTitle": "タイトルでソート",
+ "LabelDateAdded": "追加した日",
+ "DateAdded": "追加日",
+ "DateModified": "更新日",
+ "DatePlayed": "再生日",
+ "DateLastActive": "最後にアクティブになった日",
+ "ConfigureDateAdded": "「追加日」の判定方法は、Embyサーバーダッシュボード内のライブラリ設定で構成できます。",
+ "LabelStatus": "状態",
+ "LabelArtistsHelp": "複数に分割:",
+ "HeaderAlbumArtists": "アルバムアーティスト",
+ "LabelAlbumArtists": "アルバムアーティスト",
+ "LabelAlbum": "アルバム",
+ "Artist": "アーティスト",
+ "Artists": "アーティスト",
+ "ImdbRating": "IMDbレイティング",
+ "CommunityRating": "コミュニティ評価",
+ "LabelCommunityRating": "コミュニティ評価",
+ "LabelCriticRating": "批評家の評価",
+ "CriticRating": "批評家の評価",
+ "LabelWebsite": "Webサイト",
+ "Tagline": "タグライン",
+ "LabelOverview": "概要",
+ "LabelShortOverview": "短い概要",
+ "LabelReleaseDate": "発売日",
+ "LabelPlaceOfBirth": "出生地",
+ "Aired": "放送",
+ "LabelAirDays": "放送日",
+ "LabelAirTime": "放送時間",
+ "LabelRuntimeMinutes": "実行時間(分)",
+ "LabelCustomRating": "カスタム評価",
+ "LabelOriginalAspectRatio": "オリジナルのアスペクト比",
+ "Label3DFormat": "3Dフォーマット",
+ "FormatValue": "フォーマット: {0}",
+ "DownloadsValue": "{0} ダウンロード",
+ "HashMatch": "ハッシュが一致",
+ "EnableExternalVideoPlayers": "外部ビデオプレーヤを有効にする",
+ "EnableExternalVideoPlayersHelp": "動画再生を開始する際に外部プレーヤーのメニューを表示します。",
+ "HeaderSpecialEpisodeInfo": "スペシャルエピソード情報",
+ "LabelAirsDuringSeason": "前シーズンの放送",
+ "LabelAirsAfterSeason": "次シーズンの放送",
+ "LabelAirsBeforeEpisode": "前エピソードの放送",
+ "HeaderExternalIds": "外部 ID",
+ "HeaderDisplaySettings": "表示設定",
+ "PlaylistOrder": "プレイリスト並び順",
+ "CollectionOrder": "コレクション並び順",
+ "LabelDisplayOrder": "表示順序",
+ "LabelFileOrder": "ファイル順序",
+ "Display": "表示",
+ "Countries": "国",
+ "Genres": "ジャンル",
+ "Studios": "スタジオ",
+ "Tags": "タグ",
+ "Links": "リンク",
+ "Movie": "映画",
+ "Program": "番組",
+ "Channel": "チャンネル",
+ "Episode": "エピソード",
+ "Season": "シーズン",
+ "HeaderMetadataSettings": "メタデータ設定",
+ "People": "出演者",
+ "Number": "ナンバー",
+ "Lock": "ロック",
+ "HeaderScreenLocked": "スクリーンロック",
+ "HeaderUnlockControls": "制御をロック解除",
+ "HeaderTapToUnlock": "タップしてロック解除",
+ "LabelMetadataDownloadLanguage": "優先してメタデータをダウンロードする言語",
+ "LabelImageDownloadLanguage": "優先して画像をダウンロードする言語",
+ "LabelLockItemToPreventChanges": "この項目をロックして今後の変更を防ぐ",
+ "LockThisField": "メタデータ更新時にこの項目が変更されないようロックする",
+ "MessageLeaveEmptyToInherit": "空欄にすると、上位項目またはグローバルのデフォルト設定を引き継ぎます。",
+ "LabelCountry": "国",
+ "LabelCertificationCountry": "レーティング対象国",
+ "CertificationCountryHelp": "この設定は、使用されるコンテンツレーティングシステムに影響します。",
+ "LabelDynamicExternalId": "{0} Id",
+ "LabelBirthYear": "誕生年",
+ "LabelBirthDate": "誕生日",
+ "LabelDeathDate": "死亡日",
+ "LabelEndDate": "終了日",
+ "LabelSeasonNumber": "シーズン番",
+ "LabelEpisodeNumber": "エピソード番号:",
+ "LabelTrackNumber": "トラック番号",
+ "LabelNumber": "ナンバー",
+ "LabelDiscNumber": "ディスク番号",
+ "LabelParentNumber": "親番号",
+ "SortName": "タイトルでソート",
+ "OriginalTitle": "オリジナルのタイトル",
+ "ReleaseDate": "発売日",
+ "Continuing": "継続中",
+ "Ended": "終了",
+ "HeaderEnabledFields": "有効なフィールド",
+ "HeaderEnabledFieldsHelp": "フィールドのチェックを外すと、そのデータがロックされ、変更されなくなります。",
+ "Backdrops": "背景",
+ "Images": "画像",
+ "Runtime": "実行中",
+ "ProductionLocations": "生産地",
+ "BirthLocation": "出生地",
+ "ParentalRating": "ペアレンタル評価",
+ "PlayCount": "再生回数",
+ "Name": "名前",
+ "Overview": "概要",
+ "LabelType": "種類",
+ "LabelPersonRole": "役割",
+ "LabelPersonRoleHelp": "例:アイスクリーム販売車の運転手",
+ "Actor": "俳優",
+ "Composers": "作曲家",
+ "Composer": "作曲家",
+ "Director": "監督",
+ "GuestStar": "ゲストスター",
+ "Producer": "プロデューサー",
+ "Writer": "脚本",
+ "MessageNoSyncJobsFound": "ダウンロードが見つかりません。アプリ内の各所にある「ダウンロード」ボタンからダウンロードジョブを作成してください。",
+ "MessageNoDownloadsFound": "オフラインダウンロードはありません。アプリ内の「ダウンロード」ボタンをクリックして、メディアをオフライン用に保存してください。",
+ "InstallingPackage": "{0} のインストール中",
+ "PackageInstallCompleted": "{0} のインストールが完了しました。",
+ "PackageInstallFailed": "{0} のインストールに失敗しました。",
+ "PackageInstallCancelled": "{0} のインストールが取り消されました。",
+ "SeriesYearToPresent": "{0} - あります",
+ "OneDevice": "1 デバイス",
+ "DeviceCountValue": "{0} デバイス",
+ "OneLog": "1 ログ",
+ "LogCountValue": "{0} ログ",
+ "OneVote": "1 投票",
+ "VoteCountValue": "{0} 投票",
+ "OneLike": "1 いいね",
+ "LikeCountValue": "{0} いいね",
+ "OneUser": "1 ユーザー",
+ "UserCountValue": "{0} ユーザー",
+ "OneLibrary": "1 ライブラリ",
+ "LibraryCountValue": "{0} ライブラリ",
+ "ValueOneItem": "1 個の項目",
+ "ValueOneEpisode": "1 個のエピソード",
+ "ValueEpisodeCount": "{0} 個のエピソード",
+ "Albums": "アルバム",
+ "Song": "曲",
+ "Songs": "曲",
+ "Authors": "著者",
+ "Books": "書籍",
+ "AudioBooks": "オーディオブック",
+ "HeaderAudioBooks": "オーディオブック",
+ "HeaderAudioBook": "Audio Book",
+ "HeaderIdentifyItemHelp": "1つ以上の検索条件を入力してください。条件を減らすと検索結果が増えます。",
+ "PleaseEnterNameOrId": "名前または外部IDを入力してください。",
+ "MessageItemSaved": "アイテムが保存されました。",
+ "SearchResults": "検索結果",
+ "ServerNameIsRestarting": "Emby Server - {0} を再起動しています。",
+ "ServerNameIsShuttingDown": "Emby Server - {0} をシャットダウンしています。",
+ "HeaderDeleteItems": "項目を削除",
+ "ConfirmDeleteItems": "これらの項目を削除すると、ファイルシステムおよびメディアライブラリの両方から削除されます。",
+ "PleaseRestartServerName": "Embyサーバを再起動してください - {0}",
+ "ConvertingDots": "変換中...",
+ "LabelSyncNoTargetsHelp": "現在、オフラインダウンロードに対応したアプリがありません。",
+ "DownloadingDots": "ダウンロード中...",
+ "LearnMore": "詳細情報",
+ "LabelBitrateMbps": "ビットレート (Mbps)",
+ "ConvertUnwatchedVideosOnly": "未再生のビデオのみ変換する",
+ "SyncUnwatchedVideosOnly": "未再生の動画のみダウンロード",
+ "ConvertUnwatchedVideosOnlyHelp": "再生済みとしてマークされていない動画のみが変換対象になります。",
+ "SyncUnwatchedVideosOnlyHelp": "再生済みとしてマークされていない動画のみがダウンロードされ、完全に再生されるとデバイスから自動的に削除されます。",
+ "AutomaticallySyncNewContent": "新しいコンテンツを自動でダウンロード",
+ "AutomaticallySyncNewContentHelp": "このフォルダに追加された新しいコンテンツは、自動的にこのデバイスにダウンロードされます。",
+ "AutomaticallyConvertNewContent": "新しいコンテンツを自動的に変換する",
+ "AutomaticallyConvertNewContentHelp": "このフォルダに追加された新しいコンテンツは自動的に変換されます。",
+ "LabelItemLimit": "項目の制限",
+ "ConvertItemLimitHelp": "(任意)変換する項目数の上限を設定します。",
+ "DownloadItemLimitHelp": "(任意)ダウンロードする項目数の上限を設定します。",
+ "PleaseSelectDeviceToSyncTo": "ダウンロード先のデバイスを選択してください。",
+ "Screenshots": "スクリーン ショット",
+ "MoveRight": "右へ移動",
+ "MoveLeft": "左へ移動",
+ "HeaderUploadNewImage": "新規イメージのアップロード",
+ "HeaderDeleteImage": "画像を削除",
+ "ConfirmDeleteImage": "画像を削除しますか?",
+ "HeaderEditImages": "画像の編集",
+ "Settings": "設定",
+ "ShowIndicatorsFor": "インジケータ表示",
+ "Episodes": "エピソード",
+ "Programs": "番組",
+ "HeaderCastCrew": "キャストとスタッフ",
+ "DvrSubscriptionRequired": "Emby Live TVおよびDVR機能を使用するには、{0}有効なEmby Premiereサブスクリプション{1}が必要です。",
+ "HeaderCancelRecording": "録画をキャンセル",
+ "HeaderKeepRecording": "録画を保持",
+ "HeaderCancelSeries": "シリーズをキャンセル",
+ "HeaderKeepSeries": "シリーズを保持",
+ "HeaderLearnMore": "詳細情報",
+ "SeriesSettings": "シリーズの設定",
+ "HeaderRecordingOptions": "録画オプション",
+ "HeaderDoNotRecord": "録画しない",
+ "HeaderSeriesOptions": "シリーズオプション",
+ "Layout": "レイアウト",
+ "Channels": "チャンネル",
+ "ChannelNameOnly": "チャンネル{0} のみ",
+ "Anytime": "いつでも",
+ "AnyLanguage": "任意の言語",
+ "AroundTime": "{0} 周辺",
+ "HeaderLatestMovies": "最新の映画",
+ "All": "全て",
+ "Stop": "停止",
+ "AllChannels": "全てのチャンネル",
+ "NewEpisodesOnly": "新しいエピソードのみ",
+ "AllEpisodes": "全てのエピソード",
+ "LabelStartWhenPossible": "可能な場合に開始",
+ "LabelStopWhenPossible": "可能な場合に停止",
+ "MinutesBefore": "分前",
+ "MinutesAfter": "分後",
+ "SkipEpisodesAlreadyInMyLibrary": "ライブラリ内にすでに存在するエピソードは録画しない",
+ "SkipEpisodesAlreadyInMyLibraryHelp": "エピソードは、利用可能な場合はシーズン番号およびエピソード番号を使用して比較されます。",
+ "LabelKeepUpTo": "保持する状態",
+ "AsManyAsPossible": "可能な限り多く",
+ "DefaultErrorMessage": "リクエストの処理中にエラーが発生しました。後でもう一度お試しください。",
+ "UntilIDelete": "削除するまで",
+ "UntilSpaceNeeded": "スペースが必要になるまで",
+ "Categories": "カテゴリ",
+ "Sports": "スポーツ",
+ "News": "ニュース",
+ "Movies": "映画",
+ "Music": "音楽",
+ "Kids": "キッズ",
+ "MoreFromValue": "詳細 {0}",
+ "DiedValue": "死亡: {0}",
+ "BornValue": "出生: {0}",
+ "EnableColorCodedBackgrounds": "カテゴリに応じて番組にカラー背景を適用する",
+ "SortChannelsBy": "チャンネルのソート順序",
+ "ChannelNumber": "チャンネル番号",
+ "HeaderBenefitsEmbyPremiere": "Emby Premiere の利点",
+ "ThankYouForTryingEnjoyOneMinute": "Embyのご利用ありがとうございます。1分間の再生をお楽しみください。",
+ "HeaderTryPlayback": "再生を試行する",
+ "HowDidYouPay": "どのように支払いましたか?",
+ "IHaveEmbyPremiere": "私は Emby プレミアを購入済みです",
+ "IPurchasedThisApp": "私はこの App を購入しました",
+ "ButtonRestorePreviousPurchase": "購入を復元",
+ "ButtonUnlockWithPurchase": "購入でロックを解除",
+ "ButtonUnlockPrice": "{0} のロック解除",
+ "EmbyPremiereMonthlyWithPrice": "Emby Premiere マンスリー {0}",
+ "HeaderAlreadyPaid": "既に支払済みですか?",
+ "ButtonPlayOneMinute": "1分間再生",
+ "PlaceFavoriteChannelsAtBeginning": "お気に入りのチャンネルを先頭に配置する",
+ "HeaderUnlockFeature": "機能のロックを解除",
+ "MessageDidYouKnowCinemaMode": "Emby Premiereをご利用いただくと、シネマイントロのような機能で、より豊かな体験ができることをご存知でしたか?",
+ "HeaderPlayMyMedia": "メディアを再生",
+ "HeaderDiscoverEmbyPremiere": "Emby Premiere について",
+ "HeaderNowPlaying": "再生中",
+ "Items": "アイテム",
+ "AppName": "App 名",
+ "OneChannel": "1つのチャンネル",
+ "ConfirmRemoveDownload": "ダウンロードを削除しますか?",
+ "ConfirmRemoveItem": "アイテムを削除しますか?",
+ "RemoveDownload": "ダウンロードを削除",
+ "ConfirmCancelConversion": "変換をキャンセルしますか?",
+ "CancelConversion": "変換をキャンセル",
+ "KeepDownload": "ダウンロードを保持",
+ "AddedOnValue": "{0} 追加",
+ "RemovingFromDevice": "デバイスからの削除",
+ "KeepOnDevice": "デバイスに保持",
+ "CancelDownload": "ダウンロードをキャンセル",
+ "SyncJobItemStatusReadyToTransfer": "転送準備完了",
+ "SyncJobItemStatusSyncedMarkForRemoval": "デバイスからの削除",
+ "SyncJobItemStatusQueued": "キュー",
+ "SyncJobItemStatusConverting": "変換中",
+ "SyncJobItemStatusTransferring": "転送中",
+ "SyncJobItemStatusSynced": "ダウンロード済み",
+ "Failed": "失敗",
+ "SyncJobItemStatusRemovedFromDevice": "デバイスから削除",
+ "Cancelled": "キャンセル",
+ "Retry": "再試行",
+ "Continue": "続き",
+ "ContinueInSecondsValue": "{0} 秒で続行します。",
+ "HeaderRemoteControl": "リモート制御",
+ "Disconnect": "切断",
+ "EnableDisplayMirroring": "ディスプレイ ミラーリングを有効にする",
+ "RemoteAccess": "リモート制御",
+ "HeaderPlayOn": "再生",
+ "Quality": "品質",
+ "Auto": "自動",
+ "AndroidUnlockRestoreHelp": "以前にご購入いただいた内容を復元するには、ご購入時に使用されたGoogle(またはAmazon)アカウントで端末にサインインしていることをご確認ください。また、アプリストアが有効になっており、ペアレンタルコントロールなどで制限されていないこと、およびインターネット接続がアクティブであることをご確認ください。以前のご購入内容の復元は、この操作を一度行うだけで完了します。",
+ "HeaderAspectRatio": "アスペクト比",
+ "Original": "オリジナル",
+ "Fill": "埋める",
+ "Cover": "表紙",
+ "MessageNoServersAvailableToConnect": "接続できるサーバーがありません。サーバー共有の招待を受けている場合は、以下のボタンをクリックするか、メール内のリンクから承認してください。",
+ "MessagePlayAccessRestricted": "このコンテンツの再生は現在制限されています。詳細については、Emby Server の管理者に問い合わせてください。",
+ "Accept": "承諾",
+ "Reject": "拒否",
+ "Connect": "接続",
+ "HeaderMyMedia": "マイメディア",
+ "HeaderMyMediaSmall": "マイメディア (小)",
+ "LatestFromLibrary": "最新の{0}",
+ "HeaderLatestEpisodes": "最新のエピソード",
+ "ContinuePlaying": "再生を続ける",
+ "ContinueWatching": "視聴を続ける",
+ "HeaderLatestChannelMedia": "最新のチャンネルアイテム",
+ "HeaderContinueWatching": "視聴を再開",
+ "HeaderContinueListening": "聴き続ける",
+ "HeaderActiveRecordings": "アクティブな録画",
+ "HeaderLatestRecordings": "最新の録画",
+ "LabelConvertTo": "変換先:",
+ "LabelDownloadTo": "ダウンロード先",
+ "HeaderDownloadToDots": "ダウンロード先を選択...",
+ "Next": "Next",
+ "LabelSource": "Source",
+ "VersionNumber": "Version {0}",
+ "HeaderAllLanguages": "すべての言語",
+ "Previous": "前へ",
+ "HeaderNextUp": "Next Up",
+ "HeaderPlayNextUp": "次を再生",
+ "HeaderLatestFrom": "{0}の最新",
+ "LabelHomeScreenSectionValue": "ホーム画面セクション {0}",
+ "PasswordResetComplete": "パスワードがリセットされました。",
+ "PasswordSaved": "パスワードを保存しました。",
+ "SettingsSaved": "設定を保存しました。",
+ "Upcoming": "予告",
+ "HeaderSelectImageFile": "画像ファイルを選択",
+ "None": "None",
+ "More": "その他",
+ "Up": "Up",
+ "Down": "Down",
+ "Home": "Home",
+ "Back": "戻る",
+ "Random": "ランダム",
+ "Playback": "再生",
+ "Favorites": "お気に入り",
+ "HeaderHomeScreen": "Home Screen",
+ "HeaderLatestChannelItems": "最新のチャンネルアイテム",
+ "HeaderLibraryOrder": "ライブラリの並び替え",
+ "HeaderOnNow": "オンエア中",
+ "HeaderForKids": "キッズ向け",
+ "HeaderPlaybackError": "再生エラー",
+ "PlaybackErrorNotAllowed": "このコンテンツを再生する権限がありません。詳細については、システム管理者にお問い合わせください。",
+ "RateLimitExceeded": "お客様のアカウントは、Emby Server 管理者によって設定された最大ストリーミング制限を超過しました。サポートが必要な場合は、管理者にご連絡ください。",
+ "PlaybackErrorNoCompatibleStream": "現在、互換性のあるストリームが利用できません。後で再度お試しいただくか、詳細についてはシステム管理者にお問い合わせください。",
+ "PlaybackErrorPlaceHolder": "このビデオを再生するには、ディスクを挿入してください。",
+ "PlaybackErrorNoPlayableItems": "再生可能なアイテムが見つかりませんでした。空のフォルダーを再生しようとしていますか?",
+ "Guide": "ガイド",
+ "Games": "ゲーム",
+ "GameSystem": "ゲームシステム",
+ "Suggestions": "提案",
+ "HeaderFavoriteChannels": "お気に入りのチャンネル",
+ "HeaderFavoriteCollections": "お気に入りのコレクション",
+ "HeaderFavoritePlaylists": "お気に入りのプレイリスト",
+ "Collection": "コレクション",
+ "Collections": "コレクション",
+ "LabelSelectFolderGroups": "次のフォルダのコンテンツを映画、音楽、テレビなどのビューに自動的にグループ化します。",
+ "LabelSelectFolderGroupsHelp": "チェックが外れているフォルダーは、それ自体が独自のビューで表示されます。",
+ "Mute": "ミュート",
+ "Unmute": "ミュート解除",
+ "Folder": "フォルダー",
+ "Folders": "フォルダー",
+ "FileName": "ファイル名",
+ "DisplayInOtherHomeScreenSections": "最新メディアや視聴を続けるなどのホーム画面のサブセクションに表示",
+ "DisplayInMyMedia": "ホーム画面に表示",
+ "Shows": "番組",
+ "MoviesAndShows": "映画と番組",
+ "HeaderMusicVideo": "ミュージックビデオ",
+ "HeaderMusicVideos": "ミュージックビデオ",
+ "MusicVideos": "ミュージックビデオ",
+ "Videos": "ビデオ",
+ "MixedContent": "Mixed content",
+ "HomeVideos": "ホームビデオ",
+ "HomeVideosAndPhotos": "ホームビデオと写真",
+ "TVShows": "テレビ番組",
+ "HeaderLibraryFolders": "ライブラリフォルダー",
+ "HeaderTermsOfPurchase": "購入規約",
+ "PrivacyPolicy": "プライバシーポリシー",
+ "TermsOfUse": "利用規約",
+ "HeaderRepeatMode": "リピートモード",
+ "HeaderToneMapping": "トーンマッピング",
+ "RepeatOne": "1曲リピート",
+ "RepeatAll": "すべてリピート",
+ "LabelDefaultScreen": "Default screen",
+ "ConfirmEndPlayerSession": "{0}上のEmbyをシャットダウンしますか?",
+ "Yesterday": "昨日",
+ "Yes": "はい",
+ "No": "No",
+ "HeaderScanLibraryFiles": "ライブラリファイルをスキャン",
+ "LiveTV": "ライブTV",
+ "Schedule": "スケジュール",
+ "Recordings": "録画",
+ "ScanForNewAndUpdatedFiles": "新しいファイルと更新されたファイルをスキャンする",
+ "NewVersionOfXAvailableForY": "{0}が {1} で利用可能です",
+ "DirectStreamHelp1": "メディアは解像度やメディアタイプ(H.264、AC3など)の点では端末と互換性がありますが、ファイルコンテナ(.mkv、.avi、.wmvなど)に互換性がありません。ストリーミングする前に、ビデオがその場で再パッケージ化されます。",
+ "DirectStreamHelp2": "ダイレクトストリーミングでは、ビデオ品質を損なうことなく、ほとんど処理能力を使用しません。",
+ "MediaIsBeingConverted": "メディアが、再生している端末と互換性のある形式に変換されています。",
+ "StatsForNerds": "専門家のための統計情報",
+ "HeaderHardwareAcceleratedDecoding": "ハードウェアアクセラレーションデコード",
+ "HeaderHardwareAcceleratedEncoding": "ハードウェアアクセラレーションエンコード",
+ "HeaderDirectPlay": "ダイレクトプレイ",
+ "DirectPlaying": "ダイレクトプレイ中",
+ "DirectStreaming": "ダイレクトストリーミング",
+ "Transcode": "トランスコード",
+ "Transcoding": "トランスコード中",
+ "ContainerBitrateExceedsLimit": "品質設定によりビットレートを削減",
+ "VideoCodecNotSupported": "互換性のあるコーデックに動画を変換中",
+ "AudioCodecNotSupported": "互換性のあるコーデックに音声を変換中",
+ "SubtitleCodecNotSupported": "字幕を直接ビデオに変換中",
+ "DirectPlayError": "再生エラーから回復中",
+ "ContainerNotSupported": "互換性のあるコンテナに変換中",
+ "VideoLevelNotSupported": "互換性のあるビデオレベルに変換中",
+ "AudioBitrateNotSupported": "互換性のあるオーディオビットレートに変換中",
+ "AudioChannelsNotSupported": "互換性のあるオーディオチャンネル数に変換中",
+ "VideoResolutionNotSupported": "互換性のあるビデオ解像度に変換中",
+ "AudioProfileNotSupported": "互換性のあるオーディオプロファイルに変換中",
+ "AudioSampleRateNotSupported": "互換性のあるオーディオサンプルレートに変換中",
+ "AnamorphicVideoNotSupported": "アナモルフィック動画はサポートされていません",
+ "InterlacedVideoNotSupported": "動画のインターレース解除",
+ "SecondaryAudioNotSupported": "セカンダリ音声トラックを選択",
+ "ExternalAudioNotSupported": "外部音声トラックを選択",
+ "ErrorRemovingEmbyConnectAccount": "Emby Connectアカウントの削除中にエラーが発生しました。インターネット接続が有効であることを確認して、もう一度お試しください。",
+ "HeaderEmbyAccountRemoved": "Embyアカウントが削除されました",
+ "MessageEmbyAccontRemoved": "このユーザーからEmbyアカウントが削除されました",
+ "HeaderInvitationSent": "招待を送信しました",
+ "Offline": "Offline",
+ "HeaderSignUp": "Sign Up",
+ "ServerDownloadMessage": "無料のEmbyサーバーをダウンロードしてインストールするには、{0} をご覧ください",
+ "ServerDownloadMessageWithoutLink": "無料のEmbyサーバーをダウンロードしてインストールするには、Embyの公式サイトをご覧ください。",
+ "MessageInvitationSentToUser": "共有の招待状を受け入れるよう、{0} にメールが送信されました。",
+ "MessageInvitationSentToNewUser": "{0} にEmbyへのサインアップを促すメールが送信されました。",
+ "GuestUserNotFound": "ユーザーが見つかりません。名前が正しいことを確認して再度お試しください。もしくは、メールアドレスを入力してみてください。",
+ "ErrorReachingEmbyConnect": "Emby Connectサーバーへの接続中にエラーが発生しました。アクティブなインターネット接続があることを確認して、もう一度お試しください。",
+ "ErrorAddingEmbyConnectAccount1": "Emby Connectアカウントの追加中にエラーが発生しました。Embyアカウントを作成済みですか?{0} からサインアップしてください。",
+ "ErrorAddingEmbyConnectAccount2": "それでも問題が解決しない場合は、Embyアカウントで使用したメールアドレスから {0} 宛にメールを送信してください。",
+ "ErrorAddingGuestAccount1": "Emby Connectアカウントの追加中にエラーが発生しました。ゲストはEmbyアカウントを作成していますか?{0} からサインアップできます。",
+ "ErrorAddingGuestAccount2": "それでも問題が解決しない場合は、{0} 宛にあなたと相手のメールアドレスを記載してメールを送信してください。",
+ "MessageEmbyAccountAdded": "このユーザーにEmbyアカウントが追加されました。",
+ "MessagePendingEmbyAccountAdded": "このユーザーにEmbyアカウントが追加されました。アカウントの所有者に確認用のメールが送信されます。メール内のリンクをクリックして招待を承認する必要があります。",
+ "HeaderEmbyAccountAdded": "Embyアカウントを追加しました",
+ "Skip": "スキップ",
+ "HeaderAdditionalParts": "追加パーツ",
+ "ButtonGenerateNewPin": "新しいPINを生成",
+ "ConnectLoginHelp1": "Emby Connectを使うと、どこにいても簡単に自分のEmbyサーバーへアクセスでき、家族や友人とサーバーを共有することができます。",
+ "CreatePinErrorMessage": "PINコードの作成中にエラーが発生しました。「新しいPINを生成」をクリックして、もう一度お試しください。",
+ "PinExpiredMessage": "PINコードの有効期限が切れています。「新しいPINを生成」をクリックして、もう一度お試しください。",
+ "ConnectPinCodeHeader": "Emby Connectでサインインするには、モバイルデバイスまたはコンピューターで {0} にアクセスし、以下のPINコードを入力してください。",
+ "LabelSubtitlePlaybackMode": "字幕モード",
+ "ErrorDeletingItem": "Emby Serverから項目を削除する際にエラーが発生しました。Emby Serverがメディアフォルダへの書き込み権限を持っていることを確認し、再試行してください。",
+ "NoSubtitles": "字幕無し",
+ "Default": "Default",
+ "Absolute": "絶対値",
+ "Smart": "スマート",
+ "Small": "スモール",
+ "Smaller": "小",
+ "Medium": "Medium",
+ "Large": "Large",
+ "Larger": "大",
+ "ExtraLarge": "Extra large",
+ "ExtraSmall": "特小",
+ "Forced": "強制",
+ "External": "外部",
+ "HeaderEmbeddedTitle": "埋め込みタイトル",
+ "OnlyForcedSubtitles": "強制的に字幕のみ",
+ "AlwaysPlaySubtitles": "字幕を常に表示する",
+ "DefaultSubtitlesHelp": "字幕は、埋め込みメタデータ内のデフォルトフラグおよび強制フラグに基づいて読み込まれます。複数の選択肢がある場合は、言語設定が考慮されます。",
+ "SmartSubtitlesHelp": "音声が外国語の場合、言語設定に一致する字幕が自動的に読み込まれます。",
+ "HeaderSubtitleSettings": "字幕設定",
+ "HeaderSubtitleAppearance": "字幕の外観",
+ "OnlyForcedSubtitlesHelp": "強制としてマークされた字幕のみが読み込まれます。",
+ "AutoSelectHearingImpairedHelp": "言語設定に一致する字幕が読み込まれ、聴覚障がい者向け(SDH)としてマークされたトラックが優先されます。",
+ "AlwaysPlaySubtitlesHelp": "音声の言語に関係なく、言語設定に一致する字幕が読み込まれます。",
+ "NoSubtitlesHelp": "字幕はデフォルトでは読み込まれませんが、再生中に手動で有効にすることができます。",
+ "LabelPreferredSubtitleLanguage": "優先する字幕言語",
+ "LabelTextSize": "文字サイズ",
+ "TheseSettingsAffectSubtitlesOnThisDevice": "これらの設定はこのデバイスの字幕に影響します",
+ "LabelDropShadow": "ドロップシャドウ",
+ "LabelTextBackgroundColor": "文字背景色",
+ "LabelWindowBackgroundColor": "文字の背景色",
+ "LabelFont": "Font",
+ "LabelTextColor": "Text color",
+ "LabelBackgroundColor": "背景色",
+ "LabelBackgroundOpacity": "背景の不透明度",
+ "Raised": "Raised",
+ "Depressed": "Depressed",
+ "Uniform": "Uniform",
+ "DropShadow": "Drop shadow",
+ "SmallCaps": "Small caps",
+ "SubtitleAppearanceSettingsDisclaimer": "これらの設定は、グラフィック字幕(PGS、DVDなど)や、独自のスタイルを埋め込んだ字幕(ASS/SSA)には適用されません。",
+ "Normal": "ノーマル",
+ "HeaderWaitingForWifi": "Wi-Fi接続を待機中",
+ "WifiRequiredToDownload": "ダウンロードを続行するにはWi-Fi接続が必要です。",
+ "DownloadOnlyOnWifi": "Wi-Fi接続時のみダウンロード",
+ "LabelMusicDownloadQuality": "音楽ダウンロードの品質",
+ "MusicDownloadQualityHelp": "ビットレートが高い音声ファイルはEmby Serverによって変換されます。高品質を求める場合はより高い値を、ローカルストレージ容量を節約したい場合はより低い値を選択してください。",
+ "HeaderDownloadSettings": "ダウンロード設定",
+ "LabelDownloadLocation": "ダウンロード場所:",
+ "BrowseForFolder": "フォルダを参照",
+ "Unlimited": "無制限",
+ "NoLimit": "制限なし",
+ "Hide": "非表示",
+ "HeaderKeepWatching": "視聴を続ける",
+ "HeaderNextEpisode": "次のエピソード",
+ "AudioBitDepthNotSupported": "互換性のあるオーディオビット深度に変換中",
+ "VideoBitrateNotSupported": "互換性のあるビデオビットレートに変換中",
+ "VideoProfileNotSupported": "互換性のあるビデオプロファイルに変換中",
+ "VideoFramerateNotSupported": "互換性のあるビデオフレームレートに変換中",
+ "VideoBitDepthNotSupported": "互換性のあるビデオビット深度に変換中",
+ "RefFramesNotSupported": "互換性のあるビデオ参照フレーム数に変換中",
+ "ErrorConnectServerUnreachable": "要求された操作の実行中にエラーが発生しました。サーバーが {0} にあるEmby Connectサーバーに接続できません。サーバーがインターネットに接続されており、ファイアウォールやセキュリティソフトで通信が許可されていることを確認してください。",
+ "HeaderStopRecording": "録画を停止",
+ "ManageRecording": "録画を管理",
+ "LabelDropImageHere": "ここに画像をドラッグ&ドロップするか、クリックして画像を選択してください。",
+ "MessageFileReadError": "ファイルの読み取り中にエラーが発生しました。もう一度お試しください。",
+ "Browse": "参照",
+ "HeaderUploadImage": "Upload Image",
+ "HeaderAddUpdateImage": "Add/Update Image",
+ "HeaderShowFields": "フィールドを表示",
+ "LabelView": "表示:",
+ "LabelImageType": "画像の種類:",
+ "Upload": "アップロード",
+ "Primary": "プライマリ",
+ "PrimaryImageBlur": "メイン画像のぼかし",
+ "Art": "アート",
+ "Backdrop": "背景",
+ "Banner": "バナー",
+ "Box": "ボックス",
+ "BoxRear": "ボックス (背面)",
+ "Disc": "ディスク",
+ "Logo": "ロゴ",
+ "LogoDark": "ロゴ(ダーク版)",
+ "LogoLight": "ロゴ(ライト版)",
+ "LogoLightColor": "ロゴ(ライト+カラー)",
+ "Menu": "メニュー",
+ "Screenshot": "スクリーンショット",
+ "Thumb": "サムネイル",
+ "HeaderAudioSettings": "音声設定",
+ "LabelAudioLanguagePreference": "優先する音声の言語:",
+ "LabelPlayDefaultAudioTrack": "言語に関係なく既定のオーディオ トラックを再生する",
+ "HeaderVideoQuality": "ビデオ品質",
+ "CinemaModeConfigurationHelp": "シネマイントロ機能を使うと、本編の前にトレーラーやカスタムイントロを再生でき、自宅で映画館のような体験を楽しめます。",
+ "ShowUpNextPreview": "次へプレビューを表示",
+ "ShowUpNextPreviewHelp": "現在のアイテムの終了近くで次のアイテムの情報を表示",
+ "PlayNextEpisodeAutomatically": "次のエピソードを自動的に再生する",
+ "LabelMaxChromecastBitrate": "Chromecast ストリーミング品質:",
+ "LabelSkipBackLength": "戻りスキップの長さ:",
+ "LabelSkipForwardLength": "早送りスキップの長さ:",
+ "EnableCinemaMode": "シネマイントロ(劇場予告)を有効にする",
+ "LabelInternetQuality": "インターネットの品質:",
+ "LabelCellularQuality": "リモートストリーミング品質(モバイルデータ通信)",
+ "HeaderMusicQuality": "音楽の品質",
+ "LabelHomeNetworkQuality": "ホームネットワークの品質:",
+ "HeaderLatestMedia": "最新メディア",
+ "HeaderRestartingEmbyServer": "Emby サーバの再起動",
+ "RestartPleaseWaitMessage": "Emby サーバがシャットダウンして再起動するまでお待ちください。 これには1〜2分かかる場合があります。",
+ "HeaderPlayNext": "次を再生",
+ "AutoBasedOnLanguageSetting": "自動 (デバイス設定に基づく)",
+ "SameAsMainTheme": "メインテーマと同じ",
+ "LabelDateTimeLocale": "日時のロケール:",
+ "Genre": "Genre",
+ "DirectorValue": "監督: {0}",
+ "DirectorsValue": "監督: {0}",
+ "GenreValue": "ジャンル: {0}",
+ "GenresValue": "ジャンル: {0}",
+ "TagsValue": "タグ: {0}",
+ "Off": "オフ",
+ "Title": "タイトル",
+ "Year": "年",
+ "Filter": "Filter",
+ "Filters": "フィルター",
+ "Unplayed": "未再生",
+ "LabelTVHomeScreen": "TV モード ホームスクリーン:",
+ "Horizontal": "水平",
+ "Vertical": "垂直",
+ "HeaderGroupBy": "グループ化",
+ "HeaderMediaType": "Media Type",
+ "GroupBySeries": "シリーズ別にグループ化",
+ "HeaderVideoType": "ビデオの種類",
+ "HeaderSeriesStatus": "シリーズの状態",
+ "Features": "機能",
+ "Trailers": "トレーラ",
+ "Extras": "エクストラ",
+ "ThemeSongs": "テーマソング",
+ "ThemeVideos": "テーマビデオ",
+ "HeaderFavoriteMovies": "お気に入りの映画",
+ "HeaderFavoritePhotos": "お気に入りの写真",
+ "HeaderFavoriteShows": "お気に入りの番組",
+ "HeaderFavoriteEpisodes": "お気に入りのエピソード",
+ "HeaderFavoriteVideos": "お気に入りのビデオ",
+ "HeaderFavoriteMusicVideos": "お気に入りのミュージックビデオ",
+ "HeaderFavoriteGames": "お気に入りのゲーム",
+ "HeaderFavoriteArtists": "お気に入りのアーティスト",
+ "HeaderFavoriteAlbums": "お気に入りのアルバム",
+ "HeaderFavoriteSongs": "お気に入りの曲",
+ "HeaderFavoriteAuthors": "お気に入りの著者",
+ "HeaderFavoriteAudioBooks": "お気に入りのオーディオブック",
+ "Ascending": "昇順",
+ "Descending": "降順",
+ "HeaderColorPrimaries": "原色",
+ "HeaderColorSpace": "空間",
+ "HeaderColorTransfer": "色転送",
+ "HeaderVideoRange": "ビデオレンジ",
+ "SeriesDisplayOrderHelp": "放送日、DVDオーダ、または絶対番号順にエピソードを並べます。",
+ "LabelVerticalPositionFromBottom": "垂直位置(下から)",
+ "HeaderFavoritePeople": "お気に入りの出演者",
+ "MultiSelect": "複数選択",
+ "HeaderSignOut": "サインアウト",
+ "HeaderSelectServer": "サーバ選択",
+ "HeaderChangeServer": "サーバーを変更",
+ "HeaderChangeUser": "ユーザーを変更",
+ "HeaderAppSettings": "アプリの設定",
+ "HeaderLoginSettings": "ログイン設定",
+ "LabelRememberLogin": "ログインを記憶する:",
+ "LabelAutomaticallySignOut": "自動的にサインアウトする:",
+ "BetaTesterMessage": "Emby ベータテスターに感謝します。{0}Emby コミュニティのテストエリア{1}にフィードバックを残してください。",
+ "HardwareAccelerated": "ハードウェアアクセラレーション",
+ "Software": "ソフトウェア",
+ "Metadata": "メタデータ",
+ "HeaderMediaInfo": "Media Info",
+ "Locked": "ロックされています",
+ "HeaderSplitVersionsApart": "バージョンの分割",
+ "Any": "任意",
+ "Admin": "管理者",
+ "HeaderReadMore": "続きを読む",
+ "CustomRatingHelp": "ペアレンタルコントロールの評価にはカスタム評価が使用されますが、表示はされません。ただし、ペアレンタルレーティングのフィールドは引き続き表示されます。",
+ "KeepUpToHelp": "制限を超えた録画は、次の録画が開始される際に削除されます。最も古い録画から、追加された日付順に削除されます。",
+ "NoItemsMatchingFound": "検索条件に一致するアイテムは見つかりませんでした。",
+ "TwoSearchCharsRequired": "検索文字を2文字以上入力してください。",
+ "PreventPlaybackContinuing": "ユーザー操作を促すプロンプトを定期的に表示することで、再生が永久に続くのを防ぎます。",
+ "PromptStillWatching": "「引き続き視聴しますか?」プロンプトを有効にする",
+ "HeaderMissingMetadata": "メタデータが見つかりません",
+ "HeaderIncludedIn": "含まれるもの",
+ "EmbyConnectUserAlreadyLinked": "このEmby Connectユーザーは、このサーバー上の別のユーザーに既にリンクされています。",
+ "VideoFilesWillBeConvertedTo": "変換されたビデオは {0} として保存されます。",
+ "VideoWillBeConvertedTo": "ビデオストリームは {0} に変換されるか、既に{0}であり、かつ品質が変換オプションの範囲内であれば元のファイルからコピーされます。",
+ "VideoWillBeConvertedToOrCopied": "ビデオストリームは{0}に変換されるか、{1}のいずれかであり、かつ品質が変換オプションの範囲内であれば元のファイルからコピーされます。",
+ "AudioWillBeConvertedTo": "オーディオストリームは{0}に変換されるか、既に{0}であり、かつ品質が変換オプションの範囲内であれば元のファイルからコピーされます。",
+ "AudioWillBeConvertedToOrCopied": "オーディオストリームは{0}に変換されるか、{1}のいずれかであり、かつ品質が変換オプションの範囲内であれば元のファイルからコピーされます。",
+ "HeaderSpecialKeys": "特別なキー",
+ "FollowingSpecialKeys": "以下の特別なキーは、ほとんどのキーボードとリモコンでサポートされています。",
+ "HeaderDeleteSeries": "シリーズを削除",
+ "HeaderDeleteLastPlayedEpisode": "最新のエピソードを削除",
+ "HeaderConnectingToServer": "サーバーに接続中",
+ "ServerNameValue": "サーバ名: {0}",
+ "DomainValue": "ドメイン: {0}",
+ "RatedValue": "評価 {0}",
+ "LocalServerRedirectMessage": "接続先として選択したサーバの管理者が所有・運営する次のドメインにリダイレクトされます:",
+ "AllMediaOwnedHosted": "全てのメディアは所有者 {0} によってホストされ管理されています。",
+ "EnableResolutionSwitching": "ビデオ解像度を合わせる",
+ "EnableResolutionSwitchingHelp": "これにより、Embyは再生を開始する前に、ビデオがエンコードされたのと同じ値に解像度を変更できます。これにより、一致しないビデオを再生する際に発生する可能性のある、カクつきやプルダウン(ジャダー)を最小限に抑えるのに役立つ場合があります。",
+ "EnableDisplayRefreshRateSwitching": "ディスプレイのリフレッシュレート切り替えを有効にする",
+ "EnableDisplayRefreshRateSwitchingHelp": "これにより、Embyは再生を開始する前に、ディスプレイのリフレッシュレートを、ビデオがエンコードされたフレームレートと同じ値(またはその倍数)に変更できます。これは、一致しないビデオを再生する際に発生する可能性のある、カクつきやプルダウン(ジャダー)を最小限に抑えるのに役立つ場合があります。",
+ "RememberSelectedAudioTracks": "オーディオトラックの選択を記憶する",
+ "RememberSelectedSubtitleTracks": "字幕トラックの選択を記憶する",
+ "RememberSelectedSubtitleTracksHelp": "字幕トラックの選択はビデオごとに記憶され、同じビデオを再び再生する際に再適用されます。",
+ "RememberSelectedAudioTracksHelp": "オーディオトラックの選択はビデオごとに記憶され、同じビデオを再び再生する際に再適用されます。",
+ "ClearSavedTrackSelections": "保存されたトラックの選択をクリア",
+ "HeaderClearTrackSelections": "保存されたトラックの選択をクリア",
+ "QuestionClearSavedTracks": "保存されているすべてのトラックの選択をクリアしますか?",
+ "LabelChannelTags": "チャンネルタグ",
+ "AfterThisPlaysConfirmation": "これが再生された後も再生を続けますか、それとも以前キューに入れた音楽をクリアしますか?",
+ "Keep": "保持",
+ "Clear": "クリア",
+ "HeaderClearFilters": "フィルターをクリア",
+ "HeaderSearchForImages": "画像を検索",
+ "HeaderSearchNewImage": "新しい画像を検索",
+ "HeaderSearchForAnImage": "画像を検索",
+ "DragDropToReorder": "ドラッグアンドドロップで並び替え",
+ "HeaderAddImageFromUrl": "URLから画像を追加",
+ "HeaderSetImageFromUrl": "URLから画像を設定",
+ "LabelUrl": "URL",
+ "LabelChannelNumber": "チャンネル番号",
+ "LabelGuideDataChannel": "ガイドデータチャンネル",
+ "GuideDataSource": "TV ガイドデータプロバイダ",
+ "HeaderCopyToClipboard": "クリップボードをコピー",
+ "TimeRemainingValue": "残り {0}",
+ "LabelResumeRewindSeconds": "再開時に自動で巻き戻す",
+ "ResumeRewindSecondsHelp": "これは、どこまで視聴したかを思い出すのに役立つ場合があります。これは最初の再開時に適用され、再生中の一時停止のたびには適用されません。",
+ "HeaderSavePlayQueueToPlaylist": "再生キューをプレイリストに保存",
+ "EnableLogoImagesAsTitle": "詳細画面でロゴ画像をタイトルとして表示",
+ "EnableLogoImagesAsTitleHelp": "ロゴ画像が利用可能な場合、ビデオやシリーズなどの詳細画面で、タイトルテキストの代わりにロゴ画像を使用できます。ロゴ画像が利用できない場合は、タイトルはテキストにフォールバックされます。",
+ "LabelNowPlayingAudioBackgroundStyle": "再生中のオーディオ背景スタイル",
+ "LabelNowPlayingVideoBackgroundStyle": "再生中のオーディオ背景スタイル",
+ "NowPlayingVideoBackgroundStyleHelp": "他のデバイスでビデオ再生をリモートコントロールしているときの背景スタイルを決定します。",
+ "Rotation": "回転する",
+ "Minutes": "分",
+ "LabelMaxRecordingLength": "最大録画時間",
+ "MaxRecordingLengthHelp": "放送の長さに関係なく、録画を指定された時間に制限します。制限なしにするには0に設定してください。",
+ "RemoteWAN": "リモート (WAN) アドレス",
+ "HeaderLastConnectedTo": "最終接続先",
+ "Version": "バージョン",
+ "Keyword": "キーワード",
+ "HeaderServerAddress": "サーバーアドレス",
+ "HeaderSkipIntro": "イントロをスキップ",
+ "HeaderCreateRecording": "録画を作成する",
+ "HeaderAddRecording": "録画を追加する",
+ "HeaderChannelAndTime": "チャンネルと時間",
+ "LabelRecordProgramOrSeriesFrom": "番組またはシリーズの録画",
+ "LabelStartTime": "開始時刻",
+ "LabelEndTime": "終了時刻",
+ "LabelFrequency": "頻度",
+ "Recurring": "反復",
+ "Once": "1回のみ",
+ "Start": "Start",
+ "Unpause": "再生を再開",
+ "LabelIntroSkipMode": "オープニングスキップモード",
+ "ShowSkipIntroButton": "スキップイントロボタンを表示",
+ "AutoSkipIntro": "オープニングを自動でスキップ",
+ "DisplayRatingInformationOnVideoPlaybackStart": "ビデオ再生開始時に評価情報を表示",
+ "DisplayRatingInformationOnVideoPlaybackStartHelp": "ビデオ再生の開始時に、評価情報が短時間表示されます。",
+ "IntroSkipModeHelp": "Embyサーバーでオープニングマーカーが検出されたエピソードについて、「オープニングをスキップ」ボタンを表示するか、オープニングを自動的にスキップします。この機能を使用するには、Embyサーバーのライブラリオプションでオープニング検出を有効にする必要があります。",
+ "EnableHomeScreenFocusPreview": "選択したアイテムの詳細プレビューを表示するレイアウトをホーム画面で使用",
+ "EnableHomeScreenFocusPreviewHelp": "ホーム画面にさまざまな種類のメディアが混在している場合、この機能はうまく機能しない可能性があります。",
+ "LabelHideMediaTransportButtons": "ビデオプレーヤーの操作ボタンを非表示にする",
+ "HideMediaTransportButtonsHelp": "早送り、巻き戻し、一時停止などの基本的な操作ボタンを非表示にして、画面上の再生インターフェースをシンプルにします。これらの機能は、矢印キーやOK/Enterキーで引き続き使用できます。自動を選択すると、アプリ内でマウスの使用が検出されない場合に操作ボタンが非表示になります。",
+ "ImageSizeHelp": "画像グリッドの希望のサイズを設定します。",
+ "LabelImageSize": "画像サイズ",
+ "ThisImageIsOnlyPreview": "この画像はメタデータ検索エンジンからのプレビューにすぎません。Embyサーバーが実際にダウンロードする画像は異なる場合があり、Embyライブラリの設定で構成したオプションによって決定されます。",
+ "ResultsRangeValue": "{0} to {1} of {2}",
+ "NotificationsDescription": "Emby Serverでの重要なイベントに関する通知を受け取るように設定します。",
+ "DeleteEmbyConnectAccount": "Emby Connectアカウントを削除",
+ "DeleteEmbyConnectAccountHelp": "Emby Connectアカウントを削除するには、{2}の{0}Embyコミュニティ{1}にサインインしてください。サインイン後、右上のユーザー名をクリックし、アカウント設定をクリックしてからマイアカウントを削除をクリックしてください。",
+ "KeepPlayingInBackground": "バックグラウンドで再生を続ける",
+ "LabelVideoBackBehavior": "ビデオプレーヤーの戻るボタンの動作",
+ "HeaderViewLyrics": "歌詞を表示",
+ "HeaderViewMissingEpisodes": "欠落したエピソードを見る",
+ "HeaderMissingEpisodes": "欠落したエピソード",
+ "HeaderManageAccess": "アクセスを管理",
+ "HeaderManageCollaboration": "コラボレーションを管理",
+ "HeaderLeaveCollaboration": "コラボレーションから退出",
+ "HeaderRemoveFromLibrary": "ライブラリから削除",
+ "RemoveSharedItemConfirmation": "このアイテムをライブラリから削除してもよろしいですか?元に戻すには、所有者から再度アクセス権を付与してもらう必要があります。",
+ "SubtitlesDownloaded": "ダウンロードされた字幕",
+ "HeaderMakePrivate": "非公開にする",
+ "HeaderMakePublic": "公開にする",
+ "MakePublicDescription": "すべてのユーザーがこの項目を閲覧できるようになります。編集権限は個別に付与できます。",
+ "MakePrivateDescription": "すべてのユーザーがこの項目を閲覧できるようになります。編集権限は個別に付与できます。",
+ "Private": "プライベート",
+ "Public": "パブリック",
+ "Collaborative": "共同編集",
+ "PreferredShowDisplay": "TV番組の表示方法の優先設定",
+ "ShowAllEpisodesAllSeasons": "すべてのシーズンの全エピソードをまとめて表示",
+ "ShowAllEpisodesSingleSeason": "単一シーズン作品のみ全エピソードを表示",
+ "ShowSeasonFolders": "常にシーズンフォルダを表示",
+ "HeaderAddAgain": "再度追加",
+ "UpNext": "次に再生",
+ "ItemsAlreadyInPlaylist": "一部の項目はすでにプレイリストに追加されています。",
+ "ItemAlreadyInPlaylist": "この項目はすでにプレイリストに追加されています。",
+ "HeaderPlayChannel": "チャンネル再生",
+ "LabelScreenOrientationDuringVideo": "動画再生中の画面の向き",
+ "UseDeviceSetting": "デバイスの設定を使用",
+ "LockToLandscape": "横向きに固定",
+ "UsernameForFolderHelp": "このフォルダにネットワーク経由でアクセスするために必要なユーザー名(該当する場合)",
+ "PasswordForFolderHelp": "このフォルダにネットワーク経由でアクセスするために必要なパスワード(該当する場合)",
+ "ShowMediaInfoOnDetailScreens": "音声および動画の詳細画面下部に完全なメディア情報を表示する",
+ "ForgotPasswordNoUserFound": "入力された名前のユーザーは見つかりませんでした。もう一度お試しいただくか、名前を空欄にするとこのサーバー上のすべてのユーザーのパスワードをリセットできます。",
+ "Silver": "シルバー",
+ "DimGray": "ディムグレー",
+ "DarkGray": "ダークグレー",
+ "LightGray": "ライトグレー",
+ "Black": "ブラック",
+ "Blue": "ブルー",
+ "Cyan": "シアン",
+ "Gray": "グレイ",
+ "Green": "グリーン",
+ "Lime": "ライム",
+ "Magenta": "マゼンタ",
+ "Orange": "オレンジ",
+ "Pink": "ピンク",
+ "Red": "レッド",
+ "Yellow": "イエロー",
+ "White": "ホワイト",
+ "Purple": "パープル",
+ "RecentlyReleasedMovies": "最近公開された映画",
+ "RecentlyReleasedEpisodes": "最近配信されたエピソード",
+ "DolbyProfile": "Dolbyプロファイル",
+ "IpAddress": "IPアドレス",
+ "VideoType": "ビデオの種類",
+ "HidePlayedMediaFrom": "再生済みメディアの非表示対象",
+ "BottomEdgePosition": "下端の位置",
+ "VerticalPositionFromBottomScreen": "字幕の垂直位置を画面下端を基準に設定します。",
+ "TopEdgePosition": "上端の位置",
+ "TopEdgePositionHelp": "画面上部を基準に、字幕の最大表示位置を設定します。字幕に上部表示の位置指定が含まれる場合に使用されます。",
+ "HeaderSubtitlePosition": "字幕プロファイル",
+ "TitleProfilePin": "プロファイルPIN",
+ "ProfilePinConfirm": "プロファイルPIN (確認)",
+ "SaveProfilePin": "PINを保存する",
+ "ProfilePinDescription": "すでにサインインしているEmbyアプリに戻る際に入力を求められる、任意のPINコードを作成できます。\n複数のユーザーで共有されているデバイスがある場合に便利です。この機能は、必要に応じて各デバイスごとに個別に有効化できます。",
+ "TitleNewEpisodes": "新しいエピソード",
+ "EnterYourPinToContinue": "あなたのPINを入力して次へ",
+ "YourPinMustBe": "PINは {0} 桁以上にしてください。",
+ "ForgotPin": "PINを忘れましたか?",
+ "RequireEnteringPinToReturn": "このアプリに戻るたびにプロフィールのPINコードの入力を求める",
+ "RequireEnteringPinToReturnQuestion": "このアプリに戻るたびにプロフィールのPINコードを入力するようにしますか?このデバイスを複数のユーザーで共有している場合、プロフィールPINを設定することで他のユーザーによるデータへのアクセスを防ぐことができます。",
+ "RequireEnteringPinToReturnHelp": "このデバイスが複数のユーザーで共有されている場合に便利です。",
+ "WrongPinPleaseTryAgain": "間違ったPINのようです。もう一度お試しください。",
+ "ProfilePinIsOn": "プロフィールPINは現在有効です。",
+ "IfTryingToConnectToHttp": "EmbyサーバーにHTTPアドレスで接続しようとしている場合、ブラウザのHTTPS要件によりブロックされている可能性があります。以下のいずれかをお試しください:",
+ "SetupHttpsForYourServer": "{0}HTTPS を Emby サーバーで設定{1}すると、HTTPS を使って接続できるようになります。",
+ "TitleUnableToReachServer": "サーバーに接続できません",
+ "TitleUnableToReachName": "{0} に接続できません",
+ "HearingImpaired": "聴覚障がい者向け",
+ "SignIntoServerName": "Sign in to {0}",
+ "About": "Emby について",
+ "Specials": "スペシャル",
+ "NSettings": "{0} 設定",
+ "NPreferences": "{0} 設定",
+ "DetailScreenOptions": "詳細画面",
+ "LabelGenreDisplayLimit": "ジャンル表示制限",
+ "GenreDisplayLimitHelp": "項目の詳細画面上部に表示されるジャンルの数を制限します。",
+ "GenreDisplayLimitForListsHelp": "プレイリスト、コレクション、アーティストの詳細画面上部に表示されるジャンルの数を制限します。",
+ "LabelGenreDisplayLimitForLists": "ジャンル表示の上限(リスト用)",
+ "ShowPosterOnDetails": "詳細画面にポスター画像を表示する",
+ "ShowPosterOnDetailsHelp": "動画の詳細画面にポスター画像を表示するか、背景を強調するミニマルな外観にするかを選択できます。この設定は小さな画面レイアウトでは使用されません。また、一部の項目タイプではこの設定が無視されます。",
+ "EnableAppLogging": "アプリのログ記録を有効にする",
+ "EnableAppLoggingHelp": "ログの記録はアプリのパフォーマンスを低下させる可能性があるため、基本的にはトラブルシューティング時など必要な場合のみ有効にしてください。設定を変更した場合は、アプリの再起動が必要です。",
+ "LabelSlideshowInterval": "写真スライドショーの各スライドの表示時間",
+ "TVChannelImageEditorHelp": "複数のロゴバージョンに対応しています。Embyアプリは現在のテーマに応じて適切なロゴを自動的に選択します。",
+ "PlaySlideshow": "スライドショー再生",
+ "CheckForExistingEpisodesInAllLibraries": "すべてのライブラリで既存のエピソードを確認します。",
+ "GroupNotificationsBySeriesOrAlbum": "通知をシリーズやアルバムごとにまとめて表示",
+ "ThemeSettings": "テーマ設定",
+ "FollowingActivityWillBeDisrupted": "以下の操作で問題が発生し、中断される可能性があります。再開には手動での対応が必要になる場合があります。",
+ "OneActivePlaybackSession": "再生中のセッションが 1 件あります",
+ "NumActivePlaybackSessions": "再生中のセッションが {0} 件あります",
+ "OneActiveRecording": "1 アクティブな録画",
+ "NumActiveRecordings": "{0} アクティブな録画",
+ "PlayFromLivePosition": "ライブ位置から再生",
+ "PlayFromStartOfRecording": "録画の最初から再生",
+ "ThisChannelIsActivelyRecording": "このチャンネルは現在録画中です。再生を開始する方法を選んでください。",
+ "ThemeSongVolume": "テーマソング音量",
+ "HeaderForceConversionForFormats": "フォーマットごとにトランスコードを強制",
+ "ForceConversionForFormatsHelp": "この設定を使用すると、このデバイスでのダイレクト再生に適さないフォーマットに対して、サーバー側でのトランスコードまたはリマックスを強制できます。",
+ "StartupBehavior": "起動時の動作",
+ "RememberLastUser": "最後に使用したユーザーを記憶する",
+ "ShowLoginScreen": "ログイン画面を表示する",
+ "SignInAsValue": "Sign in as {0}",
+ "ConvertUnsupportedAudio": "非対応のサラウンド音声をDolby Digitalに変換",
+ "ConvertUnsupportedAudioHelp": "非対応のサラウンドフォーマットをステレオにダウンミックスせず、Emby Server でDolby Digitalにトランスコードさせることで再生する",
+ "HeaderPlaybackCorrection": "再生補正",
+ "HeaderAttemptPlaybackCorrection": "再生補正を試みる",
+ "PlaybackCorrectionConfirm": "再生補正を試みますか?",
+ "PlaybackCorrectionDescription": "現在の項目で動画や音声が再生されないなどの問題が発生していますか?この操作では、サーバー側のトランスコードを使用して、よりストリーミングに適した形式に変換し、再生問題を修正しようとします。これにより、Emby Serverのリソース消費が増加します。",
+ "PlaybackCorrectionDescription2": "この操作は動画ごとに最大3回まで行えます。リマックス、動画トランスコード、音声トランスコードはそれぞれ1回ずつ順番に実行されます。",
+ "HeaderAlbumsAsContributingArtist": "参加アーティストとしてのアルバム",
+ "HeaderAlbumsAsComposer": "作曲者としてのアルバム",
+ "Duplicates": "重複項目",
+ "HeaderSleepTimer": "スリープタイマー",
+ "AfterCurrentItem": "現在の項目の再生後",
+ "HeaderStopPlayback": "再生を停止",
+ "TurnOffTimer": "タイマーをオフにする",
+ "SleepTimerIsSet": "スリープタイマーが設定されました",
+ "SleepTimerIsOff": "スリープタイマーはオフです",
+ "LabelEnableRemoteControlTVMode": "キャストおよびリモコン機能を表示",
+ "EnableRemoteControlTVModeHelp": "このデバイスから他のデバイスにメディアを送信する場合は、有効にしてください。",
+ "ShowOnScreenControls": "画面上のコントロールを表示",
+ "LabelVideoScreenUpAction": "Video player up action",
+ "VideoScreenUpActionHelp": "動画プレーヤー画面で上キーを押したときの動作を選択してください。これは、画面上のコントロールが非表示の場合に適用されます。コントロールが表示されている場合、上キーはナビゲーションに使用されます。",
+ "LabelVideoPlayerLongPressAction": "動画プレーヤーの長押し操作の動作",
+ "LetsGetSetup": "セットアップを始めましょう",
+ "VideoPlayerLongPressActionHelp": "動画再生中にOKボタンを長押ししたときに表示される機能やメニューを選択してください。この設定は、動画コントロールが非表示の場合、またはシークバーにフォーカスがある場合にのみ適用されます。",
+ "AskAdminToGetPremiere": "この購入はサーバー管理者によって行う必要があります。Embyのプレミアム機能を利用するには、Emby Server の管理者にサインインしてEmby Premiereを取得してもらってください。",
+ "AutoOpenSingleItemsFolders": "フォルダ表示で単一の項目を自動で開く",
+ "AutoOpenSingleItemsFoldersHelp": "フォルダ内に項目が1つしかない場合、その項目を自動的に開きます。",
+ "PlayedOnValue": "{0}を再生しました",
+ "TheseSettingsApplyAppDevice": "これらの設定は、このデバイスで再生するすべてのユーザーに適用されます。",
+ "LastContentDateAdded": "最終コンテンツ追加日",
+ "RepeatThemeMedia": "テーマソングを繰り返し再生",
+ "HideEpisodeSpoilerInfo": "未視聴のエピソードからネタバレ情報を非表示にする",
+ "HideEpisodeSpoilerInfoHelp": "ほとんどの画面で、未視聴のエピソードの画像と概要を非表示にします。",
+ "BornValueAge": "生年月日: {0}(年齢 {1})",
+ "PreferDirectStreamLiveTV": "ライブTVはできるだけ直接ストリーミングを優先する",
+ "PreferDirectStreamLiveTVHelp": "ライブTVの直接ストリーミングは、Embyサーバーのリソース消費を抑えられますが、再生中のシーク操作が制限される場合があります。有効にすると、フォーマットが対応しており設定した品質範囲内である場合にライブTVを直接ストリーミングします。無効にすると、再生中のシーク操作がしやすくなりますが、追加のリソースを消費します。",
+ "HeaderAllRecordings": "すべての録画",
+ "RememberLoginDescription": "サインイン後、アプリの設定で起動時の動作を構成できます。ログイン情報を記憶する、特定のユーザーでサインインする、または常にログイン画面を表示する、といった設定が可能です。",
+ "ForgetThisServer": "このサーバーを忘れる",
+ "ForgetServerConfirmation": "このサーバーを忘れてもよろしいですか?",
+ "HeaderThisDevice": "このデバイス",
+ "ChaptersGuide": "Chapters / Live TV Guide",
+ "ChaptersGuideHelp": "Show Chapters for media with chapters. For media without chapters, show the Live TV Guide (when available).",
+ "HeaderShowSeriesImages": "Show Series Images",
+ "AppExitConfirmation": "Are you ready to exit Emby?",
+ "AppExitMenu": "Exit menu",
+ "SideMenu": "Side navigation menu",
+ "SystemStorage": "System storage ({0})"
+}
diff --git a/modules/common/strings/kk.json b/modules/common/strings/kk.json
new file mode 100644
index 0000000..f6a63a9
--- /dev/null
+++ b/modules/common/strings/kk.json
@@ -0,0 +1,1340 @@
+{
+ "ReplaceExistingThumbnailImages": "Replace existing video preview thumbnails",
+ "ReplaceExistingThumbnailImagesHelp": "All existing video preview thumbnails will be deleted and new ones will be generated, if enabled in the options for the library.",
+ "DateCreated": "Date Created",
+ "CreatedOnValue": "Created {0}",
+ "UpdatedOnValue": "Updated {0}",
+ "EmbyLoginTerms": "Emby is designed to help you manage your personal media library, such as home videos and photos. Please see our {0}terms of use{1}. The use of any Emby software constitutes acceptance of these terms.",
+ "MessageUnableToConnectToServer": "Таңдалған серверге қосылуымыз дәл қазір мүмкін емес. Бұл іске қосылғанына көз жеткізіңіз және әрекетті кейін қайталаңыз.",
+ "EmbyIntroMessage": "Emby арқылы бейнелерді, музыканы және фотосуреттерді Emby Server жағынан қалтафондарға, планшеттерге және тағы басқа құрылғыларға ағынмен жеңіл тасымалдауыңыз мүмкін",
+ "HeaderSignInWithConnect": "Emby Connect арқылы қосылу",
+ "HeaderWelcomeToEmby": "Emby ішіне қош келдіңіз!",
+ "HeaderNewUsers": "Жаңа пайдаланушылар",
+ "HeaderPleaseSignIn": "Кіріңіз",
+ "MessageInvalidUser": "Жарамсыз пайдаланушы аты немесе құпия сөз. Әрекетті қайталаңыз.",
+ "MessageUnlockAppWithPurchaseOrSupporter": "Осы құрамдасты бір жолғы сатып алу, немесе белсенді Emby Premiere жазылымы арқылы құрсаудан босату.",
+ "MessageUnlockAppWithSupporter": "Осы құрамдасты белсенді Emby Premiere жазылымы арқылы құрсаудан босату.",
+ "MessageToValidateSupporter": "Егер сізде белсенді Emby Premiere жазылымы болса, Emby Server тақтасындағы Emby Premiere орнатылып теңшелгеніне көз жеткізіңіз. Бұл басты мәзірде Emby Premiere дегенді нұқып қатынаулы.",
+ "ValueSpecialEpisodeName": "Арнайы - {0}",
+ "HeaderSignIn": "Sign In",
+ "Share": "Ортақтасу",
+ "Shared": "Shared",
+ "Info": "Info",
+ "Add": "Үстеу",
+ "Speed": "Speed",
+ "PlaybackSpeed": "Playback Speed",
+ "Chapters": "Chapters",
+ "Password": "Password",
+ "SavePassword": "Save Password",
+ "LabelPassword": "Құпия сөз:",
+ "HeaderResetPassword": "Reset Password",
+ "Series": "Series",
+ "Preview": "Preview",
+ "Submit": "Submit",
+ "Never": "Never",
+ "Table": "Table",
+ "HeaderScheduledTasks": "Scheduled Tasks",
+ "Plays": "Plays",
+ "LastUsedAddressValue": "Last used {0}",
+ "LabelKeywordType": "Keyword type",
+ "HeaderSelectColumns": "Select Columns",
+ "HeaderTopResults": "Top Results",
+ "HeaderPinSidebar": "Pin Sidebar",
+ "Collapse": "Collapse",
+ "LabelBackgroundVideoPlayback": "Background video playback",
+ "BackgroundVideoPlaybackHelp": "Background playback allows video to keep playing even when the screen is turned off.",
+ "AlwaysOn": "Always on",
+ "HeadphonesOrExternalSpeakersConnected": "Headphones or external speakers connected",
+ "HeaderKeyboardAndRemote": "Keyboard and Remote",
+ "NoSelectedItemsSupportOperation": "There are no items selected that support this operation.",
+ "NoOperationsForSelectedItems": "There are no operations available for the selected items.",
+ "UploadOnlyOnWifi": "Upload only on Wifi",
+ "HeaderFoldersToUpload": "Folders to Upload",
+ "LabelPasswordConfirm": "Құпия сөз (растау)",
+ "HeaderMoveUpInOrder": "Move Up In Order",
+ "HeaderDownUpInOrder": "Move Down In Order",
+ "LabelUsername": "Пайдаланушы аты:",
+ "HeaderAddServer": "Add Server",
+ "HeaderSubtitleOffset": "Subtitle Offset",
+ "Watching": "Watching",
+ "HeaderRemoveFromContinueWatching": "Remove from Continue Watching",
+ "RemoveThisTitleFromContinueWatching": "Remove this title from Continue Watching?",
+ "HeaderRemoveFromContinueListening": "Remove from Continue Listening",
+ "RemoveThisTitleFromContinueListening": "Remove this title from Continue Listening?",
+ "HeaderIncreaseSubtitleOffset": "Increase Subtitle Offset",
+ "HeaderDecreaseSubtitleOffset": "Decrease Subtitle Offset",
+ "Close": "Close",
+ "HeaderSeeAll": "See All",
+ "HeaderOpenInNewWindow": "Open in New Window",
+ "LabelEmail": "Э-пошта:",
+ "LabelHost": "Host",
+ "LabelHostHelp": "Example: 192.168.1.100 or https://myserver.com",
+ "LabelPort": "Port",
+ "Disabled": "Disabled",
+ "Uninstall": "Uninstall",
+ "Enable": "Enable",
+ "AllTuners": "All Tuners",
+ "Disable": "Disable",
+ "NextValue": "Next: {0}",
+ "HeaderNextItem": "Next Item",
+ "HeaderPreviousItem": "Previous Item",
+ "NoTrailersMessage": "No Trailers found. To add Trailers, please install the Trailer plugin from the {0}Emby plugin catalog{1}.",
+ "UninstallPluginConfirmation": "Are you sure you wish to uninstall this plugin?",
+ "HeaderUninstallPlugin": "Uninstall Plugin",
+ "AreYouStillWatching": "Are you still watching?",
+ "LabelCurrentPassword": "Current password",
+ "LabelNewPassword": "New password",
+ "LabelNewPasswordConfirm": "New password confirm",
+ "HeaderRemovePassword": "Remove Password",
+ "ServerUpdateNeeded": "Осы Emby Server жаңартылуы қажет. Соңғы нұсқасын жүктеп алу үшін, {0} кіріңіз",
+ "MessageThankYouForConnectSignUp": "Emby Connect үшін тіркелгенге алғыс. Мекенжайыңызға жіберілетін Э-пошта хабарында жаңа тіркелгіңізді қалай растау туралы нұсқаулар болады. Кіру үшін тіркелгіні растаңыз және кейін осында қайта оралыңыз.",
+ "MessageThankYouForConnectSignUpNoValidation": "Thank you for signing up for Emby Connect! You will now be asked to login with your Emby Connect information.",
+ "ErrorMessagePasswordNotMatchConfirm": "Құпия сөз бен Құпия сөз растау өрістері сәйкес болуы қажет.",
+ "ErrorMessageUsernameInUse": "Пайдаланушы аты әлдеқашан пайдаланылуда. Жаңа атын таңдаңыз да әрекетті қайталаңыз.",
+ "ErrorMessageEmailInUse": "Э-пошта мекенжайы әлдеқашан пайдаланылуда. Жаңа Э-пошта мекенжайын таңдаңыз да әрекетті қайталаңыз, немесе Құпия сөзді еске салу құрамдасын пайдаланыңыз.",
+ "HeaderUpcomingOnTV": "Upcoming On Live TV",
+ "HeaderOtherShowings": "Other Showings",
+ "Showings": "Showings",
+ "HeaderConnectToServer": "Серверге қосылу",
+ "ConnectToServerManually": "Connect to server manually",
+ "LabelEnterConnectUserNameHelp": "Бұл сіздің Emby желілік тіркелгіңіздің пайдаланушы аты не Э-пошта мекенжайы болып табылады.",
+ "HeaderSignInError": "Sign In Error",
+ "HeaderManualLogin": "Manual Login",
+ "PasswordResetConfirmation": "Are you sure you wish to reset the password?",
+ "ContactAdminToResetPassword": "Please contact your system administrator to reset your password.",
+ "ForgotPasswordInNetworkRequired": "Please try again within your home network to initiate the password reset process.",
+ "ForgotPasswordFileCreated": "The following file has been created on your server and contains instructions on how to proceed:",
+ "ForgotPasswordFileExpiration": "The reset pin will expire at {0}.",
+ "InvalidForgotPasswordPin": "An invalid or expired pin was entered. Please try again.",
+ "PasswordResetForUsers": "Passwords have been removed for the following users. To login, sign in with a blank password.",
+ "HeaderForgotPassword": "Forgot Password?",
+ "ForgotPasswordUsernameHelp": "Leave this blank if you don't remember your username.",
+ "HeaderPasswordReset": "Password Reset",
+ "AttributeNew": "Жаңа",
+ "Done": "Done",
+ "HeaderResetToDefault": "Reset to Default",
+ "Deinterlacing": "Deinterlacing",
+ "HeaderBurningInSubtitles": "Burning in Subtitles",
+ "Premiere": "Тұсаукесері",
+ "LabelPinCode": "Pin code",
+ "LabelLocalNetworkPinCode": "Local network pin code",
+ "LabelLocalNetworkPasswordMode": "Local network sign in mode",
+ "RequirePasswordInLocalNetwork": "Require a password on the local network",
+ "NoPasswordInLocalNetwork": "Don't require a password on the local network",
+ "PinCodeInLocalNetwork": "Allow a numeric pin code on the local network",
+ "LocalNetworkPasswordModeHelp": "Select the sign in method for devices on the same local network as your Emby Server.",
+ "HeaderLocalNetworkAccess": "Local Network Access",
+ "Live": "Тікелей",
+ "Reset": "Reset",
+ "Repeat": "Қайталау",
+ "Track": "Track",
+ "Tracks": "Жолшықтар",
+ "HeaderCameraUpload": "Camera Upload",
+ "TrackCount": "{0} жолшық",
+ "ItemCount": "{0} тармақ",
+ "NumberChannelsValue": "{0} Channels",
+ "HeaderLatestMusic": "Ең кейінгі музыка",
+ "HeaderLatestAudioBooks": "Latest Audio Books",
+ "HeaderLatestDownloadedVideos": "Latest Downloaded Videos",
+ "HeaderRecentlyPlayed": "Жуырда ойнатылған",
+ "Recent": "Recent",
+ "HeaderFrequentlyPlayed": "Жиі ойнатылғандар",
+ "HeaderMoreLikeThis": "More Like This",
+ "HeaderMoreLikeThisOnLiveTV": "Осы сияқты эфирде көбірек",
+ "OriginalAirDateValue": "Бастапқы эфир: {0}",
+ "EndsAtValue": "Аяқталуы: {0}",
+ "Date": "Date",
+ "AirDate": "Эфир күні",
+ "Played": "Ойнатылған",
+ "Daily": "Daily",
+ "Weekly": "Weekly",
+ "RequireHashMatch": "Require a hash match",
+ "RequireHashMatchHelp": "Requiring a hash match will filter subtitles to include only those that have been tested with your exact video file. Unchecking this will increase the number of matched subtitles, but will also increase the chances of mistimed or incorrect subtitle text.",
+ "SearchForForcedSubtitlesOnly": "Forced subtitles only",
+ "SearchForForcedSubtitlesOnlyHelp": "Requiring forced subtitles will limit results to subtitles that are tagged as having a foreign language.",
+ "LastEpisodeDateAdded": "Last Episode Date Added",
+ "LastEpisodeDateAired": "Last Episode Date Released",
+ "LabelPlaystate": "Ойнату күйі:",
+ "Studio": "Studio",
+ "Tag": "Tag",
+ "EpisodeTitle": "Episode Title",
+ "Audio": "Audio",
+ "Video": "Video",
+ "Subtitle": "Subtitle",
+ "Image": "Image",
+ "CopyStream": "Copy original stream",
+ "LabelAudioLayout": "Audio layout",
+ "LabelAudioCodec": "Дыбыстық кодек:",
+ "LabelAudioLanguage": "Audio language",
+ "LabelSubtitleLanguage": "Subtitle language",
+ "LabelVideoCodec": "Бейнелік кодек:",
+ "LabelSubtitleCodec": "Субтитрлер кодегі:",
+ "LabelParentalRating": "Жастас санаты:",
+ "BecauseYouLikeValue": "Өйткені {0} жараттыңыз",
+ "BecauseYouWatchedValue": "Өйткені {0} қарадыңыз",
+ "DirectedByValue": "Қоюші {0}",
+ "StarringValue": "Бас ролінде {0}",
+ "Invitations": "Шақырулар",
+ "ActorAsRole": "{0} ретінде",
+ "ButtonOk": "Жарайды",
+ "GroupItemsIntoCollections": "Жиынтықтар ішіндегі тармақтарды топтастыру",
+ "GroupItemsIntoCollectionsHelp": "Үстелген жиынтықтарға негізделген топтық тармақтар. Кейбір сүзгілерді немесе сұрыптау ретін қосу бұны автоматты түрде өшіруі мүмкін.",
+ "GroupItemsIntoTags": "Group items into tags",
+ "GroupItemsIntoTagsHelp": "Group items based on tags they've been added to. Enabling certain filters or sort orders may automatically disable this.",
+ "User": "User",
+ "Access": "Access",
+ "Users": "Пайдаланушылар",
+ "Library": "Тасығышхана",
+ "Devices": "Құрылғылар",
+ "Cancel": "Болдырмау",
+ "Restart": "Қайта іске қосу",
+ "Shutdown": "Жұмысты аяқтау",
+ "Logs": "Logs",
+ "Visibility": "Visibility",
+ "Notifications": "Notifications",
+ "SendTestNotification": "Send Test Notification",
+ "NotificationSent": "Notification sent",
+ "DeleteNotificationConfirmation": "Are you sure you wish to delete this notification?",
+ "DeleteNotification": "Delete Notification",
+ "AddNotification": "Add Notification",
+ "EditNotification": "Edit Notification",
+ "LimitUserEventsTo": "Limit user events to",
+ "LimitLibraryEventsTo": "Limit library events to",
+ "LimitDeviceEventsTo": "Limit devices events to",
+ "ForAdditionalNotificationOptions": "Additional notification services can be installed by the server administrator in the Emby {0}plugin catalog{1}.",
+ "Plugins": "Plugins",
+ "Systems": "Жүйелер",
+ "Server": "Server",
+ "Dashboard": "Dashboard",
+ "PlayOnAnotherDevice": "Play on another device",
+ "HeaderConnectionHelp": "Қосылым туралы анықтама",
+ "AccessRestrictedTryAgainLater": "Ағымда қатынау шектелген. Әрекетті кейін қайталаңыз.",
+ "ButtonGotIt": "Түсінікті",
+ "RememberMe": "Есте сақтау",
+ "EmbyServer": "Emby Server",
+ "ManageEmbyServer": "Emby Server басқару",
+ "ShutdownServer": "Emby Server жұмысын аяқтау",
+ "RestartServer": "Emby Server қайта іске қосу",
+ "RecordingCancelled": "Жазба болдырылмады.",
+ "SeriesCancelled": "Телехикая болдырылмады.",
+ "Recording": "Recording",
+ "SeriesRecording": "Series Recording",
+ "RecordingScheduled": "Жазу жоспарлаған.",
+ "SeriesRecordingScheduled": "Телехикая жазуы жоспарлаған.",
+ "HeaderNewRecording": "Жаңа жазба",
+ "HeaderWakeServer": "Серверді ояту",
+ "AttemptingWakeServer": "Серверді ояту әрекеті жасалуда. Күте тұрыңыз...",
+ "WakeServerSuccess": "Сәттілік!",
+ "HeaderCustomizeHomeScreen": "Басты экранды реттеу",
+ "WakeServerError": "Wake On LAN пакеттері сіздің серверіңізге жіберілді, бірақ сіздің Emby Server үшін қосыла алмаймыз. Құрылғыңызды ояту үшін біраз уақыт қажет болуы мүмкін немесе Emby Server құрылғыда белсенді жұмыс істемеуі мүмкін.",
+ "Days": "Күндер",
+ "Network": "Network",
+ "Networks": "ТД-желілер",
+ "SortByValue": "Сұрыптау тәсілі {0}",
+ "HeaderSortBy": "Sort By",
+ "HeaderPhotoAlbums": "Фотоальбомдар",
+ "Photos": "Фотосуреттер",
+ "HeaderAppearsOn": "Көруге болады",
+ "List": "Тізім",
+ "HeaderRecordSeries": "Record Series",
+ "HeaderCinemaMode": "Кинотеатр режімі",
+ "Conversions": "Conversions",
+ "Downloads": "Жүктеулер",
+ "HeaderManageDownloads": "Manage Downloads",
+ "InternalStorage": "Ішкі жад",
+ "ExternalStorage": "Сыртқы жад",
+ "UploadToFollowingServers": "Upload to Servers",
+ "UploadingNumItems": "Uploading {0} of {1}",
+ "DownloadNumItems": "Downloading {0} of {1}",
+ "HeaderSampleRate": "Sample Rate",
+ "HeaderReferenceFrames": "Reference Frames",
+ "HeaderBitDepth": "Bit Depth",
+ "HeaderPixelFormat": "Pixel Format",
+ "Profile": "Profile",
+ "Bitrate": "Bitrate",
+ "Expand": "Expand",
+ "Container": "Container",
+ "Format": "Format",
+ "Path": "Path",
+ "Size": "Size",
+ "Resolution": "Resolution",
+ "HeaderCodecTag": "Codec Tag",
+ "Framerate": "Framerate",
+ "Interlaced": "Interlaced",
+ "Anamorphic": "Anamorphic",
+ "Level": "Level",
+ "Timestamp": "Timestamp",
+ "Language": "Language",
+ "Codec": "Codec",
+ "Stream": "Stream",
+ "HeaderExtradata": "Extra Data",
+ "HeaderHardwareAcceleratedTranscoding": "Hardware Accelerated Transcoding",
+ "HeaderHardwareAcceleratedTranscodingDescription": "Take advantage of your server GPU. Emby has the most advanced and fastests hardware accelleration in the industry.",
+ "HeaderOfflineDownloads": "Дербес тасығышдерек",
+ "AndMuchMoreExclamation": "And much more!",
+ "HeaderOfflineDownloadsDescription": "Оңай дербес қолдану үшін құрылғыларыңызға тасығышдеректерді жүктеп алыңыз.",
+ "LiveTvFeatureDescription": "Emby Server орнатылған үйлесімді ТД-тюнер құрылғысы арқылы кез келген Emby-қолданбаға ТД-эфирді тікелей жіберу.",
+ "DvrFeatureDescription": "Emby DVR кестесіне жеке эфирлік жазбаларды, топтама жазбаларды, және онан басқаларды енгізіңіз.",
+ "CinemaModeFeatureDescription": "Кинотеатр режімі трейлерлерді және теңшелген көрнеуді фильм алдында ойнату кинозал әсерін жеткізеді.",
+ "HeaderFreeApps": "Тегін Emby қолданбалары",
+ "FreeAppsFeatureDescription": "Құрылғыларыңыз үшін Emby-қолданбаларына тегін қатынаңыз.",
+ "HeaderBecomeProjectSupporter": "Emby Premiere алу",
+ "HeaderViewServerInfo": "View Server Info",
+ "PlaybackTvModeRequiresEmbyPremiere": "Media playback in TV mode requires an active {0}Emby Premiere subscription{1}.",
+ "FeatureRequiresEmbyPremiere": "Осы құрамдас үшін белсенді {0}Emby Premiere жазылымы{1} қажет.",
+ "HeaderConvertYourRecordings": "Жазбаларыңызды түрлендіру",
+ "Record": "Жазу",
+ "Save": "Сақтау",
+ "Edit": "Өңдеу",
+ "HeaderSavePlaylist": "Save Playlist",
+ "Latest": "Ең кейінгі",
+ "Download": "Жүктеп алу",
+ "Downloaded": "Жүктеліп алынды",
+ "Converted": "Converted",
+ "RemoveFromHistory": "Remove from History",
+ "ConfirmRemoveFromHistory": "Remove this item from the history?",
+ "Downloading": "Жүктеп алуда",
+ "Advanced": "Кеңейтілген",
+ "LinkedToEmbyConnect": "Linked to Emby Connect",
+ "Delete": "Жою",
+ "Both": "Both",
+ "LabelChannelDisplay": "Channel display",
+ "HeaderDeleteItem": "Тармақты жою",
+ "HeaderDeleteUser": "Delete User",
+ "DeleteItemConfirmation": "Are you sure you wish to delete {0}?",
+ "DeleteUserConfirmation": "Are you sure you wish to delete user {0}?",
+ "DeleteUsersConfirmation": "Are you sure you wish to delete these {0} users?",
+ "HeaderDeleteDevice": "Delete Device",
+ "DeleteDeviceConfirmation": "Are you sure you wish to delete this device? It will reappear the next time a user signs in with it.",
+ "ConfirmDeleteItem": "Осы тармақты жойғанда, ол файл жүйесінен де, тасығышханаңыздан да жойылады. Шынымен жалғастыру қажет пе?",
+ "FollowingFilesWillBeDeleted": "The following files and folders will be deleted:",
+ "AreYouSureToContinue": "Are you sure you wish to continue?",
+ "Refresh": "Жаңғырту",
+ "RefreshingMetadataDots": "Refreshing metadata...",
+ "ScanningLibraryFilesDots": "Scanning library files...",
+ "HeaderFavoritesThenByChannelNumber": "Favorites, Then by Channel Number",
+ "HeaderAddToCollection": "Жиынтыққа үстеу",
+ "HeaderFavoritesThenByTitle": "Favorites, Then by Title",
+ "HeaderFavoritesThenByDefault": "Favorites, Then by Default Channel Order",
+ "HeaderDefaultChannelOrder": "Default Channel Order",
+ "HeaderAddToFavorites": "Add to Favorites",
+ "HeaderRemoveFromFavorites": "Remove from Favorites",
+ "Favorited": "Favorited",
+ "Unfavorited": "Unfavorited",
+ "HeaderNewCollection": "New Collection",
+ "HeaderNewPlaylist": "New Playlist",
+ "AllCollections": "All Collections",
+ "AllPlaylists": "All Playlists",
+ "Create": "Create",
+ "HeaderAddedToPlaylist": "Added to Playlist",
+ "HeaderAddedToCollection": "Added to Collection",
+ "OneItemAddedTo": "1 item added to \"{0}\".",
+ "ItemsAddedTo": "{0} items added to \"{1}\".",
+ "HeaderAddedToPlayQueue": "Added to Play Queue",
+ "HeaderPlayingNext": "Playing Next",
+ "Help": "Интернеттегі анықтамаға",
+ "HeaderGetHelp": "Get Help",
+ "LabelTVDisplayMode": "Enable TV display mode",
+ "Desktop": "Жұмыс үстелі",
+ "Mobile": "Ұялы / Планшеттік",
+ "Navigation": "Navigation",
+ "HeaderVideoPlayback": "Video Playback",
+ "TV": "ТД",
+ "HeaderEmbyConnect": "Emby Connect",
+ "Seasons": "Seasons",
+ "OneTrack": "1 Track",
+ "OneSeason": "1 Season",
+ "Libraries": "Libraries",
+ "NumberSeasonsValue": "{0} Seasons",
+ "TVDisplayModeHelp": "Optimize the user interface on this device for display on a TV and input method with a remote control. This is generally not recommended if your primary input method is a mouse or is touch-based.",
+ "LabelDisplayLanguage": "Бейнелеу тілі:",
+ "LabelDisplayLanguageHelp": "Emby тәржімелеуі ағымдағы жоба болып табылады.",
+ "LearnHowYouCanContribute": "Қалай үлес қосуыныңыз мүмкін туралы үйреніңіз.",
+ "NewCollectionHelp": "Жиынтықтар сізге Фильмдердің және тағы басқа тасығышхананың мазмұнын дербестендірілген топтауларымен тамашалану үшін рұқсат етеді.",
+ "SearchForCollectionInternetMetadata": "Суреттемелер бен метадеректерді Интернеттен іздеу",
+ "DisplayMissingEpisodesWithinSeasons": "Жоқ бөлімдерді маусым ішінде бейнелеу",
+ "DisplayMissingEpisodesWithinSeasonsHelp": "Бұл сондай-ақ Emby Server орнатуындағы ТД тасығышханалары үшін қосулы болуы керек.",
+ "EnableThemeSongs": "Тақырыптық әуендерді қосу",
+ "EnableBackdrops": "Артқы суреттерді қосу",
+ "EnableThemeSongsHelp": "Қосылғанда, тасығышхананы шолу кезінде тақырыптық әуендер өңде ойнатылады.",
+ "EnableBackdropsHelp": "Қосылғанда, артқы суреттер тасығышхананы шолу кезінде кейбір беттерде өңде бейнеленеді.",
+ "EnableThemeVideos": "Тақырыптық бейнелерді қосу",
+ "EnableThemeVideosHelp": "Қосылғанда, тасығышхананы шолу кезінде тақырыптық бейнелер өңде ойнатылады.",
+ "RunAtStartup": "Іске қосылудан бастап орындау",
+ "ServerStartup": "Server Startup",
+ "EmbyServerOnXHasStarted": "Emby Server on {0} has started.",
+ "LabelScreensaver": "Экран қорғауыш:",
+ "LabelSoundEffects": "Дыбыстық әсерлері:",
+ "LabelName": "Аты:",
+ "NewCollectionNameExample": "Мысал: Жұлдыз соғыстары (жиынтық)",
+ "MessageItemsAdded": "Тармақтар үстелген.",
+ "OptionNew": "Жаңа...",
+ "LabelPlaylist": "Ойнату тізімі:",
+ "AddToPlaylist": "Ойнату тізіміне үстеу",
+ "HeaderAddToPlaylist": "Ойнату тізіміне үстеу",
+ "Subtitles": "Субтитрлер",
+ "LabelTheme": "Тақырып:",
+ "LabelSettingsTheme": "Settings theme",
+ "LabelThemeAccentColor": "Accent color",
+ "ThemeAccentColorDescription": "Controls the color of important indicators, icons and text.",
+ "SearchForSubtitles": "Субтитрлерді іздеу",
+ "LabelLanguage": "Тіл:",
+ "Search": "Іздеу",
+ "NoSubtitleSearchResultsFound": "Ешқандай нәтижелер табылмады.",
+ "NoLyricsSearchResultsFound": "No results found. Have you configured {0}lyrics downloading{1}?",
+ "Lyrics": "Lyrics",
+ "SearchForLyrics": "Search for Lyrics",
+ "Finish": "Finish",
+ "File": "Файл",
+ "Exit": "Exit",
+ "Sleep": "Sleep",
+ "Setup": "Setup",
+ "MessageAreYouSureDeleteSubtitles": "Шынымен осы субтитрлер файлын жою қажет пе?",
+ "ConfirmDeletion": "Жоюды растау",
+ "MySubtitles": "Менің субтитрлерім",
+ "MessageDownloadQueued": "Жүктеп алу кезекте.",
+ "HeaderEditSubtitles": "Edit Subtitles",
+ "UnlockGuide": "Телегидті құрсаудан босату",
+ "HeaderRefreshMetadata": "Refresh Metadata",
+ "HeaderRefreshAllMetadata": "Refresh All Metadata",
+ "ReplaceExistingImages": "Бар суреттерді ауыстыру",
+ "ReplaceExistingImagesHelp": "All existing images will be deleted and new ones will be downloaded based on the options for the library. In some cases this may result in fewer available images than before.",
+ "ReplaceAllMetadata": "Барлық метадеректерді ауыстыру",
+ "SearchForMissingMetadata": "Жоқ метадеректерді іздеу",
+ "LabelRefreshMode": "Жаңғырту режімі:",
+ "NoItemsFound": "Ешқандай тармақтар табылмады.",
+ "HeaderSaySomethingLike": "Осындай сияқтыны айтыңыз...",
+ "ButtonTryAgain": "Әрекетті қайталау",
+ "HeaderYouSaid": "Сіз айтқаныңыз...",
+ "MessageWeDidntRecognizeCommand": "Осындай пәрменді танып айырмадық.",
+ "MessageIfYouBlockedVoice": "Егер қолданбаға дауыстық қатынаудан бас тартсаңыз, қайта әрекеттенуіңізден алдынан қайта теңшеуіңіз қажет болады.",
+ "ValueDiscNumber": "{0}-дискі",
+ "Unrated": "Бағаланбаған",
+ "Favorite": "Таңдаулы",
+ "Like": "Ұнайды",
+ "Dislike": "Ұнамайды",
+ "RefreshDialogHelp": "Метадеректер параметрлер мен Emby Server тақтасында қосылған интернет қызметтері негізінде жаңғыртылады.",
+ "Open": "Ашу",
+ "Play": "Ойнату",
+ "Pause": "Pause",
+ "HeaderPlayQueue": "Play Queue",
+ "HeaderAddToPlayQueue": "Add to Play Queue",
+ "Shuffle": "Араластыру",
+ "Identify": "Анықтау",
+ "HeaderRemoveIdentification": "Remove Identification",
+ "ResetMetadataConfirmation": "Are you sure you wish to reset all metadata?",
+ "HeaderEditMetadata": "Edit Metadata",
+ "Convert": "Түрлендіру",
+ "Resume": "Resume",
+ "HeaderInstantMix": "Instant Mix",
+ "HeaderGoToItem": "Go to Item",
+ "HeaderGoToSeason": "Go to Season",
+ "HeaderGoToSeries": "Go to Series",
+ "HeaderGoToAlbum": "Go to Album",
+ "HeaderGoToArtist": "Go to Artist",
+ "HeaderPlayAll": "Бәрін ойнату",
+ "PictureInPicture": "Picture in picture",
+ "Fullscreen": "Full screen",
+ "ExitFullscreen": "Exit full screen",
+ "Rewind": "Rewind",
+ "FastForward": "Fast-forward",
+ "Remove": "Remove",
+ "Rename": "Rename",
+ "Queue": "Кезекке",
+ "QueueAllFromHere": "Бұл арадан бәрін кезекке",
+ "PlayAllFromHere": "Бұл арадан бәрін ойнату",
+ "PlayFromBeginning": "Басынан ойнату",
+ "FromBeginning": "From Beginning",
+ "ResumeAt": "{0} бастап жалғастыру",
+ "HeaderRemoveFromPlaylist": "Remove from Playlist",
+ "HeaderRemoveFromPlayQueue": "Remove from Play Queue",
+ "HeaderRemoveFromCollection": "Remove from Collection",
+ "Sort": "Сұрыптау",
+ "Trailer": "Трейлер",
+ "SelectNone": "Select None",
+ "SelectAll": "Select All",
+ "HeaderMarkPlayed": "Mark Played",
+ "HeaderMarkUnplayed": "Mark Unplayed",
+ "HeaderGroupVersions": "Group Versions",
+ "PleaseSelectTwoItems": "Ең кемінде екі тармақты таңдаңыз.",
+ "HeaderConfirmRecordingCancellation": "Жазу болдырмауын растау",
+ "MessageConfirmRecordingCancellation": "Жазуды болдырмау қажет пе?",
+ "Album": "Альбом",
+ "AlbumArtist": "Альбом орындаушысы",
+ "Error": "Қате",
+ "VoiceInput": "Дауыстық енгізу",
+ "LabelContentType": "Мазмұн түрі:",
+ "LabelPath": "Жолы:",
+ "Playlists": "Ойнату тізімдері",
+ "LabelTitle": "Атауы:",
+ "LabelOriginalTitle": "Бастапқы атауы:",
+ "LabelSortTitle": "Атау бойынша сұрыптау",
+ "LabelDateAdded": "Үстелген күні",
+ "DateAdded": "Үстелген күні",
+ "DateModified": "Date Modified",
+ "DatePlayed": "Ойнатылған күні",
+ "DateLastActive": "Date Last Active",
+ "ConfigureDateAdded": "Үстелген күні Emby Server тақтасындағы Тасығышхана параметрлерінде анықталады",
+ "LabelStatus": "Күй:",
+ "LabelArtistsHelp": "Бірнешуін (;) арқылы бөліңіз",
+ "HeaderAlbumArtists": "Альбом орындаушылары",
+ "LabelAlbumArtists": "Альбом орындаушылары:",
+ "LabelAlbum": "Альбом:",
+ "Artist": "Artist",
+ "Artists": "Орындаушылар",
+ "ImdbRating": "IMDb бағалауы",
+ "CommunityRating": "Қауым бағалауы",
+ "LabelCommunityRating": "Қауым бағалауы:",
+ "LabelCriticRating": "Сыншылар бағалауы:",
+ "CriticRating": "Сыншылар бағалауы",
+ "LabelWebsite": "Ғаламтор сайты:",
+ "Tagline": "Tagline",
+ "LabelOverview": "Жалпы шолу:",
+ "LabelShortOverview": "Қысқаша шолу:",
+ "LabelReleaseDate": "Шығару күні:",
+ "LabelPlaceOfBirth": "Туған жері:",
+ "Aired": "Эфирлік",
+ "LabelAirDays": "Эфир күндері:",
+ "LabelAirTime": "Эфир уақыты:",
+ "LabelRuntimeMinutes": "Ұзақтығы, мин:",
+ "LabelCustomRating": "Теңшелген санат:",
+ "LabelOriginalAspectRatio": "Бастапқы пішімдік арақатынасы:",
+ "Label3DFormat": "3D пішімі:",
+ "FormatValue": "Пішім: {0}",
+ "DownloadsValue": "{0} жүктеу",
+ "HashMatch": "Hash Match",
+ "EnableExternalVideoPlayers": "Сыртқы ойнатқыштарды қосу",
+ "EnableExternalVideoPlayersHelp": "Сыртқы ойнатқыш мәзірі бейне ойнатуды бастаған кезде көрсетіледі.",
+ "HeaderSpecialEpisodeInfo": "Арнайы бөлім туралы",
+ "LabelAirsDuringSeason": "Airs during season",
+ "LabelAirsAfterSeason": "\"Airs after\" маусымы",
+ "LabelAirsBeforeEpisode": "\"Airs after\" бөлімі",
+ "HeaderExternalIds": "Сыртқы сәйкестендіргіштер:",
+ "HeaderDisplaySettings": "Бейнелеу параметрлері",
+ "PlaylistOrder": "Playlist Order",
+ "CollectionOrder": "Collection Order",
+ "LabelDisplayOrder": "Бейнелеу реті:",
+ "LabelFileOrder": "File order",
+ "Display": "Бейнелеу",
+ "Countries": "Елдер",
+ "Genres": "Жанрлар",
+ "Studios": "Студиялар",
+ "Tags": "Тегтер",
+ "Links": "Links",
+ "Movie": "Movie",
+ "Program": "Program",
+ "Channel": "Channel",
+ "Episode": "Episode",
+ "Season": "Season",
+ "HeaderMetadataSettings": "Метадеректер параметрлері",
+ "People": "Адамдар",
+ "Number": "Number",
+ "Lock": "Lock",
+ "HeaderScreenLocked": "Screen Locked",
+ "HeaderUnlockControls": "Unlock Controls",
+ "HeaderTapToUnlock": "Tap to Unlock",
+ "LabelMetadataDownloadLanguage": "Жүктеп алу тілінің теңшелімі:",
+ "LabelImageDownloadLanguage": "Preferred image download language",
+ "LabelLockItemToPreventChanges": "Осы тармақты келешек өзгертулерден құрсаулау",
+ "LockThisField": "Lock this field to prevent future changes when refreshing metadata",
+ "MessageLeaveEmptyToInherit": "Тектік тармақтан, немесе ғаламдық әдепкі мәнінені. параметрлер мұрасына иелену үшін бос қалдырыңыз.",
+ "LabelCountry": "Ел:",
+ "LabelCertificationCountry": "Certification country",
+ "CertificationCountryHelp": "This will influence which content rating system is used.",
+ "LabelDynamicExternalId": "{0} Id:",
+ "LabelBirthYear": "Туған жылы:",
+ "LabelBirthDate": "Туған күні:",
+ "LabelDeathDate": "Өлген күні:",
+ "LabelEndDate": "Аяқталу күні:",
+ "LabelSeasonNumber": "Маусым нөмірі:",
+ "LabelEpisodeNumber": "Бөлім нөмірі:",
+ "LabelTrackNumber": "Жолшық нөмірі:",
+ "LabelNumber": "Нөмірі:",
+ "LabelDiscNumber": "Дискі нөмірі:",
+ "LabelParentNumber": "Тектік нөмір:",
+ "SortName": "Сұрыпталатын аты",
+ "OriginalTitle": "Original Title",
+ "ReleaseDate": "Шығару кезі",
+ "Continuing": "Жалғасуда",
+ "Ended": "Аяқталды",
+ "HeaderEnabledFields": "Қосылған өрістер",
+ "HeaderEnabledFieldsHelp": "Құрсаулау үшін және деректер өзгертуіне тыйым салу үшін, өрістен құсбелгіні алыңыз.",
+ "Backdrops": "Артқы суреттер",
+ "Images": "Суреттер",
+ "Runtime": "Ұзақтығы",
+ "ProductionLocations": "Өндіру орындары",
+ "BirthLocation": "Туған орны",
+ "ParentalRating": "Жастас санаты",
+ "PlayCount": "Ойнату есебі",
+ "Name": "Аты",
+ "Overview": "Жалпы шолу",
+ "LabelType": "Түрі:",
+ "LabelPersonRole": "Рөлі:",
+ "LabelPersonRoleHelp": "Мысал: Балмұздақ фургонының жүргізушісі",
+ "Actor": "Актер",
+ "Composers": "Composers",
+ "Composer": "Композитор",
+ "Director": "Режиссер",
+ "GuestStar": "Шақырылған актер",
+ "Producer": "Продюсер",
+ "Writer": "Сценарийші",
+ "MessageNoSyncJobsFound": "Жүктеулер табылмады. Бүкіл қолданбадағы Жүктеу түймешіктерін пайдаланып жүктеуу жұмыстарын жасаңыз.",
+ "MessageNoDownloadsFound": "Дербес жүктеулер жоқ. Бүкіл қолданбадағы Жүктеу түймешігін басып дербес қолдану үшін тасығышдеректерді жүктеп алыңыз.",
+ "InstallingPackage": "{0} орнатылуда",
+ "PackageInstallCompleted": "{0} орнатылуы аяқталды.",
+ "PackageInstallFailed": "{0} орнатылуы сәтсіз.",
+ "PackageInstallCancelled": "{0} орнатылуы болдырылмады.",
+ "SeriesYearToPresent": "{0} - қазірде",
+ "OneDevice": "1 Device",
+ "DeviceCountValue": "{0} Devices",
+ "OneLog": "1 Log",
+ "LogCountValue": "{0} Logs",
+ "OneVote": "1 Vote",
+ "VoteCountValue": "{0} Votes",
+ "OneLike": "1 Like",
+ "LikeCountValue": "{0} Likes",
+ "OneUser": "1 User",
+ "UserCountValue": "{0} Users",
+ "OneLibrary": "1 Library",
+ "LibraryCountValue": "{0} Libraries",
+ "ValueOneItem": "1 тармақ",
+ "ValueOneEpisode": "1 бөлім",
+ "ValueEpisodeCount": "{0} бөлім",
+ "Albums": "Альбомдар",
+ "Song": "Song",
+ "Songs": "Әуендер",
+ "Authors": "Authors",
+ "Books": "Кітаптар",
+ "AudioBooks": "Дыбыстық кітаптар",
+ "HeaderAudioBooks": "Дыбыстық кітаптар",
+ "HeaderAudioBook": "Audio Book",
+ "HeaderIdentifyItemHelp": "Іздеудің бір не бірнеше шартын енгізіңіз. Іздеу нәтижелерін көбейту үшін шартты аластаңыз.",
+ "PleaseEnterNameOrId": "Атын немесе сыртқы ID енгізіңіз.",
+ "MessageItemSaved": "Тармақ сақталды.",
+ "SearchResults": "Іздеу нәтижелері",
+ "ServerNameIsRestarting": "Emby Server - {0} қайта іске қосылуда.",
+ "ServerNameIsShuttingDown": "Emby Server - {0} жұмысын аяқтауда.",
+ "HeaderDeleteItems": "Тармақтарды жою",
+ "ConfirmDeleteItems": "Осы тармақтарды жойғанда, олар файлдық жүйесінен де және тасығышханаңыздан да екеуінде жойылад. Сіз жалғастыру қалайсыз ба? Шынымен жалғастыру қажет пе?",
+ "PleaseRestartServerName": "Emby Server үшін қайта іске қосыңыз - {0}.",
+ "ConvertingDots": "Түрлендірілуде",
+ "LabelSyncNoTargetsHelp": "Жүктеп алуды қолдайтын қайбір қолданба ағымда табылмамаған болып көрінеді.",
+ "DownloadingDots": "Жүктеп алуда...",
+ "LearnMore": "Көбірек білу",
+ "LabelBitrateMbps": "Қарқыны (Мбит/с):",
+ "ConvertUnwatchedVideosOnly": "Қаралмаған бейнелерді түрлендіру",
+ "SyncUnwatchedVideosOnly": "Қаралмаған бейнелерді жүктеу",
+ "ConvertUnwatchedVideosOnlyHelp": "Тек қана қаралмаған бейнелер түрлендірледі",
+ "SyncUnwatchedVideosOnlyHelp": "Тек қана қаралмаған бейнелер жүктеледі, қаралғаннан кейін құр-дан аласталады.",
+ "AutomaticallySyncNewContent": "Жаңа мазмұнды автоматты түрде жүктеу",
+ "AutomaticallySyncNewContentHelp": "Осы қалтаға жаңадан қосылған мазмұн автоматты түрде осы құр-ғыға жүктеледі.",
+ "AutomaticallyConvertNewContent": "Жаңа мазмұнды автоматты түрде түрлендіру",
+ "AutomaticallyConvertNewContentHelp": "Осы қальаға жаңадан қосылған мазмұн автоматты түрде осы түрлендірледі.",
+ "LabelItemLimit": "Тармақтар шегі:",
+ "ConvertItemLimitHelp": "Міндетті емес: Түрлендірлетін тармақтар саны шегін орнатыңыз.",
+ "DownloadItemLimitHelp": "Міндетті емес: Жүктелетін тармақ санының шегін орнатыңыз.",
+ "PleaseSelectDeviceToSyncTo": "Қайда жүктелетін құрылғыны таңдаңыз.",
+ "Screenshots": "Экран суреттері",
+ "MoveRight": "Оңға жылжыту",
+ "MoveLeft": "Солға жылжыту",
+ "HeaderUploadNewImage": "Upload New Image",
+ "HeaderDeleteImage": "Delete Image",
+ "ConfirmDeleteImage": "Суретті жоямыз ба?",
+ "HeaderEditImages": "Суреттерді өңдеу",
+ "Settings": "Параметрлер",
+ "ShowIndicatorsFor": "Мынау үшін белгі көрсету:",
+ "Episodes": "Бөлімдер",
+ "Programs": "Көрсетімдер",
+ "HeaderCastCrew": "Cast & Crew",
+ "DvrSubscriptionRequired": "Emby ТД және DVR үшін белсенді {0}Emby Premiere жазылымы қажет{0}.",
+ "HeaderCancelRecording": "Жазуды болдырмау",
+ "HeaderKeepRecording": "Жазуды сақтап қалу",
+ "HeaderCancelSeries": "Телехикаяны болдырмау",
+ "HeaderKeepSeries": "Телехикаяны сақтап қалу",
+ "HeaderLearnMore": "Көбірек білу",
+ "SeriesSettings": "Телехикая параметрлері",
+ "HeaderRecordingOptions": "Жазу опциялары",
+ "HeaderDoNotRecord": "Do not record",
+ "HeaderSeriesOptions": "Телехикая опциялары",
+ "Layout": "Layout",
+ "Channels": "Арналар",
+ "ChannelNameOnly": "Тек қана {0} арнасы",
+ "Anytime": "Әркезде",
+ "AnyLanguage": "Қай-қайсы тіл",
+ "AroundTime": "{0} айналасында",
+ "HeaderLatestMovies": "Ең кейінгі фильмдер",
+ "All": "Бәрі",
+ "Stop": "Stop",
+ "AllChannels": "Барлық арналар",
+ "NewEpisodesOnly": "Тек қана жаңа бөлімдерді",
+ "AllEpisodes": "Барлық бөлімдер",
+ "LabelStartWhenPossible": "Мүмкіндік болғанда бастау:",
+ "LabelStopWhenPossible": "Мүмкіндік болғанда тоқтату:",
+ "MinutesBefore": "минут алдында",
+ "MinutesAfter": "минут соңыңда",
+ "SkipEpisodesAlreadyInMyLibrary": "Менің тасығышханамда бар бөлімдерді жазбау",
+ "SkipEpisodesAlreadyInMyLibraryHelp": "Қол жетімді болғанда, бөлімдер маусым және бөлім нөмірлері бойынша салыстырылады.",
+ "LabelKeepUpTo": "Осыған дейін сақтап қалу:",
+ "AsManyAsPossible": "Мүмкіндігінше көп",
+ "DefaultErrorMessage": "Сауал өңделу кезінде қате орын алды. Әрекетті кейін қайталаңыз.",
+ "UntilIDelete": "Мен жойғанша дейін",
+ "UntilSpaceNeeded": "Орын керек болғанша дейін",
+ "Categories": "Санаттар",
+ "Sports": "Спорт",
+ "News": "Жаңалық",
+ "Movies": "Фильмдер",
+ "Music": "Музыка",
+ "Kids": "Балалық",
+ "MoreFromValue": "More from {0}",
+ "DiedValue": "Died: {0}",
+ "BornValue": "Born: {0}",
+ "EnableColorCodedBackgrounds": "Түспен белгіленген өңдерді қосу",
+ "SortChannelsBy": "Арналарды сұрыптау тәсілі:",
+ "ChannelNumber": "Арна нөмірі",
+ "HeaderBenefitsEmbyPremiere": "Emby Premiere артықшылықтары",
+ "ThankYouForTryingEnjoyOneMinute": "Бір минөт ойнатуды тамашалаңыз. Emby сынап көргеніңізге рақмет.",
+ "HeaderTryPlayback": "Ойнатуды сынап көріңіз",
+ "HowDidYouPay": "Қалай төледіңіз?",
+ "IHaveEmbyPremiere": "Менде Emby Premiere бар",
+ "IPurchasedThisApp": "Мен осы қолданбаны сатып алдым",
+ "ButtonRestorePreviousPurchase": "Сатып алғанды қалпына келтіру",
+ "ButtonUnlockWithPurchase": "Сатып алумен құрсаудан босату",
+ "ButtonUnlockPrice": "{0} құлыптамау",
+ "EmbyPremiereMonthlyWithPrice": "Emby Premiere ай бойынша {0}",
+ "HeaderAlreadyPaid": "Әлдеқашан төленді ме?",
+ "ButtonPlayOneMinute": "Бір минөт ойнату",
+ "PlaceFavoriteChannelsAtBeginning": "Таңдаулы арналарды ең басынан орналастыру",
+ "HeaderUnlockFeature": "Артықшылық құрсауын босату",
+ "MessageDidYouKnowCinemaMode": "Emby Premiere арқылы, Кинотеатр режімі сияқты құрамдастармен тәжірибеңізді жақсартуыңыз мүмкін туралы білесіз бе?",
+ "HeaderPlayMyMedia": "Менің тасығышдеректерімді ойнату",
+ "HeaderDiscoverEmbyPremiere": "Emby Premiere ашыңыз",
+ "HeaderNowPlaying": "Now Playing",
+ "Items": "Тармақтар",
+ "AppName": "App Name",
+ "OneChannel": "Бір арнадан",
+ "ConfirmRemoveDownload": "Жүктеуді аластаймыз ба?",
+ "ConfirmRemoveItem": "Remove item?",
+ "RemoveDownload": "Жүктеуді аластау",
+ "ConfirmCancelConversion": "Cancel conversion?",
+ "CancelConversion": "Cancel Conversion",
+ "KeepDownload": "Жүктеуді сақтап қалу",
+ "AddedOnValue": "Үстелгені {0}",
+ "RemovingFromDevice": "Құрылғыдан аластауда",
+ "KeepOnDevice": "Құрылғыда сақтап қалу",
+ "CancelDownload": "Жүктеп алуды болдырмау",
+ "SyncJobItemStatusReadyToTransfer": "Ауыстырылуға дайын",
+ "SyncJobItemStatusSyncedMarkForRemoval": "Құрылғыдан аластауда",
+ "SyncJobItemStatusQueued": "Кезекте",
+ "SyncJobItemStatusConverting": "Түрлендіруде",
+ "SyncJobItemStatusTransferring": "Ауыстырылуда",
+ "SyncJobItemStatusSynced": "Жүктеліп алынды",
+ "Failed": "Failed",
+ "SyncJobItemStatusRemovedFromDevice": "Құрылғыдан аласталған",
+ "Cancelled": "Cancelled",
+ "Retry": "Қайталау",
+ "Continue": "Жалғастыру",
+ "ContinueInSecondsValue": "Жалғасы {0} с кейін",
+ "HeaderRemoteControl": "Қашықтан басқару",
+ "Disconnect": "Ажырату",
+ "EnableDisplayMirroring": "Бейнелеудің телнұсқасын қосу",
+ "RemoteAccess": "Remote Access",
+ "HeaderPlayOn": "Ойнатуды қосу",
+ "Quality": "Сапасы",
+ "Auto": "Автоматты",
+ "AndroidUnlockRestoreHelp": "Алдыңғы сатып алуды қалпына келтіру үшін, бастапқыда сатып алу жасалған нақ сол Google (немесе Amazon) тіркелгісімен құрылғыға кіріңіз. Қолданба дүкені қосылған және кез келген ата-ана шектеусіз, және белсенді интернет байланысы бар екеніне көз жеткізіңіз. Алдыңғы сатып алу қалпына келтіру үшін мұны тек қана бір рет істеу керек.",
+ "HeaderAspectRatio": "Aspect Ratio",
+ "Original": "Түпнұсқалы",
+ "Fill": "Толтыру",
+ "Cover": "Cover",
+ "MessageNoServersAvailableToConnect": "Қосылу үшін ешқандай серверлер қол жетімді емес. Егер сервермен ортақтасуға шақырылсаңыз, қабылдауын төменде немесе э-поштадағы сілтемені нұқып нақтылаңыз.",
+ "MessagePlayAccessRestricted": "Осы мазмұндың ойнатуы ағымда шектелген. Қосымша ақпарат алу үшін Emby Server әкімшісіне байланысыңыз.",
+ "Accept": "Қабылдау",
+ "Reject": "Қабылдамау",
+ "Connect": "Қосылу",
+ "HeaderMyMedia": "Менің тасығышдеректерім",
+ "HeaderMyMediaSmall": "Менің тасығышдеректерім (ықшам)",
+ "LatestFromLibrary": "Ең кейінгі {0}",
+ "HeaderLatestEpisodes": "Ең кейінгі бөлімдер",
+ "ContinuePlaying": "Ойнатуды жалғастыру",
+ "ContinueWatching": "Қарауды жалғастыру",
+ "HeaderLatestChannelMedia": "Арналардың ең кейінгі тармақтары",
+ "HeaderContinueWatching": "Қарауды жалғастыру",
+ "HeaderContinueListening": "Тыңдауды жалғастыру",
+ "HeaderActiveRecordings": "Белсенді жазбалар",
+ "HeaderLatestRecordings": "Ең кейіңгі жазбалар",
+ "LabelConvertTo": "Мынаған түрлендіру:",
+ "LabelDownloadTo": "Download to",
+ "HeaderDownloadToDots": "Download to...",
+ "Next": "Келесі",
+ "LabelSource": "Қайнар көзі:",
+ "VersionNumber": "Version {0}",
+ "HeaderAllLanguages": "All Languages",
+ "Previous": "Алдыңғы",
+ "HeaderNextUp": "Кезекті",
+ "HeaderPlayNextUp": "Play Next Up",
+ "HeaderLatestFrom": "Ең кейінгі {0}",
+ "LabelHomeScreenSectionValue": "Басты бет {0}-бөлім:",
+ "PasswordResetComplete": "The password has been reset.",
+ "PasswordSaved": "Password saved.",
+ "SettingsSaved": "Параметрлер сақталды.",
+ "Upcoming": "Күтілген",
+ "HeaderSelectImageFile": "Select Image File",
+ "None": "Ешқандай",
+ "More": "Көбірек",
+ "Up": "Жоғарыға",
+ "Down": "Төменге",
+ "Home": "Басты",
+ "Back": "Артқа",
+ "Random": "Random",
+ "Playback": "Ойнату",
+ "Favorites": "Таңдаулылар",
+ "HeaderHomeScreen": "Басты экран",
+ "HeaderLatestChannelItems": "Арналардың ең кейінгі тармақтары",
+ "HeaderLibraryOrder": "Тасығышхана реті",
+ "HeaderOnNow": "Эфирде",
+ "HeaderForKids": "For Kids",
+ "HeaderPlaybackError": "Ойнату қатесі",
+ "PlaybackErrorNotAllowed": "Осы мазмұнды ойнату үшін ағымда сізге рұқсат етілмеген. Толық мәліметтер үшін жүйелік әкімшіңізге байланысыңыз.",
+ "RateLimitExceeded": "Your account has exceeded the maximum streaming limit set by your Emby Server administrator. Please contact them for assistance.",
+ "PlaybackErrorNoCompatibleStream": "Ағымда ешқандай сыйысымды ағындар қолжетімді емес. Әрекетті кейін қайталаңыз немесе толық мәліметтер үшін жүйелік әкімшіңізге байланысыңыз.",
+ "PlaybackErrorPlaceHolder": "Осы бейнені ойнату үшін дискіні енгізіңіз.",
+ "PlaybackErrorNoPlayableItems": "No playable items were found. Are you trying to play an empty folder?",
+ "Guide": "Телегид",
+ "Games": "Ойындар",
+ "GameSystem": "Game System",
+ "Suggestions": "Ұсыныстар",
+ "HeaderFavoriteChannels": "Favorite Channels",
+ "HeaderFavoriteCollections": "Таңдаулы жиынтықтар",
+ "HeaderFavoritePlaylists": "Таңдаулы ойнату тізімдері",
+ "Collection": "Collection",
+ "Collections": "Жиынтықтар",
+ "LabelSelectFolderGroups": "Келесі қалталардағы мазмұнды Кино, Музыка және ТД сияқты аспекттерге автоматты түрде топтастыру:",
+ "LabelSelectFolderGroupsHelp": "Белгіленбеген қалталар өз бетімен өзінің аспектінде бейнеленеді.",
+ "Mute": "Mute",
+ "Unmute": "Unmute",
+ "Folder": "Folder",
+ "Folders": "Қалталар",
+ "FileName": "File Name",
+ "DisplayInOtherHomeScreenSections": "Басты экран бөлімдерінде бейнелеу (мыс. Ең соңғы тасығышдеректер және Көруді жалғастыру)",
+ "DisplayInMyMedia": "Басты экранда бейнеленеді",
+ "Shows": "Көрсетімдер",
+ "MoviesAndShows": "Movies & Shows",
+ "HeaderMusicVideo": "Music Video",
+ "HeaderMusicVideos": "Музыкалық бейнелер",
+ "MusicVideos": "Музыкалық бейнелер",
+ "Videos": "Бейнелер",
+ "MixedContent": "Аралас мазмұн",
+ "HomeVideos": "Үй бейнелері",
+ "HomeVideosAndPhotos": "Үй бейнелері мен фотосуреттер",
+ "TVShows": "ТД-көрсетімдер",
+ "HeaderLibraryFolders": "Тасығышханалық қалталар",
+ "HeaderTermsOfPurchase": "Сатып алу шарттары",
+ "PrivacyPolicy": "Құпиялылық саясаты",
+ "TermsOfUse": "Пайдалану шарттары",
+ "HeaderRepeatMode": "Repeat Mode",
+ "HeaderToneMapping": "Tone Mapping",
+ "RepeatOne": "Бір рет қайталау",
+ "RepeatAll": "Барлығын қайталау",
+ "LabelDefaultScreen": "Әдепкі экран:",
+ "ConfirmEndPlayerSession": "Emby жұмысын аяқтауды {0} құрылғыда қалайсыз ба?",
+ "Yesterday": "Yesterday",
+ "Yes": "Иә",
+ "No": "Жоқ",
+ "HeaderScanLibraryFiles": "Scan Library Files",
+ "LiveTV": "Эфир",
+ "Schedule": "Іс кестесі",
+ "Recordings": "Жазбалар",
+ "ScanForNewAndUpdatedFiles": "Жаңа және жаңартылған файлдарды сканерлеу",
+ "NewVersionOfXAvailableForY": "{0} is Available for {1}",
+ "DirectStreamHelp1": "Ажыратымдылық пен тасығышдеректер түріне (H.264, AC3, т.б.) қатысты тасығышдеректер құрылғыға сәйкес келеді, бірақ сыйыспайтын файл контейнерінде (.mkv, .avi, .wmv және т.б.) болып тұр. Құрылғыға таратпас бұрын, бейне нақты уақытта қайта жинақталады.",
+ "DirectStreamHelp2": "Файлды тікелей тарату бейне сапасын жоғалтпай өте аз есептеу қуатын пайдаланады.",
+ "MediaIsBeingConverted": "Тасығышдеректер ойнатушы құрылғымен үйлесімді пішімге түрлендіріледі.",
+ "StatsForNerds": "Ақылгөйлер үшін санақ",
+ "HeaderHardwareAcceleratedDecoding": "Hardware Accelerated Decoding",
+ "HeaderHardwareAcceleratedEncoding": "Hardware Accelerated Encoding",
+ "HeaderDirectPlay": "Direct Play",
+ "DirectPlaying": "Тікелей ойнатуда",
+ "DirectStreaming": "Тікелей тасымалдануда",
+ "Transcode": "Transcode",
+ "Transcoding": "Қайта кодтауда",
+ "ContainerBitrateExceedsLimit": "Тасығышдеректер қарқыны шегінен артты.",
+ "VideoCodecNotSupported": "Бейне кодек үшін қолдау көрсетілмейді",
+ "AudioCodecNotSupported": "Дыбыс кодек қолдауда емес",
+ "SubtitleCodecNotSupported": "Субтитрлер пішім үшін қолдау көрсетілмейді",
+ "DirectPlayError": "Тікелей ойнату қатесі",
+ "ContainerNotSupported": "Контейнер үшін қолдау көрсетілмейді",
+ "VideoLevelNotSupported": "Бейне деңгейі үшін қолдау көрсетілмейді",
+ "AudioBitrateNotSupported": "Дыбыс қарқыны үшін қолдау көрсетілмейді",
+ "AudioChannelsNotSupported": "Дыбыс арналары үшін қолдау көрсетілмейді",
+ "VideoResolutionNotSupported": "Бейне ажыратылымдығы үшін қолдау көрсетілмейді",
+ "AudioProfileNotSupported": "Дыбыс профайлы үшін қолдау көрсетілмейді",
+ "AudioSampleRateNotSupported": "Үлгі жиілігі үшін қолдау көрсетілмейді",
+ "AnamorphicVideoNotSupported": "Анаморфтық бейне үшін қолдау көрсетілмейді",
+ "InterlacedVideoNotSupported": "Кезектесулік бейне үшін қолдау көрсетілмейді",
+ "SecondaryAudioNotSupported": "Дыбыс жолшығын ауыстыру үшін қолдау көрсетілмейді",
+ "ExternalAudioNotSupported": "Selecting external audio track",
+ "ErrorRemovingEmbyConnectAccount": "Emby Connect тіркелгісін аластау кезінде қате орын алды. Белсенді интернет қосылымы бар екеніне көз жеткізіңіз және әрекетті кейін қайталаңыз.",
+ "HeaderEmbyAccountRemoved": "Emby тіркелгісі аласталды",
+ "MessageEmbyAccontRemoved": "Emby тіркелгісі осы пайдаланушыдан аласталынды.",
+ "HeaderInvitationSent": "Шақыру жіберілді",
+ "Offline": "Offline",
+ "HeaderSignUp": "Sign Up",
+ "ServerDownloadMessage": "To download and install the free Emby Server visit {0}",
+ "ServerDownloadMessageWithoutLink": "To download and install the free Emby Server visit the Emby website.",
+ "MessageInvitationSentToUser": "Оларға ортақтасу шақыруыңызды қабылдау ұсынысымен, э-пошта {0} арнап жіберілді.",
+ "MessageInvitationSentToNewUser": "Emby үшін тіркелу шақыруыңыз, э-пошта {0} үшін жіберілді.",
+ "GuestUserNotFound": "Пайдаланушы табылған жоқ. Атының дұрыстығын тексеріңіз және әрекетті қайталаңыз, немесе оның э-пошта мекенжайын енгізіп көріңіз.",
+ "ErrorReachingEmbyConnect": "Emby Connect серверіне жету кезінде қате орын алды. Белсенді интернет қосылымы бар екеніне көз жеткізіңіз және әрекетті кейін қайталаңыз.",
+ "ErrorAddingEmbyConnectAccount1": "Emby Connect тіркелгісін үстеу кезінде қате орын алды. Emby тіркелгісін жасадыңыз ба? {0} жанында тіркеліңіз.",
+ "ErrorAddingEmbyConnectAccount2": "Егер әлі де мәселеңіз болса, Emby тіркелгісінде пайдаланылған э-пошта арқылы {0} мекенжайына хабар жіберіңіз.",
+ "ErrorAddingGuestAccount1": "Emby Connect тіркелгісін үстеу кезінде қате орын алды. Қонағыңыз Emby тіркелгісін жасады ма? Ол {0} жанында тіркелуі мүмкін.",
+ "ErrorAddingGuestAccount2": "Егер әлі де мәселеңіз болса, өзіңіздің және олардың э-пошта мекенжайларын қосып э-пошта арқылы {0} мекенжайына хабар жіберіңіз.",
+ "MessageEmbyAccountAdded": "Emby тіркелгісі осы пайдаланушыга үстелінді.",
+ "MessagePendingEmbyAccountAdded": "Emby тіркелгісі осы пайдаланушыга үстелінді. Тіркелгі иесіне э-пошта жіберіледі. Э-поштадағы сілтемені нұқып шақыруды растау қажет болады.",
+ "HeaderEmbyAccountAdded": "Emby тіркелгісі үстелінді",
+ "Skip": "Өткізу",
+ "HeaderAdditionalParts": "Additional Parts",
+ "ButtonGenerateNewPin": "Жаңа PIN-код жасау",
+ "ConnectLoginHelp1": "Media Browser Connect арқылы қайда болсаңыз да Media Browser серверіңізбен жеңіл қатынасуыңыз, сондай-ақ отбасыңызбен және достарыңызбен ортақтасуыңыз мүмкін.",
+ "CreatePinErrorMessage": "PIN-кодын жасағанда қате пайда болды. Тағы да қайталап көру үшін Жаңа PIN Жасау түймешігін басыңыз.",
+ "PinExpiredMessage": "PIN-код мерзімі аяқталған. Әрекетті қайталау үшін Жаңа PIN-код дегенді басыңыз.",
+ "ConnectPinCodeHeader": "Emby Connect арқылы кіру үшін, ұтқыр құрылғыны немесе компьютерді пайдаланып {0} көзіне барып шығыңыз, және келесі PIN-кодын енгізіңіз:",
+ "LabelSubtitlePlaybackMode": "Субтитр режімі:",
+ "ErrorDeletingItem": "Emby Server элементін жою кезінде қате орын алды. Emby Server тасығыш қалтасына жазуға рұқсаты бар екенін тексеріп, қайталап көріңіз.",
+ "NoSubtitles": "Субтитрлерсіз",
+ "Default": "Әдепкі",
+ "Absolute": "Түпнұсқалық",
+ "Smart": "Зиятты",
+ "Small": "Ұсақ",
+ "Smaller": "Кішігірім",
+ "Medium": "Орташа",
+ "Large": "Ірі",
+ "Larger": "Larger",
+ "ExtraLarge": "Өте ірі",
+ "ExtraSmall": "Extra small",
+ "Forced": "Forced",
+ "External": "External",
+ "HeaderEmbeddedTitle": "Embedded Title",
+ "OnlyForcedSubtitles": "Тек қана мәжбүрлі субтитрлер",
+ "AlwaysPlaySubtitles": "Субтитрлерді әрқашан ойнату",
+ "DefaultSubtitlesHelp": "Субтитрлер енгізілген метадеректердегі әдепкі және мәжбүрлі жалаушалары негізінде жүктеліп алынады. Бірнеше опция қолжетімді болғанда тіл теңшелімі қарастырылады.",
+ "SmartSubtitlesHelp": "Тіл теңшеліміне сәйкес келген субтитрлер дыбыс шетел тілінде болғанда жүктеледі.",
+ "HeaderSubtitleSettings": "Субтитрлер параметрлері",
+ "HeaderSubtitleAppearance": "Субтитрлер көрінісі",
+ "OnlyForcedSubtitlesHelp": "Тек қана мәжбүрлі деп белгіленген субтитрлер жүктеледі.",
+ "AutoSelectHearingImpairedHelp": "Subtitles matching the language preference will be loaded, with a preference given to tracks that are marked as hearing impaired (SDH).",
+ "AlwaysPlaySubtitlesHelp": "Тіл теңшеліміне сәйкес келген субтитрлер дыбыс тіліне қатыссыз жүктеледі.",
+ "NoSubtitlesHelp": "Әдепкіде субтитрлер жүктелмейді. Оларды ойнату кезінде әлі де қолмен қосуға болады.",
+ "LabelPreferredSubtitleLanguage": "Субтитр тілінің теңшелімі:",
+ "LabelTextSize": "Мәтін өлшемі:",
+ "TheseSettingsAffectSubtitlesOnThisDevice": "Бұл параметрлер осы құрылғыдағы субтитрлерге әсер етеді",
+ "LabelDropShadow": "Жиектер:",
+ "LabelTextBackgroundColor": "Мәтін өңінің түсі:",
+ "LabelWindowBackgroundColor": "Терезе өңінің түсі:",
+ "LabelFont": "Қаріп:",
+ "LabelTextColor": "Мәтін түсі:",
+ "LabelBackgroundColor": "Background color",
+ "LabelBackgroundOpacity": "Background opacity",
+ "Raised": "Көтерілген",
+ "Depressed": "Төмен түсірілген",
+ "Uniform": "Бірыңғай",
+ "DropShadow": "Көлеңкелі",
+ "SmallCaps": "Кіші бас әріптер",
+ "SubtitleAppearanceSettingsDisclaimer": "Бұл параметрлер графикалық субтитрлерге (PGS, DVD ж.т.б.) немесе өз мәнері бар ендірілген субтитрлерге (ASS/SSA) қолданылмайды.",
+ "Normal": "Кәдімгі",
+ "HeaderWaitingForWifi": "WiFi үшін күтуде",
+ "WifiRequiredToDownload": "Жүктеп алуды жалғастыру үшін WiFi қосылымы қажет.",
+ "DownloadOnlyOnWifi": "Тек қана Wifi арқылы жүктеу",
+ "LabelMusicDownloadQuality": "Музыка жүктеу сапасы:",
+ "MusicDownloadQualityHelp": "Жоғары қарқыны бар дыбыс файлдары Emby Server арқылы түрлендіріледі. Жақсылау сапасы үшін жоғары мәнін, немесе жергілікті жады кеңістігін сақтап алу үшін төменгі мәнін таңдаңыз.",
+ "HeaderDownloadSettings": "Жүктеп алу параметрлері",
+ "LabelDownloadLocation": "Жүктеп алу орны:",
+ "BrowseForFolder": "ҚалтаҮшінШарлау",
+ "Unlimited": "Шексіз",
+ "NoLimit": "No limit",
+ "Hide": "Жасыру",
+ "HeaderKeepWatching": "Keep Watching",
+ "HeaderNextEpisode": "Next Episode",
+ "AudioBitDepthNotSupported": "Дыбыстың биттік тереңдігі үшін қолдау көрсетілмейді",
+ "VideoBitrateNotSupported": "Converting to compatible video bitrate",
+ "VideoProfileNotSupported": "Бейне профайлы үшін қолдау көрсетілмейді",
+ "VideoFramerateNotSupported": "Бейненің кадр жылдамдығы үшін қолдау көрсетілмейді",
+ "VideoBitDepthNotSupported": "Бейненің биттік тереңдігі үшін қолдау көрсетілмейді",
+ "RefFramesNotSupported": "Бейненің тірек кадрлар санына қолдау көрсетілмейді",
+ "ErrorConnectServerUnreachable": "Сұралған әрекетті орындауда қате орын алды. Серверіңіз {0} мекенжайындағы Embo Connect Server тарапына қатынаса алмады. Серверде белсенді интернет қосылымы бар екенін және байланыс қай қайсысы брандмауэр немесе орнатылған қауіпсіздік бағдарламалық жасақтама арқылы рұқсат етілуіне көз жеткізіңіз.",
+ "HeaderStopRecording": "Жазуды тоқтату",
+ "ManageRecording": "Жазуды реттеу",
+ "LabelDropImageHere": "Суретті мұнда сүйретіңіз немесе шарлау үшін нұқыңыз.",
+ "MessageFileReadError": "Файл оқу кезінде қате орын алды. Әрекетті кейін қайталаңыз.",
+ "Browse": "Шарлау",
+ "HeaderUploadImage": "Суретті жүктеп беру",
+ "HeaderAddUpdateImage": "Суретті үстеу/жаңарту",
+ "HeaderShowFields": "Show Fields",
+ "LabelView": "View",
+ "LabelImageType": "Сурет түрі:",
+ "Upload": "Кері қотару",
+ "Primary": "Негізгі",
+ "PrimaryImageBlur": "Primary image blur",
+ "Art": "Ою сурет",
+ "Backdrop": "Артқы сурет",
+ "Banner": "Баннер",
+ "Box": "Қорап",
+ "BoxRear": "Қорап арты",
+ "Disc": "Дискі",
+ "Logo": "Логотип",
+ "LogoDark": "Logo (Dark Version)",
+ "LogoLight": "Logo (Light Version)",
+ "LogoLightColor": "Logo (Light with Color)",
+ "Menu": "Мәзір",
+ "Screenshot": "Экран суреті",
+ "Thumb": "Нобай",
+ "HeaderAudioSettings": "Дыбыс параметрлері",
+ "LabelAudioLanguagePreference": "Дыбыс тілінің теңшелімі:",
+ "LabelPlayDefaultAudioTrack": "Тілге қатыссыз әдепкі дыбыс жолшығын ойнату",
+ "HeaderVideoQuality": "Бейне сапасы",
+ "CinemaModeConfigurationHelp": "Кинотеатр режімі трейлерлерді және теңшелген көрнеуді негізгі фильм алдында ойнату кинозал әсерін жеткізеді.",
+ "ShowUpNextPreview": "Show up next preview",
+ "ShowUpNextPreviewHelp": "Show information for the next item near the end of the current one.",
+ "PlayNextEpisodeAutomatically": "Келесі бөлімді автоматты түрде жүктеп алу",
+ "LabelMaxChromecastBitrate": "Chromecast тасымалдану сапасы:",
+ "LabelSkipBackLength": "Артқа өткізіп жіберу ұзақтығы:",
+ "LabelSkipForwardLength": "Алға өткізіп жіберу ұзақтығы:",
+ "EnableCinemaMode": "Кинотеатр режімін қосу",
+ "LabelInternetQuality": "Интернеттегі сапасы:",
+ "LabelCellularQuality": "Remote streaming quality (cellular)",
+ "HeaderMusicQuality": "Музыка сапасы",
+ "LabelHomeNetworkQuality": "Үйлік желі сапасы:",
+ "HeaderLatestMedia": "Ең кейінгі тасығышдеректер",
+ "HeaderRestartingEmbyServer": "Emby Server қайта іске қосылуда",
+ "RestartPleaseWaitMessage": "Emby Server жұмысы аяқталып, қайта іске қосылғанша дейін күте тұрыңыз. Бұл бір-екі минөтқа созылуы мүмкін.",
+ "HeaderPlayNext": "Play Next",
+ "AutoBasedOnLanguageSetting": "Автоматты түрде (тіл теңшелімі негізінде)",
+ "SameAsMainTheme": "Same as main theme",
+ "LabelDateTimeLocale": "Күн мен уақыт:",
+ "Genre": "Genre",
+ "DirectorValue": "Режиссері: {0}",
+ "DirectorsValue": "Режиссерлер; {0}",
+ "GenreValue": "Жанр: {0}",
+ "GenresValue": "Жанрлар: {0}",
+ "TagsValue": "Тегтер: {0}",
+ "Off": "Өшір",
+ "Title": "Title",
+ "Year": "Year",
+ "Filter": "Filter",
+ "Filters": "Сүзгілер",
+ "Unplayed": "Ойнатылмаған",
+ "LabelTVHomeScreen": "ТД режіміндегі басты экран:",
+ "Horizontal": "Көлденең",
+ "Vertical": "Тігінен",
+ "HeaderGroupBy": "Group By",
+ "HeaderMediaType": "Media Type",
+ "GroupBySeries": "Телехикаялар бойынша топтастыру",
+ "HeaderVideoType": "Бейне түрі",
+ "HeaderSeriesStatus": "Телехикая күйі",
+ "Features": "Ерекшеліктер",
+ "Trailers": "Трейлерлер",
+ "Extras": "Қосымшалар",
+ "ThemeSongs": "Тақырыптық әуендер",
+ "ThemeVideos": "Тақырыптық бейнелер",
+ "HeaderFavoriteMovies": "Таңдаулы фильмдер",
+ "HeaderFavoritePhotos": "Favorite Photos",
+ "HeaderFavoriteShows": "Таңдаулы көрсетімдер",
+ "HeaderFavoriteEpisodes": "Таңдаулы бөлімдер",
+ "HeaderFavoriteVideos": "Тандаулы бейнелер",
+ "HeaderFavoriteMusicVideos": "Favorite Music Videos",
+ "HeaderFavoriteGames": "Таңдаулы ойындар",
+ "HeaderFavoriteArtists": "Таңдаулы орындаушылар",
+ "HeaderFavoriteAlbums": "Таңдаулы альбомдар",
+ "HeaderFavoriteSongs": "Таңдаулы әуендер",
+ "HeaderFavoriteAuthors": "Favorite Authors",
+ "HeaderFavoriteAudioBooks": "Favorite Audio Books",
+ "Ascending": "Артуы бойынша",
+ "Descending": "Кемуі бойынша",
+ "HeaderColorPrimaries": "Color Primaries",
+ "HeaderColorSpace": "Color Space",
+ "HeaderColorTransfer": "Color Transfer",
+ "HeaderVideoRange": "Video Range",
+ "SeriesDisplayOrderHelp": "Бөлімдерді эфир күнімен, DVD ретімен немесе түпнұсқалық нөмірлеуімен реттеу.",
+ "LabelVerticalPositionFromBottom": "Vertical position (from bottom)",
+ "HeaderFavoritePeople": "Тандаулы адамдар",
+ "MultiSelect": "Көп таңдау",
+ "HeaderSignOut": "Sign Out",
+ "HeaderSelectServer": "Серверді таңдау",
+ "HeaderChangeServer": "Change Server",
+ "HeaderChangeUser": "Change User",
+ "HeaderAppSettings": "App Settings",
+ "HeaderLoginSettings": "Кіру параметрлері",
+ "LabelRememberLogin": "Кіруді есте сақтау:",
+ "LabelAutomaticallySignOut": "Автоматты түрде шығу:",
+ "BetaTesterMessage": "Emby бета-сынақшысы болғаныңыз үшін рахмет! {0}Testing Area of the Emby Community{1} көзінде пікіріңізді қалдырыңыз.",
+ "HardwareAccelerated": "Hardware accelerated",
+ "Software": "Software",
+ "Metadata": "Metadata",
+ "HeaderMediaInfo": "Media Info",
+ "Locked": "Locked",
+ "HeaderSplitVersionsApart": "Split Versions Apart",
+ "Any": "Any",
+ "Admin": "Admin",
+ "HeaderReadMore": "Read More",
+ "CustomRatingHelp": "A custom rating is used for parental control evaluations but is not displayed. The parental rating field is still displayed.",
+ "KeepUpToHelp": "Recordings over the limit are deleted when the next recording begins. Oldest recordings are deleted first, by date added.",
+ "NoItemsMatchingFound": "No items matching your search criteria were found.",
+ "TwoSearchCharsRequired": "Please enter at least two search characters.",
+ "PreventPlaybackContinuing": "Prevent playback from continuing indefinitely by periodically prompting for user input.",
+ "PromptStillWatching": "Enable 'Are You Still Watching?' prompt",
+ "HeaderMissingMetadata": "Missing Metadata",
+ "HeaderIncludedIn": "Included In",
+ "EmbyConnectUserAlreadyLinked": "The Emby Connect user is already linked to another user on this server.",
+ "VideoFilesWillBeConvertedTo": "Converted videos will be saved as {0}.",
+ "VideoWillBeConvertedTo": "Video streams will be converted to {0}, or copied from the original file if they are already {0} and the quality fits within the conversion options.",
+ "VideoWillBeConvertedToOrCopied": "Video streams will be converted to {0}, or copied from the original file if they are any of ({1}), and the quality fits within the conversion options.",
+ "AudioWillBeConvertedTo": "Audio streams will be converted to {0}, or copied from the original file if they are already {0} and the quality fits within the conversion options.",
+ "AudioWillBeConvertedToOrCopied": "Audio streams will be converted to {0}, or copied from the original file if they are any of ({1}), and the quality fits within the conversion options.",
+ "HeaderSpecialKeys": "Special Keys",
+ "FollowingSpecialKeys": "The following special keys are supported on most keyboards and remote controls:",
+ "HeaderDeleteSeries": "Delete Series",
+ "HeaderDeleteLastPlayedEpisode": "Delete Last Played Episode",
+ "HeaderConnectingToServer": "Connecting to Server",
+ "ServerNameValue": "Server name: {0}",
+ "DomainValue": "Domain: {0}",
+ "RatedValue": "Rated {0}",
+ "LocalServerRedirectMessage": "You will now be redirected to the domain owned and operated by the administrator of the server you've chosen to connect to:",
+ "AllMediaOwnedHosted": "All media is hosted and managed by the owner of {0}.",
+ "EnableResolutionSwitching": "Match video resolution",
+ "EnableResolutionSwitchingHelp": "This enables Emby to change the resolution to the same value the video was encoded in before starting playback. This may help minimize the amount of stutter/judder that you might otherwise see when playing videos which do not match up well.",
+ "EnableDisplayRefreshRateSwitching": "Enable display refresh rate switching",
+ "EnableDisplayRefreshRateSwitchingHelp": "This enables Emby to change the display refresh rate to the same value (or multiple of) as the framerate the video was encoded in before starting playback. This may help minimize the amount of stutter/judder that you might otherwise see when playing videos which do not match up well.",
+ "RememberSelectedAudioTracks": "Remember audio track selections",
+ "RememberSelectedSubtitleTracks": "Remember subtitle track selections",
+ "RememberSelectedSubtitleTracksHelp": "Subtitle track selections will be remembered on a per video basis and reapplied when playing the same video again.",
+ "RememberSelectedAudioTracksHelp": "Audio track selections will be remembered on a per video basis and reapplied when playing the same video again.",
+ "ClearSavedTrackSelections": "Clear saved track selections",
+ "HeaderClearTrackSelections": "Clear Saved Track Selections",
+ "QuestionClearSavedTracks": "Clear all saved track selections?",
+ "LabelChannelTags": "Channel tags",
+ "AfterThisPlaysConfirmation": "After this plays, do you want to keep playing or clear the music you previously queued?",
+ "Keep": "Keep",
+ "Clear": "Clear",
+ "HeaderClearFilters": "Clear Filters",
+ "HeaderSearchForImages": "Search for Images",
+ "HeaderSearchNewImage": "Search for a New Image",
+ "HeaderSearchForAnImage": "Search for an Image",
+ "DragDropToReorder": "Drag and Drop to Reorder",
+ "HeaderAddImageFromUrl": "Add Image from URL",
+ "HeaderSetImageFromUrl": "Set Image from URL",
+ "LabelUrl": "Url",
+ "LabelChannelNumber": "Channel number",
+ "LabelGuideDataChannel": "Guide data channel",
+ "GuideDataSource": "Guide Data Source",
+ "HeaderCopyToClipboard": "Copy to Clipboard",
+ "TimeRemainingValue": "{0} remaining",
+ "LabelResumeRewindSeconds": "When resuming, automatically rewind",
+ "ResumeRewindSecondsHelp": "This may help you remember where you left off. This applies to the initial resume and not each individual pause during playback.",
+ "HeaderSavePlayQueueToPlaylist": "Save Play Queue to Playlist",
+ "EnableLogoImagesAsTitle": "Display logo images as titles on detail screens",
+ "EnableLogoImagesAsTitleHelp": "When available, logo images can be used in place of title text on video, series, and other detail screens. The title will fallback to text when a logo image is not available.",
+ "LabelNowPlayingAudioBackgroundStyle": "Now playing audio background style",
+ "LabelNowPlayingVideoBackgroundStyle": "Now playing video background style",
+ "NowPlayingVideoBackgroundStyleHelp": "Determines the background style when remote controlling video playback on another device.",
+ "Rotation": "Rotation",
+ "Minutes": "Minutes",
+ "LabelMaxRecordingLength": "Max recording length",
+ "MaxRecordingLengthHelp": "Limit recordings to a specified amount of time, regardless of the duration of the broadcast. Set to 0 for no limit.",
+ "RemoteWAN": "Remote (WAN) Address",
+ "HeaderLastConnectedTo": "Last Connection To",
+ "Version": "Version",
+ "Keyword": "Keyword",
+ "HeaderServerAddress": "Server Address",
+ "HeaderSkipIntro": "Skip Intro",
+ "HeaderCreateRecording": "Create Recording",
+ "HeaderAddRecording": "Add Recording",
+ "HeaderChannelAndTime": "Channel and Time",
+ "LabelRecordProgramOrSeriesFrom": "Record a program or series from",
+ "LabelStartTime": "Start time",
+ "LabelEndTime": "End time",
+ "LabelFrequency": "Frequency",
+ "Recurring": "Recurring",
+ "Once": "Once",
+ "Start": "Start",
+ "Unpause": "Unpause",
+ "LabelIntroSkipMode": "Intro skip mode",
+ "ShowSkipIntroButton": "Show 'Skip Intro' button",
+ "AutoSkipIntro": "Automatically skip intros",
+ "DisplayRatingInformationOnVideoPlaybackStart": "Display rating information on video playback start",
+ "DisplayRatingInformationOnVideoPlaybackStartHelp": "The rating information will display briefly when video playback begins.",
+ "IntroSkipModeHelp": "Display a 'Skip Intro' button or automatically skip intros for episodes in which Emby Server has detected intro markers. Intro detection must be enabled in Emby Server library options.",
+ "EnableHomeScreenFocusPreview": "Use a layout on the home screen that shows a detailed preview of the selected item",
+ "EnableHomeScreenFocusPreviewHelp": "This may not work well if your home screen contains a mixture of different media types.",
+ "LabelHideMediaTransportButtons": "Hide video player transport buttons",
+ "HideMediaTransportButtonsHelp": "Create a simpler on-screen playback interface by hiding basic transport buttons such as skip forward, back and pause. You'll still be able to use these functions using arrow keys and OK/Enter. Auto will hide the transport buttons when no mouse usage is detected within the app.",
+ "ImageSizeHelp": "Set your preferred size of image grids.",
+ "LabelImageSize": "Image size",
+ "ThisImageIsOnlyPreview": "This image is only a preview that came from the metadata search engine. The actual image that Emby Server downloads may be different and will depend on the options you've configured in Emby library setup.",
+ "ResultsRangeValue": "{0} to {1} of {2}",
+ "NotificationsDescription": "Setup notifications to stay informed of important events on your Emby Server.",
+ "DeleteEmbyConnectAccount": "Delete Emby Connect Account",
+ "DeleteEmbyConnectAccountHelp": "To delete your Emby Connect account, please sign in to the {0}Emby Community{1} at {2}. Once signed in, then click your username in the top right, then click Account Settings, then click Delete My Account.",
+ "KeepPlayingInBackground": "Keep playing in the background",
+ "LabelVideoBackBehavior": "Video player back button behavior",
+ "HeaderViewLyrics": "View Lyrics",
+ "HeaderViewMissingEpisodes": "View Missing Episodes",
+ "HeaderMissingEpisodes": "Missing Episodes",
+ "HeaderManageAccess": "Manage Access",
+ "HeaderManageCollaboration": "Manage Collaboration",
+ "HeaderLeaveCollaboration": "Leave Collaboration",
+ "HeaderRemoveFromLibrary": "Remove from Library",
+ "RemoveSharedItemConfirmation": "Are you sure you wish to remove this item from your library? In order to get it back the owner will need to grant you access again.",
+ "SubtitlesDownloaded": "Subtitles Downloaded",
+ "HeaderMakePrivate": "Make Private",
+ "HeaderMakePublic": "Make Public",
+ "MakePublicDescription": "All users will be able to view this item. Users can be granted access to edit.",
+ "MakePrivateDescription": "Users can still be granted access individually.",
+ "Private": "Private",
+ "Public": "Public",
+ "Collaborative": "Collaborative",
+ "PreferredShowDisplay": "Preferred TV show display",
+ "ShowAllEpisodesAllSeasons": "Show all episodes of all seasons together",
+ "ShowAllEpisodesSingleSeason": "Show all episodes for only single season shows",
+ "ShowSeasonFolders": "Always show season folders",
+ "HeaderAddAgain": "Add Again",
+ "UpNext": "Up Next",
+ "ItemsAlreadyInPlaylist": "Some of these items are already in your playlist.",
+ "ItemAlreadyInPlaylist": "This item is already in your playlist.",
+ "HeaderPlayChannel": "Play Channel",
+ "LabelScreenOrientationDuringVideo": "Screen orientation during video playback",
+ "UseDeviceSetting": "Use device setting",
+ "LockToLandscape": "Lock to landscape",
+ "UsernameForFolderHelp": "The username required to access this folder on your network (if applicable).",
+ "PasswordForFolderHelp": "The password required to access this folder on your network (if applicable).",
+ "ShowMediaInfoOnDetailScreens": "Show full media at the bottom of audio and video detail screens",
+ "ForgotPasswordNoUserFound": "No users were found with the entered name. Please try again, or leave the name blank to reset the password for all users on this server.",
+ "Silver": "Silver",
+ "DimGray": "Dim Gray",
+ "DarkGray": "Dark Gray",
+ "LightGray": "Light Gray",
+ "Black": "Black",
+ "Blue": "Blue",
+ "Cyan": "Cyan",
+ "Gray": "Gray",
+ "Green": "Green",
+ "Lime": "Lime",
+ "Magenta": "Magenta",
+ "Orange": "Orange",
+ "Pink": "Pink",
+ "Red": "Red",
+ "Yellow": "Yellow",
+ "White": "White",
+ "Purple": "Purple",
+ "RecentlyReleasedMovies": "Recently Released Movies",
+ "RecentlyReleasedEpisodes": "Recently Released Episodes",
+ "DolbyProfile": "Dolby Profile",
+ "IpAddress": "IP Address",
+ "VideoType": "Video Type",
+ "HidePlayedMediaFrom": "Hide Played Media From",
+ "BottomEdgePosition": "Bottom Edge Position",
+ "VerticalPositionFromBottomScreen": "Set the vertical position of the subtitles relative to the bottom of the screen.",
+ "TopEdgePosition": "Top Edge Position",
+ "TopEdgePositionHelp": "Set the highest allowed vertical position of the subtitles relative to the top of the screen. This is used when the subtitles contain positioning instructions to be placed at the top.",
+ "HeaderSubtitlePosition": "Subtitle Position",
+ "TitleProfilePin": "Profile PIN",
+ "ProfilePinConfirm": "Profile PIN (confirm)",
+ "SaveProfilePin": "Save Pin",
+ "ProfilePinDescription": "Create an optional pin to be prompted for entry whenever you return to an Emby app on a device that you've already signed into. This is useful if you have devices that are shared by multiple users. You can choose to enable it selectively on each device as required.",
+ "TitleNewEpisodes": "New Episodes",
+ "EnterYourPinToContinue": "Enter your PIN to continue.",
+ "YourPinMustBe": "Your PIN must be {0} digits.",
+ "ForgotPin": "Forgot PIN?",
+ "RequireEnteringPinToReturn": "Require entering my profile PIN whenever I return to this app.",
+ "RequireEnteringPinToReturnQuestion": "Should we prompt you for your profile PIN whenever you return to this app? If this device is shared by multiple users, your profile PIN can help prevent the other users from accessing your data.",
+ "RequireEnteringPinToReturnHelp": "Useful if this device is shared by multiple users.",
+ "WrongPinPleaseTryAgain": "Whoops, wrong PIN. Please try again.",
+ "ProfilePinIsOn": "Profile PIN is currently on.",
+ "IfTryingToConnectToHttp": "If you're trying to connect to your Emby Server using an HTTP address, your browser may not be allowing this due to HTTPS requirements. Please try one of the following:",
+ "SetupHttpsForYourServer": "Setup {0}HTTPS for your Emby Server{1} so that you can connect using HTTPS.",
+ "TitleUnableToReachServer": "Unable to Reach Server",
+ "TitleUnableToReachName": "Unable to Reach {0}",
+ "HearingImpaired": "Hearing Impaired",
+ "SignIntoServerName": "Sign in to {0}",
+ "About": "About",
+ "Specials": "Specials",
+ "NSettings": "{0} Settings",
+ "NPreferences": "{0} Preferences",
+ "DetailScreenOptions": "Detail Screens",
+ "LabelGenreDisplayLimit": "Genre display limit",
+ "GenreDisplayLimitHelp": "Limit the number of genres displayed at the top of item detail screens.",
+ "GenreDisplayLimitForListsHelp": "Limit the number of genres displayed at the top of playlist, collection and artist detail screens.",
+ "LabelGenreDisplayLimitForLists": "Genre display limit for lists",
+ "ShowPosterOnDetails": "Show a poster on the detail screen",
+ "ShowPosterOnDetailsHelp": "Choose to show a poster on video detail screens, or hide it for a more minimal look that emphasizes the background. This setting is not used on smaller screen layouts. Some item types will ignore this setting.",
+ "EnableAppLogging": "Enable app logging",
+ "EnableAppLoggingHelp": "Logging can degrade app performance and should only be enabled as needed for troubleshooting purposes. Changes require restarting the app.",
+ "LabelSlideshowInterval": "Photo slideshow time per slide",
+ "TVChannelImageEditorHelp": "Multiple logo versions are supported. Emby apps will automatically choose the appropiate one depending on the current theme.",
+ "PlaySlideshow": "Play Slideshow",
+ "CheckForExistingEpisodesInAllLibraries": "Check for existing episodes in all libraries",
+ "GroupNotificationsBySeriesOrAlbum": "Group notifications by series and albums",
+ "ThemeSettings": "Theme Settings",
+ "FollowingActivityWillBeDisrupted": "The following activity will be disrupted and may require manual intervention to restart:",
+ "OneActivePlaybackSession": "1 Active Playback Session",
+ "NumActivePlaybackSessions": "{0} Active Playback Sessions",
+ "OneActiveRecording": "1 Active Recording",
+ "NumActiveRecordings": "{0} Active Recordings",
+ "PlayFromLivePosition": "Play from the live position",
+ "PlayFromStartOfRecording": "Play from the start of the recording",
+ "ThisChannelIsActivelyRecording": "This channel is actively recording. How would you like to begin playing?",
+ "ThemeSongVolume": "Theme song volume",
+ "HeaderForceConversionForFormats": "Force Conversion for Formats",
+ "ForceConversionForFormatsHelp": "Use this to force server-side transcoding or remuxing for formats that don't direct play very well on this device.",
+ "StartupBehavior": "Startup behavior",
+ "RememberLastUser": "Remember last user",
+ "ShowLoginScreen": "Show login screen",
+ "SignInAsValue": "Sign in as {0}",
+ "ConvertUnsupportedAudio": "Convert unsupported surround audio to Dolby Digital",
+ "ConvertUnsupportedAudioHelp": "Avoid downmixing unsupported surround formats to stereo by having Emby Server transcode them to Dolby Digital.",
+ "HeaderPlaybackCorrection": "Playback Correction",
+ "HeaderAttemptPlaybackCorrection": "Attempt Playback Correction",
+ "PlaybackCorrectionConfirm": "Attempt playback correction?",
+ "PlaybackCorrectionDescription": "Is the current item exhibiting a playback problem such as no video or audio? This will try and correct playback issues using server transcoding to convert this file into a more streaming friendly format. This will result in increased resource consumption on this Emby Server.",
+ "PlaybackCorrectionDescription2": "You can do this up to three times per video, where remuxing, video transcoding and audio transcoding are each activated one at a time.",
+ "HeaderAlbumsAsContributingArtist": "Albums as Contributing Artist",
+ "HeaderAlbumsAsComposer": "Albums as Composer",
+ "Duplicates": "Duplicates",
+ "HeaderSleepTimer": "Sleep Timer",
+ "AfterCurrentItem": "After current item",
+ "HeaderStopPlayback": "Stop Playback",
+ "TurnOffTimer": "Turn off timer",
+ "SleepTimerIsSet": "Your sleep timer is set",
+ "SleepTimerIsOff": "Your sleep timer is off",
+ "LabelEnableRemoteControlTVMode": "Display casting and remote control functions",
+ "EnableRemoteControlTVModeHelp": "Enable if you intend to use this device to send media to other devices.",
+ "ShowOnScreenControls": "Show on-screen controls",
+ "LabelVideoScreenUpAction": "Video player up action",
+ "VideoScreenUpActionHelp": "Select the action to take when pressing the up key on the video player screen. This applies when no on-screen controls are currently visible. When controls are already visible, the up key will be used for navigation.",
+ "LabelVideoPlayerLongPressAction": "Video player long press action",
+ "LetsGetSetup": "Let's Get Set Up",
+ "VideoPlayerLongPressActionHelp": "Choose what function or menu is shown when long pressing the OK button during video playback. This only takes effect when the video controls are hidden or the seek bar has focus.",
+ "AskAdminToGetPremiere": "This purchase must be made by the server administrator. Please ask the administrator of this Emby Server to sign in and get Emby Premiere so that you can enjoy access to premium features.",
+ "AutoOpenSingleItemsFolders": "Auto open single items in folder view",
+ "AutoOpenSingleItemsFoldersHelp": "When a folder only contains one item, automatically open that item.",
+ "PlayedOnValue": "Played {0}",
+ "TheseSettingsApplyAppDevice": "These settings apply to all users playing on this device.",
+ "LastContentDateAdded": "Last Content Date Added",
+ "RepeatThemeMedia": "Play themes on repeat",
+ "HideEpisodeSpoilerInfo": "Hide spoiler information from unwatched episodes",
+ "HideEpisodeSpoilerInfoHelp": "Hides the title, overview and image for unwatched episodes on most screens.",
+ "BornValueAge": "Born: {0} (age {1})",
+ "PreferDirectStreamLiveTV": "Prefer direct streaming of Live TV",
+ "PreferDirectStreamLiveTVHelp": "Direct streaming Live TV will reduce resource consumption on your Emby Server but may not be as seekable during playback. Enabling this will direct stream Live TV when the format is supported and is within your configured quality setting. Disable this to enjoy more seeking during playback at the cost of additional resource consumption.",
+ "HeaderAllRecordings": "All Recordings",
+ "RememberLoginDescription": "After signing in, you can use the app settings to configure the startup behavior to remember login, sign in as a specific user, or always show the login screen.",
+ "ForgetThisServer": "Forget This Server",
+ "ForgetServerConfirmation": "Are you sure you wish to forget this server?",
+ "HeaderThisDevice": "This Device",
+ "ChaptersGuide": "Chapters / Live TV Guide",
+ "ChaptersGuideHelp": "Show Chapters for media with chapters. For media without chapters, show the Live TV Guide (when available).",
+ "HeaderShowSeriesImages": "Show Series Images",
+ "AppExitConfirmation": "Are you ready to exit Emby?",
+ "AppExitMenu": "Exit menu",
+ "SideMenu": "Side navigation menu",
+ "SystemStorage": "System storage ({0})"
+}
diff --git a/modules/common/strings/ko.json b/modules/common/strings/ko.json
new file mode 100644
index 0000000..7101cbf
--- /dev/null
+++ b/modules/common/strings/ko.json
@@ -0,0 +1,1340 @@
+{
+ "ReplaceExistingThumbnailImages": "Replace existing video preview thumbnails",
+ "ReplaceExistingThumbnailImagesHelp": "All existing video preview thumbnails will be deleted and new ones will be generated, if enabled in the options for the library.",
+ "DateCreated": "Date Created",
+ "CreatedOnValue": "Created {0}",
+ "UpdatedOnValue": "Updated {0}",
+ "EmbyLoginTerms": "Emby는 가정용 비디오 및 사진과 같은 개인용 미디어 라이브러리를 관리 할 수 있도록 설계되었습니다.{0} 사용 약관 {1}을 참조하십시오. Emby 소프트웨어를 사용하면 이러한 조건을 수락하는 것으로 간주됩니다.",
+ "MessageUnableToConnectToServer": "선택한 서버에 연결할 수 없습니다. 서버가 실행 중인지 확인후 다시 시도하세요.",
+ "EmbyIntroMessage": "Emby를 사용하면 Emby 서버에서 스마트폰, 태블릿 및 기타 디바이스로 비디오, 음악 및 사진을 쉽게 스트리밍할 수 있습니다.",
+ "HeaderSignInWithConnect": "Emby Connect로 로그인",
+ "HeaderWelcomeToEmby": "Emby에 오신 것을 환영합니다!",
+ "HeaderNewUsers": "새 사용자",
+ "HeaderPleaseSignIn": "로그인하세요",
+ "MessageInvalidUser": "올바르지 않은 사용자명 또는 비밀번호입니다. 다시 시도하세요.",
+ "MessageUnlockAppWithPurchaseOrSupporter": "기간 한정 일회성 구매 또는 Emby 프리미어 구독을 활성화하여 이 기능을 잠금을 해제하십시오.",
+ "MessageUnlockAppWithSupporter": "이 기능을 사용하려면 활성화 된 Emby 프리미어 구독이 필요합니다.",
+ "MessageToValidateSupporter": "활성화된 Emby 프리미어 구독이 있는 경우, Emby 프리미어를 Emby 서버 대시보드에 설치했는지 확인하십시오. 이 메뉴는 기본 메뉴에서 Emby 프리미어를 클릭하여 액세스 할 수 있습니다.",
+ "ValueSpecialEpisodeName": "스페셜 - {0}",
+ "HeaderSignIn": "로그인",
+ "Share": "공유",
+ "Shared": "공유됨",
+ "Info": "정보",
+ "Add": "추가",
+ "Speed": "속도",
+ "PlaybackSpeed": "재생 속도",
+ "Chapters": "챕터",
+ "Password": "비밀번호",
+ "SavePassword": "비밀번호 저장",
+ "LabelPassword": "비밀번호",
+ "HeaderResetPassword": "비밀번호 초기화",
+ "Series": "시리즈",
+ "Preview": "미리보기",
+ "Submit": "전송",
+ "Never": "하지않음",
+ "Table": "테이블",
+ "HeaderScheduledTasks": "Scheduled Tasks",
+ "Plays": "재생 횟수",
+ "LastUsedAddressValue": "Last used {0}",
+ "LabelKeywordType": "키워드 유형",
+ "HeaderSelectColumns": "열 선택",
+ "HeaderTopResults": "상위 결과",
+ "HeaderPinSidebar": "사이드바 고정",
+ "Collapse": "무너뜨리기",
+ "LabelBackgroundVideoPlayback": "백그라운드 비디오 재생",
+ "BackgroundVideoPlaybackHelp": "화면이 꺼져 있을때도 백그라운드 비디오 재생 허용",
+ "AlwaysOn": "항상 켜기",
+ "HeadphonesOrExternalSpeakersConnected": "헤드폰 또는 외부 스피커가 연결됬을 때",
+ "HeaderKeyboardAndRemote": "키보드 및 원격제어",
+ "NoSelectedItemsSupportOperation": "이 작업을 지원하는 항목이 선택되지 않았습니다.",
+ "NoOperationsForSelectedItems": "선택된 항목을 지원하는 작업이 없습니다.",
+ "UploadOnlyOnWifi": "WIFI에 연결되어 있을때만 업로드",
+ "HeaderFoldersToUpload": "업로드할 폴더",
+ "LabelPasswordConfirm": "비밀번호 (확인)",
+ "HeaderMoveUpInOrder": "순서대로 위로 이동",
+ "HeaderDownUpInOrder": "순서대로 아래로 이동",
+ "LabelUsername": "사용자명",
+ "HeaderAddServer": "서버 추가",
+ "HeaderSubtitleOffset": "자막 오프셋",
+ "Watching": "Watching",
+ "HeaderRemoveFromContinueWatching": "게속 시청하기에서 제거",
+ "RemoveThisTitleFromContinueWatching": "계속 시청하기에서 이 작품을 제거 하시겠습니까?",
+ "HeaderRemoveFromContinueListening": "계속 듣기에서 제거",
+ "RemoveThisTitleFromContinueListening": "계속 듣기에서 이 작품을 제거하시겠습니까?",
+ "HeaderIncreaseSubtitleOffset": "자막 오프셋 증가",
+ "HeaderDecreaseSubtitleOffset": "자막 오프셋 감소",
+ "Close": "닫기",
+ "HeaderSeeAll": "모두 보기",
+ "HeaderOpenInNewWindow": "새 탭에서 열기",
+ "LabelEmail": "이메일",
+ "LabelHost": "호스트",
+ "LabelHostHelp": "예시: 192.168.1.100 또는 https://myserver.com",
+ "LabelPort": "포트",
+ "Disabled": "사용 안 함",
+ "Uninstall": "설치 제거",
+ "Enable": "활성화",
+ "AllTuners": "All Tuners",
+ "Disable": "비활성화",
+ "NextValue": "다음:{0}",
+ "HeaderNextItem": "다음 항목",
+ "HeaderPreviousItem": "이전 항목",
+ "NoTrailersMessage": "예고편을 찾을 수 없습니다. 예고편을 보시려면 {0}Emby 플러그인 카탈로그{1}에서 예고편 플러그인을 설치하세요.",
+ "UninstallPluginConfirmation": "정말로 플러그인을 제거하시겠습니까?",
+ "HeaderUninstallPlugin": "플러그인 설치 제거",
+ "AreYouStillWatching": "아직 시청 중 이신가요?",
+ "LabelCurrentPassword": "현재 비밀번호",
+ "LabelNewPassword": "새 비밀번호",
+ "LabelNewPasswordConfirm": "새 비밀번호 확인",
+ "HeaderRemovePassword": "비밀번호 삭제",
+ "ServerUpdateNeeded": "이 Emby Server를 업데이트해야합니다. {0} 로 방문 후 최신버전을 다운로드 하십시요",
+ "MessageThankYouForConnectSignUp": "Emby Connect에 가입 해 주셔서 감사합니다. 귀하의 새 계정을 확인하는 방법에 대한 지시 사항이 포함 된 이메일이 귀하의 주소로 발송됩니다. 이메일 계정을 확인한 다음 여기로 돌아와 로그인하십시오.",
+ "MessageThankYouForConnectSignUpNoValidation": "Emby Connect에 가입해 주셔서 감사합니다! 이제 Emby Connect 정보로 로그인하라는 메시지가 나타납니다.",
+ "ErrorMessagePasswordNotMatchConfirm": "비밀번호와 비밀번호 확인이 일치하여야 합니다.",
+ "ErrorMessageUsernameInUse": "이미 사용 중인 사용자명입니다. 다른 이름으로 다시 시도하세요.",
+ "ErrorMessageEmailInUse": "이미 사용 중인 이메일 주소입니다. 다른 이메일 주소로 다시 시도하거나 비밀번호 분실 기능을 사용하세요.",
+ "HeaderUpcomingOnTV": "라이브 방송 예정 TV",
+ "HeaderOtherShowings": "다른 방영중인 작품",
+ "Showings": "방영중인 작품",
+ "HeaderConnectToServer": "서버 접속",
+ "ConnectToServerManually": "수동으로 서버 접속",
+ "LabelEnterConnectUserNameHelp": "이는 Emby Connect 계정을 설정하는 데 사용한 이메일 주소입니다.",
+ "HeaderSignInError": "로그인 오류",
+ "HeaderManualLogin": "수동 로그인",
+ "PasswordResetConfirmation": "정말로 비밀번호를 재설정 하시겠습니까?",
+ "ContactAdminToResetPassword": "비밀번호를 초기화하려면 시스템 관리자에게 문의하세요.",
+ "ForgotPasswordInNetworkRequired": "비밀번호를 재설정 하시려면 귀하의 홈 네트워크에서 다시 시도하세요.",
+ "ForgotPasswordFileCreated": "진행 방법이 설명된 다음의 파일이 귀하의 서버에 생성되었습니다.",
+ "ForgotPasswordFileExpiration": "초기화 PIN 코드가 {0}에 만료됩니다.",
+ "InvalidForgotPasswordPin": "올바르지 않거나 만료된 PIN 코드입니다. 다시 시도하세요.",
+ "PasswordResetForUsers": "다음 사용자의 비밀번호가 삭제되었습니다. 로그인 하시려면 비밀번호 없이 로그인하세요.",
+ "HeaderForgotPassword": "비밀번호를 분실하셨나요?",
+ "ForgotPasswordUsernameHelp": "사용자 이름이 기억나지 않으면 공백으로 남겨두세요.",
+ "HeaderPasswordReset": "비밀번호 재설정",
+ "AttributeNew": "신규",
+ "Done": "완료",
+ "HeaderResetToDefault": "기본값으로 재설정",
+ "Deinterlacing": "디인터레이스",
+ "HeaderBurningInSubtitles": "자막 굽기",
+ "Premiere": "프리미어",
+ "LabelPinCode": "PIN 코드",
+ "LabelLocalNetworkPinCode": "내부 네트워크 PIN 코드",
+ "LabelLocalNetworkPasswordMode": "내부 네트워크 로그인 모드",
+ "RequirePasswordInLocalNetwork": "내부 네트워크 비밀번호를 요구합니다.",
+ "NoPasswordInLocalNetwork": "내부 네트워크 비밀번호를 요구하지 않습니다.",
+ "PinCodeInLocalNetwork": "숫자로만 이루어진 내부 네트워크 PIN 코드",
+ "LocalNetworkPasswordModeHelp": "Emby 서버와 같은 네트워크에서 로그인하는 방법을 선택하세요.",
+ "HeaderLocalNetworkAccess": "내부 네트워크 접속",
+ "Live": "생방송",
+ "Reset": "초기화",
+ "Repeat": "반복",
+ "Track": "트랙",
+ "Tracks": "트랙",
+ "HeaderCameraUpload": "카메라 업로드",
+ "TrackCount": "{0} 트랙",
+ "ItemCount": "{0} 항목",
+ "NumberChannelsValue": "{0} 채널",
+ "HeaderLatestMusic": "최근 음악",
+ "HeaderLatestAudioBooks": "최근 추가된 오디오북",
+ "HeaderLatestDownloadedVideos": "최근 다운로드 한 비디오",
+ "HeaderRecentlyPlayed": "최근 재생",
+ "Recent": "최근",
+ "HeaderFrequentlyPlayed": "자주 재생",
+ "HeaderMoreLikeThis": "비슷한 재생물",
+ "HeaderMoreLikeThisOnLiveTV": "비슷한 TV 생방송",
+ "OriginalAirDateValue": "최초 방송일: {0}",
+ "EndsAtValue": "{0}에 종료",
+ "Date": "날짜",
+ "AirDate": "방송일",
+ "Played": "재생함",
+ "Daily": "매일",
+ "Weekly": "주",
+ "RequireHashMatch": "검색어 일치 항목만",
+ "RequireHashMatchHelp": "검색어 일치 항목만 검색하면 비디오 파일과 정확히 일치하고 검증된 자막만 검색합니다. 이 옵션을 선택하지 않으면 자막 다운로드 가능성이 높아 지지만 자막 싱크가 맞지 않거나 잘못된 언어의 자막이 표시 될 가능성이 높아집니다.",
+ "SearchForForcedSubtitlesOnly": "강제 자막만",
+ "SearchForForcedSubtitlesOnlyHelp": "외국어 자막이있는 영상물에만 강제 자막을 사용할 수 있습니다.",
+ "LastEpisodeDateAdded": "마지막 에피소드가 추가된 날짜",
+ "LastEpisodeDateAired": "마지막 에피소드 출시 날짜",
+ "LabelPlaystate": "재생여부",
+ "Studio": "스튜디오",
+ "Tag": "태그",
+ "EpisodeTitle": "에피소드 제목",
+ "Audio": "오디오",
+ "Video": "비디오",
+ "Subtitle": "자막",
+ "Image": "이미지",
+ "CopyStream": "Copy original stream",
+ "LabelAudioLayout": "오디오 레이아웃",
+ "LabelAudioCodec": "오디오 코덱",
+ "LabelAudioLanguage": "오디오 언어",
+ "LabelSubtitleLanguage": "자막 언어",
+ "LabelVideoCodec": "비디오 코덱",
+ "LabelSubtitleCodec": "자막 코덱",
+ "LabelParentalRating": "등급",
+ "BecauseYouLikeValue": "{0} 을(를) 좋아하기 때문에",
+ "BecauseYouWatchedValue": "{0} 을(를) 시청하였기 때문에",
+ "DirectedByValue": "{0} 감독",
+ "StarringValue": "{0} 주연",
+ "Invitations": "초대",
+ "ActorAsRole": "{0}(으)로",
+ "ButtonOk": "확인",
+ "GroupItemsIntoCollections": "컬렉션으로 항목 묶기",
+ "GroupItemsIntoCollectionsHelp": "추가된 컬렉션을 기반으로 항목을 그룹화합니다. 특정 필터 또는 정렬 순서를 사용하면 자동으로이 기능이 사용 중지 될 수 있습니다.",
+ "GroupItemsIntoTags": "항목을 태그로 그룹화",
+ "GroupItemsIntoTagsHelp": "추가된 태그를 기준으로 항목을 그룹화합니다. 특정 필터를 활성화하거나 정렬 순서를 실행하면 이 기능이 자동으로 비활성화될 수 있습니다.",
+ "User": "사용자",
+ "Access": "접속",
+ "Users": "사용자",
+ "Library": "라이브러리",
+ "Devices": "디바이스",
+ "Cancel": "취소",
+ "Restart": "다시 시작",
+ "Shutdown": "종료",
+ "Logs": "사용기록",
+ "Visibility": "보임여부",
+ "Notifications": "알림",
+ "SendTestNotification": "테스트 알림 보내기",
+ "NotificationSent": "알림 전송됨",
+ "DeleteNotificationConfirmation": "이 알림을 삭제하시겠습니까?",
+ "DeleteNotification": "알림 삭제",
+ "AddNotification": "알림 추가",
+ "EditNotification": "알림 편집",
+ "LimitUserEventsTo": "사용자 이벤트를 다음으로 제한합니다",
+ "LimitLibraryEventsTo": "라이브러리 이벤트를 다음으로 제한",
+ "LimitDeviceEventsTo": "디바이스 이벤트를 다음으로 제한",
+ "ForAdditionalNotificationOptions": "서버 관리자는 Emby {0} 플러그인 카탈로그 {1}에서 추가 알림 서비스를 설치할 수 있습니다.",
+ "Plugins": "플러그인",
+ "Systems": "시스템",
+ "Server": "서버",
+ "Dashboard": "대시보드",
+ "PlayOnAnotherDevice": "다른 디바이스에서 재생",
+ "HeaderConnectionHelp": "연결 도움말",
+ "AccessRestrictedTryAgainLater": "접근이 제한되었습니다. 다시 시도하세요.",
+ "ButtonGotIt": "확인",
+ "RememberMe": "로그인 정보 기억",
+ "EmbyServer": "Emby Server",
+ "ManageEmbyServer": "Emby 서버 관리",
+ "ShutdownServer": "Emby 서버 종료",
+ "RestartServer": "Emby 서버 재시동",
+ "RecordingCancelled": "녹화가 취소되었습니다",
+ "SeriesCancelled": "시리즈가 취소되었습니다",
+ "Recording": "녹화",
+ "SeriesRecording": "시리즈 녹화",
+ "RecordingScheduled": "녹화가 예약되었습니다",
+ "SeriesRecordingScheduled": "시리즈 녹화가 예약되었습니다",
+ "HeaderNewRecording": "신규 녹화",
+ "HeaderWakeServer": "서버 깨우기",
+ "AttemptingWakeServer": "서버를 깨우려고합니다. 잠시만 기다려주십시오 ...",
+ "WakeServerSuccess": "성공!",
+ "HeaderCustomizeHomeScreen": "홈 화면 사용자 설정",
+ "WakeServerError": "Wake On LAN 패킷이 서버 컴퓨터로 전송되었지만 Emby 서버에 연결할 수 없습니다. 컴퓨터가 완전히 시작되기까지 시간이 더 필요하거나 Emby 서버가 컴퓨터에서 실행되고 있지 않을 수 있습니다.",
+ "Days": "요일",
+ "Network": "네트워크",
+ "Networks": "방송국",
+ "SortByValue": "{0} 순으로 정렬",
+ "HeaderSortBy": "정렬 기준",
+ "HeaderPhotoAlbums": "사진 앨범",
+ "Photos": "사진",
+ "HeaderAppearsOn": "출연작품",
+ "List": "목록",
+ "HeaderRecordSeries": "시리즈 녹화",
+ "HeaderCinemaMode": "극장 모드",
+ "Conversions": "변환",
+ "Downloads": "다운로드",
+ "HeaderManageDownloads": "다운로드 관리",
+ "InternalStorage": "내부 저장소",
+ "ExternalStorage": "외부 저장소",
+ "UploadToFollowingServers": "서버에 업로드",
+ "UploadingNumItems": "{1}의 {0} 업로드 중",
+ "DownloadNumItems": "{1}의 {0} 다운로드 중",
+ "HeaderSampleRate": "샘플 레이트",
+ "HeaderReferenceFrames": "참조 프레임",
+ "HeaderBitDepth": "비트 심도",
+ "HeaderPixelFormat": "픽셀 형식",
+ "Profile": "프로필",
+ "Bitrate": "비트레이트",
+ "Expand": "확장",
+ "Container": "컨테이너",
+ "Format": "형식",
+ "Path": "경로",
+ "Size": "용량",
+ "Resolution": "해상도",
+ "HeaderCodecTag": "코덱 태그",
+ "Framerate": "프레임 레이트",
+ "Interlaced": "인터레이스",
+ "Anamorphic": "아나몰픽",
+ "Level": "레벨",
+ "Timestamp": "타임 스탬프",
+ "Language": "언어",
+ "Codec": "코덱",
+ "Stream": "스트림",
+ "HeaderExtradata": "추가 데이터",
+ "HeaderHardwareAcceleratedTranscoding": "하드웨어 가속 트랜스코딩",
+ "HeaderHardwareAcceleratedTranscodingDescription": "서버 GPU를 활용하세요. Emby는 업계에서 가장 발전된, 빠른 하드웨어 가속을 제공합니다.",
+ "HeaderOfflineDownloads": "오프라인 미디어",
+ "AndMuchMoreExclamation": "그리고 더 많은 기능들이 준비되어 있습니다!",
+ "HeaderOfflineDownloadsDescription": "간편한 오프라인 사용을 위해 미디어를 디바이스에 다운로드합니다.",
+ "LiveTvFeatureDescription": "Emby 서버와 호환되는 TV 튜너가 설치된 Emby 응용 프로그램에서 TV를 스트리밍 합니다.",
+ "DvrFeatureDescription": "Emby DVR로 개별 TV 생방송 녹화, 시리즈 녹화 등을 예약합니다.",
+ "CinemaModeFeatureDescription": "극장 모드는 영상 재생 전, 예고편과 사용자 정의 영상을 재생하여 극장에 온 것 같은 기분을 느끼게 해 줍니다.",
+ "HeaderFreeApps": "무료 Emby 앱",
+ "FreeAppsFeatureDescription": "당신의 디바이스에서 Emby 앱을 무료로 이용할 수 있습니다.",
+ "HeaderBecomeProjectSupporter": "Emby 프리미어 구독하기",
+ "HeaderViewServerInfo": "서버 정보 보기",
+ "PlaybackTvModeRequiresEmbyPremiere": "TV 모드에서 미디어를 재생하려면 활성 {0}Emby 프리미어 구독 {1}이(가) 필요합니다.",
+ "FeatureRequiresEmbyPremiere": "이 기능을 사용하려면 활성화 된 {0} Emby 프리미어 구독이 필요합니다{1}.",
+ "HeaderConvertYourRecordings": "녹화 내용 변환",
+ "Record": "녹화",
+ "Save": "저장",
+ "Edit": "편집",
+ "HeaderSavePlaylist": "재생목록 저장",
+ "Latest": "최근",
+ "Download": "다운로드",
+ "Downloaded": "다운로드됨",
+ "Converted": "변환됨",
+ "RemoveFromHistory": "기록에서 제거",
+ "ConfirmRemoveFromHistory": "이 항목을 기록에서 제거하시겠습니까?",
+ "Downloading": "다운로드중",
+ "Advanced": "고급",
+ "LinkedToEmbyConnect": "Emby Connect에 연결됨",
+ "Delete": "삭제",
+ "Both": "둘 다",
+ "LabelChannelDisplay": "채널 디스플레이",
+ "HeaderDeleteItem": "항목 삭제",
+ "HeaderDeleteUser": "사용자 삭제",
+ "DeleteItemConfirmation": "정말 {0}(을)를 지우시겠습니까?",
+ "DeleteUserConfirmation": "정말로 사용자 {0}(을)를 삭제하시겠습니까?",
+ "DeleteUsersConfirmation": "Are you sure you wish to delete these {0} users?",
+ "HeaderDeleteDevice": "디바이스 삭제",
+ "DeleteDeviceConfirmation": "이 디바이스를 삭제하시겠습니까? 다음에 사용자가 이 디바이스로 로그인하면 다시 나타납니다.",
+ "ConfirmDeleteItem": "이 항목을 삭제하면 파일 시스템과 라이브러리 모두에서 삭제됩니다.",
+ "FollowingFilesWillBeDeleted": "다음 파일들과 폴더들이 삭제됩니다:",
+ "AreYouSureToContinue": "정말로 진행 하시겠습니까?",
+ "Refresh": "새로 고침",
+ "RefreshingMetadataDots": "메타데이터 새로고침 하는 중...",
+ "ScanningLibraryFilesDots": "라이브러리 스캔 중...",
+ "HeaderFavoritesThenByChannelNumber": "채널 번호별로 즐겨찾기 확인",
+ "HeaderAddToCollection": "컬렉션에 추가",
+ "HeaderFavoritesThenByTitle": "제목순으로 즐겨찾기 확인",
+ "HeaderFavoritesThenByDefault": "기본 채널 순서로 즐겨찾기 확인",
+ "HeaderDefaultChannelOrder": "기본 채널 순서",
+ "HeaderAddToFavorites": "즐겨찾기에 추가",
+ "HeaderRemoveFromFavorites": "즐겨찾기에서 제거",
+ "Favorited": "즐겨찾기된",
+ "Unfavorited": "즐겨찾기 해제된",
+ "HeaderNewCollection": "새 컬렉션",
+ "HeaderNewPlaylist": "새 재생목록",
+ "AllCollections": "전체 컬렉션",
+ "AllPlaylists": "전체 재생목록",
+ "Create": "생성",
+ "HeaderAddedToPlaylist": "재생목록에 추가됨",
+ "HeaderAddedToCollection": "컬렉션에 추가됨",
+ "OneItemAddedTo": "\"{0}\"에 1 항목 추가됨.",
+ "ItemsAddedTo": "\"{1}\"에 {0} 항목 추가됨.",
+ "HeaderAddedToPlayQueue": "재생 대기열에 추가됨",
+ "HeaderPlayingNext": "다음 재생",
+ "Help": "도움말",
+ "HeaderGetHelp": "도움 요청",
+ "LabelTVDisplayMode": "Enable TV display mode",
+ "Desktop": "컴퓨터",
+ "Mobile": "휴대폰/타블렛",
+ "Navigation": "탐색",
+ "HeaderVideoPlayback": "비디오 재생",
+ "TV": "TV",
+ "HeaderEmbyConnect": "Emby Connect",
+ "Seasons": "시즌",
+ "OneTrack": "1 트랙",
+ "OneSeason": "1 시즌",
+ "Libraries": "라이브러리",
+ "NumberSeasonsValue": "{0}시즌",
+ "TVDisplayModeHelp": "Optimize the user interface on this device for display on a TV and input method with a remote control. This is generally not recommended if your primary input method is a mouse or is touch-based.",
+ "LabelDisplayLanguage": "표시 언어",
+ "LabelDisplayLanguageHelp": "Emby 번역은 현재 진행중입니다.",
+ "LearnHowYouCanContribute": "여러분이 기여할 수 있는 방법을 알려드립니다.",
+ "NewCollectionHelp": "컬렉션을 사용하면 개인의 취향에 맞게 영화 및 다른 라이브러리들을 정리할 수 있습니다.",
+ "SearchForCollectionInternetMetadata": "인터넷에서 포스터와 메타데이터 검색",
+ "DisplayMissingEpisodesWithinSeasons": "각 시즌의 누락된 에피소드 표시",
+ "DisplayMissingEpisodesWithinSeasonsHelp": "Emby 서버 설정에서 TV 라이브러리에 대해서도 이 기능을 활성화해야 합니다.",
+ "EnableThemeSongs": "테마 음악 사용",
+ "EnableBackdrops": "배경 사용",
+ "EnableThemeSongsHelp": "라이브러리를 탐색할 때 테마음악을 재생합니다.",
+ "EnableBackdropsHelp": "라이브러리를 탐색할 때 배경에 이미지를 표시합니다.",
+ "EnableThemeVideos": "테마 영상 사용",
+ "EnableThemeVideosHelp": "라이브러리를 탐색할 때 테마 영상을 재생합니다.",
+ "RunAtStartup": "시작할 때 실행하기",
+ "ServerStartup": "Server Startup",
+ "EmbyServerOnXHasStarted": "Emby Server on {0} has started.",
+ "LabelScreensaver": "화면보호기",
+ "LabelSoundEffects": "음향효과",
+ "LabelName": "이름",
+ "NewCollectionNameExample": "예시: Star Wars Collection",
+ "MessageItemsAdded": "항목 추가됨.",
+ "OptionNew": "신규...",
+ "LabelPlaylist": "재생목록",
+ "AddToPlaylist": "재생목록에 추가",
+ "HeaderAddToPlaylist": "재생목록에 추가",
+ "Subtitles": "자막",
+ "LabelTheme": "테마",
+ "LabelSettingsTheme": "테마 설정",
+ "LabelThemeAccentColor": "강조 색상",
+ "ThemeAccentColorDescription": "중요한 지표, 아이콘 및 텍스트의 색상을 이 색상으로 나타냅니다.",
+ "SearchForSubtitles": "자막 검색",
+ "LabelLanguage": "언어",
+ "Search": "검색",
+ "NoSubtitleSearchResultsFound": "검색 결과가 없습니다. {0}자막 다운로드{1}를 설정하셨나요?",
+ "NoLyricsSearchResultsFound": "검색 결과가 없습니다. {0} 가사 다운로드 {1} 를 설정했습니까?",
+ "Lyrics": "가사",
+ "SearchForLyrics": "가사 검색",
+ "Finish": "끝내기",
+ "File": "파일",
+ "Exit": "종료",
+ "Sleep": "절전",
+ "Setup": "설정",
+ "MessageAreYouSureDeleteSubtitles": "이 자막 파일을 삭제하시겠습니까?",
+ "ConfirmDeletion": "삭제 확인",
+ "MySubtitles": "내 자막",
+ "MessageDownloadQueued": "다운로드가 대기열에 추가되었습니다.",
+ "HeaderEditSubtitles": "자막 편집",
+ "UnlockGuide": "편성표 표시",
+ "HeaderRefreshMetadata": "메타데이터 새로고침",
+ "HeaderRefreshAllMetadata": "모든 메타데이터 새로고침",
+ "ReplaceExistingImages": "현재 이미지 교체",
+ "ReplaceExistingImagesHelp": "기존 이미지가 모두 삭제되고 새 이미지가 다운로드됩니다. 경우에 따라 이전보다 사용 가능한 이미지가 줄어들 수도 있습니다.",
+ "ReplaceAllMetadata": "모든 메타데이터 교체",
+ "SearchForMissingMetadata": "누락된 메타데이터 검색",
+ "LabelRefreshMode": "새로고침 모드",
+ "NoItemsFound": "항목이 없습니다.",
+ "HeaderSaySomethingLike": "다음과 같은 명령어를 말하세요...",
+ "ButtonTryAgain": "다시 시도하세요",
+ "HeaderYouSaid": "다음과 같이 말하셨습니다...",
+ "MessageWeDidntRecognizeCommand": "죄송합니다. 그 명령어를 인식할 수 없습니다.",
+ "MessageIfYouBlockedVoice": "앱 설치시 음성인식 기능으로의 접근 권한을 허용하지 않으셨다면 다시 실행하시기 전에 권한을 혀용해 주세요.",
+ "ValueDiscNumber": "디스크 {0}",
+ "Unrated": "등급미정",
+ "Favorite": "즐겨찾기",
+ "Like": "좋아요",
+ "Dislike": "싫어요",
+ "RefreshDialogHelp": "메타데이터는 Emby 라이브러리 설정에서 활성화된 설정과 메타데이터 제공자에 따라 새로운 데이터로 업데이트됩니다.",
+ "Open": "열기",
+ "Play": "재생",
+ "Pause": "일시정지",
+ "HeaderPlayQueue": "대기열 재생",
+ "HeaderAddToPlayQueue": "재생 대기열에 추가",
+ "Shuffle": "셔플",
+ "Identify": "정보확인",
+ "HeaderRemoveIdentification": "식별 정보 삭제",
+ "ResetMetadataConfirmation": "모든 메타데이터를 초기화하시겠습니까?",
+ "HeaderEditMetadata": "메타데이터 수정",
+ "Convert": "변환하기",
+ "Resume": "이어보기",
+ "HeaderInstantMix": "인스턴트 믹스",
+ "HeaderGoToItem": "항목으로 이동",
+ "HeaderGoToSeason": "시즌으로 이동",
+ "HeaderGoToSeries": "시리즈로 이동",
+ "HeaderGoToAlbum": "앨범으로 이동",
+ "HeaderGoToArtist": "아티스트로 이동",
+ "HeaderPlayAll": "모두 재생",
+ "PictureInPicture": "부가영상(PIP)",
+ "Fullscreen": "전체화면",
+ "ExitFullscreen": "전체화면 나가기",
+ "Rewind": "되감기",
+ "FastForward": "빨리 감기",
+ "Remove": "제거",
+ "Rename": "이름 변경",
+ "Queue": "대기열에 추가",
+ "QueueAllFromHere": "여기부터 모두 대기열에 추가",
+ "PlayAllFromHere": "여기부터 모두 재생",
+ "PlayFromBeginning": "처음부터 재생",
+ "FromBeginning": "처음부터 재생",
+ "ResumeAt": "{0}부터 이어서 재생",
+ "HeaderRemoveFromPlaylist": "재생목록에서 제거",
+ "HeaderRemoveFromPlayQueue": "재생 대기열에서 제거",
+ "HeaderRemoveFromCollection": "컬렉션에서 제거",
+ "Sort": "정렬",
+ "Trailer": "예고편",
+ "SelectNone": "모두 해제",
+ "SelectAll": "모두 선택",
+ "HeaderMarkPlayed": "재생함으로 표시",
+ "HeaderMarkUnplayed": "재생안함으로 표시",
+ "HeaderGroupVersions": "그룹 버전",
+ "PleaseSelectTwoItems": "최소 두 개의 항목을 선택하세요.",
+ "HeaderConfirmRecordingCancellation": "녹화 취소 확인",
+ "MessageConfirmRecordingCancellation": "녹화를 취소하겠습니까?",
+ "Album": "앨범",
+ "AlbumArtist": "앨범 아티스트",
+ "Error": "오류",
+ "VoiceInput": "음성입",
+ "LabelContentType": "콘텐츠 종류:",
+ "LabelPath": "경로:",
+ "Playlists": "재생목록",
+ "LabelTitle": "제목:",
+ "LabelOriginalTitle": "원본제목:",
+ "LabelSortTitle": "제목 정렬:",
+ "LabelDateAdded": "추가된 날짜:",
+ "DateAdded": "추가된 날짜",
+ "DateModified": "수정된 날짜",
+ "DatePlayed": "재생한 날짜",
+ "DateLastActive": "마지막 활동 날짜",
+ "ConfigureDateAdded": "Emby 서버 대시보드의 라이브러리에서 설정된 설정에 따라 추가된 날짜가 정해집니다.",
+ "LabelStatus": "상태:",
+ "LabelArtistsHelp": "분리 사용할 배수;",
+ "HeaderAlbumArtists": "앨범 아티스트",
+ "LabelAlbumArtists": "앨범 아티스트:",
+ "LabelAlbum": "앨범",
+ "Artist": "아티스트",
+ "Artists": "아티스트",
+ "ImdbRating": "IMDb 평점",
+ "CommunityRating": "커뮤니티 평점",
+ "LabelCommunityRating": "커뮤니티 평점:",
+ "LabelCriticRating": "평론가 평점:",
+ "CriticRating": "평론가 평점",
+ "LabelWebsite": "웹사이트:",
+ "Tagline": "태그라인",
+ "LabelOverview": "줄거리:",
+ "LabelShortOverview": "줄거리 요약:",
+ "LabelReleaseDate": "개봉일:",
+ "LabelPlaceOfBirth": "출생지:",
+ "Aired": "방영됨",
+ "LabelAirDays": "방영일:",
+ "LabelAirTime": "방영 시각:",
+ "LabelRuntimeMinutes": "상영 시간 (분):",
+ "LabelCustomRating": "커스텀 등급:",
+ "LabelOriginalAspectRatio": "원 화면비율:",
+ "Label3DFormat": "3D 형식:",
+ "FormatValue": "형식: {0}",
+ "DownloadsValue": "다운로드 {0}",
+ "HashMatch": "검색어 일치",
+ "EnableExternalVideoPlayers": "외부 비디오 플레이어 사용",
+ "EnableExternalVideoPlayersHelp": "재생을 시작할때 외부 플레이어 메뉴가 표시됩니다.",
+ "HeaderSpecialEpisodeInfo": "스페셜 에피소드 정보",
+ "LabelAirsDuringSeason": "시즌 중 방송:",
+ "LabelAirsAfterSeason": "다음시즌 재생:",
+ "LabelAirsBeforeEpisode": "이전 회차 재생:",
+ "HeaderExternalIds": "외부 Ids:",
+ "HeaderDisplaySettings": "화면 설정",
+ "PlaylistOrder": "재생목록 순서",
+ "CollectionOrder": "컬렉션 순서",
+ "LabelDisplayOrder": "표시 순서:",
+ "LabelFileOrder": "파일 순서:",
+ "Display": "화면",
+ "Countries": "국가",
+ "Genres": "장르",
+ "Studios": "스튜디오",
+ "Tags": "태그",
+ "Links": "링크",
+ "Movie": "영화",
+ "Program": "프로그램",
+ "Channel": "채널",
+ "Episode": "에피소드",
+ "Season": "시즌",
+ "HeaderMetadataSettings": "메타데이터 설정",
+ "People": "인물",
+ "Number": "번호",
+ "Lock": "잠금",
+ "HeaderScreenLocked": "화면 잠금",
+ "HeaderUnlockControls": "잠금 해제 컨트롤",
+ "HeaderTapToUnlock": "탭해서 잠금 해제",
+ "LabelMetadataDownloadLanguage": "선호하는 메타데이터 언어:",
+ "LabelImageDownloadLanguage": "선호하는 포스터 언어:",
+ "LabelLockItemToPreventChanges": "변경할 수 없게 항목 잠금",
+ "LockThisField": "메타데이터를 새로 고칠 때 이후 변경을 방지하려면 이 항목을 잠가주세요",
+ "MessageLeaveEmptyToInherit": "국제 기본값 혹은 상위 항목으로부터 전승된 항목은 비워두기",
+ "LabelCountry": "국가:",
+ "LabelCertificationCountry": "인증 국가",
+ "CertificationCountryHelp": "이 설정은 사용할 콘텐츠 등급 시스템에 영향을 미칩니다.",
+ "LabelDynamicExternalId": "{0} Id:",
+ "LabelBirthYear": "생년:",
+ "LabelBirthDate": "생일:",
+ "LabelDeathDate": "사망일:",
+ "LabelEndDate": "종료 날짜:",
+ "LabelSeasonNumber": "시즌 수",
+ "LabelEpisodeNumber": "회차 수",
+ "LabelTrackNumber": "트랙 번호",
+ "LabelNumber": "번호",
+ "LabelDiscNumber": "음반 수",
+ "LabelParentNumber": "상위번호",
+ "SortName": "정렬 제목",
+ "OriginalTitle": "원본 제목",
+ "ReleaseDate": "개봉 날짜",
+ "Continuing": "방영중",
+ "Ended": "종료됨",
+ "HeaderEnabledFields": "활성화된 항목",
+ "HeaderEnabledFieldsHelp": "데이터를 수정하지 못하게 하거나 잠그려면 항목을 선택 해제 하세요.",
+ "Backdrops": "배경",
+ "Images": "이미지",
+ "Runtime": "상영시간",
+ "ProductionLocations": "제작사 위치",
+ "BirthLocation": "제작국가",
+ "ParentalRating": "상영등급",
+ "PlayCount": "재생횟수",
+ "Name": "제목",
+ "Overview": "줄거리",
+ "LabelType": "종류",
+ "LabelPersonRole": "역할",
+ "LabelPersonRoleHelp": "예시: 아이스크림 트럭 운전사",
+ "Actor": "배우",
+ "Composers": "작곡가",
+ "Composer": "작곡가",
+ "Director": "감독",
+ "GuestStar": "특별출연",
+ "Producer": "제작자",
+ "Writer": "작가",
+ "MessageNoSyncJobsFound": "다운로드를 찾을 수 없습니다. 다운로드 버튼을 눌러 다운로드를 시작하세요.",
+ "MessageNoDownloadsFound": "오프라인 다운로드가 없습니다. 다운로드 버튼을 눌러 오프라인 미디어를 다운로드 하세요.",
+ "InstallingPackage": "{0}(을)를 설치하고 있습니다.",
+ "PackageInstallCompleted": "{0}(이)가 설치되었습니다.",
+ "PackageInstallFailed": "{0}의 설치에 실패했습니다.",
+ "PackageInstallCancelled": "{0}의 설치가 취소되었습니다.",
+ "SeriesYearToPresent": "{0} - 현재",
+ "OneDevice": "1개의 디바이스",
+ "DeviceCountValue": "{0}개의 디바이스",
+ "OneLog": "1개의 로그",
+ "LogCountValue": "{0}개의 로그",
+ "OneVote": "1개의 평가",
+ "VoteCountValue": "{0}개의 평가",
+ "OneLike": "1개의 좋아요",
+ "LikeCountValue": "{0}개의 좋아요",
+ "OneUser": "1명의 사용자",
+ "UserCountValue": "{0}명의 사용자",
+ "OneLibrary": "1개의 라이브러리",
+ "LibraryCountValue": "{0}개의 라이브러리",
+ "ValueOneItem": "1 항목",
+ "ValueOneEpisode": "1 에피소드",
+ "ValueEpisodeCount": "{0} 에피소드",
+ "Albums": "앨범",
+ "Song": "노래",
+ "Songs": "노래",
+ "Authors": "작가",
+ "Books": "책",
+ "AudioBooks": "오디오북",
+ "HeaderAudioBooks": "오디오북",
+ "HeaderAudioBook": "Audio Book",
+ "HeaderIdentifyItemHelp": "한 개 이상의 검색어를 입력하세요. 검색 결과의 숫자를 늘리려면 검색어 수를 줄이세요.",
+ "PleaseEnterNameOrId": "외부 ID의 이름을 입력하세요.",
+ "MessageItemSaved": "항목이 저장되었습니다.",
+ "SearchResults": "검색 결과",
+ "ServerNameIsRestarting": "Emby 서버 - {0} 이 재시작 되고 있습니다.",
+ "ServerNameIsShuttingDown": "Emby 서버 - {0} (을)를 종료하는 중입니다.",
+ "HeaderDeleteItems": "항목삭제",
+ "ConfirmDeleteItems": "이 항목을 삭제하면 파일 시스템과 라이브러리 모두에서 삭제됩니다.",
+ "PleaseRestartServerName": "{0}에서 Emby 서버를 다시 시작하세요.",
+ "ConvertingDots": "변환중...",
+ "LabelSyncNoTargetsHelp": "오프라인 다운로드를 지원하는 응용프로그램이 설치되어있지 않습니다.",
+ "DownloadingDots": "다운로드중...",
+ "LearnMore": "더 알아보기",
+ "LabelBitrateMbps": "비트레이트 (Mbps)",
+ "ConvertUnwatchedVideosOnly": "시청하지 않은 비디오만 변환",
+ "SyncUnwatchedVideosOnly": "시청하지 않은 비디오만 다운로드",
+ "ConvertUnwatchedVideosOnlyHelp": "시청하지 않은 비디오만 변환합니다.",
+ "SyncUnwatchedVideosOnlyHelp": "완전히 재생된 것으로 표시되지 않은 동영상만 다운로드되며 동영상이 완전히 재생되면 기기에서 제거됩니다.",
+ "AutomaticallySyncNewContent": "새 컨텐츠 자동으로 다운로드",
+ "AutomaticallySyncNewContentHelp": "이 폴더에 추가된 새로운 컨텐츠를 자동으로 이 디바이스로 다운로드합니다.",
+ "AutomaticallyConvertNewContent": "새로운 컨텐츠 자동으로 변환",
+ "AutomaticallyConvertNewContentHelp": "이 폴더에 추가된 새로운 컨텐츠를 자동으로 변환합니다.",
+ "LabelItemLimit": "항목 제한",
+ "ConvertItemLimitHelp": "선택사항. 변환할 항목 수를 제한합니다.",
+ "DownloadItemLimitHelp": "선택사항. 다운로드할 항목 수를 제한합니다.",
+ "PleaseSelectDeviceToSyncTo": "다운로드할 디바이스를 선택하세요.",
+ "Screenshots": "스크린샷",
+ "MoveRight": "오른쪽으로 이동",
+ "MoveLeft": "왼쪽으로 이동",
+ "HeaderUploadNewImage": "새 이미지 업로드",
+ "HeaderDeleteImage": "이미지 삭제",
+ "ConfirmDeleteImage": "이미지를 삭제하시겠습니까?",
+ "HeaderEditImages": "이미지 수정",
+ "Settings": "설정",
+ "ShowIndicatorsFor": "다음 항목에 표시하기",
+ "Episodes": "회차",
+ "Programs": "프로그램",
+ "HeaderCastCrew": "배역 및 제작진",
+ "DvrSubscriptionRequired": "TV 생방송, DVR 기능을 사용하려면 Emby 프리미어 구독이 필요합니다.",
+ "HeaderCancelRecording": "녹화 취소",
+ "HeaderKeepRecording": "녹화 보관",
+ "HeaderCancelSeries": "시리즈 취소",
+ "HeaderKeepSeries": "시리즈 보관",
+ "HeaderLearnMore": "더 알아보기",
+ "SeriesSettings": "시리즈 설정",
+ "HeaderRecordingOptions": "녹화 옵션",
+ "HeaderDoNotRecord": "녹화 안함",
+ "HeaderSeriesOptions": "시리즈 옵션",
+ "Layout": "레이아웃",
+ "Channels": "채널",
+ "ChannelNameOnly": "{0}채널만 보기",
+ "Anytime": "항상",
+ "AnyLanguage": "아무 언어나",
+ "AroundTime": "{0} 주위",
+ "HeaderLatestMovies": "최근 영화",
+ "All": "모두",
+ "Stop": "정지",
+ "AllChannels": "모든 채널",
+ "NewEpisodesOnly": "새로운 회차만",
+ "AllEpisodes": "모든 에피소드",
+ "LabelStartWhenPossible": "가능할 때 재생",
+ "LabelStopWhenPossible": "가능할 때 정지",
+ "MinutesBefore": "분 전",
+ "MinutesAfter": "분 후",
+ "SkipEpisodesAlreadyInMyLibrary": "이미 라이브러리에 있는 회차는 녹화하지 않음",
+ "SkipEpisodesAlreadyInMyLibraryHelp": "에피소드는 시즌과 회차 번호를 비교합니다.",
+ "LabelKeepUpTo": "보관할 갯수",
+ "AsManyAsPossible": "최대한 많이",
+ "DefaultErrorMessage": "요구 처리 과정에 오류가 발생하였습니다. 다시 시도하세요.",
+ "UntilIDelete": "삭제할 때 까지",
+ "UntilSpaceNeeded": "저장공간이 부족할 때 까지",
+ "Categories": "분류",
+ "Sports": "스포츠",
+ "News": "뉴스",
+ "Movies": "영화",
+ "Music": "음악",
+ "Kids": "어린이",
+ "MoreFromValue": "{0} 의 더보기",
+ "DiedValue": "사망: {0}",
+ "BornValue": "출생: {0}",
+ "EnableColorCodedBackgrounds": "카테고리에 따라 쇼에 색상이 있는 배경을 적용합니다.",
+ "SortChannelsBy": "채널 정렬 기준",
+ "ChannelNumber": "채널번호",
+ "HeaderBenefitsEmbyPremiere": "Emby 프리미어의 혜택",
+ "ThankYouForTryingEnjoyOneMinute": "1분 동안 감상하실 수 있습니다. Emby를 사용해 주셔서 감사합니다.",
+ "HeaderTryPlayback": "1분 감상",
+ "HowDidYouPay": "어떻게 계산하셨습니까?",
+ "IHaveEmbyPremiere": "Emby 프리미어 가입자",
+ "IPurchasedThisApp": "응용 프로그램을 구입했음",
+ "ButtonRestorePreviousPurchase": "구입 복구",
+ "ButtonUnlockWithPurchase": "구매하여 제한 풀기",
+ "ButtonUnlockPrice": "{0}제한 풀기",
+ "EmbyPremiereMonthlyWithPrice": "Emby 프리미어 월간{0}",
+ "HeaderAlreadyPaid": "구매 하셨습니까?",
+ "ButtonPlayOneMinute": "1분 재",
+ "PlaceFavoriteChannelsAtBeginning": "선호 채널을 처음으로 위치하기",
+ "HeaderUnlockFeature": "기능제한 해제",
+ "MessageDidYouKnowCinemaMode": "Emby 프리미어 회원이 되시면 극장모드와 같은 다양한 기능을 추가로 사용하실 수 있는것을 알고 계십니까?",
+ "HeaderPlayMyMedia": "내 미디어 재생",
+ "HeaderDiscoverEmbyPremiere": "Emby 프리미어에 대해 알아보기",
+ "HeaderNowPlaying": "지금 재생 중",
+ "Items": "항목",
+ "AppName": "앱 이름",
+ "OneChannel": "하나의 채널",
+ "ConfirmRemoveDownload": "다운로드를 삭제하시겠습니까?",
+ "ConfirmRemoveItem": "항목을 제거하시겠습니까?",
+ "RemoveDownload": "다운로드 삭제",
+ "ConfirmCancelConversion": "변환을 취소할까요?",
+ "CancelConversion": "변환 취소",
+ "KeepDownload": "다운로드 보관",
+ "AddedOnValue": "{0} 추가됨",
+ "RemovingFromDevice": "디바이스에서 삭제중",
+ "KeepOnDevice": "디바이스에 보관",
+ "CancelDownload": "다운로드 취소",
+ "SyncJobItemStatusReadyToTransfer": "전송 준비됨",
+ "SyncJobItemStatusSyncedMarkForRemoval": "디바이스에서 삭제중",
+ "SyncJobItemStatusQueued": "대기중",
+ "SyncJobItemStatusConverting": "변환중",
+ "SyncJobItemStatusTransferring": "전송중",
+ "SyncJobItemStatusSynced": "다운로드됨",
+ "Failed": "실패",
+ "SyncJobItemStatusRemovedFromDevice": "디바이스에서 삭제됨",
+ "Cancelled": "취소됨",
+ "Retry": "다시 시도",
+ "Continue": "계속하기",
+ "ContinueInSecondsValue": "{0}초 후에 계속하기",
+ "HeaderRemoteControl": "원격제어",
+ "Disconnect": "연결 해제",
+ "EnableDisplayMirroring": "디스플레이 미러링 사용",
+ "RemoteAccess": "원격 접속",
+ "HeaderPlayOn": "재생",
+ "Quality": "품질",
+ "Auto": "자동",
+ "AndroidUnlockRestoreHelp": "이전 구매를 복원하려면 원래 구매한 것과 동일한 구글 또는 아마존 계정으로 디바이스에 로그인했는지 확인하십시오. 앱 스토어가 활성화되어 있으며 자녀 보호 기능에 의해 제한되지 않았는지 확인하고 활성 인터넷 연결이 있는지 확인하십시오. 이전 구매를 복원하려면 이 작업을 한 번만 수행하면 됩니다.",
+ "HeaderAspectRatio": "화면비율",
+ "Original": "원본",
+ "Fill": "채우기",
+ "Cover": "표지",
+ "MessageNoServersAvailableToConnect": "연결할 수 있는 서버가 없습니다. 공유 서버에 초대를 받았다면 아래에서 승인을 확인하거나 이메일의 링크를 클릭하세요.",
+ "MessagePlayAccessRestricted": "이 컨텐츠의 재생이 금지되어 있습니다. 자세한 사항은 Emby 서버 관리자에게 문의하세요.",
+ "Accept": "수락",
+ "Reject": "거절",
+ "Connect": "접속",
+ "HeaderMyMedia": "내 미디어",
+ "HeaderMyMediaSmall": "내 미디어 (작음)",
+ "LatestFromLibrary": "최근 추가된 {0}",
+ "HeaderLatestEpisodes": "최근에 에피소드가 추가됨",
+ "ContinuePlaying": "이어 재생",
+ "ContinueWatching": "계속 시청하기",
+ "HeaderLatestChannelMedia": "최근 채널 항목",
+ "HeaderContinueWatching": "계속 시청하기",
+ "HeaderContinueListening": "계속 듣기",
+ "HeaderActiveRecordings": "사용가능한 녹화파일",
+ "HeaderLatestRecordings": "최근 녹화파일",
+ "LabelConvertTo": "변환할 위치",
+ "LabelDownloadTo": "다운로드할 위치",
+ "HeaderDownloadToDots": "다운로드할 위치...",
+ "Next": "다음",
+ "LabelSource": "소스",
+ "VersionNumber": "버전 {0}",
+ "HeaderAllLanguages": "모든 언어",
+ "Previous": "이전",
+ "HeaderNextUp": "다음",
+ "HeaderPlayNextUp": "다음 재생",
+ "HeaderLatestFrom": "최근 {0}",
+ "LabelHomeScreenSectionValue": "홈 화면 섹션 {0}",
+ "PasswordResetComplete": "비밀번호가 초기화되었습니다.",
+ "PasswordSaved": "비밀번호가 저장되었습니다.",
+ "SettingsSaved": "설정이 저장되었습니다.",
+ "Upcoming": "방송 예정",
+ "HeaderSelectImageFile": "이미지 파일 선택",
+ "None": "없음",
+ "More": "더 보기",
+ "Up": "위",
+ "Down": "아래",
+ "Home": "홈",
+ "Back": "뒤로",
+ "Random": "랜덤",
+ "Playback": "재생",
+ "Favorites": "즐겨찾기",
+ "HeaderHomeScreen": "홈 화면",
+ "HeaderLatestChannelItems": "최근 채널 항목",
+ "HeaderLibraryOrder": "라이브러리 순서",
+ "HeaderOnNow": "지금 재생중",
+ "HeaderForKids": "아이들을 위한",
+ "HeaderPlaybackError": "재생오류",
+ "PlaybackErrorNotAllowed": "이 컨텐츠를 재생할 권한이 없습니다. 자세한 내용은 시스템 관리자에게 문의하세요.",
+ "RateLimitExceeded": "사용제한. 당신의 계정이 사용할 수 있는 최대 요청 수를 초과했습니다. 나중에 다시 시도하세요.",
+ "PlaybackErrorNoCompatibleStream": "스트리밍이 가능하지 않습니다. 자세한 내용은 시스템 관리자에게 문의하세요.",
+ "PlaybackErrorPlaceHolder": "이 비디오를 재생하려면 디스크를 넣어주세요.",
+ "PlaybackErrorNoPlayableItems": "재생 가능한 항목이 발견되지 않았습니다. 빈 폴더를 재생하시겠습니까?",
+ "Guide": "편성표",
+ "Games": "게임",
+ "GameSystem": "게임 시스템",
+ "Suggestions": "추천",
+ "HeaderFavoriteChannels": "선호 채널",
+ "HeaderFavoriteCollections": "즐겨찾는 컬렉션",
+ "HeaderFavoritePlaylists": "즐겨찾는 재생목록",
+ "Collection": "컬렉션",
+ "Collections": "컬렉션",
+ "LabelSelectFolderGroups": "다음 폴더의 내용이 영화, 음악, TV방송 등에 따라 자동으로 분류됩니다.:",
+ "LabelSelectFolderGroupsHelp": "표시하지 않은 폴더들은 원래의 상태로 보여집니다.",
+ "Mute": "음소거",
+ "Unmute": "음소거 취소",
+ "Folder": "폴더",
+ "Folders": "폴더",
+ "FileName": "파일 이름",
+ "DisplayInOtherHomeScreenSections": "최신 미디어 및 이어서 보기와 같은 보조 홈 화면 섹션에 표시합니다.",
+ "DisplayInMyMedia": "홈 화면에 표시",
+ "Shows": "쇼",
+ "MoviesAndShows": "영화 & 쇼",
+ "HeaderMusicVideo": "뮤직 비디오",
+ "HeaderMusicVideos": "뮤직 비디오",
+ "MusicVideos": "뮤직 비디오",
+ "Videos": "비디오",
+ "MixedContent": "혼합 콘텐츠",
+ "HomeVideos": "홈 비디오",
+ "HomeVideosAndPhotos": "홈 비디오 및 사진",
+ "TVShows": "TV 쇼",
+ "HeaderLibraryFolders": "미디어 폴더",
+ "HeaderTermsOfPurchase": "구매 약관",
+ "PrivacyPolicy": "개인정보 정책",
+ "TermsOfUse": "이용 약관",
+ "HeaderRepeatMode": "반복모드",
+ "HeaderToneMapping": "톤 매핑",
+ "RepeatOne": "하나만 반복",
+ "RepeatAll": "모두 반복",
+ "LabelDefaultScreen": "기본 화면",
+ "ConfirmEndPlayerSession": "{0}의 Emby를 종료하시겠습니까?",
+ "Yesterday": "어제",
+ "Yes": "예",
+ "No": "아니오",
+ "HeaderScanLibraryFiles": "라이브러리 검색",
+ "LiveTV": "TV 생방송",
+ "Schedule": "일정",
+ "Recordings": "녹화된 파일",
+ "ScanForNewAndUpdatedFiles": "새 파일과 갱신된 파일 검색",
+ "NewVersionOfXAvailableForY": "{0} 은 {1} 에 사용할 수 있습니다.",
+ "DirectStreamHelp1": "미디어 파일이 이 디바이스에서 재생 가능한 해상도와 파일 종류(H.264, AC3, etc.)지만 호환되지 않는 파일 형식(.mkv, .avi, .wmv, etc.)으로 저장되어있습니다. 이 영상은 스트리밍 전에 변환하여 재생됩니다.",
+ "DirectStreamHelp2": "원본 스트리밍은 CPU 의 리소스를 최소로 사용하며 영상의 화질저하없이 재생 합니다.",
+ "MediaIsBeingConverted": "영상을 재생하는 디바이스에 호환되는 형식으로 변환하여 재생합니다.",
+ "StatsForNerds": "영상 정보",
+ "HeaderHardwareAcceleratedDecoding": "하드웨어 가속 디코딩",
+ "HeaderHardwareAcceleratedEncoding": "하드웨어 가속 인코딩",
+ "HeaderDirectPlay": "다이렉트 재생",
+ "DirectPlaying": "원본재생",
+ "DirectStreaming": "원본 스트리밍",
+ "Transcode": "트랜스코드",
+ "Transcoding": "트랜스코딩",
+ "ContainerBitrateExceedsLimit": "품질 설정에 따라 비트레이트를 감소시키는 중입니다.",
+ "VideoCodecNotSupported": "비디오를 호환 가능한 코덱으로 변환 중입니다.",
+ "AudioCodecNotSupported": "오디오를 호환 가능한 코덱으로 변환 중입니다.",
+ "SubtitleCodecNotSupported": "자막을 비디오에 직접 변환 중입니다.",
+ "DirectPlayError": "재생 오류 복구",
+ "ContainerNotSupported": "호환되는 컨테이너로 변환",
+ "VideoLevelNotSupported": "호환되는 비디오 레벨로 변환",
+ "AudioBitrateNotSupported": "호환되는 오디오 비트레이트로 변환",
+ "AudioChannelsNotSupported": "호환되는 오디오 채널 수로 변환",
+ "VideoResolutionNotSupported": "호환되는 비디오 해상도로 변환",
+ "AudioProfileNotSupported": "호환도는 오디오 프로필로 변환",
+ "AudioSampleRateNotSupported": "호환되는 오디오 샘플 레이트로 변환",
+ "AnamorphicVideoNotSupported": "애너모픽 비디오를 지원하지 않습니다.",
+ "InterlacedVideoNotSupported": "비디오의 인터레이스를 제거하는 중입니다.",
+ "SecondaryAudioNotSupported": "보조 오디오 트랙을 선택 중입니다.",
+ "ExternalAudioNotSupported": "Selecting external audio track",
+ "ErrorRemovingEmbyConnectAccount": "Emby Connect 계정을 삭제하는 중 오류가 발생했습니다. 인터넷에 연결되어 있는지 확인하시고 다시 시도해 보세요.",
+ "HeaderEmbyAccountRemoved": "Emby 계정이 삭제되었습니다.",
+ "MessageEmbyAccontRemoved": "이 사용자의 Emby 계정이 삭제되었습니다.",
+ "HeaderInvitationSent": "초대장 발송",
+ "Offline": "오프라인",
+ "HeaderSignUp": "회원가입",
+ "ServerDownloadMessage": "무료 Emby 서버를 다운로드하여 설치하려면 {0}을 방문 하세요.",
+ "ServerDownloadMessageWithoutLink": "무료 Emby 서버를 다운로드하고 설치하려면 Emby 웹 사이트를 방문하세요.",
+ "MessageInvitationSentToUser": "{0}에게 이메일이 발송되었습니다. 상대방이 초대장을 수락하면 당신의 Emby 서버를 공유할 수 있습니다.",
+ "MessageInvitationSentToNewUser": "Emby 초대장이 {0}에게 발송되었습니다.",
+ "GuestUserNotFound": "사용자를 찾을 수 없습니다. 이름을 정확히 입력했는지 확인하시거나 그 사용자의 이메일 주소를 입력해 보십시오.",
+ "ErrorReachingEmbyConnect": "Emby Connect 서버에 접속할 수 없습니다. 인터넷에 연결되어 있는지 확인하시고 다시 시도해 보십시오.",
+ "ErrorAddingEmbyConnectAccount1": "Emby Connect 계정을 추가하는 중 오류가 발생했습니다. Emby 계정을 소유하고 계신가요? 아니라면 이곳에서 가입하세요. {0}",
+ "ErrorAddingEmbyConnectAccount2": "아직도 문제가 해결되지 않았다면 Emby 계정과 같은 이메일을 사용하여 {0}으로 이메일을 보내세요.",
+ "ErrorAddingGuestAccount1": "Emby Connect 계정을 추가하는 중 오류가 발생했습니다. 당신의 손님이 Emby 계정을 소유하고 계신가요? 아니라면 이곳에서 가입하세요. {0}",
+ "ErrorAddingGuestAccount2": "아직도 문제가 해결되지 않았다면 Emby 계정과 같은 이메일을 사용하여 {0}으로 이메일을 보내세요. 손님계정의 이메일 주소도 포함시켜주세요.",
+ "MessageEmbyAccountAdded": "이 사용자에게 Emby 계정이 추가되었습니다.",
+ "MessagePendingEmbyAccountAdded": "이 사용자에게 Emby 계정이 추가되었습니다. 계정 소유자에게 이메일이 발송됩니다. 초대는 이메일에 포함된 링크를 클릭하여 확인하여야 합니다.",
+ "HeaderEmbyAccountAdded": "Emby 계정 추가됨",
+ "Skip": "건너뛰기",
+ "HeaderAdditionalParts": "추가 장면",
+ "ButtonGenerateNewPin": "새로운 핀 생성",
+ "ConnectLoginHelp1": "Emby Connect를 사용하면 어디서든 Emby Server에 쉽게 액세스 할 수 있으며 가족 및 친구와 서버를 공유 할 수 있습니다.",
+ "CreatePinErrorMessage": "핀 코드를 만드는 동안 오류가 발생했습니다. 새로운 핀 코드로 다시 시도하십시오.",
+ "PinExpiredMessage": "pin 코드가 만료되었습니다. 새로운 핀코드를 생성하십시오.",
+ "ConnectPinCodeHeader": "Emby Connect로 로그인하려면 모바일 디바이스 또는 컴퓨터를 사용하여 {0}로 방문하고 다음 핀 코드를 입력하십시오.",
+ "LabelSubtitlePlaybackMode": "자막 모드",
+ "ErrorDeletingItem": "이 항목을 삭제하는 중에 오류가 발생했습니다. Emby 서버가 미디어 폴더에 쓰기 권한이 부여되었는지 확인하시고 다시 시도하세요.",
+ "NoSubtitles": "자막 없음",
+ "Default": "Default",
+ "Absolute": "완벽함",
+ "Smart": "스마트",
+ "Small": "작게",
+ "Smaller": "더 작게",
+ "Medium": "중간",
+ "Large": "크게",
+ "Larger": "더 크게",
+ "ExtraLarge": "가장 크게",
+ "ExtraSmall": "가장 작게",
+ "Forced": "Forced",
+ "External": "외부",
+ "HeaderEmbeddedTitle": "내장 제목",
+ "OnlyForcedSubtitles": "강제 자막만",
+ "AlwaysPlaySubtitles": "항상 자막 표시",
+ "DefaultSubtitlesHelp": "자막은 메타데이터에 적용된 기본이나 강제설정된 언어를 바탕으로 로드 됩니다. 자막언어가 여러개일경우 언어설정에 설정된 언어가 로드 됩니다.",
+ "SmartSubtitlesHelp": "오디오가 외국어인 경우 언어 기본 설정과 일치하는 자막을 불러옵니다.",
+ "HeaderSubtitleSettings": "자막 설정",
+ "HeaderSubtitleAppearance": "자막 모습",
+ "OnlyForcedSubtitlesHelp": "강제로 표시된 자막만 불러 옵니다.",
+ "AutoSelectHearingImpairedHelp": "언어 기본 설정과 일치하는 자막이 로드되며, 청각 장애인(SDH)으로 표시된 트랙에 우선권이 주어집니다.",
+ "AlwaysPlaySubtitlesHelp": "오디오 언어와 상관없이 선호하는 기본 자막 언어 설정을 불러옵니다.",
+ "NoSubtitlesHelp": "기본적으로 자막을 불러오지 않습니다. 재생도중에 수동으로 자막을 불러올 수 있습니다.",
+ "LabelPreferredSubtitleLanguage": "선호하는 자막 언어",
+ "LabelTextSize": "글자 크기",
+ "TheseSettingsAffectSubtitlesOnThisDevice": "이 설정은 이 디바이스에만 적용됩니다.",
+ "LabelDropShadow": "그림자 보이기",
+ "LabelTextBackgroundColor": "자막 배경 색상",
+ "LabelWindowBackgroundColor": "자막 배경 색상",
+ "LabelFont": "글씨체",
+ "LabelTextColor": "자막 색상",
+ "LabelBackgroundColor": "자막 배경 색상",
+ "LabelBackgroundOpacity": "배경 불투명도",
+ "Raised": "늘이기",
+ "Depressed": "줄이기",
+ "Uniform": "유니폼",
+ "DropShadow": "그림자 보이기",
+ "SmallCaps": "대문자 작게",
+ "SubtitleAppearanceSettingsDisclaimer": "이 설정들은 그래픽 자막 (PGS, DVD, etc.) 이나 자막 자체에 스타일 설정이 있는 자막 (ASS/SSA) 에는 적용되지 않습니다.",
+ "Normal": "일반",
+ "HeaderWaitingForWifi": "와이파이를 기다리는중 입니다.",
+ "WifiRequiredToDownload": "다운로드를 계속 하시려면 와이파이에 접속해야 합니다.",
+ "DownloadOnlyOnWifi": "Wi-Fi에서만 다운로드",
+ "LabelMusicDownloadQuality": "음악 다운로드 품질:",
+ "MusicDownloadQualityHelp": "설정보다 높은 비트 전송률을 가진 오디오 파일은 Emby 서버가 변환합니다. 더 나은 품질을 위해서는 더 높은 값을 선택하고 로컬 저장 공간을 보존하려면 더 낮은 값을 선택하십시오.",
+ "HeaderDownloadSettings": "다운로드 설정",
+ "LabelDownloadLocation": "다운로드 위치:",
+ "BrowseForFolder": "폴더 찾아보기",
+ "Unlimited": "무제한",
+ "NoLimit": "No limit",
+ "Hide": "숨김",
+ "HeaderKeepWatching": "계속 보기",
+ "HeaderNextEpisode": "다음 에피소드 재생",
+ "AudioBitDepthNotSupported": "오디오 비트레이트가 지원되지 않습니다.",
+ "VideoBitrateNotSupported": "Converting to compatible video bitrate",
+ "VideoProfileNotSupported": "비디오 프로필이 지원되지 않습니다.",
+ "VideoFramerateNotSupported": "비디오 프레임레이트가 지원되지 않습니다.",
+ "VideoBitDepthNotSupported": "비디오 비트심도가 지원되지 않습니다.",
+ "RefFramesNotSupported": "비디오 참조 프레임 수가 지원되지 않습니다.",
+ "ErrorConnectServerUnreachable": "요청하신 작업을 하는 중에 오류가 발생했습니다. 당신의 서버가 Emby Connect 서버 {0}에 접속할 수 없습니다. 인터넷에 연결되어 있는지 확인하시고 파이어월과 사용하시는 보안 프로그램에서 통신이 허용되어있는지 확인하세요.",
+ "HeaderStopRecording": "녹화 중지",
+ "ManageRecording": "녹화된 파일 관리",
+ "LabelDropImageHere": "이미지를 끌어다 놓으시거나 탐색을 클릭하세요.",
+ "MessageFileReadError": "이 파일을 읽는 데 오류가 발생하였습니다. 다시 시도하세요.",
+ "Browse": "탐색",
+ "HeaderUploadImage": "이미지 업로드",
+ "HeaderAddUpdateImage": "추가/업로드 이미지",
+ "HeaderShowFields": "필드 보이기",
+ "LabelView": "보기 :",
+ "LabelImageType": "이미지 형식:",
+ "Upload": "업로드",
+ "Primary": "기본적인",
+ "PrimaryImageBlur": "기본 이미지에 블러 처리",
+ "Art": "예술",
+ "Backdrop": "배경",
+ "Banner": "배너",
+ "Box": "박스",
+ "BoxRear": "박스 (뒷면)",
+ "Disc": "디스크",
+ "Logo": "로고",
+ "LogoDark": "로고 (다크 버전)",
+ "LogoLight": "로고 (라이트 버전)",
+ "LogoLightColor": "로고 (색이 있는 라이트 버전)",
+ "Menu": "메뉴",
+ "Screenshot": "스크린샷",
+ "Thumb": "썸네일",
+ "HeaderAudioSettings": "오디오 설정",
+ "LabelAudioLanguagePreference": "선호하는 오디오 언어:",
+ "LabelPlayDefaultAudioTrack": "언어에 상관없이 기본 오디오 트랙 재생",
+ "HeaderVideoQuality": "비디오 품질",
+ "CinemaModeConfigurationHelp": "극장 모드는 본 영화 전에 예고편과 소개 영상등을 재생하여 을 사용자의 거실에서 극장의 경험을 제공합니다.",
+ "ShowUpNextPreview": "다음 미리보기 표시",
+ "ShowUpNextPreviewHelp": "현재 항목의 끝 부분에 다음 항목에 대한 정보를 표시합니다.",
+ "PlayNextEpisodeAutomatically": "자동으로 다음 에피소드 재생",
+ "LabelMaxChromecastBitrate": "크롬캐스트 스트리밍 품질:",
+ "LabelSkipBackLength": "되감기 시간:",
+ "LabelSkipForwardLength": "빨리감기 시간:",
+ "EnableCinemaMode": "극장 모드 사용",
+ "LabelInternetQuality": "인터넷 품질:",
+ "LabelCellularQuality": "Remote streaming quality (cellular)",
+ "HeaderMusicQuality": "음악 품질",
+ "LabelHomeNetworkQuality": "홈 네트워크 품질:",
+ "HeaderLatestMedia": "최근 미디어",
+ "HeaderRestartingEmbyServer": "Emby 서버 재시작",
+ "RestartPleaseWaitMessage": "Emby 서버가 종료될 때 까지 기다렸다가 재시작 하기. 이 설정은 1~2분 정도 소요될 수 있습니다.",
+ "HeaderPlayNext": "다음 재생",
+ "AutoBasedOnLanguageSetting": "자동 (디바이스의 설정에 따라)",
+ "SameAsMainTheme": "메인 테마와 동일하게",
+ "LabelDateTimeLocale": "날짜/시간 지역:",
+ "Genre": "장르",
+ "DirectorValue": "감독: {0}",
+ "DirectorsValue": "감독: {0}",
+ "GenreValue": "장르: {0}",
+ "GenresValue": "장르: {0}",
+ "TagsValue": "태그: {0}",
+ "Off": "끄기",
+ "Title": "제목",
+ "Year": "연도",
+ "Filter": "필터",
+ "Filters": "필터",
+ "Unplayed": "재생안함",
+ "LabelTVHomeScreen": "TV 모드 홈 화면:",
+ "Horizontal": "수평",
+ "Vertical": "수직",
+ "HeaderGroupBy": "그룹화 기준",
+ "HeaderMediaType": "미디어 유형",
+ "GroupBySeries": "시리즈별로 모으기",
+ "HeaderVideoType": "비디오 타입",
+ "HeaderSeriesStatus": "시리즈 상태",
+ "Features": "특징",
+ "Trailers": "예고편",
+ "Extras": "기타",
+ "ThemeSongs": "테마 음악",
+ "ThemeVideos": "테마 비디오",
+ "HeaderFavoriteMovies": "좋아하는 영화",
+ "HeaderFavoritePhotos": "좋아하는 사진",
+ "HeaderFavoriteShows": "좋아하는 쇼",
+ "HeaderFavoriteEpisodes": "좋아하는 에피소드",
+ "HeaderFavoriteVideos": "좋아하는 비디오",
+ "HeaderFavoriteMusicVideos": "Favorite Music Videos",
+ "HeaderFavoriteGames": "좋아하는 게임",
+ "HeaderFavoriteArtists": "좋아하는 아티스트",
+ "HeaderFavoriteAlbums": "좋아하는 앨범",
+ "HeaderFavoriteSongs": "좋아하는 노래",
+ "HeaderFavoriteAuthors": "좋아하는 작가",
+ "HeaderFavoriteAudioBooks": "좋아하는 오디오북",
+ "Ascending": "오름차순",
+ "Descending": "내림차순",
+ "HeaderColorPrimaries": "컬러 프라이머리",
+ "HeaderColorSpace": "컬러 스페이스",
+ "HeaderColorTransfer": "색상 변환",
+ "HeaderVideoRange": "비디오 레인지",
+ "SeriesDisplayOrderHelp": "에피소드를 방영일, DVD 주문일, 숫자순으로 주문",
+ "LabelVerticalPositionFromBottom": "수직 위치 (바닥에서 부터):",
+ "HeaderFavoritePeople": "좋아하는 사람",
+ "MultiSelect": "다중 선택",
+ "HeaderSignOut": "로그아웃",
+ "HeaderSelectServer": "서버 선택",
+ "HeaderChangeServer": "서버 변경",
+ "HeaderChangeUser": "사용자 변경",
+ "HeaderAppSettings": "앱 설정",
+ "HeaderLoginSettings": "로그인 설정",
+ "LabelRememberLogin": "로그인 정보 기억:",
+ "LabelAutomaticallySignOut": "자동으로 로그아웃:",
+ "BetaTesterMessage": "Emby 베타 테스터가 되어주셔서 감사합니다! {0}의 Emby 테스트 커뮤니티{1}에 의견을 남겨주세요.",
+ "HardwareAccelerated": "하드웨어 가속",
+ "Software": "소프트웨어",
+ "Metadata": "메타데이터",
+ "HeaderMediaInfo": "미디어 정보",
+ "Locked": "잠김",
+ "HeaderSplitVersionsApart": "분활 버전 제외",
+ "Any": "상관 없음",
+ "Admin": "관리자",
+ "HeaderReadMore": "더 읽기",
+ "CustomRatingHelp": "커스텀 등급은 자녀 보호를 위해 사용되지만 보여지지 않습니다. 자녀 보호 등급은 계속 보여집니다.",
+ "KeepUpToHelp": "제한 이상의 녹화 파일은 다음 녹화 시작시 오래된 순으로 삭제됩니다.",
+ "NoItemsMatchingFound": "검색어와 일치하는 품목을 찾을 수 없습니다.",
+ "TwoSearchCharsRequired": "두 자 이상을 입력하세요.",
+ "PreventPlaybackContinuing": "주기적으로 사용자 입력을 요청하는 메시지를 표시하여 재생이 무한정 계속되는 것을 방지합니다.",
+ "PromptStillWatching": "'아직 시청 중 이신가요?' 라고 묻기",
+ "HeaderMissingMetadata": "누락된 메타데이터",
+ "HeaderIncludedIn": "목록",
+ "EmbyConnectUserAlreadyLinked": "Emby Connect 사용자가 이미 이 서버의 다른 사용자와 연결되어 있습니다.",
+ "VideoFilesWillBeConvertedTo": "변환된 비디오가 {0}으로 저장될 것입니다.",
+ "VideoWillBeConvertedTo": "비디오 스트림이 이미 {0}이고 변환 옵션에 맞는 경우 비디오 스트림이 {0}으로 변환되거나 원본 파일에서 복사됩니다.",
+ "VideoWillBeConvertedToOrCopied": "비디오 스트림이 {0}으로 변환되거나 {1} 중 하나일 경우 원본 파일에서 복사되며 품질은 변환 옵션 내에 포함됩니다.",
+ "AudioWillBeConvertedTo": "오디오오 스트림이 이미 {0}이고 변환 옵션에 맞는 경우 오디오 스트림이 {0}으로 변환되거나 원본 파일에서 복사됩니다.",
+ "AudioWillBeConvertedToOrCopied": "오디오 스트림이 {0}으로 변환되거나 {1} 중 하나일 경우 원본 파일에서 복사되며 품질은 변환 옵션 내에 포함됩니다.",
+ "HeaderSpecialKeys": "특수 키",
+ "FollowingSpecialKeys": "대부분의 키보드 및 리모컨에서 지원되는 특수 키:",
+ "HeaderDeleteSeries": "시리즈 삭제",
+ "HeaderDeleteLastPlayedEpisode": "최근 재생한 에피소드 삭제",
+ "HeaderConnectingToServer": "서버 접속중",
+ "ServerNameValue": "서버 이름: {0}",
+ "DomainValue": "도메인: {0}",
+ "RatedValue": "{0} 등급",
+ "LocalServerRedirectMessage": "이제 연결하도록 선택한 서버의 관리자가 소유하고 운영하는 도메인으로 리디렉션됩니다:",
+ "AllMediaOwnedHosted": "{0}의 소유자가 모든 미디어를 호스팅하고 관리합니다.",
+ "EnableResolutionSwitching": "비디오 해상도 일치",
+ "EnableResolutionSwitchingHelp": "Emby가 재생을 시작하기 전에 동영상이 인코딩된 것과 동일한 값으로 해상도를 변경할 수 있습니다. 이렇게 하면 잘 맞지 않는 동영상을 재생할 때 나타날 수 있는 끊김 현상이나 버벅거림을 최소화할 수 있습니다.",
+ "EnableDisplayRefreshRateSwitching": "디스플레이 새로 고침 빈도 전환 사용",
+ "EnableDisplayRefreshRateSwitchingHelp": "Emby가 재생을 시작하기 전에 비디오가 인코딩된 프레임 속도와 동일한 값(또는 그 배수)으로 디스플레이 재생률을 변경할 수 있도록 합니다. 이렇게 하면 잘 맞지 않는 동영상을 재생할 때 나타날 수 있는 끊김이나 버벅거림을 최소화하는 데 도움이 될 수 있습니다.",
+ "RememberSelectedAudioTracks": "오디오 트랙 선택 사항 기억",
+ "RememberSelectedSubtitleTracks": "자막 트랙 선택 항목 기억",
+ "RememberSelectedSubtitleTracksHelp": "자막 트랙 선택은 각각의 비디오로 기억되며 동일한 비디오를 다시 재생할 때 다시 적용됩니다.",
+ "RememberSelectedAudioTracksHelp": "오디오 트랙 선택은 각각의 비디오로 기억되며 동일한 비디오를 다시 재생할 때 다시 적용됩니다.",
+ "ClearSavedTrackSelections": "저장된 트랙 선택 항목 지우기",
+ "HeaderClearTrackSelections": "저장된 트랙 선택 항목 지우기",
+ "QuestionClearSavedTracks": "저장된 트랙 선택을 모두 지우시겠습니까?",
+ "LabelChannelTags": "채널 태그:",
+ "AfterThisPlaysConfirmation": "재생이 끝난 후 이전에 대기한 음악을 계속 재생하시겠습니까 아니면 지우시겠습니까?",
+ "Keep": "보관",
+ "Clear": "지우기",
+ "HeaderClearFilters": "필터 지우기",
+ "HeaderSearchForImages": "이미지 검색",
+ "HeaderSearchNewImage": "새로운 이미지 검색",
+ "HeaderSearchForAnImage": "이미지 검색",
+ "DragDropToReorder": "재정렬을 위해 드래그 드랍",
+ "HeaderAddImageFromUrl": "URL에서 이미지 추가",
+ "HeaderSetImageFromUrl": "URL에서 이미지 설정",
+ "LabelUrl": "URL:",
+ "LabelChannelNumber": "채널번호:",
+ "LabelGuideDataChannel": "편성표 제공자:",
+ "GuideDataSource": "가이드 데이터 소스",
+ "HeaderCopyToClipboard": "클립보드에 복사",
+ "TimeRemainingValue": "{0} 남음",
+ "LabelResumeRewindSeconds": "재개 시, 자동으로 되감기",
+ "ResumeRewindSecondsHelp": "이것은 재생을 처음 시작할 때의 위치를 기억하는 데 도움이 됩니다. 재생 중 각각의 일시 정지 위치에는 적용되지 않습니다.",
+ "HeaderSavePlayQueueToPlaylist": "재생목록에 재생 대기열 저장",
+ "EnableLogoImagesAsTitle": "상세 정보에서 로고 이미지를 제목으로 표시",
+ "EnableLogoImagesAsTitleHelp": "로고 이미지가 사용 가능한 경우에 비디오, 시리즈 및 기타 상세 정보에서 글자로 된 제목 대신 사용됩니다. 로고 이미지를 사용할 수 없는 경우는 글자로 된 제목이 사용됩니다.",
+ "LabelNowPlayingAudioBackgroundStyle": "현재 재생중인 음악 배경 스타일:",
+ "LabelNowPlayingVideoBackgroundStyle": "현재 재생중인 영상 배경 스타일:",
+ "NowPlayingVideoBackgroundStyleHelp": "다른 장치에서 비디오 재생을 원격 제어할 때 배경 스타일을 결정합니다.",
+ "Rotation": "회전",
+ "Minutes": "분",
+ "LabelMaxRecordingLength": "최대 녹화 길이:",
+ "MaxRecordingLengthHelp": "방송 시간과 관계없이 녹화를 지정된 시간으로 제한합니다. 제한이 없으면 0으로 설정합니다.",
+ "RemoteWAN": "원격(WAN) 주소",
+ "HeaderLastConnectedTo": "마지막 연결 대상",
+ "Version": "버전",
+ "Keyword": "키워드",
+ "HeaderServerAddress": "서버 주소",
+ "HeaderSkipIntro": "인트로 건너뛰기",
+ "HeaderCreateRecording": "녹화 만들기",
+ "HeaderAddRecording": "녹화 추가하기",
+ "HeaderChannelAndTime": "채널 및 시간",
+ "LabelRecordProgramOrSeriesFrom": "다음에서 프로그램 또는 시리즈를 녹화합니다:",
+ "LabelStartTime": "시작 시간:",
+ "LabelEndTime": "종료 시간:",
+ "LabelFrequency": "빈도:",
+ "Recurring": "반복",
+ "Once": "한번",
+ "Start": "시작",
+ "Unpause": "일시 중지 해제",
+ "LabelIntroSkipMode": "인트로 건너뛰기:",
+ "ShowSkipIntroButton": "'인트로 건너뛰기' 버튼 표시",
+ "AutoSkipIntro": "자동으로 인트로 건너뛰기",
+ "DisplayRatingInformationOnVideoPlaybackStart": "동영상 재생 시작 시 등급 정보 표시",
+ "DisplayRatingInformationOnVideoPlaybackStartHelp": "비디오 재생이 시작되면 등급 정보가 잠시 표시됩니다.",
+ "IntroSkipModeHelp": "'인트로 건너뛰기' 버튼을 표시하거나 인트로 마커를 감지한 에피소드의 인트로를 자동으로 건너뜁니다. 라이브러리 옵션에서 '인트로 비디오 마커 생성' 을 활성화해야 합니다.",
+ "EnableHomeScreenFocusPreview": "선택한 항목의 자세한 미리보기를 표시하는 홈 화면의 레이아웃 사용",
+ "EnableHomeScreenFocusPreviewHelp": "홈 화면에 다양한 미디어 유형이 혼합되어 있으면 제대로 작동하지 않을 수 있습니다.",
+ "LabelHideMediaTransportButtons": "동영상 플레이어 전송 버튼 숨기기:",
+ "HideMediaTransportButtonsHelp": "빨리감기, 되감기, 일시 중지와 같은 기본 전송 버튼을 숨겨 더 간단한 화면 재생 인터페이스를 만듭니다. 화살표 키와 Enter 키로 이러한 기능을 계속 사용할 수 있습니다. 자동은 마우스 사용이 감지되지 않으면 전송 버튼을 숨깁니다.",
+ "ImageSizeHelp": "원하는 이미지 크기를 설정합니다.",
+ "LabelImageSize": "이미지 크기:",
+ "ThisImageIsOnlyPreview": "이 이미지는 메타데이터 검색 엔진에서 가져온 미리보기일 뿐입니다. Emby 서버가 다운로드하는 실제 이미지는 다를 수 있으며 Emby 라이브러리 설정에서 구성한 옵션에 따라 달라집니다.",
+ "ResultsRangeValue": "{2} 중 {0} 에서 {1} 까지",
+ "NotificationsDescription": "Emby 서버에서 중요한 이벤트에 대한 정보를 유지하도록 알림을 설정하십시오.",
+ "DeleteEmbyConnectAccount": "Emby Connect 계정 삭제",
+ "DeleteEmbyConnectAccountHelp": "Emby Connect 계정을 삭제하려면 {0} Emby 커뮤니티 {1} 에 {2} 에서 로그인하세요 . 로그인한 후 오른쪽 상단에서 사용자 이름을 클릭하고 계정 설정을 클릭한 다음 내 계정 삭제를 클릭하세요.",
+ "KeepPlayingInBackground": "백그라운드에서 계속 재생",
+ "LabelVideoBackBehavior": "비디오 플레이어 뒤로 버튼 동작:",
+ "HeaderViewLyrics": "가사 보기",
+ "HeaderViewMissingEpisodes": "누락된 에피소드 보기",
+ "HeaderMissingEpisodes": "누락된 에피소드",
+ "HeaderManageAccess": "액세스 관리",
+ "HeaderManageCollaboration": "협업 관리",
+ "HeaderLeaveCollaboration": "협업에서 나가기",
+ "HeaderRemoveFromLibrary": "라이브러리에서 제거",
+ "RemoveSharedItemConfirmation": "라이브러리에서 이 항목을 삭제하시겠습니까? 다시 가져오려면 소유자가 다시 액세스 권한을 부여해야 합니다.",
+ "SubtitlesDownloaded": "자막 다운로드",
+ "HeaderMakePrivate": "비공개로 설정",
+ "HeaderMakePublic": "공개로 설정",
+ "MakePublicDescription": "모든 사용자가 이 항목을 볼 수 있습니다. 사용자는 편집 권한을 부여받을 수 있습니다.",
+ "MakePrivateDescription": "사용자에게 개별적으로 접근 권한을 부여할 수도 있습니다.",
+ "Private": "비공개",
+ "Public": "공개",
+ "Collaborative": "협업 가능한",
+ "PreferredShowDisplay": "TV 쇼의 시즌 표시 방식",
+ "ShowAllEpisodesAllSeasons": "모든 시즌의 에피소드를 함께 표시",
+ "ShowAllEpisodesSingleSeason": "단일 시즌일 때만 폴더 없이 에피소드 표시",
+ "ShowSeasonFolders": "각각 시즌별로 폴더 표시",
+ "HeaderAddAgain": "다시 추가",
+ "UpNext": "다음 재생",
+ "ItemsAlreadyInPlaylist": "일부 항목이 이미 재생 목록에 있습니다.",
+ "ItemAlreadyInPlaylist": "이 항목은 이미 재생 목록에 있습니다.",
+ "HeaderPlayChannel": "채널 재생",
+ "LabelScreenOrientationDuringVideo": "비디오 재생 중 화면 방향",
+ "UseDeviceSetting": "디바이스 설정 사용",
+ "LockToLandscape": "가로 고정",
+ "UsernameForFolderHelp": "네트워크에서 이 폴더에 접근하기 위해 필요한 사용자 이름 (해당되는 경우).",
+ "PasswordForFolderHelp": "네트워크에서 이 폴더에 접근하기 위해 필요한 비밀번호 (해당되는 경우).",
+ "ShowMediaInfoOnDetailScreens": "항목 상세 정보의 화면 하단에 오디오, 비디오, 자막 등 표시",
+ "ForgotPasswordNoUserFound": "입력한 이름으로 사용자를 찾을 수 없습니다. 다시 시도하거나 이름을 비워 두어 이 서버의 모든 사용자에 대한 비밀번호를 재설정하세요.",
+ "Silver": "Silver",
+ "DimGray": "Dim Gray",
+ "DarkGray": "Dark Gray",
+ "LightGray": "Light Gray",
+ "Black": "Black",
+ "Blue": "Blue",
+ "Cyan": "Cyan",
+ "Gray": "Gray",
+ "Green": "Green",
+ "Lime": "Lime",
+ "Magenta": "Magenta",
+ "Orange": "Orange",
+ "Pink": "Pink",
+ "Red": "Red",
+ "Yellow": "Yellow",
+ "White": "White",
+ "Purple": "보라색",
+ "RecentlyReleasedMovies": "최근 출시된 영화",
+ "RecentlyReleasedEpisodes": "최근 추가된 에피소드",
+ "DolbyProfile": "돌비 프로필",
+ "IpAddress": "IP 주소",
+ "VideoType": "비디오 타입",
+ "HidePlayedMediaFrom": "재생된 미디어를 다음으로부터 숨기기",
+ "BottomEdgePosition": "하단 가장자리 위치",
+ "VerticalPositionFromBottomScreen": "자막의 수직 위치를 화면 하단을 기준으로 설정합니다.",
+ "TopEdgePosition": "Top Edge Position",
+ "TopEdgePositionHelp": "Set the highest allowed vertical position of the subtitles relative to the top of the screen. This is used when the subtitles contain positioning instructions to be placed at the top.",
+ "HeaderSubtitlePosition": "자막 위치",
+ "TitleProfilePin": "프로필 PIN",
+ "ProfilePinConfirm": "프로필 PIN (확인)",
+ "SaveProfilePin": "PIN 저장",
+ "ProfilePinDescription": "이미 로그인한 장치에서 Emby 앱으로 돌아올 때마다 입력하라는 메시지를 표시하는 선택적 PIN을 만듭니다. 여러 사용자가 장치를 공유하는 경우 유용합니다. 필요에 따라 각 장치에서 선택적으로 활성화하도록 선택할 수 있습니다.",
+ "TitleNewEpisodes": "새로운 에피소드",
+ "EnterYourPinToContinue": "계속하려면 PIN 코드를 입력하세요.",
+ "YourPinMustBe": "PIN 코드는 {0}자리 숫자여야 합니다.",
+ "ForgotPin": "PIN 코드를 분실하셨나요?",
+ "RequireEnteringPinToReturn": "이 앱으로 돌아올 때마다 내 프로필 PIN을 입력해야 합니다.",
+ "RequireEnteringPinToReturnQuestion": "이 앱으로 돌아올 때마다 프로필 PIN을 묻는 메시지를 표시할까요? 여러 사용자가 이 장치를 공유하는 경우 프로필 PIN을 사용해 다른 사용자가 귀하의 데이터에 액세스하는 것을 방지할 수 있습니다.",
+ "RequireEnteringPinToReturnHelp": "여러 사용자가 이 장치를 공유하는 경우 유용합니다.",
+ "WrongPinPleaseTryAgain": "잘못된 PIN 코드입니다. 다시 시도해 주세요.",
+ "ProfilePinIsOn": "현재 프로필 PIN이 사용 설정되어 있습니다.",
+ "IfTryingToConnectToHttp": "HTTP 주소를 사용하여 Emby 서버에 연결하려고 할 때, 브라우저에서 HTTPS 요구 사항 때문에 이를 허용하지 않을 수 있습니다. 다음 방법 중 하나를 시도해 보세요:",
+ "SetupHttpsForYourServer": "Setup {0}HTTPS for your Emby Server{1} so that you can connect using HTTPS.",
+ "TitleUnableToReachServer": "Unable to Reach Server",
+ "TitleUnableToReachName": "Unable to Reach {0}",
+ "HearingImpaired": "Hearing Impaired",
+ "SignIntoServerName": "{0}에 로그인",
+ "About": "정보",
+ "Specials": "Specials",
+ "NSettings": "{0} Settings",
+ "NPreferences": "{0} Preferences",
+ "DetailScreenOptions": "상세 화면",
+ "LabelGenreDisplayLimit": "장르 표시 개수 제한",
+ "GenreDisplayLimitHelp": "항목 상세 정보의 화면 상단에 표시되는 장르 개수를 제한합니다.",
+ "GenreDisplayLimitForListsHelp": "재생목록, 컬렉션, 아티스트 상세 정보의 화면 상단에 표시되는 장르 개수를 제한합니다.",
+ "LabelGenreDisplayLimitForLists": "목록에 장르 표시 개수 제한",
+ "ShowPosterOnDetails": "상세 화면에 포스터 표시",
+ "ShowPosterOnDetailsHelp": "영상 상세 화면에 포스터를 표시하거나, 숨겨서 배경이 강조되는 미니멀한 룩으로 설정할 수 있습니다. 이 설정은 작은 화면 레이아웃에서는 사용되지 않습니다. 일부 항목 유형은 이 설정을 무시합니다.",
+ "EnableAppLogging": "Enable app logging",
+ "EnableAppLoggingHelp": "Logging can degrade app performance and should only be enabled as needed for troubleshooting purposes. Changes require restarting the app.",
+ "LabelSlideshowInterval": "슬라이드당 사진 슬라이드쇼 시간",
+ "TVChannelImageEditorHelp": "여러 로고 버전이 지원됩니다. Emby 앱은 현재 테마에 따라 적절한 로고를 자동으로 선택합니다.",
+ "PlaySlideshow": "Play Slideshow",
+ "CheckForExistingEpisodesInAllLibraries": "Check for existing episodes in all libraries",
+ "GroupNotificationsBySeriesOrAlbum": "Group notifications by series and albums",
+ "ThemeSettings": "Theme Settings",
+ "FollowingActivityWillBeDisrupted": "The following activity will be disrupted and may require manual intervention to restart:",
+ "OneActivePlaybackSession": "1 Active Playback Session",
+ "NumActivePlaybackSessions": "{0} Active Playback Sessions",
+ "OneActiveRecording": "1 Active Recording",
+ "NumActiveRecordings": "{0} Active Recordings",
+ "PlayFromLivePosition": "Play from the live position",
+ "PlayFromStartOfRecording": "Play from the start of the recording",
+ "ThisChannelIsActivelyRecording": "This channel is actively recording. How would you like to begin playing?",
+ "ThemeSongVolume": "테마 음악 볼륨",
+ "HeaderForceConversionForFormats": "Force Conversion for Formats",
+ "ForceConversionForFormatsHelp": "Use this to force server-side transcoding or remuxing for formats that don't direct play very well on this device.",
+ "StartupBehavior": "Startup behavior",
+ "RememberLastUser": "Remember last user",
+ "ShowLoginScreen": "Show login screen",
+ "SignInAsValue": "Sign in as {0}",
+ "ConvertUnsupportedAudio": "Convert unsupported surround audio to Dolby Digital",
+ "ConvertUnsupportedAudioHelp": "Avoid downmixing unsupported surround formats to stereo by having Emby Server transcode them to Dolby Digital.",
+ "HeaderPlaybackCorrection": "Playback Correction",
+ "HeaderAttemptPlaybackCorrection": "Attempt Playback Correction",
+ "PlaybackCorrectionConfirm": "Attempt playback correction?",
+ "PlaybackCorrectionDescription": "Is the current item exhibiting a playback problem such as no video or audio? This will try and correct playback issues using server transcoding to convert this file into a more streaming friendly format. This will result in increased resource consumption on this Emby Server.",
+ "PlaybackCorrectionDescription2": "You can do this up to three times per video, where remuxing, video transcoding and audio transcoding are each activated one at a time.",
+ "HeaderAlbumsAsContributingArtist": "Albums as Contributing Artist",
+ "HeaderAlbumsAsComposer": "Albums as Composer",
+ "Duplicates": "Duplicates",
+ "HeaderSleepTimer": "Sleep Timer",
+ "AfterCurrentItem": "After current item",
+ "HeaderStopPlayback": "Stop Playback",
+ "TurnOffTimer": "Turn off timer",
+ "SleepTimerIsSet": "Your sleep timer is set",
+ "SleepTimerIsOff": "Your sleep timer is off",
+ "LabelEnableRemoteControlTVMode": "Display casting and remote control functions",
+ "EnableRemoteControlTVModeHelp": "Enable if you intend to use this device to send media to other devices.",
+ "ShowOnScreenControls": "Show on-screen controls",
+ "LabelVideoScreenUpAction": "Video player up action",
+ "VideoScreenUpActionHelp": "Select the action to take when pressing the up key on the video player screen. This applies when no on-screen controls are currently visible. When controls are already visible, the up key will be used for navigation.",
+ "LabelVideoPlayerLongPressAction": "Video player long press action",
+ "LetsGetSetup": "Let's Get Set Up",
+ "VideoPlayerLongPressActionHelp": "Choose what function or menu is shown when long pressing the OK button during video playback. This only takes effect when the video controls are hidden or the seek bar has focus.",
+ "AskAdminToGetPremiere": "This purchase must be made by the server administrator. Please ask the administrator of this Emby Server to sign in and get Emby Premiere so that you can enjoy access to premium features.",
+ "AutoOpenSingleItemsFolders": "Auto open single items in folder view",
+ "AutoOpenSingleItemsFoldersHelp": "When a folder only contains one item, automatically open that item.",
+ "PlayedOnValue": "Played {0}",
+ "TheseSettingsApplyAppDevice": "These settings apply to all users playing on this device.",
+ "LastContentDateAdded": "Last Content Date Added",
+ "RepeatThemeMedia": "Play themes on repeat",
+ "HideEpisodeSpoilerInfo": "Hide spoiler information from unwatched episodes",
+ "HideEpisodeSpoilerInfoHelp": "Hides the title, overview and image for unwatched episodes on most screens.",
+ "BornValueAge": "Born: {0} (age {1})",
+ "PreferDirectStreamLiveTV": "Prefer direct streaming of Live TV",
+ "PreferDirectStreamLiveTVHelp": "Direct streaming Live TV will reduce resource consumption on your Emby Server but may not be as seekable during playback. Enabling this will direct stream Live TV when the format is supported and is within your configured quality setting. Disable this to enjoy more seeking during playback at the cost of additional resource consumption.",
+ "HeaderAllRecordings": "All Recordings",
+ "RememberLoginDescription": "After signing in, you can use the app settings to configure the startup behavior to remember login, sign in as a specific user, or always show the login screen.",
+ "ForgetServerConfirmation": "Are you sure you wish to forget this server?",
+ "ForgetThisServer": "Forget This Server",
+ "HeaderThisDevice": "This Device",
+ "ChaptersGuide": "Chapters / Live TV Guide",
+ "ChaptersGuideHelp": "Show Chapters for media with chapters. For media without chapters, show the Live TV Guide (when available).",
+ "HeaderShowSeriesImages": "Show Series Images",
+ "AppExitConfirmation": "Are you ready to exit Emby?",
+ "AppExitMenu": "Exit menu",
+ "SideMenu": "Side navigation menu",
+ "SystemStorage": "System storage ({0})"
+}
diff --git a/modules/common/strings/lt.json b/modules/common/strings/lt.json
new file mode 100644
index 0000000..6d52ed6
--- /dev/null
+++ b/modules/common/strings/lt.json
@@ -0,0 +1,1340 @@
+{
+ "ReplaceExistingThumbnailImages": "Replace existing video preview thumbnails",
+ "ReplaceExistingThumbnailImagesHelp": "All existing video preview thumbnails will be deleted and new ones will be generated, if enabled in the options for the library.",
+ "DateCreated": "Date Created",
+ "CreatedOnValue": "Created {0}",
+ "UpdatedOnValue": "Updated {0}",
+ "EmbyLoginTerms": "Emby skirtas padėti tvarkyti jūsų asmeninę biblioteką - nuotraukas, namų filmus ir panašiai. Prašome peržiūrėti {0}naudojimo sąlygas{1}. Bet koks Emby programinės įrangos naudojimas reiškia sutikimą su šiomis sąlygomis.",
+ "MessageUnableToConnectToServer": "Nepavyko susijungti su pasirinktu serveriu. Patikrinkite, ar jis veikia ir bandykite dar kartą.",
+ "EmbyIntroMessage": "With Emby you can easily stream videos, music and photos to smart phones, tablets and other devices from your Emby Server.",
+ "HeaderSignInWithConnect": "Prisijungti naudojant Emby Connect",
+ "HeaderWelcomeToEmby": "Sveiki atvykę į Emby",
+ "HeaderNewUsers": "Nauji vartotojai",
+ "HeaderPleaseSignIn": "Prašome prisijungti",
+ "MessageInvalidUser": "Neteisingas vartotojo vardas arba slaptažodis. Bandykite dar kartą.",
+ "MessageUnlockAppWithPurchaseOrSupporter": "Atrakinkite šią funkciją nedideliu vienkartiniu mokesčiu arba įsigiję Emby Premiere prenumeratą.",
+ "MessageUnlockAppWithSupporter": "Atrakinkite šią funkciją įsigiję Emby Premiere prenumeratą.",
+ "MessageToValidateSupporter": "Jei turite aktyvią Emby Premiere prenumeratą, sutvarkykite Emby Premiere savo Emby Serverio skydelyje. Tai galite atlikti paspaudė Emby Premiere užrašą pagrindiniame meniu.",
+ "ValueSpecialEpisodeName": "Ypatinga - {0}",
+ "HeaderSignIn": "Prisijungti",
+ "Share": "Dalintis",
+ "Shared": "Shared",
+ "Info": "Info",
+ "Add": "Pridėti",
+ "Speed": "Greitis",
+ "PlaybackSpeed": "Playback Speed",
+ "Chapters": "Skyriai",
+ "Password": "Slaptažodis",
+ "SavePassword": "Save Password",
+ "LabelPassword": "Slaptažodis:",
+ "HeaderResetPassword": "Atstatyti slaptažodį",
+ "Series": "Laidos",
+ "Preview": "Peržiūra",
+ "Submit": "Pateikti",
+ "Never": "Niekada",
+ "Table": "Table",
+ "HeaderScheduledTasks": "Scheduled Tasks",
+ "Plays": "Plays",
+ "LastUsedAddressValue": "Last used {0}",
+ "LabelKeywordType": "Keyword type",
+ "HeaderSelectColumns": "Select Columns",
+ "HeaderTopResults": "Geriausi rezultatai",
+ "HeaderPinSidebar": "Pin Sidebar",
+ "Collapse": "Suskleisti",
+ "LabelBackgroundVideoPlayback": "Video atkūrimas fone:",
+ "BackgroundVideoPlaybackHelp": "Background playback allows video to keep playing even when the screen is turned off.",
+ "AlwaysOn": "Visada įjungta",
+ "HeadphonesOrExternalSpeakersConnected": "Ausinės arba išorinis garsiakalbis prijungtas",
+ "HeaderKeyboardAndRemote": "Klaviatūra arba pultelis",
+ "NoSelectedItemsSupportOperation": "There are no items selected that support this operation.",
+ "NoOperationsForSelectedItems": "There are no operations available for the selected items.",
+ "UploadOnlyOnWifi": "Upload only on Wifi",
+ "HeaderFoldersToUpload": "Folders to Upload",
+ "LabelPasswordConfirm": "Password (confirm)",
+ "HeaderMoveUpInOrder": "Move Up In Order",
+ "HeaderDownUpInOrder": "Move Down In Order",
+ "LabelUsername": "Vartotojas:",
+ "HeaderAddServer": "Pridėti serverį",
+ "HeaderSubtitleOffset": "Subtitle Offset",
+ "Watching": "Watching",
+ "HeaderRemoveFromContinueWatching": "Remove from Continue Watching",
+ "RemoveThisTitleFromContinueWatching": "Remove this title from Continue Watching?",
+ "HeaderRemoveFromContinueListening": "Remove from Continue Listening",
+ "RemoveThisTitleFromContinueListening": "Remove this title from Continue Listening?",
+ "HeaderIncreaseSubtitleOffset": "Increase Subtitle Offset",
+ "HeaderDecreaseSubtitleOffset": "Decrease Subtitle Offset",
+ "Close": "Uždaryti",
+ "HeaderSeeAll": "Peržiūrėti visus",
+ "HeaderOpenInNewWindow": "Open in New Window",
+ "LabelEmail": "El. paštas:",
+ "LabelHost": "Adresas:",
+ "LabelHostHelp": "192.168.1.100 arba https://myserver.com",
+ "LabelPort": "Portas:",
+ "Disabled": "Išjungta",
+ "Uninstall": "Ištrinti",
+ "Enable": "Enable",
+ "AllTuners": "All Tuners",
+ "Disable": "Disable",
+ "NextValue": "Kitas: {0}",
+ "HeaderNextItem": "Kitas elementas",
+ "HeaderPreviousItem": "Praeitas elementas",
+ "NoTrailersMessage": "No Trailers found. To add Trailers, please install the Trailer plugin from the {0}Emby plugin catalog{1}.",
+ "UninstallPluginConfirmation": "Are you sure you wish to uninstall this plugin?",
+ "HeaderUninstallPlugin": "Uninstall Plugin",
+ "AreYouStillWatching": "Ar dar žiūrite?",
+ "LabelCurrentPassword": "Dabartinis slaptažodis:",
+ "LabelNewPassword": "Naujas slaptažodis:",
+ "LabelNewPasswordConfirm": "Naujas slaptažodis (pakartokite):",
+ "HeaderRemovePassword": "Pašalinti slaptažodį",
+ "ServerUpdateNeeded": "Šį Emby serverį reikia atnaujinti. Naujausią versiją atsisiųsti galite {0}",
+ "MessageThankYouForConnectSignUp": "Thank you for signing up for Emby Connect. An email will be sent to your address with instructions on how to confirm your new account. Please confirm the account and then return here to sign in.",
+ "MessageThankYouForConnectSignUpNoValidation": "Thank you for signing up for Emby Connect! You will now be asked to login with your Emby Connect information.",
+ "ErrorMessagePasswordNotMatchConfirm": "The password and password confirmation must match.",
+ "ErrorMessageUsernameInUse": "The username is already in use. Please choose a new name and try again.",
+ "ErrorMessageEmailInUse": "The email address is already in use. Please enter a new email address and try again, or use the forgot password feature.",
+ "HeaderUpcomingOnTV": "Upcoming On Live TV",
+ "HeaderOtherShowings": "Other Showings",
+ "Showings": "Showings",
+ "HeaderConnectToServer": "Prisijungti prie serverio",
+ "ConnectToServerManually": "Connect to server manually",
+ "LabelEnterConnectUserNameHelp": "This is the email address that you used to setup your Emby Connect account.",
+ "HeaderSignInError": "Prisijungimo klaida",
+ "HeaderManualLogin": "Rankinis prisijungimas",
+ "PasswordResetConfirmation": "Are you sure you wish to reset the password?",
+ "ContactAdminToResetPassword": "Please contact your system administrator to reset your password.",
+ "ForgotPasswordInNetworkRequired": "Please try again within your home network to initiate the password reset process.",
+ "ForgotPasswordFileCreated": "The following file has been created on your server and contains instructions on how to proceed:",
+ "ForgotPasswordFileExpiration": "The reset pin will expire at {0}.",
+ "InvalidForgotPasswordPin": "An invalid or expired pin was entered. Please try again.",
+ "PasswordResetForUsers": "Passwords have been removed for the following users. To login, sign in with a blank password.",
+ "HeaderForgotPassword": "Forgot Password?",
+ "ForgotPasswordUsernameHelp": "Leave this blank if you don't remember your username.",
+ "HeaderPasswordReset": "Password Reset",
+ "AttributeNew": "Naujas",
+ "Done": "Done",
+ "HeaderResetToDefault": "Reset to Default",
+ "Deinterlacing": "Deinterlacing",
+ "HeaderBurningInSubtitles": "Burning in Subtitles",
+ "Premiere": "Premiera",
+ "LabelPinCode": "Pin code",
+ "LabelLocalNetworkPinCode": "Local network pin code",
+ "LabelLocalNetworkPasswordMode": "Local network sign in mode",
+ "RequirePasswordInLocalNetwork": "Require a password on the local network",
+ "NoPasswordInLocalNetwork": "Don't require a password on the local network",
+ "PinCodeInLocalNetwork": "Allow a numeric pin code on the local network",
+ "LocalNetworkPasswordModeHelp": "Select the sign in method for devices on the same local network as your Emby Server.",
+ "HeaderLocalNetworkAccess": "Local Network Access",
+ "Live": "Tiesiogiai",
+ "Reset": "Reset",
+ "Repeat": "Kartojimas",
+ "Track": "Track",
+ "Tracks": "Dainos",
+ "HeaderCameraUpload": "Camera Upload",
+ "TrackCount": "{0} dainų",
+ "ItemCount": "{0} elementų",
+ "NumberChannelsValue": "{0} Channels",
+ "HeaderLatestMusic": "Naujausia muzika",
+ "HeaderLatestAudioBooks": "Latest Audio Books",
+ "HeaderLatestDownloadedVideos": "Naujausi atsisiųsti video",
+ "HeaderRecentlyPlayed": "Neseniai paleista",
+ "Recent": "Recent",
+ "HeaderFrequentlyPlayed": "Dažnai paleidžiami",
+ "HeaderMoreLikeThis": "Daugiau kaip šis",
+ "HeaderMoreLikeThisOnLiveTV": "More Like This on Live TV",
+ "OriginalAirDateValue": "Pirmo eterio data: {0}",
+ "EndsAtValue": "Baigiasi {0}",
+ "Date": "Date",
+ "AirDate": "Eterio data",
+ "Played": "Rodyta",
+ "Daily": "Kasdienis",
+ "Weekly": "Weekly",
+ "RequireHashMatch": "Reikalaujamas maišos atitikimas",
+ "RequireHashMatchHelp": "Requiring a hash match will filter subtitles to include only those that have been tested with your exact video file. Unchecking this will increase the number of matched subtitles, but will also increase the chances of mistimed or incorrect subtitle text.",
+ "SearchForForcedSubtitlesOnly": "Forced subtitles only",
+ "SearchForForcedSubtitlesOnlyHelp": "Requiring forced subtitles will limit results to subtitles that are tagged as having a foreign language.",
+ "LastEpisodeDateAdded": "Last Episode Date Added",
+ "LastEpisodeDateAired": "Last Episode Date Released",
+ "LabelPlaystate": "Playstate",
+ "Studio": "Studio",
+ "Tag": "Tag",
+ "EpisodeTitle": "Episode Title",
+ "Audio": "Garsas",
+ "Video": "Video",
+ "Subtitle": "Subtitrai",
+ "Image": "Paveikslas",
+ "CopyStream": "Copy original stream",
+ "LabelAudioLayout": "Audio layout",
+ "LabelAudioCodec": "Garso kodekas:",
+ "LabelAudioLanguage": "Garso kalba:",
+ "LabelSubtitleLanguage": "Subtitrų kalba:",
+ "LabelVideoCodec": "Video kodekas:",
+ "LabelSubtitleCodec": "Subtitle codec",
+ "LabelParentalRating": "Tėvų reitingas:",
+ "BecauseYouLikeValue": "Because you like {0}",
+ "BecauseYouWatchedValue": "Because you watched {0}",
+ "DirectedByValue": "Directed by {0}",
+ "StarringValue": "Starring {0}",
+ "Invitations": "Pakvietimai",
+ "ActorAsRole": "as {0}",
+ "ButtonOk": "OK",
+ "GroupItemsIntoCollections": "Group items into collections",
+ "GroupItemsIntoCollectionsHelp": "Group items based on collections they've been added to. Enabling certain filters or sort orders may automatically disable this.",
+ "GroupItemsIntoTags": "Group items into tags",
+ "GroupItemsIntoTagsHelp": "Group items based on tags they've been added to. Enabling certain filters or sort orders may automatically disable this.",
+ "User": "User",
+ "Access": "Access",
+ "Users": "Vartotojai",
+ "Library": "Biblioteka",
+ "Devices": "Įrenginiai",
+ "Cancel": "Atšaukti",
+ "Restart": "Perkrauti",
+ "Shutdown": "Išjungti",
+ "Logs": "Logs",
+ "Visibility": "Visibility",
+ "Notifications": "Notifications",
+ "SendTestNotification": "Send Test Notification",
+ "NotificationSent": "Notification sent",
+ "DeleteNotificationConfirmation": "Are you sure you wish to delete this notification?",
+ "DeleteNotification": "Delete Notification",
+ "AddNotification": "Add Notification",
+ "EditNotification": "Edit Notification",
+ "LimitUserEventsTo": "Limit user events to",
+ "LimitLibraryEventsTo": "Limit library events to",
+ "LimitDeviceEventsTo": "Limit devices events to",
+ "ForAdditionalNotificationOptions": "Additional notification services can be installed by the server administrator in the Emby {0}plugin catalog{1}.",
+ "Plugins": "Plugins",
+ "Systems": "Systems",
+ "Server": "Server",
+ "Dashboard": "Dashboard",
+ "PlayOnAnotherDevice": "Play on another device",
+ "HeaderConnectionHelp": "Connection Help",
+ "AccessRestrictedTryAgainLater": "Access is currently restricted. Please try again later.",
+ "ButtonGotIt": "Supratau",
+ "RememberMe": "Remember me",
+ "EmbyServer": "Emby Server",
+ "ManageEmbyServer": "Manage Emby Server",
+ "ShutdownServer": "Shutdown Emby Server",
+ "RestartServer": "Restart Emby Server",
+ "RecordingCancelled": "Įrašas atšauktas.",
+ "SeriesCancelled": "Laida atšaukta.",
+ "Recording": "Recording",
+ "SeriesRecording": "Series Recording",
+ "RecordingScheduled": "Įrašas numatytas.",
+ "SeriesRecordingScheduled": "Laidos įrašas numatytas.",
+ "HeaderNewRecording": "Naujas įrašas",
+ "HeaderWakeServer": "Wake Server",
+ "AttemptingWakeServer": "Attempting to wake server. Please wait...",
+ "WakeServerSuccess": "Success!",
+ "HeaderCustomizeHomeScreen": "Customize Home Screen",
+ "WakeServerError": "Wake On LAN packets were sent to your server machine, but we're unable to connect to your Emby Server. Your machine may need a little more time to wake, or Emby Server may not be actively running on the machine.",
+ "Days": "Dienos",
+ "Network": "Network",
+ "Networks": "Networks",
+ "SortByValue": "Sort by {0}",
+ "HeaderSortBy": "Sort By",
+ "HeaderPhotoAlbums": "Photo Albums",
+ "Photos": "Photos",
+ "HeaderAppearsOn": "Appears On",
+ "List": "List",
+ "HeaderRecordSeries": "Record Series",
+ "HeaderCinemaMode": "Kinoteatro režimas",
+ "Conversions": "Conversions",
+ "Downloads": "Atsiuntimai",
+ "HeaderManageDownloads": "Manage Downloads",
+ "InternalStorage": "Internal storage",
+ "ExternalStorage": "External storage",
+ "UploadToFollowingServers": "Upload to Servers",
+ "UploadingNumItems": "Uploading {0} of {1}",
+ "DownloadNumItems": "Downloading {0} of {1}",
+ "HeaderSampleRate": "Sample Rate",
+ "HeaderReferenceFrames": "Reference Frames",
+ "HeaderBitDepth": "Bit Depth",
+ "HeaderPixelFormat": "Pixel Format",
+ "Profile": "Profile",
+ "Bitrate": "Bitrate",
+ "Expand": "Išplėsti",
+ "Container": "Container",
+ "Format": "Format",
+ "Path": "Path",
+ "Size": "Size",
+ "Resolution": "Resolution",
+ "HeaderCodecTag": "Codec Tag",
+ "Framerate": "Framerate",
+ "Interlaced": "Interlaced",
+ "Anamorphic": "Anamorphic",
+ "Level": "Level",
+ "Timestamp": "Timestamp",
+ "Language": "Language",
+ "Codec": "Codec",
+ "Stream": "Stream",
+ "HeaderExtradata": "Extra Data",
+ "HeaderHardwareAcceleratedTranscoding": "Hardware Accelerated Transcoding",
+ "HeaderHardwareAcceleratedTranscodingDescription": "Take advantage of your server GPU. Emby has the most advanced and fastests hardware accelleration in the industry.",
+ "HeaderOfflineDownloads": "Vietinė medija",
+ "AndMuchMoreExclamation": "And much more!",
+ "HeaderOfflineDownloadsDescription": "Atsisiųsti mediją į savo įrenginius lengvai prieigai be interneto.",
+ "LiveTvFeatureDescription": "Stream Live TV to any Emby app, with a compatible TV tuner device installed on your Emby Server.",
+ "DvrFeatureDescription": "Schedule individual Live TV recordings, series recordings, and more with Emby DVR.",
+ "CinemaModeFeatureDescription": "Kinoteatro režimas papildomai rodo anonsus ir kitą medžiagą prieš filmą.",
+ "HeaderFreeApps": "Nemokamos Emby Apps",
+ "FreeAppsFeatureDescription": "Gaukite nemokamas Emby programėles savo įrenginiams.",
+ "HeaderBecomeProjectSupporter": "Gauti Emby Premiere",
+ "HeaderViewServerInfo": "View Server Info",
+ "PlaybackTvModeRequiresEmbyPremiere": "Media playback in TV mode requires an active {0}Emby Premiere subscription{1}.",
+ "FeatureRequiresEmbyPremiere": "Šiai funkcijai reikia aktyvios Emby Serverio prenumeratos.",
+ "HeaderConvertYourRecordings": "Konvertuokite savo įrašus",
+ "Record": "Įrašyti",
+ "Save": "Saugoti",
+ "Edit": "Redaguoti",
+ "HeaderSavePlaylist": "Save Playlist",
+ "Latest": "Latest",
+ "Download": "Siųstis",
+ "Downloaded": "Downloaded",
+ "Converted": "Converted",
+ "RemoveFromHistory": "Remove from History",
+ "ConfirmRemoveFromHistory": "Remove this item from the history?",
+ "Downloading": "Downloading",
+ "Advanced": "Smulkiau",
+ "LinkedToEmbyConnect": "Linked to Emby Connect",
+ "Delete": "Ištrinti",
+ "Both": "Both",
+ "LabelChannelDisplay": "Channel display",
+ "HeaderDeleteItem": "Ištrinti elementą",
+ "HeaderDeleteUser": "Delete User",
+ "DeleteItemConfirmation": "Are you sure you wish to delete {0}?",
+ "DeleteUserConfirmation": "Are you sure you wish to delete user {0}?",
+ "DeleteUsersConfirmation": "Are you sure you wish to delete these {0} users?",
+ "HeaderDeleteDevice": "Delete Device",
+ "DeleteDeviceConfirmation": "Are you sure you wish to delete this device? It will reappear the next time a user signs in with it.",
+ "ConfirmDeleteItem": "Tai atlikus elementas bus ištrintas ir iš bibliotekos, ir iš failų sistemos. Ar tikrai norite tęsti?",
+ "FollowingFilesWillBeDeleted": "The following files and folders will be deleted:",
+ "AreYouSureToContinue": "Are you sure you wish to continue?",
+ "Refresh": "Atnaujinti",
+ "RefreshingMetadataDots": "Refreshing metadata...",
+ "ScanningLibraryFilesDots": "Scanning library files...",
+ "HeaderFavoritesThenByChannelNumber": "Favorites, Then by Channel Number",
+ "HeaderAddToCollection": "Pridėti į Kolekciją",
+ "HeaderFavoritesThenByTitle": "Favorites, Then by Title",
+ "HeaderFavoritesThenByDefault": "Favorites, Then by Default Channel Order",
+ "HeaderDefaultChannelOrder": "Default Channel Order",
+ "HeaderAddToFavorites": "Add to Favorites",
+ "HeaderRemoveFromFavorites": "Remove from Favorites",
+ "Favorited": "Favorited",
+ "Unfavorited": "Unfavorited",
+ "HeaderNewCollection": "New Collection",
+ "HeaderNewPlaylist": "New Playlist",
+ "AllCollections": "All Collections",
+ "AllPlaylists": "All Playlists",
+ "Create": "Create",
+ "HeaderAddedToPlaylist": "Added to Playlist",
+ "HeaderAddedToCollection": "Added to Collection",
+ "OneItemAddedTo": "1 item added to \"{0}\".",
+ "ItemsAddedTo": "{0} items added to \"{1}\".",
+ "HeaderAddedToPlayQueue": "Added to Play Queue",
+ "HeaderPlayingNext": "Playing Next",
+ "Help": "Padėti",
+ "HeaderGetHelp": "Get Help",
+ "LabelTVDisplayMode": "Enable TV display mode",
+ "Desktop": "Desktop",
+ "Mobile": "Mobile / Tablet",
+ "Navigation": "Navigation",
+ "HeaderVideoPlayback": "Video Playback",
+ "TV": "TV",
+ "HeaderEmbyConnect": "Emby Connect",
+ "Seasons": "Seasons",
+ "OneTrack": "1 Track",
+ "OneSeason": "1 Season",
+ "Libraries": "Libraries",
+ "NumberSeasonsValue": "{0} Seasons",
+ "TVDisplayModeHelp": "Optimize the user interface on this device for display on a TV and input method with a remote control. This is generally not recommended if your primary input method is a mouse or is touch-based.",
+ "LabelDisplayLanguage": "Display language",
+ "LabelDisplayLanguageHelp": "Translating Emby is an ongoing project.",
+ "LearnHowYouCanContribute": "Learn how you can contribute.",
+ "NewCollectionHelp": "Kolekcijos leidžia grupuoti filmus ir kitą bibliotekos turinį.",
+ "SearchForCollectionInternetMetadata": "Ieškoti internete iliustracijų ir metaduomenų",
+ "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",
+ "ServerStartup": "Server Startup",
+ "EmbyServerOnXHasStarted": "Emby Server on {0} has started.",
+ "LabelScreensaver": "Screensaver",
+ "LabelSoundEffects": "Sound effects",
+ "LabelName": "Pavadinimas:",
+ "NewCollectionNameExample": "Pavyzdys: Star Wars kolekcija",
+ "MessageItemsAdded": "Elementai pridėti.",
+ "OptionNew": "Naujas...",
+ "LabelPlaylist": "Grojaraštis:",
+ "AddToPlaylist": "Pridėti į grojaraštį",
+ "HeaderAddToPlaylist": "Pridėti į Grojaraštį",
+ "Subtitles": "Subtitrai",
+ "LabelTheme": "Theme",
+ "LabelSettingsTheme": "Settings theme",
+ "LabelThemeAccentColor": "Accent color",
+ "ThemeAccentColorDescription": "Controls the color of important indicators, icons and text.",
+ "SearchForSubtitles": "Ieškoti subtitrų",
+ "LabelLanguage": "Kalba:",
+ "Search": "Ieškoti",
+ "NoSubtitleSearchResultsFound": "Nieko neradau.",
+ "NoLyricsSearchResultsFound": "No results found. Have you configured {0}lyrics downloading{1}?",
+ "Lyrics": "Lyrics",
+ "SearchForLyrics": "Search for Lyrics",
+ "Finish": "Finish",
+ "File": "Failas",
+ "Exit": "Exit",
+ "Sleep": "Sleep",
+ "Setup": "Setup",
+ "MessageAreYouSureDeleteSubtitles": "Ar tikrai norite ištrinti šį subtitrų failą?",
+ "ConfirmDeletion": "Patvirtinti trynimą",
+ "MySubtitles": "Mano subtitrai",
+ "MessageDownloadQueued": "Siuntimas užsakytas.",
+ "HeaderEditSubtitles": "Edit Subtitles",
+ "UnlockGuide": "Atrakinti gidą",
+ "HeaderRefreshMetadata": "Refresh Metadata",
+ "HeaderRefreshAllMetadata": "Refresh All Metadata",
+ "ReplaceExistingImages": "Pakeisti esamus paveikslus",
+ "ReplaceExistingImagesHelp": "All existing images will be deleted and new ones will be downloaded based on the options for the library. In some cases this may result in fewer available images than before.",
+ "ReplaceAllMetadata": "Pakeisti visus metaduomenis",
+ "SearchForMissingMetadata": "Ieškoti trūkstamų metaduomenų",
+ "LabelRefreshMode": "Atnaujinimo režimas:",
+ "NoItemsFound": "Nieko nerasta.",
+ "HeaderSaySomethingLike": "Pasakykite maždaug...",
+ "ButtonTryAgain": "Bandyti dar",
+ "HeaderYouSaid": "Jūs pasakėte:",
+ "MessageWeDidntRecognizeCommand": "Deja, nepažinome šios komandos.",
+ "MessageIfYouBlockedVoice": "Jei neleidote programėlei naudoti mikrofono, pakeiskite nustatymus ir bandykite dar kartą.",
+ "ValueDiscNumber": "Diskas {0}",
+ "Unrated": "Nevertinta",
+ "Favorite": "Mėgstamas",
+ "Like": "Patinka",
+ "Dislike": "Nepatinka",
+ "RefreshDialogHelp": "Metaduomenys atnaujinami pagal Emby Serverio nustatymus ir įjungtas interneto paslaugas.",
+ "Open": "Atidaryti",
+ "Play": "Leisti",
+ "Pause": "Pause",
+ "HeaderPlayQueue": "Play Queue",
+ "HeaderAddToPlayQueue": "Add to Play Queue",
+ "Shuffle": "Atsitiktinai",
+ "Identify": "Identifikuoti",
+ "HeaderRemoveIdentification": "Remove Identification",
+ "ResetMetadataConfirmation": "Are you sure you wish to reset all metadata?",
+ "HeaderEditMetadata": "Edit Metadata",
+ "Convert": "Convert",
+ "Resume": "Resume",
+ "HeaderInstantMix": "Instant Mix",
+ "HeaderGoToItem": "Go to Item",
+ "HeaderGoToSeason": "Go to Season",
+ "HeaderGoToSeries": "Go to Series",
+ "HeaderGoToAlbum": "Go to Album",
+ "HeaderGoToArtist": "Go to Artist",
+ "HeaderPlayAll": "Play All",
+ "PictureInPicture": "Picture in picture",
+ "Fullscreen": "Full screen",
+ "ExitFullscreen": "Exit full screen",
+ "Rewind": "Rewind",
+ "FastForward": "Fast-forward",
+ "Remove": "Remove",
+ "Rename": "Rename",
+ "Queue": "Į eilę",
+ "QueueAllFromHere": "Į eilę viską nuo čia",
+ "PlayAllFromHere": "Leisti viską nuo čia",
+ "PlayFromBeginning": "Leisti nuo pradžių",
+ "FromBeginning": "From Beginning",
+ "ResumeAt": "Tęsti nuo {0}",
+ "HeaderRemoveFromPlaylist": "Remove from Playlist",
+ "HeaderRemoveFromPlayQueue": "Remove from Play Queue",
+ "HeaderRemoveFromCollection": "Remove from Collection",
+ "Sort": "Sort",
+ "Trailer": "Anonsas",
+ "SelectNone": "Select None",
+ "SelectAll": "Select All",
+ "HeaderMarkPlayed": "Mark Played",
+ "HeaderMarkUnplayed": "Mark Unplayed",
+ "HeaderGroupVersions": "Group Versions",
+ "PleaseSelectTwoItems": "Pasirinkite bent du elementus.",
+ "HeaderConfirmRecordingCancellation": "Patvirtinti įrašo atšaukimą",
+ "MessageConfirmRecordingCancellation": "Ar tikrai norite atšaukti šį įrašą?",
+ "Album": "Album",
+ "AlbumArtist": "Album Artist",
+ "Error": "Klaida",
+ "VoiceInput": "Balso komandos",
+ "LabelContentType": "Turinio tipas:",
+ "LabelPath": "Kelias:",
+ "Playlists": "Playlists",
+ "LabelTitle": "Pavadinimas:",
+ "LabelOriginalTitle": "Originalus pavadinimas:",
+ "LabelSortTitle": "Rūšiavimo pavadinimas:",
+ "LabelDateAdded": "Pridėjimo data:",
+ "DateAdded": "Date Added",
+ "DateModified": "Date Modified",
+ "DatePlayed": "Date Played",
+ "DateLastActive": "Date Last Active",
+ "ConfigureDateAdded": "Pakeisti, kaip nustatoma pridėjimo data galima Emby Serveryje prie Bibliotekos nustatymų",
+ "LabelStatus": "Būklė:",
+ "LabelArtistsHelp": "Atskirti kelis naudojant:",
+ "HeaderAlbumArtists": "Album Artists",
+ "LabelAlbumArtists": "Albumo atlikėjai:",
+ "LabelAlbum": "Albumas:",
+ "Artist": "Artist",
+ "Artists": "Artists",
+ "ImdbRating": "IMDb Rating",
+ "CommunityRating": "Community Rating",
+ "LabelCommunityRating": "Bendruomenės vertinimas:",
+ "LabelCriticRating": "Kritikų vertinimas:",
+ "CriticRating": "Critic Rating",
+ "LabelWebsite": "Tinklapis:",
+ "Tagline": "Tagline",
+ "LabelOverview": "Apžvalga:",
+ "LabelShortOverview": "Trumpa apžvalga:",
+ "LabelReleaseDate": "Išleidimo data:",
+ "LabelPlaceOfBirth": "Gimimo vieta:",
+ "Aired": "Aired",
+ "LabelAirDays": "Eterio dienos:",
+ "LabelAirTime": "Eterio laikas:",
+ "LabelRuntimeMinutes": "Trukmė (min.):",
+ "LabelCustomRating": "Kitoks vertinimas:",
+ "LabelOriginalAspectRatio": "Originalus formatas:",
+ "Label3DFormat": "3D formatas:",
+ "FormatValue": "Format: {0}",
+ "DownloadsValue": "{0} Downloads",
+ "HashMatch": "Hash Match",
+ "EnableExternalVideoPlayers": "Enable external video players",
+ "EnableExternalVideoPlayersHelp": "An external player menu will be shown when starting video playback.",
+ "HeaderSpecialEpisodeInfo": "Ypatingos serijos info",
+ "LabelAirsDuringSeason": "Airs during season",
+ "LabelAirsAfterSeason": "Rodoma po sezono:",
+ "LabelAirsBeforeEpisode": "Rodoma prieš seriją:",
+ "HeaderExternalIds": "External Ids",
+ "HeaderDisplaySettings": "Rodymo nustatymai",
+ "PlaylistOrder": "Playlist Order",
+ "CollectionOrder": "Collection Order",
+ "LabelDisplayOrder": "Rodymo tvarka:",
+ "LabelFileOrder": "File order",
+ "Display": "Display",
+ "Countries": "Šalys",
+ "Genres": "Žanrai",
+ "Studios": "Studijos",
+ "Tags": "Žymės",
+ "Links": "Links",
+ "Movie": "Movie",
+ "Program": "Program",
+ "Channel": "Channel",
+ "Episode": "Episode",
+ "Season": "Season",
+ "HeaderMetadataSettings": "Metaduomenų nustatymai",
+ "People": "Žmonės",
+ "Number": "Number",
+ "Lock": "Lock",
+ "HeaderScreenLocked": "Screen Locked",
+ "HeaderUnlockControls": "Unlock Controls",
+ "HeaderTapToUnlock": "Tap to Unlock",
+ "LabelMetadataDownloadLanguage": "Pageidaujama siuntimo kalba:",
+ "LabelImageDownloadLanguage": "Preferred image download language",
+ "LabelLockItemToPreventChanges": "Uždrausti šio elemento pakeitimus",
+ "LockThisField": "Lock this field to prevent future changes when refreshing metadata",
+ "MessageLeaveEmptyToInherit": "Palikite tuščią kad paveldėtų nustatymus nuo tėviško elemento arba globalias standartines reikšmes.",
+ "LabelCountry": "Šalis:",
+ "LabelCertificationCountry": "Certification country",
+ "CertificationCountryHelp": "This will influence which content rating system is used.",
+ "LabelDynamicExternalId": "{0} ID:",
+ "LabelBirthYear": "Gimimo metai:",
+ "LabelBirthDate": "Gimimo data:",
+ "LabelDeathDate": "Mirties data:",
+ "LabelEndDate": "Pabaigos data:",
+ "LabelSeasonNumber": "Sezono numeris:",
+ "LabelEpisodeNumber": "Serijos numeris:",
+ "LabelTrackNumber": "Dainos numeris:",
+ "LabelNumber": "Numeris:",
+ "LabelDiscNumber": "Disc number",
+ "LabelParentNumber": "Parent number",
+ "SortName": "Rūšiavimo vardas",
+ "OriginalTitle": "Original Title",
+ "ReleaseDate": "Išleidimo data",
+ "Continuing": "Tęsiamas",
+ "Ended": "Pasibaigė",
+ "HeaderEnabledFields": "Įjungti laukeliai",
+ "HeaderEnabledFieldsHelp": "Nuimkite varnelę nuo lauko kad jį užrakinti ir neleisti keisti jo duomenų.",
+ "Backdrops": "Fonai",
+ "Images": "Paveiksliukai",
+ "Runtime": "Trukmė",
+ "ProductionLocations": "Filmavimo vietos",
+ "BirthLocation": "Gimimo vieta",
+ "ParentalRating": "Tėvų reitingas",
+ "PlayCount": "Play count",
+ "Name": "Vardas",
+ "Overview": "Apžvalga",
+ "LabelType": "Tipas:",
+ "LabelPersonRole": "Vaidmuo:",
+ "LabelPersonRoleHelp": "Pavyzdys: Ledų mašinos vairuotojas",
+ "Actor": "Aktorius",
+ "Composers": "Composers",
+ "Composer": "Kompozitorius",
+ "Director": "Režisierius",
+ "GuestStar": "Kviestinė žvaigždė",
+ "Producer": "Prodiuseris",
+ "Writer": "Rašytojas",
+ "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.",
+ "InstallingPackage": "Įdiegiu {0}",
+ "PackageInstallCompleted": "{0} įdiegimas baigtas.",
+ "PackageInstallFailed": "{0} įdiegimas nepavyko.",
+ "PackageInstallCancelled": "{0} įdiegimas atšauktas.",
+ "SeriesYearToPresent": "{0} - dabar",
+ "OneDevice": "1 Device",
+ "DeviceCountValue": "{0} Devices",
+ "OneLog": "1 Log",
+ "LogCountValue": "{0} Logs",
+ "OneVote": "1 Vote",
+ "VoteCountValue": "{0} Votes",
+ "OneLike": "1 Like",
+ "LikeCountValue": "{0} Likes",
+ "OneUser": "1 User",
+ "UserCountValue": "{0} Users",
+ "OneLibrary": "1 Library",
+ "LibraryCountValue": "{0} Libraries",
+ "ValueOneItem": "1 Item",
+ "ValueOneEpisode": "1 serija",
+ "ValueEpisodeCount": "{0} serijų",
+ "Albums": "Albums",
+ "Song": "Song",
+ "Songs": "Songs",
+ "Authors": "Authors",
+ "Books": "Books",
+ "AudioBooks": "Audio books",
+ "HeaderAudioBooks": "Audio Books",
+ "HeaderAudioBook": "Audio Book",
+ "HeaderIdentifyItemHelp": "Įveskite vieną ar daugiau paieškos kriterijų. Pašalinkite kriterijų jei norite gauti daugiau paieškos rezultatų.",
+ "PleaseEnterNameOrId": "Įveskite vardą arba išorinį ID.",
+ "MessageItemSaved": "Elementas išsaugotas.",
+ "SearchResults": "Paieškos rezultatai",
+ "ServerNameIsRestarting": "Emby Serveris - {0} leidžiamas iš naujo.",
+ "ServerNameIsShuttingDown": "Emby Serveris - {0} išsijungia.",
+ "HeaderDeleteItems": "Ištrinti elementus",
+ "ConfirmDeleteItems": "Tai atlikus šie elementai bus ištrinti ir iš bibliotekos, ir iš failų sistemos. Ar tikrai norite tęsti?",
+ "PleaseRestartServerName": "Prašau paleisti Emby Serverį iš naujo - {0}.",
+ "ConvertingDots": "Converting...",
+ "LabelSyncNoTargetsHelp": "It looks like you don't currently have any apps that support offline downloading.",
+ "DownloadingDots": "Downloading...",
+ "LearnMore": "Sužinoti daugiau",
+ "LabelBitrateMbps": "Kokybė (Mbps):",
+ "ConvertUnwatchedVideosOnly": "Convert unplayed videos only",
+ "SyncUnwatchedVideosOnly": "Download unplayed videos only",
+ "ConvertUnwatchedVideosOnlyHelp": "Only videos that are not marked as fully played will be converted.",
+ "SyncUnwatchedVideosOnlyHelp": "Only videos that are not marked as fully played will be downloaded, and videos will be removed from the device as they are fully played.",
+ "AutomaticallySyncNewContent": "Automatically download new content",
+ "AutomaticallySyncNewContentHelp": "New content added to this folder will be automatically downloaded to the device.",
+ "AutomaticallyConvertNewContent": "Automatically convert new content",
+ "AutomaticallyConvertNewContentHelp": "New content added to this folder will be automatically converted.",
+ "LabelItemLimit": "Elementų limitas:",
+ "ConvertItemLimitHelp": "Optional. Set a limit to the number of items that will be converted.",
+ "DownloadItemLimitHelp": "Optional. Set a limit to the number of items that will be downloaded.",
+ "PleaseSelectDeviceToSyncTo": "Please select a device to download to.",
+ "Screenshots": "Ekrano nuotraukos",
+ "MoveRight": "Perkelti dešinėn",
+ "MoveLeft": "Perkelti kairėn",
+ "HeaderUploadNewImage": "Upload New Image",
+ "HeaderDeleteImage": "Delete Image",
+ "ConfirmDeleteImage": "Trinti paveikslą?",
+ "HeaderEditImages": "Redaguoti paveikslus",
+ "Settings": "Nustatymai",
+ "ShowIndicatorsFor": "Rodyti indikatorius:",
+ "Episodes": "Episodes",
+ "Programs": "Programs",
+ "HeaderCastCrew": "Cast & Crew",
+ "DvrSubscriptionRequired": "Emby DVR reikalauja aktyvios Emby Premiere prenumeratos.",
+ "HeaderCancelRecording": "Atšaukti įrašą",
+ "HeaderKeepRecording": "Palikti įrašą",
+ "HeaderCancelSeries": "Atšaukti laidą",
+ "HeaderKeepSeries": "Palikti laidą",
+ "HeaderLearnMore": "Sužinoti daugiau",
+ "SeriesSettings": "Laidų nustatymai",
+ "HeaderRecordingOptions": "Įrašymo nustatymai",
+ "HeaderDoNotRecord": "Do not record",
+ "HeaderSeriesOptions": "Laidų nustatymai",
+ "Layout": "Layout",
+ "Channels": "Channels",
+ "ChannelNameOnly": "Kanalas tik {0}",
+ "Anytime": "Bet kada",
+ "AnyLanguage": "Any language",
+ "AroundTime": "Maždaug {0}",
+ "HeaderLatestMovies": "Latest Movies",
+ "All": "All",
+ "Stop": "Stop",
+ "AllChannels": "Visi kanalai",
+ "NewEpisodesOnly": "Tik naujas serijas",
+ "AllEpisodes": "Visas serijas",
+ "LabelStartWhenPossible": "Jei galima, pradėti:",
+ "LabelStopWhenPossible": "Jei galima, nutraukti:",
+ "MinutesBefore": "min. prieš",
+ "MinutesAfter": "min. po",
+ "SkipEpisodesAlreadyInMyLibrary": "Don't record episodes that are already in my library",
+ "SkipEpisodesAlreadyInMyLibraryHelp": "Kai įmanoma serijos bus lyginamos pagal sezonų ir serijų skaičius.",
+ "LabelKeepUpTo": "Spėti iki:",
+ "AsManyAsPossible": "Kiek tik įmanoma",
+ "DefaultErrorMessage": "Įvyko klaida vykdant užklausą. Pabandykite vėliau.",
+ "UntilIDelete": "Kol ištrinsiu",
+ "UntilSpaceNeeded": "Kol pritrūks vietos",
+ "Categories": "Kategorijos",
+ "Sports": "Sportas",
+ "News": "Naujienos",
+ "Movies": "Filmai",
+ "Music": "Music",
+ "Kids": "Vaikams",
+ "MoreFromValue": "More from {0}",
+ "DiedValue": "Died: {0}",
+ "BornValue": "Born: {0}",
+ "EnableColorCodedBackgrounds": "Įjungti spalvotus fonus",
+ "SortChannelsBy": "Rūšiuoti kanalus pagal:",
+ "ChannelNumber": "Kanalo numeris",
+ "HeaderBenefitsEmbyPremiere": "Emby Premiere privalumai",
+ "ThankYouForTryingEnjoyOneMinute": "Išbandykite vieną minutę atkūrimo. Ačiū kad bandote Emby.",
+ "HeaderTryPlayback": "Bandomasis atkūrimas",
+ "HowDidYouPay": "Kaip sumokėjote?",
+ "IHaveEmbyPremiere": "Turiu Emby Premiere",
+ "IPurchasedThisApp": "Pirkau šią programėlę",
+ "ButtonRestorePreviousPurchase": "Atkurti pirkimą",
+ "ButtonUnlockWithPurchase": "Atrakinti perkant",
+ "ButtonUnlockPrice": "Atrakinti {0}",
+ "EmbyPremiereMonthlyWithPrice": "Emby Premiere Monthly {0}",
+ "HeaderAlreadyPaid": "Already Paid?",
+ "ButtonPlayOneMinute": "Atkurti vieną minutę",
+ "PlaceFavoriteChannelsAtBeginning": "Mėgstamiausius kanalus į pradžią",
+ "HeaderUnlockFeature": "Atrakinti funkciją",
+ "MessageDidYouKnowCinemaMode": "Ar žinote, kad su Emby Premiere gausite daugiau funkcijų, tokių kaip Kinoteatro režimas?",
+ "HeaderPlayMyMedia": "Atkurti mano mediją",
+ "HeaderDiscoverEmbyPremiere": "Atrasti Emby Premiere",
+ "HeaderNowPlaying": "Now Playing",
+ "Items": "Items",
+ "AppName": "App Name",
+ "OneChannel": "One channel",
+ "ConfirmRemoveDownload": "Remove download?",
+ "ConfirmRemoveItem": "Remove item?",
+ "RemoveDownload": "Remove Download",
+ "ConfirmCancelConversion": "Cancel conversion?",
+ "CancelConversion": "Cancel Conversion",
+ "KeepDownload": "Keep download",
+ "AddedOnValue": "Added {0}",
+ "RemovingFromDevice": "Removing from device",
+ "KeepOnDevice": "Keep on device",
+ "CancelDownload": "Cancel download",
+ "SyncJobItemStatusReadyToTransfer": "Ready to Transfer",
+ "SyncJobItemStatusSyncedMarkForRemoval": "Removing from device",
+ "SyncJobItemStatusQueued": "Queued",
+ "SyncJobItemStatusConverting": "Converting",
+ "SyncJobItemStatusTransferring": "Transferring",
+ "SyncJobItemStatusSynced": "Downloaded",
+ "Failed": "Failed",
+ "SyncJobItemStatusRemovedFromDevice": "Removed from device",
+ "Cancelled": "Cancelled",
+ "Retry": "Retry",
+ "Continue": "Continue",
+ "ContinueInSecondsValue": "Continue in {0} seconds.",
+ "HeaderRemoteControl": "Remote Control",
+ "Disconnect": "Disconnect",
+ "EnableDisplayMirroring": "Enable display mirroring",
+ "RemoteAccess": "Remote Access",
+ "HeaderPlayOn": "Play On",
+ "Quality": "Quality",
+ "Auto": "Auto",
+ "AndroidUnlockRestoreHelp": "To restore your previous purchase, please ensure you're signed into the device with the same Google (or Amazon) account that originally made the purchase. Make sure the app store is enabled and not restricted by any parental controls, and ensure you have an active internet connection. You'll only have to do this once to restore your previous purchase.",
+ "HeaderAspectRatio": "Aspect Ratio",
+ "Original": "Original",
+ "Fill": "Fill",
+ "Cover": "Cover",
+ "MessageNoServersAvailableToConnect": "No servers are available to connect to. If you've been invited to share a server, make sure to accept it below or by clicking the link in the email.",
+ "MessagePlayAccessRestricted": "Playback of this content is currently restricted. Please contact your Emby Server administrator for more information.",
+ "Accept": "Accept",
+ "Reject": "Reject",
+ "Connect": "Connect",
+ "HeaderMyMedia": "My Media",
+ "HeaderMyMediaSmall": "My Media (small)",
+ "LatestFromLibrary": "Latest {0}",
+ "HeaderLatestEpisodes": "Latest Episodes",
+ "ContinuePlaying": "Continue playing",
+ "ContinueWatching": "Continue watching",
+ "HeaderLatestChannelMedia": "Latest Channel Items",
+ "HeaderContinueWatching": "Continue Watching",
+ "HeaderContinueListening": "Continue Listening",
+ "HeaderActiveRecordings": "Active Recordings",
+ "HeaderLatestRecordings": "Latest Recordings",
+ "LabelConvertTo": "Convert to",
+ "LabelDownloadTo": "Download to",
+ "HeaderDownloadToDots": "Download to...",
+ "Next": "Next",
+ "LabelSource": "Source",
+ "VersionNumber": "Version {0}",
+ "HeaderAllLanguages": "All Languages",
+ "Previous": "Previous",
+ "HeaderNextUp": "Next Up",
+ "HeaderPlayNextUp": "Play Next Up",
+ "HeaderLatestFrom": "Latest from {0}",
+ "LabelHomeScreenSectionValue": "Home screen section {0}",
+ "PasswordResetComplete": "The password has been reset.",
+ "PasswordSaved": "Password saved.",
+ "SettingsSaved": "Settings saved.",
+ "Upcoming": "Upcoming",
+ "HeaderSelectImageFile": "Select Image File",
+ "None": "None",
+ "More": "More",
+ "Up": "Up",
+ "Down": "Down",
+ "Home": "Home",
+ "Back": "Back",
+ "Random": "Random",
+ "Playback": "Playback",
+ "Favorites": "Favorites",
+ "HeaderHomeScreen": "Home Screen",
+ "HeaderLatestChannelItems": "Latest Channel Items",
+ "HeaderLibraryOrder": "Library Order",
+ "HeaderOnNow": "On Now",
+ "HeaderForKids": "For Kids",
+ "HeaderPlaybackError": "Playback Error",
+ "PlaybackErrorNotAllowed": "You're currently not authorized to play this content. Please contact your system administrator for details.",
+ "RateLimitExceeded": "Your account has exceeded the maximum streaming limit set by your Emby Server administrator. Please contact them for assistance.",
+ "PlaybackErrorNoCompatibleStream": "No compatible streams are currently available. Please try again later or contact your system administrator for details.",
+ "PlaybackErrorPlaceHolder": "Please insert the disc in order to play this video.",
+ "PlaybackErrorNoPlayableItems": "No playable items were found. Are you trying to play an empty folder?",
+ "Guide": "Guide",
+ "Games": "Games",
+ "GameSystem": "Game System",
+ "Suggestions": "Suggestions",
+ "HeaderFavoriteChannels": "Favorite Channels",
+ "HeaderFavoriteCollections": "Favorite Collections",
+ "HeaderFavoritePlaylists": "Favorite Playlists",
+ "Collection": "Collection",
+ "Collections": "Collections",
+ "LabelSelectFolderGroups": "Automatically group content from the following folders into views such as Movies, Music and TV:",
+ "LabelSelectFolderGroupsHelp": "Folders that are unchecked will be displayed by themselves in their own view.",
+ "Mute": "Mute",
+ "Unmute": "Unmute",
+ "Folder": "Folder",
+ "Folders": "Folders",
+ "FileName": "File Name",
+ "DisplayInOtherHomeScreenSections": "Display in secondary home screen sections such as latest media and continue watching",
+ "DisplayInMyMedia": "Display on home screen",
+ "Shows": "Shows",
+ "MoviesAndShows": "Movies & Shows",
+ "HeaderMusicVideo": "Music Video",
+ "HeaderMusicVideos": "Music Videos",
+ "MusicVideos": "Music videos",
+ "Videos": "Videos",
+ "MixedContent": "Mixed content",
+ "HomeVideos": "Home videos",
+ "HomeVideosAndPhotos": "Home videos & photos",
+ "TVShows": "TV shows",
+ "HeaderLibraryFolders": "Library Folders",
+ "HeaderTermsOfPurchase": "Terms of Purchase",
+ "PrivacyPolicy": "Privacy policy",
+ "TermsOfUse": "Terms of Use",
+ "HeaderRepeatMode": "Repeat Mode",
+ "HeaderToneMapping": "Tone Mapping",
+ "RepeatOne": "Repeat one",
+ "RepeatAll": "Repeat all",
+ "LabelDefaultScreen": "Default screen",
+ "ConfirmEndPlayerSession": "Would you like to shutdown Emby on {0}?",
+ "Yesterday": "Yesterday",
+ "Yes": "Yes",
+ "No": "No",
+ "HeaderScanLibraryFiles": "Scan Library Files",
+ "LiveTV": "Live TV",
+ "Schedule": "Schedule",
+ "Recordings": "Recordings",
+ "ScanForNewAndUpdatedFiles": "Scan for new and updated files",
+ "NewVersionOfXAvailableForY": "{0} is Available for {1}",
+ "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",
+ "HeaderHardwareAcceleratedDecoding": "Hardware Accelerated Decoding",
+ "HeaderHardwareAcceleratedEncoding": "Hardware Accelerated Encoding",
+ "HeaderDirectPlay": "Direct Play",
+ "DirectPlaying": "Direct playing",
+ "DirectStreaming": "Direct streaming",
+ "Transcode": "Transcode",
+ "Transcoding": "Transcoding",
+ "ContainerBitrateExceedsLimit": "Reducing bitrate due to quality setting",
+ "VideoCodecNotSupported": "Converting video to compatible codec",
+ "AudioCodecNotSupported": "Converting audio to compatible codec",
+ "SubtitleCodecNotSupported": "Converting subtitles directly into video",
+ "DirectPlayError": "Recovering from playback error",
+ "ContainerNotSupported": "Converting to compatible container",
+ "VideoLevelNotSupported": "Converting to compatible video level",
+ "AudioBitrateNotSupported": "Converting to compatible audio bitrate",
+ "AudioChannelsNotSupported": "Converting to compatible number of audio channels",
+ "VideoResolutionNotSupported": "Converting to compatible video resolution",
+ "AudioProfileNotSupported": "Converting to compatible audio profile",
+ "AudioSampleRateNotSupported": "Converting to compatible audio sample rate",
+ "AnamorphicVideoNotSupported": "Anamorphic video not supported",
+ "InterlacedVideoNotSupported": "Deinterlacing video",
+ "SecondaryAudioNotSupported": "Selecting secondary audio track",
+ "ExternalAudioNotSupported": "Selecting external audio track",
+ "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",
+ "Offline": "Offline",
+ "HeaderSignUp": "Sign Up",
+ "ServerDownloadMessage": "To download and install the free Emby Server visit {0}",
+ "ServerDownloadMessageWithoutLink": "To download and install the free Emby Server visit the Emby website.",
+ "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",
+ "Skip": "Skip",
+ "HeaderAdditionalParts": "Additional Parts",
+ "ButtonGenerateNewPin": "Generate New Pin",
+ "ConnectLoginHelp1": "With Emby Connect you can easily access your Emby Server wherever you are and share servers with your family and friends.",
+ "CreatePinErrorMessage": "An error occurred while creating a pin code. Please click Generate New Pin to try again.",
+ "PinExpiredMessage": "The pin code has expired. Please click Generate New Pin to try again.",
+ "ConnectPinCodeHeader": "To sign in with Emby Connect, use a mobile device or computer to visit {0} and enter the following pin code:",
+ "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",
+ "Absolute": "Absolute",
+ "Smart": "Smart",
+ "Small": "Small",
+ "Smaller": "Smaller",
+ "Medium": "Medium",
+ "Large": "Large",
+ "Larger": "Larger",
+ "ExtraLarge": "Extra large",
+ "ExtraSmall": "Extra small",
+ "Forced": "Forced",
+ "External": "External",
+ "HeaderEmbeddedTitle": "Embedded Title",
+ "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.",
+ "HeaderSubtitleSettings": "Subtitle Settings",
+ "HeaderSubtitleAppearance": "Subtitle Appearance",
+ "OnlyForcedSubtitlesHelp": "Only subtitles marked as forced will be loaded.",
+ "AutoSelectHearingImpairedHelp": "Subtitles matching the language preference will be loaded, with a preference given to tracks that are marked as hearing impaired (SDH).",
+ "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": "Teksto dydis:",
+ "TheseSettingsAffectSubtitlesOnThisDevice": "These settings affect subtitles on this device",
+ "LabelDropShadow": "Drop shadow",
+ "LabelTextBackgroundColor": "Text background color",
+ "LabelWindowBackgroundColor": "Text background color",
+ "LabelFont": "Font",
+ "LabelTextColor": "Text color",
+ "LabelBackgroundColor": "Background color",
+ "LabelBackgroundOpacity": "Background opacity",
+ "Raised": "Raised",
+ "Depressed": "Depressed",
+ "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).",
+ "Normal": "Normal",
+ "HeaderWaitingForWifi": "Waiting for Wifi",
+ "WifiRequiredToDownload": "A Wifi connection is required to continue downloading.",
+ "DownloadOnlyOnWifi": "Download only on Wifi",
+ "LabelMusicDownloadQuality": "Music download quality",
+ "MusicDownloadQualityHelp": "Audio files with a higher bitrate will be converted by Emby Server. Select a higher value for better quality, or a lower value to conserve local storage space.",
+ "HeaderDownloadSettings": "Download Settings",
+ "LabelDownloadLocation": "Download location",
+ "BrowseForFolder": "BrowseForFolder",
+ "Unlimited": "Unlimited",
+ "NoLimit": "No limit",
+ "Hide": "Hide",
+ "HeaderKeepWatching": "Keep Watching",
+ "HeaderNextEpisode": "Next Episode",
+ "AudioBitDepthNotSupported": "Converting to compatible audio bit depth",
+ "VideoBitrateNotSupported": "Converting to compatible video bitrate",
+ "VideoProfileNotSupported": "Converting to compatible video profile",
+ "VideoFramerateNotSupported": "Converting to compatible video framerate",
+ "VideoBitDepthNotSupported": "Converting to compatible video bit depth",
+ "RefFramesNotSupported": "Converting to compatible number of video reference frames",
+ "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.",
+ "HeaderStopRecording": "Stop Recording",
+ "ManageRecording": "Manage recording",
+ "LabelDropImageHere": "Drag and drop image here, or click to select an image to upload.",
+ "MessageFileReadError": "There was an error reading the file. Please try again.",
+ "Browse": "Naršyti",
+ "HeaderUploadImage": "Įkelti paveikslą",
+ "HeaderAddUpdateImage": "Pridėti/Atnaujinti paveikslą",
+ "HeaderShowFields": "Rodyti laukelius",
+ "LabelView": "Žiūrėti:",
+ "LabelImageType": "Image type",
+ "Upload": "Įkelti",
+ "Primary": "Pirminis",
+ "PrimaryImageBlur": "Primary image blur",
+ "Art": "Menas",
+ "Backdrop": "Fonas",
+ "Banner": "Juosta",
+ "Box": "Viršelis",
+ "BoxRear": "Box (Rear)",
+ "Disc": "Diskas",
+ "Logo": "Logotipas",
+ "LogoDark": "Logotipas (tamsus režimas)",
+ "LogoLight": "Logotipas (šviesus režimas)",
+ "LogoLightColor": "Logotipas (šviesus su spalva)",
+ "Menu": "Meniu",
+ "Screenshot": "Ekrano nuotrauka",
+ "Thumb": "Minipav.",
+ "HeaderAudioSettings": "Garso nustatymai",
+ "LabelAudioLanguagePreference": "Garso kalbos pageidavimas:",
+ "LabelPlayDefaultAudioTrack": "Play default audio track regardless of language",
+ "HeaderVideoQuality": "Video kokybė",
+ "CinemaModeConfigurationHelp": "Cinema Intros bring the theater experience straight to your living room with the ability to play trailers and custom intros before the main feature.",
+ "ShowUpNextPreview": "Show up next preview",
+ "ShowUpNextPreviewHelp": "Show information for the next item near the end of the current one.",
+ "PlayNextEpisodeAutomatically": "Play next episode automatically",
+ "LabelMaxChromecastBitrate": "Chromecast streaming quality",
+ "LabelSkipBackLength": "Skip back length",
+ "LabelSkipForwardLength": "Skip forward length",
+ "EnableCinemaMode": "Enable Cinema Intros",
+ "LabelInternetQuality": "Interneto kokybė",
+ "LabelCellularQuality": "Remote streaming quality (cellular)",
+ "HeaderMusicQuality": "Muzikos kokybė",
+ "LabelHomeNetworkQuality": "Home streaming quality",
+ "HeaderLatestMedia": "Naujausia medija",
+ "HeaderRestartingEmbyServer": "Perkrauti Emby serverį",
+ "RestartPleaseWaitMessage": "Please wait while Emby Server shuts down and restarts. This may take a minute or two.",
+ "HeaderPlayNext": "Leisti kita",
+ "AutoBasedOnLanguageSetting": "Auto (based on device setting)",
+ "SameAsMainTheme": "Same as main theme",
+ "LabelDateTimeLocale": "Date time locale",
+ "Genre": "Žanras",
+ "DirectorValue": "Režisierius: {0}",
+ "DirectorsValue": "Režisieriai: {0}",
+ "GenreValue": "Žanras: {0}",
+ "GenresValue": "Žanrai: {0}",
+ "TagsValue": "Žymės: {0}",
+ "Off": "Išjungti",
+ "Title": "Pavadinimas",
+ "Year": "Metai",
+ "Filter": "Filter",
+ "Filters": "Filtrai",
+ "Unplayed": "Nepaleisti",
+ "LabelTVHomeScreen": "TV režimo pradinis langas:",
+ "Horizontal": "Horizontaliai",
+ "Vertical": "Vertikaliai",
+ "HeaderGroupBy": "Group By",
+ "HeaderMediaType": "Media Type",
+ "GroupBySeries": "Grupuoti laidas",
+ "HeaderVideoType": "Video tipas",
+ "HeaderSeriesStatus": "Serijos statusas",
+ "Features": "Funkcijos",
+ "Trailers": "Treileriai",
+ "Extras": "Priedai",
+ "ThemeSongs": "Teminės dainos",
+ "ThemeVideos": "Teminiai video",
+ "HeaderFavoriteMovies": "Mėgstamiausi filmai",
+ "HeaderFavoritePhotos": "Favorite Photos",
+ "HeaderFavoriteShows": "Mėgstamiausios laidos",
+ "HeaderFavoriteEpisodes": "Mėgstamiausios serijos",
+ "HeaderFavoriteVideos": "Mėgstamiausi video",
+ "HeaderFavoriteMusicVideos": "Favorite Music Videos",
+ "HeaderFavoriteGames": "Mėgstamiausi žaidimai",
+ "HeaderFavoriteArtists": "Mėgstamiausi atlikėjai",
+ "HeaderFavoriteAlbums": "Mėgstamiausi albumai",
+ "HeaderFavoriteSongs": "Mėgstamiausios dainos",
+ "HeaderFavoriteAuthors": "Favorite Authors",
+ "HeaderFavoriteAudioBooks": "Favorite Audio Books",
+ "Ascending": "Didėjančia",
+ "Descending": "Mažėjančia",
+ "HeaderColorPrimaries": "Color Primaries",
+ "HeaderColorSpace": "Color Space",
+ "HeaderColorTransfer": "Color Transfer",
+ "HeaderVideoRange": "Video rėžiai",
+ "SeriesDisplayOrderHelp": "Order episodes by air date, dvd order, or absolute numbering.",
+ "LabelVerticalPositionFromBottom": "Vertical position (from bottom)",
+ "HeaderFavoritePeople": "Mėgstamiausi žmonės",
+ "MultiSelect": "Multi-Select",
+ "HeaderSignOut": "Atsijungti",
+ "HeaderSelectServer": "Pasirinkti serverį",
+ "HeaderChangeServer": "Pakeisti serverį",
+ "HeaderChangeUser": "Change User",
+ "HeaderAppSettings": "App Settings",
+ "HeaderLoginSettings": "Prisijungimo nustatymai",
+ "LabelRememberLogin": "Atsiminti mane",
+ "LabelAutomaticallySignOut": "Automatiškai atjungti",
+ "BetaTesterMessage": "Thank you for being an Emby beta tester! Please leave feedback in the {0}Testing Area of the Emby Community{1}.",
+ "HardwareAccelerated": "Hardware accelerated",
+ "Software": "Software",
+ "Metadata": "Metadata",
+ "HeaderMediaInfo": "Media Info",
+ "Locked": "Užrakinta",
+ "HeaderSplitVersionsApart": "Split Versions Apart",
+ "Any": "Bet koks",
+ "Admin": "Administratorius",
+ "HeaderReadMore": "Daugiau",
+ "CustomRatingHelp": "A custom rating is used for parental control evaluations but is not displayed. The parental rating field is still displayed.",
+ "KeepUpToHelp": "Recordings over the limit are deleted when the next recording begins. Oldest recordings are deleted first, by date added.",
+ "NoItemsMatchingFound": "No items matching your search criteria were found.",
+ "TwoSearchCharsRequired": "Please enter at least two search characters.",
+ "PreventPlaybackContinuing": "Prevent playback from continuing indefinitely by periodically prompting for user input.",
+ "PromptStillWatching": "Enable 'Are You Still Watching?' prompt",
+ "HeaderMissingMetadata": "Missing Metadata",
+ "HeaderIncludedIn": "Included In",
+ "EmbyConnectUserAlreadyLinked": "The Emby Connect user is already linked to another user on this server.",
+ "VideoFilesWillBeConvertedTo": "Converted videos will be saved as {0}.",
+ "VideoWillBeConvertedTo": "Video streams will be converted to {0}, or copied from the original file if they are already {0} and the quality fits within the conversion options.",
+ "VideoWillBeConvertedToOrCopied": "Video streams will be converted to {0}, or copied from the original file if they are any of ({1}), and the quality fits within the conversion options.",
+ "AudioWillBeConvertedTo": "Audio streams will be converted to {0}, or copied from the original file if they are already {0} and the quality fits within the conversion options.",
+ "AudioWillBeConvertedToOrCopied": "Audio streams will be converted to {0}, or copied from the original file if they are any of ({1}), and the quality fits within the conversion options.",
+ "HeaderSpecialKeys": "Special Keys",
+ "FollowingSpecialKeys": "The following special keys are supported on most keyboards and remote controls:",
+ "HeaderDeleteSeries": "Delete Series",
+ "HeaderDeleteLastPlayedEpisode": "Delete Last Played Episode",
+ "HeaderConnectingToServer": "Jungiamasi prie serverio",
+ "ServerNameValue": "Serverio vardas: {0}",
+ "DomainValue": "Domenas: {0}",
+ "RatedValue": "Rated {0}",
+ "LocalServerRedirectMessage": "You will now be redirected to the domain owned and operated by the administrator of the server you've chosen to connect to:",
+ "AllMediaOwnedHosted": "All media is hosted and managed by the owner of {0}.",
+ "EnableResolutionSwitching": "Match video resolution",
+ "EnableResolutionSwitchingHelp": "This enables Emby to change the resolution to the same value the video was encoded in before starting playback. This may help minimize the amount of stutter/judder that you might otherwise see when playing videos which do not match up well.",
+ "EnableDisplayRefreshRateSwitching": "Enable display refresh rate switching",
+ "EnableDisplayRefreshRateSwitchingHelp": "This enables Emby to change the display refresh rate to the same value (or multiple of) as the framerate the video was encoded in before starting playback. This may help minimize the amount of stutter/judder that you might otherwise see when playing videos which do not match up well.",
+ "RememberSelectedAudioTracks": "Remember audio track selections",
+ "RememberSelectedSubtitleTracks": "Remember subtitle track selections",
+ "RememberSelectedSubtitleTracksHelp": "Subtitle track selections will be remembered on a per video basis and reapplied when playing the same video again.",
+ "RememberSelectedAudioTracksHelp": "Audio track selections will be remembered on a per video basis and reapplied when playing the same video again.",
+ "ClearSavedTrackSelections": "Clear saved track selections",
+ "HeaderClearTrackSelections": "Clear Saved Track Selections",
+ "QuestionClearSavedTracks": "Clear all saved track selections?",
+ "LabelChannelTags": "Channel tags",
+ "AfterThisPlaysConfirmation": "After this plays, do you want to keep playing or clear the music you previously queued?",
+ "Keep": "Palikti",
+ "Clear": "Ištrinti",
+ "HeaderClearFilters": "Clear Filters",
+ "HeaderSearchForImages": "Ieškoti nuotraukų",
+ "HeaderSearchNewImage": "Ieškoti naujų nuotraukų",
+ "HeaderSearchForAnImage": "Ieškoti nuotraukos",
+ "DragDropToReorder": "Drag and Drop to Reorder",
+ "HeaderAddImageFromUrl": "Add Image from URL",
+ "HeaderSetImageFromUrl": "Set Image from URL",
+ "LabelUrl": "Url:",
+ "LabelChannelNumber": "Kanalo numeris:",
+ "LabelGuideDataChannel": "Guide data channel",
+ "GuideDataSource": "Guide Data Source",
+ "HeaderCopyToClipboard": "Nukopijuoti",
+ "TimeRemainingValue": "liko {0}",
+ "LabelResumeRewindSeconds": "When resuming, automatically rewind",
+ "ResumeRewindSecondsHelp": "This may help you remember where you left off. This applies to the initial resume and not each individual pause during playback.",
+ "HeaderSavePlayQueueToPlaylist": "Save Play Queue to Playlist",
+ "EnableLogoImagesAsTitle": "Display logo images as titles on detail screens",
+ "EnableLogoImagesAsTitleHelp": "When available, logo images can be used in place of title text on video, series, and other detail screens. The title will fallback to text when a logo image is not available.",
+ "LabelNowPlayingAudioBackgroundStyle": "Now playing audio background style",
+ "LabelNowPlayingVideoBackgroundStyle": "Now playing video background style",
+ "NowPlayingVideoBackgroundStyleHelp": "Determines the background style when remote controlling video playback on another device.",
+ "Rotation": "Rotation",
+ "Minutes": "Minutes",
+ "LabelMaxRecordingLength": "Max recording length",
+ "MaxRecordingLengthHelp": "Limit recordings to a specified amount of time, regardless of the duration of the broadcast. Set to 0 for no limit.",
+ "RemoteWAN": "Remote (WAN) Address",
+ "HeaderLastConnectedTo": "Last Connection To",
+ "Version": "Version",
+ "Keyword": "Keyword",
+ "HeaderServerAddress": "Server Address",
+ "HeaderSkipIntro": "Skip Intro",
+ "HeaderCreateRecording": "Create Recording",
+ "HeaderAddRecording": "Add Recording",
+ "HeaderChannelAndTime": "Channel and Time",
+ "LabelRecordProgramOrSeriesFrom": "Record a program or series from",
+ "LabelStartTime": "Start time",
+ "LabelEndTime": "End time",
+ "LabelFrequency": "Frequency",
+ "Recurring": "Recurring",
+ "Once": "Once",
+ "Start": "Start",
+ "Unpause": "Unpause",
+ "LabelIntroSkipMode": "Intro skip mode",
+ "ShowSkipIntroButton": "Show 'Skip Intro' button",
+ "AutoSkipIntro": "Automatically skip intros",
+ "DisplayRatingInformationOnVideoPlaybackStart": "Display rating information on video playback start",
+ "DisplayRatingInformationOnVideoPlaybackStartHelp": "The rating information will display briefly when video playback begins.",
+ "IntroSkipModeHelp": "Display a 'Skip Intro' button or automatically skip intros for episodes in which Emby Server has detected intro markers. Intro detection must be enabled in Emby Server library options.",
+ "EnableHomeScreenFocusPreview": "Use a layout on the home screen that shows a detailed preview of the selected item",
+ "EnableHomeScreenFocusPreviewHelp": "This may not work well if your home screen contains a mixture of different media types.",
+ "LabelHideMediaTransportButtons": "Hide video player transport buttons",
+ "HideMediaTransportButtonsHelp": "Create a simpler on-screen playback interface by hiding basic transport buttons such as skip forward, back and pause. You'll still be able to use these functions using arrow keys and OK/Enter. Auto will hide the transport buttons when no mouse usage is detected within the app.",
+ "ImageSizeHelp": "Set your preferred size of image grids.",
+ "LabelImageSize": "Image size",
+ "ThisImageIsOnlyPreview": "This image is only a preview that came from the metadata search engine. The actual image that Emby Server downloads may be different and will depend on the options you've configured in Emby library setup.",
+ "ResultsRangeValue": "{0} to {1} of {2}",
+ "NotificationsDescription": "Setup notifications to stay informed of important events on your Emby Server.",
+ "DeleteEmbyConnectAccount": "Delete Emby Connect Account",
+ "DeleteEmbyConnectAccountHelp": "To delete your Emby Connect account, please sign in to the {0}Emby Community{1} at {2}. Once signed in, then click your username in the top right, then click Account Settings, then click Delete My Account.",
+ "KeepPlayingInBackground": "Keep playing in the background",
+ "LabelVideoBackBehavior": "Video player back button behavior",
+ "HeaderViewLyrics": "View Lyrics",
+ "HeaderViewMissingEpisodes": "View Missing Episodes",
+ "HeaderMissingEpisodes": "Missing Episodes",
+ "HeaderManageAccess": "Manage Access",
+ "HeaderManageCollaboration": "Manage Collaboration",
+ "HeaderLeaveCollaboration": "Leave Collaboration",
+ "HeaderRemoveFromLibrary": "Remove from Library",
+ "RemoveSharedItemConfirmation": "Are you sure you wish to remove this item from your library? In order to get it back the owner will need to grant you access again.",
+ "SubtitlesDownloaded": "Subtitles Downloaded",
+ "HeaderMakePrivate": "Make Private",
+ "HeaderMakePublic": "Make Public",
+ "MakePublicDescription": "All users will be able to view this item. Users can be granted access to edit.",
+ "MakePrivateDescription": "Users can still be granted access individually.",
+ "Private": "Private",
+ "Public": "Public",
+ "Collaborative": "Collaborative",
+ "PreferredShowDisplay": "Preferred TV show display",
+ "ShowAllEpisodesAllSeasons": "Show all episodes of all seasons together",
+ "ShowAllEpisodesSingleSeason": "Show all episodes for only single season shows",
+ "ShowSeasonFolders": "Always show season folders",
+ "HeaderAddAgain": "Add Again",
+ "UpNext": "Up Next",
+ "ItemsAlreadyInPlaylist": "Some of these items are already in your playlist.",
+ "ItemAlreadyInPlaylist": "This item is already in your playlist.",
+ "HeaderPlayChannel": "Play Channel",
+ "LabelScreenOrientationDuringVideo": "Screen orientation during video playback",
+ "UseDeviceSetting": "Use device setting",
+ "LockToLandscape": "Lock to landscape",
+ "UsernameForFolderHelp": "The username required to access this folder on your network (if applicable).",
+ "PasswordForFolderHelp": "The password required to access this folder on your network (if applicable).",
+ "ShowMediaInfoOnDetailScreens": "Show full media at the bottom of audio and video detail screens",
+ "ForgotPasswordNoUserFound": "No users were found with the entered name. Please try again, or leave the name blank to reset the password for all users on this server.",
+ "Silver": "Silver",
+ "DimGray": "Dim Gray",
+ "DarkGray": "Dark Gray",
+ "LightGray": "Light Gray",
+ "Black": "Black",
+ "Blue": "Blue",
+ "Cyan": "Cyan",
+ "Gray": "Gray",
+ "Green": "Green",
+ "Lime": "Lime",
+ "Magenta": "Magenta",
+ "Orange": "Orange",
+ "Pink": "Pink",
+ "Red": "Red",
+ "Yellow": "Yellow",
+ "White": "White",
+ "Purple": "Purple",
+ "RecentlyReleasedMovies": "Recently Released Movies",
+ "RecentlyReleasedEpisodes": "Recently Released Episodes",
+ "DolbyProfile": "Dolby Profile",
+ "IpAddress": "IP Address",
+ "VideoType": "Video Type",
+ "HidePlayedMediaFrom": "Hide Played Media From",
+ "BottomEdgePosition": "Bottom Edge Position",
+ "VerticalPositionFromBottomScreen": "Set the vertical position of the subtitles relative to the bottom of the screen.",
+ "TopEdgePosition": "Top Edge Position",
+ "TopEdgePositionHelp": "Set the highest allowed vertical position of the subtitles relative to the top of the screen. This is used when the subtitles contain positioning instructions to be placed at the top.",
+ "HeaderSubtitlePosition": "Subtitle Position",
+ "TitleProfilePin": "Profile PIN",
+ "ProfilePinConfirm": "Profile PIN (confirm)",
+ "SaveProfilePin": "Save Pin",
+ "ProfilePinDescription": "Create an optional pin to be prompted for entry whenever you return to an Emby app on a device that you've already signed into. This is useful if you have devices that are shared by multiple users. You can choose to enable it selectively on each device as required.",
+ "TitleNewEpisodes": "New Episodes",
+ "EnterYourPinToContinue": "Enter your PIN to continue.",
+ "YourPinMustBe": "Your PIN must be {0} digits.",
+ "ForgotPin": "Forgot PIN?",
+ "RequireEnteringPinToReturn": "Require entering my profile PIN whenever I return to this app.",
+ "RequireEnteringPinToReturnQuestion": "Should we prompt you for your profile PIN whenever you return to this app? If this device is shared by multiple users, your profile PIN can help prevent the other users from accessing your data.",
+ "RequireEnteringPinToReturnHelp": "Useful if this device is shared by multiple users.",
+ "WrongPinPleaseTryAgain": "Whoops, wrong PIN. Please try again.",
+ "ProfilePinIsOn": "Profile PIN is currently on.",
+ "IfTryingToConnectToHttp": "If you're trying to connect to your Emby Server using an HTTP address, your browser may not be allowing this due to HTTPS requirements. Please try one of the following:",
+ "SetupHttpsForYourServer": "Setup {0}HTTPS for your Emby Server{1} so that you can connect using HTTPS.",
+ "TitleUnableToReachServer": "Unable to Reach Server",
+ "TitleUnableToReachName": "Unable to Reach {0}",
+ "HearingImpaired": "Hearing Impaired",
+ "SignIntoServerName": "Sign in to {0}",
+ "About": "About",
+ "Specials": "Specials",
+ "NSettings": "{0} Settings",
+ "NPreferences": "{0} Preferences",
+ "DetailScreenOptions": "Detail Screens",
+ "LabelGenreDisplayLimit": "Genre display limit",
+ "GenreDisplayLimitHelp": "Limit the number of genres displayed at the top of item detail screens.",
+ "GenreDisplayLimitForListsHelp": "Limit the number of genres displayed at the top of playlist, collection and artist detail screens.",
+ "LabelGenreDisplayLimitForLists": "Genre display limit for lists",
+ "ShowPosterOnDetails": "Show a poster on the detail screen",
+ "ShowPosterOnDetailsHelp": "Choose to show a poster on video detail screens, or hide it for a more minimal look that emphasizes the background. This setting is not used on smaller screen layouts. Some item types will ignore this setting.",
+ "EnableAppLogging": "Enable app logging",
+ "EnableAppLoggingHelp": "Logging can degrade app performance and should only be enabled as needed for troubleshooting purposes. Changes require restarting the app.",
+ "LabelSlideshowInterval": "Photo slideshow time per slide",
+ "TVChannelImageEditorHelp": "Multiple logo versions are supported. Emby apps will automatically choose the appropiate one depending on the current theme.",
+ "PlaySlideshow": "Play Slideshow",
+ "CheckForExistingEpisodesInAllLibraries": "Check for existing episodes in all libraries",
+ "GroupNotificationsBySeriesOrAlbum": "Group notifications by series and albums",
+ "ThemeSettings": "Theme Settings",
+ "FollowingActivityWillBeDisrupted": "The following activity will be disrupted and may require manual intervention to restart:",
+ "OneActivePlaybackSession": "1 Active Playback Session",
+ "NumActivePlaybackSessions": "{0} Active Playback Sessions",
+ "OneActiveRecording": "1 Active Recording",
+ "NumActiveRecordings": "{0} Active Recordings",
+ "PlayFromLivePosition": "Play from the live position",
+ "PlayFromStartOfRecording": "Play from the start of the recording",
+ "ThisChannelIsActivelyRecording": "This channel is actively recording. How would you like to begin playing?",
+ "ThemeSongVolume": "Theme song volume",
+ "HeaderForceConversionForFormats": "Force Conversion for Formats",
+ "ForceConversionForFormatsHelp": "Use this to force server-side transcoding or remuxing for formats that don't direct play very well on this device.",
+ "StartupBehavior": "Startup behavior",
+ "RememberLastUser": "Remember last user",
+ "ShowLoginScreen": "Show login screen",
+ "SignInAsValue": "Sign in as {0}",
+ "ConvertUnsupportedAudio": "Convert unsupported surround audio to Dolby Digital",
+ "ConvertUnsupportedAudioHelp": "Avoid downmixing unsupported surround formats to stereo by having Emby Server transcode them to Dolby Digital.",
+ "HeaderPlaybackCorrection": "Playback Correction",
+ "HeaderAttemptPlaybackCorrection": "Attempt Playback Correction",
+ "PlaybackCorrectionConfirm": "Attempt playback correction?",
+ "PlaybackCorrectionDescription": "Is the current item exhibiting a playback problem such as no video or audio? This will try and correct playback issues using server transcoding to convert this file into a more streaming friendly format. This will result in increased resource consumption on this Emby Server.",
+ "PlaybackCorrectionDescription2": "You can do this up to three times per video, where remuxing, video transcoding and audio transcoding are each activated one at a time.",
+ "HeaderAlbumsAsContributingArtist": "Albums as Contributing Artist",
+ "HeaderAlbumsAsComposer": "Albums as Composer",
+ "Duplicates": "Duplicates",
+ "HeaderSleepTimer": "Sleep Timer",
+ "AfterCurrentItem": "After current item",
+ "HeaderStopPlayback": "Stop Playback",
+ "TurnOffTimer": "Turn off timer",
+ "SleepTimerIsSet": "Your sleep timer is set",
+ "SleepTimerIsOff": "Your sleep timer is off",
+ "LabelEnableRemoteControlTVMode": "Display casting and remote control functions",
+ "EnableRemoteControlTVModeHelp": "Enable if you intend to use this device to send media to other devices.",
+ "ShowOnScreenControls": "Show on-screen controls",
+ "LabelVideoScreenUpAction": "Video player up action",
+ "VideoScreenUpActionHelp": "Select the action to take when pressing the up key on the video player screen. This applies when no on-screen controls are currently visible. When controls are already visible, the up key will be used for navigation.",
+ "LabelVideoPlayerLongPressAction": "Video player long press action",
+ "LetsGetSetup": "Let's Get Set Up",
+ "VideoPlayerLongPressActionHelp": "Choose what function or menu is shown when long pressing the OK button during video playback. This only takes effect when the video controls are hidden or the seek bar has focus.",
+ "AskAdminToGetPremiere": "This purchase must be made by the server administrator. Please ask the administrator of this Emby Server to sign in and get Emby Premiere so that you can enjoy access to premium features.",
+ "AutoOpenSingleItemsFolders": "Auto open single items in folder view",
+ "AutoOpenSingleItemsFoldersHelp": "When a folder only contains one item, automatically open that item.",
+ "PlayedOnValue": "Played {0}",
+ "TheseSettingsApplyAppDevice": "These settings apply to all users playing on this device.",
+ "LastContentDateAdded": "Last Content Date Added",
+ "RepeatThemeMedia": "Play themes on repeat",
+ "HideEpisodeSpoilerInfo": "Hide spoiler information from unwatched episodes",
+ "HideEpisodeSpoilerInfoHelp": "Hides the title, overview and image for unwatched episodes on most screens.",
+ "BornValueAge": "Born: {0} (age {1})",
+ "PreferDirectStreamLiveTV": "Prefer direct streaming of Live TV",
+ "PreferDirectStreamLiveTVHelp": "Direct streaming Live TV will reduce resource consumption on your Emby Server but may not be as seekable during playback. Enabling this will direct stream Live TV when the format is supported and is within your configured quality setting. Disable this to enjoy more seeking during playback at the cost of additional resource consumption.",
+ "HeaderAllRecordings": "All Recordings",
+ "RememberLoginDescription": "After signing in, you can use the app settings to configure the startup behavior to remember login, sign in as a specific user, or always show the login screen.",
+ "ForgetThisServer": "Forget This Server",
+ "ForgetServerConfirmation": "Are you sure you wish to forget this server?",
+ "HeaderThisDevice": "This Device",
+ "ChaptersGuide": "Chapters / Live TV Guide",
+ "ChaptersGuideHelp": "Show Chapters for media with chapters. For media without chapters, show the Live TV Guide (when available).",
+ "HeaderShowSeriesImages": "Show Series Images",
+ "AppExitConfirmation": "Are you ready to exit Emby?",
+ "AppExitMenu": "Exit menu",
+ "SideMenu": "Side navigation menu",
+ "SystemStorage": "System storage ({0})"
+}
diff --git a/modules/common/strings/lv.json b/modules/common/strings/lv.json
new file mode 100644
index 0000000..ba410e6
--- /dev/null
+++ b/modules/common/strings/lv.json
@@ -0,0 +1,1340 @@
+{
+ "Close": "Close",
+ "Unrated": "Unrated",
+ "LabelSubtitlePlaybackMode": "Subtitle mode",
+ "Hide": "Hide",
+ "Genre": "Genre",
+ "Duplicates": "Duplicates",
+ "EmbyLoginTerms": "Emby is designed to help you manage your personal media library, such as home videos and photos. Please see our {0}terms of use{1}. The use of any Emby software constitutes acceptance of these terms.",
+ "MessageUnableToConnectToServer": "We're unable to connect to the selected server right now. Please ensure it is running and try again.",
+ "EmbyIntroMessage": "With Emby you can easily stream videos, music and photos to smart phones, tablets and other devices from your Emby Server.",
+ "HeaderSignInWithConnect": "Sign in with Emby Connect",
+ "HeaderWelcomeToEmby": "Welcome to Emby",
+ "HeaderNewUsers": "New Users",
+ "HeaderPleaseSignIn": "Please Sign In",
+ "MessageInvalidUser": "Invalid username or password. Please try again.",
+ "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.",
+ "ValueSpecialEpisodeName": "Special - {0}",
+ "HeaderSignIn": "Sign In",
+ "Share": "Share",
+ "Shared": "Shared",
+ "Info": "Info",
+ "Add": "Add",
+ "Speed": "Speed",
+ "PlaybackSpeed": "Playback Speed",
+ "Chapters": "Chapters",
+ "Password": "Password",
+ "SavePassword": "Save Password",
+ "LabelPassword": "Password",
+ "HeaderResetPassword": "Reset Password",
+ "Series": "Series",
+ "Preview": "Preview",
+ "Submit": "Submit",
+ "Never": "Never",
+ "Table": "Table",
+ "HeaderScheduledTasks": "Scheduled Tasks",
+ "Plays": "Plays",
+ "LastUsedAddressValue": "Last used {0}",
+ "LabelKeywordType": "Keyword type",
+ "HeaderSelectColumns": "Select Columns",
+ "HeaderTopResults": "Top Results",
+ "HeaderPinSidebar": "Pin Sidebar",
+ "Collapse": "Collapse",
+ "LabelBackgroundVideoPlayback": "Background video playback",
+ "BackgroundVideoPlaybackHelp": "Background playback allows video to keep playing even when the screen is turned off.",
+ "AlwaysOn": "Always on",
+ "HeadphonesOrExternalSpeakersConnected": "Headphones or external speakers connected",
+ "HeaderKeyboardAndRemote": "Keyboard and Remote",
+ "NoSelectedItemsSupportOperation": "There are no items selected that support this operation.",
+ "NoOperationsForSelectedItems": "There are no operations available for the selected items.",
+ "UploadOnlyOnWifi": "Upload only on Wifi",
+ "HeaderFoldersToUpload": "Folders to Upload",
+ "LabelPasswordConfirm": "Password (confirm)",
+ "HeaderMoveUpInOrder": "Move Up In Order",
+ "HeaderDownUpInOrder": "Move Down In Order",
+ "LabelUsername": "Username",
+ "HeaderAddServer": "Add Server",
+ "HeaderSubtitleOffset": "Subtitle Offset",
+ "Watching": "Watching",
+ "HeaderRemoveFromContinueWatching": "Remove from Continue Watching",
+ "RemoveThisTitleFromContinueWatching": "Remove this title from Continue Watching?",
+ "HeaderRemoveFromContinueListening": "Remove from Continue Listening",
+ "RemoveThisTitleFromContinueListening": "Remove this title from Continue Listening?",
+ "HeaderIncreaseSubtitleOffset": "Increase Subtitle Offset",
+ "HeaderDecreaseSubtitleOffset": "Decrease Subtitle Offset",
+ "HeaderSeeAll": "See All",
+ "HeaderOpenInNewWindow": "Open in New Window",
+ "LabelEmail": "Email",
+ "LabelHost": "Host",
+ "LabelHostHelp": "Example: 192.168.1.100 or https://myserver.com",
+ "LabelPort": "Port",
+ "Disabled": "Disabled",
+ "Uninstall": "Uninstall",
+ "Enable": "Enable",
+ "AllTuners": "All Tuners",
+ "Disable": "Disable",
+ "NextValue": "Next: {0}",
+ "HeaderNextItem": "Next Item",
+ "HeaderPreviousItem": "Previous Item",
+ "NoTrailersMessage": "No Trailers found. To add Trailers, please install the Trailer plugin from the {0}Emby plugin catalog{1}.",
+ "UninstallPluginConfirmation": "Are you sure you wish to uninstall this plugin?",
+ "HeaderUninstallPlugin": "Uninstall Plugin",
+ "AreYouStillWatching": "Are you still watching?",
+ "LabelCurrentPassword": "Current password",
+ "LabelNewPassword": "New password",
+ "LabelNewPasswordConfirm": "New password confirm",
+ "HeaderRemovePassword": "Remove Password",
+ "ServerUpdateNeeded": "This Emby Server needs to be updated. To download the latest version, please visit {0}",
+ "MessageThankYouForConnectSignUp": "Thank you for signing up for Emby Connect. An email will be sent to your address with instructions on how to confirm your new account. Please confirm the account and then return here to sign in.",
+ "MessageThankYouForConnectSignUpNoValidation": "Thank you for signing up for Emby Connect! You will now be asked to login with your Emby Connect information.",
+ "ErrorMessagePasswordNotMatchConfirm": "The password and password confirmation must match.",
+ "ErrorMessageUsernameInUse": "The username is already in use. Please choose a new name and try again.",
+ "ErrorMessageEmailInUse": "The email address is already in use. Please enter a new email address and try again, or use the forgot password feature.",
+ "HeaderUpcomingOnTV": "Upcoming On Live TV",
+ "HeaderOtherShowings": "Other Showings",
+ "Showings": "Showings",
+ "HeaderConnectToServer": "Connect to Server",
+ "ConnectToServerManually": "Connect to server manually",
+ "LabelEnterConnectUserNameHelp": "This is the email address that you used to setup your Emby Connect account.",
+ "HeaderSignInError": "Sign In Error",
+ "HeaderManualLogin": "Manual Login",
+ "PasswordResetConfirmation": "Are you sure you wish to reset the password?",
+ "ContactAdminToResetPassword": "Please contact your system administrator to reset your password.",
+ "ForgotPasswordInNetworkRequired": "Please try again within your home network to initiate the password reset process.",
+ "ForgotPasswordFileCreated": "The following file has been created on your server and contains instructions on how to proceed:",
+ "ForgotPasswordFileExpiration": "The reset pin will expire at {0}.",
+ "InvalidForgotPasswordPin": "An invalid or expired pin was entered. Please try again.",
+ "PasswordResetForUsers": "Passwords have been removed for the following users. To login, sign in with a blank password.",
+ "HeaderForgotPassword": "Forgot Password?",
+ "ForgotPasswordUsernameHelp": "Leave this blank if you don't remember your username.",
+ "HeaderPasswordReset": "Password Reset",
+ "AttributeNew": "New",
+ "Done": "Done",
+ "HeaderResetToDefault": "Reset to Default",
+ "Deinterlacing": "Deinterlacing",
+ "HeaderBurningInSubtitles": "Burning in Subtitles",
+ "Premiere": "Premiere",
+ "LabelPinCode": "Pin code",
+ "LabelLocalNetworkPinCode": "Local network pin code",
+ "LabelLocalNetworkPasswordMode": "Local network sign in mode",
+ "RequirePasswordInLocalNetwork": "Require a password on the local network",
+ "NoPasswordInLocalNetwork": "Don't require a password on the local network",
+ "PinCodeInLocalNetwork": "Allow a numeric pin code on the local network",
+ "LocalNetworkPasswordModeHelp": "Select the sign in method for devices on the same local network as your Emby Server.",
+ "HeaderLocalNetworkAccess": "Local Network Access",
+ "Live": "Live",
+ "Reset": "Reset",
+ "Repeat": "Repeat",
+ "Track": "Track",
+ "Tracks": "Tracks",
+ "HeaderCameraUpload": "Camera Upload",
+ "TrackCount": "{0} Tracks",
+ "ItemCount": "{0} Items",
+ "NumberChannelsValue": "{0} Channels",
+ "HeaderLatestMusic": "Latest Music",
+ "HeaderLatestAudioBooks": "Latest Audio Books",
+ "HeaderLatestDownloadedVideos": "Latest Downloaded Videos",
+ "HeaderRecentlyPlayed": "Recently Played",
+ "Recent": "Recent",
+ "HeaderFrequentlyPlayed": "Frequently Played",
+ "HeaderMoreLikeThis": "More Like This",
+ "HeaderMoreLikeThisOnLiveTV": "More Like This on Live TV",
+ "OriginalAirDateValue": "Original air date: {0}",
+ "EndsAtValue": "Ends at {0}",
+ "Date": "Date",
+ "AirDate": "Air Date",
+ "Played": "Played",
+ "Daily": "Daily",
+ "Weekly": "Weekly",
+ "RequireHashMatch": "Require a hash match",
+ "RequireHashMatchHelp": "Requiring a hash match will filter subtitles to include only those that have been tested with your exact video file. Unchecking this will increase the number of matched subtitles, but will also increase the chances of mistimed or incorrect subtitle text.",
+ "SearchForForcedSubtitlesOnly": "Forced subtitles only",
+ "SearchForForcedSubtitlesOnlyHelp": "Requiring forced subtitles will limit results to subtitles that are tagged as having a foreign language.",
+ "LastEpisodeDateAdded": "Last Episode Date Added",
+ "LastEpisodeDateAired": "Last Episode Date Released",
+ "LabelPlaystate": "Playstate",
+ "Studio": "Studio",
+ "Tag": "Tag",
+ "EpisodeTitle": "Episode Title",
+ "Audio": "Audio",
+ "Video": "Video",
+ "Subtitle": "Subtitle",
+ "Image": "Image",
+ "CopyStream": "Copy original stream",
+ "LabelAudioLayout": "Audio layout",
+ "LabelAudioCodec": "Audio codec",
+ "LabelAudioLanguage": "Audio language",
+ "LabelSubtitleLanguage": "Subtitle language",
+ "LabelVideoCodec": "Video codec",
+ "LabelSubtitleCodec": "Subtitle codec",
+ "LabelParentalRating": "Parental rating",
+ "BecauseYouLikeValue": "Because you like {0}",
+ "BecauseYouWatchedValue": "Because you watched {0}",
+ "DirectedByValue": "Directed by {0}",
+ "StarringValue": "Starring {0}",
+ "Invitations": "Invitations",
+ "ActorAsRole": "as {0}",
+ "ButtonOk": "OK",
+ "GroupItemsIntoCollections": "Group items into collections",
+ "GroupItemsIntoCollectionsHelp": "Group items based on collections they've been added to. Enabling certain filters or sort orders may automatically disable this.",
+ "GroupItemsIntoTags": "Group items into tags",
+ "GroupItemsIntoTagsHelp": "Group items based on tags they've been added to. Enabling certain filters or sort orders may automatically disable this.",
+ "User": "User",
+ "Access": "Access",
+ "Users": "Users",
+ "Library": "Library",
+ "Devices": "Devices",
+ "Cancel": "Cancel",
+ "Restart": "Restart",
+ "Shutdown": "Shutdown",
+ "Logs": "Logs",
+ "Visibility": "Visibility",
+ "Notifications": "Notifications",
+ "SendTestNotification": "Send Test Notification",
+ "NotificationSent": "Notification sent",
+ "DeleteNotificationConfirmation": "Are you sure you wish to delete this notification?",
+ "DeleteNotification": "Delete Notification",
+ "AddNotification": "Add Notification",
+ "EditNotification": "Edit Notification",
+ "LimitUserEventsTo": "Limit user events to",
+ "LimitLibraryEventsTo": "Limit library events to",
+ "LimitDeviceEventsTo": "Limit devices events to",
+ "ForAdditionalNotificationOptions": "Additional notification services can be installed by the server administrator in the Emby {0}plugin catalog{1}.",
+ "Plugins": "Plugins",
+ "Systems": "Systems",
+ "Server": "Server",
+ "Dashboard": "Dashboard",
+ "PlayOnAnotherDevice": "Play on another device",
+ "HeaderConnectionHelp": "Connection Help",
+ "AccessRestrictedTryAgainLater": "Access is currently restricted. Please try again later.",
+ "ButtonGotIt": "Got It",
+ "RememberMe": "Remember me",
+ "EmbyServer": "Emby Server",
+ "ManageEmbyServer": "Manage Emby Server",
+ "ShutdownServer": "Shutdown Emby Server",
+ "RestartServer": "Restart Emby Server",
+ "RecordingCancelled": "Recording Cancelled",
+ "SeriesCancelled": "Series Cancelled",
+ "Recording": "Recording",
+ "SeriesRecording": "Series Recording",
+ "RecordingScheduled": "Recording Scheduled",
+ "SeriesRecordingScheduled": "Series Recording Scheduled",
+ "HeaderNewRecording": "New Recording",
+ "HeaderWakeServer": "Wake Server",
+ "AttemptingWakeServer": "Attempting to wake server. Please wait...",
+ "WakeServerSuccess": "Success!",
+ "HeaderCustomizeHomeScreen": "Customize Home Screen",
+ "WakeServerError": "Wake On LAN packets were sent to your server machine, but we're unable to connect to your Emby Server. Your machine may need a little more time to wake, or Emby Server may not be actively running on the machine.",
+ "Days": "Days",
+ "Network": "Network",
+ "Networks": "Networks",
+ "SortByValue": "Sort by {0}",
+ "HeaderSortBy": "Sort By",
+ "HeaderPhotoAlbums": "Photo Albums",
+ "Photos": "Photos",
+ "HeaderAppearsOn": "Appears On",
+ "List": "List",
+ "HeaderRecordSeries": "Record Series",
+ "HeaderCinemaMode": "Cinema Intros",
+ "Conversions": "Conversions",
+ "Downloads": "Downloads",
+ "HeaderManageDownloads": "Manage Downloads",
+ "InternalStorage": "Internal storage",
+ "ExternalStorage": "External storage",
+ "UploadToFollowingServers": "Upload to Servers",
+ "UploadingNumItems": "Uploading {0} of {1}",
+ "DownloadNumItems": "Downloading {0} of {1}",
+ "HeaderSampleRate": "Sample Rate",
+ "HeaderReferenceFrames": "Reference Frames",
+ "HeaderBitDepth": "Bit Depth",
+ "HeaderPixelFormat": "Pixel Format",
+ "Profile": "Profile",
+ "Bitrate": "Bitrate",
+ "Expand": "Expand",
+ "Container": "Container",
+ "Format": "Format",
+ "Path": "Path",
+ "Size": "Size",
+ "Resolution": "Resolution",
+ "HeaderCodecTag": "Codec Tag",
+ "Framerate": "Framerate",
+ "Interlaced": "Interlaced",
+ "Anamorphic": "Anamorphic",
+ "Level": "Level",
+ "Timestamp": "Timestamp",
+ "Language": "Language",
+ "Codec": "Codec",
+ "Stream": "Stream",
+ "HeaderExtradata": "Extra Data",
+ "HeaderHardwareAcceleratedTranscoding": "Hardware Accelerated Transcoding",
+ "HeaderHardwareAcceleratedTranscodingDescription": "Take advantage of your server GPU. Emby has the most advanced and fastests hardware accelleration in the industry.",
+ "HeaderOfflineDownloads": "Offline Media",
+ "AndMuchMoreExclamation": "And much more!",
+ "HeaderOfflineDownloadsDescription": "Download media to your devices for easy offline use.",
+ "LiveTvFeatureDescription": "Stream Live TV to any Emby app, with a compatible TV tuner device installed on your Emby Server.",
+ "DvrFeatureDescription": "Schedule individual Live TV recordings, series recordings, and more with Emby DVR.",
+ "CinemaModeFeatureDescription": "Cinema Intros give you the true cinema experience with trailers and custom intros before the main feature.",
+ "HeaderFreeApps": "Free Emby Apps",
+ "FreeAppsFeatureDescription": "Enjoy free access to Emby apps for your devices.",
+ "HeaderBecomeProjectSupporter": "Get Emby Premiere",
+ "HeaderViewServerInfo": "View Server Info",
+ "PlaybackTvModeRequiresEmbyPremiere": "Media playback in TV mode requires an active {0}Emby Premiere subscription{1}.",
+ "FeatureRequiresEmbyPremiere": "This feature requires an active {0}Emby Premiere subscription{1}.",
+ "HeaderConvertYourRecordings": "Convert Your Recordings",
+ "Record": "Record",
+ "Save": "Save",
+ "Edit": "Edit",
+ "HeaderSavePlaylist": "Save Playlist",
+ "Latest": "Latest",
+ "Download": "Download",
+ "Downloaded": "Downloaded",
+ "Converted": "Converted",
+ "RemoveFromHistory": "Remove from History",
+ "ConfirmRemoveFromHistory": "Remove this item from the history?",
+ "Downloading": "Downloading",
+ "Advanced": "Advanced",
+ "LinkedToEmbyConnect": "Linked to Emby Connect",
+ "Delete": "Delete",
+ "Both": "Both",
+ "LabelChannelDisplay": "Channel display",
+ "HeaderDeleteItem": "Delete Item",
+ "HeaderDeleteUser": "Delete User",
+ "DeleteItemConfirmation": "Are you sure you wish to delete {0}?",
+ "DeleteUserConfirmation": "Are you sure you wish to delete user {0}?",
+ "DeleteUsersConfirmation": "Are you sure you wish to delete these {0} users?",
+ "HeaderDeleteDevice": "Delete Device",
+ "DeleteDeviceConfirmation": "Are you sure you wish to delete this device? It will reappear the next time a user signs in with it.",
+ "ConfirmDeleteItem": "Deleting this item will delete it from both the file system and your media library.",
+ "FollowingFilesWillBeDeleted": "The following files and folders will be deleted:",
+ "AreYouSureToContinue": "Are you sure you wish to continue?",
+ "Refresh": "Refresh",
+ "RefreshingMetadataDots": "Refreshing metadata...",
+ "ScanningLibraryFilesDots": "Scanning library files...",
+ "HeaderFavoritesThenByChannelNumber": "Favorites, Then by Channel Number",
+ "HeaderAddToCollection": "Add to Collection",
+ "HeaderFavoritesThenByTitle": "Favorites, Then by Title",
+ "HeaderFavoritesThenByDefault": "Favorites, Then by Default Channel Order",
+ "HeaderDefaultChannelOrder": "Default Channel Order",
+ "HeaderAddToFavorites": "Add to Favorites",
+ "HeaderRemoveFromFavorites": "Remove from Favorites",
+ "Favorited": "Favorited",
+ "Unfavorited": "Unfavorited",
+ "HeaderNewCollection": "New Collection",
+ "HeaderNewPlaylist": "New Playlist",
+ "AllCollections": "All Collections",
+ "AllPlaylists": "All Playlists",
+ "Create": "Create",
+ "HeaderAddedToPlaylist": "Added to Playlist",
+ "HeaderAddedToCollection": "Added to Collection",
+ "OneItemAddedTo": "1 item added to \"{0}\".",
+ "ItemsAddedTo": "{0} items added to \"{1}\".",
+ "HeaderAddedToPlayQueue": "Added to Play Queue",
+ "HeaderPlayingNext": "Playing Next",
+ "Help": "Help",
+ "HeaderGetHelp": "Get Help",
+ "LabelTVDisplayMode": "Enable TV display mode",
+ "Desktop": "Desktop",
+ "Mobile": "Mobile / Tablet",
+ "Navigation": "Navigation",
+ "HeaderVideoPlayback": "Video Playback",
+ "TV": "TV",
+ "HeaderEmbyConnect": "Emby Connect",
+ "Seasons": "Seasons",
+ "OneTrack": "1 Track",
+ "OneSeason": "1 Season",
+ "Libraries": "Libraries",
+ "NumberSeasonsValue": "{0} Seasons",
+ "TVDisplayModeHelp": "Optimize the user interface on this device for display on a TV and input method with a remote control. This is generally not recommended if your primary input method is a mouse or is touch-based.",
+ "LabelDisplayLanguage": "Display language",
+ "LabelDisplayLanguageHelp": "Translating Emby is an ongoing project.",
+ "LearnHowYouCanContribute": "Learn how you can contribute.",
+ "NewCollectionHelp": "Collections allow you to create personalized groupings of movies and other library content.",
+ "SearchForCollectionInternetMetadata": "Search the internet for artwork and 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",
+ "ServerStartup": "Server Startup",
+ "EmbyServerOnXHasStarted": "Emby Server on {0} has started.",
+ "LabelScreensaver": "Screensaver",
+ "LabelSoundEffects": "Sound effects",
+ "LabelName": "Name",
+ "NewCollectionNameExample": "Example: Star Wars Collection",
+ "MessageItemsAdded": "Items added.",
+ "OptionNew": "New...",
+ "LabelPlaylist": "Playlist",
+ "AddToPlaylist": "Add to playlist",
+ "HeaderAddToPlaylist": "Add to Playlist",
+ "Subtitles": "Subtitles",
+ "LabelTheme": "Theme",
+ "LabelSettingsTheme": "Settings theme",
+ "LabelThemeAccentColor": "Accent color",
+ "ThemeAccentColorDescription": "Controls the color of important indicators, icons and text.",
+ "SearchForSubtitles": "Search for Subtitles",
+ "LabelLanguage": "Language",
+ "Search": "Search",
+ "NoSubtitleSearchResultsFound": "No results found. Have you configured {0}subtitle downloading{1}?",
+ "NoLyricsSearchResultsFound": "No results found. Have you configured {0}lyrics downloading{1}?",
+ "Lyrics": "Lyrics",
+ "SearchForLyrics": "Search for Lyrics",
+ "Finish": "Finish",
+ "File": "File",
+ "Exit": "Exit",
+ "Sleep": "Sleep",
+ "Setup": "Setup",
+ "MessageAreYouSureDeleteSubtitles": "Are you sure you wish to delete this subtitle file?",
+ "ConfirmDeletion": "Confirm Deletion",
+ "MySubtitles": "My Subtitles",
+ "MessageDownloadQueued": "Download queued.",
+ "HeaderEditSubtitles": "Edit Subtitles",
+ "UnlockGuide": "Unlock Guide",
+ "HeaderRefreshMetadata": "Refresh Metadata",
+ "HeaderRefreshAllMetadata": "Refresh All Metadata",
+ "ReplaceExistingImages": "Replace existing images",
+ "ReplaceExistingImagesHelp": "All existing images will be deleted and new ones will be downloaded based on the options for the library. In some cases this may result in fewer available images than before.",
+ "ReplaceExistingThumbnailImages": "Replace existing video preview thumbnails",
+ "ReplaceExistingThumbnailImagesHelp": "All existing video preview thumbnails will be deleted and new ones will be generated, if enabled in the options for the library.",
+ "ReplaceAllMetadata": "Replace all metadata",
+ "SearchForMissingMetadata": "Search for missing metadata",
+ "LabelRefreshMode": "Refresh mode",
+ "NoItemsFound": "No items found.",
+ "HeaderSaySomethingLike": "Say Something Like...",
+ "ButtonTryAgain": "Try Again",
+ "HeaderYouSaid": "You Said...",
+ "MessageWeDidntRecognizeCommand": "We're sorry, we didn't recognize that command.",
+ "MessageIfYouBlockedVoice": "If you denied voice access to the app you'll need to reconfigure before trying again.",
+ "ValueDiscNumber": "Disc {0}",
+ "Favorite": "Favorite",
+ "Like": "Like",
+ "Dislike": "Dislike",
+ "RefreshDialogHelp": "Metadata is updated with new data based on settings and metadata providers that are enabled in Emby library setup.",
+ "Open": "Open",
+ "Play": "Play",
+ "Pause": "Pause",
+ "HeaderPlayQueue": "Play Queue",
+ "HeaderAddToPlayQueue": "Add to Play Queue",
+ "Shuffle": "Shuffle",
+ "Identify": "Identify",
+ "HeaderRemoveIdentification": "Remove Identification",
+ "ResetMetadataConfirmation": "Are you sure you wish to reset all metadata?",
+ "HeaderEditMetadata": "Edit Metadata",
+ "Convert": "Convert",
+ "Resume": "Resume",
+ "HeaderInstantMix": "Instant Mix",
+ "HeaderGoToItem": "Go to Item",
+ "HeaderGoToSeason": "Go to Season",
+ "HeaderGoToSeries": "Go to Series",
+ "HeaderGoToAlbum": "Go to Album",
+ "HeaderGoToArtist": "Go to Artist",
+ "HeaderPlayAll": "Play All",
+ "PictureInPicture": "Picture in picture",
+ "Fullscreen": "Full screen",
+ "ExitFullscreen": "Exit full screen",
+ "Rewind": "Rewind",
+ "FastForward": "Fast-forward",
+ "Remove": "Remove",
+ "Rename": "Rename",
+ "Queue": "Queue",
+ "QueueAllFromHere": "Queue all from here",
+ "PlayAllFromHere": "Play all from here",
+ "PlayFromBeginning": "Play From Beginning",
+ "FromBeginning": "From Beginning",
+ "ResumeAt": "Resume from {0}",
+ "HeaderRemoveFromPlaylist": "Remove from Playlist",
+ "HeaderRemoveFromPlayQueue": "Remove from Play Queue",
+ "HeaderRemoveFromCollection": "Remove from Collection",
+ "Sort": "Sort",
+ "Trailer": "Trailer",
+ "SelectNone": "Select None",
+ "SelectAll": "Select All",
+ "HeaderMarkPlayed": "Mark Played",
+ "HeaderMarkUnplayed": "Mark Unplayed",
+ "HeaderGroupVersions": "Group Versions",
+ "PleaseSelectTwoItems": "Please select at least two items.",
+ "HeaderConfirmRecordingCancellation": "Confirm Recording Cancellation",
+ "MessageConfirmRecordingCancellation": "Cancel recording?",
+ "Album": "Album",
+ "AlbumArtist": "Album Artist",
+ "Error": "Error",
+ "VoiceInput": "Voice Input",
+ "LabelContentType": "Content type",
+ "LabelPath": "Path",
+ "Playlists": "Playlists",
+ "LabelTitle": "Title",
+ "LabelOriginalTitle": "Original title",
+ "LabelSortTitle": "Sort title",
+ "LabelDateAdded": "Date added",
+ "DateAdded": "Date Added",
+ "DateCreated": "Date Created",
+ "DateModified": "Date Modified",
+ "DatePlayed": "Date Played",
+ "DateLastActive": "Date Last Active",
+ "ConfigureDateAdded": "Configure how date added is determined in the Emby Server dashboard under Library settings",
+ "LabelStatus": "Status",
+ "LabelArtistsHelp": "Separate multiple using ;",
+ "HeaderAlbumArtists": "Album Artists",
+ "LabelAlbumArtists": "Album artists",
+ "LabelAlbum": "Album",
+ "Artist": "Artist",
+ "Artists": "Artists",
+ "ImdbRating": "IMDb Rating",
+ "CommunityRating": "Community Rating",
+ "LabelCommunityRating": "Community rating",
+ "LabelCriticRating": "Critic rating",
+ "CriticRating": "Critic Rating",
+ "LabelWebsite": "Website",
+ "Tagline": "Tagline",
+ "LabelOverview": "Overview",
+ "LabelShortOverview": "Short overview",
+ "LabelReleaseDate": "Release date",
+ "LabelPlaceOfBirth": "Place of birth",
+ "Aired": "Aired",
+ "LabelAirDays": "Air days",
+ "LabelAirTime": "Air time",
+ "LabelRuntimeMinutes": "Run time (minutes)",
+ "LabelCustomRating": "Custom rating",
+ "LabelOriginalAspectRatio": "Original aspect ratio",
+ "Label3DFormat": "3D format",
+ "FormatValue": "Format: {0}",
+ "DownloadsValue": "{0} Downloads",
+ "HashMatch": "Hash Match",
+ "EnableExternalVideoPlayers": "Enable external video players",
+ "EnableExternalVideoPlayersHelp": "An external player menu will be shown when starting video playback.",
+ "HeaderSpecialEpisodeInfo": "Special Episode Info",
+ "LabelAirsDuringSeason": "Airs during season",
+ "LabelAirsAfterSeason": "Airs after season",
+ "LabelAirsBeforeEpisode": "Airs before episode",
+ "HeaderExternalIds": "External Ids",
+ "HeaderDisplaySettings": "Display Settings",
+ "PlaylistOrder": "Playlist Order",
+ "CollectionOrder": "Collection Order",
+ "LabelDisplayOrder": "Display order",
+ "LabelFileOrder": "File order",
+ "Display": "Display",
+ "Countries": "Countries",
+ "Genres": "Genres",
+ "Studios": "Studios",
+ "Tags": "Tags",
+ "Links": "Links",
+ "Movie": "Movie",
+ "Program": "Program",
+ "Channel": "Channel",
+ "Episode": "Episode",
+ "Season": "Season",
+ "HeaderMetadataSettings": "Metadata Settings",
+ "People": "People",
+ "Number": "Number",
+ "Lock": "Lock",
+ "HeaderScreenLocked": "Screen Locked",
+ "HeaderUnlockControls": "Unlock Controls",
+ "HeaderTapToUnlock": "Tap to Unlock",
+ "LabelMetadataDownloadLanguage": "Preferred metadata download language",
+ "LabelImageDownloadLanguage": "Preferred image download language",
+ "LabelLockItemToPreventChanges": "Lock this item to prevent future changes",
+ "LockThisField": "Lock this field to prevent future changes when refreshing metadata",
+ "MessageLeaveEmptyToInherit": "Leave empty to inherit settings from a parent item, or the global default value.",
+ "LabelCountry": "Country",
+ "LabelCertificationCountry": "Certification country",
+ "CertificationCountryHelp": "This will influence which content rating system is used.",
+ "LabelDynamicExternalId": "{0} Id",
+ "LabelBirthYear": "Birth year",
+ "LabelBirthDate": "Birth date",
+ "LabelDeathDate": "Death date",
+ "LabelEndDate": "End date",
+ "LabelSeasonNumber": "Season number",
+ "LabelEpisodeNumber": "Episode number",
+ "LabelTrackNumber": "Track number",
+ "LabelNumber": "Number",
+ "LabelDiscNumber": "Disc number",
+ "LabelParentNumber": "Parent number",
+ "SortName": "Sort Title",
+ "OriginalTitle": "Original Title",
+ "ReleaseDate": "Release Date",
+ "Continuing": "Continuing",
+ "Ended": "Ended",
+ "HeaderEnabledFields": "Enabled Fields",
+ "HeaderEnabledFieldsHelp": "Uncheck a field to lock it and prevent its data from being changed.",
+ "Backdrops": "Backdrops",
+ "Images": "Images",
+ "Runtime": "Runtime",
+ "ProductionLocations": "Production locations",
+ "BirthLocation": "Birth location",
+ "ParentalRating": "Parental Rating",
+ "PlayCount": "Play count",
+ "Name": "Name",
+ "Overview": "Overview",
+ "LabelType": "Type",
+ "LabelPersonRole": "Role",
+ "LabelPersonRoleHelp": "Example: Ice cream truck driver",
+ "Actor": "Actor",
+ "Composers": "Composers",
+ "Composer": "Composer",
+ "Director": "Director",
+ "GuestStar": "Guest star",
+ "Producer": "Producer",
+ "Writer": "Writer",
+ "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.",
+ "InstallingPackage": "Installing {0}",
+ "PackageInstallCompleted": "{0} installation completed.",
+ "PackageInstallFailed": "{0} installation failed.",
+ "PackageInstallCancelled": "{0} installation cancelled.",
+ "SeriesYearToPresent": "{0} - Present",
+ "OneDevice": "1 Device",
+ "DeviceCountValue": "{0} Devices",
+ "OneLog": "1 Log",
+ "LogCountValue": "{0} Logs",
+ "OneVote": "1 Vote",
+ "VoteCountValue": "{0} Votes",
+ "OneLike": "1 Like",
+ "LikeCountValue": "{0} Likes",
+ "OneUser": "1 User",
+ "UserCountValue": "{0} Users",
+ "OneLibrary": "1 Library",
+ "LibraryCountValue": "{0} Libraries",
+ "ValueOneItem": "1 Item",
+ "ValueOneEpisode": "1 episode",
+ "ValueEpisodeCount": "{0} episodes",
+ "Albums": "Albums",
+ "Song": "Song",
+ "Songs": "Songs",
+ "Authors": "Authors",
+ "Books": "Books",
+ "AudioBooks": "Audio books",
+ "HeaderAudioBooks": "Audio Books",
+ "HeaderAudioBook": "Audio Book",
+ "HeaderIdentifyItemHelp": "Enter one or more search criteria. Remove criteria to increase search results.",
+ "PleaseEnterNameOrId": "Please enter a name or an external Id.",
+ "MessageItemSaved": "Item saved.",
+ "SearchResults": "Search Results",
+ "ServerNameIsRestarting": "Emby Server - {0} is restarting.",
+ "ServerNameIsShuttingDown": "Emby Server - {0} is shutting down.",
+ "HeaderDeleteItems": "Delete Items",
+ "ConfirmDeleteItems": "Deleting these items will delete them from both the file system and your media library.",
+ "PleaseRestartServerName": "Please Restart Emby Server on {0}",
+ "ConvertingDots": "Converting...",
+ "LabelSyncNoTargetsHelp": "It looks like you don't currently have any apps that support offline downloading.",
+ "DownloadingDots": "Downloading...",
+ "LearnMore": "Learn more",
+ "LabelBitrateMbps": "Bitrate (Mbps)",
+ "ConvertUnwatchedVideosOnly": "Convert unplayed videos only",
+ "SyncUnwatchedVideosOnly": "Download unplayed videos only",
+ "ConvertUnwatchedVideosOnlyHelp": "Only videos that are not marked as fully played will be converted.",
+ "SyncUnwatchedVideosOnlyHelp": "Only videos that are not marked as fully played will be downloaded, and videos will be removed from the device as they are fully played.",
+ "AutomaticallySyncNewContent": "Automatically download new content",
+ "AutomaticallySyncNewContentHelp": "New content added to this folder will be automatically downloaded to the device.",
+ "AutomaticallyConvertNewContent": "Automatically convert new content",
+ "AutomaticallyConvertNewContentHelp": "New content added to this folder will be automatically converted.",
+ "LabelItemLimit": "Item limit",
+ "ConvertItemLimitHelp": "Optional. Set a limit to the number of items that will be converted.",
+ "DownloadItemLimitHelp": "Optional. Set a limit to the number of items that will be downloaded.",
+ "PleaseSelectDeviceToSyncTo": "Please select a device to download to.",
+ "Screenshots": "Screenshots",
+ "MoveRight": "Move right",
+ "MoveLeft": "Move left",
+ "HeaderUploadNewImage": "Upload New Image",
+ "HeaderDeleteImage": "Delete Image",
+ "ConfirmDeleteImage": "Delete image?",
+ "HeaderEditImages": "Edit Images",
+ "Settings": "Settings",
+ "ShowIndicatorsFor": "Show Indicators",
+ "Episodes": "Episodes",
+ "Programs": "Programs",
+ "HeaderCastCrew": "Cast & Crew",
+ "DvrSubscriptionRequired": "Emby Live TV & DVR require an active {0}Emby Premiere subscription{1}.",
+ "HeaderCancelRecording": "Cancel Recording",
+ "HeaderKeepRecording": "Keep Recording",
+ "HeaderCancelSeries": "Cancel Series",
+ "HeaderKeepSeries": "Keep Series",
+ "HeaderLearnMore": "Learn More",
+ "SeriesSettings": "Series settings",
+ "HeaderRecordingOptions": "Recording Options",
+ "HeaderDoNotRecord": "Do not record",
+ "HeaderSeriesOptions": "Series Options",
+ "Layout": "Layout",
+ "Channels": "Channels",
+ "ChannelNameOnly": "Channel {0} only",
+ "Anytime": "Anytime",
+ "AnyLanguage": "Any language",
+ "AroundTime": "Around {0}",
+ "HeaderLatestMovies": "Latest Movies",
+ "All": "All",
+ "Stop": "Stop",
+ "AllChannels": "All channels",
+ "NewEpisodesOnly": "New episodes only",
+ "AllEpisodes": "All episodes",
+ "LabelStartWhenPossible": "Start when possible",
+ "LabelStopWhenPossible": "Stop when possible",
+ "MinutesBefore": "minutes before",
+ "MinutesAfter": "minutes after",
+ "SkipEpisodesAlreadyInMyLibrary": "Don't record episodes that are already in my library",
+ "SkipEpisodesAlreadyInMyLibraryHelp": "Episodes will be compared using season and episode numbers, when available.",
+ "LabelKeepUpTo": "Keep up to",
+ "AsManyAsPossible": "As many as possible",
+ "DefaultErrorMessage": "There was an error processing the request. Please try again later.",
+ "UntilIDelete": "Until I delete",
+ "UntilSpaceNeeded": "Until space needed",
+ "Categories": "Categories",
+ "Sports": "Sports",
+ "News": "News",
+ "Movies": "Movies",
+ "Music": "Music",
+ "Kids": "Kids",
+ "MoreFromValue": "More from {0}",
+ "DiedValue": "Died: {0}",
+ "BornValue": "Born: {0}",
+ "EnableColorCodedBackgrounds": "Apply colored backgrounds to shows, based on their category",
+ "SortChannelsBy": "Sort channels by",
+ "ChannelNumber": "Channel Number",
+ "HeaderBenefitsEmbyPremiere": "Benefits of Emby Premiere",
+ "ThankYouForTryingEnjoyOneMinute": "Please enjoy one minute of playback. Thank you for trying Emby.",
+ "HeaderTryPlayback": "Try Playback",
+ "HowDidYouPay": "How did you pay?",
+ "IHaveEmbyPremiere": "I have Emby Premiere",
+ "IPurchasedThisApp": "I purchased this app",
+ "ButtonRestorePreviousPurchase": "Restore Purchase",
+ "ButtonUnlockWithPurchase": "Unlock with Purchase",
+ "ButtonUnlockPrice": "Unlock {0}",
+ "EmbyPremiereMonthlyWithPrice": "Emby Premiere Monthly {0}",
+ "HeaderAlreadyPaid": "Already Paid?",
+ "ButtonPlayOneMinute": "Play One Minute",
+ "PlaceFavoriteChannelsAtBeginning": "Place favorite channels at the beginning",
+ "HeaderUnlockFeature": "Unlock Feature",
+ "MessageDidYouKnowCinemaMode": "Did you know that with Emby Premiere, you can enhance your experience with features like Cinema Intros?",
+ "HeaderPlayMyMedia": "Play my Media",
+ "HeaderDiscoverEmbyPremiere": "Discover Emby Premiere",
+ "HeaderNowPlaying": "Now Playing",
+ "Items": "Items",
+ "AppName": "App Name",
+ "OneChannel": "One channel",
+ "ConfirmRemoveDownload": "Remove download?",
+ "ConfirmRemoveItem": "Remove item?",
+ "RemoveDownload": "Remove Download",
+ "ConfirmCancelConversion": "Cancel conversion?",
+ "CancelConversion": "Cancel Conversion",
+ "KeepDownload": "Keep download",
+ "AddedOnValue": "Added {0}",
+ "PlayedOnValue": "Played {0}",
+ "CreatedOnValue": "Created {0}",
+ "UpdatedOnValue": "Updated {0}",
+ "RemovingFromDevice": "Removing from device",
+ "KeepOnDevice": "Keep on device",
+ "CancelDownload": "Cancel download",
+ "SyncJobItemStatusReadyToTransfer": "Ready to Transfer",
+ "SyncJobItemStatusSyncedMarkForRemoval": "Removing from device",
+ "SyncJobItemStatusQueued": "Queued",
+ "SyncJobItemStatusConverting": "Converting",
+ "SyncJobItemStatusTransferring": "Transferring",
+ "SyncJobItemStatusSynced": "Downloaded",
+ "Failed": "Failed",
+ "SyncJobItemStatusRemovedFromDevice": "Removed from device",
+ "Cancelled": "Cancelled",
+ "Retry": "Retry",
+ "Continue": "Continue",
+ "ContinueInSecondsValue": "Continue in {0} seconds.",
+ "HeaderRemoteControl": "Remote Control",
+ "Disconnect": "Disconnect",
+ "EnableDisplayMirroring": "Enable display mirroring",
+ "RemoteAccess": "Remote Access",
+ "HeaderPlayOn": "Play On",
+ "Quality": "Quality",
+ "Auto": "Auto",
+ "AndroidUnlockRestoreHelp": "To restore your previous purchase, please ensure you're signed into the device with the same Google (or Amazon) account that originally made the purchase. Make sure the app store is enabled and not restricted by any parental controls, and ensure you have an active internet connection. You'll only have to do this once to restore your previous purchase.",
+ "HeaderAspectRatio": "Aspect Ratio",
+ "Original": "Original",
+ "Fill": "Fill",
+ "Cover": "Cover",
+ "MessageNoServersAvailableToConnect": "No servers are available to connect to. If you've been invited to share a server, make sure to accept it below or by clicking the link in the email.",
+ "MessagePlayAccessRestricted": "Playback of this content is currently restricted. Please contact your Emby Server administrator for more information.",
+ "Accept": "Accept",
+ "Reject": "Reject",
+ "Connect": "Connect",
+ "HeaderMyMedia": "My Media",
+ "HeaderMyMediaSmall": "My Media (small)",
+ "LatestFromLibrary": "Latest {0}",
+ "HeaderLatestEpisodes": "Latest Episodes",
+ "ContinuePlaying": "Continue playing",
+ "ContinueWatching": "Continue watching",
+ "HeaderLatestChannelMedia": "Latest Channel Items",
+ "HeaderContinueWatching": "Continue Watching",
+ "HeaderContinueListening": "Continue Listening",
+ "HeaderActiveRecordings": "Active Recordings",
+ "HeaderLatestRecordings": "Latest Recordings",
+ "LabelConvertTo": "Convert to",
+ "LabelDownloadTo": "Download to",
+ "HeaderDownloadToDots": "Download to...",
+ "Next": "Next",
+ "LabelSource": "Source",
+ "VersionNumber": "Version {0}",
+ "HeaderAllLanguages": "All Languages",
+ "Previous": "Previous",
+ "HeaderNextUp": "Next Up",
+ "HeaderPlayNextUp": "Play Next Up",
+ "HeaderLatestFrom": "Latest from {0}",
+ "LabelHomeScreenSectionValue": "Home screen section {0}",
+ "PasswordResetComplete": "The password has been reset.",
+ "PasswordSaved": "Password saved.",
+ "SettingsSaved": "Settings saved.",
+ "Upcoming": "Upcoming",
+ "HeaderSelectImageFile": "Select Image File",
+ "None": "None",
+ "More": "More",
+ "Up": "Up",
+ "Down": "Down",
+ "Home": "Home",
+ "Back": "Back",
+ "Random": "Random",
+ "Playback": "Playback",
+ "Favorites": "Favorites",
+ "HeaderHomeScreen": "Home Screen",
+ "HeaderLatestChannelItems": "Latest Channel Items",
+ "HeaderLibraryOrder": "Library Order",
+ "HeaderOnNow": "On Now",
+ "HeaderForKids": "For Kids",
+ "HeaderPlaybackError": "Playback Error",
+ "PlaybackErrorNotAllowed": "You're currently not authorized to play this content. Please contact your system administrator for details.",
+ "RateLimitExceeded": "Your account has exceeded the maximum streaming limit set by your Emby Server administrator. Please contact them for assistance.",
+ "PlaybackErrorNoCompatibleStream": "No compatible streams are currently available. Please try again later or contact your system administrator for details.",
+ "PlaybackErrorPlaceHolder": "Please insert the disc in order to play this video.",
+ "PlaybackErrorNoPlayableItems": "No playable items were found. Are you trying to play an empty folder?",
+ "Guide": "Guide",
+ "Games": "Games",
+ "GameSystem": "Game System",
+ "Suggestions": "Suggestions",
+ "HeaderFavoriteChannels": "Favorite Channels",
+ "HeaderFavoriteCollections": "Favorite Collections",
+ "HeaderFavoritePlaylists": "Favorite Playlists",
+ "Collection": "Collection",
+ "Collections": "Collections",
+ "LabelSelectFolderGroups": "Automatically group content from the following folders into views such as Movies, Music and TV:",
+ "LabelSelectFolderGroupsHelp": "Folders that are unchecked will be displayed by themselves in their own view.",
+ "Mute": "Mute",
+ "Unmute": "Unmute",
+ "Folder": "Folder",
+ "Folders": "Folders",
+ "FileName": "File Name",
+ "DisplayInOtherHomeScreenSections": "Display in secondary home screen sections such as latest media and continue watching",
+ "DisplayInMyMedia": "Display on home screen",
+ "Shows": "Shows",
+ "MoviesAndShows": "Movies & Shows",
+ "HeaderMusicVideo": "Music Video",
+ "HeaderMusicVideos": "Music Videos",
+ "MusicVideos": "Music videos",
+ "Videos": "Videos",
+ "MixedContent": "Mixed content",
+ "HomeVideos": "Home videos",
+ "HomeVideosAndPhotos": "Home videos & photos",
+ "TVShows": "TV shows",
+ "HeaderLibraryFolders": "Library Folders",
+ "HeaderTermsOfPurchase": "Terms of Purchase",
+ "PrivacyPolicy": "Privacy policy",
+ "TermsOfUse": "Terms of Use",
+ "HeaderRepeatMode": "Repeat Mode",
+ "HeaderToneMapping": "Tone Mapping",
+ "RepeatOne": "Repeat one",
+ "RepeatAll": "Repeat all",
+ "LabelDefaultScreen": "Default screen",
+ "ConfirmEndPlayerSession": "Would you like to shutdown Emby on {0}?",
+ "Yesterday": "Yesterday",
+ "Yes": "Yes",
+ "No": "No",
+ "HeaderScanLibraryFiles": "Scan Library Files",
+ "LiveTV": "Live TV",
+ "Schedule": "Schedule",
+ "Recordings": "Recordings",
+ "ScanForNewAndUpdatedFiles": "Scan for new and updated files",
+ "NewVersionOfXAvailableForY": "{0} is Available for {1}",
+ "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",
+ "HeaderHardwareAcceleratedDecoding": "Hardware Accelerated Decoding",
+ "HeaderHardwareAcceleratedEncoding": "Hardware Accelerated Encoding",
+ "HeaderDirectPlay": "Direct Play",
+ "DirectPlaying": "Direct playing",
+ "DirectStreaming": "Direct streaming",
+ "Transcode": "Transcode",
+ "Transcoding": "Transcoding",
+ "ContainerBitrateExceedsLimit": "Reducing bitrate due to quality setting",
+ "VideoCodecNotSupported": "Converting video to compatible codec",
+ "AudioCodecNotSupported": "Converting audio to compatible codec",
+ "SubtitleCodecNotSupported": "Converting subtitles directly into video",
+ "DirectPlayError": "Recovering from playback error",
+ "ContainerNotSupported": "Converting to compatible container",
+ "VideoLevelNotSupported": "Converting to compatible video level",
+ "AudioBitrateNotSupported": "Converting to compatible audio bitrate",
+ "AudioChannelsNotSupported": "Converting to compatible number of audio channels",
+ "VideoResolutionNotSupported": "Converting to compatible video resolution",
+ "AudioProfileNotSupported": "Converting to compatible audio profile",
+ "AudioSampleRateNotSupported": "Converting to compatible audio sample rate",
+ "AnamorphicVideoNotSupported": "Anamorphic video not supported",
+ "InterlacedVideoNotSupported": "Deinterlacing video",
+ "SecondaryAudioNotSupported": "Selecting secondary audio track",
+ "ExternalAudioNotSupported": "Selecting external audio track",
+ "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",
+ "Offline": "Offline",
+ "HeaderSignUp": "Sign Up",
+ "ServerDownloadMessage": "To download and install the free Emby Server visit {0}",
+ "ServerDownloadMessageWithoutLink": "To download and install the free Emby Server visit the Emby website.",
+ "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",
+ "Skip": "Skip",
+ "HeaderAdditionalParts": "Additional Parts",
+ "ButtonGenerateNewPin": "Generate New Pin",
+ "ConnectLoginHelp1": "With Emby Connect you can easily access your Emby Server wherever you are and share servers with your family and friends.",
+ "CreatePinErrorMessage": "An error occurred while creating a pin code. Please click Generate New Pin to try again.",
+ "PinExpiredMessage": "The pin code has expired. Please click Generate New Pin to try again.",
+ "ConnectPinCodeHeader": "To sign in with Emby Connect, use a mobile device or computer to visit {0} and enter the following pin code:",
+ "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",
+ "Absolute": "Absolute",
+ "Smart": "Smart",
+ "Small": "Small",
+ "Smaller": "Smaller",
+ "Medium": "Medium",
+ "Large": "Large",
+ "Larger": "Larger",
+ "ExtraLarge": "Extra large",
+ "ExtraSmall": "Extra small",
+ "Forced": "Forced",
+ "External": "External",
+ "HeaderEmbeddedTitle": "Embedded Title",
+ "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.",
+ "HeaderSubtitleSettings": "Subtitle Settings",
+ "HeaderSubtitleAppearance": "Subtitle Appearance",
+ "OnlyForcedSubtitlesHelp": "Only subtitles marked as forced will be loaded.",
+ "AutoSelectHearingImpairedHelp": "Subtitles matching the language preference will be loaded, with a preference given to tracks that are marked as hearing impaired (SDH).",
+ "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",
+ "LabelBackgroundColor": "Background color",
+ "LabelBackgroundOpacity": "Background opacity",
+ "Raised": "Raised",
+ "Depressed": "Depressed",
+ "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).",
+ "Normal": "Normal",
+ "HeaderWaitingForWifi": "Waiting for Wifi",
+ "WifiRequiredToDownload": "A Wifi connection is required to continue downloading.",
+ "DownloadOnlyOnWifi": "Download only on Wifi",
+ "LabelMusicDownloadQuality": "Music download quality",
+ "MusicDownloadQualityHelp": "Audio files with a higher bitrate will be converted by Emby Server. Select a higher value for better quality, or a lower value to conserve local storage space.",
+ "HeaderDownloadSettings": "Download Settings",
+ "LabelDownloadLocation": "Download location",
+ "BrowseForFolder": "BrowseForFolder",
+ "Unlimited": "Unlimited",
+ "NoLimit": "No limit",
+ "HeaderKeepWatching": "Keep Watching",
+ "HeaderNextEpisode": "Next Episode",
+ "AudioBitDepthNotSupported": "Converting to compatible audio bit depth",
+ "VideoBitrateNotSupported": "Converting to compatible video bitrate",
+ "VideoProfileNotSupported": "Converting to compatible video profile",
+ "VideoFramerateNotSupported": "Converting to compatible video framerate",
+ "VideoBitDepthNotSupported": "Converting to compatible video bit depth",
+ "RefFramesNotSupported": "Converting to compatible number of video reference frames",
+ "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.",
+ "HeaderStopRecording": "Stop Recording",
+ "ManageRecording": "Manage recording",
+ "LabelDropImageHere": "Drag and drop image here, or click to select an image to upload.",
+ "MessageFileReadError": "There was an error reading the file. Please try again.",
+ "Browse": "Browse",
+ "HeaderUploadImage": "Upload Image",
+ "HeaderAddUpdateImage": "Add/Update Image",
+ "HeaderShowFields": "Show Fields",
+ "LabelView": "View",
+ "LabelImageType": "Image type",
+ "Upload": "Upload",
+ "Primary": "Primary",
+ "PrimaryImageBlur": "Primary image blur",
+ "Art": "Art",
+ "Backdrop": "Backdrop",
+ "Banner": "Banner",
+ "Box": "Box",
+ "BoxRear": "Box (Rear)",
+ "Disc": "Disc",
+ "Logo": "Logo",
+ "LogoDark": "Logo (Dark Version)",
+ "LogoLight": "Logo (Light Version)",
+ "LogoLightColor": "Logo (Light with Color)",
+ "Menu": "Menu",
+ "Screenshot": "Screenshot",
+ "Thumb": "Thumb",
+ "HeaderAudioSettings": "Audio Settings",
+ "LabelAudioLanguagePreference": "Preferred audio language",
+ "LabelPlayDefaultAudioTrack": "Play default audio track regardless of language",
+ "HeaderVideoQuality": "Video Quality",
+ "CinemaModeConfigurationHelp": "Cinema Intros bring the theater experience straight to your living room with the ability to play trailers and custom intros before the main feature.",
+ "ShowUpNextPreview": "Show up next preview",
+ "ShowUpNextPreviewHelp": "Show information for the next item near the end of the current one.",
+ "PlayNextEpisodeAutomatically": "Play next episode automatically",
+ "LabelMaxChromecastBitrate": "Chromecast streaming quality",
+ "LabelSkipBackLength": "Skip back length",
+ "LabelSkipForwardLength": "Skip forward length",
+ "EnableCinemaMode": "Enable Cinema Intros",
+ "LabelInternetQuality": "Remote streaming quality",
+ "LabelCellularQuality": "Remote streaming quality (cellular)",
+ "HeaderMusicQuality": "Music Quality",
+ "LabelHomeNetworkQuality": "Home streaming quality",
+ "HeaderLatestMedia": "Latest Media",
+ "HeaderRestartingEmbyServer": "Restarting Emby Server",
+ "RestartPleaseWaitMessage": "Please wait while Emby Server shuts down and restarts. This may take a minute or two.",
+ "HeaderPlayNext": "Play Next",
+ "AutoBasedOnLanguageSetting": "Auto (based on device setting)",
+ "SameAsMainTheme": "Same as main theme",
+ "LabelDateTimeLocale": "Date time locale",
+ "DirectorValue": "Director: {0}",
+ "DirectorsValue": "Directors: {0}",
+ "GenreValue": "Genre: {0}",
+ "GenresValue": "Genres: {0}",
+ "TagsValue": "Tags: {0}",
+ "Off": "Off",
+ "Title": "Title",
+ "Year": "Year",
+ "Filter": "Filter",
+ "Filters": "Filters",
+ "Unplayed": "Unplayed",
+ "LabelTVHomeScreen": "TV mode home screen",
+ "Horizontal": "Horizontal",
+ "Vertical": "Vertical",
+ "HeaderGroupBy": "Group By",
+ "HeaderMediaType": "Media Type",
+ "GroupBySeries": "Group by series",
+ "HeaderVideoType": "Video Type",
+ "HeaderSeriesStatus": "Series Status",
+ "Features": "Features",
+ "Trailers": "Trailers",
+ "Extras": "Extras",
+ "ThemeSongs": "Theme songs",
+ "ThemeVideos": "Theme videos",
+ "HeaderFavoriteMovies": "Favorite Movies",
+ "HeaderFavoritePhotos": "Favorite Photos",
+ "HeaderFavoriteShows": "Favorite Shows",
+ "HeaderFavoriteEpisodes": "Favorite Episodes",
+ "HeaderFavoriteVideos": "Favorite Videos",
+ "HeaderFavoriteMusicVideos": "Favorite Music Videos",
+ "HeaderFavoriteGames": "Favorite Games",
+ "HeaderFavoriteArtists": "Favorite Artists",
+ "HeaderFavoriteAlbums": "Favorite Albums",
+ "HeaderFavoriteSongs": "Favorite Songs",
+ "HeaderFavoriteAuthors": "Favorite Authors",
+ "HeaderFavoriteAudioBooks": "Favorite Audio Books",
+ "Ascending": "Ascending",
+ "Descending": "Descending",
+ "HeaderColorPrimaries": "Color Primaries",
+ "HeaderColorSpace": "Color Space",
+ "HeaderColorTransfer": "Color Transfer",
+ "HeaderVideoRange": "Video Range",
+ "SeriesDisplayOrderHelp": "Order episodes by air date, dvd order, or absolute numbering.",
+ "LabelVerticalPositionFromBottom": "Vertical position (from bottom)",
+ "HeaderFavoritePeople": "Favorite People",
+ "MultiSelect": "Multi-Select",
+ "HeaderSignOut": "Sign Out",
+ "HeaderSelectServer": "Select Server",
+ "HeaderChangeServer": "Change Server",
+ "HeaderChangeUser": "Change User",
+ "HeaderAppSettings": "App Settings",
+ "HeaderLoginSettings": "Login Settings",
+ "LabelRememberLogin": "Remember login",
+ "LabelAutomaticallySignOut": "Automatically sign out",
+ "BetaTesterMessage": "Thank you for being an Emby beta tester! Please leave feedback in the {0}Testing Area of the Emby Community{1}.",
+ "HardwareAccelerated": "Hardware accelerated",
+ "Software": "Software",
+ "Metadata": "Metadata",
+ "HeaderMediaInfo": "Media Info",
+ "Locked": "Locked",
+ "HeaderSplitVersionsApart": "Split Versions Apart",
+ "Any": "Any",
+ "Admin": "Admin",
+ "HeaderReadMore": "Read More",
+ "CustomRatingHelp": "A custom rating is used for parental control evaluations but is not displayed. The parental rating field is still displayed.",
+ "KeepUpToHelp": "Recordings over the limit are deleted when the next recording begins. Oldest recordings are deleted first, by date added.",
+ "NoItemsMatchingFound": "No items matching your search criteria were found.",
+ "TwoSearchCharsRequired": "Please enter at least two search characters.",
+ "PreventPlaybackContinuing": "Prevent playback from continuing indefinitely by periodically prompting for user input.",
+ "PromptStillWatching": "Enable 'Are You Still Watching?' prompt",
+ "HeaderMissingMetadata": "Missing Metadata",
+ "HeaderIncludedIn": "Included In",
+ "EmbyConnectUserAlreadyLinked": "The Emby Connect user is already linked to another user on this server.",
+ "VideoFilesWillBeConvertedTo": "Converted videos will be saved as {0}.",
+ "VideoWillBeConvertedTo": "Video streams will be converted to {0}, or copied from the original file if they are already {0} and the quality fits within the conversion options.",
+ "VideoWillBeConvertedToOrCopied": "Video streams will be converted to {0}, or copied from the original file if they are any of ({1}), and the quality fits within the conversion options.",
+ "AudioWillBeConvertedTo": "Audio streams will be converted to {0}, or copied from the original file if they are already {0} and the quality fits within the conversion options.",
+ "AudioWillBeConvertedToOrCopied": "Audio streams will be converted to {0}, or copied from the original file if they are any of ({1}), and the quality fits within the conversion options.",
+ "HeaderSpecialKeys": "Special Keys",
+ "FollowingSpecialKeys": "The following special keys are supported on most keyboards and remote controls:",
+ "HeaderDeleteSeries": "Delete Series",
+ "HeaderDeleteLastPlayedEpisode": "Delete Last Played Episode",
+ "HeaderConnectingToServer": "Connecting to Server",
+ "ServerNameValue": "Server name: {0}",
+ "DomainValue": "Domain: {0}",
+ "RatedValue": "Rated {0}",
+ "LocalServerRedirectMessage": "You will now be redirected to the domain owned and operated by the administrator of the server you've chosen to connect to:",
+ "AllMediaOwnedHosted": "All media is hosted and managed by the owner of {0}.",
+ "EnableResolutionSwitching": "Match video resolution",
+ "EnableResolutionSwitchingHelp": "This enables Emby to change the resolution to the same value the video was encoded in before starting playback. This may help minimize the amount of stutter/judder that you might otherwise see when playing videos which do not match up well.",
+ "EnableDisplayRefreshRateSwitching": "Enable display refresh rate switching",
+ "EnableDisplayRefreshRateSwitchingHelp": "This enables Emby to change the display refresh rate to the same value (or multiple of) as the framerate the video was encoded in before starting playback. This may help minimize the amount of stutter/judder that you might otherwise see when playing videos which do not match up well.",
+ "RememberSelectedAudioTracks": "Remember audio track selections",
+ "RememberSelectedSubtitleTracks": "Remember subtitle track selections",
+ "RememberSelectedSubtitleTracksHelp": "Subtitle track selections will be remembered on a per video basis and reapplied when playing the same video again.",
+ "RememberSelectedAudioTracksHelp": "Audio track selections will be remembered on a per video basis and reapplied when playing the same video again.",
+ "ClearSavedTrackSelections": "Clear saved track selections",
+ "HeaderClearTrackSelections": "Clear Saved Track Selections",
+ "QuestionClearSavedTracks": "Clear all saved track selections?",
+ "LabelChannelTags": "Channel tags",
+ "AfterThisPlaysConfirmation": "After this plays, do you want to keep playing or clear the music you previously queued?",
+ "Keep": "Keep",
+ "Clear": "Clear",
+ "HeaderClearFilters": "Clear Filters",
+ "HeaderSearchForImages": "Search for Images",
+ "HeaderSearchNewImage": "Search for a New Image",
+ "HeaderSearchForAnImage": "Search for an Image",
+ "DragDropToReorder": "Drag and Drop to Reorder",
+ "HeaderAddImageFromUrl": "Add Image from URL",
+ "HeaderSetImageFromUrl": "Set Image from URL",
+ "LabelUrl": "Url",
+ "LabelChannelNumber": "Channel number",
+ "LabelGuideDataChannel": "Guide data channel",
+ "GuideDataSource": "Guide Data Source",
+ "HeaderCopyToClipboard": "Copy to Clipboard",
+ "TimeRemainingValue": "{0} remaining",
+ "LabelResumeRewindSeconds": "When resuming, automatically rewind",
+ "ResumeRewindSecondsHelp": "This may help you remember where you left off. This applies to the initial resume and not each individual pause during playback.",
+ "HeaderSavePlayQueueToPlaylist": "Save Play Queue to Playlist",
+ "EnableLogoImagesAsTitle": "Display logo images as titles on detail screens",
+ "EnableLogoImagesAsTitleHelp": "When available, logo images can be used in place of title text on video, series, and other detail screens. The title will fallback to text when a logo image is not available.",
+ "LabelNowPlayingAudioBackgroundStyle": "Now playing audio background style",
+ "LabelNowPlayingVideoBackgroundStyle": "Now playing video background style",
+ "NowPlayingVideoBackgroundStyleHelp": "Determines the background style when remote controlling video playback on another device.",
+ "Rotation": "Rotation",
+ "Minutes": "Minutes",
+ "LabelMaxRecordingLength": "Max recording length",
+ "MaxRecordingLengthHelp": "Limit recordings to a specified amount of time, regardless of the duration of the broadcast. Set to 0 for no limit.",
+ "RemoteWAN": "Remote (WAN) Address",
+ "HeaderLastConnectedTo": "Last Connection To",
+ "Version": "Version",
+ "Keyword": "Keyword",
+ "HeaderServerAddress": "Server Address",
+ "HeaderSkipIntro": "Skip Intro",
+ "HeaderCreateRecording": "Create Recording",
+ "HeaderAddRecording": "Add Recording",
+ "HeaderChannelAndTime": "Channel and Time",
+ "LabelRecordProgramOrSeriesFrom": "Record a program or series from",
+ "LabelStartTime": "Start time",
+ "LabelEndTime": "End time",
+ "LabelFrequency": "Frequency",
+ "Recurring": "Recurring",
+ "Once": "Once",
+ "Start": "Start",
+ "Unpause": "Unpause",
+ "LabelIntroSkipMode": "Intro skip mode",
+ "ShowSkipIntroButton": "Show 'Skip Intro' button",
+ "AutoSkipIntro": "Automatically skip intros",
+ "DisplayRatingInformationOnVideoPlaybackStart": "Display rating information on video playback start",
+ "DisplayRatingInformationOnVideoPlaybackStartHelp": "The rating information will display briefly when video playback begins.",
+ "IntroSkipModeHelp": "Display a 'Skip Intro' button or automatically skip intros for episodes in which Emby Server has detected intro markers. Intro detection must be enabled in Emby Server library options.",
+ "EnableHomeScreenFocusPreview": "Use a layout on the home screen that shows a detailed preview of the selected item",
+ "EnableHomeScreenFocusPreviewHelp": "This may not work well if your home screen contains a mixture of different media types.",
+ "LabelHideMediaTransportButtons": "Hide video player transport buttons",
+ "HideMediaTransportButtonsHelp": "Create a simpler on-screen playback interface by hiding basic transport buttons such as skip forward, back and pause. You'll still be able to use these functions using arrow keys and OK/Enter. Auto will hide the transport buttons when no mouse usage is detected within the app.",
+ "ImageSizeHelp": "Set your preferred size of image grids.",
+ "LabelImageSize": "Image size",
+ "ThisImageIsOnlyPreview": "This image is only a preview that came from the metadata search engine. The actual image that Emby Server downloads may be different and will depend on the options you've configured in Emby library setup.",
+ "ResultsRangeValue": "{0} to {1} of {2}",
+ "NotificationsDescription": "Setup notifications to stay informed of important events on your Emby Server.",
+ "DeleteEmbyConnectAccount": "Delete Emby Connect Account",
+ "DeleteEmbyConnectAccountHelp": "To delete your Emby Connect account, please sign in to the {0}Emby Community{1} at {2}. Once signed in, then click your username in the top right, then click Account Settings, then click Delete My Account.",
+ "KeepPlayingInBackground": "Keep playing in the background",
+ "LabelVideoBackBehavior": "Video player back button behavior",
+ "HeaderViewLyrics": "View Lyrics",
+ "HeaderViewMissingEpisodes": "View Missing Episodes",
+ "HeaderMissingEpisodes": "Missing Episodes",
+ "HeaderManageAccess": "Manage Access",
+ "HeaderManageCollaboration": "Manage Collaboration",
+ "HeaderLeaveCollaboration": "Leave Collaboration",
+ "HeaderRemoveFromLibrary": "Remove from Library",
+ "RemoveSharedItemConfirmation": "Are you sure you wish to remove this item from your library? In order to get it back the owner will need to grant you access again.",
+ "SubtitlesDownloaded": "Subtitles Downloaded",
+ "HeaderMakePrivate": "Make Private",
+ "HeaderMakePublic": "Make Public",
+ "MakePublicDescription": "All users will be able to view this item. Users can be granted access to edit.",
+ "MakePrivateDescription": "Users can still be granted access individually.",
+ "Private": "Private",
+ "Public": "Public",
+ "Collaborative": "Collaborative",
+ "PreferredShowDisplay": "Preferred TV show display",
+ "ShowAllEpisodesAllSeasons": "Show all episodes of all seasons together",
+ "ShowAllEpisodesSingleSeason": "Show all episodes for only single season shows",
+ "ShowSeasonFolders": "Always show season folders",
+ "HeaderAddAgain": "Add Again",
+ "UpNext": "Up Next",
+ "ItemsAlreadyInPlaylist": "Some of these items are already in your playlist.",
+ "ItemAlreadyInPlaylist": "This item is already in your playlist.",
+ "HeaderPlayChannel": "Play Channel",
+ "LabelScreenOrientationDuringVideo": "Screen orientation during video playback",
+ "UseDeviceSetting": "Use device setting",
+ "LockToLandscape": "Lock to landscape",
+ "UsernameForFolderHelp": "The username required to access this folder on your network (if applicable).",
+ "PasswordForFolderHelp": "The password required to access this folder on your network (if applicable).",
+ "ShowMediaInfoOnDetailScreens": "Show full media at the bottom of audio and video detail screens",
+ "ForgotPasswordNoUserFound": "No users were found with the entered name. Please try again, or leave the name blank to reset the password for all users on this server.",
+ "Silver": "Silver",
+ "DimGray": "Dim Gray",
+ "DarkGray": "Dark Gray",
+ "LightGray": "Light Gray",
+ "Black": "Black",
+ "Blue": "Blue",
+ "Cyan": "Cyan",
+ "Gray": "Gray",
+ "Green": "Green",
+ "Lime": "Lime",
+ "Magenta": "Magenta",
+ "Orange": "Orange",
+ "Pink": "Pink",
+ "Red": "Red",
+ "Yellow": "Yellow",
+ "White": "White",
+ "Purple": "Purple",
+ "RecentlyReleasedMovies": "Recently Released Movies",
+ "RecentlyReleasedEpisodes": "Recently Released Episodes",
+ "DolbyProfile": "Dolby Profile",
+ "IpAddress": "IP Address",
+ "VideoType": "Video Type",
+ "HidePlayedMediaFrom": "Hide Played Media From",
+ "BottomEdgePosition": "Bottom Edge Position",
+ "VerticalPositionFromBottomScreen": "Set the vertical position of the subtitles relative to the bottom of the screen.",
+ "TopEdgePosition": "Top Edge Position",
+ "TopEdgePositionHelp": "Set the highest allowed vertical position of the subtitles relative to the top of the screen. This is used when the subtitles contain positioning instructions to be placed at the top.",
+ "HeaderSubtitlePosition": "Subtitle Position",
+ "TitleProfilePin": "Profile PIN",
+ "ProfilePinConfirm": "Profile PIN (confirm)",
+ "SaveProfilePin": "Save Pin",
+ "ProfilePinDescription": "Create an optional pin to be prompted for entry whenever you return to an Emby app on a device that you've already signed into. This is useful if you have devices that are shared by multiple users. You can choose to enable it selectively on each device as required.",
+ "TitleNewEpisodes": "New Episodes",
+ "EnterYourPinToContinue": "Enter your PIN to continue.",
+ "YourPinMustBe": "Your PIN must be {0} digits.",
+ "ForgotPin": "Forgot PIN?",
+ "RequireEnteringPinToReturn": "Require entering my profile PIN whenever I return to this app.",
+ "RequireEnteringPinToReturnQuestion": "Should we prompt you for your profile PIN whenever you return to this app? If this device is shared by multiple users, your profile PIN can help prevent the other users from accessing your data.",
+ "RequireEnteringPinToReturnHelp": "Useful if this device is shared by multiple users.",
+ "WrongPinPleaseTryAgain": "Whoops, wrong PIN. Please try again.",
+ "ProfilePinIsOn": "Profile PIN is currently on.",
+ "IfTryingToConnectToHttp": "If you're trying to connect to your Emby Server using an HTTP address, your browser may not be allowing this due to HTTPS requirements. Please try one of the following:",
+ "SetupHttpsForYourServer": "Setup {0}HTTPS for your Emby Server{1} so that you can connect using HTTPS.",
+ "TitleUnableToReachServer": "Unable to Reach Server",
+ "TitleUnableToReachName": "Unable to Reach {0}",
+ "HearingImpaired": "Hearing Impaired",
+ "SignIntoServerName": "Sign in to {0}",
+ "About": "About",
+ "Specials": "Specials",
+ "NSettings": "{0} Settings",
+ "NPreferences": "{0} Preferences",
+ "DetailScreenOptions": "Detail Screens",
+ "LabelGenreDisplayLimit": "Genre display limit",
+ "GenreDisplayLimitHelp": "Limit the number of genres displayed at the top of item detail screens.",
+ "GenreDisplayLimitForListsHelp": "Limit the number of genres displayed at the top of playlist, collection and artist detail screens.",
+ "LabelGenreDisplayLimitForLists": "Genre display limit for lists",
+ "ShowPosterOnDetails": "Show a poster on the detail screen",
+ "ShowPosterOnDetailsHelp": "Choose to show a poster on video detail screens, or hide it for a more minimal look that emphasizes the background. This setting is not used on smaller screen layouts. Some item types will ignore this setting.",
+ "EnableAppLogging": "Enable app logging",
+ "EnableAppLoggingHelp": "Logging can degrade app performance and should only be enabled as needed for troubleshooting purposes. Changes require restarting the app.",
+ "LabelSlideshowInterval": "Photo slideshow time per slide",
+ "TVChannelImageEditorHelp": "Multiple logo versions are supported. Emby apps will automatically choose the appropiate one depending on the current theme.",
+ "PlaySlideshow": "Play Slideshow",
+ "CheckForExistingEpisodesInAllLibraries": "Check for existing episodes in all libraries",
+ "GroupNotificationsBySeriesOrAlbum": "Group notifications by series and albums",
+ "ThemeSettings": "Theme Settings",
+ "FollowingActivityWillBeDisrupted": "The following activity will be disrupted and may require manual intervention to restart:",
+ "OneActivePlaybackSession": "1 Active Playback Session",
+ "NumActivePlaybackSessions": "{0} Active Playback Sessions",
+ "OneActiveRecording": "1 Active Recording",
+ "NumActiveRecordings": "{0} Active Recordings",
+ "PlayFromLivePosition": "Play from the live position",
+ "PlayFromStartOfRecording": "Play from the start of the recording",
+ "ThisChannelIsActivelyRecording": "This channel is actively recording. How would you like to begin playing?",
+ "ThemeSongVolume": "Theme song volume",
+ "HeaderForceConversionForFormats": "Force Conversion for Formats",
+ "ForceConversionForFormatsHelp": "Use this to force server-side transcoding or remuxing for formats that don't direct play very well on this device.",
+ "StartupBehavior": "Startup behavior",
+ "RememberLastUser": "Remember last user",
+ "ShowLoginScreen": "Show login screen",
+ "SignInAsValue": "Sign in as {0}",
+ "ConvertUnsupportedAudio": "Convert unsupported surround audio to Dolby Digital",
+ "ConvertUnsupportedAudioHelp": "Avoid downmixing unsupported surround formats to stereo by having Emby Server transcode them to Dolby Digital.",
+ "HeaderPlaybackCorrection": "Playback Correction",
+ "HeaderAttemptPlaybackCorrection": "Attempt Playback Correction",
+ "PlaybackCorrectionConfirm": "Attempt playback correction?",
+ "PlaybackCorrectionDescription": "Is the current item exhibiting a playback problem such as no video or audio? This will try and correct playback issues using server transcoding to convert this file into a more streaming friendly format. This will result in increased resource consumption on this Emby Server.",
+ "PlaybackCorrectionDescription2": "You can do this up to three times per video, where remuxing, video transcoding and audio transcoding are each activated one at a time.",
+ "HeaderAlbumsAsContributingArtist": "Albums as Contributing Artist",
+ "HeaderAlbumsAsComposer": "Albums as Composer",
+ "HeaderSleepTimer": "Sleep Timer",
+ "AfterCurrentItem": "After current item",
+ "HeaderStopPlayback": "Stop Playback",
+ "TurnOffTimer": "Turn off timer",
+ "SleepTimerIsSet": "Your sleep timer is set",
+ "SleepTimerIsOff": "Your sleep timer is off",
+ "LabelEnableRemoteControlTVMode": "Display casting and remote control functions",
+ "EnableRemoteControlTVModeHelp": "Enable if you intend to use this device to send media to other devices.",
+ "ShowOnScreenControls": "Show on-screen controls",
+ "LabelVideoScreenUpAction": "Video player up button behavior",
+ "VideoScreenUpActionHelp": "Select the action to take when pressing the up key on the video player screen. This applies when no on-screen controls are currently visible. When controls are already visible, the up key will be used for navigation.",
+ "LabelVideoPlayerLongPressAction": "Video player long press action",
+ "LetsGetSetup": "Let's Get Set Up",
+ "VideoPlayerLongPressActionHelp": "Choose what function or menu is shown when long pressing the OK button during video playback. This only takes effect when the video controls are hidden or the seek bar has focus.",
+ "AskAdminToGetPremiere": "This purchase must be made by the server administrator. Please ask the administrator of this Emby Server to sign in and get Emby Premiere so that you can enjoy access to premium features.",
+ "AutoOpenSingleItemsFolders": "Auto open single items in folder view",
+ "AutoOpenSingleItemsFoldersHelp": "When a folder only contains one item, automatically open that item.",
+ "TheseSettingsApplyAppDevice": "These settings apply to all users playing on this device.",
+ "LastContentDateAdded": "Last Content Date Added",
+ "RepeatThemeMedia": "Play themes on repeat",
+ "HideEpisodeSpoilerInfo": "Hide spoiler information from unwatched episodes",
+ "HideEpisodeSpoilerInfoHelp": "Hides the title, overview and image for unwatched episodes on most screens.",
+ "BornValueAge": "Born: {0} (age {1})",
+ "PreferDirectStreamLiveTV": "Prefer direct streaming of Live TV",
+ "PreferDirectStreamLiveTVHelp": "Direct streaming Live TV will reduce resource consumption on your Emby Server but may not be as seekable during playback. Enabling this will direct stream Live TV when the format is supported and is within your configured quality setting. Disable this to enjoy more seeking during playback at the cost of additional resource consumption.",
+ "HeaderAllRecordings": "All Recordings",
+ "RememberLoginDescription": "After signing in, you can use the app settings to configure the startup behavior to remember login, sign in as a specific user, or always show the login screen.",
+ "ForgetThisServer": "Forget This Server",
+ "ForgetServerConfirmation": "Are you sure you wish to forget this server?",
+ "HeaderThisDevice": "This Device",
+ "ChaptersGuide": "Chapters / Live TV Guide",
+ "ChaptersGuideHelp": "Show Chapters for media with chapters. For media without chapters, show the Live TV Guide (when available).",
+ "HeaderShowSeriesImages": "Show Series Images",
+ "AppExitConfirmation": "Are you ready to exit Emby?",
+ "AppExitMenu": "Exit menu",
+ "SideMenu": "Side navigation menu",
+ "SystemStorage": "System storage ({0})"
+}
diff --git a/modules/common/strings/mk.json b/modules/common/strings/mk.json
new file mode 100644
index 0000000..f498c7e
--- /dev/null
+++ b/modules/common/strings/mk.json
@@ -0,0 +1,1340 @@
+{
+ "LabelCommunityRating": "Community rating",
+ "LabelDefaultScreen": "Default screen",
+ "Locked": "Locked",
+ "LabelImageSize": "Image size",
+ "ItemAlreadyInPlaylist": "This item is already in your playlist.",
+ "EmbyLoginTerms": "Emby is designed to help you manage your personal media library, such as home videos and photos. Please see our {0}terms of use{1}. The use of any Emby software constitutes acceptance of these terms.",
+ "MessageUnableToConnectToServer": "We're unable to connect to the selected server right now. Please ensure it is running and try again.",
+ "EmbyIntroMessage": "With Emby you can easily stream videos, music and photos to smart phones, tablets and other devices from your Emby Server.",
+ "HeaderSignInWithConnect": "Sign in with Emby Connect",
+ "HeaderWelcomeToEmby": "Welcome to Emby",
+ "HeaderNewUsers": "New Users",
+ "HeaderPleaseSignIn": "Please Sign In",
+ "MessageInvalidUser": "Invalid username or password. Please try again.",
+ "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.",
+ "ValueSpecialEpisodeName": "Special - {0}",
+ "HeaderSignIn": "Sign In",
+ "Share": "Share",
+ "Shared": "Shared",
+ "Info": "Info",
+ "Add": "Add",
+ "Speed": "Speed",
+ "PlaybackSpeed": "Playback Speed",
+ "Chapters": "Chapters",
+ "Password": "Password",
+ "SavePassword": "Save Password",
+ "LabelPassword": "Password",
+ "HeaderResetPassword": "Reset Password",
+ "Series": "Series",
+ "Preview": "Preview",
+ "Submit": "Submit",
+ "Never": "Never",
+ "Table": "Table",
+ "HeaderScheduledTasks": "Scheduled Tasks",
+ "Plays": "Plays",
+ "LastUsedAddressValue": "Last used {0}",
+ "LabelKeywordType": "Keyword type",
+ "HeaderSelectColumns": "Select Columns",
+ "HeaderTopResults": "Top Results",
+ "HeaderPinSidebar": "Pin Sidebar",
+ "Collapse": "Collapse",
+ "LabelBackgroundVideoPlayback": "Background video playback",
+ "BackgroundVideoPlaybackHelp": "Background playback allows video to keep playing even when the screen is turned off.",
+ "AlwaysOn": "Always on",
+ "HeadphonesOrExternalSpeakersConnected": "Headphones or external speakers connected",
+ "HeaderKeyboardAndRemote": "Keyboard and Remote",
+ "NoSelectedItemsSupportOperation": "There are no items selected that support this operation.",
+ "NoOperationsForSelectedItems": "There are no operations available for the selected items.",
+ "UploadOnlyOnWifi": "Upload only on Wifi",
+ "HeaderFoldersToUpload": "Folders to Upload",
+ "LabelPasswordConfirm": "Password (confirm)",
+ "HeaderMoveUpInOrder": "Move Up In Order",
+ "HeaderDownUpInOrder": "Move Down In Order",
+ "LabelUsername": "Username",
+ "HeaderAddServer": "Add Server",
+ "HeaderSubtitleOffset": "Subtitle Offset",
+ "Watching": "Watching",
+ "HeaderRemoveFromContinueWatching": "Remove from Continue Watching",
+ "RemoveThisTitleFromContinueWatching": "Remove this title from Continue Watching?",
+ "HeaderRemoveFromContinueListening": "Remove from Continue Listening",
+ "RemoveThisTitleFromContinueListening": "Remove this title from Continue Listening?",
+ "HeaderIncreaseSubtitleOffset": "Increase Subtitle Offset",
+ "HeaderDecreaseSubtitleOffset": "Decrease Subtitle Offset",
+ "Close": "Close",
+ "HeaderSeeAll": "See All",
+ "HeaderOpenInNewWindow": "Open in New Window",
+ "LabelEmail": "Email",
+ "LabelHost": "Host",
+ "LabelHostHelp": "Example: 192.168.1.100 or https://myserver.com",
+ "LabelPort": "Port",
+ "Disabled": "Disabled",
+ "Uninstall": "Uninstall",
+ "Enable": "Enable",
+ "AllTuners": "All Tuners",
+ "Disable": "Disable",
+ "NextValue": "Next: {0}",
+ "HeaderNextItem": "Next Item",
+ "HeaderPreviousItem": "Previous Item",
+ "NoTrailersMessage": "No Trailers found. To add Trailers, please install the Trailer plugin from the {0}Emby plugin catalog{1}.",
+ "UninstallPluginConfirmation": "Are you sure you wish to uninstall this plugin?",
+ "HeaderUninstallPlugin": "Uninstall Plugin",
+ "AreYouStillWatching": "Are you still watching?",
+ "LabelCurrentPassword": "Current password",
+ "LabelNewPassword": "New password",
+ "LabelNewPasswordConfirm": "New password confirm",
+ "HeaderRemovePassword": "Remove Password",
+ "ServerUpdateNeeded": "This Emby Server needs to be updated. To download the latest version, please visit {0}",
+ "MessageThankYouForConnectSignUp": "Thank you for signing up for Emby Connect. An email will be sent to your address with instructions on how to confirm your new account. Please confirm the account and then return here to sign in.",
+ "MessageThankYouForConnectSignUpNoValidation": "Thank you for signing up for Emby Connect! You will now be asked to login with your Emby Connect information.",
+ "ErrorMessagePasswordNotMatchConfirm": "The password and password confirmation must match.",
+ "ErrorMessageUsernameInUse": "The username is already in use. Please choose a new name and try again.",
+ "ErrorMessageEmailInUse": "The email address is already in use. Please enter a new email address and try again, or use the forgot password feature.",
+ "HeaderUpcomingOnTV": "Upcoming On Live TV",
+ "HeaderOtherShowings": "Other Showings",
+ "Showings": "Showings",
+ "HeaderConnectToServer": "Connect to Server",
+ "ConnectToServerManually": "Connect to server manually",
+ "LabelEnterConnectUserNameHelp": "This is the email address that you used to setup your Emby Connect account.",
+ "HeaderSignInError": "Sign In Error",
+ "HeaderManualLogin": "Manual Login",
+ "PasswordResetConfirmation": "Are you sure you wish to reset the password?",
+ "ContactAdminToResetPassword": "Please contact your system administrator to reset your password.",
+ "ForgotPasswordInNetworkRequired": "Please try again within your home network to initiate the password reset process.",
+ "ForgotPasswordFileCreated": "The following file has been created on your server and contains instructions on how to proceed:",
+ "ForgotPasswordFileExpiration": "The reset pin will expire at {0}.",
+ "InvalidForgotPasswordPin": "An invalid or expired pin was entered. Please try again.",
+ "PasswordResetForUsers": "Passwords have been removed for the following users. To login, sign in with a blank password.",
+ "HeaderForgotPassword": "Forgot Password?",
+ "ForgotPasswordUsernameHelp": "Leave this blank if you don't remember your username.",
+ "HeaderPasswordReset": "Password Reset",
+ "AttributeNew": "New",
+ "Done": "Done",
+ "HeaderResetToDefault": "Reset to Default",
+ "Deinterlacing": "Deinterlacing",
+ "HeaderBurningInSubtitles": "Burning in Subtitles",
+ "Premiere": "Premiere",
+ "LabelPinCode": "Pin code",
+ "LabelLocalNetworkPinCode": "Local network pin code",
+ "LabelLocalNetworkPasswordMode": "Local network sign in mode",
+ "RequirePasswordInLocalNetwork": "Require a password on the local network",
+ "NoPasswordInLocalNetwork": "Don't require a password on the local network",
+ "PinCodeInLocalNetwork": "Allow a numeric pin code on the local network",
+ "LocalNetworkPasswordModeHelp": "Select the sign in method for devices on the same local network as your Emby Server.",
+ "HeaderLocalNetworkAccess": "Local Network Access",
+ "Live": "Live",
+ "Reset": "Reset",
+ "Repeat": "Repeat",
+ "Track": "Track",
+ "Tracks": "Tracks",
+ "HeaderCameraUpload": "Camera Upload",
+ "TrackCount": "{0} Tracks",
+ "ItemCount": "{0} Items",
+ "NumberChannelsValue": "{0} Channels",
+ "HeaderLatestMusic": "Latest Music",
+ "HeaderLatestAudioBooks": "Latest Audio Books",
+ "HeaderLatestDownloadedVideos": "Latest Downloaded Videos",
+ "HeaderRecentlyPlayed": "Recently Played",
+ "Recent": "Recent",
+ "HeaderFrequentlyPlayed": "Frequently Played",
+ "HeaderMoreLikeThis": "More Like This",
+ "HeaderMoreLikeThisOnLiveTV": "More Like This on Live TV",
+ "OriginalAirDateValue": "Original air date: {0}",
+ "EndsAtValue": "Ends at {0}",
+ "Date": "Date",
+ "AirDate": "Air Date",
+ "Played": "Played",
+ "Daily": "Daily",
+ "Weekly": "Weekly",
+ "RequireHashMatch": "Require a hash match",
+ "RequireHashMatchHelp": "Requiring a hash match will filter subtitles to include only those that have been tested with your exact video file. Unchecking this will increase the number of matched subtitles, but will also increase the chances of mistimed or incorrect subtitle text.",
+ "SearchForForcedSubtitlesOnly": "Forced subtitles only",
+ "SearchForForcedSubtitlesOnlyHelp": "Requiring forced subtitles will limit results to subtitles that are tagged as having a foreign language.",
+ "LastEpisodeDateAdded": "Last Episode Date Added",
+ "LastEpisodeDateAired": "Last Episode Date Released",
+ "LabelPlaystate": "Playstate",
+ "Studio": "Studio",
+ "Tag": "Tag",
+ "EpisodeTitle": "Episode Title",
+ "Audio": "Audio",
+ "Video": "Video",
+ "Subtitle": "Subtitle",
+ "Image": "Image",
+ "CopyStream": "Copy original stream",
+ "LabelAudioLayout": "Audio layout",
+ "LabelAudioCodec": "Audio codec",
+ "LabelAudioLanguage": "Audio language",
+ "LabelSubtitleLanguage": "Subtitle language",
+ "LabelVideoCodec": "Video codec",
+ "LabelSubtitleCodec": "Subtitle codec",
+ "LabelParentalRating": "Parental rating",
+ "BecauseYouLikeValue": "Because you like {0}",
+ "BecauseYouWatchedValue": "Because you watched {0}",
+ "DirectedByValue": "Directed by {0}",
+ "StarringValue": "Starring {0}",
+ "Invitations": "Invitations",
+ "ActorAsRole": "as {0}",
+ "ButtonOk": "OK",
+ "GroupItemsIntoCollections": "Group items into collections",
+ "GroupItemsIntoCollectionsHelp": "Group items based on collections they've been added to. Enabling certain filters or sort orders may automatically disable this.",
+ "GroupItemsIntoTags": "Group items into tags",
+ "GroupItemsIntoTagsHelp": "Group items based on tags they've been added to. Enabling certain filters or sort orders may automatically disable this.",
+ "User": "User",
+ "Access": "Access",
+ "Users": "Users",
+ "Library": "Library",
+ "Devices": "Devices",
+ "Cancel": "Cancel",
+ "Restart": "Restart",
+ "Shutdown": "Shutdown",
+ "Logs": "Logs",
+ "Visibility": "Visibility",
+ "Notifications": "Notifications",
+ "SendTestNotification": "Send Test Notification",
+ "NotificationSent": "Notification sent",
+ "DeleteNotificationConfirmation": "Are you sure you wish to delete this notification?",
+ "DeleteNotification": "Delete Notification",
+ "AddNotification": "Add Notification",
+ "EditNotification": "Edit Notification",
+ "LimitUserEventsTo": "Limit user events to",
+ "LimitLibraryEventsTo": "Limit library events to",
+ "LimitDeviceEventsTo": "Limit devices events to",
+ "ForAdditionalNotificationOptions": "Additional notification services can be installed by the server administrator in the Emby {0}plugin catalog{1}.",
+ "Plugins": "Plugins",
+ "Systems": "Systems",
+ "Server": "Server",
+ "Dashboard": "Dashboard",
+ "PlayOnAnotherDevice": "Play on another device",
+ "HeaderConnectionHelp": "Connection Help",
+ "AccessRestrictedTryAgainLater": "Access is currently restricted. Please try again later.",
+ "ButtonGotIt": "Got It",
+ "RememberMe": "Remember me",
+ "EmbyServer": "Emby Server",
+ "ManageEmbyServer": "Manage Emby Server",
+ "ShutdownServer": "Shutdown Emby Server",
+ "RestartServer": "Restart Emby Server",
+ "RecordingCancelled": "Recording Cancelled",
+ "SeriesCancelled": "Series Cancelled",
+ "Recording": "Recording",
+ "SeriesRecording": "Series Recording",
+ "RecordingScheduled": "Recording Scheduled",
+ "SeriesRecordingScheduled": "Series Recording Scheduled",
+ "HeaderNewRecording": "New Recording",
+ "HeaderWakeServer": "Wake Server",
+ "AttemptingWakeServer": "Attempting to wake server. Please wait...",
+ "WakeServerSuccess": "Success!",
+ "HeaderCustomizeHomeScreen": "Customize Home Screen",
+ "WakeServerError": "Wake On LAN packets were sent to your server machine, but we're unable to connect to your Emby Server. Your machine may need a little more time to wake, or Emby Server may not be actively running on the machine.",
+ "Days": "Days",
+ "Network": "Network",
+ "Networks": "Networks",
+ "SortByValue": "Sort by {0}",
+ "HeaderSortBy": "Sort By",
+ "HeaderPhotoAlbums": "Photo Albums",
+ "Photos": "Photos",
+ "HeaderAppearsOn": "Appears On",
+ "List": "List",
+ "HeaderRecordSeries": "Record Series",
+ "HeaderCinemaMode": "Cinema Intros",
+ "Conversions": "Conversions",
+ "Downloads": "Downloads",
+ "HeaderManageDownloads": "Manage Downloads",
+ "InternalStorage": "Internal storage",
+ "ExternalStorage": "External storage",
+ "UploadToFollowingServers": "Upload to Servers",
+ "UploadingNumItems": "Uploading {0} of {1}",
+ "DownloadNumItems": "Downloading {0} of {1}",
+ "HeaderSampleRate": "Sample Rate",
+ "HeaderReferenceFrames": "Reference Frames",
+ "HeaderBitDepth": "Bit Depth",
+ "HeaderPixelFormat": "Pixel Format",
+ "Profile": "Profile",
+ "Bitrate": "Bitrate",
+ "Expand": "Expand",
+ "Container": "Container",
+ "Format": "Format",
+ "Path": "Path",
+ "Size": "Size",
+ "Resolution": "Resolution",
+ "HeaderCodecTag": "Codec Tag",
+ "Framerate": "Framerate",
+ "Interlaced": "Interlaced",
+ "Anamorphic": "Anamorphic",
+ "Level": "Level",
+ "Timestamp": "Timestamp",
+ "Language": "Language",
+ "Codec": "Codec",
+ "Stream": "Stream",
+ "HeaderExtradata": "Extra Data",
+ "HeaderHardwareAcceleratedTranscoding": "Hardware Accelerated Transcoding",
+ "HeaderHardwareAcceleratedTranscodingDescription": "Take advantage of your server GPU. Emby has the most advanced and fastests hardware accelleration in the industry.",
+ "HeaderOfflineDownloads": "Offline Media",
+ "AndMuchMoreExclamation": "And much more!",
+ "HeaderOfflineDownloadsDescription": "Download media to your devices for easy offline use.",
+ "LiveTvFeatureDescription": "Stream Live TV to any Emby app, with a compatible TV tuner device installed on your Emby Server.",
+ "DvrFeatureDescription": "Schedule individual Live TV recordings, series recordings, and more with Emby DVR.",
+ "CinemaModeFeatureDescription": "Cinema Intros give you the true cinema experience with trailers and custom intros before the main feature.",
+ "HeaderFreeApps": "Free Emby Apps",
+ "FreeAppsFeatureDescription": "Enjoy free access to Emby apps for your devices.",
+ "HeaderBecomeProjectSupporter": "Get Emby Premiere",
+ "HeaderViewServerInfo": "View Server Info",
+ "PlaybackTvModeRequiresEmbyPremiere": "Media playback in TV mode requires an active {0}Emby Premiere subscription{1}.",
+ "FeatureRequiresEmbyPremiere": "This feature requires an active {0}Emby Premiere subscription{1}.",
+ "HeaderConvertYourRecordings": "Convert Your Recordings",
+ "Record": "Record",
+ "Save": "Save",
+ "Edit": "Edit",
+ "HeaderSavePlaylist": "Save Playlist",
+ "Latest": "Latest",
+ "Download": "Download",
+ "Downloaded": "Downloaded",
+ "Converted": "Converted",
+ "RemoveFromHistory": "Remove from History",
+ "ConfirmRemoveFromHistory": "Remove this item from the history?",
+ "Downloading": "Downloading",
+ "Advanced": "Advanced",
+ "LinkedToEmbyConnect": "Linked to Emby Connect",
+ "Delete": "Delete",
+ "Both": "Both",
+ "LabelChannelDisplay": "Channel display",
+ "HeaderDeleteItem": "Delete Item",
+ "HeaderDeleteUser": "Delete User",
+ "DeleteItemConfirmation": "Are you sure you wish to delete {0}?",
+ "DeleteUserConfirmation": "Are you sure you wish to delete user {0}?",
+ "DeleteUsersConfirmation": "Are you sure you wish to delete these {0} users?",
+ "HeaderDeleteDevice": "Delete Device",
+ "DeleteDeviceConfirmation": "Are you sure you wish to delete this device? It will reappear the next time a user signs in with it.",
+ "ConfirmDeleteItem": "Deleting this item will delete it from both the file system and your media library.",
+ "FollowingFilesWillBeDeleted": "The following files and folders will be deleted:",
+ "AreYouSureToContinue": "Are you sure you wish to continue?",
+ "Refresh": "Refresh",
+ "RefreshingMetadataDots": "Refreshing metadata...",
+ "ScanningLibraryFilesDots": "Scanning library files...",
+ "HeaderFavoritesThenByChannelNumber": "Favorites, Then by Channel Number",
+ "HeaderAddToCollection": "Add to Collection",
+ "HeaderFavoritesThenByTitle": "Favorites, Then by Title",
+ "HeaderFavoritesThenByDefault": "Favorites, Then by Default Channel Order",
+ "HeaderDefaultChannelOrder": "Default Channel Order",
+ "HeaderAddToFavorites": "Add to Favorites",
+ "HeaderRemoveFromFavorites": "Remove from Favorites",
+ "Favorited": "Favorited",
+ "Unfavorited": "Unfavorited",
+ "HeaderNewCollection": "New Collection",
+ "HeaderNewPlaylist": "New Playlist",
+ "AllCollections": "All Collections",
+ "AllPlaylists": "All Playlists",
+ "Create": "Create",
+ "HeaderAddedToPlaylist": "Added to Playlist",
+ "HeaderAddedToCollection": "Added to Collection",
+ "OneItemAddedTo": "1 item added to \"{0}\".",
+ "ItemsAddedTo": "{0} items added to \"{1}\".",
+ "HeaderAddedToPlayQueue": "Added to Play Queue",
+ "HeaderPlayingNext": "Playing Next",
+ "Help": "Help",
+ "HeaderGetHelp": "Get Help",
+ "LabelTVDisplayMode": "Enable TV display mode",
+ "Desktop": "Desktop",
+ "Mobile": "Mobile / Tablet",
+ "Navigation": "Navigation",
+ "HeaderVideoPlayback": "Video Playback",
+ "TV": "TV",
+ "HeaderEmbyConnect": "Emby Connect",
+ "Seasons": "Seasons",
+ "OneTrack": "1 Track",
+ "OneSeason": "1 Season",
+ "Libraries": "Libraries",
+ "NumberSeasonsValue": "{0} Seasons",
+ "TVDisplayModeHelp": "Optimize the user interface on this device for display on a TV and input method with a remote control. This is generally not recommended if your primary input method is a mouse or is touch-based.",
+ "LabelDisplayLanguage": "Display language",
+ "LabelDisplayLanguageHelp": "Translating Emby is an ongoing project.",
+ "LearnHowYouCanContribute": "Learn how you can contribute.",
+ "NewCollectionHelp": "Collections allow you to create personalized groupings of movies and other library content.",
+ "SearchForCollectionInternetMetadata": "Search the internet for artwork and 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",
+ "ServerStartup": "Server Startup",
+ "EmbyServerOnXHasStarted": "Emby Server on {0} has started.",
+ "LabelScreensaver": "Screensaver",
+ "LabelSoundEffects": "Sound effects",
+ "LabelName": "Name",
+ "NewCollectionNameExample": "Example: Star Wars Collection",
+ "MessageItemsAdded": "Items added.",
+ "OptionNew": "New...",
+ "LabelPlaylist": "Playlist",
+ "AddToPlaylist": "Add to playlist",
+ "HeaderAddToPlaylist": "Add to Playlist",
+ "Subtitles": "Subtitles",
+ "LabelTheme": "Theme",
+ "LabelSettingsTheme": "Settings theme",
+ "LabelThemeAccentColor": "Accent color",
+ "ThemeAccentColorDescription": "Controls the color of important indicators, icons and text.",
+ "SearchForSubtitles": "Search for Subtitles",
+ "LabelLanguage": "Language",
+ "Search": "Search",
+ "NoSubtitleSearchResultsFound": "No results found. Have you configured {0}subtitle downloading{1}?",
+ "NoLyricsSearchResultsFound": "No results found. Have you configured {0}lyrics downloading{1}?",
+ "Lyrics": "Lyrics",
+ "SearchForLyrics": "Search for Lyrics",
+ "Finish": "Finish",
+ "File": "File",
+ "Exit": "Exit",
+ "Sleep": "Sleep",
+ "Setup": "Setup",
+ "MessageAreYouSureDeleteSubtitles": "Are you sure you wish to delete this subtitle file?",
+ "ConfirmDeletion": "Confirm Deletion",
+ "MySubtitles": "My Subtitles",
+ "MessageDownloadQueued": "Download queued.",
+ "HeaderEditSubtitles": "Edit Subtitles",
+ "UnlockGuide": "Unlock Guide",
+ "HeaderRefreshMetadata": "Refresh Metadata",
+ "HeaderRefreshAllMetadata": "Refresh All Metadata",
+ "ReplaceExistingImages": "Replace existing images",
+ "ReplaceExistingImagesHelp": "All existing images will be deleted and new ones will be downloaded based on the options for the library. In some cases this may result in fewer available images than before.",
+ "ReplaceExistingThumbnailImages": "Replace existing video preview thumbnails",
+ "ReplaceExistingThumbnailImagesHelp": "All existing video preview thumbnails will be deleted and new ones will be generated, if enabled in the options for the library.",
+ "ReplaceAllMetadata": "Replace all metadata",
+ "SearchForMissingMetadata": "Search for missing metadata",
+ "LabelRefreshMode": "Refresh mode",
+ "NoItemsFound": "No items found.",
+ "HeaderSaySomethingLike": "Say Something Like...",
+ "ButtonTryAgain": "Try Again",
+ "HeaderYouSaid": "You Said...",
+ "MessageWeDidntRecognizeCommand": "We're sorry, we didn't recognize that command.",
+ "MessageIfYouBlockedVoice": "If you denied voice access to the app you'll need to reconfigure before trying again.",
+ "ValueDiscNumber": "Disc {0}",
+ "Unrated": "Unrated",
+ "Favorite": "Favorite",
+ "Like": "Like",
+ "Dislike": "Dislike",
+ "RefreshDialogHelp": "Metadata is updated with new data based on settings and metadata providers that are enabled in Emby library setup.",
+ "Open": "Open",
+ "Play": "Play",
+ "Pause": "Pause",
+ "HeaderPlayQueue": "Play Queue",
+ "HeaderAddToPlayQueue": "Add to Play Queue",
+ "Shuffle": "Shuffle",
+ "Identify": "Identify",
+ "HeaderRemoveIdentification": "Remove Identification",
+ "ResetMetadataConfirmation": "Are you sure you wish to reset all metadata?",
+ "HeaderEditMetadata": "Edit Metadata",
+ "Convert": "Convert",
+ "Resume": "Resume",
+ "HeaderInstantMix": "Instant Mix",
+ "HeaderGoToItem": "Go to Item",
+ "HeaderGoToSeason": "Go to Season",
+ "HeaderGoToSeries": "Go to Series",
+ "HeaderGoToAlbum": "Go to Album",
+ "HeaderGoToArtist": "Go to Artist",
+ "HeaderPlayAll": "Play All",
+ "PictureInPicture": "Picture in picture",
+ "Fullscreen": "Full screen",
+ "ExitFullscreen": "Exit full screen",
+ "Rewind": "Rewind",
+ "FastForward": "Fast-forward",
+ "Remove": "Remove",
+ "Rename": "Rename",
+ "Queue": "Queue",
+ "QueueAllFromHere": "Queue all from here",
+ "PlayAllFromHere": "Play all from here",
+ "PlayFromBeginning": "Play From Beginning",
+ "FromBeginning": "From Beginning",
+ "ResumeAt": "Resume from {0}",
+ "HeaderRemoveFromPlaylist": "Remove from Playlist",
+ "HeaderRemoveFromPlayQueue": "Remove from Play Queue",
+ "HeaderRemoveFromCollection": "Remove from Collection",
+ "Sort": "Sort",
+ "Trailer": "Trailer",
+ "SelectNone": "Select None",
+ "SelectAll": "Select All",
+ "HeaderMarkPlayed": "Mark Played",
+ "HeaderMarkUnplayed": "Mark Unplayed",
+ "HeaderGroupVersions": "Group Versions",
+ "PleaseSelectTwoItems": "Please select at least two items.",
+ "HeaderConfirmRecordingCancellation": "Confirm Recording Cancellation",
+ "MessageConfirmRecordingCancellation": "Cancel recording?",
+ "Album": "Album",
+ "AlbumArtist": "Album Artist",
+ "Error": "Error",
+ "VoiceInput": "Voice Input",
+ "LabelContentType": "Content type",
+ "LabelPath": "Path",
+ "Playlists": "Playlists",
+ "LabelTitle": "Title",
+ "LabelOriginalTitle": "Original title",
+ "LabelSortTitle": "Sort title",
+ "LabelDateAdded": "Date added",
+ "DateAdded": "Date Added",
+ "DateCreated": "Date Created",
+ "DateModified": "Date Modified",
+ "DatePlayed": "Date Played",
+ "DateLastActive": "Date Last Active",
+ "ConfigureDateAdded": "Configure how date added is determined in the Emby Server dashboard under Library settings",
+ "LabelStatus": "Status",
+ "LabelArtistsHelp": "Separate multiple using ;",
+ "HeaderAlbumArtists": "Album Artists",
+ "LabelAlbumArtists": "Album artists",
+ "LabelAlbum": "Album",
+ "Artist": "Artist",
+ "Artists": "Artists",
+ "ImdbRating": "IMDb Rating",
+ "CommunityRating": "Community Rating",
+ "LabelCriticRating": "Critic rating",
+ "CriticRating": "Critic Rating",
+ "LabelWebsite": "Website",
+ "Tagline": "Tagline",
+ "LabelOverview": "Overview",
+ "LabelShortOverview": "Short overview",
+ "LabelReleaseDate": "Release date",
+ "LabelPlaceOfBirth": "Place of birth",
+ "Aired": "Aired",
+ "LabelAirDays": "Air days",
+ "LabelAirTime": "Air time",
+ "LabelRuntimeMinutes": "Run time (minutes)",
+ "LabelCustomRating": "Custom rating",
+ "LabelOriginalAspectRatio": "Original aspect ratio",
+ "Label3DFormat": "3D format",
+ "FormatValue": "Format: {0}",
+ "DownloadsValue": "{0} Downloads",
+ "HashMatch": "Hash Match",
+ "EnableExternalVideoPlayers": "Enable external video players",
+ "EnableExternalVideoPlayersHelp": "An external player menu will be shown when starting video playback.",
+ "HeaderSpecialEpisodeInfo": "Special Episode Info",
+ "LabelAirsDuringSeason": "Airs during season",
+ "LabelAirsAfterSeason": "Airs after season",
+ "LabelAirsBeforeEpisode": "Airs before episode",
+ "HeaderExternalIds": "External Ids",
+ "HeaderDisplaySettings": "Display Settings",
+ "PlaylistOrder": "Playlist Order",
+ "CollectionOrder": "Collection Order",
+ "LabelDisplayOrder": "Display order",
+ "LabelFileOrder": "File order",
+ "Display": "Display",
+ "Countries": "Countries",
+ "Genres": "Genres",
+ "Studios": "Studios",
+ "Tags": "Tags",
+ "Links": "Links",
+ "Movie": "Movie",
+ "Program": "Program",
+ "Channel": "Channel",
+ "Episode": "Episode",
+ "Season": "Season",
+ "HeaderMetadataSettings": "Metadata Settings",
+ "People": "People",
+ "Number": "Number",
+ "Lock": "Lock",
+ "HeaderScreenLocked": "Screen Locked",
+ "HeaderUnlockControls": "Unlock Controls",
+ "HeaderTapToUnlock": "Tap to Unlock",
+ "LabelMetadataDownloadLanguage": "Preferred metadata download language",
+ "LabelImageDownloadLanguage": "Preferred image download language",
+ "LabelLockItemToPreventChanges": "Lock this item to prevent future changes",
+ "LockThisField": "Lock this field to prevent future changes when refreshing metadata",
+ "MessageLeaveEmptyToInherit": "Leave empty to inherit settings from a parent item, or the global default value.",
+ "LabelCountry": "Country",
+ "LabelCertificationCountry": "Certification country",
+ "CertificationCountryHelp": "This will influence which content rating system is used.",
+ "LabelDynamicExternalId": "{0} Id",
+ "LabelBirthYear": "Birth year",
+ "LabelBirthDate": "Birth date",
+ "LabelDeathDate": "Death date",
+ "LabelEndDate": "End date",
+ "LabelSeasonNumber": "Season number",
+ "LabelEpisodeNumber": "Episode number",
+ "LabelTrackNumber": "Track number",
+ "LabelNumber": "Number",
+ "LabelDiscNumber": "Disc number",
+ "LabelParentNumber": "Parent number",
+ "SortName": "Sort Title",
+ "OriginalTitle": "Original Title",
+ "ReleaseDate": "Release Date",
+ "Continuing": "Continuing",
+ "Ended": "Ended",
+ "HeaderEnabledFields": "Enabled Fields",
+ "HeaderEnabledFieldsHelp": "Uncheck a field to lock it and prevent its data from being changed.",
+ "Backdrops": "Backdrops",
+ "Images": "Images",
+ "Runtime": "Runtime",
+ "ProductionLocations": "Production locations",
+ "BirthLocation": "Birth location",
+ "ParentalRating": "Parental Rating",
+ "PlayCount": "Play count",
+ "Name": "Name",
+ "Overview": "Overview",
+ "LabelType": "Type",
+ "LabelPersonRole": "Role",
+ "LabelPersonRoleHelp": "Example: Ice cream truck driver",
+ "Actor": "Actor",
+ "Composers": "Composers",
+ "Composer": "Composer",
+ "Director": "Director",
+ "GuestStar": "Guest star",
+ "Producer": "Producer",
+ "Writer": "Writer",
+ "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.",
+ "InstallingPackage": "Installing {0}",
+ "PackageInstallCompleted": "{0} installation completed.",
+ "PackageInstallFailed": "{0} installation failed.",
+ "PackageInstallCancelled": "{0} installation cancelled.",
+ "SeriesYearToPresent": "{0} - Present",
+ "OneDevice": "1 Device",
+ "DeviceCountValue": "{0} Devices",
+ "OneLog": "1 Log",
+ "LogCountValue": "{0} Logs",
+ "OneVote": "1 Vote",
+ "VoteCountValue": "{0} Votes",
+ "OneLike": "1 Like",
+ "LikeCountValue": "{0} Likes",
+ "OneUser": "1 User",
+ "UserCountValue": "{0} Users",
+ "OneLibrary": "1 Library",
+ "LibraryCountValue": "{0} Libraries",
+ "ValueOneItem": "1 Item",
+ "ValueOneEpisode": "1 episode",
+ "ValueEpisodeCount": "{0} episodes",
+ "Albums": "Albums",
+ "Song": "Song",
+ "Songs": "Songs",
+ "Authors": "Authors",
+ "Books": "Books",
+ "AudioBooks": "Audio books",
+ "HeaderAudioBooks": "Audio Books",
+ "HeaderAudioBook": "Audio Book",
+ "HeaderIdentifyItemHelp": "Enter one or more search criteria. Remove criteria to increase search results.",
+ "PleaseEnterNameOrId": "Please enter a name or an external Id.",
+ "MessageItemSaved": "Item saved.",
+ "SearchResults": "Search Results",
+ "ServerNameIsRestarting": "Emby Server - {0} is restarting.",
+ "ServerNameIsShuttingDown": "Emby Server - {0} is shutting down.",
+ "HeaderDeleteItems": "Delete Items",
+ "ConfirmDeleteItems": "Deleting these items will delete them from both the file system and your media library.",
+ "PleaseRestartServerName": "Please Restart Emby Server on {0}",
+ "ConvertingDots": "Converting...",
+ "LabelSyncNoTargetsHelp": "It looks like you don't currently have any apps that support offline downloading.",
+ "DownloadingDots": "Downloading...",
+ "LearnMore": "Learn more",
+ "LabelBitrateMbps": "Bitrate (Mbps)",
+ "ConvertUnwatchedVideosOnly": "Convert unplayed videos only",
+ "SyncUnwatchedVideosOnly": "Download unplayed videos only",
+ "ConvertUnwatchedVideosOnlyHelp": "Only videos that are not marked as fully played will be converted.",
+ "SyncUnwatchedVideosOnlyHelp": "Only videos that are not marked as fully played will be downloaded, and videos will be removed from the device as they are fully played.",
+ "AutomaticallySyncNewContent": "Automatically download new content",
+ "AutomaticallySyncNewContentHelp": "New content added to this folder will be automatically downloaded to the device.",
+ "AutomaticallyConvertNewContent": "Automatically convert new content",
+ "AutomaticallyConvertNewContentHelp": "New content added to this folder will be automatically converted.",
+ "LabelItemLimit": "Item limit",
+ "ConvertItemLimitHelp": "Optional. Set a limit to the number of items that will be converted.",
+ "DownloadItemLimitHelp": "Optional. Set a limit to the number of items that will be downloaded.",
+ "PleaseSelectDeviceToSyncTo": "Please select a device to download to.",
+ "Screenshots": "Screenshots",
+ "MoveRight": "Move right",
+ "MoveLeft": "Move left",
+ "HeaderUploadNewImage": "Upload New Image",
+ "HeaderDeleteImage": "Delete Image",
+ "ConfirmDeleteImage": "Delete image?",
+ "HeaderEditImages": "Edit Images",
+ "Settings": "Settings",
+ "ShowIndicatorsFor": "Show Indicators",
+ "Episodes": "Episodes",
+ "Programs": "Programs",
+ "HeaderCastCrew": "Cast & Crew",
+ "DvrSubscriptionRequired": "Emby Live TV & DVR require an active {0}Emby Premiere subscription{1}.",
+ "HeaderCancelRecording": "Cancel Recording",
+ "HeaderKeepRecording": "Keep Recording",
+ "HeaderCancelSeries": "Cancel Series",
+ "HeaderKeepSeries": "Keep Series",
+ "HeaderLearnMore": "Learn More",
+ "SeriesSettings": "Series settings",
+ "HeaderRecordingOptions": "Recording Options",
+ "HeaderDoNotRecord": "Do not record",
+ "HeaderSeriesOptions": "Series Options",
+ "Layout": "Layout",
+ "Channels": "Channels",
+ "ChannelNameOnly": "Channel {0} only",
+ "Anytime": "Anytime",
+ "AnyLanguage": "Any language",
+ "AroundTime": "Around {0}",
+ "HeaderLatestMovies": "Latest Movies",
+ "All": "All",
+ "Stop": "Stop",
+ "AllChannels": "All channels",
+ "NewEpisodesOnly": "New episodes only",
+ "AllEpisodes": "All episodes",
+ "LabelStartWhenPossible": "Start when possible",
+ "LabelStopWhenPossible": "Stop when possible",
+ "MinutesBefore": "minutes before",
+ "MinutesAfter": "minutes after",
+ "SkipEpisodesAlreadyInMyLibrary": "Don't record episodes that are already in my library",
+ "SkipEpisodesAlreadyInMyLibraryHelp": "Episodes will be compared using season and episode numbers, when available.",
+ "LabelKeepUpTo": "Keep up to",
+ "AsManyAsPossible": "As many as possible",
+ "DefaultErrorMessage": "There was an error processing the request. Please try again later.",
+ "UntilIDelete": "Until I delete",
+ "UntilSpaceNeeded": "Until space needed",
+ "Categories": "Categories",
+ "Sports": "Sports",
+ "News": "News",
+ "Movies": "Movies",
+ "Music": "Music",
+ "Kids": "Kids",
+ "MoreFromValue": "More from {0}",
+ "DiedValue": "Died: {0}",
+ "BornValue": "Born: {0}",
+ "EnableColorCodedBackgrounds": "Apply colored backgrounds to shows, based on their category",
+ "SortChannelsBy": "Sort channels by",
+ "ChannelNumber": "Channel Number",
+ "HeaderBenefitsEmbyPremiere": "Benefits of Emby Premiere",
+ "ThankYouForTryingEnjoyOneMinute": "Please enjoy one minute of playback. Thank you for trying Emby.",
+ "HeaderTryPlayback": "Try Playback",
+ "HowDidYouPay": "How did you pay?",
+ "IHaveEmbyPremiere": "I have Emby Premiere",
+ "IPurchasedThisApp": "I purchased this app",
+ "ButtonRestorePreviousPurchase": "Restore Purchase",
+ "ButtonUnlockWithPurchase": "Unlock with Purchase",
+ "ButtonUnlockPrice": "Unlock {0}",
+ "EmbyPremiereMonthlyWithPrice": "Emby Premiere Monthly {0}",
+ "HeaderAlreadyPaid": "Already Paid?",
+ "ButtonPlayOneMinute": "Play One Minute",
+ "PlaceFavoriteChannelsAtBeginning": "Place favorite channels at the beginning",
+ "HeaderUnlockFeature": "Unlock Feature",
+ "MessageDidYouKnowCinemaMode": "Did you know that with Emby Premiere, you can enhance your experience with features like Cinema Intros?",
+ "HeaderPlayMyMedia": "Play my Media",
+ "HeaderDiscoverEmbyPremiere": "Discover Emby Premiere",
+ "HeaderNowPlaying": "Now Playing",
+ "Items": "Items",
+ "AppName": "App Name",
+ "OneChannel": "One channel",
+ "ConfirmRemoveDownload": "Remove download?",
+ "ConfirmRemoveItem": "Remove item?",
+ "RemoveDownload": "Remove Download",
+ "ConfirmCancelConversion": "Cancel conversion?",
+ "CancelConversion": "Cancel Conversion",
+ "KeepDownload": "Keep download",
+ "AddedOnValue": "Added {0}",
+ "PlayedOnValue": "Played {0}",
+ "CreatedOnValue": "Created {0}",
+ "UpdatedOnValue": "Updated {0}",
+ "RemovingFromDevice": "Removing from device",
+ "KeepOnDevice": "Keep on device",
+ "CancelDownload": "Cancel download",
+ "SyncJobItemStatusReadyToTransfer": "Ready to Transfer",
+ "SyncJobItemStatusSyncedMarkForRemoval": "Removing from device",
+ "SyncJobItemStatusQueued": "Queued",
+ "SyncJobItemStatusConverting": "Converting",
+ "SyncJobItemStatusTransferring": "Transferring",
+ "SyncJobItemStatusSynced": "Downloaded",
+ "Failed": "Failed",
+ "SyncJobItemStatusRemovedFromDevice": "Removed from device",
+ "Cancelled": "Cancelled",
+ "Retry": "Retry",
+ "Continue": "Continue",
+ "ContinueInSecondsValue": "Continue in {0} seconds.",
+ "HeaderRemoteControl": "Remote Control",
+ "Disconnect": "Disconnect",
+ "EnableDisplayMirroring": "Enable display mirroring",
+ "RemoteAccess": "Remote Access",
+ "HeaderPlayOn": "Play On",
+ "Quality": "Quality",
+ "Auto": "Auto",
+ "AndroidUnlockRestoreHelp": "To restore your previous purchase, please ensure you're signed into the device with the same Google (or Amazon) account that originally made the purchase. Make sure the app store is enabled and not restricted by any parental controls, and ensure you have an active internet connection. You'll only have to do this once to restore your previous purchase.",
+ "HeaderAspectRatio": "Aspect Ratio",
+ "Original": "Original",
+ "Fill": "Fill",
+ "Cover": "Cover",
+ "MessageNoServersAvailableToConnect": "No servers are available to connect to. If you've been invited to share a server, make sure to accept it below or by clicking the link in the email.",
+ "MessagePlayAccessRestricted": "Playback of this content is currently restricted. Please contact your Emby Server administrator for more information.",
+ "Accept": "Accept",
+ "Reject": "Reject",
+ "Connect": "Connect",
+ "HeaderMyMedia": "My Media",
+ "HeaderMyMediaSmall": "My Media (small)",
+ "LatestFromLibrary": "Latest {0}",
+ "HeaderLatestEpisodes": "Latest Episodes",
+ "ContinuePlaying": "Continue playing",
+ "ContinueWatching": "Continue watching",
+ "HeaderLatestChannelMedia": "Latest Channel Items",
+ "HeaderContinueWatching": "Continue Watching",
+ "HeaderContinueListening": "Continue Listening",
+ "HeaderActiveRecordings": "Active Recordings",
+ "HeaderLatestRecordings": "Latest Recordings",
+ "LabelConvertTo": "Convert to",
+ "LabelDownloadTo": "Download to",
+ "HeaderDownloadToDots": "Download to...",
+ "Next": "Next",
+ "LabelSource": "Source",
+ "VersionNumber": "Version {0}",
+ "HeaderAllLanguages": "All Languages",
+ "Previous": "Previous",
+ "HeaderNextUp": "Next Up",
+ "HeaderPlayNextUp": "Play Next Up",
+ "HeaderLatestFrom": "Latest from {0}",
+ "LabelHomeScreenSectionValue": "Home screen section {0}",
+ "PasswordResetComplete": "The password has been reset.",
+ "PasswordSaved": "Password saved.",
+ "SettingsSaved": "Settings saved.",
+ "Upcoming": "Upcoming",
+ "HeaderSelectImageFile": "Select Image File",
+ "None": "None",
+ "More": "More",
+ "Up": "Up",
+ "Down": "Down",
+ "Home": "Home",
+ "Back": "Back",
+ "Random": "Random",
+ "Playback": "Playback",
+ "Favorites": "Favorites",
+ "HeaderHomeScreen": "Home Screen",
+ "HeaderLatestChannelItems": "Latest Channel Items",
+ "HeaderLibraryOrder": "Library Order",
+ "HeaderOnNow": "On Now",
+ "HeaderForKids": "For Kids",
+ "HeaderPlaybackError": "Playback Error",
+ "PlaybackErrorNotAllowed": "You're currently not authorized to play this content. Please contact your system administrator for details.",
+ "RateLimitExceeded": "Your account has exceeded the maximum streaming limit set by your Emby Server administrator. Please contact them for assistance.",
+ "PlaybackErrorNoCompatibleStream": "No compatible streams are currently available. Please try again later or contact your system administrator for details.",
+ "PlaybackErrorPlaceHolder": "Please insert the disc in order to play this video.",
+ "PlaybackErrorNoPlayableItems": "No playable items were found. Are you trying to play an empty folder?",
+ "Guide": "Guide",
+ "Games": "Games",
+ "GameSystem": "Game System",
+ "Suggestions": "Suggestions",
+ "HeaderFavoriteChannels": "Favorite Channels",
+ "HeaderFavoriteCollections": "Favorite Collections",
+ "HeaderFavoritePlaylists": "Favorite Playlists",
+ "Collection": "Collection",
+ "Collections": "Collections",
+ "LabelSelectFolderGroups": "Automatically group content from the following folders into views such as Movies, Music and TV:",
+ "LabelSelectFolderGroupsHelp": "Folders that are unchecked will be displayed by themselves in their own view.",
+ "Mute": "Mute",
+ "Unmute": "Unmute",
+ "Folder": "Folder",
+ "Folders": "Folders",
+ "FileName": "File Name",
+ "DisplayInOtherHomeScreenSections": "Display in secondary home screen sections such as latest media and continue watching",
+ "DisplayInMyMedia": "Display on home screen",
+ "Shows": "Shows",
+ "MoviesAndShows": "Movies & Shows",
+ "HeaderMusicVideo": "Music Video",
+ "HeaderMusicVideos": "Music Videos",
+ "MusicVideos": "Music videos",
+ "Videos": "Videos",
+ "MixedContent": "Mixed content",
+ "HomeVideos": "Home videos",
+ "HomeVideosAndPhotos": "Home videos & photos",
+ "TVShows": "TV shows",
+ "HeaderLibraryFolders": "Library Folders",
+ "HeaderTermsOfPurchase": "Terms of Purchase",
+ "PrivacyPolicy": "Privacy policy",
+ "TermsOfUse": "Terms of Use",
+ "HeaderRepeatMode": "Repeat Mode",
+ "HeaderToneMapping": "Tone Mapping",
+ "RepeatOne": "Repeat one",
+ "RepeatAll": "Repeat all",
+ "ConfirmEndPlayerSession": "Would you like to shutdown Emby on {0}?",
+ "Yesterday": "Yesterday",
+ "Yes": "Yes",
+ "No": "No",
+ "HeaderScanLibraryFiles": "Scan Library Files",
+ "LiveTV": "Live TV",
+ "Schedule": "Schedule",
+ "Recordings": "Recordings",
+ "ScanForNewAndUpdatedFiles": "Scan for new and updated files",
+ "NewVersionOfXAvailableForY": "{0} is Available for {1}",
+ "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",
+ "HeaderHardwareAcceleratedDecoding": "Hardware Accelerated Decoding",
+ "HeaderHardwareAcceleratedEncoding": "Hardware Accelerated Encoding",
+ "HeaderDirectPlay": "Direct Play",
+ "DirectPlaying": "Direct playing",
+ "DirectStreaming": "Direct streaming",
+ "Transcode": "Transcode",
+ "Transcoding": "Transcoding",
+ "ContainerBitrateExceedsLimit": "Reducing bitrate due to quality setting",
+ "VideoCodecNotSupported": "Converting video to compatible codec",
+ "AudioCodecNotSupported": "Converting audio to compatible codec",
+ "SubtitleCodecNotSupported": "Converting subtitles directly into video",
+ "DirectPlayError": "Recovering from playback error",
+ "ContainerNotSupported": "Converting to compatible container",
+ "VideoLevelNotSupported": "Converting to compatible video level",
+ "AudioBitrateNotSupported": "Converting to compatible audio bitrate",
+ "AudioChannelsNotSupported": "Converting to compatible number of audio channels",
+ "VideoResolutionNotSupported": "Converting to compatible video resolution",
+ "AudioProfileNotSupported": "Converting to compatible audio profile",
+ "AudioSampleRateNotSupported": "Converting to compatible audio sample rate",
+ "AnamorphicVideoNotSupported": "Anamorphic video not supported",
+ "InterlacedVideoNotSupported": "Deinterlacing video",
+ "SecondaryAudioNotSupported": "Selecting secondary audio track",
+ "ExternalAudioNotSupported": "Selecting external audio track",
+ "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",
+ "Offline": "Offline",
+ "HeaderSignUp": "Sign Up",
+ "ServerDownloadMessage": "To download and install the free Emby Server visit {0}",
+ "ServerDownloadMessageWithoutLink": "To download and install the free Emby Server visit the Emby website.",
+ "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",
+ "Skip": "Skip",
+ "HeaderAdditionalParts": "Additional Parts",
+ "ButtonGenerateNewPin": "Generate New Pin",
+ "ConnectLoginHelp1": "With Emby Connect you can easily access your Emby Server wherever you are and share servers with your family and friends.",
+ "CreatePinErrorMessage": "An error occurred while creating a pin code. Please click Generate New Pin to try again.",
+ "PinExpiredMessage": "The pin code has expired. Please click Generate New Pin to try again.",
+ "ConnectPinCodeHeader": "To sign in with Emby Connect, use a mobile device or computer to visit {0} and enter the following pin code:",
+ "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",
+ "Absolute": "Absolute",
+ "Smart": "Smart",
+ "Small": "Small",
+ "Smaller": "Smaller",
+ "Medium": "Medium",
+ "Large": "Large",
+ "Larger": "Larger",
+ "ExtraLarge": "Extra large",
+ "ExtraSmall": "Extra small",
+ "Forced": "Forced",
+ "External": "External",
+ "HeaderEmbeddedTitle": "Embedded Title",
+ "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.",
+ "HeaderSubtitleSettings": "Subtitle Settings",
+ "HeaderSubtitleAppearance": "Subtitle Appearance",
+ "OnlyForcedSubtitlesHelp": "Only subtitles marked as forced will be loaded.",
+ "AutoSelectHearingImpairedHelp": "Subtitles matching the language preference will be loaded, with a preference given to tracks that are marked as hearing impaired (SDH).",
+ "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",
+ "LabelBackgroundColor": "Background color",
+ "LabelBackgroundOpacity": "Background opacity",
+ "Raised": "Raised",
+ "Depressed": "Depressed",
+ "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).",
+ "Normal": "Normal",
+ "HeaderWaitingForWifi": "Waiting for Wifi",
+ "WifiRequiredToDownload": "A Wifi connection is required to continue downloading.",
+ "DownloadOnlyOnWifi": "Download only on Wifi",
+ "LabelMusicDownloadQuality": "Music download quality",
+ "MusicDownloadQualityHelp": "Audio files with a higher bitrate will be converted by Emby Server. Select a higher value for better quality, or a lower value to conserve local storage space.",
+ "HeaderDownloadSettings": "Download Settings",
+ "LabelDownloadLocation": "Download location",
+ "BrowseForFolder": "BrowseForFolder",
+ "Unlimited": "Unlimited",
+ "NoLimit": "No limit",
+ "Hide": "Hide",
+ "HeaderKeepWatching": "Keep Watching",
+ "HeaderNextEpisode": "Next Episode",
+ "AudioBitDepthNotSupported": "Converting to compatible audio bit depth",
+ "VideoBitrateNotSupported": "Converting to compatible video bitrate",
+ "VideoProfileNotSupported": "Converting to compatible video profile",
+ "VideoFramerateNotSupported": "Converting to compatible video framerate",
+ "VideoBitDepthNotSupported": "Converting to compatible video bit depth",
+ "RefFramesNotSupported": "Converting to compatible number of video reference frames",
+ "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.",
+ "HeaderStopRecording": "Stop Recording",
+ "ManageRecording": "Manage recording",
+ "LabelDropImageHere": "Drag and drop image here, or click to select an image to upload.",
+ "MessageFileReadError": "There was an error reading the file. Please try again.",
+ "Browse": "Browse",
+ "HeaderUploadImage": "Upload Image",
+ "HeaderAddUpdateImage": "Add/Update Image",
+ "HeaderShowFields": "Show Fields",
+ "LabelView": "View",
+ "LabelImageType": "Image type",
+ "Upload": "Upload",
+ "Primary": "Primary",
+ "PrimaryImageBlur": "Primary image blur",
+ "Art": "Art",
+ "Backdrop": "Backdrop",
+ "Banner": "Banner",
+ "Box": "Box",
+ "BoxRear": "Box (Rear)",
+ "Disc": "Disc",
+ "Logo": "Logo",
+ "LogoDark": "Logo (Dark Version)",
+ "LogoLight": "Logo (Light Version)",
+ "LogoLightColor": "Logo (Light with Color)",
+ "Menu": "Menu",
+ "Screenshot": "Screenshot",
+ "Thumb": "Thumb",
+ "HeaderAudioSettings": "Audio Settings",
+ "LabelAudioLanguagePreference": "Preferred audio language",
+ "LabelPlayDefaultAudioTrack": "Play default audio track regardless of language",
+ "HeaderVideoQuality": "Video Quality",
+ "CinemaModeConfigurationHelp": "Cinema Intros bring the theater experience straight to your living room with the ability to play trailers and custom intros before the main feature.",
+ "ShowUpNextPreview": "Show up next preview",
+ "ShowUpNextPreviewHelp": "Show information for the next item near the end of the current one.",
+ "PlayNextEpisodeAutomatically": "Play next episode automatically",
+ "LabelMaxChromecastBitrate": "Chromecast streaming quality",
+ "LabelSkipBackLength": "Skip back length",
+ "LabelSkipForwardLength": "Skip forward length",
+ "EnableCinemaMode": "Enable Cinema Intros",
+ "LabelInternetQuality": "Remote streaming quality",
+ "LabelCellularQuality": "Remote streaming quality (cellular)",
+ "HeaderMusicQuality": "Music Quality",
+ "LabelHomeNetworkQuality": "Home streaming quality",
+ "HeaderLatestMedia": "Latest Media",
+ "HeaderRestartingEmbyServer": "Restarting Emby Server",
+ "RestartPleaseWaitMessage": "Please wait while Emby Server shuts down and restarts. This may take a minute or two.",
+ "HeaderPlayNext": "Play Next",
+ "AutoBasedOnLanguageSetting": "Auto (based on device setting)",
+ "SameAsMainTheme": "Same as main theme",
+ "LabelDateTimeLocale": "Date time locale",
+ "Genre": "Genre",
+ "DirectorValue": "Director: {0}",
+ "DirectorsValue": "Directors: {0}",
+ "GenreValue": "Genre: {0}",
+ "GenresValue": "Genres: {0}",
+ "TagsValue": "Tags: {0}",
+ "Off": "Off",
+ "Title": "Title",
+ "Year": "Year",
+ "Filter": "Filter",
+ "Filters": "Filters",
+ "Unplayed": "Unplayed",
+ "LabelTVHomeScreen": "TV mode home screen",
+ "Horizontal": "Horizontal",
+ "Vertical": "Vertical",
+ "HeaderGroupBy": "Group By",
+ "HeaderMediaType": "Media Type",
+ "GroupBySeries": "Group by series",
+ "HeaderVideoType": "Video Type",
+ "HeaderSeriesStatus": "Series Status",
+ "Features": "Features",
+ "Trailers": "Trailers",
+ "Extras": "Extras",
+ "ThemeSongs": "Theme songs",
+ "ThemeVideos": "Theme videos",
+ "HeaderFavoriteMovies": "Favorite Movies",
+ "HeaderFavoritePhotos": "Favorite Photos",
+ "HeaderFavoriteShows": "Favorite Shows",
+ "HeaderFavoriteEpisodes": "Favorite Episodes",
+ "HeaderFavoriteVideos": "Favorite Videos",
+ "HeaderFavoriteMusicVideos": "Favorite Music Videos",
+ "HeaderFavoriteGames": "Favorite Games",
+ "HeaderFavoriteArtists": "Favorite Artists",
+ "HeaderFavoriteAlbums": "Favorite Albums",
+ "HeaderFavoriteSongs": "Favorite Songs",
+ "HeaderFavoriteAuthors": "Favorite Authors",
+ "HeaderFavoriteAudioBooks": "Favorite Audio Books",
+ "Ascending": "Ascending",
+ "Descending": "Descending",
+ "HeaderColorPrimaries": "Color Primaries",
+ "HeaderColorSpace": "Color Space",
+ "HeaderColorTransfer": "Color Transfer",
+ "HeaderVideoRange": "Video Range",
+ "SeriesDisplayOrderHelp": "Order episodes by air date, dvd order, or absolute numbering.",
+ "LabelVerticalPositionFromBottom": "Vertical position (from bottom)",
+ "HeaderFavoritePeople": "Favorite People",
+ "MultiSelect": "Multi-Select",
+ "HeaderSignOut": "Sign Out",
+ "HeaderSelectServer": "Select Server",
+ "HeaderChangeServer": "Change Server",
+ "HeaderChangeUser": "Change User",
+ "HeaderAppSettings": "App Settings",
+ "HeaderLoginSettings": "Login Settings",
+ "LabelRememberLogin": "Remember login",
+ "LabelAutomaticallySignOut": "Automatically sign out",
+ "BetaTesterMessage": "Thank you for being an Emby beta tester! Please leave feedback in the {0}Testing Area of the Emby Community{1}.",
+ "HardwareAccelerated": "Hardware accelerated",
+ "Software": "Software",
+ "Metadata": "Metadata",
+ "HeaderMediaInfo": "Media Info",
+ "HeaderSplitVersionsApart": "Split Versions Apart",
+ "Any": "Any",
+ "Admin": "Admin",
+ "HeaderReadMore": "Read More",
+ "CustomRatingHelp": "A custom rating is used for parental control evaluations but is not displayed. The parental rating field is still displayed.",
+ "KeepUpToHelp": "Recordings over the limit are deleted when the next recording begins. Oldest recordings are deleted first, by date added.",
+ "NoItemsMatchingFound": "No items matching your search criteria were found.",
+ "TwoSearchCharsRequired": "Please enter at least two search characters.",
+ "PreventPlaybackContinuing": "Prevent playback from continuing indefinitely by periodically prompting for user input.",
+ "PromptStillWatching": "Enable 'Are You Still Watching?' prompt",
+ "HeaderMissingMetadata": "Missing Metadata",
+ "HeaderIncludedIn": "Included In",
+ "EmbyConnectUserAlreadyLinked": "The Emby Connect user is already linked to another user on this server.",
+ "VideoFilesWillBeConvertedTo": "Converted videos will be saved as {0}.",
+ "VideoWillBeConvertedTo": "Video streams will be converted to {0}, or copied from the original file if they are already {0} and the quality fits within the conversion options.",
+ "VideoWillBeConvertedToOrCopied": "Video streams will be converted to {0}, or copied from the original file if they are any of ({1}), and the quality fits within the conversion options.",
+ "AudioWillBeConvertedTo": "Audio streams will be converted to {0}, or copied from the original file if they are already {0} and the quality fits within the conversion options.",
+ "AudioWillBeConvertedToOrCopied": "Audio streams will be converted to {0}, or copied from the original file if they are any of ({1}), and the quality fits within the conversion options.",
+ "HeaderSpecialKeys": "Special Keys",
+ "FollowingSpecialKeys": "The following special keys are supported on most keyboards and remote controls:",
+ "HeaderDeleteSeries": "Delete Series",
+ "HeaderDeleteLastPlayedEpisode": "Delete Last Played Episode",
+ "HeaderConnectingToServer": "Connecting to Server",
+ "ServerNameValue": "Server name: {0}",
+ "DomainValue": "Domain: {0}",
+ "RatedValue": "Rated {0}",
+ "LocalServerRedirectMessage": "You will now be redirected to the domain owned and operated by the administrator of the server you've chosen to connect to:",
+ "AllMediaOwnedHosted": "All media is hosted and managed by the owner of {0}.",
+ "EnableResolutionSwitching": "Match video resolution",
+ "EnableResolutionSwitchingHelp": "This enables Emby to change the resolution to the same value the video was encoded in before starting playback. This may help minimize the amount of stutter/judder that you might otherwise see when playing videos which do not match up well.",
+ "EnableDisplayRefreshRateSwitching": "Enable display refresh rate switching",
+ "EnableDisplayRefreshRateSwitchingHelp": "This enables Emby to change the display refresh rate to the same value (or multiple of) as the framerate the video was encoded in before starting playback. This may help minimize the amount of stutter/judder that you might otherwise see when playing videos which do not match up well.",
+ "RememberSelectedAudioTracks": "Remember audio track selections",
+ "RememberSelectedSubtitleTracks": "Remember subtitle track selections",
+ "RememberSelectedSubtitleTracksHelp": "Subtitle track selections will be remembered on a per video basis and reapplied when playing the same video again.",
+ "RememberSelectedAudioTracksHelp": "Audio track selections will be remembered on a per video basis and reapplied when playing the same video again.",
+ "ClearSavedTrackSelections": "Clear saved track selections",
+ "HeaderClearTrackSelections": "Clear Saved Track Selections",
+ "QuestionClearSavedTracks": "Clear all saved track selections?",
+ "LabelChannelTags": "Channel tags",
+ "AfterThisPlaysConfirmation": "After this plays, do you want to keep playing or clear the music you previously queued?",
+ "Keep": "Keep",
+ "Clear": "Clear",
+ "HeaderClearFilters": "Clear Filters",
+ "HeaderSearchForImages": "Search for Images",
+ "HeaderSearchNewImage": "Search for a New Image",
+ "HeaderSearchForAnImage": "Search for an Image",
+ "DragDropToReorder": "Drag and Drop to Reorder",
+ "HeaderAddImageFromUrl": "Add Image from URL",
+ "HeaderSetImageFromUrl": "Set Image from URL",
+ "LabelUrl": "Url",
+ "LabelChannelNumber": "Channel number",
+ "LabelGuideDataChannel": "Guide data channel",
+ "GuideDataSource": "Guide Data Source",
+ "HeaderCopyToClipboard": "Copy to Clipboard",
+ "TimeRemainingValue": "{0} remaining",
+ "LabelResumeRewindSeconds": "When resuming, automatically rewind",
+ "ResumeRewindSecondsHelp": "This may help you remember where you left off. This applies to the initial resume and not each individual pause during playback.",
+ "HeaderSavePlayQueueToPlaylist": "Save Play Queue to Playlist",
+ "EnableLogoImagesAsTitle": "Display logo images as titles on detail screens",
+ "EnableLogoImagesAsTitleHelp": "When available, logo images can be used in place of title text on video, series, and other detail screens. The title will fallback to text when a logo image is not available.",
+ "LabelNowPlayingAudioBackgroundStyle": "Now playing audio background style",
+ "LabelNowPlayingVideoBackgroundStyle": "Now playing video background style",
+ "NowPlayingVideoBackgroundStyleHelp": "Determines the background style when remote controlling video playback on another device.",
+ "Rotation": "Rotation",
+ "Minutes": "Minutes",
+ "LabelMaxRecordingLength": "Max recording length",
+ "MaxRecordingLengthHelp": "Limit recordings to a specified amount of time, regardless of the duration of the broadcast. Set to 0 for no limit.",
+ "RemoteWAN": "Remote (WAN) Address",
+ "HeaderLastConnectedTo": "Last Connection To",
+ "Version": "Version",
+ "Keyword": "Keyword",
+ "HeaderServerAddress": "Server Address",
+ "HeaderSkipIntro": "Skip Intro",
+ "HeaderCreateRecording": "Create Recording",
+ "HeaderAddRecording": "Add Recording",
+ "HeaderChannelAndTime": "Channel and Time",
+ "LabelRecordProgramOrSeriesFrom": "Record a program or series from",
+ "LabelStartTime": "Start time",
+ "LabelEndTime": "End time",
+ "LabelFrequency": "Frequency",
+ "Recurring": "Recurring",
+ "Once": "Once",
+ "Start": "Start",
+ "Unpause": "Unpause",
+ "LabelIntroSkipMode": "Intro skip mode",
+ "ShowSkipIntroButton": "Show 'Skip Intro' button",
+ "AutoSkipIntro": "Automatically skip intros",
+ "DisplayRatingInformationOnVideoPlaybackStart": "Display rating information on video playback start",
+ "DisplayRatingInformationOnVideoPlaybackStartHelp": "The rating information will display briefly when video playback begins.",
+ "IntroSkipModeHelp": "Display a 'Skip Intro' button or automatically skip intros for episodes in which Emby Server has detected intro markers. Intro detection must be enabled in Emby Server library options.",
+ "EnableHomeScreenFocusPreview": "Use a layout on the home screen that shows a detailed preview of the selected item",
+ "EnableHomeScreenFocusPreviewHelp": "This may not work well if your home screen contains a mixture of different media types.",
+ "LabelHideMediaTransportButtons": "Hide video player transport buttons",
+ "HideMediaTransportButtonsHelp": "Create a simpler on-screen playback interface by hiding basic transport buttons such as skip forward, back and pause. You'll still be able to use these functions using arrow keys and OK/Enter. Auto will hide the transport buttons when no mouse usage is detected within the app.",
+ "ImageSizeHelp": "Set your preferred size of image grids.",
+ "ThisImageIsOnlyPreview": "This image is only a preview that came from the metadata search engine. The actual image that Emby Server downloads may be different and will depend on the options you've configured in Emby library setup.",
+ "ResultsRangeValue": "{0} to {1} of {2}",
+ "NotificationsDescription": "Setup notifications to stay informed of important events on your Emby Server.",
+ "DeleteEmbyConnectAccount": "Delete Emby Connect Account",
+ "DeleteEmbyConnectAccountHelp": "To delete your Emby Connect account, please sign in to the {0}Emby Community{1} at {2}. Once signed in, then click your username in the top right, then click Account Settings, then click Delete My Account.",
+ "KeepPlayingInBackground": "Keep playing in the background",
+ "LabelVideoBackBehavior": "Video player back button behavior",
+ "HeaderViewLyrics": "View Lyrics",
+ "HeaderViewMissingEpisodes": "View Missing Episodes",
+ "HeaderMissingEpisodes": "Missing Episodes",
+ "HeaderManageAccess": "Manage Access",
+ "HeaderManageCollaboration": "Manage Collaboration",
+ "HeaderLeaveCollaboration": "Leave Collaboration",
+ "HeaderRemoveFromLibrary": "Remove from Library",
+ "RemoveSharedItemConfirmation": "Are you sure you wish to remove this item from your library? In order to get it back the owner will need to grant you access again.",
+ "SubtitlesDownloaded": "Subtitles Downloaded",
+ "HeaderMakePrivate": "Make Private",
+ "HeaderMakePublic": "Make Public",
+ "MakePublicDescription": "All users will be able to view this item. Users can be granted access to edit.",
+ "MakePrivateDescription": "Users can still be granted access individually.",
+ "Private": "Private",
+ "Public": "Public",
+ "Collaborative": "Collaborative",
+ "PreferredShowDisplay": "Preferred TV show display",
+ "ShowAllEpisodesAllSeasons": "Show all episodes of all seasons together",
+ "ShowAllEpisodesSingleSeason": "Show all episodes for only single season shows",
+ "ShowSeasonFolders": "Always show season folders",
+ "HeaderAddAgain": "Add Again",
+ "UpNext": "Up Next",
+ "ItemsAlreadyInPlaylist": "Some of these items are already in your playlist.",
+ "HeaderPlayChannel": "Play Channel",
+ "LabelScreenOrientationDuringVideo": "Screen orientation during video playback",
+ "UseDeviceSetting": "Use device setting",
+ "LockToLandscape": "Lock to landscape",
+ "UsernameForFolderHelp": "The username required to access this folder on your network (if applicable).",
+ "PasswordForFolderHelp": "The password required to access this folder on your network (if applicable).",
+ "ShowMediaInfoOnDetailScreens": "Show full media at the bottom of audio and video detail screens",
+ "ForgotPasswordNoUserFound": "No users were found with the entered name. Please try again, or leave the name blank to reset the password for all users on this server.",
+ "Silver": "Silver",
+ "DimGray": "Dim Gray",
+ "DarkGray": "Dark Gray",
+ "LightGray": "Light Gray",
+ "Black": "Black",
+ "Blue": "Blue",
+ "Cyan": "Cyan",
+ "Gray": "Gray",
+ "Green": "Green",
+ "Lime": "Lime",
+ "Magenta": "Magenta",
+ "Orange": "Orange",
+ "Pink": "Pink",
+ "Red": "Red",
+ "Yellow": "Yellow",
+ "White": "White",
+ "Purple": "Purple",
+ "RecentlyReleasedMovies": "Recently Released Movies",
+ "RecentlyReleasedEpisodes": "Recently Released Episodes",
+ "DolbyProfile": "Dolby Profile",
+ "IpAddress": "IP Address",
+ "VideoType": "Video Type",
+ "HidePlayedMediaFrom": "Hide Played Media From",
+ "BottomEdgePosition": "Bottom Edge Position",
+ "VerticalPositionFromBottomScreen": "Set the vertical position of the subtitles relative to the bottom of the screen.",
+ "TopEdgePosition": "Top Edge Position",
+ "TopEdgePositionHelp": "Set the highest allowed vertical position of the subtitles relative to the top of the screen. This is used when the subtitles contain positioning instructions to be placed at the top.",
+ "HeaderSubtitlePosition": "Subtitle Position",
+ "TitleProfilePin": "Profile PIN",
+ "ProfilePinConfirm": "Profile PIN (confirm)",
+ "SaveProfilePin": "Save Pin",
+ "ProfilePinDescription": "Create an optional pin to be prompted for entry whenever you return to an Emby app on a device that you've already signed into. This is useful if you have devices that are shared by multiple users. You can choose to enable it selectively on each device as required.",
+ "TitleNewEpisodes": "New Episodes",
+ "EnterYourPinToContinue": "Enter your PIN to continue.",
+ "YourPinMustBe": "Your PIN must be {0} digits.",
+ "ForgotPin": "Forgot PIN?",
+ "RequireEnteringPinToReturn": "Require entering my profile PIN whenever I return to this app.",
+ "RequireEnteringPinToReturnQuestion": "Should we prompt you for your profile PIN whenever you return to this app? If this device is shared by multiple users, your profile PIN can help prevent the other users from accessing your data.",
+ "RequireEnteringPinToReturnHelp": "Useful if this device is shared by multiple users.",
+ "WrongPinPleaseTryAgain": "Whoops, wrong PIN. Please try again.",
+ "ProfilePinIsOn": "Profile PIN is currently on.",
+ "IfTryingToConnectToHttp": "If you're trying to connect to your Emby Server using an HTTP address, your browser may not be allowing this due to HTTPS requirements. Please try one of the following:",
+ "SetupHttpsForYourServer": "Setup {0}HTTPS for your Emby Server{1} so that you can connect using HTTPS.",
+ "TitleUnableToReachServer": "Unable to Reach Server",
+ "TitleUnableToReachName": "Unable to Reach {0}",
+ "HearingImpaired": "Hearing Impaired",
+ "SignIntoServerName": "Sign in to {0}",
+ "About": "About",
+ "Specials": "Specials",
+ "NSettings": "{0} Settings",
+ "NPreferences": "{0} Preferences",
+ "DetailScreenOptions": "Detail Screens",
+ "LabelGenreDisplayLimit": "Genre display limit",
+ "GenreDisplayLimitHelp": "Limit the number of genres displayed at the top of item detail screens.",
+ "GenreDisplayLimitForListsHelp": "Limit the number of genres displayed at the top of playlist, collection and artist detail screens.",
+ "LabelGenreDisplayLimitForLists": "Genre display limit for lists",
+ "ShowPosterOnDetails": "Show a poster on the detail screen",
+ "ShowPosterOnDetailsHelp": "Choose to show a poster on video detail screens, or hide it for a more minimal look that emphasizes the background. This setting is not used on smaller screen layouts. Some item types will ignore this setting.",
+ "EnableAppLogging": "Enable app logging",
+ "EnableAppLoggingHelp": "Logging can degrade app performance and should only be enabled as needed for troubleshooting purposes. Changes require restarting the app.",
+ "LabelSlideshowInterval": "Photo slideshow time per slide",
+ "TVChannelImageEditorHelp": "Multiple logo versions are supported. Emby apps will automatically choose the appropiate one depending on the current theme.",
+ "PlaySlideshow": "Play Slideshow",
+ "CheckForExistingEpisodesInAllLibraries": "Check for existing episodes in all libraries",
+ "GroupNotificationsBySeriesOrAlbum": "Group notifications by series and albums",
+ "ThemeSettings": "Theme Settings",
+ "FollowingActivityWillBeDisrupted": "The following activity will be disrupted and may require manual intervention to restart:",
+ "OneActivePlaybackSession": "1 Active Playback Session",
+ "NumActivePlaybackSessions": "{0} Active Playback Sessions",
+ "OneActiveRecording": "1 Active Recording",
+ "NumActiveRecordings": "{0} Active Recordings",
+ "PlayFromLivePosition": "Play from the live position",
+ "PlayFromStartOfRecording": "Play from the start of the recording",
+ "ThisChannelIsActivelyRecording": "This channel is actively recording. How would you like to begin playing?",
+ "ThemeSongVolume": "Theme song volume",
+ "HeaderForceConversionForFormats": "Force Conversion for Formats",
+ "ForceConversionForFormatsHelp": "Use this to force server-side transcoding or remuxing for formats that don't direct play very well on this device.",
+ "StartupBehavior": "Startup behavior",
+ "RememberLastUser": "Remember last user",
+ "ShowLoginScreen": "Show login screen",
+ "SignInAsValue": "Sign in as {0}",
+ "ConvertUnsupportedAudio": "Convert unsupported surround audio to Dolby Digital",
+ "ConvertUnsupportedAudioHelp": "Avoid downmixing unsupported surround formats to stereo by having Emby Server transcode them to Dolby Digital.",
+ "HeaderPlaybackCorrection": "Playback Correction",
+ "HeaderAttemptPlaybackCorrection": "Attempt Playback Correction",
+ "PlaybackCorrectionConfirm": "Attempt playback correction?",
+ "PlaybackCorrectionDescription": "Is the current item exhibiting a playback problem such as no video or audio? This will try and correct playback issues using server transcoding to convert this file into a more streaming friendly format. This will result in increased resource consumption on this Emby Server.",
+ "PlaybackCorrectionDescription2": "You can do this up to three times per video, where remuxing, video transcoding and audio transcoding are each activated one at a time.",
+ "HeaderAlbumsAsContributingArtist": "Albums as Contributing Artist",
+ "HeaderAlbumsAsComposer": "Albums as Composer",
+ "Duplicates": "Duplicates",
+ "HeaderSleepTimer": "Sleep Timer",
+ "AfterCurrentItem": "After current item",
+ "HeaderStopPlayback": "Stop Playback",
+ "TurnOffTimer": "Turn off timer",
+ "SleepTimerIsSet": "Your sleep timer is set",
+ "SleepTimerIsOff": "Your sleep timer is off",
+ "LabelEnableRemoteControlTVMode": "Display casting and remote control functions",
+ "EnableRemoteControlTVModeHelp": "Enable if you intend to use this device to send media to other devices.",
+ "ShowOnScreenControls": "Show on-screen controls",
+ "LabelVideoScreenUpAction": "Video player up button behavior",
+ "VideoScreenUpActionHelp": "Select the action to take when pressing the up key on the video player screen. This applies when no on-screen controls are currently visible. When controls are already visible, the up key will be used for navigation.",
+ "LabelVideoPlayerLongPressAction": "Video player long press action",
+ "LetsGetSetup": "Let's Get Set Up",
+ "VideoPlayerLongPressActionHelp": "Choose what function or menu is shown when long pressing the OK button during video playback. This only takes effect when the video controls are hidden or the seek bar has focus.",
+ "AskAdminToGetPremiere": "This purchase must be made by the server administrator. Please ask the administrator of this Emby Server to sign in and get Emby Premiere so that you can enjoy access to premium features.",
+ "AutoOpenSingleItemsFolders": "Auto open single items in folder view",
+ "AutoOpenSingleItemsFoldersHelp": "When a folder only contains one item, automatically open that item.",
+ "TheseSettingsApplyAppDevice": "These settings apply to all users playing on this device.",
+ "LastContentDateAdded": "Last Content Date Added",
+ "RepeatThemeMedia": "Play themes on repeat",
+ "HideEpisodeSpoilerInfo": "Hide spoiler information from unwatched episodes",
+ "HideEpisodeSpoilerInfoHelp": "Hides the title, overview and image for unwatched episodes on most screens.",
+ "BornValueAge": "Born: {0} (age {1})",
+ "PreferDirectStreamLiveTV": "Prefer direct streaming of Live TV",
+ "PreferDirectStreamLiveTVHelp": "Direct streaming Live TV will reduce resource consumption on your Emby Server but may not be as seekable during playback. Enabling this will direct stream Live TV when the format is supported and is within your configured quality setting. Disable this to enjoy more seeking during playback at the cost of additional resource consumption.",
+ "HeaderAllRecordings": "All Recordings",
+ "RememberLoginDescription": "After signing in, you can use the app settings to configure the startup behavior to remember login, sign in as a specific user, or always show the login screen.",
+ "ForgetThisServer": "Forget This Server",
+ "ForgetServerConfirmation": "Are you sure you wish to forget this server?",
+ "HeaderThisDevice": "This Device",
+ "ChaptersGuide": "Chapters / Live TV Guide",
+ "ChaptersGuideHelp": "Show Chapters for media with chapters. For media without chapters, show the Live TV Guide (when available).",
+ "HeaderShowSeriesImages": "Show Series Images",
+ "AppExitConfirmation": "Are you ready to exit Emby?",
+ "AppExitMenu": "Exit menu",
+ "SideMenu": "Side navigation menu",
+ "SystemStorage": "System storage ({0})"
+}
diff --git a/modules/common/strings/ms.json b/modules/common/strings/ms.json
new file mode 100644
index 0000000..9787cfb
--- /dev/null
+++ b/modules/common/strings/ms.json
@@ -0,0 +1,1340 @@
+{
+ "ReplaceExistingThumbnailImages": "Replace existing video preview thumbnails",
+ "ReplaceExistingThumbnailImagesHelp": "All existing video preview thumbnails will be deleted and new ones will be generated, if enabled in the options for the library.",
+ "DateCreated": "Date Created",
+ "CreatedOnValue": "Created {0}",
+ "UpdatedOnValue": "Updated {0}",
+ "EmbyLoginTerms": "Emby is designed to help you manage your personal media library, such as home videos and photos. Please see our {0}terms of use{1}. The use of any Emby software constitutes acceptance of these terms.",
+ "MessageUnableToConnectToServer": "We're unable to connect to the selected server right now. Please ensure it is running and try again.",
+ "EmbyIntroMessage": "With Emby you can easily stream videos, music and photos to smart phones, tablets and other devices from your Emby Server.",
+ "HeaderSignInWithConnect": "Sign in with Emby Connect",
+ "HeaderWelcomeToEmby": "Selamat Datang ke Emby",
+ "HeaderNewUsers": "New Users",
+ "HeaderPleaseSignIn": "Please Sign In",
+ "MessageInvalidUser": "Invalid username or password. Please try again.",
+ "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.",
+ "ValueSpecialEpisodeName": "Special - {0}",
+ "HeaderSignIn": "Sign In",
+ "Share": "Share",
+ "Shared": "Shared",
+ "Info": "Info",
+ "Add": "Add",
+ "Speed": "Speed",
+ "PlaybackSpeed": "Playback Speed",
+ "Chapters": "Chapters",
+ "Password": "Password",
+ "SavePassword": "Save Password",
+ "LabelPassword": "Password",
+ "HeaderResetPassword": "Reset Password",
+ "Series": "Series",
+ "Preview": "Preview",
+ "Submit": "Submit",
+ "Never": "Never",
+ "Table": "Table",
+ "HeaderScheduledTasks": "Scheduled Tasks",
+ "Plays": "Plays",
+ "LastUsedAddressValue": "Last used {0}",
+ "LabelKeywordType": "Keyword type",
+ "HeaderSelectColumns": "Select Columns",
+ "HeaderTopResults": "Top Results",
+ "HeaderPinSidebar": "Pin Sidebar",
+ "Collapse": "Collapse",
+ "LabelBackgroundVideoPlayback": "Background video playback",
+ "BackgroundVideoPlaybackHelp": "Background playback allows video to keep playing even when the screen is turned off.",
+ "AlwaysOn": "Always on",
+ "HeadphonesOrExternalSpeakersConnected": "Headphones or external speakers connected",
+ "HeaderKeyboardAndRemote": "Keyboard and Remote",
+ "NoSelectedItemsSupportOperation": "There are no items selected that support this operation.",
+ "NoOperationsForSelectedItems": "There are no operations available for the selected items.",
+ "UploadOnlyOnWifi": "Upload only on Wifi",
+ "HeaderFoldersToUpload": "Folders to Upload",
+ "LabelPasswordConfirm": "Password (confirm)",
+ "HeaderMoveUpInOrder": "Move Up In Order",
+ "HeaderDownUpInOrder": "Move Down In Order",
+ "LabelUsername": "Username",
+ "HeaderAddServer": "Add Server",
+ "HeaderSubtitleOffset": "Subtitle Offset",
+ "Watching": "Watching",
+ "HeaderRemoveFromContinueWatching": "Remove from Continue Watching",
+ "RemoveThisTitleFromContinueWatching": "Remove this title from Continue Watching?",
+ "HeaderRemoveFromContinueListening": "Remove from Continue Listening",
+ "RemoveThisTitleFromContinueListening": "Remove this title from Continue Listening?",
+ "HeaderIncreaseSubtitleOffset": "Increase Subtitle Offset",
+ "HeaderDecreaseSubtitleOffset": "Decrease Subtitle Offset",
+ "Close": "Close",
+ "HeaderSeeAll": "See All",
+ "HeaderOpenInNewWindow": "Open in New Window",
+ "LabelEmail": "Email",
+ "LabelHost": "Host",
+ "LabelHostHelp": "Example: 192.168.1.100 or https://myserver.com",
+ "LabelPort": "Port",
+ "Disabled": "Disabled",
+ "Uninstall": "Uninstall",
+ "Enable": "Enable",
+ "AllTuners": "All Tuners",
+ "Disable": "Disable",
+ "NextValue": "Next: {0}",
+ "HeaderNextItem": "Next Item",
+ "HeaderPreviousItem": "Previous Item",
+ "NoTrailersMessage": "No Trailers found. To add Trailers, please install the Trailer plugin from the {0}Emby plugin catalog{1}.",
+ "UninstallPluginConfirmation": "Are you sure you wish to uninstall this plugin?",
+ "HeaderUninstallPlugin": "Uninstall Plugin",
+ "AreYouStillWatching": "Are you still watching?",
+ "LabelCurrentPassword": "Current password",
+ "LabelNewPassword": "New password",
+ "LabelNewPasswordConfirm": "New password confirm",
+ "HeaderRemovePassword": "Remove Password",
+ "ServerUpdateNeeded": "This Emby Server needs to be updated. To download the latest version, please visit {0}",
+ "MessageThankYouForConnectSignUp": "Thank you for signing up for Emby Connect. An email will be sent to your address with instructions on how to confirm your new account. Please confirm the account and then return here to sign in.",
+ "MessageThankYouForConnectSignUpNoValidation": "Thank you for signing up for Emby Connect! You will now be asked to login with your Emby Connect information.",
+ "ErrorMessagePasswordNotMatchConfirm": "The password and password confirmation must match.",
+ "ErrorMessageUsernameInUse": "The username is already in use. Please choose a new name and try again.",
+ "ErrorMessageEmailInUse": "The email address is already in use. Please enter a new email address and try again, or use the forgot password feature.",
+ "HeaderUpcomingOnTV": "Upcoming On Live TV",
+ "HeaderOtherShowings": "Other Showings",
+ "Showings": "Showings",
+ "HeaderConnectToServer": "Connect to Server",
+ "ConnectToServerManually": "Connect to server manually",
+ "LabelEnterConnectUserNameHelp": "This is the email address that you used to setup your Emby Connect account.",
+ "HeaderSignInError": "Sign In Error",
+ "HeaderManualLogin": "Manual Login",
+ "PasswordResetConfirmation": "Are you sure you wish to reset the password?",
+ "ContactAdminToResetPassword": "Please contact your system administrator to reset your password.",
+ "ForgotPasswordInNetworkRequired": "Please try again within your home network to initiate the password reset process.",
+ "ForgotPasswordFileCreated": "The following file has been created on your server and contains instructions on how to proceed:",
+ "ForgotPasswordFileExpiration": "The reset pin will expire at {0}.",
+ "InvalidForgotPasswordPin": "An invalid or expired pin was entered. Please try again.",
+ "PasswordResetForUsers": "Passwords have been removed for the following users. To login, sign in with a blank password.",
+ "HeaderForgotPassword": "Forgot Password?",
+ "ForgotPasswordUsernameHelp": "Leave this blank if you don't remember your username.",
+ "HeaderPasswordReset": "Password Reset",
+ "AttributeNew": "New",
+ "Done": "Done",
+ "HeaderResetToDefault": "Reset to Default",
+ "Deinterlacing": "Deinterlacing",
+ "HeaderBurningInSubtitles": "Burning in Subtitles",
+ "Premiere": "Premiere",
+ "LabelPinCode": "Pin code",
+ "LabelLocalNetworkPinCode": "Local network pin code",
+ "LabelLocalNetworkPasswordMode": "Local network sign in mode",
+ "RequirePasswordInLocalNetwork": "Require a password on the local network",
+ "NoPasswordInLocalNetwork": "Don't require a password on the local network",
+ "PinCodeInLocalNetwork": "Allow a numeric pin code on the local network",
+ "LocalNetworkPasswordModeHelp": "Select the sign in method for devices on the same local network as your Emby Server.",
+ "HeaderLocalNetworkAccess": "Local Network Access",
+ "Live": "Live",
+ "Reset": "Reset",
+ "Repeat": "Repeat",
+ "Track": "Track",
+ "Tracks": "Tracks",
+ "HeaderCameraUpload": "Camera Upload",
+ "TrackCount": "{0} Tracks",
+ "ItemCount": "{0} Items",
+ "NumberChannelsValue": "{0} Channels",
+ "HeaderLatestMusic": "Latest Music",
+ "HeaderLatestAudioBooks": "Latest Audio Books",
+ "HeaderLatestDownloadedVideos": "Latest Downloaded Videos",
+ "HeaderRecentlyPlayed": "Recently Played",
+ "Recent": "Recent",
+ "HeaderFrequentlyPlayed": "Frequently Played",
+ "HeaderMoreLikeThis": "More Like This",
+ "HeaderMoreLikeThisOnLiveTV": "More Like This on Live TV",
+ "OriginalAirDateValue": "Original air date: {0}",
+ "EndsAtValue": "Ends at {0}",
+ "Date": "Date",
+ "AirDate": "Air Date",
+ "Played": "Played",
+ "Daily": "Daily",
+ "Weekly": "Weekly",
+ "RequireHashMatch": "Require a hash match",
+ "RequireHashMatchHelp": "Requiring a hash match will filter subtitles to include only those that have been tested with your exact video file. Unchecking this will increase the number of matched subtitles, but will also increase the chances of mistimed or incorrect subtitle text.",
+ "SearchForForcedSubtitlesOnly": "Forced subtitles only",
+ "SearchForForcedSubtitlesOnlyHelp": "Requiring forced subtitles will limit results to subtitles that are tagged as having a foreign language.",
+ "LastEpisodeDateAdded": "Last Episode Date Added",
+ "LastEpisodeDateAired": "Last Episode Date Released",
+ "LabelPlaystate": "Playstate",
+ "Studio": "Studio",
+ "Tag": "Tag",
+ "EpisodeTitle": "Episode Title",
+ "Audio": "Audio",
+ "Video": "Video",
+ "Subtitle": "Subtitle",
+ "Image": "Image",
+ "CopyStream": "Copy original stream",
+ "LabelAudioLayout": "Audio layout",
+ "LabelAudioCodec": "Audio codec",
+ "LabelAudioLanguage": "Audio language",
+ "LabelSubtitleLanguage": "Subtitle language",
+ "LabelVideoCodec": "Video codec",
+ "LabelSubtitleCodec": "Subtitle codec",
+ "LabelParentalRating": "Parental rating",
+ "BecauseYouLikeValue": "Because you like {0}",
+ "BecauseYouWatchedValue": "Because you watched {0}",
+ "DirectedByValue": "Directed by {0}",
+ "StarringValue": "Starring {0}",
+ "Invitations": "Invitations",
+ "ActorAsRole": "as {0}",
+ "ButtonOk": "OK",
+ "GroupItemsIntoCollections": "Group items into collections",
+ "GroupItemsIntoCollectionsHelp": "Group items based on collections they've been added to. Enabling certain filters or sort orders may automatically disable this.",
+ "GroupItemsIntoTags": "Group items into tags",
+ "GroupItemsIntoTagsHelp": "Group items based on tags they've been added to. Enabling certain filters or sort orders may automatically disable this.",
+ "User": "User",
+ "Access": "Access",
+ "Users": "Users",
+ "Library": "Library",
+ "Devices": "Devices",
+ "Cancel": "Cancel",
+ "Restart": "Restart",
+ "Shutdown": "Shutdown",
+ "Logs": "Logs",
+ "Visibility": "Visibility",
+ "Notifications": "Notifications",
+ "SendTestNotification": "Send Test Notification",
+ "NotificationSent": "Notification sent",
+ "DeleteNotificationConfirmation": "Are you sure you wish to delete this notification?",
+ "DeleteNotification": "Delete Notification",
+ "AddNotification": "Add Notification",
+ "EditNotification": "Edit Notification",
+ "LimitUserEventsTo": "Limit user events to",
+ "LimitLibraryEventsTo": "Limit library events to",
+ "LimitDeviceEventsTo": "Limit devices events to",
+ "ForAdditionalNotificationOptions": "Additional notification services can be installed by the server administrator in the Emby {0}plugin catalog{1}.",
+ "Plugins": "Plugins",
+ "Systems": "Systems",
+ "Server": "Server",
+ "Dashboard": "Dashboard",
+ "PlayOnAnotherDevice": "Play on another device",
+ "HeaderConnectionHelp": "Connection Help",
+ "AccessRestrictedTryAgainLater": "Access is currently restricted. Please try again later.",
+ "ButtonGotIt": "Got It",
+ "RememberMe": "Remember me",
+ "EmbyServer": "Emby Server",
+ "ManageEmbyServer": "Manage Emby Server",
+ "ShutdownServer": "Shutdown Emby Server",
+ "RestartServer": "Restart Emby Server",
+ "RecordingCancelled": "Recording Cancelled",
+ "SeriesCancelled": "Series Cancelled",
+ "Recording": "Recording",
+ "SeriesRecording": "Series Recording",
+ "RecordingScheduled": "Recording Scheduled",
+ "SeriesRecordingScheduled": "Series Recording Scheduled",
+ "HeaderNewRecording": "New Recording",
+ "HeaderWakeServer": "Wake Server",
+ "AttemptingWakeServer": "Attempting to wake server. Please wait...",
+ "WakeServerSuccess": "Success!",
+ "HeaderCustomizeHomeScreen": "Customize Home Screen",
+ "WakeServerError": "Wake On LAN packets were sent to your server machine, but we're unable to connect to your Emby Server. Your machine may need a little more time to wake, or Emby Server may not be actively running on the machine.",
+ "Days": "Days",
+ "Network": "Network",
+ "Networks": "Networks",
+ "SortByValue": "Sort by {0}",
+ "HeaderSortBy": "Sort By",
+ "HeaderPhotoAlbums": "Photo Albums",
+ "Photos": "Photos",
+ "HeaderAppearsOn": "Appears On",
+ "List": "List",
+ "HeaderRecordSeries": "Record Series",
+ "HeaderCinemaMode": "Cinema Intros",
+ "Conversions": "Conversions",
+ "Downloads": "Downloads",
+ "HeaderManageDownloads": "Manage Downloads",
+ "InternalStorage": "Internal storage",
+ "ExternalStorage": "External storage",
+ "UploadToFollowingServers": "Upload to Servers",
+ "UploadingNumItems": "Uploading {0} of {1}",
+ "DownloadNumItems": "Downloading {0} of {1}",
+ "HeaderSampleRate": "Sample Rate",
+ "HeaderReferenceFrames": "Reference Frames",
+ "HeaderBitDepth": "Bit Depth",
+ "HeaderPixelFormat": "Pixel Format",
+ "Profile": "Profile",
+ "Bitrate": "Bitrate",
+ "Expand": "Expand",
+ "Container": "Container",
+ "Format": "Format",
+ "Path": "Path",
+ "Size": "Size",
+ "Resolution": "Resolution",
+ "HeaderCodecTag": "Codec Tag",
+ "Framerate": "Framerate",
+ "Interlaced": "Interlaced",
+ "Anamorphic": "Anamorphic",
+ "Level": "Level",
+ "Timestamp": "Timestamp",
+ "Language": "Language",
+ "Codec": "Codec",
+ "Stream": "Stream",
+ "HeaderExtradata": "Extra Data",
+ "HeaderHardwareAcceleratedTranscoding": "Hardware Accelerated Transcoding",
+ "HeaderHardwareAcceleratedTranscodingDescription": "Take advantage of your server GPU. Emby has the most advanced and fastests hardware accelleration in the industry.",
+ "HeaderOfflineDownloads": "Offline Media",
+ "AndMuchMoreExclamation": "And much more!",
+ "HeaderOfflineDownloadsDescription": "Download media to your devices for easy offline use.",
+ "LiveTvFeatureDescription": "Stream Live TV to any Emby app, with a compatible TV tuner device installed on your Emby Server.",
+ "DvrFeatureDescription": "Schedule individual Live TV recordings, series recordings, and more with Emby DVR.",
+ "CinemaModeFeatureDescription": "Cinema Intros give you the true cinema experience with trailers and custom intros before the main feature.",
+ "HeaderFreeApps": "Free Emby Apps",
+ "FreeAppsFeatureDescription": "Enjoy free access to Emby apps for your devices.",
+ "HeaderBecomeProjectSupporter": "Get Emby Premiere",
+ "HeaderViewServerInfo": "View Server Info",
+ "PlaybackTvModeRequiresEmbyPremiere": "Media playback in TV mode requires an active {0}Emby Premiere subscription{1}.",
+ "FeatureRequiresEmbyPremiere": "This feature requires an active {0}Emby Premiere subscription{1}.",
+ "HeaderConvertYourRecordings": "Convert Your Recordings",
+ "Record": "Record",
+ "Save": "Save",
+ "Edit": "Edit",
+ "HeaderSavePlaylist": "Save Playlist",
+ "Latest": "Latest",
+ "Download": "Download",
+ "Downloaded": "Downloaded",
+ "Converted": "Converted",
+ "RemoveFromHistory": "Remove from History",
+ "ConfirmRemoveFromHistory": "Remove this item from the history?",
+ "Downloading": "Downloading",
+ "Advanced": "Advanced",
+ "LinkedToEmbyConnect": "Linked to Emby Connect",
+ "Delete": "Delete",
+ "Both": "Both",
+ "LabelChannelDisplay": "Channel display",
+ "HeaderDeleteItem": "Delete Item",
+ "HeaderDeleteUser": "Delete User",
+ "DeleteItemConfirmation": "Are you sure you wish to delete {0}?",
+ "DeleteUserConfirmation": "Are you sure you wish to delete user {0}?",
+ "DeleteUsersConfirmation": "Are you sure you wish to delete these {0} users?",
+ "HeaderDeleteDevice": "Delete Device",
+ "DeleteDeviceConfirmation": "Are you sure you wish to delete this device? It will reappear the next time a user signs in with it.",
+ "ConfirmDeleteItem": "Deleting this item will delete it from both the file system and your media library.",
+ "FollowingFilesWillBeDeleted": "The following files and folders will be deleted:",
+ "AreYouSureToContinue": "Are you sure you wish to continue?",
+ "Refresh": "Refresh",
+ "RefreshingMetadataDots": "Refreshing metadata...",
+ "ScanningLibraryFilesDots": "Scanning library files...",
+ "HeaderFavoritesThenByChannelNumber": "Favorites, Then by Channel Number",
+ "HeaderAddToCollection": "Add to Collection",
+ "HeaderFavoritesThenByTitle": "Favorites, Then by Title",
+ "HeaderFavoritesThenByDefault": "Favorites, Then by Default Channel Order",
+ "HeaderDefaultChannelOrder": "Default Channel Order",
+ "HeaderAddToFavorites": "Add to Favorites",
+ "HeaderRemoveFromFavorites": "Remove from Favorites",
+ "Favorited": "Favorited",
+ "Unfavorited": "Unfavorited",
+ "HeaderNewCollection": "New Collection",
+ "HeaderNewPlaylist": "New Playlist",
+ "AllCollections": "All Collections",
+ "AllPlaylists": "All Playlists",
+ "Create": "Create",
+ "HeaderAddedToPlaylist": "Added to Playlist",
+ "HeaderAddedToCollection": "Added to Collection",
+ "OneItemAddedTo": "1 item added to \"{0}\".",
+ "ItemsAddedTo": "{0} items added to \"{1}\".",
+ "HeaderAddedToPlayQueue": "Added to Play Queue",
+ "HeaderPlayingNext": "Playing Next",
+ "Help": "Help",
+ "HeaderGetHelp": "Get Help",
+ "LabelTVDisplayMode": "Enable TV display mode",
+ "Desktop": "Desktop",
+ "Mobile": "Mobile / Tablet",
+ "Navigation": "Navigation",
+ "HeaderVideoPlayback": "Video Playback",
+ "TV": "TV",
+ "HeaderEmbyConnect": "Emby Connect",
+ "Seasons": "Seasons",
+ "OneTrack": "1 Track",
+ "OneSeason": "1 Season",
+ "Libraries": "Libraries",
+ "NumberSeasonsValue": "{0} Seasons",
+ "TVDisplayModeHelp": "Optimize the user interface on this device for display on a TV and input method with a remote control. This is generally not recommended if your primary input method is a mouse or is touch-based.",
+ "LabelDisplayLanguage": "Display language",
+ "LabelDisplayLanguageHelp": "Translating Emby is an ongoing project.",
+ "LearnHowYouCanContribute": "Learn how you can contribute.",
+ "NewCollectionHelp": "Collections allow you to create personalized groupings of movies and other library content.",
+ "SearchForCollectionInternetMetadata": "Search the internet for artwork and 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",
+ "ServerStartup": "Server Startup",
+ "EmbyServerOnXHasStarted": "Emby Server on {0} has started.",
+ "LabelScreensaver": "Screensaver",
+ "LabelSoundEffects": "Sound effects",
+ "LabelName": "Name",
+ "NewCollectionNameExample": "Example: Star Wars Collection",
+ "MessageItemsAdded": "Items added.",
+ "OptionNew": "New...",
+ "LabelPlaylist": "Playlist",
+ "AddToPlaylist": "Add to playlist",
+ "HeaderAddToPlaylist": "Add to Playlist",
+ "Subtitles": "Subtitles",
+ "LabelTheme": "Theme",
+ "LabelSettingsTheme": "Settings theme",
+ "LabelThemeAccentColor": "Accent color",
+ "ThemeAccentColorDescription": "Controls the color of important indicators, icons and text.",
+ "SearchForSubtitles": "Search for Subtitles",
+ "LabelLanguage": "Language",
+ "Search": "Search",
+ "NoSubtitleSearchResultsFound": "No results found. Have you configured {0}subtitle downloading{1}?",
+ "NoLyricsSearchResultsFound": "No results found. Have you configured {0}lyrics downloading{1}?",
+ "Lyrics": "Lyrics",
+ "SearchForLyrics": "Search for Lyrics",
+ "Finish": "Finish",
+ "File": "File",
+ "Exit": "Exit",
+ "Sleep": "Sleep",
+ "Setup": "Setup",
+ "MessageAreYouSureDeleteSubtitles": "Are you sure you wish to delete this subtitle file?",
+ "ConfirmDeletion": "Confirm Deletion",
+ "MySubtitles": "My Subtitles",
+ "MessageDownloadQueued": "Download queued.",
+ "HeaderEditSubtitles": "Edit Subtitles",
+ "UnlockGuide": "Unlock Guide",
+ "HeaderRefreshMetadata": "Refresh Metadata",
+ "HeaderRefreshAllMetadata": "Refresh All Metadata",
+ "ReplaceExistingImages": "Replace existing images",
+ "ReplaceExistingImagesHelp": "All existing images will be deleted and new ones will be downloaded based on the options for the library. In some cases this may result in fewer available images than before.",
+ "ReplaceAllMetadata": "Replace all metadata",
+ "SearchForMissingMetadata": "Search for missing metadata",
+ "LabelRefreshMode": "Refresh mode",
+ "NoItemsFound": "No items found.",
+ "HeaderSaySomethingLike": "Say Something Like...",
+ "ButtonTryAgain": "Try Again",
+ "HeaderYouSaid": "You Said...",
+ "MessageWeDidntRecognizeCommand": "We're sorry, we didn't recognize that command.",
+ "MessageIfYouBlockedVoice": "If you denied voice access to the app you'll need to reconfigure before trying again.",
+ "ValueDiscNumber": "Disc {0}",
+ "Unrated": "Unrated",
+ "Favorite": "Favorite",
+ "Like": "Like",
+ "Dislike": "Dislike",
+ "RefreshDialogHelp": "Metadata is updated with new data based on settings and metadata providers that are enabled in Emby library setup.",
+ "Open": "Open",
+ "Play": "Play",
+ "Pause": "Pause",
+ "HeaderPlayQueue": "Play Queue",
+ "HeaderAddToPlayQueue": "Add to Play Queue",
+ "Shuffle": "Shuffle",
+ "Identify": "Identify",
+ "HeaderRemoveIdentification": "Remove Identification",
+ "ResetMetadataConfirmation": "Are you sure you wish to reset all metadata?",
+ "HeaderEditMetadata": "Edit Metadata",
+ "Convert": "Convert",
+ "Resume": "Resume",
+ "HeaderInstantMix": "Instant Mix",
+ "HeaderGoToItem": "Go to Item",
+ "HeaderGoToSeason": "Go to Season",
+ "HeaderGoToSeries": "Go to Series",
+ "HeaderGoToAlbum": "Go to Album",
+ "HeaderGoToArtist": "Go to Artist",
+ "HeaderPlayAll": "Play All",
+ "PictureInPicture": "Picture in picture",
+ "Fullscreen": "Full screen",
+ "ExitFullscreen": "Exit full screen",
+ "Rewind": "Rewind",
+ "FastForward": "Fast-forward",
+ "Remove": "Remove",
+ "Rename": "Rename",
+ "Queue": "Queue",
+ "QueueAllFromHere": "Queue all from here",
+ "PlayAllFromHere": "Play all from here",
+ "PlayFromBeginning": "Play From Beginning",
+ "FromBeginning": "From Beginning",
+ "ResumeAt": "Resume from {0}",
+ "HeaderRemoveFromPlaylist": "Remove from Playlist",
+ "HeaderRemoveFromPlayQueue": "Remove from Play Queue",
+ "HeaderRemoveFromCollection": "Remove from Collection",
+ "Sort": "Sort",
+ "Trailer": "Trailer",
+ "SelectNone": "Select None",
+ "SelectAll": "Select All",
+ "HeaderMarkPlayed": "Mark Played",
+ "HeaderMarkUnplayed": "Mark Unplayed",
+ "HeaderGroupVersions": "Group Versions",
+ "PleaseSelectTwoItems": "Please select at least two items.",
+ "HeaderConfirmRecordingCancellation": "Confirm Recording Cancellation",
+ "MessageConfirmRecordingCancellation": "Cancel recording?",
+ "Album": "Album",
+ "AlbumArtist": "Album Artist",
+ "Error": "Error",
+ "VoiceInput": "Voice Input",
+ "LabelContentType": "Content type",
+ "LabelPath": "Path",
+ "Playlists": "Playlists",
+ "LabelTitle": "Title",
+ "LabelOriginalTitle": "Original title",
+ "LabelSortTitle": "Sort title",
+ "LabelDateAdded": "Date added",
+ "DateAdded": "Date Added",
+ "DateModified": "Date Modified",
+ "DatePlayed": "Date Played",
+ "DateLastActive": "Date Last Active",
+ "ConfigureDateAdded": "Configure how date added is determined in the Emby Server dashboard under Library settings",
+ "LabelStatus": "Status",
+ "LabelArtistsHelp": "Separate multiple using ;",
+ "HeaderAlbumArtists": "Album Artists",
+ "LabelAlbumArtists": "Album artists",
+ "LabelAlbum": "Album",
+ "Artist": "Artist",
+ "Artists": "Artists",
+ "ImdbRating": "IMDb Rating",
+ "CommunityRating": "Community Rating",
+ "LabelCommunityRating": "Community rating",
+ "LabelCriticRating": "Critic rating",
+ "CriticRating": "Critic Rating",
+ "LabelWebsite": "Website",
+ "Tagline": "Tagline",
+ "LabelOverview": "Overview",
+ "LabelShortOverview": "Short overview",
+ "LabelReleaseDate": "Release date",
+ "LabelPlaceOfBirth": "Place of birth",
+ "Aired": "Aired",
+ "LabelAirDays": "Air days",
+ "LabelAirTime": "Air time",
+ "LabelRuntimeMinutes": "Run time (minutes)",
+ "LabelCustomRating": "Custom rating",
+ "LabelOriginalAspectRatio": "Original aspect ratio",
+ "Label3DFormat": "3D format",
+ "FormatValue": "Format: {0}",
+ "DownloadsValue": "{0} Downloads",
+ "HashMatch": "Hash Match",
+ "EnableExternalVideoPlayers": "Enable external video players",
+ "EnableExternalVideoPlayersHelp": "An external player menu will be shown when starting video playback.",
+ "HeaderSpecialEpisodeInfo": "Special Episode Info",
+ "LabelAirsDuringSeason": "Airs during season",
+ "LabelAirsAfterSeason": "Airs after season",
+ "LabelAirsBeforeEpisode": "Airs before episode",
+ "HeaderExternalIds": "External Ids",
+ "HeaderDisplaySettings": "Display Settings",
+ "PlaylistOrder": "Playlist Order",
+ "CollectionOrder": "Collection Order",
+ "LabelDisplayOrder": "Display order",
+ "LabelFileOrder": "File order",
+ "Display": "Display",
+ "Countries": "Countries",
+ "Genres": "Genres",
+ "Studios": "Studios",
+ "Tags": "Tags",
+ "Links": "Links",
+ "Movie": "Movie",
+ "Program": "Program",
+ "Channel": "Channel",
+ "Episode": "Episode",
+ "Season": "Season",
+ "HeaderMetadataSettings": "Metadata Settings",
+ "People": "People",
+ "Number": "Number",
+ "Lock": "Lock",
+ "HeaderScreenLocked": "Screen Locked",
+ "HeaderUnlockControls": "Unlock Controls",
+ "HeaderTapToUnlock": "Tap to Unlock",
+ "LabelMetadataDownloadLanguage": "Preferred metadata download language",
+ "LabelImageDownloadLanguage": "Preferred image download language",
+ "LabelLockItemToPreventChanges": "Lock this item to prevent future changes",
+ "LockThisField": "Lock this field to prevent future changes when refreshing metadata",
+ "MessageLeaveEmptyToInherit": "Leave empty to inherit settings from a parent item, or the global default value.",
+ "LabelCountry": "Country",
+ "LabelCertificationCountry": "Certification country",
+ "CertificationCountryHelp": "This will influence which content rating system is used.",
+ "LabelDynamicExternalId": "{0} Id",
+ "LabelBirthYear": "Birth year",
+ "LabelBirthDate": "Birth date",
+ "LabelDeathDate": "Death date",
+ "LabelEndDate": "End date",
+ "LabelSeasonNumber": "Season number",
+ "LabelEpisodeNumber": "Episode number",
+ "LabelTrackNumber": "Track number",
+ "LabelNumber": "Number",
+ "LabelDiscNumber": "Disc number",
+ "LabelParentNumber": "Parent number",
+ "SortName": "Sort Title",
+ "OriginalTitle": "Original Title",
+ "ReleaseDate": "Release Date",
+ "Continuing": "Continuing",
+ "Ended": "Ended",
+ "HeaderEnabledFields": "Enabled Fields",
+ "HeaderEnabledFieldsHelp": "Uncheck a field to lock it and prevent its data from being changed.",
+ "Backdrops": "Backdrops",
+ "Images": "Images",
+ "Runtime": "Runtime",
+ "ProductionLocations": "Production locations",
+ "BirthLocation": "Birth location",
+ "ParentalRating": "Parental Rating",
+ "PlayCount": "Play count",
+ "Name": "Name",
+ "Overview": "Overview",
+ "LabelType": "Type",
+ "LabelPersonRole": "Role",
+ "LabelPersonRoleHelp": "Example: Ice cream truck driver",
+ "Actor": "Actor",
+ "Composers": "Composers",
+ "Composer": "Composer",
+ "Director": "Director",
+ "GuestStar": "Guest star",
+ "Producer": "Producer",
+ "Writer": "Writer",
+ "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.",
+ "InstallingPackage": "Installing {0}",
+ "PackageInstallCompleted": "{0} installation completed.",
+ "PackageInstallFailed": "{0} installation failed.",
+ "PackageInstallCancelled": "{0} installation cancelled.",
+ "SeriesYearToPresent": "{0} - Present",
+ "OneDevice": "1 Device",
+ "DeviceCountValue": "{0} Devices",
+ "OneLog": "1 Log",
+ "LogCountValue": "{0} Logs",
+ "OneVote": "1 Vote",
+ "VoteCountValue": "{0} Votes",
+ "OneLike": "1 Like",
+ "LikeCountValue": "{0} Likes",
+ "OneUser": "1 User",
+ "UserCountValue": "{0} Users",
+ "OneLibrary": "1 Library",
+ "LibraryCountValue": "{0} Libraries",
+ "ValueOneItem": "1 Item",
+ "ValueOneEpisode": "1 episode",
+ "ValueEpisodeCount": "{0} episodes",
+ "Albums": "Albums",
+ "Song": "Song",
+ "Songs": "Songs",
+ "Authors": "Authors",
+ "Books": "Books",
+ "AudioBooks": "Audio books",
+ "HeaderAudioBooks": "Audio Books",
+ "HeaderAudioBook": "Audio Book",
+ "HeaderIdentifyItemHelp": "Enter one or more search criteria. Remove criteria to increase search results.",
+ "PleaseEnterNameOrId": "Please enter a name or an external Id.",
+ "MessageItemSaved": "Item saved.",
+ "SearchResults": "Search Results",
+ "ServerNameIsRestarting": "Emby Server - {0} is restarting.",
+ "ServerNameIsShuttingDown": "Emby Server - {0} is shutting down.",
+ "HeaderDeleteItems": "Delete Items",
+ "ConfirmDeleteItems": "Deleting these items will delete them from both the file system and your media library.",
+ "PleaseRestartServerName": "Please Restart Emby Server on {0}",
+ "ConvertingDots": "Converting...",
+ "LabelSyncNoTargetsHelp": "It looks like you don't currently have any apps that support offline downloading.",
+ "DownloadingDots": "Downloading...",
+ "LearnMore": "Learn more",
+ "LabelBitrateMbps": "Bitrate (Mbps)",
+ "ConvertUnwatchedVideosOnly": "Convert unplayed videos only",
+ "SyncUnwatchedVideosOnly": "Download unplayed videos only",
+ "ConvertUnwatchedVideosOnlyHelp": "Only videos that are not marked as fully played will be converted.",
+ "SyncUnwatchedVideosOnlyHelp": "Only videos that are not marked as fully played will be downloaded, and videos will be removed from the device as they are fully played.",
+ "AutomaticallySyncNewContent": "Automatically download new content",
+ "AutomaticallySyncNewContentHelp": "New content added to this folder will be automatically downloaded to the device.",
+ "AutomaticallyConvertNewContent": "Automatically convert new content",
+ "AutomaticallyConvertNewContentHelp": "New content added to this folder will be automatically converted.",
+ "LabelItemLimit": "Item limit",
+ "ConvertItemLimitHelp": "Optional. Set a limit to the number of items that will be converted.",
+ "DownloadItemLimitHelp": "Optional. Set a limit to the number of items that will be downloaded.",
+ "PleaseSelectDeviceToSyncTo": "Please select a device to download to.",
+ "Screenshots": "Screenshots",
+ "MoveRight": "Move right",
+ "MoveLeft": "Move left",
+ "HeaderUploadNewImage": "Upload New Image",
+ "HeaderDeleteImage": "Delete Image",
+ "ConfirmDeleteImage": "Delete image?",
+ "HeaderEditImages": "Edit Images",
+ "Settings": "Settings",
+ "ShowIndicatorsFor": "Show Indicators",
+ "Episodes": "Episodes",
+ "Programs": "Programs",
+ "HeaderCastCrew": "Cast & Crew",
+ "DvrSubscriptionRequired": "Emby Live TV & DVR require an active {0}Emby Premiere subscription{1}.",
+ "HeaderCancelRecording": "Cancel Recording",
+ "HeaderKeepRecording": "Keep Recording",
+ "HeaderCancelSeries": "Cancel Series",
+ "HeaderKeepSeries": "Keep Series",
+ "HeaderLearnMore": "Learn More",
+ "SeriesSettings": "Series settings",
+ "HeaderRecordingOptions": "Recording Options",
+ "HeaderDoNotRecord": "Do not record",
+ "HeaderSeriesOptions": "Series Options",
+ "Layout": "Layout",
+ "Channels": "Channels",
+ "ChannelNameOnly": "Channel {0} only",
+ "Anytime": "Anytime",
+ "AnyLanguage": "Any language",
+ "AroundTime": "Around {0}",
+ "HeaderLatestMovies": "Latest Movies",
+ "All": "All",
+ "Stop": "Stop",
+ "AllChannels": "All channels",
+ "NewEpisodesOnly": "New episodes only",
+ "AllEpisodes": "All episodes",
+ "LabelStartWhenPossible": "Start when possible",
+ "LabelStopWhenPossible": "Stop when possible",
+ "MinutesBefore": "minutes before",
+ "MinutesAfter": "minutes after",
+ "SkipEpisodesAlreadyInMyLibrary": "Don't record episodes that are already in my library",
+ "SkipEpisodesAlreadyInMyLibraryHelp": "Episodes will be compared using season and episode numbers, when available.",
+ "LabelKeepUpTo": "Keep up to",
+ "AsManyAsPossible": "As many as possible",
+ "DefaultErrorMessage": "There was an error processing the request. Please try again later.",
+ "UntilIDelete": "Until I delete",
+ "UntilSpaceNeeded": "Until space needed",
+ "Categories": "Categories",
+ "Sports": "Sports",
+ "News": "News",
+ "Movies": "Movies",
+ "Music": "Music",
+ "Kids": "Kids",
+ "MoreFromValue": "More from {0}",
+ "DiedValue": "Died: {0}",
+ "BornValue": "Born: {0}",
+ "EnableColorCodedBackgrounds": "Apply colored backgrounds to shows, based on their category",
+ "SortChannelsBy": "Sort channels by",
+ "ChannelNumber": "Channel Number",
+ "HeaderBenefitsEmbyPremiere": "Benefits of Emby Premiere",
+ "ThankYouForTryingEnjoyOneMinute": "Please enjoy one minute of playback. Thank you for trying Emby.",
+ "HeaderTryPlayback": "Try Playback",
+ "HowDidYouPay": "How did you pay?",
+ "IHaveEmbyPremiere": "I have Emby Premiere",
+ "IPurchasedThisApp": "I purchased this app",
+ "ButtonRestorePreviousPurchase": "Restore Purchase",
+ "ButtonUnlockWithPurchase": "Unlock with Purchase",
+ "ButtonUnlockPrice": "Unlock {0}",
+ "EmbyPremiereMonthlyWithPrice": "Emby Premiere Monthly {0}",
+ "HeaderAlreadyPaid": "Already Paid?",
+ "ButtonPlayOneMinute": "Play One Minute",
+ "PlaceFavoriteChannelsAtBeginning": "Place favorite channels at the beginning",
+ "HeaderUnlockFeature": "Unlock Feature",
+ "MessageDidYouKnowCinemaMode": "Did you know that with Emby Premiere, you can enhance your experience with features like Cinema Intros?",
+ "HeaderPlayMyMedia": "Play my Media",
+ "HeaderDiscoverEmbyPremiere": "Discover Emby Premiere",
+ "HeaderNowPlaying": "Now Playing",
+ "Items": "Items",
+ "AppName": "App Name",
+ "OneChannel": "One channel",
+ "ConfirmRemoveDownload": "Remove download?",
+ "ConfirmRemoveItem": "Remove item?",
+ "RemoveDownload": "Remove Download",
+ "ConfirmCancelConversion": "Cancel conversion?",
+ "CancelConversion": "Cancel Conversion",
+ "KeepDownload": "Keep download",
+ "AddedOnValue": "Added {0}",
+ "RemovingFromDevice": "Removing from device",
+ "KeepOnDevice": "Keep on device",
+ "CancelDownload": "Cancel download",
+ "SyncJobItemStatusReadyToTransfer": "Ready to Transfer",
+ "SyncJobItemStatusSyncedMarkForRemoval": "Removing from device",
+ "SyncJobItemStatusQueued": "Queued",
+ "SyncJobItemStatusConverting": "Converting",
+ "SyncJobItemStatusTransferring": "Transferring",
+ "SyncJobItemStatusSynced": "Downloaded",
+ "Failed": "Failed",
+ "SyncJobItemStatusRemovedFromDevice": "Removed from device",
+ "Cancelled": "Cancelled",
+ "Retry": "Retry",
+ "Continue": "Continue",
+ "ContinueInSecondsValue": "Continue in {0} seconds.",
+ "HeaderRemoteControl": "Remote Control",
+ "Disconnect": "Disconnect",
+ "EnableDisplayMirroring": "Enable display mirroring",
+ "RemoteAccess": "Remote Access",
+ "HeaderPlayOn": "Play On",
+ "Quality": "Quality",
+ "Auto": "Auto",
+ "AndroidUnlockRestoreHelp": "To restore your previous purchase, please ensure you're signed into the device with the same Google (or Amazon) account that originally made the purchase. Make sure the app store is enabled and not restricted by any parental controls, and ensure you have an active internet connection. You'll only have to do this once to restore your previous purchase.",
+ "HeaderAspectRatio": "Aspect Ratio",
+ "Original": "Original",
+ "Fill": "Fill",
+ "Cover": "Cover",
+ "MessageNoServersAvailableToConnect": "No servers are available to connect to. If you've been invited to share a server, make sure to accept it below or by clicking the link in the email.",
+ "MessagePlayAccessRestricted": "Playback of this content is currently restricted. Please contact your Emby Server administrator for more information.",
+ "Accept": "Accept",
+ "Reject": "Reject",
+ "Connect": "Connect",
+ "HeaderMyMedia": "My Media",
+ "HeaderMyMediaSmall": "My Media (small)",
+ "LatestFromLibrary": "Latest {0}",
+ "HeaderLatestEpisodes": "Latest Episodes",
+ "ContinuePlaying": "Continue playing",
+ "ContinueWatching": "Continue watching",
+ "HeaderLatestChannelMedia": "Latest Channel Items",
+ "HeaderContinueWatching": "Continue Watching",
+ "HeaderContinueListening": "Continue Listening",
+ "HeaderActiveRecordings": "Active Recordings",
+ "HeaderLatestRecordings": "Latest Recordings",
+ "LabelConvertTo": "Convert to",
+ "LabelDownloadTo": "Download to",
+ "HeaderDownloadToDots": "Download to...",
+ "Next": "Next",
+ "LabelSource": "Source",
+ "VersionNumber": "Version {0}",
+ "HeaderAllLanguages": "All Languages",
+ "Previous": "Previous",
+ "HeaderNextUp": "Next Up",
+ "HeaderPlayNextUp": "Play Next Up",
+ "HeaderLatestFrom": "Latest from {0}",
+ "LabelHomeScreenSectionValue": "Home screen section {0}",
+ "PasswordResetComplete": "The password has been reset.",
+ "PasswordSaved": "Password saved.",
+ "SettingsSaved": "Settings saved.",
+ "Upcoming": "Upcoming",
+ "HeaderSelectImageFile": "Select Image File",
+ "None": "None",
+ "More": "More",
+ "Up": "Up",
+ "Down": "Down",
+ "Home": "Home",
+ "Back": "Back",
+ "Random": "Random",
+ "Playback": "Playback",
+ "Favorites": "Favorites",
+ "HeaderHomeScreen": "Home Screen",
+ "HeaderLatestChannelItems": "Latest Channel Items",
+ "HeaderLibraryOrder": "Library Order",
+ "HeaderOnNow": "On Now",
+ "HeaderForKids": "For Kids",
+ "HeaderPlaybackError": "Playback Error",
+ "PlaybackErrorNotAllowed": "You're currently not authorized to play this content. Please contact your system administrator for details.",
+ "RateLimitExceeded": "Your account has exceeded the maximum streaming limit set by your Emby Server administrator. Please contact them for assistance.",
+ "PlaybackErrorNoCompatibleStream": "No compatible streams are currently available. Please try again later or contact your system administrator for details.",
+ "PlaybackErrorPlaceHolder": "Please insert the disc in order to play this video.",
+ "PlaybackErrorNoPlayableItems": "No playable items were found. Are you trying to play an empty folder?",
+ "Guide": "Guide",
+ "Games": "Games",
+ "GameSystem": "Game System",
+ "Suggestions": "Suggestions",
+ "HeaderFavoriteChannels": "Favorite Channels",
+ "HeaderFavoriteCollections": "Favorite Collections",
+ "HeaderFavoritePlaylists": "Favorite Playlists",
+ "Collection": "Collection",
+ "Collections": "Collections",
+ "LabelSelectFolderGroups": "Automatically group content from the following folders into views such as Movies, Music and TV:",
+ "LabelSelectFolderGroupsHelp": "Folders that are unchecked will be displayed by themselves in their own view.",
+ "Mute": "Mute",
+ "Unmute": "Unmute",
+ "Folder": "Folder",
+ "Folders": "Folders",
+ "FileName": "File Name",
+ "DisplayInOtherHomeScreenSections": "Display in secondary home screen sections such as latest media and continue watching",
+ "DisplayInMyMedia": "Display on home screen",
+ "Shows": "Shows",
+ "MoviesAndShows": "Movies & Shows",
+ "HeaderMusicVideo": "Music Video",
+ "HeaderMusicVideos": "Music Videos",
+ "MusicVideos": "Music videos",
+ "Videos": "Videos",
+ "MixedContent": "Mixed content",
+ "HomeVideos": "Home videos",
+ "HomeVideosAndPhotos": "Home videos & photos",
+ "TVShows": "TV shows",
+ "HeaderLibraryFolders": "Library Folders",
+ "HeaderTermsOfPurchase": "Terms of Purchase",
+ "PrivacyPolicy": "Privacy policy",
+ "TermsOfUse": "Terms of Use",
+ "HeaderRepeatMode": "Repeat Mode",
+ "HeaderToneMapping": "Tone Mapping",
+ "RepeatOne": "Repeat one",
+ "RepeatAll": "Repeat all",
+ "LabelDefaultScreen": "Default screen",
+ "ConfirmEndPlayerSession": "Would you like to shutdown Emby on {0}?",
+ "Yesterday": "Yesterday",
+ "Yes": "Yes",
+ "No": "No",
+ "HeaderScanLibraryFiles": "Scan Library Files",
+ "LiveTV": "Live TV",
+ "Schedule": "Schedule",
+ "Recordings": "Recordings",
+ "ScanForNewAndUpdatedFiles": "Scan for new and updated files",
+ "NewVersionOfXAvailableForY": "{0} is Available for {1}",
+ "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",
+ "HeaderHardwareAcceleratedDecoding": "Hardware Accelerated Decoding",
+ "HeaderHardwareAcceleratedEncoding": "Hardware Accelerated Encoding",
+ "HeaderDirectPlay": "Direct Play",
+ "DirectPlaying": "Direct playing",
+ "DirectStreaming": "Direct streaming",
+ "Transcode": "Transcode",
+ "Transcoding": "Transcoding",
+ "ContainerBitrateExceedsLimit": "Reducing bitrate due to quality setting",
+ "VideoCodecNotSupported": "Converting video to compatible codec",
+ "AudioCodecNotSupported": "Converting audio to compatible codec",
+ "SubtitleCodecNotSupported": "Converting subtitles directly into video",
+ "DirectPlayError": "Recovering from playback error",
+ "ContainerNotSupported": "Converting to compatible container",
+ "VideoLevelNotSupported": "Converting to compatible video level",
+ "AudioBitrateNotSupported": "Converting to compatible audio bitrate",
+ "AudioChannelsNotSupported": "Converting to compatible number of audio channels",
+ "VideoResolutionNotSupported": "Converting to compatible video resolution",
+ "AudioProfileNotSupported": "Converting to compatible audio profile",
+ "AudioSampleRateNotSupported": "Converting to compatible audio sample rate",
+ "AnamorphicVideoNotSupported": "Anamorphic video not supported",
+ "InterlacedVideoNotSupported": "Deinterlacing video",
+ "SecondaryAudioNotSupported": "Selecting secondary audio track",
+ "ExternalAudioNotSupported": "Selecting external audio track",
+ "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",
+ "Offline": "Offline",
+ "HeaderSignUp": "Sign Up",
+ "ServerDownloadMessage": "To download and install the free Emby Server visit {0}",
+ "ServerDownloadMessageWithoutLink": "To download and install the free Emby Server visit the Emby website.",
+ "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",
+ "Skip": "Skip",
+ "HeaderAdditionalParts": "Additional Parts",
+ "ButtonGenerateNewPin": "Generate New Pin",
+ "ConnectLoginHelp1": "With Emby Connect you can easily access your Emby Server wherever you are and share servers with your family and friends.",
+ "CreatePinErrorMessage": "An error occurred while creating a pin code. Please click Generate New Pin to try again.",
+ "PinExpiredMessage": "The pin code has expired. Please click Generate New Pin to try again.",
+ "ConnectPinCodeHeader": "To sign in with Emby Connect, use a mobile device or computer to visit {0} and enter the following pin code:",
+ "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",
+ "Absolute": "Absolute",
+ "Smart": "Smart",
+ "Small": "Small",
+ "Smaller": "Smaller",
+ "Medium": "Medium",
+ "Large": "Large",
+ "Larger": "Larger",
+ "ExtraLarge": "Extra large",
+ "ExtraSmall": "Extra small",
+ "Forced": "Forced",
+ "External": "External",
+ "HeaderEmbeddedTitle": "Embedded Title",
+ "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.",
+ "HeaderSubtitleSettings": "Subtitle Settings",
+ "HeaderSubtitleAppearance": "Subtitle Appearance",
+ "OnlyForcedSubtitlesHelp": "Only subtitles marked as forced will be loaded.",
+ "AutoSelectHearingImpairedHelp": "Subtitles matching the language preference will be loaded, with a preference given to tracks that are marked as hearing impaired (SDH).",
+ "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",
+ "LabelBackgroundColor": "Background color",
+ "LabelBackgroundOpacity": "Background opacity",
+ "Raised": "Raised",
+ "Depressed": "Depressed",
+ "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).",
+ "Normal": "Normal",
+ "HeaderWaitingForWifi": "Waiting for Wifi",
+ "WifiRequiredToDownload": "A Wifi connection is required to continue downloading.",
+ "DownloadOnlyOnWifi": "Download only on Wifi",
+ "LabelMusicDownloadQuality": "Music download quality",
+ "MusicDownloadQualityHelp": "Audio files with a higher bitrate will be converted by Emby Server. Select a higher value for better quality, or a lower value to conserve local storage space.",
+ "HeaderDownloadSettings": "Download Settings",
+ "LabelDownloadLocation": "Download location",
+ "BrowseForFolder": "BrowseForFolder",
+ "Unlimited": "Unlimited",
+ "NoLimit": "No limit",
+ "Hide": "Hide",
+ "HeaderKeepWatching": "Keep Watching",
+ "HeaderNextEpisode": "Next Episode",
+ "AudioBitDepthNotSupported": "Converting to compatible audio bit depth",
+ "VideoBitrateNotSupported": "Converting to compatible video bitrate",
+ "VideoProfileNotSupported": "Converting to compatible video profile",
+ "VideoFramerateNotSupported": "Converting to compatible video framerate",
+ "VideoBitDepthNotSupported": "Converting to compatible video bit depth",
+ "RefFramesNotSupported": "Converting to compatible number of video reference frames",
+ "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.",
+ "HeaderStopRecording": "Stop Recording",
+ "ManageRecording": "Manage recording",
+ "LabelDropImageHere": "Drag and drop image here, or click to select an image to upload.",
+ "MessageFileReadError": "There was an error reading the file. Please try again.",
+ "Browse": "Browse",
+ "HeaderUploadImage": "Upload Image",
+ "HeaderAddUpdateImage": "Add/Update Image",
+ "HeaderShowFields": "Show Fields",
+ "LabelView": "View",
+ "LabelImageType": "Image type",
+ "Upload": "Upload",
+ "Primary": "Primary",
+ "PrimaryImageBlur": "Primary image blur",
+ "Art": "Art",
+ "Backdrop": "Backdrop",
+ "Banner": "Banner",
+ "Box": "Box",
+ "BoxRear": "Box (Rear)",
+ "Disc": "Disc",
+ "Logo": "Logo",
+ "LogoDark": "Logo (Dark Version)",
+ "LogoLight": "Logo (Light Version)",
+ "LogoLightColor": "Logo (Light with Color)",
+ "Menu": "Menu",
+ "Screenshot": "Screenshot",
+ "Thumb": "Thumb",
+ "HeaderAudioSettings": "Audio Settings",
+ "LabelAudioLanguagePreference": "Preferred audio language",
+ "LabelPlayDefaultAudioTrack": "Play default audio track regardless of language",
+ "HeaderVideoQuality": "Video Quality",
+ "CinemaModeConfigurationHelp": "Cinema Intros bring the theater experience straight to your living room with the ability to play trailers and custom intros before the main feature.",
+ "ShowUpNextPreview": "Show up next preview",
+ "ShowUpNextPreviewHelp": "Show information for the next item near the end of the current one.",
+ "PlayNextEpisodeAutomatically": "Play next episode automatically",
+ "LabelMaxChromecastBitrate": "Chromecast streaming quality",
+ "LabelSkipBackLength": "Skip back length",
+ "LabelSkipForwardLength": "Skip forward length",
+ "EnableCinemaMode": "Enable Cinema Intros",
+ "LabelInternetQuality": "Remote streaming quality",
+ "LabelCellularQuality": "Remote streaming quality (cellular)",
+ "HeaderMusicQuality": "Music Quality",
+ "LabelHomeNetworkQuality": "Home streaming quality",
+ "HeaderLatestMedia": "Latest Media",
+ "HeaderRestartingEmbyServer": "Restarting Emby Server",
+ "RestartPleaseWaitMessage": "Please wait while Emby Server shuts down and restarts. This may take a minute or two.",
+ "HeaderPlayNext": "Play Next",
+ "AutoBasedOnLanguageSetting": "Auto (based on device setting)",
+ "SameAsMainTheme": "Same as main theme",
+ "LabelDateTimeLocale": "Date time locale",
+ "Genre": "Genre",
+ "DirectorValue": "Director: {0}",
+ "DirectorsValue": "Directors: {0}",
+ "GenreValue": "Genre: {0}",
+ "GenresValue": "Genres: {0}",
+ "TagsValue": "Tags: {0}",
+ "Off": "Off",
+ "Title": "Title",
+ "Year": "Year",
+ "Filter": "Filter",
+ "Filters": "Filters",
+ "Unplayed": "Unplayed",
+ "LabelTVHomeScreen": "TV mode home screen",
+ "Horizontal": "Horizontal",
+ "Vertical": "Vertical",
+ "HeaderGroupBy": "Group By",
+ "HeaderMediaType": "Media Type",
+ "GroupBySeries": "Group by series",
+ "HeaderVideoType": "Video Type",
+ "HeaderSeriesStatus": "Series Status",
+ "Features": "Features",
+ "Trailers": "Trailers",
+ "Extras": "Extras",
+ "ThemeSongs": "Theme songs",
+ "ThemeVideos": "Theme videos",
+ "HeaderFavoriteMovies": "Favorite Movies",
+ "HeaderFavoritePhotos": "Favorite Photos",
+ "HeaderFavoriteShows": "Favorite Shows",
+ "HeaderFavoriteEpisodes": "Favorite Episodes",
+ "HeaderFavoriteVideos": "Favorite Videos",
+ "HeaderFavoriteMusicVideos": "Favorite Music Videos",
+ "HeaderFavoriteGames": "Favorite Games",
+ "HeaderFavoriteArtists": "Favorite Artists",
+ "HeaderFavoriteAlbums": "Favorite Albums",
+ "HeaderFavoriteSongs": "Favorite Songs",
+ "HeaderFavoriteAuthors": "Favorite Authors",
+ "HeaderFavoriteAudioBooks": "Favorite Audio Books",
+ "Ascending": "Ascending",
+ "Descending": "Descending",
+ "HeaderColorPrimaries": "Color Primaries",
+ "HeaderColorSpace": "Color Space",
+ "HeaderColorTransfer": "Color Transfer",
+ "HeaderVideoRange": "Video Range",
+ "SeriesDisplayOrderHelp": "Order episodes by air date, dvd order, or absolute numbering.",
+ "LabelVerticalPositionFromBottom": "Vertical position (from bottom)",
+ "HeaderFavoritePeople": "Favorite People",
+ "MultiSelect": "Multi-Select",
+ "HeaderSignOut": "Sign Out",
+ "HeaderSelectServer": "Select Server",
+ "HeaderChangeServer": "Change Server",
+ "HeaderChangeUser": "Change User",
+ "HeaderAppSettings": "App Settings",
+ "HeaderLoginSettings": "Login Settings",
+ "LabelRememberLogin": "Remember login",
+ "LabelAutomaticallySignOut": "Automatically sign out",
+ "BetaTesterMessage": "Thank you for being an Emby beta tester! Please leave feedback in the {0}Testing Area of the Emby Community{1}.",
+ "HardwareAccelerated": "Hardware accelerated",
+ "Software": "Software",
+ "Metadata": "Metadata",
+ "HeaderMediaInfo": "Media Info",
+ "Locked": "Locked",
+ "HeaderSplitVersionsApart": "Split Versions Apart",
+ "Any": "Any",
+ "Admin": "Admin",
+ "HeaderReadMore": "Read More",
+ "CustomRatingHelp": "A custom rating is used for parental control evaluations but is not displayed. The parental rating field is still displayed.",
+ "KeepUpToHelp": "Recordings over the limit are deleted when the next recording begins. Oldest recordings are deleted first, by date added.",
+ "NoItemsMatchingFound": "No items matching your search criteria were found.",
+ "TwoSearchCharsRequired": "Please enter at least two search characters.",
+ "PreventPlaybackContinuing": "Prevent playback from continuing indefinitely by periodically prompting for user input.",
+ "PromptStillWatching": "Enable 'Are You Still Watching?' prompt",
+ "HeaderMissingMetadata": "Missing Metadata",
+ "HeaderIncludedIn": "Included In",
+ "EmbyConnectUserAlreadyLinked": "The Emby Connect user is already linked to another user on this server.",
+ "VideoFilesWillBeConvertedTo": "Converted videos will be saved as {0}.",
+ "VideoWillBeConvertedTo": "Video streams will be converted to {0}, or copied from the original file if they are already {0} and the quality fits within the conversion options.",
+ "VideoWillBeConvertedToOrCopied": "Video streams will be converted to {0}, or copied from the original file if they are any of ({1}), and the quality fits within the conversion options.",
+ "AudioWillBeConvertedTo": "Audio streams will be converted to {0}, or copied from the original file if they are already {0} and the quality fits within the conversion options.",
+ "AudioWillBeConvertedToOrCopied": "Audio streams will be converted to {0}, or copied from the original file if they are any of ({1}), and the quality fits within the conversion options.",
+ "HeaderSpecialKeys": "Special Keys",
+ "FollowingSpecialKeys": "The following special keys are supported on most keyboards and remote controls:",
+ "HeaderDeleteSeries": "Delete Series",
+ "HeaderDeleteLastPlayedEpisode": "Delete Last Played Episode",
+ "HeaderConnectingToServer": "Connecting to Server",
+ "ServerNameValue": "Server name: {0}",
+ "DomainValue": "Domain: {0}",
+ "RatedValue": "Rated {0}",
+ "LocalServerRedirectMessage": "You will now be redirected to the domain owned and operated by the administrator of the server you've chosen to connect to:",
+ "AllMediaOwnedHosted": "All media is hosted and managed by the owner of {0}.",
+ "EnableResolutionSwitching": "Match video resolution",
+ "EnableResolutionSwitchingHelp": "This enables Emby to change the resolution to the same value the video was encoded in before starting playback. This may help minimize the amount of stutter/judder that you might otherwise see when playing videos which do not match up well.",
+ "EnableDisplayRefreshRateSwitching": "Enable display refresh rate switching",
+ "EnableDisplayRefreshRateSwitchingHelp": "This enables Emby to change the display refresh rate to the same value (or multiple of) as the framerate the video was encoded in before starting playback. This may help minimize the amount of stutter/judder that you might otherwise see when playing videos which do not match up well.",
+ "RememberSelectedAudioTracks": "Remember audio track selections",
+ "RememberSelectedSubtitleTracks": "Remember subtitle track selections",
+ "RememberSelectedSubtitleTracksHelp": "Subtitle track selections will be remembered on a per video basis and reapplied when playing the same video again.",
+ "RememberSelectedAudioTracksHelp": "Audio track selections will be remembered on a per video basis and reapplied when playing the same video again.",
+ "ClearSavedTrackSelections": "Clear saved track selections",
+ "HeaderClearTrackSelections": "Clear Saved Track Selections",
+ "QuestionClearSavedTracks": "Clear all saved track selections?",
+ "LabelChannelTags": "Channel tags",
+ "AfterThisPlaysConfirmation": "After this plays, do you want to keep playing or clear the music you previously queued?",
+ "Keep": "Keep",
+ "Clear": "Clear",
+ "HeaderClearFilters": "Clear Filters",
+ "HeaderSearchForImages": "Search for Images",
+ "HeaderSearchNewImage": "Search for a New Image",
+ "HeaderSearchForAnImage": "Search for an Image",
+ "DragDropToReorder": "Drag and Drop to Reorder",
+ "HeaderAddImageFromUrl": "Add Image from URL",
+ "HeaderSetImageFromUrl": "Set Image from URL",
+ "LabelUrl": "Url",
+ "LabelChannelNumber": "Channel number",
+ "LabelGuideDataChannel": "Guide data channel",
+ "GuideDataSource": "Guide Data Source",
+ "HeaderCopyToClipboard": "Copy to Clipboard",
+ "TimeRemainingValue": "{0} remaining",
+ "LabelResumeRewindSeconds": "When resuming, automatically rewind",
+ "ResumeRewindSecondsHelp": "This may help you remember where you left off. This applies to the initial resume and not each individual pause during playback.",
+ "HeaderSavePlayQueueToPlaylist": "Save Play Queue to Playlist",
+ "EnableLogoImagesAsTitle": "Display logo images as titles on detail screens",
+ "EnableLogoImagesAsTitleHelp": "When available, logo images can be used in place of title text on video, series, and other detail screens. The title will fallback to text when a logo image is not available.",
+ "LabelNowPlayingAudioBackgroundStyle": "Now playing audio background style",
+ "LabelNowPlayingVideoBackgroundStyle": "Now playing video background style",
+ "NowPlayingVideoBackgroundStyleHelp": "Determines the background style when remote controlling video playback on another device.",
+ "Rotation": "Rotation",
+ "Minutes": "Minutes",
+ "LabelMaxRecordingLength": "Max recording length",
+ "MaxRecordingLengthHelp": "Limit recordings to a specified amount of time, regardless of the duration of the broadcast. Set to 0 for no limit.",
+ "RemoteWAN": "Remote (WAN) Address",
+ "HeaderLastConnectedTo": "Last Connection To",
+ "Version": "Version",
+ "Keyword": "Keyword",
+ "HeaderServerAddress": "Server Address",
+ "HeaderSkipIntro": "Skip Intro",
+ "HeaderCreateRecording": "Create Recording",
+ "HeaderAddRecording": "Add Recording",
+ "HeaderChannelAndTime": "Channel and Time",
+ "LabelRecordProgramOrSeriesFrom": "Record a program or series from",
+ "LabelStartTime": "Start time",
+ "LabelEndTime": "End time",
+ "LabelFrequency": "Frequency",
+ "Recurring": "Recurring",
+ "Once": "Once",
+ "Start": "Start",
+ "Unpause": "Unpause",
+ "LabelIntroSkipMode": "Intro skip mode",
+ "ShowSkipIntroButton": "Show 'Skip Intro' button",
+ "AutoSkipIntro": "Automatically skip intros",
+ "DisplayRatingInformationOnVideoPlaybackStart": "Display rating information on video playback start",
+ "DisplayRatingInformationOnVideoPlaybackStartHelp": "The rating information will display briefly when video playback begins.",
+ "IntroSkipModeHelp": "Display a 'Skip Intro' button or automatically skip intros for episodes in which Emby Server has detected intro markers. Intro detection must be enabled in Emby Server library options.",
+ "EnableHomeScreenFocusPreview": "Use a layout on the home screen that shows a detailed preview of the selected item",
+ "EnableHomeScreenFocusPreviewHelp": "This may not work well if your home screen contains a mixture of different media types.",
+ "LabelHideMediaTransportButtons": "Hide video player transport buttons",
+ "HideMediaTransportButtonsHelp": "Create a simpler on-screen playback interface by hiding basic transport buttons such as skip forward, back and pause. You'll still be able to use these functions using arrow keys and OK/Enter. Auto will hide the transport buttons when no mouse usage is detected within the app.",
+ "ImageSizeHelp": "Set your preferred size of image grids.",
+ "LabelImageSize": "Image size",
+ "ThisImageIsOnlyPreview": "This image is only a preview that came from the metadata search engine. The actual image that Emby Server downloads may be different and will depend on the options you've configured in Emby library setup.",
+ "ResultsRangeValue": "{0} to {1} of {2}",
+ "NotificationsDescription": "Setup notifications to stay informed of important events on your Emby Server.",
+ "DeleteEmbyConnectAccount": "Delete Emby Connect Account",
+ "DeleteEmbyConnectAccountHelp": "To delete your Emby Connect account, please sign in to the {0}Emby Community{1} at {2}. Once signed in, then click your username in the top right, then click Account Settings, then click Delete My Account.",
+ "KeepPlayingInBackground": "Keep playing in the background",
+ "LabelVideoBackBehavior": "Video player back button behavior",
+ "HeaderViewLyrics": "View Lyrics",
+ "HeaderViewMissingEpisodes": "View Missing Episodes",
+ "HeaderMissingEpisodes": "Missing Episodes",
+ "HeaderManageAccess": "Manage Access",
+ "HeaderManageCollaboration": "Manage Collaboration",
+ "HeaderLeaveCollaboration": "Leave Collaboration",
+ "HeaderRemoveFromLibrary": "Remove from Library",
+ "RemoveSharedItemConfirmation": "Are you sure you wish to remove this item from your library? In order to get it back the owner will need to grant you access again.",
+ "SubtitlesDownloaded": "Subtitles Downloaded",
+ "HeaderMakePrivate": "Make Private",
+ "HeaderMakePublic": "Make Public",
+ "MakePublicDescription": "All users will be able to view this item. Users can be granted access to edit.",
+ "MakePrivateDescription": "Users can still be granted access individually.",
+ "Private": "Private",
+ "Public": "Public",
+ "Collaborative": "Collaborative",
+ "PreferredShowDisplay": "Preferred TV show display",
+ "ShowAllEpisodesAllSeasons": "Show all episodes of all seasons together",
+ "ShowAllEpisodesSingleSeason": "Show all episodes for only single season shows",
+ "ShowSeasonFolders": "Always show season folders",
+ "HeaderAddAgain": "Add Again",
+ "UpNext": "Up Next",
+ "ItemsAlreadyInPlaylist": "Some of these items are already in your playlist.",
+ "ItemAlreadyInPlaylist": "This item is already in your playlist.",
+ "HeaderPlayChannel": "Play Channel",
+ "LabelScreenOrientationDuringVideo": "Screen orientation during video playback",
+ "UseDeviceSetting": "Use device setting",
+ "LockToLandscape": "Lock to landscape",
+ "UsernameForFolderHelp": "The username required to access this folder on your network (if applicable).",
+ "PasswordForFolderHelp": "The password required to access this folder on your network (if applicable).",
+ "ShowMediaInfoOnDetailScreens": "Show full media at the bottom of audio and video detail screens",
+ "ForgotPasswordNoUserFound": "No users were found with the entered name. Please try again, or leave the name blank to reset the password for all users on this server.",
+ "Silver": "Silver",
+ "DimGray": "Dim Gray",
+ "DarkGray": "Dark Gray",
+ "LightGray": "Light Gray",
+ "Black": "Black",
+ "Blue": "Blue",
+ "Cyan": "Cyan",
+ "Gray": "Gray",
+ "Green": "Green",
+ "Lime": "Lime",
+ "Magenta": "Magenta",
+ "Orange": "Orange",
+ "Pink": "Pink",
+ "Red": "Red",
+ "Yellow": "Yellow",
+ "White": "White",
+ "Purple": "Purple",
+ "RecentlyReleasedMovies": "Recently Released Movies",
+ "RecentlyReleasedEpisodes": "Recently Released Episodes",
+ "DolbyProfile": "Dolby Profile",
+ "IpAddress": "IP Address",
+ "VideoType": "Video Type",
+ "HidePlayedMediaFrom": "Hide Played Media From",
+ "BottomEdgePosition": "Bottom Edge Position",
+ "VerticalPositionFromBottomScreen": "Set the vertical position of the subtitles relative to the bottom of the screen.",
+ "TopEdgePosition": "Top Edge Position",
+ "TopEdgePositionHelp": "Set the highest allowed vertical position of the subtitles relative to the top of the screen. This is used when the subtitles contain positioning instructions to be placed at the top.",
+ "HeaderSubtitlePosition": "Subtitle Position",
+ "TitleProfilePin": "Profile PIN",
+ "ProfilePinConfirm": "Profile PIN (confirm)",
+ "SaveProfilePin": "Save Pin",
+ "ProfilePinDescription": "Create an optional pin to be prompted for entry whenever you return to an Emby app on a device that you've already signed into. This is useful if you have devices that are shared by multiple users. You can choose to enable it selectively on each device as required.",
+ "TitleNewEpisodes": "New Episodes",
+ "EnterYourPinToContinue": "Enter your PIN to continue.",
+ "YourPinMustBe": "Your PIN must be {0} digits.",
+ "ForgotPin": "Forgot PIN?",
+ "RequireEnteringPinToReturn": "Require entering my profile PIN whenever I return to this app.",
+ "RequireEnteringPinToReturnQuestion": "Should we prompt you for your profile PIN whenever you return to this app? If this device is shared by multiple users, your profile PIN can help prevent the other users from accessing your data.",
+ "RequireEnteringPinToReturnHelp": "Useful if this device is shared by multiple users.",
+ "WrongPinPleaseTryAgain": "Whoops, wrong PIN. Please try again.",
+ "ProfilePinIsOn": "Profile PIN is currently on.",
+ "IfTryingToConnectToHttp": "If you're trying to connect to your Emby Server using an HTTP address, your browser may not be allowing this due to HTTPS requirements. Please try one of the following:",
+ "SetupHttpsForYourServer": "Setup {0}HTTPS for your Emby Server{1} so that you can connect using HTTPS.",
+ "TitleUnableToReachServer": "Unable to Reach Server",
+ "TitleUnableToReachName": "Unable to Reach {0}",
+ "HearingImpaired": "Hearing Impaired",
+ "SignIntoServerName": "Sign in to {0}",
+ "About": "About",
+ "Specials": "Specials",
+ "NSettings": "{0} Settings",
+ "NPreferences": "{0} Preferences",
+ "DetailScreenOptions": "Detail Screens",
+ "LabelGenreDisplayLimit": "Genre display limit",
+ "GenreDisplayLimitHelp": "Limit the number of genres displayed at the top of item detail screens.",
+ "GenreDisplayLimitForListsHelp": "Limit the number of genres displayed at the top of playlist, collection and artist detail screens.",
+ "LabelGenreDisplayLimitForLists": "Genre display limit for lists",
+ "ShowPosterOnDetails": "Show a poster on the detail screen",
+ "ShowPosterOnDetailsHelp": "Choose to show a poster on video detail screens, or hide it for a more minimal look that emphasizes the background. This setting is not used on smaller screen layouts. Some item types will ignore this setting.",
+ "EnableAppLogging": "Enable app logging",
+ "EnableAppLoggingHelp": "Logging can degrade app performance and should only be enabled as needed for troubleshooting purposes. Changes require restarting the app.",
+ "LabelSlideshowInterval": "Photo slideshow time per slide",
+ "TVChannelImageEditorHelp": "Multiple logo versions are supported. Emby apps will automatically choose the appropiate one depending on the current theme.",
+ "PlaySlideshow": "Play Slideshow",
+ "CheckForExistingEpisodesInAllLibraries": "Check for existing episodes in all libraries",
+ "GroupNotificationsBySeriesOrAlbum": "Group notifications by series and albums",
+ "ThemeSettings": "Theme Settings",
+ "FollowingActivityWillBeDisrupted": "The following activity will be disrupted and may require manual intervention to restart:",
+ "OneActivePlaybackSession": "1 Active Playback Session",
+ "NumActivePlaybackSessions": "{0} Active Playback Sessions",
+ "OneActiveRecording": "1 Active Recording",
+ "NumActiveRecordings": "{0} Active Recordings",
+ "PlayFromLivePosition": "Play from the live position",
+ "PlayFromStartOfRecording": "Play from the start of the recording",
+ "ThisChannelIsActivelyRecording": "This channel is actively recording. How would you like to begin playing?",
+ "ThemeSongVolume": "Theme song volume",
+ "HeaderForceConversionForFormats": "Force Conversion for Formats",
+ "ForceConversionForFormatsHelp": "Use this to force server-side transcoding or remuxing for formats that don't direct play very well on this device.",
+ "StartupBehavior": "Startup behavior",
+ "RememberLastUser": "Remember last user",
+ "ShowLoginScreen": "Show login screen",
+ "SignInAsValue": "Sign in as {0}",
+ "ConvertUnsupportedAudio": "Convert unsupported surround audio to Dolby Digital",
+ "ConvertUnsupportedAudioHelp": "Avoid downmixing unsupported surround formats to stereo by having Emby Server transcode them to Dolby Digital.",
+ "HeaderPlaybackCorrection": "Playback Correction",
+ "HeaderAttemptPlaybackCorrection": "Attempt Playback Correction",
+ "PlaybackCorrectionConfirm": "Attempt playback correction?",
+ "PlaybackCorrectionDescription": "Is the current item exhibiting a playback problem such as no video or audio? This will try and correct playback issues using server transcoding to convert this file into a more streaming friendly format. This will result in increased resource consumption on this Emby Server.",
+ "PlaybackCorrectionDescription2": "You can do this up to three times per video, where remuxing, video transcoding and audio transcoding are each activated one at a time.",
+ "HeaderAlbumsAsContributingArtist": "Albums as Contributing Artist",
+ "HeaderAlbumsAsComposer": "Albums as Composer",
+ "Duplicates": "Duplicates",
+ "HeaderSleepTimer": "Sleep Timer",
+ "AfterCurrentItem": "After current item",
+ "HeaderStopPlayback": "Stop Playback",
+ "TurnOffTimer": "Turn off timer",
+ "SleepTimerIsSet": "Your sleep timer is set",
+ "SleepTimerIsOff": "Your sleep timer is off",
+ "LabelEnableRemoteControlTVMode": "Display casting and remote control functions",
+ "EnableRemoteControlTVModeHelp": "Enable if you intend to use this device to send media to other devices.",
+ "ShowOnScreenControls": "Show on-screen controls",
+ "LabelVideoScreenUpAction": "Video player up action",
+ "VideoScreenUpActionHelp": "Select the action to take when pressing the up key on the video player screen. This applies when no on-screen controls are currently visible. When controls are already visible, the up key will be used for navigation.",
+ "LabelVideoPlayerLongPressAction": "Video player long press action",
+ "LetsGetSetup": "Let's Get Set Up",
+ "VideoPlayerLongPressActionHelp": "Choose what function or menu is shown when long pressing the OK button during video playback. This only takes effect when the video controls are hidden or the seek bar has focus.",
+ "AskAdminToGetPremiere": "This purchase must be made by the server administrator. Please ask the administrator of this Emby Server to sign in and get Emby Premiere so that you can enjoy access to premium features.",
+ "AutoOpenSingleItemsFolders": "Auto open single items in folder view",
+ "AutoOpenSingleItemsFoldersHelp": "When a folder only contains one item, automatically open that item.",
+ "PlayedOnValue": "Played {0}",
+ "TheseSettingsApplyAppDevice": "These settings apply to all users playing on this device.",
+ "LastContentDateAdded": "Last Content Date Added",
+ "RepeatThemeMedia": "Play themes on repeat",
+ "HideEpisodeSpoilerInfo": "Hide spoiler information from unwatched episodes",
+ "HideEpisodeSpoilerInfoHelp": "Hides the title, overview and image for unwatched episodes on most screens.",
+ "BornValueAge": "Born: {0} (age {1})",
+ "PreferDirectStreamLiveTV": "Prefer direct streaming of Live TV",
+ "PreferDirectStreamLiveTVHelp": "Direct streaming Live TV will reduce resource consumption on your Emby Server but may not be as seekable during playback. Enabling this will direct stream Live TV when the format is supported and is within your configured quality setting. Disable this to enjoy more seeking during playback at the cost of additional resource consumption.",
+ "HeaderAllRecordings": "All Recordings",
+ "RememberLoginDescription": "After signing in, you can use the app settings to configure the startup behavior to remember login, sign in as a specific user, or always show the login screen.",
+ "ForgetThisServer": "Forget This Server",
+ "ForgetServerConfirmation": "Are you sure you wish to forget this server?",
+ "HeaderThisDevice": "This Device",
+ "ChaptersGuide": "Chapters / Live TV Guide",
+ "ChaptersGuideHelp": "Show Chapters for media with chapters. For media without chapters, show the Live TV Guide (when available).",
+ "HeaderShowSeriesImages": "Show Series Images",
+ "AppExitConfirmation": "Are you ready to exit Emby?",
+ "AppExitMenu": "Exit menu",
+ "SideMenu": "Side navigation menu",
+ "SystemStorage": "System storage ({0})"
+}
diff --git a/modules/common/strings/nb.json b/modules/common/strings/nb.json
new file mode 100644
index 0000000..0d66371
--- /dev/null
+++ b/modules/common/strings/nb.json
@@ -0,0 +1,1340 @@
+{
+ "ReplaceExistingThumbnailImages": "Replace existing video preview thumbnails",
+ "ReplaceExistingThumbnailImagesHelp": "All existing video preview thumbnails will be deleted and new ones will be generated, if enabled in the options for the library.",
+ "DateCreated": "Date Created",
+ "CreatedOnValue": "Created {0}",
+ "UpdatedOnValue": "Updated {0}",
+ "EmbyLoginTerms": "Emby er designet for å hjelpe deg med å administrere ditt personlige mediebibliotek, for eksempel hjemmevideoer og bilder. Se vår {0}vilkår for bruk{1}. Bruk av Emby-programvare innebærer aksept av disse vilkårene.",
+ "MessageUnableToConnectToServer": "Vi kan ikke kontakte angitt server akkurat nå. Sjekk at den er startet og prøv igjen.",
+ "EmbyIntroMessage": "Med Emby kan du enkelt strømme videoer, musikk og bilder til smarttelefoner, nettbrett og andre enheter fra Emby Server.",
+ "HeaderSignInWithConnect": "Logg inn med Emby Connect",
+ "HeaderWelcomeToEmby": "Velkommen til Emby",
+ "HeaderNewUsers": "Nye Brukere",
+ "HeaderPleaseSignIn": "Vennligst Logg inn",
+ "MessageInvalidUser": "Ugyldig brukernavn eller passord. Vennligst prøv igjen.",
+ "MessageUnlockAppWithPurchaseOrSupporter": "Lås opp denne funksjonen med et engangskjøp, eller med et aktivt Emby Premiere-abonnement.",
+ "MessageUnlockAppWithSupporter": "Lås opp denne funksjonen med et aktivt Emby Premiere-abonnement.",
+ "MessageToValidateSupporter": "Hvis du har et aktivt Emby Premiere-abonnement, må du sørge for at du har konfigurert Emby Premiere i Emby Server Kontrollpanel, som du får tilgang til ved å klikke Emby Premiere i hovedmenyen.",
+ "ValueSpecialEpisodeName": "Spesial - {0}",
+ "HeaderSignIn": "Logg inn",
+ "Share": "Del",
+ "Shared": "Delt",
+ "Info": "Info",
+ "Add": "Legg til",
+ "Speed": "Hastighet",
+ "PlaybackSpeed": "Avspillingshastighet",
+ "Chapters": "Kapitler",
+ "Password": "Passord",
+ "SavePassword": "Lagre passord",
+ "LabelPassword": "Passord:",
+ "HeaderResetPassword": "Tilbakestill passord",
+ "Series": "Serier",
+ "Preview": "Forhåndsvisning",
+ "Submit": "Send inn",
+ "Never": "Aldri",
+ "Table": "Tabell",
+ "HeaderScheduledTasks": "Scheduled Tasks",
+ "Plays": "Avspillinger",
+ "LastUsedAddressValue": "Sist brukt {0}",
+ "LabelKeywordType": "Nøkkelordtype",
+ "HeaderSelectColumns": "Velg kolonner",
+ "HeaderTopResults": "Toppresultater",
+ "HeaderPinSidebar": "Fest sidepanelet",
+ "Collapse": "Sammentrekk",
+ "LabelBackgroundVideoPlayback": "Avspilling av bakgrunnsvideo",
+ "BackgroundVideoPlaybackHelp": "Avspilling av bakgrunnsvideo lar videoen fortsatt spille selv om skjermen er skrudd av.",
+ "AlwaysOn": "Alltid på",
+ "HeadphonesOrExternalSpeakersConnected": "Hodetelefoner eller eksterne høyttalere koblet til",
+ "HeaderKeyboardAndRemote": "Tastatur og fjernkontroll",
+ "NoSelectedItemsSupportOperation": "Ingen av de valgte elementene støtter denne operasjonen.",
+ "NoOperationsForSelectedItems": "Det finnes ingen tilgjengelige operasjoner for valgte elementer.",
+ "UploadOnlyOnWifi": "Last opp kun på Wifi",
+ "HeaderFoldersToUpload": "Mapper å laste opp",
+ "LabelPasswordConfirm": "Passord (bekreft)",
+ "HeaderMoveUpInOrder": "Flytt opp i rekkefølge",
+ "HeaderDownUpInOrder": "Flytt ned i rekkefølge",
+ "LabelUsername": "Brukernavn:",
+ "HeaderAddServer": "Legg til Server",
+ "HeaderSubtitleOffset": "Forskyvning av undertekst",
+ "Watching": "Watching",
+ "HeaderRemoveFromContinueWatching": "Fjern fra fortsett å se på",
+ "RemoveThisTitleFromContinueWatching": "Fjerne denne tittelen fra fortsett å se på?",
+ "HeaderRemoveFromContinueListening": "Fjern fra fortsett å høre på",
+ "RemoveThisTitleFromContinueListening": "Fjern denne tittelen fra fortsett å høre på?",
+ "HeaderIncreaseSubtitleOffset": "Øk undertekstforskyvningsverdi",
+ "HeaderDecreaseSubtitleOffset": "Reduser undertekstforskyvningsverdi",
+ "Close": "Lukk",
+ "HeaderSeeAll": "Se alle",
+ "HeaderOpenInNewWindow": "Åpne i nytt vindu",
+ "LabelEmail": "Epost:",
+ "LabelHost": "Vert:",
+ "LabelHostHelp": "192.168.1.100 eller \"https://dinserver.no\"",
+ "LabelPort": "Port:",
+ "Disabled": "Deaktivert",
+ "Uninstall": "Avinstaller",
+ "Enable": "Aktiver",
+ "AllTuners": "Alle mottakere",
+ "Disable": "Deaktiver",
+ "NextValue": "Neste: {0}",
+ "HeaderNextItem": "Neste element",
+ "HeaderPreviousItem": "Forrige element",
+ "NoTrailersMessage": "Ingen trailere funnet. Vennligst installer Trailer plugin fra {0}Emby plugin catalog{1} for å legge til trailere.",
+ "UninstallPluginConfirmation": "Er du sikker på at du ønsker å avinstallere dette programtillegget?",
+ "HeaderUninstallPlugin": "Avinstaller programtillegget",
+ "AreYouStillWatching": "Ser du fortsatt?",
+ "LabelCurrentPassword": "Nåværende passord:",
+ "LabelNewPassword": "Nytt passord:",
+ "LabelNewPasswordConfirm": "Bekreft nytt passord:",
+ "HeaderRemovePassword": "Fjern passord",
+ "ServerUpdateNeeded": "Denne Emby serveren må oppdateres. For å laste ned siste versjonen, vennligst besøk: {0}",
+ "MessageThankYouForConnectSignUp": "Takk for din registering i Emby Connect nettverket. En e-post vil bli sendt til din adresse med instruksjoner om hvordan du bekrefte den nye kontoen. Vennligst bekreft kontoen og deretter kom tilbake hit for å logge på.",
+ "MessageThankYouForConnectSignUpNoValidation": "Takk for at du registrerte deg for Emby Connect! Du vil nå bli bedt om å logge inn med din Emby Connect informasjon.",
+ "ErrorMessagePasswordNotMatchConfirm": "Passord og passord bekreftelse må stemme",
+ "ErrorMessageUsernameInUse": "Brukernavnet er alt i bruk, Prøv igjen med et annet brukernavn.",
+ "ErrorMessageEmailInUse": "Epost addressee du oppgav er alt i bruk. Velg en annen epost adresse eller bruk tilbakestilling av passord funksjonen.",
+ "HeaderUpcomingOnTV": "Kommende direkte TV",
+ "HeaderOtherShowings": "Andre visninger",
+ "Showings": "Visninger",
+ "HeaderConnectToServer": "Koble til server",
+ "ConnectToServerManually": "Koble til server manuelt",
+ "LabelEnterConnectUserNameHelp": "Dette er ditt Emby online brukernavn eller epost.",
+ "HeaderSignInError": "Påloggingsfeil",
+ "HeaderManualLogin": "Manuell innlogging",
+ "PasswordResetConfirmation": "Er du sikker på at du vil tilbakestille passordet?",
+ "ContactAdminToResetPassword": "Vennligst kontakte administrator for hjelp til å tilbakestille passordet ditt.",
+ "ForgotPasswordInNetworkRequired": "Vennligst prøv igjen fra hjemmenettet ditt for å starte prosessen med å gjenopprette passordet ditt.",
+ "ForgotPasswordFileCreated": "Følgende fil er opprettet på serveren og inneholder instruksjoner om hvordan du kan fortsette:",
+ "ForgotPasswordFileExpiration": "PIN-koden for gjenoppretting er gyldig til {0}.",
+ "InvalidForgotPasswordPin": "Ugyldig eller utgått PIN kode angitt. Vennligst prøv igjen.",
+ "PasswordResetForUsers": "Passord har blitt fjernet fra følgende brukere. For å logge inn bruk et passord.",
+ "HeaderForgotPassword": "Glemt passord",
+ "ForgotPasswordUsernameHelp": "La dette stå tomt hvis du ikke husker brukernavnet.",
+ "HeaderPasswordReset": "Tilbakestill passord",
+ "AttributeNew": "Ny",
+ "Done": "Ferdig",
+ "HeaderResetToDefault": "Tilbakestill til standard",
+ "Deinterlacing": "Avfletting",
+ "HeaderBurningInSubtitles": "Brenner inn undertekster",
+ "Premiere": "Premiere",
+ "LabelPinCode": "PIN-kode",
+ "LabelLocalNetworkPinCode": "Lokal nettverk PIN-kode",
+ "LabelLocalNetworkPasswordMode": "Påloggingsmodus for lokalt nettverk",
+ "RequirePasswordInLocalNetwork": "Krev passord på det lokale nettverket",
+ "NoPasswordInLocalNetwork": "Ikke krev passord på det lokale nettverket",
+ "PinCodeInLocalNetwork": "Tillat pinkode på det lokale nettverket",
+ "LocalNetworkPasswordModeHelp": "Velg metode for innlogging for enheter på det samme nettverket som din Emby Server.",
+ "HeaderLocalNetworkAccess": "Lokal nettverk tilgang",
+ "Live": "Direkte",
+ "Reset": "Tilbakestill",
+ "Repeat": "Gjenta",
+ "Track": "Spor",
+ "Tracks": "Spor",
+ "HeaderCameraUpload": "Kameraopplasting",
+ "TrackCount": "{0} Spor",
+ "ItemCount": "{0} elementer",
+ "NumberChannelsValue": "{0} Kanaler",
+ "HeaderLatestMusic": "Siste Musikk",
+ "HeaderLatestAudioBooks": "Siste Lydbøker",
+ "HeaderLatestDownloadedVideos": "Siste nedlastede videoer",
+ "HeaderRecentlyPlayed": "Nylig avspilt",
+ "Recent": "Nylig",
+ "HeaderFrequentlyPlayed": "Ofte avspilt",
+ "HeaderMoreLikeThis": "Mer som dette",
+ "HeaderMoreLikeThisOnLiveTV": "Mer som dette på Direkte TV",
+ "OriginalAirDateValue": "Original sendetid: {0}",
+ "EndsAtValue": "Slutter klokken {0}",
+ "Date": "Dato",
+ "AirDate": "Sendetid",
+ "Played": "Avspilt",
+ "Daily": "Daglig",
+ "Weekly": "Ukentlig",
+ "RequireHashMatch": "Kreve ett hashtreff",
+ "RequireHashMatchHelp": "Ved å kreve et hash-treff vil undertekstene filtreres slik at de bare inkluderer de som er testet med din eksakte videofil. Hvis du fjerner merket for dette, øker antallet samsvarende undertekster, men vil også øke sjansene for feiltimet eller feil underteksttekst.",
+ "SearchForForcedSubtitlesOnly": "Bare tvungne undertekster",
+ "SearchForForcedSubtitlesOnlyHelp": "Å kreve tvungne undertekster vil begrense søkeresultatene til undertekster som er merket til å ha utenlandsk språk.",
+ "LastEpisodeDateAdded": "Dato for siste episode lagt til",
+ "LastEpisodeDateAired": "Dato for siste episode utgitt",
+ "LabelPlaystate": "Avspillingsstatus",
+ "Studio": "Studio",
+ "Tag": "Tagg",
+ "EpisodeTitle": "Episodetittel",
+ "Audio": "Lyd",
+ "Video": "Video",
+ "Subtitle": "Undertekst",
+ "Image": "Bilde",
+ "CopyStream": "Copy original stream",
+ "LabelAudioLayout": "Lydoppsett",
+ "LabelAudioCodec": "Lydkodek",
+ "LabelAudioLanguage": "Lydspråk",
+ "LabelSubtitleLanguage": "Undertekstspråk",
+ "LabelVideoCodec": "Videokodek",
+ "LabelSubtitleCodec": "Undertekstkodek",
+ "LabelParentalRating": "Aldersgrense",
+ "BecauseYouLikeValue": "Fordi du liker {0}",
+ "BecauseYouWatchedValue": "Fordi du så {0}",
+ "DirectedByValue": "Regissert av {0}",
+ "StarringValue": "Med {0}",
+ "Invitations": "Invitasjoner",
+ "ActorAsRole": "som {0}",
+ "ButtonOk": "OK",
+ "GroupItemsIntoCollections": "Gruppér elementer i samlinger",
+ "GroupItemsIntoCollectionsHelp": "Grupper elementer basert på samlinger de har blitt lagt til. Aktivering av visse filtre eller sorteringsrekkefølger kan automatisk deaktivere dette.",
+ "GroupItemsIntoTags": "Grupper elementer i tagger",
+ "GroupItemsIntoTagsHelp": "Grupper elementer basert på tagger de har blitt lagt til. Aktivering av visse filtre eller sorteringsrekkefølger kan automatisk deaktivere dette.",
+ "User": "Bruker",
+ "Access": "Tilgang",
+ "Users": "Brukere",
+ "Library": "Bibliotek",
+ "Devices": "Enheter",
+ "Cancel": "Avbryt",
+ "Restart": "Omstart",
+ "Shutdown": "Slå Av",
+ "Logs": "Logger",
+ "Visibility": "Synlighet",
+ "Notifications": "Varsler",
+ "SendTestNotification": "Send testvarsling",
+ "NotificationSent": "Varsling sendt",
+ "DeleteNotificationConfirmation": "Er du sikker på at du vil slette denne varslingen?",
+ "DeleteNotification": "Slett varsling",
+ "AddNotification": "Legg til varsling",
+ "EditNotification": "Rediger varsling",
+ "LimitUserEventsTo": "Begrens brukerhendelser til",
+ "LimitLibraryEventsTo": "Begrens bibliotekhendelser til",
+ "LimitDeviceEventsTo": "Begrens enheterhendelser til",
+ "ForAdditionalNotificationOptions": "Ytterligere varslingstjenester kan installeres av serveradministratoren i Emby {0}programtillegg-katalogen{1}.",
+ "Plugins": "Programtillegg",
+ "Systems": "Systemer",
+ "Server": "Server",
+ "Dashboard": "Kontrollpanel",
+ "PlayOnAnotherDevice": "Spill av på en annen enhet",
+ "HeaderConnectionHelp": "Forbindelse hjelp",
+ "AccessRestrictedTryAgainLater": "Tilgangen er foreløpig begrenset. Vennligst prøv igjen senere.",
+ "ButtonGotIt": "Skjønner",
+ "RememberMe": "Husk meg",
+ "EmbyServer": "Emby Server",
+ "ManageEmbyServer": "Administrer Server",
+ "ShutdownServer": "Slå Av Emby Server",
+ "RestartServer": "Restart Emby Server",
+ "RecordingCancelled": "Opptak avbrutt",
+ "SeriesCancelled": "Serie avbrutt",
+ "Recording": "Opptak",
+ "SeriesRecording": "Serieopptak",
+ "RecordingScheduled": "Opptak planlagt",
+ "SeriesRecordingScheduled": "Serieopptak planlagt",
+ "HeaderNewRecording": "Nye opptak:",
+ "HeaderWakeServer": "Vekk opp server",
+ "AttemptingWakeServer": "Prøver å vekke opp server. Vennligst vent,..",
+ "WakeServerSuccess": "Suksess!",
+ "HeaderCustomizeHomeScreen": "Tilpass hjemskjerm",
+ "WakeServerError": "Wake On LAN-pakker ble sendt til servermaskinen din, men tilkobling til din Emby Server mislyktes. Serveren din kan trenge litt mer tid til å våkne, eller så kjører ikke Emby Server på maskinen.",
+ "Days": "Dager",
+ "Network": "Nettverk",
+ "Networks": "Nettverk",
+ "SortByValue": "Sorter etter {0}",
+ "HeaderSortBy": "Sorter etter",
+ "HeaderPhotoAlbums": "Fotoalbumer",
+ "Photos": "Bilder",
+ "HeaderAppearsOn": "Vises På",
+ "List": "Liste",
+ "HeaderRecordSeries": "Ta opp serien",
+ "HeaderCinemaMode": "Kino-introer",
+ "Conversions": "Konverteringer",
+ "Downloads": "Nedlastinger",
+ "HeaderManageDownloads": "Behandle nedlastinger",
+ "InternalStorage": "Intern lagring",
+ "ExternalStorage": "Ekstern lagring",
+ "UploadToFollowingServers": "Last opp til Servere",
+ "UploadingNumItems": "Laster opp {0} of {1}",
+ "DownloadNumItems": "Laster ned {0} av {1}",
+ "HeaderSampleRate": "Samplingsfrekvens",
+ "HeaderReferenceFrames": "Referansebilder",
+ "HeaderBitDepth": "Bitdybde",
+ "HeaderPixelFormat": "Pikselformat",
+ "Profile": "Profil",
+ "Bitrate": "Bitrate",
+ "Expand": "Utvid",
+ "Container": "Kontainer",
+ "Format": "Format",
+ "Path": "Sti",
+ "Size": "Størrelse",
+ "Resolution": "Oppløsning",
+ "HeaderCodecTag": "Codec tag",
+ "Framerate": "Bildefrekvens",
+ "Interlaced": "Linjeflettet",
+ "Anamorphic": "Anamorfisk",
+ "Level": "Nivå",
+ "Timestamp": "Tidstempel",
+ "Language": "Språk",
+ "Codec": "Kodek",
+ "Stream": "Strøm",
+ "HeaderExtradata": "Ekstra Data",
+ "HeaderHardwareAcceleratedTranscoding": "Maskinvareakselerert transkoding",
+ "HeaderHardwareAcceleratedTranscodingDescription": "Dra nytte av server-GPU-en din. Emby har den mest avanserte og raskeste maskinvareakselerasjonen i bransjen.",
+ "HeaderOfflineDownloads": "Nedlastede media",
+ "AndMuchMoreExclamation": "Og mye mer!",
+ "HeaderOfflineDownloadsDescription": "Last ned media til din enhet for enkel offline bruk",
+ "LiveTvFeatureDescription": "Strøm direkte TV til hvilken som helst Emby-app, med en kompatibel TV-mottaker installert på din Emby Server.",
+ "DvrFeatureDescription": "Planlegg individuelle Direkte TV opptak, serieopptak og mer med Emby DVR.",
+ "CinemaModeFeatureDescription": "Kino-introer gir deg den ekte kinoopplevelsen med trailere og tilpassede introer før hovedfilmen.",
+ "HeaderFreeApps": "Gratis Emby Applikasjoner",
+ "FreeAppsFeatureDescription": "Nyt gratis tilgang til Emby Applikasjoner på din enhet",
+ "HeaderBecomeProjectSupporter": "Skaff Emby Premiere",
+ "HeaderViewServerInfo": "Vis serverinformasjon",
+ "PlaybackTvModeRequiresEmbyPremiere": "Medieavspilling i TV-modus krever et aktivt {0}Emby Premiere abonnement{1}.",
+ "FeatureRequiresEmbyPremiere": "Denne funksjonen krever et aktivt {0}Emby Premiere abonnement{1}.",
+ "HeaderConvertYourRecordings": "Konverter dine opptak",
+ "Record": "Ta opp",
+ "Save": "Lagre",
+ "Edit": "Rediger",
+ "HeaderSavePlaylist": "Lagre spilleliste",
+ "Latest": "Siste",
+ "Download": "Last ned",
+ "Downloaded": "Nedlastet",
+ "Converted": "Konvertert",
+ "RemoveFromHistory": "Fjern fra historikken",
+ "ConfirmRemoveFromHistory": "Fjerne dette elementet fra historikken?",
+ "Downloading": "Laster ned",
+ "Advanced": "Avansert",
+ "LinkedToEmbyConnect": "Knyttet til Emby Connect",
+ "Delete": "Slett",
+ "Both": "Begge",
+ "LabelChannelDisplay": "Kanalvisning",
+ "HeaderDeleteItem": "Slett element",
+ "HeaderDeleteUser": "Slett bruker",
+ "DeleteItemConfirmation": "Er du sikker på at du ønsker å slette {0}?",
+ "DeleteUserConfirmation": "Er du sikker på at du vil slette bruker {0}?",
+ "DeleteUsersConfirmation": "Er du sikker på at du vil slette disse {0} brukerne?",
+ "HeaderDeleteDevice": "Slett Enhet",
+ "DeleteDeviceConfirmation": "Er du sikker på at du vil slette denne enheten? Den vil gjenoppstå neste gang en bruker logger inn med den.",
+ "ConfirmDeleteItem": "Sletting av elementet vil slette det fra både filsystemet og biblioteket.",
+ "FollowingFilesWillBeDeleted": "Følgende filer og mapper vil bli slettet:",
+ "AreYouSureToContinue": "Er du sikker på at du vil fortsette?",
+ "Refresh": "Oppdater",
+ "RefreshingMetadataDots": "Oppfrisker metadata...",
+ "ScanningLibraryFilesDots": "Skanner biblioteksfiler...",
+ "HeaderFavoritesThenByChannelNumber": "Favoritter, deretter etter kanalnummer",
+ "HeaderAddToCollection": "Legg til samling",
+ "HeaderFavoritesThenByTitle": "Favoritter, deretter etter tittel",
+ "HeaderFavoritesThenByDefault": "Favoritter, deretter etter standard kanalrekkefølge",
+ "HeaderDefaultChannelOrder": "Standard kanalrekkefølge",
+ "HeaderAddToFavorites": "Legg til i favoritter",
+ "HeaderRemoveFromFavorites": "Fjern fra favoritter",
+ "Favorited": "Favorittlagt",
+ "Unfavorited": "Ikke favoritt",
+ "HeaderNewCollection": "Ny Samling",
+ "HeaderNewPlaylist": "Ny spilleliste",
+ "AllCollections": "Alle samlinger",
+ "AllPlaylists": "Alle spillelister",
+ "Create": "Opprett",
+ "HeaderAddedToPlaylist": "Lagt til spilleliste",
+ "HeaderAddedToCollection": "Lagt til samling",
+ "OneItemAddedTo": "1 element lagt til \"{0}\".",
+ "ItemsAddedTo": "{0} elementer lagt til \"{1}\".",
+ "HeaderAddedToPlayQueue": "Lagt til avspillingskø",
+ "HeaderPlayingNext": "Spiller neste",
+ "Help": "Hjelp",
+ "HeaderGetHelp": "Få hjelp",
+ "LabelTVDisplayMode": "Enable TV display mode",
+ "Desktop": "Skrivebord",
+ "Mobile": "Mobil / Nettbrett",
+ "Navigation": "Navigering",
+ "HeaderVideoPlayback": "Videoavspilling",
+ "TV": "TV",
+ "HeaderEmbyConnect": "Emby Connect",
+ "Seasons": "Sesonger",
+ "OneTrack": "1 spor",
+ "OneSeason": "En Sesong",
+ "Libraries": "Bibliotek",
+ "NumberSeasonsValue": "{0} Sesonger",
+ "TVDisplayModeHelp": "Optimize the user interface on this device for display on a TV and input method with a remote control. This is generally not recommended if your primary input method is a mouse or is touch-based.",
+ "LabelDisplayLanguage": "Visningsspråk",
+ "LabelDisplayLanguageHelp": "Oversettelse av Emby pågår.",
+ "LearnHowYouCanContribute": "Lær hvordan du kan bidra",
+ "NewCollectionHelp": "Samlinger tillater deg å lage personlige grupperinger av filmer og annet bibliotek innhold.",
+ "SearchForCollectionInternetMetadata": "Søk på internet for artwork og metadata",
+ "DisplayMissingEpisodesWithinSeasons": "Vis episoder som mangler fra sesongen",
+ "DisplayMissingEpisodesWithinSeasonsHelp": "Denne må også være aktivert for TV biblioteker i Emby Server oppsett.",
+ "EnableThemeSongs": "Slå på temasanger",
+ "EnableBackdrops": "Aktiver bakgrunner",
+ "EnableThemeSongsHelp": "Hvis aktivert, vil temasanger spille av i bakgrunnen mens man blar igjennom biblioteket.",
+ "EnableBackdropsHelp": "Hvis aktivert, vil bakgrunner bli vist på noen sider mens man blar igjennom biblioteket.",
+ "EnableThemeVideos": "Slå på temavideoer",
+ "EnableThemeVideosHelp": "Hvis aktivert, vil temavideoer spille av i bakgrunnen mens man blar igjennom biblioteket.",
+ "RunAtStartup": "Kjør ved oppstart",
+ "ServerStartup": "Oppstart av server",
+ "EmbyServerOnXHasStarted": "Emby Server på {0} er startet.",
+ "LabelScreensaver": "Skjermsparer",
+ "LabelSoundEffects": "Lydeffekter",
+ "LabelName": "Navn",
+ "NewCollectionNameExample": "Eksempel: Star Wars-samling",
+ "MessageItemsAdded": "Elementer lagt til.",
+ "OptionNew": "Ny...",
+ "LabelPlaylist": "Spilleliste",
+ "AddToPlaylist": "Legg til i spilleliste",
+ "HeaderAddToPlaylist": "Legg til i Spilleliste",
+ "Subtitles": "Undertekster",
+ "LabelTheme": "Tema",
+ "LabelSettingsTheme": "Innstillinger for tema",
+ "LabelThemeAccentColor": "Uthevingsfarge",
+ "ThemeAccentColorDescription": "Kontrollerer fargen til viktige indikatorer, ikoner og tekst.",
+ "SearchForSubtitles": "Søk etter undertekster",
+ "LabelLanguage": "Språk",
+ "Search": "Søk",
+ "NoSubtitleSearchResultsFound": "Ingen resultater funnet. Har du konfigurert {0}nedlasting av undertekster{1}?",
+ "NoLyricsSearchResultsFound": "Ingen resultater funnet. Har du konfigurert {0}nedlasting av sangtekster{1}?",
+ "Lyrics": "Sangtekster",
+ "SearchForLyrics": "Søk etter sangtekster",
+ "Finish": "Ferdig",
+ "File": "Fil",
+ "Exit": "Avslutt",
+ "Sleep": "Dvale",
+ "Setup": "Oppsett",
+ "MessageAreYouSureDeleteSubtitles": "Er du sikker på at du vil slette denne undertekst filen?",
+ "ConfirmDeletion": "Bekreft Kansellering",
+ "MySubtitles": "Mine undertekster",
+ "MessageDownloadQueued": "Nedlasting satt til i kø",
+ "HeaderEditSubtitles": "Endre undertekster",
+ "UnlockGuide": "Lås opp Guide",
+ "HeaderRefreshMetadata": "Frisk opp metadata",
+ "HeaderRefreshAllMetadata": "Oppfrisk alle data",
+ "ReplaceExistingImages": "Bytt ut eksisterende bilder",
+ "ReplaceExistingImagesHelp": "Alle eksisterende bilder vil bli slettet og nye blir lastet ned. I enkelte tilfeller kan dette resultere i færre tilgjengelige bilder enn før.",
+ "ReplaceAllMetadata": "Erstatt all metadata",
+ "SearchForMissingMetadata": "Søk etter manglende metadata",
+ "LabelRefreshMode": "Oppdateringsmodus",
+ "NoItemsFound": "Ingen elementer funnet",
+ "HeaderSaySomethingLike": "Si noenting slik som...",
+ "ButtonTryAgain": "Prøv igjen",
+ "HeaderYouSaid": "Du sa...",
+ "MessageWeDidntRecognizeCommand": "Vi beklager, Vi kunne ikke forstå denne kommandoen.",
+ "MessageIfYouBlockedVoice": "Hvis du nektet tale tilgang til applikasjonen må du rekonfigurere før du prøver igjen.",
+ "ValueDiscNumber": "Disk {0}",
+ "Unrated": "Uten sensur",
+ "Favorite": "Favoritt",
+ "Like": "Liker",
+ "Dislike": "Misliker",
+ "RefreshDialogHelp": "Metadata er oppdatert basert på innstillinger og metadatatilbydere som er aktivert i Emby biblioteksoppsett.",
+ "Open": "Åpne",
+ "Play": "Spill",
+ "Pause": "Pause",
+ "HeaderPlayQueue": "Kø",
+ "HeaderAddToPlayQueue": "Legg til i kø",
+ "Shuffle": "Tilfeldig",
+ "Identify": "Identifiser",
+ "HeaderRemoveIdentification": "Fjern identifisering",
+ "ResetMetadataConfirmation": "Er du sikker på at du vil tilbakestille all metadata?",
+ "HeaderEditMetadata": "Endre metadata",
+ "Convert": "Konverter",
+ "Resume": "Fortsett",
+ "HeaderInstantMix": "Direktemiks",
+ "HeaderGoToItem": "Gå til element",
+ "HeaderGoToSeason": "Gå til sesong",
+ "HeaderGoToSeries": "Gå til serie",
+ "HeaderGoToAlbum": "Gå til album",
+ "HeaderGoToArtist": "Gå til artist",
+ "HeaderPlayAll": "Spill alle",
+ "PictureInPicture": "Bilde i bilde",
+ "Fullscreen": "Fullskjerm",
+ "ExitFullscreen": "Avslutt fullskjerm",
+ "Rewind": "Spol tilbake",
+ "FastForward": "Spol frem",
+ "Remove": "Fjern",
+ "Rename": "Gi nytt navn",
+ "Queue": "Kø",
+ "QueueAllFromHere": "Kø alt herfra",
+ "PlayAllFromHere": "Spill alt herfra",
+ "PlayFromBeginning": "Spill fra begynnelsen",
+ "FromBeginning": "Fra begynnelsen",
+ "ResumeAt": "Fortsett fra {0}",
+ "HeaderRemoveFromPlaylist": "Fjern fra spilleliste",
+ "HeaderRemoveFromPlayQueue": "Fjern fra avspillingskø",
+ "HeaderRemoveFromCollection": "Fjern fra samlingen",
+ "Sort": "Sorter",
+ "Trailer": "Trailer",
+ "SelectNone": "Velg ingen",
+ "SelectAll": "Velg alle",
+ "HeaderMarkPlayed": "Merk som sett",
+ "HeaderMarkUnplayed": "Merk som ikke avspilt",
+ "HeaderGroupVersions": "Gruppeversjoner",
+ "PleaseSelectTwoItems": "Vennligst velg minst to elementer.",
+ "HeaderConfirmRecordingCancellation": "Bekreft Avbryt Opptak",
+ "MessageConfirmRecordingCancellation": "Avbryt Opptak?",
+ "Album": "Album",
+ "AlbumArtist": "Albumartist",
+ "Error": "Feil",
+ "VoiceInput": "Stemme input",
+ "LabelContentType": "Innholdstype",
+ "LabelPath": "Sti",
+ "Playlists": "Spillelister",
+ "LabelTitle": "Tittel",
+ "LabelOriginalTitle": "Original tittel",
+ "LabelSortTitle": "Sorter tittel",
+ "LabelDateAdded": "Dato lagt til",
+ "DateAdded": "Dato lagt til",
+ "DateModified": "Dato endret",
+ "DatePlayed": "Dato spilt",
+ "DateLastActive": "Dato sist aktiv",
+ "ConfigureDateAdded": "Konfigurer hvordan dato er fastsatt i Emby Server kontrollpanel under Bibliotek innstillinger",
+ "LabelStatus": "Status",
+ "LabelArtistsHelp": "Skill flere med semikolon ;",
+ "HeaderAlbumArtists": "Albumartister",
+ "LabelAlbumArtists": "Albumartister",
+ "LabelAlbum": "Album",
+ "Artist": "Artist",
+ "Artists": "Artister",
+ "ImdbRating": "IMDb-vurdering",
+ "CommunityRating": "Vurdering fra fellesskapet",
+ "LabelCommunityRating": "Vurdering fra fellesskapet",
+ "LabelCriticRating": "Kritikervurdering",
+ "CriticRating": "Kritikervurdering",
+ "LabelWebsite": "Nettsted",
+ "Tagline": "Stikkord",
+ "LabelOverview": "Oversikt",
+ "LabelShortOverview": "Kort oversikt",
+ "LabelReleaseDate": "Utgivelsesdato",
+ "LabelPlaceOfBirth": "Fødested",
+ "Aired": "Sendt tidligere",
+ "LabelAirDays": "Sendedager",
+ "LabelAirTime": "Sendetid",
+ "LabelRuntimeMinutes": "Spilletid (minutter)",
+ "LabelCustomRating": "Tilpasset aldersgrense",
+ "LabelOriginalAspectRatio": "Opprinnelig sideforhold",
+ "Label3DFormat": "3D-format",
+ "FormatValue": "Format: {0}",
+ "DownloadsValue": "{0} nedlastinger",
+ "HashMatch": "Hashtreff",
+ "EnableExternalVideoPlayers": "Aktiver eksterne videoavspillere",
+ "EnableExternalVideoPlayersHelp": "En ekstern avspillingsmeny vil bli vist under oppstart av videoavspilling.",
+ "HeaderSpecialEpisodeInfo": "Spesial Episode info",
+ "LabelAirsDuringSeason": "Sendes i løpet av sesongen",
+ "LabelAirsAfterSeason": "Sendes etter sesongen",
+ "LabelAirsBeforeEpisode": "Sendes før episode",
+ "HeaderExternalIds": "Eksterne ID-er",
+ "HeaderDisplaySettings": "Skjerminnstillinger",
+ "PlaylistOrder": "Rekkefølge på spilleliste",
+ "CollectionOrder": "Rekkefølge på samling",
+ "LabelDisplayOrder": "Visningsrekkefølge",
+ "LabelFileOrder": "Filrekkefølge",
+ "Display": "Skjerm",
+ "Countries": "Land",
+ "Genres": "Sjangere",
+ "Studios": "Studioer",
+ "Tags": "Tagger",
+ "Links": "Lenker",
+ "Movie": "Film",
+ "Program": "Program",
+ "Channel": "Kanal",
+ "Episode": "Episode",
+ "Season": "Sesong",
+ "HeaderMetadataSettings": "Metadata innstilinger",
+ "People": "Personer",
+ "Number": "Nummer",
+ "Lock": "Lås",
+ "HeaderScreenLocked": "Skjerm låst",
+ "HeaderUnlockControls": "Lås opp kontroller",
+ "HeaderTapToUnlock": "Trykk for å låse opp",
+ "LabelMetadataDownloadLanguage": "Foretrukket språk for nedlasting av metadata",
+ "LabelImageDownloadLanguage": "Foretrukket nedlastingsspråk for bilder",
+ "LabelLockItemToPreventChanges": "Lås dette elementet for å hindre fremtidige endringer",
+ "LockThisField": "Lås dette feltet for å hindre fremtidige endringer under oppfrisking av metadata",
+ "MessageLeaveEmptyToInherit": "La være blank for å arve innstillinger fra et foreldre element, eller den globale standard verdien.",
+ "LabelCountry": "Land",
+ "LabelCertificationCountry": "Sertifiseringsland",
+ "CertificationCountryHelp": "Dette vil påvirke hvilket innholdsvurderingssystem som brukes.",
+ "LabelDynamicExternalId": "{0} ID",
+ "LabelBirthYear": "Fødselsår",
+ "LabelBirthDate": "Fødselsdato",
+ "LabelDeathDate": "Dødsdato",
+ "LabelEndDate": "Sluttdato",
+ "LabelSeasonNumber": "Sesongnummer",
+ "LabelEpisodeNumber": "Episodenummer",
+ "LabelTrackNumber": "Spornummer",
+ "LabelNumber": "Nummer",
+ "LabelDiscNumber": "Disknummer",
+ "LabelParentNumber": "Overordnet nummer",
+ "SortName": "Sorteringstittel",
+ "OriginalTitle": "Original tittel",
+ "ReleaseDate": "Utgivelsesdato",
+ "Continuing": "Fortsetter",
+ "Ended": "Avsluttet",
+ "HeaderEnabledFields": "Aktiverte felt",
+ "HeaderEnabledFieldsHelp": "Fjern merket for et felt for å låse det og hindre at dataene endres.",
+ "Backdrops": "Bakgrunner",
+ "Images": "Bilder",
+ "Runtime": "Spilletid",
+ "ProductionLocations": "Produksjonssteder",
+ "BirthLocation": "Fødested",
+ "ParentalRating": "Aldersgrense",
+ "PlayCount": "Antall avspillinger",
+ "Name": "Navn",
+ "Overview": "Oversikt",
+ "LabelType": "Type",
+ "LabelPersonRole": "Rolle",
+ "LabelPersonRoleHelp": "Eksempel: Is bil fører",
+ "Actor": "Skuespiller",
+ "Composers": "Komponister",
+ "Composer": "Komponist",
+ "Director": "Regissør",
+ "GuestStar": "Gjeste skuespiller",
+ "Producer": "Produsent",
+ "Writer": "Manus",
+ "MessageNoSyncJobsFound": "Ingen nedlastinger funnet. Opprett nedlastingsjobber ved hjelp av \"Last ned\"-knappene som finnes i hele appen.",
+ "MessageNoDownloadsFound": "Ingen offline nedlastinger. Gjør mediene tilgjengelig i frakoblet modus ved å klikke \"Last ned\" i hele appen.",
+ "InstallingPackage": "Installerer {0}",
+ "PackageInstallCompleted": "{0} installering fullført.",
+ "PackageInstallFailed": "{0} installasjon feilet.",
+ "PackageInstallCancelled": "{0} installasjon avbrutt.",
+ "SeriesYearToPresent": "{0} - Nåværende",
+ "OneDevice": "1 enhet",
+ "DeviceCountValue": "{0} Enheter",
+ "OneLog": "1 logg",
+ "LogCountValue": "{0} logger",
+ "OneVote": "1 stemme",
+ "VoteCountValue": "{0} stemmer",
+ "OneLike": "1 liker",
+ "LikeCountValue": "{0} liker",
+ "OneUser": "1 bruker",
+ "UserCountValue": "{0} brukere",
+ "OneLibrary": "1 bibliotek",
+ "LibraryCountValue": "{0} biblioteker",
+ "ValueOneItem": "1 element",
+ "ValueOneEpisode": "1 episode",
+ "ValueEpisodeCount": "{0} episoder",
+ "Albums": "Album",
+ "Song": "Sang",
+ "Songs": "Sanger",
+ "Authors": "Forfattere",
+ "Books": "Bøker",
+ "AudioBooks": "Lydbøker",
+ "HeaderAudioBooks": "Lydbøker",
+ "HeaderAudioBook": "Audio Book",
+ "HeaderIdentifyItemHelp": "Oppgi ett eller flere søke kriterier. Fjern kriterie for å øke søke resultater.",
+ "PleaseEnterNameOrId": "Vennligst skriv ett navn eller en ekstern id.",
+ "MessageItemSaved": "Element lagret.",
+ "SearchResults": "Søkeresultater",
+ "ServerNameIsRestarting": "Emby Server - {0} starter på nytt.",
+ "ServerNameIsShuttingDown": "Emby Server - {0} avsluttes.",
+ "HeaderDeleteItems": "Slett elementer",
+ "ConfirmDeleteItems": "Sletting av disse elementene vil slette dem fra både filsystemet og mediebiblioteket .",
+ "PleaseRestartServerName": "Start Emby Server på nytt på {0}",
+ "ConvertingDots": "Konverterer...",
+ "LabelSyncNoTargetsHelp": "Det ser ikke ut til at du har noen applikasjoner som støtter nedlasting.",
+ "DownloadingDots": "Laster ned...",
+ "LearnMore": "Lær mer",
+ "LabelBitrateMbps": "Bithastighet (Mbps)",
+ "ConvertUnwatchedVideosOnly": "Konverter bare ikke-spilte videoer",
+ "SyncUnwatchedVideosOnly": "Last bare ned uspilte videoer",
+ "ConvertUnwatchedVideosOnlyHelp": "Bare videoer som ikke er merket som fullstendig avspilt, konverteres.",
+ "SyncUnwatchedVideosOnlyHelp": "Bare videoer som ikke er merket som fullstendig spilt, lastes ned, og videoer fjernes fra enheten når de spilles av i sin helhet.",
+ "AutomaticallySyncNewContent": "Last ned nytt innhold automatisk",
+ "AutomaticallySyncNewContentHelp": "Nytt innhold lagt til denne mappen blir automatisk lastet ned til denne enheten.",
+ "AutomaticallyConvertNewContent": "Konverter nytt innhold automatisk",
+ "AutomaticallyConvertNewContentHelp": "Nytt innhold lagt til denne mappen blir automatisk konvertert.",
+ "LabelItemLimit": "Elementgrense",
+ "ConvertItemLimitHelp": "Valgfri. Sett en grense for hvor mange elementer som skal konvertes.",
+ "DownloadItemLimitHelp": "Valgfri. Sett en grense for hvor mange elementer som vil bli lastet ned.",
+ "PleaseSelectDeviceToSyncTo": "Velg enhet å laste ned til.",
+ "Screenshots": "Skjermbilder",
+ "MoveRight": "Flytt til høyre",
+ "MoveLeft": "Flytt til venstre",
+ "HeaderUploadNewImage": "Last opp nytt bilde",
+ "HeaderDeleteImage": "Slett bilde",
+ "ConfirmDeleteImage": "Slett bilde?",
+ "HeaderEditImages": "Endre bilder",
+ "Settings": "Innstillinger",
+ "ShowIndicatorsFor": "Vis indikatorer",
+ "Episodes": "Episoder",
+ "Programs": "Programmer",
+ "HeaderCastCrew": "Skuespillere",
+ "DvrSubscriptionRequired": "Emby Direkte TV og DVR krever et aktivt {0}Emby Premiere abonnement{1}.",
+ "HeaderCancelRecording": "Avbryt opptak",
+ "HeaderKeepRecording": "Behold opptak",
+ "HeaderCancelSeries": "Avbryt serieopptak",
+ "HeaderKeepSeries": "Behold serie",
+ "HeaderLearnMore": "Lær mer",
+ "SeriesSettings": "Serieopptak innstillinger",
+ "HeaderRecordingOptions": "Opptak innstillinger",
+ "HeaderDoNotRecord": "Ikke ta opp",
+ "HeaderSeriesOptions": "Serie innstillinger",
+ "Layout": "Layout",
+ "Channels": "Kanaler",
+ "ChannelNameOnly": "Kun kanal {0}",
+ "Anytime": "Enhver tid",
+ "AnyLanguage": "Alle språk",
+ "AroundTime": "Rundt {0}",
+ "HeaderLatestMovies": "Siste Filmer",
+ "All": "Alle",
+ "Stop": "Stopp",
+ "AllChannels": "Alle kanaler",
+ "NewEpisodesOnly": "Kun nye episoder",
+ "AllEpisodes": "Alle episoder",
+ "LabelStartWhenPossible": "Start når mulig",
+ "LabelStopWhenPossible": "Stopp når mulig",
+ "MinutesBefore": "Minutter før",
+ "MinutesAfter": "Minutter etter",
+ "SkipEpisodesAlreadyInMyLibrary": "Ikke ta opp episoder som allerede finnes i biblioteket mitt",
+ "SkipEpisodesAlreadyInMyLibraryHelp": "Episoder vil bli sammenlignet med sesong- og episode nummer når de er tilgjengelige.",
+ "LabelKeepUpTo": "Behold opptil",
+ "AsManyAsPossible": "Så mange som mulig",
+ "DefaultErrorMessage": "Det skjedde en feil under behandling av forespørselen. Vennligst prøv igjen senere.",
+ "UntilIDelete": "Inntil jeg sletter",
+ "UntilSpaceNeeded": "Inntil lagringsplass er nødvendig",
+ "Categories": "Kategorier",
+ "Sports": "Sport",
+ "News": "Nyheter",
+ "Movies": "Filmer",
+ "Music": "Musikk",
+ "Kids": "Barn",
+ "MoreFromValue": "Mer fra {0}",
+ "DiedValue": "Døde: {0}",
+ "BornValue": "Født: {0}",
+ "EnableColorCodedBackgrounds": "Bruk fargede bakgrunner på serier, basert på deres kategori",
+ "SortChannelsBy": "Sorter kanaler etter",
+ "ChannelNumber": "Kanalnummer",
+ "HeaderBenefitsEmbyPremiere": "Fordeler med Emby Premiere",
+ "ThankYouForTryingEnjoyOneMinute": "Vennligst nyt ett minutt av avspilling. Takk for at du prøver Emby.",
+ "HeaderTryPlayback": "Prøv tilbakespilling",
+ "HowDidYouPay": "Hvordan betalte du?",
+ "IHaveEmbyPremiere": "Jeg har Emby Premiere",
+ "IPurchasedThisApp": "Jeg har kjøpt denne appen",
+ "ButtonRestorePreviousPurchase": "Gjenopprett kjøp",
+ "ButtonUnlockWithPurchase": "Lås opp ved kjøp",
+ "ButtonUnlockPrice": "Lås opp {0}",
+ "EmbyPremiereMonthlyWithPrice": "Emby Premiere månedlig {0}",
+ "HeaderAlreadyPaid": "Allerede betalt?",
+ "ButtonPlayOneMinute": "Spill av ett minutt",
+ "PlaceFavoriteChannelsAtBeginning": "Plasser favorittkanaler i starten",
+ "HeaderUnlockFeature": "Lås opp funksjon",
+ "MessageDidYouKnowCinemaMode": "Visste du at med Emby Premiere kan du forbedre opplevelsen din med funksjoner som kinointroer?",
+ "HeaderPlayMyMedia": "Spill min media",
+ "HeaderDiscoverEmbyPremiere": "Opplev Emby Premiere",
+ "HeaderNowPlaying": "Spilles Nå",
+ "Items": "Elementer",
+ "AppName": "Applikasjonsnavn",
+ "OneChannel": "En kanal",
+ "ConfirmRemoveDownload": "Fjern nedlastet?",
+ "ConfirmRemoveItem": "Fjerne element?",
+ "RemoveDownload": "Fjern nedlasting",
+ "ConfirmCancelConversion": "Avbryte konvertering?",
+ "CancelConversion": "Avbryt konvertering",
+ "KeepDownload": "Behold nedlasting",
+ "AddedOnValue": "Lagt til {0}",
+ "RemovingFromDevice": "Fjerner fra enheten",
+ "KeepOnDevice": "Behold på enhet",
+ "CancelDownload": "Avbryt nedlasting",
+ "SyncJobItemStatusReadyToTransfer": "Klar til overføring",
+ "SyncJobItemStatusSyncedMarkForRemoval": "Fjerner fra enheten",
+ "SyncJobItemStatusQueued": "Kø",
+ "SyncJobItemStatusConverting": "Konverterer",
+ "SyncJobItemStatusTransferring": "Overfører",
+ "SyncJobItemStatusSynced": "Nedlastet",
+ "Failed": "Mislyktes",
+ "SyncJobItemStatusRemovedFromDevice": "Fjernet fra enhet",
+ "Cancelled": "Avbrutt",
+ "Retry": "Prøv igjen",
+ "Continue": "Fortsett",
+ "ContinueInSecondsValue": "Fortsett om {0} sekunder",
+ "HeaderRemoteControl": "Fjernkontroll",
+ "Disconnect": "Koble fra",
+ "EnableDisplayMirroring": "Aktiver skjermspeiling",
+ "RemoteAccess": "Fjerntilgang",
+ "HeaderPlayOn": "Spill på enhet",
+ "Quality": "Kvalitet",
+ "Auto": "Automatisk",
+ "AndroidUnlockRestoreHelp": "For å gjenopprette tidligere kjøp, må du forsikre deg om at du er logget på enheten med samme Google- (eller Amazonkonto) som opprinnelig gjorde kjøpet. Pass på at appbutikken er aktivert og ikke begrenset av foreldrekontroll,samt sørg for at du har en aktiv internettforbindelse. Du må bare gjøre dette en gang for å gjenopprette ditt tidligere kjøp.",
+ "HeaderAspectRatio": "Sideforhold",
+ "Original": "Original",
+ "Fill": "Fyll ut",
+ "Cover": "Omslagsbilde",
+ "MessageNoServersAvailableToConnect": "Ingen servere tilgjengelig for å koble til. Hvis du har blitt invitert til å dele en server, må du akseptere den nedenfor eller ved å klikke på lenken i e-posten.",
+ "MessagePlayAccessRestricted": "Avspilling av dette innholdet er for tiden begrenset. Ta kontakt med Emby Server-administratoren for mer informasjon.",
+ "Accept": "Aksepter",
+ "Reject": "Avvis",
+ "Connect": "Koble til",
+ "HeaderMyMedia": "Min Media",
+ "HeaderMyMediaSmall": "Min Media (liten)",
+ "LatestFromLibrary": "Siste {0}",
+ "HeaderLatestEpisodes": "Siste episoder",
+ "ContinuePlaying": "Fortsett å spille av",
+ "ContinueWatching": "Fortsett å se på",
+ "HeaderLatestChannelMedia": "Siste kanalelementer",
+ "HeaderContinueWatching": "Fortsett å se på",
+ "HeaderContinueListening": "Fortsett å høre på",
+ "HeaderActiveRecordings": "Aktive opptak",
+ "HeaderLatestRecordings": "Siste opptak",
+ "LabelConvertTo": "Konverter til",
+ "LabelDownloadTo": "Last ned til",
+ "HeaderDownloadToDots": "Last ned til..",
+ "Next": "Neste",
+ "LabelSource": "Kilde",
+ "VersionNumber": "Versjon {0}",
+ "HeaderAllLanguages": "Alle språk",
+ "Previous": "Forrige",
+ "HeaderNextUp": "Neste",
+ "HeaderPlayNextUp": "Spill av neste",
+ "HeaderLatestFrom": "Siste fra {0}",
+ "LabelHomeScreenSectionValue": "Startskjermseksjon {0}",
+ "PasswordResetComplete": "Passordet har blitt tilbakestilt.",
+ "PasswordSaved": "Passord lagret.",
+ "SettingsSaved": "Innstillinger lagret.",
+ "Upcoming": "Kommende",
+ "HeaderSelectImageFile": "Velg bildefil",
+ "None": "Ingen",
+ "More": "Mer",
+ "Up": "Opp",
+ "Down": "Ned",
+ "Home": "Hjem",
+ "Back": "Tilbake",
+ "Random": "Tilfeldig",
+ "Playback": "Avspilling",
+ "Favorites": "Favoritter",
+ "HeaderHomeScreen": "Hjemskjerm",
+ "HeaderLatestChannelItems": "Siste kanal elementer",
+ "HeaderLibraryOrder": "Bibliotekenes rekkefølge",
+ "HeaderOnNow": "På nå",
+ "HeaderForKids": "For barn",
+ "HeaderPlaybackError": "Avspillingsfeil",
+ "PlaybackErrorNotAllowed": "Du er for øyeblikket ikke autorisert til avspilling dette innholdet. Ta kontakt med systemadministratoren for detaljer.",
+ "RateLimitExceeded": "Kontoen din har overskredet maksimalt tillatte stømmegrense satt av din Emby Server administrator. Vennligst kontakt dem for assistanse.",
+ "PlaybackErrorNoCompatibleStream": "Ingen kompatible strømmer er tilgjengelige for øyeblikket. Prøv igjen senere eller kontakt systemadministratoren for detaljer.",
+ "PlaybackErrorPlaceHolder": "Sett inn disken for å spille av denne filmen.",
+ "PlaybackErrorNoPlayableItems": "Ingen spillbare elementer ble funnet. Prøver du å spille av en tom katalog?",
+ "Guide": "Guide",
+ "Games": "Spill",
+ "GameSystem": "Spillesystem",
+ "Suggestions": "Forslag",
+ "HeaderFavoriteChannels": "Favorittkanaler",
+ "HeaderFavoriteCollections": "Favorittsamlinger",
+ "HeaderFavoritePlaylists": "Favorittspillelister",
+ "Collection": "Samling",
+ "Collections": "Samlinger",
+ "LabelSelectFolderGroups": "Gruppér innhold automatisk etter følgende grupper til visninger som filmer, musikk og TV:",
+ "LabelSelectFolderGroupsHelp": "Mapper som ikke er merket vil kun bli vist i sin egen visning.",
+ "Mute": "Demp",
+ "Unmute": "Lyd på",
+ "Folder": "Mappe",
+ "Folders": "Mapper",
+ "FileName": "Filnavn",
+ "DisplayInOtherHomeScreenSections": "Vis i sekundær hjemskjerm seksjoner som nyeste media og fortsett å se på",
+ "DisplayInMyMedia": "Vis på hjemskjerm",
+ "Shows": "Programmer",
+ "MoviesAndShows": "Filmer og serier",
+ "HeaderMusicVideo": "Musikkvideo",
+ "HeaderMusicVideos": "Musikkvideoer",
+ "MusicVideos": "Musikkvideoer",
+ "Videos": "Videoer",
+ "MixedContent": "Blandet innhold",
+ "HomeVideos": "Hjemmevideoer",
+ "HomeVideosAndPhotos": "Hjemmevideoer og bilder",
+ "TVShows": "TV-serier",
+ "HeaderLibraryFolders": "Biblioteksmapper",
+ "HeaderTermsOfPurchase": "Kjøpsbetingelser",
+ "PrivacyPolicy": "Personvernerklæring",
+ "TermsOfUse": "Brukervilkår",
+ "HeaderRepeatMode": "Gjentakelsesmodus",
+ "HeaderToneMapping": "Tonekartlegging",
+ "RepeatOne": "Gjenta en",
+ "RepeatAll": "Gjenta alle",
+ "LabelDefaultScreen": "Standard skjerm",
+ "ConfirmEndPlayerSession": "Vil du avslutte Emby på {0}?",
+ "Yesterday": "I går",
+ "Yes": "Ja",
+ "No": "Nei",
+ "HeaderScanLibraryFiles": "Skann biblioteksfiler",
+ "LiveTV": "Direkte TV",
+ "Schedule": "Planlagt",
+ "Recordings": "Opptak",
+ "ScanForNewAndUpdatedFiles": "Se etter nye og oppdaterte filer",
+ "NewVersionOfXAvailableForY": "{0} er tilgjengelig for {1}",
+ "DirectStreamHelp1": "Mediet er kompatibelt med enheten med oppløsning og medietype (H.264, AC3, etc.), men er i en inkompatibel filbeholder (.mkv, .avi, .wmv, etc.). Videoen vil bli pakket på nytt før den sendes til enheten.",
+ "DirectStreamHelp2": "Direkte strømming av en fil bruker veldig lite prosesseringskrefter og uten tap av videokvalitet.",
+ "MediaIsBeingConverted": "Mediet blir konvertert til et format som er kompatibel med enheten som spiller av mediet.",
+ "StatsForNerds": "Statistikk for nerder",
+ "HeaderHardwareAcceleratedDecoding": "Maskinvareakselerert dekoding",
+ "HeaderHardwareAcceleratedEncoding": "Maskinvareakselerert enkoding",
+ "HeaderDirectPlay": "Direkte avspilling",
+ "DirectPlaying": "Direkte avspilling",
+ "DirectStreaming": "Direkte strømming",
+ "Transcode": "Transkode",
+ "Transcoding": "Transkoding",
+ "ContainerBitrateExceedsLimit": "Reduserer bitraten på grunn av innstilling for kvalitet",
+ "VideoCodecNotSupported": "Konverterer video til kompatibel kodek",
+ "AudioCodecNotSupported": "Konverterer lyd til kompatibel kodek",
+ "SubtitleCodecNotSupported": "Konverterer undertekster direkte inn i video",
+ "DirectPlayError": "Gjenoppstår fra avspillingsfeil",
+ "ContainerNotSupported": "Konverterer til kompatibel konteiner",
+ "VideoLevelNotSupported": "Konverterer til kompatibelt videonivå",
+ "AudioBitrateNotSupported": "Konverterer til kompatibelt lydbitrate",
+ "AudioChannelsNotSupported": "Konverterer til kompatibelt antall av lydkanaler",
+ "VideoResolutionNotSupported": "Konverterer til kompatibelt videooppløsning",
+ "AudioProfileNotSupported": "Konverterer til kompatibel lydprofil",
+ "AudioSampleRateNotSupported": "Konverterer til kompatibel lydsamplingsfrekvens",
+ "AnamorphicVideoNotSupported": "Anamorfisk video ikke støttet",
+ "InterlacedVideoNotSupported": "Avfletter video",
+ "SecondaryAudioNotSupported": "Velger sekundært lydspor",
+ "ExternalAudioNotSupported": "Selecting external audio track",
+ "ErrorRemovingEmbyConnectAccount": "Det oppstod en feil under fjerning av Emby Connect-kontoen. Vennligst kontroller at du har en aktiv Internettforbindelse og prøv igjen.",
+ "HeaderEmbyAccountRemoved": "Emby konto fjernet",
+ "MessageEmbyAccontRemoved": "Emby konto er blitt fjernet fra denne brukeren.",
+ "HeaderInvitationSent": "Invitasjon sendt",
+ "Offline": "Frakoblet",
+ "HeaderSignUp": "Registrering",
+ "ServerDownloadMessage": "For å laste ned og installere gratis Emby Server besøk {0}",
+ "ServerDownloadMessageWithoutLink": "For å laste ned og installere gratis Emby Server besøk Emby nettsiden.",
+ "MessageInvitationSentToUser": "En e-post har blitt sent til {0} med oppfordring til å godta invitasjonen din.",
+ "MessageInvitationSentToNewUser": "En e-post er blitt sent til {0} som inviterer dem til å registrere med Emby.",
+ "GuestUserNotFound": "Bruker ikke funnet. Vennligst sjekk av brukernavn er korrekt og prøv igjen. Eller prøv med deres e-postadresse.",
+ "ErrorReachingEmbyConnect": "Det oppstod en feil med å nå Emby Connect-tjeneren. Kontroller at du har en aktiv Internettilkobling og prøv igjen.",
+ "ErrorAddingEmbyConnectAccount1": "Det oppstod en feil ved å legge den Emby Connect-kontoen til. Har du opprettet en Emby-konto? Registrer deg her {0}.",
+ "ErrorAddingEmbyConnectAccount2": "Hvis du fortsatt har problemer, vennligst send en epost til {0} fra e-postadressen brukt til Emby-kontoen.",
+ "ErrorAddingGuestAccount1": "Det oppstod en feil ved å legge til den Emby Connect-kontoen. Har din gjest opprettet en Emby-konto? De kan registrere seg her {0}.",
+ "ErrorAddingGuestAccount2": "Hvis du fortsatt har problemer, vennligst send en e-post til {0}, og inkluderer e-postadressen din, så vel som deres.",
+ "MessageEmbyAccountAdded": "Emby-konto er blitt lagt til denne brukeren.",
+ "MessagePendingEmbyAccountAdded": "Emby-kontoen er lagt til denne brukeren. En e-post vil bli sendt til eieren av kontoen. Invitasjonen må bekreftes ved å klikke på en lenke i e-posten.",
+ "HeaderEmbyAccountAdded": "Emby-konto lagt til",
+ "Skip": "Hopp over",
+ "HeaderAdditionalParts": "Tilleggsdeler",
+ "ButtonGenerateNewPin": "Generer ny PIN",
+ "ConnectLoginHelp1": "Med Emby Connect kan du enkelt få tilgang til Emby Server uansett hvor du er og dele servere med familie og venner.",
+ "CreatePinErrorMessage": "Det oppstod en feil under oppretting av PIN-koden. Vennligst klikk Generer Ny PIN for å prøve igjen.",
+ "PinExpiredMessage": "PIN-koden er utløpt. Vennligst klikk generer ny PIN og prøv igjen.",
+ "ConnectPinCodeHeader": "For å logge på med Emby Connect, bruk en mobil enhet eller datamaskin for å besøke {0} og skriv inn følgende PIN-kode:",
+ "LabelSubtitlePlaybackMode": "Undertekstmodus",
+ "ErrorDeletingItem": "Det oppstod en feil ved å slette elementet fra Emby Server. Vennligst sjekk at Emby Server har skrivetilgang til mediemappen og prøv igjen.",
+ "NoSubtitles": "Ingen undertekster",
+ "Default": "Standard",
+ "Absolute": "Absolutt",
+ "Smart": "Smart",
+ "Small": "Liten",
+ "Smaller": "Mindre",
+ "Medium": "Middels",
+ "Large": "Stor",
+ "Larger": "Større",
+ "ExtraLarge": "Ekstra stor",
+ "ExtraSmall": "Ekstra liten",
+ "Forced": "Tvunget",
+ "External": "Ekstern",
+ "HeaderEmbeddedTitle": "Innebygget tittel",
+ "OnlyForcedSubtitles": "Bare tvungne undertekster",
+ "AlwaysPlaySubtitles": "Spill alltid av undertekster",
+ "DefaultSubtitlesHelp": "Undertekster lastes inn basert på standard og tvunget flagg i den innebygde metadata. Språkpreferanser betraktes når flere alternativer er tilgjengelige.",
+ "SmartSubtitlesHelp": "Undertekster som samsvarer med språkinnstillingene vil lastes inn når lyden er på et fremmed språk.",
+ "HeaderSubtitleSettings": "Innstillinger for undertekst",
+ "HeaderSubtitleAppearance": "Undertekstutseende",
+ "OnlyForcedSubtitlesHelp": "Kun undertekster markert som tvunget vil lastes inn.",
+ "AutoSelectHearingImpairedHelp": "Teksting som samsvarer med språkpreferansen, lastes inn, og det gis en preferanse til spor som er merket som hørselshemmede (SDH).",
+ "AlwaysPlaySubtitlesHelp": "Undertekster som samsvarer med språkinnstillingene vil lastes inn uavhengig av lydspråk.",
+ "NoSubtitlesHelp": "Undertekster vil ikke bli lastet som standard. Det kan fortsatt aktiveres manuelt ved avspilling.",
+ "LabelPreferredSubtitleLanguage": "Foretrukket språk for undertekst",
+ "LabelTextSize": "Tekststørrelse",
+ "TheseSettingsAffectSubtitlesOnThisDevice": "Disse innstillingene påvirker undertekster på denne enheten",
+ "LabelDropShadow": "Bakgrunnsskygge",
+ "LabelTextBackgroundColor": "Bakgrunnsfarge for tekst",
+ "LabelWindowBackgroundColor": "Bakgrunnsfarge for tekst",
+ "LabelFont": "Skrifttype",
+ "LabelTextColor": "Tekstfarge",
+ "LabelBackgroundColor": "Bakgrunnsfarge",
+ "LabelBackgroundOpacity": "Ugjennomsiktighet i bakgrunnen",
+ "Raised": "Fremhevet",
+ "Depressed": "Nedtrukket",
+ "Uniform": "Enhetlig",
+ "DropShadow": "Bakgrunnsskygge",
+ "SmallCaps": "Små bokstaver",
+ "SubtitleAppearanceSettingsDisclaimer": "Disse innstillingene gjelder ikke for grafiske undertekster (PGS, DVD, osv.), eller undertekster som har egne stiler innebygd (ASS / SSA).",
+ "Normal": "Normal",
+ "HeaderWaitingForWifi": "Venter på WiFi",
+ "WifiRequiredToDownload": "Nedlasting krever WiFi for å fortsette.",
+ "DownloadOnlyOnWifi": "Nedlasting kun over WiFi",
+ "LabelMusicDownloadQuality": "Nedlastingskvalitet for musikk",
+ "MusicDownloadQualityHelp": "Lydfiler med høyere bitrate vil bli konvertert av Emby Server. Velg en høyere verdi for bedre kvalitet, eller en lavere verdi for å bevare lokal lagringsplass.",
+ "HeaderDownloadSettings": "Innstillinger for nedlasting",
+ "LabelDownloadLocation": "Nedlastingssted",
+ "BrowseForFolder": "BlaEtterMappe",
+ "Unlimited": "Ubegrenset",
+ "NoLimit": "No limit",
+ "Hide": "Gjem",
+ "HeaderKeepWatching": "Forsett å se på",
+ "HeaderNextEpisode": "Neste episode",
+ "AudioBitDepthNotSupported": "Konverterer til kompatibel lydbitdybde",
+ "VideoBitrateNotSupported": "Converting to compatible video bitrate",
+ "VideoProfileNotSupported": "Konverterer til kompatibel videoprofil",
+ "VideoFramerateNotSupported": "Konverterer til kompatibel videobildefrekvens",
+ "VideoBitDepthNotSupported": "Konverterer til kompatibel videobitdybde",
+ "RefFramesNotSupported": "Konverterer til kompatibelt antall av videoreferansebilder",
+ "ErrorConnectServerUnreachable": "Det oppsto en feil ved å utføre den forespurte operasjonen. Serveren din kan ikke kontakte vår Emby Connect Server på {0}. Vær sikker på at serveren din har en aktiv internettforbindelse, og at kommunikasjonen blir tillatt av en brannmur eller sikkerhetsprogramvare du har installert.",
+ "HeaderStopRecording": "Stopp Opptaket",
+ "ManageRecording": "Administrer opptak",
+ "LabelDropImageHere": "Dra og slipp bildet her, eller klikk for å velge et bilde å laste opp.",
+ "MessageFileReadError": "En feil oppstod når filen skulle leses. Vennligst prøv igjen.",
+ "Browse": "Utforsk",
+ "HeaderUploadImage": "Last opp bilde",
+ "HeaderAddUpdateImage": "Legg til/oppdater bilde",
+ "HeaderShowFields": "Vis felt",
+ "LabelView": "Se",
+ "LabelImageType": "Bildetype",
+ "Upload": "Last opp",
+ "Primary": "Primær",
+ "PrimaryImageBlur": "Uskarphet i primærbildet",
+ "Art": "Omslagskunst",
+ "Backdrop": "Bakgrunn",
+ "Banner": "Banner",
+ "Box": "Boks",
+ "BoxRear": "Boks (bakside)",
+ "Disc": "Disk",
+ "Logo": "Logo",
+ "LogoDark": "Logo (mørk versjon)",
+ "LogoLight": "Logo (lys versjon)",
+ "LogoLightColor": "Logo (lys med farge)",
+ "Menu": "Meny",
+ "Screenshot": "Skjermdump",
+ "Thumb": "Miniatyr",
+ "HeaderAudioSettings": "Lyd Innstillinger",
+ "LabelAudioLanguagePreference": "Foretrukket språk for lydspor",
+ "LabelPlayDefaultAudioTrack": "Bruk standard lydspor uavhengig av språk",
+ "HeaderVideoQuality": "Video kvalitet",
+ "CinemaModeConfigurationHelp": "Kinointroer bringer teateropplevelsen rett til stuen din med muligheten til å spille trailere og tilpassede introer før hovedfunksjonen.",
+ "ShowUpNextPreview": "Vis forhåndsvisning av neste",
+ "ShowUpNextPreviewHelp": "Vis informasjon for neste element nær slutten av det gjeldende.",
+ "PlayNextEpisodeAutomatically": "Spill av neste episode automatisk",
+ "LabelMaxChromecastBitrate": "Kvalitet på Chromecast-strømming",
+ "LabelSkipBackLength": "Hopp tilbake lengde",
+ "LabelSkipForwardLength": "Hopp fremover lengde",
+ "EnableCinemaMode": "Aktiver kinointroer",
+ "LabelInternetQuality": "Kvalitet på ekstern strømming",
+ "LabelCellularQuality": "Ekstern strømming kvalitet (mobilnett)",
+ "HeaderMusicQuality": "Kvalitet for musikk",
+ "LabelHomeNetworkQuality": "Kvalitet på strømming hjemme",
+ "HeaderLatestMedia": "Nyeste media",
+ "HeaderRestartingEmbyServer": "Starter Emby Server på nytt",
+ "RestartPleaseWaitMessage": "Vennligst vent mens Emby Server avsluttes og startes på nytt. Dette kan ta ett minutt eller to.",
+ "HeaderPlayNext": "Spill av neste",
+ "AutoBasedOnLanguageSetting": "Automatisk (basert på innstillinger for enhet)",
+ "SameAsMainTheme": "Samme som hovedtemaet",
+ "LabelDateTimeLocale": "Nasjonal innstilling for dato og klokkeslett",
+ "Genre": "Sjanger",
+ "DirectorValue": "Regissør: {0}",
+ "DirectorsValue": "Regissører: {0}",
+ "GenreValue": "Sjanger: {0}",
+ "GenresValue": "Sjangere: {0}",
+ "TagsValue": "Tagger: {0}",
+ "Off": "Av",
+ "Title": "Tittel",
+ "Year": "År",
+ "Filter": "Filter",
+ "Filters": "Filtre",
+ "Unplayed": "Ikke spilt av",
+ "LabelTVHomeScreen": "TV-modus hjemskjerm",
+ "Horizontal": "Horisontal",
+ "Vertical": "Vertikal",
+ "HeaderGroupBy": "Grupper etter",
+ "HeaderMediaType": "Medietype",
+ "GroupBySeries": "Grupper etter serie",
+ "HeaderVideoType": "Videotype",
+ "HeaderSeriesStatus": "Status på serie",
+ "Features": "Funksjoner",
+ "Trailers": "Trailere",
+ "Extras": "Ekstra",
+ "ThemeSongs": "Temasanger",
+ "ThemeVideos": "Temavideoer",
+ "HeaderFavoriteMovies": "Favoritt Filmer",
+ "HeaderFavoritePhotos": "Favorittbilder",
+ "HeaderFavoriteShows": "Favorittserier",
+ "HeaderFavoriteEpisodes": "Favorittepisoder",
+ "HeaderFavoriteVideos": "Favorittvideoer",
+ "HeaderFavoriteMusicVideos": "Favoritt musikkvideoer",
+ "HeaderFavoriteGames": "Favorittspill",
+ "HeaderFavoriteArtists": "Favorittartister",
+ "HeaderFavoriteAlbums": "Favorittalbumer",
+ "HeaderFavoriteSongs": "Favorittsanger",
+ "HeaderFavoriteAuthors": "Favorittforfattere",
+ "HeaderFavoriteAudioBooks": "Favorittlydbøker",
+ "Ascending": "Stigende",
+ "Descending": "Synkende",
+ "HeaderColorPrimaries": "Primærfarger",
+ "HeaderColorSpace": "Fargeutvalg",
+ "HeaderColorTransfer": "Fargeoverføring",
+ "HeaderVideoRange": "Videoområde",
+ "SeriesDisplayOrderHelp": "Sorter episoder etter sendt dato, DVD-rekkefølge eller nummerering.",
+ "LabelVerticalPositionFromBottom": "Vertikal posisjon (fra bunn)",
+ "HeaderFavoritePeople": "Favorittpersoner",
+ "MultiSelect": "Flervalg",
+ "HeaderSignOut": "Logg Ut",
+ "HeaderSelectServer": "Velg server",
+ "HeaderChangeServer": "Bytt server",
+ "HeaderChangeUser": "Bytt bruker",
+ "HeaderAppSettings": "Appinnstillinger",
+ "HeaderLoginSettings": "Innstillinger for innlogging",
+ "LabelRememberLogin": "Husk innlogging",
+ "LabelAutomaticallySignOut": "Logg av automatisk",
+ "BetaTesterMessage": "Takk for at du er en Emby beta-tester! Vennligst gi tilbakemelding på {0} Testområdet for Emby Community {1}.",
+ "HardwareAccelerated": "Maskinvareakselerert",
+ "Software": "Programvare",
+ "Metadata": "Metadata",
+ "HeaderMediaInfo": "Mediainfo",
+ "Locked": "Låst",
+ "HeaderSplitVersionsApart": "Splitt versjoner fra hverandre",
+ "Any": "Alle",
+ "Admin": "Admin",
+ "HeaderReadMore": "Les mer",
+ "CustomRatingHelp": "En vilkårlig vurdering blir brukt for foreldrekontroll evalueringer, men er ikke vist. Foreldrevurderingsfeltet blir fremdeles vist.",
+ "KeepUpToHelp": "Opptak over grensen blir slettet når neste opptak starter. Eldste opptak blir slettet først, etter dato lagt til.",
+ "NoItemsMatchingFound": "Ingen elementer matchende dine søkekriterier ble funnet.",
+ "TwoSearchCharsRequired": "Vennligst skriv inn minst to søketegn.",
+ "PreventPlaybackContinuing": "Forhindre avspilling fra å fortsette uendelig ved å be om brukerinndata periodisk.",
+ "PromptStillWatching": "Aktivere 'Ser du fremdeles på?' melding",
+ "HeaderMissingMetadata": "Manglende metadata",
+ "HeaderIncludedIn": "Inkludert i",
+ "EmbyConnectUserAlreadyLinked": "Emby Connect-brukeren er allerede koblet til en annen bruker på serveren.",
+ "VideoFilesWillBeConvertedTo": "Konverterte videoer blir lagret som {0}.",
+ "VideoWillBeConvertedTo": "Videostrømmer blir konvertert til {0}, eller kopiert fra original filen hvis de er allerede {0} og kvaliteten passer med konverteringsalternativene.",
+ "VideoWillBeConvertedToOrCopied": "Videostrømmer blir konvertert til {0}, eller kopiert fra original filen hvis de er noen av {1}, og kvaliteten passer med konverteringsalternativene.",
+ "AudioWillBeConvertedTo": "Lydstrømmer blir konvertert til {0}, eller kopiert fra original filen hvis de er allerede {0} og kvaliteten passer med konverteringsalternativene.",
+ "AudioWillBeConvertedToOrCopied": "Lydstrømmer blir konvertert til {0}, eller kopiert fra original filen hvis de er noen av {1}, og kvaliteten passer med konverteringsalternativene.",
+ "HeaderSpecialKeys": "Spesialnøkler",
+ "FollowingSpecialKeys": "Disse spesialnøklene er støttet på fleste tastatur og fjernkontroller:",
+ "HeaderDeleteSeries": "Slett serie",
+ "HeaderDeleteLastPlayedEpisode": "Slett siste episode avspilt",
+ "HeaderConnectingToServer": "Kobler til server",
+ "ServerNameValue": "Servernavn: {0}",
+ "DomainValue": "Domene: {0}",
+ "RatedValue": "Vurdert {0}",
+ "LocalServerRedirectMessage": "Du blir nå videresendt til domenet eiet og operert av administratoren til den serveren du har valgt å koble til:",
+ "AllMediaOwnedHosted": "All media er vertet og administrert av eieren av {0}.",
+ "EnableResolutionSwitching": "Match videooppløsning",
+ "EnableResolutionSwitchingHelp": "Dette gjør det mulig for Emby å forandre oppløsningen til samme verdi videoen var kodet til før avspillingen ble startet. Dette kan hjelpe med å minimalisere hakking som du ellers kan se under avspilling av videoer som ikke matcher bra.",
+ "EnableDisplayRefreshRateSwitching": "Aktiver visningoppfriskingfrekvensbytte",
+ "EnableDisplayRefreshRateSwitchingHelp": "Dette gjør det mulig for Emby å endre visningoppfriskingfrekvensen til samme verdi (eller flere av) som bildefrekvensen videoen var kodet til før avspilling ble startet. Dette kan hjelpe med å minimalisere hakking som du ellers kan se under avspilling av videoer som ikke matcher bra.",
+ "RememberSelectedAudioTracks": "Husk lydsporvalgene",
+ "RememberSelectedSubtitleTracks": "Husk undertekstsporvalgene",
+ "RememberSelectedSubtitleTracksHelp": "Undertekstsporvalgene blir husket på et per video basis og brukt på nytt når samme video spilles igjen.",
+ "RememberSelectedAudioTracksHelp": "Lydsporvalgene blir husket på et per video basis og brukt på nytt når samme video spilles igjen.",
+ "ClearSavedTrackSelections": "Fjern lagrede sporvalg",
+ "HeaderClearTrackSelections": "Fjern lagrede sporvalg",
+ "QuestionClearSavedTracks": "Fjern alle lagrede sporvalg?",
+ "LabelChannelTags": "Kanaltagger",
+ "AfterThisPlaysConfirmation": "Etter denne er avspilt, vil du fortsette å spille eller fjerne musikken du tidligere køet?",
+ "Keep": "Behold",
+ "Clear": "Tøm",
+ "HeaderClearFilters": "Tøm filtre",
+ "HeaderSearchForImages": "Søk etter bilder",
+ "HeaderSearchNewImage": "Søk etter nytt bilde",
+ "HeaderSearchForAnImage": "Søk etter et bilde",
+ "DragDropToReorder": "Dra og slipp for å reorganisere",
+ "HeaderAddImageFromUrl": "Legg til bilde fra URL",
+ "HeaderSetImageFromUrl": "Angi bilde fra URL",
+ "LabelUrl": "Nettadresse",
+ "LabelChannelNumber": "Kanalnummer",
+ "LabelGuideDataChannel": "Tv Guide-datakanal",
+ "GuideDataSource": "TV-Guide datakilde",
+ "HeaderCopyToClipboard": "Kopier til utklippstavlen",
+ "TimeRemainingValue": "{0} gjenstående",
+ "LabelResumeRewindSeconds": "Når du gjenopptar, automatisk spol tilbake",
+ "ResumeRewindSecondsHelp": "Dette kan hjelpe deg å huske hvor du satt på pause. Dette gjelder for den første gjenopptakelsen og ikke hver individuelle pause under avspillingen.",
+ "HeaderSavePlayQueueToPlaylist": "Lagre spillekø til spilleliste",
+ "EnableLogoImagesAsTitle": "Vis logobilder som titler på detaljskjermene",
+ "EnableLogoImagesAsTitleHelp": "Når tilgjengelig, kan logobilder bli brukt i stedet for titteltekst på video, serier og andre detaljskjermer. Tittelen vil reversere til tekst når et logobilde ikke er tilgjengelig.",
+ "LabelNowPlayingAudioBackgroundStyle": "Spiller nå lydbakgrunnsstil",
+ "LabelNowPlayingVideoBackgroundStyle": "Spiller nå videobakgrunnsstil",
+ "NowPlayingVideoBackgroundStyleHelp": "Avgjør bakgrunnstilen når videoavspillingen blir kontrollert med fjernkontroll på en annen enhet.",
+ "Rotation": "Rotering",
+ "Minutes": "Minutter",
+ "LabelMaxRecordingLength": "Maks opptakslengde",
+ "MaxRecordingLengthHelp": "Begrens opptakstiden til en bestemt mengde tid, uavhengig av varigheten på kringkastingen. Sett til 0 for ingen grense.",
+ "RemoteWAN": "Ekstern (WAN) Adresse",
+ "HeaderLastConnectedTo": "Siste forbindelse til",
+ "Version": "Versjon",
+ "Keyword": "Nøkkelord",
+ "HeaderServerAddress": "Serveradresse",
+ "HeaderSkipIntro": "Hopp over intro",
+ "HeaderCreateRecording": "Opprett opptak",
+ "HeaderAddRecording": "Legg til opptak",
+ "HeaderChannelAndTime": "Kanal og tid",
+ "LabelRecordProgramOrSeriesFrom": "Ta opp et program eller serie fra",
+ "LabelStartTime": "Starttid",
+ "LabelEndTime": "Sluttid",
+ "LabelFrequency": "Frekvens",
+ "Recurring": "Regelmessig",
+ "Once": "En gang",
+ "Start": "Start",
+ "Unpause": "Opphev pause",
+ "LabelIntroSkipMode": "Hopp over intro modus",
+ "ShowSkipIntroButton": "Vis 'Hopp over intro' knapp",
+ "AutoSkipIntro": "Hopp over introer automatisk",
+ "DisplayRatingInformationOnVideoPlaybackStart": "Vis vurderingsinformasjon ved avspillingsstart",
+ "DisplayRatingInformationOnVideoPlaybackStartHelp": "Vurderingsinformasjonen vil vises kort når videoavspilling begynner.",
+ "IntroSkipModeHelp": "Vis en 'Hopp over intro' knapp eller hopp over introer automatisk for episoder hvor Emby har oppdaget intromarkører. Introoppdagelse må være aktivert i Emby Server biblioteksvalg.",
+ "EnableHomeScreenFocusPreview": "Bruk ett oppsett på hjemskjermen som viser en detaljert forhåndsvisning av valgt element",
+ "EnableHomeScreenFocusPreviewHelp": "Dette fungerer muligens ikke hvis din hjemskjerm inneholder en miks av forskjellige mediatyper.",
+ "LabelHideMediaTransportButtons": "Skjul transportknapper for videoavspiller",
+ "HideMediaTransportButtonsHelp": "Opprett en enklere på-skjerm-avspilling grensesnitt ved å skjule grunnleggende transportknapper som spol fremover, tilbake og pause. Du vil fremdeles være i stand til å bruke disse funksjonene ved å utnytte piltaster og OK/Return. Auto skjuler transportknapper når musaktivitet ikke er oppdaget innenfor appen.",
+ "ImageSizeHelp": "Sett din foretrukne størrelse for bilderutenett.",
+ "LabelImageSize": "Bildestørrelse",
+ "ThisImageIsOnlyPreview": "Bildet er kun en forhåndsvisning som ble hentet fra metadata-søkemotoren. Det faktiske bildet som Emby Server laster ned kan være forskjellig og vil være avhengig av de alternativene du konfigurerte i Emby biblioteksoppsett.",
+ "ResultsRangeValue": "{0} til {1} av {2}",
+ "NotificationsDescription": "Oppsettsvarsler for å forbli informert om viktige hendelser på din Emby Server.",
+ "DeleteEmbyConnectAccount": "Slett Emby Connect-konto",
+ "DeleteEmbyConnectAccountHelp": "For å slette din Emby Connect-konto, vennligst logg på {0}Emby-samfunnet{1} på {2}. Når innlogget, klikk brukernavnet ditt øverst til høyre, deretter klikk kontoinnstillinger og til slutt klikk slett min konto.",
+ "KeepPlayingInBackground": "Forsett å spille av i bakgrunnen",
+ "LabelVideoBackBehavior": "Virkemåte for tilbakeknapp for videospiller",
+ "HeaderViewLyrics": "Se sangtekster",
+ "HeaderViewMissingEpisodes": "Se manglende episoder",
+ "HeaderMissingEpisodes": "Manglende episoder",
+ "HeaderManageAccess": "Administrer tilgang",
+ "HeaderManageCollaboration": "Administrere samarbeid",
+ "HeaderLeaveCollaboration": "Forlat samarbeid",
+ "HeaderRemoveFromLibrary": "Fjern fra bibliotek",
+ "RemoveSharedItemConfirmation": "Er du sikker på at du ønsker å fjerne dette elementet fra biblioteket ditt? For å få den tilbake må eieren gi deg tilgang igjen.",
+ "SubtitlesDownloaded": "Undertekster nedlastet",
+ "HeaderMakePrivate": "Gjør privat",
+ "HeaderMakePublic": "Gjør offentlig",
+ "MakePublicDescription": "Alle brukere vil kunne se dette elementet. Brukere kan gis tilgang til å redigere.",
+ "MakePrivateDescription": "Brukere kan fortsatt gis tilgang individuelt.",
+ "Private": "Privat",
+ "Public": "Offentlig",
+ "Collaborative": "Samarbeid",
+ "PreferredShowDisplay": "Foretrukket TV-serie visning",
+ "ShowAllEpisodesAllSeasons": "Vis alle episoder til alle sesonger sammen",
+ "ShowAllEpisodesSingleSeason": "Vis alle episoder for kun singel-sesong serier",
+ "ShowSeasonFolders": "Alltid vis sesongmapper",
+ "HeaderAddAgain": "Legg til igjen",
+ "UpNext": "Neste",
+ "ItemsAlreadyInPlaylist": "Noen av disse elementene er allerede i din spilleliste.",
+ "ItemAlreadyInPlaylist": "Elementet er allerede i din spilleliste.",
+ "HeaderPlayChannel": "Spill kanal",
+ "LabelScreenOrientationDuringVideo": "Skjermorientering under videoavspilling",
+ "UseDeviceSetting": "Bruk enhetinnstilling",
+ "LockToLandscape": "Lås til landskap",
+ "UsernameForFolderHelp": "Brukernavnet som kreves for tilgang til denne mappen på ditt nettverk (hvis relevant).",
+ "PasswordForFolderHelp": "Passordet som kreves for tilgang til denne mappen på ditt nettverk (hvis relevant).",
+ "ShowMediaInfoOnDetailScreens": "Vis full media nederst på lyd- og videodetaljskjermer",
+ "ForgotPasswordNoUserFound": "Ingen brukere ble funnet med oppgitt navn. Vennligst forsøk igjen, eller la navnet være blank for å nullstille passordet for alle brukere på denne serveren.",
+ "Silver": "Sølv",
+ "DimGray": "Dempet grå",
+ "DarkGray": "Mørk grå",
+ "LightGray": "Lys grå",
+ "Black": "Sort",
+ "Blue": "Blå",
+ "Cyan": "Cyan",
+ "Gray": "Grå",
+ "Green": "Grønn",
+ "Lime": "Lime",
+ "Magenta": "Magenta",
+ "Orange": "Oransje",
+ "Pink": "Rosa",
+ "Red": "Rød",
+ "Yellow": "Gul",
+ "White": "Hvit",
+ "Purple": "Lilla",
+ "RecentlyReleasedMovies": "Nylig utgitte filmer",
+ "RecentlyReleasedEpisodes": "Nylig utgitte episoder",
+ "DolbyProfile": "Dolby Profil",
+ "IpAddress": "IP-adresse",
+ "VideoType": "Videotype",
+ "HidePlayedMediaFrom": "Skjul avspilt media fra",
+ "BottomEdgePosition": "Posisjon nederst på kanten",
+ "VerticalPositionFromBottomScreen": "Setter vertikal posisjon til undertekster relativt til bunnen av skjermen.",
+ "TopEdgePosition": "Toppkantposisjon",
+ "TopEdgePositionHelp": "Setter høyest tillat vertikal posisjon til undertekst relativt til toppen av skjermen. Dette blir brukt når undertekster inneholder posisjoneringsinstruksjoner for å bli plassert på toppen.",
+ "HeaderSubtitlePosition": "Undertekstposisjon",
+ "TitleProfilePin": "Profil PIN-kode",
+ "ProfilePinConfirm": "Profil PIN-kode (bekreft)",
+ "SaveProfilePin": "Lagre PIN-kode",
+ "ProfilePinDescription": "Opprett en valgfri PIN-kode som må skrives inn når du returnerer til en Emby-app på en enhet som du allerede er logget inn på. Dette er nyttig hvis du har enheter delt mellom flere brukere. Du kan velge å aktivere det selektivt på hver enhet etter behov.",
+ "TitleNewEpisodes": "Nye episoder",
+ "EnterYourPinToContinue": "Skriv inn PIN-koden for å fortsette.",
+ "YourPinMustBe": "PIN-kode må være {0} sifre.",
+ "ForgotPin": "Glemt PIN-kode?",
+ "RequireEnteringPinToReturn": "Krev at jeg skriver inn PIN-koden til profilen min når jeg går tilbake til denne appen.",
+ "RequireEnteringPinToReturnQuestion": "Skal vi be om profil PIN-koden din når du returnerer til denne appen? Hvis denne enheten er delt mellom flere brukere, så kan din profil PIN-kode hindre de andre brukerne for å få tilgang til dine data.",
+ "RequireEnteringPinToReturnHelp": "Nyttig hvis denne enheten deles av flere brukere.",
+ "WrongPinPleaseTryAgain": "Dæven, feil PIN-kode. Vennligst forsøk igjen.",
+ "ProfilePinIsOn": "Profil PIN-kode er for øyeblikket på.",
+ "IfTryingToConnectToHttp": "Hvis du prøver å koble til Emby-serveren din ved hjelp av en HTTP-adresse, kan det hende at nettleseren din ikke tillater dette på grunn av HTTPS-krav. Prøv ett av følgende:",
+ "SetupHttpsForYourServer": "Sett opp {0}HTTPS for din Emby Server{1} slik at du kan koble til via HTTPS.",
+ "TitleUnableToReachServer": "Ikke i stand til å nå server",
+ "TitleUnableToReachName": "Ikke i stand til å nå {0}",
+ "HearingImpaired": "Hørselhemmede",
+ "SignIntoServerName": "Logg inn på {0}",
+ "About": "Om",
+ "Specials": "Spesielle",
+ "NSettings": "{0} Settings",
+ "NPreferences": "{0} Preferences",
+ "DetailScreenOptions": "Detaljskjermer",
+ "LabelGenreDisplayLimit": "Grense for sjangervisning",
+ "GenreDisplayLimitHelp": "Begrense antall sjangere som vises øverst på detaljskjermene for element-",
+ "GenreDisplayLimitForListsHelp": "Begrense antall sjangere som vises øverst på spilleliste, samling og artistdetaljskjermer.",
+ "LabelGenreDisplayLimitForLists": "Grense for sjangervisning for lister",
+ "ShowPosterOnDetails": "Vis plakat på detaljskjermen",
+ "ShowPosterOnDetailsHelp": "Velg å vise en plakat på videodetaljskjermer, eller skjul den for et mer minimalt utseende som vektlegger bakgrunnen. Denne innstillingen brukes ikke på mindre skjermoppsett. Noen elementtyper ignorerer denne innstillingen.",
+ "EnableAppLogging": "Aktiver applogging",
+ "EnableAppLoggingHelp": "Logging kan redusere appytelsen og bør bare aktiveres etter behov for feilsøkingsformål. Endringer krever at du starter appen på nytt.",
+ "LabelSlideshowInterval": "Tid for lysbildefremvisning per lysbilde",
+ "TVChannelImageEditorHelp": "Flere logoversjoner støttes. Emby-apper vil automatisk velge den passende avhengig av gjeldende tema.",
+ "PlaySlideshow": "Spill av lysbildefremvisning",
+ "CheckForExistingEpisodesInAllLibraries": "Se etter eksisterende episoder i alle biblioteker",
+ "GroupNotificationsBySeriesOrAlbum": "Grupper varsler etter serier og album",
+ "ThemeSettings": "Temainnstillinger",
+ "FollowingActivityWillBeDisrupted": "Følgende aktivitet vil bli avbrutt og kan kreve manuell intervensjon for å starte på nytt:",
+ "OneActivePlaybackSession": "1 aktiv avspillingsøkt",
+ "NumActivePlaybackSessions": "{0} aktive avspillingsøkter",
+ "OneActiveRecording": "1 aktivt opptak",
+ "NumActiveRecordings": "{0} aktive opptak",
+ "PlayFromLivePosition": "Spill fra direkteposisjonen",
+ "PlayFromStartOfRecording": "Spill av fra starten av opptaket",
+ "ThisChannelIsActivelyRecording": "Denne kanalen tar aktivt opp. Hvordan vil du begynne å spille av?",
+ "ThemeSongVolume": "Volum på temasang",
+ "HeaderForceConversionForFormats": "Force Conversion for Formats",
+ "ForceConversionForFormatsHelp": "Use this to force server-side transcoding or remuxing for formats that don't direct play very well on this device.",
+ "StartupBehavior": "Startup behavior",
+ "RememberLastUser": "Remember last user",
+ "ShowLoginScreen": "Show login screen",
+ "SignInAsValue": "Sign in as {0}",
+ "ConvertUnsupportedAudio": "Convert unsupported surround audio to Dolby Digital",
+ "ConvertUnsupportedAudioHelp": "Avoid downmixing unsupported surround formats to stereo by having Emby Server transcode them to Dolby Digital.",
+ "HeaderPlaybackCorrection": "Playback Correction",
+ "HeaderAttemptPlaybackCorrection": "Attempt Playback Correction",
+ "PlaybackCorrectionConfirm": "Attempt playback correction?",
+ "PlaybackCorrectionDescription": "Is the current item exhibiting a playback problem such as no video or audio? This will try and correct playback issues using server transcoding to convert this file into a more streaming friendly format. This will result in increased resource consumption on this Emby Server.",
+ "PlaybackCorrectionDescription2": "You can do this up to three times per video, where remuxing, video transcoding and audio transcoding are each activated one at a time.",
+ "HeaderAlbumsAsContributingArtist": "Albums as Contributing Artist",
+ "HeaderAlbumsAsComposer": "Albums as Composer",
+ "Duplicates": "Duplicates",
+ "HeaderSleepTimer": "Sleep Timer",
+ "AfterCurrentItem": "After current item",
+ "HeaderStopPlayback": "Stop Playback",
+ "TurnOffTimer": "Turn off timer",
+ "SleepTimerIsSet": "Your sleep timer is set",
+ "SleepTimerIsOff": "Your sleep timer is off",
+ "LabelEnableRemoteControlTVMode": "Display casting and remote control functions",
+ "EnableRemoteControlTVModeHelp": "Enable if you intend to use this device to send media to other devices.",
+ "ShowOnScreenControls": "Show on-screen controls",
+ "LabelVideoScreenUpAction": "Video player up action",
+ "VideoScreenUpActionHelp": "Select the action to take when pressing the up key on the video player screen. This applies when no on-screen controls are currently visible. When controls are already visible, the up key will be used for navigation.",
+ "LabelVideoPlayerLongPressAction": "Video player long press action",
+ "LetsGetSetup": "Let's Get Set Up",
+ "VideoPlayerLongPressActionHelp": "Choose what function or menu is shown when long pressing the OK button during video playback. This only takes effect when the video controls are hidden or the seek bar has focus.",
+ "AskAdminToGetPremiere": "This purchase must be made by the server administrator. Please ask the administrator of this Emby Server to sign in and get Emby Premiere so that you can enjoy access to premium features.",
+ "AutoOpenSingleItemsFolders": "Auto open single items in folder view",
+ "AutoOpenSingleItemsFoldersHelp": "When a folder only contains one item, automatically open that item.",
+ "PlayedOnValue": "Played {0}",
+ "TheseSettingsApplyAppDevice": "These settings apply to all users playing on this device.",
+ "LastContentDateAdded": "Last Content Date Added",
+ "RepeatThemeMedia": "Play themes on repeat",
+ "HideEpisodeSpoilerInfo": "Hide spoiler information from unwatched episodes",
+ "HideEpisodeSpoilerInfoHelp": "Hides the title, overview and image for unwatched episodes on most screens.",
+ "BornValueAge": "Born: {0} (age {1})",
+ "PreferDirectStreamLiveTV": "Prefer direct streaming of Live TV",
+ "PreferDirectStreamLiveTVHelp": "Direct streaming Live TV will reduce resource consumption on your Emby Server but may not be as seekable during playback. Enabling this will direct stream Live TV when the format is supported and is within your configured quality setting. Disable this to enjoy more seeking during playback at the cost of additional resource consumption.",
+ "HeaderAllRecordings": "All Recordings",
+ "RememberLoginDescription": "After signing in, you can use the app settings to configure the startup behavior to remember login, sign in as a specific user, or always show the login screen.",
+ "ForgetThisServer": "Forget This Server",
+ "ForgetServerConfirmation": "Are you sure you wish to forget this server?",
+ "HeaderThisDevice": "This Device",
+ "ChaptersGuide": "Chapters / Live TV Guide",
+ "ChaptersGuideHelp": "Show Chapters for media with chapters. For media without chapters, show the Live TV Guide (when available).",
+ "HeaderShowSeriesImages": "Show Series Images",
+ "AppExitConfirmation": "Are you ready to exit Emby?",
+ "AppExitMenu": "Exit menu",
+ "SideMenu": "Side navigation menu",
+ "SystemStorage": "System storage ({0})"
+}
diff --git a/modules/common/strings/nl.json b/modules/common/strings/nl.json
new file mode 100644
index 0000000..bbdac86
--- /dev/null
+++ b/modules/common/strings/nl.json
@@ -0,0 +1,1340 @@
+{
+ "ReplaceExistingThumbnailImages": "Vervang bestaande video preview miniaturen",
+ "ReplaceExistingThumbnailImagesHelp": "Alle bestaande video preview miniaturen worden verwijderd en nieuwe zullen worden gegenereerd, wanneer dit is ingeschakeld in de instellingen van de bibliotheek.",
+ "DateCreated": "Datum Aangemaakt",
+ "CreatedOnValue": "Aangemaakt {0}",
+ "UpdatedOnValue": "Bijgewerkt {0}",
+ "EmbyLoginTerms": "Emby is ontworpen om uw persoonlijke mediabibliotheek te helpen beheren, zoals home video's en foto's. Zie onze {0}gebruiksvoorwaarden{1}. Het gebruik van Emby software betekent dat u deze voorwaarden aanvaard.",
+ "MessageUnableToConnectToServer": "Het is momenteel niet mogelijk met de geselecteerde server verbinding te maken. Controleer dat deze actief is en probeer dan opnieuw.",
+ "EmbyIntroMessage": "Met Emby kunt u eenvoudig films, muziek en foto's naar uw telefoon, tablet en andere apparatuur streamen.",
+ "HeaderSignInWithConnect": "Aanmelden met Emby Connect",
+ "HeaderWelcomeToEmby": "Welkom bij Emby",
+ "HeaderNewUsers": "Nieuwe gebruikers",
+ "HeaderPleaseSignIn": "Meld u aan a.u.b.",
+ "MessageInvalidUser": "Foutieve gebruikersnaam of wachtwoord. Probeer opnieuw.",
+ "MessageUnlockAppWithPurchaseOrSupporter": "Ontgrendel deze functie met een kleine eenmalige aankoop, of met een actief Emby Premiere abonnement.",
+ "MessageUnlockAppWithSupporter": "Ontgrendel deze functie met een actief Emby Première abonnement.",
+ "MessageToValidateSupporter": "Als u een actieve Emby Première abonnement heeft, zorg er dan voor dat u deze activeert in uw Emby Server Dashboard door te klikken op Emby Premiere in het hoofdmenu.",
+ "ValueSpecialEpisodeName": "Speciaal - {0}",
+ "HeaderSignIn": "Aanmelden",
+ "Share": "Delen",
+ "Shared": "Gedeeld",
+ "Info": "Info",
+ "Add": "Toevoegen",
+ "Speed": "Snelheid",
+ "PlaybackSpeed": "Afspeelsnelheid",
+ "Chapters": "Hoofdstukken",
+ "Password": "Wachtwoord",
+ "SavePassword": "Wachtwoord bewaren",
+ "LabelPassword": "Wachtwoord",
+ "HeaderResetPassword": "Wachtwoord resetten",
+ "Series": "Series",
+ "Preview": "Voorvertoning",
+ "Submit": "Indienen",
+ "Never": "Nooit",
+ "Table": "Tabel",
+ "HeaderScheduledTasks": "Geplande taken",
+ "Plays": "Speelt af",
+ "LastUsedAddressValue": "Laatst gebruikt {0}",
+ "LabelKeywordType": "Sleutelwoord type",
+ "HeaderSelectColumns": "Selecteer kolommen",
+ "HeaderTopResults": "Topresultaten",
+ "HeaderPinSidebar": "Zijbalk vastzetten",
+ "Collapse": "Invouwen",
+ "LabelBackgroundVideoPlayback": "Video afspelen op de achtergrond",
+ "BackgroundVideoPlaybackHelp": "Afspelen op de achtergrond staat video toe om te blijven afspelen zelfs wanneer het scherm is uitgeschakeld.",
+ "AlwaysOn": "Altijd aan",
+ "HeadphonesOrExternalSpeakersConnected": "Hoofdtelefoon of externe luidsprekers aangesloten",
+ "HeaderKeyboardAndRemote": "Toetsenbord en afstandsbediening",
+ "NoSelectedItemsSupportOperation": "Er zijn geen items geselecteerd die deze bewerking ondersteunen.",
+ "NoOperationsForSelectedItems": "Er zijn geen bewerkingen beschikbaar voor de geselecteerde items.",
+ "UploadOnlyOnWifi": "Alleen via Wifi uploaden",
+ "HeaderFoldersToUpload": "Mappen om te uploaden",
+ "LabelPasswordConfirm": "Wachtwoord (bevestig)",
+ "HeaderMoveUpInOrder": "Verplaats naar boven in volgorde",
+ "HeaderDownUpInOrder": "Verplaats naar beneden in volgorde",
+ "LabelUsername": "Gebruikersnaam",
+ "HeaderAddServer": "Server toevoegen",
+ "HeaderSubtitleOffset": "Ondertitel tijdsverschil",
+ "Watching": "Kijken",
+ "HeaderRemoveFromContinueWatching": "Verwijder van doorgaan met kijken",
+ "RemoveThisTitleFromContinueWatching": "Verwijder deze titel van doorgaan met kijken?",
+ "HeaderRemoveFromContinueListening": "Verwijder van doorgaan met luisteren",
+ "RemoveThisTitleFromContinueListening": "Verwijder deze titel van doorgaan met luisteren?",
+ "HeaderIncreaseSubtitleOffset": "Vermeerder tijdsverschil ondertitel",
+ "HeaderDecreaseSubtitleOffset": "Verminder tijdsverschil ondertitel",
+ "Close": "Afsluiten",
+ "HeaderSeeAll": "Zie alle",
+ "HeaderOpenInNewWindow": "Openen in nieuw scherm",
+ "LabelEmail": "E-mail",
+ "LabelHost": "Server",
+ "LabelHostHelp": "Voorbeeld: 192.168.1.100 of https://myserver.com",
+ "LabelPort": "Poort",
+ "Disabled": "Uitgeschakeld",
+ "Uninstall": "Deïnstalleren",
+ "Enable": "Inschakelen",
+ "AllTuners": "Alle tuners",
+ "Disable": "Uitschakelen",
+ "NextValue": "Volgende: {0}",
+ "HeaderNextItem": "Volgend item",
+ "HeaderPreviousItem": "Vorig item",
+ "NoTrailersMessage": "Geen Trailers gevonden. Als u Trailers wilt toevoegen, installeert u de Trailer-plug-in uit de {0}Emby-plugincatalogus{1}.",
+ "UninstallPluginConfirmation": "Weet u zeker dat u deze plug-in wilt verwijderen?",
+ "HeaderUninstallPlugin": "Plug-in verwijderen",
+ "AreYouStillWatching": "Ben je nog aan het kijken?",
+ "LabelCurrentPassword": "Huidig wachtwoord",
+ "LabelNewPassword": "Nieuw wachtwoord",
+ "LabelNewPasswordConfirm": "Bevestig nieuw wachtwoord",
+ "HeaderRemovePassword": "Verwijder wachtwoord",
+ "ServerUpdateNeeded": "Deze Emby Server moet worden bijgewerkt. Om de laatste versie te downloaden, gaat u naar {0}",
+ "MessageThankYouForConnectSignUp": "Bedankt voor het aanmelden bij Emby Connect. Een e-mail met instructies hoe uw account bevestigd moet worden wordt verstuurd. Bevestig het account en keer terug om aan te melden.",
+ "MessageThankYouForConnectSignUpNoValidation": "Bedankt voor het aanmelden bij Emby Connect! U zult nu gevraagd worden om in te loggen met uw Emby Connect gegevens.",
+ "ErrorMessagePasswordNotMatchConfirm": "Het wachtwoord en de wachtwoordbevestiging moeten overeenkomen.",
+ "ErrorMessageUsernameInUse": "Deze gebruikersnaam is al in gebruik. Kies een andere en probeer het opnieuw.",
+ "ErrorMessageEmailInUse": "Dit emailadres is al in gebruik. Kies een ander en probeer het opnieuw, of gebruik de vergeten wachtwoord functie.",
+ "HeaderUpcomingOnTV": "Binnenkort op Live TV",
+ "HeaderOtherShowings": "Andere vertoningen",
+ "Showings": "Vertoningen",
+ "HeaderConnectToServer": "Verbind met server",
+ "ConnectToServerManually": "Verbind handmatig met de server",
+ "LabelEnterConnectUserNameHelp": "Dit is het e-mailadres dat u heeft gebruikt om uw Emby Connect account in te stellen.",
+ "HeaderSignInError": "Fout bij aanmelden",
+ "HeaderManualLogin": "Handmatig aanmelden",
+ "PasswordResetConfirmation": "Weet u zeker dat u het wachtwoord opnieuw in wilt stellen?",
+ "ContactAdminToResetPassword": "Neem contact op met de server beheerder om uw wachtwoord te resetten.",
+ "ForgotPasswordInNetworkRequired": "Probeer de wachtwoord herstel procedure opnieuw vanuit uw thuisnetwerk.",
+ "ForgotPasswordFileCreated": "Het volgende bestand met instructies hoe nu verder te gaan is gemaakt op je server:",
+ "ForgotPasswordFileExpiration": "De herstel pincode verloopt {0}.",
+ "InvalidForgotPasswordPin": "Er is een ongeldige of verlopen pincode ingegeven. Probeer opnieuw.",
+ "PasswordResetForUsers": "Wachtwoorden van de volgende gebruikers zijn verwijderd. Gebruik een leeg wachtwoord om aan te melden.",
+ "HeaderForgotPassword": "Wachtwoord vergeten?",
+ "ForgotPasswordUsernameHelp": "Laat dit veld leeg als u uw gebruikersnaam niet meer weet.",
+ "HeaderPasswordReset": "Wachtwoord opnieuw instellen",
+ "AttributeNew": "Nieuw",
+ "Done": "Klaar",
+ "HeaderResetToDefault": "Standaardinstellingen herstellen",
+ "Deinterlacing": "De-interlacing",
+ "HeaderBurningInSubtitles": "Ondertitels inbranden",
+ "Premiere": "Premiere",
+ "LabelPinCode": "Pincode",
+ "LabelLocalNetworkPinCode": "Lokale netwerkpincode",
+ "LabelLocalNetworkPasswordMode": "Inlogmodus lokaal netwerk",
+ "RequirePasswordInLocalNetwork": "Vereist een wachtwoord op het lokale netwerk",
+ "NoPasswordInLocalNetwork": "Geen wachtwoord vereist op het lokale netwerk",
+ "PinCodeInLocalNetwork": "Sta een numerieke pincode toe op het lokale netwerk",
+ "LocalNetworkPasswordModeHelp": "Selecteer de aanmeldingsmethode voor apparaten op hetzelfde lokale netwerk als uw Emby-server.",
+ "HeaderLocalNetworkAccess": "Lokale netwerktoegang",
+ "Live": "Live",
+ "Reset": "Herstel",
+ "Repeat": "Herhaling",
+ "Track": "Nummer",
+ "Tracks": "Sporen",
+ "HeaderCameraUpload": "Camera upload",
+ "TrackCount": "{0} nummer",
+ "ItemCount": "{0} items",
+ "NumberChannelsValue": "{0} kanalen",
+ "HeaderLatestMusic": "Nieuwste muziek",
+ "HeaderLatestAudioBooks": "Nieuwste luisterboeken",
+ "HeaderLatestDownloadedVideos": "Laatst gedownloade video's.",
+ "HeaderRecentlyPlayed": "Recent afgespeeld",
+ "Recent": "Recente",
+ "HeaderFrequentlyPlayed": "Vaak afgespeeld",
+ "HeaderMoreLikeThis": "Meer als dit",
+ "HeaderMoreLikeThisOnLiveTV": "Meer als dit op Live TV",
+ "OriginalAirDateValue": "Originele uitzenddatum: {0}",
+ "EndsAtValue": "Eindigt om {0}",
+ "Date": "Datum",
+ "AirDate": "Uitzenddatum",
+ "Played": "Afgespeeld",
+ "Daily": "Dagelijks",
+ "Weekly": "Wekelijks",
+ "RequireHashMatch": "Hash overeenkomst vereist",
+ "RequireHashMatchHelp": "Als u een hash-overeenkomst vereist, wordt de ondertiteling gefilterd zodat alleen de ondertitels worden opgenomen die met uw exacte videobestand getest zijn. Door dit uit te schakelen, zal het aantal overeenkomende ondertitels toenemen, maar wordt ook de kans op een verkeerd getimede of onjuiste ondertiteltekst vergroot.",
+ "SearchForForcedSubtitlesOnly": "Alleen geforceerde ondertitels",
+ "SearchForForcedSubtitlesOnlyHelp": "Door geforceerde ondertiteling te vereisen, worden de resultaten beperkt tot ondertitels die zijn getagd als in een vreemde taal.",
+ "LastEpisodeDateAdded": "Datum laatste aflevering toegevoegd",
+ "LastEpisodeDateAired": "Laatste aflevering datum uitgezonden",
+ "LabelPlaystate": "Afspeelstatus",
+ "Studio": "Studio",
+ "Tag": "Tag",
+ "EpisodeTitle": "Titel aflevering",
+ "Audio": "Geluid",
+ "Video": "Video",
+ "Subtitle": "Ondertiteling",
+ "Image": "Afbeelding",
+ "CopyStream": "Kopieer originele stream",
+ "LabelAudioLayout": "Audio opmaak",
+ "LabelAudioCodec": "Audio codec",
+ "LabelAudioLanguage": "Audio taal",
+ "LabelSubtitleLanguage": "Taal ondertitel",
+ "LabelVideoCodec": "Video codec",
+ "LabelSubtitleCodec": "Ondertitelcodec",
+ "LabelParentalRating": "Kijkwijzer classificatie",
+ "BecauseYouLikeValue": "Omdat je {0} leuk vond",
+ "BecauseYouWatchedValue": "Omdat je keek naar {0}",
+ "DirectedByValue": "Geregisseerd door {0}",
+ "StarringValue": "In de hoofdrol {0}",
+ "Invitations": "Uitnodigingen",
+ "ActorAsRole": "als {0}",
+ "ButtonOk": "OK",
+ "GroupItemsIntoCollections": "Groepeer items in collecties",
+ "GroupItemsIntoCollectionsHelp": "Groepeer items op basis van de collectie waaraan ze zijn toegevoegd. Het aanzetten van bepaalde filters of sorteervolgorden kan dit automatisch uitzetten.",
+ "GroupItemsIntoTags": "Groepeer items in labels",
+ "GroupItemsIntoTagsHelp": "Groepeer items op basis van de collectie waaraan ze zijn toegevoegd. Het aanzetten van bepaalde filters of sorteervolgorden kan dit automatisch uitzetten.",
+ "User": "Gebruiker",
+ "Access": "Toegang",
+ "Users": "Gebruikers",
+ "Library": "Bibliotheek",
+ "Devices": "Apparaten",
+ "Cancel": "Annuleren",
+ "Restart": "Herstarten",
+ "Shutdown": "Afsluiten",
+ "Logs": "Logboeken",
+ "Visibility": "Zichtbaarheid",
+ "Notifications": "Meldingen",
+ "SendTestNotification": "Testmelding verzenden",
+ "NotificationSent": "Melding verzonden",
+ "DeleteNotificationConfirmation": "Weet u zeker dat u deze melding wilt verwijderen?",
+ "DeleteNotification": "Melding verwijderen",
+ "AddNotification": "Melding toevoegen",
+ "EditNotification": "Melding bewerken",
+ "LimitUserEventsTo": "Beperk gebruikersgebeurtenissen tot",
+ "LimitLibraryEventsTo": "Beperk bibliotheekevenementen tot",
+ "LimitDeviceEventsTo": "Beperk apparaatgebeurtenissen tot",
+ "ForAdditionalNotificationOptions": "Aanvullende meldingsservices kunnen door de serverbeheerder worden geïnstalleerd in de Emby-{0}plug-in catalogus{1}.",
+ "Plugins": "Plug-ins",
+ "Systems": "Systemen",
+ "Server": "Server",
+ "Dashboard": "Dashboard",
+ "PlayOnAnotherDevice": "Op ander apparaat afspelen",
+ "HeaderConnectionHelp": "Verbindingshulp",
+ "AccessRestrictedTryAgainLater": "Toegang is momenteel bepertk, probeer later opnieuw.",
+ "ButtonGotIt": "Begrepen",
+ "RememberMe": "Onthoud mij",
+ "EmbyServer": "Emby server",
+ "ManageEmbyServer": "Beheer Emby Server",
+ "ShutdownServer": "Emby Server Afsluiten",
+ "RestartServer": "Emby Server Herstarten",
+ "RecordingCancelled": "Opname geannuleerd",
+ "SeriesCancelled": "Serie geannuleerd",
+ "Recording": "Aan het opnemen",
+ "SeriesRecording": "Series aan het opnemen",
+ "RecordingScheduled": "Opname ingepland",
+ "SeriesRecordingScheduled": "Serieopname gepland",
+ "HeaderNewRecording": "Nieuwe opname",
+ "HeaderWakeServer": "Server wekken",
+ "AttemptingWakeServer": "Proberen de server te wekken. Een moment geduld...",
+ "WakeServerSuccess": "Succesvol!",
+ "HeaderCustomizeHomeScreen": "Startscherm aanpassen",
+ "WakeServerError": "Er zijn \"Wake On Lan\" pakketten naar de server verzonden, maar verbinding maken is mislukt. Het kan voorkomen dat de server wat meer tijd nodig heeft om op te starten, of misschien is Emby Server niet actief op de machine.",
+ "Days": "Dagen",
+ "Network": "Netwerk",
+ "Networks": "TV-Studio's",
+ "SortByValue": "Sorteren op {0}",
+ "HeaderSortBy": "Sorteren op",
+ "HeaderPhotoAlbums": "Foto-albums",
+ "Photos": "Foto's",
+ "HeaderAppearsOn": "Verschijnt op",
+ "List": "Lijst",
+ "HeaderRecordSeries": "Serie opnemen",
+ "HeaderCinemaMode": "Cinema intro's",
+ "Conversions": "Conversies",
+ "Downloads": "Downloads",
+ "HeaderManageDownloads": "Beheer downloads",
+ "InternalStorage": "Interne opslag",
+ "ExternalStorage": "Externe opslag",
+ "UploadToFollowingServers": "Uploaden naar servers",
+ "UploadingNumItems": "Uploaden van {0} van {1}",
+ "DownloadNumItems": "Downloaden {0} van {1}",
+ "HeaderSampleRate": "Samplesnelheid",
+ "HeaderReferenceFrames": "Referentie frames",
+ "HeaderBitDepth": "Bitdiepte",
+ "HeaderPixelFormat": "Pixel formaat",
+ "Profile": "Profiel",
+ "Bitrate": "Bitrate",
+ "Expand": "Uitbreiden",
+ "Container": "Container",
+ "Format": "Formaat",
+ "Path": "Pad",
+ "Size": "Grootte",
+ "Resolution": "Resolutie",
+ "HeaderCodecTag": "Codec tag",
+ "Framerate": "Framerate",
+ "Interlaced": "Geïnterlinieerd",
+ "Anamorphic": "Anamorf",
+ "Level": "Niveau",
+ "Timestamp": "Tijdstempel",
+ "Language": "Taal",
+ "Codec": "Codec",
+ "Stream": "Stream",
+ "HeaderExtradata": "Extra data",
+ "HeaderHardwareAcceleratedTranscoding": "Hardwareversnelde transcodering",
+ "HeaderHardwareAcceleratedTranscodingDescription": "Profiteer van uw server-GPU. Emby heeft de meest geavanceerde en snelste hardwareversnelling in de branche.",
+ "HeaderOfflineDownloads": "Offline media",
+ "AndMuchMoreExclamation": "En nog veel meer!",
+ "HeaderOfflineDownloadsDescription": "Download media naar uw apparaten voor gemakkelijk offline gebruik.",
+ "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": "Cinema intro's geeft u de ware bioscoopervaring met trailers en aangepaste intro's voor de weergave van uw keuze.",
+ "HeaderFreeApps": "Gratis Emby Apps",
+ "FreeAppsFeatureDescription": "Geniet van gratis toegang tot Emby apps voor uw apparaten.",
+ "HeaderBecomeProjectSupporter": "Verkrijg Emby Premiere",
+ "HeaderViewServerInfo": "Serverinformatie bekijken",
+ "PlaybackTvModeRequiresEmbyPremiere": "Voor het afspelen van media in tv-modus is een actief {0}Emby Premiere-abonnement{1} vereist.",
+ "FeatureRequiresEmbyPremiere": "Deze functie vereist een actief {0}Emby Premiere abonnement{1}.",
+ "HeaderConvertYourRecordings": "Opnames omzetten",
+ "Record": "Opnemen",
+ "Save": "Opslaan",
+ "Edit": "Bewerken",
+ "HeaderSavePlaylist": "Afspeellijst opslaan",
+ "Latest": "Nieuwste",
+ "Download": "Downloaden",
+ "Downloaded": "Gedownload",
+ "Converted": "Geconverteerd",
+ "RemoveFromHistory": "Verwijderen uit de geschiedenis",
+ "ConfirmRemoveFromHistory": "Dit item uit de geschiedenis verwijderen?",
+ "Downloading": "Downloaden",
+ "Advanced": "Geavanceerd",
+ "LinkedToEmbyConnect": "Gekoppeld aan Emby Connect",
+ "Delete": "Verwijderen",
+ "Both": "Beide",
+ "LabelChannelDisplay": "Kanaalweergave",
+ "HeaderDeleteItem": "Item verwijderen",
+ "HeaderDeleteUser": "Verwijder gebruiker",
+ "DeleteItemConfirmation": "Weet u zeker dat u {0} wilt verwijderen?",
+ "DeleteUserConfirmation": "Weet u zeker dat u gebruiker {0} wilt verwijderen?",
+ "DeleteUsersConfirmation": "Weet u zeker dat u deze {0} gebruikers wilt verwijderen?",
+ "HeaderDeleteDevice": "Verwijder apparaat",
+ "DeleteDeviceConfirmation": "Weet u zeker dat u dit apparaat wilt verwijderen? Het zal opnieuw verschijnen als een gebruiker zich er mee aanmeldt.",
+ "ConfirmDeleteItem": "Als u dit item verwijdert, wordt het verwijderd uit zowel het bestandssysteem als uw mediabibliotheek.",
+ "FollowingFilesWillBeDeleted": "De volgende bestanden en folders zullen worden gewist:",
+ "AreYouSureToContinue": "Weet u zeker dat u wilt doorgaan?",
+ "Refresh": "Vernieuwen",
+ "RefreshingMetadataDots": "Metadata vernieuwen ...",
+ "ScanningLibraryFilesDots": "Bibliotheekbestanden scannen ...",
+ "HeaderFavoritesThenByChannelNumber": "Favorieten, vervolgens op kanaalnummer",
+ "HeaderAddToCollection": "Toevoegen aan Collectie",
+ "HeaderFavoritesThenByTitle": "Favorieten, vervolgens op titel",
+ "HeaderFavoritesThenByDefault": "Favorieten, vervolgens volgens standaard kanaalvolgorde",
+ "HeaderDefaultChannelOrder": "Standaard kanaalvolgorde",
+ "HeaderAddToFavorites": "Toevoegen aan favorieten",
+ "HeaderRemoveFromFavorites": "Verwijderen uit favorieten",
+ "Favorited": "Gefavoriet",
+ "Unfavorited": "Ongefavoriet",
+ "HeaderNewCollection": "Nieuwe verzameling",
+ "HeaderNewPlaylist": "Nieuwe afspeellijst",
+ "AllCollections": "Alle verzamelingen",
+ "AllPlaylists": "Alle afspeellijsten",
+ "Create": "Maken",
+ "HeaderAddedToPlaylist": "Toegevoegd aan afspeellijst",
+ "HeaderAddedToCollection": "Toegevoegd aan verzameling",
+ "OneItemAddedTo": "1 item toegevoegd aan \"{0}\".",
+ "ItemsAddedTo": "{0} toegevoegd aan \"{1}\".",
+ "HeaderAddedToPlayQueue": "Toegevoegd aan wachtrij",
+ "HeaderPlayingNext": "Volgende afspelen",
+ "Help": "Hulp",
+ "HeaderGetHelp": "Hulp vragen",
+ "LabelTVDisplayMode": "TV-weergavemodus inschakelen",
+ "Desktop": "Desktop",
+ "Mobile": "Mobiel / Tablet",
+ "Navigation": "Navigatie",
+ "HeaderVideoPlayback": "Video afspelen",
+ "TV": "TV",
+ "HeaderEmbyConnect": "Emby Connect",
+ "Seasons": "Seizoenen",
+ "OneTrack": "1 Nummer",
+ "OneSeason": "1 Seizoen",
+ "Libraries": "Bibliotheken",
+ "NumberSeasonsValue": "{0} Seizoenen",
+ "TVDisplayModeHelp": "Optimaliseer de gebruikersinterface van dit apparaat voor weergave op een tv en invoer met een afstandsbediening. Dit wordt over het algemeen niet aanbevolen als uw primaire invoermethode een muis is of op aanraking is gebaseerd.",
+ "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": "Toon ontbrekende afleveringen binnen een seizoen",
+ "DisplayMissingEpisodesWithinSeasonsHelp": "Dit moet ook worden ingeschakeld voor TV bibliotheken in Emby Server setup.",
+ "EnableThemeSongs": "Herkenningsliedjes afspelen",
+ "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": "Thema-video's afspelen",
+ "EnableThemeVideosHelp": "Indien ingeschakeld, zullen thema video's tijdens het bladeren op de achtergrond worden afgespeeld.",
+ "RunAtStartup": "Uitvoeren bij opstarten",
+ "ServerStartup": "Server opstart",
+ "EmbyServerOnXHasStarted": "Emby Server op {0} is opgestart.",
+ "LabelScreensaver": "Schermbeveiliging",
+ "LabelSoundEffects": "Geluidseffecten",
+ "LabelName": "Naam",
+ "NewCollectionNameExample": "Voorbeeld: Star Wars Collectie",
+ "MessageItemsAdded": "Items toegevoegd",
+ "OptionNew": "Nieuw...",
+ "LabelPlaylist": "Afspeellijst",
+ "AddToPlaylist": "Toevoegen aan afspeellijst",
+ "HeaderAddToPlaylist": "Toevoegen aan afspeellijst",
+ "Subtitles": "Ondertiteling",
+ "LabelTheme": "Thema",
+ "LabelSettingsTheme": "Instellingen thema",
+ "LabelThemeAccentColor": "Accent kleur",
+ "ThemeAccentColorDescription": "Regelt de kleur van belangrijke indicatoren, pictogrammen en tekst.",
+ "SearchForSubtitles": "Zoeken naar ondertitels",
+ "LabelLanguage": "Taal",
+ "Search": "Zoeken",
+ "NoSubtitleSearchResultsFound": "Geen resultaten gevonden. Heeft u het {0}downloaden van ondertitels{1} geconfigureerd?",
+ "NoLyricsSearchResultsFound": "Geen resultaten gevonden. Hebt u het downloaden van {0}songteksten{1}?",
+ "Lyrics": "Songteksten",
+ "SearchForLyrics": "Zoek naar songteksten",
+ "Finish": "Voltooien",
+ "File": "Bestand",
+ "Exit": "Afsluiten",
+ "Sleep": "Slaapstand",
+ "Setup": "Setup",
+ "MessageAreYouSureDeleteSubtitles": "Weet u zeker dat u dit ondertitelbestand wilt verwijderen?",
+ "ConfirmDeletion": "Bevestig verwijdering",
+ "MySubtitles": "Mijn ondertitels",
+ "MessageDownloadQueued": "Download in de wachtrij geplaatst.",
+ "HeaderEditSubtitles": "Bewerk ondertiteling",
+ "UnlockGuide": "Gids vrijgeven",
+ "HeaderRefreshMetadata": "Metadata vernieuwen",
+ "HeaderRefreshAllMetadata": "Vernieuw alle metadata",
+ "ReplaceExistingImages": "Bestaande afbeeldingen vervangen",
+ "ReplaceExistingImagesHelp": "Alle bestaande afbeeldingen worden verwijderd en nieuwe worden gedownload. In sommige gevallen kan dit resulteren in minder beschikbare afbeeldingen dan voorheen.",
+ "ReplaceAllMetadata": "Alle metadata vervangen",
+ "SearchForMissingMetadata": "Zoeken naar missende metadata",
+ "LabelRefreshMode": "Vernieuw-modus",
+ "NoItemsFound": "Geen items gevonden.",
+ "HeaderSaySomethingLike": "Zeg iets zoals...",
+ "ButtonTryAgain": "Opnieuw proberen",
+ "HeaderYouSaid": "U zei...",
+ "MessageWeDidntRecognizeCommand": "Sorry, dat commando herkennen we niet.",
+ "MessageIfYouBlockedVoice": "Als u spraak toegang uitgeschakeld heeft moet u dit opnieuw configureren voordat u verder gaat.",
+ "ValueDiscNumber": "Schijf {0}",
+ "Unrated": "Geen rating",
+ "Favorite": "Favoriet",
+ "Like": "Leuk",
+ "Dislike": "Niet leuk",
+ "RefreshDialogHelp": "Metadata wordt vernieuwd op basis van de instellingen en internet diensten die zijn ingeschakeld in het dashboard van de Emby Server.",
+ "Open": "Openen",
+ "Play": "Afspelen",
+ "Pause": "Pauze",
+ "HeaderPlayQueue": "Speel wachtrij af",
+ "HeaderAddToPlayQueue": "Toevoegen aan wachtrij",
+ "Shuffle": "Willekeurig",
+ "Identify": "Identificeer",
+ "HeaderRemoveIdentification": "Verwijder identificatie",
+ "ResetMetadataConfirmation": "Weet u zeker dat u alle metadata wilt resetten?",
+ "HeaderEditMetadata": "Metadata wijzigen",
+ "Convert": "Converteren",
+ "Resume": "Hervatten",
+ "HeaderInstantMix": "Instant mix",
+ "HeaderGoToItem": "Ga naar item",
+ "HeaderGoToSeason": "Ga naar seizoen",
+ "HeaderGoToSeries": "Ga naar series",
+ "HeaderGoToAlbum": "Ga naar album",
+ "HeaderGoToArtist": "Ga naar artiest",
+ "HeaderPlayAll": "Speel alles",
+ "PictureInPicture": "Beeld in beeld",
+ "Fullscreen": "Volledig scherm",
+ "ExitFullscreen": "Volledig scherm afsluiten",
+ "Rewind": "Terugspoelen",
+ "FastForward": "Vooruitspoelen",
+ "Remove": "Verwijderen",
+ "Rename": "Hernoemen",
+ "Queue": "Wachtrij",
+ "QueueAllFromHere": "Plaats in de wachtrij vanaf hier",
+ "PlayAllFromHere": "Speel allemaal vanaf hier",
+ "PlayFromBeginning": "Afspelen vanaf begin",
+ "FromBeginning": "Vanaf het begin",
+ "ResumeAt": "Hervatten vanaf {0}",
+ "HeaderRemoveFromPlaylist": "Verwijderen uit afspeellijst",
+ "HeaderRemoveFromPlayQueue": "Verwijder van wachtrij",
+ "HeaderRemoveFromCollection": "Verwijder uit collectie",
+ "Sort": "Sorteren",
+ "Trailer": "Trailer",
+ "SelectNone": "Selecteer niets",
+ "SelectAll": "Selecteer alles",
+ "HeaderMarkPlayed": "Markeren als afgespeeld",
+ "HeaderMarkUnplayed": "Markeren als niet afgespeeld",
+ "HeaderGroupVersions": "Versies groeperen",
+ "PleaseSelectTwoItems": "Selecteer ten minste twee items.",
+ "HeaderConfirmRecordingCancellation": "Bevestig annulering van de opname",
+ "MessageConfirmRecordingCancellation": "Opname annuleren?",
+ "Album": "Album",
+ "AlbumArtist": "Album artiest",
+ "Error": "Fout",
+ "VoiceInput": "Spraak invoer",
+ "LabelContentType": "Inhoud type",
+ "LabelPath": "Pad",
+ "Playlists": "Afspeellijsten",
+ "LabelTitle": "Titel",
+ "LabelOriginalTitle": "Orginele titel",
+ "LabelSortTitle": "Sorteer titel",
+ "LabelDateAdded": "Datum toegevoegd",
+ "DateAdded": "Datum toegevoegd",
+ "DateModified": "Datum gewijzigd",
+ "DatePlayed": "Datum afgespeeld",
+ "DateLastActive": "Datum laatst actief",
+ "ConfigureDateAdded": "Configureer hoe datum toegevoegd wordt bepaald in het Emby Server dashboard onder de instellingen van de documentbibliotheek",
+ "LabelStatus": "Status",
+ "LabelArtistsHelp": "Scheidt meerdere met een ;",
+ "HeaderAlbumArtists": "Album artiesten",
+ "LabelAlbumArtists": "Album artiesten",
+ "LabelAlbum": "Album",
+ "Artist": "Artiest",
+ "Artists": "Artiesten",
+ "ImdbRating": "IMDb-beoordeling",
+ "CommunityRating": "Community-beoordeling",
+ "LabelCommunityRating": "Beoordeling gemeenschap",
+ "LabelCriticRating": "Beoordeling critici",
+ "CriticRating": "Beoordeling critici",
+ "LabelWebsite": "Website",
+ "Tagline": "Slogan",
+ "LabelOverview": "Overzicht",
+ "LabelShortOverview": "Kort overzicht",
+ "LabelReleaseDate": "Uitgave datum",
+ "LabelPlaceOfBirth": "Geboorteplaats",
+ "Aired": "Uitgezonden",
+ "LabelAirDays": "Uitzend dagen",
+ "LabelAirTime": "Uitzend tijd",
+ "LabelRuntimeMinutes": "Speelduur (minuten)",
+ "LabelCustomRating": "Aangepaste classificatie",
+ "LabelOriginalAspectRatio": "Originele aspect ratio",
+ "Label3DFormat": "3D formaat",
+ "FormatValue": "Formaat: {0}",
+ "DownloadsValue": "{0} downloads",
+ "HashMatch": "Hash overeenkomst",
+ "EnableExternalVideoPlayers": "Externe video spelers inschakelen",
+ "EnableExternalVideoPlayersHelp": "Een menu voor externe spelers zal worden getoond bij het afspelen van video's",
+ "HeaderSpecialEpisodeInfo": "Speciale afleveringsinformatie",
+ "LabelAirsDuringSeason": "Uitgezonden tijdens seizoen",
+ "LabelAirsAfterSeason": "Uitgezonden na seizoen",
+ "LabelAirsBeforeEpisode": "Uitgezonden voor aflevering",
+ "HeaderExternalIds": "Externe id's",
+ "HeaderDisplaySettings": "Weergave instellingen",
+ "PlaylistOrder": "Afspeellijst volgorde",
+ "CollectionOrder": "Verzameling volgorde",
+ "LabelDisplayOrder": "Weergave volgorde",
+ "LabelFileOrder": "Bestandsvolgorde",
+ "Display": "Weergave",
+ "Countries": "Landen",
+ "Genres": "Genres",
+ "Studios": "Studio's",
+ "Tags": "Labels",
+ "Links": "Links",
+ "Movie": "Film",
+ "Program": "Programma",
+ "Channel": "Kanaal",
+ "Episode": "Aflevering",
+ "Season": "Seizoen",
+ "HeaderMetadataSettings": "Metagegevens instellingen",
+ "People": "Personen",
+ "Number": "Nummer",
+ "Lock": "Vergrendelen",
+ "HeaderScreenLocked": "Scherm vergrendeld",
+ "HeaderUnlockControls": "Ontgrendel besturing",
+ "HeaderTapToUnlock": "Tik om te ontgrendelen",
+ "LabelMetadataDownloadLanguage": "Gewenste metadata-downloadtaal",
+ "LabelImageDownloadLanguage": "Gewenste downloadtaal voor afbeeldingen",
+ "LabelLockItemToPreventChanges": "Vergrendel dit item om toekomstige wijzigingen te voorkomen",
+ "LockThisField": "Vergrendel dit veld om toekomstige wijzigingen te voorkomen bij het verversen van de metadata",
+ "MessageLeaveEmptyToInherit": "Leeg laten om instellingen van bovenliggend item of de algemene waarde over te nemen.",
+ "LabelCountry": "Land",
+ "LabelCertificationCountry": "Certificeringsland",
+ "CertificationCountryHelp": "Dit heeft invloed op welk contentbeoordelingssysteem wordt gebruikt.",
+ "LabelDynamicExternalId": "{0} id",
+ "LabelBirthYear": "Geboortejaar",
+ "LabelBirthDate": "Geboortedatum",
+ "LabelDeathDate": "Sterfdatum",
+ "LabelEndDate": "Einddatum",
+ "LabelSeasonNumber": "Seizoensnummer",
+ "LabelEpisodeNumber": "Nummer aflevering",
+ "LabelTrackNumber": "Tracknummer",
+ "LabelNumber": "Nummer",
+ "LabelDiscNumber": "Schijfnummer",
+ "LabelParentNumber": "Bovenliggend nummer:",
+ "SortName": "Sorteer titel:",
+ "OriginalTitle": "Originele titel",
+ "ReleaseDate": "Uitgave datum",
+ "Continuing": "Wordt vervolgd...",
+ "Ended": "Gestopt",
+ "HeaderEnabledFields": "Schakel velden in",
+ "HeaderEnabledFieldsHelp": "Verwijder een vinkje om het veld te vergrendelen en voorkom dat gegevens gewijzigd kunnen worden.",
+ "Backdrops": "Achtergronden",
+ "Images": "Afbeeldingen",
+ "Runtime": "Speelduur",
+ "ProductionLocations": "Productie plaatsen",
+ "BirthLocation": "Geboorteplaats",
+ "ParentalRating": "Kijkwijzer classificatie",
+ "PlayCount": "Aantal keer afgespeeld",
+ "Name": "Naam",
+ "Overview": "Overzicht",
+ "LabelType": "Type:",
+ "LabelPersonRole": "Rol:",
+ "LabelPersonRoleHelp": "Voorbeeld: chauffeur van een ijswagen",
+ "Actor": "Acteur",
+ "Composers": "Componisten",
+ "Composer": "Componist",
+ "Director": "Regisseur",
+ "GuestStar": "Gast ster",
+ "Producer": "Producent",
+ "Writer": "Schrijver",
+ "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} - Heden",
+ "OneDevice": "Apparaat",
+ "DeviceCountValue": "{0} Apparaten",
+ "OneLog": "1 logboek",
+ "LogCountValue": "{0} logboeken",
+ "OneVote": "1 stem",
+ "VoteCountValue": "{0} stemmen",
+ "OneLike": "1 vind ik leuk",
+ "LikeCountValue": "{0} vind ik leuk",
+ "OneUser": "1 gebruiker",
+ "UserCountValue": "{0} gebruikers",
+ "OneLibrary": "1 bibliotheek",
+ "LibraryCountValue": "{0} bibliotheken",
+ "ValueOneItem": "1 item",
+ "ValueOneEpisode": "1 aflevering",
+ "ValueEpisodeCount": "{0} afleveringen",
+ "Albums": "Albums",
+ "Song": "Nummer",
+ "Songs": "Nummers",
+ "Authors": "Auteurs",
+ "Books": "Boeken",
+ "AudioBooks": "Luisterboeken",
+ "HeaderAudioBooks": "Luisterboeken",
+ "HeaderAudioBook": "Audio Book",
+ "HeaderIdentifyItemHelp": "Vul één of meer zoek criteria in. Verwijder criteria om zoekresultaten te vergroten.",
+ "PleaseEnterNameOrId": "Voer een naam of een externe Id in",
+ "MessageItemSaved": "Item opgeslagen.",
+ "SearchResults": "Zoekresultaten",
+ "ServerNameIsRestarting": "Emby Server - {0} is opnieuw aan het opstarten.",
+ "ServerNameIsShuttingDown": "Emby Server - {0} is aan het afsluiten.",
+ "HeaderDeleteItems": "Verwijder items",
+ "ConfirmDeleteItems": "Als u deze items verwijdert, worden ze zowel uit het bestandssysteem als uit uw mediabibliotheek verwijderd.",
+ "PleaseRestartServerName": "Herstart Emby Server op {0} aub.",
+ "ConvertingDots": "Converteren...",
+ "LabelSyncNoTargetsHelp": "Het lijkt erop dat u momenteel geen apps heeft die offline downloaden ondersteunen.",
+ "DownloadingDots": "Downloaden...",
+ "LearnMore": "Meer informatie",
+ "LabelBitrateMbps": "Bitrate (Mbps):",
+ "ConvertUnwatchedVideosOnly": "Converteer alleen niet-afgespeelde video's",
+ "SyncUnwatchedVideosOnly": "Download alleen niet-afgespeelde video's",
+ "ConvertUnwatchedVideosOnlyHelp": "Alleen video's die niet gemarkeerd zijn als volledig afgespeeld worden geconverteerd.",
+ "SyncUnwatchedVideosOnlyHelp": "Alleen video's die niet zijn gemarkeerd als volledig afgespeeld, worden gedownload en video's worden van het apparaat verwijderd zodra ze volledig zijn afgespeeld.",
+ "AutomaticallySyncNewContent": "Nieuwe inhoud automatisch downloaden",
+ "AutomaticallySyncNewContentHelp": "Aan deze map toegevoegde nieuwe inhoud automatisch naar het apparaat downloaden.",
+ "AutomaticallyConvertNewContent": "Nieuwe content automatisch converteren",
+ "AutomaticallyConvertNewContentHelp": "Nieuwe content toegevoegd aan deze map wordt automatisch geconverteerd.",
+ "LabelItemLimit": "Item limiet:",
+ "ConvertItemLimitHelp": "Optioneel. Stel een maximum aantal items in dat wordt geconverteerd.",
+ "DownloadItemLimitHelp": "Optioneel. Stel een maximum aantal items in dat wordt gedownload.",
+ "PleaseSelectDeviceToSyncTo": "Selecteer een apparaat om naar te downloaden",
+ "Screenshots": "Schermafbeeldingen",
+ "MoveRight": "Naar rechts verplaatsen",
+ "MoveLeft": "Naar links verplaatsen",
+ "HeaderUploadNewImage": "Nieuwe afbeelding uploaden",
+ "HeaderDeleteImage": "Afbeelding verwijderen",
+ "ConfirmDeleteImage": "Afbeelding verwijderen?",
+ "HeaderEditImages": "Afbeeldingen bewerken",
+ "Settings": "Instellingen",
+ "ShowIndicatorsFor": "Toon indicatoren",
+ "Episodes": "Afleveringen",
+ "Programs": "Programma's",
+ "HeaderCastCrew": "Cast & Crew",
+ "DvrSubscriptionRequired": "Voor Emby Live TV en DVR is een actief {0}Emby Premiere-abonnement{1} vereist.",
+ "HeaderCancelRecording": "Opname annuleren",
+ "HeaderKeepRecording": "Bewaar opname",
+ "HeaderCancelSeries": "Serie annuleren",
+ "HeaderKeepSeries": "Serie behouden",
+ "HeaderLearnMore": "Meer informatie",
+ "SeriesSettings": "Series instellingen",
+ "HeaderRecordingOptions": "Opname instellingen",
+ "HeaderDoNotRecord": "Niet opnemen",
+ "HeaderSeriesOptions": "Series opties",
+ "Layout": "Opmaak",
+ "Channels": "Kanalen",
+ "ChannelNameOnly": "Alleen kanaal {0}",
+ "Anytime": "Op elk moment",
+ "AnyLanguage": "Elke taal",
+ "AroundTime": "Rond {0}",
+ "HeaderLatestMovies": "Laatst toegevoegde films",
+ "All": "Alle",
+ "Stop": "Stop",
+ "AllChannels": "Alle kanalen",
+ "NewEpisodesOnly": "Alleen nieuwe afleveringen",
+ "AllEpisodes": "Alle afleveringen",
+ "LabelStartWhenPossible": "Start indien mogelijk:",
+ "LabelStopWhenPossible": "Stop indien mogelijk:",
+ "MinutesBefore": "minuten voor",
+ "MinutesAfter": "minuten na",
+ "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",
+ "DefaultErrorMessage": "Er is een fout opgetreden. Probeer later opnieuw.",
+ "UntilIDelete": "Totdat ik verwijder",
+ "UntilSpaceNeeded": "Totdat de ruimte nodig is",
+ "Categories": "Categorieën",
+ "Sports": "Sporten",
+ "News": "Nieuws",
+ "Movies": "Films",
+ "Music": "Muziek",
+ "Kids": "Kinderen",
+ "MoreFromValue": "Meer van {0}",
+ "DiedValue": "Overleden: {0}",
+ "BornValue": "Geboren: {0}",
+ "EnableColorCodedBackgrounds": "Pas gekleurde achtergronden toe op shows, op basis van hun categorie",
+ "SortChannelsBy": "Sorteer kanalen op:",
+ "ChannelNumber": "Kanaal nummer",
+ "HeaderBenefitsEmbyPremiere": "Voordelen van Emby Premiere",
+ "ThankYouForTryingEnjoyOneMinute": "U kunt nu genieten van één minuut afspelen. Bedankt voor het uitproberen van Emby.",
+ "HeaderTryPlayback": "Probeer Afspelen",
+ "HowDidYouPay": "Hoe hebt u betaald?",
+ "IHaveEmbyPremiere": "Ik heb Emby Premiere",
+ "IPurchasedThisApp": "Ik heb deze app gekocht",
+ "ButtonRestorePreviousPurchase": "Herstel aankoop",
+ "ButtonUnlockWithPurchase": "Ontgrendel met een aankoop",
+ "ButtonUnlockPrice": "{0} Ontgrendelen",
+ "EmbyPremiereMonthlyWithPrice": "Emby Premiere Maandelijks {0}",
+ "HeaderAlreadyPaid": "Reeds betaald?",
+ "ButtonPlayOneMinute": "Speel één minuut",
+ "PlaceFavoriteChannelsAtBeginning": "Plaats favoriete kanalen aan het begin",
+ "HeaderUnlockFeature": "Ontgrendel Functionaliteit",
+ "MessageDidYouKnowCinemaMode": "Wist u dat u met Emby Premiere uw ervaring kunt verbeteren met functies zoals Cinema Intros?",
+ "HeaderPlayMyMedia": "Mijn media afspelen",
+ "HeaderDiscoverEmbyPremiere": "Ontdek Emby Premiere",
+ "HeaderNowPlaying": "Wordt nu afgespeeld",
+ "Items": "Items",
+ "AppName": "Applicatie naam",
+ "OneChannel": "Eén kanaal",
+ "ConfirmRemoveDownload": "Download verwijderen?",
+ "ConfirmRemoveItem": "Verwijder item?",
+ "RemoveDownload": "Download verwijderen",
+ "ConfirmCancelConversion": "Annuleer conversie?",
+ "CancelConversion": "Annuleer conversie",
+ "KeepDownload": "Download bewaren",
+ "AddedOnValue": "{0} Toegevoegd",
+ "RemovingFromDevice": "Verwijderen van apparaat",
+ "KeepOnDevice": "Bewaar op apparaat",
+ "CancelDownload": "Download annuleren",
+ "SyncJobItemStatusReadyToTransfer": "Klaar om te verzenden",
+ "SyncJobItemStatusSyncedMarkForRemoval": "Verwijderen van apparaat",
+ "SyncJobItemStatusQueued": "In wachtrij",
+ "SyncJobItemStatusConverting": "Converteren",
+ "SyncJobItemStatusTransferring": "Verzenden",
+ "SyncJobItemStatusSynced": "Gedownload",
+ "Failed": "Mislukt",
+ "SyncJobItemStatusRemovedFromDevice": "Verwijderd van apparaat",
+ "Cancelled": "Geannuleerd",
+ "Retry": "Opnieuw proberen",
+ "Continue": "Hervatten",
+ "ContinueInSecondsValue": "Hervatten over {0} seconden.",
+ "HeaderRemoteControl": "Afstandsbediening",
+ "Disconnect": "Loskoppelen",
+ "EnableDisplayMirroring": "Inschakelen beeld spiegelen",
+ "RemoteAccess": "Toegang op afstand",
+ "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.",
+ "HeaderAspectRatio": "Beeldverhouding",
+ "Original": "Origineel",
+ "Fill": "Vullen",
+ "Cover": "Hoes",
+ "MessageNoServersAvailableToConnect": "Er zijn geen servers beschikbaar om mee te verbinden. Als u uitgenodigd bent om een server te delen accepteer dit hieronder of door op de link in het e-mailbericht te klikken.",
+ "MessagePlayAccessRestricted": "Afspelen hiervan is op dit moment niet toegestaan. Neem contact op met uw Emby Server beheerder voor meer informatie.",
+ "Accept": "Accepteren",
+ "Reject": "Weigeren",
+ "Connect": "Verbind",
+ "HeaderMyMedia": "Mijn media",
+ "HeaderMyMediaSmall": "Mijn media (klein)",
+ "LatestFromLibrary": "Laatste {0}",
+ "HeaderLatestEpisodes": "Nieuwste afleveringen",
+ "ContinuePlaying": "Hervat afspelen",
+ "ContinueWatching": "Kijken hervatten",
+ "HeaderLatestChannelMedia": "Nieuwste kanaal items",
+ "HeaderContinueWatching": "Kijken hervatten",
+ "HeaderContinueListening": "Luisteren hervatten",
+ "HeaderActiveRecordings": "Actieve opnames",
+ "HeaderLatestRecordings": "Nieuwste opnames",
+ "LabelConvertTo": "Converteren naar:",
+ "LabelDownloadTo": "Downloaden naar:",
+ "HeaderDownloadToDots": "Downloaden naar...",
+ "Next": "Volgende",
+ "LabelSource": "Bron:",
+ "VersionNumber": "Versie {0}",
+ "HeaderAllLanguages": "Alle talen",
+ "Previous": "Vorige",
+ "HeaderNextUp": "Volgende",
+ "HeaderPlayNextUp": "Eerstvolgende afspelen",
+ "HeaderLatestFrom": "Laatste van {0}",
+ "LabelHomeScreenSectionValue": "Startscherm sectie {0}:",
+ "PasswordResetComplete": "Het wachtwoord is opnieuw ingesteld.",
+ "PasswordSaved": "Wachtwoord opgeslagen.",
+ "SettingsSaved": "Instellingen opgeslagen.",
+ "Upcoming": "Binnenkort op TV",
+ "HeaderSelectImageFile": "Selecteer afbeeldingsbestand",
+ "None": "Geen",
+ "More": "Meer",
+ "Up": "Omhoog",
+ "Down": "Omlaag",
+ "Home": "Start",
+ "Back": "Terug",
+ "Random": "Willekeurig",
+ "Playback": "Afspelen",
+ "Favorites": "Favorieten",
+ "HeaderHomeScreen": "Startscherm",
+ "HeaderLatestChannelItems": "Nieuwste kanaal items",
+ "HeaderLibraryOrder": "Bibliotheek volgorde",
+ "HeaderOnNow": "Aan het spelen",
+ "HeaderForKids": "Voor kinderen",
+ "HeaderPlaybackError": "Afspeelfout",
+ "PlaybackErrorNotAllowed": "U bent niet bevoegd om deze content af te spelen. Neem contact op met uw systeembeheerder voor meer informatie.",
+ "RateLimitExceeded": "Uw account heeft de maximale streaminglimiet overschreden die is ingesteld door uw Emby Server-beheerder. Neem contact op met hen voor hulp.",
+ "PlaybackErrorNoCompatibleStream": "Geen compatibele streams beschikbaar. Probeer het later opnieuw of neem contact op met de serverbeheerder.",
+ "PlaybackErrorPlaceHolder": "De gekozen content is niet af te spelen vanaf dit apparaat. Plaats de schijf.",
+ "PlaybackErrorNoPlayableItems": "Er zijn geen afspeelbare items gevonden. Probeer je een lege map af te spelen?",
+ "Guide": "Gids",
+ "Games": "Games",
+ "GameSystem": "Game systeem",
+ "Suggestions": "Suggesties",
+ "HeaderFavoriteChannels": "Favoriete kanalen",
+ "HeaderFavoriteCollections": "Favoriete collecties",
+ "HeaderFavoritePlaylists": "Favoriete afspeellijsten",
+ "Collection": "Verzameling",
+ "Collections": "Collecties",
+ "LabelSelectFolderGroups": "De inhoud van de volgende mappen automatisch groeperen in secties zoals Films, Muziek en TV:",
+ "LabelSelectFolderGroupsHelp": "Mappen die niet aangevinkt zijn worden getoond in hun eigen weergave.",
+ "Mute": "Dempen",
+ "Unmute": "Dempen uitzetten",
+ "Folder": "Map",
+ "Folders": "Mappen",
+ "FileName": "Bestandsnaam",
+ "DisplayInOtherHomeScreenSections": "Weergave in secundaire startschermsecties zoals de nieuwste media en doorgaan met kijken",
+ "DisplayInMyMedia": "Op het startscherm weergeven",
+ "Shows": "Series",
+ "MoviesAndShows": "Films & programma's",
+ "HeaderMusicVideo": "Muziek Video",
+ "HeaderMusicVideos": "Muziekvideo's",
+ "MusicVideos": "Muziekvideo's",
+ "Videos": "Video's",
+ "MixedContent": "Gemengde inhoud",
+ "HomeVideos": "Home video's",
+ "HomeVideosAndPhotos": "Home video's & foto's",
+ "TVShows": "TV series",
+ "HeaderLibraryFolders": "Bibliotheek Mappen",
+ "HeaderTermsOfPurchase": "Aankoop Voorwaarden",
+ "PrivacyPolicy": "Privacy beleid",
+ "TermsOfUse": "Gebruiksvoorwaarden",
+ "HeaderRepeatMode": "Herhaal mode",
+ "HeaderToneMapping": "Toon mapping",
+ "RepeatOne": "Eén herhalen",
+ "RepeatAll": "Alle herhalen",
+ "LabelDefaultScreen": "Standaard scherm:",
+ "ConfirmEndPlayerSession": "Wilt u Emby afsluiten op {0}?",
+ "Yesterday": "Gisteren",
+ "Yes": "Ja",
+ "No": "Nee",
+ "HeaderScanLibraryFiles": "Scan bibliotheekbestanden",
+ "LiveTV": "Live TV",
+ "Schedule": "Schema",
+ "Recordings": "Opnames",
+ "ScanForNewAndUpdatedFiles": "Scan op nieuwe en bijgewerkte bestanden",
+ "NewVersionOfXAvailableForY": "{0} is beschikbaar voor {1}",
+ "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",
+ "HeaderHardwareAcceleratedDecoding": "Hardwareversnelde decodering",
+ "HeaderHardwareAcceleratedEncoding": "Hardwareversnelde codering",
+ "HeaderDirectPlay": "Direct afspelen",
+ "DirectPlaying": "Direct afspelen",
+ "DirectStreaming": "Direct streamen",
+ "Transcode": "Transcoderen",
+ "Transcoding": "Transcoderen",
+ "ContainerBitrateExceedsLimit": "Verlaging van de bitrate vanwege kwaliteitsinstelling",
+ "VideoCodecNotSupported": "Video converteren naar compatibele codec",
+ "AudioCodecNotSupported": "Audio converteren naar compatibele codec",
+ "SubtitleCodecNotSupported": "Ondertitel formaat niet ondersteund",
+ "DirectPlayError": "Herstellen van een afspeelfout",
+ "ContainerNotSupported": "Converteren naar compatibele container",
+ "VideoLevelNotSupported": "Converteren naar compatibel video niveau",
+ "AudioBitrateNotSupported": "Converteren naar compatibele audio bitrate",
+ "AudioChannelsNotSupported": "Converteren naar compatibel aantal audio kanalen",
+ "VideoResolutionNotSupported": "Converteren naar compatibele video resolutie",
+ "AudioProfileNotSupported": "Converteren naar compatibel audio profiel",
+ "AudioSampleRateNotSupported": "Converteren naar compatibele audio sample rate",
+ "AnamorphicVideoNotSupported": "Anamorfische video niet ondersteund",
+ "InterlacedVideoNotSupported": "De-interlacing video",
+ "SecondaryAudioNotSupported": "Secundair audio spoor selecteren",
+ "ExternalAudioNotSupported": "Externe audiotrack selecteren",
+ "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",
+ "Offline": "Offline",
+ "HeaderSignUp": "Registreren",
+ "ServerDownloadMessage": "Bezoek {0} om de gratis Emby Server te downloaden en installeren.",
+ "ServerDownloadMessageWithoutLink": "Bezoek de Emby Website om Emby Server te downloaden en te installeren.",
+ "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",
+ "Skip": "Overslaan",
+ "HeaderAdditionalParts": "Extra onderdelen",
+ "ButtonGenerateNewPin": "Nieuwe pincode aanmaken",
+ "ConnectLoginHelp1": "Met Emby Connect kunt u ongeacht waar u bent gemakkelijk uw Emby Server benaderen en servers met uw familie en vrienden delen.",
+ "CreatePinErrorMessage": "Er is een fout opgetreden bij het aanmaken van een pincode. Klik op \"Nieuwe pincode aanmaken\" om het opnieuw te proberen.",
+ "PinExpiredMessage": "De pincode is verlopen. Klik op \"Nieuwe pincode aanmaken\" om het opnieuw te proberen.",
+ "ConnectPinCodeHeader": "Bezoek {0} op een mobiel apparaat of een computer en voer de volgende pincode in om aan te melden met Emby Connect:",
+ "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",
+ "Absolute": "Absoluut",
+ "Smart": "Slim",
+ "Small": "Klein",
+ "Smaller": "Kleiner",
+ "Medium": "Gemiddeld",
+ "Large": "Groot",
+ "Larger": "Groter",
+ "ExtraLarge": "Extra groot",
+ "ExtraSmall": "Extra klein",
+ "Forced": "Geforceerd",
+ "External": "Extern",
+ "HeaderEmbeddedTitle": "Ingesloten titel",
+ "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": "Ondertitel Weergave",
+ "OnlyForcedSubtitlesHelp": "Alleen als geforceerd gemarkeerde ondertitels worden geladen.",
+ "AutoSelectHearingImpairedHelp": "Ondertitels die overeenkomen met de taalvoorkeur worden geladen, waarbij de voorkeur wordt gegeven aan sporen die zijn gemarkeerd als slechthorend (SDH).",
+ "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:",
+ "LabelBackgroundColor": "Achtergrondkleur:",
+ "LabelBackgroundOpacity": "Achtergrond transparantie:",
+ "Raised": "Verhoogd",
+ "Depressed": "Onderdrukt",
+ "Uniform": "Uniform",
+ "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).",
+ "Normal": "Normaal",
+ "HeaderWaitingForWifi": "Wachten op Wifi",
+ "WifiRequiredToDownload": "Wifi verbinding is vereist om te downloaden.",
+ "DownloadOnlyOnWifi": "Alleen via Wifi downloaden",
+ "LabelMusicDownloadQuality": "Muziek downloadkwaliteit:",
+ "MusicDownloadQualityHelp": "Audiobestanden met een hogere bitrate zullen door Emby Server worden geconverteerd. Selecteer een hogere waarde voor betere kwaliteit of een lagere waarde om diskruimte te besparen.",
+ "HeaderDownloadSettings": "Download Instellingen",
+ "LabelDownloadLocation": "Downloadlocatie:",
+ "BrowseForFolder": "BladerNaarMap",
+ "Unlimited": "Onbeperkt",
+ "NoLimit": "Geen limiet",
+ "Hide": "Verbergen",
+ "HeaderKeepWatching": "Blijven kijken",
+ "HeaderNextEpisode": "Volgende aflevering",
+ "AudioBitDepthNotSupported": "Converteren naar compatibele audio bit depth",
+ "VideoBitrateNotSupported": "Converteren naar geschikte video bitsnelheid",
+ "VideoProfileNotSupported": "Converteren naar compatibel video profiel",
+ "VideoFramerateNotSupported": "Converteren naar compatibele video framerate",
+ "VideoBitDepthNotSupported": "Converteren naar compatibele video bit depth",
+ "RefFramesNotSupported": "Converteren naar een compatibel aantal video reference frames",
+ "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.",
+ "HeaderStopRecording": "Stop Opname",
+ "ManageRecording": "Beheren opnames",
+ "LabelDropImageHere": "Sleep de afbeelding hierheen, of klik om een afbeelding te selecteren om te uploaden.",
+ "MessageFileReadError": "Er is een fout opgetreden bij het lezen van het bestand. Probeer het opnieuw.",
+ "Browse": "Bladeren",
+ "HeaderUploadImage": "Afbeelding Uploaden",
+ "HeaderAddUpdateImage": "Afbeelding Toevoegen/Bijwerken",
+ "HeaderShowFields": "Toon velden",
+ "LabelView": "Weergave:",
+ "LabelImageType": "Afbeeldingstype:",
+ "Upload": "Uploaden",
+ "Primary": "Primair",
+ "PrimaryImageBlur": "Primaire beeldonscherpte",
+ "Art": "Kunst",
+ "Backdrop": "Achtergrond",
+ "Banner": "Banner",
+ "Box": "Box",
+ "BoxRear": "Box (achterkant)",
+ "Disc": "Disk",
+ "Logo": "Logo",
+ "LogoDark": "Logo (Donkere versie)",
+ "LogoLight": "Logo (Heldere versie)",
+ "LogoLightColor": "Logo (Helder met kleur)",
+ "Menu": "Menu",
+ "Screenshot": "Schermafdruk",
+ "Thumb": "Miniatuur",
+ "HeaderAudioSettings": "Audio Instellingen",
+ "LabelAudioLanguagePreference": "Voorkeurs audiotaal:",
+ "LabelPlayDefaultAudioTrack": "Standaard audio spoor afspelen ongeacht de taal",
+ "HeaderVideoQuality": "Video Kwaliteit",
+ "CinemaModeConfigurationHelp": "Cinema intro's brengen de theaterervaring rechtstreeks naar je woonkamer met de mogelijkheid om trailers en aangepaste intro's af te spelen vóór de hoofdfilm.",
+ "ShowUpNextPreview": "Volgende voorbeeld weergeven",
+ "ShowUpNextPreviewHelp": "Toon informatie voor het volgende item aan het einde van het huidige item.",
+ "PlayNextEpisodeAutomatically": "Speel volgende aflevering automatisch",
+ "LabelMaxChromecastBitrate": "Chromecast streaming kwaliteit:",
+ "LabelSkipBackLength": "Terugspoellengte",
+ "LabelSkipForwardLength": "Vooruitspoellengte",
+ "EnableCinemaMode": "Cinema intro's inschakelen",
+ "LabelInternetQuality": "Internet kwaliteit:",
+ "LabelCellularQuality": "Kwaliteit van externe streaming (mobiel)",
+ "HeaderMusicQuality": "Muziek Kwaliteit",
+ "LabelHomeNetworkQuality": "Thuisnetwerk kwaliteit:",
+ "HeaderLatestMedia": "Nieuwste media",
+ "HeaderRestartingEmbyServer": "Emby Server herstarten",
+ "RestartPleaseWaitMessage": "Wacht totdat Emby Server is afgesloten en opnieuw is gestart. Dit kan een paar minuten duren.",
+ "HeaderPlayNext": "Volgende afspelen",
+ "AutoBasedOnLanguageSetting": "Automatisch (gebaseerd op apparaat instelling)",
+ "SameAsMainTheme": "Hetzelfde als hoofdthema",
+ "LabelDateTimeLocale": "Datum en tijd regio:",
+ "Genre": "Genre",
+ "DirectorValue": "Regisseur: {0}",
+ "DirectorsValue": "Regisseurs: {0}",
+ "GenreValue": "Genre: {0}",
+ "GenresValue": "Genres: {0}",
+ "TagsValue": "Labels: {0}",
+ "Off": "Uit",
+ "Title": "Titel",
+ "Year": "Jaar",
+ "Filter": "Filter",
+ "Filters": "Filters",
+ "Unplayed": "Niet afgespeeld",
+ "LabelTVHomeScreen": "TV mode begin scherm",
+ "Horizontal": "Horizontaal",
+ "Vertical": "Verticaal",
+ "HeaderGroupBy": "Groeperen op",
+ "HeaderMediaType": "Media type",
+ "GroupBySeries": "Groeperen op serie",
+ "HeaderVideoType": "Videotype",
+ "HeaderSeriesStatus": "Seriestatus",
+ "Features": "Kenmerken",
+ "Trailers": "Trailers",
+ "Extras": "Extra's",
+ "ThemeSongs": "Themamuziek",
+ "ThemeVideos": "Themavideo's",
+ "HeaderFavoriteMovies": "Favoriete films",
+ "HeaderFavoritePhotos": "Favoriete foto's",
+ "HeaderFavoriteShows": "Favoriete series",
+ "HeaderFavoriteEpisodes": "Favoriete afleveringen",
+ "HeaderFavoriteVideos": "Favoriete video's",
+ "HeaderFavoriteMusicVideos": "Favoriete muziekvideo's",
+ "HeaderFavoriteGames": "Favoriete games",
+ "HeaderFavoriteArtists": "Favoriete artiesten",
+ "HeaderFavoriteAlbums": "Favoriete albums",
+ "HeaderFavoriteSongs": "Favoriete nummers",
+ "HeaderFavoriteAuthors": "Favoriete auteurs",
+ "HeaderFavoriteAudioBooks": "Favoriete luisterboeken",
+ "Ascending": "Oplopend",
+ "Descending": "Aflopend",
+ "HeaderColorPrimaries": "Primaire kleuren",
+ "HeaderColorSpace": "Kleurbereik",
+ "HeaderColorTransfer": "Kleuroverdracht",
+ "HeaderVideoRange": "Videobereik",
+ "SeriesDisplayOrderHelp": "Afleveringen sorteren op uitzenddatum, DVD-volgorde, of absolute nummering.",
+ "LabelVerticalPositionFromBottom": "Verticale positie (van beneden):",
+ "HeaderFavoritePeople": "Favoriete Mensen",
+ "MultiSelect": "Multi-select",
+ "HeaderSignOut": "Afmelden",
+ "HeaderSelectServer": "Server Selecteren",
+ "HeaderChangeServer": "Server Veranderen",
+ "HeaderChangeUser": "Gebruiker wijzigen",
+ "HeaderAppSettings": "App Instellingen",
+ "HeaderLoginSettings": "Inlog-instellingen",
+ "LabelRememberLogin": "Inloggegevens onthouden",
+ "LabelAutomaticallySignOut": "Automatisch uitloggen",
+ "BetaTesterMessage": "Bedankt dat je een bètatester van Emby bent! Geef alsjeblieft feedback in het {0}Testgebied van de Emby Community{1}.",
+ "HardwareAccelerated": "Hardware versneld",
+ "Software": "Software",
+ "Metadata": "Metadata",
+ "HeaderMediaInfo": "Media informatie",
+ "Locked": "Vergrendeld",
+ "HeaderSplitVersionsApart": "Splits Versies",
+ "Any": "Elke",
+ "Admin": "Beheerder",
+ "HeaderReadMore": "Zie Meer",
+ "CustomRatingHelp": "Een aangepaste beoordeling wordt gebruikt voor evaluaties van ouderlijk toezicht, maar wordt niet weergegeven. Het veld voor ouderlijk toezicht wordt nog steeds weergegeven.",
+ "KeepUpToHelp": "Opnamen boven de limiet worden verwijderd wanneer de volgende opname begint. De oudste opnames worden eerst verwijderd, gebaseerd op datum toegevoegd.",
+ "NoItemsMatchingFound": "Er zijn geen items gevonden die voldoen aan uw zoekcriteria.",
+ "TwoSearchCharsRequired": "Voer ten minste twee zoekkarakters in.",
+ "PreventPlaybackContinuing": "Voorkomt dat het afspelen voor onbepaalde tijd wordt voortgezet door regelmatig om gebruikersinvoer te vragen.",
+ "PromptStillWatching": "Activeren van 'Ben je nog aan het kijken?' herinnering",
+ "HeaderMissingMetadata": "Ontbrekende Metadata",
+ "HeaderIncludedIn": "Inbegrepen in",
+ "EmbyConnectUserAlreadyLinked": "De gebruiker van Emby Connect is al gekoppeld aan een andere gebruiker op deze server.",
+ "VideoFilesWillBeConvertedTo": "Geconverteerde video's worden opgeslagen als {0}.",
+ "VideoWillBeConvertedTo": "Videostreams worden geconverteerd naar {0} of gekopieerd uit het oorspronkelijke bestand als ze al {0} zijn en de kwaliteit binnen de conversieopties past.",
+ "VideoWillBeConvertedToOrCopied": "Videostreams worden geconverteerd naar {0} of gekopieerd uit het originele bestand als ze een van ({1}) zijn en de kwaliteit past binnen de conversieopties.",
+ "AudioWillBeConvertedTo": "Audiostreams worden geconverteerd naar {0} of gekopieerd uit het oorspronkelijke bestand als ze al {0} zijn en de kwaliteit past binnen de conversieopties.",
+ "AudioWillBeConvertedToOrCopied": "Audiostreams worden geconverteerd naar {0} of gekopieerd uit het originele bestand als ze een van ({1}) zijn en de kwaliteit past binnen de conversieopties.",
+ "HeaderSpecialKeys": "Speciale toetsen",
+ "FollowingSpecialKeys": "De volgende speciale toetsen worden ondersteund op de meeste toetsenborden en afstandsbedieningen:",
+ "HeaderDeleteSeries": "Verwijder series",
+ "HeaderDeleteLastPlayedEpisode": "Verwijder laatst afgespeelde aflevering",
+ "HeaderConnectingToServer": "Verbinden met de server",
+ "ServerNameValue": "Server naam: {0}",
+ "DomainValue": "Domein: {0}",
+ "RatedValue": "Gewaardeerd {0}",
+ "LocalServerRedirectMessage": "U wordt nu doorgestuurd naar het domein dat eigendom is van en wordt beheerd door de beheerder van de server waarmee u verbinding wilt maken:",
+ "AllMediaOwnedHosted": "Alle media worden gehost en beheerd door de eigenaar van {0}.",
+ "EnableResolutionSwitching": "Stem videoresolutie overeen",
+ "EnableResolutionSwitchingHelp": "Hierdoor kan Emby de resolutie wijzigen naar dezelfde waarde waarin de video was gecodeerd voordat het afspelen werd gestart. Dit kan helpen de hoeveelheid stotteren/haperen te minimaliseren die u anders zou kunnen tegenkomen bij het afspelen van video's die niet goed bij elkaar passen.",
+ "EnableDisplayRefreshRateSwitching": "Schakel het wisselen van de vernieuwingsfrequentie van het beeldscherm in",
+ "EnableDisplayRefreshRateSwitchingHelp": "Hierdoor kan Emby de vernieuwingsfrequentie van het scherm wijzigen in dezelfde waarde (of een veelvoud daarvan) als de framerate waarin de video is gecodeerd voordat het afspelen werd gestart. Dit kan helpen de hoeveelheid stotteren/haperen te minimaliseren die u anders zou kunnen tegenkomen bij het afspelen van video's die niet goed bij elkaar passen.",
+ "RememberSelectedAudioTracks": "Onthoud selectie audiospoor",
+ "RememberSelectedSubtitleTracks": "Onthoud selectie ondertitelspoor",
+ "RememberSelectedSubtitleTracksHelp": "De selecties van ondertitelsporen worden per video onthouden en opnieuw toegepast wanneer dezelfde video opnieuw wordt afgespeeld.",
+ "RememberSelectedAudioTracksHelp": "De selecties van audiosporen worden per video onthouden en opnieuw toegepast wanneer dezelfde video opnieuw wordt afgespeeld.",
+ "ClearSavedTrackSelections": "Wis opgeslagen spoor selecties",
+ "HeaderClearTrackSelections": "Wis opgeslagen spoor selecties",
+ "QuestionClearSavedTracks": "Wis alle opgeslagen spoor selecties?",
+ "LabelChannelTags": "Kanaal labels:",
+ "AfterThisPlaysConfirmation": "Wil je, nadat dit is afgespeeld, doorgaan met spelen of de muziek wissen die je eerder in de wachtrij hebt geplaatst?",
+ "Keep": "Bijhouden",
+ "Clear": "Wissen",
+ "HeaderClearFilters": "Wis filters",
+ "HeaderSearchForImages": "Zoeken naar afbeeldingen",
+ "HeaderSearchNewImage": "Zoeken naar een nieuwe afbeelding",
+ "HeaderSearchForAnImage": "Zoeken naar een afbeelding",
+ "DragDropToReorder": "Slepen en neerzetten om opnieuw te ordenen",
+ "HeaderAddImageFromUrl": "Voeg afbeelding toe vanuit URL",
+ "HeaderSetImageFromUrl": "Stel afbeelding in vanuit URL",
+ "LabelUrl": "Url:",
+ "LabelChannelNumber": "Kanaal nummer:",
+ "LabelGuideDataChannel": "Gids data kanaal:",
+ "GuideDataSource": "Gids data bron",
+ "HeaderCopyToClipboard": "Kopieer naar klembord",
+ "TimeRemainingValue": "{0} over",
+ "LabelResumeRewindSeconds": "Bij hervatten automatisch terugspoelen:",
+ "ResumeRewindSecondsHelp": "Dit kan u helpen herinneren waar u was gebleven. Dit geldt voor de initiële hervatting en niet voor elke individuele pauze tijdens het afspelen.",
+ "HeaderSavePlayQueueToPlaylist": "Sla de afspeelwachtrij op in de afspeellijst",
+ "EnableLogoImagesAsTitle": "Geef logoafbeeldingen weer als titels op detailschermen",
+ "EnableLogoImagesAsTitleHelp": "Indien beschikbaar kunnen logoafbeeldingen worden gebruikt in plaats van titeltekst op video-, serie- en andere detailschermen. De titel valt terug naar tekst als er geen logoafbeelding beschikbaar is.",
+ "LabelNowPlayingAudioBackgroundStyle": "Nu aan het afspelen audio-achtergrondstijl:",
+ "LabelNowPlayingVideoBackgroundStyle": "Nu aan het afspelen video-achtergrondstijl:",
+ "NowPlayingVideoBackgroundStyleHelp": "Bepaalt de achtergrondstijl bij het op afstand bedienen van het afspelen van video op een ander apparaat.",
+ "Rotation": "Rotatie",
+ "Minutes": "Minuten",
+ "LabelMaxRecordingLength": "Maximale opname lengte",
+ "MaxRecordingLengthHelp": "Beperk opnames tot een bepaalde tijd, ongeacht de duur van de uitzending. Stel in op 0 voor geen limiet",
+ "RemoteWAN": "Extern (WAN) adres",
+ "HeaderLastConnectedTo": "Laatste verbinding met",
+ "Version": "Versie",
+ "Keyword": "Sleutelwoord",
+ "HeaderServerAddress": "Server adres",
+ "HeaderSkipIntro": "Intro overslaan",
+ "HeaderCreateRecording": "Opname aanmaken",
+ "HeaderAddRecording": "Opname toevoegen",
+ "HeaderChannelAndTime": "Kanaal en tijd",
+ "LabelRecordProgramOrSeriesFrom": "Neem een programma of serie op van:",
+ "LabelStartTime": "Start tijd:",
+ "LabelEndTime": "Eind tijd:",
+ "LabelFrequency": "Frequentie:",
+ "Recurring": "Wederkerend",
+ "Once": "Eens",
+ "Start": "Start",
+ "Unpause": "Hervatten",
+ "LabelIntroSkipMode": "Intro overslaan:",
+ "ShowSkipIntroButton": "Toon 'Intro overslaan' knop",
+ "AutoSkipIntro": "Intro's automatisch overslaan",
+ "DisplayRatingInformationOnVideoPlaybackStart": "Geef beoordelingsinformatie weer bij het starten van het afspelen van video",
+ "DisplayRatingInformationOnVideoPlaybackStartHelp": "De beoordelingsinformatie wordt kort weergegeven wanneer het afspelen van de video begint",
+ "IntroSkipModeHelp": "Geef een knop 'Intro overslaan' weer of sla automatisch intro's over voor afleveringen waarin Emby Server intromarkeringen heeft gedetecteerd. Introdetectie moet zijn ingeschakeld in de Emby Server-bibliotheekopties.",
+ "EnableHomeScreenFocusPreview": "Gebruik een lay-out op het startscherm die een gedetailleerd voorbeeld van het geselecteerde item toont",
+ "EnableHomeScreenFocusPreviewHelp": "Dit werkt mogelijk niet goed als uw startscherm een combinatie van verschillende mediatypen bevat.",
+ "LabelHideMediaTransportButtons": "Transportknoppen van de videospeler verbergen:",
+ "HideMediaTransportButtonsHelp": "Creëer een eenvoudiger afspeelinterface op het scherm door basistransportknoppen zoals vooruitspoelen, terugspoelen en pauzeren te verbergen. U kunt deze functies nog steeds gebruiken met de pijltoetsen en OK/Enter. Auto verbergt de transportknoppen wanneer er geen gebruik van de muis wordt gedetecteerd in de app.",
+ "ImageSizeHelp": "Stel de gewenste grootte van afbeeldingsrasters in.",
+ "LabelImageSize": "Afbeeldingsgrootte:",
+ "ThisImageIsOnlyPreview": "Deze afbeelding is slechts een voorbeeld dat afkomstig is van de metadata-zoekmachine. De daadwerkelijke afbeelding die Emby Server downloadt, kan afwijken en is afhankelijk van de opties die u hebt geconfigureerd in de Emby-bibliotheekinstellingen.",
+ "ResultsRangeValue": "{0} tot {1} van {2}",
+ "NotificationsDescription": "Stel meldingen in om op de hoogte te blijven van belangrijke gebeurtenissen op uw Emby Server.",
+ "DeleteEmbyConnectAccount": "Verwijder Emby Connect Account",
+ "DeleteEmbyConnectAccountHelp": "Als u uw Emby Connect-account wilt verwijderen, meldt u zich aan bij de {0}Emby Community{1} op {2}. Nadat u bent ingelogd, klikt u rechtsboven op uw gebruikersnaam, vervolgens op Accountinstellingen en vervolgens op Mijn account verwijderen.",
+ "KeepPlayingInBackground": "Blijf op de achtergrond afspelen",
+ "LabelVideoBackBehavior": "Gedrag van de terugknop van de videospeler:",
+ "HeaderViewLyrics": "Bekijk songteksten",
+ "HeaderViewMissingEpisodes": "Toon ontbrekende afleveringen",
+ "HeaderMissingEpisodes": "Ontbrekende Afleveringen",
+ "HeaderManageAccess": "Beheer toegang",
+ "HeaderManageCollaboration": "Beheer samenwerking",
+ "HeaderLeaveCollaboration": "Verlaat samenwerking",
+ "HeaderRemoveFromLibrary": "Verwijder van bibliotheek",
+ "RemoveSharedItemConfirmation": "Weet u zeker dat u dit item uit uw bibliotheek wilt verwijderen? Om het terug te krijgen, moet de eigenaar u opnieuw toegang verlenen.",
+ "SubtitlesDownloaded": "Ondertitels gedownload",
+ "HeaderMakePrivate": "Maak privé",
+ "HeaderMakePublic": "Maak publiek",
+ "MakePublicDescription": "Alle gebruikers kunnen dit item bekijken. Gebruikers kunnen toegang krijgen om te bewerken.",
+ "MakePrivateDescription": "Gebruikers kunnen nog steeds individueel toegang krijgen.",
+ "Private": "Privé",
+ "Public": "Publiek",
+ "Collaborative": "Samenwerkend",
+ "PreferredShowDisplay": "Gewenste weergave voor TV series:",
+ "ShowAllEpisodesAllSeasons": "Toon alle afleveringen van alle seizoenen samen",
+ "ShowAllEpisodesSingleSeason": "Toon alle afleveringen voor shows van één seizoen",
+ "ShowSeasonFolders": "Toon altijd seizoen mappen",
+ "HeaderAddAgain": "Voeg opnieuw toe",
+ "UpNext": "Volgende",
+ "ItemsAlreadyInPlaylist": "Sommige van deze items staan reeds in uw afspeellijst",
+ "ItemAlreadyInPlaylist": "Dit item staat reeds in uw afspeellijst",
+ "HeaderPlayChannel": "Speel kanaal",
+ "LabelScreenOrientationDuringVideo": "Schermoriëntatie tijdens het afspelen van video",
+ "UseDeviceSetting": "Gebruik apparaat instelling",
+ "LockToLandscape": "Vergrendel op landscape",
+ "UsernameForFolderHelp": "De gebruikersnaam die nodig is om toegang te krijgen tot deze map op uw netwerk (indien van toepassing).",
+ "PasswordForFolderHelp": "Het paswoord dat nodig is om toegang te krijgen tot deze map op uw netwerk (indien van toepassing)",
+ "ShowMediaInfoOnDetailScreens": "Toon volledige media onderaan de audio- en videodetailschermen",
+ "ForgotPasswordNoUserFound": "Er zijn geen gebruikers gevonden met de ingevoerde naam. Probeer het opnieuw of laat de naam leeg om het wachtwoord voor alle gebruikers op deze server opnieuw in te stellen.",
+ "Silver": "Zilver",
+ "DimGray": "Vaag grijs",
+ "DarkGray": "Donkergrijs",
+ "LightGray": "Lichtgrijs",
+ "Black": "Zwart",
+ "Blue": "Blauw",
+ "Cyan": "Cyaan",
+ "Gray": "Grijs",
+ "Green": "Groen",
+ "Lime": "Limoen",
+ "Magenta": "Magenta",
+ "Orange": "Oranje",
+ "Pink": "Roos",
+ "Red": "Rood",
+ "Yellow": "Geel",
+ "White": "Wit",
+ "Purple": "Paars",
+ "RecentlyReleasedMovies": "Recent uitgebrachte films",
+ "RecentlyReleasedEpisodes": "Recent uitgebrachte afleveringen",
+ "DolbyProfile": "Dolby profiel",
+ "IpAddress": "IP adres",
+ "VideoType": "Videotype",
+ "HidePlayedMediaFrom": "Verberg afspeelde media van",
+ "BottomEdgePosition": "Positie onderrand",
+ "VerticalPositionFromBottomScreen": "Stel de verticale positie van de ondertitels in ten opzichte van de onderkant van het scherm.",
+ "TopEdgePosition": "Positie bovenrand",
+ "TopEdgePositionHelp": "Stel de hoogst toegestane verticale positie van de ondertitels in ten opzichte van de bovenkant van het scherm. Dit wordt gebruikt wanneer de ondertitels positioneringsinstructies bevatten die bovenaan moeten worden geplaatst.",
+ "HeaderSubtitlePosition": "Positie ondertitel",
+ "TitleProfilePin": "Profielpincode",
+ "ProfilePinConfirm": "Profielpincode (bevestigen)",
+ "SaveProfilePin": "Sla profielpincode op",
+ "ProfilePinDescription": "Maak een optionele pincode aan, zodat u om invoer wordt gevraagd wanneer u terugkeert naar een Emby-app op een apparaat waarop u al bent aangemeld. Dit is handig als u apparaten heeft die door meerdere gebruikers worden gedeeld. U kunt ervoor kiezen om dit indien nodig selectief op elk apparaat in te schakelen.",
+ "TitleNewEpisodes": "Nieuwe afleveringen",
+ "EnterYourPinToContinue": "Voer uw pincode in om verder te gaan.",
+ "YourPinMustBe": "Uw pincode moet uit {0} cijfers bestaan.",
+ "ForgotPin": "Pincode vergeten?",
+ "RequireEnteringPinToReturn": "Vereisen dat ik mijn profielpincode moet invoeren wanneer ik terugkeer naar deze app.",
+ "RequireEnteringPinToReturnQuestion": "Moeten we u om uw profielpincode vragen wanneer u terugkeert naar deze app? Als dit apparaat door meerdere gebruikers wordt gedeeld, kan uw profielpincode helpen voorkomen dat andere gebruikers toegang krijgen tot uw gegevens.",
+ "RequireEnteringPinToReturnHelp": "Handig als dit apparaat door meerdere gebruikers wordt gedeeld.",
+ "WrongPinPleaseTryAgain": "Oeps, verkeerde pincode. Probeer het opnieuw.",
+ "ProfilePinIsOn": "Profielpincode is momenteel ingeschakeld.",
+ "IfTryingToConnectToHttp": "Als u verbinding probeert te maken met een http-adres, staat uw browser dit mogelijk niet toe. Misschien wilt u een van de volgende dingen proberen:",
+ "SetupHttpsForYourServer": "Stel {0}https in voor uw Emby Server{1}, zodat u verbinding kunt maken via https.",
+ "TitleUnableToReachServer": "Kan de server niet bereiken",
+ "TitleUnableToReachName": "Kan {0} niet bereiken",
+ "HearingImpaired": "Slechthorend",
+ "SignIntoServerName": "Aanmelden op {0}",
+ "About": "Over",
+ "Specials": "Specials",
+ "NSettings": "{0} Instellingen",
+ "NPreferences": "{0} Voorkeuren",
+ "DetailScreenOptions": "Detailschermen",
+ "LabelGenreDisplayLimit": "Weergavelimiet genre:",
+ "GenreDisplayLimitHelp": "Beperk het aantal genres dat bovenaan de het detail van het bestand getoond wordt.",
+ "GenreDisplayLimitForListsHelp": "Beperk het aantal genres dat bovenaan de het detail van de afspeellijst, de collectie en de artiest getoond wordt.",
+ "LabelGenreDisplayLimitForLists": "Weergavelimiet genre voor lijsten:",
+ "ShowPosterOnDetails": "Toon een poster op het detailscherm",
+ "ShowPosterOnDetailsHelp": "Kies ervoor om een poster op videodetailschermen weer te geven, of verberg deze voor een minimalistischer uiterlijk dat de achtergrond benadrukt. Deze instelling wordt niet gebruikt bij kleinere schermindelingen. Sommige bestandstypen negeren deze instelling.",
+ "EnableAppLogging": "Schakel app-logboekregistratie in",
+ "EnableAppLoggingHelp": "Logboekregistratie kan de app-prestaties verslechteren en mag alleen worden ingeschakeld als dat nodig is voor probleemoplossingsdoeleinden. Voor wijzigingen is het opnieuw opstarten van de app vereist.",
+ "LabelSlideshowInterval": "Tijd voor fotovoorstelling per dia",
+ "TVChannelImageEditorHelp": "Er worden meerdere logoversies ondersteund. Emby-apps kiezen automatisch de juiste, afhankelijk van het huidige thema.",
+ "PlaySlideshow": "Speel diavoorstelling af",
+ "CheckForExistingEpisodesInAllLibraries": "Controleer op bestaande afleveringen in alle bibliotheken",
+ "GroupNotificationsBySeriesOrAlbum": "Groepeer meldingen op series en albums\n",
+ "ThemeSettings": "Thema instellingen",
+ "FollowingActivityWillBeDisrupted": "De volgende activiteit wordt verstoord en vereist mogelijk handmatige tussenkomst om opnieuw te starten:",
+ "OneActivePlaybackSession": "1 Actieve afspeelsessie",
+ "NumActivePlaybackSessions": "{0} Actieve afspeelsessies",
+ "OneActiveRecording": "1 Actieve opname",
+ "NumActiveRecordings": "{0} Actieve opnamen",
+ "PlayFromLivePosition": "Speel af vanuit de live positie",
+ "PlayFromStartOfRecording": "Speel af vanaf het begin van de opname",
+ "ThisChannelIsActivelyRecording": "Dit kanaal neemt actief op. Hoe zou je willen beginnen met spelen?",
+ "ThemeSongVolume": "Volume van het themalied",
+ "HeaderForceConversionForFormats": "Forceer Transcoderen voor Formaten",
+ "ForceConversionForFormatsHelp": "Gebruikt dit om voor bepaalde formaten die niet probleemloos afspelen op dit apparaat, om aan de server-kant te encoderen of remuxen.",
+ "StartupBehavior": "Opstartinstellingen",
+ "RememberLastUser": "Onthoud laatste gebruiker",
+ "ShowLoginScreen": "Toon Login Scherm",
+ "SignInAsValue": "Aanmelden als {0}",
+ "ConvertUnsupportedAudio": "Niet ondersteunde surround audio naar Dolby Digital converteren",
+ "ConvertUnsupportedAudioHelp": "Vermijd downmixen van niet-ondersteunde surroundformaten naar stereo doordat Emby Server ze omzet naar Dolby Digital.",
+ "HeaderPlaybackCorrection": "Afspeelcorrectie",
+ "HeaderAttemptPlaybackCorrection": "Probeer Afspeelcorrectie",
+ "PlaybackCorrectionConfirm": "Probeer afspeelcorrectie?",
+ "PlaybackCorrectionDescription": "Heeft het huidige item afspeelproblemen, zoals dat het geluid of beeld het niet doet? Deze methode zal proberen de afspeelproblemen op te lossen door het bestand om te zetten naar een beter ondersteund formaat. Dit zal er voor zorgen dat deze Emby Server meer resources gaat gebruiken.",
+ "PlaybackCorrectionDescription2": "Je kan dit tot drie keer per video doen. wanneer remuxing, video encoding en audio encoding elk individueel geactiveerd worden.",
+ "HeaderAlbumsAsContributingArtist": "Albums als Bijdragende Artiest",
+ "HeaderAlbumsAsComposer": "Albums als Componist",
+ "Duplicates": "Duplicaten",
+ "HeaderSleepTimer": "Slaaptimer",
+ "AfterCurrentItem": "Na huidig item",
+ "HeaderStopPlayback": "Afspelen stoppen",
+ "TurnOffTimer": "Uitschakeltimer",
+ "SleepTimerIsSet": "Je slaaptimer is ingesteld",
+ "SleepTimerIsOff": "Je slaaptimer is uitgeschakeld",
+ "LabelEnableRemoteControlTVMode": "Geef casting en bedieningsfuncties weer",
+ "EnableRemoteControlTVModeHelp": "Schakel dit in wanneer je dit apparaat wilt gebruiken om media te versturen naar andere apparaten.",
+ "ShowOnScreenControls": "Toon schermbediening",
+ "LabelVideoScreenUpAction": "Video player up action",
+ "VideoScreenUpActionHelp": "Selecteer die actie die wordt uitgevoerd wanneer je op \"omhoog\" klikt in de videospeler. Dit wordt toegepast wanneer geen bediening wordt weergegeven. Wanneer er bediening zicht is, wordt de \"omhoog\"-knop gebruikt voor navigatie.",
+ "LabelVideoPlayerLongPressAction": "Videospeler lang ingedrukt actie",
+ "LetsGetSetup": "Laten we gaan instellen",
+ "VideoPlayerLongPressActionHelp": "Kies wat de functie of welk menu getoond wordt wanneer de OK-knop lang wordt ingedrukt. Dit wordt toegepast wanneer de videobediening is verborgen of de spoelbalk focus heeft.",
+ "AskAdminToGetPremiere": "Deze aankoop moet worden gedaan door een server administrator. Neem contact op met de server administratie van deze Emby Server en verzoek deze na inlog Emby Premiere aan te kopen zodat je premium functies kunt gebruiken.",
+ "AutoOpenSingleItemsFolders": "Open enkele items automatisch in folderweergave",
+ "AutoOpenSingleItemsFoldersHelp": "Wanneer een folder maar één item bevat, open deze automatisch",
+ "PlayedOnValue": "Afgespeeld {0}",
+ "TheseSettingsApplyAppDevice": "Deze instellingen toepassen op alle gebruikers op dit apparaat.",
+ "LastContentDateAdded": "Laatste inhoud toegevoegd op",
+ "RepeatThemeMedia": "Speel thema's herhaaldelijk af",
+ "HideEpisodeSpoilerInfo": "Verberg spoilerinformatie van nog niet bekeken afleveringen",
+ "HideEpisodeSpoilerInfoHelp": "Verbergt de titel, het overzicht en de afbeelding voor niet-bekeken afleveringen op de meeste schermen.",
+ "BornValueAge": "Geboren: {0} (leeftijd {1})",
+ "PreferDirectStreamLiveTV": "Geef voorkeur aan direct streaming voor Live TV",
+ "PreferDirectStreamLiveTVHelp": "Het direct streamen van Live TV zal het gebruik van bronnen verminderen op de Emby Server maar het kan mogelijk zijn dat hierdoor het zoeken/spoelen niet meer mogelijk wordt tijdens het afspelen. Dit inschakelen zal er voor zorgen dat direct streamen wordt ingeschakeld, wanneer het formaat en de kwaliteitsinstellingen dit toelaten. Schakel dit uit om o.a. het zoeken/spoelen in te schakelen ten koste van het systeemgebruik.",
+ "HeaderAllRecordings": "Alle Opnamen",
+ "RememberLoginDescription": "Nadat je bent ingelogd kan je gebruik maken van de app instellingen om; het opstart gedrag in te stellen, in te loggen als een specifieke gebruiker of altijd het login scherm te tonen.",
+ "ForgetThisServer": "Vergeet deze server",
+ "ForgetServerConfirmation": "Weet je zeker dat je deze server wilt vergeten?",
+ "HeaderThisDevice": "Dit Apparaat",
+ "ChaptersGuide": "Chapters / Live TV Gids",
+ "ChaptersGuideHelp": "Toon hoofdstukken voor media met hoofdstukken. Toon wanneer beschikbaar, de Live TV gids voor media zonder hoofdstukken.",
+ "HeaderShowSeriesImages": "Toon Serie Afbeeldingen",
+ "AppExitConfirmation": "Ben je klaar om Emby af te sluiten?",
+ "AppExitMenu": "Menu afsluiten",
+ "SideMenu": "Zij-navigatiemenu",
+ "SystemStorage": "System storage ({0})"
+}
diff --git a/modules/common/strings/pl.json b/modules/common/strings/pl.json
new file mode 100644
index 0000000..aaf6e2e
--- /dev/null
+++ b/modules/common/strings/pl.json
@@ -0,0 +1,1340 @@
+{
+ "ReplaceExistingThumbnailImages": "Replace existing video preview thumbnails",
+ "ReplaceExistingThumbnailImagesHelp": "All existing video preview thumbnails will be deleted and new ones will be generated, if enabled in the options for the library.",
+ "DateCreated": "Date Created",
+ "CreatedOnValue": "Created {0}",
+ "UpdatedOnValue": "Updated {0}",
+ "EmbyLoginTerms": "Emby zostało zaprojektowane, aby ułatwiać zarządzanie prywatną biblioteką multimediów - filmami, muzyką i zdjęciami. Zapoznaj się z {0}warunkami użytkowania{1}. Używanie oprogramowania Emby wymaga ich akceptacji.",
+ "MessageUnableToConnectToServer": "W tej chwili nie jesteśmy w stanie połączyć się z wybranym serwerem. Upewnij się, że jest uruchomiony i spróbuj ponownie.",
+ "EmbyIntroMessage": "Przy pomocy Emby możesz łatwo transmitować wideo, muzykę i obrazy na telefony, tablety i inne urządzenia ze swojego serwera Emby.",
+ "HeaderSignInWithConnect": "Zaloguj się z Emby Connect",
+ "HeaderWelcomeToEmby": "Witaj w Emby",
+ "HeaderNewUsers": "Nowi użytkownicy",
+ "HeaderPleaseSignIn": "Zaloguj się",
+ "MessageInvalidUser": "Nieprawidłowa nazwa użytkownika lub hasło. Spróbuj ponownie.",
+ "MessageUnlockAppWithPurchaseOrSupporter": "Odblokuj tę funkcję za niewielką, jednorazową opłatą lub przy użyciu aktywnej subskrypcji Premium.",
+ "MessageUnlockAppWithSupporter": "Odblokuj tę funkcję przy użyciu subskrypcji Premium.",
+ "MessageToValidateSupporter": "Jeśli posiadasz aktywną subskrypcję Premium, upewnij się, że ją poprawnie skonfigurowałeś przy pomocy Kokpitu serwera Emby, do którego możesz uzyskać dostęp, klikając na pozycję Premium menu startowego.",
+ "ValueSpecialEpisodeName": "Odcinek specjalny - {0}",
+ "HeaderSignIn": "Zaloguj",
+ "Share": "Udostępnij",
+ "Shared": "Wspólne",
+ "Info": "Informacje",
+ "Add": "Dodaj",
+ "Speed": "Szybkość",
+ "PlaybackSpeed": "Prędkość odtwarzania",
+ "Chapters": "Rozdziały",
+ "Password": "Hasło",
+ "SavePassword": "Zapisz hasło",
+ "LabelPassword": "Hasło",
+ "HeaderResetPassword": "Resetowanie hasła",
+ "Series": "Seriale",
+ "Preview": "Podgląd",
+ "Submit": "Zatwierdź",
+ "Never": "Nigdy",
+ "Table": "Tabela",
+ "HeaderScheduledTasks": "Zaplanowane zadania",
+ "Plays": "Odtwarza",
+ "LastUsedAddressValue": "Ostatnio używany {0}",
+ "LabelKeywordType": "Typ słowa kluczowego",
+ "HeaderSelectColumns": "Wybierz kolumny",
+ "HeaderTopResults": "Najlepsze wyniki",
+ "HeaderPinSidebar": "Przypnij pasek boczny",
+ "Collapse": "Zwiń",
+ "LabelBackgroundVideoPlayback": "Odtwarzanie wideo w tle",
+ "BackgroundVideoPlaybackHelp": "Odtwarzanie w tle umożliwia odtwarzanie wideo nawet, gdy wyświetlacz jest wyłączony,",
+ "AlwaysOn": "Zawsze aktywne",
+ "HeadphonesOrExternalSpeakersConnected": "Podłączono słuchawki lub zewnętrzne głośniki",
+ "HeaderKeyboardAndRemote": "Klawiatura i pilot",
+ "NoSelectedItemsSupportOperation": "Brak pozycji obsługujących tę operację.",
+ "NoOperationsForSelectedItems": "Brak operacji obsługiwanych przez wybrane pozycje.",
+ "UploadOnlyOnWifi": "Przesyłaj tylko przez WiFi",
+ "HeaderFoldersToUpload": "Foldery do przesłania",
+ "LabelPasswordConfirm": "Hasło (potwierdź)",
+ "HeaderMoveUpInOrder": "Przesuń w górę kolejki",
+ "HeaderDownUpInOrder": "Przesuń w dół kolejki",
+ "LabelUsername": "Nazwa użytkownika",
+ "HeaderAddServer": "Dodaj serwer",
+ "HeaderSubtitleOffset": "Przesunięcie napisów",
+ "Watching": "Dozorujący",
+ "HeaderRemoveFromContinueWatching": "Usuń z kontynuuj oglądanie",
+ "RemoveThisTitleFromContinueWatching": "Usunąć ten tytuł z listy Kontynuuj oglądanie?",
+ "HeaderRemoveFromContinueListening": "Usuń z listy Kontynuuj oglądanie",
+ "RemoveThisTitleFromContinueListening": "Usunąć ten tytuł z listy Kontynuuj słuchanie?",
+ "HeaderIncreaseSubtitleOffset": "Zwiększ przesunięcie napisów",
+ "HeaderDecreaseSubtitleOffset": "Zmniejsz przesunięcie napisów",
+ "Close": "Zamknij",
+ "HeaderSeeAll": "Zobacz wszystkie",
+ "HeaderOpenInNewWindow": "Otwórz w nowym oknie",
+ "LabelEmail": "Adres pocztowy",
+ "LabelHost": "Serwer",
+ "LabelHostHelp": "Przykład: 192.168.1.100 lub https://mojserwer.com",
+ "LabelPort": "Port",
+ "Disabled": "Nieaktywne",
+ "Uninstall": "Odinstaluj",
+ "Enable": "Włącz",
+ "AllTuners": "Wszystkie tunery",
+ "Disable": "Wyłącz",
+ "NextValue": "Następnie: {0}",
+ "HeaderNextItem": "Następna pozycja",
+ "HeaderPreviousItem": "Poprzednia pozycja",
+ "NoTrailersMessage": "Brak zwiastunów. W celu dodania Zwiastunów, zainstaluj wtyczkę Zwiastun z katalogu{1} wtyczek {0}Emby.",
+ "UninstallPluginConfirmation": "Czy na pewno odinstalować tę wtyczkę?",
+ "HeaderUninstallPlugin": "Odinstaluj wtyczkę",
+ "AreYouStillWatching": "Czy nadal oglądasz?",
+ "LabelCurrentPassword": "Bieżące hasło",
+ "LabelNewPassword": "Nowe hasło",
+ "LabelNewPasswordConfirm": "Potwierdź nowe hasło",
+ "HeaderRemovePassword": "Usuń hasło",
+ "ServerUpdateNeeded": "Ten serwer Emby wymaga aktualizacji. Odwiedź stronę {0}, aby pobrać najnowszą wersję.",
+ "MessageThankYouForConnectSignUp": "Dziękujemy za rejestrację w Emby Connect. Na Twój adres pocztowy zostanie wysłana wiadomość z instrukcjami, jak potwierdzić założenie konta. Prosimy o potwierdzenie konta, a następnie powrót w celu zalogowania.",
+ "MessageThankYouForConnectSignUpNoValidation": "Dziękujemy za rejestrację w Emby Connect! Zostaniesz teraz poproszony o zalogowanie się danymi z Emby Connect.",
+ "ErrorMessagePasswordNotMatchConfirm": "Hasło i potwierdzenie hasła muszą być takie same.",
+ "ErrorMessageUsernameInUse": "Nazwa użytkownika jest aktualnie zajęta. Wybierz inna nazwę i spróbuj ponownie.",
+ "ErrorMessageEmailInUse": "Adres pocztowy jest już aktualnie w użyciu. Wprowadź nowy adres i spróbuj ponownie lub użyj funkcji przywracania hasła.",
+ "HeaderUpcomingOnTV": "Wkrótce w TV",
+ "HeaderOtherShowings": "Inne seanse",
+ "Showings": "Seanse",
+ "HeaderConnectToServer": "Połącz z serwerem",
+ "ConnectToServerManually": "Połącz z serwerem manualnie",
+ "LabelEnterConnectUserNameHelp": "Jest to adres e-mail, którego użyłeś do skonfigurowania konta Emby Connect.",
+ "HeaderSignInError": "Błąd logowania",
+ "HeaderManualLogin": "Logowanie manualne",
+ "PasswordResetConfirmation": "Na pewno chcesz wyczyścić hasło?",
+ "ContactAdminToResetPassword": "W celu wyczyszczenia hasła skontaktuj się z administratorem systemu.",
+ "ForgotPasswordInNetworkRequired": "Spróbuj ponownie zainicjować czyszczenie hasła używając swojej sieci domowej.",
+ "ForgotPasswordFileCreated": "Plik zawierający instrukcje z dalszymi krokami został utworzony na serwerze:",
+ "ForgotPasswordFileExpiration": "Kod resetowania wygaśnie o {0}.",
+ "InvalidForgotPasswordPin": "Nieprawidłowy lub nieaktualny PIN. Proszę spróbować ponownie.",
+ "PasswordResetForUsers": "Hasła następujących użytkowników zostały usunięte. W celu zalogowania, użyj pustego hasła.",
+ "HeaderForgotPassword": "Zapomniałeś hasło?",
+ "ForgotPasswordUsernameHelp": "Pozostaw to pole puste, jeśli nie pamiętasz swojej nazwy użytkownika.",
+ "HeaderPasswordReset": "Wyczyść hasło",
+ "AttributeNew": "Nowy",
+ "Done": "Zrobione",
+ "HeaderResetToDefault": "Przywróć domyślne",
+ "Deinterlacing": "Usuwanie przeplotu",
+ "HeaderBurningInSubtitles": "Wypalaj napisy",
+ "Premiere": "Premiera",
+ "LabelPinCode": "Kod PIN",
+ "LabelLocalNetworkPinCode": "Kod PIN sieci lokalnej",
+ "LabelLocalNetworkPasswordMode": "Tryb logowania sieci lokalnej",
+ "RequirePasswordInLocalNetwork": "Wymagaj hasła w sieci lokalnej",
+ "NoPasswordInLocalNetwork": "Nie wymagaj hasła w sieci lokalnej",
+ "PinCodeInLocalNetwork": "Zezwalaj na kod PIN w sieci lokalnej",
+ "LocalNetworkPasswordModeHelp": "Umożliwia wybór metody logowania na urządzeniach w tej samej sieci lokalnej co Twój serwer Emby.",
+ "HeaderLocalNetworkAccess": "Dostęp w sieci lokalnej",
+ "Live": "Na żywo",
+ "Reset": "Wyczyść",
+ "Repeat": "Powtórz",
+ "Track": "Utwór",
+ "Tracks": "Utwory",
+ "HeaderCameraUpload": "Przesyłanie z aparatu",
+ "TrackCount": "{0} Utwory",
+ "ItemCount": "{0} Pozycje",
+ "NumberChannelsValue": "{0} kanałów",
+ "HeaderLatestMusic": "Muzyka ostatnio dodana",
+ "HeaderLatestAudioBooks": "Najnowsze audiobooki",
+ "HeaderLatestDownloadedVideos": "Wideo ostatnio pobrane",
+ "HeaderRecentlyPlayed": "Ostatnio odtwarzane",
+ "Recent": "Ostatnie",
+ "HeaderFrequentlyPlayed": "Często odtwarzane",
+ "HeaderMoreLikeThis": "Więcej podobnych",
+ "HeaderMoreLikeThisOnLiveTV": "Więcej podobnych w telewizji",
+ "OriginalAirDateValue": "Data pierwszej emisji: {0}",
+ "EndsAtValue": "Koniec o {0}",
+ "Date": "Data",
+ "AirDate": "Data emisji",
+ "Played": "Odtworzone",
+ "Daily": "Codziennie",
+ "Weekly": "Co tydzień",
+ "RequireHashMatch": "Wymagaj pasującego skrótu hash",
+ "RequireHashMatchHelp": "Wymaganie pasujące skrótu hash ograniczy listę napisów tylko do tych, które zostały przetestowane dla Twojego pliku. Odznaczenie tej opcji zwiększy szansę pobrania napisów, ale zwiększy także szansę na pobranie napisów błędnych lub o błędnej sygnaturze czasowej.",
+ "SearchForForcedSubtitlesOnly": "Tylko wymuszone napisy",
+ "SearchForForcedSubtitlesOnlyHelp": "Wymaganie wymuszonych napisów zmniejszy liczbę wyników napisów do tych, które są oznaczone jako posiadające język obcy.",
+ "LastEpisodeDateAdded": "Data dodania ostatniego odcinka",
+ "LastEpisodeDateAired": "Data premiery ostatniego odcinka",
+ "LabelPlaystate": "Stan obejrzenia",
+ "Studio": "Studio",
+ "Tag": "Etykieta",
+ "EpisodeTitle": "Tytuł odcinka",
+ "Audio": "Dźwięk",
+ "Video": "Wideo",
+ "Subtitle": "Napisy",
+ "Image": "Obraz",
+ "CopyStream": "Kopiuj oryginalny strumień",
+ "LabelAudioLayout": "Układ dźwięku",
+ "LabelAudioCodec": "Kodek dźwięku",
+ "LabelAudioLanguage": "Język ścieżki dźwiękowej",
+ "LabelSubtitleLanguage": "Język napisów",
+ "LabelVideoCodec": "Kodek wideo",
+ "LabelSubtitleCodec": "Kodek napisów",
+ "LabelParentalRating": "Kategoria wiekowa",
+ "BecauseYouLikeValue": "Ponieważ polubiłeś {0}",
+ "BecauseYouWatchedValue": "Ponieważ obejrzałeś {0}",
+ "DirectedByValue": "Reżyseria {0}",
+ "StarringValue": "Obsada {0}",
+ "Invitations": "Zaproszenia",
+ "ActorAsRole": "jako {0}",
+ "ButtonOk": "OK",
+ "GroupItemsIntoCollections": "Grupuj pozycje w kolekcje",
+ "GroupItemsIntoCollectionsHelp": "Umożliwia grupowanie pozycji w kolekcje, do których zostały dodane. Aktywowanie określonych filtrów lub porządków sortowania może to zablokować.",
+ "GroupItemsIntoTags": "Grupuj pozycje w tagi",
+ "GroupItemsIntoTagsHelp": "Umożliwia grupowanie pozycji w tagi, do których zostały dodane. Aktywowanie określonych filtrów lub porządków sortowania może to zablokować.",
+ "User": "Użytkownik",
+ "Access": "Dostęp",
+ "Users": "Użytkownicy",
+ "Library": "Biblioteka",
+ "Devices": "Urządzenia",
+ "Cancel": "Anuluj",
+ "Restart": "Uruchom ponownie",
+ "Shutdown": "Zamknij",
+ "Logs": "Dziennik zdarzeń",
+ "Visibility": "Widoczność",
+ "Notifications": "Powiadomienia",
+ "SendTestNotification": "Wyślij powiadomienie o teście",
+ "NotificationSent": "Powiadomienie wysłane",
+ "DeleteNotificationConfirmation": "Czy na pewno chcesz usunąć to powiadomienie?",
+ "DeleteNotification": "Usuń powiadomienie",
+ "AddNotification": "Dodaj powiadomienie",
+ "EditNotification": "Edytuj powiadomienie",
+ "LimitUserEventsTo": "Ogranicz zdarzenia użytkownika do",
+ "LimitLibraryEventsTo": "Ogranicz wydarzenia biblioteczne do",
+ "LimitDeviceEventsTo": "Ogranicz zdarzenia urządzeń do",
+ "ForAdditionalNotificationOptions": "Dodatkowe usługi powiadamiania mogą być instalowane przez administratora serwera w katalogu Emby {0}katalog wtyczek{1}.",
+ "Plugins": "Wtyczki",
+ "Systems": "Systemy",
+ "Server": "Serwer",
+ "Dashboard": "Kokpit",
+ "PlayOnAnotherDevice": "Odtwarzaj na innym urządzeniu",
+ "HeaderConnectionHelp": "Pomoc dla połączeń",
+ "AccessRestrictedTryAgainLater": "Dostęp jest aktualnie ograniczony. Spróbuj ponownie później.",
+ "ButtonGotIt": "Rozumiem",
+ "RememberMe": "Zapamiętaj mnie",
+ "EmbyServer": "Serwer Emby",
+ "ManageEmbyServer": "Zarządzaj serwer Emby",
+ "ShutdownServer": "Zamknij serwer Emby",
+ "RestartServer": "Uruchom serwer Emby ponownie",
+ "RecordingCancelled": "Nagrywanie zostało anulowane",
+ "SeriesCancelled": "Nagrywanie seryjne zostało anulowane",
+ "Recording": "Nagrywanie",
+ "SeriesRecording": "Nagrywanie serii",
+ "RecordingScheduled": "Nagrywanie zostało zaplanowane",
+ "SeriesRecordingScheduled": "Nagrywanie seryjne zostało zaplanowane",
+ "HeaderNewRecording": "Nowe nagranie",
+ "HeaderWakeServer": "Wybudzaj serwer",
+ "AttemptingWakeServer": "Trwa próba wybudzenia serwera. Proszę czekać...",
+ "WakeServerSuccess": "Powodzenie!",
+ "HeaderCustomizeHomeScreen": "Dostosuj ekran startowy",
+ "WakeServerError": "Wysłano pakiety Wake On LAN do maszyny serwera, ale połączenie z serwerem Emby zakończyło się niepowodzeniem. Twoja maszyna potrzebuje więcej czasu do wybudzenia lub serwer Emby może nie działać na tej maszynie.",
+ "Days": "Dni",
+ "Network": "Sieć",
+ "Networks": "Sieci",
+ "SortByValue": "Sortowanie po {0}",
+ "HeaderSortBy": "Sortuj po",
+ "HeaderPhotoAlbums": "Albumy fotografii",
+ "Photos": "Fotografie",
+ "HeaderAppearsOn": "Występuje",
+ "List": "Lista",
+ "HeaderRecordSeries": "Nagrywaj serial",
+ "HeaderCinemaMode": "Czołówki kinowe",
+ "Conversions": "Konwersja",
+ "Downloads": "Pobrane",
+ "HeaderManageDownloads": "Zarządzaj pobranymi",
+ "InternalStorage": "Magazyn wewnętrzny",
+ "ExternalStorage": "Magazyn zewnętrzny",
+ "UploadToFollowingServers": "Przesyłaj na serwery:",
+ "UploadingNumItems": "Przesyłanie {0} z {1}",
+ "DownloadNumItems": "Pobieranie {0} z {1}",
+ "HeaderSampleRate": "Częstotliwość próbkowania",
+ "HeaderReferenceFrames": "Klatki referencyjne",
+ "HeaderBitDepth": "Głębia bitowa",
+ "HeaderPixelFormat": "Format piksela",
+ "Profile": "Profil",
+ "Bitrate": "Przepływność",
+ "Expand": "Rozwiń",
+ "Container": "Kontener",
+ "Format": "Format",
+ "Path": "Folder",
+ "Size": "Rozmiar",
+ "Resolution": "Rozdzielczość",
+ "HeaderCodecTag": "Znacznik kodeka",
+ "Framerate": "Klatkaż",
+ "Interlaced": "Przeplot",
+ "Anamorphic": "Anamorficzne",
+ "Level": "Poziom",
+ "Timestamp": "Sygnatura",
+ "Language": "Język",
+ "Codec": "Kodek",
+ "Stream": "Transmisja",
+ "HeaderExtradata": "Dodatkowe",
+ "HeaderHardwareAcceleratedTranscoding": "Przyspieszone sprzętowo transkodowanie",
+ "HeaderHardwareAcceleratedTranscodingDescription": "Wykorzystaj GPU swojego serwera. Emby posiada najbardziej zaawansowaną i najszybszą akcelerację sprzętową w branży.",
+ "HeaderOfflineDownloads": "Media dostępne lokalnie",
+ "AndMuchMoreExclamation": "I wiele więcej!",
+ "HeaderOfflineDownloadsDescription": "Umożliwia pobieranie mediów na urządzenia klienckie, w celu łatwego korzystania bez połączenia.",
+ "LiveTvFeatureDescription": "Oglądaj transmisje telewizyjne z dowolną aplikacją Emby, za pomocą zainstalowanego na serwerze Emby tunera telewizyjnego.",
+ "DvrFeatureDescription": "Zaplanuj pojedyncze nagrania programów telewizyjnych lub nagrywanie seryjne za pomocą funkcji telewizyjnych Emby.",
+ "CinemaModeFeatureDescription": "Tryb kinowy oferuje prawdziwie kinowe przeżycia, z możliwością odtwarzania zwiastunów i niestandardowych czołówek przed seansem.",
+ "HeaderFreeApps": "Darmowe aplikacje Emby",
+ "FreeAppsFeatureDescription": "Korzystaj z darmowego dostępu do aplikacji Emby na swoich urządzeniach.",
+ "HeaderBecomeProjectSupporter": "Zamów subskrypcję Premium",
+ "HeaderViewServerInfo": "Wyświetl informacje o serwerze",
+ "PlaybackTvModeRequiresEmbyPremiere": "Odtwarzanie mediów w trybie telewizyjnym wymaga aktywnej subskrypcji{1} {0}Premium.",
+ "FeatureRequiresEmbyPremiere": "Ta funkcja wymaga aktywnej {0} subskrypcji Premium{1}.",
+ "HeaderConvertYourRecordings": "Konwertuj nagrania",
+ "Record": "Nagrywaj",
+ "Save": "Zapisz",
+ "Edit": "Edycja",
+ "HeaderSavePlaylist": "Zapisz listę",
+ "Latest": "Ostatnio dodane",
+ "Download": "Pobierz",
+ "Downloaded": "Pobrano",
+ "Converted": "Konwersja",
+ "RemoveFromHistory": "Usuń z historii",
+ "ConfirmRemoveFromHistory": "Usunąć ten element z historii?",
+ "Downloading": "Pobieranie",
+ "Advanced": "Zaawansowane",
+ "LinkedToEmbyConnect": "Połączono z Emby Connect",
+ "Delete": "Usuń",
+ "Both": "Zarówno",
+ "LabelChannelDisplay": "Wyświetlanie kanałów",
+ "HeaderDeleteItem": "Usuń pozycję",
+ "HeaderDeleteUser": "Usuń użytkownika",
+ "DeleteItemConfirmation": "Czy na pewno chcesz usunąć {0}?",
+ "DeleteUserConfirmation": "Na pewno chcesz usunąć użykownika {0}?",
+ "DeleteUsersConfirmation": "Czy na pewno chcesz usunąć tych {0} użytkowników?",
+ "HeaderDeleteDevice": "Usuń urządzenie",
+ "DeleteDeviceConfirmation": "Czy na pewno chcesz usunąć to urządzenie? Zostanie dodane ponownie po ponownym zalogowaniu się na nim.",
+ "ConfirmDeleteItem": "Usunięcie tej pozycji usunie ją zarówno z systemu plików jak i z biblioteki mediów.",
+ "FollowingFilesWillBeDeleted": "Następujące pliki i foldery zostaną usunięte:",
+ "AreYouSureToContinue": "Czy na pewno chcesz kontynuować?",
+ "Refresh": "Odśwież",
+ "RefreshingMetadataDots": "Odświeżanie metadanych...",
+ "ScanningLibraryFilesDots": "Skanowanie plików biblioteki...",
+ "HeaderFavoritesThenByChannelNumber": "Ulubione, a następnie według numeru kanału",
+ "HeaderAddToCollection": "Dodaj do kolekcji",
+ "HeaderFavoritesThenByTitle": "Ulubione, a następnie według tytułu",
+ "HeaderFavoritesThenByDefault": "Ulubione, a następnie według kolejności kanału",
+ "HeaderDefaultChannelOrder": "Domyślna kolejność kanałów",
+ "HeaderAddToFavorites": "Dodaj do ulubionych",
+ "HeaderRemoveFromFavorites": "Usuń z ulubionych",
+ "Favorited": "Ulubione",
+ "Unfavorited": "Niekorzystne",
+ "HeaderNewCollection": "Nowa kolekcja",
+ "HeaderNewPlaylist": "Nowa lista",
+ "AllCollections": "Wszystkie kolekcje",
+ "AllPlaylists": "Wszystkie playlisty",
+ "Create": "Utwórz",
+ "HeaderAddedToPlaylist": "Dodano do listy odtwarzania",
+ "HeaderAddedToCollection": "Dodano do kolekcji",
+ "OneItemAddedTo": "Pozycja została dodana do \"{0}\".",
+ "ItemsAddedTo": "{0} pozycji zostało dodanych do \"{1}\".",
+ "HeaderAddedToPlayQueue": "Dodano do kolejki odtwarzania",
+ "HeaderPlayingNext": "Odtwarzanie następnego",
+ "Help": "Pomoc",
+ "HeaderGetHelp": "Pomoc",
+ "LabelTVDisplayMode": "Włącz tryb wyświetlania TV",
+ "Desktop": "Komputer stacjonarny",
+ "Mobile": "Telefon / tabet",
+ "Navigation": "Nawigacja",
+ "HeaderVideoPlayback": "Odtwarzanie wideo",
+ "TV": "Telewizor",
+ "HeaderEmbyConnect": "Emby Połącz",
+ "Seasons": "Sezony",
+ "OneTrack": "1 Utwór",
+ "OneSeason": "1 Sezon",
+ "Libraries": "Biblioteki",
+ "NumberSeasonsValue": "{0} Sezony",
+ "TVDisplayModeHelp": "Zoptymalizuj interfejs użytkownika na tym urządzeniu do wyświetlania na telewizorze i metody wprowadzania danych za pomocą pilota. Zasadniczo nie jest to zalecane, jeśli Twoja podstawowa metoda wprowadzania danych to mysz lub jest oparta na dotyku.",
+ "LabelDisplayLanguage": "Język interfejsu",
+ "LabelDisplayLanguageHelp": "Tłumaczenie Emby to projekt, który ciągle trwa.",
+ "LearnHowYouCanContribute": "Dowiedz się jak możesz pomóc.",
+ "NewCollectionHelp": "Kolekcje umożliwiają spersonalizowane grupowanie filmów i innej zawartości biblioteki.",
+ "SearchForCollectionInternetMetadata": "Wyszukuj grafiki i metadane w Internecie",
+ "DisplayMissingEpisodesWithinSeasons": "Wyświetlaj brakujące odcinki w sezonach",
+ "DisplayMissingEpisodesWithinSeasonsHelp": "Ta opcja, musi zostać dodatkowo aktywowana w bibliotece seriali, w konfiguracji serwera Emby.",
+ "EnableThemeSongs": "Odtwarzaj motywy muzyczne",
+ "EnableBackdrops": "Wyświetlaj fototapety",
+ "EnableThemeSongsHelp": "Umożliwia odtwarzanie motywów muzycznych podczas przeglądania biblioteki.",
+ "EnableBackdropsHelp": "Umożliwia wyświetlanie fototapet, w tle niektórych stron, podczas przeglądania biblioteki.",
+ "EnableThemeVideos": "Odtwarzaj motywy wideo",
+ "EnableThemeVideosHelp": "Umożliwia wyświetlanie motywów wideo podczas przeglądania biblioteki,",
+ "RunAtStartup": "Uruchamiaj po starcie",
+ "ServerStartup": "Uruchomienie serwera",
+ "EmbyServerOnXHasStarted": "Serwer Emby na {0} został uruchomiony.",
+ "LabelScreensaver": "Wygaszacz ekranu",
+ "LabelSoundEffects": "Efekty dźwiękowe",
+ "LabelName": "Nazwa",
+ "NewCollectionNameExample": "Przykład: Kolekcja Star Wars",
+ "MessageItemsAdded": "Dodano pozycję.",
+ "OptionNew": "Nowa...",
+ "LabelPlaylist": "Playlista",
+ "AddToPlaylist": "Dodaj do listy",
+ "HeaderAddToPlaylist": "Dodaj do listy",
+ "Subtitles": "Napisy",
+ "LabelTheme": "Motyw",
+ "LabelSettingsTheme": "Ustawienia motywu",
+ "LabelThemeAccentColor": "Kolor akcentu",
+ "ThemeAccentColorDescription": "Umożliwia sterowanie kolorem ważnych wskaźników, ikon i tekstu.",
+ "SearchForSubtitles": "Wyszukuj napisy",
+ "LabelLanguage": "Język",
+ "Search": "Szukaj",
+ "NoSubtitleSearchResultsFound": "Brak wyników wyszukiwania. Czy skonfigurowałeś {o}pobieranie napisów{1}?",
+ "NoLyricsSearchResultsFound": "Brak wyników wyszukiwania. Czy skonfigurowałeś {0}pobieranie tekstów{1}?",
+ "Lyrics": "Teksty piosenek",
+ "SearchForLyrics": "Szukaj tekstów piosenek",
+ "Finish": "Zakończ",
+ "File": "Plik",
+ "Exit": "Wyjdź",
+ "Sleep": "Uśpij",
+ "Setup": "Konfiguracja",
+ "MessageAreYouSureDeleteSubtitles": "Czy jesteś pewien, że chcesz usunąć ten plik z napisami?",
+ "ConfirmDeletion": "Potwierdzenie usunięcia",
+ "MySubtitles": "Moje napisy",
+ "MessageDownloadQueued": "Dodano do kolejki pobierania.",
+ "HeaderEditSubtitles": "Edytuj napisy",
+ "UnlockGuide": "Odblokuj funkcje przewodnika",
+ "HeaderRefreshMetadata": "Odśwież metadane",
+ "HeaderRefreshAllMetadata": "Odśwież wszystkie metadane",
+ "ReplaceExistingImages": "Zastępuj istniejące obrazy",
+ "ReplaceExistingImagesHelp": "Wszystkie istniejące obrazy zostaną usunięte i zostaną pobrane nowe. W niektórych przypadkach może to spowodować, że liczba dostępnych obrazów będzie mniejsza niż poprzednio.",
+ "ReplaceAllMetadata": "Zastępuj wszystkie metadane",
+ "SearchForMissingMetadata": "Wyszukuj brakujące metadane",
+ "LabelRefreshMode": "Tryb odświeżania",
+ "NoItemsFound": "Brak dostępnych pozycji.",
+ "HeaderSaySomethingLike": "Powiedz coś jak...",
+ "ButtonTryAgain": "Spróbuj ponownie",
+ "HeaderYouSaid": "Powiedziałeś...",
+ "MessageWeDidntRecognizeCommand": "Przepraszamy, nie rozpoznaliśmy tej komendy.",
+ "MessageIfYouBlockedVoice": "Jeśli odmówisz aplikacji dostępu głosowego, będziesz musiał zmienić konfigurację przed ponownym użyciem.",
+ "ValueDiscNumber": "Dysk {0}",
+ "Unrated": "Nieokreślone",
+ "Favorite": "Ulubiony",
+ "Like": "Lubię",
+ "Dislike": "Nie lubię",
+ "RefreshDialogHelp": "Metadane są aktualizowane w oparciu o ustawienia i dostawców internetowych aktywowanych w konfiguracji biblioteki Emby.",
+ "Open": "Otwórz",
+ "Play": "Odtwarzaj",
+ "Pause": "Wstrzymaj",
+ "HeaderPlayQueue": "Odtwarzaj kolejkę",
+ "HeaderAddToPlayQueue": "Dodaj do kolejki",
+ "Shuffle": "Wylosuj",
+ "Identify": "Identyfikuj",
+ "HeaderRemoveIdentification": "Usuń identyfikację",
+ "ResetMetadataConfirmation": "Czy na pewno chcesz wyczyścić wszystkie metadane?",
+ "HeaderEditMetadata": "Edytuj metadane",
+ "Convert": "Konwertuj",
+ "Resume": "Wznów",
+ "HeaderInstantMix": "Szybki remiks",
+ "HeaderGoToItem": "Przejdź do pozycji",
+ "HeaderGoToSeason": "Przejdź do Sezonu",
+ "HeaderGoToSeries": "Przejdź do serii",
+ "HeaderGoToAlbum": "Przejdź do albumu",
+ "HeaderGoToArtist": "Przejdź do strony artysty",
+ "HeaderPlayAll": "Odtwarzaj wszystko",
+ "PictureInPicture": "Obraz w obrazie",
+ "Fullscreen": "Pełny ekran",
+ "ExitFullscreen": "Zamknij pełny ekran",
+ "Rewind": "Wstecz",
+ "FastForward": "Do przodu",
+ "Remove": "Usuń",
+ "Rename": "Przemianuj",
+ "Queue": "Kolejka",
+ "QueueAllFromHere": "Kolejkuj wszystko z tej lokalizacji",
+ "PlayAllFromHere": "Odtwarzaj wszystko z tej lokalizacji",
+ "PlayFromBeginning": "Odtwórz od początku",
+ "FromBeginning": "Od początku",
+ "ResumeAt": "Wznów odtwarzanie od {0}",
+ "HeaderRemoveFromPlaylist": "Usuń z listy odtwarzania",
+ "HeaderRemoveFromPlayQueue": "Usuń z kolejki odtwarzania",
+ "HeaderRemoveFromCollection": "Usuń z kolekcji",
+ "Sort": "Sortuj",
+ "Trailer": "Zwiastun",
+ "SelectNone": "Brak wyboru",
+ "SelectAll": "Zaznacz wszystko",
+ "HeaderMarkPlayed": "Oznacz jako odtworzone",
+ "HeaderMarkUnplayed": "Oznacz jako nieodtwarzane",
+ "HeaderGroupVersions": "Grupuj wersje",
+ "PleaseSelectTwoItems": "Proszę wybierz przynajmniej dwie pozycje.",
+ "HeaderConfirmRecordingCancellation": "Potwierdź Anulowanie Nagrania",
+ "MessageConfirmRecordingCancellation": "Anulować nagranie?",
+ "Album": "Album",
+ "AlbumArtist": "Wykonawca albumu",
+ "Error": "Błąd",
+ "VoiceInput": "Wejście głosowe",
+ "LabelContentType": "Typ zawartości",
+ "LabelPath": "Folder",
+ "Playlists": "Listy",
+ "LabelTitle": "Tytuł",
+ "LabelOriginalTitle": "Tytuł oryginalny",
+ "LabelSortTitle": "Tytuł sortowania",
+ "LabelDateAdded": "Data dodania",
+ "DateAdded": "Data dodania",
+ "DateModified": "Data modyfikacji",
+ "DatePlayed": "Data odtwarzania",
+ "DateLastActive": "Data ostatniej aktywności",
+ "ConfigureDateAdded": "Sposób ustalania daty dodania, można skonfigurować, w ustawieniach biblioteki, w kokpicie serwera Emby.",
+ "LabelStatus": "Stan",
+ "LabelArtistsHelp": "Oddzielaj używając ;",
+ "HeaderAlbumArtists": "Wykonawcy albumów",
+ "LabelAlbumArtists": "Wykonawcy albumów",
+ "LabelAlbum": "Album",
+ "Artist": "Wykonawca",
+ "Artists": "Wykonawcy",
+ "ImdbRating": "Ocena IMDb",
+ "CommunityRating": "Ocena społeczności",
+ "LabelCommunityRating": "Ocena społeczności",
+ "LabelCriticRating": "Ocena krytyków",
+ "CriticRating": "Ocena krytyków",
+ "LabelWebsite": "Strona internetowa",
+ "Tagline": "Etykieta",
+ "LabelOverview": "Opis",
+ "LabelShortOverview": "Streszczenie",
+ "LabelReleaseDate": "Data wydania",
+ "LabelPlaceOfBirth": "Miejsce urodzenia",
+ "Aired": "Premiera",
+ "LabelAirDays": "Dni transmisji",
+ "LabelAirTime": "Czas transmisji",
+ "LabelRuntimeMinutes": "Czas (w minutach)",
+ "LabelCustomRating": "Kategoria wiekowa własna",
+ "LabelOriginalAspectRatio": "Oryginalny format obrazu",
+ "Label3DFormat": "Format 3D",
+ "FormatValue": "Format: {0}",
+ "DownloadsValue": "{0} Pobrane",
+ "HashMatch": "Dopasowanie skrótu hash",
+ "EnableExternalVideoPlayers": "Aktywuj obsługę zewnętrznych odtwarzaczy",
+ "EnableExternalVideoPlayersHelp": "Menu wyboru zewnętrznego odtwarzacza będzie wyświetlane przed rozpoczęciem odtwarzania wideo.",
+ "HeaderSpecialEpisodeInfo": "Specjalne informacje o odcinku",
+ "LabelAirsDuringSeason": "Emisja w trakcie sezonu",
+ "LabelAirsAfterSeason": "Emisja po sezonie",
+ "LabelAirsBeforeEpisode": "Emisja przed odcinkiem",
+ "HeaderExternalIds": "Identyfikatory zewnętrzne",
+ "HeaderDisplaySettings": "Ustawienia wyświetlania",
+ "PlaylistOrder": "Sortowanie playlisty",
+ "CollectionOrder": "Sortowanie kolekcji",
+ "LabelDisplayOrder": "Kolejność wyświetlania",
+ "LabelFileOrder": "Kolejność plików",
+ "Display": "Interfejs",
+ "Countries": "Kraje",
+ "Genres": "Gatunki",
+ "Studios": "Wytwórnie",
+ "Tags": "Znaczniki",
+ "Links": "Łącza",
+ "Movie": "Film",
+ "Program": "Program",
+ "Channel": "Kanał",
+ "Episode": "Odcinek",
+ "Season": "Sezon",
+ "HeaderMetadataSettings": "Ustawienia metadanych",
+ "People": "Osoby",
+ "Number": "Numer:",
+ "Lock": "Zablokuj",
+ "HeaderScreenLocked": "Ekran zablokowany",
+ "HeaderUnlockControls": "Odblokuj sterowanie",
+ "HeaderTapToUnlock": "Dotknij, aby odblokować",
+ "LabelMetadataDownloadLanguage": "Preferowany język pobierania metadanych",
+ "LabelImageDownloadLanguage": "Preferowany język pobieranego obrazu",
+ "LabelLockItemToPreventChanges": "Zablokuj tę pozycję, aby zapobiec przyszłym zmianom",
+ "LockThisField": "Zablokuj to pole, aby zapobiec przyszłym zmianom podczas odświeżania metadanych.",
+ "MessageLeaveEmptyToInherit": "Zostaw puste aby odziedziczyć ustawienia z nadrzędnej pozycji, lub globalnej wartości domyślnej.",
+ "LabelCountry": "Kraj",
+ "LabelCertificationCountry": "Kraj certyfikujący",
+ "CertificationCountryHelp": "Wpłynie to na wybór systemu klasyfikacji treści.",
+ "LabelDynamicExternalId": "{0} Id",
+ "LabelBirthYear": "Rok urodzenia",
+ "LabelBirthDate": "Data urodzenia",
+ "LabelDeathDate": "Data śmierci",
+ "LabelEndDate": "Data zakończenia",
+ "LabelSeasonNumber": "Numer sezonu",
+ "LabelEpisodeNumber": "Numer odcinka",
+ "LabelTrackNumber": "Numer utworu",
+ "LabelNumber": "Numer",
+ "LabelDiscNumber": "Numer dysku",
+ "LabelParentNumber": "Numer nadrzędny",
+ "SortName": "Tytuł sortowania",
+ "OriginalTitle": "Tytuł oryginalny",
+ "ReleaseDate": "Data wydania",
+ "Continuing": "Dalej wyświetlane",
+ "Ended": "Zakończony",
+ "HeaderEnabledFields": "Pola aktywne",
+ "HeaderEnabledFieldsHelp": "Odznacz pole, aby je zablokować i zapobiec zmianom danych w przyszłości.",
+ "Backdrops": "Fototapety",
+ "Images": "Obrazy",
+ "Runtime": "Czas trwania",
+ "ProductionLocations": "Kraje",
+ "BirthLocation": "Miejsce urodzin",
+ "ParentalRating": "Kategoria wiekowa",
+ "PlayCount": "Liczba odtworzeń",
+ "Name": "Nazwa",
+ "Overview": "Opis",
+ "LabelType": "Typ",
+ "LabelPersonRole": "Rola",
+ "LabelPersonRoleHelp": "Przykład: kierowca ciężarówki z lodami",
+ "Actor": "Aktor",
+ "Composers": "Kompozytorzy",
+ "Composer": "Kompozytor",
+ "Director": "Reżyser",
+ "GuestStar": "Gość specjalny",
+ "Producer": "Producent",
+ "Writer": "Scenarzysta",
+ "MessageNoSyncJobsFound": "Brak pobieranych plików. Utwórz zadanie pobierania, używając przycisku Pobierz, dostępnego w aplikacji.",
+ "MessageNoDownloadsFound": "Brak dostępnych lokalnie mediów. Pobierz media do użycia lokalnie, używając przycisku Pobierz, dostępnego w aplikacji.",
+ "InstallingPackage": "Instalowanie {0}",
+ "PackageInstallCompleted": "Instalacja {0} zakończona.",
+ "PackageInstallFailed": "Instalacja {0} nieudana.",
+ "PackageInstallCancelled": "Instalacja {0} anulowana.",
+ "SeriesYearToPresent": "{0} - Teraz",
+ "OneDevice": "1 Urządzenie",
+ "DeviceCountValue": "{0} Urządzenia",
+ "OneLog": "1 Dziennik",
+ "LogCountValue": "{0} Dzienniki",
+ "OneVote": "1 Głos",
+ "VoteCountValue": "{0} Głosy",
+ "OneLike": "1 Polubienie",
+ "LikeCountValue": "{0} Polubienia",
+ "OneUser": "1 Użytkownik",
+ "UserCountValue": "{0} Użytkownicy",
+ "OneLibrary": "1 Biblioteka",
+ "LibraryCountValue": "{0} Biblioteki",
+ "ValueOneItem": "1 pozycja",
+ "ValueOneEpisode": "1 odcinek",
+ "ValueEpisodeCount": "{0} Odcinki",
+ "Albums": "Albumy",
+ "Song": "Utwór",
+ "Songs": "Utwory",
+ "Authors": "Autorzy",
+ "Books": "Książki",
+ "AudioBooks": "Audiobooki",
+ "HeaderAudioBooks": "Książka mówiona",
+ "HeaderAudioBook": "Książka audio",
+ "HeaderIdentifyItemHelp": "Wpisz kryteria wyszukiwania. Zmniejszając ilość kryteriów zwiększysz ilość wyników.",
+ "PleaseEnterNameOrId": "Proszę wprowadź nazwę lub zewnętrzne Id.",
+ "MessageItemSaved": "Obiekt zapisany.",
+ "SearchResults": "Wyniki wyszukiwania",
+ "ServerNameIsRestarting": "Emby Server - {0} jest uruchamiany ponownie.",
+ "ServerNameIsShuttingDown": "Serwer Emby - {0} jest zamykany.",
+ "HeaderDeleteItems": "Usuń pliki",
+ "ConfirmDeleteItems": "Usunięcie tych pozycji usunie je zarówno z systemu plików jak i z biblioteki mediów.",
+ "PleaseRestartServerName": "Proszę ponownie uruchomić serwer Emby na {0}",
+ "ConvertingDots": "Trwa konwertowanie...",
+ "LabelSyncNoTargetsHelp": "Wygląda na to, że nie posiadasz żadnych aplikacji obsługujących pobrane media.",
+ "DownloadingDots": "Trwa pobieranie...",
+ "LearnMore": "Dowiedz się więcej",
+ "LabelBitrateMbps": "Przepływność (Mbps)",
+ "ConvertUnwatchedVideosOnly": "Konwertuj tylko nieodtworzone wideo",
+ "SyncUnwatchedVideosOnly": "Pobieraj tylko nieodtworzone wideo",
+ "ConvertUnwatchedVideosOnlyHelp": "Tylko filmy, które nie są oznaczone jako w pełni odtworzone, zostaną przekonwertowane.",
+ "SyncUnwatchedVideosOnlyHelp": "Zostaną pobrane tylko filmy, które nie są oznaczone jako w pełni odtworzone, a obejrzane będą sukcesywnie usuwane z urządzenia.",
+ "AutomaticallySyncNewContent": "Pobieraj nową zawartość automatycznie",
+ "AutomaticallySyncNewContentHelp": "Nowo dodana zawartość zostanie automatycznie pobrana na urządzenie.",
+ "AutomaticallyConvertNewContent": "Konwertuj automatycznie nowe media",
+ "AutomaticallyConvertNewContentHelp": "Nowe media dodane do tego folderu będą konwertowane automatycznie.",
+ "LabelItemLimit": "Limit pozycji",
+ "ConvertItemLimitHelp": "Opcjonalne. Określa maksymalną liczbę konwertowanych pozycji.",
+ "DownloadItemLimitHelp": "Opcjonalne. Określa maksymalną liczbę pobieranych pozycji.",
+ "PleaseSelectDeviceToSyncTo": "Wybierz urządzenie, na które chcesz pobrać.",
+ "Screenshots": "Zrzuty ekranu",
+ "MoveRight": "Przesuń w prawo",
+ "MoveLeft": "Przesuń w lewo",
+ "HeaderUploadNewImage": "Prześlij nowy obraz",
+ "HeaderDeleteImage": "Usuń obraz",
+ "ConfirmDeleteImage": "Usunąć obraz?",
+ "HeaderEditImages": "Edytuj obrazy",
+ "Settings": "Ustawienia",
+ "ShowIndicatorsFor": "Pokaż wskaźniki",
+ "Episodes": "Odcinki",
+ "Programs": "Programy",
+ "HeaderCastCrew": "Obsada i ekipa",
+ "DvrSubscriptionRequired": "Funkcja nagrywarki wymaga aktywnej {0} subskrypcji Premium{1}.",
+ "HeaderCancelRecording": "Anuluj nagranie",
+ "HeaderKeepRecording": "Zachowaj nagranie",
+ "HeaderCancelSeries": "Anuluj nagrywanie serialu",
+ "HeaderKeepSeries": "Zachowaj nagranie serialu",
+ "HeaderLearnMore": "Dowiedz się więcej",
+ "SeriesSettings": "Ustawienia nagrywania serialu",
+ "HeaderRecordingOptions": "Opcje nagrywania",
+ "HeaderDoNotRecord": "Nie nagrywaj",
+ "HeaderSeriesOptions": "Opcje nagrywania serialu",
+ "Layout": "Układ",
+ "Channels": "Kanały",
+ "ChannelNameOnly": "Tylko kanał {0}",
+ "Anytime": "O dowolnej porze",
+ "AnyLanguage": "W dowolnym języku",
+ "AroundTime": "Około {0}",
+ "HeaderLatestMovies": "Filmy ostatnio dodane",
+ "All": "Wszystkie",
+ "Stop": "Zatrzymaj",
+ "AllChannels": "Wszystkie kanały",
+ "NewEpisodesOnly": "Tylko nowe odcinki",
+ "AllEpisodes": "Wszystkie odcinki",
+ "LabelStartWhenPossible": "Zaczynaj kiedy możliwe",
+ "LabelStopWhenPossible": "Zatrzymuj kiedy możliwe",
+ "MinutesBefore": "minut przed",
+ "MinutesAfter": "minut po",
+ "SkipEpisodesAlreadyInMyLibrary": "Pomijaj nagrywanie odcinków, które już są w bibliotece",
+ "SkipEpisodesAlreadyInMyLibraryHelp": "Odcinki będą porównywane przy pomocy numeru sezonu i odcinka, jeśli są dostępne.",
+ "LabelKeepUpTo": "Zachowuj do",
+ "AsManyAsPossible": "Tak wiele jak to możliwe",
+ "DefaultErrorMessage": "Wystąpił bląd podczas przetwarzania twojego rządania. Proszę spróbować ponownie poźniej.",
+ "UntilIDelete": "Do momentu usunięcia",
+ "UntilSpaceNeeded": "Tak długo jak starczy przestrzeni dyskowej",
+ "Categories": "Kategorie",
+ "Sports": "Wydarzenia sportowe",
+ "News": "Wiadomości",
+ "Movies": "Filmy",
+ "Music": "Muzyka",
+ "Kids": "Dla dzieci",
+ "MoreFromValue": "Więcej od {0}",
+ "DiedValue": "Data śmierci: {0}",
+ "BornValue": "Data urodzenia: {0}",
+ "EnableColorCodedBackgrounds": "Zastosuj kolorowe tła do multimediów, na podstawie ich kategorii",
+ "SortChannelsBy": "Sortuj kanały wg",
+ "ChannelNumber": "Numer kanału",
+ "HeaderBenefitsEmbyPremiere": "Korzyści z subskrypcji Premium",
+ "ThankYouForTryingEnjoyOneMinute": "Korzystaj z jednej minuty odtwarzania. Dziękujemy za wypróbowanie Emby.",
+ "HeaderTryPlayback": "Wypróbuj odtwarzanie",
+ "HowDidYouPay": "W jaki sposób zapłaciłeś?",
+ "IHaveEmbyPremiere": "Posiadam subskrypcję Premium",
+ "IPurchasedThisApp": "Kupiłem tę aplikację",
+ "ButtonRestorePreviousPurchase": "Przywróć zakup",
+ "ButtonUnlockWithPurchase": "Odblokuj zamawiając subskrypcję",
+ "ButtonUnlockPrice": "Odblokuj {0}",
+ "EmbyPremiereMonthlyWithPrice": "Miesięczna subskrypcja Premium {0}",
+ "HeaderAlreadyPaid": "Już opłacone?",
+ "ButtonPlayOneMinute": "Odtwarzaj jedną minutę",
+ "PlaceFavoriteChannelsAtBeginning": "Umieszczaj ulubione kanały na początku",
+ "HeaderUnlockFeature": "Odblokuj funkcję",
+ "MessageDidYouKnowCinemaMode": "Czy wiedziałeś, że dzięki subskrypcji Premium, możesz rozszerzyć możliwości serwera o dodatkowe funkcje, takie jak czołówki kinowe?",
+ "HeaderPlayMyMedia": "Odtwarzaj pozycję",
+ "HeaderDiscoverEmbyPremiere": "Odkryj funkcje subskrypcji Premium",
+ "HeaderNowPlaying": "Teraz odtwarzane",
+ "Items": "Pozycje",
+ "AppName": "Nazwa aplikacji",
+ "OneChannel": "Jeden kanał",
+ "ConfirmRemoveDownload": "Usunąć pobraną pozycję?",
+ "ConfirmRemoveItem": "Usunąć przedmiot?",
+ "RemoveDownload": "Usuń pobraną pozycję",
+ "ConfirmCancelConversion": "Anulować konwersję?",
+ "CancelConversion": "Anuluj konwersję",
+ "KeepDownload": "Zachowaj pobraną pozycję",
+ "AddedOnValue": "Dodano {0}",
+ "RemovingFromDevice": "Usuń z urządzenia",
+ "KeepOnDevice": "Zachowaj na urządzeniu",
+ "CancelDownload": "Anuluj pobieranie",
+ "SyncJobItemStatusReadyToTransfer": "Gotowe do transferu",
+ "SyncJobItemStatusSyncedMarkForRemoval": "Usuwanie z urządzenia",
+ "SyncJobItemStatusQueued": "Dodano do kolejki",
+ "SyncJobItemStatusConverting": "Konwertowanie",
+ "SyncJobItemStatusTransferring": "Transferowanie",
+ "SyncJobItemStatusSynced": "Pobrano",
+ "Failed": "Nie powiodło się",
+ "SyncJobItemStatusRemovedFromDevice": "Usunięto z urządzenia",
+ "Cancelled": "Anulowano",
+ "Retry": "Ponów",
+ "Continue": "Kontynuuj",
+ "ContinueInSecondsValue": "Kontynuuj za {0} sekund.",
+ "HeaderRemoteControl": "Zdalne sterowanie",
+ "Disconnect": "Rozłącz",
+ "EnableDisplayMirroring": "Duplikuj zawartość ekranu",
+ "RemoteAccess": "Zdalny dostęp",
+ "HeaderPlayOn": "Odtwarzaj na",
+ "Quality": "Jakość",
+ "Auto": "Automatycznie",
+ "AndroidUnlockRestoreHelp": "W celu odzyskania poprzedniego zakupu, upewnij się, że zalogowałeś się na urządzeniu przy pomocy tego samego konta Google (lub Amazon), którym pierwotnie dokonałeś zakupu. Upewnij się, że sklep aplikacji działa poprawnie i nie jest ograniczony kontrolą rodzicielską, a Twoje połączenie z Internetem jest aktywne. Musisz to zrobić tylko raz, aby przywrócić poprzedni zakup.",
+ "HeaderAspectRatio": "Proporcje",
+ "Original": "Orignalne",
+ "Fill": "Rozciągnij",
+ "Cover": "Okładka",
+ "MessageNoServersAvailableToConnect": "Brak serwerów dostępnych do połączenia. Jeśli zostałeś zaproszony do korzystania z serwera, upewnij się, że je zaakceptowałeś poniżej lub za naciskając na łącze w wiadomości pocztowej.",
+ "MessagePlayAccessRestricted": "Odtwarzanie tej zawartości jest aktualnie ograniczone. Skontaktuj się z administratorem serwera, aby uzyskać dodatkowe informacje.",
+ "Accept": "Akceptuj",
+ "Reject": "Odrzuć",
+ "Connect": "Połacz",
+ "HeaderMyMedia": "Moje media",
+ "HeaderMyMediaSmall": "Moje media (małe)",
+ "LatestFromLibrary": "{0} ostatnio dodane",
+ "HeaderLatestEpisodes": "Odcinki ostatnio dodane",
+ "ContinuePlaying": "Kontynuuj odtwarzanie",
+ "ContinueWatching": "Kontynuuj odtwarzanie",
+ "HeaderLatestChannelMedia": "Kanały ostatnio dodane",
+ "HeaderContinueWatching": "Kontynuuj odtwarzanie",
+ "HeaderContinueListening": "Kontynuuj słuchanie",
+ "HeaderActiveRecordings": "Nagrania aktywne",
+ "HeaderLatestRecordings": "Nagrania ostatnio dodane",
+ "LabelConvertTo": "Konwertuj do",
+ "LabelDownloadTo": "Pobierz do",
+ "HeaderDownloadToDots": "Pobierz do…",
+ "Next": "Następny",
+ "LabelSource": "Źródło",
+ "VersionNumber": "Wersja {0}",
+ "HeaderAllLanguages": "Wszystkie języki",
+ "Previous": "Poprzedni",
+ "HeaderNextUp": "Do obejrzenia",
+ "HeaderPlayNextUp": "Odtwarzaj następne",
+ "HeaderLatestFrom": "{0} ostatnio dodane",
+ "LabelHomeScreenSectionValue": "Sekcja ekranu startowego {0}",
+ "PasswordResetComplete": "Hasło zostało zresetowane.",
+ "PasswordSaved": "Hasło zapisane.",
+ "SettingsSaved": "Zapisano ustawienia",
+ "Upcoming": "Wkrótce",
+ "HeaderSelectImageFile": "Wybierz grafikę",
+ "None": "Brak",
+ "More": "Więcej",
+ "Up": "W górę",
+ "Down": "W dół",
+ "Home": "Start",
+ "Back": "Wróć",
+ "Random": "Losowo",
+ "Playback": "Odtwarzanie",
+ "Favorites": "Ulubione",
+ "HeaderHomeScreen": "Ekran startowy",
+ "HeaderLatestChannelItems": "Kanały ostatnio odtwarzane",
+ "HeaderLibraryOrder": "Kolejność biblioteki",
+ "HeaderOnNow": "Teraz",
+ "HeaderForKids": "Dla dzieci",
+ "HeaderPlaybackError": "Błąd Odtwarzania",
+ "PlaybackErrorNotAllowed": "Brak uprawnień do odtwarzania tej zawartości. Skontaktuj się z administratorem serwera, aby uzyskać dodatkowe informacje.",
+ "RateLimitExceeded": "Twoje konto przekroczyło maksymalną liczbę strumieni ustawioną przez twojego administratora serwera Emby. Skontaktuj się z nim w celu uzyskania pomocy.",
+ "PlaybackErrorNoCompatibleStream": "Brak kompatybilnych transmisji. Spróbuj ponownie później lub skontaktuj się z administratorem serwera, aby uzyskać dodatkowe informacje.",
+ "PlaybackErrorPlaceHolder": "Proszę włożyć dysk, aby odtwarzać to wideo.",
+ "PlaybackErrorNoPlayableItems": "Nie znaleziono odtwarzalnych pozycji. Czy próbujesz odtworzyć pusty folder?",
+ "Guide": "Przewodnik",
+ "Games": "Gry",
+ "GameSystem": "System gier",
+ "Suggestions": "Polecane",
+ "HeaderFavoriteChannels": "Ulubione kanały",
+ "HeaderFavoriteCollections": "Kolekcje ulubione",
+ "HeaderFavoritePlaylists": "Listy ulubione",
+ "Collection": "Kolekcja",
+ "Collections": "Kolekcje",
+ "LabelSelectFolderGroups": "Grupuj zawartość z następujących folderów w widokach taki, jak Filmy, Muzyka i Seriale:",
+ "LabelSelectFolderGroupsHelp": "Foldery, które nie zostały zaznaczone, będą wyświetlane w swoich własnych, osobnych widokach.",
+ "Mute": "Wycisz",
+ "Unmute": "Włącz dźwięk",
+ "Folder": "Folder",
+ "Folders": "Foldery",
+ "FileName": "Nazwa pliku",
+ "DisplayInOtherHomeScreenSections": "Wyświetlaj na alternatywnym ekranie startowym sekcje Ostatnio dodane i Kontynuuj odtwarzanie",
+ "DisplayInMyMedia": "Wyświetlaj na ekranie startowym",
+ "Shows": "Seriale",
+ "MoviesAndShows": "Filmy i Seriale",
+ "HeaderMusicVideo": "Teledysk",
+ "HeaderMusicVideos": "Teledyski",
+ "MusicVideos": "Teledyski",
+ "Videos": "Wideo",
+ "MixedContent": "Zawartość mieszana",
+ "HomeVideos": "Nagrania prywatne",
+ "HomeVideosAndPhotos": "Nagrania i zdjęcia prywatne",
+ "TVShows": "Seriale",
+ "HeaderLibraryFolders": "Foldery biblioteki",
+ "HeaderTermsOfPurchase": "Zasady zakupu",
+ "PrivacyPolicy": "Polityka prywatności",
+ "TermsOfUse": "Zasady użytkowania",
+ "HeaderRepeatMode": "Tryb powtarzania",
+ "HeaderToneMapping": "Mapowanie tonów",
+ "RepeatOne": "Powtarzaj jedno",
+ "RepeatAll": "Powtarzaj wszystko",
+ "LabelDefaultScreen": "Ekran domyślny",
+ "ConfirmEndPlayerSession": "Czy chcesz zamknąć Emby na {0}?",
+ "Yesterday": "Wczoraj",
+ "Yes": "Tak",
+ "No": "Nie",
+ "HeaderScanLibraryFiles": "Skanuj pliki",
+ "LiveTV": "Telewizja",
+ "Schedule": "Zaplanuj",
+ "Recordings": "Nagrania",
+ "ScanForNewAndUpdatedFiles": "Skanuj w poszukiwaniu nowych lub zaktualizowanych plików",
+ "NewVersionOfXAvailableForY": "{0} jest dostępne dla {1}",
+ "DirectStreamHelp1": "Media są kompatybilne z urządzeniem w kwestii rozdzielczości i typu (H.264, AC3, etc), ale kontener pliku jest niekompatybilny (.mkv, .avi, .wmv, etc). Wideo zostanie przepakowane w locie przed rozpoczęciem transmisji do urządzenia.",
+ "DirectStreamHelp2": "Transmisja bezpośrednia pliku używa niewiele mocy przetwarzania, bez utraty jakości wideo.",
+ "MediaIsBeingConverted": "Media będą konwertowane do formatu kompatybilnego z urządzeniem, na który będą odtwarzane.",
+ "StatsForNerds": "Statystyki dla maniaków",
+ "HeaderHardwareAcceleratedDecoding": "Przyspieszone dekodowanie sprzętowe",
+ "HeaderHardwareAcceleratedEncoding": "Przyspieszone kodowanie sprzętowe",
+ "HeaderDirectPlay": "Odtwarzanie bezpośrednie",
+ "DirectPlaying": "Odtwarzanie bezpośrednie",
+ "DirectStreaming": "Transmisja bezpośrednia",
+ "Transcode": "Transkodowanie",
+ "Transcoding": "Transkodowanie",
+ "ContainerBitrateExceedsLimit": "Zmniejszenie szybkości transmisji z powodu ustawień jakości",
+ "VideoCodecNotSupported": "Konwersja wideo do kompatybilnego kodeka",
+ "AudioCodecNotSupported": "Konwersja dźwięku do kompatybilnego kodeka",
+ "SubtitleCodecNotSupported": "Konwersja napisów bezpośrednio do filmu",
+ "DirectPlayError": "Odzyskiwanie po błędzie odtwarzania",
+ "ContainerNotSupported": "Konwersja do kompatybilnego kontenera",
+ "VideoLevelNotSupported": "Konwersja do kompatybilnego poziomu wideo",
+ "AudioBitrateNotSupported": "Konwersja do kompatybilnej szybkości transmisji dźwięku",
+ "AudioChannelsNotSupported": "Konwersja do kompatybilnej liczby kanałów dźwięku",
+ "VideoResolutionNotSupported": "Konwersja do kompatybilnej rozdzielczości wideo",
+ "AudioProfileNotSupported": "Konwersja do kompatybilnego profilu dźwięku",
+ "AudioSampleRateNotSupported": "Konwersja do kompatybilnej częstotliwości próbkowania dźwięku",
+ "AnamorphicVideoNotSupported": "Nieobsługiwane wideo anamorficzne",
+ "InterlacedVideoNotSupported": "Usuwanie przeplotu z obrazu wideo",
+ "SecondaryAudioNotSupported": "Wybieranie drugiej ścieżki dźwiękowej",
+ "ExternalAudioNotSupported": "Wybieranie zewnętrznej ścieżki audio",
+ "ErrorRemovingEmbyConnectAccount": "Podczas usuwania konta Emby Connect wystąpił błąd. Upewnij się, że połączenie internetowe jest aktywne i spróbuj ponownie.",
+ "HeaderEmbyAccountRemoved": "Usunięto konto Emby",
+ "MessageEmbyAccontRemoved": "Konto Emby zostało usunięte dla tego użytkownika.",
+ "HeaderInvitationSent": "Wysłano zaproszenie",
+ "Offline": "Niedostępny",
+ "HeaderSignUp": "Zarejestruj",
+ "ServerDownloadMessage": "W celu pobrania i zainstalowania darmowego serwera Emby odwiedź {0}",
+ "ServerDownloadMessageWithoutLink": "W celu pobrania i zainstalowania darmowego serwera Emby odwiedź stronę internetową Emby.",
+ "MessageInvitationSentToUser": "Wiadomość pocztowa, z prośbą o akceptację zaproszenia współużytkowania, została wysłana do {0}.",
+ "MessageInvitationSentToNewUser": "Wiadomość pocztowa, z prośbą o rejestrację konta Emby, została wysłana do {0}.",
+ "GuestUserNotFound": "Użytkownik nie istnieje. Upewnij się, że nazwa jest poprawna lub spróbuj wprowadzając adres pocztowy.",
+ "ErrorReachingEmbyConnect": "Podczas próby połączenia z serwerem Emby Connect wystąpił błąd. Upewnij się, że połączenie internetowe jest aktywne i spróbuj ponownie.",
+ "ErrorAddingEmbyConnectAccount1": "Podczas dodawania konta Emby Connect wystąpił błąd. Czy utworzyłeś wcześniej konto Emby? Zarejestruj się na {0}.",
+ "ErrorAddingEmbyConnectAccount2": "Jeśli ciągle masz problem, wyślij wiadomości na adres {0}, z adresu pocztowego skojarzonego z kontem Emby.",
+ "ErrorAddingGuestAccount1": "Podczas dodawania konta Emby Connect wystąpił błąd. Czy użytkownik gościnny utworzył konto Emby? Użytkownicy gościnni mogą się zarejestrować na stronie {0}.",
+ "ErrorAddingGuestAccount2": "Jeśli ciągle masz problem, wyślij wiadomości na adres {0}, podając własny adres pocztowy oraz użytkowników.",
+ "MessageEmbyAccountAdded": "Konto Emby zostało dodane do użytkownika.",
+ "MessagePendingEmbyAccountAdded": "Konto Emby zostało połączone z tym użytkownikiem. Wiadomość pocztowa została wysłana do właściciela tego konta. Wymagane będzie potwierdzenie zaproszenia, poprzez naciśnięcie na łącze umieszczone w wiadomości.",
+ "HeaderEmbyAccountAdded": "Dodano konto Emby",
+ "Skip": "Pomiń",
+ "HeaderAdditionalParts": "Dodatkowe części",
+ "ButtonGenerateNewPin": "Wygeneruj nowy PIN",
+ "ConnectLoginHelp1": "Przy pomocy Emby Connect możesz łatwo uzyskać dostęp do swojego serwera Emby gdziekolwiek jesteś i podzielić się serwerem z Twoją rodziną i przyjaciółmi.",
+ "CreatePinErrorMessage": "Uruchom ponownie",
+ "PinExpiredMessage": "Kod PIN wygasł. Naciśnij przycisk Wygeneruj nowy PIN i spróbuj ponownie.",
+ "ConnectPinCodeHeader": "W celu zalogowania się do Emby Connect, użyj urządzenia mobilnego lub komputera, aby odwiedzić {0} i wpisz następujący kod PIN:",
+ "LabelSubtitlePlaybackMode": "Tryb napisów",
+ "ErrorDeletingItem": "Podczas usuwania pozycji z serwera Emby wystąpił błąd. Upewnij się, że serwer ma uprawnienia do zapisu w folderze mediów i spróbuj ponownie.",
+ "NoSubtitles": "Brak napisów",
+ "Default": "Domyślny",
+ "Absolute": "Bezwzględnie",
+ "Smart": "Inteligentny",
+ "Small": "Mały",
+ "Smaller": "Mniejsze",
+ "Medium": "Średni",
+ "Large": "Duży",
+ "Larger": "Większy",
+ "ExtraLarge": "Wielki",
+ "ExtraSmall": "Bardzo mały",
+ "Forced": "Wymuszone",
+ "External": "Zewnętrzny",
+ "HeaderEmbeddedTitle": "Wbudowany tytuł",
+ "OnlyForcedSubtitles": "Tylko wymuszone napisy",
+ "AlwaysPlaySubtitles": "Zawsze wyświetlaj napisy",
+ "DefaultSubtitlesHelp": "Napisy będą wczytywane w oparciu o znaczniki metadanych ścieżek dźwiękowych. Preferencje językowe brane są pod uwagę, gdy dostępnych jest wiele możliwości.",
+ "SmartSubtitlesHelp": "W przypadku, gdy ścieżka dźwiękowa jest w języku obcym, zostaną wczytane napisy w preferowanym języku.",
+ "HeaderSubtitleSettings": "Ustawienia napisów",
+ "HeaderSubtitleAppearance": "Wygląd napisów",
+ "OnlyForcedSubtitlesHelp": "Tylko napisy oznaczone jako wymuszone będą wczytywane.",
+ "AutoSelectHearingImpairedHelp": "Wczytane zostaną napisy odpowiadające preferencjom językowym, przy czym preferowane będą ścieżki oznaczone jako niedosłyszące (SDH).",
+ "AlwaysPlaySubtitlesHelp": "Napisy pasujące do preferowanego języka będą wczytywane, niezależnie od języka ścieżki dźwiękowej.",
+ "NoSubtitlesHelp": "Domyślnie napisy nie będą wczytywane. Można je ciągle włączyć ręcznie podczas odtwarzania.",
+ "LabelPreferredSubtitleLanguage": "Preferowany język napisów",
+ "LabelTextSize": "Rozmiar tekstu",
+ "TheseSettingsAffectSubtitlesOnThisDevice": "Te ustawienia dotyczą napisów na tym urządzeniu",
+ "LabelDropShadow": "Cień",
+ "LabelTextBackgroundColor": "Kolor tła tekstu",
+ "LabelWindowBackgroundColor": "Kolor tła tekstu",
+ "LabelFont": "Czcionka",
+ "LabelTextColor": "Kolor tekstu",
+ "LabelBackgroundColor": "Kolor tła",
+ "LabelBackgroundOpacity": "Krycie tła",
+ "Raised": "Wypukły",
+ "Depressed": "Wklęsły",
+ "Uniform": "Jednolity",
+ "DropShadow": "Rozproszony",
+ "SmallCaps": "Kapitaliki",
+ "SubtitleAppearanceSettingsDisclaimer": "Te ustawienia nie mają zastosowania do napisów graficznych (PGS, DVD, etc) lub napisów, które posiadają swoje własne wbudowane style (ASS/SSA).",
+ "Normal": "Normalny",
+ "HeaderWaitingForWifi": "Oczekiwanie na sieć WiFi",
+ "WifiRequiredToDownload": "Połączenie WiFi jest wymagane, aby kontynuować pobieranie.",
+ "DownloadOnlyOnWifi": "Pobieraj tylko przez WiFi",
+ "LabelMusicDownloadQuality": "Jakoś pobieranej muzyki",
+ "MusicDownloadQualityHelp": "Pliki dźwiękowe o wyższej przepływności będą konwertowane przez serwer Emby. Wybierz wyższą wartość dla lepszej jakości lub niższą wartość w celu oszczędzenia lokalnej przestrzeni dyskowej.",
+ "HeaderDownloadSettings": "Ustawienia pobierania",
+ "LabelDownloadLocation": "Lokalizacja pobierania",
+ "BrowseForFolder": "Przeglądaj",
+ "Unlimited": "Nieograniczony",
+ "NoLimit": "Bez limitu",
+ "Hide": "Ukryj",
+ "HeaderKeepWatching": "Kontynuuj oglądanie",
+ "HeaderNextEpisode": "Następny odcinek",
+ "AudioBitDepthNotSupported": "Konwersja do kompatybilnej głębi bitowej dźwięku",
+ "VideoBitrateNotSupported": "Converting to compatible video bitrate",
+ "VideoProfileNotSupported": "Konwersja do kompatybilnego profilu wideo",
+ "VideoFramerateNotSupported": "Konwersja do kompatybilnej częstotliwości odświeżania wideo",
+ "VideoBitDepthNotSupported": "Konwersja do kompatybilnej głębi bitowej wideo",
+ "RefFramesNotSupported": "Konwersja do kompatybilnej liczby klatek referencyjnych wideo",
+ "ErrorConnectServerUnreachable": "Podczas wykonywania żądanej operacji wystąpił błąd. Połączenie z Twojego serwera z serwerem Emby Connect z {0} było niemożliwe. Upewnij się, że połączenie internetowe na Twoim serwerze jest aktywne i komunikacja jest dozwolona przez zaporę sieciową i zainstalowane oprogramowanie antywirusowe.",
+ "HeaderStopRecording": "Zatrzymaj nagrywanie",
+ "ManageRecording": "Zarządzaj nagrywaniem",
+ "LabelDropImageHere": "Przeciągnij i upuść obraz tutaj lub naciśnij przycisk, aby wybrać obraz do przesłania.",
+ "MessageFileReadError": "Podczas wczytywania plików wystąpił błąd. Spróbuj ponownie później.",
+ "Browse": "Przeglądaj",
+ "HeaderUploadImage": "Przekaż obraz",
+ "HeaderAddUpdateImage": "Dodaj / Aktualizuj obraz",
+ "HeaderShowFields": "Pokazuj pola",
+ "LabelView": "Widok",
+ "LabelImageType": "Typ obrazu",
+ "Upload": "Przekaż",
+ "Primary": "Podstawowy",
+ "PrimaryImageBlur": "Rozmycie obrazu podstawowego",
+ "Art": "Przezrocze",
+ "Backdrop": "Fototapeta",
+ "Banner": "Baner",
+ "Box": "Pudełko",
+ "BoxRear": "Pudełko (tył)",
+ "Disc": "Dysk",
+ "Logo": "Logo",
+ "LogoDark": "Logo (ciemna wersja)",
+ "LogoLight": "Logo (jasna wersja)",
+ "LogoLightColor": "Logo (jasne z kolorem)",
+ "Menu": "Menu",
+ "Screenshot": "Zrzut ekranu",
+ "Thumb": "Miniatura",
+ "HeaderAudioSettings": "Ustawienia dźwięku",
+ "LabelAudioLanguagePreference": "Preferowany język ścieżki dźwiękowej",
+ "LabelPlayDefaultAudioTrack": "Odtwarzaj domyślną ścieżkę dźwiękową niezależnie od języka",
+ "HeaderVideoQuality": "Jakość wideo",
+ "CinemaModeConfigurationHelp": "Czołówki kinowe wnoszą kinowe doświadczenia wprost do Twojego salonu, z możliwością odtwarzania zwiastunów filmowych i niestandardowych czołówek przez seansem.",
+ "ShowUpNextPreview": "Pokaż następny podgląd",
+ "ShowUpNextPreviewHelp": "Wyświetla informacje o następnym elemencie w pobliżu końca bieżącego.",
+ "PlayNextEpisodeAutomatically": "Odtwarzaj następny odcinek automatycznie",
+ "LabelMaxChromecastBitrate": "Jakość transmisji Chromecast",
+ "LabelSkipBackLength": "Długość skoku wstecz",
+ "LabelSkipForwardLength": "Długość skoku wprzód",
+ "EnableCinemaMode": "Aktywuj czołówki kinowe",
+ "LabelInternetQuality": "Jakość dla sieci internetowej",
+ "LabelCellularQuality": "Jakość zdalnego przesyłania strumieniowego (sieć komórkowa)",
+ "HeaderMusicQuality": "Jakość muzyki",
+ "LabelHomeNetworkQuality": "Jakość dla sieci lokalnej",
+ "HeaderLatestMedia": "Media ostatnio dodane",
+ "HeaderRestartingEmbyServer": "Trwa ponownie uruchomienie serwera Emby",
+ "RestartPleaseWaitMessage": "Czekaj na zamknięcie i ponowne uruchomienie serwera Emby. To może trwać ok. jednej, dwóch minut.",
+ "HeaderPlayNext": "Odtwarzaj następne",
+ "AutoBasedOnLanguageSetting": "Automatyczna (w oparciu o ustawienia urządzenia)",
+ "SameAsMainTheme": "Taki sam jak podstawowy motyw",
+ "LabelDateTimeLocale": "Strefa czasowa",
+ "Genre": "Gatunek",
+ "DirectorValue": "Reżyser: {0}",
+ "DirectorsValue": "Reżyserzy: {0}",
+ "GenreValue": "Gatunek: {0}",
+ "GenresValue": "Gatunki: {0}",
+ "TagsValue": "Znaczniki: {0}",
+ "Off": "Wyłączone",
+ "Title": "Tytuł",
+ "Year": "Rok",
+ "Filter": "Filtr",
+ "Filters": "Filtry",
+ "Unplayed": "Nieodtwarzane",
+ "LabelTVHomeScreen": "Ekran startowy trybu telewizyjnego",
+ "Horizontal": "Horyzontalny",
+ "Vertical": "Pionowy",
+ "HeaderGroupBy": "Grupa według",
+ "HeaderMediaType": "Typ nośnika",
+ "GroupBySeries": "Grupuj po serialach",
+ "HeaderVideoType": "Typ wideo",
+ "HeaderSeriesStatus": "Stan serialu",
+ "Features": "Funkcje",
+ "Trailers": "Zwiastuny",
+ "Extras": "Materiały dodatkowe",
+ "ThemeSongs": "Motywy muzyczne",
+ "ThemeVideos": "Motywy wideo",
+ "HeaderFavoriteMovies": "Filmy ulubione",
+ "HeaderFavoritePhotos": "Ulubione zdjęcia",
+ "HeaderFavoriteShows": "Seriale ulubione",
+ "HeaderFavoriteEpisodes": "Odcinki ulubione",
+ "HeaderFavoriteVideos": "Wideo ulubione",
+ "HeaderFavoriteMusicVideos": "Ulubione Teledyski",
+ "HeaderFavoriteGames": "Gry ulubione",
+ "HeaderFavoriteArtists": "Wykonawcy ulubieni",
+ "HeaderFavoriteAlbums": "Albumy ulubione",
+ "HeaderFavoriteSongs": "Utwory ulubione",
+ "HeaderFavoriteAuthors": "Ulubieni autorzy",
+ "HeaderFavoriteAudioBooks": "Ulubione audiobooki",
+ "Ascending": "Rosnąco",
+ "Descending": "Malejąco",
+ "HeaderColorPrimaries": "Wzorce kolorów",
+ "HeaderColorSpace": "Przestrzeń kolorów",
+ "HeaderColorTransfer": "Transfer kolorów",
+ "HeaderVideoRange": "Zakres wideo",
+ "SeriesDisplayOrderHelp": "Sortuje odcinki po dacie emisji, kolejności na DVD lub bezwzględnej numeracji.",
+ "LabelVerticalPositionFromBottom": "Pozycja w pionie (od dołu)",
+ "HeaderFavoritePeople": "Ulubione osoby",
+ "MultiSelect": "Wielokrotny wybór",
+ "HeaderSignOut": "Wyloguj",
+ "HeaderSelectServer": "Wybierz serwer",
+ "HeaderChangeServer": "Zmień serwer",
+ "HeaderChangeUser": "Zmień użytkownika",
+ "HeaderAppSettings": "Ustawienia aplikacji",
+ "HeaderLoginSettings": "Ustawienia logowania",
+ "LabelRememberLogin": "Zapamiętaj logowanie",
+ "LabelAutomaticallySignOut": "Wyloguj automatycznie",
+ "BetaTesterMessage": "Dziękujemy za bycie beta testerem Emby! Prosimy o pozostawienie opinii w {0} Obszarze Testowym Społeczności Emby{1}.",
+ "HardwareAccelerated": "Sprzętowa akceleracja",
+ "Software": "Programowo",
+ "Metadata": "Metadane",
+ "HeaderMediaInfo": "Informacje o mediach",
+ "Locked": "Zablokowane",
+ "HeaderSplitVersionsApart": "Rozdzielaj części",
+ "Any": "Dowolne",
+ "Admin": "Administrator",
+ "HeaderReadMore": "Przeczytaj więcej",
+ "CustomRatingHelp": "Własna kategoria wiekowa pozwala na ograniczenia wiekowe, ale nie jest wyświetlana. Oficjalna kategoria wiekowa jest wciąż widoczna.",
+ "KeepUpToHelp": "Nagrania ponad limit są usuwane, gdy rozpocznie się nowe. Najpierw usuwane są najstarsze nagrania, zgodnie z datą dodania.",
+ "NoItemsMatchingFound": "Nie znaleziono pasujących pozycji.",
+ "TwoSearchCharsRequired": "Wprowadź przynajmniej dwie litery wyszukiwania",
+ "PreventPlaybackContinuing": "Zapobiega odtwarzaniu w nieskończoność, poprzez prośbę o interakcję użytkownika.",
+ "PromptStillWatching": "Aktywuj wyskakujące okno \"Nadal oglądasz?\"",
+ "HeaderMissingMetadata": "Brakujące metadane",
+ "HeaderIncludedIn": "Zawarty w",
+ "EmbyConnectUserAlreadyLinked": "Użytkownik Emby Connect jest już połączony z innym użytkownikiem na tym serwerze.",
+ "VideoFilesWillBeConvertedTo": "Przekonwertowane wideo będą zapisywane jako {0}.",
+ "VideoWillBeConvertedTo": "Strumienie wideo zostaną przekonwertowane na {0} lub skopiowane z oryginalnego pliku, jeśli są już {0}, a jakość mieści się w opcjach konwersji.",
+ "VideoWillBeConvertedToOrCopied": "Strumienie wideo zostaną przekonwertowane na {0} lub skopiowane z oryginalnego pliku, jeśli są którymś z ({1}), a ich jakość mieści się w opcjach konwersji.",
+ "AudioWillBeConvertedTo": "Strumienie audio zostaną przekonwertowane na {0} lub skopiowane z oryginalnego pliku, jeśli są już {0}, a jakość mieści się w opcjach konwersji.",
+ "AudioWillBeConvertedToOrCopied": "Strumienie audio zostaną przekonwertowane na {0} lub skopiowane z oryginalnego pliku, jeśli są którymś z ({1}), a jakość mieści się w opcjach konwersji.",
+ "HeaderSpecialKeys": "Klawisze specjalne",
+ "FollowingSpecialKeys": "Na większości klawiatur i pilotów obsługiwane są następujące klawisze specjalne:",
+ "HeaderDeleteSeries": "Usuń serial",
+ "HeaderDeleteLastPlayedEpisode": "Usuń ostatnio odtwarzany odcinek",
+ "HeaderConnectingToServer": "Łączenie z serwerem",
+ "ServerNameValue": "Nazwa serwera: {0}",
+ "DomainValue": "Domena: {0}",
+ "RatedValue": "Ocenione {0}",
+ "LocalServerRedirectMessage": "Zostaniesz teraz przekierowany do domeny, której właścicielem i operatorem jest administrator serwera, z którym chcesz się połączyć:",
+ "AllMediaOwnedHosted": "Wszystkie media są hostowane i zarządzane przez właściciela {0}.",
+ "EnableResolutionSwitching": "Dopasowanie rozdzielczości wideo",
+ "EnableResolutionSwitchingHelp": "Umożliwia to Emby zmianę rozdzielczości na tę samą wartość, w której wideo zostało zakodowane przed rozpoczęciem odtwarzania. Może to pomóc zminimalizować ilość zacinania się / zakłóceń, które w przeciwnym razie można by zobaczyć podczas odtwarzania filmów, które nie są dobrze dopasowane.",
+ "EnableDisplayRefreshRateSwitching": "Włącz przełączanie częstotliwości odświeżania wyświetlacza",
+ "EnableDisplayRefreshRateSwitchingHelp": "Dzięki temu Emby może zmienić częstotliwość odświeżania wyświetlacza na tę samą wartość (lub wielokrotność) co szybkość klatek, w której wideo zostało zakodowane przed rozpoczęciem odtwarzania. Pomaga to zminimalizować zacinanie się/drżenie, które można by zobaczyć podczas odtwarzania filmów, które nie pasują do siebie.",
+ "RememberSelectedAudioTracks": "Zapamiętaj wybór ścieżki dźwiękowej",
+ "RememberSelectedSubtitleTracks": "Zapamiętaj wybór ścieżki napisów",
+ "RememberSelectedSubtitleTracksHelp": "Wybrane ścieżki napisów będą zapamiętywane dla każdego filmu i ponownie zastosowane podczas ponownego odtwarzania tego samego filmu.",
+ "RememberSelectedAudioTracksHelp": "Wybrane ścieżki audio będą zapamiętywane dla każdego filmu i ponownie zastosowane podczas ponownego odtwarzania tego samego filmu.",
+ "ClearSavedTrackSelections": "Wyczyść zapisane wybory ścieżek",
+ "HeaderClearTrackSelections": "Wyczyść zapisane wybory ścieżek",
+ "QuestionClearSavedTracks": "Czy na pewno chcesz usunąć zapisane wybory ścieżek?",
+ "LabelChannelTags": "Tagi kanału",
+ "AfterThisPlaysConfirmation": "Czy po tym odtworzeniu chcesz dalej odtwarzać, czy wyczyścić muzykę, którą wcześniej umieściłeś w kolejce?",
+ "Keep": "Zachowaj",
+ "Clear": "Wyczyść",
+ "HeaderClearFilters": "Wyczyść filtry",
+ "HeaderSearchForImages": "Szukaj grafik",
+ "HeaderSearchNewImage": "Szukaj nowej grafiki",
+ "HeaderSearchForAnImage": "Szukaj grafiki",
+ "DragDropToReorder": "Przeciągnij i upuść, aby zmienić kolejność",
+ "HeaderAddImageFromUrl": "Dodaj grafikę z linku URL",
+ "HeaderSetImageFromUrl": "Ustaw grafikę z linku URL",
+ "LabelUrl": "Link",
+ "LabelChannelNumber": "Numer kanału",
+ "LabelGuideDataChannel": "Kanał przewodnika",
+ "GuideDataSource": "Źródło danych przewodnika",
+ "HeaderCopyToClipboard": "Skopiuj do schowka",
+ "TimeRemainingValue": "{0} pozostało",
+ "LabelResumeRewindSeconds": "Podczas wznawiania automatycznie przewijaj",
+ "ResumeRewindSecondsHelp": "Może to pomóc w zapamiętaniu miejsca, w którym przerwano odtwarzanie. Dotyczy to początkowego wznowienia, a nie każdej pojedynczej pauzy podczas odtwarzania.",
+ "HeaderSavePlayQueueToPlaylist": "Zapisz kolejkę odtwarzania do listy odtwarzania",
+ "EnableLogoImagesAsTitle": "Wyświetlaj grafiki logo jako tytuły podczas wyświetlania szczegółów",
+ "EnableLogoImagesAsTitleHelp": "Jeśli dostępne, obrazy logo mogą być używane zamiast tekstu tytułowego na ekranach wideo, serialach i innych ekranach szczegółowych. Tytuł zmieni się w tekst, gdy obraz logo nie będzie dostępny.",
+ "LabelNowPlayingAudioBackgroundStyle": "Styl tła podczas odtwarzania audio",
+ "LabelNowPlayingVideoBackgroundStyle": "Styl tła podczas odtwarzania filmu",
+ "NowPlayingVideoBackgroundStyleHelp": "Określa styl tła podczas zdalnego sterowania odtwarzaniem wideo na innym urządzeniu.",
+ "Rotation": "Obrót",
+ "Minutes": "Minuty",
+ "LabelMaxRecordingLength": "Maksymalna długość nagrania",
+ "MaxRecordingLengthHelp": "Ogranicz nagrania do określonego czasu, niezależnie od czasu trwania programu. Ustawienie 0 oznacza brak ograniczenia.",
+ "RemoteWAN": "Zdalny adres (WAN)",
+ "HeaderLastConnectedTo": "Ostatnio połączony z",
+ "Version": "Wersja",
+ "Keyword": "Słowo kluczowe",
+ "HeaderServerAddress": "Adres serwera",
+ "HeaderSkipIntro": "Pomiń czołówkę",
+ "HeaderCreateRecording": "Utwórz nagranie",
+ "HeaderAddRecording": "Dodaj nagranie",
+ "HeaderChannelAndTime": "Kanał i czas",
+ "LabelRecordProgramOrSeriesFrom": "Nagrywaj program lub serię od",
+ "LabelStartTime": "Czas startu",
+ "LabelEndTime": "Czas zakończenia",
+ "LabelFrequency": "Częstotliwość",
+ "Recurring": "Powtarzające się",
+ "Once": "Raz",
+ "Start": "Rozpocznij",
+ "Unpause": "Wznów",
+ "LabelIntroSkipMode": "Pomijanie czołówki",
+ "ShowSkipIntroButton": "Pokaż przycisk \"Pomiń czołówkę\"",
+ "AutoSkipIntro": "Automatycznie pomijaj czołówkę",
+ "DisplayRatingInformationOnVideoPlaybackStart": "Wyświetl ocenę podczas rozpoczęcia odtwarzania wideo",
+ "DisplayRatingInformationOnVideoPlaybackStartHelp": "Informacja o ocenie zostanie wyświetlona, gdy rozpocznie się odtwarzanie wideo.",
+ "IntroSkipModeHelp": "Wyświetl przycisk \"Pomiń czołówkę\" lub pomijaj ją automatycznie dla odcinków, w których serwer Emby wykrył jej znaczniki. Wykrywanie czołówki musi być włączone w opcjach biblioteki serwera Emby.",
+ "EnableHomeScreenFocusPreview": "Użyj układu ekranu głównego, który wyświetla szczegółowy podgląd wybranego elementu",
+ "EnableHomeScreenFocusPreviewHelp": "Mogą wystąpić problemy z wyświetlaniem, jeśli ekran główny zawiera mieszankę różnych typów multimediów.",
+ "LabelHideMediaTransportButtons": "Ukryj przyciski odtwarzacza filmów",
+ "HideMediaTransportButtonsHelp": "Skonfiguruj prostszy interfejs odtwarzania, ukrywając podstawowe przyciski, takie jak przeskakiwanie do przodu, do tyłu i pauza. Nadal będziesz mógł korzystać z tych funkcji za pomocą klawiszy strzałek i Entera. Opcja \"Auto\" ukryje przyciski, gdy mysz nie będzie używana.",
+ "ImageSizeHelp": "Ustaw preferowany rozmiar siatki obrazów.",
+ "LabelImageSize": "Rozmiar obrazu",
+ "ThisImageIsOnlyPreview": "Ten obraz jest tylko podglądem, który pochodzi z wyszukiwarki metadanych. Rzeczywisty obraz, który pobierze serwer Emby może być inny i będzie zależał od opcji skonfigurowanych w konfiguracji biblioteki.",
+ "ResultsRangeValue": "{0} - {1} z {2}",
+ "NotificationsDescription": "Ustaw powiadomienia, aby być informowanym o ważnych wydarzeniach na Twoim serwerze Emby.",
+ "DeleteEmbyConnectAccount": "Usuń konto Emby Connect",
+ "DeleteEmbyConnectAccountHelp": "Aby usunąć swoje konto Emby Connect, zaloguj się do {0}Emby Community{1} na {2}. Następnie kliknij swoją nazwę użytkownika w prawym górnym rogu, wybierz Account Settings, a następnie opcję Delete My Account.",
+ "KeepPlayingInBackground": "Odtwarzaj w tle",
+ "LabelVideoBackBehavior": "Zachowanie przycisku wstecz odtwarzacza wideo",
+ "HeaderViewLyrics": "Wyświetl tekst",
+ "HeaderViewMissingEpisodes": "Wyświetl brakujące odcinki",
+ "HeaderMissingEpisodes": "Brakujące odcinki",
+ "HeaderManageAccess": "Zarządzaj dostępem",
+ "HeaderManageCollaboration": "Zarządzanie współpracą",
+ "HeaderLeaveCollaboration": "Zostaw współpracę",
+ "HeaderRemoveFromLibrary": "Usuń z biblioteki",
+ "RemoveSharedItemConfirmation": "Czy na pewno chcesz usunąć tę pozycję ze swojej biblioteki? Aby go odzyskać, właściciel będzie musiał ponownie przyznać ci dostęp.",
+ "SubtitlesDownloaded": "Napisy pobrane",
+ "HeaderMakePrivate": "Oznacz jako prywatną",
+ "HeaderMakePublic": "Oznacz jako publiczną",
+ "MakePublicDescription": "Wszyscy użytkownicy będą mogli wyświetlać ten element. Użytkownikom można przyznać dostęp do edycji.",
+ "MakePrivateDescription": "Użytkownikom nadal można przyznawać dostęp indywidualnie.",
+ "Private": "Prywatny",
+ "Public": "Publiczny",
+ "Collaborative": "Współpraca",
+ "PreferredShowDisplay": "Preferowany układ wyświetlania serialu",
+ "ShowAllEpisodesAllSeasons": "Wyświetlaj wszystkie odcinki i sezony razem",
+ "ShowAllEpisodesSingleSeason": "Wyświetlaj wszystkie odcinki tylko dla jednosezonowych seriali",
+ "ShowSeasonFolders": "Zawsze wyświetlaj foldery sezonów",
+ "HeaderAddAgain": "Dodaj ponownie",
+ "UpNext": "Do góry Następny",
+ "ItemsAlreadyInPlaylist": "Niektóre z tych pozycji są już na twojej playliście.",
+ "ItemAlreadyInPlaylist": "Ten element jest już na twojej playliście.",
+ "HeaderPlayChannel": "Oglądaj kanał",
+ "LabelScreenOrientationDuringVideo": "Orientacja ekranu podczas odtwarzania wideo",
+ "UseDeviceSetting": "Użyj ustawień urządzenia",
+ "LockToLandscape": "Blokada do trybu poziomego",
+ "UsernameForFolderHelp": "Nazwa użytkownika wymagana do uzyskania dostępu do tego folderu w sieci (jeśli dotyczy).",
+ "PasswordForFolderHelp": "Hasło wymagane do uzyskania dostępu do tego folderu w sieci (jeśli dotyczy).",
+ "ShowMediaInfoOnDetailScreens": "Wyświetlanie pełnych multimediów na dole ekranów szczegółów audio i wideo",
+ "ForgotPasswordNoUserFound": "Nie znaleziono użytkowników o podanej nazwie. Spróbuj ponownie lub pozostaw nazwę pustą, aby zresetować hasło dla wszystkich użytkowników na tym serwerze.",
+ "Silver": "Srebrny",
+ "DimGray": "Przyciemniony szary",
+ "DarkGray": "Ciemnoszary",
+ "LightGray": "Jasnoszary",
+ "Black": "Czarny",
+ "Blue": "Niebieski",
+ "Cyan": "Cyjan",
+ "Gray": "Szary",
+ "Green": "Zielony",
+ "Lime": "Limonkowy",
+ "Magenta": "Magenta",
+ "Orange": "Pomarańczowy",
+ "Pink": "Różowy",
+ "Red": "Czerwony",
+ "Yellow": "Żółty",
+ "White": "Biały",
+ "Purple": "Fioletowy",
+ "RecentlyReleasedMovies": "Ostatnio wydane filmy",
+ "RecentlyReleasedEpisodes": "Ostatnio wydane odcinki",
+ "DolbyProfile": "Profil Dolby",
+ "IpAddress": "Adres IP",
+ "VideoType": "Rodzaj wideo",
+ "HidePlayedMediaFrom": "Ukryj odtwarzane multimedia przed",
+ "BottomEdgePosition": "Pozycja dolnej krawędzi",
+ "VerticalPositionFromBottomScreen": "Ustawienie pionowego położenia napisów względem dołu ekranu.",
+ "TopEdgePosition": "Pozycja górnej krawędzi",
+ "TopEdgePositionHelp": "Ustawia najwyższą dozwoloną pozycję napisów w pionie względem górnej krawędzi ekranu. Jest to używane, gdy napisy zawierają instrukcje pozycjonowania, które mają być umieszczone u góry.",
+ "HeaderSubtitlePosition": "Pozycja podtytułu",
+ "TitleProfilePin": "PIN do profilu",
+ "ProfilePinConfirm": "PIN do profilu (potwierdź)",
+ "SaveProfilePin": "Zapisz Pin",
+ "ProfilePinDescription": "Utwórz opcjonalny kod PIN, który będzie wyświetlany za każdym razem, gdy powrócisz do aplikacji Emby na urządzeniu, do którego już się zalogowałeś. Jest to przydatne w przypadku urządzeń współdzielonych przez wielu użytkowników. W razie potrzeby można ją włączyć selektywnie na każdym urządzeniu.",
+ "TitleNewEpisodes": "Nowe odcinki",
+ "EnterYourPinToContinue": "Wprowadź kod PIN, aby kontynuować.",
+ "YourPinMustBe": "Kod PIN musi składać się z {0} cyfr.",
+ "ForgotPin": "Nie pamiętasz kodu PIN?",
+ "RequireEnteringPinToReturn": "Wymóg wprowadzania kodu PIN profilu za każdym razem, gdy wracam do tej aplikacji.",
+ "RequireEnteringPinToReturnQuestion": "Czy powinniśmy wyświetlać monit o podanie kodu PIN profilu przy każdym powrocie do tej aplikacji? Jeśli to urządzenie jest współdzielone przez wielu użytkowników, kod PIN profilu może pomóc w uniemożliwieniu innym użytkownikom dostępu do danych użytkownika.",
+ "RequireEnteringPinToReturnHelp": "Przydatne, jeśli urządzenie jest współdzielone przez wielu użytkowników.",
+ "WrongPinPleaseTryAgain": "Ups, zły PIN. Spróbuj ponownie.",
+ "ProfilePinIsOn": "Kod PIN profilu jest obecnie włączony.",
+ "IfTryingToConnectToHttp": "Jeśli próbujesz połączyć się z serwerem Emby przy użyciu adresu HTTP, twoja przeglądarka może na to nie pozwalać ze względu na wymagania protokołu HTTPS. Spróbuj jednego z poniższych rozwiązań:",
+ "SetupHttpsForYourServer": "Skonfiguruj {0}HTTPS dla serwera Emby{1}, aby można było łączyć się za pomocą protokołu HTTPS.",
+ "TitleUnableToReachServer": "Nie można uzyskać połączenia z serwerem",
+ "TitleUnableToReachName": "Nie można uzyskać {0}",
+ "HearingImpaired": "Osoby niedosłyszące",
+ "SignIntoServerName": "Zaloguj się do {0}",
+ "About": "Informacje",
+ "Specials": "Oferty specjalne",
+ "NSettings": "{0} Ustawienia",
+ "NPreferences": "{0} Preferencje",
+ "DetailScreenOptions": "Ekrany szczegółów",
+ "LabelGenreDisplayLimit": "Limit wyświetlania gatunku",
+ "GenreDisplayLimitHelp": "Ograniczenie liczby gatunków wyświetlanych w górnej części ekranów szczegółów pozycji.",
+ "GenreDisplayLimitForListsHelp": "Ograniczenie liczby gatunków wyświetlanych w górnej części ekranów list odtwarzania, kolekcji i szczegółów wykonawcy.",
+ "LabelGenreDisplayLimitForLists": "Limit wyświetlania gatunku dla list",
+ "ShowPosterOnDetails": "Pokaż plakat na ekranie szczegółów",
+ "ShowPosterOnDetailsHelp": "Wybierz wyświetlanie plakatu na ekranach szczegółów wideo lub ukryj go, aby uzyskać bardziej minimalistyczny wygląd, który podkreśla tło. To ustawienie nie jest używane na mniejszych ekranach. Niektóre typy elementów ignorują to ustawienie.",
+ "EnableAppLogging": "Włącz rejestrowanie aplikacji",
+ "EnableAppLoggingHelp": "Rejestrowanie może obniżyć wydajność aplikacji i powinno być włączane tylko w razie potrzeby w celu rozwiązywania problemów. Zmiany wymagają ponownego uruchomienia aplikacji.",
+ "LabelSlideshowInterval": "Czas pokazu zdjęć na slajd",
+ "TVChannelImageEditorHelp": "Obsługiwanych jest wiele wersji logo. Aplikacje Emby automatycznie wybiorą odpowiednią wersję w zależności od bieżącego motywu.",
+ "PlaySlideshow": "Odtwórz pokaz slajdów",
+ "CheckForExistingEpisodesInAllLibraries": "Sprawdzenie istniejących odcinków we wszystkich bibliotekach",
+ "GroupNotificationsBySeriesOrAlbum": "Grupowanie powiadomień według serii i albumów",
+ "ThemeSettings": "Ustawienia motywu",
+ "FollowingActivityWillBeDisrupted": "Następująca aktywność zostanie zakłócona i może wymagać ręcznej interwencji w celu ponownego uruchomienia:",
+ "OneActivePlaybackSession": "1 Aktywna sesja odtwarzania",
+ "NumActivePlaybackSessions": "{0} Aktywne sesje odtwarzania",
+ "OneActiveRecording": "1 Aktywne nagrywanie",
+ "NumActiveRecordings": "{0} Aktywne nagrania",
+ "PlayFromLivePosition": "Odtwarzanie z pozycji na żywo",
+ "PlayFromStartOfRecording": "Odtwarzanie od początku nagrania",
+ "ThisChannelIsActivelyRecording": "Ten kanał aktywnie nagrywa. Jak chcesz zacząć grać?",
+ "ThemeSongVolume": "Głośność utworu tematycznego",
+ "HeaderForceConversionForFormats": "Wymuś konwersję dla formatów",
+ "ForceConversionForFormatsHelp": "Użyj tej opcji, aby wymusić konwersję po stronie serwera dla formatów, które nie są najlepiej odtwarzane na tym urządzeniu.",
+ "StartupBehavior": "Zachowanie startowe",
+ "RememberLastUser": "Zapamiętaj ostatniego użytkownika",
+ "ShowLoginScreen": "Pokaż ekran logowania",
+ "SignInAsValue": "Zaloguj się jako {0}",
+ "ConvertUnsupportedAudio": "Konwertuj nieobsługiwany dźwięk przestrzenny na Dolby Digital",
+ "ConvertUnsupportedAudioHelp": "Zapobiegnij konwersji nieobsługiwanych formatów dźwięku przestrzennego do stereo, korzystając z usługi Emby Server, która transkoduje je do formatu Dolby Digital.",
+ "HeaderPlaybackCorrection": "Korekta odtwarzania",
+ "HeaderAttemptPlaybackCorrection": "Spróbuj korekty odtwarzania",
+ "PlaybackCorrectionConfirm": "Włączyć korektę odtwarzania?",
+ "PlaybackCorrectionDescription": "To spróbuje naprawić problemy z odtwarzaniem, używając transkodowania serwera, aby przekonwertować ten plik na format bardziej przyjazny dla przesyłania strumieniowego. Spowoduje to zwiększone zużycie zasobów na tym serwerze Emby.",
+ "PlaybackCorrectionDescription2": "Można to zrobić maksymalnie trzy razy dla każdego filmu, przy czym remuxowanie, transkodowanie wideo i transkodowanie audio są aktywowane osobno.",
+ "HeaderAlbumsAsContributingArtist": "Albumy jako artyści współpracujący",
+ "HeaderAlbumsAsComposer": "Albumy jako kompozytor",
+ "Duplicates": "Duplikaty",
+ "HeaderSleepTimer": "Wyłącznik czasowy",
+ "AfterCurrentItem": "Po bieżącej pozycji",
+ "HeaderStopPlayback": "Zatrzymaj odtwarzanie",
+ "TurnOffTimer": "Wyłącznik czasowy",
+ "SleepTimerIsSet": "Wyłącznik czasowy jest ustawiony",
+ "SleepTimerIsOff": "Wyłącznik czasowy jest wyłączony",
+ "LabelEnableRemoteControlTVMode": "Funkcje przesyłania obrazu i zdalnego sterowania",
+ "EnableRemoteControlTVModeHelp": "Włącz, jeśli zamierzasz używać tego urządzenia do przesyłania multimediów do innych urządzeń.",
+ "ShowOnScreenControls": "Pokaż elementy sterujące na ekranie",
+ "LabelVideoScreenUpAction": "Akcja podnoszenia ekranu wideo",
+ "VideoScreenUpActionHelp": "Wybierz akcję, która ma zostać wykonana po naciśnięciu klawisza w górę na ekranie wideo. Dotyczy to sytuacji, gdy żadne elementy sterujące na ekranie nie są obecnie widoczne. Gdy elementy sterujące są już widoczne, klawisz w górę będzie używany do nawigacji.",
+ "LabelVideoPlayerLongPressAction": "Długie naciśnięcie odtwarzacza wideo",
+ "LetsGetSetup": "Przygotujmy się",
+ "VideoPlayerLongPressActionHelp": "Wybierz funkcję lub menu wyświetlane po długim naciśnięciu przycisku OK podczas odtwarzania wideo. Ma to zastosowanie tylko wtedy, gdy kontrolki wideo są ukryte lub pasek wyszukiwania jest w centrum uwagi.",
+ "AskAdminToGetPremiere": "Ten zakup musi zostać dokonany przez administratora serwera. Poproś administratora tego serwera Emby o zalogowanie się i pobranie Emby Premiere, aby móc korzystać z funkcji premium.",
+ "AutoOpenSingleItemsFolders": "Automatyczne otwieranie pojedynczych elementów w widoku folderów",
+ "AutoOpenSingleItemsFoldersHelp": "Jeśli folder zawiera tylko jeden element, zostanie on automatycznie otwarty.",
+ "PlayedOnValue": "Played {0}",
+ "TheseSettingsApplyAppDevice": "These settings apply to all users playing on this device.",
+ "LastContentDateAdded": "Last Content Date Added",
+ "RepeatThemeMedia": "Play themes on repeat",
+ "HideEpisodeSpoilerInfo": "Hide spoiler information from unwatched episodes",
+ "HideEpisodeSpoilerInfoHelp": "Hides the title, overview and image for unwatched episodes on most screens.",
+ "BornValueAge": "Born: {0} (age {1})",
+ "PreferDirectStreamLiveTV": "Prefer direct streaming of Live TV",
+ "PreferDirectStreamLiveTVHelp": "Direct streaming Live TV will reduce resource consumption on your Emby Server but may not be as seekable during playback. Enabling this will direct stream Live TV when the format is supported and is within your configured quality setting. Disable this to enjoy more seeking during playback at the cost of additional resource consumption.",
+ "HeaderAllRecordings": "All Recordings",
+ "RememberLoginDescription": "After signing in, you can use the app settings to configure the startup behavior to remember login, sign in as a specific user, or always show the login screen.",
+ "ForgetThisServer": "Forget This Server",
+ "ForgetServerConfirmation": "Are you sure you wish to forget this server?",
+ "HeaderThisDevice": "This Device",
+ "ChaptersGuide": "Chapters / Live TV Guide",
+ "ChaptersGuideHelp": "Show Chapters for media with chapters. For media without chapters, show the Live TV Guide (when available).",
+ "HeaderShowSeriesImages": "Show Series Images",
+ "AppExitConfirmation": "Are you ready to exit Emby?",
+ "AppExitMenu": "Exit menu",
+ "SideMenu": "Side navigation menu",
+ "SystemStorage": "System storage ({0})"
+}
diff --git a/modules/common/strings/pt-BR.json b/modules/common/strings/pt-BR.json
new file mode 100644
index 0000000..12486db
--- /dev/null
+++ b/modules/common/strings/pt-BR.json
@@ -0,0 +1,1340 @@
+{
+ "ReplaceExistingThumbnailImages": "Replace existing video preview thumbnails",
+ "ReplaceExistingThumbnailImagesHelp": "All existing video preview thumbnails will be deleted and new ones will be generated, if enabled in the options for the library.",
+ "DateCreated": "Date Created",
+ "CreatedOnValue": "Created {0}",
+ "UpdatedOnValue": "Updated {0}",
+ "EmbyLoginTerms": "Emby foi desenvolvido para ajudar a gerenciar sua biblioteca de mídias pessoais, como vídeos caseiros e fotos. Por favor, leia nossos {0}termos de uso{1}. O uso de qualquer software Emby constitui aceitação destes termos.",
+ "MessageUnableToConnectToServer": "Não foi possível conectar ao servidor selecionado. Por favor, certifique-se que esteja sendo executado e tente novamente.",
+ "EmbyIntroMessage": "Com o Emby você pode facilmente fazer streaming de vídeos, músicas e fotos do Servidor Emby para smartphones, tablets e outros dispositivos.",
+ "HeaderSignInWithConnect": "Entrar no Emby Connect",
+ "HeaderWelcomeToEmby": "Bem vindo ao Emby",
+ "HeaderNewUsers": "Novos Usuários",
+ "HeaderPleaseSignIn": "Por favor, Entre",
+ "MessageInvalidUser": "Nome de usuário ou senha inválidos. Por favor, tente novamente.",
+ "MessageUnlockAppWithPurchaseOrSupporter": "Desbloqueie esta funcionalidade com uma pequena compra única, 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.",
+ "ValueSpecialEpisodeName": "Especial - {0}",
+ "HeaderSignIn": "Entrar",
+ "Share": "Compartilhar",
+ "Shared": "Compartilhado",
+ "Info": "Informação",
+ "Add": "Adicionar",
+ "Speed": "Velocidade",
+ "PlaybackSpeed": "Velocidade de Reprodução",
+ "Chapters": "Capítulos",
+ "Password": "Senha",
+ "SavePassword": "Salvar Senha",
+ "LabelPassword": "Senha",
+ "HeaderResetPassword": "Redefinir Senha",
+ "Series": "Séries",
+ "Preview": "Prévia",
+ "Submit": "Enviar",
+ "Never": "Nunca",
+ "Table": "Tabela",
+ "HeaderScheduledTasks": "Tarefas Agendadas",
+ "Plays": "Reproduções",
+ "LastUsedAddressValue": "Última usada {0}",
+ "LabelKeywordType": "Tipo de palavra-chave",
+ "HeaderSelectColumns": "Selecionar Colunas",
+ "HeaderTopResults": "Resultados Principais",
+ "HeaderPinSidebar": "Fixar Barra Lateral",
+ "Collapse": "Recolher",
+ "LabelBackgroundVideoPlayback": "Reprodução de vídeo em segundo plano",
+ "BackgroundVideoPlaybackHelp": "Reprodução em segundo plano permite que o vídeo continue tocando mesmo quando a tela esta desligada.",
+ "AlwaysOn": "Sempre ligado",
+ "HeadphonesOrExternalSpeakersConnected": "Fones de ouvido ou alto-falantes externos conectados",
+ "HeaderKeyboardAndRemote": "Teclado e controle remoto",
+ "NoSelectedItemsSupportOperation": "Não há itens selecionados que suportem esta operação.",
+ "NoOperationsForSelectedItems": "Não há operações disponíveis para os itens selecionados.",
+ "UploadOnlyOnWifi": "Upload apenas no Wifi",
+ "HeaderFoldersToUpload": "Pastas para Upload",
+ "LabelPasswordConfirm": "Senha (confirmar)",
+ "HeaderMoveUpInOrder": "Mover para Cima na Ordem",
+ "HeaderDownUpInOrder": "Mover para Baixo na Ordem",
+ "LabelUsername": "Nome do Usuário",
+ "HeaderAddServer": "Adicionar Servidor",
+ "HeaderSubtitleOffset": "Compensação de Legenda",
+ "Watching": "Assistindo",
+ "HeaderRemoveFromContinueWatching": "Remover de Continuar Assistindo",
+ "RemoveThisTitleFromContinueWatching": "Remover este título de Continuar Assistindo?",
+ "HeaderRemoveFromContinueListening": "Remover de Continuar Escutando",
+ "RemoveThisTitleFromContinueListening": "Remover este título de Continuar Escutando?",
+ "HeaderIncreaseSubtitleOffset": "Aumentar o Deslocamento da Legenda",
+ "HeaderDecreaseSubtitleOffset": "Diminuir o Deslocamento da Legenda",
+ "Close": "Fechar",
+ "HeaderSeeAll": "Ver Tudo",
+ "HeaderOpenInNewWindow": "Abrir em Nova Janela",
+ "LabelEmail": "Email",
+ "LabelHost": "Servidor",
+ "LabelHostHelp": "Exemplo: 192.168.1.100 ou https://meuservidor.com",
+ "LabelPort": "Porta",
+ "Disabled": "Desativada",
+ "Uninstall": "Desinstalar",
+ "Enable": "Ativar",
+ "AllTuners": "Todos os Sintonizadores",
+ "Disable": "Desativar",
+ "NextValue": "Próximo: {0}",
+ "HeaderNextItem": "Próximo Item",
+ "HeaderPreviousItem": "Item Anterior",
+ "NoTrailersMessage": "Não foram encontrados trailers. Para adicionar Trailers, por favor instale o plugin de Trailer de {0}catálogo de plugins do Emby{1}.",
+ "UninstallPluginConfirmation": "Deseja realmente desinstalar este plugin?",
+ "HeaderUninstallPlugin": "Desinstalar Plugin",
+ "AreYouStillWatching": "Ainda está assistindo?",
+ "LabelCurrentPassword": "Senha atual",
+ "LabelNewPassword": "Nova senha",
+ "LabelNewPasswordConfirm": "Confirmar nova senha",
+ "HeaderRemovePassword": "Remover Senha",
+ "ServerUpdateNeeded": "Este Servidor Emby precisa ser atualizado. Para fazer download da versão mais recente, por favor visite {0}",
+ "MessageThankYouForConnectSignUp": "Obrigado por inscrever-se no Emby Connect. Um email será enviado para seu endereço com as instruções para confirmar sua nova conta. Por favor, confirme a conta e então volte aqui para entrar.",
+ "MessageThankYouForConnectSignUpNoValidation": "Obrigado por se inscrever no Emby Connect! Você será direcionado a logar com sua informação do Emby Connect.",
+ "ErrorMessagePasswordNotMatchConfirm": "A senha e a confirmação de senha devem ser iguais.",
+ "ErrorMessageUsernameInUse": "O nome do usuário já está em uso. Por favor, escolha um novo nome e tente novamente.",
+ "ErrorMessageEmailInUse": "O endereço de email já está em uso. Por favor, digite um novo endereço de email e tente novamente ou use o recurso de senha esquecida.",
+ "HeaderUpcomingOnTV": "Em Breve na TV ao Vivo",
+ "HeaderOtherShowings": "Outras Exibições",
+ "Showings": "Exibições",
+ "HeaderConnectToServer": "Conectar ao Servidor",
+ "ConnectToServerManually": "Conectar ao servidor manualmente",
+ "LabelEnterConnectUserNameHelp": "Este é o endereço de email que você usou para configurar sua conta do Emby Connect.",
+ "HeaderSignInError": "Erro ao Entrar",
+ "HeaderManualLogin": "Login Manual",
+ "PasswordResetConfirmation": "Deseja realmente redefinir a senha?",
+ "ContactAdminToResetPassword": "Por favor, contate o administrador do sistema para redefinir sua senha.",
+ "ForgotPasswordInNetworkRequired": "Por favor, tente novamente dentro da rede de sua casa para iniciar o processo para redefinir a senha.",
+ "ForgotPasswordFileCreated": "O seguinte arquivo foi criado no seu servidor e contém instruções de como proceder:",
+ "ForgotPasswordFileExpiration": "O código para redefinição expirará às {0}.",
+ "InvalidForgotPasswordPin": "Foi digitado um código inválido ou expirado. Por favor, tente novamente.",
+ "PasswordResetForUsers": "As senhas foram removidas dos seguintes usuários. Para entrar, acesse com uma senha em branco",
+ "HeaderForgotPassword": "Esqueceu a Senha?",
+ "ForgotPasswordUsernameHelp": "Deixe em branco caso não lembre do nome do seu usuário.",
+ "HeaderPasswordReset": "Redefinição de Senha",
+ "AttributeNew": "Novo",
+ "Done": "Pronto",
+ "HeaderResetToDefault": "Restaurar para o Padrão",
+ "Deinterlacing": "Desentrelaçamento",
+ "HeaderBurningInSubtitles": "Gravando nas Legendas",
+ "Premiere": "Premiere",
+ "LabelPinCode": "Código pin",
+ "LabelLocalNetworkPinCode": "Código pin da rede local",
+ "LabelLocalNetworkPasswordMode": "Modo de acesso à rede local",
+ "RequirePasswordInLocalNetwork": "Exigir uma senha na rede local",
+ "NoPasswordInLocalNetwork": "Não exigir senha na rede local",
+ "PinCodeInLocalNetwork": "Permitir um código pin numérico na rede local",
+ "LocalNetworkPasswordModeHelp": "Selecionar o modo de acesso para os dispositivos na mesma rede local do Servidor Emby,",
+ "HeaderLocalNetworkAccess": "Acesso à Rede Local",
+ "Live": "Ao vivo",
+ "Reset": "Redefinir",
+ "Repeat": "Repetir",
+ "Track": "Faixa",
+ "Tracks": "Faixas",
+ "HeaderCameraUpload": "Upload da Câmera",
+ "TrackCount": "{0} Faixas",
+ "ItemCount": "{0} Itens",
+ "NumberChannelsValue": "{0} Canais",
+ "HeaderLatestMusic": "Músicas Recentes",
+ "HeaderLatestAudioBooks": "Livros de Áudio Recentes",
+ "HeaderLatestDownloadedVideos": "Vídeos Baixados Mais Recentes",
+ "HeaderRecentlyPlayed": "Reproduzido(a) Recentemente",
+ "Recent": "Recente",
+ "HeaderFrequentlyPlayed": "Reproduzido (a) Frequentemente",
+ "HeaderMoreLikeThis": "Mais Como Isto",
+ "HeaderMoreLikeThisOnLiveTV": "Mais Conteúdo como Este na TV ao Vivo",
+ "OriginalAirDateValue": "Data de exibição original: {0}",
+ "EndsAtValue": "Termina às {0}",
+ "Date": "Data",
+ "AirDate": "Data da Exibição",
+ "Played": "Reproduzido",
+ "Daily": "Diariamente",
+ "Weekly": "Semanalmente",
+ "RequireHashMatch": "Exigir comparação do hash",
+ "RequireHashMatchHelp": "Exigir a comparação do hash filtrará as legendas para incluir apenas aquelas que foram testadas e verificadas exatamente com o arquivo de vídeo. Deixar desmarcado aumentará a chance de encontrar e baixar as legendas, mas aumentará a chance de legendas erradas ou fora de tempo.",
+ "SearchForForcedSubtitlesOnly": "Apenas legendas forçadas",
+ "SearchForForcedSubtitlesOnlyHelp": "Exigir legendas forçadas limitará os resultados para legendas que estão marcadas como sendo de idioma estrangeiro.",
+ "LastEpisodeDateAdded": "Data do Último Episódio Adicionada",
+ "LastEpisodeDateAired": "Data de Lançamento do Último Episódio",
+ "LabelPlaystate": "Status da Reprodução",
+ "Studio": "Estúdio",
+ "Tag": "Tag",
+ "EpisodeTitle": "Título do Episódio",
+ "Audio": "Áudio",
+ "Video": "Vídeo",
+ "Subtitle": "Legenda",
+ "Image": "Imagem",
+ "CopyStream": "Copiar o stream original",
+ "LabelAudioLayout": "Layout de áudio",
+ "LabelAudioCodec": "Codec de áudio",
+ "LabelAudioLanguage": "Idioma do audio",
+ "LabelSubtitleLanguage": "Idioma da legenda",
+ "LabelVideoCodec": "Codec de vídeo",
+ "LabelSubtitleCodec": "Codec de legendas",
+ "LabelParentalRating": "Classificação etária",
+ "BecauseYouLikeValue": "Porque você gosta de {0}",
+ "BecauseYouWatchedValue": "Por você assistiu {0}",
+ "DirectedByValue": "Dirigido por {0}",
+ "StarringValue": "Estrelando {0}",
+ "Invitations": "Convites",
+ "ActorAsRole": "como {0}",
+ "ButtonOk": "OK",
+ "GroupItemsIntoCollections": "Agrupar itens em coleções",
+ "GroupItemsIntoCollectionsHelp": "Agrupar itens baseado nas coleções em que elas foram adicionadas. Ativar certos filtros ou ordens de classificação pode desativar isto automaticamente.",
+ "GroupItemsIntoTags": "Agrupar itens em tags",
+ "GroupItemsIntoTagsHelp": "Agrupar itens baseados nas tags às quais foram adicionados. Ativar certos filtros ou ordens de classificação podem automaticamente desabilitar esta função.",
+ "User": "Usuário",
+ "Access": "Acesso",
+ "Users": "Usuários",
+ "Library": "Biblioteca",
+ "Devices": "Dispositivos",
+ "Cancel": "Cancelar",
+ "Restart": "Reiniciar",
+ "Shutdown": "Desligar",
+ "Logs": "Logs",
+ "Visibility": "Visibilidade",
+ "Notifications": "Notificações",
+ "SendTestNotification": "Enviar Notificação de Teste",
+ "NotificationSent": "Notificação enviada",
+ "DeleteNotificationConfirmation": "Deseja realmente excluir esta notificação?",
+ "DeleteNotification": "Excluir Notificação",
+ "AddNotification": "Adicionar Notificação",
+ "EditNotification": "Editar Notificação",
+ "LimitUserEventsTo": "Limitar eventos do usuário a",
+ "LimitLibraryEventsTo": "Limitar eventos da biblioteca a",
+ "LimitDeviceEventsTo": "Limitar eventos dos dispositivos para",
+ "ForAdditionalNotificationOptions": "Os serviços de notificação adicionais podem ser instalados pelo administrador do servidor no {0}catálogo de plugins{1} da Emby.",
+ "Plugins": "Plugins",
+ "Systems": "Sistemas",
+ "Server": "Servidor",
+ "Dashboard": "Painel",
+ "PlayOnAnotherDevice": "Reproduzir em outro dispositivo",
+ "HeaderConnectionHelp": "Ajuda para Conexão",
+ "AccessRestrictedTryAgainLater": "O acesso está atualmente restrito. Por favor, tente novamente mais tarde.",
+ "ButtonGotIt": "Feito",
+ "RememberMe": "Lembrar de mim",
+ "EmbyServer": "Emby Server",
+ "ManageEmbyServer": "Gerenciar Servidor Emby",
+ "ShutdownServer": "Desligar Servidor Emby",
+ "RestartServer": "Reiniciar Servidor Emby",
+ "RecordingCancelled": "Gravação Cancelada",
+ "SeriesCancelled": "Série Cancelada",
+ "Recording": "Gravando",
+ "SeriesRecording": "Gravando Séries",
+ "RecordingScheduled": "Gravação Agendada",
+ "SeriesRecordingScheduled": "Gravação de Série Agendada",
+ "HeaderNewRecording": "Nova Gravação",
+ "HeaderWakeServer": "Despertar Servidor",
+ "AttemptingWakeServer": "Tentando despertar o servidor. Por favor, aguarde...",
+ "WakeServerSuccess": "Deu certo!",
+ "HeaderCustomizeHomeScreen": "Personalizar Tela Início",
+ "WakeServerError": "Pacotes de rede para despertar foram enviados para seu servidor, mas não foi possível conectar ao seu Servidor Emby. Sua máquina pode necessitar um pouco mais de tempo para despertar, ou o Servidor Emby pode não estar rodando na máquina.",
+ "Days": "Dias",
+ "Network": "Rede",
+ "Networks": "Redes",
+ "SortByValue": "Classificar por {0}",
+ "HeaderSortBy": "Classificar por",
+ "HeaderPhotoAlbums": "Álbuns de Fotos",
+ "Photos": "Fotos",
+ "HeaderAppearsOn": "Aparece em",
+ "List": "Lista",
+ "HeaderRecordSeries": "Gravar Séries",
+ "HeaderCinemaMode": "Intros do Cinema",
+ "Conversions": "Conversões",
+ "Downloads": "Downloads",
+ "HeaderManageDownloads": "Gerenciar Downloads",
+ "InternalStorage": "Armazenamento interno",
+ "ExternalStorage": "Armazenamento externo",
+ "UploadToFollowingServers": "Upload para os servidores",
+ "UploadingNumItems": "Uploading {0} de {1}",
+ "DownloadNumItems": "Transferindo {0} de {1}",
+ "HeaderSampleRate": "Taxa da amostra",
+ "HeaderReferenceFrames": "Quadros de referência",
+ "HeaderBitDepth": "Bit da imagem",
+ "HeaderPixelFormat": "Formato do pixel",
+ "Profile": "Perfil",
+ "Bitrate": "Taxa",
+ "Expand": "Expandir",
+ "Container": "Recipiente",
+ "Format": "Formato",
+ "Path": "Local",
+ "Size": "Tamanho",
+ "Resolution": "Resolução",
+ "HeaderCodecTag": "Tag do Codec",
+ "Framerate": "Framerate",
+ "Interlaced": "Entrelaçado",
+ "Anamorphic": "Anamórfico",
+ "Level": "Nível",
+ "Timestamp": "Data e hora",
+ "Language": "Idioma",
+ "Codec": "Codec",
+ "Stream": "Stream",
+ "HeaderExtradata": "Dados Extra",
+ "HeaderHardwareAcceleratedTranscoding": "Transcodificação Acelerada por Hardware",
+ "HeaderHardwareAcceleratedTranscodingDescription": "Aproveite a GPU do seu servidor. O Emby possui a aceleração de hardware mais avançada e rápida da indústria.",
+ "HeaderOfflineDownloads": "Mídia Offline",
+ "AndMuchMoreExclamation": "E muito mais!",
+ "HeaderOfflineDownloadsDescription": "Download sua mídia para seus dispositivos para uso offline fácil.",
+ "LiveTvFeatureDescription": "Assistir TV ao vivo em qualquer app Emby com um sintonizador de TV compatível, instalado em seu servidor Emby.",
+ "DvrFeatureDescription": "Agendar gravações individuais de TV ao vivo, gravações de séries e mais com o Emby DVR.",
+ "CinemaModeFeatureDescription": "Intros do Cinema oferece a você uma verdadeira experiência de cinema com trailers e intros customizadas antes do filme principal.",
+ "HeaderFreeApps": "Apps Emby grátis",
+ "FreeAppsFeatureDescription": "Aproveite acesso grátis a apps Emby para seus dispositivos.",
+ "HeaderBecomeProjectSupporter": "Obter Emby Premiere",
+ "HeaderViewServerInfo": "Ver Informações do Servidor",
+ "PlaybackTvModeRequiresEmbyPremiere": "A reprodução de mídia no modo TV requer uma assinatura ativa do {0} Emby Premiere {1}.",
+ "FeatureRequiresEmbyPremiere": "Este recurso requer uma {0}subscrição do Emby Premiere{1} ativa.",
+ "HeaderConvertYourRecordings": "Converter suas Gravações",
+ "Record": "Gravar",
+ "Save": "Salvar",
+ "Edit": "Editar",
+ "HeaderSavePlaylist": "Salvar Playlist",
+ "Latest": "Recentes",
+ "Download": "Download",
+ "Downloaded": "Transferido(s)",
+ "Converted": "Convertido(a)",
+ "RemoveFromHistory": "Remover do Histórico",
+ "ConfirmRemoveFromHistory": "Remover este item do histórico?",
+ "Downloading": "Transferindo",
+ "Advanced": "Avançado",
+ "LinkedToEmbyConnect": "Associada ao Emby Connect",
+ "Delete": "Excluir",
+ "Both": "Ambos",
+ "LabelChannelDisplay": "Exibição do canal",
+ "HeaderDeleteItem": "Excluir item",
+ "HeaderDeleteUser": "Excluir Usuário",
+ "DeleteItemConfirmation": "Deseja realmente excluir {0}?",
+ "DeleteUserConfirmation": "Deseja realmente excluir o usuário {0}?",
+ "DeleteUsersConfirmation": "Deseja realmente excluir estes {0} usuários?",
+ "HeaderDeleteDevice": "Excluir Dispositivo",
+ "DeleteDeviceConfirmation": "Deseja realmente excluir este dispositivo? Ele reaparecerá da próxima vez que um usuário utilizá-lo.",
+ "ConfirmDeleteItem": "Excluir este item o excluirá do sistema de arquivos e também da sua biblioteca de mídias.",
+ "FollowingFilesWillBeDeleted": "Os seguintes arquivos e pastas serão excluídos:",
+ "AreYouSureToContinue": "Deseja realmente continuar?",
+ "Refresh": "Atualizar",
+ "RefreshingMetadataDots": "Atualizando Metadados...",
+ "ScanningLibraryFilesDots": "Rastreando Arquivos da Biblioteca...",
+ "HeaderFavoritesThenByChannelNumber": "Favoritos, Depois por Número de Canal",
+ "HeaderAddToCollection": "Adicionar à Coletânea",
+ "HeaderFavoritesThenByTitle": "Favoritos, Depois por Título",
+ "HeaderFavoritesThenByDefault": "Favoritos, Depois por Ordem de Canal Padrão",
+ "HeaderDefaultChannelOrder": "Ordem de Canal Padrão",
+ "HeaderAddToFavorites": "Adicionar aos Favoritos",
+ "HeaderRemoveFromFavorites": "Remover dos Favoritos",
+ "Favorited": "Favoritado",
+ "Unfavorited": "Desfavoritado",
+ "HeaderNewCollection": "Nova Coletânea",
+ "HeaderNewPlaylist": "Nova Playlist",
+ "AllCollections": "Todas as Coletâneas",
+ "AllPlaylists": "Todas as Playlists",
+ "Create": "Criar",
+ "HeaderAddedToPlaylist": "Adicionado à Playlist",
+ "HeaderAddedToCollection": "Adicionado à Coletânea",
+ "OneItemAddedTo": "1 item adicionado a \"{0}\".",
+ "ItemsAddedTo": "{0} itens adicionados a \"{1}\".",
+ "HeaderAddedToPlayQueue": "Adicionado à Fila de Reprodução",
+ "HeaderPlayingNext": "Reproduzindo Próximo",
+ "Help": "Ajuda",
+ "HeaderGetHelp": "Ajuda",
+ "LabelTVDisplayMode": "Ativar o modo de exibição da TV",
+ "Desktop": "Desktop",
+ "Mobile": "Celular / Tablet",
+ "Navigation": "Navegação",
+ "HeaderVideoPlayback": "Reprodução de vídeo",
+ "TV": "TV",
+ "HeaderEmbyConnect": "Emby Connect",
+ "Seasons": "Temporadas",
+ "OneTrack": "1 Faixa",
+ "OneSeason": "1 Temporada",
+ "Libraries": "Bibliotecas",
+ "NumberSeasonsValue": "{0} Temporadas",
+ "TVDisplayModeHelp": "Otimizar a interface do usuário deste dispositivo para exibição em uma TV e método de entrada com controle remoto. Isso geralmente não é recomendado se o seu método de entrada principal for um mouse ou um dispositivo touchscreen.",
+ "LabelDisplayLanguage": "Idioma para exibição",
+ "LabelDisplayLanguageHelp": "A tradução do Emby é um projeto em andamento.",
+ "LearnHowYouCanContribute": "Saiba como você pode contribuir.",
+ "NewCollectionHelp": "Coletâneas permitem que você crie grupos personalizados de filmes e outros conteúdos da biblioteca.",
+ "SearchForCollectionInternetMetadata": "Buscar artwork e metadados na internet",
+ "DisplayMissingEpisodesWithinSeasons": "Exibir episódios que faltam dentro das temporadas",
+ "DisplayMissingEpisodesWithinSeasonsHelp": "Isto também deve ser ativado para as bibliotecas de TV na configuração do Servidor Emby.",
+ "EnableThemeSongs": "Ativar músicas-tema",
+ "EnableBackdrops": "Ativar imagens de fundo",
+ "EnableThemeSongsHelp": "Se ativadas, músicas-tema serão reproduzidas em segundo plano ao navegar pela biblioteca.",
+ "EnableBackdropsHelp": "Se ativadas, imagens de fundo serão exibidas ao fundo de algumas páginas ao navegar pela biblioteca.",
+ "EnableThemeVideos": "Ativar músicas-tema",
+ "EnableThemeVideosHelp": "Se ativadas, músicas-tema serão reproduzidas em segundo plano ao navegar pela biblioteca.",
+ "RunAtStartup": "Executar ao iniciar",
+ "ServerStartup": "Inicialização do Server",
+ "EmbyServerOnXHasStarted": "O servidor Emby em {0} foi iniciado.",
+ "LabelScreensaver": "Protetor de Tela",
+ "LabelSoundEffects": "Efeitos sonoros",
+ "LabelName": "Nome",
+ "NewCollectionNameExample": "Exemplo: Coletânea Star Wars",
+ "MessageItemsAdded": "Itens adicionados.",
+ "OptionNew": "Nova...",
+ "LabelPlaylist": "Playlist",
+ "AddToPlaylist": "Adicionar à playlist",
+ "HeaderAddToPlaylist": "Adicionar à Playlist",
+ "Subtitles": "Legendas",
+ "LabelTheme": "Tema",
+ "LabelSettingsTheme": "Configuração de tema",
+ "LabelThemeAccentColor": "Cor de destaque",
+ "ThemeAccentColorDescription": "Controla a cor de indicadores importantes, ícones e texto.",
+ "SearchForSubtitles": "Buscar Legendas",
+ "LabelLanguage": "Idioma",
+ "Search": "Busca",
+ "NoSubtitleSearchResultsFound": "Nenhum resultado encontrado. Você configurou {0} o download de legendas {1}?",
+ "NoLyricsSearchResultsFound": "Não foram encontrados resultados. Você configurou o {0}download de letras{1}?",
+ "Lyrics": "Letras",
+ "SearchForLyrics": "Buscar Letras",
+ "Finish": "Terminar",
+ "File": "Arquivo",
+ "Exit": "Sair",
+ "Sleep": "Hibernar",
+ "Setup": "Configuração",
+ "MessageAreYouSureDeleteSubtitles": "Deseja realmente excluir este arquivo de legendas?",
+ "ConfirmDeletion": "Confirmar Exclusão",
+ "MySubtitles": "Minhas Legendas",
+ "MessageDownloadQueued": "Download enfileirado.",
+ "HeaderEditSubtitles": "Editar Legendas",
+ "UnlockGuide": "Desbloquear Guia",
+ "HeaderRefreshMetadata": "Atualizar Metadados",
+ "HeaderRefreshAllMetadata": "Atualizar Todos os Metadados",
+ "ReplaceExistingImages": "Substituir imagens existentes",
+ "ReplaceExistingImagesHelp": "Todas as imagens existentes serão excluídas e novas serão baixadas. Em alguns casos isso pode fazer com que haja menos imagens que antes.",
+ "ReplaceAllMetadata": "Substituir todos os metadados",
+ "SearchForMissingMetadata": "Buscar por metadados que faltam",
+ "LabelRefreshMode": "Modo de atualização",
+ "NoItemsFound": "Nenhum item encontrado.",
+ "HeaderSaySomethingLike": "Diga Alguma Coisa Como...",
+ "ButtonTryAgain": "Tente Novamente",
+ "HeaderYouSaid": "Você Disse...",
+ "MessageWeDidntRecognizeCommand": "Desculpe, não reconhecemos este comando.",
+ "MessageIfYouBlockedVoice": "Se você negou o acesso de voz ao app, você necessitará reconfigurar antes de tentar novamente.",
+ "ValueDiscNumber": "Disco {0}",
+ "Unrated": "Não-classificado",
+ "Favorite": "Favorito",
+ "Like": "Curti",
+ "Dislike": "Não curti",
+ "RefreshDialogHelp": "Os metadados são atualizados com novos dados baseado nas configurações e nos provedores de metadados que estão ativos na biblioteca Emby.",
+ "Open": "Abrir",
+ "Play": "Reproduzir",
+ "Pause": "Pausar",
+ "HeaderPlayQueue": "Fila de reprodução",
+ "HeaderAddToPlayQueue": "Adicionar à Fila de Reprodução",
+ "Shuffle": "Aleatório",
+ "Identify": "Identificar",
+ "HeaderRemoveIdentification": "Remover identificação",
+ "ResetMetadataConfirmation": "Deseja realmente restaurar todos os metadados?",
+ "HeaderEditMetadata": "Editar Metadados",
+ "Convert": "Converter",
+ "Resume": "Retomar",
+ "HeaderInstantMix": "Mix Instântaneo",
+ "HeaderGoToItem": "Ir para o Item",
+ "HeaderGoToSeason": "Ir para a Temporada",
+ "HeaderGoToSeries": "Ir para a Série",
+ "HeaderGoToAlbum": "Ir para o Álbum",
+ "HeaderGoToArtist": "Ir para o Artista",
+ "HeaderPlayAll": "Reproduzir Tudo",
+ "PictureInPicture": "Picture in Picture",
+ "Fullscreen": "Tela cheia",
+ "ExitFullscreen": "Sair da tela cheia",
+ "Rewind": "Retroceder",
+ "FastForward": "Avanço-rápido",
+ "Remove": "Remover",
+ "Rename": "Renomear",
+ "Queue": "Adicionar à fila",
+ "QueueAllFromHere": "Enfileirar todas a partir daqui",
+ "PlayAllFromHere": "Reproduzir todas a partir daqui",
+ "PlayFromBeginning": "Reproduzir Do Início",
+ "FromBeginning": "Desde o Início",
+ "ResumeAt": "Retomar de {0}",
+ "HeaderRemoveFromPlaylist": "Remover da Playlist",
+ "HeaderRemoveFromPlayQueue": "Remover da Fila de Reprodução",
+ "HeaderRemoveFromCollection": "Remover da Coletânea",
+ "Sort": "Ordenar",
+ "Trailer": "Trailer",
+ "SelectNone": "Selecionar Nenhum(a)",
+ "SelectAll": "Selecionar Tudo",
+ "HeaderMarkPlayed": "Marcar como Reproduzido",
+ "HeaderMarkUnplayed": "Marcar como Não-Reproduzido",
+ "HeaderGroupVersions": "Agrupar Versões",
+ "PleaseSelectTwoItems": "Por favor selecione pelo menos dois itens.",
+ "HeaderConfirmRecordingCancellation": "Confirmar Cancelamento da Gravação",
+ "MessageConfirmRecordingCancellation": "Cancelar gravação?",
+ "Album": "Álbum",
+ "AlbumArtist": "Artista do Álbum",
+ "Error": "Erro",
+ "VoiceInput": "Entrada de voz",
+ "LabelContentType": "Tipo de conteúdo",
+ "LabelPath": "Local",
+ "Playlists": "PLaylists",
+ "LabelTitle": "Título",
+ "LabelOriginalTitle": "Título original",
+ "LabelSortTitle": "Título para ordenação",
+ "LabelDateAdded": "Data de adição",
+ "DateAdded": "Data da Adição",
+ "DateModified": "Data da Modificação",
+ "DatePlayed": "Data da Reprodução",
+ "DateLastActive": "Data do Último Uso",
+ "ConfigureDateAdded": "Configure como a data de adição é determinada no painel do Servidor Emby nas definições de Biblioteca",
+ "LabelStatus": "Status",
+ "LabelArtistsHelp": "Separar múltiplos usando ;",
+ "HeaderAlbumArtists": "Artistas do Álbum",
+ "LabelAlbumArtists": "Artistas do Álbum",
+ "LabelAlbum": "Álbum",
+ "Artist": "Artista",
+ "Artists": "Artistas",
+ "ImdbRating": "Avaliação IMDb",
+ "CommunityRating": "Avaliação da Comunidade",
+ "LabelCommunityRating": "Avaliação da comunidade",
+ "LabelCriticRating": "Avaliação da crítica",
+ "CriticRating": "Avaliação da Crítica",
+ "LabelWebsite": "Website",
+ "Tagline": "Slogan",
+ "LabelOverview": "Sinopse",
+ "LabelShortOverview": "Sinopse curta",
+ "LabelReleaseDate": "Data do lançamento",
+ "LabelPlaceOfBirth": "Local de nascimento",
+ "Aired": "Exibido",
+ "LabelAirDays": "Dias da exibição",
+ "LabelAirTime": "Horário",
+ "LabelRuntimeMinutes": "Duração (minutos)",
+ "LabelCustomRating": "Classificação personalizada",
+ "LabelOriginalAspectRatio": "Proporção da imagem original",
+ "Label3DFormat": "Formato 3D",
+ "FormatValue": "Formato: {0}",
+ "DownloadsValue": "{0} Downloads",
+ "HashMatch": "Comparação de Hash",
+ "EnableExternalVideoPlayers": "Ativar reprodutores de vídeo externos",
+ "EnableExternalVideoPlayersHelp": "Um menu do reprodutor externo será exibido ao iniciar a reprodução do vídeo.",
+ "HeaderSpecialEpisodeInfo": "Informação do Episódio Especial",
+ "LabelAirsDuringSeason": "Exibido durante a temporada",
+ "LabelAirsAfterSeason": "Exibido depois da temporada",
+ "LabelAirsBeforeEpisode": "Exibido antes do episódio",
+ "HeaderExternalIds": "Ids Externos",
+ "HeaderDisplaySettings": "Ajustes de Exibição",
+ "PlaylistOrder": "Ordem da Playlist",
+ "CollectionOrder": "Ordem da Coletânea",
+ "LabelDisplayOrder": "Ordem de exibição",
+ "LabelFileOrder": "Ordem do arquivo",
+ "Display": "Exibir",
+ "Countries": "Países",
+ "Genres": "Gêneros",
+ "Studios": "Estúdios",
+ "Tags": "Tags",
+ "Links": "links",
+ "Movie": "Filme",
+ "Program": "Programa",
+ "Channel": "Canal",
+ "Episode": "Episódio",
+ "Season": "Temporada",
+ "HeaderMetadataSettings": "Ajustes dos Metadados",
+ "People": "Pessoas",
+ "Number": "Número",
+ "Lock": "Bloquear",
+ "HeaderScreenLocked": "Tela Bloqueada",
+ "HeaderUnlockControls": "Desbloquear Controles",
+ "HeaderTapToUnlock": "Toque para Desbloquear",
+ "LabelMetadataDownloadLanguage": "Idioma preferido para download de metadados",
+ "LabelImageDownloadLanguage": "Idioma preferido da imagem para download",
+ "LabelLockItemToPreventChanges": "Bloquear este item para evitar alterações futuras",
+ "LockThisField": "Bloquear este campo para evitar mudanças futuras ao atualizar os metadados",
+ "MessageLeaveEmptyToInherit": "Deixar em branco para herdar os ajustes de um item superior, ou o valor padrão global",
+ "LabelCountry": "País",
+ "LabelCertificationCountry": "País de Certificação",
+ "CertificationCountryHelp": "Isto influenciará qual sistema de classificação de conteúdo será usado.",
+ "LabelDynamicExternalId": "Id de {0}",
+ "LabelBirthYear": "Ano de nascimento",
+ "LabelBirthDate": "Data de nascimento",
+ "LabelDeathDate": "Data da morte",
+ "LabelEndDate": "Data final",
+ "LabelSeasonNumber": "Número da temporada",
+ "LabelEpisodeNumber": "Número do episódio",
+ "LabelTrackNumber": "Número da faixa",
+ "LabelNumber": "Número",
+ "LabelDiscNumber": "Número do disco",
+ "LabelParentNumber": "Número do superior",
+ "SortName": "Nome para Ordenação",
+ "OriginalTitle": "Título Original",
+ "ReleaseDate": "Data de Lançamento",
+ "Continuing": "Em Exibição",
+ "Ended": "Finalizada",
+ "HeaderEnabledFields": "Campos Ativados",
+ "HeaderEnabledFieldsHelp": "Desmarque um campo para bloqueá-lo e evitar que seus dados sejam alterados.",
+ "Backdrops": "Imagens de Fundo",
+ "Images": "Imagens",
+ "Runtime": "Duração",
+ "ProductionLocations": "Locais de produção",
+ "BirthLocation": "Local de nascimento",
+ "ParentalRating": "Classificação Etária",
+ "PlayCount": "Número de Reproduções",
+ "Name": "Nome",
+ "Overview": "Sinopse",
+ "LabelType": "Tipo",
+ "LabelPersonRole": "Personagem",
+ "LabelPersonRoleHelp": "Exemplo: motorista do carrinho de sorvete",
+ "Actor": "Ator",
+ "Composers": "Compositores",
+ "Composer": "Compositor",
+ "Director": "Diretor",
+ "GuestStar": "Convidado Especial",
+ "Producer": "Produtor",
+ "Writer": "Escritor",
+ "MessageNoSyncJobsFound": "Nenhum download encontrado. Crie tarefas de download usando os botões Download encontrados no app.",
+ "MessageNoDownloadsFound": "Nenhum download offline. Baixe sua mídia para usá-la offline clicando em Download no app.",
+ "InstallingPackage": "Instalando {0}",
+ "PackageInstallCompleted": "Instalação de {0} concluída.",
+ "PackageInstallFailed": "Instalação de {0} falhou.",
+ "PackageInstallCancelled": "Instalação de {0} cancelada.",
+ "SeriesYearToPresent": "{0} - Presente",
+ "OneDevice": "1 Dispositivo",
+ "DeviceCountValue": "{0} Dispositivos",
+ "OneLog": "1 Registro",
+ "LogCountValue": "{0} Registros",
+ "OneVote": "1 Voto",
+ "VoteCountValue": "{0} Votos",
+ "OneLike": "1 Curtida",
+ "LikeCountValue": "{0} Curtidas",
+ "OneUser": "1 Usuário",
+ "UserCountValue": "{0} Usuários",
+ "OneLibrary": "1 Biblioteca",
+ "LibraryCountValue": "{0} Bibliotecas",
+ "ValueOneItem": "1 Item",
+ "ValueOneEpisode": "1 episódio",
+ "ValueEpisodeCount": "{0} episódios",
+ "Albums": "Álbuns",
+ "Song": "Música",
+ "Songs": "Músicas",
+ "Authors": "Autores",
+ "Books": "Livros",
+ "AudioBooks": "Livros de Áudio",
+ "HeaderAudioBooks": "Livros de Áudio",
+ "HeaderAudioBook": "Audiolivro",
+ "HeaderIdentifyItemHelp": "Digite um ou mais critérios de busca. Exclua o critério para aumentar os resultados da busca.",
+ "PleaseEnterNameOrId": "Por favor, digite um nome ou Id externo.",
+ "MessageItemSaved": "Item salvo.",
+ "SearchResults": "Resultados da Busca",
+ "ServerNameIsRestarting": "Servidor Emby - {0} está reiniciando.",
+ "ServerNameIsShuttingDown": "Servidor Emby - {0} está desligando.",
+ "HeaderDeleteItems": "Excluir Itens",
+ "ConfirmDeleteItems": "Ao excluir estes itens você os excluirá do sistema de arquivos e de sua biblioteca de mídias.",
+ "PleaseRestartServerName": "Por Favor Reinicie o Servidor Emby em {0}.",
+ "ConvertingDots": "Convertendo...",
+ "LabelSyncNoTargetsHelp": "Parece que você não possui nenhuma app que suporta o download offline.",
+ "DownloadingDots": "Transferindo...",
+ "LearnMore": "Saiba mais",
+ "LabelBitrateMbps": "Taxa (Mbps)",
+ "ConvertUnwatchedVideosOnly": "Converter apenas vídeos não reproduzidos",
+ "SyncUnwatchedVideosOnly": "Transferir apenas vídeos não reproduzidos",
+ "ConvertUnwatchedVideosOnlyHelp": "Apenas vídeos que não estão marcados como completamente reproduzidos serão convertidos.",
+ "SyncUnwatchedVideosOnlyHelp": "Apenas vídeos que não estão marcados como completamente reproduzidos serão transferidos e os vídeos serão removidos do dispositivo assim que forem assistidos.",
+ "AutomaticallySyncNewContent": "Transferir novo conteúdo automaticamente",
+ "AutomaticallySyncNewContentHelp": "Novo conteúdo adicionado a esta pasta será automaticamente transferido para o dispositivo.",
+ "AutomaticallyConvertNewContent": "Converter novo conteúdo automaticamente",
+ "AutomaticallyConvertNewContentHelp": "Novo conteúdo adicionado a esta pasta será automaticamente convertido.",
+ "LabelItemLimit": "Limite de itens",
+ "ConvertItemLimitHelp": "Opcional. Definir um limite para o número de itens que serão convertidos.",
+ "DownloadItemLimitHelp": "Opcional. Definir um limite para o número de itens que serão baixados.",
+ "PleaseSelectDeviceToSyncTo": "Por favor, selecione um dispositivo para transferir.",
+ "Screenshots": "Screenshots",
+ "MoveRight": "Mover para direita",
+ "MoveLeft": "Mover para esquerda",
+ "HeaderUploadNewImage": "Fazer Upload da Nova Imagem",
+ "HeaderDeleteImage": "Excluir Imagem",
+ "ConfirmDeleteImage": "Apagar imagem?",
+ "HeaderEditImages": "Editar Imagens",
+ "Settings": "Ajustes",
+ "ShowIndicatorsFor": "Mostrar Indicadores",
+ "Episodes": "Episódios",
+ "Programs": "Programas",
+ "HeaderCastCrew": "Elenco & Equipe",
+ "DvrSubscriptionRequired": "Emby TV ao Vivo & DVR requer uma {0}assinatura do Emby Premiere{1} ativa.",
+ "HeaderCancelRecording": "Cancelar Gravação",
+ "HeaderKeepRecording": "Continuar Gravando",
+ "HeaderCancelSeries": "Cancelar Série",
+ "HeaderKeepSeries": "Manter Série",
+ "HeaderLearnMore": "Saiba Mais",
+ "SeriesSettings": "Ajustes da Série",
+ "HeaderRecordingOptions": "Opções de Gravação",
+ "HeaderDoNotRecord": "Não gravar",
+ "HeaderSeriesOptions": "Opções da Série",
+ "Layout": "Layout",
+ "Channels": "Canais",
+ "ChannelNameOnly": "Somente canal {0}",
+ "Anytime": "A qualquer momento",
+ "AnyLanguage": "Qualquer idioma",
+ "AroundTime": "Em torno de {0}",
+ "HeaderLatestMovies": "Filmes Recentes",
+ "All": "Tudo",
+ "Stop": "Parar",
+ "AllChannels": "Todos os canais",
+ "NewEpisodesOnly": "Apenas novos episódios",
+ "AllEpisodes": "Todos os episódios",
+ "LabelStartWhenPossible": "Iniciar quando possível",
+ "LabelStopWhenPossible": "Parar quando possível",
+ "MinutesBefore": "minutos antes de",
+ "MinutesAfter": "minutos após",
+ "SkipEpisodesAlreadyInMyLibrary": "Não gravar episódios que já estejam em minha biblioteca",
+ "SkipEpisodesAlreadyInMyLibraryHelp": "Episódios serão comparados utilizando temporada e números de episódios, quando disponíveis.",
+ "LabelKeepUpTo": "Manter até",
+ "AsManyAsPossible": "Quantos forem possíveis",
+ "DefaultErrorMessage": "Ocorreu um erro ao processar o pedido. Por favor, tente novamente mais tarde.",
+ "UntilIDelete": "Até eu excluir",
+ "UntilSpaceNeeded": "Até o espaço necessário",
+ "Categories": "Categorias",
+ "Sports": "Esportes",
+ "News": "Notícias",
+ "Movies": "Filmes",
+ "Music": "Música",
+ "Kids": "Crianças",
+ "MoreFromValue": "Mais de {0}",
+ "DiedValue": "Morte: {0}",
+ "BornValue": "Nascimento: {0}",
+ "EnableColorCodedBackgrounds": "Aplicar cores de fundo para séries, baseado em suas categorias",
+ "SortChannelsBy": "Ordenar canais por",
+ "ChannelNumber": "Número do Canal",
+ "HeaderBenefitsEmbyPremiere": "Benefícios do Emby Premiere",
+ "ThankYouForTryingEnjoyOneMinute": "Por favor aproveite um minuto de reprodução. Obrigado por testar Emby.",
+ "HeaderTryPlayback": "Testar Reprodução",
+ "HowDidYouPay": "Como você pagou?",
+ "IHaveEmbyPremiere": "Eu tenho Emby Premiere",
+ "IPurchasedThisApp": "Eu comprei este app",
+ "ButtonRestorePreviousPurchase": "Recuperar Compra",
+ "ButtonUnlockWithPurchase": "Desbloquear com Compra",
+ "ButtonUnlockPrice": "Desbloquear {0}",
+ "EmbyPremiereMonthlyWithPrice": "Mensalidade Emby Premiere {0}",
+ "HeaderAlreadyPaid": "Já Pagou?",
+ "ButtonPlayOneMinute": "Reproduzir Um Minuto",
+ "PlaceFavoriteChannelsAtBeginning": "Colocar canais favoritos no início",
+ "HeaderUnlockFeature": "Desbloquear Funcionalidade",
+ "MessageDidYouKnowCinemaMode": "Você sabia que com Emby Premiere, você pode melhorar sua experiência com funcionalidades como o Intros do Cinema?",
+ "HeaderPlayMyMedia": "Reproduzir minha Mídia",
+ "HeaderDiscoverEmbyPremiere": "Descobrir o Emby Premiere",
+ "HeaderNowPlaying": "Reproduzindo Agora",
+ "Items": "itens",
+ "AppName": "Nome do App",
+ "OneChannel": "Um canal",
+ "ConfirmRemoveDownload": "Remover download?",
+ "ConfirmRemoveItem": "Remover item?",
+ "RemoveDownload": "Remover Download",
+ "ConfirmCancelConversion": "Cancelar conversão?",
+ "CancelConversion": "Cancelar Conversão",
+ "KeepDownload": "Manter transferência",
+ "AddedOnValue": "Adicionado {0}",
+ "RemovingFromDevice": "Removendo do dispositivo",
+ "KeepOnDevice": "Manter no dispositivo",
+ "CancelDownload": "Cancelar download",
+ "SyncJobItemStatusReadyToTransfer": "Pronto para Transferir",
+ "SyncJobItemStatusSyncedMarkForRemoval": "Removendo do dispositivo",
+ "SyncJobItemStatusQueued": "Enfileirado",
+ "SyncJobItemStatusConverting": "Convertendo",
+ "SyncJobItemStatusTransferring": "Transferindo",
+ "SyncJobItemStatusSynced": "Baixado",
+ "Failed": "Falhou",
+ "SyncJobItemStatusRemovedFromDevice": "Removido do dispositivo",
+ "Cancelled": "Cancelado",
+ "Retry": "Tentar Novamente",
+ "Continue": "Continuar",
+ "ContinueInSecondsValue": "Continuar em {0} segundos.",
+ "HeaderRemoteControl": "Controle Remoto",
+ "Disconnect": "Desconectar",
+ "EnableDisplayMirroring": "Ativar espelhamento de tela",
+ "RemoteAccess": "Acesso Remoto",
+ "HeaderPlayOn": "Reproduzir em",
+ "Quality": "Qualidade",
+ "Auto": "Auto",
+ "AndroidUnlockRestoreHelp": "Para restaurar sua compra anterior, por favor certifique-se que está com a sessão aberta com a mesma conta Google (ou Amazon) que fez a compra originalmente. Certifique-se que a app store está ativada e que não está restringida por nenhum controle parental e também verifique que possui uma conexão de internet ativa. Você só terá que fazer isto uma vez para restaurar sua compra anterior.",
+ "HeaderAspectRatio": "Proporção da imagem",
+ "Original": "Original",
+ "Fill": "Preencher",
+ "Cover": "Capa",
+ "MessageNoServersAvailableToConnect": "Nenhum servidor disponível para se conectar. Se foi convidado para compartilhar um servidor, aceite abaixo ou clicando no link no email.",
+ "MessagePlayAccessRestricted": "A reprodução para este conteúdo está restrita. Por favor, contate o administrador do Servidor Emby para mais informações.",
+ "Accept": "Aceitar",
+ "Reject": "Rejeitar",
+ "Connect": "Conectar",
+ "HeaderMyMedia": "Minha Mídia",
+ "HeaderMyMediaSmall": "Minha Mídia (pequeno)",
+ "LatestFromLibrary": "Mais Recentes {0}",
+ "HeaderLatestEpisodes": "Episódios Recentes",
+ "ContinuePlaying": "Continuar reproduzindo",
+ "ContinueWatching": "Continuar assistindo",
+ "HeaderLatestChannelMedia": "Itens de Canais Recentes",
+ "HeaderContinueWatching": "Continuar Assistindo",
+ "HeaderContinueListening": "Continuar Escutando",
+ "HeaderActiveRecordings": "Gravações Ativas",
+ "HeaderLatestRecordings": "Gravações Recentes",
+ "LabelConvertTo": "Converter para",
+ "LabelDownloadTo": "Transferir para",
+ "HeaderDownloadToDots": "Transferir para...",
+ "Next": "Próximo",
+ "LabelSource": "Fonte",
+ "VersionNumber": "Versão {0}",
+ "HeaderAllLanguages": "Todas linguagens",
+ "Previous": "Anterior",
+ "HeaderNextUp": "Próximos",
+ "HeaderPlayNextUp": "Reproduzir Próximo",
+ "HeaderLatestFrom": "Mais recentes de {0}",
+ "LabelHomeScreenSectionValue": "Seção {0} da tela Início",
+ "PasswordResetComplete": "A senha foi redefinida.",
+ "PasswordSaved": "Senha salva.",
+ "SettingsSaved": "Configurações salvas.",
+ "Upcoming": "Estreando",
+ "HeaderSelectImageFile": "Selecionar o Arquivo da Imagem",
+ "None": "Nenhum(a)",
+ "More": "Mais",
+ "Up": "Para cima",
+ "Down": "Para baixo",
+ "Home": "Início",
+ "Back": "Voltar",
+ "Random": "Aleatório",
+ "Playback": "Reprodução",
+ "Favorites": "Favoritos",
+ "HeaderHomeScreen": "Tela Início",
+ "HeaderLatestChannelItems": "Itens de Canais Recentes",
+ "HeaderLibraryOrder": "Ordem da Biblioteca",
+ "HeaderOnNow": "Em Exibição",
+ "HeaderForKids": "Para Crianças",
+ "HeaderPlaybackError": "Erro na Reprodução",
+ "PlaybackErrorNotAllowed": "Você não está autorizado a reproduzir este conteúdo. Por favor, contacte seu administrador do sistema para mais detalhes.",
+ "RateLimitExceeded": "Sua conta excedeu o limite máximo de transmissão definito pelo administrador do Servidor Emby. Por favor, entre em contato com ele para ajuda.",
+ "PlaybackErrorNoCompatibleStream": "Não existem streams compatíveis. Por favor, tente novamente mais tarde ou contate o administrador do sistema para mais detalhes.",
+ "PlaybackErrorPlaceHolder": "Por favor, insira o disco para reproduzir este vídeo.",
+ "PlaybackErrorNoPlayableItems": "Não foi encontrado nenhum item que possa ser reproduzido. Está tentando reproduzir uma pasta vazia?",
+ "Guide": "Guia",
+ "Games": "Jogos",
+ "GameSystem": "Sistema do Jogo",
+ "Suggestions": "Sugestões",
+ "HeaderFavoriteChannels": "Canais favoritos",
+ "HeaderFavoriteCollections": "Coletâneas Favoritas",
+ "HeaderFavoritePlaylists": "Playlists Favoritas",
+ "Collection": "Coletânea:",
+ "Collections": "Coletâneas",
+ "LabelSelectFolderGroups": "Agrupar automaticamente o conteúdo das seguintes pastas dentro das visualizações como Filmes, Músicas e TV:",
+ "LabelSelectFolderGroupsHelp": "Pastas que não estão marcadas serão exibidas em sua própria visualização.",
+ "Mute": "Mudo",
+ "Unmute": "Sair do Mudo",
+ "Folder": "Pasta",
+ "Folders": "Pastas",
+ "FileName": "Nome do Arquivo",
+ "DisplayInOtherHomeScreenSections": "Exibir nas seções secundárias da tela inicial, como as mídias mais recentes, e continue assistindo",
+ "DisplayInMyMedia": "Exibir na tela início",
+ "Shows": "Séries",
+ "MoviesAndShows": "Filmes e Séries",
+ "HeaderMusicVideo": "Vídeo Musical",
+ "HeaderMusicVideos": "Vídeos Musicais",
+ "MusicVideos": "Vídeos musicais",
+ "Videos": "Vídeos",
+ "MixedContent": "Conteúdo misto",
+ "HomeVideos": "Vídeos caseiros",
+ "HomeVideosAndPhotos": "Fotos & vídeos caseiros",
+ "TVShows": "Séries",
+ "HeaderLibraryFolders": "Pastas da Biblioteca",
+ "HeaderTermsOfPurchase": "Termos de Compra",
+ "PrivacyPolicy": "Política de privacidade",
+ "TermsOfUse": "Termos de Uso",
+ "HeaderRepeatMode": "Modo de Repetição",
+ "HeaderToneMapping": "Mapeamento de Tom",
+ "RepeatOne": "Repetir uma",
+ "RepeatAll": "Repetir todas",
+ "LabelDefaultScreen": "Tela padrão",
+ "ConfirmEndPlayerSession": "Deseja realmente desligar o Emby em {0}?",
+ "Yesterday": "Ontem",
+ "Yes": "Sim",
+ "No": "Não",
+ "HeaderScanLibraryFiles": "Rastrear Arquivos da Biblioteca",
+ "LiveTV": "TV ao Vivo",
+ "Schedule": "Agendar",
+ "Recordings": "Gravações",
+ "ScanForNewAndUpdatedFiles": "Rastrear por arquivos novos e atualizados",
+ "NewVersionOfXAvailableForY": "{0} está Disponível para {1}",
+ "DirectStreamHelp1": "A mídia é compatível com o dispositivo, independente da resolução e tipo de mídia (H.264, AC3, etc.), mas está em um contaminar incompatível (.mkv, .avi, .wmv, etc.). O vídeo será reempacotado em tempo real antes de transmitir para o dispositivo.",
+ "DirectStreamHelp2": "A Transmissão direta de um arquivo usa pouco processamento sem perda de qualidade do vídeo.",
+ "MediaIsBeingConverted": "A mídia está sendo convertida para um formato que é compatível com o dispositivo que reproduz a mídia.",
+ "StatsForNerds": "Estatísticas para Nerds",
+ "HeaderHardwareAcceleratedDecoding": "Decodificação Acelerada por Hardware",
+ "HeaderHardwareAcceleratedEncoding": "Codificação Acelerada por Hardware",
+ "HeaderDirectPlay": "Reprodução Direta",
+ "DirectPlaying": "Reprodução direta",
+ "DirectStreaming": "Streaming direta",
+ "Transcode": "Transcodificação",
+ "Transcoding": "Transcodificação",
+ "ContainerBitrateExceedsLimit": "Reduzindo a taxa de bits devido às definições de qualidade",
+ "VideoCodecNotSupported": "Convertendo o vídeo para um codec compatível",
+ "AudioCodecNotSupported": "Convertendo o áudio para um codec compatível",
+ "SubtitleCodecNotSupported": "Convertendo legendas diretamente no vídeo",
+ "DirectPlayError": "Recuperando do erro de reprodução",
+ "ContainerNotSupported": "Convertendo para um container compatível",
+ "VideoLevelNotSupported": "Convertendo para um nível de vídeo compatível",
+ "AudioBitrateNotSupported": "Convertendo para um nível de áudio compatível",
+ "AudioChannelsNotSupported": "Convertendo para um número de canais de áudio compatível",
+ "VideoResolutionNotSupported": "Convertendo para uma resolução de vídeo compatível",
+ "AudioProfileNotSupported": "Convertendo para um perfil de áudio compatível",
+ "AudioSampleRateNotSupported": "Convertendo para uma taxa de sample de áudio compatível",
+ "AnamorphicVideoNotSupported": "Vídeo anamórfico não suportado",
+ "InterlacedVideoNotSupported": "Desentrelaçando o vídeo",
+ "SecondaryAudioNotSupported": "Selecionando faixa de áudio secundária",
+ "ExternalAudioNotSupported": "Selecting external audio track",
+ "ErrorRemovingEmbyConnectAccount": "Ocorreu um erro ao remover a conta do Emby Connect. Por favor, verifique se possui conexão com a internet e tente novamente.",
+ "HeaderEmbyAccountRemoved": "Conta do Emby Removida",
+ "MessageEmbyAccontRemoved": "A conta do Emby foi removida para este usuário",
+ "HeaderInvitationSent": "Convite Enviado",
+ "Offline": "Offline",
+ "HeaderSignUp": "Inscrever-se",
+ "ServerDownloadMessage": "Para baixar e instalar o Servidor Emby gratuitamente visite {0}",
+ "ServerDownloadMessageWithoutLink": "Para baixar e instalar o Servidor Emby gratuitamente visite o website do Emby.",
+ "MessageInvitationSentToUser": "Um email foi enviado para {0}, convidando-os para aceitar seu convite.",
+ "MessageInvitationSentToNewUser": "Um email foi enviado para {0}, convidando-os a se registrarem no Emby.",
+ "GuestUserNotFound": "Usuário não encontrado. Por favor, verifique que o nome esteja correto e tente novamente, ou tente digitar o endereço de email deles.",
+ "ErrorReachingEmbyConnect": "Ocorreu um erro ao acessar o servidor do Emby Connect. Por favor, verifique se possui uma conexão com a internet e tente novamente.",
+ "ErrorAddingEmbyConnectAccount1": "Ocorreu um erro ao adicionar a conta do Emby Connect. Você criou uma conta do Emby? Registra-se em {0}.",
+ "ErrorAddingEmbyConnectAccount2": "Se ainda tiver problemas, por favor envie uma email para {0} a partir do endereço de email usado na conta do Emby.",
+ "ErrorAddingGuestAccount1": "Ocorreu um erro ao adicionar a conta do Emby Connect. Os seus convidados criaram uma conta do Emby? Eles podem registrar-se em {0}.",
+ "ErrorAddingGuestAccount2": "Se ainda tiver problemas, por favor envie uma email para {0} e inclua seu endereço de email, assim como os deles.",
+ "MessageEmbyAccountAdded": "A conta do Emby foi adicionada para este usuário.",
+ "MessagePendingEmbyAccountAdded": "A conta do Emby foi adicionada para este usuário. Um email será enviado para o dono da conta. O convite precisará ser confirmado clicando no link dentro do email.",
+ "HeaderEmbyAccountAdded": "Conta do Emby Adicionada",
+ "Skip": "Ignorar",
+ "HeaderAdditionalParts": "Partes Adicionais",
+ "ButtonGenerateNewPin": "Gerar Novo Pin",
+ "ConnectLoginHelp1": "Com o Emby Connect você pode facilmente acessar seu Servidor Emby onde estiver e compartilhar servidores com sua família e amigos.",
+ "CreatePinErrorMessage": "Ocorreu um erro ao criar um código pin. Por favor, clique Gerar Novo Pin para tentar novamente.",
+ "PinExpiredMessage": "O código pin expirou. Por favor, clique Gerar Novo Pin para tentar novamente.",
+ "ConnectPinCodeHeader": "Para assinar o Emby Connect, use um dispositivo móvel ou computador, visite {0} e digite o seguinte código pin:",
+ "LabelSubtitlePlaybackMode": "Modo de legendas",
+ "ErrorDeletingItem": "Ocorreu um erro ao excluir o item do Servidor Emby. Por favor, verifique se o Servidor Emby possui acesso de gravação na pasta de mídia e tente novamente,",
+ "NoSubtitles": "Sem Legenda",
+ "Default": "Padrão",
+ "Absolute": "Absoluto",
+ "Smart": "Inteligente",
+ "Small": "Pequena",
+ "Smaller": "Menor",
+ "Medium": "Média",
+ "Large": "Grande",
+ "Larger": "Maior",
+ "ExtraLarge": "Extra grande",
+ "ExtraSmall": "Muito pequeno",
+ "Forced": "Forçada",
+ "External": "Externo",
+ "HeaderEmbeddedTitle": "Título Embutido",
+ "OnlyForcedSubtitles": "Apenas legendas forçadas",
+ "AlwaysPlaySubtitles": "Sempre reproduzir legendas",
+ "DefaultSubtitlesHelp": "Legendas são carregadas com base nas configurações padrão e de legendas forçadas nos metadados embutidos. As preferências de idioma são consideradas quando existem múltiplas opções disponíveis.",
+ "SmartSubtitlesHelp": "As legendas que combinarem com a preferência do idioma serão carregadas quando o áudio estiver em um idioma estrangeiro.",
+ "HeaderSubtitleSettings": "Ajustes de Legenda",
+ "HeaderSubtitleAppearance": "Aparência da Legenda",
+ "OnlyForcedSubtitlesHelp": "Apenas legendas marcadas como forçadas serão carregadas.",
+ "AutoSelectHearingImpairedHelp": "As legendas que correspondem à preferência de idioma serão carregadas, com preferência para faixas marcadas como deficientes auditivos (SDH).",
+ "AlwaysPlaySubtitlesHelp": "As legendas que combinarem com a preferência de idioma serão carregadas independente do idioma do áudio.",
+ "NoSubtitlesHelp": "Legendas não serão carregadas por padrão. Elas podem ser carregadas manualmente durante a reprodução.",
+ "LabelPreferredSubtitleLanguage": "Idioma de legendas preferido",
+ "LabelTextSize": "Tamanho do texto",
+ "TheseSettingsAffectSubtitlesOnThisDevice": "Estes ajustes afetarão as legendas neste dispositivo",
+ "LabelDropShadow": "Sombra",
+ "LabelTextBackgroundColor": "Cor de fundo do texto",
+ "LabelWindowBackgroundColor": "Cor de fundo do texto",
+ "LabelFont": "Fonte",
+ "LabelTextColor": "Cor do texto",
+ "LabelBackgroundColor": "Cor de fundo",
+ "LabelBackgroundOpacity": "Opacidade do fundo",
+ "Raised": "Levantada",
+ "Depressed": "Deprimido",
+ "Uniform": "Uniforme",
+ "DropShadow": "Sombra",
+ "SmallCaps": "Maiúsculas",
+ "SubtitleAppearanceSettingsDisclaimer": "Estes ajustes não serão aplicados às legendas gráficas (PGS, DVD, etc) ou às legendas que têm seus próprios estilos embutidos (ASS/SSA).",
+ "Normal": "Normal",
+ "HeaderWaitingForWifi": "Esperando por Wifi",
+ "WifiRequiredToDownload": "É necessária uma conexão Wifi para continuar a transferir.",
+ "DownloadOnlyOnWifi": "Download apenas no Wifi",
+ "LabelMusicDownloadQuality": "Qualidade do download de música",
+ "MusicDownloadQualityHelp": "Arquivos de áudio com uma taxa de bits mais alta serão convertidos pelo Servidor Emby. Selecione um valor mais alto para uma melhor qualidade ou um valor mais baixo para conservar o espaço do armazenamento local.",
+ "HeaderDownloadSettings": "Configurações de Download",
+ "LabelDownloadLocation": "Local do download",
+ "BrowseForFolder": "ExplorarPasta",
+ "Unlimited": "Ilimitado",
+ "NoLimit": "Sem limite",
+ "Hide": "Ocultar",
+ "HeaderKeepWatching": "Continuar Assistindo",
+ "HeaderNextEpisode": "Próximo Episódio",
+ "AudioBitDepthNotSupported": "Convertendo para uma profundidade de bit de áudio compatível",
+ "VideoBitrateNotSupported": "Converting to compatible video bitrate",
+ "VideoProfileNotSupported": "Convertendo para um perfil de vídeo compatível",
+ "VideoFramerateNotSupported": "Convertendo para uma taxa de frames de vídeo compatível",
+ "VideoBitDepthNotSupported": "Convertendo para uma profundidade de bit de vídeo compatível",
+ "RefFramesNotSupported": "Convertendo para números de frames de referência de vídeo compatíveis",
+ "ErrorConnectServerUnreachable": "Ocorreu um erro ao executar a operação solicitada. Seu servidor não pode contactar nosso Emby Connect Server em {0}. Por favor, verifique se seu servidor possui uma conexão de internet ativa e se as comunicações estão liberadas pelo firewall ou software de segurança instalados.",
+ "HeaderStopRecording": "Parar Gravação",
+ "ManageRecording": "Gerenciar gravação",
+ "LabelDropImageHere": "Arraste e solte a imagem aqui ou clique para selecionar uma imagem a ser carregada.",
+ "MessageFileReadError": "Ocorreu um erro ao ler o arquivo. Por favor, tente novamente.",
+ "Browse": "Navegar",
+ "HeaderUploadImage": "Carregar Imagem",
+ "HeaderAddUpdateImage": "Adicionar/Atualizar Imagem",
+ "HeaderShowFields": "Exibir Campos",
+ "LabelView": "Visualizar",
+ "LabelImageType": "Tipo de imagem",
+ "Upload": "Carregar",
+ "Primary": "Capa",
+ "PrimaryImageBlur": "Desfoque de imagem primária",
+ "Art": "Arte",
+ "Backdrop": "Imagem de Fundo",
+ "Banner": "Banner",
+ "Box": "Caixa",
+ "BoxRear": "Caixa (Traseira)",
+ "Disc": "Disco",
+ "Logo": "Logo",
+ "LogoDark": "Logo (Versão Escura)",
+ "LogoLight": "Logo (Versão Clara)",
+ "LogoLightColor": "Logo (Claro com Cores)",
+ "Menu": "Menu",
+ "Screenshot": "Imagem da tela",
+ "Thumb": "Ícone",
+ "HeaderAudioSettings": "Ajustes de Áudio",
+ "LabelAudioLanguagePreference": "Áudio preferido para exibição",
+ "LabelPlayDefaultAudioTrack": "Reproduzir a faixa de áudio padrão, independente do idioma",
+ "HeaderVideoQuality": "Qualidade do Vídeo",
+ "CinemaModeConfigurationHelp": "O Intros do Cinema traz a experiência do cinema diretamente para a sua sala, possibilitando reproduzir trailers e introduções personalizadas antes do filme principal.",
+ "ShowUpNextPreview": "Mostrar próxima visualização",
+ "ShowUpNextPreviewHelp": "Mostrar informações para o próximo item próximo ao final do atual.",
+ "PlayNextEpisodeAutomatically": "Reproduzir próximo episódio automaticamente",
+ "LabelMaxChromecastBitrate": "Qualidade para streaming do chromecast",
+ "LabelSkipBackLength": "Tamanho do intervalo para retroceder",
+ "LabelSkipForwardLength": "Tamanho do intervalo para avançar",
+ "EnableCinemaMode": "Ativar Intros do Cinema",
+ "LabelInternetQuality": "Qualidade de streaming remoto",
+ "LabelCellularQuality": "Qualidade de streaming remoto (celular)",
+ "HeaderMusicQuality": "Qualidade da Música:",
+ "LabelHomeNetworkQuality": "Qualidade de streaming local",
+ "HeaderLatestMedia": "Mídias Recentes",
+ "HeaderRestartingEmbyServer": "Reiniciando o Servidor Emby",
+ "RestartPleaseWaitMessage": "Por favor, aguarde enquanto o Servidor Emby reinicia. Isto pode levar um ou dois minutos.",
+ "HeaderPlayNext": "Reproduzir Próximo",
+ "AutoBasedOnLanguageSetting": "Automático (baseado na configuração do dispositivo)",
+ "SameAsMainTheme": "Igual ao tema principal",
+ "LabelDateTimeLocale": "Hora local",
+ "Genre": "Gênero",
+ "DirectorValue": "Diretor: {0}",
+ "DirectorsValue": "Diretores: {0}",
+ "GenreValue": "Gênero: {0}",
+ "GenresValue": "Gêneros: {0}",
+ "TagsValue": "Tags: {0}",
+ "Off": "Desligado",
+ "Title": "Título",
+ "Year": "Ano",
+ "Filter": "Filtro",
+ "Filters": "Filtros",
+ "Unplayed": "Não Reproduzido",
+ "LabelTVHomeScreen": "Tela início do modo TV",
+ "Horizontal": "Horizontal",
+ "Vertical": "Vertical",
+ "HeaderGroupBy": "Agrupar Por",
+ "HeaderMediaType": "Tipo de Mídia",
+ "GroupBySeries": "Agrupar por séries",
+ "HeaderVideoType": "Tipo de Vídeo",
+ "HeaderSeriesStatus": "Status das Séries",
+ "Features": "Recursos",
+ "Trailers": "Trailers",
+ "Extras": "Extras",
+ "ThemeSongs": "Músicas Tema",
+ "ThemeVideos": "Vídeos Tema",
+ "HeaderFavoriteMovies": "Filmes Favoritos",
+ "HeaderFavoritePhotos": "Fotos Favoritas",
+ "HeaderFavoriteShows": "Séries Favoritas",
+ "HeaderFavoriteEpisodes": "Episódios Favoritos",
+ "HeaderFavoriteVideos": "Vídeos Favoritos",
+ "HeaderFavoriteMusicVideos": "Vídeos de Música Favoritos",
+ "HeaderFavoriteGames": "Jogos Favoritos",
+ "HeaderFavoriteArtists": "Artistas Favoritos",
+ "HeaderFavoriteAlbums": "Álbuns Favoritos",
+ "HeaderFavoriteSongs": "Músicas Favoritas",
+ "HeaderFavoriteAuthors": "Autores Favoritos",
+ "HeaderFavoriteAudioBooks": "Livros de Áudio Favoritos",
+ "Ascending": "Ascendente",
+ "Descending": "Descendente",
+ "HeaderColorPrimaries": "Cores primárias",
+ "HeaderColorSpace": "Espaço da cor",
+ "HeaderColorTransfer": "Transferência da cor",
+ "HeaderVideoRange": "Faixa de vídeo",
+ "SeriesDisplayOrderHelp": "Ordenar episódios por data de exibição, ordem de dvd ou números absolutos.",
+ "LabelVerticalPositionFromBottom": "Posição vertical (a partir da parte de baixo)",
+ "HeaderFavoritePeople": "Pessoas Favoritas",
+ "MultiSelect": "Multi-Seleção",
+ "HeaderSignOut": "Sair",
+ "HeaderSelectServer": "Selecionar Servidor",
+ "HeaderChangeServer": "Alterar Servidor",
+ "HeaderChangeUser": "Mudar Usuário",
+ "HeaderAppSettings": "Ajustes do App",
+ "HeaderLoginSettings": "Ajustes do Login",
+ "LabelRememberLogin": "Lembrar login",
+ "LabelAutomaticallySignOut": "Sair automaticamente",
+ "BetaTesterMessage": "Obrigado por ser um beta tester do Emby! Por favor, deixe seu feedback na {0}Área de Testes da Comunidade Emby{1}.",
+ "HardwareAccelerated": "Acelerado por hardware",
+ "Software": "Software",
+ "Metadata": "Metadados",
+ "HeaderMediaInfo": "Informações da Mídia",
+ "Locked": "Bloqueada",
+ "HeaderSplitVersionsApart": "Separar Versões",
+ "Any": "Qualquer",
+ "Admin": "Admin",
+ "HeaderReadMore": "Leia mais",
+ "CustomRatingHelp": "Um indicação personalizada é usada para avaliação do controle dos pais mas não é exibida. O campo de indicação dos pais é exibida",
+ "KeepUpToHelp": "Gravações que excedam o limite serão excluídas quando a nova gravação começar. As gravações mais antigas serão excluídas primeiro, pela data de sua adição.",
+ "NoItemsMatchingFound": "Nenhum item encontrado segundo o critério de busca.",
+ "TwoSearchCharsRequired": "Digite pelo menos dois caracteres de pesquisa.",
+ "PreventPlaybackContinuing": "Evite que a reprodução continue indefinidamente pedindo uma intervenção do usuário periodicamente.",
+ "PromptStillWatching": "Ativar \"Ainda está assistindo?\"",
+ "HeaderMissingMetadata": "Metadados Faltando",
+ "HeaderIncludedIn": "Incluído Em",
+ "EmbyConnectUserAlreadyLinked": "O usuário do Emby Connect já está vinculado a outro usuário neste servidor.",
+ "VideoFilesWillBeConvertedTo": "Vídeos convertidos serão salvos como {0}.",
+ "VideoWillBeConvertedTo": "A transmissão de vídeo será convertida para {0}, ou copiada do arquivo original se já está {0} e a qualidade estiver de acordo as opções de conversão",
+ "VideoWillBeConvertedToOrCopied": "A transmissão de vídeo será convertida para {0}, ou copiada do arquivo original se é qualquer uma de ({1}) e a qualidade estiver de acordo as opções de conversão.",
+ "AudioWillBeConvertedTo": "A transmissão de áudio será convertida para {0}, ou copiada do arquivo original se já está {0} e a qualidade estiver de acordo as opções de conversão",
+ "AudioWillBeConvertedToOrCopied": "A transmissão de vídeo será convertida para {0}, ou copiada do arquivo original se é qualquer uma de ({1}) e a qualidade estiver de acordo as opções de conversão.",
+ "HeaderSpecialKeys": "Teclas especiais",
+ "FollowingSpecialKeys": "As seguintes teclas especiais são suportadas na maioria dos teclados e controles remotos:",
+ "HeaderDeleteSeries": "Remover Seriados",
+ "HeaderDeleteLastPlayedEpisode": "Remover Último Episódio Tocado",
+ "HeaderConnectingToServer": "Conectando ao Servidor",
+ "ServerNameValue": "Nome do servidor: {0}",
+ "DomainValue": "Domínio: {0}",
+ "RatedValue": "Classificado {0}",
+ "LocalServerRedirectMessage": "Você será redirecionado ao domínio operado pelo administrador do servidor que você escolheu conectar-se:",
+ "AllMediaOwnedHosted": "Todas as mídias estão hospedadas e gerenciadas pelo dono de {0}.",
+ "EnableResolutionSwitching": "Acertar a resolução do vídeo",
+ "EnableResolutionSwitchingHelp": "Isso permite que o Emby altere a resolução para o mesmo valor em que o vídeo foi codificado antes de iniciar a reprodução. Isso pode ajudar a minimizar a quantidade de travadas/tremidas que você pode ver ao reproduzir vídeos que não combinam bem.",
+ "EnableDisplayRefreshRateSwitching": "Ativar troca de taxa de atualização da tela",
+ "EnableDisplayRefreshRateSwitchingHelp": "Isso permite que Emby mude a taxa de atualização da tela para o mesmo valor (ou múltiplo) da taxa de quadros em que o vídeo foi codificado antes de iniciar a reprodução. Isso pode ajudar a minimizar a quantidade de travadas/tremidas que você pode ver ao reproduzir vídeos que não combinam bem.",
+ "RememberSelectedAudioTracks": "Lembrar as seleções das faixas de áudio",
+ "RememberSelectedSubtitleTracks": "Lembrar as seleções das faixas de legendas",
+ "RememberSelectedSubtitleTracksHelp": "As seleções das faixas de legendas serão lembradas por vídeo e reaplicadas quando reproduzir o mesmo vídeo novamente.",
+ "RememberSelectedAudioTracksHelp": "As seleções das faixas de áudio serão lembradas por vídeo e reaplicadas quando reproduzir o mesmo vídeo novamente.",
+ "ClearSavedTrackSelections": "Limpar seleções de faixas salvas",
+ "HeaderClearTrackSelections": "Limpar Seleções de Faixas Salvas",
+ "QuestionClearSavedTracks": "Limpar todas as seleções de faixas salvas?",
+ "LabelChannelTags": "Tags de canal",
+ "AfterThisPlaysConfirmation": "Depois desta reprodução, você gostaria de manter a reprodução ou prefere retirar a música que colocou previamente na fila?",
+ "Keep": "Manter",
+ "Clear": "Retirar",
+ "HeaderClearFilters": "Limpar Filtros",
+ "HeaderSearchForImages": "Buscar por Imagens",
+ "HeaderSearchNewImage": "Buscar Nova Imagem",
+ "HeaderSearchForAnImage": "Buscar por uma Imagem",
+ "DragDropToReorder": "Arrastar e Soltar para Reordenar",
+ "HeaderAddImageFromUrl": "Adicionar Imagem de uma URL",
+ "HeaderSetImageFromUrl": "Definir Imagem de uma URL",
+ "LabelUrl": "Url",
+ "LabelChannelNumber": "Número do canal",
+ "LabelGuideDataChannel": "Canal de dados do guia",
+ "GuideDataSource": "Fonte de Dados do Guia",
+ "HeaderCopyToClipboard": "Copiar para a Área de Transferência",
+ "TimeRemainingValue": "{0} remanescentes",
+ "LabelResumeRewindSeconds": "Quando retomar, automaticamente voltar",
+ "ResumeRewindSecondsHelp": "Isso pode ajudá-lo a lembrar de onde parou. Isso se aplica à retomada inicial e não a cada pausa individual durante a reprodução.",
+ "HeaderSavePlayQueueToPlaylist": "Salvar a Fila de Reprodução para a Playlist",
+ "EnableLogoImagesAsTitle": "Exibir imagens de logotipo como títulos nas telas de detalhes",
+ "EnableLogoImagesAsTitleHelp": "Quando disponíveis, imagens de logotipo podem ser usadas como texto do título em vídeos, séries e outras telas de detalhes. O título será revertido a texto quando uma imagem de logotipo não estiver disponível",
+ "LabelNowPlayingAudioBackgroundStyle": "Estilo da tela de fundo de Reproduzindo Agora em áudio",
+ "LabelNowPlayingVideoBackgroundStyle": "Estilo da tela de fundo de Reproduzindo Agora em vídeo",
+ "NowPlayingVideoBackgroundStyleHelp": "Determina o estilo de fundo quando está controlando remotamente a reprodução de vídeo em outro dispositivo",
+ "Rotation": "Rotação",
+ "Minutes": "Minutos",
+ "LabelMaxRecordingLength": "Tamanho máx da gravação",
+ "MaxRecordingLengthHelp": "Limitar gravações a uma quantidade específica de tempo, independente da duração da transmissão. Deixar 0 para não ter limite.",
+ "RemoteWAN": "Endereço (WAN) Remoto",
+ "HeaderLastConnectedTo": "Última Conexão Para",
+ "Version": "Versão",
+ "Keyword": "Palavra-chave",
+ "HeaderServerAddress": "Endereço do Servidor",
+ "HeaderSkipIntro": "Pular Introdução",
+ "HeaderCreateRecording": "Criar Gravação",
+ "HeaderAddRecording": "Adicionar Gravação",
+ "HeaderChannelAndTime": "Canal e Hora",
+ "LabelRecordProgramOrSeriesFrom": "Gravar um programa ou série de",
+ "LabelStartTime": "Hora inicial",
+ "LabelEndTime": "Hora final",
+ "LabelFrequency": "Frequência",
+ "Recurring": "Recorrente",
+ "Once": "Uma vez",
+ "Start": "Iniciar",
+ "Unpause": "Retomar",
+ "LabelIntroSkipMode": "Pular Intro",
+ "ShowSkipIntroButton": "Exibir botão 'Pular Intro'",
+ "AutoSkipIntro": "Pular intros automaticamente",
+ "DisplayRatingInformationOnVideoPlaybackStart": "Exibir informações de classificação no início da reprodução de vídeo",
+ "DisplayRatingInformationOnVideoPlaybackStartHelp": "As informações de classificação serão exibidas brevemente quando a reprodução do vídeo começar.",
+ "IntroSkipModeHelp": "Exibir o botão 'Pular Intro' ou pular intros de episódios automaticamente nos Servidores Emby que detectarem marcadores de intro. A detecção de intro pode ser ativada nas opções da biblioteca do Servidor Emby.",
+ "EnableHomeScreenFocusPreview": "Use um layout na tela inicial que mostre uma visualização detalhada do item selecionado",
+ "EnableHomeScreenFocusPreviewHelp": "Isso pode não funcionar bem se a tela inicial contiver uma mistura de diferentes tipos de mídia.",
+ "LabelHideMediaTransportButtons": "Ocultar botões de transporte do reprodutor de vídeos",
+ "HideMediaTransportButtonsHelp": "Criar uma interface de reprodução na tela mais simples ocultando botões básicos de transporte, como avançar, voltar e pausar. Você ainda poderá usar essas funções utilizando as teclas de seta e OK/Enter. Auto ocultará os botões de transporte quando nenhum uso do mouse for detectado no aplicativo.",
+ "ImageSizeHelp": "Defina seu tamanho preferido de grades de imagem.",
+ "LabelImageSize": "Tamanho da imagem",
+ "ThisImageIsOnlyPreview": "Esta imagem é apenas uma visualização que veio do mecanismo de pesquisa de metadados. A imagem real que o Emby Server baixa pode ser diferente e dependerá das opções que você configurou na configuração da biblioteca Emby.",
+ "ResultsRangeValue": "{0} a {1} de {2}",
+ "NotificationsDescription": "Configure as notificações para se manter informado sobre eventos importantes no seu Emby Server.",
+ "DeleteEmbyConnectAccount": "Excluir a Conta do Emby Connect",
+ "DeleteEmbyConnectAccountHelp": "Para excluir sua conta do Emby Connect, por favor entre na {0}Emby Community{1} em {2}. Depois que entrar, clique no nome de seu usuário no canto direito no topo, depois clique em Configurações da Conta, por fim clique em Excluir Minha Conta.",
+ "KeepPlayingInBackground": "Continuar jogando em segundo plano",
+ "LabelVideoBackBehavior": "Comportamento do botão voltar do reprodutor de vídeo",
+ "HeaderViewLyrics": "Ver Letras",
+ "HeaderViewMissingEpisodes": "Ver Episódios Faltantes",
+ "HeaderMissingEpisodes": "Episódios Faltantes",
+ "HeaderManageAccess": "Gerenciar Acesso",
+ "HeaderManageCollaboration": "Gerenciar Colaboração",
+ "HeaderLeaveCollaboration": "Deixar Colaboração",
+ "HeaderRemoveFromLibrary": "Remover da Biblioteca",
+ "RemoveSharedItemConfirmation": "Deseja realmente remover este item de sua biblioteca? Para ter o item novamente o dono precisará dar-lhe acesso novamente.",
+ "SubtitlesDownloaded": "Legendas Baixadas",
+ "HeaderMakePrivate": "Tornar Privado",
+ "HeaderMakePublic": "Tornar Público",
+ "MakePublicDescription": "Todos os usuários poderão visualizar este item. Os usuários podem receber acesso para editar.",
+ "MakePrivateDescription": "Os usuários ainda podem receber acesso individualmente.",
+ "Private": "Privado",
+ "Public": "Público",
+ "Collaborative": "Colaborativo",
+ "PreferredShowDisplay": "Exibição preferida de Série de TV",
+ "ShowAllEpisodesAllSeasons": "Exibir todos os episódios de todas as temporadas juntos",
+ "ShowAllEpisodesSingleSeason": "Exibir todos os episódios de uma única temporada",
+ "ShowSeasonFolders": "Sempre exibir pastas das temporadas",
+ "HeaderAddAgain": "Adicionar Novamente",
+ "UpNext": "Próximo",
+ "ItemsAlreadyInPlaylist": "Alguns destes itens já estão em sua playlist.",
+ "ItemAlreadyInPlaylist": "Este item já está em sua playlist.",
+ "HeaderPlayChannel": "Reproduzir Canal",
+ "LabelScreenOrientationDuringVideo": "Orientação na tela durante reprodução do vídeo",
+ "UseDeviceSetting": "Usar configurações do dispositivo",
+ "LockToLandscape": "Bloquear para paisagem",
+ "UsernameForFolderHelp": "O nome de usuário necessário para acessar esta pasta na sua rede (caso aplicável)",
+ "PasswordForFolderHelp": "A senha necessária para acessar esta pasta na sua rede (caso aplicável)",
+ "ShowMediaInfoOnDetailScreens": "Exibir info total da mídia no rodapé das telas de detalhe de áudio e vídeo.",
+ "ForgotPasswordNoUserFound": "Nenhum usuário foi encontrado com o nome digitado. Por favor, tente novamente ou deixe em branco para redefinir a senha de todos os usuários neste servidor.",
+ "Silver": "Prata",
+ "DimGray": "Cinza Escuro",
+ "DarkGray": "Cinza Escuro",
+ "LightGray": "Cinza Claro",
+ "Black": "Preto",
+ "Blue": "Azul",
+ "Cyan": "Ciano",
+ "Gray": "Cinza",
+ "Green": "Verde",
+ "Lime": "Lima",
+ "Magenta": "Magenta",
+ "Orange": "Laranja",
+ "Pink": "Rosa",
+ "Red": "Vermelho",
+ "Yellow": "Amarelo",
+ "White": "Branco",
+ "Purple": "Roxo",
+ "RecentlyReleasedMovies": "Filmes Lançados Recentemente",
+ "RecentlyReleasedEpisodes": "Episódios Lançados Recentemente",
+ "DolbyProfile": "Perfil Dolby",
+ "IpAddress": "Endereço IP",
+ "VideoType": "Tipo de Vídeo",
+ "HidePlayedMediaFrom": "Ocultar Mídia Reproduzida De",
+ "BottomEdgePosition": "Posição da Borda Inferior",
+ "VerticalPositionFromBottomScreen": "Definir a posição vertical das legendas relativa à parte de baixo da tela.",
+ "TopEdgePosition": "Posição Superior",
+ "TopEdgePositionHelp": "Definir a posição vertical mais alta das legendas relativa ao topo da tela. Isto é usado quando as legendas contêm instruções de posicionamento para serem posicionadas no topo.",
+ "HeaderSubtitlePosition": "Posição da Legenda",
+ "TitleProfilePin": "PIN do Perfil",
+ "ProfilePinConfirm": "PIN do Perfil (confirmar)",
+ "SaveProfilePin": "Salvar Pin",
+ "ProfilePinDescription": "Crie um pin opcional para ser solicitado sempre que você retornar a um aplicativo Emby em um dispositivo no qual você já fez login. Isso é útil se você tiver dispositivos compartilhados por vários usuários. Você pode optar por ativá-lo seletivamente em cada dispositivo, conforme necessário.",
+ "TitleNewEpisodes": "Novos Episódios",
+ "EnterYourPinToContinue": "Digite seu PIN para continuar",
+ "YourPinMustBe": "Seu PIN deve conter {0} dígitos.",
+ "ForgotPin": "Esqueceu o PIN?",
+ "RequireEnteringPinToReturn": "Solicitar o PIN do meu perfil quando retornar a este app.",
+ "RequireEnteringPinToReturnQuestion": "Devemos solicitar o PIN do seu perfil sempre que você retornar a este aplicativo? Se este dispositivo for compartilhado por vários usuários, o PIN do seu perfil pode ajudar a impedir que outros usuários acessem seus dados.",
+ "RequireEnteringPinToReturnHelp": "É útil se este dispositivo for compartilhado por vários usuários.",
+ "WrongPinPleaseTryAgain": "Ooops, PIN incorreto. Por favor, tente novamente.",
+ "ProfilePinIsOn": "O PIN do perfil está ativado.",
+ "IfTryingToConnectToHttp": "Se você estiver tentando se conectar ao seu Emby Server usando um endereço http, seu navegador pode não estar permitindo por requisitos de HTTPS. Você pode tentar o seguinte:",
+ "SetupHttpsForYourServer": "Configure {0}HTTPS para seu Emby Server{1} assim você pode conectar usando HTTPS.",
+ "TitleUnableToReachServer": "Não Foi Possível Encontrar o Servidor",
+ "TitleUnableToReachName": "Não Foi Possível Encontrar {0}",
+ "HearingImpaired": "Deficientes Auditivos",
+ "SignIntoServerName": "Entrar em {0}",
+ "About": "Sobre",
+ "Specials": "Especiais",
+ "NSettings": "{0} Ajustes",
+ "NPreferences": "{0} Preferências",
+ "DetailScreenOptions": "Telas de Detalhes",
+ "LabelGenreDisplayLimit": "Limite de exibição de gênero",
+ "GenreDisplayLimitHelp": "Limitar o número de gêneros exibidos no topo das telas de detalhes do item.",
+ "GenreDisplayLimitForListsHelp": "Limitar o número de gêneros exibidos no topo das telas de detalhes de playlist, coletânea e artista.",
+ "LabelGenreDisplayLimitForLists": "Limite de exibição de gênero para listas",
+ "ShowPosterOnDetails": "Mostrar um poster na tela de detalhes",
+ "ShowPosterOnDetailsHelp": "Optar por mostrar um pôster nas telas de detalhes do vídeo ou oculte-o para obter uma aparência mais minimalista que enfatize o fundo. Esta configuração não é usada em layouts de telas menores. Alguns tipos de itens irão ignorar esta configuração.",
+ "EnableAppLogging": "Ativar log do app",
+ "EnableAppLoggingHelp": "O log pode degradar a performance do app e deve ser ativado somente quando quiser investigar algum problema. As alterações necessitam do reinício do app.",
+ "LabelSlideshowInterval": "Tempo de apresentação de fotos por slide",
+ "TVChannelImageEditorHelp": "Várias versões de logotipo são suportadas. Os aplicativos Emby escolherão automaticamente o apropriado dependendo do tema atual.",
+ "PlaySlideshow": "Reproduzir Apresentação de Slides",
+ "CheckForExistingEpisodesInAllLibraries": "Verificar episódios existentes em todas as Bibliotecas",
+ "GroupNotificationsBySeriesOrAlbum": "Agrupar notificações por séries e álbuns",
+ "ThemeSettings": "Configurações do Tema",
+ "FollowingActivityWillBeDisrupted": "A atividade a seguir será interrompida e poderá exigir intervenção manual para reiniciar:",
+ "OneActivePlaybackSession": "1 Sessão de Reprodução Ativa",
+ "NumActivePlaybackSessions": "{0} Sessões de Reprodução Ativas",
+ "OneActiveRecording": "1 Gravação Ativa",
+ "NumActiveRecordings": "{0} Gravações Ativas",
+ "PlayFromLivePosition": "Reproduzir da posição ao vivo",
+ "PlayFromStartOfRecording": "Reproduzir a partir do início da gravação",
+ "ThisChannelIsActivelyRecording": "Este canal está gravando. Como gostaria de iniciar a reprodução?",
+ "ThemeSongVolume": "Volume da música do tema",
+ "HeaderForceConversionForFormats": "Forçar a conversão para os Formatos",
+ "ForceConversionForFormatsHelp": "Use isso para forçar a transcodificação ou remuxação do lado do servidor para formatos que não reproduzem muito bem neste dispositivo.",
+ "StartupBehavior": "Comportamento de inicialização",
+ "RememberLastUser": "Lembrar o último usuário",
+ "ShowLoginScreen": "Exibir a tela de login",
+ "SignInAsValue": "Entrar como {0}",
+ "ConvertUnsupportedAudio": "Convert unsupported surround audio to Dolby Digital",
+ "ConvertUnsupportedAudioHelp": "Evite fazer o downmix de formatos surround não suportados para estéreo, fazendo com que o Emby Server os transcodifique para Dolby Digital.",
+ "HeaderPlaybackCorrection": "Correção de Reprodução",
+ "HeaderAttemptPlaybackCorrection": "Tentar a Correção de Reprodução",
+ "PlaybackCorrectionConfirm": "Tentar a correção de reprodução?",
+ "PlaybackCorrectionDescription": "O item atual está apresentando um problema de reprodução, como ausência de vídeo ou áudio? Esta ação tentará corrigir os problemas de reprodução usando a transcodificação do servidor para converter este arquivo em um formato mais amigável para streaming. Isso resultará em um aumento no consumo de recursos neste servidor Emby.",
+ "PlaybackCorrectionDescription2": "Você pode fazer isso até três vezes por vídeo, onde a remuxagem, a transcodificação de vídeo e a transcodificação de áudio são ativadas uma de cada vez.",
+ "HeaderAlbumsAsContributingArtist": "Álbuns como Artista Contribuidor",
+ "HeaderAlbumsAsComposer": "Álbuns como compositor",
+ "Duplicates": "Duplicados",
+ "HeaderSleepTimer": "Temporizador de Sono\n",
+ "AfterCurrentItem": "Depois do item atual",
+ "HeaderStopPlayback": "Parar Reprodução",
+ "TurnOffTimer": "Desligar temporizador",
+ "SleepTimerIsSet": "Seu temporizador de sono está definido",
+ "SleepTimerIsOff": "Seu temporizador de sono está desligado",
+ "LabelEnableRemoteControlTVMode": "Exibir funções de transmissão e controle remoto",
+ "EnableRemoteControlTVModeHelp": "Ative se você pretende usar este dispositivo para enviar mídia para outros dispositivos.",
+ "ShowOnScreenControls": "Exibir controles na tela",
+ "LabelVideoScreenUpAction": "Ação de tela de vídeo",
+ "VideoScreenUpActionHelp": "Selecione a ação a ser executada ao pressionar a tecla para cima na tela do vídeo. Isso se aplica quando nenhum controle na tela estiver visível no momento. Quando os controles já estiverem visíveis, a tecla para cima será usada para navegação.",
+ "LabelVideoPlayerLongPressAction": "Ação de pressão longa no player de vídeo",
+ "LetsGetSetup": "Let's Get Set Up",
+ "VideoPlayerLongPressActionHelp": "Selecione qual função ou menu será exibido ao pressionar longamente o botão OK durante a reprodução de um vídeo. Isso só entra em vigor quando os controles de vídeo estão ocultos ou a barra de busca está em foco.",
+ "AskAdminToGetPremiere": "This purchase must be made by the server administrator. Please ask the administrator of this Emby Server to sign in and get Emby Premiere so that you can enjoy access to premium features.",
+ "AutoOpenSingleItemsFolders": "Auto open single items in folder view",
+ "AutoOpenSingleItemsFoldersHelp": "When a folder only contains one item, automatically open that item.",
+ "PlayedOnValue": "Played {0}",
+ "TheseSettingsApplyAppDevice": "These settings apply to all users playing on this device.",
+ "LastContentDateAdded": "Last Content Date Added",
+ "RepeatThemeMedia": "Play themes on repeat",
+ "HideEpisodeSpoilerInfo": "Hide spoiler information from unwatched episodes",
+ "HideEpisodeSpoilerInfoHelp": "Hides the title, overview and image for unwatched episodes on most screens.",
+ "BornValueAge": "Born: {0} (age {1})",
+ "PreferDirectStreamLiveTV": "Prefer direct streaming of Live TV",
+ "PreferDirectStreamLiveTVHelp": "Direct streaming Live TV will reduce resource consumption on your Emby Server but may not be as seekable during playback. Enabling this will direct stream Live TV when the format is supported and is within your configured quality setting. Disable this to enjoy more seeking during playback at the cost of additional resource consumption.",
+ "HeaderAllRecordings": "All Recordings",
+ "RememberLoginDescription": "After signing in, you can use the app settings to configure the startup behavior to remember login, sign in as a specific user, or always show the login screen.",
+ "ForgetServerConfirmation": "Are you sure you wish to forget this server?",
+ "ForgetThisServer": "Forget This Server",
+ "HeaderThisDevice": "This Device",
+ "ChaptersGuide": "Chapters / Live TV Guide",
+ "ChaptersGuideHelp": "Show Chapters for media with chapters. For media without chapters, show the Live TV Guide (when available).",
+ "HeaderShowSeriesImages": "Show Series Images",
+ "AppExitConfirmation": "Are you ready to exit Emby?",
+ "AppExitMenu": "Exit menu",
+ "SideMenu": "Side navigation menu",
+ "SystemStorage": "System storage ({0})"
+}
diff --git a/modules/common/strings/pt-PT.json b/modules/common/strings/pt-PT.json
new file mode 100644
index 0000000..739a573
--- /dev/null
+++ b/modules/common/strings/pt-PT.json
@@ -0,0 +1,1340 @@
+{
+ "ReplaceExistingThumbnailImages": "Replace existing video preview thumbnails",
+ "ReplaceExistingThumbnailImagesHelp": "All existing video preview thumbnails will be deleted and new ones will be generated, if enabled in the options for the library.",
+ "DateCreated": "Date Created",
+ "CreatedOnValue": "Created {0}",
+ "UpdatedOnValue": "Updated {0}",
+ "EmbyLoginTerms": "O Emby foi projetado para o ajudar a gerir a sua biblioteca de multimédia pessoal, tais como os seus vídeos e fotos pessoais. Por favor, leia os nossos {0}termos de utilização{1}. O uso de qualquer software Emby implica a aceitação desses termos.",
+ "MessageUnableToConnectToServer": "Não nos foi possível ligar ao servidor selecionado agora. Por favor, verifique se ele está a ser executado e tente novamente.",
+ "EmbyIntroMessage": "Com o Emby você pode facilmente fazer streaming de vídeos, músicas e fotos do Servidor Emby para smartphones, tablets e outros dispositivos.",
+ "HeaderSignInWithConnect": "Entrar no Emby Connect",
+ "HeaderWelcomeToEmby": "Bem vindo ao Emby",
+ "HeaderNewUsers": "Novos Utilizadores",
+ "HeaderPleaseSignIn": "Por favor Inicie Sessão",
+ "MessageInvalidUser": "Nome de utilizador ou senha inválidos. Por favor, tente novamente.",
+ "MessageUnlockAppWithPurchaseOrSupporter": "Desbloqueie esse recurso com uma pequena compra única, ou com uma subscrição ativa do Emby Premiere.",
+ "MessageUnlockAppWithSupporter": "Desbloqueie este recurso com uma subscrição ativa do Emby Premiere.",
+ "MessageToValidateSupporter": "Se você tem uma assinatura ativa do Emby Premiere, certifique-se de configurar o Emby Premiere no Menu Principal do Servidor Emby, que você pode acessar clicando em Emby Premiere no menu principal.",
+ "ValueSpecialEpisodeName": "Especial - {0}",
+ "HeaderSignIn": "Iniciar Sessão",
+ "Share": "Partilhar",
+ "Shared": "´Partilhado",
+ "Info": "Informação",
+ "Add": "Adicionar",
+ "Speed": "Velocidade",
+ "PlaybackSpeed": "Playback Speed",
+ "Chapters": "Capítulos",
+ "Password": "Senha:",
+ "SavePassword": "Save Password",
+ "LabelPassword": "Senha:",
+ "HeaderResetPassword": "Reset Password",
+ "Series": "Séries",
+ "Preview": "Pré-visualizar",
+ "Submit": "Submeter",
+ "Never": "Nunca",
+ "Table": "Tabela",
+ "HeaderScheduledTasks": "Scheduled Tasks",
+ "Plays": "Plays",
+ "LastUsedAddressValue": "Last used {0}",
+ "LabelKeywordType": "Tipo de Palavra-Chave:",
+ "HeaderSelectColumns": "Selecionar colunas:",
+ "HeaderTopResults": "Top Resultados",
+ "HeaderPinSidebar": "Pin Barra Lateral",
+ "Collapse": "Colapsar",
+ "LabelBackgroundVideoPlayback": "Reprodução de vídeo em segundo plano:",
+ "BackgroundVideoPlaybackHelp": "A reprodução em segundo plano permite que o vídeo continue a ser reproduzido mesmo quando a tela está desligada.",
+ "AlwaysOn": "Sempre em",
+ "HeadphonesOrExternalSpeakersConnected": "Headphones ou colunas externas ligadas",
+ "HeaderKeyboardAndRemote": "Teclado e Comando",
+ "NoSelectedItemsSupportOperation": "Não há items seleccionados que suportem esta operação.",
+ "NoOperationsForSelectedItems": "Não há operações disponíveis para os items seleccionados.",
+ "UploadOnlyOnWifi": "Upload só com Wifi",
+ "HeaderFoldersToUpload": "Pastas para Upload",
+ "LabelPasswordConfirm": "Senha (confirmar):",
+ "HeaderMoveUpInOrder": "Mover para cima na Ordem",
+ "HeaderDownUpInOrder": "Mover para baixo na Ordem",
+ "LabelUsername": "Nome de Utilizador:",
+ "HeaderAddServer": "Adicionar Servidor",
+ "HeaderSubtitleOffset": "Offset das Legendas",
+ "Watching": "Watching",
+ "HeaderRemoveFromContinueWatching": "Continuar a Ver",
+ "RemoveThisTitleFromContinueWatching": "Continuar a ver",
+ "HeaderRemoveFromContinueListening": "Remove from Continue Listening",
+ "RemoveThisTitleFromContinueListening": "Remove this title from Continue Listening?",
+ "HeaderIncreaseSubtitleOffset": "Aumentar Offset das Legendas",
+ "HeaderDecreaseSubtitleOffset": "Diminuir Offset das Legendas",
+ "Close": "Fechar",
+ "HeaderSeeAll": "Ver todos",
+ "HeaderOpenInNewWindow": "Abrir numa Nova Janela",
+ "LabelEmail": "Email:",
+ "LabelHost": "Host:",
+ "LabelHostHelp": "192.168.1.100 ou https://meuservidor.com",
+ "LabelPort": "Porta:",
+ "Disabled": "Desativado",
+ "Uninstall": "Desinstalar",
+ "Enable": "Enable",
+ "AllTuners": "All Tuners",
+ "Disable": "Disable",
+ "NextValue": "Próximo: {0}",
+ "HeaderNextItem": "Próximo item",
+ "HeaderPreviousItem": "Item anterior",
+ "NoTrailersMessage": "Nenhum trailer encontrado. Para adicionar Trailers, instale o plug-in Trailer do {0} catálogo de plug-ins Emby {1}.",
+ "UninstallPluginConfirmation": "Tem a certeza que quer instalar este plugin?",
+ "HeaderUninstallPlugin": "Desinstalar Plugin",
+ "AreYouStillWatching": "Ainda está a ver?",
+ "LabelCurrentPassword": "Password actual:",
+ "LabelNewPassword": "Nova password:",
+ "LabelNewPasswordConfirm": "Confirmar nova password:",
+ "HeaderRemovePassword": "Remover Password",
+ "ServerUpdateNeeded": "Este Servidor Emby precisa ser atualizado. Para fazer download da versão mais recente, por favor visite {0}",
+ "MessageThankYouForConnectSignUp": "Obrigado por se inscrever no Emby Connect. Um e-mail será enviado para o seu endereço com instruções sobre como confirmar sua nova conta. Confirme por favor a conta e volte aqui para fazer login.",
+ "MessageThankYouForConnectSignUpNoValidation": "Obrigado por se ter registado no Emby Connect! Agora irá ser pedido para iniciar sessão com as suas informações do Emby Connect.",
+ "ErrorMessagePasswordNotMatchConfirm": "A senha e a confirmação da senha devem coincidir.",
+ "ErrorMessageUsernameInUse": "O nome do utilizador já está em uso. Por favor, escolha um novo nome e tente novamente.",
+ "ErrorMessageEmailInUse": "O endereço de email já está em uso. Por favor insira um novo email e tente de novo, ou use a funcionalidade de recuperar a sua password.",
+ "HeaderUpcomingOnTV": "Próximos na TV ao Vivo",
+ "HeaderOtherShowings": "Outras Exibições",
+ "Showings": "Exibições",
+ "HeaderConnectToServer": "Ligar ao Servidor",
+ "ConnectToServerManually": "Ligar ao servidor manualmente",
+ "LabelEnterConnectUserNameHelp": "Este é o nome de utilizador ou email da sua conta online Emby.",
+ "HeaderSignInError": "Erro a Iniciar Sessão",
+ "HeaderManualLogin": "Início de Sessão Manual",
+ "PasswordResetConfirmation": "Tem certeza de que deseja redefinir a password?",
+ "ContactAdminToResetPassword": "Por favor contactar o seu administrador de sistema para fazer reset da sua password,",
+ "ForgotPasswordInNetworkRequired": "Por favor tente novamente na sua rede local para iniciar o processo de reset da password.",
+ "ForgotPasswordFileCreated": "O seguinte ficheiro foi adicionado ao servidor e contém instruções de como proceder:",
+ "ForgotPasswordFileExpiration": "O reset pin irá expirar às {0}.",
+ "InvalidForgotPasswordPin": "Pin inválido ou expirado. Por favor tente novamente.",
+ "PasswordResetForUsers": "As passwords foram removidas para os seguintes users. Para fazer o login, entre com uma password em branco.",
+ "HeaderForgotPassword": "Esqueceu a senha",
+ "ForgotPasswordUsernameHelp": "Digite seu username, caso se lembre.",
+ "HeaderPasswordReset": "Password Reset",
+ "AttributeNew": "Novo",
+ "Done": "Feito",
+ "HeaderResetToDefault": "Reset to Default",
+ "Deinterlacing": "Desentrelaçamento",
+ "HeaderBurningInSubtitles": "A gravar nas legendas",
+ "Premiere": "Estreia",
+ "LabelPinCode": "Código Pin:",
+ "LabelLocalNetworkPinCode": "Código Pin da Rede Local:",
+ "LabelLocalNetworkPasswordMode": "Modo de login da rede local:",
+ "RequirePasswordInLocalNetwork": "Exige uma password na rede local",
+ "NoPasswordInLocalNetwork": "Não exige uma password na rede local",
+ "PinCodeInLocalNetwork": "Permitir um pin numérico na rede local",
+ "LocalNetworkPasswordModeHelp": "Selecione o método de login para dispositivos na mesma rede local que o seu Emby Server.",
+ "HeaderLocalNetworkAccess": "Acesso à Rede Local",
+ "Live": "Em Direto",
+ "Reset": "Reset",
+ "Repeat": "Repetir",
+ "Track": "Faixa",
+ "Tracks": "Faixas",
+ "HeaderCameraUpload": "Upload da Câmara",
+ "TrackCount": "{0} faixas",
+ "ItemCount": "{0} itens",
+ "NumberChannelsValue": "{0} Channels",
+ "HeaderLatestMusic": "Música Mais Recente",
+ "HeaderLatestAudioBooks": "Últimos Audio Books",
+ "HeaderLatestDownloadedVideos": "Últimos Vídeos Descarregados",
+ "HeaderRecentlyPlayed": "Reproduzido Recentemente",
+ "Recent": "Recente",
+ "HeaderFrequentlyPlayed": "Reproduzido Frequentemente",
+ "HeaderMoreLikeThis": "Mais Como Isto",
+ "HeaderMoreLikeThisOnLiveTV": "Mais Como Isto na TV ao Vivo",
+ "OriginalAirDateValue": "Data Original de Lançamento: {0}",
+ "EndsAtValue": "Termina em {0}",
+ "Date": "Date",
+ "AirDate": "Data de Lançamento",
+ "Played": "Reproduzido",
+ "Daily": "Diariamente",
+ "Weekly": "Weekly",
+ "RequireHashMatch": "Requer uma correspondência exata",
+ "RequireHashMatchHelp": "A exigência de uma correspondência exata filtrará as legendas para incluir apenas aquelas que foram testadas com o seu arquivo de vídeo exato. Desmarcar isto aumentará o número de legendas correspondentes, mas também aumentará as hipóteses de texto com legendas fracas ou incorretas.",
+ "SearchForForcedSubtitlesOnly": "Somente legendas forçadas",
+ "SearchForForcedSubtitlesOnlyHelp": "A exigência de legendas forçadas limitará os resultados às legendas marcadas como tendo um idioma estrangeiro.",
+ "LastEpisodeDateAdded": "Última data do episódio adicionada",
+ "LastEpisodeDateAired": "Last Episode Date Released",
+ "LabelPlaystate": "Playstate:",
+ "Studio": "Studio",
+ "Tag": "Tag",
+ "EpisodeTitle": "Título do episódio",
+ "Audio": "Áudio",
+ "Video": "Vídeo",
+ "Subtitle": "Legenda",
+ "Image": "Imagem",
+ "CopyStream": "Copy original stream",
+ "LabelAudioLayout": "Audio layout",
+ "LabelAudioCodec": "Codec do áudio:",
+ "LabelAudioLanguage": "Idioma áudio:",
+ "LabelSubtitleLanguage": "Idioma legenda:",
+ "LabelVideoCodec": "Codec do vídeo:",
+ "LabelSubtitleCodec": "Codec da legenda:",
+ "LabelParentalRating": "Classificação parental:",
+ "BecauseYouLikeValue": "Porque você gosta {0}",
+ "BecauseYouWatchedValue": "Porque viu {0}",
+ "DirectedByValue": "Realizado por {0}",
+ "StarringValue": "Aparece em {0}",
+ "Invitations": "Convites",
+ "ActorAsRole": "de {0}",
+ "ButtonOk": "Ok",
+ "GroupItemsIntoCollections": "Agrupar itens em coleções",
+ "GroupItemsIntoCollectionsHelp": "Agrupar itens com base nas coleções às quais foram adicionados. Ativar certos filtros ou ordens de classificação pode desativar esta opção automaticamente.",
+ "GroupItemsIntoTags": "Agrupar items em tags",
+ "GroupItemsIntoTagsHelp": "Agrupar itens em tags às quais foram adicionados. Ativar certos filtros ou ordens de classificação pode desativar esta opção automaticamente.",
+ "User": "User",
+ "Access": "Access",
+ "Users": "Users",
+ "Library": "Biblioteca",
+ "Devices": "Dispositivos",
+ "Cancel": "Cancelar",
+ "Restart": "Reiniciar",
+ "Shutdown": "Desligar",
+ "Logs": "Logs",
+ "Visibility": "Visibility",
+ "Notifications": "Notificações",
+ "SendTestNotification": "Send Test Notification",
+ "NotificationSent": "Notificação enviada",
+ "DeleteNotificationConfirmation": "Tem a certeza que pretende eliminar esta notificação?",
+ "DeleteNotification": "Eliminar notificação",
+ "AddNotification": "Adicionar notificação",
+ "EditNotification": "Editar notificação",
+ "LimitUserEventsTo": "Limitar eventos de utilizador para:",
+ "LimitLibraryEventsTo": "Limit library events to",
+ "LimitDeviceEventsTo": "Limit devices events to",
+ "ForAdditionalNotificationOptions": "Additional notification services can be installed by the server administrator in the Emby {0}plugin catalog{1}.",
+ "Plugins": "Plugins",
+ "Systems": "Sistemas",
+ "Server": "Servidor",
+ "Dashboard": "Dashboard",
+ "PlayOnAnotherDevice": "Reproduzir noutro dispositivo",
+ "HeaderConnectionHelp": "Ajuda da Ligação",
+ "AccessRestrictedTryAgainLater": "O acesso é atualmente restrito. Por favor, tente novamente mais tarde.",
+ "ButtonGotIt": "Entendi",
+ "RememberMe": "Lembrar-me",
+ "EmbyServer": "Emby Server",
+ "ManageEmbyServer": "Gerir Servidor Emby",
+ "ShutdownServer": "Desligar o Servidor Emby",
+ "RestartServer": "Reiniciar o Servidor Emby",
+ "RecordingCancelled": "Gravação cancelada.",
+ "SeriesCancelled": "Série cancelada.",
+ "Recording": "Recording",
+ "SeriesRecording": "Series Recording",
+ "RecordingScheduled": "Gravação agendada.",
+ "SeriesRecordingScheduled": "Gravação da Série marcada.",
+ "HeaderNewRecording": "Nova Gravação",
+ "HeaderWakeServer": "Acordar Servidor",
+ "AttemptingWakeServer": "A tentar acordar o servidor. Por favor aguarde...",
+ "WakeServerSuccess": "Sucesso!",
+ "HeaderCustomizeHomeScreen": "Personalizar Tela Inicial",
+ "WakeServerError": "Pacotes de Wake On LAN foram enviados para o seu servidor, mas não conseguimos ligar ao seu Servidor Emby. A sua máquina pode precisar de mais tempo para ser ativada ou o Servidor Emby pode não estar a funcionar ativamente na máquina.",
+ "Days": "Dias",
+ "Network": "Rede",
+ "Networks": "Redes",
+ "SortByValue": "Ordernar por {0}",
+ "HeaderSortBy": "Sort By",
+ "HeaderPhotoAlbums": "Álbum de Fotos",
+ "Photos": "Fotos",
+ "HeaderAppearsOn": "Aparece Em",
+ "List": "Lista",
+ "HeaderRecordSeries": "Gravar Série",
+ "HeaderCinemaMode": "Introdução de Cinema",
+ "Conversions": "Conversões",
+ "Downloads": "Downloads",
+ "HeaderManageDownloads": "Gerir Downloads",
+ "InternalStorage": "Disco interno",
+ "ExternalStorage": "Disco externo",
+ "UploadToFollowingServers": "Upload para Servidores",
+ "UploadingNumItems": "Upload {0} de {1}",
+ "DownloadNumItems": "Download {0} of {1}",
+ "HeaderSampleRate": "Taxa de Amostra",
+ "HeaderReferenceFrames": "Frames de Referência",
+ "HeaderBitDepth": "Profundidade de Bits",
+ "HeaderPixelFormat": "Formato de Pixel",
+ "Profile": "Perfil",
+ "Bitrate": "Taxa de Bits",
+ "Expand": "Expandir",
+ "Container": "Container",
+ "Format": "Formato",
+ "Path": "Directoria",
+ "Size": "Tamanho",
+ "Resolution": "Resolução",
+ "HeaderCodecTag": "Codec Tag",
+ "Framerate": "Taxa de Frames",
+ "Interlaced": "Entrelaçado",
+ "Anamorphic": "Anamórfico",
+ "Level": "Nível",
+ "Timestamp": "Timestamp",
+ "Language": "Idioma",
+ "Codec": "Codec",
+ "Stream": "Stream",
+ "HeaderExtradata": "Dados Extra",
+ "HeaderHardwareAcceleratedTranscoding": "Hardware Accelerated Transcoding",
+ "HeaderHardwareAcceleratedTranscodingDescription": "Take advantage of your server GPU. Emby has the most advanced and fastests hardware accelleration in the industry.",
+ "HeaderOfflineDownloads": "Conteúdo Offline",
+ "AndMuchMoreExclamation": "And much more!",
+ "HeaderOfflineDownloadsDescription": "Faça o download de conteúdo para seus dispositivos para facilmente lhes aceder offline.",
+ "LiveTvFeatureDescription": "Transmita TV ao Vivo para qualquer app Emby com um dispositivo sintonizador de TV compatível instalado no seu servidor Emby.",
+ "DvrFeatureDescription": "Agende gravações individuais de TV ao Vivo, gravações de séries e muito mais com o Emby DVR.",
+ "CinemaModeFeatureDescription": "Introduções de Cinema oferecem a verdadeira experiência de cinema com trailers e introduções personalizadas antes do filme principal.",
+ "HeaderFreeApps": "Aplicações Grátis para Emby",
+ "FreeAppsFeatureDescription": "Aproveite o acesso gratuito às aplicações Emby para os seus dispositivos.",
+ "HeaderBecomeProjectSupporter": "Obter o Emby Premiere",
+ "HeaderViewServerInfo": "Ver informações do Servidor",
+ "PlaybackTvModeRequiresEmbyPremiere": "A reprodução de media no modo TV requer uma assinatura ativa {0} do Emby Premiere {1}.",
+ "FeatureRequiresEmbyPremiere": "Este recurso requer uma subscrição ativa do Emby Premiere",
+ "HeaderConvertYourRecordings": "Converter as suas gravações",
+ "Record": "Gravar",
+ "Save": "Guardar",
+ "Edit": "Editar",
+ "HeaderSavePlaylist": "Gravar Playlist",
+ "Latest": "Mais recente",
+ "Download": "Download",
+ "Downloaded": "Descarregados",
+ "Converted": "Converted",
+ "RemoveFromHistory": "Remove from History",
+ "ConfirmRemoveFromHistory": "Remove this item from the history?",
+ "Downloading": "A fazer o download",
+ "Advanced": "Avançado",
+ "LinkedToEmbyConnect": "Ligado ao Emby Connect",
+ "Delete": "Remover",
+ "Both": "Both",
+ "LabelChannelDisplay": "Channel display",
+ "HeaderDeleteItem": "Remover item",
+ "HeaderDeleteUser": "Eliminar User",
+ "DeleteItemConfirmation": "Tem certeza de que deseja eliminar {0}?",
+ "DeleteUserConfirmation": "Tem certeza de que deseja eliminar o user {0}?",
+ "DeleteUsersConfirmation": "Are you sure you wish to delete these {0} users?",
+ "HeaderDeleteDevice": "Eliminar Dispositivo",
+ "DeleteDeviceConfirmation": "Tem certeza de que deseja eliminar este dispositivo? Ele reaparecerá na próxima vez que um user fizer login com ele.",
+ "ConfirmDeleteItem": "Excluir este item o excluirá do sistema de arquivos e também da biblioteca multimédia. Deseja realmente continuar?",
+ "FollowingFilesWillBeDeleted": "Os seguintes arquivos e pastas serão excluídos:",
+ "AreYouSureToContinue": "Tem certeza que deseja continuar?",
+ "Refresh": "Atualizar",
+ "RefreshingMetadataDots": "A atualizar metadados...",
+ "ScanningLibraryFilesDots": "A verificar ficheiros da biblioteca...",
+ "HeaderFavoritesThenByChannelNumber": "Favoritos, depois por número do canal",
+ "HeaderAddToCollection": "Adicionar à Coleção",
+ "HeaderFavoritesThenByTitle": "Favoritos, depois por título",
+ "HeaderFavoritesThenByDefault": "Favoritos, depois por ordem de canal padrão",
+ "HeaderDefaultChannelOrder": "Ordem de canal padrão",
+ "HeaderAddToFavorites": "Adicionar aos Favoritos",
+ "HeaderRemoveFromFavorites": "Remover dos Favoritos",
+ "Favorited": "Favorited",
+ "Unfavorited": "Unfavorited",
+ "HeaderNewCollection": "Nova Coleção",
+ "HeaderNewPlaylist": "Nova Playlist",
+ "AllCollections": "Todas as Coleções",
+ "AllPlaylists": "Todas as Playlists",
+ "Create": "Criado",
+ "HeaderAddedToPlaylist": "Adicionado à Playlist",
+ "HeaderAddedToCollection": "Adicionado à Colecção",
+ "OneItemAddedTo": "1 item adicionado ao \"{0}\".",
+ "ItemsAddedTo": "{0} items adicionados ao \"{1}\".",
+ "HeaderAddedToPlayQueue": "Adicionado à Fila de Reprodução",
+ "HeaderPlayingNext": "Reproduzir a Seguir",
+ "Help": "Ajuda",
+ "HeaderGetHelp": "Ajuda",
+ "LabelTVDisplayMode": "Enable TV display mode",
+ "Desktop": "Desktop",
+ "Mobile": "Telemóvel / Tablet",
+ "Navigation": "Navegação",
+ "HeaderVideoPlayback": "Reprodução de Vídeo",
+ "TV": "TV",
+ "HeaderEmbyConnect": "Emby Connect",
+ "Seasons": "Temporadas",
+ "OneTrack": "1 Faixa",
+ "OneSeason": "1 Temporada",
+ "Libraries": "Bibliotecas",
+ "NumberSeasonsValue": "{0} Temporadas",
+ "TVDisplayModeHelp": "Optimize the user interface on this device for display on a TV and input method with a remote control. This is generally not recommended if your primary input method is a mouse or is touch-based.",
+ "LabelDisplayLanguage": "Idioma de visualização:",
+ "LabelDisplayLanguageHelp": "A tradução do Emby é um projeto contínuo.",
+ "LearnHowYouCanContribute": "Aprenda como pode contribuir.",
+ "NewCollectionHelp": "Coleções permitem que você aproveite grupos personalizados de Filmes e outros conteúdos.",
+ "SearchForCollectionInternetMetadata": "Procurar na internet por imagens e metadados",
+ "DisplayMissingEpisodesWithinSeasons": "Exibir episódios que faltam dentro das temporadas",
+ "DisplayMissingEpisodesWithinSeasonsHelp": "Isso também deve ser ativado para bibliotecas de TV na configuração do Emby Server.",
+ "EnableThemeSongs": "Ativar músicas temáticas",
+ "EnableBackdrops": "Ativar imagens de fundo",
+ "EnableThemeSongsHelp": "Se ativadas, as músicas temáticas serão reproduzidas em segundo plano ao navegar pela biblioteca.",
+ "EnableBackdropsHelp": "Se ativadas, imagens de fundo serão exibidas ao fundo de algumas páginas ao navegar pela biblioteca.",
+ "EnableThemeVideos": "Ativar Vídeos Temáticos",
+ "EnableThemeVideosHelp": "Se ativado, os vídeos temáticos serão reproduzidos em segundo plano ao navegar pela biblioteca.",
+ "RunAtStartup": "Iniciar no arranque",
+ "ServerStartup": "Server Startup",
+ "EmbyServerOnXHasStarted": "Emby Server on {0} has started.",
+ "LabelScreensaver": "Protetor de ecrã:",
+ "LabelSoundEffects": "Efeitos sonoros:",
+ "LabelName": "Nome:",
+ "NewCollectionNameExample": "Exemplo: Coleção Guerra das Estrelas",
+ "MessageItemsAdded": "Itens adicionados.",
+ "OptionNew": "Nova...",
+ "LabelPlaylist": "Lista de Reprodução",
+ "AddToPlaylist": "Adicionar à lista de reprodução",
+ "HeaderAddToPlaylist": "Adicionar à Playlist",
+ "Subtitles": "Legendas",
+ "LabelTheme": "Tema:",
+ "LabelSettingsTheme": "Configurações do tema:",
+ "LabelThemeAccentColor": "Accent color",
+ "ThemeAccentColorDescription": "Controls the color of important indicators, icons and text.",
+ "SearchForSubtitles": "Buscar Legendas",
+ "LabelLanguage": "Idioma:",
+ "Search": "Busca",
+ "NoSubtitleSearchResultsFound": "Nenhum resultado encontrado.Configurou {0} para download de legendas {1}?",
+ "NoLyricsSearchResultsFound": "No results found. Have you configured {0}lyrics downloading{1}?",
+ "Lyrics": "Lyrics",
+ "SearchForLyrics": "Search for Lyrics",
+ "Finish": "Terminar",
+ "File": "Ficheiro",
+ "Exit": "Sair",
+ "Sleep": "Hibernar",
+ "Setup": "Setup",
+ "MessageAreYouSureDeleteSubtitles": "Deseja realmente remover este arquivo de legendas?",
+ "ConfirmDeletion": "Confirmar Exclusão",
+ "MySubtitles": "As Minhas Legendas",
+ "MessageDownloadQueued": "Download na fila.",
+ "HeaderEditSubtitles": "Editar Legendas",
+ "UnlockGuide": "Desbloquear Guia",
+ "HeaderRefreshMetadata": "Atualizar Metadados",
+ "HeaderRefreshAllMetadata": "Atualizar todos os Metadados",
+ "ReplaceExistingImages": "Substituir imagens existentes",
+ "ReplaceExistingImagesHelp": "All existing images will be deleted and new ones will be downloaded based on the options for the library. In some cases this may result in fewer available images than before.",
+ "ReplaceAllMetadata": "Substituir todos os Metadados",
+ "SearchForMissingMetadata": "Pesquisar metadados em falta",
+ "LabelRefreshMode": "Modo de atualização:",
+ "NoItemsFound": "Nenhum item encontrado.",
+ "HeaderSaySomethingLike": "Diga algo como...",
+ "ButtonTryAgain": "Tente Novamente",
+ "HeaderYouSaid": "Disse...",
+ "MessageWeDidntRecognizeCommand": "Desculpe, não reconhecemos esse comando.",
+ "MessageIfYouBlockedVoice": "Se negou o acesso de voz à app, será necessário reconfigurar antes de tentar novamente.",
+ "ValueDiscNumber": "Disco {0}",
+ "Unrated": "Sem Classificação",
+ "Favorite": "Favorito",
+ "Like": "Gosto",
+ "Dislike": "Não Gosto",
+ "RefreshDialogHelp": "Os metadados são atualizados com base nas configurações e serviços de Internet ativados no painel do Emby Server.",
+ "Open": "Abrir",
+ "Play": "Reproduzir",
+ "Pause": "Pausa",
+ "HeaderPlayQueue": "Fila de Reprodução",
+ "HeaderAddToPlayQueue": "Adicionar à Fila de Reprodução",
+ "Shuffle": "Aleatório",
+ "Identify": "Identificar",
+ "HeaderRemoveIdentification": "Remover identificação",
+ "ResetMetadataConfirmation": "Are you sure you wish to reset all metadata?",
+ "HeaderEditMetadata": "Editar Metadados",
+ "Convert": "Converter",
+ "Resume": "Retomar",
+ "HeaderInstantMix": "Mix Instantâneo",
+ "HeaderGoToItem": "Go to Item",
+ "HeaderGoToSeason": "Go to Season",
+ "HeaderGoToSeries": "Go to Series",
+ "HeaderGoToAlbum": "Go to Album",
+ "HeaderGoToArtist": "Go to Artist",
+ "HeaderPlayAll": "Reproduzir Todos",
+ "PictureInPicture": "Picture in picture",
+ "Fullscreen": "Ecrã total",
+ "ExitFullscreen": "Sair Ecrã Total",
+ "Rewind": "Retroceder",
+ "FastForward": "Avançar",
+ "Remove": "Remover",
+ "Rename": "Renomear",
+ "Queue": "Adicionar à fila",
+ "QueueAllFromHere": "Colocar em fila tudo a partir daqui",
+ "PlayAllFromHere": "Reproduzir tudo a partir daqui",
+ "PlayFromBeginning": "Reproduzir de início",
+ "FromBeginning": "From Beginning",
+ "ResumeAt": "Retomar de {0}",
+ "HeaderRemoveFromPlaylist": "Remover da Playlist",
+ "HeaderRemoveFromPlayQueue": "Remove from Play Queue",
+ "HeaderRemoveFromCollection": "Remover da Coleção",
+ "Sort": "Ordenar",
+ "Trailer": "Trailer",
+ "SelectNone": "Select None",
+ "SelectAll": "Selecionar tudo",
+ "HeaderMarkPlayed": "Marcar como Reproduzido",
+ "HeaderMarkUnplayed": "Marcar como Não Reproduzido",
+ "HeaderGroupVersions": "Versões de Grupo",
+ "PleaseSelectTwoItems": "Por favor selecione pelo menos dois itens.",
+ "HeaderConfirmRecordingCancellation": "Confirmar Cancelamento da Gravação",
+ "MessageConfirmRecordingCancellation": "Deseja realmente cancelar esta gravação?",
+ "Album": "Álbum",
+ "AlbumArtist": "Álbum do Artista",
+ "Error": "Erro",
+ "VoiceInput": "Input de Voz",
+ "LabelContentType": "Tipo de conteúdo:",
+ "LabelPath": "Local:",
+ "Playlists": "Playlists",
+ "LabelTitle": "Título:",
+ "LabelOriginalTitle": "Título original:",
+ "LabelSortTitle": "Classificar título:",
+ "LabelDateAdded": "Data adicionado:",
+ "DateAdded": "Data adicionada",
+ "DateModified": "Date Modified",
+ "DatePlayed": "Data de reprodução",
+ "DateLastActive": "Date Last Active",
+ "ConfigureDateAdded": "Configure como a data de adição é determinada no painel do Emby Server em Configurações da Biblioteca",
+ "LabelStatus": "Estado:",
+ "LabelArtistsHelp": "Separa múltiplas com ;",
+ "HeaderAlbumArtists": "Álbum de Artistas",
+ "LabelAlbumArtists": "Artistas do Álbum:",
+ "LabelAlbum": "Álbum:",
+ "Artist": "Artista",
+ "Artists": "Artistas",
+ "ImdbRating": "Rating IMDb",
+ "CommunityRating": "Rating da Comunidade",
+ "LabelCommunityRating": "Avaliação da comunidade:",
+ "LabelCriticRating": "Avaliação da crítica:",
+ "CriticRating": "Rating da Crítica",
+ "LabelWebsite": "Website:",
+ "Tagline": "Tagline",
+ "LabelOverview": "Sinopse:",
+ "LabelShortOverview": "Sinopse curta:",
+ "LabelReleaseDate": "Data do lançamento:",
+ "LabelPlaceOfBirth": "Local de nascimento:",
+ "Aired": "Estreia",
+ "LabelAirDays": "Dias da exibição:",
+ "LabelAirTime": "Horário:",
+ "LabelRuntimeMinutes": "Duração (minutos):",
+ "LabelCustomRating": "Classificação personalizada:",
+ "LabelOriginalAspectRatio": "Proporção da imagem original:",
+ "Label3DFormat": "Formato 3D:",
+ "FormatValue": "Formato: {0}",
+ "DownloadsValue": "{0} downloads",
+ "HashMatch": "Hash match",
+ "EnableExternalVideoPlayers": "Ativar players de vídeo externos",
+ "EnableExternalVideoPlayersHelp": "Um menu de player externo será mostrado ao iniciar a reprodução de vídeo.",
+ "HeaderSpecialEpisodeInfo": "Informação do Episódio Especial",
+ "LabelAirsDuringSeason": "Estreia durante a temporada:",
+ "LabelAirsAfterSeason": "Exibido depois da temporada:",
+ "LabelAirsBeforeEpisode": "Exibido antes do episódio:",
+ "HeaderExternalIds": "External Ids:",
+ "HeaderDisplaySettings": "Configurações de Display",
+ "PlaylistOrder": "Playlist Order",
+ "CollectionOrder": "Collection Order",
+ "LabelDisplayOrder": "Ordem de exibição:",
+ "LabelFileOrder": "File order",
+ "Display": "Display",
+ "Countries": "Países",
+ "Genres": "Géneros",
+ "Studios": "Estúdios",
+ "Tags": "Tags",
+ "Links": "Links",
+ "Movie": "Filme",
+ "Program": "Program",
+ "Channel": "Channel",
+ "Episode": "Episódio",
+ "Season": "Temporada",
+ "HeaderMetadataSettings": "Ajustes dos Metadados",
+ "People": "Pessoas",
+ "Number": "Número",
+ "Lock": "Bloquear",
+ "HeaderScreenLocked": "Screen Locked",
+ "HeaderUnlockControls": "Unlock Controls",
+ "HeaderTapToUnlock": "Tap to Unlock",
+ "LabelMetadataDownloadLanguage": "Idioma preferido para download:",
+ "LabelImageDownloadLanguage": "Idioma preferido para download de imagens:",
+ "LabelLockItemToPreventChanges": "Bloquear este item para evitar alterações futuras",
+ "LockThisField": "Bloqueie este campo para evitar alterações futuras ao atualizar os metadados",
+ "MessageLeaveEmptyToInherit": "Deixar em branco para herdar os ajustes de um item superior, ou o valor padrão global",
+ "LabelCountry": "País:",
+ "LabelCertificationCountry": "Certification country",
+ "CertificationCountryHelp": "This will influence which content rating system is used.",
+ "LabelDynamicExternalId": "{0} Id:",
+ "LabelBirthYear": "Ano de nascimento:",
+ "LabelBirthDate": "Data de nascimento:",
+ "LabelDeathDate": "Data de óbito:",
+ "LabelEndDate": "Data final:",
+ "LabelSeasonNumber": "Número da Temporada:",
+ "LabelEpisodeNumber": "Número do Episódio:",
+ "LabelTrackNumber": "Número de faixa:",
+ "LabelNumber": "Número:",
+ "LabelDiscNumber": "Número de Disco:",
+ "LabelParentNumber": "Número do Parente:",
+ "SortName": "Ordenar nome",
+ "OriginalTitle": "Título original",
+ "ReleaseDate": "Data de lançamento",
+ "Continuing": "A Continuar",
+ "Ended": "Terminado",
+ "HeaderEnabledFields": "Campos Ativados",
+ "HeaderEnabledFieldsHelp": "Desmarque um campo para bloqueá-lo e evitar que seus dados sejam alterados.",
+ "Backdrops": "Imagens de Fundo",
+ "Images": "Imagens",
+ "Runtime": "Tempo de execução",
+ "ProductionLocations": "Localizações de Produção",
+ "BirthLocation": "Local de nascimento",
+ "ParentalRating": "Parental Rating",
+ "PlayCount": "Contagem de Reprodução",
+ "Name": "Nome",
+ "Overview": "Visão Geral",
+ "LabelType": "Tipo:",
+ "LabelPersonRole": "Personagem:",
+ "LabelPersonRoleHelp": "Exemplo: motorista de camião de gelados",
+ "Actor": "Ator",
+ "Composers": "Compositores",
+ "Composer": "Compositor",
+ "Director": "Diretor",
+ "GuestStar": "Ator convidado",
+ "Producer": "Produtor",
+ "Writer": "Escritor",
+ "MessageNoSyncJobsFound": "Nenhum download encontrado. Crie jobs de download usando os botões de download encontrados em toda a app.",
+ "MessageNoDownloadsFound": "Sem downloads offline. Baixe sua media para uso offline clicando em Baixar em toda a app.",
+ "InstallingPackage": "A Instalar {0}",
+ "PackageInstallCompleted": "{0} instalação concluída.",
+ "PackageInstallFailed": "{0} instalação falhou.",
+ "PackageInstallCancelled": "{0} instalação cacelada.",
+ "SeriesYearToPresent": "{0} - Presente",
+ "OneDevice": "1 Dispositivo",
+ "DeviceCountValue": "{0} Dispositivos",
+ "OneLog": "1 Log",
+ "LogCountValue": "{0} Logs",
+ "OneVote": "! Voto",
+ "VoteCountValue": "{0} Votos",
+ "OneLike": "1 Gosto",
+ "LikeCountValue": "{0} Gostos",
+ "OneUser": "1 User",
+ "UserCountValue": "{0} Users",
+ "OneLibrary": "1 Biblioteca",
+ "LibraryCountValue": "{0} Bibliotecas",
+ "ValueOneItem": "1 Item",
+ "ValueOneEpisode": "1 episódio",
+ "ValueEpisodeCount": "{0} episódios",
+ "Albums": "Álbuns",
+ "Song": "Música",
+ "Songs": "Músicas",
+ "Authors": "Autores",
+ "Books": "Livros",
+ "AudioBooks": "Audio livros",
+ "HeaderAudioBooks": "Audio Livros",
+ "HeaderAudioBook": "Audio Book",
+ "HeaderIdentifyItemHelp": "Digite um ou mais critérios de busca. Exclua o critério para aumentar os resultados da busca.",
+ "PleaseEnterNameOrId": "Por favor, digite um nome ou Id externo.",
+ "MessageItemSaved": "Item salvo.",
+ "SearchResults": "Resultados da Pesquisa",
+ "ServerNameIsRestarting": "Servidor Emby - {0} a reiniciar.",
+ "ServerNameIsShuttingDown": "Servidor Emby - {0} a desligar.",
+ "HeaderDeleteItems": "Remover Itens",
+ "ConfirmDeleteItems": "Ao excluir estes itens você os excluirá do sistema de arquivos e de sua biblioteca multimédia. Deseja realmente continuar?",
+ "PleaseRestartServerName": "Por favor reinicie o Servidor Emby - {0}.",
+ "ConvertingDots": "Converter...",
+ "LabelSyncNoTargetsHelp": "Parece que não tem nenhuma app compatível com download offline.",
+ "DownloadingDots": "Baixando...",
+ "LearnMore": "Saiba mais",
+ "LabelBitrateMbps": "Taxa de bits (Mbps):",
+ "ConvertUnwatchedVideosOnly": "Converter apenas vídeos não reproduzidos",
+ "SyncUnwatchedVideosOnly": "Download apenas de vídeos não reproduzidos",
+ "ConvertUnwatchedVideosOnlyHelp": "Apenas os vídeos que não estão marcados como totalmente reproduzidos serão convertidos.",
+ "SyncUnwatchedVideosOnlyHelp": "Apenas os vídeos que não estão marcados como totalmente reproduzidos serão baixados, e os vídeos serão removidos do dispositivo quando forem totalmente reproduzidos.",
+ "AutomaticallySyncNewContent": "Download de novo conteúdo automaticamente",
+ "AutomaticallySyncNewContentHelp": "Novo conteúdo adicionado a esta pasta será baixado automaticamente para o dispositivo.",
+ "AutomaticallyConvertNewContent": "Converter novo conteúdo automaticamente",
+ "AutomaticallyConvertNewContentHelp": "Novo conteúdo adicionado a esta pasta será convertido automaticamente.",
+ "LabelItemLimit": "Limite de itens:",
+ "ConvertItemLimitHelp": "Opcional. Defina um limite para o número de itens que serão convertidos.",
+ "DownloadItemLimitHelp": "Opcional. Defina um limite para o número de itens que serão baixados.",
+ "PleaseSelectDeviceToSyncTo": "Escolher o dispositivo para download.",
+ "Screenshots": "Screenshots",
+ "MoveRight": "Mover para a direita",
+ "MoveLeft": "Mover para a esquerda",
+ "HeaderUploadNewImage": "Upload Nova Imagem",
+ "HeaderDeleteImage": "Apagar Imagem",
+ "ConfirmDeleteImage": "Apagar imagem?",
+ "HeaderEditImages": "Editar Imagens",
+ "Settings": "Ajustes",
+ "ShowIndicatorsFor": "Mostrar indicadores para:",
+ "Episodes": "Episódios",
+ "Programs": "Programas",
+ "HeaderCastCrew": "Elenco e Equipa",
+ "DvrSubscriptionRequired": "O Emby Live TV e DVR exigem uma {0} assinatura do Emby Premiere {1} ativa.",
+ "HeaderCancelRecording": "Cancelar Gravação",
+ "HeaderKeepRecording": "Continuar a Gravação",
+ "HeaderCancelSeries": "Cancelar Série",
+ "HeaderKeepSeries": "Manter Série",
+ "HeaderLearnMore": "Aprender Mais",
+ "SeriesSettings": "Configurações da Série",
+ "HeaderRecordingOptions": "Opções de Gravação",
+ "HeaderDoNotRecord": "Não Gravar",
+ "HeaderSeriesOptions": "Opções da Série",
+ "Layout": "Layout",
+ "Channels": "Canais",
+ "ChannelNameOnly": "Canal {0} apenas",
+ "Anytime": "A qualquer momento",
+ "AnyLanguage": "Qualquer Idioma",
+ "AroundTime": "Por volta de {0}",
+ "HeaderLatestMovies": "Filmes Mais Recentes",
+ "All": "Todos",
+ "Stop": "Parar",
+ "AllChannels": "Todos os canais",
+ "NewEpisodesOnly": "Novos episódios apenas",
+ "AllEpisodes": "Todos os episódios",
+ "LabelStartWhenPossible": "Começar quando possível:",
+ "LabelStopWhenPossible": "Parar quando possível:",
+ "MinutesBefore": "minutos antes",
+ "MinutesAfter": "minutos depois",
+ "SkipEpisodesAlreadyInMyLibrary": "Não gravar episódios que já estão na minha biblioteca",
+ "SkipEpisodesAlreadyInMyLibraryHelp": "Os episódios serão comparados usando os números da temporada e dos episódios, quando disponíveis.",
+ "LabelKeepUpTo": "Fique atento a:",
+ "AsManyAsPossible": "Tantos quanto possível",
+ "DefaultErrorMessage": "Ocorreu um erro ao processar o pedido. Por favor, tente novamente mais tarde.",
+ "UntilIDelete": "Até eu eliminar",
+ "UntilSpaceNeeded": "Até o espaço ser necessário",
+ "Categories": "Categorias",
+ "Sports": "Desporto",
+ "News": "Notícias",
+ "Movies": "Filmes",
+ "Music": "Música",
+ "Kids": "Crianças",
+ "MoreFromValue": "Mais de {0}",
+ "DiedValue": "Morreu: {0}",
+ "BornValue": "Nasceu: {0}",
+ "EnableColorCodedBackgrounds": "Aplicar fundos coloridos a programas, com base na sua categoria",
+ "SortChannelsBy": "Classificar canais por:",
+ "ChannelNumber": "Número de canal",
+ "HeaderBenefitsEmbyPremiere": "Benefícios do Emby Premiere",
+ "ThankYouForTryingEnjoyOneMinute": "Desfrute de um minuto de reprodução. Obrigado por experimentar Emby.",
+ "HeaderTryPlayback": "Experimente a Reprodução",
+ "HowDidYouPay": "Como pagou?",
+ "IHaveEmbyPremiere": "Eu tenho Emby Premiere",
+ "IPurchasedThisApp": "Eu comprei esta app",
+ "ButtonRestorePreviousPurchase": "Restaurar Compra",
+ "ButtonUnlockWithPurchase": "Desbloquear com Compra",
+ "ButtonUnlockPrice": "Desbloquear {0}",
+ "EmbyPremiereMonthlyWithPrice": "Emby Premiere Mensal {0}",
+ "HeaderAlreadyPaid": "Já Pagou?",
+ "ButtonPlayOneMinute": "Reproduzir Um Minuto",
+ "PlaceFavoriteChannelsAtBeginning": "Colocar canais favoritos no início",
+ "HeaderUnlockFeature": "Desbloquear Feature",
+ "MessageDidYouKnowCinemaMode": "Sabia que com o Emby Premiere pode aprimorar sua experiência com recursos como Introdução de Cinema?",
+ "HeaderPlayMyMedia": "Reproduzir o Meu Conteúdo",
+ "HeaderDiscoverEmbyPremiere": "Descobrir Emby Premiere",
+ "HeaderNowPlaying": "A Reproduzir",
+ "Items": "Itens",
+ "AppName": "App Name",
+ "OneChannel": "Um canal",
+ "ConfirmRemoveDownload": "Remover download?",
+ "ConfirmRemoveItem": "Remove item?",
+ "RemoveDownload": "Remover download",
+ "ConfirmCancelConversion": "Cancel conversion?",
+ "CancelConversion": "Cancel Conversion",
+ "KeepDownload": "Manter download",
+ "AddedOnValue": "Adicionado {0}",
+ "RemovingFromDevice": "A remover do dispositivo",
+ "KeepOnDevice": "Manter no dispositivo",
+ "CancelDownload": "Cancelar download",
+ "SyncJobItemStatusReadyToTransfer": "Pronto para Transferir",
+ "SyncJobItemStatusSyncedMarkForRemoval": "A remover do dispositivo",
+ "SyncJobItemStatusQueued": "Em Fila",
+ "SyncJobItemStatusConverting": "A Converter",
+ "SyncJobItemStatusTransferring": "A Transferir",
+ "SyncJobItemStatusSynced": "Baixado",
+ "Failed": "Failed",
+ "SyncJobItemStatusRemovedFromDevice": "Removido do dispositivo",
+ "Cancelled": "Cancelled",
+ "Retry": "Tentar novamente",
+ "Continue": "Continuar",
+ "ContinueInSecondsValue": "Continuar em {0} segundos.",
+ "HeaderRemoteControl": "Controlo Remoto",
+ "Disconnect": "Desligar",
+ "EnableDisplayMirroring": "Ativar espelhamento de ecrã",
+ "RemoteAccess": "Remote Access",
+ "HeaderPlayOn": "Reproduzir Em",
+ "Quality": "Qualidade",
+ "Auto": "Auto",
+ "AndroidUnlockRestoreHelp": "Para restaurar sua compra anterior, certifique-se de que está ligado ao dispositivo com a mesma conta do Google (ou Amazon) que fez a compra originalmente. Certifique-se de que a app store está habilitada e não restringida por nenhum controlo parental, e certifique-se de que tem uma ligação à internet ativa. Só terá de fazer isto uma vez para restaurar a sua compra anterior.",
+ "HeaderAspectRatio": "Proporção de Ecrã",
+ "Original": "Original",
+ "Fill": "Preencher",
+ "Cover": "Capa",
+ "MessageNoServersAvailableToConnect": "Nenhum servidor está disponível para ligação. Se foi convidado a partilhar um servidor, aceite-o abaixo ou clique no link do e-mail.",
+ "MessagePlayAccessRestricted": "A reprodução deste conteúdo está atualmente restrita. Entre em contato com o administrador do Emby Server para obter mais informações.",
+ "Accept": "Aceitar",
+ "Reject": "Rejeitar",
+ "Connect": "Conectar",
+ "HeaderMyMedia": "O Meu Conteúdo",
+ "HeaderMyMediaSmall": "O Meu Conteúdo (pequeno)",
+ "LatestFromLibrary": "Mais Recentes {0}",
+ "HeaderLatestEpisodes": "Últimos Episódios",
+ "ContinuePlaying": "Continuar a reproduzir",
+ "ContinueWatching": "Continuar a Ver",
+ "HeaderLatestChannelMedia": "Itens Mais Recentes do Canal",
+ "HeaderContinueWatching": "Continuar a Ver",
+ "HeaderContinueListening": "Continuar a Ouvir",
+ "HeaderActiveRecordings": "Gravações Ativas",
+ "HeaderLatestRecordings": "Últimas Gravações",
+ "LabelConvertTo": "Converter para:",
+ "LabelDownloadTo": "Download para:",
+ "HeaderDownloadToDots": "Download para...",
+ "Next": "Próximo",
+ "LabelSource": "Fonte:",
+ "VersionNumber": "Version {0}",
+ "HeaderAllLanguages": "Todos os Idiomas",
+ "Previous": "Anterior",
+ "HeaderNextUp": "Próximo",
+ "HeaderPlayNextUp": "Reproduzir Próximo",
+ "HeaderLatestFrom": "Último de {0}",
+ "LabelHomeScreenSectionValue": "Seção da tela inicial {0}:",
+ "PasswordResetComplete": "A password foi redefinida.",
+ "PasswordSaved": "Password gravada.",
+ "SettingsSaved": "Configurações gravadas.",
+ "Upcoming": "Próximo",
+ "HeaderSelectImageFile": "Selecionar o Ficheiro de Imagem",
+ "None": "Nenhum",
+ "More": "Mais",
+ "Up": "Cima",
+ "Down": "Baixo",
+ "Home": "Home",
+ "Back": "Atrás",
+ "Random": "Random",
+ "Playback": "Reprodução",
+ "Favorites": "Favoritos",
+ "HeaderHomeScreen": "Tela Inicial",
+ "HeaderLatestChannelItems": "Últimos itens do canal",
+ "HeaderLibraryOrder": "Ordem da Biblioteca",
+ "HeaderOnNow": "No Ar Agora",
+ "HeaderForKids": "Para Crianças",
+ "HeaderPlaybackError": "Erro na Reprodução",
+ "PlaybackErrorNotAllowed": "De momento não está autorizado a reproduzir este conteúdo. Entre em contato com o administrador do sistema para obter detalhes.",
+ "RateLimitExceeded": "A sua conta excedeu o limite máximo de streaming definido pelo administrador do Emby Server. Entre em contato com ele para obter assistência.",
+ "PlaybackErrorNoCompatibleStream": "Nenhuma stream compatível está disponível de momento. Tente novamente mais tarde ou entre em contato com o administrador do sistema para obter detalhes.",
+ "PlaybackErrorPlaceHolder": "Insira o disco para reproduzir este vídeo.",
+ "PlaybackErrorNoPlayableItems": "Nenhum item para reprodução encontrado. Está a \n tentar reproduzir uma pasta vazia?",
+ "Guide": "Guia",
+ "Games": "Jogos",
+ "GameSystem": "Game System",
+ "Suggestions": "Sugestões",
+ "HeaderFavoriteChannels": "Canais Favoritos",
+ "HeaderFavoriteCollections": "Coleções Favoritas",
+ "HeaderFavoritePlaylists": "Playlists Favoritas",
+ "Collection": "Coleção",
+ "Collections": "Coleções",
+ "LabelSelectFolderGroups": "Agrupar automaticamente o conteúdo das seguintes pastas em visualizações como Filmes, Música e TV:",
+ "LabelSelectFolderGroupsHelp": "As pastas não marcadas serão exibidas por si mesmas na sua própria visualização.",
+ "Mute": "Mute",
+ "Unmute": "Unmute",
+ "Folder": "Folder",
+ "Folders": "Pastas",
+ "FileName": "Nome do Ficheiro",
+ "DisplayInOtherHomeScreenSections": "Exibir em seções secundárias da tela inicial, como media mais recente, e continuar assistindo",
+ "DisplayInMyMedia": "Exibir na tela inicial",
+ "Shows": "Shows",
+ "MoviesAndShows": "Movies & Shows",
+ "HeaderMusicVideo": "Vídeo da Música",
+ "HeaderMusicVideos": "Vídeo das Músicas",
+ "MusicVideos": "Vídeos da Música",
+ "Videos": "Vídeos",
+ "MixedContent": "Conteúdo misto",
+ "HomeVideos": "Vídeos caseiros",
+ "HomeVideosAndPhotos": "Vídeos e fotos caseiros",
+ "TVShows": "TV shows",
+ "HeaderLibraryFolders": "Pastas da Biblioteca",
+ "HeaderTermsOfPurchase": "Termos de Compra",
+ "PrivacyPolicy": "Política de Privacidade",
+ "TermsOfUse": "Termos de uso",
+ "HeaderRepeatMode": "Modo de Repetição",
+ "HeaderToneMapping": "Mapeamento de Tom",
+ "RepeatOne": "Repetir um",
+ "RepeatAll": "Repetir todos",
+ "LabelDefaultScreen": "Ecrã Default:",
+ "ConfirmEndPlayerSession": "Quer desligar o Emby em {0}?",
+ "Yesterday": "Ontem",
+ "Yes": "Sim",
+ "No": "Não",
+ "HeaderScanLibraryFiles": "Verificar Arquivos da Biblioteca",
+ "LiveTV": "TV ao Vivo",
+ "Schedule": "Agenda",
+ "Recordings": "Gravações",
+ "ScanForNewAndUpdatedFiles": "Procurar arquivos novos e atualizados",
+ "NewVersionOfXAvailableForY": "{0} is Available for {1}",
+ "DirectStreamHelp1": "A media é compatível com o dispositivo quanto à resolução e ao tipo de media (H.264, AC3, etc.), mas está num container de arquivo incompatível (.mkv, .avi, .wmv, etc.). O vídeo será recompactado imediatamente antes de transmiti-lo para o dispositivo.",
+ "DirectStreamHelp2": "O Streaming Direto de um arquivo usa muito pouco poder de processamento sem qualquer perda na qualidade do vídeo.",
+ "MediaIsBeingConverted": "A media está a ser convertida num formato compatível com o dispositivo que está a reproduzir a media.",
+ "StatsForNerds": "Estatísticas para nerds",
+ "HeaderHardwareAcceleratedDecoding": "Decodificação acelerada por hardware",
+ "HeaderHardwareAcceleratedEncoding": "Codificação acelerada por hardware",
+ "HeaderDirectPlay": "Direct Play",
+ "DirectPlaying": "Reprodução direta",
+ "DirectStreaming": "Streaming Direto",
+ "Transcode": "Transcodificação",
+ "Transcoding": "Transcodificação",
+ "ContainerBitrateExceedsLimit": "A taxa de bits da media excede o limite.",
+ "VideoCodecNotSupported": "Codec de vídeo não compatível",
+ "AudioCodecNotSupported": "Codec de áudio não compatível",
+ "SubtitleCodecNotSupported": "Formato de legendas não compatível",
+ "DirectPlayError": "Erro na Reprodução Direta",
+ "ContainerNotSupported": "Container não compatível",
+ "VideoLevelNotSupported": "Nível de Vídeo não compatível",
+ "AudioBitrateNotSupported": "Taxa de bits de áudio não compatível",
+ "AudioChannelsNotSupported": "Canais de áudio não suportados",
+ "VideoResolutionNotSupported": "Resolução de vídeo não suportada",
+ "AudioProfileNotSupported": "Perfil de áudio não compatível",
+ "AudioSampleRateNotSupported": "Taxa de amostra de áudio não suportada",
+ "AnamorphicVideoNotSupported": "Vídeo anamórfico não compatível",
+ "InterlacedVideoNotSupported": "Vídeo entrelaçado não suportado",
+ "SecondaryAudioNotSupported": "Troca de faixa de áudio não suportada",
+ "ExternalAudioNotSupported": "Selecting external audio track",
+ "ErrorRemovingEmbyConnectAccount": "Ocorreu um erro ao remover a conta Emby Connect. Certifique-se de ter uma ligação ativa à Internet e tente novamente.",
+ "HeaderEmbyAccountRemoved": "Conta Emby Removida",
+ "MessageEmbyAccontRemoved": "A Conta Emby foi removida deste user.",
+ "HeaderInvitationSent": "Convite Enviado",
+ "Offline": "Offline",
+ "HeaderSignUp": "Registar",
+ "ServerDownloadMessage": "Para baixar e instalar o Emby Server gratuito, visite {0}",
+ "ServerDownloadMessageWithoutLink": "Para baixar e instalar o Emby Server gratuito, visite o site da Emby.",
+ "MessageInvitationSentToUser": "Um e-mail foi enviado para {0}, convidando para aceitar o seu convite de partilha.",
+ "MessageInvitationSentToNewUser": "Um e-mail foi enviado para {0}, convidando para registar em Emby.",
+ "GuestUserNotFound": "User não encontrado. Certifique-se de que o nome está correto e tente novamente ou tente inserir o endereço de e-mail.",
+ "ErrorReachingEmbyConnect": "Ocorreu um erro ao aceder ao servidor Emby Connect. Certifique-se de ter uma ligação ativa à Internet e tente novamente.",
+ "ErrorAddingEmbyConnectAccount1": "Ocorreu um erro ao adicionar a conta Emby Connect. Criou uma conta Emby? Registe-se em {0}.",
+ "ErrorAddingEmbyConnectAccount2": "Se ainda tem problemas, envie um e-mail para {0} do endereço de e-mail usado com a conta Emby.",
+ "ErrorAddingGuestAccount1": "Ocorreu um erro ao adicionar a conta Emby Connect. O seu convidado criou uma conta Emby? Podem se inscrever em {0}.",
+ "ErrorAddingGuestAccount2": "Se você ainda estiver com problemas, envie um e-mail para {0} e inclua o seu endereço de e-mail, bem como o endereço deles.",
+ "MessageEmbyAccountAdded": "A conta Emby foi adicionada a este user.",
+ "MessagePendingEmbyAccountAdded": "A conta Emby foi adicionada a este user. Um e-mail será enviado ao proprietário da conta. O convite deverá ser confirmado clicando num link do e-mail.",
+ "HeaderEmbyAccountAdded": "Conta Emby Adicionada",
+ "Skip": "Saltar",
+ "HeaderAdditionalParts": "Partes Adicionais",
+ "ButtonGenerateNewPin": "Gerar Novo Pin",
+ "ConnectLoginHelp1": "Com o Emby Connect pode aceder facilmente seu Emby Server onde quer que esteja e partilhar servidores com sua família e amigos.",
+ "CreatePinErrorMessage": "Ocorreu um erro ao criar um código PIN. Clique em Gerar Novo Pin para tentar novamente.",
+ "PinExpiredMessage": "O código PIN expirou. Clique em Gerar Novo Pin para tentar novamente.",
+ "ConnectPinCodeHeader": "Para fazer login com o Emby Connect, use um dispositivo móvel ou computador para visitar {0} e digite o seguinte código PIN:",
+ "LabelSubtitlePlaybackMode": "Modo de legendas:",
+ "ErrorDeletingItem": "Ocorreu um erro ao excluir o item do Emby Server. Verifique se o Emby Server tem acesso de escrita à pasta de media e tente novamente.",
+ "NoSubtitles": "Sem legendas",
+ "Default": "Default",
+ "Absolute": "Absoluto",
+ "Smart": "Inteligente",
+ "Small": "Pequeno",
+ "Smaller": "Mais Pequeno",
+ "Medium": "Médio",
+ "Large": "Grande",
+ "Larger": "Larger",
+ "ExtraLarge": "Maior",
+ "ExtraSmall": "Extra small",
+ "Forced": "Forçado",
+ "External": "Externo",
+ "HeaderEmbeddedTitle": "Título Embutido",
+ "OnlyForcedSubtitles": "Apenas legendas forçadas",
+ "AlwaysPlaySubtitles": "Reproduzir sempre legendas",
+ "DefaultSubtitlesHelp": "As legendas são carregadas com base nos sinalizadores de default e forçados nos metadados incorporados. As preferências de idioma são consideradas quando várias opções estão disponíveis.",
+ "SmartSubtitlesHelp": "As legendas que correspondem à preferência de idioma serão carregadas quando o áudio estiver num idioma estrangeiro.",
+ "HeaderSubtitleSettings": "Ajustes de Legenda",
+ "HeaderSubtitleAppearance": "Aparência da Legenda",
+ "OnlyForcedSubtitlesHelp": "Apenas as legendas marcadas como forçadas serão carregadas.",
+ "AutoSelectHearingImpairedHelp": "Subtitles matching the language preference will be loaded, with a preference given to tracks that are marked as hearing impaired (SDH).",
+ "AlwaysPlaySubtitlesHelp": "As legendas que correspondem à preferência de idioma serão carregadas independentemente do idioma de áudio.",
+ "NoSubtitlesHelp": "As legendas não serão carregadas por default. Podem ser ativadas manualmente durante a reprodução.",
+ "LabelPreferredSubtitleLanguage": "Idioma de legenda preferido:",
+ "LabelTextSize": "Tamanho de texto:",
+ "TheseSettingsAffectSubtitlesOnThisDevice": "Estas configurações afetam as legendas neste dispositivo",
+ "LabelDropShadow": "Sombra:",
+ "LabelTextBackgroundColor": "Cor de fundo do texto:",
+ "LabelWindowBackgroundColor": "Cor de fundo do texto:",
+ "LabelFont": "Fonte:",
+ "LabelTextColor": "Cor do Texto:",
+ "LabelBackgroundColor": "Cor de fundo:",
+ "LabelBackgroundOpacity": "Opacidade de fundo:",
+ "Raised": "Aumentado",
+ "Depressed": "Abatido",
+ "Uniform": "Uniforme",
+ "DropShadow": "Sombra",
+ "SmallCaps": "Letras mínusculas",
+ "SubtitleAppearanceSettingsDisclaimer": "Estas configurações não se aplicam a legendas gráficas (PGS, DVD, etc.) ou legendas que têm seus próprios estilos incorporados (ASS / SSA).",
+ "Normal": "Normal",
+ "HeaderWaitingForWifi": "À Espera por Wifi",
+ "WifiRequiredToDownload": "É necessária uma ligação de Wifi para continuar o download.",
+ "DownloadOnlyOnWifi": "Download apenas em Wifi",
+ "LabelMusicDownloadQuality": "Qualidade de download de música:",
+ "MusicDownloadQualityHelp": "Arquivos de áudio com uma taxa de bits maior serão convertidos pelo Emby Server. Selecione um valor mais alto para melhor qualidade ou um valor mais baixo para conservar o espaço de armazenamento local.",
+ "HeaderDownloadSettings": "Configurações de Download",
+ "LabelDownloadLocation": "Localização de Download:",
+ "BrowseForFolder": "Pesquisar por Pasta",
+ "Unlimited": "Ilimitado",
+ "NoLimit": "No limit",
+ "Hide": "Ocultar",
+ "HeaderKeepWatching": "Keep Watching",
+ "HeaderNextEpisode": "Next Episode",
+ "AudioBitDepthNotSupported": "Profundidade de bits de áudio não suportada",
+ "VideoBitrateNotSupported": "Converting to compatible video bitrate",
+ "VideoProfileNotSupported": "Perfil de vídeo não compatível",
+ "VideoFramerateNotSupported": "A taxa de framerate do vídeo não é compatível",
+ "VideoBitDepthNotSupported": "Profundidade de bits de vídeo não suportada",
+ "RefFramesNotSupported": "Número de frames de referência de vídeo não suportados",
+ "ErrorConnectServerUnreachable": "Ocorreu um erro ao executar a operação solicitada. O seu servidor não consegue entrar em contato com nosso Emby Connect Server em {0}. Certifique-se de que seu servidor tem uma ligação ativa à Internet e que as comunicações sejam permitidas por qualquer firewall ou software de segurança instalado.",
+ "HeaderStopRecording": "Parar Gravação",
+ "ManageRecording": "Gerir gravação",
+ "LabelDropImageHere": "Arraste e solte a imagem aqui ou clique para selecionar uma imagem para fazer upload.",
+ "MessageFileReadError": "Ocorreu um erro ao ler o ficheiro. Por favor, tente novamente.",
+ "Browse": "Pesquisar",
+ "HeaderUploadImage": "Enviar Imagem",
+ "HeaderAddUpdateImage": "Adicionar /Atualizar Imagem",
+ "HeaderShowFields": "Mostrar Campos",
+ "LabelView": "Visualizar:",
+ "LabelImageType": "Tipo de Imagem:",
+ "Upload": "Envio",
+ "Primary": "Primário",
+ "PrimaryImageBlur": "Primary image blur",
+ "Art": "Arte",
+ "Backdrop": "Pano de Fundo",
+ "Banner": "Banner",
+ "Box": "Box",
+ "BoxRear": "Box (Atrás)",
+ "Disc": "Disco",
+ "Logo": "Logo",
+ "LogoDark": "Logo (Versão Escura)",
+ "LogoLight": "Logo (versão Clara)",
+ "LogoLightColor": "Logo (versão Clara com Cor)",
+ "Menu": "Menu",
+ "Screenshot": "Screenshot",
+ "Thumb": "Thumb",
+ "HeaderAudioSettings": "Ajustes de Áudio",
+ "LabelAudioLanguagePreference": "Idioma de áudio preferido:",
+ "LabelPlayDefaultAudioTrack": "Tocar faixa de áudio padrão independentemente do idioma",
+ "HeaderVideoQuality": "Qualidade de Vídeo",
+ "CinemaModeConfigurationHelp": "Introdução de Cinema traz a experiência do teatro diretamente para sua sala de estar com a capacidade de reproduzir trailers e introduções personalizadas antes do filme principal.",
+ "ShowUpNextPreview": "Show up next preview",
+ "ShowUpNextPreviewHelp": "Show information for the next item near the end of the current one.",
+ "PlayNextEpisodeAutomatically": "Reproduzir próximo episódio automaticamente",
+ "LabelMaxChromecastBitrate": "Qualidade de streaming do Chromecast:",
+ "LabelSkipBackLength": "Comprimento Voltar Atrás:",
+ "LabelSkipForwardLength": "Comprimento Passar à Frente:",
+ "EnableCinemaMode": "Ativar modo cinema",
+ "LabelInternetQuality": "Qualidade de Internet:",
+ "LabelCellularQuality": "Remote streaming quality (cellular)",
+ "HeaderMusicQuality": "Qualidade da Música:",
+ "LabelHomeNetworkQuality": "Qualidade da Rede Local:",
+ "HeaderLatestMedia": "Media Mais Recente",
+ "HeaderRestartingEmbyServer": "Reiniciar Servidor Emby",
+ "RestartPleaseWaitMessage": "Aguarde enquanto o Emby Server é encerrado e reiniciado. Isto pode demorar um ou dois minutos.",
+ "HeaderPlayNext": "Reproduzir a Seguir",
+ "AutoBasedOnLanguageSetting": "Automático (com base na configuração do dispositivo)",
+ "SameAsMainTheme": "Igual ao tema principal",
+ "LabelDateTimeLocale": "Data e hora local:",
+ "Genre": "Género",
+ "DirectorValue": "Realizador: {0}",
+ "DirectorsValue": "Realizadores: {0}",
+ "GenreValue": "Género: {0}",
+ "GenresValue": "Géneros: {0}",
+ "TagsValue": "Tags: {0}",
+ "Off": "Off",
+ "Title": "Título",
+ "Year": "Ano",
+ "Filter": "Filter",
+ "Filters": "Filtros",
+ "Unplayed": "Não Reproduzido",
+ "LabelTVHomeScreen": "Modo de tela inicial da TV:",
+ "Horizontal": "Horizontal",
+ "Vertical": "Vertical",
+ "HeaderGroupBy": "Group By",
+ "HeaderMediaType": "Media Type",
+ "GroupBySeries": "Agrupar por Série",
+ "HeaderVideoType": "Tipo de Vídeo",
+ "HeaderSeriesStatus": "Estado da Série",
+ "Features": "Features",
+ "Trailers": "Trailers",
+ "Extras": "Extras",
+ "ThemeSongs": "Canções temáticas",
+ "ThemeVideos": "Vídeos temáticos",
+ "HeaderFavoriteMovies": "Filmes Favoritos",
+ "HeaderFavoritePhotos": "Favorite Photos",
+ "HeaderFavoriteShows": "Programas Favoritos",
+ "HeaderFavoriteEpisodes": "Episódios Favoritos",
+ "HeaderFavoriteVideos": "Vídeos Favoritos",
+ "HeaderFavoriteMusicVideos": "Favorite Music Videos",
+ "HeaderFavoriteGames": "Jogos Favoitos",
+ "HeaderFavoriteArtists": "Artistas Favoritos",
+ "HeaderFavoriteAlbums": "Álbuns Favoritos",
+ "HeaderFavoriteSongs": "Músicas Favoritas",
+ "HeaderFavoriteAuthors": "Autores Favoritos",
+ "HeaderFavoriteAudioBooks": "Audio Books Favoritos",
+ "Ascending": "Ascendente",
+ "Descending": "Descendente",
+ "HeaderColorPrimaries": "Cores Primárias",
+ "HeaderColorSpace": "Espaço Colorido",
+ "HeaderColorTransfer": "Transferência de Cor",
+ "HeaderVideoRange": "Alcance do Vídeo",
+ "SeriesDisplayOrderHelp": "Ordenar os episódios por data de transmissão, ordem de DVD ou numeração absoluta.",
+ "LabelVerticalPositionFromBottom": "Posição vertical (debaixo):",
+ "HeaderFavoritePeople": "Pessoas Favoritas",
+ "MultiSelect": "Multi-Select",
+ "HeaderSignOut": "Sair",
+ "HeaderSelectServer": "Escolher Servidor",
+ "HeaderChangeServer": "Mudar Servidor",
+ "HeaderChangeUser": "Alterar Utilizador",
+ "HeaderAppSettings": "Definições da Aplicação",
+ "HeaderLoginSettings": "Configurações de Login",
+ "LabelRememberLogin": "Lembrar login:",
+ "LabelAutomaticallySignOut": "Sair automaticamente:",
+ "BetaTesterMessage": "Obrigado por ser um tester beta do Emby! Deixe seu feedback na área de teste {0} da comunidade Emby {1}.",
+ "HardwareAccelerated": "Hardware acelerado",
+ "Software": "Software",
+ "Metadata": "Metadados",
+ "HeaderMediaInfo": "Media Info",
+ "Locked": "Locked",
+ "HeaderSplitVersionsApart": "Dividir Versões",
+ "Any": "Qualquer",
+ "Admin": "Administrador",
+ "HeaderReadMore": "Ler Mais",
+ "CustomRatingHelp": "Uma classificação personalizada é usada para avaliações de controlo parental, mas não é exibido. O campo de classificação parental é exibido.",
+ "KeepUpToHelp": "As gravações acima do limite são excluídas quando a próxima gravação começa. As gravações mais antigas são excluídas primeiro, por data de adição.",
+ "NoItemsMatchingFound": "Nenhum item que corresponda aos seus critérios de pesquisa foi encontrado.",
+ "TwoSearchCharsRequired": "Por favor, digite pelo menos dois caracteres de busca.",
+ "PreventPlaybackContinuing": "Evite que a reprodução continue indefinidamente solicitando input do user periodicamente.",
+ "PromptStillWatching": "Ativar a mensagem 'Ainda está a assistir?'",
+ "HeaderMissingMetadata": "Metadados Em Falta",
+ "HeaderIncludedIn": "Incluído em",
+ "EmbyConnectUserAlreadyLinked": "O Emby Connect user já está vinculado a outro user neste servidor.",
+ "VideoFilesWillBeConvertedTo": "Os vídeos convertidos serão gravados como {0}.",
+ "VideoWillBeConvertedTo": "Os streams de vídeo serão convertidos para {0} ou copiados do arquivo original se já forem {0} e a qualidade se enquadrar nas opções de conversão.",
+ "VideoWillBeConvertedToOrCopied": "Os streams de vídeo serão convertidos para {0} ou copiados do arquivo original se forem alguns de ({1}), e a qualidade se encaixar nas opções de conversão.",
+ "AudioWillBeConvertedTo": "Os streams de áudio serão convertidos para {0} ou copiados do arquivo original se já forem {0} e a qualidade se enquadrar nas opções de conversão.",
+ "AudioWillBeConvertedToOrCopied": "Os streams de áudio serão convertidos para {0} ou copiados do arquivo original se forem alguns de ({1}), e a qualidade se encaixa nas opções de conversão.",
+ "HeaderSpecialKeys": "Chaves Especiais",
+ "FollowingSpecialKeys": "As seguintes chaves especiais são compatíveis com a maioria dos teclados e controlos remotos:",
+ "HeaderDeleteSeries": "Eliminar Série",
+ "HeaderDeleteLastPlayedEpisode": "Eliminar Último Episódio Reproduzido",
+ "HeaderConnectingToServer": "A Ligar ao Servidor",
+ "ServerNameValue": "Nome do Servidor: {0}",
+ "DomainValue": "Domínio: {0}",
+ "RatedValue": "Rated {0}",
+ "LocalServerRedirectMessage": "Vai ser redirecionado para o domínio de propriedade e operado pelo administrador do servidor ao qual escolheu ligar:",
+ "AllMediaOwnedHosted": "Todo o media é propriedade e gerenciado pelo proprietário de {0}.",
+ "EnableResolutionSwitching": "Match video resolution",
+ "EnableResolutionSwitchingHelp": "This enables Emby to change the resolution to the same value the video was encoded in before starting playback. This may help minimize the amount of stutter/judder that you might otherwise see when playing videos which do not match up well.",
+ "EnableDisplayRefreshRateSwitching": "Avtivar troca de taxa de atualização",
+ "EnableDisplayRefreshRateSwitchingHelp": "Permite que Emby altere a taxa de atualização de ecrã para o mesmo valor (ou múltiplo) da taxa de frames em que o vídeo foi codificado antes de iniciar a reprodução. Isto ajuda a minimizar a quantidade de paragens que pode ter ao reproduzir vídeos que não combinam bem.",
+ "RememberSelectedAudioTracks": "Lembrar das seleções de faixas de áudio",
+ "RememberSelectedSubtitleTracks": "Lembrar das seleções de faixas de legenda",
+ "RememberSelectedSubtitleTracksHelp": "As seleções de faixas de legenda serão lembradas por vídeo e reaplicadas ao reproduzir o mesmo vídeo novamente.",
+ "RememberSelectedAudioTracksHelp": "As seleções de faixas de áudio serão lembradas por vídeo e reaplicadas ao reproduzir o mesmo vídeo novamente.",
+ "ClearSavedTrackSelections": "Limpar seleções de faixas gravadas",
+ "HeaderClearTrackSelections": "Limpar seleções de faixas gravadas",
+ "QuestionClearSavedTracks": "Limpar todas as seleções de faixas gravadas?",
+ "LabelChannelTags": "Tags de Canais:",
+ "AfterThisPlaysConfirmation": "Após a reprodução, deseja continuar a reproduzir ou limpar a música que você colocou na fila anteriormente?",
+ "Keep": "Manter",
+ "Clear": "Limpar",
+ "HeaderClearFilters": "Limpar Filtros",
+ "HeaderSearchForImages": "Pesquisar por Imagens",
+ "HeaderSearchNewImage": "Pesquisar Nova Imagem",
+ "HeaderSearchForAnImage": "Pesquisar uma Imagem",
+ "DragDropToReorder": "Arraste e solte para Reordenar",
+ "HeaderAddImageFromUrl": "Adicionar imagem do URL",
+ "HeaderSetImageFromUrl": "Definir imagem do URL",
+ "LabelUrl": "URL:",
+ "LabelChannelNumber": "Número de canal:",
+ "LabelGuideDataChannel": "Canal de dados do guia:",
+ "GuideDataSource": "Guide Data Source",
+ "HeaderCopyToClipboard": "Copiar para o Ambiente de Trabalho",
+ "TimeRemainingValue": "{0} em falta",
+ "LabelResumeRewindSeconds": "Ao retomar, retroceder automaticamente:",
+ "ResumeRewindSecondsHelp": "Isto pode ajudá-lo a lembrá-lo onde parou.",
+ "HeaderSavePlayQueueToPlaylist": "Salvar a fila de reprodução numa lista de reprodução",
+ "EnableLogoImagesAsTitle": "Exibir imagens de logotipo como títulos em telas de detalhes",
+ "EnableLogoImagesAsTitleHelp": "Quando disponíveis, as imagens do logotipo podem ser usadas no lugar do texto do título em vídeos, séries e outras telas de detalhes. O título voltará ao texto quando uma imagem de logotipo não estiver disponível.",
+ "LabelNowPlayingAudioBackgroundStyle": "Now playing audio background style",
+ "LabelNowPlayingVideoBackgroundStyle": "Now playing video background style",
+ "NowPlayingVideoBackgroundStyleHelp": "Determines the background style when remote controlling video playback on another device.",
+ "Rotation": "Rotation",
+ "Minutes": "Minutes",
+ "LabelMaxRecordingLength": "Max recording length",
+ "MaxRecordingLengthHelp": "Limit recordings to a specified amount of time, regardless of the duration of the broadcast. Set to 0 for no limit.",
+ "RemoteWAN": "Remote (WAN) Address",
+ "HeaderLastConnectedTo": "Last Connection To",
+ "Version": "Versão",
+ "Keyword": "Palavra-Chave",
+ "HeaderServerAddress": "Endereço do Servidor",
+ "HeaderSkipIntro": "Pular introdução",
+ "HeaderCreateRecording": "Criar gravação",
+ "HeaderAddRecording": "Adicionar gravação",
+ "HeaderChannelAndTime": "Canal e Tempo",
+ "LabelRecordProgramOrSeriesFrom": "Record a program or series from",
+ "LabelStartTime": "Start time",
+ "LabelEndTime": "End time",
+ "LabelFrequency": "Frequência:",
+ "Recurring": "Recurring",
+ "Once": "Once",
+ "Start": "Começar",
+ "Unpause": "Unpause",
+ "LabelIntroSkipMode": "Intro skip mode",
+ "ShowSkipIntroButton": "Show 'Skip Intro' button",
+ "AutoSkipIntro": "Automatically skip intros",
+ "DisplayRatingInformationOnVideoPlaybackStart": "Display rating information on video playback start",
+ "DisplayRatingInformationOnVideoPlaybackStartHelp": "The rating information will display briefly when video playback begins.",
+ "IntroSkipModeHelp": "Display a 'Skip Intro' button or automatically skip intros for episodes in which Emby Server has detected intro markers. Intro detection must be enabled in Emby Server library options.",
+ "EnableHomeScreenFocusPreview": "Use a layout on the home screen that shows a detailed preview of the selected item",
+ "EnableHomeScreenFocusPreviewHelp": "This may not work well if your home screen contains a mixture of different media types.",
+ "LabelHideMediaTransportButtons": "Hide video player transport buttons",
+ "HideMediaTransportButtonsHelp": "Create a simpler on-screen playback interface by hiding basic transport buttons such as skip forward, back and pause. You'll still be able to use these functions using arrow keys and OK/Enter. Auto will hide the transport buttons when no mouse usage is detected within the app.",
+ "ImageSizeHelp": "Set your preferred size of image grids.",
+ "LabelImageSize": "Tamanho da Imagem:",
+ "ThisImageIsOnlyPreview": "This image is only a preview that came from the metadata search engine. The actual image that Emby Server downloads may be different and will depend on the options you've configured in Emby library setup.",
+ "ResultsRangeValue": "{0} to {1} of {2}",
+ "NotificationsDescription": "Setup notifications to stay informed of important events on your Emby Server.",
+ "DeleteEmbyConnectAccount": "Eliminar conta do Emby Connect",
+ "DeleteEmbyConnectAccountHelp": "To delete your Emby Connect account, please sign in to the {0}Emby Community{1} at {2}. Once signed in, then click your username in the top right, then click Account Settings, then click Delete My Account.",
+ "KeepPlayingInBackground": "Keep playing in the background",
+ "LabelVideoBackBehavior": "Video player back button behavior",
+ "HeaderViewLyrics": "View Lyrics",
+ "HeaderViewMissingEpisodes": "View Missing Episodes",
+ "HeaderMissingEpisodes": "Missing Episodes",
+ "HeaderManageAccess": "Manage Access",
+ "HeaderManageCollaboration": "Manage Collaboration",
+ "HeaderLeaveCollaboration": "Leave Collaboration",
+ "HeaderRemoveFromLibrary": "Remove from Library",
+ "RemoveSharedItemConfirmation": "Are you sure you wish to remove this item from your library? In order to get it back the owner will need to grant you access again.",
+ "SubtitlesDownloaded": "Subtitles Downloaded",
+ "HeaderMakePrivate": "Tornar Privado",
+ "HeaderMakePublic": "Tornar Público",
+ "MakePublicDescription": "All users will be able to view this item. Users can be granted access to edit.",
+ "MakePrivateDescription": "Users can still be granted access individually.",
+ "Private": "Private",
+ "Public": "Public",
+ "Collaborative": "Collaborative",
+ "PreferredShowDisplay": "Preferred TV show display",
+ "ShowAllEpisodesAllSeasons": "Show all episodes of all seasons together",
+ "ShowAllEpisodesSingleSeason": "Show all episodes for only single season shows",
+ "ShowSeasonFolders": "Always show season folders",
+ "HeaderAddAgain": "Adicionar de novo",
+ "UpNext": "Up Next",
+ "ItemsAlreadyInPlaylist": "Some of these items are already in your playlist.",
+ "ItemAlreadyInPlaylist": "This item is already in your playlist.",
+ "HeaderPlayChannel": "Play Channel",
+ "LabelScreenOrientationDuringVideo": "Orientação do ecrã durante a visualição de video",
+ "UseDeviceSetting": "Usar as definições do Sistema",
+ "LockToLandscape": "Lock to landscape",
+ "UsernameForFolderHelp": "The username required to access this folder on your network (if applicable).",
+ "PasswordForFolderHelp": "The password required to access this folder on your network (if applicable).",
+ "ShowMediaInfoOnDetailScreens": "Show full media at the bottom of audio and video detail screens",
+ "ForgotPasswordNoUserFound": "No users were found with the entered name. Please try again, or leave the name blank to reset the password for all users on this server.",
+ "Silver": "Silver",
+ "DimGray": "Dim Gray",
+ "DarkGray": "Dark Gray",
+ "LightGray": "Light Gray",
+ "Black": "Black",
+ "Blue": "Blue",
+ "Cyan": "Cyan",
+ "Gray": "Gray",
+ "Green": "Green",
+ "Lime": "Lime",
+ "Magenta": "Magenta",
+ "Orange": "Orange",
+ "Pink": "Pink",
+ "Red": "Red",
+ "Yellow": "Yellow",
+ "White": "White",
+ "Purple": "Purple",
+ "RecentlyReleasedMovies": "Recently Released Movies",
+ "RecentlyReleasedEpisodes": "Recently Released Episodes",
+ "DolbyProfile": "Dolby Profile",
+ "IpAddress": "IP Address",
+ "VideoType": "Video Type",
+ "HidePlayedMediaFrom": "Hide Played Media From",
+ "BottomEdgePosition": "Bottom Edge Position",
+ "VerticalPositionFromBottomScreen": "Set the vertical position of the subtitles relative to the bottom of the screen.",
+ "TopEdgePosition": "Top Edge Position",
+ "TopEdgePositionHelp": "Set the highest allowed vertical position of the subtitles relative to the top of the screen. This is used when the subtitles contain positioning instructions to be placed at the top.",
+ "HeaderSubtitlePosition": "Subtitle Position",
+ "TitleProfilePin": "Profile PIN",
+ "ProfilePinConfirm": "Profile PIN (confirm)",
+ "SaveProfilePin": "Save Pin",
+ "ProfilePinDescription": "Create an optional pin to be prompted for entry whenever you return to an Emby app on a device that you've already signed into. This is useful if you have devices that are shared by multiple users. You can choose to enable it selectively on each device as required.",
+ "TitleNewEpisodes": "New Episodes",
+ "EnterYourPinToContinue": "Enter your PIN to continue.",
+ "YourPinMustBe": "Your PIN must be {0} digits.",
+ "ForgotPin": "Forgot PIN?",
+ "RequireEnteringPinToReturn": "Require entering my profile PIN whenever I return to this app.",
+ "RequireEnteringPinToReturnQuestion": "Should we prompt you for your profile PIN whenever you return to this app? If this device is shared by multiple users, your profile PIN can help prevent the other users from accessing your data.",
+ "RequireEnteringPinToReturnHelp": "Useful if this device is shared by multiple users.",
+ "WrongPinPleaseTryAgain": "Whoops, wrong PIN. Please try again.",
+ "ProfilePinIsOn": "Profile PIN is currently on.",
+ "IfTryingToConnectToHttp": "If you're trying to connect to your Emby Server using an HTTP address, your browser may not be allowing this due to HTTPS requirements. Please try one of the following:",
+ "SetupHttpsForYourServer": "Setup {0}HTTPS for your Emby Server{1} so that you can connect using HTTPS.",
+ "TitleUnableToReachServer": "Unable to Reach Server",
+ "TitleUnableToReachName": "Unable to Reach {0}",
+ "HearingImpaired": "Hearing Impaired",
+ "SignIntoServerName": "Sign in to {0}",
+ "About": "About",
+ "Specials": "Specials",
+ "NSettings": "{0} Settings",
+ "NPreferences": "{0} Preferences",
+ "DetailScreenOptions": "Detail Screens",
+ "LabelGenreDisplayLimit": "Genre display limit",
+ "GenreDisplayLimitHelp": "Limit the number of genres displayed at the top of item detail screens.",
+ "GenreDisplayLimitForListsHelp": "Limit the number of genres displayed at the top of playlist, collection and artist detail screens.",
+ "LabelGenreDisplayLimitForLists": "Genre display limit for lists",
+ "ShowPosterOnDetails": "Show a poster on the detail screen",
+ "ShowPosterOnDetailsHelp": "Choose to show a poster on video detail screens, or hide it for a more minimal look that emphasizes the background. This setting is not used on smaller screen layouts. Some item types will ignore this setting.",
+ "EnableAppLogging": "Enable app logging",
+ "EnableAppLoggingHelp": "Logging can degrade app performance and should only be enabled as needed for troubleshooting purposes. Changes require restarting the app.",
+ "LabelSlideshowInterval": "Photo slideshow time per slide",
+ "TVChannelImageEditorHelp": "Multiple logo versions are supported. Emby apps will automatically choose the appropiate one depending on the current theme.",
+ "PlaySlideshow": "Play Slideshow",
+ "CheckForExistingEpisodesInAllLibraries": "Check for existing episodes in all libraries",
+ "GroupNotificationsBySeriesOrAlbum": "Group notifications by series and albums",
+ "ThemeSettings": "Theme Settings",
+ "FollowingActivityWillBeDisrupted": "The following activity will be disrupted and may require manual intervention to restart:",
+ "OneActivePlaybackSession": "1 Active Playback Session",
+ "NumActivePlaybackSessions": "{0} Active Playback Sessions",
+ "OneActiveRecording": "1 Active Recording",
+ "NumActiveRecordings": "{0} Active Recordings",
+ "PlayFromLivePosition": "Play from the live position",
+ "PlayFromStartOfRecording": "Play from the start of the recording",
+ "ThisChannelIsActivelyRecording": "This channel is actively recording. How would you like to begin playing?",
+ "ThemeSongVolume": "Theme song volume",
+ "HeaderForceConversionForFormats": "Force Conversion for Formats",
+ "ForceConversionForFormatsHelp": "Use this to force server-side transcoding or remuxing for formats that don't direct play very well on this device.",
+ "StartupBehavior": "Startup behavior",
+ "RememberLastUser": "Remember last user",
+ "ShowLoginScreen": "Show login screen",
+ "SignInAsValue": "Sign in as {0}",
+ "ConvertUnsupportedAudio": "Convert unsupported surround audio to Dolby Digital",
+ "ConvertUnsupportedAudioHelp": "Avoid downmixing unsupported surround formats to stereo by having Emby Server transcode them to Dolby Digital.",
+ "HeaderPlaybackCorrection": "Playback Correction",
+ "HeaderAttemptPlaybackCorrection": "Attempt Playback Correction",
+ "PlaybackCorrectionConfirm": "Attempt playback correction?",
+ "PlaybackCorrectionDescription": "Is the current item exhibiting a playback problem such as no video or audio? This will try and correct playback issues using server transcoding to convert this file into a more streaming friendly format. This will result in increased resource consumption on this Emby Server.",
+ "PlaybackCorrectionDescription2": "You can do this up to three times per video, where remuxing, video transcoding and audio transcoding are each activated one at a time.",
+ "HeaderAlbumsAsContributingArtist": "Albums as Contributing Artist",
+ "HeaderAlbumsAsComposer": "Albums as Composer",
+ "Duplicates": "Duplicates",
+ "HeaderSleepTimer": "Sleep Timer",
+ "AfterCurrentItem": "After current item",
+ "HeaderStopPlayback": "Stop Playback",
+ "TurnOffTimer": "Turn off timer",
+ "SleepTimerIsSet": "Your sleep timer is set",
+ "SleepTimerIsOff": "Your sleep timer is off",
+ "LabelEnableRemoteControlTVMode": "Display casting and remote control functions",
+ "EnableRemoteControlTVModeHelp": "Enable if you intend to use this device to send media to other devices.",
+ "ShowOnScreenControls": "Show on-screen controls",
+ "LabelVideoScreenUpAction": "Video player up action",
+ "VideoScreenUpActionHelp": "Select the action to take when pressing the up key on the video player screen. This applies when no on-screen controls are currently visible. When controls are already visible, the up key will be used for navigation.",
+ "LabelVideoPlayerLongPressAction": "Video player long press action",
+ "LetsGetSetup": "Let's Get Set Up",
+ "VideoPlayerLongPressActionHelp": "Choose what function or menu is shown when long pressing the OK button during video playback. This only takes effect when the video controls are hidden or the seek bar has focus.",
+ "AskAdminToGetPremiere": "This purchase must be made by the server administrator. Please ask the administrator of this Emby Server to sign in and get Emby Premiere so that you can enjoy access to premium features.",
+ "AutoOpenSingleItemsFolders": "Auto open single items in folder view",
+ "AutoOpenSingleItemsFoldersHelp": "When a folder only contains one item, automatically open that item.",
+ "PlayedOnValue": "Played {0}",
+ "TheseSettingsApplyAppDevice": "These settings apply to all users playing on this device.",
+ "LastContentDateAdded": "Last Content Date Added",
+ "RepeatThemeMedia": "Play themes on repeat",
+ "HideEpisodeSpoilerInfo": "Hide spoiler information from unwatched episodes",
+ "HideEpisodeSpoilerInfoHelp": "Hides the title, overview and image for unwatched episodes on most screens.",
+ "BornValueAge": "Born: {0} (age {1})",
+ "PreferDirectStreamLiveTV": "Prefer direct streaming of Live TV",
+ "PreferDirectStreamLiveTVHelp": "Direct streaming Live TV will reduce resource consumption on your Emby Server but may not be as seekable during playback. Enabling this will direct stream Live TV when the format is supported and is within your configured quality setting. Disable this to enjoy more seeking during playback at the cost of additional resource consumption.",
+ "HeaderAllRecordings": "All Recordings",
+ "RememberLoginDescription": "After signing in, you can use the app settings to configure the startup behavior to remember login, sign in as a specific user, or always show the login screen.",
+ "ForgetServerConfirmation": "Are you sure you wish to forget this server?",
+ "ForgetThisServer": "Forget This Server",
+ "HeaderThisDevice": "This Device",
+ "ChaptersGuide": "Chapters / Live TV Guide",
+ "ChaptersGuideHelp": "Show Chapters for media with chapters. For media without chapters, show the Live TV Guide (when available).",
+ "HeaderShowSeriesImages": "Show Series Images",
+ "AppExitConfirmation": "Are you ready to exit Emby?",
+ "AppExitMenu": "Exit menu",
+ "SideMenu": "Side navigation menu",
+ "SystemStorage": "System storage ({0})"
+}
diff --git a/modules/common/strings/ro.json b/modules/common/strings/ro.json
new file mode 100644
index 0000000..e27f5bc
--- /dev/null
+++ b/modules/common/strings/ro.json
@@ -0,0 +1,1340 @@
+{
+ "ReplaceExistingThumbnailImages": "Replace existing video preview thumbnails",
+ "ReplaceExistingThumbnailImagesHelp": "All existing video preview thumbnails will be deleted and new ones will be generated, if enabled in the options for the library.",
+ "DateCreated": "Date Created",
+ "CreatedOnValue": "Created {0}",
+ "UpdatedOnValue": "Updated {0}",
+ "EmbyLoginTerms": "Emby este conceput să te ajute la administrarea fișierelor media personale ex. filmări sau fotografii. Vezi {0}termenii de itilizare{1}. Utilizarea oricărui software Emby constituie acceptarea acestor termeni.",
+ "MessageUnableToConnectToServer": "Nu se poate realiza conexiunea la server în acest moment. Te rugăm verifică dacă acesta este pornit și reîncearcă.",
+ "EmbyIntroMessage": "Cu Emby poți reda fișiere video, muzică și fotografii de pe telefoane sau televizoare inteligente, tablete și alte dispozitive de pe propriul server Emby.",
+ "HeaderSignInWithConnect": "Conectare cu Emby Connect",
+ "HeaderWelcomeToEmby": "Bun Venit la Emby",
+ "HeaderNewUsers": "Utilizatori noi",
+ "HeaderPleaseSignIn": "Conectează-te",
+ "MessageInvalidUser": "Nume de utilizator sau parolă greșite. Te rog încearcă din nou.",
+ "MessageUnlockAppWithPurchaseOrSupporter": "Deblochează această funcție cu un mic tarif unic sau cu o abonare activă la Emby Premiere.",
+ "MessageUnlockAppWithSupporter": "Deblochează această funcție cu o abonare activă la Emby Premiere.",
+ "MessageToValidateSupporter": "Dacă ai o abonare activă Emby Premiere asigură-te că ai configurat Emby Premiere în Dashboard-ul Emby Server. Poți face asta dând click pe Emby Premiere din meniul pricipal.",
+ "ValueSpecialEpisodeName": "Special - {0}",
+ "HeaderSignIn": "Conectare",
+ "Share": "Distribuie",
+ "Shared": "Shared",
+ "Info": "Info",
+ "Add": "Adaugă",
+ "Speed": "Viteză",
+ "PlaybackSpeed": "Playback Speed",
+ "Chapters": "Capitole",
+ "Password": "Parolă",
+ "SavePassword": "Save Password",
+ "LabelPassword": "Parolă:",
+ "HeaderResetPassword": "Resetează parola",
+ "Series": "Seriale",
+ "Preview": "Previzualizare",
+ "Submit": "Trimite",
+ "Never": "Niciodată",
+ "Table": "Table",
+ "HeaderScheduledTasks": "Scheduled Tasks",
+ "Plays": "Plays",
+ "LastUsedAddressValue": "Last used {0}",
+ "LabelKeywordType": "Keyword type",
+ "HeaderSelectColumns": "Select Columns",
+ "HeaderTopResults": "Rezultate de top",
+ "HeaderPinSidebar": "Fixează bara laterală",
+ "Collapse": "Collapse",
+ "LabelBackgroundVideoPlayback": "Redare video în fundal:",
+ "BackgroundVideoPlaybackHelp": "Redarea în fundal permite redarea în continuare a videoclipurilor chiar și atunci când ecranul este oprit.",
+ "AlwaysOn": "Mereu pornit",
+ "HeadphonesOrExternalSpeakersConnected": "Căști sau difuzoare externe conectate",
+ "HeaderKeyboardAndRemote": "Tastatură și telecomandă",
+ "NoSelectedItemsSupportOperation": "Nu există elemente selectate care să accepte această operațiune.",
+ "NoOperationsForSelectedItems": "Nu există operațiuni disponibile pentru articolele selectate.",
+ "UploadOnlyOnWifi": "Încărcați numai prin Wifi",
+ "HeaderFoldersToUpload": "Foldere de încărcat",
+ "LabelPasswordConfirm": "Parola (confirmare):",
+ "HeaderMoveUpInOrder": "Mută sus în Ordine",
+ "HeaderDownUpInOrder": "Mută jos în Ordine",
+ "LabelUsername": "Nume de utilizator:",
+ "HeaderAddServer": "Adaugă server",
+ "HeaderSubtitleOffset": "Offset subtitrare",
+ "Watching": "Watching",
+ "HeaderRemoveFromContinueWatching": "Elimină din Continuă Vizionarea",
+ "RemoveThisTitleFromContinueWatching": "Eliminați acest titlu din Continuați vizionarea?",
+ "HeaderRemoveFromContinueListening": "Remove from Continue Listening",
+ "RemoveThisTitleFromContinueListening": "Remove this title from Continue Listening?",
+ "HeaderIncreaseSubtitleOffset": "Măriți decalajul subtitrărilor",
+ "HeaderDecreaseSubtitleOffset": "Micșorați decalajul subtitrărilor",
+ "Close": "Închide",
+ "HeaderSeeAll": "Vezi tot",
+ "HeaderOpenInNewWindow": "Deschide în fereastră nouă",
+ "LabelEmail": "Email:",
+ "LabelHost": "Gazdă:",
+ "LabelHostHelp": "192.168.1.100 sau https://myserver.com",
+ "LabelPort": "Port:",
+ "Disabled": "Dezactivat",
+ "Uninstall": "Dezinstalează",
+ "Enable": "Enable",
+ "AllTuners": "All Tuners",
+ "Disable": "Disable",
+ "NextValue": "Next: {0}",
+ "HeaderNextItem": "Next Item",
+ "HeaderPreviousItem": "Previous Item",
+ "NoTrailersMessage": "No Trailers found. To add Trailers, please install the Trailer plugin from the {0}Emby plugin catalog{1}.",
+ "UninstallPluginConfirmation": "Are you sure you wish to uninstall this plugin?",
+ "HeaderUninstallPlugin": "Uninstall Plugin",
+ "AreYouStillWatching": "Te mai uiți la...?",
+ "LabelCurrentPassword": "Parola actuală:",
+ "LabelNewPassword": "Parolă nouă:",
+ "LabelNewPasswordConfirm": "Confirmă noua parolă:",
+ "HeaderRemovePassword": "Elimină parola",
+ "ServerUpdateNeeded": "Acest server Emby trebuie actualizat. Pentru a descărca cea mai recentă versiune, accesați {0}",
+ "MessageThankYouForConnectSignUp": "Thank you for signing up for Emby Connect. An email will be sent to your address with instructions on how to confirm your new account. Please confirm the account and then return here to sign in.",
+ "MessageThankYouForConnectSignUpNoValidation": "Thank you for signing up for Emby Connect! You will now be asked to login with your Emby Connect information.",
+ "ErrorMessagePasswordNotMatchConfirm": "The password and password confirmation must match.",
+ "ErrorMessageUsernameInUse": "The username is already in use. Please choose a new name and try again.",
+ "ErrorMessageEmailInUse": "The email address is already in use. Please enter a new email address and try again, or use the forgot password feature.",
+ "HeaderUpcomingOnTV": "Upcoming On Live TV",
+ "HeaderOtherShowings": "Other Showings",
+ "Showings": "Showings",
+ "HeaderConnectToServer": "Connect to Server",
+ "ConnectToServerManually": "Connect to server manually",
+ "LabelEnterConnectUserNameHelp": "This is the email address that you used to setup your Emby Connect account.",
+ "HeaderSignInError": "Sign In Error",
+ "HeaderManualLogin": "Manual Login",
+ "PasswordResetConfirmation": "Are you sure you wish to reset the password?",
+ "ContactAdminToResetPassword": "Please contact your system administrator to reset your password.",
+ "ForgotPasswordInNetworkRequired": "Please try again within your home network to initiate the password reset process.",
+ "ForgotPasswordFileCreated": "The following file has been created on your server and contains instructions on how to proceed:",
+ "ForgotPasswordFileExpiration": "The reset pin will expire at {0}.",
+ "InvalidForgotPasswordPin": "An invalid or expired pin was entered. Please try again.",
+ "PasswordResetForUsers": "Passwords have been removed for the following users. To login, sign in with a blank password.",
+ "HeaderForgotPassword": "Forgot Password?",
+ "ForgotPasswordUsernameHelp": "Leave this blank if you don't remember your username.",
+ "HeaderPasswordReset": "Password Reset",
+ "AttributeNew": "New",
+ "Done": "Done",
+ "HeaderResetToDefault": "Reset to Default",
+ "Deinterlacing": "Dezintercalare",
+ "HeaderBurningInSubtitles": "Inscripționare subtitrări",
+ "Premiere": "Premiere",
+ "LabelPinCode": "Cod PIN:",
+ "LabelLocalNetworkPinCode": "Cod PIN rețea locală:",
+ "LabelLocalNetworkPasswordMode": "Local network sign in mode",
+ "RequirePasswordInLocalNetwork": "Require a password on the local network",
+ "NoPasswordInLocalNetwork": "Nu solicitați o parolă în rețeaua locală",
+ "PinCodeInLocalNetwork": "Allow a numeric pin code on the local network",
+ "LocalNetworkPasswordModeHelp": "Select the sign in method for devices on the same local network as your Emby Server.",
+ "HeaderLocalNetworkAccess": "Local Network Access",
+ "Live": "Live",
+ "Reset": "Reset",
+ "Repeat": "Repeat",
+ "Track": "Track",
+ "Tracks": "Tracks",
+ "HeaderCameraUpload": "Camera Upload",
+ "TrackCount": "{0} Tracks",
+ "ItemCount": "{0} Items",
+ "NumberChannelsValue": "{0} Channels",
+ "HeaderLatestMusic": "Latest Music",
+ "HeaderLatestAudioBooks": "Latest Audio Books",
+ "HeaderLatestDownloadedVideos": "Latest Downloaded Videos",
+ "HeaderRecentlyPlayed": "Redate recent",
+ "Recent": "Recent",
+ "HeaderFrequentlyPlayed": "Redate frecvent",
+ "HeaderMoreLikeThis": "More Like This",
+ "HeaderMoreLikeThisOnLiveTV": "More Like This on Live TV",
+ "OriginalAirDateValue": "Original air date: {0}",
+ "EndsAtValue": "Ends at {0}",
+ "Date": "Date",
+ "AirDate": "Air Date",
+ "Played": "Played",
+ "Daily": "Daily",
+ "Weekly": "Weekly",
+ "RequireHashMatch": "Require a hash match",
+ "RequireHashMatchHelp": "Requiring a hash match will filter subtitles to include only those that have been tested with your exact video file. Unchecking this will increase the number of matched subtitles, but will also increase the chances of mistimed or incorrect subtitle text.",
+ "SearchForForcedSubtitlesOnly": "Forced subtitles only",
+ "SearchForForcedSubtitlesOnlyHelp": "Requiring forced subtitles will limit results to subtitles that are tagged as having a foreign language.",
+ "LastEpisodeDateAdded": "Last Episode Date Added",
+ "LastEpisodeDateAired": "Last Episode Date Released",
+ "LabelPlaystate": "Playstate",
+ "Studio": "Studio",
+ "Tag": "Tag",
+ "EpisodeTitle": "Episode Title",
+ "Audio": "Audio",
+ "Video": "Video",
+ "Subtitle": "Subtitle",
+ "Image": "Image",
+ "CopyStream": "Copy original stream",
+ "LabelAudioLayout": "Audio layout",
+ "LabelAudioCodec": "Audio codec",
+ "LabelAudioLanguage": "Audio language",
+ "LabelSubtitleLanguage": "Subtitle language",
+ "LabelVideoCodec": "Video codec",
+ "LabelSubtitleCodec": "Subtitle codec",
+ "LabelParentalRating": "Parental rating",
+ "BecauseYouLikeValue": "Because you like {0}",
+ "BecauseYouWatchedValue": "Because you watched {0}",
+ "DirectedByValue": "Directed by {0}",
+ "StarringValue": "Starring {0}",
+ "Invitations": "Invitations",
+ "ActorAsRole": "as {0}",
+ "ButtonOk": "OK",
+ "GroupItemsIntoCollections": "Group items into collections",
+ "GroupItemsIntoCollectionsHelp": "Group items based on collections they've been added to. Enabling certain filters or sort orders may automatically disable this.",
+ "GroupItemsIntoTags": "Group items into tags",
+ "GroupItemsIntoTagsHelp": "Group items based on tags they've been added to. Enabling certain filters or sort orders may automatically disable this.",
+ "User": "User",
+ "Access": "Access",
+ "Users": "Users",
+ "Library": "Library",
+ "Devices": "Devices",
+ "Cancel": "Cancel",
+ "Restart": "Restart",
+ "Shutdown": "Shutdown",
+ "Logs": "Logs",
+ "Visibility": "Visibility",
+ "Notifications": "Notifications",
+ "SendTestNotification": "Send Test Notification",
+ "NotificationSent": "Notification sent",
+ "DeleteNotificationConfirmation": "Are you sure you wish to delete this notification?",
+ "DeleteNotification": "Delete Notification",
+ "AddNotification": "Add Notification",
+ "EditNotification": "Edit Notification",
+ "LimitUserEventsTo": "Limit user events to",
+ "LimitLibraryEventsTo": "Limit library events to",
+ "LimitDeviceEventsTo": "Limit devices events to",
+ "ForAdditionalNotificationOptions": "Additional notification services can be installed by the server administrator in the Emby {0}plugin catalog{1}.",
+ "Plugins": "Plugins",
+ "Systems": "Systems",
+ "Server": "Server",
+ "Dashboard": "Dashboard",
+ "PlayOnAnotherDevice": "Play on another device",
+ "HeaderConnectionHelp": "Connection Help",
+ "AccessRestrictedTryAgainLater": "Access is currently restricted. Please try again later.",
+ "ButtonGotIt": "Got It",
+ "RememberMe": "Remember me",
+ "EmbyServer": "Emby Server",
+ "ManageEmbyServer": "Manage Emby Server",
+ "ShutdownServer": "Shutdown Emby Server",
+ "RestartServer": "Restart Emby Server",
+ "RecordingCancelled": "Recording Cancelled",
+ "SeriesCancelled": "Series Cancelled",
+ "Recording": "Recording",
+ "SeriesRecording": "Series Recording",
+ "RecordingScheduled": "Recording Scheduled",
+ "SeriesRecordingScheduled": "Series Recording Scheduled",
+ "HeaderNewRecording": "New Recording",
+ "HeaderWakeServer": "Wake Server",
+ "AttemptingWakeServer": "Attempting to wake server. Please wait...",
+ "WakeServerSuccess": "Success!",
+ "HeaderCustomizeHomeScreen": "Customize Home Screen",
+ "WakeServerError": "Wake On LAN packets were sent to your server machine, but we're unable to connect to your Emby Server. Your machine may need a little more time to wake, or Emby Server may not be actively running on the machine.",
+ "Days": "Days",
+ "Network": "Network",
+ "Networks": "Networks",
+ "SortByValue": "Sort by {0}",
+ "HeaderSortBy": "Sort By",
+ "HeaderPhotoAlbums": "Photo Albums",
+ "Photos": "Photos",
+ "HeaderAppearsOn": "Appears On",
+ "List": "List",
+ "HeaderRecordSeries": "Record Series",
+ "HeaderCinemaMode": "Cinema Intros",
+ "Conversions": "Conversions",
+ "Downloads": "Downloads",
+ "HeaderManageDownloads": "Manage Downloads",
+ "InternalStorage": "Internal storage",
+ "ExternalStorage": "External storage",
+ "UploadToFollowingServers": "Upload to Servers",
+ "UploadingNumItems": "Uploading {0} of {1}",
+ "DownloadNumItems": "Downloading {0} of {1}",
+ "HeaderSampleRate": "Sample Rate",
+ "HeaderReferenceFrames": "Reference Frames",
+ "HeaderBitDepth": "Bit Depth",
+ "HeaderPixelFormat": "Pixel Format",
+ "Profile": "Profile",
+ "Bitrate": "Bitrate",
+ "Expand": "Expand",
+ "Container": "Container",
+ "Format": "Format",
+ "Path": "Path",
+ "Size": "Size",
+ "Resolution": "Resolution",
+ "HeaderCodecTag": "Codec Tag",
+ "Framerate": "Framerate",
+ "Interlaced": "Interlaced",
+ "Anamorphic": "Anamorphic",
+ "Level": "Level",
+ "Timestamp": "Timestamp",
+ "Language": "Language",
+ "Codec": "Codec",
+ "Stream": "Stream",
+ "HeaderExtradata": "Extra Data",
+ "HeaderHardwareAcceleratedTranscoding": "Hardware Accelerated Transcoding",
+ "HeaderHardwareAcceleratedTranscodingDescription": "Take advantage of your server GPU. Emby has the most advanced and fastests hardware accelleration in the industry.",
+ "HeaderOfflineDownloads": "Offline Media",
+ "AndMuchMoreExclamation": "And much more!",
+ "HeaderOfflineDownloadsDescription": "Download media to your devices for easy offline use.",
+ "LiveTvFeatureDescription": "Stream Live TV to any Emby app, with a compatible TV tuner device installed on your Emby Server.",
+ "DvrFeatureDescription": "Schedule individual Live TV recordings, series recordings, and more with Emby DVR.",
+ "CinemaModeFeatureDescription": "Cinema Intros give you the true cinema experience with trailers and custom intros before the main feature.",
+ "HeaderFreeApps": "Free Emby Apps",
+ "FreeAppsFeatureDescription": "Enjoy free access to Emby apps for your devices.",
+ "HeaderBecomeProjectSupporter": "Get Emby Premiere",
+ "HeaderViewServerInfo": "View Server Info",
+ "PlaybackTvModeRequiresEmbyPremiere": "Media playback in TV mode requires an active {0}Emby Premiere subscription{1}.",
+ "FeatureRequiresEmbyPremiere": "This feature requires an active {0}Emby Premiere subscription{1}.",
+ "HeaderConvertYourRecordings": "Convert Your Recordings",
+ "Record": "Record",
+ "Save": "Salveaza",
+ "Edit": "Edit",
+ "HeaderSavePlaylist": "Save Playlist",
+ "Latest": "Latest",
+ "Download": "Download",
+ "Downloaded": "Downloaded",
+ "Converted": "Converted",
+ "RemoveFromHistory": "Remove from History",
+ "ConfirmRemoveFromHistory": "Remove this item from the history?",
+ "Downloading": "Downloading",
+ "Advanced": "Advanced",
+ "LinkedToEmbyConnect": "Linked to Emby Connect",
+ "Delete": "Delete",
+ "Both": "Both",
+ "LabelChannelDisplay": "Channel display",
+ "HeaderDeleteItem": "Delete Item",
+ "HeaderDeleteUser": "Delete User",
+ "DeleteItemConfirmation": "Are you sure you wish to delete {0}?",
+ "DeleteUserConfirmation": "Are you sure you wish to delete user {0}?",
+ "DeleteUsersConfirmation": "Are you sure you wish to delete these {0} users?",
+ "HeaderDeleteDevice": "Delete Device",
+ "DeleteDeviceConfirmation": "Are you sure you wish to delete this device? It will reappear the next time a user signs in with it.",
+ "ConfirmDeleteItem": "Deleting this item will delete it from both the file system and your media library.",
+ "FollowingFilesWillBeDeleted": "The following files and folders will be deleted:",
+ "AreYouSureToContinue": "Are you sure you wish to continue?",
+ "Refresh": "Refresh",
+ "RefreshingMetadataDots": "Refreshing metadata...",
+ "ScanningLibraryFilesDots": "Scanning library files...",
+ "HeaderFavoritesThenByChannelNumber": "Favorites, Then by Channel Number",
+ "HeaderAddToCollection": "Add to Collection",
+ "HeaderFavoritesThenByTitle": "Favorites, Then by Title",
+ "HeaderFavoritesThenByDefault": "Favorites, Then by Default Channel Order",
+ "HeaderDefaultChannelOrder": "Default Channel Order",
+ "HeaderAddToFavorites": "Add to Favorites",
+ "HeaderRemoveFromFavorites": "Remove from Favorites",
+ "Favorited": "Favorited",
+ "Unfavorited": "Unfavorited",
+ "HeaderNewCollection": "New Collection",
+ "HeaderNewPlaylist": "New Playlist",
+ "AllCollections": "All Collections",
+ "AllPlaylists": "All Playlists",
+ "Create": "Create",
+ "HeaderAddedToPlaylist": "Added to Playlist",
+ "HeaderAddedToCollection": "Added to Collection",
+ "OneItemAddedTo": "1 item added to \"{0}\".",
+ "ItemsAddedTo": "{0} items added to \"{1}\".",
+ "HeaderAddedToPlayQueue": "Added to Play Queue",
+ "HeaderPlayingNext": "Playing Next",
+ "Help": "Ajutor",
+ "HeaderGetHelp": "Get Help",
+ "LabelTVDisplayMode": "Enable TV display mode",
+ "Desktop": "Desktop",
+ "Mobile": "Mobile / Tablet",
+ "Navigation": "Navigation",
+ "HeaderVideoPlayback": "Video Playback",
+ "TV": "TV",
+ "HeaderEmbyConnect": "Emby Connect",
+ "Seasons": "Seasons",
+ "OneTrack": "1 Track",
+ "OneSeason": "1 Season",
+ "Libraries": "Libraries",
+ "NumberSeasonsValue": "{0} Seasons",
+ "TVDisplayModeHelp": "Optimize the user interface on this device for display on a TV and input method with a remote control. This is generally not recommended if your primary input method is a mouse or is touch-based.",
+ "LabelDisplayLanguage": "Display language",
+ "LabelDisplayLanguageHelp": "Translating Emby is an ongoing project.",
+ "LearnHowYouCanContribute": "Learn how you can contribute.",
+ "NewCollectionHelp": "Collections allow you to create personalized groupings of movies and other library content.",
+ "SearchForCollectionInternetMetadata": "Căutare pe internet pentru postere și metadate",
+ "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",
+ "ServerStartup": "Server Startup",
+ "EmbyServerOnXHasStarted": "Emby Server on {0} has started.",
+ "LabelScreensaver": "Screensaver",
+ "LabelSoundEffects": "Sound effects",
+ "LabelName": "Nume:",
+ "NewCollectionNameExample": "Exemplu: Star Wars Collection",
+ "MessageItemsAdded": "Items added.",
+ "OptionNew": "New...",
+ "LabelPlaylist": "Playlist",
+ "AddToPlaylist": "Add to playlist",
+ "HeaderAddToPlaylist": "Add to Playlist",
+ "Subtitles": "Subtitles",
+ "LabelTheme": "Theme",
+ "LabelSettingsTheme": "Settings theme",
+ "LabelThemeAccentColor": "Accent color",
+ "ThemeAccentColorDescription": "Controls the color of important indicators, icons and text.",
+ "SearchForSubtitles": "Search for Subtitles",
+ "LabelLanguage": "Limba:",
+ "Search": "Search",
+ "NoSubtitleSearchResultsFound": "No results found. Have you configured {0}subtitle downloading{1}?",
+ "NoLyricsSearchResultsFound": "No results found. Have you configured {0}lyrics downloading{1}?",
+ "Lyrics": "Lyrics",
+ "SearchForLyrics": "Search for Lyrics",
+ "Finish": "Finish",
+ "File": "File",
+ "Exit": "Exit",
+ "Sleep": "Sleep",
+ "Setup": "Setup",
+ "MessageAreYouSureDeleteSubtitles": "Are you sure you wish to delete this subtitle file?",
+ "ConfirmDeletion": "Confirm Deletion",
+ "MySubtitles": "My Subtitles",
+ "MessageDownloadQueued": "Download queued.",
+ "HeaderEditSubtitles": "Edit Subtitles",
+ "UnlockGuide": "Unlock Guide",
+ "HeaderRefreshMetadata": "Refresh Metadata",
+ "HeaderRefreshAllMetadata": "Refresh All Metadata",
+ "ReplaceExistingImages": "Replace existing images",
+ "ReplaceExistingImagesHelp": "All existing images will be deleted and new ones will be downloaded based on the options for the library. In some cases this may result in fewer available images than before.",
+ "ReplaceAllMetadata": "Replace all metadata",
+ "SearchForMissingMetadata": "Search for missing metadata",
+ "LabelRefreshMode": "Refresh mode",
+ "NoItemsFound": "No items found.",
+ "HeaderSaySomethingLike": "Say Something Like...",
+ "ButtonTryAgain": "Try Again",
+ "HeaderYouSaid": "You Said...",
+ "MessageWeDidntRecognizeCommand": "We're sorry, we didn't recognize that command.",
+ "MessageIfYouBlockedVoice": "If you denied voice access to the app you'll need to reconfigure before trying again.",
+ "ValueDiscNumber": "Disc {0}",
+ "Unrated": "Unrated",
+ "Favorite": "Favorite",
+ "Like": "Like",
+ "Dislike": "Dislike",
+ "RefreshDialogHelp": "Metadata is updated with new data based on settings and metadata providers that are enabled in Emby library setup.",
+ "Open": "Open",
+ "Play": "Play",
+ "Pause": "Pause",
+ "HeaderPlayQueue": "Play Queue",
+ "HeaderAddToPlayQueue": "Add to Play Queue",
+ "Shuffle": "Shuffle",
+ "Identify": "Identify",
+ "HeaderRemoveIdentification": "Remove Identification",
+ "ResetMetadataConfirmation": "Are you sure you wish to reset all metadata?",
+ "HeaderEditMetadata": "Edit Metadata",
+ "Convert": "Convert",
+ "Resume": "Resume",
+ "HeaderInstantMix": "Instant Mix",
+ "HeaderGoToItem": "Go to Item",
+ "HeaderGoToSeason": "Go to Season",
+ "HeaderGoToSeries": "Go to Series",
+ "HeaderGoToAlbum": "Go to Album",
+ "HeaderGoToArtist": "Go to Artist",
+ "HeaderPlayAll": "Play All",
+ "PictureInPicture": "Picture in picture",
+ "Fullscreen": "Full screen",
+ "ExitFullscreen": "Exit full screen",
+ "Rewind": "Rewind",
+ "FastForward": "Fast-forward",
+ "Remove": "Remove",
+ "Rename": "Rename",
+ "Queue": "Queue",
+ "QueueAllFromHere": "Queue all from here",
+ "PlayAllFromHere": "Play all from here",
+ "PlayFromBeginning": "Play From Beginning",
+ "FromBeginning": "From Beginning",
+ "ResumeAt": "Resume from {0}",
+ "HeaderRemoveFromPlaylist": "Remove from Playlist",
+ "HeaderRemoveFromPlayQueue": "Remove from Play Queue",
+ "HeaderRemoveFromCollection": "Remove from Collection",
+ "Sort": "Sort",
+ "Trailer": "Trailer",
+ "SelectNone": "Select None",
+ "SelectAll": "Select All",
+ "HeaderMarkPlayed": "Mark Played",
+ "HeaderMarkUnplayed": "Mark Unplayed",
+ "HeaderGroupVersions": "Group Versions",
+ "PleaseSelectTwoItems": "Please select at least two items.",
+ "HeaderConfirmRecordingCancellation": "Confirm Recording Cancellation",
+ "MessageConfirmRecordingCancellation": "Cancel recording?",
+ "Album": "Album",
+ "AlbumArtist": "Album Artist",
+ "Error": "Error",
+ "VoiceInput": "Voice Input",
+ "LabelContentType": "Tip continut:",
+ "LabelPath": "Path",
+ "Playlists": "Playlists",
+ "LabelTitle": "Title",
+ "LabelOriginalTitle": "Original title",
+ "LabelSortTitle": "Sort title",
+ "LabelDateAdded": "Date added",
+ "DateAdded": "Date Added",
+ "DateModified": "Date Modified",
+ "DatePlayed": "Date Played",
+ "DateLastActive": "Date Last Active",
+ "ConfigureDateAdded": "Configure how date added is determined in the Emby Server dashboard under Library settings",
+ "LabelStatus": "Status:",
+ "LabelArtistsHelp": "Folosire separata multipla",
+ "HeaderAlbumArtists": "Album Artists",
+ "LabelAlbumArtists": "Album artists",
+ "LabelAlbum": "Album",
+ "Artist": "Artist",
+ "Artists": "Artists",
+ "ImdbRating": "IMDb Rating",
+ "CommunityRating": "Community Rating",
+ "LabelCommunityRating": "Community rating",
+ "LabelCriticRating": "Critic rating",
+ "CriticRating": "Critic Rating",
+ "LabelWebsite": "Website",
+ "Tagline": "Tagline",
+ "LabelOverview": "Overview",
+ "LabelShortOverview": "Short overview",
+ "LabelReleaseDate": "Release date",
+ "LabelPlaceOfBirth": "Place of birth",
+ "Aired": "Aired",
+ "LabelAirDays": "Air days",
+ "LabelAirTime": "Air time",
+ "LabelRuntimeMinutes": "Run time (minutes)",
+ "LabelCustomRating": "Custom rating",
+ "LabelOriginalAspectRatio": "Original aspect ratio",
+ "Label3DFormat": "3D format",
+ "FormatValue": "Format: {0}",
+ "DownloadsValue": "{0} Downloads",
+ "HashMatch": "Hash Match",
+ "EnableExternalVideoPlayers": "Enable external video players",
+ "EnableExternalVideoPlayersHelp": "An external player menu will be shown when starting video playback.",
+ "HeaderSpecialEpisodeInfo": "Special Episode Info",
+ "LabelAirsDuringSeason": "Airs during season",
+ "LabelAirsAfterSeason": "Airs after season",
+ "LabelAirsBeforeEpisode": "Airs before episode",
+ "HeaderExternalIds": "External Ids",
+ "HeaderDisplaySettings": "Display Settings",
+ "PlaylistOrder": "Playlist Order",
+ "CollectionOrder": "Collection Order",
+ "LabelDisplayOrder": "Display order",
+ "LabelFileOrder": "File order",
+ "Display": "Display",
+ "Countries": "Countries",
+ "Genres": "Genres",
+ "Studios": "Studios",
+ "Tags": "Tags",
+ "Links": "Links",
+ "Movie": "Movie",
+ "Program": "Program",
+ "Channel": "Channel",
+ "Episode": "Episode",
+ "Season": "Season",
+ "HeaderMetadataSettings": "Metadata Settings",
+ "People": "People",
+ "Number": "Number",
+ "Lock": "Lock",
+ "HeaderScreenLocked": "Screen Locked",
+ "HeaderUnlockControls": "Unlock Controls",
+ "HeaderTapToUnlock": "Tap to Unlock",
+ "LabelMetadataDownloadLanguage": "Preferred metadata download language",
+ "LabelImageDownloadLanguage": "Preferred image download language",
+ "LabelLockItemToPreventChanges": "Lock this item to prevent future changes",
+ "LockThisField": "Lock this field to prevent future changes when refreshing metadata",
+ "MessageLeaveEmptyToInherit": "Leave empty to inherit settings from a parent item, or the global default value.",
+ "LabelCountry": "Tara:",
+ "LabelCertificationCountry": "Certification country",
+ "CertificationCountryHelp": "This will influence which content rating system is used.",
+ "LabelDynamicExternalId": "{0} Id",
+ "LabelBirthYear": "Birth year",
+ "LabelBirthDate": "Birth date",
+ "LabelDeathDate": "Death date",
+ "LabelEndDate": "End date",
+ "LabelSeasonNumber": "Season number",
+ "LabelEpisodeNumber": "Episode number",
+ "LabelTrackNumber": "Track number",
+ "LabelNumber": "Number",
+ "LabelDiscNumber": "Disc number",
+ "LabelParentNumber": "Parent number",
+ "SortName": "Sort Title",
+ "OriginalTitle": "Original Title",
+ "ReleaseDate": "Release Date",
+ "Continuing": "Continua",
+ "Ended": "S-a sfarsit",
+ "HeaderEnabledFields": "Enabled Fields",
+ "HeaderEnabledFieldsHelp": "Uncheck a field to lock it and prevent its data from being changed.",
+ "Backdrops": "Backdrops",
+ "Images": "Images",
+ "Runtime": "Runtime",
+ "ProductionLocations": "Production locations",
+ "BirthLocation": "Birth location",
+ "ParentalRating": "Parental Rating",
+ "PlayCount": "Play count",
+ "Name": "Name",
+ "Overview": "Overview",
+ "LabelType": "Type",
+ "LabelPersonRole": "Role",
+ "LabelPersonRoleHelp": "Example: Ice cream truck driver",
+ "Actor": "Actor",
+ "Composers": "Composers",
+ "Composer": "Composer",
+ "Director": "Director",
+ "GuestStar": "Guest star",
+ "Producer": "Producer",
+ "Writer": "Writer",
+ "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.",
+ "InstallingPackage": "Installing {0}",
+ "PackageInstallCompleted": "{0} installation completed.",
+ "PackageInstallFailed": "{0} installation failed.",
+ "PackageInstallCancelled": "{0} installation cancelled.",
+ "SeriesYearToPresent": "{0} - Present",
+ "OneDevice": "1 Device",
+ "DeviceCountValue": "{0} Devices",
+ "OneLog": "1 Log",
+ "LogCountValue": "{0} Logs",
+ "OneVote": "1 Vote",
+ "VoteCountValue": "{0} Votes",
+ "OneLike": "1 Like",
+ "LikeCountValue": "{0} Likes",
+ "OneUser": "1 User",
+ "UserCountValue": "{0} Users",
+ "OneLibrary": "1 Library",
+ "LibraryCountValue": "{0} Libraries",
+ "ValueOneItem": "1 Item",
+ "ValueOneEpisode": "1 episode",
+ "ValueEpisodeCount": "{0} episodes",
+ "Albums": "Albums",
+ "Song": "Song",
+ "Songs": "Songs",
+ "Authors": "Authors",
+ "Books": "Books",
+ "AudioBooks": "Audio books",
+ "HeaderAudioBooks": "Audio Books",
+ "HeaderAudioBook": "Audio Book",
+ "HeaderIdentifyItemHelp": "Enter one or more search criteria. Remove criteria to increase search results.",
+ "PleaseEnterNameOrId": "Please enter a name or an external Id.",
+ "MessageItemSaved": "Item saved.",
+ "SearchResults": "Search Results",
+ "ServerNameIsRestarting": "Emby Server - {0} is restarting.",
+ "ServerNameIsShuttingDown": "Emby Server - {0} is shutting down.",
+ "HeaderDeleteItems": "Delete Items",
+ "ConfirmDeleteItems": "Deleting these items will delete them from both the file system and your media library.",
+ "PleaseRestartServerName": "Please Restart Emby Server on {0}",
+ "ConvertingDots": "Converting...",
+ "LabelSyncNoTargetsHelp": "It looks like you don't currently have any apps that support offline downloading.",
+ "DownloadingDots": "Downloading...",
+ "LearnMore": "Learn more",
+ "LabelBitrateMbps": "Bitrate (Mbps)",
+ "ConvertUnwatchedVideosOnly": "Convert unplayed videos only",
+ "SyncUnwatchedVideosOnly": "Download unplayed videos only",
+ "ConvertUnwatchedVideosOnlyHelp": "Only videos that are not marked as fully played will be converted.",
+ "SyncUnwatchedVideosOnlyHelp": "Only videos that are not marked as fully played will be downloaded, and videos will be removed from the device as they are fully played.",
+ "AutomaticallySyncNewContent": "Automatically download new content",
+ "AutomaticallySyncNewContentHelp": "New content added to this folder will be automatically downloaded to the device.",
+ "AutomaticallyConvertNewContent": "Automatically convert new content",
+ "AutomaticallyConvertNewContentHelp": "New content added to this folder will be automatically converted.",
+ "LabelItemLimit": "Item limit",
+ "ConvertItemLimitHelp": "Optional. Set a limit to the number of items that will be converted.",
+ "DownloadItemLimitHelp": "Optional. Set a limit to the number of items that will be downloaded.",
+ "PleaseSelectDeviceToSyncTo": "Please select a device to download to.",
+ "Screenshots": "Screenshots",
+ "MoveRight": "Move right",
+ "MoveLeft": "Move left",
+ "HeaderUploadNewImage": "Upload New Image",
+ "HeaderDeleteImage": "Delete Image",
+ "ConfirmDeleteImage": "Delete image?",
+ "HeaderEditImages": "Edit Images",
+ "Settings": "Settings",
+ "ShowIndicatorsFor": "Show Indicators",
+ "Episodes": "Episodes",
+ "Programs": "Programs",
+ "HeaderCastCrew": "Cast & Crew",
+ "DvrSubscriptionRequired": "Emby Live TV & DVR require an active {0}Emby Premiere subscription{1}.",
+ "HeaderCancelRecording": "Cancel Recording",
+ "HeaderKeepRecording": "Keep Recording",
+ "HeaderCancelSeries": "Cancel Series",
+ "HeaderKeepSeries": "Keep Series",
+ "HeaderLearnMore": "Learn More",
+ "SeriesSettings": "Series settings",
+ "HeaderRecordingOptions": "Recording Options",
+ "HeaderDoNotRecord": "Do not record",
+ "HeaderSeriesOptions": "Series Options",
+ "Layout": "Layout",
+ "Channels": "Channels",
+ "ChannelNameOnly": "Channel {0} only",
+ "Anytime": "Anytime",
+ "AnyLanguage": "Any language",
+ "AroundTime": "Around {0}",
+ "HeaderLatestMovies": "Latest Movies",
+ "All": "All",
+ "Stop": "Stop",
+ "AllChannels": "All channels",
+ "NewEpisodesOnly": "New episodes only",
+ "AllEpisodes": "All episodes",
+ "LabelStartWhenPossible": "Start when possible",
+ "LabelStopWhenPossible": "Stop when possible",
+ "MinutesBefore": "minutes before",
+ "MinutesAfter": "minutes after",
+ "SkipEpisodesAlreadyInMyLibrary": "Don't record episodes that are already in my library",
+ "SkipEpisodesAlreadyInMyLibraryHelp": "Episodes will be compared using season and episode numbers, when available.",
+ "LabelKeepUpTo": "Keep up to",
+ "AsManyAsPossible": "As many as possible",
+ "DefaultErrorMessage": "There was an error processing the request. Please try again later.",
+ "UntilIDelete": "Until I delete",
+ "UntilSpaceNeeded": "Until space needed",
+ "Categories": "Categories",
+ "Sports": "Sports",
+ "News": "News",
+ "Movies": "Movies",
+ "Music": "Music",
+ "Kids": "Kids",
+ "MoreFromValue": "More from {0}",
+ "DiedValue": "Died: {0}",
+ "BornValue": "Born: {0}",
+ "EnableColorCodedBackgrounds": "Apply colored backgrounds to shows, based on their category",
+ "SortChannelsBy": "Sort channels by",
+ "ChannelNumber": "Channel Number",
+ "HeaderBenefitsEmbyPremiere": "Benefits of Emby Premiere",
+ "ThankYouForTryingEnjoyOneMinute": "Please enjoy one minute of playback. Thank you for trying Emby.",
+ "HeaderTryPlayback": "Try Playback",
+ "HowDidYouPay": "How did you pay?",
+ "IHaveEmbyPremiere": "I have Emby Premiere",
+ "IPurchasedThisApp": "I purchased this app",
+ "ButtonRestorePreviousPurchase": "Restore Purchase",
+ "ButtonUnlockWithPurchase": "Unlock with Purchase",
+ "ButtonUnlockPrice": "Unlock {0}",
+ "EmbyPremiereMonthlyWithPrice": "Emby Premiere Monthly {0}",
+ "HeaderAlreadyPaid": "Already Paid?",
+ "ButtonPlayOneMinute": "Play One Minute",
+ "PlaceFavoriteChannelsAtBeginning": "Place favorite channels at the beginning",
+ "HeaderUnlockFeature": "Unlock Feature",
+ "MessageDidYouKnowCinemaMode": "Did you know that with Emby Premiere, you can enhance your experience with features like Cinema Intros?",
+ "HeaderPlayMyMedia": "Play my Media",
+ "HeaderDiscoverEmbyPremiere": "Discover Emby Premiere",
+ "HeaderNowPlaying": "Now Playing",
+ "Items": "Items",
+ "AppName": "App Name",
+ "OneChannel": "One channel",
+ "ConfirmRemoveDownload": "Remove download?",
+ "ConfirmRemoveItem": "Remove item?",
+ "RemoveDownload": "Remove Download",
+ "ConfirmCancelConversion": "Cancel conversion?",
+ "CancelConversion": "Cancel Conversion",
+ "KeepDownload": "Keep download",
+ "AddedOnValue": "Added {0}",
+ "RemovingFromDevice": "Removing from device",
+ "KeepOnDevice": "Keep on device",
+ "CancelDownload": "Cancel download",
+ "SyncJobItemStatusReadyToTransfer": "Ready to Transfer",
+ "SyncJobItemStatusSyncedMarkForRemoval": "Removing from device",
+ "SyncJobItemStatusQueued": "Queued",
+ "SyncJobItemStatusConverting": "Converting",
+ "SyncJobItemStatusTransferring": "Transferring",
+ "SyncJobItemStatusSynced": "Downloaded",
+ "Failed": "Failed",
+ "SyncJobItemStatusRemovedFromDevice": "Removed from device",
+ "Cancelled": "Cancelled",
+ "Retry": "Retry",
+ "Continue": "Continue",
+ "ContinueInSecondsValue": "Continue in {0} seconds.",
+ "HeaderRemoteControl": "Remote Control",
+ "Disconnect": "Disconnect",
+ "EnableDisplayMirroring": "Enable display mirroring",
+ "RemoteAccess": "Remote Access",
+ "HeaderPlayOn": "Play On",
+ "Quality": "Quality",
+ "Auto": "Auto",
+ "AndroidUnlockRestoreHelp": "To restore your previous purchase, please ensure you're signed into the device with the same Google (or Amazon) account that originally made the purchase. Make sure the app store is enabled and not restricted by any parental controls, and ensure you have an active internet connection. You'll only have to do this once to restore your previous purchase.",
+ "HeaderAspectRatio": "Aspect Ratio",
+ "Original": "Original",
+ "Fill": "Fill",
+ "Cover": "Cover",
+ "MessageNoServersAvailableToConnect": "No servers are available to connect to. If you've been invited to share a server, make sure to accept it below or by clicking the link in the email.",
+ "MessagePlayAccessRestricted": "Playback of this content is currently restricted. Please contact your Emby Server administrator for more information.",
+ "Accept": "Accept",
+ "Reject": "Reject",
+ "Connect": "Connect",
+ "HeaderMyMedia": "My Media",
+ "HeaderMyMediaSmall": "My Media (small)",
+ "LatestFromLibrary": "Latest {0}",
+ "HeaderLatestEpisodes": "Latest Episodes",
+ "ContinuePlaying": "Continue playing",
+ "ContinueWatching": "Continue watching",
+ "HeaderLatestChannelMedia": "Latest Channel Items",
+ "HeaderContinueWatching": "Continue Watching",
+ "HeaderContinueListening": "Continue Listening",
+ "HeaderActiveRecordings": "Active Recordings",
+ "HeaderLatestRecordings": "Latest Recordings",
+ "LabelConvertTo": "Convert to",
+ "LabelDownloadTo": "Download to",
+ "HeaderDownloadToDots": "Download to...",
+ "Next": "Next",
+ "LabelSource": "Source",
+ "VersionNumber": "Version {0}",
+ "HeaderAllLanguages": "All Languages",
+ "Previous": "Previous",
+ "HeaderNextUp": "Next Up",
+ "HeaderPlayNextUp": "Play Next Up",
+ "HeaderLatestFrom": "Latest from {0}",
+ "LabelHomeScreenSectionValue": "Home screen section {0}",
+ "PasswordResetComplete": "The password has been reset.",
+ "PasswordSaved": "Password saved.",
+ "SettingsSaved": "Settings saved.",
+ "Upcoming": "Upcoming",
+ "HeaderSelectImageFile": "Select Image File",
+ "None": "None",
+ "More": "More",
+ "Up": "Up",
+ "Down": "Down",
+ "Home": "Home",
+ "Back": "Back",
+ "Random": "Random",
+ "Playback": "Playback",
+ "Favorites": "Favorites",
+ "HeaderHomeScreen": "Home Screen",
+ "HeaderLatestChannelItems": "Latest Channel Items",
+ "HeaderLibraryOrder": "Library Order",
+ "HeaderOnNow": "On Now",
+ "HeaderForKids": "For Kids",
+ "HeaderPlaybackError": "Playback Error",
+ "PlaybackErrorNotAllowed": "You're currently not authorized to play this content. Please contact your system administrator for details.",
+ "RateLimitExceeded": "Your account has exceeded the maximum streaming limit set by your Emby Server administrator. Please contact them for assistance.",
+ "PlaybackErrorNoCompatibleStream": "No compatible streams are currently available. Please try again later or contact your system administrator for details.",
+ "PlaybackErrorPlaceHolder": "Please insert the disc in order to play this video.",
+ "PlaybackErrorNoPlayableItems": "No playable items were found. Are you trying to play an empty folder?",
+ "Guide": "Guide",
+ "Games": "Games",
+ "GameSystem": "Game System",
+ "Suggestions": "Suggestions",
+ "HeaderFavoriteChannels": "Favorite Channels",
+ "HeaderFavoriteCollections": "Favorite Collections",
+ "HeaderFavoritePlaylists": "Favorite Playlists",
+ "Collection": "Collection",
+ "Collections": "Collections",
+ "LabelSelectFolderGroups": "Automatically group content from the following folders into views such as Movies, Music and TV:",
+ "LabelSelectFolderGroupsHelp": "Folders that are unchecked will be displayed by themselves in their own view.",
+ "Mute": "Mute",
+ "Unmute": "Unmute",
+ "Folder": "Folder",
+ "Folders": "Folders",
+ "FileName": "File Name",
+ "DisplayInOtherHomeScreenSections": "Display in secondary home screen sections such as latest media and continue watching",
+ "DisplayInMyMedia": "Display on home screen",
+ "Shows": "Shows",
+ "MoviesAndShows": "Movies & Shows",
+ "HeaderMusicVideo": "Music Video",
+ "HeaderMusicVideos": "Music Videos",
+ "MusicVideos": "Music videos",
+ "Videos": "Videos",
+ "MixedContent": "Mixed content",
+ "HomeVideos": "Home videos",
+ "HomeVideosAndPhotos": "Home videos & photos",
+ "TVShows": "TV shows",
+ "HeaderLibraryFolders": "Library Folders",
+ "HeaderTermsOfPurchase": "Terms of Purchase",
+ "PrivacyPolicy": "Privacy policy",
+ "TermsOfUse": "Terms of Use",
+ "HeaderRepeatMode": "Repeat Mode",
+ "HeaderToneMapping": "Mapare tonuri",
+ "RepeatOne": "Repeat one",
+ "RepeatAll": "Repeat all",
+ "LabelDefaultScreen": "Default screen",
+ "ConfirmEndPlayerSession": "Would you like to shutdown Emby on {0}?",
+ "Yesterday": "Yesterday",
+ "Yes": "Yes",
+ "No": "No",
+ "HeaderScanLibraryFiles": "Scan Library Files",
+ "LiveTV": "Live TV",
+ "Schedule": "Schedule",
+ "Recordings": "Recordings",
+ "ScanForNewAndUpdatedFiles": "Scan for new and updated files",
+ "NewVersionOfXAvailableForY": "{0} is Available for {1}",
+ "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",
+ "HeaderHardwareAcceleratedDecoding": "Hardware Accelerated Decoding",
+ "HeaderHardwareAcceleratedEncoding": "Hardware Accelerated Encoding",
+ "HeaderDirectPlay": "Direct Play",
+ "DirectPlaying": "Direct playing",
+ "DirectStreaming": "Direct streaming",
+ "Transcode": "Transcode",
+ "Transcoding": "Transcoding",
+ "ContainerBitrateExceedsLimit": "Reducing bitrate due to quality setting",
+ "VideoCodecNotSupported": "Converting video to compatible codec",
+ "AudioCodecNotSupported": "Converting audio to compatible codec",
+ "SubtitleCodecNotSupported": "Converting subtitles directly into video",
+ "DirectPlayError": "Recovering from playback error",
+ "ContainerNotSupported": "Converting to compatible container",
+ "VideoLevelNotSupported": "Converting to compatible video level",
+ "AudioBitrateNotSupported": "Converting to compatible audio bitrate",
+ "AudioChannelsNotSupported": "Converting to compatible number of audio channels",
+ "VideoResolutionNotSupported": "Converting to compatible video resolution",
+ "AudioProfileNotSupported": "Converting to compatible audio profile",
+ "AudioSampleRateNotSupported": "Converting to compatible audio sample rate",
+ "AnamorphicVideoNotSupported": "Anamorphic video not supported",
+ "InterlacedVideoNotSupported": "Deinterlacing video",
+ "SecondaryAudioNotSupported": "Selecting secondary audio track",
+ "ExternalAudioNotSupported": "Selecting external audio track",
+ "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",
+ "Offline": "Offline",
+ "HeaderSignUp": "Sign Up",
+ "ServerDownloadMessage": "To download and install the free Emby Server visit {0}",
+ "ServerDownloadMessageWithoutLink": "To download and install the free Emby Server visit the Emby website.",
+ "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",
+ "Skip": "Skip",
+ "HeaderAdditionalParts": "Additional Parts",
+ "ButtonGenerateNewPin": "Generate New Pin",
+ "ConnectLoginHelp1": "With Emby Connect you can easily access your Emby Server wherever you are and share servers with your family and friends.",
+ "CreatePinErrorMessage": "An error occurred while creating a pin code. Please click Generate New Pin to try again.",
+ "PinExpiredMessage": "The pin code has expired. Please click Generate New Pin to try again.",
+ "ConnectPinCodeHeader": "To sign in with Emby Connect, use a mobile device or computer to visit {0} and enter the following pin code:",
+ "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",
+ "Absolute": "Absolute",
+ "Smart": "Smart",
+ "Small": "Small",
+ "Smaller": "Smaller",
+ "Medium": "Medium",
+ "Large": "Large",
+ "Larger": "Larger",
+ "ExtraLarge": "Extra large",
+ "ExtraSmall": "Extra small",
+ "Forced": "Forced",
+ "External": "External",
+ "HeaderEmbeddedTitle": "Embedded Title",
+ "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.",
+ "HeaderSubtitleSettings": "Subtitle Settings",
+ "HeaderSubtitleAppearance": "Subtitle Appearance",
+ "OnlyForcedSubtitlesHelp": "Only subtitles marked as forced will be loaded.",
+ "AutoSelectHearingImpairedHelp": "Subtitles matching the language preference will be loaded, with a preference given to tracks that are marked as hearing impaired (SDH).",
+ "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",
+ "LabelBackgroundColor": "Background color",
+ "LabelBackgroundOpacity": "Background opacity",
+ "Raised": "Raised",
+ "Depressed": "Depressed",
+ "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).",
+ "Normal": "Normal",
+ "HeaderWaitingForWifi": "Waiting for Wifi",
+ "WifiRequiredToDownload": "A Wifi connection is required to continue downloading.",
+ "DownloadOnlyOnWifi": "Download only on Wifi",
+ "LabelMusicDownloadQuality": "Music download quality",
+ "MusicDownloadQualityHelp": "Audio files with a higher bitrate will be converted by Emby Server. Select a higher value for better quality, or a lower value to conserve local storage space.",
+ "HeaderDownloadSettings": "Download Settings",
+ "LabelDownloadLocation": "Download location",
+ "BrowseForFolder": "BrowseForFolder",
+ "Unlimited": "Unlimited",
+ "NoLimit": "No limit",
+ "Hide": "Hide",
+ "HeaderKeepWatching": "Keep Watching",
+ "HeaderNextEpisode": "Next Episode",
+ "AudioBitDepthNotSupported": "Converting to compatible audio bit depth",
+ "VideoBitrateNotSupported": "Converting to compatible video bitrate",
+ "VideoProfileNotSupported": "Converting to compatible video profile",
+ "VideoFramerateNotSupported": "Converting to compatible video framerate",
+ "VideoBitDepthNotSupported": "Converting to compatible video bit depth",
+ "RefFramesNotSupported": "Converting to compatible number of video reference frames",
+ "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.",
+ "HeaderStopRecording": "Stop Recording",
+ "ManageRecording": "Manage recording",
+ "LabelDropImageHere": "Drag and drop image here, or click to select an image to upload.",
+ "MessageFileReadError": "There was an error reading the file. Please try again.",
+ "Browse": "Browse",
+ "HeaderUploadImage": "Upload Image",
+ "HeaderAddUpdateImage": "Add/Update Image",
+ "HeaderShowFields": "Show Fields",
+ "LabelView": "View",
+ "LabelImageType": "Image type",
+ "Upload": "Upload",
+ "Primary": "Primary",
+ "PrimaryImageBlur": "Primary image blur",
+ "Art": "Art",
+ "Backdrop": "Backdrop",
+ "Banner": "Banner",
+ "Box": "Box",
+ "BoxRear": "Box (Rear)",
+ "Disc": "Disc",
+ "Logo": "Logo",
+ "LogoDark": "Logo (Dark Version)",
+ "LogoLight": "Logo (Light Version)",
+ "LogoLightColor": "Logo (Light with Color)",
+ "Menu": "Menu",
+ "Screenshot": "Screenshot",
+ "Thumb": "Thumb",
+ "HeaderAudioSettings": "Audio Settings",
+ "LabelAudioLanguagePreference": "Preferred audio language",
+ "LabelPlayDefaultAudioTrack": "Play default audio track regardless of language",
+ "HeaderVideoQuality": "Video Quality",
+ "CinemaModeConfigurationHelp": "Cinema Intros bring the theater experience straight to your living room with the ability to play trailers and custom intros before the main feature.",
+ "ShowUpNextPreview": "Show up next preview",
+ "ShowUpNextPreviewHelp": "Show information for the next item near the end of the current one.",
+ "PlayNextEpisodeAutomatically": "Play next episode automatically",
+ "LabelMaxChromecastBitrate": "Chromecast streaming quality",
+ "LabelSkipBackLength": "Skip back length",
+ "LabelSkipForwardLength": "Skip forward length",
+ "EnableCinemaMode": "Enable Cinema Intros",
+ "LabelInternetQuality": "Remote streaming quality",
+ "LabelCellularQuality": "Remote streaming quality (cellular)",
+ "HeaderMusicQuality": "Music Quality",
+ "LabelHomeNetworkQuality": "Home streaming quality",
+ "HeaderLatestMedia": "Latest Media",
+ "HeaderRestartingEmbyServer": "Restarting Emby Server",
+ "RestartPleaseWaitMessage": "Please wait while Emby Server shuts down and restarts. This may take a minute or two.",
+ "HeaderPlayNext": "Play Next",
+ "AutoBasedOnLanguageSetting": "Auto (based on device setting)",
+ "SameAsMainTheme": "Same as main theme",
+ "LabelDateTimeLocale": "Date time locale",
+ "Genre": "Genre",
+ "DirectorValue": "Director: {0}",
+ "DirectorsValue": "Directors: {0}",
+ "GenreValue": "Genre: {0}",
+ "GenresValue": "Genres: {0}",
+ "TagsValue": "Tags: {0}",
+ "Off": "Off",
+ "Title": "Title",
+ "Year": "Year",
+ "Filter": "Filter",
+ "Filters": "Filters",
+ "Unplayed": "Unplayed",
+ "LabelTVHomeScreen": "TV mode home screen",
+ "Horizontal": "Horizontal",
+ "Vertical": "Vertical",
+ "HeaderGroupBy": "Group By",
+ "HeaderMediaType": "Media Type",
+ "GroupBySeries": "Group by series",
+ "HeaderVideoType": "Video Type",
+ "HeaderSeriesStatus": "Series Status",
+ "Features": "Features",
+ "Trailers": "Trailers",
+ "Extras": "Extras",
+ "ThemeSongs": "Theme songs",
+ "ThemeVideos": "Theme videos",
+ "HeaderFavoriteMovies": "Favorite Movies",
+ "HeaderFavoritePhotos": "Favorite Photos",
+ "HeaderFavoriteShows": "Favorite Shows",
+ "HeaderFavoriteEpisodes": "Favorite Episodes",
+ "HeaderFavoriteVideos": "Favorite Videos",
+ "HeaderFavoriteMusicVideos": "Favorite Music Videos",
+ "HeaderFavoriteGames": "Favorite Games",
+ "HeaderFavoriteArtists": "Favorite Artists",
+ "HeaderFavoriteAlbums": "Favorite Albums",
+ "HeaderFavoriteSongs": "Favorite Songs",
+ "HeaderFavoriteAuthors": "Favorite Authors",
+ "HeaderFavoriteAudioBooks": "Favorite Audio Books",
+ "Ascending": "Ascending",
+ "Descending": "Descending",
+ "HeaderColorPrimaries": "Color Primaries",
+ "HeaderColorSpace": "Color Space",
+ "HeaderColorTransfer": "Color Transfer",
+ "HeaderVideoRange": "Video Range",
+ "SeriesDisplayOrderHelp": "Order episodes by air date, dvd order, or absolute numbering.",
+ "LabelVerticalPositionFromBottom": "Vertical position (from bottom)",
+ "HeaderFavoritePeople": "Favorite People",
+ "MultiSelect": "Multi-Select",
+ "HeaderSignOut": "Sign Out",
+ "HeaderSelectServer": "Select Server",
+ "HeaderChangeServer": "Change Server",
+ "HeaderChangeUser": "Change User",
+ "HeaderAppSettings": "App Settings",
+ "HeaderLoginSettings": "Login Settings",
+ "LabelRememberLogin": "Remember login",
+ "LabelAutomaticallySignOut": "Automatically sign out",
+ "BetaTesterMessage": "Thank you for being an Emby beta tester! Please leave feedback in the {0}Testing Area of the Emby Community{1}.",
+ "HardwareAccelerated": "Hardware accelerated",
+ "Software": "Software",
+ "Metadata": "Metadata",
+ "HeaderMediaInfo": "Media Info",
+ "Locked": "Locked",
+ "HeaderSplitVersionsApart": "Split Versions Apart",
+ "Any": "Any",
+ "Admin": "Admin",
+ "HeaderReadMore": "Read More",
+ "CustomRatingHelp": "A custom rating is used for parental control evaluations but is not displayed. The parental rating field is still displayed.",
+ "KeepUpToHelp": "Recordings over the limit are deleted when the next recording begins. Oldest recordings are deleted first, by date added.",
+ "NoItemsMatchingFound": "No items matching your search criteria were found.",
+ "TwoSearchCharsRequired": "Please enter at least two search characters.",
+ "PreventPlaybackContinuing": "Prevent playback from continuing indefinitely by periodically prompting for user input.",
+ "PromptStillWatching": "Activează solicitarea ”Te mai uiți la...?”",
+ "HeaderMissingMetadata": "Missing Metadata",
+ "HeaderIncludedIn": "Included In",
+ "EmbyConnectUserAlreadyLinked": "Utilizatorul Emby Connect este legat deja la alt utilizator al acestui server.",
+ "VideoFilesWillBeConvertedTo": "Fișierele video convertite vor fi salvate ca {0}.",
+ "VideoWillBeConvertedTo": "Fișierele video convertite vor fi salvate ca {0}, sau se va copia fișierul original dacă sunt deja {0} și calitatea corespunde cu parametrii de conversie.",
+ "VideoWillBeConvertedToOrCopied": "Fișierele video convertite vor fi salvate ca {0}, sau se va copia fișierul original dacă sunt oricare din {1} și calitatea corespunde cu parametrii de conversie.",
+ "AudioWillBeConvertedTo": "Audio streams will be converted to {0}, or copied from the original file if they are already {0} and the quality fits within the conversion options.",
+ "AudioWillBeConvertedToOrCopied": "Audio streams will be converted to {0}, or copied from the original file if they are any of ({1}), and the quality fits within the conversion options.",
+ "HeaderSpecialKeys": "Special Keys",
+ "FollowingSpecialKeys": "The following special keys are supported on most keyboards and remote controls:",
+ "HeaderDeleteSeries": "Delete Series",
+ "HeaderDeleteLastPlayedEpisode": "Delete Last Played Episode",
+ "HeaderConnectingToServer": "Se conectează la server",
+ "ServerNameValue": "Nume server: {0}",
+ "DomainValue": "Domeniu: {0}",
+ "RatedValue": "Rated {0}",
+ "LocalServerRedirectMessage": "You will now be redirected to the domain owned and operated by the administrator of the server you've chosen to connect to:",
+ "AllMediaOwnedHosted": "All media is hosted and managed by the owner of {0}.",
+ "EnableResolutionSwitching": "Match video resolution",
+ "EnableResolutionSwitchingHelp": "This enables Emby to change the resolution to the same value the video was encoded in before starting playback. This may help minimize the amount of stutter/judder that you might otherwise see when playing videos which do not match up well.",
+ "EnableDisplayRefreshRateSwitching": "Enable display refresh rate switching",
+ "EnableDisplayRefreshRateSwitchingHelp": "This enables Emby to change the display refresh rate to the same value (or multiple of) as the framerate the video was encoded in before starting playback. This may help minimize the amount of stutter/judder that you might otherwise see when playing videos which do not match up well.",
+ "RememberSelectedAudioTracks": "Remember audio track selections",
+ "RememberSelectedSubtitleTracks": "Remember subtitle track selections",
+ "RememberSelectedSubtitleTracksHelp": "Subtitle track selections will be remembered on a per video basis and reapplied when playing the same video again.",
+ "RememberSelectedAudioTracksHelp": "Audio track selections will be remembered on a per video basis and reapplied when playing the same video again.",
+ "ClearSavedTrackSelections": "Clear saved track selections",
+ "HeaderClearTrackSelections": "Clear Saved Track Selections",
+ "QuestionClearSavedTracks": "Clear all saved track selections?",
+ "LabelChannelTags": "Channel tags",
+ "AfterThisPlaysConfirmation": "After this plays, do you want to keep playing or clear the music you previously queued?",
+ "Keep": "Keep",
+ "Clear": "Clear",
+ "HeaderClearFilters": "Clear Filters",
+ "HeaderSearchForImages": "Search for Images",
+ "HeaderSearchNewImage": "Search for a New Image",
+ "HeaderSearchForAnImage": "Search for an Image",
+ "DragDropToReorder": "Drag and Drop to Reorder",
+ "HeaderAddImageFromUrl": "Add Image from URL",
+ "HeaderSetImageFromUrl": "Set Image from URL",
+ "LabelUrl": "Url",
+ "LabelChannelNumber": "Channel number",
+ "LabelGuideDataChannel": "Guide data channel",
+ "GuideDataSource": "Guide Data Source",
+ "HeaderCopyToClipboard": "Copy to Clipboard",
+ "TimeRemainingValue": "{0} remaining",
+ "LabelResumeRewindSeconds": "When resuming, automatically rewind",
+ "ResumeRewindSecondsHelp": "This may help you remember where you left off. This applies to the initial resume and not each individual pause during playback.",
+ "HeaderSavePlayQueueToPlaylist": "Save Play Queue to Playlist",
+ "EnableLogoImagesAsTitle": "Display logo images as titles on detail screens",
+ "EnableLogoImagesAsTitleHelp": "When available, logo images can be used in place of title text on video, series, and other detail screens. The title will fallback to text when a logo image is not available.",
+ "LabelNowPlayingAudioBackgroundStyle": "Now playing audio background style",
+ "LabelNowPlayingVideoBackgroundStyle": "Now playing video background style",
+ "NowPlayingVideoBackgroundStyleHelp": "Determines the background style when remote controlling video playback on another device.",
+ "Rotation": "Rotation",
+ "Minutes": "Minutes",
+ "LabelMaxRecordingLength": "Max recording length",
+ "MaxRecordingLengthHelp": "Limit recordings to a specified amount of time, regardless of the duration of the broadcast. Set to 0 for no limit.",
+ "RemoteWAN": "Remote (WAN) Address",
+ "HeaderLastConnectedTo": "Last Connection To",
+ "Version": "Version",
+ "Keyword": "Keyword",
+ "HeaderServerAddress": "Server Address",
+ "HeaderSkipIntro": "Skip Intro",
+ "HeaderCreateRecording": "Create Recording",
+ "HeaderAddRecording": "Add Recording",
+ "HeaderChannelAndTime": "Channel and Time",
+ "LabelRecordProgramOrSeriesFrom": "Record a program or series from",
+ "LabelStartTime": "Start time",
+ "LabelEndTime": "End time",
+ "LabelFrequency": "Frequency",
+ "Recurring": "Recurring",
+ "Once": "Once",
+ "Start": "Start",
+ "Unpause": "Unpause",
+ "LabelIntroSkipMode": "Intro skip mode",
+ "ShowSkipIntroButton": "Show 'Skip Intro' button",
+ "AutoSkipIntro": "Automatically skip intros",
+ "DisplayRatingInformationOnVideoPlaybackStart": "Display rating information on video playback start",
+ "DisplayRatingInformationOnVideoPlaybackStartHelp": "The rating information will display briefly when video playback begins.",
+ "IntroSkipModeHelp": "Display a 'Skip Intro' button or automatically skip intros for episodes in which Emby Server has detected intro markers. Intro detection must be enabled in Emby Server library options.",
+ "EnableHomeScreenFocusPreview": "Use a layout on the home screen that shows a detailed preview of the selected item",
+ "EnableHomeScreenFocusPreviewHelp": "This may not work well if your home screen contains a mixture of different media types.",
+ "LabelHideMediaTransportButtons": "Hide video player transport buttons",
+ "HideMediaTransportButtonsHelp": "Create a simpler on-screen playback interface by hiding basic transport buttons such as skip forward, back and pause. You'll still be able to use these functions using arrow keys and OK/Enter. Auto will hide the transport buttons when no mouse usage is detected within the app.",
+ "ImageSizeHelp": "Set your preferred size of image grids.",
+ "LabelImageSize": "Image size",
+ "ThisImageIsOnlyPreview": "This image is only a preview that came from the metadata search engine. The actual image that Emby Server downloads may be different and will depend on the options you've configured in Emby library setup.",
+ "ResultsRangeValue": "{0} to {1} of {2}",
+ "NotificationsDescription": "Setup notifications to stay informed of important events on your Emby Server.",
+ "DeleteEmbyConnectAccount": "Delete Emby Connect Account",
+ "DeleteEmbyConnectAccountHelp": "To delete your Emby Connect account, please sign in to the {0}Emby Community{1} at {2}. Once signed in, then click your username in the top right, then click Account Settings, then click Delete My Account.",
+ "KeepPlayingInBackground": "Keep playing in the background",
+ "LabelVideoBackBehavior": "Video player back button behavior",
+ "HeaderViewLyrics": "View Lyrics",
+ "HeaderViewMissingEpisodes": "View Missing Episodes",
+ "HeaderMissingEpisodes": "Missing Episodes",
+ "HeaderManageAccess": "Manage Access",
+ "HeaderManageCollaboration": "Manage Collaboration",
+ "HeaderLeaveCollaboration": "Leave Collaboration",
+ "HeaderRemoveFromLibrary": "Remove from Library",
+ "RemoveSharedItemConfirmation": "Are you sure you wish to remove this item from your library? In order to get it back the owner will need to grant you access again.",
+ "SubtitlesDownloaded": "Subtitles Downloaded",
+ "HeaderMakePrivate": "Make Private",
+ "HeaderMakePublic": "Make Public",
+ "MakePublicDescription": "All users will be able to view this item. Users can be granted access to edit.",
+ "MakePrivateDescription": "Users can still be granted access individually.",
+ "Private": "Private",
+ "Public": "Public",
+ "Collaborative": "Collaborative",
+ "PreferredShowDisplay": "Preferred TV show display",
+ "ShowAllEpisodesAllSeasons": "Show all episodes of all seasons together",
+ "ShowAllEpisodesSingleSeason": "Show all episodes for only single season shows",
+ "ShowSeasonFolders": "Always show season folders",
+ "HeaderAddAgain": "Add Again",
+ "UpNext": "Up Next",
+ "ItemsAlreadyInPlaylist": "Some of these items are already in your playlist.",
+ "ItemAlreadyInPlaylist": "This item is already in your playlist.",
+ "HeaderPlayChannel": "Play Channel",
+ "LabelScreenOrientationDuringVideo": "Screen orientation during video playback",
+ "UseDeviceSetting": "Use device setting",
+ "LockToLandscape": "Lock to landscape",
+ "UsernameForFolderHelp": "The username required to access this folder on your network (if applicable).",
+ "PasswordForFolderHelp": "The password required to access this folder on your network (if applicable).",
+ "ShowMediaInfoOnDetailScreens": "Show full media at the bottom of audio and video detail screens",
+ "ForgotPasswordNoUserFound": "No users were found with the entered name. Please try again, or leave the name blank to reset the password for all users on this server.",
+ "Silver": "Silver",
+ "DimGray": "Dim Gray",
+ "DarkGray": "Dark Gray",
+ "LightGray": "Light Gray",
+ "Black": "Black",
+ "Blue": "Blue",
+ "Cyan": "Cyan",
+ "Gray": "Gray",
+ "Green": "Green",
+ "Lime": "Lime",
+ "Magenta": "Magenta",
+ "Orange": "Orange",
+ "Pink": "Pink",
+ "Red": "Red",
+ "Yellow": "Yellow",
+ "White": "White",
+ "Purple": "Purple",
+ "RecentlyReleasedMovies": "Recently Released Movies",
+ "RecentlyReleasedEpisodes": "Recently Released Episodes",
+ "DolbyProfile": "Dolby Profile",
+ "IpAddress": "IP Address",
+ "VideoType": "Video Type",
+ "HidePlayedMediaFrom": "Hide Played Media From",
+ "BottomEdgePosition": "Bottom Edge Position",
+ "VerticalPositionFromBottomScreen": "Set the vertical position of the subtitles relative to the bottom of the screen.",
+ "TopEdgePosition": "Top Edge Position",
+ "TopEdgePositionHelp": "Set the highest allowed vertical position of the subtitles relative to the top of the screen. This is used when the subtitles contain positioning instructions to be placed at the top.",
+ "HeaderSubtitlePosition": "Subtitle Position",
+ "TitleProfilePin": "Profile PIN",
+ "ProfilePinConfirm": "Profile PIN (confirm)",
+ "SaveProfilePin": "Save Pin",
+ "ProfilePinDescription": "Create an optional pin to be prompted for entry whenever you return to an Emby app on a device that you've already signed into. This is useful if you have devices that are shared by multiple users. You can choose to enable it selectively on each device as required.",
+ "TitleNewEpisodes": "New Episodes",
+ "EnterYourPinToContinue": "Enter your PIN to continue.",
+ "YourPinMustBe": "Your PIN must be {0} digits.",
+ "ForgotPin": "Forgot PIN?",
+ "RequireEnteringPinToReturn": "Require entering my profile PIN whenever I return to this app.",
+ "RequireEnteringPinToReturnQuestion": "Should we prompt you for your profile PIN whenever you return to this app? If this device is shared by multiple users, your profile PIN can help prevent the other users from accessing your data.",
+ "RequireEnteringPinToReturnHelp": "Useful if this device is shared by multiple users.",
+ "WrongPinPleaseTryAgain": "Whoops, wrong PIN. Please try again.",
+ "ProfilePinIsOn": "Profile PIN is currently on.",
+ "IfTryingToConnectToHttp": "If you're trying to connect to your Emby Server using an HTTP address, your browser may not be allowing this due to HTTPS requirements. Please try one of the following:",
+ "SetupHttpsForYourServer": "Setup {0}HTTPS for your Emby Server{1} so that you can connect using HTTPS.",
+ "TitleUnableToReachServer": "Unable to Reach Server",
+ "TitleUnableToReachName": "Unable to Reach {0}",
+ "HearingImpaired": "Hearing Impaired",
+ "SignIntoServerName": "Sign in to {0}",
+ "About": "About",
+ "Specials": "Specials",
+ "NSettings": "{0} Settings",
+ "NPreferences": "{0} Preferences",
+ "DetailScreenOptions": "Detail Screens",
+ "LabelGenreDisplayLimit": "Genre display limit",
+ "GenreDisplayLimitHelp": "Limit the number of genres displayed at the top of item detail screens.",
+ "GenreDisplayLimitForListsHelp": "Limit the number of genres displayed at the top of playlist, collection and artist detail screens.",
+ "LabelGenreDisplayLimitForLists": "Genre display limit for lists",
+ "ShowPosterOnDetails": "Show a poster on the detail screen",
+ "ShowPosterOnDetailsHelp": "Choose to show a poster on video detail screens, or hide it for a more minimal look that emphasizes the background. This setting is not used on smaller screen layouts. Some item types will ignore this setting.",
+ "EnableAppLogging": "Enable app logging",
+ "EnableAppLoggingHelp": "Logging can degrade app performance and should only be enabled as needed for troubleshooting purposes. Changes require restarting the app.",
+ "LabelSlideshowInterval": "Photo slideshow time per slide",
+ "TVChannelImageEditorHelp": "Multiple logo versions are supported. Emby apps will automatically choose the appropiate one depending on the current theme.",
+ "PlaySlideshow": "Play Slideshow",
+ "CheckForExistingEpisodesInAllLibraries": "Check for existing episodes in all libraries",
+ "GroupNotificationsBySeriesOrAlbum": "Group notifications by series and albums",
+ "ThemeSettings": "Theme Settings",
+ "FollowingActivityWillBeDisrupted": "The following activity will be disrupted and may require manual intervention to restart:",
+ "OneActivePlaybackSession": "1 Active Playback Session",
+ "NumActivePlaybackSessions": "{0} Active Playback Sessions",
+ "OneActiveRecording": "1 Active Recording",
+ "NumActiveRecordings": "{0} Active Recordings",
+ "PlayFromLivePosition": "Play from the live position",
+ "PlayFromStartOfRecording": "Play from the start of the recording",
+ "ThisChannelIsActivelyRecording": "This channel is actively recording. How would you like to begin playing?",
+ "ThemeSongVolume": "Theme song volume",
+ "HeaderForceConversionForFormats": "Force Conversion for Formats",
+ "ForceConversionForFormatsHelp": "Use this to force server-side transcoding or remuxing for formats that don't direct play very well on this device.",
+ "StartupBehavior": "Startup behavior",
+ "RememberLastUser": "Remember last user",
+ "ShowLoginScreen": "Show login screen",
+ "SignInAsValue": "Sign in as {0}",
+ "ConvertUnsupportedAudio": "Convert unsupported surround audio to Dolby Digital",
+ "ConvertUnsupportedAudioHelp": "Avoid downmixing unsupported surround formats to stereo by having Emby Server transcode them to Dolby Digital.",
+ "HeaderPlaybackCorrection": "Playback Correction",
+ "HeaderAttemptPlaybackCorrection": "Attempt Playback Correction",
+ "PlaybackCorrectionConfirm": "Attempt playback correction?",
+ "PlaybackCorrectionDescription": "Is the current item exhibiting a playback problem such as no video or audio? This will try and correct playback issues using server transcoding to convert this file into a more streaming friendly format. This will result in increased resource consumption on this Emby Server.",
+ "PlaybackCorrectionDescription2": "You can do this up to three times per video, where remuxing, video transcoding and audio transcoding are each activated one at a time.",
+ "HeaderAlbumsAsContributingArtist": "Albums as Contributing Artist",
+ "HeaderAlbumsAsComposer": "Albums as Composer",
+ "Duplicates": "Duplicates",
+ "HeaderSleepTimer": "Sleep Timer",
+ "AfterCurrentItem": "After current item",
+ "HeaderStopPlayback": "Stop Playback",
+ "TurnOffTimer": "Turn off timer",
+ "SleepTimerIsSet": "Your sleep timer is set",
+ "SleepTimerIsOff": "Your sleep timer is off",
+ "LabelEnableRemoteControlTVMode": "Display casting and remote control functions",
+ "EnableRemoteControlTVModeHelp": "Enable if you intend to use this device to send media to other devices.",
+ "ShowOnScreenControls": "Show on-screen controls",
+ "LabelVideoScreenUpAction": "Video player up action",
+ "VideoScreenUpActionHelp": "Select the action to take when pressing the up key on the video player screen. This applies when no on-screen controls are currently visible. When controls are already visible, the up key will be used for navigation.",
+ "LabelVideoPlayerLongPressAction": "Video player long press action",
+ "LetsGetSetup": "Let's Get Set Up",
+ "VideoPlayerLongPressActionHelp": "Choose what function or menu is shown when long pressing the OK button during video playback. This only takes effect when the video controls are hidden or the seek bar has focus.",
+ "AskAdminToGetPremiere": "This purchase must be made by the server administrator. Please ask the administrator of this Emby Server to sign in and get Emby Premiere so that you can enjoy access to premium features.",
+ "AutoOpenSingleItemsFolders": "Auto open single items in folder view",
+ "AutoOpenSingleItemsFoldersHelp": "When a folder only contains one item, automatically open that item.",
+ "PlayedOnValue": "Played {0}",
+ "TheseSettingsApplyAppDevice": "These settings apply to all users playing on this device.",
+ "LastContentDateAdded": "Last Content Date Added",
+ "RepeatThemeMedia": "Play themes on repeat",
+ "HideEpisodeSpoilerInfo": "Hide spoiler information from unwatched episodes",
+ "HideEpisodeSpoilerInfoHelp": "Hides the title, overview and image for unwatched episodes on most screens.",
+ "BornValueAge": "Born: {0} (age {1})",
+ "PreferDirectStreamLiveTV": "Prefer direct streaming of Live TV",
+ "PreferDirectStreamLiveTVHelp": "Direct streaming Live TV will reduce resource consumption on your Emby Server but may not be as seekable during playback. Enabling this will direct stream Live TV when the format is supported and is within your configured quality setting. Disable this to enjoy more seeking during playback at the cost of additional resource consumption.",
+ "HeaderAllRecordings": "All Recordings",
+ "RememberLoginDescription": "After signing in, you can use the app settings to configure the startup behavior to remember login, sign in as a specific user, or always show the login screen.",
+ "ForgetServerConfirmation": "Are you sure you wish to forget this server?",
+ "ForgetThisServer": "Forget This Server",
+ "HeaderThisDevice": "This Device",
+ "ChaptersGuide": "Chapters / Live TV Guide",
+ "ChaptersGuideHelp": "Show Chapters for media with chapters. For media without chapters, show the Live TV Guide (when available).",
+ "HeaderShowSeriesImages": "Show Series Images",
+ "AppExitConfirmation": "Are you ready to exit Emby?",
+ "AppExitMenu": "Exit menu",
+ "SideMenu": "Side navigation menu",
+ "SystemStorage": "System storage ({0})"
+}
diff --git a/modules/common/strings/ru.json b/modules/common/strings/ru.json
new file mode 100644
index 0000000..dc22692
--- /dev/null
+++ b/modules/common/strings/ru.json
@@ -0,0 +1,1340 @@
+{
+ "ReplaceExistingThumbnailImages": "Заменить существующие миниатюры предпросмотра видео",
+ "ReplaceExistingThumbnailImagesHelp": "Все существующие миниатюры предпросмотра видео будут удалены, и новые будут сгенерированы, если это включено в настройках библиотеки.",
+ "DateCreated": "Дата создания",
+ "CreatedOnValue": "Создано {0}",
+ "UpdatedOnValue": "Обновлено {0}",
+ "EmbyLoginTerms": "Emby спроектирован, чтобы помочь вам управлять своей персональной медиатекой, например, домашними видео и фотографиями. Ознакомьтесь с нашими {0}Условиями использования{1}. Использование любого ПО Emby означает принятие данных условий.",
+ "MessageUnableToConnectToServer": "Мы не можем подключится к выбранному серверу. Убедитесь, что он запущен и повторите попытку.",
+ "EmbyIntroMessage": "С помощью Emby удобно транслировать на смартфоны, планшеты и другие устройства видеофайлы, музыку и фотографии с Emby Server.",
+ "HeaderSignInWithConnect": "Войти через Emby Connect",
+ "HeaderWelcomeToEmby": "Начало работы в Emby",
+ "HeaderNewUsers": "Новые пользователи",
+ "HeaderPleaseSignIn": "Выполните вход",
+ "MessageInvalidUser": "Недопустимое имя пользователя или пароль. Повторите попытку.",
+ "MessageUnlockAppWithPurchaseOrSupporter": "Разблокируйте данный компонент посредством небольшой однократной оплаты, или с действующей подпиской Emby Premiere .",
+ "MessageUnlockAppWithSupporter": "Разблокируйте данный компонент с действующей подпиской Emby Premiere.",
+ "MessageToValidateSupporter": "Если у вас есть действующая подписка Emby Premiere, убедитесь, что Emby Premiere установлен и настроен в панели Emby Server, который доступен по клику на Emby Premiere в главном меню.",
+ "ValueSpecialEpisodeName": "Спецэпизод - {0}",
+ "HeaderSignIn": "Войти",
+ "Share": "Поделиться",
+ "Shared": "Поделился",
+ "Info": "Инфо",
+ "Add": "Добавить",
+ "Speed": "Скорость",
+ "PlaybackSpeed": "Скорость воспроизведения",
+ "Chapters": "Главы",
+ "Password": "Пароль",
+ "SavePassword": "Сохранить пароль",
+ "LabelPassword": "Пароль",
+ "HeaderResetPassword": "Сбросить пароль",
+ "Series": "Сериалы",
+ "Preview": "Предпросмотр",
+ "Submit": "Отправить",
+ "Never": "Никогда",
+ "Table": "Таблица",
+ "HeaderScheduledTasks": "Запланированные задачи",
+ "Plays": "Играет",
+ "LastUsedAddressValue": "Последнее использование {0}",
+ "LabelKeywordType": "Тип ключевого слова",
+ "HeaderSelectColumns": "Выбрать столбцы",
+ "HeaderTopResults": "Лучшие результаты",
+ "HeaderPinSidebar": "Закрепить боковую панель",
+ "Collapse": "Крах",
+ "LabelBackgroundVideoPlayback": "Фоновое воспроизведение видео",
+ "BackgroundVideoPlaybackHelp": "Фоновое воспроизведение позволяет воспроизводить видео даже при выключенном экране.",
+ "AlwaysOn": "Всегда включено",
+ "HeadphonesOrExternalSpeakersConnected": "Подключены наушники или внешние динамики",
+ "HeaderKeyboardAndRemote": "Клавиатура и пульт",
+ "NoSelectedItemsSupportOperation": "Не выбраны элементы, поддерживающие эту операцию.",
+ "NoOperationsForSelectedItems": "Для выбранных элементов нет доступных операций.",
+ "UploadOnlyOnWifi": "Загружать только по Wi-Fi",
+ "HeaderFoldersToUpload": "Папки для загрузки",
+ "LabelPasswordConfirm": "Подтвердите пароль",
+ "HeaderMoveUpInOrder": "Вверх по порядку",
+ "HeaderDownUpInOrder": "Вниз по порядку",
+ "LabelUsername": "Имя пользователя",
+ "HeaderAddServer": "Добавить сервер",
+ "HeaderSubtitleOffset": "Смещение субтитров",
+ "Watching": "Просмотр",
+ "HeaderRemoveFromContinueWatching": "Удалить из \"Продолжить просмотр\"",
+ "RemoveThisTitleFromContinueWatching": "Удалить элемент из \"Продолжить просмотр\"?",
+ "HeaderRemoveFromContinueListening": "Убрать из \"Продолжить прослушивание\"",
+ "RemoveThisTitleFromContinueListening": "Удалить этот заголовок из \"Продолжить прослушивание\"?",
+ "HeaderIncreaseSubtitleOffset": "Увеличить смещение субтитров",
+ "HeaderDecreaseSubtitleOffset": "Уменьшить смещение субтитров",
+ "Close": "Закрыть",
+ "HeaderSeeAll": "Увидеть все",
+ "HeaderOpenInNewWindow": "Открыть в новом окне",
+ "LabelEmail": "Email",
+ "LabelHost": "Хост",
+ "LabelHostHelp": "Например: 192.168.1.100 или https://myserver.com",
+ "LabelPort": "Порт",
+ "Disabled": "Выключено",
+ "Uninstall": "Удалить",
+ "Enable": "Включить",
+ "AllTuners": "Все тюнеры",
+ "Disable": "Отключить",
+ "NextValue": "Далее: {0}",
+ "HeaderNextItem": "Следующий",
+ "HeaderPreviousItem": "Предыдущий",
+ "NoTrailersMessage": "Трейлеров не найдено. Чтобы их добавить, установите плагин Trailer из {0} каталога плагинов Emby {1}.",
+ "UninstallPluginConfirmation": "Вы действительно хотите удалить плагин?",
+ "HeaderUninstallPlugin": "Удалить плагин",
+ "AreYouStillWatching": "Вы ещё смотрите?",
+ "LabelCurrentPassword": "Текущий пароль",
+ "LabelNewPassword": "Новый пароль",
+ "LabelNewPasswordConfirm": "Подтвердите новый пароль",
+ "HeaderRemovePassword": "Удалить пароль",
+ "ServerUpdateNeeded": "Emby Server нуждается в обновлении. Чтобы загрузить новую версию, посетите {0}",
+ "MessageThankYouForConnectSignUp": "Благодарим за регистрацию в Emby Connect. Письмо с инструкциями для подтверждения аккаунта отправлено на ваш адрес электронной почты. Подтвердите учётную запись, а потом вернитесь сюда, чтобы войти.",
+ "MessageThankYouForConnectSignUpNoValidation": "Спасибо за подписку на Emby Connect! Теперь вам будет предложено войти в систему с вашей информацией Emby Connect.",
+ "ErrorMessagePasswordNotMatchConfirm": "Пароль и подтверждение пароля должны совпадать.",
+ "ErrorMessageUsernameInUse": "Имя пользователя уже используется. Подберите новое и повторите попытку.",
+ "ErrorMessageEmailInUse": "Email уже используется. Введите новый и повторите попытку или воспользуйтесь компонентом \"Напомнить пароль\".",
+ "HeaderUpcomingOnTV": "Скоро в эфире",
+ "HeaderOtherShowings": "Другие показы",
+ "Showings": "Показы",
+ "HeaderConnectToServer": "Соединение с сервером",
+ "ConnectToServerManually": "Подключиться вручную",
+ "LabelEnterConnectUserNameHelp": "Это адрес электронной почты, который вы использовали для настройки своего аккаунта Emby Connect.",
+ "HeaderSignInError": "Ошибка входа",
+ "HeaderManualLogin": "Ручной вход",
+ "PasswordResetConfirmation": "Вы уверены, что хотите сбросить пароль?",
+ "ContactAdminToResetPassword": "Обратитесь к системному администратору, чтобы сбросить пароль.",
+ "ForgotPasswordInNetworkRequired": "Попробуйте еще раз в своей домашней сети, чтобы начать процесс сброса пароля.",
+ "ForgotPasswordFileCreated": "Следующий файл был создан на вашем сервере и содержит инструкции о том, как действовать:",
+ "ForgotPasswordFileExpiration": "Сброс ПИНа истекает в {0}.",
+ "InvalidForgotPasswordPin": "Был введен неверный или просроченный ПИН-код. Попробуйте еще раз.",
+ "PasswordResetForUsers": "Пароли были удалены для следующих пользователей. Чтобы войти, войдите с пустым паролем.",
+ "HeaderForgotPassword": "Забыли пароль?",
+ "ForgotPasswordUsernameHelp": "Оставьте это поле пустым, если не помните своё имя пользователя.",
+ "HeaderPasswordReset": "Сброс пароля",
+ "AttributeNew": "Новинка",
+ "Done": "Готово",
+ "HeaderResetToDefault": "Сброс к настройкам по умолчанию",
+ "Deinterlacing": "Деинтерлейсинг",
+ "HeaderBurningInSubtitles": "Наложение субтитров",
+ "Premiere": "Премьера",
+ "LabelPinCode": "ПИН-код",
+ "LabelLocalNetworkPinCode": "ПИН-код локальной сети",
+ "LabelLocalNetworkPasswordMode": "Режим входа в локальную сеть",
+ "RequirePasswordInLocalNetwork": "Требовать пароль в локальной сети",
+ "NoPasswordInLocalNetwork": "Пароль в локальной сети не требуется",
+ "PinCodeInLocalNetwork": "Разрешить цифровой ПИН-код в локальной сети",
+ "LocalNetworkPasswordModeHelp": "Выберите метод входа для устройств в той же локальной сети, что и ваш Emby Server.",
+ "HeaderLocalNetworkAccess": "Доступ к локальной сети",
+ "Live": "В прямом эфире",
+ "Reset": "Сбросить",
+ "Repeat": "Повтор",
+ "Track": "Трек",
+ "Tracks": "Треки",
+ "HeaderCameraUpload": "Загрузить с камеры",
+ "TrackCount": "{0} Треки",
+ "ItemCount": "{0} элемент(а/ов)",
+ "NumberChannelsValue": "{0} Каналы",
+ "HeaderLatestMusic": "Недавно добавленная музыка",
+ "HeaderLatestAudioBooks": "Последние аудиокниги",
+ "HeaderLatestDownloadedVideos": "Последние загруженные видео",
+ "HeaderRecentlyPlayed": "Недавно просмотренные",
+ "Recent": "Недавний",
+ "HeaderFrequentlyPlayed": "Часто проигрываемые",
+ "HeaderMoreLikeThis": "Похожие",
+ "HeaderMoreLikeThisOnLiveTV": "Похожее в эфире",
+ "OriginalAirDateValue": "Дата выхода в эфир: {0}",
+ "EndsAtValue": "Закончится в {0}",
+ "Date": "Дата",
+ "AirDate": "Дата эфира",
+ "Played": "Смотрел",
+ "Daily": "Ежедневно",
+ "Weekly": "Еженедельно",
+ "RequireHashMatch": "Требовать совпадение хеша",
+ "RequireHashMatchHelp": "Требование совпадения хэша будет фильтровать субтитры, чтобы включить только те, которые были протестированы с вашим точным видеофайлом. Снятие этой отметки увеличит количество совпадающих субтитров, но также увеличит шансы на субтитры с неправильным временем или неточным текстом.",
+ "SearchForForcedSubtitlesOnly": "Только форсированные субтитры",
+ "SearchForForcedSubtitlesOnlyHelp": "Требование форсированных субтитров ограничит результаты субтитрами, помеченными как имеющие иностранный язык.",
+ "LastEpisodeDateAdded": "Время добавления последнего эпизода",
+ "LastEpisodeDateAired": "Дата выхода последнего эпизода",
+ "LabelPlaystate": "Состояние воспроизведения",
+ "Studio": "Студия",
+ "Tag": "Тег",
+ "EpisodeTitle": "Название эпизода",
+ "Audio": "Аудио",
+ "Video": "Видео",
+ "Subtitle": "Субтитры",
+ "Image": "Изображения",
+ "CopyStream": "Копировать исходный поток",
+ "LabelAudioLayout": "Компоновка аудио",
+ "LabelAudioCodec": "Аудио кодек",
+ "LabelAudioLanguage": "Звуковая дорожка",
+ "LabelSubtitleLanguage": "Язык субтитров",
+ "LabelVideoCodec": "Видео кодек",
+ "LabelSubtitleCodec": "Кодек субтитров",
+ "LabelParentalRating": "Возрастной рейтинг",
+ "BecauseYouLikeValue": "Потому что вам нравится {0}",
+ "BecauseYouWatchedValue": "Потому что вы смотрели {0}",
+ "DirectedByValue": "Режиссёр {0}",
+ "StarringValue": "В ролях {0}",
+ "Invitations": "Приглашения",
+ "ActorAsRole": "как {0}",
+ "ButtonOk": "OK",
+ "GroupItemsIntoCollections": "Группировать элементы в коллекции",
+ "GroupItemsIntoCollectionsHelp": "Группируйте элементы на основе коллекций, в которые они были добавлены. Включение определенных фильтров или порядков сортировки может автоматически отключить эту функцию.",
+ "GroupItemsIntoTags": "Сгруппируйте элементы в тегах",
+ "GroupItemsIntoTagsHelp": "Группируйте элементы по тегам, в которые они были добавлены. Включение определенных фильтров или порядков сортировки может автоматически отключить это.",
+ "User": "Пользователь",
+ "Access": "Доступ",
+ "Users": "Пользователи",
+ "Library": "Медиатека",
+ "Devices": "Устройства",
+ "Cancel": "Отменить",
+ "Restart": "Перезапуск",
+ "Shutdown": "Завершить работу",
+ "Logs": "Логи",
+ "Visibility": "Видимость",
+ "Notifications": "Уведомления",
+ "SendTestNotification": "Отправить тестовое уведомление",
+ "NotificationSent": "Уведомление отправлено",
+ "DeleteNotificationConfirmation": "Вы уверены, что хотите удалить это уведомление?",
+ "DeleteNotification": "Удалить уведомление",
+ "AddNotification": "Добавить уведомление",
+ "EditNotification": "Изменить уведомление",
+ "LimitUserEventsTo": "Ограничить пользовательские события",
+ "LimitLibraryEventsTo": "Ограничить библиотечные события",
+ "LimitDeviceEventsTo": "Ограничить события устройств",
+ "ForAdditionalNotificationOptions": "Дополнительные службы уведомлений могут быть установлены администратором сервера в каталоге плагинов Emby {0} {1} .",
+ "Plugins": "Плагины",
+ "Systems": "Платформы",
+ "Server": "Сервер",
+ "Dashboard": "Панель",
+ "PlayOnAnotherDevice": "Воспроизвести на другом устройстве",
+ "HeaderConnectionHelp": "Справка о соединении",
+ "AccessRestrictedTryAgainLater": "В настоящее время доступ запрещён. Повторите попытку позже.",
+ "ButtonGotIt": "Понял",
+ "RememberMe": "Запомнить меня",
+ "EmbyServer": "Emby Server",
+ "ManageEmbyServer": "Управление Emby Server",
+ "ShutdownServer": "Завершить работу Emby Server",
+ "RestartServer": "Перезапустить Emby Server",
+ "RecordingCancelled": "Запись отменена",
+ "SeriesCancelled": "Сериал отменён",
+ "Recording": "Запись",
+ "SeriesRecording": "Запись серии",
+ "RecordingScheduled": "Запись назначена",
+ "SeriesRecordingScheduled": "Запись сериала назначена",
+ "HeaderNewRecording": "Новая запись",
+ "HeaderWakeServer": "Пробудить сервер",
+ "AttemptingWakeServer": "Идёт попытка разбудить ваш сервер. Ждите...",
+ "WakeServerSuccess": "Успешно!",
+ "HeaderCustomizeHomeScreen": "Настроить домашний экран",
+ "WakeServerError": "Пакеты Wake On LAN были отправлены на вашу серверную машину, однако, мы не смогли соединиться с Emby Server. Возможно, вашей машине потребуется немного больше времени для пробуждения, или Emby Server не может активно работать на данной машине.",
+ "Days": "Дни",
+ "Network": "Сеть",
+ "Networks": "Сети",
+ "SortByValue": "Сортировка по {0}",
+ "HeaderSortBy": "Сортировать по",
+ "HeaderPhotoAlbums": "Фотоальбомы",
+ "Photos": "Фотографии",
+ "HeaderAppearsOn": "Появляется на",
+ "List": "Список",
+ "HeaderRecordSeries": "Записать серии",
+ "HeaderCinemaMode": "Вступление к фильму",
+ "Conversions": "Преобразования",
+ "Downloads": "Загрузки",
+ "HeaderManageDownloads": "Управление загрузками",
+ "InternalStorage": "Внутреннее хранилище",
+ "ExternalStorage": "Внешнее хранилище",
+ "UploadToFollowingServers": "Загрузить на сервер",
+ "UploadingNumItems": "Загружено {0} из {1}",
+ "DownloadNumItems": "Загрузить {0} из {1}",
+ "HeaderSampleRate": "Частота дискретизации",
+ "HeaderReferenceFrames": "Опорные кадры",
+ "HeaderBitDepth": "Разрядность",
+ "HeaderPixelFormat": "Формат пикселей",
+ "Profile": "Профиль",
+ "Bitrate": "Битрейт",
+ "Expand": "Расширять",
+ "Container": "Контейнер",
+ "Format": "Формат",
+ "Path": "Путь",
+ "Size": "Размер",
+ "Resolution": "Разрешение",
+ "HeaderCodecTag": "Тег кодека",
+ "Framerate": "Частота кадров",
+ "Interlaced": "Чересстрочность",
+ "Anamorphic": "Анаморфность",
+ "Level": "Уровень",
+ "Timestamp": "Метка времени",
+ "Language": "Язык",
+ "Codec": "Кодек",
+ "Stream": "Поток",
+ "HeaderExtradata": "Дополнительные материалы",
+ "HeaderHardwareAcceleratedTranscoding": "Аппаратно-ускоренное транскодирование",
+ "HeaderHardwareAcceleratedTranscodingDescription": "Воспользуйтесь преимуществами вашего серверного GPU. Emby имеет самое передовое и быстрое аппаратное ускорение в отрасли.",
+ "HeaderOfflineDownloads": "Автономные медиаданные",
+ "AndMuchMoreExclamation": "И многое другое!",
+ "HeaderOfflineDownloadsDescription": "Загрузите медиафайлы на свои устройства для удобного использования в автономном режиме.",
+ "LiveTvFeatureDescription": "Транслируйте ТВ-эфир на любое приложение Emby с помощью совместимого тюнерного устройства, установленного на вашем Emby Server.",
+ "DvrFeatureDescription": "Запланируйте индивидуальные записи ТВ-Эфира, записи серий и многое другое с Emby DVR.",
+ "CinemaModeFeatureDescription": "Кино-трейлеры дают вам настоящий кино-опыт с трейлерами и кастомными интро перед основным фильмом.",
+ "HeaderFreeApps": "Бесплатные приложения Emby",
+ "FreeAppsFeatureDescription": "Наслаждайтесь бесплатным доступом к приложениям Emby для ваших устройств.",
+ "HeaderBecomeProjectSupporter": "Приобрести Emby Premiere",
+ "HeaderViewServerInfo": "Информация о сервере",
+ "PlaybackTvModeRequiresEmbyPremiere": "Воспроизведение медиа в режиме ТВ требует активной {0}подписки Emby Premiere{1}.",
+ "FeatureRequiresEmbyPremiere": "Для данной функции требуется действующая {0}подписка Emby Premiere{1}.",
+ "HeaderConvertYourRecordings": "Конвертируйте свои записи",
+ "Record": "Записать",
+ "Save": "Сохранить",
+ "Edit": "Редактировать",
+ "HeaderSavePlaylist": "Сохранить плейлист",
+ "Latest": "Новое",
+ "Download": "Загрузить",
+ "Downloaded": "Загружено",
+ "Converted": "Преобразованный",
+ "RemoveFromHistory": "Удалить из истории",
+ "ConfirmRemoveFromHistory": "Удалить этот элемент из истории?",
+ "Downloading": "Загружается",
+ "Advanced": "Расширенное",
+ "LinkedToEmbyConnect": "Привязано к Emby Connect",
+ "Delete": "Удалить",
+ "Both": "Оба",
+ "LabelChannelDisplay": "Отображение канала",
+ "HeaderDeleteItem": "Удаление элемента",
+ "HeaderDeleteUser": "Удалить пользователя",
+ "DeleteItemConfirmation": "Вы действительно хотите удалить {0}?",
+ "DeleteUserConfirmation": "Вы действительно хотите удалить этого пользователя {0}?",
+ "DeleteUsersConfirmation": "Вы уверены, что хотите удалить этих {0} пользователей?",
+ "HeaderDeleteDevice": "Удалить устройство",
+ "DeleteDeviceConfirmation": "Вы действительно хотите удалить данное устройство? Оно появится снова в следующий раз, когда пользователь войдёт с него.",
+ "ConfirmDeleteItem": "Удаление этого элемента приведет к его удалению как из файловой системы, так и из вашей медиатеки.",
+ "FollowingFilesWillBeDeleted": "Будут удалены следующие файлы:",
+ "AreYouSureToContinue": "Вы действительно хотите продолжить?",
+ "Refresh": "Обновить",
+ "RefreshingMetadataDots": "Обновление метаданных...",
+ "ScanningLibraryFilesDots": "Сканирование файлов медиатеки...",
+ "HeaderFavoritesThenByChannelNumber": "Избранное, по номеру канала",
+ "HeaderAddToCollection": "Добавить в коллекцию",
+ "HeaderFavoritesThenByTitle": "Избранное, по названию",
+ "HeaderFavoritesThenByDefault": "Избранное, порядок каналов по умолчанию",
+ "HeaderDefaultChannelOrder": "Порядок каналов по умолчанию",
+ "HeaderAddToFavorites": "Добавить в избранное",
+ "HeaderRemoveFromFavorites": "Удалить из избранного",
+ "Favorited": "Избранное",
+ "Unfavorited": "Не избранное",
+ "HeaderNewCollection": "Новая коллекция",
+ "HeaderNewPlaylist": "Новый плейлист",
+ "AllCollections": "Все коллекции",
+ "AllPlaylists": "Все плейлисты",
+ "Create": "Создать",
+ "HeaderAddedToPlaylist": "Добавлено в плейлист",
+ "HeaderAddedToCollection": "Добавлено в коллекцию",
+ "OneItemAddedTo": "1 элемент добавлен в \"{0}\".",
+ "ItemsAddedTo": "{0} элемент(а/ов) добавлено в \"{1}\".",
+ "HeaderAddedToPlayQueue": "Добавлено в очередь воспроизведения",
+ "HeaderPlayingNext": "Следующий в очереди",
+ "Help": "Справка",
+ "HeaderGetHelp": "Получить помощь",
+ "LabelTVDisplayMode": "Включить режим отображения ТВ",
+ "Desktop": "Рабочий стол",
+ "Mobile": "Телефон / Планшет",
+ "Navigation": "Навигация",
+ "HeaderVideoPlayback": "Проигрывание видео",
+ "TV": "ТВ",
+ "HeaderEmbyConnect": "Emby Connect",
+ "Seasons": "Сезоны",
+ "OneTrack": "1 Трек",
+ "OneSeason": "1 Сезон",
+ "Libraries": "Медиатеки",
+ "NumberSeasonsValue": "{0} Сезонов",
+ "TVDisplayModeHelp": "Оптимизируйте пользовательский интерфейс на этом устройстве для отображения на телевизоре и метода ввода с помощью пульта дистанционного управления. Это, как правило, не рекомендуется, если ваш основной метод ввода — мышь или сенсорный.",
+ "LabelDisplayLanguage": "Язык отображения",
+ "LabelDisplayLanguageHelp": "Перевод Emby ведётся на постоянной основе.",
+ "LearnHowYouCanContribute": "Изучите, как вы можете внести свой вклад.",
+ "NewCollectionHelp": "Коллекции позволяют создавать персонализированные группы фильмов и другого содержимого медиатеки.",
+ "SearchForCollectionInternetMetadata": "Поиск иллюстраций и метаданных в интернете",
+ "DisplayMissingEpisodesWithinSeasons": "Отображать отсутствующие эпизоды в пределах сезонов",
+ "DisplayMissingEpisodesWithinSeasonsHelp": "Это также должно быть включено для ТВ-медиатек при установке и настройке Emby Server.",
+ "EnableThemeSongs": "Включить тематические песни",
+ "EnableBackdrops": "Включить фоновые изображения",
+ "EnableThemeSongsHelp": "Если этот параметр включен, тематические песни будут воспроизводиться в фоновом режиме при просмотре медиатеки.",
+ "EnableBackdropsHelp": "Если этот параметр включен, фоновые изображения будут отображаться в фоновом режиме некоторых страниц во время просмотра медиатеки.",
+ "EnableThemeVideos": "Включить тематические видео",
+ "EnableThemeVideosHelp": "При включении, тематические видео будут воспроизводиться фоном при просмотре медиатеки.",
+ "RunAtStartup": "Запускаться при старте",
+ "ServerStartup": "Запуск сервера",
+ "EmbyServerOnXHasStarted": "Emby Server на {0} запущен.",
+ "LabelScreensaver": "Хранитель экрана",
+ "LabelSoundEffects": "Звуковые эффекты",
+ "LabelName": "Имя",
+ "NewCollectionNameExample": "Пример: Звёздные войны (Коллекция)",
+ "MessageItemsAdded": "Элементы добавлены.",
+ "OptionNew": "Новое...",
+ "LabelPlaylist": "Плейлист",
+ "AddToPlaylist": "Добавить в плейлист",
+ "HeaderAddToPlaylist": "Добавить в плейлист",
+ "Subtitles": "Субтитры",
+ "LabelTheme": "Тема",
+ "LabelSettingsTheme": "Тема настроек",
+ "LabelThemeAccentColor": "Акцентный цвет",
+ "ThemeAccentColorDescription": "Управляет цветом важных индикаторов, значков и текста.",
+ "SearchForSubtitles": "Поиск субтитров",
+ "LabelLanguage": "Язык",
+ "Search": "Поиск",
+ "NoSubtitleSearchResultsFound": "Результаты не найдены. Вы настроили {0} загрузку субтитров{1}?",
+ "NoLyricsSearchResultsFound": "Результатов не найдено. Вы настроили {0}загрузку текстов песен{1}?",
+ "Lyrics": "Текст песни",
+ "SearchForLyrics": "Поиск текста песни",
+ "Finish": "Завершить",
+ "File": "Файл",
+ "Exit": "Выход",
+ "Sleep": "Спящий режим",
+ "Setup": "Настройка",
+ "MessageAreYouSureDeleteSubtitles": "Вы уверены, что хотите удалить этот файл с субтитрами?",
+ "ConfirmDeletion": "Подтвердить удаление",
+ "MySubtitles": "Мои субтитры",
+ "MessageDownloadQueued": "Загрузка в очереди.",
+ "HeaderEditSubtitles": "Редактировать субтитры",
+ "UnlockGuide": "Разблокировать телегид",
+ "HeaderRefreshMetadata": "Обновить метаданные",
+ "HeaderRefreshAllMetadata": "Обновить все метаданные",
+ "ReplaceExistingImages": "Замена имеющихся рисунков",
+ "ReplaceExistingImagesHelp": "Все существующие изображения будут удалены, а новые загружены. В некоторых случаях это может привести к меньшему количеству доступных изображений, чем раньше.",
+ "ReplaceAllMetadata": "Замена всех метаданных",
+ "SearchForMissingMetadata": "Поиск отсутствующих метаданных",
+ "LabelRefreshMode": "Режим обновления",
+ "NoItemsFound": "Ничего не найдено.",
+ "HeaderSaySomethingLike": "Скажите что-то вроде...",
+ "ButtonTryAgain": "Попробуй снова",
+ "HeaderYouSaid": "Вы сказали...",
+ "MessageWeDidntRecognizeCommand": "Данная команда не распознана.",
+ "MessageIfYouBlockedVoice": "Если вы запретили голосовой доступ к приложению, вам придется перенастроить его перед повторной попыткой.",
+ "ValueDiscNumber": "Диск {0}",
+ "Unrated": "Без рейтинга",
+ "Favorite": "Избранное",
+ "Like": "Нравится",
+ "Dislike": "Не нравится",
+ "RefreshDialogHelp": "Метаданные обновляются на основе настроек и интернет-сервисов, включенных в панели управления Emby Server.",
+ "Open": "Открыть",
+ "Play": "Воспроизвести",
+ "Pause": "Пауза",
+ "HeaderPlayQueue": "Очередь воспроизведения",
+ "HeaderAddToPlayQueue": "Добавить в очередь воспроизведения",
+ "Shuffle": "Перемешать",
+ "Identify": "Распознать",
+ "HeaderRemoveIdentification": "Удалить идентификацию",
+ "ResetMetadataConfirmation": "Вы уверены, что хотите сбросить все метаданные?",
+ "HeaderEditMetadata": "Редактировать метаданные",
+ "Convert": "Конвертировать",
+ "Resume": "Возобновить",
+ "HeaderInstantMix": "Автомикс",
+ "HeaderGoToItem": "Перейти к элементу",
+ "HeaderGoToSeason": "Перейти к сезону",
+ "HeaderGoToSeries": "Перейти к серии",
+ "HeaderGoToAlbum": "Перейти к альбому",
+ "HeaderGoToArtist": "Перейти к исполнителю",
+ "HeaderPlayAll": "Играть всё",
+ "PictureInPicture": "Картинка в картинке",
+ "Fullscreen": "Полный экран",
+ "ExitFullscreen": "Выход из полного экрана",
+ "Rewind": "Перемотка назад",
+ "FastForward": "Перемотка вперёд",
+ "Remove": "Удалить",
+ "Rename": "Переименовать",
+ "Queue": "Очередь",
+ "QueueAllFromHere": "Добавить все отсюда в очередь",
+ "PlayAllFromHere": "Воспроизвести все отсюда",
+ "PlayFromBeginning": "Воспроизвести с начала",
+ "FromBeginning": "Сначала",
+ "ResumeAt": "Продолжить с {0}",
+ "HeaderRemoveFromPlaylist": "Удалить из плейлиста",
+ "HeaderRemoveFromPlayQueue": "Убрать из очереди проигрывания",
+ "HeaderRemoveFromCollection": "Удалить из коллекции",
+ "Sort": "Сортировать",
+ "Trailer": "Трейлер",
+ "SelectNone": "Отменить выбор",
+ "SelectAll": "Выбрать всё",
+ "HeaderMarkPlayed": "Отметить как просмотренное",
+ "HeaderMarkUnplayed": "Отметить как не просмотренное",
+ "HeaderGroupVersions": "Группировать версии",
+ "PleaseSelectTwoItems": "Выберите хотя бы два элемента.",
+ "HeaderConfirmRecordingCancellation": "Подтверждение отмены записи",
+ "MessageConfirmRecordingCancellation": "Отменить запись?",
+ "Album": "Альбом",
+ "AlbumArtist": "Исполнитель альбома",
+ "Error": "Ошибка",
+ "VoiceInput": "Голосовой ввод",
+ "LabelContentType": "Тип контента",
+ "LabelPath": "Путь",
+ "Playlists": "Плейлисты",
+ "LabelTitle": "Название",
+ "LabelOriginalTitle": "Оригинальное название",
+ "LabelSortTitle": "Сортировка по названию",
+ "LabelDateAdded": "Дата добавления",
+ "DateAdded": "Дата добавления",
+ "DateModified": "Дата изменения",
+ "DatePlayed": "Дата просмотра",
+ "DateLastActive": "Дата последней активности",
+ "ConfigureDateAdded": "Настройте способ определения даты добавления на панели управления Emby Server в настройках медиатеки",
+ "LabelStatus": "Статус",
+ "LabelArtistsHelp": "Используйте \" ; \" для разделения",
+ "HeaderAlbumArtists": "Исполнители альбома",
+ "LabelAlbumArtists": "Исполнители альбома",
+ "LabelAlbum": "Альбом",
+ "Artist": "Исполнитель",
+ "Artists": "Исполнители",
+ "ImdbRating": "Оценка IMDb",
+ "CommunityRating": "Общественная оценка",
+ "LabelCommunityRating": "Общественная оценка",
+ "LabelCriticRating": "Оценка критиков",
+ "CriticRating": "Оценка критиков",
+ "LabelWebsite": "Сайт",
+ "Tagline": "Слоган",
+ "LabelOverview": "Обзор",
+ "LabelShortOverview": "Краткий обзор",
+ "LabelReleaseDate": "Дата выпуска",
+ "LabelPlaceOfBirth": "Место рождения",
+ "Aired": "Вышел в эфир",
+ "LabelAirDays": "Дни эфира",
+ "LabelAirTime": "Время эфира",
+ "LabelRuntimeMinutes": "Длительность, минут",
+ "LabelCustomRating": "Пользовательский рейтинг",
+ "LabelOriginalAspectRatio": "Исходное соотношение сторон",
+ "Label3DFormat": "Формат 3D",
+ "FormatValue": "Формат: {0}",
+ "DownloadsValue": "Загрузки: {0}",
+ "HashMatch": "Совпадение хеша",
+ "EnableExternalVideoPlayers": "Включить внешний видеоплеер",
+ "EnableExternalVideoPlayersHelp": "При запуске воспроизведения видео будет показано меню внешнего плеера.",
+ "HeaderSpecialEpisodeInfo": "О специальном эпизоде",
+ "LabelAirsDuringSeason": "Выходит в течении сезона",
+ "LabelAirsAfterSeason": "Выходит после сезона",
+ "LabelAirsBeforeEpisode": "В эфире перед серией",
+ "HeaderExternalIds": "Внешние идентификаторы",
+ "HeaderDisplaySettings": "Параметры отображения",
+ "PlaylistOrder": "Порядок воспроизведения",
+ "CollectionOrder": "Порядок коллекции",
+ "LabelDisplayOrder": "Порядок отображения",
+ "LabelFileOrder": "Порядок файлов",
+ "Display": "Отображение",
+ "Countries": "Страны",
+ "Genres": "Жанры",
+ "Studios": "Студии",
+ "Tags": "Теги",
+ "Links": "Ссылки",
+ "Movie": "Фильм",
+ "Program": "Программа",
+ "Channel": "Канал",
+ "Episode": "Эпизод",
+ "Season": "Сезон",
+ "HeaderMetadataSettings": "Параметры метаданных",
+ "People": "Люди",
+ "Number": "Номер",
+ "Lock": "Заблокировать",
+ "HeaderScreenLocked": "Экран заблокирован",
+ "HeaderUnlockControls": "Разблокировать управление",
+ "HeaderTapToUnlock": "Нажмите, чтобы разблокировать",
+ "LabelMetadataDownloadLanguage": "Предпочтительный язык загрузки метаданных",
+ "LabelImageDownloadLanguage": "Предпочитаемый язык загрузки изображений",
+ "LabelLockItemToPreventChanges": "Заблокируйте этот элемент, чтобы предотвратить изменения в будущем",
+ "LockThisField": "Заблокируйте это поле, чтобы предотвратить будущие изменения при обновлении метаданных",
+ "MessageLeaveEmptyToInherit": "Оставьте поле пустым, чтобы наследовать настройки от родительского элемента или глобального значения по умолчанию.",
+ "LabelCountry": "Страна",
+ "LabelCertificationCountry": "Страна сертификации",
+ "CertificationCountryHelp": "Это будет влиять на то, какая система возрастных ограничений будет использоваться.",
+ "LabelDynamicExternalId": "{0} Id",
+ "LabelBirthYear": "Год рождения",
+ "LabelBirthDate": "Дата рождения",
+ "LabelDeathDate": "Дата смерти",
+ "LabelEndDate": "Дата окончания",
+ "LabelSeasonNumber": "Номер сезона",
+ "LabelEpisodeNumber": "Номер эпизода",
+ "LabelTrackNumber": "Номер трека",
+ "LabelNumber": "Номер",
+ "LabelDiscNumber": "Номер диска",
+ "LabelParentNumber": "Родительский номер",
+ "SortName": "Сортировать по названию",
+ "OriginalTitle": "Оригинальное название",
+ "ReleaseDate": "Дата выпуска",
+ "Continuing": "Продолжающееся",
+ "Ended": "Прекращённое",
+ "HeaderEnabledFields": "Включённые поля",
+ "HeaderEnabledFieldsHelp": "Снимите флажок, чтобы зафиксировать поле и защитить его данные от изменнений.",
+ "Backdrops": "Фоны",
+ "Images": "Рисунки",
+ "Runtime": "Длительность",
+ "ProductionLocations": "Места производства",
+ "BirthLocation": "Место рождения",
+ "ParentalRating": "Возрастной рейтинг",
+ "PlayCount": "Количество просмотров",
+ "Name": "Имя",
+ "Overview": "Обзор",
+ "LabelType": "Тип",
+ "LabelPersonRole": "Роль",
+ "LabelPersonRoleHelp": "Пример: водитель грузовика с мороженым",
+ "Actor": "Актёр",
+ "Composers": "Композиторы",
+ "Composer": "Композитор",
+ "Director": "Режиссёр",
+ "GuestStar": "Приглашённая звезда",
+ "Producer": "Продюсер",
+ "Writer": "Сценарист",
+ "MessageNoSyncJobsFound": "Загрузок не найдено. Создайте задание загрузки с помощью кнопок \"Загрузить\", находящихся по всему приложению.",
+ "MessageNoDownloadsFound": "Нет офлайн-загрузок. Загрузите медиафайлы для использования в автономном режиме, нажимая кнопку \"Загрузить\" по всему приложению.",
+ "InstallingPackage": "Устанавливается {0}",
+ "PackageInstallCompleted": "Установка {0} завершена.",
+ "PackageInstallFailed": "Установка {0} не удалась.",
+ "PackageInstallCancelled": "Установка {0} отменена.",
+ "SeriesYearToPresent": "{0} - снимается",
+ "OneDevice": "1 Устройство",
+ "DeviceCountValue": "{0} устройств",
+ "OneLog": "1 Журнал",
+ "LogCountValue": "{0} журналов",
+ "OneVote": "1 Голос",
+ "VoteCountValue": "{0} голосов",
+ "OneLike": "Нравится",
+ "LikeCountValue": "Нравится: {0}",
+ "OneUser": "1 Пользователь",
+ "UserCountValue": "{0} пользователей",
+ "OneLibrary": "1 Медиатека",
+ "LibraryCountValue": "{0} Медиатек(а/и)",
+ "ValueOneItem": "1 элементов",
+ "ValueOneEpisode": "1 эпизод",
+ "ValueEpisodeCount": "{0} эпизодов",
+ "Albums": "Альбомы",
+ "Song": "Композиция",
+ "Songs": "Композиции",
+ "Authors": "Авторы",
+ "Books": "Книги",
+ "AudioBooks": "Аудиокниги",
+ "HeaderAudioBooks": "Аудиокниги",
+ "HeaderAudioBook": "Аудиокнига",
+ "HeaderIdentifyItemHelp": "Введите один или несколько критериев поиска. Удалите критерии, чтобы увеличить количество результатов поиска.",
+ "PleaseEnterNameOrId": "Введите название или внешний ID.",
+ "MessageItemSaved": "Элемент сохранён.",
+ "SearchResults": "Результаты поиска",
+ "ServerNameIsRestarting": "Emby Server - {0} перезапускается.",
+ "ServerNameIsShuttingDown": "Emby Server - {0} завершает работу.",
+ "HeaderDeleteItems": "Удалить элементы",
+ "ConfirmDeleteItems": "Удаление этих элементов приведет к их удалению как из файловой системы, так и из вашей медиатеки.",
+ "PleaseRestartServerName": "Перезапустите Emby Server на {0}",
+ "ConvertingDots": "Конвертируется...",
+ "LabelSyncNoTargetsHelp": "Похоже, сейчас у вас нет приложений, поддерживающих офлайн-загрузку.",
+ "DownloadingDots": "Скачивание...",
+ "LearnMore": "Подробнее",
+ "LabelBitrateMbps": "Битрейт (Mbps)",
+ "ConvertUnwatchedVideosOnly": "Конвертировать только не просмотренные видео",
+ "SyncUnwatchedVideosOnly": "Загрузить только не просмотренные видео",
+ "ConvertUnwatchedVideosOnlyHelp": "Будут конвертированы только видео, которые не отмечены как полностью просмотренные.",
+ "SyncUnwatchedVideosOnlyHelp": "Только видео, которые не отмечены как полностью просмотренные, будут загружены, и видео будут удалены с устройства по мере полного просмотра.",
+ "AutomaticallySyncNewContent": "Автоматически загружать новый контент",
+ "AutomaticallySyncNewContentHelp": "Новый контент, добавленный в папку, будет автоматически загружен в устройство.",
+ "AutomaticallyConvertNewContent": "Автоматически конвертировать новый контент",
+ "AutomaticallyConvertNewContentHelp": "Новый контент, добавленный в папку, будет автоматически конвертирован.",
+ "LabelItemLimit": "Лимит элементов",
+ "ConvertItemLimitHelp": "(Опционально). Установите ограничение на количество элементов, которые будут конвертированы.",
+ "DownloadItemLimitHelp": "(Опционально). Установите ограничение на количество загружаемых элементов.",
+ "PleaseSelectDeviceToSyncTo": "Выберите устройство, куда загружать.",
+ "Screenshots": "Снимки экрана",
+ "MoveRight": "Двигать вправо",
+ "MoveLeft": "Двигать влево",
+ "HeaderUploadNewImage": "Загрузить новое изображение",
+ "HeaderDeleteImage": "Удалить изображение",
+ "ConfirmDeleteImage": "Удалить изображение?",
+ "HeaderEditImages": "Редактировать изображения",
+ "Settings": "Параметры",
+ "ShowIndicatorsFor": "Показать индикаторы",
+ "Episodes": "Эпизоды",
+ "Programs": "Передачи",
+ "HeaderCastCrew": "Актёры и команда",
+ "DvrSubscriptionRequired": "Для видеорекордера Emby требуется действующая {0}подписка Emby Premiere{1}.",
+ "HeaderCancelRecording": "Отменить запись",
+ "HeaderKeepRecording": "Сохранить запись",
+ "HeaderCancelSeries": "Отменить серию",
+ "HeaderKeepSeries": "Сохранить серию",
+ "HeaderLearnMore": "Подробнее",
+ "SeriesSettings": "Настройки серии",
+ "HeaderRecordingOptions": "Параметры записи",
+ "HeaderDoNotRecord": "Не записывать",
+ "HeaderSeriesOptions": "Параметры серии",
+ "Layout": "Компоновка",
+ "Channels": "Каналы",
+ "ChannelNameOnly": "Только канал {0}",
+ "Anytime": "В любое время",
+ "AnyLanguage": "Любой язык",
+ "AroundTime": "Около {0}",
+ "HeaderLatestMovies": "Недавно добавленные фильмы",
+ "All": "Все",
+ "Stop": "Стоп",
+ "AllChannels": "Все каналы",
+ "NewEpisodesOnly": "Только новые эпизоды",
+ "AllEpisodes": "Все эпизоды",
+ "LabelStartWhenPossible": "Начать, когда это возможно",
+ "LabelStopWhenPossible": "Остановить, когда это возможно",
+ "MinutesBefore": "минут(ы) до",
+ "MinutesAfter": "минут(ы) после",
+ "SkipEpisodesAlreadyInMyLibrary": "Не записывать эпизоды, которые уже находятся в моей медиатеке",
+ "SkipEpisodesAlreadyInMyLibraryHelp": "Эпизоды будут сравниваться по сезонам и номерам серий, если они доступны.",
+ "LabelKeepUpTo": "Хранить до",
+ "AsManyAsPossible": "Как можно больше",
+ "DefaultErrorMessage": "Произошла ошибка при обработке запроса. Повторите попытку позже.",
+ "UntilIDelete": "Пока я не удалю",
+ "UntilSpaceNeeded": "Пока не понадобится место",
+ "Categories": "Категории",
+ "Sports": "Спорт",
+ "News": "Новости",
+ "Movies": "Фильмы",
+ "Music": "Музыка",
+ "Kids": "Детям",
+ "MoreFromValue": "Ещё об {0}",
+ "DiedValue": "Дата смерти {0}",
+ "BornValue": "Дата рождения {0}",
+ "EnableColorCodedBackgrounds": "Включать фон с цветовой кодировкой, в зависимости от категории",
+ "SortChannelsBy": "Сортировать каналы по",
+ "ChannelNumber": "Номер канала",
+ "HeaderBenefitsEmbyPremiere": "Преимущества Emby Premiere",
+ "ThankYouForTryingEnjoyOneMinute": "Пожалуйста, наслаждайтесь одной минутой воспроизведения. Спасибо, что попробовали Emby.",
+ "HeaderTryPlayback": "Попробуйте воспроизведение",
+ "HowDidYouPay": "Каким образом вы оплатили?",
+ "IHaveEmbyPremiere": "У меня имеется Emby Premiere",
+ "IPurchasedThisApp": "Я купил это приложение",
+ "ButtonRestorePreviousPurchase": "Восстановить покупку",
+ "ButtonUnlockWithPurchase": "Разблокировать с помощью покупки",
+ "ButtonUnlockPrice": "Разблокировать {0}",
+ "EmbyPremiereMonthlyWithPrice": "Emby Premiere на месяц {0}",
+ "HeaderAlreadyPaid": "Уже оплатили?",
+ "ButtonPlayOneMinute": "Воспроизвести одну минуту",
+ "PlaceFavoriteChannelsAtBeginning": "Разместить избранные каналы в начале",
+ "HeaderUnlockFeature": "Разблокировать функцию",
+ "MessageDidYouKnowCinemaMode": "Знаете ли вы, что с Emby Premiere вы можете улучшить свои впечатления с помощью таких функций, как Cinema Intros?",
+ "HeaderPlayMyMedia": "Воспроизвести мои медиаданные",
+ "HeaderDiscoverEmbyPremiere": "Откройте для себя Emby Premiere",
+ "HeaderNowPlaying": "Воспроизводится",
+ "Items": "Элементы",
+ "AppName": "Название приложения",
+ "OneChannel": "Один канал",
+ "ConfirmRemoveDownload": "Удалить загрузку?",
+ "ConfirmRemoveItem": "Удалить элемент?",
+ "RemoveDownload": "Удалить загрузку",
+ "ConfirmCancelConversion": "Отменить преобразование?",
+ "CancelConversion": "Отменить преобразование",
+ "KeepDownload": "Сохранить скаченное",
+ "AddedOnValue": "Добавлен {0}",
+ "RemovingFromDevice": "Удаление с устройства",
+ "KeepOnDevice": "Хранить на устройстве",
+ "CancelDownload": "Отменить загрузку",
+ "SyncJobItemStatusReadyToTransfer": "Готово к переносу",
+ "SyncJobItemStatusSyncedMarkForRemoval": "Удаление с устройства",
+ "SyncJobItemStatusQueued": "В очереди",
+ "SyncJobItemStatusConverting": "Конвертируется",
+ "SyncJobItemStatusTransferring": "Переносится",
+ "SyncJobItemStatusSynced": "Загружено",
+ "Failed": "Не удалось",
+ "SyncJobItemStatusRemovedFromDevice": "Удалено с устройства",
+ "Cancelled": "Отменено",
+ "Retry": "Повторить",
+ "Continue": "Продолжить",
+ "ContinueInSecondsValue": "Продолжить через {0} секунд.",
+ "HeaderRemoteControl": "Удалённое управление",
+ "Disconnect": "Отключить",
+ "EnableDisplayMirroring": "Включить зеркалирование экрана",
+ "RemoteAccess": "Удалённый доступ",
+ "HeaderPlayOn": "Воспроизвести на",
+ "Quality": "Качество",
+ "Auto": "Авто",
+ "AndroidUnlockRestoreHelp": "Чтобы восстановить предыдущую покупку, убедитесь, что вы вошли в устройство с той же учетной записью Google или Amazon, которая изначально использовалась для покупки. Убедитесь, что магазин приложений включен и не ограничен каким-либо родительским контролем, и убедитесь, что у вас есть активное подключение к Интернету. Вам нужно будет сделать это только один раз, чтобы восстановить предыдущую покупку.",
+ "HeaderAspectRatio": "Соотношение сторон",
+ "Original": "Исходное",
+ "Fill": "Заполнение",
+ "Cover": "Обложка",
+ "MessageNoServersAvailableToConnect": "Нет доступных серверов для подключения. Если вас пригласили поделиться сервером, не забудьте принять его ниже или по ссылке в email.",
+ "MessagePlayAccessRestricted": "Воспроизведение данного содержания в настоящее время ограничено. Обратитесь к вашему администратору Emby Server.",
+ "Accept": "Принять",
+ "Reject": "Отклонить",
+ "Connect": "Подключить",
+ "HeaderMyMedia": "Мои медиаданные",
+ "HeaderMyMediaSmall": "Мои медиаданные (компактно)",
+ "LatestFromLibrary": "Последнее {0}",
+ "HeaderLatestEpisodes": "Новые эпизоды",
+ "ContinuePlaying": "Продолжить воспроизведение",
+ "ContinueWatching": "Продолжение просмотра",
+ "HeaderLatestChannelMedia": "Новые каналы",
+ "HeaderContinueWatching": "Продолжение просмотра",
+ "HeaderContinueListening": "Продолжить прослушивание",
+ "HeaderActiveRecordings": "Активные записи",
+ "HeaderLatestRecordings": "Новые записи",
+ "LabelConvertTo": "Преобразовать в",
+ "LabelDownloadTo": "Загрузить на",
+ "HeaderDownloadToDots": "Загрузить на...",
+ "Next": "Следующее",
+ "LabelSource": "Источник",
+ "VersionNumber": "Версия {0}",
+ "HeaderAllLanguages": "Все языки",
+ "Previous": "Предыдущее",
+ "HeaderNextUp": "Далее",
+ "HeaderPlayNextUp": "Воспроизвести следующее",
+ "HeaderLatestFrom": "Новое из {0}",
+ "LabelHomeScreenSectionValue": "Главная страница - раздел {0}",
+ "PasswordResetComplete": "Пароль был сброшен.",
+ "PasswordSaved": "Пароль был сохранён.",
+ "SettingsSaved": "Параметры сохранены.",
+ "Upcoming": "Скоро выходит",
+ "HeaderSelectImageFile": "Выберите файл изображения",
+ "None": "Нет",
+ "More": "Ещё",
+ "Up": "Вверх",
+ "Down": "Вниз",
+ "Home": "Главное",
+ "Back": "Назад",
+ "Random": "Случайно",
+ "Playback": "Воспроизведение",
+ "Favorites": "Избранное",
+ "HeaderHomeScreen": "Домашний экран",
+ "HeaderLatestChannelItems": "Новейшее из каналов",
+ "HeaderLibraryOrder": "Порядок медиатек",
+ "HeaderOnNow": "В эфире",
+ "HeaderForKids": "Для детей",
+ "HeaderPlaybackError": "Ошибка воспроизведения",
+ "PlaybackErrorNotAllowed": "В настоящее время у вас нет прав для воспроизведения этого контента. Обратитесь к системному администратору за подробностями.",
+ "RateLimitExceeded": "Ваша учетная запись превысила максимальный лимит потоковой передачи, установленный администратором Emby Server. Свяжитесь с ним для получения помощи.",
+ "PlaybackErrorNoCompatibleStream": "В настоящее время нет совместимых потоков. Повторите попытку позже или обратитесь к администратору за подробностями.",
+ "PlaybackErrorPlaceHolder": "Вставьте диск, чтобы воспроизвести это видео.",
+ "PlaybackErrorNoPlayableItems": "Элементов для воспроизведения не найдено. Вы пытаетесь проиграть пустую папку?",
+ "Guide": "Телегид",
+ "Games": "Игры",
+ "GameSystem": "Игровая система",
+ "Suggestions": "Рекомендации",
+ "HeaderFavoriteChannels": "Избранные каналы",
+ "HeaderFavoriteCollections": "Избранные коллекции",
+ "HeaderFavoritePlaylists": "Избранные плейлисты",
+ "Collection": "Коллекция",
+ "Collections": "Коллекции",
+ "LabelSelectFolderGroups": "Автоматически группировать контент из следующих папок в представления, такие как Фильмы, Музыка и ТВ-передачи:",
+ "LabelSelectFolderGroupsHelp": "Папки, которые не отмечены флажком, будут отображаться сами по себе.",
+ "Mute": "Отключить звук",
+ "Unmute": "Включить звук",
+ "Folder": "Папка",
+ "Folders": "Папки",
+ "FileName": "Имя файла",
+ "DisplayInOtherHomeScreenSections": "Отображать на дополнительном главном экране такие разделы, как недавно добавленные медиафайлы и продолжить просмотр",
+ "DisplayInMyMedia": "Отображать на домашнем экране",
+ "Shows": "Шоу",
+ "MoviesAndShows": "Фильмы и шоу",
+ "HeaderMusicVideo": "Музыкальное видео",
+ "HeaderMusicVideos": "Видеоклипы",
+ "MusicVideos": "Видеоклипы",
+ "Videos": "Видео",
+ "MixedContent": "Смешанный контент",
+ "HomeVideos": "Домашнее видео",
+ "HomeVideosAndPhotos": "Домашнее видео и фото",
+ "TVShows": "ТВ Шоу",
+ "HeaderLibraryFolders": "Папки медиатеки",
+ "HeaderTermsOfPurchase": "Условия покупки",
+ "PrivacyPolicy": "Политика конфиденциальности",
+ "TermsOfUse": "Условия использования",
+ "HeaderRepeatMode": "Режим повтора",
+ "HeaderToneMapping": "Отображение тонов",
+ "RepeatOne": "Повторить раз",
+ "RepeatAll": "Повторить всё",
+ "LabelDefaultScreen": "Экран по умолчанию",
+ "ConfirmEndPlayerSession": "Вы хотите завершить работу Emby на {0}?",
+ "Yesterday": "Вчера",
+ "Yes": "Да",
+ "No": "Нет",
+ "HeaderScanLibraryFiles": "Сканировать медиатеку",
+ "LiveTV": "Эфир",
+ "Schedule": "Расписание",
+ "Recordings": "Записи",
+ "ScanForNewAndUpdatedFiles": "Сканировать на наличие новых и обновлённых файлов",
+ "NewVersionOfXAvailableForY": "{0} доступен для {1}",
+ "DirectStreamHelp1": "Медиа совместимо с устройством по разрешению и типу видео (H.264, AC3 и т.д.), но находится в несовместимом контейнере файла (.mkv, .avi, .wmv и т.д.). Видео будет перепаковано на лету перед потоковым вещанием на устройство.",
+ "DirectStreamHelp2": "Прямое потоковое вещание файла использует очень мало процессорной мощности без потери качества видео.",
+ "MediaIsBeingConverted": "Медиа конвертируется в формат, совместимый с устройством, воспроизводящим медиа.",
+ "StatsForNerds": "Данные для экспертов",
+ "HeaderHardwareAcceleratedDecoding": "Аппаратное ускорение декодирования",
+ "HeaderHardwareAcceleratedEncoding": "Аппаратное ускорение кодирования",
+ "HeaderDirectPlay": "Прямое воспроизведение",
+ "DirectPlaying": "Воспроизводится напрямую",
+ "DirectStreaming": "Транслируется напрямую",
+ "Transcode": "Перекодировка",
+ "Transcoding": "Перекодировка",
+ "ContainerBitrateExceedsLimit": "Уменьшение битрейта из-за настроек качества",
+ "VideoCodecNotSupported": "Конвертирование видео в совместимый кодек",
+ "AudioCodecNotSupported": "Конвертирование аудио в совместимый кодек",
+ "SubtitleCodecNotSupported": "Внедрение субтитров непосредственно в видео",
+ "DirectPlayError": "Восстановление после ошибки воспроизведения",
+ "ContainerNotSupported": "Конвертирование в совместимый контейнер",
+ "VideoLevelNotSupported": "Преобразование в подходящий уровень кодека",
+ "AudioBitrateNotSupported": "Преобразование в подходящий битрейт",
+ "AudioChannelsNotSupported": "Конвертирование в подходящее количество каналов",
+ "VideoResolutionNotSupported": "Преобразование видео в подходящее разрешение",
+ "AudioProfileNotSupported": "Преобразование в подходящий аудио профиль",
+ "AudioSampleRateNotSupported": "Преобразование аудио в подходящий битрейт",
+ "AnamorphicVideoNotSupported": "Анаморфное видео не поддерживается",
+ "InterlacedVideoNotSupported": "Чересстрочное видео",
+ "SecondaryAudioNotSupported": "Выбор дополнительной аудиодорожки",
+ "ExternalAudioNotSupported": "Выбор внешней аудиодорожки",
+ "ErrorRemovingEmbyConnectAccount": "Произошла ошибка при удалении аккаунта Emby Connect. Убедитесь, что у вас есть активное подключение к интернету, и попробуйте еще раз.",
+ "HeaderEmbyAccountRemoved": "Аккаунт Emby удален",
+ "MessageEmbyAccontRemoved": "Учетная запись Emby удалена у этого пользователя.",
+ "HeaderInvitationSent": "Приглашение отправлено",
+ "Offline": "Автономно",
+ "HeaderSignUp": "Зарегистрироваться",
+ "ServerDownloadMessage": "Чтобы загрузить и установить бесплатный Emby Server, посетите {0}",
+ "ServerDownloadMessageWithoutLink": "Чтобы загрузить и установить бесплатный Emby Server, посетите веб-сайт Emby.",
+ "MessageInvitationSentToUser": "Письмо отправлено на {0} с приглашением принять ваше приглашение на совместный доступ.",
+ "MessageInvitationSentToNewUser": "Письмо отправлено на {0} с приглашением зарегистрироваться в Emby.",
+ "GuestUserNotFound": "Пользователь не найден. Убедитесь, что имя приведено верно и повторите попытку, или попробуйте ввести его email.",
+ "ErrorReachingEmbyConnect": "Произошла ошибка при подключении к серверу Emby Connect. Убедитесь, что у вас есть активное подключение к Интернету, и повторите попытку.",
+ "ErrorAddingEmbyConnectAccount1": "Произошла ошибка при добавлении аккаунта Emby Connect. Создали ли вы аккаунт Emby? Зарегистрируйтесь на {0}.",
+ "ErrorAddingEmbyConnectAccount2": "Если проблема не устранена, отправьте письмо на {0} с email-адреса, используемого для аккаунта в Emby.",
+ "ErrorAddingGuestAccount1": "Произошла ошибка при добавлении аккаунта Emby Connect. Создал ли ваш гость аккаунт Emby? Он сможет зарегистрироваться на {0}.",
+ "ErrorAddingGuestAccount2": "Если проблема не устранена, отправьте письмо на {0} и укажите ваш адрес электронной почты, а также их.",
+ "MessageEmbyAccountAdded": "Аккаунт Emby был добавлен для этого пользователя.",
+ "MessagePendingEmbyAccountAdded": "Аккаунт Emby был добавлен для этого пользователя. Письмо будет отправлено владельцу аккаунта. Приглашение нужно будет подтвердить, щёлкнув по ссылке в письме.",
+ "HeaderEmbyAccountAdded": "Аккаунт Emby добавлен",
+ "Skip": "Пропустить",
+ "HeaderAdditionalParts": "Дополнительные части",
+ "ButtonGenerateNewPin": "Генерировать новый ПИН",
+ "ConnectLoginHelp1": "С помощью Emby Connect вы можете легко получить доступ к своему серверу Emby где угодно и делиться серверами с семьей и друзьями.",
+ "CreatePinErrorMessage": "Произошла ошибка при создании ПИН-кода. Нажмите кнопку \"Генерировать новый ПИН\" для новой попытки.",
+ "PinExpiredMessage": "ПИН-код истёк. Нажмите кнопку \"Генерировать новый ПИН\" для новой попытки.",
+ "ConnectPinCodeHeader": "Чтобы войти с помощью Emby Connect, используйте мобильное устройство или компьютер, чтобы посетить {0} и ввести следующий ПИН-код:",
+ "LabelSubtitlePlaybackMode": "Режим субтитров",
+ "ErrorDeletingItem": "Произошла ошибка при удалении элемента с сервера Emby. Пожалуйста, проверьте, что у сервера Emby есть доступ на запись к папке с медиа, и попробуйте еще раз.",
+ "NoSubtitles": "Без субтитров",
+ "Default": "По умолчанию",
+ "Absolute": "Абсолютный",
+ "Smart": "Умный",
+ "Small": "Мелкий",
+ "Smaller": "Маленький",
+ "Medium": "Средний",
+ "Large": "Большой",
+ "Larger": "Крупный",
+ "ExtraLarge": "Очень крупный",
+ "ExtraSmall": "Очень мелкий",
+ "Forced": "Форсированные",
+ "External": "Внешние",
+ "HeaderEmbeddedTitle": "Встроенный заголовок",
+ "OnlyForcedSubtitles": "Только форсированные субтитры",
+ "AlwaysPlaySubtitles": "Всегда воспроизводить с субтитрами",
+ "DefaultSubtitlesHelp": "Субтитры загружаются на основе флагов \"По умолчанию\" и \"Форсированные\" в встроенных метаданных. При наличии нескольких вариантов учитываются предпочтения языка.",
+ "SmartSubtitlesHelp": "Субтитры, соответствующие настройке языка, будут загружаться, если аудио на иностранном языке.",
+ "HeaderSubtitleSettings": "Параметры субтитров",
+ "HeaderSubtitleAppearance": "Оформление субтитров",
+ "OnlyForcedSubtitlesHelp": "Загружены будут только форсированные субтитры.",
+ "AutoSelectHearingImpairedHelp": "Субтитры, соответствующие настройкам языка, будут загружены, с предпочтением трекам, отмеченным как для людей с нарушениями слуха (SDH).",
+ "AlwaysPlaySubtitlesHelp": "Субтитры, соответствующие настройке языка, будут загружаться независимо от языка аудио.",
+ "NoSubtitlesHelp": "Субтитры по умолчанию не загружаются. Их по-прежнему можно включить вручную во время воспроизведения.",
+ "LabelPreferredSubtitleLanguage": "Предпочитаемый язык субтитров",
+ "LabelTextSize": "Размер текста",
+ "TheseSettingsAffectSubtitlesOnThisDevice": "Эти настройки влияют на субтитры на этом устройстве",
+ "LabelDropShadow": "Тень",
+ "LabelTextBackgroundColor": "Цвет фона текста",
+ "LabelWindowBackgroundColor": "Цвет фона текста",
+ "LabelFont": "Шрифт",
+ "LabelTextColor": "Цвет текста",
+ "LabelBackgroundColor": "Цвет фона",
+ "LabelBackgroundOpacity": "Прозрачность фона",
+ "Raised": "Приподнятый",
+ "Depressed": "Вдавленный",
+ "Uniform": "Равномерный",
+ "DropShadow": "Тень",
+ "SmallCaps": "Малые прописные",
+ "SubtitleAppearanceSettingsDisclaimer": "Эти настройки не применяются к графическим субтитрам (PGS, DVD и т. д.), либо к субтитрам, в которые встроены собственные стили (ASS/SSA).",
+ "Normal": "Обычный",
+ "HeaderWaitingForWifi": "В ожидании WiFi",
+ "WifiRequiredToDownload": "WiFi-соединение требуется для продолжения загрузки.",
+ "DownloadOnlyOnWifi": "Загружать только по WiFi",
+ "LabelMusicDownloadQuality": "Качество загрузки музыки",
+ "MusicDownloadQualityHelp": "Аудиофайлы с более высоким битрейтом будут конвертированы Emby Server. Выберите более высокое значение для лучшего качества или более низкое значение для экономии места на локальном диске.",
+ "HeaderDownloadSettings": "Параметры загрузки",
+ "LabelDownloadLocation": "Место загрузки",
+ "BrowseForFolder": "Обзор папок",
+ "Unlimited": "Неограниченно",
+ "NoLimit": "Без лимита",
+ "Hide": "Скрыть",
+ "HeaderKeepWatching": "Продолжить просмотр",
+ "HeaderNextEpisode": "Следующая серия",
+ "AudioBitDepthNotSupported": "Конвертация в совместимую разрядность аудио",
+ "VideoBitrateNotSupported": "Конвертация видео в совместимый битрейт",
+ "VideoProfileNotSupported": "Конвертация в совместимый профиль видео",
+ "VideoFramerateNotSupported": "Конвертация в совместимую частоту кадров видео",
+ "VideoBitDepthNotSupported": "Конвертация в совместимую глубину цвета видео",
+ "RefFramesNotSupported": "Конвертация в совместимое количество опорных кадров видео",
+ "ErrorConnectServerUnreachable": "При выполнении запрошенной операции произошла ошибка. Ваш сервер не может подключиться к нашему Emby Connect Server по адресу {0}. Пожалуйста, убедитесь, что ваш сервер имеет активное интернет-подключение и что коммуникации разрешены любым установленным у вас брандмауэром или программным обеспечением безопасности.",
+ "HeaderStopRecording": "Остановка записи",
+ "ManageRecording": "Управление записью",
+ "LabelDropImageHere": "Перетащите изображение сюда или нажмите для выбора изображения и загрузки.",
+ "MessageFileReadError": "Произошла ошибка при считывании файла. Повторите попытку позже.",
+ "Browse": "Навигация",
+ "HeaderUploadImage": "Загрузить изображение",
+ "HeaderAddUpdateImage": "Добавить/Обновить изображение",
+ "HeaderShowFields": "Показать поля",
+ "LabelView": "Вид",
+ "LabelImageType": "Тип рисунка",
+ "Upload": "Загрузить",
+ "Primary": "Основной",
+ "PrimaryImageBlur": "Размытие основного изображения",
+ "Art": "Художественное оформление",
+ "Backdrop": "Фон",
+ "Banner": "Баннер",
+ "Box": "Изображение коробки",
+ "BoxRear": "Задняя сторона коробки",
+ "Disc": "Диск",
+ "Logo": "Логотип",
+ "LogoDark": "Логотип (тёмная версия)",
+ "LogoLight": "Логотип (светлая версия)",
+ "LogoLightColor": "Логотип (светлый цветной)",
+ "Menu": "Меню",
+ "Screenshot": "Снимок экрана",
+ "Thumb": "Эскиз",
+ "HeaderAudioSettings": "Параметры аудио",
+ "LabelAudioLanguagePreference": "Предпочтительный язык аудио",
+ "LabelPlayDefaultAudioTrack": "Воспроизводить стандартную аудио дорожку независимо от языка",
+ "HeaderVideoQuality": "Качество видео",
+ "CinemaModeConfigurationHelp": "Вступление к фильму принесёт ощущения кинотеатра прямо в ваш дом. Возможность проигрывать трейлеры и индивидуальные заставки перед просмотром.",
+ "ShowUpNextPreview": "Показать предварительный просмотр \"Следующее\"",
+ "ShowUpNextPreviewHelp": "Показывать информацию о следующем элементе перед завершению текущего.",
+ "PlayNextEpisodeAutomatically": "Смотреть следующий эпизод автоматически",
+ "LabelMaxChromecastBitrate": "Качество трансляции Chromecast",
+ "LabelSkipBackLength": "Длительность перемотки назад",
+ "LabelSkipForwardLength": "Длительность перемотки вперёд",
+ "EnableCinemaMode": "Включить вступление к фильму",
+ "LabelInternetQuality": "Качество удаленной трансляции",
+ "LabelCellularQuality": "Качество удаленной трансляции (сотовая сеть)",
+ "HeaderMusicQuality": "Качество музыки",
+ "LabelHomeNetworkQuality": "Качество трансляции в домашней сети",
+ "HeaderLatestMedia": "Недавно добавленные",
+ "HeaderRestartingEmbyServer": "Перезапуск Emby Server",
+ "RestartPleaseWaitMessage": "Подождите, пока Emby Server выключится и перезапустится. Это может занять минуту или две.",
+ "HeaderPlayNext": "Воспроизвести следующее",
+ "AutoBasedOnLanguageSetting": "Авто (в зависимости от настроек устройства)",
+ "SameAsMainTheme": "То же, что и основная тема",
+ "LabelDateTimeLocale": "Дата и время",
+ "Genre": "Жанр",
+ "DirectorValue": "Режиссёр: {0}",
+ "DirectorsValue": "Режиссёры: {0}",
+ "GenreValue": "Жанр: {0}",
+ "GenresValue": "Жанры: {0}",
+ "TagsValue": "Теги: {0}",
+ "Off": "Выкл",
+ "Title": "Название",
+ "Year": "Год",
+ "Filter": "Фильтр",
+ "Filters": "Фильтры",
+ "Unplayed": "Не просмотренные",
+ "LabelTVHomeScreen": "Главная страница при ТВ-режиме",
+ "Horizontal": "Горизонтально",
+ "Vertical": "Вертикально",
+ "HeaderGroupBy": "Группировать по",
+ "HeaderMediaType": "Тип медиа",
+ "GroupBySeries": "Группировка по сериям",
+ "HeaderVideoType": "Тип видео",
+ "HeaderSeriesStatus": "Статус серии",
+ "Features": "Материалы",
+ "Trailers": "Трейлеры",
+ "Extras": "Дополнения",
+ "ThemeSongs": "Тематические мелодии",
+ "ThemeVideos": "Тематические видео",
+ "HeaderFavoriteMovies": "Избранные фильмы",
+ "HeaderFavoritePhotos": "Избранные фото",
+ "HeaderFavoriteShows": "Избранные сериалы",
+ "HeaderFavoriteEpisodes": "Избранные эпизоды",
+ "HeaderFavoriteVideos": "Избранные видео",
+ "HeaderFavoriteMusicVideos": "Избранные музыкальные видео",
+ "HeaderFavoriteGames": "Избранные игры",
+ "HeaderFavoriteArtists": "Избранные исполнители",
+ "HeaderFavoriteAlbums": "Избранные альбомы",
+ "HeaderFavoriteSongs": "Избранные композиции",
+ "HeaderFavoriteAuthors": "Избранные авторы",
+ "HeaderFavoriteAudioBooks": "Избранные аудиокниги",
+ "Ascending": "По возрастанию",
+ "Descending": "По убыванию",
+ "HeaderColorPrimaries": "Основные цвета",
+ "HeaderColorSpace": "Цветовое пространство",
+ "HeaderColorTransfer": "Цветопередача",
+ "HeaderVideoRange": "Диапазон видео",
+ "SeriesDisplayOrderHelp": "Упорядочить эпизоды по дате выхода в эфир, порядку на DVD или абсолютной нумерации.",
+ "LabelVerticalPositionFromBottom": "Вертикальное положение (снизу)",
+ "HeaderFavoritePeople": "Избранные актёры",
+ "MultiSelect": "Множественный выбор",
+ "HeaderSignOut": "Выйти",
+ "HeaderSelectServer": "Выбрать сервер",
+ "HeaderChangeServer": "Сменить сервер",
+ "HeaderChangeUser": "Сменить пользователя",
+ "HeaderAppSettings": "Параметры приложения",
+ "HeaderLoginSettings": "Параметры входа",
+ "LabelRememberLogin": "Запомнить логин",
+ "LabelAutomaticallySignOut": "Автоматический выход",
+ "BetaTesterMessage": "Спасибо, что вы бета-тестер Emby! Пожалуйста, оставляйте отзывы в {0}Разделе тестирования Сообщества Emby{1}.",
+ "HardwareAccelerated": "Аппаратное ускорение",
+ "Software": "Программное обеспечение",
+ "Metadata": "Метаданные",
+ "HeaderMediaInfo": "Медиа данные",
+ "Locked": "Заблокировано",
+ "HeaderSplitVersionsApart": "Разделить версии",
+ "Any": "Любой",
+ "Admin": "Администратор",
+ "HeaderReadMore": "Читать далее",
+ "CustomRatingHelp": "Пользовательский рейтинг используется для оценок родительского контроля, но не отображается. Поле родительского рейтинга по-прежнему отображается.",
+ "KeepUpToHelp": "Записи сверх лимита удаляются при начале следующей записи. Сначала удаляются самые старые записи по дате добавления.",
+ "NoItemsMatchingFound": "Не найдено элементов, соответствующих вашим критериям поиска.",
+ "TwoSearchCharsRequired": "Введите не менее двух символов для поиска.",
+ "PreventPlaybackContinuing": "Предотвратить бесконечное продолжение воспроизведения, периодически запрашивая у пользователя ввод.",
+ "PromptStillWatching": "Включить запрос \"Вы все ещё смотрите?\"",
+ "HeaderMissingMetadata": "Недостающие метаданные",
+ "HeaderIncludedIn": "Включен в",
+ "EmbyConnectUserAlreadyLinked": "Пользователь Emby Connect уже связан с другим пользователем на этом сервере.",
+ "VideoFilesWillBeConvertedTo": "Конвертированные видео будут сохранены как {0}.",
+ "VideoWillBeConvertedTo": "Видеопотоки будут преобразованы в {0} или скопированы из исходного файла, если они уже являются {0} и качество соответствует параметрам преобразования.",
+ "VideoWillBeConvertedToOrCopied": "Видеопотоки будут преобразованы в {0} или скопированы из исходного файла, если они уже являются ({1}) и качество соответствует параметрам преобразования.",
+ "AudioWillBeConvertedTo": "Аудиопотоки будут преобразованы в {0} или скопированы из исходного файла, если они уже являются {0} и качество соответствует параметрам преобразования.",
+ "AudioWillBeConvertedToOrCopied": "Аудиопотоки будут преобразованы в {0} или скопированы из исходного файла, если они уже являются ({1}) и качество соответствует параметрам преобразования.",
+ "HeaderSpecialKeys": "Дополнительные ключи",
+ "FollowingSpecialKeys": "Следующие специальные клавиши поддерживаются на большинстве клавиатур и пультов дистанционного управления:",
+ "HeaderDeleteSeries": "Удалить серии",
+ "HeaderDeleteLastPlayedEpisode": "Удалить последний проигранный эпизод",
+ "HeaderConnectingToServer": "Подключение к серверу",
+ "ServerNameValue": "Имя сервера: {0}",
+ "DomainValue": "Домен: {0}",
+ "RatedValue": "Оценка {0}",
+ "LocalServerRedirectMessage": "Теперь вы будете перенаправлены на домен, принадлежащий и управляемый администратором сервера, к которому вы решили подключиться:",
+ "AllMediaOwnedHosted": "Все медиафайлы размещаются и управляются владельцем {0}.",
+ "EnableResolutionSwitching": "Подгонять разрешение видео",
+ "EnableResolutionSwitchingHelp": "Это позволяет Emby изменять разрешение на то значение, в котором видео было закодировано до начала воспроизведения. Это может помочь минимизировать количество фризов/дерганий, которые вы можете увидеть при воспроизведении видео, которое плохо подходит.",
+ "EnableDisplayRefreshRateSwitching": "Включить переключение частоты обновления экрана",
+ "EnableDisplayRefreshRateSwitchingHelp": "Это позволяет Emby изменять частоту обновления экрана на то же значение (или кратное ему) частоты кадров, в которой видео было закодировано до начала воспроизведения. Это может помочь минимизировать количество фризов/дерганий, которые вы можете увидеть при воспроизведении видео, которое плохо подходит.",
+ "RememberSelectedAudioTracks": "Запомнить выбранные аудио дорожки",
+ "RememberSelectedSubtitleTracks": "Запомнить выбранные дорожки с субтитрами",
+ "RememberSelectedSubtitleTracksHelp": "Выбор дорожек субтитров будет запоминаться для каждого видео отдельно и повторно применяться при следующем воспроизведении того же видео.",
+ "RememberSelectedAudioTracksHelp": "Выбранное аудио будет запоминаться для каждого видео и повторно применяться при повторном воспроизведении того же видео.",
+ "ClearSavedTrackSelections": "Очистить выбранные сохраненные треки",
+ "HeaderClearTrackSelections": "Очистить выбранные сохраненные треки",
+ "QuestionClearSavedTracks": "Очистить все выбранные сохраненные треки?",
+ "LabelChannelTags": "Теги канала",
+ "AfterThisPlaysConfirmation": "После проигрывания вы хотите продолжить воспроизведение или очистить очередь ранее добавленной музыки ?",
+ "Keep": "Сохранить",
+ "Clear": "Очистить",
+ "HeaderClearFilters": "Удалить фильтры",
+ "HeaderSearchForImages": "Поиск изображений",
+ "HeaderSearchNewImage": "Искать новое изображение",
+ "HeaderSearchForAnImage": "Искать изображение",
+ "DragDropToReorder": "Перетащите, чтобы изменить порядок",
+ "HeaderAddImageFromUrl": "Добавить изображение из URL",
+ "HeaderSetImageFromUrl": "Установить изображение из URL",
+ "LabelUrl": "URL",
+ "LabelChannelNumber": "Номер канала",
+ "LabelGuideDataChannel": "Телегид канала",
+ "GuideDataSource": "Источник данных",
+ "HeaderCopyToClipboard": "Скопировать в буфер обмена",
+ "TimeRemainingValue": "{0} осталось",
+ "LabelResumeRewindSeconds": "При возобновлении автоматическая перемотка назад",
+ "ResumeRewindSecondsHelp": "Это может помочь вам вспомнить, где вы остановились. Это применяется к первоначальному возобновлению воспроизведения, а не к каждой отдельной паузе во время воспроизведения.",
+ "HeaderSavePlayQueueToPlaylist": "Сохранить очередь воспроизведения в список воспроизведения",
+ "EnableLogoImagesAsTitle": "Отображать логотипы изображений в качестве заголовков на экранах подробностей",
+ "EnableLogoImagesAsTitleHelp": "Когда доступны, изображения логотипов могут использоваться вместо текста заголовка на экранах подробностей видео, сериалов и других. Заголовок вернётся к тексту, если изображение логотипа недоступно.",
+ "LabelNowPlayingAudioBackgroundStyle": "Воспроизводится фоновый стиль аудио",
+ "LabelNowPlayingVideoBackgroundStyle": "Воспроизводится фоновый стиль видео",
+ "NowPlayingVideoBackgroundStyleHelp": "Определяет стиль фона при удаленном управлении воспроизведением видео на другом устройстве.",
+ "Rotation": "Поворот",
+ "Minutes": "Минуты",
+ "LabelMaxRecordingLength": "Максимальная длинна записи",
+ "MaxRecordingLengthHelp": "Ограничивать записи указанным временем, независимо от длительности трансляции. Укажите 0 для снятия ограничения.",
+ "RemoteWAN": "Удаленный (WAN) адрес",
+ "HeaderLastConnectedTo": "Последнее подключение к",
+ "Version": "Версия",
+ "Keyword": "Ключевое слово",
+ "HeaderServerAddress": "Адрес сервера",
+ "HeaderSkipIntro": "Пропустить вступление",
+ "HeaderCreateRecording": "Создать запись",
+ "HeaderAddRecording": "Добавить запись",
+ "HeaderChannelAndTime": "Канал и время",
+ "LabelRecordProgramOrSeriesFrom": "Записать программу или серию с",
+ "LabelStartTime": "Начальное время",
+ "LabelEndTime": "Конечное время",
+ "LabelFrequency": "Частота",
+ "Recurring": "Повторяющийся",
+ "Once": "Единожды",
+ "Start": "Старт",
+ "Unpause": "Возобновить",
+ "LabelIntroSkipMode": "Пропуск вступления",
+ "ShowSkipIntroButton": "Показать кнопку 'Пропустить вступление'",
+ "AutoSkipIntro": "Автоматически пропускать вступления",
+ "DisplayRatingInformationOnVideoPlaybackStart": "Отображать информацию о рейтинге при начале воспроизведения видео",
+ "DisplayRatingInformationOnVideoPlaybackStartHelp": "Информация о рейтинге будет отображаться кратковременно при начале воспроизведения видео.",
+ "IntroSkipModeHelp": "Отображать кнопку «Пропустить вступление» или автоматически пропускать вступления для эпизодов, в которых Emby Server обнаружил маркеры вступления. Обнаружение вступления должно быть включено в параметрах библиотеки Emby Server.",
+ "EnableHomeScreenFocusPreview": "Использовать макет на главном экране, который показывает подробный предварительный просмотр выбранного элемента",
+ "EnableHomeScreenFocusPreviewHelp": "Это может работать не очень хорошо, если главный экран содержит смесь разных типов медиа.",
+ "LabelHideMediaTransportButtons": "Скрыть кнопки управления видео-плеером",
+ "HideMediaTransportButtonsHelp": "Создайте более простой интерфейс воспроизведения, скрыв базовые кнопки управления — такие как перемотка вперед, назад и пауза. Вы по-прежнему сможете управлять этими функциями с помощью стрелок и кнопки OK/Enter. Режим «Авто» будет скрывать кнопки управления, если в приложении не обнаруживается использование мыши.",
+ "ImageSizeHelp": "Установите предпочтительный размер сетки изображений.",
+ "LabelImageSize": "Размер изображения",
+ "ThisImageIsOnlyPreview": "Это изображение является только предварительным просмотром, полученным из механизма поиска метаданных. Фактическое изображение, которое скачает Emby Server, может быть другим и будет зависеть от параметров, которые вы настроили в настройках библиотеки Emby.",
+ "ResultsRangeValue": "с {0} по {1} из {2})",
+ "NotificationsDescription": "Настройте уведомления, чтобы быть в курсе важных событий на вашем Emby Server.",
+ "DeleteEmbyConnectAccount": "Удалить аккаунт Emby Connect",
+ "DeleteEmbyConnectAccountHelp": "Чтобы удалить ваш аккаунт Emby Connect, пожалуйста, войдите в {0}Emby Community{1} на сайте {2}. После входа нажмите на ваше имя пользователя в правом верхнем углу, затем нажмите \"Настройки аккаунта\", затем нажмите \"Удалить мой аккаунт\".",
+ "KeepPlayingInBackground": "Продолжать воспроизведение в фоне",
+ "LabelVideoBackBehavior": "Поведение кнопки \"Назад\" в видеоплеере",
+ "HeaderViewLyrics": "Посмотреть текст песни",
+ "HeaderViewMissingEpisodes": "Посмотреть пропущенные эпизоды",
+ "HeaderMissingEpisodes": "Пропущенные эпизоды",
+ "HeaderManageAccess": "Управление доступом",
+ "HeaderManageCollaboration": "Управление сотрудничеством",
+ "HeaderLeaveCollaboration": "Покинуть сотрудничество",
+ "HeaderRemoveFromLibrary": "Удалить из библиотеки",
+ "RemoveSharedItemConfirmation": "Вы уверены, что хотите удалить этот элемент из вашей библиотеки? Чтобы вернуть его обратно, владелец должен будет предоставить вам доступ снова.",
+ "SubtitlesDownloaded": "Субтитры загружены",
+ "HeaderMakePrivate": "Сделать личным",
+ "HeaderMakePublic": "Сделать публичным",
+ "MakePublicDescription": "Все пользователи смогут просматривать этот элемент. Пользователям может быть предоставлен доступ для редактирования.",
+ "MakePrivateDescription": "Пользователям всё ещё может быть предоставлен индивидуальный доступ.",
+ "Private": "Личное",
+ "Public": "Публичное",
+ "Collaborative": "Совместный",
+ "PreferredShowDisplay": "Предпочитаемый вид отображения сериалов",
+ "ShowAllEpisodesAllSeasons": "Показать все эпизоды всех сезонов вместе",
+ "ShowAllEpisodesSingleSeason": "Показать все эпизоды только для шоу с одним сезоном",
+ "ShowSeasonFolders": "Всегда показывать папки сезонов",
+ "HeaderAddAgain": "Добавить снова",
+ "UpNext": "Следующее",
+ "ItemsAlreadyInPlaylist": "Некоторые из этих элементов уже находятся в вашем плейлисте.",
+ "ItemAlreadyInPlaylist": "Этот элемент уже находится в вашем плейлисте.",
+ "HeaderPlayChannel": "Воспроизвести канал",
+ "LabelScreenOrientationDuringVideo": "Ориентация экрана во время воспроизведения видео",
+ "UseDeviceSetting": "Использовать настройки устройства",
+ "LockToLandscape": "Заблокировать в альбомной ориентации",
+ "UsernameForFolderHelp": "Имя пользователя, необходимое для доступа к этой папке в вашей сети (если применимо).",
+ "PasswordForFolderHelp": "Пароль, необходимый для доступа к этой папке в вашей сети (если применимо).",
+ "ShowMediaInfoOnDetailScreens": "Показывать полные медиа в нижней части экранов подробностей аудио и видео",
+ "ForgotPasswordNoUserFound": "Пользователей с введенным именем не найдено. Пожалуйста, попробуйте еще раз или оставьте имя пустым, чтобы сбросить пароль для всех пользователей на этом сервере.",
+ "Silver": "Серебряный",
+ "DimGray": "Тусклый серый",
+ "DarkGray": "Тёмно серый",
+ "LightGray": "Светлый серый",
+ "Black": "Чёрный",
+ "Blue": "Синий",
+ "Cyan": "Голубой",
+ "Gray": "Серый",
+ "Green": "Зелёный",
+ "Lime": "Лаймовый",
+ "Magenta": "Магента",
+ "Orange": "Оранжевый",
+ "Pink": "Розовый",
+ "Red": "Красный",
+ "Yellow": "Жёлтый",
+ "White": "Белый",
+ "Purple": "Фиолетовый",
+ "RecentlyReleasedMovies": "Недавно вышедшие фильмы",
+ "RecentlyReleasedEpisodes": "Недавно вышедшие эпизоды",
+ "DolbyProfile": "Dolby Profile",
+ "IpAddress": "IP-адрес",
+ "VideoType": "Тип видео",
+ "HidePlayedMediaFrom": "Скрыть просмотренное медиа из",
+ "BottomEdgePosition": "Положение нижнего края",
+ "VerticalPositionFromBottomScreen": "Установите вертикальную позицию субтитров относительно нижнего края экрана.",
+ "TopEdgePosition": "Положение верхнего края",
+ "TopEdgePositionHelp": "Установите максимально допустимую вертикальную позицию субтитров относительно верхнего края экрана. Это используется, когда субтитры содержат инструкции по позиционированию для размещения вверху.",
+ "HeaderSubtitlePosition": "Позиция субтитров",
+ "TitleProfilePin": "ПИН профиля",
+ "ProfilePinConfirm": "ПИН профиля (подтвердить)",
+ "SaveProfilePin": "Сохранить ПИН",
+ "ProfilePinDescription": "Создайте необязательный ПИН-код, который будет запрашиваться для входа при каждом возвращении в приложение Emby на устройстве, куда вы уже вошли. Это полезно, если у вас есть устройства, которыми пользуются несколько пользователей. Вы можете включить его выборочно на каждом устройстве по мере необходимости.",
+ "TitleNewEpisodes": "Новые эпизоды",
+ "EnterYourPinToContinue": "Введите ваш ПИН, чтобы продолжить.",
+ "YourPinMustBe": "Ваш PIN должен состоять из {0} цифр.",
+ "ForgotPin": "Забыли ПИН?",
+ "RequireEnteringPinToReturn": "Требовать ввод ПИН моего профиля каждый раз, когда я возвращаюсь в это приложение.",
+ "RequireEnteringPinToReturnQuestion": "Нужно ли запрашивать ПИН вашего профиля каждый раз, когда вы возвращаетесь в это приложение? Если это устройство используется совместно несколькими пользователями, ПИН профиля поможет предотвратить доступ других пользователей к вашим данным.",
+ "RequireEnteringPinToReturnHelp": "Полезно, если это устройство используется совместно несколькими пользователями.",
+ "WrongPinPleaseTryAgain": "Упс, неправильный ПИН. Пожалуйста, попробуйте еще раз.",
+ "ProfilePinIsOn": "ПИН профиля сейчас включен.",
+ "IfTryingToConnectToHttp": "Если вы пытаетесь подключиться к Emby Server по HTTP-адресу, ваш браузер может не позволять это из-за требований HTTPS. Пожалуйста, попробуйте одно из следующего:",
+ "SetupHttpsForYourServer": "Настройте {0}HTTPS для вашего Emby Server{1}, чтобы вы могли подключаться по HTTPS.",
+ "TitleUnableToReachServer": "Невозможно достичь сервера",
+ "TitleUnableToReachName": "Невозможно достичь {0}",
+ "HearingImpaired": "Слабослышащие",
+ "SignIntoServerName": "Войти в {0}",
+ "About": "Информация",
+ "Specials": "Специальные эпизоды",
+ "NSettings": "{0} параметры",
+ "NPreferences": "{0} параметры",
+ "DetailScreenOptions": "Экраны подробностей",
+ "LabelGenreDisplayLimit": "Ограничение отображения жанров",
+ "GenreDisplayLimitHelp": "Ограничить количество жанров, отображаемых в верхней части экранов подробностей.",
+ "GenreDisplayLimitForListsHelp": "Ограничить количество жанров, отображаемых в верхней части экранов подробностей плейлистов, коллекций и артистов.",
+ "LabelGenreDisplayLimitForLists": "Ограничение отображения жанров для списка",
+ "ShowPosterOnDetails": "Показывать постер на экране подробностей",
+ "ShowPosterOnDetailsHelp": "Выберите, показывать постер на экранах подробностей видео или скрыть его для более минималистичного вида, который подчеркивает фон. Этот параметр не используется на меньших макетах экрана. Некоторые типы элементов игнорируют этот параметр.",
+ "EnableAppLogging": "Включить логирование приложения",
+ "EnableAppLoggingHelp": "Логирование может ухудшить производительность приложения и должно быть включено только по необходимости для устранения неполадок. Изменения требуют перезапуска приложения.",
+ "LabelSlideshowInterval": "Время показа слайда в фотослайд-шоу",
+ "TVChannelImageEditorHelp": "Поддерживаются несколько версий логотипов. Приложения Emby автоматически выберут подходящую в зависимости от текущей темы.",
+ "PlaySlideshow": "Воспроизвести слайд-шоу",
+ "CheckForExistingEpisodesInAllLibraries": "Проверить существующие эпизоды во всех библиотеках.",
+ "GroupNotificationsBySeriesOrAlbum": "Группировать уведомления по сериям и альбомам.",
+ "ThemeSettings": "Параметры темы",
+ "FollowingActivityWillBeDisrupted": "Следующая активность будет прервана и может потребовать ручного вмешательства для перезапуска:",
+ "OneActivePlaybackSession": "1 активная сессия воспроизведения",
+ "NumActivePlaybackSessions": "{0} сесси(я/ий) воспроизведения",
+ "OneActiveRecording": "1 активная запись",
+ "NumActiveRecordings": "{0} активных записей",
+ "PlayFromLivePosition": "Воспроизвести с позиции live",
+ "PlayFromStartOfRecording": "Воспроизвести с начала записи",
+ "ThisChannelIsActivelyRecording": "Этот канал активно записывается. Как вы хотите начать воспроизведение?",
+ "ThemeSongVolume": "Громкость тематической песни",
+ "HeaderForceConversionForFormats": "Принудительное перекодирование для форматов",
+ "ForceConversionForFormatsHelp": "Используйте это, чтобы принудительно выполнить транскодирование или ремуксинг со стороны сервера для форматов, которые плохо воспроизводятся напрямую на этом устройстве.",
+ "StartupBehavior": "Поведение при запуске",
+ "RememberLastUser": "Запоминать последнего пользователя",
+ "ShowLoginScreen": "Показывать экран логина",
+ "SignInAsValue": "Войти как {0}",
+ "ConvertUnsupportedAudio": "Преобразовать неподдерживаемый окружающий звук в Dolby Digital",
+ "ConvertUnsupportedAudioHelp": "Избегайте понижения неподдерживаемых форматов окружающего звука до стерео, заставив Emby Server перекодировать их в Dolby Digital.",
+ "HeaderPlaybackCorrection": "Коррекция воспроизведения",
+ "HeaderAttemptPlaybackCorrection": "Попытаться исправить воспроизведение",
+ "PlaybackCorrectionConfirm": "Попытаться исправить воспроизведение?",
+ "PlaybackCorrectionDescription": "Выявляет ли текущий элемент проблему воспроизведения, такую как отсутствие видео или аудио? Это попытается исправить проблемы воспроизведения с помощью транскодирования на сервере, преобразовав файл в более удобный для стриминга формат. Это приведёт к увеличенному потреблению ресурсов на этом Emby Server.",
+ "PlaybackCorrectionDescription2": "Вы можете делать это до трёх раз на видео, при этом ремуксирование, транскодирование видео и транскодирование аудио активируются по одному за раз.",
+ "HeaderAlbumsAsContributingArtist": "Альбомы по участвующему исполнителю",
+ "HeaderAlbumsAsComposer": "Альбомы по композитору",
+ "Duplicates": "Дубликаты",
+ "HeaderSleepTimer": "Таймер сна",
+ "AfterCurrentItem": "После текущего элемента",
+ "HeaderStopPlayback": "Остановить воспроизведение",
+ "TurnOffTimer": "Выключить таймер",
+ "SleepTimerIsSet": "Ваш таймер сна установлен",
+ "SleepTimerIsOff": "Ваш таймер сна выключен",
+ "LabelEnableRemoteControlTVMode": "Отображать функции трансляции и дистанционного управления",
+ "EnableRemoteControlTVModeHelp": "Включите, если планируете использовать это устройство для отправки медиа на другие устройства.",
+ "ShowOnScreenControls": "Показывать элементы управления на экране",
+ "LabelVideoScreenUpAction": "Действие \"вверх\" в видео-плеере",
+ "VideoScreenUpActionHelp": "Выберите действие, которое будет выполняться при нажатии кнопки вверх на экране видео-плеера. Это применяется, когда экранные элементы управления в данный момент не отображаются. Когда элементы управления уже отображаются, кнопка вверх будет использоваться для навигации.",
+ "LabelVideoPlayerLongPressAction": "Действие долгого нажатия в видео-плеере",
+ "LetsGetSetup": "Давайте подготовимся",
+ "VideoPlayerLongPressActionHelp": "Выберите, какая функция или меню будет показываться при долгом нажатии кнопки \"OK\" во время воспроизведения видео. Это применяется только тогда, когда видеоэлементы управления скрыты или фокус находится на полосе перемотки.",
+ "AskAdminToGetPremiere": "Эту покупку должен совершить администратор сервера. Пожалуйста, попросите администратора этого Emby Server войти в систему и оформить подписку Emby Premiere, чтобы вы могли пользоваться премиум-функциями.",
+ "AutoOpenSingleItemsFolders": "Автоматически открывать один элемент в режиме просмотра папок",
+ "AutoOpenSingleItemsFoldersHelp": "Когда папка содержит только один элемент, автоматически открывать этот элемент.",
+ "PlayedOnValue": "Воспроизводится {0}",
+ "TheseSettingsApplyAppDevice": "Эти настройки применяются ко всем пользователям, играющим на этом устройстве.",
+ "LastContentDateAdded": "Дата добавления последнего контента",
+ "RepeatThemeMedia": "Зациклить проигрывание тематической музыки",
+ "HideEpisodeSpoilerInfo": "Скрыть спойлерную информацию из не просмотренных эпизодов",
+ "HideEpisodeSpoilerInfoHelp": "Скрывает изображение и обзор для не просмотренных эпизодов на большинстве экранов.",
+ "BornValueAge": "Родился: {0} (возраст {1})",
+ "PreferDirectStreamLiveTV": "Предпочитать прямое потоковое вещание Live TV",
+ "PreferDirectStreamLiveTVHelp": "Прямое потоковое вещание Live TV снизит использование ресурсов на Emby Server, но может быть менее удобным для перемотки во время воспроизведения. Включение этого позволит прямое потоковое вещание Live TV, если формат поддерживается и находится в пределах настроек качества. Отключите, чтобы наслаждаться лучшей перемоткой во время воспроизведения за счет дополнительного использования ресурсов.",
+ "HeaderAllRecordings": "Все записи",
+ "RememberLoginDescription": "After signing in, you can use the app settings to configure the startup behavior to remember login, sign in as a specific user, or always show the login screen.",
+ "ForgetThisServer": "Forget This Server",
+ "ForgetServerConfirmation": "Are you sure you wish to forget this server?",
+ "HeaderThisDevice": "This Device",
+ "ChaptersGuide": "Chapters / Live TV Guide",
+ "ChaptersGuideHelp": "Show Chapters for media with chapters. For media without chapters, show the Live TV Guide (when available).",
+ "HeaderShowSeriesImages": "Show Series Images",
+ "AppExitConfirmation": "Are you ready to exit Emby?",
+ "AppExitMenu": "Exit menu",
+ "SideMenu": "Side navigation menu",
+ "SystemStorage": "System storage ({0})"
+}
diff --git a/modules/common/strings/sk.json b/modules/common/strings/sk.json
new file mode 100644
index 0000000..10eed6b
--- /dev/null
+++ b/modules/common/strings/sk.json
@@ -0,0 +1,1340 @@
+{
+ "ReplaceExistingThumbnailImages": "Replace existing video preview thumbnails",
+ "ReplaceExistingThumbnailImagesHelp": "All existing video preview thumbnails will be deleted and new ones will be generated, if enabled in the options for the library.",
+ "DateCreated": "Date Created",
+ "CreatedOnValue": "Created {0}",
+ "UpdatedOnValue": "Updated {0}",
+ "EmbyLoginTerms": "Emby je navrhnuté tak, aby Vám pomohlo spravovať Vašu osobnú knižnicu médií, napríklad domáce videá a fotografie. Prečítajte si naše {0} podmienky používania {1}. Použitie akéhokoľvek softvéru Emby znamená prijatie týchto podmienok.",
+ "MessageUnableToConnectToServer": "Momentálne sa nemôžeme pripojiť k vybranému serveru. Skontrolujte, či je spustený a skúste to znova.",
+ "EmbyIntroMessage": "S Emby môžete jednoducho streamovať videá, hudbu a fotografie do chytrých telefónov, tabletov a ďalších zariadení zo svojho servera Emby.",
+ "HeaderSignInWithConnect": "Prihlásiť sa pomocou Emby Connect",
+ "HeaderWelcomeToEmby": "Vitajte v Emby",
+ "HeaderNewUsers": "Noví používatelia",
+ "HeaderPleaseSignIn": "Prosím, prihláste sa",
+ "MessageInvalidUser": "Nesprávne používateľské meno alebo heslo. Prosím skúste znova.",
+ "MessageUnlockAppWithPurchaseOrSupporter": "Odomknite túto funkciu malým jednorazovým nákupom alebo aktívnym predplatným Emby Premiere.",
+ "MessageUnlockAppWithSupporter": "Odomknite túto funkciu pomocou aktívneho predplatného Emby Premiere.",
+ "MessageToValidateSupporter": "Ak máte aktívne predplatné Emby Premiere, uistite sa, že ste nastavili Emby Premiere v ovládacom panely servera Emby, ku ktorému máte prístup kliknutím na Emby Premiere v hlavnej ponuke.",
+ "ValueSpecialEpisodeName": "Špeciál - {0}",
+ "HeaderSignIn": "Prihlásiť sa",
+ "Share": "Zdieľať",
+ "Shared": "Zdieľané",
+ "Info": "Info",
+ "Add": "Pridať",
+ "Speed": "Rýchlosť",
+ "PlaybackSpeed": "Rýchlosť prehrávania",
+ "Chapters": "Kapitoly",
+ "Password": "Heslo",
+ "SavePassword": "Uložiť heslo",
+ "LabelPassword": "Heslo",
+ "HeaderResetPassword": "Obnoviť heslo",
+ "Series": "Seriál",
+ "Preview": "Náhľad",
+ "Submit": "Potvrdiť",
+ "Never": "Nikdy",
+ "Table": "Dlaždice",
+ "HeaderScheduledTasks": "Plánované úlohy",
+ "Plays": "Prehráva",
+ "LastUsedAddressValue": "Naposledy použité {0}",
+ "LabelKeywordType": "Keyword type",
+ "HeaderSelectColumns": "Vybrať stĺpce",
+ "HeaderTopResults": "Najlepšie výsledky",
+ "HeaderPinSidebar": "Pripnúť bočný panel",
+ "Collapse": "Zbaliť",
+ "LabelBackgroundVideoPlayback": "Prehrávanie videa na pozadí:",
+ "BackgroundVideoPlaybackHelp": "Prehrávanie na pozadí umožňuje prehrávanie videa, aj keď je obrazovka vypnutá.",
+ "AlwaysOn": "Vždy zapnutý",
+ "HeadphonesOrExternalSpeakersConnected": "Pripojené slúchadlá alebo externé reproduktory",
+ "HeaderKeyboardAndRemote": "Klávesnica a diaľkový ovládač",
+ "NoSelectedItemsSupportOperation": "Nie sú vybrané žiadne položky, ktoré podporujú túto operáciu.",
+ "NoOperationsForSelectedItems": "Pre vybrané položky nie sú k dispozícii žiadne operácie.",
+ "UploadOnlyOnWifi": "Nahrať iba cez Wifi",
+ "HeaderFoldersToUpload": "Priečinky na nahratie",
+ "LabelPasswordConfirm": "Heslo (potvrdenie):",
+ "HeaderMoveUpInOrder": "Posunúť sa hore v poradí",
+ "HeaderDownUpInOrder": "Posunúť nadol v poradí",
+ "LabelUsername": "Používateľské meno:",
+ "HeaderAddServer": "Pridať server",
+ "HeaderSubtitleOffset": "Ofset titulkov",
+ "Watching": "Sledovanie",
+ "HeaderRemoveFromContinueWatching": "Odstrániť z Pokračovať v pozeraní",
+ "RemoveThisTitleFromContinueWatching": "Odstrániť tento titul z Pokračovať v pozeraní?",
+ "HeaderRemoveFromContinueListening": "Odstrániť z Pokračovania v počúvaní",
+ "RemoveThisTitleFromContinueListening": "Odstrániť tento titul z Pokračovania v počúvaní?",
+ "HeaderIncreaseSubtitleOffset": "Zvýšiť odsadenie titulkov",
+ "HeaderDecreaseSubtitleOffset": "Znížiť posun titulkov",
+ "Close": "Zavrieť",
+ "HeaderSeeAll": "Vidieť všetko",
+ "HeaderOpenInNewWindow": "Otvoriť v novom okne",
+ "LabelEmail": "Email:",
+ "LabelHost": "Host:",
+ "LabelHostHelp": "192.168.1.100 alebo https://myserver.com",
+ "LabelPort": "Port:",
+ "Disabled": "Zablokovaný",
+ "Uninstall": "Odinštalovať",
+ "Enable": "Povoliť",
+ "AllTuners": "All Tuners",
+ "Disable": "Zakázať",
+ "NextValue": "Ďalšie: {0}",
+ "HeaderNextItem": "Ďaľšia položka",
+ "HeaderPreviousItem": "Predchádzajúca položka",
+ "NoTrailersMessage": "Nenašli sa žiadne upútavky. Ak chcete pridať upútavky, nainštalujte si doplnok Upútavky z {0} katalógu doplnkov Emby {1}.",
+ "UninstallPluginConfirmation": "Naozaj chcete tento doplnok odinštalovať?",
+ "HeaderUninstallPlugin": "Odinštalovať doplnok",
+ "AreYouStillWatching": "Stále sledujete?",
+ "LabelCurrentPassword": "Aktuálne heslo:",
+ "LabelNewPassword": "Nové heslo:",
+ "LabelNewPasswordConfirm": "Potvrdenie nového hesla:",
+ "HeaderRemovePassword": "Odstrániť heslo",
+ "ServerUpdateNeeded": "Tento Emby server treba aktualizovať. Najnovšiu verziu nájdete na {0}",
+ "MessageThankYouForConnectSignUp": "Ďakujeme, že ste sa zaregistrovali do programu Emby Connect. Na Vašu adresu sa odošle e-mail s pokynmi na potvrdenie nového účtu. Potvrďte účet a potom sa sem vráťte a prihláste sa.",
+ "MessageThankYouForConnectSignUpNoValidation": "Ďakujeme, že ste sa zaregistrovali do programu Emby Connect! Teraz budete vyzvaný na prihlásenie pomocou údajov z Emby Connect.",
+ "ErrorMessagePasswordNotMatchConfirm": "Heslo a potvrdenie hesla sa musia zhodovať.",
+ "ErrorMessageUsernameInUse": "Používateľské meno sa už používa. Prosím, vyberte nové meno a skúste to znova.",
+ "ErrorMessageEmailInUse": "E-mailová adresa sa už používa. Prosím, zadajte novú e-mailovú adresu a skúste to znova alebo použite funkciu zabudnutého hesla.",
+ "HeaderUpcomingOnTV": "Nadchádzajúce v živej TV",
+ "HeaderOtherShowings": "Iné predstavenia",
+ "Showings": "Predstavenia",
+ "HeaderConnectToServer": "Pripojiť k serveru",
+ "ConnectToServerManually": "Pripojiť k serveru manuálne",
+ "LabelEnterConnectUserNameHelp": "Toto je Vaše používateľské meno alebo e-mail Vášho online účtu Emby.",
+ "HeaderSignInError": "Chyba prihlásenia",
+ "HeaderManualLogin": "Manuálne prihlásenie",
+ "PasswordResetConfirmation": "Naozaj chcete obnoviť heslo?",
+ "ContactAdminToResetPassword": "Prosím obráťte sa na správcu systému a požiadajte ho o obnovenie hesla.",
+ "ForgotPasswordInNetworkRequired": "Prosím skúste to znova vo svojej domácej sieti a začnite proces obnovenia hesla.",
+ "ForgotPasswordFileCreated": "Na serveri bol vytvorený nasledujúci súbor, ktorý obsahuje pokyny ako postupovať:",
+ "ForgotPasswordFileExpiration": "Resetovací PIN vyprší o {0}.",
+ "InvalidForgotPasswordPin": "Bol zadaný neplatný alebo nesprávny PIN. Prosím skúste znova.",
+ "PasswordResetForUsers": "Heslá boli odstránené pre nasledujúcich používateľov. Ak sa chcete prihlásiť, prihláste sa pomocou prázdneho hesla.",
+ "HeaderForgotPassword": "Zabudnuté heslo",
+ "ForgotPasswordUsernameHelp": "Zadať svoje používateľské meno, ak si ho pamätáte.",
+ "HeaderPasswordReset": "Obnova hesla",
+ "AttributeNew": "Nové",
+ "Done": "Hotovo",
+ "HeaderResetToDefault": "Reset to Default",
+ "Deinterlacing": "Odstránenie prekladania",
+ "HeaderBurningInSubtitles": "Vloženie titulkov do obrazu",
+ "Premiere": "Premiéra",
+ "LabelPinCode": "PIN kód:",
+ "LabelLocalNetworkPinCode": "PIN kód k lokálnej sieti:",
+ "LabelLocalNetworkPasswordMode": "Režim prihlásenia do lokálnej siete:",
+ "RequirePasswordInLocalNetwork": "Vyžadovať heslo v lokálnej sieti",
+ "NoPasswordInLocalNetwork": "Nevyžadovať heslo v lokálnej sieti",
+ "PinCodeInLocalNetwork": "Povoliť číselný kód PIN v lokálnej sieti",
+ "LocalNetworkPasswordModeHelp": "Vybrať metódu prihlásenia pre zariadenia v rovnakej lokálnej sieti ako váš server Emby.",
+ "HeaderLocalNetworkAccess": "Prístup k lokálnej sieti",
+ "Live": "Naživo",
+ "Reset": "Obnoviť",
+ "Repeat": "Opakovať",
+ "Track": "Track",
+ "Tracks": "Zvukové stopy",
+ "HeaderCameraUpload": "Nahrať z fotoaparátu",
+ "TrackCount": "{0} zvukové stopy/zvukových stôp",
+ "ItemCount": "{0} položky/položiek",
+ "NumberChannelsValue": "{0} Channels",
+ "HeaderLatestMusic": "Najnovšia hudba",
+ "HeaderLatestAudioBooks": "Najnovšie audio knihy",
+ "HeaderLatestDownloadedVideos": "Najnovšie stiahnuté videá",
+ "HeaderRecentlyPlayed": "Nedávno prehrané",
+ "Recent": "Recent",
+ "HeaderFrequentlyPlayed": "Často hrané",
+ "HeaderMoreLikeThis": "Podobné položky",
+ "HeaderMoreLikeThisOnLiveTV": "Podobné položky v živom televíznom vysielaní",
+ "OriginalAirDateValue": "Pôvodný dátum vysielania: {0}",
+ "EndsAtValue": "Končí o {0}",
+ "Date": "Date",
+ "AirDate": "Dátum odvysielania",
+ "Played": "Prehrané",
+ "Daily": "Denne",
+ "Weekly": "Týždenne",
+ "RequireHashMatch": "Vyžadovať zhodu (hash)",
+ "RequireHashMatchHelp": "Vyžadujúca zhoda (hash) vyfiltruje titulky tak, aby obsahovali iba tie, ktoré boli testované s Vaším konkrétnym video súborom. Zrušením zaškrtnutia sa zvýši počet zhodujúcich sa titulkov, ale tiež sa zvýši pravdepodobnosť chybného alebo nesprávneho textu titulkov.",
+ "SearchForForcedSubtitlesOnly": "Iba vynútené titulky",
+ "SearchForForcedSubtitlesOnlyHelp": "Vyžadovanie vynútených titulkov obmedzí výsledky na titulky, ktoré sú označené ako v cudzom jazyku.",
+ "LastEpisodeDateAdded": "Dátum poslednej pridanej epizódy",
+ "LastEpisodeDateAired": "Dátum vydania poslednej epizódy",
+ "LabelPlaystate": "Stav prehrávania:",
+ "Studio": "Studio",
+ "Tag": "Tag",
+ "EpisodeTitle": "Názov epizódy",
+ "Audio": "Audio",
+ "Video": "Video",
+ "Subtitle": "Titulky",
+ "Image": "Obrázok",
+ "CopyStream": "Copy original stream",
+ "LabelAudioLayout": "Audio layout",
+ "LabelAudioCodec": "Zvukový kodek:",
+ "LabelAudioLanguage": "Jazyk zvuku:",
+ "LabelSubtitleLanguage": "Jazyk titulkov:",
+ "LabelVideoCodec": "Video kodek:",
+ "LabelSubtitleCodec": "Formát titulkov:",
+ "LabelParentalRating": "Rodičovské hodnotenie",
+ "BecauseYouLikeValue": "Pretože sa vám páči {0}",
+ "BecauseYouWatchedValue": "Pretože ste pozerali {0}",
+ "DirectedByValue": "Režíroval {0}",
+ "StarringValue": "V hlavnej úlohe {0}",
+ "Invitations": "Pozvánky",
+ "ActorAsRole": "ako {0}",
+ "ButtonOk": "Ok",
+ "GroupItemsIntoCollections": "Zoskupiť položky do zbierok",
+ "GroupItemsIntoCollectionsHelp": "Zoskupujte pridané položky do zbierok. Povolenie určitých filtrov alebo triedení to môže automaticky zakázať.",
+ "GroupItemsIntoTags": "Zoskupte položky do tagov",
+ "GroupItemsIntoTagsHelp": "Zoskupiť položky podľa tagov, ku ktorým boli pridané. Túto funkciu automaticky deaktivujú určité filtre alebo zoradenia.",
+ "User": "User",
+ "Access": "Prístup",
+ "Users": "Používatelia",
+ "Library": "Knižnica",
+ "Devices": "Zariadenia",
+ "Cancel": "Zrušiť",
+ "Restart": "Reštartovať",
+ "Shutdown": "Vypnúť",
+ "Logs": "Logy",
+ "Visibility": "Viditeľnosť",
+ "Notifications": "Oznámenia",
+ "SendTestNotification": "Send Test Notification",
+ "NotificationSent": "Oznámenie odoslané",
+ "DeleteNotificationConfirmation": "Naozaj si prajete odstrániť toto oznámenie?",
+ "DeleteNotification": "Delete Notification",
+ "AddNotification": "Add Notification",
+ "EditNotification": "Upraviť oznámenie",
+ "LimitUserEventsTo": "Limit user events to",
+ "LimitLibraryEventsTo": "Limit library events to",
+ "LimitDeviceEventsTo": "Limit devices events to",
+ "ForAdditionalNotificationOptions": "Additional notification services can be installed by the server administrator in the Emby {0}plugin catalog{1}.",
+ "Plugins": "Doplnky",
+ "Systems": "Systémy",
+ "Server": "Server",
+ "Dashboard": "Nástenka",
+ "PlayOnAnotherDevice": "Prehrať na inom zariadení",
+ "HeaderConnectionHelp": "Nápoveda k pripojeniu",
+ "AccessRestrictedTryAgainLater": "Prístup je momentálne obmedzený. Skúste prosím neskôr.",
+ "ButtonGotIt": "Rozumiem",
+ "RememberMe": "Zapamätať si ma",
+ "EmbyServer": "Emby Server",
+ "ManageEmbyServer": "Spravovať Emby server",
+ "ShutdownServer": "Vypnúť Emby server",
+ "RestartServer": "Reštartovať Emby server",
+ "RecordingCancelled": "Nahrávanie zrušené.",
+ "SeriesCancelled": "Seriál zrušený.",
+ "Recording": "Recording",
+ "SeriesRecording": "Series Recording",
+ "RecordingScheduled": "Plán nahrávania.",
+ "SeriesRecordingScheduled": "Nahrávanie seriálu naplánované.",
+ "HeaderNewRecording": "Nová nahrávka",
+ "HeaderWakeServer": "Zobudiť server",
+ "AttemptingWakeServer": "Pokúšam sa zobudiť server. Prosím počkajte...",
+ "WakeServerSuccess": "Vyšlo to!",
+ "HeaderCustomizeHomeScreen": "Prispôsobiť domovskú obrazovku",
+ "WakeServerError": "Pakety Wake On LAN boli odoslané do Vašho serveru, ale nemôžeme sa pripojiť k Vášmu serveru Emby. Možno bude potrebné trochu času, aby sa zariadenie prebudilo, alebo server Emby nemusí byť na počítači aktívne spustený.",
+ "Days": "Dni",
+ "Network": "Sieť",
+ "Networks": "Siete",
+ "SortByValue": "Zoradiť podľa {0}",
+ "HeaderSortBy": "Zoradiť podľa",
+ "HeaderPhotoAlbums": "Fotoalbumy",
+ "Photos": "Fotky",
+ "HeaderAppearsOn": "Zobrazí sa",
+ "List": "Zoznam",
+ "HeaderRecordSeries": "Nahrať seriál",
+ "HeaderCinemaMode": "Kino úvody",
+ "Conversions": "Konverzie",
+ "Downloads": "Sťahovania",
+ "HeaderManageDownloads": "Spravovať sťahovania",
+ "InternalStorage": "Interné úložisko",
+ "ExternalStorage": "Externé úložisko",
+ "UploadToFollowingServers": "Nahrať na servery",
+ "UploadingNumItems": "Nahrávanie {0} z {1}",
+ "DownloadNumItems": "Sťahovanie {0} z {1}",
+ "HeaderSampleRate": "Vzorkovacia frekvencia",
+ "HeaderReferenceFrames": "Referenčné rámce",
+ "HeaderBitDepth": "Bitová hĺbka",
+ "HeaderPixelFormat": "Pixel formát",
+ "Profile": "Profil",
+ "Bitrate": "Dátový tok",
+ "Expand": "Rozbaliť",
+ "Container": "Kontajner",
+ "Format": "Formát",
+ "Path": "Cesta",
+ "Size": "Veľkosť",
+ "Resolution": "Rozlíšenie",
+ "HeaderCodecTag": "Značka kodeku",
+ "Framerate": "Snímková frekvencia",
+ "Interlaced": "prekladané",
+ "Anamorphic": "Anamorfné",
+ "Level": "Úroveň",
+ "Timestamp": "Časová značka",
+ "Language": "Jazyk",
+ "Codec": "Kodek",
+ "Stream": "Stream",
+ "HeaderExtradata": "Extra údaje",
+ "HeaderHardwareAcceleratedTranscoding": "Hardvérovo akcelerované transkódovanie",
+ "HeaderHardwareAcceleratedTranscodingDescription": "Využite GPU svojho servera. Emby ponúka najpokročilejšiu a najrýchlejšiu hardvérovú akceleráciu na trhu.",
+ "HeaderOfflineDownloads": "Offline médiá",
+ "AndMuchMoreExclamation": "A oveľa viac!",
+ "HeaderOfflineDownloadsDescription": "Stiahnúť médiá do Vašich zariadení, aby ste ich mohli ľahko používať offline.",
+ "LiveTvFeatureDescription": "Streamujte živé televízne vysielanie do ľubovoľnej aplikácie Emby s kompatibilným zariadením na ladenie televíznych programov nainštalovaným na vašom serveri Emby.",
+ "DvrFeatureDescription": "Naplánovať nahrávky pre živé televízne vysielanie, seriály a iné pomocou Emby DVR.",
+ "CinemaModeFeatureDescription": "Kino úvody Vám poskytnú skutočný zážitok z kina, pred filmom Vám prehrá upútavky a vlastné úvody.",
+ "HeaderFreeApps": "Emby aplikície zdarma",
+ "FreeAppsFeatureDescription": "Užite si voľný prístup k aplikáciám Emby pre Vaše zariadenia.",
+ "HeaderBecomeProjectSupporter": "Získať Emby Premiere",
+ "HeaderViewServerInfo": "View Server Info",
+ "PlaybackTvModeRequiresEmbyPremiere": "Prehrávanie médií v TV režime vyžaduje aktívne {0}predplatné Emby Premiere{1}.",
+ "FeatureRequiresEmbyPremiere": "Táto funkcia vyžaduje aktívne predplatné {0} Emby Premiere {1}.",
+ "HeaderConvertYourRecordings": "Konvertovať Vaše nahrávky",
+ "Record": "Nahrať",
+ "Save": "Uložiť",
+ "Edit": "Upraviť",
+ "HeaderSavePlaylist": "Uložiť zoznam skladieb",
+ "Latest": "Najnovšie",
+ "Download": "Stiahnuť",
+ "Downloaded": "Stiahnuté",
+ "Converted": "Prekonvertované",
+ "RemoveFromHistory": "Odobrať z histórie",
+ "ConfirmRemoveFromHistory": "Odobrať túto položku z histórie?",
+ "Downloading": "Sťahuje sa",
+ "Advanced": "Pokročilé",
+ "LinkedToEmbyConnect": "Prepojené s Emby Connect",
+ "Delete": "Zmazať",
+ "Both": "Oboje",
+ "LabelChannelDisplay": "Channel display",
+ "HeaderDeleteItem": "Zmazať položku",
+ "HeaderDeleteUser": "Zmazať používateľa",
+ "DeleteItemConfirmation": "Ste si istý, že chcete zmazať {0}?",
+ "DeleteUserConfirmation": "Naozaj chcete zmazať používateľa {0}?",
+ "DeleteUsersConfirmation": "Naozaj si prajete odstrániť týchto {0} používateľov?",
+ "HeaderDeleteDevice": "Zmazať zariadenie",
+ "DeleteDeviceConfirmation": "Naozaj chcete toto zariadenie zmazať? Znova sa objaví pri najbližšom prihlásení používateľa.",
+ "ConfirmDeleteItem": "Zmazanie položky zmaže položku zo súborového systému aj z knižnice médií.",
+ "FollowingFilesWillBeDeleted": "Nasledujúce súbory a priečinky budú zmazané:",
+ "AreYouSureToContinue": "Naozaj chcete pokračovať?",
+ "Refresh": "Obnoviť",
+ "RefreshingMetadataDots": "Obnovujú sa metadáta ...",
+ "ScanningLibraryFilesDots": "Prebieha skenovanie súborov knižnice ...",
+ "HeaderFavoritesThenByChannelNumber": "Obľúbené, potom podľa čísla kanála",
+ "HeaderAddToCollection": "Pridať do zbierky",
+ "HeaderFavoritesThenByTitle": "Obľúbené, potom podľa názvu",
+ "HeaderFavoritesThenByDefault": "Obľúbené, potom podľa predvoleného poradia kanálov",
+ "HeaderDefaultChannelOrder": "Predvolené poradie kanálov",
+ "HeaderAddToFavorites": "Pridať k obľúbeným",
+ "HeaderRemoveFromFavorites": "Odstrániť z obľúbených",
+ "Favorited": "Obľúbené",
+ "Unfavorited": "Neobľúbené",
+ "HeaderNewCollection": "Nová zbierka",
+ "HeaderNewPlaylist": "Nový zoznam skladieb",
+ "AllCollections": "Všetky kolekcie",
+ "AllPlaylists": "Všetky Playlisty",
+ "Create": "Vytvoriť",
+ "HeaderAddedToPlaylist": "Pridané do zoznamu skladieb",
+ "HeaderAddedToCollection": "Pridané do zbierky",
+ "OneItemAddedTo": "1 položka pridaná do „{0}“.",
+ "ItemsAddedTo": "{0} položky/položiek boli pridané do \"{1}“.",
+ "HeaderAddedToPlayQueue": "Pridané do Prehrať frontu",
+ "HeaderPlayingNext": "Hrá Ďalšie",
+ "Help": "Nápoveda",
+ "HeaderGetHelp": "Získať pomoc",
+ "LabelTVDisplayMode": "Povoliť režim zobrazenia TV",
+ "Desktop": "Stolný počítač",
+ "Mobile": "Mobil/Tablet",
+ "Navigation": "Navigácia",
+ "HeaderVideoPlayback": "Prehrávanie videa",
+ "TV": "TV",
+ "HeaderEmbyConnect": "Emby Connect",
+ "Seasons": "Sezóny",
+ "OneTrack": "1 zvuková stopa",
+ "OneSeason": "1 sezóna",
+ "Libraries": "Knižnice",
+ "NumberSeasonsValue": "{0} sezóny/sezón",
+ "TVDisplayModeHelp": "Optimalizovať používateľské rozhranie na tomto zariadení pre zobrazenie na TV a ovládanie pomocou diaľkového ovládača. Toto sa zvyčajne neodporúča, ak je vašou hlavnou metódou ovládania myšou alebo dotykom.",
+ "LabelDisplayLanguage": "Jazyk rozhrania:",
+ "LabelDisplayLanguageHelp": "Preklad Emby je projekt vo fáze neustáleho vývoja.",
+ "LearnHowYouCanContribute": "Zistiť ako môžem prispieť.",
+ "NewCollectionHelp": "Zbierky Vám umožňujú vytvárať prispôsobené zoskupenia filmov a iného obsahu knižnice.",
+ "SearchForCollectionInternetMetadata": "Vyhľadať metadáta a obrázky na internete.",
+ "DisplayMissingEpisodesWithinSeasons": "Zobraziť chýbajúce epizódy v rámci sezóny.",
+ "DisplayMissingEpisodesWithinSeasonsHelp": "V nastavení servera Emby musí byť aj toto povolené pre televízne knižnice.",
+ "EnableThemeSongs": "Povoliť tematické skladby",
+ "EnableBackdrops": "Povoliť pozadia",
+ "EnableThemeSongsHelp": "Ak je povolené, budú počas prechádzania knižnice na pozadí prehrávané tematické videá.",
+ "EnableBackdropsHelp": "Ak je povolené, budú počas prechádzania knižnice na pozadí niektorých stránok zobrazované pozadia.",
+ "EnableThemeVideos": "Povoliť tematické videá",
+ "EnableThemeVideosHelp": "Ak je povolené, budú počas prechádzania knižnice na pozadí prehrávané tematické videá.",
+ "RunAtStartup": "Spustiť pri štarte",
+ "ServerStartup": "Spustenie servera",
+ "EmbyServerOnXHasStarted": "Emby server na {0} bol spustený.",
+ "LabelScreensaver": "Šetrič obrazokvy:",
+ "LabelSoundEffects": "Zvukové efekty:",
+ "LabelName": "Meno:",
+ "NewCollectionNameExample": "Príklad: Star Wars zbierka",
+ "MessageItemsAdded": "Položky pridané.",
+ "OptionNew": "Nové...",
+ "LabelPlaylist": "Zoznam skladieb:",
+ "AddToPlaylist": "Pridať do zoznamu skladieb",
+ "HeaderAddToPlaylist": "Pridať do zoznamu skladieb",
+ "Subtitles": "Titulky",
+ "LabelTheme": "Téma:",
+ "LabelSettingsTheme": "Nastavenie témy:",
+ "LabelThemeAccentColor": "Akcentová farba",
+ "ThemeAccentColorDescription": "Ovláda farbu dôležitých indikátorov, ikon a textu.",
+ "SearchForSubtitles": "Hľadať titulky",
+ "LabelLanguage": "Jazyk:",
+ "Search": "Hľadať",
+ "NoSubtitleSearchResultsFound": "Neboli nájdené žiadne výsledky. Už ste nakonfigurovali sťahovanie{1} {0}titulkov?",
+ "NoLyricsSearchResultsFound": "Nenašli sa žiadne výsledky. Máte nastavené {0}sťahovanie textov piesní{1}?",
+ "Lyrics": "Texty piesní",
+ "SearchForLyrics": "Hľadaj texty piesní",
+ "Finish": "Dokončiť",
+ "File": "Súbor",
+ "Exit": "Odísť",
+ "Sleep": "Uspať",
+ "Setup": "Nastavenie",
+ "MessageAreYouSureDeleteSubtitles": "Ste si istý, že chcete zmazať tieto titulky?",
+ "ConfirmDeletion": "Potvrdiť zmazanie",
+ "MySubtitles": "Moje titulky",
+ "MessageDownloadQueued": "Stiahnutie naplánované.",
+ "HeaderEditSubtitles": "Upraviť titulky",
+ "UnlockGuide": "Sprievodca pre odomknutie",
+ "HeaderRefreshMetadata": "Obnoviť metadáta",
+ "HeaderRefreshAllMetadata": "Obnoviť všetky metadáta",
+ "ReplaceExistingImages": "Nahradiť existujúce obrázky",
+ "ReplaceExistingImagesHelp": "All existing images will be deleted and new ones will be downloaded based on the options for the library. In some cases this may result in fewer available images than before.",
+ "ReplaceAllMetadata": "Nahradiť všetky metadáta",
+ "SearchForMissingMetadata": "Hľadať chýbajúce metadáta",
+ "LabelRefreshMode": "Režim obnovovania:",
+ "NoItemsFound": "Nenašli sa žiadne položky.",
+ "HeaderSaySomethingLike": "Povedzte niečo ako...",
+ "ButtonTryAgain": "Skúsiť znova",
+ "HeaderYouSaid": "Povedali ste...",
+ "MessageWeDidntRecognizeCommand": "Je nám to ľúto, tento príkaz nebol rozpoznaný.",
+ "MessageIfYouBlockedVoice": "Ak ste odmietli hlasový prístup k aplikácii, musíte ju pred ďalším pokusom znova nakonfigurovať.",
+ "ValueDiscNumber": "Disk {0}",
+ "Unrated": "Nehodnotené",
+ "Favorite": "Obľúbené",
+ "Like": "Páči sa mi to",
+ "Dislike": "Nepáči sa mi to",
+ "RefreshDialogHelp": "Metadáta sa obnovujú na základe nastavení a internetových služieb, ktoré sú povolené v ovládacom panely servera Emby.",
+ "Open": "Otvoriť",
+ "Play": "Prehrať",
+ "Pause": "Pozastaviť",
+ "HeaderPlayQueue": "Prehrať frontu",
+ "HeaderAddToPlayQueue": "Pridať do fronty prehrávania",
+ "Shuffle": "Zamiešať",
+ "Identify": "Identifikovať",
+ "HeaderRemoveIdentification": "Remove Identification",
+ "ResetMetadataConfirmation": "Are you sure you wish to reset all metadata?",
+ "HeaderEditMetadata": "Upraviť metadáta",
+ "Convert": "Konvertovať",
+ "Resume": "Pokračovať",
+ "HeaderInstantMix": "Okamžitý mix",
+ "HeaderGoToItem": "Go to Item",
+ "HeaderGoToSeason": "Go to Season",
+ "HeaderGoToSeries": "Go to Series",
+ "HeaderGoToAlbum": "Go to Album",
+ "HeaderGoToArtist": "Go to Artist",
+ "HeaderPlayAll": "Prehrať všetko",
+ "PictureInPicture": "Obraz v obraze",
+ "Fullscreen": "Celá obrazovka",
+ "ExitFullscreen": "Opustiť celú obrazovku",
+ "Rewind": "Pretočiť",
+ "FastForward": "Rýchlo vpred",
+ "Remove": "Odstrániť",
+ "Rename": "Premenovať",
+ "Queue": "Fronta",
+ "QueueAllFromHere": "Zaradiť všetko do fronty",
+ "PlayAllFromHere": "Prehrať všetko odtiaľto",
+ "PlayFromBeginning": "Prehrať od začiatku",
+ "FromBeginning": "Od začiatku",
+ "ResumeAt": "Pokračovať od {0}",
+ "HeaderRemoveFromPlaylist": "Odstrániť zo zoznamu skladieb",
+ "HeaderRemoveFromPlayQueue": "Remove from Play Queue",
+ "HeaderRemoveFromCollection": "Odstrániť zo zbierky",
+ "Sort": "Zoradiť",
+ "Trailer": "Upútavka",
+ "SelectNone": "Select None",
+ "SelectAll": "Select All",
+ "HeaderMarkPlayed": "Označiť ako prehrané",
+ "HeaderMarkUnplayed": "Označiť ako neprehrané",
+ "HeaderGroupVersions": "Zoskupiť verzie",
+ "PleaseSelectTwoItems": "Vyberte prosím aspoň dve položky.",
+ "HeaderConfirmRecordingCancellation": "Potvrdiť zrušenie nahrávania",
+ "MessageConfirmRecordingCancellation": "Zrušiť nahrávanie?",
+ "Album": "Album",
+ "AlbumArtist": "Umelec albumu",
+ "Error": "Chyba",
+ "VoiceInput": "Hlasový vstup",
+ "LabelContentType": "Typ obsahu:",
+ "LabelPath": "Cesta:",
+ "Playlists": "Zoznamy skladieb",
+ "LabelTitle": "Názov:",
+ "LabelOriginalTitle": "Pôvodný názov:",
+ "LabelSortTitle": "Triediť podľa názvu:",
+ "LabelDateAdded": "Dátum pridania:",
+ "DateAdded": "Dátum pridania",
+ "DateModified": "Date Modified",
+ "DatePlayed": "Dátum prehrania",
+ "DateLastActive": "Date Last Active",
+ "ConfigureDateAdded": "Nakonfigurovať spôsob určovania dátumu pridania na ovládacom paneli Emby Server v časti Nastavenia knižnice",
+ "LabelStatus": "Stav:",
+ "LabelArtistsHelp": "Oddeliť pomocou ;",
+ "HeaderAlbumArtists": "Umelci albumu",
+ "LabelAlbumArtists": "Umelci albumu:",
+ "LabelAlbum": "Album:",
+ "Artist": "Umelec",
+ "Artists": "Umelci",
+ "ImdbRating": "IMDb hodnotenie",
+ "CommunityRating": "Hodnotenie komunity",
+ "LabelCommunityRating": "Hodnotenie komunity:",
+ "LabelCriticRating": "Hodnotenie kritikov:",
+ "CriticRating": "Hodnotenie kritikov",
+ "LabelWebsite": "Webstránka:",
+ "Tagline": "Tagline",
+ "LabelOverview": "Prehľad:",
+ "LabelShortOverview": "Stručný prehľad:",
+ "LabelReleaseDate": "Dátum vydania:",
+ "LabelPlaceOfBirth": "Miesto narodenia:",
+ "Aired": "Vysielané",
+ "LabelAirDays": "Vysielacie dni:",
+ "LabelAirTime": "Vysielací čas:",
+ "LabelRuntimeMinutes": "Dĺžka (v minútach):",
+ "LabelCustomRating": "Vlastné hodnotenie:",
+ "LabelOriginalAspectRatio": "Pôvodný pomer strán:",
+ "Label3DFormat": "3D formát:",
+ "FormatValue": "Formát: {0}",
+ "DownloadsValue": "{0} stiahnutia/stiahnutí",
+ "HashMatch": "Zhoda (hash)",
+ "EnableExternalVideoPlayers": "Povoliť externé video prehrávače",
+ "EnableExternalVideoPlayersHelp": "Pri spustení prehrávania videa sa zobrazí ponuka externého prehrávača.",
+ "HeaderSpecialEpisodeInfo": "Informácie o špeciálnej epizóde",
+ "LabelAirsDuringSeason": "Vysielané počas sezóny:",
+ "LabelAirsAfterSeason": "Vysielané po sezóne:",
+ "LabelAirsBeforeEpisode": "Vysielané pred epizódou:",
+ "HeaderExternalIds": "Externé ID:",
+ "HeaderDisplaySettings": "Nastavenia zobrazenia",
+ "PlaylistOrder": "Playlist Order",
+ "CollectionOrder": "Collection Order",
+ "LabelDisplayOrder": "Poradie zobrazenia:",
+ "LabelFileOrder": "File order",
+ "Display": "Zobraziť",
+ "Countries": "Krajiny",
+ "Genres": "Žánre",
+ "Studios": "Štúdiá",
+ "Tags": "Štítky",
+ "Links": "Odkazy",
+ "Movie": "Film",
+ "Program": "Program",
+ "Channel": "Channel",
+ "Episode": "Epizóda",
+ "Season": "Sezóna",
+ "HeaderMetadataSettings": "Nastavenia metadát",
+ "People": "Ľudia",
+ "Number": "Číslo",
+ "Lock": "Lock",
+ "HeaderScreenLocked": "Screen Locked",
+ "HeaderUnlockControls": "Unlock Controls",
+ "HeaderTapToUnlock": "Tap to Unlock",
+ "LabelMetadataDownloadLanguage": "Preferovaný jazyk sťahovaných metadát:",
+ "LabelImageDownloadLanguage": "Preferovaný jazyk sťahovaných obrázkov:",
+ "LabelLockItemToPreventChanges": "Zamknúť túto položku aby sa predišlo budúcim zmenám",
+ "LockThisField": "Uzamknúť toto pole, pre zabránenie budúcich zmien pri obnovovaní metadát",
+ "MessageLeaveEmptyToInherit": "Ponechať prázdne, ak chcete zdediť nastavenia od nadradenej položky alebo globálnej predvolenej hodnoty.",
+ "LabelCountry": "Krajina:",
+ "LabelCertificationCountry": "Certification country",
+ "CertificationCountryHelp": "This will influence which content rating system is used.",
+ "LabelDynamicExternalId": "{0} Id:",
+ "LabelBirthYear": "Rok narodenia:",
+ "LabelBirthDate": "Dátum narodenia:",
+ "LabelDeathDate": "Dátum úmrtia:",
+ "LabelEndDate": "Dátum ukončenia:",
+ "LabelSeasonNumber": "Číslo sezóny:",
+ "LabelEpisodeNumber": "Číslo epizódy:",
+ "LabelTrackNumber": "Číslo zvukovej stopy:",
+ "LabelNumber": "Číslo:",
+ "LabelDiscNumber": "Číslo disku:",
+ "LabelParentNumber": "Rodičovské číslo:",
+ "SortName": "Zoradiť podľa názvu",
+ "OriginalTitle": "Original Title",
+ "ReleaseDate": "Dátum vydania",
+ "Continuing": "Pokračovanie",
+ "Ended": "Ukončené",
+ "HeaderEnabledFields": "Povolené polia",
+ "HeaderEnabledFieldsHelp": "Zrušiť zaškrtnutie políčka, aby sa zablokovalo a zabránilo tak zmene jeho údajov.",
+ "Backdrops": "Pozadie",
+ "Images": "Obrázky",
+ "Runtime": "Doba behu",
+ "ProductionLocations": "Miesta výroby",
+ "BirthLocation": "Miesto narodenia",
+ "ParentalRating": "Rodičovské hodnotenie",
+ "PlayCount": "Počet prehraní",
+ "Name": "Názov",
+ "Overview": "Prehľad",
+ "LabelType": "Typ:",
+ "LabelPersonRole": "Úloha:",
+ "LabelPersonRoleHelp": "Príklad: Vodič kamiónu so zmrzlinou",
+ "Actor": "Herec",
+ "Composers": "Skladatelia",
+ "Composer": "Skladateľ",
+ "Director": "Režisér",
+ "GuestStar": "Hosťujúca hviezda",
+ "Producer": "Producent",
+ "Writer": "Spisovateľ",
+ "MessageNoSyncJobsFound": "Nenašli sa žiadne stiahnuté súbory. Vytvorte úlohy sťahovania pomocou tlačidiel Stiahnuť v aplikácii.",
+ "MessageNoDownloadsFound": "Žiadne stiahnuté offline súbory. Stiahnite si svoje médiá pre offline použitie kliknutím na položku Stiahnuť v aplikácii.",
+ "InstallingPackage": "Inštalácia {0}",
+ "PackageInstallCompleted": "{0} inštalácia dokončená.",
+ "PackageInstallFailed": "{0} inštalácia zlyhala.",
+ "PackageInstallCancelled": "{0} inštalácia zrušená.",
+ "SeriesYearToPresent": "{0} - Súčasnosť",
+ "OneDevice": "1 zariadenie",
+ "DeviceCountValue": "{0} zariadenia/zariadení",
+ "OneLog": "1 log",
+ "LogCountValue": "{0} logy/logov",
+ "OneVote": "1 hlas",
+ "VoteCountValue": "{0} hlasy/hlasov",
+ "OneLike": "1 páči sa mi",
+ "LikeCountValue": "{0} páči sa mi",
+ "OneUser": "1 používateľ",
+ "UserCountValue": "{0} používatelia/používateľov",
+ "OneLibrary": "1 knižnica",
+ "LibraryCountValue": "{0} knižnice/knižníc",
+ "ValueOneItem": "1 položka",
+ "ValueOneEpisode": "1 epizóda",
+ "ValueEpisodeCount": "{0} epizódy/epizód",
+ "Albums": "Albumy",
+ "Song": "Pieseň",
+ "Songs": "Piesne",
+ "Authors": "Autori",
+ "Books": "Knihy",
+ "AudioBooks": "Audioknihy",
+ "HeaderAudioBooks": "Audioknihy",
+ "HeaderAudioBook": "Audio Book",
+ "HeaderIdentifyItemHelp": "Zadajte jedno alebo viacero kritérií. Odstránenie kritéria zvýši počet výsledkov.",
+ "PleaseEnterNameOrId": "Prosím zadajte meno alebo externé ID.",
+ "MessageItemSaved": "Položka uložená.",
+ "SearchResults": "Výsledky vyhľadávania",
+ "ServerNameIsRestarting": "Emby server - {0} sa reštartuje.",
+ "ServerNameIsShuttingDown": "Emby server - {0} sa vypína.",
+ "HeaderDeleteItems": "Zmazať položky",
+ "ConfirmDeleteItems": "Zmazanie týchto položiek zmaže položky aj zo súborového systému aj z knižnice médií.",
+ "PleaseRestartServerName": "Prosím reštartujte Emby server - {0}.",
+ "ConvertingDots": "Konverzia...",
+ "LabelSyncNoTargetsHelp": "Zdá sa, že v súčasnosti nemáte žiadne aplikácie, ktoré podporujú sťahovanie offline.",
+ "DownloadingDots": "Sťahovanie...",
+ "LearnMore": "Zistiť viac",
+ "LabelBitrateMbps": "Dátový tok (Mbps):",
+ "ConvertUnwatchedVideosOnly": "Konvertovať iba neprehraté videá",
+ "SyncUnwatchedVideosOnly": "Stiahnuť iba neprehraté videá",
+ "ConvertUnwatchedVideosOnlyHelp": "Skonvertujú sa iba videá, ktoré nie sú označené ako úplne prehraté.",
+ "SyncUnwatchedVideosOnlyHelp": "Stiahnu sa iba videá, ktoré nie sú označené ako úplne prehraté, a po úplnom prehratí sa videá zo zariadenia odstránia.",
+ "AutomaticallySyncNewContent": "Automaticky sťahovať nový obsah",
+ "AutomaticallySyncNewContentHelp": "Nový obsah pridaný do tohto priečinka bude automaticky stiahnutý do zariadenia.",
+ "AutomaticallyConvertNewContent": "Automaticky konvertovať nový obsah",
+ "AutomaticallyConvertNewContentHelp": "Nový obsah pridaný do tohto priečinka bude automaticky skonvertovaný.",
+ "LabelItemLimit": "Limit položiek:",
+ "ConvertItemLimitHelp": "Voliteľné. Nastaviť limit položiek, ktoré budú konvertované.",
+ "DownloadItemLimitHelp": "Voliteľné. Nastaviť limit položiek, ktoré budú stiahnuté.",
+ "PleaseSelectDeviceToSyncTo": "Prosím, vyberte zariadenie pre stiahnutie.",
+ "Screenshots": "Snímky obrazovky",
+ "MoveRight": "Posunúť vpravo",
+ "MoveLeft": "Posunúť vľavo",
+ "HeaderUploadNewImage": "Nahrať nový obrázok",
+ "HeaderDeleteImage": "Zmazať obrázok",
+ "ConfirmDeleteImage": "Zmazať obrázok?",
+ "HeaderEditImages": "Upraviť obrázky",
+ "Settings": "Nastavenia",
+ "ShowIndicatorsFor": "Zobraziť indikátory pre:",
+ "Episodes": "Epizódy",
+ "Programs": "Programy",
+ "HeaderCastCrew": "Obsadenie a štáb",
+ "DvrSubscriptionRequired": "Emby živé televízne vysielanie a DVR vyžadujú aktívne {0} predplatné Emby Premiere {1}.",
+ "HeaderCancelRecording": "Zrušiť nahrávanie",
+ "HeaderKeepRecording": "Pokračovať v nahrávaní",
+ "HeaderCancelSeries": "Zrušiť seriál",
+ "HeaderKeepSeries": "Ponechať seriál",
+ "HeaderLearnMore": "Zistiť viac",
+ "SeriesSettings": "Nastavenia seriálu",
+ "HeaderRecordingOptions": "Možnosti nahrávania",
+ "HeaderDoNotRecord": "Nenahrávať",
+ "HeaderSeriesOptions": "Možnosti seriálu",
+ "Layout": "Dispozícia",
+ "Channels": "Kanály",
+ "ChannelNameOnly": "Kanál {0} len",
+ "Anytime": "Kedykoľvek",
+ "AnyLanguage": "Akýkoľvek jazyk",
+ "AroundTime": "Okolo {0}",
+ "HeaderLatestMovies": "Najnovšie filmy",
+ "All": "Všetko",
+ "Stop": "Zastaviť",
+ "AllChannels": "Všetky kanály",
+ "NewEpisodesOnly": "Iba nové epizódy",
+ "AllEpisodes": "Všetky epizódy",
+ "LabelStartWhenPossible": "Spustiť akonáhle je to možné:",
+ "LabelStopWhenPossible": "Zastaviť akonáhle je to možné:",
+ "MinutesBefore": "minút pred",
+ "MinutesAfter": "minút po",
+ "SkipEpisodesAlreadyInMyLibrary": "Nenahrávať epizódy, ktoré už sú v mojej knižnici",
+ "SkipEpisodesAlreadyInMyLibraryHelp": "Epizódy sa porovnajú pomocou čísel sezón a epizód, ak sú k dispozícii.",
+ "LabelKeepUpTo": "Aktualizovať ku:",
+ "AsManyAsPossible": "Toľkokrát ako je to len možné",
+ "DefaultErrorMessage": "Pri spracovaní požiadavky došlo k chybe. Skúste prosím neskôr znova.",
+ "UntilIDelete": "Kým nezmažem",
+ "UntilSpaceNeeded": "Kým nie je potrebný priestor",
+ "Categories": "Kategórie",
+ "Sports": "Športy",
+ "News": "Správy",
+ "Movies": "Filmy",
+ "Music": "Hudba",
+ "Kids": "Detské",
+ "MoreFromValue": "Viac od {0}",
+ "DiedValue": "Úmrtie: {0}",
+ "BornValue": "Narodenie: {0}",
+ "EnableColorCodedBackgrounds": "Použiť farebné pozadia seriálov na základe ich kategórie",
+ "SortChannelsBy": "Zoradiť kanály podľa:",
+ "ChannelNumber": "Číslo kanála",
+ "HeaderBenefitsEmbyPremiere": "Výhody Emby Premiere",
+ "ThankYouForTryingEnjoyOneMinute": "Prosím, vychutnajte si jednu minútu prehrávania. Ďakujeme Vám za vyskúšanie Emby.",
+ "HeaderTryPlayback": "Vyskúšať prehrávanie",
+ "HowDidYouPay": "Ako ste platili?",
+ "IHaveEmbyPremiere": "Už mám Emby Premiere",
+ "IPurchasedThisApp": "Túto aplikáciu som si už zaplatil",
+ "ButtonRestorePreviousPurchase": "Obnoviť nákup",
+ "ButtonUnlockWithPurchase": "Odomknúť nákupom",
+ "ButtonUnlockPrice": "Odomknúť {0}",
+ "EmbyPremiereMonthlyWithPrice": "Emby Premiere mesačne {0}",
+ "HeaderAlreadyPaid": "Už zaplatené?",
+ "ButtonPlayOneMinute": "Prehrať jednu minútu",
+ "PlaceFavoriteChannelsAtBeginning": "Umiestniť obľúbené kanály na začiatok",
+ "HeaderUnlockFeature": "Odomknúť funkciu",
+ "MessageDidYouKnowCinemaMode": "Vedeli ste, že s programom Emby Premiere môžete vylepšiť svoje zážitky pomocou funkcií, ako sú kino úvody?",
+ "HeaderPlayMyMedia": "Prehrať moje médiá",
+ "HeaderDiscoverEmbyPremiere": "Objavte Emby Premiere",
+ "HeaderNowPlaying": "Teraz hrá",
+ "Items": "Položky",
+ "AppName": "App Name",
+ "OneChannel": "Jeden kanál",
+ "ConfirmRemoveDownload": "Odobrať sťahovanie?",
+ "ConfirmRemoveItem": "Remove item?",
+ "RemoveDownload": "Odobrať sťahovanie",
+ "ConfirmCancelConversion": "Cancel conversion?",
+ "CancelConversion": "Cancel Conversion",
+ "KeepDownload": "Pokračovať v sťahovaní",
+ "AddedOnValue": "Pridané {0}",
+ "RemovingFromDevice": "Odstraňuje sa zo zariadenia",
+ "KeepOnDevice": "Ponechať na zariadení",
+ "CancelDownload": "Zrušiť sťahovanie",
+ "SyncJobItemStatusReadyToTransfer": "Pripravené na prenos",
+ "SyncJobItemStatusSyncedMarkForRemoval": "Odstraňuje sa zo zariadenia",
+ "SyncJobItemStatusQueued": "Pridané do fronty",
+ "SyncJobItemStatusConverting": "Konverzia",
+ "SyncJobItemStatusTransferring": "Prenáša sa",
+ "SyncJobItemStatusSynced": "Stiahnuté",
+ "Failed": "Failed",
+ "SyncJobItemStatusRemovedFromDevice": "Odstránené zo zariadenia",
+ "Cancelled": "Cancelled",
+ "Retry": "Skúsiť znova",
+ "Continue": "Pokračovať",
+ "ContinueInSecondsValue": "Pokračovať o {0} sekúnd.",
+ "HeaderRemoteControl": "Ďiaľkový ovládač",
+ "Disconnect": "Odpojiť",
+ "EnableDisplayMirroring": "Povoliť zrkadlenie obrazovky",
+ "RemoteAccess": "Remote Access",
+ "HeaderPlayOn": "Hrať ďalej",
+ "Quality": "Kvalita",
+ "Auto": "Automaticky",
+ "AndroidUnlockRestoreHelp": "Ak chcete obnoviť svoj predchádzajúci nákup, uistite sa, že ste prihlásený / -á do zariadenia pomocou rovnakého účtu Google (alebo Amazon), ktorý pôvodne uskutočnil nákup. Uistite sa, že obchod s aplikáciami je povolený a nie je obmedzený rodičovskými kontrolami, a uistite sa, že máte aktívne internetové pripojenie. Budete to musieť urobiť iba raz, aby ste obnovili svoj predchádzajúci nákup.",
+ "HeaderAspectRatio": "Pomer strán",
+ "Original": "Originál",
+ "Fill": "Vyplniť",
+ "Cover": "Obal",
+ "MessageNoServersAvailableToConnect": "Na pripojenie nie sú k dispozícii žiadne servery. Ak ste boli pozvaní na zdieľaný server, uistite sa, že ste ho nižšie nezabudli prijať alebo kliknutím na odkaz v e-maile.",
+ "MessagePlayAccessRestricted": "Prehrávanie tohto obsahu je momentálne obmedzené. Pre ďalšie informácie prosím kontaktuje Vášho správcu servera Emby Server.",
+ "Accept": "Prijať",
+ "Reject": "Odmietnuť",
+ "Connect": "Pripojiť",
+ "HeaderMyMedia": "Moje média",
+ "HeaderMyMediaSmall": "Moje médiá (malé)",
+ "LatestFromLibrary": "Najnovšie {0}",
+ "HeaderLatestEpisodes": "Najnovšie epizódy",
+ "ContinuePlaying": "Pokračovať v prehrávaní",
+ "ContinueWatching": "Pokračovať v pozeraní",
+ "HeaderLatestChannelMedia": "Najnovšie položky kanála",
+ "HeaderContinueWatching": "Pokračovať v pozeraní",
+ "HeaderContinueListening": "Pokračovať v počúvaní",
+ "HeaderActiveRecordings": "Aktívne nahrávky",
+ "HeaderLatestRecordings": "Najnovšie nahrávky",
+ "LabelConvertTo": "Konvertovať do:",
+ "LabelDownloadTo": "Stiahnúť do:",
+ "HeaderDownloadToDots": "Stiahnúť do...",
+ "Next": "Ďalšie",
+ "LabelSource": "Zdroj:",
+ "VersionNumber": "Version {0}",
+ "HeaderAllLanguages": "Všetky jazyky",
+ "Previous": "Predchádzajúce",
+ "HeaderNextUp": "Následuje",
+ "HeaderPlayNextUp": "Prehrať nasledujúce",
+ "HeaderLatestFrom": "Najnovšie od {0}",
+ "LabelHomeScreenSectionValue": "Sekcia domovskej obrazovky {0}:",
+ "PasswordResetComplete": "Heslo bolo obnovené.",
+ "PasswordSaved": "Heslo uložené.",
+ "SettingsSaved": "Nastavenia uložené.",
+ "Upcoming": "Nadchádzajúce",
+ "HeaderSelectImageFile": "Vyberať súbor s obrázkom",
+ "None": "Žiadne",
+ "More": "Viac",
+ "Up": "Hore",
+ "Down": "Dole",
+ "Home": "Domov",
+ "Back": "Späť",
+ "Random": "Random",
+ "Playback": "Prehrávanie",
+ "Favorites": "Obľúbené",
+ "HeaderHomeScreen": "Domovská obrazovka",
+ "HeaderLatestChannelItems": "Najnovšie položky kanála",
+ "HeaderLibraryOrder": "Poradie knižnice",
+ "HeaderOnNow": "Práve teraz",
+ "HeaderForKids": "Pre deti",
+ "HeaderPlaybackError": "Chyba prehrávania",
+ "PlaybackErrorNotAllowed": "Momentálne nemáte oprávnenie na prehrávanie tohto obsahu. Podrobnosti získate od správcu systému.",
+ "RateLimitExceeded": "Váš účet prekročil maximálny limit streamovania nastavený správcom servera Emby Server. Požiadajte ho o pomoc.",
+ "PlaybackErrorNoCompatibleStream": "Momentálne nie sú k dispozícii žiadne kompatibilné streamy. Skúste to znova neskôr alebo požiadajte správcu systému o ďalšie podrobnosti.",
+ "PlaybackErrorPlaceHolder": "Ak chcete prehrať toto video, prosím vložte disk.",
+ "PlaybackErrorNoPlayableItems": "Nenašli sa žiadne prehrateľné položky. Nepokúšate sa prehrať prázdny priečinok?",
+ "Guide": "Sprievodca",
+ "Games": "Hry",
+ "GameSystem": "Game System",
+ "Suggestions": "Návrhy",
+ "HeaderFavoriteChannels": "Obľúbené kanály",
+ "HeaderFavoriteCollections": "Obľúbené zbierky",
+ "HeaderFavoritePlaylists": "Obľúbené zoznamy skladieb",
+ "Collection": "Zbierka",
+ "Collections": "Zbierky",
+ "LabelSelectFolderGroups": "Automaticky zoskupiť obsah z nasledujúcich priečinkov do zobrazení, ako napríklad Filmy, Hudba a TV:",
+ "LabelSelectFolderGroupsHelp": "Zložky, ktoré nie sú zaškrtnuté, sa zobrazia vo vlastnom pohľade.",
+ "Mute": "Stlmiť",
+ "Unmute": "Nahlas",
+ "Folder": "Folder",
+ "Folders": "Zložky",
+ "FileName": "Názov súboru",
+ "DisplayInOtherHomeScreenSections": "Zobraziť v sekundárnych častiach domovskej obrazovky, ako napríklad najnovšie médiá, a pokračujte v sledovaní",
+ "DisplayInMyMedia": "Zobraziť na domovskej obrazovke",
+ "Shows": "Seriály",
+ "MoviesAndShows": "Movies & Shows",
+ "HeaderMusicVideo": "Videoklip",
+ "HeaderMusicVideos": "Videoklipy",
+ "MusicVideos": "Videoklipy",
+ "Videos": "Videá",
+ "MixedContent": "Zmiešaný obsah",
+ "HomeVideos": "Domáce videá",
+ "HomeVideosAndPhotos": "Domáce videá a fotografie",
+ "TVShows": "TV seriály",
+ "HeaderLibraryFolders": "Zložky knižnice",
+ "HeaderTermsOfPurchase": "Podmienky nákupu",
+ "PrivacyPolicy": "Zásady ochrany osobných údajov",
+ "TermsOfUse": "Podmienky použitia",
+ "HeaderRepeatMode": "Režim opakovania",
+ "HeaderToneMapping": "Mapovanie tonality",
+ "RepeatOne": "Opakovať jedno",
+ "RepeatAll": "Opakovať všetko",
+ "LabelDefaultScreen": "Predvolená obrazovka:",
+ "ConfirmEndPlayerSession": "Chcete vypnúť Emby na {0}?",
+ "Yesterday": "Včera",
+ "Yes": "Áno",
+ "No": "Nie",
+ "HeaderScanLibraryFiles": "Prehľadať súbory knižnice",
+ "LiveTV": "Živé televízne vysielanie",
+ "Schedule": "Plán",
+ "Recordings": "Nahrávky",
+ "ScanForNewAndUpdatedFiles": "Hľadať nové a aktualizované súbory",
+ "NewVersionOfXAvailableForY": "{0} is Available for {1}",
+ "DirectStreamHelp1": "Médiá sú kompatibilné so zariadením, pokiaľ ide o rozlíšenie a typ média (H.264, AC3 atď.), Ale sú v nekompatibilnom kontajneri súborov (.mkv, .avi, .wmv atď.). Video bude znova zabalené za behu pred jeho streamovaním do zariadenia.",
+ "DirectStreamHelp2": "Priame streamovanie súboru využíva veľmi malý výpočtový výkon bez straty kvality videa.",
+ "MediaIsBeingConverted": "Médiá sa konvertujú do formátu kompatibilného so zariadením, ktoré ich prehráva.",
+ "StatsForNerds": "Podrobné štatistiky",
+ "HeaderHardwareAcceleratedDecoding": "Hardvérové akcelerované dekódovanie",
+ "HeaderHardwareAcceleratedEncoding": "Hardvérové akcelerované kódovanie",
+ "HeaderDirectPlay": "Priame prehrávanie",
+ "DirectPlaying": "Priame prehrávanie",
+ "DirectStreaming": "Priame streamovanie",
+ "Transcode": "Prekódovať",
+ "Transcoding": "Transkódovanie",
+ "ContainerBitrateExceedsLimit": "Dátový tok presahuje limit.",
+ "VideoCodecNotSupported": "Video kodek nie je podporovaný",
+ "AudioCodecNotSupported": "Zvukový kodek nie je podporovaný",
+ "SubtitleCodecNotSupported": "Formát titulkov nie je podporovaný",
+ "DirectPlayError": "Chyba priameho prehrávania",
+ "ContainerNotSupported": "Kontajner nie je podporovaný",
+ "VideoLevelNotSupported": "Úroveň videa nie je podporovaná",
+ "AudioBitrateNotSupported": "Dátový tok zvuku nie je podporovaný",
+ "AudioChannelsNotSupported": "Zvukové kanály nie sú podporované",
+ "VideoResolutionNotSupported": "Nepodporované rozlíšenie videa",
+ "AudioProfileNotSupported": "Zvukový profil nie je podporovaný",
+ "AudioSampleRateNotSupported": "Vzorkovacia frekvencia zvuku nie je podporovaná",
+ "AnamorphicVideoNotSupported": "Anamorfné video nie je podporované",
+ "InterlacedVideoNotSupported": "Prekladané video nie je podporované",
+ "SecondaryAudioNotSupported": "Prepínanie zvukových stôp nie je podporované",
+ "ExternalAudioNotSupported": "Selecting external audio track",
+ "ErrorRemovingEmbyConnectAccount": "Pri odstraňovaní účtu Emby Connect sa vyskytla chyba. Skontrolujte, či máte aktívne pripojenie na internet, a skúste to znova.",
+ "HeaderEmbyAccountRemoved": "Emby účet odstránený",
+ "MessageEmbyAccontRemoved": "Účet Emby bol odstránený pre tohto používateľa.",
+ "HeaderInvitationSent": "Pozvánka odoslaná",
+ "Offline": "Nepripojený",
+ "HeaderSignUp": "Registrovať",
+ "ServerDownloadMessage": "Ak si chcete stiahnuť a nainštalovať bezplatný server Emby, navštívte stránku {0}",
+ "ServerDownloadMessageWithoutLink": "Ak si chcete stiahnuť a nainštalovať bezplatný server Emby, navštívte webovú stránku Emby.",
+ "MessageInvitationSentToUser": "E-mail bol odoslaný na adresu {0}, v ktorej ich vyzýva k prijatiu Vašej pozvánky na zdieľanie.",
+ "MessageInvitationSentToNewUser": "E-mail bol odoslaný na adresu {0}, v ktorej ich vyzýva k registrovaniu u Emby.",
+ "GuestUserNotFound": "Užívateľ nenájdený. Skontrolujte, či je meno správne, a skúste to znova alebo skúste zadať ich e-mailovú adresu.",
+ "ErrorReachingEmbyConnect": "Pri snahe o spojenie so serverom Emby Connect sa vyskytla chyba. Skontrolujte, či máte aktívne pripojenie na internet, a skúste to znova.",
+ "ErrorAddingEmbyConnectAccount1": "Pri pridávaní účtu Emby Connect sa vyskytla chyba. Vytvorili ste si účet Emby? Zaregistrujte sa na {0}.",
+ "ErrorAddingEmbyConnectAccount2": "Ak problém pretrváva, pošlite prosím e-mail na adresu {0} z e-mailovej adresy použitej v účte Emby.",
+ "ErrorAddingGuestAccount1": "Pri pridávaní účtu Emby Connect sa vyskytla chyba. Vytvoril si Váš host účet Emby? Môžu sa prihlásiť na {0}.",
+ "ErrorAddingGuestAccount2": "Ak problém pretrváva, pošlite prosím e-mail na adresu {0} a uveďte svoju e-mailovú adresu a ich e-mailovú adresu.",
+ "MessageEmbyAccountAdded": "K tomuto používateľovi bol pridaný účet Emby.",
+ "MessagePendingEmbyAccountAdded": "K tomuto používateľovi bol pridaný účet Emby. Majiteľovi účtu sa odošle e-mail. Pozvánku bude potrebné potvrdiť kliknutím na odkaz v e-maile.",
+ "HeaderEmbyAccountAdded": "Emby účet pridaný",
+ "Skip": "Preskočiť",
+ "HeaderAdditionalParts": "Ďalšie diely",
+ "ButtonGenerateNewPin": "Vygenerovať nový PIN",
+ "ConnectLoginHelp1": "S Emby Connect môžete ľahko pristupovať k serveru Emby kdekoľvek sa nachádzate a zdieľať servery so svojou rodinou a priateľmi.",
+ "CreatePinErrorMessage": "Pri vytváraní kódu PIN sa vyskytla chyba. Kliknite prosím na tlačidlo Generovať nový kód PIN a skúste to znova.",
+ "PinExpiredMessage": "Vypršala platnosť PIN kódu. Kliknite prosím na \"Vygenerovať nový PIN\" a skúste to znovu.",
+ "ConnectPinCodeHeader": "Ak sa chcete prihlásiť pomocou účtu Emby Connect, použite mobilné zariadenie alebo počítač, navštívte stránku {0} a zadajte nasledujúci kód PIN:",
+ "LabelSubtitlePlaybackMode": "Režim titulkov:",
+ "ErrorDeletingItem": "Pri odstraňovaní položky zo servera Emby sa vyskytla chyba. Skontrolujte, či má server Emby prístup na zápis do priečinka s médiami, a skúste to znova.",
+ "NoSubtitles": "Žiadne titulky",
+ "Default": "Predvolené",
+ "Absolute": "Absolútny",
+ "Smart": "Šikovný",
+ "Small": "Malé",
+ "Smaller": "Menšie",
+ "Medium": "Stredné",
+ "Large": "Veľké",
+ "Larger": "Larger",
+ "ExtraLarge": "Veľmi veľké",
+ "ExtraSmall": "Extra small",
+ "Forced": "Vynútené",
+ "External": "Externé",
+ "HeaderEmbeddedTitle": "Vložený názov",
+ "OnlyForcedSubtitles": "Iba vynútené titulky",
+ "AlwaysPlaySubtitles": "Vždy zobraziť titulky",
+ "DefaultSubtitlesHelp": "Titulky sa načítajú na základe predvolených a vynútených príznakov vo vložených metadátach. Jazykové preferencie sa berú do úvahy, keď je k dispozícii viac možností.",
+ "SmartSubtitlesHelp": "Titulky zodpovedajúce jazykovým preferenciám sa načítajú, keď je zvuk v cudzom jazyku.",
+ "HeaderSubtitleSettings": "Nastavenia titulkov",
+ "HeaderSubtitleAppearance": "Vzhľad titulkov",
+ "OnlyForcedSubtitlesHelp": "Budú zobrazené iba titulky označené ako vynútené.",
+ "AutoSelectHearingImpairedHelp": "Subtitles matching the language preference will be loaded, with a preference given to tracks that are marked as hearing impaired (SDH).",
+ "AlwaysPlaySubtitlesHelp": "Titulky zodpovedajúce jazykovým preferenciám sa načítajú bez ohľadu na jazyk zvuku.",
+ "NoSubtitlesHelp": "V predvolenom nastavení sa titulky nenačítajú. Počas prehrávania ich možno stále zapnúť ručne.",
+ "LabelPreferredSubtitleLanguage": "Preferovaný jazyk titulkov:",
+ "LabelTextSize": "Veľkosť textu:",
+ "TheseSettingsAffectSubtitlesOnThisDevice": "Tieto nastavenia ovplyvňujú titulky na tomto zariadení",
+ "LabelDropShadow": "Vrhať tieň:",
+ "LabelTextBackgroundColor": "Farba pozadia textu:",
+ "LabelWindowBackgroundColor": "Farba pozadia textu:",
+ "LabelFont": "Druh písma:",
+ "LabelTextColor": "Farba textu:",
+ "LabelBackgroundColor": "Farba pozadia:",
+ "LabelBackgroundOpacity": "Priehľadnosť pozadia:",
+ "Raised": "Zvýšené",
+ "Depressed": "Stlačené",
+ "Uniform": "Jednotné",
+ "DropShadow": "Vrhať tieň",
+ "SmallCaps": "Malé kapitálky",
+ "SubtitleAppearanceSettingsDisclaimer": "Tieto nastavenia sa nebudú vzťahovať na grafické titulky (PGS, DVD atď.) Ani na titulky, ktoré majú vložené svoje vlastné štýly (ASS / SSA).",
+ "Normal": "Normálne",
+ "HeaderWaitingForWifi": "Čaká sa na Wifi",
+ "WifiRequiredToDownload": "Na pokračovanie v sťahovaní je potrebné pripojenie Wifi.",
+ "DownloadOnlyOnWifi": "Sťahovať iba cez Wifi",
+ "LabelMusicDownloadQuality": "Kvalita sťahovania hudby:",
+ "MusicDownloadQualityHelp": "Zvukové súbory s vyššou bitovou rýchlosťou budú konvertované serverom Emby. Vyberte vyššiu hodnotu pre lepšiu kvalitu alebo nižšiu hodnotu pre úsporu lokálneho úložneho priestoru.",
+ "HeaderDownloadSettings": "Nastavenia sťahovania",
+ "LabelDownloadLocation": "Umiestnenie pre sťahovanie:",
+ "BrowseForFolder": "Prehľadať priečinok",
+ "Unlimited": "Neobmedzené",
+ "NoLimit": "No limit",
+ "Hide": "Skryť",
+ "HeaderKeepWatching": "Keep Watching",
+ "HeaderNextEpisode": "Next Episode",
+ "AudioBitDepthNotSupported": "Bitová hĺbka zvuku nie je podporovaná",
+ "VideoBitrateNotSupported": "Converting to compatible video bitrate",
+ "VideoProfileNotSupported": "Video profil nie je podporovaný",
+ "VideoFramerateNotSupported": "Snímková rýchlosť videa nie je podporovaná",
+ "VideoBitDepthNotSupported": "Bitová hĺbka videa nie je podporovaná",
+ "RefFramesNotSupported": "Počet referenčných rámcov videa nie je podporovaných",
+ "ErrorConnectServerUnreachable": "Pri vykonávaní požadovanej operácie sa vyskytla chyba. Váš server nemôže kontaktovať náš server Emby Connect na adrese {0}. Uistite sa, že Váš server má aktívne pripojenie k internetu a či komunikáciu povoľuje akýkoľvek nainštalovaný firewall alebo bezpečnostný softvér.",
+ "HeaderStopRecording": "Zastaviť nahrávanie",
+ "ManageRecording": "Spravovať nahrávanie",
+ "LabelDropImageHere": "Sem pretiahnite obrázok alebo kliknutím vyberte obrázok, ktorý chcete nahrať.",
+ "MessageFileReadError": "Pri čítaní súboru nastala chyba. Skúste to prosím znova.",
+ "Browse": "Prehľadať",
+ "HeaderUploadImage": "Nahrať obrázok",
+ "HeaderAddUpdateImage": "Pridať/aktualizovať obrázok",
+ "HeaderShowFields": "Zobraziť polia",
+ "LabelView": "Zobraziť:",
+ "LabelImageType": "Typ obrázku:",
+ "Upload": "Nahrať",
+ "Primary": "Základné",
+ "PrimaryImageBlur": "Rozmazať primárny obrázok",
+ "Art": "Umenie",
+ "Backdrop": "Pozadie",
+ "Banner": "Prápor",
+ "Box": "Obal",
+ "BoxRear": "Obal (zadná časť)",
+ "Disc": "Disk",
+ "Logo": "Logo",
+ "LogoDark": "Logo (tmavá verzia)",
+ "LogoLight": "Logo (svetlá verzia)",
+ "LogoLightColor": "Logo (svetlá s farbou)",
+ "Menu": "Ponuka",
+ "Screenshot": "Snímka obrazovky",
+ "Thumb": "Miniatúra",
+ "HeaderAudioSettings": "Nastavenia zvuku",
+ "LabelAudioLanguagePreference": "Uprednostňovaný jazyk zvuku:",
+ "LabelPlayDefaultAudioTrack": "Prehrať predvolenú zvukovú stopu bez ohľadu na jazyk",
+ "HeaderVideoQuality": "Kvalita videa",
+ "CinemaModeConfigurationHelp": "Kino úvody prinášajú kino zážitok priamo do vašej obývačky s možnosťou prehrať upútavky a vlastné úvody pred filmom.",
+ "ShowUpNextPreview": "Show up next preview",
+ "ShowUpNextPreviewHelp": "Show information for the next item near the end of the current one.",
+ "PlayNextEpisodeAutomatically": "Automaticky prehrať ďalšiu epizódu",
+ "LabelMaxChromecastBitrate": "Maximálny dátový tok pre Chromecast:",
+ "LabelSkipBackLength": "Dĺžka skoku dozadu:",
+ "LabelSkipForwardLength": "Dĺžka skoku dopredu:",
+ "EnableCinemaMode": "Povoliť kino úvody",
+ "LabelInternetQuality": "Kvalita cez internet:",
+ "LabelCellularQuality": "Remote streaming quality (cellular)",
+ "HeaderMusicQuality": "Kvalita hudby",
+ "LabelHomeNetworkQuality": "Kvalita cez domácu sieť:",
+ "HeaderLatestMedia": "Najnovšie médiá",
+ "HeaderRestartingEmbyServer": "Reštartuje sa server Emby",
+ "RestartPleaseWaitMessage": "Počkajte prosím kým sa Emby server vypne a znova naštartuje. Môže to trvať minútu alebo dve.",
+ "HeaderPlayNext": "Prehrať nasledujúce",
+ "AutoBasedOnLanguageSetting": "Automaticky (na základe nastavenia zariadenia)",
+ "SameAsMainTheme": "Rovnaké ako hlavná téma",
+ "LabelDateTimeLocale": "Miestny dátum a čas:",
+ "Genre": "Žáner",
+ "DirectorValue": "Režisér: {0}",
+ "DirectorsValue": "Režiséri: {0}",
+ "GenreValue": "Žáner: {0}",
+ "GenresValue": "Žánre: {0}",
+ "TagsValue": "Štítky: {0}",
+ "Off": "Vypnuté",
+ "Title": "Názov",
+ "Year": "Rok",
+ "Filter": "Filter",
+ "Filters": "Filtre",
+ "Unplayed": "Neprehrané",
+ "LabelTVHomeScreen": "Domovská obrazovka televízneho režimu:",
+ "Horizontal": "Horizontálne",
+ "Vertical": "Vertikálne",
+ "HeaderGroupBy": "Group By",
+ "HeaderMediaType": "Media Type",
+ "GroupBySeries": "Zoskupiť podľa seriálu",
+ "HeaderVideoType": "Typ videa",
+ "HeaderSeriesStatus": "Stav seriálu",
+ "Features": "Vlastnosti",
+ "Trailers": "Upútavky",
+ "Extras": "Mimoriadné",
+ "ThemeSongs": "Tematické piesne",
+ "ThemeVideos": "Tematické videá",
+ "HeaderFavoriteMovies": "Obľúbené filmy",
+ "HeaderFavoritePhotos": "Favorite Photos",
+ "HeaderFavoriteShows": "Obľúbené seriály",
+ "HeaderFavoriteEpisodes": "Obľúbené epizódy",
+ "HeaderFavoriteVideos": "Obľúbené videá",
+ "HeaderFavoriteMusicVideos": "Favorite Music Videos",
+ "HeaderFavoriteGames": "Obľúbené hry",
+ "HeaderFavoriteArtists": "Obľúbení umelci",
+ "HeaderFavoriteAlbums": "Obľúbené albumy",
+ "HeaderFavoriteSongs": "Obľúbené piesne",
+ "HeaderFavoriteAuthors": "Obľúbení autori",
+ "HeaderFavoriteAudioBooks": "Obľúbené audioknihy",
+ "Ascending": "Vzostupne",
+ "Descending": "Zostupne",
+ "HeaderColorPrimaries": "Primárne farby",
+ "HeaderColorSpace": "Farebný priestor",
+ "HeaderColorTransfer": "Prenos farieb",
+ "HeaderVideoRange": "Rozsah videa",
+ "SeriesDisplayOrderHelp": "Usporiadať epizódy podľa dátumu, DVD poradia alebo absolútneho číslovania.",
+ "LabelVerticalPositionFromBottom": "Zvislá poloha (zospodu):",
+ "HeaderFavoritePeople": "Obľúbení ľudia",
+ "MultiSelect": "Viacnásobný výber",
+ "HeaderSignOut": "Odhlásiť sa",
+ "HeaderSelectServer": "Vybrať server",
+ "HeaderChangeServer": "Zmeniť server",
+ "HeaderChangeUser": "Zmeniť používateľa",
+ "HeaderAppSettings": "Nastavenia aplikácie",
+ "HeaderLoginSettings": "Nastavenie prihlásenia",
+ "LabelRememberLogin": "Zapamätať prihlásenie:",
+ "LabelAutomaticallySignOut": "Automaticky odhlásiť:",
+ "BetaTesterMessage": "Ďakujeme, že ste testerom beta verzie Emby! Spätnú väzbu zanechajte v {0}testovacej časti komunity Emby{1}.",
+ "HardwareAccelerated": "Hardvérovo urýchlované",
+ "Software": "Softvér",
+ "Metadata": "Metadáta",
+ "HeaderMediaInfo": "Informácie o médiu",
+ "Locked": "Zamknuté",
+ "HeaderSplitVersionsApart": "Rozdeliť verzie od seba",
+ "Any": "Akýkoľvek",
+ "Admin": "Administrátor",
+ "HeaderReadMore": "Prečítať viac",
+ "CustomRatingHelp": "Vlastné hodnotenie je použité na vyhodnotia rodičovskej kontroly, ale nezobrazí sa. Pole rodičovského hodnotenia sa stále zobrazuje.",
+ "KeepUpToHelp": "Nahrávky presahujúce limit sa vymažú na začiatku nasledujúceho nahrávania. Podľa dátumu pridania sa ako prvé odstránia najstaršie nahrávky.",
+ "NoItemsMatchingFound": "Nenašli sa žiadne položky, ktoré by zodpovedali vašim kritériám vyhľadávania.",
+ "TwoSearchCharsRequired": "Zadajte prosím aspoň dva hľadané znaky.",
+ "PreventPlaybackContinuing": "Pravidelným zobrazovaním výzvy na vstup od používateľa zabránite v nekonečnom prehrávaní.",
+ "PromptStillWatching": "Povoliť vyzvanie „Stále sledujete?“",
+ "HeaderMissingMetadata": "Chýbajúce metadáta",
+ "HeaderIncludedIn": "Zahrnuté v",
+ "EmbyConnectUserAlreadyLinked": "Užívateľ Emby Connect je už na tomto serveri prepojený s iným používateľom.",
+ "VideoFilesWillBeConvertedTo": "Skonvertované videá sa uložia ako {0}.",
+ "VideoWillBeConvertedTo": "Videostreamy sa skonvertujú do {0} alebo sa skopírujú z pôvodného súboru, ak už sú {0} a kvalita odpovedá možnostiam konverzie.",
+ "VideoWillBeConvertedToOrCopied": "Videostreamy sa skonvertujú do {0} alebo sa skopírujú z pôvodného súboru, ak sú z ({1}), a kvalita odpovedá možnostiam konverzie.",
+ "AudioWillBeConvertedTo": "Zvukové streamy sa skonvertujú do {0} alebo sa skopírujú z pôvodného súboru, ak už sú {0} a kvalita odpovedá možnostiam konverzie.",
+ "AudioWillBeConvertedToOrCopied": "Zvukové streamy sa skonvertujú do {0} alebo sa skopírujú z pôvodného súboru, ak sú z ({1}), a kvalita odpovedá možnostiam konverzie.",
+ "HeaderSpecialKeys": "Špeciálne klávesy",
+ "FollowingSpecialKeys": "Na väčšine klávesníc a diaľkových ovládačoch sú podporované tieto špeciálne klávesy:",
+ "HeaderDeleteSeries": "Zmazať seriál",
+ "HeaderDeleteLastPlayedEpisode": "Zmazať poslednú prehranú epizódu",
+ "HeaderConnectingToServer": "Pripája sa k serveru",
+ "ServerNameValue": "Názov servera: {0}",
+ "DomainValue": "Doména: {0}",
+ "RatedValue": "Rated {0}",
+ "LocalServerRedirectMessage": "Teraz budete presmerovaní na doménu, ktorú vlastní a prevádzkuje správca servera, ku ktorému ste sa rozhodli pripojiť:",
+ "AllMediaOwnedHosted": "Všetky médiá sú hostované a spravované vlastníkom domény {0}.",
+ "EnableResolutionSwitching": "Match video resolution",
+ "EnableResolutionSwitchingHelp": "This enables Emby to change the resolution to the same value the video was encoded in before starting playback. This may help minimize the amount of stutter/judder that you might otherwise see when playing videos which do not match up well.",
+ "EnableDisplayRefreshRateSwitching": "Povoliť prepínanie obnovovacej frekvencie displeja",
+ "EnableDisplayRefreshRateSwitchingHelp": "Umožňuje Emby zmeniť obnovovaciu frekvenciu displeja na rovnakú hodnotu (alebo viacnásobnú), ako je snímková frekvencia, v ktorej bolo video zakódované pred spustením prehrávania. Pomáha to minimalizovať množstvo trhania/chvenia, ktoré by ste inak mohli vidieť pri prehrávaní videí, ktoré sa dobre nezhodujú.",
+ "RememberSelectedAudioTracks": "Zapamätať si výber zvukových stôp",
+ "RememberSelectedSubtitleTracks": "Zapamätať si výber skladieb titulkov",
+ "RememberSelectedSubtitleTracksHelp": "Výber titulkov bude zapamätaný pre každé video zvlášť a znova sa použije pri ďalšom prehrávaní toho istého videa.",
+ "RememberSelectedAudioTracksHelp": "Výber zvukovej stopy bude zapamätaný pre každé video zvlášť a znova sa použije pri ďalšom prehrávaní toho istého videa.",
+ "ClearSavedTrackSelections": "Vymazať uložené výbery stôp",
+ "HeaderClearTrackSelections": "Vymazať uložené výbery stôp",
+ "QuestionClearSavedTracks": "Vymazať všetky uložené výbery stôp?",
+ "LabelChannelTags": "Značky kanála:",
+ "AfterThisPlaysConfirmation": "Keď toto dohrá, chcete pokračovať v prehrávaní alebo odstrániť hudbu z fronty?",
+ "Keep": "Pokračovať",
+ "Clear": "Odstrániť",
+ "HeaderClearFilters": "Vymazať filtre",
+ "HeaderSearchForImages": "Hľadať obrázky",
+ "HeaderSearchNewImage": "Hľadať nový obrázok",
+ "HeaderSearchForAnImage": "Hľadať obrázok",
+ "DragDropToReorder": "Potiahnutím a pustením preusporiadať",
+ "HeaderAddImageFromUrl": "Pridať obrázok z adresy URL",
+ "HeaderSetImageFromUrl": "Nastaviť obrázok z adresy URL",
+ "LabelUrl": "URL:",
+ "LabelChannelNumber": "Číslo kanála:",
+ "LabelGuideDataChannel": "Sprievodca kanálom:",
+ "GuideDataSource": "Guide Data Source",
+ "HeaderCopyToClipboard": "Skopírovať do schránky",
+ "TimeRemainingValue": "{0} zostáva",
+ "LabelResumeRewindSeconds": "Automaticky previnúť späť pri pokračovaní:",
+ "ResumeRewindSecondsHelp": "Toto by Vám mohlo pomôcť zapamätať si, kde ste skončili.",
+ "HeaderSavePlayQueueToPlaylist": "Uložiť frontu do zoznamu",
+ "EnableLogoImagesAsTitle": "Zobraziť obrázky s logom ako nadpisy na obrazovkách s podrobnosťami",
+ "EnableLogoImagesAsTitleHelp": "Ak sú k dispozícii obrázky loga, môžu byť použité miesto textu nadpisu na obrazovkách videa, seriálov a iných obrazovkách s podrobnosťami. Ak obrázok loga nie je k dispozícii, názov bude nahradený textom.",
+ "LabelNowPlayingAudioBackgroundStyle": "Now playing audio background style",
+ "LabelNowPlayingVideoBackgroundStyle": "Now playing video background style",
+ "NowPlayingVideoBackgroundStyleHelp": "Determines the background style when remote controlling video playback on another device.",
+ "Rotation": "Rotation",
+ "Minutes": "Minutes",
+ "LabelMaxRecordingLength": "Max recording length",
+ "MaxRecordingLengthHelp": "Limit recordings to a specified amount of time, regardless of the duration of the broadcast. Set to 0 for no limit.",
+ "RemoteWAN": "Remote (WAN) Address",
+ "HeaderLastConnectedTo": "Last Connection To",
+ "Version": "Version",
+ "Keyword": "Keyword",
+ "HeaderServerAddress": "Server Address",
+ "HeaderSkipIntro": "Skip Intro",
+ "HeaderCreateRecording": "Create Recording",
+ "HeaderAddRecording": "Add Recording",
+ "HeaderChannelAndTime": "Channel and Time",
+ "LabelRecordProgramOrSeriesFrom": "Record a program or series from",
+ "LabelStartTime": "Start time",
+ "LabelEndTime": "End time",
+ "LabelFrequency": "Frequency",
+ "Recurring": "Recurring",
+ "Once": "Once",
+ "Start": "Start",
+ "Unpause": "Unpause",
+ "LabelIntroSkipMode": "Intro skip mode",
+ "ShowSkipIntroButton": "Show 'Skip Intro' button",
+ "AutoSkipIntro": "Automatically skip intros",
+ "DisplayRatingInformationOnVideoPlaybackStart": "Display rating information on video playback start",
+ "DisplayRatingInformationOnVideoPlaybackStartHelp": "The rating information will display briefly when video playback begins.",
+ "IntroSkipModeHelp": "Display a 'Skip Intro' button or automatically skip intros for episodes in which Emby Server has detected intro markers. Intro detection must be enabled in Emby Server library options.",
+ "EnableHomeScreenFocusPreview": "Use a layout on the home screen that shows a detailed preview of the selected item",
+ "EnableHomeScreenFocusPreviewHelp": "This may not work well if your home screen contains a mixture of different media types.",
+ "LabelHideMediaTransportButtons": "Hide video player transport buttons",
+ "HideMediaTransportButtonsHelp": "Create a simpler on-screen playback interface by hiding basic transport buttons such as skip forward, back and pause. You'll still be able to use these functions using arrow keys and OK/Enter. Auto will hide the transport buttons when no mouse usage is detected within the app.",
+ "ImageSizeHelp": "Set your preferred size of image grids.",
+ "LabelImageSize": "Image size",
+ "ThisImageIsOnlyPreview": "This image is only a preview that came from the metadata search engine. The actual image that Emby Server downloads may be different and will depend on the options you've configured in Emby library setup.",
+ "ResultsRangeValue": "{0} to {1} of {2}",
+ "NotificationsDescription": "Setup notifications to stay informed of important events on your Emby Server.",
+ "DeleteEmbyConnectAccount": "Delete Emby Connect Account",
+ "DeleteEmbyConnectAccountHelp": "To delete your Emby Connect account, please sign in to the {0}Emby Community{1} at {2}. Once signed in, then click your username in the top right, then click Account Settings, then click Delete My Account.",
+ "KeepPlayingInBackground": "Keep playing in the background",
+ "LabelVideoBackBehavior": "Video player back button behavior",
+ "HeaderViewLyrics": "View Lyrics",
+ "HeaderViewMissingEpisodes": "View Missing Episodes",
+ "HeaderMissingEpisodes": "Missing Episodes",
+ "HeaderManageAccess": "Manage Access",
+ "HeaderManageCollaboration": "Manage Collaboration",
+ "HeaderLeaveCollaboration": "Leave Collaboration",
+ "HeaderRemoveFromLibrary": "Remove from Library",
+ "RemoveSharedItemConfirmation": "Are you sure you wish to remove this item from your library? In order to get it back the owner will need to grant you access again.",
+ "SubtitlesDownloaded": "Subtitles Downloaded",
+ "HeaderMakePrivate": "Make Private",
+ "HeaderMakePublic": "Make Public",
+ "MakePublicDescription": "All users will be able to view this item. Users can be granted access to edit.",
+ "MakePrivateDescription": "Users can still be granted access individually.",
+ "Private": "Private",
+ "Public": "Public",
+ "Collaborative": "Collaborative",
+ "PreferredShowDisplay": "Preferred TV show display",
+ "ShowAllEpisodesAllSeasons": "Show all episodes of all seasons together",
+ "ShowAllEpisodesSingleSeason": "Show all episodes for only single season shows",
+ "ShowSeasonFolders": "Always show season folders",
+ "HeaderAddAgain": "Add Again",
+ "UpNext": "Up Next",
+ "ItemsAlreadyInPlaylist": "Some of these items are already in your playlist.",
+ "ItemAlreadyInPlaylist": "This item is already in your playlist.",
+ "HeaderPlayChannel": "Play Channel",
+ "LabelScreenOrientationDuringVideo": "Screen orientation during video playback",
+ "UseDeviceSetting": "Use device setting",
+ "LockToLandscape": "Lock to landscape",
+ "UsernameForFolderHelp": "The username required to access this folder on your network (if applicable).",
+ "PasswordForFolderHelp": "The password required to access this folder on your network (if applicable).",
+ "ShowMediaInfoOnDetailScreens": "Show full media at the bottom of audio and video detail screens",
+ "ForgotPasswordNoUserFound": "No users were found with the entered name. Please try again, or leave the name blank to reset the password for all users on this server.",
+ "Silver": "Silver",
+ "DimGray": "Dim Gray",
+ "DarkGray": "Dark Gray",
+ "LightGray": "Light Gray",
+ "Black": "Black",
+ "Blue": "Blue",
+ "Cyan": "Cyan",
+ "Gray": "Gray",
+ "Green": "Green",
+ "Lime": "Lime",
+ "Magenta": "Magenta",
+ "Orange": "Orange",
+ "Pink": "Pink",
+ "Red": "Red",
+ "Yellow": "Yellow",
+ "White": "White",
+ "Purple": "Purple",
+ "RecentlyReleasedMovies": "Recently Released Movies",
+ "RecentlyReleasedEpisodes": "Recently Released Episodes",
+ "DolbyProfile": "Dolby Profile",
+ "IpAddress": "IP Address",
+ "VideoType": "Video Type",
+ "HidePlayedMediaFrom": "Hide Played Media From",
+ "BottomEdgePosition": "Bottom Edge Position",
+ "VerticalPositionFromBottomScreen": "Set the vertical position of the subtitles relative to the bottom of the screen.",
+ "TopEdgePosition": "Top Edge Position",
+ "TopEdgePositionHelp": "Set the highest allowed vertical position of the subtitles relative to the top of the screen. This is used when the subtitles contain positioning instructions to be placed at the top.",
+ "HeaderSubtitlePosition": "Subtitle Position",
+ "TitleProfilePin": "Profile PIN",
+ "ProfilePinConfirm": "Profile PIN (confirm)",
+ "SaveProfilePin": "Save Pin",
+ "ProfilePinDescription": "Create an optional pin to be prompted for entry whenever you return to an Emby app on a device that you've already signed into. This is useful if you have devices that are shared by multiple users. You can choose to enable it selectively on each device as required.",
+ "TitleNewEpisodes": "New Episodes",
+ "EnterYourPinToContinue": "Enter your PIN to continue.",
+ "YourPinMustBe": "Your PIN must be {0} digits.",
+ "ForgotPin": "Forgot PIN?",
+ "RequireEnteringPinToReturn": "Require entering my profile PIN whenever I return to this app.",
+ "RequireEnteringPinToReturnQuestion": "Should we prompt you for your profile PIN whenever you return to this app? If this device is shared by multiple users, your profile PIN can help prevent the other users from accessing your data.",
+ "RequireEnteringPinToReturnHelp": "Useful if this device is shared by multiple users.",
+ "WrongPinPleaseTryAgain": "Whoops, wrong PIN. Please try again.",
+ "ProfilePinIsOn": "Profile PIN is currently on.",
+ "IfTryingToConnectToHttp": "If you're trying to connect to your Emby Server using an HTTP address, your browser may not be allowing this due to HTTPS requirements. Please try one of the following:",
+ "SetupHttpsForYourServer": "Setup {0}HTTPS for your Emby Server{1} so that you can connect using HTTPS.",
+ "TitleUnableToReachServer": "Unable to Reach Server",
+ "TitleUnableToReachName": "Unable to Reach {0}",
+ "HearingImpaired": "Hearing Impaired",
+ "SignIntoServerName": "Sign in to {0}",
+ "About": "About",
+ "Specials": "Specials",
+ "NSettings": "{0} Settings",
+ "NPreferences": "{0} Preferences",
+ "DetailScreenOptions": "Detail Screens",
+ "LabelGenreDisplayLimit": "Genre display limit",
+ "GenreDisplayLimitHelp": "Limit the number of genres displayed at the top of item detail screens.",
+ "GenreDisplayLimitForListsHelp": "Limit the number of genres displayed at the top of playlist, collection and artist detail screens.",
+ "LabelGenreDisplayLimitForLists": "Genre display limit for lists",
+ "ShowPosterOnDetails": "Show a poster on the detail screen",
+ "ShowPosterOnDetailsHelp": "Choose to show a poster on video detail screens, or hide it for a more minimal look that emphasizes the background. This setting is not used on smaller screen layouts. Some item types will ignore this setting.",
+ "EnableAppLogging": "Enable app logging",
+ "EnableAppLoggingHelp": "Logging can degrade app performance and should only be enabled as needed for troubleshooting purposes. Changes require restarting the app.",
+ "LabelSlideshowInterval": "Photo slideshow time per slide",
+ "TVChannelImageEditorHelp": "Multiple logo versions are supported. Emby apps will automatically choose the appropiate one depending on the current theme.",
+ "PlaySlideshow": "Play Slideshow",
+ "CheckForExistingEpisodesInAllLibraries": "Check for existing episodes in all libraries",
+ "GroupNotificationsBySeriesOrAlbum": "Group notifications by series and albums",
+ "ThemeSettings": "Theme Settings",
+ "FollowingActivityWillBeDisrupted": "The following activity will be disrupted and may require manual intervention to restart:",
+ "OneActivePlaybackSession": "1 Active Playback Session",
+ "NumActivePlaybackSessions": "{0} Active Playback Sessions",
+ "OneActiveRecording": "1 Active Recording",
+ "NumActiveRecordings": "{0} Active Recordings",
+ "PlayFromLivePosition": "Play from the live position",
+ "PlayFromStartOfRecording": "Play from the start of the recording",
+ "ThisChannelIsActivelyRecording": "This channel is actively recording. How would you like to begin playing?",
+ "ThemeSongVolume": "Theme song volume",
+ "HeaderForceConversionForFormats": "Force Conversion for Formats",
+ "ForceConversionForFormatsHelp": "Use this to force server-side transcoding or remuxing for formats that don't direct play very well on this device.",
+ "StartupBehavior": "Startup behavior",
+ "RememberLastUser": "Remember last user",
+ "ShowLoginScreen": "Show login screen",
+ "SignInAsValue": "Sign in as {0}",
+ "ConvertUnsupportedAudio": "Convert unsupported surround audio to Dolby Digital",
+ "ConvertUnsupportedAudioHelp": "Avoid downmixing unsupported surround formats to stereo by having Emby Server transcode them to Dolby Digital.",
+ "HeaderPlaybackCorrection": "Playback Correction",
+ "HeaderAttemptPlaybackCorrection": "Attempt Playback Correction",
+ "PlaybackCorrectionConfirm": "Attempt playback correction?",
+ "PlaybackCorrectionDescription": "Is the current item exhibiting a playback problem such as no video or audio? This will try and correct playback issues using server transcoding to convert this file into a more streaming friendly format. This will result in increased resource consumption on this Emby Server.",
+ "PlaybackCorrectionDescription2": "You can do this up to three times per video, where remuxing, video transcoding and audio transcoding are each activated one at a time.",
+ "HeaderAlbumsAsContributingArtist": "Albums as Contributing Artist",
+ "HeaderAlbumsAsComposer": "Albums as Composer",
+ "Duplicates": "Duplicates",
+ "HeaderSleepTimer": "Sleep Timer",
+ "AfterCurrentItem": "After current item",
+ "HeaderStopPlayback": "Stop Playback",
+ "TurnOffTimer": "Turn off timer",
+ "SleepTimerIsSet": "Your sleep timer is set",
+ "SleepTimerIsOff": "Your sleep timer is off",
+ "LabelEnableRemoteControlTVMode": "Display casting and remote control functions",
+ "EnableRemoteControlTVModeHelp": "Enable if you intend to use this device to send media to other devices.",
+ "ShowOnScreenControls": "Show on-screen controls",
+ "LabelVideoScreenUpAction": "Video player up action",
+ "VideoScreenUpActionHelp": "Select the action to take when pressing the up key on the video player screen. This applies when no on-screen controls are currently visible. When controls are already visible, the up key will be used for navigation.",
+ "LabelVideoPlayerLongPressAction": "Video player long press action",
+ "LetsGetSetup": "Let's Get Set Up",
+ "VideoPlayerLongPressActionHelp": "Choose what function or menu is shown when long pressing the OK button during video playback. This only takes effect when the video controls are hidden or the seek bar has focus.",
+ "AskAdminToGetPremiere": "This purchase must be made by the server administrator. Please ask the administrator of this Emby Server to sign in and get Emby Premiere so that you can enjoy access to premium features.",
+ "AutoOpenSingleItemsFolders": "Auto open single items in folder view",
+ "AutoOpenSingleItemsFoldersHelp": "When a folder only contains one item, automatically open that item.",
+ "PlayedOnValue": "Prehrané {0}",
+ "TheseSettingsApplyAppDevice": "These settings apply to all users playing on this device.",
+ "LastContentDateAdded": "Last Content Date Added",
+ "RepeatThemeMedia": "Play themes on repeat",
+ "HideEpisodeSpoilerInfo": "Hide spoiler information from unwatched episodes",
+ "HideEpisodeSpoilerInfoHelp": "Hides the title, overview and image for unwatched episodes on most screens.",
+ "BornValueAge": "Born: {0} (age {1})",
+ "PreferDirectStreamLiveTV": "Prefer direct streaming of Live TV",
+ "PreferDirectStreamLiveTVHelp": "Direct streaming Live TV will reduce resource consumption on your Emby Server but may not be as seekable during playback. Enabling this will direct stream Live TV when the format is supported and is within your configured quality setting. Disable this to enjoy more seeking during playback at the cost of additional resource consumption.",
+ "HeaderAllRecordings": "All Recordings",
+ "RememberLoginDescription": "After signing in, you can use the app settings to configure the startup behavior to remember login, sign in as a specific user, or always show the login screen.",
+ "ForgetThisServer": "Forget This Server",
+ "ForgetServerConfirmation": "Are you sure you wish to forget this server?",
+ "HeaderThisDevice": "This Device",
+ "ChaptersGuide": "Chapters / Live TV Guide",
+ "ChaptersGuideHelp": "Show Chapters for media with chapters. For media without chapters, show the Live TV Guide (when available).",
+ "HeaderShowSeriesImages": "Show Series Images",
+ "AppExitConfirmation": "Are you ready to exit Emby?",
+ "AppExitMenu": "Exit menu",
+ "SideMenu": "Side navigation menu",
+ "SystemStorage": "System storage ({0})"
+}
diff --git a/modules/common/strings/sl.json b/modules/common/strings/sl.json
new file mode 100644
index 0000000..adc33b7
--- /dev/null
+++ b/modules/common/strings/sl.json
@@ -0,0 +1,1340 @@
+{
+ "ReplaceExistingThumbnailImages": "Zamenjaj obstoječe sličice predogleda videoposnetka",
+ "ReplaceExistingThumbnailImagesHelp": "Vse obstoječe sličice predogleda videoposnetkov bodo izbrisane in ustvarjene bodo nove, če je to omogočeno v nastavitvah knjižnice.",
+ "DateCreated": "Datum nastanka",
+ "CreatedOnValue": "Ustvarjeno {0}",
+ "UpdatedOnValue": "Posodobljeno {0}",
+ "EmbyLoginTerms": "Emby je zasnovan za pomoč pri upravljanju vaše osebne medijske knjižnice, kot so domači videoposnetki in fotografije. Oglejte si naše {0}pogoje uporabe{1}. Uporaba katere koli programske opreme Emby pomeni sprejemanje teh pogojev.",
+ "MessageUnableToConnectToServer": "Povezava z izbranim strežnikom trenutno ne deluje. Preverite, ali je strežnik aktiven in poskusite znova.",
+ "EmbyIntroMessage": "Z Emby lahko preprosto pretakate videoposnetke, glasbo in fotografije na pametne telefone, tablične računalnike in druge naprave iz vašega strežnika Emby.",
+ "HeaderSignInWithConnect": "Prijava z Emby Connect",
+ "HeaderWelcomeToEmby": "Dobrodošli v Emby!",
+ "HeaderNewUsers": "Novi uporabniki",
+ "HeaderPleaseSignIn": "Prosim, prijavite se",
+ "MessageInvalidUser": "Napačno up. ime ali geslo. Poskusite znova.",
+ "MessageUnlockAppWithPurchaseOrSupporter": "Omogočite to funkcionalnost z enkratnim nakupom ali z aktivno naročnino Emby Premiere.",
+ "MessageUnlockAppWithSupporter": "Omogočite to funkcionalnost z aktivno naročnino Emby Premiere.",
+ "MessageToValidateSupporter": "Če imate aktivno naročnino na Emby Premiere, se prepričajte, da ste nastavili Emby Premiere na nadzorni plošči strežnika Emby, do katere lahko dostopate s klikom na Emby Premiere v glavnem meniju.",
+ "ValueSpecialEpisodeName": "Posebna oddaja - {0}",
+ "HeaderSignIn": "Prijava",
+ "Share": "Deli",
+ "Shared": "Deljeno",
+ "Info": "Info",
+ "Add": "Dodaj",
+ "Speed": "Hitrost",
+ "PlaybackSpeed": "Hitrost predvajanja",
+ "Chapters": "Poglavja",
+ "Password": "Geslo",
+ "SavePassword": "Shrani geslo",
+ "LabelPassword": "Geslo",
+ "HeaderResetPassword": "Ponastavi geslo",
+ "Series": "Serija",
+ "Preview": "Predogled",
+ "Submit": "Pošlji",
+ "Never": "Nikoli",
+ "Table": "Tabela",
+ "HeaderScheduledTasks": "Planirana opravila",
+ "Plays": "Št. predvajanj",
+ "LastUsedAddressValue": "Nazadnje uporabljen {0}",
+ "LabelKeywordType": "Vrsta ključne besede",
+ "HeaderSelectColumns": "Izberi stolpce",
+ "HeaderTopResults": "Najboljši zadetki",
+ "HeaderPinSidebar": "Pripni stransko okno",
+ "Collapse": "Strni",
+ "LabelBackgroundVideoPlayback": "Predvajanje v ozadju",
+ "BackgroundVideoPlaybackHelp": "Predvajanje v ozadju omogoča predvajanje tudi, če je zaslon ugasnjen.",
+ "AlwaysOn": "Vedno prižagano",
+ "HeadphonesOrExternalSpeakersConnected": "Povezane so slušalke ali zunanji zvočniki",
+ "HeaderKeyboardAndRemote": "Tipkovnica in daljinski upravljalnik",
+ "NoSelectedItemsSupportOperation": "Ni izbranih elementov, ki podpirajo to operacijo.",
+ "NoOperationsForSelectedItems": "Za izbrane elemente ni na voljo nobenih operacij.",
+ "UploadOnlyOnWifi": "Nalaganje samo prek Wifi",
+ "HeaderFoldersToUpload": "Mape za nalaganje",
+ "LabelPasswordConfirm": "Geslo (potrdi)",
+ "HeaderMoveUpInOrder": "Premakni navzgor po vrstnem redu",
+ "HeaderDownUpInOrder": "Premakni navzdol po vrstnem redu",
+ "LabelUsername": "Up. ime",
+ "HeaderAddServer": "Dodaj strežnik",
+ "HeaderSubtitleOffset": "Premik podnapisov",
+ "Watching": "Gledanje",
+ "HeaderRemoveFromContinueWatching": "Odstrani iz \"Nadaljuj ogled\"",
+ "RemoveThisTitleFromContinueWatching": "Odstrani iz \"Nadaljuj ogled\"?",
+ "HeaderRemoveFromContinueListening": "Odstrani iz \"Nadaljuj s poslušanjem\"",
+ "RemoveThisTitleFromContinueListening": "Odstrani iz \"Nadaljuj s poslušanjem\"?",
+ "HeaderIncreaseSubtitleOffset": "Povečaj odmik podnapisov",
+ "HeaderDecreaseSubtitleOffset": "Zmanjšaj odmik podnapisov",
+ "Close": "Zapri",
+ "HeaderSeeAll": "Poglej vse",
+ "HeaderOpenInNewWindow": "Odpri v novem oknu",
+ "LabelEmail": "E-pošta",
+ "LabelHost": "Strežnik",
+ "LabelHostHelp": "Npr.: 192.168.1.100 ali https://myserver.com",
+ "LabelPort": "Vrata",
+ "Disabled": "Onemogočeno",
+ "Uninstall": "Odstrani",
+ "Enable": "Omogoči",
+ "AllTuners": "Vsi sprejemniki",
+ "Disable": "Onemogoči",
+ "NextValue": "Sledi: {0}",
+ "HeaderNextItem": "Naslednji element",
+ "HeaderPreviousItem": "Prejšnji element",
+ "NoTrailersMessage": "Ni napovednikov. Za več napovednikov dodajte vtičnik 'Trailers' v {0}katalogu Emby vtičnikov{1}.",
+ "UninstallPluginConfirmation": "Ali ste prepričani, da želite odstraniti ta vtičnik?",
+ "HeaderUninstallPlugin": "Odstrani vtičnik",
+ "AreYouStillWatching": "Še gledate?",
+ "LabelCurrentPassword": "Obstoječe geslo",
+ "LabelNewPassword": "Novo geslo",
+ "LabelNewPasswordConfirm": "Potrditev novo geslo",
+ "HeaderRemovePassword": "Odstrani geslo",
+ "ServerUpdateNeeded": "Ta strežnik Emby mora biti nadgrajen. Za prenos zadnje različice obiščite {0}",
+ "MessageThankYouForConnectSignUp": "Hvala, ker ste se prijavili na Emby Connect. Na vaš naslov bo poslano e-poštno sporočilo z navodili za potrditev vašega novega računa. Potrdite račun in se nato vrnite sem, da se prijavite.",
+ "MessageThankYouForConnectSignUpNoValidation": "Hvala, ker ste se prijavili na Emby Connect! Zdaj se boste morali prijaviti s svojimi podatki Emby Connect.",
+ "ErrorMessagePasswordNotMatchConfirm": "Geslo in potrditev gesla se morata ujemati.",
+ "ErrorMessageUsernameInUse": "Uporabniško ime je že v uporabi. Izberite novo ime in poskusite znova.",
+ "ErrorMessageEmailInUse": "E-poštni naslov je že v uporabi. Vnesite nov e-poštni naslov in poskusite znova ali pa uporabite funkcijo za pozabljeno geslo.",
+ "HeaderUpcomingOnTV": "Sledi na televiziji",
+ "HeaderOtherShowings": "Druge predstavitve",
+ "Showings": "Predstavitve",
+ "HeaderConnectToServer": "Povežite se s strežnikom",
+ "ConnectToServerManually": "Ročno se povežite s strežnikom",
+ "LabelEnterConnectUserNameHelp": "Vaš e-mail za račun Emby Connect.",
+ "HeaderSignInError": "Napaka pri prijavi",
+ "HeaderManualLogin": "Ročna prijava",
+ "PasswordResetConfirmation": "Ali res želite ponastaviti geslo?",
+ "ContactAdminToResetPassword": "Za ponastavitev gesla se obrnite na skrbnika sistema.",
+ "ForgotPasswordInNetworkRequired": "Poskusite znova znotraj domačega omrežja, da začnete postopek ponastavitve gesla.",
+ "ForgotPasswordFileCreated": "Naslednja datoteka je bila ustvarjena na vašem strežniku in vsebuje navodila za nadaljevanje:",
+ "ForgotPasswordFileExpiration": "Pin za ponastavitev bo potekel ob {0}.",
+ "InvalidForgotPasswordPin": "Vnesen je bil neveljaven ali potekel pin. Prosim poskusite ponovno.",
+ "PasswordResetForUsers": "Gesla so bila odstranjena za naslednje uporabnike. Za prijavo se prijavite s praznim geslom.",
+ "HeaderForgotPassword": "Ste pozabili geslo?",
+ "ForgotPasswordUsernameHelp": "Če se ne spomnite uporabniškega imena, pustite to polje prazno.",
+ "HeaderPasswordReset": "Ponastavitev gesla",
+ "AttributeNew": "Novo",
+ "Done": "Končano",
+ "HeaderResetToDefault": "Ponastavi na privzeto",
+ "Deinterlacing": "Odstranjevanje prepletanja",
+ "HeaderBurningInSubtitles": "Vžiganje podnapisov",
+ "Premiere": "Premiera",
+ "LabelPinCode": "PIN koda",
+ "LabelLocalNetworkPinCode": "Pin koda lokalnega omrežja",
+ "LabelLocalNetworkPasswordMode": "Način prijave v lokalno omrežje",
+ "RequirePasswordInLocalNetwork": "Zahtevaj geslo v lokalnem omrežju",
+ "NoPasswordInLocalNetwork": "Ne zahtevaj gesla v lokalnem omrežju",
+ "PinCodeInLocalNetwork": "Številčna koda PIN v lokalnem omrežju dovoljena",
+ "LocalNetworkPasswordModeHelp": "Izberite način prijave za naprave v istem lokalnem omrežju kot vaš strežnik Emby.",
+ "HeaderLocalNetworkAccess": "Dostop v lokalnem omrežju",
+ "Live": "V živo",
+ "Reset": "Ponastavitev",
+ "Repeat": "Ponovi",
+ "Track": "Zapis",
+ "Tracks": "Zapisi",
+ "HeaderCameraUpload": "Nalaganje fotografij",
+ "TrackCount": "{0} element/ov",
+ "ItemCount": "{0} element/ov",
+ "NumberChannelsValue": "{0} Kanali",
+ "HeaderLatestMusic": "Nova glasba",
+ "HeaderLatestAudioBooks": "Najnovejše zvočne knjige",
+ "HeaderLatestDownloadedVideos": "Najnovejši preneseni videoposnetki",
+ "HeaderRecentlyPlayed": "Nedavno predvajano",
+ "Recent": "Nedavno",
+ "HeaderFrequentlyPlayed": "Pogosto predvajano",
+ "HeaderMoreLikeThis": "Več podobnih",
+ "HeaderMoreLikeThisOnLiveTV": "Več podobnih na televiziji",
+ "OriginalAirDateValue": "Na voljo od: {0}",
+ "EndsAtValue": "Konec ob {0}",
+ "Date": "Datum",
+ "AirDate": "Datum prikazovanja",
+ "Played": "Ogledano",
+ "Daily": "Dnevno",
+ "Weekly": "Tedensko",
+ "RequireHashMatch": "Zahtevaj natančno ujemanje",
+ "RequireHashMatchHelp": "Če zahtevate natančno ujemanje, bodo podnapisi filtrirani tako, da bodo vključevali samo tiste, ki so bili preizkušeni s točno vašo video datoteko. Če počistite to polje, se bo povečalo število ujemajočih se podnapisov, vendar se bodo povečale tudi možnosti napačnega ali nepravilnega besedila podnapisov.",
+ "SearchForForcedSubtitlesOnly": "Samo obvezni podnapisi",
+ "SearchForForcedSubtitlesOnlyHelp": "Če zahtevate obvezne podnapise, boste rezultate omejili na podnapise, ki so označeni kot podnapisi v tujem jeziku.",
+ "LastEpisodeDateAdded": "Zadnja dodana epizoda",
+ "LastEpisodeDateAired": "Datum objave zadnje epizode",
+ "LabelPlaystate": "Stanje predvajanja",
+ "Studio": "Studio",
+ "Tag": "Oznaka",
+ "EpisodeTitle": "Naslov epizode",
+ "Audio": "Zvok",
+ "Video": "Slika",
+ "Subtitle": "Podnapis",
+ "Image": "Slika",
+ "CopyStream": "Kopiraj izvirni tok",
+ "LabelAudioLayout": "Postavitev zvoka",
+ "LabelAudioCodec": "Avdio kodek",
+ "LabelAudioLanguage": "Jezik zvoka",
+ "LabelSubtitleLanguage": "Jezik podnapisov",
+ "LabelVideoCodec": "Video kodek",
+ "LabelSubtitleCodec": "Kodek za podnapise",
+ "LabelParentalRating": "Starševska ocena",
+ "BecauseYouLikeValue": "Ker vam je všeč {0}",
+ "BecauseYouWatchedValue": "Ker ste si ogledali {0}",
+ "DirectedByValue": "Režija: {0}",
+ "StarringValue": "Igrajo: {0}",
+ "Invitations": "Vabila",
+ "ActorAsRole": "kot {0}",
+ "ButtonOk": "V redu",
+ "GroupItemsIntoCollections": "Združi v zbirko",
+ "GroupItemsIntoCollectionsHelp": "Združevanje elementov glede na zbirke, v katere so bili dodani. Omogočanje določenih filtrov ali vrstnih redov lahko to samodejno onemogoči.",
+ "GroupItemsIntoTags": "Združite elemente v oznake",
+ "GroupItemsIntoTagsHelp": "Elemente združite glede na oznake, ki so jim bili dodani. Omogočanje določenih filtrov ali vrstnih redov lahko to samodejno onemogoči.",
+ "User": "Uporabnik",
+ "Access": "Dostop",
+ "Users": "Uporabniki",
+ "Library": "Knjižnica",
+ "Devices": "Naprave",
+ "Cancel": "Preklic",
+ "Restart": "Ponovni zagon",
+ "Shutdown": "Zaustavitev",
+ "Logs": "Dnevniki",
+ "Visibility": "Vidnost",
+ "Notifications": "Obvestila",
+ "SendTestNotification": "Pošlji testno obvestilo",
+ "NotificationSent": "Obvestilo poslano",
+ "DeleteNotificationConfirmation": "Ali želite izbrisati to obvestilo?",
+ "DeleteNotification": "Izbriši obvestilo",
+ "AddNotification": "Dodaj obvestilo",
+ "EditNotification": "Uredi obvestilo",
+ "LimitUserEventsTo": "Omeji uporabniške dogodke na",
+ "LimitLibraryEventsTo": "Omeji knjižnične dogodke na",
+ "LimitDeviceEventsTo": "Omejite dogodke naprav na",
+ "ForAdditionalNotificationOptions": "Dodatne storitve obveščanja lahko namesti skrbnik strežnika v {0}katalog vtičnikov{1} Emby.",
+ "Plugins": "Vtičniki",
+ "Systems": "Sistemi",
+ "Server": "Strežnik",
+ "Dashboard": "Nadzorna plošča",
+ "PlayOnAnotherDevice": "Predvajaj na drugi napravi",
+ "HeaderConnectionHelp": "Pomoč za povezavo",
+ "AccessRestrictedTryAgainLater": "Dostop ni mogoč. Poskusite kasneje.",
+ "ButtonGotIt": "Razumem",
+ "RememberMe": "Zapomni si me",
+ "EmbyServer": "Strežnik Emby",
+ "ManageEmbyServer": "Upravljanje strežnika Emby",
+ "ShutdownServer": "Zaustavitev strežnika Emby",
+ "RestartServer": "Ponovni zagon Emby",
+ "RecordingCancelled": "Snemanje preklicano",
+ "SeriesCancelled": "Serija preklicana",
+ "Recording": "Snemanje",
+ "SeriesRecording": "Snemanje serije",
+ "RecordingScheduled": "Snemanje je predvideno",
+ "SeriesRecordingScheduled": "Predvideno snemanje serije",
+ "HeaderNewRecording": "Nov posnetek",
+ "HeaderWakeServer": "Zbudi strežnik",
+ "AttemptingWakeServer": "Poskus bujenja strežnika. Prosimo počakajte...",
+ "WakeServerSuccess": "Uspešno!",
+ "HeaderCustomizeHomeScreen": "Prilagodi domači zaslon",
+ "WakeServerError": "Paketi Wake On LAN so bili poslani na vaš strežniški računalnik, vendar se ne moremo povezati z vašim strežnikom Emby. Vaša naprava morda potrebuje nekaj več časa, da se prebudi, ali pa Emby Server morda ne deluje aktivno na napravi.",
+ "Days": "Dnevi",
+ "Network": "Omrežje",
+ "Networks": "Omrežja",
+ "SortByValue": "Razvrsti po {0}",
+ "HeaderSortBy": "Razvrsti po",
+ "HeaderPhotoAlbums": "Foto albumi:",
+ "Photos": "Fotografije",
+ "HeaderAppearsOn": "Pojavi se na",
+ "List": "Seznam",
+ "HeaderRecordSeries": "Snemaj serijo",
+ "HeaderCinemaMode": "Napovedniki",
+ "Conversions": "Pretvorbe",
+ "Downloads": "Prenosi",
+ "HeaderManageDownloads": "Upravljanje prenosov",
+ "InternalStorage": "Notranji pomnilnik",
+ "ExternalStorage": "Zunanji pomnilnik",
+ "UploadToFollowingServers": "Nalaganje na strežnike",
+ "UploadingNumItems": "Nalaganje {0} od {1}",
+ "DownloadNumItems": "Prenos {0} od {1}",
+ "HeaderSampleRate": "Stopnja vzorčenja",
+ "HeaderReferenceFrames": "Referenčni okvirji",
+ "HeaderBitDepth": "Bitna globina",
+ "HeaderPixelFormat": "Format slikovnih pik",
+ "Profile": "Profil",
+ "Bitrate": "Bitna hitrost",
+ "Expand": "Razširi",
+ "Container": "Vsebnik",
+ "Format": "Format",
+ "Path": "Pot",
+ "Size": "Velikost",
+ "Resolution": "Ločjivost",
+ "HeaderCodecTag": "Oznaka kodeka",
+ "Framerate": "Hitrost sličic",
+ "Interlaced": "Prepleteno",
+ "Anamorphic": "Anamorfno",
+ "Level": "Raven",
+ "Timestamp": "Časovni žig",
+ "Language": "Jezik",
+ "Codec": "Kodek",
+ "Stream": "Tok",
+ "HeaderExtradata": "Dodatni podatki",
+ "HeaderHardwareAcceleratedTranscoding": "Strojno pospešeno prekodiranje",
+ "HeaderHardwareAcceleratedTranscodingDescription": "Izkoristite GPU vašega strežnika. Emby ima najnaprednejše in najhitrejše strojno pospeševanje v industriji.",
+ "HeaderOfflineDownloads": "Mediji brez povezave",
+ "AndMuchMoreExclamation": "In veliko več!",
+ "HeaderOfflineDownloadsDescription": "Prenesite medije v svoje naprave za preprosto uporabo brez povezave.",
+ "LiveTvFeatureDescription": "Pretakajte televizijo v katero koli aplikacijo Emby z združljivo napravo TV sprejemnika, nameščeno na vašem strežniku Emby.",
+ "DvrFeatureDescription": "Načrtujte posamezne posnetke televizije, posnetke serij in drugo z Emby DVR.",
+ "CinemaModeFeatureDescription": "Cinema Intros vam nudi pravo kinematografsko izkušnjo z napovedniki in uvodi po meri pred glavnim filmom.",
+ "HeaderFreeApps": "Brezplačne aplikacije Emby",
+ "FreeAppsFeatureDescription": "Uživajte v brezplačnem dostopu do aplikacij Emby za vaše naprave.",
+ "HeaderBecomeProjectSupporter": "Pridobite Emby Premiere",
+ "HeaderViewServerInfo": "Informacije o strežniku",
+ "PlaybackTvModeRequiresEmbyPremiere": "Predvajanje medijev v načinu TV zahteva aktivno {0}naročnino na Emby Premiere{1}.",
+ "FeatureRequiresEmbyPremiere": "Zahtevana je naročnina na {0}Emby Premiere{1}.",
+ "HeaderConvertYourRecordings": "Pretvorite posnetke",
+ "Record": "Snemaj",
+ "Save": "Shrani",
+ "Edit": "Uredi",
+ "HeaderSavePlaylist": "Shrani seznam predvajanja",
+ "Latest": "Najnovejše",
+ "Download": "Prenesi",
+ "Downloaded": "Prenešeno",
+ "Converted": "Pretvorjeno",
+ "RemoveFromHistory": "Odstrani iz zgodovine",
+ "ConfirmRemoveFromHistory": "Odstranim ta element iz zgodovine?",
+ "Downloading": "Prenašanje",
+ "Advanced": "Napredno",
+ "LinkedToEmbyConnect": "Povezano z Emby Connect",
+ "Delete": "Izbriši",
+ "Both": "Oboje",
+ "LabelChannelDisplay": "Prikaz programa",
+ "HeaderDeleteItem": "Izbriši element",
+ "HeaderDeleteUser": "Izbriši uporabnika",
+ "DeleteItemConfirmation": "Ali res želite izbrisati {0}?",
+ "DeleteUserConfirmation": "Ali res želite izbrisati uporabnika {0}?",
+ "DeleteUsersConfirmation": "Ali zares želite izbrisati te uporabnike? (število uporabnikov: {0})",
+ "HeaderDeleteDevice": "Izbriši napravo",
+ "DeleteDeviceConfirmation": "Ali res želite izbrisati to napravo? Ponovno se bo prikazala, ko se bo uporabnik naslednjič prijavil.",
+ "ConfirmDeleteItem": "Če izbrišete ta element, ga boste izbrisali iz datotečnega sistema in vaše medijske knjižnice.",
+ "FollowingFilesWillBeDeleted": "Naslednje datoteke in mape bodo izbrisane:",
+ "AreYouSureToContinue": "Ste prepričani, da želite nadaljevati?",
+ "Refresh": "Osveži",
+ "RefreshingMetadataDots": "Osveževanje metapodatkov ...",
+ "ScanningLibraryFilesDots": "Pregledovanje datotek knjižnice ...",
+ "HeaderFavoritesThenByChannelNumber": "Priljubljene, nato po programskem mestu",
+ "HeaderAddToCollection": "Dodaj v zbirko",
+ "HeaderFavoritesThenByTitle": "Priljubljene, nato po naslovu",
+ "HeaderFavoritesThenByDefault": "Priljubljene, nato po privzetem vrstnem redu",
+ "HeaderDefaultChannelOrder": "Privzeti vrstni red programov",
+ "HeaderAddToFavorites": "Dodaj med priljubljene",
+ "HeaderRemoveFromFavorites": "Odstrani iz priljubljenih",
+ "Favorited": "Priljubljeno",
+ "Unfavorited": "Nepriljubljeno",
+ "HeaderNewCollection": "Nova zbirka",
+ "HeaderNewPlaylist": "Nov seznam predvajanja",
+ "AllCollections": "Vse zbirke",
+ "AllPlaylists": "Vsi seznami predvajanja",
+ "Create": "Ustvari",
+ "HeaderAddedToPlaylist": "Dodano na seznam predvajanja",
+ "HeaderAddedToCollection": "Dodano v zbirko",
+ "OneItemAddedTo": "1 element je dodan v »{0}«.",
+ "ItemsAddedTo": "Št. elementov, dodanih v »{1}«: {0}.",
+ "HeaderAddedToPlayQueue": "Dodano v čakalno vrsto za predvajanje",
+ "HeaderPlayingNext": "Sledi",
+ "Help": "Pomoč",
+ "HeaderGetHelp": "Pridobite pomoč",
+ "LabelTVDisplayMode": "Omogoči prikaz za televizor",
+ "Desktop": "Namizje",
+ "Mobile": "Telefon / tablica",
+ "Navigation": "Navigacija",
+ "HeaderVideoPlayback": "Predvajanje videa",
+ "TV": "TV",
+ "HeaderEmbyConnect": "Emby Connect",
+ "Seasons": "Sezone",
+ "OneTrack": "1 element",
+ "OneSeason": "1 sezona",
+ "Libraries": "Knjižnice",
+ "NumberSeasonsValue": "{0} sezon",
+ "TVDisplayModeHelp": "Nastavi uporabniški vmesnik na tej napravi za prikaz na televizorju in način vnosa z daljinskim upravljalnikom. To na splošno ni priporočljivo, če je vaš primarni način vnosa miška ali na dotik.",
+ "LabelDisplayLanguage": "Jezik prikaza",
+ "LabelDisplayLanguageHelp": "Prevajanje Embyja je projekt v teku.",
+ "LearnHowYouCanContribute": "Izvedite, kako lahko prispevate",
+ "NewCollectionHelp": "Zbirke vam omogočajo ustvarjanje prilagojenih skupin filmov in druge knjižnične vsebine.",
+ "SearchForCollectionInternetMetadata": "V internetu poiščite slike in metapodatke",
+ "DisplayMissingEpisodesWithinSeasons": "Prikaži manjkajoče epizode v sezonah",
+ "DisplayMissingEpisodesWithinSeasonsHelp": "To mora biti omogočeno tudi za TV knjižnice v nastavitvi Emby Server.",
+ "EnableThemeSongs": "Predvajaj tematske pesmi",
+ "EnableBackdrops": "Omogoči ozadja",
+ "EnableThemeSongsHelp": "Če omogočeno, se bo tematska glasba med brskanjem po knjižnici predvajala v ozadju.",
+ "EnableBackdropsHelp": "Če je omogočeno, bo med brskanjem po knjižnici na nekaterih straneh prikazano ozadje.",
+ "EnableThemeVideos": "Predvajaj tematske videoposnetke",
+ "EnableThemeVideosHelp": "Če je omogočeno, se bodo tematski videoposnetki predvajali v ozadju med brskanjem po knjižnici.",
+ "RunAtStartup": "Zaženi ob zagonu",
+ "ServerStartup": "Zagon strežnika",
+ "EmbyServerOnXHasStarted": "Strežnik Emby na {0} se je zagnal.",
+ "LabelScreensaver": "Ohranjevalnik zaslona",
+ "LabelSoundEffects": "Zvočni učinki",
+ "LabelName": "Ime",
+ "NewCollectionNameExample": "Primer: Zbirka Vojne zvezd",
+ "MessageItemsAdded": "Predmeti dodani.",
+ "OptionNew": "Novo...",
+ "LabelPlaylist": "Seznam predvajanja",
+ "AddToPlaylist": "Dodaj na seznam predvajanja",
+ "HeaderAddToPlaylist": "Dodaj na seznam predvajanja",
+ "Subtitles": "Podnapisi",
+ "LabelTheme": "Tema",
+ "LabelSettingsTheme": "Tema nastavitev",
+ "LabelThemeAccentColor": "Barva poudarka",
+ "ThemeAccentColorDescription": "Nadzoruje barvo pomembnih indikatorjev, ikon in besedila.",
+ "SearchForSubtitles": "Poiščite podnapise",
+ "LabelLanguage": "Jezik",
+ "Search": "Iskanje",
+ "NoSubtitleSearchResultsFound": "Ni zadetkov. Ali ste konfigurirali {0}prenos podnapisov{1}?",
+ "NoLyricsSearchResultsFound": "Ni zadetkov. Ali ste konfigurirali {0}prenos besedil{1}?",
+ "Lyrics": "Besedila",
+ "SearchForLyrics": "Iskanje besedil pesmi",
+ "Finish": "Konec",
+ "File": "Datoteka",
+ "Exit": "Izhod",
+ "Sleep": "Spanje",
+ "Setup": "Nastavitev",
+ "MessageAreYouSureDeleteSubtitles": "Ali res želite izbrisati to datoteko s podnapisi?",
+ "ConfirmDeletion": "Potrdite izbris",
+ "MySubtitles": "Moji podnapisi",
+ "MessageDownloadQueued": "Prenos v čakalni vrsti.",
+ "HeaderEditSubtitles": "Uredi podnapise",
+ "UnlockGuide": "Vodnik za odklepanje",
+ "HeaderRefreshMetadata": "Osveži metapodatke",
+ "HeaderRefreshAllMetadata": "Osveži vse metapodatke",
+ "ReplaceExistingImages": "Zamenjaj obstoječe slike",
+ "ReplaceExistingImagesHelp": "Vse obstoječe slike bodo izbrisane, nove pa bodo prenesene glede na nastavitve knjižnice. V nekaterih primerih bo to lahko povzročilo manj razpoložljivih slik kot prej.",
+ "ReplaceAllMetadata": "Zamenjaj vse metapodatke",
+ "SearchForMissingMetadata": "Poišči manjkajoče metapodatke",
+ "LabelRefreshMode": "Način osveževanja",
+ "NoItemsFound": "Ni elementov.",
+ "HeaderSaySomethingLike": "Recite na primer...",
+ "ButtonTryAgain": "Poskusite ponovno",
+ "HeaderYouSaid": "Rekli ste...",
+ "MessageWeDidntRecognizeCommand": "Oprostite, tega ukaza nismo prepoznali.",
+ "MessageIfYouBlockedVoice": "Če ste zavrnili glasovni dostop do aplikacije, boste morali znova konfigurirati, preden poskusite znova.",
+ "ValueDiscNumber": "Disk {0}",
+ "Unrated": "Brez ocene",
+ "Favorite": "Priljubljeno",
+ "Like": "Všečkaj",
+ "Dislike": "Ni všeč",
+ "RefreshDialogHelp": "Metapodatki so posodobljeni z novimi podatki na podlagi nastavitev in ponudnikov metapodatkov, ki so omogočeni v nastavitvah knjižnice Emby.",
+ "Open": "Odpri",
+ "Play": "Predvajaj",
+ "Pause": "Pavza",
+ "HeaderPlayQueue": "Predvajaj čakalno vrsto",
+ "HeaderAddToPlayQueue": "Dodaj v čak. vrsto",
+ "Shuffle": "Naključno",
+ "Identify": "Identificiraj",
+ "HeaderRemoveIdentification": "Odstrani identifikacijo",
+ "ResetMetadataConfirmation": "Ali res želite ponastaviti vse metapodatke?",
+ "HeaderEditMetadata": "Urejanje metapodatkov",
+ "Convert": "Pretvorba",
+ "Resume": "Nadaljuj",
+ "HeaderInstantMix": "Takojšen miks",
+ "HeaderGoToItem": "Pojdi na element",
+ "HeaderGoToSeason": "Pojdi na sezono",
+ "HeaderGoToSeries": "Pojdi na serijo",
+ "HeaderGoToAlbum": "Pojdi v album",
+ "HeaderGoToArtist": "Pojdi na umetnika",
+ "HeaderPlayAll": "Predvajaj vse",
+ "PictureInPicture": "Slika v sliki",
+ "Fullscreen": "Celozaslonski način",
+ "ExitFullscreen": "Izhod iz celotnega zaslona",
+ "Rewind": "Previjanje",
+ "FastForward": "Hitro naprej",
+ "Remove": "Odstrani",
+ "Rename": "Preimenuj",
+ "Queue": "Čakalna vrsta",
+ "QueueAllFromHere": "Vse v čakalni vrsti od tukaj",
+ "PlayAllFromHere": "Predvajaj vse od tukaj",
+ "PlayFromBeginning": "Predvajaj od začetka",
+ "FromBeginning": "Od začetka",
+ "ResumeAt": "Nadaljuj od {0}",
+ "HeaderRemoveFromPlaylist": "Odstrani s seznama predvajanja",
+ "HeaderRemoveFromPlayQueue": "Odstrani iz čakalne vrste predvajanja",
+ "HeaderRemoveFromCollection": "Odstrani iz zbirke",
+ "Sort": "Razvrsti",
+ "Trailer": "Napovednik",
+ "SelectNone": "Izberi nič",
+ "SelectAll": "Izberi vse",
+ "HeaderMarkPlayed": "Označi ogledano",
+ "HeaderMarkUnplayed": "Označi neogledano",
+ "HeaderGroupVersions": "Združi različice",
+ "PleaseSelectTwoItems": "Prosimo izberite vsaj dva elementa.",
+ "HeaderConfirmRecordingCancellation": "Potrdite preklic snemanja",
+ "MessageConfirmRecordingCancellation": "Preklic snemanja?",
+ "Album": "Album",
+ "AlbumArtist": "Izvajalec albuma",
+ "Error": "Napaka",
+ "VoiceInput": "Glasovni vnos",
+ "LabelContentType": "Vrsta vsebine",
+ "LabelPath": "Pot",
+ "Playlists": "Seznami predvajanja",
+ "LabelTitle": "Naslov",
+ "LabelOriginalTitle": "Originalni naslov",
+ "LabelSortTitle": "Naslov za razvrščanje",
+ "LabelDateAdded": "Dodano dne",
+ "DateAdded": "Dodano dne",
+ "DateModified": "Datum spremembe",
+ "DatePlayed": "Datum predvajanja",
+ "DateLastActive": "Zadnja aktivnost",
+ "ConfigureDateAdded": "Konfigurirajte, kako se datum dodajanja določi na nadzorni plošči strežnika Emby v nastavitvah knjižnice",
+ "LabelStatus": "Status",
+ "LabelArtistsHelp": "Loči večkratne z ;",
+ "HeaderAlbumArtists": "Izvajalci albuma",
+ "LabelAlbumArtists": "Izvajalci albuma",
+ "LabelAlbum": "Album",
+ "Artist": "Izvajalec",
+ "Artists": "Izvajalci",
+ "ImdbRating": "Ocena IMDb",
+ "CommunityRating": "Ocena skupnosti",
+ "LabelCommunityRating": "Ocena skupnosti",
+ "LabelCriticRating": "Ocena kritikov",
+ "CriticRating": "Ocena kritikov",
+ "LabelWebsite": "Spletna stran",
+ "Tagline": "Slogan:",
+ "LabelOverview": "Pregled",
+ "LabelShortOverview": "Kratek pregled",
+ "LabelReleaseDate": "Datum izdaje",
+ "LabelPlaceOfBirth": "Kraj rojstva",
+ "Aired": "Prikazano",
+ "LabelAirDays": "Dnevi prikazovanja",
+ "LabelAirTime": "Čas prikazovanja",
+ "LabelRuntimeMinutes": "Dolžina (minute)",
+ "LabelCustomRating": "Ocena po meri",
+ "LabelOriginalAspectRatio": "Prvotno razmerje stranic",
+ "Label3DFormat": "3D format",
+ "FormatValue": "Format: {0}",
+ "DownloadsValue": "{0} prenosov",
+ "HashMatch": "Natančno ujemanje",
+ "EnableExternalVideoPlayers": "Omogoči zunanje video predvajalnike",
+ "EnableExternalVideoPlayersHelp": "Ob začetku predvajanja videoposnetka bo prikazan meni zunanjega predvajalnika.",
+ "HeaderSpecialEpisodeInfo": "Informacije o posebni epizodi",
+ "LabelAirsDuringSeason": "Na sporedu med sezono",
+ "LabelAirsAfterSeason": "Na sporedu po sezoni",
+ "LabelAirsBeforeEpisode": "Na sporedu pred epizodo",
+ "HeaderExternalIds": "Zunanji ID-ji",
+ "HeaderDisplaySettings": "Nastavitve zaslona",
+ "PlaylistOrder": "Vrstni red seznama predvajanja",
+ "CollectionOrder": "Vrstni red zbirke",
+ "LabelDisplayOrder": "Vrstni red prikaza",
+ "LabelFileOrder": "Vrstni red datotek",
+ "Display": "Zaslon",
+ "Countries": "Države",
+ "Genres": "Žanri",
+ "Studios": "Studiji",
+ "Tags": "Oznake",
+ "Links": "Povezave",
+ "Movie": "Film",
+ "Program": "Program",
+ "Channel": "Kanal",
+ "Episode": "Epizoda",
+ "Season": "Sezona",
+ "HeaderMetadataSettings": "Nastavitve metapodatkov",
+ "People": "Osebe",
+ "Number": "Številka",
+ "Lock": "Zaklepanje",
+ "HeaderScreenLocked": "Zaslon zaklenjen",
+ "HeaderUnlockControls": "Odkleni kontrole",
+ "HeaderTapToUnlock": "Tapnite za odklepanje",
+ "LabelMetadataDownloadLanguage": "Prednostni jezik metapodatkov",
+ "LabelImageDownloadLanguage": "Prednostni jezik slik",
+ "LabelLockItemToPreventChanges": "Zaklenite ta element, da preprečite prihodnje spremembe",
+ "LockThisField": "Zaklenite to polje, da preprečite prihodnje spremembe pri osveževanju metapodatkov",
+ "MessageLeaveEmptyToInherit": "Pustite prazno, če želite podedovati nastavitve od nadrejenega elementa ali globalne privzete vrednosti.",
+ "LabelCountry": "Država",
+ "LabelCertificationCountry": "Država certificiranja",
+ "CertificationCountryHelp": "Vpliva na uporabo sistema ocenjevanja vsebine.",
+ "LabelDynamicExternalId": "{0} ID",
+ "LabelBirthYear": "Rojstno leto",
+ "LabelBirthDate": "Rojstni datum",
+ "LabelDeathDate": "Datum smrti",
+ "LabelEndDate": "Končni datum",
+ "LabelSeasonNumber": "Številka sezone",
+ "LabelEpisodeNumber": "Številka epizode",
+ "LabelTrackNumber": "Številka elementa",
+ "LabelNumber": "Številka",
+ "LabelDiscNumber": "Številka diska",
+ "LabelParentNumber": "Številka starša",
+ "SortName": "Naslov za razvrščanje",
+ "OriginalTitle": "Originalni naslov",
+ "ReleaseDate": "Datum izdaje",
+ "Continuing": "Se nadaljuje",
+ "Ended": "Končano",
+ "HeaderEnabledFields": "Omogočena polja",
+ "HeaderEnabledFieldsHelp": "Počistite polje, da ga zaklenete in preprečite spreminjanje podatkov v njem.",
+ "Backdrops": "Ozadja",
+ "Images": "Slike",
+ "Runtime": "Dolžina",
+ "ProductionLocations": "Lokacije",
+ "BirthLocation": "Kraj rojstva",
+ "ParentalRating": "Starševska ocena",
+ "PlayCount": "Število predvajanj",
+ "Name": "Ime",
+ "Overview": "Pregled",
+ "LabelType": "Tip",
+ "LabelPersonRole": "Vloga",
+ "LabelPersonRoleHelp": "Primer: voznik tovornjaka za sladoled",
+ "Actor": "Igralec/ka",
+ "Composers": "Skladatelji",
+ "Composer": "Skladatelj",
+ "Director": "Režija",
+ "GuestStar": "Gostujoči",
+ "Producer": "Producent",
+ "Writer": "Scenarij",
+ "MessageNoSyncJobsFound": "Ni prenosov. Ustvarite opravila za prenos z uporabo gumbov za prenos v celotni aplikaciji.",
+ "MessageNoDownloadsFound": "Brez prenosov brez povezave. Prenesite predstavnost za uporabo brez povezave, tako da kliknete Prenesi v celotni aplikaciji.",
+ "InstallingPackage": "Nameščanje {0}",
+ "PackageInstallCompleted": "Namestitev {0} je končana.",
+ "PackageInstallFailed": "Namestitev {0} ni uspela.",
+ "PackageInstallCancelled": "Namestitev {0} preklicana.",
+ "SeriesYearToPresent": "{0} – v teku",
+ "OneDevice": "1 naprava",
+ "DeviceCountValue": "{0} naprav",
+ "OneLog": "1 dnevnik",
+ "LogCountValue": "{0} dnevnikov",
+ "OneVote": "1 glas",
+ "VoteCountValue": "{0} glas/ov",
+ "OneLike": "1 všeček",
+ "LikeCountValue": "{0} všečk/ov",
+ "OneUser": "1 uporabnik",
+ "UserCountValue": "{0} uporabnik/ov",
+ "OneLibrary": "1 knjižnica",
+ "LibraryCountValue": "{0} knjižnic/e",
+ "ValueOneItem": "1 element",
+ "ValueOneEpisode": "1 epizoda",
+ "ValueEpisodeCount": "{0} epizod",
+ "Albums": "Albumi",
+ "Song": "Pesem",
+ "Songs": "Pesmi",
+ "Authors": "Avtorji",
+ "Books": "Knjige",
+ "AudioBooks": "zvočne knjige",
+ "HeaderAudioBooks": "Zvočne knjige",
+ "HeaderAudioBook": "Zvočna knjiga",
+ "HeaderIdentifyItemHelp": "Vnesite enega ali več iskalnih kriterijev. Odstranite kriterije za povečanje rezultatov iskanja.",
+ "PleaseEnterNameOrId": "Vnesite ime ali zunanji ID.",
+ "MessageItemSaved": "Predmet shranjen.",
+ "SearchResults": "Zadetki iskanja",
+ "ServerNameIsRestarting": "Strežnik Emby – {0} se znova zaganja.",
+ "ServerNameIsShuttingDown": "Strežnik Emby – {0} se zaustavlja.",
+ "HeaderDeleteItems": "Izbriši elemente",
+ "ConfirmDeleteItems": "Če izbrišete te elemente, jih boste izbrisali iz datotečnega sistema in vaše medijske knjižnice.",
+ "PleaseRestartServerName": "Znova zaženite strežnik Emby na {0}",
+ "ConvertingDots": "Pretvorba ...",
+ "LabelSyncNoTargetsHelp": "Videti je, da trenutno nimate nobene aplikacije, ki bi podpirala prenos brez povezave.",
+ "DownloadingDots": "Prenašanje ...",
+ "LearnMore": "Izvedite več",
+ "LabelBitrateMbps": "Bitna hitrost (MBps)",
+ "ConvertUnwatchedVideosOnly": "Pretvori samo nepredvajane videoposnetke",
+ "SyncUnwatchedVideosOnly": "Prenesite samo nepredvajane videoposnetke",
+ "ConvertUnwatchedVideosOnlyHelp": "Pretvorjeni bodo samo videoposnetki, ki niso označeni kot v celoti predvajani.",
+ "SyncUnwatchedVideosOnlyHelp": "Preneseni bodo samo videoposnetki, ki niso označeni kot v celoti predvajani, videoposnetki pa bodo odstranjeni iz naprave, ko bodo v celoti predvajani.",
+ "AutomaticallySyncNewContent": "Samodejni prenos nove vsebine",
+ "AutomaticallySyncNewContentHelp": "Nova vsebina, dodana v to mapo, bo samodejno prenesena v napravo.",
+ "AutomaticallyConvertNewContent": "Samodejno pretvori novo vsebino",
+ "AutomaticallyConvertNewContentHelp": "Nova vsebina, dodana v to mapo, bo samodejno pretvorjena.",
+ "LabelItemLimit": "Omejitev elementov",
+ "ConvertItemLimitHelp": "Neobvezno. Nastavite omejitev števila elementov, ki bodo pretvorjeni.",
+ "DownloadItemLimitHelp": "Neobvezno. Nastavite omejitev števila elementov, ki bodo preneseni.",
+ "PleaseSelectDeviceToSyncTo": "Izberite napravo za prenos.",
+ "Screenshots": "Posnetki zaslona",
+ "MoveRight": "Premakni desno",
+ "MoveLeft": "Premakni levo",
+ "HeaderUploadNewImage": "Naloži novo sliko",
+ "HeaderDeleteImage": "Izbrisi sliko",
+ "ConfirmDeleteImage": "Izbrisati sliko?",
+ "HeaderEditImages": "Urejanje slik",
+ "Settings": "Nastavitve",
+ "ShowIndicatorsFor": "Pokaži indikatorje",
+ "Episodes": "Epizode",
+ "Programs": "Programi",
+ "HeaderCastCrew": "Zasedba",
+ "DvrSubscriptionRequired": "Emby Live TV in DVR zahtevata aktivno {0}naročnino na Emby Premiere{1}.",
+ "HeaderCancelRecording": "Prekliči snemanje",
+ "HeaderKeepRecording": "Obdrži posnetek",
+ "HeaderCancelSeries": "Prekliči serijo",
+ "HeaderKeepSeries": "Obdrži serijo",
+ "HeaderLearnMore": "Izvedite več",
+ "SeriesSettings": "Nastavitve serije",
+ "HeaderRecordingOptions": "Možnosti snemanja",
+ "HeaderDoNotRecord": "Ne snemaj",
+ "HeaderSeriesOptions": "Možnosti serije",
+ "Layout": "Postavitev",
+ "Channels": "Programi",
+ "ChannelNameOnly": "Samo program {0}",
+ "Anytime": "Kadarkoli",
+ "AnyLanguage": "Kateri koli jezik",
+ "AroundTime": "Okoli {0}",
+ "HeaderLatestMovies": "Novi filmi",
+ "All": "Vse",
+ "Stop": "Ustavi",
+ "AllChannels": "Vsi programi",
+ "NewEpisodesOnly": "Samo nove epizode",
+ "AllEpisodes": "Vse epizode",
+ "LabelStartWhenPossible": "Začni, ko je mogoče",
+ "LabelStopWhenPossible": "Ustavi se, ko je mogoče",
+ "MinutesBefore": "minut pred",
+ "MinutesAfter": "minut po",
+ "SkipEpisodesAlreadyInMyLibrary": "Ne snemi epizod, ki so že v moji knjižnici",
+ "SkipEpisodesAlreadyInMyLibraryHelp": "Epizode bodo primerjane s številkami sezon in epizod, ko bodo na voljo.",
+ "LabelKeepUpTo": "Obdrži do",
+ "AsManyAsPossible": "Čim več",
+ "DefaultErrorMessage": "Pri obdelavi zahteve je prišlo do napake. Prosim poskusite kasneje.",
+ "UntilIDelete": "Dokler ne izbrišem",
+ "UntilSpaceNeeded": "Dokler ne bo potreben prostor",
+ "Categories": "Kategorije",
+ "Sports": "Šport",
+ "News": "Novice",
+ "Movies": "Filmi",
+ "Music": "Glasba",
+ "Kids": "Otroci",
+ "MoreFromValue": "Več iz: {0}",
+ "DiedValue": "Umrl: {0}",
+ "BornValue": "Rojen: {0}",
+ "EnableColorCodedBackgrounds": "Uporabi barvna ozadja za oddaje glede na njihovo kategorijo",
+ "SortChannelsBy": "Razvrsti kanale po",
+ "ChannelNumber": "Program",
+ "HeaderBenefitsEmbyPremiere": "Prednosti Emby Premiere",
+ "ThankYouForTryingEnjoyOneMinute": "Uživajte v eni minuti predvajanja. Hvala, ker ste poskusili Emby.",
+ "HeaderTryPlayback": "Poskusite s predvajanjem",
+ "HowDidYouPay": "Kako ste plačali?",
+ "IHaveEmbyPremiere": "Imam Emby Premiere",
+ "IPurchasedThisApp": "Kupil sem to aplikacijo",
+ "ButtonRestorePreviousPurchase": "Obnovi nakup",
+ "ButtonUnlockWithPurchase": "Odkleni z nakupom",
+ "ButtonUnlockPrice": "Odkleni {0}",
+ "EmbyPremiereMonthlyWithPrice": "Emby Premiere mesečno {0}",
+ "HeaderAlreadyPaid": "Že plačano?",
+ "ButtonPlayOneMinute": "Predvajaj eno minuto",
+ "PlaceFavoriteChannelsAtBeginning": "Postavi priljubljene programe na začetek",
+ "HeaderUnlockFeature": "Odkleni funkcijo",
+ "MessageDidYouKnowCinemaMode": "Ali ste vedeli, da lahko z Emby Premiere izboljšate svojo izkušnjo s funkcijami, kot je Cinema Intros?",
+ "HeaderPlayMyMedia": "Predvajaj moje medije",
+ "HeaderDiscoverEmbyPremiere": "Odkrijte Emby Premiere",
+ "HeaderNowPlaying": "Trenutno predvajam",
+ "Items": "Elementi",
+ "AppName": "Ime aplikacije",
+ "OneChannel": "En program",
+ "ConfirmRemoveDownload": "Odstraniti prenos?",
+ "ConfirmRemoveItem": "Odstranim element?",
+ "RemoveDownload": "Odstrani prenos",
+ "ConfirmCancelConversion": "Preklic pretvorbe?",
+ "CancelConversion": "Prekliči pretvorbo",
+ "KeepDownload": "Nadaljuj prenos",
+ "AddedOnValue": "Dodano {0}",
+ "RemovingFromDevice": "Odstranjevanje iz naprave",
+ "KeepOnDevice": "Ohrani na napravi",
+ "CancelDownload": "Prekliči prenos",
+ "SyncJobItemStatusReadyToTransfer": "Pripravljen za prenos",
+ "SyncJobItemStatusSyncedMarkForRemoval": "Odstranjevanje iz naprave",
+ "SyncJobItemStatusQueued": "V čakalni vrsti",
+ "SyncJobItemStatusConverting": "Pretvarjanje",
+ "SyncJobItemStatusTransferring": "Prenašanje",
+ "SyncJobItemStatusSynced": "Preneseno",
+ "Failed": "Ni uspelo",
+ "SyncJobItemStatusRemovedFromDevice": "Odstranjeno iz naprave",
+ "Cancelled": "Preklicano",
+ "Retry": "Ponovno",
+ "Continue": "Nadaljuj",
+ "ContinueInSecondsValue": "Nadaljevanje čez {0} sekund.",
+ "HeaderRemoteControl": "Daljinsko upravljanje",
+ "Disconnect": "Prekini povezavo",
+ "EnableDisplayMirroring": "Omogoči zrcaljenje zaslona",
+ "RemoteAccess": "Oddaljen dostop",
+ "HeaderPlayOn": "Predvajaj na",
+ "Quality": "Kvaliteta",
+ "Auto": "Samodejno",
+ "AndroidUnlockRestoreHelp": "Če želite obnoviti prejšnji nakup, se prepričajte, da ste prijavljeni v napravo z istim računom Google (ali Amazon), s katerim ste prvotno opravili nakup. Prepričajte se, da je trgovina z aplikacijami omogočena in da ni omejena s starševskim nadzorom, in zagotovite, da imate aktivno internetno povezavo. To boste morali storiti samo enkrat, da obnovite prejšnji nakup.",
+ "HeaderAspectRatio": "Razmerje",
+ "Original": "Original",
+ "Fill": "Zapolni",
+ "Cover": "Naslovnica",
+ "MessageNoServersAvailableToConnect": "Za povezavo ni na voljo noben strežnik. Če ste bili povabljeni k skupni rabi strežnika, se prepričajte, da ga sprejmete spodaj ali tako, da kliknete povezavo v e-poštnem sporočilu.",
+ "MessagePlayAccessRestricted": "Predvajanje te vsebine je trenutno omejeno. Za več informacij se obrnite na skrbnika strežnika Emby.",
+ "Accept": "Sprejmi",
+ "Reject": "Zavrni",
+ "Connect": "Povežite se",
+ "HeaderMyMedia": "Mediji",
+ "HeaderMyMediaSmall": "Mediji (majhno)",
+ "LatestFromLibrary": "Dodano v {0}",
+ "HeaderLatestEpisodes": "Nove epizode",
+ "ContinuePlaying": "Nadaljuj z ogledom",
+ "ContinueWatching": "Nadaljuj ogled",
+ "HeaderLatestChannelMedia": "Najnovejši elementi kanala",
+ "HeaderContinueWatching": "Nadaljuj ogled",
+ "HeaderContinueListening": "Nadaljujte s poslušanjem",
+ "HeaderActiveRecordings": "Aktivni posnetki",
+ "HeaderLatestRecordings": "Novi posnetki",
+ "LabelConvertTo": "Pretvori v",
+ "LabelDownloadTo": "Prenesi na",
+ "HeaderDownloadToDots": "Prenesi v...",
+ "Next": "Naprej",
+ "LabelSource": "Vir",
+ "VersionNumber": "Različica {0}",
+ "HeaderAllLanguages": "Vsi jeziki",
+ "Previous": "Prejšnji",
+ "HeaderNextUp": "Sledi",
+ "HeaderPlayNextUp": "Predvajaj, kar sledi",
+ "HeaderLatestFrom": "Novo iz {0}",
+ "LabelHomeScreenSectionValue": "Odsek domačega zaslona {0}",
+ "PasswordResetComplete": "Geslo je bilo ponastavljeno.",
+ "PasswordSaved": "Geslo shranjeno.",
+ "SettingsSaved": "Nastavitve shranjene.",
+ "Upcoming": "Kmalu",
+ "HeaderSelectImageFile": "Izberite slikovno datoteko",
+ "None": "Brez",
+ "More": "Več",
+ "Up": "Gor",
+ "Down": "Dol",
+ "Home": "Domov",
+ "Back": "Nazaj",
+ "Random": "Naključno",
+ "Playback": "Predvajanje",
+ "Favorites": "Priljubljeno",
+ "HeaderHomeScreen": "Domači zaslon",
+ "HeaderLatestChannelItems": "Najnovejši elementi kanala",
+ "HeaderLibraryOrder": "Vrstni red knjižnice",
+ "HeaderOnNow": "Na sporedu",
+ "HeaderForKids": "Za otroke",
+ "HeaderPlaybackError": "Napaka pri predvajanju",
+ "PlaybackErrorNotAllowed": "Trenutno niste pooblaščeni za predvajanje te vsebine. Za podrobnosti se obrnite na skrbnika sistema.",
+ "RateLimitExceeded": "Vaš račun je presegel največjo omejitev pretakanja, ki jo je določil skrbnik strežnika Emby. Za pomoč se obrnite na njih.",
+ "PlaybackErrorNoCompatibleStream": "Trenutno ni na voljo noben združljiv tok. Poskusite znova pozneje ali se za podrobnosti obrnite na skrbnika sistema.",
+ "PlaybackErrorPlaceHolder": "Vstavite disk, če želite predvajati ta video.",
+ "PlaybackErrorNoPlayableItems": "Elementov, ki bi jih bilo mogoče predvajati, ni bilo mogoče najti. Ali poskušate predvajati prazno mapo?",
+ "Guide": "EPG",
+ "Games": "Igre",
+ "GameSystem": "Igralni sistem",
+ "Suggestions": "Priporočila",
+ "HeaderFavoriteChannels": "Priljubljeni programi",
+ "HeaderFavoriteCollections": "Priljubljene zbirke",
+ "HeaderFavoritePlaylists": "Priljubljeni seznami predvajanja",
+ "Collection": "Zbirka",
+ "Collections": "Zbirke",
+ "LabelSelectFolderGroups": "Samodejno združi vsebino iz naslednjih map v poglede, kot so Filmi, Glasba in TV:",
+ "LabelSelectFolderGroupsHelp": "Mape, ki niso označene, bodo prikazane same v svojem pogledu.",
+ "Mute": "Utišaj",
+ "Unmute": "Vklop zvoka",
+ "Folder": "Mapa",
+ "Folders": "Mape",
+ "FileName": "Ime datoteke",
+ "DisplayInOtherHomeScreenSections": "Prikaži na domačem zaslonu med odseki kot so novo ali nadaljuj ogled",
+ "DisplayInMyMedia": "Prikaži na domačem zaslonu",
+ "Shows": "Serije",
+ "MoviesAndShows": "Filmi in serije",
+ "HeaderMusicVideo": "1 glasbeni videospot",
+ "HeaderMusicVideos": "Glasbeni videospoti",
+ "MusicVideos": "Glasbeni videospoti",
+ "Videos": "Posnetki",
+ "MixedContent": "Razni mediji",
+ "HomeVideos": "Domači posnetki",
+ "HomeVideosAndPhotos": "Domači posnetki in fotografije",
+ "TVShows": "TV",
+ "HeaderLibraryFolders": "Mape knjižnice",
+ "HeaderTermsOfPurchase": "Pogoji nakupa",
+ "PrivacyPolicy": "Pravila o zasebnosti",
+ "TermsOfUse": "Pogoji uporabe",
+ "HeaderRepeatMode": "Način ponavljanja",
+ "HeaderToneMapping": "Tonska preslikava",
+ "RepeatOne": "Ponovi 1",
+ "RepeatAll": "Ponovi vse",
+ "LabelDefaultScreen": "Privzeti zaslon",
+ "ConfirmEndPlayerSession": "Ali želite izklopiti Emby ob {0}?",
+ "Yesterday": "Včeraj",
+ "Yes": "Da",
+ "No": "Ne",
+ "HeaderScanLibraryFiles": "Preglej knjižnico",
+ "LiveTV": "Televizija",
+ "Schedule": "Urnik",
+ "Recordings": "Posnetki",
+ "ScanForNewAndUpdatedFiles": "Iskanje novih in posodobljenih datotek",
+ "NewVersionOfXAvailableForY": "{0} je na voljo za {1}",
+ "DirectStreamHelp1": "Medij je združljiv z napravo glede ločljivosti in vrste medija (H.264, AC3 itd.), vendar je v nezdružljivem vsebniku datotek (.mkv, .avi, .wmv itd.). Videoposnetek bo sproti ponovno zapakiran, preden se pretaka v napravo.",
+ "DirectStreamHelp2": "Neposredno pretakanje datoteke porabi zelo malo procesorske moči brez izgube kakovosti videa.",
+ "MediaIsBeingConverted": "Medij se pretvarja v obliko združljivo z napravo.",
+ "StatsForNerds": "Tehnični podatki",
+ "HeaderHardwareAcceleratedDecoding": "Strojno pospešeno dekodiranje",
+ "HeaderHardwareAcceleratedEncoding": "Strojno pospešeno kodiranje",
+ "HeaderDirectPlay": "Neposredno predvajanje",
+ "DirectPlaying": "Neposredno predvajanje",
+ "DirectStreaming": "Neposredno pretakanje",
+ "Transcode": "Prekodiraj",
+ "Transcoding": "Prekodiranje",
+ "ContainerBitrateExceedsLimit": "Zmanjšanje bitne hitrosti zaradi nastavitve kakovosti",
+ "VideoCodecNotSupported": "Pretvarjanje videa v združljiv kodek",
+ "AudioCodecNotSupported": "Pretvarjanje zvoka v združljiv kodek",
+ "SubtitleCodecNotSupported": "Pretvarjanje podnapisov neposredno v video",
+ "DirectPlayError": "Obnavljanje po napaki pri predvajanju",
+ "ContainerNotSupported": "Pretvorba v združljiv vsebnik",
+ "VideoLevelNotSupported": "Pretvorba v združljivo video raven",
+ "AudioBitrateNotSupported": "Pretvarjanje v združljivo bitno hitrost zvoka",
+ "AudioChannelsNotSupported": "Pretvarjanje v združljivo število zvočnih kanalov",
+ "VideoResolutionNotSupported": "Pretvarjanje v združljivo video ločljivost",
+ "AudioProfileNotSupported": "Pretvorba v združljiv zvočni profil",
+ "AudioSampleRateNotSupported": "Pretvarjanje v združljivo hitrost vzorčenja zvoka",
+ "AnamorphicVideoNotSupported": "Anamorfni video ni podprt",
+ "InterlacedVideoNotSupported": "Odstranjevanje prepletanja",
+ "SecondaryAudioNotSupported": "Izbira sekundarnega zvočnega posnetka",
+ "ExternalAudioNotSupported": "Izbira zunanjega zvočnega posnetka",
+ "ErrorRemovingEmbyConnectAccount": "Pri odstranjevanju računa Emby Connect je prišlo do napake. Preverite, ali imate aktivno internetno povezavo, in poskusite znova.",
+ "HeaderEmbyAccountRemoved": "Račun Emby odstranjen",
+ "MessageEmbyAccontRemoved": "Račun Emby je bil odstranjen temu uporabniku.",
+ "HeaderInvitationSent": "Vabilo poslano",
+ "Offline": "Brez povezave",
+ "HeaderSignUp": "Registracija",
+ "ServerDownloadMessage": "Za prenos in namestitev brezplačnega strežnika Emby obiščite {0}",
+ "ServerDownloadMessageWithoutLink": "Za prenos in namestitev brezplačnega strežnika Emby obiščite spletno mesto Emby.",
+ "MessageInvitationSentToUser": "Na naslov {0} je bilo poslano e-poštno sporočilo s povabilom, da sprejme vaše povabilo k skupni rabi.",
+ "MessageInvitationSentToNewUser": "Na {0} je bilo poslano e-poštno sporočilo s povabilom, naj se prijavijo pri Emby.",
+ "GuestUserNotFound": "Uporabnik ni najden. Prepričajte se, da je ime pravilno in poskusite znova ali poskusite vnesti njihov e-poštni naslov.",
+ "ErrorReachingEmbyConnect": "Prišlo je do napake pri doseganju strežnika Emby Connect. Preverite, ali imate aktivno internetno povezavo, in poskusite znova.",
+ "ErrorAddingEmbyConnectAccount1": "Pri dodajanju računa Emby Connect je prišlo do napake. Ste ustvarili Emby račun? Prijavite se na {0}.",
+ "ErrorAddingEmbyConnectAccount2": "Če imate še vedno težave, pošljite e-pošto na {0} z e-poštnega naslova, uporabljenega z računom Emby.",
+ "ErrorAddingGuestAccount1": "Pri dodajanju računa Emby Connect je prišlo do napake. Ali je vaš gost ustvaril Emby račun? Prijavijo se lahko na {0}.",
+ "ErrorAddingGuestAccount2": "Če imate še vedno težave, pošljite e-poštno sporočilo na {0} in vključite svoj in njihov e-poštni naslov.",
+ "MessageEmbyAccountAdded": "Račun Emby je bil dodan temu uporabniku.",
+ "MessagePendingEmbyAccountAdded": "Račun Emby je bil dodan temu uporabniku. E-poštno sporočilo bo poslano lastniku računa. Povabilo bo treba potrditi s klikom na povezavo v e-poštnem sporočilu.",
+ "HeaderEmbyAccountAdded": "Emby račun dodan",
+ "Skip": "Preskoči",
+ "HeaderAdditionalParts": "Dodatni deli",
+ "ButtonGenerateNewPin": "Ustvari nov PIN",
+ "ConnectLoginHelp1": "Z Emby Connect lahko enostavno dostopate do svojega strežnika Emby kjer koli že ste in delite strežnike s svojo družino in prijatelji.",
+ "CreatePinErrorMessage": "Med ustvarjanjem kode PIN je prišlo do napake. Kliknite »Ustvari nov PIN«, da poskusite znova.",
+ "PinExpiredMessage": "Koda PIN je potekla. Kliknite »Ustvari nov PIN«, da poskusite znova.",
+ "ConnectPinCodeHeader": "Če se želite prijaviti z Emby Connect, z mobilno napravo ali računalnikom obiščite {0} in vnesite to kodo PIN:",
+ "LabelSubtitlePlaybackMode": "Način podnapisov",
+ "ErrorDeletingItem": "Pri brisanju elementa iz strežnika Emby je prišlo do napake. Prosimo, preverite, ali ima Emby Server dostop za pisanje v predstavnostno mapo in poskusite znova.",
+ "NoSubtitles": "Brez podnapisov",
+ "Default": "privzeto",
+ "Absolute": "Absolutno",
+ "Smart": "Pametno",
+ "Small": "Majhno",
+ "Smaller": "Manjše",
+ "Medium": "Srednje",
+ "Large": "Veliko",
+ "Larger": "Večje",
+ "ExtraLarge": "Zelo veliko",
+ "ExtraSmall": "Zelo majhno",
+ "Forced": "Obvezni",
+ "External": "Zunanji",
+ "HeaderEmbeddedTitle": "Vdelan naslov",
+ "OnlyForcedSubtitles": "Samo obvezni podnapisi",
+ "AlwaysPlaySubtitles": "Vedno predvajaj podnapise",
+ "DefaultSubtitlesHelp": "Podnapisi se naložijo na podlagi privzetih in vsiljenih zastavic v vdelanih metapodatkih. Jezikovne nastavitve se upoštevajo, ko je na voljo več možnosti.",
+ "SmartSubtitlesHelp": "Podnapisi, ki se ujemajo z jezikovnimi nastavitvami, se naložijo, ko je zvok v tujem jeziku.",
+ "HeaderSubtitleSettings": "Nastavitve podnapisov",
+ "HeaderSubtitleAppearance": "Videz podnapisov",
+ "OnlyForcedSubtitlesHelp": "Naloženi bodo samo podnapisi, označeni kot obvezni.",
+ "AutoSelectHearingImpairedHelp": "Naloženi bodo podnapisi, ki se ujemajo z jezikovnimi nastavitvami, pri čemer bo dana prednost podnapisom za slušno prizadete (SDH).",
+ "AlwaysPlaySubtitlesHelp": "Podnapisi, ki se ujemajo z jezikovnimi nastavitvami, bodo naloženi ne glede na jezik zvoka.",
+ "NoSubtitlesHelp": "Podnapisi se privzeto ne bodo naložili. Še vedno jih je mogoče ročno vklopiti med predvajanjem.",
+ "LabelPreferredSubtitleLanguage": "Želeni jezik podnapisov",
+ "LabelTextSize": "Velikost besedila",
+ "TheseSettingsAffectSubtitlesOnThisDevice": "Te nastavitve vplivajo na podnapise samo v tej napravi",
+ "LabelDropShadow": "Senca",
+ "LabelTextBackgroundColor": "Barva ozadja besedila",
+ "LabelWindowBackgroundColor": "Barva ozadja besedila",
+ "LabelFont": "Font",
+ "LabelTextColor": "Barva besedila",
+ "LabelBackgroundColor": "Barva ozadja",
+ "LabelBackgroundOpacity": "Motnost ozadja",
+ "Raised": "Dvignjeni",
+ "Depressed": "Spuščeni",
+ "Uniform": "Enotni",
+ "DropShadow": "Senca",
+ "SmallCaps": "Velike male črke",
+ "SubtitleAppearanceSettingsDisclaimer": "Te nastavitve ne bodo veljale za grafične podnapise (PGS, DVD itd.) ali podnapise, ki imajo vdelane lastne sloge (ASS/SSA).",
+ "Normal": "Normalno",
+ "HeaderWaitingForWifi": "Čakam na Wifi",
+ "WifiRequiredToDownload": "Zahtevana je povezava Wifi za nadaljevanje prenosa.",
+ "DownloadOnlyOnWifi": "Prenos samo na Wifi",
+ "LabelMusicDownloadQuality": "Kakovost prenosa glasbe",
+ "MusicDownloadQualityHelp": "Zvočne datoteke z višjo bitno hitrostjo bo pretvoril Emby Server. Izberite višjo vrednost za boljšo kakovost ali nižjo vrednost za prihranek lokalnega prostora za shranjevanje.",
+ "HeaderDownloadSettings": "Nastavitve prenosa",
+ "LabelDownloadLocation": "Lokacija prenosa",
+ "BrowseForFolder": "BrowseForFolder",
+ "Unlimited": "Neomejeno",
+ "NoLimit": "Ni omejitev",
+ "Hide": "Skrij",
+ "HeaderKeepWatching": "Nadaljuj ogled",
+ "HeaderNextEpisode": "Naslednja epizoda",
+ "AudioBitDepthNotSupported": "Pretvarjanje v združljivo bitno hitrost zvoka",
+ "VideoBitrateNotSupported": "Pretvorba v združljivo bitno hitrost videa",
+ "VideoProfileNotSupported": "Pretvarjanje v združljiv video profil",
+ "VideoFramerateNotSupported": "Pretvarjanje v združljivo hitrost sličic videa",
+ "VideoBitDepthNotSupported": "Pretvarjanje v združljivo bitno globino videa",
+ "RefFramesNotSupported": "Pretvarjanje v združljivo število video referenčnih okvirjev",
+ "ErrorConnectServerUnreachable": "Pri izvajanju zahtevane operacije je prišlo do napake. Vaš strežnik ne more vzpostaviti stika z našim strežnikom Emby Connect na {0}. Prepričajte se, da ima vaš strežnik aktivno internetno povezavo in da morebitni požarni zid ali varnostna programska oprema, ki ste jo namestili, dovoljuje komunikacijo.",
+ "HeaderStopRecording": "Ustavi snemanje",
+ "ManageRecording": "Upravljanje snemanja",
+ "LabelDropImageHere": "Povlecite in spustite sliko sem ali kliknite, da izberete sliko za nalaganje.",
+ "MessageFileReadError": "Pri branju datoteke je prišlo do napake. Prosim poskusite ponovno.",
+ "Browse": "Prebrskaj",
+ "HeaderUploadImage": "Naloži sliko",
+ "HeaderAddUpdateImage": "Dodaj/posodobi sliko",
+ "HeaderShowFields": "Pokaži polja",
+ "LabelView": "Pogled",
+ "LabelImageType": "Vrsta slike",
+ "Upload": "Naloži",
+ "Primary": "Primarni",
+ "PrimaryImageBlur": "Zamegljenost primarne slike",
+ "Art": "Slika",
+ "Backdrop": "Ozadje",
+ "Banner": "Pasica",
+ "Box": "Škatla",
+ "BoxRear": "Škatla (zadaj)",
+ "Disc": "Disk",
+ "Logo": "Logotip",
+ "LogoDark": "Logotip (temen)",
+ "LogoLight": "Logotip (svetel)",
+ "LogoLightColor": "Logotip (svetel, barvni)",
+ "Menu": "Meni",
+ "Screenshot": "Posnetek zaslona",
+ "Thumb": "Sličica",
+ "HeaderAudioSettings": "Nastavitve zvoka",
+ "LabelAudioLanguagePreference": "Želeni jezik zvoka",
+ "LabelPlayDefaultAudioTrack": "Predvajanje privzetega zvočnega posnetka ne glede na jezik",
+ "HeaderVideoQuality": "Kakovost videa",
+ "CinemaModeConfigurationHelp": "Cinema Intros prinaša gledališko izkušnjo naravnost v vašo dnevno sobo z možnostjo predvajanja napovednikov in uvodov po meri pred glavnim delom.",
+ "ShowUpNextPreview": "Prikaži predogled naslednjega elementa",
+ "ShowUpNextPreviewHelp": "Prikaži informacije za naslednji element blizu konca trenutnega",
+ "PlayNextEpisodeAutomatically": "Samodejno predvajaj naslednjo epizodo",
+ "LabelMaxChromecastBitrate": "Pretočna kvaliteta za Chromecast",
+ "LabelSkipBackLength": "Dolžina preskoka nazaj",
+ "LabelSkipForwardLength": "Dolžina preskoka naprej",
+ "EnableCinemaMode": "Omogoči napovednike",
+ "LabelInternetQuality": "Kakovost oddaljenega pretakanja",
+ "LabelCellularQuality": "Kakovost oddaljenega pretakanja (mobilno)",
+ "HeaderMusicQuality": "Kakovost glasbe",
+ "LabelHomeNetworkQuality": "Kakovost lokalnega pretakanja",
+ "HeaderLatestMedia": "Novi mediji",
+ "HeaderRestartingEmbyServer": "Ponovni zagon strežnika Emby",
+ "RestartPleaseWaitMessage": "Počakajte, da se strežnik Emby zaustavi in znova zažene. To lahko traja minuto ali dve.",
+ "HeaderPlayNext": "Predvajaj naslednje",
+ "AutoBasedOnLanguageSetting": "Samodejno (glede na nastavitve naprave)",
+ "SameAsMainTheme": "Enako kot glavna tema",
+ "LabelDateTimeLocale": "Zapis datuma in časa",
+ "Genre": "Žanr:",
+ "DirectorValue": "Režija: {0}",
+ "DirectorsValue": "Režija: {0}",
+ "GenreValue": "Žanr: {0}",
+ "GenresValue": "Žanri: {0}",
+ "TagsValue": "Oznake: {0}",
+ "Off": "Izključeno",
+ "Title": "Naslov",
+ "Year": "Leto",
+ "Filter": "Filter",
+ "Filters": "Filtri",
+ "Unplayed": "Nepredvajano",
+ "LabelTVHomeScreen": "Domači zaslon načina TV",
+ "Horizontal": "Vodoravno",
+ "Vertical": "Navpično",
+ "HeaderGroupBy": "Združi po",
+ "HeaderMediaType": "Vrsta medija",
+ "GroupBySeries": "Združi po serijah",
+ "HeaderVideoType": "Tip videa",
+ "HeaderSeriesStatus": "Stanje serije",
+ "Features": "Lastnosti",
+ "Trailers": "Napovedniki",
+ "Extras": "Dodatki",
+ "ThemeSongs": "Tematska glasba",
+ "ThemeVideos": "Tematski videoposnetki",
+ "HeaderFavoriteMovies": "Priljubljeni filmi",
+ "HeaderFavoritePhotos": "Priljubljene fotografije",
+ "HeaderFavoriteShows": "Priljubljene serije",
+ "HeaderFavoriteEpisodes": "Priljubljene epizode",
+ "HeaderFavoriteVideos": "Priljubljeni videoposnetki",
+ "HeaderFavoriteMusicVideos": "Priljubljeni glasbeni videospoti",
+ "HeaderFavoriteGames": "Priljubljene igre",
+ "HeaderFavoriteArtists": "Priljubljeni Izvajalci",
+ "HeaderFavoriteAlbums": "Priljubljeni albumi",
+ "HeaderFavoriteSongs": "Priljubljene pesmi",
+ "HeaderFavoriteAuthors": "Priljubljeni avtorji",
+ "HeaderFavoriteAudioBooks": "Priljubljene zvočne knjige",
+ "Ascending": "Naraščajoče",
+ "Descending": "Padajoče",
+ "HeaderColorPrimaries": "Primarne barve",
+ "HeaderColorSpace": "Barvni prostor",
+ "HeaderColorTransfer": "Prenos barve",
+ "HeaderVideoRange": "Video obseg",
+ "SeriesDisplayOrderHelp": "Razvrsti epizode po datumu predvajanja, vrstnem redu DVD-jev ali absolutnem številčenju.",
+ "LabelVerticalPositionFromBottom": "Navpični položaj (od spodaj)",
+ "HeaderFavoritePeople": "Priljubljene osebe",
+ "MultiSelect": "Večkratna izbira",
+ "HeaderSignOut": "Odjava",
+ "HeaderSelectServer": "Izberi strežnik",
+ "HeaderChangeServer": "Preklopi strežnik",
+ "HeaderChangeUser": "Preklopi med uporabniki",
+ "HeaderAppSettings": "Nastavitve aplikacije",
+ "HeaderLoginSettings": "Nastavitve prijave",
+ "LabelRememberLogin": "Zapomni si prijavo",
+ "LabelAutomaticallySignOut": "Samodejna odjava",
+ "BetaTesterMessage": "Hvala, ker ste beta preskuševalec Emby! Pustite povratne informacije v {0}območju za testiranje skupnosti Emby{1}.",
+ "HardwareAccelerated": "Strojno pospešeno",
+ "Software": "Programska oprema",
+ "Metadata": "Metapodatki",
+ "HeaderMediaInfo": "Informacije o mediju",
+ "Locked": "Zaklenjeno",
+ "HeaderSplitVersionsApart": "Loči različice",
+ "Any": "Karkoli",
+ "Admin": "Skrbnik",
+ "HeaderReadMore": "Več",
+ "CustomRatingHelp": "Ocena po meri se uporablja za ocene starševskega nadzora, vendar ni prikazana. Polje za starševsko oceno je še vedno prikazano.",
+ "KeepUpToHelp": "Posnetki, ki presegajo omejitev, se izbrišejo, ko se začne naslednje snemanje. Najstarejši posnetki se najprej izbrišejo po dodanem datumu.",
+ "NoItemsMatchingFound": "Najden ni bil noben predmet, ki bi ustrezal vašim iskalnim kriterijem.",
+ "TwoSearchCharsRequired": "Vnesite vsaj dva iskalna znaka.",
+ "PreventPlaybackContinuing": "Preprečite, da bi se predvajanje nadaljevalo za nedoločen čas, tako da občasno zahtevate uporabniški vnos.",
+ "PromptStillWatching": "Omogoči poziv »Še vedno gledate?«",
+ "HeaderMissingMetadata": "Manjkajoči metapodatki",
+ "HeaderIncludedIn": "Vključeno v",
+ "EmbyConnectUserAlreadyLinked": "Uporabnik Emby Connect je že povezan z drugim uporabnikom na tem strežniku.",
+ "VideoFilesWillBeConvertedTo": "Pretvorjeni videoposnetki bodo shranjeni kot {0}.",
+ "VideoWillBeConvertedTo": "Video tokovi bodo pretvorjeni v {0} ali kopirani iz izvirne datoteke, če so že {0} in kakovost ustreza možnostim pretvorbe.",
+ "VideoWillBeConvertedToOrCopied": "Video tokovi bodo pretvorjeni v {0} ali kopirani iz izvirne datoteke, če so kateri koli od ({1}), kakovost pa ustreza možnostim pretvorbe.",
+ "AudioWillBeConvertedTo": "Zvočni tokovi bodo pretvorjeni v {0} ali kopirani iz izvirne datoteke, če so že {0} in kakovost ustreza možnostim pretvorbe.",
+ "AudioWillBeConvertedToOrCopied": "Zvočni tokovi bodo pretvorjeni v {0} ali kopirani iz izvirne datoteke, če so kateri koli od ({1}), kakovost pa ustreza možnostim pretvorbe.",
+ "HeaderSpecialKeys": "Posebne tipke",
+ "FollowingSpecialKeys": "Naslednje posebne tipke podpira večina tipkovnic in daljinskih upravljalnikov:",
+ "HeaderDeleteSeries": "Izbriši serijo",
+ "HeaderDeleteLastPlayedEpisode": "Izbriši zadnjo predvajano epizodo",
+ "HeaderConnectingToServer": "Povezovanje na strežnik",
+ "ServerNameValue": "Ime strežnika: {0}",
+ "DomainValue": "Domena: {0}",
+ "RatedValue": "Ocenjeno {0}",
+ "LocalServerRedirectMessage": "Zdaj boste preusmerjeni na domeno, ki je v lasti in upravljanju skrbnika strežnika, s katerim ste se odločili povezati:",
+ "AllMediaOwnedHosted": "Vse medije gosti in upravlja lastnik {0}.",
+ "EnableResolutionSwitching": "Ujemanje ločljivosti videa",
+ "EnableResolutionSwitchingHelp": "To Embyju omogoča, da spremeni hitrost osveževanja zaslona na enako vrednost (ali večkratnik), kot je hitrost sličic, v katero je bil video kodiran pred začetkom predvajanja. To lahko pomaga zmanjšati količino jecljanja/drsenja, ki bi ga sicer lahko opazili pri predvajanju videoposnetkov, ki se ne ujemajo dobro.",
+ "EnableDisplayRefreshRateSwitching": "Omogoči preklop hitrosti osveževanja",
+ "EnableDisplayRefreshRateSwitchingHelp": "To Embyju omogoča, da spremeni hitrost osveževanja zaslona na enako vrednost (ali večkratnik), kot je hitrost sličic, v katero je bil video kodiran pred začetkom predvajanja. To lahko pomaga zmanjšati količino jecljanja/drsenja, ki bi ga sicer lahko opazili pri predvajanju videoposnetkov, ki se ne ujemajo dobro.",
+ "RememberSelectedAudioTracks": "Zapomni si izbiro zvoka",
+ "RememberSelectedSubtitleTracks": "Zapomni si izbiro podnapisov",
+ "RememberSelectedSubtitleTracksHelp": "Izbira podnapisa bo beležena za vsak medij in uporabljena ob ponovnem predvajanju istega medija.",
+ "RememberSelectedAudioTracksHelp": "Izbira zvoka bo beležena za vsak medij in uporabljena ob ponovnem predvajanju istega medija.",
+ "ClearSavedTrackSelections": "Počisti shranjene izbire",
+ "HeaderClearTrackSelections": "Počisti shranjene izbire",
+ "QuestionClearSavedTracks": "Počistiti vse shranjene izbire elementov?",
+ "LabelChannelTags": "Oznake programov",
+ "AfterThisPlaysConfirmation": "Ali želite po tem predvajanju nadaljevati s predvajanjem ali izbrisati glasbo, ki ste jo prej postavili v čakalno vrsto?",
+ "Keep": "Obdrži",
+ "Clear": "Izbriši",
+ "HeaderClearFilters": "Počisti filtre",
+ "HeaderSearchForImages": "Iskanje slik",
+ "HeaderSearchNewImage": "Iskanje nove slike",
+ "HeaderSearchForAnImage": "Iskanje slike",
+ "DragDropToReorder": "Povlecite in spustite, da preuredite",
+ "HeaderAddImageFromUrl": "Dodajte sliko iz URL-ja",
+ "HeaderSetImageFromUrl": "Nastavi sliko iz URL-ja",
+ "LabelUrl": "URL",
+ "LabelChannelNumber": "Programsko mesto",
+ "LabelGuideDataChannel": "EPG podatki",
+ "GuideDataSource": "Vir EPG",
+ "HeaderCopyToClipboard": "Kopiraj v odložišče",
+ "TimeRemainingValue": "Še {0}",
+ "LabelResumeRewindSeconds": "Pri nadaljevanju samodejno previjanje nazaj",
+ "ResumeRewindSecondsHelp": "To vam lahko pomaga, da se spomnite, kje ste končali. To velja za začetni nadaljevanje in ne za vsako posamezno pavzo med predvajanjem.",
+ "HeaderSavePlayQueueToPlaylist": "Shrani čakalno vrsto predvajanja na seznam predvajanja",
+ "EnableLogoImagesAsTitle": "Prikaži slike logotipov kot naslove na podrobnih zaslonih",
+ "EnableLogoImagesAsTitleHelp": "Ko so na voljo, se lahko namesto naslovnega besedila na videoposnetkih, serijah in drugih zaslonih s podrobnostmi uporabijo slike logotipov. Če slika logotipa ni na voljo, bo naslov zamenjal besedilo.",
+ "LabelNowPlayingAudioBackgroundStyle": "Zdaj se predvaja slog ozadja",
+ "LabelNowPlayingVideoBackgroundStyle": "Slog ozadja videa, ki se zdaj predvaja",
+ "NowPlayingVideoBackgroundStyleHelp": "Določa slog ozadja pri daljinskem upravljanju predvajanja videa v drugi napravi.",
+ "Rotation": "Rotacija",
+ "Minutes": "Minut",
+ "LabelMaxRecordingLength": "Največja dolžina snemanja",
+ "MaxRecordingLengthHelp": "Omejite snemanje na določen čas, ne glede na trajanje oddaje. Nastavite na 0 za brez omejitev.",
+ "RemoteWAN": "Oddaljeni naslov (WAN)",
+ "HeaderLastConnectedTo": "Zadnja povezava z",
+ "Version": "Različica",
+ "Keyword": "Ključnik",
+ "HeaderServerAddress": "Naslov strežnika",
+ "HeaderSkipIntro": "Preskoči uvod",
+ "HeaderCreateRecording": "Ustvari posnetek",
+ "HeaderAddRecording": "Dodaj posnetek",
+ "HeaderChannelAndTime": "Program in čas",
+ "LabelRecordProgramOrSeriesFrom": "Posnemite program ali serijo iz",
+ "LabelStartTime": "Začetni čas",
+ "LabelEndTime": "Končni čas",
+ "LabelFrequency": "Pogostost",
+ "Recurring": "Ponavljajoče",
+ "Once": "Enkrat",
+ "Start": "Začetek",
+ "Unpause": "Prekini premor",
+ "LabelIntroSkipMode": "Preskakovanje uvoda",
+ "ShowSkipIntroButton": "Prikaži gumb 'Preskoči uvod'",
+ "AutoSkipIntro": "Samodejno preskoči uvod",
+ "DisplayRatingInformationOnVideoPlaybackStart": "Prikaz informacij o oceni ob začetku predvajanja videa",
+ "DisplayRatingInformationOnVideoPlaybackStartHelp": "Informacije o oceni se bodo za kratek čas prikazale, ko se začne predvajanje videa.",
+ "IntroSkipModeHelp": "Prikaži gumb »Preskoči uvod« ali samodejno preskoči uvode za epizode, v katerih je Emby Server zaznal uvodne oznake. Zaznavanje uvoda mora biti omogočeno v možnostih knjižnice.",
+ "EnableHomeScreenFocusPreview": "Uporabite postavitev na začetnem zaslonu, ki prikazuje podroben predogled izbranega elementa",
+ "EnableHomeScreenFocusPreviewHelp": "To morda ne bo delovalo dobro, če vaš domači zaslon vsebuje mešanico različnih vrst medijev.",
+ "LabelHideMediaTransportButtons": "Skrij transportne gumbe video predvajalnika",
+ "HideMediaTransportButtonsHelp": "Ustvarite preprostejši vmesnik za predvajanje na zaslonu, tako da skrijete osnovne transportne gumbe, kot so preskok naprej, nazaj in premor. Te funkcije boste še vedno lahko uporabljali s puščičnimi tipkami in OK/Enter. Samodejno skrije transportne gumbe, ko v aplikaciji ni zaznane uporabe miške.",
+ "ImageSizeHelp": "Nastavite želeno velikost mreže slik.",
+ "LabelImageSize": "Velikost slike",
+ "ThisImageIsOnlyPreview": "Ta slika je samo predogled, ki je prišel iz iskalnika metapodatkov. Dejanska slika, ki jo prenese Emby Server, je lahko drugačna in bo odvisna od možnosti, ki ste jih konfigurirali v nastavitvah knjižnice Emby.",
+ "ResultsRangeValue": "{0} do {1} od {2}",
+ "NotificationsDescription": "Nastavite obvestila, da boste obveščeni o pomembnih dogodkih na vašem strežniku Emby.",
+ "DeleteEmbyConnectAccount": "Izbrišite račun Emby Connect",
+ "DeleteEmbyConnectAccountHelp": "Če želite izbrisati svoj račun Emby Connect, se prijavite v {0}skupnost Emby{1} na {2}. Ko se prijavite, kliknite svoje uporabniško ime zgoraj desno, nato kliknite Nastavitve računa in nato kliknite Izbriši moj račun.",
+ "KeepPlayingInBackground": "Predvajanje v ozadju",
+ "LabelVideoBackBehavior": "Način delovanja gumba nazaj v predvajalniku",
+ "HeaderViewLyrics": "Ogled besedila",
+ "HeaderViewMissingEpisodes": "Prikaz manjkajočih epizod",
+ "HeaderMissingEpisodes": "Manjkajoče epizode",
+ "HeaderManageAccess": "Upravljanje dostopa",
+ "HeaderManageCollaboration": "Upravljanje sodelovanja",
+ "HeaderLeaveCollaboration": "Zapusti sodelovanje",
+ "HeaderRemoveFromLibrary": "Odstrani iz knjižnice",
+ "RemoveSharedItemConfirmation": "Ali zares želite ta element odstraniti iz knjižnice? Če ga želite pridobiti nazaj, vam bo moral lastnik znova odobriti dostop.",
+ "SubtitlesDownloaded": "Podnapisi preneseni",
+ "HeaderMakePrivate": "Naredi zasebno",
+ "HeaderMakePublic": "Naredi javno",
+ "MakePublicDescription": "Vsi uporabniki si bodo lahko ogledali ta element. Uporabnikom je mogoče omogočiti dostop do urejanja.",
+ "MakePrivateDescription": "Uporabnikom je še vedno mogoče odobriti dostop posamično.",
+ "Private": "Zasebno",
+ "Public": "Javno",
+ "Collaborative": "Sodelovalno",
+ "PreferredShowDisplay": "Želeni način prikaza serij",
+ "ShowAllEpisodesAllSeasons": "Vse epizode vseh sezon skupaj",
+ "ShowAllEpisodesSingleSeason": "Vse epizode, v primeru samo ene sezone",
+ "ShowSeasonFolders": "Vedno prikaži mape za sezone",
+ "HeaderAddAgain": "Ponovno dodaj",
+ "UpNext": "Sledi",
+ "ItemsAlreadyInPlaylist": "Nekateri od teh elementov so že na vašem seznamu predvajanja.",
+ "ItemAlreadyInPlaylist": "Ta element je že na vašem seznamu predvajanja.",
+ "HeaderPlayChannel": "Predvajaj kanal",
+ "LabelScreenOrientationDuringVideo": "Orientacija zaslona med predvajanjem videa",
+ "UseDeviceSetting": "Uporabi nastavitev naprave",
+ "LockToLandscape": "Zakleni ležeče",
+ "UsernameForFolderHelp": "Uporabniško ime, potrebno za dostop do te mape v vašem omrežju (če je na voljo).",
+ "PasswordForFolderHelp": "Geslo, potrebno za dostop do te mape v vašem omrežju (če je na voljo).",
+ "ShowMediaInfoOnDetailScreens": "Prikažite vse informacije o medijih na dnu zaslona s podrobnostmi o zvoku in videu",
+ "ForgotPasswordNoUserFound": "Z vnesenim imenom ni bil najden noben uporabnik. Poskusite znova ali pustite ime prazno, da ponastavite geslo za vse uporabnike na tem strežniku.",
+ "Silver": "Srebrna",
+ "DimGray": "Svetlo siva",
+ "DarkGray": "Temno siva",
+ "LightGray": "Svetlo siva",
+ "Black": "Črna",
+ "Blue": "Modra",
+ "Cyan": "Sinja",
+ "Gray": "Siva",
+ "Green": "Zelena",
+ "Lime": "Limeta",
+ "Magenta": "Vijolično-rdeča",
+ "Orange": "Oranžna",
+ "Pink": "Roza",
+ "Red": "Rdeča",
+ "Yellow": "Rumena",
+ "White": "Bela",
+ "Purple": "Vijolična",
+ "RecentlyReleasedMovies": "Nedavno objavljeni filmi",
+ "RecentlyReleasedEpisodes": "Nedavno izdane epizode",
+ "DolbyProfile": "Profil Dolby",
+ "IpAddress": "Naslov IP",
+ "VideoType": "Vrsta videa",
+ "HidePlayedMediaFrom": "Skrij že ogledano",
+ "BottomEdgePosition": "Položaj spodnjega roba",
+ "VerticalPositionFromBottomScreen": "Nastavite navpični položaj podnapisov glede na dno zaslona.",
+ "TopEdgePosition": "Položaj zgornjega roba",
+ "TopEdgePositionHelp": "Nastavite najvišji dovoljeni navpični položaj podnapisov glede na vrh zaslona. To se uporablja, ko podnapisi vsebujejo navodila za pozicioniranje glede na vrh.",
+ "HeaderSubtitlePosition": "Položaj podnapisov",
+ "TitleProfilePin": "PIN profila",
+ "ProfilePinConfirm": "PIN profila (potrdite)",
+ "SaveProfilePin": "Shrani PIN",
+ "ProfilePinDescription": "Ustvarite izbirni PIN, ki ga boste vpisali vsakič, ko se vrnete v aplikacijo Emby v napravi, v katero ste se že prijavili. To je uporabno, če imate naprave, ki si jih deli več uporabnikov. Po potrebi ga lahko selektivno omogočite na vsaki napravi.",
+ "TitleNewEpisodes": "Nove epizode",
+ "EnterYourPinToContinue": "Za nadaljevanje vnesite PIN.",
+ "YourPinMustBe": "Vaš PIN mora imeti {0} števk/e.",
+ "ForgotPin": "Ste pozabili PIN?",
+ "RequireEnteringPinToReturn": "Zahtevaj vnos kode PIN mojega profila vsakič, ko se vrnem v to aplikacijo.",
+ "RequireEnteringPinToReturnQuestion": "Ali naj vas ob vrnitvi v to aplikacijo vprašamo za vaš PIN profila? Če si to napravo deli več uporabnikov, lahko PIN profila prepreči drugim uporabnikom dostop do vaših podatkov.",
+ "RequireEnteringPinToReturnHelp": "Uporabno, če si to napravo deli več uporabnikov.",
+ "WrongPinPleaseTryAgain": "Ups, napačna koda PIN. Prosim, poskusite ponovno.",
+ "ProfilePinIsOn": "PIN profila je trenutno vklopljen.",
+ "IfTryingToConnectToHttp": "Če se poskušate povezati s strežnikom Emby prek naslova HTTP, vaš brskalnik tega morda ne dovoljuje zaradi zahtev HTTPS. Poskusite nekaj od naslednjega:",
+ "SetupHttpsForYourServer": "Nastavite {0}HTTPS za strežnik Emby{1}, da se lahko povežete s HTTPS.",
+ "TitleUnableToReachServer": "Ni mogoče doseči strežnika",
+ "TitleUnableToReachName": "Ni mogoče doseči {0}",
+ "HearingImpaired": "Podnapisi za osebe z motnjami sluha",
+ "SignIntoServerName": "Prijavite se v {0}",
+ "About": "Več informacij",
+ "Specials": "Posebne oddaje",
+ "NSettings": "Nastavitve {0}",
+ "NPreferences": "Prednostne nastavitve {0}",
+ "DetailScreenOptions": "Zasloni s podrobnostmi",
+ "LabelGenreDisplayLimit": "Omejitev prikaza zvrsti",
+ "GenreDisplayLimitHelp": "Omejite število zvrsti, prikazanih na vrhu zaslonov s podrobnostmi.",
+ "GenreDisplayLimitForListsHelp": "Omejite število zvrsti, prikazanih na vrhu seznamov predvajanja, zbirk in zaslonov s podrobnostmi o izvajalcih.",
+ "LabelGenreDisplayLimitForLists": "Omejitev prikaza zvrsti za sezname",
+ "ShowPosterOnDetails": "Prikaži plakat na zaslonu s podrobnostmi",
+ "ShowPosterOnDetailsHelp": "Izberite prikaz plakata na zaslonih s podrobnostmi videoposnetkov ali pa ga skrijte za bolj minimalističen videz, ki poudari ozadje. Ta nastavitev se ne uporablja pri manjših postavitvah zaslona. Nekatere vrste elementov bodo prezrle to nastavitev.",
+ "EnableAppLogging": "Omogoči dnevnik aplikacije",
+ "EnableAppLoggingHelp": "Beleženje lahko poslabša delovanje aplikacije in ga omogočite le, če je potrebno za odpravljanje težav. Spremembe zahtevajo ponovni zagon aplikacije.",
+ "LabelSlideshowInterval": "Čas diaprojekcije fotografij na diapozitiv",
+ "TVChannelImageEditorHelp": "Podprtih je več različic logotipa. Aplikacije Emby bodo samodejno izbrale ustreznega glede na trenutno temo.",
+ "PlaySlideshow": "Predvajaj diaprojekcijo",
+ "CheckForExistingEpisodesInAllLibraries": "Preveri obstoječe epizode v vseh knjižnicah",
+ "GroupNotificationsBySeriesOrAlbum": "Združi obvestila (po serijah ali albumih)",
+ "ThemeSettings": "Nastavitev teme",
+ "FollowingActivityWillBeDisrupted": "Naslednja dejavnost bo motena in bo morda zahtevala ročno posredovanje za ponovni zagon:",
+ "OneActivePlaybackSession": "Št. aktivnih sej predvajanja: 1",
+ "NumActivePlaybackSessions": "Št. aktivnih sej predvajanja: {0}",
+ "OneActiveRecording": "Št. aktivnih sej snemanj: 1",
+ "NumActiveRecordings": "Št. aktivnih sej snemanj: {0}",
+ "PlayFromLivePosition": "Predvajaj v živo",
+ "PlayFromStartOfRecording": "Predvajaj od začetka",
+ "ThisChannelIsActivelyRecording": "Snemanje je aktivno. Kako bi radi začeli predvajanje?",
+ "ThemeSongVolume": "Glasnost tematske pesmi",
+ "HeaderForceConversionForFormats": "Vsili transkodiranje za formate",
+ "ForceConversionForFormatsHelp": "Uporabite to za vsiljevanje strežniškega prekodiranja ali ponovnega muksiranja za formate, ki se v tej napravi ne predvajajo dobro neposredno.",
+ "StartupBehavior": "Vedenje ob zagonu",
+ "RememberLastUser": "Zapomni si zadnjega uporabnika",
+ "ShowLoginScreen": "Pokaži zaslon za prijavo",
+ "SignInAsValue": "Prijavite se kot {0}",
+ "ConvertUnsupportedAudio": "Pretvorite nepodprt prostorski zvok v Dolby Digital",
+ "ConvertUnsupportedAudioHelp": "Izogibajte se mešanju nepodprtih prostorskih formatov v stereo tako, da jih Emby Server prekodira v Dolby Digital.",
+ "HeaderPlaybackCorrection": "Popravek predvajanja",
+ "HeaderAttemptPlaybackCorrection": "Poskus popravka predvajanja",
+ "PlaybackCorrectionConfirm": "Poskus popravka predvajanja?",
+ "PlaybackCorrectionDescription": "Ali trenutni element kaže težave s predvajanjem, na primer brez videa ali zvoka? To bo poskusilo odpraviti težave pri predvajanju s strežniškim prekodiranjem za pretvorbo te datoteke v bolj prijazen format pretakanja. To bo povzročilo povečano porabo virov na tem strežniku Emby.",
+ "PlaybackCorrectionDescription2": "To lahko storite največ trikrat na videoposnetek, pri čemer se ponovno aktiviranje, video prekodiranje in zvočno transkodiranje aktivirajo eno za drugo.",
+ "HeaderAlbumsAsContributingArtist": "Albumi kot sodelujoči izvajalec",
+ "HeaderAlbumsAsComposer": "Albumi kot skladatelj",
+ "Duplicates": "Dvojniki",
+ "HeaderSleepTimer": "Časovnik za izklop",
+ "AfterCurrentItem": "Po trenutnem",
+ "HeaderStopPlayback": "Ustavi predvajanje",
+ "TurnOffTimer": "Izklopi časovnik",
+ "SleepTimerIsSet": "Vaš časovnik za izklop je nastavljen",
+ "SleepTimerIsOff": "Vaš časovnik za izklop ni nastavljen",
+ "LabelEnableRemoteControlTVMode": "Funkcije predvajanja in daljinskega upravljanja zaslona",
+ "EnableRemoteControlTVModeHelp": "Omogočite, če nameravate to napravo uporabljati za pošiljanje predstavnosti drugim napravam.",
+ "ShowOnScreenControls": "Pokaži zaslonske kontrole",
+ "LabelVideoScreenUpAction": "Aktivnost ob pritisku gor",
+ "VideoScreenUpActionHelp": "Izberite dejanje, ki naj se izvede ob pritisku tipke gor na zaslonu. To velja, če trenutno ni viden noben kontrolnik na zaslonu. Ko so kontrolniki že vidni, bo tipka gor uporabljena za navigacijo.",
+ "LabelVideoPlayerLongPressAction": "Dejanje dolgega pritiska video predvajalnika",
+ "LetsGetSetup": "Začnimo nastavitev",
+ "VideoPlayerLongPressActionHelp": "Izberite, katera funkcija ali meni se prikaže ob dolgem pritisku gumba OK med predvajanjem videa. To velja le, če so kontrolniki videa skriti ali je vrstica za iskanje v fokusu.",
+ "AskAdminToGetPremiere": "Ta nakup mora opraviti skrbnik strežnika. Prosimo, prosite skrbnika tega strežnika Emby, da se prijavi in nabavi Emby Premiere, da boste lahko uživali v dostopu do premium funkcij.",
+ "AutoOpenSingleItemsFolders": "Samodejno odpiranje posameznih elementov v pogledu mape",
+ "AutoOpenSingleItemsFoldersHelp": "Ko mapa vsebuje samo en element, ta element samodejno odpri.",
+ "PlayedOnValue": "Predvajano {0}",
+ "TheseSettingsApplyAppDevice": "Te nastavitve veljajo za vse uporabnike, ki predvajajo na tej napravi.",
+ "LastContentDateAdded": "Datum dodajanja zadnje vsebine",
+ "RepeatThemeMedia": "Predvajaj teme v zanki",
+ "HideEpisodeSpoilerInfo": "Skrij kvarnike iz neogledanih epizod",
+ "HideEpisodeSpoilerInfoHelp": "Skrije sliko in povzetek za neogledane epizode na večini zaslonov.",
+ "BornValueAge": "Rojen: {0} (starost {1})",
+ "PreferDirectStreamLiveTV": "Raje neposredno pretakanje TV v živo",
+ "PreferDirectStreamLiveTVHelp": "Neposredno pretakanje televizije v živo bo zmanjšalo porabo virov na vašem Emby Serverju, vendar morda ne bo omogočalo enako iskanje med predvajanjem. Če to omogočite, bo televizija v živo pretakana neposredno, kadar je format podprt in znotraj vaše nastavitve kakovosti. Onemogočite to možnost, če želite več možnosti iskanja med predvajanjem, vendar bo to zahtevalo več virov.",
+ "HeaderAllRecordings": "Vsi posnetki",
+ "RememberLoginDescription": "Po prijavi lahko v nastavitvah aplikacije nastavite vedenje ob zagonu, da si aplikacija zapomni prijavo, se prijavi kot določen uporabnik ali vedno prikaže prijavni zaslon.",
+ "ForgetThisServer": "Pozabi ta strežnik",
+ "ForgetServerConfirmation": "Ali zares želite pozabiti ta strežnik?",
+ "HeaderThisDevice": "Ta naprava",
+ "ChaptersGuide": "Chapters / Live TV Guide",
+ "ChaptersGuideHelp": "Show Chapters for media with chapters. For media without chapters, show the Live TV Guide (when available).",
+ "HeaderShowSeriesImages": "Show Series Images",
+ "AppExitConfirmation": "Are you ready to exit Emby?",
+ "AppExitMenu": "Exit menu",
+ "SideMenu": "Side navigation menu",
+ "SystemStorage": "System storage ({0})"
+}
diff --git a/modules/common/strings/sq.json b/modules/common/strings/sq.json
new file mode 100644
index 0000000..50ecff6
--- /dev/null
+++ b/modules/common/strings/sq.json
@@ -0,0 +1,1340 @@
+{
+ "ReplaceExistingThumbnailImages": "Zëvendëso imazhet thumbnail ekzistuese",
+ "ReplaceExistingThumbnailImagesHelp": "Të gjitha imazhet thumbnail ekzistuese do të fshihen dhe do të gjenerohen të reja, nëse funksioni aktivizohet në opsionet e bibliotekës.",
+ "DateCreated": "Data e Krijimit",
+ "CreatedOnValue": "Krijuar {0}",
+ "UpdatedOnValue": "Përditësuar {0}",
+ "EmbyLoginTerms": "Emby është projektuar që të të ndihmojë në menaxhimin e bibliotekës mediatike personale, si videot dhe fotot shtëpiake. Të lutem shih {0}kushte përdorimi{1}. Përdorimi i çfarëdo software Emby nënkupton pranimin e këtyre kushteve.",
+ "MessageUnableToConnectToServer": "Jemi të pa aftë të lidhemi me serverin e zgjedhur tani. Të lutem sigurohu që është në funksionim dhe provo përsëri.",
+ "EmbyIntroMessage": "Me Emby mund të bësh me lehtësi streaming video, muzike dhe foto në telefona smart, tableta dhe pajisje të tjera nga Emby Server-i yt.",
+ "HeaderSignInWithConnect": "Hyr me Emby Connect",
+ "HeaderWelcomeToEmby": "Mirësevjen në Emby",
+ "HeaderNewUsers": "Përdorues të Rinj",
+ "HeaderPleaseSignIn": "Të Lutem Hyr",
+ "MessageInvalidUser": "Emër përdoruesi apo fjalëkalim i pavlefshëm. Të lutem provo përsëri.",
+ "MessageUnlockAppWithPurchaseOrSupporter": "Zhblloko këtë funksion me një pagesë të vogël të pa përsëritshme, ose me një abonim aktiv Emby Premiere.",
+ "MessageUnlockAppWithSupporter": "Zhblloko këtë funksion me një abonim aktiv Emby Premiere.",
+ "MessageToValidateSupporter": "Nëse ke një abonim Emby Premiere aktiv, sigurohu që e ke konfiguruar në Kuadrin e Kontrollit të Emby Server, që mund ta aksesoni duke klikuar Emby Premiere brenda menusë kryesore.",
+ "ValueSpecialEpisodeName": "Speciali - {0}",
+ "HeaderSignIn": "Hyr",
+ "Share": "Bashkë-ndaj",
+ "Shared": "Të bashkë-ndarë",
+ "Info": "Informacion",
+ "Add": "Shto",
+ "Speed": "Shpejtësi",
+ "PlaybackSpeed": "Shpejtësia e riprodhimit",
+ "Chapters": "Kapituj",
+ "Password": "Fjalëkalim",
+ "SavePassword": "Ruaj Fjalëkalimin",
+ "LabelPassword": "Fjalëkalim",
+ "HeaderResetPassword": "Rivendos Fjalëkalimin",
+ "Series": "Serial",
+ "Preview": "Parashikim",
+ "Submit": "Publiko",
+ "Never": "Kurrë",
+ "Table": "Tabelë",
+ "HeaderScheduledTasks": "Veprime Të Planifikuara",
+ "Plays": "Riprodhime",
+ "LastUsedAddressValue": "Përdorur për herë të fundit {0}",
+ "LabelKeywordType": "Lloji fjalës kyçe",
+ "HeaderSelectColumns": "Zgjidh Kolonat",
+ "HeaderTopResults": "Rezultatet Kryesore",
+ "HeaderPinSidebar": "Mbërthe Shiritin Anësor",
+ "Collapse": "Palos",
+ "LabelBackgroundVideoPlayback": "Riprodhim video në sfond",
+ "BackgroundVideoPlaybackHelp": "Riprodhimi në sfond lejon videon të riprodhohet edhe kur ekrani është i fikur.",
+ "AlwaysOn": "Gjithmonë ndezur",
+ "HeadphonesOrExternalSpeakersConnected": "Kufjet ose altoparlantët e jashtëm u lidhën",
+ "HeaderKeyboardAndRemote": "Tastierë dhe Telekomandë",
+ "NoSelectedItemsSupportOperation": "Nuk janë zgjedhur artikuj që suportojnë këtë veprim.",
+ "NoOperationsForSelectedItems": "Nuk ka veprime të disponueshme për artikujt e zgjedhur.",
+ "UploadOnlyOnWifi": "Ngarko vetëm në Wifi",
+ "HeaderFoldersToUpload": "Dosjet për t’u Ngarkuar",
+ "LabelPasswordConfirm": "Fjalëkalimi (konfirmo)",
+ "HeaderMoveUpInOrder": "Lëviz Lart Në Renditje",
+ "HeaderDownUpInOrder": "Lëviz Poshtë Në Renditje",
+ "LabelUsername": "Emri i përdoruesit",
+ "HeaderAddServer": "Shto Server",
+ "HeaderSubtitleOffset": "Kompensimi i Titrave",
+ "Watching": "Po shikon",
+ "HeaderRemoveFromContinueWatching": "Hiqe nga Vazhdo Shikimin",
+ "RemoveThisTitleFromContinueWatching": "Ta heq këtë titull nga Vazhdo Shikimin?",
+ "HeaderRemoveFromContinueListening": "Hiqe nga Vazhdo Dëgjimin",
+ "RemoveThisTitleFromContinueListening": "Ta heq këtë titull nga Vazhdo Dëgjimin?",
+ "HeaderIncreaseSubtitleOffset": "Rrit Kompensimin e Titrave",
+ "HeaderDecreaseSubtitleOffset": "Zvogëlo Kompensimin e Titrave",
+ "Close": "Mbyll",
+ "HeaderSeeAll": "Shiko të Gjithë",
+ "HeaderOpenInNewWindow": "Hap në Dritare të Re",
+ "LabelEmail": "Email",
+ "LabelHost": "Host",
+ "LabelHostHelp": "Shembull: 192.168.1.100 ose https://myserver.com",
+ "LabelPort": "Portë",
+ "Disabled": "I Çaktivizuar",
+ "Uninstall": "Çinstalo",
+ "Enable": "Aktivizo",
+ "AllTuners": "Të Gjithë Sinkronizuesit",
+ "Disable": "Çaktivizo",
+ "NextValue": "Vijon: {0}",
+ "HeaderNextItem": "Artikulli Vijues",
+ "HeaderPreviousItem": "Artikulli i Mëparshëm",
+ "NoTrailersMessage": "Nuk u gjetën Trailer-a. Për të shtuar Trailer-a, të lutem instalo plugin-in Trailer nga {0} katalog i plugin Emby{1}.",
+ "UninstallPluginConfirmation": "Je i sigurt që dëshiron të çinstalosh këtë plugin?",
+ "HeaderUninstallPlugin": "Çinstalo këtë Plugin",
+ "AreYouStillWatching": "Je akoma duke shikuar?",
+ "LabelCurrentPassword": "Fjalëkalimi aktual",
+ "LabelNewPassword": "Fjalëkalimi i ri",
+ "LabelNewPasswordConfirm": "Konfirmo fjalëkalimin e ri",
+ "HeaderRemovePassword": "Hiq Fjalëkalimin",
+ "ServerUpdateNeeded": "Ky Emby Server ka nevojë të përditësohet. Për të shkarkuar versionin më të fundit, të lutem vizito {0}",
+ "MessageThankYouForConnectSignUp": "Faleminderit që u regjistrove në Emby Connect. Një email do të dërgohet tek adresa jote me instruksionet se si të konfirmosh llogarinë tënde të re. Konfirmoje të lutem dhe pastaj rikthehu këtu për të hyrë.",
+ "MessageThankYouForConnectSignUpNoValidation": "Faleminderit që u regjistrove në Emby Connect! Tani do të kërkohet të hysh me të dhënat Emby Connect.",
+ "ErrorMessagePasswordNotMatchConfirm": "Fjalëkalimi dhe konfirmimi i fjalëkalimit duhet të përputhen.",
+ "ErrorMessageUsernameInUse": "Emri i përdoruesit është në përdorim. Të lutem zgjidh një emër të ri dhe provo përsëri.",
+ "ErrorMessageEmailInUse": "Adresa e email është në përdorim. Të lutem fut një adresë email të re dhe provo përsëri, ose përdor funksionin harrova fjalëkalimin.",
+ "HeaderUpcomingOnTV": "I Ardhshëm Në Live TV",
+ "HeaderOtherShowings": "Shfaqje të Tjera",
+ "Showings": "Shfaqje",
+ "HeaderConnectToServer": "Lidhu me Serverin",
+ "ConnectToServerManually": "Lidhu me serverin manualisht",
+ "LabelEnterConnectUserNameHelp": "Kjo është adresa email që përdore për të konfiguruar llogarinë tënde Emby Connect.",
+ "HeaderSignInError": "Gabim në Hyrje",
+ "HeaderManualLogin": "Lidhu Manualisht",
+ "PasswordResetConfirmation": "Je i sigurt që dëshiron të rivendosësh fjalëkalimin?",
+ "ContactAdminToResetPassword": "Të lutem kontakto administratorin e sistemit tënd për të rivendosur fjalëkalimin tënd.",
+ "ForgotPasswordInNetworkRequired": "Të lutem provo përsëri brenda rrjetit tënd shtëpiak për të filluar proçedurën e rivendosjes të fjalëkalimit.",
+ "ForgotPasswordFileCreated": "File-i i mëtejshëm është krijuar në serverin tënd dhe përmban instruksionet se si të vazhdoni:",
+ "ForgotPasswordFileExpiration": "Kodi Pin i rivendosjes do të skadojë në {0}.",
+ "InvalidForgotPasswordPin": "U fut një kod Pin i pavlefshëm ose i skaduar. Të lutem provo përsëri.",
+ "PasswordResetForUsers": "Fjalëkalimet janë hequr për përdoruesit e mëtejshëm. Për tu lidhur, hyr duke lënë bosh fjalëkalimin.",
+ "HeaderForgotPassword": "Harrove Fjalëkalimin?",
+ "ForgotPasswordUsernameHelp": "Lëre bosh nëse nuk të kujtohet emri i përdoruesit.",
+ "HeaderPasswordReset": "Rivendos Fjalëkalimin",
+ "AttributeNew": "I ri",
+ "Done": "Mbaroi",
+ "HeaderResetToDefault": "Rivendos në vlerën e parazgjedhur",
+ "Deinterlacing": "Deinterlacing",
+ "HeaderBurningInSubtitles": "Duke ngulitur Titrat",
+ "Premiere": "Premierë",
+ "LabelPinCode": "Kodi Pin",
+ "LabelLocalNetworkPinCode": "Kodi Pin i rrjetit lokal",
+ "LabelLocalNetworkPasswordMode": "Modalitet i hyrjes në rrjetin lokal",
+ "RequirePasswordInLocalNetwork": "Kërko për fjalëkalim në rrjetin lokal",
+ "NoPasswordInLocalNetwork": "Mos kërko fjalëkalim në rrjetin lokal",
+ "PinCodeInLocalNetwork": "Lejo një kod pin shifror në rrjetin lokal",
+ "LocalNetworkPasswordModeHelp": "Zgjidh metodën e hyrjes për pajisjet në të njëjtin rrjet lokal me Emby Server-in tënd.",
+ "HeaderLocalNetworkAccess": "Akses në Rrjet Lokal",
+ "Live": "Drejtpërdrejt",
+ "Reset": "Rivendos",
+ "Repeat": "Përsërit",
+ "Track": "Këngë",
+ "Tracks": "Këngët",
+ "HeaderCameraUpload": "Ngarkim nga Kamera",
+ "TrackCount": "{0} Këngë",
+ "ItemCount": "{0} Artikuj",
+ "NumberChannelsValue": "Kanalet {0}",
+ "HeaderLatestMusic": "Muzika më e Fundit",
+ "HeaderLatestAudioBooks": "Librat Audio Më Të Fundit",
+ "HeaderLatestDownloadedVideos": "Videot e Shkarkuara më të Fundit",
+ "HeaderRecentlyPlayed": "Riprodhuar së Fundi",
+ "Recent": "Së fundi",
+ "HeaderFrequentlyPlayed": "Riprodhuar Shpesh",
+ "HeaderMoreLikeThis": "Të Ngjashme Me Këtë",
+ "HeaderMoreLikeThisOnLiveTV": "Të Ngjashme Me Këtë në Live TV",
+ "OriginalAirDateValue": "Data origjinale e transmetimit: {0}",
+ "EndsAtValue": "Përfundon në {0}",
+ "Date": "Data",
+ "AirDate": "Data e Transmetimit",
+ "Played": "E riprodhuar",
+ "Daily": "I Përditshëm",
+ "Weekly": "I përjavshëm",
+ "RequireHashMatch": "Kërko një hash match",
+ "RequireHashMatchHelp": "Kërkesa e një hash match do të filtrojë titrat në mënyrë që të përfshijnë vetëm ato që janë testuar me file-in video ekzakt. Po e çzgjidhe, numri i titrave që përputhen do të rritet, por edhe mundësia që ato të jenë ta pasinkronizuara apo të gabuara.",
+ "SearchForForcedSubtitlesOnly": "Vetëm titra të forcuara",
+ "SearchForForcedSubtitlesOnlyHelp": "Kërkesa e titrave të forcuara do të kufizojë rezultatet në titrat që janë të etiketuara si të pajisura me gjuhë të huaj.",
+ "LastEpisodeDateAdded": "Data e Shtimit të Episodit të Fundit",
+ "LastEpisodeDateAired": "Data e Publikimit të Episodit të Fundit",
+ "LabelPlaystate": "Gjendja e riprodhimit",
+ "Studio": "Studioja",
+ "Tag": "Etiketa",
+ "EpisodeTitle": "Titulli i Episodit",
+ "Audio": "Audio",
+ "Video": "Video",
+ "Subtitle": "Titra",
+ "Image": "Imazh",
+ "CopyStream": "Kopjo streaming origjinal",
+ "LabelAudioLayout": "Struktura audio",
+ "LabelAudioCodec": "Kodeku audio",
+ "LabelAudioLanguage": "Gjuha Audio",
+ "LabelSubtitleLanguage": "Gjuha e Titrave",
+ "LabelVideoCodec": "Kodeku video",
+ "LabelSubtitleCodec": "Kodeku për titrat",
+ "LabelParentalRating": "Klasifikimi prindëror",
+ "BecauseYouLikeValue": "Sepse të pëlqen {0}",
+ "BecauseYouWatchedValue": "Sepse ke parë {0}",
+ "DirectedByValue": "Regjia nga {0}",
+ "StarringValue": "Me aktorët {0}",
+ "Invitations": "Ftesat",
+ "ActorAsRole": "si {0}",
+ "ButtonOk": "OK",
+ "GroupItemsIntoCollections": "Grupo artikujt nëpër koleksione",
+ "GroupItemsIntoCollectionsHelp": "Grupo artikujt sipas koleksioneve ku ata u janë shtuar. Aktivizimi i disa filtrave ose rregullat e renditjeve mund ta çaktivizojnë automatikisht këtë funksion.",
+ "GroupItemsIntoTags": "Grupo artikujt nëpër etiketa",
+ "GroupItemsIntoTagsHelp": "Grupo artikujt sipas etiketave që u janë shtuar. Aktivizimi i disa filtrave ose rregullat e renditjeve mund ta çaktivizojnë automatikisht këtë funksion.",
+ "User": "Përdorues",
+ "Access": "Akses",
+ "Users": "Përdoruesit",
+ "Library": "Biblioteka",
+ "Devices": "Pajisjet",
+ "Cancel": "Anullo",
+ "Restart": "Rinis",
+ "Shutdown": "Fikje",
+ "Logs": "Regjistra",
+ "Visibility": "Dukshmëria",
+ "Notifications": "Njoftimet",
+ "SendTestNotification": "Dërgo Njoftim për Testin",
+ "NotificationSent": "Njoftimi u dërgua",
+ "DeleteNotificationConfirmation": "Je i sigurt që dëshiron ta fshish këtë njoftim?",
+ "DeleteNotification": "Fshi Njoftimin",
+ "AddNotification": "Shto Njoftimin",
+ "EditNotification": "Redakto Njoftimin",
+ "LimitUserEventsTo": "Kufizo veprimtaritë e përdoruesve në",
+ "LimitLibraryEventsTo": "Kufizo veprimtaritë e bibliotekës në",
+ "LimitDeviceEventsTo": "Kufizo veprimtaritë e pajisjeve në",
+ "ForAdditionalNotificationOptions": "Shërbime shtesë të njoftimeve mund të instalohen nga administratori i serverit në {0} e katalogut plugin të Emby {1}.",
+ "Plugins": "Plugin-e",
+ "Systems": "Sisteme",
+ "Server": "Serveri",
+ "Dashboard": "Kuadër Kontrolli",
+ "PlayOnAnotherDevice": "Riprodho në një pajisje tjetër",
+ "HeaderConnectionHelp": "Ndihmë për Lidhjen",
+ "AccessRestrictedTryAgainLater": "Aksesi është aktualisht i kufizuar. Të lutem provo përsëri më vonë.",
+ "ButtonGotIt": "E Kuptova",
+ "RememberMe": "Më kujto",
+ "EmbyServer": "Emby Server",
+ "ManageEmbyServer": "Menaxho Emby Server",
+ "ShutdownServer": "Fik Emby Server",
+ "RestartServer": "Rinis Emby Server",
+ "RecordingCancelled": "Regjistrimi u Anullua",
+ "SeriesCancelled": "Serial i Ndërprerë",
+ "Recording": "Duke Regjistruar",
+ "SeriesRecording": "Seriali po Regjistrohet",
+ "RecordingScheduled": "Regjistrimi u Planifikua",
+ "SeriesRecordingScheduled": "Regjistrimi i Serialit u Planifikua",
+ "HeaderNewRecording": "Regjistrim i Ri",
+ "HeaderWakeServer": "Zgjo serverin",
+ "AttemptingWakeServer": "Përpjekje për të zgjuar serverin. Të lutem prit…",
+ "WakeServerSuccess": "Sukses!",
+ "HeaderCustomizeHomeScreen": "Personalizo Ekranin Bazë",
+ "WakeServerError": "Paketat Wake On LAN u dërguan tek aparati i serverit tënd, por nuk po lidhemi dot me Emby Server. Aparati yt mund të ketë nevojë për më shumë kohë për tu zgjuar, ose Emby Server mund të mos jetë në funksionim në aparatin tënd.",
+ "Days": "Ditë",
+ "Network": "Rrjeti",
+ "Networks": "Rrjetet",
+ "SortByValue": "Rendit sipas {0}",
+ "HeaderSortBy": "Rendit Sipas",
+ "HeaderPhotoAlbums": "Albume Fotografike",
+ "Photos": "Fotot",
+ "HeaderAppearsOn": "Shfaqet Në",
+ "List": "Rradhit",
+ "HeaderRecordSeries": "Regjistro Seriale",
+ "HeaderCinemaMode": "Intro Kinema",
+ "Conversions": "Konvertime",
+ "Downloads": "Shkarkime",
+ "HeaderManageDownloads": "Menaxho Shkarkimet",
+ "InternalStorage": "Memorja e brendshme",
+ "ExternalStorage": "Memorja e jashtme",
+ "UploadToFollowingServers": "Ngarko në Servera",
+ "UploadingNumItems": "Duke ngarkuar {0} nga {1}",
+ "DownloadNumItems": "Duke shkarkuar {0} nga {1}",
+ "HeaderSampleRate": "Sample Rate",
+ "HeaderReferenceFrames": "Reference Frame",
+ "HeaderBitDepth": "Thellësia Bit",
+ "HeaderPixelFormat": "Formati i Pixel",
+ "Profile": "Profili",
+ "Bitrate": "Bitrate",
+ "Expand": "Shpalos",
+ "Container": "Kontejner",
+ "Format": "Formati",
+ "Path": "Shtegu",
+ "Size": "Përmasa",
+ "Resolution": "Rezolucioni",
+ "HeaderCodecTag": "Etiketa e Kodekut",
+ "Framerate": "Framerate",
+ "Interlaced": "E ndërthurur",
+ "Anamorphic": "Anamorfike",
+ "Level": "Niveli",
+ "Timestamp": "Vula e kohës",
+ "Language": "Gjuha",
+ "Codec": "Kodeku",
+ "Stream": "Rryma stream",
+ "HeaderExtradata": "Të Dhëna Ekstra",
+ "HeaderHardwareAcceleratedTranscoding": "Transkodim me Përshpejtim Hardware",
+ "HeaderHardwareAcceleratedTranscodingDescription": "Përfito nga GPU-ja e serverit tënd. Emby ka përshpejtimin hardware më të shpejtë dhe të avancuar në industri.",
+ "HeaderOfflineDownloads": "Media Offline",
+ "AndMuchMoreExclamation": "Dhe akoma më shumë!",
+ "HeaderOfflineDownloadsDescription": "Shkarko mediat në pajisjet e tua për ti përdorur lehtësisht offline.",
+ "LiveTvFeatureDescription": "Bëj streaming e Live TV në çdo aplikacion Emby, me një sinkronizues TV të përshtatshëm të instaluar në Emby Server.",
+ "DvrFeatureDescription": "Planifiko regjistrime Live TV individuale, regjistrime serialesh dhe akoma më shumë me Emby DVR.",
+ "CinemaModeFeatureDescription": "Intro Kinema të jep eksperiencën e vërtetë të kinemasë me trailer dhe prezantime të posaçme para projektimit të filmit.",
+ "HeaderFreeApps": "Aplikacione Emby Falas",
+ "FreeAppsFeatureDescription": "Shijoni akses falas në aplikacionet Emby për pajisjet e tua.",
+ "HeaderBecomeProjectSupporter": "Merr Emby Premiere",
+ "HeaderViewServerInfo": "Shiko Informacion mbi Serverin",
+ "PlaybackTvModeRequiresEmbyPremiere": "Riprodhimi i medias në modalitet TV kërkon një {0}abonim Emby Premiere{1} aktiv.",
+ "FeatureRequiresEmbyPremiere": "Kjo karakteristikë kërkon një {0}abonim Emby Premiere{1} aktiv.",
+ "HeaderConvertYourRecordings": "Konverto Regjistrimet e Tua",
+ "Record": "Regjistro",
+ "Save": "Ruaj",
+ "Edit": "Redakto",
+ "HeaderSavePlaylist": "Ruaj Playlist-ën",
+ "Latest": "më të fundit",
+ "Download": "Shkarko",
+ "Downloaded": "Të shkarkuar",
+ "Converted": "Të konvertuar",
+ "RemoveFromHistory": "Hiq nga Historiku",
+ "ConfirmRemoveFromHistory": "Ta heq këtë artikull nga historiku?",
+ "Downloading": "Në shkarkim",
+ "Advanced": "Të përparuara",
+ "LinkedToEmbyConnect": "I Lidhur me Emby Connect",
+ "Delete": "Fshije",
+ "Both": "Të dyja",
+ "LabelChannelDisplay": "Shfaq kanalin",
+ "HeaderDeleteItem": "Fshije Artikullin",
+ "HeaderDeleteUser": "Fshije Përdoruesin",
+ "DeleteItemConfirmation": "Je i sigurt që dëshiron të fshish {0}?",
+ "DeleteUserConfirmation": "Je i sigurt që dëshiron të fshish përdoruesin {0}?",
+ "DeleteUsersConfirmation": "Je i sigurt që dëshiron të fshish këta {0} përdorues?",
+ "HeaderDeleteDevice": "Fshije Pajisjen",
+ "DeleteDeviceConfirmation": "Je i sigurt që dëshiron ta fshish këtë pajisje? Ajo do të rishfaqet herën tjetër që një përdorues do të hyjë me të.",
+ "ConfirmDeleteItem": "Fshirja e këtij artikulli do ta fshijë njëkohësisht si nga sistemi edhe nga biblioteka jote mediatike.",
+ "FollowingFilesWillBeDeleted": "Skedarët dhe dosjet e mëtejshme do të fshihen:",
+ "AreYouSureToContinue": "Je i sigurt që dëshiron të vazhdosh?",
+ "Refresh": "Rifresko",
+ "RefreshingMetadataDots": "Duke rifreskuar metadatat…",
+ "ScanningLibraryFilesDots": "Duke skanuar skedarët e bibliotekës…",
+ "HeaderFavoritesThenByChannelNumber": "Të preferuarit, Pastaj sipas Numrit të Kanalit",
+ "HeaderAddToCollection": "Shto në Koleksion",
+ "HeaderFavoritesThenByTitle": "Të preferuarit, Pastaj sipas Titullit",
+ "HeaderFavoritesThenByDefault": "Të preferuarit, Pastaj sipas Renditjes të Parazgjedhur të Kanaleve",
+ "HeaderDefaultChannelOrder": "Renditja e Parazgjedhur e Kanaleve",
+ "HeaderAddToFavorites": "Shto tek Të preferuarit",
+ "HeaderRemoveFromFavorites": "Hiq nga Të preferuarit",
+ "Favorited": "I preferuar",
+ "Unfavorited": "I papreferuar",
+ "HeaderNewCollection": "Koleksion i Ri",
+ "HeaderNewPlaylist": "Playlistë e Re",
+ "AllCollections": "Të Gjitha Koleksionet",
+ "AllPlaylists": "Të Gjitha Playlistat",
+ "Create": "Krijo",
+ "HeaderAddedToPlaylist": "Shtuar në Playlistë",
+ "HeaderAddedToCollection": "Shtuar në Koleksion",
+ "OneItemAddedTo": "1 artikull i shtuar në “{0}”.",
+ "ItemsAddedTo": "{0} artikuj të shtuar në “{1}”.",
+ "HeaderAddedToPlayQueue": "Shtuar në Rradhën e Riprodhimit",
+ "HeaderPlayingNext": "Duke riprodhuar Vijuesin",
+ "Help": "Ndihmë",
+ "HeaderGetHelp": "Merr Ndihmë",
+ "LabelTVDisplayMode": "Aktivizo modalitetin Ekran TV",
+ "Desktop": "Tryeza",
+ "Mobile": "Celular / Tabletë",
+ "Navigation": "Navigimi",
+ "HeaderVideoPlayback": "Riprodhimi Video",
+ "TV": "TV",
+ "HeaderEmbyConnect": "Emby Connect",
+ "Seasons": "Sezone",
+ "OneTrack": "1 Këngë",
+ "OneSeason": "1 Sezon",
+ "Libraries": "Bibliotekat",
+ "NumberSeasonsValue": "{0} Sezone",
+ "TVDisplayModeHelp": "Optimizo ndërfaqen e përdoruesit në këtë pajisje për shfaqje në televizor dhe metodën e vendosjes me telekomandë. Kjo nuk rekomandohet nëse metoda jote kryesore e vendosjes është me anë të mouse-it ose me prekje.",
+ "LabelDisplayLanguage": "Gjuha në ekran",
+ "LabelDisplayLanguageHelp": "Përkthimi i Emby është një projekt i vazhdueshëm.",
+ "LearnHowYouCanContribute": "Mëso si të ndihmosh.",
+ "NewCollectionHelp": "Koleksionet ju lejojnë të krijoni grupe të personalizuara filmash apo përmbajtjesh të tjera të bibliotekës.",
+ "SearchForCollectionInternetMetadata": "Kërko në internet për grafika dhe metadata",
+ "DisplayMissingEpisodesWithinSeasons": "Shfaq episodet munguese brenda sezoneve",
+ "DisplayMissingEpisodesWithinSeasonsHelp": "Kjo duhet aktivizuar edhe për bibliotekat televizive në konfigurimin e Emby Server.",
+ "EnableThemeSongs": "Riprodho këngët e siglave",
+ "EnableBackdrops": "Aktivizo sfondet",
+ "EnableThemeSongsHelp": "Nëse aktive, këngët/meloditë e siglave do të riprodhohen në sfond ndërsa shfletoni bibliotekën.",
+ "EnableBackdropsHelp": "Nëse aktive, pamje nga disa programe do të shfaqen në sfond ndërsa shfletoni bibliotekën.",
+ "EnableThemeVideos": "Riprodho videot e siglave",
+ "EnableThemeVideosHelp": "Nëse aktive, videot e siglave do të riprodhohen në sfond ndërsa shfletoni librarinë.",
+ "RunAtStartup": "Ekzekuto në nisje",
+ "ServerStartup": "Nisja e Serverit",
+ "EmbyServerOnXHasStarted": "Emby Server në {0} ka nisur.",
+ "LabelScreensaver": "Mbrojtësi i ekranit",
+ "LabelSoundEffects": "Efektet zanore",
+ "LabelName": "Emri",
+ "NewCollectionNameExample": "Shembull: Koleksioni Star Wars",
+ "MessageItemsAdded": "Artikujt u shtuan.",
+ "OptionNew": "…i ri",
+ "LabelPlaylist": "Playlista",
+ "AddToPlaylist": "Shto në playlistë",
+ "HeaderAddToPlaylist": "Shto në Playlistë",
+ "Subtitles": "Titrat",
+ "LabelTheme": "Motivi",
+ "LabelSettingsTheme": "Motivi i parametrave",
+ "LabelThemeAccentColor": "Ngjyra e theksimit",
+ "ThemeAccentColorDescription": "Kontrollon ngjyrën e indikatorëve të rëndësishëm, ikonave dhe tekstit.",
+ "SearchForSubtitles": "Kërko për Titra",
+ "LabelLanguage": "Gjuha",
+ "Search": "Kërko",
+ "NoSubtitleSearchResultsFound": "Nuk u gjetën rezultate. E ke konfiguruar {0}shkarkim i titrave{1}?",
+ "NoLyricsSearchResultsFound": "Nuk u gjetën rezultate. E ke konfiguruar {0}shkarkim i teksteve të këngëve{1}?",
+ "Lyrics": "Tekste këngësh",
+ "SearchForLyrics": "Kërko për Tekste këngësh",
+ "Finish": "Përfundo",
+ "File": "Skedar",
+ "Exit": "Dil",
+ "Sleep": "Gjumë",
+ "Setup": "Konfigurim",
+ "MessageAreYouSureDeleteSubtitles": "Je i sigurt që dëshiron ta fshish këtë skedar titre?",
+ "ConfirmDeletion": "Konfirmo Fshirjen",
+ "MySubtitles": "Titrat e Mia",
+ "MessageDownloadQueued": "Shkarkimi u vu në rradhë.",
+ "HeaderEditSubtitles": "Redakto Titrat",
+ "UnlockGuide": "Çkyç Guidën",
+ "HeaderRefreshMetadata": "Rifresko Metadatat",
+ "HeaderRefreshAllMetadata": "Rifresko të Gjitha Metadatat",
+ "ReplaceExistingImages": "Zëvendëso imazhet ekzistuese",
+ "ReplaceExistingImagesHelp": "Të gjitha imazhet ekzistuese do të fshihen dhe do të shkarkohen të reja. Në disa raste kjo mund të rezultojë në më pak imazhe se më përpara.",
+ "ReplaceAllMetadata": "Zëvendëso të gjitha metadatat",
+ "SearchForMissingMetadata": "Kërko për metadatat munguese",
+ "LabelRefreshMode": "Modaliteti i rifreskimit",
+ "NoItemsFound": "Nuk u gjetën artikuj.",
+ "HeaderSaySomethingLike": "Thuaj Diçka Si…",
+ "ButtonTryAgain": "Provo Përsëri",
+ "HeaderYouSaid": "Ti The…",
+ "MessageWeDidntRecognizeCommand": "Na vjen keq, nuk e njohëm atë komandë.",
+ "MessageIfYouBlockedVoice": "Nëse i mohove akses zëri aplikacionit do të të duhet ta rikonfigurosh para se ta provosh përsëri.",
+ "ValueDiscNumber": "Disku {0}",
+ "Unrated": "I pa klasifikuar",
+ "Favorite": "I Preferuar",
+ "Like": "Pëlqej",
+ "Dislike": "Mospëlqej",
+ "RefreshDialogHelp": "Metadatat përditësohen me të dhëna të reja bazuar mbi parametrat dhe furnizuesit e metadatave të aktivizuar në konfigurimin e bibliotekës Emby.",
+ "Open": "Hape",
+ "Play": "Riprodho",
+ "Pause": "Vendos në Pauzë",
+ "HeaderPlayQueue": "Riprodho Rradhën",
+ "HeaderAddToPlayQueue": "Shtoje në Rradhën e Riprodhimit",
+ "Shuffle": "Përzje",
+ "Identify": "Identifiko",
+ "HeaderRemoveIdentification": "Hiqe Identifikimin",
+ "ResetMetadataConfirmation": "Je i sigurt që dëshiron të rivendosësh të gjitha metadatat?",
+ "HeaderEditMetadata": "Redakto Metadatat",
+ "Convert": "Konverto",
+ "Resume": "Rinis",
+ "HeaderInstantMix": "Miksim i Menjëhershëm",
+ "HeaderGoToItem": "Shko tek Artikulli",
+ "HeaderGoToSeason": "Shko tek Sezoni",
+ "HeaderGoToSeries": "Shko tek Seriali",
+ "HeaderGoToAlbum": "Shko tek Albumi",
+ "HeaderGoToArtist": "Shko tek Artisti",
+ "HeaderPlayAll": "Riprodhoji të Gjithë",
+ "PictureInPicture": "Figurë në figurë",
+ "Fullscreen": "Ekran i plotë",
+ "ExitFullscreen": "Dil nga ekrani i plotë",
+ "Rewind": "Kthe mbrapa",
+ "FastForward": "Shpejto përpara",
+ "Remove": "Hiqe",
+ "Rename": "Riemëro",
+ "Queue": "Vendos në radhë",
+ "QueueAllFromHere": "Vendosi të gjithë në rradhë prej këtu",
+ "PlayAllFromHere": "Riprodhoji të gjithë prej këtu",
+ "PlayFromBeginning": "Riprodho Nga Fillimi",
+ "FromBeginning": "Nga Fillimi",
+ "ResumeAt": "Rinis nga {0}",
+ "HeaderRemoveFromPlaylist": "Hiqe nga Playlista",
+ "HeaderRemoveFromPlayQueue": "Hiqe nga Rradha e Riprodhimit",
+ "HeaderRemoveFromCollection": "Hiqe nga Koleksioni",
+ "Sort": "Rendit",
+ "Trailer": "Trailer",
+ "SelectNone": "Zgjidh Asnjë",
+ "SelectAll": "Zgjidh të Gjitha",
+ "HeaderMarkPlayed": "Shënoje si Të riprodhuar",
+ "HeaderMarkUnplayed": "Shënoje si të Pa riprodhuar",
+ "HeaderGroupVersions": "Grupo Versionet",
+ "PleaseSelectTwoItems": "Të lutem zgjidh të paktën dy artikuj.",
+ "HeaderConfirmRecordingCancellation": "Konfirmo Anullimin e Regjistrimit",
+ "MessageConfirmRecordingCancellation": "Ta anulloj regjistrimin?",
+ "Album": "Albumi",
+ "AlbumArtist": "Artisti i Albumit",
+ "Error": "Gabim",
+ "VoiceInput": "Hyrje Vokale",
+ "LabelContentType": "Lloji i përmbajtjes",
+ "LabelPath": "Shtegu",
+ "Playlists": "Playlistat",
+ "LabelTitle": "Titulli",
+ "LabelOriginalTitle": "Titulli origjinal",
+ "LabelSortTitle": "Titulli i renditjes",
+ "LabelDateAdded": "Data e shtimit",
+ "DateAdded": "Data e Shtimit",
+ "DateModified": "Data e Modifikimit",
+ "DatePlayed": "Data e Riprodhimit",
+ "DateLastActive": "Data e Fundit Aktive",
+ "ConfigureDateAdded": "Konfiguro se si përcaktohet data e shtimit në kuadrin e kontrollit të Emby Server nën parametrat e Bibliotekës",
+ "LabelStatus": "Gjendja",
+ "LabelArtistsHelp": "Nda të shumëfishtët duke përdorur ;",
+ "HeaderAlbumArtists": "Artistët e Albumit",
+ "LabelAlbumArtists": "Artistët e albumit",
+ "LabelAlbum": "Albumi",
+ "Artist": "Artisti",
+ "Artists": "Artistët",
+ "ImdbRating": "Klasifikimi IMDb",
+ "CommunityRating": "Klasifikimi I Komunitetit",
+ "LabelCommunityRating": "Klasifikimi i komunitetit",
+ "LabelCriticRating": "Klasifikimi i kritikës",
+ "CriticRating": "Klasifikimi i Kritikës",
+ "LabelWebsite": "Faqe interneti",
+ "Tagline": "Nëntitulli",
+ "LabelOverview": "Përmbledhje",
+ "LabelShortOverview": "Përmbledhje e shkurtër",
+ "LabelReleaseDate": "Data e publikimit",
+ "LabelPlaceOfBirth": "Vendlindja",
+ "Aired": "I transmetuar",
+ "LabelAirDays": "Ditët e transmetimit",
+ "LabelAirTime": "Ora e transmetimit",
+ "LabelRuntimeMinutes": "Kohëzgjatja (minuta)",
+ "LabelCustomRating": "Klasifikim i personalizuar",
+ "LabelOriginalAspectRatio": "Raporti origjinal i pamjes",
+ "Label3DFormat": "Formati 3D",
+ "FormatValue": "Formati: {0}",
+ "DownloadsValue": "{0} Shkarkime",
+ "HashMatch": "Hash Match",
+ "EnableExternalVideoPlayers": "Aktivizo riprodhuesit multimedialë të jashtëm",
+ "EnableExternalVideoPlayersHelp": "Menuja e riprodhuesit të jashtëm do të shfaqet kur të fillosh riprodhimin e videos.",
+ "HeaderSpecialEpisodeInfo": "Informacion mbi Episodin Special",
+ "LabelAirsDuringSeason": "Transmetohet gjatë sezonit",
+ "LabelAirsAfterSeason": "Transmetohet pas sezonit",
+ "LabelAirsBeforeEpisode": "Transmetohet para episodit",
+ "HeaderExternalIds": "Id të jashtme",
+ "HeaderDisplaySettings": "Parametrat e Ekranit",
+ "PlaylistOrder": "Renditja e Playlistës",
+ "CollectionOrder": "Renditja e Koleksionit",
+ "LabelDisplayOrder": "Renditja në ekran",
+ "LabelFileOrder": "Renditja e skedarëve",
+ "Display": "Ekrani",
+ "Countries": "Shtetet",
+ "Genres": "Zhanra",
+ "Studios": "Studiot kinematografike",
+ "Tags": "Etiketat",
+ "Links": "Lidhjet",
+ "Movie": "Film",
+ "Program": "Programi",
+ "Channel": "Kanali",
+ "Episode": "Episodi",
+ "Season": "Sezoni",
+ "HeaderMetadataSettings": "Cilësimet e Metadatave",
+ "People": "Personat",
+ "Number": "Numri",
+ "Lock": "Kyç",
+ "HeaderScreenLocked": "Ekran i Kyçur",
+ "HeaderUnlockControls": "Çkyç Komandat",
+ "HeaderTapToUnlock": "Trokit për të Çkyçur",
+ "LabelMetadataDownloadLanguage": "Gjuha e preferuar për shkarkimin e metadatave",
+ "LabelImageDownloadLanguage": "Gjuha e preferuar për shkarkimin e imazheve",
+ "LabelLockItemToPreventChanges": "Kyçe këtë artikull për të parandaluar modifikime të mëtejshme",
+ "LockThisField": "Kyçe këtë fushë për të parandaluar modifikime të mëtejshme kur rifreskon metadatat",
+ "MessageLeaveEmptyToInherit": "Lëre bosh për të trashëguar cilësimet nga një element i të njëjtës familje , ose vlerën e parazgjedhur globale.",
+ "LabelCountry": "Shteti",
+ "LabelCertificationCountry": "Shteti i çertifikimit",
+ "CertificationCountryHelp": "Kjo do të ndikojë mbi sistemin e klasifikimit që do të përdoret.",
+ "LabelDynamicExternalId": "{0} Id",
+ "LabelBirthYear": "Viti i lindjes",
+ "LabelBirthDate": "Data e lindjes",
+ "LabelDeathDate": "Data e vdekjes",
+ "LabelEndDate": "Data e përfundimit",
+ "LabelSeasonNumber": "Numri i sezonit",
+ "LabelEpisodeNumber": "Numri i episodit",
+ "LabelTrackNumber": "Numri i këngës",
+ "LabelNumber": "Numri",
+ "LabelDiscNumber": "Numri i diskut",
+ "LabelParentNumber": "Numri prind",
+ "SortName": "Titulli i Renditjes",
+ "OriginalTitle": "Titulli Origjinal",
+ "ReleaseDate": "Data e Publikimit",
+ "Continuing": "Në vazhdim",
+ "Ended": "E Përfunduar",
+ "HeaderEnabledFields": "Fushat e Aktivizuara",
+ "HeaderEnabledFieldsHelp": "Hiqe zgjedhjen nga një fushë për ta kyçur dhe për të bllokuar modifikimin e të dhënave të saj.",
+ "Backdrops": "Sfonde",
+ "Images": "Imazhe",
+ "Runtime": "Kohëzgjatja",
+ "ProductionLocations": "Vendndodhjet e produksionit",
+ "BirthLocation": "Vendndodhja e lindjes",
+ "ParentalRating": "Klasifikimi prindëror",
+ "PlayCount": "Numri i riprodhimeve",
+ "Name": "Emri",
+ "Overview": "Përmbledhje",
+ "LabelType": "Lloji",
+ "LabelPersonRole": "Roli",
+ "LabelPersonRoleHelp": "Shembull: Shofer furgoni akulloresh",
+ "Actor": "Aktori",
+ "Composers": "Kompozitorët",
+ "Composer": "Kompozitori",
+ "Director": "Regjizori",
+ "GuestStar": "Guest star",
+ "Producer": "Producent",
+ "Writer": "Skenaristi",
+ "MessageNoSyncJobsFound": "Nuk u gjetën shkarkime. Filloni shkarkimet duke përdorur butonat Shkarko që gjenden përmes aplikacionit.",
+ "MessageNoDownloadsFound": "Nuk ka shkarkime offline. Shkarko median tënde për përdorim offline duke klikuar Shkarko përmes aplikacionit.",
+ "InstallingPackage": "Po instalon {0}",
+ "PackageInstallCompleted": "Instalimi i {0} u kompletua.",
+ "PackageInstallFailed": "Instalimi i {0} dështoi.",
+ "PackageInstallCancelled": "Instalimi i {0} u anullua.",
+ "SeriesYearToPresent": "{0} - Aktualisht",
+ "OneDevice": "1 Pajisje",
+ "DeviceCountValue": "{0} Pajisjet",
+ "OneLog": "1 Regjistër",
+ "LogCountValue": "{0} Regjistra",
+ "OneVote": "1 Votë",
+ "VoteCountValue": "{0} Vota",
+ "OneLike": "1 Pëlqim",
+ "LikeCountValue": "{0} Pëlqime",
+ "OneUser": "1 Përdorues",
+ "UserCountValue": "{0} Përdoruesa",
+ "OneLibrary": "1 Bibliotekë",
+ "LibraryCountValue": "{0} Biblioteka",
+ "ValueOneItem": "1 Artikull",
+ "ValueOneEpisode": "1 episod",
+ "ValueEpisodeCount": "{0} episode",
+ "Albums": "Albume",
+ "Song": "Këngë",
+ "Songs": "Këngë",
+ "Authors": "Autorë",
+ "Books": "Libra",
+ "AudioBooks": "Libra audio",
+ "HeaderAudioBooks": "Libra Audio",
+ "HeaderAudioBook": "Libër Audio",
+ "HeaderIdentifyItemHelp": "Fut një apo më shumë kritere kërkimi. Hiq kritere për të shtuar rezultatet e kërkimit.",
+ "PleaseEnterNameOrId": "Të lutem fut një emër ose një Id të jashtëm.",
+ "MessageItemSaved": "Artikulli u ruajt.",
+ "SearchResults": "Rezultatet e Kërkimit",
+ "ServerNameIsRestarting": "Emby Server - {0} po riniset.",
+ "ServerNameIsShuttingDown": "Emby Server - {0} po fiket.",
+ "HeaderDeleteItems": "Fshij artikujt",
+ "ConfirmDeleteItems": "Fshirja e këtyre artikujve do ti fshijë si nga sistemi edhe nga biblioteka juaj mediatike.",
+ "PleaseRestartServerName": "Të Lutem Rinise Emby Server në {0}",
+ "ConvertingDots": "Po konverton…",
+ "LabelSyncNoTargetsHelp": "Mesa duket aktualisht nuk ke asnjë hap që suporton shkarkimin offline.",
+ "DownloadingDots": "Duke Shkarkuar…",
+ "LearnMore": "Mëso më shumë",
+ "LabelBitrateMbps": "Bitrate (Mbps)",
+ "ConvertUnwatchedVideosOnly": "Konverto vetëm videot e pa riprodhuara",
+ "SyncUnwatchedVideosOnly": "Shkarko vetëm videot e pa riprodhuara",
+ "ConvertUnwatchedVideosOnlyHelp": "Vetëm videot e pa shënuara si të riprodhuara komplet do të konvertohen.",
+ "SyncUnwatchedVideosOnlyHelp": "Vetëm videot e pa shënuara si të riprodhuara komplet do të shkarkohen, dhe videot do të hiqen nga pajisja pas riprodhimit komplet.",
+ "AutomaticallySyncNewContent": "Shkarko automatikisht përmbajtje të reja",
+ "AutomaticallySyncNewContentHelp": "Përmbajtja e re e shtuar në këtë dosje do të konvertohet automatikisht.",
+ "AutomaticallyConvertNewContent": "Konverto automatikisht përmbajtjen e re",
+ "AutomaticallyConvertNewContentHelp": "Përmbajtja e re e shtuar në këtë dosje do të konvertohet automatikisht.",
+ "LabelItemLimit": "Limiti i artikujve",
+ "ConvertItemLimitHelp": "Opsionale. Vendos një limit për numrin e artikujve që do të konvertohen.",
+ "DownloadItemLimitHelp": "Opsionale. Vendos një limit për numrin e artikujve që do të shkarkohen.",
+ "PleaseSelectDeviceToSyncTo": "Të lutem zgjidh një pajisje ku të shkarkosh.",
+ "Screenshots": "Screenshote",
+ "MoveRight": "Lëviz djathtas",
+ "MoveLeft": "Lëviz majtas",
+ "HeaderUploadNewImage": "Ngarko Imazh të Ri",
+ "HeaderDeleteImage": "Fshi Imazhin",
+ "ConfirmDeleteImage": "Fshi imazhin?",
+ "HeaderEditImages": "Redakto Imazhet",
+ "Settings": "Parametrat",
+ "ShowIndicatorsFor": "Shfaq Indikatorët",
+ "Episodes": "Episode",
+ "Programs": "Programe",
+ "HeaderCastCrew": "Aktorët & Trupa",
+ "DvrSubscriptionRequired": "Emby Live Tv & DVR kërkon një {0}abonim Emby Premiere{1} aktiv.",
+ "HeaderCancelRecording": "Anullo Regjistrimin",
+ "HeaderKeepRecording": "Mbaj Regjistrimin",
+ "HeaderCancelSeries": "Ndërprit serialin",
+ "HeaderKeepSeries": "Mbaj Serialin",
+ "HeaderLearnMore": "Mëso më Shumë",
+ "SeriesSettings": "Parametrat e Serialit",
+ "HeaderRecordingOptions": "Opsione Regjistrimi",
+ "HeaderDoNotRecord": "Mos regjistro",
+ "HeaderSeriesOptions": "Opsionet e serialeve",
+ "Layout": "Struktura",
+ "Channels": "Kanale",
+ "ChannelNameOnly": "Vetëm kanali {0}",
+ "Anytime": "Në çdo kohë",
+ "AnyLanguage": "Në çdo gjuhë",
+ "AroundTime": "Rreth {0}",
+ "HeaderLatestMovies": "Filmat më të Fundit",
+ "All": "Të gjithë/a",
+ "Stop": "Ndalo",
+ "AllChannels": "Gjithë kanalet",
+ "NewEpisodesOnly": "Vetëm episode të reja",
+ "AllEpisodes": "Gjithë episodet",
+ "LabelStartWhenPossible": "Fillo kur është e mundur",
+ "LabelStopWhenPossible": "Ndalo kur është e mundur",
+ "MinutesBefore": "minuta para",
+ "MinutesAfter": "minuta pas",
+ "SkipEpisodesAlreadyInMyLibrary": "Mos regjistro episodet që gjenden në bibliotekën time",
+ "SkipEpisodesAlreadyInMyLibraryHelp": "Episodet do të krahasohen duke përdorur numrat e sezoneve dhe episodeve, nëse të pranishëm.",
+ "LabelKeepUpTo": "Vazhdo deri tek",
+ "AsManyAsPossible": "Sa më shumë të jetë e mundur",
+ "DefaultErrorMessage": "Pati një gabim në përpunimin e kërkesës. Të lutem provo përsëri më vonë.",
+ "UntilIDelete": "Derisa ta fshij",
+ "UntilSpaceNeeded": "Derisa të nevojitet hapësira",
+ "Categories": "Kategori",
+ "Sports": "Sporte",
+ "News": "Lajme",
+ "Movies": "Filma",
+ "Music": "Muzikë",
+ "Kids": "Fëmijë",
+ "MoreFromValue": "Më shumë nga {0}",
+ "DiedValue": "Vdiq: {0}",
+ "BornValue": "Lindi: {0}",
+ "EnableColorCodedBackgrounds": "Apliko sfonde të ngjyrosura serialeve, sipas kategorisë të tyre",
+ "SortChannelsBy": "Rendit kanalet sipas",
+ "ChannelNumber": "Numri i kanalit",
+ "HeaderBenefitsEmbyPremiere": "Përfitimet nga Emby Premiere",
+ "ThankYouForTryingEnjoyOneMinute": "Shijo një minutë riprodhimi. Faleminderit që provove Emby.",
+ "HeaderTryPlayback": "Provo Riprodhimin",
+ "HowDidYouPay": "Si pagove?",
+ "IHaveEmbyPremiere": "Kam Emby Premiere",
+ "IPurchasedThisApp": "E bleva këtë app",
+ "ButtonRestorePreviousPurchase": "Rivendos Blerjen",
+ "ButtonUnlockWithPurchase": "Çkyç me Blerje",
+ "ButtonUnlockPrice": "Çkyç {0}",
+ "EmbyPremiereMonthlyWithPrice": "Emby Premiere Mujor {0}",
+ "HeaderAlreadyPaid": "E Ke Paguar?",
+ "ButtonPlayOneMinute": "Riprodho Një Minutë",
+ "PlaceFavoriteChannelsAtBeginning": "Vendos kanalet e preferuara në fillim",
+ "HeaderUnlockFeature": "Çkyç Funksionin",
+ "MessageDidYouKnowCinemaMode": "E dije se me Emby Premiere, mund të zgjerosh eksperiencën tënde me karakteristika të veçanta si Cinema Intros?",
+ "HeaderPlayMyMedia": "Riprodho Median time",
+ "HeaderDiscoverEmbyPremiere": "Zbulo Emby Premiere",
+ "HeaderNowPlaying": "Në Riprodhim",
+ "Items": "Artikuj",
+ "AppName": "Emri i Aplikacionit",
+ "OneChannel": "Një kanal",
+ "ConfirmRemoveDownload": "Hiq shkarkimin?",
+ "ConfirmRemoveItem": "T’a heq artikullin?",
+ "RemoveDownload": "Elimino Shkarkimin",
+ "ConfirmCancelConversion": "Ta anulloj konvertimin?",
+ "CancelConversion": "Anullo Konvertimin",
+ "KeepDownload": "Mbaj shkarkimin",
+ "AddedOnValue": "Shtuar {0}",
+ "RemovingFromDevice": "Duke hequr nga pajisja",
+ "KeepOnDevice": "Mbaj në pajisje",
+ "CancelDownload": "Anullo shkarkimin",
+ "SyncJobItemStatusReadyToTransfer": "Gati për t’u Transferuar",
+ "SyncJobItemStatusSyncedMarkForRemoval": "Duke hequr nga pajisja",
+ "SyncJobItemStatusQueued": "Në rradhë",
+ "SyncJobItemStatusConverting": "Duke konvertuar",
+ "SyncJobItemStatusTransferring": "Duke transferuar",
+ "SyncJobItemStatusSynced": "Shkarkuar",
+ "Failed": "Dështuar",
+ "SyncJobItemStatusRemovedFromDevice": "Hequr nga pajisja",
+ "Cancelled": "Fshirë",
+ "Retry": "Riprovo",
+ "Continue": "Vazhdo",
+ "ContinueInSecondsValue": "Vazhdo në {0} sekonda.",
+ "HeaderRemoteControl": "Kontroll në Distancë",
+ "Disconnect": "Shkëput",
+ "EnableDisplayMirroring": "Aktivizo pasqyrimin e ekranit",
+ "RemoteAccess": "Akses në Distancë",
+ "HeaderPlayOn": "Riprodho Në",
+ "Quality": "Cilësi",
+ "Auto": "Auto",
+ "AndroidUnlockRestoreHelp": "Për të rivendosur blerjen e mëparshme, sigurohu që ke hyrë në pajisje me të njëjtën llogari Google (ose Amazon) që përdore për të kryer blerjen. Sigurohu që dyqani i app-eve është i aktivizuar, i pakufizuar nga kontrollet prindërore dhe lidhja e internetit është aktive. Mjafton ta bëni vetëm një herë për të rivendosur blerjen.",
+ "HeaderAspectRatio": "Raporti i Pamjes",
+ "Original": "Origjinal",
+ "Fill": "Mbush",
+ "Cover": "Kopertinë",
+ "MessageNoServersAvailableToConnect": "Nuk ka servera ku të lidhesh. Nëse je ftuar për të ndarë një server, sigurohu ta pranosh më poshtë ose duke klikuar linkun në email.",
+ "MessagePlayAccessRestricted": "Riprodhimi i kësaj përmbajtjeje është aktualisht i kufizuar. Të lutem kontakto administratorin e Emby Server për më shumë informacion.",
+ "Accept": "Prano",
+ "Reject": "Kundërshto",
+ "Connect": "Lidhu",
+ "HeaderMyMedia": "Media Ime",
+ "HeaderMyMediaSmall": "Media Ime (i vogël)",
+ "LatestFromLibrary": "{0} më të fundit",
+ "HeaderLatestEpisodes": "Episodet më të Fundit",
+ "ContinuePlaying": "Vazhdo riprodhimin",
+ "ContinueWatching": "Vazhdo shikimin",
+ "HeaderLatestChannelMedia": "Artikujt e Kanaleve më të Reja",
+ "HeaderContinueWatching": "Vazhdo Shikimin",
+ "HeaderContinueListening": "Vazhdo Dëgjimin",
+ "HeaderActiveRecordings": "Regjistrime Aktive",
+ "HeaderLatestRecordings": "Regjistrimet më të Fundit",
+ "LabelConvertTo": "Konverto në",
+ "LabelDownloadTo": "Shkarko në",
+ "HeaderDownloadToDots": "Shkarko në…",
+ "Next": "Vijues",
+ "LabelSource": "Burimi",
+ "VersionNumber": "Version {0}",
+ "HeaderAllLanguages": "Të Gjitha Gjuhët",
+ "Previous": "I mëparshëm",
+ "HeaderNextUp": "Në Vijim",
+ "HeaderPlayNextUp": "Riprodho Vijuesin",
+ "HeaderLatestFrom": "Më të fundit nga {0}",
+ "LabelHomeScreenSectionValue": "Seksioni {0} i ekranit bazë",
+ "PasswordResetComplete": "Fjalëkalimi u rivendos.",
+ "PasswordSaved": "Fjalëkalimi u ruajt.",
+ "SettingsSaved": "Parametrat u ruajtën.",
+ "Upcoming": "I ardhshëm",
+ "HeaderSelectImageFile": "Zgjidh File-in e Imazhit",
+ "None": "Asnjë",
+ "More": "Më shumë",
+ "Up": "Lart",
+ "Down": "Poshtë",
+ "Home": "Home",
+ "Back": "Mbrapa",
+ "Random": "I Rastit",
+ "Playback": "Riprodhim",
+ "Favorites": "Të preferuara",
+ "HeaderHomeScreen": "Ekrani Bazë",
+ "HeaderLatestChannelItems": "Artikujt e Kanaleve më të Reja",
+ "HeaderLibraryOrder": "Renditja e Bibliotekës",
+ "HeaderOnNow": "Në Transmetim Tani",
+ "HeaderForKids": "Për Fëmijë",
+ "HeaderPlaybackError": "Gabim Riprodhimi",
+ "PlaybackErrorNotAllowed": "Je aktualisht i paautorizuar për të riprodhuar këtë përmbajtje. Të lutem kontakto administratorin e sistemit tënd për detaje.",
+ "RateLimitExceeded": "Llogaria jote ka tejkaluar limitin maksimal për streaming të vendosur nga administratori yt i Emby Server. Të lutem kontakto atë për asistencë.",
+ "PlaybackErrorNoCompatibleStream": "Aktualisht nuk gjenden rryma të pajtueshme. Të lutem provo përsëri më vonë ose kontakto administratorin e sistemit tënd për detaje.",
+ "PlaybackErrorPlaceHolder": "Të lutem fute diskun për të riprodhuar këtë video.",
+ "PlaybackErrorNoPlayableItems": "Nuk u gjetën artikuj të riprodhueshëm. Po përpiqesh të riprodhosh një dosje bosh?",
+ "Guide": "Udhëzues",
+ "Games": "Lojra",
+ "GameSystem": "Sistem Loje",
+ "Suggestions": "Sugjerime",
+ "HeaderFavoriteChannels": "Kanale të Preferuara",
+ "HeaderFavoriteCollections": "Koleksione të Preferuara",
+ "HeaderFavoritePlaylists": "Playlist-at e Preferuara",
+ "Collection": "Koleksion",
+ "Collections": "Koleksione",
+ "LabelSelectFolderGroups": "Bashko automatikisht përmbajtjen nga dosjet e mëtejshme në grupe si Filma, Muzikë dhe TV:",
+ "LabelSelectFolderGroupsHelp": "Dosjet e pa zgjedhura do të shfaqen automatikisht në grupe të krijuara prej tyre.",
+ "Mute": "Pa zë",
+ "Unmute": "Rikthe zërin",
+ "Folder": "Dosja",
+ "Folders": "Dosjet",
+ "FileName": "Emri i File-it",
+ "DisplayInOtherHomeScreenSections": "Shfaq në ekranin bazë sekondar seksione si mediat më të fundit dhe vazhdo shikimin",
+ "DisplayInMyMedia": "Shfaq në ekranin bazë",
+ "Shows": "Shfaqje",
+ "MoviesAndShows": "Filma & Seriale",
+ "HeaderMusicVideo": "Video Muzikore",
+ "HeaderMusicVideos": "Video Muzikore",
+ "MusicVideos": "Video muzikore",
+ "Videos": "Video",
+ "MixedContent": "Përmbajtje e përzjerë",
+ "HomeVideos": "Video shtëpiake",
+ "HomeVideosAndPhotos": "Video & foto shtëpiake",
+ "TVShows": "Seriale TV",
+ "HeaderLibraryFolders": "Dosjet e Bibliotekës",
+ "HeaderTermsOfPurchase": "Kushtet e Blerjes",
+ "PrivacyPolicy": "Rregullorja e privatësisë",
+ "TermsOfUse": "Kushtet e Përdorimit",
+ "HeaderRepeatMode": "Mënyra e përsëritjes",
+ "HeaderToneMapping": "Tone Mapping",
+ "RepeatOne": "Përsërit një",
+ "RepeatAll": "Përsërit të gjithë",
+ "LabelDefaultScreen": "Ekrani i parazgjedhur",
+ "ConfirmEndPlayerSession": "Dëshironi të fikni Emby në {0}?",
+ "Yesterday": "Dje",
+ "Yes": "Po",
+ "No": "Jo",
+ "HeaderScanLibraryFiles": "Skano Skedarët e Bibliotekës",
+ "LiveTV": "Live TV",
+ "Schedule": "Programim",
+ "Recordings": "Regjistrime",
+ "ScanForNewAndUpdatedFiles": "Skano për skedarë të rinj dhe të përditësuar",
+ "NewVersionOfXAvailableForY": "{0} është i Disponueshëm për {1}",
+ "DirectStreamHelp1": "Media është e pajtueshme me pajisjen përsa i përket rezolucionit dhe llojit të medias (H.264, AC3, etj.), por gjendet brenda një kontejneri të pa pajtueshëm (.mkv, .avi, .mkv, etj.). Videoja do të ripaketohet menjëherë para se të transmetohet tek pajisja.",
+ "DirectStreamHelp2": "Streaming direkt i një file përdor shumë pak fuqi për përpunimin dhe pa patur humbje në cilësinë video.",
+ "MediaIsBeingConverted": "Media po konvertohet në një format të pajtueshëm me pajisjen që po riprodhon median.",
+ "StatsForNerds": "Statistika për nerda",
+ "HeaderHardwareAcceleratedDecoding": "Dekodim me Përshpejtim Hardware",
+ "HeaderHardwareAcceleratedEncoding": "Enkodim me Përshpejtim Hardware",
+ "HeaderDirectPlay": "Riprodhim Direkt",
+ "DirectPlaying": "Duke riprodhuar direkt:",
+ "DirectStreaming": "Streaming direkt",
+ "Transcode": "Transkodo",
+ "Transcoding": "Duke transkoduar",
+ "ContainerBitrateExceedsLimit": "Duke reduktuar bitrate-in për shkak të parametrit të cilësisë",
+ "VideoCodecNotSupported": "Duke konvertuar videon në një kodek të përputhshëm",
+ "AudioCodecNotSupported": "Duke konvertuar audion në një kodek të përputhshëm",
+ "SubtitleCodecNotSupported": "Duke konvertuar titrat direkt brenda videos",
+ "DirectPlayError": "Duke marrë veten nga gabimi i riprodhimit",
+ "ContainerNotSupported": "Duke konvertuar në një kontejner të përputhshëm",
+ "VideoLevelNotSupported": "Duke konvertuar në një nivel video të përputhshëm",
+ "AudioBitrateNotSupported": "Duke konvertuar në një bitrate audio të përputhshëm",
+ "AudioChannelsNotSupported": "Duke konvertuar në një numër kanalesh audio të përputhshëm",
+ "VideoResolutionNotSupported": "Duke konvertuar në një rezolucion video të përputhshëm",
+ "AudioProfileNotSupported": "Duke konvertuar në një profil audio të përputhshëm",
+ "AudioSampleRateNotSupported": "Duke konvertuar në një sample rate audio të përputhshëm",
+ "AnamorphicVideoNotSupported": "Videoja anamorfike nuk suportohet",
+ "InterlacedVideoNotSupported": "Duke bërë deinterlacing video",
+ "SecondaryAudioNotSupported": "Duke zgjedhur gjurmën audio sekondare",
+ "ExternalAudioNotSupported": "Duke seleksionuar gjurmën e jashtme audio",
+ "ErrorRemovingEmbyConnectAccount": "Pati një gabim në heqjen e e llogarisë Emby Connect. Të lutem sigurohu që ke një lidhje interneti aktive dhe provo përsëri.",
+ "HeaderEmbyAccountRemoved": "Llogaria Emby u Hoq",
+ "MessageEmbyAccontRemoved": "Llogaria Emby është hequr nga ky përdorues.",
+ "HeaderInvitationSent": "Ftesa u Dërgua",
+ "Offline": "Offline",
+ "HeaderSignUp": "Regjistrohu",
+ "ServerDownloadMessage": "Për të shkarkuar dhe instaluar Serverin Emby falas vizito {0}",
+ "ServerDownloadMessageWithoutLink": "Për të shkarkuar dhe instaluar Serverin Emby vizito faqen web të Emby.",
+ "MessageInvitationSentToUser": "Emaili u dërgua tek {0}, që fton të pranojnë kërkesën tënde për bashkë-ndarje.",
+ "MessageInvitationSentToNewUser": "Emaili u dërgua tek {0} që fton të regjistrohen në Emby.",
+ "GuestUserNotFound": "Përdoruesi nuk u gjet. Të lutem sigurohu që emri është i saktë dhe provo përsëri, ose provo të fusësh adresen email të tyre.",
+ "ErrorReachingEmbyConnect": "Pati një gabim në arritjen e serverit Emby Connect. Të lutem sigurohu që ke lidhje interneti aktive dhe provo përsëri.",
+ "ErrorAddingEmbyConnectAccount1": "Pati një gabim në shtimin e llogarisë Emby Connect. E ke krijuar një llogari Emby? Regjistrohu në {0}.",
+ "ErrorAddingEmbyConnectAccount2": "Nëse vazhdon të kesh problem, të lutem dërgona një email në {0} nga adresa email e përdorur me llogarinë Emby.",
+ "ErrorAddingGuestAccount1": "Pati një gabim kur u shtua llogaria Emby Connect. A ka krijuar llogari Emby vizitori yt? Ata mund të regjistrohen tek {0}.",
+ "ErrorAddingGuestAccount2": "Nëse ke akoma problem, të lutem dërgo një email tek {0}, dhe përfshi si adresen tënde email edhe të tyren.",
+ "MessageEmbyAccountAdded": "Llogaria Emby iu shtua këtij përdoruesi.",
+ "MessagePendingEmbyAccountAdded": "Llogaria Emby iu shtua këtij përdoruesi. Një email do t’i dërgohet pronarit të llogarisë. Ftesa duhet të konfirmohet duke klikuar linkun brenda në email.",
+ "HeaderEmbyAccountAdded": "Llogaria Emby u Shtua",
+ "Skip": "Kapërce",
+ "HeaderAdditionalParts": "Pjesë Shtesë",
+ "ButtonGenerateNewPin": "Gjenero Pin të Ri",
+ "ConnectLoginHelp1": "Me Emby Connect mund të aksesosh Emby Server kudo të jesh dhe të bashkë-ndash serverat me familjen dhe miqtë e tu.",
+ "CreatePinErrorMessage": "Pati një gabim kur u krijua kodi pin. Të lutem kliko Gjenero Pin të Ri për të provuar përsëri.",
+ "PinExpiredMessage": "Kodi pin ka skaduar. Të lutem kliko Gjenero Pin të Ri për të provuar përsëri.",
+ "ConnectPinCodeHeader": "Për të hyrë me Emby Connect, përdor një pajisje të lëvizshme (celular, tabletë) ose kompjuter për të vizituar {0} dhe fut këtë kod pin:",
+ "LabelSubtitlePlaybackMode": "Modalitet i titrës",
+ "ErrorDeletingItem": "Pati një gabim në fshirjen e artikullit nga Emby Server. Të lutem kontrollo që Emby Server ka akses shkrimi në dosjen mediatike dhe provo përsëri.",
+ "NoSubtitles": "Nuk ka titra",
+ "Default": "E parazgjedhur",
+ "Absolute": "Absolut",
+ "Smart": "Smart",
+ "Small": "Vogël",
+ "Smaller": "Më i/e vogël",
+ "Medium": "Mesatar/e",
+ "Large": "Madh",
+ "Larger": "Më gjerë",
+ "ExtraLarge": "Shumë i madh",
+ "ExtraSmall": "Shumë i vogël",
+ "Forced": "Forcuar",
+ "External": "I/E Jashtëm",
+ "HeaderEmbeddedTitle": "Titull i Ngulitur",
+ "OnlyForcedSubtitles": "Vetëm titra të forcuara",
+ "AlwaysPlaySubtitles": "Riprodho gjithmonë titrat",
+ "DefaultSubtitlesHelp": "Titrat aktivizohen në bazë të metadatave të ngulitura si të parazgjedhura apo të forcuara. Preferencat e gjuhës konsiderohen vetëm kur më shumë se një gjuhë është në dispozicion.",
+ "SmartSubtitlesHelp": "Titrat që përputhen me gjuhën e preferuar do të ngarkohen kur audio është në një gjuhë të huaj.",
+ "HeaderSubtitleSettings": "Parametrat e Titrave",
+ "HeaderSubtitleAppearance": "Paraqitja e Titrave",
+ "OnlyForcedSubtitlesHelp": "Vetëm titrat e shënuara si të forcuara do të ngarkohen.",
+ "AutoSelectHearingImpairedHelp": "Do të ngarkohen titrat që përputhen me gjuhën e preferuar, me preferencë për titrat e shënuara si SDH (për persona me probleme dëgjimi).",
+ "AlwaysPlaySubtitlesHelp": "Titrat që përputhen me preferencën e gjuhës do të ngarkohen pavarësisht nga gjuha audio.",
+ "NoSubtitlesHelp": "Titrat nuk do të ngarkohen automatikisht. Mund ti ndezësh manualisht gjatë riprodhimit.",
+ "LabelPreferredSubtitleLanguage": "Gjuha e preferuar për titrat",
+ "LabelTextSize": "Përmasa e tekstit",
+ "TheseSettingsAffectSubtitlesOnThisDevice": "Këto parametra ndikojnë titrat në këtë pajisje",
+ "LabelDropShadow": "Hije",
+ "LabelTextBackgroundColor": "Ngjyra e sfondit të tekstit",
+ "LabelWindowBackgroundColor": "Ngjyra e sfondit të tekstit",
+ "LabelFont": "Fonti",
+ "LabelTextColor": "Ngjyra e tekstit",
+ "LabelBackgroundColor": "Ngjyra e sfondit",
+ "LabelBackgroundOpacity": "Transparenca e sfondit",
+ "Raised": "Ngritur",
+ "Depressed": "Ulur",
+ "Uniform": "Uniformë",
+ "DropShadow": "Hije",
+ "SmallCaps": "Shkronja të vogla",
+ "SubtitleAppearanceSettingsDisclaimer": "Këto parametra nuk do ti aplikohen titrave grafike (PGS, DVD, etj.), ose titrave që kanë stilet e tyre të ngulitura (ASS/SSA).",
+ "Normal": "Normal",
+ "HeaderWaitingForWifi": "Duke pritur për Wifi",
+ "WifiRequiredToDownload": "Kërkohet një lidhje Wifi për të vazhduar shkarkimin.",
+ "DownloadOnlyOnWifi": "Shkarko vetëm në Wifi",
+ "LabelMusicDownloadQuality": "Cilësia e shkarkimit të muzikës",
+ "MusicDownloadQualityHelp": "File-t audio me një bitrate më të lartë do të konvertohen nga Emby Server. Zgjidh një vlerë më të lartë për një cilësi më të mirë, ose një vlerë më të ulët për të konservuar hapësire në memorjen lokale.",
+ "HeaderDownloadSettings": "Parametra Shkarkimi",
+ "LabelDownloadLocation": "Vendndodhja e shkarkimit",
+ "BrowseForFolder": "ShfletoPërDosje",
+ "Unlimited": "I pakufizuar",
+ "NoLimit": "Pa limit",
+ "Hide": "Fshih",
+ "HeaderKeepWatching": "Vazhdo Shikimin",
+ "HeaderNextEpisode": "Episodi Vijues",
+ "AudioBitDepthNotSupported": "Duke konvertuar në një thellësi bit audio të përputhshëm",
+ "VideoBitrateNotSupported": "Duke konvertuar në një bitrate video të përshtatshme",
+ "VideoProfileNotSupported": "Duke konvertuar në një profil video të përputhshëm",
+ "VideoFramerateNotSupported": "Duke konvertuar në një framerate video të përputhshëm",
+ "VideoBitDepthNotSupported": "Duke konvertuar në një thellësi bit video të përputhshëm",
+ "RefFramesNotSupported": "Duke konvertuar në një numër reference frame video të përputhshëm",
+ "ErrorConnectServerUnreachable": "Pati një gabim në kryerjen e veprimit të kërkuar. Serveri yt është i pa aftë të kontaktojë serverin tonë Emby Connect në {0}. Të lutem sigurohu që serveri yt ka një lidhje aktive interneti dhe që komunikimet nuk po bllokohen nga firewall-i yt apo software-i i sigurisë i instaluar.",
+ "HeaderStopRecording": "Ndal Regjistrimin",
+ "ManageRecording": "Menaxho regjistrimin",
+ "LabelDropImageHere": "Rrëshkit dhe lësho imazhin këtu, ose kliko për të zgjedhur një imazh për të ngarkuar.",
+ "MessageFileReadError": "Pati një gabim kur u lexua ky file. Të lutem provo përsëri.",
+ "Browse": "Shfleto",
+ "HeaderUploadImage": "Ngarko Imazh",
+ "HeaderAddUpdateImage": "Shto/Përditëso Imazh",
+ "HeaderShowFields": "Shfaq Fushat",
+ "LabelView": "Pamja",
+ "LabelImageType": "Lloji i imazhit",
+ "Upload": "Ngarko",
+ "Primary": "Primar",
+ "PrimaryImageBlur": "Turbullim i imazhit primar",
+ "Art": "Grafika",
+ "Backdrop": "Sfond",
+ "Banner": "Banderolë",
+ "Box": "Kuti",
+ "BoxRear": "Kuti (mbrapa)",
+ "Disc": "Disk",
+ "Logo": "Logo",
+ "LogoDark": "Logo (Version i Errët)",
+ "LogoLight": "Logo (Version i Qartë)",
+ "LogoLightColor": "Logo (E Qartë me Ngjyrë)",
+ "Menu": "Menu",
+ "Screenshot": "Screenshot",
+ "Thumb": "Miniaturë",
+ "HeaderAudioSettings": "Parametrat Audio",
+ "LabelAudioLanguagePreference": "Gjuha audio e preferuar",
+ "LabelPlayDefaultAudioTrack": "Riprodho gjurmën audio e parazgjedhur pavarësisht nga gjuha",
+ "HeaderVideoQuality": "Cilësia Video",
+ "CinemaModeConfigurationHelp": "Cinema Intros sjell eksperiencën e vërtetë të kinemasë direkt në sallonin tënd me trailer dhe prezantime të posaçme para projektimit të filmit.",
+ "ShowUpNextPreview": "Shfaq përmbledhjen e vijuesit",
+ "ShowUpNextPreviewHelp": "Shfaq informacion mbi artikullin vijues afër fundit të aktualit.",
+ "PlayNextEpisodeAutomatically": "Riprodho episodin vijues automatikisht",
+ "LabelMaxChromecastBitrate": "Cilësia streaming për Chromecast",
+ "LabelSkipBackLength": "Kohëzgjatja e Kapërce mbrapa",
+ "LabelSkipForwardLength": "Kohëzgjatja e Kapërce para",
+ "EnableCinemaMode": "Aktivizo Cinema Intros",
+ "LabelInternetQuality": "Cilësia streaming në distancë",
+ "LabelCellularQuality": "Cilësia streaming në distancë (celular)",
+ "HeaderMusicQuality": "Cilësi e Muzikës",
+ "LabelHomeNetworkQuality": "Cilësia streaming e rrjetit shtëpiak",
+ "HeaderLatestMedia": "Media më e Fundit",
+ "HeaderRestartingEmbyServer": "Duke Rinisur Emby Server",
+ "RestartPleaseWaitMessage": "Të lutem prit ndërsa Emby Server fiket dhe rinis. Mund të zgjasë një minutë apo dy.",
+ "HeaderPlayNext": "Riprodho Vijues",
+ "AutoBasedOnLanguageSetting": "Auto (bazuar në parametrin e pajisjes)",
+ "SameAsMainTheme": "E njëjtë me motivin kryesor",
+ "LabelDateTimeLocale": "Data koha lokale",
+ "Genre": "Zhanri",
+ "DirectorValue": "Regjizor: {0}",
+ "DirectorsValue": "Regjizorë: {0}",
+ "GenreValue": "Zhanri: {0}",
+ "GenresValue": "Zhanra: {0}",
+ "TagsValue": "Etiketa: {0}",
+ "Off": "Fikur",
+ "Title": "Titull",
+ "Year": "Vit",
+ "Filter": "Filtër",
+ "Filters": "Filtra",
+ "Unplayed": "Pa riprodhuar",
+ "LabelTVHomeScreen": "Ekrani bazë i modalitetit TV",
+ "Horizontal": "Horizontal",
+ "Vertical": "Vertikal",
+ "HeaderGroupBy": "Grupo Sipas",
+ "HeaderMediaType": "Lloji i Medias",
+ "GroupBySeries": "Grupo sipas serialit",
+ "HeaderVideoType": "Lloji i Videos",
+ "HeaderSeriesStatus": "Statusi i Serialit",
+ "Features": "Karakteristika",
+ "Trailers": "Trailer",
+ "Extras": "Ekstra",
+ "ThemeSongs": "Sigla",
+ "ThemeVideos": "Sigla video",
+ "HeaderFavoriteMovies": "Filma të Preferuar",
+ "HeaderFavoritePhotos": "Foto të Preferuara",
+ "HeaderFavoriteShows": "Shfaqje të Preferuara",
+ "HeaderFavoriteEpisodes": "Episode të Preferuara",
+ "HeaderFavoriteVideos": "Videot e Preferuara",
+ "HeaderFavoriteMusicVideos": "Videot Muzikore Të Preferuara",
+ "HeaderFavoriteGames": "Lojërat e Preferuara",
+ "HeaderFavoriteArtists": "Artistë të Preferuar",
+ "HeaderFavoriteAlbums": "Albume të Preferuar",
+ "HeaderFavoriteSongs": "Këngë të Preferuara",
+ "HeaderFavoriteAuthors": "Autorë të Preferuar",
+ "HeaderFavoriteAudioBooks": "Libra Audio të Preferuar",
+ "Ascending": "Në ngjitje",
+ "Descending": "Në zbritje",
+ "HeaderColorPrimaries": "Primarët e Ngjyrave",
+ "HeaderColorSpace": "Hapësira e Ngjyrës",
+ "HeaderColorTransfer": "Transferimi i Ngjyrës",
+ "HeaderVideoRange": "Range Video",
+ "SeriesDisplayOrderHelp": "Rendit episodet sipas datës së transmetimit, renditjes në dvd, ose numërimit absolut.",
+ "LabelVerticalPositionFromBottom": "Pozicioni vertikal (nga fundi)",
+ "HeaderFavoritePeople": "Njerëz të Preferuar",
+ "MultiSelect": "Zgjedhje e shumëfishtë",
+ "HeaderSignOut": "Dil",
+ "HeaderSelectServer": "Zgjidh Serverin",
+ "HeaderChangeServer": "Ndërro Serverin",
+ "HeaderChangeUser": "Ndërro Përdoruesin",
+ "HeaderAppSettings": "Parametrat e Aplikacionit",
+ "HeaderLoginSettings": "Parametrat e Lidhjes",
+ "LabelRememberLogin": "Kujto lidhjen",
+ "LabelAutomaticallySignOut": "Dil automatikisht",
+ "BetaTesterMessage": "Faleminderit që je një testues beta i Emby! Të lutem lër feedback në {0} Testing Area of the Emby Community{1}.",
+ "HardwareAccelerated": "Hardware-i u përshpejtua",
+ "Software": "Software",
+ "Metadata": "Metadata",
+ "HeaderMediaInfo": "Informacion mbi Median",
+ "Locked": "Kyçur",
+ "HeaderSplitVersionsApart": "Ndaj Versionet",
+ "Any": "Çfarëdo",
+ "Admin": "Admin",
+ "HeaderReadMore": "Lexo më Shumë",
+ "CustomRatingHelp": "Një klasifikim i personalizuar përdoret për vlerësimet e kontrollit prindëror por nuk shfaqet. Fusha e klasifikimit prindëror shfaqet akoma.",
+ "KeepUpToHelp": "Regjistrimet mbi limit fshihen kur regjistrimi vijues fillon. Regjistrimet më të vjetra fshihen më parë, sipas datës kur janë shtuar.",
+ "NoItemsMatchingFound": "Nuk u gjendën artikuj që përputhen me kriteret e kërkimit tënd.",
+ "TwoSearchCharsRequired": "Të lutem fut të paktën dy shkronja për kërkim.",
+ "PreventPlaybackContinuing": "Parandalo që riprodhimi të vazhdojë pafundësisht duke kërkuar veprim periodik nga përdoruesi.",
+ "PromptStillWatching": "Aktivizo komandën ‘Po Shikon Akoma?’",
+ "HeaderMissingMetadata": "Metadata Munguese",
+ "HeaderIncludedIn": "Përfshirë Në",
+ "EmbyConnectUserAlreadyLinked": "Emri i Përdoruesit Emby Connect i përket një përdoruesi tjetër në këtë server.",
+ "VideoFilesWillBeConvertedTo": "Videot e konvertuara do të ruhen si {0}.",
+ "VideoWillBeConvertedTo": "Rrymat video do të konvertohen në{0}, ose do të kopjohen nga file-i origjinal nëse rezultojnë {0} dhe cilësia përputhet me opsionet e konvertimit.",
+ "VideoWillBeConvertedToOrCopied": "Rrymat video do të konvertohen në {0}, ose do të kopjohen nga file-i origjinal nëse ka ndonjë prej{1}, dhe cilësia përputhet me opsionet e konvertimit.",
+ "AudioWillBeConvertedTo": "Rrymat audio do të konvertohen në {0}, ose do të kopjohen nga file-i origjinal nëse rezultojnë {0}, dhe cilësia përputhet me opsionet e konvertimit.",
+ "AudioWillBeConvertedToOrCopied": "Rrymat audio do të konvertohen në {0}, ose do të kopjohen nga file-i origjinal nëse ka ndonjë prej{1}, dhe cilësia përputhet me opsionet e konvertimit.",
+ "HeaderSpecialKeys": "Çelësa Specialë",
+ "FollowingSpecialKeys": "Çelësat specialë të mëtejshëm suportohen në shumicën e tastierave dhe telekomandave:",
+ "HeaderDeleteSeries": "Fshi Serialin",
+ "HeaderDeleteLastPlayedEpisode": "Fshi Episodin e Riprodhuar së Fundi",
+ "HeaderConnectingToServer": "Duke u Lidhur me Serverin",
+ "ServerNameValue": "Emri i Serverit: {0}",
+ "DomainValue": "Domen: {0}",
+ "RatedValue": "Klasifikuar {0}",
+ "LocalServerRedirectMessage": "Do të drejtohesh tek domeni nën pronësinë dhe veprimin e administratorit të serverit që ke zgjedhur të lidhesh:",
+ "AllMediaOwnedHosted": "E gjithë media është e akomoduar dhe e menaxhuar nga pronari i {0}.",
+ "EnableResolutionSwitching": "Përputh rezolucionin video",
+ "EnableResolutionSwitchingHelp": "Kjo aftëson Emby-n të ndryshojë rezolucionin në vlerën e njëjtë që videoja ishte enkoduar para se të fillonte riprodhimi. Kjo mund të ndihmojë me minimizimin e shkëputjeve/dridhjeve që mund shikoni kur riprodhoni video që nuk përputhen mirë.",
+ "EnableDisplayRefreshRateSwitching": "Aktivizo ndërrimin e refresh rate-it të ekranit",
+ "EnableDisplayRefreshRateSwitchingHelp": "Kjo aftëson Emby-n që të ndryshojë refresh rate-in e ekranit në të njëjtën vlerë (ose shumë vlerash) me framerate-in që ishte enkoduar videoja para se të fillonte riprodhimi. Kjo mund të minimizojë sasinë e dridhjes/shkëputjeve që përndryshe mund të shikosh kur riprodhon video të cilat nuk përputhen mirë.",
+ "RememberSelectedAudioTracks": "Kujto zgjedhjet e gjurmës audio",
+ "RememberSelectedSubtitleTracks": "Kujto zgjedhjet e gjurmës së titrave",
+ "RememberSelectedSubtitleTracksHelp": "Zgjedhjet e gjurmës së titrave do të kujtohen për një video në veçanti dhe do të ri aplikohen kur do të riprodhohet e njëjta video përsëri.",
+ "RememberSelectedAudioTracksHelp": "Zgjedhjet e gjurmës audio do të kujtohen për një video në veçanti dhe do të ri aplikohen kur do të riprodhohet e njëjta video përsëri.",
+ "ClearSavedTrackSelections": "Pastro zgjedhjet e gjurmëve audio/titra të ruajtura",
+ "HeaderClearTrackSelections": "Pastro Zgjedhjet e Gjurmëve Audio/Titra të Ruajtura",
+ "QuestionClearSavedTracks": "Pastro të gjitha zgjedhjet e gjurmëve audio/titra?",
+ "LabelChannelTags": "Etiketat e kanaleve",
+ "AfterThisPlaysConfirmation": "Pas riprodhimit të kësaj, do të vazhdosh riprodhimin apo të pastrosh muzikën që vendose më parë në rradhë?",
+ "Keep": "Mbaj",
+ "Clear": "Pastro",
+ "HeaderClearFilters": "Pastro Filtrat",
+ "HeaderSearchForImages": "Kërko për Imazhe",
+ "HeaderSearchNewImage": "Kërko për një Imazh të Ri",
+ "HeaderSearchForAnImage": "Kërko për një Imazh",
+ "DragDropToReorder": "Rrëshkit dhe Lësho për të Ri Renditur",
+ "HeaderAddImageFromUrl": "Shto Imazh nga URL",
+ "HeaderSetImageFromUrl": "Vendos Imazh nga URL",
+ "LabelUrl": "Url",
+ "LabelChannelNumber": "Numri i kanalit",
+ "LabelGuideDataChannel": "Kanali i të dhënave të Guidës",
+ "GuideDataSource": "Burimi i të Dhënave të Guidës",
+ "HeaderCopyToClipboard": "Kopjo në Clipboard",
+ "TimeRemainingValue": "Mbeten {0}",
+ "LabelResumeRewindSeconds": "Kur e rinis, kthehu mbrapa automatikisht",
+ "ResumeRewindSecondsHelp": "Kjo mund të të ndihmojë të kujtosh ku ke ngelur. Kjo i aplikohet rifillimit fillestar dhe jo çdo pauze individuale gjatë riprodhimit.",
+ "HeaderSavePlayQueueToPlaylist": "Ruaj Rradhën e Riprodhimit në Playlist",
+ "EnableLogoImagesAsTitle": "Shfaq imazhet e logove si tituj në ekranet e detajeve",
+ "EnableLogoImagesAsTitleHelp": "Kur disponohen, imazhet e logove mund të përdoren në vend të titullit me tekst në video, seriale dhe ekranet e tjera të detajeve. Titulli do të shkruhet në tekst kur imazhi i logos nuk është i disponueshëm.",
+ "LabelNowPlayingAudioBackgroundStyle": "Stili i sfondit kur riprodhohet audio",
+ "LabelNowPlayingVideoBackgroundStyle": "Stili i sfondit kur riprodhohet video",
+ "NowPlayingVideoBackgroundStyleHelp": "Përcakton stilin e sfondit kur kontrollon ne distancë riprodhimin video nga një pajisje tjetër.",
+ "Rotation": "Rrotullim",
+ "Minutes": "Minuta",
+ "LabelMaxRecordingLength": "Kohëzgjatja maksimale e regjistrimit",
+ "MaxRecordingLengthHelp": "Kufizo regjistrimet në një sasi specifike kohe, pavarësisht nga kohëzgjatja e transmetimit televiziv. Vendos në 0 për të pakufizuar.",
+ "RemoteWAN": "Adresa (WAN) në Distancë",
+ "HeaderLastConnectedTo": "Lidhja e Fundit Tek",
+ "Version": "Version",
+ "Keyword": "Fjalë Kyçe",
+ "HeaderServerAddress": "Adresa e Serverit",
+ "HeaderSkipIntro": "Kapërce Siglën",
+ "HeaderCreateRecording": "Krijo Regjistrim",
+ "HeaderAddRecording": "Shto Regjistrim",
+ "HeaderChannelAndTime": "Kanali dhe Ora",
+ "LabelRecordProgramOrSeriesFrom": "Regjistro një program ose serial nga",
+ "LabelStartTime": "Orari i fillimit",
+ "LabelEndTime": "Orari i përfundimit",
+ "LabelFrequency": "Frekuenca",
+ "Recurring": "Periodik",
+ "Once": "Një Herë",
+ "Start": "Nisje",
+ "Unpause": "Anullo Pauzën",
+ "LabelIntroSkipMode": "Modaliteti i kapërcimit të siglës",
+ "ShowSkipIntroButton": "Shfaq butonin ‘Kapërce Siglën’",
+ "AutoSkipIntro": "Kapërce siglat automatikisht",
+ "DisplayRatingInformationOnVideoPlaybackStart": "Shfaq të dhënat e klasifikimit kur fillon riprodhimi video",
+ "DisplayRatingInformationOnVideoPlaybackStartHelp": "Të dhënat e klasifikimit do të shfaqen shkurtimisht kur fillon riprodhimi i videos.",
+ "IntroSkipModeHelp": "Shfaq butonin ‘Kapërce Siglën’ ose kapërce siglat automatikisht në episodet ku Emby Server ka zbuluar shënues siglash. Zbulimi i siglave duhet aktivizuar në opsionet e bibliotekës të Emby Server.",
+ "EnableHomeScreenFocusPreview": "Përdor një strukturë në ekranin bazë që shfaq një parashikim të detajuar të artikullit të zgjedhur",
+ "EnableHomeScreenFocusPreviewHelp": "Kjo mund të mos funksionojë mirë nëse ekrani juaj bazë përmban një përzierje llojesh të mediave të ndryshme.",
+ "LabelHideMediaTransportButtons": "Fshihi butonat e transportit të riprodhuesit video",
+ "HideMediaTransportButtonsHelp": "Krijo një ndërfaqe riprodhimi në ekran më të thjeshtë duke fshehur butonat bazikë si kalo përpara, mbrapa dhe pauzë. Do të mundësh ti përdorësh këto funksione duke përdorur tastet me shigjeta dhe OK/Enter. Auto do të fshehë butonat e transportit kur nuk ka përdorim të mouse-it brenda aplikacionit.",
+ "ImageSizeHelp": "Vendos përmasën e preferuar të rrjetës së imazheve.",
+ "LabelImageSize": "Përmasa e imazhit",
+ "ThisImageIsOnlyPreview": "Ky imazh është vetëm një parashikim i krijuar nga motori i kërkimit të metadatave. Imazhi aktual i shkarkuar nga Emby Server mund të jetë i ndryshëm dhe varet nga opsionet e konfiguruar në konfigurimin e bibliotekës së Emby-t.",
+ "ResultsRangeValue": "{0} tek {1} nga {2}",
+ "NotificationsDescription": "Konfiguro lajmërimet për të qenë i informuar mbi ndodhitë në serverin tënd Emby.",
+ "DeleteEmbyConnectAccount": "Fshi Llogarinë Emby Connect",
+ "DeleteEmbyConnectAccountHelp": "Për të fshirë llogarinë tënde Emby Connect, të lutem hyr në {0}të Emby Community{1} tek {2}. Pasi të kesh hyrë, kliko emrin tënd të përdoruesit lartë djathtas, më pas kliko Parametrat e Llogarisë, dhe në fund kliko Fshi Llogarinë Time.",
+ "KeepPlayingInBackground": "Vazhdo riprodhimin në sfond",
+ "LabelVideoBackBehavior": "Sjellja e butonit Pas në riprodhuesin e videos",
+ "HeaderViewLyrics": "Shfaq Tekstet",
+ "HeaderViewMissingEpisodes": "Shfaq Episodet Që Mungojnë",
+ "HeaderMissingEpisodes": "Episode Që Mungojnë",
+ "HeaderManageAccess": "Menaxho Akseset",
+ "HeaderManageCollaboration": "Menaxho Bashkëpunimin",
+ "HeaderLeaveCollaboration": "Largohu nga Bashkëpunimi",
+ "HeaderRemoveFromLibrary": "Hiqe nga Biblioteka",
+ "RemoveSharedItemConfirmation": "Je i sigurtë që dëshiron ta heqësh këtë artikull nga biblioteka jote? Për ta ripasur pronari origjinal duhet të të japë akses përsëri.",
+ "SubtitlesDownloaded": "Titrat u Shkarkuan",
+ "HeaderMakePrivate": "Bëj Privat",
+ "HeaderMakePublic": "Bëj Publik",
+ "MakePublicDescription": "Të gjithë përdoruesit do të mund të shikojnë këtë artikull. Përdoruesve mund t’ju jepet akses për t’a redaktuar.",
+ "MakePrivateDescription": "Përdoruesve mund t’ju jepet akses individualisht.",
+ "Private": "Privat",
+ "Public": "Publik",
+ "Collaborative": "Bashkëpunues",
+ "PreferredShowDisplay": "Paraqitja e Shfaqjes Tv të preferuar",
+ "ShowAllEpisodesAllSeasons": "Shfaq të gjithë episodet e të gjitha sezoneve sëbashku",
+ "ShowAllEpisodesSingleSeason": "Shfaq të gjithë episodet vetëm për shfaqjet me një sezon",
+ "ShowSeasonFolders": "Shfaq gjithmonë dosjet e sezoneve",
+ "HeaderAddAgain": "Shto Përsëri",
+ "UpNext": "Në Vijim",
+ "ItemsAlreadyInPlaylist": "Disa prej këtyre artikujve gjenden në playlistën tënde.",
+ "ItemAlreadyInPlaylist": "Ky artikull gjendet në playlistën tënde.",
+ "HeaderPlayChannel": "Riprodho Kanalin",
+ "LabelScreenOrientationDuringVideo": "Orientimi i ekranit gjatë riprodhimit video",
+ "UseDeviceSetting": "Përdor parametrin e pajisjes",
+ "LockToLandscape": "Kyç në format për së gjeri",
+ "UsernameForFolderHelp": "Emri i përdoruesit i kërkuar për të aksesuar këtë dosje në rrjetin tuaj (nëse aplikohet).",
+ "PasswordForFolderHelp": "Fjalëkalimi i kërkuar për të aksesuar këtë dosje në rrjetin tuaj (nëse aplikohet).",
+ "ShowMediaInfoOnDetailScreens": "Shfaq informacionin e plotë të medias në fund të kuadrantit të detajeve audio dhe video",
+ "ForgotPasswordNoUserFound": "Nuk u gjetën përdorues me emrin e futur. Të lutem provo përsëri, ose lër emrin bosh për të rivendosur fjalëkalimin për të gjithë përdoruesit në këtë server.",
+ "Silver": "Argjend",
+ "DimGray": "Gri e Zbehtë",
+ "DarkGray": "Gri e Errët",
+ "LightGray": "Gri e Hapur",
+ "Black": "E Zezë",
+ "Blue": "Blu",
+ "Cyan": "E Kaltër",
+ "Gray": "Gri",
+ "Green": "Jeshile",
+ "Lime": "Lime",
+ "Magenta": "Magentë",
+ "Orange": "Portokalli",
+ "Pink": "Rozë",
+ "Red": "E Kuqe",
+ "Yellow": "E Verdhë",
+ "White": "E Bardhë",
+ "Purple": "Vjollcë",
+ "RecentlyReleasedMovies": "Filma të Publikuar së Fundi",
+ "RecentlyReleasedEpisodes": "Episode të Publikuara së Fundi",
+ "DolbyProfile": "Profili Dolby",
+ "IpAddress": "Adresa IP",
+ "VideoType": "Lloji i Videos",
+ "HidePlayedMediaFrom": "Fshih Median e Riprodhuar Nga",
+ "BottomEdgePosition": "Pozicionuar në Brinjën e Poshtme",
+ "VerticalPositionFromBottomScreen": "Përcakto pozicionin vertikal të titrave duke u nisur nga fundi i ekranit.",
+ "TopEdgePosition": "Pozicioni Anësor nga Lart",
+ "TopEdgePositionHelp": "Përcakto pozicionin vertikal maksimal të lejuar për titrat në lidhje me kryen e ekranit. Ky përdoret kur titrat përmbajnë instruksione pozicionimi për t’i vendosur në krye.",
+ "HeaderSubtitlePosition": "Pozicioni i Titrave",
+ "TitleProfilePin": "Kodi PIN i Profilit",
+ "ProfilePinConfirm": "Kodi PIN i Profilit (konfirmo)",
+ "SaveProfilePin": "Ruaj Kodin Pin",
+ "ProfilePinDescription": "Krijo një kod pin opsional që të kërkohet kurdoherë që të rihysh në aplikacionin Emby në njërën prej pajisjeve që ke aksesuar me parë. Ky funksion është i dobishëm nëse ke pajisje të bashkë-ndara me përdorues të shumëfishtë. Mund të zgjedhësh aktivizimin e tij në secilën pajisje sipas nevojës.",
+ "TitleNewEpisodes": "Episode të Reja",
+ "EnterYourPinToContinue": "Fut kodin tënd PIN për të vazhduar.",
+ "YourPinMustBe": "Kodi yt PIN duhet të jetë me {0} shifra.",
+ "ForgotPin": "Ke harruar kodin PIN?",
+ "RequireEnteringPinToReturn": "Kërko kodin tim PIN të profilit kurdoherë që kthehem në këtë aplikacion.",
+ "RequireEnteringPinToReturnQuestion": "A duhet të të kërkojmë kodin tënd PIN të profilit kurdoherë që të riktheheni në këtë aplikacion? Nëse kjo pajisje bashkë-ndahet nga përdorues të shumëfishtë, kodi PIN i profilit mund të ndihmojë përdoruesit e tjerë të aksesojnë të dhënat e tua.",
+ "RequireEnteringPinToReturnHelp": "I dobishëm nëse kjo pajisje është e bashkë-ndarë me përdorues të shumëfishtë.",
+ "WrongPinPleaseTryAgain": "Ups, PIN i gabuar. Të lutem provo përsëri.",
+ "ProfilePinIsOn": "Kodi PIN i profilit është i aktivizuar.",
+ "IfTryingToConnectToHttp": "Nëse po përpiqesh të lidhesh me Emby Server-in tënd me një adresë HTTP, shfletuesi yt web mund të mos ta lejojë këtë për shkak të kërkesave të HTTPS. Të lutem provo një nga vijueset:",
+ "SetupHttpsForYourServer": "Konfiguro {0}HTTPS për Emby Serverin tuaj{1} kështu që mund të lidhesh duke përdorur HTTPS.",
+ "TitleUnableToReachServer": "I paaftë të Kontaktoj Serverin",
+ "TitleUnableToReachName": "I paaftë të Kontaktoj {0}",
+ "HearingImpaired": "Vështirësi Dëgjimi",
+ "SignIntoServerName": "Hyr në {0}",
+ "About": "Informacione",
+ "Specials": "Material Special",
+ "NSettings": "{0} Cilësimet",
+ "NPreferences": "{0} Preferencat",
+ "DetailScreenOptions": "Ekranet e Detajeve",
+ "LabelGenreDisplayLimit": "Kufiri i shfaqjes së zhanrave",
+ "GenreDisplayLimitHelp": "Kufizo numrin e zhanrave të shfaqura në krye të ekranit të detajeve të titullit.",
+ "GenreDisplayLimitForListsHelp": "Kufizo numrin e zhanrave të shfaqura në krye të ekraneve të detajeve të playlistave, koleksioneve dhe artistëve.",
+ "LabelGenreDisplayLimitForLists": "Kufiri për shfaqjen e zhanrave për listat",
+ "ShowPosterOnDetails": "Shfaq një poster në ekranin e detajeve",
+ "ShowPosterOnDetailsHelp": "Zgjidh që të shfaqësh një poster në ekranin e detajeve të videos, ose t’a fshehësh për një vizual minimal që thekson sfondin. Ky parametër nuk përdoret për struktura ekranesh të vogla. Disa lloje artikujsh do t’a injorojnë këtë parametër.",
+ "EnableAppLogging": "Aktivizo app logging",
+ "EnableAppLoggingHelp": "Mbajtja e regjistrit mund të degradojë funksionimin e aplikacionit dhe këshillohet të aktivizohet në rast nevoje për arsye korrigjimi problemesh. Ndryshimet kërkojnë rinisjen e aplikacionit.",
+ "LabelSlideshowInterval": "Kohëzgjatja e prezantimit të fotove për çdo foto",
+ "TVChannelImageEditorHelp": "Versione të shumëfishta të logos janë të suportuara. Aplikacionet e Emby-t do të zgjedhin automatikisht më të përshtatshmen për temën aktuale.",
+ "PlaySlideshow": "Riprodho Prezantimin",
+ "CheckForExistingEpisodesInAllLibraries": "Kontrollo për episode ekzistuese në të gjitha bibliotekat",
+ "GroupNotificationsBySeriesOrAlbum": "Grupo lajmërimet sipas serialeve dhe albumeve",
+ "ThemeSettings": "Cilësimet e Temës",
+ "FollowingActivityWillBeDisrupted": "Aktiviteti i mëtejshëm do të ndërpritet dhe mund të kërkojë ndërhyrje manuale për të rifilluar:",
+ "OneActivePlaybackSession": "1 Sesion Riprodhimi Aktiv",
+ "NumActivePlaybackSessions": "{0} Sesione Riprodhimi Aktive",
+ "OneActiveRecording": "1 Regjistrim Aktiv",
+ "NumActiveRecordings": "{0} Regjistrime Aktive",
+ "PlayFromLivePosition": "Riprodho nga pozicioni live",
+ "PlayFromStartOfRecording": "Riprodho nga fillimi i regjistrimit",
+ "ThisChannelIsActivelyRecording": "Ky kanal po regjistrohet aktivisht. Si do t’a fillosh riprodhimin?",
+ "ThemeSongVolume": "Volumi i këngës së siglës",
+ "HeaderForceConversionForFormats": "Forco Transkodimin për Formatet",
+ "ForceConversionForFormatsHelp": "Përdore këtë për të forcuar transkodimin anësor ose remux-imin për formatet që nuk kanë riprodhim direkt optimal në këtë pajisje.",
+ "StartupBehavior": "Sjellja në nisje",
+ "RememberLastUser": "Kujto përdoruesin e fundit",
+ "ShowLoginScreen": "Shfaq ekranin e hyrjes",
+ "SignInAsValue": "Sign in as {0}",
+ "ConvertUnsupportedAudio": "Konverto audion surround të pasuportuar në Dolby Digital",
+ "ConvertUnsupportedAudioHelp": "Evito downmix-imin e formateve surround të pasuportuara në stereo duke përdorur Serverin Emby për t'i transkoduar në Dolby Digital.",
+ "HeaderPlaybackCorrection": "Korrigjim Riprodhimi",
+ "HeaderAttemptPlaybackCorrection": "Përpjekje për Korrigjim Riprodhimi",
+ "PlaybackCorrectionConfirm": "Të përpiqem për korrigjim riprodhimi?",
+ "PlaybackCorrectionDescription": "Artikulli aktual po shfaq probleme me riprodhimin e videos apo audios? Kjo mund të ndihmojë me korrrigjimin e problemit duke përdorur transkodimin me anë të serverit për ta konvertuar këtë file në një format më të përshtatshëm për streaming. Kjo do të rezultojë në një konsum të shtuar të punës në këtë Emby Server.",
+ "PlaybackCorrectionDescription2": "Mund ta bësh deri në tre herë për video, ku remux-imi, transkodimi video dhe transkodimi audio aktivizohen secili një nga një.",
+ "HeaderAlbumsAsContributingArtist": "Albumet si Artist Kontribues",
+ "HeaderAlbumsAsComposer": "Albumet si Kompozitor",
+ "Duplicates": "Duplikata",
+ "HeaderSleepTimer": "Timer i Gjumit",
+ "AfterCurrentItem": "Pas artikullit aktual",
+ "HeaderStopPlayback": "Ndalo Riprodhimin",
+ "TurnOffTimer": "Fike Timer-in",
+ "SleepTimerIsSet": "Timer-i i gjumit u vendos",
+ "SleepTimerIsOff": "Timer-i i gjumit u fik",
+ "LabelEnableRemoteControlTVMode": "Pasqyrimi i ekranit dhe funksionet e kontrollit në distancë",
+ "EnableRemoteControlTVModeHelp": "Aktivizo nëse dëshiron të përdorësh këtë pajisje për të dërguar median tek pajisje të tjera.",
+ "ShowOnScreenControls": "Shfaq kontrollet mbi ekran",
+ "LabelVideoScreenUpAction": "Video player up action",
+ "VideoScreenUpActionHelp": "Zgjidh çfarë veprimi të bësh kur shtyp butonin lart në ekranin e riprodhuesit video. Kjo aplikohet kur nuk janë të visualizuara kontrollet mbi ekran. Kur kontrollet janë të vizualizuara, butoni lart do të përdoret për navigim.",
+ "LabelVideoPlayerLongPressAction": "Veprimi i riprodhuesit video kur shtyp gjatë",
+ "LetsGetSetup": "Le Të Fillojmë",
+ "VideoPlayerLongPressActionHelp": "Zgjidh çfarë funksioni ose menyje shfaqet kur shtyp gjatë butonin OK gjatë riprodhimit video. Kjo do të ketë efekt vetëm kur kontrollet video janë të fshehura ose kur shiriti i kërkimit ka fokus.",
+ "AskAdminToGetPremiere": "Kjo blerje duhet të bëhet nga administratori i serverit. Të lutem kërkoji administratorit të këtij Serveri Emby të hyjë dhe të blejë Emby Premiere në mënyrë që të kesh akses në funksionet premium.",
+ "AutoOpenSingleItemsFolders": "Hapi automatikisht artikujt e njëfishtë në pamjen e dosjes",
+ "AutoOpenSingleItemsFoldersHelp": "Kur dosja përmban vetëm një artikull, hape artikullin automatikisht.",
+ "PlayedOnValue": "Riprodhuar {0}",
+ "TheseSettingsApplyAppDevice": "Këto cilësime i aplikohen të gjithë përdoruesve në këtë pajisje.",
+ "LastContentDateAdded": "Data e Shtimit të Përmbajtes së Fundit",
+ "RepeatThemeMedia": "Riprodho siglat vazhdueshmërisht",
+ "HideEpisodeSpoilerInfo": "Fshih informacionet spoiler nga episodet e pashikuara",
+ "HideEpisodeSpoilerInfoHelp": "Fsheh imazhin dhe përmbledhjen për episodet e pashikuara në shumicën e ekraneve.",
+ "BornValueAge": "Lindur: {0} (mosha {1})",
+ "PreferDirectStreamLiveTV": "Prefero streaming direkt të Live TV",
+ "PreferDirectStreamLiveTVHelp": "Streaming direkt i Live TV do të reduktojë konsumimin e fuqisë të punës në Serverin Emby por mund të mos kontrollohet lehtë gjatë riprodhimit. Aktivizimi do të bëjë streaming direkt të Live TV kur formati suportohet dhe është brenda parametrave të cilësisë të konfiguruara nga ty. Çaktivizoje për të kontrolluar më lehtë kërkimin video gjatë riprodhimit duke rritur konsumin e fuqisë të punës.",
+ "HeaderAllRecordings": "Të gjitha Regjistrimet",
+ "RememberLoginDescription": "Mbasi hyn, mund të përdorësh cilësimet e aplikacionit për të konfiguruar sjelljen e tij në nisje për të kujtuar të dhënat e lidhjes, të hysh si një përdorues specifik, ose të shfaqësh gjithmonë ekranin e lidhjes.",
+ "ForgetThisServer": "Forget This Server",
+ "ForgetServerConfirmation": "Je i sigurt që dëshiron ta harrosh këtë server?",
+ "HeaderThisDevice": "This Device",
+ "ChaptersGuide": "Chapters / Live TV Guide",
+ "ChaptersGuideHelp": "Show Chapters for media with chapters. For media without chapters, show the Live TV Guide (when available).",
+ "HeaderShowSeriesImages": "Show Series Images",
+ "AppExitConfirmation": "Je gati për të dalë nga Emby?",
+ "AppExitMenu": "Dil nga menuja",
+ "SideMenu": "Side navigation menu",
+ "SystemStorage": "System storage ({0})"
+}
diff --git a/modules/common/strings/sv.json b/modules/common/strings/sv.json
new file mode 100644
index 0000000..b9318bb
--- /dev/null
+++ b/modules/common/strings/sv.json
@@ -0,0 +1,1340 @@
+{
+ "ReplaceExistingThumbnailImages": "Ersätt befintliga miniatyrbilder för videoförhandsvisningar",
+ "ReplaceExistingThumbnailImagesHelp": "Alla befintliga miniatyrbilder för videoförhandsvisningar kommer att tas bort och nya kommer att genereras, om detta är aktiverat i bibliotekets inställningar.",
+ "DateCreated": "Skapat datum",
+ "CreatedOnValue": "Skapat {0}",
+ "UpdatedOnValue": "Uppdaterat {0}",
+ "EmbyLoginTerms": "Emby är utformat för att hjälpa dig att hantera ditt personliga mediebibliotek, till exempel hemvideor och foton. Se våra {0}användarvillkor{1}. Användning av Emby-programvara utgör godkännande av dessa villkor.",
+ "MessageUnableToConnectToServer": "Vi kunde inte upprätta en anslutning till vald server just nu. Försäkra dig om att den är startad och försök igen.",
+ "EmbyIntroMessage": "Med Emby kan du enkelt streama videor, musik och bilder till smartphones, plattor eller andra enheter från din Emby Server.",
+ "HeaderSignInWithConnect": "Logga in med Emby Connect",
+ "HeaderWelcomeToEmby": "Välkommen till Emby",
+ "HeaderNewUsers": "Nya användare",
+ "HeaderPleaseSignIn": "Var god logga in",
+ "MessageInvalidUser": "Felaktigt användarnamn eller lösenord. Försök igen.",
+ "MessageUnlockAppWithPurchaseOrSupporter": "Lås upp den här funktionen för en låg engångskostnad eller med en aktiv prenumeration på Emby Premiere.",
+ "MessageUnlockAppWithSupporter": "Lås upp den här funktionen med en aktiv prenumeration på Emby Premiere.",
+ "MessageToValidateSupporter": "Om du har en aktiv prenumeration på Emby Premiere, se till att du har ställt in Emby Premiere i kontrollpanelen för Emby Server, som du kommer åt genom att klicka på Emby Premiere i huvudmenyn.",
+ "ValueSpecialEpisodeName": "Specialavsnitt - {0}",
+ "HeaderSignIn": "Logga in",
+ "Share": "Dela",
+ "Shared": "Delad",
+ "Info": "Information",
+ "Add": "Lägg till",
+ "Speed": "Hastighet",
+ "PlaybackSpeed": "Uppspelningshastighet",
+ "Chapters": "Kapitel",
+ "Password": "Lösenord",
+ "SavePassword": "Spara lösenord",
+ "LabelPassword": "Lösenord",
+ "HeaderResetPassword": "Återställ lösenord",
+ "Series": "Serier",
+ "Preview": "Förhandsvisning",
+ "Submit": "Skicka",
+ "Never": "Aldrig",
+ "Table": "Tabell",
+ "HeaderScheduledTasks": "Schemalagda aktiviteter",
+ "Plays": "Spelningar",
+ "LastUsedAddressValue": "Senast använd {0}",
+ "LabelKeywordType": "Nyckelordstyp",
+ "HeaderSelectColumns": "Välj kolumner",
+ "HeaderTopResults": "Toppresultat",
+ "HeaderPinSidebar": "Fäst sidomeny",
+ "Collapse": "Komprimera",
+ "LabelBackgroundVideoPlayback": "Bakgrundsuppspelning",
+ "BackgroundVideoPlaybackHelp": "Bakgrundsuppspelning gör det möjligt för videon att fortsätta spela även när skärmen är avstängd.",
+ "AlwaysOn": "Alltid på",
+ "HeadphonesOrExternalSpeakersConnected": "Hörlurar eller externa högtalare anslutna",
+ "HeaderKeyboardAndRemote": "Tangentbord och fjärrkontroll",
+ "NoSelectedItemsSupportOperation": "Inga objekt är markerade som stöder denna åtgärd.",
+ "NoOperationsForSelectedItems": "Inga åtgärder kan utföras på de valda objekten.",
+ "UploadOnlyOnWifi": "Ladda bara upp på wifi",
+ "HeaderFoldersToUpload": "Mappar att ladda upp",
+ "LabelPasswordConfirm": "Lösenord (bekräfta)",
+ "HeaderMoveUpInOrder": "Flytta upp i ordningen",
+ "HeaderDownUpInOrder": "Flytta ner i ordningen",
+ "LabelUsername": "Användarnamn",
+ "HeaderAddServer": "Lägg till server",
+ "HeaderSubtitleOffset": "Förskjutning av undertexter",
+ "Watching": "Tittar",
+ "HeaderRemoveFromContinueWatching": "Ta bort från fortsätt titta",
+ "RemoveThisTitleFromContinueWatching": "Ta bort denna titel från fortsätt titta?",
+ "HeaderRemoveFromContinueListening": "Ta bort från fortsätt lyssna",
+ "RemoveThisTitleFromContinueListening": "Vill du ta bort den här titeln från fortsätt lyssna?",
+ "HeaderIncreaseSubtitleOffset": "Öka undertextsförskjutning",
+ "HeaderDecreaseSubtitleOffset": "Minska undertextsförskjutning",
+ "Close": "Stäng",
+ "HeaderSeeAll": "Visa alla",
+ "HeaderOpenInNewWindow": "Öppna i nytt fönster",
+ "LabelEmail": "E-post",
+ "LabelHost": "Värd",
+ "LabelHostHelp": "Exempel: 192.168.1.100 eller https://minserver.se",
+ "LabelPort": "Port",
+ "Disabled": "Avaktiverad",
+ "Uninstall": "Avinstallera",
+ "Enable": "Aktivera",
+ "AllTuners": "Alla tuners",
+ "Disable": "Inaktivera",
+ "NextValue": "Nästa: {0}",
+ "HeaderNextItem": "Nästa objekt",
+ "HeaderPreviousItem": "Föregående objekt",
+ "NoTrailersMessage": "Inga trailrar hittades. För att lägga till trailrar, installera Trailertillägget från {0}Embykatalogen för tillägg{1}.",
+ "UninstallPluginConfirmation": "Är du säker på att du vill avinstallera detta tillägg?",
+ "HeaderUninstallPlugin": "Avinstallera tillägg",
+ "AreYouStillWatching": "Tittar du fortfarande?",
+ "LabelCurrentPassword": "Nuvarande lösenord",
+ "LabelNewPassword": "Nytt lösenord",
+ "LabelNewPasswordConfirm": "Bekräfta nytt lösenord",
+ "HeaderRemovePassword": "Ta bort lösenord",
+ "ServerUpdateNeeded": "Denna Emby Server behöver uppdateras. För att ladda ner den senaste versionen, gå till {0}",
+ "MessageThankYouForConnectSignUp": "Tack för att du registrerar dig med Emby Connect. Ett e-postmeddelande kommer att skickas till din adress med instruktioner om hur du kan bekräfta ditt nya konto. Bekräfta kontot och kom sedan tillbaka hit för att logga in.",
+ "MessageThankYouForConnectSignUpNoValidation": "Tack för att du registrerar dig för Emby Connect! Du kan nu logga in med dina Emby Connect-uppgifter.",
+ "ErrorMessagePasswordNotMatchConfirm": "Lösenordet och bekräftelsen måste överensstämma.",
+ "ErrorMessageUsernameInUse": "Användarnamnet används redan. Välj ett nytt användarnamn och försök igen.",
+ "ErrorMessageEmailInUse": "Emailadressen används redan. Välj en ny emailadress och försök igen, eller klicka på återställ lösenord.",
+ "HeaderUpcomingOnTV": "Kommer på direktsänd TV",
+ "HeaderOtherShowings": "Andra visningar",
+ "Showings": "Visningar",
+ "HeaderConnectToServer": "Anslut till server",
+ "ConnectToServerManually": "Anslut till server manuellt",
+ "LabelEnterConnectUserNameHelp": "Det här är e-postadressen som du använde för att konfigurera ditt Emby Connect-konto.",
+ "HeaderSignInError": "Fel vid inloggning",
+ "HeaderManualLogin": "Manuell inloggning",
+ "PasswordResetConfirmation": "Är du säker på att du vill återställa lösenordet?",
+ "ContactAdminToResetPassword": "Kontakta din systemadministratör för att återställa ditt lösenord.",
+ "ForgotPasswordInNetworkRequired": "Försök att starta återställningen av lösenordet när du befinner dig i ditt lokala nätverk.",
+ "ForgotPasswordFileCreated": "Följande fil har skapats på din server och innehåller information om hur du går vidare:",
+ "ForgotPasswordFileExpiration": "Pinkoden för återställning går ut {0}.",
+ "InvalidForgotPasswordPin": "Pinkoden har gått ut eller så är den felaktig. Försök igen.",
+ "PasswordResetForUsers": "Lösenorden har tagits bort från följande användare. För att logga in, använd ett tomt lösenord.",
+ "HeaderForgotPassword": "Glömt lösenord?",
+ "ForgotPasswordUsernameHelp": "Lämna detta tomt om du inte kommer ihåg ditt användarnamn.",
+ "HeaderPasswordReset": "Återställ lösenord",
+ "AttributeNew": "Ny",
+ "Done": "Klar",
+ "HeaderResetToDefault": "Återställ till standard",
+ "Deinterlacing": "Avflätning",
+ "HeaderBurningInSubtitles": "Bränner in undertexter",
+ "Premiere": "Premiär",
+ "LabelPinCode": "PIN-kod",
+ "LabelLocalNetworkPinCode": "PIN-kod för lokalt nätverk",
+ "LabelLocalNetworkPasswordMode": "Inloggningsmetod för lokalt nätverk",
+ "RequirePasswordInLocalNetwork": "Kräv ett lösenord på det lokala nätverket",
+ "NoPasswordInLocalNetwork": "Kräv inget lösenord på det lokala nätverket",
+ "PinCodeInLocalNetwork": "Tillåt en PIN-kod på det lokala nätverket",
+ "LocalNetworkPasswordModeHelp": "Välj inloggningsmetod för enheter på samma nätverk som din Emby Server.",
+ "HeaderLocalNetworkAccess": "Lokal nätverksåtkomst",
+ "Live": "Direkt",
+ "Reset": "Återställ",
+ "Repeat": "Repris",
+ "Track": "Spår",
+ "Tracks": "Spår",
+ "HeaderCameraUpload": "Kamerauppladdning",
+ "TrackCount": "{0} spår",
+ "ItemCount": "{0} objekt",
+ "NumberChannelsValue": "{0} kanaler",
+ "HeaderLatestMusic": "Senaste musiken",
+ "HeaderLatestAudioBooks": "Senaste ljudböckerna",
+ "HeaderLatestDownloadedVideos": "Senaste nedladdade videor",
+ "HeaderRecentlyPlayed": "Nyligen spelat",
+ "Recent": "Senast",
+ "HeaderFrequentlyPlayed": "Ofta spelat",
+ "HeaderMoreLikeThis": "Liknande titlar",
+ "HeaderMoreLikeThisOnLiveTV": "Liknande på direktsänd TV",
+ "OriginalAirDateValue": "Ursprungligt sändningsdatum: {0}",
+ "EndsAtValue": "Slutar kl. {0}",
+ "Date": "Datum",
+ "AirDate": "Sändningsdatum",
+ "Played": "Spelad",
+ "Daily": "Dagligen",
+ "Weekly": "Varje vecka",
+ "RequireHashMatch": "Kräv hash-matchning",
+ "RequireHashMatchHelp": "Krav på hash-matchning filtrerar undertexterna så att enbart de undertexter som är testade med den exakta videofilen används. Avaktivera detta för att öka antalet möjliga undertexter, men det ökar också risken för felaktiga undertexter.",
+ "SearchForForcedSubtitlesOnly": "Enbart tvingande undertexter",
+ "SearchForForcedSubtitlesOnlyHelp": "Om tvingade undertexter krävs begränsas resultaten till sådana som är taggade som utländskt språk.",
+ "LastEpisodeDateAdded": "Datum då senaste avsnittet lades till",
+ "LastEpisodeDateAired": "Datum då senaste avsnittet släpptes",
+ "LabelPlaystate": "Spelläge",
+ "Studio": "Studio",
+ "Tag": "Tagg",
+ "EpisodeTitle": "Avsnittstitel",
+ "Audio": "Ljud",
+ "Video": "Video",
+ "Subtitle": "Undertext",
+ "Image": "Bild",
+ "CopyStream": "Kopiera originalströmmen",
+ "LabelAudioLayout": "Ljudlayout",
+ "LabelAudioCodec": "Ljudkodek",
+ "LabelAudioLanguage": "Ljudspråk",
+ "LabelSubtitleLanguage": "Undertextspråk",
+ "LabelVideoCodec": "Videokodek",
+ "LabelSubtitleCodec": "Undertextkodek",
+ "LabelParentalRating": "Åldersgräns",
+ "BecauseYouLikeValue": "Eftersom du gillar {0}",
+ "BecauseYouWatchedValue": "Eftersom du har sett {0}",
+ "DirectedByValue": "Regisserad av {0}",
+ "StarringValue": "Med {0}",
+ "Invitations": "Inbjudningar",
+ "ActorAsRole": "som {0}",
+ "ButtonOk": "OK",
+ "GroupItemsIntoCollections": "Gruppera objekt i samlingar",
+ "GroupItemsIntoCollectionsHelp": "Gruppera objekt baserat på samlingar som de har lags till i. Aktivering av vissa filter eller sortering kan inaktivera detta automatiskt.",
+ "GroupItemsIntoTags": "Gruppera objekt med taggar",
+ "GroupItemsIntoTagsHelp": "Kategorisera objekt baserat på de taggar de har tilldelats. Att aktivera vissa filter eller sorteringsalternativ kan automatiskt inaktivera detta.",
+ "User": "Användare",
+ "Access": "Åtkomst",
+ "Users": "Användare",
+ "Library": "Bibliotek",
+ "Devices": "Enheter",
+ "Cancel": "Avbryt",
+ "Restart": "Starta om",
+ "Shutdown": "Stäng av",
+ "Logs": "Loggfiler",
+ "Visibility": "Synlighet",
+ "Notifications": "Aviseringar",
+ "SendTestNotification": "Skicka testmeddelande",
+ "NotificationSent": "Meddelandet har skickats",
+ "DeleteNotificationConfirmation": "Är du säker på att du vill ta bort det här meddelandet?",
+ "DeleteNotification": "Ta bort meddelande",
+ "AddNotification": "Lägg till meddelande",
+ "EditNotification": "Redigera meddelande",
+ "LimitUserEventsTo": "Begränsa användarhändelser till",
+ "LimitLibraryEventsTo": "Begränsa bibliotekshändelser till",
+ "LimitDeviceEventsTo": "Begränsa enhetshändelser till",
+ "ForAdditionalNotificationOptions": "Ytterligare meddelandetjänster kan installeras av serveradministratören från Embys {0}tilläggskatalog{1}.",
+ "Plugins": "Tillägg",
+ "Systems": "System",
+ "Server": "Server",
+ "Dashboard": "Kontrollpanel",
+ "PlayOnAnotherDevice": "Spela på en annan enhet",
+ "HeaderConnectionHelp": "Hjälp",
+ "AccessRestrictedTryAgainLater": "Åtkomst är för närvarande begränsad. Försök igen senare.",
+ "ButtonGotIt": "Ok",
+ "RememberMe": "Kom ihåg mig",
+ "EmbyServer": "Emby Server",
+ "ManageEmbyServer": "Administrera Emby Server",
+ "ShutdownServer": "Stäng av Emby Server",
+ "RestartServer": "Starta om Emby Server",
+ "RecordingCancelled": "Inspelning avbruten",
+ "SeriesCancelled": "Automatisk inspelning har tagits bort",
+ "Recording": "Inspelning",
+ "SeriesRecording": "Serieinspelning",
+ "RecordingScheduled": "Inspelning schemalagd",
+ "SeriesRecordingScheduled": "Automatisk inspelning aktiverad",
+ "HeaderNewRecording": "Ny inspelning",
+ "HeaderWakeServer": "Väck server",
+ "AttemptingWakeServer": "Försöker väcka servern. Vänta....",
+ "WakeServerSuccess": "Lyckades!",
+ "HeaderCustomizeHomeScreen": "Anpassa hemskärm",
+ "WakeServerError": "Wake On Lan-paket skickades till din enhet men vi kunde inte ansluta till Emby Server. Din enhet kan behöva lite mer tid för att vakna eller så körs inte Emby Server på enheten.",
+ "Days": "Dagar",
+ "Network": "Nätverk",
+ "Networks": "Nätverk",
+ "SortByValue": "Sortera efter {0}",
+ "HeaderSortBy": "Sortera efter",
+ "HeaderPhotoAlbums": "Fotoalbum",
+ "Photos": "Foton",
+ "HeaderAppearsOn": "Visas på",
+ "List": "Lista",
+ "HeaderRecordSeries": "Spela in serie",
+ "HeaderCinemaMode": "Biointros",
+ "Conversions": "Konverteringar",
+ "Downloads": "Nedladdningar",
+ "HeaderManageDownloads": "Hantera nedladdningar",
+ "InternalStorage": "Intern lagring",
+ "ExternalStorage": "Extern lagring",
+ "UploadToFollowingServers": "Ladda upp till servrar",
+ "UploadingNumItems": "Laddar upp {0} av {1}",
+ "DownloadNumItems": "Laddar ner {0} av {1}",
+ "HeaderSampleRate": "Samplingsfrekvens",
+ "HeaderReferenceFrames": "Referensbildrutor",
+ "HeaderBitDepth": "Bitdjup",
+ "HeaderPixelFormat": "Pixelformat",
+ "Profile": "Profil",
+ "Bitrate": "Bithastighet",
+ "Expand": "Expandera",
+ "Container": "Behållare",
+ "Format": "Format",
+ "Path": "Sökväg",
+ "Size": "Storlek",
+ "Resolution": "Upplösning",
+ "HeaderCodecTag": "Kodektagg",
+ "Framerate": "Bildfrekvens",
+ "Interlaced": "Sammanflätad",
+ "Anamorphic": "Anamorfisk",
+ "Level": "Nivå",
+ "Timestamp": "Tidsstämpel",
+ "Language": "Språk",
+ "Codec": "Kodek",
+ "Stream": "Ström",
+ "HeaderExtradata": "Extradata",
+ "HeaderHardwareAcceleratedTranscoding": "Hårdvaruaccelererad transkodning",
+ "HeaderHardwareAcceleratedTranscodingDescription": "Dra nytta av din server-GPU. Emby har den mest avancerade och snabbaste hårdvaruaccelerationen i branschen.",
+ "HeaderOfflineDownloads": "Offlinemedia",
+ "AndMuchMoreExclamation": "och mycket mer!",
+ "HeaderOfflineDownloadsDescription": "Ladda ner media till dina enheter för uppspelning när du är offline.",
+ "LiveTvFeatureDescription": "Streama direktsänd TV till vilken Emby-app du vill, med en kompatibel mottagare, installerad och konfigurerad på din Emby Server.",
+ "DvrFeatureDescription": "Schemalägg individuella inspelningar eller spela in alla kommande avsnitt automatiskt, och mer, med Emby DVR.",
+ "CinemaModeFeatureDescription": "Biointros ger dig en bioupplevelse med trailrar och anpassade vinjetter före varje film.",
+ "HeaderFreeApps": "Gratis Embyappar",
+ "FreeAppsFeatureDescription": "Få fri tillgång till Embyappar för dina enheter.",
+ "HeaderBecomeProjectSupporter": "Skaffa Emby Premiere",
+ "HeaderViewServerInfo": "Visa serverinformation",
+ "PlaybackTvModeRequiresEmbyPremiere": "Mediauppspelning i TV-läge kräver en aktiv prenumeration på {0}Emby Premiere{1}.",
+ "FeatureRequiresEmbyPremiere": "Den här funktionen kräver en aktiv prenumeration på {0}Emby Premiere{1}.",
+ "HeaderConvertYourRecordings": "Konvertera dina inspelningar",
+ "Record": "Spela in",
+ "Save": "Spara",
+ "Edit": "Inställningar",
+ "HeaderSavePlaylist": "Spara spellista",
+ "Latest": "Senaste",
+ "Download": "Ladda ner",
+ "Downloaded": "Nedladdade",
+ "Converted": "Konverterad",
+ "RemoveFromHistory": "Ta bort från historik",
+ "ConfirmRemoveFromHistory": "Ta bort detta objekt från historiken?",
+ "Downloading": "Laddar ner",
+ "Advanced": "Avancerat",
+ "LinkedToEmbyConnect": "Länkad till Emby Connect",
+ "Delete": "Ta bort",
+ "Both": "Båda",
+ "LabelChannelDisplay": "Kanalvisning",
+ "HeaderDeleteItem": "Ta bort objekt",
+ "HeaderDeleteUser": "Ta bort användare",
+ "DeleteItemConfirmation": "Är du säker på att du vill ta bort {0}?",
+ "DeleteUserConfirmation": "Är du säker på att du vill ta bort användaren {0}?",
+ "DeleteUsersConfirmation": "Är du säker på att du vill radera {0} användare?",
+ "HeaderDeleteDevice": "Ta bort enhet",
+ "DeleteDeviceConfirmation": "Är du säker på att du vill ta bort den här enheten? Den kommer att återkomma nästa gång en användare loggar in med den.",
+ "ConfirmDeleteItem": "Tar du bort det här objektetet så tas det bort från både ditt filsystem och mediabibliotek.",
+ "FollowingFilesWillBeDeleted": "Följande filer och mappar kommer att tas bort:",
+ "AreYouSureToContinue": "Är du säker på att du vill fortsätta?",
+ "Refresh": "Uppdatera",
+ "RefreshingMetadataDots": "Uppdaterar metadata...",
+ "ScanningLibraryFilesDots": "Skannar biblioteksfiler...",
+ "HeaderFavoritesThenByChannelNumber": "Favoriter, därefter enligt kanalnummer",
+ "HeaderAddToCollection": "Lägg till i samling",
+ "HeaderFavoritesThenByTitle": "Favoriter, därefter enligt titel",
+ "HeaderFavoritesThenByDefault": "Favoriter, därefter enligt förvald kanalorder",
+ "HeaderDefaultChannelOrder": "Standardkanalordning",
+ "HeaderAddToFavorites": "Lägg till i favoriter",
+ "HeaderRemoveFromFavorites": "Ta bort från favoriter",
+ "Favorited": "Markerad som favorit",
+ "Unfavorited": "Avmarkerad som favorit",
+ "HeaderNewCollection": "Ny samling",
+ "HeaderNewPlaylist": "Ny spellista",
+ "AllCollections": "Alla samlingar",
+ "AllPlaylists": "Alla spellistor",
+ "Create": "Skapa",
+ "HeaderAddedToPlaylist": "Tillagd i spellistan",
+ "HeaderAddedToCollection": "Tillagd i samlingen",
+ "OneItemAddedTo": "1 objekt har lagts till i \"{0}\".",
+ "ItemsAddedTo": "{0} objekt har lagts till i \"{1}\".",
+ "HeaderAddedToPlayQueue": "Tillagd i spelkö",
+ "HeaderPlayingNext": "Spelar nästa",
+ "Help": "Hjälp",
+ "HeaderGetHelp": "Få hjälp",
+ "LabelTVDisplayMode": "Aktivera TV-visningsläge",
+ "Desktop": "Skrivbord",
+ "Mobile": "Mobil / Platta",
+ "Navigation": "Navigering",
+ "HeaderVideoPlayback": "Videouppspelning",
+ "TV": "TV",
+ "HeaderEmbyConnect": "Emby Connect",
+ "Seasons": "Säsonger",
+ "OneTrack": "1 spår",
+ "OneSeason": "1 säsong",
+ "Libraries": "Bibliotek",
+ "NumberSeasonsValue": "{0} säsonger",
+ "TVDisplayModeHelp": "Optimera användargränssnittet på denna enhet för visning på en TV och styrning med en fjärrkontroll. Detta rekommenderas generellt inte om din primära inmatningsmetod är mus eller pekskärm.",
+ "LabelDisplayLanguage": "Visningsspråk",
+ "LabelDisplayLanguageHelp": "Att översätta Emby är ett pågående projekt.",
+ "LearnHowYouCanContribute": "Se hur du kan hjälpa till.",
+ "NewCollectionHelp": "Samlingar gör det möjligt att skapa personanpassade grupperingar av filmer eller annat innehåll.",
+ "SearchForCollectionInternetMetadata": "Sök efter grafik och metadata på internet",
+ "DisplayMissingEpisodesWithinSeasons": "Visa saknade avsnitt i säsonger",
+ "DisplayMissingEpisodesWithinSeasonsHelp": "Detta måste också vara aktiverat för TV-bibliotek på Emby Server.",
+ "EnableThemeSongs": "Spela signaturmelodier",
+ "EnableBackdrops": "Aktivera bakgrunder",
+ "EnableThemeSongsHelp": "Om aktiverat spelas signaturmelodier upp vid bläddring i biblioteket.",
+ "EnableBackdropsHelp": "Om aktiverat visas bakgrundsbilder vid bläddring i biblioteket.",
+ "EnableThemeVideos": "Spela tema-videor",
+ "EnableThemeVideosHelp": "Visar tema-videor i bakgrunden vid bläddring i biblioteket.",
+ "RunAtStartup": "Kör vid uppstart",
+ "ServerStartup": "Serverstart",
+ "EmbyServerOnXHasStarted": "Emby Server på {0} har startat.",
+ "LabelScreensaver": "Skärmsläckare",
+ "LabelSoundEffects": "Ljudeffekter",
+ "LabelName": "Namn",
+ "NewCollectionNameExample": "Exempel: Star Wars-samling",
+ "MessageItemsAdded": "Objekt tillagda.",
+ "OptionNew": "Ny...",
+ "LabelPlaylist": "Spellista",
+ "AddToPlaylist": "Lägg till i spellista",
+ "HeaderAddToPlaylist": "Lägg till i spellista",
+ "Subtitles": "Undertexter",
+ "LabelTheme": "Tema",
+ "LabelSettingsTheme": "Tema för inställningar",
+ "LabelThemeAccentColor": "Accentfärg",
+ "ThemeAccentColorDescription": "Styr färgen på viktiga indikatorer, ikoner och text.",
+ "SearchForSubtitles": "Sök efter undertexter",
+ "LabelLanguage": "Språk",
+ "Search": "Sök",
+ "NoSubtitleSearchResultsFound": "Inga resultat hittades. Har du ställt in {0}nedladdning av undertexter{1}?",
+ "NoLyricsSearchResultsFound": "Inga resultat hittades. Har du konfigurerat {0}nedladdning av låttexter{1}?",
+ "Lyrics": "Låttext",
+ "SearchForLyrics": "Sök efter låttext",
+ "Finish": "Slutför",
+ "File": "Fil",
+ "Exit": "Avsluta",
+ "Sleep": "Viloläge",
+ "Setup": "Sätt upp",
+ "MessageAreYouSureDeleteSubtitles": "Är du säker på att du vill ta bort den här undertextfilen?",
+ "ConfirmDeletion": "Bekräfta radering",
+ "MySubtitles": "Mina undertexter",
+ "MessageDownloadQueued": "Nedladdning köad.",
+ "HeaderEditSubtitles": "Hantera undertexter",
+ "UnlockGuide": "Upplåsnings-vägledning",
+ "HeaderRefreshMetadata": "Uppdatera metadata",
+ "HeaderRefreshAllMetadata": "Uppdatera all metadata",
+ "ReplaceExistingImages": "Skriv över befintliga bilder",
+ "ReplaceExistingImagesHelp": "Alla befintliga bilder kommer att raderas och nya kommer att laddas ner baserat på inställningarna för biblioteket. I vissa fall kan detta resultera i färre tillgängliga bilder än tidigare.",
+ "ReplaceAllMetadata": "Ersätt all metadata",
+ "SearchForMissingMetadata": "Sök efter saknad metadata",
+ "LabelRefreshMode": "Uppdateringsläge",
+ "NoItemsFound": "Inga objekt hittades.",
+ "HeaderSaySomethingLike": "Säg något som...",
+ "ButtonTryAgain": "Försök igen",
+ "HeaderYouSaid": "Du sa...",
+ "MessageWeDidntRecognizeCommand": "Ledsen, men vi känner inte igen det kommandot.",
+ "MessageIfYouBlockedVoice": "Om du nekade tillgång för röståtkomst till appen så behöver du konfigurerara om innan du försöker igen.",
+ "ValueDiscNumber": "Skiva {0}",
+ "Unrated": "Inte betygsatt",
+ "Favorite": "Favorit",
+ "Like": "Gilla",
+ "Dislike": "Ogilla",
+ "RefreshDialogHelp": "Metadata uppdateras baserat på inställningar och metadataleverantörer som är aktiverade i biblioteksinställningarna.",
+ "Open": "Öppna",
+ "Play": "Spela",
+ "Pause": "Pausa",
+ "HeaderPlayQueue": "Uppspelningskö",
+ "HeaderAddToPlayQueue": "Lägg till i spelkö",
+ "Shuffle": "Blanda",
+ "Identify": "Identifiera",
+ "HeaderRemoveIdentification": "Ta bort identifiering",
+ "ResetMetadataConfirmation": "Är du säker på att du vill återställa all metadata?",
+ "HeaderEditMetadata": "Hantera metadata",
+ "Convert": "Konvertera",
+ "Resume": "Återuppta",
+ "HeaderInstantMix": "Snabbmix",
+ "HeaderGoToItem": "Gå till objekt",
+ "HeaderGoToSeason": "Gå till säsong",
+ "HeaderGoToSeries": "Gå till serie",
+ "HeaderGoToAlbum": "Gå till album",
+ "HeaderGoToArtist": "Gå till artist",
+ "HeaderPlayAll": "Spela alla",
+ "PictureInPicture": "Bild-i-bild",
+ "Fullscreen": "Fullskärm",
+ "ExitFullscreen": "Avsluta fullskärm",
+ "Rewind": "Spola tillbaka",
+ "FastForward": "Spola framåt",
+ "Remove": "Ta bort",
+ "Rename": "Ändra namn",
+ "Queue": "Kö",
+ "QueueAllFromHere": "Köa alla fr o m här",
+ "PlayAllFromHere": "Spela upp alla fr o m här",
+ "PlayFromBeginning": "Spela från början",
+ "FromBeginning": "Från början",
+ "ResumeAt": "Återuppta från {0}",
+ "HeaderRemoveFromPlaylist": "Ta bort från spellista",
+ "HeaderRemoveFromPlayQueue": "Ta bort från spelkö",
+ "HeaderRemoveFromCollection": "Ta bort från samling",
+ "Sort": "Sortera",
+ "Trailer": "Trailer",
+ "SelectNone": "Välj ingen",
+ "SelectAll": "Välj alla",
+ "HeaderMarkPlayed": "Markera som spelad",
+ "HeaderMarkUnplayed": "Markera som ospelad",
+ "HeaderGroupVersions": "Gruppera versioner",
+ "PleaseSelectTwoItems": "Välj minst två objekt.",
+ "HeaderConfirmRecordingCancellation": "Bekräfta avbrytning av inspelning",
+ "MessageConfirmRecordingCancellation": "Avbryt inspelning?",
+ "Album": "Album",
+ "AlbumArtist": "Albumartist",
+ "Error": "Fel",
+ "VoiceInput": "Röstinspelning",
+ "LabelContentType": "Innehållstyp",
+ "LabelPath": "Sökväg",
+ "Playlists": "Spellistor",
+ "LabelTitle": "Titel",
+ "LabelOriginalTitle": "Originaltitel",
+ "LabelSortTitle": "Sorteringstitel",
+ "LabelDateAdded": "Inlagd den",
+ "DateAdded": "Inlagd den",
+ "DateModified": "Datum ändrat",
+ "DatePlayed": "Spelad datum",
+ "DateLastActive": "Datum senast aktiv",
+ "ConfigureDateAdded": "Konfigurera hur tillagt datum bestäms i kontrollpanelen för Emby Server under biblioteksinställningar",
+ "LabelStatus": "Status",
+ "LabelArtistsHelp": "Separera flera med semikolon ;",
+ "HeaderAlbumArtists": "Albumartister",
+ "LabelAlbumArtists": "Albumartist",
+ "LabelAlbum": "Album",
+ "Artist": "Artist",
+ "Artists": "Artister",
+ "ImdbRating": "IMDb-betyg",
+ "CommunityRating": "Användarbetyg",
+ "LabelCommunityRating": "Användarbetyg",
+ "LabelCriticRating": "Kritikerbetyg",
+ "CriticRating": "Kritikerbetyg",
+ "LabelWebsite": "Webbplats",
+ "Tagline": "Tagline",
+ "LabelOverview": "Översikt",
+ "LabelShortOverview": "Kort översikt",
+ "LabelReleaseDate": "Utgivningsdatum",
+ "LabelPlaceOfBirth": "Födelseort",
+ "Aired": "Sändes",
+ "LabelAirDays": "Sändningsdagar",
+ "LabelAirTime": "Sändningstid",
+ "LabelRuntimeMinutes": "Speltid (minuter)",
+ "LabelCustomRating": "Anpassad åldersgräns",
+ "LabelOriginalAspectRatio": "Ursprungligt bildförhållande",
+ "Label3DFormat": "3D-format",
+ "FormatValue": "Format: {0}",
+ "DownloadsValue": "{0} nedladdning(ar)",
+ "HashMatch": "Hash-matchning",
+ "EnableExternalVideoPlayers": "Aktivera externa videospelare",
+ "EnableExternalVideoPlayersHelp": "En meny för extern spelare kommer att visas när videouppspelningen startar.",
+ "HeaderSpecialEpisodeInfo": "Information om specialavsnitt",
+ "LabelAirsDuringSeason": "Sänds under säsong",
+ "LabelAirsAfterSeason": "Sänds efter säsong",
+ "LabelAirsBeforeEpisode": "Sänds före avsnitt",
+ "HeaderExternalIds": "Externa ID-nr",
+ "HeaderDisplaySettings": "Visningsinställningar",
+ "PlaylistOrder": "Sortering för spellista",
+ "CollectionOrder": "Sortering för samlingar",
+ "LabelDisplayOrder": "Visningsordning",
+ "LabelFileOrder": "Filsortering",
+ "Display": "Visning",
+ "Countries": "Länder",
+ "Genres": "Genrer",
+ "Studios": "Studior",
+ "Tags": "Taggar",
+ "Links": "Länkar",
+ "Movie": "Film",
+ "Program": "Program",
+ "Channel": "Kanal",
+ "Episode": "Avsnitt",
+ "Season": "Säsong",
+ "HeaderMetadataSettings": "Metadatainställningar",
+ "People": "Personer",
+ "Number": "Nummer",
+ "Lock": "Lås",
+ "HeaderScreenLocked": "Skärm låst",
+ "HeaderUnlockControls": "Lås upp kontroller",
+ "HeaderTapToUnlock": "Tryck för att låsa upp",
+ "LabelMetadataDownloadLanguage": "Föredraget språk för nedladdning av metadata",
+ "LabelImageDownloadLanguage": "Föredraget språk för nedladdning av bilder",
+ "LabelLockItemToPreventChanges": "Lås det här objektet för att förhindra ändringar",
+ "LockThisField": "Lås det här fältet för att förhindra ändringar när du uppdaterar metadata",
+ "MessageLeaveEmptyToInherit": "Lämna tomt för att ärva inställningarna från överordnat objekt, eller använda globalt förval.",
+ "LabelCountry": "Land",
+ "LabelCertificationCountry": "Certifieringsland",
+ "CertificationCountryHelp": "Detta kommer att påverka vilket innehållsklassificeringssystem som används.",
+ "LabelDynamicExternalId": "{0}-ID",
+ "LabelBirthYear": "Födelseår",
+ "LabelBirthDate": "Födelsedatum",
+ "LabelDeathDate": "Död",
+ "LabelEndDate": "Slutdatum",
+ "LabelSeasonNumber": "Säsongsnummer",
+ "LabelEpisodeNumber": "Avsnittsnummer",
+ "LabelTrackNumber": "Spårnummer",
+ "LabelNumber": "Nummer",
+ "LabelDiscNumber": "Skivnummer",
+ "LabelParentNumber": "Föräldernummer",
+ "SortName": "Sorteringstitel",
+ "OriginalTitle": "Originaltitel",
+ "ReleaseDate": "Utgivningsdatum",
+ "Continuing": "Pågående",
+ "Ended": "Avslutad",
+ "HeaderEnabledFields": "Aktiverade fält",
+ "HeaderEnabledFieldsHelp": "Bocka ur ett fält för att låsa det och förhindra att dess data ändras.",
+ "Backdrops": "Bakgrunder",
+ "Images": "Bilder",
+ "Runtime": "Speltid",
+ "ProductionLocations": "Produktionsplatser",
+ "BirthLocation": "Födelseort",
+ "ParentalRating": "Åldersgräns",
+ "PlayCount": "Antal spelningar",
+ "Name": "Namn",
+ "Overview": "Översikt",
+ "LabelType": "Typ",
+ "LabelPersonRole": "Roll",
+ "LabelPersonRoleHelp": "Exempel: glassbilsförare",
+ "Actor": "Skådespelare",
+ "Composers": "Kompositörer",
+ "Composer": "Kompositör",
+ "Director": "Regissör",
+ "GuestStar": "Gästskådespelare",
+ "Producer": "Producent",
+ "Writer": "Manusförfattare",
+ "MessageNoSyncJobsFound": "Inga nedladdningar hittades. Skapa nedladdningsjobb med hjälp av nedladdningsknapparna som finns i appen.",
+ "MessageNoDownloadsFound": "Inga offline-nedladdningar. Ladda ner media offline genom att klicka på ladda ner i appen.",
+ "InstallingPackage": "Installerar {0}",
+ "PackageInstallCompleted": "Installationen av {0} slutfördes.",
+ "PackageInstallFailed": "Installationen av {0} misslyckades.",
+ "PackageInstallCancelled": "Installationen av {0} avbröts.",
+ "SeriesYearToPresent": "{0} - idag",
+ "OneDevice": "1 enhet",
+ "DeviceCountValue": "{0} enheter",
+ "OneLog": "1 logg",
+ "LogCountValue": "{0} loggar",
+ "OneVote": "1 röst",
+ "VoteCountValue": "{0} röster",
+ "OneLike": "1 gillar",
+ "LikeCountValue": "{0} gillar",
+ "OneUser": "1 användare",
+ "UserCountValue": "{0} användare",
+ "OneLibrary": "1 bibliotek",
+ "LibraryCountValue": "{0} bibliotek",
+ "ValueOneItem": "1 objekt",
+ "ValueOneEpisode": "1 avsnitt",
+ "ValueEpisodeCount": "{0} avsnitt",
+ "Albums": "Album",
+ "Song": "Sång",
+ "Songs": "Låtar",
+ "Authors": "Författare",
+ "Books": "Böcker",
+ "AudioBooks": "Ljudböcker",
+ "HeaderAudioBooks": "Ljudböcker",
+ "HeaderAudioBook": "Ljudbok",
+ "HeaderIdentifyItemHelp": "Ange ett eller flera sökkriterier. Ta bort kriterier för att få fler träffar.",
+ "PleaseEnterNameOrId": "Ange ett namn eller externt id.",
+ "MessageItemSaved": "Objektet har sparats.",
+ "SearchResults": "Sökresultat",
+ "ServerNameIsRestarting": "Emby Server - {0} startar om.",
+ "ServerNameIsShuttingDown": "Emby Server - {0} stängs ner.",
+ "HeaderDeleteItems": "Ta bort objekt",
+ "ConfirmDeleteItems": "Tar du bort dessa objektet så tas dem bort från både ditt filsystem och mediabibliotek.",
+ "PleaseRestartServerName": "Starta om Emby Server på {0}",
+ "ConvertingDots": "Konverterar...",
+ "LabelSyncNoTargetsHelp": "Det verkar som att du för närvarande inte har några appar som stöder offline-nedladdning.",
+ "DownloadingDots": "Laddar ner...",
+ "LearnMore": "Läs mer",
+ "LabelBitrateMbps": "Bithastighet (Mbps)",
+ "ConvertUnwatchedVideosOnly": "Konvertera enbart videor som inte har spelats upp",
+ "SyncUnwatchedVideosOnly": "Ladda enbart ner videor som inte har spelats upp",
+ "ConvertUnwatchedVideosOnlyHelp": "Enbart videor som inte har markerats som spelade kommer att konverteras.",
+ "SyncUnwatchedVideosOnlyHelp": "Endast videor som inte är markerade som helt spelade kommer att laddas ner. Videor kommer att tas bort från enheten när de är helt spelade.",
+ "AutomaticallySyncNewContent": "Ladda ner nytt innehåll automatiskt",
+ "AutomaticallySyncNewContentHelp": "Nytt innehåll som läggs till i den här mappen kommer att laddas ner automatiskt till enheten.",
+ "AutomaticallyConvertNewContent": "Konvertera nytt innehåll automatiskt",
+ "AutomaticallyConvertNewContentHelp": "Nytt innehåll som läggs till i denna mapp kommer att konverteras automatiskt.",
+ "LabelItemLimit": "Max antal objekt",
+ "ConvertItemLimitHelp": "(valfritt) Ange en gräns för hur många objekt som kommer att konverteras.",
+ "DownloadItemLimitHelp": "(valfritt) Ange en gräns för hur många objekt som kommer att laddas ner.",
+ "PleaseSelectDeviceToSyncTo": "Välj en enhet att ladda ner till.",
+ "Screenshots": "Skärmbilder",
+ "MoveRight": "Flytta höger",
+ "MoveLeft": "Flytta vänster",
+ "HeaderUploadNewImage": "Ladda upp ny bild",
+ "HeaderDeleteImage": "Ta bort bild",
+ "ConfirmDeleteImage": "Ta bort bild?",
+ "HeaderEditImages": "Hantera bilder",
+ "Settings": "Inställningar",
+ "ShowIndicatorsFor": "Visa indikatorer",
+ "Episodes": "Avsnitt",
+ "Programs": "Program",
+ "HeaderCastCrew": "Roller och team",
+ "DvrSubscriptionRequired": "Direktsänd TV & DVR kräver en aktiv prenumeration på {0}Emby Premiere{1}.",
+ "HeaderCancelRecording": "Avbryt inspelning",
+ "HeaderKeepRecording": "Fortsätt spela in",
+ "HeaderCancelSeries": "Avsluta autoinspelning",
+ "HeaderKeepSeries": "Behåll autoinspelning",
+ "HeaderLearnMore": "Läs mer",
+ "SeriesSettings": "Inställningar för autoinspelning",
+ "HeaderRecordingOptions": "Inspelningsalternativ",
+ "HeaderDoNotRecord": "Spela inte in",
+ "HeaderSeriesOptions": "Inställningar för autoinspelning",
+ "Layout": "Layout",
+ "Channels": "Kanaler",
+ "ChannelNameOnly": "Enbart på {0}",
+ "Anytime": "När som helst",
+ "AnyLanguage": "Vilket språk som helst",
+ "AroundTime": "Runt {0}",
+ "HeaderLatestMovies": "Senaste filmerna",
+ "All": "Alla",
+ "Stop": "Stopp",
+ "AllChannels": "Vilken kanal som helst",
+ "NewEpisodesOnly": "Enbart avsnitt markerade som nya",
+ "AllEpisodes": "Alla avsnitt",
+ "LabelStartWhenPossible": "Börja spela in före angiven starttid (när möjligt) med",
+ "LabelStopWhenPossible": "Fortsätt spela in efter angiven stopptid (när möjligt) med",
+ "MinutesBefore": "minut(er)",
+ "MinutesAfter": "minut(er)",
+ "SkipEpisodesAlreadyInMyLibrary": "Spela inte in avsnitt som redan finns i biblioteket",
+ "SkipEpisodesAlreadyInMyLibraryHelp": "Avsnitt kommer att jämföras med säsongs- och avsnittsnummer, när det finns.",
+ "LabelKeepUpTo": "Behåll upp till (äldre tas bort)",
+ "AsManyAsPossible": "Så många som möjligt",
+ "DefaultErrorMessage": "Ett fel uppstod vid begäran. Försök igen senare.",
+ "UntilIDelete": "Tills jag tar bort",
+ "UntilSpaceNeeded": "Tills utrymme behövs",
+ "Categories": "Kategorier",
+ "Sports": "Sport",
+ "News": "Nyheter",
+ "Movies": "Film",
+ "Music": "Musik",
+ "Kids": "Barn",
+ "MoreFromValue": "Mer från {0}",
+ "DiedValue": "Död: {0}",
+ "BornValue": "Född: {0}",
+ "EnableColorCodedBackgrounds": "Aktivera färgade bakgrunder anpassat efter kategori",
+ "SortChannelsBy": "Sortera kanaler efter",
+ "ChannelNumber": "Kanalnummer",
+ "HeaderBenefitsEmbyPremiere": "Fördelar med Emby Premiere",
+ "ThankYouForTryingEnjoyOneMinute": "Njut av en minuts uppspelning. Tack för att du testar Emby.",
+ "HeaderTryPlayback": "Testa uppspelning",
+ "HowDidYouPay": "Hur betalade du?",
+ "IHaveEmbyPremiere": "Jag har Emby Premiere",
+ "IPurchasedThisApp": "Jag köpte den här appen",
+ "ButtonRestorePreviousPurchase": "Återställ köp",
+ "ButtonUnlockWithPurchase": "Lås upp med köp",
+ "ButtonUnlockPrice": "Lås upp {0}",
+ "EmbyPremiereMonthlyWithPrice": "Emby Premiere månadsvis, {0}",
+ "HeaderAlreadyPaid": "Redan betalat?",
+ "ButtonPlayOneMinute": "Spela en minut",
+ "PlaceFavoriteChannelsAtBeginning": "Placera favoritkanaler i början",
+ "HeaderUnlockFeature": "Lås upp funktion",
+ "MessageDidYouKnowCinemaMode": "Visste du att, med Emby Premiere så kan du utöka dina upplevelser med funktioner som Biointros?",
+ "HeaderPlayMyMedia": "Spela min media",
+ "HeaderDiscoverEmbyPremiere": "Upptäck Emby Premiere",
+ "HeaderNowPlaying": "Spelas nu",
+ "Items": "Objekt",
+ "AppName": "App-namn",
+ "OneChannel": "En kanal",
+ "ConfirmRemoveDownload": "Ta bort nedladdning?",
+ "ConfirmRemoveItem": "Ta bort objekt?",
+ "RemoveDownload": "Ta bort nedladdning",
+ "ConfirmCancelConversion": "Avbryt konvertering?",
+ "CancelConversion": "Avbryt konvertering",
+ "KeepDownload": "Behåll nedladdning",
+ "AddedOnValue": "Tillagd {0}",
+ "RemovingFromDevice": "Tar bort från enhet",
+ "KeepOnDevice": "Behåll på enhet",
+ "CancelDownload": "Avbryt nedladdning",
+ "SyncJobItemStatusReadyToTransfer": "Redo att föra över",
+ "SyncJobItemStatusSyncedMarkForRemoval": "Tar bort från enhet",
+ "SyncJobItemStatusQueued": "Köad",
+ "SyncJobItemStatusConverting": "Konverterar",
+ "SyncJobItemStatusTransferring": "För över",
+ "SyncJobItemStatusSynced": "Nedladdad",
+ "Failed": "Misslyckad",
+ "SyncJobItemStatusRemovedFromDevice": "Borttagen från enhet",
+ "Cancelled": "Avbruten",
+ "Retry": "Försök igen",
+ "Continue": "Fortsätt",
+ "ContinueInSecondsValue": "Fortsätt om {0} sekunder.",
+ "HeaderRemoteControl": "Fjärrstyrning",
+ "Disconnect": "Koppla bort",
+ "EnableDisplayMirroring": "Aktivera skärmspegling",
+ "RemoteAccess": "Fjärråtkomst",
+ "HeaderPlayOn": "Spela på",
+ "Quality": "Kvalitet",
+ "Auto": "Auto",
+ "AndroidUnlockRestoreHelp": "För att återställa ditt tidigare köp, se till att du är inloggad på enheten med samma Google- (eller Amazon-) konto som ursprungligen gjorde köpet. Kontrollera att appbutiken är aktiverad och inte begränsad av några föräldrakontroller och se till att du har en aktiv internetanslutning. Du behöver bara göra detta en gång för att återställa ditt tidigare köp.",
+ "HeaderAspectRatio": "Bildförhållande",
+ "Original": "Original",
+ "Fill": "Fyll",
+ "Cover": "Omslag",
+ "MessageNoServersAvailableToConnect": "Inga servrar finns tillgängliga att ansluta till. Om du har blivit inbjuden till att dela en server, se till att acceptera inbjudan nedan eller klicka på länken i e-postmeddelandet.",
+ "MessagePlayAccessRestricted": "Uppspelning av detta innehåll är för närvarande begränsat. Kontakta din Emby Server-administratör för mer information.",
+ "Accept": "Acceptera",
+ "Reject": "Neka",
+ "Connect": "Anslut",
+ "HeaderMyMedia": "Min media",
+ "HeaderMyMediaSmall": "Min media (liten)",
+ "LatestFromLibrary": "Senaste i {0}",
+ "HeaderLatestEpisodes": "Senaste avsnitten",
+ "ContinuePlaying": "Fortsätt spela",
+ "ContinueWatching": "Fortsätt titta",
+ "HeaderLatestChannelMedia": "Senaste för kanaler",
+ "HeaderContinueWatching": "Fortsätt titta",
+ "HeaderContinueListening": "Fortsätt lyssna",
+ "HeaderActiveRecordings": "Pågående inspelningar",
+ "HeaderLatestRecordings": "Senaste inspelningarna",
+ "LabelConvertTo": "Konvertera till",
+ "LabelDownloadTo": "Ladda ner till",
+ "HeaderDownloadToDots": "Ladda ner till...",
+ "Next": "Nästa",
+ "LabelSource": "Källa",
+ "VersionNumber": "Version {0}",
+ "HeaderAllLanguages": "Alla språk",
+ "Previous": "Föregående",
+ "HeaderNextUp": "Nästa på tur",
+ "HeaderPlayNextUp": "Spela upp nästa på tur",
+ "HeaderLatestFrom": "Senaste från {0}",
+ "LabelHomeScreenSectionValue": "Sektion {0}",
+ "PasswordResetComplete": "Lösenordet har återställts.",
+ "PasswordSaved": "Lösenordet har sparats.",
+ "SettingsSaved": "Inställningarna sparade.",
+ "Upcoming": "Kommande",
+ "HeaderSelectImageFile": "Välj bildfil",
+ "None": "Ingen",
+ "More": "Mer",
+ "Up": "Upp",
+ "Down": "Ner",
+ "Home": "Hem",
+ "Back": "Tillbaka",
+ "Random": "Slumpmässig",
+ "Playback": "Uppspelning",
+ "Favorites": "Favoriter",
+ "HeaderHomeScreen": "Hemskärm",
+ "HeaderLatestChannelItems": "Senaste för kanaler",
+ "HeaderLibraryOrder": "Biblioteksordning",
+ "HeaderOnNow": "Visas just nu",
+ "HeaderForKids": "För barn",
+ "HeaderPlaybackError": "Uppspelningsfel",
+ "PlaybackErrorNotAllowed": "Du har inte tillgång till att spela upp det här innehållet. Kontakta din systemadministratör för mer detaljer.",
+ "RateLimitExceeded": "Ditt konto har överskridit den maximala strömningsgränsen som har ställts in av din Emby Server-administratör. Kontakta dem för hjälp.",
+ "PlaybackErrorNoCompatibleStream": "Inga kompatibla strömmar finns att tillgå. Försök igen senare eller kontakta din systemadministratör för mer detaljer.",
+ "PlaybackErrorPlaceHolder": "Sätt i skivan för att spela upp den här videon.",
+ "PlaybackErrorNoPlayableItems": "Inga spelbara objekt hittades. Försöker du spela upp en tom mapp?",
+ "Guide": "TV-tablå",
+ "Games": "Spel",
+ "GameSystem": "Spelsystem",
+ "Suggestions": "Förslag",
+ "HeaderFavoriteChannels": "Favoritkanaler",
+ "HeaderFavoriteCollections": "Favoritsamlingar",
+ "HeaderFavoritePlaylists": "Favoritspellistor",
+ "Collection": "Samling",
+ "Collections": "Samlingar",
+ "LabelSelectFolderGroups": "Gruppera automatiskt innehåll för dessa mappar i vyer så som filmer, musik och TV:",
+ "LabelSelectFolderGroupsHelp": "Mappar som inte är markerade kommer att visas enskilt i sin egen vy.",
+ "Mute": "Ljud av",
+ "Unmute": "Ljud på",
+ "Folder": "Mapp",
+ "Folders": "Mappar",
+ "FileName": "Filnamn",
+ "DisplayInOtherHomeScreenSections": "Visa i sekundära delar av hemskärmen, som till exempel under senaste media och fortsätt titta",
+ "DisplayInMyMedia": "Visa på hemskärmen",
+ "Shows": "Program",
+ "MoviesAndShows": "Filmer & Serier",
+ "HeaderMusicVideo": "Musikvideo",
+ "HeaderMusicVideos": "Musikvideor",
+ "MusicVideos": "Musikvideor",
+ "Videos": "Videor",
+ "MixedContent": "Blandat innehåll",
+ "HomeVideos": "Egna videor",
+ "HomeVideosAndPhotos": "Egna videor & foton",
+ "TVShows": "TV-program",
+ "HeaderLibraryFolders": "Biblioteksmappar",
+ "HeaderTermsOfPurchase": "Köpvillkor",
+ "PrivacyPolicy": "Sekretesspolicy",
+ "TermsOfUse": "Användarvillkor",
+ "HeaderRepeatMode": "Repetitionsläge",
+ "HeaderToneMapping": "Tonmappning",
+ "RepeatOne": "Upprepa en",
+ "RepeatAll": "Upprepa alla",
+ "LabelDefaultScreen": "Förvald sektion",
+ "ConfirmEndPlayerSession": "Vill du stänga ner Emby på {0}?",
+ "Yesterday": "Igår",
+ "Yes": "Ja",
+ "No": "Nej",
+ "HeaderScanLibraryFiles": "Skanna biblioteksfiler",
+ "LiveTV": "Direktsänd TV",
+ "Schedule": "Schema",
+ "Recordings": "Inspelat",
+ "ScanForNewAndUpdatedFiles": "Sök efter nya och uppdaterade filer",
+ "NewVersionOfXAvailableForY": "{0} är tillgänglig för {1}",
+ "DirectStreamHelp1": "Innehållet är kompatibelt med enheten vad gäller upplösning och mediatyp (H.264, AC3, etc.) men det är en inkompatibel behållare (.mkv, .avi, .wmv etc.). Videofilen kommer att packas om i realtid innan den strömmas till enheten.",
+ "DirectStreamHelp2": "Direktströmning av en fil använder mycket lite processorkraft utan förlust av videokvalitet.",
+ "MediaIsBeingConverted": "Konvertering pågår i realtid till ett format som är kompatibelt med enheten som spelar upp det.",
+ "StatsForNerds": "Statistik för nördar",
+ "HeaderHardwareAcceleratedDecoding": "Hårdvaruaccelererad avkodning",
+ "HeaderHardwareAcceleratedEncoding": "Hårdvaruaccelererad kodning",
+ "HeaderDirectPlay": "Direktuppspelning",
+ "DirectPlaying": "Direktuppspelning",
+ "DirectStreaming": "Direktströmning",
+ "Transcode": "Transkodning",
+ "Transcoding": "Transkodning",
+ "ContainerBitrateExceedsLimit": "Minskar bithastigheten på grund av kvalitetsinställning",
+ "VideoCodecNotSupported": "Konverterar video till kompatibel kodek",
+ "AudioCodecNotSupported": "Konverterar ljud till kompatibel kodek",
+ "SubtitleCodecNotSupported": "Bränner in undertexter i videon",
+ "DirectPlayError": "Återställer från uppspelningsfel",
+ "ContainerNotSupported": "Konverterar till kompatibel behållare",
+ "VideoLevelNotSupported": "Konverterar till kompatibel videonivå",
+ "AudioBitrateNotSupported": "Konverterar till kompatibel ljudbithastighet",
+ "AudioChannelsNotSupported": "Konverterar till ett kompatibelt antal ljudkanaler",
+ "VideoResolutionNotSupported": "Konverterar till kompatibel videoupplösning",
+ "AudioProfileNotSupported": "Konverterar till kompatibel ljudprofil",
+ "AudioSampleRateNotSupported": "Konverterar till kompatibel ljudsamplingsfrekvens",
+ "AnamorphicVideoNotSupported": "Anamorfisk video stöds inte",
+ "InterlacedVideoNotSupported": "Avflätar video",
+ "SecondaryAudioNotSupported": "Väljer sekundärt ljudspår",
+ "ExternalAudioNotSupported": "Väljer externt ljudspår",
+ "ErrorRemovingEmbyConnectAccount": "Ett fel uppstod när Emby Connect-kontot skulle tas bort. Se till att du har en aktiv internetuppkoppling och försök igen.",
+ "HeaderEmbyAccountRemoved": "Emby-kontot har tagits bort",
+ "MessageEmbyAccontRemoved": "Embykontot har tagits bort från den här användaren.",
+ "HeaderInvitationSent": "Inbjudan skickad",
+ "Offline": "Offline",
+ "HeaderSignUp": "Registrera",
+ "ServerDownloadMessage": "För att ladda ner och installera Emby Server, gå till {0}",
+ "ServerDownloadMessageWithoutLink": "För att ladda ner och installera Emby Server (gratis), besök Embys webbplats.",
+ "MessageInvitationSentToUser": "Ett e-postmeddelande med inbjudan har skickats till {0}. Delningen sker först när inbjudan har accepteras.",
+ "MessageInvitationSentToNewUser": "Ett e-postmeddelande har skickats till {0} med en inbjudan till att registrera sig hos Emby.",
+ "GuestUserNotFound": "Användaren kunde inte hittas. Se till så att namnet är korrekt och försök igen eller testa att ange e-postadressen istället.",
+ "ErrorReachingEmbyConnect": "Ett fel uppstod när Emby Connect försökte nås. Se till att du har en aktiv internetuppkoppling och försök igen.",
+ "ErrorAddingEmbyConnectAccount1": "Det gick inte att lägga till ditt Emby Connect-konto. Har du ett Emby Connect-konto? Du kan skapa ett på {0}.",
+ "ErrorAddingEmbyConnectAccount2": "Om du fortfarande upplever problem, skicka ett e-postmeddelande till {0} från e-postadressen som är kopplad till Emby-kontot.",
+ "ErrorAddingGuestAccount1": "Det gick inte att lägga till Emby Connect-kontot. Har din gäst ett Emby-konto? De kan skapa ett på {0}.",
+ "ErrorAddingGuestAccount2": "Om du fortfarande upplever problem, skicka ett e-postmeddelande till {0}. Inkludera din och de andras e-postadresser.",
+ "MessageEmbyAccountAdded": "Emby-kontot har lagts till för den här användaren.",
+ "MessagePendingEmbyAccountAdded": "Emby-kontot har lagts till för den här användaren. Ett e-postmeddelande har skickats ut till ägaren av kontot. Inbjudan bekräftas genom att klicka på länken i meddelandet.",
+ "HeaderEmbyAccountAdded": "Emby-kontot har lagts till",
+ "Skip": "Hoppa över",
+ "HeaderAdditionalParts": "Ytterligare delar",
+ "ButtonGenerateNewPin": "Generera ny PIN-kod",
+ "ConnectLoginHelp1": "Med Emby Connect kan du enkelt komma åt din Emby Server var du än är och dela servrar med din familj och vänner.",
+ "CreatePinErrorMessage": "Ett fel uppstod när en PIN-kod skulle skapas. Klicka på generera ny PIN-kod för att försöka igen.",
+ "PinExpiredMessage": "PIN-koden har slutat att gälla. Klicka på generera ny PIN-kod för att försöka igen.",
+ "ConnectPinCodeHeader": "För att logga in med Emby Connect, använd en mobil enhet eller dator, besök {0} och ange följande PIN-kod:",
+ "LabelSubtitlePlaybackMode": "Undertextläge",
+ "ErrorDeletingItem": "Det gick inte att ta bort det här objektet från Emby Server. Kontrollera att Emby Server har skrivrättigheter till mediamappen och försök igen.",
+ "NoSubtitles": "Inga undertexter",
+ "Default": "Standard",
+ "Absolute": "Absolut",
+ "Smart": "Smart",
+ "Small": "Liten",
+ "Smaller": "Mindre",
+ "Medium": "Mellan",
+ "Large": "Stor",
+ "Larger": "Större",
+ "ExtraLarge": "Extra stor",
+ "ExtraSmall": "Extra liten",
+ "Forced": "Tvingad",
+ "External": "Extern",
+ "HeaderEmbeddedTitle": "Inbäddad titel",
+ "OnlyForcedSubtitles": "Enbart tvingande undertexter",
+ "AlwaysPlaySubtitles": "Visa alltid undertexter",
+ "DefaultSubtitlesHelp": "Undertexter visas baserat på standardspråk och tvingande undertexter i den inbäddade metadatan. Förvalsspråk kommer väljas när fler val är möjliga.",
+ "SmartSubtitlesHelp": "Undertexter som matchar förvalsspråket kommer visas när ljudspåret är på ett annat språk.",
+ "HeaderSubtitleSettings": "Inställningar för undertexter",
+ "HeaderSubtitleAppearance": "Undertextutseende",
+ "OnlyForcedSubtitlesHelp": "Enbart undertexter markerade som tvingande kommer att laddas.",
+ "AutoSelectHearingImpairedHelp": "Undertexter som matchar språkpreferensen kommer att laddas, med företräde för spår som är markerade som för döva och hörselskadade (SDH).",
+ "AlwaysPlaySubtitlesHelp": "Undertexter på det önskade språket kommer att laddas oavsett ljudspårets språk.",
+ "NoSubtitlesHelp": "Undertexter kommer inte att visas som standard. De kan fortfarande slås på manuellt under uppspelning.",
+ "LabelPreferredSubtitleLanguage": "Önskat språk för undertexter",
+ "LabelTextSize": "Textstorlek",
+ "TheseSettingsAffectSubtitlesOnThisDevice": "Dessa inställningar påverkar undertexter på den här enheten",
+ "LabelDropShadow": "Visa skugga",
+ "LabelTextBackgroundColor": "Bakgrundsfärg för text",
+ "LabelWindowBackgroundColor": "Bakgrundsfärg för text",
+ "LabelFont": "Typsnitt",
+ "LabelTextColor": "Textfärg",
+ "LabelBackgroundColor": "Bakgrundsfärg",
+ "LabelBackgroundOpacity": "Bakgrundsgenomskinlighet",
+ "Raised": "Upphöjd",
+ "Depressed": "Nedsänkt",
+ "Uniform": "Enhetlig",
+ "DropShadow": "Visa skugga",
+ "SmallCaps": "Små bokstäver",
+ "SubtitleAppearanceSettingsDisclaimer": "Dessa inställningar kommer inte att gälla för grafiska undertexter (pgs, dvd, etc) eller undertexter som har en egen inbäddad stil (ass/ssa).",
+ "Normal": "Normal",
+ "HeaderWaitingForWifi": "Väntar på wifi",
+ "WifiRequiredToDownload": "En wifi-anslutning krävs för att fortsätta nedladdningen.",
+ "DownloadOnlyOnWifi": "Ladda enbart ned på wifi",
+ "LabelMusicDownloadQuality": "Musiknerladdningskvalitet",
+ "MusicDownloadQualityHelp": "Ljudfiler med en högre bithastighet kommer att konverteras av Emby Server. Välj ett högre värde för bättre kvalitet, eller ett lägre värde för att spara lagringsutrymme.",
+ "HeaderDownloadSettings": "Nedladdningsinställningar",
+ "LabelDownloadLocation": "Nerladdningsplats",
+ "BrowseForFolder": "BläddraEfterMapp",
+ "Unlimited": "Obegränsat",
+ "NoLimit": "Ingen gräns",
+ "Hide": "Dölj",
+ "HeaderKeepWatching": "Fortsätt titta",
+ "HeaderNextEpisode": "Nästa avsnitt",
+ "AudioBitDepthNotSupported": "Konverterar till kompatibelt ljudbitdjup",
+ "VideoBitrateNotSupported": "Konverterar till kompatibel videobithastighet",
+ "VideoProfileNotSupported": "Konverterar till kompatibel videoprofil",
+ "VideoFramerateNotSupported": "Konverterar till kompatibel bildhastighet",
+ "VideoBitDepthNotSupported": "Konverterar till kompatibelt videobitdjup",
+ "RefFramesNotSupported": "Konverterar till ett kompatibelt antal videoreferensbildrutor",
+ "ErrorConnectServerUnreachable": "Ett fel inträffade när den begärda åtgärden utfördes. Din server kan inte nå vår Emby Connect Server på {0}. Kontrollera att din server har en aktiv internetanslutning och att kommunikationen tillåts av eventuell brandvägg eller säkerhetsprogramvara.",
+ "HeaderStopRecording": "Stoppa inspelning",
+ "ManageRecording": "Hantera inspelning",
+ "LabelDropImageHere": "Dra och släpp en bild här, eller klicka för att välja en bild att ladda upp.",
+ "MessageFileReadError": "Ett fel uppstod när filen skulle läsas in. Försök igen.",
+ "Browse": "Bläddra",
+ "HeaderUploadImage": "Ladda upp bild",
+ "HeaderAddUpdateImage": "Lägg till/uppdatera bild",
+ "HeaderShowFields": "Visa fält",
+ "LabelView": "Vy",
+ "LabelImageType": "Bildtyp",
+ "Upload": "Ladda upp",
+ "Primary": "Primär",
+ "PrimaryImageBlur": "Huvudbild suddig",
+ "Art": "Grafik",
+ "Backdrop": "Bakgrund",
+ "Banner": "Banderoll",
+ "Box": "Omslag",
+ "BoxRear": "Omslag (baksida)",
+ "Disc": "Skiva",
+ "Logo": "Logotyp",
+ "LogoDark": "Logotyp (mörk version)",
+ "LogoLight": "Logotyp (ljus version)",
+ "LogoLightColor": "Logotyp (ljus med färg)",
+ "Menu": "Meny",
+ "Screenshot": "Skärmdump",
+ "Thumb": "Miniatyr",
+ "HeaderAudioSettings": "Ljudinställningar",
+ "LabelAudioLanguagePreference": "Föredraget ljudspråk",
+ "LabelPlayDefaultAudioTrack": "Spela standardljudspåret oavsett språk",
+ "HeaderVideoQuality": "Videokvalitet",
+ "CinemaModeConfigurationHelp": "Biointros gör ditt vardagsrum till en biograf genom möjligheten att visa trailrar och vinjetter innan filmen börjar.",
+ "ShowUpNextPreview": "Visa förhandsvisning av nästa",
+ "ShowUpNextPreviewHelp": "Visa information för nästa objekt nära slutet av det nuvarande.",
+ "PlayNextEpisodeAutomatically": "Spela nästa avsnitt automatiskt",
+ "LabelMaxChromecastBitrate": "Strömningskvalitet för Chromecast",
+ "LabelSkipBackLength": "Hoppa bakåt-längd",
+ "LabelSkipForwardLength": "Hoppa framåt-längd",
+ "EnableCinemaMode": "Aktivera Biointros",
+ "LabelInternetQuality": "Kvalitet för strömning på distans",
+ "LabelCellularQuality": "Kvalitet för strömning på distans (mobilnät)",
+ "HeaderMusicQuality": "Musikkvalitet",
+ "LabelHomeNetworkQuality": "Kvalitet för strömning lokalt",
+ "HeaderLatestMedia": "Senaste media",
+ "HeaderRestartingEmbyServer": "Startar om Emby Server",
+ "RestartPleaseWaitMessage": "Emby Server startar om. Vänta.",
+ "HeaderPlayNext": "Spela nästa",
+ "AutoBasedOnLanguageSetting": "Automatisk (baserat på enhetsinställning)",
+ "SameAsMainTheme": "Samma som huvudtema",
+ "LabelDateTimeLocale": "Datumformat",
+ "Genre": "Genre",
+ "DirectorValue": "Regissör: {0}",
+ "DirectorsValue": "Regissörer: {0}",
+ "GenreValue": "Genre: {0}",
+ "GenresValue": "Genrer: {0}",
+ "TagsValue": "Taggar: {0}",
+ "Off": "Av",
+ "Title": "Titel",
+ "Year": "År",
+ "Filter": "Filter",
+ "Filters": "Filter",
+ "Unplayed": "Ospelad",
+ "LabelTVHomeScreen": "Hemskärm i TV-läge",
+ "Horizontal": "Horisontell",
+ "Vertical": "Vertikal",
+ "HeaderGroupBy": "Gruppera på",
+ "HeaderMediaType": "Typ av media",
+ "GroupBySeries": "Gruppera efter serie",
+ "HeaderVideoType": "Videotyp",
+ "HeaderSeriesStatus": "Seriestatus",
+ "Features": "Innehåll",
+ "Trailers": "Trailrar",
+ "Extras": "Extramaterial",
+ "ThemeSongs": "Signaturmelodier",
+ "ThemeVideos": "Temavideor",
+ "HeaderFavoriteMovies": "Favoritfilmer",
+ "HeaderFavoritePhotos": "Favoritfoton",
+ "HeaderFavoriteShows": "Favoritprogram",
+ "HeaderFavoriteEpisodes": "Favoritavsnitt",
+ "HeaderFavoriteVideos": "Favoritvideor",
+ "HeaderFavoriteMusicVideos": "Favoritmusikvideor",
+ "HeaderFavoriteGames": "Favoritspel",
+ "HeaderFavoriteArtists": "Favoritartister",
+ "HeaderFavoriteAlbums": "Favoritalbum",
+ "HeaderFavoriteSongs": "Favoritlåtar",
+ "HeaderFavoriteAuthors": "Favoritförfattare",
+ "HeaderFavoriteAudioBooks": "Favoritljudböcker",
+ "Ascending": "Stigande",
+ "Descending": "Fallande",
+ "HeaderColorPrimaries": "Primärfärger",
+ "HeaderColorSpace": "Färgrymd",
+ "HeaderColorTransfer": "Färgöverföring",
+ "HeaderVideoRange": "Videointervall",
+ "SeriesDisplayOrderHelp": "Ordna episoder efter sändningsdatum, dvd-ordning eller absolut numrering.",
+ "LabelVerticalPositionFromBottom": "Vertikal position (från botten)",
+ "HeaderFavoritePeople": "Favoritpersoner",
+ "MultiSelect": "Flerval",
+ "HeaderSignOut": "Logga ut",
+ "HeaderSelectServer": "Välj server",
+ "HeaderChangeServer": "Byt server",
+ "HeaderChangeUser": "Byt användare",
+ "HeaderAppSettings": "Appinställningar",
+ "HeaderLoginSettings": "Inloggningsinställningar",
+ "LabelRememberLogin": "Kom ihåg inloggning",
+ "LabelAutomaticallySignOut": "Logga ut automatiskt",
+ "BetaTesterMessage": "Tack för att du betatestar Emby! Lämna gärna feedback i {0}testdelen av forumet{1}.",
+ "HardwareAccelerated": "Hårdvaruaccelererad",
+ "Software": "Mjukvaruacceleration",
+ "Metadata": "Metadata",
+ "HeaderMediaInfo": "Mediainfo",
+ "Locked": "Låst",
+ "HeaderSplitVersionsApart": "Hantera olika versioner separat",
+ "Any": "Vilken som helst",
+ "Admin": "Admin",
+ "HeaderReadMore": "Läs mer",
+ "CustomRatingHelp": "En anpassad åldersgräns används för utvärderingar av föräldrakontroll men visas inte. Fältet för föräldrakontroll visas fortfarande.",
+ "KeepUpToHelp": "Inspelningar som är över gränsen tas bort när nästa inspelning börjar. Äldsta inspelningen tas bort först, sorterat på datum tillagd.",
+ "NoItemsMatchingFound": "Inga objekt som matchade dina sökkriterier hittades.",
+ "TwoSearchCharsRequired": "Ange minst två tecken för att söka.",
+ "PreventPlaybackContinuing": "Undvik att uppspelningen fortsätter i all oändlighet genom att då och då be om användarinput.",
+ "PromptStillWatching": "Aktivera frågan \"Tittar du fortfarande?\"",
+ "HeaderMissingMetadata": "Metadata saknas",
+ "HeaderIncludedIn": "Ingår i",
+ "EmbyConnectUserAlreadyLinked": "Emby Connect-användaren är redan länkad till en annan användare på den här servern.",
+ "VideoFilesWillBeConvertedTo": "Konverterade videor kommer att sparas som {0}.",
+ "VideoWillBeConvertedTo": "Videoströmmar konverteras till {0} eller kopieras från originalfilen om de redan är {0} och kvaliteten passar in i konverteringsalternativen.",
+ "VideoWillBeConvertedToOrCopied": "Videoströmmar konverteras till {0} eller kopieras från originalfilen om de är någon av ({1}), och kvaliteten passar in i konverteringsalternativen.",
+ "AudioWillBeConvertedTo": "Ljudströmmar konverteras till {0} eller kopieras från originalfilen om de redan är {0} och kvaliteten passar in i konverteringsalternativen.",
+ "AudioWillBeConvertedToOrCopied": "Ljudströmmar konverteras till {0} eller kopieras från originalfilen om de är någon av ({1}) och kvaliteten passar in i konverteringsalternativen.",
+ "HeaderSpecialKeys": "Specialtangenter",
+ "FollowingSpecialKeys": "Följande specialtangenter stöds på de flesta tangentbord och fjärrkontroller:",
+ "HeaderDeleteSeries": "Ta bort serie",
+ "HeaderDeleteLastPlayedEpisode": "Ta bort senast spelade avsnitt",
+ "HeaderConnectingToServer": "Ansluter till servern",
+ "ServerNameValue": "Servernamn: {0}",
+ "DomainValue": "Domän: {0}",
+ "RatedValue": "Åldersklassificering {0}",
+ "LocalServerRedirectMessage": "Du kommer nu att omdirigeras till domänen som ägs och drivs av administratören för servern du har valt att ansluta till:",
+ "AllMediaOwnedHosted": "All media lagras och hanteras av ägaren till {0}.",
+ "EnableResolutionSwitching": "Matcha videoupplösning",
+ "EnableResolutionSwitchingHelp": "Detta gör det möjligt för Emby att ändra uppdateringsfrekvensen för skärmen till samma värde (eller multipel av) som uppdateringsfrekvensen i videofilen, innan uppspelning startades. Detta hjälper till att minimera mängden hack/störningar som du annars kan se när du spelar upp videor som inte matchar bra.",
+ "EnableDisplayRefreshRateSwitching": "Aktivera växling av uppdateringsfrekvens för display",
+ "EnableDisplayRefreshRateSwitchingHelp": "Detta gör det möjligt för Emby att ändra uppdateringsfrekvensen för skärmen till samma värde (eller multipel av) som uppdateringsfrekvensen i videofilen, innan uppspelning startades. Detta kan hjälpa till att minimera mängden hack/störningar som du annars kan se när du spelar upp videor som inte matchar bra.",
+ "RememberSelectedAudioTracks": "Kom ihåg val av ljudspår",
+ "RememberSelectedSubtitleTracks": "Kom ihåg val av undertexter",
+ "RememberSelectedSubtitleTracksHelp": "Val av undertextspår kommer att sparas för varje video och tillämpas igen när samma video spelas upp igen.",
+ "RememberSelectedAudioTracksHelp": "Val av ljudspår kommer att sparas för varje video och tillämpas igen när samma video spelas upp igen.",
+ "ClearSavedTrackSelections": "Rensa sparade spårval",
+ "HeaderClearTrackSelections": "Rensa sparade spårval",
+ "QuestionClearSavedTracks": "Rensa alla sparade spårval?",
+ "LabelChannelTags": "Kanaltaggar",
+ "AfterThisPlaysConfirmation": "Skulle du vilja fortsätta eller tömma din tidigare köade musik efter denna uppspelningen?",
+ "Keep": "Behåll",
+ "Clear": "Rensa",
+ "HeaderClearFilters": "Rensa filter",
+ "HeaderSearchForImages": "Sök efter bilder",
+ "HeaderSearchNewImage": "Sök efter en ny bild",
+ "HeaderSearchForAnImage": "Sök efter en bild",
+ "DragDropToReorder": "Dra och släpp för att arrangera om",
+ "HeaderAddImageFromUrl": "Lägg till bild via URL",
+ "HeaderSetImageFromUrl": "Använd bild från URL",
+ "LabelUrl": "URL",
+ "LabelChannelNumber": "Kanalnummer",
+ "LabelGuideDataChannel": "TV-tablå-kanal",
+ "GuideDataSource": "TV-tablåkälla",
+ "HeaderCopyToClipboard": "Kopiera till urklipp",
+ "TimeRemainingValue": "{0} återstår",
+ "LabelResumeRewindSeconds": "Spola tillbaka automatiskt vid återupptagande",
+ "ResumeRewindSecondsHelp": "Detta kan hjälpa dig att komma ihåg var du slutade. Detta gäller den första återupptagningen och inte varje enskild paus under uppspelning.",
+ "HeaderSavePlayQueueToPlaylist": "Spara spelkön i spellistan",
+ "EnableLogoImagesAsTitle": "Visa logotyper som titlar på detaljskärmarna",
+ "EnableLogoImagesAsTitleHelp": "Logotyper kan användas som ersättning för titeltexter i videor, serier och i andra detaljsegment när det finns tillgängligt. Titeln kommer att falla tillbaka till text när en logotyp inte finns tillgänglig.",
+ "LabelNowPlayingAudioBackgroundStyle": "Ljudbakgrundsutseende för spelas nu",
+ "LabelNowPlayingVideoBackgroundStyle": "Videobakgrundsutseende för spelas nu",
+ "NowPlayingVideoBackgroundStyleHelp": "Bestämmer bakgrundsstilen för när videouppspelning fjärrstyrs från en annan enhet.",
+ "Rotation": "Rotation",
+ "Minutes": "Minuter",
+ "LabelMaxRecordingLength": "Max inspelningslängd",
+ "MaxRecordingLengthHelp": "Begränsa inspelningar till en viss tid, oavsett sändningens varaktighet. Sätt till 0 för obegränsat.",
+ "RemoteWAN": "Fjärradress (WAN)",
+ "HeaderLastConnectedTo": "Senast ansluten till",
+ "Version": "Version",
+ "Keyword": "Nyckelord",
+ "HeaderServerAddress": "Serveradress",
+ "HeaderSkipIntro": "Hoppa över intro",
+ "HeaderCreateRecording": "Skapa inspelning",
+ "HeaderAddRecording": "Lägg till inspelning",
+ "HeaderChannelAndTime": "Kanal och tid",
+ "LabelRecordProgramOrSeriesFrom": "Spela in ett program eller serie från",
+ "LabelStartTime": "Starttid",
+ "LabelEndTime": "Sluttid",
+ "LabelFrequency": "Frekvens",
+ "Recurring": "Återkommande",
+ "Once": "En gång",
+ "Start": "Start",
+ "Unpause": "Återuppta",
+ "LabelIntroSkipMode": "Överhoppning av intron",
+ "ShowSkipIntroButton": "Visa knappen \"Hoppa över intro\"",
+ "AutoSkipIntro": "Hoppa över intron automatiskt",
+ "DisplayRatingInformationOnVideoPlaybackStart": "Visa åldersklassificering vid start av videouppspelning",
+ "DisplayRatingInformationOnVideoPlaybackStartHelp": "Information om åldersklassificering visas kort när videouppspelning startar.",
+ "IntroSkipModeHelp": "Visa en \"Hoppa över intro\"-knapp eller hoppa automatiskt över intron för avsnitt där Emby Server har upptäckt intromarkörer. Introdetektering måste vara aktiverat i Emby Server-biblioteksalternativ.",
+ "EnableHomeScreenFocusPreview": "Använd en layout på startskärmen som visar en detaljerad förhandsvisning av det valda objektet",
+ "EnableHomeScreenFocusPreviewHelp": "Detta kanske inte fungerar bra om din startskärm innehåller en blandning av olika mediatyper.",
+ "LabelHideMediaTransportButtons": "Dölj videospelarens knappar",
+ "HideMediaTransportButtonsHelp": "Skapa ett enklare uppspelningsgränssnitt på skärmen genom att dölja grundläggande knappar som hoppa framåt, bakåt och paus. Du kommer fortfarande att kunna använda dessa funktioner med piltangenterna och OK/Enter. Auto kommer att dölja knapparna när ingen musanvändning upptäcks i appen.",
+ "ImageSizeHelp": "Ställ in önskad storlek på bildrutnät.",
+ "LabelImageSize": "Bildstorlek",
+ "ThisImageIsOnlyPreview": "Den här bilden är bara en förhandsvisning som kom från sökmotorn för metadata. Den faktiska bilden som Emby Server laddar ner kan vara en annan och beror på alternativen du har konfigurerat i Emby-biblioteksinställningarna.",
+ "ResultsRangeValue": "{0} till {1} av {2}",
+ "NotificationsDescription": "Konfigurera aviseringar för att hålla dig informerad om viktiga händelser på din Emby-server.",
+ "DeleteEmbyConnectAccount": "Ta bort Emby Connect-konto",
+ "DeleteEmbyConnectAccountHelp": "För att ta bort ditt Emby Connect-konto, logga in på {0}forumet{1} på {2}. När du är inloggad, klicka på ditt användarnamn uppe till höger, gå sedan till kontoinställningar och klicka sedan på radera mitt konto.",
+ "KeepPlayingInBackground": "Fortsätt spela i bakgrunden",
+ "LabelVideoBackBehavior": "Videospelarens funktion för bakåtknapp",
+ "HeaderViewLyrics": "Visa sångtexter",
+ "HeaderViewMissingEpisodes": "Visa saknade avsnitt",
+ "HeaderMissingEpisodes": "Saknade avsnitt",
+ "HeaderManageAccess": "Hantera åtkomst",
+ "HeaderManageCollaboration": "Hantera samarbete",
+ "HeaderLeaveCollaboration": "Lämna samarbete",
+ "HeaderRemoveFromLibrary": "Ta bort från bibliotek",
+ "RemoveSharedItemConfirmation": "Är du säker på att du vill ta bort detta objekt från ditt bibliotek? För att återställa det måste ägaren ge dig åtkomst igen.",
+ "SubtitlesDownloaded": "Undertexter nedladdade",
+ "HeaderMakePrivate": "Gör privat",
+ "HeaderMakePublic": "Gör publik",
+ "MakePublicDescription": "Alla användare kommer att kunna se detta objekt. Användare kan tilldelas åtkomst individuellt.",
+ "MakePrivateDescription": "Användare kan fortfarande tilldelas åtkomst individuellt.",
+ "Private": "Privat",
+ "Public": "Publik",
+ "Collaborative": "Samarbete",
+ "PreferredShowDisplay": "Önskad TV-programvisning",
+ "ShowAllEpisodesAllSeasons": "Visa alla avsnitt av alla säsonger tillsammans (inga säsongsmappar)",
+ "ShowAllEpisodesSingleSeason": "Visa alla avsnitt för serier med enbart 1 säsong",
+ "ShowSeasonFolders": "Visa alltid säsongsmappar",
+ "HeaderAddAgain": "Lägg till igen",
+ "UpNext": "Nästa",
+ "ItemsAlreadyInPlaylist": "Vissa av dessa objekt finns redan i din spellista.",
+ "ItemAlreadyInPlaylist": "Det här objektet finns redan i din spellista.",
+ "HeaderPlayChannel": "Spela kanal",
+ "LabelScreenOrientationDuringVideo": "Skärmorientering under videouppspelning",
+ "UseDeviceSetting": "Använd enhetsinställning",
+ "LockToLandscape": "Lås till liggande",
+ "UsernameForFolderHelp": "Användarnamnet som krävs för att komma åt den här mappen i ditt nätverk (om tillämpligt).",
+ "PasswordForFolderHelp": "Lösenordet som krävs för att komma åt den här mappen i ditt nätverk (om tillämpligt).",
+ "ShowMediaInfoOnDetailScreens": "Visa fullständigt mediainformation längst ner på ljud- och videodetaljskärmarna",
+ "ForgotPasswordNoUserFound": "Inga användare med det angivna namnet hittades. Försök igen eller lämna namnet tomt för att återställa lösenordet för alla användare på denna server.",
+ "Silver": "Silver",
+ "DimGray": "Dämpad grå",
+ "DarkGray": "Mörkgrå",
+ "LightGray": "Ljusgrå",
+ "Black": "Svart",
+ "Blue": "Blå",
+ "Cyan": "Cyan",
+ "Gray": "Grå",
+ "Green": "Grön",
+ "Lime": "Lime",
+ "Magenta": "Magenta",
+ "Orange": "Orange",
+ "Pink": "Rosa",
+ "Red": "Röd",
+ "Yellow": "Gul",
+ "White": "Vit",
+ "Purple": "Lila",
+ "RecentlyReleasedMovies": "Nyligen släppta filmer",
+ "RecentlyReleasedEpisodes": "Nyligen släppta avsnitt",
+ "DolbyProfile": "Dolby-profil",
+ "IpAddress": "IP-adress",
+ "VideoType": "Videotyp",
+ "HidePlayedMediaFrom": "Dölj uppspelat innehåll från",
+ "BottomEdgePosition": "Position längst ner vid kanten",
+ "VerticalPositionFromBottomScreen": "Sätt den vertikala positionen för undertexterna i förhållande till skärmens nederkant.",
+ "TopEdgePosition": "Position högst upp vid kanten",
+ "TopEdgePositionHelp": "Sätt den högsta tillåtna vertikala positionen för undertexterna i förhållande till skärmens överkant. Detta används när undertexterna innehåller positioneringsinstruktioner för att placeras högst upp.",
+ "HeaderSubtitlePosition": "Undertextposition",
+ "TitleProfilePin": "PIN för profil",
+ "ProfilePinConfirm": "Bekräfta PIN för profil",
+ "SaveProfilePin": "Spara PIN-kod",
+ "ProfilePinDescription": "Skapa en valfri pinkod som du uppmanas att ange varje gång du återvänder till en Emby-app på en enhet som du redan har loggat in på. Detta är användbart om du har enheter som delas av flera användare. Du kan välja att aktivera det selektivt på varje enhet efter behov.",
+ "TitleNewEpisodes": "Nya avsnitt",
+ "EnterYourPinToContinue": "Ange din PIN-kod för att fortsätta.",
+ "YourPinMustBe": "Din PIN-kod måste vara {0} siffror.",
+ "ForgotPin": "Glömt PIN-kod?",
+ "RequireEnteringPinToReturn": "Kräv att jag anger min profil-PIN varje gång jag återvänder till denna app.",
+ "RequireEnteringPinToReturnQuestion": "Ska vi be om din profil-PIN varje gång du återvänder till denna app? Om den här enheten används av flera användare kan din profil-PIN hjälpa till att förhindra att andra användare får åtkomst till din data och inställningar.",
+ "RequireEnteringPinToReturnHelp": "Användbart om den här enheten delas av flera användare.",
+ "WrongPinPleaseTryAgain": "Fel PIN-kod. Försök igen.",
+ "ProfilePinIsOn": "Profil-PIN är för närvarande aktiverad.",
+ "IfTryingToConnectToHttp": "Om du försöker ansluta till din Emby Server med en HTTP-adress kanske din webbläsare inte tillåter detta på grund av HTTPS-krav. Försök med något av följande:",
+ "SetupHttpsForYourServer": "Ställ in {0}HTTPS för din Emby Server{1} så att du kan ansluta med HTTPS.",
+ "TitleUnableToReachServer": "Kunde inte nå servern",
+ "TitleUnableToReachName": "Det går inte att nå {0}",
+ "HearingImpaired": "Hörselnedsättning",
+ "SignIntoServerName": "Logga in på {0}",
+ "About": "Om",
+ "Specials": "Specialavsnitt",
+ "NSettings": "Inst. för {0}",
+ "NPreferences": "Val för {0}",
+ "DetailScreenOptions": "Detaljskärmar",
+ "LabelGenreDisplayLimit": "Genrevisningsgräns",
+ "GenreDisplayLimitHelp": "Begränsa antalet genrer som visas högst upp på detaljskärmar för objekt.",
+ "GenreDisplayLimitForListsHelp": "Begränsa antalet genrer som visas högst upp på spellistor, samlingar och artistdetaljskärmar.",
+ "LabelGenreDisplayLimitForLists": "Genrevisningsgräns för listor",
+ "ShowPosterOnDetails": "Visa en poster på detaljskärmen",
+ "ShowPosterOnDetailsHelp": "Välj att visa en poster på videodetaljskärmar eller dölj den för en mer minimalistisk look som betonar bakgrunden. Denna inställning används inte på mindre skärmlayouter. Vissa objekttyper kommer att ignorera denna inställning.",
+ "EnableAppLogging": "Aktivera app-logging",
+ "EnableAppLoggingHelp": "Loggning kan försämra app-prestanda och bör endast aktiveras vid behov för felsökning. Ändringar kräver omstart av appen.",
+ "LabelSlideshowInterval": "Tid per bild i bildspel",
+ "TVChannelImageEditorHelp": "Flera logotyper stöds. Emby-appar väljer automatiskt den mest lämpliga beroende på aktuellt tema.",
+ "PlaySlideshow": "Spela bildspel",
+ "CheckForExistingEpisodesInAllLibraries": "Sök efter befintliga avsnitt i alla bibliotek",
+ "GroupNotificationsBySeriesOrAlbum": "Gruppera aviseringar efter serier och album",
+ "ThemeSettings": "Inställningar för tema",
+ "FollowingActivityWillBeDisrupted": "Följande aktivitet kommer att avbrytas och kan kräva manuell hantering för att starta igen:",
+ "OneActivePlaybackSession": "1 aktiv uppspelningssession",
+ "NumActivePlaybackSessions": "{0} aktiva uppspelningssessioner",
+ "OneActiveRecording": "1 aktiv inspelning",
+ "NumActiveRecordings": "{0} aktiva inspelningar",
+ "PlayFromLivePosition": "Spela från livepositionen",
+ "PlayFromStartOfRecording": "Spela upp från början av inspelningen",
+ "ThisChannelIsActivelyRecording": "Denna kanal spelas in. Hur vill du börja spela?",
+ "ThemeSongVolume": "Signaturmelodivolym",
+ "HeaderForceConversionForFormats": "Tvinga transkodning för format",
+ "ForceConversionForFormatsHelp": "Tvinga servern att transkoda eller remuxa format som inte fungerar optimalt med direktuppspelning på denna enhet.",
+ "StartupBehavior": "Uppstartsinställningar",
+ "RememberLastUser": "Kom ihåg den senaste användaren",
+ "ShowLoginScreen": "Visa inloggningsskärmen",
+ "SignInAsValue": "Logga in som {0}",
+ "ConvertUnsupportedAudio": "Konvertera surroundljud som inte stöds till Dolby Digital",
+ "ConvertUnsupportedAudioHelp": "Undvik nedmixning av ej stödda surroundformat till stereo genom att låta Emby Server transkoda dem till Dolby Digital.",
+ "HeaderPlaybackCorrection": "Uppspelningskorrigering",
+ "HeaderAttemptPlaybackCorrection": "Försök att åtgärda uppspelningsfel",
+ "PlaybackCorrectionConfirm": "Starta försök att åtgärda uppspelningsfel?",
+ "PlaybackCorrectionDescription": "Har det aktuella objektet uppspelningsproblem, t.ex. ingen video eller ljud? Detta kommer att försöka åtgärda problemet genom att använda servertranskodning för att konvertera filen till ett mer strömningsvänligt format. Detta kommer att öka resursförbrukningen på denna Emby Server.",
+ "PlaybackCorrectionDescription2": "Du kan göra detta upp till tre gånger per video, där remuxning, videotranskodning och ljudtranskodning aktiveras en i taget.",
+ "HeaderAlbumsAsContributingArtist": "Album som bidragande artist",
+ "HeaderAlbumsAsComposer": "Album som kompositör",
+ "Duplicates": "Dubbletter",
+ "HeaderSleepTimer": "Sömntimer",
+ "AfterCurrentItem": "Efter aktuellt objekt",
+ "HeaderStopPlayback": "Stoppa uppspelning",
+ "TurnOffTimer": "Stäng av timern",
+ "SleepTimerIsSet": "Din sömntimer är inställd",
+ "SleepTimerIsOff": "Din sömntimer är avstängd",
+ "LabelEnableRemoteControlTVMode": "Visa casting- och fjärrkontrollsfunktioner",
+ "EnableRemoteControlTVModeHelp": "Aktivera detta om du vill använda denna enhet för att skicka media till andra enheter.",
+ "ShowOnScreenControls": "Visa skärmkontroller",
+ "LabelVideoScreenUpAction": "Uppåtknappens funktion i videospelaren",
+ "VideoScreenUpActionHelp": "Välj vilken funktion som ska utföras när uppåtknappen används i videospelarens gränssnitt. Detta gäller när inga kontroller visas på skärmen. Om kontrollerna är synliga används uppåtknappen för navigering.",
+ "LabelVideoPlayerLongPressAction": "Långtrycksåtgärd för videouppspelning",
+ "LetsGetSetup": "Nu sätter vi igång",
+ "VideoPlayerLongPressActionHelp": "Välj vilken funktion eller meny som visas när du håller ned OK-knappen under videouppspelning. Gäller endast när videokontrollerna är dolda eller när tidslinjen har fokus.",
+ "AskAdminToGetPremiere": "Detta köp måste göras av serveradministratören. Be administratören för denna Emby Server att logga in och skaffa Emby Premiere så att du kan få tillgång till premiumfunktionerna.",
+ "AutoOpenSingleItemsFolders": "Öppna automatiskt objekt i mappar med endast 1 objekt",
+ "AutoOpenSingleItemsFoldersHelp": "När en mapp bara innehåller 1 objekt, öppna det automatiskt.",
+ "PlayedOnValue": "Spelad {0}",
+ "TheseSettingsApplyAppDevice": "Dessa inställningar gäller för alla användare som spelar upp på denna enhet.",
+ "LastContentDateAdded": "Datum då innehåll senast importerades",
+ "RepeatThemeMedia": "Spela teman på repeat",
+ "HideEpisodeSpoilerInfo": "Göm spoilerinformation från avsnitt som inte har setts än.",
+ "HideEpisodeSpoilerInfoHelp": "Döljer bilden och sammanfattningen för osedda avsnitt på de flesta skärmar.",
+ "BornValueAge": "Född: {0} ({1} år)",
+ "PreferDirectStreamLiveTV": "Föredra direktströmning av direktsänd TV",
+ "PreferDirectStreamLiveTVHelp": "Direktströmning av direktsänd TV minskar resursförbrukningen på din Emby-server men kan göra uppspelningen svårare att spola i. När detta är aktiverat används direktströmning av direktsänd TV om formatet stöds och ligger inom din konfigurerade kvalitetsinställning. Inaktivera detta för att få bättre möjlighet att spola under uppspelning, på bekostnad av högre resursförbrukning.",
+ "HeaderAllRecordings": "Alla inspelningar",
+ "RememberLoginDescription": "Efter inloggning kan du använda appinställningarna för att konfigurera startbeteendet för att komma ihåg inloggning, logga in som en specifik användare eller visa inloggningsskärmen.",
+ "ForgetServerConfirmation": "Är du säker på att du vill glömma denna server?",
+ "ForgetThisServer": "Glöm denna server",
+ "HeaderThisDevice": "Denna enhet",
+ "ChaptersGuide": "Kapitel / TV-guide",
+ "ChaptersGuideHelp": "Visa kapitel för media som har kapitel. För media utan kapitel visas TV-guiden (om tillgänglig).",
+ "HeaderShowSeriesImages": "Visa bilder för serier",
+ "AppExitConfirmation": "Är du redo att avsluta Emby?",
+ "AppExitMenu": "Avslutsmeny",
+ "SideMenu": "Sidonavigeringsmeny",
+ "SystemStorage": "Systemlagring ({0})"
+}
diff --git a/modules/common/strings/th.json b/modules/common/strings/th.json
new file mode 100644
index 0000000..0609cd9
--- /dev/null
+++ b/modules/common/strings/th.json
@@ -0,0 +1,1340 @@
+{
+ "File": "File",
+ "Like": "Like",
+ "HeaderContinueListening": "Continue Listening",
+ "Genre": "Genre",
+ "HeaderSpecialKeys": "Special Keys",
+ "Duplicates": "Duplicates",
+ "VideoScreenUpActionHelp": "Select the action to take when pressing the up key on the video player screen. This applies when no on-screen controls are currently visible. When controls are already visible, the up key will be used for navigation.",
+ "LabelVideoPlayerLongPressAction": "Video player long press action",
+ "LetsGetSetup": "Let's Get Set Up",
+ "VideoPlayerLongPressActionHelp": "Choose what function or menu is shown when long pressing the OK button during video playback. This only takes effect when the video controls are hidden or the seek bar has focus.",
+ "AskAdminToGetPremiere": "This purchase must be made by the server administrator. Please ask the administrator of this Emby Server to sign in and get Emby Premiere so that you can enjoy access to premium features.",
+ "AutoOpenSingleItemsFolders": "Auto open single items in folder view",
+ "AutoOpenSingleItemsFoldersHelp": "When a folder only contains one item, automatically open that item.",
+ "EmbyLoginTerms": "Emby is designed to help you manage your personal media library, such as home videos and photos. Please see our {0}terms of use{1}. The use of any Emby software constitutes acceptance of these terms.",
+ "MessageUnableToConnectToServer": "We're unable to connect to the selected server right now. Please ensure it is running and try again.",
+ "EmbyIntroMessage": "With Emby you can easily stream videos, music and photos to smart phones, tablets and other devices from your Emby Server.",
+ "HeaderSignInWithConnect": "Sign in with Emby Connect",
+ "HeaderWelcomeToEmby": "Welcome to Emby",
+ "HeaderNewUsers": "New Users",
+ "HeaderPleaseSignIn": "Please Sign In",
+ "MessageInvalidUser": "Invalid username or password. Please try again.",
+ "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.",
+ "ValueSpecialEpisodeName": "Special - {0}",
+ "HeaderSignIn": "Sign In",
+ "Share": "Share",
+ "Shared": "Shared",
+ "Info": "Info",
+ "Add": "Add",
+ "Speed": "Speed",
+ "PlaybackSpeed": "Playback Speed",
+ "Chapters": "Chapters",
+ "Password": "Password",
+ "SavePassword": "Save Password",
+ "LabelPassword": "Password",
+ "HeaderResetPassword": "Reset Password",
+ "Series": "Series",
+ "Preview": "Preview",
+ "Submit": "Submit",
+ "Never": "Never",
+ "Table": "Table",
+ "HeaderScheduledTasks": "Scheduled Tasks",
+ "Plays": "Plays",
+ "LastUsedAddressValue": "Last used {0}",
+ "LabelKeywordType": "Keyword type",
+ "HeaderSelectColumns": "Select Columns",
+ "HeaderTopResults": "Top Results",
+ "HeaderPinSidebar": "Pin Sidebar",
+ "Collapse": "Collapse",
+ "LabelBackgroundVideoPlayback": "Background video playback",
+ "BackgroundVideoPlaybackHelp": "Background playback allows video to keep playing even when the screen is turned off.",
+ "AlwaysOn": "Always on",
+ "HeadphonesOrExternalSpeakersConnected": "Headphones or external speakers connected",
+ "HeaderKeyboardAndRemote": "Keyboard and Remote",
+ "NoSelectedItemsSupportOperation": "There are no items selected that support this operation.",
+ "NoOperationsForSelectedItems": "There are no operations available for the selected items.",
+ "UploadOnlyOnWifi": "Upload only on Wifi",
+ "HeaderFoldersToUpload": "Folders to Upload",
+ "LabelPasswordConfirm": "Password (confirm)",
+ "HeaderMoveUpInOrder": "Move Up In Order",
+ "HeaderDownUpInOrder": "Move Down In Order",
+ "LabelUsername": "Username",
+ "HeaderAddServer": "Add Server",
+ "HeaderSubtitleOffset": "Subtitle Offset",
+ "Watching": "Watching",
+ "HeaderRemoveFromContinueWatching": "Remove from Continue Watching",
+ "RemoveThisTitleFromContinueWatching": "Remove this title from Continue Watching?",
+ "HeaderRemoveFromContinueListening": "Remove from Continue Listening",
+ "RemoveThisTitleFromContinueListening": "Remove this title from Continue Listening?",
+ "HeaderIncreaseSubtitleOffset": "Increase Subtitle Offset",
+ "HeaderDecreaseSubtitleOffset": "Decrease Subtitle Offset",
+ "Close": "Close",
+ "HeaderSeeAll": "See All",
+ "HeaderOpenInNewWindow": "Open in New Window",
+ "LabelEmail": "Email",
+ "LabelHost": "Host",
+ "LabelHostHelp": "Example: 192.168.1.100 or https://myserver.com",
+ "LabelPort": "Port",
+ "Disabled": "Disabled",
+ "Uninstall": "Uninstall",
+ "Enable": "Enable",
+ "AllTuners": "All Tuners",
+ "Disable": "Disable",
+ "NextValue": "Next: {0}",
+ "HeaderNextItem": "Next Item",
+ "HeaderPreviousItem": "Previous Item",
+ "NoTrailersMessage": "No Trailers found. To add Trailers, please install the Trailer plugin from the {0}Emby plugin catalog{1}.",
+ "UninstallPluginConfirmation": "Are you sure you wish to uninstall this plugin?",
+ "HeaderUninstallPlugin": "Uninstall Plugin",
+ "AreYouStillWatching": "Are you still watching?",
+ "LabelCurrentPassword": "Current password",
+ "LabelNewPassword": "New password",
+ "LabelNewPasswordConfirm": "New password confirm",
+ "HeaderRemovePassword": "Remove Password",
+ "ServerUpdateNeeded": "This Emby Server needs to be updated. To download the latest version, please visit {0}",
+ "MessageThankYouForConnectSignUp": "Thank you for signing up for Emby Connect. An email will be sent to your address with instructions on how to confirm your new account. Please confirm the account and then return here to sign in.",
+ "MessageThankYouForConnectSignUpNoValidation": "Thank you for signing up for Emby Connect! You will now be asked to login with your Emby Connect information.",
+ "ErrorMessagePasswordNotMatchConfirm": "The password and password confirmation must match.",
+ "ErrorMessageUsernameInUse": "The username is already in use. Please choose a new name and try again.",
+ "ErrorMessageEmailInUse": "The email address is already in use. Please enter a new email address and try again, or use the forgot password feature.",
+ "HeaderUpcomingOnTV": "Upcoming On Live TV",
+ "HeaderOtherShowings": "Other Showings",
+ "Showings": "Showings",
+ "HeaderConnectToServer": "Connect to Server",
+ "ConnectToServerManually": "Connect to server manually",
+ "LabelEnterConnectUserNameHelp": "This is the email address that you used to setup your Emby Connect account.",
+ "HeaderSignInError": "Sign In Error",
+ "HeaderManualLogin": "Manual Login",
+ "PasswordResetConfirmation": "Are you sure you wish to reset the password?",
+ "ContactAdminToResetPassword": "Please contact your system administrator to reset your password.",
+ "ForgotPasswordInNetworkRequired": "Please try again within your home network to initiate the password reset process.",
+ "ForgotPasswordFileCreated": "The following file has been created on your server and contains instructions on how to proceed:",
+ "ForgotPasswordFileExpiration": "The reset pin will expire at {0}.",
+ "InvalidForgotPasswordPin": "An invalid or expired pin was entered. Please try again.",
+ "PasswordResetForUsers": "Passwords have been removed for the following users. To login, sign in with a blank password.",
+ "HeaderForgotPassword": "Forgot Password?",
+ "ForgotPasswordUsernameHelp": "Leave this blank if you don't remember your username.",
+ "HeaderPasswordReset": "Password Reset",
+ "AttributeNew": "New",
+ "Done": "Done",
+ "HeaderResetToDefault": "Reset to Default",
+ "Deinterlacing": "Deinterlacing",
+ "HeaderBurningInSubtitles": "Burning in Subtitles",
+ "Premiere": "Premiere",
+ "LabelPinCode": "Pin code",
+ "LabelLocalNetworkPinCode": "Local network pin code",
+ "LabelLocalNetworkPasswordMode": "Local network sign in mode",
+ "RequirePasswordInLocalNetwork": "Require a password on the local network",
+ "NoPasswordInLocalNetwork": "Don't require a password on the local network",
+ "PinCodeInLocalNetwork": "Allow a numeric pin code on the local network",
+ "LocalNetworkPasswordModeHelp": "Select the sign in method for devices on the same local network as your Emby Server.",
+ "HeaderLocalNetworkAccess": "Local Network Access",
+ "Live": "Live",
+ "Reset": "Reset",
+ "Repeat": "Repeat",
+ "Track": "Track",
+ "Tracks": "Tracks",
+ "HeaderCameraUpload": "Camera Upload",
+ "TrackCount": "{0} Tracks",
+ "ItemCount": "{0} Items",
+ "NumberChannelsValue": "{0} Channels",
+ "HeaderLatestMusic": "Latest Music",
+ "HeaderLatestAudioBooks": "Latest Audio Books",
+ "HeaderLatestDownloadedVideos": "Latest Downloaded Videos",
+ "HeaderRecentlyPlayed": "Recently Played",
+ "Recent": "Recent",
+ "HeaderFrequentlyPlayed": "Frequently Played",
+ "HeaderMoreLikeThis": "More Like This",
+ "HeaderMoreLikeThisOnLiveTV": "More Like This on Live TV",
+ "OriginalAirDateValue": "Original air date: {0}",
+ "EndsAtValue": "Ends at {0}",
+ "Date": "Date",
+ "AirDate": "Air Date",
+ "Played": "Played",
+ "Daily": "Daily",
+ "Weekly": "Weekly",
+ "RequireHashMatch": "Require a hash match",
+ "RequireHashMatchHelp": "Requiring a hash match will filter subtitles to include only those that have been tested with your exact video file. Unchecking this will increase the number of matched subtitles, but will also increase the chances of mistimed or incorrect subtitle text.",
+ "SearchForForcedSubtitlesOnly": "Forced subtitles only",
+ "SearchForForcedSubtitlesOnlyHelp": "Requiring forced subtitles will limit results to subtitles that are tagged as having a foreign language.",
+ "LastEpisodeDateAdded": "Last Episode Date Added",
+ "LastEpisodeDateAired": "Last Episode Date Released",
+ "LabelPlaystate": "Playstate",
+ "Studio": "Studio",
+ "Tag": "Tag",
+ "EpisodeTitle": "Episode Title",
+ "Audio": "Audio",
+ "Video": "Video",
+ "Subtitle": "Subtitle",
+ "Image": "Image",
+ "CopyStream": "Copy original stream",
+ "LabelAudioLayout": "Audio layout",
+ "LabelAudioCodec": "Audio codec",
+ "LabelAudioLanguage": "Audio language",
+ "LabelSubtitleLanguage": "Subtitle language",
+ "LabelVideoCodec": "Video codec",
+ "LabelSubtitleCodec": "Subtitle codec",
+ "LabelParentalRating": "Parental rating",
+ "BecauseYouLikeValue": "Because you like {0}",
+ "BecauseYouWatchedValue": "Because you watched {0}",
+ "DirectedByValue": "Directed by {0}",
+ "StarringValue": "Starring {0}",
+ "Invitations": "Invitations",
+ "ActorAsRole": "as {0}",
+ "ButtonOk": "OK",
+ "GroupItemsIntoCollections": "Group items into collections",
+ "GroupItemsIntoCollectionsHelp": "Group items based on collections they've been added to. Enabling certain filters or sort orders may automatically disable this.",
+ "GroupItemsIntoTags": "Group items into tags",
+ "GroupItemsIntoTagsHelp": "Group items based on tags they've been added to. Enabling certain filters or sort orders may automatically disable this.",
+ "User": "User",
+ "Access": "Access",
+ "Users": "Users",
+ "Library": "Library",
+ "Devices": "Devices",
+ "Cancel": "Cancel",
+ "Restart": "Restart",
+ "Shutdown": "Shutdown",
+ "Logs": "Logs",
+ "Visibility": "Visibility",
+ "Notifications": "Notifications",
+ "SendTestNotification": "Send Test Notification",
+ "NotificationSent": "Notification sent",
+ "DeleteNotificationConfirmation": "Are you sure you wish to delete this notification?",
+ "DeleteNotification": "Delete Notification",
+ "AddNotification": "Add Notification",
+ "EditNotification": "Edit Notification",
+ "LimitUserEventsTo": "Limit user events to",
+ "LimitLibraryEventsTo": "Limit library events to",
+ "LimitDeviceEventsTo": "Limit devices events to",
+ "ForAdditionalNotificationOptions": "Additional notification services can be installed by the server administrator in the Emby {0}plugin catalog{1}.",
+ "Plugins": "Plugins",
+ "Systems": "Systems",
+ "Server": "Server",
+ "Dashboard": "Dashboard",
+ "PlayOnAnotherDevice": "Play on another device",
+ "HeaderConnectionHelp": "Connection Help",
+ "AccessRestrictedTryAgainLater": "Access is currently restricted. Please try again later.",
+ "ButtonGotIt": "Got It",
+ "RememberMe": "Remember me",
+ "EmbyServer": "Emby Server",
+ "ManageEmbyServer": "Manage Emby Server",
+ "ShutdownServer": "Shutdown Emby Server",
+ "RestartServer": "Restart Emby Server",
+ "RecordingCancelled": "Recording Cancelled",
+ "SeriesCancelled": "Series Cancelled",
+ "Recording": "Recording",
+ "SeriesRecording": "Series Recording",
+ "RecordingScheduled": "Recording Scheduled",
+ "SeriesRecordingScheduled": "Series Recording Scheduled",
+ "HeaderNewRecording": "New Recording",
+ "HeaderWakeServer": "Wake Server",
+ "AttemptingWakeServer": "Attempting to wake server. Please wait...",
+ "WakeServerSuccess": "Success!",
+ "HeaderCustomizeHomeScreen": "Customize Home Screen",
+ "WakeServerError": "Wake On LAN packets were sent to your server machine, but we're unable to connect to your Emby Server. Your machine may need a little more time to wake, or Emby Server may not be actively running on the machine.",
+ "Days": "Days",
+ "Network": "Network",
+ "Networks": "Networks",
+ "SortByValue": "Sort by {0}",
+ "HeaderSortBy": "Sort By",
+ "HeaderPhotoAlbums": "Photo Albums",
+ "Photos": "Photos",
+ "HeaderAppearsOn": "Appears On",
+ "List": "List",
+ "HeaderRecordSeries": "Record Series",
+ "HeaderCinemaMode": "Cinema Intros",
+ "Conversions": "Conversions",
+ "Downloads": "Downloads",
+ "HeaderManageDownloads": "Manage Downloads",
+ "InternalStorage": "Internal storage",
+ "ExternalStorage": "External storage",
+ "UploadToFollowingServers": "Upload to Servers",
+ "UploadingNumItems": "Uploading {0} of {1}",
+ "DownloadNumItems": "Downloading {0} of {1}",
+ "HeaderSampleRate": "Sample Rate",
+ "HeaderReferenceFrames": "Reference Frames",
+ "HeaderBitDepth": "Bit Depth",
+ "HeaderPixelFormat": "Pixel Format",
+ "Profile": "Profile",
+ "Bitrate": "Bitrate",
+ "Expand": "Expand",
+ "Container": "Container",
+ "Format": "Format",
+ "Path": "Path",
+ "Size": "Size",
+ "Resolution": "Resolution",
+ "HeaderCodecTag": "Codec Tag",
+ "Framerate": "Framerate",
+ "Interlaced": "Interlaced",
+ "Anamorphic": "Anamorphic",
+ "Level": "Level",
+ "Timestamp": "Timestamp",
+ "Language": "Language",
+ "Codec": "Codec",
+ "Stream": "Stream",
+ "HeaderExtradata": "Extra Data",
+ "HeaderHardwareAcceleratedTranscoding": "Hardware Accelerated Transcoding",
+ "HeaderHardwareAcceleratedTranscodingDescription": "Take advantage of your server GPU. Emby has the most advanced and fastests hardware accelleration in the industry.",
+ "HeaderOfflineDownloads": "Offline Media",
+ "AndMuchMoreExclamation": "And much more!",
+ "HeaderOfflineDownloadsDescription": "Download media to your devices for easy offline use.",
+ "LiveTvFeatureDescription": "Stream Live TV to any Emby app, with a compatible TV tuner device installed on your Emby Server.",
+ "DvrFeatureDescription": "Schedule individual Live TV recordings, series recordings, and more with Emby DVR.",
+ "CinemaModeFeatureDescription": "Cinema Intros give you the true cinema experience with trailers and custom intros before the main feature.",
+ "HeaderFreeApps": "Free Emby Apps",
+ "FreeAppsFeatureDescription": "Enjoy free access to Emby apps for your devices.",
+ "HeaderBecomeProjectSupporter": "Get Emby Premiere",
+ "HeaderViewServerInfo": "View Server Info",
+ "PlaybackTvModeRequiresEmbyPremiere": "Media playback in TV mode requires an active {0}Emby Premiere subscription{1}.",
+ "FeatureRequiresEmbyPremiere": "This feature requires an active {0}Emby Premiere subscription{1}.",
+ "HeaderConvertYourRecordings": "Convert Your Recordings",
+ "Record": "Record",
+ "Save": "Save",
+ "Edit": "Edit",
+ "HeaderSavePlaylist": "Save Playlist",
+ "Latest": "Latest",
+ "Download": "Download",
+ "Downloaded": "Downloaded",
+ "Converted": "Converted",
+ "RemoveFromHistory": "Remove from History",
+ "ConfirmRemoveFromHistory": "Remove this item from the history?",
+ "Downloading": "Downloading",
+ "Advanced": "Advanced",
+ "LinkedToEmbyConnect": "Linked to Emby Connect",
+ "Delete": "Delete",
+ "Both": "Both",
+ "LabelChannelDisplay": "Channel display",
+ "HeaderDeleteItem": "Delete Item",
+ "HeaderDeleteUser": "Delete User",
+ "DeleteItemConfirmation": "Are you sure you wish to delete {0}?",
+ "DeleteUserConfirmation": "Are you sure you wish to delete user {0}?",
+ "DeleteUsersConfirmation": "Are you sure you wish to delete these {0} users?",
+ "HeaderDeleteDevice": "Delete Device",
+ "DeleteDeviceConfirmation": "Are you sure you wish to delete this device? It will reappear the next time a user signs in with it.",
+ "ConfirmDeleteItem": "Deleting this item will delete it from both the file system and your media library.",
+ "FollowingFilesWillBeDeleted": "The following files and folders will be deleted:",
+ "AreYouSureToContinue": "Are you sure you wish to continue?",
+ "Refresh": "Refresh",
+ "RefreshingMetadataDots": "Refreshing metadata...",
+ "ScanningLibraryFilesDots": "Scanning library files...",
+ "HeaderFavoritesThenByChannelNumber": "Favorites, Then by Channel Number",
+ "HeaderAddToCollection": "Add to Collection",
+ "HeaderFavoritesThenByTitle": "Favorites, Then by Title",
+ "HeaderFavoritesThenByDefault": "Favorites, Then by Default Channel Order",
+ "HeaderDefaultChannelOrder": "Default Channel Order",
+ "HeaderAddToFavorites": "Add to Favorites",
+ "HeaderRemoveFromFavorites": "Remove from Favorites",
+ "Favorited": "Favorited",
+ "Unfavorited": "Unfavorited",
+ "HeaderNewCollection": "New Collection",
+ "HeaderNewPlaylist": "New Playlist",
+ "AllCollections": "All Collections",
+ "AllPlaylists": "All Playlists",
+ "Create": "Create",
+ "HeaderAddedToPlaylist": "Added to Playlist",
+ "HeaderAddedToCollection": "Added to Collection",
+ "OneItemAddedTo": "1 item added to \"{0}\".",
+ "ItemsAddedTo": "{0} items added to \"{1}\".",
+ "HeaderAddedToPlayQueue": "Added to Play Queue",
+ "HeaderPlayingNext": "Playing Next",
+ "Help": "Help",
+ "HeaderGetHelp": "Get Help",
+ "LabelTVDisplayMode": "Enable TV display mode",
+ "Desktop": "Desktop",
+ "Mobile": "Mobile / Tablet",
+ "Navigation": "Navigation",
+ "HeaderVideoPlayback": "Video Playback",
+ "TV": "TV",
+ "HeaderEmbyConnect": "Emby Connect",
+ "Seasons": "Seasons",
+ "OneTrack": "1 Track",
+ "OneSeason": "1 Season",
+ "Libraries": "Libraries",
+ "NumberSeasonsValue": "{0} Seasons",
+ "TVDisplayModeHelp": "Optimize the user interface on this device for display on a TV and input method with a remote control. This is generally not recommended if your primary input method is a mouse or is touch-based.",
+ "LabelDisplayLanguage": "Display language",
+ "LabelDisplayLanguageHelp": "Translating Emby is an ongoing project.",
+ "LearnHowYouCanContribute": "Learn how you can contribute.",
+ "NewCollectionHelp": "Collections allow you to create personalized groupings of movies and other library content.",
+ "SearchForCollectionInternetMetadata": "Search the internet for artwork and 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",
+ "ServerStartup": "Server Startup",
+ "EmbyServerOnXHasStarted": "Emby Server on {0} has started.",
+ "LabelScreensaver": "Screensaver",
+ "LabelSoundEffects": "Sound effects",
+ "LabelName": "Name",
+ "NewCollectionNameExample": "Example: Star Wars Collection",
+ "MessageItemsAdded": "Items added.",
+ "OptionNew": "New...",
+ "LabelPlaylist": "Playlist",
+ "AddToPlaylist": "Add to playlist",
+ "HeaderAddToPlaylist": "Add to Playlist",
+ "Subtitles": "Subtitles",
+ "LabelTheme": "Theme",
+ "LabelSettingsTheme": "Settings theme",
+ "LabelThemeAccentColor": "Accent color",
+ "ThemeAccentColorDescription": "Controls the color of important indicators, icons and text.",
+ "SearchForSubtitles": "Search for Subtitles",
+ "LabelLanguage": "Language",
+ "Search": "Search",
+ "NoSubtitleSearchResultsFound": "No results found. Have you configured {0}subtitle downloading{1}?",
+ "NoLyricsSearchResultsFound": "No results found. Have you configured {0}lyrics downloading{1}?",
+ "Lyrics": "Lyrics",
+ "SearchForLyrics": "Search for Lyrics",
+ "Finish": "Finish",
+ "Exit": "Exit",
+ "Sleep": "Sleep",
+ "Setup": "Setup",
+ "MessageAreYouSureDeleteSubtitles": "Are you sure you wish to delete this subtitle file?",
+ "ConfirmDeletion": "Confirm Deletion",
+ "MySubtitles": "My Subtitles",
+ "MessageDownloadQueued": "Download queued.",
+ "HeaderEditSubtitles": "Edit Subtitles",
+ "UnlockGuide": "Unlock Guide",
+ "HeaderRefreshMetadata": "Refresh Metadata",
+ "HeaderRefreshAllMetadata": "Refresh All Metadata",
+ "ReplaceExistingImages": "Replace existing images",
+ "ReplaceExistingImagesHelp": "All existing images will be deleted and new ones will be downloaded based on the options for the library. In some cases this may result in fewer available images than before.",
+ "ReplaceExistingThumbnailImages": "Replace existing video preview thumbnails",
+ "ReplaceExistingThumbnailImagesHelp": "All existing video preview thumbnails will be deleted and new ones will be generated, if enabled in the options for the library.",
+ "ReplaceAllMetadata": "Replace all metadata",
+ "SearchForMissingMetadata": "Search for missing metadata",
+ "LabelRefreshMode": "Refresh mode",
+ "NoItemsFound": "No items found.",
+ "HeaderSaySomethingLike": "Say Something Like...",
+ "ButtonTryAgain": "Try Again",
+ "HeaderYouSaid": "You Said...",
+ "MessageWeDidntRecognizeCommand": "We're sorry, we didn't recognize that command.",
+ "MessageIfYouBlockedVoice": "If you denied voice access to the app you'll need to reconfigure before trying again.",
+ "ValueDiscNumber": "Disc {0}",
+ "Unrated": "Unrated",
+ "Favorite": "Favorite",
+ "Dislike": "Dislike",
+ "RefreshDialogHelp": "Metadata is updated with new data based on settings and metadata providers that are enabled in Emby library setup.",
+ "Open": "Open",
+ "Play": "Play",
+ "Pause": "Pause",
+ "HeaderPlayQueue": "Play Queue",
+ "HeaderAddToPlayQueue": "Add to Play Queue",
+ "Shuffle": "Shuffle",
+ "Identify": "Identify",
+ "HeaderRemoveIdentification": "Remove Identification",
+ "ResetMetadataConfirmation": "Are you sure you wish to reset all metadata?",
+ "HeaderEditMetadata": "Edit Metadata",
+ "Convert": "Convert",
+ "Resume": "Resume",
+ "HeaderInstantMix": "Instant Mix",
+ "HeaderGoToItem": "Go to Item",
+ "HeaderGoToSeason": "Go to Season",
+ "HeaderGoToSeries": "Go to Series",
+ "HeaderGoToAlbum": "Go to Album",
+ "HeaderGoToArtist": "Go to Artist",
+ "HeaderPlayAll": "Play All",
+ "PictureInPicture": "Picture in picture",
+ "Fullscreen": "Full screen",
+ "ExitFullscreen": "Exit full screen",
+ "Rewind": "Rewind",
+ "FastForward": "Fast-forward",
+ "Remove": "Remove",
+ "Rename": "Rename",
+ "Queue": "Queue",
+ "QueueAllFromHere": "Queue all from here",
+ "PlayAllFromHere": "Play all from here",
+ "PlayFromBeginning": "Play From Beginning",
+ "FromBeginning": "From Beginning",
+ "ResumeAt": "Resume from {0}",
+ "HeaderRemoveFromPlaylist": "Remove from Playlist",
+ "HeaderRemoveFromPlayQueue": "Remove from Play Queue",
+ "HeaderRemoveFromCollection": "Remove from Collection",
+ "Sort": "Sort",
+ "Trailer": "Trailer",
+ "SelectNone": "Select None",
+ "SelectAll": "Select All",
+ "HeaderMarkPlayed": "Mark Played",
+ "HeaderMarkUnplayed": "Mark Unplayed",
+ "HeaderGroupVersions": "Group Versions",
+ "PleaseSelectTwoItems": "Please select at least two items.",
+ "HeaderConfirmRecordingCancellation": "Confirm Recording Cancellation",
+ "MessageConfirmRecordingCancellation": "Cancel recording?",
+ "Album": "Album",
+ "AlbumArtist": "Album Artist",
+ "Error": "Error",
+ "VoiceInput": "Voice Input",
+ "LabelContentType": "Content type",
+ "LabelPath": "Path",
+ "Playlists": "Playlists",
+ "LabelTitle": "Title",
+ "LabelOriginalTitle": "Original title",
+ "LabelSortTitle": "Sort title",
+ "LabelDateAdded": "Date added",
+ "DateAdded": "Date Added",
+ "DateCreated": "Date Created",
+ "DateModified": "Date Modified",
+ "DatePlayed": "Date Played",
+ "DateLastActive": "Date Last Active",
+ "ConfigureDateAdded": "Configure how date added is determined in the Emby Server dashboard under Library settings",
+ "LabelStatus": "Status",
+ "LabelArtistsHelp": "Separate multiple using ;",
+ "HeaderAlbumArtists": "Album Artists",
+ "LabelAlbumArtists": "Album artists",
+ "LabelAlbum": "Album",
+ "Artist": "Artist",
+ "Artists": "Artists",
+ "ImdbRating": "IMDb Rating",
+ "CommunityRating": "Community Rating",
+ "LabelCommunityRating": "Community rating",
+ "LabelCriticRating": "Critic rating",
+ "CriticRating": "Critic Rating",
+ "LabelWebsite": "Website",
+ "Tagline": "Tagline",
+ "LabelOverview": "Overview",
+ "LabelShortOverview": "Short overview",
+ "LabelReleaseDate": "Release date",
+ "LabelPlaceOfBirth": "Place of birth",
+ "Aired": "Aired",
+ "LabelAirDays": "Air days",
+ "LabelAirTime": "Air time",
+ "LabelRuntimeMinutes": "Run time (minutes)",
+ "LabelCustomRating": "Custom rating",
+ "LabelOriginalAspectRatio": "Original aspect ratio",
+ "Label3DFormat": "3D format",
+ "FormatValue": "Format: {0}",
+ "DownloadsValue": "{0} Downloads",
+ "HashMatch": "Hash Match",
+ "EnableExternalVideoPlayers": "Enable external video players",
+ "EnableExternalVideoPlayersHelp": "An external player menu will be shown when starting video playback.",
+ "HeaderSpecialEpisodeInfo": "Special Episode Info",
+ "LabelAirsDuringSeason": "Airs during season",
+ "LabelAirsAfterSeason": "Airs after season",
+ "LabelAirsBeforeEpisode": "Airs before episode",
+ "HeaderExternalIds": "External Ids",
+ "HeaderDisplaySettings": "Display Settings",
+ "PlaylistOrder": "Playlist Order",
+ "CollectionOrder": "Collection Order",
+ "LabelDisplayOrder": "Display order",
+ "LabelFileOrder": "File order",
+ "Display": "Display",
+ "Countries": "Countries",
+ "Genres": "Genres",
+ "Studios": "Studios",
+ "Tags": "Tags",
+ "Links": "Links",
+ "Movie": "Movie",
+ "Program": "Program",
+ "Channel": "Channel",
+ "Episode": "Episode",
+ "Season": "Season",
+ "HeaderMetadataSettings": "Metadata Settings",
+ "People": "People",
+ "Number": "Number",
+ "Lock": "Lock",
+ "HeaderScreenLocked": "Screen Locked",
+ "HeaderUnlockControls": "Unlock Controls",
+ "HeaderTapToUnlock": "Tap to Unlock",
+ "LabelMetadataDownloadLanguage": "Preferred metadata download language",
+ "LabelImageDownloadLanguage": "Preferred image download language",
+ "LabelLockItemToPreventChanges": "Lock this item to prevent future changes",
+ "LockThisField": "Lock this field to prevent future changes when refreshing metadata",
+ "MessageLeaveEmptyToInherit": "Leave empty to inherit settings from a parent item, or the global default value.",
+ "LabelCountry": "Country",
+ "LabelCertificationCountry": "Certification country",
+ "CertificationCountryHelp": "This will influence which content rating system is used.",
+ "LabelDynamicExternalId": "{0} Id",
+ "LabelBirthYear": "Birth year",
+ "LabelBirthDate": "Birth date",
+ "LabelDeathDate": "Death date",
+ "LabelEndDate": "End date",
+ "LabelSeasonNumber": "Season number",
+ "LabelEpisodeNumber": "Episode number",
+ "LabelTrackNumber": "Track number",
+ "LabelNumber": "Number",
+ "LabelDiscNumber": "Disc number",
+ "LabelParentNumber": "Parent number",
+ "SortName": "Sort Title",
+ "OriginalTitle": "Original Title",
+ "ReleaseDate": "Release Date",
+ "Continuing": "Continuing",
+ "Ended": "Ended",
+ "HeaderEnabledFields": "Enabled Fields",
+ "HeaderEnabledFieldsHelp": "Uncheck a field to lock it and prevent its data from being changed.",
+ "Backdrops": "Backdrops",
+ "Images": "Images",
+ "Runtime": "Runtime",
+ "ProductionLocations": "Production locations",
+ "BirthLocation": "Birth location",
+ "ParentalRating": "Parental Rating",
+ "PlayCount": "Play count",
+ "Name": "Name",
+ "Overview": "Overview",
+ "LabelType": "Type",
+ "LabelPersonRole": "Role",
+ "LabelPersonRoleHelp": "Example: Ice cream truck driver",
+ "Actor": "Actor",
+ "Composers": "Composers",
+ "Composer": "Composer",
+ "Director": "Director",
+ "GuestStar": "Guest star",
+ "Producer": "Producer",
+ "Writer": "Writer",
+ "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.",
+ "InstallingPackage": "Installing {0}",
+ "PackageInstallCompleted": "{0} installation completed.",
+ "PackageInstallFailed": "{0} installation failed.",
+ "PackageInstallCancelled": "{0} installation cancelled.",
+ "SeriesYearToPresent": "{0} - Present",
+ "OneDevice": "1 Device",
+ "DeviceCountValue": "{0} Devices",
+ "OneLog": "1 Log",
+ "LogCountValue": "{0} Logs",
+ "OneVote": "1 Vote",
+ "VoteCountValue": "{0} Votes",
+ "OneLike": "1 Like",
+ "LikeCountValue": "{0} Likes",
+ "OneUser": "1 User",
+ "UserCountValue": "{0} Users",
+ "OneLibrary": "1 Library",
+ "LibraryCountValue": "{0} Libraries",
+ "ValueOneItem": "1 Item",
+ "ValueOneEpisode": "1 episode",
+ "ValueEpisodeCount": "{0} episodes",
+ "Albums": "Albums",
+ "Song": "Song",
+ "Songs": "Songs",
+ "Authors": "Authors",
+ "Books": "Books",
+ "AudioBooks": "Audio books",
+ "HeaderAudioBooks": "Audio Books",
+ "HeaderAudioBook": "Audio Book",
+ "HeaderIdentifyItemHelp": "Enter one or more search criteria. Remove criteria to increase search results.",
+ "PleaseEnterNameOrId": "Please enter a name or an external Id.",
+ "MessageItemSaved": "Item saved.",
+ "SearchResults": "Search Results",
+ "ServerNameIsRestarting": "Emby Server - {0} is restarting.",
+ "ServerNameIsShuttingDown": "Emby Server - {0} is shutting down.",
+ "HeaderDeleteItems": "Delete Items",
+ "ConfirmDeleteItems": "Deleting these items will delete them from both the file system and your media library.",
+ "PleaseRestartServerName": "Please Restart Emby Server on {0}",
+ "ConvertingDots": "Converting...",
+ "LabelSyncNoTargetsHelp": "It looks like you don't currently have any apps that support offline downloading.",
+ "DownloadingDots": "Downloading...",
+ "LearnMore": "Learn more",
+ "LabelBitrateMbps": "Bitrate (Mbps)",
+ "ConvertUnwatchedVideosOnly": "Convert unplayed videos only",
+ "SyncUnwatchedVideosOnly": "Download unplayed videos only",
+ "ConvertUnwatchedVideosOnlyHelp": "Only videos that are not marked as fully played will be converted.",
+ "SyncUnwatchedVideosOnlyHelp": "Only videos that are not marked as fully played will be downloaded, and videos will be removed from the device as they are fully played.",
+ "AutomaticallySyncNewContent": "Automatically download new content",
+ "AutomaticallySyncNewContentHelp": "New content added to this folder will be automatically downloaded to the device.",
+ "AutomaticallyConvertNewContent": "Automatically convert new content",
+ "AutomaticallyConvertNewContentHelp": "New content added to this folder will be automatically converted.",
+ "LabelItemLimit": "Item limit",
+ "ConvertItemLimitHelp": "Optional. Set a limit to the number of items that will be converted.",
+ "DownloadItemLimitHelp": "Optional. Set a limit to the number of items that will be downloaded.",
+ "PleaseSelectDeviceToSyncTo": "Please select a device to download to.",
+ "Screenshots": "Screenshots",
+ "MoveRight": "Move right",
+ "MoveLeft": "Move left",
+ "HeaderUploadNewImage": "Upload New Image",
+ "HeaderDeleteImage": "Delete Image",
+ "ConfirmDeleteImage": "Delete image?",
+ "HeaderEditImages": "Edit Images",
+ "Settings": "Settings",
+ "ShowIndicatorsFor": "Show Indicators",
+ "Episodes": "Episodes",
+ "Programs": "Programs",
+ "HeaderCastCrew": "Cast & Crew",
+ "DvrSubscriptionRequired": "Emby Live TV & DVR require an active {0}Emby Premiere subscription{1}.",
+ "HeaderCancelRecording": "Cancel Recording",
+ "HeaderKeepRecording": "Keep Recording",
+ "HeaderCancelSeries": "Cancel Series",
+ "HeaderKeepSeries": "Keep Series",
+ "HeaderLearnMore": "Learn More",
+ "SeriesSettings": "Series settings",
+ "HeaderRecordingOptions": "Recording Options",
+ "HeaderDoNotRecord": "Do not record",
+ "HeaderSeriesOptions": "Series Options",
+ "Layout": "Layout",
+ "Channels": "Channels",
+ "ChannelNameOnly": "Channel {0} only",
+ "Anytime": "Anytime",
+ "AnyLanguage": "Any language",
+ "AroundTime": "Around {0}",
+ "HeaderLatestMovies": "Latest Movies",
+ "All": "All",
+ "Stop": "Stop",
+ "AllChannels": "All channels",
+ "NewEpisodesOnly": "New episodes only",
+ "AllEpisodes": "All episodes",
+ "LabelStartWhenPossible": "Start when possible",
+ "LabelStopWhenPossible": "Stop when possible",
+ "MinutesBefore": "minutes before",
+ "MinutesAfter": "minutes after",
+ "SkipEpisodesAlreadyInMyLibrary": "Don't record episodes that are already in my library",
+ "SkipEpisodesAlreadyInMyLibraryHelp": "Episodes will be compared using season and episode numbers, when available.",
+ "LabelKeepUpTo": "Keep up to",
+ "AsManyAsPossible": "As many as possible",
+ "DefaultErrorMessage": "There was an error processing the request. Please try again later.",
+ "UntilIDelete": "Until I delete",
+ "UntilSpaceNeeded": "Until space needed",
+ "Categories": "Categories",
+ "Sports": "Sports",
+ "News": "News",
+ "Movies": "Movies",
+ "Music": "Music",
+ "Kids": "Kids",
+ "MoreFromValue": "More from {0}",
+ "DiedValue": "Died: {0}",
+ "BornValue": "Born: {0}",
+ "EnableColorCodedBackgrounds": "Apply colored backgrounds to shows, based on their category",
+ "SortChannelsBy": "Sort channels by",
+ "ChannelNumber": "Channel Number",
+ "HeaderBenefitsEmbyPremiere": "Benefits of Emby Premiere",
+ "ThankYouForTryingEnjoyOneMinute": "Please enjoy one minute of playback. Thank you for trying Emby.",
+ "HeaderTryPlayback": "Try Playback",
+ "HowDidYouPay": "How did you pay?",
+ "IHaveEmbyPremiere": "I have Emby Premiere",
+ "IPurchasedThisApp": "I purchased this app",
+ "ButtonRestorePreviousPurchase": "Restore Purchase",
+ "ButtonUnlockWithPurchase": "Unlock with Purchase",
+ "ButtonUnlockPrice": "Unlock {0}",
+ "EmbyPremiereMonthlyWithPrice": "Emby Premiere Monthly {0}",
+ "HeaderAlreadyPaid": "Already Paid?",
+ "ButtonPlayOneMinute": "Play One Minute",
+ "PlaceFavoriteChannelsAtBeginning": "Place favorite channels at the beginning",
+ "HeaderUnlockFeature": "Unlock Feature",
+ "MessageDidYouKnowCinemaMode": "Did you know that with Emby Premiere, you can enhance your experience with features like Cinema Intros?",
+ "HeaderPlayMyMedia": "Play my Media",
+ "HeaderDiscoverEmbyPremiere": "Discover Emby Premiere",
+ "HeaderNowPlaying": "Now Playing",
+ "Items": "Items",
+ "AppName": "App Name",
+ "OneChannel": "One channel",
+ "ConfirmRemoveDownload": "Remove download?",
+ "ConfirmRemoveItem": "Remove item?",
+ "RemoveDownload": "Remove Download",
+ "ConfirmCancelConversion": "Cancel conversion?",
+ "CancelConversion": "Cancel Conversion",
+ "KeepDownload": "Keep download",
+ "AddedOnValue": "Added {0}",
+ "PlayedOnValue": "Played {0}",
+ "CreatedOnValue": "Created {0}",
+ "UpdatedOnValue": "Updated {0}",
+ "RemovingFromDevice": "Removing from device",
+ "KeepOnDevice": "Keep on device",
+ "CancelDownload": "Cancel download",
+ "SyncJobItemStatusReadyToTransfer": "Ready to Transfer",
+ "SyncJobItemStatusSyncedMarkForRemoval": "Removing from device",
+ "SyncJobItemStatusQueued": "Queued",
+ "SyncJobItemStatusConverting": "Converting",
+ "SyncJobItemStatusTransferring": "Transferring",
+ "SyncJobItemStatusSynced": "Downloaded",
+ "Failed": "Failed",
+ "SyncJobItemStatusRemovedFromDevice": "Removed from device",
+ "Cancelled": "Cancelled",
+ "Retry": "Retry",
+ "Continue": "Continue",
+ "ContinueInSecondsValue": "Continue in {0} seconds.",
+ "HeaderRemoteControl": "Remote Control",
+ "Disconnect": "Disconnect",
+ "EnableDisplayMirroring": "Enable display mirroring",
+ "RemoteAccess": "Remote Access",
+ "HeaderPlayOn": "Play On",
+ "Quality": "Quality",
+ "Auto": "Auto",
+ "AndroidUnlockRestoreHelp": "To restore your previous purchase, please ensure you're signed into the device with the same Google (or Amazon) account that originally made the purchase. Make sure the app store is enabled and not restricted by any parental controls, and ensure you have an active internet connection. You'll only have to do this once to restore your previous purchase.",
+ "HeaderAspectRatio": "Aspect Ratio",
+ "Original": "Original",
+ "Fill": "Fill",
+ "Cover": "Cover",
+ "MessageNoServersAvailableToConnect": "No servers are available to connect to. If you've been invited to share a server, make sure to accept it below or by clicking the link in the email.",
+ "MessagePlayAccessRestricted": "Playback of this content is currently restricted. Please contact your Emby Server administrator for more information.",
+ "Accept": "Accept",
+ "Reject": "Reject",
+ "Connect": "Connect",
+ "HeaderMyMedia": "My Media",
+ "HeaderMyMediaSmall": "My Media (small)",
+ "LatestFromLibrary": "Latest {0}",
+ "HeaderLatestEpisodes": "Latest Episodes",
+ "ContinuePlaying": "Continue playing",
+ "ContinueWatching": "Continue watching",
+ "HeaderLatestChannelMedia": "Latest Channel Items",
+ "HeaderContinueWatching": "Continue Watching",
+ "HeaderActiveRecordings": "Active Recordings",
+ "HeaderLatestRecordings": "Latest Recordings",
+ "LabelConvertTo": "Convert to",
+ "LabelDownloadTo": "Download to",
+ "HeaderDownloadToDots": "Download to...",
+ "Next": "Next",
+ "LabelSource": "Source",
+ "VersionNumber": "Version {0}",
+ "HeaderAllLanguages": "All Languages",
+ "Previous": "Previous",
+ "HeaderNextUp": "Next Up",
+ "HeaderPlayNextUp": "Play Next Up",
+ "HeaderLatestFrom": "Latest from {0}",
+ "LabelHomeScreenSectionValue": "Home screen section {0}",
+ "PasswordResetComplete": "The password has been reset.",
+ "PasswordSaved": "Password saved.",
+ "SettingsSaved": "Settings saved.",
+ "Upcoming": "Upcoming",
+ "HeaderSelectImageFile": "Select Image File",
+ "None": "None",
+ "More": "More",
+ "Up": "Up",
+ "Down": "Down",
+ "Home": "Home",
+ "Back": "Back",
+ "Random": "Random",
+ "Playback": "Playback",
+ "Favorites": "Favorites",
+ "HeaderHomeScreen": "Home Screen",
+ "HeaderLatestChannelItems": "Latest Channel Items",
+ "HeaderLibraryOrder": "Library Order",
+ "HeaderOnNow": "On Now",
+ "HeaderForKids": "For Kids",
+ "HeaderPlaybackError": "Playback Error",
+ "PlaybackErrorNotAllowed": "You're currently not authorized to play this content. Please contact your system administrator for details.",
+ "RateLimitExceeded": "Your account has exceeded the maximum streaming limit set by your Emby Server administrator. Please contact them for assistance.",
+ "PlaybackErrorNoCompatibleStream": "No compatible streams are currently available. Please try again later or contact your system administrator for details.",
+ "PlaybackErrorPlaceHolder": "Please insert the disc in order to play this video.",
+ "PlaybackErrorNoPlayableItems": "No playable items were found. Are you trying to play an empty folder?",
+ "Guide": "Guide",
+ "Games": "Games",
+ "GameSystem": "Game System",
+ "Suggestions": "Suggestions",
+ "HeaderFavoriteChannels": "Favorite Channels",
+ "HeaderFavoriteCollections": "Favorite Collections",
+ "HeaderFavoritePlaylists": "Favorite Playlists",
+ "Collection": "Collection",
+ "Collections": "Collections",
+ "LabelSelectFolderGroups": "Automatically group content from the following folders into views such as Movies, Music and TV:",
+ "LabelSelectFolderGroupsHelp": "Folders that are unchecked will be displayed by themselves in their own view.",
+ "Mute": "Mute",
+ "Unmute": "Unmute",
+ "Folder": "Folder",
+ "Folders": "Folders",
+ "FileName": "File Name",
+ "DisplayInOtherHomeScreenSections": "Display in secondary home screen sections such as latest media and continue watching",
+ "DisplayInMyMedia": "Display on home screen",
+ "Shows": "Shows",
+ "MoviesAndShows": "Movies & Shows",
+ "HeaderMusicVideo": "Music Video",
+ "HeaderMusicVideos": "Music Videos",
+ "MusicVideos": "Music videos",
+ "Videos": "Videos",
+ "MixedContent": "Mixed content",
+ "HomeVideos": "Home videos",
+ "HomeVideosAndPhotos": "Home videos & photos",
+ "TVShows": "TV shows",
+ "HeaderLibraryFolders": "Library Folders",
+ "HeaderTermsOfPurchase": "Terms of Purchase",
+ "PrivacyPolicy": "Privacy policy",
+ "TermsOfUse": "Terms of Use",
+ "HeaderRepeatMode": "Repeat Mode",
+ "HeaderToneMapping": "Tone Mapping",
+ "RepeatOne": "Repeat one",
+ "RepeatAll": "Repeat all",
+ "LabelDefaultScreen": "Default screen",
+ "ConfirmEndPlayerSession": "Would you like to shutdown Emby on {0}?",
+ "Yesterday": "Yesterday",
+ "Yes": "Yes",
+ "No": "No",
+ "HeaderScanLibraryFiles": "Scan Library Files",
+ "LiveTV": "Live TV",
+ "Schedule": "Schedule",
+ "Recordings": "Recordings",
+ "ScanForNewAndUpdatedFiles": "Scan for new and updated files",
+ "NewVersionOfXAvailableForY": "{0} is Available for {1}",
+ "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",
+ "HeaderHardwareAcceleratedDecoding": "Hardware Accelerated Decoding",
+ "HeaderHardwareAcceleratedEncoding": "Hardware Accelerated Encoding",
+ "HeaderDirectPlay": "Direct Play",
+ "DirectPlaying": "Direct playing",
+ "DirectStreaming": "Direct streaming",
+ "Transcode": "Transcode",
+ "Transcoding": "Transcoding",
+ "ContainerBitrateExceedsLimit": "Reducing bitrate due to quality setting",
+ "VideoCodecNotSupported": "Converting video to compatible codec",
+ "AudioCodecNotSupported": "Converting audio to compatible codec",
+ "SubtitleCodecNotSupported": "Converting subtitles directly into video",
+ "DirectPlayError": "Recovering from playback error",
+ "ContainerNotSupported": "Converting to compatible container",
+ "VideoLevelNotSupported": "Converting to compatible video level",
+ "AudioBitrateNotSupported": "Converting to compatible audio bitrate",
+ "AudioChannelsNotSupported": "Converting to compatible number of audio channels",
+ "VideoResolutionNotSupported": "Converting to compatible video resolution",
+ "AudioProfileNotSupported": "Converting to compatible audio profile",
+ "AudioSampleRateNotSupported": "Converting to compatible audio sample rate",
+ "AnamorphicVideoNotSupported": "Anamorphic video not supported",
+ "InterlacedVideoNotSupported": "Deinterlacing video",
+ "SecondaryAudioNotSupported": "Selecting secondary audio track",
+ "ExternalAudioNotSupported": "Selecting external audio track",
+ "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",
+ "Offline": "Offline",
+ "HeaderSignUp": "Sign Up",
+ "ServerDownloadMessage": "To download and install the free Emby Server visit {0}",
+ "ServerDownloadMessageWithoutLink": "To download and install the free Emby Server visit the Emby website.",
+ "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",
+ "Skip": "Skip",
+ "HeaderAdditionalParts": "Additional Parts",
+ "ButtonGenerateNewPin": "Generate New Pin",
+ "ConnectLoginHelp1": "With Emby Connect you can easily access your Emby Server wherever you are and share servers with your family and friends.",
+ "CreatePinErrorMessage": "An error occurred while creating a pin code. Please click Generate New Pin to try again.",
+ "PinExpiredMessage": "The pin code has expired. Please click Generate New Pin to try again.",
+ "ConnectPinCodeHeader": "To sign in with Emby Connect, use a mobile device or computer to visit {0} and enter the following pin code:",
+ "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",
+ "Absolute": "Absolute",
+ "Smart": "Smart",
+ "Small": "Small",
+ "Smaller": "Smaller",
+ "Medium": "Medium",
+ "Large": "Large",
+ "Larger": "Larger",
+ "ExtraLarge": "Extra large",
+ "ExtraSmall": "Extra small",
+ "Forced": "Forced",
+ "External": "External",
+ "HeaderEmbeddedTitle": "Embedded Title",
+ "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.",
+ "HeaderSubtitleSettings": "Subtitle Settings",
+ "HeaderSubtitleAppearance": "Subtitle Appearance",
+ "OnlyForcedSubtitlesHelp": "Only subtitles marked as forced will be loaded.",
+ "AutoSelectHearingImpairedHelp": "Subtitles matching the language preference will be loaded, with a preference given to tracks that are marked as hearing impaired (SDH).",
+ "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",
+ "LabelBackgroundColor": "Background color",
+ "LabelBackgroundOpacity": "Background opacity",
+ "Raised": "Raised",
+ "Depressed": "Depressed",
+ "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).",
+ "Normal": "Normal",
+ "HeaderWaitingForWifi": "Waiting for Wifi",
+ "WifiRequiredToDownload": "A Wifi connection is required to continue downloading.",
+ "DownloadOnlyOnWifi": "Download only on Wifi",
+ "LabelMusicDownloadQuality": "Music download quality",
+ "MusicDownloadQualityHelp": "Audio files with a higher bitrate will be converted by Emby Server. Select a higher value for better quality, or a lower value to conserve local storage space.",
+ "HeaderDownloadSettings": "Download Settings",
+ "LabelDownloadLocation": "Download location",
+ "BrowseForFolder": "BrowseForFolder",
+ "Unlimited": "Unlimited",
+ "NoLimit": "No limit",
+ "Hide": "Hide",
+ "HeaderKeepWatching": "Keep Watching",
+ "HeaderNextEpisode": "Next Episode",
+ "AudioBitDepthNotSupported": "Converting to compatible audio bit depth",
+ "VideoBitrateNotSupported": "Converting to compatible video bitrate",
+ "VideoProfileNotSupported": "Converting to compatible video profile",
+ "VideoFramerateNotSupported": "Converting to compatible video framerate",
+ "VideoBitDepthNotSupported": "Converting to compatible video bit depth",
+ "RefFramesNotSupported": "Converting to compatible number of video reference frames",
+ "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.",
+ "HeaderStopRecording": "Stop Recording",
+ "ManageRecording": "Manage recording",
+ "LabelDropImageHere": "Drag and drop image here, or click to select an image to upload.",
+ "MessageFileReadError": "There was an error reading the file. Please try again.",
+ "Browse": "Browse",
+ "HeaderUploadImage": "Upload Image",
+ "HeaderAddUpdateImage": "Add/Update Image",
+ "HeaderShowFields": "Show Fields",
+ "LabelView": "View",
+ "LabelImageType": "Image type",
+ "Upload": "Upload",
+ "Primary": "Primary",
+ "PrimaryImageBlur": "Primary image blur",
+ "Art": "Art",
+ "Backdrop": "Backdrop",
+ "Banner": "Banner",
+ "Box": "Box",
+ "BoxRear": "Box (Rear)",
+ "Disc": "Disc",
+ "Logo": "Logo",
+ "LogoDark": "Logo (Dark Version)",
+ "LogoLight": "Logo (Light Version)",
+ "LogoLightColor": "Logo (Light with Color)",
+ "Menu": "Menu",
+ "Screenshot": "Screenshot",
+ "Thumb": "Thumb",
+ "HeaderAudioSettings": "Audio Settings",
+ "LabelAudioLanguagePreference": "Preferred audio language",
+ "LabelPlayDefaultAudioTrack": "Play default audio track regardless of language",
+ "HeaderVideoQuality": "Video Quality",
+ "CinemaModeConfigurationHelp": "Cinema Intros bring the theater experience straight to your living room with the ability to play trailers and custom intros before the main feature.",
+ "ShowUpNextPreview": "Show up next preview",
+ "ShowUpNextPreviewHelp": "Show information for the next item near the end of the current one.",
+ "PlayNextEpisodeAutomatically": "Play next episode automatically",
+ "LabelMaxChromecastBitrate": "Chromecast streaming quality",
+ "LabelSkipBackLength": "Skip back length",
+ "LabelSkipForwardLength": "Skip forward length",
+ "EnableCinemaMode": "Enable Cinema Intros",
+ "LabelInternetQuality": "Remote streaming quality",
+ "LabelCellularQuality": "Remote streaming quality (cellular)",
+ "HeaderMusicQuality": "Music Quality",
+ "LabelHomeNetworkQuality": "Home streaming quality",
+ "HeaderLatestMedia": "Latest Media",
+ "HeaderRestartingEmbyServer": "Restarting Emby Server",
+ "RestartPleaseWaitMessage": "Please wait while Emby Server shuts down and restarts. This may take a minute or two.",
+ "HeaderPlayNext": "Play Next",
+ "AutoBasedOnLanguageSetting": "Auto (based on device setting)",
+ "SameAsMainTheme": "Same as main theme",
+ "LabelDateTimeLocale": "Date time locale",
+ "DirectorValue": "Director: {0}",
+ "DirectorsValue": "Directors: {0}",
+ "GenreValue": "Genre: {0}",
+ "GenresValue": "Genres: {0}",
+ "TagsValue": "Tags: {0}",
+ "Off": "Off",
+ "Title": "Title",
+ "Year": "Year",
+ "Filter": "Filter",
+ "Filters": "Filters",
+ "Unplayed": "Unplayed",
+ "LabelTVHomeScreen": "TV mode home screen",
+ "Horizontal": "Horizontal",
+ "Vertical": "Vertical",
+ "HeaderGroupBy": "Group By",
+ "HeaderMediaType": "Media Type",
+ "GroupBySeries": "Group by series",
+ "HeaderVideoType": "Video Type",
+ "HeaderSeriesStatus": "Series Status",
+ "Features": "Features",
+ "Trailers": "Trailers",
+ "Extras": "Extras",
+ "ThemeSongs": "Theme songs",
+ "ThemeVideos": "Theme videos",
+ "HeaderFavoriteMovies": "Favorite Movies",
+ "HeaderFavoritePhotos": "Favorite Photos",
+ "HeaderFavoriteShows": "Favorite Shows",
+ "HeaderFavoriteEpisodes": "Favorite Episodes",
+ "HeaderFavoriteVideos": "Favorite Videos",
+ "HeaderFavoriteMusicVideos": "Favorite Music Videos",
+ "HeaderFavoriteGames": "Favorite Games",
+ "HeaderFavoriteArtists": "Favorite Artists",
+ "HeaderFavoriteAlbums": "Favorite Albums",
+ "HeaderFavoriteSongs": "Favorite Songs",
+ "HeaderFavoriteAuthors": "Favorite Authors",
+ "HeaderFavoriteAudioBooks": "Favorite Audio Books",
+ "Ascending": "Ascending",
+ "Descending": "Descending",
+ "HeaderColorPrimaries": "Color Primaries",
+ "HeaderColorSpace": "Color Space",
+ "HeaderColorTransfer": "Color Transfer",
+ "HeaderVideoRange": "Video Range",
+ "SeriesDisplayOrderHelp": "Order episodes by air date, dvd order, or absolute numbering.",
+ "LabelVerticalPositionFromBottom": "Vertical position (from bottom)",
+ "HeaderFavoritePeople": "Favorite People",
+ "MultiSelect": "Multi-Select",
+ "HeaderSignOut": "Sign Out",
+ "HeaderSelectServer": "Select Server",
+ "HeaderChangeServer": "Change Server",
+ "HeaderChangeUser": "Change User",
+ "HeaderAppSettings": "App Settings",
+ "HeaderLoginSettings": "Login Settings",
+ "LabelRememberLogin": "Remember login",
+ "LabelAutomaticallySignOut": "Automatically sign out",
+ "BetaTesterMessage": "Thank you for being an Emby beta tester! Please leave feedback in the {0}Testing Area of the Emby Community{1}.",
+ "HardwareAccelerated": "Hardware accelerated",
+ "Software": "Software",
+ "Metadata": "Metadata",
+ "HeaderMediaInfo": "Media Info",
+ "Locked": "Locked",
+ "HeaderSplitVersionsApart": "Split Versions Apart",
+ "Any": "Any",
+ "Admin": "Admin",
+ "HeaderReadMore": "Read More",
+ "CustomRatingHelp": "A custom rating is used for parental control evaluations but is not displayed. The parental rating field is still displayed.",
+ "KeepUpToHelp": "Recordings over the limit are deleted when the next recording begins. Oldest recordings are deleted first, by date added.",
+ "NoItemsMatchingFound": "No items matching your search criteria were found.",
+ "TwoSearchCharsRequired": "Please enter at least two search characters.",
+ "PreventPlaybackContinuing": "Prevent playback from continuing indefinitely by periodically prompting for user input.",
+ "PromptStillWatching": "Enable 'Are You Still Watching?' prompt",
+ "HeaderMissingMetadata": "Missing Metadata",
+ "HeaderIncludedIn": "Included In",
+ "EmbyConnectUserAlreadyLinked": "The Emby Connect user is already linked to another user on this server.",
+ "VideoFilesWillBeConvertedTo": "Converted videos will be saved as {0}.",
+ "VideoWillBeConvertedTo": "Video streams will be converted to {0}, or copied from the original file if they are already {0} and the quality fits within the conversion options.",
+ "VideoWillBeConvertedToOrCopied": "Video streams will be converted to {0}, or copied from the original file if they are any of ({1}), and the quality fits within the conversion options.",
+ "AudioWillBeConvertedTo": "Audio streams will be converted to {0}, or copied from the original file if they are already {0} and the quality fits within the conversion options.",
+ "AudioWillBeConvertedToOrCopied": "Audio streams will be converted to {0}, or copied from the original file if they are any of ({1}), and the quality fits within the conversion options.",
+ "FollowingSpecialKeys": "The following special keys are supported on most keyboards and remote controls:",
+ "HeaderDeleteSeries": "Delete Series",
+ "HeaderDeleteLastPlayedEpisode": "Delete Last Played Episode",
+ "HeaderConnectingToServer": "Connecting to Server",
+ "ServerNameValue": "Server name: {0}",
+ "DomainValue": "Domain: {0}",
+ "RatedValue": "Rated {0}",
+ "LocalServerRedirectMessage": "You will now be redirected to the domain owned and operated by the administrator of the server you've chosen to connect to:",
+ "AllMediaOwnedHosted": "All media is hosted and managed by the owner of {0}.",
+ "EnableResolutionSwitching": "Match video resolution",
+ "EnableResolutionSwitchingHelp": "This enables Emby to change the resolution to the same value the video was encoded in before starting playback. This may help minimize the amount of stutter/judder that you might otherwise see when playing videos which do not match up well.",
+ "EnableDisplayRefreshRateSwitching": "Enable display refresh rate switching",
+ "EnableDisplayRefreshRateSwitchingHelp": "This enables Emby to change the display refresh rate to the same value (or multiple of) as the framerate the video was encoded in before starting playback. This may help minimize the amount of stutter/judder that you might otherwise see when playing videos which do not match up well.",
+ "RememberSelectedAudioTracks": "Remember audio track selections",
+ "RememberSelectedSubtitleTracks": "Remember subtitle track selections",
+ "RememberSelectedSubtitleTracksHelp": "Subtitle track selections will be remembered on a per video basis and reapplied when playing the same video again.",
+ "RememberSelectedAudioTracksHelp": "Audio track selections will be remembered on a per video basis and reapplied when playing the same video again.",
+ "ClearSavedTrackSelections": "Clear saved track selections",
+ "HeaderClearTrackSelections": "Clear Saved Track Selections",
+ "QuestionClearSavedTracks": "Clear all saved track selections?",
+ "LabelChannelTags": "Channel tags",
+ "AfterThisPlaysConfirmation": "After this plays, do you want to keep playing or clear the music you previously queued?",
+ "Keep": "Keep",
+ "Clear": "Clear",
+ "HeaderClearFilters": "Clear Filters",
+ "HeaderSearchForImages": "Search for Images",
+ "HeaderSearchNewImage": "Search for a New Image",
+ "HeaderSearchForAnImage": "Search for an Image",
+ "DragDropToReorder": "Drag and Drop to Reorder",
+ "HeaderAddImageFromUrl": "Add Image from URL",
+ "HeaderSetImageFromUrl": "Set Image from URL",
+ "LabelUrl": "Url",
+ "LabelChannelNumber": "Channel number",
+ "LabelGuideDataChannel": "Guide data channel",
+ "GuideDataSource": "Guide Data Source",
+ "HeaderCopyToClipboard": "Copy to Clipboard",
+ "TimeRemainingValue": "{0} remaining",
+ "LabelResumeRewindSeconds": "When resuming, automatically rewind",
+ "ResumeRewindSecondsHelp": "This may help you remember where you left off. This applies to the initial resume and not each individual pause during playback.",
+ "HeaderSavePlayQueueToPlaylist": "Save Play Queue to Playlist",
+ "EnableLogoImagesAsTitle": "Display logo images as titles on detail screens",
+ "EnableLogoImagesAsTitleHelp": "When available, logo images can be used in place of title text on video, series, and other detail screens. The title will fallback to text when a logo image is not available.",
+ "LabelNowPlayingAudioBackgroundStyle": "Now playing audio background style",
+ "LabelNowPlayingVideoBackgroundStyle": "Now playing video background style",
+ "NowPlayingVideoBackgroundStyleHelp": "Determines the background style when remote controlling video playback on another device.",
+ "Rotation": "Rotation",
+ "Minutes": "Minutes",
+ "LabelMaxRecordingLength": "Max recording length",
+ "MaxRecordingLengthHelp": "Limit recordings to a specified amount of time, regardless of the duration of the broadcast. Set to 0 for no limit.",
+ "RemoteWAN": "Remote (WAN) Address",
+ "HeaderLastConnectedTo": "Last Connection To",
+ "Version": "Version",
+ "Keyword": "Keyword",
+ "HeaderServerAddress": "Server Address",
+ "HeaderSkipIntro": "Skip Intro",
+ "HeaderCreateRecording": "Create Recording",
+ "HeaderAddRecording": "Add Recording",
+ "HeaderChannelAndTime": "Channel and Time",
+ "LabelRecordProgramOrSeriesFrom": "Record a program or series from",
+ "LabelStartTime": "Start time",
+ "LabelEndTime": "End time",
+ "LabelFrequency": "Frequency",
+ "Recurring": "Recurring",
+ "Once": "Once",
+ "Start": "Start",
+ "Unpause": "Unpause",
+ "LabelIntroSkipMode": "Intro skip mode",
+ "ShowSkipIntroButton": "Show 'Skip Intro' button",
+ "AutoSkipIntro": "Automatically skip intros",
+ "DisplayRatingInformationOnVideoPlaybackStart": "Display rating information on video playback start",
+ "DisplayRatingInformationOnVideoPlaybackStartHelp": "The rating information will display briefly when video playback begins.",
+ "IntroSkipModeHelp": "Display a 'Skip Intro' button or automatically skip intros for episodes in which Emby Server has detected intro markers. Intro detection must be enabled in Emby Server library options.",
+ "EnableHomeScreenFocusPreview": "Use a layout on the home screen that shows a detailed preview of the selected item",
+ "EnableHomeScreenFocusPreviewHelp": "This may not work well if your home screen contains a mixture of different media types.",
+ "LabelHideMediaTransportButtons": "Hide video player transport buttons",
+ "HideMediaTransportButtonsHelp": "Create a simpler on-screen playback interface by hiding basic transport buttons such as skip forward, back and pause. You'll still be able to use these functions using arrow keys and OK/Enter. Auto will hide the transport buttons when no mouse usage is detected within the app.",
+ "ImageSizeHelp": "Set your preferred size of image grids.",
+ "LabelImageSize": "Image size",
+ "ThisImageIsOnlyPreview": "This image is only a preview that came from the metadata search engine. The actual image that Emby Server downloads may be different and will depend on the options you've configured in Emby library setup.",
+ "ResultsRangeValue": "{0} to {1} of {2}",
+ "NotificationsDescription": "Setup notifications to stay informed of important events on your Emby Server.",
+ "DeleteEmbyConnectAccount": "Delete Emby Connect Account",
+ "DeleteEmbyConnectAccountHelp": "To delete your Emby Connect account, please sign in to the {0}Emby Community{1} at {2}. Once signed in, then click your username in the top right, then click Account Settings, then click Delete My Account.",
+ "KeepPlayingInBackground": "Keep playing in the background",
+ "LabelVideoBackBehavior": "Video player back button behavior",
+ "HeaderViewLyrics": "View Lyrics",
+ "HeaderViewMissingEpisodes": "View Missing Episodes",
+ "HeaderMissingEpisodes": "Missing Episodes",
+ "HeaderManageAccess": "Manage Access",
+ "HeaderManageCollaboration": "Manage Collaboration",
+ "HeaderLeaveCollaboration": "Leave Collaboration",
+ "HeaderRemoveFromLibrary": "Remove from Library",
+ "RemoveSharedItemConfirmation": "Are you sure you wish to remove this item from your library? In order to get it back the owner will need to grant you access again.",
+ "SubtitlesDownloaded": "Subtitles Downloaded",
+ "HeaderMakePrivate": "Make Private",
+ "HeaderMakePublic": "Make Public",
+ "MakePublicDescription": "All users will be able to view this item. Users can be granted access to edit.",
+ "MakePrivateDescription": "Users can still be granted access individually.",
+ "Private": "Private",
+ "Public": "Public",
+ "Collaborative": "Collaborative",
+ "PreferredShowDisplay": "Preferred TV show display",
+ "ShowAllEpisodesAllSeasons": "Show all episodes of all seasons together",
+ "ShowAllEpisodesSingleSeason": "Show all episodes for only single season shows",
+ "ShowSeasonFolders": "Always show season folders",
+ "HeaderAddAgain": "Add Again",
+ "UpNext": "Up Next",
+ "ItemsAlreadyInPlaylist": "Some of these items are already in your playlist.",
+ "ItemAlreadyInPlaylist": "This item is already in your playlist.",
+ "HeaderPlayChannel": "Play Channel",
+ "LabelScreenOrientationDuringVideo": "Screen orientation during video playback",
+ "UseDeviceSetting": "Use device setting",
+ "LockToLandscape": "Lock to landscape",
+ "UsernameForFolderHelp": "The username required to access this folder on your network (if applicable).",
+ "PasswordForFolderHelp": "The password required to access this folder on your network (if applicable).",
+ "ShowMediaInfoOnDetailScreens": "Show full media at the bottom of audio and video detail screens",
+ "ForgotPasswordNoUserFound": "No users were found with the entered name. Please try again, or leave the name blank to reset the password for all users on this server.",
+ "Silver": "Silver",
+ "DimGray": "Dim Gray",
+ "DarkGray": "Dark Gray",
+ "LightGray": "Light Gray",
+ "Black": "Black",
+ "Blue": "Blue",
+ "Cyan": "Cyan",
+ "Gray": "Gray",
+ "Green": "Green",
+ "Lime": "Lime",
+ "Magenta": "Magenta",
+ "Orange": "Orange",
+ "Pink": "Pink",
+ "Red": "Red",
+ "Yellow": "Yellow",
+ "White": "White",
+ "Purple": "Purple",
+ "RecentlyReleasedMovies": "Recently Released Movies",
+ "RecentlyReleasedEpisodes": "Recently Released Episodes",
+ "DolbyProfile": "Dolby Profile",
+ "IpAddress": "IP Address",
+ "VideoType": "Video Type",
+ "HidePlayedMediaFrom": "Hide Played Media From",
+ "BottomEdgePosition": "Bottom Edge Position",
+ "VerticalPositionFromBottomScreen": "Set the vertical position of the subtitles relative to the bottom of the screen.",
+ "TopEdgePosition": "Top Edge Position",
+ "TopEdgePositionHelp": "Set the highest allowed vertical position of the subtitles relative to the top of the screen. This is used when the subtitles contain positioning instructions to be placed at the top.",
+ "HeaderSubtitlePosition": "Subtitle Position",
+ "TitleProfilePin": "Profile PIN",
+ "ProfilePinConfirm": "Profile PIN (confirm)",
+ "SaveProfilePin": "Save Pin",
+ "ProfilePinDescription": "Create an optional pin to be prompted for entry whenever you return to an Emby app on a device that you've already signed into. This is useful if you have devices that are shared by multiple users. You can choose to enable it selectively on each device as required.",
+ "TitleNewEpisodes": "New Episodes",
+ "EnterYourPinToContinue": "Enter your PIN to continue.",
+ "YourPinMustBe": "Your PIN must be {0} digits.",
+ "ForgotPin": "Forgot PIN?",
+ "RequireEnteringPinToReturn": "Require entering my profile PIN whenever I return to this app.",
+ "RequireEnteringPinToReturnQuestion": "Should we prompt you for your profile PIN whenever you return to this app? If this device is shared by multiple users, your profile PIN can help prevent the other users from accessing your data.",
+ "RequireEnteringPinToReturnHelp": "Useful if this device is shared by multiple users.",
+ "WrongPinPleaseTryAgain": "Whoops, wrong PIN. Please try again.",
+ "ProfilePinIsOn": "Profile PIN is currently on.",
+ "IfTryingToConnectToHttp": "If you're trying to connect to your Emby Server using an HTTP address, your browser may not be allowing this due to HTTPS requirements. Please try one of the following:",
+ "SetupHttpsForYourServer": "Setup {0}HTTPS for your Emby Server{1} so that you can connect using HTTPS.",
+ "TitleUnableToReachServer": "Unable to Reach Server",
+ "TitleUnableToReachName": "Unable to Reach {0}",
+ "HearingImpaired": "Hearing Impaired",
+ "SignIntoServerName": "Sign in to {0}",
+ "About": "About",
+ "Specials": "Specials",
+ "NSettings": "{0} Settings",
+ "NPreferences": "{0} Preferences",
+ "DetailScreenOptions": "Detail Screens",
+ "LabelGenreDisplayLimit": "Genre display limit",
+ "GenreDisplayLimitHelp": "Limit the number of genres displayed at the top of item detail screens.",
+ "GenreDisplayLimitForListsHelp": "Limit the number of genres displayed at the top of playlist, collection and artist detail screens.",
+ "LabelGenreDisplayLimitForLists": "Genre display limit for lists",
+ "ShowPosterOnDetails": "Show a poster on the detail screen",
+ "ShowPosterOnDetailsHelp": "Choose to show a poster on video detail screens, or hide it for a more minimal look that emphasizes the background. This setting is not used on smaller screen layouts. Some item types will ignore this setting.",
+ "EnableAppLogging": "Enable app logging",
+ "EnableAppLoggingHelp": "Logging can degrade app performance and should only be enabled as needed for troubleshooting purposes. Changes require restarting the app.",
+ "LabelSlideshowInterval": "Photo slideshow time per slide",
+ "TVChannelImageEditorHelp": "Multiple logo versions are supported. Emby apps will automatically choose the appropiate one depending on the current theme.",
+ "PlaySlideshow": "Play Slideshow",
+ "CheckForExistingEpisodesInAllLibraries": "Check for existing episodes in all libraries",
+ "GroupNotificationsBySeriesOrAlbum": "Group notifications by series and albums",
+ "ThemeSettings": "Theme Settings",
+ "FollowingActivityWillBeDisrupted": "The following activity will be disrupted and may require manual intervention to restart:",
+ "OneActivePlaybackSession": "1 Active Playback Session",
+ "NumActivePlaybackSessions": "{0} Active Playback Sessions",
+ "OneActiveRecording": "1 Active Recording",
+ "NumActiveRecordings": "{0} Active Recordings",
+ "PlayFromLivePosition": "Play from the live position",
+ "PlayFromStartOfRecording": "Play from the start of the recording",
+ "ThisChannelIsActivelyRecording": "This channel is actively recording. How would you like to begin playing?",
+ "ThemeSongVolume": "Theme song volume",
+ "HeaderForceConversionForFormats": "Force Conversion for Formats",
+ "ForceConversionForFormatsHelp": "Use this to force server-side transcoding or remuxing for formats that don't direct play very well on this device.",
+ "StartupBehavior": "Startup behavior",
+ "RememberLastUser": "Remember last user",
+ "ShowLoginScreen": "Show login screen",
+ "SignInAsValue": "Sign in as {0}",
+ "ConvertUnsupportedAudio": "Convert unsupported surround audio to Dolby Digital",
+ "ConvertUnsupportedAudioHelp": "Avoid downmixing unsupported surround formats to stereo by having Emby Server transcode them to Dolby Digital.",
+ "HeaderPlaybackCorrection": "Playback Correction",
+ "HeaderAttemptPlaybackCorrection": "Attempt Playback Correction",
+ "PlaybackCorrectionConfirm": "Attempt playback correction?",
+ "PlaybackCorrectionDescription": "Is the current item exhibiting a playback problem such as no video or audio? This will try and correct playback issues using server transcoding to convert this file into a more streaming friendly format. This will result in increased resource consumption on this Emby Server.",
+ "PlaybackCorrectionDescription2": "You can do this up to three times per video, where remuxing, video transcoding and audio transcoding are each activated one at a time.",
+ "HeaderAlbumsAsContributingArtist": "Albums as Contributing Artist",
+ "HeaderAlbumsAsComposer": "Albums as Composer",
+ "HeaderSleepTimer": "Sleep Timer",
+ "AfterCurrentItem": "After current item",
+ "HeaderStopPlayback": "Stop Playback",
+ "TurnOffTimer": "Turn off timer",
+ "SleepTimerIsSet": "Your sleep timer is set",
+ "SleepTimerIsOff": "Your sleep timer is off",
+ "LabelEnableRemoteControlTVMode": "Display casting and remote control functions",
+ "EnableRemoteControlTVModeHelp": "Enable if you intend to use this device to send media to other devices.",
+ "ShowOnScreenControls": "Show on-screen controls",
+ "LabelVideoScreenUpAction": "Video player up button behavior",
+ "TheseSettingsApplyAppDevice": "These settings apply to all users playing on this device.",
+ "LastContentDateAdded": "Last Content Date Added",
+ "RepeatThemeMedia": "Play themes on repeat",
+ "HideEpisodeSpoilerInfo": "Hide spoiler information from unwatched episodes",
+ "HideEpisodeSpoilerInfoHelp": "Hides the title, overview and image for unwatched episodes on most screens.",
+ "BornValueAge": "Born: {0} (age {1})",
+ "PreferDirectStreamLiveTV": "Prefer direct streaming of Live TV",
+ "PreferDirectStreamLiveTVHelp": "Direct streaming Live TV will reduce resource consumption on your Emby Server but may not be as seekable during playback. Enabling this will direct stream Live TV when the format is supported and is within your configured quality setting. Disable this to enjoy more seeking during playback at the cost of additional resource consumption.",
+ "HeaderAllRecordings": "All Recordings",
+ "RememberLoginDescription": "After signing in, you can use the app settings to configure the startup behavior to remember login, sign in as a specific user, or always show the login screen.",
+ "ForgetThisServer": "Forget This Server",
+ "ForgetServerConfirmation": "Are you sure you wish to forget this server?",
+ "HeaderThisDevice": "This Device",
+ "ChaptersGuide": "Chapters / Live TV Guide",
+ "ChaptersGuideHelp": "Show Chapters for media with chapters. For media without chapters, show the Live TV Guide (when available).",
+ "HeaderShowSeriesImages": "Show Series Images",
+ "AppExitConfirmation": "Are you ready to exit Emby?",
+ "AppExitMenu": "Exit menu",
+ "SideMenu": "Side navigation menu",
+ "SystemStorage": "System storage ({0})"
+}
diff --git a/modules/common/strings/tr.json b/modules/common/strings/tr.json
new file mode 100644
index 0000000..9e3d0c0
--- /dev/null
+++ b/modules/common/strings/tr.json
@@ -0,0 +1,1340 @@
+{
+ "ReplaceExistingThumbnailImages": "Mevcut video önizleme küçük resimlerini değiştirin",
+ "ReplaceExistingThumbnailImagesHelp": "Kitaplık seçeneklerinde etkinleştirilmişse, mevcut tüm video önizleme küçük resimleri silinecek ve yenileri oluşturulacaktır.",
+ "DateCreated": "Oluşturulma Tarihi",
+ "CreatedOnValue": "{0} oluşturuldu",
+ "UpdatedOnValue": "{0} güncellendi",
+ "EmbyLoginTerms": "Emby, ev videoları ve fotoğrafları gibi kişisel medya kütüphanenizi yönetmenize yardımcı olmak için tasarlanmıştır. Lütfen {0}kullanım şartlarımıza{1} bakın. Herhangi bir Emby yazılımının kullanılması, bu koşulların kabul edildiğini gösterir.",
+ "MessageUnableToConnectToServer": "Şu anda seçili sunucuya bağlanamıyoruz. Lütfen çalıştığından emin olun ve tekrar deneyin.",
+ "EmbyIntroMessage": "Emby ile videoları, müzikleri ve fotoğrafları Emby Sunucu'nuzdan akıllı telefonlara, tabletlere ve diğer cihazlara kolayca aktarabilirsiniz.",
+ "HeaderSignInWithConnect": "Emby Connect ile oturum açın",
+ "HeaderWelcomeToEmby": "Emby'ye hoş geldiniz",
+ "HeaderNewUsers": "Yeni Kullanıcılar",
+ "HeaderPleaseSignIn": "Lütfen Oturum Açın",
+ "MessageInvalidUser": "Geçersiz kullanıcı adı veya parola. Lütfen tekrar deneyin.",
+ "MessageUnlockAppWithPurchaseOrSupporter": "Tek seferlik küçük bir satın alımla veya etkin bir Emby Prömiyer aboneliğiyle bu özelliğin kilidini açın.",
+ "MessageUnlockAppWithSupporter": "Aktif bir Emby Prömiyer aboneliğiyle bu özelliğin kilidini açın.",
+ "MessageToValidateSupporter": "Aktif bir Emby Prömiyer aboneliğiniz varsa, ana menüden Emby Prömiyer 'e tıklayarak erişebileceğiniz Emby Sunucu Panonuzda Emby Prömiyer 'i kurduğunuzdan emin olun.",
+ "ValueSpecialEpisodeName": "Özel - {0}",
+ "HeaderSignIn": "Oturum Aç",
+ "Share": "Paylaş",
+ "Shared": "Paylaşılan",
+ "Info": "Bilgi",
+ "Add": "Ekle",
+ "Speed": "Hız",
+ "PlaybackSpeed": "Oynatma Hızı",
+ "Chapters": "Bölümler",
+ "Password": "Parola",
+ "SavePassword": "Şifre Kaydet",
+ "LabelPassword": "Parola",
+ "HeaderResetPassword": "Parolayı Sıfırla",
+ "Series": "Seriler",
+ "Preview": "Önizleme",
+ "Submit": "Gönder",
+ "Never": "Asla",
+ "Table": "Tablo",
+ "HeaderScheduledTasks": "Zamanlanmış Görevler",
+ "Plays": "Oynar",
+ "LastUsedAddressValue": "Son kullanılan {0}",
+ "LabelKeywordType": "Anahtar kelime türü",
+ "HeaderSelectColumns": "Sütunları Seçin",
+ "HeaderTopResults": "En İyi Sonuçlar",
+ "HeaderPinSidebar": "Kenar Çubuğunu Sabitle",
+ "Collapse": "Çökme",
+ "LabelBackgroundVideoPlayback": "Arka planda video oynatma",
+ "BackgroundVideoPlaybackHelp": "Arka planda oynatma, videonun ekran kapalıyken bile oynatılmaya devam etmesini sağlar.",
+ "AlwaysOn": "Her zaman açık",
+ "HeadphonesOrExternalSpeakersConnected": "Bağlı kulaklıklar veya harici hoparlörler",
+ "HeaderKeyboardAndRemote": "Klavye ve Uzaktan Kumanda",
+ "NoSelectedItemsSupportOperation": "Bu işlemi destekleyen hiçbir öğe seçilmedi.",
+ "NoOperationsForSelectedItems": "Seçili öğeler için kullanılabilir bir işlem yok.",
+ "UploadOnlyOnWifi": "Sadece Wifi üzerinden yükle",
+ "HeaderFoldersToUpload": "Yüklenecek Klasörler",
+ "LabelPasswordConfirm": "Parola (onayla)",
+ "HeaderMoveUpInOrder": "Sırayla Yukarı Taşı",
+ "HeaderDownUpInOrder": "Sırayla Aşağı Taşı",
+ "LabelUsername": "Kullanıcı adı",
+ "HeaderAddServer": "Sunucu Ekle",
+ "HeaderSubtitleOffset": "Altyazı Sapma",
+ "Watching": "İzleniyor",
+ "HeaderRemoveFromContinueWatching": "\"İzlemeye Devam Et\" bölümünden kaldır",
+ "RemoveThisTitleFromContinueWatching": "Bu başlık \"İzlemeye Devam Et\" bölümünden kaldırılsın mı?",
+ "HeaderRemoveFromContinueListening": "Dinlemeye Devam Et'ten kaldırın",
+ "RemoveThisTitleFromContinueListening": "Bu başlığı Dinlemeye Devam Et'ten kaldıralım mı?",
+ "HeaderIncreaseSubtitleOffset": "Altyazı Ofsetini Artır",
+ "HeaderDecreaseSubtitleOffset": "Altyazı Ofsetini Azalt",
+ "Close": "Kapat",
+ "HeaderSeeAll": "Hepsini Gör",
+ "HeaderOpenInNewWindow": "Yeni Pencerede Aç",
+ "LabelEmail": "E-posta",
+ "LabelHost": "Sunucu",
+ "LabelHostHelp": "Örnek: 192.168.1.100 veya https://myserver.com",
+ "LabelPort": "Port",
+ "Disabled": "Devre dışı",
+ "Uninstall": "Kaldır",
+ "Enable": "Etkinleştir",
+ "AllTuners": "Tüm Tunerler",
+ "Disable": "Devre Dışı Bırak",
+ "NextValue": "İleri: {0}",
+ "HeaderNextItem": "Sonraki Öğe",
+ "HeaderPreviousItem": "Önceki Öğe",
+ "NoTrailersMessage": "Fragman bulunamadı. Fragman eklemek için lütfen {0}Emby eklenti kataloğundan{1} Fragman eklentisini yükleyin.",
+ "UninstallPluginConfirmation": "Bu eklentiyi kaldırmak istediğinden emin misiniz?",
+ "HeaderUninstallPlugin": "Eklentiyi Kaldır",
+ "AreYouStillWatching": "Hâlâ izliyor musun?",
+ "LabelCurrentPassword": "Mevcut parola",
+ "LabelNewPassword": "Yeni parola",
+ "LabelNewPasswordConfirm": "Yeni parolayı onayla",
+ "HeaderRemovePassword": "Parolayı Kaldır",
+ "ServerUpdateNeeded": "Bu Emby Sunucu'sunun güncellenmesi gerekiyor. En son sürümü indirmek için lütfen {0} adresini ziyaret edin",
+ "MessageThankYouForConnectSignUp": "Emby Connect'e kaydolduğunuz için teşekkür ederiz. Adresinize, yeni hesabınızı nasıl onaylayacağınıza ilişkin talimatları içeren bir e-posta gönderilecektir. Lütfen hesabı onaylayın ve ardından oturum açmak için buraya geri dönün.",
+ "MessageThankYouForConnectSignUpNoValidation": "Emby Connect'e kaydolduğunuz için teşekkür ederiz! Şimdi Emby Connect bilgilerinizle oturum açmanız istenecek.",
+ "ErrorMessagePasswordNotMatchConfirm": "Parola ve parola onayı eşleşmelidir.",
+ "ErrorMessageUsernameInUse": "Bu kullanıcı adı halihazırda kullanılıyor. Lütfen yeni bir isim seçin ve tekrar deneyin.",
+ "ErrorMessageEmailInUse": "Bu e-posta adresi zaten kullanılıyor. Lütfen yeni bir e-posta adresi girin ve tekrar deneyin veya parolamı unuttum özelliğini kullanın.",
+ "HeaderUpcomingOnTV": "Yakında Canlı TV'de",
+ "HeaderOtherShowings": "Diğer Gösterimler",
+ "Showings": "Gösterimler",
+ "HeaderConnectToServer": "Sunucuya Bağlan",
+ "ConnectToServerManually": "Sunucuya manuel olarak bağlanın",
+ "LabelEnterConnectUserNameHelp": "Bu, Emby Connect hesabınızı kurmak için kullandığınız e-posta adresidir.",
+ "HeaderSignInError": "Oturum Açma Hatası",
+ "HeaderManualLogin": "Manuel Giriş",
+ "PasswordResetConfirmation": "Parolayı sıfırlamak istediğinizden emin misiniz?",
+ "ContactAdminToResetPassword": "Parolanızı sıfırlamak için lütfen sistem yöneticinize başvurun.",
+ "ForgotPasswordInNetworkRequired": "Parola sıfırlama sürecini başlatmak için lütfen ev ağınızda tekrar deneyin.",
+ "ForgotPasswordFileCreated": "Aşağıdaki dosya sunucunuzda oluşturulmuştur ve nasıl ilerleyeceğinize dair talimatları içerir:",
+ "ForgotPasswordFileExpiration": "Sıfırlama şifresinin süresi {0} itibarıyla dolacak.",
+ "InvalidForgotPasswordPin": "Geçersiz veya süresi dolmuş bir pin girildi. Lütfen tekrar deneyin.",
+ "PasswordResetForUsers": "Aşağıdaki kullanıcılar için parolalar kaldırıldı. Giriş yapmak için boş parola ile giriş yapın.",
+ "HeaderForgotPassword": "Şifrenizi mi unuttunuz?",
+ "ForgotPasswordUsernameHelp": "Kullanıcı adınızı hatırlamıyorsanız bunu boş bırakın.",
+ "HeaderPasswordReset": "Parola Sıfırla",
+ "AttributeNew": "Yeni",
+ "Done": "Bitti",
+ "HeaderResetToDefault": "Varsayılana Sıfırla",
+ "Deinterlacing": "Çözümleme (Deinterlace)",
+ "HeaderBurningInSubtitles": "Altyazıların Gömülmesi",
+ "Premiere": "Prömiyer",
+ "LabelPinCode": "Pin kodu",
+ "LabelLocalNetworkPinCode": "Yerel ağ pin kodu",
+ "LabelLocalNetworkPasswordMode": "Yerel ağ oturum açma modu",
+ "RequirePasswordInLocalNetwork": "Yerel ağda bir parolayı zorunlu kıl",
+ "NoPasswordInLocalNetwork": "Yerel ağda parolayı zorunlu kılma",
+ "PinCodeInLocalNetwork": "Yerel ağda sayısal bir pin koduna izin verin",
+ "LocalNetworkPasswordModeHelp": "Emby Sunucu'nuz ile aynı yerel ağdaki cihazlar için oturum açma yöntemini seçin.",
+ "HeaderLocalNetworkAccess": "Yerel Ağ Erişimi",
+ "Live": "Canlı",
+ "Reset": "Sıfırla",
+ "Repeat": "Tekrar",
+ "Track": "Parça",
+ "Tracks": "Parçalar",
+ "HeaderCameraUpload": "Kamera Yükle",
+ "TrackCount": "{0} Parçalar",
+ "ItemCount": "{0} Öğe",
+ "NumberChannelsValue": "{0} Kanallar",
+ "HeaderLatestMusic": "En son Müzik",
+ "HeaderLatestAudioBooks": "Son Sesli Kitaplar",
+ "HeaderLatestDownloadedVideos": "En Son İndirilen Videolar",
+ "HeaderRecentlyPlayed": "Son Oynatılanlar",
+ "Recent": "Yakın zamanda",
+ "HeaderFrequentlyPlayed": "Sık Oynatılanlar",
+ "HeaderMoreLikeThis": "Benzerleri",
+ "HeaderMoreLikeThisOnLiveTV": "Canlı TV'de Benzerleri",
+ "OriginalAirDateValue": "Orijinal yayın tarihi: {0}",
+ "EndsAtValue": "{0} itibarıyla bitiyor",
+ "Date": "Tarih",
+ "AirDate": "Yayın Tarihi",
+ "Played": "Oynatıldı",
+ "Daily": "Günlük",
+ "Weekly": "Haftalık",
+ "RequireHashMatch": "Heş eşleştirmesi gerektir",
+ "RequireHashMatchHelp": "Bir heş eşleşmesini zorunlu kılmak, altyazıları yalnızca video dosyanızla test edilmiş olanları içerecek şekilde filtreleyecektir. Bu işaretin kaldırılması, eşleşen altyazıların sayısını artıracak, ancak aynı zamanda senkronizasyonu hatalı veya yanlış altyazı dosyalarının görülme ihtimalini artıracaktır.",
+ "SearchForForcedSubtitlesOnly": "Yalnızca zorunlu altyazılar",
+ "SearchForForcedSubtitlesOnlyHelp": "Gömülü altyazıların zorunlu kılınması, sonuçları yabancı dile sahip olarak etiketlenmiş altyazılarla sınırlar.",
+ "LastEpisodeDateAdded": "Son Bölüm Tarihi Eklendi",
+ "LastEpisodeDateAired": "Son Bölüm Tarihi Yayınlandı",
+ "LabelPlaystate": "Oynatma durumu",
+ "Studio": "Stüdyo",
+ "Tag": "Etiket",
+ "EpisodeTitle": "Bölüm Başlığı",
+ "Audio": "Ses",
+ "Video": "Video",
+ "Subtitle": "Altyazı",
+ "Image": "Resim",
+ "CopyStream": "Orijinal akışı kopyala",
+ "LabelAudioLayout": "Ses düzeni",
+ "LabelAudioCodec": "Ses kodeği",
+ "LabelAudioLanguage": "Ses dili",
+ "LabelSubtitleLanguage": "Altyazı dili",
+ "LabelVideoCodec": "Video kodeği",
+ "LabelSubtitleCodec": "Altyazı kodeği",
+ "LabelParentalRating": "Ebeveyn derecelendirmesi",
+ "BecauseYouLikeValue": "{0} öğesini beğendiğiniz için",
+ "BecauseYouWatchedValue": "{0} öğesini izlediğiniz için",
+ "DirectedByValue": "Yönetmen {0}",
+ "StarringValue": "Oyuncular {0}",
+ "Invitations": "Davetiyeler",
+ "ActorAsRole": "{0} olarak",
+ "ButtonOk": "Tamam",
+ "GroupItemsIntoCollections": "Öğeleri koleksiyonlar halinde gruplandır",
+ "GroupItemsIntoCollectionsHelp": "Öğeleri eklendikleri koleksiyonlara göre gruplayın. Belirli filtreleri veya sıralama düzenini etkinleştirmek bunu otomatik olarak devre dışı bırakabilir.",
+ "GroupItemsIntoTags": "Öğeleri etiketlere göre gruplandır",
+ "GroupItemsIntoTagsHelp": "Öğeleri eklendikleri etiketlere göre gruplayın. Belirli filtreleri veya sıralama düzenini etkinleştirmek bunu otomatik olarak devre dışı bırakabilir.",
+ "User": "Kullanıcı",
+ "Access": "Erişim",
+ "Users": "Kullanıcılar",
+ "Library": "Kütüphane",
+ "Devices": "Cihazlar",
+ "Cancel": "İptal",
+ "Restart": "Yeniden Başlat",
+ "Shutdown": "Kapat",
+ "Logs": "Loglar",
+ "Visibility": "Görünürlük",
+ "Notifications": "Bildirimler",
+ "SendTestNotification": "Test Bildirimi Gönder",
+ "NotificationSent": "Bildirim gönderildi",
+ "DeleteNotificationConfirmation": "Bu bildirimi silmek istediğinizden emin misiniz?",
+ "DeleteNotification": "Bildirimi Sil",
+ "AddNotification": "Bildirim Ekle",
+ "EditNotification": "Bildirimi Düzenle",
+ "LimitUserEventsTo": "Kullanıcı etkinliklerini sınırlandırın",
+ "LimitLibraryEventsTo": "Kütüphane etkinliklerini sınırlandırın",
+ "LimitDeviceEventsTo": "Cihaz etkinliklerini şu şekilde sınırlayın",
+ "ForAdditionalNotificationOptions": "Ek bildirim hizmetleri sunucu yöneticisi tarafından Emby {0}plugin kataloğuna{1} yüklenebilir.",
+ "Plugins": "Eklentiler",
+ "Systems": "Sistemler",
+ "Server": "Sunucu",
+ "Dashboard": "Gösterge Paneli",
+ "PlayOnAnotherDevice": "Başka bir cihazda oynat",
+ "HeaderConnectionHelp": "Bağlantı Yardımı",
+ "AccessRestrictedTryAgainLater": "Erişim şu anda kısıtlanmıştır. Lütfen daha sonra tekrar deneyiniz.",
+ "ButtonGotIt": "Anladım",
+ "RememberMe": "Beni hatırla",
+ "EmbyServer": "Emby Sunucusu",
+ "ManageEmbyServer": "Emby Sunucu'sunu Yönet",
+ "ShutdownServer": "Emby Sunucu'sunu Kapat",
+ "RestartServer": "Emby Sunucusunu Yeniden Başlat",
+ "RecordingCancelled": "Kayıt İptal Edildi",
+ "SeriesCancelled": "Dizi İptal Edildi",
+ "Recording": "Kayıt",
+ "SeriesRecording": "Dizi Kaydı",
+ "RecordingScheduled": "Kayıt Planlandı",
+ "SeriesRecordingScheduled": "Seri Kaydı Planlandı",
+ "HeaderNewRecording": "Yeni Kayıt",
+ "HeaderWakeServer": "Sunucuyu Uyandır",
+ "AttemptingWakeServer": "Sunucu uyandırılmaya çalışılıyor. Lütfen bekleyin...",
+ "WakeServerSuccess": "Başarılı!",
+ "HeaderCustomizeHomeScreen": "Ana Ekranı Özelleştir",
+ "WakeServerError": "Wake On LAN paketleri sunucu makinenize gönderildi, ancak Emby Sunucunuza bağlanamıyoruz. Makinenizin uyanması için biraz daha zamana ihtiyaç olabilir veya Emby Sunucusu makinede aktif olarak çalışmıyor olabilir.",
+ "Days": "Günler",
+ "Network": "Ağ",
+ "Networks": "Ağlar",
+ "SortByValue": "{0} ile sırala",
+ "HeaderSortBy": "Sıralama Ölçütü",
+ "HeaderPhotoAlbums": "Fotoğraf Albümleri",
+ "Photos": "Fotoğraflar",
+ "HeaderAppearsOn": "Görünüyor",
+ "List": "Liste",
+ "HeaderRecordSeries": "Seriyi Kaydet",
+ "HeaderCinemaMode": "Sinema Tanıtımları",
+ "Conversions": "Dönüşümler",
+ "Downloads": "İndirilenler",
+ "HeaderManageDownloads": "İndirilenleri Yönet",
+ "InternalStorage": "Dahili depo",
+ "ExternalStorage": "Harici depo",
+ "UploadToFollowingServers": "Sunuculara Yükle",
+ "UploadingNumItems": "{1} içinden {0} yükleniyor",
+ "DownloadNumItems": "{1} içinden {0} indiriliyor",
+ "HeaderSampleRate": "Örnekleme Oranı",
+ "HeaderReferenceFrames": "Referans Kareler",
+ "HeaderBitDepth": "Bit Derinliği",
+ "HeaderPixelFormat": "Piksel Formatı",
+ "Profile": "Profil",
+ "Bitrate": "Bit oranı",
+ "Expand": "Genişlet",
+ "Container": "Konteyner",
+ "Format": "Format",
+ "Path": "Yol",
+ "Size": "Boyut",
+ "Resolution": "Çözünürlük",
+ "HeaderCodecTag": "Kodek Etiketi",
+ "Framerate": "Kare hızı",
+ "Interlaced": "Geçmeli",
+ "Anamorphic": "Anamorfik",
+ "Level": "Seviye",
+ "Timestamp": "Zaman damgası",
+ "Language": "Dil",
+ "Codec": "Kodek",
+ "Stream": "Akış",
+ "HeaderExtradata": "Ekstra Veri",
+ "HeaderHardwareAcceleratedTranscoding": "Donanım Hızlandırmalı Kod Dönüştürme",
+ "HeaderHardwareAcceleratedTranscodingDescription": "Sunucu GPU'nuzdan yararlanın. Emby, sektördeki en gelişmiş ve en hızlı donanım hızlandırmasına sahiptir.",
+ "HeaderOfflineDownloads": "Çevrimdışı Medya",
+ "AndMuchMoreExclamation": "Ve daha fazlası!",
+ "HeaderOfflineDownloadsDescription": "Kolay çevrimdışı kullanım için medyayı cihazlarınıza indirin.",
+ "LiveTvFeatureDescription": "Emby Sunucu'nuza yüklenmiş uyumlu bir TV alıcısı cihazıyla herhangi bir Emby uygulamasına Canlı TV yayını aktarın.",
+ "DvrFeatureDescription": "Emby DVR ile bireysel Canlı TV kayıtlarını, dizi kayıtlarını ve daha fazlasını planlayın.",
+ "CinemaModeFeatureDescription": "Sinema Tanıtımları, ana filmden önce fragmanlar ve özel girişlerle size gerçek sinema deneyimini sunar.",
+ "HeaderFreeApps": "Ücretsiz Emby Uygulamaları",
+ "FreeAppsFeatureDescription": "Cihazlarınız için Emby uygulamalarına ücretsiz erişimin keyfini çıkarın.",
+ "HeaderBecomeProjectSupporter": "Emby Prömiyer Al",
+ "HeaderViewServerInfo": "Sunucu Bilgilerini Görüntüle",
+ "PlaybackTvModeRequiresEmbyPremiere": "Bu özellik aktif bir {0}Emby Prömiyer aboneliği{1} gerektirir.",
+ "FeatureRequiresEmbyPremiere": "Bu özellik aktif bir {0}Emby Prömiyer aboneliği{1} gerektirir.",
+ "HeaderConvertYourRecordings": "Kayıtlarınızı Dönüştürün",
+ "Record": "Kayıt",
+ "Save": "Kaydet",
+ "Edit": "Düzenle",
+ "HeaderSavePlaylist": "Oynatma Listesini Kaydet",
+ "Latest": "En son",
+ "Download": "İndir",
+ "Downloaded": "İndirildi",
+ "Converted": "Dönüştürüldü",
+ "RemoveFromHistory": "Geçmişten Kaldır",
+ "ConfirmRemoveFromHistory": "Bu öğeyi geçmişten kaldıralım mı?",
+ "Downloading": "İndirilenler",
+ "Advanced": "Gelişmiş",
+ "LinkedToEmbyConnect": "Emby Connect'e bağlı",
+ "Delete": "Sil",
+ "Both": "Her ikisi de",
+ "LabelChannelDisplay": "Kanal ekranı",
+ "HeaderDeleteItem": "Ögeyi Sil",
+ "HeaderDeleteUser": "Kullanıcıyı Sil",
+ "DeleteItemConfirmation": "{0}'i silmek istediğinize emin misiniz ?",
+ "DeleteUserConfirmation": "{0} kullanıcısını silmek istediğinize emin misiniz?",
+ "DeleteUsersConfirmation": "Bu {0} kullanıcıyı silmek istediğinizden emin misiniz?",
+ "HeaderDeleteDevice": "Cihazı Sil",
+ "DeleteDeviceConfirmation": "Bu cihazı silmek istediğinizden emin misiniz? Bir kullanıcı onunla tekrar oturum açtığında yeniden görünecektir.",
+ "ConfirmDeleteItem": "Bu öğeyi silmek, onu hem dosya sisteminden hem de medya kütüphanenizden kaldıracaktır.",
+ "FollowingFilesWillBeDeleted": "Aşağıdaki dosyalar ve klasörler silinecek:",
+ "AreYouSureToContinue": "Devam etmek istediğinize emin misiniz?",
+ "Refresh": "Yenile",
+ "RefreshingMetadataDots": "Metaveri yenileniyor...",
+ "ScanningLibraryFilesDots": "Kütüphane dosyaları taranıyor...",
+ "HeaderFavoritesThenByChannelNumber": "Favoriler, Ardından Kanal Numarasına Göre",
+ "HeaderAddToCollection": "Koleksiyona Ekle",
+ "HeaderFavoritesThenByTitle": "Favoriler, Ardından Başlığa göre",
+ "HeaderFavoritesThenByDefault": "Favoriler, Ardından Varsayılan Kanal Sırasına Göre",
+ "HeaderDefaultChannelOrder": "Varsayılan Kanal Sırası",
+ "HeaderAddToFavorites": "Favorilere Ekle",
+ "HeaderRemoveFromFavorites": "Favorilerden Çıkar",
+ "Favorited": "Favoriler",
+ "Unfavorited": "Olumsuz",
+ "HeaderNewCollection": "Yeni Koleksiyon",
+ "HeaderNewPlaylist": "Yeni Oynatma Listesi",
+ "AllCollections": "Tüm Koleksiyonlar",
+ "AllPlaylists": "Tüm Çalma Listeleri",
+ "Create": "Oluştur",
+ "HeaderAddedToPlaylist": "Oynatma listesine eklendi",
+ "HeaderAddedToCollection": "Koleksiyona eklendi",
+ "OneItemAddedTo": "\"{0}\"a 1 öğe eklendi.",
+ "ItemsAddedTo": "\"{1}\"e {0} öğeleri eklendi",
+ "HeaderAddedToPlayQueue": "Oynatma sırasına eklendi",
+ "HeaderPlayingNext": "Sıradaki oynatılıyor",
+ "Help": "Yardım",
+ "HeaderGetHelp": "Yardım Al",
+ "LabelTVDisplayMode": "TV görüntüleme modunu etkinleştir",
+ "Desktop": "Masaüstü",
+ "Mobile": "Mobil / Tablet",
+ "Navigation": "Navigasyon",
+ "HeaderVideoPlayback": "Video Oynatma",
+ "TV": "TV",
+ "HeaderEmbyConnect": "Emby Bağlantısı",
+ "Seasons": "Sezonlar",
+ "OneTrack": "1 Parça",
+ "OneSeason": "1 Sezon",
+ "Libraries": "Kütüphaneler",
+ "NumberSeasonsValue": "{0} Sezon",
+ "TVDisplayModeHelp": "Bu cihazdaki kullanıcı arayüzünü, bir TV ekranında görüntülenmeye ve uzaktan kumanda ile giriş yapılmaya uygun şekilde optimize eder. Eğer ana giriş yönteminiz fare ya da dokunmatik tabanlıysa, bu genellikle önerilmez.",
+ "LabelDisplayLanguage": "Görüntü dili",
+ "LabelDisplayLanguageHelp": "Emby tercümesi devam eden bir projedir.",
+ "LearnHowYouCanContribute": "Nasıl katkıda bulunabileceğinizi öğrenin.",
+ "NewCollectionHelp": "Koleksiyonlar, kişiselleştirilmiş film grupları ve diğer kütüphane içeriği oluşturmanıza olanak sağlar.",
+ "SearchForCollectionInternetMetadata": "İnternette çizim ve metaveri ara",
+ "DisplayMissingEpisodesWithinSeasons": "Sezonlar içinde eksik bölümleri göster",
+ "DisplayMissingEpisodesWithinSeasonsHelp": "Bu, Emby Sunucu'su kurulumunda TV kütüphaneleri için de etkinleştirilmelidir.",
+ "EnableThemeSongs": "Tema şarkılarını çal",
+ "EnableBackdrops": "Fonları etkinleştir",
+ "EnableThemeSongsHelp": "Etkinleştirilirse, kütüphanede gezinirken tema şarkıları arka planda çalacaktır.",
+ "EnableBackdropsHelp": "Etkinleştirilirse, kütüphaneye göz atarken bazı sayfaların arka planında fonlar görüntülenecektir.",
+ "EnableThemeVideos": "Tema videolarını oynat",
+ "EnableThemeVideosHelp": "Etkinleştirilirse, kütüphaneye göz atarken tema videoları arka planda oynatılacaktır.",
+ "RunAtStartup": "Başlangıçta çalıştır",
+ "ServerStartup": "Sunucu Başlatma",
+ "EmbyServerOnXHasStarted": "{0} üzerinde Emby Sunucusu başladı.",
+ "LabelScreensaver": "Ekran koruyucusu",
+ "LabelSoundEffects": "Ses efektleri",
+ "LabelName": "İsim",
+ "NewCollectionNameExample": "Örnek: Star Wars Koleksiyonu",
+ "MessageItemsAdded": "Öğeler eklendi.",
+ "OptionNew": "Yeni...",
+ "LabelPlaylist": "Oynatma Listesi",
+ "AddToPlaylist": "Oynatma listesine ekle",
+ "HeaderAddToPlaylist": "Oynatma Listesi'ne Ekle",
+ "Subtitles": "Altyazılar",
+ "LabelTheme": "Tema",
+ "LabelSettingsTheme": "Ayarlar teması",
+ "LabelThemeAccentColor": "Vurgu rengi",
+ "ThemeAccentColorDescription": "Önemli göstergelerin, simgelerin ve metinlerin rengini kontrol eder.",
+ "SearchForSubtitles": "Altyazı Ara",
+ "LabelLanguage": "Dil",
+ "Search": "Ara",
+ "NoSubtitleSearchResultsFound": "Sonuç bulunamadı. {0}Altyazı indirmeyi{1} yapılandırdınız mı?",
+ "NoLyricsSearchResultsFound": "Sonuç bulunamadı. {0} şarkı sözlerini {1} indirecek şekilde yapılandırdınız mı?",
+ "Lyrics": "Şarkı Sözleri",
+ "SearchForLyrics": "Şarkı Sözü Ara",
+ "Finish": "Bitiş",
+ "File": "Dosya",
+ "Exit": "Çıkış",
+ "Sleep": "Uyku",
+ "Setup": "Kur",
+ "MessageAreYouSureDeleteSubtitles": "Bu altyazı dosyasını silmek istediğinize emin misiniz?",
+ "ConfirmDeletion": "Silmeyi Onayla",
+ "MySubtitles": "Altyazılarım",
+ "MessageDownloadQueued": "İndirme sıraya alındı.",
+ "HeaderEditSubtitles": "Altyazıları Düzenle",
+ "UnlockGuide": "Kılavuz Kilidini Aç",
+ "HeaderRefreshMetadata": "Metaveriyi Yenile",
+ "HeaderRefreshAllMetadata": "Tüm metaveriyi yenile",
+ "ReplaceExistingImages": "Mevcut resimleri değiştir",
+ "ReplaceExistingImagesHelp": "Mevcut tüm görüntüler silinecek ve yenileri indirilecektir. Bazı durumlarda bu, öncekinden daha az kullanılabilir görüntü ile sonuçlanabilir.",
+ "ReplaceAllMetadata": "Tüm metaveriyi değiştir",
+ "SearchForMissingMetadata": "Eksik metaveriyi ara",
+ "LabelRefreshMode": "Yenileme modu",
+ "NoItemsFound": "Hiç bir öğe bulunamadı.",
+ "HeaderSaySomethingLike": "Gibi Bir Şey Söyle...",
+ "ButtonTryAgain": "Tekrar Deneyin",
+ "HeaderYouSaid": "Dedin ki...",
+ "MessageWeDidntRecognizeCommand": "Üzgünüz, bu komutu tanımadık.",
+ "MessageIfYouBlockedVoice": "Uygulamaya sesli erişimi reddettiyseniz, tekrar denemeden önce yeniden yapılandırmanız gerekir.",
+ "ValueDiscNumber": "Disk {0}",
+ "Unrated": "Derecelendirilmemiş",
+ "Favorite": "Favori",
+ "Like": "Beğen",
+ "Dislike": "Beğenme",
+ "RefreshDialogHelp": "Meta veriler, Emby kütüphane kurulumunda etkinleştirilen ayarlara ve meta veri sağlayıcılarına dayalı olarak yeni verilerle güncellenir.",
+ "Open": "Aç",
+ "Play": "Oynat",
+ "Pause": "Durdur",
+ "HeaderPlayQueue": "Oynatma Sırası",
+ "HeaderAddToPlayQueue": "Oynatma Sırasına Ekle",
+ "Shuffle": "Karıştır",
+ "Identify": "Tanımla",
+ "HeaderRemoveIdentification": "Tanımlamayı Kaldır",
+ "ResetMetadataConfirmation": "Tüm meta verileri sıfırlamak istediğinizden emin misiniz?",
+ "HeaderEditMetadata": "Metaveriyi Düzenle",
+ "Convert": "Dönüştür",
+ "Resume": "Devam Et",
+ "HeaderInstantMix": "Anlık Karıştırma",
+ "HeaderGoToItem": "Öğeye git",
+ "HeaderGoToSeason": "Sezona Git",
+ "HeaderGoToSeries": "Seriye Git",
+ "HeaderGoToAlbum": "Albüme git",
+ "HeaderGoToArtist": "Sanatçıya git",
+ "HeaderPlayAll": "Tümünü Oynat",
+ "PictureInPicture": "Resim içinde resim",
+ "Fullscreen": "Tam ekran",
+ "ExitFullscreen": "Tam ekrandan çık",
+ "Rewind": "Geri sar",
+ "FastForward": "İleri Sar",
+ "Remove": "Kaldır",
+ "Rename": "Yeniden Adlandır",
+ "Queue": "Sıra",
+ "QueueAllFromHere": "Buradan sonra tümünü sıraya ekle",
+ "PlayAllFromHere": "Buradan sonra tümünü oynat",
+ "PlayFromBeginning": "Baştan Oynat",
+ "FromBeginning": "Başlangıçtan",
+ "ResumeAt": "{0} 'dan deam et",
+ "HeaderRemoveFromPlaylist": "Oynatma Listesi'nden Kaldır",
+ "HeaderRemoveFromPlayQueue": "Oynatma Kuyruğundan Çıkar",
+ "HeaderRemoveFromCollection": "Koleksiyon'dan Kaldır",
+ "Sort": "Sırala",
+ "Trailer": "Fragman",
+ "SelectNone": "Hiçbirini Seçmeyin",
+ "SelectAll": "Tümünü Seçin",
+ "HeaderMarkPlayed": "Oynatıldı Olarak İşaretle",
+ "HeaderMarkUnplayed": "Oynatılmadı Olarak İşaretle",
+ "HeaderGroupVersions": "Grup Sürümleri",
+ "PleaseSelectTwoItems": "Lütfen en az iki öğe seçin.",
+ "HeaderConfirmRecordingCancellation": "Kayıt İptalini Onayla",
+ "MessageConfirmRecordingCancellation": "Kayıt iptal edilsin mi?",
+ "Album": "Albüm",
+ "AlbumArtist": "Albüm Sanatçısı",
+ "Error": "Hata",
+ "VoiceInput": "Ses Girişi",
+ "LabelContentType": "İçerik türü",
+ "LabelPath": "Yol",
+ "Playlists": "Oynatma Listeleri",
+ "LabelTitle": "Başlık",
+ "LabelOriginalTitle": "Orjinal başlık",
+ "LabelSortTitle": "Sıralama başlığı",
+ "LabelDateAdded": "Eklenme tarihi",
+ "DateAdded": "Tarih Eklendi",
+ "DateModified": "Değiştirildiği Tarih",
+ "DatePlayed": "Oynandığı Tarih",
+ "DateLastActive": "Son Aktif Olduğu Tarih",
+ "ConfigureDateAdded": "Eklenme tarihinin nasıl belirleneceğini Emby Sunucu'su kontrol panelinde Kütüphane ayarları altında yapılandırın",
+ "LabelStatus": "Durum",
+ "LabelArtistsHelp": "Çoklu kullanımı ayır;",
+ "HeaderAlbumArtists": "Albüm Sanatçıları",
+ "LabelAlbumArtists": "Albüm sanatçıları",
+ "LabelAlbum": "Albüm",
+ "Artist": "Sanatçı",
+ "Artists": "Sanatçılar",
+ "ImdbRating": "IMDb Puanı",
+ "CommunityRating": "Topluluk Değerlendirmesi",
+ "LabelCommunityRating": "Topluluk puanı",
+ "LabelCriticRating": "Kritik puan",
+ "CriticRating": "Eleştirmen Değerlendirmesi",
+ "LabelWebsite": "Web Sitesi",
+ "Tagline": "Etiket çizgisi",
+ "LabelOverview": "Genel Bakış",
+ "LabelShortOverview": "Kısa genel bakış",
+ "LabelReleaseDate": "Yayın tarihi",
+ "LabelPlaceOfBirth": "Doğum yeri",
+ "Aired": "Yayınlandı",
+ "LabelAirDays": "Yayınlanma günleri",
+ "LabelAirTime": "Yayınlanma zamanı",
+ "LabelRuntimeMinutes": "Süresi (dakika)",
+ "LabelCustomRating": "Özel derecelendirme",
+ "LabelOriginalAspectRatio": "Orjinal en boy oranı",
+ "Label3DFormat": "3B biçim",
+ "FormatValue": "Format: {0}",
+ "DownloadsValue": "{0} İndirmeler",
+ "HashMatch": "Hash Eşleşmesi",
+ "EnableExternalVideoPlayers": "Harici video oynatıcılarını etkinleştir",
+ "EnableExternalVideoPlayersHelp": "Video oynatmaya başlarken harici oynatıcı menüsü gösterilecektir.",
+ "HeaderSpecialEpisodeInfo": "Özel Bölüm Bilgisi",
+ "LabelAirsDuringSeason": "Yayınlandığı sezon",
+ "LabelAirsAfterSeason": "Sonrasında yayınlandığı sezon",
+ "LabelAirsBeforeEpisode": "Öncesinde yayınlandığı bölüm",
+ "HeaderExternalIds": "Harici Kimlik Bilgileri",
+ "HeaderDisplaySettings": "Ekran Ayarları",
+ "PlaylistOrder": "Çalma Listesi Sırası",
+ "CollectionOrder": "Koleksiyon Siparişi",
+ "LabelDisplayOrder": "Görüntüleme sırası",
+ "LabelFileOrder": "Dosya sırası",
+ "Display": "Ekran",
+ "Countries": "Ülkeler",
+ "Genres": "Türler",
+ "Studios": "Stüdyolar",
+ "Tags": "Etiketler",
+ "Links": "Bağlantılar",
+ "Movie": "Film",
+ "Program": "Program",
+ "Channel": "Kanal",
+ "Episode": "Bölüm",
+ "Season": "Sezon",
+ "HeaderMetadataSettings": "Metaveri Ayarları",
+ "People": "Kişiler",
+ "Number": "Sayı",
+ "Lock": "Kilit",
+ "HeaderScreenLocked": "Ekran Kilitli",
+ "HeaderUnlockControls": "Kontrollerin Kilidini Aç",
+ "HeaderTapToUnlock": "Kilidi Açmak için dokunun",
+ "LabelMetadataDownloadLanguage": "Tercih edilen metaveri indirme dili",
+ "LabelImageDownloadLanguage": "Tercih edilen resim indirme dili",
+ "LabelLockItemToPreventChanges": "İleride yapılacak değişiklikleri önlemek için bu ögeyi kilitle",
+ "LockThisField": "Meta verileri yenilerken gelecekteki değişiklikleri önlemek için bu alanı kilitle",
+ "MessageLeaveEmptyToInherit": "Ayarları bir üst öğeden veya genel varsayılan değerden devralmak için boş bırakın.",
+ "LabelCountry": "Ülke",
+ "LabelCertificationCountry": "Sertifikasyon ülkesi",
+ "CertificationCountryHelp": "Bu, hangi içerik derecelendirme sisteminin kullanılacağını etkileyecektir.",
+ "LabelDynamicExternalId": "{0} Kimlik Numarası",
+ "LabelBirthYear": "Doğum yılı",
+ "LabelBirthDate": "Doğum tarihi",
+ "LabelDeathDate": "Ölüm tarihi",
+ "LabelEndDate": "Bitiş tarihi",
+ "LabelSeasonNumber": "Sezon no",
+ "LabelEpisodeNumber": "Bölüm no",
+ "LabelTrackNumber": "Parça no",
+ "LabelNumber": "No",
+ "LabelDiscNumber": "Disk no",
+ "LabelParentNumber": "Ebeveyn no",
+ "SortName": "Sıralama Başlığı",
+ "OriginalTitle": "Orijinal Başlık",
+ "ReleaseDate": "Çıkış Tarihi",
+ "Continuing": "Devam ediyor",
+ "Ended": "Bitti",
+ "HeaderEnabledFields": "Etkinleştirilen Alanlar",
+ "HeaderEnabledFieldsHelp": "Kilitleyerek verilerinin değiştirilmesini önlemek için işareti kaldırın.",
+ "Backdrops": "Fonlar",
+ "Images": "Resimler",
+ "Runtime": "Süre",
+ "ProductionLocations": "Yapım yerleri",
+ "BirthLocation": "Doğum yeri",
+ "ParentalRating": "Ebeveyn Derecelendirmesi",
+ "PlayCount": "Oynatma sayısı",
+ "Name": "İsim",
+ "Overview": "Genel Bakış",
+ "LabelType": "Tür",
+ "LabelPersonRole": "Rol",
+ "LabelPersonRoleHelp": "Örnek: Dondurma aracı şoförü",
+ "Actor": "Aktör",
+ "Composers": "Besteciler",
+ "Composer": "Besteci",
+ "Director": "Yönetmen",
+ "GuestStar": "Konuk oyuncu",
+ "Producer": "Yapımcı",
+ "Writer": "Yazar",
+ "MessageNoSyncJobsFound": "Hiçbir indirme bulunamadı. Uygulamada yer alan İndir düğmeleri ile indirme işlemleri oluşturun.",
+ "MessageNoDownloadsFound": "Çevrimdışı indirme yok. Uygulamada yer alan İndir düğmesine tıklayarak medyanızı çevrimdışı kullanım için indirin.",
+ "InstallingPackage": "{0} kuruluyor",
+ "PackageInstallCompleted": "{0} kurulumu tamamlandı.",
+ "PackageInstallFailed": "{0} kurulumu başarısız oldu.",
+ "PackageInstallCancelled": "{0} kurulumu iptal edildi.",
+ "SeriesYearToPresent": "{0} - Mevcut",
+ "OneDevice": "1 Cihaz",
+ "DeviceCountValue": "{0} Cihaz",
+ "OneLog": "1 Kütük",
+ "LogCountValue": "{0} Kütük",
+ "OneVote": "1 Oy",
+ "VoteCountValue": "{0} Oy",
+ "OneLike": "1 Beğeni",
+ "LikeCountValue": "{0} Beğeni",
+ "OneUser": "1 Kullanıcı",
+ "UserCountValue": "{0} Kullanıcı",
+ "OneLibrary": "1 Kütüphane",
+ "LibraryCountValue": "{0} Kütüphaneleri",
+ "ValueOneItem": "1 Öğe",
+ "ValueOneEpisode": "1 bölüm",
+ "ValueEpisodeCount": "{0} bölümler",
+ "Albums": "Albümler",
+ "Song": "Şarkı",
+ "Songs": "Şarkılar",
+ "Authors": "Yazarlar",
+ "Books": "Kitaplar",
+ "AudioBooks": "Sesli kitaplar",
+ "HeaderAudioBooks": "Sesli Kitaplar",
+ "HeaderAudioBook": "Sesli Kitap",
+ "HeaderIdentifyItemHelp": "Bir veya daha fazla arama kriteri girin. Arama sonuçlarını artırmak için kriterleri kaldırın.",
+ "PleaseEnterNameOrId": "Lütfen bir isim veya harici kimlik numarası girin.",
+ "MessageItemSaved": "Öğe kaydedildi.",
+ "SearchResults": "Arama Sonuçları",
+ "ServerNameIsRestarting": "Emby Sunucu - {0} yeniden başlatılıyor.",
+ "ServerNameIsShuttingDown": "Emby Sunucu - {0} kapatılıyor.",
+ "HeaderDeleteItems": "Öğeleri Sil",
+ "ConfirmDeleteItems": "Bu öğeleri silmek, onları hem dosya sisteminden hem de medya kütüphanesinden kaldıracaktır.",
+ "PleaseRestartServerName": "Lütfen Emby Sunucusunu {0}'da Yeniden Başlatın",
+ "ConvertingDots": "Dönüştürüyor...",
+ "LabelSyncNoTargetsHelp": "Görünüşe göre şu anda çevrimdışı indirmeyi destekleyen herhangi bir uygulamanız yok.",
+ "DownloadingDots": "İndiriliyor...",
+ "LearnMore": "Daha fazlasını öğren",
+ "LabelBitrateMbps": "Bit Oranı (Mbps)",
+ "ConvertUnwatchedVideosOnly": "Sadece oynatılmamış videoları dönüştür",
+ "SyncUnwatchedVideosOnly": "Sadece oynatılmamış videoları indir",
+ "ConvertUnwatchedVideosOnlyHelp": "Sadece tamamen oynatılmamış videolar dönüştürülecektir.",
+ "SyncUnwatchedVideosOnlyHelp": "Yalnızca tamamen oynatılmamış videolar indirilecek ve videolar tamamen oynatıldıkça cihazdan kaldırılacaktır.",
+ "AutomaticallySyncNewContent": "Yeni içeriği otomatik olarak indir",
+ "AutomaticallySyncNewContentHelp": "Bu klasöre eklenen yeni içerik otomatik olarak dönüştürülecektir.",
+ "AutomaticallyConvertNewContent": "Yeni içeriği otomatik olarak dönüştür",
+ "AutomaticallyConvertNewContentHelp": "Bu klasöre eklenen yeni içerik otomatik olarak dönüştürülecektir.",
+ "LabelItemLimit": "Öğe sınırı",
+ "ConvertItemLimitHelp": "İsteğe bağlı. Dönüştürülecek öğe sayısı için bir sınır belirleyin.",
+ "DownloadItemLimitHelp": "İsteğe bağlı. İndirilecek öğe sayısı için bir sınır belirleyin.",
+ "PleaseSelectDeviceToSyncTo": "Lütfen indirilecek cihazı belirleyin.",
+ "Screenshots": "Ekran resmi",
+ "MoveRight": "Sağa hareket et",
+ "MoveLeft": "Sola hareket et",
+ "HeaderUploadNewImage": "Yeni Resim Yükle",
+ "HeaderDeleteImage": "Resmi Sil",
+ "ConfirmDeleteImage": "Resmi silmek istiyor musunuz?",
+ "HeaderEditImages": "Resimleri Düzenle",
+ "Settings": "Ayarlar",
+ "ShowIndicatorsFor": "Göstergeleri Göster",
+ "Episodes": "Bölümler",
+ "Programs": "Programlar",
+ "HeaderCastCrew": "Oyuncular ve Ekip",
+ "DvrSubscriptionRequired": "Emby Canlı TV ve DVR, aktif bir {0}Emby Prömiyer aboneliği{1} gerektirir.",
+ "HeaderCancelRecording": "Kaydı İptal Et",
+ "HeaderKeepRecording": "Kayda Devam Et",
+ "HeaderCancelSeries": "Seriyi İptal Et",
+ "HeaderKeepSeries": "Seriyi Koru",
+ "HeaderLearnMore": "Daha Fazlasını Öğren",
+ "SeriesSettings": "Seri ayarları",
+ "HeaderRecordingOptions": "Kayıt Seçenekleri",
+ "HeaderDoNotRecord": "Kaydetme",
+ "HeaderSeriesOptions": "Seri Seçenekleri",
+ "Layout": "Yerleşim",
+ "Channels": "Kanallar",
+ "ChannelNameOnly": "Sadece kanal {0}",
+ "Anytime": "Herhangi Bir zaman",
+ "AnyLanguage": "Herhangi bir dil",
+ "AroundTime": "{0} civarında",
+ "HeaderLatestMovies": "Son Filmler",
+ "All": "Tümü",
+ "Stop": "Durdur",
+ "AllChannels": "Tüm kanallar",
+ "NewEpisodesOnly": "Sadece yeni bölümler",
+ "AllEpisodes": "Tüm bölümler",
+ "LabelStartWhenPossible": "Mümkün olduğunda başlat",
+ "LabelStopWhenPossible": "Mümkün olduğunda durdur",
+ "MinutesBefore": "dakika önce",
+ "MinutesAfter": "dakika sonra",
+ "SkipEpisodesAlreadyInMyLibrary": "Zaten kütüphanemde bulunan bölümleri kaydetme",
+ "SkipEpisodesAlreadyInMyLibraryHelp": "Bölümler, mevcut olduğunda sezon ve bölüm numaraları kullanılarak karşılaştırılacaktır.",
+ "LabelKeepUpTo": "Buraya kadar sürdür",
+ "AsManyAsPossible": "Mümkün oldukça çok",
+ "DefaultErrorMessage": "İsteğin işlenmesi sırasında bir hata oluştu. Lütfen daha sonra tekrar deneyiniz.",
+ "UntilIDelete": "Ben silene kadar",
+ "UntilSpaceNeeded": "Alan gerekene kadar",
+ "Categories": "Kategoriler",
+ "Sports": "Spor",
+ "News": "Haber",
+ "Movies": "Filmler",
+ "Music": "Müzik",
+ "Kids": "Çocuk",
+ "MoreFromValue": "{0} gibi daha fazlası",
+ "DiedValue": "Öldü: {0}",
+ "BornValue": "Doğum: {0}",
+ "EnableColorCodedBackgrounds": "Kategorilerine göre dizilere renkli arka planları uygula",
+ "SortChannelsBy": "Kanalları sırala",
+ "ChannelNumber": "Kanal Numarası",
+ "HeaderBenefitsEmbyPremiere": "Emby Prömiyer'in Faydaları",
+ "ThankYouForTryingEnjoyOneMinute": "Lütfen bir dakikalık oynatmanın keyfini çıkarın. Emby'yi denediğiniz için teşekkürler.",
+ "HeaderTryPlayback": "Oynatmayı Dene",
+ "HowDidYouPay": "Nasıl ödedin?",
+ "IHaveEmbyPremiere": "Emby Prömiyer'im var.",
+ "IPurchasedThisApp": "Uygulamayı satın aldım",
+ "ButtonRestorePreviousPurchase": "Satın Almayı Geri Yükle",
+ "ButtonUnlockWithPurchase": "Satın Alma ile Kilidi Aç",
+ "ButtonUnlockPrice": "{0} Kilidini Aç",
+ "EmbyPremiereMonthlyWithPrice": "Emby Prömiyer Aylık {0}",
+ "HeaderAlreadyPaid": "Zaten ödendi mi?",
+ "ButtonPlayOneMinute": "Bir Dakika Oynat",
+ "PlaceFavoriteChannelsAtBeginning": "Favori kanalları başa yerleştir",
+ "HeaderUnlockFeature": "Özelliğin Kilidini Aç",
+ "MessageDidYouKnowCinemaMode": "Emby Prömiyer aldğınızda Sinema Modu gibi özelliklerle deneyiminizi geliştirebileceğinizi biliyor muydunuz?",
+ "HeaderPlayMyMedia": "Medyamı Oynat",
+ "HeaderDiscoverEmbyPremiere": "Emby Prömiyer'i Keşfet",
+ "HeaderNowPlaying": "Şimdi Oynatılıyor",
+ "Items": "Öğeler",
+ "AppName": "Uygulama Adı",
+ "OneChannel": "Bir kanal",
+ "ConfirmRemoveDownload": "İndirme kaldırılsın mı?",
+ "ConfirmRemoveItem": "Öğe kaldırılsın mı?",
+ "RemoveDownload": "İndirmeyi Kaldır",
+ "ConfirmCancelConversion": "Dönüşüm iptal mi?",
+ "CancelConversion": "Dönüşümü İptal Et",
+ "KeepDownload": "İndirmeyi sürdür",
+ "AddedOnValue": "{0} eklendi",
+ "RemovingFromDevice": "Cihazdan kaldırılıyor",
+ "KeepOnDevice": "Cihazda sakla",
+ "CancelDownload": "İndirmeyi iptal et",
+ "SyncJobItemStatusReadyToTransfer": "Aktarma İçin Hazır",
+ "SyncJobItemStatusSyncedMarkForRemoval": "Cihazdan kaldırılıyor",
+ "SyncJobItemStatusQueued": "Sıraya alındı",
+ "SyncJobItemStatusConverting": "Dönüştürüyor",
+ "SyncJobItemStatusTransferring": "Aktarılıyor",
+ "SyncJobItemStatusSynced": "İndirildi",
+ "Failed": "Başarısız",
+ "SyncJobItemStatusRemovedFromDevice": "Cihazdan kaldırıldı",
+ "Cancelled": "İptal Edildi",
+ "Retry": "Tekrar dene",
+ "Continue": "Devam et",
+ "ContinueInSecondsValue": "{0} saniye sonra devem et",
+ "HeaderRemoteControl": "Uzaktan Kontrol",
+ "Disconnect": "Bağlantıyı Kes",
+ "EnableDisplayMirroring": "Ekran yansıtmayı etkinleştir",
+ "RemoteAccess": "Uzaktan Erişim",
+ "HeaderPlayOn": "Oynat",
+ "Quality": "Kalite",
+ "Auto": "Oto",
+ "AndroidUnlockRestoreHelp": "Önceki satın alma işleminizi geri yüklemek için, lütfen satın alma işlemini ilk gerçekleştiren aynı Google (veya Amazon) hesabıyla cihazda oturum açtığınızdan, uygulama mağazasının etkin olduğundan, herhangi bir ebeveyn denetimi tarafından kısıtlanmadığından ve etkin bir internet bağlantınız olduğundan emin olun. Önceki satın alma işleminizi geri yüklemek için bunu yalnızca bir kez yapmanız gerekecek.",
+ "HeaderAspectRatio": "En Boy Oranı",
+ "Original": "Orjinal",
+ "Fill": "Doldur",
+ "Cover": "Kapak",
+ "MessageNoServersAvailableToConnect": "Bağlanacak sunucu yok. Bir sunucuyu paylaşmaya davet edildiyseniz, e-postadaki bağlantıyı tıklayarak veya aşağıda kabul ettiğinizden emin olun.",
+ "MessagePlayAccessRestricted": "Bu içeriğin oynatılması şu anda kısıtlanmıştır. Daha fazla bilgi için lütfen Emby Sunucu yöneticinizle iletişime geçin.",
+ "Accept": "Kabul Et",
+ "Reject": "Reddet",
+ "Connect": "Bağlan",
+ "HeaderMyMedia": "Benim Medyam",
+ "HeaderMyMediaSmall": "Benim Medyam (küçük)",
+ "LatestFromLibrary": "En son {0}",
+ "HeaderLatestEpisodes": "Son Bölümler",
+ "ContinuePlaying": "Oynatmaya devam et",
+ "ContinueWatching": "İzlemeye devam et",
+ "HeaderLatestChannelMedia": "En Son Kanal Öğeleri",
+ "HeaderContinueWatching": "İzlemeye Devam Et",
+ "HeaderContinueListening": "Dinlemeye Devam Et",
+ "HeaderActiveRecordings": "Aktif Kayıtlar",
+ "HeaderLatestRecordings": "Son Kayıtlar",
+ "LabelConvertTo": "Buna dönüştür",
+ "LabelDownloadTo": "Buraya indir",
+ "HeaderDownloadToDots": "Buraya indir...",
+ "Next": "Sonraki",
+ "LabelSource": "Kaynak",
+ "VersionNumber": "Sürüm {0}",
+ "HeaderAllLanguages": "Tüm Diller",
+ "Previous": "Önceki",
+ "HeaderNextUp": "Sıradaki",
+ "HeaderPlayNextUp": "Sıradakini Oynat",
+ "HeaderLatestFrom": "En Son {0}",
+ "LabelHomeScreenSectionValue": "Ana ekran bölümü {0}",
+ "PasswordResetComplete": "Parola sıfırlandı.",
+ "PasswordSaved": "Parola kaydedildi.",
+ "SettingsSaved": "Ayarlar kaydedildi.",
+ "Upcoming": "Gelecek",
+ "HeaderSelectImageFile": "Resim Dosyasını Seç",
+ "None": "Yok",
+ "More": "Daha Fazla",
+ "Up": "Yukarı",
+ "Down": "Aşağı",
+ "Home": "Anasayfa",
+ "Back": "Geri",
+ "Random": "Rastgele",
+ "Playback": "Oynatma",
+ "Favorites": "Favoriler",
+ "HeaderHomeScreen": "Ana Ekran",
+ "HeaderLatestChannelItems": "En Son Kanal Öğeleri",
+ "HeaderLibraryOrder": "Kütüphane Düzeni",
+ "HeaderOnNow": "Şimdi",
+ "HeaderForKids": "Çocuklar İçin",
+ "HeaderPlaybackError": "Oynatma Hatası",
+ "PlaybackErrorNotAllowed": "Şu anda bu içeriği oynatma yetkiniz yok. Ayrıntılar için lütfen sistem yöneticinize başvurun.",
+ "RateLimitExceeded": "Hesabınız, Emby Sunucu'su yöneticiniz tarafından belirlenen maksimum akış sınırını aştı. Lütfen yardım için onlarla iletişime geçin.",
+ "PlaybackErrorNoCompatibleStream": "Şu anda uyumlu akış yok. Lütfen daha sonra tekrar deneyin veya ayrıntılar için sistem yöneticinize başvurun.",
+ "PlaybackErrorPlaceHolder": "Bu videoyu oynatmak için lütfen diski takın.",
+ "PlaybackErrorNoPlayableItems": "Oynanabilir öğe bulunamadı. Boş bir klasörü oynatmaya mı çalışıyorsunuz?",
+ "Guide": "Kılavuz",
+ "Games": "Oyunlar",
+ "GameSystem": "Oyun Sistemi",
+ "Suggestions": "Öneriler",
+ "HeaderFavoriteChannels": "Favori Kanallar",
+ "HeaderFavoriteCollections": "Favori Koleksiyonlar",
+ "HeaderFavoritePlaylists": "Favori Oynatma Listeleri",
+ "Collection": "Koleksiyon",
+ "Collections": "Koleksiyonlar",
+ "LabelSelectFolderGroups": "Aşağıdaki klasörlerde yer alan içeriği otomatik olarak Filmler, Müzik ve TV gibi görünümlerde gruplandırın:",
+ "LabelSelectFolderGroupsHelp": "İşaretlenmemiş klasörler kendi görünümlerinde kendi başlarına görüntülenecektir.",
+ "Mute": "Sessiz",
+ "Unmute": "Sesi Aç",
+ "Folder": "Klasör",
+ "Folders": "Klasörler",
+ "FileName": "Dosya Adı",
+ "DisplayInOtherHomeScreenSections": "En son medya gibi ana ekran bölümlerinde görüntüleyin ve izlemeye devam edin",
+ "DisplayInMyMedia": "Ana ekranda göster",
+ "Shows": "Diziler",
+ "MoviesAndShows": "Filmler ve Diziler",
+ "HeaderMusicVideo": "Müzik Videosu",
+ "HeaderMusicVideos": "Müzik Videoları",
+ "MusicVideos": "Müzik videoları",
+ "Videos": "Videolar",
+ "MixedContent": "Karışık içerik",
+ "HomeVideos": "Ev videoları",
+ "HomeVideosAndPhotos": "Ev videoları & fotoğrafları",
+ "TVShows": "TV dizileri",
+ "HeaderLibraryFolders": "Kütüphane Klasörleri",
+ "HeaderTermsOfPurchase": "Satın Alma Koşulları",
+ "PrivacyPolicy": "Gizlilik politikası",
+ "TermsOfUse": "Kullanım Koşulları",
+ "HeaderRepeatMode": "Tekrar Modu",
+ "HeaderToneMapping": "Ton Eşleştirme",
+ "RepeatOne": "Birini tekrar et",
+ "RepeatAll": "Tümünü tekrar et",
+ "LabelDefaultScreen": "Varsayılan ekran",
+ "ConfirmEndPlayerSession": "{0} üzerindeki Emby'i kapatmak istiyor musunuz?",
+ "Yesterday": "Dün",
+ "Yes": "Evet",
+ "No": "Hayır",
+ "HeaderScanLibraryFiles": "Kütüphane Dosyalarını Tara",
+ "LiveTV": "Canlı TV",
+ "Schedule": "Program",
+ "Recordings": "Kayıtlar",
+ "ScanForNewAndUpdatedFiles": "Yeni ve güncellenmiş dosyaları tara",
+ "NewVersionOfXAvailableForY": "{0} {1} için Kullanılabilir",
+ "DirectStreamHelp1": "Medya, çözünürlük ve medya türü (H.264, AC3, vb.) açısından cihazla uyumludur. Ancak uyumsuz bir dosya konteyneri (.mkv, .avi, .wmv, vb.) içindedir. Video, cihaza aktarılma sırasında yeniden paketlenecektir.",
+ "DirectStreamHelp2": "Doğrudan Akış bir dosyanın video kalitesinde herhangi bir kayıp olmaksızın çok az işlem gücü kullanır.",
+ "MediaIsBeingConverted": "Medya, medyayı oynatan cihazla uyumlu bir formata dönüştürülüyor.",
+ "StatsForNerds": "Bölüm Özellikleri",
+ "HeaderHardwareAcceleratedDecoding": "Donanım Hızlandırmalı Çözümleme",
+ "HeaderHardwareAcceleratedEncoding": "Donanım Hızlandırmalı Kodlama",
+ "HeaderDirectPlay": "Doğrudan Oynatma",
+ "DirectPlaying": "Doğrudan oynatılıyor",
+ "DirectStreaming": "Doğrudan akış sağlanıyor",
+ "Transcode": "Dönüştür",
+ "Transcoding": "Kodek Dönüştürme",
+ "ContainerBitrateExceedsLimit": "Kalite ayarı nedeniyle bit hızının düşürülmesi",
+ "VideoCodecNotSupported": "Videoyu uyumlu codec bileşenine dönüştürme",
+ "AudioCodecNotSupported": "Sesi uyumlu kodeğe dönüştürme",
+ "SubtitleCodecNotSupported": "Altyazıları doğrudan videoya dönüştürme",
+ "DirectPlayError": "Oynatma hatasından kurtarma",
+ "ContainerNotSupported": "Uyumlu konteynere dönüştürme",
+ "VideoLevelNotSupported": "Uyumlu video seviyesine dönüştürme",
+ "AudioBitrateNotSupported": "Uyumlu ses bit hızına dönüştürme",
+ "AudioChannelsNotSupported": "Uyumlu ses kanalı sayısına dönüştürme",
+ "VideoResolutionNotSupported": "Uyumlu video çözünürlüğüne dönüştürme",
+ "AudioProfileNotSupported": "Uyumlu ses profiline dönüştürme",
+ "AudioSampleRateNotSupported": "Uyumlu ses örnekleme hızına dönüştürme",
+ "AnamorphicVideoNotSupported": "Anamorfik video desteklenmiyor",
+ "InterlacedVideoNotSupported": "Video ara kareleri çözme",
+ "SecondaryAudioNotSupported": "İkincil ses parçasını seçme",
+ "ExternalAudioNotSupported": "Harici ses parçasını seçme",
+ "ErrorRemovingEmbyConnectAccount": "Emby Connect hesabını kaldırırken bir hata oluştu. Lütfen aktif bir internet bağlantınız olduğundan emin olun ve tekrar deneyin.",
+ "HeaderEmbyAccountRemoved": "Emby Hesabı Kaldırıldı",
+ "MessageEmbyAccontRemoved": "Emby hesabı bu kullanıcıdan kaldırıldı.",
+ "HeaderInvitationSent": "Davetiye Gönderildi",
+ "Offline": "Çevrimdışı",
+ "HeaderSignUp": "Üye Ol",
+ "ServerDownloadMessage": "Ücretsiz Emby Sunucu'sunu indirmek ve yüklemek için {0} adresini ziyaret edin",
+ "ServerDownloadMessageWithoutLink": "Ücretsiz Emby Sunucu'sunu indirmek ve kurmak için Emby web sitesini ziyaret edin.",
+ "MessageInvitationSentToUser": "{0} adresine, paylaşım davetinizi kabul etmeye çağıran bir e-posta gönderildi.",
+ "MessageInvitationSentToNewUser": "{0} adresine, Emby'ye kaydolmaya davet eden bir e-posta gönderildi.",
+ "GuestUserNotFound": "Kullanıcı bulunamadı. Lütfen adın doğru olduğundan emin olun ve tekrar deneyin veya e-posta adresini girmeyi deneyin.",
+ "ErrorReachingEmbyConnect": "Emby Connect sunucusuna ulaşılırken bir hata oluştu. Lütfen aktif bir internet bağlantınız olduğundan emin olun ve tekrar deneyin.",
+ "ErrorAddingEmbyConnectAccount1": "Emby Connect hesabı eklenirken bir hata oluştu. Bir Emby hesabı oluşturdunuz mu? {0} adresinden kaydolun.",
+ "ErrorAddingEmbyConnectAccount2": "Hala sorun yaşıyorsanız, lütfen Emby hesabıyla kullanılan e-posta adresinden {0} adresine bir e-posta gönderin.",
+ "ErrorAddingGuestAccount1": "Emby Connect hesabı eklenirken bir hata oluştu. Misafiriniz bir Emby hesabı oluşturdu mu? {0} adresinden kaydolabilirler.",
+ "ErrorAddingGuestAccount2": "Hâlâ sorun yaşıyorsanız, lütfen {0} adresine bir e-posta gönderin ve onların adreslerinin yanı sıra sizin e-posta adresinizi de ekleyin.",
+ "MessageEmbyAccountAdded": "Emby hesabı bu kullanıcıya eklendi.",
+ "MessagePendingEmbyAccountAdded": "Emby hesabı bu kullanıcıya eklendi. Hesabın sahibine bir e-posta gönderilecektir. E-posta içindeki bir bağlantıya tıklanarak davetiyenin onaylanması gerekecektir.",
+ "HeaderEmbyAccountAdded": "Emby Hesabı Eklendi",
+ "Skip": "Atla",
+ "HeaderAdditionalParts": "İlave Parçalar",
+ "ButtonGenerateNewPin": "Yeni Pin Oluştur",
+ "ConnectLoginHelp1": "Emby Connect ile, nerede olursanız olun Emby Sunucu'nuza kolayca erişebilir ve sunucuları aileniz ve arkadaşlarınızla paylaşabilirsiniz.",
+ "CreatePinErrorMessage": "Pin kodu oluşturulurken bir hata meydana geldi. Tekrar denemek için lütfen Yeni Pin Oluştur'a tıklayın.",
+ "PinExpiredMessage": "PIN kodunun süresi doldu. Tekrar denemek için lütfen Yeni Pin Oluştur'a tıklayın.",
+ "ConnectPinCodeHeader": "Emby Connect ile oturum açmak için, bir mobil cihaz veya bilgisayar kullanarak {0} adresini ziyaret edin ve aşağıdaki pin kodunu girin:",
+ "LabelSubtitlePlaybackMode": "Altyazı modu",
+ "ErrorDeletingItem": "Emby Sunucu'sundan öğe silinirken bir hata oluştu. Lütfen Emby Sunucu'sunun medya klasörüne yazma erişimi olup olmadığını kontrol edin ve tekrar deneyin.",
+ "NoSubtitles": "Hiç altyazı yok",
+ "Default": "Varsayılan",
+ "Absolute": "Mutlak",
+ "Smart": "Akıllı",
+ "Small": "Küçük",
+ "Smaller": "Daha küçük",
+ "Medium": "Orta",
+ "Large": "Büyük",
+ "Larger": "Daha büyük",
+ "ExtraLarge": "Ekstra büyük",
+ "ExtraSmall": "Ekstra küçük",
+ "Forced": "Zorunlu",
+ "External": "Harici",
+ "HeaderEmbeddedTitle": "Gömülü Başlık",
+ "OnlyForcedSubtitles": "Sadece zorunlu altyazılar",
+ "AlwaysPlaySubtitles": "Altyazıları her zaman göster",
+ "DefaultSubtitlesHelp": "Altyazılar, gömülü metaverilerdeki varsayılan ve zorunlu bayraklara göre yüklenir. Birden çok seçenek mevcut olduğunda dil tercihleri dikkate alınır.",
+ "SmartSubtitlesHelp": "Dil tercihine uyan altyazılar, ses yabancı dilde olduğunda yüklenecektir.",
+ "HeaderSubtitleSettings": "Altyazı Ayarları",
+ "HeaderSubtitleAppearance": "Altyazı Görünümü",
+ "OnlyForcedSubtitlesHelp": "Sadece zorunlu olarak işaretlenen altyazılar yüklenecektir.",
+ "AutoSelectHearingImpairedHelp": "İşitme engelli (SDH) olarak işaretlenmiş parçalara öncelik verilerek, dil tercihiyle eşleşen altyazılar yüklenecektir.",
+ "AlwaysPlaySubtitlesHelp": "Dil tercihiyle eşleşen altyazılar, ses dilinden bağımsız olarak yüklenecektir.",
+ "NoSubtitlesHelp": "Altyazılar otomatik olarak yüklenmeyecektir. Oynatma sırasında yine de manuel olarak açılabilirler.",
+ "LabelPreferredSubtitleLanguage": "Tercih edilen altyazı dili",
+ "LabelTextSize": "Yazı boyutu",
+ "TheseSettingsAffectSubtitlesOnThisDevice": "Bu ayarlar, bu cihazdaki altyazıları etkiler",
+ "LabelDropShadow": "Düşen gölge",
+ "LabelTextBackgroundColor": "Yazı arka plan rengi",
+ "LabelWindowBackgroundColor": "Yazı arka plan rengi",
+ "LabelFont": "Yazı tipi",
+ "LabelTextColor": "Yazı rengi",
+ "LabelBackgroundColor": "Arka plan rengi",
+ "LabelBackgroundOpacity": "Arka plan opaklığı",
+ "Raised": "Kabarık",
+ "Depressed": "Çökük",
+ "Uniform": "Tekdüze",
+ "DropShadow": "Düşen gölge",
+ "SmallCaps": "Küçük büyük harf",
+ "SubtitleAppearanceSettingsDisclaimer": "Bu ayarlar, grafik altyazılar (PGS, DVD, vb.) veya kendi gömülü stilleri (ASS / SSA) olan altyazılar için geçerli olmayacaktır.",
+ "Normal": "Normal",
+ "HeaderWaitingForWifi": "Wifi için bekleniyor",
+ "WifiRequiredToDownload": "İndirmenin devam etmesi için Wifi bağlantısı bekleniyor",
+ "DownloadOnlyOnWifi": "Sadece Wifi üzerinden indir",
+ "LabelMusicDownloadQuality": "Müzik indirme kalitesi",
+ "MusicDownloadQualityHelp": "Daha yüksek bit hızına sahip ses dosyaları Emby Sunucu'su tarafından dönüştürülecektir. Daha iyi kalite için daha yüksek bir değer seçin. Yerel depolama alanını korumak için daha düşük bir değer seçin.",
+ "HeaderDownloadSettings": "İndirme Ayarları",
+ "LabelDownloadLocation": "İndirme yolu",
+ "BrowseForFolder": "Klasör İçin Gözat",
+ "Unlimited": "Sınırsız",
+ "NoLimit": "Limitsiz",
+ "Hide": "Gizle",
+ "HeaderKeepWatching": "İzlemeye Devam Edin",
+ "HeaderNextEpisode": "Sonraki Bölüm",
+ "AudioBitDepthNotSupported": "Uyumlu ses bit derinliğine dönüştürme",
+ "VideoBitrateNotSupported": "Uyumlu Video Bit Hızı'na Dönüştürme",
+ "VideoProfileNotSupported": "Uyumlu video profiline dönüştürme",
+ "VideoFramerateNotSupported": "Uyumlu video kare hızına dönüştürme",
+ "VideoBitDepthNotSupported": "Uyumlu video bit derinliğine dönüştürme",
+ "RefFramesNotSupported": "Uyumlu sayıda video referans karesine dönüştürme",
+ "ErrorConnectServerUnreachable": "İstenen işlemi gerçekleştirirken bir hata oluştu. Sunucunuz, {0} numaralı telefondan Emby Connect Sunucumuzla bağlantı kuramıyor . Lütfen sunucunuzun aktif bir internet bağlantısına sahip olduğundan ve kurduğunuz güvenlik duvarı veya güvenlik yazılımı tarafından iletişimine izin verildiğinden emin olun.",
+ "HeaderStopRecording": "Kaydı Durdur",
+ "ManageRecording": "Kaydı yönet",
+ "LabelDropImageHere": "Resmi buraya sürükleyip bırakın veya yüklemek üzere bir resim seçmek için tıklayın.",
+ "MessageFileReadError": "Dosya okunurken bir hata oluştu. Lütfen tekrar deneyin.",
+ "Browse": "Gözat",
+ "HeaderUploadImage": "Resim Yükle",
+ "HeaderAddUpdateImage": "Resim Ekle/Yükle",
+ "HeaderShowFields": "Alanları Göster",
+ "LabelView": "Görünüm",
+ "LabelImageType": "Resim türü",
+ "Upload": "Yükle",
+ "Primary": "Birincil",
+ "PrimaryImageBlur": "Birincil görüntü bulanıklığı",
+ "Art": "Galeri",
+ "Backdrop": "Fon",
+ "Banner": "Afiş",
+ "Box": "Kutu",
+ "BoxRear": "Kutu (Arka)",
+ "Disc": "Disk",
+ "Logo": "Logo",
+ "LogoDark": "Logo (Koyu Versiyon)",
+ "LogoLight": "Logo (Açık Versiyon)",
+ "LogoLightColor": "Logo (Renkli Hafif)",
+ "Menu": "Menü",
+ "Screenshot": "Ekran görüntüsü",
+ "Thumb": "Küçük Resim",
+ "HeaderAudioSettings": "Ses Ayarları",
+ "LabelAudioLanguagePreference": "Tercih edilen ses dili",
+ "LabelPlayDefaultAudioTrack": "Dilden bağımsız olarak varsayılan ses parçasını çal",
+ "HeaderVideoQuality": "Video Kalitesi",
+ "CinemaModeConfigurationHelp": "Sinema Tanıtımları, ana özellikten önce fragmanları ve özel girişleri oynatma özelliğiyle sinema deneyimini doğrudan oturma odanıza getirir.",
+ "ShowUpNextPreview": "Sıradaki önizlemeyi göster",
+ "ShowUpNextPreviewHelp": "Geçerli öğenin sonuna yakın bir sonraki öğe için bilgi göster.",
+ "PlayNextEpisodeAutomatically": "Sonraki bölümü otomatik olarak oynat",
+ "LabelMaxChromecastBitrate": "Chromecast akış kalitesi",
+ "LabelSkipBackLength": "Geri atlama mesafesi",
+ "LabelSkipForwardLength": "İleri atlama mesafesi",
+ "EnableCinemaMode": "Sinema Tanıtımlarını Etkinleştir",
+ "LabelInternetQuality": "Uzaktan akış kalitesi",
+ "LabelCellularQuality": "Uzaktan akış kalitesi (hücresel)",
+ "HeaderMusicQuality": "Müzik Kalitesi",
+ "LabelHomeNetworkQuality": "Ev Akışı Kalitesi",
+ "HeaderLatestMedia": "Son Medya",
+ "HeaderRestartingEmbyServer": "Emby Sunucu'su Yeniden Başlatılıyor",
+ "RestartPleaseWaitMessage": "Emby Sunucu'su kapanıp yeniden başlatılırken lütfen bekleyin. Bu bir veya iki dakika sürebilir.",
+ "HeaderPlayNext": "Sonrakini Oynat",
+ "AutoBasedOnLanguageSetting": "Otomatik (cihaz ayarına göre)",
+ "SameAsMainTheme": "Ana temayla aynı",
+ "LabelDateTimeLocale": "Tarih ve saat mahalli",
+ "Genre": "Tür",
+ "DirectorValue": "Yönetmen: {0}",
+ "DirectorsValue": "Yönetmenler: {0}",
+ "GenreValue": "Tür: {0}",
+ "GenresValue": "Türler: {0}",
+ "TagsValue": "Etiketler: {0}",
+ "Off": "Kapalı",
+ "Title": "Başlık",
+ "Year": "Yıl",
+ "Filter": "Filtre",
+ "Filters": "Filtreler",
+ "Unplayed": "Oynatılmadı",
+ "LabelTVHomeScreen": "TV modu ana ekranı",
+ "Horizontal": "Yatay",
+ "Vertical": "Dikey",
+ "HeaderGroupBy": "Grupla",
+ "HeaderMediaType": "Medya Türü",
+ "GroupBySeries": "Seriye göre grupla",
+ "HeaderVideoType": "Video Türü",
+ "HeaderSeriesStatus": "Seri Durumu",
+ "Features": "Özellikler",
+ "Trailers": "Fragmanlar",
+ "Extras": "Ekstralar",
+ "ThemeSongs": "Tema şarkıları",
+ "ThemeVideos": "Tema videoları",
+ "HeaderFavoriteMovies": "Favori Filmler",
+ "HeaderFavoritePhotos": "Favori Fotoğraflar",
+ "HeaderFavoriteShows": "Favori Diziler",
+ "HeaderFavoriteEpisodes": "Favori Bölümler",
+ "HeaderFavoriteVideos": "Favori Videolar",
+ "HeaderFavoriteMusicVideos": "Favori Müzik Videoları",
+ "HeaderFavoriteGames": "Favori Oyunlar",
+ "HeaderFavoriteArtists": "Favori Sanatçılar",
+ "HeaderFavoriteAlbums": "Favori Albümler",
+ "HeaderFavoriteSongs": "Favori Şarkılar",
+ "HeaderFavoriteAuthors": "Favori Yazarlar",
+ "HeaderFavoriteAudioBooks": "Favori Sesli Kitaplar",
+ "Ascending": "Artan",
+ "Descending": "Azalan",
+ "HeaderColorPrimaries": "Renk primerleri",
+ "HeaderColorSpace": "Renk Skalası",
+ "HeaderColorTransfer": "Renk Transferi",
+ "HeaderVideoRange": "Video Aralığı",
+ "SeriesDisplayOrderHelp": "Bölümleri yayın tarihine, dvd sırasına veya numaralandırmaya göre sıralayın.",
+ "LabelVerticalPositionFromBottom": "Dikey konum (alttan)",
+ "HeaderFavoritePeople": "Favori Kişiler",
+ "MultiSelect": "Çoklu-Seçim",
+ "HeaderSignOut": "Oturumu Kapat",
+ "HeaderSelectServer": "Sunucu Seç",
+ "HeaderChangeServer": "Sunucuyu Değiştir",
+ "HeaderChangeUser": "Kullanıcıyı değiştir",
+ "HeaderAppSettings": "Uygulama ayarları",
+ "HeaderLoginSettings": "Oturum Ayarları",
+ "LabelRememberLogin": "Girişi hatırla",
+ "LabelAutomaticallySignOut": "Otomatik olarak çıkış yap",
+ "BetaTesterMessage": "Emby beta testçisi olduğunuz için teşekkür ederiz! Lütfen {0}Emby Topluluğunun Test Alanına{1} geri bildirimde bulunun .",
+ "HardwareAccelerated": "Donanım hızlandırılmış",
+ "Software": "Yazılım",
+ "Metadata": "Metaveriler",
+ "HeaderMediaInfo": "Medya Bilgisi",
+ "Locked": "Kilitli",
+ "HeaderSplitVersionsApart": "Sürümleri Ayır",
+ "Any": "Herhangi",
+ "Admin": "Yönetici",
+ "HeaderReadMore": "Daha Fazlasını Oku",
+ "CustomRatingHelp": "Ebeveyn değerlendirmeleri için özel bir derecelendirme kullanılır, ancak görüntülenmez. Ebeveyn değerlendirme alanı hala görüntülenir.",
+ "KeepUpToHelp": "Sınırın üzerindeki kayıtlar, bir sonraki kayıt başladığında silinir. Eklenme tarihine göre en eski kayıtlar önce silinir.",
+ "NoItemsMatchingFound": "Arama kriterlerinizle eşleşen hiçbir öğe bulunamadı.",
+ "TwoSearchCharsRequired": "Lütfen en az iki arama karakteri girin.",
+ "PreventPlaybackContinuing": "Periyodik olarak kullanıcı girişi isteyip oynatmanın süresiz olarak devam etmesini önleyin.",
+ "PromptStillWatching": "\"Hala İzliyor musunuz?\" uyarısını etkinleştir",
+ "HeaderMissingMetadata": "Eksik Metaveri",
+ "HeaderIncludedIn": "Dahil",
+ "EmbyConnectUserAlreadyLinked": "Emby Connect kullanıcısı, bu sunucuda başka bir kullanıcıya zaten bağlı.",
+ "VideoFilesWillBeConvertedTo": "Dönüştürülmüş videolarar {0} şeklinde kaydedilecektir.",
+ "VideoWillBeConvertedTo": "Video akışları {0} formatına dönüştürülecek veya zaten {0} ise ve kalite dönüştürme seçeneklerine uyuyorsa orijinal dosyadan kopyalanacaktır.",
+ "VideoWillBeConvertedToOrCopied": "Video akışları {0} biçimine dönüştürülecek veya ({1}) öğelerinden herhangi biri ise orijinal dosyadan kopyalanacak ve kalite dönüştürme seçeneklerine uyacak.",
+ "AudioWillBeConvertedTo": "Ses akışları {0} biçimine dönüştürülecek veya zaten {0} ise ve kalite dönüştürme seçeneklerine uyuyorsa orijinal dosyadan kopyalanacaktır.",
+ "AudioWillBeConvertedToOrCopied": "Ses akışları {0} biçimine dönüştürülecek veya ({1}) öğelerinden herhangi biri ise orijinal dosyadan kopyalanacak ve kalite dönüştürme seçeneklerine uyacak.",
+ "HeaderSpecialKeys": "Özel Tuşlar",
+ "FollowingSpecialKeys": "Aşağıdaki özel tuşlar çoğu klavye ve uzaktan kumandada desteklenir:",
+ "HeaderDeleteSeries": "Seriyi Sil",
+ "HeaderDeleteLastPlayedEpisode": "Son İzlenen Bölümü Sil",
+ "HeaderConnectingToServer": "Sunucuya Baglanıyor",
+ "ServerNameValue": "Sunucu adı: {0}",
+ "DomainValue": "Alan: {0}",
+ "RatedValue": "{0} Derecelendirilmiş",
+ "LocalServerRedirectMessage": "Şimdi, bağlanmayı seçtiğiniz sunucunun yöneticisi tarafından sahip olunan ve yönetilen etki alanına yönlendirileceksiniz:",
+ "AllMediaOwnedHosted": "Tüm medya, {0} sahibi tarafından barındırılır ve yönetilir .",
+ "EnableResolutionSwitching": "Video çözünürlüğünü eşleştirin",
+ "EnableResolutionSwitchingHelp": "Bu, Emby'nin oynatmaya başlamadan önce çözünürlüğü videonun kodlandığı değerle değiştirmesini sağlar. Bu, aksi takdirde iyi eşleşmeyen videoları oynatırken görebileceğiniz takılma / sapma miktarını en aza indirmeye yardımcı olabilir.",
+ "EnableDisplayRefreshRateSwitching": "Ekran yenileme hızı geçişini etkinleştir",
+ "EnableDisplayRefreshRateSwitchingHelp": "Bu, Emby'nin ekran yenileme hızını, oynatmaya başlamadan önce videonun kodlandığı kare hızıyla aynı değere (veya birkaç katına) değiştirmesini sağlar. Bu, aksi takdirde iyi eşleşmeyen videoları oynatırken görebileceğiniz takılma / titreme miktarını en aza indirmeye yardımcı olabilir.",
+ "RememberSelectedAudioTracks": "Ses parçası seçimlerini hatırla",
+ "RememberSelectedSubtitleTracks": "Altyazı seçimlerini hatırla",
+ "RememberSelectedSubtitleTracksHelp": "Altyazı seçimleri video bazında hatırlanacak ve aynı videoyu tekrar oynatırken yeniden uygulanacaktır.",
+ "RememberSelectedAudioTracksHelp": "Ses parçası seçimleri video başına hatırlanacak ve aynı videoyu tekrar oynatırken yeniden uygulanacaktır.",
+ "ClearSavedTrackSelections": "Kaydedilmiş parça seçimlerini temizle",
+ "HeaderClearTrackSelections": "Kaydedilmiş Parça Seçimlerini Temizle",
+ "QuestionClearSavedTracks": "Kaydedilen tüm parça seçimleri temizlensin mi?",
+ "LabelChannelTags": "Kanal etiketleri",
+ "AfterThisPlaysConfirmation": "Bu çaldıktan sonra, daha önce sıraya koyduğunuz müziği çalmaya devam etmek mi yoksa sırayı temizlemek mi istiyorsunuz?",
+ "Keep": "Koru",
+ "Clear": "Temizle",
+ "HeaderClearFilters": "Filtreleri Temizle",
+ "HeaderSearchForImages": "Resim Ara",
+ "HeaderSearchNewImage": "Yeni Bir Resim Ara",
+ "HeaderSearchForAnImage": "Bir Resim Ara",
+ "DragDropToReorder": "Yeniden Sıralamak için Sürükle ve Bırak",
+ "HeaderAddImageFromUrl": "URL'den Resim Ekle",
+ "HeaderSetImageFromUrl": "URL'den Resmi Ayarla",
+ "LabelUrl": "Url",
+ "LabelChannelNumber": "Kanal numarası",
+ "LabelGuideDataChannel": "Kılavuz veri kanalı",
+ "GuideDataSource": "Kılavuz veri kaynağı",
+ "HeaderCopyToClipboard": "Panoya Kopyala",
+ "TimeRemainingValue": "{0} kaldı",
+ "LabelResumeRewindSeconds": "Devam ederken otomatik geri sar",
+ "ResumeRewindSecondsHelp": "Bu, nerede kaldığınızı hatırlamanıza yardımcı olabilir. Bu, oynatma sırasında her bir duraklama için değil, ilk devam ettirme için geçerlidir.",
+ "HeaderSavePlayQueueToPlaylist": "Oynatma Sırasını Oynatma Listesine Kaydet",
+ "EnableLogoImagesAsTitle": "Ayrıntı ekranında logoları başlık olarak göster",
+ "EnableLogoImagesAsTitleHelp": "Varsa, video, dizi ve diğer ayrıntı ekranlarında başlık metni yerine logo görüntüleri kullanılabilir. Bir logo mevcut olmadığında başlık metne dönecektir.",
+ "LabelNowPlayingAudioBackgroundStyle": "Şimdi ses arka plan stili çalıyor",
+ "LabelNowPlayingVideoBackgroundStyle": "Şimdi video arka plan stili oynatılıyor",
+ "NowPlayingVideoBackgroundStyleHelp": "Başka bir cihazda video oynatmayı uzaktan kontrol ederken arka plan stilini belirler.",
+ "Rotation": "Rotasyon",
+ "Minutes": "Dakika",
+ "LabelMaxRecordingLength": "Maksimum kayıt uzunluğu",
+ "MaxRecordingLengthHelp": "Yayın süresinden bağımsız olarak kayıtları belirli bir süreyle sınırlayın. Sınırlama olmaması için 0 olarak ayarlayın.",
+ "RemoteWAN": "Uzak (WAN) Adres",
+ "HeaderLastConnectedTo": "Son Bağlantı Noktası",
+ "Version": "Versiyon",
+ "Keyword": "Anahtar Kelime",
+ "HeaderServerAddress": "Sunucu Adresi",
+ "HeaderSkipIntro": "İntroyu Atla",
+ "HeaderCreateRecording": "Kayıt Oluştur",
+ "HeaderAddRecording": "Kayıt Ekleme",
+ "HeaderChannelAndTime": "Kanal ve Zaman",
+ "LabelRecordProgramOrSeriesFrom": "Bir program veya dizi kaydedin",
+ "LabelStartTime": "Başlama saati",
+ "LabelEndTime": "Bitiş saati",
+ "LabelFrequency": "Frekans",
+ "Recurring": "Tekrarlayan",
+ "Once": "Bir kez",
+ "Start": "Başlat",
+ "Unpause": "Duraklamayı kaldır",
+ "LabelIntroSkipMode": "İntro atlanıyor",
+ "ShowSkipIntroButton": "'İntroyu Atla' düğmesini göster",
+ "AutoSkipIntro": "İntroları otomatik atla",
+ "DisplayRatingInformationOnVideoPlaybackStart": "Video oynatma başlangıcında derecelendirme bilgilerini görüntüleme",
+ "DisplayRatingInformationOnVideoPlaybackStartHelp": "Video oynatma başladığında derecelendirme bilgileri kısa bir süre görüntülenecektir.",
+ "IntroSkipModeHelp": "Emby Server'ın giriş işaretlerini algıladığı bölümler için bir 'Girişi Atla' düğmesi görüntüleyin veya girişleri otomatik olarak atlayın. İntro algılama Emby Server kütüphane seçeneklerinde etkinleştirilmelidir.",
+ "EnableHomeScreenFocusPreview": "Ana ekranda seçilen öğenin ayrıntılı bir önizlemesini gösteren bir düzen kullanın",
+ "EnableHomeScreenFocusPreviewHelp": "Ana ekranınız farklı medya türlerinin bir karışımını içeriyorsa bu iyi çalışmayabilir.",
+ "LabelHideMediaTransportButtons": "Video oynatıcı taşıma düğmelerini gizleyin",
+ "HideMediaTransportButtonsHelp": "İleri atlama, geri alma ve duraklatma gibi temel taşıma düğmelerini gizleyerek daha basit bir ekran oynatma arayüzü oluşturun. Ok tuşlarını ve OK/Enter'ı kullanarak bu işlevleri kullanmaya devam edebileceksiniz. Otomatik, uygulama içinde fare kullanımı algılanmadığında taşıma düğmelerini gizleyecektir.",
+ "ImageSizeHelp": "Görüntü ızgaraları için tercih ettiğiniz boyutu ayarlayın.",
+ "LabelImageSize": "Resim boyutu",
+ "ThisImageIsOnlyPreview": "Bu görüntü yalnızca meta veri arama motorundan gelen bir önizlemedir. Emby Server'ın indirdiği gerçek görüntü farklı olabilir ve Emby kütüphane kurulumunda yapılandırdığınız seçeneklere bağlı olacaktır.",
+ "ResultsRangeValue": "{0}'dan {1}'e {2}",
+ "NotificationsDescription": "Emby Sunucunuzdaki önemli olaylardan haberdar olmak için bildirimleri ayarlayın.",
+ "DeleteEmbyConnectAccount": "Emby Connect Hesabımı Sil",
+ "DeleteEmbyConnectAccountHelp": "Emby Connect hesabınızı silmek için lütfen {0}Emby Topluluğunda{1} {2} adresinden oturum açın. Oturum açtıktan sonra, sağ üstteki kullanıcı adınıza tıklayın, ardından Hesap Ayarları'na tıklayın, ardından Hesabımı Sil'e tıklayın.",
+ "KeepPlayingInBackground": "Arka planda çalmaya devam et",
+ "LabelVideoBackBehavior": "Video oynatıcı geri düğmesi davranışı",
+ "HeaderViewLyrics": "Şarkı Sözlerini Görüntüle",
+ "HeaderViewMissingEpisodes": "Kayıp Bölümleri Görüntüle",
+ "HeaderMissingEpisodes": "Kayıp Bölümler",
+ "HeaderManageAccess": "Erişimi Yönet",
+ "HeaderManageCollaboration": "İşbirliğini Yönetme",
+ "HeaderLeaveCollaboration": "İşbirliğinden Ayrılın",
+ "HeaderRemoveFromLibrary": "Kütüphaneden Kaldır",
+ "RemoveSharedItemConfirmation": "Bu materyali kütüphanenizden kaldırmak istediğinizden emin misiniz? Geri almak için sahibinin size tekrar erişim izni vermesi gerekecektir.",
+ "SubtitlesDownloaded": "İndirilen Altyazılar",
+ "HeaderMakePrivate": "Özel Yap",
+ "HeaderMakePublic": "Herkese Açık Yap",
+ "MakePublicDescription": "Tüm kullanıcılar bu öğeyi görüntüleyebilecektir. Kullanıcılara düzenleme erişimi verilebilir.",
+ "MakePrivateDescription": "Kullanıcılara yine de bireysel olarak erişim izni verilebilir.",
+ "Private": "Özel",
+ "Public": "Herkese Açık",
+ "Collaborative": "İşbirlikçi",
+ "PreferredShowDisplay": "Tercih edilen TV programı ekranı",
+ "ShowAllEpisodesAllSeasons": "Tüm sezonların tüm bölümlerini birlikte göster",
+ "ShowAllEpisodesSingleSeason": "Yalnızca tek sezonluk programlar için tüm bölümleri göster",
+ "ShowSeasonFolders": "Her zaman sezon klasörlerini gösterin",
+ "HeaderAddAgain": "Tekrar Ekle",
+ "UpNext": "Sıradaki",
+ "ItemsAlreadyInPlaylist": "Bu öğelerden bazıları zaten çalma listenizde yer alıyor.",
+ "ItemAlreadyInPlaylist": "Bu öğe zaten çalma listenizde.",
+ "HeaderPlayChannel": "Oynatma Kanalı",
+ "LabelScreenOrientationDuringVideo": "Video oynatma sırasında ekran yönü",
+ "UseDeviceSetting": "Cihaz ayarını kullan",
+ "LockToLandscape": "Manzaraya kilitle",
+ "UsernameForFolderHelp": "Ağınızda bu klasöre erişmek için gereken kullanıcı adı (varsa).",
+ "PasswordForFolderHelp": "Ağınızda bu klasöre erişmek için gereken parola (varsa).",
+ "ShowMediaInfoOnDetailScreens": "Ses ve video ayrıntı ekranlarının altında tam medyayı göster",
+ "ForgotPasswordNoUserFound": "Girilen ada sahip hiçbir kullanıcı bulunamadı. Lütfen tekrar deneyin veya bu sunucudaki tüm kullanıcıların parolasını sıfırlamak için adı boş bırakın.",
+ "Silver": "Gümüş",
+ "DimGray": "Loş Gri",
+ "DarkGray": "Koyu Gri",
+ "LightGray": "Açık Gri",
+ "Black": "Siyah",
+ "Blue": "Mavi",
+ "Cyan": "Camgöbeği",
+ "Gray": "Gri",
+ "Green": "Yeşil",
+ "Lime": "Lime",
+ "Magenta": "Magenta",
+ "Orange": "Turuncu",
+ "Pink": "Pembe",
+ "Red": "Kırmızı",
+ "Yellow": "Sarı",
+ "White": "Beyaz",
+ "Purple": "Mor",
+ "RecentlyReleasedMovies": "Son Çıkan Filmler",
+ "RecentlyReleasedEpisodes": "Son Yayınlanan Bölümler",
+ "DolbyProfile": "Dolby Profil",
+ "IpAddress": "IP Adres",
+ "VideoType": "Video Tipi",
+ "HidePlayedMediaFrom": "Oynatılan Medyayı Şuradan Gizle",
+ "BottomEdgePosition": "Alt Kenar Konumu",
+ "VerticalPositionFromBottomScreen": "Altyazıların ekranın alt kısmına göre dikey konumunu ayarlayın.",
+ "TopEdgePosition": "Üst Kenar Konumu",
+ "TopEdgePositionHelp": "Altyazıların ekranın üst kısmına göre izin verilen en yüksek dikey konumunu ayarlayın. Bu, altyazılar en üste yerleştirilecek konumlandırma talimatları içerdiğinde kullanılır.",
+ "HeaderSubtitlePosition": "Alt Başlık Pozisyonu",
+ "TitleProfilePin": "Profil Pini",
+ "ProfilePinConfirm": "Profil Pini (onayla)",
+ "SaveProfilePin": "Pin Kaydet",
+ "ProfilePinDescription": "Daha önce oturum açtığınız bir cihazda Emby uygulamasına her döndüğünüzde giriş için sorulacak isteğe bağlı bir pin oluşturun. Bu, birden fazla kullanıcı tarafından paylaşılan cihazlarınız varsa kullanışlıdır. Gerektiğinde her cihazda seçmeli olarak etkinleştirmeyi seçebilirsiniz.",
+ "TitleNewEpisodes": "Yeni Bölümler",
+ "EnterYourPinToContinue": "Devam etmek için PIN kodunuzu girin.",
+ "YourPinMustBe": "PIN kodunuz {0} haneli olmalıdır.",
+ "ForgotPin": "PIN kodunuzu mu unuttunuz?",
+ "RequireEnteringPinToReturn": "Bu uygulamaya her döndüğümde profil PIN kodumu girmem gerekiyor.",
+ "RequireEnteringPinToReturnQuestion": "Bu uygulamaya her döndüğünüzde sizden profil PIN kodunuzu istemeli miyiz? Bu cihaz birden fazla kullanıcı tarafından paylaşılıyorsa, profil PIN kodunuz diğer kullanıcıların verilerinize erişmesini önlemeye yardımcı olabilir.",
+ "RequireEnteringPinToReturnHelp": "Bu cihaz birden fazla kullanıcı tarafından paylaşılıyorsa kullanışlıdır.",
+ "WrongPinPleaseTryAgain": "Upsss, yanlış PIN. Lütfen tekrar deneyin.",
+ "ProfilePinIsOn": "Profil PIN kodu şu anda açık.",
+ "IfTryingToConnectToHttp": "Emby Sunucunuza bir HTTP adresi kullanarak bağlanmaya çalışıyorsanız, tarayıcınız HTTPS gereksinimleri nedeniyle buna izin vermiyor olabilir. Lütfen aşağıdakilerden birini deneyin:",
+ "SetupHttpsForYourServer": "HTTPS kullanarak bağlanabilmeniz için {0}Emby Sunucunuz için HTTPS{1} ayarlayın.",
+ "TitleUnableToReachServer": "Sunucuya Ulaşılamıyor",
+ "TitleUnableToReachName": "Ulaşılamıyor {0}",
+ "HearingImpaired": "İşitme Engelli",
+ "SignIntoServerName": "Oturum aç {0}",
+ "About": "Hakkında",
+ "Specials": "Özel Ürünler",
+ "NSettings": "{0} Ayarları",
+ "NPreferences": "{0} Tercihleri",
+ "DetailScreenOptions": "Detay Ekranları",
+ "LabelGenreDisplayLimit": "Tür görüntüleme sınırı",
+ "GenreDisplayLimitHelp": "Öğe ayrıntı ekranlarının en üstünde görüntülenen türlerin sayısını sınırlayın.",
+ "GenreDisplayLimitForListsHelp": "Çalma listesi, koleksiyon ve sanatçı ayrıntı ekranlarının en üstünde görüntülenen tür sayısını sınırlayın.",
+ "LabelGenreDisplayLimitForLists": "Listeler için tür görüntüleme sınırı",
+ "ShowPosterOnDetails": "Detay ekranında bir poster gösterin",
+ "ShowPosterOnDetailsHelp": "Video ayrıntı ekranlarında bir poster göstermeyi veya arka planı vurgulayan daha minimal bir görünüm için posteri gizlemeyi seçin. Bu ayar daha küçük ekran düzenlerinde kullanılmaz. Bazı öğe türleri bu ayarı görmezden gelecektir.",
+ "EnableAppLogging": "Uygulama günlüğünü etkinleştirin",
+ "EnableAppLoggingHelp": "Günlük kaydı uygulama performansını düşürebilir ve yalnızca sorun giderme amacıyla gerektiğinde etkinleştirilmelidir. Değişiklikler uygulamanın yeniden başlatılmasını gerektirir.",
+ "LabelSlideshowInterval": "Slayt başına fotoğraf slayt gösterisi süresi",
+ "TVChannelImageEditorHelp": "Birden fazla logo sürümü desteklenir. Emby uygulamaları, mevcut temaya bağlı olarak uygun olanı otomatik olarak seçecektir.",
+ "PlaySlideshow": "Slayt Gösterisini Oynat",
+ "CheckForExistingEpisodesInAllLibraries": "Tüm kütüphanelerdeki mevcut bölümleri kontrol et",
+ "GroupNotificationsBySeriesOrAlbum": "Bildirimleri serilere ve albümlere göre gruplandır",
+ "ThemeSettings": "Tema Ayarları",
+ "FollowingActivityWillBeDisrupted": "Bu faaliyet kesintiye uğrayacaktır ve yeniden başlatmak için manuel müdahale gerekebilir:",
+ "OneActivePlaybackSession": "1 Aktif Oynatma Oturumu",
+ "NumActivePlaybackSessions": "{0} Aktif Oynatma Oturumu",
+ "OneActiveRecording": "1 Aktif Kayıt",
+ "NumActiveRecordings": "{0} Aktif Kayıt",
+ "PlayFromLivePosition": "Canlı konumdan oynat",
+ "PlayFromStartOfRecording": "Kaydın başlangıcından itibaren oynat",
+ "ThisChannelIsActivelyRecording": "Bu kanal aktif olarak kayıt yapıyor. Oynatmaya nasıl başlamak istersiniz?",
+ "ThemeSongVolume": "Tema şarkısı seviyesi",
+ "HeaderForceConversionForFormats": "Formatlar için Kod Dönüştürmeyi Zorla",
+ "ForceConversionForFormatsHelp": "Bunu, bu cihazda çok iyi oynamayan formatlar için sunucu tarafı kod kodlamayı zorlamak veya yeniden desteklemek için kullanın.",
+ "StartupBehavior": "Başlangıç davranışı",
+ "RememberLastUser": "Son kullanıcıyı hatırla",
+ "ShowLoginScreen": "Giriş ekranını göster",
+ "SignInAsValue": "{0} olarak giriş yap",
+ "ConvertUnsupportedAudio": "Desteklenmeyen Surround Sesi Dolby Digital'e dönüştürün",
+ "ConvertUnsupportedAudioHelp": "Emby Server'ın Dolby Digital'e dönüştürülmesiyle desteklenmeyen surround formatları stereoya indirmekten kaçının.",
+ "HeaderPlaybackCorrection": "Oynatma Düzeltmesi",
+ "HeaderAttemptPlaybackCorrection": "Oynatma Düzeltmesi Dene",
+ "PlaybackCorrectionConfirm": "Oynatma düzeltmesi denensin mi?",
+ "PlaybackCorrectionDescription": "Geçerli öğede görütü veya ses olmaması gibi bir oynatma sorunu mu yaşanıyor? Bu seçenek, oynatma sorunlarını düzeltmek için sunucu kod dönüştürmeyi kullanarak dosyayı daha akıcı yayınlanabilir bir formata çevirmeyi deneyecektir. Ancak bu işlem, bu Emby Sunucusunda daha fazla kaynak kullanımıyla sonuçlanacaktır.",
+ "PlaybackCorrectionDescription2": "Bunu video başına en fazla üç kez yapabilirsiniz; her seferinde remuxing, video dönüştürme ve ses dönüştürme ayrı ayrı etkinleştirilir.",
+ "HeaderAlbumsAsContributingArtist": "Katkıda bulunan sanatçı olarak albümler",
+ "HeaderAlbumsAsComposer": "Besteci olarak albümler",
+ "Duplicates": "Kopyalar",
+ "HeaderSleepTimer": "Uyku Zamanlayıcısı",
+ "AfterCurrentItem": "Geçerli öğeden sonra",
+ "HeaderStopPlayback": "Oynatmayı Durdur",
+ "TurnOffTimer": "Zamanlayıcıyı kapat",
+ "SleepTimerIsSet": "Uyku zamanlayıcınız ayarlandı",
+ "SleepTimerIsOff": "Uyku zamanlayıcınız kapalı",
+ "LabelEnableRemoteControlTVMode": "Döküm ve uzaktan kumanda işlevlerini görüntüle",
+ "EnableRemoteControlTVModeHelp": "Bu cihazı diğer cihazlara medya göndermek için kullanmayı planlıyorsanız etkinleştirin.",
+ "ShowOnScreenControls": "Ekran kontrollerini göster",
+ "LabelVideoScreenUpAction": "Video ekranı UP eylemi",
+ "VideoScreenUpActionHelp": "Video ekranında yukarı tuşuna basıldığında yapılacak işlemi seçin. Bu, ekranda hiçbir ekran kontrolü görünmediğinde geçerlidir. Kontroller zaten görünüyorsa, yukarı tuşu gezinme için kullanılacaktır.",
+ "LabelVideoPlayerLongPressAction": "Video oynatıcı uzun basma eylemi",
+ "LetsGetSetup": "Haydi Hazırlanalım",
+ "VideoPlayerLongPressActionHelp": "Video oynatma sırasında OK düğmesine uzun süre basıldığında hangi işlevin veya menünün gösterildiğini seçin. Bu yalnızca video kontrolleri gizli olduğunda veya arama çubuğunun odağı olduğunda geçerli olur.",
+ "AskAdminToGetPremiere": "Bu satın alma işlemi sunucu yöneticisi tarafından yapılmalıdır. Lütfen bu Emby Sunucusunun yöneticisinden oturum açmasını ve Emby Premiere’i satın almasını isteyin, böylece premium özelliklere erişimin keyfini çıkarabilirsiniz.",
+ "AutoOpenSingleItemsFolders": "Klasör görünümünde tek öğeleri otomatik aç",
+ "AutoOpenSingleItemsFoldersHelp": "Bir klasör yalnızca bir öğe içeriyorsa, o öğeyi otomatik aç.",
+ "PlayedOnValue": "{0} oynatıldı",
+ "TheseSettingsApplyAppDevice": "Bu ayarlar, bu cihazda izleyen tüm kullanıcılar için geçerlidir.",
+ "LastContentDateAdded": "Son İçerik Eklenme Tarihi",
+ "RepeatThemeMedia": "Temaları tekrar tekrar oynat",
+ "HideEpisodeSpoilerInfo": "İzlenmemiş bölümlerden spoiler bilgilerini gizle",
+ "HideEpisodeSpoilerInfoHelp": "Çoğu ekranda izlenmeyen bölümlerin görüntüsünü ve genel bakışını gizler.",
+ "BornValueAge": "Doğum: {0} (yaş {1})",
+ "PreferDirectStreamLiveTV": "Canlı TV'nin doğrudan akışını tercih edin",
+ "PreferDirectStreamLiveTVHelp": "Doğrudan akışlı Canlı TV, Emby Sunucunuzdaki kaynak tüketimini azaltacaktır ancak oynatma sırasında o kadar aranamayabilir. Bunun etkinleştirilmesi, format desteklendiğinde ve yapılandırdığınız kalite ayarı dahilinde olduğunda Canlı TV akışını yönlendirecektir. Ek kaynak tüketimi pahasına oynatma sırasında daha fazla aramanın keyfini çıkarmak için bunu devre dışı bırakın.",
+ "HeaderAllRecordings": "Tüm Kayıtlar",
+ "RememberLoginDescription": "Oturum açtıktan sonra, başlangıç davranışını oturum açmayı hatırlayacak, belirli bir kullanıcı olarak oturum açacak veya her zaman oturum açma ekranını gösterecek şekilde yapılandırmak için uygulama ayarlarını kullanabilirsiniz.",
+ "ForgetServerConfirmation": "Bu sunucuyu unutmak istediğinizden emin misiniz?",
+ "ForgetThisServer": "Bu Sunucuyu Unutun",
+ "HeaderThisDevice": "Bu Cihaz",
+ "ChaptersGuide": "Bölümler / Canlı TV Rehberi",
+ "ChaptersGuideHelp": "Bölümleri olan medya için Bölümleri göster. Bölümleri olmayan ortamlar için Canlı TV Rehberini (mevcut olduğunda) gösterin.",
+ "HeaderShowSeriesImages": "Show Series Images",
+ "AppExitConfirmation": "Are you ready to exit Emby?",
+ "AppExitMenu": "Exit menu",
+ "SideMenu": "Side navigation menu",
+ "SystemStorage": "System storage ({0})"
+}
diff --git a/modules/common/strings/uk.json b/modules/common/strings/uk.json
new file mode 100644
index 0000000..c787148
--- /dev/null
+++ b/modules/common/strings/uk.json
@@ -0,0 +1,1340 @@
+{
+ "ReplaceExistingThumbnailImages": "Замінити наявні ескізи відео",
+ "ReplaceExistingThumbnailImagesHelp": "Всі існуючі ескізи відео буде видалено, і буде згенеровано нові, якщо це увімкнено в налаштуваннях медіатеки.",
+ "DateCreated": "Дата створення",
+ "CreatedOnValue": "Створено {0}",
+ "UpdatedOnValue": "Оновлено {0}",
+ "EmbyLoginTerms": "Ціль Emby — допомогти вам керувати особистою медіатекою, наприклад домашніми відео та світлинами. Спочатку ознайомтеся з нашими {0}умовами використання{1}. Використання будь-якого програмного забезпечення Emby означає прийняття цих умов.",
+ "MessageUnableToConnectToServer": "Наразі не вдається з’єднатися з вибраним сервером. Переконайтесь, що він працює, і повторіть спробу.",
+ "EmbyIntroMessage": "З Emby можна легко передавати відео, музику та світлини на смартфони, планшети та інші пристрої зі свого Emby Server.",
+ "HeaderSignInWithConnect": "Увійти за допомогою Emby Connect",
+ "HeaderWelcomeToEmby": "Вітаємо у Emby",
+ "HeaderNewUsers": "Нові користувачі",
+ "HeaderPleaseSignIn": "Увійдіть до системи",
+ "MessageInvalidUser": "Неправильне ім'я користувача або пароль. Спробуйте ще раз.",
+ "MessageUnlockAppWithPurchaseOrSupporter": "Розблокуйте цю функцію, зробивши невелику одноразову покупку або оформивши передплату Emby Premiere.",
+ "MessageUnlockAppWithSupporter": "Розблокуйте цю функцію, оформивши передплату Emby Premiere.",
+ "MessageToValidateSupporter": "Якщо у вас є активна передплата Emby Premiere, переконайтеся, що ви налаштували її на головній панелі Emby Server. Для цього в головному меню виберіть пункт Emby Premiere.",
+ "ValueSpecialEpisodeName": "Спеціальна серія - {0}",
+ "HeaderSignIn": "Увійти",
+ "Share": "Поділитись",
+ "Shared": "Спільний доступ",
+ "Info": "Відомості",
+ "Add": "Додати",
+ "Speed": "Швидкість",
+ "PlaybackSpeed": "Швидкість відтворення",
+ "Chapters": "Розділи",
+ "Password": "Пароль",
+ "SavePassword": "Зберегти пароль",
+ "LabelPassword": "Пароль",
+ "HeaderResetPassword": "Скинути пароль",
+ "Series": "Серіал",
+ "Preview": "Попередній перегляд",
+ "Submit": "Надіслати",
+ "Never": "Ніколи",
+ "Table": "Таблиця",
+ "HeaderScheduledTasks": "Заплановані задачі",
+ "Plays": "Відтворення",
+ "LastUsedAddressValue": "Останнє використання {0}",
+ "LabelKeywordType": "Тип ключового слова",
+ "HeaderSelectColumns": "Вибрати стовпці",
+ "HeaderTopResults": "Найкращі результати",
+ "HeaderPinSidebar": "Закріпити бічну панель",
+ "Collapse": "Згорнути",
+ "LabelBackgroundVideoPlayback": "Відтворення відео",
+ "BackgroundVideoPlaybackHelp": "Фонове відтворення забезпечує відтворення відео, навіть коли екран вимкнено.",
+ "AlwaysOn": "Завжди увімкнено",
+ "HeadphonesOrExternalSpeakersConnected": "Коли підключені навушники або зовнішні динаміки",
+ "HeaderKeyboardAndRemote": "Клавіатура та пульт",
+ "NoSelectedItemsSupportOperation": "Не вибрані елементи, які підтримують цю операцію.",
+ "NoOperationsForSelectedItems": "Для вибраних елементів немає доступних операцій.",
+ "UploadOnlyOnWifi": "Завантажувати лише через Wi-Fi",
+ "HeaderFoldersToUpload": "Папки для завантаження",
+ "LabelPasswordConfirm": "Пароль (повторіть)",
+ "HeaderMoveUpInOrder": "Підняти вгору",
+ "HeaderDownUpInOrder": "Опустити вниз",
+ "LabelUsername": "Ім'я користувача",
+ "HeaderAddServer": "Додати сервер",
+ "HeaderSubtitleOffset": "Зміщення субтитрів",
+ "Watching": "Йде перегляд",
+ "HeaderRemoveFromContinueWatching": "Вилучити з продовження перегляду",
+ "RemoveThisTitleFromContinueWatching": "Вилучити цей об'єкт з продовження перегляду?",
+ "HeaderRemoveFromContinueListening": "Вилучити з продовження прослуховування",
+ "RemoveThisTitleFromContinueListening": "Вилучити цей об'єкт з продовження прослуховування?",
+ "HeaderIncreaseSubtitleOffset": "Підняти субтитри",
+ "HeaderDecreaseSubtitleOffset": "Опустити субтитри",
+ "Close": "Закрити",
+ "HeaderSeeAll": "Показати все",
+ "HeaderOpenInNewWindow": "Відкрити в новому вікні",
+ "LabelEmail": "Ел. пошта",
+ "LabelHost": "Сервер",
+ "LabelHostHelp": "Приклад: 192.168.1.100 або https://myserver.com",
+ "LabelPort": "Порт",
+ "Disabled": "Вимкнено",
+ "Uninstall": "Видалити",
+ "Enable": "Увімкнути",
+ "AllTuners": "Всі тюнери",
+ "Disable": "Вимкнути",
+ "NextValue": "Далі: {0}",
+ "HeaderNextItem": "Наступний елемент",
+ "HeaderPreviousItem": "Попередній елемент",
+ "NoTrailersMessage": "Трейлери не знайдені. Щоб додати трейлери, встановіть додаток трейлерів з {0}каталогу додатків Emby{1}.",
+ "UninstallPluginConfirmation": "Дійсно видалити цей додаток?",
+ "HeaderUninstallPlugin": "Видалити додаток",
+ "AreYouStillWatching": "Ви ще дивитесь?",
+ "LabelCurrentPassword": "Поточний пароль",
+ "LabelNewPassword": "Новий пароль",
+ "LabelNewPasswordConfirm": "Новий пароль (повторіть)",
+ "HeaderRemovePassword": "Видалити пароль",
+ "ServerUpdateNeeded": "Цей Emby Server потребує оновлення. Щоб завантажити останню версію, відвідайте сторінку {0}",
+ "MessageThankYouForConnectSignUp": "Дякуємо за реєстрацію в Emby Connect. На вашу адресу буде надіслано електронний лист з інструкціями щодо підтвердження нового облікового запису. Підтвердьте обліковий запис, а потім поверніться сюди, щоб увійти.",
+ "MessageThankYouForConnectSignUpNoValidation": "Дякуємо за реєстрацію в Emby Connect! Тепер вам потрібно буде увійти зі своїми обліковими даними Emby Connect.",
+ "ErrorMessagePasswordNotMatchConfirm": "Пароль та його підтвердження повинні збігатися.",
+ "ErrorMessageUsernameInUse": "Ім'я користувача вже зайнято. Виберіть нове ім’я та повторіть спробу.",
+ "ErrorMessageEmailInUse": "Адреса електронної пошти вже використовується. Введіть нову адресу та повторіть спробу або спробуйте відновити пароль.",
+ "HeaderUpcomingOnTV": "Майбутні на ефірному ТБ",
+ "HeaderOtherShowings": "Інші покази",
+ "Showings": "Покази",
+ "HeaderConnectToServer": "Підключитись до сервера",
+ "ConnectToServerManually": "Підключитись до сервера вручну",
+ "LabelEnterConnectUserNameHelp": "Це адреса електронної пошти, яку ви використовували для налаштування облікового запису Emby Connect.",
+ "HeaderSignInError": "Помилка входу",
+ "HeaderManualLogin": "Увійти вручну",
+ "PasswordResetConfirmation": "Дійсно скинути пароль?",
+ "ContactAdminToResetPassword": "Щоб скинути пароль, зверніться до свого адміністратора.",
+ "ForgotPasswordInNetworkRequired": "Спробуйте скинути пароль з домашньої мережі.",
+ "ForgotPasswordFileCreated": "На вашому сервері створено наступний файл, що містить вказівки щодо подальших дій:",
+ "ForgotPasswordFileExpiration": "Термін дії PIN-коду для скидання спливає {0}.",
+ "InvalidForgotPasswordPin": "Введено недійсний або прострочений PIN-код. Спробуйте ще раз.",
+ "PasswordResetForUsers": "Паролі наступних користувачів були видалені. Для входу використовуйте пустий пароль.",
+ "HeaderForgotPassword": "Забули Пароль?",
+ "ForgotPasswordUsernameHelp": "Залиште це поле порожнім, якщо ви не пам’ятаєте своє ім’я користувача.",
+ "HeaderPasswordReset": "Скинути пароль",
+ "AttributeNew": "Новий",
+ "Done": "Готово",
+ "HeaderResetToDefault": "Скинути до замовчування",
+ "Deinterlacing": "Деінтерлейсинг",
+ "HeaderBurningInSubtitles": "Вбудовані субтитри",
+ "Premiere": "Прем'єра",
+ "LabelPinCode": "PIN-код",
+ "LabelLocalNetworkPinCode": "PIN-код локальної мережі",
+ "LabelLocalNetworkPasswordMode": "Режим входу з локальної мережі",
+ "RequirePasswordInLocalNetwork": "Вимагати пароль у локальній мережі",
+ "NoPasswordInLocalNetwork": "Не вимагати пароль у локальній мережі",
+ "PinCodeInLocalNetwork": "Дозволити використання числового PIN-коду в локальній мережі",
+ "LocalNetworkPasswordModeHelp": "Виберіть спосіб входу для пристроїв у одній локальній мережі з Emby Server.",
+ "HeaderLocalNetworkAccess": "Доступ з локальної мережі",
+ "Live": "Наживо",
+ "Reset": "Скинути",
+ "Repeat": "Повтор",
+ "Track": "Доріжка",
+ "Tracks": "Доріжки",
+ "HeaderCameraUpload": "Завантаження з камери",
+ "TrackCount": "{0} доріжок",
+ "ItemCount": "{0} елементів",
+ "NumberChannelsValue": "{0} каналів",
+ "HeaderLatestMusic": "Остання музика",
+ "HeaderLatestAudioBooks": "Останні аудіокниги",
+ "HeaderLatestDownloadedVideos": "Останні завантажені відео",
+ "HeaderRecentlyPlayed": "Нещодавно відтворені",
+ "Recent": "Нещодавні",
+ "HeaderFrequentlyPlayed": "Часто відтворювались",
+ "HeaderMoreLikeThis": "Більше подібного",
+ "HeaderMoreLikeThisOnLiveTV": "Більше подібного у ефірному ТБ",
+ "OriginalAirDateValue": "Оригінальна дата виходу: {0}",
+ "EndsAtValue": "Закінчується {0}",
+ "Date": "Дата",
+ "AirDate": "Дата виходу",
+ "Played": "Відтворено",
+ "Daily": "Щодня",
+ "Weekly": "Щотижня",
+ "RequireHashMatch": "Вимагати збіг хешу",
+ "RequireHashMatchHelp": "Якщо вимагати збіг хешу, будуть відібрані лише ті субтитри, які були перевірені саме з вашим відеофайлом. Якщо зняти цей прапорець, кількість відповідних субтитрів збільшиться, але також збільшиться ймовірність несинхронізованого або невідповідного тексту субтитрів.",
+ "SearchForForcedSubtitlesOnly": "Лише примусові субтитри",
+ "SearchForForcedSubtitlesOnlyHelp": "Якщо вимагати лише примусові субтитри, будуть доступні лише ті субтитри, що позначені як іноземні.",
+ "LastEpisodeDateAdded": "Дата додавання останньої серії",
+ "LastEpisodeDateAired": "Дата виходу останньої серії",
+ "LabelPlaystate": "Стан відтворення",
+ "Studio": "Студія",
+ "Tag": "Тег",
+ "EpisodeTitle": "Назва серії",
+ "Audio": "Аудіо",
+ "Video": "Відео",
+ "Subtitle": "Субтитри",
+ "Image": "Зображення",
+ "CopyStream": "Копіювати оригінальний потік",
+ "LabelAudioLayout": "Макет аудіо",
+ "LabelAudioCodec": "Аудіокодек",
+ "LabelAudioLanguage": "Мова аудіо",
+ "LabelSubtitleLanguage": "Мова субтитрів",
+ "LabelVideoCodec": "Відеокодек",
+ "LabelSubtitleCodec": "Кодек субтитрів",
+ "LabelParentalRating": "Вікова категорія",
+ "BecauseYouLikeValue": "Тому що вам подобається {0}",
+ "BecauseYouWatchedValue": "Тому що ви дивились {0}",
+ "DirectedByValue": "Режисер: {0}",
+ "StarringValue": "У ролях: {0}",
+ "Invitations": "Запрошення",
+ "ActorAsRole": "як {0}",
+ "ButtonOk": "ОК",
+ "GroupItemsIntoCollections": "Об'єднувати елементи в колекції",
+ "GroupItemsIntoCollectionsHelp": "Групувати елементи на основі колекцій, до яких вони були додані. Це може бути автоматично вимкнуто у комбінації з певними фільтрами або порядками сортування.",
+ "GroupItemsIntoTags": "Об'єднувати елементи за тегами",
+ "GroupItemsIntoTagsHelp": "Групувати елементи на основі доданих тегів. Це може бути автоматично вимкнуто у комбінації з певними фільтрами або порядками сортування.",
+ "User": "Користувач",
+ "Access": "Доступ",
+ "Users": "Користувачі",
+ "Library": "Медіатека",
+ "Devices": "Пристрої",
+ "Cancel": "Скасувати",
+ "Restart": "Перезапустити",
+ "Shutdown": "Зупинити",
+ "Logs": "Журнали",
+ "Visibility": "Видимість",
+ "Notifications": "Сповіщення",
+ "SendTestNotification": "Надіслати тестове сповіщення",
+ "NotificationSent": "Сповіщення надіслано",
+ "DeleteNotificationConfirmation": "Ви впевнені, що бажаєте видалити це сповіщення?",
+ "DeleteNotification": "Видалити сповіщення",
+ "AddNotification": "Додати сповіщення",
+ "EditNotification": "Редагувати сповіщення",
+ "LimitUserEventsTo": "Обмежити події користувача",
+ "LimitLibraryEventsTo": "Обмежте бібліотечні події",
+ "LimitDeviceEventsTo": "Обмежити події пристроїв до",
+ "ForAdditionalNotificationOptions": "Адміністратор сервера може встановити додаткові служби сповіщень у {0}каталозі додатків{1} Emby.",
+ "Plugins": "Додатки",
+ "Systems": "Системи",
+ "Server": "Сервер",
+ "Dashboard": "Головна панель",
+ "PlayOnAnotherDevice": "Відтворити на іншому пристрої",
+ "HeaderConnectionHelp": "Допомога з підключенням",
+ "AccessRestrictedTryAgainLater": "На даний час доступ обмежений. Спробуйте пізніше.",
+ "ButtonGotIt": "Зрозуміло",
+ "RememberMe": "Запам'ятати мене",
+ "EmbyServer": "Emby Server",
+ "ManageEmbyServer": "Налаштувати Emby Server",
+ "ShutdownServer": "Зупинити Emby Server",
+ "RestartServer": "Перезапустити Emby Server",
+ "RecordingCancelled": "Запис скасовано",
+ "SeriesCancelled": "Серіал скасовано",
+ "Recording": "Запис",
+ "SeriesRecording": "Запис серіалу",
+ "RecordingScheduled": "Запис заплановано",
+ "SeriesRecordingScheduled": "Запис серіалу заплановано",
+ "HeaderNewRecording": "Новий запис",
+ "HeaderWakeServer": "Розбудити сервер",
+ "AttemptingWakeServer": "Намагаємось розбудити сервер. Зачекайте, будь ласка...",
+ "WakeServerSuccess": "Успішно!",
+ "HeaderCustomizeHomeScreen": "Налаштувати головний екран",
+ "WakeServerError": "На сервер були надіслані пакети Wake On LAN, але ми не можемо підключитися до вашого Emby Server. Можливо, комп'ютеру потрібно трохи більше часу для пробудження, або Emby Server не запущений.",
+ "Days": "Дні",
+ "Network": "Мережа",
+ "Networks": "Мережі",
+ "SortByValue": "Сортувати за {0}",
+ "HeaderSortBy": "Сортувати за",
+ "HeaderPhotoAlbums": "Фотоальбоми",
+ "Photos": "Світлини",
+ "HeaderAppearsOn": "Відображається у",
+ "List": "Список",
+ "HeaderRecordSeries": "Записати серіал",
+ "HeaderCinemaMode": "Кінозаставки",
+ "Conversions": "Перетворення",
+ "Downloads": "Завантаження",
+ "HeaderManageDownloads": "Керування завантаженнями",
+ "InternalStorage": "Внутрішнє сховище",
+ "ExternalStorage": "Зовнішнє сховище",
+ "UploadToFollowingServers": "Завантажити на сервери",
+ "UploadingNumItems": "Завантажується {0} з {1}",
+ "DownloadNumItems": "Завантаження {0} з {1}",
+ "HeaderSampleRate": "Частота дискретизації",
+ "HeaderReferenceFrames": "Опорні кадри",
+ "HeaderBitDepth": "Бітова глибина",
+ "HeaderPixelFormat": "Формат пікселя",
+ "Profile": "Профіль",
+ "Bitrate": "Швидкість потоку",
+ "Expand": "Розгорнути",
+ "Container": "Контейнер",
+ "Format": "Формат",
+ "Path": "Шлях",
+ "Size": "Розмір",
+ "Resolution": "Роздільна здатність",
+ "HeaderCodecTag": "Тег кодека",
+ "Framerate": "Частота кадрів",
+ "Interlaced": "Черезрядкове",
+ "Anamorphic": "Анаморфне",
+ "Level": "Рівень",
+ "Timestamp": "Мітка часу",
+ "Language": "Мова",
+ "Codec": "Кодек",
+ "Stream": "Потік",
+ "HeaderExtradata": "Додаткові дані",
+ "HeaderHardwareAcceleratedTranscoding": "Перекодування з апаратним прискоренням",
+ "HeaderHardwareAcceleratedTranscodingDescription": "Скористайтеся перевагами графічного процесора вашого сервера. Emby має найсучасніше та найшвидше апаратне прискорення в галузі.",
+ "HeaderOfflineDownloads": "Локальні медіафайли",
+ "AndMuchMoreExclamation": "І багато іншого!",
+ "HeaderOfflineDownloadsDescription": "Завантажте медіафайли на свої пристрої, щоб вони були доступні, коли нема з'єднання з Інтернетом.",
+ "LiveTvFeatureDescription": "Транслюйте ефірне ТБ на будь-який додаток Emby за допомогою сумісного ТВ-тюнера, підключеного до комп'ютера з Emby Server.",
+ "DvrFeatureDescription": "Заплануйте запис телевізійних передач, серіалів тощо за допомогою Emby DVR.",
+ "CinemaModeFeatureDescription": "Кінозаставки дають вам справжнє враження глядацького кінозалу завдяки трейлерами та спеціальними заставкам перед основним фільмом.",
+ "HeaderFreeApps": "Безкоштовні додатки Emby",
+ "FreeAppsFeatureDescription": "Ви можете безкоштовно користуватись додатками Emby на своїх пристроях.",
+ "HeaderBecomeProjectSupporter": "Отримати Emby Premiere",
+ "HeaderViewServerInfo": "Відомості про сервер",
+ "PlaybackTvModeRequiresEmbyPremiere": "Для відтворення медіафайлів у режимі ТБ потрібна активна {0}передплата Emby Premiere{1}.",
+ "FeatureRequiresEmbyPremiere": "Для цієї функції потрібна активна {0}передплата Emby Premiere{1}.",
+ "HeaderConvertYourRecordings": "Перетворіть свої записи",
+ "Record": "Записати",
+ "Save": "Зберегти",
+ "Edit": "Редагувати",
+ "HeaderSavePlaylist": "Зберегти список відтворення",
+ "Latest": "Останні",
+ "Download": "Завантажити",
+ "Downloaded": "Завантажено",
+ "Converted": "Перетворено",
+ "RemoveFromHistory": "Прибрати з історії",
+ "ConfirmRemoveFromHistory": "Видалити цей елемент з історії?",
+ "Downloading": "Завантаження",
+ "Advanced": "Додатково",
+ "LinkedToEmbyConnect": "Зв'язано з Emby Connect",
+ "Delete": "Видалити",
+ "Both": "Обидва",
+ "LabelChannelDisplay": "Відображення каналів",
+ "HeaderDeleteItem": "Видалити елемент",
+ "HeaderDeleteUser": "Видалити користувача",
+ "DeleteItemConfirmation": "Дійсно видалити {0}?",
+ "DeleteUserConfirmation": "Дійсно видалити користувача {0}?",
+ "DeleteUsersConfirmation": "Дійсно видалити {0} цих користувачів?",
+ "HeaderDeleteDevice": "Видалити пристрій",
+ "DeleteDeviceConfirmation": "Дійсно видалити цей пристрій? Він з’явиться наступного разу, коли користувач увійде з нього.",
+ "ConfirmDeleteItem": "Видалення цього елемента видалить його як з файлової системи, так і з медіатеки.",
+ "FollowingFilesWillBeDeleted": "Наступні файли та папки буде видалено:",
+ "AreYouSureToContinue": "Дійсно продовжити?",
+ "Refresh": "Оновити",
+ "RefreshingMetadataDots": "Оновлення метаданих...",
+ "ScanningLibraryFilesDots": "Сканування файлів медіатеки...",
+ "HeaderFavoritesThenByChannelNumber": "Улюблені, а потім за номером каналу",
+ "HeaderAddToCollection": "Додати до колекції",
+ "HeaderFavoritesThenByTitle": "Улюблені, а потім за назвою",
+ "HeaderFavoritesThenByDefault": "Улюблені, а потім за стандартним порядком каналів",
+ "HeaderDefaultChannelOrder": "Стандартний порядок каналів",
+ "HeaderAddToFavorites": "Додати до улюбленого",
+ "HeaderRemoveFromFavorites": "Видалити з улюбленого",
+ "Favorited": "Додано до улюбленого",
+ "Unfavorited": "Не додано до улюбленого",
+ "HeaderNewCollection": "Нова колекція",
+ "HeaderNewPlaylist": "Новий список відтворення",
+ "AllCollections": "Всі колекції",
+ "AllPlaylists": "Усі списки відтворення",
+ "Create": "Створити",
+ "HeaderAddedToPlaylist": "Додано до списку відтворення",
+ "HeaderAddedToCollection": "Додано до колекції",
+ "OneItemAddedTo": "1 елемент додано до «{0}».",
+ "ItemsAddedTo": "{0} елементів додано до «{1}».",
+ "HeaderAddedToPlayQueue": "Додано до черги відтворення",
+ "HeaderPlayingNext": "Далі відтворюється",
+ "Help": "Довідка",
+ "HeaderGetHelp": "Переглянути довідку",
+ "LabelTVDisplayMode": "Увімкнути режим показу на телевізорі",
+ "Desktop": "Робочий стіл",
+ "Mobile": "Мобільний / планшетний",
+ "Navigation": "Навігація",
+ "HeaderVideoPlayback": "Відтворення відео",
+ "TV": "ТБ",
+ "HeaderEmbyConnect": "Emby Connect",
+ "Seasons": "Сезони",
+ "OneTrack": "1 доріжка",
+ "OneSeason": "1 сезон",
+ "Libraries": "Медіатеки",
+ "NumberSeasonsValue": "{0} сезонів",
+ "TVDisplayModeHelp": "Оптимізує інтерфейс користувача на цьому пристрої для показу на телевізорі та керування за допомогою пульта. Зазвичай, якщо основним способом введення є миша або сенсорний пристрій, це не рекомендується використовувати.",
+ "LabelDisplayLanguage": "Мова відображення",
+ "LabelDisplayLanguageHelp": "Emby постійно перекладається багатьма мовами.",
+ "LearnHowYouCanContribute": "Дізнайтесь, як ви можете допомогти.",
+ "NewCollectionHelp": "Колекції дозволяють створювати персоналізовані групи фільмів та іншого вмісту медіатеки.",
+ "SearchForCollectionInternetMetadata": "Шукати в Інтернеті ілюстрації та метадані",
+ "DisplayMissingEpisodesWithinSeasons": "Показувати відсутні серії протягом сезонів",
+ "DisplayMissingEpisodesWithinSeasonsHelp": "Це також потрібно ввімкнути для медіатек з серіалами у програмі Emby Server.",
+ "EnableThemeSongs": "Відтворювати тематичні пісні",
+ "EnableBackdrops": "Увімкнути задники",
+ "EnableThemeSongsHelp": "Якщо ввімкнено, під час перегляду медіатеки тематичні пісні будуть відтворюватися у фоновому режимі.",
+ "EnableBackdropsHelp": "Якщо ввімкнено, задники відображатимуться на тлі деяких сторінок під час перегляду медіатеки.",
+ "EnableThemeVideos": "Відтворювати тематичні відео",
+ "EnableThemeVideosHelp": "Якщо ввімкнено, під час перегляду медіатеки тематичні відео будуть відтворюватися у фоновому режимі.",
+ "RunAtStartup": "Запустити при старті ОС",
+ "ServerStartup": "Запуск сервера",
+ "EmbyServerOnXHasStarted": "Emby Server на {0} запущено.",
+ "LabelScreensaver": "Заставка",
+ "LabelSoundEffects": "Звукові ефекти",
+ "LabelName": "Ім'я",
+ "NewCollectionNameExample": "Приклад: Колекція Зоряних війн",
+ "MessageItemsAdded": "Елементи додано.",
+ "OptionNew": "Новий...",
+ "LabelPlaylist": "Список відтворення",
+ "AddToPlaylist": "Додати до списку відтворення",
+ "HeaderAddToPlaylist": "Додати до списку відтворення",
+ "Subtitles": "Субтитри",
+ "LabelTheme": "Тема",
+ "LabelSettingsTheme": "Тема налаштувань",
+ "LabelThemeAccentColor": "Колір виділення",
+ "ThemeAccentColorDescription": "Задає колір для важливих індикаторів, значків і тексту.",
+ "SearchForSubtitles": "Пошук субтитрів",
+ "LabelLanguage": "Мова",
+ "Search": "Пошук",
+ "NoSubtitleSearchResultsFound": "Нічого не знайдено. Ви налаштували {0}завантаження субтитрів{1}?",
+ "NoLyricsSearchResultsFound": "Нічого не знайдено. Ви налаштували {0}завантаження текстів пісень{1}?",
+ "Lyrics": "Тексти пісень",
+ "SearchForLyrics": "Пошук текстів пісень",
+ "Finish": "Завершити",
+ "File": "Файл",
+ "Exit": "Вихід",
+ "Sleep": "Режим сну",
+ "Setup": "Налаштувати",
+ "MessageAreYouSureDeleteSubtitles": "Дійсно видалити цей файл субтитрів?",
+ "ConfirmDeletion": "Підтвердить видалення",
+ "MySubtitles": "Мої субтитри",
+ "MessageDownloadQueued": "Завантаження додано до черги.",
+ "HeaderEditSubtitles": "Редагувати субтитри",
+ "UnlockGuide": "Розблокувати телегід",
+ "HeaderRefreshMetadata": "Оновити метадані",
+ "HeaderRefreshAllMetadata": "Оновити усі метадані",
+ "ReplaceExistingImages": "Замінити наявні зображення",
+ "ReplaceExistingImagesHelp": "Усі наявні зображення буде видалено, а замість них будуть завантажені нові. У деяких випадках кількість доступних зображень може зменшитися.",
+ "ReplaceAllMetadata": "Замінити усі метадані",
+ "SearchForMissingMetadata": "Пошук відсутніх метаданих",
+ "LabelRefreshMode": "Режим оновлення",
+ "NoItemsFound": "Елементи не знайдено.",
+ "HeaderSaySomethingLike": "Скажіть щось на кшталт...",
+ "ButtonTryAgain": "Спробуйте ще раз",
+ "HeaderYouSaid": "Ви сказали...",
+ "MessageWeDidntRecognizeCommand": "На жаль, не вдалось розпізнати цю команду.",
+ "MessageIfYouBlockedVoice": "Якщо ви заборонили голосовий доступ до додатку, вам доведеться змінити конфігурацію, перш ніж повторити спробу.",
+ "ValueDiscNumber": "Диск {0}",
+ "Unrated": "Без рейтингу",
+ "Favorite": "Улюблене",
+ "Like": "Подобається",
+ "Dislike": "Не подобається",
+ "RefreshDialogHelp": "Метадані оновлюються новими даними на основі налаштувань і постачальників метаданих, увімкнених у налаштуваннях бібліотеки Emby.",
+ "Open": "Відкрити",
+ "Play": "Відтворити",
+ "Pause": "Пауза",
+ "HeaderPlayQueue": "Відтворити чергу",
+ "HeaderAddToPlayQueue": "Додати до черги відтворення",
+ "Shuffle": "Перетасувати",
+ "Identify": "Ідентифікувати",
+ "HeaderRemoveIdentification": "Видалити ідентифікацію",
+ "ResetMetadataConfirmation": "Ви впевнені, що бажаєте скинути всі метадані?",
+ "HeaderEditMetadata": "Редагувати метадані",
+ "Convert": "Перетворити",
+ "Resume": "Відновити",
+ "HeaderInstantMix": "Миттєвий мікс",
+ "HeaderGoToItem": "Перейти до елемента",
+ "HeaderGoToSeason": "Перейдіть до Сезону",
+ "HeaderGoToSeries": "Перейдіть до Серії",
+ "HeaderGoToAlbum": "Перейти до Альбому",
+ "HeaderGoToArtist": "Перейдіть до Виконавця",
+ "HeaderPlayAll": "Відтворити все",
+ "PictureInPicture": "Картинка в картинці",
+ "Fullscreen": "На весь екран",
+ "ExitFullscreen": "Вийти з повноекранного режиму",
+ "Rewind": "Перемотати",
+ "FastForward": "Перескочити вперед",
+ "Remove": "Видалити",
+ "Rename": "Перейменувати",
+ "Queue": "Черга",
+ "QueueAllFromHere": "Додати все до черги з цього місця",
+ "PlayAllFromHere": "Відтворити все з цього місця",
+ "PlayFromBeginning": "Відтворити з початку",
+ "FromBeginning": "Від початку",
+ "ResumeAt": "Відновити з {0}",
+ "HeaderRemoveFromPlaylist": "Видалити зі списку відтворення",
+ "HeaderRemoveFromPlayQueue": "Видалити з черги відтворення",
+ "HeaderRemoveFromCollection": "Видалити з колекції",
+ "Sort": "Сортування",
+ "Trailer": "Трейлер",
+ "SelectNone": "Не вибирати нічого",
+ "SelectAll": "Вибрати все",
+ "HeaderMarkPlayed": "Позначити відтвореним",
+ "HeaderMarkUnplayed": "Позначити не відтвореним",
+ "HeaderGroupVersions": "Групувати версії",
+ "PleaseSelectTwoItems": "Виберіть більше одного елементу.",
+ "HeaderConfirmRecordingCancellation": "Підтвердить скасування запису",
+ "MessageConfirmRecordingCancellation": "Скасувати запис?",
+ "Album": "Альбом",
+ "AlbumArtist": "Виконавець альбому",
+ "Error": "Помилка",
+ "VoiceInput": "Голосовий ввід",
+ "LabelContentType": "Тип вмісту",
+ "LabelPath": "Шлях",
+ "Playlists": "Списки відтворення",
+ "LabelTitle": "Назва",
+ "LabelOriginalTitle": "Оригінальна назва",
+ "LabelSortTitle": "Сортувати назви",
+ "LabelDateAdded": "Дата додавання",
+ "DateAdded": "Дата додавання",
+ "DateModified": "Дата зміни",
+ "DatePlayed": "Дата відтворення",
+ "DateLastActive": "Дата останньої активності",
+ "ConfigureDateAdded": "На головній панелі Emby Server в розділі «Медіатека» налаштуйте, як буде визначатися дата додавання",
+ "LabelStatus": "Статус",
+ "LabelArtistsHelp": "Вкажіть декілька через ;",
+ "HeaderAlbumArtists": "Виконавці альбому",
+ "LabelAlbumArtists": "Виконавці альбому",
+ "LabelAlbum": "Альбом",
+ "Artist": "Виконавець",
+ "Artists": "Виконавці",
+ "ImdbRating": "Рейтинг IMDb",
+ "CommunityRating": "Рейтинг спільноти",
+ "LabelCommunityRating": "Рейтинг спільноти",
+ "LabelCriticRating": "Рейтинг критиків",
+ "CriticRating": "Рейтинг критиків",
+ "LabelWebsite": "Веб-сайт",
+ "Tagline": "Слоган",
+ "LabelOverview": "Огляд",
+ "LabelShortOverview": "Короткий огляд",
+ "LabelReleaseDate": "Дата виходу",
+ "LabelPlaceOfBirth": "Місце народження",
+ "Aired": "В ефірі",
+ "LabelAirDays": "Дні виходу в ефір",
+ "LabelAirTime": "Час виходу в ефір",
+ "LabelRuntimeMinutes": "Час показу (хвилини)",
+ "LabelCustomRating": "Власний рейтинг",
+ "LabelOriginalAspectRatio": "Оригінальне співвідношення сторін",
+ "Label3DFormat": "Формат 3D",
+ "FormatValue": "Формат: {0}",
+ "DownloadsValue": "{0} Завантажень",
+ "HashMatch": "Збіг хешу",
+ "EnableExternalVideoPlayers": "Увімкнути зовнішні програвачі відео",
+ "EnableExternalVideoPlayersHelp": "Після запуску відтворення відео відкриється меню зовнішнього програвача.",
+ "HeaderSpecialEpisodeInfo": "Відомості про спеціальну серію",
+ "LabelAirsDuringSeason": "В ефірі протягом сезону",
+ "LabelAirsAfterSeason": "В ефірі після сезону",
+ "LabelAirsBeforeEpisode": "В ефірі перед серією",
+ "HeaderExternalIds": "Зовнішні ідентифікатори",
+ "HeaderDisplaySettings": "Налаштування показу",
+ "PlaylistOrder": "Порядок списку відтворення",
+ "CollectionOrder": "Сортування колекції",
+ "LabelDisplayOrder": "Порядок показу",
+ "LabelFileOrder": "Порядок файлів",
+ "Display": "Відображення",
+ "Countries": "Країни",
+ "Genres": "Жанри",
+ "Studios": "Студії",
+ "Tags": "Теги",
+ "Links": "Посилання",
+ "Movie": "Фільм",
+ "Program": "Програма",
+ "Channel": "Канал",
+ "Episode": "Серія",
+ "Season": "Сезон",
+ "HeaderMetadataSettings": "Налаштування метаданих",
+ "People": "Люди",
+ "Number": "Кількість",
+ "Lock": "Заблокувати",
+ "HeaderScreenLocked": "Екран заблоковано",
+ "HeaderUnlockControls": "Керування розблокуванням",
+ "HeaderTapToUnlock": "Торкніться, щоб розблокувати",
+ "LabelMetadataDownloadLanguage": "Бажана мова завантаження метаданих",
+ "LabelImageDownloadLanguage": "Бажана мова завантаження зображень",
+ "LabelLockItemToPreventChanges": "Заблокувати цей елемент, щоб запобігти майбутнім змінам",
+ "LockThisField": "Заблокуйте це поле, щоб запобігти майбутнім змінам під час оновлення метаданих",
+ "MessageLeaveEmptyToInherit": "Залиште порожнім, щоб успадкувати налаштування від батьківського елемента або загальне стандартне значення.",
+ "LabelCountry": "Країна",
+ "LabelCertificationCountry": "Країна сертифікації",
+ "CertificationCountryHelp": "Це впливатиме на те, яка система рейтингу вмісту використовується.",
+ "LabelDynamicExternalId": "Ідентиф. {0}",
+ "LabelBirthYear": "Рік народження",
+ "LabelBirthDate": "Дата народження",
+ "LabelDeathDate": "Дата смерті",
+ "LabelEndDate": "Дата завершення",
+ "LabelSeasonNumber": "Номер сезону",
+ "LabelEpisodeNumber": "Номер серії",
+ "LabelTrackNumber": "Номер доріжки",
+ "LabelNumber": "Номер",
+ "LabelDiscNumber": "Номер диску",
+ "LabelParentNumber": "Батьківський номер",
+ "SortName": "Сортувати назви",
+ "OriginalTitle": "Оригінальна назва",
+ "ReleaseDate": "Дата випуску",
+ "Continuing": "Знімається",
+ "Ended": "Завершено",
+ "HeaderEnabledFields": "Увімкнені поля",
+ "HeaderEnabledFieldsHelp": "Зніміть прапорець, щоб заблокувати його та не допустити зміни даних.",
+ "Backdrops": "Задники",
+ "Images": "Зображення",
+ "Runtime": "Час показу",
+ "ProductionLocations": "Місця виробництва",
+ "BirthLocation": "Місце народження",
+ "ParentalRating": "Вікова категорія",
+ "PlayCount": "Кількість відтворень",
+ "Name": "Ім’я",
+ "Overview": "Огляд",
+ "LabelType": "Тип",
+ "LabelPersonRole": "Роль",
+ "LabelPersonRoleHelp": "Приклад: водій вантажівки з морозивом",
+ "Actor": "актор",
+ "Composers": "Композитори",
+ "Composer": "Композитор",
+ "Director": "Режисер",
+ "GuestStar": "Запрошена зірка",
+ "Producer": "Продюсер",
+ "Writer": "Сценарист",
+ "MessageNoSyncJobsFound": "Завантаження не знайдені. Створіть завдання завантаження, використовуючи кнопки «Завантажити» у додатку.",
+ "MessageNoDownloadsFound": "Немає завантажень у режимі офлайн. Завантажте медіафайл для використання в режимі офлайн, натиснувши кнопку «Завантажити» в додатку.",
+ "InstallingPackage": "Встановлення {0}",
+ "PackageInstallCompleted": "Встановлення {0} завершено.",
+ "PackageInstallFailed": "Не вдалося встановити {0}.",
+ "PackageInstallCancelled": "Встановлення {0} було скасоване.",
+ "SeriesYearToPresent": "{0} - дотепер",
+ "OneDevice": "1 пристрій",
+ "DeviceCountValue": "{0} пристроїв",
+ "OneLog": "1 журнал",
+ "LogCountValue": "{0} журналів",
+ "OneVote": "1 голос",
+ "VoteCountValue": "{0} голосів",
+ "OneLike": "1 сподобалось",
+ "LikeCountValue": "{0} сподобалось",
+ "OneUser": "1 користувач",
+ "UserCountValue": "{0} користувачів",
+ "OneLibrary": "1 медіатека",
+ "LibraryCountValue": "{0} медіатек",
+ "ValueOneItem": "1 елемент",
+ "ValueOneEpisode": "1 серія",
+ "ValueEpisodeCount": "{0} серій",
+ "Albums": "Альбоми",
+ "Song": "Пісня",
+ "Songs": "Пісні",
+ "Authors": "Автори",
+ "Books": "Книги",
+ "AudioBooks": "Аудіокниги",
+ "HeaderAudioBooks": "Аудіокниги",
+ "HeaderAudioBook": "Аудіокнига",
+ "HeaderIdentifyItemHelp": "Введіть один або кілька критеріїв для пошуку. Щоб розширити результати пошуку, приберіть критерії.",
+ "PleaseEnterNameOrId": "Введіть назву або зовнішній ідентифікатор.",
+ "MessageItemSaved": "Елемент збережено.",
+ "SearchResults": "Результати пошуку",
+ "ServerNameIsRestarting": "Emby Server - {0} перезапускається.",
+ "ServerNameIsShuttingDown": "Emby Server - {0} зупиняється.",
+ "HeaderDeleteItems": "Видалити елементи",
+ "ConfirmDeleteItems": "Якщо видалити ці елементи, вони будуть видалені і з файлової системи, і з медіатеки.",
+ "PleaseRestartServerName": "Перезапустіть Emby Server на {0}",
+ "ConvertingDots": "Перетворення...",
+ "LabelSyncNoTargetsHelp": "Схоже, у вас наразі немає додатків, що підтримують завантаження в режимі офлайн.",
+ "DownloadingDots": "Завантаження...",
+ "LearnMore": "Дізнатися більше",
+ "LabelBitrateMbps": "Бітрейт (Мбіт/с)",
+ "ConvertUnwatchedVideosOnly": "Перетворювати лише невідтворені відео",
+ "SyncUnwatchedVideosOnly": "Завантажувати лише невідтворені відео",
+ "ConvertUnwatchedVideosOnlyHelp": "Перетворюватимуться лише ті відео, які не позначені як повністю відтворені.",
+ "SyncUnwatchedVideosOnlyHelp": "Завантажуватимуться лише ті відео, які не позначені як повністю відтворені, а після повного відтворення вони будуть видалені з пристрою.",
+ "AutomaticallySyncNewContent": "Автоматично завантажувати новий вміст",
+ "AutomaticallySyncNewContentHelp": "Новий вміст, доданий до цієї папки, буде автоматично завантажуватись на пристрій.",
+ "AutomaticallyConvertNewContent": "Автоматично перетворювати новий вміст",
+ "AutomaticallyConvertNewContentHelp": "Новий вміст, доданий до цієї папки, буде автоматично перетворюватись.",
+ "LabelItemLimit": "Обмеження елементів",
+ "ConvertItemLimitHelp": "Необов’язково. Вкажіть обмеження на кількість елементів, які будуть перетворені.",
+ "DownloadItemLimitHelp": "Необов’язково. Вкажіть обмеження на кількість елементів, які будуть завантажені.",
+ "PleaseSelectDeviceToSyncTo": "Виберіть пристрій для завантаження в нього.",
+ "Screenshots": "Знімкі екрану",
+ "MoveRight": "Змістити праворуч",
+ "MoveLeft": "Змістити ліворуч",
+ "HeaderUploadNewImage": "Завантажити нове зображення",
+ "HeaderDeleteImage": "Видалити зображення",
+ "ConfirmDeleteImage": "Видалити зображення?",
+ "HeaderEditImages": "Редагувати зображення",
+ "Settings": "Налаштування",
+ "ShowIndicatorsFor": "Показати індикатори",
+ "Episodes": "Серії",
+ "Programs": "Програми",
+ "HeaderCastCrew": "Актори та знімальна група",
+ "DvrSubscriptionRequired": "Для підтримки ефірного ТБ та його запису потрібна активна {0}передплата Emby Premiere{1}.",
+ "HeaderCancelRecording": "Скасувати запис",
+ "HeaderKeepRecording": "Продовжити запис",
+ "HeaderCancelSeries": "Скасувати серіал",
+ "HeaderKeepSeries": "Продовжити серіал",
+ "HeaderLearnMore": "Дізнатися більше",
+ "SeriesSettings": "Налаштування серіалу",
+ "HeaderRecordingOptions": "Параметри запису",
+ "HeaderDoNotRecord": "Не записувати",
+ "HeaderSeriesOptions": "Параметри серіалу",
+ "Layout": "Макет",
+ "Channels": "Канали",
+ "ChannelNameOnly": "Тільки канал {0}",
+ "Anytime": "Будь-який час",
+ "AnyLanguage": "Будь-яка мова",
+ "AroundTime": "Біля {0}",
+ "HeaderLatestMovies": "Останні фільми",
+ "All": "Всі",
+ "Stop": "Стоп",
+ "AllChannels": "Всі канали",
+ "NewEpisodesOnly": "Лише нові серії",
+ "AllEpisodes": "Всі серії",
+ "LabelStartWhenPossible": "Почати, коли це можливо",
+ "LabelStopWhenPossible": "Зупинити, коли це можливо",
+ "MinutesBefore": "хвилин до",
+ "MinutesAfter": "хвилин після",
+ "SkipEpisodesAlreadyInMyLibrary": "Не записувати серії, які вже є в моїй медіатеці",
+ "SkipEpisodesAlreadyInMyLibraryHelp": "Серії будуть порівнюватися з використанням номерів сезонів та серій, якщо вони доступні.",
+ "LabelKeepUpTo": "Зберігати до",
+ "AsManyAsPossible": "Якомога довго",
+ "DefaultErrorMessage": "Під час обробки запиту сталася помилка. Повторіть спробу пізніше.",
+ "UntilIDelete": "Поки я не видалю",
+ "UntilSpaceNeeded": "Поки не знадобиться вільне місце",
+ "Categories": "Категорії",
+ "Sports": "Спорт",
+ "News": "Новини",
+ "Movies": "Фільми",
+ "Music": "Музика",
+ "Kids": "Для дітей",
+ "MoreFromValue": "Більше з {0}",
+ "DiedValue": "Помер: {0}",
+ "BornValue": "Народився: {0}",
+ "EnableColorCodedBackgrounds": "Застосувати кольорові фони для серіалів на основі їх категорій",
+ "SortChannelsBy": "Сортувати канали за",
+ "ChannelNumber": "Номер каналу",
+ "HeaderBenefitsEmbyPremiere": "Переваги Emby Premiere",
+ "ThankYouForTryingEnjoyOneMinute": "Насолоджуйтесь хвилиною відтворення. Дякуємо, що спробували Emby.",
+ "HeaderTryPlayback": "Спробувати відтворення",
+ "HowDidYouPay": "Як ви заплатили?",
+ "IHaveEmbyPremiere": "У мене є Emby Premiere",
+ "IPurchasedThisApp": "Я придбав цю програму",
+ "ButtonRestorePreviousPurchase": "Відновити покупку",
+ "ButtonUnlockWithPurchase": "Розблокувати шляхом покупки",
+ "ButtonUnlockPrice": "Розблокувати {0}",
+ "EmbyPremiereMonthlyWithPrice": "Emby Premiere Monthly {0}",
+ "HeaderAlreadyPaid": "Вже придбали?",
+ "ButtonPlayOneMinute": "Відтворити одну хвилину",
+ "PlaceFavoriteChannelsAtBeginning": "Розмістіть улюблені канали на початку",
+ "HeaderUnlockFeature": "Розблокувати функцію",
+ "MessageDidYouKnowCinemaMode": "Чи знаєте ви, що з Emby Premiere ви можете скористатися такими приємними можливостями, як кінозаставки?",
+ "HeaderPlayMyMedia": "Відтворити мої медіафайли",
+ "HeaderDiscoverEmbyPremiere": "Відкрийте для себе Emby Premiere",
+ "HeaderNowPlaying": "Відтворюється зараз",
+ "Items": "Елементи",
+ "AppName": "Назва програми",
+ "OneChannel": "Один канал",
+ "ConfirmRemoveDownload": "Видалити завантажене?",
+ "ConfirmRemoveItem": "Видалити елемент?",
+ "RemoveDownload": "Видалити Завантаження",
+ "ConfirmCancelConversion": "Скасувати перетворення?",
+ "CancelConversion": "Скасувати перетворення",
+ "KeepDownload": "Зберегти завантажене",
+ "AddedOnValue": "Додано {0}",
+ "RemovingFromDevice": "Видаляється з пристрою",
+ "KeepOnDevice": "Зберегти на пристрої",
+ "CancelDownload": "Скасувати завантаження",
+ "SyncJobItemStatusReadyToTransfer": "Готово до передачі",
+ "SyncJobItemStatusSyncedMarkForRemoval": "Видаляється з пристрою",
+ "SyncJobItemStatusQueued": "У черзі",
+ "SyncJobItemStatusConverting": "Перетворення",
+ "SyncJobItemStatusTransferring": "Передача",
+ "SyncJobItemStatusSynced": "Завантажено",
+ "Failed": "Не вдалося",
+ "SyncJobItemStatusRemovedFromDevice": "Видалено з пристрою",
+ "Cancelled": "Скасовано",
+ "Retry": "Повторити",
+ "Continue": "Продовжити",
+ "ContinueInSecondsValue": "Продовжити через {0} секунд.",
+ "HeaderRemoteControl": "Віддалене керування",
+ "Disconnect": "Відключитись",
+ "EnableDisplayMirroring": "Увімкнути дзеркальне відображення екрану",
+ "RemoteAccess": "Віддалений доступ",
+ "HeaderPlayOn": "Відтворити на",
+ "Quality": "Якість",
+ "Auto": "Авто",
+ "AndroidUnlockRestoreHelp": "Щоб відновити попередню покупку, необхідно увійти в пристрій, використовуючи обліковий запис Google (або Amazon), з якого було зроблено покупку. Переконайтеся, що магазин додатків увімкнено і не обмежено батьківським контролем, і переконайтеся, що у вас є підключення до Інтернету. Вам потрібно буде зробити це лише один раз, щоб відновити попередню покупку.",
+ "HeaderAspectRatio": "Співвідношення сторін",
+ "Original": "Оригінальне",
+ "Fill": "Заповнення",
+ "Cover": "Обкладинка",
+ "MessageNoServersAvailableToConnect": "Не вдається знайти сервери для підключення. Якщо вас запросили поділитися сервером, прийміть запрошення нижче або клацніть посилання в електронному листі.",
+ "MessagePlayAccessRestricted": "Відтворення цього вмісту наразі обмежено. За додатковою інформацією звертайтеся до адміністратора Emby Server.",
+ "Accept": "Прийняти",
+ "Reject": "Відхилити",
+ "Connect": "Підключитись",
+ "HeaderMyMedia": "Мої медіафайли",
+ "HeaderMyMediaSmall": "Мої медіафайли (невеликі)",
+ "LatestFromLibrary": "Останні {0}",
+ "HeaderLatestEpisodes": "Останні серії",
+ "ContinuePlaying": "Продовжити відтворення",
+ "ContinueWatching": "Продовжити перегляд",
+ "HeaderLatestChannelMedia": "Нове в каналах",
+ "HeaderContinueWatching": "Продовжити перегляд",
+ "HeaderContinueListening": "Продовжити прослуховування",
+ "HeaderActiveRecordings": "Активні записи",
+ "HeaderLatestRecordings": "Останні записи",
+ "LabelConvertTo": "Перетворити у",
+ "LabelDownloadTo": "Завантажити до",
+ "HeaderDownloadToDots": "Завантажити до...",
+ "Next": "Далі",
+ "LabelSource": "Джерело",
+ "VersionNumber": "Версія {0}",
+ "HeaderAllLanguages": "Всі мови",
+ "Previous": "Попередній",
+ "HeaderNextUp": "Наступне",
+ "HeaderPlayNextUp": "Відтворити наступне",
+ "HeaderLatestFrom": "Останні з {0}",
+ "LabelHomeScreenSectionValue": "Розділ на головному екрані {0}",
+ "PasswordResetComplete": "Пароль було скинуто.",
+ "PasswordSaved": "Пароль збережено.",
+ "SettingsSaved": "Налаштування збережені.",
+ "Upcoming": "Майбутні",
+ "HeaderSelectImageFile": "Обрати файл зображення",
+ "None": "Нічого",
+ "More": "Більше",
+ "Up": "Вгору",
+ "Down": "Вниз",
+ "Home": "На головну",
+ "Back": "Назад",
+ "Random": "Випадково",
+ "Playback": "Відтворення",
+ "Favorites": "Улюблене",
+ "HeaderHomeScreen": "Головний екран",
+ "HeaderLatestChannelItems": "Нове в каналах",
+ "HeaderLibraryOrder": "Порядок медіатек",
+ "HeaderOnNow": "Зараз в ефірі",
+ "HeaderForKids": "Для дітей",
+ "HeaderPlaybackError": "Помилка відтворення",
+ "PlaybackErrorNotAllowed": "На даний момент у вас немає дозволу відтворювати цей вміст. За інформацією звертайтесь до системного адміністратора.",
+ "RateLimitExceeded": "Ваш обліковий запис перевищив максимальне обмеження на передавання потоку, встановлене адміністратором Emby Server. Зверніться до адміністратора.",
+ "PlaybackErrorNoCompatibleStream": "На даний момент немає сумісних потоків. Повторіть спробу пізніше або зверніться до системного адміністратора за детальною інформацією.",
+ "PlaybackErrorPlaceHolder": "Вставте диск, щоб відтворити це відео.",
+ "PlaybackErrorNoPlayableItems": "Не знайдено жодних елементів для відтворення. Ви намагаєтеся відтворити порожню папку?",
+ "Guide": "Телегід",
+ "Games": "Ігри",
+ "GameSystem": "Ігрова система",
+ "Suggestions": "Рекомендації",
+ "HeaderFavoriteChannels": "Улюблені канали",
+ "HeaderFavoriteCollections": "Улюблені колекції",
+ "HeaderFavoritePlaylists": "Улюблені списки відтворення",
+ "Collection": "Колекція",
+ "Collections": "Колекції",
+ "LabelSelectFolderGroups": "Автоматично групувати вміст з наступних тек в групи, такі як фільми, музика та ТБ:",
+ "LabelSelectFolderGroupsHelp": "Папки, які не відмічені, відображатимуться самі по собі.",
+ "Mute": "Вимкнути звук",
+ "Unmute": "Увімкнути звук",
+ "Folder": "Папка",
+ "Folders": "Папки",
+ "FileName": "Назва файлу",
+ "DisplayInOtherHomeScreenSections": "Показати на додатковому екрані розділи, такі як останні медіа, та продовжити перегляд",
+ "DisplayInMyMedia": "Показувати на головному екрані",
+ "Shows": "Серіали",
+ "MoviesAndShows": "Фільми та серіали",
+ "HeaderMusicVideo": "Музичне відео",
+ "HeaderMusicVideos": "Музичні відео",
+ "MusicVideos": "Музичні відео",
+ "Videos": "Відео",
+ "MixedContent": "Змішаний вміст",
+ "HomeVideos": "Домашні відео",
+ "HomeVideosAndPhotos": "Домашні відео та світлини",
+ "TVShows": "Серіали",
+ "HeaderLibraryFolders": "Папки медіатек",
+ "HeaderTermsOfPurchase": "Умови придбання",
+ "PrivacyPolicy": "Політика конфіденційності",
+ "TermsOfUse": "Умови використання",
+ "HeaderRepeatMode": "Режим повтору",
+ "HeaderToneMapping": "Тонове відображення",
+ "RepeatOne": "Повторювати один",
+ "RepeatAll": "Повторювати все",
+ "LabelDefaultScreen": "Стандартний екран",
+ "ConfirmEndPlayerSession": "Зупинити Emby на {0}?",
+ "Yesterday": "Вчора",
+ "Yes": "Так",
+ "No": "Ні",
+ "HeaderScanLibraryFiles": "Сканувати файли медіатеки",
+ "LiveTV": "Ефірне ТБ",
+ "Schedule": "Розклад",
+ "Recordings": "Записи",
+ "ScanForNewAndUpdatedFiles": "Сканувати нові ті оновлені файли",
+ "NewVersionOfXAvailableForY": "{0} доступна для {1}",
+ "DirectStreamHelp1": "Медіафайл сумісний із пристроєм щодо роздільної здатності та кодека (H.264, AC3 тощо), але несумісний щодо контейнеру (.mkv, .avi, .wmv тощо). Відео буде переупаковано на льоту перш ніж його буде передано на пристрій.",
+ "DirectStreamHelp2": "Для прямого відтворення файлу потрібно дуже мало обчислювальних потужностей без втрати якості відео.",
+ "MediaIsBeingConverted": "Медіафайли перетворюються у формат, сумісний із пристроєм для відтворення.",
+ "StatsForNerds": "Статистика для експертів",
+ "HeaderHardwareAcceleratedDecoding": "Декодування з апаратним прискоренням",
+ "HeaderHardwareAcceleratedEncoding": "Кодування з апаратним прискоренням",
+ "HeaderDirectPlay": "Пряме відтворення",
+ "DirectPlaying": "Пряме відтворення",
+ "DirectStreaming": "Пряме передавання потоку",
+ "Transcode": "Перекодування",
+ "Transcoding": "Перекодування",
+ "ContainerBitrateExceedsLimit": "Зменшення швидкості потоку через налаштування якості",
+ "VideoCodecNotSupported": "Перетворення відео у сумісний формат",
+ "AudioCodecNotSupported": "Перетворення звуку в сумісний формат",
+ "SubtitleCodecNotSupported": "Перетворення субтитрів безпосередньо у відео",
+ "DirectPlayError": "Відновлення після помилки відтворення",
+ "ContainerNotSupported": "Перетворення у сумісний контейнер",
+ "VideoLevelNotSupported": "Перетворення у сумісний рівень відео",
+ "AudioBitrateNotSupported": "Перетворення у сумісну швидкість потоку аудіо",
+ "AudioChannelsNotSupported": "Перетворення у сумісну кількість аудіоканалів",
+ "VideoResolutionNotSupported": "Перетворення у сумісну роздільну здатність відео",
+ "AudioProfileNotSupported": "Перетворення у сумісний профіль аудіо",
+ "AudioSampleRateNotSupported": "Перетворення у сумісну частоту дискретизації аудіо",
+ "AnamorphicVideoNotSupported": "Анаморфне відео не підтримується",
+ "InterlacedVideoNotSupported": "Перетворення відео у черезрядкове",
+ "SecondaryAudioNotSupported": "Вибір іншої звукової доріжки",
+ "ExternalAudioNotSupported": "Вибір зовнішньої аудіодоріжки",
+ "ErrorRemovingEmbyConnectAccount": "Не вдалося видалити обліковий запис Emby Connect. Переконайтеся, що у вас працює Інтернет, і повторіть спробу.",
+ "HeaderEmbyAccountRemoved": "Обліковий запис Emby видалено",
+ "MessageEmbyAccontRemoved": "Обліковий запис Emby було видалено для цього користувача.",
+ "HeaderInvitationSent": "Запрошення надіслано",
+ "Offline": "Поза мережею",
+ "HeaderSignUp": "Реєстрація",
+ "ServerDownloadMessage": "Щоб завантажити та встановити Emby Server, відвідайте сторінку {0}",
+ "ServerDownloadMessageWithoutLink": "Щоб завантажити та встановити Emby Server, відвідайте веб-сайт Emby.",
+ "MessageInvitationSentToUser": "На адресу {0} надіслано електронний лист із запрошенням прийняти ваше запрошення на спільний доступ.",
+ "MessageInvitationSentToNewUser": "На адресу {0} надіслано електронний лист із запрошенням зареєструватися у Emby.",
+ "GuestUserNotFound": "Користувач не знайдений. Переконайтесь, що ім’я правильне, і спробуйте ще раз, або спробуйте ввести адресу електронної пошти.",
+ "ErrorReachingEmbyConnect": "Не вдалося підключитися до серверу Emby Connect. Переконайтеся, що у вас працює Інтернет, і повторіть спробу.",
+ "ErrorAddingEmbyConnectAccount1": "Не вдалось додати обліковий запис Emby Connect. Ви створювали обліковий запис Emby? Зареєструватись можна за адресою {0}.",
+ "ErrorAddingEmbyConnectAccount2": "Якщо проблему все ще не вдається вирішити, надішліть електронний лист на адресу {0} з поштової скриньки, яка була вказана для облікового запису Emby.",
+ "ErrorAddingGuestAccount1": "Не вдалось додати обліковий запис Emby Connect. Ваш гість створив обліковий запис Emby? Зареєструватись можна за адресою {0}.",
+ "ErrorAddingGuestAccount2": "Якщо проблему все ще не вдається вирішити, надішліть електронний лист на адресу {0} та вкажіть свою адресу електронної пошти та адреси гостей.",
+ "MessageEmbyAccountAdded": "Обліковий запис Emby було додано для цього користувача.",
+ "MessagePendingEmbyAccountAdded": "Обліковий запис Emby було додано для цього користувача. Власнику облікового запису буде надіслано електронний лист. Запрошення потрібно буде підтвердити, натиснувши посилання в електронному листі.",
+ "HeaderEmbyAccountAdded": "Обліковий запис Emby додано",
+ "Skip": "Пропустити",
+ "HeaderAdditionalParts": "Додаткові частини",
+ "ButtonGenerateNewPin": "Створити новий PIN-код",
+ "ConnectLoginHelp1": "З Emby Connect можна легко отримати доступ до свого Emby Server з будь-якого місця і надавати доступ до серверів своїй родині та друзям.",
+ "CreatePinErrorMessage": "Під час створення PIN-коду сталася помилка. Натисніть «Створити новий PIN-код», щоб спробувати ще раз.",
+ "PinExpiredMessage": "Термін дії PIN-коду закінчився. Натисніть «Створити новий PIN-код», щоб спробувати ще раз.",
+ "ConnectPinCodeHeader": "Щоб увійти в систему за допомогою Emby Connect, на мобільному пристрої або комп’ютері відкрийте посилання {0} та уведіть наступний PIN-код:",
+ "LabelSubtitlePlaybackMode": "Режим субтитрів",
+ "ErrorDeletingItem": "Не вдалося видалити елемент з Emby Server. Переконайтеся, що Emby Server може писати в папку мультимедіа, і спробуйте ще раз.",
+ "NoSubtitles": "Без субтитрів",
+ "Default": "Стандартні",
+ "Absolute": "Абсолютні",
+ "Smart": "Розумні",
+ "Small": "Невеликі",
+ "Smaller": "Менші",
+ "Medium": "Середні",
+ "Large": "Великі",
+ "Larger": "Збільшені",
+ "ExtraLarge": "Надвеликі",
+ "ExtraSmall": "Найменші",
+ "Forced": "Примусові",
+ "External": "Зовнішні",
+ "HeaderEmbeddedTitle": "Вбудована назва",
+ "OnlyForcedSubtitles": "Лише примусові субтитри",
+ "AlwaysPlaySubtitles": "Завжди показувати субтитри",
+ "DefaultSubtitlesHelp": "Субтитри завантажуються на основі прапорів «Стандартні» та «Примусові» у вбудованих метаданих. Якщо доступно кілька варіантів, враховуються мовні уподобання.",
+ "SmartSubtitlesHelp": "Якщо аудіо йде іноземною мовою, будуть завантажуватись субтитри, що відповідають обраній мові.",
+ "HeaderSubtitleSettings": "Налаштування субтитрів",
+ "HeaderSubtitleAppearance": "Вигляд субтитрів",
+ "OnlyForcedSubtitlesHelp": "Будуть завантажені лише ті субтитри, що позначені як примусові.",
+ "AutoSelectHearingImpairedHelp": "Будуть завантажені субтитри, які відповідають мовним налаштуванням, причому перевага надаватиметься трекам, позначеним як для людей із вадами слуху (SDH).",
+ "AlwaysPlaySubtitlesHelp": "Субтитри, що відповідають обраній мові, завантажуватимуться незалежно від мови аудіо.",
+ "NoSubtitlesHelp": "За замовчуванням субтитри не завантажуються. Їх можна увімкнути вручну під час відтворення відео.",
+ "LabelPreferredSubtitleLanguage": "Бажана мова субтитрів",
+ "LabelTextSize": "Розмір тексту",
+ "TheseSettingsAffectSubtitlesOnThisDevice": "Ці налаштування впливають на субтитри на цьому пристрої",
+ "LabelDropShadow": "Тінь",
+ "LabelTextBackgroundColor": "Фоновий колір тексту",
+ "LabelWindowBackgroundColor": "Фоновий колір тексту",
+ "LabelFont": "Шрифт",
+ "LabelTextColor": "Колір тексту",
+ "LabelBackgroundColor": "Колір фону",
+ "LabelBackgroundOpacity": "Непрозорість фону",
+ "Raised": "Піднятий",
+ "Depressed": "Втиснений",
+ "Uniform": "Звичайний",
+ "DropShadow": "Тінь",
+ "SmallCaps": "Зменш. великі букви",
+ "SubtitleAppearanceSettingsDisclaimer": "Ці налаштування не застосовуватимуться до графічних субтитрів (PGS, DVD тощо) або субтитрів, які мають власні вбудовані стилі (ASS/SSA).",
+ "Normal": "Звичайні",
+ "HeaderWaitingForWifi": "Очікування на Wi-Fi",
+ "WifiRequiredToDownload": "Для продовження завантаження потрібне з’єднання Wi-Fi.",
+ "DownloadOnlyOnWifi": "Завантажувати лише через Wi-Fi",
+ "LabelMusicDownloadQuality": "Якість завантажуваної музики",
+ "MusicDownloadQualityHelp": "Emby Server перетворюватиме аудіофайли з більшою швидкістю потока. Чим більше значення, тим краще якість, але й потрібно більше місця у локальному сховищі.",
+ "HeaderDownloadSettings": "Налаштування завантаження",
+ "LabelDownloadLocation": "Місце завантаження",
+ "BrowseForFolder": "Обрати папку",
+ "Unlimited": "Необмежена",
+ "NoLimit": "Без обмежень",
+ "Hide": "Сховати",
+ "HeaderKeepWatching": "Продовжити перегляд",
+ "HeaderNextEpisode": "Наступна серія",
+ "AudioBitDepthNotSupported": "Перетворення у сумісну бітову глибину аудіо",
+ "VideoBitrateNotSupported": "Перетворення у сумісний бітрейт відео",
+ "VideoProfileNotSupported": "Перетворення у сумісний профіль відео",
+ "VideoFramerateNotSupported": "Перетворення у сумісну частоту кадрів відео",
+ "VideoBitDepthNotSupported": "Перетворення у сумісну бітову глибину відео",
+ "RefFramesNotSupported": "Перетворення у сумісну кількість опорних кадрів відео",
+ "ErrorConnectServerUnreachable": "Під час виконання запитуваної операції сталася помилка. Ваш сервер не може зв’язатися з нашим сервером Emby Connect за адресою {0}. Переконайтеся, що на вашому сервері є з'єднання Інтернетом, і що зв’язок дозволений брандмауером або програмою забезпечення захисту.",
+ "HeaderStopRecording": "Зупинити запис",
+ "ManageRecording": "Керування записами",
+ "LabelDropImageHere": "Перетягніть сюди зображення або натисніть, щоб вибрати зображення для завантаження.",
+ "MessageFileReadError": "Не вдалося прочитати файл. Спробуйте ще раз.",
+ "Browse": "Перегляд",
+ "HeaderUploadImage": "Завантажити зображення",
+ "HeaderAddUpdateImage": "Додати/оновити зображення",
+ "HeaderShowFields": "Показати поля",
+ "LabelView": "Подання",
+ "LabelImageType": "Тип зображення",
+ "Upload": "Завантажити",
+ "Primary": "Основне",
+ "PrimaryImageBlur": "Розмиття основного зображення",
+ "Art": "Ілюстрація",
+ "Backdrop": "Задник",
+ "Banner": "Банер",
+ "Box": "Коробка",
+ "BoxRear": "Коробка (ззаду)",
+ "Disc": "Диск",
+ "Logo": "Логотип",
+ "LogoDark": "Логотип (темна версія)",
+ "LogoLight": "Логотип (світла версія)",
+ "LogoLightColor": "Логотип (світлий з кольором)",
+ "Menu": "Меню",
+ "Screenshot": "Знімок екрану",
+ "Thumb": "Ескіз",
+ "HeaderAudioSettings": "Налаштування звуку",
+ "LabelAudioLanguagePreference": "Бажана мова аудіо",
+ "LabelPlayDefaultAudioTrack": "Відтворювати стандартну звукову доріжку незалежно від мови",
+ "HeaderVideoQuality": "Якість відео",
+ "CinemaModeConfigurationHelp": "Кінозаставки дарують вам відчуття справжнього кінозалу завдяки можливості відтворювати трейлери та спеціальні заставки перед основним фільмом.",
+ "ShowUpNextPreview": "Показати наступний превью",
+ "ShowUpNextPreviewHelp": "Показати інформацію для наступного елемента в кінці поточного.",
+ "PlayNextEpisodeAutomatically": "Автоматично відтворювати наступну серію",
+ "LabelMaxChromecastBitrate": "Якість потоку для Chromecast",
+ "LabelSkipBackLength": "Тривалість переходу назад",
+ "LabelSkipForwardLength": "Тривалість переходу вперед",
+ "EnableCinemaMode": "Увімкнути кінозаставки",
+ "LabelInternetQuality": "Якість Інтернету",
+ "LabelCellularQuality": "Якість віддаленої трансляції (через мобільну мережу)",
+ "HeaderMusicQuality": "Якість музики",
+ "LabelHomeNetworkQuality": "Якість домашньої мережі",
+ "HeaderLatestMedia": "Останні медіафайли",
+ "HeaderRestartingEmbyServer": "Триває перезапуск Emby Server",
+ "RestartPleaseWaitMessage": "Зачекайте, поки Emby Server зупиниться та перезапуститься. Це може зайняти хвилину чи дві.",
+ "HeaderPlayNext": "Відтворити наступне",
+ "AutoBasedOnLanguageSetting": "Авто (на основі налаштувань пристрою)",
+ "SameAsMainTheme": "Так само, як і основна тема",
+ "LabelDateTimeLocale": "Місцеві час і дата",
+ "Genre": "Жанр",
+ "DirectorValue": "Режисер: {0}",
+ "DirectorsValue": "Режисери: {0}",
+ "GenreValue": "Жанр: {0}",
+ "GenresValue": "Жанри: {0}",
+ "TagsValue": "Теги: {0}",
+ "Off": "Вимк.",
+ "Title": "Назва",
+ "Year": "Рік",
+ "Filter": "Фільтр",
+ "Filters": "Фільтри",
+ "Unplayed": "Не відтворено",
+ "LabelTVHomeScreen": "Головний екран у режимі ТБ",
+ "Horizontal": "Горизонтальна",
+ "Vertical": "Вертикальна",
+ "HeaderGroupBy": "Групувати за",
+ "HeaderMediaType": "Тип медіафайлу",
+ "GroupBySeries": "Групувати за серіалами",
+ "HeaderVideoType": "Тип відео",
+ "HeaderSeriesStatus": "Статус серіалу",
+ "Features": "Особливості",
+ "Trailers": "Трейлери",
+ "Extras": "Додаткові матеріали",
+ "ThemeSongs": "Тематичні пісні",
+ "ThemeVideos": "Тематичні відео",
+ "HeaderFavoriteMovies": "Улюблені фільми",
+ "HeaderFavoritePhotos": "Улюблені фото",
+ "HeaderFavoriteShows": "Улюблені серіали",
+ "HeaderFavoriteEpisodes": "Улюблені серії",
+ "HeaderFavoriteVideos": "Улюблені відео",
+ "HeaderFavoriteMusicVideos": "Улюблені музичні відео",
+ "HeaderFavoriteGames": "Улюблені ігри",
+ "HeaderFavoriteArtists": "Улюблені виконавці",
+ "HeaderFavoriteAlbums": "Улюблені альбоми",
+ "HeaderFavoriteSongs": "Улюблені пісні",
+ "HeaderFavoriteAuthors": "Улюблені автори",
+ "HeaderFavoriteAudioBooks": "Улюблені аудіокниги",
+ "Ascending": "За зростанням",
+ "Descending": "За спаданням",
+ "HeaderColorPrimaries": "Основні кольори",
+ "HeaderColorSpace": "Колірний простір",
+ "HeaderColorTransfer": "Передача кольорів",
+ "HeaderVideoRange": "Діапазон відео",
+ "SeriesDisplayOrderHelp": "Впорядкувати серії за датою виходу в ефір, за порядком DVD або за абсолютною нумерацією.",
+ "LabelVerticalPositionFromBottom": "Вертикальне положення (знизу)",
+ "HeaderFavoritePeople": "Улюблені люди",
+ "MultiSelect": "Множинний вибір",
+ "HeaderSignOut": "Вийти",
+ "HeaderSelectServer": "Вибрати сервер",
+ "HeaderChangeServer": "Змінити сервер",
+ "HeaderChangeUser": "Змінити користувача",
+ "HeaderAppSettings": "Налаштування додатку",
+ "HeaderLoginSettings": "Налаштування входу",
+ "LabelRememberLogin": "Запам'ятати логін",
+ "LabelAutomaticallySignOut": "Автоматично вийти",
+ "BetaTesterMessage": "Дякуємо за участь у бета-тестуванні Emby! Залишайте свої відгуки у {0}розділі тестування спільноти Emby{1}.",
+ "HardwareAccelerated": "З апаратним прискоренням",
+ "Software": "ПЗ",
+ "Metadata": "Метадані",
+ "HeaderMediaInfo": "Відомості про медіафайл",
+ "Locked": "Заблоковано",
+ "HeaderSplitVersionsApart": "Відокремити версії",
+ "Any": "Будь-яка",
+ "Admin": "Адмін",
+ "HeaderReadMore": "Більше",
+ "CustomRatingHelp": "Власний рейтинг використовується для оцінок батьківського контролю, але не відображається. Поле батьківського рейтингу все ще відображається.",
+ "KeepUpToHelp": "Записи поза обмеженням видаляються з початком наступного запису. Спочатку видаляються найдавніші записи.",
+ "NoItemsMatchingFound": "Не знайдено елементи, що відповідають вашим критеріям пошуку.",
+ "TwoSearchCharsRequired": "Введіть не менше двох літер для пошуку.",
+ "PreventPlaybackContinuing": "Запобігати безкінечному відтворенню, періодично запитуючи користувача.",
+ "PromptStillWatching": "Увімкнути запитання «Ви ще дивитесь?»",
+ "HeaderMissingMetadata": "Відсутні метадані",
+ "HeaderIncludedIn": "Входить до",
+ "EmbyConnectUserAlreadyLinked": "Обліковий запис Emby Connect вже зв’язаний з іншим користувачем на цьому сервері.",
+ "VideoFilesWillBeConvertedTo": "Перетворені відео будуть збережені як {0}.",
+ "VideoWillBeConvertedTo": "Відеопотоки будуть перетворені в {0} або скопійовані з вихідного файлу, якщо вони вже {0}, а якість відповідає параметрам перетворення.",
+ "VideoWillBeConvertedToOrCopied": "Відеопотоки будуть перетворені в {0} або скопійовані з вихідного файлу, якщо вони є ({1}), а якість відповідає параметрам перетворення.",
+ "AudioWillBeConvertedTo": "Аудіопотоки будуть перетворені в {0} або скопійовані з вихідного файлу, якщо вони вже {0}, і якість відповідає параметрам перетворення.",
+ "AudioWillBeConvertedToOrCopied": "Аудіопотоки будуть перетворені в {0} або скопійовані з вихідного файлу, якщо вони є ({1}), а якість відповідає параметрам перетворення.",
+ "HeaderSpecialKeys": "Спеціальні клавіші",
+ "FollowingSpecialKeys": "Наступні спеціальні клавіші підтримуються на більшості клавіатур та пультів дистанційного керування:",
+ "HeaderDeleteSeries": "Видалити серіал",
+ "HeaderDeleteLastPlayedEpisode": "Видалити останню відтворену серію",
+ "HeaderConnectingToServer": "Підключення до сервера",
+ "ServerNameValue": "Назва сервера: {0}",
+ "DomainValue": "Домен: {0}",
+ "RatedValue": "Рейтинг {0}",
+ "LocalServerRedirectMessage": "Зараз вас буде перенаправлено на домен, який належить адміністратору сервера, до якого ви хочете підключитись:",
+ "AllMediaOwnedHosted": "Усі медіафайли розміщені власником {0} та керуються ним.",
+ "EnableResolutionSwitching": "Відповідність роздільній здатності відео",
+ "EnableResolutionSwitchingHelp": "Це дозволяє Emby змінити роздільну здатність на те саме значення, у якому було закодовано відео перед початком відтворення. Це може допомогти мінімізувати кількість заїкань/тремтів, які ви могли б побачити під час відтворення відео, які не збігаються належним чином.",
+ "EnableDisplayRefreshRateSwitching": "Увімкнути перемикання частоти оновлення дисплея",
+ "EnableDisplayRefreshRateSwitchingHelp": "Це дозволяє Emby змінювати частоту оновлення дисплея на те саме значення (або кратне) частоті кадрів, у якій було закодовано відео перед початком відтворення. Це може допомогти мінімізувати кількість заїкань/тремтів, які ви могли б побачити під час відтворення відео, які не збігаються належним чином.",
+ "RememberSelectedAudioTracks": "Запам’ятати вибір звукових доріжок",
+ "RememberSelectedSubtitleTracks": "Запам’ятати вибір доріжок субтитрів",
+ "RememberSelectedSubtitleTracksHelp": "Вибір доріжок субтитрів буде запомнено для кожного відео та повторно застосується під час повторного відтворення того самого відео.",
+ "RememberSelectedAudioTracksHelp": "Вибір звукових доріжок буде запомнено для кожного відео та повторно застосується під час повторного відтворення того самого відео.",
+ "ClearSavedTrackSelections": "Очистити збережений вибір доріжок",
+ "HeaderClearTrackSelections": "Очистити збережений вибір доріжок",
+ "QuestionClearSavedTracks": "Очистити збережений вибір доріжок?",
+ "LabelChannelTags": "Теги каналу",
+ "AfterThisPlaysConfirmation": "Після відтворення цього треку продовжити програвання чи очистити чергу з раніше доданої музики?",
+ "Keep": "Зберегти",
+ "Clear": "Очистити",
+ "HeaderClearFilters": "Скинути фільтри",
+ "HeaderSearchForImages": "Пошук зображень",
+ "HeaderSearchNewImage": "Шукати нове зображення",
+ "HeaderSearchForAnImage": "Пошук зображення",
+ "DragDropToReorder": "Перетягніть, щоб змінити порядок",
+ "HeaderAddImageFromUrl": "Додати зображення за URL-адресою",
+ "HeaderSetImageFromUrl": "Встановити зображення за URL-адресою",
+ "LabelUrl": "URL",
+ "LabelChannelNumber": "Номер каналу",
+ "LabelGuideDataChannel": "Канал даних телегіда",
+ "GuideDataSource": "Джерело даних посібника",
+ "HeaderCopyToClipboard": "Копіювати в буфер обміну",
+ "TimeRemainingValue": "{0} залишилось",
+ "LabelResumeRewindSeconds": "При поновленні автоматично перемотати назад",
+ "ResumeRewindSecondsHelp": "Це може допомогти вам згадати, де ви зупинилися. Це стосується початкового відновлення, а не кожної окремої паузи під час відтворення.",
+ "HeaderSavePlayQueueToPlaylist": "Зберегти чергу відтворення до списку відтворення",
+ "EnableLogoImagesAsTitle": "Показувати зображення логотипів як заголовки на екранах відомостей",
+ "EnableLogoImagesAsTitleHelp": "Замість тексту заголовка на екранах відеофайлів, серіалів та інших екранів відомостей можна використовувати зображення логотипу, якщо вони доступні. Заголовок буде замінений на текст, якщо зображення логотипу недоступне.",
+ "LabelNowPlayingAudioBackgroundStyle": "Стиль фону для аудіо, що відтворюється зараз",
+ "LabelNowPlayingVideoBackgroundStyle": "Стиль фону для поточного відтворюваного відео",
+ "NowPlayingVideoBackgroundStyleHelp": "Визначає стиль фону під час дистанційного керування відтворенням відео на іншому пристрої.",
+ "Rotation": "Обертання",
+ "Minutes": "Хвилини",
+ "LabelMaxRecordingLength": "Максимальна тривалість запису",
+ "MaxRecordingLengthHelp": "Записи будуть мати визначену довжину незалежно від тривалості трансляції. 0 знімає обмеження.",
+ "RemoteWAN": "Адреса для зовнішньої мережі",
+ "HeaderLastConnectedTo": "Останнє підключення до",
+ "Version": "Версія",
+ "Keyword": "Ключове слово",
+ "HeaderServerAddress": "Адреса серверу",
+ "HeaderSkipIntro": "Пропустити заставку",
+ "HeaderCreateRecording": "Створити запис",
+ "HeaderAddRecording": "Додати запис",
+ "HeaderChannelAndTime": "Канал та час",
+ "LabelRecordProgramOrSeriesFrom": "Записати програму або серіал з",
+ "LabelStartTime": "Час початку",
+ "LabelEndTime": "Час закінчення",
+ "LabelFrequency": "Частота",
+ "Recurring": "Повторювання",
+ "Once": "Лише раз",
+ "Start": "Запуск",
+ "Unpause": "Відновити",
+ "LabelIntroSkipMode": "Режим пропуску заставок",
+ "ShowSkipIntroButton": "Показати кнопку «Пропустити заставку»",
+ "AutoSkipIntro": "Автоматично пропускати заставки",
+ "DisplayRatingInformationOnVideoPlaybackStart": "Показувати рейтинг під час запуску відтворення відео",
+ "DisplayRatingInformationOnVideoPlaybackStartHelp": "Коли почнеться відтворення відео, ненадовго будуть показані відомості про рейтинг.",
+ "IntroSkipModeHelp": "Показувати кнопку «Пропустити заставку» або автоматично пропускати заставки для серій, в яких Emby Server виявив маркери заставок. Для цього в параметрах медіатеки Emby Server має бути увімкнено виявлення заставок.",
+ "EnableHomeScreenFocusPreview": "Використовувати на головному екрані макет з детальним попереднім переглядом вибраного елемента",
+ "EnableHomeScreenFocusPreviewHelp": "Це може не працювати належним чином, якщо на головному екрані змішані різні типі медіафайлів.",
+ "LabelHideMediaTransportButtons": "Приховати кнопки керування програвача",
+ "HideMediaTransportButtonsHelp": "Створює простий екранний інтерфейс програвача, приховавши основні кнопки керування, такі як перехід вперед, назад і пауза. Ці команди можна буде виконувати за допомогою клавіш зі стрілками та ОК/Enter. Кнопки керування автоматично приховуються, якщо в додатку не буде виявлено використання миші.",
+ "ImageSizeHelp": "Установіть бажаний розмір сітки зображень.",
+ "LabelImageSize": "Розмір зображень",
+ "ThisImageIsOnlyPreview": "Це зображення є лише попереднім переглядом результату із пошукової системи. Фактичне зображення, яке завантажить Emby Server, може відрізнятись та залежатиме від параметрів, які ви налаштували для медіатеки Emby.",
+ "ResultsRangeValue": "{0} до {1} з {2}",
+ "NotificationsDescription": "Налаштуйте сповіщення, щоб бути в курсі важливих подій на Emby Server.",
+ "DeleteEmbyConnectAccount": "Видалити обліковий запис Emby Connect",
+ "DeleteEmbyConnectAccountHelp": "Щоб видалити свій обліковий запис Emby Connect, увійдіть на сайті {0}спільноти Emby {1} за адресою {2} . Після входу клацніть своє ім’я користувача у верхньому правому куті, потім клацніть «Налаштування облікового запису», а потім клацніть «Видалити мій обліковий запис».",
+ "KeepPlayingInBackground": "Продовжувати відтворення у фоновому режимі",
+ "LabelVideoBackBehavior": "Поведінка кнопки \"Назад\" відеопрогравача",
+ "HeaderViewLyrics": "Переглянути тексти пісень",
+ "HeaderViewMissingEpisodes": "Переглянути відсутні епізоди",
+ "HeaderMissingEpisodes": "Відсутні епізоди",
+ "HeaderManageAccess": "Керувати доступом",
+ "HeaderManageCollaboration": "Керуйте співпрацею",
+ "HeaderLeaveCollaboration": "Залишити співпрацю",
+ "HeaderRemoveFromLibrary": "Видалити з бібліотеки",
+ "RemoveSharedItemConfirmation": "Ви впевнені, що бажаєте видалити цей елемент із вашої бібліотеки? Щоб отримати його назад, власник повинен буде знову надати вам доступ.",
+ "SubtitlesDownloaded": "Субтитри завантажено",
+ "HeaderMakePrivate": "Зробити приватним",
+ "HeaderMakePublic": "Оприлюднити",
+ "MakePublicDescription": "Усі користувачі зможуть переглядати цей елемент. Користувачам можна надати доступ до редагування.",
+ "MakePrivateDescription": "Користувачам все ще можна надавати доступ окремо.",
+ "Private": "Приватний",
+ "Public": "Громадський",
+ "Collaborative": "Спільний",
+ "PreferredShowDisplay": "Бажаний показ серіалу",
+ "ShowAllEpisodesAllSeasons": "Показати всі серії всіх сезонів разом",
+ "ShowAllEpisodesSingleSeason": "Показати всі епізоди лише для шоу одного сезону",
+ "ShowSeasonFolders": "Завжди показувати папки сезонів",
+ "HeaderAddAgain": "Додати ще раз",
+ "UpNext": "Далі",
+ "ItemsAlreadyInPlaylist": "Деякі з цих елементів уже є у вашому списку відтворення.",
+ "ItemAlreadyInPlaylist": "Цей елемент уже є у вашому списку відтворення.",
+ "HeaderPlayChannel": "Відтворити канал",
+ "LabelScreenOrientationDuringVideo": "Орієнтація екрану під час відтворення відео",
+ "UseDeviceSetting": "Використовувати налаштування пристрою",
+ "LockToLandscape": "Зафіксувати альбомну орієнтацію",
+ "UsernameForFolderHelp": "Ім’я користувача, необхідне для доступу до цієї папки у вашій мережі (якщо є).",
+ "PasswordForFolderHelp": "Пароль, необхідний для доступу до цієї папки у вашій мережі (якщо є).",
+ "ShowMediaInfoOnDetailScreens": "Показати повний медіа-файл внизу екранів аудіо та відео",
+ "ForgotPasswordNoUserFound": "Користувачів із введеним іменем не знайдено. Спробуйте ще раз або залиште ім’я порожнім, щоб скинути пароль для всіх користувачів цього сервера.",
+ "Silver": "Срібло",
+ "DimGray": "Дим Грей",
+ "DarkGray": "Темно-сірий",
+ "LightGray": "Світло-сірий",
+ "Black": "Чорний",
+ "Blue": "Синій",
+ "Cyan": "Блакитний",
+ "Gray": "Сірий",
+ "Green": "Зелений",
+ "Lime": "Вапно",
+ "Magenta": "Маджента",
+ "Orange": "Помаранчевий",
+ "Pink": "Рожевий",
+ "Red": "Червоний",
+ "Yellow": "Жовтий",
+ "White": "Білий",
+ "Purple": "Фіолетовий",
+ "RecentlyReleasedMovies": "Нещодавно випущені фільми",
+ "RecentlyReleasedEpisodes": "Нещодавно випущені епізоди",
+ "DolbyProfile": "Профіль Dolby",
+ "IpAddress": "IP-адреса",
+ "VideoType": "Тип відео",
+ "HidePlayedMediaFrom": "Приховати відтворені мультимедійні файли",
+ "BottomEdgePosition": "Положення нижнього краю",
+ "VerticalPositionFromBottomScreen": "Встановіть вертикальне розташування субтитрів відносно нижньої частини екрана.",
+ "TopEdgePosition": "Положення верхнього краю",
+ "TopEdgePositionHelp": "Встановіть найвище дозволене вертикальне положення субтитрів відносно верхньої частини екрана. Це використовується, коли субтитри містять інструкції щодо позиціонування, які потрібно розмістити вгорі.",
+ "HeaderSubtitlePosition": "Позиція субтитрів",
+ "TitleProfilePin": "PIN-код профілю",
+ "ProfilePinConfirm": "PIN-код профілю (підтвердити)",
+ "SaveProfilePin": "Зберегти PIN-код",
+ "ProfilePinDescription": "Створіть додатковий PIN-код, який буде пропонувати вам ввести щоразу, коли ви повертатиметеся до програми Emby на пристрої, на якому ви вже виконали вхід Це корисно, якщо у вас є пристрої, які використовуються кількома користувачами. Ви можете вибірково вмикати його на кожному пристрої за потреби.",
+ "TitleNewEpisodes": "Нові епізоди",
+ "EnterYourPinToContinue": "Введіть PIN-код, щоб продовжити.",
+ "YourPinMustBe": "Ваш PIN-код має містити {0} цифр.",
+ "ForgotPin": "Забули PIN-код?",
+ "RequireEnteringPinToReturn": "Вимагати введення PIN-коду мого профілю щоразу, коли я повертаюся до цієї програми.",
+ "RequireEnteringPinToReturnQuestion": "Чи потрібно запитувати PIN-код вашого профілю кожного разу, коли ви повертаєтеся до цієї програми? Якщо цей пристрій використовується кількома користувачами, ваш PIN-код профілю може допомогти запобігти іншим користувачам отримати доступ до ваших даних.",
+ "RequireEnteringPinToReturnHelp": "Корисно, якщо цей пристрій використовується кількома користувачами.",
+ "WrongPinPleaseTryAgain": "На жаль, неправильний PIN-код. Будь ласка спробуйте ще раз.",
+ "ProfilePinIsOn": "PIN-код профілю зараз увімкнено.",
+ "IfTryingToConnectToHttp": "Якщо ви намагаєтесь підключитись до Emby Server за HTTP-адресою, можливо ваш браузер не дозволяє це через вимоги HTTPS. Спробуйте один з наступних способів:",
+ "SetupHttpsForYourServer": "Налаштуйте {0}HTTPS для свого Emby Server{1}, щоб до нього можна було підключись через HTTPS.",
+ "TitleUnableToReachServer": "Не вдалося підключитися до сервера",
+ "TitleUnableToReachName": "Неможливо зв’язатися з {0}",
+ "HearingImpaired": "З порушеннями слуху",
+ "SignIntoServerName": "Увійти в {0}",
+ "About": "Подробиці",
+ "Specials": "Спец",
+ "NSettings": "Налаштування {0}",
+ "NPreferences": "Уподобання {0}",
+ "DetailScreenOptions": "Екран подробиць",
+ "LabelGenreDisplayLimit": "Обмеження показу жанру",
+ "GenreDisplayLimitHelp": "Обмежте кількість жанрів, що відображаються у верхній частині екрану з інформацією про предмет.",
+ "GenreDisplayLimitForListsHelp": "Обмежте кількість жанрів, що відображаються у верхній частині екрана списків відтворення, колекції та відомостей про виконавця.",
+ "LabelGenreDisplayLimitForLists": "Обмеження відображення жанру для списків",
+ "ShowPosterOnDetails": "Покажіть плакат на екрані деталей",
+ "ShowPosterOnDetailsHelp": "Виберіть показ плаката на екранах із деталями відео або приховайте його для більш мінімального вигляду, який підкреслює фон. Цей параметр не використовується на макетах менших екранів. Деякі типи елементів ігноруватимуть це налаштування.",
+ "EnableAppLogging": "Увімкнути ведення журналу програми",
+ "EnableAppLoggingHelp": "Ведення журналу може погіршити продуктивність програми, тому його слід увімкнути лише за потреби для вирішення проблем. Зміни вимагають перезапуску програми.",
+ "LabelSlideshowInterval": "Тривалість показу одного слайда у слайд-шоу",
+ "TVChannelImageEditorHelp": "Підтримується кілька версій логотипу. Додатки Emby автоматично виберуть відповідний залежно від поточної теми.",
+ "PlaySlideshow": "Відтворення слайд-шоу",
+ "CheckForExistingEpisodesInAllLibraries": "Перевірте наявність епізодів у всіх бібліотеках",
+ "GroupNotificationsBySeriesOrAlbum": "Групуйте сповіщення за серіями та альбомами",
+ "ThemeSettings": "Налаштування теми",
+ "FollowingActivityWillBeDisrupted": "Наведену нижче діяльність буде перервано, і для перезапуску може знадобитися ручне втручання:",
+ "OneActivePlaybackSession": "1 сеанс активного відтворення",
+ "NumActivePlaybackSessions": "{0} Сеанси активного відтворення",
+ "OneActiveRecording": "1 активний запис",
+ "NumActiveRecordings": "{0} активних записів",
+ "PlayFromLivePosition": "Відтворити з поточної позиції в реальному часі",
+ "PlayFromStartOfRecording": "Відтворити від початку запису",
+ "ThisChannelIsActivelyRecording": "Цей канал зараз записується. З якого місця почати відтворення?",
+ "ThemeSongVolume": "Гучність тематичної пісні",
+ "HeaderForceConversionForFormats": "Примусове перекодування для форматів",
+ "ForceConversionForFormatsHelp": "Увімкніть, щоб застосувати примусове перекодування або перепакування контейнеру на сервері для форматів, які не дуже добре відтворюються напряму на цьому пристрої.",
+ "StartupBehavior": "Дії під час запуску",
+ "RememberLastUser": "Запам'ятати останнього користувача",
+ "ShowLoginScreen": "Показати вікно входу",
+ "SignInAsValue": "Sign in as {0}",
+ "ConvertUnsupportedAudio": "Конвертувати непідтримуване багатоканальне аудіо у Dolby Digital",
+ "ConvertUnsupportedAudioHelp": "Щоб уникнути зведення непідтримуваних форматів об'ємного звуку до стерео, дозвольте Emby Server перекодувати їх у Dolby Digital.",
+ "HeaderPlaybackCorrection": "Корекція відтворення",
+ "HeaderAttemptPlaybackCorrection": "Спробувати виправити відтворення",
+ "PlaybackCorrectionConfirm": "Спробувати виправити відтворення?",
+ "PlaybackCorrectionDescription": "Поточний елемент має проблеми з відтворенням, наприклад відсутній звук чи відео? Цей параметр спробує виправити проблеми з відтворенням шляхом перекодування на сервері, щоб перетворити цей файл у більш зручний для потокової передачі формат. Це призведе до збільшення використання ресурсів на цьому Emby Server.",
+ "PlaybackCorrectionDescription2": "Це можна зробити до трьох разів для кожного відео, де одночасно активовані перепакування контейнеру, перекодування відео та перекодування аудіо.",
+ "HeaderAlbumsAsContributingArtist": "Альбоми, де є співавтором",
+ "HeaderAlbumsAsComposer": "Альбоми, де є композитором",
+ "Duplicates": "Дублікати",
+ "HeaderSleepTimer": "Таймер сну",
+ "AfterCurrentItem": "Після поточного елемента",
+ "HeaderStopPlayback": "Зупинити відтворення",
+ "TurnOffTimer": "Вимкнути таймер",
+ "SleepTimerIsSet": "Таймер сну встановлено",
+ "SleepTimerIsOff": "Таймер сну вимкнено",
+ "LabelEnableRemoteControlTVMode": "Показувати функції трансляції та віддаленого керування",
+ "EnableRemoteControlTVModeHelp": "Увімкніть, якщо ви збираєтесь надсилати мультимедійні дані з цього пристрою на інші пристрої.",
+ "ShowOnScreenControls": "Показати екранні елементи керування",
+ "LabelVideoScreenUpAction": "Video player up action",
+ "VideoScreenUpActionHelp": "Виберіть дію для виконання після натискання кнопки вгору на екрані відеопрогравача. Це відбувається, коли елементи керування не відображаються на екрані. Коли елементи керування видимі, кнопка вгору буде використовуватись для навігації.",
+ "LabelVideoPlayerLongPressAction": "Дія довгого натискання у відеопрогравачі",
+ "LetsGetSetup": "Почнімо налаштування",
+ "VideoPlayerLongPressActionHelp": "Виберіть функцію або меню, які відображатимуться після довгого натисканні кнопки ОК під час відтворення відео. Ця відбувається тільки тоді, коли елементи керування відео сховано або у фокусі знаходиться панель перемотування.",
+ "AskAdminToGetPremiere": "Цю покупку повинен здійснити адміністратор сервера. Попросіть адміністратора цього Emby Server увійти та оформити підписку Emby Premiere, щоб ви могли отримати переваги від преміум-функцій.",
+ "AutoOpenSingleItemsFolders": "Автоматично відкривати одиночні елементи у режимі теки",
+ "AutoOpenSingleItemsFoldersHelp": "Якщо тека містить тільки один елемент, автоматично відкривати цей елемент.",
+ "PlayedOnValue": "Відтворено {0}",
+ "TheseSettingsApplyAppDevice": "Ці налаштування застосовуються до всіх користувачів, які відтворюють медіафайли на цьому пристрої.",
+ "LastContentDateAdded": "Дата додавання останнього вмісту",
+ "RepeatThemeMedia": "Відтворювати теми у циклі",
+ "HideEpisodeSpoilerInfo": "Приховувати спойлери з непроглянутих серій",
+ "HideEpisodeSpoilerInfoHelp": "Приховує зображення та огляд для непроглянутих серій на більшості екранів.",
+ "BornValueAge": "Народився(ась): {0} (вік {1})",
+ "PreferDirectStreamLiveTV": "Надавати перевагу прямому передаванню потоку ефірного ТБ",
+ "PreferDirectStreamLiveTVHelp": "Пряме передавання потоку ефірного ТБ зменшить споживання ресурсів на Emby Server, але може обмежити можливість перемотування під час відтворення. Увімкнення цього параметру дозволить пряме передавання потоку ефірного ТБ, якщо формат підтримується і відповідає налаштованій якості. Щоб мати можливість перемотування під час відтворення, вимкніть цей параметр, але це призведе до додаткового споживання ресурсів.",
+ "HeaderAllRecordings": "Всі записи",
+ "RememberLoginDescription": "Після входу в додатку можна налаштувати різні дії під час запуску: запам’ятати вхід, входити як певний користувач або завжди показувати екран входу.",
+ "ForgetThisServer": "Забути цей сервер",
+ "ForgetServerConfirmation": "Дійсно забути цей сервер?",
+ "HeaderThisDevice": "Цей пристрій",
+ "ChaptersGuide": "Розділи / телегід ефірного ТБ",
+ "ChaptersGuideHelp": "Показувати розділи для медіафайлів із розділами. Для медіафайлів без розділів показувати телегід ефірного ТБ (за наявності).",
+ "HeaderShowSeriesImages": "Показати зображення серіалу",
+ "AppExitConfirmation": "Закрити Emby?",
+ "AppExitMenu": "Меню виходу",
+ "SideMenu": "Бокове меню навігації",
+ "SystemStorage": "Системне сховище ({0})"
+}
diff --git a/modules/common/strings/vi.json b/modules/common/strings/vi.json
new file mode 100644
index 0000000..e5a7fdc
--- /dev/null
+++ b/modules/common/strings/vi.json
@@ -0,0 +1,1340 @@
+{
+ "ReplaceExistingThumbnailImages": "Replace existing video preview thumbnails",
+ "ReplaceExistingThumbnailImagesHelp": "All existing video preview thumbnails will be deleted and new ones will be generated, if enabled in the options for the library.",
+ "DateCreated": "Date Created",
+ "CreatedOnValue": "Created {0}",
+ "UpdatedOnValue": "Updated {0}",
+ "EmbyLoginTerms": "Emby được thiết kế để hỗ trợ bạn quản lý thư viện đa phương tiện cá nhân của bạn, như là ảnh và video gia đình. Vui lòng xem {0}điều khoản sử dụng{1} của chúng tôi. Việc sử dụng phần mềm Emby đồng nghĩa với việc chấp nhận các điều khoản này.",
+ "MessageUnableToConnectToServer": "Hiện tại chúng tôi không thể kết nối đến máy chủ đã chọn. Vui lòng đảm bảo máy chủ đang chạy và thử lại.",
+ "EmbyIntroMessage": "Với Emby, bạn có thể dễ dàng truyền phát video, nhạc và ảnh tới điện thoại thông minh, máy tính bảng và các thiết bị khác từ Máy chủ Emby.",
+ "HeaderSignInWithConnect": "Đăng nhập bằng Emby Connect",
+ "HeaderWelcomeToEmby": "Chào mừng đến với Emby",
+ "HeaderNewUsers": "Các người dùng mới",
+ "HeaderPleaseSignIn": "Vui lòng đăng nhập",
+ "MessageInvalidUser": "Tên đăng nhập hoặc mật khẩu không hợp lệ. Vui lòng thử lại.",
+ "MessageUnlockAppWithPurchaseOrSupporter": "Mở khóa tính năng này bằng cách mua một lần với mức phí nhỏ hoặc bằng gói đăng ký Emby Premiere đang hoạt động.",
+ "MessageUnlockAppWithSupporter": "Mở khóa tính năng này bằng đăng ký Emby Premiere đang hoạt động.",
+ "MessageToValidateSupporter": "Nếu bạn có đăng ký Emby Premiere đang hoạt động, hãy đảm bảo bạn đã thiết lập Emby Premiere trong Bảng điều khiển máy chủ Emby mà bạn có thể truy cập bằng cách nhấp vào Emby Premiere trong menu chính.",
+ "ValueSpecialEpisodeName": "Đặc biệt - {0}",
+ "HeaderSignIn": "Đăng nhập",
+ "Share": "Chia sẻ",
+ "Shared": "Đã chia sẻ",
+ "Info": "Thông tin",
+ "Add": "Thêm",
+ "Speed": "Tốc độ",
+ "PlaybackSpeed": "Tốc độ phát lại",
+ "Chapters": "Các chương",
+ "Password": "Mật khẩu",
+ "SavePassword": "Lưu mật khẩu",
+ "LabelPassword": "Mật khẩu",
+ "HeaderResetPassword": "Đặt lại mật khẩu",
+ "Series": "Loạt phim",
+ "Preview": "Xem trước",
+ "Submit": "Nộp",
+ "Never": "Không bao giờ",
+ "Table": "Bảng",
+ "HeaderScheduledTasks": "Tác vụ đã lên lịch",
+ "Plays": "Phát",
+ "LastUsedAddressValue": "Lần cuối {0}",
+ "LabelKeywordType": "Loại từ khóa",
+ "HeaderSelectColumns": "Chọn các cột",
+ "HeaderTopResults": "Các kết quả hàng đầu",
+ "HeaderPinSidebar": "Ghim thanh bên",
+ "Collapse": "Đóng lại",
+ "LabelBackgroundVideoPlayback": "Phát video trong nền",
+ "BackgroundVideoPlaybackHelp": "Tính năng phát lại trong nền cho phép video tiếp tục phát ngay cả khi màn hình tắt.",
+ "AlwaysOn": "Luôn bật",
+ "HeadphonesOrExternalSpeakersConnected": "Đã kết nối tai nghe hoặc loa ngoài",
+ "HeaderKeyboardAndRemote": "Bàn phím và điều khiển từ xa",
+ "NoSelectedItemsSupportOperation": "Không có mục nào được chọn hỗ trợ thao tác này.",
+ "NoOperationsForSelectedItems": "Không có thao tác nào cho các mục đã chọn.",
+ "UploadOnlyOnWifi": "Chỉ tải lên trên Wifi",
+ "HeaderFoldersToUpload": "Thư mục để tải lên",
+ "LabelPasswordConfirm": "Mật khẩu (xác nhận)",
+ "HeaderMoveUpInOrder": "Di chuyển lên theo thứ tự",
+ "HeaderDownUpInOrder": "Di chuyển xuống theo thứ tự",
+ "LabelUsername": "Tên người dùng",
+ "HeaderAddServer": "Thêm máy chủ",
+ "HeaderSubtitleOffset": "Bù phụ đề",
+ "Watching": "Watching",
+ "HeaderRemoveFromContinueWatching": "Xóa khỏi Tiếp tục xem",
+ "RemoveThisTitleFromContinueWatching": "Xóa tiêu đề này khỏi Tiếp tục xem?",
+ "HeaderRemoveFromContinueListening": "Xóa khỏi Tiếp tục nghe",
+ "RemoveThisTitleFromContinueListening": "Xóa tiêu đề này khỏi Tiếp tục nghe?",
+ "HeaderIncreaseSubtitleOffset": "Tăng độ lệch phụ đề",
+ "HeaderDecreaseSubtitleOffset": "Giảm độ lệch phụ đề",
+ "Close": "Đóng",
+ "HeaderSeeAll": "Xem Tất Cả",
+ "HeaderOpenInNewWindow": "Mở trong cửa sổ mới",
+ "LabelEmail": "Email",
+ "LabelHost": "Host",
+ "LabelHostHelp": "Ví dụ: 192.168.1.100 hoặc https://myserver.com",
+ "LabelPort": "Cổng",
+ "Disabled": "Vô hiệu hóa",
+ "Uninstall": "Gỡ cài đặt",
+ "Enable": "Bật",
+ "AllTuners": "All Tuners",
+ "Disable": "Vô hiệu hóa",
+ "NextValue": "Tiếp theo: {0}",
+ "HeaderNextItem": "Mục tiếp theo",
+ "HeaderPreviousItem": "Mục trước",
+ "NoTrailersMessage": "Không tìm thấy đoạn giới thiệu nào. Để thêm Đoạn giới thiệu, vui lòng cài đặt plugin Đoạn giới thiệu từ {0}danh mục plugin Emby{1}.",
+ "UninstallPluginConfirmation": "Bạn có chắc chắn muốn gỡ cài đặt plugin này không?",
+ "HeaderUninstallPlugin": "Gỡ cài đặt plugin",
+ "AreYouStillWatching": "Bạn vẫn đang xem phải không?",
+ "LabelCurrentPassword": "Mật khẩu hiện tại",
+ "LabelNewPassword": "Mật khẩu mới",
+ "LabelNewPasswordConfirm": "Xác nhận mật khẩu mới",
+ "HeaderRemovePassword": "Xóa mật khẩu",
+ "ServerUpdateNeeded": "Máy chủ Emby này cần được cập nhật. Để tải xuống phiên bản mới nhất, vui lòng truy cập {0}",
+ "MessageThankYouForConnectSignUp": "Cảm ơn bạn đã đăng ký Emby Connect. Một email sẽ được gửi đến địa chỉ của bạn kèm theo hướng dẫn về cách xác nhận tài khoản mới của bạn. Vui lòng xác nhận tài khoản và sau đó quay lại đây để đăng nhập.",
+ "MessageThankYouForConnectSignUpNoValidation": "Cảm ơn bạn đã đăng ký Emby Connect! Bây giờ bạn sẽ được yêu cầu đăng nhập bằng thông tin Emby Connect của mình.",
+ "ErrorMessagePasswordNotMatchConfirm": "Mật khẩu và mật khẩu xác nhận phải khớp nhau.",
+ "ErrorMessageUsernameInUse": "Tên người dùng đã được sử dụng. Vui lòng chọn tên mới và thử lại.",
+ "ErrorMessageEmailInUse": "Địa chỉ email đã được sử dụng. Vui lòng nhập địa chỉ email mới và thử lại hoặc sử dụng tính năng quên mật khẩu.",
+ "HeaderUpcomingOnTV": "Sắp diễn ra trên truyền hình trực tiếp",
+ "HeaderOtherShowings": "Các buổi trình diễn khác",
+ "Showings": "Hiển thị",
+ "HeaderConnectToServer": "Kết nối tới máy chủ",
+ "ConnectToServerManually": "Kết nối tới máy chủ theo cách thủ công",
+ "LabelEnterConnectUserNameHelp": "Đây là địa chỉ email bạn đã sử dụng để thiết lập tài khoản Emby Connect.",
+ "HeaderSignInError": "Lỗi Đăng nhập",
+ "HeaderManualLogin": "Đăng nhập thủ công",
+ "PasswordResetConfirmation": "Bạn có chắc chắn muốn đặt lại mật khẩu không?",
+ "ContactAdminToResetPassword": "Vui lòng liên hệ với quản trị viên hệ thống để đặt lại mật khẩu.",
+ "ForgotPasswordInNetworkRequired": "Vui lòng thử lại trong mạng gia đình của bạn để bắt đầu quá trình đặt lại mật khẩu.",
+ "ForgotPasswordFileCreated": "Tệp sau đã được tạo trên máy chủ của bạn, trong đó chứa hướng dẫn về các bước thực hiện tiếp theo:",
+ "ForgotPasswordFileExpiration": "Mã pin đặt lại sẽ hết hạn vào lúc {0} .",
+ "InvalidForgotPasswordPin": "Đã nhập mã PIN không hợp lệ hoặc đã hết hạn. Vui lòng thử lại.",
+ "PasswordResetForUsers": "Mật khẩu đã bị xóa đối với những người dùng sau. Để đăng nhập, hãy đăng nhập bằng mật khẩu trống.",
+ "HeaderForgotPassword": "Quên mật khẩu?",
+ "ForgotPasswordUsernameHelp": "Để trống mục này nếu bạn không nhớ tên người dùng của mình.",
+ "HeaderPasswordReset": "Đặt lại mật khẩu",
+ "AttributeNew": "Mới",
+ "Done": "Xong",
+ "HeaderResetToDefault": "Đặt lại về mặc định",
+ "Deinterlacing": "Khử xen kẽ",
+ "HeaderBurningInSubtitles": "Gắn phụ đề trực tiếp vào video",
+ "Premiere": "Premiere",
+ "LabelPinCode": "Mã PIN",
+ "LabelLocalNetworkPinCode": "Mã pin mạng cục bộ",
+ "LabelLocalNetworkPasswordMode": "Chế độ đăng nhập mạng cục bộ",
+ "RequirePasswordInLocalNetwork": "Yêu cầu mật khẩu trên mạng cục bộ",
+ "NoPasswordInLocalNetwork": "Không yêu cầu mật khẩu trên mạng cục bộ",
+ "PinCodeInLocalNetwork": "Cho phép mã pin số trên mạng cục bộ",
+ "LocalNetworkPasswordModeHelp": "Chọn phương thức đăng nhập cho các thiết bị trên cùng mạng cục bộ với Máy chủ Emby của bạn.",
+ "HeaderLocalNetworkAccess": "Truy cập mạng cục bộ",
+ "Live": "Trực tiếp",
+ "Reset": "Đặt lại",
+ "Repeat": "Lặp lại",
+ "Track": "Theo dõi",
+ "Tracks": "Luồng âm thanh",
+ "HeaderCameraUpload": "Tải lên từ camera",
+ "TrackCount": "{0} Đường",
+ "ItemCount": "{0} Mục",
+ "NumberChannelsValue": "{0} Kênh",
+ "HeaderLatestMusic": "Nhạc mới nhất",
+ "HeaderLatestAudioBooks": "Sách nói mới nhất",
+ "HeaderLatestDownloadedVideos": "Video mới tải về",
+ "HeaderRecentlyPlayed": "Đã phát gần đây",
+ "Recent": "Gần đây",
+ "HeaderFrequentlyPlayed": "Phát thường xuyên",
+ "HeaderMoreLikeThis": "Tương tự",
+ "HeaderMoreLikeThisOnLiveTV": "Thêm nội dung tương tự trên Live TV",
+ "OriginalAirDateValue": "Ngày phát sóng ban đầu: {0}",
+ "EndsAtValue": "Kết thúc vào lúc {0}",
+ "Date": "Ngày",
+ "AirDate": "Ngày phát sóng",
+ "Played": "Đã phát",
+ "Daily": "Hằng ngày",
+ "Weekly": "Hàng tuần",
+ "RequireHashMatch": "Yêu cầu khớp băm",
+ "RequireHashMatchHelp": "Yêu cầu khớp băm sẽ lọc phụ đề để chỉ bao gồm những phụ đề đã được thử nghiệm với tệp video chính xác của bạn. Bỏ chọn mục này sẽ làm tăng số lượng phụ đề khớp, nhưng cũng sẽ làm tăng khả năng phụ đề không đúng thời điểm hoặc không chính xác.",
+ "SearchForForcedSubtitlesOnly": "Chỉ phụ đề bắt buộc",
+ "SearchForForcedSubtitlesOnlyHelp": "Yêu cầu phụ đề bắt buộc sẽ giới hạn kết quả tìm kiếm đối với những phụ đề được gắn thẻ là có ngôn ngữ nước ngoài.",
+ "LastEpisodeDateAdded": "Ngày thêm tập cuối cùng",
+ "LastEpisodeDateAired": "Ngày phát hành tập cuối cùng",
+ "LabelPlaystate": "Trạng thái phát",
+ "Studio": "Xưởng phim",
+ "Tag": "Thẻ",
+ "EpisodeTitle": "Tiêu đề tập phim",
+ "Audio": "Âm thanh",
+ "Video": "Băng hình",
+ "Subtitle": "Phụ đề",
+ "Image": "Hình ảnh",
+ "CopyStream": "Copy original stream",
+ "LabelAudioLayout": "Bố cục âm thanh",
+ "LabelAudioCodec": "Bộ giải mã âm thanh",
+ "LabelAudioLanguage": "Ngôn ngữ âm thanh",
+ "LabelSubtitleLanguage": "Ngôn ngữ phụ đề",
+ "LabelVideoCodec": "Bộ giải mã video",
+ "LabelSubtitleCodec": "Bộ giải mã phụ đề",
+ "LabelParentalRating": "Đánh giá của phụ huynh",
+ "BecauseYouLikeValue": "Bởi vì bạn thích {0}",
+ "BecauseYouWatchedValue": "Bởi vì bạn đã xem {0}",
+ "DirectedByValue": "Đạo diễn bởi {0}",
+ "StarringValue": "Diễn viên chính {0}",
+ "Invitations": "Lời mời",
+ "ActorAsRole": "như {0}",
+ "ButtonOk": "Xác nhận",
+ "GroupItemsIntoCollections": "Nhóm các mục vào bộ sưu tập",
+ "GroupItemsIntoCollectionsHelp": "Nhóm các mục dựa trên bộ sưu tập mà chúng được thêm vào. Bật một số bộ lọc hoặc thứ tự sắp xếp có thể tự động tắt tính năng này.",
+ "GroupItemsIntoTags": "Nhóm các mục vào thẻ",
+ "GroupItemsIntoTagsHelp": "Nhóm các mục dựa trên thẻ mà chúng đã được thêm vào. Việc bật một số bộ lọc hoặc thứ tự sắp xếp có thể tự động vô hiệu hóa tính năng này.",
+ "User": "Người dùng",
+ "Access": "Truy cập",
+ "Users": "Người dùng",
+ "Library": "Thư viện",
+ "Devices": "Thiết bị",
+ "Cancel": "Hủy bỏ",
+ "Restart": "Khởi động lại",
+ "Shutdown": "Tắt nguồn",
+ "Logs": "Nhật ký",
+ "Visibility": "Khả năng hiển thị",
+ "Notifications": "Thông báo",
+ "SendTestNotification": "Gửi thông báo kiểm tra",
+ "NotificationSent": "Đã gửi thông báo",
+ "DeleteNotificationConfirmation": "Bạn có chắc chắn muốn xóa thông báo này không?",
+ "DeleteNotification": "Xóa thông báo",
+ "AddNotification": "Thêm thông báo",
+ "EditNotification": "Chỉnh sửa thông báo",
+ "LimitUserEventsTo": "Giới hạn sự kiện người dùng",
+ "LimitLibraryEventsTo": "Giới hạn các sự kiện thư viện",
+ "LimitDeviceEventsTo": "Giới hạn các sự kiện thiết bị",
+ "ForAdditionalNotificationOptions": "Người quản trị máy chủ có thể cài đặt các dịch vụ thông báo bổ sung trong danh mục plugin Emby {0} {1} .",
+ "Plugins": "Các plugin",
+ "Systems": "Hệ thống",
+ "Server": "Máy chủ",
+ "Dashboard": "Bảng điều khiển",
+ "PlayOnAnotherDevice": "Phát trên thiết bị khác",
+ "HeaderConnectionHelp": "Hỗ trợ kết nối",
+ "AccessRestrictedTryAgainLater": "Hiện tại quyền truy cập bị hạn chế. Vui lòng thử lại sau.",
+ "ButtonGotIt": "Đã hiểu",
+ "RememberMe": "Ghi nhớ tôi",
+ "EmbyServer": "Emby Server",
+ "ManageEmbyServer": "Quản lý máy chủ Emby",
+ "ShutdownServer": "Tắt máy chủ Emby",
+ "RestartServer": "Khởi động lại máy chủ Emby",
+ "RecordingCancelled": "Đã hủy ghi âm",
+ "SeriesCancelled": "Loạt phim bị hủy",
+ "Recording": "Ghi âm",
+ "SeriesRecording": "Ghi âm loạt phim",
+ "RecordingScheduled": "Đã lên lịch ghi âm",
+ "SeriesRecordingScheduled": "Đã lên lịch ghi hình cho loạt phim",
+ "HeaderNewRecording": "Bản ghi âm mới",
+ "HeaderWakeServer": "Đánh thức máy chủ",
+ "AttemptingWakeServer": "Đang cố gắng đánh thức máy chủ. Vui lòng đợi...",
+ "WakeServerSuccess": "Thành công!",
+ "HeaderCustomizeHomeScreen": "Tùy chỉnh màn hình chính",
+ "WakeServerError": "Các gói Wake On LAN đã được gửi đến máy chủ của bạn, nhưng chúng tôi không thể kết nối với Máy chủ Emby của bạn. Máy của bạn có thể cần thêm một chút thời gian để đánh thức hoặc Máy chủ Emby có thể không đang chạy tích cực trên máy.",
+ "Days": "Ngày",
+ "Network": "Mạng",
+ "Networks": "Mạng",
+ "SortByValue": "Sắp xếp theo {0}",
+ "HeaderSortBy": "Sắp xếp theo",
+ "HeaderPhotoAlbums": "Album ảnh",
+ "Photos": "Hình ảnh",
+ "HeaderAppearsOn": "Xuất hiện trên",
+ "List": "Danh sách",
+ "HeaderRecordSeries": "Loạt Kỷ Lục",
+ "HeaderCinemaMode": "Giới thiệu phim",
+ "Conversions": "Chuyển đổi",
+ "Downloads": "Tải xuống",
+ "HeaderManageDownloads": "Quản lý Tải xuống",
+ "InternalStorage": "Lưu trữ nội bộ",
+ "ExternalStorage": "Lưu trữ ngoài",
+ "UploadToFollowingServers": "Tải lên máy chủ",
+ "UploadingNumItems": "Đang tải lên {0} của {1}",
+ "DownloadNumItems": "Đang tải xuống {0} của {1}",
+ "HeaderSampleRate": "Tỷ lệ",
+ "HeaderReferenceFrames": "Khung tham chiếu",
+ "HeaderBitDepth": "Độ sâu bit",
+ "HeaderPixelFormat": "Định dạng điểm ảnh",
+ "Profile": "Hồ sơ",
+ "Bitrate": "Tốc độ bit",
+ "Expand": "Mở rộng",
+ "Container": "Thùng chứa",
+ "Format": "Định dạng",
+ "Path": "Đường dẫn",
+ "Size": "Kích cỡ",
+ "Resolution": "Độ phân giải",
+ "HeaderCodecTag": "Thẻ Codec",
+ "Framerate": "Tốc độ khung hình",
+ "Interlaced": "xen kẽ",
+ "Anamorphic": "Biến dạng",
+ "Level": "Mức độ",
+ "Timestamp": "Dấu thời gian",
+ "Language": "Ngôn ngữ",
+ "Codec": "Bộ giải mã",
+ "Stream": "Phát trực tuyến",
+ "HeaderExtradata": "Dữ liệu bổ sung",
+ "HeaderHardwareAcceleratedTranscoding": "Chuyển mã tăng tốc phần cứng",
+ "HeaderHardwareAcceleratedTranscodingDescription": "Tận dụng GPU máy chủ của bạn. Emby có khả năng tăng tốc phần cứng tiên tiến và nhanh nhất trong ngành.",
+ "HeaderOfflineDownloads": "Media ngoại tuyến",
+ "AndMuchMoreExclamation": "Và nhiều hơn nữa!",
+ "HeaderOfflineDownloadsDescription": "Tải phương tiện xuống thiết bị của bạn để dễ dàng sử dụng ngoại tuyến.",
+ "LiveTvFeatureDescription": "Truyền phát TV trực tiếp tới bất kỳ ứng dụng Emby nào, với thiết bị dò TV tương thích được cài đặt trên Máy chủ Emby của bạn.",
+ "DvrFeatureDescription": "Lên lịch ghi hình truyền hình trực tiếp, ghi hình loạt phim và nhiều nội dung khác bằng Emby DVR.",
+ "CinemaModeFeatureDescription": "Cinema Intros mang đến cho bạn trải nghiệm điện ảnh thực sự với các đoạn giới thiệu và phần giới thiệu tùy chỉnh trước khi chiếu phim chính.",
+ "HeaderFreeApps": "Ứng dụng Emby miễn phí",
+ "FreeAppsFeatureDescription": "Tận hưởng quyền truy cập miễn phí vào các ứng dụng Emby cho thiết bị của bạn.",
+ "HeaderBecomeProjectSupporter": "Nhận Emby Premiere",
+ "HeaderViewServerInfo": "Xem thông tin máy chủ",
+ "PlaybackTvModeRequiresEmbyPremiere": "Phát lại phương tiện ở chế độ TV yêu cầu phải có đăng ký {0} Emby Premiere {1} đang hoạt động .",
+ "FeatureRequiresEmbyPremiere": "Tính năng này yêu cầu đăng ký {0} Emby Premiere {1} đang hoạt động .",
+ "HeaderConvertYourRecordings": "Chuyển đổi bản ghi âm của bạn",
+ "Record": "Ghi",
+ "Save": "Lưu",
+ "Edit": "Biên tập",
+ "HeaderSavePlaylist": "Lưu danh sách phát",
+ "Latest": "Mới nhất",
+ "Download": "Tải về",
+ "Downloaded": "Đã tải xuống",
+ "Converted": "Đã chuyển đổi",
+ "RemoveFromHistory": "Xóa khỏi Lịch sử",
+ "ConfirmRemoveFromHistory": "Xóa mục này khỏi lịch sử?",
+ "Downloading": "Đang tải xuống",
+ "Advanced": "Nâng cao",
+ "LinkedToEmbyConnect": "Liên kết với Emby Connect",
+ "Delete": "Xóa bỏ",
+ "Both": "Cả hai",
+ "LabelChannelDisplay": "Hiển thị kênh",
+ "HeaderDeleteItem": "Xóa mục",
+ "HeaderDeleteUser": "Xóa người dùng",
+ "DeleteItemConfirmation": "Bạn có chắc chắn muốn xóa {0} không ?",
+ "DeleteUserConfirmation": "Bạn có chắc chắn muốn xóa người dùng {0} không?",
+ "DeleteUsersConfirmation": "Bạn có chắc chắn muốn xóa những người dùng {0} này không ?",
+ "HeaderDeleteDevice": "Xóa thiết bị",
+ "DeleteDeviceConfirmation": "Bạn có chắc chắn muốn xóa thiết bị này không? Thiết bị sẽ xuất hiện lại vào lần tiếp theo người dùng đăng nhập bằng thiết bị này.",
+ "ConfirmDeleteItem": "Xóa mục này sẽ xóa mục đó khỏi cả hệ thống tệp và thư viện phương tiện của bạn.",
+ "FollowingFilesWillBeDeleted": "Các tập tin và thư mục sau đây sẽ bị xóa:",
+ "AreYouSureToContinue": "Bạn có chắc chắn muốn tiếp tục không?",
+ "Refresh": "Làm mới",
+ "RefreshingMetadataDots": "Đang làm mới siêu dữ liệu...",
+ "ScanningLibraryFilesDots": "Đang quét các tập tin thư viện...",
+ "HeaderFavoritesThenByChannelNumber": "Yêu thích, sau đó theo số kênh",
+ "HeaderAddToCollection": "Thêm vào Bộ sưu tập",
+ "HeaderFavoritesThenByTitle": "Yêu thích, sau đó theo tiêu đề",
+ "HeaderFavoritesThenByDefault": "Kênh yêu thích, sau đó theo thứ tự mặc định",
+ "HeaderDefaultChannelOrder": "Thứ tự kênh mặc định",
+ "HeaderAddToFavorites": "Thêm vào mục yêu thích",
+ "HeaderRemoveFromFavorites": "Xóa khỏi mục Yêu thích",
+ "Favorited": "Đã đánh dấu yêu thích.",
+ "Unfavorited": "Bỏ đánh dấu yêu thích",
+ "HeaderNewCollection": "Bộ sưu tập mới",
+ "HeaderNewPlaylist": "Danh sách phát mới",
+ "AllCollections": "Tất cả các bộ sưu tập",
+ "AllPlaylists": "Tất cả danh sách phát",
+ "Create": "Tạo",
+ "HeaderAddedToPlaylist": "Đã thêm vào danh sách phát",
+ "HeaderAddedToCollection": "Đã thêm vào Bộ sưu tập",
+ "OneItemAddedTo": "Đã thêm 1 mục vào \" {0} \".",
+ "ItemsAddedTo": "{0} mục đã được thêm vào \" {1} \".",
+ "HeaderAddedToPlayQueue": "Đã thêm vào hàng đợi phát",
+ "HeaderPlayingNext": "Phát tiếp theo",
+ "Help": "Hỗ trợ",
+ "HeaderGetHelp": "Nhận hỗ trợ",
+ "LabelTVDisplayMode": "Enable TV display mode",
+ "Desktop": "Máy tính",
+ "Mobile": "Di động / Máy tính bảng",
+ "Navigation": "Điều hướng",
+ "HeaderVideoPlayback": "Phát lại video",
+ "TV": "TV",
+ "HeaderEmbyConnect": "Kết nối Emby",
+ "Seasons": "Mùa",
+ "OneTrack": "1 đường",
+ "OneSeason": "1 Mùa",
+ "Libraries": "Thư viện",
+ "NumberSeasonsValue": "{0} Mùa",
+ "TVDisplayModeHelp": "Optimize the user interface on this device for display on a TV and input method with a remote control. This is generally not recommended if your primary input method is a mouse or is touch-based.",
+ "LabelDisplayLanguage": "Ngôn ngữ hiển thị",
+ "LabelDisplayLanguageHelp": "Việc dịch Emby là một dự án đang được tiến hành.",
+ "LearnHowYouCanContribute": "Tìm hiểu cách bạn có thể đóng góp.",
+ "NewCollectionHelp": "Bộ sưu tập cho phép bạn tạo các nhóm phim và nội dung thư viện khác theo sở thích cá nhân.",
+ "SearchForCollectionInternetMetadata": "Tìm kiếm tác phẩm nghệ thuật và siêu dữ liệu trên internet",
+ "DisplayMissingEpisodesWithinSeasons": "Hiển thị các tập phim bị thiếu trong các mùa",
+ "DisplayMissingEpisodesWithinSeasonsHelp": "Tính năng này cũng phải được bật cho thư viện TV trong quá trình thiết lập Emby Server.",
+ "EnableThemeSongs": "Bật bài hát chủ đề",
+ "EnableBackdrops": "Bật phông nền",
+ "EnableThemeSongsHelp": "Nếu được bật, các bài hát chủ đề sẽ được phát ở chế độ nền trong khi duyệt thư viện.",
+ "EnableBackdropsHelp": "Nếu được bật, hình nền sẽ được hiển thị ở nền của một số trang khi duyệt thư viện.",
+ "EnableThemeVideos": "Bật video chủ đề",
+ "EnableThemeVideosHelp": "Nếu được bật, video chủ đề sẽ được phát ở chế độ nền trong khi duyệt thư viện.",
+ "RunAtStartup": "Chạy khi khởi động",
+ "ServerStartup": "Khởi động máy chủ",
+ "EmbyServerOnXHasStarted": "Máy chủ Emby trên {0} đã khởi động.",
+ "LabelScreensaver": "Màn hình bảo vệ",
+ "LabelSoundEffects": "Hiệu ứng âm thanh",
+ "LabelName": "Tên",
+ "NewCollectionNameExample": "Ví dụ: Bộ sưu tập Star Wars",
+ "MessageItemsAdded": "Đã thêm mục.",
+ "OptionNew": "Mới...",
+ "LabelPlaylist": "Danh sách phát",
+ "AddToPlaylist": "Thêm vào danh sách phát",
+ "HeaderAddToPlaylist": "Thêm vào danh sách phát",
+ "Subtitles": "Phụ đề",
+ "LabelTheme": "Chủ đề",
+ "LabelSettingsTheme": "Cài đặt chủ đề",
+ "LabelThemeAccentColor": "Màu nhấn",
+ "ThemeAccentColorDescription": "Kiểm soát màu sắc của các chỉ báo, biểu tượng và văn bản quan trọng.",
+ "SearchForSubtitles": "Tìm kiếm phụ đề",
+ "LabelLanguage": "Ngôn ngữ",
+ "Search": "Tìm kiếm",
+ "NoSubtitleSearchResultsFound": "Không tìm thấy kết quả nào. Bạn đã cấu hình {0} tải xuống phụ đề {1} chưa?",
+ "NoLyricsSearchResultsFound": "Không tìm thấy kết quả nào. Bạn đã cấu hình {0} tải xuống lời bài hát {1} chưa ?",
+ "Lyrics": "Lời bài hát",
+ "SearchForLyrics": "Tìm kiếm lời bài hát",
+ "Finish": "Hoàn thành",
+ "File": "Tài liệu",
+ "Exit": "Thoát",
+ "Sleep": "Ngủ",
+ "Setup": "Cài đặt",
+ "MessageAreYouSureDeleteSubtitles": "Bạn có chắc chắn muốn xóa tệp phụ đề này không?",
+ "ConfirmDeletion": "Xác nhận xóa",
+ "MySubtitles": "Phụ đề của tôi",
+ "MessageDownloadQueued": "Đang xếp hàng tải xuống.",
+ "HeaderEditSubtitles": "Chỉnh sửa phụ đề",
+ "UnlockGuide": "Hướng dẫn mở khóa",
+ "HeaderRefreshMetadata": "Làm mới siêu dữ liệu",
+ "HeaderRefreshAllMetadata": "Làm mới tất cả siêu dữ liệu",
+ "ReplaceExistingImages": "Thay thế hình ảnh hiện có",
+ "ReplaceExistingImagesHelp": "Tất cả hình ảnh hiện có sẽ bị xóa và hình ảnh mới sẽ được tải xuống. Trong một số trường hợp, điều này có thể dẫn đến ít hình ảnh khả dụng hơn trước.",
+ "ReplaceAllMetadata": "Thay thế tất cả siêu dữ liệu",
+ "SearchForMissingMetadata": "Tìm kiếm siêu dữ liệu bị thiếu",
+ "LabelRefreshMode": "Chế độ làm mới",
+ "NoItemsFound": "Không tìm thấy mục nào.",
+ "HeaderSaySomethingLike": "Nói điều gì đó như...",
+ "ButtonTryAgain": "Thử lại",
+ "HeaderYouSaid": "Bạn nói...",
+ "MessageWeDidntRecognizeCommand": "Rất tiếc, chúng tôi không nhận ra lệnh đó.",
+ "MessageIfYouBlockedVoice": "Nếu bạn từ chối quyền truy cập bằng giọng nói vào ứng dụng, bạn sẽ cần phải cấu hình lại trước khi thử lại.",
+ "ValueDiscNumber": "Đĩa {0}",
+ "Unrated": "Chưa được xếp hạng",
+ "Favorite": "Yêu thích",
+ "Like": "Thích",
+ "Dislike": "Không thích",
+ "RefreshDialogHelp": "Siêu dữ liệu được cập nhật bằng dữ liệu mới dựa trên các cài đặt và nhà cung cấp siêu dữ liệu được bật trong thiết lập thư viện Emby.",
+ "Open": "Mở",
+ "Play": "Phát",
+ "Pause": "Tạm dừng",
+ "HeaderPlayQueue": "Hàng đợi phát",
+ "HeaderAddToPlayQueue": "Thêm vào hàng đợi phát",
+ "Shuffle": "Trộn",
+ "Identify": "Nhận dạng",
+ "HeaderRemoveIdentification": "Xóa nhận dạng",
+ "ResetMetadataConfirmation": "Bạn có chắc chắn muốn thiết lập lại toàn bộ siêu dữ liệu không?",
+ "HeaderEditMetadata": "Chỉnh sửa siêu dữ liệu",
+ "Convert": "Chuyển đổi",
+ "Resume": "Tiếp tục xem",
+ "HeaderInstantMix": "Trộn nhanh",
+ "HeaderGoToItem": "Đi đến mục",
+ "HeaderGoToSeason": "Đi đến Mùa",
+ "HeaderGoToSeries": "Đi đến loạt phim",
+ "HeaderGoToAlbum": "Đi đến Album",
+ "HeaderGoToArtist": "Đi đến Nghệ sĩ",
+ "HeaderPlayAll": "Phát tất cả",
+ "PictureInPicture": "Hình ảnh trong hình ảnh",
+ "Fullscreen": "Toàn màn hình",
+ "ExitFullscreen": "Thoát toàn màn hình",
+ "Rewind": "Quay lại",
+ "FastForward": "Chuyển tiếp nhanh",
+ "Remove": "Loại bỏ",
+ "Rename": "Đổi tên",
+ "Queue": "Hàng đợi",
+ "QueueAllFromHere": "Thêm vào vị trí hiện tại",
+ "PlayAllFromHere": "Phát tất cả từ đây",
+ "PlayFromBeginning": "Phát từ đầu",
+ "FromBeginning": "Xem lại từ đầu",
+ "ResumeAt": "Tiếp tục từ {0}",
+ "HeaderRemoveFromPlaylist": "Xóa khỏi danh sách phát",
+ "HeaderRemoveFromPlayQueue": "Xóa khỏi hàng đợi phát",
+ "HeaderRemoveFromCollection": "Xóa khỏi Bộ sưu tập",
+ "Sort": "Loại",
+ "Trailer": "Đoạn giới thiệu",
+ "SelectNone": "Chọn Không",
+ "SelectAll": "Chọn tất cả",
+ "HeaderMarkPlayed": "Đánh dấu đã phát",
+ "HeaderMarkUnplayed": "Đánh dấu chưa phát",
+ "HeaderGroupVersions": "Phiên bản nhóm",
+ "PleaseSelectTwoItems": "Vui lòng chọn ít nhất hai mục.",
+ "HeaderConfirmRecordingCancellation": "Xác nhận hủy ghi âm",
+ "MessageConfirmRecordingCancellation": "Hủy ghi âm?",
+ "Album": "Album",
+ "AlbumArtist": "Album nghệ sĩ",
+ "Error": "Lỗi",
+ "VoiceInput": "Nhập liệu bằng giọng nói",
+ "LabelContentType": "Loại nội dung",
+ "LabelPath": "Đường",
+ "Playlists": "Danh sách phát",
+ "LabelTitle": "Tiêu đề",
+ "LabelOriginalTitle": "Tiêu đề gốc",
+ "LabelSortTitle": "Sắp xếp tiêu đề",
+ "LabelDateAdded": "Ngày thêm",
+ "DateAdded": "Ngày thêm",
+ "DateModified": "Ngày sửa đổi",
+ "DatePlayed": "Ngày phát",
+ "DateLastActive": "Ngày hoạt động cuối cùng",
+ "ConfigureDateAdded": "Cấu hình cách xác định ngày thêm vào trong bảng điều khiển Emby Server trong phần Cài đặt thư viện",
+ "LabelStatus": "Trạng thái",
+ "LabelArtistsHelp": "Phân tách nhiều bằng cách sử dụng ;",
+ "HeaderAlbumArtists": "Nghệ sĩ Album",
+ "LabelAlbumArtists": "Nghệ sĩ album",
+ "LabelAlbum": "Album",
+ "Artist": "Nghệ sĩ",
+ "Artists": "Nghệ sĩ",
+ "ImdbRating": "Xếp hạng IMDb",
+ "CommunityRating": "Đánh giá cộng đồng",
+ "LabelCommunityRating": "Đánh giá cộng đồng",
+ "LabelCriticRating": "Đánh giá của nhà phê bình",
+ "CriticRating": "Đánh giá của nhà phê bình",
+ "LabelWebsite": "Trang web",
+ "Tagline": "Khẩu hiệu",
+ "LabelOverview": "Tổng quan",
+ "LabelShortOverview": "Tổng quan ngắn gọn",
+ "LabelReleaseDate": "Ngày phát hành",
+ "LabelPlaceOfBirth": "Nơi sinh",
+ "Aired": "Đã phát sóng",
+ "LabelAirDays": "Ngày phát sóng",
+ "LabelAirTime": "Giờ phát sóng",
+ "LabelRuntimeMinutes": "Thời gian chạy (phút)",
+ "LabelCustomRating": "Xếp hạng tùy chỉnh",
+ "LabelOriginalAspectRatio": "Tỷ lệ khung hình gốc",
+ "Label3DFormat": "Định dạng 3D",
+ "FormatValue": "Định dạng: {0}",
+ "DownloadsValue": "{0} Tải xuống",
+ "HashMatch": "Khớp băm",
+ "EnableExternalVideoPlayers": "Bật trình phát video bên ngoài",
+ "EnableExternalVideoPlayersHelp": "Menu trình phát bên ngoài sẽ hiển thị khi bắt đầu phát video.",
+ "HeaderSpecialEpisodeInfo": "Thông tin tập đặc biệt",
+ "LabelAirsDuringSeason": "Phát sóng trong mùa",
+ "LabelAirsAfterSeason": "Phát sóng sau mùa",
+ "LabelAirsBeforeEpisode": "Phát sóng trước tập phim",
+ "HeaderExternalIds": "ID bên ngoài",
+ "HeaderDisplaySettings": "Cài đặt hiển thị",
+ "PlaylistOrder": "Thứ tự danh sách phát",
+ "CollectionOrder": "Lệnh thu thập",
+ "LabelDisplayOrder": "Thứ tự hiển thị",
+ "LabelFileOrder": "Thứ tự tệp",
+ "Display": "Hiển thị",
+ "Countries": "Quốc gia",
+ "Genres": "Thể loại",
+ "Studios": "Xưởng phim",
+ "Tags": "Thẻ",
+ "Links": "Liên kết",
+ "Movie": "Bộ phim",
+ "Program": "Chương trình",
+ "Channel": "Kênh",
+ "Episode": "Tập phim",
+ "Season": "Mùa",
+ "HeaderMetadataSettings": "Cài đặt siêu dữ liệu",
+ "People": "Mọi người",
+ "Number": "Số",
+ "Lock": "Khóa",
+ "HeaderScreenLocked": "Đã khóa màn hình",
+ "HeaderUnlockControls": "Mở khóa điều khiển",
+ "HeaderTapToUnlock": "Nhấn để mở khóa",
+ "LabelMetadataDownloadLanguage": "Ngôn ngữ tải xuống siêu dữ liệu được ưu tiên",
+ "LabelImageDownloadLanguage": "Ngôn ngữ tải hình ảnh ưa thích",
+ "LabelLockItemToPreventChanges": "Khóa mục này để ngăn chặn những thay đổi trong tương lai",
+ "LockThisField": "Khóa trường này để ngăn chặn những thay đổi trong tương lai khi làm mới siêu dữ liệu",
+ "MessageLeaveEmptyToInherit": "Để trống để kế thừa cài đặt từ mục cha hoặc giá trị mặc định chung.",
+ "LabelCountry": "Quốc gia",
+ "LabelCertificationCountry": "Quốc gia chứng nhận",
+ "CertificationCountryHelp": "Điều này sẽ ảnh hưởng đến hệ thống xếp hạng nội dung được sử dụng.",
+ "LabelDynamicExternalId": "{0} Mã số",
+ "LabelBirthYear": "Năm sinh",
+ "LabelBirthDate": "Ngày sinh",
+ "LabelDeathDate": "Ngày mất",
+ "LabelEndDate": "Ngày kết thúc",
+ "LabelSeasonNumber": "Số mùa",
+ "LabelEpisodeNumber": "Số tập",
+ "LabelTrackNumber": "Số theo dõi",
+ "LabelNumber": "Số",
+ "LabelDiscNumber": "Số đĩa",
+ "LabelParentNumber": "Số phụ huynh",
+ "SortName": "Sắp xếp tiêu đề",
+ "OriginalTitle": "Tiêu đề gốc",
+ "ReleaseDate": "Ngày phát hành",
+ "Continuing": "Tiếp tục",
+ "Ended": "Đã kết thúc",
+ "HeaderEnabledFields": "Các trường được kích hoạt",
+ "HeaderEnabledFieldsHelp": "Bỏ chọn một trường để khóa trường đó và ngăn dữ liệu trong trường đó bị thay đổi.",
+ "Backdrops": "Phông nền",
+ "Images": "Hình ảnh",
+ "Runtime": "Thời gian chạy",
+ "ProductionLocations": "Nơi sản xuất",
+ "BirthLocation": "Nơi sinh",
+ "ParentalRating": "Đánh giá của phụ huynh",
+ "PlayCount": "Số lần phát",
+ "Name": "Tên",
+ "Overview": "Tổng quan",
+ "LabelType": "Kiểu",
+ "LabelPersonRole": "Vai trò",
+ "LabelPersonRoleHelp": "Ví dụ: Tài xế xe bán kem",
+ "Actor": "Diễn viên",
+ "Composers": "Các nhà soạn nhạc",
+ "Composer": "Nhà soạn nhạc",
+ "Director": "Đạo diễn",
+ "GuestStar": "Khách mời",
+ "Producer": "Nhà sản xuất",
+ "Writer": "Nhà văn",
+ "MessageNoSyncJobsFound": "Không tìm thấy mục tải xuống nào. Tạo tác vụ tải xuống bằng các nút Tải xuống có trong ứng dụng.",
+ "MessageNoDownloadsFound": "Không tải xuống ngoại tuyến. Tải xuống phương tiện của bạn để sử dụng ngoại tuyến bằng cách nhấp vào Tải xuống trong toàn bộ ứng dụng.",
+ "InstallingPackage": "Đang cài đặt {0}",
+ "PackageInstallCompleted": "{0} cài đặt đã hoàn tất.",
+ "PackageInstallFailed": "{0} cài đặt không thành công.",
+ "PackageInstallCancelled": "{0} cài đặt đã bị hủy.",
+ "SeriesYearToPresent": "{0} - Hiện tại",
+ "OneDevice": "1 Thiết bị",
+ "DeviceCountValue": "{0} Thiết bị",
+ "OneLog": "1 Nhật ký",
+ "LogCountValue": "{0} Nhật ký",
+ "OneVote": "1 phiếu bầu",
+ "VoteCountValue": "{0} Phiếu bầu",
+ "OneLike": "1 Thích",
+ "LikeCountValue": "{0} Thích",
+ "OneUser": "1 Người dùng",
+ "UserCountValue": "{0} Người dùng",
+ "OneLibrary": "1 Thư viện",
+ "LibraryCountValue": "{0} Thư viện",
+ "ValueOneItem": "1 mục",
+ "ValueOneEpisode": "1 tập",
+ "ValueEpisodeCount": "{0} tập",
+ "Albums": "Album",
+ "Song": "Bài hát",
+ "Songs": "Bài hát",
+ "Authors": "Tác giả",
+ "Books": "Sách",
+ "AudioBooks": "Sách nói",
+ "HeaderAudioBooks": "Sách nói",
+ "HeaderAudioBook": "Audio Book",
+ "HeaderIdentifyItemHelp": "Nhập một hoặc nhiều tiêu chí tìm kiếm. Xóa tiêu chí để tăng kết quả tìm kiếm.",
+ "PleaseEnterNameOrId": "Vui lòng nhập tên hoặc ID bên ngoài.",
+ "MessageItemSaved": "Đã lưu mục.",
+ "SearchResults": "Kết quả tìm kiếm",
+ "ServerNameIsRestarting": "Máy chủ Emby - {0} đang khởi động lại.",
+ "ServerNameIsShuttingDown": "Máy chủ Emby - {0} đang ngừng hoạt động.",
+ "HeaderDeleteItems": "Xóa mục",
+ "ConfirmDeleteItems": "Xóa những mục này sẽ xóa chúng khỏi cả hệ thống tệp và thư viện phương tiện của bạn.",
+ "PleaseRestartServerName": "Vui lòng khởi động lại máy chủ Emby trên {0}",
+ "ConvertingDots": "Đang chuyển đổi...",
+ "LabelSyncNoTargetsHelp": "Có vẻ như hiện tại bạn không có ứng dụng nào hỗ trợ tải xuống ngoại tuyến.",
+ "DownloadingDots": "Đang tải xuống...",
+ "LearnMore": "Tìm hiểu thêm",
+ "LabelBitrateMbps": "Tốc độ bit (Mbps)",
+ "ConvertUnwatchedVideosOnly": "Chỉ chuyển đổi video chưa phát",
+ "SyncUnwatchedVideosOnly": "Chỉ tải xuống video chưa phát",
+ "ConvertUnwatchedVideosOnlyHelp": "Chỉ những video chưa được đánh dấu là đã phát đầy đủ mới được chuyển đổi.",
+ "SyncUnwatchedVideosOnlyHelp": "Chỉ những video chưa được đánh dấu là đã phát hoàn toàn mới được tải xuống và video sẽ bị xóa khỏi thiết bị khi đã phát hoàn toàn.",
+ "AutomaticallySyncNewContent": "Tự động tải xuống nội dung mới",
+ "AutomaticallySyncNewContentHelp": "Nội dung mới được thêm vào thư mục này sẽ tự động được tải xuống thiết bị.",
+ "AutomaticallyConvertNewContent": "Tự động chuyển đổi nội dung mới",
+ "AutomaticallyConvertNewContentHelp": "Nội dung mới được thêm vào thư mục này sẽ được tự động chuyển đổi.",
+ "LabelItemLimit": "Giới hạn mục",
+ "ConvertItemLimitHelp": "Tùy chọn. Đặt giới hạn số lượng mục sẽ được chuyển đổi.",
+ "DownloadItemLimitHelp": "Tùy chọn. Đặt giới hạn số lượng mục sẽ được tải xuống.",
+ "PleaseSelectDeviceToSyncTo": "Vui lòng chọn thiết bị để tải xuống.",
+ "Screenshots": "Ảnh chụp màn hình",
+ "MoveRight": "Dịch sang phải",
+ "MoveLeft": "Dịch sang trái",
+ "HeaderUploadNewImage": "Tải ảnh mới lên",
+ "HeaderDeleteImage": "Xóa ảnh",
+ "ConfirmDeleteImage": "Xóa hình ảnh?",
+ "HeaderEditImages": "Chỉnh sửa hình ảnh",
+ "Settings": "Cài đặt",
+ "ShowIndicatorsFor": "Hiển thị chỉ số",
+ "Episodes": "Tập phim",
+ "Programs": "Chương trình",
+ "HeaderCastCrew": "Diễn viên & Đoàn phim",
+ "DvrSubscriptionRequired": "Emby Live TV & DVR yêu cầu phải có {0}đăng ký Emby Premiere{1} đang hoạt động.",
+ "HeaderCancelRecording": "Hủy ghi âm",
+ "HeaderKeepRecording": "Tiếp tục ghi âm",
+ "HeaderCancelSeries": "Hủy bỏ loạt phim",
+ "HeaderKeepSeries": "Giữ loạt phim",
+ "HeaderLearnMore": "Tìm hiểu thêm",
+ "SeriesSettings": "hiết lập chuỗi",
+ "HeaderRecordingOptions": "Tùy chọn ghi âm",
+ "HeaderDoNotRecord": "Không ghi lại",
+ "HeaderSeriesOptions": "Tùy chọn Series",
+ "Layout": "Cách trình bày",
+ "Channels": "Kênh",
+ "ChannelNameOnly": "Chỉ kênh {0}",
+ "Anytime": "Bất kì lúc nào",
+ "AnyLanguage": "Bất kỳ ngôn ngữ nào",
+ "AroundTime": "Khoảng {0}",
+ "HeaderLatestMovies": "Phim Mới Nhất",
+ "All": "Tất cả",
+ "Stop": "Dừng",
+ "AllChannels": "Tất cả các kênh",
+ "NewEpisodesOnly": "Chỉ có tập mới",
+ "AllEpisodes": "Tất cả các tập phim",
+ "LabelStartWhenPossible": "Bắt đầu khi có thể",
+ "LabelStopWhenPossible": "Dừng lại khi có thể",
+ "MinutesBefore": "phút trước",
+ "MinutesAfter": "phút sau",
+ "SkipEpisodesAlreadyInMyLibrary": "Không ghi lại các tập phim đã có trong thư viện của tôi",
+ "SkipEpisodesAlreadyInMyLibraryHelp": "Các tập phim sẽ được so sánh theo mùa và số tập, nếu có.",
+ "LabelKeepUpTo": "Theo kịp",
+ "AsManyAsPossible": "Càng nhiều càng tốt",
+ "DefaultErrorMessage": "Đã xảy ra lỗi khi xử lý yêu cầu. Vui lòng thử lại sau.",
+ "UntilIDelete": "Cho đến khi tôi xóa",
+ "UntilSpaceNeeded": "Cho đến khi cần không gian",
+ "Categories": "Thể loại",
+ "Sports": "Thể thao",
+ "News": "Tin tức",
+ "Movies": "Phim",
+ "Music": "Âm nhạc",
+ "Kids": "Trẻ em",
+ "MoreFromValue": "Thêm từ {0}",
+ "DiedValue": "Đã chết: {0}",
+ "BornValue": "Ngày sinh: {0}",
+ "EnableColorCodedBackgrounds": "Áp dụng nền màu cho các chương trình, dựa trên danh mục của chúng",
+ "SortChannelsBy": "Sắp xếp các kênh theo",
+ "ChannelNumber": "Số kênh",
+ "HeaderBenefitsEmbyPremiere": "Lợi ích của Emby Premiere",
+ "ThankYouForTryingEnjoyOneMinute": "Xin hãy thưởng thức một phút phát lại. Cảm ơn bạn đã dùng thử Emby.",
+ "HeaderTryPlayback": "Thử phát lại",
+ "HowDidYouPay": "Bạn đã thanh toán bằng cách nào?",
+ "IHaveEmbyPremiere": "Tôi có Emby Premiere",
+ "IPurchasedThisApp": "Tôi đã mua ứng dụng này",
+ "ButtonRestorePreviousPurchase": "Khôi phục mua hàng",
+ "ButtonUnlockWithPurchase": "Mở khóa bằng cách mua hàng",
+ "ButtonUnlockPrice": "Mở khóa {0}",
+ "EmbyPremiereMonthlyWithPrice": "Emby Premiere hàng tháng {0}",
+ "HeaderAlreadyPaid": "Đã thanh toán?",
+ "ButtonPlayOneMinute": "Phát Một Phút",
+ "PlaceFavoriteChannelsAtBeginning": "Đặt kênh yêu thích ở đầu",
+ "HeaderUnlockFeature": "Mở khóa tính năng",
+ "MessageDidYouKnowCinemaMode": "Bạn có biết rằng với Emby Premiere, bạn có thể nâng cao trải nghiệm của mình bằng các tính năng như Cinema Intros không?",
+ "HeaderPlayMyMedia": "Phát phương tiện của tôi",
+ "HeaderDiscoverEmbyPremiere": "Khám phá Emby Premiere",
+ "HeaderNowPlaying": "Đang phát",
+ "Items": "Các mục",
+ "AppName": "Tên ứng dụng",
+ "OneChannel": "Một kênh",
+ "ConfirmRemoveDownload": "Xóa phần tải xuống?",
+ "ConfirmRemoveItem": "Xóa mục?",
+ "RemoveDownload": "Xóa Tải xuống",
+ "ConfirmCancelConversion": "Hủy chuyển đổi?",
+ "CancelConversion": "Hủy chuyển đổi",
+ "KeepDownload": "Tiếp tục tải xuống",
+ "AddedOnValue": "Đã thêm {0}",
+ "RemovingFromDevice": "Xóa khỏi thiết bị",
+ "KeepOnDevice": "Giữ trên thiết bị",
+ "CancelDownload": "Hủy tải xuống",
+ "SyncJobItemStatusReadyToTransfer": "Sẵn sàng để chuyển",
+ "SyncJobItemStatusSyncedMarkForRemoval": "Xóa khỏi thiết bị",
+ "SyncJobItemStatusQueued": "Đã thêm vào hàng đợi",
+ "SyncJobItemStatusConverting": "Chuyển đổi",
+ "SyncJobItemStatusTransferring": "Chuyển giao",
+ "SyncJobItemStatusSynced": "Đã tải xuống",
+ "Failed": "Thất bại",
+ "SyncJobItemStatusRemovedFromDevice": "Đã xóa khỏi thiết bị",
+ "Cancelled": "Đã hủy",
+ "Retry": "Thử lại",
+ "Continue": "Tiếp tục",
+ "ContinueInSecondsValue": "Tiếp tục sau {0} giây.",
+ "HeaderRemoteControl": "Điều khiển từ xa",
+ "Disconnect": "Ngắt kết nối",
+ "EnableDisplayMirroring": "Bật tính năng phản chiếu màn hình",
+ "RemoteAccess": "Truy cập từ xa",
+ "HeaderPlayOn": "Phát trên",
+ "Quality": "Chất lượng",
+ "Auto": "Tự động",
+ "AndroidUnlockRestoreHelp": "Để khôi phục giao dịch mua trước đó, vui lòng đảm bảo bạn đã đăng nhập vào thiết bị bằng cùng tài khoản Google (hoặc Amazon) đã thực hiện giao dịch mua ban đầu. Đảm bảo cửa hàng ứng dụng được bật và không bị hạn chế bởi bất kỳ quyền kiểm soát của phụ huynh nào và đảm bảo bạn có kết nối internet đang hoạt động. Bạn chỉ cần thực hiện thao tác này một lần để khôi phục giao dịch mua trước đó.",
+ "HeaderAspectRatio": "Tỷ lệ khung hình",
+ "Original": "Nguyên bản",
+ "Fill": "Lấp đầy",
+ "Cover": "Che phủ",
+ "MessageNoServersAvailableToConnect": "Không có máy chủ nào có thể kết nối. Nếu bạn được mời chia sẻ máy chủ, hãy đảm bảo chấp nhận bên dưới hoặc bằng cách nhấp vào liên kết trong email.",
+ "MessagePlayAccessRestricted": "Việc phát lại nội dung này hiện đang bị hạn chế. Vui lòng liên hệ với quản trị viên Emby Server của bạn để biết thêm thông tin.",
+ "Accept": "Chấp nhận",
+ "Reject": "Từ chối",
+ "Connect": "Kết nối",
+ "HeaderMyMedia": "Media của tôi",
+ "HeaderMyMediaSmall": "Media của tôi (nhỏ)",
+ "LatestFromLibrary": "Mới nhất từ {0}",
+ "HeaderLatestEpisodes": "Tập mới nhất",
+ "ContinuePlaying": "Tiếp tục phát",
+ "ContinueWatching": "Tiếp tục xem",
+ "HeaderLatestChannelMedia": "Các mục kênh mới nhất",
+ "HeaderContinueWatching": "Tiếp tục xem",
+ "HeaderContinueListening": "Tiếp tục nghe",
+ "HeaderActiveRecordings": "Bản ghi hoạt động",
+ "HeaderLatestRecordings": "Bản ghi âm mới nhất",
+ "LabelConvertTo": "Chuyển đổi sang",
+ "LabelDownloadTo": "Tải xuống",
+ "HeaderDownloadToDots": "Tải xuống...",
+ "Next": "Kế tiếp",
+ "LabelSource": "Nguồn",
+ "VersionNumber": "Phiên bản {0}",
+ "HeaderAllLanguages": "Tất cả các ngôn ngữ",
+ "Previous": "Trước",
+ "HeaderNextUp": "Tiếp theo",
+ "HeaderPlayNextUp": "Chơi tiếp theo",
+ "HeaderLatestFrom": "Mới nhất từ {0}",
+ "LabelHomeScreenSectionValue": "Phần màn hình chính {0}",
+ "PasswordResetComplete": "Mật khẩu đã được đặt lại.",
+ "PasswordSaved": "Đã lưu mật khẩu.",
+ "SettingsSaved": "Đã lưu cài đặt.",
+ "Upcoming": "Sắp tới",
+ "HeaderSelectImageFile": "Chọn hình ảnh",
+ "None": "Không có",
+ "More": "Hơn",
+ "Up": "Hướng lên",
+ "Down": "Xuống",
+ "Home": "Trang chủ",
+ "Back": "Quay lại",
+ "Random": "Ngẫu nhiên",
+ "Playback": "Phát",
+ "Favorites": "Yêu thích",
+ "HeaderHomeScreen": "Màn hình chính",
+ "HeaderLatestChannelItems": "Các mục kênh mới nhất",
+ "HeaderLibraryOrder": "Thư viện đặt hàng",
+ "HeaderOnNow": "Hiện tại",
+ "HeaderForKids": "Dành cho trẻ em",
+ "HeaderPlaybackError": "Lỗi phát",
+ "PlaybackErrorNotAllowed": "Hiện tại bạn không được phép phát nội dung này. Vui lòng liên hệ với quản trị viên hệ thống của bạn để biết chi tiết.",
+ "RateLimitExceeded": "Tài khoản của bạn đã vượt quá giới hạn phát trực tuyến tối đa do quản trị viên Emby Server của bạn đặt ra. Vui lòng liên hệ với họ để được hỗ trợ.",
+ "PlaybackErrorNoCompatibleStream": "Hiện không có luồng tương thích nào khả dụng. Vui lòng thử lại sau hoặc liên hệ với quản trị viên hệ thống của bạn để biết chi tiết.",
+ "PlaybackErrorPlaceHolder": "Vui lòng cho đĩa vào để phát video này.",
+ "PlaybackErrorNoPlayableItems": "Không tìm thấy mục nào có thể phát được. Bạn đang cố gắng phát một thư mục trống phải không?",
+ "Guide": "Hướng dẫn",
+ "Games": "Trò chơi",
+ "GameSystem": "Hệ thống trò chơi",
+ "Suggestions": "Gợi ý",
+ "HeaderFavoriteChannels": "Kênh yêu thích",
+ "HeaderFavoriteCollections": "Bộ sưu tập yêu thích",
+ "HeaderFavoritePlaylists": "Danh sách phát yêu thích",
+ "Collection": "Bộ sưu tập",
+ "Collections": "Bộ sưu tập",
+ "LabelSelectFolderGroups": "Tự động nhóm nội dung từ các thư mục sau vào các chế độ xem như Phim, Nhạc và TV:",
+ "LabelSelectFolderGroupsHelp": "Các thư mục không được chọn sẽ được hiển thị riêng theo chế độ xem của chúng.",
+ "Mute": "Tắt tiếng",
+ "Unmute": "Bỏ tắt tiếng",
+ "Folder": "Thư mục",
+ "Folders": "Thư mục",
+ "FileName": "Tên tập tin",
+ "DisplayInOtherHomeScreenSections": "Hiển thị ở các phần màn hình chính phụ như phương tiện truyền thông mới nhất và tiếp tục xem",
+ "DisplayInMyMedia": "Hiển thị trên màn hình chính",
+ "Shows": "Hiển thị",
+ "MoviesAndShows": "Phim & Chương trình",
+ "HeaderMusicVideo": "Video ca nhạc",
+ "HeaderMusicVideos": "Video ca nhạc",
+ "MusicVideos": "Video âm nhạc",
+ "Videos": "Video",
+ "MixedContent": "Nội dung hỗn hợp",
+ "HomeVideos": "Video gia đình",
+ "HomeVideosAndPhotos": "Video và ảnh gia đình",
+ "TVShows": "Chương trình truyền hình",
+ "HeaderLibraryFolders": "Thư mục thư viện",
+ "HeaderTermsOfPurchase": "Điều khoản mua hàng",
+ "PrivacyPolicy": "Chính sách bảo mật",
+ "TermsOfUse": "Điều khoản sử dụng",
+ "HeaderRepeatMode": "Chế độ lặp lại",
+ "HeaderToneMapping": "Ánh xạ tông màu",
+ "RepeatOne": "Lặp một lần",
+ "RepeatAll": "Lặp tất cả",
+ "LabelDefaultScreen": "Màn hình mặc định",
+ "ConfirmEndPlayerSession": "Bạn có muốn tắt Emby trên {0} không ?",
+ "Yesterday": "Hôm qua",
+ "Yes": "Đồng ý",
+ "No": "Không",
+ "HeaderScanLibraryFiles": "Quét tập tin thư viện",
+ "LiveTV": "Truyền hình trực tiếp",
+ "Schedule": "Lịch trình",
+ "Recordings": "Ghi âm",
+ "ScanForNewAndUpdatedFiles": "Quét các tập tin mới và cập nhật",
+ "NewVersionOfXAvailableForY": "{0} có sẵn cho {1}",
+ "DirectStreamHelp1": "Phương tiện tương thích với thiết bị về độ phân giải và loại phương tiện (H.264, AC3, v.v.), nhưng lại nằm trong vùng chứa tệp không tương thích (.mkv, .avi, .wmv, v.v.). Video sẽ được đóng gói lại ngay lập tức trước khi truyền trực tuyến đến thiết bị.",
+ "DirectStreamHelp2": "Truyền trực tiếp một tập tin sử dụng rất ít năng lượng xử lý mà không làm giảm chất lượng video.",
+ "MediaIsBeingConverted": "Media đang được chuyển đổi sang định dạng tương thích với thiết bị đang phát media đó.",
+ "StatsForNerds": "Thông số kỹ thuật",
+ "HeaderHardwareAcceleratedDecoding": "Giải mã tăng tốc phần cứng",
+ "HeaderHardwareAcceleratedEncoding": "Mã hóa tăng tốc phần cứng",
+ "HeaderDirectPlay": "Phát trực tiếp",
+ "DirectPlaying": "Phát trực tiếp",
+ "DirectStreaming": "Phát trực tiếp",
+ "Transcode": "Chuyển mã",
+ "Transcoding": "Chuyển mã",
+ "ContainerBitrateExceedsLimit": "Giảm tốc độ bit do cài đặt chất lượng",
+ "VideoCodecNotSupported": "Chuyển đổi video sang codec tương thích",
+ "AudioCodecNotSupported": "Chuyển đổi âm thanh sang codec tương thích",
+ "SubtitleCodecNotSupported": "Chuyển đổi phụ đề trực tiếp vào video",
+ "DirectPlayError": "Phục hồi từ lỗi phát lại",
+ "ContainerNotSupported": "Chuyển đổi sang container tương thích",
+ "VideoLevelNotSupported": "Chuyển đổi sang mức video tương thích",
+ "AudioBitrateNotSupported": "Chuyển đổi sang tốc độ bit âm thanh tương thích",
+ "AudioChannelsNotSupported": "Chuyển đổi sang số kênh âm thanh tương thích",
+ "VideoResolutionNotSupported": "Chuyển đổi sang độ phân giải video tương thích",
+ "AudioProfileNotSupported": "Chuyển đổi sang cấu hình âm thanh tương thích",
+ "AudioSampleRateNotSupported": "Chuyển đổi sang tốc độ mẫu âm thanh tương thích",
+ "AnamorphicVideoNotSupported": "Video Anamorphic không được hỗ trợ",
+ "InterlacedVideoNotSupported": "Video khử xen kẽ",
+ "SecondaryAudioNotSupported": "Chọn bản âm thanh thứ cấp",
+ "ExternalAudioNotSupported": "Selecting external audio track",
+ "ErrorRemovingEmbyConnectAccount": "Đã xảy ra lỗi khi xóa tài khoản Emby Connect. Vui lòng đảm bảo bạn có kết nối internet đang hoạt động và thử lại.",
+ "HeaderEmbyAccountRemoved": "Tài khoản Emby đã bị xóa",
+ "MessageEmbyAccontRemoved": "Tài khoản Emby đã bị xóa khỏi người dùng này.",
+ "HeaderInvitationSent": "Đã gửi lời mời",
+ "Offline": "Ngoại tuyến",
+ "HeaderSignUp": "Đăng ký",
+ "ServerDownloadMessage": "Để tải xuống và cài đặt Emby Server miễn phí hãy truy cập {0}",
+ "ServerDownloadMessageWithoutLink": "Để tải xuống và cài đặt Emby Server miễn phí, hãy truy cập trang web Emby.",
+ "MessageInvitationSentToUser": "Một email đã được gửi đến {0} , mời họ chấp nhận lời mời chia sẻ của bạn.",
+ "MessageInvitationSentToNewUser": "Một email đã được gửi tới {0} để mời họ đăng ký với Emby.",
+ "GuestUserNotFound": "Không tìm thấy người dùng. Vui lòng đảm bảo tên chính xác và thử lại hoặc thử nhập địa chỉ email của họ.",
+ "ErrorReachingEmbyConnect": "Đã xảy ra lỗi khi truy cập máy chủ Emby Connect. Vui lòng đảm bảo bạn có kết nối internet đang hoạt động và thử lại.",
+ "ErrorAddingEmbyConnectAccount1": "Đã xảy ra lỗi khi thêm tài khoản Emby Connect. Bạn đã tạo tài khoản Emby chưa? Đăng ký tại {0} .",
+ "ErrorAddingEmbyConnectAccount2": "Nếu bạn vẫn gặp sự cố, vui lòng gửi email đến {0} từ địa chỉ email được sử dụng với tài khoản Emby.",
+ "ErrorAddingGuestAccount1": "Đã xảy ra lỗi khi thêm tài khoản Emby Connect. Khách của bạn đã tạo tài khoản Emby chưa? Họ có thể đăng ký tại {0} .",
+ "ErrorAddingGuestAccount2": "Nếu bạn vẫn gặp sự cố, vui lòng gửi email đến {0} và ghi rõ địa chỉ email của bạn cũng như của họ.",
+ "MessageEmbyAccountAdded": "Tài khoản Emby đã được thêm vào người dùng này.",
+ "MessagePendingEmbyAccountAdded": "Tài khoản Emby đã được thêm vào người dùng này. Một email sẽ được gửi đến chủ sở hữu tài khoản. Lời mời sẽ cần được xác nhận bằng cách nhấp vào liên kết trong email.",
+ "HeaderEmbyAccountAdded": "Tài khoản Emby đã được thêm vào",
+ "Skip": "Bỏ qua",
+ "HeaderAdditionalParts": "Các phần bổ sung",
+ "ButtonGenerateNewPin": "Tạo mã pin mới",
+ "ConnectLoginHelp1": "Với Emby Connect, bạn có thể dễ dàng truy cập Máy chủ Emby của mình mọi lúc mọi nơi và chia sẻ máy chủ với gia đình và bạn bè.",
+ "CreatePinErrorMessage": "Đã xảy ra lỗi khi tạo mã pin. Vui lòng nhấp vào Tạo mã pin mới để thử lại.",
+ "PinExpiredMessage": "Mã pin đã hết hạn. Vui lòng nhấp vào Tạo mã pin mới để thử lại.",
+ "ConnectPinCodeHeader": "Để đăng nhập bằng Emby Connect, hãy sử dụng thiết bị di động hoặc máy tính để truy cập {0} và nhập mã pin sau:",
+ "LabelSubtitlePlaybackMode": "Chế độ phụ đề",
+ "ErrorDeletingItem": "Đã xảy ra lỗi khi xóa mục khỏi Emby Server. Vui lòng kiểm tra xem Emby Server có quyền ghi vào thư mục phương tiện hay không và thử lại.",
+ "NoSubtitles": "Không có phụ đề",
+ "Default": "Mặc định",
+ "Absolute": "Tuyệt đối",
+ "Smart": "Thông minh",
+ "Small": "Bé nhỏ",
+ "Smaller": "Nhỏ hơn",
+ "Medium": "Trung bình",
+ "Large": "Lớn",
+ "Larger": "Lớn hơn",
+ "ExtraLarge": "Cực lớn",
+ "ExtraSmall": "Cực nhỏ",
+ "Forced": "Bắt buộc",
+ "External": "Bên ngoài",
+ "HeaderEmbeddedTitle": "Tiêu đề nhúng",
+ "OnlyForcedSubtitles": "Chỉ phụ đề bắt buộc",
+ "AlwaysPlaySubtitles": "Luôn luôn phát phụ đề",
+ "DefaultSubtitlesHelp": "Phụ đề được tải dựa trên các cờ mặc định và bắt buộc trong siêu dữ liệu nhúng. Tùy chọn ngôn ngữ được xem xét khi có nhiều tùy chọn.",
+ "SmartSubtitlesHelp": "Phụ đề phù hợp với ngôn ngữ bạn chọn sẽ được tải khi âm thanh bằng ngôn ngữ nước ngoài.",
+ "HeaderSubtitleSettings": "Cài đặt phụ đề",
+ "HeaderSubtitleAppearance": "Xuất hiện phụ đề",
+ "OnlyForcedSubtitlesHelp": "Chỉ những phụ đề được đánh dấu là bắt buộc mới được tải.",
+ "AutoSelectHearingImpairedHelp": "Phụ đề phù hợp với ngôn ngữ bạn chọn sẽ được tải, ưu tiên các bản nhạc được đánh dấu là dành cho người khiếm thính (SDH).",
+ "AlwaysPlaySubtitlesHelp": "Phụ đề phù hợp với ngôn ngữ bạn chọn sẽ được tải bất kể ngôn ngữ âm thanh.",
+ "NoSubtitlesHelp": "Phụ đề sẽ không được tải theo mặc định. Chúng vẫn có thể được bật thủ công trong khi phát lại.",
+ "LabelPreferredSubtitleLanguage": "Ngôn ngữ phụ đề ưa thích",
+ "LabelTextSize": "Kích thước văn bản",
+ "TheseSettingsAffectSubtitlesOnThisDevice": "Những thiết lập này ảnh hưởng đến phụ đề trên thiết bị này",
+ "LabelDropShadow": "Bóng đổ",
+ "LabelTextBackgroundColor": "Màu nền chữ",
+ "LabelWindowBackgroundColor": "Màu nền chữ",
+ "LabelFont": "Phông chữ",
+ "LabelTextColor": "Màu chữ",
+ "LabelBackgroundColor": "Màu nền",
+ "LabelBackgroundOpacity": "Độ mờ nền",
+ "Raised": "Nâng lên",
+ "Depressed": "Trầm cảm",
+ "Uniform": "Đồng nhất",
+ "DropShadow": "Bóng đổ",
+ "SmallCaps": "Chữ hoa nhỏ",
+ "SubtitleAppearanceSettingsDisclaimer": "Những cài đặt này sẽ không áp dụng cho phụ đề đồ họa (PGS, DVD, v.v.) hoặc phụ đề có nhúng kiểu riêng (ASS/SSA).",
+ "Normal": "Bình thường",
+ "HeaderWaitingForWifi": "Đang chờ Wifi",
+ "WifiRequiredToDownload": "Cần có kết nối Wifi để tiếp tục tải xuống.",
+ "DownloadOnlyOnWifi": "Chỉ tải xuống trên Wifi",
+ "LabelMusicDownloadQuality": "Chất lượng tải nhạc",
+ "MusicDownloadQualityHelp": "Các tệp âm thanh có bitrate cao hơn sẽ được chuyển đổi bởi Emby Server. Chọn giá trị cao hơn để có chất lượng tốt hơn hoặc giá trị thấp hơn để tiết kiệm dung lượng lưu trữ cục bộ.",
+ "HeaderDownloadSettings": "Tải xuống Cài đặt",
+ "LabelDownloadLocation": "Tải xuống vị trí",
+ "BrowseForFolder": "Duyệt thư mục",
+ "Unlimited": "Không giới hạn",
+ "NoLimit": "No limit",
+ "Hide": "Ẩn",
+ "HeaderKeepWatching": "Tiếp tục theo dõi",
+ "HeaderNextEpisode": "Tập tiếp theo",
+ "AudioBitDepthNotSupported": "Chuyển đổi sang độ sâu bit âm thanh tương thích",
+ "VideoBitrateNotSupported": "Converting to compatible video bitrate",
+ "VideoProfileNotSupported": "Chuyển đổi sang cấu hình video tương thích",
+ "VideoFramerateNotSupported": "Chuyển đổi sang tốc độ khung hình video tương thích",
+ "VideoBitDepthNotSupported": "Chuyển đổi sang độ sâu bit video tương thích",
+ "RefFramesNotSupported": "Chuyển đổi sang số lượng khung tham chiếu video tương thích",
+ "ErrorConnectServerUnreachable": "Đã xảy ra lỗi khi thực hiện thao tác được yêu cầu. Máy chủ của bạn không thể liên lạc với Máy chủ Emby Connect của chúng tôi tại {0} . Vui lòng đảm bảo máy chủ của bạn có kết nối internet đang hoạt động và các thông tin liên lạc được cho phép bởi bất kỳ tường lửa hoặc phần mềm bảo mật nào mà bạn đã cài đặt.",
+ "HeaderStopRecording": "Dừng ghi âm",
+ "ManageRecording": "Quản lý ghi âm",
+ "LabelDropImageHere": "Kéo và thả hình ảnh vào đây hoặc nhấp để chọn hình ảnh để tải lên.",
+ "MessageFileReadError": "Đã xảy ra lỗi khi đọc tệp. Vui lòng thử lại.",
+ "Browse": "Duyệt",
+ "HeaderUploadImage": "Tải lên hình ảnh",
+ "HeaderAddUpdateImage": "Thêm/Cập nhật hình ảnh",
+ "HeaderShowFields": "Hiển thị các trường",
+ "LabelView": "Xem",
+ "LabelImageType": "Loại hình ảnh",
+ "Upload": "Tải lên",
+ "Primary": "Chính",
+ "PrimaryImageBlur": "Làm mờ hình ảnh chính",
+ "Art": "Nghệ thuật",
+ "Backdrop": "Phông nền",
+ "Banner": "Ảnh bìa",
+ "Box": "Hộp",
+ "BoxRear": "Hộp (Phía sau)",
+ "Disc": "Đĩa",
+ "Logo": "Logo",
+ "LogoDark": "Logo (Phiên bản tối)",
+ "LogoLight": "Logo (Phiên bản sáng)",
+ "LogoLightColor": "Logo (Ánh sáng với màu sắc)",
+ "Menu": "Menu",
+ "Screenshot": "Ảnh chụp màn hình",
+ "Thumb": "Ảnh thu nhỏ",
+ "HeaderAudioSettings": "Cài đặt âm thanh",
+ "LabelAudioLanguagePreference": "Ngôn ngữ âm thanh ưa thích",
+ "LabelPlayDefaultAudioTrack": "Phát bản nhạc mặc định bất kể ngôn ngữ nào",
+ "HeaderVideoQuality": "Chất lượng video",
+ "CinemaModeConfigurationHelp": "Cinema Intros mang trải nghiệm xem phim tại rạp đến thẳng phòng khách của bạn với khả năng phát đoạn giới thiệu và phần giới thiệu tùy chỉnh trước khi chiếu phim chính.",
+ "ShowUpNextPreview": "Hiển thị bản xem trước tiếp theo",
+ "ShowUpNextPreviewHelp": "Hiển thị thông tin cho mục tiếp theo gần cuối mục hiện tại.",
+ "PlayNextEpisodeAutomatically": "Tự động phát tập tiếp theo",
+ "LabelMaxChromecastBitrate": "Chất lượng phát trực tuyến Chromecast",
+ "LabelSkipBackLength": "Bỏ qua khi quay lại",
+ "LabelSkipForwardLength": "Bỏ qua phía trước",
+ "EnableCinemaMode": "Bật Cinema Intros",
+ "LabelInternetQuality": "Chất lượng phát trực tuyến từ xa",
+ "LabelCellularQuality": "Chất lượng phát trực tuyến từ xa (di động)",
+ "HeaderMusicQuality": "Chất lượng âm nhạc",
+ "LabelHomeNetworkQuality": "Chất lượng phát trực tuyến tại nhà",
+ "HeaderLatestMedia": "Media mới nhất",
+ "HeaderRestartingEmbyServer": "Khởi động lại máy chủ Emby",
+ "RestartPleaseWaitMessage": "Vui lòng đợi trong khi Emby Server tắt và khởi động lại. Quá trình này có thể mất một hoặc hai phút.",
+ "HeaderPlayNext": "Phát tiếp theo",
+ "AutoBasedOnLanguageSetting": "Tự động (dựa trên cài đặt của thiết bị)",
+ "SameAsMainTheme": "Giống như chủ đề chính",
+ "LabelDateTimeLocale": "Ngày giờ địa phương",
+ "Genre": "Thể loại",
+ "DirectorValue": "Đạo diễn: {0}",
+ "DirectorsValue": "Đạo diễn: {0}",
+ "GenreValue": "Thể loại: {0}",
+ "GenresValue": "Thể loại: {0}",
+ "TagsValue": "Thẻ: {0}",
+ "Off": "Tắt",
+ "Title": "Tiêu đề",
+ "Year": "Năm",
+ "Filter": "Lọc",
+ "Filters": "Bộ lọc",
+ "Unplayed": "Chưa phát",
+ "LabelTVHomeScreen": "Màn hình chính chế độ TV",
+ "Horizontal": "Ngang",
+ "Vertical": "Dọc",
+ "HeaderGroupBy": "Nhóm theo",
+ "HeaderMediaType": "Loại Media",
+ "GroupBySeries": "Nhóm theo chuỗi",
+ "HeaderVideoType": "Loại video",
+ "HeaderSeriesStatus": "Trạng thái của loạt phim",
+ "Features": "Tính năng",
+ "Trailers": "Đoạn giới thiệu",
+ "Extras": "Thêm vào",
+ "ThemeSongs": "Bài hát chủ đề",
+ "ThemeVideos": "Video chủ đề",
+ "HeaderFavoriteMovies": "Phim yêu thích",
+ "HeaderFavoritePhotos": "Ảnh yêu thích",
+ "HeaderFavoriteShows": "Chương trình yêu thích",
+ "HeaderFavoriteEpisodes": "Tập phim yêu thích",
+ "HeaderFavoriteVideos": "Video yêu thích",
+ "HeaderFavoriteMusicVideos": "Video âm nhạc yêu thích",
+ "HeaderFavoriteGames": "Trò chơi yêu thích",
+ "HeaderFavoriteArtists": "Nghệ sĩ yêu thích",
+ "HeaderFavoriteAlbums": "Album yêu thích",
+ "HeaderFavoriteSongs": "Bài hát yêu thích",
+ "HeaderFavoriteAuthors": "Tác giả yêu thích",
+ "HeaderFavoriteAudioBooks": "Sách nói yêu thích",
+ "Ascending": "Đang tăng dần",
+ "Descending": "Giảm dần",
+ "HeaderColorPrimaries": "Màu cơ bản",
+ "HeaderColorSpace": "Không gian màu",
+ "HeaderColorTransfer": "Chuyển màu",
+ "HeaderVideoRange": "Không gian màu",
+ "SeriesDisplayOrderHelp": "Sắp xếp các tập phim theo ngày phát sóng, thứ tự DVD hoặc số lượng tuyệt đối.",
+ "LabelVerticalPositionFromBottom": "Vị trí dọc (từ dưới lên)",
+ "HeaderFavoritePeople": "Những người yêu thích",
+ "MultiSelect": "Chọn nhiều",
+ "HeaderSignOut": "Đăng xuất",
+ "HeaderSelectServer": "Chọn máy chủ",
+ "HeaderChangeServer": "Thay đổi máy chủ",
+ "HeaderChangeUser": "Thay đổi người dùng",
+ "HeaderAppSettings": "Cài đặt ứng dụng",
+ "HeaderLoginSettings": "Cài đặt đăng nhập",
+ "LabelRememberLogin": "Nhớ đăng nhập",
+ "LabelAutomaticallySignOut": "Tự động đăng xuất",
+ "BetaTesterMessage": "Cảm ơn bạn đã trở thành người thử nghiệm beta của Emby! Vui lòng để lại phản hồi trong {0} Khu vực thử nghiệm của Cộng đồng Emby {1} .",
+ "HardwareAccelerated": "Tăng tốc phần cứng",
+ "Software": "Phần mềm",
+ "Metadata": "Siêu dữ liệu",
+ "HeaderMediaInfo": "Thông tin media",
+ "Locked": "Đã khóa",
+ "HeaderSplitVersionsApart": "Các phiên bản tách biệt",
+ "Any": "Bất kì",
+ "Admin": "Quản trị viên",
+ "HeaderReadMore": "Đọc thêm",
+ "CustomRatingHelp": "Xếp hạng tùy chỉnh được sử dụng để đánh giá kiểm soát của phụ huynh nhưng không được hiển thị. Trường xếp hạng của phụ huynh vẫn được hiển thị.",
+ "KeepUpToHelp": "Các bản ghi vượt quá giới hạn sẽ bị xóa khi bản ghi tiếp theo bắt đầu. Các bản ghi cũ nhất sẽ bị xóa trước, theo ngày thêm vào.",
+ "NoItemsMatchingFound": "Không tìm thấy mục nào phù hợp với tiêu chí tìm kiếm của bạn.",
+ "TwoSearchCharsRequired": "Vui lòng nhập ít nhất hai ký tự tìm kiếm.",
+ "PreventPlaybackContinuing": "Ngăn chặn việc phát lại liên tục vô thời hạn bằng cách nhắc nhở người dùng nhập dữ liệu định kỳ.",
+ "PromptStillWatching": "Bật lời nhắc 'Bạn vẫn đang xem chứ?'",
+ "HeaderMissingMetadata": "Thiếu siêu dữ liệu",
+ "HeaderIncludedIn": "Bao gồm trong",
+ "EmbyConnectUserAlreadyLinked": "Người dùng Emby Connect đã được liên kết với người dùng khác trên máy chủ này.",
+ "VideoFilesWillBeConvertedTo": "Video đã chuyển đổi sẽ được lưu dưới dạng {0} .",
+ "VideoWillBeConvertedTo": "Luồng video sẽ được chuyển đổi thành {0} hoặc được sao chép từ tệp gốc nếu chúng đã là {0} và chất lượng phù hợp với các tùy chọn chuyển đổi.",
+ "VideoWillBeConvertedToOrCopied": "Luồng video sẽ được chuyển đổi thành {0} hoặc được sao chép từ tệp gốc nếu chúng là bất kỳ tệp nào trong số ( {1} ) và chất lượng phù hợp với các tùy chọn chuyển đổi.",
+ "AudioWillBeConvertedTo": "Luồng âm thanh sẽ được chuyển đổi thành {0} hoặc được sao chép từ tệp gốc nếu chúng đã là {0} và chất lượng phù hợp với các tùy chọn chuyển đổi.",
+ "AudioWillBeConvertedToOrCopied": "Luồng âm thanh sẽ được chuyển đổi thành {0} hoặc được sao chép từ tệp gốc nếu chúng là bất kỳ tệp nào trong số ( {1} ) và chất lượng phù hợp với các tùy chọn chuyển đổi.",
+ "HeaderSpecialKeys": "Các phím đặc biệt",
+ "FollowingSpecialKeys": "Các phím đặc biệt sau đây được hỗ trợ trên hầu hết các bàn phím và điều khiển từ xa:",
+ "HeaderDeleteSeries": "Xóa loạt phim",
+ "HeaderDeleteLastPlayedEpisode": "Xóa tập đã phát gần đây nhất",
+ "HeaderConnectingToServer": "Kết nối tới máy chủ",
+ "ServerNameValue": "Tên máy chủ: {0}",
+ "DomainValue": "Tên miền: {0}",
+ "RatedValue": "Đánh giá {0}",
+ "LocalServerRedirectMessage": "Bây giờ bạn sẽ được chuyển hướng đến miền do quản trị viên của máy chủ mà bạn chọn kết nối sở hữu và vận hành:",
+ "AllMediaOwnedHosted": "Mọi media đều được lưu trữ và quản lý bởi chủ sở hữu của {0} .",
+ "EnableResolutionSwitching": "Độ phân giải video phù hợp",
+ "EnableResolutionSwitchingHelp": "Điều này cho phép Emby thay đổi độ phân giải thành cùng giá trị mà video được mã hóa trước khi bắt đầu phát lại. Điều này có thể giúp giảm thiểu lượng giật/rung mà bạn có thể thấy khi phát các video không khớp tốt.",
+ "EnableDisplayRefreshRateSwitching": "Bật chuyển đổi tốc độ làm mới màn hình",
+ "EnableDisplayRefreshRateSwitchingHelp": "Điều này cho phép Emby thay đổi tốc độ làm mới màn hình thành cùng một giá trị (hoặc bội số của) tốc độ khung hình mà video được mã hóa trước khi bắt đầu phát lại. Điều này có thể giúp giảm thiểu lượng giật/rung mà bạn có thể thấy khi phát các video không khớp tốt.",
+ "RememberSelectedAudioTracks": "Điều này cho phép Emby thay đổi tốc độ làm mới màn hình thành cùng một giá trị (hoặc bội số của) tốc độ khung hình mà video được mã hóa trước khi bắt đầu phát lại. Điều này có thể giúp giảm thiểu lượng giật/rung mà bạn có thể thấy khi phát các video không khớp tốt.",
+ "RememberSelectedSubtitleTracks": "Ghi nhớ lựa chọn phụ đề",
+ "RememberSelectedSubtitleTracksHelp": "Các lựa chọn phụ đề sẽ được ghi nhớ trên từng video và áp dụng lại khi phát lại cùng một video đó.",
+ "RememberSelectedAudioTracksHelp": "Các lựa chọn bản âm thanh sẽ được ghi nhớ trên từng video và được áp dụng lại khi phát lại cùng một video đó.",
+ "ClearSavedTrackSelections": "Xóa các lựa chọn bản nhạc đã lưu",
+ "HeaderClearTrackSelections": "Xóa các lựa chọn theo dõi đã lưu",
+ "QuestionClearSavedTracks": "Xóa tất cả các lựa chọn bản nhạc đã lưu?",
+ "LabelChannelTags": "Thẻ kênh",
+ "AfterThisPlaysConfirmation": "Sau khi phát xong, bạn có muốn tiếp tục phát hay xóa bản nhạc đã xếp hàng trước đó không?",
+ "Keep": "Giữ",
+ "Clear": "Xóa",
+ "HeaderClearFilters": "Xóa lọc",
+ "HeaderSearchForImages": "Tìm kiếm hình ảnh",
+ "HeaderSearchNewImage": "Tìm kiếm hình ảnh mới",
+ "HeaderSearchForAnImage": "Tìm kiếm hình ảnh",
+ "DragDropToReorder": "Kéo và thả để sắp xếp lại",
+ "HeaderAddImageFromUrl": "Thêm hình ảnh từ URL",
+ "HeaderSetImageFromUrl": "Đặt hình ảnh từ URL",
+ "LabelUrl": "Địa chỉ",
+ "LabelChannelNumber": "Số kênh",
+ "LabelGuideDataChannel": "Kênh dữ liệu hướng dẫn",
+ "GuideDataSource": "Nguồn dữ liệu hướng dẫn",
+ "HeaderCopyToClipboard": "Sao chép vào Bảng tạm",
+ "TimeRemainingValue": "{0} còn lại",
+ "LabelResumeRewindSeconds": "Khi tiếp tục, tự động tua lại",
+ "ResumeRewindSecondsHelp": "Điều này có thể giúp bạn nhớ lại nơi bạn đã dừng lại. Điều này áp dụng cho lần tiếp tục ban đầu chứ không phải mỗi lần tạm dừng riêng lẻ trong khi phát lại.",
+ "HeaderSavePlayQueueToPlaylist": "Lưu hàng đợi phát vào danh sách phát",
+ "EnableLogoImagesAsTitle": "Hiển thị hình ảnh logo dưới dạng tiêu đề trên màn hình chi tiết",
+ "EnableLogoImagesAsTitleHelp": "Khi có sẵn, hình ảnh logo có thể được sử dụng thay cho văn bản tiêu đề trên video, loạt phim và các màn hình chi tiết khác. Tiêu đề sẽ chuyển sang văn bản khi không có hình ảnh logo.",
+ "LabelNowPlayingAudioBackgroundStyle": "Đang phát nhạc nền theo phong cách âm thanh",
+ "LabelNowPlayingVideoBackgroundStyle": "Đang phát video nền theo phong cách",
+ "NowPlayingVideoBackgroundStyleHelp": "Xác định kiểu nền khi điều khiển từ xa phát lại video trên thiết bị khác.",
+ "Rotation": "Xoay",
+ "Minutes": "Phút",
+ "LabelMaxRecordingLength": "Độ dài ghi âm tối đa",
+ "MaxRecordingLengthHelp": "Giới hạn bản ghi trong một khoảng thời gian nhất định, bất kể thời lượng phát sóng. Đặt thành 0 để không giới hạn.",
+ "RemoteWAN": "Địa chỉ từ xa (WAN)",
+ "HeaderLastConnectedTo": "Kết nối cuối cùng tới",
+ "Version": "Phiên bản",
+ "Keyword": "Từ khóa",
+ "HeaderServerAddress": "Địa chỉ máy chủ",
+ "HeaderSkipIntro": "Bỏ qua phần giới thiệu",
+ "HeaderCreateRecording": "Tạo bản ghi",
+ "HeaderAddRecording": "Thêm bản ghi âm",
+ "HeaderChannelAndTime": "Kênh và thời gian",
+ "LabelRecordProgramOrSeriesFrom": "Ghi lại một chương trình hoặc loạt phim từ",
+ "LabelStartTime": "Thời gian bắt đầu",
+ "LabelEndTime": "Thời gian kết thúc",
+ "LabelFrequency": "Thường xuyên",
+ "Recurring": "Định kỳ",
+ "Once": "Một lần",
+ "Start": "Bắt đầu",
+ "Unpause": "Bỏ tạm dừng",
+ "LabelIntroSkipMode": "Chế độ bỏ qua giới thiệu",
+ "ShowSkipIntroButton": "Hiển thị nút 'Bỏ qua phần giới thiệu'",
+ "AutoSkipIntro": "Tự động bỏ qua phần giới thiệu",
+ "DisplayRatingInformationOnVideoPlaybackStart": "Hiển thị thông tin xếp hạng khi bắt đầu phát lại video",
+ "DisplayRatingInformationOnVideoPlaybackStartHelp": "Thông tin xếp hạng sẽ hiển thị ngắn gọn khi bắt đầu phát lại video.",
+ "IntroSkipModeHelp": "Hiển thị nút 'Bỏ qua phần giới thiệu' hoặc tự động bỏ qua phần giới thiệu cho các tập mà Emby Server đã phát hiện ra các điểm đánh dấu phần giới thiệu. Phát hiện phần giới thiệu phải được bật trong tùy chọn thư viện Emby Server.",
+ "EnableHomeScreenFocusPreview": "Sử dụng bố cục trên màn hình chính hiển thị bản xem trước chi tiết của mục đã chọn",
+ "EnableHomeScreenFocusPreviewHelp": "Cách này có thể không hiệu quả nếu màn hình chính của bạn chứa nhiều loại phương tiện truyền thông khác nhau.",
+ "LabelHideMediaTransportButtons": "Ẩn các nút vận chuyển trình phát video",
+ "HideMediaTransportButtonsHelp": "Tạo giao diện phát lại trên màn hình đơn giản hơn bằng cách ẩn các nút vận chuyển cơ bản như bỏ qua, quay lại và tạm dừng. Bạn vẫn có thể sử dụng các chức năng này bằng các phím mũi tên và OK/Enter. Tự động sẽ ẩn các nút vận chuyển khi không phát hiện thấy sử dụng chuột trong ứng dụng.",
+ "ImageSizeHelp": "Thiết lập kích thước lưới hình ảnh bạn muốn.",
+ "LabelImageSize": "Kích thước hình ảnh",
+ "ThisImageIsOnlyPreview": "Hình ảnh này chỉ là bản xem trước đến từ công cụ tìm kiếm siêu dữ liệu. Hình ảnh thực tế mà Emby Server tải xuống có thể khác và sẽ phụ thuộc vào các tùy chọn bạn đã cấu hình trong thiết lập thư viện Emby.",
+ "ResultsRangeValue": "{0} đến {1} của {2}",
+ "NotificationsDescription": "Thiết lập thông báo để luôn cập nhật những sự kiện quan trọng trên Máy chủ Emby của bạn.",
+ "DeleteEmbyConnectAccount": "Xóa tài khoản Emby Connect",
+ "DeleteEmbyConnectAccountHelp": "Để xóa tài khoản Emby Connect của bạn, vui lòng đăng nhập vào {0} Cộng đồng Emby {1} tại {2} . Sau khi đăng nhập, hãy nhấp vào tên người dùng của bạn ở góc trên bên phải, sau đó nhấp vào Cài đặt tài khoản, sau đó nhấp vào Xóa tài khoản của tôi.",
+ "KeepPlayingInBackground": "Tiếp tục phát ở chế độ nền",
+ "LabelVideoBackBehavior": "Hành vi nút quay lại của trình phát video",
+ "HeaderViewLyrics": "Xem lời bài hát",
+ "HeaderViewMissingEpisodes": "Xem các tập phim bị thiếu",
+ "HeaderMissingEpisodes": "Các tập phim bị thiếu",
+ "HeaderManageAccess": "Quản lý quyền truy cập",
+ "HeaderManageCollaboration": "Quản lý cộng tác",
+ "HeaderLeaveCollaboration": "Rời khỏi sự hợp tác",
+ "HeaderRemoveFromLibrary": "Xóa khỏi Thư viện",
+ "RemoveSharedItemConfirmation": "Bạn có chắc chắn muốn xóa mục này khỏi thư viện của mình không? Để lấy lại mục này, chủ sở hữu sẽ cần cấp lại quyền truy cập cho bạn.",
+ "SubtitlesDownloaded": "Phụ đề đã tải xuống",
+ "HeaderMakePrivate": "Tạo riêng tư",
+ "HeaderMakePublic": "Công khai",
+ "MakePublicDescription": "Tất cả người dùng đều có thể xem mục này. Người dùng có thể được cấp quyền chỉnh sửa.",
+ "MakePrivateDescription": "Người dùng vẫn có thể được cấp quyền truy cập riêng lẻ.",
+ "Private": "Riêng tư",
+ "Public": "Công khai",
+ "Collaborative": "Hợp tác",
+ "PreferredShowDisplay": "Hiển thị chương trình truyền hình ưa thích",
+ "ShowAllEpisodesAllSeasons": "Hiển thị tất cả các tập của tất cả các mùa cùng nhau",
+ "ShowAllEpisodesSingleSeason": "Hiển thị tất cả các tập phim chỉ dành cho một mùa duy nhất",
+ "ShowSeasonFolders": "Luôn hiển thị các thư mục theo mùa",
+ "HeaderAddAgain": "Thêm Lại",
+ "UpNext": "Tiếp theo",
+ "ItemsAlreadyInPlaylist": "Một số mục này đã có trong danh sách phát của bạn.",
+ "ItemAlreadyInPlaylist": "Mục này đã có trong danh sách phát của bạn.",
+ "HeaderPlayChannel": "Phát Kênh",
+ "LabelScreenOrientationDuringVideo": "Hướng màn hình trong khi phát lại video",
+ "UseDeviceSetting": "Sử dụng cài đặt thiết bị",
+ "LockToLandscape": "Khóa theo phong cảnh",
+ "UsernameForFolderHelp": "Tên người dùng cần thiết để truy cập thư mục này trên mạng của bạn (nếu có).",
+ "PasswordForFolderHelp": "Mật khẩu cần thiết để truy cập thư mục này trên mạng của bạn (nếu có).",
+ "ShowMediaInfoOnDetailScreens": "Hiển thị toàn bộ phương tiện ở cuối màn hình chi tiết âm thanh và video",
+ "ForgotPasswordNoUserFound": "Không tìm thấy người dùng nào có tên đã nhập. Vui lòng thử lại hoặc để trống tên để đặt lại mật khẩu cho tất cả người dùng trên máy chủ này.",
+ "Silver": "Bạc",
+ "DimGray": "Màu xám mờ",
+ "DarkGray": "Xám đậm",
+ "LightGray": "Xám nhạt",
+ "Black": "Đen",
+ "Blue": "Xanh da trời",
+ "Cyan": "Màu lục lam",
+ "Gray": "Xám",
+ "Green": "Xanh lá",
+ "Lime": "Chanh xanh",
+ "Magenta": "Đỏ tía",
+ "Orange": "Cam",
+ "Pink": "Hồng",
+ "Red": "Màu đỏ",
+ "Yellow": "Màu vàng",
+ "White": "Trắng",
+ "Purple": "Tím",
+ "RecentlyReleasedMovies": "Phim mới phát hành gần đây",
+ "RecentlyReleasedEpisodes": "Các tập phim mới phát hành gần đây",
+ "DolbyProfile": "Hồ sơ Dolby",
+ "IpAddress": "Địa chỉ IP",
+ "VideoType": "Loại video",
+ "HidePlayedMediaFrom": "Ẩn phương tiện đã phát từ",
+ "BottomEdgePosition": "Vị trí cạnh dưới",
+ "VerticalPositionFromBottomScreen": "Đặt vị trí dọc của phụ đề so với phía dưới màn hình.",
+ "TopEdgePosition": "Vị trí cạnh trên",
+ "TopEdgePositionHelp": "Đặt vị trí dọc cao nhất được phép của phụ đề so với đầu màn hình. Điều này được sử dụng khi phụ đề chứa hướng dẫn định vị được đặt ở đầu.",
+ "HeaderSubtitlePosition": "Vị trí phụ đề",
+ "TitleProfilePin": "Mã PIN hồ sơ",
+ "ProfilePinConfirm": "Mã PIN hồ sơ (xác nhận)",
+ "SaveProfilePin": "Lưu Ghim",
+ "ProfilePinDescription": "Tạo một mã pin tùy chọn để được nhắc nhập bất cứ khi nào bạn quay lại ứng dụng Emby trên thiết bị mà bạn đã đăng nhập. Điều này hữu ích nếu bạn có các thiết bị được nhiều người dùng chia sẻ. Bạn có thể chọn bật tính năng này một cách có chọn lọc trên từng thiết bị khi cần.",
+ "TitleNewEpisodes": "Tập mới",
+ "EnterYourPinToContinue": "Nhập mã PIN để tiếp tục.",
+ "YourPinMustBe": "Mã PIN của bạn phải có {0} chữ số.",
+ "ForgotPin": "Quên mã PIN?",
+ "RequireEnteringPinToReturn": "Yêu cầu nhập mã PIN hồ sơ của tôi mỗi khi tôi quay lại ứng dụng này.",
+ "RequireEnteringPinToReturnQuestion": "Chúng tôi có nên nhắc bạn nhập mã PIN hồ sơ bất cứ khi nào bạn quay lại ứng dụng này không? Nếu thiết bị này được nhiều người dùng chia sẻ, mã PIN hồ sơ của bạn có thể giúp ngăn những người dùng khác truy cập dữ liệu của bạn.",
+ "RequireEnteringPinToReturnHelp": "Hữu ích nếu thiết bị này được nhiều người dùng chia sẻ.",
+ "WrongPinPleaseTryAgain": "Ồ, mã PIN sai rồi. Vui lòng thử lại.",
+ "ProfilePinIsOn": "Mã PIN hồ sơ hiện đang được bật.",
+ "IfTryingToConnectToHttp": "Nếu bạn đang cố gắng kết nối với Máy chủ Emby của mình bằng địa chỉ HTTP, trình duyệt của bạn có thể không cho phép điều này do yêu cầu HTTPS. Vui lòng thử một trong những cách sau:",
+ "SetupHttpsForYourServer": "Thiết lập {0}HTTPS cho Máy chủ Emby của bạn{1} để bạn có thể kết nối bằng HTTPS.",
+ "TitleUnableToReachServer": "Không thể truy cập máy chủ",
+ "TitleUnableToReachName": "Không thể đạt được {0}",
+ "HearingImpaired": "Người khiếm thính",
+ "SignIntoServerName": "Đăng nhập vào {0}",
+ "About": "Thông tin",
+ "Specials": "Đặc biệt",
+ "NSettings": "{0} Cài đặt",
+ "NPreferences": "{0} Tùy chọn",
+ "DetailScreenOptions": "Màn hình chi tiết",
+ "LabelGenreDisplayLimit": "Giới hạn hiển thị thể loại",
+ "GenreDisplayLimitHelp": "Giới hạn số lượng thể loại hiển thị ở đầu màn hình chi tiết mục.",
+ "GenreDisplayLimitForListsHelp": "Giới hạn số lượng thể loại hiển thị ở đầu màn hình danh sách phát, bộ sưu tập và chi tiết nghệ sĩ.",
+ "LabelGenreDisplayLimitForLists": "Giới hạn hiển thị thể loại cho danh sách",
+ "ShowPosterOnDetails": "Hiển thị áp phích trên màn hình chi tiết",
+ "ShowPosterOnDetailsHelp": "Chọn hiển thị áp phích trên màn hình chi tiết video hoặc ẩn áp phích để có giao diện tối giản hơn, nhấn mạnh vào nền. Cài đặt này không được sử dụng trên các bố cục màn hình nhỏ hơn. Một số loại mục sẽ bỏ qua cài đặt này.",
+ "EnableAppLogging": "Bật ghi nhật ký ứng dụng",
+ "EnableAppLoggingHelp": "Ghi nhật ký có thể làm giảm hiệu suất ứng dụng và chỉ nên bật khi cần thiết cho mục đích khắc phục sự cố. Thay đổi yêu cầu khởi động lại ứng dụng.",
+ "LabelSlideshowInterval": "Thời gian trình chiếu ảnh cho mỗi slide",
+ "TVChannelImageEditorHelp": "Nhiều phiên bản logo được hỗ trợ. Ứng dụng Emby sẽ tự động chọn phiên bản phù hợp tùy thuộc vào chủ đề hiện tại.",
+ "PlaySlideshow": "Phát trình chiếu",
+ "CheckForExistingEpisodesInAllLibraries": "Kiểm tra các tập phim hiện có trong tất cả các thư viện",
+ "GroupNotificationsBySeriesOrAlbum": "Nhóm thông báo theo series và album",
+ "ThemeSettings": "Cài đặt chủ đề",
+ "FollowingActivityWillBeDisrupted": "Hoạt động sau đây sẽ bị gián đoạn và có thể cần can thiệp thủ công để khởi động lại:",
+ "OneActivePlaybackSession": "1 Phiên phát lại đang hoạt động",
+ "NumActivePlaybackSessions": "{0} Phiên phát lại đang hoạt động",
+ "OneActiveRecording": "1 bản ghi đang hoạt động",
+ "NumActiveRecordings": "{0} Bản ghi đang hoạt động",
+ "PlayFromLivePosition": "phát từ vị trí trực tiếp",
+ "PlayFromStartOfRecording": "Phát từ đầu bản ghi âm",
+ "ThisChannelIsActivelyRecording": "Kênh này đang ghi hình. Bạn muốn bắt đầu phát như thế nào?",
+ "ThemeSongVolume": "Âm lượng bài hát chủ đề",
+ "HeaderForceConversionForFormats": "Force Conversion for Formats",
+ "ForceConversionForFormatsHelp": "Use this to force server-side transcoding or remuxing for formats that don't direct play very well on this device.",
+ "StartupBehavior": "Startup behavior",
+ "RememberLastUser": "Ghi nhớ người dùng cuối cùng",
+ "ShowLoginScreen": "Hiển thị màn hình đăng nhập",
+ "SignInAsValue": "Sign in as {0}",
+ "ConvertUnsupportedAudio": "Convert unsupported surround audio to Dolby Digital",
+ "ConvertUnsupportedAudioHelp": "Avoid downmixing unsupported surround formats to stereo by having Emby Server transcode them to Dolby Digital.",
+ "HeaderPlaybackCorrection": "Playback Correction",
+ "HeaderAttemptPlaybackCorrection": "Attempt Playback Correction",
+ "PlaybackCorrectionConfirm": "Attempt playback correction?",
+ "PlaybackCorrectionDescription": "Is the current item exhibiting a playback problem such as no video or audio? This will try and correct playback issues using server transcoding to convert this file into a more streaming friendly format. This will result in increased resource consumption on this Emby Server.",
+ "PlaybackCorrectionDescription2": "You can do this up to three times per video, where remuxing, video transcoding and audio transcoding are each activated one at a time.",
+ "HeaderAlbumsAsContributingArtist": "Albums as Contributing Artist",
+ "HeaderAlbumsAsComposer": "Albums as Composer",
+ "Duplicates": "Duplicates",
+ "HeaderSleepTimer": "Sleep Timer",
+ "AfterCurrentItem": "After current item",
+ "HeaderStopPlayback": "Stop Playback",
+ "TurnOffTimer": "Turn off timer",
+ "SleepTimerIsSet": "Your sleep timer is set",
+ "SleepTimerIsOff": "Your sleep timer is off",
+ "LabelEnableRemoteControlTVMode": "Display casting and remote control functions",
+ "EnableRemoteControlTVModeHelp": "Enable if you intend to use this device to send media to other devices.",
+ "ShowOnScreenControls": "Show on-screen controls",
+ "LabelVideoScreenUpAction": "Video player up action",
+ "VideoScreenUpActionHelp": "Select the action to take when pressing the up key on the video player screen. This applies when no on-screen controls are currently visible. When controls are already visible, the up key will be used for navigation.",
+ "LabelVideoPlayerLongPressAction": "Video player long press action",
+ "LetsGetSetup": "Let's Get Set Up",
+ "VideoPlayerLongPressActionHelp": "Choose what function or menu is shown when long pressing the OK button during video playback. This only takes effect when the video controls are hidden or the seek bar has focus.",
+ "AskAdminToGetPremiere": "This purchase must be made by the server administrator. Please ask the administrator of this Emby Server to sign in and get Emby Premiere so that you can enjoy access to premium features.",
+ "AutoOpenSingleItemsFolders": "Auto open single items in folder view",
+ "AutoOpenSingleItemsFoldersHelp": "When a folder only contains one item, automatically open that item.",
+ "PlayedOnValue": "Played {0}",
+ "TheseSettingsApplyAppDevice": "These settings apply to all users playing on this device.",
+ "LastContentDateAdded": "Last Content Date Added",
+ "RepeatThemeMedia": "Play themes on repeat",
+ "HideEpisodeSpoilerInfo": "Hide spoiler information from unwatched episodes",
+ "HideEpisodeSpoilerInfoHelp": "Hides the title, overview and image for unwatched episodes on most screens.",
+ "BornValueAge": "Born: {0} (age {1})",
+ "PreferDirectStreamLiveTV": "Prefer direct streaming of Live TV",
+ "PreferDirectStreamLiveTVHelp": "Direct streaming Live TV will reduce resource consumption on your Emby Server but may not be as seekable during playback. Enabling this will direct stream Live TV when the format is supported and is within your configured quality setting. Disable this to enjoy more seeking during playback at the cost of additional resource consumption.",
+ "HeaderAllRecordings": "All Recordings",
+ "RememberLoginDescription": "After signing in, you can use the app settings to configure the startup behavior to remember login, sign in as a specific user, or always show the login screen.",
+ "ForgetThisServer": "Forget This Server",
+ "ForgetServerConfirmation": "Are you sure you wish to forget this server?",
+ "HeaderThisDevice": "This Device",
+ "ChaptersGuide": "Chapters / Live TV Guide",
+ "ChaptersGuideHelp": "Show Chapters for media with chapters. For media without chapters, show the Live TV Guide (when available).",
+ "HeaderShowSeriesImages": "Show Series Images",
+ "AppExitConfirmation": "Are you ready to exit Emby?",
+ "AppExitMenu": "Exit menu",
+ "SideMenu": "Side navigation menu",
+ "SystemStorage": "System storage ({0})"
+}
diff --git a/modules/common/strings/zh-CN.json b/modules/common/strings/zh-CN.json
new file mode 100644
index 0000000..019f54c
--- /dev/null
+++ b/modules/common/strings/zh-CN.json
@@ -0,0 +1,1340 @@
+{
+ "ReplaceExistingThumbnailImages": "替换现有视频预览缩略图",
+ "ReplaceExistingThumbnailImagesHelp": "如果在媒体库选项中启用此功能,将删除所有现有视频预览缩略图并生成新缩略图。",
+ "DateCreated": "创建日期",
+ "CreatedOnValue": "创建于 {0}",
+ "UpdatedOnValue": "已更新 {0}",
+ "EmbyLoginTerms": "Emby 旨在帮助您管理您的个人媒体库,如家庭视频和照片。请参阅我们的{0}使用条款{1}。使用 Emby 的任何软件视为接受了这些条款。",
+ "MessageUnableToConnectToServer": "我们目前无法连接至所选的服务器。请确保它正在运行后重试。",
+ "EmbyIntroMessage": "通过 Emby,您可以轻松地将视频、音乐和照片从 Emby Server 流式传输到智能手机、平板电脑和其他设备上。",
+ "HeaderSignInWithConnect": "通过 Emby Connect 登录",
+ "HeaderWelcomeToEmby": "欢迎来到 Emby",
+ "HeaderNewUsers": "新用户",
+ "HeaderPleaseSignIn": "请登录",
+ "MessageInvalidUser": "无效用户名或密码。请重试。",
+ "MessageUnlockAppWithPurchaseOrSupporter": "通过一次性付费或有一个有效的 Emby Premiere 订阅可解锁这项功能。",
+ "MessageUnlockAppWithSupporter": "通过一个有效的 Emby Premiere 订阅来解锁这项功能。",
+ "MessageToValidateSupporter": "如果您已经拥有一个有效的 Emby Premiere 订阅,请确保您已在 Emby Server 控制台中配置好,您可以通过点击主菜单中 “Emby Premiere” 选项访问。",
+ "ValueSpecialEpisodeName": "特别篇 - {0}",
+ "HeaderSignIn": "登录",
+ "Share": "共享",
+ "Shared": "已分享",
+ "Info": "信息",
+ "Add": "添加",
+ "Speed": "速度",
+ "PlaybackSpeed": "播放倍速",
+ "Chapters": "章节",
+ "Password": "密码",
+ "SavePassword": "保存密码",
+ "LabelPassword": "密码",
+ "HeaderResetPassword": "重置密码",
+ "Series": "剧集",
+ "Preview": "预览",
+ "Submit": "提交",
+ "Never": "从不",
+ "Table": "表格",
+ "HeaderScheduledTasks": "计划任务",
+ "Plays": "播放次数",
+ "LastUsedAddressValue": "上次使用{0}",
+ "LabelKeywordType": "关键词类型",
+ "HeaderSelectColumns": "选择列",
+ "HeaderTopResults": "热门结果",
+ "HeaderPinSidebar": "固定侧边栏",
+ "Collapse": "折叠",
+ "LabelBackgroundVideoPlayback": "后台视频播放",
+ "BackgroundVideoPlaybackHelp": "后台播放允许视频即使在屏幕关闭时也可以继续播放。",
+ "AlwaysOn": "始终开启",
+ "HeadphonesOrExternalSpeakersConnected": "耳机或外接扬声器已连接",
+ "HeaderKeyboardAndRemote": "键盘和遥控器",
+ "NoSelectedItemsSupportOperation": "未选中支持此操作的项目。",
+ "NoOperationsForSelectedItems": "所选项目没有可用的操作。",
+ "UploadOnlyOnWifi": "仅在 Wi-Fi 下上传",
+ "HeaderFoldersToUpload": "要上传的文件夹",
+ "LabelPasswordConfirm": "确认密码",
+ "HeaderMoveUpInOrder": "顺序上移",
+ "HeaderDownUpInOrder": "顺序下移",
+ "LabelUsername": "用户名",
+ "HeaderAddServer": "添加服务器",
+ "HeaderSubtitleOffset": "字幕偏移",
+ "Watching": "正在观看",
+ "HeaderRemoveFromContinueWatching": "移出 “继续观看”",
+ "RemoveThisTitleFromContinueWatching": "从 “继续观看” 中移除此项 ?",
+ "HeaderRemoveFromContinueListening": "继续监听移出 “继续聆听”",
+ "RemoveThisTitleFromContinueListening": "从 “继续聆听” 中移除此项 ?",
+ "HeaderIncreaseSubtitleOffset": "增加字幕偏移",
+ "HeaderDecreaseSubtitleOffset": "减少字幕偏移",
+ "Close": "关闭",
+ "HeaderSeeAll": "查看全部",
+ "HeaderOpenInNewWindow": "在新窗口中打开",
+ "LabelEmail": "邮箱地址",
+ "LabelHost": "主机",
+ "LabelHostHelp": "例如:192.168.1.100 或 https://myserver.com",
+ "LabelPort": "端口",
+ "Disabled": "已禁用",
+ "Uninstall": "卸载",
+ "Enable": "启用",
+ "AllTuners": "全部调谐器",
+ "Disable": "禁用",
+ "NextValue": "下一项:{0}",
+ "HeaderNextItem": "下一项",
+ "HeaderPreviousItem": "上一项",
+ "NoTrailersMessage": "未找到预告片。要添加预告片,请在 {0}Emby 插件目录{1}中安装 Trailers 插件。",
+ "UninstallPluginConfirmation": "您确定要卸载此插件?",
+ "HeaderUninstallPlugin": "卸载插件",
+ "AreYouStillWatching": "您还在看吗?",
+ "LabelCurrentPassword": "当前密码",
+ "LabelNewPassword": "新密码",
+ "LabelNewPasswordConfirm": "新密码确认",
+ "HeaderRemovePassword": "移除密码",
+ "ServerUpdateNeeded": "Emby Server 需要更新。访问 {0} 可下载最新的版本",
+ "MessageThankYouForConnectSignUp": "感谢您注册 Emby Connect 。您将会收到一封邮件,其中包含有关如何确认新账户的说明。请确认此账户并返回此处登录。",
+ "MessageThankYouForConnectSignUpNoValidation": "感谢您注册 Emby Connect !现在将要求您使用 Emby Connect 登录。",
+ "ErrorMessagePasswordNotMatchConfirm": "密码和确认密码必须匹配。",
+ "ErrorMessageUsernameInUse": "此用户名已被使用。请选择一个新用户名并重试。",
+ "ErrorMessageEmailInUse": "此邮箱地址已被使用。请输入一个新地址并重试,或者使用 “忘记密码” 功能。",
+ "HeaderUpcomingOnTV": "电视直播预告",
+ "HeaderOtherShowings": "其他放映",
+ "Showings": "放映",
+ "HeaderConnectToServer": "连接至服务器",
+ "ConnectToServerManually": "手动连接至服务器",
+ "LabelEnterConnectUserNameHelp": "这是您用于设置 Emby Connect 账号的电子邮件地址。",
+ "HeaderSignInError": "登录出错",
+ "HeaderManualLogin": "手动登录",
+ "PasswordResetConfirmation": "您确定要重置密码吗?",
+ "ContactAdminToResetPassword": "请联系管理员以重置您的密码。",
+ "ForgotPasswordInNetworkRequired": "请在您的家庭网络中重试以开始密码重置流程。",
+ "ForgotPasswordFileCreated": "以下文件已在您的服务器上创建,并包含有关如何继续的说明:",
+ "ForgotPasswordFileExpiration": "重置 PIN 码将于 {0} 过期。",
+ "InvalidForgotPasswordPin": "输入的 PIN 码无效或已过期。请再试一次。",
+ "PasswordResetForUsers": "已移除以下用户的密码。请使用空密码登录。",
+ "HeaderForgotPassword": "忘记密码?",
+ "ForgotPasswordUsernameHelp": "如果您不记得用户名,请将此留空。",
+ "HeaderPasswordReset": "重置密码",
+ "AttributeNew": "新建",
+ "Done": "完成",
+ "HeaderResetToDefault": "重置为默认",
+ "Deinterlacing": "去隔行",
+ "HeaderBurningInSubtitles": "字幕压制",
+ "Premiere": "首映",
+ "LabelPinCode": "PIN 码",
+ "LabelLocalNetworkPinCode": "本地网络 PIN 码",
+ "LabelLocalNetworkPasswordMode": "本地网络登录模式",
+ "RequirePasswordInLocalNetwork": "在本地网络上需要密码",
+ "NoPasswordInLocalNetwork": "在本地网络上不需要密码",
+ "PinCodeInLocalNetwork": "允许在本地网络上使用数字 PIN 码",
+ "LocalNetworkPasswordModeHelp": "选择与 Emby Server 处于同一本地网络上设备的登录方式。",
+ "HeaderLocalNetworkAccess": "本地网络访问",
+ "Live": "直播",
+ "Reset": "重置",
+ "Repeat": "重播",
+ "Track": "首",
+ "Tracks": "首",
+ "HeaderCameraUpload": "相机上传",
+ "TrackCount": "共 {0} 首",
+ "ItemCount": "共 {0} 项",
+ "NumberChannelsValue": "共 {0} 个频道",
+ "HeaderLatestMusic": "最新音乐",
+ "HeaderLatestAudioBooks": "最新有声读物",
+ "HeaderLatestDownloadedVideos": "最新下载视频",
+ "HeaderRecentlyPlayed": "近期播放",
+ "Recent": "近期",
+ "HeaderFrequentlyPlayed": "经常播放",
+ "HeaderMoreLikeThis": "其它类似",
+ "HeaderMoreLikeThisOnLiveTV": "电视直播中类似节目",
+ "OriginalAirDateValue": "原始播出日期:{0}",
+ "EndsAtValue": "结束于 {0}",
+ "Date": "日期",
+ "AirDate": "播出日期",
+ "Played": "已播放",
+ "Daily": "每天",
+ "Weekly": "每周",
+ "RequireHashMatch": "要求哈希匹配",
+ "RequireHashMatchHelp": "要求进行哈希匹配来筛选出已用您实际视频文件测试过的字幕。取消选择此项会增加匹配字幕的数量,但也会增加误判或不正确的字幕文本。",
+ "SearchForForcedSubtitlesOnly": "仅强制字幕",
+ "SearchForForcedSubtitlesOnlyHelp": "要求强制字幕会将结果限制在标记为具有外语的字幕上。",
+ "LastEpisodeDateAdded": "上次添加集日期",
+ "LastEpisodeDateAired": "上次发布集日期",
+ "LabelPlaystate": "播放状态",
+ "Studio": "工作室",
+ "Tag": "标签",
+ "EpisodeTitle": "集标题",
+ "Audio": "音频",
+ "Video": "视频",
+ "Subtitle": "字幕",
+ "Image": "图像",
+ "CopyStream": "复制原始流",
+ "LabelAudioLayout": "音频布局",
+ "LabelAudioCodec": "音频编解码器",
+ "LabelAudioLanguage": "音频语言",
+ "LabelSubtitleLanguage": "字幕语言",
+ "LabelVideoCodec": "视频编解码器",
+ "LabelSubtitleCodec": "字幕编解码器",
+ "LabelParentalRating": "家长评分",
+ "BecauseYouLikeValue": "类似收藏:{0}",
+ "BecauseYouWatchedValue": "类似看过:{0}",
+ "DirectedByValue": "同一执导:{0}",
+ "StarringValue": "同一出演:{0}",
+ "Invitations": "邀请",
+ "ActorAsRole": "扮演 {0}",
+ "ButtonOk": "确定",
+ "GroupItemsIntoCollections": "将项目分组到合集中",
+ "GroupItemsIntoCollectionsHelp": "根据已添加到的合集对项目进行分组。启用某些筛选器或排序命令可能会自动禁用此功能。",
+ "GroupItemsIntoTags": "按标签分组项目",
+ "GroupItemsIntoTagsHelp": "根据已添加的标签对项目进行分组。启用筛选或排序会自动禁用此功能。",
+ "User": "用户",
+ "Access": "访问",
+ "Users": "用户",
+ "Library": "媒体库",
+ "Devices": "设备",
+ "Cancel": "取消",
+ "Restart": "重启",
+ "Shutdown": "关机",
+ "Logs": "日志",
+ "Visibility": "可见性",
+ "Notifications": "通知",
+ "SendTestNotification": "发送测试通知",
+ "NotificationSent": "通知已发送",
+ "DeleteNotificationConfirmation": "您确定要删除此通知吗?",
+ "DeleteNotification": "删除通知",
+ "AddNotification": "添加通知",
+ "EditNotification": "编辑通知",
+ "LimitUserEventsTo": "将用户事件限制为",
+ "LimitLibraryEventsTo": "将媒体库事件限制为",
+ "LimitDeviceEventsTo": "将设备事件限制为",
+ "ForAdditionalNotificationOptions": "服务器管理员可以在 Emby {0}插件目录{1}中安装其它通知服务。",
+ "Plugins": "插件",
+ "Systems": "系统",
+ "Server": "服务器",
+ "Dashboard": "控制台",
+ "PlayOnAnotherDevice": "在其它设备上播放",
+ "HeaderConnectionHelp": "连接帮助",
+ "AccessRestrictedTryAgainLater": "访问目前受限。请稍后再试。",
+ "ButtonGotIt": "明白",
+ "RememberMe": "记住我",
+ "EmbyServer": "Emby Server",
+ "ManageEmbyServer": "管理 Emby Server",
+ "ShutdownServer": "关闭 Emby Server",
+ "RestartServer": "重启 Emby Server",
+ "RecordingCancelled": "已取消录制",
+ "SeriesCancelled": "剧集已取消",
+ "Recording": "正在录制",
+ "SeriesRecording": "剧集录制",
+ "RecordingScheduled": "已计划录制",
+ "SeriesRecordingScheduled": "计划剧集录制",
+ "HeaderNewRecording": "新建录制",
+ "HeaderWakeServer": "唤醒服务器",
+ "AttemptingWakeServer": "尝试唤醒服务器中,请稍候...",
+ "WakeServerSuccess": "成功!",
+ "HeaderCustomizeHomeScreen": "自定义主屏幕",
+ "WakeServerError": "Wake On LAN 数据包已发送到您的服务器上,但是我们无法连接到您的 Emby Server 。您的服务器可能需要更多时间才能被唤醒,或者 Emby Server 可能未在此计算机上有效运行。",
+ "Days": "天",
+ "Network": "网络",
+ "Networks": "电视网",
+ "SortByValue": "排序:{0}",
+ "HeaderSortBy": "排序:",
+ "HeaderPhotoAlbums": "相册",
+ "Photos": "照片",
+ "HeaderAppearsOn": "出现于",
+ "List": "列表",
+ "HeaderRecordSeries": "录制剧集",
+ "HeaderCinemaMode": "Cinema Intros",
+ "Conversions": "转换",
+ "Downloads": "下载",
+ "HeaderManageDownloads": "管理下载内容",
+ "InternalStorage": "内部存储",
+ "ExternalStorage": "外部存储",
+ "UploadToFollowingServers": "上传到服务器",
+ "UploadingNumItems": "正在上传 {1} 个,共 {0} 个",
+ "DownloadNumItems": "正在下载 {1} 个,共 {0} 个",
+ "HeaderSampleRate": "采样率",
+ "HeaderReferenceFrames": "参考帧",
+ "HeaderBitDepth": "位深度",
+ "HeaderPixelFormat": "像素格式",
+ "Profile": "配置",
+ "Bitrate": "比特率",
+ "Expand": "展开",
+ "Container": "媒体容器",
+ "Format": "格式",
+ "Path": "路径",
+ "Size": "文件尺寸",
+ "Resolution": "分辨率",
+ "HeaderCodecTag": "编解码器标签",
+ "Framerate": "帧率",
+ "Interlaced": "隔行",
+ "Anamorphic": "变形",
+ "Level": "等级",
+ "Timestamp": "时间戳",
+ "Language": "语言",
+ "Codec": "编解码器",
+ "Stream": "流媒体",
+ "HeaderExtradata": "额外数据",
+ "HeaderHardwareAcceleratedTranscoding": "硬件加速转码",
+ "HeaderHardwareAcceleratedTranscodingDescription": "利用您服务器的 GPU 。Emby 拥有业界最先进、最快的硬件加速能力。",
+ "HeaderOfflineDownloads": "离线媒体",
+ "AndMuchMoreExclamation": "以及更多!",
+ "HeaderOfflineDownloadsDescription": "将媒体下载到您的设备以方便离线使用。",
+ "LiveTvFeatureDescription": "通过您 Emby Server 上已安装的兼容电视调谐器设备,将电视直播流式传输到任何 Emby 应用。",
+ "DvrFeatureDescription": "通过 Emby DVR 计划录制各个电视直播、剧集等。",
+ "CinemaModeFeatureDescription": "Cinema Intros 带给您真实的电影体验,在正式播放之前可为您提供预告片和自定义介绍。",
+ "HeaderFreeApps": "免费 Emby 应用",
+ "FreeAppsFeatureDescription": "在您的设备上免费使用 Emby 应用。",
+ "HeaderBecomeProjectSupporter": "获取 Emby Premiere",
+ "HeaderViewServerInfo": "查看服务器信息",
+ "PlaybackTvModeRequiresEmbyPremiere": "电视模式下的媒体播放需要有效的 {0}Emby Premiere 订阅{1}。",
+ "FeatureRequiresEmbyPremiere": "此功能需要有效的 {0}Emby Premiere 订阅{1}。",
+ "HeaderConvertYourRecordings": "转换您的录制",
+ "Record": "录制",
+ "Save": "保存",
+ "Edit": "编辑",
+ "HeaderSavePlaylist": "保存播放列表",
+ "Latest": "最新",
+ "Download": "下载",
+ "Downloaded": "已下载",
+ "Converted": "已转换",
+ "RemoveFromHistory": "移出“历史”",
+ "ConfirmRemoveFromHistory": "要从历史记录中移除此项目吗 ?",
+ "Downloading": "正在下载",
+ "Advanced": "高级",
+ "LinkedToEmbyConnect": "链接至 Emby Connect",
+ "Delete": "删除",
+ "Both": "两者",
+ "LabelChannelDisplay": "频道显示",
+ "HeaderDeleteItem": "删除项目",
+ "HeaderDeleteUser": "删除用户",
+ "DeleteItemConfirmation": "您确定要删除 {0} 吗 ?",
+ "DeleteUserConfirmation": "您确定要删除用户 {0} 吗 ?",
+ "DeleteUsersConfirmation": "您确定要删除这 {0} 用户吗 ?",
+ "HeaderDeleteDevice": "删除设备",
+ "DeleteDeviceConfirmation": "您确定要删除此设备吗 ?当用户用此设备再次登录时,它将会重新出现。",
+ "ConfirmDeleteItem": "删除此项目会将其从文件系统和媒体库同时删除。",
+ "FollowingFilesWillBeDeleted": "将删除以下文件和文件夹:",
+ "AreYouSureToContinue": "您确定要继续吗 ?",
+ "Refresh": "刷新",
+ "RefreshingMetadataDots": "正在刷新元数据…",
+ "ScanningLibraryFilesDots": "正在扫描媒体库文件…",
+ "HeaderFavoritesThenByChannelNumber": "收藏、频道编号",
+ "HeaderAddToCollection": "添加到 “合集”",
+ "HeaderFavoritesThenByTitle": "收藏、标题",
+ "HeaderFavoritesThenByDefault": "收藏、默认频道顺序",
+ "HeaderDefaultChannelOrder": "默认频道顺序",
+ "HeaderAddToFavorites": "添加到 “收藏“",
+ "HeaderRemoveFromFavorites": "移出 “收藏”",
+ "Favorited": "已收藏",
+ "Unfavorited": "已取消收藏",
+ "HeaderNewCollection": "新建合集",
+ "HeaderNewPlaylist": "新建播放列表",
+ "AllCollections": "所有系列",
+ "AllPlaylists": "所有播放列表",
+ "Create": "创建",
+ "HeaderAddedToPlaylist": "已添加到 “播放列表”",
+ "HeaderAddedToCollection": "已添加到 “合集”",
+ "OneItemAddedTo": "已添加 1 项到 “{0}”。",
+ "ItemsAddedTo": "已添加 {0} 项到 “{1}”。",
+ "HeaderAddedToPlayQueue": "已添加到 “播放队列”",
+ "HeaderPlayingNext": "下个播放",
+ "Help": "帮助",
+ "HeaderGetHelp": "获取帮助",
+ "LabelTVDisplayMode": "启用电视显示模式",
+ "Desktop": "桌面",
+ "Mobile": "手机 / 平板电脑",
+ "Navigation": "导航",
+ "HeaderVideoPlayback": "视频播放",
+ "TV": "电视",
+ "HeaderEmbyConnect": "Emby Connect",
+ "Seasons": "播出季",
+ "OneTrack": "共 1 首",
+ "OneSeason": "共 1 季",
+ "Libraries": "媒体库",
+ "NumberSeasonsValue": "共 {0} 季",
+ "TVDisplayModeHelp": "优化此设备上的用户交互界面,以便遥控方式操作和电视显示。如果您的主要输入方式是鼠标或触摸,通常不建议这样做。",
+ "LabelDisplayLanguage": "显示语言",
+ "LabelDisplayLanguageHelp": "Emby 的翻译工作是一个持续进行的项目。",
+ "LearnHowYouCanContribute": "了解如何贡献自己的力量。",
+ "NewCollectionHelp": "“合集” 可让您为电影和其它媒体库内容创建个性化分组。",
+ "SearchForCollectionInternetMetadata": "在互联网上搜索媒体图片和元数据",
+ "DisplayMissingEpisodesWithinSeasons": "显示每季里遗漏的集",
+ "DisplayMissingEpisodesWithinSeasonsHelp": "必须在 Emby Server 设置中为“电视”媒体库启用此功能。",
+ "EnableThemeSongs": "播放主题曲",
+ "EnableBackdrops": "启用壁纸",
+ "EnableThemeSongsHelp": "如果启用,将在您浏览媒体库时在后台播放主题曲。",
+ "EnableBackdropsHelp": "如果启用,在您浏览媒体库时某些页面的背景将显示壁纸。",
+ "EnableThemeVideos": "播放主题视频",
+ "EnableThemeVideosHelp": "如果启用,在您浏览媒体库时将在后台播放主题视频。",
+ "RunAtStartup": "开机运行",
+ "ServerStartup": "服务器启动",
+ "EmbyServerOnXHasStarted": "Emby Server 于 {0} 启动。",
+ "LabelScreensaver": "屏幕保护",
+ "LabelSoundEffects": "音效",
+ "LabelName": "名称",
+ "NewCollectionNameExample": "例如:“星球大战” 合集",
+ "MessageItemsAdded": "项目已添加。",
+ "OptionNew": "新建…",
+ "LabelPlaylist": "播放列表",
+ "AddToPlaylist": "添加到 “播放列表”",
+ "HeaderAddToPlaylist": "添加到 “播放列表”",
+ "Subtitles": "字幕",
+ "LabelTheme": "主题",
+ "LabelSettingsTheme": "设置主题",
+ "LabelThemeAccentColor": "强调色",
+ "ThemeAccentColorDescription": "控制重要指示器、图标和文本的颜色。",
+ "SearchForSubtitles": "搜索字幕",
+ "LabelLanguage": "语言",
+ "Search": "搜索",
+ "NoSubtitleSearchResultsFound": "未找到结果。您是否已配置{0}字幕下载{1} ?",
+ "NoLyricsSearchResultsFound": "未找到结果。您是否已配置{0}字幕下载{1} ?",
+ "Lyrics": "歌词",
+ "SearchForLyrics": "搜索歌词",
+ "Finish": "完成",
+ "File": "文件",
+ "Exit": "退出",
+ "Sleep": "睡眠",
+ "Setup": "设置",
+ "MessageAreYouSureDeleteSubtitles": "您确定要删除此字幕文件吗?",
+ "ConfirmDeletion": "确认删除",
+ "MySubtitles": "我的字幕",
+ "MessageDownloadQueued": "下载已排队。",
+ "HeaderEditSubtitles": "编辑字幕",
+ "UnlockGuide": "解锁指南",
+ "HeaderRefreshMetadata": "刷新元数据",
+ "HeaderRefreshAllMetadata": "刷新所有元数据",
+ "ReplaceExistingImages": "替换现有图像",
+ "ReplaceExistingImagesHelp": "基于媒体库选项,将删除全部现有图像,并下载新图像。在某些情况下,这可能会导致可用图像比以前要少。",
+ "ReplaceAllMetadata": "替换所有元数据",
+ "SearchForMissingMetadata": "搜索缺少的元数据",
+ "LabelRefreshMode": "刷新模式",
+ "NoItemsFound": "未找到项目。",
+ "HeaderSaySomethingLike": "说点什么…",
+ "ButtonTryAgain": "重试",
+ "HeaderYouSaid": "您说了…",
+ "MessageWeDidntRecognizeCommand": "很抱歉,我们无法识别此命令。",
+ "MessageIfYouBlockedVoice": "如果您拒绝应用的语音访问功能,则需要先重新配置再重试。",
+ "ValueDiscNumber": "光盘 {0}",
+ "Unrated": "未分级",
+ "Favorite": "收藏",
+ "Like": "喜欢",
+ "Dislike": "不喜欢",
+ "RefreshDialogHelp": "依据 Emby 媒体库中的设置和元数据提供器,用新的数据更新元数据。",
+ "Open": "打开",
+ "Play": "播放",
+ "Pause": "暂停",
+ "HeaderPlayQueue": "播放队列",
+ "HeaderAddToPlayQueue": "添加到 “播放队列”",
+ "Shuffle": "随机播放",
+ "Identify": "识别",
+ "HeaderRemoveIdentification": "移除识别",
+ "ResetMetadataConfirmation": "您确定要重置所有元数据吗 ?",
+ "HeaderEditMetadata": "编辑元数据",
+ "Convert": "转换",
+ "Resume": "恢复播放",
+ "HeaderInstantMix": "即时混合",
+ "HeaderGoToItem": "转到项目",
+ "HeaderGoToSeason": "转到季",
+ "HeaderGoToSeries": "转到剧集",
+ "HeaderGoToAlbum": "转到专辑",
+ "HeaderGoToArtist": "转至艺人",
+ "HeaderPlayAll": "全部播放",
+ "PictureInPicture": "画中画",
+ "Fullscreen": "全屏",
+ "ExitFullscreen": "退出全屏",
+ "Rewind": "退回",
+ "FastForward": "快进",
+ "Remove": "移除",
+ "Rename": "重命名",
+ "Queue": "排队",
+ "QueueAllFromHere": "由此开始全部排队",
+ "PlayAllFromHere": "由此开始全部播放",
+ "PlayFromBeginning": "从头开始播放",
+ "FromBeginning": "从头开始",
+ "ResumeAt": "从 {0} 恢复播放",
+ "HeaderRemoveFromPlaylist": "移出 “播放列表”",
+ "HeaderRemoveFromPlayQueue": "移出“播放队列”",
+ "HeaderRemoveFromCollection": "移出 “合集”",
+ "Sort": "排序",
+ "Trailer": "预告片",
+ "SelectNone": "不选择",
+ "SelectAll": "全选",
+ "HeaderMarkPlayed": "标记为已播放",
+ "HeaderMarkUnplayed": "标记为未播放",
+ "HeaderGroupVersions": "组合版本",
+ "PleaseSelectTwoItems": "请至少选择 2 项。",
+ "HeaderConfirmRecordingCancellation": "确认取消录制",
+ "MessageConfirmRecordingCancellation": "要取消录制吗 ?",
+ "Album": "专辑",
+ "AlbumArtist": "专辑艺人",
+ "Error": "出错",
+ "VoiceInput": "语音输入",
+ "LabelContentType": "内容类型",
+ "LabelPath": "路径",
+ "Playlists": "播放列表",
+ "LabelTitle": "标题",
+ "LabelOriginalTitle": "原标题",
+ "LabelSortTitle": "排序标题",
+ "LabelDateAdded": "加入日期",
+ "DateAdded": "加入日期",
+ "DateModified": "修改日期",
+ "DatePlayed": "播放日期",
+ "DateLastActive": "上次活动日期",
+ "ConfigureDateAdded": "在 Emby Server 控制台 \"媒体库” 设置中可配置如何确定加入日期",
+ "LabelStatus": "状态",
+ "LabelArtistsHelp": "多个可使用 ;(英文分号)分隔",
+ "HeaderAlbumArtists": "专辑艺人",
+ "LabelAlbumArtists": "专辑艺人",
+ "LabelAlbum": "专辑",
+ "Artist": "艺人",
+ "Artists": "艺人",
+ "ImdbRating": "IMDb 评分",
+ "CommunityRating": "社区评分",
+ "LabelCommunityRating": "社区评分",
+ "LabelCriticRating": "影评人评分",
+ "CriticRating": "影评人评分",
+ "LabelWebsite": "网站",
+ "Tagline": "宣传语",
+ "LabelOverview": "概要",
+ "LabelShortOverview": "简介",
+ "LabelReleaseDate": "发行日期",
+ "LabelPlaceOfBirth": "出生地",
+ "Aired": "已播出",
+ "LabelAirDays": "播出日期",
+ "LabelAirTime": "播出时间",
+ "LabelRuntimeMinutes": "播放时长(分钟)",
+ "LabelCustomRating": "自定义评分",
+ "LabelOriginalAspectRatio": "原始宽高比",
+ "Label3DFormat": "3D 格式",
+ "FormatValue": "格式:{0}",
+ "DownloadsValue": "{0} 个下载",
+ "HashMatch": "哈希匹配",
+ "EnableExternalVideoPlayers": "启用外部视频播放器",
+ "EnableExternalVideoPlayersHelp": "在开始播放视频时,将显示一个外部播放器菜单。",
+ "HeaderSpecialEpisodeInfo": "特别篇信息",
+ "LabelAirsDuringSeason": "在以下季中播出",
+ "LabelAirsAfterSeason": "在以下季后播出",
+ "LabelAirsBeforeEpisode": "在以下集前播出",
+ "HeaderExternalIds": "外部标识符",
+ "HeaderDisplaySettings": "显示设置",
+ "PlaylistOrder": "播放列表顺序",
+ "CollectionOrder": "合集顺序",
+ "LabelDisplayOrder": "显示顺序",
+ "LabelFileOrder": "文件顺序",
+ "Display": "显示",
+ "Countries": "国家",
+ "Genres": "类型",
+ "Studios": "工作室",
+ "Tags": "标签",
+ "Links": "数据库链接",
+ "Movie": "影片",
+ "Program": "节目",
+ "Channel": "频道",
+ "Episode": "集",
+ "Season": "播出季",
+ "HeaderMetadataSettings": "元数据设置",
+ "People": "人物",
+ "Number": "编号",
+ "Lock": "锁定",
+ "HeaderScreenLocked": "屏幕锁定",
+ "HeaderUnlockControls": "解锁控制",
+ "HeaderTapToUnlock": "点击可解锁",
+ "LabelMetadataDownloadLanguage": "首选元数据下载语言",
+ "LabelImageDownloadLanguage": "首选图像下载语言",
+ "LabelLockItemToPreventChanges": "锁定此项目可防止今后改动",
+ "LockThisField": "锁定此字段可防止今后刷新元数据时发生改动",
+ "MessageLeaveEmptyToInherit": "留空可继承上级项目的设置,或者使用全局默认值。",
+ "LabelCountry": "国家或地区",
+ "LabelCertificationCountry": "认证国家或地区",
+ "CertificationCountryHelp": "这将影响使用哪种内容分级系统。",
+ "LabelDynamicExternalId": "{0} 标识符",
+ "LabelBirthYear": "出生年份",
+ "LabelBirthDate": "出生日期",
+ "LabelDeathDate": "去世日期",
+ "LabelEndDate": "结束日期",
+ "LabelSeasonNumber": "季编号",
+ "LabelEpisodeNumber": "集编号",
+ "LabelTrackNumber": "曲号",
+ "LabelNumber": "编号",
+ "LabelDiscNumber": "盘号",
+ "LabelParentNumber": "上级编号",
+ "SortName": "排序标题",
+ "OriginalTitle": "原标题",
+ "ReleaseDate": "发行日期",
+ "Continuing": "继续",
+ "Ended": "完结",
+ "HeaderEnabledFields": "已启用字段",
+ "HeaderEnabledFieldsHelp": "取消选中某字段可将其锁定并防止其数据被更改。",
+ "Backdrops": "壁纸",
+ "Images": "图像",
+ "Runtime": "播放时长",
+ "ProductionLocations": "产地",
+ "BirthLocation": "出生地",
+ "ParentalRating": "家长评分",
+ "PlayCount": "播放次数",
+ "Name": "名称",
+ "Overview": "概要",
+ "LabelType": "类型",
+ "LabelPersonRole": "角色",
+ "LabelPersonRoleHelp": "例如:冰淇淋卡车司机",
+ "Actor": "演员",
+ "Composers": "作曲家",
+ "Composer": "作曲家",
+ "Director": "导演",
+ "GuestStar": "客串明星",
+ "Producer": "制片",
+ "Writer": "编剧",
+ "MessageNoSyncJobsFound": "未找到下载项。使用应用中的 “下载” 按钮可创建下载任务。",
+ "MessageNoDownloadsFound": "未找到离线下载项。使用应用中的 “下载” 按钮可创建下载任务,今后可离线使用。",
+ "InstallingPackage": "正在安装 {0}",
+ "PackageInstallCompleted": "{0} 安装已完成。",
+ "PackageInstallFailed": "{0} 安装失败。",
+ "PackageInstallCancelled": "{0} 安装已被取消。",
+ "SeriesYearToPresent": "{0} - 现在",
+ "OneDevice": "共 1 个设备",
+ "DeviceCountValue": "共 {0} 个设备",
+ "OneLog": "共 1 个日志",
+ "LogCountValue": "共 {0} 个日志",
+ "OneVote": "共 1 票",
+ "VoteCountValue": "共 {0} 票",
+ "OneLike": "共 1 个喜欢",
+ "LikeCountValue": "共 {0} 个喜欢",
+ "OneUser": "共 1 个用户",
+ "UserCountValue": "共 {0} 个用户",
+ "OneLibrary": "共 1 个媒体库",
+ "LibraryCountValue": "共 {0} 个媒体库",
+ "ValueOneItem": "1 项",
+ "ValueOneEpisode": "共 1 集",
+ "ValueEpisodeCount": "共 {0} 集",
+ "Albums": "专辑",
+ "Song": "歌曲",
+ "Songs": "歌曲",
+ "Authors": "作者",
+ "Books": "书籍",
+ "AudioBooks": "有声读物",
+ "HeaderAudioBooks": "有声读物",
+ "HeaderAudioBook": "有声读物",
+ "HeaderIdentifyItemHelp": "输入一个或多个搜索条件。移除条件可增加搜索结果。",
+ "PleaseEnterNameOrId": "请输入名称或外部标识符。",
+ "MessageItemSaved": "项目已保存。",
+ "SearchResults": "搜索结果",
+ "ServerNameIsRestarting": "Emby Server - {0} 正在重启。",
+ "ServerNameIsShuttingDown": "Emby Server - {0} 正在关闭。",
+ "HeaderDeleteItems": "删除项目",
+ "ConfirmDeleteItems": "删除这些项目会将它们从文件系统和媒体库中同时删除。",
+ "PleaseRestartServerName": "请重启“{0}”上的 Emby Server",
+ "ConvertingDots": "正在转换…",
+ "LabelSyncNoTargetsHelp": "您似乎没有任何可支持离线下载的应用。",
+ "DownloadingDots": "正在下载…",
+ "LearnMore": "了解更多",
+ "LabelBitrateMbps": "比特率 (Mbps)",
+ "ConvertUnwatchedVideosOnly": "仅转换未播放视频",
+ "SyncUnwatchedVideosOnly": "仅下载未播放视频",
+ "ConvertUnwatchedVideosOnlyHelp": "仅转换未标记为完全播放的视频。",
+ "SyncUnwatchedVideosOnlyHelp": "仅下载未标记为完全播放的视频,并在其完全播放后从设备中删除。",
+ "AutomaticallySyncNewContent": "自动下载新内容",
+ "AutomaticallySyncNewContentHelp": "添加到此文件夹的新内容将会被自动下载到设备。",
+ "AutomaticallyConvertNewContent": "自动转换新内容",
+ "AutomaticallyConvertNewContentHelp": "添加到此文件夹的新内容将会被被自动转换。",
+ "LabelItemLimit": "项目限制",
+ "ConvertItemLimitHelp": "可选。设置将要转换的项目数量限制。",
+ "DownloadItemLimitHelp": "可选。设置将要下载的项目数量限制。",
+ "PleaseSelectDeviceToSyncTo": "请选择要下载的设备。",
+ "Screenshots": "截图",
+ "MoveRight": "右移",
+ "MoveLeft": "左移",
+ "HeaderUploadNewImage": "上传新图像",
+ "HeaderDeleteImage": "删除图像",
+ "ConfirmDeleteImage": "删除图像?",
+ "HeaderEditImages": "编辑图像",
+ "Settings": "设置",
+ "ShowIndicatorsFor": "显示指示器",
+ "Episodes": "集",
+ "Programs": "节目",
+ "HeaderCastCrew": "演职人员",
+ "DvrSubscriptionRequired": "Emby Live TV & DVR 需要有效的 {0}Emby Premiere 订阅{1}。",
+ "HeaderCancelRecording": "取消录制",
+ "HeaderKeepRecording": "保持录制",
+ "HeaderCancelSeries": "取消剧集",
+ "HeaderKeepSeries": "保留剧集",
+ "HeaderLearnMore": "了解更多",
+ "SeriesSettings": "剧集设置",
+ "HeaderRecordingOptions": "录制选项",
+ "HeaderDoNotRecord": "不要录制",
+ "HeaderSeriesOptions": "剧集选项",
+ "Layout": "布局",
+ "Channels": "频道",
+ "ChannelNameOnly": "仅频道 {0}",
+ "Anytime": "任意时间",
+ "AnyLanguage": "任意语言",
+ "AroundTime": "{0} 左右",
+ "HeaderLatestMovies": "最新影片",
+ "All": "全部",
+ "Stop": "停止",
+ "AllChannels": "所有频道",
+ "NewEpisodesOnly": "仅新集",
+ "AllEpisodes": "所有集",
+ "LabelStartWhenPossible": "随时开始",
+ "LabelStopWhenPossible": "随时停止",
+ "MinutesBefore": "分钟前",
+ "MinutesAfter": "分钟后",
+ "SkipEpisodesAlreadyInMyLibrary": "不要录制我媒体库中已存在的集",
+ "SkipEpisodesAlreadyInMyLibraryHelp": "如果可用,将使用季和集编号比较剧集。",
+ "LabelKeepUpTo": "跟随",
+ "AsManyAsPossible": "尽可能多",
+ "DefaultErrorMessage": "处理请求时出错。请稍后再试。",
+ "UntilIDelete": "直到我删除",
+ "UntilSpaceNeeded": "直到需要空间",
+ "Categories": "类别",
+ "Sports": "体育",
+ "News": "新闻",
+ "Movies": "影片",
+ "Music": "音乐",
+ "Kids": "儿童",
+ "MoreFromValue": "更多来自 {0}",
+ "DiedValue": "去世:{0}",
+ "BornValue": "出生:{0}",
+ "EnableColorCodedBackgrounds": "依据类别使用要显示的着色背景",
+ "SortChannelsBy": "频道排序:",
+ "ChannelNumber": "频道编号",
+ "HeaderBenefitsEmbyPremiere": "Emby Premiere 特权",
+ "ThankYouForTryingEnjoyOneMinute": "请享受 1 分钟的播放时间。感谢您试用 Emby 。",
+ "HeaderTryPlayback": "尝试播放",
+ "HowDidYouPay": "您想如何付款?",
+ "IHaveEmbyPremiere": "我拥有 Emby Premiere",
+ "IPurchasedThisApp": "我已购买此应用",
+ "ButtonRestorePreviousPurchase": "恢复购买",
+ "ButtonUnlockWithPurchase": "购买解锁",
+ "ButtonUnlockPrice": "解锁{0}",
+ "EmbyPremiereMonthlyWithPrice": "Emby Premiere Monthly {0}",
+ "HeaderAlreadyPaid": "已付款?",
+ "ButtonPlayOneMinute": "播放 1 分钟",
+ "PlaceFavoriteChannelsAtBeginning": "收藏频道置顶",
+ "HeaderUnlockFeature": "解锁功能",
+ "MessageDidYouKnowCinemaMode": "您知道吗,借助 Emby Premiere ,您可以使用 Cinema Intros 等功能来增强体验 ?",
+ "HeaderPlayMyMedia": "播放我的媒体",
+ "HeaderDiscoverEmbyPremiere": "探索 Emby Premiere",
+ "HeaderNowPlaying": "正在播放",
+ "Items": "项目",
+ "AppName": "应用名称",
+ "OneChannel": "1 个频道",
+ "ConfirmRemoveDownload": "要移除下载吗 ?",
+ "ConfirmRemoveItem": "要移除项目吗 ?",
+ "RemoveDownload": "移除下载",
+ "ConfirmCancelConversion": "要取消转换吗 ?",
+ "CancelConversion": "取消转换",
+ "KeepDownload": "保留下载",
+ "AddedOnValue": "添加于 {0}",
+ "RemovingFromDevice": "正从设备中移除",
+ "KeepOnDevice": "在设备上保留",
+ "CancelDownload": "取消下载",
+ "SyncJobItemStatusReadyToTransfer": "准备传输",
+ "SyncJobItemStatusSyncedMarkForRemoval": "正从设备中移除",
+ "SyncJobItemStatusQueued": "已排队",
+ "SyncJobItemStatusConverting": "正在转换",
+ "SyncJobItemStatusTransferring": "正在传输",
+ "SyncJobItemStatusSynced": "已下载",
+ "Failed": "已失败",
+ "SyncJobItemStatusRemovedFromDevice": "已从设备中移除",
+ "Cancelled": "已取消",
+ "Retry": "重试",
+ "Continue": "继续",
+ "ContinueInSecondsValue": "在 {0} 秒后继续。",
+ "HeaderRemoteControl": "遥控",
+ "Disconnect": "断连",
+ "EnableDisplayMirroring": "启用投屏",
+ "RemoteAccess": "远程访问",
+ "HeaderPlayOn": "播放于",
+ "Quality": "质量",
+ "Auto": "自动",
+ "AndroidUnlockRestoreHelp": "要恢复以前的购买项,请确保您登录了最初用于购买的 Amazon 或 Google 账户。确保已启用应用商店,且没有任何家长控制的限制,确保您的互联网连接有效。您只需要操作一次,即可恢复之前的购买项。",
+ "HeaderAspectRatio": "宽高比",
+ "Original": "原始",
+ "Fill": "填充",
+ "Cover": "覆盖",
+ "MessageNoServersAvailableToConnect": "没有可连接的服务器。如果您被邀请共享服务器,请确保在下面接受了邀请,或者单击了邮件中的链接。",
+ "MessagePlayAccessRestricted": "此内容的播放受到限制。请与您的 Emby Server 管理员联系以获取更多信息。",
+ "Accept": "接受",
+ "Reject": "拒绝",
+ "Connect": "连接",
+ "HeaderMyMedia": "我的媒体",
+ "HeaderMyMediaSmall": "我的媒体(小)",
+ "LatestFromLibrary": "最新{0}",
+ "HeaderLatestEpisodes": "最新集",
+ "ContinuePlaying": "继续播放",
+ "ContinueWatching": "继续观看",
+ "HeaderLatestChannelMedia": "最新频道项目",
+ "HeaderContinueWatching": "继续观看",
+ "HeaderContinueListening": "继续聆听",
+ "HeaderActiveRecordings": "进行中录制",
+ "HeaderLatestRecordings": "最新录制内容",
+ "LabelConvertTo": "转换为",
+ "LabelDownloadTo": "下载到",
+ "HeaderDownloadToDots": "下载到…",
+ "Next": "下一项",
+ "LabelSource": "来源",
+ "VersionNumber": "版本 {0}",
+ "HeaderAllLanguages": "所有语言",
+ "Previous": "上一项",
+ "HeaderNextUp": "后续播放",
+ "HeaderPlayNextUp": "播放后续内容",
+ "HeaderLatestFrom": "最新来自{0}",
+ "LabelHomeScreenSectionValue": "主屏幕区块 {0}",
+ "PasswordResetComplete": "密码已重置。",
+ "PasswordSaved": "密码已保存。",
+ "SettingsSaved": "设置已保存。",
+ "Upcoming": "预告",
+ "HeaderSelectImageFile": "选择图像文件",
+ "None": "无",
+ "More": "更多",
+ "Up": "上",
+ "Down": "下",
+ "Home": "首页",
+ "Back": "返回",
+ "Random": "随机",
+ "Playback": "播放",
+ "Favorites": "收藏",
+ "HeaderHomeScreen": "主屏幕",
+ "HeaderLatestChannelItems": "最新频道项目",
+ "HeaderLibraryOrder": "媒体库顺序",
+ "HeaderOnNow": "正在播出",
+ "HeaderForKids": "面向儿童",
+ "HeaderPlaybackError": "播放错误",
+ "PlaybackErrorNotAllowed": "您目前无权播放此内容。请与系统管理员联系以获取详细信息。",
+ "RateLimitExceeded": "您的账户已超出 Emby Server 管理员设置的最大流传输限制。请与您的管理员联系以寻求帮助。",
+ "PlaybackErrorNoCompatibleStream": "当前没有兼容的流。请稍后再试或联系您的系统管理员以获取详细信息。",
+ "PlaybackErrorPlaceHolder": "请插入光盘以播放此视频。",
+ "PlaybackErrorNoPlayableItems": "未找到可播放项目。您是否尝试播放了一个空文件夹 ?",
+ "Guide": "指南",
+ "Games": "游戏",
+ "GameSystem": "游戏系统",
+ "Suggestions": "推荐",
+ "HeaderFavoriteChannels": "收藏频道",
+ "HeaderFavoriteCollections": "收藏合集",
+ "HeaderFavoritePlaylists": "收藏播放列表",
+ "Collection": "合集",
+ "Collections": "合集",
+ "LabelSelectFolderGroups": "自动将以下文件夹中的内容分组到各个视图,例如电影,音乐和电视:",
+ "LabelSelectFolderGroupsHelp": "未选中的文件夹将显示其自己的视图。",
+ "Mute": "静音",
+ "Unmute": "取消静音",
+ "Folder": "文件夹",
+ "Folders": "文件夹",
+ "FileName": "文件名",
+ "DisplayInOtherHomeScreenSections": "在次屏幕区块中显示,例如“最新媒体”和“继续观看”",
+ "DisplayInMyMedia": "在主屏幕中显示",
+ "Shows": "节目",
+ "MoviesAndShows": "影片和节目",
+ "HeaderMusicVideo": "音乐视频",
+ "HeaderMusicVideos": "音乐视频",
+ "MusicVideos": "音乐视频",
+ "Videos": "视频",
+ "MixedContent": "混合内容",
+ "HomeVideos": "家庭视频",
+ "HomeVideosAndPhotos": "家庭视频和照片",
+ "TVShows": "电视节目",
+ "HeaderLibraryFolders": "媒体库文件夹",
+ "HeaderTermsOfPurchase": "购买条款",
+ "PrivacyPolicy": "隐私政策",
+ "TermsOfUse": "使用条款",
+ "HeaderRepeatMode": "重播模式",
+ "HeaderToneMapping": "色调映射",
+ "RepeatOne": "单项重播",
+ "RepeatAll": "全部重播",
+ "LabelDefaultScreen": "默认屏幕",
+ "ConfirmEndPlayerSession": "您要关闭位于 {0} 的 Emby 吗 ?",
+ "Yesterday": "昨天",
+ "Yes": "是",
+ "No": "否",
+ "HeaderScanLibraryFiles": "扫描媒体库文件",
+ "LiveTV": "电视直播",
+ "Schedule": "计划",
+ "Recordings": "录制内容",
+ "ScanForNewAndUpdatedFiles": "扫描新增和已更新的文件",
+ "NewVersionOfXAvailableForY": "{0} 可用于 {1}",
+ "DirectStreamHelp1": "媒体的分辨率和媒体类型(H.264 、AC3 等等)与设备兼容,但其媒体容器(.mkv 、.avi 、.wmv 等等)不兼容。此视频将被实时重新打包后再流传输到设备。",
+ "DirectStreamHelp2": "直接流传输使用很少的处理能力,且不会降低视频质量。",
+ "MediaIsBeingConverted": "正在将媒体转换为与播放设备兼容的格式。",
+ "StatsForNerds": "播放统计信息",
+ "HeaderHardwareAcceleratedDecoding": "硬件加速解码",
+ "HeaderHardwareAcceleratedEncoding": "硬件加速编码",
+ "HeaderDirectPlay": "直接播放",
+ "DirectPlaying": "正在直接播放",
+ "DirectStreaming": "直接流传输",
+ "Transcode": "转码",
+ "Transcoding": "转码",
+ "ContainerBitrateExceedsLimit": "因质量设置而降低比特率",
+ "VideoCodecNotSupported": "正在转换视频为兼容的编解码器",
+ "AudioCodecNotSupported": "正在转换音频为兼容的编解码器",
+ "SubtitleCodecNotSupported": "正在直接转换字幕进视频",
+ "DirectPlayError": "正在从播放错误中恢复",
+ "ContainerNotSupported": "正在转换为兼容的容器",
+ "VideoLevelNotSupported": "正在转换为兼容的视频级别",
+ "AudioBitrateNotSupported": "正在转换为兼容的音频比特率",
+ "AudioChannelsNotSupported": "正在转换为兼容数量的音频声道",
+ "VideoResolutionNotSupported": "正在转换为兼容的视频分辨率",
+ "AudioProfileNotSupported": "正在转换为兼容的音频配置",
+ "AudioSampleRateNotSupported": "正在转换为兼容的音频采样率",
+ "AnamorphicVideoNotSupported": "不支持的变形视频",
+ "InterlacedVideoNotSupported": "去隔行视频",
+ "SecondaryAudioNotSupported": "选择辅助音轨",
+ "ExternalAudioNotSupported": "选择外部音轨",
+ "ErrorRemovingEmbyConnectAccount": "移除 Emby Connect 账户时出错。请确保您的互联网连接有效后重试。",
+ "HeaderEmbyAccountRemoved": "已移除 Emby 账户",
+ "MessageEmbyAccontRemoved": "已从此用户移除 Emby 账户。",
+ "HeaderInvitationSent": "已发送邀请",
+ "Offline": "离线",
+ "HeaderSignUp": "注册",
+ "ServerDownloadMessage": "访问 {0} 可下载并安装免费的 Emby Server",
+ "ServerDownloadMessageWithoutLink": "访问 Emby 网站可下载并安装免费的 Emby Server 。",
+ "MessageInvitationSentToUser": "已向 {0} 发送了一封邮件,邀请他们接受您的共享邀请。",
+ "MessageInvitationSentToNewUser": "已向 {0} 发送了一封邮件,邀请他们注册 Emby。",
+ "GuestUserNotFound": "未找到用户。请确保用户名正确并重试,或尝试输入邮箱地址。",
+ "ErrorReachingEmbyConnect": "连接 Emby Connect 服务器时出错。请确保你的互联网连接有效并重试。",
+ "ErrorAddingEmbyConnectAccount1": "添加 Emby Connect 账户时出错。您是否已创建了一个 Emby 账户 ?您可以在 {0} 注册。",
+ "ErrorAddingEmbyConnectAccount2": "如果仍有问题,请从 Emby 账户使用的邮箱地址向 {0} 发送邮件。",
+ "ErrorAddingGuestAccount1": "添加 Emby Connect 账户时出错。您的访客是否已创建了一个 Emby 账户 ?他们可以在 {0} 注册。",
+ "ErrorAddingGuestAccount2": "如果仍有问题,请发送邮件至 {0} ,并附上您以及他们的邮箱地址。",
+ "MessageEmbyAccountAdded": "已为此用户添加了 Emby 账户。",
+ "MessagePendingEmbyAccountAdded": "已为此用户添加了 Emby 账户。将发送邮件给此账户的所有者。您需要单击邮件中的链接来确认邀请。",
+ "HeaderEmbyAccountAdded": "已添加 Emby 账户",
+ "Skip": "跳过",
+ "HeaderAdditionalParts": "额外部分",
+ "ButtonGenerateNewPin": "生成新 PIN 码",
+ "ConnectLoginHelp1": "借助 Emby Connect ,您可以随时随地访问 Emby Server ,并与家人和朋友共享。",
+ "CreatePinErrorMessage": "创建 PIN 码时出错。请单击”生成新 PIN 码“并重试。",
+ "PinExpiredMessage": "PIN 码已过期。请单击”生成新 PIN 码“并重试。",
+ "ConnectPinCodeHeader": "要用 Emby Connect 登录,请使用移动设备或计算机访问 {0} 并输入以下 PIN 码:",
+ "LabelSubtitlePlaybackMode": "字幕模式",
+ "ErrorDeletingItem": "从 Emby Server 中删除项目时出错。请检查 Emby Server 对媒体文件夹具有写入权限后重试。",
+ "NoSubtitles": "无字幕",
+ "Default": "默认",
+ "Absolute": "独立",
+ "Smart": "智能",
+ "Small": "小",
+ "Smaller": "特小",
+ "Medium": "中",
+ "Large": "大",
+ "Larger": "特大",
+ "ExtraLarge": "超大",
+ "ExtraSmall": "超小",
+ "Forced": "强制",
+ "External": "外部",
+ "HeaderEmbeddedTitle": "内嵌标题",
+ "OnlyForcedSubtitles": "仅强制字幕",
+ "AlwaysPlaySubtitles": "始终播放字幕",
+ "DefaultSubtitlesHelp": "根据内嵌元数据中的“默认”和“强制”标签加载字幕。当有多个可用字幕时,将优先考虑首选语言。",
+ "SmartSubtitlesHelp": "音轨为外语时,加载与首选语言匹配的字幕。",
+ "HeaderSubtitleSettings": "字幕设置",
+ "HeaderSubtitleAppearance": "字幕外观",
+ "OnlyForcedSubtitlesHelp": "仅加载标签为 “强制” 的字幕。",
+ "AutoSelectHearingImpairedHelp": "将加载与首选语言匹配的字幕,还有一个首选项用于标记为听力障碍 (SDH) 的字幕。",
+ "AlwaysPlaySubtitlesHelp": "忽略音频语言,加载与首选语言匹配的字幕。",
+ "NoSubtitlesHelp": "默认不加载字幕。您可在播放过程中手动加载。",
+ "LabelPreferredSubtitleLanguage": "首选字幕语言",
+ "LabelTextSize": "文本大小",
+ "TheseSettingsAffectSubtitlesOnThisDevice": "这些设置会影响此设备上的字幕",
+ "LabelDropShadow": "投影",
+ "LabelTextBackgroundColor": "文本背景色",
+ "LabelWindowBackgroundColor": "文本背景色",
+ "LabelFont": "字体",
+ "LabelTextColor": "文本颜色",
+ "LabelBackgroundColor": "背景色",
+ "LabelBackgroundOpacity": "背景不透明度",
+ "Raised": "凸",
+ "Depressed": "凹",
+ "Uniform": "统一",
+ "DropShadow": "投影",
+ "SmallCaps": "全部大写",
+ "SubtitleAppearanceSettingsDisclaimer": "这些设置不适用于图形字幕(PGS 、DVD 等)以及有其自己内嵌样式的字幕(ASS/SSA)。",
+ "Normal": "正常",
+ "HeaderWaitingForWifi": "等待无线连接",
+ "WifiRequiredToDownload": "需要无线连接才能继续下载。",
+ "DownloadOnlyOnWifi": "仅无线连接时下载",
+ "LabelMusicDownloadQuality": "音乐下载质量",
+ "MusicDownloadQualityHelp": "比特率较高的音频文件将由 Emby Server 转换。选择较高的值可获得更好的质量,或选择较低的值以节省本地存储空间。",
+ "HeaderDownloadSettings": "下载设置",
+ "LabelDownloadLocation": "下载位置",
+ "BrowseForFolder": "浏览文件夹",
+ "Unlimited": "无限制",
+ "NoLimit": "无限制",
+ "Hide": "隐藏",
+ "HeaderKeepWatching": "继续观看",
+ "HeaderNextEpisode": "下一集",
+ "AudioBitDepthNotSupported": "正在转换为兼容的音频位深",
+ "VideoBitrateNotSupported": "正在转换为兼容的视频比特率",
+ "VideoProfileNotSupported": "正在转换为兼容的视频配置",
+ "VideoFramerateNotSupported": "正在转换为兼容的视频帧率",
+ "VideoBitDepthNotSupported": "正在转换为兼容的视频位深",
+ "RefFramesNotSupported": "正在转换为兼容数量的视频参考帧",
+ "ErrorConnectServerUnreachable": "执行请求操作时出错。您的服务器无法通过 {0} 与我们的 Emby Connect 服务器连接。请确保您的服务器具有有效的互联网连接,且已安装的任何防火墙或安全软件都允许其通信。",
+ "HeaderStopRecording": "停止录制",
+ "ManageRecording": "管理录制",
+ "LabelDropImageHere": "在此处拖放图像,或单击选择要上传的图像。",
+ "MessageFileReadError": "读取文件时出错。请重试。",
+ "Browse": "浏览",
+ "HeaderUploadImage": "上传图像",
+ "HeaderAddUpdateImage": "添加/更新图像",
+ "HeaderShowFields": "显示字段",
+ "LabelView": "视图",
+ "LabelImageType": "图像类型",
+ "Upload": "上传",
+ "Primary": "海报",
+ "PrimaryImageBlur": "海报图模糊",
+ "Art": "艺术图",
+ "Backdrop": "壁纸",
+ "Banner": "横幅图",
+ "Box": "包装盒(正面)",
+ "BoxRear": "包装盒(背面)",
+ "Disc": "光盘封面",
+ "Logo": "徽标",
+ "LogoDark": "徽标(深色)",
+ "LogoLight": "徽标(浅色)",
+ "LogoLightColor": "徽标(彩色)",
+ "Menu": "菜单",
+ "Screenshot": "屏幕截图",
+ "Thumb": "缩略图",
+ "HeaderAudioSettings": "音频设置",
+ "LabelAudioLanguagePreference": "首选音频语言",
+ "LabelPlayDefaultAudioTrack": "忽略语言,播放默认音轨",
+ "HeaderVideoQuality": "视频质量",
+ "CinemaModeConfigurationHelp": "Cinema Intros 可为您的客厅带来真实的电影体验,在正式播放之前可为您提供预告片和自定义介绍。",
+ "ShowUpNextPreview": "显示下一集预览",
+ "ShowUpNextPreviewHelp": "在当前结尾处显示下一项的信息。",
+ "PlayNextEpisodeAutomatically": "自动播放下一集",
+ "LabelMaxChromecastBitrate": "Chromecast 流传输质量",
+ "LabelSkipBackLength": "后跳长度",
+ "LabelSkipForwardLength": "前跳长度",
+ "EnableCinemaMode": "启用 Cinema Intros",
+ "LabelInternetQuality": "远程流传输质量",
+ "LabelCellularQuality": "远程流传输质量(移动网络)",
+ "HeaderMusicQuality": "音乐质量",
+ "LabelHomeNetworkQuality": "家庭流传输质量",
+ "HeaderLatestMedia": "最新媒体",
+ "HeaderRestartingEmbyServer": "正在重启 Emby Server",
+ "RestartPleaseWaitMessage": "Emby Server 正在关闭并重启,请稍候。可能需要大约 1 - 2 分钟的时间。",
+ "HeaderPlayNext": "播放下一项",
+ "AutoBasedOnLanguageSetting": "自动(基于设备设置)",
+ "SameAsMainTheme": "与主题相同",
+ "LabelDateTimeLocale": "日期时区设置",
+ "Genre": "类型",
+ "DirectorValue": "导演:{0}",
+ "DirectorsValue": "导演:{0}",
+ "GenreValue": "类型:{0}",
+ "GenresValue": "类型:{0}",
+ "TagsValue": "标签:{0}",
+ "Off": "关",
+ "Title": "标题",
+ "Year": "年份",
+ "Filter": "过滤器",
+ "Filters": "筛选",
+ "Unplayed": "未播放",
+ "LabelTVHomeScreen": "电视模式主屏幕",
+ "Horizontal": "水平",
+ "Vertical": "垂直",
+ "HeaderGroupBy": "分组",
+ "HeaderMediaType": "媒体类型",
+ "GroupBySeries": "按剧集分组",
+ "HeaderVideoType": "视频类型",
+ "HeaderSeriesStatus": "剧集状态",
+ "Features": "功能",
+ "Trailers": "预告片",
+ "Extras": "附加篇",
+ "ThemeSongs": "主题曲",
+ "ThemeVideos": "主题视频",
+ "HeaderFavoriteMovies": "收藏影片",
+ "HeaderFavoritePhotos": "收藏照片",
+ "HeaderFavoriteShows": "收藏节目",
+ "HeaderFavoriteEpisodes": "收藏集",
+ "HeaderFavoriteVideos": "收藏视频",
+ "HeaderFavoriteMusicVideos": "收藏音乐视频",
+ "HeaderFavoriteGames": "收藏游戏",
+ "HeaderFavoriteArtists": "收藏艺人",
+ "HeaderFavoriteAlbums": "收藏专辑",
+ "HeaderFavoriteSongs": "收藏歌曲",
+ "HeaderFavoriteAuthors": "收藏作者",
+ "HeaderFavoriteAudioBooks": "收藏有声读物",
+ "Ascending": "升序",
+ "Descending": "降序",
+ "HeaderColorPrimaries": "基色",
+ "HeaderColorSpace": "色域",
+ "HeaderColorTransfer": "色彩转换",
+ "HeaderVideoRange": "视频范围",
+ "SeriesDisplayOrderHelp": "按播出日期、DVD 序号或绝对编号来购买集。",
+ "LabelVerticalPositionFromBottom": "垂直位置(从底部开始)",
+ "HeaderFavoritePeople": "收藏人物",
+ "MultiSelect": "多选",
+ "HeaderSignOut": "注销退出",
+ "HeaderSelectServer": "选择服务器",
+ "HeaderChangeServer": "更改服务器",
+ "HeaderChangeUser": "更改用户",
+ "HeaderAppSettings": "应用设置",
+ "HeaderLoginSettings": "登录设置",
+ "LabelRememberLogin": "记住登录",
+ "LabelAutomaticallySignOut": "自动注销",
+ "BetaTesterMessage": "感谢您成为 Emby Beta 测试人员!请在 {0}Emby 社区的测试区域{1}中留下反馈。",
+ "HardwareAccelerated": "硬件加速",
+ "Software": "软件",
+ "Metadata": "元数据",
+ "HeaderMediaInfo": "媒体信息",
+ "Locked": "已锁定",
+ "HeaderSplitVersionsApart": "拆分版本",
+ "Any": "任意",
+ "Admin": "管理",
+ "HeaderReadMore": "展开",
+ "CustomRatingHelp": "自定义评分不会显示,但会用于家长控制评估。家长评分字段仍会显示。",
+ "KeepUpToHelp": "下次录制开始时,将删除超过限制的录制内容。按照添加日期,优先删除最早的录制内容。",
+ "NoItemsMatchingFound": "未找到符合您搜索条件的项目。",
+ "TwoSearchCharsRequired": "请输入至少两个搜索字符。",
+ "PreventPlaybackContinuing": "通过定期提示用户,以防止无休止的播放。",
+ "PromptStillWatching": "启用 “您还在看吗?” 提示",
+ "HeaderMissingMetadata": "缺少元数据",
+ "HeaderIncludedIn": "所属合集",
+ "EmbyConnectUserAlreadyLinked": "Emby Connect 账户已链接到该服务器上的另一个用户。",
+ "VideoFilesWillBeConvertedTo": "转换后的视频将另存为 {0}。",
+ "VideoWillBeConvertedTo": "视频流将被转换为 {0},或者如果已经是 {0} 且质量符合转换选项,则将直接复制原始文件。",
+ "VideoWillBeConvertedToOrCopied": "视频流将被转换为 {0},或者如果已是({1})中的任何一个,且质量符合转换选项,则将直接复制原始文件。",
+ "AudioWillBeConvertedTo": "音频流将被转换为 {0},或者如果已经是 {0} 且质量符合转换选项,则将直接复制原始文件。",
+ "AudioWillBeConvertedToOrCopied": "音频流将被转换为 {0},或者如果已是({1})中的任何一个,且质量符合转换选项,则将直接复制原始文件。",
+ "HeaderSpecialKeys": "特殊键",
+ "FollowingSpecialKeys": "大多数键盘和遥控器均支持以下特殊键:",
+ "HeaderDeleteSeries": "删除剧集",
+ "HeaderDeleteLastPlayedEpisode": "删除上次播放的集",
+ "HeaderConnectingToServer": "正在连接到服务器",
+ "ServerNameValue": "服务器名称:{0}",
+ "DomainValue": "域:{0}",
+ "RatedValue": "分级为 {0}",
+ "LocalServerRedirectMessage": "现在您将被重定向到您所选连接服务器的管理员所拥有并运营的域:",
+ "AllMediaOwnedHosted": "所有媒体均由 {0} 的所有者托管和管理。",
+ "EnableResolutionSwitching": "匹配视频分辨率",
+ "EnableResolutionSwitchingHelp": "这使得 Emby 能够将分辨率更改为视频播放前编码的相同分辨率。这有助于最大程度的减少您在播放不匹配的视频时可能会出现的卡顿/抖动的情况。",
+ "EnableDisplayRefreshRateSwitching": "启用显示刷新率切换",
+ "EnableDisplayRefreshRateSwitchingHelp": "这使得 Emby 可以将显示刷新率更改为与视频播放前编码的帧速率相同(或整倍)的值。这有助于最大程度地减少在播放效果不佳的视频时可能出现的卡顿或抖动的情况。",
+ "RememberSelectedAudioTracks": "记住音轨选择",
+ "RememberSelectedSubtitleTracks": "记住字幕选择",
+ "RememberSelectedSubtitleTracksHelp": "会记住每个视频所选择的字幕,并在以后播放同一视频时起作用。",
+ "RememberSelectedAudioTracksHelp": "会记住每个视频所选择的音轨,并在以后播放同一视频时起作用。",
+ "ClearSavedTrackSelections": "清除已保存音轨选择",
+ "HeaderClearTrackSelections": "清除已保存音轨选择",
+ "QuestionClearSavedTracks": "清除所有已保存的音轨选择 ?",
+ "LabelChannelTags": "频道标签",
+ "AfterThisPlaysConfirmation": "当前播放完后,您想保持播放还是清除之前已排队的音乐 ?",
+ "Keep": "保持",
+ "Clear": "清除",
+ "HeaderClearFilters": "清除筛选",
+ "HeaderSearchForImages": "搜索图像",
+ "HeaderSearchNewImage": "搜索新图像",
+ "HeaderSearchForAnImage": "搜索图像",
+ "DragDropToReorder": "拖放可重新排序",
+ "HeaderAddImageFromUrl": "添加来自网址的图像",
+ "HeaderSetImageFromUrl": "设置来自网址的图像",
+ "LabelUrl": "网址",
+ "LabelChannelNumber": "频道编号",
+ "LabelGuideDataChannel": "指南数据频道",
+ "GuideDataSource": "指南数据源",
+ "HeaderCopyToClipboard": "复制到剪贴板",
+ "TimeRemainingValue": "剩余 {0}",
+ "LabelResumeRewindSeconds": "恢复播放时自动退回",
+ "ResumeRewindSecondsHelp": "这可以帮助您回忆起上次中断的地方。仅适用于首次恢复播放,不适用于播放时的每次暂停。",
+ "HeaderSavePlayQueueToPlaylist": "保存 “播放队列” 为 “播放列表”",
+ "EnableLogoImagesAsTitle": "在详情屏幕上将徽标图像显示为标题",
+ "EnableLogoImagesAsTitleHelp": "当有徽标图像时,替换标题文本显示于视频、剧集和其它详情屏幕上。当没有徽标图像时,则自动回退显示标题文本。",
+ "LabelNowPlayingAudioBackgroundStyle": "播放音频时的背景样式:",
+ "LabelNowPlayingVideoBackgroundStyle": "播放视频时的背景样式:",
+ "NowPlayingVideoBackgroundStyleHelp": "设定在其它设备上遥控播放视频时的背景样式。",
+ "Rotation": "旋转",
+ "Minutes": "分钟",
+ "LabelMaxRecordingLength": "最大录制长度",
+ "MaxRecordingLengthHelp": "限制录制内容的最大时间长度,无论广播将持续多久。如设置为 0,即无限制。",
+ "RemoteWAN": "远程(广域网)地址",
+ "HeaderLastConnectedTo": "上次连接至",
+ "Version": "版本",
+ "Keyword": "关键词",
+ "HeaderServerAddress": "服务器地址",
+ "HeaderSkipIntro": "跳过片头",
+ "HeaderCreateRecording": "创建录制",
+ "HeaderAddRecording": "添加录制",
+ "HeaderChannelAndTime": "频道与时间",
+ "LabelRecordProgramOrSeriesFrom": "录制以下节目或剧集",
+ "LabelStartTime": "开始时间",
+ "LabelEndTime": "结束时间",
+ "LabelFrequency": "频率",
+ "Recurring": "重复",
+ "Once": "一次",
+ "Start": "开始",
+ "Unpause": "取消暂停",
+ "LabelIntroSkipMode": "片头跳过模式",
+ "ShowSkipIntroButton": "显示 “跳过片头” 按钮",
+ "AutoSkipIntro": "自动跳过片头",
+ "DisplayRatingInformationOnVideoPlaybackStart": "视频播放开始时显示评分信息",
+ "DisplayRatingInformationOnVideoPlaybackStartHelp": "视频开始播放时会简要显示其分级信息。",
+ "IntroSkipModeHelp": "显示 “跳过片头” 按钮,或者按 Emby Server 检测到的片头标记自动跳过每集片头。必须在 Emby Server 媒体库选项中启用片头检测。",
+ "EnableHomeScreenFocusPreview": "在主屏幕上显示所选项目的详情预览",
+ "EnableHomeScreenFocusPreviewHelp": "如果您的主屏幕包含不同的媒体类型,效果可能会不好。",
+ "LabelHideMediaTransportButtons": "隐藏视频播放控制按钮",
+ "HideMediaTransportButtonsHelp": "通过隐藏基本的播放控制按钮(如向前、向后和暂停),创建更简单的屏幕播放界面。您仍然可以使用方向键和确认/回车键来使用这些功能。当应用中未检测到鼠标活动时,“自动” 选项将隐藏这些按钮。",
+ "ImageSizeHelp": "设置图像网格的首选尺寸。",
+ "LabelImageSize": "图像大小",
+ "ThisImageIsOnlyPreview": "此图像只是来自元数据搜索引擎的预览。与 Emby Server 下载的实际图像可能不同,这取决于您在 Emby 媒体库设置中配置的选项。",
+ "ResultsRangeValue": "{2} 的 {0} 到 {1}",
+ "NotificationsDescription": "设置通知可随时了解 Emby Server 上所发生的重要事件。",
+ "DeleteEmbyConnectAccount": "删除 Emby Connect 账户",
+ "DeleteEmbyConnectAccountHelp": "要删除您的 Emby Connect 账户,请登录位于 {2} 的 {0}Emby Community{1} 。登录后,单击右上角的用户名,然后单击“账户设置”,再单击“删除我的账户”。",
+ "KeepPlayingInBackground": "后台保持播放",
+ "LabelVideoBackBehavior": "视频播放器后退按钮行为",
+ "HeaderViewLyrics": "查看歌词",
+ "HeaderViewMissingEpisodes": "查看遗漏集",
+ "HeaderMissingEpisodes": "遗漏集",
+ "HeaderManageAccess": "管理访问",
+ "HeaderManageCollaboration": "管理协作",
+ "HeaderLeaveCollaboration": "离开协作",
+ "HeaderRemoveFromLibrary": "从媒体库中移除",
+ "RemoveSharedItemConfirmation": "您确定要从媒体库中移除此项吗 ?如要恢复它,所有者需要再次授予您访问权限。",
+ "SubtitlesDownloaded": "已下载字幕",
+ "HeaderMakePrivate": "设为私有",
+ "HeaderMakePublic": "设为公开",
+ "MakePublicDescription": "所有用户都可以查看此项。用户可以被授予编辑权限。",
+ "MakePrivateDescription": "用户仍然可以被单独授予访问权限。",
+ "Private": "私有",
+ "Public": "公开",
+ "Collaborative": "协作",
+ "PreferredShowDisplay": "首选电视节目显示",
+ "ShowAllEpisodesAllSeasons": "同时显示所有季及其所有集",
+ "ShowAllEpisodesSingleSeason": "在单季节目中显示所有集",
+ "ShowSeasonFolders": "始终显示季文件夹",
+ "HeaderAddAgain": "再次添加",
+ "UpNext": "下个播放",
+ "ItemsAlreadyInPlaylist": "其中一些项目已经在您的播放列表中。",
+ "ItemAlreadyInPlaylist": "此项目已在您的播放列表中。",
+ "HeaderPlayChannel": "播放频道",
+ "LabelScreenOrientationDuringVideo": "视频播放时的屏幕方向",
+ "UseDeviceSetting": "使用设备设置",
+ "LockToLandscape": "锁定横屏",
+ "UsernameForFolderHelp": "用于访问此网络文件夹的用户名(如果有)。",
+ "PasswordForFolderHelp": "用于访问此网络文件夹的密码(如果有)。",
+ "ShowMediaInfoOnDetailScreens": "在音频和视频详情屏幕的底部显示完整媒体",
+ "ForgotPasswordNoUserFound": "未找到所输入名称的用户。请重试,或者将名称留空以重置此服务器上所有用户的密码。",
+ "Silver": "银色",
+ "DimGray": "暗灰色",
+ "DarkGray": "深灰色",
+ "LightGray": "浅灰色",
+ "Black": "黑色",
+ "Blue": "蓝色",
+ "Cyan": "青色",
+ "Gray": "灰色",
+ "Green": "绿色",
+ "Lime": "橙色",
+ "Magenta": "品红色",
+ "Orange": "橙色",
+ "Pink": "粉色",
+ "Red": "红色",
+ "Yellow": "黄色",
+ "White": "白色",
+ "Purple": "紫色",
+ "RecentlyReleasedMovies": "近期上映影片",
+ "RecentlyReleasedEpisodes": "近期发布集",
+ "DolbyProfile": "杜比配置",
+ "IpAddress": "IP 地址",
+ "VideoType": "视频类型",
+ "HidePlayedMediaFrom": "隐藏已播放媒体,位于",
+ "BottomEdgePosition": "底部边缘位置",
+ "VerticalPositionFromBottomScreen": "设置字幕相对于屏幕底部的垂直位置。",
+ "TopEdgePosition": "顶部边缘位置",
+ "TopEdgePositionHelp": "设置字幕相对于屏幕顶部允许的最高垂直位置。当字幕包含要放置在顶部的定位指令时使用此功能。",
+ "HeaderSubtitlePosition": "字幕位置",
+ "TitleProfilePin": "配置 PIN 码",
+ "ProfilePinConfirm": "配置 PIN 码(确认)",
+ "SaveProfilePin": "保存 PIN 码",
+ "ProfilePinDescription": "创建一个可选的 PIN 码,每当您返回已授权设备上的 Emby 应用时,系统都会提示您输入。如果您的设备有多个用户共用时,此选项会非常有用。您可以根据需要在每台设备上选择是否启用此功能。",
+ "TitleNewEpisodes": "新集",
+ "EnterYourPinToContinue": "输入您的 PIN 码可继续。",
+ "YourPinMustBe": "您的 PIN 码必须是 {0} 位数字。",
+ "ForgotPin": "忘记 PIN 码 ?",
+ "RequireEnteringPinToReturn": "每当我返回此应用时,都要求输入我的配置 PIN 码。",
+ "RequireEnteringPinToReturnQuestion": "每当您返回此应用时,是否要提示您输入配置 PIN 码 ?如果该设备由多个用户共用,您的配置 PIN 码可以帮助防止其他用户访问您的数据。",
+ "RequireEnteringPinToReturnHelp": "如果该设备由多个用户共享,则非常有用。",
+ "WrongPinPleaseTryAgain": "糟糕,PIN 码错误。请再试一次。",
+ "ProfilePinIsOn": "当前已启用配置 PIN 码。",
+ "IfTryingToConnectToHttp": "如果您尝试使用 HTTP 地址连接到 Emby 服务器,但要求 HTTPS 连接时,您的浏览器可能会拒绝。请尝试以下操作之一:",
+ "SetupHttpsForYourServer": "设置 {0}Emby Server 要求 HTTPS{1} ,以便您可以使用 HTTPS 进行连接。",
+ "TitleUnableToReachServer": "无法访问服务器",
+ "TitleUnableToReachName": "无法访问 {0}",
+ "HearingImpaired": "听力障碍",
+ "SignIntoServerName": "登录 {0}",
+ "About": "其它信息",
+ "Specials": "特别篇",
+ "NSettings": "{0} 设置",
+ "NPreferences": "{0} 首选项",
+ "DetailScreenOptions": "详情屏幕",
+ "LabelGenreDisplayLimit": "类型显示限制",
+ "GenreDisplayLimitHelp": "限制所显示类型的数量(位于项目详情屏幕顶部)。",
+ "GenreDisplayLimitForListsHelp": "限制所显示类型的数量(位于播放列表、合集和艺人详情屏幕的顶部)。",
+ "LabelGenreDisplayLimitForLists": "列表中类型显示限制",
+ "ShowPosterOnDetails": "在详情屏幕上显示海报",
+ "ShowPosterOnDetailsHelp": "选择在视频详情屏幕上显示海报,或隐藏海报以获得突出背景的简约外观。此设置不适用于较小的屏幕布局,某些项目类型将忽略此设置。",
+ "EnableAppLogging": "启用应用程序日志记录",
+ "EnableAppLoggingHelp": "日志记录可能会降低应用性能,并且仅应在出于故障排除目的需要时才启用。更改后需要重新启动应用。",
+ "LabelSlideshowInterval": "每张照片幻灯片的播放时间",
+ "TVChannelImageEditorHelp": "支持多个徽标版本。Emby 应用将依据当前主题自动选择合适的徽标。",
+ "PlaySlideshow": "播放幻灯片",
+ "CheckForExistingEpisodesInAllLibraries": "检查所有媒体库中现有的集",
+ "GroupNotificationsBySeriesOrAlbum": "按剧集和专辑对通知进行分组",
+ "ThemeSettings": "主题设置",
+ "FollowingActivityWillBeDisrupted": "以下活动将被中断,并且可能需要手动干预才能重新启动:",
+ "OneActivePlaybackSession": "共 1 个活动播放会话",
+ "NumActivePlaybackSessions": "共 {0} 个活动播放会话",
+ "OneActiveRecording": "共 1 个活动录制",
+ "NumActiveRecordings": "共 {0} 个进行中录制",
+ "PlayFromLivePosition": "从实时位置开始播放",
+ "PlayFromStartOfRecording": "从录制内容的开头开始播放",
+ "ThisChannelIsActivelyRecording": "此频道正在录制中。您想如何开始播放 ?",
+ "ThemeSongVolume": "主题曲音量",
+ "HeaderForceConversionForFormats": "强制格式转码",
+ "ForceConversionForFormatsHelp": "使用此选项可强制对无法在此设备上正常直接播放的格式进行服务器端转码或重新封装。",
+ "StartupBehavior": "启动行为",
+ "RememberLastUser": "记住上次用户",
+ "ShowLoginScreen": "显示登录屏幕",
+ "SignInAsValue": "登录为 {0}",
+ "ConvertUnsupportedAudio": "转换不支持的环绕声音频为 Dolby Digital",
+ "ConvertUnsupportedAudioHelp": "通过让 Emby Server 将不支持的环绕声格式转码为 Dolby Digital ,避免将它们缩减为立体声。",
+ "HeaderPlaybackCorrection": "播放校正",
+ "HeaderAttemptPlaybackCorrection": "尝试播放校正",
+ "PlaybackCorrectionConfirm": "要尝试播放校正吗 ?",
+ "PlaybackCorrectionDescription": "当前项目是否存在播放问题,例如无视频或音频 ?将尝试使用服务器转码(将此文件转换为对流传输更友好的格式)来纠正播放问题。这将导致此 Emby Server 上的资源消耗增加。",
+ "PlaybackCorrectionDescription2": "你可以对每个视频最多执行此操作三次,其中重新封装、视频转码和音频转码每次各激活一次。",
+ "HeaderAlbumsAsContributingArtist": "合作艺人专辑",
+ "HeaderAlbumsAsComposer": "作曲家专辑",
+ "Duplicates": "重制",
+ "HeaderSleepTimer": "睡眠定时器",
+ "AfterCurrentItem": "当前项目之后",
+ "HeaderStopPlayback": "停止播放",
+ "TurnOffTimer": "关闭定时器",
+ "SleepTimerIsSet": "您已设置睡眠定时器",
+ "SleepTimerIsOff": "您的睡眠定时器已关闭",
+ "LabelEnableRemoteControlTVMode": "显示投屏和遥控功能",
+ "EnableRemoteControlTVModeHelp": "如果您打算使用此设备将媒体发送到其他设备,请启用。",
+ "ShowOnScreenControls": "显示屏幕控件",
+ "LabelVideoScreenUpAction": "视频播放器向上操作",
+ "VideoScreenUpActionHelp": "选择在视频播放器上按下“向上”键时要采取的操作。这适用于当前屏幕上没有可见控件的情况。当控件已经可见时,向上键将用于导航。",
+ "LabelVideoPlayerLongPressAction": "视频播放器长按操作",
+ "LetsGetSetup": "让我们做好准备",
+ "VideoPlayerLongPressActionHelp": "选择在视频播放期间长按“确定”按钮时显示的功能或菜单。仅当视频控制被隐藏或进度条获得焦点时,此设置才会生效。",
+ "AskAdminToGetPremiere": "此购买操作必须由服务器管理员执行。请让此 Emby Server 的管理员登录并获取 Emby Premiere ,以便您能够享受高级功能。",
+ "AutoOpenSingleItemsFolders": "自动打开文件夹视图中的单个项目",
+ "AutoOpenSingleItemsFoldersHelp": "当文件夹只包含一个项目时,自动打开该项目。",
+ "PlayedOnValue": "已播放 {0}",
+ "TheseSettingsApplyAppDevice": "这些设置会影响在此设备上播放的所有用户。",
+ "LastContentDateAdded": "上次添加内容日期",
+ "RepeatThemeMedia": "重复播放主题",
+ "HideEpisodeSpoilerInfo": "隐藏未观看剧集的剧透信息",
+ "HideEpisodeSpoilerInfoHelp": "在大多数屏幕上隐藏未观看剧集的图像和概要。",
+ "BornValueAge": "出生:{0}(年龄 {1})",
+ "PreferDirectStreamLiveTV": "电视直播首选直接流传输",
+ "PreferDirectStreamLiveTVHelp": "直接流传输电视直播可减少 Emby Server 的资源消耗,但在播放过程中可能不那么容易进行跳转操作。启用此功能后,当格式支持且在您配置的质量设置范围内时,电视直播将以直接流传输的方式进行播放。禁用此功能可以在播放时获得更便捷的跳转体验,但会增加资源消耗。",
+ "HeaderAllRecordings": "全部录制",
+ "RememberLoginDescription": "登录后,您可以使用应用设置来配置启动行为,包括记住登录状态、以特定用户身份登录或始终显示登录屏幕。",
+ "ForgetThisServer": "忘记此服务器",
+ "ForgetServerConfirmation": "您确定要忘记这台服务器吗 ?",
+ "HeaderThisDevice": "此设备",
+ "ChaptersGuide": "章节 / 电视直播指南",
+ "ChaptersGuideHelp": "对于有章节的媒体,显示章节。对于没有章节的媒体,显示电视直播指南(若有)。",
+ "HeaderShowSeriesImages": "显示剧集图像",
+ "AppExitConfirmation": "你准备好退出 Emby 了吗 ?",
+ "AppExitMenu": "退出菜单",
+ "SideMenu": "侧边导航菜单",
+ "SystemStorage": "系统存储 ({0})"
+}
diff --git a/modules/common/strings/zh-HK.json b/modules/common/strings/zh-HK.json
new file mode 100644
index 0000000..7f8cc77
--- /dev/null
+++ b/modules/common/strings/zh-HK.json
@@ -0,0 +1,1340 @@
+{
+ "ReplaceExistingThumbnailImages": "取代現有影片預覽縮圖",
+ "ReplaceExistingThumbnailImagesHelp": "如果媒體庫啟用此選項,所有現有的影片預覽縮圖將會刪除,並生成新縮圖。",
+ "DateCreated": "建立日期",
+ "CreatedOnValue": "建立於 {0}",
+ "UpdatedOnValue": "更新於 {0}",
+ "EmbyLoginTerms": "Emby 助你管理家庭影片、照片等個人媒體庫。請參閱{0}使用條款{1},若要繼續使用任何 Emby 軟件,即表示你接受使用條款。",
+ "MessageUnableToConnectToServer": "現時無法連接到所選的伺服器,請確定伺服器運行無誤,然後再試一次。",
+ "EmbyIntroMessage": "Emby 讓你輕鬆地從伺服器串流影片、音樂和照片到智能手機、平板電腦和其他裝置。",
+ "HeaderSignInWithConnect": "以 Emby Connect 登入",
+ "HeaderWelcomeToEmby": "Emby 歡迎您",
+ "HeaderNewUsers": "新使用者",
+ "HeaderPleaseSignIn": "請登入",
+ "MessageInvalidUser": "使用者名稱或密碼無效,請再試一次。",
+ "MessageUnlockAppWithPurchaseOrSupporter": "請購買 Emby 永久授權或訂閱 Emby Premiere,以解鎖此功能。",
+ "MessageUnlockAppWithSupporter": "請訂閱 Emby Premiere 以解鎖此功能。",
+ "MessageToValidateSupporter": "如果你已經訂閱 Emby Premiere,請確保你已經在你 Emby 伺服器控制台的“Emby Premiere”選項中配置了你的 Emby Premiere,你可以在 Emby 伺服器控制台主菜單中找到“Emby Premiere”選項。",
+ "ValueSpecialEpisodeName": "特典 - {0}",
+ "HeaderSignIn": "登入",
+ "Share": "分享",
+ "Shared": "已分享",
+ "Info": "訊息",
+ "Add": "新增",
+ "Speed": "速度",
+ "PlaybackSpeed": "播放速度",
+ "Chapters": "章節",
+ "Password": "密碼",
+ "SavePassword": "儲存密碼",
+ "LabelPassword": "密碼",
+ "HeaderResetPassword": "重設密碼",
+ "Series": "節目系列",
+ "Preview": "預覽",
+ "Submit": "提交",
+ "Never": "永不",
+ "Table": "表格",
+ "HeaderScheduledTasks": "任務時間表",
+ "Plays": "播放次數",
+ "LastUsedAddressValue": "上次使用位址 {0}",
+ "LabelKeywordType": "關鍵字類型",
+ "HeaderSelectColumns": "請選擇欄位",
+ "HeaderTopResults": "最佳結果",
+ "HeaderPinSidebar": "釘住側欄",
+ "Collapse": "收合",
+ "LabelBackgroundVideoPlayback": "影片背景播放",
+ "BackgroundVideoPlaybackHelp": "「背景播放」讓影片即使在熒幕關閉的情況下繼續播放。",
+ "AlwaysOn": "保持開啟",
+ "HeadphonesOrExternalSpeakersConnected": "已連接耳機或外置喇叭",
+ "HeaderKeyboardAndRemote": "鍵盤與遙控",
+ "NoSelectedItemsSupportOperation": "沒有項目被選取,不支持此操作。",
+ "NoOperationsForSelectedItems": "無法操作所選項目。",
+ "UploadOnlyOnWifi": "只限 Wi-Fi 上傳",
+ "HeaderFoldersToUpload": "要上傳的資料夾",
+ "LabelPasswordConfirm": "確認新密碼",
+ "HeaderMoveUpInOrder": "按順序上移",
+ "HeaderDownUpInOrder": "按順序下移",
+ "LabelUsername": "用戶名稱",
+ "HeaderAddServer": "新增伺服器",
+ "HeaderSubtitleOffset": "字幕偏移",
+ "Watching": "觀看中",
+ "HeaderRemoveFromContinueWatching": "從繼續播放中移除",
+ "RemoveThisTitleFromContinueWatching": "從繼續播放中移除此標題?",
+ "HeaderRemoveFromContinueListening": "從繼續收聽中移除",
+ "RemoveThisTitleFromContinueListening": "從繼續收聽中移除此標題?",
+ "HeaderIncreaseSubtitleOffset": "增加字幕偏移",
+ "HeaderDecreaseSubtitleOffset": "減少字幕偏移",
+ "Close": "關閉",
+ "HeaderSeeAll": "全部展開",
+ "HeaderOpenInNewWindow": "在新視窗中打開",
+ "LabelEmail": "電子郵件",
+ "LabelHost": "主機",
+ "LabelHostHelp": "例如:192.168.1.100 或 https://myserver.com",
+ "LabelPort": "連接埠",
+ "Disabled": "已禁用",
+ "Uninstall": "卸載",
+ "Enable": "啟用",
+ "AllTuners": "全部調諧器",
+ "Disable": "停用",
+ "NextValue": "下一個:{0}",
+ "HeaderNextItem": "下一個項目",
+ "HeaderPreviousItem": "上一個項目",
+ "NoTrailersMessage": "沒有預告片。要添加預告片,請從{0}Emby插件目錄{1}安裝預告片插件。",
+ "UninstallPluginConfirmation": "你確定要卸載插件?",
+ "HeaderUninstallPlugin": "卸載插件",
+ "AreYouStillWatching": "你還在看嗎?",
+ "LabelCurrentPassword": "目前密碼",
+ "LabelNewPassword": "新密碼",
+ "LabelNewPasswordConfirm": "確認新密碼",
+ "HeaderRemovePassword": "移除密碼",
+ "ServerUpdateNeeded": "Emby 伺服器需要更新,請前往 {0} 以下載最新的版本。",
+ "MessageThankYouForConnectSignUp": "感謝您註冊Emby Connect。電子郵件將發送到您的地址,說明如何確認您的新帳戶。請確認帳號,然後回到這裏登錄。",
+ "MessageThankYouForConnectSignUpNoValidation": "感謝您註冊Emby Connect! 您可以登錄您的Emby Connect。",
+ "ErrorMessagePasswordNotMatchConfirm": "兩次密碼必須匹配。",
+ "ErrorMessageUsernameInUse": "用戶名使用中。請選擇另一個新名稱,然後重試。",
+ "ErrorMessageEmailInUse": "電子郵件地址使用中。請輸入新的電子郵件地址並重試,或使用忘記密碼功能。",
+ "HeaderUpcomingOnTV": "即將在直播電視上播放",
+ "HeaderOtherShowings": "其他放映",
+ "Showings": "放映",
+ "HeaderConnectToServer": "連接到伺服器",
+ "ConnectToServerManually": "手動連接到伺服器",
+ "LabelEnterConnectUserNameHelp": "這是您用來設置您的 Emby Connect 帳戶",
+ "HeaderSignInError": "登錄錯誤",
+ "HeaderManualLogin": "手動登錄",
+ "PasswordResetConfirmation": "你確定要重置密碼?",
+ "ContactAdminToResetPassword": "請聯繫你的管理員以重置你的密碼。",
+ "ForgotPasswordInNetworkRequired": "請連接你的家庭網絡後再試一次以開始密碼重置流程。",
+ "ForgotPasswordFileCreated": "已在伺服器上創建了以下文件, 並包含有關後續步驟說明:",
+ "ForgotPasswordFileExpiration": "重設定的PIN碼將在{0}過期",
+ "InvalidForgotPasswordPin": "輸入為無效或過期的PIN碼,請重試。",
+ "PasswordResetForUsers": "下列用戶的密碼已被刪除。之後請使用空白密碼登錄。",
+ "HeaderForgotPassword": "忘記密碼?",
+ "ForgotPasswordUsernameHelp": "如果您忘記了您的用戶名稱,請留空此欄。",
+ "HeaderPasswordReset": "密碼重設",
+ "AttributeNew": "新增",
+ "Done": "完成",
+ "HeaderResetToDefault": "重設到預設值",
+ "Deinterlacing": "去交錯",
+ "HeaderBurningInSubtitles": "嵌入字幕",
+ "Premiere": "首映",
+ "LabelPinCode": "PIN 碼",
+ "LabelLocalNetworkPinCode": "區域網絡 PIN 碼",
+ "LabelLocalNetworkPasswordMode": "區域網絡登入模式",
+ "RequirePasswordInLocalNetwork": "在區域網絡需要輸入密碼",
+ "NoPasswordInLocalNetwork": "在區域網絡不需要輸入密碼",
+ "PinCodeInLocalNetwork": "在區域網路允許數字PIN碼",
+ "LocalNetworkPasswordModeHelp": "選擇與 Emby Server 處於相同本地網絡上設備的登錄方式。",
+ "HeaderLocalNetworkAccess": "區域網絡訪問",
+ "Live": "直播",
+ "Reset": "重設",
+ "Repeat": "重播",
+ "Track": "軌",
+ "Tracks": "音軌",
+ "HeaderCameraUpload": "相機上傳",
+ "TrackCount": "{0}首曲目",
+ "ItemCount": "{0}項目",
+ "NumberChannelsValue": "{0} 頻道",
+ "HeaderLatestMusic": "最新音樂",
+ "HeaderLatestAudioBooks": "最新的有聲書",
+ "HeaderLatestDownloadedVideos": "最新下載影片",
+ "HeaderRecentlyPlayed": "最近播放",
+ "Recent": "最近的",
+ "HeaderFrequentlyPlayed": "經常播放",
+ "HeaderMoreLikeThis": "更多相似的",
+ "HeaderMoreLikeThisOnLiveTV": "在直播電視上更多相似的",
+ "OriginalAirDateValue": "原始播出日期:{0}",
+ "EndsAtValue": "完結於{0}",
+ "Date": "日期",
+ "AirDate": "播放日期",
+ "Played": "已播放",
+ "Daily": "每日",
+ "Weekly": "每週",
+ "RequireHashMatch": "需要Hash值吻合",
+ "RequireHashMatchHelp": "需要Hash值吻合將只留下有實際影片檔測試過的字幕.不勾選此設定,會增加很多字幕檔案,但也增加很多過時或錯誤的字幕",
+ "SearchForForcedSubtitlesOnly": "只顯示強制字幕",
+ "SearchForForcedSubtitlesOnlyHelp": "強制字幕會限縮留下標示有外國語言的字幕",
+ "LastEpisodeDateAdded": "新增最新一集的日期",
+ "LastEpisodeDateAired": "最新一集發放日期",
+ "LabelPlaystate": "播放狀態",
+ "Studio": "製作商",
+ "Tag": "標籤",
+ "EpisodeTitle": "集標題",
+ "Audio": "音訊",
+ "Video": "影像",
+ "Subtitle": "字幕",
+ "Image": "圖像",
+ "CopyStream": "複製原串流",
+ "LabelAudioLayout": "音訊佈局",
+ "LabelAudioCodec": "音訊編碼",
+ "LabelAudioLanguage": "音訊語言",
+ "LabelSubtitleLanguage": "字幕語言",
+ "LabelVideoCodec": "視訊編碼",
+ "LabelSubtitleCodec": "字幕編碼",
+ "LabelParentalRating": "家長分級",
+ "BecauseYouLikeValue": "因為你喜歡{0}",
+ "BecauseYouWatchedValue": "因為你觀賞過{0}",
+ "DirectedByValue": "由{0}執導",
+ "StarringValue": "主演{0}",
+ "Invitations": "邀請",
+ "ActorAsRole": "扮演{0}",
+ "ButtonOk": "確定",
+ "GroupItemsIntoCollections": "將項目集合到合輯",
+ "GroupItemsIntoCollectionsHelp": "按加入的珍藏集來分類,如用特定過濾或排序,將自動取消預設分類",
+ "GroupItemsIntoTags": "將項目集合到標籤",
+ "GroupItemsIntoTagsHelp": "按項目的標籤來集合分類,如用特定過濾或排序,將自動取消預設分類",
+ "User": "使用者",
+ "Access": "存取",
+ "Users": "用戶",
+ "Library": "媒體庫",
+ "Devices": "設備",
+ "Cancel": "取消",
+ "Restart": "重新啟動",
+ "Shutdown": "關機",
+ "Logs": "日誌",
+ "Visibility": "可視度",
+ "Notifications": "通知",
+ "SendTestNotification": "發送測試通知",
+ "NotificationSent": "通知已發送",
+ "DeleteNotificationConfirmation": "你確定要刪除此通知?",
+ "DeleteNotification": "刪除通知",
+ "AddNotification": "新增通知",
+ "EditNotification": "編輯通知",
+ "LimitUserEventsTo": "限制使用者事件為",
+ "LimitLibraryEventsTo": "限制媒體庫事件為",
+ "LimitDeviceEventsTo": "限制裝置事件為",
+ "ForAdditionalNotificationOptions": "伺服器管理員可以在 Emby {0}插件目錄{1}安裝更多通知服務。",
+ "Plugins": "外掛程式",
+ "Systems": "系統",
+ "Server": "伺服器",
+ "Dashboard": "控制台",
+ "PlayOnAnotherDevice": "在另一裝置上播放",
+ "HeaderConnectionHelp": "連線幫助",
+ "AccessRestrictedTryAgainLater": "存取被拒,請稍候再試",
+ "ButtonGotIt": "我知道了",
+ "RememberMe": "記住賬號",
+ "EmbyServer": "Emby 伺服器",
+ "ManageEmbyServer": "管理Emby伺服器",
+ "ShutdownServer": "關閉Emby伺服器",
+ "RestartServer": "重新啟動 Emby 伺服器",
+ "RecordingCancelled": "錄影已取消",
+ "SeriesCancelled": "電視劇系列已取消",
+ "Recording": "錄影中",
+ "SeriesRecording": "電視劇錄影中",
+ "RecordingScheduled": "已預約錄影",
+ "SeriesRecordingScheduled": "已預約電視劇系列的錄影",
+ "HeaderNewRecording": "新的錄影",
+ "HeaderWakeServer": "喚醒伺服器",
+ "AttemptingWakeServer": "嘗試喚醒伺服器,請稍候...",
+ "WakeServerSuccess": "成功!",
+ "HeaderCustomizeHomeScreen": "主頁個人化",
+ "WakeServerError": "喚醒伺服器網路封包送達主機,但無法連上Emby伺服器.需多些時間喚醒主機,或是Emby伺服器可能在主機上還沒啟動",
+ "Days": "錄影日",
+ "Network": "網絡",
+ "Networks": "網路",
+ "SortByValue": "以{0}排序",
+ "HeaderSortBy": "排序",
+ "HeaderPhotoAlbums": "相簿",
+ "Photos": "相片",
+ "HeaderAppearsOn": "出現在",
+ "List": "清單",
+ "HeaderRecordSeries": "錄影電視劇系列",
+ "HeaderCinemaMode": "電影介紹",
+ "Conversions": "轉換",
+ "Downloads": "下載",
+ "HeaderManageDownloads": "管理下載",
+ "InternalStorage": "內部儲存空間",
+ "ExternalStorage": "外部儲存空間",
+ "UploadToFollowingServers": "上傳到伺服器",
+ "UploadingNumItems": "正在上傳 {1} 的 {0}",
+ "DownloadNumItems": "正在下載 {1} 的 {0}",
+ "HeaderSampleRate": "取樣頻率",
+ "HeaderReferenceFrames": "影片幀數",
+ "HeaderBitDepth": "位元深度",
+ "HeaderPixelFormat": "像素格式",
+ "Profile": "配置",
+ "Bitrate": "位元率",
+ "Expand": "展開",
+ "Container": "容器",
+ "Format": "格式",
+ "Path": "路徑",
+ "Size": "大小",
+ "Resolution": "解像度",
+ "HeaderCodecTag": "編碼標籤",
+ "Framerate": "幀率",
+ "Interlaced": "隔行掃描",
+ "Anamorphic": "寬螢幕",
+ "Level": "級別",
+ "Timestamp": "時間戳",
+ "Language": "語言",
+ "Codec": "編碼",
+ "Stream": "串流",
+ "HeaderExtradata": "額外資料",
+ "HeaderHardwareAcceleratedTranscoding": "硬體加速轉碼",
+ "HeaderHardwareAcceleratedTranscodingDescription": "利用您的伺服器 GPU。 Emby 擁有業界最先進、最快的硬體加速。",
+ "HeaderOfflineDownloads": "離線媒體",
+ "AndMuchMoreExclamation": "以及更多!",
+ "HeaderOfflineDownloadsDescription": "下載媒體到您的設備以方便離線使用。",
+ "LiveTvFeatureDescription": "只要在Emby伺服器中安裝相容的電視調頻設備,即可串流線上電視到任何Emby應用程式中",
+ "DvrFeatureDescription": "通過Emby DVR安排單個直播電視錄製,系列錄製等。",
+ "CinemaModeFeatureDescription": "在節目播放前,劇院前導將帶來真實劇院感受的前導片或預告片。",
+ "HeaderFreeApps": "免費Emby應用程式",
+ "FreeAppsFeatureDescription": "在你的設備中享用免費登入Emby應用程式",
+ "HeaderBecomeProjectSupporter": "取得 Emby Premiere",
+ "HeaderViewServerInfo": "查看伺機器信息",
+ "PlaybackTvModeRequiresEmbyPremiere": "電視模式下的媒體播放需要有效的 {0}Emby Premiere 訂閱{1}。",
+ "FeatureRequiresEmbyPremiere": "此功能需要有效的 {0}Emby Premiere 訂閱{1}。",
+ "HeaderConvertYourRecordings": "錄影轉檔",
+ "Record": "錄影",
+ "Save": "儲存",
+ "Edit": "編輯",
+ "HeaderSavePlaylist": "儲存播放清單",
+ "Latest": "最新",
+ "Download": "下載",
+ "Downloaded": "已下載",
+ "Converted": "已轉換",
+ "RemoveFromHistory": "從記錄中移除",
+ "ConfirmRemoveFromHistory": "從歷史記錄中刪除此項目嗎?",
+ "Downloading": "下載中",
+ "Advanced": "進階",
+ "LinkedToEmbyConnect": "連結到Emby Connect",
+ "Delete": "删除",
+ "Both": "兩者",
+ "LabelChannelDisplay": "頻道顯示",
+ "HeaderDeleteItem": "刪除項目",
+ "HeaderDeleteUser": "刪除使用者",
+ "DeleteItemConfirmation": "確定要刪除{0}嗎?",
+ "DeleteUserConfirmation": "確定要刪除用戶{0}嗎?",
+ "DeleteUsersConfirmation": "確定要刪除這 {0} 個使用者嗎?",
+ "HeaderDeleteDevice": "刪除設備",
+ "DeleteDeviceConfirmation": "確定要刪除設備? 下次有使用者以此登入會再次出現",
+ "ConfirmDeleteItem": "刪除此項目時,也會一併從檔案系統及媒體櫃中刪除。",
+ "FollowingFilesWillBeDeleted": "下列檔案和資料夾將被刪除:",
+ "AreYouSureToContinue": "確定要繼續執行?",
+ "Refresh": "重新整理",
+ "RefreshingMetadataDots": "刷新中繼資料",
+ "ScanningLibraryFilesDots": "掃描媒體庫文件...",
+ "HeaderFavoritesThenByChannelNumber": "我的最愛,之後是頻道台數字",
+ "HeaderAddToCollection": "添加到收藏庫",
+ "HeaderFavoritesThenByTitle": "我的最愛,之後是標題",
+ "HeaderFavoritesThenByDefault": "我的最愛,之後是預設頻道台順序",
+ "HeaderDefaultChannelOrder": "預設頻道順序",
+ "HeaderAddToFavorites": "加到我的最愛",
+ "HeaderRemoveFromFavorites": "從我的最愛中移除",
+ "Favorited": "已收藏",
+ "Unfavorited": "取消收藏",
+ "HeaderNewCollection": "新珍藏集",
+ "HeaderNewPlaylist": "新播放清單",
+ "AllCollections": "所有合輯",
+ "AllPlaylists": "所有播放列表",
+ "Create": "創建",
+ "HeaderAddedToPlaylist": "已加入到播放清單",
+ "HeaderAddedToCollection": "已加入到珍藏集",
+ "OneItemAddedTo": "1個項目已新增到 \"{0}\"",
+ "ItemsAddedTo": "{0}個項目已加入到 \"{1}\"",
+ "HeaderAddedToPlayQueue": "已加入到播放隊列",
+ "HeaderPlayingNext": "正在播放下一個",
+ "Help": "幫助",
+ "HeaderGetHelp": "需要幫助",
+ "LabelTVDisplayMode": "啟用電視版介面",
+ "Desktop": "桌面",
+ "Mobile": "手機/平板",
+ "Navigation": "導航",
+ "HeaderVideoPlayback": "視訊播放",
+ "TV": "電視",
+ "HeaderEmbyConnect": "Emby 連線",
+ "Seasons": "季度集",
+ "OneTrack": "1音軌",
+ "OneSeason": "1季",
+ "Libraries": "媒體庫",
+ "NumberSeasonsValue": "{0}季",
+ "TVDisplayModeHelp": "啟用電視版介面,以便以遙控器操作。如果您主要以滑鼠或觸控熒幕操作的話,則不建議啟用此選項。",
+ "LabelDisplayLanguage": "顯示語言",
+ "LabelDisplayLanguageHelp": "翻譯 Emby 是一個進行中的項目。",
+ "LearnHowYouCanContribute": "讓你學習如何貢獻",
+ "NewCollectionHelp": "合輯讓您能夠建立個人化的電影及其他媒體內容",
+ "SearchForCollectionInternetMetadata": "從互聯網搜尋相關圖片和資料屬性",
+ "DisplayMissingEpisodesWithinSeasons": "顯示本季缺少的節目單元",
+ "DisplayMissingEpisodesWithinSeasonsHelp": "必須在 Emby 伺服器的電視媒體庫設定中也啟用此功能。",
+ "EnableThemeSongs": "開啟主題曲",
+ "EnableBackdrops": "啟用背景音樂",
+ "EnableThemeSongsHelp": "如啟用,瀏覽媒體庫時,背景將播放主題曲",
+ "EnableBackdropsHelp": "如啟用,瀏覽媒體庫中部分頁面,將播放背景音樂",
+ "EnableThemeVideos": "啟用主題影片",
+ "EnableThemeVideosHelp": "如啟用,瀏覽媒體庫時,背景將播放主題影片",
+ "RunAtStartup": "在啟動時執行",
+ "ServerStartup": "伺服器啟動",
+ "EmbyServerOnXHasStarted": "Emby 伺機器 {0} 已啟動。",
+ "LabelScreensaver": "螢幕保護程式",
+ "LabelSoundEffects": "聲音特效",
+ "LabelName": "名稱",
+ "NewCollectionNameExample": "例如:星球大戰收藏庫",
+ "MessageItemsAdded": "已加入項目",
+ "OptionNew": "新增...",
+ "LabelPlaylist": "播放清單",
+ "AddToPlaylist": "添加到播放列表",
+ "HeaderAddToPlaylist": "添加到播放列表",
+ "Subtitles": "字幕",
+ "LabelTheme": "主題",
+ "LabelSettingsTheme": "設定頁面主題",
+ "LabelThemeAccentColor": "強調色",
+ "ThemeAccentColorDescription": "控制重要指標,圖示和文字顏色",
+ "SearchForSubtitles": "字幕搜索",
+ "LabelLanguage": "語言",
+ "Search": "搜尋",
+ "NoSubtitleSearchResultsFound": "找不到任何結果。您是否已配置{0}字幕下載{1}?",
+ "NoLyricsSearchResultsFound": "無發現任何結果。是否已有設定{0}歌詞下載{1}",
+ "Lyrics": "歌詞",
+ "SearchForLyrics": "歌詞搜尋",
+ "Finish": "完成",
+ "File": "檔案",
+ "Exit": "離開",
+ "Sleep": "休眠",
+ "Setup": "設定",
+ "MessageAreYouSureDeleteSubtitles": "您確定希望刪除此字幕文件?",
+ "ConfirmDeletion": "確定刪除",
+ "MySubtitles": "我的字幕",
+ "MessageDownloadQueued": "已排隊下載",
+ "HeaderEditSubtitles": "編輯字幕",
+ "UnlockGuide": "解鎖指南",
+ "HeaderRefreshMetadata": "刷新中繼資料",
+ "HeaderRefreshAllMetadata": "刷新所有中繼資料",
+ "ReplaceExistingImages": "取代現有圖片",
+ "ReplaceExistingImagesHelp": "所有現有圖片將被刪除,新圖片將被下載。在某些情況下,這可能會導致可用圖片比以前更少。",
+ "ReplaceAllMetadata": "取代所有中繼資料",
+ "SearchForMissingMetadata": "搜尋遺漏的中繼資料",
+ "LabelRefreshMode": "重新整理模式",
+ "NoItemsFound": "未找到項目",
+ "HeaderSaySomethingLike": "說點東西,像是...",
+ "ButtonTryAgain": "重試",
+ "HeaderYouSaid": "您說了...",
+ "MessageWeDidntRecognizeCommand": "很抱歉,我們無法辨識此指令",
+ "MessageIfYouBlockedVoice": "如果您拒絕程式使用語音辨識,您將需要在重試之前再次設定",
+ "ValueDiscNumber": "光碟{0}",
+ "Unrated": "未分級",
+ "Favorite": "最喜愛",
+ "Like": "喜歡",
+ "Dislike": "不喜歡",
+ "RefreshDialogHelp": "元資料會根據 Emby 的媒體庫設定以及所啟用的元資料提供者更新。",
+ "Open": "開啟",
+ "Play": "播放",
+ "Pause": "暫停",
+ "HeaderPlayQueue": "播放排序",
+ "HeaderAddToPlayQueue": "加到播放排序",
+ "Shuffle": "隨機播放",
+ "Identify": "識別",
+ "HeaderRemoveIdentification": "移除識別",
+ "ResetMetadataConfirmation": "您確定要重置所有中繼資料嗎?",
+ "HeaderEditMetadata": "編輯中繼資料",
+ "Convert": "轉換",
+ "Resume": "恢復播放",
+ "HeaderInstantMix": "實時混音",
+ "HeaderGoToItem": "前往項目",
+ "HeaderGoToSeason": "前往季度",
+ "HeaderGoToSeries": "前往劇集",
+ "HeaderGoToAlbum": "前往專輯",
+ "HeaderGoToArtist": "前往藝術家",
+ "HeaderPlayAll": "全部播放",
+ "PictureInPicture": "畫中畫",
+ "Fullscreen": "全屏幕",
+ "ExitFullscreen": "離開全屏幕",
+ "Rewind": "倒前",
+ "FastForward": "快速向前",
+ "Remove": "移除",
+ "Rename": "重新命名",
+ "Queue": "排序",
+ "QueueAllFromHere": "由此處開始排序",
+ "PlayAllFromHere": "由此處開始全部播放",
+ "PlayFromBeginning": "從頭播放",
+ "FromBeginning": "從頭播放",
+ "ResumeAt": "從{0}恢復播放",
+ "HeaderRemoveFromPlaylist": "從播放清單中移除",
+ "HeaderRemoveFromPlayQueue": "從播放排序移除",
+ "HeaderRemoveFromCollection": "從珍藏集中移除",
+ "Sort": "排序",
+ "Trailer": "預告片",
+ "SelectNone": "選擇無",
+ "SelectAll": "全部選擇",
+ "HeaderMarkPlayed": "標示已播放",
+ "HeaderMarkUnplayed": "標示未播放",
+ "HeaderGroupVersions": "群組版本",
+ "PleaseSelectTwoItems": "請至少選擇兩個項目",
+ "HeaderConfirmRecordingCancellation": "確認取消錄影",
+ "MessageConfirmRecordingCancellation": "取消錄影",
+ "Album": "專輯",
+ "AlbumArtist": "專輯歌手",
+ "Error": "錯誤",
+ "VoiceInput": "語音輸入",
+ "LabelContentType": "內容類型",
+ "LabelPath": "路徑",
+ "Playlists": "播放清單",
+ "LabelTitle": "標題",
+ "LabelOriginalTitle": "原始標題",
+ "LabelSortTitle": "排序用標題",
+ "LabelDateAdded": "加入日期",
+ "DateAdded": "新增日期",
+ "DateModified": "修改日期",
+ "DatePlayed": "已播放日期",
+ "DateLastActive": "最後活動日期",
+ "ConfigureDateAdded": "Emby伺服器總覽頁中,媒體庫配置可設定-如何決定資料加入時間",
+ "LabelStatus": "狀態",
+ "LabelArtistsHelp": "分開多重使用",
+ "HeaderAlbumArtists": "專輯歌手",
+ "LabelAlbumArtists": "專輯歌手",
+ "LabelAlbum": "專輯",
+ "Artist": "歌手:",
+ "Artists": "藝術家",
+ "ImdbRating": "IMDB 評分",
+ "CommunityRating": "討論區評分",
+ "LabelCommunityRating": "討論區評分",
+ "LabelCriticRating": "評論家評分",
+ "CriticRating": "評論家評分",
+ "LabelWebsite": "網站",
+ "Tagline": "標語",
+ "LabelOverview": "概要",
+ "LabelShortOverview": "簡述",
+ "LabelReleaseDate": "發行日期",
+ "LabelPlaceOfBirth": "出生地",
+ "Aired": "已發表",
+ "LabelAirDays": "播出日子",
+ "LabelAirTime": "播出時間",
+ "LabelRuntimeMinutes": "長度 (分鐘)",
+ "LabelCustomRating": "自訂評分",
+ "LabelOriginalAspectRatio": "原始長闊比",
+ "Label3DFormat": "3D 格式",
+ "FormatValue": "格式:{0}",
+ "DownloadsValue": "{0}下載",
+ "HashMatch": "Hash值吻合",
+ "EnableExternalVideoPlayers": "啟用外部視訊播放器",
+ "EnableExternalVideoPlayersHelp": "開始播放視頻時,將顯示一個外部播放器菜單。",
+ "HeaderSpecialEpisodeInfo": "特別劇集資訊",
+ "LabelAirsDuringSeason": "季度中播出次數",
+ "LabelAirsAfterSeason": "季度後播出次數",
+ "LabelAirsBeforeEpisode": "劇集播出前播出次數",
+ "HeaderExternalIds": "外部識別碼",
+ "HeaderDisplaySettings": "顯示設定",
+ "PlaylistOrder": "播放清單排序",
+ "CollectionOrder": "珍藏集排序",
+ "LabelDisplayOrder": "顯示順序",
+ "LabelFileOrder": "檔案順序",
+ "Display": "顯示",
+ "Countries": "國家",
+ "Genres": "類型",
+ "Studios": "工作室",
+ "Tags": "標籤",
+ "Links": "連結",
+ "Movie": "電影",
+ "Program": "節目",
+ "Channel": "頻道",
+ "Episode": "劇集",
+ "Season": "季度",
+ "HeaderMetadataSettings": "中繼資料設定",
+ "People": "人物",
+ "Number": "編號",
+ "Lock": "鎖定",
+ "HeaderScreenLocked": "屏幕鎖定",
+ "HeaderUnlockControls": "解鎖控制",
+ "HeaderTapToUnlock": "點擊解鎖",
+ "LabelMetadataDownloadLanguage": "首選元資料下載語言",
+ "LabelImageDownloadLanguage": "首選圖片下載語言",
+ "LabelLockItemToPreventChanges": "鎖定此項目以防止更改",
+ "LockThisField": "當刷新中繼資料,鎖定此區避免未來改變",
+ "MessageLeaveEmptyToInherit": "保留空白以繼承父系項目設定或全域預設值",
+ "LabelCountry": "國家",
+ "LabelCertificationCountry": "認證地",
+ "CertificationCountryHelp": "此設定將決定使用哪套評級制度。",
+ "LabelDynamicExternalId": "{0} 識別碼",
+ "LabelBirthYear": "出生年份",
+ "LabelBirthDate": "出生日期",
+ "LabelDeathDate": "逝世日期",
+ "LabelEndDate": "完結日期",
+ "LabelSeasonNumber": "季度編號",
+ "LabelEpisodeNumber": "集數編號",
+ "LabelTrackNumber": "音軌編號",
+ "LabelNumber": "編號",
+ "LabelDiscNumber": "光碟編號",
+ "LabelParentNumber": "家長編號",
+ "SortName": "排序標題",
+ "OriginalTitle": "原裝標題",
+ "ReleaseDate": "發佈日期",
+ "Continuing": "繼續",
+ "Ended": "完成",
+ "HeaderEnabledFields": "已啟用的欄目",
+ "HeaderEnabledFieldsHelp": "不勾選此欄位以鎖定,避免資料被變更",
+ "Backdrops": "背景",
+ "Images": "圖片",
+ "Runtime": "片長",
+ "ProductionLocations": "產地",
+ "BirthLocation": "出生地",
+ "ParentalRating": "家長評級",
+ "PlayCount": "播放次數",
+ "Name": "名稱",
+ "Overview": "總覽",
+ "LabelType": "類型",
+ "LabelPersonRole": "角色",
+ "LabelPersonRoleHelp": "舉例: 冰淇淋車司機",
+ "Actor": "演員",
+ "Composers": "作曲家",
+ "Composer": "作曲家",
+ "Director": "導演",
+ "GuestStar": "特約明星",
+ "Producer": "製片人",
+ "Writer": "編劇",
+ "MessageNoSyncJobsFound": "沒有找到已下載的項目。在應用程式中使用下載按鈕,新增下載工作",
+ "MessageNoDownloadsFound": "沒有已離線下載的項目。在應用程式中點擊下載按鈕,下載媒體到離線使用",
+ "InstallingPackage": "正在安裝{0}",
+ "PackageInstallCompleted": "{0}安裝完成",
+ "PackageInstallFailed": "{0}安裝失敗",
+ "PackageInstallCancelled": "{0}已取消安裝",
+ "SeriesYearToPresent": "{0} - 現在",
+ "OneDevice": "1個裝置",
+ "DeviceCountValue": "{0}個設備",
+ "OneLog": "1個日誌",
+ "LogCountValue": "{0}日誌",
+ "OneVote": "1個投票",
+ "VoteCountValue": "{0} 投票",
+ "OneLike": "1個喜歡",
+ "LikeCountValue": "{0} 喜歡",
+ "OneUser": "1個使用者",
+ "UserCountValue": "{0}個用戶",
+ "OneLibrary": "1個媒體庫",
+ "LibraryCountValue": "{0} 媒體庫",
+ "ValueOneItem": "1個項目",
+ "ValueOneEpisode": "1集",
+ "ValueEpisodeCount": "{0} 劇集",
+ "Albums": "專輯",
+ "Song": "歌曲",
+ "Songs": "歌曲",
+ "Authors": "作者",
+ "Books": "書籍",
+ "AudioBooks": "有聲讀物",
+ "HeaderAudioBooks": "有聲讀物",
+ "HeaderAudioBook": "有聲書",
+ "HeaderIdentifyItemHelp": "輸入一至兩個搜尋條件,移除增加搜尋結果的條件",
+ "PleaseEnterNameOrId": "請輸入名稱或外部ID",
+ "MessageItemSaved": "項目已儲存",
+ "SearchResults": "搜尋結果",
+ "ServerNameIsRestarting": "Emby伺機器 - {0} 正在重新啟動",
+ "ServerNameIsShuttingDown": "Emby伺機器 - {0} 正在關機中",
+ "HeaderDeleteItems": "刪除項目",
+ "ConfirmDeleteItems": "從檔案系統刪除此項目將和從媒體庫中移除",
+ "PleaseRestartServerName": "請重新啟動Emby伺服器 - {0}.",
+ "ConvertingDots": "轉換中...",
+ "LabelSyncNoTargetsHelp": "似乎看來完全可支援離線下載的app",
+ "DownloadingDots": "下載中...",
+ "LearnMore": "了解更多",
+ "LabelBitrateMbps": "位元率 (Mbps)",
+ "ConvertUnwatchedVideosOnly": "只轉換未播放影片",
+ "SyncUnwatchedVideosOnly": "只下載未播放影片",
+ "ConvertUnwatchedVideosOnlyHelp": "只為被標注已觀看的影片轉檔",
+ "SyncUnwatchedVideosOnlyHelp": "只下載被標注未觀看完成的影片,影片全部播放後將被移除",
+ "AutomaticallySyncNewContent": "自動下載新內容",
+ "AutomaticallySyncNewContentHelp": "加入到資料夾的新內容將會自動下載到設備",
+ "AutomaticallyConvertNewContent": "自動轉換新內容",
+ "AutomaticallyConvertNewContentHelp": "加入到資料夾的新內容將會被自動轉換",
+ "LabelItemLimit": "項目限制",
+ "ConvertItemLimitHelp": "(選用)設定項目數量限制將被轉換",
+ "DownloadItemLimitHelp": "(選用)設定項目數量限制將被下載",
+ "PleaseSelectDeviceToSyncTo": "請選擇要下載的設備。",
+ "Screenshots": "螢幕擷圖",
+ "MoveRight": "右移",
+ "MoveLeft": "左移",
+ "HeaderUploadNewImage": "上載新圖片",
+ "HeaderDeleteImage": "刪除圖片",
+ "ConfirmDeleteImage": "刪除圖片?",
+ "HeaderEditImages": "編輯圖片",
+ "Settings": "設定",
+ "ShowIndicatorsFor": "呈現指示給:",
+ "Episodes": "劇集",
+ "Programs": "節目表",
+ "HeaderCastCrew": "演員&工作人員",
+ "DvrSubscriptionRequired": "Emby直播電視和DVR需要有效的{0} Emby Premiere訂閱{1}。",
+ "HeaderCancelRecording": "取消錄影",
+ "HeaderKeepRecording": "保持錄影",
+ "HeaderCancelSeries": "取消電視劇",
+ "HeaderKeepSeries": "保留電視劇",
+ "HeaderLearnMore": "了解更多",
+ "SeriesSettings": "系列劇集設定",
+ "HeaderRecordingOptions": "錄影選項",
+ "HeaderDoNotRecord": "不要錄影",
+ "HeaderSeriesOptions": "系列劇集選項",
+ "Layout": "使用者介面",
+ "Channels": "頻道",
+ "ChannelNameOnly": "只限{0}頻道",
+ "Anytime": "任何時間",
+ "AnyLanguage": "任何語言",
+ "AroundTime": "大約{0}",
+ "HeaderLatestMovies": "最新電影",
+ "All": "全部",
+ "Stop": "停止",
+ "AllChannels": "所有頻道",
+ "NewEpisodesOnly": "只限新劇集",
+ "AllEpisodes": "只限新劇集",
+ "LabelStartWhenPossible": "可以的話就啟動",
+ "LabelStopWhenPossible": "可以的話就停止",
+ "MinutesBefore": "分鐘之前",
+ "MinutesAfter": "分鐘之後",
+ "SkipEpisodesAlreadyInMyLibrary": "已在資料庫內的劇集不用錄影",
+ "SkipEpisodesAlreadyInMyLibraryHelp": "如果可以,劇集會以季度和集數來比較",
+ "LabelKeepUpTo": "保持到",
+ "AsManyAsPossible": "越多越好",
+ "DefaultErrorMessage": "處理請求發生錯誤。 請稍後再試。",
+ "UntilIDelete": "直到刪除",
+ "UntilSpaceNeeded": "直到需要空間",
+ "Categories": "目錄",
+ "Sports": "運動",
+ "News": "新聞",
+ "Movies": "電影",
+ "Music": "音樂",
+ "Kids": "兒童",
+ "MoreFromValue": "更多來自 {0}",
+ "DiedValue": "死於: {0}",
+ "BornValue": "出生: {0}",
+ "EnableColorCodedBackgrounds": "根據類別,套用多彩底色呈現",
+ "SortChannelsBy": "頻道排序依據",
+ "ChannelNumber": "頻道編號",
+ "HeaderBenefitsEmbyPremiere": "Emby高級會員好處",
+ "ThankYouForTryingEnjoyOneMinute": "請享受一分鐘的播放。感謝您嘗試Emby。",
+ "HeaderTryPlayback": "嘗試播放",
+ "HowDidYouPay": "你想如何付款?",
+ "IHaveEmbyPremiere": "我擁有Emby高級會員",
+ "IPurchasedThisApp": "我已購買這程式",
+ "ButtonRestorePreviousPurchase": "恢復購買",
+ "ButtonUnlockWithPurchase": "購買以解鎖",
+ "ButtonUnlockPrice": "解鎖 {0}",
+ "EmbyPremiereMonthlyWithPrice": "Emby高級會員月費 {0}",
+ "HeaderAlreadyPaid": "已付費?",
+ "ButtonPlayOneMinute": "播放1分鐘",
+ "PlaceFavoriteChannelsAtBeginning": "將最愛頻道放到開頭",
+ "HeaderUnlockFeature": "解鎖功能",
+ "MessageDidYouKnowCinemaMode": "你知道有了Emby高級會員,可使用像是劇院模式功能,以享有更好的使用體驗?",
+ "HeaderPlayMyMedia": "播放我的媒體",
+ "HeaderDiscoverEmbyPremiere": "探索Emby 高級會員",
+ "HeaderNowPlaying": "現在播放中",
+ "Items": "項目",
+ "AppName": "應用程式名稱",
+ "OneChannel": "一個頻道",
+ "ConfirmRemoveDownload": "移除下載?",
+ "ConfirmRemoveItem": "要移除此項目嗎?",
+ "RemoveDownload": "移除下載",
+ "ConfirmCancelConversion": "取消轉換?",
+ "CancelConversion": "取消轉換",
+ "KeepDownload": "保留下載",
+ "AddedOnValue": "新增{0}",
+ "RemovingFromDevice": "從裝置中移除中",
+ "KeepOnDevice": "保留在裝置上",
+ "CancelDownload": "取消下載",
+ "SyncJobItemStatusReadyToTransfer": "準備傳送",
+ "SyncJobItemStatusSyncedMarkForRemoval": "從裝置中移除中",
+ "SyncJobItemStatusQueued": "已排列",
+ "SyncJobItemStatusConverting": "轉換中",
+ "SyncJobItemStatusTransferring": "傳送中",
+ "SyncJobItemStatusSynced": "已下載",
+ "Failed": "失敗",
+ "SyncJobItemStatusRemovedFromDevice": "已從裝置中移除",
+ "Cancelled": "已取消",
+ "Retry": "重試",
+ "Continue": "繼續",
+ "ContinueInSecondsValue": "將在 {0} 秒後繼續",
+ "HeaderRemoteControl": "遙遠控制",
+ "Disconnect": "中斷連線",
+ "EnableDisplayMirroring": "啟用顯示鏡像",
+ "RemoteAccess": "遠端存取",
+ "HeaderPlayOn": "播放到",
+ "Quality": "品質",
+ "Auto": "自動",
+ "AndroidUnlockRestoreHelp": "恢復之前購買,請確認使用原購買的Google或Amazon帳號登入設備。確認App商店啟用,且無任何家長管制,也確認有外部網路連線。僅需執行一次即可恢復之前購買",
+ "HeaderAspectRatio": "長寬比",
+ "Original": "原始",
+ "Fill": "填入",
+ "Cover": "封面",
+ "MessageNoServersAvailableToConnect": "網路上無可用伺服器可連接。如被邀請分享伺服器,確定有接受,或是在電郵中有按下連結",
+ "MessagePlayAccessRestricted": "目前,此內容的播放受到限制。請與您的Emby服務器管理員聯繫以獲取更多信息。",
+ "Accept": "接受",
+ "Reject": "拒絕",
+ "Connect": "連接",
+ "HeaderMyMedia": "我的媒體",
+ "HeaderMyMediaSmall": "我的媒體(小)",
+ "LatestFromLibrary": "最新{0}",
+ "HeaderLatestEpisodes": "最新劇集",
+ "ContinuePlaying": "繼續播放",
+ "ContinueWatching": "繼續觀看",
+ "HeaderLatestChannelMedia": "最新頻道項目",
+ "HeaderContinueWatching": "繼續觀看",
+ "HeaderContinueListening": "繼續收聽",
+ "HeaderActiveRecordings": "正在錄影的節目",
+ "HeaderLatestRecordings": "最新錄製的節目",
+ "LabelConvertTo": "轉換到",
+ "LabelDownloadTo": "下載到",
+ "HeaderDownloadToDots": "下載到...",
+ "Next": "下一首",
+ "LabelSource": "來源",
+ "VersionNumber": "版本 {0}",
+ "HeaderAllLanguages": "所有語言",
+ "Previous": "上一首",
+ "HeaderNextUp": "接下來",
+ "HeaderPlayNextUp": "播放接下來",
+ "HeaderLatestFrom": "最新的 {0}",
+ "LabelHomeScreenSectionValue": "主頁部分 {0}",
+ "PasswordResetComplete": "密碼已經重設",
+ "PasswordSaved": "密碼已保存",
+ "SettingsSaved": "設定已保存",
+ "Upcoming": "即將上映",
+ "HeaderSelectImageFile": "選擇圖片檔案",
+ "None": "沒有",
+ "More": "更多",
+ "Up": "上",
+ "Down": "下",
+ "Home": "主頁",
+ "Back": "返回",
+ "Random": "隨機",
+ "Playback": "播放",
+ "Favorites": "我的最愛",
+ "HeaderHomeScreen": "主頁",
+ "HeaderLatestChannelItems": "最新頻道項目",
+ "HeaderLibraryOrder": "資料庫排序",
+ "HeaderOnNow": "現在播放",
+ "HeaderForKids": "給兒童",
+ "HeaderPlaybackError": "播放錯誤",
+ "PlaybackErrorNotAllowed": "您目前不允許播放此內容。請與系統管理員聯繫以獲取詳細信息。",
+ "RateLimitExceeded": "你的帳號已超過Emby伺服器管理員設定最大串流限制。請聯繫尋求協助",
+ "PlaybackErrorNoCompatibleStream": "當前沒有兼容的流。請稍後再試或聯繫您的系統管理員以獲取詳細信息。",
+ "PlaybackErrorPlaceHolder": "請插入光盤以播放此視頻。",
+ "PlaybackErrorNoPlayableItems": "未找到可播放的項目。您想嘗試播放一個空資料夾嗎?",
+ "Guide": "指南",
+ "Games": "遊戲",
+ "GameSystem": "遊戲系統",
+ "Suggestions": "推薦影片",
+ "HeaderFavoriteChannels": "最喜愛的頻道",
+ "HeaderFavoriteCollections": "最喜愛珍藏集",
+ "HeaderFavoritePlaylists": "最喜愛的播放清單",
+ "Collection": "珍藏集",
+ "Collections": "合輯",
+ "LabelSelectFolderGroups": "自動分類以下資料夾,預覽內容,如:電影,音樂和電視:",
+ "LabelSelectFolderGroupsHelp": "沒勾選的資料夾將以各自方式顯示",
+ "Mute": "靜音",
+ "Unmute": "取消靜音",
+ "Folder": "資料夾",
+ "Folders": "資料夾",
+ "FileName": "檔案名稱",
+ "DisplayInOtherHomeScreenSections": "在首頁中第二段顯示如最新媒體和繼續觀賞",
+ "DisplayInMyMedia": "在主頁上顯示",
+ "Shows": "電視秀",
+ "MoviesAndShows": "電影和節目",
+ "HeaderMusicVideo": "音樂影片",
+ "HeaderMusicVideos": "MV",
+ "MusicVideos": "MV",
+ "Videos": "影片",
+ "MixedContent": "混合內容",
+ "HomeVideos": "家庭影片",
+ "HomeVideosAndPhotos": "家庭影片和照片",
+ "TVShows": "電視節目",
+ "HeaderLibraryFolders": "媒體庫資料夾",
+ "HeaderTermsOfPurchase": "購買條款",
+ "PrivacyPolicy": "隱私權政策",
+ "TermsOfUse": "使用條款",
+ "HeaderRepeatMode": "重播模式",
+ "HeaderToneMapping": "色調映射",
+ "RepeatOne": "單曲重播",
+ "RepeatAll": "全部重播",
+ "LabelDefaultScreen": "預設畫面",
+ "ConfirmEndPlayerSession": "你希望在{0}關閉Emby?",
+ "Yesterday": "昨天",
+ "Yes": "是",
+ "No": "否",
+ "HeaderScanLibraryFiles": "掃描媒體庫文件",
+ "LiveTV": "電視直播",
+ "Schedule": "排程",
+ "Recordings": "錄影",
+ "ScanForNewAndUpdatedFiles": "探索新和更新過檔案",
+ "NewVersionOfXAvailableForY": "{0} 可用於 {1}",
+ "DirectStreamHelp1": "媒體分辨率和媒體編碼(H.264,AC3等)方面與裝置兼容,但在不兼容的媒體容器(.mkv,.avi,.wmv等)中,視頻將被重新打包後流傳輸到裝置",
+ "DirectStreamHelp2": "直接傳輸使用較少的處理能力,且不會降低視頻質量。",
+ "MediaIsBeingConverted": "媒體正在轉換為與裝置兼容的格式",
+ "StatsForNerds": "播放統計",
+ "HeaderHardwareAcceleratedDecoding": "硬體加速解碼",
+ "HeaderHardwareAcceleratedEncoding": "硬體加速編碼",
+ "HeaderDirectPlay": "直接播放",
+ "DirectPlaying": "直接播放中",
+ "DirectStreaming": "直接串流中",
+ "Transcode": "轉碼",
+ "Transcoding": "轉碼",
+ "ContainerBitrateExceedsLimit": "由於品質設置而降低比特率",
+ "VideoCodecNotSupported": "將視頻轉換為兼容的編解碼器",
+ "AudioCodecNotSupported": "將音訊轉換為兼容的編解碼器",
+ "SubtitleCodecNotSupported": "將字幕直接轉入視頻中",
+ "DirectPlayError": "從播放發生錯誤中恢復",
+ "ContainerNotSupported": "轉換到兼容的容器",
+ "VideoLevelNotSupported": "轉換到兼容的影片級別",
+ "AudioBitrateNotSupported": "轉換到兼容的音訊比特率",
+ "AudioChannelsNotSupported": "轉換到兼容的音樂頻道",
+ "VideoResolutionNotSupported": "轉換到兼容的影像解像度",
+ "AudioProfileNotSupported": "轉換到兼容的音頻設定檔",
+ "AudioSampleRateNotSupported": "轉換到兼容的音訊取樣率",
+ "AnamorphicVideoNotSupported": "不支持寬螢幕影片",
+ "InterlacedVideoNotSupported": "隔行掃描視頻",
+ "SecondaryAudioNotSupported": "選擇第二條聲軌",
+ "ExternalAudioNotSupported": "選擇外部聲軌",
+ "ErrorRemovingEmbyConnectAccount": "移除 Emby Connect帳號發生錯誤,請確定網路連線後,再試一次",
+ "HeaderEmbyAccountRemoved": "已移除Emby帳號",
+ "MessageEmbyAccontRemoved": "從使用者中移除Emby帳號",
+ "HeaderInvitationSent": "送出邀請",
+ "Offline": "離線",
+ "HeaderSignUp": "註冊",
+ "ServerDownloadMessage": "此Emby 伺服器需要更新,請至 {0} 取得最新版本",
+ "ServerDownloadMessageWithoutLink": "要下載並安裝免費的 Emby 伺服器,請前往 Emby 網站",
+ "MessageInvitationSentToUser": "電子郵件已寄到{0},邀請他們接受你的分享邀請",
+ "MessageInvitationSentToNewUser": "電子郵件已寄到{0},邀請他們註冊Emby",
+ "GuestUserNotFound": "找不到使用者,請確認名稱是否正確,再試一次,或輸入他們的電子信箱",
+ "ErrorReachingEmbyConnect": "連接Emby Connect伺服器時發生錯誤,請確認已經連上網路後,再試一次",
+ "ErrorAddingEmbyConnectAccount1": "新增Emby Connect帳號時發生錯誤,已經建立好Emby帳號了?可在{0}註冊",
+ "ErrorAddingEmbyConnectAccount2": "如問題仍在,請以Emby Connect帳號所用的電子信箱寄信到{0}",
+ "ErrorAddingGuestAccount1": "新增Emby Connect帳號時發生錯誤。受邀者是否已有Emby帳號? 可否在{0}登入",
+ "ErrorAddingGuestAccount2": "如問題仍在,請發送郵件至 {0},並附上您的以及他們的郵箱地址",
+ "MessageEmbyAccountAdded": "Emby帳號已新增至此使用者",
+ "MessagePendingEmbyAccountAdded": "Emby帳號已新增至此使用者,將發信到此帳號的使用者。需按下信中連結,以確認接受邀請",
+ "HeaderEmbyAccountAdded": "已新增Emby帳號",
+ "Skip": "略過",
+ "HeaderAdditionalParts": "附加部份",
+ "ButtonGenerateNewPin": "產生新的PIN碼",
+ "ConnectLoginHelp1": "使用 Emby Connect,無論身在何處,您都可以輕鬆訪問 Emby Server,並與家人和朋友共享伺服器",
+ "CreatePinErrorMessage": "產生代碼時發生錯誤,請點擊「產生新的代碼」再試一次。",
+ "PinExpiredMessage": "這個代碼過期了,請點擊「產生新代碼」再試一次。",
+ "ConnectPinCodeHeader": "以Emby Connect來登入,使用行動裝置或電腦來訪問{0},並輸入下方識別碼:",
+ "LabelSubtitlePlaybackMode": "字幕模式",
+ "ErrorDeletingItem": "從Emby伺服器刪除項目時發生錯誤,請確定Emby伺服器對此媒體資料夾有讀取權限後,再試一次",
+ "NoSubtitles": "沒有字幕",
+ "Default": "預設",
+ "Absolute": "絕對",
+ "Smart": "智能",
+ "Small": "小",
+ "Smaller": "較小",
+ "Medium": "中",
+ "Large": "大",
+ "Larger": "較大",
+ "ExtraLarge": "超大",
+ "ExtraSmall": "特細",
+ "Forced": "強制",
+ "External": "外部",
+ "HeaderEmbeddedTitle": "嵌入式標題",
+ "OnlyForcedSubtitles": "只限強制字幕",
+ "AlwaysPlaySubtitles": "總是播放字幕",
+ "DefaultSubtitlesHelp": "根據嵌入式元數據中的 “默認” 和 “強制” 標籤加載字幕。當有多個選項可用時,將優先考慮語言偏好",
+ "SmartSubtitlesHelp": "當音訊為外語時,載入符合語言偏好的字幕",
+ "HeaderSubtitleSettings": "字幕設定",
+ "HeaderSubtitleAppearance": "字幕外觀",
+ "OnlyForcedSubtitlesHelp": "只載入有標示強制的字幕",
+ "AutoSelectHearingImpairedHelp": "字幕比對會載入偏好語系的字幕,給標有聽障輔助(SDH)的音軌。",
+ "AlwaysPlaySubtitlesHelp": "不論音訊為何種語言,一律載入符合語言偏好的字幕",
+ "NoSubtitlesHelp": "默認情況下不會加載字幕,在播放過程中仍可以手動打開。",
+ "LabelPreferredSubtitleLanguage": "首選字幕語言",
+ "LabelTextSize": "文字大小",
+ "TheseSettingsAffectSubtitlesOnThisDevice": "這些設置只會影響此設備上的字幕",
+ "LabelDropShadow": "陰影",
+ "LabelTextBackgroundColor": "文字背景顏色",
+ "LabelWindowBackgroundColor": "文字背景顏色",
+ "LabelFont": "字體",
+ "LabelTextColor": "文字顏色",
+ "LabelBackgroundColor": "背景顏色",
+ "LabelBackgroundOpacity": "背景透明度",
+ "Raised": "浮刻",
+ "Depressed": "扁平",
+ "Uniform": "統一",
+ "DropShadow": "投影式陰影",
+ "SmallCaps": "小型大寫字母",
+ "SubtitleAppearanceSettingsDisclaimer": "這些設置不適用於圖形字幕(PGS,DVD等)或嵌入了自己的樣式的字幕(ASS / SSA)。",
+ "Normal": "正常",
+ "HeaderWaitingForWifi": "等待Wifi連線",
+ "WifiRequiredToDownload": "要持續下載必須有Wifi網路連線",
+ "DownloadOnlyOnWifi": "只會在Wifi連線下才下載",
+ "LabelMusicDownloadQuality": "音樂下載品質",
+ "MusicDownloadQualityHelp": "比特率較高的音頻文件將由 Emby 伺服器轉換。選擇較高的值可獲得更好的質量,或選擇較低的值以節省本地存儲空間",
+ "HeaderDownloadSettings": "下載設定",
+ "LabelDownloadLocation": "下載位置",
+ "BrowseForFolder": "瀏覽資料夾",
+ "Unlimited": "無限制",
+ "NoLimit": "無限制",
+ "Hide": "隱藏",
+ "HeaderKeepWatching": "保持觀看",
+ "HeaderNextEpisode": "下一集",
+ "AudioBitDepthNotSupported": "轉換到兼容的音訊位元深度",
+ "VideoBitrateNotSupported": "Converting to compatible video bitrate",
+ "VideoProfileNotSupported": "轉換到兼容的影片設定檔",
+ "VideoFramerateNotSupported": "轉換到兼容的影片格數",
+ "VideoBitDepthNotSupported": "轉換到兼容的影片位元深度",
+ "RefFramesNotSupported": "轉換到兼容的影片格數",
+ "ErrorConnectServerUnreachable": "執行請求操作時出錯。您的伺服器無法通過 {0} 與我們的 Emby Connect 服務器連接。請確保您的服務器具有有效的互聯網連接,且已安裝的任何防火牆或安全軟件都允許其通信。",
+ "HeaderStopRecording": "停止錄影",
+ "ManageRecording": "管理錄影",
+ "LabelDropImageHere": "在此處拖放圖像,或單擊以選擇要上傳的圖像。",
+ "MessageFileReadError": "讀取檔案時發生錯誤,請重試",
+ "Browse": "瀏覽",
+ "HeaderUploadImage": "上傳圖像",
+ "HeaderAddUpdateImage": "新增/更新圖像",
+ "HeaderShowFields": "顯示欄",
+ "LabelView": "檢視",
+ "LabelImageType": "圖像類型",
+ "Upload": "上傳",
+ "Primary": "封面圖",
+ "PrimaryImageBlur": "封面圖模糊",
+ "Art": "藝術圖",
+ "Backdrop": "背景",
+ "Banner": "橫幅",
+ "Box": "包裝盒",
+ "BoxRear": "包裝盒 (背面)",
+ "Disc": "光碟",
+ "Logo": "標誌",
+ "LogoDark": "標誌 (暗黑版本)",
+ "LogoLight": "標誌 (光亮版本)",
+ "LogoLightColor": "標誌 (彩色)",
+ "Menu": "選單",
+ "Screenshot": "畫面擷圖",
+ "Thumb": "縮圖",
+ "HeaderAudioSettings": "音訊設定",
+ "LabelAudioLanguagePreference": "首選的音訊語言",
+ "LabelPlayDefaultAudioTrack": "忽略語言偏好,播放預設聲軌",
+ "HeaderVideoQuality": "影像品質",
+ "CinemaModeConfigurationHelp": "在客廳裡,劇院前導模式,將帶來真實劇院感受的預告片或自訂前導片。",
+ "ShowUpNextPreview": "顯示下個項目的預覽",
+ "ShowUpNextPreviewHelp": "在本項目將近結束時顯示下個項目的資訊。",
+ "PlayNextEpisodeAutomatically": "自動播放下一集",
+ "LabelMaxChromecastBitrate": "Chromecast 串流品質",
+ "LabelSkipBackLength": "倒後長度",
+ "LabelSkipForwardLength": "快進長度",
+ "EnableCinemaMode": "啟用劇院前導模式",
+ "LabelInternetQuality": "遠端串流品質",
+ "LabelCellularQuality": "遠端串流品質 (流動網絡)",
+ "HeaderMusicQuality": "音樂品質",
+ "LabelHomeNetworkQuality": "本地網絡串流品質",
+ "HeaderLatestMedia": "最新媒體",
+ "HeaderRestartingEmbyServer": "重新啟動Emby伺服器",
+ "RestartPleaseWaitMessage": "請等候Emby伺服器關閉後重啟,約花1到2分鐘",
+ "HeaderPlayNext": "播放下一首",
+ "AutoBasedOnLanguageSetting": "自動 (根據裝置設定)",
+ "SameAsMainTheme": "與總主題相同",
+ "LabelDateTimeLocale": "日期時間格式",
+ "Genre": "類型",
+ "DirectorValue": "導演: {0}",
+ "DirectorsValue": "導演: {0}",
+ "GenreValue": "類型: {0}",
+ "GenresValue": "類型: {0}",
+ "TagsValue": "標籤: {0}",
+ "Off": "關閉",
+ "Title": "標題",
+ "Year": "年份",
+ "Filter": "篩選",
+ "Filters": "篩選",
+ "Unplayed": "未播放",
+ "LabelTVHomeScreen": "電視模式主頁",
+ "Horizontal": "水平",
+ "Vertical": "垂直",
+ "HeaderGroupBy": "分類準則",
+ "HeaderMediaType": "媒體類型",
+ "GroupBySeries": "根據電視劇分類",
+ "HeaderVideoType": "視訊類型",
+ "HeaderSeriesStatus": "電視劇狀態",
+ "Features": "功能",
+ "Trailers": "預告片",
+ "Extras": "附加功能",
+ "ThemeSongs": "主題曲",
+ "ThemeVideos": "主題影片",
+ "HeaderFavoriteMovies": "最喜歡的電影",
+ "HeaderFavoritePhotos": "最喜愛的照片",
+ "HeaderFavoriteShows": "最喜歡的節目",
+ "HeaderFavoriteEpisodes": "最喜愛的劇集",
+ "HeaderFavoriteVideos": "最喜愛的影片",
+ "HeaderFavoriteMusicVideos": "最愛的音樂影片",
+ "HeaderFavoriteGames": "最喜歡的遊戲",
+ "HeaderFavoriteArtists": "最喜愛的演員",
+ "HeaderFavoriteAlbums": "最喜愛的專輯",
+ "HeaderFavoriteSongs": "最喜歡的歌曲",
+ "HeaderFavoriteAuthors": "最喜愛的作者",
+ "HeaderFavoriteAudioBooks": "最喜愛的有聲書",
+ "Ascending": "順序",
+ "Descending": "倒序",
+ "HeaderColorPrimaries": "原色",
+ "HeaderColorSpace": "色域",
+ "HeaderColorTransfer": "色彩傳送",
+ "HeaderVideoRange": "視訊範圍",
+ "SeriesDisplayOrderHelp": "根據上映日期,DVD訂購單,或TVDB序號,來排序影集",
+ "LabelVerticalPositionFromBottom": "垂直位置 (從底部起)",
+ "HeaderFavoritePeople": "最喜愛的人物",
+ "MultiSelect": "多重選擇",
+ "HeaderSignOut": "登出",
+ "HeaderSelectServer": "選擇伺服器",
+ "HeaderChangeServer": "更改伺服器",
+ "HeaderChangeUser": "更換使用者",
+ "HeaderAppSettings": "程式設定",
+ "HeaderLoginSettings": "登入設定",
+ "LabelRememberLogin": "記住帳號",
+ "LabelAutomaticallySignOut": "自動登出時間",
+ "BetaTesterMessage": "感謝你成為Emby beta測試者。請在{0}Emby論壇測試區{1}寫下回饋",
+ "HardwareAccelerated": "硬體加速",
+ "Software": "軟體",
+ "Metadata": "中繼資料",
+ "HeaderMediaInfo": "媒體資訊",
+ "Locked": "已鎖",
+ "HeaderSplitVersionsApart": "分離版本",
+ "Any": "任何",
+ "Admin": "管理員",
+ "HeaderReadMore": "閱讀更多",
+ "CustomRatingHelp": "自定義評分用於家長控制評估,但不會顯示。家長評分字段仍會顯示。",
+ "KeepUpToHelp": "當下一新錄影開始時,超過上限數量的錄影,將從時間最舊的開始刪除",
+ "NoItemsMatchingFound": "沒有找到吻合設定搜尋條件的項目",
+ "TwoSearchCharsRequired": "請至少輸入兩個搜尋字符",
+ "PreventPlaybackContinuing": "週而復始的彈出需要使用者輸入的視窗,使用來預防無止盡的連續播放",
+ "PromptStillWatching": "啟用\"你仍要觀看?\" 提醒視窗",
+ "HeaderMissingMetadata": "缺少中繼資料",
+ "HeaderIncludedIn": "已包含",
+ "EmbyConnectUserAlreadyLinked": "Emby Connect使用者已連結此伺服器上另一使用者",
+ "VideoFilesWillBeConvertedTo": "轉檔後影片將儲存在{0}",
+ "VideoWillBeConvertedTo": "如果影片已經{0}且畫質符合轉換選項,影片串流將被轉換到{0},或從原始檔案複製",
+ "VideoWillBeConvertedToOrCopied": "如果影片是任何{1}且畫質符合轉換選項,影片串流將被轉換到{0},或從原始檔案複製",
+ "AudioWillBeConvertedTo": "如果影片已經{0}且畫質符合轉換選項,影片串流將被轉換到{0},或從原始檔案複製",
+ "AudioWillBeConvertedToOrCopied": "如果影片是任何({1})且畫質符合轉換選項,影片串流將被轉換到{0},或從原始檔案複製",
+ "HeaderSpecialKeys": "特殊鍵",
+ "FollowingSpecialKeys": "下列特殊鍵可適用在多數鍵盤和遠端操作:",
+ "HeaderDeleteSeries": "刪除電視劇",
+ "HeaderDeleteLastPlayedEpisode": "刪除最後播放劇集",
+ "HeaderConnectingToServer": "連接至伺服器",
+ "ServerNameValue": "伺服器名稱: {0}",
+ "DomainValue": "網域: {0}",
+ "RatedValue": "評分 {0}",
+ "LocalServerRedirectMessage": "你將被導向所選伺服器的管理員,其所擁有/操作的網域",
+ "AllMediaOwnedHosted": "所有媒體均由 {0} 的所有者託管和管理",
+ "EnableResolutionSwitching": "對應影片解像度",
+ "EnableResolutionSwitchingHelp": "開始播放前,讓Emby改變解像度,以便與原影片編碼時相同。有時撥放影片會發生延遲/晃動問題,此舉會改善此問題。",
+ "EnableDisplayRefreshRateSwitching": "啟用顯示器刷新率切換",
+ "EnableDisplayRefreshRateSwitchingHelp": "這設定讓 Emby 在影片開始播放前變更顯示更新率,使更新率與相關影片所編碼的幀率相同 (或其幀率的倍數)。此設定或有助減少播放不支援當前顯示更新率的影片時可能出現的停頓或振動。",
+ "RememberSelectedAudioTracks": "記得聲軌選擇",
+ "RememberSelectedSubtitleTracks": "記得字幕軌的選擇",
+ "RememberSelectedSubtitleTracksHelp": "每部影片基本資訊會記憶字幕選項,在下次影片播放會再次套用",
+ "RememberSelectedAudioTracksHelp": "每部影片的基本資訊會記憶聲軌選項,在下次影片播放會再次套用",
+ "ClearSavedTrackSelections": "清除已存音軌選單",
+ "HeaderClearTrackSelections": "清除已存音軌選單",
+ "QuestionClearSavedTracks": "確認清除所有已存音軌選單",
+ "LabelChannelTags": "頻道標籤",
+ "AfterThisPlaysConfirmation": "播放完畢後,你希望保留播放/或清除先前排序的音樂表單?",
+ "Keep": "保持",
+ "Clear": "清除",
+ "HeaderClearFilters": "清除篩選",
+ "HeaderSearchForImages": "搜尋圖像",
+ "HeaderSearchNewImage": "搜尋一個新圖像",
+ "HeaderSearchForAnImage": "搜尋一個圖像",
+ "DragDropToReorder": "拖放方法來錄影",
+ "HeaderAddImageFromUrl": "從網址新增圖像",
+ "HeaderSetImageFromUrl": "從網址選擇圖像",
+ "LabelUrl": "網址",
+ "LabelChannelNumber": "頻道號碼",
+ "LabelGuideDataChannel": "節目表頻道",
+ "GuideDataSource": "指南資料來源",
+ "HeaderCopyToClipboard": "複製到剪貼簿",
+ "TimeRemainingValue": "{0}剩餘",
+ "LabelResumeRewindSeconds": "恢復播放時自動倒帶",
+ "ResumeRewindSecondsHelp": "這可能會幫助您記住您中斷的地方。 這適用於首次繼續播放,而不適用於播放期間的每個單獨暫停。",
+ "HeaderSavePlayQueueToPlaylist": "播放序新增到播放清單",
+ "EnableLogoImagesAsTitle": "再詳細頁面上,呈現商標圖案,如同標題",
+ "EnableLogoImagesAsTitleHelp": "當可用時,可以使用標誌圖像代替視頻、系列和其他詳細信息屏幕上的標題文本。 當標誌圖像不可用時,標題將退回成文字。",
+ "LabelNowPlayingAudioBackgroundStyle": "正在播放音訊背景風格",
+ "LabelNowPlayingVideoBackgroundStyle": "「播放中影片」背景風格",
+ "NowPlayingVideoBackgroundStyleHelp": "設定在其他裝置上遠程控制視頻播放時的背景風格。",
+ "Rotation": "旋轉",
+ "Minutes": "分鐘",
+ "LabelMaxRecordingLength": "最大錄影長度",
+ "MaxRecordingLengthHelp": "限制錄製的最大長度,無論廣播將持續多久。如果設置為 0,即無限制。",
+ "RemoteWAN": "遠端(WAN)地址",
+ "HeaderLastConnectedTo": "最後連線到",
+ "Version": "版本",
+ "Keyword": "關鍵字",
+ "HeaderServerAddress": "伺服器地址",
+ "HeaderSkipIntro": "略過介紹",
+ "HeaderCreateRecording": "創建錄影",
+ "HeaderAddRecording": "新增錄影",
+ "HeaderChannelAndTime": "頻道和時間",
+ "LabelRecordProgramOrSeriesFrom": "從以下位置錄影",
+ "LabelStartTime": "開始時間",
+ "LabelEndTime": "結束時間",
+ "LabelFrequency": "頻率",
+ "Recurring": "再次發生的",
+ "Once": "一次",
+ "Start": "開始",
+ "Unpause": "取消暫停",
+ "LabelIntroSkipMode": "略過簡介",
+ "ShowSkipIntroButton": "顯示\"略過簡介\"按鈕",
+ "AutoSkipIntro": "自動略過簡介",
+ "DisplayRatingInformationOnVideoPlaybackStart": "在視頻播放開始時顯示評級信息",
+ "DisplayRatingInformationOnVideoPlaybackStartHelp": "視頻播放開始時,評級信息將短暫顯示。",
+ "IntroSkipModeHelp": "顯示\"略過簡介\"按鈕或自動略過Emby 服務器檢測到簡介標記的劇集。 必須在 Emby Server 庫選項中啟用簡介檢測。",
+ "EnableHomeScreenFocusPreview": "在主屏幕上使用顯示所選項目詳細預覽的佈局",
+ "EnableHomeScreenFocusPreviewHelp": "如果您的主屏幕包含不同媒體類型的混合,這可能效果不佳。",
+ "LabelHideMediaTransportButtons": "隱藏影片播放器傳輸按鈕",
+ "HideMediaTransportButtonsHelp": "通過隱藏基本的傳輸按鈕(例如快進、後退和暫停)來創建更簡單的屏幕播放界面。 您仍然可以使用箭頭鍵和 OK/Enter 來使用這些功能。 當應用程序內未檢測到鼠標使用時,自動將隱藏傳輸按鈕。",
+ "ImageSizeHelp": "設置您喜歡的圖像網格大小。",
+ "LabelImageSize": "圖像大小",
+ "ThisImageIsOnlyPreview": "此圖像只是來自元數據搜索引擎的預覽。 Emby 服務器下載的實際圖像可能會有所不同,這取決於您在 Emby 媒體庫設置中配置的選項。",
+ "ResultsRangeValue": "{2} 的 {0} 到 {1}",
+ "NotificationsDescription": "設置通知以隨時了解您的 Emby 服務器上的重要事件。",
+ "DeleteEmbyConnectAccount": "刪除Emby Connect帳戶",
+ "DeleteEmbyConnectAccountHelp": "要刪除您的 Emby Connect 帳戶,請先通過 {2} 登入 {0}Emby Community{1},然後點擊您的用戶名稱 (位於網頁右上方),再選擇「帳戶設定」 (Account Settings),並點擊「刪除我的帳戶」 (Delete My Account)。",
+ "KeepPlayingInBackground": "繼續在後台播放",
+ "LabelVideoBackBehavior": "影片播放器後退按鈕行為",
+ "HeaderViewLyrics": "查看歌詞",
+ "HeaderViewMissingEpisodes": "檢視缺少的集數",
+ "HeaderMissingEpisodes": "缺少的集數",
+ "HeaderManageAccess": "管理訪問",
+ "HeaderManageCollaboration": "管理共同合作",
+ "HeaderLeaveCollaboration": "離開共同合作",
+ "HeaderRemoveFromLibrary": "從媒體庫中移除",
+ "RemoveSharedItemConfirmation": "確定要從資料館中移除此項目?如果要恢復此項目,需要擁有者授權可以再次存取.",
+ "SubtitlesDownloaded": "字幕已下載",
+ "HeaderMakePrivate": "設為私人",
+ "HeaderMakePublic": "設為公用",
+ "MakePublicDescription": "所有使用者將可檢視此項目。使用者可以被授權編輯.",
+ "MakePrivateDescription": "可以個別授權每一位使用者存取權限.",
+ "Private": "私人",
+ "Public": "公用",
+ "Collaborative": "共同合作",
+ "PreferredShowDisplay": "首選電視節目顯示",
+ "ShowAllEpisodesAllSeasons": "將所有季度劇集一同顯示",
+ "ShowAllEpisodesSingleSeason": "僅顯示單獨季中的所有集數",
+ "ShowSeasonFolders": "始終顯示季度資料夾",
+ "HeaderAddAgain": "再次新增",
+ "UpNext": "下個項目",
+ "ItemsAlreadyInPlaylist": "其中一些項目已經在您的播放列表中",
+ "ItemAlreadyInPlaylist": "此項目已在您的播放列表中",
+ "HeaderPlayChannel": "播放頻道",
+ "LabelScreenOrientationDuringVideo": "影片播放時畫面方向",
+ "UseDeviceSetting": "使用裝置設定",
+ "LockToLandscape": "橫向鎖定",
+ "UsernameForFolderHelp": "在此網路中可存取該資料夾的使用者名稱。",
+ "PasswordForFolderHelp": "在此網路中可存取該資料夾的密碼。",
+ "ShowMediaInfoOnDetailScreens": "在音訊和視訊詳細畫面中顯示完整媒體資訊",
+ "ForgotPasswordNoUserFound": "無法找到輸入使用者名稱,請再試一次。或針對此伺服器全部使用者重設密碼。",
+ "Silver": "銀",
+ "DimGray": "暗灰",
+ "DarkGray": "深灰",
+ "LightGray": "淺灰",
+ "Black": "黑",
+ "Blue": "藍",
+ "Cyan": "青",
+ "Gray": "灰",
+ "Green": "綠",
+ "Lime": "青檸",
+ "Magenta": "洋紅",
+ "Orange": "橙",
+ "Pink": "粉紅",
+ "Red": "紅",
+ "Yellow": "黃",
+ "White": "白",
+ "Purple": "紫",
+ "RecentlyReleasedMovies": "最新上架電影",
+ "RecentlyReleasedEpisodes": "最近上架劇集",
+ "DolbyProfile": "杜比設定檔",
+ "IpAddress": "IP地址",
+ "VideoType": "視訊類型",
+ "HidePlayedMediaFrom": "隱藏已播放的媒體",
+ "BottomEdgePosition": "底邊位置",
+ "VerticalPositionFromBottomScreen": "設定字幕相對於螢幕底部的垂直位置。",
+ "TopEdgePosition": "頂部邊緣位置",
+ "TopEdgePositionHelp": "設定字幕相對於螢幕頂部允許的最高垂直位置。當字幕包含要放置在頂部的定位指令時使用此功能。",
+ "HeaderSubtitlePosition": "字幕位置",
+ "TitleProfilePin": "設定檔PIN碼",
+ "ProfilePinConfirm": "設定檔PIN碼 (確認)",
+ "SaveProfilePin": "儲存PIN碼",
+ "ProfilePinDescription": "建立一個可選的 PIN 碼,每當您在已登入的裝置上返回 Emby 應用程式時,系統都會提示您輸入。如果您的裝置由多個使用者共享,這非常有用。您可以根據需要選擇在每個裝置上選擇性地啟用它。",
+ "TitleNewEpisodes": "新劇集",
+ "EnterYourPinToContinue": "輸入您的 PIN 碼以繼續。",
+ "YourPinMustBe": "您的 PIN 碼必須是 {0} 位。",
+ "ForgotPin": "忘記PIN碼?",
+ "RequireEnteringPinToReturn": "每當我返回此應用程式時,都需要輸入我的個人資料 PIN 碼。",
+ "RequireEnteringPinToReturnQuestion": "當您返回此應用程式時,我們是否應該提示您輸入個人資料 PIN 碼?如果該裝置由多個使用者共用,您的個人資料 PIN 碼可以協助防止其他使用者存取您的資料。",
+ "RequireEnteringPinToReturnHelp": "如果該裝置由多個用戶共享,則非常有用。",
+ "WrongPinPleaseTryAgain": "糟糕,PIN 碼錯誤。請再試一次。",
+ "ProfilePinIsOn": "個人資料 PIN 目前已啟用。",
+ "IfTryingToConnectToHttp": "如果以 HTTP 位址連線而瀏覽器因 HTTPS 要求而拒絕連線,請嘗試下列其中一項操作:",
+ "SetupHttpsForYourServer": "要以 HTTPS 連線,請 {0}為您的 Emby 伺服器設定 HTTPS{1}。",
+ "TitleUnableToReachServer": "無法訪問伺服器",
+ "TitleUnableToReachName": "無法訪問 {0}",
+ "HearingImpaired": "聽力障礙",
+ "SignIntoServerName": "登入到 {0}",
+ "About": "關於",
+ "Specials": "特別篇",
+ "NSettings": "{0} 設定",
+ "NPreferences": "{0} 偏好設定",
+ "DetailScreenOptions": "詳細信息畫面",
+ "LabelGenreDisplayLimit": "類型顯示限制",
+ "GenreDisplayLimitHelp": "限制項目詳細資料畫面上方顯示的類型數量。",
+ "GenreDisplayLimitForListsHelp": "限制播放清單、收藏和藝術家詳細資訊畫面頂部顯示的類型數量。",
+ "LabelGenreDisplayLimitForLists": "清單上的類型顯示限制",
+ "ShowPosterOnDetails": "在詳細資訊畫面上顯示海報",
+ "ShowPosterOnDetailsHelp": "選擇在影片詳細資料畫面上顯示海報,或隱藏海報以獲得強調背景的簡約外觀。此設定不適用於較小的螢幕佈局。某些項目類型將忽略此設定。",
+ "EnableAppLogging": "啟用應用程式日誌記錄",
+ "EnableAppLoggingHelp": "日誌記錄可能會降低應用程式效能,並且僅應在出於故障排除目的需要時才啟用。更改需要重新啟動應用程式。",
+ "LabelSlideshowInterval": "每張照片幻燈片的播放時間",
+ "TVChannelImageEditorHelp": "支援多個標誌版本。 Emby 應用程式將根據目前主題自動選擇合適的主題。",
+ "PlaySlideshow": "播放幻燈片",
+ "CheckForExistingEpisodesInAllLibraries": "檢查所有媒體庫中現有的劇集",
+ "GroupNotificationsBySeriesOrAlbum": "按節目和專輯對通知進行分組",
+ "ThemeSettings": "主題設定",
+ "FollowingActivityWillBeDisrupted": "以下工作將被中斷,或需人手重新啟動:",
+ "OneActivePlaybackSession": "1 項播放項目進行中",
+ "NumActivePlaybackSessions": "{0} 項播放項目進行中",
+ "OneActiveRecording": "1 項錄影項目進行中",
+ "NumActiveRecordings": "{0} 項錄影項目進行中",
+ "PlayFromLivePosition": "從當前直播時間點播放",
+ "PlayFromStartOfRecording": "從錄影開端播放",
+ "ThisChannelIsActivelyRecording": "本頻道正在錄影中,你希望如何播放呢?",
+ "ThemeSongVolume": "主題曲音樂",
+ "HeaderForceConversionForFormats": "強制轉換下列格式",
+ "ForceConversionForFormatsHelp": "強制對無法在此裝置上直接播放的媒體格式進行伺服器端轉碼或重新混合。",
+ "StartupBehavior": "啟動行為",
+ "RememberLastUser": "記住上一位使用者",
+ "ShowLoginScreen": "顯示登入畫面",
+ "SignInAsValue": "以 {0} 登入",
+ "ConvertUnsupportedAudio": "轉換不支援的環繞聲音訊至杜比數碼格式",
+ "ConvertUnsupportedAudioHelp": "讓 Emby Server 轉換不支援的環繞聲格式成杜比數碼格式,以避免將其混音成立體聲。",
+ "HeaderPlaybackCorrection": "播放校正",
+ "HeaderAttemptPlaybackCorrection": "播放校正",
+ "PlaybackCorrectionConfirm": "要讓系統嘗試修正播放問題嗎?",
+ "PlaybackCorrectionDescription": "現正播放的媒體出現無畫面或無聲音的問題嗎?啟用此選項的話,系統將通過伺服器轉碼將檔案轉換成更適合串流的格式,嘗試修正播放問題。這將增加 Emby 伺服器的資源消耗。",
+ "PlaybackCorrectionDescription2": "每段影片最多可以執行此操作三次,當中重新混合、視訊轉碼和音訊轉碼都各啟動一次。",
+ "HeaderAlbumsAsContributingArtist": "擔任特約藝人的專輯",
+ "HeaderAlbumsAsComposer": "擔任作曲家的專輯",
+ "Duplicates": "重複項目",
+ "HeaderSleepTimer": "睡眠計時器",
+ "AfterCurrentItem": "在這項目之後",
+ "HeaderStopPlayback": "停止回放",
+ "TurnOffTimer": "關閉計時器",
+ "SleepTimerIsSet": "已設置睡眠計時器",
+ "SleepTimerIsOff": "您的睡眠計時器已關閉",
+ "LabelEnableRemoteControlTVMode": "顯示媒體投放及遙控功能",
+ "EnableRemoteControlTVModeHelp": "如果你希望在此裝置投放媒體至其他裝置的話,請啟用此選項。",
+ "ShowOnScreenControls": "在熒幕上顯示控制項",
+ "LabelVideoScreenUpAction": "「上」方向鍵功能",
+ "VideoScreenUpActionHelp": "設定當按下「上」方向鍵時所採取的操作。此設定只適用在熒幕控制項沒有顯示的情況;在熒幕控制項顯示的情況下按「上」方向鍵的話,則會進行「往上移動」操作。",
+ "LabelVideoPlayerLongPressAction": "影片播放時長按 OK 按鈕所觸發的操作",
+ "LetsGetSetup": "開始設定吧!",
+ "VideoPlayerLongPressActionHelp": "設定在影片播放的時候長按 OK 按鈕會觸發哪項功能或顯示哪個選單,此功能只在播放控制項隱藏時或在影片時間軸獲選取時有效。",
+ "AskAdminToGetPremiere": "Emby Premiere 必須經伺服器管理員購買。請要求此 Emby 伺服器的管理員登入伺服器並購買 Emby Premiere,以啟用進階功能。",
+ "AutoOpenSingleItemsFolders": "在「資料夾」檢視模式下自動打開單一項目",
+ "AutoOpenSingleItemsFoldersHelp": "在「資料夾」檢視模式下,如果資料夾內只有一個項目,系統就會自動打開有關項目",
+ "PlayedOnValue": "Played {0}",
+ "TheseSettingsApplyAppDevice": "These settings apply to all users playing on this device.",
+ "LastContentDateAdded": "Last Content Date Added",
+ "RepeatThemeMedia": "Play themes on repeat",
+ "HideEpisodeSpoilerInfo": "Hide spoiler information from unwatched episodes",
+ "HideEpisodeSpoilerInfoHelp": "Hides the title, overview and image for unwatched episodes on most screens.",
+ "BornValueAge": "Born: {0} (age {1})",
+ "PreferDirectStreamLiveTV": "Prefer direct streaming of Live TV",
+ "PreferDirectStreamLiveTVHelp": "Direct streaming Live TV will reduce resource consumption on your Emby Server but may not be as seekable during playback. Enabling this will direct stream Live TV when the format is supported and is within your configured quality setting. Disable this to enjoy more seeking during playback at the cost of additional resource consumption.",
+ "HeaderAllRecordings": "All Recordings",
+ "RememberLoginDescription": "After signing in, you can use the app settings to configure the startup behavior to remember login, sign in as a specific user, or always show the login screen.",
+ "ForgetThisServer": "Forget This Server",
+ "ForgetServerConfirmation": "Are you sure you wish to forget this server?",
+ "HeaderThisDevice": "This Device",
+ "ChaptersGuide": "Chapters / Live TV Guide",
+ "ChaptersGuideHelp": "Show Chapters for media with chapters. For media without chapters, show the Live TV Guide (when available).",
+ "HeaderShowSeriesImages": "Show Series Images",
+ "AppExitConfirmation": "Are you ready to exit Emby?",
+ "AppExitMenu": "Exit menu",
+ "SideMenu": "Side navigation menu",
+ "SystemStorage": "System storage ({0})"
+}
diff --git a/modules/common/strings/zh-TW.json b/modules/common/strings/zh-TW.json
new file mode 100644
index 0000000..0ba52e3
--- /dev/null
+++ b/modules/common/strings/zh-TW.json
@@ -0,0 +1,1340 @@
+{
+ "ReplaceExistingThumbnailImages": "取代現有的圖片",
+ "ReplaceExistingThumbnailImagesHelp": "啟用後,目前所有的影片封面都將會被刪除,並由新產生的圖片取代。",
+ "DateCreated": "建立日期",
+ "CreatedOnValue": "已建立 {0}",
+ "UpdatedOnValue": "已更新 {0}",
+ "EmbyLoginTerms": "Emby 可以協助你管理你的個人媒體庫,像是家庭影片或相片。請檢閱 Emby 的{0}使用條款{1}。使用任何 Emby 軟體即表示您已同意我們的服務條款。",
+ "MessageUnableToConnectToServer": "無法連線至選取的伺服器。請確定伺服器正在執行,並再試一次。",
+ "EmbyIntroMessage": "有了 Emby,您可以輕鬆地將 Emby 伺服器上的影片、音樂和照片串流到手機、平板電腦或其他装置。",
+ "HeaderSignInWithConnect": "使用 Emby Connect 登入",
+ "HeaderWelcomeToEmby": "歡迎使用 Emby",
+ "HeaderNewUsers": "新使用者",
+ "HeaderPleaseSignIn": "請登入",
+ "MessageInvalidUser": "無效的使用者名稱或密碼,請再試一次。",
+ "MessageUnlockAppWithPurchaseOrSupporter": "單次付費或是訂閱 Emby Premiere,即可解鎖此功能。",
+ "MessageUnlockAppWithSupporter": "解鎖此功能需要訂閱 Emby Premiere。",
+ "MessageToValidateSupporter": "如果您已經訂閱了 Emby Premiere,請確認您有在 Emby 伺服器控制台主選單 -> Emby Premiere 中,輸入 Emby Premiere 金鑰。",
+ "ValueSpecialEpisodeName": "特別篇 - {0}",
+ "HeaderSignIn": "登入",
+ "Share": "分享",
+ "Shared": "已分享",
+ "Info": "資訊",
+ "Add": "新增",
+ "Speed": "速度",
+ "PlaybackSpeed": "播放速度",
+ "Chapters": "章節",
+ "Password": "密碼",
+ "SavePassword": "儲存密碼",
+ "LabelPassword": "密碼",
+ "HeaderResetPassword": "重設密碼",
+ "Series": "電視劇",
+ "Preview": "預覽",
+ "Submit": "提交",
+ "Never": "從不",
+ "Table": "表格",
+ "HeaderScheduledTasks": "排程任務",
+ "Plays": "播放",
+ "LastUsedAddressValue": "上次使用 {0}",
+ "LabelKeywordType": "關鍵字類型",
+ "HeaderSelectColumns": "選擇欄位",
+ "HeaderTopResults": "最佳結果",
+ "HeaderPinSidebar": "釘選側邊列",
+ "Collapse": "摺疊",
+ "LabelBackgroundVideoPlayback": "背景播放",
+ "BackgroundVideoPlaybackHelp": "啟用背景播放可以讓您在螢幕關閉時,也能繼續播放影片。",
+ "AlwaysOn": "永遠啟用",
+ "HeadphonesOrExternalSpeakersConnected": "僅使用耳機或外接喇叭時",
+ "HeaderKeyboardAndRemote": "鍵盤與遙控",
+ "NoSelectedItemsSupportOperation": "所選項目不支援此操作。",
+ "NoOperationsForSelectedItems": "無操作適合所選項目。",
+ "UploadOnlyOnWifi": "僅使用 Wifi 上傳",
+ "HeaderFoldersToUpload": "上傳的資料夾",
+ "LabelPasswordConfirm": "確認密碼",
+ "HeaderMoveUpInOrder": "依序上移",
+ "HeaderDownUpInOrder": "依序下移",
+ "LabelUsername": "使用者名稱",
+ "HeaderAddServer": "新增伺服器",
+ "HeaderSubtitleOffset": "字幕延遲",
+ "Watching": "觀看中",
+ "HeaderRemoveFromContinueWatching": "從繼續觀看清單中移除",
+ "RemoveThisTitleFromContinueWatching": "確定要從繼續觀看清單中移除嗎?",
+ "HeaderRemoveFromContinueListening": "從繼續聆聽清單中移除",
+ "RemoveThisTitleFromContinueListening": "確定要從繼續聆聽清單中移除嗎?",
+ "HeaderIncreaseSubtitleOffset": "增加字幕延遲",
+ "HeaderDecreaseSubtitleOffset": "減少字幕延遲",
+ "Close": "關閉",
+ "HeaderSeeAll": "展開全部",
+ "HeaderOpenInNewWindow": "於新視窗中開啟",
+ "LabelEmail": "電子郵件",
+ "LabelHost": "主機端",
+ "LabelHostHelp": "如:192.168.1.100 或 https://myserver.com",
+ "LabelPort": "連接埠",
+ "Disabled": "停用",
+ "Uninstall": "解除安裝",
+ "Enable": "啟用",
+ "AllTuners": "所有調諧器",
+ "Disable": "停用",
+ "NextValue": "接著播放:{0}",
+ "HeaderNextItem": "下一項目",
+ "HeaderPreviousItem": "前一項目",
+ "NoTrailersMessage": "找不到預告。若要新增預告,請從 {0}Emby 擴充套件目錄{1} 安裝預告擴充套件。",
+ "UninstallPluginConfirmation": "確定要移除此擴充套件嗎?",
+ "HeaderUninstallPlugin": "移除擴充套件",
+ "AreYouStillWatching": "您還在螢幕前嗎?",
+ "LabelCurrentPassword": "目前密碼",
+ "LabelNewPassword": "新密碼",
+ "LabelNewPasswordConfirm": "確認新密碼",
+ "HeaderRemovePassword": "移除密碼",
+ "ServerUpdateNeeded": "此 Emby 伺服器需要更新,請至 {0} 下載最新版本",
+ "MessageThankYouForConnectSignUp": "感謝您註冊 Emby Connect,我們將會發送一封確認電子郵件到您的信箱。請驗證您的帳號後,再回到此處進行登入。",
+ "MessageThankYouForConnectSignUpNoValidation": "感謝您註冊 Emby Connect!現在您可使用 Emby Connect 來登入。",
+ "ErrorMessagePasswordNotMatchConfirm": "密碼和確認密碼必須吻合。",
+ "ErrorMessageUsernameInUse": "這個使用者名稱已被使用,請輸入新名稱再試一次。",
+ "ErrorMessageEmailInUse": "此電子郵件已被使用,請嘗試提供其他電子郵件,或使用「忘記密碼」功能找回密碼。",
+ "HeaderUpcomingOnTV": "即將播放的電視節目",
+ "HeaderOtherShowings": "其他影片",
+ "Showings": "放映",
+ "HeaderConnectToServer": "連線至伺服器",
+ "ConnectToServerManually": "手動連線到伺服器",
+ "LabelEnterConnectUserNameHelp": "這是您註冊 Emby Connect 時所使用的電子郵件。",
+ "HeaderSignInError": "登入錯誤",
+ "HeaderManualLogin": "手動登入",
+ "PasswordResetConfirmation": "確定要重設密碼嗎?",
+ "ContactAdminToResetPassword": "請聯繫 Emby 系統管理員重設您的密碼。",
+ "ForgotPasswordInNetworkRequired": "請透過區域網路再試一次密碼重設。",
+ "ForgotPasswordFileCreated": "以下檔案已在您的伺服器上建立,內含後續操作的指示說明:",
+ "ForgotPasswordFileExpiration": "重設 PIN 碼將在 {0} 後過期。",
+ "InvalidForgotPasswordPin": "無效或過期的 PIN 碼,請重試。",
+ "PasswordResetForUsers": "下列使用者的密碼已經被移除。該使用者登入時,密碼欄位請留白。",
+ "HeaderForgotPassword": "忘記密碼?",
+ "ForgotPasswordUsernameHelp": "如果您不記得使用者名稱,請保持欄位空白。",
+ "HeaderPasswordReset": "重設密碼",
+ "AttributeNew": "新增",
+ "Done": "完成",
+ "HeaderResetToDefault": "重置",
+ "Deinterlacing": "去交錯",
+ "HeaderBurningInSubtitles": "燒錄字幕中",
+ "Premiere": "首播",
+ "LabelPinCode": "PIN 碼",
+ "LabelLocalNetworkPinCode": "區域網路 PIN 碼",
+ "LabelLocalNetworkPasswordMode": "區域網路登入模式",
+ "RequirePasswordInLocalNetwork": "在區域網路登入時需要密碼",
+ "NoPasswordInLocalNetwork": "在區域網路登入時不需要密碼",
+ "PinCodeInLocalNetwork": "在區域網路時允許使用數字 PIN 碼",
+ "LocalNetworkPasswordModeHelp": "請選擇與您的 Emby 伺服器位於同一區域網路上的裝置之登入方法。",
+ "HeaderLocalNetworkAccess": "區域網路存取",
+ "Live": "直播",
+ "Reset": "重設",
+ "Repeat": "重播",
+ "Track": "音軌",
+ "Tracks": "音軌",
+ "HeaderCameraUpload": "照片上傳",
+ "TrackCount": "{0} 首曲目",
+ "ItemCount": "{0} 個項目",
+ "NumberChannelsValue": "{0} 個頻道",
+ "HeaderLatestMusic": "最近新增的音樂",
+ "HeaderLatestAudioBooks": "最近新增的有聲書",
+ "HeaderLatestDownloadedVideos": "最新下載的影片",
+ "HeaderRecentlyPlayed": "最近播放",
+ "Recent": "最近",
+ "HeaderFrequentlyPlayed": "經常播放",
+ "HeaderMoreLikeThis": "更多相似內容",
+ "HeaderMoreLikeThisOnLiveTV": "其他相似的網路電視",
+ "OriginalAirDateValue": "原始播出日期:{0}",
+ "EndsAtValue": "結束於 {0}",
+ "Date": "日期",
+ "AirDate": "播出日期",
+ "Played": "已播放",
+ "Daily": "每日",
+ "Weekly": "每週",
+ "RequireHashMatch": "需要比對 Hash 值",
+ "RequireHashMatchHelp": "啟用 Hash 比對時,僅會篩選與您的影片檔案完全相符的字幕。取消勾選將增加可匹配的字幕數量,但同時也可能提高字幕時間錯誤或內容不正確的風險。",
+ "SearchForForcedSubtitlesOnly": "僅強制字幕",
+ "SearchForForcedSubtitlesOnlyHelp": "啟用強制字幕時,僅會顯示標記為外語對白的字幕。",
+ "LastEpisodeDateAdded": "最新一集新增日期",
+ "LastEpisodeDateAired": "最新一集發布日期",
+ "LabelPlaystate": "播放狀態",
+ "Studio": "工作室",
+ "Tag": "標籤",
+ "EpisodeTitle": "標題",
+ "Audio": "音訊",
+ "Video": "影片",
+ "Subtitle": "字幕",
+ "Image": "圖像",
+ "CopyStream": "複製原始串流",
+ "LabelAudioLayout": "音訊介面",
+ "LabelAudioCodec": "音訊編碼",
+ "LabelAudioLanguage": "音訊語言",
+ "LabelSubtitleLanguage": "字幕語言",
+ "LabelVideoCodec": "視訊編碼",
+ "LabelSubtitleCodec": "字幕編碼",
+ "LabelParentalRating": "電影分級",
+ "BecauseYouLikeValue": "因為您喜歡 {0}",
+ "BecauseYouWatchedValue": "因為您看過 {0}",
+ "DirectedByValue": "導演 {0}",
+ "StarringValue": "演出 {0}",
+ "Invitations": "邀請",
+ "ActorAsRole": "當 {0}",
+ "ButtonOk": "確定",
+ "GroupItemsIntoCollections": "根據收藏清單分類",
+ "GroupItemsIntoCollectionsHelp": "根據加入的收藏清單來分類。如使用特定過濾或排序方式,將自動取消預設分類。",
+ "GroupItemsIntoTags": "根據標籤分類",
+ "GroupItemsIntoTagsHelp": "根據項目擁有的標籤來分類。如使用特定過濾或排序方式,將自動取消預設分類。",
+ "User": "使用者",
+ "Access": "存取權限",
+ "Users": "使用者",
+ "Library": "媒體庫",
+ "Devices": "裝置",
+ "Cancel": "取消",
+ "Restart": "重新啟動",
+ "Shutdown": "關閉",
+ "Logs": "日誌",
+ "Visibility": "可視性",
+ "Notifications": "通知",
+ "SendTestNotification": "發送測試通知",
+ "NotificationSent": "通知已傳送",
+ "DeleteNotificationConfirmation": "確定要刪除此通知?",
+ "DeleteNotification": "刪除通知",
+ "AddNotification": "新增通知",
+ "EditNotification": "編輯通知",
+ "LimitUserEventsTo": "傳送以下使用者事件通知",
+ "LimitLibraryEventsTo": "傳送以下媒體庫事件通知",
+ "LimitDeviceEventsTo": "傳送以下裝置事件通知",
+ "ForAdditionalNotificationOptions": "伺服器管理員可在 Emby {0}擴充套件目錄{1}中安裝其他通知服務。",
+ "Plugins": "擴充套件",
+ "Systems": "系統",
+ "Server": "伺服器",
+ "Dashboard": "控制台",
+ "PlayOnAnotherDevice": "在其他裝置上播放",
+ "HeaderConnectionHelp": "連線協助",
+ "AccessRestrictedTryAgainLater": "存取遭拒,請稍後再試。",
+ "ButtonGotIt": "我知道了",
+ "RememberMe": "記住我",
+ "EmbyServer": "Emby 伺服器",
+ "ManageEmbyServer": "管理 Emby 伺服器",
+ "ShutdownServer": "關閉 Emby 伺服器",
+ "RestartServer": "重新啟動 Emby 伺服器",
+ "RecordingCancelled": "已取消錄影",
+ "SeriesCancelled": "已取消錄影",
+ "Recording": "錄製",
+ "SeriesRecording": "錄影中的電視劇",
+ "RecordingScheduled": "已排程錄影",
+ "SeriesRecordingScheduled": "已排程錄影",
+ "HeaderNewRecording": "新錄影",
+ "HeaderWakeServer": "喚醒伺服器",
+ "AttemptingWakeServer": "試圖喚醒伺服器,請稍候...",
+ "WakeServerSuccess": "成功!",
+ "HeaderCustomizeHomeScreen": "自訂首頁",
+ "WakeServerError": "網路喚醒(WoL)封包已發送至主機,但仍無法連上 Emby 伺服器。可能啟動主機需一些時間,或是 Emby 伺服器尚未在主機上啟動。",
+ "Days": "錄影日",
+ "Network": "網路",
+ "Networks": "播放平台",
+ "SortByValue": "排序方式:{0}",
+ "HeaderSortBy": "排序方式",
+ "HeaderPhotoAlbums": "相簿",
+ "Photos": "相片",
+ "HeaderAppearsOn": "出現在",
+ "List": "清單",
+ "HeaderRecordSeries": "電視劇錄影",
+ "HeaderCinemaMode": "電影前導",
+ "Conversions": "轉換",
+ "Downloads": "下載",
+ "HeaderManageDownloads": "管理下載項目",
+ "InternalStorage": "內部儲存空間",
+ "ExternalStorage": "外接儲存空間",
+ "UploadToFollowingServers": "上傳到伺服器",
+ "UploadingNumItems": "上傳中 {0} / {1}",
+ "DownloadNumItems": "下載中 {0} / {1}",
+ "HeaderSampleRate": "取樣率",
+ "HeaderReferenceFrames": "參考影格",
+ "HeaderBitDepth": "色彩深度",
+ "HeaderPixelFormat": "像素格式",
+ "Profile": "檔案",
+ "Bitrate": "位元率",
+ "Expand": "拓展",
+ "Container": "容器",
+ "Format": "格式",
+ "Path": "路徑",
+ "Size": "檔案大小",
+ "Resolution": "解析度",
+ "HeaderCodecTag": "編碼標籤",
+ "Framerate": "影格率",
+ "Interlaced": "交錯掃描",
+ "Anamorphic": "寬螢幕",
+ "Level": "層級",
+ "Timestamp": "時間戳記",
+ "Language": "語言",
+ "Codec": "編碼",
+ "Stream": "串流",
+ "HeaderExtradata": "額外資料",
+ "HeaderHardwareAcceleratedTranscoding": "硬體加速轉碼",
+ "HeaderHardwareAcceleratedTranscodingDescription": "充分發揮伺服器 GPU 的效能。Emby 提供業界最先進且最快速的硬體加速技術。",
+ "HeaderOfflineDownloads": "離線媒體",
+ "AndMuchMoreExclamation": "還有更多!",
+ "HeaderOfflineDownloadsDescription": "將媒體下載到裝置中,方便離線觀賞。",
+ "LiveTvFeatureDescription": "只要在 Emby 伺服器中安裝相容的調諧器,您即可串流網路電視到任何 Emby 應用程式中。",
+ "DvrFeatureDescription": "使用 Emby DVR 即可定時錄製網路電視、電視劇和其他內容。",
+ "CinemaModeFeatureDescription": "啟用電影院模式後,Emby 會在影片正式開始前播放前導片或預告片,給您帶來真實的電影院體驗。",
+ "HeaderFreeApps": "免費 Emby 應用程式",
+ "FreeAppsFeatureDescription": "在您的裝置上享用免費的 Emby 應用程式。",
+ "HeaderBecomeProjectSupporter": "訂閱 Emby Premiere",
+ "HeaderViewServerInfo": "查看伺服器資訊",
+ "PlaybackTvModeRequiresEmbyPremiere": "若要在電視模式播放影片,需訂閱 {0}Emby Premiere{1}。",
+ "FeatureRequiresEmbyPremiere": "此功能需訂閱 {0}Emby Premiere{1}。",
+ "HeaderConvertYourRecordings": "錄影轉檔",
+ "Record": "開始錄影",
+ "Save": "儲存",
+ "Edit": "編輯",
+ "HeaderSavePlaylist": "儲存播放清單",
+ "Latest": "最近新增",
+ "Download": "下載",
+ "Downloaded": "已下載",
+ "Converted": "轉換",
+ "RemoveFromHistory": "從觀看紀錄中移除",
+ "ConfirmRemoveFromHistory": "確定要從觀看紀錄中移除此項目嗎?",
+ "Downloading": "下載中",
+ "Advanced": "進階設定",
+ "LinkedToEmbyConnect": "已綁定 Emby Connect",
+ "Delete": "刪除",
+ "Both": "兩者",
+ "LabelChannelDisplay": "頻道展示",
+ "HeaderDeleteItem": "刪除項目",
+ "HeaderDeleteUser": "刪除用戶",
+ "DeleteItemConfirmation": "確定要刪除 {0} 嗎?",
+ "DeleteUserConfirmation": "確定要刪除使用者 {0} 嗎?",
+ "DeleteUsersConfirmation": "確定要刪除這些使用者 {0} 嗎?",
+ "HeaderDeleteDevice": "刪除裝置",
+ "DeleteDeviceConfirmation": "確定要刪除該裝置嗎?此裝置會於下次登入後再次出現。",
+ "ConfirmDeleteItem": "刪除此項目時,也會一併從檔案系統及媒體庫中刪除。",
+ "FollowingFilesWillBeDeleted": "下列檔案和資料夾將被刪除:",
+ "AreYouSureToContinue": "確定要繼續嗎?",
+ "Refresh": "重新整理",
+ "RefreshingMetadataDots": "重整中繼資料中...",
+ "ScanningLibraryFilesDots": "掃描媒體庫檔案中...",
+ "HeaderFavoritesThenByChannelNumber": "我的最愛,之後是頻道台數字",
+ "HeaderAddToCollection": "加入收藏清單",
+ "HeaderFavoritesThenByTitle": "我的最愛,之後是標題",
+ "HeaderFavoritesThenByDefault": "我的最愛,之後是預設頻道台順序",
+ "HeaderDefaultChannelOrder": "預設頻道順序",
+ "HeaderAddToFavorites": "新增到我的最愛",
+ "HeaderRemoveFromFavorites": "從我的最愛移除",
+ "Favorited": "我的最愛",
+ "Unfavorited": "不喜愛",
+ "HeaderNewCollection": "新增收藏清單",
+ "HeaderNewPlaylist": "新增播放清單",
+ "AllCollections": "所有收藏清單",
+ "AllPlaylists": "所有播放清單",
+ "Create": "建立",
+ "HeaderAddedToPlaylist": "已新增到播放清單",
+ "HeaderAddedToCollection": "已加入收藏清單",
+ "OneItemAddedTo": "1 個項目已新增到 「{0}」。",
+ "ItemsAddedTo": "{0} 個項目已新增到 「{1}」。",
+ "HeaderAddedToPlayQueue": "將於稍後播放",
+ "HeaderPlayingNext": "正在播放下一個",
+ "Help": "說明",
+ "HeaderGetHelp": "需要幫助",
+ "LabelTVDisplayMode": "啟用電視模式",
+ "Desktop": "桌上型電腦",
+ "Mobile": "手機/平板",
+ "Navigation": "導引",
+ "HeaderVideoPlayback": "影片播放",
+ "TV": "電視",
+ "HeaderEmbyConnect": "Emby Connect",
+ "Seasons": "季別",
+ "OneTrack": "1音軌",
+ "OneSeason": "1 季",
+ "Libraries": "媒體庫",
+ "NumberSeasonsValue": "{0} 季",
+ "TVDisplayModeHelp": "為電視播放和遙控器最佳化使用者介面,不建議在使用鍵鼠或是觸控輸入的裝置啟用。",
+ "LabelDisplayLanguage": "顯示語言",
+ "LabelDisplayLanguageHelp": "Emby 的翻譯工作仍在持續進行中。",
+ "LearnHowYouCanContribute": "瞭解如何參與貢獻。",
+ "NewCollectionHelp": "收藏清單可以讓您建立個人化的電影與其他媒體內容清單。",
+ "SearchForCollectionInternetMetadata": "在網路上搜索媒體圖像和資料",
+ "DisplayMissingEpisodesWithinSeasons": "顯示本季缺少的集數",
+ "DisplayMissingEpisodesWithinSeasonsHelp": "此功能也需要在 Emby 伺服器設定中的電視媒體庫啟用。",
+ "EnableThemeSongs": "播放背景音樂",
+ "EnableBackdrops": "顯示背景圖片",
+ "EnableThemeSongsHelp": "啟用後,Emby 會於瀏覽媒體庫時播放背景音樂。",
+ "EnableBackdropsHelp": "啟用後,Emby 會於瀏覽部分媒體庫頁面時顯示背景圖片。",
+ "EnableThemeVideos": "播放背景影片",
+ "EnableThemeVideosHelp": "啟用後,Emby 會於瀏覽媒體庫時播放背景影片。",
+ "RunAtStartup": "在系統啟動時自動執行",
+ "ServerStartup": "啟動伺服器",
+ "EmbyServerOnXHasStarted": "已啟動 Emby 伺服器 - {0}。",
+ "LabelScreensaver": "螢幕保護程式",
+ "LabelSoundEffects": "音效",
+ "LabelName": "名稱",
+ "NewCollectionNameExample": "例如:星際大戰合集",
+ "MessageItemsAdded": "已新增項目。",
+ "OptionNew": "新增...",
+ "LabelPlaylist": "播放清單",
+ "AddToPlaylist": "新增到播放清單",
+ "HeaderAddToPlaylist": "新增到播放清單",
+ "Subtitles": "字幕",
+ "LabelTheme": "佈景主題",
+ "LabelSettingsTheme": "控制台佈景主題",
+ "LabelThemeAccentColor": "強調色",
+ "ThemeAccentColorDescription": "修改重要指示器、圖示和文字的顏色。",
+ "SearchForSubtitles": "搜尋字幕",
+ "LabelLanguage": "語言",
+ "Search": "搜尋",
+ "NoSubtitleSearchResultsFound": "沒有任何結果,請問已設定好{0}字幕下載{1}了嗎?",
+ "NoLyricsSearchResultsFound": "沒有任何結果,請問已設定好{0}歌詞下載{1}了嗎?",
+ "Lyrics": "歌詞",
+ "SearchForLyrics": "搜尋歌詞",
+ "Finish": "結束",
+ "File": "檔案",
+ "Exit": "離開",
+ "Sleep": "睡眠",
+ "Setup": "設定",
+ "MessageAreYouSureDeleteSubtitles": "您確定要刪除這個字幕檔嗎?",
+ "ConfirmDeletion": "確定刪除",
+ "MySubtitles": "我的字幕",
+ "MessageDownloadQueued": "已佇列下載。",
+ "HeaderEditSubtitles": "編輯字幕",
+ "UnlockGuide": "解鎖方式",
+ "HeaderRefreshMetadata": "重整中繼資料",
+ "HeaderRefreshAllMetadata": "重整所有中繼資料",
+ "ReplaceExistingImages": "取代現有圖片",
+ "ReplaceExistingImagesHelp": "所有現有圖片將被刪除,並重新下載新的圖片。某些情況下,下載後的圖片數量可能會少於原本的數量。",
+ "ReplaceAllMetadata": "取代所有中繼資料",
+ "SearchForMissingMetadata": "搜尋缺少的中繼資料",
+ "LabelRefreshMode": "重整模式",
+ "NoItemsFound": "找不到任何項目。",
+ "HeaderSaySomethingLike": "例如...",
+ "ButtonTryAgain": "重試",
+ "HeaderYouSaid": "您是指...",
+ "MessageWeDidntRecognizeCommand": "很抱歉,我們無法辨識此指令。",
+ "MessageIfYouBlockedVoice": "如果您拒絕應用程式存取麥克風,需重新授權才能繼續設定。",
+ "ValueDiscNumber": "光碟 {0}",
+ "Unrated": "未分級",
+ "Favorite": "加到最愛",
+ "Like": "喜歡",
+ "Dislike": "不喜歡",
+ "RefreshDialogHelp": "中繼資料會依據 Emby 伺服器控制台中的設定及網路服務來更新。",
+ "Open": "開啟",
+ "Play": "播放",
+ "Pause": "暫停",
+ "HeaderPlayQueue": "稍後播放",
+ "HeaderAddToPlayQueue": "稍後播放",
+ "Shuffle": "隨機播放",
+ "Identify": "身分識別",
+ "HeaderRemoveIdentification": "移除身分識別",
+ "ResetMetadataConfirmation": "確定要重設所有中繼資料嗎?",
+ "HeaderEditMetadata": "編輯中繼資料",
+ "Convert": "轉換",
+ "Resume": "恢復播放",
+ "HeaderInstantMix": "瞬時隨機播放",
+ "HeaderGoToItem": "前往該項目",
+ "HeaderGoToSeason": "前往該季別",
+ "HeaderGoToSeries": "前往電視劇",
+ "HeaderGoToAlbum": "前往該專輯",
+ "HeaderGoToArtist": "前往該藝人",
+ "HeaderPlayAll": "全部播放",
+ "PictureInPicture": "子母畫面",
+ "Fullscreen": "全螢幕",
+ "ExitFullscreen": "退出全螢幕",
+ "Rewind": "倒轉",
+ "FastForward": "快轉",
+ "Remove": "移除",
+ "Rename": "重新命名",
+ "Queue": "佇列",
+ "QueueAllFromHere": "從此開始全部加入播放佇列",
+ "PlayAllFromHere": "從此開始全部播放",
+ "PlayFromBeginning": "從頭開始播放",
+ "FromBeginning": "從頭開始播放",
+ "ResumeAt": "從 {0} 處恢復播放",
+ "HeaderRemoveFromPlaylist": "從播放清單中移除",
+ "HeaderRemoveFromPlayQueue": "從播放佇列中移除",
+ "HeaderRemoveFromCollection": "從收藏清單中移除",
+ "Sort": "排序",
+ "Trailer": "預告片",
+ "SelectNone": "不選擇",
+ "SelectAll": "全選",
+ "HeaderMarkPlayed": "標示為已播放",
+ "HeaderMarkUnplayed": "標示為未播放",
+ "HeaderGroupVersions": "根據版本分類",
+ "PleaseSelectTwoItems": "請至少選擇兩個項目。",
+ "HeaderConfirmRecordingCancellation": "確認取消錄影",
+ "MessageConfirmRecordingCancellation": "確定要取消錄影嗎?",
+ "Album": "專輯",
+ "AlbumArtist": "專輯藝人",
+ "Error": "錯誤",
+ "VoiceInput": "音訊輸入",
+ "LabelContentType": "內容類型",
+ "LabelPath": "路徑",
+ "Playlists": "播放清單",
+ "LabelTitle": "名稱",
+ "LabelOriginalTitle": "原始名稱",
+ "LabelSortTitle": "排序名稱",
+ "LabelDateAdded": "加入日期",
+ "DateAdded": "加入日期",
+ "DateModified": "資料修改",
+ "DatePlayed": "播放日期",
+ "DateLastActive": "最後活動日期",
+ "ConfigureDateAdded": "您可以在 Emby 伺服器的控制台中,於「媒體庫」頁面設定新增日期的判定方式",
+ "LabelStatus": "狀態",
+ "LabelArtistsHelp": "使用分號區隔多種條件 ;",
+ "HeaderAlbumArtists": "專輯藝人",
+ "LabelAlbumArtists": "專輯藝人",
+ "LabelAlbum": "專輯",
+ "Artist": "藝人",
+ "Artists": "藝人",
+ "ImdbRating": "IMDb 評分",
+ "CommunityRating": "社群評分",
+ "LabelCommunityRating": "社群評分",
+ "LabelCriticRating": "影評人評分",
+ "CriticRating": "影評人評分",
+ "LabelWebsite": "網站",
+ "Tagline": "標語",
+ "LabelOverview": "劇情簡介",
+ "LabelShortOverview": "劇情簡介",
+ "LabelReleaseDate": "推出日期",
+ "LabelPlaceOfBirth": "出生地",
+ "Aired": "已播出",
+ "LabelAirDays": "播出日期",
+ "LabelAirTime": "播出時間",
+ "LabelRuntimeMinutes": "片長(分)",
+ "LabelCustomRating": "自訂分級",
+ "LabelOriginalAspectRatio": "原始長寬比",
+ "Label3DFormat": "3D 格式",
+ "FormatValue": "格式:{0}",
+ "DownloadsValue": "{0} 個下載項目",
+ "HashMatch": "Hash 比對",
+ "EnableExternalVideoPlayers": "啟用外部影片播放器",
+ "EnableExternalVideoPlayersHelp": "開始播放影片時將會顯示外部播放器選單。",
+ "HeaderSpecialEpisodeInfo": "特別篇資訊",
+ "LabelAirsDuringSeason": "播出於季",
+ "LabelAirsAfterSeason": "播出於季 (之後)",
+ "LabelAirsBeforeEpisode": "播出於集 (之前)",
+ "HeaderExternalIds": "外部識別碼",
+ "HeaderDisplaySettings": "顯示設定",
+ "PlaylistOrder": "播放清單順序",
+ "CollectionOrder": "收藏清單順序",
+ "LabelDisplayOrder": "顯示順序",
+ "LabelFileOrder": "檔案順序",
+ "Display": "顯示",
+ "Countries": "國家",
+ "Genres": "類型",
+ "Studios": "工作室",
+ "Tags": "標籤",
+ "Links": "連結",
+ "Movie": "電影",
+ "Program": "節目",
+ "Channel": "頻道",
+ "Episode": "單集",
+ "Season": "季別",
+ "HeaderMetadataSettings": "中繼資料設定",
+ "People": "人物",
+ "Number": "音軌",
+ "Lock": "鎖定",
+ "HeaderScreenLocked": "螢幕已鎖定",
+ "HeaderUnlockControls": "解鎖控制選項",
+ "HeaderTapToUnlock": "輕觸以解除鎖定",
+ "LabelMetadataDownloadLanguage": "偏好中繼資料下載語系",
+ "LabelImageDownloadLanguage": "偏好影像下載語系",
+ "LabelLockItemToPreventChanges": "鎖定此項目以防止修改",
+ "LockThisField": "鎖定此區塊以避免在資料重整時被覆寫",
+ "MessageLeaveEmptyToInherit": "留白以繼承父系項目設定或全域預設值。",
+ "LabelCountry": "國家",
+ "LabelCertificationCountry": "分級地區",
+ "CertificationCountryHelp": "設定要使用的內容分級系統。",
+ "LabelDynamicExternalId": "{0} Id:",
+ "LabelBirthYear": "出生年份",
+ "LabelBirthDate": "出生日期",
+ "LabelDeathDate": "逝世日期",
+ "LabelEndDate": "終止日期",
+ "LabelSeasonNumber": "季別",
+ "LabelEpisodeNumber": "集數",
+ "LabelTrackNumber": "音軌數",
+ "LabelNumber": "編號",
+ "LabelDiscNumber": "光碟編號",
+ "LabelParentNumber": "父母編號:",
+ "SortName": "排序名稱",
+ "OriginalTitle": "原始名稱",
+ "ReleaseDate": "推出日期",
+ "Continuing": "播放中",
+ "Ended": "完結",
+ "HeaderEnabledFields": "啟用選項",
+ "HeaderEnabledFieldsHelp": "取消勾選後,此欄位會被鎖定以防止變更。",
+ "Backdrops": "背景圖片",
+ "Images": "圖片",
+ "Runtime": "片長",
+ "ProductionLocations": "拍攝地點",
+ "BirthLocation": "出生地:",
+ "ParentalRating": "電影分級",
+ "PlayCount": "播放次數",
+ "Name": "名稱",
+ "Overview": "劇情簡介",
+ "LabelType": "類型",
+ "LabelPersonRole": "角色",
+ "LabelPersonRoleHelp": "例如:冰淇淋車司機",
+ "Actor": "演員",
+ "Composers": "作曲",
+ "Composer": "作曲",
+ "Director": "導演",
+ "GuestStar": "客串",
+ "Producer": "製作人",
+ "Writer": "編劇",
+ "MessageNoSyncJobsFound": "沒有已下載的項目。您可以在應用程式中使用下載按鈕新增下載工作。",
+ "MessageNoDownloadsFound": "沒有已下載的項目。您可以在應用程式中點擊下載按鈕,並下載媒體供離線使用。",
+ "InstallingPackage": "正在安裝 {0}",
+ "PackageInstallCompleted": "{0} 安裝完成。",
+ "PackageInstallFailed": "{0} 安裝失敗。",
+ "PackageInstallCancelled": "已取消安裝 {0}。",
+ "SeriesYearToPresent": "{0} - 現在",
+ "OneDevice": "1 台裝置",
+ "DeviceCountValue": "{0} 台裝置",
+ "OneLog": "1 則日誌",
+ "LogCountValue": "{0} 則日誌",
+ "OneVote": "1 次票選",
+ "VoteCountValue": "{0} 次喜歡",
+ "OneLike": "1 次喜歡",
+ "LikeCountValue": "{0} 次喜歡",
+ "OneUser": "1 位使用者",
+ "UserCountValue": "{0} 位使用者",
+ "OneLibrary": "1 個媒體庫",
+ "LibraryCountValue": "{0} 個媒體庫",
+ "ValueOneItem": "1 個項目",
+ "ValueOneEpisode": "1 集",
+ "ValueEpisodeCount": "{0} 集",
+ "Albums": "專輯",
+ "Song": "歌曲",
+ "Songs": "歌曲",
+ "Authors": "作者",
+ "Books": "書籍",
+ "AudioBooks": "有聲書",
+ "HeaderAudioBooks": "有聲書",
+ "HeaderAudioBook": "有聲書",
+ "HeaderIdentifyItemHelp": "輸入一個以上的搜尋條件,或者嘗試移除條件以增加搜尋結果。",
+ "PleaseEnterNameOrId": "請輸入名稱或外部識別碼。",
+ "MessageItemSaved": "項目已儲存。",
+ "SearchResults": "搜索結果",
+ "ServerNameIsRestarting": "Emby 伺服器 - {0} 重新啟動中。",
+ "ServerNameIsShuttingDown": "Emby 伺服器 - {0} 正在關閉中。",
+ "HeaderDeleteItems": "刪除項目",
+ "ConfirmDeleteItems": "刪除此項目將會同時從檔案系統與媒體庫中移除。",
+ "PleaseRestartServerName": "請重新啟動 Emby 伺服器 - {0}",
+ "ConvertingDots": "轉檔中...",
+ "LabelSyncNoTargetsHelp": "您似乎沒有支援離線下載的應用程式。",
+ "DownloadingDots": "下載中...",
+ "LearnMore": "了解更多",
+ "LabelBitrateMbps": "位元率 (Mbps)",
+ "ConvertUnwatchedVideosOnly": "只轉換未播放影片",
+ "SyncUnwatchedVideosOnly": "只下載未播放影片",
+ "ConvertUnwatchedVideosOnlyHelp": "只有未播放完畢的影片會被轉換。",
+ "SyncUnwatchedVideosOnlyHelp": "只有未觀賞影片會被下載,並於觀賞後自動移除。",
+ "AutomaticallySyncNewContent": "自動下載新內容",
+ "AutomaticallySyncNewContentHelp": "自動下載此資料夾的新內容到裝置。",
+ "AutomaticallyConvertNewContent": "自動轉換",
+ "AutomaticallyConvertNewContentHelp": "自動轉換此資料夾中的新內容。",
+ "LabelItemLimit": "項目限制",
+ "ConvertItemLimitHelp": "(選用) 設定轉換項目的數量限制。",
+ "DownloadItemLimitHelp": "(選用) 設定下載項目的數量限制。",
+ "PleaseSelectDeviceToSyncTo": "請選擇要下載的裝置。",
+ "Screenshots": "螢幕擷圖",
+ "MoveRight": "右移",
+ "MoveLeft": "左移",
+ "HeaderUploadNewImage": "上傳新圖片",
+ "HeaderDeleteImage": "刪除圖片",
+ "ConfirmDeleteImage": "刪除圖片?",
+ "HeaderEditImages": "編輯圖片",
+ "Settings": "設定",
+ "ShowIndicatorsFor": "顯示指示器",
+ "Episodes": "單集",
+ "Programs": "節目表",
+ "HeaderCastCrew": "演員及工作人員",
+ "DvrSubscriptionRequired": "Emby 網路電視和 DVR 功能需要訂閱 {0}Emby Premiere{1}。",
+ "HeaderCancelRecording": "取消錄影",
+ "HeaderKeepRecording": "保留錄影",
+ "HeaderCancelSeries": "取消錄影",
+ "HeaderKeepSeries": "繼續錄影",
+ "HeaderLearnMore": "了解更多",
+ "SeriesSettings": "電視劇設定",
+ "HeaderRecordingOptions": "錄影選項",
+ "HeaderDoNotRecord": "不錄影",
+ "HeaderSeriesOptions": "電視劇選項",
+ "Layout": "聲道配置",
+ "Channels": "頻道",
+ "ChannelNameOnly": "僅限頻道 {0}",
+ "Anytime": "任何時間",
+ "AnyLanguage": "任何語言",
+ "AroundTime": "大約 {0}",
+ "HeaderLatestMovies": "最近新增的電影",
+ "All": "全部",
+ "Stop": "停止",
+ "AllChannels": "所有頻道",
+ "NewEpisodesOnly": "只限新集數",
+ "AllEpisodes": "所有集數",
+ "LabelStartWhenPossible": "當可能時啟動",
+ "LabelStopWhenPossible": "當可能時終止",
+ "MinutesBefore": "幾分鐘前",
+ "MinutesAfter": "幾分鐘後",
+ "SkipEpisodesAlreadyInMyLibrary": "不要錄影已存在於媒體庫中的集數",
+ "SkipEpisodesAlreadyInMyLibraryHelp": "如果可以,單集會以季別和集數來比較。",
+ "LabelKeepUpTo": "直到",
+ "AsManyAsPossible": "越多越好",
+ "DefaultErrorMessage": "處理請求時發生錯誤,請稍後再試。",
+ "UntilIDelete": "直到刪除",
+ "UntilSpaceNeeded": "直到儲存空間不足",
+ "Categories": "類別",
+ "Sports": "體育",
+ "News": "新聞",
+ "Movies": "電影",
+ "Music": "音樂",
+ "Kids": "兒童",
+ "MoreFromValue": "更多來自 {0} 的內容",
+ "DiedValue": "逝世於:{0}",
+ "BornValue": "出生於:{0}",
+ "EnableColorCodedBackgrounds": "根據類別套用不同的背景顏色",
+ "SortChannelsBy": "頻道排序方式",
+ "ChannelNumber": "頻道編號",
+ "HeaderBenefitsEmbyPremiere": "Emby Premiere 權益",
+ "ThankYouForTryingEnjoyOneMinute": "請享受一分鐘試播,感謝您試用 Emby。",
+ "HeaderTryPlayback": "試用播放功能",
+ "HowDidYouPay": "要如何付款?",
+ "IHaveEmbyPremiere": "我有 Emby Premiere",
+ "IPurchasedThisApp": "我已經購買此應用程式",
+ "ButtonRestorePreviousPurchase": "恢復購買",
+ "ButtonUnlockWithPurchase": "購買以解鎖",
+ "ButtonUnlockPrice": "解鎖 {0}",
+ "EmbyPremiereMonthlyWithPrice": "Emby Premiere 月費方案 {0}",
+ "HeaderAlreadyPaid": "已經付款了嗎?",
+ "ButtonPlayOneMinute": "播放一分鐘預覽",
+ "PlaceFavoriteChannelsAtBeginning": "在首頁顯示最愛頻道",
+ "HeaderUnlockFeature": "解鎖功能",
+ "MessageDidYouKnowCinemaMode": "您知道有了 Emby Premiere,就可以使用電影院模式等功能增強使用者體驗嗎?",
+ "HeaderPlayMyMedia": "播放我的媒體",
+ "HeaderDiscoverEmbyPremiere": "探索 Emby Premiere",
+ "HeaderNowPlaying": "正在播放",
+ "Items": "項目",
+ "AppName": "應用程式名稱",
+ "OneChannel": "1 個頻道",
+ "ConfirmRemoveDownload": "移除下載項目?",
+ "ConfirmRemoveItem": "移除項目?",
+ "RemoveDownload": "移除下載項目",
+ "ConfirmCancelConversion": "取消轉換?",
+ "CancelConversion": "取消轉換",
+ "KeepDownload": "保留下載項目",
+ "AddedOnValue": "已新增 {0}",
+ "RemovingFromDevice": "移除中",
+ "KeepOnDevice": "保留在裝置上",
+ "CancelDownload": "取消下載",
+ "SyncJobItemStatusReadyToTransfer": "準備傳輸",
+ "SyncJobItemStatusSyncedMarkForRemoval": "移除中",
+ "SyncJobItemStatusQueued": "已佇列",
+ "SyncJobItemStatusConverting": "轉檔中",
+ "SyncJobItemStatusTransferring": "傳輸中",
+ "SyncJobItemStatusSynced": "已下載",
+ "Failed": "失敗",
+ "SyncJobItemStatusRemovedFromDevice": "已從裝置移除",
+ "Cancelled": "已取消",
+ "Retry": "重試",
+ "Continue": "繼續",
+ "ContinueInSecondsValue": "將在 {0} 秒後繼續。",
+ "HeaderRemoteControl": "遠端控制",
+ "Disconnect": "中斷連線",
+ "EnableDisplayMirroring": "啟用鏡像顯示",
+ "RemoteAccess": "遠端存取",
+ "HeaderPlayOn": "播放裝置",
+ "Quality": "品質",
+ "Auto": "自動",
+ "AndroidUnlockRestoreHelp": "若要恢復您先前的購買紀錄,請確保您已使用當初購買時的 Google(或 Amazon)帳號登入此裝置。請確認應用程式商店已啟用,且未受家長監護功能限制,並確保目前已連接至網際網路。您只需執行一次,即可恢復您先前的購買紀錄。",
+ "HeaderAspectRatio": "長寬比",
+ "Original": "等比例縮放",
+ "Fill": "填滿全螢幕",
+ "Cover": "封面",
+ "MessageNoServersAvailableToConnect": "沒有可連線的伺服器。如您已被邀請分享伺服器,請在下方點選接受邀請,或是點擊電子郵件中的連結。",
+ "MessagePlayAccessRestricted": "已限制播放此內容,請聯絡 Emby 伺服器管理員以了解更多資訊。",
+ "Accept": "接受",
+ "Reject": "拒絕",
+ "Connect": "連線",
+ "HeaderMyMedia": "我的媒體",
+ "HeaderMyMediaSmall": "我的媒體(小)",
+ "LatestFromLibrary": "最近新增至 {0}",
+ "HeaderLatestEpisodes": "最近新增的單集",
+ "ContinuePlaying": "繼續播放",
+ "ContinueWatching": "繼續觀看",
+ "HeaderLatestChannelMedia": "最新頻道項目",
+ "HeaderContinueWatching": "繼續觀看",
+ "HeaderContinueListening": "繼續聆聽",
+ "HeaderActiveRecordings": "正在進行的錄影",
+ "HeaderLatestRecordings": "最近新增的錄影",
+ "LabelConvertTo": "轉檔位置",
+ "LabelDownloadTo": "下載至",
+ "HeaderDownloadToDots": "下載至...",
+ "Next": "下一步",
+ "LabelSource": "來源",
+ "VersionNumber": "版本 {0}",
+ "HeaderAllLanguages": "所有語言",
+ "Previous": "上一個",
+ "HeaderNextUp": "接著播放",
+ "HeaderPlayNextUp": "繼續播放",
+ "HeaderLatestFrom": "最近新增至 {0}",
+ "LabelHomeScreenSectionValue": "首頁區塊 {0}",
+ "PasswordResetComplete": "密碼已重設。",
+ "PasswordSaved": "密碼已儲存。",
+ "SettingsSaved": "設定已儲存。",
+ "Upcoming": "即將播出",
+ "HeaderSelectImageFile": "選擇影像檔案",
+ "None": "無",
+ "More": "更多",
+ "Up": "上",
+ "Down": "下",
+ "Home": "首頁",
+ "Back": "返回",
+ "Random": "隨機",
+ "Playback": "播放",
+ "Favorites": "我的最愛",
+ "HeaderHomeScreen": "首頁",
+ "HeaderLatestChannelItems": "最近新增的頻道",
+ "HeaderLibraryOrder": "媒體庫順序",
+ "HeaderOnNow": "上映中",
+ "HeaderForKids": "專為兒童打造",
+ "HeaderPlaybackError": "播放錯誤",
+ "PlaybackErrorNotAllowed": "您尚未被授權播放此內容,請聯繫系統管理員了解更多資訊。",
+ "RateLimitExceeded": "您的帳號已超過串流限制,請聯絡 Emby 伺服器管理員處理。",
+ "PlaybackErrorNoCompatibleStream": "目前無法提供串流,請稍後重試或與系統管理員聯繫以獲取詳細資訊。",
+ "PlaybackErrorPlaceHolder": "請插入光碟來播放此影片。",
+ "PlaybackErrorNoPlayableItems": "沒有可播放的項目,請問您是否正在播放空目錄呢?",
+ "Guide": "指南",
+ "Games": "遊戲",
+ "GameSystem": "遊戲系統",
+ "Suggestions": "推薦內容",
+ "HeaderFavoriteChannels": "最愛頻道",
+ "HeaderFavoriteCollections": "最愛收藏清單",
+ "HeaderFavoritePlaylists": "最愛播放清單",
+ "Collection": "收藏清單",
+ "Collections": "收藏清單",
+ "LabelSelectFolderGroups": "自動將以下資料夾中的內容分類為「電影」、「音樂」與「電視」:",
+ "LabelSelectFolderGroupsHelp": "未勾選的資料夾將會獨立顯示。",
+ "Mute": "靜音",
+ "Unmute": "取消靜音",
+ "Folder": "資料夾",
+ "Folders": "資料夾",
+ "FileName": "檔案名稱",
+ "DisplayInOtherHomeScreenSections": "顯示於次要首頁區塊,例如:最近新增媒體與繼續觀看清單",
+ "DisplayInMyMedia": "在主畫面顯示",
+ "Shows": "電視劇",
+ "MoviesAndShows": "電影和節目",
+ "HeaderMusicVideo": "音樂影片",
+ "HeaderMusicVideos": "音樂影片",
+ "MusicVideos": "音樂影片",
+ "Videos": "影片",
+ "MixedContent": "混合",
+ "HomeVideos": "家庭影片",
+ "HomeVideosAndPhotos": "家庭影片和相片",
+ "TVShows": "電視節目",
+ "HeaderLibraryFolders": "媒體庫資料夾",
+ "HeaderTermsOfPurchase": "銷售條款",
+ "PrivacyPolicy": "隱私權政策",
+ "TermsOfUse": "使用條款",
+ "HeaderRepeatMode": "循環播放",
+ "HeaderToneMapping": "色調映射",
+ "RepeatOne": "重播",
+ "RepeatAll": "全部重播",
+ "LabelDefaultScreen": "首頁",
+ "ConfirmEndPlayerSession": "您希望在 {0} 上關閉 Emby 嗎?",
+ "Yesterday": "昨天",
+ "Yes": "是",
+ "No": "否",
+ "HeaderScanLibraryFiles": "掃描媒體庫檔案",
+ "LiveTV": "網路電視",
+ "Schedule": "排程",
+ "Recordings": "錄影",
+ "ScanForNewAndUpdatedFiles": "探索新增和更新的檔案",
+ "NewVersionOfXAvailableForY": "{0} 已經可供 {1} 下載",
+ "DirectStreamHelp1": "該裝置相容於解析度和格式(如 H.264、AC3 等),但與檔案容器格式(如 .mkv、.avi、.wmv 等)不相容。影片將在串流到裝置之前即時重新封裝。",
+ "DirectStreamHelp2": "直接串流只使用極少的處理資源,且不損失任何影片品質。",
+ "MediaIsBeingConverted": "媒體正在被轉換為相容於播放裝置的格式。",
+ "StatsForNerds": "統計資訊",
+ "HeaderHardwareAcceleratedDecoding": "硬體加速解碼",
+ "HeaderHardwareAcceleratedEncoding": "硬體加速編碼",
+ "HeaderDirectPlay": "直接播放",
+ "DirectPlaying": "直接播放",
+ "DirectStreaming": "直接串流",
+ "Transcode": "轉碼",
+ "Transcoding": "轉碼",
+ "ContainerBitrateExceedsLimit": "已根據品質設定降低位元率",
+ "VideoCodecNotSupported": "將視訊轉換至相容編碼中",
+ "AudioCodecNotSupported": "將音訊轉換至相容編碼中",
+ "SubtitleCodecNotSupported": "將字幕直接轉換進視訊中",
+ "DirectPlayError": "從播放錯誤恢復中",
+ "ContainerNotSupported": "轉換至相容容器中",
+ "VideoLevelNotSupported": "轉換至相容影片層級中",
+ "AudioBitrateNotSupported": "轉換至相容音訊位元率中",
+ "AudioChannelsNotSupported": "轉換至相容聲道數量中",
+ "VideoResolutionNotSupported": "轉換至相容解析度中",
+ "AudioProfileNotSupported": "轉換至相容音訊檔案中",
+ "AudioSampleRateNotSupported": "轉換至相容音訊取樣率中",
+ "AnamorphicVideoNotSupported": "不支援寬螢幕影片",
+ "InterlacedVideoNotSupported": "去交錯影片",
+ "SecondaryAudioNotSupported": "選擇次要音軌",
+ "ExternalAudioNotSupported": "選擇外部音軌",
+ "ErrorRemovingEmbyConnectAccount": "移除 Emby Connect 帳號時發生錯誤,請檢查網路連線後再試一次。",
+ "HeaderEmbyAccountRemoved": "已移除 Emby 帳號",
+ "MessageEmbyAccontRemoved": "已將 Emby 帳號與此使用者解除綁定。",
+ "HeaderInvitationSent": "已送出邀請",
+ "Offline": "離線",
+ "HeaderSignUp": "註冊",
+ "ServerDownloadMessage": "若要下載並安裝 Emby 伺服器,請至 {0} 取得最新版本",
+ "ServerDownloadMessageWithoutLink": "要下載並安裝免費的 Emby 伺服器,請前往 Emby 網站。",
+ "MessageInvitationSentToUser": "系統已寄送一封電子郵件到 {0},邀請他們接受你的分享。",
+ "MessageInvitationSentToNewUser": "系統已寄送一封電子郵件到 {0},邀請他們註冊 Emby。",
+ "GuestUserNotFound": "查無使用者,請確認名稱是否正確後再試一次,或嘗試輸入他們的電子信箱。",
+ "ErrorReachingEmbyConnect": "連線至 Emby Connect 伺服器時發生錯誤,請檢查網路連線後再試一次。",
+ "ErrorAddingEmbyConnectAccount1": "新增 Emby Connect 帳號時發生錯誤。請問受邀者是否已擁有 Emby 帳號?他們可以造訪 {0} 以完成註冊。",
+ "ErrorAddingEmbyConnectAccount2": "如仍有問題,請使用註冊 Emby Connect 帳號的電子信箱寄信到 {0}。",
+ "ErrorAddingGuestAccount1": "新增 Emby Connect 帳號時發生錯誤。請問受邀者是否已擁有 Emby 帳號?他們可以造訪 {0} 以完成註冊。",
+ "ErrorAddingGuestAccount2": "如仍有問題,請寄信到 {0},並附上您和其他人的電子信箱。",
+ "MessageEmbyAccountAdded": "已將 Emby 帳號新增至此使用者。",
+ "MessagePendingEmbyAccountAdded": "已將 Emby 帳號新增至此使用者。系統將發送一封電子郵件給帳號擁有者,並需要透過點擊郵件中的連結來確認邀請。",
+ "HeaderEmbyAccountAdded": "已新增 Emby 帳號",
+ "Skip": "略過",
+ "HeaderAdditionalParts": "附加部份",
+ "ButtonGenerateNewPin": "產生新 PIN 碼",
+ "ConnectLoginHelp1": "使用 Emby Connect,無論身在何處,您都可以輕鬆造訪 Emby 伺服器,還能與家人和朋友共享伺服器。",
+ "CreatePinErrorMessage": "建立 PIN 碼時發生錯誤,請按下「產生新 PIN 碼」再試一次。",
+ "PinExpiredMessage": "PIN 碼已過期,請按下「產生新 PIN 碼」再試一次。",
+ "ConnectPinCodeHeader": "如要使用 Emby Connect 登入,請使用行動裝置或電腦造訪 {0},並輸入下方 PIN 碼:",
+ "LabelSubtitlePlaybackMode": "字幕模式",
+ "ErrorDeletingItem": "無法刪除此項目。請確認 Emby 伺服器對此媒體資料夾有寫入權限後,再試一次。",
+ "NoSubtitles": "無字幕",
+ "Default": "預設",
+ "Absolute": "絕對",
+ "Smart": "智慧",
+ "Small": "小",
+ "Smaller": "較小",
+ "Medium": "中",
+ "Large": "大",
+ "Larger": "較大",
+ "ExtraLarge": "特大",
+ "ExtraSmall": "超小",
+ "Forced": "強制",
+ "External": "外部通知",
+ "HeaderEmbeddedTitle": "內嵌名稱",
+ "OnlyForcedSubtitles": "僅限強制字幕",
+ "AlwaysPlaySubtitles": "永遠顯示字幕",
+ "DefaultSubtitlesHelp": "字幕會根據內嵌中繼資料中的預設和強制標記載入。當有多個選項時,會根據語言偏好設定顯示。",
+ "SmartSubtitlesHelp": "當音訊為外語時,載入符合語言偏好的字幕。",
+ "HeaderSubtitleSettings": "字幕設定",
+ "HeaderSubtitleAppearance": "字幕外觀",
+ "OnlyForcedSubtitlesHelp": "僅載入標記為「強制字幕」的字幕。",
+ "AutoSelectHearingImpairedHelp": "根據語言偏好載入字幕,並優先選擇標記為聽障用(SDH)的字幕軌。",
+ "AlwaysPlaySubtitlesHelp": "不論音訊為何種語言,一律載入符合語言偏好的字幕。",
+ "NoSubtitlesHelp": "預設不載入字幕,您可於播放時手動開啟字幕。",
+ "LabelPreferredSubtitleLanguage": "偏好字幕語言",
+ "LabelTextSize": "字體大小",
+ "TheseSettingsAffectSubtitlesOnThisDevice": "這些設定會影響裝置上顯示的字幕",
+ "LabelDropShadow": "字幕陰影",
+ "LabelTextBackgroundColor": "文字背景顏色",
+ "LabelWindowBackgroundColor": "文字背景顏色",
+ "LabelFont": "字型",
+ "LabelTextColor": "文字顏色",
+ "LabelBackgroundColor": "背景顏色",
+ "LabelBackgroundOpacity": "背景不透明度",
+ "Raised": "浮雕",
+ "Depressed": "凹陷",
+ "Uniform": "統一",
+ "DropShadow": "字幕陰影",
+ "SmallCaps": "小型大寫字母",
+ "SubtitleAppearanceSettingsDisclaimer": "這些設定無法套用於圖像式字幕(例如:PGS, DVD 等),或已有內嵌風格的字幕(ASS/SSA)。",
+ "Normal": "正常",
+ "HeaderWaitingForWifi": "等待 Wifi 連線中",
+ "WifiRequiredToDownload": "需連線至 Wifi 後才能繼續下載。",
+ "DownloadOnlyOnWifi": "僅使用 Wifi 下載",
+ "LabelMusicDownloadQuality": "音樂下載品質",
+ "MusicDownloadQualityHelp": "較高位元率的音訊檔將由 Emby 伺服器轉檔。選擇較高的數值獲得最佳品質,或選擇較低的數值以節省本機儲存空間。",
+ "HeaderDownloadSettings": "下載設定",
+ "LabelDownloadLocation": "下載位置",
+ "BrowseForFolder": "瀏覽資料夾",
+ "Unlimited": "無限制",
+ "NoLimit": "無限制",
+ "Hide": "隱藏",
+ "HeaderKeepWatching": "繼續觀看",
+ "HeaderNextEpisode": "下一集",
+ "AudioBitDepthNotSupported": "轉換至相容音訊位深中",
+ "VideoBitrateNotSupported": "正在轉換為支援的視訊位元率",
+ "VideoProfileNotSupported": "轉換至相容視訊檔案中",
+ "VideoFramerateNotSupported": "轉換至相容視訊影格中",
+ "VideoBitDepthNotSupported": "轉換至相容視訊位深中",
+ "RefFramesNotSupported": "轉換至相容參考視訊影格數中",
+ "ErrorConnectServerUnreachable": "執行要求的動作發生錯誤,您位於 {0} 的伺服器無法連線至 Emby Connect 伺服器。請確認伺服器已連上網路,且已在所安裝的資安軟體或防火牆內允許該連線。",
+ "HeaderStopRecording": "停止錄影",
+ "ManageRecording": "管理錄影",
+ "LabelDropImageHere": "請將圖片拖曳到此處,或點擊以瀏覽並上傳圖片。",
+ "MessageFileReadError": "讀取檔案時發生錯誤,請重試。",
+ "Browse": "瀏覽",
+ "HeaderUploadImage": "上傳圖片",
+ "HeaderAddUpdateImage": "新增/更新圖片",
+ "HeaderShowFields": "啟用範疇",
+ "LabelView": "檢視",
+ "LabelImageType": "圖片類型",
+ "Upload": "上傳",
+ "Primary": "主圖",
+ "PrimaryImageBlur": "主圖模糊",
+ "Art": "藝術圖",
+ "Backdrop": "背景",
+ "Banner": "橫幅",
+ "Box": "套裝",
+ "BoxRear": "套裝(後方)",
+ "Disc": "光碟",
+ "Logo": "標誌",
+ "LogoDark": "圖示(深色)",
+ "LogoLight": "圖示(淺色)",
+ "LogoLightColor": "商標(多彩色光)",
+ "Menu": "選單",
+ "Screenshot": "螢幕擷圖",
+ "Thumb": "縮圖",
+ "HeaderAudioSettings": "音訊設定",
+ "LabelAudioLanguagePreference": "偏好音訊語言",
+ "LabelPlayDefaultAudioTrack": "播放預設音軌時不考慮語系",
+ "HeaderVideoQuality": "影片品質",
+ "CinemaModeConfigurationHelp": "啟用電影院模式後,Emby 會在影片正式開始前播放前導片或預告片,給您帶來真實的電影院體驗。",
+ "ShowUpNextPreview": "播放預覽",
+ "ShowUpNextPreviewHelp": "當播放即將結束時,顯示下一項目的資訊。",
+ "PlayNextEpisodeAutomatically": "自動播放下一集",
+ "LabelMaxChromecastBitrate": "Chromecast 串流品質",
+ "LabelSkipBackLength": "倒轉長度",
+ "LabelSkipForwardLength": "快轉長度",
+ "EnableCinemaMode": "啟用電影院模式",
+ "LabelInternetQuality": "遠端串流品質",
+ "LabelCellularQuality": "遠端串流品質(手機)",
+ "HeaderMusicQuality": "音樂品質",
+ "LabelHomeNetworkQuality": "家庭串流品質",
+ "HeaderLatestMedia": "最近新增的媒體",
+ "HeaderRestartingEmbyServer": "正在重新啟動 Emby 伺服器中",
+ "RestartPleaseWaitMessage": "請稍後 Emby 伺服器將會關閉並重新啟動,過程大約花費 1 至 2 分鐘。",
+ "HeaderPlayNext": "播放下一項目",
+ "AutoBasedOnLanguageSetting": "自動(與裝置同步)",
+ "SameAsMainTheme": "與主佈景主題同步",
+ "LabelDateTimeLocale": "時區",
+ "Genre": "類型",
+ "DirectorValue": "導演:{0}",
+ "DirectorsValue": "導演:{0}",
+ "GenreValue": "類型:{0}",
+ "GenresValue": "類型:{0}",
+ "TagsValue": "標籤:{0}",
+ "Off": "關閉",
+ "Title": "名稱",
+ "Year": "年份",
+ "Filter": "篩選條件",
+ "Filters": "篩選條件",
+ "Unplayed": "未播放",
+ "LabelTVHomeScreen": "電視模式首頁",
+ "Horizontal": "水平",
+ "Vertical": "重直",
+ "HeaderGroupBy": "分類為",
+ "HeaderMediaType": "媒體類型",
+ "GroupBySeries": "根據電視劇系列分類",
+ "HeaderVideoType": "影片類型",
+ "HeaderSeriesStatus": "電視劇狀態",
+ "Features": "功能",
+ "Trailers": "預告片",
+ "Extras": "額外內容",
+ "ThemeSongs": "背景音樂",
+ "ThemeVideos": "背景影片",
+ "HeaderFavoriteMovies": "最愛電影",
+ "HeaderFavoritePhotos": "最喜歡的照片",
+ "HeaderFavoriteShows": "最愛電視劇",
+ "HeaderFavoriteEpisodes": "最愛單集",
+ "HeaderFavoriteVideos": "最愛影片",
+ "HeaderFavoriteMusicVideos": "最愛音樂影片",
+ "HeaderFavoriteGames": "最愛遊戲",
+ "HeaderFavoriteArtists": "最愛藝人",
+ "HeaderFavoriteAlbums": "最愛專輯",
+ "HeaderFavoriteSongs": "最愛歌曲",
+ "HeaderFavoriteAuthors": "最愛作者",
+ "HeaderFavoriteAudioBooks": "最愛的有聲書",
+ "Ascending": "升冪",
+ "Descending": "降冪",
+ "HeaderColorPrimaries": "原色",
+ "HeaderColorSpace": "色彩空間",
+ "HeaderColorTransfer": "色彩轉換",
+ "HeaderVideoRange": "視訊範圍",
+ "SeriesDisplayOrderHelp": "根據播出日期、DVD 順序,或絕對集數排序單集。",
+ "LabelVerticalPositionFromBottom": "垂直位置(從底部算起)",
+ "HeaderFavoritePeople": "最愛人物",
+ "MultiSelect": "多重選取",
+ "HeaderSignOut": "登出",
+ "HeaderSelectServer": "選擇伺服器",
+ "HeaderChangeServer": "切換伺服器",
+ "HeaderChangeUser": "變更使用者",
+ "HeaderAppSettings": "應用程式設定",
+ "HeaderLoginSettings": "登入設定",
+ "LabelRememberLogin": "保持登入",
+ "LabelAutomaticallySignOut": "自動登出",
+ "BetaTesterMessage": "感謝您成為 Emby beta 測試者!請在 {0}Emby 論壇測試區{1} 留下您的回饋。",
+ "HardwareAccelerated": "硬體加速",
+ "Software": "軟體",
+ "Metadata": "中繼資料",
+ "HeaderMediaInfo": "媒體資訊",
+ "Locked": "已鎖定",
+ "HeaderSplitVersionsApart": "分離版本",
+ "Any": "任何",
+ "Admin": "管理員",
+ "HeaderReadMore": "了解更多",
+ "CustomRatingHelp": "自訂分級可用於家長監護評估,但不會顯示於資訊頁面。啟用後「電影分級」欄位仍會正常顯示。",
+ "KeepUpToHelp": "當下一新錄影開始時,超過上限數量的錄影,將從時間最舊的開始刪除。",
+ "NoItemsMatchingFound": "沒有符合條件的搜尋結果。",
+ "TwoSearchCharsRequired": "請至少輸入兩個字元。",
+ "PreventPlaybackContinuing": "定期提示使用者操作,防止無限播放。",
+ "PromptStillWatching": "顯示 「您還在螢幕前嗎?」提示",
+ "HeaderMissingMetadata": "缺少中繼資料",
+ "HeaderIncludedIn": "包含在",
+ "EmbyConnectUserAlreadyLinked": "Emby Connect 帳號已綁定至此伺服器上的另一位使用者。",
+ "VideoFilesWillBeConvertedTo": "轉檔後影片將儲存為 {0}。",
+ "VideoWillBeConvertedTo": "如果影片已經{0}且畫質符合轉換選項,影片串流將被轉換到{0},或從原始檔案複製。",
+ "VideoWillBeConvertedToOrCopied": "如果影片是任何{1}且畫質符合轉換選項,影片串流將被轉換到{0},或從原始檔案複製。",
+ "AudioWillBeConvertedTo": "如果影片已經{0}且畫質符合轉換選項,影片串流將被轉換到{0},或從原始檔案複製。",
+ "AudioWillBeConvertedToOrCopied": "如果影片是任何({1})且畫質符合轉換選項,影片串流將被轉換到{0},或從原始檔案複製。",
+ "HeaderSpecialKeys": "特殊按鍵",
+ "FollowingSpecialKeys": "下列特殊按鍵受多數鍵盤和遙控器支援:",
+ "HeaderDeleteSeries": "刪除電視劇",
+ "HeaderDeleteLastPlayedEpisode": "刪除最後播放集數",
+ "HeaderConnectingToServer": "連線至伺服器中",
+ "ServerNameValue": "伺服器名稱: {0}",
+ "DomainValue": "網域: {0}",
+ "RatedValue": "評分 {0}",
+ "LocalServerRedirectMessage": "您將被重新導向至該伺服器管理員擁有並營運的網域:",
+ "AllMediaOwnedHosted": "所有影音檔案都是由 {0} 擁有及管理。",
+ "EnableResolutionSwitching": "配對影片解析度",
+ "EnableResolutionSwitchingHelp": "在開始播放前讓 Emby 將影片解析度調整為與原編碼相同,啟用此選項可以改善解析度不合導致的卡頓。",
+ "EnableDisplayRefreshRateSwitching": "啟用顯示器更新率切換",
+ "EnableDisplayRefreshRateSwitchingHelp": "啟用此功能後,Emby 會在開始播放前,將顯示器的更新率調整為與影片編碼時的影格率相同(或其倍數)。這有助於減少播放時可能出現的畫面抖動或不流暢情形。",
+ "RememberSelectedAudioTracks": "記住音軌選擇",
+ "RememberSelectedSubtitleTracks": "儲存字幕選擇",
+ "RememberSelectedSubtitleTracksHelp": "您選擇的字幕會記錄於伺服器,並在下次影片播放時自動套用。",
+ "RememberSelectedAudioTracksHelp": "您選擇的音軌會記錄於伺服器,並在下次影片播放時自動套用。",
+ "ClearSavedTrackSelections": "清除已儲存的選擇",
+ "HeaderClearTrackSelections": "清除已儲存的選擇",
+ "QuestionClearSavedTracks": "確定要清除已儲存的選擇嗎?",
+ "LabelChannelTags": "頻道標籤",
+ "AfterThisPlaysConfirmation": "在播放完畢後,請問您希望繼續播放還是清除待播清單呢?",
+ "Keep": "保留",
+ "Clear": "清除",
+ "HeaderClearFilters": "清除篩選條件",
+ "HeaderSearchForImages": "尋找圖片",
+ "HeaderSearchNewImage": "尋找新圖片",
+ "HeaderSearchForAnImage": "尋找一個圖片",
+ "DragDropToReorder": "拖曳以調整順序",
+ "HeaderAddImageFromUrl": "從連結新增影像檔",
+ "HeaderSetImageFromUrl": "從連結設定影像檔",
+ "LabelUrl": "網址",
+ "LabelChannelNumber": "頻道編號",
+ "LabelGuideDataChannel": "節目指南頻道",
+ "GuideDataSource": "節目指南來源",
+ "HeaderCopyToClipboard": "複製到剪貼簿",
+ "TimeRemainingValue": "剩餘 {0}",
+ "LabelResumeRewindSeconds": "恢復播放後,自動倒轉",
+ "ResumeRewindSecondsHelp": "幫助您回想起上次中斷播放的位置。此設定僅會於恢復播放時套用,暫停播放不會觸發此設定。",
+ "HeaderSavePlayQueueToPlaylist": "將待播清單新增到播放清單中",
+ "EnableLogoImagesAsTitle": "顯示標誌",
+ "EnableLogoImagesAsTitleHelp": "當有可以使用的標誌時,系統會以標誌取代影片、電視劇或其他詳細資訊頁面的標題文字。若無可用的標誌,Emby 將會以文字作為替代。",
+ "LabelNowPlayingAudioBackgroundStyle": "現正播放音訊背景風格",
+ "LabelNowPlayingVideoBackgroundStyle": "現正播放影片背景風格",
+ "NowPlayingVideoBackgroundStyleHelp": "設定在其他裝置上遠端播放影片時,使用的背景風格。",
+ "Rotation": "旋轉",
+ "Minutes": "分鐘",
+ "LabelMaxRecordingLength": "最大錄影長度",
+ "MaxRecordingLengthHelp": "無論廣播時長,限制錄影時間長度。設為 0 即無限制。",
+ "RemoteWAN": "遠端(網際網路)位址",
+ "HeaderLastConnectedTo": "上次連線到",
+ "Version": "版本",
+ "Keyword": "關鍵字",
+ "HeaderServerAddress": "伺服器網址",
+ "HeaderSkipIntro": "略過片頭",
+ "HeaderCreateRecording": "創建錄影",
+ "HeaderAddRecording": "增加錄音",
+ "HeaderChannelAndTime": "頻道和時間",
+ "LabelRecordProgramOrSeriesFrom": "錄製以下節目或電視劇",
+ "LabelStartTime": "開始時間",
+ "LabelEndTime": "結束時間",
+ "LabelFrequency": "頻率",
+ "Recurring": "循環播放中",
+ "Once": "一次",
+ "Start": "開始",
+ "Unpause": "取消暫停",
+ "LabelIntroSkipMode": "略過片頭模式",
+ "ShowSkipIntroButton": "顯示「略過片頭」按鈕",
+ "AutoSkipIntro": "自動略過片頭",
+ "DisplayRatingInformationOnVideoPlaybackStart": "顯示電影分級",
+ "DisplayRatingInformationOnVideoPlaybackStartHelp": "在影片開始播放時短暫顯示電影分級。",
+ "IntroSkipModeHelp": "在 Emby 伺服器偵測到片頭標記的影片中,顯示「略過片頭」按鈕或自動跳過片頭。此功能需先在 Emby 伺服器的媒體庫設定中啟用片頭偵測功能。",
+ "EnableHomeScreenFocusPreview": "在首頁畫面中使用布局來顯示所選項目的詳細預覽",
+ "EnableHomeScreenFocusPreviewHelp": "如果首頁中包含不同類型的媒體,此設定可能無法正常啟用。",
+ "LabelHideMediaTransportButtons": "隱藏影片撥放傳輸按鈕",
+ "HideMediaTransportButtonsHelp": "透過隱藏基本按鍵,像是快轉、倒轉、暫停等,簡化播放介面。您仍可利用鍵盤上方向鍵和 Enter 鍵來使用這些功能。當設為「自動」時,應用程式將會自動偵測滑鼠狀態並隱藏按鍵。",
+ "ImageSizeHelp": "設定偏好的縮圖尺寸。",
+ "LabelImageSize": "縮圖尺寸",
+ "ThisImageIsOnlyPreview": "這張圖片僅是來自中繼資料搜尋引擎的預覽圖,與 Emby 伺服器下載的實際圖片可能會有所不同。實際下載的圖片可能會根據您的 Emby 媒體庫設定而有所變動。",
+ "ResultsRangeValue": "{2}的{0}到{1}",
+ "NotificationsDescription": "設定通知以掌握 Emby 伺服器上的重要事件。",
+ "DeleteEmbyConnectAccount": "刪除 Emby Connect 帳號",
+ "DeleteEmbyConnectAccountHelp": "若要刪除 Emby Connect 帳號,請造訪 {2} 並登入到 {0}Emby 社群{1}。登入後,請點選右上方使用者名稱、帳號設定,接著點選刪除我的帳號。",
+ "KeepPlayingInBackground": "背景播放",
+ "LabelVideoBackBehavior": "播放器倒退按鈕行為",
+ "HeaderViewLyrics": "查看歌詞",
+ "HeaderViewMissingEpisodes": "檢視缺少集數",
+ "HeaderMissingEpisodes": "缺少集數",
+ "HeaderManageAccess": "管理存取",
+ "HeaderManageCollaboration": "管理共同合作",
+ "HeaderLeaveCollaboration": "離開共同合作",
+ "HeaderRemoveFromLibrary": "從媒體庫移除",
+ "RemoveSharedItemConfirmation": "確定要從媒體庫中移除此項目嗎?如果要恢復此項目,您需要重新獲得擁有者授權才能再次存取。",
+ "SubtitlesDownloaded": "已下載字幕",
+ "HeaderMakePrivate": "設為私人",
+ "HeaderMakePublic": "設為公開",
+ "MakePublicDescription": "所有使用者皆可檢視此項目,且使用者可以被授權編輯。",
+ "MakePrivateDescription": "可以個別設定每一位使用者的存取權限。",
+ "Private": "私人",
+ "Public": "公開",
+ "Collaborative": "共同合作",
+ "PreferredShowDisplay": "偏好電視劇顯示方式",
+ "ShowAllEpisodesAllSeasons": "顯示全季集數",
+ "ShowAllEpisodesSingleSeason": "顯示單季集數",
+ "ShowSeasonFolders": "永遠顯示季資料夾",
+ "HeaderAddAgain": "再次增加",
+ "UpNext": "接著播放",
+ "ItemsAlreadyInPlaylist": "部分項目已在播放清單中。",
+ "ItemAlreadyInPlaylist": "此項目已在播放清單中。",
+ "HeaderPlayChannel": "播放頻道",
+ "LabelScreenOrientationDuringVideo": "影片播放時的螢幕方向",
+ "UseDeviceSetting": "與裝置設定同步",
+ "LockToLandscape": "橫向鎖定",
+ "UsernameForFolderHelp": "在此網路中可存取該資料夾的使用者名稱(如有)。",
+ "PasswordForFolderHelp": "在此網路中可存取該資料夾的密碼(如有)。",
+ "ShowMediaInfoOnDetailScreens": "在詳細資訊頁面底部顯示完整媒體內容",
+ "ForgotPasswordNoUserFound": "沒有符合的使用者名稱。請再試一次,或將姓名欄位留空以重設所有使用者的密碼。",
+ "Silver": "銀",
+ "DimGray": "昏灰色",
+ "DarkGray": "深灰色",
+ "LightGray": "淺灰色",
+ "Black": "黑色",
+ "Blue": "藍色",
+ "Cyan": "青色",
+ "Gray": "灰色",
+ "Green": "綠色",
+ "Lime": "青檸",
+ "Magenta": "洋紅",
+ "Orange": "橘色",
+ "Pink": "粉紅色",
+ "Red": "紅色",
+ "Yellow": "黃色",
+ "White": "白色",
+ "Purple": "紫色",
+ "RecentlyReleasedMovies": "最近上映電影",
+ "RecentlyReleasedEpisodes": "最新播出集數",
+ "DolbyProfile": "杜比設定",
+ "IpAddress": "IP 位址",
+ "VideoType": "影片類型",
+ "HidePlayedMediaFrom": "從以下位置隱藏已播放媒體",
+ "BottomEdgePosition": "下置字幕",
+ "VerticalPositionFromBottomScreen": "下置字幕與螢幕底部的相對距離。",
+ "TopEdgePosition": "上置字幕",
+ "TopEdgePositionHelp": "上置字幕與螢幕頂部的相對距離,此設定會套用至顯示於頂部的字幕。",
+ "HeaderSubtitlePosition": "字幕位置",
+ "TitleProfilePin": "個人檔案 PIN 碼",
+ "ProfilePinConfirm": "確認個人檔案 PIN 碼",
+ "SaveProfilePin": "儲存 PIN 碼",
+ "ProfilePinDescription": "建立一組 PIN 碼。每當您在已登入的裝置上開啟 Emby 應用程式時,系統都會提示您輸入該 PIN 碼;如果該裝置是由多位使用者共享,這將會是非常實用的設定。您可以根據需求在每台裝置上選擇性地啟用它。",
+ "TitleNewEpisodes": "新單集",
+ "EnterYourPinToContinue": "輸入您的 PIN 碼以繼續。",
+ "YourPinMustBe": "您的 PIN 碼必須為 {0} 個字元。",
+ "ForgotPin": "忘記 PIN 碼?",
+ "RequireEnteringPinToReturn": "當返回此應用程式時,需要輸入個人檔案 PIN 碼。",
+ "RequireEnteringPinToReturnQuestion": "每當您返回此應用程式時,是否應該提示您輸入個人檔案 PIN 碼? 如果此裝置是由多個使用者共用,您的個人檔案 PIN 碼可以防止其他使用者存取您的資料。",
+ "RequireEnteringPinToReturnHelp": "若此裝置由多位使用者共用,啟用此功能會很實用。",
+ "WrongPinPleaseTryAgain": "糟糕,PIN 碼錯誤,請再試一次。",
+ "ProfilePinIsOn": "個人檔案 PIN 碼已啟用。",
+ "IfTryingToConnectToHttp": "如果您正嘗試使用 HTTP 連線至 Emby 伺服器,瀏覽器可能會因不符合 HTTPS 要求而拒絕連線。請嘗試使用:",
+ "SetupHttpsForYourServer": "為您的 Emby 伺服器設定 {0}HTTPS 連線{1},以便將來可以使用 HTTPS 加密連線。",
+ "TitleUnableToReachServer": "無法連線至伺服器",
+ "TitleUnableToReachName": "無法連線至 {0}",
+ "HearingImpaired": "聽力障礙",
+ "SignIntoServerName": "登入至 {0}",
+ "About": "關於",
+ "Specials": "特別篇",
+ "NSettings": "{0} 設定",
+ "NPreferences": "{0} 偏好設定",
+ "DetailScreenOptions": "詳細資訊",
+ "LabelGenreDisplayLimit": "類型顯示限制",
+ "GenreDisplayLimitHelp": "限制顯示於詳細資訊上方的類型數量。",
+ "GenreDisplayLimitForListsHelp": "限制顯示於播放清單、收藏清單及藝人詳細資訊上方的類型數量。",
+ "LabelGenreDisplayLimitForLists": "清單類型顯示限制",
+ "ShowPosterOnDetails": "顯示海報",
+ "ShowPosterOnDetailsHelp": "在詳細資訊頁面上顯示海報,或將其隱藏到最小以強調背景。這項設定不支援小螢幕排版,且某些項目類型可能會忽略此設定。",
+ "EnableAppLogging": "啟用應用程式日誌",
+ "EnableAppLoggingHelp": "啟用日誌會降低應用程式效能,因此只應在需要除錯才啟用。需要重啟應用程式才能套用變更。",
+ "LabelSlideshowInterval": "相片幻燈片輪換間隔",
+ "TVChannelImageEditorHelp": "Emby 支援多種圖示 ,應用程式會根據佈景主題自動挑選最適合的版本。",
+ "PlaySlideshow": "播放幻燈片",
+ "CheckForExistingEpisodesInAllLibraries": "檢查媒體庫中已有集數",
+ "GroupNotificationsBySeriesOrAlbum": "分類電視劇和影集通知",
+ "ThemeSettings": "佈景主題設定",
+ "FollowingActivityWillBeDisrupted": "以下活動將被中斷,且須手動重啟:",
+ "OneActivePlaybackSession": "1 個正在進行的播放工作階段",
+ "NumActivePlaybackSessions": "{0} 個正在進行的播放工作階段",
+ "OneActiveRecording": "1 項正在進行的錄影",
+ "NumActiveRecordings": "{0} 項正在進行的錄影",
+ "PlayFromLivePosition": "從直播位置開始播放",
+ "PlayFromStartOfRecording": "從錄影起始點開始播放",
+ "ThisChannelIsActivelyRecording": "正在錄影此頻道中,請問您想如何開始播放呢?",
+ "ThemeSongVolume": "背景音樂音量",
+ "HeaderForceConversionForFormats": "強制轉碼格式",
+ "ForceConversionForFormatsHelp": "強制伺服器端轉碼無法在此裝置順利播放的格式。",
+ "StartupBehavior": "啟動行為",
+ "RememberLastUser": "記住上次登入的使用者",
+ "ShowLoginScreen": "顯示登入介面",
+ "SignInAsValue": "登入身分為 {0}",
+ "ConvertUnsupportedAudio": "將不支援的環繞音效格式轉換為杜比環繞音效",
+ "ConvertUnsupportedAudioHelp": "透過 Emby 伺服器將不支援的環繞音效格式轉換為杜比環繞音效,避免將其重新混音為立體聲。",
+ "HeaderPlaybackCorrection": "播放校正",
+ "HeaderAttemptPlaybackCorrection": "嘗試播放校正",
+ "PlaybackCorrectionConfirm": "是否要嘗試播放校正?",
+ "PlaybackCorrectionDescription": "目前的影片是否無法正常播放(例如: 沒有畫面或聲音)?系統會嘗試透過伺服器轉碼使其適合用於串流播放,此功能可能增加伺服器負擔。",
+ "PlaybackCorrectionDescription2": "每部影片最多可以執行三次,包括重封裝、影片轉碼和音訊轉碼,每次只會使用一種方式。",
+ "HeaderAlbumsAsContributingArtist": "以協力藝人身分參與的專輯",
+ "HeaderAlbumsAsComposer": "以作曲家身分參與的專輯",
+ "Duplicates": "重複",
+ "HeaderSleepTimer": "休眠計時器",
+ "AfterCurrentItem": "在當前項目之後",
+ "HeaderStopPlayback": "停止播放",
+ "TurnOffTimer": "關閉計時器",
+ "SleepTimerIsSet": "已設定休眠計時器",
+ "SleepTimerIsOff": "已關閉休眠計時器",
+ "LabelEnableRemoteControlTVMode": "顯示投影與遠端控制功能",
+ "EnableRemoteControlTVModeHelp": "如果您想要使用此裝置傳送媒體到其他裝置,請啟用此功能。",
+ "ShowOnScreenControls": "顯示螢幕上控制視窗",
+ "LabelVideoScreenUpAction": "影片上滑動作",
+ "VideoScreenUpActionHelp": "請選擇在播放畫面中按下「上」鍵時要執行的動作。此設定僅會套用在畫面上沒有顯示控制項時,若已顯示控制選項,「上」鍵將用於導向。",
+ "LabelVideoPlayerLongPressAction": "播放器長按動作",
+ "LetsGetSetup": "讓我們開始吧",
+ "VideoPlayerLongPressActionHelp": "選擇播放時長按 OK 按鈕觸發的功能或選單。此選項只有在隱藏播放控制,或是控制進度條時才會生效。",
+ "AskAdminToGetPremiere": "只有伺服器管理員才可以購買 Emby Premiere,請聯絡 Emby 伺服器管理員進行登入並購買取得 Emby Premiere 以享用相關權益。",
+ "AutoOpenSingleItemsFolders": "自動開啟檔案",
+ "AutoOpenSingleItemsFoldersHelp": "如果資料夾中只包含單一檔案,則自動開啟該檔案。",
+ "PlayedOnValue": "已播放 {0}",
+ "TheseSettingsApplyAppDevice": "這些設定會套用至所有使用此裝置的使用者。",
+ "LastContentDateAdded": "最後新增內容日期",
+ "RepeatThemeMedia": "重複播放主題曲",
+ "HideEpisodeSpoilerInfo": "隱藏未觀看集數的劇透資訊",
+ "HideEpisodeSpoilerInfoHelp": "在多數介面隱藏未觀看集數的摘要和圖像。",
+ "BornValueAge": "生於:{0} (年齡 {1})",
+ "PreferDirectStreamLiveTV": "偏好直接串流網路電視",
+ "PreferDirectStreamLiveTVHelp": "直接串流網路電視可以節省 Emby 伺服器消耗的資源,但可能會導致無法自由跳轉。啟用此選項後,伺服器可以直接串流使用支援格式且於畫質限制內的網路電視。停用此功能可以讓您在播放過程中更自由的跳轉,但也會使伺服器消耗更多資源。",
+ "HeaderAllRecordings": "所有錄影",
+ "RememberLoginDescription": "登入後,您可以在應用程式設定內調整應記住登入、以特定使用者登入,或是永遠顯示登入畫面。",
+ "ForgetServerConfirmation": "你確定要忘記此伺服器嗎?",
+ "ForgetThisServer": "忘記此伺服器",
+ "HeaderThisDevice": "此裝置",
+ "ChaptersGuide": "Chapters / Live TV Guide",
+ "ChaptersGuideHelp": "Show Chapters for media with chapters. For media without chapters, show the Live TV Guide (when available).",
+ "HeaderShowSeriesImages": "Show Series Images",
+ "AppExitConfirmation": "Are you ready to exit Emby?",
+ "AppExitMenu": "Exit menu",
+ "SideMenu": "Side navigation menu",
+ "SystemStorage": "System storage ({0})"
+}
diff --git a/modules/common/subtitleappearancehelper.js b/modules/common/subtitleappearancehelper.js
new file mode 100644
index 0000000..fd142ee
--- /dev/null
+++ b/modules/common/subtitleappearancehelper.js
@@ -0,0 +1 @@
+define(["exports"],function(_exports){function getTextStyles(settings){var list=[],multiplier={smaller:.5,small:.7,medium:1,large:1.3,larger:1.72,extralarge:2}[settings.textSize||"medium"],multiplier=(list.push({name:"font-size",value:multiplier+"em"}),settings.positionBottom||"10"),multiplier=(list.push({name:"positionBottom",value:multiplier}),settings.positionTop||"5");switch(list.push({name:"positionTop",value:multiplier}),settings.dropShadow||""){case"raised":list.push({name:"text-shadow",value:"-1px -1px white, 0px -1px white, -1px 0px white, 1px 1px black, 0px 1px black, 1px 0px black"});break;case"depressed":list.push({name:"text-shadow",value:"1px 1px white, 0px 1px white, 1px 0px white, -1px -1px black, 0px -1px black, -1px 0px black"});break;case"uniform":list.push({name:"text-shadow",value:"-1px 0px #000000, 0px 1px #000000, 1px 0px #000000, 0px -1px #000000"});break;case"none":list.push({name:"text-shadow",value:"none"});break;default:list.push({name:"text-shadow",value:"#000000 0 0 .25em"})}multiplier=function(hex,alpha){if("transparent"===hex)return hex;if(/^#([A-Fa-f0-9]{3}){1,2}$/.test(hex))return hex="0x"+(hex=3===(hex=hex.substring(1).split("")).length?[hex[0],hex[0],hex[1],hex[1],hex[2],hex[2]]:hex).join(""),alpha=Math.min(1,alpha),alpha=Math.max(0,alpha),"rgba("+[hex>>16&255,hex>>8&255,255&hex].join(",")+","+alpha+")";throw new Error("Bad Hex")}(settings.textBackground,parseFloat(settings.textBackgroundOpacity)),multiplier&&list.push({name:"background-color",value:multiplier}),multiplier=settings.textColor||"#ffffff";return multiplier&&list.push({name:"color",value:multiplier}),list.push({name:"font-family",value:"inherit"}),list}function convertStyleListToObject(list){for(var obj={},i=0,length=list.length;iremovecrop_squareclose',div.classList.add("controlBox"),document.querySelector(".windowDragRegion").appendChild(div),document.querySelector(".appExitButton").addEventListener("click",function(){_servicelocator.appHost.exit()}),document.querySelector(".minimizeButton").addEventListener("click",function(){_servicelocator.appHost.setWindowState("Minimized")}),document.querySelector(".maximizeButton").addEventListener("click",function(){"Normal"===_servicelocator.appHost.getWindowState()?_servicelocator.appHost.setWindowState("Maximized"):_servicelocator.appHost.setWindowState("Normal")})});
\ No newline at end of file
diff --git a/modules/css-vars-ponyfill/css-vars-ponyfill.js b/modules/css-vars-ponyfill/css-vars-ponyfill.js
new file mode 100644
index 0000000..6945771
--- /dev/null
+++ b/modules/css-vars-ponyfill/css-vars-ponyfill.js
@@ -0,0 +1 @@
+define(["exports"],function(_exports){function getUrls(urls,argument_1){var options=1.dataGridItem-content-touchzoom,.itemElement-activetouch>.dataGridItem-content-touchzoom{-webkit-transform:scale(.98);transform:scale(.98)}.dataGridItemContextMenuButton{display:none!important}}.dataGridItemCell{width:15ch;-webkit-flex-grow:0;flex-grow:0;white-space:nowrap;text-overflow:ellipsis;overflow:hidden;padding:0 .5em;-webkit-flex-shrink:0;flex-shrink:0;display:-webkit-flex;display:flex;-webkit-align-items:center;align-items:center;contain:layout style paint;box-sizing:border-box}.dataGridItemCell-nopadding{padding:0}.dataGridItemCell-centered{-webkit-justify-content:center;justify-content:center}.dataGridItemCell-fillheight{height:100%}.dataGridItemCell-2{width:3ch}.dataGridItemCell-3{width:4ch}.dataGridItemCell-4{width:5ch}.dataGridItemCell-5{width:6ch}.dataGridItemCell-6{width:7ch}.dataGridItemCell-7{width:8ch}.dataGridItemCell-8{width:9ch}.dataGridItemCell-9{width:10ch}.dataGridItemCell-10{width:11ch}.dataGridItemCell-12{width:13ch}.dataGridItemCell-15{width:16ch}.dataGridItemCell-18{width:19ch}.dataGridItemCell-20{width:21ch}.dataGridItemCell-25{width:26ch}.dataGridItemCell-30{width:31ch}.dataGridItemCell-40{width:41ch}.dataGridItemCell-80{width:81ch}.dataGridItemCell-fill{-webkit-flex-grow:1;flex-grow:1}.dataGridItemCell-button{padding:.25em!important;margin:0!important;box-sizing:border-box}.dataGridItemCell-icon{padding:0!important;margin:0!important;box-sizing:border-box;font-size:160%}.dataGridItemImageContainer{width:2.4em;height:2.4em;display:-webkit-flex;display:flex;-webkit-align-items:center;align-items:center;-webkit-justify-content:center;justify-content:center;border-radius:.42em;overflow:hidden;contain:strict;-webkit-flex-grow:0;flex-grow:0;-webkit-flex-shrink:0;flex-shrink:0}.dataGridItemImageContainer-fourThree{height:1.8em}.dataGridItemImageContainer-backdrop{height:1.35em}.dataGridItemImageContainer-portrait{width:1.6em}@supports (aspect-ratio:2 / 3){.dataGridItemImageContainer{width:auto!important;height:70%;height:calc(100% - 1.4em)}}.dataGridItemCell-img{border-radius:inherit;background-position:center center;background-repeat:no-repeat;position:relative;overflow:hidden;width:100%;height:100%;object-position:center center;contain:layout style paint}.dataGridItemImage-round,.dataGridItemCell-img-round{border-radius:100em}.dataGridItemCell-img:not(.coveredImage){background-size:contain;object-fit:contain}.dataGridItemCell-img.coveredImage{background-size:contain;object-fit:contain}.dataGridItemCell-img.coveredImage-noScale{background-size:contain;object-fit:contain}@supports (aspect-ratio:2 / 3){.dataGridItemCell-img.coveredImage{background-size:100% 100%;object-fit:fill}.dataGridItemCell-img.coveredImage-noScale{background-size:cover;object-fit:cover}.dataGridItemCell-img-fourThree{height:auto}.dataGridItemCell-img-backdrop{height:auto}.dataGridItemCell-img-square{height:auto}.dataGridItemCell-img-portrait{width:auto}}.dataGridItemCell-img.coveredImage-contain{background-size:contain;object-fit:contain}.dataGridItemOverlayButton-hover{display:none;position:absolute;margin:0 auto!important;color:#fff!important}@media all and (pointer:fine){.dataGridItem:hover .dataGridItemOverlayButton-hover{display:-webkit-flex;display:flex}}.dataGridItemOverlayButton-imagehover{background:#666;border-radius:100em!important;inset-inline-start:0.1em;inset-inline-end:0.1em;z-index:999999999;width:2.1em;height:2.1em;padding:0!important;-webkit-align-self:center;align-self:center;margin:0 auto}.chkDataGridItemSelectContainer{font-size:72%;width:auto!important;height:100%;margin:0!important;padding:0 1em!important;-webkit-justify-content:center;justify-content:center;-webkit-align-items:center;align-items:center;display:none!important}.dataGridItem-textActionButton{line-height:inherit!important}@media (pointer:fine){.dataGridItem:hover{border-start-start-radius:0;border-end-start-radius:0}.chkDataGridItemSelectContainer{position:absolute!important;left:-3.9em;right:initial;inset-inline-start:-3.9em;inset-inline-end:initial;opacity:0;display:-webkit-flex!important;display:flex!important;border-start-start-radius:.6em;border-end-start-radius:.6em}.item-multiselected .chkDataGridItemSelectContainer,.multi-select-active .chkDataGridItemSelectContainer{opacity:1}.dataGridItem:hover .chkDataGridItemSelectContainer{opacity:1}}@media not all and (pointer:fine){.item-multiselected .chkDataGridItemSelectContainer,.multi-select-active .chkDataGridItemSelectContainer{display:-webkit-flex!important;display:flex!important}}.multi-select-active .dataGridItemCell-button{display:none!important}.dataGridMediaInfoItem{-webkit-justify-content:flex-start;justify-content:flex-start}.itemsContainer_header_fixed{position:fixed;top:11em;top:calc(var(--header-height) + 5.5rem);z-index:1;box-sizing:border-box;overflow:scroll;contain:layout style}.itemsContainer_header_fixed,.dataGrid-mainscroller-scrollX{-webkit-margin-end:2em;margin-inline-end:2em}@media all and (pointer:fine){.itemsContainer_header_fixed,.dataGrid-mainscroller-scrollX{-webkit-margin-end:3em;margin-inline-end:3em}}@media all and (min-width:62.5em){.itemsContainer_header_fixed,.dataGrid-mainscroller-scrollX{-webkit-margin-end:4em;margin-inline-end:4em}}.itemsContainer_header:not(.itemsContainer_header_fixed) .dataGridHeader-content{-webkit-padding-start:0;padding-inline-start:0;-webkit-padding-end:0;padding-inline-end:0;width:auto!important}@media all and (pointer:fine){.itemsContainer_header_fixed .dataGridHeader-content{-webkit-margin-end:1em;margin-inline-end:1em}}.dataGridHeader-content-inner{border-radius:.6em;display:-webkit-flex;display:flex;-webkit-flex-grow:1;flex-grow:1;-webkit-align-items:center;align-items:center;height:100%}.dataGridHeaderText{font-size:92%;display:-webkit-flex;display:flex;-webkit-align-items:center;align-items:center;-webkit-flex-grow:1;flex-grow:1;height:100%;font-weight:500}.dataGridHeaderText-centered{-webkit-justify-content:center;justify-content:center}.btnGridHeaderColumnSort{-webkit-flex-grow:1;flex-grow:1;text-align:start;height:100%}.dataGridSortIndicator{margin-top:0;margin-bottom:0;-webkit-margin-start:.25ch;margin-inline-start:.25ch;-webkit-margin-end:0;margin-inline-end:0;font-size:130%}.dataGridItem-focusscale{transition:-webkit-transform .2s ease-out;transition:transform .2s ease-out}.dataGridItem-focusscale:focus{-webkit-transform:scale(1.015,1.015);transform:scale(1.015,1.015);z-index:1}.dataGridItemImageContainer-nowplaying::after{background-size:contain;background-image:url(./../listview/ani_equalizer_white.gif);background-position:center center;background-repeat:no-repeat;background-size:contain;position:absolute;top:0;bottom:0;inset-inline-start:0;inset-inline-end:0;content:' '}
\ No newline at end of file
diff --git a/modules/datagrid/datagrid.js b/modules/datagrid/datagrid.js
new file mode 100644
index 0000000..9837dcb
--- /dev/null
+++ b/modules/datagrid/datagrid.js
@@ -0,0 +1 @@
+define(["exports","./../emby-apiclient/events.js","./../emby-apiclient/connectionmanager.js","./../layoutmanager.js","./../common/globalize.js","./../common/datetime.js","./../common/textencoding.js","./../common/dataformatter.js","./../mediainfo/mediainfo.js","./../focusmanager.js","./../common/itemmanager/itemmanager.js","./../common/imagehelper.js","./../lazyloader/lazyimageloader.js","./../shortcuts.js","./../common/playback/playbackmanager.js","./../emby-elements/userdatabuttons/emby-ratingbutton.js","./../emby-elements/userdatabuttons/emby-playstatebutton.js","./../emby-elements/sync/emby-downloadbutton.js","./../emby-elements/emby-button/emby-button.js","./../dom.js","./../browser.js","./../common/usersettings/usersettings.js"],function(_exports,_events,_connectionmanager,_layoutmanager,_globalize,_datetime,_textencoding,_dataformatter,_mediainfo,_focusmanager,_itemmanager,_imagehelper,_lazyimageloader,_shortcuts,_playbackmanager,_embyRatingbutton,_embyPlaystatebutton,_embyDownloadbutton,_embyButton,_dom,_browser,_usersettings){Object.defineProperty(_exports,"__esModule",{value:!0}),_exports.default=void 0,require(["css!modules/datagrid/datagrid.css"]);var CurrentPlayingItemId,embyCheckboxLoaded,supportsNativeLazyLoading="loading"in HTMLImageElement.prototype,decodingAttribute=_dom.default.supportsAsyncDecodedImages()?' decoding="async"':"",supportsObjectFit=CSS.supports("object-fit","contain");function onPlaybackStart(e,player,state){state=state.NowPlayingItem,state="Audio"===(null==state?void 0:state.MediaType)?state.Id:null;CurrentPlayingItemId=state}function getTextActionButton(options,item,text,textSuffix,cssClass,serverId,parentId,isSameItemAsCard){return text=text||_itemmanager.default.getDisplayName(item,{includeIndexNumber:!1,hideEpisodeSpoilerInfo:options.hideEpisodeSpoilerInfo}),textSuffix&&(text+=textSuffix),!_layoutmanager.default.tv&&!1!==options.textLinks&&(item.Id||isSameItemAsCard)?''+text+"":_textencoding.default.htmlEncode(text)}function getTextLinks(items,linkedType,item,options){return items.length?'
\ No newline at end of file
diff --git a/modules/dialoghelper/dialoghelper.css b/modules/dialoghelper/dialoghelper.css
new file mode 100644
index 0000000..945fea9
--- /dev/null
+++ b/modules/dialoghelper/dialoghelper.css
@@ -0,0 +1 @@
+.dialogContainer{display:-webkit-flex;display:flex;-webkit-align-items:center;align-items:center;-webkit-justify-content:center;justify-content:center;position:fixed;top:0;bottom:0;left:0;right:0;inset-inline-start:0;inset-inline-end:0;z-index:999999!important;contain:strict;overflow:hidden}.dialogBackdrop-anchored{contain:style size}.dialog{margin:0;border-radius:1em;border:0;padding:0;contain:style paint}.dialog-draggable{transition:translate .3s ease}.dialog-dragging{transition:translate 0s ease}.dialog .padded-left{padding-left:min(4vw,2.7rem)}.dialog .padded-right{padding-right:min(4vw,2.7rem)}@-webkit-keyframes scaledown{from{opacity:1;-webkit-transform:none;transform:none}to{opacity:.5;-webkit-transform:scale(0);transform:scale(0)}}@keyframes scaledown{from{opacity:1;-webkit-transform:none;transform:none}to{opacity:.5;-webkit-transform:scale(0);transform:scale(0)}}@-webkit-keyframes scaleup{from{-webkit-transform:scale(.7);transform:scale(.7);opacity:.5}to{-webkit-transform:none;transform:none;opacity:1}}@keyframes scaleup{from{-webkit-transform:scale(.7);transform:scale(.7);opacity:.5}to{-webkit-transform:none;transform:none;opacity:1}}@-webkit-keyframes scaleup2{from{-webkit-transform:scale(.5);transform:scale(.5);opacity:0}to{-webkit-transform:none;transform:none;opacity:1}}@keyframes scaleup2{from{-webkit-transform:scale(.5);transform:scale(.5);opacity:0}to{-webkit-transform:none;transform:none;opacity:1}}@-webkit-keyframes scaleupY{from{-webkit-transform:scaleY(.5);transform:scaleY(.5);opacity:0}to{-webkit-transform:none;transform:none;opacity:1}}@keyframes scaleupY{from{-webkit-transform:scaleY(.5);transform:scaleY(.5);opacity:0}to{-webkit-transform:none;transform:none;opacity:1}}@-webkit-keyframes scaledownY{from{-webkit-transform:none;transform:none;opacity:1}to{-webkit-transform:scaleY(.5);transform:scaleY(.5);opacity:0}}@keyframes scaledownY{from{-webkit-transform:none;transform:none;opacity:1}to{-webkit-transform:scaleY(.5);transform:scaleY(.5);opacity:0}}@-webkit-keyframes slideup{from{-webkit-transform:translateY(100%);transform:translateY(100%);-webkit-transform:translateY(calc(50vh + 50%));transform:translateY(calc(50vh + 50%))}to{-webkit-transform:none;transform:none}}@keyframes slideup{from{-webkit-transform:translateY(100%);transform:translateY(100%);-webkit-transform:translateY(calc(50vh + 50%));transform:translateY(calc(50vh + 50%))}to{-webkit-transform:none;transform:none}}@-webkit-keyframes slidedown{from{-webkit-transform:none;transform:none}to{-webkit-transform:translateY(100%);transform:translateY(100%);-webkit-transform:translateY(calc(50vh + 50%));transform:translateY(calc(50vh + 50%))}}@keyframes slidedown{from{-webkit-transform:none;transform:none}to{-webkit-transform:translateY(100%);transform:translateY(100%);-webkit-transform:translateY(calc(50vh + 50%));transform:translateY(calc(50vh + 50%))}}@-webkit-keyframes slidedownfade{from{-webkit-transform:translateY(-3rem);transform:translateY(-3rem);opacity:0}to{-webkit-transform:none;transform:none;opacity:1}}@keyframes slidedownfade{from{-webkit-transform:translateY(-3rem);transform:translateY(-3rem);opacity:0}to{-webkit-transform:none;transform:none;opacity:1}}@-webkit-keyframes slideupfade{from{-webkit-transform:none;transform:none;opacity:1}to{-webkit-transform:translateY(-3rem);transform:translateY(-3rem);opacity:0}}@keyframes slideupfade{from{-webkit-transform:none;transform:none;opacity:1}to{-webkit-transform:translateY(-3rem);transform:translateY(-3rem);opacity:0}}.dialog-animated{-webkit-animation:slidedownfade .2s ease-out normal both;animation:slidedownfade .2s ease-out normal both}.dialog-scrollY{overscroll-behavior-y:contain}@media not all and (pointer:fine){.dialog-fullscreen-lowres{-webkit-transform-origin:center top;transform-origin:center top;-webkit-animation:slideup .3s ease-out normal both;animation:slideup .3s ease-out normal both}.dialog-close.dialog-fullscreen-lowres{-webkit-animation:slidedown .3s ease-out normal both;animation:slidedown .3s ease-out normal both}}.dialog-transformorigin-top{-webkit-transform-origin:center top;transform-origin:center top;-webkit-animation:scaleupY .2s ease-out normal both;animation:scaleupY .2s ease-out normal both}.dialog-transformorigin-top.dialog-close{-webkit-animation:scaledown .2s ease-out normal both;animation:scaledown .2s ease-out normal both}.dialog-transformorigin-bottom{-webkit-transform-origin:center bottom;transform-origin:center bottom;-webkit-animation:scaleup2 .2s ease-out normal both;animation:scaleup2 .2s ease-out normal both}.dialog-transformorigin-bottom.dialog-close{-webkit-animation:scaledown .2s ease-out normal both;animation:scaledown .2s ease-out normal both}.dialog-transformorigin-lefttop{-webkit-transform-origin:left top;transform-origin:left top;-webkit-animation:scaleup2 .2s ease-out normal both;animation:scaleup2 .2s ease-out normal both}.dialog-transformorigin-lefttop.dialog-close{-webkit-animation:scaledown .2s ease-out normal both;animation:scaledown .2s ease-out normal both}.dialog-transformorigin-leftbottom{-webkit-transform-origin:left bottom;transform-origin:left bottom;-webkit-animation:scaleup2 .2s ease-out normal both;animation:scaleup2 .2s ease-out normal both}.dialog-transformorigin-leftbottom.dialog-close{-webkit-animation:scaledown .2s ease-out normal both;animation:scaledown .2s ease-out normal both}.dialog-transformorigin-righttop{-webkit-transform-origin:right top;transform-origin:right top;-webkit-animation:scaleup2 .2s ease-out normal both;animation:scaleup2 .2s ease-out normal both}.dialog-transformorigin-righttop.dialog-close{-webkit-animation:scaledown .2s ease-out normal both;animation:scaledown .2s ease-out normal both}.dialog-transformorigin-rightbottom{-webkit-transform-origin:right bottom;transform-origin:right bottom;-webkit-animation:scaleup2 .2s ease-out normal both;animation:scaleup2 .2s ease-out normal both}.dialog-transformorigin-rightbottom.dialog-close{-webkit-animation:scaledown .2s ease-out normal both;animation:scaledown .2s ease-out normal both}.dialog-close{-webkit-animation:slideupfade .2s ease-out normal both;animation:slideupfade .2s ease-out normal both}.dialog-close.dialog-transformorigin-top{-webkit-animation:scaledownY .2s ease-out normal both;animation:scaledownY .2s ease-out normal both}
\ No newline at end of file
diff --git a/modules/dialoghelper/dialoghelper.js b/modules/dialoghelper/dialoghelper.js
new file mode 100644
index 0000000..a5b5e18
--- /dev/null
+++ b/modules/dialoghelper/dialoghelper.js
@@ -0,0 +1 @@
+define(["exports","./../approuter.js","./../dom.js","./../focusmanager.js","./../common/inputmanager.js","./../browser.js","./../emby-apiclient/events.js","./../layoutmanager.js","./../gesture/gesture.js"],function(_exports,_approuter,_dom,_focusmanager,_inputmanager,_browser,_events,_layoutmanager,_gesture){Object.defineProperty(_exports,"__esModule",{value:!0}),_exports.default=void 0;var globalOnOpenCallback,uiDependencies=["css!modules/dialoghelper/dialoghelper.css","css!!tv|modules/dialoghelper/dialoghelper_nontv.css","css!modules/dialoghelper/dialoghelper2.css","css!!tv|modules/dialoghelper/dialoghelper_nontv2.css","css!modules/dialoghelper/dialoghelper3.css"],appMode=globalThis.appMode,SupportsTranslate=CSS.supports("translate","40px 100px"),SupportsPositionAnchoring=!1,allowHistory=_browser.default.tv&&"standalone"===(appMode||"standalone");uiDependencies.length&&require(uiDependencies);var AnimationSupported=CSS.supports("animation-name","a")&&_dom.default.supportsEventListenerOnce();function enableAnimation(dlg){return!(!AnimationSupported||dlg&&dlg.classList.contains("dialog-noanimation"))}function tryRemoveElement(elem){try{elem.remove()}catch(err){console.log("Error removing dialog element: "+err)}}function getScrollingElement(){return document.scrollingElement||document.documentElement}function DialogHashHandler(dlg,hash,resolve){var originalUrl=window.location.href,activeElement=document.activeElement,removeScrollLockOnClose=!1;function onHashChange(e){var isBack=originalUrl===window.location.href;!isBack&&isOpened(dlg)||window.removeEventListener("popstate",onHashChange),isBack&&hideDialog(dlg)}function onNavigate(e){dlg._closedForNavigation=!0,close(dlg)}function onInputCommand(e){var command=e.detail.command;switch(console.log("dialogHelper input command: "+command),command){case"left":case"right":case"up":case"down":case"pageup":case"pagedown":case"channelup":case"channeldown":case"select":e.stopPropagation();break;case"home":"false"!==dlg.getAttribute("data-blocknav")&&e.preventDefault();break;case"end":case"settings":case"guide":case"recordedtv":case"favorites":e.preventDefault();break;case"back":e.preventDefault(),e.stopPropagation(),requestClose(dlg);break;case"forward":e.preventDefault(),e.stopPropagation()}}function afterClosed(){resolve({element:dlg})}_dom.default.addEventListener(dlg,"preclosing",function(){var elemForEvents=dlg.dialogContainer;elemForEvents&&dlg.boundDocumentMouseDown&&(_dom.default.removeEventListener(elemForEvents,window.PointerEvent?"pointerdown":"mousedown",dlg.boundDocumentMouseDown,{passive:!0}),dlg.boundDocumentMouseDown=null),elemForEvents&&dlg.boundDocumentClick&&(_dom.default.removeEventListener(elemForEvents,"click",dlg.boundDocumentClick,{passive:!0}),dlg.boundDocumentClick=null),_inputmanager.default.off(dlg,onInputCommand),_events.default.off(_approuter.default,"navigate",onNavigate),window.removeEventListener("popstate",onHashChange)},{once:!0}),_dom.default.addEventListener(dlg,"close",function(){(elemForEvents=dlg.dialogContainer)&&dlg.boundDocumentMouseDown&&(_dom.default.removeEventListener(elemForEvents,window.PointerEvent?"pointerdown":"mousedown",dlg.boundDocumentMouseDown,{passive:!0}),dlg.boundDocumentMouseDown=null),elemForEvents&&dlg.boundDocumentClick&&(_dom.default.removeEventListener(elemForEvents,"click",dlg.boundDocumentClick,{passive:!0}),dlg.boundDocumentClick=null),_inputmanager.default.off(dlg,onInputCommand),_events.default.off(_approuter.default,"navigate",onNavigate),window.removeEventListener("popstate",onHashChange),dlg.classList.remove("opened"),removeScrollLockOnClose&&getScrollingElement().classList.remove("withDialogOpen"),!1!==(null==(elemForEvents=dlg.dialogOptions)?void 0:elemForEvents.refocus)&&activeElement&&_focusmanager.default.isCurrentlyFocusable(activeElement)&&_focusmanager.default.focus(activeElement);var elemForEvents=dlg.dialogContainer;"false"!==dlg.getAttribute("data-removeonclose")?elemForEvents?(function(dlg){var onAnimationFinish,backdrop=dlg.dialogContainer;backdrop&&(onAnimationFinish=function(){tryRemoveElement(backdrop)},enableAnimation(dlg)?(backdrop.classList.remove("dialogBackdropOpened"),setTimeout(onAnimationFinish,300)):onAnimationFinish())}(dlg),dlg.dialogContainer=null):tryRemoveElement(dlg):elemForEvents&&elemForEvents.classList.remove("dialogBackdropOpened"),isHistoryEnabled(dlg)?setTimeout(afterClosed,1):afterClosed()},{once:!0}),function(dlg){var transparentBackground=dlg.getAttribute("data-transparentbackground")||"false",blurBackground=dlg.getAttribute("data-blurbackground")&&_dom.default.allowBackdropFilter();"true"===transparentBackground&&!blurBackground||(dlg.dialogContainer.classList.add("dialogBackdrop"),"true"===transparentBackground&&dlg.dialogContainer.classList.add("dialogBackdrop-nomouse"),blurBackground&&dlg.dialogContainer.classList.add("dialogBackdrop-blur"),"auto"===transparentBackground&&dlg.dialogContainer.classList.add("dialogBackdrop-auto"),dlg.dialogContainer.offsetWidth,dlg.dialogContainer.classList.add("dialogBackdropOpened"));setTimeout(function(){this.boundDocumentMouseDown||(this.boundDocumentMouseDown=function(e){this.pointerDownTarget=e.target}.bind(this));var elemForEvents=this.dialogContainer;elemForEvents&&(_dom.default.addEventListener(elemForEvents,window.PointerEvent?"pointerdown":"mousedown",this.boundDocumentMouseDown,{passive:!0}),this.boundDocumentClick||(this.boundDocumentClick=function(e){e=e.target;this.pointerDownTarget&&this.pointerDownTarget!==this.dialogContainer||e!==this.dialogContainer&&this.contains(e)||requestClose(this);this.pointerDownTarget=null}.bind(this)),_dom.default.addEventListener(elemForEvents,"click",this.boundDocumentClick,{passive:!0}))}.bind(dlg),100)}(dlg),dlg.classList.remove("hide"),dlg.classList.add("opened"),dlg.dispatchEvent(new CustomEvent("open",{bubbles:!1,cancelable:!1}));var scrollingElement=getScrollingElement();"true"!==dlg.getAttribute("data-lockscroll")||scrollingElement.classList.contains("withDialogOpen")||(scrollingElement.classList.add("withDialogOpen"),removeScrollLockOnClose=!0),function(dlg){enableAnimation(dlg)?_dom.default.addEventListener(dlg,"animationend",onOpenAnimationFinish,{passive:!0}):onOpenAnimationFinish.call(dlg,{target:dlg,currentTarget:dlg})}(dlg),isHistoryEnabled(dlg)&&(_approuter.default.pushState({dialogId:hash},"Dialog","#"+hash),window.addEventListener("popstate",onHashChange)),_inputmanager.default.on(dlg,onInputCommand),_events.default.on(_approuter.default,"navigate",onNavigate),positionDialog(dlg,!1===(null==(scrollingElement=dlg.dialogOptions)?void 0:scrollingElement.setDialogSize))}function onOpenAnimationFinish(e){e.target===e.currentTarget&&(_dom.default.removeEventListener(this,"animationend",onOpenAnimationFinish,{passive:!0}),"false"!==this.getAttribute("data-focusscope")&&_focusmanager.default.pushScope(this),this.dispatchEvent(new CustomEvent("opened",{bubbles:!1,cancelable:!1})),"true"===this.getAttribute("data-autofocus")&&_focusmanager.default.autoFocus(this,{skipIfNotEnabled:!1!==(null==(e=this.dialogOptions)?void 0:e.skipAutoFocusIfNotEnabled)}),this.classList.add("afterOpened"))}function isHistoryEnabled(dlg){return"true"===dlg.getAttribute("data-history")}var UnknownDialogHeight=300,UnknownDialogWidth=160;function getPosition(options,dlg,isInitialPositioning){var dlgHeight,dlgWidth,containerHeight,padding,overflowLeft,windowSize=_dom.default.getWindowSize(),pos=function(elem,windowSize){return document?{top:(elem=elem.getBoundingClientRect()).top,bottom:windowSize.innerHeight-elem.bottom,left:elem.left,right:windowSize.innerWidth-elem.right,width:elem.width,height:elem.height,verticalPositionProp:"top",horizontalPositionProp:"left"}:null}(options.positionTo,windowSize),positionX=options.positionX,positionY=options.positionY,isRTL="rtl"===document.dir;if(isRTL)switch(positionX){case"right":positionX="left";break;case"left":positionX="right";break;case"after":positionX="before";break;case"before":positionX="after"}switch(null!=options.positionClientY&&(positionY="top"),null!=options.positionClientX&&(positionX="left"),positionY){case"bottom":pos.top+=pos.height||0,pos.height&&(pos.top+=2);break;case"above":pos.verticalPositionProp="bottom";break;case"top":case"match":break;default:pos.top+=(pos.height||0)/2}switch(positionX){case"after":isRTL||(pos.left+=pos.width||0);break;case"right":isRTL||(pos.horizontalPositionProp="right");break;case"before":isRTL||(pos.horizontalPositionProp="right",pos.right+=pos.width||0);break;case"left":case"match":break;default:null==dlgWidth&&(dlgWidth=dlg.offsetWidth||UnknownDialogWidth),pos.left+=(pos.width||0)/2,pos.left-=dlgWidth/2}switch(pos.offsetTop=options.offsetTop||0,pos.offsetLeft=options.offsetLeft||0,null!=options.positionClientY&&(pos.offsetTop+=options.positionClientY-pos.top),null!=options.positionClientX&&(pos.offsetLeft+=options.positionClientX-pos.left),pos.top+=pos.offsetTop||0,pos.left+=pos.offsetLeft||0,positionY){case"above":pos.bottom+=pos.height;break;case"bottom":case"center":case"top":case"match":break;default:isInitialPositioning||(null==dlgHeight&&(dlgHeight=dlg.offsetHeight||UnknownDialogHeight),pos.top-=dlgHeight/2)}return isInitialPositioning||(containerHeight=windowSize.innerHeight,windowSize=windowSize.innerWidth,padding=_layoutmanager.default.tv?30:20,null==dlgWidth&&(dlgWidth=dlg.offsetWidth||UnknownDialogWidth),0<(overflowLeft=pos.left+dlgWidth-windowSize+padding)&&(pos.left-=overflowLeft),0<(overflowLeft=pos.right+dlgWidth-windowSize+padding)&&(pos.right-=overflowLeft),!1!==options.autoRepositionY&&(null==dlgHeight&&(dlgHeight=dlg.offsetHeight||UnknownDialogHeight),0<(windowSize=pos.top+dlgHeight-containerHeight+padding)&&pos.top>containerHeight/2&&(pos.top-=windowSize),0<(overflowLeft=pos.bottom+dlgHeight-containerHeight+padding))&&pos.bottom>containerHeight/2&&(pos.bottom-=overflowLeft)),pos.top=Math.max(pos.top,10),pos.bottom=Math.max(pos.bottom,10),pos.left=Math.max(pos.left,10),pos.right=Math.max(pos.right,10),pos.positionY=positionY,pos.positionX=positionX,pos}function enablePositioning(dialogOptions){return dialogOptions.positionTo&&"fullscreen"!==dialogOptions.size}var AnchorId=0;function positionDialog(dlg,isInitialPositioning){var options=dlg.dialogOptions,isInitialPositioning=enablePositioning(options)?getPosition(options,dlg,isInitialPositioning):null;if(isInitialPositioning){var positionYAnchored,positionXAnchored,anchorName,container=options.positionTo&&SupportsPositionAnchoring?(elem=options.positionTo,(container=elem.closest(".card,.listItem"))?container.querySelector(".cardFooterContent")||container.querySelector(".cardContent,.listItemContent")||container:elem):null,elem=(dlg.style.position="fixed",isInitialPositioning[isInitialPositioning.horizontalPositionProp]),verticalPos=isInitialPositioning[isInitialPositioning.verticalPositionProp];if(container){switch(isInitialPositioning.positionY){case"above":dlg.style.bottom="anchor(top)",positionYAnchored=!0;break;case"bottom":dlg.style.top="anchor(bottom)",positionYAnchored=!0;break;case"center":dlg.style.top="anchor(center)",positionYAnchored=!0;break;case"top":dlg.style.top="anchor(top)",positionYAnchored=!0}switch(isInitialPositioning.positionX){case"left":dlg.style.left="anchor(left)",positionXAnchored=!0;break;case"right":case"before":dlg.style.right="anchor(left)",positionXAnchored=!0;break;case"after":dlg.style.left="anchor(right)",positionXAnchored=!0}}(positionXAnchored||positionYAnchored)&&((anchorName=container.style.anchorName)||(anchorName="--dialoganchor"+AnchorId,AnchorId++,container.style.anchorName=anchorName),dlg.style.positionAnchor=anchorName,null!=(anchorName=dlg.dialogContainer)&&anchorName.classList.add("dialogBackdrop-anchored"),anchorName=[],positionYAnchored&&anchorName.push("flip-block"),positionXAnchored&&anchorName.push("flip-inline"),anchorName.length)&&(dlg.style.positionTryFallbacks=anchorName.join(",")),positionXAnchored?dlg.style.marginLeft=isInitialPositioning.offsetLeft+"px":dlg.style[isInitialPositioning.horizontalPositionProp]=elem+"px",positionYAnchored?dlg.style.marginTop=isInitialPositioning.offsetTop+"px":dlg.style[isInitialPositioning.verticalPositionProp]=verticalPos+"px",!1!==options.setDialogSize&&(anchorName="android"===appMode?"var(--window-inset-bottom, 0)":"env(safe-area-inset-bottom, 0)",options.fixedSize?dlg.style.height=positionYAnchored?"calc(98% - anchor(bottom) - "+anchorName+")":"calc(98% - "+verticalPos+"px - "+anchorName+")":positionYAnchored||(dlg.style.maxHeight="calc(98% - "+verticalPos+"px - "+anchorName+")"),options.minWidthToElement&&isInitialPositioning.width)&&(options.fixedSize?dlg.style.width=positionXAnchored?"anchor-size(width)":isInitialPositioning.width+"px":dlg.style.minWidth=positionXAnchored?"anchor-size(width)":isInitialPositioning.width+"px")}}function isOpened(dlg){return!dlg.classList.contains("hide")}function requestClose(dlg,forceClose){!isOpened(dlg)||dlg.queryCloseHandler&&!dlg.queryCloseHandler(dlg,forceClose)||close(dlg)}function close(dlg){isOpened(dlg)&&(isHistoryEnabled(dlg)?_approuter.default.back():hideDialog(dlg))}function onCloseAnimationFinish(e){e.target===e.currentTarget&&(_dom.default.removeEventListener(this,"animationend",onCloseAnimationFinish,{passive:!0}),_focusmanager.default.popScope(this),this.classList.add("hide"),this.dispatchEvent(new CustomEvent("close",{bubbles:!1,cancelable:!0})))}function hideDialog(dlg){dlg.gesture&&(dlg.gesture.destroy(),dlg.gesture=null),dlg.classList.contains("hide")||(dlg.dispatchEvent(new CustomEvent("preclosing",{bubbles:!1,cancelable:!1})),dlg.dispatchEvent(new CustomEvent("closing",{bubbles:!1,cancelable:!1})),dlg.classList.add("dialog-close"),enableAnimation(dlg)?_dom.default.addEventListener(dlg,"animationend",onCloseAnimationFinish,{passive:!0}):onCloseAnimationFinish.call(dlg,{target:dlg,currentTarget:dlg}))}_exports.default={open:function(dlg){!_layoutmanager.default.tv&&SupportsTranslate&&dlg.classList.contains("dialog-swipe-close")&&!function(dlg){var gesture=new _gesture.default(dlg);(dlg.gesture=gesture).on("panmove",function(event){var target=event.target;if(target.closest('.dragHandle,input[type="range"]'))dlg.classList.remove("dialog-dragging"),gesture.isScrolling=!0,gesture.isDragging=null;else{var target=target.closest(".emby-scroller.scrollY"),diff=gesture.touchMoveY;if(target){target=target.getScrollTop();if(diff<0&&target<=0)return dlg.classList.remove("dialog-dragging"),gesture.isScrolling=!0,void(gesture.isDragging=null);if(0!==target)return dlg.classList.remove("dialog-dragging"),gesture.isScrolling=!0,void(gesture.isDragging=null)}gesture.isScrolling||(null==gesture.isSliding&&(gesture.isSliding="slideup"===getComputedStyle(dlg).getPropertyValue("animation-name")),gesture.isDragging=gesture.isSliding,gesture.isDragging&&(event.preventDefault(),dlg.classList.add("dialog-draggable","dialog-dragging"),dlg.style.translate="0 "+Math.max(Math.floor(diff),0)+"px"))}}),gesture.on("panend",function(event){dlg.classList.remove("dialog-dragging"),dlg.style.translate="none",gesture.isScrolling=null}),gesture.on("swipedown",function(){dlg.classList.remove("dialog-dragging"),dlg.style.translate="none",gesture.isDragging&&(gesture.isDragging=null,requestClose(dlg))})}(dlg),dlg.classList.remove("dialog-close"),globalOnOpenCallback&&globalOnOpenCallback(dlg),dlg.remove();var dialogContainer=document.createElement("div");return dialogContainer.classList.add("dialogContainer"),dialogContainer.appendChild(dlg),dlg.dialogContainer=dialogContainer,document.body.appendChild(dialogContainer),new Promise(function(resolve,reject){DialogHashHandler(dlg,"dlg"+Date.now(),resolve)})},close:close,createDialog:function(options){var positionX=(options=options||{}).positionX,transformOrigin=options.transformOrigin;if("rtl"===document.dir){switch(positionX){case"right":positionX="left";break;case"left":positionX="right";break;case"after":positionX="before";break;case"before":positionX="after"}"right top"===transformOrigin?transformOrigin="left top":"left top"===transformOrigin?transformOrigin="right top":"left bottom"===transformOrigin?transformOrigin="right bottom":"right bottom"===transformOrigin&&(transformOrigin="left bottom")}var dlg=options.dialog||document.createElement("div"),autoCenter=(dlg.classList.add("hide","focuscontainer"),dlg.setAttribute("data-lockscroll","true"),allowHistory&&!1!==options.enableHistory&&dlg.setAttribute("data-history","true"),!1!==options.autoFocus&&dlg.setAttribute("data-autofocus","true"),dlg.classList.add("dialog","dialog-animated"),!1!==options.animate&&enableAnimation()||dlg.classList.add("dialog-noanimation"),!1===options.blockInputCommandNavigation&&dlg.setAttribute("data-blocknav","false"),!1===options.setCurrentFocusScope&&dlg.setAttribute("data-focusscope","false"),options.removeOnClose&&dlg.setAttribute("data-removeonclose","true"),options.transparentBackground&&dlg.setAttribute("data-transparentbackground",options.transparentBackground),options.blurBackground&&"fullscreen"!==options.size&&dlg.setAttribute("data-blurbackground","true"),options.size&&dlg.classList.add("dialog-fixedSize","dialog-"+options.size),!1!==options.autoCenter),isFullscreen="fullscreen"===options.size;if(!1===options.autoLowResLayout||_layoutmanager.default.tv||isFullscreen||(dlg.classList.add("dialog-fullscreen-lowres"),options.lowResXMargin&&dlg.classList.add("dialog-fullscreen-lowres-xmargin"),options.lowResAutoHeight&&dlg.classList.add("dialog-fullscreen-lowres-autoheight"),options.lowResAutoHeight&&!autoCenter&&!options.size&&options.lowerLowResThreshold)||dlg.classList.add("dialog-fullscreen-lowres-higherthreshold"),autoCenter&&!dlg.classList.contains("dialog-fixedSize")&&dlg.classList.add("centeredDialog"),!1!==options.swipeClose&&dlg.classList.add("dialog-swipe-close"),enablePositioning(options))if(transformOrigin)"center top"===transformOrigin?dlg.classList.add("dialog-transformorigin-top"):"left top"===transformOrigin?dlg.classList.add("dialog-transformorigin-lefttop"):"right top"===transformOrigin?dlg.classList.add("dialog-transformorigin-righttop"):"center bottom"===transformOrigin?dlg.classList.add("dialog-transformorigin-bottom"):"right bottom"===transformOrigin?dlg.classList.add("dialog-transformorigin-rightbottom"):"left bottom"===transformOrigin&&dlg.classList.add("dialog-transformorigin-leftbottom");else if("bottom"===options.positionY)switch(positionX){case"right":case"after":dlg.classList.add("dialog-transformorigin-lefttop");break;case"left":case"before":dlg.classList.add("dialog-transformorigin-righttop");break;default:dlg.classList.add("dialog-transformorigin-top")}else if("top"===options.positionY)switch(positionX){case"right":case"after":dlg.classList.add("dialog-transformorigin-lefttop");break;case"left":case"before":dlg.classList.add("dialog-transformorigin-righttop");break;default:dlg.classList.add("dialog-transformorigin-bottom")}return(dlg.dialogOptions=options).queryCloseHandler&&(dlg.queryCloseHandler=options.queryCloseHandler),dlg},setOnOpen:function(val){globalOnOpenCallback=val},positionDialog:positionDialog}});
\ No newline at end of file
diff --git a/modules/dialoghelper/dialoghelper2.css b/modules/dialoghelper/dialoghelper2.css
new file mode 100644
index 0000000..412c26f
--- /dev/null
+++ b/modules/dialoghelper/dialoghelper2.css
@@ -0,0 +1 @@
+@-webkit-keyframes scaledown-fullscreen{from{opacity:1;-webkit-transform:none;transform:none}to{opacity:0;-webkit-transform:scale(.3);transform:scale(.3)}}@keyframes scaledown-fullscreen{from{opacity:1;-webkit-transform:none;transform:none}to{opacity:0;-webkit-transform:scale(.3);transform:scale(.3)}}@-webkit-keyframes scaleup-fullscreen{from{-webkit-transform:scale(.7);transform:scale(.7);opacity:0}to{-webkit-transform:none;transform:none;opacity:1}}@keyframes scaleup-fullscreen{from{-webkit-transform:scale(.7);transform:scale(.7);opacity:0}to{-webkit-transform:none;transform:none;opacity:1}}.dialog-fullscreen{position:fixed!important;top:0!important;bottom:0!important;left:0!important;right:0!important;inset-inline-start:0!important;inset-inline-end:0!important;padding:env(safe-area-inset-top,0) env(safe-area-inset-right,0) env(safe-area-inset-bottom,0) env(safe-area-inset-left,0)!important;margin:0!important;box-shadow:none!important;border-radius:0!important;max-width:none!important;max-height:none!important;-webkit-animation:scaleup-fullscreen 340ms ease-out normal both;animation:scaleup-fullscreen 340ms ease-out normal both;border:0!important}.dialog-fullscreen.dialog-close{-webkit-animation:scaledown-fullscreen 340ms ease-out normal both;animation:scaledown-fullscreen 340ms ease-out normal both}@media all and (min-width:37em) and (min-height:36em){.dialog-medium{max-width:80%;height:80%}.dialog-medium-tall{max-width:80%;height:90%}.dialog-small{max-width:60%;height:80%}.dialog-fullscreen-border{width:90%;height:90%}.dialogbutton-hidenotfullscreen{display:none!important}}.dialog-fullscreen-border-force{width:90%;height:90%}.dialogBackdrop{overflow:hidden;overscroll-behavior-y:contain}
\ No newline at end of file
diff --git a/modules/dialoghelper/dialoghelper3.css b/modules/dialoghelper/dialoghelper3.css
new file mode 100644
index 0000000..0ec31d7
--- /dev/null
+++ b/modules/dialoghelper/dialoghelper3.css
@@ -0,0 +1 @@
+@media all and (min-width:37em) and (min-height:36em){.dialogBackdrop-auto{background-color:transparent;transition:none}@media not all and (pointer:fine){.dialogBackdrop-blur{transition:background ease-out .2s,-webkit-backdrop-filter ease-out .2s}@supports (backrop-filter:blur(1em)){.dialogBackdrop-blur{transition:background ease-out .2s,backdrop-filter ease-out .2s}}.dialogBackdrop-blur.dialogBackdropOpened{-webkit-backdrop-filter:blur(.35em)}}}.dialog-noanimation{-webkit-animation:initial!important;animation:initial!important}
\ No newline at end of file
diff --git a/modules/dialoghelper/dialoghelper_nontv.css b/modules/dialoghelper/dialoghelper_nontv.css
new file mode 100644
index 0000000..5b94f1a
--- /dev/null
+++ b/modules/dialoghelper/dialoghelper_nontv.css
@@ -0,0 +1 @@
+@media not all and (min-width:37em),not all and (min-height:36em){@-webkit-keyframes slideup{from{-webkit-transform:translateY(100%);transform:translateY(100%)}to{-webkit-transform:none;transform:none}}@keyframes slideup{from{-webkit-transform:translateY(100%);transform:translateY(100%)}to{-webkit-transform:none;transform:none}}@-webkit-keyframes slidedown{from{-webkit-transform:none;transform:none}to{-webkit-transform:translateY(100%);transform:translateY(100%)}}@keyframes slidedown{from{-webkit-transform:none;transform:none}to{-webkit-transform:translateY(100%);transform:translateY(100%)}}.centeredDialog{position:initial!important;top:initial!important;bottom:initial!important;left:inherit!important;right:inherit!important;inset-inline-start:inherit!important;inset-inline-end:initial!important;position-anchor:initial!important}.dialog-fullscreen-lowres-higherthreshold{position:fixed!important;top:1em!important;top:calc(1em + env(safe-area-inset-top,0))!important;bottom:0!important;left:0!important;right:0!important;inset-inline-start:0!important;inset-inline-end:0!important;padding:0 env(safe-area-inset-right,0) env(safe-area-inset-bottom,0) env(safe-area-inset-left,0)!important;margin:0!important;box-shadow:none!important;border:0!important;border-top-left-radius:1em!important;border-top-right-radius:1em!important;border-bottom-left-radius:0!important;border-bottom-right-radius:0!important;min-width:initial!important;max-width:none!important;min-height:initial!important;max-height:none!important;height:auto!important;width:auto!important;-webkit-animation:slideup 240ms ease-out normal both;animation:slideup 240ms ease-out normal both;-webkit-transform-origin:center top;transform-origin:center top;position-anchor:initial!important}.dialog-fullscreen-lowres-higherthreshold.dialog-fullscreen-lowres-xmargin{inset-inline-start:.5em!important;inset-inline-end:.5em!important;inset-inline-start:calc(env(safe-area-inset-left,0) + .5em)!important;inset-inline-end:calc(env(safe-area-inset-right,0) + .5em)!important;-webkit-padding-start:0!important;padding-inline-start:0!important;-webkit-padding-end:0!important;padding-inline-end:0!important;border-bottom-left-radius:1em!important;border-bottom-right-radius:1em!important}@media all and (min-height:30em){.dialog-fullscreen-lowres-higherthreshold{top:calc(4em + env(safe-area-inset-top,0))!important}}.dialog-fullscreen-lowres-higherthreshold.dialog-close{-webkit-animation:slidedown 240ms ease-out normal both!important;animation:slidedown 240ms ease-out normal both!important}@media not all and (min-width:26em),not all and (min-height:36em){.dialog-fullscreen-lowres{position:fixed!important;top:1em!important;top:calc(1em + env(safe-area-inset-top,0))!important;bottom:0!important;left:0!important;right:0!important;inset-inline-start:0!important;inset-inline-end:0!important;padding:0 env(safe-area-inset-right,0) env(safe-area-inset-bottom,0) env(safe-area-inset-left,0)!important;margin:0!important;box-shadow:none!important;border:0!important;border-top-left-radius:1em!important;border-top-right-radius:1em!important;border-bottom-left-radius:0!important;border-bottom-right-radius:0!important;min-width:initial!important;max-width:none!important;min-height:initial!important;max-height:none!important;height:auto!important;width:auto!important;-webkit-animation:slideup 240ms ease-out normal both;animation:slideup 240ms ease-out normal both;-webkit-transform-origin:center top;transform-origin:center top;position-anchor:initial!important}.dialog-fullscreen-lowres-xmargin{inset-inline-start:.5em!important;inset-inline-end:.5em!important;inset-inline-start:calc(env(safe-area-inset-left,0) + .5em)!important;inset-inline-end:calc(env(safe-area-inset-right,0) + .5em)!important;-webkit-padding-start:0!important;padding-inline-start:0!important;-webkit-padding-end:0!important;padding-inline-end:0!important;border-bottom-left-radius:1em!important;border-bottom-right-radius:1em!important}@media all and (min-height:30em){.dialog-fullscreen-lowres{top:calc(4em + env(safe-area-inset-top,0))!important}}.dialog-fullscreen-lowres.dialog-close{-webkit-animation:slidedown 240ms ease-out normal both!important;animation:slidedown 240ms ease-out normal both!important}.dialog-fullscreen-lowres-autoheight{top:initial!important;max-height:72%!important;max-height:calc(100% - 4em - env(safe-area-inset-top,0))!important;min-height:15em!important;-webkit-justify-content:flex-start!important;justify-content:flex-start!important}}.dialog-fullscreen-lowres-higherthreshold.dialog-fullscreen-lowres-autoheight{top:initial!important;max-height:72%!important;max-height:calc(100% - 4em - env(safe-area-inset-top,0))!important;min-height:15em!important;-webkit-justify-content:flex-start!important;justify-content:flex-start!important}}
\ No newline at end of file
diff --git a/modules/dialoghelper/dialoghelper_nontv2.css b/modules/dialoghelper/dialoghelper_nontv2.css
new file mode 100644
index 0000000..a3fd689
--- /dev/null
+++ b/modules/dialoghelper/dialoghelper_nontv2.css
@@ -0,0 +1 @@
+@media all and (pointer:fine){.dialogBackdrop{background-color:transparent;transition:background-color ease-out 180ms}.dialogBackdropOpened{background-color:rgba(0,0,0,.5)}.dialogBackdrop-nomouse{background-color:transparent;transition:none}}@media not all and (pointer:fine){.dialogBackdrop{background-color:transparent;transition:background-color ease-out 180ms}.dialogBackdropOpened{background-color:rgba(0,0,0,.5)}}
\ No newline at end of file
diff --git a/modules/dialogsidebar/dialogsidebar.css b/modules/dialogsidebar/dialogsidebar.css
new file mode 100644
index 0000000..86a6813
--- /dev/null
+++ b/modules/dialogsidebar/dialogsidebar.css
@@ -0,0 +1 @@
+.sidebar{background:hsl(var(--background-hue),var(--background-saturation),calc(var(--background-lightness) + 10%));position:absolute;z-index:150;top:0;bottom:0;width:16.5em;display:-webkit-flex;display:flex;scrollbar-gutter:stable;box-sizing:border-box}.sidebarBackdrop{position:absolute;top:0;bottom:0;left:0;right:0;inset-inline-start:0;inset-inline-end:0;background-color:#000;opacity:.3;z-index:145;contain:strict;overflow:hidden;overscroll-behavior:contain}
\ No newline at end of file
diff --git a/modules/dialogsidebar/dialogsidebar.js b/modules/dialogsidebar/dialogsidebar.js
new file mode 100644
index 0000000..d50ceba
--- /dev/null
+++ b/modules/dialogsidebar/dialogsidebar.js
@@ -0,0 +1 @@
+define(["exports","./../emby-elements/emby-scroller/emby-scroller.js"],function(_exports,_embyScroller){Object.defineProperty(_exports,"__esModule",{value:!0}),_exports.default=void 0,require(["css!modules/dialogsidebar/dialogsidebar.css"]);var SIDEBAR_CLASS="sidebar",SIDEBAR_BACKDROP_CLASS="sidebarBackdrop",SIDEBAR_EXTRA_CLASSES="focuscontainer padded-bottom-page flex-direction-column drawer-open",sidebars={};function DialogSidebar(anchorcontainer,options){var self=this,container=anchorcontainer;if(!(anchorcontainer instanceof _embyScroller.default)){container=document.createElement("div",{is:"emby-scroller"});for(var attr of anchorcontainer.attributes)"is"!==attr.name&&container.setAttribute(attr.name,attr.value)}(self.container=container).dataset.miniscrollbar="true",container.dataset.horizontal="false",container.dataset.focusscroll="true",container.dataset.forcescrollbar="true",container.dataset.forcenativescroll="false",container.classList.add(SIDEBAR_CLASS),container.dataset.sidebar=options.className,options.className.split(" ").forEach(function(classToAdd){return container.classList.add(classToAdd)}),SIDEBAR_EXTRA_CLASSES.split(" ").forEach(function(classToAdd){return container.classList.add(classToAdd)}),container.style[options.reverse?"insetInlineEnd":"insetInlineStart"]=0;var contents=container.querySelector(".scrollSlider"),anchorcontainer=(contents||((contents=document.createElement("div")).classList.add("scrollSlider"),container.append(contents)),self.contents=contents,anchorcontainer!==container&&(anchorcontainer.parentElement.insertBefore(container,anchorcontainer),anchorcontainer.remove()),sidebars[options.className]=this,options.backdropElement);(anchorcontainer="string"==typeof anchorcontainer?document.querySelector(anchorcontainer):anchorcontainer)||!1===anchorcontainer||(anchorcontainer=document.createElement("div"),container.parentElement.insertBefore(anchorcontainer,container)),anchorcontainer instanceof HTMLElement&&(anchorcontainer.classList.add(SIDEBAR_BACKDROP_CLASS),anchorcontainer.dataset.sidebar=options.className,anchorcontainer.addEventListener("click",function(){self.hide()}),self.backdropContainer=anchorcontainer),options.template&&(contents.innerHTML=options.template),self.show=function(){self.container.classList.remove("hide"),self.backdropContainer&&self.backdropContainer.classList.remove("hide")},self.hide=function(){self.container.classList.add("hide"),self.backdropContainer&&self.backdropContainer.classList.add("hide")},self.toggle=function(){self.container.classList.contains("hide")?self.show():self.hide()},self.destroy=function(){self.hide(),self.container.classList.remove(SIDEBAR_CLASS),delete self.container.dataset.sidebar,sidebars[options.className]&&delete sidebars[options.className]}}function show(options){("object"!=typeof options||options instanceof HTMLElement)&&(options={container:options});var sidebar,container=(options=Object.assign({container:void 0,parent:void 0,className:void 0,template:void 0,reverse:!1,backdropElement:void 0},options)).container;if(!((container="string"==typeof container?document.querySelector(container):container)instanceof HTMLElement))throw new Error("The container must be a HTML element.");if(options.parent||(options.parent=container.parentElement),container.classList.contains(SIDEBAR_CLASS))return(sidebar=sidebars[container.dataset.sidebar]).show(),sidebar;if(options.className)return new DialogSidebar(container,options);throw new Error("Sidebar requires a className.")}_exports.default={show:show,create:function(options){if((options="object"!=typeof options||options instanceof HTMLElement?{parent:options}:options).parent)return options.container=document.createElement("div"),options.parent.append(options.container),show(options);throw new Error("This function requires a 'parent' element.")},get:function(className){return sidebars[className]},sidebarClass:SIDEBAR_CLASS}});
\ No newline at end of file
diff --git a/modules/dialogsidebar/indexitem.template.html b/modules/dialogsidebar/indexitem.template.html
new file mode 100644
index 0000000..d4e104c
--- /dev/null
+++ b/modules/dialogsidebar/indexitem.template.html
@@ -0,0 +1,5 @@
+
+
+
+
+
\ No newline at end of file
diff --git a/modules/dialogsidebar/indexnode.template.html b/modules/dialogsidebar/indexnode.template.html
new file mode 100644
index 0000000..b19042f
--- /dev/null
+++ b/modules/dialogsidebar/indexnode.template.html
@@ -0,0 +1,4 @@
+
+
+
+
\ No newline at end of file
diff --git a/modules/dialogsidebar/indexsidebar.css b/modules/dialogsidebar/indexsidebar.css
new file mode 100644
index 0000000..db2e2c5
--- /dev/null
+++ b/modules/dialogsidebar/indexsidebar.css
@@ -0,0 +1 @@
+.indexSidebar{padding-top:calc(1em + env(safe-area-inset-top,0));-webkit-padding-start:1em;padding-inline-start:1em;-webkit-padding-end:1em;padding-inline-end:1em}.indexItem{display:-webkit-flex;display:flex;-webkit-align-items:center;align-items:center;text-decoration:none;color:inherit;font-weight:400!important;margin:0!important;-webkit-user-select:none;user-select:none;width:auto!important}.indexItemBody{padding:.19em .5em!important}.indexCollapse{position:relative;margin-top:0}.indexCollapseButton{width:2em!important;padding:0!important;position:absolute;inset-inline-end:0;z-index:10}.indexCollapseIcon{line-height:inherit}.indexCollapseButton.emby-collapsible-button-collapsed::after{display:none}.indexNodeTitle{display:-webkit-flex;display:flex;-webkit-flex-direction:column;flex-direction:column;-webkit-margin-end:2.5em;margin-inline-end:2.5em}.indexNodeSubItems.collapseContent{padding-top:.5em;padding-bottom:0;-webkit-padding-end:0.5em;padding-inline-end:0.5em}
\ No newline at end of file
diff --git a/modules/dialogsidebar/indexsidebar.js b/modules/dialogsidebar/indexsidebar.js
new file mode 100644
index 0000000..682e69c
--- /dev/null
+++ b/modules/dialogsidebar/indexsidebar.js
@@ -0,0 +1 @@
+define(["exports","./dialogsidebar.js","./../common/inputmanager.js","./../emby-elements/emby-collapse/emby-collapse.js","./../emby-elements/emby-button/emby-button.js"],function(_exports,_dialogsidebar,_inputmanager,_embyCollapse,_embyButton){function ownKeys(e,r){var o,t=Object.keys(e);return Object.getOwnPropertySymbols&&(o=Object.getOwnPropertySymbols(e),r&&(o=o.filter(function(r){return Object.getOwnPropertyDescriptor(e,r).enumerable})),t.push.apply(t,o)),t}Object.defineProperty(_exports,"__esModule",{value:!0}),_exports.default=void 0,require(["css!modules/dialogsidebar/indexsidebar.css"]);var PATH_MAIN_TEMPLATE="text!./modules/dialogsidebar/indexsidebar.template.html",PATH_NODE_TEMPLATE="text!./modules/dialogsidebar/indexnode.template.html",PATH_ITEM_TEMPLATE="text!./modules/dialogsidebar/indexitem.template.html";function IndexSidebar(options){var _this=this,self=this;function addItemsToContainer(items,container){function _loop(item){label=item.label,callback=item.href&&options.callback?function(){return options.callback(item.href,item.id)}:null,id=item.id||item.href,(temp=document.createElement("div")).innerHTML=self.itemTemplate,(temp=temp.firstElementChild).querySelector(".indexItemBody").textContent=label,callback&&temp.addEventListener("click",callback),id&&(temp.dataset.indexItemId=id);var callback,temp,id,label=temp;null!=(callback=item.subitems)&&callback.length?((id=function(){var temp=document.createElement("div");return temp.innerHTML=self.nodeTemplate,temp.firstElementChild}()).querySelector(".indexNodeTitle").append(label),addItemsToContainer(item.subitems,id.querySelector(".indexNodeSubItems")),item.className&&id.classList.add(item.className),container.append(id)):(item.className&&label.classList.add(item.className),container.append(label))}var item;for(item of items)_loop(item)}self.nodeTemplate=null,self.itemTemplate=null,self.selected=null,self.container=null,self.ready=new Promise(function(resolve){require([PATH_MAIN_TEMPLATE,PATH_NODE_TEMPLATE,PATH_ITEM_TEMPLATE]).then(function(templates){self.sidebar=_dialogsidebar.default.show(function(e){for(var r=1;r
+
\ No newline at end of file
diff --git a/modules/directorybrowser/directorybrowser.js b/modules/directorybrowser/directorybrowser.js
new file mode 100644
index 0000000..462d4c4
--- /dev/null
+++ b/modules/directorybrowser/directorybrowser.js
@@ -0,0 +1 @@
+define(["exports","./../emby-apiclient/connectionmanager.js","./../common/globalize.js","./../layoutmanager.js","./../focusmanager.js","./../loading/loading.js","./../emby-elements/emby-scroller/emby-scroller.js","./../emby-elements/emby-input/emby-input.js","./../listview/listview.js","./../emby-elements/emby-button/paper-icon-button-light.js","./../emby-elements/emby-button/emby-button.js","./../emby-elements/emby-dialogclosebutton/emby-dialogclosebutton.js","./../dialoghelper/dialoghelper.js","./../dom.js","./../common/responsehelper.js"],function(_exports,_connectionmanager,_globalize,_layoutmanager,_focusmanager,_loading,_embyScroller,_embyInput,_listview,_paperIconButtonLight,_embyButton,_embyDialogclosebutton,_dialoghelper,_dom,_responsehelper){function initEditor(instance,content,options,apiClient){var btnRefreshDirectories=content.querySelector(".btnRefreshDirectories");function onPathTextChange(e){var value=this.value,value=value&&(value.startsWith("\\\\")||value.toLowerCase().startsWith("smb://")),fldUsername=content.querySelector(".fldUsername"),fldPassword=content.querySelector(".fldPassword");value?(fldUsername&&fldUsername.classList.remove("hide"),fldPassword&&fldPassword.classList.remove("hide")):(fldUsername&&fldUsername.classList.add("hide"),fldPassword&&fldPassword.classList.add("hide"))}btnRefreshDirectories&&btnRefreshDirectories.addEventListener("click",function(e){var _content$querySelecto;instance.path=content.querySelector(".txtDirectoryPickerPath").value,instance.username=null==(_content$querySelecto=content.querySelector(".txtUsername"))?void 0:_content$querySelecto.value,instance.password=null==(_content$querySelecto=content.querySelector(".txtPassword"))?void 0:_content$querySelecto.value,instance.itemsContainer.resume({refresh:!0}).catch(_responsehelper.default.handleErrorResponse)}),content.querySelector(".txtDirectoryPickerPath").addEventListener("change",onPathTextChange),content.querySelector(".txtDirectoryPickerPath").addEventListener("input",onPathTextChange),content.querySelector("form").addEventListener("submit",function(e){var _this$querySelector,path,username,password,networkSharePath;return options.callback&&(path=this.querySelector(".txtDirectoryPickerPath").value,username=(null==(_this$querySelector=this.querySelector(".txtUsername"))?void 0:_this$querySelector.value)||null,password=(null==(_this$querySelector=this.querySelector(".txtPassword"))?void 0:_this$querySelector.value)||null,networkSharePath=(null==(_this$querySelector=this.querySelector(".txtNetworkPath"))?void 0:_this$querySelector.value)||null,function(path,validateWriteable,username,password,apiClient){return apiClient.ajax({type:"POST",url:apiClient.getUrl("Environment/ValidatePath"),data:{ValidateWriteable:validateWriteable,Path:path,Username:username,Password:password}}).catch(_responsehelper.default.handleErrorResponse)}(path,options.validateWriteable,username,password,apiClient).then(function(){options.callback(path,networkSharePath,username,password)})),e.preventDefault(),e.stopPropagation(),!1})}function getListOptions(items){return{renderer:_listview.default,options:{enableDefaultIcon:!0,action:"custom",fields:["Name"],draggable:!1,draggableXActions:!1,multiSelect:!1,contextMenu:!1,hoverPlayButton:!1,enableUserDataButtons:!1,mediaInfo:!1,defaultBackground:!1,enableFocusScaling:!1,allowBorderXOffset:!1,playQueueIndicator:!1},virtualScrollLayout:"vertical-list"}}function onItemsContainerUpgraded(){this.itemsContainer.resume({refresh:!0}).then(function(){var context=this.dlg;_focusmanager.default.autoFocus(context,{skipIfNotEnabled:!0})}.bind(this))}function DirectoryBrowser(){}Object.defineProperty(_exports,"__esModule",{value:!0}),_exports.default=void 0,require(["formDialogStyle"]),DirectoryBrowser.prototype.show=function(options){var fileOptions={includeDirectories:!0},apiClient=(null!=(options=options||{}).includeDirectories&&(fileOptions.includeDirectories=options.includeDirectories),null!=options.includeFiles&&(fileOptions.includeFiles=options.includeFiles),_connectionmanager.default.currentApiClient()),instance=this;return instance.fileOptions=fileOptions,instance.apiClient=apiClient,instance.options=options,Promise.all([apiClient.getSystemInfo(),function(options,apiClient){return options.path?Promise.resolve(options.path):apiClient.getJSON(apiClient.getUrl("Environment/DefaultDirectoryBrowser")).then(function(result){return result.Path||""},function(){return""})}(options,apiClient)]).then(function(responses){var systemInfo=responses[0],responses=responses[1],dlg=_dialoghelper.default.createDialog({size:_layoutmanager.default.tv?"fullscreen":"medium-tall",removeOnClose:!0,scrollY:!1}),html=((instance.dlg=dlg).classList.add("ui-body-a"),dlg.classList.add("background-theme-a"),dlg.classList.add("directoryPicker"),dlg.classList.add("formDialog"),""),systemInfo=(html=(html=(html=(html=(html+='
"+""}context.querySelector(".externalIds",context).innerHTML=html,externalIds.length?context.classList.remove("hide"):context.classList.add("hide")},updateObjectFromElements:function(context,item){context=context.querySelectorAll(".txtExternalId"),Array.prototype.map.call(context,function(idElem){var providerKey=idElem.getAttribute("data-providerkey");item.ProviderIds[providerKey]=idElem.value})}}});
\ No newline at end of file
diff --git a/modules/metadataeditor/metadataeditor.css b/modules/metadataeditor/metadataeditor.css
new file mode 100644
index 0000000..62500f5
--- /dev/null
+++ b/modules/metadataeditor/metadataeditor.css
@@ -0,0 +1 @@
+.checkboxContainer-lockedfield{margin-bottom:0!important;width:auto!important}.checkboxContainer-lockedfield-standalone{-webkit-margin-start:auto;margin-inline-start:auto}.checkboxLabel-lockedfield{-webkit-padding-end:0!important;padding-inline-end:0!important;width:2.8em;height:2.8em;-webkit-margin-end:0!important;margin-inline-end:0!important;margin-top:0!important}.checkboxLabel-lockedfield-embeddedintofield{width:3.2em;box-sizing:border-box;border-top-left-radius:0!important;border-bottom-left-radius:0!important;border-start-start-radius:0!important;border-end-start-radius:0!important;border-inline-start-width:.15em!important;border-inline-end-width:0!important;border-inline-start-style:solid;border-top-style:solid;border-bottom-style:solid;border-top-color:transparent!important;border-bottom-color:transparent!important}.checkboxLabel-lockedfield-embeddedintofield,.checkboxLabel-lockedfield-embeddedintoselect{height:3em}.checkboxLabel-lockedfield::before{display:none!important}.checkboxLabel-lockedfield::after{display:none!important}.checkboxLabel-lockedfield-standalone{border-radius:100em!important;border-width:0!important}.txtInput-withlockedfield,.select-withlockedfield{border-top-right-radius:0!important;border-bottom-right-radius:0!important;border-start-end-radius:0!important;border-end-end-radius:0!important}.lockedfield-lockicon{position:absolute;font-size:124%;top:0;bottom:0;left:0;right:0;inset-inline-start:0;inset-inline-end:0;display:-webkit-flex;display:flex;-webkit-align-items:center;align-items:center;-webkit-justify-content:center;justify-content:center;cursor:pointer;z-index:1}.chkLockedField:not(:checked)~.lockedfield-lockicon-lock{display:none}.chkLockedField:checked~.lockedfield-lockicon-unlock{display:none}.chkLockedField~.emby-checkbox-focusoutline{display:none!important}.chkLockedField:checked~.lockedfield-lockicon{color:#fff!important}.inputContainer-withlockedfield{margin-bottom:0!important}
\ No newline at end of file
diff --git a/modules/metadataeditor/metadataeditor.js b/modules/metadataeditor/metadataeditor.js
new file mode 100644
index 0000000..baaafc3
--- /dev/null
+++ b/modules/metadataeditor/metadataeditor.js
@@ -0,0 +1 @@
+define(["exports","./../emby-apiclient/connectionmanager.js","./../emby-apiclient/events.js","./../dialoghelper/dialoghelper.js","./../layoutmanager.js","./../common/globalize.js","./../common/datetime.js","./../common/textencoding.js","./../common/itemmanager/itemmanager.js","./../loading/loading.js","./../focusmanager.js","./../common/servicelocator.js","./../emby-elements/emby-checkbox/emby-checkbox.js","./../emby-elements/emby-toggle/emby-toggle.js","./../emby-elements/emby-input/emby-input.js","./../emby-elements/emby-select/emby-select.js","./../emby-elements/emby-textarea/emby-textarea.js","./../emby-elements/emby-button/emby-button.js","./../emby-elements/emby-button/paper-icon-button-light.js","./../emby-elements/emby-scroller/emby-scroller.js","./../emby-elements/emby-dialogclosebutton/emby-dialogclosebutton.js","./../common/input/api.js","./../listview/listview.js","./externalideditor.js"],function(_exports,_connectionmanager,_events,_dialoghelper,_layoutmanager,_globalize,_datetime,_textencoding,_itemmanager,_loading,_focusmanager,_servicelocator,_embyCheckbox,_embyToggle,_embyInput,_embySelect,_embyTextarea,_embyButton,_paperIconButtonLight,_embyScroller,_embyDialogclosebutton,_api,_listview,_externalideditor){function submitUpdatedItem(instance,form,item){var apiClient=_connectionmanager.default.getApiClient(instance.currentItem);!function(instance,form,item,apiClient){return"TvChannel"!==(item=instance.currentItem).Type||(instance=form.querySelector(".selectGuideDataProvider").value||null,form=form.querySelector(".selectGuideChannel").value||null,instance===item.ListingsProviderId&&form===item.ListingsChannelId)?Promise.resolve():apiClient.ajax({type:"POST",url:apiClient.getUrl("LiveTv/ChannelMappings"),data:{providerId:instance,tunerChannelId:item.ManagementId,providerChannelId:form},dataType:"json"})}(instance,form,0,apiClient).then(function(){apiClient.updateItem(item).then(function(){var options,context;instance.hasChanges=!0,options=_globalize.default.translate("MessageItemSaved"),Emby.importModule("./modules/toast/toast.js").then(function(toast){return toast(options)}),_loading.default.hide(),(context=instance.context).classList.contains("dialog")&&_dialoghelper.default.close(context)})})}function addElementToList(instance,source){var options;options={title:_globalize.default.translate("Add"),label:source.getAttribute("data-label"),confirmText:_globalize.default.translate("Add")},Emby.importModule("./modules/prompt/prompt.js").then(function(prompt){return prompt(options)}).then(function(text){var container=source.closest(".editableListviewContainer"),prop=source.getAttribute("data-field"),prop=(instance.currentItem[prop].push({Name:text}),container.querySelector(".itemsContainer").refreshItems(),container.querySelector(".chkLockedField"));prop&&(prop.checked=!0)})}function addOrEditPerson(instance,person){var isNew;return person||(person={},isNew=!0),Emby.importModule("./modules/metadataeditor/personeditor.js").then(function(personEditor){return personEditor.show(person).then(function(updatedPerson){isNew&&instance.currentItem.People.push(updatedPerson),isNew&&instance.refreshPeople();updatedPerson=instance.context.querySelector('.chkLockedField[data-field="Cast"]');updatedPerson&&(updatedPerson.checked=!0)})})}function onRejected(){}function afterDeleted(instance,item){var parentId=item.ParentId||item.SeasonId||item.SeriesId;parentId?reload(instance,parentId,item.ServerId):Emby.importModule("./modules/approuter.js").then(function(appRouter){appRouter.goHome()})}function onGuideDataProviderChange(e){var apiClient,section=this.context.querySelector(".channelMappingSection"),e=e.target.closest("select").value;e&&"none"!==e&&"tuner"!==e?(section.querySelector(".fldGuideChannelId").classList.remove("hide"),apiClient=_connectionmanager.default.getApiClient(this.currentItem),function(context,item,listingsProviderId,apiClient){apiClient.getJSON(apiClient.getUrl("LiveTv/ChannelMappingOptions",{ProviderId:listingsProviderId})).then(function(result){!function(context,item,channels){context=context.querySelector(".selectGuideChannel"),channels=channels.map(function(i){return'"}).join("");context.innerHTML=channels,context.value=item.ListingsChannelId}(context,item,result.ProviderChannels)})}(section,this.currentItem,e,apiClient)):section.querySelector(".fldGuideChannelId").classList.add("hide")}function onFieldInput(e){var container=this.closest(".inputContainer,.selectContainer").parentNode.closest(".inputContainer");container&&(container.querySelector(".chkLockedField").checked=!0)}function getLinkedItems(query){var instance=this.instance,type=this.type,property=this.property,icon=_itemmanager.default.getDefaultIcon({Type:type}),serverId=instance.serverId,sourceItems=instance.currentItem[property]||[],type=sourceItems.map(function(i,index){return{Type:"GenericListItem",Name:i.Name,CanDelete:!0,CanEdit:!1,Icon:icon,DeleteType:"remove",ShortOverview:i.Role,OriginalItem:i,CanReorder:!0,CanMoveUp:0")+"")+"",select.innerHTML=html}(parentalRatingOptions),parentalRatingOptions.value=item.Status||"",context.querySelector(".select3dFormat",context).value=item.Video3DFormat||"",item.LockData||!1);if(context.querySelector(".chkLockData").checked=select,context.querySelector(".txtPath").innerHTML=item.Path||"",context.querySelector(".txtName").value=item.Name||"",context.querySelector(".txtChannelNumber").value=item.ChannelNumber||"",context.querySelector(".txtOriginalName").value=item.OriginalTitle||"",context.querySelector(".txtOverview").value=item.Overview||"",context.querySelector(".txtTagline").value=item.Taglines&&item.Taglines.length?item.Taglines[0]:"",context.querySelector(".txtSortName").value=item.SortName||"",context.querySelector(".txtCommunityRating").value=null==item.CommunityRating?"":item.CommunityRating.toFixed(1),context.querySelector(".txtCriticRating").value=item.CriticRating||"",context.querySelector(".txtIndexNumber").value=null==item.IndexNumber?"":item.IndexNumber,context.querySelector(".txtParentIndexNumber").value=null==item.ParentIndexNumber?"":item.ParentIndexNumber,context.querySelector(".txtDisplaySeason").value="SortParentIndexNumber"in item?item.SortParentIndexNumber:"",context.querySelector(".txtDisplayEpisode").value="SortIndexNumber"in item?item.SortIndexNumber:"",context.querySelector(".txtAlbum").value=item.Album||"",context.querySelector(".txtAlbumArtist").value=(item.AlbumArtists||[]).map(function(a){return a.Name}).join(";"),"Series"===item.Type?(context.querySelector(".selectFileOrder").value=(item.DisplayOrder||"").toLowerCase(),context.querySelector(".selectDisplayOrder").value=""):(context.querySelector(".selectDisplayOrder").value=item.DisplayOrder||"",context.querySelector(".selectFileOrder").value=""),context.querySelector(".txtArtist").value=(item.ArtistItems||[]).map(function(a){return a.Name}).join(";"),context.querySelector(".txtComposer").value=(item.Composers||[]).map(function(a){return a.Name}).join(";"),item.DateCreated)try{context.querySelector(".txtDateAdded").valueAsNumberUtc=Date.parse(item.DateCreated)}catch(e){context.querySelector(".txtDateAdded").value=""}else context.querySelector(".txtDateAdded").value="";if(item.PremiereDate)try{context.querySelector(".txtPremiereDate").valueAsNumberUtc=Date.parse(item.PremiereDate)}catch(e){context.querySelector(".txtPremiereDate").value=""}else context.querySelector(".txtPremiereDate").value="";if(item.EndDate)try{context.querySelector(".txtEndDate").valueAsNumberUtc=Date.parse(item.EndDate)}catch(e){context.querySelector(".txtEndDate").value=""}else context.querySelector(".txtEndDate").value="";context.querySelector(".txtProductionYear").value=item.ProductionYear||"";for(var parentalRatingOptions=item.ProductionLocations&&item.ProductionLocations.length?item.ProductionLocations[0]:"",promises=(context.querySelector(".txtPlaceOfBirth").value=parentalRatingOptions,context.querySelector(".selectLanguage").value=item.PreferredMetadataLanguage||"",context.querySelector(".selectCountry").value=item.PreferredMetadataCountryCode||"",item.RunTimeTicks?(select=item.RunTimeTicks/6e8,context.querySelector(".txtSeriesRuntime").value=Math.round(select)):context.querySelector(".txtSeriesRuntime",context).value="",_loading.default.hide(),[]),itemsContainers=context.querySelectorAll(".itemsContainer"),i=0,length=itemsContainers.length;i'+i.Name+" "+_textencoding.default.htmlEncode(i.ListingsId||i.Path||"").trim()+""}).join(""),context.innerHTML=providers,context.value=item.ListingsProviderId,onGuideDataProviderChange.call(instance,{target:context,currentTarget:context})}(instance,context,item,result)})}function populateRatings(allParentalRatings,select,currentValue){for(var rating,html="",ratings=(html+="",[]),currentValueFound=!1,i=0,length=allParentalRatings.length;i"+rating.Name+"";select.innerHTML=html}function reload(instance,itemId,serverId){return _loading.default.show(),Promise.all([function(itemId,serverId){return serverId=_connectionmanager.default.getApiClient(serverId),itemId?serverId.getItem(serverId.getCurrentUserId(),itemId,{Fields:"ChannelMappingInfo",ExcludeFields:"Chapters,MediaSources,MediaStreams,Subviews"}):serverId.getRootFolder(serverId.getCurrentUserId())}(itemId,serverId),function(itemId,serverId){return serverId=_connectionmanager.default.getApiClient(serverId),itemId?serverId.getJSON(serverId.getUrl("Items/"+itemId+"/MetadataEditor")):Promise.resolve({})}(itemId,serverId)]).then(function(responses){var item=responses[0],responses=responses[1],context=instance.context,languages=(instance.currentItem=item,instance.hasChanges=!1,responses.Cultures),countries=responses.Countries,languages=(_externalideditor.default.embed(context.querySelector(".externalIdsSection"),item,responses.ExternalIdInfos),!function(context,item){for(var elems=context.querySelectorAll(".chkLockedField"),i=0,length=elems.length;i";for(var i=0,length=languages.length;i"+culture.DisplayName+""}select.innerHTML=html}(context.querySelector(".selectLanguage"),languages),context.querySelector(".selectCountry")),allCountries=countries,html="";html+="";for(var i=0,length=allCountries.length;i"+culture.DisplayName+""}languages.innerHTML=html;countries=_connectionmanager.default.getApiClient(item);return function(context,item){var itemType=item.Type;switch((item.Path?showElement:hideElement)(".fldPath",context),("Series"===item.Type||"Movie"===item.Type||"Trailer"===item.Type?showElement:hideElement)(".fldOriginalName",context),"Audio"===item.Type?(hideElement(".fldSortName",context),setRequired(context.querySelector(".txtSortName"),!1)):(showElement(".fldSortName",context),setRequired(context.querySelector(".txtSortName"),!0)),("Series"===item.Type?showElement:hideElement)(".fldSeriesRuntime",context),("Series"===item.Type||"Person"===item.Type?showElement:hideElement)(".fldEndDate",context),("MusicAlbum"===item.Type?showElement:hideElement)(".albumAssociationMessage",context),("Movie"===item.Type||"Trailer"===item.Type||"Series"===item.Type?showElement:hideElement)(".fldCriticRating",context),("Series"===item.Type?showElement:hideElement)(".fldStatus",context),("Video"===item.MediaType&&"TvChannel"!==item.Type?showElement:hideElement)(".fld3dFormat",context),("Audio"===item.Type?showElement:hideElement)(".fldAlbumArtist",context),("TvChannel"===item.Type?showElement:hideElement)(".fldChannelNumber",context),("Audio"===item.Type||"MusicVideo"===item.Type?(showElement(".fldArtist",context),showElement):(hideElement(".fldArtist",context),hideElement))(".fldAlbum",context),("Audio"===item.Type?showElement:hideElement)(".fldComposer",context),("Episode"===item.Type&&0===item.ParentIndexNumber?showElement:hideElement)(".collapsibleSpecialEpisodeInfo",context),("Person"===item.Type||"Genre"===item.Type||"Studio"===item.Type||"GameGenre"===item.Type||"MusicGenre"===item.Type||"TvChannel"===item.Type||"Book"===item.Type||"MusicArtist"===item.Type||"Channel"===item.Type||"TvChannel"===item.Type||"Folder"===item.Type?hideElement:showElement)(".peopleCollapsible",context),("Person"===item.Type||"Genre"===item.Type||"Studio"===item.Type||"GameGenre"===item.Type||"MusicGenre"===item.Type||"TvChannel"===item.Type||"Folder"===item.Type?(hideElement(".fldCommunityRating",context),hideElement(".genresCollapsible",context),hideElement(".studiosCollapsible",context),("TvChannel"===item.Type?showElement:hideElement)(".fldOfficialRating",context),hideElement):(showElement(".fldCommunityRating",context),showElement(".genresCollapsible",context),showElement(".studiosCollapsible",context),showElement(".fldOfficialRating",context),showElement))(".fldCustomRating",context),showElement(".tagsCollapsible",context),("TvChannel"===item.Type?(hideElement(".metadataSettingsCollapsible",context),hideElement):(showElement(".metadataSettingsCollapsible",context),showElement))(".fldDateAdded",context),itemType){case"TvChannel":case"Folder":hideElement(".fldPremiereDate",context);break;default:showElement(".fldPremiereDate",context)}switch(itemType){case"Person":case"TvChannel":case"Folder":hideElement(".fldYear",context);break;default:showElement(".fldYear",context)}("TvChannel"===item.Type||"Folder"===item.Type?hideElement:showElement)(".overviewContainer",context),("Person"===item.Type?(context.querySelector(".txtProductionYear").label(_globalize.default.translate("LabelBirthYear")),context.querySelector(".txtPremiereDate").label(_globalize.default.translate("LabelBirthDate")),context.querySelector(".txtEndDate").label(_globalize.default.translate("LabelDeathDate")),showElement):(context.querySelector(".txtProductionYear").label(_globalize.default.translate("Year")),context.querySelector(".txtPremiereDate").label(_globalize.default.translate("LabelReleaseDate")),context.querySelector(".txtEndDate").label(_globalize.default.translate("LabelEndDate")),hideElement))(".fldPlaceOfBirth"),"Audio"===item.Type||"Episode"===item.Type||"Season"===item.Type?(showElement(".fldIndexNumber"),"Episode"===item.Type?context.querySelector(".txtIndexNumber").label(_globalize.default.translate("LabelEpisodeNumber")):"Season"===item.Type?context.querySelector(".txtIndexNumber").label(_globalize.default.translate("LabelSeasonNumber")):"Audio"===item.Type?context.querySelector(".txtIndexNumber").label(_globalize.default.translate("LabelTrackNumber")):context.querySelector(".txtIndexNumber").label(_globalize.default.translate("LabelNumber"))):hideElement(".fldIndexNumber"),"Audio"===item.Type||"Episode"===item.Type?(showElement(".fldParentIndexNumber"),"Episode"===item.Type?context.querySelector(".txtParentIndexNumber").label(_globalize.default.translate("LabelSeasonNumber")):"Audio"===item.Type?context.querySelector(".txtParentIndexNumber").label(_globalize.default.translate("LabelDiscNumber")):context.querySelector(".txtParentIndexNumber").label(_globalize.default.translate("LabelParentNumber"))):hideElement(".fldParentIndexNumber",context),"BoxSet"===item.Type?(showElement(".fldDisplayOrder",context),hideElement(".fldFileOrder",context),context.querySelector(".selectDisplayOrder").innerHTML='",context.querySelector(".selectFileOrder").innerHTML=""):"Series"===item.Type?(hideElement(".fldDisplayOrder",context),showElement(".fldFileOrder",context),context.querySelector(".selectFileOrder").innerHTML='',context.querySelector(".selectDisplayOrder").innerHTML=""):(context.querySelector(".selectDisplayOrder").innerHTML="",context.querySelector(".selectFileOrder").innerHTML="",hideElement(".fldDisplayOrder",context),hideElement(".fldFileOrder",context))}(context,item),"TvChannel"===item.Type&&fillChannelMapping(instance,context,item,countries),("Video"===item.MediaType&&"Episode"!==item.Type&&"TvChannel"!==item.Type||"Series"===item.Type||"Game"===item.Type?showElement:hideElement)(".fldTagline",context),fillItemInfo(context,item,0,responses.ParentalRatingOptions)})}function show(instance,itemId,serverId){return _loading.default.show(),require(["text!modules/metadataeditor/metadataeditor.template.html"]).then(function(responses){var responses=responses[0],dialogOptions={removeOnClose:!0,scrollY:!1},dialogOptions=(_layoutmanager.default.tv?dialogOptions.size="fullscreen":dialogOptions.size="medium-tall",_dialoghelper.default.createDialog(dialogOptions)),html=(dialogOptions.classList.add("formDialog"),"");html+=_globalize.default.translateDocument(responses,"sharedcomponents"),dialogOptions.innerHTML=html;for(var elems=dialogOptions.querySelectorAll(".dayText"),date=new Date;0
+
+
+ ${Edit}
+
+
+
+
+ ${Save}
+
+
+ more_horiz
+
+
+
+
+
+
+
+
+
\ No newline at end of file
diff --git a/modules/metadataeditor/metadataeditor_nontv.css b/modules/metadataeditor/metadataeditor_nontv.css
new file mode 100644
index 0000000..3944824
--- /dev/null
+++ b/modules/metadataeditor/metadataeditor_nontv.css
@@ -0,0 +1 @@
+@media all and (pointer:fine){.checkboxLabel-lockedfield-embeddedintofield,.checkboxLabel-lockedfield-embeddedintoselect{height:2.4em}}
\ No newline at end of file
diff --git a/modules/metadataeditor/personeditor.js b/modules/metadataeditor/personeditor.js
new file mode 100644
index 0000000..612ab9b
--- /dev/null
+++ b/modules/metadataeditor/personeditor.js
@@ -0,0 +1 @@
+define(["exports","./../dialoghelper/dialoghelper.js","./../layoutmanager.js","./../common/globalize.js","./../emby-elements/emby-input/emby-input.js","./../emby-elements/emby-select/emby-select.js","./../emby-elements/emby-button/emby-button.js","./../emby-elements/emby-button/paper-icon-button-light.js","./../emby-elements/emby-scroller/emby-scroller.js","./../emby-elements/emby-dialogclosebutton/emby-dialogclosebutton.js"],function(_exports,_dialoghelper,_layoutmanager,_globalize,_embyInput,_embySelect,_embyButton,_paperIconButtonLight,_embyScroller,_embyDialogclosebutton){Object.defineProperty(_exports,"__esModule",{value:!0}),_exports.default=void 0,require(["formDialogStyle"]);_exports.default={show:function(person){return require(["text!modules/metadataeditor/personeditor.template.html"]).then(function(responses){var responses=responses[0],dialogOptions={removeOnClose:!0,scrollY:!1},dlg=(_layoutmanager.default.tv?dialogOptions.size="fullscreen":dialogOptions.size="medium-tall",_dialoghelper.default.createDialog(dialogOptions)),dialogOptions=(dlg.classList.add("formDialog"),""),submitted=!1;return dialogOptions+=_globalize.default.translateDocument(responses,"sharedcomponents"),dlg.innerHTML=dialogOptions,person.Name?dlg.querySelector(".formDialogHeaderTitle").innerHTML=_globalize.default.translate("Edit"):dlg.querySelector(".formDialogHeaderTitle").innerHTML=_globalize.default.translate("Add"),dlg.querySelector(".txtPersonName",dlg).value=person.Name||"",dlg.querySelector(".selectPersonType",dlg).value=person.Type||"",dlg.querySelector(".txtPersonRole",dlg).value=person.Role||"",dlg.querySelector(".selectPersonType").addEventListener("change",function(e){"Actor"===this.value?dlg.querySelector(".fldRole").classList.remove("hide"):dlg.querySelector(".fldRole").classList.add("hide")}),dlg.querySelector("form").addEventListener("submit",function(e){return submitted=!0,person.Name=dlg.querySelector(".txtPersonName",dlg).value,person.Type=dlg.querySelector(".selectPersonType",dlg).value,person.Role=dlg.querySelector(".txtPersonRole",dlg).value||null,_dialoghelper.default.close(dlg),e.preventDefault(),!1}),dlg.querySelector(".selectPersonType").dispatchEvent(new CustomEvent("change",{bubbles:!0})),_dialoghelper.default.open(dlg).then(function(){return submitted?Promise.resolve(person):Promise.reject()})})}}});
\ No newline at end of file
diff --git a/modules/metadataeditor/personeditor.template.html b/modules/metadataeditor/personeditor.template.html
new file mode 100644
index 0000000..49275ae
--- /dev/null
+++ b/modules/metadataeditor/personeditor.template.html
@@ -0,0 +1,40 @@
+
+
+
+ ${Edit}
+
+
+
+
+
+
+
+
\ No newline at end of file
diff --git a/modules/missingepisodesdialog/missingepisodesdialog.js b/modules/missingepisodesdialog/missingepisodesdialog.js
new file mode 100644
index 0000000..917fbb8
--- /dev/null
+++ b/modules/missingepisodesdialog/missingepisodesdialog.js
@@ -0,0 +1 @@
+define(["exports","./../emby-apiclient/connectionmanager.js","./../emby-elements/emby-button/emby-button.js","./../emby-elements/emby-scroller/emby-scroller.js","./../emby-elements/emby-toggle/emby-toggle.js","./../emby-elements/emby-itemscontainer/emby-itemscontainer.js","./../dialoghelper/dialoghelper.js","./../layoutmanager.js","./../dom.js","./../common/globalize.js","./../loading/loading.js","./../focusmanager.js","./../listview/listview.js","./../emby-elements/emby-dialogclosebutton/emby-dialogclosebutton.js"],function(_exports,_connectionmanager,_embyButton,_embyScroller,_embyToggle,_embyItemscontainer,_dialoghelper,_layoutmanager,_dom,_globalize,_loading,_focusmanager,_listview,_embyDialogclosebutton){function MissingEpisodesDialog(){}function onAllItemsContainerUpgraded(){this.itemsContainer.resume({refresh:!0}).then(function(){var dlg=this.dlg;_focusmanager.default.autoFocus(dlg,{skipIfNotEnabled:!0})}.bind(this))}Object.defineProperty(_exports,"__esModule",{value:!0}),_exports.default=void 0,require(["material-icons","formDialogStyle"]),MissingEpisodesDialog.prototype.getItems=function(query){var options=this.options,apiClient=_connectionmanager.default.getApiClient(options.items[0]);return apiClient.getMissingEpisodes(Object.assign({UserId:apiClient.getCurrentUserId(),ImageTypeLimit:1,EnableImageTypes:"Primary,Backdrop,Thumb",Fields:"Overview",ParentId:options.items[0].Id,IncludeSpecials:this.dlg.querySelector(".chkSpecials").checked,IncludeUnaired:this.dlg.querySelector(".chkUnaired").checked},query))},MissingEpisodesDialog.prototype.getListOptions=function(items){return{renderer:_listview.default,options:{enableDefaultIcon:!0,action:"overview",fields:["Name","MediaInfo","Overview"],draggable:!1,draggableXActions:!1,multiSelect:!1,contextMenu:!1,hoverPlayButton:!1,imageSize:"medium",enableUserDataButtons:!1,mediaInfo:!1,enableBottomOverview:!1,playQueueIndicator:!1},virtualScrollLayout:"vertical-list"}},MissingEpisodesDialog.prototype.show=function(options){var dialogOptions={removeOnClose:!0,scrollY:!1,autoFocus:!1},dialogOptions=(_layoutmanager.default.tv?dialogOptions.size="fullscreen":dialogOptions.size="small",_dialoghelper.default.createDialog(dialogOptions)),html=(dialogOptions.classList.add("formDialog"),""),itemsContainer=(html=(html=(html=(html=(html+='
"+""),searchTextHtml=this.querySelector(".txtNavDrawerSearch"),navDrawerSearchForm=this.querySelector(".navDrawerSearchForm"),_inputmanager.default.on(searchTextHtml,onTxtSearchInput),searchTextHtml.addEventListener("focus",onTextSearchFocus),searchTextHtml.addEventListener("input",onTextSearchInput),searchTextHtml.addEventListener("itemselected",onTextSearchItemSelected),searchTextHtml.addEventListener("selectionopen",onTextSearchItemSelectionOpen),searchTextHtml.addEventListener("selectionclose",onTextSearchItemSelectionClose),searchTextHtml.addEventListener("selectioncancel",onTextSearchItemSelectionCancelled),navDrawerSearchForm.addEventListener("submit",onNavDrawerSearchFormSubmit),searchTextHtml.getItems=function(query){null!=(_instance$currentSear=this.currentSearchAbortController)&&_instance$currentSear.abort();var _instance$currentSear=new AbortController,apiClient=(this.currentSearchAbortController=_instance$currentSear,currentServerId?_connectionmanager.default.getApiClient(currentServerId):_connectionmanager.default.currentApiClient()),_instance$currentSear=((query=Object.assign({SearchTerm:this.value,Recursive:!0,Fields:"PrimaryImageAspectRatio,PremiereDate,ProductionYear",EnableUserData:!1,GroupProgramsBySeries:!0},query)).Limit=30,_instance$currentSear.signal),_currentViewEvent=null==(_currentViewEvent=currentViewEvent)||null==(_currentViewEvent=_currentViewEvent.detail)||null==(_currentViewEvent=_currentViewEvent.abortController)?void 0:_currentViewEvent.signal;return _currentViewEvent&&(_instance$currentSear=AbortSignal.any([_instance$currentSear,_currentViewEvent])),apiClient.getItems(apiClient.getCurrentUserId(),query,_instance$currentSear)}.bind(searchTextHtml))}function onSetInnerHtmlCallback(html,signal){var elem;null!=html&&(html||(currentDrawerType=0),(elem=getNavDrawerContentElement()).innerHTML=html,initItemsContainers(elem,{signal:signal}),elem.scrollTop=0)}function onRequestError(e){console.log("error filling drawer: "+e+e.stack)}function updateSelectedItemForItemsContainer(itemsContainer,e){var itemFromNavOption,currentNavMenuId=e.detail.navMenuId,navDrawerElement=getNavDrawerContentElement(),newSelectedOption=currentNavMenuId?navDrawerElement.querySelector('.navMenuOption[data-navmenuid="'+currentNavMenuId+'"]'):null;return(newSelectedOption=itemsContainer.hasAttribute("data-listindex")&&-1!==(currentNavMenuId=function(itemsContainer,currentNavMenuId){currentNavMenuId=(currentNavMenuId||"").toLowerCase();for(var items=itemsContainer.items||[],i=0,length=items.length;i':"",suffix=_servicelocator.appHost.supports("externallinks")&&_servicelocator.appHost.supports("targetblank")?"":"",prefix=_globalize.default.translate("DeleteEmbyConnectAccountHelp",prefix,suffix,prefix+"https://emby.media/community"+suffix);options={html:prefix,title:_globalize.default.translate("DeleteEmbyConnectAccount")},Emby.importModule("./modules/common/dialogs/alert.js").then(function(alert){return alert(options)})}function onNavigated(){_events.default.trigger(navDrawerContent,"navigated")}function onItemAction(e){var apiClient,item=e.detail.item,onclick=item.onclick;"logout"===onclick?(apiClient=currentServerId?_connectionmanager.default.getApiClient(currentServerId):_connectionmanager.default.currentApiClient(),_approuter.default.logout(apiClient)):"exit"===onclick?_servicelocator.appHost.exit():"sleep"===onclick?_servicelocator.appHost.sleep():"shutdown"===onclick?_servicelocator.appHost.shutdown():"restart"===onclick?_servicelocator.appHost.restart():"settings"===onclick?_approuter.default.showSettings():"selectserver"===onclick?_approuter.default.showSelectServer():"changeuser"===onclick?(apiClient=currentServerId?_connectionmanager.default.getApiClient(currentServerId):_connectionmanager.default.currentApiClient(),_approuter.default.showServerLogin({apiClient:apiClient})):"search"===onclick?_inputmanager.default.trigger("search",{sourceElement:_viewmanager.default.currentView(),originalEvent:e}):"menu"===onclick?_events.default.trigger(navDrawerContent,"open-requested"):"deleteembyconnectaccount"===onclick?deleteEmbyConnectAccount():(apiClient=item.href)&&_approuter.default.show(apiClient).then(onNavigated)}_exports.default=navDrawerContent});
\ No newline at end of file
diff --git a/modules/notifications.js b/modules/notifications.js
new file mode 100644
index 0000000..f73afb4
--- /dev/null
+++ b/modules/notifications.js
@@ -0,0 +1 @@
+define(["./common/globalize.js","./emby-apiclient/events.js","./common/input/api.js"],function(_globalize,_events,_api){function showToastFromNotification(notification){return options=notification.title,Emby.importModule("./modules/toast/toast.js").then(function(toast){return toast(options)});var options}function showNotification(notification,apiClient){if("undefined"==typeof Notification||!navigator.serviceWorker||!Emby.serviceWorkerEnabled)return showToastFromNotification(notification);notification.timestamp=Date.now(),notification.renotify=!0,notification.tag+=apiClient.serverId(),!notification.data&¬ification.actions&&(notification.data=apiClient.serverId());function onFailure(){return showToastFromNotification(notification)}navigator.serviceWorker.getRegistration().then(function(reg){return Notification.requestPermission().then(function(permission){return"granted"!==permission?showToastFromNotification(notification):reg.showNotification(notification.title,notification).catch(onFailure)})},onFailure)}function showPackageInstallNotification(apiClient,installation,status){apiClient.getCurrentUser().then(function(user){user.Policy.IsAdministrator&&(user={tag:status},"PackageInstallationCompleted"===status?(user.title=_globalize.default.translate("PackageInstallCompleted").replace("{0}",installation.Name+" "+installation.Version),user.actions=[{action:"restartserver",title:_globalize.default.translate("RestartServer")}]):"PackageInstallationCancelled"===status?user.title=_globalize.default.translate("PackageInstallCancelled").replace("{0}",installation.Name+" "+installation.Version):"PackageInstallationFailed"===status?user.title=_globalize.default.translate("PackageInstallFailed").replace("{0}",installation.Name+" "+installation.Version):"PackageInstalling"===status&&(user.title=_globalize.default.translate("InstallingPackage").replace("{0}",installation.Name+" "+installation.Version),installation.PercentComplete)&&(user.body=installation.PercentComplete+"%"),user.title)&&showNotification(user,apiClient)})}_events.default.on(_api.default,"PackageInstallationCompleted",function(e,apiClient,data){showPackageInstallNotification(apiClient,data,"PackageInstallationCompleted")}),_events.default.on(_api.default,"PackageInstallationFailed",function(e,apiClient,data){showPackageInstallNotification(apiClient,data,"PackageInstallationFailed")}),_events.default.on(_api.default,"PackageInstallationCancelled",function(e,apiClient,data){showPackageInstallNotification(apiClient,data,"PackageInstallationCancelled")}),_events.default.on(_api.default,"PackageInstalling",function(e,apiClient,data){showPackageInstallNotification(apiClient,data,"PackageInstalling")}),_events.default.on(_api.default,"ServerShuttingDown",function(e,apiClient,data){showNotification({title:_globalize.default.translate("ServerNameIsShuttingDown",apiClient.serverName()),tag:"ServerShuttingDown"},apiClient)}),_events.default.on(_api.default,"ServerRestarting",function(e,apiClient,data){showNotification({title:_globalize.default.translate("ServerNameIsRestarting",apiClient.serverName()),tag:"ServerRestarting"},apiClient)}),_events.default.on(_api.default,"RestartRequired",function(e,apiClient){showNotification({title:_globalize.default.translate("PleaseRestartServerName",apiClient.serverName()),tag:"RestartRequired",actions:[{action:"restartserver",title:_globalize.default.translate("RestartServer")}]},apiClient)})});
\ No newline at end of file
diff --git a/modules/nowplayingbar/nontv.css b/modules/nowplayingbar/nontv.css
new file mode 100644
index 0000000..3c2ad74
--- /dev/null
+++ b/modules/nowplayingbar/nontv.css
@@ -0,0 +1 @@
+@media not all and (pointer:fine){.nowPlayingBarPositionSlider{touch-action:none;pointer-events:none}}@supports (container-type:inline-size){@container nowplayingbar not (min-width:50em){.nowPlayingBarCenter-autohide{display:none!important}.toggleRepeatButton,.toggleShuffleButton{display:none}.nowPlayingBarInfoContainer{max-width:none}}@container nowplayingbar (min-width:50em){.playPauseButton-right,.stopButton-right{display:none}}@container nowplayingbar not (min-width:66em){.nowPlayingBarCurrentTime-autohide{display:none!important}}@container nowplayingbar not (min-width:80em){.nowPlayingBarVolumeSliderContainer,.nowPlayingBarMuteButton{display:none!important}}@container nowplayingbar not (min-width:87.5em){.nowPlayingBarFavoriteButton{display:none}}}@supports not (container-type:inline-size){@media not all and (min-width:50em){.nowPlayingBarCenter-autohide{display:none!important}.toggleRepeatButton,.toggleShuffleButton{display:none}.nowPlayingBarInfoContainer{max-width:none}}@media all and (min-width:50em){.playPauseButton-right,.stopButton-right{display:none}}@media not all and (min-width:66em){.nowPlayingBarCurrentTime-autohide{display:none!important}}@media not all and (min-width:80em){.nowPlayingBarVolumeSliderContainer,.nowPlayingBarMuteButton{display:none!important}}@media not all and (min-width:87.5em){.nowPlayingBarFavoriteButton{display:none}}}.nowPlayingBarDropOverlay{display:none;position:absolute;top:0;left:0;right:0;bottom:0;inset-inline-start:0;inset-inline-end:0;-webkit-align-items:center;align-items:center;-webkit-justify-content:center;justify-content:center;z-index:2;border:.15em dashed currentcolor}.nowPlayingBar-dragging-over .nowPlayingBarTop{opacity:0}.nowPlayingBar-dragging-over .nowPlayingBarDropOverlay{display:-webkit-flex;display:flex}
\ No newline at end of file
diff --git a/modules/nowplayingbar/nowplayingbar.css b/modules/nowplayingbar/nowplayingbar.css
new file mode 100644
index 0000000..4f1a47c
--- /dev/null
+++ b/modules/nowplayingbar/nowplayingbar.css
@@ -0,0 +1 @@
+.nowPlayingBarInfoContainer{display:-webkit-flex;display:flex;-webkit-align-items:center;align-items:center;height:100%;-webkit-flex-grow:1;flex-grow:1;overflow:hidden;max-width:40%}.nowPlayingBar{text-align:center;contain:layout style;position:relative;container-type:inline-size;container-name:nowplayingbar}.nowPlayingBar-footer{will-change:transform}.nowPlayingBar-footer-transition{transition:-webkit-transform 220ms ease-out;transition:transform 220ms ease-out}.nowPlayingBar-hidden{-webkit-transform:translateY(100%);transform:translateY(100%)}.nowPlayingBarTop{display:-webkit-flex;display:flex;-webkit-flex-direction:row;flex-direction:row;-webkit-align-items:center;align-items:center;height:4.6em;position:relative;-webkit-justify-content:center;justify-content:center}.mediaButton{vertical-align:middle;margin:0;text-align:center;font-size:200%!important}.nowPlayingBarImage{background-position:center center;background-repeat:no-repeat;background-size:contain;height:71%;width:3.266em;-webkit-flex-shrink:0;flex-shrink:0;margin-top:0;margin-bottom:0;-webkit-margin-start:1.25em;margin-inline-start:1.25em;-webkit-margin-end:.8em;margin-inline-end:.8em;border-radius:.42em;overflow:hidden;display:-webkit-flex;display:flex;-webkit-align-items:center;align-items:center;-webkit-justify-content:center;justify-content:center}.nowPlayingBarDefaultItemIcon{font-size:200%}@supports (aspect-ratio:16 / 9){.nowPlayingBarImage{width:auto}}.nowPlayingBarText{overflow:hidden;white-space:nowrap;text-overflow:ellipsis;vertical-align:middle;text-align:start;-webkit-flex-grow:1;flex-grow:1;font-size:92%;-webkit-margin-end:2.4em;margin-inline-end:2.4em}.nowPlayingBarCenter{vertical-align:middle;text-align:center;z-index:2;-webkit-flex-grow:1;flex-grow:1;display:-webkit-flex;display:flex;-webkit-align-items:center;align-items:center;-webkit-justify-content:center;justify-content:center;position:absolute}.nowplayingbar-textitems{-webkit-flex-wrap:nowrap!important;flex-wrap:nowrap!important}.nowPlayingBarPositionContainer{position:absolute!important;top:0;top:calc(-1 * var(--line-size));left:0;right:0;inset-inline-start:0;inset-inline-end:0;z-index:1;height:.21em!important}.nowPlayingBarPositionContainer-background{background:0 0!important;-webkit-backdrop-filter:none!important;backdrop-filter:none!important}.nowPlayingBarRight{position:relative;margin-top:0;margin-bottom:0;-webkit-margin-start:auto;margin-inline-start:auto;-webkit-margin-end:.5em;margin-inline-end:.5em;z-index:2;display:-webkit-flex;display:flex;-webkit-align-items:center;align-items:center;-webkit-flex-shrink:0;flex-shrink:0}.nowPlayingBarCurrentTime{vertical-align:middle;text-align:end;display:inline-block;width:6ch}.nowPlayingBarVolumeSliderContainer{-webkit-margin-end:2em;margin-inline-end:2em}
\ No newline at end of file
diff --git a/modules/nowplayingbar/nowplayingbar.js b/modules/nowplayingbar/nowplayingbar.js
new file mode 100644
index 0000000..97b5263
--- /dev/null
+++ b/modules/nowplayingbar/nowplayingbar.js
@@ -0,0 +1 @@
+define(["./../common/playback/playbackmanager.js","./../emby-apiclient/connectionmanager.js","./../emby-apiclient/events.js","./../common/globalize.js","./../layoutmanager.js","./../dom.js","./../common/itemmanager/itemmanager.js","./../shortcuts.js","./../mediainfo/mediainfo.js","./../emby-elements/emby-button/paper-icon-button-light.js","./../emby-elements/userdatabuttons/emby-ratingbutton.js","./../common/inputmanager.js","./../focusmanager.js","./../common/appsettings.js","./../playback/osdcontroller.js"],function(_playbackmanager,_connectionmanager,_events,_globalize,_layoutmanager,_dom,_itemmanager,_shortcuts,_mediainfo,_paperIconButtonLight,_embyRatingbutton,_inputmanager,_focusmanager,_appsettings,_osdcontroller){var currentPlayer,osdController,nowPlayingImageElement,nowPlayingTextElement,nowPlayingBarTVTextElement,nowPlayingBarFavoriteButton,muteButton,volumeSlider,volumeSliderContainer,playPauseButtons,positionSlider,toggleRepeatButton,toggleShuffleButton,remoteControlButton,stopButtonRight,isEnabled,appFooter,currentMode,currentPlayerSupportedCommands=[],lastUpdateTime=0,currentRuntimeTicks=0,isVisibilityAllowed=!0,headerElement=document.querySelector(".skinHeader");function onSlideDownComplete(e){var elem=e.currentTarget;elem===e.target&&elem.classList.contains("nowPlayingBar-hidden")&&elem.classList.add("hide")}function onInputCommand(e){"up"===e.detail.command&&_focusmanager.default.focus(nowPlayingBarTVTextElement)}function slideUp(elem){elem._visible||(elem._visible=!0,"tv"===currentMode?(elem.classList.remove("nowPlayingBar-hidden","hide"),headerElement.classList.add("skinHeader-withnowplaying"),document.documentElement.classList.add("withheadernowplaying"),_inputmanager.default.off(headerElement,onInputCommand),_inputmanager.default.on(headerElement,onInputCommand)):(elem.classList.remove("hide"),elem.offsetWidth,elem.classList.remove("nowPlayingBar-hidden")))}function onPlayPauseClick(){_playbackmanager.default.playPause(currentPlayer)}function onStopClick(){currentPlayer&&_playbackmanager.default.stop(currentPlayer)}var nowPlayingBarElement,currentImgUrl,dragCounter=0;function onDragEnter(e){e.dataTransfer.dropEffect="copy";e=window.CurrentDragInfo,e=e?e.item:null;e&&_playbackmanager.default.canQueue(e)&&(this.classList.add("nowPlayingBar-dragging-over"),dragCounter++)}function onDragOver(e){e.dataTransfer.dropEffect="copy";var data=window.CurrentDragInfo,data=data?data.item:null;data&&_playbackmanager.default.canQueue(data)&&e.preventDefault()}function onDragLeave(e){var data=window.CurrentDragInfo,data=data?data.item:null;data&&_playbackmanager.default.canQueue(data)&&0===--dragCounter&&this.classList.remove("nowPlayingBar-dragging-over")}function onDragEnd(e){this.classList.remove("nowPlayingBar-dragging-over")}function onDrop(e){dragCounter=0,e.preventDefault(),this.classList.remove("nowPlayingBar-dragging-over");var options,e=(null==(e=window.CurrentDragInfo)?void 0:e.items)||[];e.length&&(e=e.filter(function(i){return _playbackmanager.default.canQueue(i)})).length&&(_playbackmanager.default.queue({items:e}),options={text:_globalize.default.translate("HeaderAddedToPlayQueue"),icon:""},Emby.importModule("./modules/toast/toast.js").then(function(toast){return toast(options)}))}function showRemoteControl(){Emby.importModule("./modules/approuter.js").then(function(appRouter){appRouter.showNowPlaying()})}function getNowPlayingBar(){var parentModule;return nowPlayingBarElement?Promise.resolve(nowPlayingBarElement):(parentModule="tv"===(currentMode=_layoutmanager.default.tv?"tv":null)?"./modules/appheader/appheader.js":"./modules/appfooter/appfooter.js",Promise.all([Emby.importModule("./modules/emby-elements/emby-slider/emby-slider.js"),Emby.importModule(parentModule),require(["css!modules/nowplayingbar/nowplayingbar.css","css!!tv|modules/nowplayingbar/nontv.css","css!tv|modules/nowplayingbar/tv.css"])]).then(function(responses){appFooter=responses[1];responses="tv"===currentMode?headerElement:appFooter.element;if(!(nowPlayingBarElement=responses.querySelector(".nowPlayingBar"))){responses.insertAdjacentHTML("afterbegin",(className=html="",html+='