",dlg.innerHTML=html,layoutManager.tv&¢erFocus(dlg.querySelector(".actionSheetScroller"),!1,!0);var btnCloseActionSheet=dlg.querySelector(".btnCloseActionSheet");btnCloseActionSheet&&dlg.querySelector(".btnCloseActionSheet").addEventListener("click",function(){dialogHelper.close(dlg)});var selectedId,timeout;return options.timeout&&(timeout=setTimeout(function(){dialogHelper.close(dlg)},options.timeout)),new Promise(function(resolve,reject){var isResolved;dlg.addEventListener("click",function(e){var actionSheetMenuItem=dom.parentWithClass(e.target,"actionSheetMenuItem");actionSheetMenuItem&&(selectedId=actionSheetMenuItem.getAttribute("data-id"),options.resolveOnClick&&(resolve(selectedId),isResolved=!0),dialogHelper.close(dlg))}),dlg.addEventListener("close",function(){layoutManager.tv&¢erFocus(dlg.querySelector(".actionSheetScroller"),!1,!1),timeout&&(clearTimeout(timeout),timeout=null),isResolved||(null!=selectedId?(options.callback&&options.callback(selectedId),resolve(selectedId)):reject())}),dialogHelper.open(dlg);var setPositions=function(){var pos=options.positionTo&&"fullscreen"!==dialogOptions.size?getPosition(options,dlg):null;pos&&(dlg.style.position="fixed",dlg.style.margin=0,dlg.style.left=pos.left+"px",dlg.style.top=pos.top+"px")};browser.safari?setTimeout(setPositions,0):setPositions()})}return{show:show}});
\ No newline at end of file
diff --git a/MediaBrowser.WebDashboard/dashboard-ui/bower_components/emby-webcomponents/browserdeviceprofile.js b/MediaBrowser.WebDashboard/dashboard-ui/bower_components/emby-webcomponents/browserdeviceprofile.js
index 4a999bf222..1cd3d4e90a 100644
--- a/MediaBrowser.WebDashboard/dashboard-ui/bower_components/emby-webcomponents/browserdeviceprofile.js
+++ b/MediaBrowser.WebDashboard/dashboard-ui/bower_components/emby-webcomponents/browserdeviceprofile.js
@@ -1 +1 @@
-define(["browser"],function(browser){"use strict";function canPlayH264(videoTestElement){return!(!videoTestElement.canPlayType||!videoTestElement.canPlayType('video/mp4; codecs="avc1.42E01E, mp4a.40.2"').replace(/no/,""))}function canPlayH265(videoTestElement,options){if(browser.tizen||browser.orsay||browser.xboxOne||browser.web0s||options.supportsHevc)return!0;var userAgent=navigator.userAgent.toLowerCase();if(browser.chromecast){var isChromecastUltra=userAgent.indexOf("aarch64")!==-1;if(isChromecastUltra)return!0}return!!(browser.iOS&&(browser.iOSVersion||0)>=11)||!(!videoTestElement.canPlayType||!videoTestElement.canPlayType('video/hevc; codecs="hevc, aac"').replace(/no/,""))}function supportsTextTracks(){return!(!browser.tizen&&!browser.orsay)||(null==_supportsTextTracks&&(_supportsTextTracks=null!=document.createElement("video").textTracks),_supportsTextTracks)}function canPlayHls(src){return null==_canPlayHls&&(_canPlayHls=canPlayNativeHls()||canPlayHlsWithMSE()),_canPlayHls}function canPlayNativeHls(){if(browser.tizen||browser.orsay)return!0;var media=document.createElement("video");return!(!media.canPlayType("application/x-mpegURL").replace(/no/,"")&&!media.canPlayType("application/vnd.apple.mpegURL").replace(/no/,""))}function canPlayHlsWithMSE(){return null!=window.MediaSource}function canPlayAudioFormat(format){var typeString;if("flac"===format){if(browser.tizen||browser.orsay)return!0;if(browser.edgeUwp)return!0}else if("wma"===format){if(browser.tizen||browser.orsay)return!0;if(browser.edgeUwp)return!0}else{if("opus"===format)return typeString='audio/ogg; codecs="opus"',!!document.createElement("audio").canPlayType(typeString).replace(/no/,"");if("mp2"===format)return!1}if("webma"===format)typeString="audio/webm";else if("mp2"===format)typeString="audio/mpeg";else if("ogg"===format||"oga"===format){if(browser.chrome)return!1;typeString="audio/"+format}else typeString="audio/"+format;return!!document.createElement("audio").canPlayType(typeString).replace(/no/,"")}function testCanPlayMkv(videoTestElement){if(browser.tizen||browser.orsay)return!0;if(videoTestElement.canPlayType("video/x-matroska").replace(/no/,"")||videoTestElement.canPlayType("video/mkv").replace(/no/,""))return!0;var userAgent=navigator.userAgent.toLowerCase();return browser.chrome?!browser.operaTv&&(userAgent.indexOf("vivaldi")===-1&&userAgent.indexOf("opera")===-1):!!browser.edgeUwp}function testCanPlayTs(){return browser.tizen||browser.orsay||browser.web0s||browser.edgeUwp}function supportsMpeg2Video(){return browser.orsay||browser.tizen||browser.edgeUwp||browser.web0s}function supportsVc1(){return browser.orsay||browser.tizen||browser.edgeUwp}function getDirectPlayProfileForVideoContainer(container,videoAudioCodecs,videoTestElement,options){var supported=!1,profileContainer=container,videoCodecs=[];switch(container){case"asf":supported=browser.tizen||browser.orsay||browser.edgeUwp,videoAudioCodecs=[];break;case"avi":supported=browser.tizen||browser.orsay||browser.edgeUwp;break;case"mpg":case"mpeg":supported=browser.edgeUwp||browser.tizen||browser.orsay;break;case"flv":supported=browser.tizen||browser.orsay;break;case"3gp":case"mts":case"trp":case"vob":case"vro":supported=browser.tizen||browser.orsay;break;case"mov":supported=browser.tizen||browser.orsay||browser.chrome||browser.edgeUwp,videoCodecs.push("h264");break;case"m2ts":supported=browser.tizen||browser.orsay||browser.web0s||browser.edgeUwp,videoCodecs.push("h264"),supportsVc1()&&videoCodecs.push("vc1"),supportsMpeg2Video()&&videoCodecs.push("mpeg2video");break;case"wmv":supported=browser.tizen||browser.orsay||browser.web0s||browser.edgeUwp,videoAudioCodecs=[];break;case"ts":supported=testCanPlayTs(),videoCodecs.push("h264"),canPlayH265(videoTestElement,options)&&(videoCodecs.push("h265"),videoCodecs.push("hevc")),supportsVc1()&&videoCodecs.push("vc1"),supportsMpeg2Video()&&videoCodecs.push("mpeg2video"),profileContainer="ts,mpegts"}return supported?{Container:profileContainer,Type:"Video",VideoCodec:videoCodecs.join(","),AudioCodec:videoAudioCodecs.join(",")}:null}function getMaxBitrate(){return 12e7}function getGlobalMaxVideoBitrate(){var userAgent=navigator.userAgent.toLowerCase();if(browser.chromecast){var isChromecastUltra=userAgent.indexOf("aarch64")!==-1;return isChromecastUltra?8e7:1e7}var isTizenFhd=!1;if(browser.tizen)try{var isTizenUhd=webapis.productinfo.isUdPanelSupported();isTizenFhd=!isTizenUhd,console.log("isTizenFhd = "+isTizenFhd)}catch(error){console.log("isUdPanelSupported() error code = "+error.code)}return browser.ps4?8e6:browser.xboxOne?12e6:browser.edgeUwp?4e7:browser.tizen&&isTizenFhd?2e7:null}function supportsAc3(videoTestElement){return!!(browser.edgeUwp||browser.tizen||browser.orsay||browser.web0s)||videoTestElement.canPlayType('audio/mp4; codecs="ac-3"').replace(/no/,"")&&!browser.osx&&!browser.iOS}function supportsEac3(videoTestElement){return!!(browser.tizen||browser.orsay||browser.web0s)||videoTestElement.canPlayType('audio/mp4; codecs="ec-3"').replace(/no/,"")}var _supportsTextTracks,_canPlayHls;return function(options){options=options||{};var physicalAudioChannels=options.audioChannels||(browser.tv||browser.chromecast||browser.ps4||browser.xboxOne?6:2),bitrateSetting=getMaxBitrate(),videoTestElement=document.createElement("video"),canPlayWebm=videoTestElement.canPlayType("video/webm").replace(/no/,""),canPlayMkv=testCanPlayMkv(videoTestElement),profile={};profile.MaxStreamingBitrate=bitrateSetting,profile.MaxStaticBitrate=1e8,profile.MusicStreamingTranscodingBitrate=Math.min(bitrateSetting,192e3),profile.DirectPlayProfiles=[];var videoAudioCodecs=[],hlsVideoAudioCodecs=[],supportsMp3VideoAudio=videoTestElement.canPlayType('video/mp4; codecs="avc1.640029, mp4a.69"').replace(/no/,"")||videoTestElement.canPlayType('video/mp4; codecs="avc1.640029, mp4a.6B"').replace(/no/,""),supportsMp2VideoAudio=browser.edgeUwp||browser.tizen||browser.orsay||browser.web0s;if(supportsAc3(videoTestElement)){videoAudioCodecs.push("ac3");var eAc3=supportsEac3(videoTestElement);eAc3&&videoAudioCodecs.push("eac3");var supportsAc3InHls=!browser.edge||!browser.touch||browser.edgeUwp;supportsAc3InHls&&(hlsVideoAudioCodecs.push("ac3"),eAc3&&hlsVideoAudioCodecs.push("eac3"))}supportsMp3VideoAudio&&(videoAudioCodecs.push("mp3"),browser.ps4||physicalAudioChannels<=2&&hlsVideoAudioCodecs.push("mp3")),videoTestElement.canPlayType('video/mp4; codecs="avc1.640029, mp4a.40.2"').replace(/no/,"")&&(videoAudioCodecs.push("aac"),hlsVideoAudioCodecs.push("aac")),supportsMp3VideoAudio&&(browser.ps4||hlsVideoAudioCodecs.indexOf("mp3")===-1&&hlsVideoAudioCodecs.push("mp3")),supportsMp2VideoAudio&&videoAudioCodecs.push("mp2"),(browser.tizen||browser.orsay||browser.web0s||options.supportsDts)&&(videoAudioCodecs.push("dca"),videoAudioCodecs.push("dts")),(browser.tizen||browser.orsay)&&(videoAudioCodecs.push("pcm_s16le"),videoAudioCodecs.push("pcm_s24le")),options.supportsTrueHd&&videoAudioCodecs.push("truehd"),(browser.tizen||browser.orsay)&&videoAudioCodecs.push("aac_latm"),videoAudioCodecs=videoAudioCodecs.filter(function(c){return(options.disableVideoAudioCodecs||[]).indexOf(c)===-1}),hlsVideoAudioCodecs=hlsVideoAudioCodecs.filter(function(c){return(options.disableHlsVideoAudioCodecs||[]).indexOf(c)===-1});var mp4VideoCodecs=[];canPlayH264(videoTestElement)&&mp4VideoCodecs.push("h264"),canPlayH265(videoTestElement,options)&&(mp4VideoCodecs.push("h265"),mp4VideoCodecs.push("hevc")),supportsMpeg2Video()&&mp4VideoCodecs.push("mpeg2video"),supportsVc1()&&mp4VideoCodecs.push("vc1"),(browser.tizen||browser.orsay)&&mp4VideoCodecs.push("msmpeg4v2"),mp4VideoCodecs.length&&profile.DirectPlayProfiles.push({Container:"mp4,m4v",Type:"Video",VideoCodec:mp4VideoCodecs.join(","),AudioCodec:videoAudioCodecs.join(",")}),canPlayMkv&&mp4VideoCodecs.length&&profile.DirectPlayProfiles.push({Container:"mkv",Type:"Video",VideoCodec:mp4VideoCodecs.join(","),AudioCodec:videoAudioCodecs.join(",")}),["m2ts","wmv","ts","asf","avi","mpg","mpeg","flv","3gp","mts","trp","vob","vro","mov"].map(function(container){return getDirectPlayProfileForVideoContainer(container,videoAudioCodecs,videoTestElement,options)}).filter(function(i){return null!=i}).forEach(function(i){profile.DirectPlayProfiles.push(i)}),["opus","mp3","mp2","aac","flac","alac","webma","wma","wav","ogg","oga"].filter(canPlayAudioFormat).forEach(function(audioFormat){"mp2"===audioFormat?profile.DirectPlayProfiles.push({Container:"mp2,mp3",Type:"Audio",AudioCodec:audioFormat}):"mp3"===audioFormat?profile.DirectPlayProfiles.push({Container:audioFormat,Type:"Audio",AudioCodec:audioFormat}):profile.DirectPlayProfiles.push({Container:"webma"===audioFormat?"webma,webm":audioFormat,Type:"Audio"}),"aac"!==audioFormat&&"alac"!==audioFormat||profile.DirectPlayProfiles.push({Container:"m4a",AudioCodec:audioFormat,Type:"Audio"})}),canPlayWebm&&profile.DirectPlayProfiles.push({Container:"webm",Type:"Video",AudioCodec:"vorbis",VideoCodec:"VP8,VP9"}),profile.TranscodingProfiles=[],canPlayHls()&&browser.enableHlsAudio!==!1&&profile.TranscodingProfiles.push({Container:!canPlayNativeHls()||browser.edge||browser.android?"ts":"aac",Type:"Audio",AudioCodec:"aac",Context:"Streaming",Protocol:"hls",MaxAudioChannels:physicalAudioChannels.toString(),MinSegments:browser.iOS||browser.osx?"2":"1",BreakOnNonKeyFrames:!(!browser.iOS&&!browser.osx&&canPlayNativeHls())}),["aac","mp3","opus","wav"].filter(canPlayAudioFormat).forEach(function(audioFormat){profile.TranscodingProfiles.push({Container:audioFormat,Type:"Audio",AudioCodec:audioFormat,Context:"Streaming",Protocol:"http",MaxAudioChannels:physicalAudioChannels.toString()})}),["opus","mp3","aac","wav"].filter(canPlayAudioFormat).forEach(function(audioFormat){profile.TranscodingProfiles.push({Container:audioFormat,Type:"Audio",AudioCodec:audioFormat,Context:"Static",Protocol:"http",MaxAudioChannels:physicalAudioChannels.toString()})}),!canPlayMkv||browser.tizen||browser.orsay||options.enableMkvProgressive===!1||profile.TranscodingProfiles.push({Container:"mkv",Type:"Video",AudioCodec:videoAudioCodecs.join(","),VideoCodec:mp4VideoCodecs.join(","),Context:"Streaming",MaxAudioChannels:physicalAudioChannels.toString(),CopyTimestamps:!0}),canPlayMkv&&profile.TranscodingProfiles.push({Container:"mkv",Type:"Video",AudioCodec:videoAudioCodecs.join(","),VideoCodec:"h264",Context:"Static",MaxAudioChannels:physicalAudioChannels.toString(),CopyTimestamps:!0}),canPlayHls()&&options.enableHls!==!1&&profile.TranscodingProfiles.push({Container:"ts",Type:"Video",AudioCodec:hlsVideoAudioCodecs.join(","),VideoCodec:"h264",Context:"Streaming",Protocol:"hls",MaxAudioChannels:physicalAudioChannels.toString(),MinSegments:browser.iOS||browser.osx?"2":"1",BreakOnNonKeyFrames:!(!browser.iOS&&!browser.osx&&canPlayNativeHls())}),canPlayWebm&&profile.TranscodingProfiles.push({Container:"webm",Type:"Video",AudioCodec:"vorbis",VideoCodec:"vpx",Context:"Streaming",Protocol:"http",MaxAudioChannels:physicalAudioChannels.toString()}),profile.TranscodingProfiles.push({Container:"mp4",Type:"Video",AudioCodec:videoAudioCodecs.join(","),VideoCodec:"h264",Context:"Streaming",Protocol:"http",MaxAudioChannels:physicalAudioChannels.toString()}),profile.TranscodingProfiles.push({Container:"mp4",Type:"Video",AudioCodec:videoAudioCodecs.join(","),VideoCodec:"h264",Context:"Static",Protocol:"http"}),profile.ContainerProfiles=[],profile.CodecProfiles=[];var supportsSecondaryAudio=browser.tizen||browser.orsay||browser.edge||browser.msie;videoTestElement.canPlayType('video/mp4; codecs="avc1.640029, mp4a.40.5"').replace(/no/,"")||(profile.CodecProfiles.push({Type:"VideoAudio",Codec:"aac",Conditions:[{Condition:"NotEquals",Property:"AudioProfile",Value:"HE-AAC"}]}),supportsSecondaryAudio||profile.CodecProfiles[profile.CodecProfiles.length-1].Conditions.push({Condition:"Equals",Property:"IsSecondaryAudio",Value:"false",IsRequired:"false"})),supportsSecondaryAudio||profile.CodecProfiles.push({Type:"VideoAudio",Conditions:[{Condition:"Equals",Property:"IsSecondaryAudio",Value:"false",IsRequired:"false"}]});var maxH264Level=browser.chromecast?"42":"51";profile.CodecProfiles.push({Type:"Video",Codec:"h264",Conditions:[{Condition:"NotEquals",Property:"IsAnamorphic",Value:"true",IsRequired:!1},{Condition:"EqualsAny",Property:"VideoProfile",Value:"high|main|baseline|constrained baseline"},{Condition:"LessThanEqual",Property:"VideoLevel",Value:maxH264Level}]}),browser.edgeUwp||browser.tizen||browser.orsay||browser.web0s||(profile.CodecProfiles[profile.CodecProfiles.length-1].Conditions.push({Condition:"NotEquals",Property:"IsAVC",Value:"false",IsRequired:!1}),profile.CodecProfiles[profile.CodecProfiles.length-1].Conditions.push({Condition:"NotEquals",Property:"IsInterlaced",Value:"true",IsRequired:!1}));var globalMaxVideoBitrate=(getGlobalMaxVideoBitrate()||"").toString(),h264MaxVideoBitrate=globalMaxVideoBitrate;return h264MaxVideoBitrate&&profile.CodecProfiles[profile.CodecProfiles.length-1].Conditions.push({Condition:"LessThanEqual",Property:"VideoBitrate",Value:h264MaxVideoBitrate,IsRequired:!0}),globalMaxVideoBitrate&&profile.CodecProfiles.push({Type:"Video",Conditions:[{Condition:"LessThanEqual",Property:"VideoBitrate",Value:globalMaxVideoBitrate}]}),browser.chromecast&&profile.CodecProfiles.push({Type:"Audio",Codec:"flac",Conditions:[{Condition:"LessThanEqual",Property:"AudioSampleRate",Value:"48000"}]}),profile.SubtitleProfiles=[],supportsTextTracks()&&profile.SubtitleProfiles.push({Format:"vtt",Method:"External"}),profile.ResponseProfiles=[],profile.ResponseProfiles.push({Type:"Video",Container:"m4v",MimeType:"video/mp4"}),profile}});
\ No newline at end of file
+define(["browser"],function(browser){"use strict";function canPlayH264(videoTestElement){return!(!videoTestElement.canPlayType||!videoTestElement.canPlayType('video/mp4; codecs="avc1.42E01E, mp4a.40.2"').replace(/no/,""))}function canPlayH265(videoTestElement,options){if(browser.tizen||browser.orsay||browser.xboxOne||browser.web0s||options.supportsHevc)return!0;var userAgent=navigator.userAgent.toLowerCase();if(browser.chromecast){var isChromecastUltra=userAgent.indexOf("aarch64")!==-1;if(isChromecastUltra)return!0}return!!(browser.iOS&&(browser.iOSVersion||0)>=11)||!(!videoTestElement.canPlayType||!videoTestElement.canPlayType('video/hevc; codecs="hevc, aac"').replace(/no/,""))}function supportsTextTracks(){return!(!browser.tizen&&!browser.orsay)||(null==_supportsTextTracks&&(_supportsTextTracks=null!=document.createElement("video").textTracks),_supportsTextTracks)}function canPlayHls(src){return null==_canPlayHls&&(_canPlayHls=canPlayNativeHls()||canPlayHlsWithMSE()),_canPlayHls}function canPlayNativeHls(){if(browser.tizen||browser.orsay)return!0;var media=document.createElement("video");return!(!media.canPlayType("application/x-mpegURL").replace(/no/,"")&&!media.canPlayType("application/vnd.apple.mpegURL").replace(/no/,""))}function canPlayHlsWithMSE(){return null!=window.MediaSource}function canPlayAudioFormat(format){var typeString;if("flac"===format){if(browser.tizen||browser.orsay)return!0;if(browser.edgeUwp)return!0}else if("wma"===format){if(browser.tizen||browser.orsay)return!0;if(browser.edgeUwp)return!0}else{if("opus"===format)return typeString='audio/ogg; codecs="opus"',!!document.createElement("audio").canPlayType(typeString).replace(/no/,"");if("mp2"===format)return!1}if("webma"===format)typeString="audio/webm";else if("mp2"===format)typeString="audio/mpeg";else if("ogg"===format||"oga"===format){if(browser.chrome)return!1;typeString="audio/"+format}else typeString="audio/"+format;return!!document.createElement("audio").canPlayType(typeString).replace(/no/,"")}function testCanPlayMkv(videoTestElement){if(browser.tizen||browser.orsay)return!0;if(videoTestElement.canPlayType("video/x-matroska").replace(/no/,"")||videoTestElement.canPlayType("video/mkv").replace(/no/,""))return!0;var userAgent=navigator.userAgent.toLowerCase();return browser.chrome?!browser.operaTv&&(userAgent.indexOf("vivaldi")===-1&&userAgent.indexOf("opera")===-1):!!browser.edgeUwp}function testCanPlayTs(){return browser.tizen||browser.orsay||browser.web0s||browser.edgeUwp}function supportsMpeg2Video(){return browser.orsay||browser.tizen||browser.edgeUwp||browser.web0s}function supportsVc1(){return browser.orsay||browser.tizen||browser.edgeUwp}function getDirectPlayProfileForVideoContainer(container,videoAudioCodecs,videoTestElement,options){var supported=!1,profileContainer=container,videoCodecs=[];switch(container){case"asf":supported=browser.tizen||browser.orsay||browser.edgeUwp,videoAudioCodecs=[];break;case"avi":supported=browser.tizen||browser.orsay||browser.edgeUwp;break;case"mpg":case"mpeg":supported=browser.edgeUwp||browser.tizen||browser.orsay;break;case"flv":supported=browser.tizen||browser.orsay;break;case"3gp":case"mts":case"trp":case"vob":case"vro":supported=browser.tizen||browser.orsay;break;case"mov":supported=browser.tizen||browser.orsay||browser.chrome||browser.edgeUwp,videoCodecs.push("h264");break;case"m2ts":supported=browser.tizen||browser.orsay||browser.web0s||browser.edgeUwp,videoCodecs.push("h264"),supportsVc1()&&videoCodecs.push("vc1"),supportsMpeg2Video()&&videoCodecs.push("mpeg2video");break;case"wmv":supported=browser.tizen||browser.orsay||browser.web0s||browser.edgeUwp,videoAudioCodecs=[];break;case"ts":supported=testCanPlayTs(),videoCodecs.push("h264"),canPlayH265(videoTestElement,options)&&(videoCodecs.push("h265"),videoCodecs.push("hevc")),supportsVc1()&&videoCodecs.push("vc1"),supportsMpeg2Video()&&videoCodecs.push("mpeg2video"),profileContainer="ts,mpegts"}return supported?{Container:profileContainer,Type:"Video",VideoCodec:videoCodecs.join(","),AudioCodec:videoAudioCodecs.join(",")}:null}function getMaxBitrate(){return 12e7}function getGlobalMaxVideoBitrate(){var userAgent=navigator.userAgent.toLowerCase();if(browser.chromecast){var isChromecastUltra=userAgent.indexOf("aarch64")!==-1;return isChromecastUltra?8e7:1e7}var isTizenFhd=!1;if(browser.tizen)try{var isTizenUhd=webapis.productinfo.isUdPanelSupported();isTizenFhd=!isTizenUhd,console.log("isTizenFhd = "+isTizenFhd)}catch(error){console.log("isUdPanelSupported() error code = "+error.code)}return browser.ps4?8e6:browser.xboxOne?12e6:browser.edgeUwp?4e7:browser.tizen&&isTizenFhd?2e7:null}function supportsAc3(videoTestElement){return!!(browser.edgeUwp||browser.tizen||browser.orsay||browser.web0s)||videoTestElement.canPlayType('audio/mp4; codecs="ac-3"').replace(/no/,"")&&!browser.osx&&!browser.iOS}function supportsEac3(videoTestElement){return!!(browser.tizen||browser.orsay||browser.web0s)||videoTestElement.canPlayType('audio/mp4; codecs="ec-3"').replace(/no/,"")}var _supportsTextTracks,_canPlayHls;return function(options){options=options||{};var physicalAudioChannels=options.audioChannels||(browser.tv||browser.chromecast||browser.ps4||browser.xboxOne?6:2),bitrateSetting=getMaxBitrate(),videoTestElement=document.createElement("video"),canPlayWebm=videoTestElement.canPlayType("video/webm").replace(/no/,""),canPlayMkv=testCanPlayMkv(videoTestElement),profile={};profile.MaxStreamingBitrate=bitrateSetting,profile.MaxStaticBitrate=1e8,profile.MusicStreamingTranscodingBitrate=Math.min(bitrateSetting,192e3),profile.DirectPlayProfiles=[];var videoAudioCodecs=[],hlsVideoAudioCodecs=[],supportsMp3VideoAudio=videoTestElement.canPlayType('video/mp4; codecs="avc1.640029, mp4a.69"').replace(/no/,"")||videoTestElement.canPlayType('video/mp4; codecs="avc1.640029, mp4a.6B"').replace(/no/,""),supportsMp2VideoAudio=browser.edgeUwp||browser.tizen||browser.orsay||browser.web0s,maxVideoWidth=browser.xboxOne&&self.screen?self.screen.width:null;if(options.maxVideoWidth&&(maxVideoWidth=options.maxVideoWidth),supportsAc3(videoTestElement)){videoAudioCodecs.push("ac3");var eAc3=supportsEac3(videoTestElement);eAc3&&videoAudioCodecs.push("eac3");var supportsAc3InHls=!browser.edge||!browser.touch||browser.edgeUwp;supportsAc3InHls&&(hlsVideoAudioCodecs.push("ac3"),eAc3&&hlsVideoAudioCodecs.push("eac3"))}supportsMp3VideoAudio&&(videoAudioCodecs.push("mp3"),browser.ps4||physicalAudioChannels<=2&&hlsVideoAudioCodecs.push("mp3")),videoTestElement.canPlayType('video/mp4; codecs="avc1.640029, mp4a.40.2"').replace(/no/,"")&&(videoAudioCodecs.push("aac"),hlsVideoAudioCodecs.push("aac")),supportsMp3VideoAudio&&(browser.ps4||hlsVideoAudioCodecs.indexOf("mp3")===-1&&hlsVideoAudioCodecs.push("mp3")),supportsMp2VideoAudio&&videoAudioCodecs.push("mp2"),(browser.tizen||browser.orsay||browser.web0s||options.supportsDts)&&(videoAudioCodecs.push("dca"),videoAudioCodecs.push("dts")),(browser.tizen||browser.orsay)&&(videoAudioCodecs.push("pcm_s16le"),videoAudioCodecs.push("pcm_s24le")),options.supportsTrueHd&&videoAudioCodecs.push("truehd"),(browser.tizen||browser.orsay)&&videoAudioCodecs.push("aac_latm"),videoAudioCodecs=videoAudioCodecs.filter(function(c){return(options.disableVideoAudioCodecs||[]).indexOf(c)===-1}),hlsVideoAudioCodecs=hlsVideoAudioCodecs.filter(function(c){return(options.disableHlsVideoAudioCodecs||[]).indexOf(c)===-1});var mp4VideoCodecs=[];canPlayH264(videoTestElement)&&mp4VideoCodecs.push("h264"),canPlayH265(videoTestElement,options)&&(mp4VideoCodecs.push("h265"),mp4VideoCodecs.push("hevc")),supportsMpeg2Video()&&mp4VideoCodecs.push("mpeg2video"),supportsVc1()&&mp4VideoCodecs.push("vc1"),(browser.tizen||browser.orsay)&&mp4VideoCodecs.push("msmpeg4v2"),mp4VideoCodecs.length&&profile.DirectPlayProfiles.push({Container:"mp4,m4v",Type:"Video",VideoCodec:mp4VideoCodecs.join(","),AudioCodec:videoAudioCodecs.join(",")}),canPlayMkv&&mp4VideoCodecs.length&&profile.DirectPlayProfiles.push({Container:"mkv",Type:"Video",VideoCodec:mp4VideoCodecs.join(","),AudioCodec:videoAudioCodecs.join(",")}),["m2ts","wmv","ts","asf","avi","mpg","mpeg","flv","3gp","mts","trp","vob","vro","mov"].map(function(container){return getDirectPlayProfileForVideoContainer(container,videoAudioCodecs,videoTestElement,options)}).filter(function(i){return null!=i}).forEach(function(i){profile.DirectPlayProfiles.push(i)}),["opus","mp3","mp2","aac","flac","alac","webma","wma","wav","ogg","oga"].filter(canPlayAudioFormat).forEach(function(audioFormat){"mp2"===audioFormat?profile.DirectPlayProfiles.push({Container:"mp2,mp3",Type:"Audio",AudioCodec:audioFormat}):"mp3"===audioFormat?profile.DirectPlayProfiles.push({Container:audioFormat,Type:"Audio",AudioCodec:audioFormat}):profile.DirectPlayProfiles.push({Container:"webma"===audioFormat?"webma,webm":audioFormat,Type:"Audio"}),"aac"!==audioFormat&&"alac"!==audioFormat||profile.DirectPlayProfiles.push({Container:"m4a",AudioCodec:audioFormat,Type:"Audio"})}),canPlayWebm&&profile.DirectPlayProfiles.push({Container:"webm",Type:"Video",AudioCodec:"vorbis",VideoCodec:"VP8,VP9"}),profile.TranscodingProfiles=[],canPlayHls()&&browser.enableHlsAudio!==!1&&profile.TranscodingProfiles.push({Container:!canPlayNativeHls()||browser.edge||browser.android?"ts":"aac",Type:"Audio",AudioCodec:"aac",Context:"Streaming",Protocol:"hls",MaxAudioChannels:physicalAudioChannels.toString(),MinSegments:browser.iOS||browser.osx?"2":"1",BreakOnNonKeyFrames:!(!browser.iOS&&!browser.osx&&canPlayNativeHls())}),["aac","mp3","opus","wav"].filter(canPlayAudioFormat).forEach(function(audioFormat){profile.TranscodingProfiles.push({Container:audioFormat,Type:"Audio",AudioCodec:audioFormat,Context:"Streaming",Protocol:"http",MaxAudioChannels:physicalAudioChannels.toString()})}),["opus","mp3","aac","wav"].filter(canPlayAudioFormat).forEach(function(audioFormat){profile.TranscodingProfiles.push({Container:audioFormat,Type:"Audio",AudioCodec:audioFormat,Context:"Static",Protocol:"http",MaxAudioChannels:physicalAudioChannels.toString()})}),!canPlayMkv||browser.tizen||browser.orsay||options.enableMkvProgressive===!1||profile.TranscodingProfiles.push({Container:"mkv",Type:"Video",AudioCodec:videoAudioCodecs.join(","),VideoCodec:mp4VideoCodecs.join(","),Context:"Streaming",MaxAudioChannels:physicalAudioChannels.toString(),CopyTimestamps:!0}),canPlayMkv&&profile.TranscodingProfiles.push({Container:"mkv",Type:"Video",AudioCodec:videoAudioCodecs.join(","),VideoCodec:"h264",Context:"Static",MaxAudioChannels:physicalAudioChannels.toString(),CopyTimestamps:!0}),canPlayHls()&&options.enableHls!==!1&&profile.TranscodingProfiles.push({Container:"ts",Type:"Video",AudioCodec:hlsVideoAudioCodecs.join(","),VideoCodec:"h264",Context:"Streaming",Protocol:"hls",MaxAudioChannels:physicalAudioChannels.toString(),MinSegments:browser.iOS||browser.osx?"2":"1",BreakOnNonKeyFrames:!(!browser.iOS&&!browser.osx&&canPlayNativeHls())}),canPlayWebm&&profile.TranscodingProfiles.push({Container:"webm",Type:"Video",AudioCodec:"vorbis",VideoCodec:"vpx",Context:"Streaming",Protocol:"http",MaxAudioChannels:physicalAudioChannels.toString()}),profile.TranscodingProfiles.push({Container:"mp4",Type:"Video",AudioCodec:videoAudioCodecs.join(","),VideoCodec:"h264",Context:"Streaming",Protocol:"http",MaxAudioChannels:physicalAudioChannels.toString()}),profile.TranscodingProfiles.push({Container:"mp4",Type:"Video",AudioCodec:videoAudioCodecs.join(","),VideoCodec:"h264",Context:"Static",Protocol:"http"}),profile.ContainerProfiles=[],profile.CodecProfiles=[];var supportsSecondaryAudio=browser.tizen||browser.orsay||browser.edge||browser.msie;videoTestElement.canPlayType('video/mp4; codecs="avc1.640029, mp4a.40.5"').replace(/no/,"")||(profile.CodecProfiles.push({Type:"VideoAudio",Codec:"aac",Conditions:[{Condition:"NotEquals",Property:"AudioProfile",Value:"HE-AAC"}]}),supportsSecondaryAudio||profile.CodecProfiles[profile.CodecProfiles.length-1].Conditions.push({Condition:"Equals",Property:"IsSecondaryAudio",Value:"false",IsRequired:"false"})),supportsSecondaryAudio||profile.CodecProfiles.push({Type:"VideoAudio",Conditions:[{Condition:"Equals",Property:"IsSecondaryAudio",Value:"false",IsRequired:"false"}]});var maxH264Level=browser.chromecast?"42":"51";profile.CodecProfiles.push({Type:"Video",Codec:"h264",Conditions:[{Condition:"NotEquals",Property:"IsAnamorphic",Value:"true",IsRequired:!1},{Condition:"EqualsAny",Property:"VideoProfile",Value:"high|main|baseline|constrained baseline"},{Condition:"LessThanEqual",Property:"VideoLevel",Value:maxH264Level}]}),browser.edgeUwp||browser.tizen||browser.orsay||browser.web0s||(profile.CodecProfiles[profile.CodecProfiles.length-1].Conditions.push({Condition:"NotEquals",Property:"IsAVC",Value:"false",IsRequired:!1}),profile.CodecProfiles[profile.CodecProfiles.length-1].Conditions.push({Condition:"NotEquals",Property:"IsInterlaced",Value:"true",IsRequired:!1})),maxVideoWidth&&profile.CodecProfiles[profile.CodecProfiles.length-1].Conditions.push({Condition:"LessThanEqual",Property:"Width",Value:maxVideoWidth.toString(),IsRequired:!1});var globalMaxVideoBitrate=(getGlobalMaxVideoBitrate()||"").toString(),h264MaxVideoBitrate=globalMaxVideoBitrate;h264MaxVideoBitrate&&profile.CodecProfiles[profile.CodecProfiles.length-1].Conditions.push({Condition:"LessThanEqual",Property:"VideoBitrate",Value:h264MaxVideoBitrate,IsRequired:!0});var globalVideoConditions=[];return globalMaxVideoBitrate&&globalVideoConditions.push({Condition:"LessThanEqual",Property:"VideoBitrate",Value:globalMaxVideoBitrate}),maxVideoWidth&&globalVideoConditions.push({Condition:"LessThanEqual",Property:"Width",Value:maxVideoWidth.toString(),IsRequired:!1}),globalVideoConditions.length&&profile.CodecProfiles.push({Type:"Video",Conditions:globalVideoConditions}),browser.chromecast&&profile.CodecProfiles.push({Type:"Audio",Codec:"flac",Conditions:[{Condition:"LessThanEqual",Property:"AudioSampleRate",Value:"48000"}]}),profile.SubtitleProfiles=[],supportsTextTracks()&&profile.SubtitleProfiles.push({Format:"vtt",Method:"External"}),profile.ResponseProfiles=[],profile.ResponseProfiles.push({Type:"Video",Container:"m4v",MimeType:"video/mp4"}),profile}});
\ No newline at end of file
diff --git a/MediaBrowser.WebDashboard/dashboard-ui/bower_components/emby-webcomponents/cardbuilder/card.css b/MediaBrowser.WebDashboard/dashboard-ui/bower_components/emby-webcomponents/cardbuilder/card.css
index c14846e1e8..a107c56f8c 100644
--- a/MediaBrowser.WebDashboard/dashboard-ui/bower_components/emby-webcomponents/cardbuilder/card.css
+++ b/MediaBrowser.WebDashboard/dashboard-ui/bower_components/emby-webcomponents/cardbuilder/card.css
@@ -1 +1 @@
-.card,.card:focus{font-weight:inherit!important}.card,.cardBox,.cardContent,.textActionButton{-webkit-tap-highlight-color:transparent}button::-moz-focus-inner{padding:0;border:0}button{-webkit-border-fit:border!important}.card{border:0;font-size:inherit!important;font-family:inherit!important;text-transform:none;background:0 0!important;margin:0;padding:0;display:block;color:inherit!important;outline:0!important;cursor:pointer;contain:style;-webkit-flex-shrink:0;flex-shrink:0}.itemsContainer,.vertical-list{display:-webkit-box;display:-webkit-flex}.itemsContainer{display:flex}.vertical-list{display:flex;-webkit-box-orient:vertical;-webkit-box-direction:normal;-webkit-flex-direction:column;flex-direction:column;-webkit-flex-wrap:nowrap;flex-wrap:nowrap}.mediaSourceIndicator,.vertical-wrap{display:-webkit-box;display:-webkit-flex}.vertical-wrap{display:flex;-webkit-box-orient:horizontal;-webkit-box-direction:normal;-webkit-flex-direction:row;flex-direction:row;-webkit-flex-wrap:wrap;flex-wrap:wrap}.vertical-wrap.centered{-webkit-box-pack:center;-webkit-justify-content:center;justify-content:center}.vertical-wrap>.card{contain:layout style}.cardScalable{position:relative}.cardPadder-backdrop,.cardPadder-mixedBackdrop,.cardPadder-overflowBackdrop,.cardPadder-smallBackdrop{padding-bottom:56.25%}.cardPadder-mixedSquare,.cardPadder-overflowSquare,.cardPadder-square{padding-bottom:100%}.cardPadder-mixedPortrait,.cardPadder-overflowPortrait,.cardPadder-portrait,.overflowPortraitCard-textCardPadder{padding-bottom:150%}.cardPadder-banner{padding-bottom:18.5%}.cardBox{padding:0!important;margin:.28em .4em;-webkit-transition:none;-o-transition:none;transition:none;border:0 solid transparent;outline:0!important}.layout-tv .cardBox{margin:.28em .45em}@media all and (max-width:50em){.cardBox{margin:.28em}}.card-focuscontent{border:.12em solid transparent;-webkit-border-radius:.12em;border-radius:.12em}.card-focuscontent-large{border-width:.24em}.cardBox-focustransform{will-change:transform;-webkit-transition:-webkit-transform .2s ease-out;-o-transition:transform .2s ease-out;transition:transform .2s ease-out}.card:focus>.cardBox-focustransform{-webkit-transform:scale(1.16,1.16);transform:scale(1.16,1.16)}.cardBox-bottompadded{margin-bottom:1.9em!important}.layout-mobile .cardBox-bottompadded{margin-bottom:1.2em!important}.card:focus{position:relative!important;z-index:10!important}.btnCardOptions{position:absolute;bottom:.25em;right:0;margin:0!important;z-index:1}.mediaSourceIndicator{display:flex;position:absolute;-webkit-box-align:center;-webkit-align-items:center;align-items:center;-webkit-box-pack:center;-webkit-justify-content:center;justify-content:center;top:.3em;left:.3em;text-align:center;vertical-align:middle;width:1.6em;height:1.6em;-webkit-border-radius:50%;border-radius:50%;color:#fff;background:#38c}.cardText,.innerCardFooter{overflow:hidden;text-align:left}.cardImageContainer{-webkit-background-size:contain;background-size:contain;background-repeat:no-repeat;background-position:center center;display:-webkit-flex;display:-webkit-box;display:flex;-webkit-box-align:center;-webkit-align-items:center;align-items:center;-webkit-box-pack:center;-webkit-justify-content:center;justify-content:center;position:relative;-webkit-background-clip:content-box!important;background-clip:content-box!important;color:inherit;height:100%}.cardContent,.cardImage{position:absolute;right:0;top:0;left:0;bottom:0}.chapterCardImageContainer{background-color:#000;-webkit-border-radius:0;border-radius:0}.textCardImageContainer{background-color:#444}.cardContent{overflow:hidden;display:block;margin:0!important;height:100%;-webkit-border-radius:.12em;border-radius:.12em;outline:0!important}.visualCardBox .cardContent{-webkit-border-bottom-left-radius:0;border-bottom-left-radius:0;-webkit-border-bottom-right-radius:0;border-bottom-right-radius:0}.cardContent-shadow{-webkit-box-shadow:0 .0725em .29em 0 rgba(0,0,0,.37);box-shadow:0 .0725em .29em 0 rgba(0,0,0,.37)}.cardImage{-webkit-background-size:contain;background-size:contain;background-repeat:no-repeat;background-position:center bottom}.cardImage-img{max-height:100%;max-width:100%;min-height:70%;min-width:70%;margin:auto}.coveredImage-img{width:100%;height:100%}.coveredImage-noscale-img{max-height:none;max-width:none}.coveredImage{-webkit-background-size:100% 100%;background-size:100% 100%;background-position:center center}.coveredImage-noScale{-webkit-background-size:cover;background-size:cover}.cardFooter{padding:.5em .3em;position:relative}.cardFooter-transparent{padding-top:.26em}.layout-tv .cardFooter-transparent{padding-top:.1em}.visualCardBox{-webkit-box-shadow:0 .0725em .29em 0 rgba(0,0,0,.37);box-shadow:0 .0725em .29em 0 rgba(0,0,0,.37);-webkit-border-radius:.145em;border-radius:.145em}.innerCardFooter{background:rgba(0,0,0,.7);position:absolute;bottom:0;left:0;z-index:1;max-width:100%;color:#fff}.innerCardFooterClear{background-color:transparent}.fullInnerCardFooter{right:0}.cardText{padding:.06em .5em;white-space:nowrap;-o-text-overflow:ellipsis;text-overflow:ellipsis}.cardDefaultText,.cardTextCentered{text-align:center}.innerCardFooter>.cardText{padding:.3em .5em}.cardFooter-withlogo{padding-left:4em;position:relative}.cardFooterLogo{position:absolute;top:0;bottom:0;left:0;width:4.5em;-webkit-background-size:70% auto;background-size:70% auto;background-repeat:no-repeat;background-position:center center}.card:focus .cardText{color:inherit}.cardText-rightmargin{margin-right:2em}.cardDefaultText{white-space:normal}.textActionButton{background:0 0;border:0!important;padding:0!important;cursor:pointer;outline:0!important;color:inherit;vertical-align:middle;font-family:inherit;font-size:inherit}.textActionButton:hover{text-decoration:underline}.cardImageIcon{width:auto;height:auto;font-size:5em;color:inherit}.cardIndicators{right:.225em;top:.225em;position:absolute;display:-webkit-box;display:-webkit-flex;display:flex;-webkit-box-align:center;-webkit-align-items:center;align-items:center}.cardProgramAttributeIndicators{top:0;left:0;position:absolute;display:-webkit-box;display:-webkit-flex;display:flex;text-transform:uppercase;font-size:92%}.programAttributeIndicator{padding:.18em .5em;color:#fff;font-weight:500}.cardOverlayButton{color:rgba(255,255,255,.76)!important;-webkit-border-radius:100em;border-radius:100em;position:absolute;bottom:0;right:0;margin:0 .35em .65em 0;z-index:1;padding:.5em;background-color:rgba(0,0,0,.7)!important;font-size:86%}.cardOverlayButton-centered{bottom:initial;right:initial;position:static;position:absolute;display:-webkit-box;display:-webkit-flex;display:flex;font-size:112%;margin:-1.3em 0 0 -1.3em;width:2.6em;height:2.6em;top:50%;left:50%;background-color:rgba(0,0,0,.5)!important;border:2.4px solid rgba(255,255,255,.6);padding:.38em!important;color:rgba(255,255,255,.76);-webkit-transition:-webkit-transform .2s ease-out;-o-transition:transform .2s ease-out;transition:transform .2s ease-out}.cardOverlayButton-centered:hover{-webkit-transform:scale(1.2,1.2);transform:scale(1.2,1.2)}.cardOverlayButton-texticon{line-height:1;background-color:rgba(0,0,0,.4)!important}.cardOverlayButton-texticon-icon{font-style:normal}.defaultCardColor1{background-color:#009688}.defaultCardColor2{background-color:#D32F2F}.defaultCardColor3{background-color:#0288D1}.defaultCardColor4{background-color:#388E3C}.defaultCardColor5{background-color:#F57F17}.backdropCard,.bannerCard{width:100%}.smallBackdropCard,.squareCard{width:50%}.portraitCard{width:33.333333333333333333333333333333%}.mixedPortraitCard{width:12em}.mixedSquareCard{width:18em}.mixedBackdropCard{width:32em}@media all and (min-width:400px){.backdropCard{width:50%}}@media all and (min-width:500px){.portraitCard,.smallBackdropCard,.squareCard{width:33.333333333333333333333333333333%}}@media all and (min-width:700px){.portraitCard,.squareCard{width:25%}}@media all and (min-width:770px){.backdropCard{width:33.333333333333333333333333333333%}}@media all and (min-width:800px){.bannerCard{width:50%}.portraitCard{width:20%}.smallBackdropCard{width:25%}}@media all and (min-width:900px){.squareCard{width:20%}}@media all and (min-width:1000px){.smallBackdropCard{width:20%}}@media all and (min-width:1200px){.backdropCard{width:25%}.squareCard{width:16.666666666666666666666666666667%}.bannerCard{width:33.333333333333333333333333333333%}.portraitCard,.smallBackdropCard{width:16.666666666666666666666666666667%}}@media all and (min-width:1400px){.portraitCard,.smallBackdropCard,.squareCard{width:14.285714285714285714285714285714%}}@media all and (min-width:1600px){.portraitCard,.smallBackdropCard{width:12.5%}.backdropCard{width:20%}.squareCard{width:12.5%}}@media all and (min-width:1920px){.squareCard{width:11.111111111111111111111111111111%}}@media all and (min-width:2100px){.backdropCard{width:20%}.portraitCard{width:11.111111111111111111111111111111%}}@media all and (min-width:2200px){.bannerCard{width:25%}.portraitCard{width:10%}}@media all and (min-width:2500px){.backdropCard{width:16.666666666666666666666666666667%}}.itemsContainer-tv>.backdropCard{width:25%}.itemsContainer-tv>.portraitCard,.itemsContainer-tv>.squareCard{width:16.666666666666666666666666666667%}@media all and (orientation:portrait){.overflowPortraitCard{width:42vw}.overflowBackdropCard{width:72vw}.overflowSquareCard{width:42vw}}@media all and (orientation:landscape){.overflowBackdropCard{width:23.3vw}.overflowPortraitCard,.overflowSquareCard{width:15.5vw}}@media all and (orientation:landscape) and (min-width:1700px){.overflowBackdropCard{width:18.5vw}.overflowPortraitCard,.overflowSquareCard{width:11.6vw}}@media all and (orientation:portrait) and (min-width:400px){.overflowPortraitCard{width:31.5vw}}@media all and (orientation:portrait) and (min-width:540px){.overflowBackdropCard{width:64vw}.overflowSquareCard{width:31.5vw}}@media all and (orientation:portrait) and (min-width:640px){.overflowBackdropCard{width:56vw}}@media all and (orientation:portrait) and (min-width:760px){.overflowPortraitCard{width:23vw}.overflowBackdropCard{width:40vw}.overflowSquareCard{width:23vw}}@media all and (orientation:portrait) and (min-width:1200px){.overflowPortraitCard,.overflowSquareCard{width:18vw}}@media all and (orientation:portrait) and (min-width:1400px){.overflowPortraitCard,.overflowSquareCard{width:15vw}.overflowBackdropCard{width:30vw}}@media all and (orientation:portrait) and (min-width:1800px){.overflowBackdropCard{width:23.5vw}}.itemsContainer-tv>.overflowBackdropCard{width:23.3vw}.overflowBackdropCard-textCard{width:15.5vw!important}.overflowBackdropCard-textCardPadder{padding-bottom:87.75%}.itemsContainer-tv>.overflowPortraitCard,.itemsContainer-tv>.overflowSquareCard{width:15.5vw}
\ No newline at end of file
+.card,.card:focus{font-weight:inherit!important}.card,.cardBox,.cardContent,.textActionButton{-webkit-tap-highlight-color:transparent}button::-moz-focus-inner{padding:0;border:0}button{-webkit-border-fit:border!important}.card{border:0;font-size:inherit!important;font-family:inherit!important;text-transform:none;background:0 0!important;margin:0;padding:0;display:block;color:inherit!important;outline:0!important;cursor:pointer;contain:style;-webkit-flex-shrink:0;flex-shrink:0}.itemsContainer,.vertical-list{display:-webkit-box;display:-webkit-flex}.itemsContainer{display:flex}.vertical-list{display:flex;-webkit-box-orient:vertical;-webkit-box-direction:normal;-webkit-flex-direction:column;flex-direction:column;-webkit-flex-wrap:nowrap;flex-wrap:nowrap}.mediaSourceIndicator,.vertical-wrap{display:-webkit-box;display:-webkit-flex}.vertical-wrap{display:flex;-webkit-box-orient:horizontal;-webkit-box-direction:normal;-webkit-flex-direction:row;flex-direction:row;-webkit-flex-wrap:wrap;flex-wrap:wrap}.vertical-wrap.centered{-webkit-box-pack:center;-webkit-justify-content:center;justify-content:center}.vertical-wrap>.card{contain:layout style}.cardScalable{position:relative}.cardPadder-backdrop,.cardPadder-mixedBackdrop,.cardPadder-overflowBackdrop,.cardPadder-smallBackdrop{padding-bottom:56.25%}.cardPadder-mixedSquare,.cardPadder-overflowSquare,.cardPadder-square{padding-bottom:100%}.cardPadder-mixedPortrait,.cardPadder-overflowPortrait,.cardPadder-portrait,.overflowPortraitCard-textCardPadder{padding-bottom:150%}.cardPadder-banner{padding-bottom:18.5%}.cardBox{padding:0!important;margin:.28em .4em;-webkit-transition:none;-o-transition:none;transition:none;border:0 solid transparent;outline:0!important}.layout-tv .cardBox{margin:.28em .45em}@media all and (max-width:50em){.cardBox{margin:.28em}}.card-focuscontent{border:.12em solid transparent;-webkit-border-radius:.12em;border-radius:.12em}.card-focuscontent-large{border-width:.24em}.cardBox-focustransform{will-change:transform;-webkit-transition:-webkit-transform .2s ease-out;-o-transition:transform .2s ease-out;transition:transform .2s ease-out}.card:focus>.cardBox-focustransform{-webkit-transform:scale(1.16,1.16);transform:scale(1.16,1.16)}.cardBox-bottompadded{margin-bottom:1.9em!important}.layout-mobile .cardBox-bottompadded{margin-bottom:1.2em!important}.card:focus{position:relative!important;z-index:10!important}.btnCardOptions{position:absolute;bottom:.25em;right:0;margin:0!important;z-index:1}.mediaSourceIndicator{display:flex;position:absolute;-webkit-box-align:center;-webkit-align-items:center;align-items:center;-webkit-box-pack:center;-webkit-justify-content:center;justify-content:center;top:.3em;left:.3em;text-align:center;vertical-align:middle;width:1.6em;height:1.6em;-webkit-border-radius:50%;border-radius:50%;color:#fff;background:#38c}.cardText,.innerCardFooter{overflow:hidden;text-align:left}.cardImageContainer{-webkit-background-size:contain;background-size:contain;background-repeat:no-repeat;background-position:center center;display:-webkit-flex;display:-webkit-box;display:flex;-webkit-box-align:center;-webkit-align-items:center;align-items:center;-webkit-box-pack:center;-webkit-justify-content:center;justify-content:center;position:relative;-webkit-background-clip:content-box!important;background-clip:content-box!important;color:inherit;height:100%}.cardContent,.cardImage{position:absolute;right:0;top:0;left:0;bottom:0}.chapterCardImageContainer{background-color:#000;-webkit-border-radius:0;border-radius:0}.textCardImageContainer{background-color:#444}.cardContent{overflow:hidden;display:block;margin:0!important;height:100%;-webkit-border-radius:.12em;border-radius:.12em;outline:0!important}.visualCardBox .cardContent{-webkit-border-bottom-left-radius:0;border-bottom-left-radius:0;-webkit-border-bottom-right-radius:0;border-bottom-right-radius:0}.cardContent-shadow{-webkit-box-shadow:0 .0725em .29em 0 rgba(0,0,0,.37);box-shadow:0 .0725em .29em 0 rgba(0,0,0,.37)}.cardImage{-webkit-background-size:contain;background-size:contain;background-repeat:no-repeat;background-position:center bottom}.cardImage-img{max-height:100%;max-width:100%;min-height:70%;min-width:70%;margin:auto}.coveredImage-img{width:100%;height:100%}.coveredImage-noscale-img{max-height:none;max-width:none}.coveredImage{-webkit-background-size:100% 100%;background-size:100% 100%;background-position:center center}.coveredImage-noScale{-webkit-background-size:cover;background-size:cover}.cardFooter{padding:.5em .3em;position:relative}.cardFooter-transparent{padding-top:.26em;font-size:97%}.layout-tv .cardFooter-transparent{padding-top:.1em}.visualCardBox{-webkit-box-shadow:0 .0725em .29em 0 rgba(0,0,0,.37);box-shadow:0 .0725em .29em 0 rgba(0,0,0,.37);-webkit-border-radius:.145em;border-radius:.145em}.innerCardFooter{background:rgba(0,0,0,.7);position:absolute;bottom:0;left:0;z-index:1;max-width:100%;color:#fff}.innerCardFooterClear{background-color:transparent}.fullInnerCardFooter{right:0}.cardText{padding:.06em .5em;white-space:nowrap;-o-text-overflow:ellipsis;text-overflow:ellipsis}.cardDefaultText,.cardTextCentered{text-align:center}.innerCardFooter>.cardText{padding:.3em .5em}.cardFooter-withlogo{padding-left:4em;position:relative}.cardFooterLogo{position:absolute;top:0;bottom:0;left:0;width:4.5em;-webkit-background-size:70% auto;background-size:70% auto;background-repeat:no-repeat;background-position:center center}.card:focus .cardText{color:inherit}.cardText-rightmargin{margin-right:2em}.cardDefaultText{white-space:normal}.textActionButton{background:0 0;border:0!important;padding:0!important;cursor:pointer;outline:0!important;color:inherit;vertical-align:middle;font-family:inherit;font-size:inherit}.textActionButton:hover{text-decoration:underline}.cardImageIcon{width:auto;height:auto;font-size:5em;color:inherit}.cardIndicators{right:.225em;top:.225em;position:absolute;display:-webkit-box;display:-webkit-flex;display:flex;-webkit-box-align:center;-webkit-align-items:center;align-items:center}.cardProgramAttributeIndicators{top:0;left:0;position:absolute;display:-webkit-box;display:-webkit-flex;display:flex;text-transform:uppercase;font-size:92%}.programAttributeIndicator{padding:.18em .5em;color:#fff;font-weight:500}.cardOverlayButton{color:rgba(255,255,255,.76)!important;-webkit-border-radius:100em;border-radius:100em;position:absolute;bottom:0;right:0;margin:0 .35em .65em 0;z-index:1;padding:.5em;background-color:rgba(0,0,0,.7)!important;font-size:86%}.cardOverlayButton-centered{bottom:initial;right:initial;position:static;position:absolute;display:-webkit-box;display:-webkit-flex;display:flex;font-size:112%;margin:-1.3em 0 0 -1.3em;width:2.6em;height:2.6em;top:50%;left:50%;background-color:rgba(0,0,0,.5)!important;border:2.4px solid rgba(255,255,255,.6);padding:.38em!important;color:rgba(255,255,255,.76);-webkit-transition:-webkit-transform .2s ease-out;-o-transition:transform .2s ease-out;transition:transform .2s ease-out}.cardOverlayButton-centered:hover{-webkit-transform:scale(1.2,1.2);transform:scale(1.2,1.2)}.cardOverlayButton-texticon{line-height:1;background-color:rgba(0,0,0,.4)!important}.cardOverlayButton-texticon-icon{font-style:normal}.defaultCardColor1{background-color:#009688}.defaultCardColor2{background-color:#D32F2F}.defaultCardColor3{background-color:#0288D1}.defaultCardColor4{background-color:#388E3C}.defaultCardColor5{background-color:#F57F17}.backdropCard,.bannerCard{width:100%}.smallBackdropCard,.squareCard{width:50%}.portraitCard{width:33.333333333333333333333333333333%}.mixedPortraitCard{width:12em}.mixedSquareCard{width:18em}.mixedBackdropCard{width:32em}@media all and (min-width:400px){.backdropCard{width:50%}}@media all and (min-width:500px){.portraitCard,.smallBackdropCard,.squareCard{width:33.333333333333333333333333333333%}}@media all and (min-width:700px){.portraitCard,.squareCard{width:25%}}@media all and (min-width:770px){.backdropCard{width:33.333333333333333333333333333333%}}@media all and (min-width:800px){.bannerCard{width:50%}.portraitCard{width:20%}.smallBackdropCard{width:25%}}@media all and (min-width:900px){.squareCard{width:20%}}@media all and (min-width:1000px){.smallBackdropCard{width:20%}}@media all and (min-width:1200px){.backdropCard{width:25%}.squareCard{width:16.666666666666666666666666666667%}.bannerCard{width:33.333333333333333333333333333333%}.portraitCard,.smallBackdropCard{width:16.666666666666666666666666666667%}}@media all and (min-width:1400px){.portraitCard,.smallBackdropCard,.squareCard{width:14.285714285714285714285714285714%}}@media all and (min-width:1600px){.portraitCard,.smallBackdropCard{width:12.5%}.backdropCard{width:20%}.squareCard{width:12.5%}}@media all and (min-width:1920px){.squareCard{width:11.111111111111111111111111111111%}}@media all and (min-width:2100px){.backdropCard{width:20%}.portraitCard{width:11.111111111111111111111111111111%}}@media all and (min-width:2200px){.bannerCard{width:25%}.portraitCard{width:10%}}@media all and (min-width:2500px){.backdropCard{width:16.666666666666666666666666666667%}}.itemsContainer-tv>.backdropCard{width:25%}.itemsContainer-tv>.portraitCard,.itemsContainer-tv>.squareCard{width:16.666666666666666666666666666667%}@media all and (orientation:portrait){.overflowPortraitCard{width:42vw}.overflowBackdropCard{width:72vw}.overflowSquareCard{width:42vw}}@media all and (orientation:landscape){.overflowBackdropCard{width:23.3vw}.overflowPortraitCard,.overflowSquareCard{width:15.5vw}}@media all and (orientation:landscape) and (min-width:1700px){.overflowBackdropCard{width:18.5vw}.overflowPortraitCard,.overflowSquareCard{width:11.6vw}}@media all and (orientation:portrait) and (min-width:400px){.overflowPortraitCard{width:31.5vw}}@media all and (orientation:portrait) and (min-width:540px){.overflowBackdropCard{width:64vw}.overflowSquareCard{width:31.5vw}}@media all and (orientation:portrait) and (min-width:640px){.overflowBackdropCard{width:56vw}}@media all and (orientation:portrait) and (min-width:760px){.overflowPortraitCard{width:23vw}.overflowBackdropCard{width:40vw}.overflowSquareCard{width:23vw}}@media all and (orientation:portrait) and (min-width:1200px){.overflowPortraitCard,.overflowSquareCard{width:18vw}}@media all and (orientation:portrait) and (min-width:1400px){.overflowPortraitCard,.overflowSquareCard{width:15vw}.overflowBackdropCard{width:30vw}}@media all and (orientation:portrait) and (min-width:1800px){.overflowBackdropCard{width:23.5vw}}.itemsContainer-tv>.overflowBackdropCard{width:23.3vw}.overflowBackdropCard-textCard{width:15.5vw!important}.overflowBackdropCard-textCardPadder{padding-bottom:87.75%}.itemsContainer-tv>.overflowPortraitCard,.itemsContainer-tv>.overflowSquareCard{width:15.5vw}
\ No newline at end of file
diff --git a/MediaBrowser.WebDashboard/dashboard-ui/bower_components/emby-webcomponents/cardbuilder/chaptercardbuilder.js b/MediaBrowser.WebDashboard/dashboard-ui/bower_components/emby-webcomponents/cardbuilder/chaptercardbuilder.js
index 050355300a..4cac68f975 100644
--- a/MediaBrowser.WebDashboard/dashboard-ui/bower_components/emby-webcomponents/cardbuilder/chaptercardbuilder.js
+++ b/MediaBrowser.WebDashboard/dashboard-ui/bower_components/emby-webcomponents/cardbuilder/chaptercardbuilder.js
@@ -1 +1 @@
-define(["datetime","imageLoader","connectionManager","layoutManager","browser"],function(datetime,imageLoader,connectionManager,layoutManager,browser){"use strict";function buildChapterCardsHtml(item,chapters,options){var className="card scalableCard itemAction chapterCard";layoutManager.tv&&(browser.animate||browser.edge)&&(className+=" card-focusscale");var mediaStreams=((item.MediaSources||[])[0]||{}).MediaStreams||[],videoStream=mediaStreams.filter(function(i){return"Video"===i.Type})[0]||{},shape=options.backdropShape||"backdrop";videoStream.Width&&videoStream.Height&&videoStream.Width/videoStream.Height<=1.2&&(shape=options.squareShape||"square"),className+=" "+shape+"Card",className+=" "+shape+"Card-scalable",(options.block||options.rows)&&(className+=" block");for(var html="",itemsInRow=0,apiClient=connectionManager.getApiClient(item.ServerId),i=0,length=chapters.length;i');var chapter=chapters[i];html+=buildChapterCard(item,apiClient,chapter,i,options,className,shape),itemsInRow++,options.rows&&itemsInRow>=options.rows&&(itemsInRow=0,html+="
"}function previousImage(){swiperInstance?swiperInstance.slidePrev():(stopInterval(),showNextImage(currentIndex-1))}function nextImage(){if(swiperInstance){if(options.loop===!1&&swiperInstance.activeIndex>=swiperInstance.slides.length-1)return void dialogHelper.close(dlg);swiperInstance.slideNext()}else stopInterval(),showNextImage(currentIndex+1)}function getCurrentImageInfo(){if(swiperInstance){var slide=document.querySelector(".swiper-slide-active");return slide?{url:slide.getAttribute("data-original"),itemId:slide.getAttribute("data-itemid"),serverId:slide.getAttribute("data-serverid")}:null}return null}function download(){var imageInfo=getCurrentImageInfo();require(["fileDownloader"],function(fileDownloader){fileDownloader.download([imageInfo])})}function share(){var imageInfo=getCurrentImageInfo();require(["sharingmanager"],function(sharingManager){sharingManager.showMenu(imageInfo)})}function play(){var btnSlideshowPause=dlg.querySelector(".btnSlideshowPause i");btnSlideshowPause&&(btnSlideshowPause.innerHTML="pause"),swiperInstance.startAutoplay()}function pause(){var btnSlideshowPause=dlg.querySelector(".btnSlideshowPause i");btnSlideshowPause&&(btnSlideshowPause.innerHTML="play_arrow"),swiperInstance.stopAutoplay()}function playPause(){var paused="pause"!==dlg.querySelector(".btnSlideshowPause i").innerHTML;paused?play():pause()}function onDialogClosed(){var swiper=swiperInstance;swiper&&(swiper.destroy(!0,!0),swiperInstance=null),inputmanager.off(window,onInputCommand),document.removeEventListener(window.PointerEvent?"pointermove":"mousemove",onPointerMove)}function startInterval(options){currentOptions=options,stopInterval(),createElements(options),options.interactive||(currentIntervalMs=options.interval||11e3,showNextImage(options.startIndex||0,!0))}function isOsdOpen(){return _osdOpen}function getOsdBottom(){return dlg.querySelector(".slideshowBottomBar")}function showOsd(){var bottom=getOsdBottom();bottom&&(slideUpToShow(bottom),startHideTimer())}function hideOsd(){var bottom=getOsdBottom();bottom&&slideDownToHide(bottom)}function startHideTimer(){stopHideTimer(),hideTimeout=setTimeout(hideOsd,4e3)}function stopHideTimer(){hideTimeout&&(clearTimeout(hideTimeout),hideTimeout=null)}function slideUpToShow(elem){if(elem.classList.contains("hide")){_osdOpen=!0,elem.classList.remove("hide");var onFinish=function(){focusManager.focus(elem.querySelector(".btnSlideshowPause"))};return elem.animate?void requestAnimationFrame(function(){var keyframes=[{transform:"translate3d(0,"+elem.offsetHeight+"px,0)",opacity:".3",offset:0},{transform:"translate3d(0,0,0)",opacity:"1",offset:1}],timing={duration:300,iterations:1,easing:"ease-out"};elem.animate(keyframes,timing).onfinish=onFinish}):void onFinish()}}function slideDownToHide(elem){if(!elem.classList.contains("hide")){var onFinish=function(){elem.classList.add("hide"),_osdOpen=!1};return elem.animate?void requestAnimationFrame(function(){var keyframes=[{transform:"translate3d(0,0,0)",opacity:"1",offset:0},{transform:"translate3d(0,"+elem.offsetHeight+"px,0)",opacity:".3",offset:1}],timing={duration:300,iterations:1,easing:"ease-out"};elem.animate(keyframes,timing).onfinish=onFinish}):void onFinish()}}function onPointerMove(e){var pointerType=e.pointerType||(layoutManager.mobile?"touch":"mouse");if("mouse"===pointerType){var eventX=e.screenX||0,eventY=e.screenY||0,obj=lastMouseMoveData;if(!obj)return void(lastMouseMoveData={x:eventX,y:eventY});if(Math.abs(eventX-obj.x)<10&&Math.abs(eventY-obj.y)<10)return;obj.x=eventX,obj.y=eventY,showOsd()}}function onInputCommand(e){switch(e.detail.command){case"left":isOsdOpen()||(e.preventDefault(),e.stopPropagation(),previousImage());break;case"right":isOsdOpen()||(e.preventDefault(),e.stopPropagation(),nextImage());break;case"up":case"down":case"select":case"menu":case"info":case"play":case"playpause":case"pause":case"fastforward":case"rewind":case"next":case"previous":showOsd()}}function showNextImage(index,skipPreload){index=Math.max(0,index),index>=currentOptions.items.length&&(index=0),currentIndex=index;var options=currentOptions,items=options.items,item=items[index],imgUrl=getImgUrl(item),onSrcLoaded=function(){var cardImageContainer=dlg.querySelector(".slideshowImage"),newCardImageContainer=document.createElement("div");newCardImageContainer.className=cardImageContainer.className,options.cover&&newCardImageContainer.classList.add("slideshowImage-cover"),newCardImageContainer.style.backgroundImage="url('"+imgUrl+"')",newCardImageContainer.classList.add("hide"),cardImageContainer.parentNode.appendChild(newCardImageContainer),options.showTitle?dlg.querySelector(".slideshowImageText").innerHTML=item.Name:dlg.querySelector(".slideshowImageText").innerHTML="",newCardImageContainer.classList.remove("hide");var onAnimationFinished=function(){var parentNode=cardImageContainer.parentNode;parentNode&&parentNode.removeChild(cardImageContainer)};if(newCardImageContainer.animate){var keyframes=[{opacity:"0",offset:0},{opacity:"1",offset:1}],timing={duration:1200,iterations:1};newCardImageContainer.animate(keyframes,timing).onfinish=onAnimationFinished}else onAnimationFinished();stopInterval(),currentTimeout=setTimeout(function(){showNextImage(index+1,!0)},currentIntervalMs)};if(skipPreload)onSrcLoaded();else{var img=new Image;img.onload=onSrcLoaded,img.src=imgUrl}}function stopInterval(){currentTimeout&&(clearTimeout(currentTimeout),currentTimeout=null)}var swiperInstance,dlg,currentTimeout,currentIntervalMs,currentOptions,currentIndex,hideTimeout,lastMouseMoveData,self=this,_osdOpen=!1;self.show=function(){startInterval(options)},self.hide=function(){var dialog=dlg;dialog&&dialogHelper.close(dialog)}}});
\ No newline at end of file
diff --git a/MediaBrowser.WebDashboard/dashboard-ui/bower_components/emby-webcomponents/strings/ar.json b/MediaBrowser.WebDashboard/dashboard-ui/bower_components/emby-webcomponents/strings/ar.json
index 3ab363d1b8..0fe6983c00 100644
--- a/MediaBrowser.WebDashboard/dashboard-ui/bower_components/emby-webcomponents/strings/ar.json
+++ b/MediaBrowser.WebDashboard/dashboard-ui/bower_components/emby-webcomponents/strings/ar.json
@@ -601,5 +601,11 @@
"RestartPleaseWaitMessage": "Please wait while Emby Server shuts down and restarts. This may take a minute or two.",
"PlayNext": "Play next",
"AllowSeasonalThemes": "Allow automatic seasonal themes",
- "AllowSeasonalThemesHelp": "If enabled, seasonal themes will occasionally override your theme setting."
+ "AllowSeasonalThemesHelp": "If enabled, seasonal themes will occasionally override your theme setting.",
+ "AutoBasedOnLanguageSetting": "Auto (based on language setting)",
+ "LabelDateTimeLocale": "Date time locale:",
+ "DirectorValue": "Director: {0}",
+ "DirectorsValue": "Directors: {0}",
+ "GenreValue": "Genre: {0}",
+ "GenresValue": "Genres: {0}"
}
\ No newline at end of file
diff --git a/MediaBrowser.WebDashboard/dashboard-ui/bower_components/emby-webcomponents/strings/be-by.json b/MediaBrowser.WebDashboard/dashboard-ui/bower_components/emby-webcomponents/strings/be-by.json
index 32c1a3639b..28944423a4 100644
--- a/MediaBrowser.WebDashboard/dashboard-ui/bower_components/emby-webcomponents/strings/be-by.json
+++ b/MediaBrowser.WebDashboard/dashboard-ui/bower_components/emby-webcomponents/strings/be-by.json
@@ -601,5 +601,11 @@
"RestartPleaseWaitMessage": "Please wait while Emby Server shuts down and restarts. This may take a minute or two.",
"PlayNext": "Play next",
"AllowSeasonalThemes": "Allow automatic seasonal themes",
- "AllowSeasonalThemesHelp": "If enabled, seasonal themes will occasionally override your theme setting."
+ "AllowSeasonalThemesHelp": "If enabled, seasonal themes will occasionally override your theme setting.",
+ "AutoBasedOnLanguageSetting": "Auto (based on language setting)",
+ "LabelDateTimeLocale": "Date time locale:",
+ "DirectorValue": "Director: {0}",
+ "DirectorsValue": "Directors: {0}",
+ "GenreValue": "Genre: {0}",
+ "GenresValue": "Genres: {0}"
}
\ No newline at end of file
diff --git a/MediaBrowser.WebDashboard/dashboard-ui/bower_components/emby-webcomponents/strings/bg-bg.json b/MediaBrowser.WebDashboard/dashboard-ui/bower_components/emby-webcomponents/strings/bg-bg.json
index 8ef2963e61..1a656f1326 100644
--- a/MediaBrowser.WebDashboard/dashboard-ui/bower_components/emby-webcomponents/strings/bg-bg.json
+++ b/MediaBrowser.WebDashboard/dashboard-ui/bower_components/emby-webcomponents/strings/bg-bg.json
@@ -16,7 +16,7 @@
"OriginalAirDateValue": "\u0414\u0430\u0442\u0430 \u043d\u0430 \u043f\u044a\u0440\u0432\u043e\u043d\u0430\u0447\u0430\u043b\u043d\u043e \u0438\u0437\u043b\u044a\u0447\u0432\u0430\u043d\u0435: {0}",
"EndsAtValue": "Ends at {0}",
"HeaderSelectDate": "\u0418\u0437\u0431\u0438\u0440\u0430\u043d\u0435 \u043d\u0430 \u0434\u0430\u0442\u0430",
- "Watched": "Watched",
+ "Watched": "\u0418\u0437\u0433\u043b\u0435\u0434\u0430\u043d\u043e",
"Played": "Played",
"ButtonOk": "\u0414\u043e\u0431\u0440\u0435",
"ButtonCancel": "\u041e\u0442\u043c\u044f\u043d\u0430",
@@ -97,21 +97,21 @@
"LabelName": "\u0418\u043c\u0435:",
"NewCollectionNameExample": "\u041f\u0440\u0438\u043c\u0435\u0440: \u043a\u043e\u043b\u0435\u043a\u0446\u0438\u044f \u041c\u0435\u0436\u0434\u0443\u0437\u0432\u0435\u0437\u0434\u043d\u0438 \u0432\u043e\u0439\u043d\u0438",
"MessageItemsAdded": "Items added.",
- "OptionNew": "New...",
- "LabelPlaylist": "Playlist:",
+ "OptionNew": "\u041d\u043e\u0432...",
+ "LabelPlaylist": "\u0421\u043f\u0438\u0441\u044a\u043a:",
"AddToPlaylist": "\u0414\u043e\u0431\u0430\u0432\u044f\u043d\u0435 \u043a\u044a\u043c \u0441\u043f\u0438\u0441\u044a\u043a",
"HeaderAddToPlaylist": "\u0414\u043e\u0431\u0430\u0432\u044f\u043d\u0435 \u043a\u044a\u043c \u0441\u043f\u0438\u0441\u044a\u043a",
"Subtitles": "\u0421\u0443\u0431\u0442\u0438\u0442\u0440\u0438",
"LabelTheme": "Theme:",
"LabelDashboardTheme": "Server dashboard theme:",
- "SearchForSubtitles": "Search for Subtitles",
+ "SearchForSubtitles": "\u0422\u044a\u0440\u0441\u0435\u043d\u0435 \u043d\u0430 \u0441\u0443\u0431\u0442\u0438\u0442\u0440\u0438",
"LabelLanguage": "\u0415\u0437\u0438\u043a:",
"Search": "\u0422\u044a\u0440\u0441\u0435\u043d\u0435",
"NoSubtitleSearchResultsFound": "\u041d\u044f\u043c\u0430 \u043d\u0430\u043c\u0435\u0440\u0435\u043d\u0438 \u0440\u0435\u0437\u0443\u043b\u0442\u0430\u0442\u0438.",
"File": "\u0424\u0430\u0439\u043b",
"MessageAreYouSureDeleteSubtitles": "Are you sure you wish to delete this subtitle file?",
"ConfirmDeletion": "Confirm Deletion",
- "MySubtitles": "My Subtitles",
+ "MySubtitles": "\u041c\u043e\u0438\u0442\u0435 \u0441\u0443\u0431\u0442\u0438\u0442\u0440\u0438",
"MessageDownloadQueued": "Download queued.",
"EditSubtitles": "\u0420\u0435\u0434\u0430\u043a\u0442\u0438\u0440\u0430\u043d\u0435 \u043d\u0430 \u0441\u0443\u0431\u0442\u0438\u0442\u0440\u0438\u0442\u0435",
"UnlockGuide": "Unlock Guide",
@@ -128,26 +128,26 @@
"MessageIfYouBlockedVoice": "If you denied voice access to the app you'll need to reconfigure before trying again.",
"ValueDiscNumber": "Disc {0}",
"Unrated": "Unrated",
- "Favorite": "Favorite",
+ "Favorite": "\u0412 \u043b\u044e\u0431\u0438\u043c\u0438",
"Like": "Like",
"Dislike": "Dislike",
"RefreshDialogHelp": "Metadata is refreshed based on settings and internet services that are enabled in the Emby Server dashboard.",
"Open": "\u041e\u0442\u0432\u0430\u0440\u044f\u043d\u0435",
"Play": "\u041f\u0443\u0441\u043a\u0430\u043d\u0435",
"AddToPlayQueue": "Add to play queue",
- "Shuffle": "Shuffle",
+ "Shuffle": "\u041f\u0443\u0441\u043a\u0430\u043d\u0435 \u0432 \u0440\u0430\u0437\u0431\u044a\u0440\u043a\u0430\u043d \u0440\u0435\u0434",
"Identify": "\u0420\u0430\u0437\u043f\u043e\u0437\u043d\u0430\u0432\u0430\u043d\u0435",
"EditImages": "\u0420\u0435\u0434\u0430\u043a\u0442\u0438\u0440\u0430\u043d\u0435 \u043d\u0430 \u0438\u0437\u043e\u0431\u0440\u0430\u0436\u0435\u043d\u0438\u044f\u0442\u0430",
"EditInfo": "\u0420\u0435\u0434\u0430\u043a\u0442\u0438\u0440\u0430\u043d\u0435 \u043d\u0430 \u0434\u0430\u043d\u043d\u0438\u0442\u0435",
"Sync": "\u0421\u0438\u043d\u0445\u0440\u043e\u043d\u0438\u0437\u0438\u0440\u0430\u043d\u0435",
- "InstantMix": "Instant mix",
- "ViewAlbum": "View album",
- "ViewArtist": "View artist",
+ "InstantMix": "\u041f\u0443\u0441\u043a\u0430\u043d\u0435 \u043d\u0430 \u043f\u043e\u0434\u043e\u0431\u043d\u0438",
+ "ViewAlbum": "\u041f\u0440\u0435\u0433\u043b\u0435\u0434 \u043d\u0430 \u0430\u043b\u0431\u0443\u043c\u0430",
+ "ViewArtist": "\u041f\u0440\u0435\u0433\u043b\u0435\u0434 \u043d\u0430 \u0438\u0437\u043f\u044a\u043b\u043d\u0438\u0442\u0435\u043b\u044f",
"QueueAllFromHere": "Queue all from here",
"PlayAllFromHere": "\u041f\u0443\u0441\u043a\u0430\u043d\u0435 \u043d\u0430 \u0432\u0441\u0438\u0447\u043a\u043e \u043e\u0442 \u0442\u0443\u043a",
"PlayFromBeginning": "Play from beginning",
"ResumeAt": "Resume from {0}",
- "RemoveFromPlaylist": "Remove from playlist",
+ "RemoveFromPlaylist": "\u041f\u0440\u0435\u043c\u0430\u0445\u0432\u0430\u043d\u0435 \u043e\u0442 \u0441\u043f\u0438\u0441\u044a\u043a\u0430",
"RemoveFromCollection": "Remove from collection",
"Trailer": "\u0422\u0440\u0435\u0439\u043b\u044a\u0440",
"MarkPlayed": "\u041e\u0442\u0431\u0435\u043b\u044f\u0437\u0432\u0430\u043d\u0435 \u043a\u0430\u0442\u043e \u043f\u0443\u0441\u043a\u0430\u043d\u043e",
@@ -185,7 +185,7 @@
"LabelAirDays": "Air days:",
"LabelAirTime": "Air time:",
"LabelRuntimeMinutes": "Run time (minutes):",
- "LabelParentalRating": "Parental rating:",
+ "LabelParentalRating": "\u0420\u043e\u0434\u0438\u0442\u0435\u043b\u0441\u043a\u0430 \u043e\u0446\u0435\u043d\u043a\u0430:",
"LabelCustomRating": "Custom rating:",
"LabelOriginalAspectRatio": "\u041e\u0440\u0438\u0433\u0438\u043d\u0430\u043b\u043d\u043e \u0441\u044a\u043e\u0442\u043d\u043e\u0448\u0435\u043d\u0438\u0435:",
"Label3DFormat": "3D format:",
@@ -204,13 +204,13 @@
"LabelAirsBeforeEpisode": "Airs before episode:",
"HeaderExternalIds": "External Ids:",
"HeaderDisplaySettings": "Display Settings",
- "LabelDisplayOrder": "Display order:",
- "Display": "Display",
+ "LabelDisplayOrder": "\u0420\u0435\u0434 \u043d\u0430 \u043f\u043e\u043a\u0430\u0437\u0432\u0430\u043d\u0435:",
+ "Display": "\u0415\u043a\u0440\u0430\u043d",
"Countries": "\u0414\u044a\u0440\u0436\u0430\u0432\u0438",
"Genres": "\u0416\u0430\u043d\u0440\u043e\u0432\u0435",
"Studios": "\u0421\u0442\u0443\u0434\u0438\u0430",
"Tags": "\u0415\u0442\u0438\u043a\u0435\u0442\u0438",
- "HeaderMetadataSettings": "Metadata Settings",
+ "HeaderMetadataSettings": "\u041d\u0430\u0441\u0442\u0440\u043e\u0439\u043a\u0438 \u043d\u0430 \u043c\u0435\u0442\u0430\u0434\u0430\u043d\u043d\u0438\u0442\u0435",
"People": "\u0425\u043e\u0440\u0430",
"LabelMetadataDownloadLanguage": "\u041f\u0440\u0435\u0434\u043f\u043e\u0447\u0438\u0442\u0430\u043d \u0435\u0437\u0438\u043a \u043d\u0430 \u0441\u0432\u0430\u043b\u044f\u043d\u0435:",
"LabelLockItemToPreventChanges": "Lock this item to prevent future changes",
@@ -272,7 +272,7 @@
"ValueAlbumCount": "{0} albums",
"ValueOneMusicVideo": "1 music video",
"ValueMusicVideoCount": "{0} music videos",
- "ValueMinutes": "{0} min",
+ "ValueMinutes": "{0} \u043c\u0438\u043d\u0443\u0442\u0438",
"Albums": "\u0410\u043b\u0431\u0443\u043c\u0438",
"Songs": "\u041f\u0435\u0441\u043d\u0438",
"Books": "\u041a\u043d\u0438\u0433\u0438",
@@ -340,8 +340,8 @@
"AllEpisodes": "All episodes",
"LabelStartWhenPossible": "Start when possible:",
"LabelStopWhenPossible": "Stop when possible:",
- "MinutesBefore": "minutes before",
- "MinutesAfter": "minutes after",
+ "MinutesBefore": "\u043c\u0438\u043d\u0443\u0442\u0438 \u043f\u0440\u0435\u0434\u0438",
+ "MinutesAfter": "\u043c\u0438\u043d\u0443\u0442\u0438 \u0441\u043b\u0435\u0434",
"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:",
@@ -357,7 +357,7 @@
"Kids": "Kids",
"EnableColorCodedBackgrounds": "Enable color coded backgrounds",
"SortChannelsBy": "Sort channels by:",
- "RecentlyWatched": "Recently watched",
+ "RecentlyWatched": "\u0421\u043a\u043e\u0440\u043e \u0433\u043b\u0435\u0434\u0430\u043d\u0438",
"ChannelNumber": "Channel number",
"HeaderBenefitsEmbyPremiere": "Benefits of Emby Premiere",
"ThankYouForTryingEnjoyOneMinute": "Please enjoy one minute of playback. Thank you for trying Emby.",
@@ -416,13 +416,13 @@
"Reject": "Reject",
"Connect": "Connect",
"HeaderMyMedia": "\u041c\u043e\u044f\u0442\u0430 \u043c\u0435\u0434\u0438\u044f",
- "HeaderMyMediaSmall": "My Media (small)",
+ "HeaderMyMediaSmall": "\u041c\u043e\u044f\u0442\u0430 \u043c\u0435\u0434\u0438\u044f (\u043c\u0430\u043b\u044a\u043a)",
"LatestFromLibrary": "Latest {0}",
"HeaderLatestChannelMedia": "Latest Channel Items",
"HeaderContinueWatching": "Continue Watching",
"HeaderContinueListening": "Continue Listening",
"HeaderActiveRecordings": "Active Recordings",
- "HeaderLatestRecordings": "Latest Recordings",
+ "HeaderLatestRecordings": "\u041f\u043e\u0441\u043b\u0435\u0434\u043d\u0438 \u0437\u0430\u043f\u0438\u0441\u0438",
"LabelSyncTo": "Sync to:",
"Next": "Next",
"LabelSource": "Source:",
@@ -430,14 +430,14 @@
"Previous": "Previous",
"HeaderNextUp": "Next Up",
"HeaderLatestFrom": "Latest from {0}",
- "LabelHomeScreenSectionValue": "Home screen section {0}:",
+ "LabelHomeScreenSectionValue": "\u0420\u0430\u0437\u0434\u0435\u043b {0} \u043d\u0430 \u043d\u0430\u0447\u0430\u043b\u043d\u0438\u044f \u0435\u043a\u0440\u0430\u043d:",
"SettingsSaved": "Settings saved.",
- "None": "None",
+ "None": "\u041d\u0438\u0449\u043e",
"More": "More",
"Up": "Up",
"Down": "Down",
- "HeaderHomeScreen": "Home Screen",
- "HeaderHomeScreenContent": "Home Screen Content",
+ "HeaderHomeScreen": "\u041d\u0430\u0447\u0430\u043b\u0435\u043d \u0435\u043a\u0440\u0430\u043d",
+ "HeaderHomeScreenContent": "\u0421\u044a\u0434\u044a\u0440\u0436\u0430\u043d\u0438\u0435 \u043d\u0430 \u043d\u0430\u0447\u0430\u043b\u043d\u0438\u044f \u0435\u043a\u0440\u0430\u043d",
"HeaderLatestChannelItems": "Latest Channel Items",
"LabelSelectHomeScreenItemsFolders": "Allow items to appear on my home screen from:",
"HeaderLibraryOrder": "\u041f\u043e\u0434\u0440\u0435\u0434\u0431\u0430 \u043d\u0430 \u0431\u0438\u0431\u043b\u0438\u043e\u0442\u0435\u043a\u0430\u0442\u0430",
@@ -449,7 +449,7 @@
"PlaybackErrorPlaceHolder": "Please insert the disc in order to play this video.",
"Guide": "Guide",
"Suggestions": "\u041f\u0440\u0435\u0434\u043b\u043e\u0436\u0435\u043d\u0438\u044f",
- "Favorites": "Favorites",
+ "Favorites": "\u041b\u044e\u0431\u0438\u043c\u0438",
"Collections": "\u041a\u043e\u043b\u0435\u043a\u0446\u0438\u0438",
"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.",
@@ -521,12 +521,12 @@
"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",
+ "HeaderSubtitleSettings": "\u041d\u0430\u0441\u0442\u0440\u043e\u0439\u043a\u0438 \u043d\u0430 \u0441\u0443\u0431\u0442\u0438\u0442\u0440\u0438\u0442\u0435",
"HeaderSubtitleAppearance": "\u041e\u0431\u043b\u0438\u043a \u043d\u0430 \u0441\u0443\u0431\u0442\u0438\u0442\u0440\u0438\u0442\u0435",
"OnlyForcedSubtitlesHelp": "Only subtitles marked as forced will be loaded.",
"AlwaysPlaySubtitlesHelp": "Subtitles matching the language preference will be loaded regardless of the audio language.",
"NoSubtitlesHelp": "Subtitles will not be loaded by default. They can still be turned on manually during playback.",
- "LabelPreferredSubtitleLanguage": "Preferred subtitle language:",
+ "LabelPreferredSubtitleLanguage": "\u041f\u0440\u0435\u0434\u043f\u043e\u0447\u0438\u0442\u0430\u043d \u0435\u0437\u0438\u043a \u043d\u0430 \u0441\u0443\u0431\u0442\u0438\u0442\u0440\u0438\u0442\u0435:",
"LabelTextSize": "\u0420\u0430\u0437\u043c\u0435\u0440 \u043d\u0430 \u0442\u0435\u043a\u0441\u0442\u0430:",
"TheseSettingsAffectSubtitlesOnThisDevice": "These settings affect subtitles on this device",
"LabelDropShadow": "\u0421\u044f\u043d\u043a\u0430:",
@@ -601,5 +601,11 @@
"RestartPleaseWaitMessage": "Please wait while Emby Server shuts down and restarts. This may take a minute or two.",
"PlayNext": "Play next",
"AllowSeasonalThemes": "Allow automatic seasonal themes",
- "AllowSeasonalThemesHelp": "If enabled, seasonal themes will occasionally override your theme setting."
+ "AllowSeasonalThemesHelp": "If enabled, seasonal themes will occasionally override your theme setting.",
+ "AutoBasedOnLanguageSetting": "\u0410\u0432\u0442\u043e\u043c\u0430\u0442\u0438\u0447\u043d\u043e (\u0441\u043f\u043e\u0440\u0435\u0434 \u0435\u0437\u0438\u043a\u0430)",
+ "LabelDateTimeLocale": "Date time locale:",
+ "DirectorValue": "Director: {0}",
+ "DirectorsValue": "Directors: {0}",
+ "GenreValue": "Genre: {0}",
+ "GenresValue": "Genres: {0}"
}
\ No newline at end of file
diff --git a/MediaBrowser.WebDashboard/dashboard-ui/bower_components/emby-webcomponents/strings/ca.json b/MediaBrowser.WebDashboard/dashboard-ui/bower_components/emby-webcomponents/strings/ca.json
index 9c6069c8ef..f2f2f00588 100644
--- a/MediaBrowser.WebDashboard/dashboard-ui/bower_components/emby-webcomponents/strings/ca.json
+++ b/MediaBrowser.WebDashboard/dashboard-ui/bower_components/emby-webcomponents/strings/ca.json
@@ -601,5 +601,11 @@
"RestartPleaseWaitMessage": "Please wait while Emby Server shuts down and restarts. This may take a minute or two.",
"PlayNext": "Play next",
"AllowSeasonalThemes": "Allow automatic seasonal themes",
- "AllowSeasonalThemesHelp": "If enabled, seasonal themes will occasionally override your theme setting."
+ "AllowSeasonalThemesHelp": "If enabled, seasonal themes will occasionally override your theme setting.",
+ "AutoBasedOnLanguageSetting": "Auto (based on language setting)",
+ "LabelDateTimeLocale": "Date time locale:",
+ "DirectorValue": "Director: {0}",
+ "DirectorsValue": "Directors: {0}",
+ "GenreValue": "Genre: {0}",
+ "GenresValue": "Genres: {0}"
}
\ No newline at end of file
diff --git a/MediaBrowser.WebDashboard/dashboard-ui/bower_components/emby-webcomponents/strings/cs.json b/MediaBrowser.WebDashboard/dashboard-ui/bower_components/emby-webcomponents/strings/cs.json
index 75c1c2e0ad..3d3be1f394 100644
--- a/MediaBrowser.WebDashboard/dashboard-ui/bower_components/emby-webcomponents/strings/cs.json
+++ b/MediaBrowser.WebDashboard/dashboard-ui/bower_components/emby-webcomponents/strings/cs.json
@@ -601,5 +601,11 @@
"RestartPleaseWaitMessage": "Please wait while Emby Server shuts down and restarts. This may take a minute or two.",
"PlayNext": "Play next",
"AllowSeasonalThemes": "Allow automatic seasonal themes",
- "AllowSeasonalThemesHelp": "If enabled, seasonal themes will occasionally override your theme setting."
+ "AllowSeasonalThemesHelp": "If enabled, seasonal themes will occasionally override your theme setting.",
+ "AutoBasedOnLanguageSetting": "Auto (based on language setting)",
+ "LabelDateTimeLocale": "Date time locale:",
+ "DirectorValue": "Director: {0}",
+ "DirectorsValue": "Directors: {0}",
+ "GenreValue": "Genre: {0}",
+ "GenresValue": "Genres: {0}"
}
\ No newline at end of file
diff --git a/MediaBrowser.WebDashboard/dashboard-ui/bower_components/emby-webcomponents/strings/da.json b/MediaBrowser.WebDashboard/dashboard-ui/bower_components/emby-webcomponents/strings/da.json
index 13689bb704..4b3fb4b493 100644
--- a/MediaBrowser.WebDashboard/dashboard-ui/bower_components/emby-webcomponents/strings/da.json
+++ b/MediaBrowser.WebDashboard/dashboard-ui/bower_components/emby-webcomponents/strings/da.json
@@ -601,5 +601,11 @@
"RestartPleaseWaitMessage": "Please wait while Emby Server shuts down and restarts. This may take a minute or two.",
"PlayNext": "Play next",
"AllowSeasonalThemes": "Allow automatic seasonal themes",
- "AllowSeasonalThemesHelp": "If enabled, seasonal themes will occasionally override your theme setting."
+ "AllowSeasonalThemesHelp": "If enabled, seasonal themes will occasionally override your theme setting.",
+ "AutoBasedOnLanguageSetting": "Auto (based on language setting)",
+ "LabelDateTimeLocale": "Date time locale:",
+ "DirectorValue": "Director: {0}",
+ "DirectorsValue": "Directors: {0}",
+ "GenreValue": "Genre: {0}",
+ "GenresValue": "Genres: {0}"
}
\ No newline at end of file
diff --git a/MediaBrowser.WebDashboard/dashboard-ui/bower_components/emby-webcomponents/strings/de.json b/MediaBrowser.WebDashboard/dashboard-ui/bower_components/emby-webcomponents/strings/de.json
index 7d136d83a5..0b1448856c 100644
--- a/MediaBrowser.WebDashboard/dashboard-ui/bower_components/emby-webcomponents/strings/de.json
+++ b/MediaBrowser.WebDashboard/dashboard-ui/bower_components/emby-webcomponents/strings/de.json
@@ -601,5 +601,11 @@
"RestartPleaseWaitMessage": "Warte bitte bis der Emby Server heruntergefahren und neu gestartet wurde. Dieser Vorgang dauert 1 bis 2 Minuten.",
"PlayNext": "Spiele als N\u00e4chstes ab",
"AllowSeasonalThemes": "Erlaube automatische Saison-Themes",
- "AllowSeasonalThemesHelp": "Wenn aktiviert, werden Saison-Themes von Zeit zu Zeit deine Theme-Einstellungen \u00fcberschreiben."
+ "AllowSeasonalThemesHelp": "Wenn aktiviert, werden Saison-Themes von Zeit zu Zeit deine Theme-Einstellungen \u00fcberschreiben.",
+ "AutoBasedOnLanguageSetting": "Automatisch (basierend auf Spracheinstellung)",
+ "LabelDateTimeLocale": "Datum\/Zeit lokal:",
+ "DirectorValue": "Regisseur: {0}",
+ "DirectorsValue": "Regisseure: {0}",
+ "GenreValue": "Genre: {0}",
+ "GenresValue": "Genres: {0}"
}
\ No newline at end of file
diff --git a/MediaBrowser.WebDashboard/dashboard-ui/bower_components/emby-webcomponents/strings/el.json b/MediaBrowser.WebDashboard/dashboard-ui/bower_components/emby-webcomponents/strings/el.json
index a3a132980c..2c3512b8cb 100644
--- a/MediaBrowser.WebDashboard/dashboard-ui/bower_components/emby-webcomponents/strings/el.json
+++ b/MediaBrowser.WebDashboard/dashboard-ui/bower_components/emby-webcomponents/strings/el.json
@@ -601,5 +601,11 @@
"RestartPleaseWaitMessage": "Please wait while Emby Server shuts down and restarts. This may take a minute or two.",
"PlayNext": "Play next",
"AllowSeasonalThemes": "Allow automatic seasonal themes",
- "AllowSeasonalThemesHelp": "If enabled, seasonal themes will occasionally override your theme setting."
+ "AllowSeasonalThemesHelp": "If enabled, seasonal themes will occasionally override your theme setting.",
+ "AutoBasedOnLanguageSetting": "Auto (based on language setting)",
+ "LabelDateTimeLocale": "Date time locale:",
+ "DirectorValue": "Director: {0}",
+ "DirectorsValue": "Directors: {0}",
+ "GenreValue": "Genre: {0}",
+ "GenresValue": "Genres: {0}"
}
\ No newline at end of file
diff --git a/MediaBrowser.WebDashboard/dashboard-ui/bower_components/emby-webcomponents/strings/en-gb.json b/MediaBrowser.WebDashboard/dashboard-ui/bower_components/emby-webcomponents/strings/en-gb.json
index 9be28e146b..2e26c46234 100644
--- a/MediaBrowser.WebDashboard/dashboard-ui/bower_components/emby-webcomponents/strings/en-gb.json
+++ b/MediaBrowser.WebDashboard/dashboard-ui/bower_components/emby-webcomponents/strings/en-gb.json
@@ -601,5 +601,11 @@
"RestartPleaseWaitMessage": "Please wait while Emby Server shuts down and restarts. This may take a minute or two.",
"PlayNext": "Play next",
"AllowSeasonalThemes": "Allow automatic seasonal themes",
- "AllowSeasonalThemesHelp": "If enabled, seasonal themes will occasionally override your theme setting."
+ "AllowSeasonalThemesHelp": "If enabled, seasonal themes will occasionally override your theme setting.",
+ "AutoBasedOnLanguageSetting": "Auto (based on language setting)",
+ "LabelDateTimeLocale": "Date time locale:",
+ "DirectorValue": "Director: {0}",
+ "DirectorsValue": "Directors: {0}",
+ "GenreValue": "Genre: {0}",
+ "GenresValue": "Genres: {0}"
}
\ No newline at end of file
diff --git a/MediaBrowser.WebDashboard/dashboard-ui/bower_components/emby-webcomponents/strings/en-us.json b/MediaBrowser.WebDashboard/dashboard-ui/bower_components/emby-webcomponents/strings/en-us.json
index 17ee9386e6..11f0421e9c 100644
--- a/MediaBrowser.WebDashboard/dashboard-ui/bower_components/emby-webcomponents/strings/en-us.json
+++ b/MediaBrowser.WebDashboard/dashboard-ui/bower_components/emby-webcomponents/strings/en-us.json
@@ -601,5 +601,11 @@
"RestartPleaseWaitMessage": "Please wait while Emby Server shuts down and restarts. This may take a minute or two.",
"PlayNext": "Play next",
"AllowSeasonalThemes": "Allow automatic seasonal themes",
- "AllowSeasonalThemesHelp": "If enabled, seasonal themes will occasionally override your theme setting."
+ "AllowSeasonalThemesHelp": "If enabled, seasonal themes will occasionally override your theme setting.",
+ "AutoBasedOnLanguageSetting": "Auto (based on language setting)",
+ "LabelDateTimeLocale": "Date time locale:",
+ "DirectorValue": "Director: {0}",
+ "DirectorsValue": "Directors: {0}",
+ "GenreValue": "Genre: {0}",
+ "GenresValue": "Genres: {0}"
}
\ No newline at end of file
diff --git a/MediaBrowser.WebDashboard/dashboard-ui/bower_components/emby-webcomponents/strings/es-ar.json b/MediaBrowser.WebDashboard/dashboard-ui/bower_components/emby-webcomponents/strings/es-ar.json
index 7feee6d365..45c1b7c98d 100644
--- a/MediaBrowser.WebDashboard/dashboard-ui/bower_components/emby-webcomponents/strings/es-ar.json
+++ b/MediaBrowser.WebDashboard/dashboard-ui/bower_components/emby-webcomponents/strings/es-ar.json
@@ -601,5 +601,11 @@
"RestartPleaseWaitMessage": "Please wait while Emby Server shuts down and restarts. This may take a minute or two.",
"PlayNext": "Play next",
"AllowSeasonalThemes": "Allow automatic seasonal themes",
- "AllowSeasonalThemesHelp": "If enabled, seasonal themes will occasionally override your theme setting."
+ "AllowSeasonalThemesHelp": "If enabled, seasonal themes will occasionally override your theme setting.",
+ "AutoBasedOnLanguageSetting": "Auto (based on language setting)",
+ "LabelDateTimeLocale": "Date time locale:",
+ "DirectorValue": "Director: {0}",
+ "DirectorsValue": "Directors: {0}",
+ "GenreValue": "Genre: {0}",
+ "GenresValue": "Genres: {0}"
}
\ No newline at end of file
diff --git a/MediaBrowser.WebDashboard/dashboard-ui/bower_components/emby-webcomponents/strings/es-mx.json b/MediaBrowser.WebDashboard/dashboard-ui/bower_components/emby-webcomponents/strings/es-mx.json
index 8b6b4da7ac..4a9cb42fd6 100644
--- a/MediaBrowser.WebDashboard/dashboard-ui/bower_components/emby-webcomponents/strings/es-mx.json
+++ b/MediaBrowser.WebDashboard/dashboard-ui/bower_components/emby-webcomponents/strings/es-mx.json
@@ -601,5 +601,11 @@
"RestartPleaseWaitMessage": "Por favor espere mientras el Servidor Emby cierra y reinicia. Este puede tomar un minuto o dos.",
"PlayNext": "Reproducir siguiente",
"AllowSeasonalThemes": "Permitir temas de temporada autom\u00e1ticamente",
- "AllowSeasonalThemesHelp": "Si esta habilitado, temas de temporada reemplazaran ocasionalmente el tema por defecto."
+ "AllowSeasonalThemesHelp": "Si esta habilitado, temas de temporada reemplazaran ocasionalmente el tema por defecto.",
+ "AutoBasedOnLanguageSetting": "Auto (basado en la configuraci\u00f3n del lenguaje)",
+ "LabelDateTimeLocale": "Configuraci\u00f3n regional de Fecha y Hora:",
+ "DirectorValue": "Director: {0}",
+ "DirectorsValue": "Directors: {0}",
+ "GenreValue": "Genre: {0}",
+ "GenresValue": "Genres: {0}"
}
\ No newline at end of file
diff --git a/MediaBrowser.WebDashboard/dashboard-ui/bower_components/emby-webcomponents/strings/es.json b/MediaBrowser.WebDashboard/dashboard-ui/bower_components/emby-webcomponents/strings/es.json
index 41e156e928..48005423c8 100644
--- a/MediaBrowser.WebDashboard/dashboard-ui/bower_components/emby-webcomponents/strings/es.json
+++ b/MediaBrowser.WebDashboard/dashboard-ui/bower_components/emby-webcomponents/strings/es.json
@@ -16,7 +16,7 @@
"OriginalAirDateValue": "Fecha de emisi\u00f3n original: {0}",
"EndsAtValue": "Termina a las {0}",
"HeaderSelectDate": "Seleccionar Fecha",
- "Watched": "Watched",
+ "Watched": "Visto",
"Played": "Reproducido",
"ButtonOk": "Ok",
"ButtonCancel": "Cancelar",
@@ -88,10 +88,10 @@
"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",
+ "EnableThemeVideos": "Habilitar temas videos",
"EnableThemeVideosHelp": "If enabled, theme videos will be played in the background while browsing the library.",
"RunAtStartup": "Run at startup",
- "LabelScreensaver": "Screensaver:",
+ "LabelScreensaver": "Salvapantallas",
"LabelSoundEffects": "Sound effects:",
"LabelSkin": "Skin:",
"LabelName": "Nombre:",
@@ -333,7 +333,7 @@
"ChannelNameOnly": "Canal {0} solo",
"Anytime": "Anytime",
"AroundTime": "Around {0}",
- "All": "All",
+ "All": "Todo",
"AllChannels": "Todos los canales",
"LabelRecord": "Grabar:",
"NewEpisodesOnly": "Solo nuevos episodios",
@@ -424,10 +424,10 @@
"HeaderActiveRecordings": "Grabaciones activas",
"HeaderLatestRecordings": "\u00daltimas Grabaciones",
"LabelSyncTo": "Sincronizar en:",
- "Next": "Next",
+ "Next": "Siguiente",
"LabelSource": "Source:",
- "AllLanguages": "All languages",
- "Previous": "Previous",
+ "AllLanguages": "Todos los idiomas",
+ "Previous": "Anterior",
"HeaderNextUp": "Siguiendo",
"HeaderLatestFrom": "Lo \u00faltimo de {0}",
"LabelHomeScreenSectionValue": "Secci\u00f3n de la pantalla de inicio {0}:",
@@ -470,7 +470,7 @@
"Schedule": "Horario",
"Recordings": "Grabaciones",
"MarkWatched": "Marcar como visto",
- "ScanForNewAndUpdatedFiles": "Scan for new and updated files",
+ "ScanForNewAndUpdatedFiles": "Buscar archivos nuevos y actualizados",
"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.",
@@ -599,7 +599,13 @@
"HeaderLatestMedia": "\u00daltimos medios",
"HeaderRestartingEmbyServer": "Restarting Emby Server",
"RestartPleaseWaitMessage": "Please wait while Emby Server shuts down and restarts. This may take a minute or two.",
- "PlayNext": "Play next",
+ "PlayNext": "Reproducir siguiente",
"AllowSeasonalThemes": "Allow automatic seasonal themes",
- "AllowSeasonalThemesHelp": "If enabled, seasonal themes will occasionally override your theme setting."
+ "AllowSeasonalThemesHelp": "If enabled, seasonal themes will occasionally override your theme setting.",
+ "AutoBasedOnLanguageSetting": "Auto (based on language setting)",
+ "LabelDateTimeLocale": "Date time locale:",
+ "DirectorValue": "Director: {0}",
+ "DirectorsValue": "Directors: {0}",
+ "GenreValue": "Genre: {0}",
+ "GenresValue": "Genres: {0}"
}
\ No newline at end of file
diff --git a/MediaBrowser.WebDashboard/dashboard-ui/bower_components/emby-webcomponents/strings/fi.json b/MediaBrowser.WebDashboard/dashboard-ui/bower_components/emby-webcomponents/strings/fi.json
index de68b5e875..ffb00c7b91 100644
--- a/MediaBrowser.WebDashboard/dashboard-ui/bower_components/emby-webcomponents/strings/fi.json
+++ b/MediaBrowser.WebDashboard/dashboard-ui/bower_components/emby-webcomponents/strings/fi.json
@@ -601,5 +601,11 @@
"RestartPleaseWaitMessage": "Please wait while Emby Server shuts down and restarts. This may take a minute or two.",
"PlayNext": "Play next",
"AllowSeasonalThemes": "Allow automatic seasonal themes",
- "AllowSeasonalThemesHelp": "If enabled, seasonal themes will occasionally override your theme setting."
+ "AllowSeasonalThemesHelp": "If enabled, seasonal themes will occasionally override your theme setting.",
+ "AutoBasedOnLanguageSetting": "Auto (based on language setting)",
+ "LabelDateTimeLocale": "Date time locale:",
+ "DirectorValue": "Director: {0}",
+ "DirectorsValue": "Directors: {0}",
+ "GenreValue": "Genre: {0}",
+ "GenresValue": "Genres: {0}"
}
\ No newline at end of file
diff --git a/MediaBrowser.WebDashboard/dashboard-ui/bower_components/emby-webcomponents/strings/fr-ca.json b/MediaBrowser.WebDashboard/dashboard-ui/bower_components/emby-webcomponents/strings/fr-ca.json
index 5f8fef0a90..facf8b4fd9 100644
--- a/MediaBrowser.WebDashboard/dashboard-ui/bower_components/emby-webcomponents/strings/fr-ca.json
+++ b/MediaBrowser.WebDashboard/dashboard-ui/bower_components/emby-webcomponents/strings/fr-ca.json
@@ -601,5 +601,11 @@
"RestartPleaseWaitMessage": "Please wait while Emby Server shuts down and restarts. This may take a minute or two.",
"PlayNext": "Play next",
"AllowSeasonalThemes": "Allow automatic seasonal themes",
- "AllowSeasonalThemesHelp": "If enabled, seasonal themes will occasionally override your theme setting."
+ "AllowSeasonalThemesHelp": "If enabled, seasonal themes will occasionally override your theme setting.",
+ "AutoBasedOnLanguageSetting": "Auto (based on language setting)",
+ "LabelDateTimeLocale": "Date time locale:",
+ "DirectorValue": "Director: {0}",
+ "DirectorsValue": "Directors: {0}",
+ "GenreValue": "Genre: {0}",
+ "GenresValue": "Genres: {0}"
}
\ No newline at end of file
diff --git a/MediaBrowser.WebDashboard/dashboard-ui/bower_components/emby-webcomponents/strings/fr.json b/MediaBrowser.WebDashboard/dashboard-ui/bower_components/emby-webcomponents/strings/fr.json
index 7fdd53cf60..9e2cc78d2a 100644
--- a/MediaBrowser.WebDashboard/dashboard-ui/bower_components/emby-webcomponents/strings/fr.json
+++ b/MediaBrowser.WebDashboard/dashboard-ui/bower_components/emby-webcomponents/strings/fr.json
@@ -601,5 +601,11 @@
"RestartPleaseWaitMessage": "Veuillez patienter pendant que le serveur Emby s'arr\u00eate et red\u00e9marre. Cela peut prendre une minute ou deux.",
"PlayNext": "Lire le suivant",
"AllowSeasonalThemes": "Autoriser les th\u00e8mes saisonniers automatiques",
- "AllowSeasonalThemesHelp": "Des th\u00e8mes saisonniers viendront occasionnellement remplacer votre th\u00e8me r\u00e9gulier."
+ "AllowSeasonalThemesHelp": "Des th\u00e8mes saisonniers viendront occasionnellement remplacer votre th\u00e8me r\u00e9gulier.",
+ "AutoBasedOnLanguageSetting": "Auto (bas\u00e9 sur le r\u00e9glage de la langue)",
+ "LabelDateTimeLocale": "Date et heure locale\u00a0:",
+ "DirectorValue": "R\u00e9alisateur: {0}",
+ "DirectorsValue": "R\u00e9alisateurs: {0}",
+ "GenreValue": "Genre: {0}",
+ "GenresValue": "Genres: {0}"
}
\ No newline at end of file
diff --git a/MediaBrowser.WebDashboard/dashboard-ui/bower_components/emby-webcomponents/strings/gsw.json b/MediaBrowser.WebDashboard/dashboard-ui/bower_components/emby-webcomponents/strings/gsw.json
index 457fecd5bc..7daaefcd31 100644
--- a/MediaBrowser.WebDashboard/dashboard-ui/bower_components/emby-webcomponents/strings/gsw.json
+++ b/MediaBrowser.WebDashboard/dashboard-ui/bower_components/emby-webcomponents/strings/gsw.json
@@ -601,5 +601,11 @@
"RestartPleaseWaitMessage": "Please wait while Emby Server shuts down and restarts. This may take a minute or two.",
"PlayNext": "Play next",
"AllowSeasonalThemes": "Allow automatic seasonal themes",
- "AllowSeasonalThemesHelp": "If enabled, seasonal themes will occasionally override your theme setting."
+ "AllowSeasonalThemesHelp": "If enabled, seasonal themes will occasionally override your theme setting.",
+ "AutoBasedOnLanguageSetting": "Auto (based on language setting)",
+ "LabelDateTimeLocale": "Date time locale:",
+ "DirectorValue": "Director: {0}",
+ "DirectorsValue": "Directors: {0}",
+ "GenreValue": "Genre: {0}",
+ "GenresValue": "Genres: {0}"
}
\ No newline at end of file
diff --git a/MediaBrowser.WebDashboard/dashboard-ui/bower_components/emby-webcomponents/strings/he.json b/MediaBrowser.WebDashboard/dashboard-ui/bower_components/emby-webcomponents/strings/he.json
index f9988f25eb..1b6a396759 100644
--- a/MediaBrowser.WebDashboard/dashboard-ui/bower_components/emby-webcomponents/strings/he.json
+++ b/MediaBrowser.WebDashboard/dashboard-ui/bower_components/emby-webcomponents/strings/he.json
@@ -601,5 +601,11 @@
"RestartPleaseWaitMessage": "Please wait while Emby Server shuts down and restarts. This may take a minute or two.",
"PlayNext": "Play next",
"AllowSeasonalThemes": "Allow automatic seasonal themes",
- "AllowSeasonalThemesHelp": "If enabled, seasonal themes will occasionally override your theme setting."
+ "AllowSeasonalThemesHelp": "If enabled, seasonal themes will occasionally override your theme setting.",
+ "AutoBasedOnLanguageSetting": "Auto (based on language setting)",
+ "LabelDateTimeLocale": "Date time locale:",
+ "DirectorValue": "Director: {0}",
+ "DirectorsValue": "Directors: {0}",
+ "GenreValue": "Genre: {0}",
+ "GenresValue": "Genres: {0}"
}
\ No newline at end of file
diff --git a/MediaBrowser.WebDashboard/dashboard-ui/bower_components/emby-webcomponents/strings/hr.json b/MediaBrowser.WebDashboard/dashboard-ui/bower_components/emby-webcomponents/strings/hr.json
index 53d113d97b..87653f654d 100644
--- a/MediaBrowser.WebDashboard/dashboard-ui/bower_components/emby-webcomponents/strings/hr.json
+++ b/MediaBrowser.WebDashboard/dashboard-ui/bower_components/emby-webcomponents/strings/hr.json
@@ -601,5 +601,11 @@
"RestartPleaseWaitMessage": "Please wait while Emby Server shuts down and restarts. This may take a minute or two.",
"PlayNext": "Play next",
"AllowSeasonalThemes": "Allow automatic seasonal themes",
- "AllowSeasonalThemesHelp": "If enabled, seasonal themes will occasionally override your theme setting."
+ "AllowSeasonalThemesHelp": "If enabled, seasonal themes will occasionally override your theme setting.",
+ "AutoBasedOnLanguageSetting": "Auto (based on language setting)",
+ "LabelDateTimeLocale": "Date time locale:",
+ "DirectorValue": "Director: {0}",
+ "DirectorsValue": "Directors: {0}",
+ "GenreValue": "Genre: {0}",
+ "GenresValue": "Genres: {0}"
}
\ No newline at end of file
diff --git a/MediaBrowser.WebDashboard/dashboard-ui/bower_components/emby-webcomponents/strings/hu.json b/MediaBrowser.WebDashboard/dashboard-ui/bower_components/emby-webcomponents/strings/hu.json
index 8f5e538b13..254c197542 100644
--- a/MediaBrowser.WebDashboard/dashboard-ui/bower_components/emby-webcomponents/strings/hu.json
+++ b/MediaBrowser.WebDashboard/dashboard-ui/bower_components/emby-webcomponents/strings/hu.json
@@ -53,7 +53,7 @@
"MessageActiveSubscriptionRequiredSeriesRecordings": "An active Emby Premiere subscription is required in order to create automated series recordings.",
"LabelEmailAddress": "E-mail c\u00edm:",
"PromoConvertRecordingsToStreamingFormat": "Automatically convert recordings to a streaming friendly format with Emby Premiere. Recordings will be converted on the fly to MP4 or MKV, based on Emby server settings.",
- "FeatureRequiresEmbyPremiere": "This feature requires an active Emby Premiere subscription.",
+ "FeatureRequiresEmbyPremiere": "Ez a szolg\u00e1ltat\u00e1s akt\u00edv Emby Premier el\u0151fizet\u00e9st ig\u00e9nyel.",
"HeaderConvertYourRecordings": "Convert Your Recordings",
"Record": "Felv\u00e9tel",
"Save": "Ment\u00e9s",
@@ -82,12 +82,12 @@
"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.",
+ "DisplayMissingEpisodesWithinSeasons": "Hi\u00e1nyz\u00f3 \u00e9vad epiz\u00f3dok megjelen\u00edt\u00e9se",
+ "DisplayMissingEpisodesWithinSeasonsHelp": "Ezt enged\u00e9lyezni kell az Emby Szerver be\u00e1ll\u00edt\u00e1sban l\u00e9v\u0151 TV k\u00f6nyvt\u00e1rak eset\u00e9ben is.",
+ "EnableThemeSongs": "F\u0151c\u00edm dalok enged\u00e9lyez\u00e9se",
+ "EnableBackdrops": "H\u00e1tt\u00e9rk\u00e9pek enged\u00e9lyezve",
+ "EnableThemeSongsHelp": "Ha enged\u00e9lyezve van, a f\u0151c\u00edm dalok a h\u00e1tt\u00e9rben j\u00e1tsz\u00f3dnak le a k\u00f6nyvt\u00e1r b\u00f6ng\u00e9sz\u00e9se k\u00f6zben.",
+ "EnableBackdropsHelp": "Ha enged\u00e9lyezve van, akkor a h\u00e1tt\u00e9rk\u00e9pek a k\u00f6nyvt\u00e1r b\u00f6ng\u00e9sz\u00e9se k\u00f6zben n\u00e9h\u00e1ny oldal h\u00e1tter\u00e9ben jelennek meg.",
"EnableThemeVideos": "Enable theme videos",
"EnableThemeVideosHelp": "If enabled, theme videos will be played in the background while browsing the library.",
"RunAtStartup": "Run at startup",
@@ -102,8 +102,8 @@
"AddToPlaylist": "Lej\u00e1tsz\u00e1si list\u00e1hoz adni",
"HeaderAddToPlaylist": "Lej\u00e1tsz\u00e1si list\u00e1hoz adni",
"Subtitles": "Feliratok",
- "LabelTheme": "Theme:",
- "LabelDashboardTheme": "Server dashboard theme:",
+ "LabelTheme": "Kin\u00e9zet:",
+ "LabelDashboardTheme": "Szerver vez\u00e9rl\u0151pult kin\u00e9zet:",
"SearchForSubtitles": "Felirat keres\u00e9se",
"LabelLanguage": "Nyelv:",
"Search": "Keres\u00e9s",
@@ -205,7 +205,7 @@
"HeaderExternalIds": "K\u00fcls\u0151 id-k:",
"HeaderDisplaySettings": "K\u00e9perny\u0151 be\u00e1ll\u00edt\u00e1sok",
"LabelDisplayOrder": "Megjelen\u00edt\u00e9si sorrend:",
- "Display": "Display",
+ "Display": "Megjelen\u00edt\u00e9s",
"Countries": "Countries",
"Genres": "M\u0171fajok",
"Studios": "St\u00fadi\u00f3k",
@@ -275,8 +275,8 @@
"ValueMinutes": "{0} min",
"Albums": "Albums",
"Songs": "Songs",
- "Books": "Books",
- "HeaderAudioBooks": "Audio Books",
+ "Books": "K\u00f6nyvek",
+ "HeaderAudioBooks": "Hangos k\u00f6nyvek",
"HeaderIdentifyItemHelp": "Adj meg egy vagy t\u00f6bb keres\u00e9si krit\u00e9riumot. T\u00e1vol\u00edtsd el a krit\u00e9riumokat a keres\u00e9si eredm\u00e9nyek n\u00f6vel\u00e9se \u00e9rdek\u00e9ben.",
"PleaseEnterNameOrId": "Please enter a name or an external Id.",
"MessageItemSaved": "Item saved.",
@@ -601,5 +601,11 @@
"RestartPleaseWaitMessage": "Please wait while Emby Server shuts down and restarts. This may take a minute or two.",
"PlayNext": "Play next",
"AllowSeasonalThemes": "Allow automatic seasonal themes",
- "AllowSeasonalThemesHelp": "If enabled, seasonal themes will occasionally override your theme setting."
+ "AllowSeasonalThemesHelp": "If enabled, seasonal themes will occasionally override your theme setting.",
+ "AutoBasedOnLanguageSetting": "Auto (based on language setting)",
+ "LabelDateTimeLocale": "Date time locale:",
+ "DirectorValue": "Director: {0}",
+ "DirectorsValue": "Directors: {0}",
+ "GenreValue": "Genre: {0}",
+ "GenresValue": "Genres: {0}"
}
\ No newline at end of file
diff --git a/MediaBrowser.WebDashboard/dashboard-ui/bower_components/emby-webcomponents/strings/id.json b/MediaBrowser.WebDashboard/dashboard-ui/bower_components/emby-webcomponents/strings/id.json
index 6821cc1c2a..eee5c48a03 100644
--- a/MediaBrowser.WebDashboard/dashboard-ui/bower_components/emby-webcomponents/strings/id.json
+++ b/MediaBrowser.WebDashboard/dashboard-ui/bower_components/emby-webcomponents/strings/id.json
@@ -601,5 +601,11 @@
"RestartPleaseWaitMessage": "Please wait while Emby Server shuts down and restarts. This may take a minute or two.",
"PlayNext": "Play next",
"AllowSeasonalThemes": "Allow automatic seasonal themes",
- "AllowSeasonalThemesHelp": "If enabled, seasonal themes will occasionally override your theme setting."
+ "AllowSeasonalThemesHelp": "If enabled, seasonal themes will occasionally override your theme setting.",
+ "AutoBasedOnLanguageSetting": "Auto (based on language setting)",
+ "LabelDateTimeLocale": "Date time locale:",
+ "DirectorValue": "Director: {0}",
+ "DirectorsValue": "Directors: {0}",
+ "GenreValue": "Genre: {0}",
+ "GenresValue": "Genres: {0}"
}
\ No newline at end of file
diff --git a/MediaBrowser.WebDashboard/dashboard-ui/bower_components/emby-webcomponents/strings/it.json b/MediaBrowser.WebDashboard/dashboard-ui/bower_components/emby-webcomponents/strings/it.json
index 8cef2f94fd..dfd9a1cd7e 100644
--- a/MediaBrowser.WebDashboard/dashboard-ui/bower_components/emby-webcomponents/strings/it.json
+++ b/MediaBrowser.WebDashboard/dashboard-ui/bower_components/emby-webcomponents/strings/it.json
@@ -601,5 +601,11 @@
"RestartPleaseWaitMessage": "Per piacere aspetta mentre Emby Server si arresta e riavvia. Questo pu\u00f2 richiedere un minuto o due.",
"PlayNext": "Riproduci prossimo",
"AllowSeasonalThemes": "Consenti temi automatici stagionali",
- "AllowSeasonalThemesHelp": "Se abilitato, i temi stagionali sovrascriveranno occasionalmente l'impostazione del tema."
+ "AllowSeasonalThemesHelp": "Se abilitato, i temi stagionali sovrascriveranno occasionalmente l'impostazione del tema.",
+ "AutoBasedOnLanguageSetting": "Auto (based on language setting)",
+ "LabelDateTimeLocale": "Date time locale:",
+ "DirectorValue": "Director: {0}",
+ "DirectorsValue": "Directors: {0}",
+ "GenreValue": "Genre: {0}",
+ "GenresValue": "Genres: {0}"
}
\ No newline at end of file
diff --git a/MediaBrowser.WebDashboard/dashboard-ui/bower_components/emby-webcomponents/strings/kk.json b/MediaBrowser.WebDashboard/dashboard-ui/bower_components/emby-webcomponents/strings/kk.json
index 9ce6c07f16..c91d7763ae 100644
--- a/MediaBrowser.WebDashboard/dashboard-ui/bower_components/emby-webcomponents/strings/kk.json
+++ b/MediaBrowser.WebDashboard/dashboard-ui/bower_components/emby-webcomponents/strings/kk.json
@@ -600,6 +600,12 @@
"HeaderRestartingEmbyServer": "Emby Server \u049b\u0430\u0439\u0442\u0430 \u0456\u0441\u043a\u0435 \u049b\u043e\u0441\u044b\u043b\u0443\u0434\u0430",
"RestartPleaseWaitMessage": "Emby Server \u0436\u04b1\u043c\u044b\u0441\u044b \u0430\u044f\u049b\u0442\u0430\u043b\u044b\u043f, \u049b\u0430\u0439\u0442\u0430 \u0456\u0441\u043a\u0435 \u049b\u043e\u0441\u044b\u043b\u0493\u0430\u043d\u0448\u0430 \u0434\u0435\u0439\u0456\u043d \u043a\u04af\u0442\u0435 \u0442\u04b1\u0440\u044b\u04a3\u044b\u0437. \u0411\u04b1\u043b \u0431\u0456\u0440-\u0435\u043a\u0456 \u043c\u0438\u043d\u04e9\u0442\u049b\u0430 \u0441\u043e\u0437\u044b\u043b\u0443\u044b \u043c\u04af\u043c\u043a\u0456\u043d.",
"PlayNext": "\u041a\u0435\u043b\u0435\u0441\u0456\u043d\u0456 \u043e\u0439\u043d\u0430\u0442\u0443",
- "AllowSeasonalThemes": "Allow automatic seasonal themes",
- "AllowSeasonalThemesHelp": "If enabled, seasonal themes will occasionally override your theme setting."
+ "AllowSeasonalThemes": "\u0410\u0432\u0442\u043e\u043c\u0430\u0442\u0442\u044b \u0442\u04af\u0440\u0434\u0435\u0433\u0456 \u043c\u0430\u0443\u0441\u044b\u043c\u0434\u044b\u049b \u0442\u0430\u049b\u044b\u0440\u044b\u043f\u0442\u0430\u0440\u0493\u0430 \u0440\u04b1\u049b\u0441\u0430\u0442 \u0435\u0442\u0443",
+ "AllowSeasonalThemesHelp": "\u049a\u043e\u0441\u044b\u043b\u0493\u0430\u043d \u0431\u043e\u043b\u0441\u0430, \u043c\u0430\u0443\u0441\u044b\u043c\u0434\u044b\u049b \u0442\u0430\u049b\u044b\u0440\u044b\u043f\u0442\u0430\u0440 \u0430\u043d\u0434\u0430-\u0441\u0430\u043d\u0434\u0430 \u0442\u0430\u049b\u044b\u0440\u044b\u043f \u043f\u0430\u0440\u0430\u043c\u0435\u0442\u0440\u043b\u0435\u0440\u0456\u04a3\u0456\u0437\u0434\u0456\u04a3 \u043a\u04af\u0448\u0456\u043d \u0436\u043e\u044f\u0434\u044b.",
+ "AutoBasedOnLanguageSetting": "\u0410\u0432\u0442\u043e\u043c\u0430\u0442\u0442\u044b \u0442\u04af\u0440\u0434\u0435 (\u0442\u0456\u043b \u0442\u0435\u04a3\u0448\u0435\u043b\u0456\u043c\u0456 \u043d\u0435\u0433\u0456\u0437\u0456\u043d\u0434\u0435)",
+ "LabelDateTimeLocale": "\u041a\u04af\u043d \u043c\u0435\u043d \u0443\u0430\u049b\u044b\u0442:",
+ "DirectorValue": "\u0420\u0435\u0436\u0438\u0441\u0441\u0435\u0440\u0456: {0}",
+ "DirectorsValue": "\u0420\u0435\u0436\u0438\u0441\u0441\u0435\u0440\u043b\u0435\u0440; {0}",
+ "GenreValue": "\u0416\u0430\u043d\u0440: {0}",
+ "GenresValue": "\u0416\u0430\u043d\u0440\u043b\u0430\u0440: {0}"
}
\ No newline at end of file
diff --git a/MediaBrowser.WebDashboard/dashboard-ui/bower_components/emby-webcomponents/strings/ko.json b/MediaBrowser.WebDashboard/dashboard-ui/bower_components/emby-webcomponents/strings/ko.json
index a81d68af1b..94cf04b7bd 100644
--- a/MediaBrowser.WebDashboard/dashboard-ui/bower_components/emby-webcomponents/strings/ko.json
+++ b/MediaBrowser.WebDashboard/dashboard-ui/bower_components/emby-webcomponents/strings/ko.json
@@ -601,5 +601,11 @@
"RestartPleaseWaitMessage": "Please wait while Emby Server shuts down and restarts. This may take a minute or two.",
"PlayNext": "Play next",
"AllowSeasonalThemes": "Allow automatic seasonal themes",
- "AllowSeasonalThemesHelp": "If enabled, seasonal themes will occasionally override your theme setting."
+ "AllowSeasonalThemesHelp": "If enabled, seasonal themes will occasionally override your theme setting.",
+ "AutoBasedOnLanguageSetting": "Auto (based on language setting)",
+ "LabelDateTimeLocale": "Date time locale:",
+ "DirectorValue": "Director: {0}",
+ "DirectorsValue": "Directors: {0}",
+ "GenreValue": "Genre: {0}",
+ "GenresValue": "Genres: {0}"
}
\ No newline at end of file
diff --git a/MediaBrowser.WebDashboard/dashboard-ui/bower_components/emby-webcomponents/strings/lt-lt.json b/MediaBrowser.WebDashboard/dashboard-ui/bower_components/emby-webcomponents/strings/lt-lt.json
index a73b5d83ee..9de7645a6c 100644
--- a/MediaBrowser.WebDashboard/dashboard-ui/bower_components/emby-webcomponents/strings/lt-lt.json
+++ b/MediaBrowser.WebDashboard/dashboard-ui/bower_components/emby-webcomponents/strings/lt-lt.json
@@ -601,5 +601,11 @@
"RestartPleaseWaitMessage": "Please wait while Emby Server shuts down and restarts. This may take a minute or two.",
"PlayNext": "Play next",
"AllowSeasonalThemes": "Allow automatic seasonal themes",
- "AllowSeasonalThemesHelp": "If enabled, seasonal themes will occasionally override your theme setting."
+ "AllowSeasonalThemesHelp": "If enabled, seasonal themes will occasionally override your theme setting.",
+ "AutoBasedOnLanguageSetting": "Auto (based on language setting)",
+ "LabelDateTimeLocale": "Date time locale:",
+ "DirectorValue": "Director: {0}",
+ "DirectorsValue": "Directors: {0}",
+ "GenreValue": "Genre: {0}",
+ "GenresValue": "Genres: {0}"
}
\ No newline at end of file
diff --git a/MediaBrowser.WebDashboard/dashboard-ui/bower_components/emby-webcomponents/strings/ms.json b/MediaBrowser.WebDashboard/dashboard-ui/bower_components/emby-webcomponents/strings/ms.json
index 852663d332..73bed1f683 100644
--- a/MediaBrowser.WebDashboard/dashboard-ui/bower_components/emby-webcomponents/strings/ms.json
+++ b/MediaBrowser.WebDashboard/dashboard-ui/bower_components/emby-webcomponents/strings/ms.json
@@ -601,5 +601,11 @@
"RestartPleaseWaitMessage": "Please wait while Emby Server shuts down and restarts. This may take a minute or two.",
"PlayNext": "Play next",
"AllowSeasonalThemes": "Allow automatic seasonal themes",
- "AllowSeasonalThemesHelp": "If enabled, seasonal themes will occasionally override your theme setting."
+ "AllowSeasonalThemesHelp": "If enabled, seasonal themes will occasionally override your theme setting.",
+ "AutoBasedOnLanguageSetting": "Auto (based on language setting)",
+ "LabelDateTimeLocale": "Date time locale:",
+ "DirectorValue": "Director: {0}",
+ "DirectorsValue": "Directors: {0}",
+ "GenreValue": "Genre: {0}",
+ "GenresValue": "Genres: {0}"
}
\ No newline at end of file
diff --git a/MediaBrowser.WebDashboard/dashboard-ui/bower_components/emby-webcomponents/strings/nb.json b/MediaBrowser.WebDashboard/dashboard-ui/bower_components/emby-webcomponents/strings/nb.json
index 0bba9be62d..2551d40b29 100644
--- a/MediaBrowser.WebDashboard/dashboard-ui/bower_components/emby-webcomponents/strings/nb.json
+++ b/MediaBrowser.WebDashboard/dashboard-ui/bower_components/emby-webcomponents/strings/nb.json
@@ -601,5 +601,11 @@
"RestartPleaseWaitMessage": "Please wait while Emby Server shuts down and restarts. This may take a minute or two.",
"PlayNext": "Play next",
"AllowSeasonalThemes": "Allow automatic seasonal themes",
- "AllowSeasonalThemesHelp": "If enabled, seasonal themes will occasionally override your theme setting."
+ "AllowSeasonalThemesHelp": "If enabled, seasonal themes will occasionally override your theme setting.",
+ "AutoBasedOnLanguageSetting": "Auto (based on language setting)",
+ "LabelDateTimeLocale": "Date time locale:",
+ "DirectorValue": "Director: {0}",
+ "DirectorsValue": "Directors: {0}",
+ "GenreValue": "Genre: {0}",
+ "GenresValue": "Genres: {0}"
}
\ No newline at end of file
diff --git a/MediaBrowser.WebDashboard/dashboard-ui/bower_components/emby-webcomponents/strings/nl.json b/MediaBrowser.WebDashboard/dashboard-ui/bower_components/emby-webcomponents/strings/nl.json
index b64f4ded99..8636c7ef81 100644
--- a/MediaBrowser.WebDashboard/dashboard-ui/bower_components/emby-webcomponents/strings/nl.json
+++ b/MediaBrowser.WebDashboard/dashboard-ui/bower_components/emby-webcomponents/strings/nl.json
@@ -601,5 +601,11 @@
"RestartPleaseWaitMessage": "Please wait while Emby Server shuts down and restarts. This may take a minute or two.",
"PlayNext": "Play next",
"AllowSeasonalThemes": "Allow automatic seasonal themes",
- "AllowSeasonalThemesHelp": "If enabled, seasonal themes will occasionally override your theme setting."
+ "AllowSeasonalThemesHelp": "If enabled, seasonal themes will occasionally override your theme setting.",
+ "AutoBasedOnLanguageSetting": "Auto (based on language setting)",
+ "LabelDateTimeLocale": "Date time locale:",
+ "DirectorValue": "Director: {0}",
+ "DirectorsValue": "Directors: {0}",
+ "GenreValue": "Genre: {0}",
+ "GenresValue": "Genres: {0}"
}
\ No newline at end of file
diff --git a/MediaBrowser.WebDashboard/dashboard-ui/bower_components/emby-webcomponents/strings/pl.json b/MediaBrowser.WebDashboard/dashboard-ui/bower_components/emby-webcomponents/strings/pl.json
index 20b99f459e..feb78e8ea4 100644
--- a/MediaBrowser.WebDashboard/dashboard-ui/bower_components/emby-webcomponents/strings/pl.json
+++ b/MediaBrowser.WebDashboard/dashboard-ui/bower_components/emby-webcomponents/strings/pl.json
@@ -7,7 +7,7 @@
"Add": "Dodaj",
"ServerUpdateNeeded": "Ten serwer Emby wymaga aktualizacji. Odwied\u017a stron\u0119 {0}, aby pobra\u0107 najnowsz\u0105 wersj\u0119.",
"LiveTvRequiresUnlock": "Odbi\u00f3r transmisji telewizyjnych wymaga aktywnej subskrypcji Emby Premiere.",
- "AttributeNew": "Nowe",
+ "AttributeNew": "Nowy",
"Premiere": "Premiera",
"Live": "Na \u017cywo",
"Repeat": "Powt\u00f3rz",
@@ -50,7 +50,7 @@
"HeaderFreeApps": "Darmowe aplikacje Emby",
"FreeAppsFeatureDescription": "Korzystaj z darmowego dost\u0119pu do aplikacji Emby na swoich urz\u0105dzeniach.",
"HeaderBecomeProjectSupporter": "Zam\u00f3w subskrypcj\u0119 Premium",
- "MessageActiveSubscriptionRequiredSeriesRecordings": "Funkcja nagrywania seriali wymaga aktywnej subskrypcji Emby Premium.",
+ "MessageActiveSubscriptionRequiredSeriesRecordings": "Funkcja automatycznego nagrywania seriali wymaga aktywnej subskrypcji Emby Premium.",
"LabelEmailAddress": "Adres pocztowy:",
"PromoConvertRecordingsToStreamingFormat": "Emby Premier umo\u017cliwia automatyczn\u0105 konwersj\u0119 nagra\u0144 do formatu przyjaznego transmisjom. Nagrania b\u0119d\u0105 konwertowane w flocie do kontenera MP4 lub MKV, w zale\u017cno\u015bci o konfiguracji serwera Emby.",
"FeatureRequiresEmbyPremiere": "Ta funkcja wymaga aktywnej subskrypcji Emby Premium.",
@@ -404,7 +404,7 @@
"EnableDisplayMirroring": "Aktywuj wy\u015bwietlanie lustrzane",
"HeaderPlayOn": "Odtwarzaj na",
"Quality": "Jako\u015b\u0107",
- "Auto": "Automat",
+ "Auto": "Automatycznie",
"AndroidUnlockRestoreHelp": "W celu odzyskania poprzedniego zakupu, upewnij si\u0119, \u017ce zalogowa\u0142e\u015b si\u0119 na urz\u0105dzeniu przy pomocy tego samego konta Google (lub Amazon), kt\u00f3rym pierwotnie dokona\u0142e\u015b zakupu. Upewnij si\u0119, \u017ce sklep aplikacji dzia\u0142a poprawnie i nie jest ograniczony kontrol\u0105 rodzicielsk\u0105, a Twoje po\u0142\u0105czenie z Internetem jest aktywne. Musisz to zrobi\u0107 tylko raz, aby przywr\u00f3ci\u0107 poprzedni zakup.",
"AspectRatio": "Proporcje obrazu",
"Original": "Orignalne",
@@ -601,5 +601,11 @@
"RestartPleaseWaitMessage": "Czekaj na zamkni\u0119cie i ponowne uruchomienie serwera Emby. To mo\u017ce trwa\u0107 ok. jednej, dw\u00f3ch minut.",
"PlayNext": "Odtwarzaj nast\u0119pne",
"AllowSeasonalThemes": "Zezwalaj na automatyczne motywy sezonowe",
- "AllowSeasonalThemesHelp": "Je\u015bli aktywne, motywy sezonowe b\u0119d\u0105 sporadycznie nadpisywa\u0107 Twoje ustawienia motywu."
+ "AllowSeasonalThemesHelp": "Je\u015bli aktywne, motywy sezonowe b\u0119d\u0105 sporadycznie nadpisywa\u0107 Twoje ustawienia motywu.",
+ "AutoBasedOnLanguageSetting": "Automatyczna (w oparciu o ustawienia j\u0119zykowe)",
+ "LabelDateTimeLocale": "Strefa czasowa:",
+ "DirectorValue": "Re\u017cyser: {0}",
+ "DirectorsValue": "Re\u017cyserzy: {0}",
+ "GenreValue": "Gatunek: {0}",
+ "GenresValue": "Gatunki: {0}"
}
\ No newline at end of file
diff --git a/MediaBrowser.WebDashboard/dashboard-ui/bower_components/emby-webcomponents/strings/pt-br.json b/MediaBrowser.WebDashboard/dashboard-ui/bower_components/emby-webcomponents/strings/pt-br.json
index 7b3114af89..d32b7a385c 100644
--- a/MediaBrowser.WebDashboard/dashboard-ui/bower_components/emby-webcomponents/strings/pt-br.json
+++ b/MediaBrowser.WebDashboard/dashboard-ui/bower_components/emby-webcomponents/strings/pt-br.json
@@ -601,5 +601,11 @@
"RestartPleaseWaitMessage": "Por favor, aguarde enquanto o Servidor Emby reinicia. Isto pode levar um ou dois minutos.",
"PlayNext": "Play next",
"AllowSeasonalThemes": "Allow automatic seasonal themes",
- "AllowSeasonalThemesHelp": "If enabled, seasonal themes will occasionally override your theme setting."
+ "AllowSeasonalThemesHelp": "If enabled, seasonal themes will occasionally override your theme setting.",
+ "AutoBasedOnLanguageSetting": "Auto (based on language setting)",
+ "LabelDateTimeLocale": "Date time locale:",
+ "DirectorValue": "Director: {0}",
+ "DirectorsValue": "Directors: {0}",
+ "GenreValue": "Genre: {0}",
+ "GenresValue": "Genres: {0}"
}
\ No newline at end of file
diff --git a/MediaBrowser.WebDashboard/dashboard-ui/bower_components/emby-webcomponents/strings/pt-pt.json b/MediaBrowser.WebDashboard/dashboard-ui/bower_components/emby-webcomponents/strings/pt-pt.json
index dc6ee8eff7..509c9dc874 100644
--- a/MediaBrowser.WebDashboard/dashboard-ui/bower_components/emby-webcomponents/strings/pt-pt.json
+++ b/MediaBrowser.WebDashboard/dashboard-ui/bower_components/emby-webcomponents/strings/pt-pt.json
@@ -601,5 +601,11 @@
"RestartPleaseWaitMessage": "Please wait while Emby Server shuts down and restarts. This may take a minute or two.",
"PlayNext": "Play next",
"AllowSeasonalThemes": "Allow automatic seasonal themes",
- "AllowSeasonalThemesHelp": "If enabled, seasonal themes will occasionally override your theme setting."
+ "AllowSeasonalThemesHelp": "If enabled, seasonal themes will occasionally override your theme setting.",
+ "AutoBasedOnLanguageSetting": "Auto (based on language setting)",
+ "LabelDateTimeLocale": "Date time locale:",
+ "DirectorValue": "Director: {0}",
+ "DirectorsValue": "Directors: {0}",
+ "GenreValue": "Genre: {0}",
+ "GenresValue": "Genres: {0}"
}
\ No newline at end of file
diff --git a/MediaBrowser.WebDashboard/dashboard-ui/bower_components/emby-webcomponents/strings/ro.json b/MediaBrowser.WebDashboard/dashboard-ui/bower_components/emby-webcomponents/strings/ro.json
index 85ec174053..cfafe9f658 100644
--- a/MediaBrowser.WebDashboard/dashboard-ui/bower_components/emby-webcomponents/strings/ro.json
+++ b/MediaBrowser.WebDashboard/dashboard-ui/bower_components/emby-webcomponents/strings/ro.json
@@ -601,5 +601,11 @@
"RestartPleaseWaitMessage": "Please wait while Emby Server shuts down and restarts. This may take a minute or two.",
"PlayNext": "Play next",
"AllowSeasonalThemes": "Allow automatic seasonal themes",
- "AllowSeasonalThemesHelp": "If enabled, seasonal themes will occasionally override your theme setting."
+ "AllowSeasonalThemesHelp": "If enabled, seasonal themes will occasionally override your theme setting.",
+ "AutoBasedOnLanguageSetting": "Auto (based on language setting)",
+ "LabelDateTimeLocale": "Date time locale:",
+ "DirectorValue": "Director: {0}",
+ "DirectorsValue": "Directors: {0}",
+ "GenreValue": "Genre: {0}",
+ "GenresValue": "Genres: {0}"
}
\ No newline at end of file
diff --git a/MediaBrowser.WebDashboard/dashboard-ui/bower_components/emby-webcomponents/strings/ru.json b/MediaBrowser.WebDashboard/dashboard-ui/bower_components/emby-webcomponents/strings/ru.json
index 4be3628efb..434894bea1 100644
--- a/MediaBrowser.WebDashboard/dashboard-ui/bower_components/emby-webcomponents/strings/ru.json
+++ b/MediaBrowser.WebDashboard/dashboard-ui/bower_components/emby-webcomponents/strings/ru.json
@@ -600,6 +600,12 @@
"HeaderRestartingEmbyServer": "Emby Server \u043f\u0435\u0440\u0435\u0437\u0430\u043f\u0443\u0441\u043a\u0430\u0435\u0442\u0441\u044f",
"RestartPleaseWaitMessage": "\u041f\u043e\u0434\u043e\u0436\u0434\u0438\u0442\u0435, \u043f\u043e\u043a\u0430 Emby Server \u0432\u044b\u043a\u043b\u044e\u0447\u0438\u0442\u0441\u044f \u0438 \u043f\u0435\u0440\u0435\u0437\u0430\u043f\u0443\u0441\u0442\u0438\u0442\u0441\u044f. \u042d\u0442\u043e \u043c\u043e\u0436\u0435\u0442 \u0437\u0430\u043d\u044f\u0442\u044c \u043c\u0438\u043d\u0443\u0442\u0443 \u0438\u043b\u0438 \u0434\u0432\u0435.",
"PlayNext": "\u0412\u043e\u0441\u043f\u0440\u043e\u0438\u0437\u0432\u0435\u0441\u0442\u0438 \u0441\u043b\u0435\u0434\u0443\u044e\u0449\u0435\u0435",
- "AllowSeasonalThemes": "Allow automatic seasonal themes",
- "AllowSeasonalThemesHelp": "If enabled, seasonal themes will occasionally override your theme setting."
+ "AllowSeasonalThemes": "\u0420\u0430\u0437\u0440\u0435\u0448\u0438\u0442\u044c \u0430\u0432\u0442\u043e\u043c\u0430\u0442\u0438\u0447\u0435\u0441\u043a\u0438\u0435 \u0441\u0435\u0437\u043e\u043d\u043d\u044b\u0435 \u0442\u0435\u043c\u044b",
+ "AllowSeasonalThemesHelp": "\u041f\u0440\u0438 \u0432\u043a\u043b\u044e\u0447\u0435\u043d\u0438\u0438, \u0441\u0435\u0437\u043e\u043d\u043d\u044b\u0435 \u0442\u0435\u043c\u044b \u0431\u0443\u0434\u0443\u0442 \u0432\u0440\u0435\u043c\u044f \u043e\u0442 \u0432\u0440\u0435\u043c\u0435\u043d\u0438 \u043f\u0435\u0440\u0435\u043a\u0440\u044b\u0432\u0430\u0442\u044c \u0432\u0430\u0448\u0443 \u043d\u0430\u0441\u0442\u0440\u043e\u0439\u043a\u0443 \u0442\u0435\u043c\u044b.",
+ "AutoBasedOnLanguageSetting": "\u0410\u0432\u0442\u043e (\u043d\u0430 \u043e\u0441\u043d\u043e\u0432\u0435 \u043d\u0430\u0441\u0442\u0440\u043e\u0439\u043a\u0438 \u044f\u0437\u044b\u043a\u0430)",
+ "LabelDateTimeLocale": "\u0414\u0430\u0442\u0430 \u0438 \u0432\u0440\u0435\u043c\u044f:",
+ "DirectorValue": "\u0420\u0435\u0436\u0438\u0441\u0441\u0451\u0440: {0}",
+ "DirectorsValue": "\u0420\u0435\u0436\u0438\u0441\u0441\u0451\u0440\u044b: {0}",
+ "GenreValue": "\u0416\u0430\u043d\u0440: {0}",
+ "GenresValue": "\u0416\u0430\u043d\u0440\u044b: {0}"
}
\ No newline at end of file
diff --git a/MediaBrowser.WebDashboard/dashboard-ui/bower_components/emby-webcomponents/strings/sk.json b/MediaBrowser.WebDashboard/dashboard-ui/bower_components/emby-webcomponents/strings/sk.json
index 852663d332..73bed1f683 100644
--- a/MediaBrowser.WebDashboard/dashboard-ui/bower_components/emby-webcomponents/strings/sk.json
+++ b/MediaBrowser.WebDashboard/dashboard-ui/bower_components/emby-webcomponents/strings/sk.json
@@ -601,5 +601,11 @@
"RestartPleaseWaitMessage": "Please wait while Emby Server shuts down and restarts. This may take a minute or two.",
"PlayNext": "Play next",
"AllowSeasonalThemes": "Allow automatic seasonal themes",
- "AllowSeasonalThemesHelp": "If enabled, seasonal themes will occasionally override your theme setting."
+ "AllowSeasonalThemesHelp": "If enabled, seasonal themes will occasionally override your theme setting.",
+ "AutoBasedOnLanguageSetting": "Auto (based on language setting)",
+ "LabelDateTimeLocale": "Date time locale:",
+ "DirectorValue": "Director: {0}",
+ "DirectorsValue": "Directors: {0}",
+ "GenreValue": "Genre: {0}",
+ "GenresValue": "Genres: {0}"
}
\ No newline at end of file
diff --git a/MediaBrowser.WebDashboard/dashboard-ui/bower_components/emby-webcomponents/strings/sl-si.json b/MediaBrowser.WebDashboard/dashboard-ui/bower_components/emby-webcomponents/strings/sl-si.json
index 429f63ace8..cd01500838 100644
--- a/MediaBrowser.WebDashboard/dashboard-ui/bower_components/emby-webcomponents/strings/sl-si.json
+++ b/MediaBrowser.WebDashboard/dashboard-ui/bower_components/emby-webcomponents/strings/sl-si.json
@@ -601,5 +601,11 @@
"RestartPleaseWaitMessage": "Please wait while Emby Server shuts down and restarts. This may take a minute or two.",
"PlayNext": "Play next",
"AllowSeasonalThemes": "Allow automatic seasonal themes",
- "AllowSeasonalThemesHelp": "If enabled, seasonal themes will occasionally override your theme setting."
+ "AllowSeasonalThemesHelp": "If enabled, seasonal themes will occasionally override your theme setting.",
+ "AutoBasedOnLanguageSetting": "Auto (based on language setting)",
+ "LabelDateTimeLocale": "Date time locale:",
+ "DirectorValue": "Director: {0}",
+ "DirectorsValue": "Directors: {0}",
+ "GenreValue": "Genre: {0}",
+ "GenresValue": "Genres: {0}"
}
\ No newline at end of file
diff --git a/MediaBrowser.WebDashboard/dashboard-ui/bower_components/emby-webcomponents/strings/sv.json b/MediaBrowser.WebDashboard/dashboard-ui/bower_components/emby-webcomponents/strings/sv.json
index eec1efcc8e..ecfd79f4a7 100644
--- a/MediaBrowser.WebDashboard/dashboard-ui/bower_components/emby-webcomponents/strings/sv.json
+++ b/MediaBrowser.WebDashboard/dashboard-ui/bower_components/emby-webcomponents/strings/sv.json
@@ -601,5 +601,11 @@
"RestartPleaseWaitMessage": "Please wait while Emby Server shuts down and restarts. This may take a minute or two.",
"PlayNext": "Play next",
"AllowSeasonalThemes": "Allow automatic seasonal themes",
- "AllowSeasonalThemesHelp": "If enabled, seasonal themes will occasionally override your theme setting."
+ "AllowSeasonalThemesHelp": "If enabled, seasonal themes will occasionally override your theme setting.",
+ "AutoBasedOnLanguageSetting": "Auto (based on language setting)",
+ "LabelDateTimeLocale": "Date time locale:",
+ "DirectorValue": "Director: {0}",
+ "DirectorsValue": "Directors: {0}",
+ "GenreValue": "Genre: {0}",
+ "GenresValue": "Genres: {0}"
}
\ No newline at end of file
diff --git a/MediaBrowser.WebDashboard/dashboard-ui/bower_components/emby-webcomponents/strings/tr.json b/MediaBrowser.WebDashboard/dashboard-ui/bower_components/emby-webcomponents/strings/tr.json
index 50878afd11..ace90c820f 100644
--- a/MediaBrowser.WebDashboard/dashboard-ui/bower_components/emby-webcomponents/strings/tr.json
+++ b/MediaBrowser.WebDashboard/dashboard-ui/bower_components/emby-webcomponents/strings/tr.json
@@ -601,5 +601,11 @@
"RestartPleaseWaitMessage": "Please wait while Emby Server shuts down and restarts. This may take a minute or two.",
"PlayNext": "Play next",
"AllowSeasonalThemes": "Allow automatic seasonal themes",
- "AllowSeasonalThemesHelp": "If enabled, seasonal themes will occasionally override your theme setting."
+ "AllowSeasonalThemesHelp": "If enabled, seasonal themes will occasionally override your theme setting.",
+ "AutoBasedOnLanguageSetting": "Auto (based on language setting)",
+ "LabelDateTimeLocale": "Date time locale:",
+ "DirectorValue": "Director: {0}",
+ "DirectorsValue": "Directors: {0}",
+ "GenreValue": "Genre: {0}",
+ "GenresValue": "Genres: {0}"
}
\ No newline at end of file
diff --git a/MediaBrowser.WebDashboard/dashboard-ui/bower_components/emby-webcomponents/strings/uk.json b/MediaBrowser.WebDashboard/dashboard-ui/bower_components/emby-webcomponents/strings/uk.json
index eee5057748..7e48a35ca2 100644
--- a/MediaBrowser.WebDashboard/dashboard-ui/bower_components/emby-webcomponents/strings/uk.json
+++ b/MediaBrowser.WebDashboard/dashboard-ui/bower_components/emby-webcomponents/strings/uk.json
@@ -601,5 +601,11 @@
"RestartPleaseWaitMessage": "Please wait while Emby Server shuts down and restarts. This may take a minute or two.",
"PlayNext": "Play next",
"AllowSeasonalThemes": "Allow automatic seasonal themes",
- "AllowSeasonalThemesHelp": "If enabled, seasonal themes will occasionally override your theme setting."
+ "AllowSeasonalThemesHelp": "If enabled, seasonal themes will occasionally override your theme setting.",
+ "AutoBasedOnLanguageSetting": "Auto (based on language setting)",
+ "LabelDateTimeLocale": "Date time locale:",
+ "DirectorValue": "Director: {0}",
+ "DirectorsValue": "Directors: {0}",
+ "GenreValue": "Genre: {0}",
+ "GenresValue": "Genres: {0}"
}
\ No newline at end of file
diff --git a/MediaBrowser.WebDashboard/dashboard-ui/bower_components/emby-webcomponents/strings/vi.json b/MediaBrowser.WebDashboard/dashboard-ui/bower_components/emby-webcomponents/strings/vi.json
index 280ea34f50..3484b409d7 100644
--- a/MediaBrowser.WebDashboard/dashboard-ui/bower_components/emby-webcomponents/strings/vi.json
+++ b/MediaBrowser.WebDashboard/dashboard-ui/bower_components/emby-webcomponents/strings/vi.json
@@ -601,5 +601,11 @@
"RestartPleaseWaitMessage": "Please wait while Emby Server shuts down and restarts. This may take a minute or two.",
"PlayNext": "Play next",
"AllowSeasonalThemes": "Allow automatic seasonal themes",
- "AllowSeasonalThemesHelp": "If enabled, seasonal themes will occasionally override your theme setting."
+ "AllowSeasonalThemesHelp": "If enabled, seasonal themes will occasionally override your theme setting.",
+ "AutoBasedOnLanguageSetting": "Auto (based on language setting)",
+ "LabelDateTimeLocale": "Date time locale:",
+ "DirectorValue": "Director: {0}",
+ "DirectorsValue": "Directors: {0}",
+ "GenreValue": "Genre: {0}",
+ "GenresValue": "Genres: {0}"
}
\ No newline at end of file
diff --git a/MediaBrowser.WebDashboard/dashboard-ui/bower_components/emby-webcomponents/strings/zh-cn.json b/MediaBrowser.WebDashboard/dashboard-ui/bower_components/emby-webcomponents/strings/zh-cn.json
index 4824ba48d7..82bb4c9965 100644
--- a/MediaBrowser.WebDashboard/dashboard-ui/bower_components/emby-webcomponents/strings/zh-cn.json
+++ b/MediaBrowser.WebDashboard/dashboard-ui/bower_components/emby-webcomponents/strings/zh-cn.json
@@ -601,5 +601,11 @@
"RestartPleaseWaitMessage": "Please wait while Emby Server shuts down and restarts. This may take a minute or two.",
"PlayNext": "Play next",
"AllowSeasonalThemes": "Allow automatic seasonal themes",
- "AllowSeasonalThemesHelp": "If enabled, seasonal themes will occasionally override your theme setting."
+ "AllowSeasonalThemesHelp": "If enabled, seasonal themes will occasionally override your theme setting.",
+ "AutoBasedOnLanguageSetting": "Auto (based on language setting)",
+ "LabelDateTimeLocale": "Date time locale:",
+ "DirectorValue": "Director: {0}",
+ "DirectorsValue": "Directors: {0}",
+ "GenreValue": "Genre: {0}",
+ "GenresValue": "Genres: {0}"
}
\ No newline at end of file
diff --git a/MediaBrowser.WebDashboard/dashboard-ui/bower_components/emby-webcomponents/strings/zh-hk.json b/MediaBrowser.WebDashboard/dashboard-ui/bower_components/emby-webcomponents/strings/zh-hk.json
index c159fed441..488273a56f 100644
--- a/MediaBrowser.WebDashboard/dashboard-ui/bower_components/emby-webcomponents/strings/zh-hk.json
+++ b/MediaBrowser.WebDashboard/dashboard-ui/bower_components/emby-webcomponents/strings/zh-hk.json
@@ -601,5 +601,11 @@
"RestartPleaseWaitMessage": "Please wait while Emby Server shuts down and restarts. This may take a minute or two.",
"PlayNext": "Play next",
"AllowSeasonalThemes": "Allow automatic seasonal themes",
- "AllowSeasonalThemesHelp": "If enabled, seasonal themes will occasionally override your theme setting."
+ "AllowSeasonalThemesHelp": "If enabled, seasonal themes will occasionally override your theme setting.",
+ "AutoBasedOnLanguageSetting": "Auto (based on language setting)",
+ "LabelDateTimeLocale": "Date time locale:",
+ "DirectorValue": "Director: {0}",
+ "DirectorsValue": "Directors: {0}",
+ "GenreValue": "Genre: {0}",
+ "GenresValue": "Genres: {0}"
}
\ No newline at end of file
diff --git a/MediaBrowser.WebDashboard/dashboard-ui/bower_components/emby-webcomponents/strings/zh-tw.json b/MediaBrowser.WebDashboard/dashboard-ui/bower_components/emby-webcomponents/strings/zh-tw.json
index 81d75e4bce..c6fdc334c3 100644
--- a/MediaBrowser.WebDashboard/dashboard-ui/bower_components/emby-webcomponents/strings/zh-tw.json
+++ b/MediaBrowser.WebDashboard/dashboard-ui/bower_components/emby-webcomponents/strings/zh-tw.json
@@ -601,5 +601,11 @@
"RestartPleaseWaitMessage": "Please wait while Emby Server shuts down and restarts. This may take a minute or two.",
"PlayNext": "Play next",
"AllowSeasonalThemes": "Allow automatic seasonal themes",
- "AllowSeasonalThemesHelp": "If enabled, seasonal themes will occasionally override your theme setting."
+ "AllowSeasonalThemesHelp": "If enabled, seasonal themes will occasionally override your theme setting.",
+ "AutoBasedOnLanguageSetting": "Auto (based on language setting)",
+ "LabelDateTimeLocale": "Date time locale:",
+ "DirectorValue": "Director: {0}",
+ "DirectorsValue": "Directors: {0}",
+ "GenreValue": "Genre: {0}",
+ "GenresValue": "Genres: {0}"
}
\ No newline at end of file
diff --git a/MediaBrowser.WebDashboard/dashboard-ui/bower_components/emby-webcomponents/subtitleeditor/subtitleeditor.js b/MediaBrowser.WebDashboard/dashboard-ui/bower_components/emby-webcomponents/subtitleeditor/subtitleeditor.js
index 99290a9359..a8e3077b31 100644
--- a/MediaBrowser.WebDashboard/dashboard-ui/bower_components/emby-webcomponents/subtitleeditor/subtitleeditor.js
+++ b/MediaBrowser.WebDashboard/dashboard-ui/bower_components/emby-webcomponents/subtitleeditor/subtitleeditor.js
@@ -1 +1 @@
-define(["dialogHelper","require","layoutManager","globalize","userSettings","connectionManager","loading","focusManager","dom","apphost","emby-select","listViewStyle","paper-icon-button-light","css!./../formdialog","material-icons","css!./subtitleeditor","emby-button","flexStyles"],function(dialogHelper,require,layoutManager,globalize,userSettings,connectionManager,loading,focusManager,dom,appHost){"use strict";function downloadRemoteSubtitles(context,id){var url="Items/"+currentItem.Id+"/RemoteSearch/Subtitles/"+id,apiClient=connectionManager.getApiClient(currentItem.ServerId);apiClient.ajax({type:"POST",url:apiClient.getUrl(url)}).then(function(){hasChanges=!0,require(["toast"],function(toast){toast(globalize.translate("sharedcomponents#MessageDownloadQueued"))}),focusManager.autoFocus(context)})}function deleteLocalSubtitle(context,index){var msg=globalize.translate("sharedcomponents#MessageAreYouSureDeleteSubtitles");require(["confirm"],function(confirm){confirm({title:globalize.translate("sharedcomponents#ConfirmDeletion"),text:msg,confirmText:globalize.translate("sharedcomponents#Delete"),primary:"cancel"}).then(function(){loading.show();var itemId=currentItem.Id,url="Videos/"+itemId+"/Subtitles/"+index,apiClient=connectionManager.getApiClient(currentItem.ServerId);apiClient.ajax({type:"DELETE",url:apiClient.getUrl(url)}).then(function(){hasChanges=!0,reload(context,apiClient,itemId)})})})}function fillSubtitleList(context,item){var streams=item.MediaStreams||[],subs=streams.filter(function(s){return"Subtitle"===s.Type}),html="";subs.length&&(html+="
"}function getTabs(){return[{href:"library.html",name:globalize.translate("HeaderLibraries")},{href:"librarydisplay.html",name:globalize.translate("TabDisplay")},{href:"metadataimages.html",name:globalize.translate("TabMetadata")},{href:"metadatanfo.html",name:globalize.translate("TabNfoSettings")},{href:"librarysettings.html",name:globalize.translate("TabAdvanced")}]}window.WizardLibraryPage={next:function(){loading.show();var apiClient=ApiClient;apiClient.ajax({type:"POST",url:apiClient.getUrl("System/Configuration/MetadataPlugins/Autoset")}).then(function(){loading.hide(),Dashboard.navigate("wizardsettings.html")})}},pageClassOn("pageshow","mediaLibraryPage",function(){var page=this;reloadLibrary(page)}),pageIdOn("pageshow","mediaLibraryPage",function(){libraryMenu.setTabs("librarysetup",0,getTabs);var page=this;taskButton({mode:"on",progressElem:page.querySelector(".refreshProgress"),taskKey:"RefreshLibrary",button:page.querySelector(".btnRefresh")})}),pageIdOn("pagebeforehide","mediaLibraryPage",function(){var page=this;taskButton({mode:"off",progressElem:page.querySelector(".refreshProgress"),taskKey:"RefreshLibrary",button:page.querySelector(".btnRefresh")})})});
\ No newline at end of file
diff --git a/MediaBrowser.WebDashboard/dashboard-ui/scripts/mypreferencesdisplay.js b/MediaBrowser.WebDashboard/dashboard-ui/scripts/mypreferencesdisplay.js
index 55815e10bb..770038d87d 100644
--- a/MediaBrowser.WebDashboard/dashboard-ui/scripts/mypreferencesdisplay.js
+++ b/MediaBrowser.WebDashboard/dashboard-ui/scripts/mypreferencesdisplay.js
@@ -1 +1 @@
-define(["displaySettings","userSettingsBuilder"],function(DisplaySettings,userSettingsBuilder){"use strict";return function(view,params){var settingsInstance,userId=params.userId||ApiClient.getCurrentUserId(),userSettings=new userSettingsBuilder,autoSave=!0;view.addEventListener("viewshow",function(){settingsInstance||(settingsInstance=new DisplaySettings({serverId:ApiClient.serverId(),userId:userId,element:view.querySelector(".settingsContainer"),userSettings:userSettings,enableSaveButton:!autoSave,enableSaveConfirmation:!autoSave})),settingsInstance.loadData()}),view.addEventListener("viewbeforehide",function(){autoSave&&settingsInstance&&settingsInstance.submit()}),view.addEventListener("viewdestroy",function(){settingsInstance&&(settingsInstance.destroy(),settingsInstance=null)})}});
\ No newline at end of file
+define(["displaySettings","userSettingsBuilder","userSettings"],function(DisplaySettings,userSettingsBuilder,currentUserSettings){"use strict";return function(view,params){var settingsInstance,userId=params.userId||ApiClient.getCurrentUserId(),userSettings=userId===ApiClient.getCurrentUserId()?currentUserSettings:new userSettingsBuilder,autoSave=!0;view.addEventListener("viewshow",function(){settingsInstance||(settingsInstance=new DisplaySettings({serverId:ApiClient.serverId(),userId:userId,element:view.querySelector(".settingsContainer"),userSettings:userSettings,enableSaveButton:!autoSave,enableSaveConfirmation:!autoSave})),settingsInstance.loadData()}),view.addEventListener("viewbeforehide",function(){autoSave&&settingsInstance&&settingsInstance.submit()}),view.addEventListener("viewdestroy",function(){settingsInstance&&(settingsInstance.destroy(),settingsInstance=null)})}});
\ No newline at end of file
diff --git a/MediaBrowser.WebDashboard/dashboard-ui/scripts/mypreferenceshome.js b/MediaBrowser.WebDashboard/dashboard-ui/scripts/mypreferenceshome.js
index 423b4ca733..512e376321 100644
--- a/MediaBrowser.WebDashboard/dashboard-ui/scripts/mypreferenceshome.js
+++ b/MediaBrowser.WebDashboard/dashboard-ui/scripts/mypreferenceshome.js
@@ -1 +1 @@
-define(["homescreenSettings","userSettingsBuilder","dom","globalize","loading","homeSections","listViewStyle"],function(HomescreenSettings,userSettingsBuilder,dom,globalize,loading,homeSections){"use strict";return function(view,params){var homescreenSettingsInstance,userId=params.userId||ApiClient.getCurrentUserId(),userSettings=new userSettingsBuilder,autoSave=!0;view.addEventListener("viewshow",function(){homescreenSettingsInstance||(homescreenSettingsInstance=new HomescreenSettings({serverId:ApiClient.serverId(),userId:userId,element:view.querySelector(".homeScreenSettingsContainer"),userSettings:userSettings,enableSaveButton:!autoSave,enableSaveConfirmation:!autoSave})),homescreenSettingsInstance.loadData()}),view.addEventListener("viewbeforehide",function(){autoSave&&homescreenSettingsInstance&&homescreenSettingsInstance.submit()}),view.addEventListener("viewdestroy",function(){homescreenSettingsInstance&&(homescreenSettingsInstance.destroy(),homescreenSettingsInstance=null)})}});
\ No newline at end of file
+define(["homescreenSettings","userSettingsBuilder","dom","globalize","loading","userSettings","listViewStyle"],function(HomescreenSettings,userSettingsBuilder,dom,globalize,loading,currentUserSettings){"use strict";return function(view,params){var homescreenSettingsInstance,userId=params.userId||ApiClient.getCurrentUserId(),userSettings=userId===ApiClient.getCurrentUserId()?currentUserSettings:new userSettingsBuilder,autoSave=!0;view.addEventListener("viewshow",function(){homescreenSettingsInstance||(homescreenSettingsInstance=new HomescreenSettings({serverId:ApiClient.serverId(),userId:userId,element:view.querySelector(".homeScreenSettingsContainer"),userSettings:userSettings,enableSaveButton:!autoSave,enableSaveConfirmation:!autoSave})),homescreenSettingsInstance.loadData()}),view.addEventListener("viewbeforehide",function(){autoSave&&homescreenSettingsInstance&&homescreenSettingsInstance.submit()}),view.addEventListener("viewdestroy",function(){homescreenSettingsInstance&&(homescreenSettingsInstance.destroy(),homescreenSettingsInstance=null)})}});
\ No newline at end of file
diff --git a/MediaBrowser.WebDashboard/dashboard-ui/scripts/mypreferenceslanguages.js b/MediaBrowser.WebDashboard/dashboard-ui/scripts/mypreferenceslanguages.js
index 0f8c65594f..e9c990a197 100644
--- a/MediaBrowser.WebDashboard/dashboard-ui/scripts/mypreferenceslanguages.js
+++ b/MediaBrowser.WebDashboard/dashboard-ui/scripts/mypreferenceslanguages.js
@@ -1 +1 @@
-define(["playbackSettings","userSettingsBuilder","dom","globalize","loading","listViewStyle"],function(PlaybackSettings,userSettingsBuilder,dom,globalize,loading){"use strict";return function(view,params){var settingsInstance,userId=params.userId||ApiClient.getCurrentUserId(),userSettings=new userSettingsBuilder,autoSave=!0;view.addEventListener("viewshow",function(){settingsInstance||(settingsInstance=new PlaybackSettings({serverId:ApiClient.serverId(),userId:userId,element:view.querySelector(".settingsContainer"),userSettings:userSettings,enableSaveButton:!autoSave,enableSaveConfirmation:!autoSave})),settingsInstance.loadData()}),view.addEventListener("viewbeforehide",function(){autoSave&&settingsInstance&&settingsInstance.submit()}),view.addEventListener("viewdestroy",function(){settingsInstance&&(settingsInstance.destroy(),settingsInstance=null)})}});
\ No newline at end of file
+define(["playbackSettings","userSettingsBuilder","dom","globalize","loading","userSettings","listViewStyle"],function(PlaybackSettings,userSettingsBuilder,dom,globalize,loading,currentUserSettings){"use strict";return function(view,params){var settingsInstance,userId=params.userId||ApiClient.getCurrentUserId(),userSettings=userId===ApiClient.getCurrentUserId()?currentUserSettings:new userSettingsBuilder,autoSave=!0;view.addEventListener("viewshow",function(){settingsInstance||(settingsInstance=new PlaybackSettings({serverId:ApiClient.serverId(),userId:userId,element:view.querySelector(".settingsContainer"),userSettings:userSettings,enableSaveButton:!autoSave,enableSaveConfirmation:!autoSave})),settingsInstance.loadData()}),view.addEventListener("viewbeforehide",function(){autoSave&&settingsInstance&&settingsInstance.submit()}),view.addEventListener("viewdestroy",function(){settingsInstance&&(settingsInstance.destroy(),settingsInstance=null)})}});
\ No newline at end of file
diff --git a/MediaBrowser.WebDashboard/dashboard-ui/scripts/mypreferencessubtitles.js b/MediaBrowser.WebDashboard/dashboard-ui/scripts/mypreferencessubtitles.js
index 7399af64c9..b8653f1b97 100644
--- a/MediaBrowser.WebDashboard/dashboard-ui/scripts/mypreferencessubtitles.js
+++ b/MediaBrowser.WebDashboard/dashboard-ui/scripts/mypreferencessubtitles.js
@@ -1 +1 @@
-define(["subtitleSettings","userSettingsBuilder"],function(SubtitleSettings,userSettingsBuilder){"use strict";return function(view,params){var subtitleSettingsInstance,userId=params.userId||ApiClient.getCurrentUserId(),userSettings=new userSettingsBuilder,autoSave=!0;view.addEventListener("viewshow",function(){subtitleSettingsInstance||(subtitleSettingsInstance=new SubtitleSettings({serverId:ApiClient.serverId(),userId:userId,element:view.querySelector(".settingsContainer"),userSettings:userSettings,enableSaveButton:!autoSave,enableSaveConfirmation:!autoSave})),subtitleSettingsInstance.loadData()}),view.addEventListener("viewbeforehide",function(){autoSave&&subtitleSettingsInstance&&subtitleSettingsInstance.submit()}),view.addEventListener("viewdestroy",function(){subtitleSettingsInstance&&(subtitleSettingsInstance.destroy(),subtitleSettingsInstance=null)})}});
\ No newline at end of file
+define(["subtitleSettings","userSettingsBuilder","userSettings"],function(SubtitleSettings,userSettingsBuilder,currentUserSettings){"use strict";return function(view,params){var subtitleSettingsInstance,userId=params.userId||ApiClient.getCurrentUserId(),userSettings=userId===ApiClient.getCurrentUserId()?currentUserSettings:new userSettingsBuilder,autoSave=!0;view.addEventListener("viewshow",function(){subtitleSettingsInstance||(subtitleSettingsInstance=new SubtitleSettings({serverId:ApiClient.serverId(),userId:userId,element:view.querySelector(".settingsContainer"),userSettings:userSettings,enableSaveButton:!autoSave,enableSaveConfirmation:!autoSave})),subtitleSettingsInstance.loadData()}),view.addEventListener("viewbeforehide",function(){autoSave&&subtitleSettingsInstance&&subtitleSettingsInstance.submit()}),view.addEventListener("viewdestroy",function(){subtitleSettingsInstance&&(subtitleSettingsInstance.destroy(),subtitleSettingsInstance=null)})}});
\ No newline at end of file
diff --git a/MediaBrowser.WebDashboard/dashboard-ui/scripts/notificationsettings.js b/MediaBrowser.WebDashboard/dashboard-ui/scripts/notificationsettings.js
index 15ee63cdb1..fc7fd19713 100644
--- a/MediaBrowser.WebDashboard/dashboard-ui/scripts/notificationsettings.js
+++ b/MediaBrowser.WebDashboard/dashboard-ui/scripts/notificationsettings.js
@@ -1 +1 @@
-define(["loading","libraryMenu","listViewStyle","emby-linkbutton"],function(loading,libraryMenu){"use strict";function reload(page){loading.show(),ApiClient.getJSON(ApiClient.getUrl("Notifications/Types")).then(function(list){var html="",lastCategory="";html+=list.map(function(i){var itemHtml="";return i.Category!=lastCategory&&(lastCategory=i.Category,lastCategory&&(itemHtml+="
"),page.querySelector(".notificationList").innerHTML=html,loading.hide()})}function getTabs(){return[{href:"notificationsettings.html",name:Globalize.translate("TabNotifications")},{href:"appservices.html?context=notifications",name:Globalize.translate("TabServices")}]}return function(view,params){view.addEventListener("viewshow",function(){libraryMenu.setTabs("notifications",0,getTabs),reload(view)})}});
\ No newline at end of file
+define(["loading","libraryMenu","listViewStyle","emby-linkbutton"],function(loading,libraryMenu){"use strict";function reload(page){loading.show(),ApiClient.getJSON(ApiClient.getUrl("Notifications/Types")).then(function(list){var html="",lastCategory="";html+=list.map(function(i){var itemHtml="";return i.Category!=lastCategory&&(lastCategory=i.Category,lastCategory&&(itemHtml+="
"},view.querySelector(".btnPreviousTrack").addEventListener("click",function(){playbackManager.previousTrack(currentPlayer)}),view.querySelector(".btnPause").addEventListener("click",function(){playbackManager.playPause(currentPlayer)}),view.querySelector(".btnNextTrack").addEventListener("click",function(){playbackManager.nextTrack(currentPlayer)}),btnRewind.addEventListener("click",function(){playbackManager.rewind(currentPlayer)}),btnFastForward.addEventListener("click",function(){playbackManager.fastForward(currentPlayer)}),view.querySelector(".btnAudio").addEventListener("click",showAudioTrackSelection),view.querySelector(".btnSubtitles").addEventListener("click",showSubtitleTrackSelection),browser.touch&&initSwipeEvents()}});
\ No newline at end of file
diff --git a/MediaBrowser.WebDashboard/dashboard-ui/shared.html b/MediaBrowser.WebDashboard/dashboard-ui/shared.html
index 318820c838..432f274b4c 100644
--- a/MediaBrowser.WebDashboard/dashboard-ui/shared.html
+++ b/MediaBrowser.WebDashboard/dashboard-ui/shared.html
@@ -118,12 +118,6 @@
-
-
- ${HeaderScenes}
-
-
-
${HeaderThemeSongs}
diff --git a/MediaBrowser.WebDashboard/dashboard-ui/strings/ar.json b/MediaBrowser.WebDashboard/dashboard-ui/strings/ar.json
index 2cfda55971..16ec379370 100644
--- a/MediaBrowser.WebDashboard/dashboard-ui/strings/ar.json
+++ b/MediaBrowser.WebDashboard/dashboard-ui/strings/ar.json
@@ -1,5 +1,4 @@
{
- "HeaderPlayAll": "Play All",
"LabelPrevious": "\u0627\u0644\u0633\u0627\u0628\u0642",
"LabelFinish": "\u0627\u0646\u0647\u0627\u0621",
"LabelNext": "\u0627\u0644\u062a\u0627\u0644\u064a",
@@ -25,6 +24,7 @@
"LabelPinCode": "\u0627\u0644\u0631\u0645\u0632 \u0627\u0644\u0634\u062e\u0635\u064a:",
"DeleteMedia": "\u062d\u0630\u0641 \u0627\u0644\u0648\u0633\u0627\u0626\u0637",
"HeaderSync": "\u062a\u0632\u0627\u0645\u0646",
+ "HeaderPlayAll": "Play All",
"HeaderUpcomingNews": "Upcoming News",
"ButtonOk": "\u0645\u0648\u0627\u0641\u0642",
"ButtonCancel": "\u0627\u0644\u063a\u0627\u0621",
@@ -485,9 +485,6 @@
"HeaderResult": "\u0627\u0644\u0646\u062a\u064a\u062c\u0629 \u0627\u0644\u0646\u0647\u0627\u0626\u064a\u0629",
"OptionOverwriteExistingEpisodes": "\u0623\u0643\u062a\u0628 \u0639\u0644\u0649 \u0627\u0644\u062d\u0644\u0642\u0627\u062a \u0627\u0644\u0645\u0648\u062c\u0648\u062f\u0629 \u0633\u0644\u0641\u0627\u064b",
"LabelTransferMethod": "\u0637\u0631\u064a\u0642\u0629 \u0627\u0644\u0646\u0642\u0644",
- "OptionCopy": "\u0646\u0633\u062e",
- "OptionMove": "\u0646\u0642\u0644",
- "LabelTransferMethodHelp": "\u0646\u0633\u062e \u0623\u0648 \u0646\u0642\u0644 \u0627\u0644\u0645\u0644\u0641\u0627\u062a \u0645\u0646 \u0627\u0644\u0645\u062c\u0644\u062f \u0627\u0644\u0645\u0631\u0627\u0642\u0628",
"HeaderLatestNews": "\u0622\u062e\u0631 \u0627\u0644\u0623\u062e\u0628\u0627\u0631",
"HeaderRunningTasks": "\u0627\u0644\u0645\u0647\u0627\u0645 \u0627\u0644\u0645\u0634\u063a\u0651\u0644\u0629",
"HeaderActiveDevices": "\u0627\u0644\u0623\u062c\u0647\u0632\u0629 \u0627\u0644\u0645\u0641\u0639\u0651\u0644\u0629",
@@ -682,24 +679,11 @@
"MessageNoAvailablePlugins": "\u0644\u0627 \u062a\u0648\u062c\u062f \u0623\u064a \u0645\u0644\u062d\u0642\u0627\u062a.",
"LabelDisplayPluginsFor": "\u0623\u0638\u0647\u0631 \u0627\u0644\u0645\u0644\u062d\u0642\u0627\u062a \u0644\u0640:",
"PluginTabAppClassic": "Emby for Windows Media Center",
- "LabelEpisodeNamePlain": "\u0627\u0633\u0645 \u0627\u0644\u062d\u0644\u0642\u0629",
- "LabelSeriesNamePlain": "\u0627\u0633\u0645 \u0627\u0644\u0645\u0633\u0644\u0633\u0644",
- "ValueSeriesNamePeriod": "Series.name",
- "ValueSeriesNameUnderscore": "Series_name",
- "ValueEpisodeNamePeriod": "Episode.name",
- "ValueEpisodeNameUnderscore": "Episode_name",
- "LabelSeasonNumberPlain": "\u0631\u0642\u0645 \u0627\u0644\u0645\u0648\u0633\u0645",
- "LabelEpisodeNumberPlain": "\u0631\u0642\u0645 \u0627\u0644\u062d\u0644\u0642\u0629",
- "LabelEndingEpisodeNumberPlain": "\u0631\u0642\u0645 \u0627\u0644\u062d\u0644\u0642\u0629 \u0627\u0644\u0623\u062e\u064a\u0631\u0629",
"HeaderTypeText": "\u0623\u062f\u062e\u0644 \u0627\u0644\u0646\u0635",
"LabelTypeText": "\u0627\u0644\u0646\u0635",
"TabDisplay": "\u0625\u0638\u0647\u0627\u0631",
"TabLanguages": "\u0627\u0644\u0644\u063a\u0627\u062a",
"TabAppSettings": "\u0625\u0639\u062f\u0627\u062f\u0627\u062a \u0627\u0644\u062a\u0637\u0628\u064a\u0642",
- "LabelEnableThemeSongs": "\u062a\u0641\u0639\u064a\u0644 \u0623\u063a\u0646\u064a\u0629 \u0627\u0644\u0634\u0627\u0631\u0629",
- "LabelEnableBackdrops": "\u062a\u0641\u0639\u064a\u0644 \u0627\u0644\u062e\u0644\u0641\u064a\u0627\u062a",
- "LabelEnableThemeSongsHelp": "\u0639\u0646\u062f \u0627\u0644\u062a\u0641\u0639\u064a\u0644\u060c \u0641\u0625\u0646 \u0623\u063a\u0646\u064a\u0629 \u0627\u0644\u0634\u0627\u0631\u0629 \u0633\u062a\u0634\u062a\u063a\u0644 \u0641\u064a \u0627\u0644\u062e\u0644\u0641\u064a\u0629 \u0639\u0646\u062f \u062a\u0635\u0641\u062d \u0627\u0644\u0645\u0643\u062a\u0628\u0629.",
- "LabelEnableBackdropsHelp": "\u0639\u0646\u062f \u0627\u0644\u062a\u0641\u0639\u064a\u0644\u060c \u0641\u0625\u0646 \u0627\u0644\u062e\u0644\u0641\u064a\u0627\u062a \u0633\u062a\u063a\u0631\u0636 \u0644\u0628\u0639\u0636 \u0627\u0644\u0635\u0641\u062d\u0627\u062a \u0639\u0646\u062f \u062a\u0635\u0641\u062d \u0627\u0644\u0645\u0643\u062a\u0628\u0629.",
"HeaderHomePage": "\u0627\u0644\u0635\u0641\u062d\u0629 \u0627\u0644\u0631\u0626\u064a\u0633\u064a\u0629",
"OptionAuto": "\u0622\u0644\u064a",
"OptionYes": "\u0646\u0639\u0645",
@@ -1866,5 +1850,6 @@
"AllowOnTheFlySubtitleExtractionHelp": "Embedded subtitles can be extracted from videos and delivered to Emby apps in plain text in order to help prevent video transcoding. On some systems this can take a long time and cause video playback to stall during the extraction process. Disable this to have embedded subtitles burned in with video transcoding when they are not natively supported by the client device.",
"ButtonStopRecording": "Stop Recording",
"StopRecording": "Stop recording",
- "CancelSeries": "Cancel series"
+ "CancelSeries": "Cancel series",
+ "EnableDebugLoggingHelp": "Debug logging should only be enabled as needed for troubleshooting purposes. The increased file system access may prevent the server machine from being able to sleep in some environments."
}
\ No newline at end of file
diff --git a/MediaBrowser.WebDashboard/dashboard-ui/strings/be-BY.json b/MediaBrowser.WebDashboard/dashboard-ui/strings/be-BY.json
index 602dbf8ed8..ee8f34cbdf 100644
--- a/MediaBrowser.WebDashboard/dashboard-ui/strings/be-BY.json
+++ b/MediaBrowser.WebDashboard/dashboard-ui/strings/be-BY.json
@@ -1,5 +1,4 @@
{
- "HeaderPlayAll": "Play All",
"LabelPrevious": "\u041f\u0430\u043f\u044f\u0440\u044d\u0434\u043d\u044f\u0435",
"LabelFinish": "\u0413\u0430\u0442\u043e\u0432\u0430",
"LabelNext": "\u041d\u0430\u0441\u0442\u0443\u043f\u043d\u0430\u0435",
@@ -25,6 +24,7 @@
"LabelPinCode": "PIN-\u043a\u043e\u0434:",
"DeleteMedia": "Delete media",
"HeaderSync": "\u0421\u0456\u043d\u0445\u0440\u0430\u043d\u0456\u0437\u0430\u0446\u044b\u044f",
+ "HeaderPlayAll": "Play All",
"HeaderUpcomingNews": "Upcoming News",
"ButtonOk": "\u041e\u041a",
"ButtonCancel": "\u0410\u0434\u043c\u044f\u043d\u0456\u0446\u044c",
@@ -485,9 +485,6 @@
"HeaderResult": "Result",
"OptionOverwriteExistingEpisodes": "Overwrite existing episodes",
"LabelTransferMethod": "Transfer method",
- "OptionCopy": "Copy",
- "OptionMove": "Move",
- "LabelTransferMethodHelp": "Copy or move files from the watch folder",
"HeaderLatestNews": "Latest News",
"HeaderRunningTasks": "Running Tasks",
"HeaderActiveDevices": "Active Devices",
@@ -682,24 +679,11 @@
"MessageNoAvailablePlugins": "No available plugins.",
"LabelDisplayPluginsFor": "Display plugins for:",
"PluginTabAppClassic": "Emby for Windows Media Center",
- "LabelEpisodeNamePlain": "Episode name",
- "LabelSeriesNamePlain": "Series name",
- "ValueSeriesNamePeriod": "Series.name",
- "ValueSeriesNameUnderscore": "Series_name",
- "ValueEpisodeNamePeriod": "Episode.name",
- "ValueEpisodeNameUnderscore": "Episode_name",
- "LabelSeasonNumberPlain": "Season number",
- "LabelEpisodeNumberPlain": "Episode number",
- "LabelEndingEpisodeNumberPlain": "Ending episode number",
"HeaderTypeText": "Enter Text",
"LabelTypeText": "Text",
"TabDisplay": "Display",
"TabLanguages": "Languages",
"TabAppSettings": "App Settings",
- "LabelEnableThemeSongs": "Enable theme songs",
- "LabelEnableBackdrops": "Enable backdrops",
- "LabelEnableThemeSongsHelp": "If enabled, theme songs will be played in the background while browsing the library.",
- "LabelEnableBackdropsHelp": "If enabled, backdrops will be displayed in the background of some pages while browsing the library.",
"HeaderHomePage": "Home Page",
"OptionAuto": "Auto",
"OptionYes": "Yes",
@@ -1866,5 +1850,6 @@
"AllowOnTheFlySubtitleExtractionHelp": "Embedded subtitles can be extracted from videos and delivered to Emby apps in plain text in order to help prevent video transcoding. On some systems this can take a long time and cause video playback to stall during the extraction process. Disable this to have embedded subtitles burned in with video transcoding when they are not natively supported by the client device.",
"ButtonStopRecording": "Stop Recording",
"StopRecording": "Stop recording",
- "CancelSeries": "Cancel series"
+ "CancelSeries": "Cancel series",
+ "EnableDebugLoggingHelp": "Debug logging should only be enabled as needed for troubleshooting purposes. The increased file system access may prevent the server machine from being able to sleep in some environments."
}
\ No newline at end of file
diff --git a/MediaBrowser.WebDashboard/dashboard-ui/strings/bg-BG.json b/MediaBrowser.WebDashboard/dashboard-ui/strings/bg-BG.json
index dea8c8b786..2d90bd9384 100644
--- a/MediaBrowser.WebDashboard/dashboard-ui/strings/bg-BG.json
+++ b/MediaBrowser.WebDashboard/dashboard-ui/strings/bg-BG.json
@@ -1,5 +1,4 @@
{
- "HeaderPlayAll": "Play All",
"LabelPrevious": "\u041f\u0440\u0435\u0434\u0438\u0448\u0435\u043d",
"LabelFinish": "\u0413\u043e\u0442\u043e\u0432\u043e",
"LabelNext": "\u0421\u043b\u0435\u0434\u0432\u0430\u0449",
@@ -25,6 +24,7 @@
"LabelPinCode": "\u041f\u0418\u041d \u043a\u043e\u0434:",
"DeleteMedia": "\u0418\u0437\u0442\u0440\u0438\u0432\u0430\u043d\u0435 \u043d\u0430 \u043c\u0435\u0434\u0438\u044f",
"HeaderSync": "\u0421\u0438\u043d\u0445\u0440\u043e\u043d\u0438\u0437.",
+ "HeaderPlayAll": "\u041f\u0443\u0441\u043a\u0430\u043d\u0435 \u043d\u0430 \u0432\u0441\u0438\u0447\u043a\u043e",
"HeaderUpcomingNews": "\u041f\u0440\u0435\u0434\u0441\u0442\u043e\u044f\u0449\u0438 \u043d\u043e\u0432\u0438\u043d\u0438",
"ButtonOk": "\u0414\u043e\u0431\u0440\u0435",
"ButtonCancel": "\u041e\u0442\u043a\u0430\u0437",
@@ -40,7 +40,7 @@
"HeaderPaths": "\u041f\u044a\u0442\u0438\u0449\u0430",
"CategorySync": "\u0421\u0438\u043d\u0445\u0440\u043e\u043d\u0438\u0437.",
"TabPlaylist": "\u0421\u043f\u0438\u0441\u044a\u043a",
- "HeaderInstantMix": "Instant Mix",
+ "HeaderInstantMix": "\u041f\u0443\u0441\u043a\u0430\u043d\u0435 \u043d\u0430 \u043f\u043e\u0434\u043e\u0431\u043d\u0438",
"HeaderEasyPinCode": "\u041b\u0435\u0441\u0435\u043d \u041f\u0418\u041d \u043a\u043e\u0434",
"HeaderInstalledServices": "\u0418\u043d\u0441\u0442\u0430\u043b\u0438\u0440\u0430\u043d\u0438 \u0443\u0441\u043b\u0443\u0433\u0438",
"HeaderAvailableServices": "\u041d\u0430\u043b\u0438\u0447\u043d\u0438 \u0443\u0441\u043b\u0443\u0433\u0438",
@@ -89,9 +89,9 @@
"TabNotifications": "\u0418\u0437\u0432\u0435\u0441\u0442\u0438\u044f",
"TabCollectionTitles": "\u0417\u0430\u0433\u043b\u0430\u0432\u0438\u044f",
"HeaderDeviceAccess": "\u0414\u043e\u0441\u0442\u044a\u043f \u043d\u0430 \u0443\u0441\u0442\u0440\u043e\u0439\u0441\u0442\u0432\u0430\u0442\u0430",
- "OptionEnableAccessFromAllDevices": "\u0410\u043a\u0442\u0438\u0432\u0438\u0440\u0430\u0439 \u0434\u043e\u0441\u0442\u044a\u043f \u043e\u0442 \u0432\u0441\u0438\u0447\u043a\u0438 \u0443\u0441\u0442\u0440\u043e\u0439\u0441\u0442\u0432\u0430",
- "OptionEnableAccessToAllChannels": "\u0410\u043a\u0442\u0438\u0432\u0438\u0440\u0430\u0439 \u0434\u043e\u0441\u0442\u044a\u043f \u0434\u043e \u0432\u0441\u0438\u0447\u043a\u0438 \u043a\u0430\u043d\u0430\u043b\u0438",
- "OptionEnableAccessToAllLibraries": "\u0410\u043a\u0442\u0438\u0432\u0438\u0440\u0430\u0439 \u0434\u043e\u0441\u0442\u044a\u043f \u0434\u043e \u0432\u0441\u0438\u0447\u043a\u0438 \u0431\u0438\u0431\u043b\u0438\u043e\u0442\u0435\u043a\u0438",
+ "OptionEnableAccessFromAllDevices": "\u041f\u043e\u0437\u0432\u043e\u043b\u044f\u0432\u0430\u043d\u0435 \u043d\u0430 \u0434\u043e\u0441\u0442\u044a\u043f\u0430 \u043e\u0442 \u0432\u0441\u0438\u0447\u043a\u0438 \u0443\u0441\u0442\u0440\u043e\u0439\u0441\u0442\u0432\u0430",
+ "OptionEnableAccessToAllChannels": "\u041f\u043e\u0437\u0432\u043e\u043b\u044f\u0432\u0430\u043d\u0435 \u043d\u0430 \u0434\u043e\u0441\u0442\u044a\u043f\u0430 \u0434\u043e \u0432\u0441\u0438\u0447\u043a\u0438 \u043a\u0430\u043d\u0430\u043b\u0438",
+ "OptionEnableAccessToAllLibraries": "\u041f\u043e\u0437\u0432\u043e\u043b\u044f\u0432\u0430\u043d\u0435 \u043d\u0430 \u0434\u043e\u0441\u0442\u044a\u043f\u0430 \u0434\u043e \u0432\u0441\u0438\u0447\u043a\u0438 \u0431\u0438\u0431\u043b\u0438\u043e\u0442\u0435\u043a\u0438",
"DeviceAccessHelp": "\u0422\u043e\u0432\u0430 \u0441\u0435 \u043e\u0442\u043d\u0430\u0441\u044f \u0441\u0430\u043c\u043e \u0437\u0430 \u0443\u0441\u0442\u0440\u043e\u0439\u0441\u0442\u0432\u0430, \u043a\u043e\u0438\u0442\u043e \u043c\u043e\u0433\u0430\u0442 \u0434\u0430 \u0431\u044a\u0434\u0430\u0442 \u0440\u0430\u0437\u043b\u0438\u0447\u0435\u043d\u0438 \u0438 \u043d\u044f\u043c\u0430 \u0434\u0430 \u043f\u043e\u043f\u0440\u0435\u0447\u0438 \u043d\u0430 \u0434\u043e\u0441\u0442\u044a\u043f \u043e\u0442 \u0431\u0440\u0430\u0443\u0437\u044a\u0440. \u0424\u0438\u043b\u0442\u0440\u0438\u0440\u0430\u043d\u0435\u0442\u043e \u043d\u0430 \u043f\u043e\u0442\u0440\u0435\u0431\u0438\u0442\u0435\u043b\u0441\u043a\u0438 \u0443\u0441\u0442\u0440\u043e\u0439\u0441\u0442\u0432\u0430 \u0449\u0435 \u043f\u0440\u0435\u0434\u043e\u0442\u0432\u0440\u0430\u0442\u0438 \u0438\u0437\u043f\u043e\u043b\u0437\u0432\u0430\u043d\u0435\u0442\u043e \u0438\u043c \u0434\u043e\u043a\u0430\u0442\u043e \u043d\u0435 \u0431\u044a\u0434\u0430\u0442 \u043e\u0434\u043e\u0431\u0440\u0435\u043d\u0438 \u0442\u0443\u043a.",
"LabelDisplayMissingEpisodesWithinSeasons": "\u041f\u043e\u043a\u0430\u0437\u0432\u0430\u043d\u0435 \u043d\u0430 \u043b\u0438\u043f\u0441\u0432\u0430\u0449\u0438\u0442\u0435 \u0435\u043f\u0438\u0437\u043e\u0434\u0438 \u0432 \u0441\u0435\u0437\u043e\u043d\u0438\u0442\u0435",
"LabelDisplayMissingEpisodesWithinSeasonsHelp": "\u0422\u043e\u0432\u0430 \u0441\u044a\u0449\u043e \u0442\u0440\u044f\u0431\u0432\u0430 \u0434\u0430 \u0435 \u0430\u043a\u0442\u0438\u0432\u0438\u0440\u0430\u043d\u043e \u0437\u0430 \u0431\u0438\u0431\u043b\u0438\u043e\u0442\u0435\u043a\u0438 \u043e\u0442 \u0441\u0435\u0440\u0438\u0430\u043b\u0438 \u0432 \u043d\u0430\u0441\u0442\u0440\u043e\u0439\u043a\u0430\u0442\u0430 \u043d\u0430 \u0441\u044a\u0440\u0432\u044a\u0440\u0430.",
@@ -108,7 +108,7 @@
"OptionAlwaysPlaySubtitles": "\u0412\u0438\u043d\u0430\u0433\u0438 \u043f\u043e\u043a\u0430\u0437\u0432\u0430\u0439 \u0441\u0443\u0431\u0442\u0438\u0442\u0440\u0438",
"OptionDefaultSubtitlesHelp": "\u0421\u0443\u0431\u0442\u0438\u0442\u0440\u0438\u0442\u0435 \u0441\u0435 \u0437\u0430\u0440\u0435\u0436\u0434\u0430\u0442 \u043d\u0430 \u0431\u0430\u0437\u0430\u0442\u0430 \u043d\u0430 \u0444\u043b\u0430\u0433\u043e\u0432\u0435\u0442\u0435 \u043f\u043e \u043f\u043e\u0434\u0440\u0430\u0437\u0431\u0438\u0440\u0430\u043d\u0435 \u0438 \u043f\u0440\u0438\u043d\u0443\u0434\u0438\u0442\u0435\u043b\u043d\u0438\u0442\u0435 \u0444\u043b\u0430\u0433\u043e\u0432\u0435 \u0432\u044a\u0432 \u0432\u0433\u0440\u0430\u0434\u0435\u043d\u0438\u0442\u0435 \u043c\u0435\u0442\u0430\u0434\u0430\u043d\u043d\u0438. \u0415\u0437\u0438\u043a\u043e\u0432\u0438\u0442\u0435 \u043f\u0440\u0435\u0434\u043f\u043e\u0447\u0438\u0442\u0430\u043d\u0438\u044f \u0441\u0435 \u0432\u0437\u0435\u043c\u0430\u0442 \u043f\u0440\u0435\u0434\u0432\u0438\u0434, \u043a\u043e\u0433\u0430\u0442\u043e \u0441\u0430 \u043d\u0430\u043b\u0438\u0447\u043d\u0438 \u043d\u044f\u043a\u043e\u043b\u043a\u043e \u0432\u0430\u0440\u0438\u0430\u043d\u0442\u0430.",
"OptionOnlyForcedSubtitlesHelp": "\u0421\u0430\u043c\u043e \u0441\u0443\u0431\u0442\u0438\u0442\u0440\u0438, \u043c\u0430\u0440\u043a\u0438\u0440\u0430\u043d\u0438 \u043a\u0430\u0442\u043e \u043f\u0440\u0438\u043d\u0443\u0434\u0438\u0442\u0435\u043b\u043d\u0438, \u0449\u0435 \u0431\u044a\u0434\u0430\u0442 \u0437\u0430\u0440\u0435\u0436\u0434\u0430\u043d\u0438",
- "OptionAlwaysPlaySubtitlesHelp": "\u0421\u0443\u0431\u0442\u0438\u0442\u0440\u0438, \u043e\u0442\u0433\u043e\u0432\u0430\u0440\u044f\u0449\u0438 \u043d\u0430 \u0435\u0437\u0438\u043a\u043e\u0432\u043e\u0442\u043e \u043f\u0440\u0435\u0434\u043f\u043e\u0447\u0438\u0442\u0430\u043d\u0438\u0435, \u0449\u0435 \u0431\u044a\u0434\u0430\u0442 \u0437\u0430\u0440\u0435\u0436\u0434\u0430\u043d\u0438 \u043d\u0435\u0437\u0430\u0432\u0438\u0441\u0438\u043c\u043e \u043e\u0442 \u0435\u0437\u0438\u043a\u0430 \u043d\u0430 \u0430\u0443\u0434\u0438\u043e\u0442\u043e.",
+ "OptionAlwaysPlaySubtitlesHelp": "\u0421\u0443\u0431\u0442\u0438\u0442\u0440\u0438, \u043e\u0442\u0433\u043e\u0432\u0430\u0440\u044f\u0449\u0438 \u043d\u0430 \u0435\u0437\u0438\u043a\u043e\u0432\u043e\u0442\u043e \u043f\u0440\u0435\u0434\u043f\u043e\u0447\u0438\u0442\u0430\u043d\u0438\u0435, \u0449\u0435 \u0431\u044a\u0434\u0430\u0442 \u0437\u0430\u0440\u0435\u0436\u0434\u0430\u043d\u0438 \u043d\u0435\u0437\u0430\u0432\u0438\u0441\u0438\u043c\u043e \u043e\u0442 \u0435\u0437\u0438\u043a\u0430 \u043d\u0430 \u0437\u0432\u0443\u043a\u0430.",
"OptionNoSubtitlesHelp": "\u0421\u0443\u0431\u0442\u0438\u0442\u0440\u0438 \u043d\u044f\u043c\u0430 \u0434\u0430 \u0431\u044a\u0434\u0430\u0442 \u0437\u0430\u0440\u0435\u0436\u0434\u0430\u043d\u0438 \u043f\u043e \u043f\u043e\u0434\u0440\u0430\u0437\u0431\u0438\u0440\u0430\u043d\u0435.",
"TabProfiles": "\u041f\u0440\u043e\u0444\u0438\u043b\u0438",
"TabSecurity": "\u0417\u0430\u0449\u0438\u0442\u0430",
@@ -201,7 +201,7 @@
"HeaderFrequentlyPlayed": "\u0427\u0435\u0441\u0442\u043e \u043f\u0443\u0441\u043a\u0430\u043d\u0438",
"LabelVideoType": "\u0422\u0438\u043f \u043d\u0430 \u0432\u0438\u0434\u0435\u043e\u0442\u043e:",
"OptionBluray": "Bluray",
- "OptionDvd": "Dvd",
+ "OptionDvd": "\u0414\u0412\u0414",
"OptionIso": "Iso",
"Option3D": "\u0422\u0440\u0438\u0438\u0437\u043c\u0435\u0440\u043d\u0438",
"LabelDeinterlacingMethod": "Deinterlacing method:",
@@ -259,15 +259,15 @@
"OptionDisableUserHelp": "\u0410\u043a\u043e \u0435 \u0434\u0435\u0437\u0430\u043a\u0442\u0438\u0432\u0438\u0440\u0430\u043d, \u0441\u044a\u0440\u0432\u044a\u0440\u044a\u0442 \u043d\u044f\u043c\u0430 \u0434\u0430 \u043f\u043e\u0437\u0432\u043e\u043b\u0438 \u043a\u0430\u043a\u0432\u0438\u0442\u043e \u0438 \u0434\u0430 \u0431\u0438\u043b\u043e \u0432\u0440\u044a\u0437\u043a\u0438 \u043e\u0442 \u0442\u043e\u0437\u0438 \u043f\u043e\u0442\u0440\u0435\u0431\u0438\u0442\u0435\u043b. \u0421\u044a\u0449\u0435\u0441\u0442\u0432\u0443\u0432\u0430\u0449\u0438\u0442\u0435 \u0432\u0440\u044a\u0437\u043a\u0438 \u0449\u0435 \u0431\u044a\u0434\u0430\u0442 \u0432\u043d\u0435\u0437\u0430\u043f\u043d\u043e \u043f\u0440\u0435\u043a\u0440\u0430\u0442\u0435\u043d\u0438.",
"LabelName": "\u0418\u043c\u0435:",
"ButtonHelp": "\u041f\u043e\u043c\u043e\u0449",
- "OptionAllowUserToManageServer": "\u0420\u0430\u0437\u0440\u0435\u0448\u0438 \u043d\u0430 \u0442\u043e\u0437\u0438 \u043f\u043e\u0442\u0440\u0435\u0431\u0438\u0442\u0435\u043b \u0434\u0430 \u0443\u043f\u0440\u0430\u0432\u043b\u044f\u0432\u0430 \u0441\u044a\u0440\u0432\u044a\u0440\u0430",
+ "OptionAllowUserToManageServer": "\u0420\u0430\u0437\u0440\u0435\u0448\u0430\u0432\u0430\u043d\u0435 \u043d\u0430 \u0442\u043e\u0437\u0438 \u043f\u043e\u0442\u0440\u0435\u0431\u0438\u0442\u0435\u043b \u0434\u0430 \u0443\u043f\u0440\u0430\u0432\u043b\u044f\u0432\u0430 \u0441\u044a\u0440\u0432\u044a\u0440\u0430",
"HeaderFeatureAccess": "\u0414\u043e\u0441\u0442\u044a\u043f \u0434\u043e \u0444\u0443\u043d\u043a\u0446\u0438\u0438",
"OptionAllowMediaPlayback": "\u0420\u0430\u0437\u0440\u0435\u0448\u0430\u0432\u0430\u043d\u0435 \u043d\u0430 \u043f\u0443\u0441\u043a\u0430\u043d\u0435 \u043d\u0430 \u043c\u0435\u0434\u0438\u044f",
"OptionAllowBrowsingLiveTv": "\u0420\u0430\u0437\u0440\u0435\u0448\u0430\u0432\u0430\u043d\u0435 \u043d\u0430 \u0442\u0435\u043b\u0435\u0432\u0438\u0437\u0438\u044f \u043d\u0430 \u0436\u0438\u0432\u043e",
"HeaderMediaDeletion": "Media Deletion",
"AllowDeletionFromAll": "Allow media deletion from all libraries",
"OptionAllowManageLiveTv": "\u0420\u0430\u0437\u0440\u0435\u0448\u0430\u0432\u0430\u043d\u0435 \u0437\u0430\u043f\u0438\u0441\u043d\u043e \u0443\u043f\u0440\u0430\u0432\u043b\u0435\u043d\u0438\u0435 \u043d\u0430 \u0442\u0435\u043b\u0435\u0432\u0438\u0437\u0438\u044f \u043d\u0430 \u0436\u0438\u0432\u043e",
- "OptionAllowRemoteControlOthers": "\u0420\u0430\u0437\u0440\u0435\u0448\u0438 \u043e\u0442\u0434\u0430\u043b\u0435\u0447\u0435\u043d \u043a\u043e\u043d\u0442\u0440\u043e\u043b \u043d\u0430 \u0434\u0440\u0443\u0433\u0438 \u043f\u043e\u0442\u0440\u0435\u0431\u0438\u0442\u0435\u043b\u0438",
- "OptionAllowRemoteSharedDevices": "\u0420\u0430\u0437\u0440\u0435\u0448\u0438 \u043e\u0442\u0434\u0430\u043b\u0435\u0447\u0435\u043d \u043a\u043e\u043d\u0442\u0440\u043e\u043b \u043d\u0430 \u0441\u043f\u043e\u0434\u0435\u043b\u0435\u043d\u0438 \u0443\u0441\u0442\u0440\u043e\u0439\u0441\u0442\u0432\u0430",
+ "OptionAllowRemoteControlOthers": "\u0420\u0430\u0437\u0440\u0435\u0448\u0430\u0432\u0430\u043d\u0435 \u043d\u0430 \u043e\u0442\u0434\u0430\u043b\u0435\u0447\u0435\u043d \u043a\u043e\u043d\u0442\u0440\u043e\u043b \u043d\u0430 \u0434\u0440\u0443\u0433\u0438 \u043f\u043e\u0442\u0440\u0435\u0431\u0438\u0442\u0435\u043b\u0438",
+ "OptionAllowRemoteSharedDevices": "\u0420\u0430\u0437\u0440\u0435\u0448\u0430\u0432\u0430\u043d\u0435 \u043d\u0430 \u043e\u0442\u0434\u0430\u043b\u0435\u0447\u0435\u043d \u043a\u043e\u043d\u0442\u0440\u043e\u043b \u043d\u0430 \u0441\u043f\u043e\u0434\u0435\u043b\u0435\u043d\u0438 \u0443\u0441\u0442\u0440\u043e\u0439\u0441\u0442\u0432\u0430",
"OptionAllowRemoteSharedDevicesHelp": "DLNA \u0443\u0441\u0442\u0440\u043e\u0439\u0441\u0442\u0432\u0430 \u0441\u0435 \u0441\u0447\u0438\u0442\u0430\u0442 \u0437\u0430 \u0441\u043f\u043e\u0434\u0435\u043b\u0435\u043d\u0438 \u0434\u043e\u043a\u0430\u0442\u043e \u043d\u044f\u043a\u043e\u0439 \u043f\u043e\u0442\u0440\u0435\u0431\u0438\u0442\u0435\u043b \u043d\u0435 \u0437\u0430\u043f\u043e\u0447\u043d\u0435 \u0434\u0430 \u0433\u0438 \u043a\u043e\u043d\u0442\u0440\u043e\u043b\u0438\u0440\u0430.",
"OptionAllowLinkSharing": "\u0420\u0430\u0437\u0440\u0435\u0448\u0430\u0432\u0430\u043d\u0435 \u043d\u0430 \u0441\u043f\u043e\u0434\u0435\u043b\u044f\u043d\u0435 \u0432 \u0441\u043e\u0446\u0438\u0430\u043b\u043d\u0438\u0442\u0435 \u043c\u0435\u0434\u0438\u0438",
"OptionAllowLinkSharingHelp": "Only web pages containing media information are shared. Media files are never shared publicly. Shares are time-limited and will expire after {0} days.",
@@ -284,10 +284,10 @@
"TabServer": "\u0421\u044a\u0440\u0432\u044a\u0440",
"TabTranscoding": "\u041f\u0440\u0435\u043a\u043e\u0434\u0438\u0440\u0430\u043d\u0435",
"OptionRelease": "\u041e\u0444\u0438\u0446\u0438\u0430\u043b\u043d\u043e \u0438\u0437\u0434\u0430\u043d\u0438\u0435",
- "LabelAllowServerAutoRestart": "\u0420\u0430\u0437\u0440\u0435\u0448\u0438 \u043d\u0430 \u0441\u044a\u0440\u0432\u044a\u0440\u0430 \u0430\u0432\u0442\u043e\u043c\u0430\u0442\u0438\u0447\u0435\u043d \u0440\u0435\u0441\u0442\u0430\u0440\u0442 \u0437\u0430 \u043f\u0440\u0438\u043b\u0430\u0433\u0430\u043d\u0435 \u043d\u0430 \u0430\u043a\u0442\u0443\u0430\u043b\u0438\u0437\u0430\u0446\u0438\u0438\u0442\u0435",
+ "LabelAllowServerAutoRestart": "\u0420\u0430\u0437\u0440\u0435\u0448\u0430\u0432\u0430\u043d\u0435 \u043d\u0430 \u0441\u044a\u0440\u0432\u044a\u0440\u0430 \u0430\u0432\u0442\u043e\u043c\u0430\u0442\u0438\u0447\u043d\u043e \u0434\u0430 \u0441\u0435 \u043f\u0443\u0441\u043a\u0430 \u043f\u043e\u0432\u0442\u043e\u0440\u043d\u043e \u0437\u0430 \u043f\u0440\u0438\u043b\u0430\u0433\u0430\u043d\u0435 \u043d\u0430 \u043e\u0431\u043d\u043e\u0432\u043b\u0435\u043d\u0438\u044f",
"LabelAllowServerAutoRestartHelp": "\u0421\u044a\u0440\u0432\u044a\u0440\u044a\u0442 \u0449\u0435 \u0441\u0435 \u0440\u0435\u0441\u0442\u0430\u0440\u0442\u0438\u0440\u0430 \u0441\u0430\u043c\u043e \u043f\u0440\u0435\u0437 \u0441\u0432\u043e\u0431\u043e\u0434\u043d\u043e\u0442\u043e \u0441\u0438 \u0432\u0440\u0435\u043c\u0435, \u043a\u043e\u0433\u0430\u0442\u043e \u043d\u044f\u043c\u0430 \u0430\u043a\u0442\u0438\u0432\u043d\u0438 \u043f\u043e\u0442\u0440\u0435\u0431\u0438\u0442\u0435\u043b\u0438.",
"LabelRunServerAtStartup": "\u041f\u0443\u0441\u043a\u0430\u043d\u0435 \u043d\u0430 \u0441\u044a\u0440\u0432\u044a\u0440\u0430 \u043f\u0440\u0438 \u0441\u0442\u0430\u0440\u0442\u0438\u0440\u0430\u043d\u0435",
- "LabelRunServerAtStartupHelp": "\u0422\u043e\u0432\u0430 \u0449\u0435 \u0441\u0442\u0430\u0440\u0442\u0438\u0440\u0430 \u0438\u043a\u043e\u043d\u043a\u0430\u0442\u0430 \u0432 \u0442\u0440\u0435\u0439 \u043b\u0435\u043d\u0442\u0430\u0442\u0430 \u043f\u0440\u0438 \u0441\u0442\u0430\u0440\u0442\u0438\u0440\u0430\u043d\u0435 \u043d\u0430 Windows. \u0417\u0430 \u0441\u0442\u0430\u0440\u0442\u0438\u0440\u0430\u043d\u0435 \u043d\u0430 Windows service, \u043c\u0430\u0445\u043d\u0435\u0442\u0435 \u043e\u0442\u043c\u0435\u0442\u043a\u0430\u0442\u0430 \u043e\u0442 \u0442\u043e\u0432\u0430 \u0438 \u0441\u0442\u0430\u0440\u0442\u0438\u0440\u0430\u0439\u0442\u0435 \u0443\u0441\u043b\u0443\u0433\u0430\u0442\u0430 \u043e\u0442 Windows \u043a\u043e\u043d\u0442\u0440\u043e\u043b\u043d\u0438\u044f \u043f\u0430\u043d\u0435\u043b. \u041c\u043e\u043b\u044f, \u043e\u0442\u0431\u0435\u043b\u0435\u0436\u0435\u0442\u0435, \u0447\u0435 \u0434\u0432\u0435\u0442\u0435 \u043d\u0435 \u043c\u043e\u0433\u0430\u0442 \u0434\u0430 \u0431\u044a\u0434\u0430\u0442 \u043f\u0443\u0441\u043d\u0430\u0442\u0438 \u043f\u043e \u0435\u0434\u043d\u043e \u0438 \u0441\u044a\u0449\u043e \u0432\u0440\u0435\u043c\u0435, \u0442\u0430\u043a\u0430 \u0447\u0435 \u0449\u0435 \u0442\u0440\u044f\u0431\u0432\u0430 \u0434\u0430 \u0438\u0437\u043a\u043b\u044e\u0447\u0438\u0442\u0435 \u0438\u043a\u043e\u043d\u043a\u0430\u0442\u0430 \u0432 \u0442\u0440\u0435\u0439 \u043b\u0435\u043d\u0442\u0430\u0442\u0430 \u043f\u0440\u0435\u0434\u0438 \u0441\u0442\u0430\u0440\u0442\u0438\u0440\u0430\u043d\u0435 \u043d\u0430 \u0443\u0441\u043b\u0443\u0433\u0430\u0442\u0430.",
+ "LabelRunServerAtStartupHelp": "\u0422\u043e\u0432\u0430 \u0449\u0435 \u043f\u043e\u043a\u0430\u0436\u0435 \u0438\u043a\u043e\u043d\u043a\u0430\u0442\u0430 \u0432 \u043e\u0431\u043b\u0430\u0441\u0442\u0442\u0430 \u0437\u0430 \u0443\u0432\u0435\u0434\u043e\u043c\u044f\u0432\u0430\u043d\u0435 \u043f\u0440\u0438 \u043f\u0443\u0441\u043a\u0430\u043d\u0435 \u043d\u0430 \u0423\u0438\u043d\u0434\u043e\u0443\u0441. \u0410\u043a\u043e \u0441\u0442\u0435 \u0437\u0430\u0434\u0430\u043b\u0438 \u0443\u0441\u043b\u0443\u0433\u0430, \u0442\u043e\u0433\u0430\u0432\u0430 \u043c\u0430\u0445\u043d\u0435\u0442\u0435 \u043e\u0442\u043c\u0435\u0442\u043a\u0430\u0442\u0430 \u043d\u0430 \u0435\u043b\u0435\u043c\u0435\u043d\u0442\u0430 \u0438 \u043d\u0430\u0441\u0442\u0440\u043e\u0439\u0442\u0435 \u0443\u0441\u043b\u0443\u0433\u0430\u0442\u0430 \u0434\u0430 \u0441\u0435 \u0441\u0442\u0430\u0440\u0442\u0438\u0440\u0430 \u043f\u0440\u0438 \u043f\u0443\u0441\u043a\u0430\u043d\u0435.",
"ButtonSelectDirectory": "\u0418\u0437\u0431\u0435\u0440\u0435\u0442\u0435 \u043f\u0430\u043f\u043a\u0430",
"LabelCachePath": "\u041f\u044a\u0442 \u043a\u044a\u043c \u043a\u0435\u0448\u0430:",
"DefaultMetadataLangaugeDescription": "These are your defaults and can be customized on a per-library basis.",
@@ -485,9 +485,6 @@
"HeaderResult": "\u0420\u0435\u0437\u0443\u043b\u0442\u0430\u0442",
"OptionOverwriteExistingEpisodes": "\u041f\u0440\u0435\u0437\u0430\u043f\u0438\u0441\u0432\u0430\u043d\u0435 \u0432\u0435\u0447\u0435 \u0441\u044a\u0449\u0435\u0441\u0442\u0432\u0443\u0432\u0430\u0449\u0438\u0442\u0435 \u0435\u043f\u0438\u0437\u043e\u0434\u0438",
"LabelTransferMethod": "\u041c\u0435\u0442\u043e\u0434 \u043d\u0430 \u043f\u0440\u0435\u0445\u0432\u044a\u0440\u043b\u044f\u043d\u0435",
- "OptionCopy": "\u041a\u043e\u043f\u0438\u0440\u0430\u043d\u0435",
- "OptionMove": "\u041c\u0435\u0441\u0442\u0435\u043d\u0435",
- "LabelTransferMethodHelp": "\u041a\u043e\u043f\u0438\u0440\u0430\u043d\u0435 \u0438\u043b\u0438 \u043f\u0440\u0435\u043c\u0435\u0441\u0442\u0432\u0430\u043d\u0435 \u043d\u0430 \u0444\u0430\u0439\u043b\u043e\u0432\u0435 \u043e\u0442 \u043f\u0430\u043f\u043a\u0430\u0442\u0430 \u0441 \u0433\u043b\u0435\u0434\u0430\u043d\u0438\u044f",
"HeaderLatestNews": "\u041f\u043e\u0441\u043b\u0435\u0434\u043d\u0438 \u043d\u043e\u0432\u0438\u043d\u0438",
"HeaderRunningTasks": "\u0418\u0437\u043f\u044a\u043b\u043d\u044f\u0432\u0430\u0449\u0438 \u0441\u0435 \u0437\u0430\u0434\u0430\u0447\u0438",
"HeaderActiveDevices": "\u0410\u043a\u0442\u0438\u0432\u043d\u0438 \u0443\u0441\u0442\u0440\u043e\u0439\u0441\u0442\u0432\u0430",
@@ -554,7 +551,7 @@
"Mute": "Mute",
"Unmute": "Unmute",
"Subtitles": "\u0421\u0443\u0431\u0442\u0438\u0442\u0440\u0438",
- "Audio": "Audio",
+ "Audio": "\u0417\u0432\u0443\u043a",
"Rewind": "Rewind",
"Fullscreen": "\u0426\u044f\u043b \u0435\u043a\u0440\u0430\u043d",
"ExitFullscreen": "\u0418\u0437\u0445\u043e\u0434 \u043e\u0442 \u0446\u044f\u043b \u0435\u043a\u0440\u0430\u043d",
@@ -590,7 +587,7 @@
"HeaderCodecProfile": "\u041f\u0440\u043e\u0444\u0438\u043b \u043d\u0430 \u043a\u043e\u0434\u0435\u043a\u0430",
"HeaderContainerProfile": "\u041f\u0440\u043e\u0444\u0438\u043b \u043d\u0430 \u043a\u043e\u043d\u0442\u0435\u0439\u043d\u0435\u0440\u0430",
"OptionProfileVideo": "\u0412\u0438\u0434\u0435\u043e",
- "OptionProfileAudio": "\u0410\u0443\u0434\u0438\u043e",
+ "OptionProfileAudio": "\u0417\u0432\u0443\u043a",
"OptionProfileVideoAudio": "\u0412\u0438\u0434\u0435\u043e \u0410\u0443\u0434\u0438\u043e",
"OptionProfilePhoto": "\u0421\u043d\u0438\u043c\u043a\u0430",
"LabelUserLibrary": "\u0411\u0438\u0431\u043b\u0438\u043e\u0442\u0435\u043a\u0430 \u043d\u0430 \u043f\u043e\u0442\u0440\u0435\u0431\u0438\u0442\u0435\u043b\u044f:",
@@ -668,7 +665,7 @@
"LabelOpenSubtitlesUsername": "Open Subtitles username:",
"LabelOpenSubtitlesPassword": "Open Subtitles password:",
"LabelPlayDefaultAudioTrack": "Play default audio track regardless of language",
- "LabelSubtitlePlaybackMode": "Subtitle mode:",
+ "LabelSubtitlePlaybackMode": "\u0420\u0435\u0436\u0438\u043c \u043d\u0430 \u0441\u0443\u0431\u0442\u0438\u0442\u0440\u0438\u0442\u0435:",
"LabelDownloadLanguages": "\u0418\u0437\u0442\u0435\u0433\u043b\u044f\u043d\u0435 \u043d\u0430 \u0435\u0437\u0438\u0446\u0438:",
"ButtonRegister": "Register",
"LabelSkipIfAudioTrackPresent": "Skip if the default audio track matches the download language",
@@ -682,24 +679,11 @@
"MessageNoAvailablePlugins": "\u041d\u044f\u043c\u0430 \u043d\u0430\u043b\u0438\u0447\u043d\u0438 \u043f\u0440\u0438\u0441\u0442\u0430\u0432\u043a\u0438.",
"LabelDisplayPluginsFor": "Display plugins for:",
"PluginTabAppClassic": "Emby for Windows Media Center",
- "LabelEpisodeNamePlain": "Episode name",
- "LabelSeriesNamePlain": "Series name",
- "ValueSeriesNamePeriod": "Series.name",
- "ValueSeriesNameUnderscore": "Series_name",
- "ValueEpisodeNamePeriod": "Episode.name",
- "ValueEpisodeNameUnderscore": "Episode_name",
- "LabelSeasonNumberPlain": "\u0411\u0440\u043e\u0439 \u0441\u0435\u0437\u043e\u043d\u0438",
- "LabelEpisodeNumberPlain": "Episode number",
- "LabelEndingEpisodeNumberPlain": "Ending episode number",
"HeaderTypeText": "Enter Text",
"LabelTypeText": "Text",
"TabDisplay": "\u0415\u043a\u0440\u0430\u043d",
"TabLanguages": "\u0415\u0437\u0438\u0446\u0438",
"TabAppSettings": "\u041d\u0430\u0441\u0442\u0440\u043e\u0439\u043a\u0438 \u043d\u0430 \u043f\u0440\u043e\u0433\u0440\u0430\u043c\u0430\u0442\u0430",
- "LabelEnableThemeSongs": "Enable theme songs",
- "LabelEnableBackdrops": "Enable backdrops",
- "LabelEnableThemeSongsHelp": "If enabled, theme songs will be played in the background while browsing the library.",
- "LabelEnableBackdropsHelp": "If enabled, backdrops will be displayed in the background of some pages while browsing the library.",
"HeaderHomePage": "\u041d\u0430\u0447\u0430\u043b\u043d\u0430 \u0441\u0442\u0440\u0430\u043d\u0438\u0446\u0430",
"OptionAuto": "\u0410\u0432\u0442\u043e\u043c\u0430\u0442\u0438\u0447\u043d\u043e",
"OptionYes": "\u0414\u0430",
@@ -710,7 +694,7 @@
"OptionLatestMedia": "\u041f\u043e\u0441\u043b\u0435\u0434\u043d\u0438 \u043c\u0435\u0434\u0438\u0438",
"OptionLatestChannelMedia": "Latest channel items",
"HeaderLatestChannelItems": "Latest Channel Items",
- "OptionNone": "None",
+ "OptionNone": "\u041d\u0438\u0449\u043e",
"HeaderLiveTv": "\u0422\u0435\u043b\u0435\u0432\u0438\u0437\u0438\u044f \u043d\u0430 \u0436\u0438\u0432\u043e",
"HeaderReports": "\u0414\u043e\u043a\u043b\u0430\u0434\u0438",
"HeaderSettings": "\u041d\u0430\u0441\u0442\u0440\u043e\u0439\u043a\u0438",
@@ -720,7 +704,7 @@
"MessageNoMovieSuggestionsAvailable": "No movie suggestions are currently available. Start watching and rating your movies, and then come back to view your recommendations.",
"MessageNoCollectionsAvailable": "Collections allow you to enjoy personalized groupings of Movies, Series, Albums, Books and Games. Click the + button to start creating Collections.",
"MessageNoPlaylistsAvailable": "Playlists allow you to create lists of content to play consecutively at a time. To add items to playlists, right click or tap and hold, then select Add to Playlist.",
- "MessageNoPlaylistItemsAvailable": "This playlist is currently empty.",
+ "MessageNoPlaylistItemsAvailable": "\u0421\u043f\u0438\u0441\u044a\u043a\u044a\u0442 \u0435 \u043f\u0440\u0430\u0437\u0435\u043d.",
"ButtonEditOtherUserPreferences": "Edit this user's profile, image and personal preferences.",
"LabelChannelStreamQuality": "Preferred internet channel quality:",
"LabelChannelStreamQualityHelp": "In a low bandwidth environment, limiting quality can help ensure a smooth streaming experience.",
@@ -739,7 +723,7 @@
"OptionDisplayAdultContent": "Display adult content",
"OptionLibraryFolders": "\u041c\u0435\u0434\u0438\u0439\u043d\u0438 \u043f\u0430\u043f\u043a\u0438",
"TitleRemoteControl": "\u041e\u0442\u0434\u0430\u043b\u0435\u0447\u0435\u043d \u043a\u043e\u043d\u0442\u0440\u043e\u043b",
- "OptionLatestTvRecordings": "Latest recordings",
+ "OptionLatestTvRecordings": "\u041f\u043e\u0441\u043b\u0435\u0434\u043d\u0438 \u0437\u0430\u043f\u0438\u0441\u0438",
"LabelProtocolInfo": "Protocol info:",
"LabelProtocolInfoHelp": "The value that will be used when responding to GetProtocolInfo requests from the device.",
"TabNfoSettings": "Nfo Settings",
@@ -758,7 +742,7 @@
"LabelDisplayCollectionsViewHelp": "This will create a separate view to display movie collections. To create a collection, right-click or tap-hold any movie and select 'Add to Collection'. ",
"LabelKodiMetadataEnableExtraThumbs": "Copy extrafanart into extrathumbs",
"LabelKodiMetadataEnableExtraThumbsHelp": "When downloading images they can be saved into both extrafanart and extrathumbs for maximum Kodi skin compatibility.",
- "TabServices": "Services",
+ "TabServices": "\u0423\u0441\u043b\u0443\u0433\u0438",
"TabLogs": "\u0416\u0443\u0440\u043d\u0430\u043b\u0438",
"TabBranding": "Branding",
"HeaderBrandingHelp": "\u041f\u0435\u0440\u0441\u043e\u043d\u0430\u043b\u0438\u0437\u0438\u0440\u0430\u0439\u0442\u0435 \u0438\u0437\u0433\u043b\u0435\u0434\u0430 \u043d\u0430 Emby \u0437\u0430 \u043c\u0430\u043a\u0441\u0438\u043c\u0430\u043b\u043d\u043e\u0442\u043e \u0443\u0434\u043e\u0431\u0441\u0442\u0432\u043e \u043d\u0430 \u0432\u0430\u0448\u0430\u0442\u0430 \u0433\u0440\u0443\u043f\u0430 \u0438\u043b\u0438 \u043e\u0440\u0433\u0430\u043d\u0438\u0437\u0430\u0446\u0438\u044f.",
@@ -771,7 +755,7 @@
"LabelLogs": "\u0416\u0443\u0440\u043d\u0430\u043b\u0438:",
"LabelMetadata": "Metadata:",
"LabelTranscodingTemporaryFiles": "Transcoding temporary files:",
- "HeaderLatestMusic": "Latest Music",
+ "HeaderLatestMusic": "\u041f\u043e\u0441\u043b\u0435\u0434\u043d\u0430 \u043c\u0443\u0437\u0438\u043a\u0430",
"HeaderBranding": "Branding",
"HeaderApiKeys": "Api Keys",
"HeaderApiKeysHelp": "External applications are required to have an Api key in order to communicate with Emby Server. Keys are issued by logging in with an Emby account, or by manually granting the application a key.",
@@ -836,7 +820,7 @@
"OptionReportSeries": "\u0421\u0435\u0440\u0438\u0430\u043b\u0438",
"OptionReportSeasons": "\u0421\u0435\u0437\u043e\u043d\u0438",
"OptionReportTrailers": "Trailers",
- "OptionReportMusicVideos": "Music videos",
+ "OptionReportMusicVideos": "\u041c\u0443\u0437\u0438\u043a\u0430\u043b\u043d\u0438 \u043a\u043b\u0438\u043f\u043e\u0432\u0435",
"OptionReportMovies": "Movies",
"OptionReportHomeVideos": "\u0414\u043e\u043c\u0430\u0448\u043d\u0438 \u043a\u043b\u0438\u043f\u043e\u0432\u0435",
"OptionReportGames": "\u0418\u0433\u0440\u0438",
@@ -847,8 +831,8 @@
"OptionReportAlbums": "\u0410\u043b\u0431\u0443\u043c\u0438",
"ButtonMore": "\u041e\u0449\u0435",
"HeaderActivity": "\u0414\u0435\u0439\u043d\u043e\u0441\u0442",
- "PluginInstalledWithName": "{0} was installed",
- "PluginUpdatedWithName": "{0} was updated",
+ "PluginInstalledWithName": "{0} \u0435 \u0438\u043d\u0441\u0442\u0430\u043b\u0438\u0440\u0430\u043d\u043e",
+ "PluginUpdatedWithName": "{0} \u0435 \u043e\u0431\u043d\u043e\u0432\u0435\u043d\u043e",
"PluginUninstalledWithName": "{0} \u0435 \u0434\u0435\u0438\u043d\u0441\u0442\u0430\u043b\u0438\u0440\u0430\u043d\u043e",
"LabelRunningTimeValue": "Running time: {0}",
"LabelIpAddressValue": "Ip address: {0}",
@@ -961,16 +945,16 @@
"LabelDateAddedBehaviorHelp": "If a metadata value is present it will always be used before either of these options.",
"LabelNumberTrailerToPlay": "Number of trailers to play:",
"TitleDevices": "\u0423\u0441\u0442\u0440\u043e\u0439\u0441\u0442\u0432\u0430",
- "TabCameraUpload": "Camera Upload",
+ "TabCameraUpload": "\u041a\u0430\u0447\u0432\u0430\u043d\u0435 \u043e\u0442 \u0444\u043e\u0442\u043e\u0430\u043f\u0430\u0440\u0430\u0442",
"TabDevices": "\u0423\u0441\u0442\u0440\u043e\u0439\u0441\u0442\u0432\u0430",
"HeaderLibrarySettings": "\u041d\u0430\u0441\u0442\u0440\u043e\u0439\u043a\u0438 \u043d\u0430 \u0431\u0438\u0431\u043b\u0438\u043e\u0442\u0435\u043a\u0430\u0442\u0430",
"HeaderChapterSettings": "Chapter Settings",
"HeaderCameraUploadHelp": "Emby apps can automatically upload photos and videos taken from your mobile devices into Emby Server.",
- "LabelCameraUploadPath": "Camera upload path:",
+ "LabelCameraUploadPath": "\u041f\u044a\u0442 \u043d\u0430 \u043a\u0430\u0447\u0432\u0430\u043d\u0435 \u043e\u0442 \u0444\u043e\u0442\u043e\u0430\u043f\u0430\u0440\u0430\u0442",
"LabelCameraUploadPathHelp": "Select a custom upload path. This will override any default settings set in the Camera Upload section. If left blank, a default folder will be used. If using a custom path it will also need to be added in the library setup area.",
"LabelCreateCameraUploadSubfolder": "Create a subfolder for each device",
"LabelCreateCameraUploadSubfolderHelp": "Specific folders can be assigned to a device by clicking on it from the Devices page.",
- "LabelCustomDeviceDisplayName": "Display name:",
+ "LabelCustomDeviceDisplayName": "\u041f\u043e\u043a\u0430\u0437\u0432\u0430\u043d\u043e \u0438\u043c\u0435:",
"LabelCustomDeviceDisplayNameHelp": "Supply a custom display name or leave empty to use the name reported by the device.",
"HeaderInviteUser": "Invite User",
"LabelConnectGuestUserNameHelp": "This is the username that your friend uses to sign in to the Emby website, or their email address.",
@@ -979,7 +963,7 @@
"HeaderSignInWithConnect": "\u0412\u043b\u0435\u0437\u0442\u0435 \u0441 Emby Connect",
"HeaderGuests": "Guests",
"HeaderPendingInvitations": "Pending Invitations",
- "TabParentalControl": "Parental Control",
+ "TabParentalControl": "\u0420\u043e\u0434\u0438\u0442\u0435\u043b\u0441\u043a\u0438 \u043a\u043e\u043d\u0442\u0440\u043e\u043b",
"HeaderAccessSchedule": "Access Schedule",
"HeaderAccessScheduleHelp": "Create an access schedule to limit access to certain hours.",
"LabelAccessDay": "Day of week:",
@@ -1001,7 +985,7 @@
"TitleNewUser": "\u041d\u043e\u0432 \u043f\u043e\u0442\u0440\u0435\u0431\u0438\u0442\u0435\u043b",
"ButtonConfigurePassword": "Configure Password",
"HeaderDashboardUserPassword": "User passwords are managed within each user's personal profile settings.",
- "HeaderLibraryAccess": "Library Access",
+ "HeaderLibraryAccess": "\u0414\u043e\u0441\u0442\u044a\u043f \u0434\u043e \u0431\u0438\u0431\u043b\u0438\u043e\u0442\u0435\u043a\u0430\u0442\u0430",
"HeaderChannelAccess": "Channel Access",
"HeaderLatestItems": "Latest Items",
"HeaderShareMediaFolders": "Share Media Folders",
@@ -1078,7 +1062,7 @@
"LabelPasswordConfirm": "\u041f\u0430\u0440\u043e\u043b\u0430 (\u043e\u0442\u043d\u043e\u0432\u043e):",
"ButtonAddServer": "\u0414\u043e\u0431\u0430\u0432\u044f\u043d\u0435 \u043d\u0430 \u0441\u044a\u0440\u0432\u044a\u0440",
"TabHomeScreen": "\u041d\u0430\u0447\u0430\u043b\u0435\u043d \u0435\u043a\u0440\u0430\u043d",
- "HeaderDisplay": "Display",
+ "HeaderDisplay": "\u0415\u043a\u0440\u0430\u043d",
"HeaderNavigation": "Navigation",
"OptionEnableAutomaticServerUpdates": "Enable automatic server updates",
"OptionOtherTrailers": "Include trailers from older movies",
@@ -1087,9 +1071,9 @@
"OptionReportActivities": "Activities Log",
"HeaderTunerDevices": "Tuner Devices",
"HeaderAddDevice": "Add Device",
- "HeaderExternalServices": "External Services",
+ "HeaderExternalServices": "\u0412\u044a\u043d\u0448\u043d\u0438 \u0443\u0441\u043b\u0443\u0433\u0438",
"LabelTunerIpAddress": "Tuner IP Address:",
- "TabExternalServices": "External Services",
+ "TabExternalServices": "\u0412\u044a\u043d\u0448\u043d\u0438 \u0443\u0441\u043b\u0443\u0433\u0438",
"HeaderGuideProviders": "Guide Providers",
"AddGuideProviderHelp": "Add a source for TV Guide information",
"LabelZipCode": "Zip Code:",
@@ -1129,12 +1113,12 @@
"ButtonServerDashboard": "\u0422\u0430\u0431\u043b\u043e \u043d\u0430 \u0441\u044a\u0440\u0432\u044a\u0440\u0430",
"HeaderAdmin": "\u0410\u0434\u043c\u0438\u043d\u0438\u0441\u0442\u0440\u0438\u0440\u0430\u043d\u0435",
"ButtonSignOut": "\u041e\u0442\u043f\u0438\u0441\u0432\u0430\u043d\u0435",
- "HeaderCameraUpload": "Camera Upload",
+ "HeaderCameraUpload": "\u041a\u0430\u0447\u0432\u0430\u043d\u0435 \u043e\u0442 \u0444\u043e\u0442\u043e\u0430\u043f\u0430\u0440\u0430\u0442",
"SelectCameraUploadServers": "Upload camera photos to the following servers:",
"ButtonClear": "\u0418\u0437\u0447\u0438\u0441\u0442\u0432\u0430\u043d\u0435",
"LabelFolder": "\u041f\u0430\u043f\u043a\u0430:",
"HeadersFolders": "\u041f\u0430\u043f\u043a\u0438",
- "LabelDisplayName": "Display name:",
+ "LabelDisplayName": "\u041f\u043e\u043a\u0430\u0437\u0432\u0430\u043d\u043e \u0438\u043c\u0435:",
"LabelCodecIntrosPath": "Codec intros path:",
"LabelCodecIntrosPathHelp": "A folder containing video files. If an intro video file name matches the video codec, audio codec, audio profile, or a tag, then it will be played prior to the main feature.",
"OptionConvertRecordingsToStreamingFormat": "Automatically convert recordings to a streaming friendly format",
@@ -1276,10 +1260,10 @@
"MessageConfirmSplitMedia": "Are you sure you wish to split the media sources into separate items?",
"HeaderError": "\u0413\u0440\u0435\u0448\u043a\u0430",
"HeaderLibraryFolders": "\u041c\u0435\u0434\u0438\u0439\u043d\u0438 \u043f\u0430\u043f\u043a\u0438",
- "HeaderFavoriteMovies": "Favorite Movies",
- "HeaderFavoriteShows": "Favorite Shows",
- "HeaderFavoriteEpisodes": "Favorite Episodes",
- "HeaderFavoriteGames": "Favorite Games",
+ "HeaderFavoriteMovies": "\u041b\u044e\u0431\u0438\u043c\u0438 \u0444\u0438\u043b\u043c\u0438",
+ "HeaderFavoriteShows": "\u041b\u044e\u0431\u0438\u043c\u0438 \u0441\u0435\u0440\u0438\u0430\u043b\u0438",
+ "HeaderFavoriteEpisodes": "\u041b\u044e\u0431\u0438\u043c\u0438 \u0435\u043f\u0438\u0437\u043e\u0434\u0438",
+ "HeaderFavoriteGames": "\u041b\u044e\u0431\u0438\u043c\u0438 \u0438\u0433\u0440\u0438",
"HeaderConfirmProfileDeletion": "Confirm Profile Deletion",
"MessageConfirmProfileDeletion": "Are you sure you wish to delete this profile?",
"HeaderSelectServerCachePath": "Select Server Cache Path",
@@ -1288,7 +1272,7 @@
"HeaderSelectServerCachePathHelp": "Browse or enter the path to use for server cache files. The folder must be writeable.",
"HeaderSelectTranscodingPathHelp": "Browse or enter the path to use for transcoding temporary files. The folder must be writeable.",
"HeaderSelectMetadataPathHelp": "Browse or enter the path you'd like to store metadata within. The folder must be writeable.",
- "HeaderFavoriteAlbums": "Favorite Albums",
+ "HeaderFavoriteAlbums": "\u041b\u044e\u0431\u0438\u043c\u0438 \u0430\u043b\u0431\u0443\u043c\u0438",
"HeaderLatestChannelMedia": "Latest Channel Items",
"MessageFileWillBeDeleted": "The following file will be deleted:",
"MessageSureYouWishToProceed": "Are you sure you wish to proceed?",
@@ -1315,21 +1299,21 @@
"LabelRunningOnPorts": "Running on http port {0}, and https port {1}.",
"HeaderLatestFromChannel": "Latest from {0}",
"ButtonRemoteControl": "Remote Control",
- "HeaderLatestTvRecordings": "Latest Recordings",
+ "HeaderLatestTvRecordings": "\u041f\u043e\u0441\u043b\u0435\u0434\u043d\u0438 \u0437\u0430\u043f\u0438\u0441\u0438",
"LabelCurrentPath": "Current path:",
"HeaderSelectMediaPath": "Select Media Path",
- "HeaderSelectPath": "Select Path",
+ "HeaderSelectPath": "\u0418\u0437\u0431\u0435\u0440\u0435\u0442\u0435 \u043f\u044a\u0442",
"ButtonNetwork": "Network",
"MessageDirectoryPickerInstruction": "Network paths can be entered manually in the event the Network button fails to locate your devices. For example, {0} or {1}.",
"MessageDirectoryPickerBSDInstruction": "For BSD, you may need to configure storage within your FreeNAS Jail in order to allow Emby to access it.",
"MessageDirectoryPickerLinuxInstruction": "For Linux on Arch Linux, CentOS, Debian, Fedora, OpenSuse, or Ubuntu, you must grant the Emby system user at least read access to your storage locations.",
"HeaderMenu": "Menu",
- "ButtonOpen": "Open",
- "ButtonShuffle": "Shuffle",
+ "ButtonOpen": "\u041e\u0442\u0432\u0430\u0440\u044f\u043d\u0435",
+ "ButtonShuffle": "\u041f\u0443\u0441\u043a\u0430\u043d\u0435 \u0432 \u0440\u0430\u0437\u0431\u044a\u0440\u043a\u0430\u043d \u0440\u0435\u0434",
"ButtonResume": "\u041f\u0440\u043e\u0434\u044a\u043b\u0436\u0430\u0432\u0430\u043d\u0435",
- "HeaderAudioTracks": "Audio Tracks",
- "HeaderLibraries": "Libraries",
- "HeaderVideoQuality": "Video Quality",
+ "HeaderAudioTracks": "\u0417\u0432\u0443\u043a\u043e\u0432\u0438 \u043f\u044a\u0442\u0435\u043a\u0438",
+ "HeaderLibraries": "\u0411\u0438\u0431\u043b\u0438\u043e\u0442\u0435\u043a\u0438",
+ "HeaderVideoQuality": "\u041a\u0430\u0447\u0435\u0441\u0442\u0432\u043e \u043d\u0430 \u0432\u0438\u0434\u0435\u043e\u0442\u043e",
"MessageErrorPlayingVideo": "There was an error playing the video.",
"MessageEnsureOpenTuner": "Please ensure there is an open tuner availalble.",
"ButtonReports": "\u0414\u043e\u043a\u043b\u0430\u0434\u0438",
@@ -1367,7 +1351,7 @@
"OptionOff": "Off",
"OptionOn": "On",
"ButtonUninstall": "\u0414\u0435\u0438\u043d\u0441\u0442\u0430\u043b\u0438\u0440\u0430\u043d\u0435",
- "HeaderLiveTV": "Live TV",
+ "HeaderLiveTV": "\u0422\u0435\u043b\u0435\u0432\u0438\u0437\u0438\u044f \u043d\u0430 \u0436\u0438\u0432\u043e",
"MissingPrimaryImage": "\u041b\u0438\u043f\u0441\u0432\u0430 \u0433\u043b\u0430\u0432\u043d\u043e \u0438\u0437\u043e\u0431\u0440\u0430\u0436\u0435\u043d\u0438\u0435.",
"MissingBackdropImage": "\u041b\u0438\u043f\u0441\u0432\u0430 \u0444\u043e\u043d\u043e\u0432\u043e \u0438\u0437\u043e\u0431\u0440\u0430\u0436\u0435\u043d\u0438\u0435.",
"MissingLogoImage": "\u041b\u0438\u043f\u0441\u0432\u0430 \u043b\u043e\u0433\u043e\u0442\u0438\u043f.",
@@ -1391,11 +1375,11 @@
"MessageSettingsSaved": "Settings saved.",
"TabLibrary": "\u0411\u0438\u0431\u043b\u0438\u043e\u0442\u0435\u043a\u0430",
"TabDLNA": "DLNA",
- "TabLiveTV": "Live TV",
+ "TabLiveTV": "\u0422\u0435\u043b\u0435\u0432\u0438\u0437\u0438\u044f \u043d\u0430 \u0436\u0438\u0432\u043e",
"TabPlugins": "\u041f\u0440\u0438\u0441\u0442\u0430\u0432\u043a\u0438",
"TabHelp": "Help",
"ButtonFullscreen": "Fullscreen",
- "ButtonAudioTracks": "Audio Tracks",
+ "ButtonAudioTracks": "\u0417\u0432\u0443\u043a\u043e\u0432\u0438 \u043f\u044a\u0442\u0435\u043a\u0438",
"ButtonQuality": "Quality",
"HeaderNotifications": "Notifications",
"HeaderSelectPlayer": "Select Player",
@@ -1404,7 +1388,7 @@
"HeaderTrailers": "\u0422\u0440\u0435\u0439\u043b\u044a\u0440\u0438",
"HeaderResolution": "\u0420\u0430\u0437\u0434\u0435\u043b\u0438\u0442\u0435\u043b\u043d\u0430 \u0441\u043f\u043e\u0441\u043e\u0431\u043d\u043e\u0441\u0442",
"HeaderRuntime": "Runtime",
- "HeaderParentalRating": "Parental Rating",
+ "HeaderParentalRating": "\u0420\u043e\u0434\u0438\u0442\u0435\u043b\u0441\u043a\u0430 \u043e\u0446\u0435\u043d\u043a\u0430",
"HeaderReleaseDate": "\u0414\u0430\u0442\u0430 \u043d\u0430 \u0438\u0437\u0434\u0430\u0432\u0430\u043d\u0435",
"HeaderSeries": "Series:",
"HeaderSeason": "\u0421\u0435\u0437\u043e\u043d",
@@ -1420,9 +1404,9 @@
"OptionGameSystems": "Game systems",
"OptionMusicArtists": "Music artists",
"OptionMusicAlbums": "Music albums",
- "OptionMusicVideos": "Music videos",
+ "OptionMusicVideos": "\u041c\u0443\u0437\u0438\u043a\u0430\u043b\u043d\u0438 \u043a\u043b\u0438\u043f\u043e\u0432\u0435",
"OptionSongs": "Songs",
- "OptionHomeVideos": "Home videos & photos",
+ "OptionHomeVideos": "\u0414\u043e\u043c\u0430\u0448\u043d\u0438 \u043a\u043b\u0438\u043f\u043e\u0432\u0435 \u0438 \u0441\u043d\u0438\u043c\u043a\u0438",
"OptionBooks": "Books",
"ButtonUp": "Up",
"ButtonDown": "Down",
@@ -1449,11 +1433,11 @@
"ButtonChangeContentType": "\u041f\u0440\u043e\u043c\u044f\u043d\u0430 \u043d\u0430 \u0442\u0438\u043f\u0430 \u0441\u044a\u0434\u044a\u0440\u0436\u0430\u043d\u0438\u0435",
"HeaderMediaLocations": "Media Locations",
"LabelContentTypeValue": "Content type: {0}",
- "FolderTypeUnset": "Unset (mixed content)",
+ "FolderTypeUnset": "\u041d\u0435\u043e\u043f\u0440\u0435\u0434\u0435\u043b\u0435\u043d\u043e (\u0441\u043c\u0435\u0441\u0435\u043d\u043e \u0441\u044a\u0434\u044a\u0440\u0436\u0430\u043d\u0438\u0435)",
"BirthPlaceValue": "Birth place: {0}",
"DeathDateValue": "Died: {0}",
"BirthDateValue": "Born: {0}",
- "HeaderLatestReviews": "Latest Reviews",
+ "HeaderLatestReviews": "\u041f\u043e\u0441\u043b\u0435\u0434\u043d\u0438 \u0440\u0435\u0446\u0435\u043d\u0437\u0438\u0438",
"HeaderPluginInstallation": "Plugin Installation",
"MessageAlreadyInstalled": "This version is already installed.",
"MessageYouHaveVersionInstalled": "You currently have version {0} installed.",
@@ -1472,11 +1456,11 @@
"ValueDiscNumber": "Disc {0}",
"HeaderUnknownDate": "Unknown Date",
"HeaderUnknownYear": "Unknown Year",
- "ValueMinutes": "{0} min",
+ "ValueMinutes": "{0} \u043c\u0438\u043d\u0443\u0442\u0438",
"HeaderSelectExternalPlayer": "Select External Player",
"HeaderExternalPlayerPlayback": "External Player Playback",
- "OptionWatched": "Watched",
- "OptionUnwatched": "Unwatched",
+ "OptionWatched": "\u0418\u0437\u0433\u043b\u0435\u0434\u0430\u043d\u043e",
+ "OptionUnwatched": "\u041d\u0435\u0438\u0437\u0433\u043b\u0435\u0434\u0430\u043d\u043e",
"LabelMarkAs": "Mark as:",
"OptionInProgress": "In-Progress",
"LabelResumePoint": "Resume point:",
@@ -1534,7 +1518,7 @@
"HeaderTracks": "\u041f\u0435\u0441\u043d\u0438",
"HeaderItems": "Items",
"HeaderOtherItems": "Other Items",
- "ValueAsRole": "as {0}",
+ "ValueAsRole": "\u0432 \u0440\u043e\u043b\u044f\u0442\u0430 \u043d\u0430 {0}",
"ValueGuestStar": "Guest star",
"MediaInfoSize": "\u0420\u0430\u0437\u043c\u0435\u0440",
"MediaInfoPath": "\u041f\u044a\u0442",
@@ -1561,10 +1545,10 @@
"MediaInfoAnamorphic": "Anamorphic",
"MediaInfoInterlaced": "Interlaced",
"MediaInfoFramerate": "\u041a\u0430\u0434\u0440\u0438 \u0432 \u0441\u0435\u043a\u0443\u043d\u0434\u0430",
- "MediaInfoStreamTypeAudio": "Audio",
+ "MediaInfoStreamTypeAudio": "\u0417\u0432\u0443\u043a",
"MediaInfoStreamTypeData": "Data",
- "MediaInfoStreamTypeVideo": "Video",
- "MediaInfoStreamTypeSubtitle": "Subtitle",
+ "MediaInfoStreamTypeVideo": "\u0412\u0438\u0434\u0435\u043e",
+ "MediaInfoStreamTypeSubtitle": "\u0421\u0443\u0431\u0442\u0438\u0442\u0440\u0438",
"MediaInfoStreamTypeEmbeddedImage": "Embedded Image",
"MediaInfoRefFrames": "Ref frames",
"TabExpert": "\u0417\u0430 \u043d\u0430\u043f\u0440\u0435\u0434\u043d\u0430\u043b\u0438",
@@ -1608,8 +1592,8 @@
"HeaderSelectUploadPath": "Select Upload Path",
"LabelEnableCameraUploadForHelp": "Uploads will occur automatically in the background when signed into Emby.",
"ErrorMessageStartHourGreaterThanEnd": "End time must be greater than the start time.",
- "ButtonLibraryAccess": "Library access",
- "ButtonParentalControl": "Parental control",
+ "ButtonLibraryAccess": "\u0414\u043e\u0441\u0442\u044a\u043f \u0434\u043e \u0431\u0438\u0431\u043b\u0438\u043e\u0442\u0435\u043a\u0430\u0442\u0430",
+ "ButtonParentalControl": "\u0420\u043e\u0434\u0438\u0442\u0435\u043b\u0441\u043a\u0438 \u043a\u043e\u043d\u0442\u0440\u043e\u043b",
"HeaderInvitationSent": "Invitation Sent",
"MessageInvitationSentToUser": "An email has been sent to {0}, inviting them to accept your sharing invitation.",
"MessageInvitationSentToNewUser": "An email has been sent to {0} inviting them to sign up with Emby.",
@@ -1641,7 +1625,7 @@
"LabelBitrateMbps": "Bitrate (Mbps):",
"EmbyIntroDownloadMessage": "To download and install the free Emby Server visit {0}.",
"EmbyIntroDownloadMessageWithoutLink": "To download and install the free Emby Server visit the Emby website.",
- "ButtonNewServer": "New Server",
+ "ButtonNewServer": "\u041d\u043e\u0432 \u0441\u044a\u0440\u0432\u044a\u0440",
"MyDevice": "My Device",
"ButtonRemote": "Remote",
"TabCast": "Cast",
@@ -1657,8 +1641,8 @@
"NoResultsFound": "No results found.",
"ButtonManageServer": "\u0423\u043f\u0440\u0430\u0432\u043b\u0435\u043d\u0438\u0435 \u043d\u0430 \u0441\u044a\u0440\u0432\u044a\u0440\u0430",
"ButtonPreferences": "Preferences",
- "ButtonViewArtist": "View artist",
- "ButtonViewAlbum": "View album",
+ "ButtonViewArtist": "\u041f\u0440\u0435\u0433\u043b\u0435\u0434 \u043d\u0430 \u0438\u0437\u043f\u044a\u043b\u043d\u0438\u0442\u0435\u043b\u044f",
+ "ButtonViewAlbum": "\u041f\u0440\u0435\u0433\u043b\u0435\u0434 \u043d\u0430 \u0430\u043b\u0431\u0443\u043c\u0430",
"ButtonEditImages": "\u0420\u0435\u0434\u0430\u043a\u0442\u0438\u0440\u0430\u043d\u0435 \u043d\u0430 \u0438\u0437\u043e\u0431\u0440\u0430\u0436\u0435\u043d\u0438\u044f\u0442\u0430",
"ErrorMessagePasswordNotMatchConfirm": "The password and password confirmation must match.",
"ErrorMessageUsernameInUse": "The username is already in use. Please choose a new name and try again.",
@@ -1692,7 +1676,7 @@
"AddUser": "Add User",
"ButtonNo": "No",
"ButtonNowPlaying": "Now Playing",
- "HeaderLatestMovies": "\u041f\u043e\u0441\u043b\u0435\u0434\u043d\u0438 \u0424\u0438\u043b\u043c\u0438",
+ "HeaderLatestMovies": "\u041f\u043e\u0441\u043b\u0435\u0434\u043d\u0438 \u0444\u0438\u043b\u043c\u0438",
"HeaderEmailAddress": "\u0415\u043b\u0435\u043a\u0442\u0440\u043e\u043d\u043d\u0430 \u043f\u043e\u0449\u0430",
"LoginDisclaimer": "Emby is designed to help you manage your personal media library, such as home videos and photos. Please see our terms of use. The use of any Emby software constitutes acceptance of these terms.",
"TermsOfUse": "Terms of use",
@@ -1706,8 +1690,8 @@
"ErrorAddingEmbyConnectAccount1": "There was an error adding the Emby Connect account. Have you created an Emby account? You can sign up at {0}.",
"ErrorAddingEmbyConnectAccount2": "If you're still having a problem, please send an email to {0}.",
"ErrorAddingEmbyConnectAccount3": "The Emby account is already linked to an existing local user. An Emby account can only be linked to one local user at a time.",
- "HeaderFavoriteArtists": "Favorite Artists",
- "HeaderFavoriteSongs": "Favorite Songs",
+ "HeaderFavoriteArtists": "\u041b\u044e\u0431\u0438\u043c\u0438 \u0438\u0437\u043f\u044a\u043b\u043d\u0438\u0442\u0435\u043b\u0438",
+ "HeaderFavoriteSongs": "\u041b\u044e\u0431\u0438\u043c\u0438 \u043f\u0435\u0441\u043d\u0438",
"HeaderConfirmPluginInstallation": "Confirm Plugin Installation",
"PleaseConfirmPluginInstallation": "Please click OK to confirm you've read the above and wish to proceed with the plugin installation.",
"MessagePluginInstallDisclaimer": "Plugins built by Emby community members are a great way to enhance your Emby experience with additional features and benefits. Before installing, please be aware of the effects they may have on your Emby Server, such as longer library scans, additional background processing, and decreased system stability.",
@@ -1786,7 +1770,7 @@
"HowToConnectFromEmbyApps": "How to Connect from Emby apps",
"OptionExtractChapterImage": "Enable chapter image extraction",
"Downloads": "\u0418\u0437\u0442\u0435\u0433\u043b\u044f\u043d\u0438\u044f",
- "LabelEnableDebugLogging": "\u0410\u043a\u0442\u0438\u0432\u0438\u0440\u0430\u0439 \u043b\u043e\u0433\u0438\u043d\u0433 \u043d\u0430 \u0438\u043d\u0444\u043e\u0440\u043c\u0430\u0446\u0438\u044f \u0437\u0430 \u0433\u0440\u0435\u0448\u043a\u0438",
+ "LabelEnableDebugLogging": "\u0412\u043a\u043b\u044e\u0447\u0432\u0430\u043d\u0435 \u043d\u0430 \u0436\u0443\u0440\u043d\u0430\u043b\u0438\u0442\u0435 \u0437\u0430 \u0433\u0440\u0435\u0448\u043a\u0438",
"OptionEnableExternalContentInSuggestions": "Enable external content in suggestions",
"OptionEnableExternalContentInSuggestionsHelp": "Allow internet trailers and live tv programs to be included within suggested content.",
"LabelH264EncodingPreset": "H264 encoding preset:",
@@ -1798,7 +1782,7 @@
"HeaderRecordingGroups": "Recording Groups",
"LabelConvertRecordingsTo": "Convert recordings to:",
"HeaderUpcomingOnTV": "Upcoming On TV",
- "LabelOptionalNetworkPath": "(Optional) Shared network folder:",
+ "LabelOptionalNetworkPath": "\u0421\u043f\u043e\u0434\u0435\u043b\u0435\u043d\u0430 \u043c\u0440\u0435\u0436\u043e\u0432\u0430 \u043f\u0430\u043f\u043a\u0430 (\u043d\u0435\u0437\u0430\u0434\u044a\u043b\u0436\u0438\u0442\u0435\u043b\u043d\u043e):",
"LabelOptionalNetworkPathHelp": "If this folder is shared on your network, supplying the network share path can allow Emby apps on other devices to access media files directly.",
"NotScheduledToRecord": "Not scheduled to record",
"SynologyUpdateInstructions": "Please login to DSM and go to Package Center to update.",
@@ -1817,7 +1801,7 @@
"PreferEmbeddedTitlesOverFileNames": "Prefer embedded titles over filenames",
"PreferEmbeddedTitlesOverFileNamesHelp": "This determines the default display title when no internet metadata or local metadata is available.",
"HeaderUpcomingEpisodes": "Upcoming Episodes",
- "HeaderFavoriteVideos": "Favorite Videos",
+ "HeaderFavoriteVideos": "\u041b\u044e\u0431\u0438\u043c\u0438 \u043a\u043b\u0438\u043f\u043e\u0432\u0435",
"HeaderLiveTvTunerSetup": "Live TV Tuner Setup",
"HeaderDetectMyDevices": "Detect My Devices",
"MessagePleaseWait": "Please wait. This may take a minute.",
@@ -1866,5 +1850,6 @@
"AllowOnTheFlySubtitleExtractionHelp": "Embedded subtitles can be extracted from videos and delivered to Emby apps in plain text in order to help prevent video transcoding. On some systems this can take a long time and cause video playback to stall during the extraction process. Disable this to have embedded subtitles burned in with video transcoding when they are not natively supported by the client device.",
"ButtonStopRecording": "Stop Recording",
"StopRecording": "Stop recording",
- "CancelSeries": "Cancel series"
+ "CancelSeries": "Cancel series",
+ "EnableDebugLoggingHelp": "Debug logging should only be enabled as needed for troubleshooting purposes. The increased file system access may prevent the server machine from being able to sleep in some environments."
}
\ No newline at end of file
diff --git a/MediaBrowser.WebDashboard/dashboard-ui/strings/ca.json b/MediaBrowser.WebDashboard/dashboard-ui/strings/ca.json
index c2a6513053..ea89c4f5a8 100644
--- a/MediaBrowser.WebDashboard/dashboard-ui/strings/ca.json
+++ b/MediaBrowser.WebDashboard/dashboard-ui/strings/ca.json
@@ -1,5 +1,4 @@
{
- "HeaderPlayAll": "Play All",
"LabelPrevious": "Anterior",
"LabelFinish": "Finalitzar",
"LabelNext": "Seg\u00fcent",
@@ -25,6 +24,7 @@
"LabelPinCode": "Codi pin:",
"DeleteMedia": "Esborra multim\u00e8dia",
"HeaderSync": "Sync",
+ "HeaderPlayAll": "Play All",
"HeaderUpcomingNews": "Properes Not\u00edcies",
"ButtonOk": "D'acord",
"ButtonCancel": "Cancel\u00b7la",
@@ -485,9 +485,6 @@
"HeaderResult": "Resultat",
"OptionOverwriteExistingEpisodes": "Sobreescriu episodis existents",
"LabelTransferMethod": "M\u00e8tode de transfer\u00e8ncia",
- "OptionCopy": "Copia",
- "OptionMove": "Mou",
- "LabelTransferMethodHelp": "Copia o mou fitxers des de directori a supervisar",
"HeaderLatestNews": "Darreres Not\u00edcies",
"HeaderRunningTasks": "Tasques Corrent",
"HeaderActiveDevices": "Dispositius Actius",
@@ -682,24 +679,11 @@
"MessageNoAvailablePlugins": "No hi ha extensions disponibles.",
"LabelDisplayPluginsFor": "Mostra complements per a:",
"PluginTabAppClassic": "Emby for Windows Media Center",
- "LabelEpisodeNamePlain": "Nom de l'episodi",
- "LabelSeriesNamePlain": "Nom de la s\u00e8rie",
- "ValueSeriesNamePeriod": "Series.name",
- "ValueSeriesNameUnderscore": "Series_name",
- "ValueEpisodeNamePeriod": "Episode.name",
- "ValueEpisodeNameUnderscore": "Nom_episodi",
- "LabelSeasonNumberPlain": "Season number",
- "LabelEpisodeNumberPlain": "Episode number",
- "LabelEndingEpisodeNumberPlain": "Ending episode number",
"HeaderTypeText": "Introdueix Text",
"LabelTypeText": "Text",
"TabDisplay": "Visualitzaci\u00f3",
"TabLanguages": "Idiomes",
"TabAppSettings": "Prefer\u00e8ncies d'App",
- "LabelEnableThemeSongs": "Habilita les can\u00e7ons tem\u00e0tiques",
- "LabelEnableBackdrops": "Habilita els fons",
- "LabelEnableThemeSongsHelp": "Si s'habilita es reproduiran can\u00e7ons tem\u00e0tiques de fons mentre naveguis per la biblioteca.",
- "LabelEnableBackdropsHelp": "If enabled, backdrops will be displayed in the background of some pages while browsing the library.",
"HeaderHomePage": "P\u00e0gina d'Inici",
"OptionAuto": "Autom\u00e0tc",
"OptionYes": "S\u00ed",
@@ -1866,5 +1850,6 @@
"AllowOnTheFlySubtitleExtractionHelp": "Embedded subtitles can be extracted from videos and delivered to Emby apps in plain text in order to help prevent video transcoding. On some systems this can take a long time and cause video playback to stall during the extraction process. Disable this to have embedded subtitles burned in with video transcoding when they are not natively supported by the client device.",
"ButtonStopRecording": "Stop Recording",
"StopRecording": "Stop recording",
- "CancelSeries": "Cancel series"
+ "CancelSeries": "Cancel series",
+ "EnableDebugLoggingHelp": "Debug logging should only be enabled as needed for troubleshooting purposes. The increased file system access may prevent the server machine from being able to sleep in some environments."
}
\ No newline at end of file
diff --git a/MediaBrowser.WebDashboard/dashboard-ui/strings/cs.json b/MediaBrowser.WebDashboard/dashboard-ui/strings/cs.json
index 799106f5b5..f6d6989747 100644
--- a/MediaBrowser.WebDashboard/dashboard-ui/strings/cs.json
+++ b/MediaBrowser.WebDashboard/dashboard-ui/strings/cs.json
@@ -1,5 +1,4 @@
{
- "HeaderPlayAll": "Play All",
"LabelPrevious": "P\u0159edchoz\u00ed",
"LabelFinish": "Dokon\u010dit",
"LabelNext": "Dal\u0161\u00ed",
@@ -25,6 +24,7 @@
"LabelPinCode": "Pin k\u00f3d:",
"DeleteMedia": "Odstranit m\u00e9dia",
"HeaderSync": "Synchronizace",
+ "HeaderPlayAll": "Play All",
"HeaderUpcomingNews": "Upcoming News",
"ButtonOk": "Ok",
"ButtonCancel": "Zru\u0161it",
@@ -485,9 +485,6 @@
"HeaderResult": "V\u00fdsledek",
"OptionOverwriteExistingEpisodes": "P\u0159epsat existuj\u00edc\u00ed epizody",
"LabelTransferMethod": "Metoda p\u0159enosu",
- "OptionCopy": "Kop\u00edrovat",
- "OptionMove": "P\u0159esunout",
- "LabelTransferMethodHelp": "Kop\u00edrovat nebo p\u0159esunout ze slo\u017eky sledovan\u00fdch",
"HeaderLatestNews": "Posledn\u00ed novinky",
"HeaderRunningTasks": "B\u011b\u017e\u00edc\u00ed \u00falohy",
"HeaderActiveDevices": "Aktivn\u00ed za\u0159\u00edzen\u00ed",
@@ -682,24 +679,11 @@
"MessageNoAvailablePlugins": "Nejsou dostupn\u00e9 \u017e\u00e1dn\u00e9 z\u00e1suvn\u00e9 moduly.",
"LabelDisplayPluginsFor": "Zobrazovac\u00ed z\u00e1suvn\u00e9 moduly pro:",
"PluginTabAppClassic": "Emby for Windows Media Center",
- "LabelEpisodeNamePlain": "N\u00e1zev epizody",
- "LabelSeriesNamePlain": "N\u00e1zev seri\u00e1lu",
- "ValueSeriesNamePeriod": "Seri\u00e1l.n\u00e1zev",
- "ValueSeriesNameUnderscore": "N\u00e1zev_seri\u00e1lu",
- "ValueEpisodeNamePeriod": "Epizoda.n\u00e1zev",
- "ValueEpisodeNameUnderscore": "N\u00e1zev_epizody",
- "LabelSeasonNumberPlain": "\u010c\u00edslo sez\u00f3ny",
- "LabelEpisodeNumberPlain": "\u010c\u00edslo epizody",
- "LabelEndingEpisodeNumberPlain": "\u010c\u00edslo posledn\u00ed epizody",
"HeaderTypeText": "Vlo\u017ete text",
"LabelTypeText": "Text",
"TabDisplay": "Zobrazen\u00ed",
"TabLanguages": "Jazyky",
"TabAppSettings": "Nastaven\u00ed aplikace",
- "LabelEnableThemeSongs": "Povolit t\u00e9matickou hudbu na pozad\u00ed",
- "LabelEnableBackdrops": "Povolit pozad\u00ed",
- "LabelEnableThemeSongsHelp": "Pokud povol\u00edte, bude p\u0159i proch\u00e1zen\u00ed knihovny p\u0159ehr\u00e1v\u00e1na t\u00e9matick\u00e1 melodie na pozad\u00ed.",
- "LabelEnableBackdropsHelp": "Pokud je povoleno, pozad\u00ed je zobrazeno pro n\u011bkter\u00e9 str\u00e1nky p\u0159i proch\u00e1zen\u00ed va\u0161\u00ed knihovny.",
"HeaderHomePage": "Hlavn\u00ed str\u00e1nka",
"OptionAuto": "Automaticky",
"OptionYes": "Ano",
@@ -1866,5 +1850,6 @@
"AllowOnTheFlySubtitleExtractionHelp": "Embedded subtitles can be extracted from videos and delivered to Emby apps in plain text in order to help prevent video transcoding. On some systems this can take a long time and cause video playback to stall during the extraction process. Disable this to have embedded subtitles burned in with video transcoding when they are not natively supported by the client device.",
"ButtonStopRecording": "Stop Recording",
"StopRecording": "Stop recording",
- "CancelSeries": "Cancel series"
+ "CancelSeries": "Cancel series",
+ "EnableDebugLoggingHelp": "Debug logging should only be enabled as needed for troubleshooting purposes. The increased file system access may prevent the server machine from being able to sleep in some environments."
}
\ No newline at end of file
diff --git a/MediaBrowser.WebDashboard/dashboard-ui/strings/da.json b/MediaBrowser.WebDashboard/dashboard-ui/strings/da.json
index 2850e79bb5..545dbc48fa 100644
--- a/MediaBrowser.WebDashboard/dashboard-ui/strings/da.json
+++ b/MediaBrowser.WebDashboard/dashboard-ui/strings/da.json
@@ -1,5 +1,4 @@
{
- "HeaderPlayAll": "Play All",
"LabelPrevious": "Forrige",
"LabelFinish": "Afslut",
"LabelNext": "N\u00e6ste",
@@ -25,6 +24,7 @@
"LabelPinCode": "Pinkode:",
"DeleteMedia": "Slet medie",
"HeaderSync": "Sync",
+ "HeaderPlayAll": "Play All",
"HeaderUpcomingNews": "Upcoming News",
"ButtonOk": "Ok",
"ButtonCancel": "Annuller",
@@ -485,9 +485,6 @@
"HeaderResult": "Resultat",
"OptionOverwriteExistingEpisodes": "Overskriv eksisterende episoder",
"LabelTransferMethod": "Overf\u00f8rselsmetode",
- "OptionCopy": "Kopier",
- "OptionMove": "Flyt",
- "LabelTransferMethodHelp": "Kopier eller flyt filer fra den overv\u00e5gede mappe.",
"HeaderLatestNews": "Sidste nyt",
"HeaderRunningTasks": "K\u00f8rende opgaver",
"HeaderActiveDevices": "Aktive enheder",
@@ -682,24 +679,11 @@
"MessageNoAvailablePlugins": "Ingen tilg\u00e6ngelige plugins.",
"LabelDisplayPluginsFor": "Vis plugins til:",
"PluginTabAppClassic": "Emby for Windows Media Center",
- "LabelEpisodeNamePlain": "Episodenavn",
- "LabelSeriesNamePlain": "Serienavn",
- "ValueSeriesNamePeriod": "Serie.navn",
- "ValueSeriesNameUnderscore": "Serie_navn",
- "ValueEpisodeNamePeriod": "Episode.navn",
- "ValueEpisodeNameUnderscore": "Episode_navn",
- "LabelSeasonNumberPlain": "S\u00e6sonnummer",
- "LabelEpisodeNumberPlain": "Episodenummer",
- "LabelEndingEpisodeNumberPlain": "Nummer p\u00e5 sidste episode",
"HeaderTypeText": "Indtast tekst",
"LabelTypeText": "Tekst",
"TabDisplay": "Visning",
"TabLanguages": "Sprog",
"TabAppSettings": "App-indstillinger",
- "LabelEnableThemeSongs": "Aktiver temasange",
- "LabelEnableBackdrops": "Aktiver backdrops",
- "LabelEnableThemeSongsHelp": "N\u00e5r dette er aktiveret vil der blive afspillet temasange mens man kigger i biblioteket.",
- "LabelEnableBackdropsHelp": "N\u00e5r dette er aktiveret vil der blive vist backdrops i baggrunden af nogle sider n\u00e5r man kigger i biblioteket.",
"HeaderHomePage": "Hjemmeside",
"OptionAuto": "Auto",
"OptionYes": "Ja",
@@ -1866,5 +1850,6 @@
"AllowOnTheFlySubtitleExtractionHelp": "Embedded subtitles can be extracted from videos and delivered to Emby apps in plain text in order to help prevent video transcoding. On some systems this can take a long time and cause video playback to stall during the extraction process. Disable this to have embedded subtitles burned in with video transcoding when they are not natively supported by the client device.",
"ButtonStopRecording": "Stop Recording",
"StopRecording": "Stop recording",
- "CancelSeries": "Cancel series"
+ "CancelSeries": "Cancel series",
+ "EnableDebugLoggingHelp": "Debug logging should only be enabled as needed for troubleshooting purposes. The increased file system access may prevent the server machine from being able to sleep in some environments."
}
\ No newline at end of file
diff --git a/MediaBrowser.WebDashboard/dashboard-ui/strings/de.json b/MediaBrowser.WebDashboard/dashboard-ui/strings/de.json
index ae2e675554..727b422e73 100644
--- a/MediaBrowser.WebDashboard/dashboard-ui/strings/de.json
+++ b/MediaBrowser.WebDashboard/dashboard-ui/strings/de.json
@@ -1,5 +1,4 @@
{
- "HeaderPlayAll": "Play All",
"LabelPrevious": "Vorheriges",
"LabelFinish": "Fertig",
"LabelNext": "N\u00e4chstes",
@@ -25,6 +24,7 @@
"LabelPinCode": "PIN Code:",
"DeleteMedia": "Medien l\u00f6schen",
"HeaderSync": "Synchronisation",
+ "HeaderPlayAll": "Alle abspielen",
"HeaderUpcomingNews": "Bevorstehende Nachrichten",
"ButtonOk": "Ok",
"ButtonCancel": "Abbrechen",
@@ -485,9 +485,6 @@
"HeaderResult": "Ergebnis",
"OptionOverwriteExistingEpisodes": "\u00dcberschreibe vorhandene Episoden",
"LabelTransferMethod": "\u00dcbertragungsmethode",
- "OptionCopy": "Kopieren",
- "OptionMove": "Verschieben",
- "LabelTransferMethodHelp": "Kopiere oder verschiebe Dateien aus dem \u00dcberwachungsverzeichnis",
"HeaderLatestNews": "Neueste Nachrichten",
"HeaderRunningTasks": "Laufende Aufgaben",
"HeaderActiveDevices": "Aktive Ger\u00e4te",
@@ -682,24 +679,11 @@
"MessageNoAvailablePlugins": "Keine verf\u00fcgbaren Erweiterungen.",
"LabelDisplayPluginsFor": "Zeige Plugins f\u00fcr:",
"PluginTabAppClassic": "Emby f\u00fcr Windows Media Center",
- "LabelEpisodeNamePlain": "Episodenname",
- "LabelSeriesNamePlain": "Serienname",
- "ValueSeriesNamePeriod": "Serien.Name",
- "ValueSeriesNameUnderscore": "Serien_Name",
- "ValueEpisodeNamePeriod": "Episoden.Name",
- "ValueEpisodeNameUnderscore": "Episoden_Name",
- "LabelSeasonNumberPlain": "Staffelnummer",
- "LabelEpisodeNumberPlain": "Episodennummer",
- "LabelEndingEpisodeNumberPlain": "Nummer der letzten Episode",
"HeaderTypeText": "Texteingabe",
"LabelTypeText": "Text",
"TabDisplay": "Anzeige",
"TabLanguages": "Sprachen",
"TabAppSettings": "App Einstellungen",
- "LabelEnableThemeSongs": "Aktiviere Titelmelodie",
- "LabelEnableBackdrops": "Aktiviere Hintergr\u00fcnde",
- "LabelEnableThemeSongsHelp": "Wenn aktiviert, wird die Titelmusik w\u00e4hrend dem Durchsuchen durch die Bibliothek im Hintergrund abgespielt",
- "LabelEnableBackdropsHelp": "Falls aktiviert, werden beim durchsuchen der Bibliothek auf einigen Seiten passende Hintergr\u00fcnde angezeigt.",
"HeaderHomePage": "Startseite",
"OptionAuto": "Auto",
"OptionYes": "Ja",
@@ -1866,5 +1850,6 @@
"AllowOnTheFlySubtitleExtractionHelp": "Eingebettete Untertitel k\u00f6nnen aus Videos extrahiert und in Textformat an Emby gesendet werden um Transkodieren zu vermeiden. Auf manchen Systemen kann dieser Vorgang eine lange Zeit in Anspruch nehmen und die Videowiedergabe zum Halten bringen w\u00e4hrend der Extraktion. Deaktiviere diese Option um eingebettete Untertitel w\u00e4hrend des Videotranskodierens einbrennen zu lassen, wenn sie nicht nativ vom Client unterst\u00fctzt werden.",
"ButtonStopRecording": "Aufnahme stoppen",
"StopRecording": "Aufnahme stoppen",
- "CancelSeries": "Serienaufnahme beenden"
+ "CancelSeries": "Serienaufnahme beenden",
+ "EnableDebugLoggingHelp": "Debug-Logging sollte nur zur Fehlersuche aktiviert werden. Der Zugriff auf das Dateisystem kann das System unter Umst\u00e4nden daran hindern, in den Energiesparmodus zu gehen."
}
\ No newline at end of file
diff --git a/MediaBrowser.WebDashboard/dashboard-ui/strings/el.json b/MediaBrowser.WebDashboard/dashboard-ui/strings/el.json
index e664d4238c..e814cf1661 100644
--- a/MediaBrowser.WebDashboard/dashboard-ui/strings/el.json
+++ b/MediaBrowser.WebDashboard/dashboard-ui/strings/el.json
@@ -1,5 +1,4 @@
{
- "HeaderPlayAll": "Play All",
"LabelPrevious": "\u03a0\u03c1\u03bf\u03b7\u03b3\u03bf\u03cd\u03bc\u03b5\u03bd\u03bf\u03c2",
"LabelFinish": "\u03a4\u03ad\u03bb\u03bf\u03c2",
"LabelNext": "\u0395\u03c0\u03cc\u03bc\u03b5\u03bd\u03bf",
@@ -25,6 +24,7 @@
"LabelPinCode": "\u039a\u03c9\u03b4\u03b9\u03ba\u03cc\u03c2 PIN:",
"DeleteMedia": "Delete media",
"HeaderSync": "\u03a3\u03c5\u03b3\u03c7\u03c1\u03bf\u03bd\u03b9\u03c3\u03bc\u03cc\u03c2",
+ "HeaderPlayAll": "Play All",
"HeaderUpcomingNews": "Upcoming News",
"ButtonOk": "Ok",
"ButtonCancel": "\u0391\u03ba\u03cd\u03c1\u03c9\u03c3\u03b7 ",
@@ -485,9 +485,6 @@
"HeaderResult": "Result",
"OptionOverwriteExistingEpisodes": "Overwrite existing episodes",
"LabelTransferMethod": "Transfer method",
- "OptionCopy": "Copy",
- "OptionMove": "Move",
- "LabelTransferMethodHelp": "Copy or move files from the watch folder",
"HeaderLatestNews": "Latest News",
"HeaderRunningTasks": "Running Tasks",
"HeaderActiveDevices": "Active Devices",
@@ -682,24 +679,11 @@
"MessageNoAvailablePlugins": "No available plugins.",
"LabelDisplayPluginsFor": "Display plugins for:",
"PluginTabAppClassic": "Emby for Windows Media Center",
- "LabelEpisodeNamePlain": "Episode name",
- "LabelSeriesNamePlain": "Series name",
- "ValueSeriesNamePeriod": "Series.name",
- "ValueSeriesNameUnderscore": "Series_name",
- "ValueEpisodeNamePeriod": "Episode.name",
- "ValueEpisodeNameUnderscore": "Episode_name",
- "LabelSeasonNumberPlain": "Season number",
- "LabelEpisodeNumberPlain": "Episode number",
- "LabelEndingEpisodeNumberPlain": "Ending episode number",
"HeaderTypeText": "Enter Text",
"LabelTypeText": "Text",
"TabDisplay": "Display",
"TabLanguages": "Languages",
"TabAppSettings": "App Settings",
- "LabelEnableThemeSongs": "Enable theme songs",
- "LabelEnableBackdrops": "Enable backdrops",
- "LabelEnableThemeSongsHelp": "If enabled, theme songs will be played in the background while browsing the library.",
- "LabelEnableBackdropsHelp": "If enabled, backdrops will be displayed in the background of some pages while browsing the library.",
"HeaderHomePage": "Home Page",
"OptionAuto": "Auto",
"OptionYes": "Yes",
@@ -1866,5 +1850,6 @@
"AllowOnTheFlySubtitleExtractionHelp": "Embedded subtitles can be extracted from videos and delivered to Emby apps in plain text in order to help prevent video transcoding. On some systems this can take a long time and cause video playback to stall during the extraction process. Disable this to have embedded subtitles burned in with video transcoding when they are not natively supported by the client device.",
"ButtonStopRecording": "Stop Recording",
"StopRecording": "Stop recording",
- "CancelSeries": "Cancel series"
+ "CancelSeries": "Cancel series",
+ "EnableDebugLoggingHelp": "Debug logging should only be enabled as needed for troubleshooting purposes. The increased file system access may prevent the server machine from being able to sleep in some environments."
}
\ No newline at end of file
diff --git a/MediaBrowser.WebDashboard/dashboard-ui/strings/en-GB.json b/MediaBrowser.WebDashboard/dashboard-ui/strings/en-GB.json
index b911bec189..584425be24 100644
--- a/MediaBrowser.WebDashboard/dashboard-ui/strings/en-GB.json
+++ b/MediaBrowser.WebDashboard/dashboard-ui/strings/en-GB.json
@@ -1,5 +1,4 @@
{
- "HeaderPlayAll": "Play All",
"LabelPrevious": "Previous",
"LabelFinish": "Finish",
"LabelNext": "Next",
@@ -25,6 +24,7 @@
"LabelPinCode": "PIN code:",
"DeleteMedia": "Delete media",
"HeaderSync": "Sync",
+ "HeaderPlayAll": "Play All",
"HeaderUpcomingNews": "Upcoming News",
"ButtonOk": "Ok",
"ButtonCancel": "Cancel",
@@ -485,9 +485,6 @@
"HeaderResult": "Result",
"OptionOverwriteExistingEpisodes": "Overwrite existing episodes",
"LabelTransferMethod": "Transfer method",
- "OptionCopy": "Copy",
- "OptionMove": "Move",
- "LabelTransferMethodHelp": "Copy or move files from the watch folder",
"HeaderLatestNews": "Latest News",
"HeaderRunningTasks": "Running Tasks",
"HeaderActiveDevices": "Active Devices",
@@ -682,24 +679,11 @@
"MessageNoAvailablePlugins": "No available plugins.",
"LabelDisplayPluginsFor": "Display plugins for:",
"PluginTabAppClassic": "Emby for Windows Media Center",
- "LabelEpisodeNamePlain": "Episode name",
- "LabelSeriesNamePlain": "Series name",
- "ValueSeriesNamePeriod": "Series.name",
- "ValueSeriesNameUnderscore": "Series_name",
- "ValueEpisodeNamePeriod": "Episode.name",
- "ValueEpisodeNameUnderscore": "Episode_name",
- "LabelSeasonNumberPlain": "Season number",
- "LabelEpisodeNumberPlain": "Episode number",
- "LabelEndingEpisodeNumberPlain": "Ending episode number",
"HeaderTypeText": "Enter Text",
"LabelTypeText": "Text",
"TabDisplay": "Display",
"TabLanguages": "Languages",
"TabAppSettings": "App Settings",
- "LabelEnableThemeSongs": "Enable theme songs",
- "LabelEnableBackdrops": "Enable backdrops",
- "LabelEnableThemeSongsHelp": "If enabled, theme songs will be played in the background while browsing the library.",
- "LabelEnableBackdropsHelp": "If enabled, backdrops will be displayed in the background of some pages while browsing the library.",
"HeaderHomePage": "Home Page",
"OptionAuto": "Auto",
"OptionYes": "Yes",
@@ -1866,5 +1850,6 @@
"AllowOnTheFlySubtitleExtractionHelp": "Embedded subtitles can be extracted from videos and delivered to Emby apps in plain text in order to help prevent video transcoding. On some systems, this can take a long time and cause video playback to stall during the extraction process. Disable this to have embedded subtitles burned in with video transcoding when they are not natively supported by the client device.",
"ButtonStopRecording": "Stop Recording",
"StopRecording": "Stop recording",
- "CancelSeries": "Cancel series"
+ "CancelSeries": "Cancel series",
+ "EnableDebugLoggingHelp": "Debug logging should only be enabled as needed for troubleshooting purposes. The increased file system access may prevent the server machine from being able to sleep in some environments."
}
\ No newline at end of file
diff --git a/MediaBrowser.WebDashboard/dashboard-ui/strings/en-US.json b/MediaBrowser.WebDashboard/dashboard-ui/strings/en-US.json
index 5d24242767..aca1805d88 100644
--- a/MediaBrowser.WebDashboard/dashboard-ui/strings/en-US.json
+++ b/MediaBrowser.WebDashboard/dashboard-ui/strings/en-US.json
@@ -24,7 +24,7 @@
"LabelPinCode": "Pin code:",
"DeleteMedia": "Delete media",
"HeaderSync": "Sync",
- "HeaderPlayAll": "Play All",
+ "HeaderPlayAll": "Play All",
"HeaderUpcomingNews": "Upcoming News",
"ButtonOk": "Ok",
"ButtonCancel": "Cancel",
@@ -949,7 +949,7 @@
"TabDevices": "Devices",
"HeaderLibrarySettings": "Library Settings",
"HeaderChapterSettings": "Chapter Settings",
- "HeaderCameraUploadHelp": "Emby apps can automatically upload photos and videos taken from your mobile devices into Emby Server.",
+ "HeaderCameraUploadHelp": "Emby apps can automatically upload photos taken from your mobile devices into Emby Server.",
"LabelCameraUploadPath": "Camera upload path:",
"LabelCameraUploadPathHelp": "Select a custom upload path. This will override any default settings set in the Camera Upload section. If left blank, a default folder will be used. If using a custom path it will also need to be added in the library setup area.",
"LabelCreateCameraUploadSubfolder": "Create a subfolder for each device",
@@ -1850,5 +1850,6 @@
"AllowOnTheFlySubtitleExtractionHelp": "Embedded subtitles can be extracted from videos and delivered to Emby apps in plain text in order to help prevent video transcoding. On some systems this can take a long time and cause video playback to stall during the extraction process. Disable this to have embedded subtitles burned in with video transcoding when they are not natively supported by the client device.",
"ButtonStopRecording": "Stop Recording",
"StopRecording": "Stop recording",
- "CancelSeries": "Cancel series"
+ "CancelSeries": "Cancel series",
+ "EnableDebugLoggingHelp": "Debug logging should only be enabled as needed for troubleshooting purposes. The increased file system access may prevent the server machine from being able to sleep in some environments."
}
diff --git a/MediaBrowser.WebDashboard/dashboard-ui/strings/es-AR.json b/MediaBrowser.WebDashboard/dashboard-ui/strings/es-AR.json
index eb7cc57505..8527856964 100644
--- a/MediaBrowser.WebDashboard/dashboard-ui/strings/es-AR.json
+++ b/MediaBrowser.WebDashboard/dashboard-ui/strings/es-AR.json
@@ -1,5 +1,4 @@
{
- "HeaderPlayAll": "Play All",
"LabelPrevious": "Anterior",
"LabelFinish": "Terminar",
"LabelNext": "Siguiente",
@@ -25,6 +24,7 @@
"LabelPinCode": "Pin code:",
"DeleteMedia": "Delete media",
"HeaderSync": "Sync",
+ "HeaderPlayAll": "Play All",
"HeaderUpcomingNews": "Upcoming News",
"ButtonOk": "Ok",
"ButtonCancel": "Cancel",
@@ -485,9 +485,6 @@
"HeaderResult": "Result",
"OptionOverwriteExistingEpisodes": "Overwrite existing episodes",
"LabelTransferMethod": "Transfer method",
- "OptionCopy": "Copy",
- "OptionMove": "Move",
- "LabelTransferMethodHelp": "Copy or move files from the watch folder",
"HeaderLatestNews": "Latest News",
"HeaderRunningTasks": "Running Tasks",
"HeaderActiveDevices": "Active Devices",
@@ -682,24 +679,11 @@
"MessageNoAvailablePlugins": "No available plugins.",
"LabelDisplayPluginsFor": "Display plugins for:",
"PluginTabAppClassic": "Emby for Windows Media Center",
- "LabelEpisodeNamePlain": "Episode name",
- "LabelSeriesNamePlain": "Series name",
- "ValueSeriesNamePeriod": "Series.name",
- "ValueSeriesNameUnderscore": "Series_name",
- "ValueEpisodeNamePeriod": "Episode.name",
- "ValueEpisodeNameUnderscore": "Episode_name",
- "LabelSeasonNumberPlain": "Season number",
- "LabelEpisodeNumberPlain": "Episode number",
- "LabelEndingEpisodeNumberPlain": "Ending episode number",
"HeaderTypeText": "Enter Text",
"LabelTypeText": "Text",
"TabDisplay": "Display",
"TabLanguages": "Languages",
"TabAppSettings": "App Settings",
- "LabelEnableThemeSongs": "Enable theme songs",
- "LabelEnableBackdrops": "Enable backdrops",
- "LabelEnableThemeSongsHelp": "If enabled, theme songs will be played in the background while browsing the library.",
- "LabelEnableBackdropsHelp": "If enabled, backdrops will be displayed in the background of some pages while browsing the library.",
"HeaderHomePage": "Home Page",
"OptionAuto": "Auto",
"OptionYes": "Yes",
@@ -1866,5 +1850,6 @@
"AllowOnTheFlySubtitleExtractionHelp": "Embedded subtitles can be extracted from videos and delivered to Emby apps in plain text in order to help prevent video transcoding. On some systems this can take a long time and cause video playback to stall during the extraction process. Disable this to have embedded subtitles burned in with video transcoding when they are not natively supported by the client device.",
"ButtonStopRecording": "Stop Recording",
"StopRecording": "Stop recording",
- "CancelSeries": "Cancel series"
+ "CancelSeries": "Cancel series",
+ "EnableDebugLoggingHelp": "Debug logging should only be enabled as needed for troubleshooting purposes. The increased file system access may prevent the server machine from being able to sleep in some environments."
}
\ No newline at end of file
diff --git a/MediaBrowser.WebDashboard/dashboard-ui/strings/es-MX.json b/MediaBrowser.WebDashboard/dashboard-ui/strings/es-MX.json
index 2e4624ed83..014307a533 100644
--- a/MediaBrowser.WebDashboard/dashboard-ui/strings/es-MX.json
+++ b/MediaBrowser.WebDashboard/dashboard-ui/strings/es-MX.json
@@ -1,5 +1,4 @@
{
- "HeaderPlayAll": "Play All",
"LabelPrevious": "Anterior",
"LabelFinish": "Terminar",
"LabelNext": "Siguiente",
@@ -25,6 +24,7 @@
"LabelPinCode": "C\u00f3digo pin:",
"DeleteMedia": "Eliminar medios",
"HeaderSync": "Sinc",
+ "HeaderPlayAll": "Reproducir Todo",
"HeaderUpcomingNews": "Noticias Recientes",
"ButtonOk": "Ok",
"ButtonCancel": "Cancelar",
@@ -485,9 +485,6 @@
"HeaderResult": "Resultado",
"OptionOverwriteExistingEpisodes": "Sobreescribir episodios pre-existentes",
"LabelTransferMethod": "M\u00e9todo de transferencia",
- "OptionCopy": "Copiar",
- "OptionMove": "Mover",
- "LabelTransferMethodHelp": "Copiar o mover archivos desde la carpeta de inspecci\u00f3n",
"HeaderLatestNews": "Noticias Recientes",
"HeaderRunningTasks": "Tareas en Ejecuci\u00f3n",
"HeaderActiveDevices": "Dispositivos Activos",
@@ -682,24 +679,11 @@
"MessageNoAvailablePlugins": "No hay complementos disponibles.",
"LabelDisplayPluginsFor": "Mostrar complementos para:",
"PluginTabAppClassic": "Emby para Windows Media Center",
- "LabelEpisodeNamePlain": "Nombre del episodio",
- "LabelSeriesNamePlain": "Nombre de la serie",
- "ValueSeriesNamePeriod": "Nombre.serie",
- "ValueSeriesNameUnderscore": "Nombre_serie",
- "ValueEpisodeNamePeriod": "Nombre del episodio",
- "ValueEpisodeNameUnderscore": "Nombre_episodio",
- "LabelSeasonNumberPlain": "N\u00famero de temporada",
- "LabelEpisodeNumberPlain": "N\u00famero de episodio",
- "LabelEndingEpisodeNumberPlain": "N\u00famero del episodio final",
"HeaderTypeText": "Introduzca Texto",
"LabelTypeText": "Texto",
"TabDisplay": "Pantalla",
"TabLanguages": "Idiomas",
"TabAppSettings": "Configuracion del App",
- "LabelEnableThemeSongs": "Habilitar canciones de tema",
- "LabelEnableBackdrops": "Habilitar im\u00e1genes de fondo",
- "LabelEnableThemeSongsHelp": "Al activarse, las canciones de tema ser\u00e1n reproducidas en segundo plano mientras se navega en la biblioteca.",
- "LabelEnableBackdropsHelp": "Si est\u00e1 activado, las im\u00e1genes de fondo ser\u00e1n mostradas en el fondo de algunas paginas mientras se navega en la biblioteca.",
"HeaderHomePage": "P\u00e1gina de Inicio",
"OptionAuto": "Autom\u00e1tico",
"OptionYes": "Si",
@@ -1866,5 +1850,6 @@
"AllowOnTheFlySubtitleExtractionHelp": "Los subtitulos embebidos puedes ser extra\u00eddos de los videos y enviados a las aplicaciones Emby en texto plano esto para prevenir la transcodificacion del video. En algunos sistemas esto puede tomar un tiempo mas largo y causar problemas de reproducci\u00f3n durante el proceso de extracci\u00f3n. Deshabilite esto para tener subtitulos embebidos \"quemados\" en la transcodificacion de video cuando no son soportados nativamente por el dispositivo cliente.",
"ButtonStopRecording": "Detener Grabaci\u00f3n",
"StopRecording": "Detener grabaci\u00f3n",
- "CancelSeries": "Cancelar Serie"
+ "CancelSeries": "Cancelar Serie",
+ "EnableDebugLoggingHelp": "El registro de depuraci\u00f3n deber\u00eda ser habilitado solamente para prop\u00f3sitos de soluci\u00f3n de problemas. El incremento en el archivo de sistema podr\u00eda prevenir que el servidor entre en modo suspendido bajo algunos entornos."
}
\ No newline at end of file
diff --git a/MediaBrowser.WebDashboard/dashboard-ui/strings/es.json b/MediaBrowser.WebDashboard/dashboard-ui/strings/es.json
index 553be30194..3b7b25c17e 100644
--- a/MediaBrowser.WebDashboard/dashboard-ui/strings/es.json
+++ b/MediaBrowser.WebDashboard/dashboard-ui/strings/es.json
@@ -1,5 +1,4 @@
{
- "HeaderPlayAll": "Play All",
"LabelPrevious": "Anterior",
"LabelFinish": "Terminar",
"LabelNext": "Siguiente",
@@ -25,6 +24,7 @@
"LabelPinCode": "C\u00f3digo PIN:",
"DeleteMedia": "Eliminar medios",
"HeaderSync": "Sincronizar",
+ "HeaderPlayAll": "Reproducir todo",
"HeaderUpcomingNews": "Pr\u00f3ximas Noticias",
"ButtonOk": "OK",
"ButtonCancel": "Cancelar",
@@ -50,7 +50,7 @@
"RegisterWithPayPal": "Registrese con PayPal",
"LabelSyncTempPath": "Localizaci\u00f3n del archivo temporal:",
"LabelSyncTempPathHelp": "Especificar una carpeta personalizada para archivos en sincronizaci\u00f3n. Medios convertidos creados durante el proceso de sincronizaci\u00f3n ser\u00e1n guardados aqu\u00ed.",
- "LabelCustomCertificatePath": "Lugar del certificado personalizado:",
+ "LabelCustomCertificatePath": "Lugar ssl certificado personalizado:",
"LabelCustomCertificatePathHelp": "Incluya su propio certificado ssl o archivo .pfx.",
"TitleNotifications": "Notificaciones",
"OptionDetectArchiveFilesAsMedia": "Detectar ficheros de archivo como medios",
@@ -287,7 +287,7 @@
"LabelAllowServerAutoRestart": "Permitir al servidor reiniciarse autom\u00e1ticamente para aplicar las actualizaciones",
"LabelAllowServerAutoRestartHelp": "El servidor s\u00f3lo se reiniciar\u00e1 durante periodos de reposo, cuando no hayan usuarios activos.",
"LabelRunServerAtStartup": "Arrancar servidor al iniciar",
- "LabelRunServerAtStartupHelp": "Esto iniciar\u00e1 como aplicaci\u00f3n en el inicio. Para iniciar en modo servicio de windows, desmarque esto e inicie el servicio desde el panel de control de windows. Tenga en cuenta que no es posible inciar de las dos formas a la vez, usted debe salir de la aplicaci\u00f3n para iniciar el servicio.",
+ "LabelRunServerAtStartupHelp": "Esto iniciar\u00e1 el \u00edcono de la bandeja Emby al inicio de Windows. Si ha configurado un servicio de Windows, deje esto sin marcar y configure el servicio para que se ejecute al inicio.",
"ButtonSelectDirectory": "Seleccionar directorio",
"LabelCachePath": "Ruta del cach\u00e9:",
"DefaultMetadataLangaugeDescription": "Estos son tus ajustes y se pueden personalizar para cada librer\u00eda.",
@@ -485,9 +485,6 @@
"HeaderResult": "Resultado",
"OptionOverwriteExistingEpisodes": "Sobreescribir episodios ya existentes",
"LabelTransferMethod": "M\u00e9todo de transferencia",
- "OptionCopy": "Copiar",
- "OptionMove": "Mover",
- "LabelTransferMethodHelp": "Copiar o mover archivos desde la carpeta de inspecci\u00f3n",
"HeaderLatestNews": "Ultimas noticias",
"HeaderRunningTasks": "Tareas en ejecuci\u00f3n",
"HeaderActiveDevices": "Dispositivos activos",
@@ -497,7 +494,7 @@
"ButtonShutdown": "Apagar",
"ButtonUpdateNow": "Actualizar ahora",
"TabHosting": "Servidor",
- "PleaseUpdateManually": "Please shutdown Emby Server and install the latest version.",
+ "PleaseUpdateManually": "Por favor cierre el Servidor Emby e instale la \u00faltima versi\u00f3n.",
"NewServerVersionAvailable": "Una nueva versi\u00f3n de Emby est\u00e1 disponible!",
"ServerUpToDate": "El Servidor Emby est\u00e1 actualizado",
"LabelComponentsUpdated": "Los siguientes componentes se han instalado o actualizado:",
@@ -682,24 +679,11 @@
"MessageNoAvailablePlugins": "No hay plugins disponibles.",
"LabelDisplayPluginsFor": "Mostrar plugins para:",
"PluginTabAppClassic": "Emby para Windows Media Center",
- "LabelEpisodeNamePlain": "Nombre del episodio",
- "LabelSeriesNamePlain": "Nombre de la serie",
- "ValueSeriesNamePeriod": "Series.nombre",
- "ValueSeriesNameUnderscore": "Series_nombre",
- "ValueEpisodeNamePeriod": "Episodio.nombre",
- "ValueEpisodeNameUnderscore": "Episodio_nombre",
- "LabelSeasonNumberPlain": "Temporada n\u00famero",
- "LabelEpisodeNumberPlain": "Episodio n\u00famero",
- "LabelEndingEpisodeNumberPlain": "N\u00famero del \u00faltimo episodio",
"HeaderTypeText": "Entrar texto",
"LabelTypeText": "Texto",
"TabDisplay": "Pantalla",
"TabLanguages": "Idiomas",
"TabAppSettings": "Ajustes de la App",
- "LabelEnableThemeSongs": "Habilitar temas musicales",
- "LabelEnableBackdrops": "Habilitar im\u00e1genes de fondo",
- "LabelEnableThemeSongsHelp": "Si est\u00e1 habilitado, se reproducir\u00e1n temas musicales de fondo mientras navega por la biblioteca.",
- "LabelEnableBackdropsHelp": "Si est\u00e1 habilitado, se mostrar\u00e1n im\u00e1genes de fondo en algunas p\u00e1ginas mientras navega por la biblioteca.",
"HeaderHomePage": "P\u00e1gina de inicio",
"OptionAuto": "Auto",
"OptionYes": "Si",
@@ -1040,7 +1024,7 @@
"OptionAllowAudioPlaybackTranscoding": "Permitir reproducci\u00f3n de audio que requiere transcodificaci\u00f3n",
"OptionAllowVideoPlaybackTranscoding": "Permitir reproducci\u00f3n de v\u00eddeo que requiere transcodificaci\u00f3n",
"OptionAllowVideoPlaybackRemuxing": "Permitir reproducci\u00f3n de v\u00eddeo que requiere conversi\u00f3n sin necesidad de volver a codificar",
- "OptionAllowMediaPlaybackTranscodingHelp": "Los usuarios recibir\u00e1n un mensaje cuando no pueden reproducir contenido en base a los ajustes.",
+ "OptionAllowMediaPlaybackTranscodingHelp": "Restringir el acceso a la transcodificaci\u00f3n puede causar fallos de reproducci\u00f3n en aplicaciones Emby debido a formatos de medios no compatibles.",
"TabStreaming": "Transmisi\u00f3n",
"LabelRemoteClientBitrateLimit": "L\u00edmite de la transmisi\u00f3n de tasa de bits por internet (Mbps):",
"LabelRemoteClientBitrateLimitHelp": "An optional per-stream bitrate limit for all out of network devices. This is useful to prevent devices from requesting a higher bitrate than your internet connection can handle. This may result in increased CPU load on your server in order to transcode videos on the fly to a lower bitrate.",
@@ -1639,7 +1623,7 @@
"MessageUnsetContentHelp": "El contenido se mostrar\u00e1 como carpetas planas. Para tener mejores resultados utiliza el gestor de metadatos para establecer los tipos de contenidos de las sub-carpetas.",
"LabelProfile": "Perfil:",
"LabelBitrateMbps": "Tasa de bits (Mbps):",
- "EmbyIntroDownloadMessage": "To download and install the free Emby Server visit {0}.",
+ "EmbyIntroDownloadMessage": "Para descargar e instalar el servidor gratuito de Emby visita {0}.",
"EmbyIntroDownloadMessageWithoutLink": "Para descargar e instalar el servidor gratuito de Emby visita la p\u00e1gina web de Emby.",
"ButtonNewServer": "Nuevo servidor",
"MyDevice": "Mi dispositivo",
@@ -1866,5 +1850,6 @@
"AllowOnTheFlySubtitleExtractionHelp": "Embedded subtitles can be extracted from videos and delivered to Emby apps in plain text in order to help prevent video transcoding. On some systems this can take a long time and cause video playback to stall during the extraction process. Disable this to have embedded subtitles burned in with video transcoding when they are not natively supported by the client device.",
"ButtonStopRecording": "Parar Grabaci\u00f3n",
"StopRecording": "Parar grabaci\u00f3n",
- "CancelSeries": "Cancelar serie"
+ "CancelSeries": "Cancelar serie",
+ "EnableDebugLoggingHelp": "Debug logging should only be enabled as needed for troubleshooting purposes. The increased file system access may prevent the server machine from being able to sleep in some environments."
}
\ No newline at end of file
diff --git a/MediaBrowser.WebDashboard/dashboard-ui/strings/fa.json b/MediaBrowser.WebDashboard/dashboard-ui/strings/fa.json
index 6d7c107724..fc02cf9322 100644
--- a/MediaBrowser.WebDashboard/dashboard-ui/strings/fa.json
+++ b/MediaBrowser.WebDashboard/dashboard-ui/strings/fa.json
@@ -1,5 +1,4 @@
{
- "HeaderPlayAll": "Play All",
"LabelPrevious": "\u0642\u0628\u0644\u06cc",
"LabelFinish": "\u067e\u0627\u06cc\u0627\u0646",
"LabelNext": "\u0628\u0639\u062f\u06cc",
@@ -25,6 +24,7 @@
"LabelPinCode": "\u067e\u06cc\u0646 \u06a9\u062f:",
"DeleteMedia": "\u062d\u0630\u0641 \u0631\u0633\u0627\u0646\u0647",
"HeaderSync": "\u0647\u0645\u06af\u0627\u0645 \u0633\u0627\u0632\u06cc",
+ "HeaderPlayAll": "Play All",
"HeaderUpcomingNews": "Upcoming News",
"ButtonOk": "\u062e\u0648\u0628",
"ButtonCancel": "\u0644\u063a\u0648 \u06a9\u0631\u062f\u0646",
@@ -485,9 +485,6 @@
"HeaderResult": "Result",
"OptionOverwriteExistingEpisodes": "Overwrite existing episodes",
"LabelTransferMethod": "Transfer method",
- "OptionCopy": "Copy",
- "OptionMove": "Move",
- "LabelTransferMethodHelp": "Copy or move files from the watch folder",
"HeaderLatestNews": "Latest News",
"HeaderRunningTasks": "Running Tasks",
"HeaderActiveDevices": "Active Devices",
@@ -682,24 +679,11 @@
"MessageNoAvailablePlugins": "No available plugins.",
"LabelDisplayPluginsFor": "Display plugins for:",
"PluginTabAppClassic": "Emby for Windows Media Center",
- "LabelEpisodeNamePlain": "Episode name",
- "LabelSeriesNamePlain": "Series name",
- "ValueSeriesNamePeriod": "Series.name",
- "ValueSeriesNameUnderscore": "Series_name",
- "ValueEpisodeNamePeriod": "Episode.name",
- "ValueEpisodeNameUnderscore": "Episode_name",
- "LabelSeasonNumberPlain": "Season number",
- "LabelEpisodeNumberPlain": "Episode number",
- "LabelEndingEpisodeNumberPlain": "Ending episode number",
"HeaderTypeText": "Enter Text",
"LabelTypeText": "Text",
"TabDisplay": "Display",
"TabLanguages": "Languages",
"TabAppSettings": "App Settings",
- "LabelEnableThemeSongs": "Enable theme songs",
- "LabelEnableBackdrops": "Enable backdrops",
- "LabelEnableThemeSongsHelp": "If enabled, theme songs will be played in the background while browsing the library.",
- "LabelEnableBackdropsHelp": "If enabled, backdrops will be displayed in the background of some pages while browsing the library.",
"HeaderHomePage": "Home Page",
"OptionAuto": "Auto",
"OptionYes": "Yes",
@@ -1866,5 +1850,6 @@
"AllowOnTheFlySubtitleExtractionHelp": "Embedded subtitles can be extracted from videos and delivered to Emby apps in plain text in order to help prevent video transcoding. On some systems this can take a long time and cause video playback to stall during the extraction process. Disable this to have embedded subtitles burned in with video transcoding when they are not natively supported by the client device.",
"ButtonStopRecording": "Stop Recording",
"StopRecording": "Stop recording",
- "CancelSeries": "Cancel series"
+ "CancelSeries": "Cancel series",
+ "EnableDebugLoggingHelp": "Debug logging should only be enabled as needed for troubleshooting purposes. The increased file system access may prevent the server machine from being able to sleep in some environments."
}
\ No newline at end of file
diff --git a/MediaBrowser.WebDashboard/dashboard-ui/strings/fi.json b/MediaBrowser.WebDashboard/dashboard-ui/strings/fi.json
index 480043e85e..ef9b5623b2 100644
--- a/MediaBrowser.WebDashboard/dashboard-ui/strings/fi.json
+++ b/MediaBrowser.WebDashboard/dashboard-ui/strings/fi.json
@@ -1,5 +1,4 @@
{
- "HeaderPlayAll": "Play All",
"LabelPrevious": "Edellinen",
"LabelFinish": "Valmis",
"LabelNext": "Seuraava",
@@ -25,6 +24,7 @@
"LabelPinCode": "Pin code:",
"DeleteMedia": "Delete media",
"HeaderSync": "Sync",
+ "HeaderPlayAll": "Play All",
"HeaderUpcomingNews": "Upcoming News",
"ButtonOk": "Ok",
"ButtonCancel": "Lopeta",
@@ -485,9 +485,6 @@
"HeaderResult": "Result",
"OptionOverwriteExistingEpisodes": "Overwrite existing episodes",
"LabelTransferMethod": "Transfer method",
- "OptionCopy": "Copy",
- "OptionMove": "Move",
- "LabelTransferMethodHelp": "Copy or move files from the watch folder",
"HeaderLatestNews": "Latest News",
"HeaderRunningTasks": "Running Tasks",
"HeaderActiveDevices": "Active Devices",
@@ -682,24 +679,11 @@
"MessageNoAvailablePlugins": "No available plugins.",
"LabelDisplayPluginsFor": "Display plugins for:",
"PluginTabAppClassic": "Emby for Windows Media Center",
- "LabelEpisodeNamePlain": "Episode name",
- "LabelSeriesNamePlain": "Series name",
- "ValueSeriesNamePeriod": "Series.name",
- "ValueSeriesNameUnderscore": "Series_name",
- "ValueEpisodeNamePeriod": "Episode.name",
- "ValueEpisodeNameUnderscore": "Episode_name",
- "LabelSeasonNumberPlain": "Season number",
- "LabelEpisodeNumberPlain": "Episode number",
- "LabelEndingEpisodeNumberPlain": "Ending episode number",
"HeaderTypeText": "Enter Text",
"LabelTypeText": "Text",
"TabDisplay": "Display",
"TabLanguages": "Languages",
"TabAppSettings": "App Settings",
- "LabelEnableThemeSongs": "Enable theme songs",
- "LabelEnableBackdrops": "Enable backdrops",
- "LabelEnableThemeSongsHelp": "If enabled, theme songs will be played in the background while browsing the library.",
- "LabelEnableBackdropsHelp": "If enabled, backdrops will be displayed in the background of some pages while browsing the library.",
"HeaderHomePage": "Home Page",
"OptionAuto": "Auto",
"OptionYes": "Yes",
@@ -1866,5 +1850,6 @@
"AllowOnTheFlySubtitleExtractionHelp": "Embedded subtitles can be extracted from videos and delivered to Emby apps in plain text in order to help prevent video transcoding. On some systems this can take a long time and cause video playback to stall during the extraction process. Disable this to have embedded subtitles burned in with video transcoding when they are not natively supported by the client device.",
"ButtonStopRecording": "Stop Recording",
"StopRecording": "Stop recording",
- "CancelSeries": "Cancel series"
+ "CancelSeries": "Cancel series",
+ "EnableDebugLoggingHelp": "Debug logging should only be enabled as needed for troubleshooting purposes. The increased file system access may prevent the server machine from being able to sleep in some environments."
}
\ No newline at end of file
diff --git a/MediaBrowser.WebDashboard/dashboard-ui/strings/fr-CA.json b/MediaBrowser.WebDashboard/dashboard-ui/strings/fr-CA.json
index e524402bd7..6a4fe7424b 100644
--- a/MediaBrowser.WebDashboard/dashboard-ui/strings/fr-CA.json
+++ b/MediaBrowser.WebDashboard/dashboard-ui/strings/fr-CA.json
@@ -1,5 +1,4 @@
{
- "HeaderPlayAll": "Play All",
"LabelPrevious": "Pr\u00e9c\u00e9dent",
"LabelFinish": "Terminer",
"LabelNext": "Suivant",
@@ -25,6 +24,7 @@
"LabelPinCode": "Pin code:",
"DeleteMedia": "Delete media",
"HeaderSync": "Sync",
+ "HeaderPlayAll": "Play All",
"HeaderUpcomingNews": "Upcoming News",
"ButtonOk": "Ok",
"ButtonCancel": "Cancel",
@@ -485,9 +485,6 @@
"HeaderResult": "Result",
"OptionOverwriteExistingEpisodes": "Overwrite existing episodes",
"LabelTransferMethod": "Transfer method",
- "OptionCopy": "Copy",
- "OptionMove": "Move",
- "LabelTransferMethodHelp": "Copy or move files from the watch folder",
"HeaderLatestNews": "Latest News",
"HeaderRunningTasks": "Running Tasks",
"HeaderActiveDevices": "Active Devices",
@@ -682,24 +679,11 @@
"MessageNoAvailablePlugins": "No available plugins.",
"LabelDisplayPluginsFor": "Display plugins for:",
"PluginTabAppClassic": "Emby for Windows Media Center",
- "LabelEpisodeNamePlain": "Episode name",
- "LabelSeriesNamePlain": "Series name",
- "ValueSeriesNamePeriod": "Series.name",
- "ValueSeriesNameUnderscore": "Series_name",
- "ValueEpisodeNamePeriod": "Episode.name",
- "ValueEpisodeNameUnderscore": "Episode_name",
- "LabelSeasonNumberPlain": "Season number",
- "LabelEpisodeNumberPlain": "Episode number",
- "LabelEndingEpisodeNumberPlain": "Ending episode number",
"HeaderTypeText": "Enter Text",
"LabelTypeText": "Text",
"TabDisplay": "Display",
"TabLanguages": "Languages",
"TabAppSettings": "App Settings",
- "LabelEnableThemeSongs": "Enable theme songs",
- "LabelEnableBackdrops": "Enable backdrops",
- "LabelEnableThemeSongsHelp": "If enabled, theme songs will be played in the background while browsing the library.",
- "LabelEnableBackdropsHelp": "If enabled, backdrops will be displayed in the background of some pages while browsing the library.",
"HeaderHomePage": "Home Page",
"OptionAuto": "Auto",
"OptionYes": "Yes",
@@ -1866,5 +1850,6 @@
"AllowOnTheFlySubtitleExtractionHelp": "Embedded subtitles can be extracted from videos and delivered to Emby apps in plain text in order to help prevent video transcoding. On some systems this can take a long time and cause video playback to stall during the extraction process. Disable this to have embedded subtitles burned in with video transcoding when they are not natively supported by the client device.",
"ButtonStopRecording": "Stop Recording",
"StopRecording": "Stop recording",
- "CancelSeries": "Cancel series"
+ "CancelSeries": "Cancel series",
+ "EnableDebugLoggingHelp": "Debug logging should only be enabled as needed for troubleshooting purposes. The increased file system access may prevent the server machine from being able to sleep in some environments."
}
\ No newline at end of file
diff --git a/MediaBrowser.WebDashboard/dashboard-ui/strings/fr.json b/MediaBrowser.WebDashboard/dashboard-ui/strings/fr.json
index 28c150123d..b81db02d19 100644
--- a/MediaBrowser.WebDashboard/dashboard-ui/strings/fr.json
+++ b/MediaBrowser.WebDashboard/dashboard-ui/strings/fr.json
@@ -1,5 +1,4 @@
{
- "HeaderPlayAll": "Lire tout",
"LabelPrevious": "Pr\u00e9c\u00e9dent",
"LabelFinish": "Terminer",
"LabelNext": "Suivant",
@@ -8,7 +7,7 @@
"ThisWizardWillGuideYou": "Cet assistant vous guidera dans le processus de configuration. Pour commencer, merci de s\u00e9lectionner votre langue pr\u00e9f\u00e9r\u00e9e.",
"TellUsAboutYourself": "Parlez-nous de vous",
"ButtonQuickStartGuide": "Guide de d\u00e9marrage rapide",
- "LabelYourFirstName": "Votre pr\u00e9nom:",
+ "LabelYourFirstName": "Votre pr\u00e9nom :",
"MoreUsersCanBeAddedLater": "D'autres utilisateurs pourront \u00eatre ajout\u00e9s ult\u00e9rieurement \u00e0 partir du tableau de bord.",
"UserProfilesIntro": "Emby supporte nativement les profils utilisateurs, permettant \u00e0 chaque utilisateur d'avoir ses propres pr\u00e9f\u00e9rences d'affichage, sauvegarde de l'\u00e9tat de lecture et contr\u00f4le parental.",
"WizardCompleted": "C'est tout ce dont nous avons besoin pour l'instant. Emby a commenc\u00e9 \u00e0 collecter les informations de votre m\u00e9diath\u00e8que. Jetez un coup d'\u0153il \u00e0 quelques-unes de nos applications, puis cliquez sur Terminer<\/b> pour consulter le Tableau de bord du serveur<\/b>.",
@@ -25,6 +24,7 @@
"LabelPinCode": "Code PIN\u00a0:",
"DeleteMedia": "Supprimer le m\u00e9dia",
"HeaderSync": "Synchroniser",
+ "HeaderPlayAll": "Tout lire",
"HeaderUpcomingNews": "Actualit\u00e9s \u00e0 venir",
"ButtonOk": "Ok",
"ButtonCancel": "Annuler",
@@ -485,9 +485,6 @@
"HeaderResult": "R\u00e9sultat",
"OptionOverwriteExistingEpisodes": "Remplacer les \u00e9pisodes existants",
"LabelTransferMethod": "M\u00e9thode de transfert",
- "OptionCopy": "Copier",
- "OptionMove": "D\u00e9placer",
- "LabelTransferMethodHelp": "Copier ou d\u00e9placer des fichiers du dossier surveill\u00e9",
"HeaderLatestNews": "Actualit\u00e9s r\u00e9centes",
"HeaderRunningTasks": "T\u00e2ches en cours d'ex\u00e9cution",
"HeaderActiveDevices": "Appareils actifs",
@@ -682,24 +679,11 @@
"MessageNoAvailablePlugins": "Aucune extension disponible.",
"LabelDisplayPluginsFor": "Afficher les extensions pour :",
"PluginTabAppClassic": "Emby pour Windows Media Center",
- "LabelEpisodeNamePlain": "Nom de l'\u00e9pisode",
- "LabelSeriesNamePlain": "Nom de la s\u00e9rie",
- "ValueSeriesNamePeriod": "Series.nom",
- "ValueSeriesNameUnderscore": "Series_nom",
- "ValueEpisodeNamePeriod": "Episode.nom",
- "ValueEpisodeNameUnderscore": "Episode_name",
- "LabelSeasonNumberPlain": "Num\u00e9ro de la saison",
- "LabelEpisodeNumberPlain": "Num\u00e9ro d'\u00e9pisode",
- "LabelEndingEpisodeNumberPlain": "Num\u00e9ro du dernier \u00e9pisode",
"HeaderTypeText": "Entrer texte",
"LabelTypeText": "Texte",
"TabDisplay": "Affichage",
"TabLanguages": "Langues",
"TabAppSettings": "Param\u00e8tres d'application",
- "LabelEnableThemeSongs": "Activer les th\u00e8mes musicaux",
- "LabelEnableBackdrops": "Activer les images d'arri\u00e8re-plans",
- "LabelEnableThemeSongsHelp": "Les th\u00e8mes musicaux seront lus en arri\u00e8re-plan pendant la navigation dans la m\u00e9diath\u00e8que.",
- "LabelEnableBackdropsHelp": "Les images d'arri\u00e8re-plan seront affich\u00e9es sur certaines pages pendant la navigation dans la m\u00e9diath\u00e8que.",
"HeaderHomePage": "Accueil",
"OptionAuto": "Automatique",
"OptionYes": "Oui",
@@ -1866,5 +1850,6 @@
"AllowOnTheFlySubtitleExtractionHelp": "Les sous-titres int\u00e9gr\u00e9s peuvent \u00eatre extraits des vid\u00e9os et distribu\u00e9s aux applications Emby au format texte pour \u00e9viter le transcodage. Sur certains syst\u00e8mes, cela peut prendre du temps et arr\u00eater la lecture de la vid\u00e9o pendant le processus d'extraction. D\u00e9sactiver cette option pour graver les sous-titres avec un transcodage quand l'appareil ne les prend pas en charge nativement.",
"ButtonStopRecording": "Arr\u00eater l'enregistrement",
"StopRecording": "Arr\u00eater l'enregistrement",
- "CancelSeries": "Annuler la s\u00e9rie"
+ "CancelSeries": "Annuler la s\u00e9rie",
+ "EnableDebugLoggingHelp": "La journalisation du d\u00e9bogage ne devrait seulement \u00eatre activ\u00e9e au besoin \u00e0 des fins de d\u00e9pannage. L'augmentation de l'acc\u00e8s au syst\u00e8me de fichiers peut emp\u00eacher le serveur de tomber en veille sur certains environnements."
}
\ No newline at end of file
diff --git a/MediaBrowser.WebDashboard/dashboard-ui/strings/gsw.json b/MediaBrowser.WebDashboard/dashboard-ui/strings/gsw.json
index ebfb1d0966..dec2044a8c 100644
--- a/MediaBrowser.WebDashboard/dashboard-ui/strings/gsw.json
+++ b/MediaBrowser.WebDashboard/dashboard-ui/strings/gsw.json
@@ -1,5 +1,4 @@
{
- "HeaderPlayAll": "Play All",
"LabelPrevious": "Vorher",
"LabelFinish": "Beende",
"LabelNext": "N\u00f6chst",
@@ -25,6 +24,7 @@
"LabelPinCode": "Pin Code:",
"DeleteMedia": "Delete media",
"HeaderSync": "synchronisiere",
+ "HeaderPlayAll": "Play All",
"HeaderUpcomingNews": "Upcoming News",
"ButtonOk": "OK",
"ButtonCancel": "Abbreche",
@@ -485,9 +485,6 @@
"HeaderResult": "Result",
"OptionOverwriteExistingEpisodes": "Overwrite existing episodes",
"LabelTransferMethod": "Transfer method",
- "OptionCopy": "Copy",
- "OptionMove": "Move",
- "LabelTransferMethodHelp": "Copy or move files from the watch folder",
"HeaderLatestNews": "Latest News",
"HeaderRunningTasks": "Running Tasks",
"HeaderActiveDevices": "Active Devices",
@@ -682,24 +679,11 @@
"MessageNoAvailablePlugins": "No available plugins.",
"LabelDisplayPluginsFor": "Display plugins for:",
"PluginTabAppClassic": "Emby for Windows Media Center",
- "LabelEpisodeNamePlain": "Episode name",
- "LabelSeriesNamePlain": "Series name",
- "ValueSeriesNamePeriod": "Series.name",
- "ValueSeriesNameUnderscore": "Series_name",
- "ValueEpisodeNamePeriod": "Episode.name",
- "ValueEpisodeNameUnderscore": "Episode_name",
- "LabelSeasonNumberPlain": "Season number",
- "LabelEpisodeNumberPlain": "Episode number",
- "LabelEndingEpisodeNumberPlain": "Ending episode number",
"HeaderTypeText": "Enter Text",
"LabelTypeText": "Text",
"TabDisplay": "Display",
"TabLanguages": "Languages",
"TabAppSettings": "App Settings",
- "LabelEnableThemeSongs": "Enable theme songs",
- "LabelEnableBackdrops": "Enable backdrops",
- "LabelEnableThemeSongsHelp": "If enabled, theme songs will be played in the background while browsing the library.",
- "LabelEnableBackdropsHelp": "If enabled, backdrops will be displayed in the background of some pages while browsing the library.",
"HeaderHomePage": "Home Page",
"OptionAuto": "Auto",
"OptionYes": "Yes",
@@ -1866,5 +1850,6 @@
"AllowOnTheFlySubtitleExtractionHelp": "Embedded subtitles can be extracted from videos and delivered to Emby apps in plain text in order to help prevent video transcoding. On some systems this can take a long time and cause video playback to stall during the extraction process. Disable this to have embedded subtitles burned in with video transcoding when they are not natively supported by the client device.",
"ButtonStopRecording": "Stop Recording",
"StopRecording": "Stop recording",
- "CancelSeries": "Cancel series"
+ "CancelSeries": "Cancel series",
+ "EnableDebugLoggingHelp": "Debug logging should only be enabled as needed for troubleshooting purposes. The increased file system access may prevent the server machine from being able to sleep in some environments."
}
\ No newline at end of file
diff --git a/MediaBrowser.WebDashboard/dashboard-ui/strings/he.json b/MediaBrowser.WebDashboard/dashboard-ui/strings/he.json
index 03bdc7c8b7..158f2fea35 100644
--- a/MediaBrowser.WebDashboard/dashboard-ui/strings/he.json
+++ b/MediaBrowser.WebDashboard/dashboard-ui/strings/he.json
@@ -1,5 +1,4 @@
{
- "HeaderPlayAll": "Play All",
"LabelPrevious": "\u05d4\u05e7\u05d5\u05d3\u05dd",
"LabelFinish": "\u05e1\u05d9\u05d9\u05dd",
"LabelNext": "\u05d4\u05d1\u05d0",
@@ -25,6 +24,7 @@
"LabelPinCode": "\u05e7\u05d5\u05d3 \u05d0\u05d9\u05e9\u05d9",
"DeleteMedia": "Delete media",
"HeaderSync": "Sync",
+ "HeaderPlayAll": "Play All",
"HeaderUpcomingNews": "Upcoming News",
"ButtonOk": "\u05d0\u05e9\u05e8",
"ButtonCancel": "\u05d1\u05d8\u05dc",
@@ -485,9 +485,6 @@
"HeaderResult": "\u05ea\u05d5\u05e6\u05d0\u05d4",
"OptionOverwriteExistingEpisodes": "\u05db\u05ea\u05d5\u05d1 \u05de\u05d7\u05d3\u05e9 \u05e4\u05e8\u05e7\u05d9\u05dd \u05e7\u05d9\u05d9\u05de\u05d9\u05dd",
"LabelTransferMethod": "\u05e9\u05d9\u05d8\u05ea \u05d4\u05e2\u05d1\u05e8\u05d4",
- "OptionCopy": "\u05d4\u05e2\u05ea\u05e7",
- "OptionMove": "\u05d4\u05e2\u05d1\u05e8",
- "LabelTransferMethodHelp": "\u05d4\u05e2\u05ea\u05e7 \u05d0\u05d5 \u05d4\u05e2\u05d1\u05e8 \u05e7\u05d1\u05e6\u05d9\u05dd \u05de\u05ea\u05e7\u05d9\u05d9\u05ea \u05d4\u05de\u05e2\u05e7\u05d1",
"HeaderLatestNews": "\u05d7\u05d3\u05e9\u05d5\u05ea \u05d0\u05d7\u05e8\u05d5\u05e0\u05d5\u05ea",
"HeaderRunningTasks": "\u05de\u05e9\u05d9\u05de\u05d5\u05ea \u05e8\u05e6\u05d5\u05ea",
"HeaderActiveDevices": "\u05de\u05db\u05e9\u05d9\u05e8\u05d9\u05dd \u05e4\u05e2\u05d9\u05dc\u05d9\u05dd",
@@ -682,24 +679,11 @@
"MessageNoAvailablePlugins": "No available plugins.",
"LabelDisplayPluginsFor": "Display plugins for:",
"PluginTabAppClassic": "Emby for Windows Media Center",
- "LabelEpisodeNamePlain": "Episode name",
- "LabelSeriesNamePlain": "Series name",
- "ValueSeriesNamePeriod": "Series.name",
- "ValueSeriesNameUnderscore": "Series_name",
- "ValueEpisodeNamePeriod": "Episode.name",
- "ValueEpisodeNameUnderscore": "Episode_name",
- "LabelSeasonNumberPlain": "Season number",
- "LabelEpisodeNumberPlain": "Episode number",
- "LabelEndingEpisodeNumberPlain": "Ending episode number",
"HeaderTypeText": "Enter Text",
"LabelTypeText": "Text",
"TabDisplay": "Display",
"TabLanguages": "Languages",
"TabAppSettings": "App Settings",
- "LabelEnableThemeSongs": "Enable theme songs",
- "LabelEnableBackdrops": "Enable backdrops",
- "LabelEnableThemeSongsHelp": "If enabled, theme songs will be played in the background while browsing the library.",
- "LabelEnableBackdropsHelp": "If enabled, backdrops will be displayed in the background of some pages while browsing the library.",
"HeaderHomePage": "Home Page",
"OptionAuto": "Auto",
"OptionYes": "Yes",
@@ -1866,5 +1850,6 @@
"AllowOnTheFlySubtitleExtractionHelp": "Embedded subtitles can be extracted from videos and delivered to Emby apps in plain text in order to help prevent video transcoding. On some systems this can take a long time and cause video playback to stall during the extraction process. Disable this to have embedded subtitles burned in with video transcoding when they are not natively supported by the client device.",
"ButtonStopRecording": "Stop Recording",
"StopRecording": "Stop recording",
- "CancelSeries": "Cancel series"
+ "CancelSeries": "Cancel series",
+ "EnableDebugLoggingHelp": "Debug logging should only be enabled as needed for troubleshooting purposes. The increased file system access may prevent the server machine from being able to sleep in some environments."
}
\ No newline at end of file
diff --git a/MediaBrowser.WebDashboard/dashboard-ui/strings/hi-IN.json b/MediaBrowser.WebDashboard/dashboard-ui/strings/hi-IN.json
index 24db598d7f..cafc5b2091 100644
--- a/MediaBrowser.WebDashboard/dashboard-ui/strings/hi-IN.json
+++ b/MediaBrowser.WebDashboard/dashboard-ui/strings/hi-IN.json
@@ -1,5 +1,4 @@
{
- "HeaderPlayAll": "Play All",
"LabelPrevious": "\u092a\u093f\u091b\u0932\u093e",
"LabelFinish": "\u0938\u092e\u093e\u092a\u094d\u0924",
"LabelNext": "\u0905\u0917\u0932\u093e",
@@ -25,6 +24,7 @@
"LabelPinCode": "\u092a\u093f\u0928 \u0915\u094b\u0921:",
"DeleteMedia": "Delete media",
"HeaderSync": "Sync",
+ "HeaderPlayAll": "Play All",
"HeaderUpcomingNews": "Upcoming News",
"ButtonOk": "Ok",
"ButtonCancel": "Cancel",
@@ -485,9 +485,6 @@
"HeaderResult": "Result",
"OptionOverwriteExistingEpisodes": "Overwrite existing episodes",
"LabelTransferMethod": "Transfer method",
- "OptionCopy": "Copy",
- "OptionMove": "Move",
- "LabelTransferMethodHelp": "Copy or move files from the watch folder",
"HeaderLatestNews": "Latest News",
"HeaderRunningTasks": "Running Tasks",
"HeaderActiveDevices": "Active Devices",
@@ -682,24 +679,11 @@
"MessageNoAvailablePlugins": "No available plugins.",
"LabelDisplayPluginsFor": "Display plugins for:",
"PluginTabAppClassic": "Emby for Windows Media Center",
- "LabelEpisodeNamePlain": "Episode name",
- "LabelSeriesNamePlain": "Series name",
- "ValueSeriesNamePeriod": "Series.name",
- "ValueSeriesNameUnderscore": "Series_name",
- "ValueEpisodeNamePeriod": "Episode.name",
- "ValueEpisodeNameUnderscore": "Episode_name",
- "LabelSeasonNumberPlain": "Season number",
- "LabelEpisodeNumberPlain": "Episode number",
- "LabelEndingEpisodeNumberPlain": "Ending episode number",
"HeaderTypeText": "Enter Text",
"LabelTypeText": "Text",
"TabDisplay": "Display",
"TabLanguages": "Languages",
"TabAppSettings": "App Settings",
- "LabelEnableThemeSongs": "Enable theme songs",
- "LabelEnableBackdrops": "Enable backdrops",
- "LabelEnableThemeSongsHelp": "If enabled, theme songs will be played in the background while browsing the library.",
- "LabelEnableBackdropsHelp": "If enabled, backdrops will be displayed in the background of some pages while browsing the library.",
"HeaderHomePage": "Home Page",
"OptionAuto": "Auto",
"OptionYes": "Yes",
@@ -1866,5 +1850,6 @@
"AllowOnTheFlySubtitleExtractionHelp": "Embedded subtitles can be extracted from videos and delivered to Emby apps in plain text in order to help prevent video transcoding. On some systems this can take a long time and cause video playback to stall during the extraction process. Disable this to have embedded subtitles burned in with video transcoding when they are not natively supported by the client device.",
"ButtonStopRecording": "Stop Recording",
"StopRecording": "Stop recording",
- "CancelSeries": "Cancel series"
+ "CancelSeries": "Cancel series",
+ "EnableDebugLoggingHelp": "Debug logging should only be enabled as needed for troubleshooting purposes. The increased file system access may prevent the server machine from being able to sleep in some environments."
}
\ No newline at end of file
diff --git a/MediaBrowser.WebDashboard/dashboard-ui/strings/hr.json b/MediaBrowser.WebDashboard/dashboard-ui/strings/hr.json
index 34e1cae6ca..40d700893e 100644
--- a/MediaBrowser.WebDashboard/dashboard-ui/strings/hr.json
+++ b/MediaBrowser.WebDashboard/dashboard-ui/strings/hr.json
@@ -1,5 +1,4 @@
{
- "HeaderPlayAll": "Play All",
"LabelPrevious": "Prethodni",
"LabelFinish": "Kraj",
"LabelNext": "Sljede\u0107i",
@@ -25,6 +24,7 @@
"LabelPinCode": "PIN:",
"DeleteMedia": "Delete media",
"HeaderSync": "Sink.",
+ "HeaderPlayAll": "Play All",
"HeaderUpcomingNews": "Upcoming News",
"ButtonOk": "U redu",
"ButtonCancel": "Odustani",
@@ -485,9 +485,6 @@
"HeaderResult": "Rezultat",
"OptionOverwriteExistingEpisodes": "Presnimi preko postoje\u0107ih epizoda",
"LabelTransferMethod": "Na\u010din prijenosa",
- "OptionCopy": "Kopiraj",
- "OptionMove": "Premjesti",
- "LabelTransferMethodHelp": "Kopiraj ili premjesti datoteke iz mape koju ste postavili da se nadzire",
"HeaderLatestNews": "Zadnje vijesti",
"HeaderRunningTasks": "Zadatci koji se izvode",
"HeaderActiveDevices": "Aktivni ure\u0111aji",
@@ -682,24 +679,11 @@
"MessageNoAvailablePlugins": "Nema odgovaraju\u0107ih dodataka.",
"LabelDisplayPluginsFor": "Prika\u017ei dodatak za:",
"PluginTabAppClassic": "Emby for Windows Media Center",
- "LabelEpisodeNamePlain": "Ime epizode",
- "LabelSeriesNamePlain": "Ime serije",
- "ValueSeriesNamePeriod": "serija.ime",
- "ValueSeriesNameUnderscore": "serija_ime",
- "ValueEpisodeNamePeriod": "epizoda.ime",
- "ValueEpisodeNameUnderscore": "epizoda_ime",
- "LabelSeasonNumberPlain": "Broj sezone",
- "LabelEpisodeNumberPlain": "Broj epizode",
- "LabelEndingEpisodeNumberPlain": "Broj kraja epizode",
"HeaderTypeText": "Unesite tekst",
"LabelTypeText": "Tekst",
"TabDisplay": "Prikaz",
"TabLanguages": "Jezici",
"TabAppSettings": "Postavke aplikacije",
- "LabelEnableThemeSongs": "Omogu\u0107i pjesme tema",
- "LabelEnableBackdrops": "Omogu\u0107i pozadinu",
- "LabelEnableThemeSongsHelp": "Ako je omogu\u0107eno, pjesma teme igrati \u0107e u pozadini tijekom pregledavanja biblioteke.",
- "LabelEnableBackdropsHelp": "Ako je omogu\u0107eno, oslikane pozadine \u0107e biti prikazane u pozadini nekih stranica tijekom pregledavanja biblioteke.",
"HeaderHomePage": "Po\u010detna stranica",
"OptionAuto": "Automatski",
"OptionYes": "Da",
@@ -1866,5 +1850,6 @@
"AllowOnTheFlySubtitleExtractionHelp": "Embedded subtitles can be extracted from videos and delivered to Emby apps in plain text in order to help prevent video transcoding. On some systems this can take a long time and cause video playback to stall during the extraction process. Disable this to have embedded subtitles burned in with video transcoding when they are not natively supported by the client device.",
"ButtonStopRecording": "Stop Recording",
"StopRecording": "Stop recording",
- "CancelSeries": "Cancel series"
+ "CancelSeries": "Cancel series",
+ "EnableDebugLoggingHelp": "Debug logging should only be enabled as needed for troubleshooting purposes. The increased file system access may prevent the server machine from being able to sleep in some environments."
}
\ No newline at end of file
diff --git a/MediaBrowser.WebDashboard/dashboard-ui/strings/hu.json b/MediaBrowser.WebDashboard/dashboard-ui/strings/hu.json
index 074507395c..82e68674c5 100644
--- a/MediaBrowser.WebDashboard/dashboard-ui/strings/hu.json
+++ b/MediaBrowser.WebDashboard/dashboard-ui/strings/hu.json
@@ -1,5 +1,4 @@
{
- "HeaderPlayAll": "Play All",
"LabelPrevious": "El\u0151z\u0151",
"LabelFinish": "Befejez",
"LabelNext": "K\u00f6vetkez\u0151",
@@ -25,6 +24,7 @@
"LabelPinCode": "Pin k\u00f3d:",
"DeleteMedia": "M\u00e9dia t\u00f6rl\u00e9se",
"HeaderSync": "Sync",
+ "HeaderPlayAll": "Play All",
"HeaderUpcomingNews": "Upcoming News",
"ButtonOk": "Ok",
"ButtonCancel": "M\u00e9gsem",
@@ -485,9 +485,6 @@
"HeaderResult": "Result",
"OptionOverwriteExistingEpisodes": "Overwrite existing episodes",
"LabelTransferMethod": "Transfer method",
- "OptionCopy": "Copy",
- "OptionMove": "Move",
- "LabelTransferMethodHelp": "Copy or move files from the watch folder",
"HeaderLatestNews": "Friss h\u00edrek",
"HeaderRunningTasks": "Fut\u00f3 folyamatok",
"HeaderActiveDevices": "Akt\u00edv eszk\u00f6z\u00f6k",
@@ -682,24 +679,11 @@
"MessageNoAvailablePlugins": "No available plugins.",
"LabelDisplayPluginsFor": "Megjelen\u00edtend\u0151 b\u0151v\u00edtm\u00e9nyek:",
"PluginTabAppClassic": "Emby for Windows Media Center",
- "LabelEpisodeNamePlain": "Episode name",
- "LabelSeriesNamePlain": "Series name",
- "ValueSeriesNamePeriod": "Series.name",
- "ValueSeriesNameUnderscore": "Series_name",
- "ValueEpisodeNamePeriod": "Episode.name",
- "ValueEpisodeNameUnderscore": "Episode_name",
- "LabelSeasonNumberPlain": "Season number",
- "LabelEpisodeNumberPlain": "Epiz\u00f3d sz\u00e1ma",
- "LabelEndingEpisodeNumberPlain": "Befejez\u0151 epiz\u00f3d sz\u00e1ma",
"HeaderTypeText": "Enter Text",
"LabelTypeText": "Text",
"TabDisplay": "Megjelen\u00edt\u00e9s",
"TabLanguages": "Nyelv",
"TabAppSettings": "App Settings",
- "LabelEnableThemeSongs": "F\u0151c\u00edm dalok enged\u00e9lyez\u00e9se",
- "LabelEnableBackdrops": "H\u00e1tt\u00e9rk\u00e9pek enged\u00e9lyezve",
- "LabelEnableThemeSongsHelp": "Ha enged\u00e9lyezve van, a f\u0151c\u00edm dalok a h\u00e1tt\u00e9rben j\u00e1tsz\u00f3dnak le a k\u00f6nyvt\u00e1r b\u00f6ng\u00e9sz\u00e9se k\u00f6zben.",
- "LabelEnableBackdropsHelp": "Ha enged\u00e9lyezve van, akkor a h\u00e1tt\u00e9rk\u00e9pek a k\u00f6nyvt\u00e1r b\u00f6ng\u00e9sz\u00e9se k\u00f6zben n\u00e9h\u00e1ny oldal h\u00e1tter\u00e9ben jelennek meg.",
"HeaderHomePage": "Kezd\u0151 Oldal",
"OptionAuto": "Auto",
"OptionYes": "Igen",
@@ -1866,5 +1850,6 @@
"AllowOnTheFlySubtitleExtractionHelp": "Embedded subtitles can be extracted from videos and delivered to Emby apps in plain text in order to help prevent video transcoding. On some systems this can take a long time and cause video playback to stall during the extraction process. Disable this to have embedded subtitles burned in with video transcoding when they are not natively supported by the client device.",
"ButtonStopRecording": "Stop Recording",
"StopRecording": "Stop recording",
- "CancelSeries": "Cancel series"
+ "CancelSeries": "Cancel series",
+ "EnableDebugLoggingHelp": "Debug logging should only be enabled as needed for troubleshooting purposes. The increased file system access may prevent the server machine from being able to sleep in some environments."
}
\ No newline at end of file
diff --git a/MediaBrowser.WebDashboard/dashboard-ui/strings/id.json b/MediaBrowser.WebDashboard/dashboard-ui/strings/id.json
index bd8971ca4b..3c4f0c4b8e 100644
--- a/MediaBrowser.WebDashboard/dashboard-ui/strings/id.json
+++ b/MediaBrowser.WebDashboard/dashboard-ui/strings/id.json
@@ -1,5 +1,4 @@
{
- "HeaderPlayAll": "Play All",
"LabelPrevious": "Sebelumnya",
"LabelFinish": "Selesai",
"LabelNext": "Berikutnya",
@@ -25,6 +24,7 @@
"LabelPinCode": "Kode Pin:",
"DeleteMedia": "Delete media",
"HeaderSync": "Sync",
+ "HeaderPlayAll": "Play All",
"HeaderUpcomingNews": "Upcoming News",
"ButtonOk": "Ok",
"ButtonCancel": "Cancel",
@@ -485,9 +485,6 @@
"HeaderResult": "Result",
"OptionOverwriteExistingEpisodes": "Overwrite existing episodes",
"LabelTransferMethod": "Transfer method",
- "OptionCopy": "Copy",
- "OptionMove": "Move",
- "LabelTransferMethodHelp": "Copy or move files from the watch folder",
"HeaderLatestNews": "Latest News",
"HeaderRunningTasks": "Running Tasks",
"HeaderActiveDevices": "Active Devices",
@@ -682,24 +679,11 @@
"MessageNoAvailablePlugins": "No available plugins.",
"LabelDisplayPluginsFor": "Display plugins for:",
"PluginTabAppClassic": "Emby for Windows Media Center",
- "LabelEpisodeNamePlain": "Episode name",
- "LabelSeriesNamePlain": "Series name",
- "ValueSeriesNamePeriod": "Series.name",
- "ValueSeriesNameUnderscore": "Series_name",
- "ValueEpisodeNamePeriod": "Episode.name",
- "ValueEpisodeNameUnderscore": "Episode_name",
- "LabelSeasonNumberPlain": "Season number",
- "LabelEpisodeNumberPlain": "Episode number",
- "LabelEndingEpisodeNumberPlain": "Ending episode number",
"HeaderTypeText": "Enter Text",
"LabelTypeText": "Text",
"TabDisplay": "Display",
"TabLanguages": "Languages",
"TabAppSettings": "App Settings",
- "LabelEnableThemeSongs": "Enable theme songs",
- "LabelEnableBackdrops": "Enable backdrops",
- "LabelEnableThemeSongsHelp": "If enabled, theme songs will be played in the background while browsing the library.",
- "LabelEnableBackdropsHelp": "If enabled, backdrops will be displayed in the background of some pages while browsing the library.",
"HeaderHomePage": "Home Page",
"OptionAuto": "Auto",
"OptionYes": "Yes",
@@ -1866,5 +1850,6 @@
"AllowOnTheFlySubtitleExtractionHelp": "Embedded subtitles can be extracted from videos and delivered to Emby apps in plain text in order to help prevent video transcoding. On some systems this can take a long time and cause video playback to stall during the extraction process. Disable this to have embedded subtitles burned in with video transcoding when they are not natively supported by the client device.",
"ButtonStopRecording": "Stop Recording",
"StopRecording": "Stop recording",
- "CancelSeries": "Cancel series"
+ "CancelSeries": "Cancel series",
+ "EnableDebugLoggingHelp": "Debug logging should only be enabled as needed for troubleshooting purposes. The increased file system access may prevent the server machine from being able to sleep in some environments."
}
\ No newline at end of file
diff --git a/MediaBrowser.WebDashboard/dashboard-ui/strings/it.json b/MediaBrowser.WebDashboard/dashboard-ui/strings/it.json
index 457d250427..9c3ab232dc 100644
--- a/MediaBrowser.WebDashboard/dashboard-ui/strings/it.json
+++ b/MediaBrowser.WebDashboard/dashboard-ui/strings/it.json
@@ -1,5 +1,4 @@
{
- "HeaderPlayAll": "Riproduci Tutti",
"LabelPrevious": "Precedente",
"LabelFinish": "Finito",
"LabelNext": "Prossimo",
@@ -25,6 +24,7 @@
"LabelPinCode": "Codice pin:",
"DeleteMedia": "Elimina media",
"HeaderSync": "Sinc.",
+ "HeaderPlayAll": "Riproduci Tutti",
"HeaderUpcomingNews": "Notizie in Arrivo",
"ButtonOk": "Ok",
"ButtonCancel": "Annulla",
@@ -485,9 +485,6 @@
"HeaderResult": "Risultato",
"OptionOverwriteExistingEpisodes": "Sovrascrivi gli episodi esistenti",
"LabelTransferMethod": "Metodo di trasferimento",
- "OptionCopy": "Copia",
- "OptionMove": "Sposta",
- "LabelTransferMethodHelp": "Copia o sposta i file dalla cartella monitorata",
"HeaderLatestNews": "Ultime Novit\u00e0",
"HeaderRunningTasks": "Operazioni in corso",
"HeaderActiveDevices": "Dispositivi Connessi",
@@ -682,24 +679,11 @@
"MessageNoAvailablePlugins": "Nessun plugin disponibile.",
"LabelDisplayPluginsFor": "Mostra plugin per:",
"PluginTabAppClassic": "Emby per Windows Media Center",
- "LabelEpisodeNamePlain": "Nome Episodio",
- "LabelSeriesNamePlain": "Nome Serie",
- "ValueSeriesNamePeriod": "Nome Serie",
- "ValueSeriesNameUnderscore": "Nome Serie",
- "ValueEpisodeNamePeriod": "Titolo Episodio",
- "ValueEpisodeNameUnderscore": "Titolo Episodio",
- "LabelSeasonNumberPlain": "Stagione numero",
- "LabelEpisodeNumberPlain": "Episodio numero",
- "LabelEndingEpisodeNumberPlain": "Numero ultimo episodio",
"HeaderTypeText": "Inserisci il testo",
"LabelTypeText": "Testo",
"TabDisplay": "Schermo",
"TabLanguages": "Lingue",
"TabAppSettings": "Impostazioni app",
- "LabelEnableThemeSongs": "Abilita tema canzoni",
- "LabelEnableBackdrops": "Abilita gli sfondi",
- "LabelEnableThemeSongsHelp": "Se abiltato le canzoni a tema saranno riprodotte mentre visualizzi la tua libreria",
- "LabelEnableBackdropsHelp": "Se abilitato gli sfondi verranno riprodotti mentre visualizzi la tua libreria",
"HeaderHomePage": "Pagina Iniziale",
"OptionAuto": "Automatico",
"OptionYes": "Si",
@@ -1866,5 +1850,6 @@
"AllowOnTheFlySubtitleExtractionHelp": "I sottotitoli incorporati possono essere estratti dai video e consegnati ad applicazioni Emby in testo semplice per evitare la transcodifica dei video. In alcuni sistemi questo pu\u00f2 richiedere molto tempo e causare un rallentamento della riproduzione video durante il processo di estrazione. Disattivare questa opzione per avere i sottotitoli incorporati con la transcodifica video quando non sono supportati nativamente dal dispositivo client.",
"ButtonStopRecording": "Ferma Registrazione",
"StopRecording": "Ferma registrazione",
- "CancelSeries": "Annulla Serie"
+ "CancelSeries": "Annulla Serie",
+ "EnableDebugLoggingHelp": "Debug logging should only be enabled as needed for troubleshooting purposes. The increased file system access may prevent the server machine from being able to sleep in some environments."
}
\ No newline at end of file
diff --git a/MediaBrowser.WebDashboard/dashboard-ui/strings/kk.json b/MediaBrowser.WebDashboard/dashboard-ui/strings/kk.json
index e1896eec1d..b174960f24 100644
--- a/MediaBrowser.WebDashboard/dashboard-ui/strings/kk.json
+++ b/MediaBrowser.WebDashboard/dashboard-ui/strings/kk.json
@@ -1,5 +1,4 @@
{
- "HeaderPlayAll": "Play All",
"LabelPrevious": "\u0410\u043b\u0434\u044b\u04a3\u0493\u044b",
"LabelFinish": "\u0410\u044f\u049b\u0442\u0430\u0443",
"LabelNext": "\u041a\u0435\u043b\u0435\u0441\u0456",
@@ -25,6 +24,7 @@
"LabelPinCode": "PIN-\u043a\u043e\u0434:",
"DeleteMedia": "\u0422\u0430\u0441\u044b\u0493\u044b\u0448\u0434\u0435\u0440\u0435\u043a\u0442\u0456 \u0436\u043e\u044e",
"HeaderSync": "\u04ae\u043d\u0434\u0435\u0441\u0442\u0456\u0440\u0443",
+ "HeaderPlayAll": "\u0411\u04d9\u0440\u0456\u043d \u043e\u0439\u043d\u0430\u0442\u0443",
"HeaderUpcomingNews": "\u041a\u04af\u0442\u0456\u043b\u0433\u0435\u043d \u0436\u0430\u04a3\u0430\u043b\u044b\u049b\u0442\u0430\u0440",
"ButtonOk": "\u0416\u0430\u0440\u0430\u0439\u0434\u044b",
"ButtonCancel": "\u0411\u043e\u043b\u0434\u044b\u0440\u043c\u0430\u0443",
@@ -485,9 +485,6 @@
"HeaderResult": "\u041d\u04d9\u0442\u0438\u0436\u0435",
"OptionOverwriteExistingEpisodes": "\u0411\u0430\u0440 \u0431\u04e9\u043b\u0456\u043c\u0434\u0435\u0440\u0434\u0456 \u049b\u0430\u0439\u0442\u0430 \u0436\u0430\u0437\u0443",
"LabelTransferMethod": "\u0410\u0443\u044b\u0441\u0442\u044b\u0440\u0443 \u04d9\u0434\u0456\u0441\u0456",
- "OptionCopy": "\u041a\u04e9\u0448\u0456\u0440\u0443",
- "OptionMove": "\u0416\u044b\u043b\u0436\u044b\u0442\u0443",
- "LabelTransferMethodHelp": "\u049a\u0430\u0434\u0430\u0493\u0430\u043b\u0430\u0443\u0434\u0430\u0493\u044b \u049b\u0430\u043b\u0442\u0430\u0434\u0430\u043d \u0444\u0430\u0439\u043b\u0434\u0430\u0440\u0434\u044b \u043a\u04e9\u0448\u0456\u0440\u0443 \u043d\u0435 \u0436\u044b\u043b\u0436\u044b\u0442\u0443",
"HeaderLatestNews": "\u0415\u04a3 \u043a\u0435\u0439\u0456\u04a3\u0433\u0456 \u0436\u0430\u04a3\u0430\u043b\u044b\u049b\u0442\u0430\u0440",
"HeaderRunningTasks": "\u041e\u0440\u044b\u043d\u0434\u0430\u043b\u044b\u043f \u0436\u0430\u0442\u049b\u0430\u043d \u0442\u0430\u043f\u0441\u044b\u0440\u043c\u0430\u043b\u0430\u0440",
"HeaderActiveDevices": "\u0411\u0435\u043b\u0441\u0435\u043d\u0434\u0456 \u049b\u04b1\u0440\u044b\u043b\u0493\u044b\u043b\u0430\u0440",
@@ -682,24 +679,11 @@
"MessageNoAvailablePlugins": "\u049a\u043e\u043b \u0436\u0435\u0442\u0456\u043c\u0434\u0456 \u043f\u043b\u0430\u0433\u0438\u043d\u0434\u0435\u0440 \u0436\u043e\u049b",
"LabelDisplayPluginsFor": "\u041f\u043b\u0430\u0433\u0438\u043d\u0434\u0435\u0440\u0434\u0456 \u043c\u044b\u043d\u0430\u0493\u0430\u043d \u0431\u0435\u0439\u043d\u0435\u043b\u0435\u0443:",
"PluginTabAppClassic": "WMC \u04af\u0448\u0456\u043d Emby",
- "LabelEpisodeNamePlain": "\u0411\u04e9\u043b\u0456\u043c \u0430\u0442\u0430\u0443\u044b",
- "LabelSeriesNamePlain": "\u0422\u0435\u043b\u0435\u0445\u0438\u043a\u0430\u044f \u0430\u0442\u0430\u0443\u044b",
- "ValueSeriesNamePeriod": "\u0422\u0435\u043b\u0435\u0445\u0438\u043a\u0430\u044f.\u0430\u0442\u0430\u0443\u044b",
- "ValueSeriesNameUnderscore": "\u0422\u043e\u043f\u0442\u0430\u043c\u0430_\u0430\u0442\u0430\u0443\u044b",
- "ValueEpisodeNamePeriod": "\u0411\u04e9\u043b\u0456\u043c.\u0430\u0442\u044b",
- "ValueEpisodeNameUnderscore": "\u0411\u04e9\u043b\u0456\u043c_\u0430\u0442\u044b",
- "LabelSeasonNumberPlain": "\u041c\u0430\u0443\u0441\u044b\u043c \u043d\u04e9\u043c\u0456\u0440\u0456",
- "LabelEpisodeNumberPlain": "\u0411\u04e9\u043b\u0456\u043c \u043d\u04e9\u043c\u0456\u0440\u0456",
- "LabelEndingEpisodeNumberPlain": "\u0410\u044f\u049b\u0442\u0430\u0443\u0448\u044b \u0431\u04e9\u043b\u0456\u043c\u0434\u0456\u04a3 \u043d\u04e9\u043c\u0456\u0440\u0456",
"HeaderTypeText": "\u041c\u04d9\u0442\u0456\u043d\u0434\u0456 \u0435\u043d\u0433\u0456\u0437\u0443",
"LabelTypeText": "\u041c\u04d9\u0442\u0456\u043d",
"TabDisplay": "\u0411\u0435\u0439\u043d\u0435\u043b\u0435\u0443",
"TabLanguages": "\u0422\u0456\u043b\u0434\u0435\u0440",
"TabAppSettings": "\u049a\u043e\u043b\u0434\u0430\u043d\u0431\u0430 \u043f\u0430\u0440\u0430\u043c\u0435\u0442\u0440\u043b\u0435\u0440\u0456",
- "LabelEnableThemeSongs": "\u0422\u0430\u049b\u044b\u0440\u044b\u043f\u0442\u044b\u049b \u04d9\u0443\u0435\u043d\u0434\u0435\u0440\u0434\u0456 \u049b\u043e\u0441\u0443",
- "LabelEnableBackdrops": "\u0410\u0440\u0442\u049b\u044b \u0441\u0443\u0440\u0435\u0442\u0442\u0435\u0440\u0434\u0456 \u049b\u043e\u0441\u0443",
- "LabelEnableThemeSongsHelp": "\u049a\u043e\u0441\u044b\u043b\u0493\u0430\u043d\u0434\u0430, \u0442\u0430\u0441\u044b\u0493\u044b\u0448\u0445\u0430\u043d\u0430\u043d\u044b \u0448\u043e\u043b\u0443 \u043a\u0435\u0437\u0456\u043d\u0434\u0435 \u0442\u0430\u049b\u044b\u0440\u044b\u043f\u0442\u044b\u049b \u04d9\u0443\u0435\u043d\u0434\u0435\u0440 \u04e9\u04a3\u0434\u0435 \u043e\u0439\u043d\u0430\u0442\u044b\u043b\u0430\u0434\u044b.",
- "LabelEnableBackdropsHelp": "\u049a\u043e\u0441\u044b\u043b\u0493\u0430\u043d\u0434\u0430, \u0430\u0440\u0442\u049b\u044b \u0441\u0443\u0440\u0435\u0442\u0442\u0435\u0440 \u0442\u0430\u0441\u044b\u0493\u044b\u0448\u0445\u0430\u043d\u0430\u043d\u044b \u0448\u043e\u043b\u0443 \u043a\u0435\u0437\u0456\u043d\u0434\u0435 \u043a\u0435\u0439\u0431\u0456\u0440 \u0431\u0435\u0442\u0442\u0435\u0440\u0434\u0435 \u04e9\u04a3\u0434\u0435 \u0431\u0435\u0439\u043d\u0435\u043b\u0435\u043d\u0435\u0434\u0456.",
"HeaderHomePage": "\u0411\u0430\u0441\u0442\u044b \u0431\u0435\u0442",
"OptionAuto": "\u0410\u0432\u0442\u043e\u043c\u0430\u0442\u0442\u044b",
"OptionYes": "\u0418\u04d9",
@@ -1866,5 +1850,6 @@
"AllowOnTheFlySubtitleExtractionHelp": "\u0411\u0435\u0439\u043d\u0435 \u049b\u0430\u0439\u0442\u0430 \u043a\u043e\u0434\u0442\u0430\u0443\u044b\u043d\u0430 \u0442\u0438\u044b\u043c \u0441\u0430\u043b\u0443\u0493\u0430 \u043a\u04e9\u043c\u0435\u043a\u0442\u0435\u0441\u0443 \u04af\u0448\u0456\u043d \u0435\u043d\u0434\u0456\u0440\u0456\u043b\u0433\u0435\u043d \u0441\u0443\u0431\u0442\u0438\u0442\u0440\u043b\u0435\u0440 \u0431\u0435\u0439\u043d\u0435\u0434\u0435\u043d \u0448\u044b\u0493\u0430\u0440\u044b\u043b\u044b\u043f, Emby \u049b\u043e\u043b\u0434\u0430\u043d\u0431\u0430\u043b\u0430\u0440\u044b\u043d\u0430 \u043a\u04d9\u0434\u0456\u043c\u0433\u0456 \u043c\u04d9\u0442\u0456\u043d\u0433\u0435 \u043f\u0456\u0448\u0456\u043c\u0456\u043d\u0434\u0435 \u0436\u0435\u0442\u043a\u0456\u0437\u0456\u043b\u0443 \u043c\u04af\u043c\u043a\u0456\u043d. \u041a\u0435\u0439\u0431\u0456\u0440 \u0436\u04af\u0439\u0435\u043b\u0435\u0440\u0434\u0435 \u0431\u04b1\u0493\u0430\u043d \u04b1\u0437\u0430\u049b \u0443\u0430\u049b\u044b\u0442 \u043a\u0435\u0442\u0443\u0456 \u0436\u04d9\u043d\u0435 \u0448\u044b\u0493\u0430\u0440\u0443 \u04af\u0440\u0434\u0456\u0441\u0456 \u0431\u0430\u0440\u044b\u0441\u044b\u043d\u0434\u0430 \u0431\u0435\u0439\u043d\u0435 \u043e\u0439\u043d\u0430\u0442\u0443 \u0442\u043e\u049b\u0442\u0430\u0442\u044b\u043b\u0443\u044b \u043c\u04af\u043c\u043a\u0456\u043d. \u0422\u04b1\u0442\u044b\u043d\u0493\u044b\u0448 \u049b\u04b1\u0440\u044b\u043b\u0493\u044b\u0434\u0430 \u043e\u043b\u0430\u0440\u0493\u0430 \u049b\u043e\u043b\u0434\u0430\u0443 \u043a\u04e9\u0440\u0441\u0435\u0442\u0456\u043b\u043c\u0435\u0433\u0435\u043d \u043a\u0435\u0437\u0434\u0435, \u0431\u0435\u0439\u043d\u0435 \u049b\u0430\u0439\u0442\u0430 \u043a\u043e\u0434\u0442\u0430\u043b\u0443 \u0430\u0440\u049b\u044b\u043b\u044b \u0435\u043d\u0434\u0456\u0440\u0456\u043b\u0433\u0435\u043d \u0441\u0443\u0431\u0442\u0438\u0442\u0440\u043b\u0435\u0440 \u0436\u0430\u0437\u044b\u043b\u0443\u044b \u04af\u0448\u0456\u043d \u043e\u043d\u044b \u04e9\u0448\u0456\u0440\u0456\u04a3\u0456\u0437.",
"ButtonStopRecording": "\u0416\u0430\u0437\u0443\u0434\u044b \u0442\u043e\u049b\u0442\u0430\u0442\u0443",
"StopRecording": "\u0416\u0430\u0437\u0443\u0434\u044b \u0442\u043e\u049b\u0442\u0430\u0442\u0443",
- "CancelSeries": "\u0422\u0435\u043b\u0435\u0445\u0438\u043a\u0430\u044f\u043d\u044b \u0431\u043e\u043b\u0434\u044b\u0440\u043c\u0430\u0443"
+ "CancelSeries": "\u0422\u0435\u043b\u0435\u0445\u0438\u043a\u0430\u044f\u043d\u044b \u0431\u043e\u043b\u0434\u044b\u0440\u043c\u0430\u0443",
+ "EnableDebugLoggingHelp": "\u0410\u049b\u0430\u0443\u043b\u044b\u049b\u0442\u0430\u0440\u0434\u044b \u0436\u043e\u044e \u0436\u0443\u0440\u043d\u0430\u043b\u044b\u043d \u0442\u0435\u043a \u049b\u0430\u0436\u0435\u0442 \u0431\u043e\u043b\u0493\u0430\u043d \u0436\u0430\u0493\u0434\u0430\u0439\u0434\u0430 \u049b\u043e\u0441\u0443 \u043a\u0435\u0440\u0435\u043a. \u0424\u0430\u0439\u043b\u0434\u044b\u049b \u0436\u04af\u0439\u0435\u0433\u0435 \u049b\u0430\u0442\u044b\u043d\u0430\u0443 \u043a\u04e9\u0431\u0435\u044e\u0456 \u043a\u0435\u0439\u0431\u0456\u0440 \u043e\u0440\u0442\u0430\u043b\u0430\u0440\u0434\u0430 \u0441\u0435\u0440\u0432\u0435\u0440 \u043a\u043e\u043c\u043f\u044c\u044e\u0442\u0435\u0440\u0456\u043d\u0435 \u04b1\u0439\u044b\u049b\u0442\u0430\u0443\u0493\u0430 \u0436\u043e\u043b \u0431\u0435\u0440\u043c\u0435\u0439\u0434\u0456."
}
\ No newline at end of file
diff --git a/MediaBrowser.WebDashboard/dashboard-ui/strings/ko.json b/MediaBrowser.WebDashboard/dashboard-ui/strings/ko.json
index c64c365a49..c2a2f9fe56 100644
--- a/MediaBrowser.WebDashboard/dashboard-ui/strings/ko.json
+++ b/MediaBrowser.WebDashboard/dashboard-ui/strings/ko.json
@@ -1,5 +1,4 @@
{
- "HeaderPlayAll": "Play All",
"LabelPrevious": "\uc774\uc804",
"LabelFinish": "\ub05d\ub0b4\uae30",
"LabelNext": "\ub2e4\uc74c",
@@ -25,6 +24,7 @@
"LabelPinCode": "PIN \ucf54\ub4dc:",
"DeleteMedia": "\ubbf8\ub514\uc5b4 \uc9c0\uc6b0\uae30",
"HeaderSync": "\ub3d9\uae30\ud654",
+ "HeaderPlayAll": "Play All",
"HeaderUpcomingNews": "Upcoming News",
"ButtonOk": "OK",
"ButtonCancel": "\ucde8\uc18c",
@@ -485,9 +485,6 @@
"HeaderResult": "\uacb0\uacfc",
"OptionOverwriteExistingEpisodes": "\ud604\uc7ac \uc5d0\ud53c\uc18c\ub4dc \ub36e\uc5b4\uc4f0\uae30",
"LabelTransferMethod": "Transfer method",
- "OptionCopy": "\ubcf5\uc0ac",
- "OptionMove": "\uc774\ub3d9",
- "LabelTransferMethodHelp": "\uac10\uc2dc \ud3f4\ub354\uc5d0\uc11c \ubcf5\uc0ac \ub610\ub294 \uc774\ub3d9",
"HeaderLatestNews": "\ucd5c\uadfc \ub274\uc2a4",
"HeaderRunningTasks": "\uc2e4\ud589\uc911\uc778 \uc791\uc5c5",
"HeaderActiveDevices": "\ud65c\uc131 \uae30\uae30",
@@ -682,24 +679,11 @@
"MessageNoAvailablePlugins": "No available plugins.",
"LabelDisplayPluginsFor": "Display plugins for:",
"PluginTabAppClassic": "Emby for Windows Media Center",
- "LabelEpisodeNamePlain": "\uc5d0\ud53c\uc18c\ub4dc \uc81c\ubaa9",
- "LabelSeriesNamePlain": "\uc2dc\ub9ac\uc988 \uc81c\ubaa9",
- "ValueSeriesNamePeriod": "\uc2dc\ub9ac\uc988.\uc81c\ubaa9",
- "ValueSeriesNameUnderscore": "\uc2dc\ub9ac\uc988_\uc81c\ubaa9",
- "ValueEpisodeNamePeriod": "\uc5d0\ud53c\uc18c\ub4dc.\uc81c\ubaa9",
- "ValueEpisodeNameUnderscore": "\uc5d0\ud53c\uc18c\ub4dc_\uc81c\ubaa9",
- "LabelSeasonNumberPlain": "\uc2dc\uc98c \ubc88\ud638",
- "LabelEpisodeNumberPlain": "\uc5d0\ud53c\uc18c\ub4dc \ubc88\ud638",
- "LabelEndingEpisodeNumberPlain": "\ub9c8\uc9c0\ub9c9 \uc5d0\ud53c\uc18c\ub4dc \ubc88\ud638",
"HeaderTypeText": "\ud14d\uc2a4\ud2b8 \uc785\ub825",
"LabelTypeText": "\ud14d\uc2a4\ud2b8",
"TabDisplay": "\ud654\uba74",
"TabLanguages": "\uc5b8\uc5b4",
"TabAppSettings": "\uc571 \uc124\uc815",
- "LabelEnableThemeSongs": "\ud14c\ub9c8 \uc74c\uc545 \uc0ac\uc6a9",
- "LabelEnableBackdrops": "\ubc30\uacbd \uc0ac\uc6a9",
- "LabelEnableThemeSongsHelp": "\ub77c\uc774\ube0c\ub7ec\ub9ac\ub97c \ud0d0\uc0c9\ud560 \ub54c \ud14c\ub9c8\uc74c\uc545\uc744 \uc7ac\uc0dd\ud569\ub2c8\ub2e4.",
- "LabelEnableBackdropsHelp": "\ub77c\uc774\ube0c\ub7ec\ub9ac\ub97c \ud0d0\uc0c9\ud560 \ub54c \ubc30\uacbd\uc5d0 \uc774\ubbf8\uc9c0\ub97c \ud45c\uc2dc\ud569\ub2c8\ub2e4.",
"HeaderHomePage": "\ud648 \ud398\uc774\uc9c0",
"OptionAuto": "\uc790\ub3d9",
"OptionYes": "\uc608",
@@ -1866,5 +1850,6 @@
"AllowOnTheFlySubtitleExtractionHelp": "Embedded subtitles can be extracted from videos and delivered to Emby apps in plain text in order to help prevent video transcoding. On some systems this can take a long time and cause video playback to stall during the extraction process. Disable this to have embedded subtitles burned in with video transcoding when they are not natively supported by the client device.",
"ButtonStopRecording": "Stop Recording",
"StopRecording": "Stop recording",
- "CancelSeries": "Cancel series"
+ "CancelSeries": "Cancel series",
+ "EnableDebugLoggingHelp": "Debug logging should only be enabled as needed for troubleshooting purposes. The increased file system access may prevent the server machine from being able to sleep in some environments."
}
\ No newline at end of file
diff --git a/MediaBrowser.WebDashboard/dashboard-ui/strings/lt-LT.json b/MediaBrowser.WebDashboard/dashboard-ui/strings/lt-LT.json
index bb0514ba8e..c3b2d78507 100644
--- a/MediaBrowser.WebDashboard/dashboard-ui/strings/lt-LT.json
+++ b/MediaBrowser.WebDashboard/dashboard-ui/strings/lt-LT.json
@@ -1,5 +1,4 @@
{
- "HeaderPlayAll": "Play All",
"LabelPrevious": "Ankstesnis",
"LabelFinish": "Baigti",
"LabelNext": "Kitas",
@@ -25,6 +24,7 @@
"LabelPinCode": "Pin kodas:",
"DeleteMedia": "Delete media",
"HeaderSync": "SInchron.",
+ "HeaderPlayAll": "Play All",
"HeaderUpcomingNews": "Upcoming News",
"ButtonOk": "OK",
"ButtonCancel": "At\u0161aukti",
@@ -485,9 +485,6 @@
"HeaderResult": "Rezultatas",
"OptionOverwriteExistingEpisodes": "Ra\u0161yti ant esan\u010di\u0173 serij\u0173",
"LabelTransferMethod": "Perk\u0117limo metodas",
- "OptionCopy": "Kopijuoti",
- "OptionMove": "Perkelti",
- "LabelTransferMethodHelp": "Kopijuoti ar perkelti failus i\u0161 steb\u0117jimo katalogo",
"HeaderLatestNews": "V\u0117liausios naujienos",
"HeaderRunningTasks": "Veikian\u010dios u\u017eduotys",
"HeaderActiveDevices": "Aktyv\u016bs \u012frenginiai",
@@ -682,24 +679,11 @@
"MessageNoAvailablePlugins": "No available plugins.",
"LabelDisplayPluginsFor": "Display plugins for:",
"PluginTabAppClassic": "Emby for Windows Media Center",
- "LabelEpisodeNamePlain": "Episode name",
- "LabelSeriesNamePlain": "Series name",
- "ValueSeriesNamePeriod": "Series.name",
- "ValueSeriesNameUnderscore": "Series_name",
- "ValueEpisodeNamePeriod": "Episode.name",
- "ValueEpisodeNameUnderscore": "Episode_name",
- "LabelSeasonNumberPlain": "Season number",
- "LabelEpisodeNumberPlain": "Episode number",
- "LabelEndingEpisodeNumberPlain": "Ending episode number",
"HeaderTypeText": "Enter Text",
"LabelTypeText": "Text",
"TabDisplay": "Display",
"TabLanguages": "Languages",
"TabAppSettings": "App Settings",
- "LabelEnableThemeSongs": "Enable theme songs",
- "LabelEnableBackdrops": "Enable backdrops",
- "LabelEnableThemeSongsHelp": "If enabled, theme songs will be played in the background while browsing the library.",
- "LabelEnableBackdropsHelp": "If enabled, backdrops will be displayed in the background of some pages while browsing the library.",
"HeaderHomePage": "Home Page",
"OptionAuto": "Auto",
"OptionYes": "Yes",
@@ -1866,5 +1850,6 @@
"AllowOnTheFlySubtitleExtractionHelp": "Embedded subtitles can be extracted from videos and delivered to Emby apps in plain text in order to help prevent video transcoding. On some systems this can take a long time and cause video playback to stall during the extraction process. Disable this to have embedded subtitles burned in with video transcoding when they are not natively supported by the client device.",
"ButtonStopRecording": "Stop Recording",
"StopRecording": "Stop recording",
- "CancelSeries": "Cancel series"
+ "CancelSeries": "Cancel series",
+ "EnableDebugLoggingHelp": "Debug logging should only be enabled as needed for troubleshooting purposes. The increased file system access may prevent the server machine from being able to sleep in some environments."
}
\ No newline at end of file
diff --git a/MediaBrowser.WebDashboard/dashboard-ui/strings/ms.json b/MediaBrowser.WebDashboard/dashboard-ui/strings/ms.json
index 8148174c41..b0607e2a5d 100644
--- a/MediaBrowser.WebDashboard/dashboard-ui/strings/ms.json
+++ b/MediaBrowser.WebDashboard/dashboard-ui/strings/ms.json
@@ -1,5 +1,4 @@
{
- "HeaderPlayAll": "Play All",
"LabelPrevious": "Sebelumnya",
"LabelFinish": "Habis",
"LabelNext": "Seterusnya",
@@ -25,6 +24,7 @@
"LabelPinCode": "Pin code:",
"DeleteMedia": "Delete media",
"HeaderSync": "Sync",
+ "HeaderPlayAll": "Play All",
"HeaderUpcomingNews": "Upcoming News",
"ButtonOk": "Ok",
"ButtonCancel": "Cancel",
@@ -485,9 +485,6 @@
"HeaderResult": "Result",
"OptionOverwriteExistingEpisodes": "Overwrite existing episodes",
"LabelTransferMethod": "Transfer method",
- "OptionCopy": "Copy",
- "OptionMove": "Move",
- "LabelTransferMethodHelp": "Copy or move files from the watch folder",
"HeaderLatestNews": "Latest News",
"HeaderRunningTasks": "Running Tasks",
"HeaderActiveDevices": "Active Devices",
@@ -682,24 +679,11 @@
"MessageNoAvailablePlugins": "No available plugins.",
"LabelDisplayPluginsFor": "Display plugins for:",
"PluginTabAppClassic": "Emby for Windows Media Center",
- "LabelEpisodeNamePlain": "Episode name",
- "LabelSeriesNamePlain": "Series name",
- "ValueSeriesNamePeriod": "Series.name",
- "ValueSeriesNameUnderscore": "Series_name",
- "ValueEpisodeNamePeriod": "Episode.name",
- "ValueEpisodeNameUnderscore": "Episode_name",
- "LabelSeasonNumberPlain": "Season number",
- "LabelEpisodeNumberPlain": "Episode number",
- "LabelEndingEpisodeNumberPlain": "Ending episode number",
"HeaderTypeText": "Enter Text",
"LabelTypeText": "Text",
"TabDisplay": "Display",
"TabLanguages": "Languages",
"TabAppSettings": "App Settings",
- "LabelEnableThemeSongs": "Enable theme songs",
- "LabelEnableBackdrops": "Enable backdrops",
- "LabelEnableThemeSongsHelp": "If enabled, theme songs will be played in the background while browsing the library.",
- "LabelEnableBackdropsHelp": "If enabled, backdrops will be displayed in the background of some pages while browsing the library.",
"HeaderHomePage": "Home Page",
"OptionAuto": "Auto",
"OptionYes": "Yes",
@@ -1866,5 +1850,6 @@
"AllowOnTheFlySubtitleExtractionHelp": "Embedded subtitles can be extracted from videos and delivered to Emby apps in plain text in order to help prevent video transcoding. On some systems this can take a long time and cause video playback to stall during the extraction process. Disable this to have embedded subtitles burned in with video transcoding when they are not natively supported by the client device.",
"ButtonStopRecording": "Stop Recording",
"StopRecording": "Stop recording",
- "CancelSeries": "Cancel series"
+ "CancelSeries": "Cancel series",
+ "EnableDebugLoggingHelp": "Debug logging should only be enabled as needed for troubleshooting purposes. The increased file system access may prevent the server machine from being able to sleep in some environments."
}
\ No newline at end of file
diff --git a/MediaBrowser.WebDashboard/dashboard-ui/strings/nb.json b/MediaBrowser.WebDashboard/dashboard-ui/strings/nb.json
index 8d1f2c3a65..0ea4b8e693 100644
--- a/MediaBrowser.WebDashboard/dashboard-ui/strings/nb.json
+++ b/MediaBrowser.WebDashboard/dashboard-ui/strings/nb.json
@@ -1,5 +1,4 @@
{
- "HeaderPlayAll": "Play All",
"LabelPrevious": "Forrige",
"LabelFinish": "Ferdig",
"LabelNext": "Neste",
@@ -25,6 +24,7 @@
"LabelPinCode": "Pin kode:",
"DeleteMedia": "Slett media",
"HeaderSync": "Synk.",
+ "HeaderPlayAll": "Play All",
"HeaderUpcomingNews": "Kommende nyheter",
"ButtonOk": "Ok",
"ButtonCancel": "Avbryt",
@@ -485,9 +485,6 @@
"HeaderResult": "Resultat",
"OptionOverwriteExistingEpisodes": "Skriv over eksisterende episoder",
"LabelTransferMethod": "overf\u00f8ringsmetoder",
- "OptionCopy": "Kopier",
- "OptionMove": "Flytt",
- "LabelTransferMethodHelp": "Kopier eller flytt filer fra watch mappen",
"HeaderLatestNews": "Siste nyheter",
"HeaderRunningTasks": "Kj\u00f8rende oppgaver",
"HeaderActiveDevices": "Aktive enheter",
@@ -682,24 +679,11 @@
"MessageNoAvailablePlugins": "Ingen tilgjengelige programtillegg.",
"LabelDisplayPluginsFor": "Vis plugins for:",
"PluginTabAppClassic": "Emby for Windows Media Center",
- "LabelEpisodeNamePlain": "Episodenavn",
- "LabelSeriesNamePlain": "Serienavn",
- "ValueSeriesNamePeriod": "Serier.navn",
- "ValueSeriesNameUnderscore": "Serie_navn",
- "ValueEpisodeNamePeriod": "Episode.navn",
- "ValueEpisodeNameUnderscore": "Episode_navn",
- "LabelSeasonNumberPlain": "Sesong nummer",
- "LabelEpisodeNumberPlain": "Episode nummer",
- "LabelEndingEpisodeNumberPlain": "Siste episode nummer",
"HeaderTypeText": "Skriv Tekst",
"LabelTypeText": "Tekst",
"TabDisplay": "Skjerm",
"TabLanguages": "Spr\u00e5k",
"TabAppSettings": "App-innstillinger",
- "LabelEnableThemeSongs": "Sl\u00e5 p\u00e5 tema sanger",
- "LabelEnableBackdrops": "Sl\u00e5 p\u00e5 backdrops",
- "LabelEnableThemeSongsHelp": "Hvis p\u00e5sl\u00e5tt vil tema sanger bli avspilt i bakgrunnen mens man blar igjennom biblioteket.",
- "LabelEnableBackdropsHelp": "Hvis p\u00e5sl\u00e5tt vil backdrops bli vist i bakgrunnen p\u00e5 noen sider mens man blar igjennom biblioteket.",
"HeaderHomePage": "Hjemmeside",
"OptionAuto": "Auto",
"OptionYes": "Ja",
@@ -1866,5 +1850,6 @@
"AllowOnTheFlySubtitleExtractionHelp": "Embedded subtitles can be extracted from videos and delivered to Emby apps in plain text in order to help prevent video transcoding. On some systems this can take a long time and cause video playback to stall during the extraction process. Disable this to have embedded subtitles burned in with video transcoding when they are not natively supported by the client device.",
"ButtonStopRecording": "Stop Recording",
"StopRecording": "Stop recording",
- "CancelSeries": "Cancel series"
+ "CancelSeries": "Cancel series",
+ "EnableDebugLoggingHelp": "Debug logging should only be enabled as needed for troubleshooting purposes. The increased file system access may prevent the server machine from being able to sleep in some environments."
}
\ No newline at end of file
diff --git a/MediaBrowser.WebDashboard/dashboard-ui/strings/nl.json b/MediaBrowser.WebDashboard/dashboard-ui/strings/nl.json
index 8864b8db03..7d84c4b299 100644
--- a/MediaBrowser.WebDashboard/dashboard-ui/strings/nl.json
+++ b/MediaBrowser.WebDashboard/dashboard-ui/strings/nl.json
@@ -1,5 +1,4 @@
{
- "HeaderPlayAll": "Play All",
"LabelPrevious": "Vorige",
"LabelFinish": "Voltooien",
"LabelNext": "Volgende",
@@ -25,6 +24,7 @@
"LabelPinCode": "Pincode:",
"DeleteMedia": "Verwijder media",
"HeaderSync": "Sync",
+ "HeaderPlayAll": "Play All",
"HeaderUpcomingNews": "Aankomende Nieuws",
"ButtonOk": "Ok",
"ButtonCancel": "Annuleren",
@@ -485,9 +485,6 @@
"HeaderResult": "Resulteert in:",
"OptionOverwriteExistingEpisodes": "Bestaande afleveringen overschrijven",
"LabelTransferMethod": "Verplaats methode",
- "OptionCopy": "Kopie",
- "OptionMove": "Verplaats",
- "LabelTransferMethodHelp": "Bestanden kopi\u00ebren of verplaatsen van de bewaakte map",
"HeaderLatestNews": "Nieuws",
"HeaderRunningTasks": "Actieve taken",
"HeaderActiveDevices": "Actieve apparaten",
@@ -682,24 +679,11 @@
"MessageNoAvailablePlugins": "Geen beschikbare Plugins.",
"LabelDisplayPluginsFor": "Toon Plugins voor:",
"PluginTabAppClassic": "Emby voor Windows Media Center",
- "LabelEpisodeNamePlain": "Naam aflevering",
- "LabelSeriesNamePlain": "Naam serie",
- "ValueSeriesNamePeriod": "Serie.Naam",
- "ValueSeriesNameUnderscore": "Serie_naam",
- "ValueEpisodeNamePeriod": "Aflevering.naam",
- "ValueEpisodeNameUnderscore": "Aflevering_naam",
- "LabelSeasonNumberPlain": "nummer seizoen",
- "LabelEpisodeNumberPlain": "Nummer aflevering",
- "LabelEndingEpisodeNumberPlain": "Laatste nummer aflevering",
"HeaderTypeText": "Voer tekst in",
"LabelTypeText": "Tekst",
"TabDisplay": "Weergave",
"TabLanguages": "Talen",
"TabAppSettings": "App Instellingen",
- "LabelEnableThemeSongs": "Herkenningsmelodie inschakelen:",
- "LabelEnableBackdrops": "Achtergronden inschakelen:",
- "LabelEnableThemeSongsHelp": "Indien ingeschakeld, zal de herkenningsmelodie in de achtergrond worden afgespeeld tijdens het bladeren door de bibliotheek.",
- "LabelEnableBackdropsHelp": "Indien ingeschakeld, zullen achtergrondafbeeldingen in de achtergrond worden getoond van een aantal pagina's tijdens het browsen door de bibliotheek.",
"HeaderHomePage": "Startpagina",
"OptionAuto": "Auto",
"OptionYes": "Ja",
@@ -1866,5 +1850,6 @@
"AllowOnTheFlySubtitleExtractionHelp": "Embedded subtitles can be extracted from videos and delivered to Emby apps in plain text in order to help prevent video transcoding. On some systems this can take a long time and cause video playback to stall during the extraction process. Disable this to have embedded subtitles burned in with video transcoding when they are not natively supported by the client device.",
"ButtonStopRecording": "Stop Opname",
"StopRecording": "Stop opname",
- "CancelSeries": "Cancel series"
+ "CancelSeries": "Cancel series",
+ "EnableDebugLoggingHelp": "Debug logging should only be enabled as needed for troubleshooting purposes. The increased file system access may prevent the server machine from being able to sleep in some environments."
}
\ No newline at end of file
diff --git a/MediaBrowser.WebDashboard/dashboard-ui/strings/pl.json b/MediaBrowser.WebDashboard/dashboard-ui/strings/pl.json
index b73303f99d..fd3ffe7d8f 100644
--- a/MediaBrowser.WebDashboard/dashboard-ui/strings/pl.json
+++ b/MediaBrowser.WebDashboard/dashboard-ui/strings/pl.json
@@ -1,5 +1,4 @@
{
- "HeaderPlayAll": "Odtwarzaj wszystko",
"LabelPrevious": "Wstecz",
"LabelFinish": "Zako\u0144cz",
"LabelNext": "Dalej",
@@ -25,6 +24,7 @@
"LabelPinCode": "Kod PIN:",
"DeleteMedia": "Usu\u0144 pozycj\u0119",
"HeaderSync": "Synchronizacja",
+ "HeaderPlayAll": "Odtwarzaj wszystko",
"HeaderUpcomingNews": "Nadchodz\u0105ce nowo\u015bci",
"ButtonOk": "Ok",
"ButtonCancel": "Anuluj",
@@ -115,7 +115,7 @@
"ButtonAddUser": "Dodaj u\u017cytkownika",
"ButtonInviteUser": "Zapro\u015b u\u017cytkownika",
"ButtonSave": "Zapisz",
- "ButtonResetPassword": "Zresetuj has\u0142o",
+ "ButtonResetPassword": "Wyczy\u015b\u0107 has\u0142o",
"LabelUrl": "Adres URL:",
"LabelNewPassword": "Nowe has\u0142o:",
"LabelNewPasswordConfirm": "Potwierd\u017a nowe has\u0142o:",
@@ -485,9 +485,6 @@
"HeaderResult": "Wynik",
"OptionOverwriteExistingEpisodes": "Nadpisuj istniej\u0105ce odcinki",
"LabelTransferMethod": "Metoda transferu",
- "OptionCopy": "Kopiuj",
- "OptionMove": "Przenie\u015b",
- "LabelTransferMethodHelp": "Kopiuj lub przenie\u015b pliki z obserwowanego folderu",
"HeaderLatestNews": "Najnowsze wiadomo\u015bci",
"HeaderRunningTasks": "Uruchomione zadania",
"HeaderActiveDevices": "Aktywne Urz\u0105dzenia",
@@ -682,24 +679,11 @@
"MessageNoAvailablePlugins": "Brak dost\u0119pnych wtyczek.",
"LabelDisplayPluginsFor": "Wy\u015bwietlaj wtyczki dla:",
"PluginTabAppClassic": "Emby dla Windows Media Center",
- "LabelEpisodeNamePlain": "Nazwa odcinka",
- "LabelSeriesNamePlain": "Nazwa serialu",
- "ValueSeriesNamePeriod": "Serial.nazwa",
- "ValueSeriesNameUnderscore": "Serial_nazwa",
- "ValueEpisodeNamePeriod": "Odcinek.nazwa",
- "ValueEpisodeNameUnderscore": "Odcinek_nazwa",
- "LabelSeasonNumberPlain": "Numer sezonu",
- "LabelEpisodeNumberPlain": "Numer odcinka",
- "LabelEndingEpisodeNumberPlain": "Numer ostatniego odcinka",
"HeaderTypeText": "Wprowad\u017a tekst",
"LabelTypeText": "Tekst",
"TabDisplay": "Wy\u015bwietlanie",
"TabLanguages": "J\u0119zyki",
"TabAppSettings": "Ustawienia aplikacji",
- "LabelEnableThemeSongs": "Aktywuj motywy muzyczne",
- "LabelEnableBackdrops": "Aktywuj fototapety",
- "LabelEnableThemeSongsHelp": "Je\u017celi aktywne, podczas przegl\u0105dania biblioteki, b\u0119d\u0105 odtwarzane motywy muzyczne.",
- "LabelEnableBackdropsHelp": "Je\u017celi aktywne,podczas przegl\u0105dania biblioteki, dla niekt\u00f3rych stron b\u0119d\u0105 wy\u015bwietlane fototapety tematyczne.",
"HeaderHomePage": "Strona startowa",
"OptionAuto": "Automatycznie",
"OptionYes": "Tak",
@@ -871,7 +855,7 @@
"LabelInNetworkSignInWithEasyPasswordHelp": "Je\u017celi w\u0142\u0105czone, b\u0119dzie mo\u017cliwe u\u017cywanie prostego kodu PIN, w celu logowania do aplikacji Emby, wewn\u0105trz swojej sieci domowej. Twoje standardowe has\u0142o b\u0119dzie potrzebne tylko z dala od domu. Je\u017celi kod PIN jest pusty, nie b\u0119dziesz musia\u0142 podawa\u0107 has\u0142a w sieci domowej.",
"HeaderPassword": "Has\u0142o",
"HeaderViewOrder": "Zobacz kolejno\u015b\u0107",
- "ButtonResetEasyPassword": "Reset \u0142atwego kodu pin",
+ "ButtonResetEasyPassword": "Wyczy\u015b\u0107 \u0142atwy kod PIN",
"HeaderPersonInfo": "Informacje o osobie",
"HeaderConfirmDeletion": "Potwierd\u017a usuni\u0119cie",
"LabelAlbumArtist": "Wykonawca albumu:",
@@ -1010,9 +994,9 @@
"Invitations": "Zaproszenia",
"LabelForgotPasswordUsernameHelp": "Podaj nazw\u0119 u\u017cytkownika, je\u015bli pami\u0119tasz.",
"HeaderForgotPassword": "Zapomnia\u0142em has\u0142o",
- "TitlePasswordReset": "Zresetuj has\u0142o",
+ "TitlePasswordReset": "Czyszczenie has\u0142a",
"LabelPasswordRecoveryPinCode": "Kod pin:",
- "HeaderPasswordReset": "Zresetuj has\u0142o",
+ "HeaderPasswordReset": "Czyszczenie has\u0142a",
"HeaderParentalRatings": "Kategorie wiekowe",
"HeaderVideoTypes": "Typy Video",
"HeaderYears": "Lata",
@@ -1155,12 +1139,12 @@
"FileReadError": "Podczas odczytywania pliku wyst\u0105pi\u0142 b\u0142\u0105d.",
"DeleteUser": "Usu\u0144 u\u017cytkownika",
"DeleteUserConfirmation": "Czy na pewno chcesz usun\u0105\u0107 tego u\u017cytkownika?",
- "PasswordResetHeader": "Zresetuj has\u0142o",
+ "PasswordResetHeader": "Wyczy\u015b\u0107 has\u0142o",
"PasswordResetComplete": "Has\u0142o zosta\u0142o zresetowane.",
- "PinCodeResetComplete": "Kod pin zosta\u0142 zresetowany.",
+ "PinCodeResetComplete": "Kod PIN zosta\u0142 wyczyszczony.",
"PasswordResetConfirmation": "Czy na pewno chcesz wyczy\u015bci\u0107 has\u0142o?",
"PinCodeResetConfirmation": "Czy na pewno chcesz wyczy\u015bci\u0107 kod PIN?",
- "HeaderPinCodeReset": "Resetuj Kod Pin",
+ "HeaderPinCodeReset": "Wyczy\u015b\u0107 kod Pin",
"PasswordSaved": "Has\u0142o zapisane.",
"PasswordMatchError": "Has\u0142o i potwierdzenie has\u0142a musz\u0105 si\u0119 zgadza\u0107.",
"UninstallPluginHeader": "Usu\u0144 wtyczk\u0119",
@@ -1262,9 +1246,9 @@
"OptionWeekday": "Dni Tygodnia",
"LiveTvUpdateAvailable": "(Dost\u0119pna aktualizacja)",
"LabelVersionUpToDate": "Aktualny!",
- "ButtonResetTuner": "Resetuj tuner",
- "HeaderResetTuner": "Resetuj Tuner",
- "MessageConfirmResetTuner": "Czy na pewno chcesz zresetowa\u0107 ten tuner? Wszystkie aktywne procesy odtwarzania i nagrywania zostan\u0119 przerwane.",
+ "ButtonResetTuner": "Zainicjuj tuner ponownie",
+ "HeaderResetTuner": "Zainicjuj tuner ponownie",
+ "MessageConfirmResetTuner": "Czy na pewno chcesz zainicjowa\u0107 ten tuner ponownie? Wszystkie aktywne procesy odtwarzania i nagrywania zostan\u0119 przerwane.",
"ButtonCancelSeries": "Anuluj nagrywanie serialu",
"HeaderSeriesRecordings": "Nagrania seriali",
"LabelAnytime": "O dowolnej porze",
@@ -1621,10 +1605,10 @@
"DefaultErrorMessage": "Podczas przetwarzania \u017c\u0105dania wyst\u0105pi\u0142 b\u0142\u0105d. Prosz\u0119 spr\u00f3bowa\u0107 ponownie p\u00f3\u017aniej.",
"ButtonAccept": "Akceptuj",
"ButtonReject": "Odrzu\u0107",
- "MessageContactAdminToResetPassword": "Skontaktuj si\u0119 z administratorem systemu w celu zresetowania has\u0142a.",
- "MessageForgotPasswordInNetworkRequired": "Spr\u00f3buj ponownie zainicjowa\u0107 reset has\u0142a, tym razem u\u017cywaj\u0105c swojej sieci domowej.",
+ "MessageContactAdminToResetPassword": "W celu wyczyszczenia has\u0142a. skontaktuj si\u0119 z administratorem systemu.",
+ "MessageForgotPasswordInNetworkRequired": "Spr\u00f3buj ponownie zainicjowa\u0107 czyszczenie has\u0142a, tym razem u\u017cywaj\u0105c swojej sieci domowej.",
"MessageForgotPasswordFileCreated": "Plik zawieraj\u0105cy instrukcje z dalszymi krokami zosta\u0142 utworzony na serwerze:",
- "MessageForgotPasswordFileExpiration": "Numer PIN wyga\u015bnie za {0}.",
+ "MessageForgotPasswordFileExpiration": "Kod resetowania wyga\u015bnie za {0}.",
"MessageInvalidForgotPasswordPin": "Nieprawid\u0142owy lub wygas\u0142y PIN. Prosz\u0119 spr\u00f3bowa\u0107 ponownie.",
"MessagePasswordResetForUsers": "Has\u0142a nast\u0119puj\u0105cych u\u017cytkownik\u00f3w zosta\u0142y usuni\u0119te. W celu zalogowania, u\u017cyj pustego has\u0142a.",
"ButtonLinkMyEmbyAccount": "Po\u0142\u0105cz moje konto teraz",
@@ -1866,5 +1850,6 @@
"AllowOnTheFlySubtitleExtractionHelp": "Napisy wbudowane mog\u0105 zosta\u0107 wyodr\u0119bnione z plik\u00f3w wideo, a Emby mo\u017ce je dostarcza\u0107 w postaci zwyk\u0142ego tekstu, w celu zapobiegania transkodowania wideo. Na niekt\u00f3rych systemach mo\u017ce to zabiera\u0107 du\u017co czasu i powodowa\u0107 wstrzymywanie odtwarzania wideo podczas procesu ekstrakcji. Dezaktywuj t\u0119 opcj\u0119, aby wbudowane napisy by\u0142y wypalane w transkodowanym wideo, w przypadku gdy nie s\u0105 obs\u0142ugiwane przez urz\u0105dzenie klienta.",
"ButtonStopRecording": "Zatrzymaj nagrywanie",
"StopRecording": "Zatrzymaj nagrywanie",
- "CancelSeries": "Anuluj nagrywanie seryjne"
+ "CancelSeries": "Anuluj nagrywanie seryjne",
+ "EnableDebugLoggingHelp": "Debug logging should only be enabled as needed for troubleshooting purposes. The increased file system access may prevent the server machine from being able to sleep in some environments."
}
\ No newline at end of file
diff --git a/MediaBrowser.WebDashboard/dashboard-ui/strings/pt-BR.json b/MediaBrowser.WebDashboard/dashboard-ui/strings/pt-BR.json
index abd8c05900..dcc9e6589f 100644
--- a/MediaBrowser.WebDashboard/dashboard-ui/strings/pt-BR.json
+++ b/MediaBrowser.WebDashboard/dashboard-ui/strings/pt-BR.json
@@ -1,5 +1,4 @@
{
- "HeaderPlayAll": "Play All",
"LabelPrevious": "Anterior",
"LabelFinish": "Finalizar",
"LabelNext": "Pr\u00f3ximo",
@@ -25,6 +24,7 @@
"LabelPinCode": "C\u00f3digo Pin:",
"DeleteMedia": "Excluir m\u00eddia",
"HeaderSync": "Sincroniza\u00e7\u00e3o",
+ "HeaderPlayAll": "Play All",
"HeaderUpcomingNews": "Pr\u00f3ximas Not\u00edcias",
"ButtonOk": "OK",
"ButtonCancel": "Cancelar",
@@ -485,9 +485,6 @@
"HeaderResult": "Resultado",
"OptionOverwriteExistingEpisodes": "Sobrescrever epis\u00f3dios existentes",
"LabelTransferMethod": "M\u00e9todo de transfer\u00eancia",
- "OptionCopy": "Copiar",
- "OptionMove": "Mover",
- "LabelTransferMethodHelp": "Copiar ou mover arquivos da pasta de monitora\u00e7\u00e3o",
"HeaderLatestNews": "Not\u00edcias Recentes",
"HeaderRunningTasks": "Tarefas em Execu\u00e7\u00e3o",
"HeaderActiveDevices": "Dispositivos Ativos",
@@ -682,24 +679,11 @@
"MessageNoAvailablePlugins": "N\u00e3o existem plugins dispon\u00edveis.",
"LabelDisplayPluginsFor": "Exibir plugins para:",
"PluginTabAppClassic": "Emby for Windows Media Center",
- "LabelEpisodeNamePlain": "Nome do epis\u00f3dio",
- "LabelSeriesNamePlain": "Nome da s\u00e9rie",
- "ValueSeriesNamePeriod": "Nome.s\u00e9rie",
- "ValueSeriesNameUnderscore": "Nome_s\u00e9rie",
- "ValueEpisodeNamePeriod": "Nome.epis\u00f3dio",
- "ValueEpisodeNameUnderscore": "Nome_epis\u00f3dio",
- "LabelSeasonNumberPlain": "N\u00famero da temporada",
- "LabelEpisodeNumberPlain": "N\u00famero do epis\u00f3dio",
- "LabelEndingEpisodeNumberPlain": "N\u00famero do epis\u00f3dio final",
"HeaderTypeText": "Digitar texto",
"LabelTypeText": "Texto",
"TabDisplay": "Exibi\u00e7\u00e3o",
"TabLanguages": "Idiomas",
"TabAppSettings": "Configura\u00e7\u00f5es do App",
- "LabelEnableThemeSongs": "Ativar m\u00fasicas-tema",
- "LabelEnableBackdrops": "Ativar imagens de fundo",
- "LabelEnableThemeSongsHelp": "Se ativadas, m\u00fasicas-tema ser\u00e3o reproduzidas em segundo plano ao navegar pela biblioteca.",
- "LabelEnableBackdropsHelp": "Se ativadas, imagens de fundo ser\u00e3o exibidas ao fundo de algumas p\u00e1ginas ao navegar pela biblioteca.",
"HeaderHomePage": "P\u00e1gina Inicial",
"OptionAuto": "Auto",
"OptionYes": "Sim",
@@ -1866,5 +1850,6 @@
"AllowOnTheFlySubtitleExtractionHelp": "Legendas gravadas podem ser extra\u00eddas dos v\u00eddeos e entregues \u00e0s apps do Emby como texto puro para ajudar a evitar a transcodifica\u00e7\u00e3o do v\u00eddeo. Em alguns sistemas isto pode levar bastante tempo e causar travamento na reprodu\u00e7\u00e3o do v\u00eddeo durante o processo de extra\u00e7\u00e3o. Desative isto para ter as legendas gravadas com transcodifica\u00e7\u00e3o do v\u00eddeo quando n\u00e3o forem nativamente suportadas pelo dispositivo cliente.",
"ButtonStopRecording": "Parar Grava\u00e7\u00e3o",
"StopRecording": "Parar grava\u00e7\u00e3o",
- "CancelSeries": "Cancelar s\u00e9rie"
+ "CancelSeries": "Cancelar s\u00e9rie",
+ "EnableDebugLoggingHelp": "Debug logging should only be enabled as needed for troubleshooting purposes. The increased file system access may prevent the server machine from being able to sleep in some environments."
}
\ No newline at end of file
diff --git a/MediaBrowser.WebDashboard/dashboard-ui/strings/pt-PT.json b/MediaBrowser.WebDashboard/dashboard-ui/strings/pt-PT.json
index 5f6dd06944..09685e8234 100644
--- a/MediaBrowser.WebDashboard/dashboard-ui/strings/pt-PT.json
+++ b/MediaBrowser.WebDashboard/dashboard-ui/strings/pt-PT.json
@@ -1,5 +1,4 @@
{
- "HeaderPlayAll": "Play All",
"LabelPrevious": "Anterior",
"LabelFinish": "Terminar",
"LabelNext": "Seguinte",
@@ -25,6 +24,7 @@
"LabelPinCode": "C\u00f3digo PIN:",
"DeleteMedia": "Remover multim\u00e9dia",
"HeaderSync": "Sincroniza\u00e7\u00e3o",
+ "HeaderPlayAll": "Reproduzir Todos",
"HeaderUpcomingNews": "Pr\u00f3ximas Not\u00edcias",
"ButtonOk": "Ok",
"ButtonCancel": "Cancelar",
@@ -50,8 +50,8 @@
"RegisterWithPayPal": "Registar com PayPal",
"LabelSyncTempPath": "Caminho do ficheiro tempor\u00e1rio:",
"LabelSyncTempPathHelp": "Especifique uma pasta de trabalho para a sincroniza\u00e7\u00e3o personalizada. Multim\u00e9dia convertida, criada durante o processo de sincroniza\u00e7\u00e3o, ser\u00e1 aqui armazenada.",
- "LabelCustomCertificatePath": "Localiza\u00e7\u00e3o do certificado personalizado:",
- "LabelCustomCertificatePathHelp": "Forne\u00e7a seu pr\u00f3prio arquivo .pfx do certificado ssl. Se omitido, o servidor criar\u00e1 um certificado auto-assinado.",
+ "LabelCustomCertificatePath": "Localiza\u00e7\u00e3o do certificado SSL personalizado:",
+ "LabelCustomCertificatePathHelp": "Forne\u00e7a o seu pr\u00f3prio ficheiro .pfx do certificado ssl.",
"TitleNotifications": "Notifica\u00e7\u00f5es",
"OptionDetectArchiveFilesAsMedia": "Detetar ficheiros como multim\u00e9dia",
"OptionDetectArchiveFilesAsMediaHelp": "Se ativado, arquivos com extens\u00f5es .rar e .zip ser\u00e3o detectados como arquivos multim\u00e9dia.",
@@ -74,7 +74,7 @@
"LabelCountry": "Pa\u00eds:",
"LabelLanguage": "Idioma:",
"LabelTimeLimitHours": "Limite de tempo (horas):",
- "HeaderPreferredMetadataLanguage": "Preferred Metadata Language",
+ "HeaderPreferredMetadataLanguage": "Idioma Preferencial dos Metadados",
"LabelSaveLocalMetadata": "Guardar imagens e metadados nas pastas multim\u00e9dia",
"LabelSaveLocalMetadataHelp": "Guardar imagens e metadados diretamente nas pastas multim\u00e9dia, vai coloc\u00e1-los num local de f\u00e1cil acesso para poderem ser editados facilmente.",
"LabelDownloadInternetMetadata": "Transferir imagens e metadados da Internet",
@@ -108,7 +108,7 @@
"OptionAlwaysPlaySubtitles": "Reproduzir sempre legendas",
"OptionDefaultSubtitlesHelp": "As legendas ser\u00e3o carregadas com base nas defini\u00e7\u00f5es de legenda padr\u00e3o e for\u00e7ada nos metadados inseridos. As prefer\u00eancias de idioma s\u00e3o consideradas quando m\u00faltiplas op\u00e7\u00f5es est\u00e3o dispon\u00edveis.",
"OptionOnlyForcedSubtitlesHelp": "Apenas legendas marcadas como for\u00e7adas ser\u00e3o carregadas.",
- "OptionAlwaysPlaySubtitlesHelp": "As legendas que forem iguais ao idioma preferido ser\u00e3o carregadas independente do idioma do \u00e1udio.",
+ "OptionAlwaysPlaySubtitlesHelp": "As legendas que forem iguais ao idioma preferencial ser\u00e3o carregadas independente do idioma do \u00e1udio.",
"OptionNoSubtitlesHelp": "As legendas n\u00e3o ser\u00e3o carregadas por padr\u00e3o.",
"TabProfiles": "Perfis",
"TabSecurity": "Seguran\u00e7a",
@@ -133,7 +133,7 @@
"MessageNothingHere": "Nada aqui.",
"MessagePleaseEnsureInternetMetadata": "Certifique-se que a transfer\u00eancia de metadados da internet est\u00e1 activa.",
"AlreadyPaidHelp1": "If you already paid to install an older version of Media Browser for Android, you don't need to pay again in order to activate this app. Click OK to send us an email at {0} and we'll get it activated for you.",
- "AlreadyPaidHelp2": "Got Emby Premiere? Just cancel this dialog, setup Emby Premiere in your Emby Server Dashboard under Help -> Emby Premiere, and it will be unlocked automatically.",
+ "AlreadyPaidHelp2": "Tem o Emby Premiere? cancele esta caixa de di\u00e1logo, configure o Emby Premiere no painel principal do seu servidor Emby em Ajuda -> Emby Premiere e ser\u00e1 desbloqueado autom\u00e1ticamente.",
"TabSuggestions": "Sugest\u00f5es",
"TabLatest": "Mais recente",
"TabUpcoming": "Pr\u00f3ximos",
@@ -205,7 +205,7 @@
"OptionIso": "Iso",
"Option3D": "3D",
"LabelDeinterlacingMethod": "Deinterlacing method:",
- "Standard": "Standard",
+ "Standard": "Padr\u00e3o",
"BobAndWeaveWithHelp": "Bob and weave (higher quality, but slower)",
"LabelStatus": "Estado:",
"LabelLastResult": "\u00daltimo resultado:",
@@ -263,7 +263,7 @@
"HeaderFeatureAccess": "Acesso a Caracter\u00edsticas",
"OptionAllowMediaPlayback": "Permitir reprodu\u00e7\u00e3o de m\u00e9dia",
"OptionAllowBrowsingLiveTv": "Permitir acesso a TV ao Vivo",
- "HeaderMediaDeletion": "Media Deletion",
+ "HeaderMediaDeletion": "Remo\u00e7\u00e3o de Multim\u00e9dia",
"AllowDeletionFromAll": "Allow media deletion from all libraries",
"OptionAllowManageLiveTv": "Permitir gerir grava\u00e7\u00f5es de TV ao Vivo",
"OptionAllowRemoteControlOthers": "Permitir controlo remoto de outros utilizadores",
@@ -287,12 +287,12 @@
"LabelAllowServerAutoRestart": "Permitir ao servidor reiniciar automaticamente para aplicar as atualiza\u00e7\u00f5es",
"LabelAllowServerAutoRestartHelp": "O servidor ir\u00e1 reiniciar apenas durante per\u00edodos em que n\u00e3o esteja a ser usado, quando nenhum utilizador estiver ativo.",
"LabelRunServerAtStartup": "Iniciar o servidor no arranque",
- "LabelRunServerAtStartupHelp": "Isto ir\u00e1 iniciar o \u00edcone na barra de tarefas quando o Windows inicia. Para iniciar o servi\u00e7o do Windows, desmarque isto e corra o servi\u00e7o a partir do Painel de Controlo do Windows. N\u00e3o pode correr ambos ao mesmo tempo, logo precisa de terminar o \u00edcone da barra de tarefas antes de iniciar o servi\u00e7o.",
+ "LabelRunServerAtStartupHelp": "Isto ir\u00e1 iniciar o \u00edcone do Emby na barra de tarefas quando o Windows inicia. Se configurou um servi\u00e7o do Windows, deixe a caixa desmarcada e configure o servi\u00e7o para correr no arranque.",
"ButtonSelectDirectory": "Selecione a diretoria",
"LabelCachePath": "Localiza\u00e7\u00e3o da cache:",
"DefaultMetadataLangaugeDescription": "These are your defaults and can be customized on a per-library basis.",
"LabelCachePathHelp": "Defina uma localiza\u00e7\u00e3o para os arquivos de cache como, por exemplo, imagens. Por favor, deixe em branco para usar o padr\u00e3o do servidor.",
- "LabelRecordingPath": "Default recording path:",
+ "LabelRecordingPath": "Localiza\u00e7\u00e3o predefinida das grava\u00e7\u00f5es:",
"LabelMovieRecordingPath": "Movie recording path (optional):",
"LabelSeriesRecordingPath": "Series recording path (optional):",
"LabelRecordingPathHelp": "Specify the default location to save recordings. If left empty, the server's program data folder will be used.",
@@ -326,8 +326,8 @@
"TabSeries": "S\u00e9ries",
"TabFavorites": "Favoritos",
"TabMyLibrary": "A minha Biblioteca",
- "LabelStartWhenPossible": "Start when possible:",
- "LabelStopWhenPossible": "Stop when possible:",
+ "LabelStartWhenPossible": "Come\u00e7ar quando poss\u00edvel:",
+ "LabelStopWhenPossible": "Parar quando poss\u00edvel:",
"MinutesBefore": "minutos antes",
"MinutesAfter": "minutos depois",
"TabSettings": "Configura\u00e7\u00f5es",
@@ -433,7 +433,7 @@
"LinkApi": "Api",
"LabelFriendlyServerName": "Nome amig\u00e1vel do servidor:",
"LabelFriendlyServerNameHelp": "Ser\u00e1 usado este nome para identificar o servidor. Se n\u00e3o for preenchido, ser\u00e1 usado o nome do computador.",
- "LabelPreferredDisplayLanguage": "Idioma de visualiza\u00e7\u00e3o preferido:",
+ "LabelPreferredDisplayLanguage": "Idioma de visualiza\u00e7\u00e3o preferencial:",
"LabelPreferredDisplayLanguageHelp": "A tradu\u00e7\u00e3o do Emby \u00e9 um projeto cont\u00ednuo.",
"LabelReadHowYouCanContribute": "Aprenda como pode contribuir.",
"ButtonSubmit": "Enviar",
@@ -453,7 +453,7 @@
"LabelEnableAutomaticPortMap": "Ativar mapeamento autom\u00e1tico de portas",
"LabelEnableAutomaticPortMapHelp": "Tentativa de mapear automaticamente a porta p\u00fablica para a porta local atrav\u00e9s de UPnP. Isto poder\u00e1 n\u00e3o funcionar em alguns modelos de roteadores.",
"LabelExternalDDNS": "Dom\u00ednio externo:",
- "LabelExternalDDNSHelp": "Se tem um DNS din\u00e2mico insira-o aqui. As aplica\u00e7\u00f5es do Emby ir\u00e3o us\u00e1-lo ao conectar remotamente. Este campo \u00e9 obrigat\u00f3rio quando usado com um certificado SSL personalizado.",
+ "LabelExternalDDNSHelp": "Se tem um servidor DNS din\u00e2mico insira-o aqui. As aplica\u00e7\u00f5es do Emby ir\u00e3o us\u00e1-lo ao conectar remotamente. Este campo \u00e9 obrigat\u00f3rio quando usado com um certificado SSL personalizado. Exemplo: omeudominio.com",
"TitleAppSettings": "Configura\u00e7\u00f5es da Aplica\u00e7\u00e3o",
"LabelMinResumePercentage": "Percentagem m\u00ednima para retomar:",
"LabelMaxResumePercentage": "Percentagem m\u00e1xima para retomar:",
@@ -485,9 +485,6 @@
"HeaderResult": "Resultado",
"OptionOverwriteExistingEpisodes": "Sobrepor epis\u00f3dios existentes",
"LabelTransferMethod": "M\u00e9todo da transfer\u00eancia",
- "OptionCopy": "Copiar",
- "OptionMove": "Mover",
- "LabelTransferMethodHelp": "Copiar ou mover ficheiros da pasta observada",
"HeaderLatestNews": "\u00daltimas Not\u00edcias",
"HeaderRunningTasks": "Tarefas em Execu\u00e7\u00e3o",
"HeaderActiveDevices": "Dispositivos Ativos",
@@ -682,24 +679,11 @@
"MessageNoAvailablePlugins": "Sem extens\u00f5es dispon\u00edveis.",
"LabelDisplayPluginsFor": "Exibir extens\u00f5es para:",
"PluginTabAppClassic": "Emby for Windows Media Center",
- "LabelEpisodeNamePlain": "Nome do epis\u00f3dio",
- "LabelSeriesNamePlain": "Nome da s\u00e9rie",
- "ValueSeriesNamePeriod": "Nome.da.s\u00e9rie",
- "ValueSeriesNameUnderscore": "Nome_da_s\u00e9rie",
- "ValueEpisodeNamePeriod": "Nome.do.epis\u00f3dio",
- "ValueEpisodeNameUnderscore": "Nome_do_epis\u00f3dio",
- "LabelSeasonNumberPlain": "N\u00famero da temporada",
- "LabelEpisodeNumberPlain": "N\u00famero do epis\u00f3dio",
- "LabelEndingEpisodeNumberPlain": "N\u00famero do epis\u00f3dio final",
"HeaderTypeText": "Inserir texto",
"LabelTypeText": "Texto",
"TabDisplay": "Exibi\u00e7\u00e3o",
"TabLanguages": "Idiomas",
"TabAppSettings": "Configura\u00e7\u00f5es do App",
- "LabelEnableThemeSongs": "Ativar m\u00fasicas-tema",
- "LabelEnableBackdrops": "Ativar imagens de fundo",
- "LabelEnableThemeSongsHelp": "Se ativadas, m\u00fasicas-tema ser\u00e3o reproduzidas em segundo plano ao navegar pela biblioteca.",
- "LabelEnableBackdropsHelp": "Se ativadas, imagens de fundo ser\u00e3o exibidas ao fundo de algumas p\u00e1ginas ao navegar pela biblioteca.",
"HeaderHomePage": "P\u00e1gina Inicial",
"OptionAuto": "Auto",
"OptionYes": "Sim",
@@ -1016,7 +1000,7 @@
"HeaderParentalRatings": "Classifica\u00e7\u00f5es Parentais",
"HeaderVideoTypes": "Tipos de V\u00eddeo",
"HeaderYears": "Anos",
- "HeaderBlockItemsWithNoRating": "Bloquear conte\u00fado que n\u00e3o tenha informa\u00e7\u00e3o de classifica\u00e7\u00e3o ou que n\u00e3o seja reconhecida:",
+ "HeaderBlockItemsWithNoRating": "Bloquear conte\u00fado sem informa\u00e7\u00e3o de classifica\u00e7\u00e3o et\u00e1ria ou com informa\u00e7\u00e3o desconhecida:",
"LabelBlockContentWithTags": "Bloquear conte\u00fado com tags:",
"LabelEnableSingleImageInDidlLimit": "Limitar a uma imagem incorporada",
"LabelEnableSingleImageInDidlLimitHelp": "Alguns dispositivos n\u00e3o interpretar\u00e3o apropriadamente se m\u00faltiplas imagens estiverem incorporadas dentro do Didl.",
@@ -1040,7 +1024,7 @@
"OptionAllowAudioPlaybackTranscoding": "Permitir reprodu\u00e7\u00e3o de \u00e1udio que necessite de transcodifica\u00e7\u00e3o",
"OptionAllowVideoPlaybackTranscoding": "Permitir reprodu\u00e7\u00e3o de v\u00eddeo que necessite de transcodifica\u00e7\u00e3o",
"OptionAllowVideoPlaybackRemuxing": "Allow video playback that requires conversion without re-encoding",
- "OptionAllowMediaPlaybackTranscodingHelp": "Os utilizadores receber\u00e3o mensagens de erro amig\u00e1veis quando o conte\u00fado n\u00e3o for reproduz\u00edvel, baseado nas pol\u00edticas.",
+ "OptionAllowMediaPlaybackTranscodingHelp": "Restringir o acesso \u00e0 transcodifica\u00e7\u00e3o pode causar falhas de reprodu\u00e7\u00e3o nas aplica\u00e7\u00f5es do Emby devido a formatos multim\u00e9dia n\u00e3o suportados.",
"TabStreaming": "Streaming",
"LabelRemoteClientBitrateLimit": "Limite de taxa de bits para streaming da Internet (Mbps):",
"LabelRemoteClientBitrateLimitHelp": "An optional per-stream bitrate limit for all out of network devices. This is useful to prevent devices from requesting a higher bitrate than your internet connection can handle. This may result in increased CPU load on your server in order to transcode videos on the fly to a lower bitrate.",
@@ -1866,5 +1850,6 @@
"AllowOnTheFlySubtitleExtractionHelp": "Embedded subtitles can be extracted from videos and delivered to Emby apps in plain text in order to help prevent video transcoding. On some systems this can take a long time and cause video playback to stall during the extraction process. Disable this to have embedded subtitles burned in with video transcoding when they are not natively supported by the client device.",
"ButtonStopRecording": "Stop Recording",
"StopRecording": "Stop recording",
- "CancelSeries": "Cancel series"
+ "CancelSeries": "Cancel series",
+ "EnableDebugLoggingHelp": "Debug logging should only be enabled as needed for troubleshooting purposes. The increased file system access may prevent the server machine from being able to sleep in some environments."
}
\ No newline at end of file
diff --git a/MediaBrowser.WebDashboard/dashboard-ui/strings/ro.json b/MediaBrowser.WebDashboard/dashboard-ui/strings/ro.json
index c7cf4d9862..323cff2116 100644
--- a/MediaBrowser.WebDashboard/dashboard-ui/strings/ro.json
+++ b/MediaBrowser.WebDashboard/dashboard-ui/strings/ro.json
@@ -1,5 +1,4 @@
{
- "HeaderPlayAll": "Play All",
"LabelPrevious": "Anteriorul",
"LabelFinish": "Termin\u0103",
"LabelNext": "Urm\u0103torul",
@@ -25,6 +24,7 @@
"LabelPinCode": "Codul Pin:",
"DeleteMedia": "\u0218tergere fi\u0219iere media",
"HeaderSync": "Sincronizeaz\u0103",
+ "HeaderPlayAll": "Play All",
"HeaderUpcomingNews": "\u0218tiri viitoare",
"ButtonOk": "Ok",
"ButtonCancel": "Anuleaz\u0103",
@@ -485,9 +485,6 @@
"HeaderResult": "Result",
"OptionOverwriteExistingEpisodes": "Overwrite existing episodes",
"LabelTransferMethod": "Transfer method",
- "OptionCopy": "Copy",
- "OptionMove": "Move",
- "LabelTransferMethodHelp": "Copy or move files from the watch folder",
"HeaderLatestNews": "Latest News",
"HeaderRunningTasks": "Running Tasks",
"HeaderActiveDevices": "Active Devices",
@@ -682,24 +679,11 @@
"MessageNoAvailablePlugins": "No available plugins.",
"LabelDisplayPluginsFor": "Display plugins for:",
"PluginTabAppClassic": "Emby for Windows Media Center",
- "LabelEpisodeNamePlain": "Episode name",
- "LabelSeriesNamePlain": "Series name",
- "ValueSeriesNamePeriod": "Series.name",
- "ValueSeriesNameUnderscore": "Series_name",
- "ValueEpisodeNamePeriod": "Episode.name",
- "ValueEpisodeNameUnderscore": "Episode_name",
- "LabelSeasonNumberPlain": "Season number",
- "LabelEpisodeNumberPlain": "Episode number",
- "LabelEndingEpisodeNumberPlain": "Ending episode number",
"HeaderTypeText": "Enter Text",
"LabelTypeText": "Text",
"TabDisplay": "Display",
"TabLanguages": "Languages",
"TabAppSettings": "App Settings",
- "LabelEnableThemeSongs": "Enable theme songs",
- "LabelEnableBackdrops": "Enable backdrops",
- "LabelEnableThemeSongsHelp": "If enabled, theme songs will be played in the background while browsing the library.",
- "LabelEnableBackdropsHelp": "If enabled, backdrops will be displayed in the background of some pages while browsing the library.",
"HeaderHomePage": "Home Page",
"OptionAuto": "Auto",
"OptionYes": "Yes",
@@ -1866,5 +1850,6 @@
"AllowOnTheFlySubtitleExtractionHelp": "Embedded subtitles can be extracted from videos and delivered to Emby apps in plain text in order to help prevent video transcoding. On some systems this can take a long time and cause video playback to stall during the extraction process. Disable this to have embedded subtitles burned in with video transcoding when they are not natively supported by the client device.",
"ButtonStopRecording": "Stop Recording",
"StopRecording": "Stop recording",
- "CancelSeries": "Cancel series"
+ "CancelSeries": "Cancel series",
+ "EnableDebugLoggingHelp": "Debug logging should only be enabled as needed for troubleshooting purposes. The increased file system access may prevent the server machine from being able to sleep in some environments."
}
\ No newline at end of file
diff --git a/MediaBrowser.WebDashboard/dashboard-ui/strings/ru.json b/MediaBrowser.WebDashboard/dashboard-ui/strings/ru.json
index e8018377cd..646097d30e 100644
--- a/MediaBrowser.WebDashboard/dashboard-ui/strings/ru.json
+++ b/MediaBrowser.WebDashboard/dashboard-ui/strings/ru.json
@@ -1,5 +1,4 @@
{
- "HeaderPlayAll": "Play All",
"LabelPrevious": "\u041f\u0440\u0435\u0434\u044b\u0434\u0443\u0449\u0435\u0435",
"LabelFinish": "\u0417\u0430\u0432\u0435\u0440\u0448\u0438\u0442\u044c",
"LabelNext": "\u0421\u043b\u0435\u0434\u0443\u044e\u0449\u0435\u0435",
@@ -25,6 +24,7 @@
"LabelPinCode": "PIN-\u043a\u043e\u0434:",
"DeleteMedia": "\u0423\u0434\u0430\u043b\u0438\u0442\u044c \u043c\u0435\u0434\u0438\u0430\u0434\u0430\u043d\u043d\u044b\u0435",
"HeaderSync": "\u0421\u0438\u043d\u0445\u0440\u043e\u043d\u0438\u0437\u0430\u0446\u0438\u044f",
+ "HeaderPlayAll": "\u0412\u043e\u0441\u043f\u0440. \u0432\u0441\u0435",
"HeaderUpcomingNews": "\u041e\u0436\u0438\u0434\u0430\u0435\u043c\u044b\u0435 \u043d\u043e\u0432\u043e\u0441\u0442\u0438",
"ButtonOk": "\u041e\u043a",
"ButtonCancel": "\u041e\u0442\u043c\u0435\u043d\u0438\u0442\u044c",
@@ -485,9 +485,6 @@
"HeaderResult": "\u0420\u0435\u0437\u0443\u043b\u044c\u0442\u0430\u0442",
"OptionOverwriteExistingEpisodes": "\u041f\u0435\u0440\u0435\u0437\u0430\u043f\u0438\u0441\u044b\u0432\u0430\u0442\u044c \u0438\u043c\u0435\u044e\u0449\u0438\u0435\u0441\u044f \u044d\u043f\u0438\u0437\u043e\u0434\u044b",
"LabelTransferMethod": "\u041c\u0435\u0442\u043e\u0434 \u043f\u0435\u0440\u0435\u043d\u043e\u0441\u0430",
- "OptionCopy": "\u041a\u043e\u043f\u0438\u0440\u043e\u0432\u0430\u043d\u0438\u0435",
- "OptionMove": "\u041f\u0435\u0440\u0435\u043c\u0435\u0449\u0435\u043d\u0438\u0435",
- "LabelTransferMethodHelp": "\u041a\u043e\u043f\u0438\u0440\u043e\u0432\u0430\u043d\u0438\u0435 \u0438\u043b\u0438 \u043f\u0435\u0440\u0435\u043c\u0435\u0449\u0435\u043d\u0438\u0435 \u0444\u0430\u0439\u043b\u043e\u0432 \u0438\u0437 \u043f\u0430\u043f\u043a\u0438 \u043e\u0442\u0441\u043b\u0435\u0436\u0438\u0432\u0430\u043d\u0438\u044f",
"HeaderLatestNews": "\u0421\u0432\u0435\u0436\u0438\u0435 \u043d\u043e\u0432\u043e\u0441\u0442\u0438",
"HeaderRunningTasks": "\u0412\u044b\u043f\u043e\u043b\u043d\u044f\u044e\u0449\u0438\u0435\u0441\u044f \u0437\u0430\u0434\u0430\u0447\u0438",
"HeaderActiveDevices": "\u0410\u043a\u0442\u0438\u0432\u043d\u044b\u0435 \u0443\u0441\u0442\u0440\u043e\u0439\u0441\u0442\u0432\u0430",
@@ -682,24 +679,11 @@
"MessageNoAvailablePlugins": "\u041f\u043b\u0430\u0433\u0438\u043d\u043e\u0432 \u043d\u0435 \u0438\u043c\u0435\u0435\u0442\u0441\u044f.",
"LabelDisplayPluginsFor": "\u041e\u0442\u043e\u0431\u0440\u0430\u0436\u0435\u043d\u0438\u0435 \u043f\u043b\u0430\u0433\u0438\u043d\u043e\u0432 \u0434\u043b\u044f:",
"PluginTabAppClassic": "Emby \u0434\u043b\u044f WMC",
- "LabelEpisodeNamePlain": "\u041d\u0430\u0437\u0432\u0430\u043d\u0438\u0435 \u044d\u043f\u0438\u0437\u043e\u0434\u0430",
- "LabelSeriesNamePlain": "\u041d\u0430\u0437\u0432\u0430\u043d\u0438\u0435 \u0441\u0435\u0440\u0438\u0430\u043b\u0430",
- "ValueSeriesNamePeriod": "\u041d\u0430\u0437\u0432\u0430\u043d\u0438\u0435.\u0441\u0435\u0440\u0438\u0430\u043b\u0430",
- "ValueSeriesNameUnderscore": "\u041d\u0430\u0437\u0432\u0430\u043d\u0438\u0435_\u0441\u0435\u0440\u0438\u0430\u043b\u0430",
- "ValueEpisodeNamePeriod": "\u041d\u0430\u0437\u0432\u0430\u043d\u0438\u0435.\u044d\u043f\u0438\u0437\u043e\u0434\u0430",
- "ValueEpisodeNameUnderscore": "\u041d\u0430\u0437\u0432\u0430\u043d\u0438\u0435_\u044d\u043f\u0438\u0437\u043e\u0434\u0430",
- "LabelSeasonNumberPlain": "\u041d\u043e\u043c\u0435\u0440 \u0441\u0435\u0437\u043e\u043d\u0430",
- "LabelEpisodeNumberPlain": "\u041d\u043e\u043c\u0435\u0440 \u044d\u043f\u0438\u0437\u043e\u0434\u0430",
- "LabelEndingEpisodeNumberPlain": "\u041d\u043e\u043c\u0435\u0440 \u043a\u043e\u043d\u0435\u0447\u043d\u043e\u0433\u043e \u044d\u043f\u0438\u0437\u043e\u0434\u0430",
"HeaderTypeText": "\u0412\u0432\u043e\u0434 \u0442\u0435\u043a\u0441\u0442\u0430",
"LabelTypeText": "\u0422\u0435\u043a\u0441\u0442",
"TabDisplay": "\u041e\u0442\u043e\u0431\u0440\u0430\u0436\u0435\u043d\u0438\u0435",
"TabLanguages": "\u042f\u0437\u044b\u043a\u0438",
"TabAppSettings": "\u041f\u0430\u0440\u0430\u043c\u0435\u0442\u0440\u044b \u043f\u0440\u0438\u043b\u043e\u0436\u0435\u043d\u0438\u044f",
- "LabelEnableThemeSongs": "\u0412\u043a\u043b\u044e\u0447\u0435\u043d\u0438\u0435 \u0442\u0435\u043c\u0430\u0442\u0438\u0447\u0435\u0441\u043a\u0438\u0445 \u043a\u043e\u043c\u043f\u043e\u0437\u0438\u0446\u0438\u0439",
- "LabelEnableBackdrops": "\u0412\u043a\u043b\u044e\u0447\u0435\u043d\u0438\u0435 \u0437\u0430\u0434\u043d\u0438\u043a\u043e\u0432",
- "LabelEnableThemeSongsHelp": "\u041f\u0440\u0438 \u0432\u043a\u043b\u044e\u0447\u0435\u043d\u0438\u0438, \u0442\u0435\u043c\u0430\u0442\u0438\u0447\u0435\u0441\u043a\u0438\u0435 \u043a\u043e\u043c\u043f\u043e\u0437\u0438\u0446\u0438\u0438 \u0431\u0443\u0434\u0443\u0442 \u0432\u043e\u0441\u043f\u0440\u043e\u0438\u0437\u0432\u043e\u0434\u0438\u0442\u044c\u0441\u044f \u0444\u043e\u043d\u043e\u043c \u043f\u0440\u0438 \u043f\u0440\u043e\u0441\u043c\u043e\u0442\u0440\u0435 \u043c\u0435\u0434\u0438\u0430\u0442\u0435\u043a\u0438.",
- "LabelEnableBackdropsHelp": "\u041f\u0440\u0438 \u0432\u043a\u043b\u044e\u0447\u0435\u043d\u0438\u0438, \u0437\u0430\u0434\u043d\u0438\u043a\u0438 \u0431\u0443\u0434\u0443\u0442 \u043e\u0442\u043e\u0431\u0440\u0430\u0436\u0430\u0442\u044c\u0441\u044f \u0444\u043e\u043d\u043e\u043c \u043d\u0435\u043a\u043e\u0442\u043e\u0440\u044b\u0445 \u0441\u0442\u0440\u0430\u043d\u0438\u0446 \u043f\u0440\u0438 \u043f\u0440\u043e\u0441\u043c\u043e\u0442\u0440\u0435 \u043c\u0435\u0434\u0438\u0430\u0442\u0435\u043a\u0438.",
"HeaderHomePage": "\u0413\u043b\u0430\u0432\u043d\u0430\u044f \u0441\u0442\u0440\u0430\u043d\u0438\u0446\u0430",
"OptionAuto": "\u0410\u0432\u0442\u043e",
"OptionYes": "\u0414\u0430",
@@ -1866,5 +1850,6 @@
"AllowOnTheFlySubtitleExtractionHelp": "\u0412\u043d\u0435\u0434\u0440\u0451\u043d\u043d\u044b\u0435 \u0441\u0443\u0431\u0442\u0438\u0442\u0440\u044b \u0432\u043e\u0437\u043c\u043e\u0436\u043d\u043e \u0438\u0437\u0432\u043b\u0435\u043a\u0430\u0442\u044c \u0438\u0437 \u0432\u0438\u0434\u0435\u043e \u0438 \u0434\u043e\u0441\u0442\u0430\u0432\u043b\u044f\u0442\u044c Emby-\u043f\u0440\u0438\u043b\u043e\u0436\u0435\u043d\u0438\u044f\u043c \u0432 \u0432\u0438\u0434\u0435 \u043e\u0431\u044b\u0447\u043d\u043e\u0433\u043e \u0442\u0435\u043a\u0441\u0442\u0430, \u0432 \u0446\u0435\u043b\u044f\u0445 \u043f\u0440\u0435\u0434\u043e\u0442\u0432\u0440\u0430\u0449\u0435\u043d\u0438\u044f \u043f\u0435\u0440\u0435\u043a\u043e\u0434\u0438\u0440\u043e\u0432\u043a\u0438 \u0432\u0438\u0434\u0435\u043e. \u041d\u0430 \u043d\u0435\u043a\u043e\u0442\u043e\u0440\u044b\u0445 \u0441\u0438\u0441\u0442\u0435\u043c\u0430\u0445 \u044d\u0442\u043e \u043c\u043e\u0436\u0435\u0442 \u0437\u0430\u043d\u044f\u0442\u044c \u043f\u0440\u043e\u0434\u043e\u043b\u0436\u0438\u0442\u0435\u043b\u044c\u043d\u043e\u0435 \u0432\u0440\u0435\u043c\u044f \u0438 \u0432\u044b\u0437\u044b\u0432\u0430\u0442\u044c \u0437\u0430\u0434\u0435\u0440\u0436\u043a\u0438 \u0432\u043e\u0441\u043f\u0440\u043e\u0438\u0437\u0432\u0435\u0434\u0435\u043d\u0438\u044f \u0432\u0438\u0434\u0435\u043e \u0432 \u043f\u0440\u043e\u0446\u0435\u0441\u0441\u0435 \u0438\u0437\u0432\u043b\u0435\u0447\u0435\u043d\u0438\u044f. \u041e\u0442\u043a\u043b\u044e\u0447\u0438\u0442\u0435 \u044d\u0442\u043e, \u0434\u043b\u044f \u0437\u0430\u043f\u0438\u0441\u0438 \u0432\u043d\u0435\u0434\u0440\u0451\u043d\u043d\u044b\u0445 \u0441\u0443\u0431\u0442\u0438\u0442\u0440\u043e\u0432 \u0432\u043e \u0432\u0440\u0435\u043c\u044f \u043f\u0435\u0440\u0435\u043a\u043e\u0434\u0438\u0440\u043e\u0432\u043a\u0438 \u0432\u0438\u0434\u0435\u043e, \u043f\u0440\u0438 \u043e\u0442\u0441\u0443\u0442\u0441\u0442\u0432\u0438\u0438 \u0432\u0441\u0442\u0440\u043e\u0435\u043d\u043d\u043e\u0439 \u043f\u043e\u0434\u0434\u0435\u0440\u0436\u043a\u0438 \u0438\u0445 \u0432 \u043a\u043b\u0438\u0435\u043d\u0442\u0441\u043a\u043e\u043c \u0443\u0441\u0442\u0440\u043e\u0439\u0441\u0442\u0432\u0435.",
"ButtonStopRecording": "\u041e\u0441\u0442\u0430\u043d\u043e\u0432\u0438\u0442\u044c \u0437\u0430\u043f\u0438\u0441\u044c",
"StopRecording": "\u041e\u0441\u0442\u0430\u043d\u043e\u0432\u0438\u0442\u044c \u0437\u0430\u043f\u0438\u0441\u044c",
- "CancelSeries": "\u041e\u0442\u043c\u0435\u043d\u0438\u0442\u044c \u0441\u0435\u0440\u0438\u0430\u043b"
+ "CancelSeries": "\u041e\u0442\u043c\u0435\u043d\u0438\u0442\u044c \u0441\u0435\u0440\u0438\u0430\u043b",
+ "EnableDebugLoggingHelp": "\u0416\u0443\u0440\u043d\u0430\u043b\u0438\u0440\u043e\u0432\u0430\u043d\u0438\u0435 \u043e\u0442\u043b\u0430\u0434\u043a\u0438 \u0434\u043e\u043b\u0436\u043d\u043e \u0432\u043a\u043b\u044e\u0447\u0430\u0442\u044c\u0441\u044f \u0442\u043e\u043b\u044c\u043a\u043e \u043f\u0440\u0438 \u043d\u0435\u043e\u0431\u0445\u043e\u0434\u0438\u043c\u043e\u0441\u0442\u0438 \u0443\u0441\u0442\u0440\u0430\u043d\u0435\u043d\u0438\u044f \u043d\u0435\u043f\u043e\u043b\u0430\u0434\u043e\u043a. \u041f\u043e\u0432\u044b\u0448\u0435\u043d\u043d\u044b\u0439 \u0434\u043e\u0441\u0442\u0443\u043f \u043a \u0444\u0430\u0439\u043b\u043e\u0432\u043e\u0439 \u0441\u0438\u0441\u0442\u0435\u043c\u0435 \u043c\u043e\u0436\u0435\u0442 \u043f\u043e\u043c\u0435\u0448\u0430\u0442\u044c \u0441\u0435\u0440\u0432\u0435\u0440\u043d\u043e\u0439 \u043c\u0430\u0448\u0438\u043d\u0435 \u043f\u0435\u0440\u0435\u0445\u043e\u0434\u0438\u0442\u044c \u0432 \u0441\u043e\u0441\u0442\u043e\u044f\u043d\u0438\u0435 \u0441\u043d\u0430 \u0432 \u043d\u0435\u043a\u043e\u0442\u043e\u0440\u044b\u0445 \u0441\u0440\u0435\u0434\u0430\u0445."
}
\ No newline at end of file
diff --git a/MediaBrowser.WebDashboard/dashboard-ui/strings/sk.json b/MediaBrowser.WebDashboard/dashboard-ui/strings/sk.json
index 8a9e0a68f6..1367948992 100644
--- a/MediaBrowser.WebDashboard/dashboard-ui/strings/sk.json
+++ b/MediaBrowser.WebDashboard/dashboard-ui/strings/sk.json
@@ -1,5 +1,4 @@
{
- "HeaderPlayAll": "Play All",
"LabelPrevious": "Predch\u00e1dzaj\u00face",
"LabelFinish": "Ukon\u010di\u0165",
"LabelNext": "\u010ealej",
@@ -25,6 +24,7 @@
"LabelPinCode": "Pin k\u00f3d:",
"DeleteMedia": "Odstr\u00e1ni\u0165 m\u00e9dia",
"HeaderSync": "Sync",
+ "HeaderPlayAll": "Prehra\u0165 v\u0161etko",
"HeaderUpcomingNews": "Nadch\u00e1dzaj\u00face spr\u00e1vy",
"ButtonOk": "Ok",
"ButtonCancel": "Zru\u0161i\u0165",
@@ -40,25 +40,25 @@
"HeaderPaths": "Cesty",
"CategorySync": "Sync",
"TabPlaylist": "Playlist",
- "HeaderInstantMix": "Instant Mix",
+ "HeaderInstantMix": "Okam\u017eit\u00fd mix",
"HeaderEasyPinCode": "Jednoduch\u00fd pin k\u00f3d",
"HeaderInstalledServices": "Nain\u0161talovan\u00e9 slu\u017eby",
"HeaderAvailableServices": "Dostupn\u00e9 slu\u017eby",
"MessageNoServicesInstalled": "Moment\u00e1lne nie s\u00fa nain\u0161talovan\u00e9 \u017eiadne slu\u017eby.",
- "HeaderToAccessPleaseEnterEasyPinCode": "Pre pr\u00edstup pros\u00edm vlo\u017ete V\u00e1\u0161 jednoduch\u00fd pin k\u00f3d",
+ "HeaderToAccessPleaseEnterEasyPinCode": "Pre pr\u00edstup, pros\u00edm, vlo\u017ete V\u00e1\u0161 jednoduch\u00fd pin k\u00f3d",
"ButtonConfigurePinCode": "Konfigurova\u0165 pin k\u00f3d",
- "RegisterWithPayPal": "Register with PayPal",
+ "RegisterWithPayPal": "Registrova\u0165 pomocou PayPal",
"LabelSyncTempPath": "Do\u010dasn\u00e1 cesta k s\u00faboru:",
"LabelSyncTempPathHelp": "Specify a custom sync working folder. Converted media created during the sync process will be stored here.",
- "LabelCustomCertificatePath": "Vlastn\u00e1 cesta k certifik\u00e1tu:",
- "LabelCustomCertificatePathHelp": "Supply your own ssl certificate .pfx file.",
+ "LabelCustomCertificatePath": "Vlastn\u00e1 cesta k ssl certifik\u00e1tu:",
+ "LabelCustomCertificatePathHelp": "Uve\u010fte V\u00e1\u0161 vlastn\u00fd .pfx s\u00fabor ssl certifik\u00e1tu.",
"TitleNotifications": "Upozornenia",
- "OptionDetectArchiveFilesAsMedia": "Detect archive files as media",
- "OptionDetectArchiveFilesAsMediaHelp": "If enabled, files with .rar and .zip extensions will be detected as media files.",
- "LabelEnterConnectUserName": "Username or email:",
- "LabelEnterConnectUserNameHelp": "This is your Emby online account username or email.",
+ "OptionDetectArchiveFilesAsMedia": "Detegova\u0165 s\u00fabory arch\u00edvov ako m\u00e9di\u00e1",
+ "OptionDetectArchiveFilesAsMediaHelp": "Ak je mo\u017enos\u0165 povolen\u00e1, s\u00fabory s form\u00e1tom .rar a .zip bud\u00fa detegovan\u00e9 ako medi\u00e1lne s\u00fabory.",
+ "LabelEnterConnectUserName": "Meno u\u017e\u00edvate\u013ea alebo email:",
+ "LabelEnterConnectUserNameHelp": "Toto je u\u017e\u00edvate\u013esk\u00e9 meno alebo email V\u00e1\u0161ho Emby online \u00fa\u010dtu.",
"HeaderSyncJobInfo": "Sync Job",
- "FolderTypeMixed": "Mixed content",
+ "FolderTypeMixed": "Zmie\u0161an\u00fd obsah",
"FolderTypeMovies": "Filmy",
"FolderTypeMusic": "Hudba",
"FolderTypePhotos": "Fotky",
@@ -68,198 +68,198 @@
"FolderTypeTvShows": "TV",
"FolderTypeInherit": "Inherit",
"LabelContentType": "Druh obsahu:",
- "TitleScheduledTasks": "Scheduled Tasks",
- "HeaderSetupLibrary": "Setup your media libraries",
- "LabelFolderType": "Folder type:",
- "LabelCountry": "Country:",
- "LabelLanguage": "Language:",
- "LabelTimeLimitHours": "Time limit (hours):",
- "HeaderPreferredMetadataLanguage": "Preferred Metadata Language",
+ "TitleScheduledTasks": "Napl\u00e1novan\u00e9 \u00falohy",
+ "HeaderSetupLibrary": "Nastavte Va\u0161e kni\u017enice m\u00e9di\u00ed",
+ "LabelFolderType": "Druh prie\u010dinka:",
+ "LabelCountry": "Krajina:",
+ "LabelLanguage": "Jazyk:",
+ "LabelTimeLimitHours": "\u010casov\u00fd limit (v hodin\u00e1ch):",
+ "HeaderPreferredMetadataLanguage": "Uprednost\u0148ovan\u00fd jazyk metad\u00e1t",
"LabelSaveLocalMetadata": "Save artwork and metadata into media folders",
"LabelSaveLocalMetadataHelp": "Saving artwork and metadata directly into media folders will put them in a place where they can be easily edited.",
"LabelDownloadInternetMetadata": "Download artwork and metadata from the internet",
"LabelDownloadInternetMetadataHelp": "Emby Server can download information about your media to enable rich presentations.",
- "TabPassword": "Password",
- "TabLibraryAccess": "Library Access",
- "TabAccess": "Access",
- "TabImage": "Image",
- "TabProfile": "Profile",
- "TabMetadata": "Metadata",
- "TabImages": "Images",
- "TabNotifications": "Notifications",
- "TabCollectionTitles": "Titles",
+ "TabPassword": "Heslo",
+ "TabLibraryAccess": "Pr\u00edstup ku kni\u017enici",
+ "TabAccess": "Pr\u00edstup",
+ "TabImage": "Obr\u00e1zok",
+ "TabProfile": "Profil",
+ "TabMetadata": "Metad\u00e1ta",
+ "TabImages": "Obr\u00e1zky",
+ "TabNotifications": "Upozornenia",
+ "TabCollectionTitles": "N\u00e1zvy",
"HeaderDeviceAccess": "Device Access",
- "OptionEnableAccessFromAllDevices": "Enable access from all devices",
- "OptionEnableAccessToAllChannels": "Enable access to all channels",
- "OptionEnableAccessToAllLibraries": "Enable access to all libraries",
- "DeviceAccessHelp": "This only applies to devices that can be uniquely identified and will not prevent browser access. Filtering user device access will prevent them from using new devices until they've been approved here.",
- "LabelDisplayMissingEpisodesWithinSeasons": "Display missing episodes within seasons",
- "LabelDisplayMissingEpisodesWithinSeasonsHelp": "This must also be enabled for TV libraries in Emby Server setup.",
- "LabelUnairedMissingEpisodesWithinSeasons": "Display unaired episodes within seasons",
- "ImportMissingEpisodesHelp": "If enabled, information about missing episodes will be imported into your Emby database and displayed within seasons and series. This may cause significantly longer library scans.",
- "MessageEnablingOptionLongerScans": "Enabling this option may result in significantly longer library scans.",
- "HeaderPlaybackSettings": "Playback Settings",
- "LabelAudioLanguagePreference": "Audio language preference:",
- "LabelSubtitleLanguagePreference": "Subtitle language preference:",
- "OptionDefaultSubtitles": "Default",
- "OptionSmartSubtitles": "Smart",
- "OptionSmartSubtitlesHelp": "Subtitles matching the language preference will be loaded when the audio is in a foreign language.",
- "OptionOnlyForcedSubtitles": "Only forced subtitles",
- "OptionAlwaysPlaySubtitles": "Always play subtitles",
- "OptionDefaultSubtitlesHelp": "Subtitles are loaded based on the default and forced flags in the embedded metadata. Language preferences are considered when multiple options are available.",
- "OptionOnlyForcedSubtitlesHelp": "Only subtitles marked as forced will be loaded.",
- "OptionAlwaysPlaySubtitlesHelp": "Subtitles matching the language preference will be loaded regardless of the audio language.",
- "OptionNoSubtitlesHelp": "Subtitles will not be loaded by default.",
- "TabProfiles": "Profiles",
- "TabSecurity": "Security",
- "ButtonAddUser": "Add User",
- "ButtonInviteUser": "Invite User",
- "ButtonSave": "Save",
- "ButtonResetPassword": "Reset Password",
- "LabelUrl": "Url:",
- "LabelNewPassword": "New password:",
- "LabelNewPasswordConfirm": "New password confirm:",
- "HeaderCreatePassword": "Create Password",
- "LabelCurrentPassword": "Current password:",
- "LabelMaxParentalRating": "Maximum allowed parental rating:",
- "MaxParentalRatingHelp": "Content with a higher rating will be hidden from this user.",
- "LibraryAccessHelp": "Select the media folders to share with this user. Administrators will be able to edit all folders using the metadata manager.",
- "ChannelAccessHelp": "Select the channels to share with this user. Administrators will be able to edit all channels using the metadata manager.",
- "ButtonDeleteImage": "Delete Image",
- "LabelSelectUsers": "Select users:",
- "ButtonUpload": "Upload",
- "HeaderUploadNewImage": "Upload New Image",
- "ImageUploadAspectRatioHelp": "1:1 Aspect Ratio Recommended. JPG\/PNG only.",
- "MessageNothingHere": "Nothing here.",
- "MessagePleaseEnsureInternetMetadata": "Please ensure downloading of internet metadata is enabled.",
- "AlreadyPaidHelp1": "If you already paid to install an older version of Media Browser for Android, you don't need to pay again in order to activate this app. Click OK to send us an email at {0} and we'll get it activated for you.",
- "AlreadyPaidHelp2": "Got Emby Premiere? Just cancel this dialog, setup Emby Premiere in your Emby Server Dashboard under Help -> Emby Premiere, and it will be unlocked automatically.",
- "TabSuggestions": "Suggestions",
- "TabLatest": "Latest",
- "TabUpcoming": "Upcoming",
+ "OptionEnableAccessFromAllDevices": "Povoli\u0165 pr\u00edstup zo v\u0161etk\u00fdch zariaden\u00ed",
+ "OptionEnableAccessToAllChannels": "Povoli\u0165 pr\u00edstup ku v\u0161etk\u00fdm kan\u00e1lom",
+ "OptionEnableAccessToAllLibraries": "Povoli\u0165 pr\u00edstup ku v\u0161etk\u00fdm kni\u017eniciam",
+ "DeviceAccessHelp": "T\u00e1to mo\u017enos\u0165 sa vz\u0165ahuje iba na zariadenia, ktor\u00e9 m\u00f4\u017eu by\u0165 jedine\u010dne identifikovan\u00e9 a nezabr\u00e1ni pr\u00edstup cez prehliada\u010d. Filtrovan\u00edm pr\u00edstupu u\u017e\u00edvate\u013esk\u00fdch zariaden\u00ed zabra\u0148uje u\u017e\u00edvate\u013eom pou\u017ei\u0165 nov\u00e9 zariadenie, pokia\u013e neboli tu schv\u00e1len\u00e9.",
+ "LabelDisplayMissingEpisodesWithinSeasons": "Zobrazi\u0165 ch\u00fdbaj\u00face epiz\u00f3dy v s\u00e9ri\u00e1ch",
+ "LabelDisplayMissingEpisodesWithinSeasonsHelp": "Toto mus\u00ed by\u0165 tie\u017e povolen\u00e9 pre TV kni\u017enice v nastaven\u00ed Emby servera.",
+ "LabelUnairedMissingEpisodesWithinSeasons": "Zobrazi\u0165 nevysielan\u00e9 epiz\u00f3dy v s\u00e9ri\u00e1ch",
+ "ImportMissingEpisodesHelp": "Ak je mo\u017enos\u0165 povolen\u00e1, inform\u00e1cie o ch\u00fdbaj\u00facich epiz\u00f3dach bud\u00fa importovan\u00e9 do Va\u0161ej Emby datab\u00e1zy a bud\u00fa zobrazen\u00e9 v s\u00e9ri\u00e1ch a seri\u00e1loch. Toto m\u00f4\u017ee sp\u00f4sobi\u0165 podstatne dlh\u0161ie skenovania kni\u017en\u00edc.",
+ "MessageEnablingOptionLongerScans": "Povolenie tejto mo\u017enosti m\u00f4\u017ee ma\u0165 za n\u00e1sledok podstatne dlh\u0161ie skenovania kni\u017en\u00edc.",
+ "HeaderPlaybackSettings": "Nastavenia prehr\u00e1vania",
+ "LabelAudioLanguagePreference": "Preferovan\u00fd jazyk zvukovej stopy:",
+ "LabelSubtitleLanguagePreference": "Preferovan\u00fd jazyk titulkov:",
+ "OptionDefaultSubtitles": "Predvolen\u00fd",
+ "OptionSmartSubtitles": "Chytr\u00fd",
+ "OptionSmartSubtitlesHelp": "Titulky, ktor\u00fdch jazyk sa zhoduje s preferovan\u00fdm jazykom bud\u00fa na\u010d\u00edtan\u00e9, ak zvukov\u00e1 stopa je v cudzom jazyku.",
+ "OptionOnlyForcedSubtitles": "Iba vyn\u00faten\u00e9 titulky",
+ "OptionAlwaysPlaySubtitles": "V\u017edy prehr\u00e1va\u0165 titulky",
+ "OptionDefaultSubtitlesHelp": "Titulky s\u00fa na\u010d\u00edtan\u00e9 na z\u00e1klade predvolen\u00fdch a vyn\u00faten\u00fdch zna\u010diek vo vstavan\u00fdch metad\u00e1tach. Jazykov\u00e9 preferencie s\u00fa zv\u00e1\u017een\u00e9 ak viacero mo\u017enost\u00ed je dostupn\u00fdch.",
+ "OptionOnlyForcedSubtitlesHelp": "Bud\u00fa na\u010d\u00edtan\u00e9 iba titulky ozna\u010den\u00e9 ako vyn\u00faten\u00e9.",
+ "OptionAlwaysPlaySubtitlesHelp": "Titulky, ktor\u00fdch jazyk sa zhoduje s preferovan\u00fdm jazykom bud\u00fa na\u010d\u00edtan\u00e9 bez oh\u013eadu na jazyk zvukovej stopy.",
+ "OptionNoSubtitlesHelp": "Titulky nebud\u00fa predvolene na\u010d\u00edtan\u00e9.",
+ "TabProfiles": "Profily",
+ "TabSecurity": "Zabezpe\u010denie",
+ "ButtonAddUser": "Prida\u0165 u\u017e\u00edvate\u013ea",
+ "ButtonInviteUser": "Pozva\u0165 u\u017e\u00edvate\u013ea",
+ "ButtonSave": "Ulo\u017ei\u0165",
+ "ButtonResetPassword": "Obnovi\u0165 heslo",
+ "LabelUrl": "URL:",
+ "LabelNewPassword": "Nov\u00e9 heslo:",
+ "LabelNewPasswordConfirm": "Potvrdenie nov\u00e9ho hesla:",
+ "HeaderCreatePassword": "Vytvori\u0165 heslo",
+ "LabelCurrentPassword": "Aktu\u00e1lne heslo:",
+ "LabelMaxParentalRating": "Maxim\u00e1lne povolen\u00e9 rodi\u010dovsk\u00e9 hodnotenie:",
+ "MaxParentalRatingHelp": "Obsah s vy\u0161\u0161\u00edm rodi\u010dovsk\u00fdm hodnoten\u00edm bude skryt\u00fd pre tohto u\u017e\u00edvate\u013ea.",
+ "LibraryAccessHelp": "Zvo\u013ete prie\u010dinky m\u00e9di\u00ed zdie\u013ean\u00e9 s t\u00fdmto u\u017e\u00edvate\u013eom. Administr\u00e1tori bud\u00fa schopn\u00ed upravi\u0165 v\u0161etky prie\u010dinky pou\u017eit\u00edm spr\u00e1vcu metad\u00e1t.",
+ "ChannelAccessHelp": "Zvo\u013ete kan\u00e1ly zdie\u013ean\u00e9 s t\u00fdmto u\u017e\u00edvate\u013eom. Administr\u00e1tori bud\u00fa schopn\u00ed upravi\u0165 v\u0161etky kan\u00e1ly pou\u017eit\u00edm spr\u00e1vcu metad\u00e1t.",
+ "ButtonDeleteImage": "Zmaza\u0165 obr\u00e1zok",
+ "LabelSelectUsers": "Zvo\u013ete u\u017e\u00edvate\u013eov:",
+ "ButtonUpload": "Nahra\u0165",
+ "HeaderUploadNewImage": "Nahra\u0165 nov\u00fd obr\u00e1zok",
+ "ImageUploadAspectRatioHelp": "Odpor\u00fa\u010dan\u00fd pomer str\u00e1n je 1:1. Iba JPG\/PNG.",
+ "MessageNothingHere": "Ni\u010d tu nie je.",
+ "MessagePleaseEnsureInternetMetadata": "Pros\u00edm, uistite sa, \u017ee s\u0165ahovanie internetov\u00fdch metad\u00e1t je povolen\u00e9.",
+ "AlreadyPaidHelp1": "Ak ste u\u017e zaplatili za in\u0161tal\u00e1ciu star\u0161ej verzie aplik\u00e1cie Media Browser pre Android, nemus\u00edte znova plati\u0165 za aktiv\u00e1ciu tejto aplik\u00e1cie. Kliknut\u00edm na OK n\u00e1m odo\u0161lete email na adresu {0} a my V\u00e1m ju aktivujeme.",
+ "AlreadyPaidHelp2": "M\u00e1te Emby Premiere? Zavrite toto dial\u00f3gov\u00e9 okno, nastavte Emby Premiere vo Va\u0161om Dashboarde Emby serveru v sekcii Pomoc -> Emby Premiere a bude to automaticky odomknut\u00e9.",
+ "TabSuggestions": "N\u00e1vrhy",
+ "TabLatest": "Posledn\u00e9",
+ "TabUpcoming": "Nadch\u00e1dzaj\u00face",
"TabShows": "Shows",
- "TabEpisodes": "Episodes",
- "TabGenres": "Genres",
- "TabNetworks": "Networks",
- "HeaderUsers": "Users",
- "HeaderFilters": "Filters",
+ "TabEpisodes": "Epiz\u00f3dy",
+ "TabGenres": "\u017d\u00e1nre",
+ "TabNetworks": "Siete",
+ "HeaderUsers": "U\u017e\u00edvatelia",
+ "HeaderFilters": "Filtre",
"ButtonFilter": "Filter",
"OptionFavorite": "Ob\u013e\u00faben\u00e9",
"OptionLikes": "Likes",
"OptionDislikes": "Dislikes",
- "OptionActors": "Actors",
- "OptionGuestStars": "Guest Stars",
- "OptionDirectors": "Directors",
+ "OptionActors": "Herci",
+ "OptionGuestStars": "Hos\u0165uj\u00face hviezdy",
+ "OptionDirectors": "Re\u017eis\u00e9ri",
"OptionWriters": "Writers",
- "OptionProducers": "Producers",
- "HeaderResume": "Resume",
- "HeaderContinueWatching": "Continue Watching",
- "HeaderNextUp": "Next Up",
- "NoNextUpItemsMessage": "None found. Start watching your shows!",
- "HeaderLatestEpisodes": "Latest Episodes",
+ "OptionProducers": "Producenti",
+ "HeaderResume": "Pokra\u010dova\u0165",
+ "HeaderContinueWatching": "Pokra\u010dova\u0165 v pozeran\u00ed",
+ "HeaderNextUp": "Nasleduje",
+ "NoNextUpItemsMessage": "Neboli \u017eiadne n\u00e1jden\u00e9. Za\u010dnite pozera\u0165 Va\u0161e seri\u00e1ly!",
+ "HeaderLatestEpisodes": "Najnov\u0161ie epiz\u00f3dy",
"HeaderPersonTypes": "Person Types:",
- "TabSongs": "Songs",
- "TabAlbums": "Albums",
- "TabArtists": "Artists",
+ "TabSongs": "Skladby",
+ "TabAlbums": "Albumy",
+ "TabArtists": "Umelci",
"TabAlbumArtists": "Album Artists",
- "TabMusicVideos": "Music Videos",
- "ButtonSort": "Sort",
- "OptionPlayed": "Played",
- "OptionUnplayed": "Unplayed",
- "OptionAscending": "Ascending",
- "OptionDescending": "Descending",
+ "TabMusicVideos": "Hudobn\u00e9 vide\u00e1",
+ "ButtonSort": "Zoradi\u0165",
+ "OptionPlayed": "Prehran\u00e9",
+ "OptionUnplayed": "Neprehran\u00e9",
+ "OptionAscending": "Vzostupne",
+ "OptionDescending": "Zostupne",
"OptionRuntime": "Runtime",
- "OptionReleaseDate": "Release Date",
- "OptionPlayCount": "Play Count",
- "OptionDatePlayed": "Date Played",
- "OptionDateAdded": "Date Added",
+ "OptionReleaseDate": "D\u00e1tum vydania",
+ "OptionPlayCount": "Po\u010det prehran\u00ed",
+ "OptionDatePlayed": "D\u00e1tum prehrania",
+ "OptionDateAdded": "D\u00e1tum pridania",
"OptionAlbumArtist": "Album Artist",
- "OptionArtist": "Artist",
+ "OptionArtist": "Umelec",
"OptionAlbum": "Album",
- "OptionTrackName": "Track Name",
- "OptionCommunityRating": "Community Rating",
- "OptionNameSort": "Name",
- "OptionFolderSort": "Folders",
- "OptionPoster": "Poster",
+ "OptionTrackName": "N\u00e1zov skladby",
+ "OptionCommunityRating": "Hodnotenie komunity",
+ "OptionNameSort": "Meno",
+ "OptionFolderSort": "Prie\u010dinky",
+ "OptionPoster": "Plag\u00e1t:",
"OptionPosterCard": "Poster card",
"OptionBackdrop": "Backdrop",
"OptionTimeline": "Timeline",
"OptionThumb": "Thumb",
"OptionThumbCard": "Thumb card",
"OptionBanner": "Banner",
- "OptionCriticRating": "Critic Rating",
+ "OptionCriticRating": "Hodnotenie kritikov",
"OptionVideoBitrate": "Video Bitrate",
"OptionResumable": "Resumable",
- "TabMyPlugins": "My Plugins",
- "TabCatalog": "Catalog",
- "TitlePlugins": "Plugins",
- "HeaderAutomaticUpdates": "Automatic Updates",
- "HeaderNowPlaying": "Now Playing",
- "HeaderLatestAlbums": "Latest Albums",
- "HeaderLatestSongs": "Latest Songs",
- "HeaderRecentlyPlayed": "Recently Played",
- "HeaderFrequentlyPlayed": "Frequently Played",
- "LabelVideoType": "Video Type:",
+ "TabMyPlugins": "Moje roz\u0161\u00edrenia",
+ "TabCatalog": "Katal\u00f3g",
+ "TitlePlugins": "Roz\u0161\u00edrenia",
+ "HeaderAutomaticUpdates": "Automatick\u00e9 aktualiz\u00e1cie",
+ "HeaderNowPlaying": "Teraz prehr\u00e1van\u00e9",
+ "HeaderLatestAlbums": "Posledn\u00e9 albumy",
+ "HeaderLatestSongs": "Posledn\u00e9 skladby",
+ "HeaderRecentlyPlayed": "Ned\u00e1vno prehr\u00e1van\u00e9",
+ "HeaderFrequentlyPlayed": "\u010casto hran\u00e9",
+ "LabelVideoType": "Druh videa:",
"OptionBluray": "Bluray",
"OptionDvd": "Dvd",
"OptionIso": "Iso",
"Option3D": "3D",
- "LabelDeinterlacingMethod": "Deinterlacing method:",
- "Standard": "Standard",
- "BobAndWeaveWithHelp": "Bob and weave (higher quality, but slower)",
- "LabelStatus": "Status:",
- "LabelLastResult": "Last result:",
- "OptionHasSubtitles": "Subtitles",
+ "LabelDeinterlacingMethod": "Met\u00f3da deinterl\u00e1cie:",
+ "Standard": "\u0160tandardn\u00e1",
+ "BobAndWeaveWithHelp": "Bob and weave (vy\u0161\u0161ia kvalita, no pomal\u0161ia)",
+ "LabelStatus": "Stav:",
+ "LabelLastResult": "Posledn\u00fd v\u00fdsledok:",
+ "OptionHasSubtitles": "Titulky",
"OptionHasTrailer": "Trailer",
"OptionHasThemeSong": "Theme Song",
"OptionHasThemeVideo": "Theme Video",
- "TabMovies": "Movies",
+ "TabMovies": "Filmy",
"TabStudios": "Studios",
"TabTrailers": "Trailers",
- "LabelArtists": "Artists:",
+ "LabelArtists": "Umelci:",
"LabelArtistsHelp": "Separate multiple using ;",
"HeaderLatestTrailers": "Latest Trailers",
"OptionHasSpecialFeatures": "Special Features",
- "OptionImdbRating": "IMDb Rating",
+ "OptionImdbRating": "Hodnotenie IMDb",
"OptionParentalRating": "Parental Rating",
- "OptionPremiereDate": "Premiere Date",
- "TabBasic": "Basic",
- "TabAdvanced": "Advanced",
+ "OptionPremiereDate": "D\u00e1tum premi\u00e9ry",
+ "TabBasic": "Z\u00e1kladn\u00e9",
+ "TabAdvanced": "Pokro\u010dil\u00e9",
"OptionContinuing": "Continuing",
"OptionEnded": "Ended",
"HeaderAirDays": "Air Days",
- "OptionSundayShort": "Sun",
- "OptionMondayShort": "Mon",
- "OptionTuesdayShort": "Tue",
- "OptionWednesdayShort": "Wed",
- "OptionThursdayShort": "Thu",
- "OptionFridayShort": "Fri",
- "OptionSaturdayShort": "Sat",
- "OptionSunday": "Sunday",
- "OptionMonday": "Monday",
- "OptionTuesday": "Tuesday",
- "OptionWednesday": "Wednesday",
- "OptionThursday": "Thursday",
- "OptionFriday": "Friday",
- "OptionSaturday": "Saturday",
- "HeaderManagement": "Management",
- "LabelManagement": "Management:",
- "OptionMissingImdbId": "Missing IMDb Id",
- "OptionMissingTvdbId": "Missing TheTVDB Id",
+ "OptionSundayShort": "Ned",
+ "OptionMondayShort": "Pon",
+ "OptionTuesdayShort": "Uto",
+ "OptionWednesdayShort": "Str",
+ "OptionThursdayShort": "\u0160tv",
+ "OptionFridayShort": "Pia",
+ "OptionSaturdayShort": "Sob",
+ "OptionSunday": "Nede\u013ea",
+ "OptionMonday": "Pondelok",
+ "OptionTuesday": "Utorok",
+ "OptionWednesday": "Streda",
+ "OptionThursday": "\u0160tvrtok",
+ "OptionFriday": "Piatok",
+ "OptionSaturday": "Sobota",
+ "HeaderManagement": "Mana\u017ement",
+ "LabelManagement": "Mana\u017ement:",
+ "OptionMissingImdbId": "Ch\u00fdbaj\u00face IMDb ID",
+ "OptionMissingTvdbId": "Ch\u00fdbaj\u00face TheTVDB ID",
"OptionMissingOverview": "Missing Overview",
- "TabGeneral": "General",
- "TitleSupport": "Support",
- "TabAbout": "About",
+ "TabGeneral": "V\u0161eobecn\u00e9",
+ "TitleSupport": "Podpora",
+ "TabAbout": "O",
"TabSupporterKey": "Emby Premiere Key",
"TabBecomeSupporter": "Get Emby Premiere",
"TabEmbyPremiere": "Emby Premiere",
- "OptionHideUser": "Hide this user from login screens",
- "OptionHideUserFromLoginHelp": "Useful for private or hidden administrator accounts. The user will need to sign in manually by entering their username and password.",
- "OptionDisableUser": "Disable this user",
+ "OptionHideUser": "Nezobrazova\u0165 tohto pou\u017e\u00edvate\u013ea v prihlasovac\u00edch obrazovk\u00e1ch",
+ "OptionHideUserFromLoginHelp": "U\u017eito\u010dn\u00e9 pre s\u00fakromn\u00e9 alebo ukryt\u00e9 administr\u00e1torsk\u00e9 \u00fa\u010dty. Pou\u017e\u00edvate\u013e sa bude musie\u0165 prihl\u00e1si\u0165 manu\u00e1lne zadan\u00edm mena a hesla.",
+ "OptionDisableUser": "Zak\u00e1za\u0165 tohto u\u017e\u00edvate\u013ea",
"OptionDisableUserHelp": "If disabled the server will not allow any connections from this user. Existing connections will be abruptly terminated.",
- "LabelName": "Name:",
- "ButtonHelp": "Help",
- "OptionAllowUserToManageServer": "Allow this user to manage the server",
+ "LabelName": "Meno:",
+ "ButtonHelp": "Pomoc",
+ "OptionAllowUserToManageServer": "Povoli\u0165 tomuto pou\u017e\u00edvate\u013eovi spravova\u0165 server",
"HeaderFeatureAccess": "Feature Access",
"OptionAllowMediaPlayback": "Allow media playback",
"OptionAllowBrowsingLiveTv": "Allow Live TV access",
@@ -271,24 +271,24 @@
"OptionAllowRemoteSharedDevicesHelp": "Dlna devices are considered shared until a user begins controlling it.",
"OptionAllowLinkSharing": "Allow social media sharing",
"OptionAllowLinkSharingHelp": "Only web pages containing media information are shared. Media files are never shared publicly. Shares are time-limited and will expire after {0} days.",
- "HeaderRemoteControl": "Remote Control",
+ "HeaderRemoteControl": "\u010eia\u013ekov\u00e9 ovl\u00e1danie",
"OptionMissingTmdbId": "Missing Tmdb Id",
"OptionIsHD": "HD",
"OptionIsSD": "SD",
- "ButtonSelect": "Select",
+ "ButtonSelect": "Vybra\u0165",
"PismoMessage": "Utilizing Pismo File Mount through a donated license.",
"HeaderCredits": "Credits",
"PleaseSupportOtherProduces": "Please support other free products we utilize:",
"VersionNumber": "Version {0}",
- "TabPaths": "Paths",
+ "TabPaths": "Cesty",
"TabServer": "Server",
"TabTranscoding": "Transcoding",
- "OptionRelease": "Official Release",
+ "OptionRelease": "Ofici\u00e1lne vydanie",
"LabelAllowServerAutoRestart": "Allow the server to restart automatically to apply updates",
"LabelAllowServerAutoRestartHelp": "The server will only restart during idle periods, when no users are active.",
- "LabelRunServerAtStartup": "Run server at startup",
+ "LabelRunServerAtStartup": "Spusti\u0165 server pri \u0161tarte",
"LabelRunServerAtStartupHelp": "This will start the Emby tray icon on Windows startup. If you've set up a Windows service then leave this unchecked and configure the service to run at startup.",
- "ButtonSelectDirectory": "Select Directory",
+ "ButtonSelectDirectory": "Vybra\u0165 prie\u010dinok",
"LabelCachePath": "Cache path:",
"DefaultMetadataLangaugeDescription": "These are your defaults and can be customized on a per-library basis.",
"LabelCachePathHelp": "Specify a custom location for server cache files, such as images. Leave blank to use the server default.",
@@ -300,58 +300,58 @@
"LabelMetadataPathHelp": "Specify a custom location for downloaded artwork and metadata.",
"LabelTranscodingTempPath": "Transcoding temporary path:",
"LabelTranscodingTempPathHelp": "This folder contains working files used by the transcoder. Specify a custom path, or leave empty to use the default within the server's data folder.",
- "TabBasics": "Basics",
+ "TabBasics": "Z\u00e1klady",
"TabTV": "TV",
- "TabGames": "Games",
- "TabMusic": "Music",
- "TabOthers": "Others",
- "OptionMovies": "Movies",
- "OptionEpisodes": "Episodes",
- "OptionOtherVideos": "Other Videos",
+ "TabGames": "Hry",
+ "TabMusic": "Hudba",
+ "TabOthers": "In\u00e9",
+ "OptionMovies": "Filmy",
+ "OptionEpisodes": "Epiz\u00f3dy",
+ "OptionOtherVideos": "In\u00e9 vide\u00e1",
"LabelFanartApiKey": "Personal api key:",
"LabelFanartApiKeyHelp": "Requests to fanart without a personal API key return images that were approved over 7 days ago. With a personal API key that drops to 48 hours and if you are also a fanart VIP member that will further drop to around 10 minutes.",
"ExtractChapterImagesHelp": "Extracting chapter images will allow Emby apps to display graphical scene selection menus. The process can be slow, cpu-intensive and may require several gigabytes of space. It runs when videos are discovered, and also as a nightly scheduled task. The schedule is configurable in the scheduled tasks area. It is not recommended to run this task during peak usage hours.",
- "LabelMetadataDownloadLanguage": "Preferred metadata language:",
- "ButtonSignIn": "Sign In",
- "TitleSignIn": "Sign In",
- "HeaderPleaseSignIn": "Please sign in",
- "LabelUser": "User:",
- "LabelPassword": "Password:",
- "ButtonManualLogin": "Manual Login",
- "TabGuide": "Guide",
- "TabChannels": "Channels",
- "TabCollections": "Collections",
- "HeaderChannels": "Channels",
- "TabRecordings": "Recordings",
+ "LabelMetadataDownloadLanguage": "Uprednost\u0148ovan\u00fd jazyk metad\u00e1t:",
+ "ButtonSignIn": "Prihl\u00e1si\u0165 sa",
+ "TitleSignIn": "Prihl\u00e1si\u0165 sa",
+ "HeaderPleaseSignIn": "Pros\u00edm prihl\u00e1ste sa",
+ "LabelUser": "U\u017e\u00edvate\u013e:",
+ "LabelPassword": "Heslo:",
+ "ButtonManualLogin": "Manu\u00e1lne prihl\u00e1senie",
+ "TabGuide": "Sprievodca",
+ "TabChannels": "Kan\u00e1ly",
+ "TabCollections": "Zbierky",
+ "HeaderChannels": "Kan\u00e1ly",
+ "TabRecordings": "Nahr\u00e1vky",
"TabSeries": "Series",
"TabFavorites": "Ob\u013e\u00faben\u00e9",
- "TabMyLibrary": "My Library",
+ "TabMyLibrary": "Moja kni\u017enica",
"LabelStartWhenPossible": "Start when possible:",
"LabelStopWhenPossible": "Stop when possible:",
- "MinutesBefore": "minutes before",
- "MinutesAfter": "minutes after",
- "TabSettings": "Settings",
+ "MinutesBefore": "Nastavenia",
+ "MinutesAfter": "min\u00fat po",
+ "TabSettings": "Nastavenia",
"ButtonRefreshGuideData": "Refresh Guide Data",
- "ButtonRefresh": "Refresh",
- "OptionPriority": "Priority",
+ "ButtonRefresh": "Obnovi\u0165",
+ "OptionPriority": "Priorita",
"OptionRecordOnAllChannels": "Record on all channels",
"OptionRecordAnytime": "Record at any time",
"OptionRecordOnlyNewEpisodes": "Record only new episodes",
- "HeaderDays": "Days",
- "HeaderActiveRecordings": "Active Recordings",
- "HeaderLatestRecordings": "Latest Recordings",
- "ButtonPlay": "Play",
+ "HeaderDays": "Dni",
+ "HeaderActiveRecordings": "Akt\u00edvne nahr\u00e1vky",
+ "HeaderLatestRecordings": "Posledn\u00e9 nahr\u00e1vky",
+ "ButtonPlay": "Prehra\u0165",
"ButtonEdit": "Edit",
"ButtonRecord": "Record",
- "ButtonDelete": "Delete",
- "ButtonRemove": "Remove",
+ "ButtonDelete": "Zmaza\u0165",
+ "ButtonRemove": "Odstr\u00e1ni\u0165",
"OptionRecordSeries": "Record Series",
- "HeaderDetails": "Details",
+ "HeaderDetails": "Detaily",
"TitleLiveTV": "Live TV",
"LabelNumberOfGuideDays": "Number of days of guide data to download:",
"LabelNumberOfGuideDaysHelp": "Downloading more days worth of guide data provides the ability to schedule out further in advance and view more listings, but it will also take longer to download. Auto will choose based on the number of channels.",
"OptionAutomatic": "Auto",
- "HeaderServices": "Services",
+ "HeaderServices": "Slu\u017eby",
"LabelCustomizeOptionsPerMediaType": "Customize for media type:",
"OptionDownloadThumbImage": "Thumb",
"OptionDownloadMenuImage": "Menu",
@@ -359,39 +359,39 @@
"OptionDownloadBoxImage": "Box",
"OptionDownloadDiscImage": "Disc",
"OptionDownloadBannerImage": "Banner",
- "OptionDownloadBackImage": "Back",
+ "OptionDownloadBackImage": "Sp\u00e4\u0165",
"OptionDownloadArtImage": "Art",
"OptionDownloadPrimaryImage": "Primary",
"HeaderFetchImages": "Fetch Images:",
- "HeaderImageSettings": "Image Settings",
- "TabOther": "Other",
+ "HeaderImageSettings": "Nastavenia obr\u00e1zkov",
+ "TabOther": "In\u00e9",
"LabelMaxBackdropsPerItem": "Maximum number of backdrops per item:",
"LabelMaxScreenshotsPerItem": "Maximum number of screenshots per item:",
"LabelMinBackdropDownloadWidth": "Minimum backdrop download width:",
"LabelMinScreenshotDownloadWidth": "Minimum screenshot download width:",
"ButtonAddScheduledTaskTrigger": "Add Trigger",
"HeaderAddScheduledTaskTrigger": "Add Trigger",
- "ButtonAdd": "Add",
+ "ButtonAdd": "Prida\u0165",
"LabelTriggerType": "Trigger Type:",
- "OptionDaily": "Daily",
- "OptionWeekly": "Weekly",
+ "OptionDaily": "Denne",
+ "OptionWeekly": "T\u00fd\u017edenne",
"OptionOnInterval": "On an interval",
"OptionOnAppStartup": "On application startup",
"OptionAfterSystemEvent": "After a system event",
- "LabelDay": "Day:",
- "LabelTime": "Time:",
- "LabelEvent": "Event:",
- "OptionWakeFromSleep": "Wake from sleep",
+ "LabelDay": "De\u0148:",
+ "LabelTime": "\u010cas:",
+ "LabelEvent": "Udalos\u0165:",
+ "OptionWakeFromSleep": "Zobudi\u0165 zo sp\u00e1nku",
"LabelEveryXMinutes": "Every:",
"HeaderTvTuners": "Tuners",
- "HeaderLatestGames": "Latest Games",
+ "HeaderLatestGames": "Posledn\u00e9 hry",
"TabGameSystems": "Game Systems",
- "TabFolders": "Folders",
+ "TabFolders": "Prie\u010dinky",
"LabelSpecialSeasonsDisplayName": "Special season display name:",
"LabelEnableRealtimeMonitor": "Enable real time monitoring",
"LabelEnableRealtimeMonitorHelp": "Changes will be processed immediately, on supported file systems.",
- "ButtonScanLibrary": "Scan Library",
- "HeaderNumberOfPlayers": "Players",
+ "ButtonScanLibrary": "Skenova\u0165 kni\u017enicu",
+ "HeaderNumberOfPlayers": "Prehr\u00e1va\u010de",
"OptionAnyNumberOfPlayers": "Any",
"Option1Player": "1+",
"Option2Player": "2+",
@@ -402,7 +402,7 @@
"HeaderThemeSongs": "Theme Songs",
"HeaderScenes": "Scenes",
"HeaderAwardsAndReviews": "Awards and Reviews",
- "HeaderMusicVideos": "Music Videos",
+ "HeaderMusicVideos": "Hudobn\u00e9 vide\u00e1",
"HeaderSpecialFeatures": "Special Features",
"HeaderCastCrew": "Cast & Crew",
"HeaderAdditionalParts": "Additional Parts",
@@ -410,10 +410,10 @@
"ButtonPlayTrailer": "Trailer",
"LabelMissing": "Missing",
"OptionSpecialEpisode": "Specials",
- "OptionMissingEpisode": "Missing Episodes",
- "OptionUnairedEpisode": "Unaired Episodes",
+ "OptionMissingEpisode": "Ch\u00fdbaj\u00face epiz\u00f3dy",
+ "OptionUnairedEpisode": "Nevysielan\u00e9 epiz\u00f3dy",
"OptionEpisodeSortName": "Episode Sort Name",
- "OptionTvdbRating": "Tvdb Rating",
+ "OptionTvdbRating": "TVDB hodnotenie",
"HeaderAddTitles": "Add Titles",
"LabelEnableDlnaPlayTo": "Enable DLNA Play To",
"LabelEnableDlnaPlayToHelp": "Emby can detect devices within your network and offer the ability to remote control them.",
@@ -425,10 +425,10 @@
"HeaderSystemDlnaProfiles": "System Profiles",
"CustomDlnaProfilesHelp": "Create a custom profile to target a new device or override a system profile.",
"SystemDlnaProfilesHelp": "System profiles are read-only. Changes to a system profile will be saved to a new custom profile.",
- "TabHome": "Home",
+ "TabHome": "Domov",
"TabInfo": "Info",
- "HeaderLinks": "Links",
- "LinkCommunity": "Community",
+ "HeaderLinks": "Odkazy",
+ "LinkCommunity": "Komunita",
"LinkGithub": "Github",
"LinkApi": "Api",
"LabelFriendlyServerName": "Friendly server name:",
@@ -437,7 +437,7 @@
"LabelPreferredDisplayLanguageHelp": "Translating Emby is an ongoing project.",
"LabelReadHowYouCanContribute": "Learn how you can contribute.",
"ButtonSubmit": "Submit",
- "ButtonCreate": "Create",
+ "ButtonCreate": "Vytvori\u0165",
"LabelCustomCss": "Custom css:",
"LabelCustomCssHelp": "Apply your own custom css to the web interface.",
"LabelLocalHttpServerPortNumber": "Local http port number:",
@@ -452,9 +452,9 @@
"LabelHttpsPortHelp": "The tcp port number that Emby's https server should bind to.",
"LabelEnableAutomaticPortMap": "Enable automatic port mapping",
"LabelEnableAutomaticPortMapHelp": "Attempt to automatically map the public port to the local port via UPnP. This may not work with some router models.",
- "LabelExternalDDNS": "External domain:",
+ "LabelExternalDDNS": "Extern\u00e1 dom\u00e9na:",
"LabelExternalDDNSHelp": "If you have a dynamic DNS enter it here. Emby apps will use it when connecting remotely. This field is required when used with a custom ssl certificate. Example: mydomain.com.",
- "TitleAppSettings": "App Settings",
+ "TitleAppSettings": "Nastavenia aplik\u00e1cie",
"LabelMinResumePercentage": "Min resume percentage:",
"LabelMaxResumePercentage": "Max resume percentage:",
"LabelMinResumeDuration": "Min resume duration (seconds):",
@@ -462,45 +462,42 @@
"LabelMaxResumePercentageHelp": "Titles are assumed fully played if stopped after this time",
"LabelMinResumeDurationHelp": "Titles shorter than this will not be resumable",
"HeaderName": "Name",
- "HeaderDate": "Date",
- "HeaderSource": "Source",
+ "HeaderDate": "D\u00e1tum",
+ "HeaderSource": "Zdroj",
"HeaderStatus": "Status",
- "HeaderDestination": "Destination",
+ "HeaderDestination": "Cie\u013e",
"HeaderProgram": "Program",
- "HeaderClients": "Clients",
- "LabelCompleted": "Completed",
+ "HeaderClients": "Klienti",
+ "LabelCompleted": "Dokon\u010den\u00e9",
"LabelFailed": "Failed",
- "LabelSkipped": "Skipped",
+ "LabelSkipped": "Presko\u010den\u00e9",
"LabelSeries": "Series:",
- "LabelSeasonNumber": "Season number:",
- "LabelEpisodeNumber": "Episode number:",
+ "LabelSeasonNumber": "\u010c\u00edslo sez\u00f3ny:",
+ "LabelEpisodeNumber": "\u010c\u00edslo epiz\u00f3dy:",
"LabelEndingEpisodeNumber": "Ending episode number:",
"LabelEndingEpisodeNumberHelp": "Only required for multi-episode files",
- "HeaderSupportTheTeam": "Support the Emby Team",
+ "HeaderSupportTheTeam": "Podporte Emby t\u00edm",
"HeaderSupportTheTeamHelp": "Help ensure the continued development of this project by purchasing Emby Premiere. A portion of all income will be contributed to other free tools we depend on.",
"DonationNextStep": "Once complete, please return and enter your Emby Premiere key, which you will receive by email.",
"OptionEnableEpisodeOrganization": "Enable new episode organization",
"LabelSeasonFolderPattern": "Season folder pattern:",
"LabelSeasonZeroFolderName": "Season zero folder name:",
- "HeaderResult": "Result",
- "OptionOverwriteExistingEpisodes": "Overwrite existing episodes",
- "LabelTransferMethod": "Transfer method",
- "OptionCopy": "Copy",
- "OptionMove": "Move",
- "LabelTransferMethodHelp": "Copy or move files from the watch folder",
+ "HeaderResult": "V\u00fdsledok",
+ "OptionOverwriteExistingEpisodes": "Prep\u00edsa\u0165 existuj\u00face epiz\u00f3dy",
+ "LabelTransferMethod": "Sp\u00f4sob prenosu",
"HeaderLatestNews": "Latest News",
- "HeaderRunningTasks": "Running Tasks",
- "HeaderActiveDevices": "Active Devices",
+ "HeaderRunningTasks": "Be\u017eiace \u00falohy",
+ "HeaderActiveDevices": "Akt\u00edvne zariadenia",
"HeaderPendingInstallations": "Pending Installations",
- "ButtonRestartNow": "Restart Now",
- "ButtonRestart": "Restart",
- "ButtonShutdown": "Shutdown",
- "ButtonUpdateNow": "Update Now",
+ "ButtonRestartNow": "Re\u0161tartova\u0165 teraz",
+ "ButtonRestart": "Re\u0161tartova\u0165",
+ "ButtonShutdown": "Vypn\u00fa\u0165",
+ "ButtonUpdateNow": "Aktualizova\u0165 teraz",
"TabHosting": "Hosting",
- "PleaseUpdateManually": "Please shutdown Emby Server and install the latest version.",
- "NewServerVersionAvailable": "A new version of Emby Server is available!",
- "ServerUpToDate": "Emby Server is up to date",
- "LabelComponentsUpdated": "The following components have been installed or updated:",
+ "PleaseUpdateManually": "Vypnite pros\u00edm Emby server a nain\u0161talujte najnov\u0161iu verziu.",
+ "NewServerVersionAvailable": "Je dostupn\u00e1 nov\u00e1 verzia Emby servera!",
+ "ServerUpToDate": "Emby Server je aktu\u00e1lny",
+ "LabelComponentsUpdated": "Nasledovn\u00e9 komponenty boli nain\u0161talovan\u00e9 alebo aktualizovan\u00e9:",
"MessagePleaseRestartServerToFinishUpdating": "Please restart the server to finish applying updates.",
"LabelDownMixAudioScale": "Audio boost when downmixing:",
"LabelDownMixAudioScaleHelp": "Boost audio when downmixing. Set to 1 to preserve original volume value.",
@@ -515,7 +512,7 @@
"MessageInvalidKey": "Emby Premiere key is missing or invalid.",
"ErrorMessageInvalidKey": "In order for any premium content to be registered, you must also have an active Emby Premiere subscription.",
"HeaderDisplaySettings": "Display Settings",
- "LabelEnableDlnaServer": "Enable Dlna server",
+ "LabelEnableDlnaServer": "Povoli\u0165 DLNA server",
"LabelEnableDlnaServerHelp": "Allows UPnP devices on your network to browse and play Emby content.",
"LabelEnableBlastAliveMessages": "Blast alive messages",
"LabelEnableBlastAliveMessagesHelp": "Enable this if the server is not detected reliably by other UPnP devices on your network.",
@@ -523,64 +520,64 @@
"LabelBlastMessageIntervalHelp": "Determines the duration in seconds between server alive messages.",
"LabelDefaultUser": "Default user:",
"LabelDefaultUserHelp": "Determines which user library should be displayed on connected devices. This can be overridden for each device using profiles.",
- "HeaderServerSettings": "Server Settings",
+ "HeaderServerSettings": "Nastavenia servera",
"HeaderRequireManualLogin": "Require manual username entry for:",
"HeaderRequireManualLoginHelp": "When disabled, Emby apps may present a login screen with a visual selection of users.",
- "OptionOtherApps": "Other apps",
- "OptionMobileApps": "Mobile apps",
+ "OptionOtherApps": "In\u00e9 aplik\u00e1cie",
+ "OptionMobileApps": "Mobiln\u00e9 aplik\u00e1cie",
"LabelNotificationEnabled": "Enable this notification",
"LabelMonitorUsers": "Monitor activity from:",
"LabelSendNotificationToUsers": "Send the notification to:",
"LabelUseNotificationServices": "Use the following services:",
"CategoryUser": "User",
- "CategorySystem": "System",
- "CategoryApplication": "Application",
+ "CategorySystem": "Syst\u00e9m",
+ "CategoryApplication": "Aplik\u00e1cia",
"CategoryPlugin": "Plugin",
- "LabelAvailableTokens": "Available tokens:",
+ "LabelAvailableTokens": "Dostupn\u00e9 tokeny:",
"AdditionalNotificationServices": "Browse the plugin catalog to install additional notification services.",
- "OptionAllUsers": "All users",
+ "OptionAllUsers": "V\u0161etci u\u017e\u00edvatelia",
"OptionAdminUsers": "Administrators",
"OptionCustomUsers": "Custom",
- "ButtonArrowUp": "Up",
- "ButtonArrowDown": "Down",
- "ButtonArrowLeft": "Left",
- "ButtonArrowRight": "Right",
- "ButtonBack": "Back",
+ "ButtonArrowUp": "Hore",
+ "ButtonArrowDown": "Dole",
+ "ButtonArrowLeft": "V\u013eavo",
+ "ButtonArrowRight": "Vpravo",
+ "ButtonBack": "Sp\u00e4\u0165",
"ButtonInfo": "Info",
- "ButtonHome": "Home",
- "ButtonSearch": "Search",
- "ButtonSettings": "Settings",
- "Settings": "Settings",
+ "ButtonHome": "Domov",
+ "ButtonSearch": "H\u013eada\u0165",
+ "ButtonSettings": "Nastavenia",
+ "Settings": "Nastavenia",
"Mute": "Mute",
"Unmute": "Unmute",
- "Subtitles": "Subtitles",
+ "Subtitles": "Titulky",
"Audio": "Audio",
"Rewind": "Rewind",
- "Fullscreen": "Full screen",
+ "Fullscreen": "Na cel\u00fa obrazovku",
"ExitFullscreen": "Exit full screen",
- "PictureInPicture": "Picture in picture",
- "PlayOnAnotherDevice": "Play on another device",
+ "PictureInPicture": "Obraz v obraze",
+ "PlayOnAnotherDevice": "Prehra\u0165 na inom zariaden\u00ed",
"FastForward": "Fast-forward",
"LetterButtonAbbreviation": "A",
- "TabNowPlaying": "Now Playing",
- "TabNavigation": "Navigation",
+ "TabNowPlaying": "Teraz prehr\u00e1van\u00e9",
+ "TabNavigation": "Navig\u00e1cia",
"TabControls": "Controls",
- "ButtonSubtitles": "Subtitles",
+ "ButtonSubtitles": "Titulky",
"ButtonPreviousTrack": "Previous track",
"ButtonNextTrack": "Next track",
"ButtonStop": "Stop",
- "ButtonPause": "Pause",
- "ButtonNext": "Next",
- "ButtonPrevious": "Previous",
+ "ButtonPause": "Pauza",
+ "ButtonNext": "\u010eal\u0161ie",
+ "ButtonPrevious": "Predch\u00e1dzaj\u00face",
"LabelGroupMoviesIntoCollections": "Group movies into collections",
"LabelGroupMoviesIntoCollectionsHelp": "When displaying movie lists, movies belonging to a collection will be displayed as one grouped item.",
"HeaderLatestMedia": "Latest Media",
- "OptionNoSubtitles": "No Subtitles",
- "HeaderCollections": "Collections",
+ "OptionNoSubtitles": "\u017diadne titulky",
+ "HeaderCollections": "Zbierky",
"LabelProfileCodecsHelp": "Separated by comma. This can be left empty to apply to all codecs.",
"LabelProfileContainersHelp": "Separated by comma. This can be left empty to apply to all containers.",
"HeaderResponseProfile": "Response Profile",
- "LabelType": "Type:",
+ "LabelType": "Typ:",
"LabelProfileContainer": "Container:",
"LabelProfileVideoCodecs": "Video codecs:",
"LabelProfileAudioCodecs": "Audio codecs:",
@@ -599,7 +596,7 @@
"OptionPlainStorageFoldersHelp": "If enabled, all folders are represented in DIDL as \"object.container.storageFolder\" instead of a more specific type, such as \"object.container.person.musicArtist\".",
"OptionPlainVideoItems": "Display all videos as plain video items",
"OptionPlainVideoItemsHelp": "If enabled, all videos are represented in DIDL as \"object.item.videoItem\" instead of a more specific type, such as \"object.item.videoItem.movie\".",
- "LabelSupportedMediaTypes": "Supported Media Types:",
+ "LabelSupportedMediaTypes": "Podporovan\u00e9 typy m\u00e9di\u00ed:",
"HeaderIdentification": "Identification",
"TabDirectPlay": "Direct Play",
"TabContainers": "Containers",
@@ -632,15 +629,15 @@
"OptionIgnoreTranscodeByteRangeRequests": "Ignore transcode byte range requests",
"OptionIgnoreTranscodeByteRangeRequestsHelp": "If enabled, these requests will be honored but will ignore the byte range header.",
"LabelFriendlyName": "Friendly name",
- "LabelManufacturer": "Manufacturer",
+ "LabelManufacturer": "V\u00fdrobca",
"LabelManufacturerUrl": "Manufacturer url",
- "LabelModelName": "Model name",
- "LabelModelNumber": "Model number",
- "LabelModelDescription": "Model description",
+ "LabelModelName": "N\u00e1zov modelu",
+ "LabelModelNumber": "\u010c\u00edslo modelu",
+ "LabelModelDescription": "Popis modelu",
"LabelModelUrl": "Model url",
- "LabelSerialNumber": "Serial number",
- "LabelDeviceDescription": "Device description",
- "HeaderIdentificationCriteriaHelp": "Enter at least one identification criteria.",
+ "LabelSerialNumber": "S\u00e9riov\u00e9 \u010d\u00edslo",
+ "LabelDeviceDescription": "Popis zariadenia",
+ "HeaderIdentificationCriteriaHelp": "Zadajte aspo\u0148 jedno identifika\u010dn\u00e9 krit\u00e9rium.",
"HeaderDirectPlayProfileHelp": "Add direct play profiles to indicate which formats the device can handle natively.",
"HeaderTranscodingProfileHelp": "Add transcoding profiles to indicate which formats should be used when transcoding is required.",
"HeaderContainerProfileHelp": "Container profiles indicate the limitations of a device when playing specific formats. If a limitation applies then the media will be transcoded, even if the format is configured for direct play.",
@@ -661,62 +658,49 @@
"OptionReportByteRangeSeekingWhenTranscoding": "Report that the server supports byte seeking when transcoding",
"OptionReportByteRangeSeekingWhenTranscodingHelp": "This is required for some devices that don't time seek very well.",
"HeaderDownloadSubtitlesFor": "Download subtitles for:",
- "LabelSkipIfGraphicalSubsPresent": "Skip if the video already contains embedded subtitles",
+ "LabelSkipIfGraphicalSubsPresent": "Presko\u010di\u0165 ak video obsahuje vlo\u017een\u00e9 titulky",
"LabelSkipIfGraphicalSubsPresentHelp": "Keeping text versions of subtitles will result in more efficient delivery and decrease the likelihood of video transcoding.",
- "TabSubtitles": "Subtitles",
- "TabChapters": "Chapters",
+ "TabSubtitles": "Titulky",
+ "TabChapters": "Kapitoly",
"LabelOpenSubtitlesUsername": "Open Subtitles username:",
"LabelOpenSubtitlesPassword": "Open Subtitles password:",
"LabelPlayDefaultAudioTrack": "Play default audio track regardless of language",
"LabelSubtitlePlaybackMode": "Subtitle mode:",
- "LabelDownloadLanguages": "Download languages:",
+ "LabelDownloadLanguages": "Prebra\u0165 jazyky:",
"ButtonRegister": "Register",
"LabelSkipIfAudioTrackPresent": "Skip if the default audio track matches the download language",
"LabelSkipIfAudioTrackPresentHelp": "Uncheck this to ensure all videos have subtitles, regardless of audio language.",
- "SendMessage": "Send message",
- "HeaderSendMessage": "Send Message",
- "ButtonSend": "Send",
+ "SendMessage": "Posla\u0165 spr\u00e1vu",
+ "HeaderSendMessage": "Posla\u0165 spr\u00e1vu",
+ "ButtonSend": "Odosla\u0165",
"ViewPlaybackInfo": "View playback info",
- "LabelMessageText": "Message text:",
+ "LabelMessageText": "Text spr\u00e1vy:",
"LabelMessageTitle": "Message title:",
- "MessageNoAvailablePlugins": "No available plugins.",
- "LabelDisplayPluginsFor": "Display plugins for:",
- "PluginTabAppClassic": "Emby for Windows Media Center",
- "LabelEpisodeNamePlain": "Episode name",
- "LabelSeriesNamePlain": "Series name",
- "ValueSeriesNamePeriod": "Series.name",
- "ValueSeriesNameUnderscore": "Series_name",
- "ValueEpisodeNamePeriod": "Episode.name",
- "ValueEpisodeNameUnderscore": "Episode_name",
- "LabelSeasonNumberPlain": "Season number",
- "LabelEpisodeNumberPlain": "Episode number",
- "LabelEndingEpisodeNumberPlain": "Ending episode number",
+ "MessageNoAvailablePlugins": "\u017diadne dostupn\u00e9 roz\u0161\u00edrenia.",
+ "LabelDisplayPluginsFor": "Zobrazi\u0165 roz\u0161\u00edrenia pre:",
+ "PluginTabAppClassic": "Emby pre Windows Media Center",
"HeaderTypeText": "Enter Text",
"LabelTypeText": "Text",
"TabDisplay": "Display",
- "TabLanguages": "Languages",
- "TabAppSettings": "App Settings",
- "LabelEnableThemeSongs": "Enable theme songs",
- "LabelEnableBackdrops": "Enable backdrops",
- "LabelEnableThemeSongsHelp": "If enabled, theme songs will be played in the background while browsing the library.",
- "LabelEnableBackdropsHelp": "If enabled, backdrops will be displayed in the background of some pages while browsing the library.",
- "HeaderHomePage": "Home Page",
+ "TabLanguages": "Jazyky",
+ "TabAppSettings": "Nastavenia aplik\u00e1cie",
+ "HeaderHomePage": "Domovsk\u00e1 str\u00e1nka",
"OptionAuto": "Auto",
- "OptionYes": "Yes",
- "OptionNo": "No",
+ "OptionYes": "\u00c1no",
+ "OptionNo": "Nie",
"HeaderOptions": "Options",
"LabelHomeScreenSectionValue": "Home screen section {0}:",
- "OptionResumablemedia": "Resume",
+ "OptionResumablemedia": "Pokra\u010dova\u0165",
"OptionLatestMedia": "Latest media",
"OptionLatestChannelMedia": "Latest channel items",
"HeaderLatestChannelItems": "Latest Channel Items",
- "OptionNone": "None",
+ "OptionNone": "\u017diadne",
"HeaderLiveTv": "Live TV",
"HeaderReports": "Reports",
- "HeaderSettings": "Settings",
+ "HeaderSettings": "Nastavenia",
"OptionDefaultSort": "Default",
- "TabNextUp": "Next Up",
- "HeaderBecomeProjectSupporter": "Get Emby Premiere",
+ "TabNextUp": "Nasleduje",
+ "HeaderBecomeProjectSupporter": "Z\u00edska\u0165 Emby Premiere",
"MessageNoMovieSuggestionsAvailable": "No movie suggestions are currently available. Start watching and rating your movies, and then come back to view your recommendations.",
"MessageNoCollectionsAvailable": "Collections allow you to enjoy personalized groupings of Movies, Series, Albums, Books and Games. Click the + button to start creating Collections.",
"MessageNoPlaylistsAvailable": "Playlists allow you to create lists of content to play consecutively at a time. To add items to playlists, right click or tap and hold, then select Add to Playlist.",
@@ -725,7 +709,7 @@
"LabelChannelStreamQuality": "Preferred internet channel quality:",
"LabelChannelStreamQualityHelp": "In a low bandwidth environment, limiting quality can help ensure a smooth streaming experience.",
"OptionBestAvailableStreamQuality": "Best available",
- "ViewTypeMovies": "Movies",
+ "ViewTypeMovies": "Filmy",
"ViewTypeTvShows": "TV",
"ViewTypeGames": "Games",
"ViewTypeMusic": "Music",
@@ -736,10 +720,10 @@
"ViewTypeMusicFavoriteArtists": "Favorite Artists",
"ViewTypeMusicFavoriteSongs": "Ob\u013e\u00faben\u00e9 pesni\u010dky",
"HeaderMyViews": "My Views",
- "OptionDisplayAdultContent": "Display adult content",
+ "OptionDisplayAdultContent": "Zobrazi\u0165 obsah pre dospel\u00fdch",
"OptionLibraryFolders": "Media folders",
- "TitleRemoteControl": "Remote Control",
- "OptionLatestTvRecordings": "Latest recordings",
+ "TitleRemoteControl": "\u010eia\u013ekov\u00e9 ovl\u00e1danie",
+ "OptionLatestTvRecordings": "Posledn\u00e9 nahr\u00e1vky",
"LabelProtocolInfo": "Protocol info:",
"LabelProtocolInfoHelp": "The value that will be used when responding to GetProtocolInfo requests from the device.",
"TabNfoSettings": "Nfo Settings",
@@ -769,20 +753,20 @@
"TitleServer": "Server",
"LabelCache": "Cache:",
"LabelLogs": "Logs:",
- "LabelMetadata": "Metadata:",
+ "LabelMetadata": "Metad\u00e1ta:",
"LabelTranscodingTemporaryFiles": "Transcoding temporary files:",
- "HeaderLatestMusic": "Latest Music",
+ "HeaderLatestMusic": "Posledn\u00e1 hudba",
"HeaderBranding": "Branding",
"HeaderApiKeys": "Api Keys",
"HeaderApiKeysHelp": "External applications are required to have an Api key in order to communicate with Emby Server. Keys are issued by logging in with an Emby account, or by manually granting the application a key.",
"HeaderApiKey": "Api Key",
"HeaderApp": "App",
- "HeaderDevice": "Device",
+ "HeaderDevice": "Zariadenie",
"HeaderUser": "User",
"HeaderDateIssued": "Date Issued",
"HeaderHttpHeaders": "Http Headers",
"HeaderIdentificationHeader": "Identification Header",
- "LabelValue": "Value:",
+ "LabelValue": "Hodnota:",
"LabelMatchType": "Match type:",
"OptionEquals": "Equals",
"OptionRegex": "Regex",
@@ -795,29 +779,29 @@
"LabelView": "View:",
"TabUsers": "Users",
"HeaderFeatures": "Features",
- "HeaderAdvanced": "Advanced",
+ "HeaderAdvanced": "Pokro\u010dil\u00e9",
"ButtonSync": "Sync",
"TabScheduledTasks": "Scheduled Tasks",
- "HeaderChapters": "Chapters",
+ "HeaderChapters": "Kapitoly",
"HeaderResumeSettings": "Resume Settings",
"TabSync": "Sync",
- "TitleUsers": "Users",
- "LabelProtocol": "Protocol:",
- "OptionProtocolHttp": "Http",
+ "TitleUsers": "U\u017e\u00edvatelia",
+ "LabelProtocol": "Protokol:",
+ "OptionProtocolHttp": "HTTP",
"OptionProtocolHls": "Http Live Streaming",
"LabelContext": "Context:",
"TabPlaylists": "Playlists",
- "ButtonClose": "Close",
- "LabelAllLanguages": "All languages",
- "LabelSource": "Source:",
- "OptionAll": "All",
- "LabelImage": "Image:",
- "HeaderImages": "Images",
+ "ButtonClose": "Zatvori\u0165",
+ "LabelAllLanguages": "V\u0161etky jazyky",
+ "LabelSource": "Zdroj:",
+ "OptionAll": "V\u0161etky",
+ "LabelImage": "Obr\u00e1zok:",
+ "HeaderImages": "Obr\u00e1zky",
"HeaderBackdrops": "Backdrops",
"HeaderAddUpdateImage": "Add\/Update Image",
"LabelDropImageHere": "Drop image here.",
- "LabelJpgPngOnly": "JPG\/PNG only",
- "LabelImageType": "Image type:",
+ "LabelJpgPngOnly": "Iba JPG\/PNG",
+ "LabelImageType": "Typ obr\u00e1zku:",
"OptionPrimary": "Primary",
"OptionArt": "Art",
"OptionBox": "Box",
@@ -827,62 +811,62 @@
"OptionLogo": "Logo",
"OptionMenu": "Menu",
"OptionScreenshot": "Screenshot",
- "OptionLocked": "Locked",
- "OptionUnidentified": "Unidentified",
+ "OptionLocked": "Zamknut\u00e9",
+ "OptionUnidentified": "Neidentifikovan\u00e9",
"OptionMissingParentalRating": "Missing parental rating",
"OptionSeason0": "Season 0",
"LabelReport": "Report:",
"OptionReportSongs": "Songs",
"OptionReportSeries": "Series",
- "OptionReportSeasons": "Seasons",
+ "OptionReportSeasons": "Sez\u00f3ny",
"OptionReportTrailers": "Trailers",
- "OptionReportMusicVideos": "Music videos",
- "OptionReportMovies": "Movies",
- "OptionReportHomeVideos": "Home videos",
- "OptionReportGames": "Games",
- "OptionReportEpisodes": "Episodes",
- "OptionReportCollections": "Collections",
- "OptionReportBooks": "Books",
- "OptionReportArtists": "Artists",
- "OptionReportAlbums": "Albums",
- "ButtonMore": "More",
- "HeaderActivity": "Activity",
+ "OptionReportMusicVideos": "Hudobn\u00e9 vide\u00e1",
+ "OptionReportMovies": "Filmy",
+ "OptionReportHomeVideos": "Dom\u00e1ce vide\u00e1",
+ "OptionReportGames": "Hry",
+ "OptionReportEpisodes": "Epiz\u00f3dy",
+ "OptionReportCollections": "Zbierky",
+ "OptionReportBooks": "Knihy",
+ "OptionReportArtists": "Umelci",
+ "OptionReportAlbums": "Albumy",
+ "ButtonMore": "Viac",
+ "HeaderActivity": "Aktivita",
"PluginInstalledWithName": "{0} was installed",
"PluginUpdatedWithName": "{0} was updated",
"PluginUninstalledWithName": "{0} was uninstalled",
"LabelRunningTimeValue": "Running time: {0}",
- "LabelIpAddressValue": "Ip address: {0}",
+ "LabelIpAddressValue": "IP adresa: {0}",
"MessageServerConfigurationUpdated": "Server configuration has been updated",
"MessageNamedServerConfigurationUpdatedWithValue": "Server configuration section {0} has been updated",
"MessageApplicationUpdated": "Emby Server has been updated",
"ProviderValue": "Provider: {0}",
- "HeaderRecentActivity": "Recent Activity",
+ "HeaderRecentActivity": "Posledn\u00e1 aktivita",
"HeaderPeople": "People",
- "OptionComposers": "Composers",
- "OptionOthers": "Others",
+ "OptionComposers": "Skladatelia",
+ "OptionOthers": "In\u00e9",
"ViewTypeFolders": "Folders",
"OptionDisplayFolderView": "Display a folder view to show plain media folders",
"OptionDisplayFolderViewHelp": "If enabled, Emby apps will display a Folders category alongside your media library. This is useful if you'd like to have plain folder views.",
"ViewTypeLiveTvRecordingGroups": "Recordings",
- "ViewTypeLiveTvChannels": "Channels",
- "LabelEasyPinCode": "Easy pin code:",
+ "ViewTypeLiveTvChannels": "Kan\u00e1ly",
+ "LabelEasyPinCode": "Jednoduch\u00fd PIN k\u00f3d:",
"EasyPasswordHelp": "Your easy pin code is used for offline access with supported Emby apps, and can also be used for easy in-network sign in.",
"LabelInNetworkSignInWithEasyPassword": "Enable in-network sign in with my easy pin code",
"LabelInNetworkSignInWithEasyPasswordHelp": "If enabled, you'll be able to use your easy pin code to sign in to Emby apps from inside your home network. Your regular password will only be needed away from home. If the pin code is left blank, you won't need a password within your home network.",
- "HeaderPassword": "Password",
- "HeaderViewOrder": "View Order",
+ "HeaderPassword": "Heslo",
+ "HeaderViewOrder": "Poradie zobrazenia",
"ButtonResetEasyPassword": "Reset easy pin code",
"HeaderPersonInfo": "Person Info",
"HeaderConfirmDeletion": "Confirm Deletion",
"LabelAlbumArtist": "Album artist:",
"LabelAlbumArtists": "Album artists:",
"LabelAlbum": "Album:",
- "LabelCommunityRating": "Community rating:",
- "LabelReleaseDate": "Release date:",
+ "LabelCommunityRating": "Hodnotenie komunity:",
+ "LabelReleaseDate": "D\u00e1tum vydania:",
"LabelEndDate": "End date:",
"LabelAirDate": "Air days:",
"LabelAirTime:": "Air time:",
- "LabelRuntimeMinutes": "Run time (minutes):",
+ "LabelRuntimeMinutes": "D\u013a\u017eka (min\u00faty):",
"HeaderSpecialEpisodeInfo": "Special Episode Info",
"LabelDisplaySpecialsWithinSeasons": "Display specials within seasons they aired in",
"HeaderGenres": "Genres",
@@ -890,28 +874,28 @@
"HeaderTags": "Tags",
"OptionNoTrailer": "No Trailer",
"ButtonPurchase": "Purchase",
- "OptionActor": "Actor",
+ "OptionActor": "Herec",
"OptionComposer": "Composer",
- "OptionDirector": "Director",
- "OptionProducer": "Producer",
+ "OptionDirector": "Re\u017eis\u00e9r",
+ "OptionProducer": "Producent",
"LabelAirDays": "Air days:",
"LabelAirTime": "Air time:",
"HeaderMediaInfo": "Media Info",
- "HeaderPhotoInfo": "Photo Info",
- "HeaderInstall": "Install",
+ "HeaderPhotoInfo": "Inform\u00e1cie o fotke",
+ "HeaderInstall": "In\u0161talova\u0165",
"LabelSelectVersionToInstall": "Select version to install:",
"LinkLearnMoreAboutSubscription": "Learn about Emby Premiere",
"MessagePluginRequiresSubscription": "This plugin will require an active Emby Premiere subscription after the 14 day free trial.",
"MessagePremiumPluginRequiresMembership": "This plugin will require an active Emby Premiere subscription in order to purchase after the 14 day free trial.",
"HeaderReviews": "Reviews",
"HeaderDeveloperInfo": "Developer Info",
- "HeaderRevisionHistory": "Revision History",
+ "HeaderRevisionHistory": "Hist\u00f3ria rev\u00edzi\u00ed",
"ButtonViewWebsite": "View website",
"HeaderXmlSettings": "Xml Settings",
"HeaderXmlDocumentAttributes": "Xml Document Attributes",
"HeaderXmlDocumentAttribute": "Xml Document Attribute",
"XmlDocumentAttributeListHelp": "These attributes are applied to the root element of every xml response.",
- "OptionSaveMetadataAsHidden": "Save metadata and images as hidden files",
+ "OptionSaveMetadataAsHidden": "Ulo\u017ei\u0165 metad\u00e1ta a obr\u00e1zky ako skryt\u00e9 s\u00fabory",
"LabelExtractChaptersDuringLibraryScan": "Extract chapter images during the library scan",
"LabelExtractChaptersDuringLibraryScanHelp": "If enabled, chapter images will be extracted when videos are imported during the library scan. If disabled they will be extracted during the chapter images scheduled task, allowing the regular library scan to complete faster.",
"LabelConnectGuestUserName": "Their Emby username or email address:",
@@ -923,7 +907,7 @@
"HeaderSubtitleProfile": "Subtitle Profile",
"HeaderSubtitleProfiles": "Subtitle Profiles",
"HeaderSubtitleProfilesHelp": "Subtitle profiles describe the subtitle formats supported by the device.",
- "LabelFormat": "Format:",
+ "LabelFormat": "Form\u00e1t:",
"LabelMethod": "Method:",
"LabelDidlMode": "Didl mode:",
"OptionCaptionInfoExSamsung": "CaptionInfoEx (Samsung)",
@@ -931,12 +915,12 @@
"OptionEmbedSubtitles": "Embed within container",
"OptionExternallyDownloaded": "External download",
"OptionHlsSegmentedSubtitles": "Hls segmented subtitles",
- "LabelSubtitleFormatHelp": "Example: srt",
+ "LabelSubtitleFormatHelp": "Pr\u00edklad: srt",
"ButtonLearnMore": "Learn more",
"TabPlayback": "Playback",
- "HeaderAudioSettings": "Audio Settings",
- "HeaderSubtitleSettings": "Subtitle Settings",
- "TabCinemaMode": "Cinema Mode",
+ "HeaderAudioSettings": "Nastavenia zvuku",
+ "HeaderSubtitleSettings": "Nastavenia titulkov",
+ "TabCinemaMode": "Kino m\u00f3d",
"TitlePlayback": "Playback",
"LabelEnableCinemaModeFor": "Enable cinema mode for:",
"CinemaModeConfigurationHelp": "Cinema mode brings the theater experience straight to your living room with the ability to play trailers and custom intros before the main feature.",
@@ -953,80 +937,80 @@
"OptionUpcomingDvdMovies": "Include trailers from new and upcoming movies on Dvd & Blu-ray",
"OptionUpcomingStreamingMovies": "Include trailers from new and upcoming movies on Netflix",
"CinemaModeConfigurationHelp2": "Emby apps will have a setting to enable or disable cinema mode. TV apps enable cinema mode by default.",
- "LabelEnableCinemaMode": "Enable cinema mode",
- "HeaderCinemaMode": "Cinema Mode",
+ "LabelEnableCinemaMode": "Povoli\u0165 kino m\u00f3d",
+ "HeaderCinemaMode": "Kino m\u00f3d",
"LabelDateAddedBehavior": "Date added behavior for new content:",
"OptionDateAddedImportTime": "Use date scanned into the library",
- "OptionDateAddedFileTime": "Use file creation date",
+ "OptionDateAddedFileTime": "Pou\u017ei\u0165 d\u00e1tum vytvorenia s\u00faboru",
"LabelDateAddedBehaviorHelp": "If a metadata value is present it will always be used before either of these options.",
"LabelNumberTrailerToPlay": "Number of trailers to play:",
- "TitleDevices": "Devices",
+ "TitleDevices": "Zariadenia",
"TabCameraUpload": "Camera Upload",
- "TabDevices": "Devices",
- "HeaderLibrarySettings": "Library Settings",
- "HeaderChapterSettings": "Chapter Settings",
+ "TabDevices": "Zariadenia",
+ "HeaderLibrarySettings": "Nastavenia kni\u017enice",
+ "HeaderChapterSettings": "Nastavenia kapitoly",
"HeaderCameraUploadHelp": "Emby apps can automatically upload photos and videos taken from your mobile devices into Emby Server.",
"LabelCameraUploadPath": "Camera upload path:",
"LabelCameraUploadPathHelp": "Select a custom upload path. This will override any default settings set in the Camera Upload section. If left blank, a default folder will be used. If using a custom path it will also need to be added in the library setup area.",
- "LabelCreateCameraUploadSubfolder": "Create a subfolder for each device",
+ "LabelCreateCameraUploadSubfolder": "Vytvori\u0165 podprie\u010dinok pre ka\u017ed\u00e9 zariadenie",
"LabelCreateCameraUploadSubfolderHelp": "Specific folders can be assigned to a device by clicking on it from the Devices page.",
"LabelCustomDeviceDisplayName": "Display name:",
"LabelCustomDeviceDisplayNameHelp": "Supply a custom display name or leave empty to use the name reported by the device.",
"HeaderInviteUser": "Invite User",
"LabelConnectGuestUserNameHelp": "This is the username that your friend uses to sign in to the Emby website, or their email address.",
"HeaderInviteUserHelp": "Sharing your media with friends is easier than ever before with Emby Connect.",
- "ButtonSendInvitation": "Send Invitation",
+ "ButtonSendInvitation": "Posla\u0165 pozv\u00e1nku",
"HeaderSignInWithConnect": "Sign in with Emby Connect",
- "HeaderGuests": "Guests",
- "HeaderPendingInvitations": "Pending Invitations",
- "TabParentalControl": "Parental Control",
+ "HeaderGuests": "Hostia",
+ "HeaderPendingInvitations": "\u010cakaj\u00face pozv\u00e1nky",
+ "TabParentalControl": "Rodi\u010dovsk\u00e1 kontrola",
"HeaderAccessSchedule": "Access Schedule",
"HeaderAccessScheduleHelp": "Create an access schedule to limit access to certain hours.",
- "LabelAccessDay": "Day of week:",
+ "LabelAccessDay": "De\u0148 v t\u00fd\u017edni:",
"LabelAccessStart": "Start time:",
"LabelAccessEnd": "End time:",
"HeaderSchedule": "Schedule",
- "OptionEveryday": "Every day",
+ "OptionEveryday": "Ka\u017ed\u00fd de\u0148",
"OptionWeekdays": "Weekdays",
"OptionWeekends": "Weekends",
"MessageProfileInfoSynced": "User profile information synced with Emby Connect.",
"HeaderOptionalLinkEmbyAccount": "Optional: Link your Emby account",
"ButtonTrailer": "Trailer",
"MessageNoTrailersFound": "No trailers found. Install the Trailer channel to enhance your movie experience by adding a library of internet trailers.",
- "HeaderNewUsers": "New Users",
- "ButtonSignUp": "Sign up",
- "ButtonForgotPassword": "Forgot password",
- "HeaderSelectServer": "Select Server",
+ "HeaderNewUsers": "Nov\u00ed pou\u017e\u00edvatelia",
+ "ButtonSignUp": "Prihl\u00e1si\u0165 sa",
+ "ButtonForgotPassword": "Zabudnut\u00e9 heslo",
+ "HeaderSelectServer": "Vybra\u0165 server",
"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.",
- "TitleNewUser": "New User",
- "ButtonConfigurePassword": "Configure Password",
+ "TitleNewUser": "Nov\u00fd u\u017e\u00edvate\u013e",
+ "ButtonConfigurePassword": "Nastavi\u0165 heslo",
"HeaderDashboardUserPassword": "User passwords are managed within each user's personal profile settings.",
"HeaderLibraryAccess": "Library Access",
"HeaderChannelAccess": "Channel Access",
- "HeaderLatestItems": "Latest Items",
+ "HeaderLatestItems": "Posledn\u00e9 polo\u017eky",
"HeaderShareMediaFolders": "Share Media Folders",
"MessageGuestSharingPermissionsHelp": "Most features are initially unavailable to guests but can be enabled as needed.",
- "HeaderInvitations": "Invitations",
- "Invitations": "Invitations",
+ "HeaderInvitations": "Pozv\u00e1nky",
+ "Invitations": "Pozv\u00e1nky",
"LabelForgotPasswordUsernameHelp": "Enter your username, if you remember it.",
- "HeaderForgotPassword": "Forgot Password",
- "TitlePasswordReset": "Password Reset",
- "LabelPasswordRecoveryPinCode": "Pin code:",
- "HeaderPasswordReset": "Password Reset",
+ "HeaderForgotPassword": "Zabudnut\u00e9 heslo",
+ "TitlePasswordReset": "Obnovenie hesla",
+ "LabelPasswordRecoveryPinCode": "PIN k\u00f3d:",
+ "HeaderPasswordReset": "Obnovi\u0165 heslo",
"HeaderParentalRatings": "Parental Ratings",
"HeaderVideoTypes": "Video Types",
- "HeaderYears": "Years",
+ "HeaderYears": "Roky",
"HeaderBlockItemsWithNoRating": "Block items with no or unrecognized rating information:",
"LabelBlockContentWithTags": "Block items with tags:",
"LabelEnableSingleImageInDidlLimit": "Limit to single embedded image",
"LabelEnableSingleImageInDidlLimitHelp": "Some devices will not render properly if multiple images are embedded within Didl.",
- "TabActivity": "Activity",
+ "TabActivity": "Aktivita",
"TitleSync": "Sync",
"OptionAllowSyncContent": "Allow Sync",
"OptionAllowContentDownloading": "Allow media downloading",
- "NameSeasonUnknown": "Season Unknown",
+ "NameSeasonUnknown": "Nezn\u00e1ma sez\u00f3na",
"NameSeasonNumber": "Season {0}",
- "LabelNewUserNameHelp": "Usernames can contain letters (a-z), numbers (0-9), dashes (-), underscores (_), apostrophes ('), and periods (.)",
+ "LabelNewUserNameHelp": "Pou\u017e\u00edvate\u013esk\u00e9 men\u00e1 m\u00f4\u017eu obsahova\u0165 p\u00edsmen\u00e1 (a-z), \u010d\u00edsla (0-9), poml\u010dky (-), pod\u010diarkovn\u00edky (_), apostrofy (') a bodky (.)",
"TabJobs": "Jobs",
"TabSyncJobs": "Sync Jobs",
"HeaderThisUserIsCurrentlyDisabled": "This user is currently disabled",
@@ -1051,42 +1035,42 @@
"OptionEnableFullSpeedConversionHelp": "By default, sync conversion is performed at a low speed to minimize resource consumption.",
"HeaderPlaylists": "Playlists",
"HeaderViewStyles": "View Styles",
- "TabPhotos": "Photos",
- "HeaderWelcomeToEmby": "Welcome to Emby",
+ "TabPhotos": "Fotky",
+ "HeaderWelcomeToEmby": "V\u00edtajte v Emby",
"EmbyIntroMessage": "With Emby you can easily stream videos, music and photos to smart phones, tablets and other devices from your Emby Server.",
- "ButtonSkip": "Skip",
+ "ButtonSkip": "Presko\u010di\u0165",
"TextConnectToServerManually": "Connect to server manually",
"ButtonSignInWithConnect": "Sign in with Emby Connect",
- "ButtonConnect": "Connect",
+ "ButtonConnect": "Pripoji\u0165",
"LabelServerHost": "Host:",
- "LabelServerHostHelp": "192.168.1.100 or https:\/\/myserver.com",
+ "LabelServerHostHelp": "192.168.1.100 alebo https:\/\/myserver.com",
"LabelServerPort": "Port:",
- "HeaderNewServer": "New Server",
+ "HeaderNewServer": "Nov\u00fd server",
"ButtonChangeServer": "Change Server",
- "HeaderConnectToServer": "Connect to Server",
+ "HeaderConnectToServer": "Propoji\u0165 sa k serveru",
"OptionReportList": "List View",
"OptionReportStatistics": "Statistics",
"OptionReportGrouping": "Grouping",
"HeaderExport": "Export",
- "HeaderColumns": "Columns",
+ "HeaderColumns": "St\u013apce",
"ButtonReset": "Reset",
"OptionEnableExternalVideoPlayers": "Enable external video players",
"LabelEnableFullScreen": "Enable fullscreen mode",
"LabelEmail": "Email:",
"LabelUsername": "Username:",
- "HeaderSignUp": "Sign Up",
- "LabelPasswordConfirm": "Password (confirm):",
- "ButtonAddServer": "Add Server",
- "TabHomeScreen": "Home Screen",
+ "HeaderSignUp": "Prihl\u00e1si\u0165 sa",
+ "LabelPasswordConfirm": "Heslo (potvrdenie):",
+ "ButtonAddServer": "Prida\u0165 server",
+ "TabHomeScreen": "Domovsk\u00e1 obrazovka",
"HeaderDisplay": "Display",
- "HeaderNavigation": "Navigation",
- "OptionEnableAutomaticServerUpdates": "Enable automatic server updates",
+ "HeaderNavigation": "Navig\u00e1cia",
+ "OptionEnableAutomaticServerUpdates": "Povoli\u0165 automatick\u00e9 aktualiz\u00e1cie servera",
"OptionOtherTrailers": "Include trailers from older movies",
"HeaderOverview": "Overview",
- "HeaderType": "Type",
+ "HeaderType": "Typ",
"OptionReportActivities": "Activities Log",
"HeaderTunerDevices": "Tuner Devices",
- "HeaderAddDevice": "Add Device",
+ "HeaderAddDevice": "Prida\u0165 zariadenie",
"HeaderExternalServices": "External Services",
"LabelTunerIpAddress": "Tuner IP Address:",
"TabExternalServices": "External Services",
@@ -1099,18 +1083,18 @@
"MessageTunerDeviceNotListed": "Is your tuner device not listed? Try installing an external service provider for more Live TV options.",
"LabelImportOnlyFavoriteChannels": "Restrict to channels marked as favorite",
"ImportFavoriteChannelsHelp": "If enabled, only channels that are marked as favorite on the tuner device will be imported.",
- "ButtonRepeat": "Repeat",
+ "ButtonRepeat": "Opakova\u0165",
"LabelEnableThisTuner": "Enable this tuner",
"LabelEnableThisTunerHelp": "Uncheck to prevent importing channels from this tuner.",
"HeaderImagePrimary": "Primary",
"HeaderImageBackdrop": "Backdrop",
"HeaderImageLogo": "Logo",
"HeaderUserPrimaryImage": "User Image",
- "ButtonProfile": "Profile",
+ "ButtonProfile": "Profil",
"ButtonProfileHelp": "Set your profile image and password.",
- "HeaderHomeScreenSettings": "Home Screen settings",
- "HeaderProfile": "Profile",
- "HeaderLanguage": "Language",
+ "HeaderHomeScreenSettings": "Nastavenia dom\u00e1cej obrazovky",
+ "HeaderProfile": "Profil",
+ "HeaderLanguage": "Jazyk",
"LabelTranscodingThreadCount": "Transcoding thread count:",
"LabelTranscodingThreadCountHelp": "Select the maximum number of threads to use when transcoding. Reducing the thread count will lower cpu usage but may not convert fast enough for a smooth playback experience.",
"OptionMax": "Max",
@@ -1123,47 +1107,47 @@
"HeaderDefaultRecordingSettings": "Default Recording Settings",
"OptionEnableRecordingSubfolders": "Create sub-folders for categories such as Sports, Kids, etc.",
"HeaderSubtitles": "Subtitles",
- "HeaderVideos": "Videos",
+ "HeaderVideos": "Vide\u00e1",
"LabelHardwareAccelerationType": "Hardware acceleration:",
"LabelHardwareAccelerationTypeHelp": "Available on supported systems only.",
"ButtonServerDashboard": "Server Dashboard",
"HeaderAdmin": "Admin",
- "ButtonSignOut": "Sign out",
+ "ButtonSignOut": "Odhl\u00e1si\u0165 sa",
"HeaderCameraUpload": "Camera Upload",
"SelectCameraUploadServers": "Upload camera photos to the following servers:",
"ButtonClear": "Clear",
- "LabelFolder": "Folder:",
- "HeadersFolders": "Folders",
+ "LabelFolder": "Prie\u010dinok:",
+ "HeadersFolders": "Prie\u010dinky",
"LabelDisplayName": "Display name:",
"LabelCodecIntrosPath": "Codec intros path:",
"LabelCodecIntrosPathHelp": "A folder containing video files. If an intro video file name matches the video codec, audio codec, audio profile, or a tag, then it will be played prior to the main feature.",
"OptionConvertRecordingsToStreamingFormat": "Automatically convert recordings to a streaming friendly format",
"OptionConvertRecordingsToStreamingFormatHelp": "Recordings will be converted on the fly to MKV for easy playback on your devices.",
"FeatureRequiresEmbyPremiere": "This feature requires an active Emby Premiere subscription.",
- "OptionPlayNextEpisodeAutomatically": "Play next episode automatically",
+ "OptionPlayNextEpisodeAutomatically": "Automaticky prehra\u0165 \u010fal\u0161iu epiz\u00f3du",
"OptionDownloadImagesInAdvance": "Download images in advance",
- "SettingsSaved": "Settings saved.",
+ "SettingsSaved": "Nastavenia ulo\u017een\u00e9.",
"OptionDownloadImagesInAdvanceHelp": "By default, most images are only downloaded when requested by an Emby app. Enable this option to download all images in advance, as new media is imported. This may cause significantly longer library scans.",
"Users": "Users",
- "Delete": "Delete",
- "Password": "Password",
- "DeleteImage": "Delete Image",
+ "Delete": "Zmaza\u0165",
+ "Password": "Heslo",
+ "DeleteImage": "Zmaza\u0165 obr\u00e1zok",
"MessageThankYouForSupporting": "Thank you for supporting Emby.",
- "DeleteImageConfirmation": "Are you sure you wish to delete this image?",
+ "DeleteImageConfirmation": "Ste si ist\u00fd, \u017ee chcete zmaza\u0165 tento obr\u00e1zok?",
"FileReadCancelled": "The file read has been canceled.",
- "FileNotFound": "File not found.",
- "FileReadError": "An error occurred while reading the file.",
- "DeleteUser": "Delete User",
- "DeleteUserConfirmation": "Are you sure you wish to delete this user?",
- "PasswordResetHeader": "Reset Password",
- "PasswordResetComplete": "The password has been reset.",
+ "FileNotFound": "S\u00fabor nen\u00e1jden\u00fd.",
+ "FileReadError": "Pri \u010d\u00edtan\u00ed s\u00faboru nastala chyba.",
+ "DeleteUser": "Zmaza\u0165 pou\u017e\u00edvate\u013ea",
+ "DeleteUserConfirmation": "Ste si ist\u00fd, \u017ee chcete zmaza\u0165 tohto pou\u017e\u00edvate\u013ea?",
+ "PasswordResetHeader": "Obnovi\u0165 heslo",
+ "PasswordResetComplete": "Heslo bolo obnoven\u00e9.",
"PinCodeResetComplete": "The pin code has been reset.",
- "PasswordResetConfirmation": "Are you sure you wish to reset the password?",
+ "PasswordResetConfirmation": "Naozaj chcete obnovi\u0165 heslo?",
"PinCodeResetConfirmation": "Are you sure you wish to reset the pin code?",
"HeaderPinCodeReset": "Reset Pin Code",
- "PasswordSaved": "Password saved.",
+ "PasswordSaved": "Heslo ulo\u017een\u00e9.",
"PasswordMatchError": "Password and password confirmation must match.",
- "UninstallPluginHeader": "Uninstall Plugin",
+ "UninstallPluginHeader": "Odin\u0161talova\u0165 roz\u0161\u00edrenie",
"UninstallPluginConfirmation": "Are you sure you wish to uninstall {0}?",
"NoPluginConfigurationMessage": "This plugin has no settings to configure.",
"NoPluginsInstalledMessage": "You have no plugins installed.",
@@ -1181,44 +1165,44 @@
"HeaderAddTag": "Add Tag",
"LabelTag": "Tag:",
"ButtonSelectView": "Select view",
- "HeaderSelectDate": "Select Date",
+ "HeaderSelectDate": "Vybra\u0165 d\u00e1tum",
"ServerUpdateNeeded": "This Emby Server needs to be updated. To download the latest version, please visit {0}",
"LabelFromHelp": "Example: {0} (on the server)",
"HeaderMyMedia": "Moje M\u00e9dia",
"MessageErrorLoadingSupporterInfo": "There was an error loading Emby Premiere information. Please try again later.",
- "HeaderConfirmRemoveUser": "Remove User",
- "ValueTimeLimitSingleHour": "Time limit: 1 hour",
+ "HeaderConfirmRemoveUser": "Odobra\u0165 pou\u017e\u00edvate\u013ea",
+ "ValueTimeLimitSingleHour": "\u010casov\u00fd limit: 1 hodina",
"ValueTimeLimitMultiHour": "Time limit: {0} hours",
- "PluginCategoryGeneral": "General",
- "PluginCategoryContentProvider": "Content Providers",
- "PluginCategoryScreenSaver": "Screen Savers",
- "PluginCategoryTheme": "Themes",
+ "PluginCategoryGeneral": "V\u0161eobecn\u00e9",
+ "PluginCategoryContentProvider": "Poskytovatelia obsahu",
+ "PluginCategoryScreenSaver": "\u0160etri\u010de obrazovky",
+ "PluginCategoryTheme": "T\u00e9my",
"PluginCategorySync": "Sync",
- "PluginCategorySocialIntegration": "Social Networks",
+ "PluginCategorySocialIntegration": "Soci\u00e1lne siete",
"PluginCategoryNotifications": "Notifications",
- "PluginCategoryMetadata": "Metadata",
+ "PluginCategoryMetadata": "Metad\u00e1ta",
"PluginCategoryLiveTV": "Live TV",
- "PluginCategoryChannel": "Channels",
- "HeaderSearch": "Search",
+ "PluginCategoryChannel": "Kan\u00e1ly",
+ "HeaderSearch": "H\u013eada\u0165",
"ValueDateCreated": "Date created: {0}",
- "LabelArtist": "Artist",
- "LabelMovie": "Movie",
+ "LabelArtist": "Umelec",
+ "LabelMovie": "Film",
"LabelMusicVideo": "Music Video",
- "LabelEpisode": "Episode",
+ "LabelEpisode": "Epiz\u00f3da",
"Series": "Series",
"LabelStopping": "Stopping",
- "LabelCancelled": "Cancelled",
+ "LabelCancelled": "Zru\u0161en\u00e9",
"ButtonDownload": "Download",
"LabelCollection": "Collection",
- "HeaderDevices": "Devices",
- "ButtonScheduledTasks": "Scheduled tasks",
+ "HeaderDevices": "Zariadenia",
+ "ButtonScheduledTasks": "Napl\u00e1novan\u00e9 \u00falohy",
"MessageItemsAdded": "Items added",
"HeaderSelectCertificatePath": "Select Certificate Path",
"HeaderSupporterBenefit": "An active Emby Premiere subscription provides additional benefits such as access to Emby DVR, offline media, premium plugins, and more. {0}Learn more{1}.",
"HeaderWelcomeToProjectServerDashboard": "Welcome to the Emby Server Dashboard",
- "HeaderWelcomeToProjectWebClient": "Welcome to Emby",
- "ButtonTakeTheTour": "Take the tour",
- "HeaderWelcomeBack": "Welcome back!",
+ "HeaderWelcomeToProjectWebClient": "V\u00edtajte v Emby",
+ "ButtonTakeTheTour": "Za\u010da\u0165 prehliadku",
+ "HeaderWelcomeBack": "Vitajte sp\u00e4\u0165!",
"ButtonTakeTheTourToSeeWhatsNew": "Take the tour to see what's new",
"MessageNoSyncJobsFound": "No sync jobs found. Create sync jobs using the Sync buttons found throughout the app.",
"MessageDownloadsFound": "No offline downloads. Make your media available offline by clicking Make Available Offline throughout the app.",
@@ -1228,25 +1212,25 @@
"LabelScheduledTaskLastRan": "Last ran {0}, taking {1}.",
"HeaderDeleteTaskTrigger": "Delete Task Trigger",
"MessageDeleteTaskTrigger": "Are you sure you wish to delete this task trigger?",
- "MessageNoPluginsInstalled": "You have no plugins installed.",
+ "MessageNoPluginsInstalled": "Nem\u00e1te nain\u0161talovan\u00e9 \u017eiadne roz\u0161\u00edrenia.",
"MessageNoPluginsDueToAppStore": "To manage plugins, please use the Emby web app.",
"LabelVersionInstalled": "{0} installed",
"LabelNumberReviews": "{0} Reviews",
"LabelFree": "Free",
"HeaderSelectAudio": "Select Audio",
- "HeaderSelectSubtitles": "Select Subtitles",
+ "HeaderSelectSubtitles": "Vybra\u0165 titulky",
"LabelDefaultStream": "(Default)",
"LabelForcedStream": "(Forced)",
"LabelDefaultForcedStream": "(Default\/Forced)",
- "LabelUnknownLanguage": "Unknown language",
- "ButtonMute": "Mute",
+ "LabelUnknownLanguage": "Nezn\u00e1my jazyk",
+ "ButtonMute": "St\u00ed\u0161i\u0165",
"ButtonUnmute": "Unmute",
"ButtonPlaylist": "Playlist",
- "LabelEnabled": "Enabled",
- "LabelDisabled": "Disabled",
- "ButtonMoreInformation": "More Information",
+ "LabelEnabled": "Povolen\u00e9",
+ "LabelDisabled": "Zak\u00e1zan\u00e9",
+ "ButtonMoreInformation": "Viac inform\u00e1ci\u00ed",
"LabelNoUnreadNotifications": "No unread notifications.",
- "MessageInvalidUser": "Invalid username or password. Please try again.",
+ "MessageInvalidUser": "Nespr\u00e1vne meno alebo heslo. Sk\u00faste pros\u00edm znovu.",
"HeaderLoginFailure": "Login Failure",
"RecommendationBecauseYouLike": "Because you like {0}",
"RecommendationBecauseYouWatched": "Because you watched {0}",
@@ -1274,12 +1258,12 @@
"StatusWatchingProgram": "Watching {0}",
"HeaderSplitMedia": "Split Media Apart",
"MessageConfirmSplitMedia": "Are you sure you wish to split the media sources into separate items?",
- "HeaderError": "Error",
+ "HeaderError": "Chyba",
"HeaderLibraryFolders": "Media Folders",
- "HeaderFavoriteMovies": "Favorite Movies",
+ "HeaderFavoriteMovies": "Ob\u013e\u00faben\u00e9 filmy",
"HeaderFavoriteShows": "Ob\u013e\u00faben\u00e9 seri\u00e1ly",
- "HeaderFavoriteEpisodes": "Favorite Episodes",
- "HeaderFavoriteGames": "Favorite Games",
+ "HeaderFavoriteEpisodes": "Ob\u013e\u00faben\u00e9 epiz\u00f3dy",
+ "HeaderFavoriteGames": "Ob\u013e\u00faben\u00e9 hry",
"HeaderConfirmProfileDeletion": "Confirm Profile Deletion",
"MessageConfirmProfileDeletion": "Are you sure you wish to delete this profile?",
"HeaderSelectServerCachePath": "Select Server Cache Path",
@@ -1288,17 +1272,17 @@
"HeaderSelectServerCachePathHelp": "Browse or enter the path to use for server cache files. The folder must be writeable.",
"HeaderSelectTranscodingPathHelp": "Browse or enter the path to use for transcoding temporary files. The folder must be writeable.",
"HeaderSelectMetadataPathHelp": "Browse or enter the path you'd like to store metadata within. The folder must be writeable.",
- "HeaderFavoriteAlbums": "Favorite Albums",
+ "HeaderFavoriteAlbums": "Ob\u013e\u00faben\u00e9 albumy",
"HeaderLatestChannelMedia": "Latest Channel Items",
- "MessageFileWillBeDeleted": "The following file will be deleted:",
- "MessageSureYouWishToProceed": "Are you sure you wish to proceed?",
+ "MessageFileWillBeDeleted": "Nasledovn\u00fd s\u00fabor bude odstr\u00e1nen\u00fd:",
+ "MessageSureYouWishToProceed": "Ste si ist\u00fd, \u017ee chcete pokra\u010dova\u0165?",
"MessageDuplicatesWillBeDeleted": "In addition the following duplicates will be deleted:",
- "MessageFollowingFileWillBeMovedFrom": "The following file will be moved from:",
- "MessageDestinationTo": "to:",
- "HeaderRestart": "Restart",
- "HeaderShutdown": "Shutdown",
- "MessageConfirmRestart": "Are you sure you wish to restart Emby Server?",
- "MessageConfirmShutdown": "Are you sure you wish to shutdown Emby Server?",
+ "MessageFollowingFileWillBeMovedFrom": "Nasleduj\u00faci s\u00fabor bude presunut\u00fd z:",
+ "MessageDestinationTo": "do:",
+ "HeaderRestart": "Re\u0161tartova\u0165",
+ "HeaderShutdown": "Vypn\u00fa\u0165",
+ "MessageConfirmRestart": "Ste si ist\u00fd, \u017ee chcete re\u0161tartova\u0165 Emby Server?",
+ "MessageConfirmShutdown": "Ste si ist\u00fd, \u017ee chcete vypn\u00fa\u0165 Emby Server?",
"ValueItemCount": "{0} item",
"ValueItemCountPlural": "{0} items",
"NewVersionOfSomethingAvailable": "A new version of {0} is available!",
@@ -1314,36 +1298,36 @@
"LabelRunningOnPort": "Running on http port {0}.",
"LabelRunningOnPorts": "Running on http port {0}, and https port {1}.",
"HeaderLatestFromChannel": "Latest from {0}",
- "ButtonRemoteControl": "Remote Control",
+ "ButtonRemoteControl": "\u010eia\u013ekov\u00e9 ovl\u00e1danie",
"HeaderLatestTvRecordings": "Latest Recordings",
"LabelCurrentPath": "Current path:",
"HeaderSelectMediaPath": "Select Media Path",
"HeaderSelectPath": "Select Path",
- "ButtonNetwork": "Network",
+ "ButtonNetwork": "Sie\u0165",
"MessageDirectoryPickerInstruction": "Network paths can be entered manually in the event the Network button fails to locate your devices. For example, {0} or {1}.",
"MessageDirectoryPickerBSDInstruction": "For BSD, you may need to configure storage within your FreeNAS Jail in order to allow Emby to access it.",
"MessageDirectoryPickerLinuxInstruction": "For Linux on Arch Linux, CentOS, Debian, Fedora, OpenSuse, or Ubuntu, you must grant the Emby system user at least read access to your storage locations.",
"HeaderMenu": "Menu",
- "ButtonOpen": "Open",
- "ButtonShuffle": "Shuffle",
- "ButtonResume": "Resume",
+ "ButtonOpen": "Otvori\u0165",
+ "ButtonShuffle": "Zamie\u0161a\u0165",
+ "ButtonResume": "Pokra\u010dova\u0165",
"HeaderAudioTracks": "Audio Tracks",
- "HeaderLibraries": "Libraries",
- "HeaderVideoQuality": "Video Quality",
+ "HeaderLibraries": "Kni\u017enice",
+ "HeaderVideoQuality": "Kvalita videa",
"MessageErrorPlayingVideo": "There was an error playing the video.",
"MessageEnsureOpenTuner": "Please ensure there is an open tuner availalble.",
"ButtonReports": "Reports",
- "MetadataManager": "Metadata Manager",
- "HeaderTime": "Time",
+ "MetadataManager": "Spr\u00e1vca metad\u00e1t",
+ "HeaderTime": "\u010cas",
"LabelAddedOnDate": "Added {0}",
"ButtonStart": "Start",
- "OptionBlockOthers": "Others",
+ "OptionBlockOthers": "In\u00e9",
"OptionBlockTvShows": "TV Shows",
"OptionBlockTrailers": "Trailers",
- "OptionBlockMusic": "Music",
- "OptionBlockMovies": "Movies",
- "OptionBlockBooks": "Books",
- "OptionBlockGames": "Games",
+ "OptionBlockMusic": "Hudba",
+ "OptionBlockMovies": "Filmy",
+ "OptionBlockBooks": "Knihy",
+ "OptionBlockGames": "Hry",
"OptionBlockLiveTvPrograms": "Live TV Programs",
"OptionBlockLiveTvChannels": "Live TV Channels",
"OptionBlockChannelContent": "Internet Channel Content",
@@ -1355,77 +1339,77 @@
"ValueVideoCodec": "Video Codec: {0}",
"ValueCodec": "Codec: {0}",
"ValueConditions": "Conditions: {0}",
- "LabelAll": "All",
- "HeaderDeleteImage": "Delete Image",
- "MessageFileNotFound": "File not found.",
- "MessageFileReadError": "An error occurred reading this file.",
- "ButtonNextPage": "Next Page",
- "ButtonPreviousPage": "Previous Page",
- "HeaderDeleteItem": "Delete Item",
+ "LabelAll": "V\u0161etky",
+ "HeaderDeleteImage": "Zmaza\u0165 obr\u00e1zok",
+ "MessageFileNotFound": "S\u00fabor nen\u00e1jden\u00fd.",
+ "MessageFileReadError": "Pri \u010d\u00edtan\u00ed s\u00faboru nastala chyba.",
+ "ButtonNextPage": "\u010eal\u0161ia strana",
+ "ButtonPreviousPage": "Predch\u00e1dzaj\u00faca strana",
+ "HeaderDeleteItem": "Zmaza\u0165 polo\u017eku",
"MessageItemSaved": "Item saved.",
"MessagePleaseAcceptTermsOfServiceBeforeContinuing": "Please accept the terms of service before continuing.",
"OptionOff": "Off",
"OptionOn": "On",
- "ButtonUninstall": "Uninstall",
+ "ButtonUninstall": "Odin\u0161talova\u0165.",
"HeaderLiveTV": "Live TV",
- "MissingPrimaryImage": "Missing primary image.",
+ "MissingPrimaryImage": "Ch\u00fdba prim\u00e1rny obr\u00e1zok.",
"MissingBackdropImage": "Missing backdrop image.",
"MissingLogoImage": "Missing logo image.",
- "MissingEpisode": "Missing episode.",
+ "MissingEpisode": "Ch\u00fdbaj\u00faca epiz\u00f3da.",
"OptionBackdrops": "Backdrops",
- "OptionImages": "Images",
- "OptionKeywords": "Keywords",
+ "OptionImages": "Obr\u00e1zky",
+ "OptionKeywords": "K\u013e\u00fa\u010dov\u00e9 slov\u00e1",
"OptionTags": "Tags",
"OptionStudios": "Studios",
"OptionName": "Name",
- "OptionOverview": "Overview",
- "OptionGenres": "Genres",
+ "OptionOverview": "Preh\u013ead",
+ "OptionGenres": "\u017d\u00e1nre",
"OptionPeople": "People",
"OptionProductionLocations": "Production Locations",
- "OptionBirthLocation": "Birth Location",
- "HeaderChangeFolderType": "Change Content Type",
+ "OptionBirthLocation": "Miesto narodenia",
+ "HeaderChangeFolderType": "Zmeni\u0165 typ obsahu",
"HeaderChangeFolderTypeHelp": "To change the type, please remove and rebuild the library with the new type.",
"HeaderAlert": "Alert",
"MessagePleaseRestart": "Please restart to finish updating.",
- "ButtonHide": "Hide",
- "MessageSettingsSaved": "Settings saved.",
- "TabLibrary": "Library",
+ "ButtonHide": "Skry\u0165",
+ "MessageSettingsSaved": "Nastavenia ulo\u017een\u00e9.",
+ "TabLibrary": "Kni\u017enica",
"TabDLNA": "DLNA",
"TabLiveTV": "Live TV",
- "TabPlugins": "Plugins",
- "TabHelp": "Help",
- "ButtonFullscreen": "Fullscreen",
+ "TabPlugins": "Roz\u0161\u00edrenia",
+ "TabHelp": "Pomoc",
+ "ButtonFullscreen": "Cel\u00e1 obrazovka",
"ButtonAudioTracks": "Audio Tracks",
- "ButtonQuality": "Quality",
+ "ButtonQuality": "Kvalita",
"HeaderNotifications": "Notifications",
"HeaderSelectPlayer": "Select Player",
"ButtonViewSeriesRecording": "View series recording",
"HeaderSpecials": "Specials",
"HeaderTrailers": "Trailers",
- "HeaderResolution": "Resolution",
+ "HeaderResolution": "Rozl\u00ed\u0161enie",
"HeaderRuntime": "Runtime",
"HeaderParentalRating": "Parental Rating",
"HeaderReleaseDate": "Release date",
"HeaderSeries": "Series:",
"HeaderSeason": "Season",
"HeaderSeasonNumber": "Season number",
- "HeaderNetwork": "Network",
+ "HeaderNetwork": "Sie\u0165",
"HeaderYear": "Year:",
"HeaderEmbeddedImage": "Embedded image",
"HeaderTrack": "Track",
- "OptionCollections": "Collections",
+ "OptionCollections": "Zbierky",
"OptionSeries": "Series",
- "OptionSeasons": "Seasons",
- "OptionGames": "Games",
+ "OptionSeasons": "Sez\u00f3ny",
+ "OptionGames": "Hry",
"OptionGameSystems": "Game systems",
"OptionMusicArtists": "Music artists",
"OptionMusicAlbums": "Music albums",
"OptionMusicVideos": "Music videos",
"OptionSongs": "Songs",
- "OptionHomeVideos": "Home videos & photos",
- "OptionBooks": "Books",
- "ButtonUp": "Up",
- "ButtonDown": "Down",
+ "OptionHomeVideos": "Dom\u00e1ce vide\u00e1 a fotky",
+ "OptionBooks": "Knihy",
+ "ButtonUp": "Hore",
+ "ButtonDown": "Dole",
"LabelMetadataReaders": "Metadata readers:",
"LabelMetadataReadersHelp": "Rank your preferred local metadata sources in order of priority. The first file found will be read.",
"LabelMetadataDownloaders": "Metadata downloaders:",
@@ -1437,16 +1421,16 @@
"LabelDynamicExternalId": "{0} Id:",
"PersonTypePerson": "Person",
"OptionSortName": "Sort name",
- "LabelDateOfBirth": "Date of birth:",
- "LabelDeathDate": "Death date:",
+ "LabelDateOfBirth": "D\u00e1tum narodenia:",
+ "LabelDeathDate": "D\u00e1tum \u00famrtia:",
"HeaderRemoveMediaLocation": "Remove Media Location",
"MessageConfirmRemoveMediaLocation": "Are you sure you wish to remove this location?",
- "LabelNewName": "New name:",
+ "LabelNewName": "Nov\u00e9 meno:",
"HeaderRemoveMediaFolder": "Remove Media Folder",
"MessageTheFollowingLocationWillBeRemovedFromLibrary": "The following media locations will be removed from your Emby library:",
"MessageAreYouSureYouWishToRemoveMediaFolder": "Are you sure you wish to remove this media folder?",
- "ButtonRename": "Rename",
- "ButtonChangeContentType": "Change content type",
+ "ButtonRename": "Premenova\u0165",
+ "ButtonChangeContentType": "Zmeni\u0165 typ obsahu",
"HeaderMediaLocations": "Media Locations",
"LabelContentTypeValue": "Content type: {0}",
"FolderTypeUnset": "Unset (mixed content)",
@@ -1455,12 +1439,12 @@
"BirthDateValue": "Born: {0}",
"HeaderLatestReviews": "Latest Reviews",
"HeaderPluginInstallation": "Plugin Installation",
- "MessageAlreadyInstalled": "This version is already installed.",
+ "MessageAlreadyInstalled": "T\u00e1to verzia u\u017e je nain\u0161talovan\u00e1.",
"MessageYouHaveVersionInstalled": "You currently have version {0} installed.",
"MessageTrialExpired": "The trial period for this feature has expired",
"MessageTrialWillExpireIn": "The trial period for this feature will expire in {0} day(s)",
"MessageInstallPluginFromApp": "This plugin must be installed from with in the app you intend to use it in.",
- "ValuePriceUSD": "Price: {0} (USD)",
+ "ValuePriceUSD": "Cena: {0} (USD)",
"MessageFeatureIncludedWithSupporter": "You are registered for this feature, and will be able to continue using it with an active Emby Premiere subscription.",
"HeaderEmbyAccountAdded": "Emby Account Added",
"MessageEmbyAccountAdded": "The Emby account has been added to this user.",
@@ -1470,17 +1454,17 @@
"TooltipLinkedToEmbyConnect": "Linked to Emby Connect",
"HeaderUnrated": "Unrated",
"ValueDiscNumber": "Disc {0}",
- "HeaderUnknownDate": "Unknown Date",
- "HeaderUnknownYear": "Unknown Year",
+ "HeaderUnknownDate": "Nezn\u00e1my d\u00e1tum",
+ "HeaderUnknownYear": "Nezn\u00e1my rok",
"ValueMinutes": "{0} min",
"HeaderSelectExternalPlayer": "Select External Player",
"HeaderExternalPlayerPlayback": "External Player Playback",
- "OptionWatched": "Watched",
- "OptionUnwatched": "Unwatched",
- "LabelMarkAs": "Mark as:",
+ "OptionWatched": "Pozret\u00e9",
+ "OptionUnwatched": "Nepozret\u00e9",
+ "LabelMarkAs": "Ozna\u010di\u0165 ako:",
"OptionInProgress": "In-Progress",
"LabelResumePoint": "Resume point:",
- "ValueOneMovie": "1 movie",
+ "ValueOneMovie": "1 film",
"ValueMovieCount": "{0} movies",
"ValueOneTrailer": "1 trailer",
"ValueTrailerCount": "{0} trailers",
@@ -1497,8 +1481,8 @@
"ValueOneMusicVideo": "1 music video",
"ValueMusicVideoCount": "{0} music videos",
"HeaderOffline": "Offline",
- "HeaderUnaired": "Unaired",
- "HeaderMissing": "Missing",
+ "HeaderUnaired": "Nevysielan\u00e9",
+ "HeaderMissing": "Ch\u00fdbaj\u00face",
"ButtonWebsite": "Website",
"ValueSeriesYearToPresent": "{0} - Present",
"ValueAwards": "Awards: {0}",
@@ -1510,36 +1494,36 @@
"LabelLimit": "Limit:",
"ValueLinks": "Links: {0}",
"HeaderCastAndCrew": "Cast & Crew",
- "ValueArtist": "Artist: {0}",
- "ValueArtists": "Artists: {0}",
+ "ValueArtist": "Umelec: {0}",
+ "ValueArtists": "Umelci: {0}",
"MediaInfoCameraMake": "Camera make",
"MediaInfoCameraModel": "Camera model",
- "MediaInfoAltitude": "Altitude",
- "MediaInfoAperture": "Aperture",
- "MediaInfoExposureTime": "Exposure time",
+ "MediaInfoAltitude": "V\u00fd\u0161ka",
+ "MediaInfoAperture": "Clona",
+ "MediaInfoExposureTime": "\u010cas expoz\u00edcie",
"MediaInfoFocalLength": "Focal length",
- "MediaInfoOrientation": "Orientation",
+ "MediaInfoOrientation": "Orient\u00e1cia",
"MediaInfoIsoSpeedRating": "Iso speed rating",
- "MediaInfoLatitude": "Latitude",
- "MediaInfoLongitude": "Longitude",
- "MediaInfoShutterSpeed": "Shutter speed",
+ "MediaInfoLatitude": "Zemepisn\u00e1 \u0161\u00edrka",
+ "MediaInfoLongitude": "Zemepisn\u00e1 d\u013a\u017eka",
+ "MediaInfoShutterSpeed": "R\u00fdchlos\u0165 uz\u00e1vierky",
"MediaInfoSoftware": "Software",
"HeaderMoreLikeThis": "More Like This",
- "HeaderMovies": "Movies",
- "HeaderAlbums": "Albums",
- "HeaderGames": "Games",
- "HeaderBooks": "Books",
- "HeaderEpisodes": "Episodes",
- "HeaderSeasons": "Seasons",
+ "HeaderMovies": "Filmy",
+ "HeaderAlbums": "Albumy",
+ "HeaderGames": "Hry",
+ "HeaderBooks": "Knihy",
+ "HeaderEpisodes": "Epiz\u00f3dy",
+ "HeaderSeasons": "Sez\u00f3ny",
"HeaderTracks": "Tracks",
- "HeaderItems": "Items",
- "HeaderOtherItems": "Other Items",
+ "HeaderItems": "Polo\u017eky",
+ "HeaderOtherItems": "In\u00e9 polo\u017eky",
"ValueAsRole": "as {0}",
- "ValueGuestStar": "Guest star",
- "MediaInfoSize": "Size",
+ "ValueGuestStar": "Hos\u0165uj\u00faca hviezda",
+ "MediaInfoSize": "Ve\u013ekos\u0165",
"MediaInfoPath": "Path",
- "MediaInfoFile": "File",
- "MediaInfoFormat": "Format",
+ "MediaInfoFile": "S\u00fabor",
+ "MediaInfoFormat": "Form\u00e1t",
"MediaInfoContainer": "Container",
"MediaInfoDefault": "Default",
"MediaInfoForced": "Forced",
@@ -1549,17 +1533,17 @@
"MediaInfoBitDepth": "Bit depth",
"MediaInfoSampleRate": "Sample rate",
"MediaInfoBitrate": "Bitrate",
- "MediaInfoChannels": "Channels",
+ "MediaInfoChannels": "Kan\u00e1ly",
"MediaInfoLayout": "Layout",
- "MediaInfoLanguage": "Language",
+ "MediaInfoLanguage": "Jazyk",
"MediaInfoCodec": "Codec",
"MediaInfoCodecTag": "Codec tag",
- "MediaInfoProfile": "Profile",
- "MediaInfoLevel": "Level",
- "MediaInfoAspectRatio": "Aspect ratio",
- "MediaInfoResolution": "Resolution",
+ "MediaInfoProfile": "Profil",
+ "MediaInfoLevel": "\u00darove\u0148",
+ "MediaInfoAspectRatio": "Pomer str\u00e1n",
+ "MediaInfoResolution": "Rozl\u00ed\u0161enie",
"MediaInfoAnamorphic": "Anamorphic",
- "MediaInfoInterlaced": "Interlaced",
+ "MediaInfoInterlaced": "Prekladan\u00e9",
"MediaInfoFramerate": "Framerate",
"MediaInfoStreamTypeAudio": "Audio",
"MediaInfoStreamTypeData": "Data",
@@ -1600,27 +1584,27 @@
"DashboardTourMobile": "The Emby Server dashboard works great on smartphones and tablets. Manage your server from the palm of your hand anytime, anywhere.",
"DashboardTourSync": "Sync your personal media to your devices for offline viewing.",
"TabExtras": "Extras",
- "HeaderUploadImage": "Upload Image",
+ "HeaderUploadImage": "Nahra\u0165 obr\u00e1zok",
"DeviceLastUsedByUserName": "Last used by {0}",
- "HeaderDeleteDevice": "Delete Device",
+ "HeaderDeleteDevice": "Zmaza\u0165 zariadenie",
"DeleteDeviceConfirmation": "Are you sure you wish to delete this device? It will reappear the next time a user signs in with it.",
"LabelEnableCameraUploadFor": "Enable camera upload for:",
"HeaderSelectUploadPath": "Select Upload Path",
"LabelEnableCameraUploadForHelp": "Uploads will occur automatically in the background when signed into Emby.",
"ErrorMessageStartHourGreaterThanEnd": "End time must be greater than the start time.",
"ButtonLibraryAccess": "Library access",
- "ButtonParentalControl": "Parental control",
- "HeaderInvitationSent": "Invitation Sent",
+ "ButtonParentalControl": "Rodi\u010dovsk\u00e1 kontrola",
+ "HeaderInvitationSent": "Pozv\u00e1nka odoslan\u00e1",
"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.",
- "HeaderConnectionFailure": "Connection Failure",
+ "HeaderConnectionFailure": "Chyba pripojenia",
"MessageUnableToConnectToServer": "We're unable to connect to the selected server right now. Please ensure it is running and try again.",
- "ButtonSelectServer": "Select Server",
+ "ButtonSelectServer": "Vybra\u0165 server",
"MessagePluginConfigurationRequiresLocalAccess": "To configure this plugin please sign in to your local server directly.",
"MessageLoggedOutParentalControl": "Access is currently restricted. Please try again later.",
"DefaultErrorMessage": "There was an error processing the request. Please try again later.",
- "ButtonAccept": "Accept",
- "ButtonReject": "Reject",
+ "ButtonAccept": "Prija\u0165",
+ "ButtonReject": "Odmietnu\u0165",
"MessageContactAdminToResetPassword": "Please contact your system administrator to reset your password.",
"MessageForgotPasswordInNetworkRequired": "Please try again within your home network to initiate the password reset process.",
"MessageForgotPasswordFileCreated": "The following file has been created on your server and contains instructions on how to proceed:",
@@ -1631,43 +1615,43 @@
"MessageConnectAccountRequiredToInviteGuest": "In order to invite guests you need to first link your Emby account to this server.",
"SyncMedia": "Sync Media",
"HeaderCancelSyncJob": "Cancel Sync",
- "LabelQuality": "Quality:",
+ "LabelQuality": "Kvalita:",
"MovieLibraryHelp": "Review the {0}Emby movie naming guide{1}.",
"TvLibraryHelp": "Review the {0}Emby TV naming guide{1}.",
"BookLibraryHelp": "Audio and text books are supported",
- "MessageGamePluginRequired": "Requires installation of the GameBrowser plugin",
+ "MessageGamePluginRequired": "Po\u017eaduje in\u0161tal\u00e1ciu roz\u0161\u00edrenia GameBrowser",
"MessageUnsetContentHelp": "Content will be displayed as plain folders. For best results use the metadata manager to set the content types of sub-folders.",
- "LabelProfile": "Profile:",
+ "LabelProfile": "Profil:",
"LabelBitrateMbps": "Bitrate (Mbps):",
"EmbyIntroDownloadMessage": "To download and install the free Emby Server visit {0}.",
"EmbyIntroDownloadMessageWithoutLink": "To download and install the free Emby Server visit the Emby website.",
- "ButtonNewServer": "New Server",
- "MyDevice": "My Device",
+ "ButtonNewServer": "Nov\u00fd server",
+ "MyDevice": "Moje zariadenie",
"ButtonRemote": "Remote",
- "TabCast": "Cast",
+ "TabCast": "Obsadenie",
"TabScenes": "Scenes",
"HeaderUnlockApp": "Unlock App",
"HeaderUnlockSync": "Unlock Emby Sync",
"MessagePaymentServicesUnavailable": "Payment services are currently unavailable. Please try again later.",
"OptionEnableFullscreen": "Enable Fullscreen",
"ButtonServer": "Server",
- "HeaderLibrary": "Library",
+ "HeaderLibrary": "Kni\u017enica",
"HeaderMedia": "Media",
"NoNewDevicesFound": "No new devices found. To add a new tuner, close this dialog and enter the device information manually.",
"NoResultsFound": "No results found.",
- "ButtonManageServer": "Manage Server",
- "ButtonPreferences": "Preferences",
+ "ButtonManageServer": "Spravova\u0165 server",
+ "ButtonPreferences": "Nastavenia",
"ButtonViewArtist": "View artist",
"ButtonViewAlbum": "View album",
- "ButtonEditImages": "Edit images",
+ "ButtonEditImages": "Upravi\u0165 obr\u00e1zky",
"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.",
"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.",
- "ButtonShare": "Share",
- "HeaderConfirm": "Confirm",
- "MessageConfirmDeleteTunerDevice": "Are you sure you wish to delete this device?",
+ "ButtonShare": "Zdie\u013ea\u0165",
+ "HeaderConfirm": "Potvrdi\u0165",
+ "MessageConfirmDeleteTunerDevice": "Ste si ist\u00fd, \u017ee chcete zmaza\u0165 toto zariadenie?",
"MessageConfirmDeleteGuideProvider": "Are you sure you wish to delete this guide provider?",
"HeaderDeleteProvider": "Delete Provider",
"ErrorAddingTunerDevice": "There was an error adding the tuner device. Please ensure it is accessible and try again.",
@@ -1681,24 +1665,24 @@
"LabelLocalSyncStatusValue": "Status: {0}",
"MessageSyncStarted": "Sync started",
"OptionBackdropSlideshow": "Backdrop slideshow",
- "HeaderTopPlugins": "Top Plugins",
- "ButtonOther": "Other",
- "HeaderSortBy": "Sort By",
+ "HeaderTopPlugins": "Najlep\u0161ie roz\u0161\u00edrenia",
+ "ButtonOther": "In\u00e9",
+ "HeaderSortBy": "Zoradi\u0165 pod\u013ea",
"HeaderSortOrder": "Sort Order",
"ButtonMenu": "Menu",
"ForAdditionalLiveTvOptions": "For additional Live TV providers, click on the Services tab to see the available options.",
"ButtonGuide": "Guide",
- "ButtonYes": "Yes",
- "AddUser": "Add User",
- "ButtonNo": "No",
- "ButtonNowPlaying": "Now Playing",
+ "ButtonYes": "\u00c1no",
+ "AddUser": "Prida\u0165 u\u017e\u00edvate\u013ea",
+ "ButtonNo": "Nie",
+ "ButtonNowPlaying": "Teraz prehr\u00e1van\u00e9",
"HeaderLatestMovies": "Posledne pridan\u00e9 Filmy",
"HeaderEmailAddress": "E-Mail Address",
"LoginDisclaimer": "Emby is designed to help you manage your personal media library, such as home videos and photos. Please see our terms of use. The use of any Emby software constitutes acceptance of these terms.",
- "TermsOfUse": "Terms of use",
+ "TermsOfUse": "Podmienky pou\u017eitia",
"NumLocationsValue": "{0} folders",
- "ButtonAddMediaLibrary": "Add Media Library",
- "ButtonManageFolders": "Manage folders",
+ "ButtonAddMediaLibrary": "Prida\u0165 kni\u017enicu m\u00e9di\u00ed",
+ "ButtonManageFolders": "Spravova\u0165 prie\u010dinky",
"ErrorAddingListingsToSchedulesDirect": "There was an error adding the lineup to your Schedules Direct account. Schedules Direct only allows a limited number of lineups per account. You may need to log into the Schedules Direct website and remove others listings from your account before proceeeding.",
"PleaseAddAtLeastOneFolder": "Please add at least one folder to this library by clicking the Add button.",
"ErrorAddingMediaPathToVirtualFolder": "There was an error adding the media path. Please ensure the path is valid and the Emby Server process has access to that location.",
@@ -1706,7 +1690,7 @@
"ErrorAddingEmbyConnectAccount1": "There was an error adding the Emby Connect account. Have you created an Emby account? You can sign up at {0}.",
"ErrorAddingEmbyConnectAccount2": "If you're still having a problem, please send an email to {0}.",
"ErrorAddingEmbyConnectAccount3": "The Emby account is already linked to an existing local user. An Emby account can only be linked to one local user at a time.",
- "HeaderFavoriteArtists": "Favorite Artists",
+ "HeaderFavoriteArtists": "Ob\u013e\u00faben\u00ed umelci",
"HeaderFavoriteSongs": "Ob\u013e\u00faben\u00e9 pesni\u010dky",
"HeaderConfirmPluginInstallation": "Confirm Plugin Installation",
"PleaseConfirmPluginInstallation": "Please click OK to confirm you've read the above and wish to proceed with the plugin installation.",
@@ -1733,7 +1717,7 @@
"OptionRequirePerfectSubtitleMatch": "Only download subtitles that are a perfect match for my video files",
"OptionRequirePerfectSubtitleMatchHelp": "Requiring a perfect match will filter subtitles to include only those that have been tested and verified with your exact video file. Unchecking this will increase the likelihood of subtitles being downloaded, but will increase the chances of mistimed or incorrect subtitle text.",
"GuestUserNotFound": "User not found. Please ensure the name is correct and try again, or try entering their email address.",
- "Yesterday": "Yesterday",
+ "Yesterday": "V\u010dera",
"MetadataSettingChangeHelp": "Changing metadata settings will affect new content that is added going forward. To refresh existing content, open the detail screen and click the refresh button, or perform bulk refreshes using the metadata manager.",
"OptionConvertRecordingPreserveAudio": "Preserve original audio when converting recordings (when possible)",
"OptionConvertRecordingPreserveAudioHelp": "This will provide better audio but may require transcoding during playback on some devices.",
@@ -1747,7 +1731,7 @@
"XmlTvNewsCategoriesHelp": "Programs with these categories will be displayed as news programs. Separate multiple with '|'.",
"LabelKidsCategories": "Children's categories:",
"XmlTvKidsCategoriesHelp": "Programs with these categories will be displayed as programs for children. Separate multiple with '|'.",
- "LabelMovieCategories": "Movie categories:",
+ "LabelMovieCategories": "Kateg\u00f3rie filmov:",
"XmlTvMovieCategoriesHelp": "Programs with these categories will be displayed as movies. Separate multiple with '|'.",
"XmlTvPathHelp": "A path to an xml tv file. Emby will read this file and periodically check it for updates. You are responsible for creating and updating the file.",
"LabelBindToLocalNetworkAddress": "Bind to local network address:",
@@ -1771,13 +1755,13 @@
"XmlTvPremiere": "By default, Emby will import {0} hours of guide data. Importing unlimited data requires an active Emby Premiere subscription.",
"MoreFromValue": "More from {0}",
"OptionSaveMetadataAsHiddenHelp": "Changing this will apply to new metadata saved going forward. Existing metadata files will be updated the next time they are saved by Emby Server.",
- "EnablePhotos": "Enable photos",
+ "EnablePhotos": "Povoli\u0165 fotky",
"EnablePhotosHelp": "Photos will be detected and displayed alongside other media files.",
"RemoveDownload": "Remove download",
"SyncToOtherDevices": "Sync to other devices",
"ManageOfflineDownloads": "Manage offline downloads",
"MessageDownloadScheduled": "Download scheduled",
- "RememberMe": "Remember me",
+ "RememberMe": "Zapam\u00e4ta\u0165 si ma",
"HeaderOfflineSync": "Offline Sync",
"LabelMaxAudioFileBitrate": "Max audio file bitrate:",
"LabelMaxAudioFileBitrateHelp": "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.",
@@ -1793,8 +1777,8 @@
"H264EncodingPresetHelp": "Choose a faster value to improve performance, or a slower value to improve quality.",
"LabelH264Crf": "H264 encoding CRF:",
"H264CrfHelp": "The Constant Rate Factor (CRF) is the default quality setting for the x264 encoder. You can set the values between 0 and 51, where lower values would result in better quality (at the expense of higher file sizes). Sane values are between 18 and 28. The default for x264 is 23, so you can use this as a starting point.",
- "Sports": "Sports",
- "HeaderForKids": "For Kids",
+ "Sports": "\u0160porty",
+ "HeaderForKids": "Pre deti",
"HeaderRecordingGroups": "Recording Groups",
"LabelConvertRecordingsTo": "Convert recordings to:",
"HeaderUpcomingOnTV": "Upcoming On TV",
@@ -1817,21 +1801,21 @@
"PreferEmbeddedTitlesOverFileNames": "Prefer embedded titles over filenames",
"PreferEmbeddedTitlesOverFileNamesHelp": "This determines the default display title when no internet metadata or local metadata is available.",
"HeaderUpcomingEpisodes": "Upcoming Episodes",
- "HeaderFavoriteVideos": "Favorite Videos",
+ "HeaderFavoriteVideos": "Ob\u013e\u00faben\u00e9 vide\u00e1",
"HeaderLiveTvTunerSetup": "Live TV Tuner Setup",
"HeaderDetectMyDevices": "Detect My Devices",
- "MessagePleaseWait": "Please wait. This may take a minute.",
- "DetectingDevices": "Detecting devices",
+ "MessagePleaseWait": "Pros\u00edm po\u010dkajte. Toto m\u00f4\u017ee chv\u00ed\u013eu trva\u0165.",
+ "DetectingDevices": "Detegujem zariadenia",
"LabelAutomaticallyRefreshInternetMetadataEvery": "Automatically refresh metadata from the internet:",
- "Never": "Never",
+ "Never": "Nikdy",
"EveryNDays": "Every {0} days",
- "HeaderNewDevices": "New Devices",
+ "HeaderNewDevices": "Nov\u00e9 zariadenia",
"HeaderOnNow": "On Now",
"Downloading": "Downloading",
"LabelCertificatePassword": "Certificate password:",
"LabelCertificatePasswordHelp": "If your certificate requires a password, please enter it here.",
"Programs": "Programs",
- "News": "News",
+ "News": "Spr\u00e1vy",
"HeaderDownloadSync": "Download & Sync",
"LabelEnableHardwareDecodingFor": "Enable hardware decoding for:",
"EnableHardwareEncoding": "Enable hardware encoding",
@@ -1841,11 +1825,11 @@
"EnableStreamLooping": "Auto-loop live streams",
"EnableStreamLoopingHelp": "Enable this if live streams only contain a few seconds of data and need to be continuously requested.",
"HttpsRequiresCert": "To require https for external connections, you will need to supply a trusted SSL certificate, such as Lets Encrypt.",
- "HeaderLatestDownloadedVideos": "Latest Downloaded Videos",
- "ServerRestartNeededAfterPluginInstall": "Emby Server will need to be restarted after installing a plugin.",
+ "HeaderLatestDownloadedVideos": "Naposledy prebran\u00e9 vide\u00e1",
+ "ServerRestartNeededAfterPluginInstall": "Po in\u0161tal\u00e1cii roz\u0161\u00edrenia bude potrebn\u00fd re\u0161tart Emby servera.",
"PluginInstalledMessage": "The plugin has been successfully installed. Emby Server will need to be restarted for changes to take effect.",
- "Themes": "Themes",
- "LabelTheme": "Theme:",
+ "Themes": "T\u00e9my",
+ "LabelTheme": "T\u00e9ma:",
"LabelDashboardTheme": "Server dashboard theme:",
"MessagePremiereStatusGood": "You have a {0} Emby Premiere plan and your device usage is well within your limit.",
"MessagePremiereStatusClose": "You have a {0} Emby Premiere plan, but your device usage is close to the limit.",
@@ -1864,7 +1848,8 @@
"LabelAlreadyCancelled": "This subscription has been cancelled. You will not be charged again but the features will work until the date above.",
"AllowOnTheFlySubtitleExtraction": "Allow subtitle extraction on the fly",
"AllowOnTheFlySubtitleExtractionHelp": "Embedded subtitles can be extracted from videos and delivered to Emby apps in plain text in order to help prevent video transcoding. On some systems this can take a long time and cause video playback to stall during the extraction process. Disable this to have embedded subtitles burned in with video transcoding when they are not natively supported by the client device.",
- "ButtonStopRecording": "Stop Recording",
- "StopRecording": "Stop recording",
- "CancelSeries": "Cancel series"
+ "ButtonStopRecording": "Zastavi\u0165 nahr\u00e1vanie",
+ "StopRecording": "Zastavi\u0165 nahr\u00e1vanie",
+ "CancelSeries": "Cancel series",
+ "EnableDebugLoggingHelp": "Debug logging should only be enabled as needed for troubleshooting purposes. The increased file system access may prevent the server machine from being able to sleep in some environments."
}
\ No newline at end of file
diff --git a/MediaBrowser.WebDashboard/dashboard-ui/strings/sl-SI.json b/MediaBrowser.WebDashboard/dashboard-ui/strings/sl-SI.json
index 3bc439f990..e815c0beb1 100644
--- a/MediaBrowser.WebDashboard/dashboard-ui/strings/sl-SI.json
+++ b/MediaBrowser.WebDashboard/dashboard-ui/strings/sl-SI.json
@@ -1,5 +1,4 @@
{
- "HeaderPlayAll": "Play All",
"LabelPrevious": "Nazaj",
"LabelFinish": "Konec",
"LabelNext": "Naprej",
@@ -25,6 +24,7 @@
"LabelPinCode": "Pin koda",
"DeleteMedia": "Delete media",
"HeaderSync": "Sync",
+ "HeaderPlayAll": "Play All",
"HeaderUpcomingNews": "Upcoming News",
"ButtonOk": "Ok",
"ButtonCancel": "Cancel",
@@ -485,9 +485,6 @@
"HeaderResult": "Result",
"OptionOverwriteExistingEpisodes": "Overwrite existing episodes",
"LabelTransferMethod": "Transfer method",
- "OptionCopy": "Copy",
- "OptionMove": "Move",
- "LabelTransferMethodHelp": "Copy or move files from the watch folder",
"HeaderLatestNews": "Latest News",
"HeaderRunningTasks": "Running Tasks",
"HeaderActiveDevices": "Active Devices",
@@ -682,24 +679,11 @@
"MessageNoAvailablePlugins": "No available plugins.",
"LabelDisplayPluginsFor": "Display plugins for:",
"PluginTabAppClassic": "Emby for Windows Media Center",
- "LabelEpisodeNamePlain": "Episode name",
- "LabelSeriesNamePlain": "Series name",
- "ValueSeriesNamePeriod": "Series.name",
- "ValueSeriesNameUnderscore": "Series_name",
- "ValueEpisodeNamePeriod": "Episode.name",
- "ValueEpisodeNameUnderscore": "Episode_name",
- "LabelSeasonNumberPlain": "Season number",
- "LabelEpisodeNumberPlain": "Episode number",
- "LabelEndingEpisodeNumberPlain": "Ending episode number",
"HeaderTypeText": "Enter Text",
"LabelTypeText": "Text",
"TabDisplay": "Display",
"TabLanguages": "Languages",
"TabAppSettings": "App Settings",
- "LabelEnableThemeSongs": "Enable theme songs",
- "LabelEnableBackdrops": "Enable backdrops",
- "LabelEnableThemeSongsHelp": "If enabled, theme songs will be played in the background while browsing the library.",
- "LabelEnableBackdropsHelp": "If enabled, backdrops will be displayed in the background of some pages while browsing the library.",
"HeaderHomePage": "Home Page",
"OptionAuto": "Auto",
"OptionYes": "Yes",
@@ -1866,5 +1850,6 @@
"AllowOnTheFlySubtitleExtractionHelp": "Embedded subtitles can be extracted from videos and delivered to Emby apps in plain text in order to help prevent video transcoding. On some systems this can take a long time and cause video playback to stall during the extraction process. Disable this to have embedded subtitles burned in with video transcoding when they are not natively supported by the client device.",
"ButtonStopRecording": "Stop Recording",
"StopRecording": "Stop recording",
- "CancelSeries": "Cancel series"
+ "CancelSeries": "Cancel series",
+ "EnableDebugLoggingHelp": "Debug logging should only be enabled as needed for troubleshooting purposes. The increased file system access may prevent the server machine from being able to sleep in some environments."
}
\ No newline at end of file
diff --git a/MediaBrowser.WebDashboard/dashboard-ui/strings/sv.json b/MediaBrowser.WebDashboard/dashboard-ui/strings/sv.json
index f50fafc5a1..4fb54c7fb2 100644
--- a/MediaBrowser.WebDashboard/dashboard-ui/strings/sv.json
+++ b/MediaBrowser.WebDashboard/dashboard-ui/strings/sv.json
@@ -1,5 +1,4 @@
{
- "HeaderPlayAll": "Play All",
"LabelPrevious": "F\u00f6reg\u00e5ende",
"LabelFinish": "Klart",
"LabelNext": "N\u00e4sta",
@@ -25,6 +24,7 @@
"LabelPinCode": "Pinkod:",
"DeleteMedia": "Ta bort media",
"HeaderSync": "Synkronisera",
+ "HeaderPlayAll": "Play All",
"HeaderUpcomingNews": "Kommande nyheter",
"ButtonOk": "OK",
"ButtonCancel": "Avbryt",
@@ -485,9 +485,6 @@
"HeaderResult": "Resultat",
"OptionOverwriteExistingEpisodes": "Skriv \u00f6ver existerande avsnitt",
"LabelTransferMethod": "Metod f\u00f6r \u00f6verf\u00f6ring",
- "OptionCopy": "Kopiera",
- "OptionMove": "Flytta",
- "LabelTransferMethodHelp": "Kopiera eller flytta filer fr\u00e5n bevakade mappar",
"HeaderLatestNews": "Senaste nytt",
"HeaderRunningTasks": "P\u00e5g\u00e5ende aktiviteter",
"HeaderActiveDevices": "Aktiva enheter",
@@ -682,24 +679,11 @@
"MessageNoAvailablePlugins": "Inga till\u00e4gg tillg\u00e4ngliga.",
"LabelDisplayPluginsFor": "Visa till\u00e4gg f\u00f6r:",
"PluginTabAppClassic": "Emby for Windows Media Center",
- "LabelEpisodeNamePlain": "Avsnittsnamn",
- "LabelSeriesNamePlain": "Seriens namn",
- "ValueSeriesNamePeriod": "Seriens.namn",
- "ValueSeriesNameUnderscore": "Seriens_namn",
- "ValueEpisodeNamePeriod": "Avsnitt.namn",
- "ValueEpisodeNameUnderscore": "Avsnitt_namn",
- "LabelSeasonNumberPlain": "S\u00e4songsnummer",
- "LabelEpisodeNumberPlain": "Avsnittsnummer",
- "LabelEndingEpisodeNumberPlain": "Avslutande avsnittsnummer",
"HeaderTypeText": "Ange text",
"LabelTypeText": "Text",
"TabDisplay": "Visning",
"TabLanguages": "Spr\u00e5k",
"TabAppSettings": "Appinst\u00e4llningar",
- "LabelEnableThemeSongs": "Aktivera ledmotiv",
- "LabelEnableBackdrops": "Aktivera fondbilder",
- "LabelEnableThemeSongsHelp": "Om aktiverat spelas ledmotiv upp vid bl\u00e4ddring i biblioteket.",
- "LabelEnableBackdropsHelp": "Om aktiverat visas fondbilder i bakgrunden av vissa sidor vid bl\u00e4ddring i biblioteket.",
"HeaderHomePage": "Hemsk\u00e4rm",
"OptionAuto": "Auto",
"OptionYes": "Ja",
@@ -1866,5 +1850,6 @@
"AllowOnTheFlySubtitleExtractionHelp": "Inb\u00e4ddade undertexter kan extraheras ur videor och skickas till Emby-appar i textformat f\u00f6r att f\u00f6rhindra omkodning. I vissa system kan detta ta en l\u00e5ng tid och stoppa videouppspelningen under extraheringsprocessen. Avaktivera detta f\u00f6r att br\u00e4nna in inb\u00e4ddade undertexter genom omkodning n\u00e4r de inte st\u00f6ds av klienten.",
"ButtonStopRecording": "Stop Recording",
"StopRecording": "Stop recording",
- "CancelSeries": "Cancel series"
+ "CancelSeries": "Cancel series",
+ "EnableDebugLoggingHelp": "Debug logging should only be enabled as needed for troubleshooting purposes. The increased file system access may prevent the server machine from being able to sleep in some environments."
}
\ No newline at end of file
diff --git a/MediaBrowser.WebDashboard/dashboard-ui/strings/tr.json b/MediaBrowser.WebDashboard/dashboard-ui/strings/tr.json
index 003b4aaac7..3e401081f1 100644
--- a/MediaBrowser.WebDashboard/dashboard-ui/strings/tr.json
+++ b/MediaBrowser.WebDashboard/dashboard-ui/strings/tr.json
@@ -1,5 +1,4 @@
{
- "HeaderPlayAll": "Play All",
"LabelPrevious": "\u00d6nceki",
"LabelFinish": "Bitir",
"LabelNext": "Sonraki",
@@ -25,6 +24,7 @@
"LabelPinCode": "Pin code:",
"DeleteMedia": "Delete media",
"HeaderSync": "Sync",
+ "HeaderPlayAll": "Play All",
"HeaderUpcomingNews": "Upcoming News",
"ButtonOk": "Tamam",
"ButtonCancel": "\u0130ptal",
@@ -485,9 +485,6 @@
"HeaderResult": "Result",
"OptionOverwriteExistingEpisodes": "Overwrite existing episodes",
"LabelTransferMethod": "Transfer method",
- "OptionCopy": "Copy",
- "OptionMove": "Move",
- "LabelTransferMethodHelp": "Copy or move files from the watch folder",
"HeaderLatestNews": "Latest News",
"HeaderRunningTasks": "Running Tasks",
"HeaderActiveDevices": "Active Devices",
@@ -682,24 +679,11 @@
"MessageNoAvailablePlugins": "No available plugins.",
"LabelDisplayPluginsFor": "Display plugins for:",
"PluginTabAppClassic": "Emby for Windows Media Center",
- "LabelEpisodeNamePlain": "Episode name",
- "LabelSeriesNamePlain": "Series name",
- "ValueSeriesNamePeriod": "Series.name",
- "ValueSeriesNameUnderscore": "Series_name",
- "ValueEpisodeNamePeriod": "Episode.name",
- "ValueEpisodeNameUnderscore": "Episode_name",
- "LabelSeasonNumberPlain": "Season number",
- "LabelEpisodeNumberPlain": "Episode number",
- "LabelEndingEpisodeNumberPlain": "Ending episode number",
"HeaderTypeText": "Enter Text",
"LabelTypeText": "Text",
"TabDisplay": "Display",
"TabLanguages": "Languages",
"TabAppSettings": "App Settings",
- "LabelEnableThemeSongs": "Enable theme songs",
- "LabelEnableBackdrops": "Enable backdrops",
- "LabelEnableThemeSongsHelp": "If enabled, theme songs will be played in the background while browsing the library.",
- "LabelEnableBackdropsHelp": "If enabled, backdrops will be displayed in the background of some pages while browsing the library.",
"HeaderHomePage": "Anasayfa",
"OptionAuto": "Auto",
"OptionYes": "Yes",
@@ -1866,5 +1850,6 @@
"AllowOnTheFlySubtitleExtractionHelp": "Embedded subtitles can be extracted from videos and delivered to Emby apps in plain text in order to help prevent video transcoding. On some systems this can take a long time and cause video playback to stall during the extraction process. Disable this to have embedded subtitles burned in with video transcoding when they are not natively supported by the client device.",
"ButtonStopRecording": "Stop Recording",
"StopRecording": "Stop recording",
- "CancelSeries": "Cancel series"
+ "CancelSeries": "Cancel series",
+ "EnableDebugLoggingHelp": "Debug logging should only be enabled as needed for troubleshooting purposes. The increased file system access may prevent the server machine from being able to sleep in some environments."
}
\ No newline at end of file
diff --git a/MediaBrowser.WebDashboard/dashboard-ui/strings/uk.json b/MediaBrowser.WebDashboard/dashboard-ui/strings/uk.json
index aa5a2cf910..74ecef7e70 100644
--- a/MediaBrowser.WebDashboard/dashboard-ui/strings/uk.json
+++ b/MediaBrowser.WebDashboard/dashboard-ui/strings/uk.json
@@ -1,5 +1,4 @@
{
- "HeaderPlayAll": "Play All",
"LabelPrevious": "\u041d\u0430\u0437\u0430\u0434",
"LabelFinish": "Finish",
"LabelNext": "\u0412\u043f\u0435\u0440\u0435\u0434",
@@ -25,6 +24,7 @@
"LabelPinCode": "Pin code:",
"DeleteMedia": "Delete media",
"HeaderSync": "Sync",
+ "HeaderPlayAll": "Play All",
"HeaderUpcomingNews": "Upcoming News",
"ButtonOk": "Ok",
"ButtonCancel": "\u0421\u043a\u0430\u0441\u0443\u0432\u0430\u0442\u0438",
@@ -485,9 +485,6 @@
"HeaderResult": "Result",
"OptionOverwriteExistingEpisodes": "Overwrite existing episodes",
"LabelTransferMethod": "Transfer method",
- "OptionCopy": "Copy",
- "OptionMove": "Move",
- "LabelTransferMethodHelp": "Copy or move files from the watch folder",
"HeaderLatestNews": "\u041e\u0441\u0442\u0430\u043d\u043d\u0456 \u043d\u043e\u0432\u0438\u043d\u0438",
"HeaderRunningTasks": "Running Tasks",
"HeaderActiveDevices": "Active Devices",
@@ -682,24 +679,11 @@
"MessageNoAvailablePlugins": "No available plugins.",
"LabelDisplayPluginsFor": "Display plugins for:",
"PluginTabAppClassic": "Emby for Windows Media Center",
- "LabelEpisodeNamePlain": "Episode name",
- "LabelSeriesNamePlain": "Series name",
- "ValueSeriesNamePeriod": "Series.name",
- "ValueSeriesNameUnderscore": "Series_name",
- "ValueEpisodeNamePeriod": "Episode.name",
- "ValueEpisodeNameUnderscore": "Episode_name",
- "LabelSeasonNumberPlain": "Season number",
- "LabelEpisodeNumberPlain": "Episode number",
- "LabelEndingEpisodeNumberPlain": "Ending episode number",
"HeaderTypeText": "Enter Text",
"LabelTypeText": "Text",
"TabDisplay": "Display",
"TabLanguages": "Languages",
"TabAppSettings": "App Settings",
- "LabelEnableThemeSongs": "Enable theme songs",
- "LabelEnableBackdrops": "Enable backdrops",
- "LabelEnableThemeSongsHelp": "If enabled, theme songs will be played in the background while browsing the library.",
- "LabelEnableBackdropsHelp": "If enabled, backdrops will be displayed in the background of some pages while browsing the library.",
"HeaderHomePage": "Home Page",
"OptionAuto": "Auto",
"OptionYes": "Yes",
@@ -1866,5 +1850,6 @@
"AllowOnTheFlySubtitleExtractionHelp": "Embedded subtitles can be extracted from videos and delivered to Emby apps in plain text in order to help prevent video transcoding. On some systems this can take a long time and cause video playback to stall during the extraction process. Disable this to have embedded subtitles burned in with video transcoding when they are not natively supported by the client device.",
"ButtonStopRecording": "Stop Recording",
"StopRecording": "Stop recording",
- "CancelSeries": "Cancel series"
+ "CancelSeries": "Cancel series",
+ "EnableDebugLoggingHelp": "Debug logging should only be enabled as needed for troubleshooting purposes. The increased file system access may prevent the server machine from being able to sleep in some environments."
}
\ No newline at end of file
diff --git a/MediaBrowser.WebDashboard/dashboard-ui/strings/vi.json b/MediaBrowser.WebDashboard/dashboard-ui/strings/vi.json
index 7fdc97aa14..9922965163 100644
--- a/MediaBrowser.WebDashboard/dashboard-ui/strings/vi.json
+++ b/MediaBrowser.WebDashboard/dashboard-ui/strings/vi.json
@@ -1,5 +1,4 @@
{
- "HeaderPlayAll": "Play All",
"LabelPrevious": "Tr\u01b0\u1edbc",
"LabelFinish": "K\u1ebft th\u00fac",
"LabelNext": "Ti\u1ebfp theo",
@@ -25,6 +24,7 @@
"LabelPinCode": "Pin code:",
"DeleteMedia": "Delete media",
"HeaderSync": "Sync",
+ "HeaderPlayAll": "Play All",
"HeaderUpcomingNews": "Upcoming News",
"ButtonOk": "Ok",
"ButtonCancel": "Tho\u00e1t",
@@ -485,9 +485,6 @@
"HeaderResult": "Result",
"OptionOverwriteExistingEpisodes": "Overwrite existing episodes",
"LabelTransferMethod": "Transfer method",
- "OptionCopy": "Copy",
- "OptionMove": "Phim",
- "LabelTransferMethodHelp": "Copy or move files from the watch folder",
"HeaderLatestNews": "Latest News",
"HeaderRunningTasks": "Running Tasks",
"HeaderActiveDevices": "Active Devices",
@@ -682,24 +679,11 @@
"MessageNoAvailablePlugins": "No available plugins.",
"LabelDisplayPluginsFor": "Display plugins for:",
"PluginTabAppClassic": "Emby for Windows Media Center",
- "LabelEpisodeNamePlain": "Episode name",
- "LabelSeriesNamePlain": "Series name",
- "ValueSeriesNamePeriod": "Series.name",
- "ValueSeriesNameUnderscore": "Series_name",
- "ValueEpisodeNamePeriod": "Episode.name",
- "ValueEpisodeNameUnderscore": "Episode_name",
- "LabelSeasonNumberPlain": "Season number",
- "LabelEpisodeNumberPlain": "Episode number",
- "LabelEndingEpisodeNumberPlain": "Ending episode number",
"HeaderTypeText": "Enter Text",
"LabelTypeText": "Text",
"TabDisplay": "Display",
"TabLanguages": "Languages",
"TabAppSettings": "App Settings",
- "LabelEnableThemeSongs": "Enable theme songs",
- "LabelEnableBackdrops": "Enable backdrops",
- "LabelEnableThemeSongsHelp": "If enabled, theme songs will be played in the background while browsing the library.",
- "LabelEnableBackdropsHelp": "If enabled, backdrops will be displayed in the background of some pages while browsing the library.",
"HeaderHomePage": "Home Page",
"OptionAuto": "Auto",
"OptionYes": "Yes",
@@ -1866,5 +1850,6 @@
"AllowOnTheFlySubtitleExtractionHelp": "Embedded subtitles can be extracted from videos and delivered to Emby apps in plain text in order to help prevent video transcoding. On some systems this can take a long time and cause video playback to stall during the extraction process. Disable this to have embedded subtitles burned in with video transcoding when they are not natively supported by the client device.",
"ButtonStopRecording": "Stop Recording",
"StopRecording": "Stop recording",
- "CancelSeries": "Cancel series"
+ "CancelSeries": "Cancel series",
+ "EnableDebugLoggingHelp": "Debug logging should only be enabled as needed for troubleshooting purposes. The increased file system access may prevent the server machine from being able to sleep in some environments."
}
\ No newline at end of file
diff --git a/MediaBrowser.WebDashboard/dashboard-ui/strings/zh-CN.json b/MediaBrowser.WebDashboard/dashboard-ui/strings/zh-CN.json
index 812e628523..d59e22590b 100644
--- a/MediaBrowser.WebDashboard/dashboard-ui/strings/zh-CN.json
+++ b/MediaBrowser.WebDashboard/dashboard-ui/strings/zh-CN.json
@@ -1,5 +1,4 @@
{
- "HeaderPlayAll": "Play All",
"LabelPrevious": "\u4e0a\u4e00\u4e2a",
"LabelFinish": "\u5b8c\u6210",
"LabelNext": "\u4e0b\u4e00\u4e2a",
@@ -25,6 +24,7 @@
"LabelPinCode": "PIN \u7801\uff1a",
"DeleteMedia": "\u5220\u9664\u5a92\u4f53",
"HeaderSync": "\u540c\u6b65",
+ "HeaderPlayAll": "Play All",
"HeaderUpcomingNews": "\u5373\u5c06\u53d1\u5e03\u65b0\u95fb",
"ButtonOk": "\u786e\u5b9a",
"ButtonCancel": "\u53d6\u6d88",
@@ -485,9 +485,6 @@
"HeaderResult": "\u7ed3\u5c40",
"OptionOverwriteExistingEpisodes": "\u8986\u76d6\u73b0\u6709\u5267\u96c6",
"LabelTransferMethod": "\u79fb\u52a8\u65b9\u5f0f",
- "OptionCopy": "\u590d\u5236",
- "OptionMove": "\u79fb\u52a8",
- "LabelTransferMethodHelp": "\u4ece\u76d1\u63a7\u6587\u4ef6\u5939\u590d\u5236\u6216\u79fb\u52a8\u6587\u4ef6",
"HeaderLatestNews": "\u6700\u65b0\u65b0\u95fb",
"HeaderRunningTasks": "\u8fd0\u884c\u7684\u4efb\u52a1",
"HeaderActiveDevices": "\u6d3b\u52a8\u7684\u8bbe\u5907",
@@ -682,24 +679,11 @@
"MessageNoAvailablePlugins": "\u6ca1\u6709\u53ef\u7528\u7684\u63d2\u4ef6\u3002",
"LabelDisplayPluginsFor": "\u663e\u793a\u63d2\u4ef6\uff1a",
"PluginTabAppClassic": "Emby for Windows Media Center",
- "LabelEpisodeNamePlain": "\u5267\u96c6\u540d\u79f0",
- "LabelSeriesNamePlain": "\u7535\u89c6\u5267\u540d\u79f0",
- "ValueSeriesNamePeriod": "\u7535\u89c6\u5267.\u540d\u79f0",
- "ValueSeriesNameUnderscore": "\u7535\u89c6\u5267_\u540d\u79f0",
- "ValueEpisodeNamePeriod": "\u5267\u96c6.\u540d\u79f0",
- "ValueEpisodeNameUnderscore": "\u5267\u96c6_\u540d\u79f0",
- "LabelSeasonNumberPlain": "\u591a\u5c11\u5b63",
- "LabelEpisodeNumberPlain": "\u591a\u5c11\u96c6",
- "LabelEndingEpisodeNumberPlain": "\u6700\u540e\u4e00\u96c6\u6570\u5b57",
"HeaderTypeText": "\u8f93\u5165\u6587\u672c",
"LabelTypeText": "\u6587\u672c",
"TabDisplay": "\u663e\u793a",
"TabLanguages": "\u8bed\u8a00",
"TabAppSettings": "\u5e94\u7528\u8bbe\u7f6e",
- "LabelEnableThemeSongs": "\u542f\u7528\u4e3b\u9898\u6b4c",
- "LabelEnableBackdrops": "\u542f\u7528\u80cc\u666f\u56fe",
- "LabelEnableThemeSongsHelp": "\u5982\u679c\u542f\u7528\uff0c\u5f53\u6d4f\u89c8\u5a92\u4f53\u5e93\u65f6\u4e3b\u9898\u6b4c\u5c06\u5728\u540e\u53f0\u64ad\u653e\u3002",
- "LabelEnableBackdropsHelp": "\u5982\u679c\u542f\u7528\uff0c\u5f53\u6d4f\u89c8\u5a92\u4f53\u5e93\u65f6\u80cc\u666f\u56fe\u5c06\u4f5c\u4e3a\u4e00\u4e9b\u9875\u9762\u7684\u80cc\u666f\u663e\u793a\u3002",
"HeaderHomePage": "\u9996\u9875",
"OptionAuto": "\u81ea\u52a8",
"OptionYes": "\u662f",
@@ -1866,5 +1850,6 @@
"AllowOnTheFlySubtitleExtractionHelp": "Embedded subtitles can be extracted from videos and delivered to Emby apps in plain text in order to help prevent video transcoding. On some systems this can take a long time and cause video playback to stall during the extraction process. Disable this to have embedded subtitles burned in with video transcoding when they are not natively supported by the client device.",
"ButtonStopRecording": "Stop Recording",
"StopRecording": "Stop recording",
- "CancelSeries": "Cancel series"
+ "CancelSeries": "Cancel series",
+ "EnableDebugLoggingHelp": "Debug logging should only be enabled as needed for troubleshooting purposes. The increased file system access may prevent the server machine from being able to sleep in some environments."
}
\ No newline at end of file
diff --git a/MediaBrowser.WebDashboard/dashboard-ui/strings/zh-HK.json b/MediaBrowser.WebDashboard/dashboard-ui/strings/zh-HK.json
index 81943a3df5..c26a7ef93e 100644
--- a/MediaBrowser.WebDashboard/dashboard-ui/strings/zh-HK.json
+++ b/MediaBrowser.WebDashboard/dashboard-ui/strings/zh-HK.json
@@ -1,5 +1,4 @@
{
- "HeaderPlayAll": "Play All",
"LabelPrevious": "\u524d\u4e00\u500b",
"LabelFinish": "\u5b8c\u6210",
"LabelNext": "\u4e0b\u4e00\u500b",
@@ -25,6 +24,7 @@
"LabelPinCode": "PIN \u78bc\uff1a",
"DeleteMedia": "Delete media",
"HeaderSync": "\u540c\u6b65",
+ "HeaderPlayAll": "Play All",
"HeaderUpcomingNews": "Upcoming News",
"ButtonOk": "\u78ba\u5b9a",
"ButtonCancel": "\u53d6\u6d88",
@@ -485,9 +485,6 @@
"HeaderResult": "\u7d50\u679c",
"OptionOverwriteExistingEpisodes": "\u8986\u5beb\u73fe\u6709\u6232\u96c6",
"LabelTransferMethod": "\u50b3\u905e\u65b9\u6cd5",
- "OptionCopy": "\u8907\u88fd",
- "OptionMove": "\u79fb\u52d5",
- "LabelTransferMethodHelp": "\u5f9e\u76e3\u8996\u6587\u4ef6\u593e\u8907\u88fd\u6216\u79fb\u52d5\u6587\u4ef6",
"HeaderLatestNews": "\u6700\u65b0\u6d88\u606f",
"HeaderRunningTasks": "\u904b\u884c\u4efb\u52d9",
"HeaderActiveDevices": "\u751f\u6548\u88dd\u7f6e",
@@ -682,24 +679,11 @@
"MessageNoAvailablePlugins": "No available plugins.",
"LabelDisplayPluginsFor": "Display plugins for:",
"PluginTabAppClassic": "Emby for Windows Media Center",
- "LabelEpisodeNamePlain": "Episode name",
- "LabelSeriesNamePlain": "\u96fb\u8996\u5287\u540d\u7a31",
- "ValueSeriesNamePeriod": "\u96fb\u8996\u5287\u540d\u7a31",
- "ValueSeriesNameUnderscore": "\u96fb\u8996\u5287\u540d\u7a31",
- "ValueEpisodeNamePeriod": "Episode.name",
- "ValueEpisodeNameUnderscore": "Episode_name",
- "LabelSeasonNumberPlain": "\u5b63\u5ea6\u5287\u96c6\u6578\u76ee",
- "LabelEpisodeNumberPlain": "Episode number",
- "LabelEndingEpisodeNumberPlain": "Ending episode number",
"HeaderTypeText": "Enter Text",
"LabelTypeText": "Text",
"TabDisplay": "Display",
"TabLanguages": "Languages",
"TabAppSettings": "App Settings",
- "LabelEnableThemeSongs": "\u958b\u555f\u4e3b\u984c\u66f2",
- "LabelEnableBackdrops": "Enable backdrops",
- "LabelEnableThemeSongsHelp": "\u5982\u679c\u5141\u8a31\uff0c\u7576\u700f\u89bd\u5a92\u9ad4\u5eab\u6642\u5728\u80cc\u666f\u64ad\u653e\u4e3b\u984c\u66f2",
- "LabelEnableBackdropsHelp": "If enabled, backdrops will be displayed in the background of some pages while browsing the library.",
"HeaderHomePage": "Home Page",
"OptionAuto": "\u81ea\u52d5",
"OptionYes": "\u662f",
@@ -1866,5 +1850,6 @@
"AllowOnTheFlySubtitleExtractionHelp": "Embedded subtitles can be extracted from videos and delivered to Emby apps in plain text in order to help prevent video transcoding. On some systems this can take a long time and cause video playback to stall during the extraction process. Disable this to have embedded subtitles burned in with video transcoding when they are not natively supported by the client device.",
"ButtonStopRecording": "Stop Recording",
"StopRecording": "Stop recording",
- "CancelSeries": "Cancel series"
+ "CancelSeries": "Cancel series",
+ "EnableDebugLoggingHelp": "Debug logging should only be enabled as needed for troubleshooting purposes. The increased file system access may prevent the server machine from being able to sleep in some environments."
}
\ No newline at end of file
diff --git a/MediaBrowser.WebDashboard/dashboard-ui/strings/zh-TW.json b/MediaBrowser.WebDashboard/dashboard-ui/strings/zh-TW.json
index 65c70a7450..7eaa4a22a6 100644
--- a/MediaBrowser.WebDashboard/dashboard-ui/strings/zh-TW.json
+++ b/MediaBrowser.WebDashboard/dashboard-ui/strings/zh-TW.json
@@ -1,5 +1,4 @@
{
- "HeaderPlayAll": "Play All",
"LabelPrevious": "\u4e0a\u4e00\u500b",
"LabelFinish": "\u5b8c\u6210",
"LabelNext": "\u4e0b\u4e00\u500b",
@@ -25,6 +24,7 @@
"LabelPinCode": "Pin code:",
"DeleteMedia": "Delete media",
"HeaderSync": "\u540c\u6b65",
+ "HeaderPlayAll": "Play All",
"HeaderUpcomingNews": "Upcoming News",
"ButtonOk": "OK",
"ButtonCancel": "\u53d6\u6d88",
@@ -485,9 +485,6 @@
"HeaderResult": "Result",
"OptionOverwriteExistingEpisodes": "Overwrite existing episodes",
"LabelTransferMethod": "Transfer method",
- "OptionCopy": "Copy",
- "OptionMove": "Move",
- "LabelTransferMethodHelp": "Copy or move files from the watch folder",
"HeaderLatestNews": "Latest News",
"HeaderRunningTasks": "Running Tasks",
"HeaderActiveDevices": "Active Devices",
@@ -682,24 +679,11 @@
"MessageNoAvailablePlugins": "No available plugins.",
"LabelDisplayPluginsFor": "Display plugins for:",
"PluginTabAppClassic": "Emby for Windows Media Center",
- "LabelEpisodeNamePlain": "Episode name",
- "LabelSeriesNamePlain": "Series name",
- "ValueSeriesNamePeriod": "Series.name",
- "ValueSeriesNameUnderscore": "Series_name",
- "ValueEpisodeNamePeriod": "Episode.name",
- "ValueEpisodeNameUnderscore": "Episode_name",
- "LabelSeasonNumberPlain": "Season number",
- "LabelEpisodeNumberPlain": "Episode number",
- "LabelEndingEpisodeNumberPlain": "Ending episode number",
"HeaderTypeText": "Enter Text",
"LabelTypeText": "Text",
"TabDisplay": "Display",
"TabLanguages": "Languages",
"TabAppSettings": "App Settings",
- "LabelEnableThemeSongs": "Enable theme songs",
- "LabelEnableBackdrops": "Enable backdrops",
- "LabelEnableThemeSongsHelp": "If enabled, theme songs will be played in the background while browsing the library.",
- "LabelEnableBackdropsHelp": "If enabled, backdrops will be displayed in the background of some pages while browsing the library.",
"HeaderHomePage": "Home Page",
"OptionAuto": "Auto",
"OptionYes": "Yes",
@@ -1866,5 +1850,6 @@
"AllowOnTheFlySubtitleExtractionHelp": "Embedded subtitles can be extracted from videos and delivered to Emby apps in plain text in order to help prevent video transcoding. On some systems this can take a long time and cause video playback to stall during the extraction process. Disable this to have embedded subtitles burned in with video transcoding when they are not natively supported by the client device.",
"ButtonStopRecording": "Stop Recording",
"StopRecording": "Stop recording",
- "CancelSeries": "Cancel series"
+ "CancelSeries": "Cancel series",
+ "EnableDebugLoggingHelp": "Debug logging should only be enabled as needed for troubleshooting purposes. The increased file system access may prevent the server machine from being able to sleep in some environments."
}
\ No newline at end of file
diff --git a/ThirdParty/emby/Emby.Server.CinemaMode.dll b/ThirdParty/emby/Emby.Server.CinemaMode.dll
index 2cbe6a1a35..ad67c03430 100644
Binary files a/ThirdParty/emby/Emby.Server.CinemaMode.dll and b/ThirdParty/emby/Emby.Server.CinemaMode.dll differ
diff --git a/ThirdParty/emby/Emby.Server.Connect.dll b/ThirdParty/emby/Emby.Server.Connect.dll
index 0a4490ef2b..53fcad62b7 100644
Binary files a/ThirdParty/emby/Emby.Server.Connect.dll and b/ThirdParty/emby/Emby.Server.Connect.dll differ
diff --git a/ThirdParty/emby/Emby.Server.MediaEncoding.dll b/ThirdParty/emby/Emby.Server.MediaEncoding.dll
index 40e678a8ca..3b7e5d3b58 100644
Binary files a/ThirdParty/emby/Emby.Server.MediaEncoding.dll and b/ThirdParty/emby/Emby.Server.MediaEncoding.dll differ
diff --git a/ThirdParty/emby/Emby.Server.Sync.dll b/ThirdParty/emby/Emby.Server.Sync.dll
index 3270b1a58c..8acf5dee3d 100644
Binary files a/ThirdParty/emby/Emby.Server.Sync.dll and b/ThirdParty/emby/Emby.Server.Sync.dll differ
diff --git a/packages/SimpleInjector.4.0.12/SimpleInjector.4.0.12.nupkg b/packages/SimpleInjector.4.0.12/SimpleInjector.4.0.12.nupkg
new file mode 100644
index 0000000000..2975944f7b
Binary files /dev/null and b/packages/SimpleInjector.4.0.12/SimpleInjector.4.0.12.nupkg differ
diff --git a/packages/SimpleInjector.4.0.12/lib/net40/SimpleInjector.dll b/packages/SimpleInjector.4.0.12/lib/net40/SimpleInjector.dll
new file mode 100644
index 0000000000..5bae84d603
Binary files /dev/null and b/packages/SimpleInjector.4.0.12/lib/net40/SimpleInjector.dll differ
diff --git a/packages/SimpleInjector.4.0.8/lib/net40/SimpleInjector.xml b/packages/SimpleInjector.4.0.12/lib/net40/SimpleInjector.xml
similarity index 99%
rename from packages/SimpleInjector.4.0.8/lib/net40/SimpleInjector.xml
rename to packages/SimpleInjector.4.0.12/lib/net40/SimpleInjector.xml
index 9c1571c1f7..d22340923d 100644
--- a/packages/SimpleInjector.4.0.8/lib/net40/SimpleInjector.xml
+++ b/packages/SimpleInjector.4.0.12/lib/net40/SimpleInjector.xml
@@ -4819,9 +4819,8 @@
Allows verifying whether a given type has a direct or indirect dependency on itself. Verifying is done
- by preventing recursive calls to a IInstanceProvider. An instance of this type is related to a single
- instance of a IInstanceProvider. A RecursiveDependencyValidator instance checks a single
- IInstanceProvider and therefore a single service type.
+ by preventing recursive calls to an InstanceProducer. A CyclicDependencyValidator instance checks a
+ single InstanceProducer and therefore a single service type.
diff --git a/packages/SimpleInjector.4.0.12/lib/net45/SimpleInjector.dll b/packages/SimpleInjector.4.0.12/lib/net45/SimpleInjector.dll
new file mode 100644
index 0000000000..3b00d8c638
Binary files /dev/null and b/packages/SimpleInjector.4.0.12/lib/net45/SimpleInjector.dll differ
diff --git a/packages/SimpleInjector.4.0.8/lib/net45/SimpleInjector.xml b/packages/SimpleInjector.4.0.12/lib/net45/SimpleInjector.xml
similarity index 99%
rename from packages/SimpleInjector.4.0.8/lib/net45/SimpleInjector.xml
rename to packages/SimpleInjector.4.0.12/lib/net45/SimpleInjector.xml
index 0d44ce0ea0..09f8ccf3a9 100644
--- a/packages/SimpleInjector.4.0.8/lib/net45/SimpleInjector.xml
+++ b/packages/SimpleInjector.4.0.12/lib/net45/SimpleInjector.xml
@@ -4819,9 +4819,8 @@
Allows verifying whether a given type has a direct or indirect dependency on itself. Verifying is done
- by preventing recursive calls to a IInstanceProvider. An instance of this type is related to a single
- instance of a IInstanceProvider. A RecursiveDependencyValidator instance checks a single
- IInstanceProvider and therefore a single service type.
+ by preventing recursive calls to an InstanceProducer. A CyclicDependencyValidator instance checks a
+ single InstanceProducer and therefore a single service type.
diff --git a/packages/SimpleInjector.4.0.12/lib/netstandard1.0/SimpleInjector.dll b/packages/SimpleInjector.4.0.12/lib/netstandard1.0/SimpleInjector.dll
new file mode 100644
index 0000000000..e9da78b52f
Binary files /dev/null and b/packages/SimpleInjector.4.0.12/lib/netstandard1.0/SimpleInjector.dll differ
diff --git a/packages/SimpleInjector.4.0.8/lib/netstandard1.0/SimpleInjector.xml b/packages/SimpleInjector.4.0.12/lib/netstandard1.0/SimpleInjector.xml
similarity index 99%
rename from packages/SimpleInjector.4.0.8/lib/netstandard1.0/SimpleInjector.xml
rename to packages/SimpleInjector.4.0.12/lib/netstandard1.0/SimpleInjector.xml
index 6b4de6e5b0..7feac2e499 100644
--- a/packages/SimpleInjector.4.0.8/lib/netstandard1.0/SimpleInjector.xml
+++ b/packages/SimpleInjector.4.0.12/lib/netstandard1.0/SimpleInjector.xml
@@ -4780,9 +4780,8 @@
Allows verifying whether a given type has a direct or indirect dependency on itself. Verifying is done
- by preventing recursive calls to a IInstanceProvider. An instance of this type is related to a single
- instance of a IInstanceProvider. A RecursiveDependencyValidator instance checks a single
- IInstanceProvider and therefore a single service type.
+ by preventing recursive calls to an InstanceProducer. A CyclicDependencyValidator instance checks a
+ single InstanceProducer and therefore a single service type.
diff --git a/packages/SimpleInjector.4.0.12/lib/netstandard1.3/SimpleInjector.dll b/packages/SimpleInjector.4.0.12/lib/netstandard1.3/SimpleInjector.dll
new file mode 100644
index 0000000000..cd3bf6529d
Binary files /dev/null and b/packages/SimpleInjector.4.0.12/lib/netstandard1.3/SimpleInjector.dll differ
diff --git a/packages/SimpleInjector.4.0.8/lib/netstandard1.3/SimpleInjector.xml b/packages/SimpleInjector.4.0.12/lib/netstandard1.3/SimpleInjector.xml
similarity index 99%
rename from packages/SimpleInjector.4.0.8/lib/netstandard1.3/SimpleInjector.xml
rename to packages/SimpleInjector.4.0.12/lib/netstandard1.3/SimpleInjector.xml
index 08528757de..289dc29ace 100644
--- a/packages/SimpleInjector.4.0.8/lib/netstandard1.3/SimpleInjector.xml
+++ b/packages/SimpleInjector.4.0.12/lib/netstandard1.3/SimpleInjector.xml
@@ -4780,9 +4780,8 @@
Allows verifying whether a given type has a direct or indirect dependency on itself. Verifying is done
- by preventing recursive calls to a IInstanceProvider. An instance of this type is related to a single
- instance of a IInstanceProvider. A RecursiveDependencyValidator instance checks a single
- IInstanceProvider and therefore a single service type.
+ by preventing recursive calls to an InstanceProducer. A CyclicDependencyValidator instance checks a
+ single InstanceProducer and therefore a single service type.
diff --git a/packages/SimpleInjector.4.0.8/SimpleInjector.4.0.8.nupkg b/packages/SimpleInjector.4.0.8/SimpleInjector.4.0.8.nupkg
deleted file mode 100644
index 5ba8297a4e..0000000000
Binary files a/packages/SimpleInjector.4.0.8/SimpleInjector.4.0.8.nupkg and /dev/null differ
diff --git a/packages/SimpleInjector.4.0.8/lib/net40/SimpleInjector.dll b/packages/SimpleInjector.4.0.8/lib/net40/SimpleInjector.dll
deleted file mode 100644
index d416f22982..0000000000
Binary files a/packages/SimpleInjector.4.0.8/lib/net40/SimpleInjector.dll and /dev/null differ
diff --git a/packages/SimpleInjector.4.0.8/lib/net45/SimpleInjector.dll b/packages/SimpleInjector.4.0.8/lib/net45/SimpleInjector.dll
deleted file mode 100644
index 15f1dc3bc9..0000000000
Binary files a/packages/SimpleInjector.4.0.8/lib/net45/SimpleInjector.dll and /dev/null differ
diff --git a/packages/SimpleInjector.4.0.8/lib/netstandard1.0/SimpleInjector.dll b/packages/SimpleInjector.4.0.8/lib/netstandard1.0/SimpleInjector.dll
deleted file mode 100644
index 29f4c1ed44..0000000000
Binary files a/packages/SimpleInjector.4.0.8/lib/netstandard1.0/SimpleInjector.dll and /dev/null differ
diff --git a/packages/SimpleInjector.4.0.8/lib/netstandard1.3/SimpleInjector.dll b/packages/SimpleInjector.4.0.8/lib/netstandard1.3/SimpleInjector.dll
deleted file mode 100644
index 2aa1bf515c..0000000000
Binary files a/packages/SimpleInjector.4.0.8/lib/netstandard1.3/SimpleInjector.dll and /dev/null differ
diff --git a/packages/SkiaSharp.1.58.1/lib/net45/SkiaSharp.dll b/packages/SkiaSharp.1.58.1/lib/net45/SkiaSharp.dll
deleted file mode 100644
index 89166c0867..0000000000
Binary files a/packages/SkiaSharp.1.58.1/lib/net45/SkiaSharp.dll and /dev/null differ
diff --git a/packages/SkiaSharp.1.58.1/lib/net45/SkiaSharp.dll.config b/packages/SkiaSharp.1.58.1/lib/net45/SkiaSharp.dll.config
deleted file mode 100644
index 3d0bbb1eb7..0000000000
--- a/packages/SkiaSharp.1.58.1/lib/net45/SkiaSharp.dll.config
+++ /dev/null
@@ -1,5 +0,0 @@
-
-
-
-
-
diff --git a/packages/SkiaSharp.1.58.1/lib/portable-net45+win8+wpa81+wp8/SkiaSharp.dll b/packages/SkiaSharp.1.58.1/lib/portable-net45+win8+wpa81+wp8/SkiaSharp.dll
deleted file mode 100644
index 544d7b8d9b..0000000000
Binary files a/packages/SkiaSharp.1.58.1/lib/portable-net45+win8+wpa81+wp8/SkiaSharp.dll and /dev/null differ
diff --git a/packages/SkiaSharp.1.58.1/runtimes/win7-x86/native/libSkiaSharp.dll b/packages/SkiaSharp.1.58.1/runtimes/win7-x86/native/libSkiaSharp.dll
deleted file mode 100644
index 1c46a8a942..0000000000
Binary files a/packages/SkiaSharp.1.58.1/runtimes/win7-x86/native/libSkiaSharp.dll and /dev/null differ
diff --git a/packages/SkiaSharp.1.58.1/SkiaSharp.1.58.1.nupkg b/packages/SkiaSharp.1.59.2/SkiaSharp.1.59.2.nupkg
similarity index 78%
rename from packages/SkiaSharp.1.58.1/SkiaSharp.1.58.1.nupkg
rename to packages/SkiaSharp.1.59.2/SkiaSharp.1.59.2.nupkg
index 6334cc8122..1dadd550e3 100644
Binary files a/packages/SkiaSharp.1.58.1/SkiaSharp.1.58.1.nupkg and b/packages/SkiaSharp.1.59.2/SkiaSharp.1.59.2.nupkg differ
diff --git a/packages/SkiaSharp.1.59.2/lib/net45/SkiaSharp.dll b/packages/SkiaSharp.1.59.2/lib/net45/SkiaSharp.dll
new file mode 100644
index 0000000000..6af7354389
Binary files /dev/null and b/packages/SkiaSharp.1.59.2/lib/net45/SkiaSharp.dll differ
diff --git a/packages/SkiaSharp.1.59.2/lib/net45/SkiaSharp.dll.config b/packages/SkiaSharp.1.59.2/lib/net45/SkiaSharp.dll.config
new file mode 100644
index 0000000000..4080db5c79
--- /dev/null
+++ b/packages/SkiaSharp.1.59.2/lib/net45/SkiaSharp.dll.config
@@ -0,0 +1,5 @@
+
+
+
+
+
diff --git a/packages/SkiaSharp.1.58.1/lib/net45/SkiaSharp.xml b/packages/SkiaSharp.1.59.2/lib/net45/SkiaSharp.xml
similarity index 98%
rename from packages/SkiaSharp.1.58.1/lib/net45/SkiaSharp.xml
rename to packages/SkiaSharp.1.59.2/lib/net45/SkiaSharp.xml
index 9334a849ed..73db0ad104 100644
--- a/packages/SkiaSharp.1.58.1/lib/net45/SkiaSharp.xml
+++ b/packages/SkiaSharp.1.59.2/lib/net45/SkiaSharp.xml
@@ -104,6 +104,9 @@
Reset all the context state for any backend.
+
+ Reset nothing.
+ Wrap an existing texture created by the client in the 3D API with an underlying GRTexture object.
@@ -325,6 +328,13 @@
This is only really useful if paths are commonly rendered at the same scale and fractional translation. Default is false.
+
+ Gets or sets a value indicating whether to avoid allocating stencil buffers.
+
+
+
+ Bugs on certain drivers cause stencil buffers to leak. This flag causes Skia to avoid allocating stencil buffers and use alternate rasterization paths, avoiding the leak.
+ Gets or sets the threshold, in bytes, above which a buffer mapping API will be used to map vertex and index buffers to CPU memory in order to update them.
@@ -558,6 +568,9 @@
Reset the MSAA state
+
+ Reset nothing.
+ Reset the path rendering state.
@@ -1098,7 +1111,7 @@ using (new SKAutoMaskFreeImage(mask.Image)) {
The description of the desired image format.
The color lookup table.
Constructor that configures the bitmap based on an specification and a color table.
- Use this method to create a bitmap that will use a color lookup table. The bitmap will be an 8-bit indexed bitmap, where each value represents an index into the color table, and the color is determined by the value in the specific location in the color table array.
+ Use this method to create a bitmap that will use a color lookup table. The bitmap will be an 8-bit indexed bitmap, where each value represents an index into the color table, and the color is determined by the value in the specific location in the color table array.
The description of the desired image format.
@@ -1106,6 +1119,13 @@ using (new SKAutoMaskFreeImage(mask.Image)) {
Constructor that configures the bitmap based on an specification, and the specified number of bytes per row (the stride size)This constructor might throw an exception if it is not possible to create a bitmap with the specified configuration (for example, the image info requires a color table, and there is no color table).
+
+ The description of the desired image format.
+ The color lookup table.
+ The additional flags.
+ Constructor that configures the bitmap based on an specification and a color table.
+ Use this method to create a bitmap that will use a color lookup table. The bitmap will be an 8-bit indexed bitmap, where each value represents an index into the color table, and the color is determined by the value in the specific location in the color table array.
+
The desired width in pixels.
The desired height in pixels.
@@ -1742,6 +1762,18 @@ using (new SKAutoMaskFreeImage(mask.Image)) {
+
+ Flags to use with .
+
+
+
+
+
+ Default bitmap allocation flag.
+
+
+ Initialize the bitmap with zeroed data.
+
The memory address of the pixels being released.
The user data that was provided when installing the pixels.
@@ -2596,6 +2628,13 @@ using (new SKAutoMaskFreeImage(mask.Image)) {
Returns the actual data object that was attached to the canvas.If the backend of this canvas does not support annotations, this call is safely ignored.
+
+ The mesh to draw.
+ The blend mode to use to combine the colors with the texture, before being drawn using the paint. Used if both texture coordinates and colors are present.
+ The shader/texture.
+ Draws a set of vertices.
+ If both textures and vertex-colors are , it strokes hairlines with the paint's color. This behavior is a useful debugging mode to visualize the mesh.
+
How to interpret the array of vertices.
The array of vertices for the mesh.
@@ -3259,6 +3298,15 @@ using (new SKAutoMaskFreeImage(mask.Image)) {
+
+ Gets or sets a value indicating the frame’s alpha value.
+
+
+
+
+
+
+ Gets or sets the number of milliseconds to show this frame.
@@ -3347,6 +3395,15 @@ using (new SKAutoMaskFreeImage(mask.Image)) {
+
+ Gets or sets a value indicating whether the decode should do a linear premultiply or a legacy premultiply.
+
+
+
+
+
+
+ Gets or sets the subset rectangle.
@@ -4546,6 +4603,15 @@ using (new SKAutoMaskFreeImage(mask.Image)) {
+
+ Gets a value indicating whether or not the color space is sRGB.
+
+
+
+
+
+
+ Converts the color space to a XYZ D50 matrix that describes the color space.Returns the matrix if the color gamut can be described as a matrix, otherwise .
@@ -4567,6 +4633,9 @@ using (new SKAutoMaskFreeImage(mask.Image)) {
+
+ Default construction.
+ Blending is non-linear.
@@ -4662,6 +4731,21 @@ using (new SKAutoMaskFreeImage(mask.Image)) {
+
+ Converts primaries and a white point to a XYZ D50 matrix, the preferred color gamut representation of .
+ Returns the XYZ D50 matrix, or if the conversion is not possible.
+
+
+
+
+
+ The XYZ D50 matrix.
+ Converts primaries and a white point to a XYZ D50 matrix, the preferred color gamut representation of .
+ Returns if the conversion succeeded, otherwise if the conversion is not possible.
+
+
+
+ Gets or sets the white X-coordinate.
@@ -4781,6 +4865,13 @@ using (new SKAutoMaskFreeImage(mask.Image)) {
+
+ Inverts coefficients for a common transfer function equation.
+ Returns the mathematically inverted parametric transfer function equation.
+
+
+
+ Holds a premultiplied color table for indexed 8-bit bitmaps.This class is used to represent a color lookup table for indexed bitmap images. The table can contain up to (256) colors (8 bits). The colors are stored are premultiplied 32-bit colors.
@@ -4935,6 +5026,9 @@ using (new SKAutoMaskFreeImage(mask.Image)) {
Only use the left component of the rectangle.
+
+ None of the edges have been specified.
+ Only use the top component of the rectangle.
@@ -6353,12 +6447,10 @@ using (new SKAutoMaskFreeImage(mask.Image)) {
The file format used to encode the image.
- The quality level to use for the image.
+ The quality level to use for the image. This is in the range from 0-100.
Encodes the image using the specified format.Returns the wrapping the encoded image.
-
-
-
+ The quality is a suggestion, and not all formats (eg: png) respect or support it.
The file format used to encode the image.
@@ -10626,6 +10718,46 @@ using (new SKAutoMaskFreeImage(mask.Image)) {
+
+ The pixmap to read the pixel data into.
+ Copies the pixels from the image into the specified pixmap.
+ Returns if the pexels were read, or if there was an error.
+
+
+
+
+
+ The image information describing the destination pixel buffer.
+ The pixel buffer to read the pixel data into.
+ The number of bytes in each row of in the destination buffer.
+ Copies the pixels from the image into the specified buffer.
+ Returns if the pixels were read, or if there was an error.
+
+
+
+
+
+ The pixmap to read the pixel data into.
+ The source x-coordinate to start reading from.
+ The source y-coordinate to start reading from.
+ Copies the pixels from the image into the specified pixmap.
+ Returns if the pixels were read, or if there was an error.
+
+
+
+
+
+ The image information describing the destination pixel buffer.
+ The pixel buffer to read the pixel data into.
+ The number of bytes in each row of in the destination buffer.
+ The source x-coordinate to start reading from.
+ The source y-coordinate to start reading from.
+ Copies the pixels from the image into the specified buffer.
+ Returns if the pixels were read, or if there was an error.
+
+
+
+ Reset the pixmap to an empty pixmap.
@@ -13498,6 +13630,9 @@ canvas.DrawPaint (paint);
+
+ Use default properties.
+ Use device independent fonts.
@@ -13545,6 +13680,18 @@ canvas.DrawPaint (paint);
The buffer contains UTF-8 encoded characters.
+
+ Various flags to be used with .
+
+
+
+
+
+ Premultiplies, unpremultiplies, and blends ignoring the transfer function. Pixels are treated as if they are linear, regardless of their transfer function encoding.
+
+
+ Converts to a linear space before premultiplying, unpremultiplying, or blending.
+ Represents a specific typeface and intrinsic style of a font.
@@ -13623,6 +13770,15 @@ canvas.DrawPaint (paint);
This may be one of the values in .
+
+ The input data.
+ The font face index.
+ Returns a new typeface given data.
+ Returns a new typeface, or if the file does not exist, or is not a valid font file.
+
+
+
+
The name of the font family. May be .
The style (normal, bold, italic) of the typeface.
@@ -13787,6 +13943,50 @@ using (var tf = SKTypeface.FromStream (stream)) {
The vertices are a triangle strip.
+
+ Represents an immutable set of vertex data that can be used with .
+
+
+
+
+
+ How to interpret the array of vertices.
+ The array of vertices for the mesh.
+ The color for each vertex, to be interpolated across the triangle. May be .
+ Creates a new instance, making a copy of the vertices and related data.
+ Returns the new instance.
+
+
+
+
+
+ How to interpret the array of vertices.
+ The array of vertices for the mesh.
+ The coordinates in texture space (not uv space) for each vertex. May be .
+ The color for each vertex, to be interpolated across the triangle. May be .
+ Creates a new instance, making a copy of the vertices and related data.
+ Returns the new instance.
+
+
+
+
+
+ How to interpret the array of vertices.
+ The array of vertices for the mesh.
+ The coordinates in texture space (not uv space) for each vertex. May be .
+ The color for each vertex, to be interpolated across the triangle. May be .
+ The array of indices to reference into the vertex (texture coordinates, colors) array.
+ Creates a new instance, making a copy of the vertices and related data.
+ Returns the new instance.
+
+
+
+
+
+ To be added.
+ To be added.
+ To be added.
+ An abstraction for writing a stream of bytes, which can be backed by memory, or a file, or something else.
diff --git a/packages/SkiaSharp.1.59.2/lib/portable-net45+win8+wpa81+wp8/SkiaSharp.dll b/packages/SkiaSharp.1.59.2/lib/portable-net45+win8+wpa81+wp8/SkiaSharp.dll
new file mode 100644
index 0000000000..e5aa0f2935
Binary files /dev/null and b/packages/SkiaSharp.1.59.2/lib/portable-net45+win8+wpa81+wp8/SkiaSharp.dll differ
diff --git a/packages/SkiaSharp.1.58.1/lib/portable-net45+win8+wpa81+wp8/SkiaSharp.xml b/packages/SkiaSharp.1.59.2/lib/portable-net45+win8+wpa81+wp8/SkiaSharp.xml
similarity index 98%
rename from packages/SkiaSharp.1.58.1/lib/portable-net45+win8+wpa81+wp8/SkiaSharp.xml
rename to packages/SkiaSharp.1.59.2/lib/portable-net45+win8+wpa81+wp8/SkiaSharp.xml
index 9334a849ed..73db0ad104 100644
--- a/packages/SkiaSharp.1.58.1/lib/portable-net45+win8+wpa81+wp8/SkiaSharp.xml
+++ b/packages/SkiaSharp.1.59.2/lib/portable-net45+win8+wpa81+wp8/SkiaSharp.xml
@@ -104,6 +104,9 @@
Reset all the context state for any backend.
+
+ Reset nothing.
+ Wrap an existing texture created by the client in the 3D API with an underlying GRTexture object.
@@ -325,6 +328,13 @@
This is only really useful if paths are commonly rendered at the same scale and fractional translation. Default is false.
+
+ Gets or sets a value indicating whether to avoid allocating stencil buffers.
+
+
+
+ Bugs on certain drivers cause stencil buffers to leak. This flag causes Skia to avoid allocating stencil buffers and use alternate rasterization paths, avoiding the leak.
+ Gets or sets the threshold, in bytes, above which a buffer mapping API will be used to map vertex and index buffers to CPU memory in order to update them.
@@ -558,6 +568,9 @@
Reset the MSAA state
+
+ Reset nothing.
+ Reset the path rendering state.
@@ -1098,7 +1111,7 @@ using (new SKAutoMaskFreeImage(mask.Image)) {
The description of the desired image format.
The color lookup table.
Constructor that configures the bitmap based on an specification and a color table.
- Use this method to create a bitmap that will use a color lookup table. The bitmap will be an 8-bit indexed bitmap, where each value represents an index into the color table, and the color is determined by the value in the specific location in the color table array.
+ Use this method to create a bitmap that will use a color lookup table. The bitmap will be an 8-bit indexed bitmap, where each value represents an index into the color table, and the color is determined by the value in the specific location in the color table array.
The description of the desired image format.
@@ -1106,6 +1119,13 @@ using (new SKAutoMaskFreeImage(mask.Image)) {
Constructor that configures the bitmap based on an specification, and the specified number of bytes per row (the stride size)This constructor might throw an exception if it is not possible to create a bitmap with the specified configuration (for example, the image info requires a color table, and there is no color table).
+
+ The description of the desired image format.
+ The color lookup table.
+ The additional flags.
+ Constructor that configures the bitmap based on an specification and a color table.
+ Use this method to create a bitmap that will use a color lookup table. The bitmap will be an 8-bit indexed bitmap, where each value represents an index into the color table, and the color is determined by the value in the specific location in the color table array.
+
The desired width in pixels.
The desired height in pixels.
@@ -1742,6 +1762,18 @@ using (new SKAutoMaskFreeImage(mask.Image)) {
+
+ Flags to use with .
+
+
+
+
+
+ Default bitmap allocation flag.
+
+
+ Initialize the bitmap with zeroed data.
+
The memory address of the pixels being released.
The user data that was provided when installing the pixels.
@@ -2596,6 +2628,13 @@ using (new SKAutoMaskFreeImage(mask.Image)) {
Returns the actual data object that was attached to the canvas.If the backend of this canvas does not support annotations, this call is safely ignored.
+
+ The mesh to draw.
+ The blend mode to use to combine the colors with the texture, before being drawn using the paint. Used if both texture coordinates and colors are present.
+ The shader/texture.
+ Draws a set of vertices.
+ If both textures and vertex-colors are , it strokes hairlines with the paint's color. This behavior is a useful debugging mode to visualize the mesh.
+
How to interpret the array of vertices.
The array of vertices for the mesh.
@@ -3259,6 +3298,15 @@ using (new SKAutoMaskFreeImage(mask.Image)) {
+
+ Gets or sets a value indicating the frame’s alpha value.
+
+
+
+
+
+
+ Gets or sets the number of milliseconds to show this frame.
@@ -3347,6 +3395,15 @@ using (new SKAutoMaskFreeImage(mask.Image)) {
+
+ Gets or sets a value indicating whether the decode should do a linear premultiply or a legacy premultiply.
+
+
+
+
+
+
+ Gets or sets the subset rectangle.
@@ -4546,6 +4603,15 @@ using (new SKAutoMaskFreeImage(mask.Image)) {
+
+ Gets a value indicating whether or not the color space is sRGB.
+
+
+
+
+
+
+ Converts the color space to a XYZ D50 matrix that describes the color space.Returns the matrix if the color gamut can be described as a matrix, otherwise .
@@ -4567,6 +4633,9 @@ using (new SKAutoMaskFreeImage(mask.Image)) {
+
+ Default construction.
+ Blending is non-linear.
@@ -4662,6 +4731,21 @@ using (new SKAutoMaskFreeImage(mask.Image)) {
+
+ Converts primaries and a white point to a XYZ D50 matrix, the preferred color gamut representation of .
+ Returns the XYZ D50 matrix, or if the conversion is not possible.
+
+
+
+
+
+ The XYZ D50 matrix.
+ Converts primaries and a white point to a XYZ D50 matrix, the preferred color gamut representation of .
+ Returns if the conversion succeeded, otherwise if the conversion is not possible.
+
+
+
+ Gets or sets the white X-coordinate.
@@ -4781,6 +4865,13 @@ using (new SKAutoMaskFreeImage(mask.Image)) {
+
+ Inverts coefficients for a common transfer function equation.
+ Returns the mathematically inverted parametric transfer function equation.
+
+
+
+ Holds a premultiplied color table for indexed 8-bit bitmaps.This class is used to represent a color lookup table for indexed bitmap images. The table can contain up to (256) colors (8 bits). The colors are stored are premultiplied 32-bit colors.
@@ -4935,6 +5026,9 @@ using (new SKAutoMaskFreeImage(mask.Image)) {
Only use the left component of the rectangle.
+
+ None of the edges have been specified.
+ Only use the top component of the rectangle.
@@ -6353,12 +6447,10 @@ using (new SKAutoMaskFreeImage(mask.Image)) {
The file format used to encode the image.
- The quality level to use for the image.
+ The quality level to use for the image. This is in the range from 0-100.
Encodes the image using the specified format.Returns the wrapping the encoded image.
-
-
-
+ The quality is a suggestion, and not all formats (eg: png) respect or support it.
The file format used to encode the image.
@@ -10626,6 +10718,46 @@ using (new SKAutoMaskFreeImage(mask.Image)) {
+
+ The pixmap to read the pixel data into.
+ Copies the pixels from the image into the specified pixmap.
+ Returns if the pexels were read, or if there was an error.
+
+
+
+
+
+ The image information describing the destination pixel buffer.
+ The pixel buffer to read the pixel data into.
+ The number of bytes in each row of in the destination buffer.
+ Copies the pixels from the image into the specified buffer.
+ Returns if the pixels were read, or if there was an error.
+
+
+
+
+
+ The pixmap to read the pixel data into.
+ The source x-coordinate to start reading from.
+ The source y-coordinate to start reading from.
+ Copies the pixels from the image into the specified pixmap.
+ Returns if the pixels were read, or if there was an error.
+
+
+
+
+
+ The image information describing the destination pixel buffer.
+ The pixel buffer to read the pixel data into.
+ The number of bytes in each row of in the destination buffer.
+ The source x-coordinate to start reading from.
+ The source y-coordinate to start reading from.
+ Copies the pixels from the image into the specified buffer.
+ Returns if the pixels were read, or if there was an error.
+
+
+
+ Reset the pixmap to an empty pixmap.
@@ -13498,6 +13630,9 @@ canvas.DrawPaint (paint);
+
+ Use default properties.
+ Use device independent fonts.
@@ -13545,6 +13680,18 @@ canvas.DrawPaint (paint);
The buffer contains UTF-8 encoded characters.
+
+ Various flags to be used with .
+
+
+
+
+
+ Premultiplies, unpremultiplies, and blends ignoring the transfer function. Pixels are treated as if they are linear, regardless of their transfer function encoding.
+
+
+ Converts to a linear space before premultiplying, unpremultiplying, or blending.
+ Represents a specific typeface and intrinsic style of a font.
@@ -13623,6 +13770,15 @@ canvas.DrawPaint (paint);
This may be one of the values in .
+
+ The input data.
+ The font face index.
+ Returns a new typeface given data.
+ Returns a new typeface, or if the file does not exist, or is not a valid font file.
+
+
+
+
The name of the font family. May be .
The style (normal, bold, italic) of the typeface.
@@ -13787,6 +13943,50 @@ using (var tf = SKTypeface.FromStream (stream)) {
The vertices are a triangle strip.
+
+ Represents an immutable set of vertex data that can be used with .
+
+
+
+
+
+ How to interpret the array of vertices.
+ The array of vertices for the mesh.
+ The color for each vertex, to be interpolated across the triangle. May be .
+ Creates a new instance, making a copy of the vertices and related data.
+ Returns the new instance.
+
+
+
+
+
+ How to interpret the array of vertices.
+ The array of vertices for the mesh.
+ The coordinates in texture space (not uv space) for each vertex. May be .
+ The color for each vertex, to be interpolated across the triangle. May be .
+ Creates a new instance, making a copy of the vertices and related data.
+ Returns the new instance.
+
+
+
+
+
+ How to interpret the array of vertices.
+ The array of vertices for the mesh.
+ The coordinates in texture space (not uv space) for each vertex. May be .
+ The color for each vertex, to be interpolated across the triangle. May be .
+ The array of indices to reference into the vertex (texture coordinates, colors) array.
+ Creates a new instance, making a copy of the vertices and related data.
+ Returns the new instance.
+
+
+
+
+
+ To be added.
+ To be added.
+ To be added.
+ An abstraction for writing a stream of bytes, which can be backed by memory, or a file, or something else.
diff --git a/packages/SkiaSharp.1.58.1/runtimes/osx/native/libSkiaSharp.dylib b/packages/SkiaSharp.1.59.2/runtimes/osx/native/libSkiaSharp.dylib
similarity index 59%
rename from packages/SkiaSharp.1.58.1/runtimes/osx/native/libSkiaSharp.dylib
rename to packages/SkiaSharp.1.59.2/runtimes/osx/native/libSkiaSharp.dylib
index 0901ce71a5..af6ce74777 100644
Binary files a/packages/SkiaSharp.1.58.1/runtimes/osx/native/libSkiaSharp.dylib and b/packages/SkiaSharp.1.59.2/runtimes/osx/native/libSkiaSharp.dylib differ
diff --git a/packages/SkiaSharp.1.58.1/runtimes/win7-x64/native/libSkiaSharp.dll b/packages/SkiaSharp.1.59.2/runtimes/win7-x64/native/libSkiaSharp.dll
similarity index 51%
rename from packages/SkiaSharp.1.58.1/runtimes/win7-x64/native/libSkiaSharp.dll
rename to packages/SkiaSharp.1.59.2/runtimes/win7-x64/native/libSkiaSharp.dll
index 901ed1fb62..2f23bdce25 100644
Binary files a/packages/SkiaSharp.1.58.1/runtimes/win7-x64/native/libSkiaSharp.dll and b/packages/SkiaSharp.1.59.2/runtimes/win7-x64/native/libSkiaSharp.dll differ
diff --git a/packages/SkiaSharp.1.59.2/runtimes/win7-x86/native/libSkiaSharp.dll b/packages/SkiaSharp.1.59.2/runtimes/win7-x86/native/libSkiaSharp.dll
new file mode 100644
index 0000000000..b7bf435a1e
Binary files /dev/null and b/packages/SkiaSharp.1.59.2/runtimes/win7-x86/native/libSkiaSharp.dll differ