consolidate emby.server.core into emby.server.implementations

This commit is contained in:
Luke Pulverenti 2017-08-09 15:56:38 -04:00
parent db11c3a4e8
commit d45728d162
56 changed files with 180 additions and 90 deletions

File diff suppressed because one or more lines are too long

View File

@ -1 +1 @@
define(["apphost","globalize"],function(appHost,globalize){"use strict";function getDisplayName(item,options){if(!item)throw new Error("null item passed into getDisplayName");options=options||{},"Timer"===item.Type&&(item=item.ProgramInfo||item);var name=("Program"!==item.Type&&"Recording"!==item.Type||!item.IsSeries&&!item.EpisodeTitle?item.Name:item.EpisodeTitle)||"";if("TvChannel"===item.Type)return item.Number?item.Number+" "+name:name;if("Episode"===item.Type&&0===item.ParentIndexNumber)name=globalize.translate("sharedcomponents#ValueSpecialEpisodeName",name);else if(("Episode"===item.Type||"Program"===item.Type)&&null!=item.IndexNumber&&null!=item.ParentIndexNumber&&options.includeIndexNumber!==!1){var displayIndexNumber=item.IndexNumber,number=displayIndexNumber,nameSeparator=" - ";options.includeParentInfo!==!1?number="S"+item.ParentIndexNumber+":E"+number:nameSeparator=". ",item.IndexNumberEnd&&(displayIndexNumber=item.IndexNumberEnd,number+="-"+displayIndexNumber),number&&(name=name?number+nameSeparator+name:number)}return name}function supportsAddingToCollection(item){var invalidTypes=["Person","Genre","MusicGenre","Studio","GameGenre","BoxSet","Playlist","UserView","CollectionFolder","Audio","TvChannel","Channel","Program","MusicAlbum","Timer","SeriesTimer"];return("Recording"!==item.Type||"Completed"===item.Status)&&(!item.CollectionType&&invalidTypes.indexOf(item.Type)===-1&&"Photo"!==item.MediaType)}function supportsAddingToPlaylist(item){return"Program"!==item.Type&&("TvChannel"!==item.Type&&("Timer"!==item.Type&&("SeriesTimer"!==item.Type&&("Photo"!==item.MediaType&&(("Recording"!==item.Type||"Completed"===item.Status)&&(item.MediaType||item.IsFolder||"Genre"===item.Type||"MusicGenre"===item.Type||"MusicArtist"===item.Type))))))}function canEdit(user,item){var itemType=item.Type;return"UserRootFolder"!==itemType&&"UserView"!==itemType&&("Program"!==itemType&&(("Recording"!==item.Type||"Completed"===item.Status)&&user.Policy.IsAdministrator))}function isLocalItem(item){return!(!item||!item.Id||0!==item.Id.indexOf("local"))}return{getDisplayName:getDisplayName,supportsAddingToCollection:supportsAddingToCollection,supportsAddingToPlaylist:supportsAddingToPlaylist,isLocalItem:isLocalItem,canIdentify:function(user,itemType){return!("Movie"!==itemType&&"Trailer"!==itemType&&"Series"!==itemType&&"Game"!==itemType&&"BoxSet"!==itemType&&"Person"!==itemType&&"Book"!==itemType&&"MusicAlbum"!==itemType&&"MusicArtist"!==itemType||!user.Policy.IsAdministrator)},canEdit:canEdit,canEditImages:function(user,item){var itemType=item.Type;return"Photo"!==item.MediaType&&("UserView"===itemType?!!user.Policy.IsAdministrator:("Recording"!==item.Type||"Completed"===item.Status)&&("Timer"!==itemType&&"SeriesTimer"!==itemType&&canEdit(user,item)))},canSync:function(user,item){return!(user&&!user.Policy.EnableContentDownloading)&&item.SupportsSync},canShare:function(item,user){return"Program"!==item.Type&&("TvChannel"!==item.Type&&("Timer"!==item.Type&&("SeriesTimer"!==item.Type&&(("Recording"!==item.Type||"Completed"===item.Status)&&(user.Policy.EnablePublicSharing&&appHost.supports("sharing"))))))},enableDateAddedDisplay:function(item){return!item.IsFolder&&item.MediaType&&"Program"!==item.Type&&"TvChannel"!==item.Type&&"Trailer"!==item.Type},canMarkPlayed:function(item){if("Program"===item.Type)return!1;if("Video"===item.MediaType){if("TvChannel"!==item.Type)return!0}else if("Audio"===item.MediaType){if("AudioPodcast"===item.Type)return!0;if("AudioBook"===item.Type)return!0}return"Series"===item.Type||"Season"===item.Type||"BoxSet"===item.Type||"Game"===item.MediaType||"Book"===item.MediaType||"Recording"===item.MediaType},canRate:function(item){return"Program"!==item.Type&&"Timer"!==item.Type&&"SeriesTimer"!==item.Type}}}); define(["apphost","globalize"],function(appHost,globalize){"use strict";function getDisplayName(item,options){if(!item)throw new Error("null item passed into getDisplayName");options=options||{},"Timer"===item.Type&&(item=item.ProgramInfo||item);var name=("Program"!==item.Type&&"Recording"!==item.Type||!item.IsSeries&&!item.EpisodeTitle?item.Name:item.EpisodeTitle)||"";if("TvChannel"===item.Type)return item.ChannelNumber?item.ChannelNumber+" "+name:name;if("Episode"===item.Type&&0===item.ParentIndexNumber)name=globalize.translate("sharedcomponents#ValueSpecialEpisodeName",name);else if(("Episode"===item.Type||"Program"===item.Type)&&null!=item.IndexNumber&&null!=item.ParentIndexNumber&&options.includeIndexNumber!==!1){var displayIndexNumber=item.IndexNumber,number=displayIndexNumber,nameSeparator=" - ";options.includeParentInfo!==!1?number="S"+item.ParentIndexNumber+":E"+number:nameSeparator=". ",item.IndexNumberEnd&&(displayIndexNumber=item.IndexNumberEnd,number+="-"+displayIndexNumber),number&&(name=name?number+nameSeparator+name:number)}return name}function supportsAddingToCollection(item){var invalidTypes=["Person","Genre","MusicGenre","Studio","GameGenre","BoxSet","Playlist","UserView","CollectionFolder","Audio","TvChannel","Channel","Program","MusicAlbum","Timer","SeriesTimer"];return("Recording"!==item.Type||"Completed"===item.Status)&&(!item.CollectionType&&invalidTypes.indexOf(item.Type)===-1&&"Photo"!==item.MediaType)}function supportsAddingToPlaylist(item){return"Program"!==item.Type&&("TvChannel"!==item.Type&&("Timer"!==item.Type&&("SeriesTimer"!==item.Type&&("Photo"!==item.MediaType&&(("Recording"!==item.Type||"Completed"===item.Status)&&(item.MediaType||item.IsFolder||"Genre"===item.Type||"MusicGenre"===item.Type||"MusicArtist"===item.Type))))))}function canEdit(user,item){var itemType=item.Type;return"UserRootFolder"!==itemType&&"UserView"!==itemType&&("Program"!==itemType&&(("Recording"!==item.Type||"Completed"===item.Status)&&user.Policy.IsAdministrator))}function isLocalItem(item){return!(!item||!item.Id||0!==item.Id.indexOf("local"))}return{getDisplayName:getDisplayName,supportsAddingToCollection:supportsAddingToCollection,supportsAddingToPlaylist:supportsAddingToPlaylist,isLocalItem:isLocalItem,canIdentify:function(user,itemType){return!("Movie"!==itemType&&"Trailer"!==itemType&&"Series"!==itemType&&"Game"!==itemType&&"BoxSet"!==itemType&&"Person"!==itemType&&"Book"!==itemType&&"MusicAlbum"!==itemType&&"MusicArtist"!==itemType||!user.Policy.IsAdministrator)},canEdit:canEdit,canEditImages:function(user,item){var itemType=item.Type;return"Photo"!==item.MediaType&&("UserView"===itemType?!!user.Policy.IsAdministrator:("Recording"!==item.Type||"Completed"===item.Status)&&("Timer"!==itemType&&"SeriesTimer"!==itemType&&canEdit(user,item)))},canSync:function(user,item){return!(user&&!user.Policy.EnableContentDownloading)&&item.SupportsSync},canShare:function(item,user){return"Program"!==item.Type&&("TvChannel"!==item.Type&&("Timer"!==item.Type&&("SeriesTimer"!==item.Type&&(("Recording"!==item.Type||"Completed"===item.Status)&&(user.Policy.EnablePublicSharing&&appHost.supports("sharing"))))))},enableDateAddedDisplay:function(item){return!item.IsFolder&&item.MediaType&&"Program"!==item.Type&&"TvChannel"!==item.Type&&"Trailer"!==item.Type},canMarkPlayed:function(item){if("Program"===item.Type)return!1;if("Video"===item.MediaType){if("TvChannel"!==item.Type)return!0}else if("Audio"===item.MediaType){if("AudioPodcast"===item.Type)return!0;if("AudioBook"===item.Type)return!0}return"Series"===item.Type||"Season"===item.Type||"BoxSet"===item.Type||"Game"===item.MediaType||"Book"===item.MediaType||"Recording"===item.MediaType},canRate:function(item){return"Program"!==item.Type&&"Timer"!==item.Type&&"SeriesTimer"!==item.Type}}});

View File

@ -1 +1 @@
.cardOverlayTarget{position:absolute;right:0;left:0;bottom:0;top:0;background-color:rgba(0,0,0,.85);z-index:1;line-height:initial;font-size:initial;-webkit-transition:-webkit-transform .2s ease-out;-o-transition:transform .2s ease-out;transition:transform .2s ease-out;-webkit-transform:translateY(100%);transform:translateY(100%)}.cardOverlayTarget-open{-webkit-transform:none;transform:none}.cardOverlayInner{padding:.5em;color:#fff;text-align:left;font-size:90%}.cardOverlayMediaInfo{display:-webkit-box;display:-webkit-flex;display:flex;-webkit-box-align:center;-webkit-align-items:center;align-items:center;-webkit-flex-wrap:wrap;flex-wrap:wrap;margin:1em 0;color:#ddd}.cardOverlayButtons{display:-webkit-box;display:-webkit-flex;display:flex;-webkit-box-align:center;-webkit-align-items:center;align-items:center;-webkit-flex-wrap:wrap;flex-wrap:wrap}.cardOverlayFab{margin-right:.25em!important}.withHoverMenu{overflow:hidden} .cardOverlayTarget{position:absolute;right:0;left:0;bottom:0;top:0;background-color:rgba(0,0,0,.85);z-index:1;line-height:initial;font-size:initial;-webkit-transition:-webkit-transform .2s ease-out;-o-transition:transform .2s ease-out;transition:transform .2s ease-out;-webkit-transform:translateY(100%);transform:translateY(100%)}.cardOverlayTarget-open{-webkit-transform:none;transform:none}.cardOverlayInner{padding:.5em;color:#fff;text-align:left;font-size:90%}.cardOverlayMediaInfo{display:-webkit-box;display:-webkit-flex;display:flex;-webkit-box-align:center;-webkit-align-items:center;align-items:center;-webkit-flex-wrap:wrap;flex-wrap:wrap;margin:1em 0;color:#ddd}.cardOverlayButtons{display:-webkit-box;display:-webkit-flex;display:flex;-webkit-box-align:center;-webkit-align-items:center;align-items:center;-webkit-flex-wrap:wrap;flex-wrap:wrap}.cardOverlayFab{margin-right:.25em!important;background:#404040;color:#fff}.withHoverMenu{overflow:hidden}

View File

@ -1 +1 @@
define([],function(){"use strict";function fallback(urls){var i=0;!function createIframe(){var frame=document.createElement("iframe");frame.style.display="none",frame.src=urls[i++],document.documentElement.appendChild(frame);var interval=setInterval(function(){"complete"===frame.contentWindow.document.readyState&&(clearInterval(interval),setTimeout(function(){frame.parentNode.removeChild(frame)},1e3),i<urls.length&&createIframe())},100)}()}function isFirefox(){return/Firefox\//i.test(navigator.userAgent)}function sameDomain(url){var a=document.createElement("a");return a.href=url,location.hostname===a.hostname&&location.protocol===a.protocol}function download(url){var a=document.createElement("a");a.download="",a.href=url,a.dispatchEvent(new MouseEvent("click"))}return function(urls){if(!urls)throw new Error("`urls` required");if("undefined"==typeof document.createElement("a").download)return fallback(urls);var delay=0;urls.forEach(function(url){return isFirefox()&&!sameDomain(url)?setTimeout(download.bind(null,url),100*++delay):void download(url)})}}); define(["browser"],function(browser){"use strict";function fallback(urls){var i=0;!function createIframe(){var frame=document.createElement("iframe");frame.style.display="none",frame.src=urls[i++],document.documentElement.appendChild(frame);var interval=setInterval(function(){"complete"!==frame.contentWindow.document.readyState&&"interactive"!==frame.contentWindow.document.readyState||(clearInterval(interval),setTimeout(function(){frame.parentNode.removeChild(frame)},1e3),i<urls.length&&createIframe())},100)}()}function sameDomain(url){var a=document.createElement("a");return a.href=url,location.hostname===a.hostname&&location.protocol===a.protocol}function download(url){var a=document.createElement("a");a.download="",a.href=url,a.dispatchEvent(new MouseEvent("click"))}return function(urls){if(!urls)throw new Error("`urls` required");if("undefined"==typeof document.createElement("a").download)return fallback(urls);var delay=0;urls.forEach(function(url){return browser.firefox&&!sameDomain(url)?setTimeout(download.bind(null,url),100*++delay):void download(url)})}});

View File

@ -1 +1 @@
.hiddenScrollX,.smoothScrollX{overflow-x:auto;-webkit-overflow-scrolling:touch;overflow-y:hidden;scroll-behavior:smooth;white-space:nowrap}.hiddenScrollX,.layout-tv .smoothScrollX{-ms-overflow-style:none;overflow:-moz-scrollbars-none}.hiddenScrollX::-webkit-scrollbar,.layout-tv .smoothScrollX::-webkit-scrollbar{height:0!important;display:none}.hiddenScrollY,.smoothScrollY{overflow-y:auto;-webkit-overflow-scrolling:touch;overflow-x:hidden;scroll-behavior:smooth}.hiddenScrollY,.layout-tv .smoothScrollY{-ms-overflow-style:none}.hiddenScrollY::-webkit-scrollbar,.layout-tv .smoothScrollY::-webkit-scrollbar{width:0!important;display:none}.darkScroller::-webkit-scrollbar{width:1em;height:1em}.darkScroller::-webkit-scrollbar-button:end:increment,.darkScroller::-webkit-scrollbar-button:start:decrement{display:none}.darkScroller::-webkit-scrollbar-track-piece{background-color:#3b3b3b}.darkScroller::-webkit-scrollbar-thumb:horizontal,.darkScroller::-webkit-scrollbar-thumb:vertical{-webkit-border-radius:2px;background:center no-repeat #888} .hiddenScrollX,.hiddenScrollY,.layout-tv .smoothScrollX,.layout-tv .smoothScrollY{-ms-overflow-style:none}.hiddenScrollX,.smoothScrollX{overflow-x:auto;-webkit-overflow-scrolling:touch;overflow-y:hidden;scroll-behavior:smooth;white-space:nowrap}.hiddenScrollX::-webkit-scrollbar,.layout-tv .smoothScrollX::-webkit-scrollbar{height:0!important;display:none}.hiddenScrollY,.smoothScrollY{overflow-y:auto;-webkit-overflow-scrolling:touch;overflow-x:hidden;scroll-behavior:smooth}.hiddenScrollY::-webkit-scrollbar,.layout-tv .smoothScrollY::-webkit-scrollbar{width:0!important;display:none}.darkScroller::-webkit-scrollbar{width:1em;height:1em}.darkScroller::-webkit-scrollbar-button:end:increment,.darkScroller::-webkit-scrollbar-button:start:decrement{display:none}.darkScroller::-webkit-scrollbar-track-piece{background-color:#3b3b3b}.darkScroller::-webkit-scrollbar-thumb:horizontal,.darkScroller::-webkit-scrollbar-thumb:vertical{-webkit-border-radius:2px;background:center no-repeat #888}

View File

@ -399,18 +399,18 @@
"LabelSyncTo": "Sync to:", "LabelSyncTo": "Sync to:",
"HeaderNextUp": "K\u00f6vetkezik", "HeaderNextUp": "K\u00f6vetkezik",
"HeaderLatestFrom": "Leg\u00fajabb innen {0}", "HeaderLatestFrom": "Leg\u00fajabb innen {0}",
"LabelHomeScreenSectionValue": "Home screen section {0}:", "LabelHomeScreenSectionValue": "Kezd\u0151k\u00e9perny\u0151 blokk {0}:",
"SettingsSaved": "Settings saved.", "SettingsSaved": "Settings saved.",
"None": "Nincs", "None": "Nincs",
"More": "Tov\u00e1bb", "More": "Tov\u00e1bb",
"Up": "Up", "Up": "Up",
"Down": "Down", "Down": "Down",
"HeaderHomeScreen": "Home Screen", "HeaderHomeScreen": "Kezd\u0151k\u00e9perny\u0151",
"HeaderLatestMedia": "Latest Media", "HeaderLatestMedia": "Leg\u00fajabb M\u00e9dia",
"HeaderLatestChannelItems": "Latest Channel Items", "HeaderLatestChannelItems": "Latest Channel Items",
"LabelSelectLastestItemsFolders": "Include items from the following sections in Latest Media", "LabelSelectLastestItemsFolders": "Haszn\u00e1lja a k\u00f6vetkez\u0151 elemeket a Leg\u00fajabb m\u00e9di\u00e1ban",
"HeaderLibraryOrder": "M\u00e9diat\u00e1r Rendez\u00e9s", "HeaderLibraryOrder": "M\u00e9diat\u00e1r Rendez\u00e9s",
"HideWatchedContentFromLatestMedia": "Hide watched content from latest media", "HideWatchedContentFromLatestMedia": "A megtekintett tartalom elrejt\u00e9se a leg\u00fajabb m\u00e9di\u00e1b\u00f3l",
"HeaderOnNow": "On Now", "HeaderOnNow": "On Now",
"HeaderPlaybackError": "Playback Error", "HeaderPlaybackError": "Playback Error",
"PlaybackErrorNotAllowed": "You're currently not authorized to play this content. Please contact your system administrator for details.", "PlaybackErrorNotAllowed": "You're currently not authorized to play this content. Please contact your system administrator for details.",
@ -420,8 +420,8 @@
"Suggestions": "Suggestions", "Suggestions": "Suggestions",
"Favorites": "Favorites", "Favorites": "Favorites",
"Collections": "Gy\u0171jtem\u00e9nyek", "Collections": "Gy\u0171jtem\u00e9nyek",
"LabelSelectFolderGroups": "Automatically group content from the following folders into views such as Movies, Music and TV:", "LabelSelectFolderGroups": "Automatikusan csoportos\u00edtsa a k\u00f6vetkez\u0151 mapp\u00e1k tartalm\u00e1t olyan n\u00e9zetekre, mint a Filmek, a Zene \u00e9s a TV:",
"LabelSelectFolderGroupsHelp": "Folders that are unchecked will be displayed by themselves in their own view.", "LabelSelectFolderGroupsHelp": "A ki nem v\u00e1lasztott mapp\u00e1k \u00f6nmagukban, saj\u00e1t n\u00e9zetben jelennek meg.",
"Shows": "Shows", "Shows": "Shows",
"HeaderLibraryFolders": "Library Folders", "HeaderLibraryFolders": "Library Folders",
"HeaderLandingScreens": "\u00c9rkez\u00e9si Oldalak", "HeaderLandingScreens": "\u00c9rkez\u00e9si Oldalak",

View File

@ -260,7 +260,7 @@
"ConfirmDeleteItems": "Usuni\u0119cie tej pozycji usunie j\u0105 zar\u00f3wno z systemu plik\u00f3w jak i z biblioteki medi\u00f3w. Czy chcesz kontynuowa\u0107?", "ConfirmDeleteItems": "Usuni\u0119cie tej pozycji usunie j\u0105 zar\u00f3wno z systemu plik\u00f3w jak i z biblioteki medi\u00f3w. Czy chcesz kontynuowa\u0107?",
"PleaseRestartServerName": "Prosz\u0119 ponownie uruchomi\u0107 serwer Emby - {0}", "PleaseRestartServerName": "Prosz\u0119 ponownie uruchomi\u0107 serwer Emby - {0}",
"LabelSyncJobName": "Nazwa zadania synchronizacji", "LabelSyncJobName": "Nazwa zadania synchronizacji",
"SyncJobCreated": "Utworzono zadanie synchronizacji.", "SyncJobCreated": "Utworzono zadanie synchronizacji",
"LabelQuality": "Jako\u015b\u0107:", "LabelQuality": "Jako\u015b\u0107:",
"LabelSyncNoTargetsHelp": "Wygl\u0105da na to, \u017ce nie posiadasz \u017cadnych aplikacji obs\u0142uguj\u0105cych pobieranie w trybie offline.", "LabelSyncNoTargetsHelp": "Wygl\u0105da na to, \u017ce nie posiadasz \u017cadnych aplikacji obs\u0142uguj\u0105cych pobieranie w trybie offline.",
"DownloadingDots": "Trwa pobieranie...", "DownloadingDots": "Trwa pobieranie...",

View File

@ -57,7 +57,6 @@
</div> </div>
<div class="selectContainer"> <div class="selectContainer">
<select is="emby-select" id="selectConversionFormat" label="${LabelConvertRecordingsTo}"> <select is="emby-select" id="selectConversionFormat" label="${LabelConvertRecordingsTo}">
<option value="mp4">MP4</option>
<option value="mkv">MKV</option> <option value="mkv">MKV</option>
</select> </select>
</div> </div>

File diff suppressed because one or more lines are too long

View File

@ -1,4 +1,6 @@
{ {
"MovieLibraryHelp": "Review the {0}Emby movie naming guide{1}.",
"TvLibraryHelp": "Review the {0}Emby TV naming guide{1}.",
"LabelPrevious": "\u0627\u0644\u0633\u0627\u0628\u0642", "LabelPrevious": "\u0627\u0644\u0633\u0627\u0628\u0642",
"LabelFinish": "\u0627\u0646\u0647\u0627\u0621", "LabelFinish": "\u0627\u0646\u0647\u0627\u0621",
"LabelNext": "\u0627\u0644\u062a\u0627\u0644\u064a", "LabelNext": "\u0627\u0644\u062a\u0627\u0644\u064a",

View File

@ -1,4 +1,6 @@
{ {
"MovieLibraryHelp": "Review the {0}Emby movie naming guide{1}.",
"TvLibraryHelp": "Review the {0}Emby TV naming guide{1}.",
"LabelPrevious": "\u041f\u0430\u043f\u044f\u0440\u044d\u0434\u043d\u044f\u0435", "LabelPrevious": "\u041f\u0430\u043f\u044f\u0440\u044d\u0434\u043d\u044f\u0435",
"LabelFinish": "\u0413\u0430\u0442\u043e\u0432\u0430", "LabelFinish": "\u0413\u0430\u0442\u043e\u0432\u0430",
"LabelNext": "\u041d\u0430\u0441\u0442\u0443\u043f\u043d\u0430\u0435", "LabelNext": "\u041d\u0430\u0441\u0442\u0443\u043f\u043d\u0430\u0435",
@ -1091,7 +1093,7 @@
"OptionAllowMediaPlaybackTranscodingHelp": "Users will receive friendly messages when content is unplayable based on policy.", "OptionAllowMediaPlaybackTranscodingHelp": "Users will receive friendly messages when content is unplayable based on policy.",
"TabStreaming": "Streaming", "TabStreaming": "Streaming",
"LabelRemoteClientBitrateLimit": "Internet streaming bitrate limit (Mbps):", "LabelRemoteClientBitrateLimit": "Internet streaming bitrate limit (Mbps):",
"LabelRemoteClientBitrateLimitHelp": "An optional streaming 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.", "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.",
"LabelConversionCpuCoreLimit": "CPU core limit:", "LabelConversionCpuCoreLimit": "CPU core limit:",
"LabelConversionCpuCoreLimitHelp": "Limit the number of CPU cores that will be used during sync conversion.", "LabelConversionCpuCoreLimitHelp": "Limit the number of CPU cores that will be used during sync conversion.",
"OptionEnableFullSpeedConversion": "Enable full speed conversion", "OptionEnableFullSpeedConversion": "Enable full speed conversion",

View File

@ -1,4 +1,6 @@
{ {
"MovieLibraryHelp": "Review the {0}Emby movie naming guide{1}.",
"TvLibraryHelp": "Review the {0}Emby TV naming guide{1}.",
"LabelPrevious": "\u041f\u0440\u0435\u0434\u0438\u0448\u0435\u043d", "LabelPrevious": "\u041f\u0440\u0435\u0434\u0438\u0448\u0435\u043d",
"LabelFinish": "\u041a\u0440\u0430\u0439", "LabelFinish": "\u041a\u0440\u0430\u0439",
"LabelNext": "\u0421\u043b\u0435\u0434\u0432\u0430\u0449", "LabelNext": "\u0421\u043b\u0435\u0434\u0432\u0430\u0449",
@ -1091,7 +1093,7 @@
"OptionAllowMediaPlaybackTranscodingHelp": "Users will receive friendly messages when content is unplayable based on policy.", "OptionAllowMediaPlaybackTranscodingHelp": "Users will receive friendly messages when content is unplayable based on policy.",
"TabStreaming": "Streaming", "TabStreaming": "Streaming",
"LabelRemoteClientBitrateLimit": "Internet streaming bitrate limit (Mbps):", "LabelRemoteClientBitrateLimit": "Internet streaming bitrate limit (Mbps):",
"LabelRemoteClientBitrateLimitHelp": "An optional streaming 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.", "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.",
"LabelConversionCpuCoreLimit": "CPU core limit:", "LabelConversionCpuCoreLimit": "CPU core limit:",
"LabelConversionCpuCoreLimitHelp": "Limit the number of CPU cores that will be used during sync conversion.", "LabelConversionCpuCoreLimitHelp": "Limit the number of CPU cores that will be used during sync conversion.",
"OptionEnableFullSpeedConversion": "Enable full speed conversion", "OptionEnableFullSpeedConversion": "Enable full speed conversion",

View File

@ -1,4 +1,6 @@
{ {
"MovieLibraryHelp": "Review the {0}Emby movie naming guide{1}.",
"TvLibraryHelp": "Review the {0}Emby TV naming guide{1}.",
"LabelPrevious": "Anterior", "LabelPrevious": "Anterior",
"LabelFinish": "Finalitzar", "LabelFinish": "Finalitzar",
"LabelNext": "Seg\u00fcent", "LabelNext": "Seg\u00fcent",
@ -1091,7 +1093,7 @@
"OptionAllowMediaPlaybackTranscodingHelp": "Users will receive friendly messages when content is unplayable based on policy.", "OptionAllowMediaPlaybackTranscodingHelp": "Users will receive friendly messages when content is unplayable based on policy.",
"TabStreaming": "Streaming", "TabStreaming": "Streaming",
"LabelRemoteClientBitrateLimit": "Internet streaming bitrate limit (Mbps):", "LabelRemoteClientBitrateLimit": "Internet streaming bitrate limit (Mbps):",
"LabelRemoteClientBitrateLimitHelp": "An optional streaming 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.", "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.",
"LabelConversionCpuCoreLimit": "CPU core limit:", "LabelConversionCpuCoreLimit": "CPU core limit:",
"LabelConversionCpuCoreLimitHelp": "Limit the number of CPU cores that will be used during sync conversion.", "LabelConversionCpuCoreLimitHelp": "Limit the number of CPU cores that will be used during sync conversion.",
"OptionEnableFullSpeedConversion": "Enable full speed conversion", "OptionEnableFullSpeedConversion": "Enable full speed conversion",

View File

@ -1,4 +1,6 @@
{ {
"MovieLibraryHelp": "Review the {0}Emby movie naming guide{1}.",
"TvLibraryHelp": "Review the {0}Emby TV naming guide{1}.",
"LabelPrevious": "P\u0159edchoz\u00ed", "LabelPrevious": "P\u0159edchoz\u00ed",
"LabelFinish": "Dokon\u010dit", "LabelFinish": "Dokon\u010dit",
"LabelNext": "Dal\u0161\u00ed", "LabelNext": "Dal\u0161\u00ed",

View File

@ -1,4 +1,6 @@
{ {
"MovieLibraryHelp": "Review the {0}Emby movie naming guide{1}.",
"TvLibraryHelp": "Review the {0}Emby TV naming guide{1}.",
"LabelPrevious": "Forrige", "LabelPrevious": "Forrige",
"LabelFinish": "Afslut", "LabelFinish": "Afslut",
"LabelNext": "N\u00e6ste", "LabelNext": "N\u00e6ste",

View File

@ -1,4 +1,6 @@
{ {
"MovieLibraryHelp": "Review the {0}Emby movie naming guide{1}.",
"TvLibraryHelp": "Review the {0}Emby TV naming guide{1}.",
"LabelPrevious": "Previous", "LabelPrevious": "Previous",
"LabelFinish": "Finish", "LabelFinish": "Finish",
"LabelNext": "Next", "LabelNext": "Next",
@ -1091,7 +1093,7 @@
"OptionAllowMediaPlaybackTranscodingHelp": "Users will receive friendly messages when content is unplayable based on policy.", "OptionAllowMediaPlaybackTranscodingHelp": "Users will receive friendly messages when content is unplayable based on policy.",
"TabStreaming": "Streaming", "TabStreaming": "Streaming",
"LabelRemoteClientBitrateLimit": "Internet streaming bitrate limit (Mbps):", "LabelRemoteClientBitrateLimit": "Internet streaming bitrate limit (Mbps):",
"LabelRemoteClientBitrateLimitHelp": "An optional streaming 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.", "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.",
"LabelConversionCpuCoreLimit": "CPU core limit:", "LabelConversionCpuCoreLimit": "CPU core limit:",
"LabelConversionCpuCoreLimitHelp": "Limit the number of CPU cores that will be used during sync conversion.", "LabelConversionCpuCoreLimitHelp": "Limit the number of CPU cores that will be used during sync conversion.",
"OptionEnableFullSpeedConversion": "Enable full speed conversion", "OptionEnableFullSpeedConversion": "Enable full speed conversion",

View File

@ -1,4 +1,6 @@
{ {
"MovieLibraryHelp": "\u00dcberpr\u00fcfe den {0}Emby Leitfaden zur Filmbenamung{1}.",
"TvLibraryHelp": "\u00dcberpr\u00fcfe die {0}Emby Leitfaden zur Serienbenamung{1}.",
"LabelPrevious": "Vorheriges", "LabelPrevious": "Vorheriges",
"LabelFinish": "Fertig", "LabelFinish": "Fertig",
"LabelNext": "N\u00e4chstes", "LabelNext": "N\u00e4chstes",
@ -795,8 +797,8 @@
"LabelKodiMetadataEnableExtraThumbsHelp": "Beim downloaden von Bildern k\u00f6nnen diese sowohl als Extrafanart als auch als Extrathumb gespeichert werden, um maximale Kodi Kompatibilit\u00e4t zu erzielen.", "LabelKodiMetadataEnableExtraThumbsHelp": "Beim downloaden von Bildern k\u00f6nnen diese sowohl als Extrafanart als auch als Extrathumb gespeichert werden, um maximale Kodi Kompatibilit\u00e4t zu erzielen.",
"TabServices": "Dienste", "TabServices": "Dienste",
"TabLogs": "Logs", "TabLogs": "Logs",
"TabBranding": "Markierung", "TabBranding": "Branding \/ CSS",
"HeaderBrandingHelp": "Personalisieren Sie das Erscheinen von Empy um es Ihren eigenen Bed\u00fcrfnissen, oder die Ihrer Organisation, anzupassen.", "HeaderBrandingHelp": "Personalisiere das Erscheinungsbild von Emby, um es deinen eigenen Bed\u00fcrfnissen oder deiner Organisation anzupassen.",
"LabelLoginDisclaimer": "Anmeldung Haftungsausschluss:", "LabelLoginDisclaimer": "Anmeldung Haftungsausschluss:",
"LabelLoginDisclaimerHelp": "Dies wird am Boden des Anmeldebildschirms angezeigt.", "LabelLoginDisclaimerHelp": "Dies wird am Boden des Anmeldebildschirms angezeigt.",
"OptionList": "List", "OptionList": "List",
@ -807,7 +809,7 @@
"LabelMetadata": "Metadaten:", "LabelMetadata": "Metadaten:",
"LabelTranscodingTemporaryFiles": "Tempor\u00e4re Transkodierdateien:", "LabelTranscodingTemporaryFiles": "Tempor\u00e4re Transkodierdateien:",
"HeaderLatestMusic": "Neueste Musik", "HeaderLatestMusic": "Neueste Musik",
"HeaderBranding": "Markierung", "HeaderBranding": "Branding \/ CSS",
"HeaderApiKeys": "API Schl\u00fcssel", "HeaderApiKeys": "API Schl\u00fcssel",
"HeaderApiKeysHelp": "Externe Applikationen ben\u00f6tigen einen API Key um mit Emby Server zu kommunizieren. API Keys werden beim loggin mit einem Emby Konto vergeben oder durch eine manuelle Freigabe.", "HeaderApiKeysHelp": "Externe Applikationen ben\u00f6tigen einen API Key um mit Emby Server zu kommunizieren. API Keys werden beim loggin mit einem Emby Konto vergeben oder durch eine manuelle Freigabe.",
"HeaderApiKey": "API Schl\u00fcssel", "HeaderApiKey": "API Schl\u00fcssel",
@ -1091,7 +1093,7 @@
"OptionAllowMediaPlaybackTranscodingHelp": "Benutzer werden, basierend auf deren Einstellungen, eine aussagekr\u00e4ftige Nachricht erhalten, wenn Inhalte nicht abgespielt werden k\u00f6nnen.", "OptionAllowMediaPlaybackTranscodingHelp": "Benutzer werden, basierend auf deren Einstellungen, eine aussagekr\u00e4ftige Nachricht erhalten, wenn Inhalte nicht abgespielt werden k\u00f6nnen.",
"TabStreaming": "Streaming", "TabStreaming": "Streaming",
"LabelRemoteClientBitrateLimit": "Limit f\u00fcr die Internet Streaming Datenrate (Mbps)", "LabelRemoteClientBitrateLimit": "Limit f\u00fcr die Internet Streaming Datenrate (Mbps)",
"LabelRemoteClientBitrateLimitHelp": "Ein optionales Limit der Streaming-Datenrate f\u00fcr alle Ger\u00e4te au\u00dferhalb des Netzwerkes. Dies ist n\u00fctzlich, um zu verhindern dass Ger\u00e4te eine h\u00f6here Datenrate verwenden, als die Internetverbindung erlaubt.", "LabelRemoteClientBitrateLimitHelp": "Ein optionales Bitratenlimit pro Stream f\u00fcr alle Ger\u00e4te au\u00dferhalb des Netzwerkes. Dies ist n\u00fctzlich um zu verhindern, dass Ger\u00e4te eine h\u00f6here Datenrate verwenden als die Internetverbindung erlaubt. Es kann zu erh\u00f6hter CPU-Last auf deinem Server kommen, da ggf. Videos in Echtzeit in eine niedrigere Bitrate transkodiert werden m\u00fcssen.",
"LabelConversionCpuCoreLimit": "CPU Kerne Limit:", "LabelConversionCpuCoreLimit": "CPU Kerne Limit:",
"LabelConversionCpuCoreLimitHelp": "Begrenzt die Anzahl der verwendeten CPU Kerne w\u00e4hrend der Konvertierung f\u00fcr die Synchronisation.", "LabelConversionCpuCoreLimitHelp": "Begrenzt die Anzahl der verwendeten CPU Kerne w\u00e4hrend der Konvertierung f\u00fcr die Synchronisation.",
"OptionEnableFullSpeedConversion": "Aktiviere Hochleistung-Konvertierung.", "OptionEnableFullSpeedConversion": "Aktiviere Hochleistung-Konvertierung.",

View File

@ -1,4 +1,6 @@
{ {
"MovieLibraryHelp": "Review the {0}Emby movie naming guide{1}.",
"TvLibraryHelp": "Review the {0}Emby TV naming guide{1}.",
"LabelPrevious": "\u03a0\u03c1\u03bf\u03b7\u03b3\u03bf\u03cd\u03bc\u03b5\u03bd\u03bf\u03c2", "LabelPrevious": "\u03a0\u03c1\u03bf\u03b7\u03b3\u03bf\u03cd\u03bc\u03b5\u03bd\u03bf\u03c2",
"LabelFinish": "\u03a4\u03ad\u03bb\u03bf\u03c2", "LabelFinish": "\u03a4\u03ad\u03bb\u03bf\u03c2",
"LabelNext": "\u0395\u03c0\u03cc\u03bc\u03b5\u03bd\u03bf", "LabelNext": "\u0395\u03c0\u03cc\u03bc\u03b5\u03bd\u03bf",
@ -1091,7 +1093,7 @@
"OptionAllowMediaPlaybackTranscodingHelp": "Users will receive friendly messages when content is unplayable based on policy.", "OptionAllowMediaPlaybackTranscodingHelp": "Users will receive friendly messages when content is unplayable based on policy.",
"TabStreaming": "Streaming", "TabStreaming": "Streaming",
"LabelRemoteClientBitrateLimit": "Internet streaming bitrate limit (Mbps):", "LabelRemoteClientBitrateLimit": "Internet streaming bitrate limit (Mbps):",
"LabelRemoteClientBitrateLimitHelp": "An optional streaming 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.", "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.",
"LabelConversionCpuCoreLimit": "CPU core limit:", "LabelConversionCpuCoreLimit": "CPU core limit:",
"LabelConversionCpuCoreLimitHelp": "Limit the number of CPU cores that will be used during sync conversion.", "LabelConversionCpuCoreLimitHelp": "Limit the number of CPU cores that will be used during sync conversion.",
"OptionEnableFullSpeedConversion": "Enable full speed conversion", "OptionEnableFullSpeedConversion": "Enable full speed conversion",

View File

@ -1,4 +1,6 @@
{ {
"MovieLibraryHelp": "Review the {0}Emby movie naming guide{1}.",
"TvLibraryHelp": "Review the {0}Emby TV naming guide{1}.",
"LabelPrevious": "Previous", "LabelPrevious": "Previous",
"LabelFinish": "Finish", "LabelFinish": "Finish",
"LabelNext": "Next", "LabelNext": "Next",

View File

@ -1089,6 +1089,7 @@
"TabStreaming": "Streaming", "TabStreaming": "Streaming",
"LabelRemoteClientBitrateLimit": "Internet streaming bitrate limit (Mbps):", "LabelRemoteClientBitrateLimit": "Internet streaming bitrate limit (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.", "LabelRemoteClientBitrateLimitHelp": "An optional per-stream bitrate limit for all out of network devices. This is useful to prevent devices from requesting a higher bitrate than your internet connection can handle. This may result in increased CPU load on your server in order to transcode videos on the fly to a lower bitrate.",
"LabelUserRemoteClientBitrateLimitHelp": "This will override the default global value set in server playback settings.",
"LabelConversionCpuCoreLimit": "CPU core limit:", "LabelConversionCpuCoreLimit": "CPU core limit:",
"LabelConversionCpuCoreLimitHelp": "Limit the number of CPU cores that will be used during sync conversion.", "LabelConversionCpuCoreLimitHelp": "Limit the number of CPU cores that will be used during sync conversion.",
"OptionEnableFullSpeedConversion": "Enable full speed conversion", "OptionEnableFullSpeedConversion": "Enable full speed conversion",

View File

@ -1,4 +1,6 @@
{ {
"MovieLibraryHelp": "Review the {0}Emby movie naming guide{1}.",
"TvLibraryHelp": "Review the {0}Emby TV naming guide{1}.",
"LabelPrevious": "Anterior", "LabelPrevious": "Anterior",
"LabelFinish": "Terminar", "LabelFinish": "Terminar",
"LabelNext": "Siguiente", "LabelNext": "Siguiente",
@ -1091,7 +1093,7 @@
"OptionAllowMediaPlaybackTranscodingHelp": "Users will receive friendly messages when content is unplayable based on policy.", "OptionAllowMediaPlaybackTranscodingHelp": "Users will receive friendly messages when content is unplayable based on policy.",
"TabStreaming": "Streaming", "TabStreaming": "Streaming",
"LabelRemoteClientBitrateLimit": "Internet streaming bitrate limit (Mbps):", "LabelRemoteClientBitrateLimit": "Internet streaming bitrate limit (Mbps):",
"LabelRemoteClientBitrateLimitHelp": "An optional streaming 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.", "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.",
"LabelConversionCpuCoreLimit": "CPU core limit:", "LabelConversionCpuCoreLimit": "CPU core limit:",
"LabelConversionCpuCoreLimitHelp": "Limit the number of CPU cores that will be used during sync conversion.", "LabelConversionCpuCoreLimitHelp": "Limit the number of CPU cores that will be used during sync conversion.",
"OptionEnableFullSpeedConversion": "Enable full speed conversion", "OptionEnableFullSpeedConversion": "Enable full speed conversion",

View File

@ -1,4 +1,6 @@
{ {
"MovieLibraryHelp": "Review the {0}Emby movie naming guide{1}.",
"TvLibraryHelp": "Review the {0}Emby TV naming guide{1}.",
"LabelPrevious": "Anterior", "LabelPrevious": "Anterior",
"LabelFinish": "Terminar", "LabelFinish": "Terminar",
"LabelNext": "Siguiente", "LabelNext": "Siguiente",
@ -1091,7 +1093,7 @@
"OptionAllowMediaPlaybackTranscodingHelp": "Users will receive friendly messages when content is unplayable based on policy.", "OptionAllowMediaPlaybackTranscodingHelp": "Users will receive friendly messages when content is unplayable based on policy.",
"TabStreaming": "Streaming", "TabStreaming": "Streaming",
"LabelRemoteClientBitrateLimit": "Internet streaming bitrate limit (Mbps):", "LabelRemoteClientBitrateLimit": "Internet streaming bitrate limit (Mbps):",
"LabelRemoteClientBitrateLimitHelp": "An optional streaming 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.", "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.",
"LabelConversionCpuCoreLimit": "CPU core limit:", "LabelConversionCpuCoreLimit": "CPU core limit:",
"LabelConversionCpuCoreLimitHelp": "Limit the number of CPU cores that will be used during sync conversion.", "LabelConversionCpuCoreLimitHelp": "Limit the number of CPU cores that will be used during sync conversion.",
"OptionEnableFullSpeedConversion": "Enable full speed conversion", "OptionEnableFullSpeedConversion": "Enable full speed conversion",

View File

@ -1,4 +1,6 @@
{ {
"MovieLibraryHelp": "Vea la {0}Gu\u00eda para nombrar pel\u00edculas en Emby{1}",
"TvLibraryHelp": "Vea la {0}Gu\u00eda para nombrar series de TV en Emby{1}",
"LabelPrevious": "Anterior", "LabelPrevious": "Anterior",
"LabelFinish": "Terminar", "LabelFinish": "Terminar",
"LabelNext": "Siguiente", "LabelNext": "Siguiente",
@ -1091,7 +1093,7 @@
"OptionAllowMediaPlaybackTranscodingHelp": "Los usuarios recibir\u00e1n mensajes amigables cuando el contenido no pueda ser reproducido de acuerdo a su pol\u00edtica.", "OptionAllowMediaPlaybackTranscodingHelp": "Los usuarios recibir\u00e1n mensajes amigables cuando el contenido no pueda ser reproducido de acuerdo a su pol\u00edtica.",
"TabStreaming": "Transmisi\u00f3n", "TabStreaming": "Transmisi\u00f3n",
"LabelRemoteClientBitrateLimit": "Limite de tasa de bits para transmisi\u00f3n por Internet (Mbps):", "LabelRemoteClientBitrateLimit": "Limite de tasa de bits para transmisi\u00f3n por Internet (Mbps):",
"LabelRemoteClientBitrateLimitHelp": "L\u00edmite opcional en la tasa de bits de transmisi\u00f3n para todos las aplicaciones Emby fuera de la red local. Esto es \u00fatil para evitar que los clientes soliciten una tasa de bits mayor a la que su conexi\u00f3n de internet puede soportar.", "LabelRemoteClientBitrateLimitHelp": "Un l\u00edmite opcional en la tasa de bits para cada transmisi\u00f3n para todos los dispositivos fuera de la red local. Esto es \u00fatil para evitar que los clientes soliciten una tasa de bits mayor a la que su conexi\u00f3n de internet puede soportar. Puede resultar en un incremente en la carga del CPU de su servidor para poder transmitir videos al vuelo a una resoluci\u00f3n baja.",
"LabelConversionCpuCoreLimit": "L\u00edmite de n\u00facleos de CPU:", "LabelConversionCpuCoreLimit": "L\u00edmite de n\u00facleos de CPU:",
"LabelConversionCpuCoreLimitHelp": "L\u00edmitar el n\u00famero de n\u00facleos del CPI que ser\u00e1n utilizados durante la conversi\u00f3n de sincronizaci\u00f3n.", "LabelConversionCpuCoreLimitHelp": "L\u00edmitar el n\u00famero de n\u00facleos del CPI que ser\u00e1n utilizados durante la conversi\u00f3n de sincronizaci\u00f3n.",
"OptionEnableFullSpeedConversion": "Habilitar conversi\u00f3n a m\u00e1xima velocidad", "OptionEnableFullSpeedConversion": "Habilitar conversi\u00f3n a m\u00e1xima velocidad",

View File

@ -1,4 +1,6 @@
{ {
"MovieLibraryHelp": "Review the {0}Emby movie naming guide{1}.",
"TvLibraryHelp": "Review the {0}Emby TV naming guide{1}.",
"LabelPrevious": "Anterior", "LabelPrevious": "Anterior",
"LabelFinish": "Terminar", "LabelFinish": "Terminar",
"LabelNext": "Siguiente", "LabelNext": "Siguiente",

View File

@ -1,4 +1,6 @@
{ {
"MovieLibraryHelp": "Review the {0}Emby movie naming guide{1}.",
"TvLibraryHelp": "Review the {0}Emby TV naming guide{1}.",
"LabelPrevious": "\u0642\u0628\u0644\u06cc", "LabelPrevious": "\u0642\u0628\u0644\u06cc",
"LabelFinish": "\u067e\u0627\u06cc\u0627\u0646", "LabelFinish": "\u067e\u0627\u06cc\u0627\u0646",
"LabelNext": "\u0628\u0639\u062f\u06cc", "LabelNext": "\u0628\u0639\u062f\u06cc",
@ -21,7 +23,7 @@
"ButtonOrganize": "\u0633\u0627\u0632\u0645\u0627\u0646 \u062f\u0627\u062f\u0646", "ButtonOrganize": "\u0633\u0627\u0632\u0645\u0627\u0646 \u062f\u0627\u062f\u0646",
"HeaderSupporterBenefits": "\u0645\u0632\u0627\u06cc\u0627\u06cc Emby \u067e\u0631\u06cc\u0645\u0627\u06cc\u0631 (premiere)", "HeaderSupporterBenefits": "\u0645\u0632\u0627\u06cc\u0627\u06cc Emby \u067e\u0631\u06cc\u0645\u0627\u06cc\u0631 (premiere)",
"HeaderAddUser": "\u0627\u0636\u0627\u0641\u0647 \u06a9\u0631\u062f\u0646 \u06a9\u0627\u0631\u0628\u0631", "HeaderAddUser": "\u0627\u0636\u0627\u0641\u0647 \u06a9\u0631\u062f\u0646 \u06a9\u0627\u0631\u0628\u0631",
"LabelAddConnectSupporterHelp": "\u0628\u0631\u0627\u06cc \u0627\u0636\u0627\u0642\u0639 \u06a9\u0631\u062f\u0646 \u06a9\u0627\u0631\u0628\u0631\u06cc \u06a9\u0647 \u062f\u0631 \u0627\u06cc\u0646 \u0641\u0647\u0631\u0633\u062a \u0646\u06cc\u0633\u062a\u060c \u062f\u0631 \u0627\u0628\u062a\u062f\u0627 \u0628\u0627\u06cc\u062f \u062d\u0633\u0627\u0628\u0647\u0627\u06cc\u0634\u0627\u0646 \u0631\u0627 \u0628\u0647 \u0633\u0631\u0648\u06cc\u0633 Emby Connect \u0627\u062a\u0635\u0627\u0644 \u062f\u0647\u06cc\u062f.", "LabelAddConnectSupporterHelp": "\u0628\u0631\u0627\u06cc \u0627\u0636\u0627\u0641\u0647 \u06a9\u0631\u062f\u0646 \u06a9\u0627\u0631\u0628\u0631\u06cc \u06a9\u0647 \u062f\u0631 \u0627\u06cc\u0646 \u0641\u0647\u0631\u0633\u062a \u0646\u06cc\u0633\u062a\u060c \u062f\u0631 \u0627\u0628\u062a\u062f\u0627 \u0628\u0627\u06cc\u062f \u062d\u0633\u0627\u0628\u0647\u0627\u06cc\u0634\u0627\u0646 \u0631\u0627 \u0628\u0647 \u0633\u0631\u0648\u06cc\u0633 Emby Connect \u0627\u062a\u0635\u0627\u0644 \u062f\u0647\u06cc\u062f.",
"LabelPinCode": "\u067e\u06cc\u0646 \u06a9\u062f:", "LabelPinCode": "\u067e\u06cc\u0646 \u06a9\u062f:",
"OptionHideWatchedContentFromLatestMedia": "\u0631\u0633\u0627\u0646\u0647 \u0647\u0627\u06cc \u062a\u0645\u0627\u0634\u0627 \u0634\u062f\u0647 \u0631\u0627 \u067e\u0646\u0647\u0627\u0646 \u06a9\u0646", "OptionHideWatchedContentFromLatestMedia": "\u0631\u0633\u0627\u0646\u0647 \u0647\u0627\u06cc \u062a\u0645\u0627\u0634\u0627 \u0634\u062f\u0647 \u0631\u0627 \u067e\u0646\u0647\u0627\u0646 \u06a9\u0646",
"DeleteMedia": "\u062d\u0630\u0641 \u0631\u0633\u0627\u0646\u0647", "DeleteMedia": "\u062d\u0630\u0641 \u0631\u0633\u0627\u0646\u0647",
@ -84,7 +86,7 @@
"TabLibraryAccess": "Library Access", "TabLibraryAccess": "Library Access",
"TabAccess": "Access", "TabAccess": "Access",
"TabImage": "Image", "TabImage": "Image",
"TabProfile": "Profile", "TabProfile": "\u067e\u0631\u0648\u0641\u0627\u06cc\u0644",
"TabMetadata": "Metadata", "TabMetadata": "Metadata",
"TabImages": "Images", "TabImages": "Images",
"TabNotifications": "Notifications", "TabNotifications": "Notifications",
@ -113,7 +115,7 @@
"OptionOnlyForcedSubtitlesHelp": "Only subtitles marked as forced will be loaded.", "OptionOnlyForcedSubtitlesHelp": "Only subtitles marked as forced will be loaded.",
"OptionAlwaysPlaySubtitlesHelp": "Subtitles matching the language preference will be loaded regardless of the audio language.", "OptionAlwaysPlaySubtitlesHelp": "Subtitles matching the language preference will be loaded regardless of the audio language.",
"OptionNoSubtitlesHelp": "Subtitles will not be loaded by default.", "OptionNoSubtitlesHelp": "Subtitles will not be loaded by default.",
"TabProfiles": "Profiles", "TabProfiles": "\u067e\u0631\u0648\u0641\u0627\u06cc\u0644 \u0647\u0627",
"TabSecurity": "Security", "TabSecurity": "Security",
"ButtonAddUser": "Add User", "ButtonAddUser": "Add User",
"ButtonInviteUser": "Invite User", "ButtonInviteUser": "Invite User",
@ -225,7 +227,7 @@
"OptionParentalRating": "Parental Rating", "OptionParentalRating": "Parental Rating",
"OptionPremiereDate": "Premiere Date", "OptionPremiereDate": "Premiere Date",
"TabBasic": "Basic", "TabBasic": "Basic",
"TabAdvanced": "Advanced", "TabAdvanced": "\u067e\u06cc\u0634\u0631\u0641\u062a\u0647",
"OptionContinuing": "Continuing", "OptionContinuing": "Continuing",
"OptionEnded": "Ended", "OptionEnded": "Ended",
"HeaderAirDays": "Air Days", "HeaderAirDays": "Air Days",
@ -347,7 +349,7 @@
"HeaderDays": "Days", "HeaderDays": "Days",
"HeaderActiveRecordings": "Active Recordings", "HeaderActiveRecordings": "Active Recordings",
"HeaderLatestRecordings": "Latest Recordings", "HeaderLatestRecordings": "Latest Recordings",
"ButtonPlay": "Play", "ButtonPlay": "\u067e\u062e\u0634",
"ButtonEdit": "Edit", "ButtonEdit": "Edit",
"ButtonRecord": "Record", "ButtonRecord": "Record",
"ButtonDelete": "Delete", "ButtonDelete": "Delete",
@ -429,8 +431,8 @@
"LabelEnableDlnaDebugLoggingHelp": "This will create large log files and should only be used as needed for troubleshooting purposes.", "LabelEnableDlnaDebugLoggingHelp": "This will create large log files and should only be used as needed for troubleshooting purposes.",
"LabelEnableDlnaClientDiscoveryInterval": "Client discovery interval (seconds)", "LabelEnableDlnaClientDiscoveryInterval": "Client discovery interval (seconds)",
"LabelEnableDlnaClientDiscoveryIntervalHelp": "Determines the duration in seconds between SSDP searches performed by Emby.", "LabelEnableDlnaClientDiscoveryIntervalHelp": "Determines the duration in seconds between SSDP searches performed by Emby.",
"HeaderCustomDlnaProfiles": "Custom Profiles", "HeaderCustomDlnaProfiles": "\u067e\u0631\u0648\u0641\u0627\u06cc\u0644 \u0647\u0627\u06cc \u0633\u0641\u0627\u0631\u0634\u06cc",
"HeaderSystemDlnaProfiles": "System Profiles", "HeaderSystemDlnaProfiles": "\u067e\u0631\u0648\u0641\u0627\u06cc\u0644 \u0647\u0627\u06cc \u0633\u06cc\u0633\u062a\u0645",
"CustomDlnaProfilesHelp": "Create a custom profile to target a new device or override a system profile.", "CustomDlnaProfilesHelp": "Create a custom profile to target a new device or override a system profile.",
"SystemDlnaProfilesHelp": "System profiles are read-only. Changes to a system profile will be saved to a new custom profile.", "SystemDlnaProfilesHelp": "System profiles are read-only. Changes to a system profile will be saved to a new custom profile.",
"TabHome": "Home", "TabHome": "Home",
@ -610,7 +612,7 @@
"HeaderLatestMedia": "Latest Media", "HeaderLatestMedia": "Latest Media",
"OptionNoSubtitles": "No Subtitles", "OptionNoSubtitles": "No Subtitles",
"HeaderCollections": "Collections", "HeaderCollections": "Collections",
"LabelProfileCodecsHelp": "Separated by comma. This can be left empty to apply to all codecs.", "LabelProfileCodecsHelp": "\u062c\u062f\u0627 \u0634\u062f\u0647 \u062a\u0648\u0633\u0637 \u06a9\u0627\u0645\u0627 \u0627\u06cc\u0646 \u0645\u06cc \u062a\u0648\u0627\u0646\u062f \u0628\u0631\u0627\u06cc \u0647\u0645\u0647 \u06a9\u062f\u06a9 \u0647\u0627 \u0627\u0639\u0645\u0627\u0644 \u0634\u0648\u062f.",
"LabelProfileContainersHelp": "Separated by comma. This can be left empty to apply to all containers.", "LabelProfileContainersHelp": "Separated by comma. This can be left empty to apply to all containers.",
"HeaderResponseProfile": "Response Profile", "HeaderResponseProfile": "Response Profile",
"LabelType": "Type:", "LabelType": "Type:",
@ -622,7 +624,7 @@
"HeaderTranscodingProfile": "Transcoding Profile", "HeaderTranscodingProfile": "Transcoding Profile",
"HeaderCodecProfile": "Codec Profile", "HeaderCodecProfile": "Codec Profile",
"HeaderContainerProfile": "Container Profile", "HeaderContainerProfile": "Container Profile",
"OptionProfileVideo": "Video", "OptionProfileVideo": "\u0648\u06cc\u062f\u06cc\u0648",
"OptionProfileAudio": "Audio", "OptionProfileAudio": "Audio",
"OptionProfileVideoAudio": "Video Audio", "OptionProfileVideoAudio": "Video Audio",
"OptionProfilePhoto": "Photo", "OptionProfilePhoto": "Photo",
@ -778,7 +780,7 @@
"LabelProtocolInfo": "Protocol info:", "LabelProtocolInfo": "Protocol info:",
"LabelProtocolInfoHelp": "The value that will be used when responding to GetProtocolInfo requests from the device.", "LabelProtocolInfoHelp": "The value that will be used when responding to GetProtocolInfo requests from the device.",
"TabNfoSettings": "Nfo Settings", "TabNfoSettings": "Nfo Settings",
"HeaderKodiMetadataHelp": "Emby includes native support for Nfo metadata files. To enable or disable Nfo metadata, use the Metadata tab to configure options for your media types.", "HeaderKodiMetadataHelp": "Emby \u0634\u0627\u0645\u0644 \u067e\u0634\u062a\u06cc\u0628\u0627\u0646\u06cc \u0628\u0648\u0645\u06cc \u0628\u0631\u0627\u06cc \u0641\u0627\u06cc\u0644 \u0647\u0627\u06cc \u0627\u0628\u0631\u062f\u0627\u062f\u0647 Nfo \u0627\u0633\u062a. \u0628\u0631\u0627\u06cc \u0641\u0639\u0627\u0644 \u06a9\u0631\u062f\u0646 \u06cc\u0627 \u063a\u06cc\u0631\u0641\u0639\u0627\u0644 \u06a9\u0631\u062f\u0646 \u0627\u0628\u0631\u062f\u0627\u062f\u0647 Nfo\u060c \u0627\u0632 \u06af\u0632\u06cc\u0646\u0647 \u0632\u0628\u0627\u0646\u0647 \u0645\u062a\u0627\u062f\u0627\u062f\u0647 \u0628\u0631\u0627\u06cc \u067e\u06cc\u06a9\u0631\u0628\u0646\u062f\u06cc \u06af\u0632\u06cc\u0646\u0647 \u0647\u0627 \u0628\u0631\u0627\u06cc \u0627\u0646\u0648\u0627\u0639 \u0631\u0633\u0627\u0646\u0647 \u0647\u0627 \u0627\u0633\u062a\u0641\u0627\u062f\u0647 \u06a9\u0646\u06cc\u062f.",
"LabelKodiMetadataUser": "Save user watch data to nfo's for:", "LabelKodiMetadataUser": "Save user watch data to nfo's for:",
"LabelKodiMetadataUserHelp": "Enable this to save watch data to Nfo files for other applications to utilize.", "LabelKodiMetadataUserHelp": "Enable this to save watch data to Nfo files for other applications to utilize.",
"LabelKodiMetadataDateFormat": "Release date format:", "LabelKodiMetadataDateFormat": "Release date format:",
@ -830,7 +832,7 @@
"LabelView": "View:", "LabelView": "View:",
"TabUsers": "Users", "TabUsers": "Users",
"HeaderFeatures": "Features", "HeaderFeatures": "Features",
"HeaderAdvanced": "Advanced", "HeaderAdvanced": "\u067e\u06cc\u0634\u0631\u0641\u062a\u0647",
"ButtonSync": "Sync", "ButtonSync": "Sync",
"TabScheduledTasks": "Scheduled Tasks", "TabScheduledTasks": "Scheduled Tasks",
"HeaderChapters": "Chapters", "HeaderChapters": "Chapters",
@ -1091,7 +1093,7 @@
"OptionAllowMediaPlaybackTranscodingHelp": "Users will receive friendly messages when content is unplayable based on policy.", "OptionAllowMediaPlaybackTranscodingHelp": "Users will receive friendly messages when content is unplayable based on policy.",
"TabStreaming": "Streaming", "TabStreaming": "Streaming",
"LabelRemoteClientBitrateLimit": "Internet streaming bitrate limit (Mbps):", "LabelRemoteClientBitrateLimit": "Internet streaming bitrate limit (Mbps):",
"LabelRemoteClientBitrateLimitHelp": "An optional streaming 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.", "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.",
"LabelConversionCpuCoreLimit": "CPU core limit:", "LabelConversionCpuCoreLimit": "CPU core limit:",
"LabelConversionCpuCoreLimitHelp": "Limit the number of CPU cores that will be used during sync conversion.", "LabelConversionCpuCoreLimitHelp": "Limit the number of CPU cores that will be used during sync conversion.",
"OptionEnableFullSpeedConversion": "Enable full speed conversion", "OptionEnableFullSpeedConversion": "Enable full speed conversion",

View File

@ -1,4 +1,6 @@
{ {
"MovieLibraryHelp": "Review the {0}Emby movie naming guide{1}.",
"TvLibraryHelp": "Review the {0}Emby TV naming guide{1}.",
"LabelPrevious": "Edellinen", "LabelPrevious": "Edellinen",
"LabelFinish": "Valmis", "LabelFinish": "Valmis",
"LabelNext": "Seuraava", "LabelNext": "Seuraava",
@ -1091,7 +1093,7 @@
"OptionAllowMediaPlaybackTranscodingHelp": "Users will receive friendly messages when content is unplayable based on policy.", "OptionAllowMediaPlaybackTranscodingHelp": "Users will receive friendly messages when content is unplayable based on policy.",
"TabStreaming": "Streaming", "TabStreaming": "Streaming",
"LabelRemoteClientBitrateLimit": "Internet streaming bitrate limit (Mbps):", "LabelRemoteClientBitrateLimit": "Internet streaming bitrate limit (Mbps):",
"LabelRemoteClientBitrateLimitHelp": "An optional streaming 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.", "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.",
"LabelConversionCpuCoreLimit": "CPU core limit:", "LabelConversionCpuCoreLimit": "CPU core limit:",
"LabelConversionCpuCoreLimitHelp": "Limit the number of CPU cores that will be used during sync conversion.", "LabelConversionCpuCoreLimitHelp": "Limit the number of CPU cores that will be used during sync conversion.",
"OptionEnableFullSpeedConversion": "Enable full speed conversion", "OptionEnableFullSpeedConversion": "Enable full speed conversion",

View File

@ -1,4 +1,6 @@
{ {
"MovieLibraryHelp": "Review the {0}Emby movie naming guide{1}.",
"TvLibraryHelp": "Review the {0}Emby TV naming guide{1}.",
"LabelPrevious": "Pr\u00e9c\u00e9dent", "LabelPrevious": "Pr\u00e9c\u00e9dent",
"LabelFinish": "Terminer", "LabelFinish": "Terminer",
"LabelNext": "Suivant", "LabelNext": "Suivant",
@ -1091,7 +1093,7 @@
"OptionAllowMediaPlaybackTranscodingHelp": "Users will receive friendly messages when content is unplayable based on policy.", "OptionAllowMediaPlaybackTranscodingHelp": "Users will receive friendly messages when content is unplayable based on policy.",
"TabStreaming": "Streaming", "TabStreaming": "Streaming",
"LabelRemoteClientBitrateLimit": "Internet streaming bitrate limit (Mbps):", "LabelRemoteClientBitrateLimit": "Internet streaming bitrate limit (Mbps):",
"LabelRemoteClientBitrateLimitHelp": "An optional streaming 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.", "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.",
"LabelConversionCpuCoreLimit": "CPU core limit:", "LabelConversionCpuCoreLimit": "CPU core limit:",
"LabelConversionCpuCoreLimitHelp": "Limit the number of CPU cores that will be used during sync conversion.", "LabelConversionCpuCoreLimitHelp": "Limit the number of CPU cores that will be used during sync conversion.",
"OptionEnableFullSpeedConversion": "Enable full speed conversion", "OptionEnableFullSpeedConversion": "Enable full speed conversion",

View File

@ -1,4 +1,6 @@
{ {
"MovieLibraryHelp": "Passer en revue le {0}guide d'appellation des films Emby{1}.",
"TvLibraryHelp": "Passer en revue le {0}guide d'appellation des TV Emby{1}.",
"LabelPrevious": "Pr\u00e9c\u00e9dent", "LabelPrevious": "Pr\u00e9c\u00e9dent",
"LabelFinish": "Terminer", "LabelFinish": "Terminer",
"LabelNext": "Suivant", "LabelNext": "Suivant",
@ -1009,7 +1011,7 @@
"HeaderChapterSettings": "Param\u00e8tres chapitres", "HeaderChapterSettings": "Param\u00e8tres chapitres",
"HeaderCameraUploadHelp": "Les applications Emby peuvent automatiquement transf\u00e9rer les photos et vid\u00e9os prises depuis vos appareils mobiles vers votre serveur Emby.", "HeaderCameraUploadHelp": "Les applications Emby peuvent automatiquement transf\u00e9rer les photos et vid\u00e9os prises depuis vos appareils mobiles vers votre serveur Emby.",
"LabelCameraUploadPath": "Camera upload path:", "LabelCameraUploadPath": "Camera upload path:",
"LabelCameraUploadPathHelp": "Select a custom upload path, if desired. If unspecified a default folder will be used. If using a custom path it will also need to be added in the library setup area.", "LabelCameraUploadPathHelp": "Choisissez un dossier de transfert personnalis\u00e9. Il remplacera les param\u00e8tres par d\u00e9faut de la section Transfert depuis l'appareil photo. Sinon, le dossier par d\u00e9faut sera utilis\u00e9. Si vous utilisez un dossier personnalis\u00e9, vous devrez l'ajouter \u00e0 la m\u00e9diath\u00e8que.",
"LabelCreateCameraUploadSubfolder": "Create a subfolder for each device", "LabelCreateCameraUploadSubfolder": "Create a subfolder for each device",
"LabelCreateCameraUploadSubfolderHelp": "Specific folders can be assigned to a device by clicking on it from the Devices page.", "LabelCreateCameraUploadSubfolderHelp": "Specific folders can be assigned to a device by clicking on it from the Devices page.",
"LabelCustomDeviceDisplayName": "Display name:", "LabelCustomDeviceDisplayName": "Display name:",
@ -1091,7 +1093,7 @@
"OptionAllowMediaPlaybackTranscodingHelp": "Users will receive friendly messages when content is unplayable based on policy.", "OptionAllowMediaPlaybackTranscodingHelp": "Users will receive friendly messages when content is unplayable based on policy.",
"TabStreaming": "Streaming", "TabStreaming": "Streaming",
"LabelRemoteClientBitrateLimit": "Internet streaming bitrate limit (Mbps):", "LabelRemoteClientBitrateLimit": "Internet streaming bitrate limit (Mbps):",
"LabelRemoteClientBitrateLimitHelp": "Une limite de d\u00e9bit optionnelle du streaming pour toutes les connexions r\u00e9seau. Utile pour \u00e9viter que les appareils ne demandent une bande passante sup\u00e9rieure \u00e0 ce que votre connexion peu fournir.", "LabelRemoteClientBitrateLimitHelp": "Une limite de d\u00e9bit optionnelle par streaming pour les connexions hors du r\u00e9seau local. Utile pour \u00e9viter que les appareils ne demandent un d\u00e9bit sup\u00e9rieur \u00e0 ce que votre connexion internet peu fournir. Cela peut augmenter la charge du processeur de votre serveur pour transcoder les vid\u00e9os \u00e0 la vol\u00e9e \u00e0 un d\u00e9bit plus faible.",
"LabelConversionCpuCoreLimit": "CPU core limit:", "LabelConversionCpuCoreLimit": "CPU core limit:",
"LabelConversionCpuCoreLimitHelp": "Limit the number of CPU cores that will be used during sync conversion.", "LabelConversionCpuCoreLimitHelp": "Limit the number of CPU cores that will be used during sync conversion.",
"OptionEnableFullSpeedConversion": "Enable full speed conversion", "OptionEnableFullSpeedConversion": "Enable full speed conversion",

View File

@ -1,4 +1,6 @@
{ {
"MovieLibraryHelp": "Consultez le {0}guide Emby pour nommer les films{1}.",
"TvLibraryHelp": "Consultez le {0}guide Emby pour nommer les \u00e9missions{1}.",
"LabelPrevious": "Pr\u00e9c\u00e9dent", "LabelPrevious": "Pr\u00e9c\u00e9dent",
"LabelFinish": "Terminer", "LabelFinish": "Terminer",
"LabelNext": "Suivant", "LabelNext": "Suivant",
@ -1091,7 +1093,7 @@
"OptionAllowMediaPlaybackTranscodingHelp": "Les utilisateurs recevront un message d'erreur compr\u00e9hensible lorsque le contenu n'est pas lisible en raison des restrictions appliqu\u00e9es.", "OptionAllowMediaPlaybackTranscodingHelp": "Les utilisateurs recevront un message d'erreur compr\u00e9hensible lorsque le contenu n'est pas lisible en raison des restrictions appliqu\u00e9es.",
"TabStreaming": "Streaming", "TabStreaming": "Streaming",
"LabelRemoteClientBitrateLimit": "Limite de d\u00e9bit de streaming Internet (Mbps)\u00a0:", "LabelRemoteClientBitrateLimit": "Limite de d\u00e9bit de streaming Internet (Mbps)\u00a0:",
"LabelRemoteClientBitrateLimitHelp": "Une limite de d\u00e9bit optionnelle du streaming pour toutes les connexions r\u00e9seau. Utile pour \u00e9viter que les appareils ne demandent une bande passante sup\u00e9rieure \u00e0 ce que votre connexion peu fournir.", "LabelRemoteClientBitrateLimitHelp": "Une limite de d\u00e9bit optionnelle par streaming pour les connexions hors du r\u00e9seau local. Utile pour \u00e9viter que les appareils ne demandent un d\u00e9bit sup\u00e9rieur \u00e0 ce que votre connexion internet peu fournir. Cela peut augmenter la charge du processeur de votre serveur pour transcoder les vid\u00e9os \u00e0 la vol\u00e9e \u00e0 un d\u00e9bit plus faible.",
"LabelConversionCpuCoreLimit": "Limite de c\u0153urs CPU\u00a0:", "LabelConversionCpuCoreLimit": "Limite de c\u0153urs CPU\u00a0:",
"LabelConversionCpuCoreLimitHelp": "Limite le nombre de c\u0153urs du processeur utilis\u00e9s pendant le transcodage.", "LabelConversionCpuCoreLimitHelp": "Limite le nombre de c\u0153urs du processeur utilis\u00e9s pendant le transcodage.",
"OptionEnableFullSpeedConversion": "Autoriser le transcodage rapide", "OptionEnableFullSpeedConversion": "Autoriser le transcodage rapide",
@ -1940,7 +1942,7 @@
"EnableNextVideoInfoOverlayHelp": "\u00c0 la fin d'une vid\u00e9o, afficher les informations sur la vid\u00e9o suivante dans la file d'attente.", "EnableNextVideoInfoOverlayHelp": "\u00c0 la fin d'une vid\u00e9o, afficher les informations sur la vid\u00e9o suivante dans la file d'attente.",
"ServerRestartNeededAfterPluginInstall": "Le serveur Emby devra \u00eatre red\u00e9marr\u00e9 apr\u00e8s l'installation d'une extension.", "ServerRestartNeededAfterPluginInstall": "Le serveur Emby devra \u00eatre red\u00e9marr\u00e9 apr\u00e8s l'installation d'une extension.",
"PluginInstalledMessage": "Cette extension a \u00e9t\u00e9 install\u00e9e avec succ\u00e8s. Le serveur Emby doit \u00eatre red\u00e9marr\u00e9 afin que les modifications soient prises en compte.", "PluginInstalledMessage": "Cette extension a \u00e9t\u00e9 install\u00e9e avec succ\u00e8s. Le serveur Emby doit \u00eatre red\u00e9marr\u00e9 afin que les modifications soient prises en compte.",
"Themes": "Themes", "Themes": "Th\u00e8mes",
"LabelTheme": "Theme:", "LabelTheme": "Th\u00e8me\u00a0:",
"LabelDashboardTheme": "Server dashboard theme:" "LabelDashboardTheme": "Th\u00e8me du tableau de bord du serveur\u00a0:"
} }

View File

@ -1,4 +1,6 @@
{ {
"MovieLibraryHelp": "Review the {0}Emby movie naming guide{1}.",
"TvLibraryHelp": "Review the {0}Emby TV naming guide{1}.",
"LabelPrevious": "Vorher", "LabelPrevious": "Vorher",
"LabelFinish": "Beende", "LabelFinish": "Beende",
"LabelNext": "N\u00f6chst", "LabelNext": "N\u00f6chst",
@ -1091,7 +1093,7 @@
"OptionAllowMediaPlaybackTranscodingHelp": "Users will receive friendly messages when content is unplayable based on policy.", "OptionAllowMediaPlaybackTranscodingHelp": "Users will receive friendly messages when content is unplayable based on policy.",
"TabStreaming": "Streaming", "TabStreaming": "Streaming",
"LabelRemoteClientBitrateLimit": "Internet streaming bitrate limit (Mbps):", "LabelRemoteClientBitrateLimit": "Internet streaming bitrate limit (Mbps):",
"LabelRemoteClientBitrateLimitHelp": "An optional streaming 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.", "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.",
"LabelConversionCpuCoreLimit": "CPU core limit:", "LabelConversionCpuCoreLimit": "CPU core limit:",
"LabelConversionCpuCoreLimitHelp": "Limit the number of CPU cores that will be used during sync conversion.", "LabelConversionCpuCoreLimitHelp": "Limit the number of CPU cores that will be used during sync conversion.",
"OptionEnableFullSpeedConversion": "Enable full speed conversion", "OptionEnableFullSpeedConversion": "Enable full speed conversion",

View File

@ -1,4 +1,6 @@
{ {
"MovieLibraryHelp": "Review the {0}Emby movie naming guide{1}.",
"TvLibraryHelp": "Review the {0}Emby TV naming guide{1}.",
"LabelPrevious": "\u05d4\u05e7\u05d5\u05d3\u05dd", "LabelPrevious": "\u05d4\u05e7\u05d5\u05d3\u05dd",
"LabelFinish": "\u05e1\u05d9\u05d9\u05dd", "LabelFinish": "\u05e1\u05d9\u05d9\u05dd",
"LabelNext": "\u05d4\u05d1\u05d0", "LabelNext": "\u05d4\u05d1\u05d0",
@ -1091,7 +1093,7 @@
"OptionAllowMediaPlaybackTranscodingHelp": "Users will receive friendly messages when content is unplayable based on policy.", "OptionAllowMediaPlaybackTranscodingHelp": "Users will receive friendly messages when content is unplayable based on policy.",
"TabStreaming": "Streaming", "TabStreaming": "Streaming",
"LabelRemoteClientBitrateLimit": "Internet streaming bitrate limit (Mbps):", "LabelRemoteClientBitrateLimit": "Internet streaming bitrate limit (Mbps):",
"LabelRemoteClientBitrateLimitHelp": "An optional streaming 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.", "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.",
"LabelConversionCpuCoreLimit": "CPU core limit:", "LabelConversionCpuCoreLimit": "CPU core limit:",
"LabelConversionCpuCoreLimitHelp": "Limit the number of CPU cores that will be used during sync conversion.", "LabelConversionCpuCoreLimitHelp": "Limit the number of CPU cores that will be used during sync conversion.",
"OptionEnableFullSpeedConversion": "Enable full speed conversion", "OptionEnableFullSpeedConversion": "Enable full speed conversion",

View File

@ -1,4 +1,6 @@
{ {
"MovieLibraryHelp": "Review the {0}Emby movie naming guide{1}.",
"TvLibraryHelp": "Review the {0}Emby TV naming guide{1}.",
"LabelPrevious": "Prethodni", "LabelPrevious": "Prethodni",
"LabelFinish": "Kraj", "LabelFinish": "Kraj",
"LabelNext": "Sljede\u0107i", "LabelNext": "Sljede\u0107i",

View File

@ -1,4 +1,6 @@
{ {
"MovieLibraryHelp": "Review the {0}Emby movie naming guide{1}.",
"TvLibraryHelp": "Review the {0}Emby TV naming guide{1}.",
"LabelPrevious": "El\u0151z\u0151", "LabelPrevious": "El\u0151z\u0151",
"LabelFinish": "Befejez", "LabelFinish": "Befejez",
"LabelNext": "K\u00f6vetkez\u0151", "LabelNext": "K\u00f6vetkez\u0151",
@ -276,7 +278,7 @@
"OptionAllowRemoteSharedDevicesHelp": "Dlna devices are considered shared until a user begins controlling it.", "OptionAllowRemoteSharedDevicesHelp": "Dlna devices are considered shared until a user begins controlling it.",
"OptionAllowLinkSharing": "K\u00f6z\u00f6ss\u00e9gi m\u00e9diamegoszt\u00e1s enged\u00e9lyez\u00e9se", "OptionAllowLinkSharing": "K\u00f6z\u00f6ss\u00e9gi m\u00e9diamegoszt\u00e1s enged\u00e9lyez\u00e9se",
"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.", "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": "T\u00e1v\u00edr\u00e1ny\u00edt\u00e1s", "HeaderRemoteControl": "T\u00e1vir\u00e1ny\u00edt\u00e1s",
"OptionMissingTmdbId": "Hi\u00e1nyz\u00f3 Tmdb azonos\u00edt\u00f3", "OptionMissingTmdbId": "Hi\u00e1nyz\u00f3 Tmdb azonos\u00edt\u00f3",
"OptionIsHD": "HD", "OptionIsHD": "HD",
"OptionIsSD": "SD", "OptionIsSD": "SD",
@ -407,7 +409,7 @@
"Option4Player": "4+", "Option4Player": "4+",
"HeaderMediaFolders": "M\u00e9dia K\u00f6nyvt\u00e1rak", "HeaderMediaFolders": "M\u00e9dia K\u00f6nyvt\u00e1rak",
"HeaderThemeVideos": "Theme Videos", "HeaderThemeVideos": "Theme Videos",
"HeaderThemeSongs": "Theme Songs", "HeaderThemeSongs": "F\u0151c\u00edm dalok",
"HeaderScenes": "Jelenetek", "HeaderScenes": "Jelenetek",
"HeaderAwardsAndReviews": "D\u00edjak \u00e9s Jel\u00f6l\u00e9sek", "HeaderAwardsAndReviews": "D\u00edjak \u00e9s Jel\u00f6l\u00e9sek",
"HeaderMusicVideos": "Music Videos", "HeaderMusicVideos": "Music Videos",
@ -700,7 +702,7 @@
"TabChapters": "Jelenetek", "TabChapters": "Jelenetek",
"LabelOpenSubtitlesUsername": "Open Subtitles username:", "LabelOpenSubtitlesUsername": "Open Subtitles username:",
"LabelOpenSubtitlesPassword": "Open Subtitles password:", "LabelOpenSubtitlesPassword": "Open Subtitles password:",
"LabelPlayDefaultAudioTrack": "Play default audio track regardless of language", "LabelPlayDefaultAudioTrack": "Az alap\u00e9rtelmezett hangs\u00e1v lej\u00e1tsz\u00e1sa a nyelvt\u0151l f\u00fcggetlen\u00fcl",
"LabelSubtitlePlaybackMode": "Felirat m\u00f3d:", "LabelSubtitlePlaybackMode": "Felirat m\u00f3d:",
"LabelDownloadLanguages": "Download languages:", "LabelDownloadLanguages": "Download languages:",
"ButtonRegister": "Register", "ButtonRegister": "Register",
@ -726,16 +728,16 @@
"LabelEndingEpisodeNumberPlain": "Befejez\u0151 epiz\u00f3d sz\u00e1ma", "LabelEndingEpisodeNumberPlain": "Befejez\u0151 epiz\u00f3d sz\u00e1ma",
"HeaderTypeText": "Enter Text", "HeaderTypeText": "Enter Text",
"LabelTypeText": "Text", "LabelTypeText": "Text",
"TabDisplay": "Display", "TabDisplay": "Megjelen\u00edt\u00e9s",
"TabLanguages": "Nyelv", "TabLanguages": "Nyelv",
"TabAppSettings": "App Settings", "TabAppSettings": "App Settings",
"LabelEnableThemeSongs": "Enable theme songs", "LabelEnableThemeSongs": "F\u0151c\u00edm dalok enged\u00e9lyez\u00e9se",
"LabelEnableBackdrops": "Enable backdrops", "LabelEnableBackdrops": "H\u00e1tt\u00e9rk\u00e9pek enged\u00e9lyezve",
"LabelEnableThemeSongsHelp": "If enabled, theme songs will be played in the background while browsing the library.", "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": "If enabled, backdrops will be displayed in the background of some pages while browsing the library.", "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", "HeaderHomePage": "Kezd\u0151 Oldal",
"OptionAuto": "Auto", "OptionAuto": "Auto",
"OptionYes": "Yes", "OptionYes": "Igen",
"OptionNo": "Nem", "OptionNo": "Nem",
"HeaderOptions": "Options", "HeaderOptions": "Options",
"LabelHomeScreenSectionValue": "Kezd\u0151k\u00e9perny\u0151 blokk {0}:", "LabelHomeScreenSectionValue": "Kezd\u0151k\u00e9perny\u0151 blokk {0}:",
@ -773,7 +775,7 @@
"HeaderMyViews": "Saj\u00e1t N\u00e9zetek", "HeaderMyViews": "Saj\u00e1t N\u00e9zetek",
"OptionDisplayAdultContent": "Feln\u0151tt tartalom megjelen\u00edt\u00e9se", "OptionDisplayAdultContent": "Feln\u0151tt tartalom megjelen\u00edt\u00e9se",
"OptionLibraryFolders": "M\u00e9dia k\u00f6nyvt\u00e1rak", "OptionLibraryFolders": "M\u00e9dia k\u00f6nyvt\u00e1rak",
"TitleRemoteControl": "T\u00e1v\u00edr\u00e1ny\u00edt\u00e1s", "TitleRemoteControl": "T\u00e1vir\u00e1ny\u00edt\u00e1s",
"OptionLatestTvRecordings": "Latest recordings", "OptionLatestTvRecordings": "Latest recordings",
"LabelProtocolInfo": "Protocol info:", "LabelProtocolInfo": "Protocol info:",
"LabelProtocolInfoHelp": "The value that will be used when responding to GetProtocolInfo requests from the device.", "LabelProtocolInfoHelp": "The value that will be used when responding to GetProtocolInfo requests from the device.",
@ -896,7 +898,7 @@
"MessageServerConfigurationUpdated": "Szerver be\u00e1ll\u00edt\u00e1sok friss\u00edtve", "MessageServerConfigurationUpdated": "Szerver be\u00e1ll\u00edt\u00e1sok friss\u00edtve",
"MessageNamedServerConfigurationUpdatedWithValue": "Szerver konfigur\u00e1ci\u00f3s r\u00e9sz {0} friss\u00edtve", "MessageNamedServerConfigurationUpdatedWithValue": "Szerver konfigur\u00e1ci\u00f3s r\u00e9sz {0} friss\u00edtve",
"MessageApplicationUpdated": "Emby Szerver friss\u00edtve", "MessageApplicationUpdated": "Emby Szerver friss\u00edtve",
"UserDownloadingItemWithValues": "{0} is downloading {1}", "UserDownloadingItemWithValues": "{0} let\u00f6lti {1}",
"ProviderValue": "Provider: {0}", "ProviderValue": "Provider: {0}",
"HeaderRecentActivity": "Legut\u00f3bbi esem\u00e9nyek", "HeaderRecentActivity": "Legut\u00f3bbi esem\u00e9nyek",
"HeaderPeople": "Szem\u00e9lyek", "HeaderPeople": "Szem\u00e9lyek",
@ -1091,7 +1093,7 @@
"OptionAllowMediaPlaybackTranscodingHelp": "Users will receive friendly messages when content is unplayable based on policy.", "OptionAllowMediaPlaybackTranscodingHelp": "Users will receive friendly messages when content is unplayable based on policy.",
"TabStreaming": "Streaming", "TabStreaming": "Streaming",
"LabelRemoteClientBitrateLimit": "Internet streaming bitrate limit (Mbps):", "LabelRemoteClientBitrateLimit": "Internet streaming bitrate limit (Mbps):",
"LabelRemoteClientBitrateLimitHelp": "An optional streaming 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.", "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.",
"LabelConversionCpuCoreLimit": "CPU core limit:", "LabelConversionCpuCoreLimit": "CPU core limit:",
"LabelConversionCpuCoreLimitHelp": "Limit the number of CPU cores that will be used during sync conversion.", "LabelConversionCpuCoreLimitHelp": "Limit the number of CPU cores that will be used during sync conversion.",
"OptionEnableFullSpeedConversion": "Enable full speed conversion", "OptionEnableFullSpeedConversion": "Enable full speed conversion",
@ -1125,7 +1127,7 @@
"LabelPasswordConfirm": "Password (confirm):", "LabelPasswordConfirm": "Password (confirm):",
"ButtonAddServer": "Szerver Hozz\u00e1ad\u00e1sa", "ButtonAddServer": "Szerver Hozz\u00e1ad\u00e1sa",
"TabHomeScreen": "Kezd\u0151k\u00e9perny\u0151", "TabHomeScreen": "Kezd\u0151k\u00e9perny\u0151",
"HeaderDisplay": "Display", "HeaderDisplay": "Megjelen\u00edt\u00e9s",
"HeaderNavigation": "Navig\u00e1ci\u00f3", "HeaderNavigation": "Navig\u00e1ci\u00f3",
"OptionEnableAutomaticServerUpdates": "Automatikus szerver friss\u00edt\u00e9s enged\u00e9lyez\u00e9se ", "OptionEnableAutomaticServerUpdates": "Automatikus szerver friss\u00edt\u00e9s enged\u00e9lyez\u00e9se ",
"OptionOtherTrailers": "Include trailers from older movies", "OptionOtherTrailers": "Include trailers from older movies",
@ -1190,7 +1192,7 @@
"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.", "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", "OptionConvertRecordingsToStreamingFormat": "Automatically convert recordings to a streaming friendly format",
"OptionConvertRecordingsToStreamingFormatHelp": "Recordings will be converted on the fly to MP4 or MKV for easy playback on your devices.", "OptionConvertRecordingsToStreamingFormatHelp": "Recordings will be converted on the fly to MP4 or MKV for easy playback on your devices.",
"FeatureRequiresEmbyPremiere": "This feature requires an active Emby Premiere subscription.", "FeatureRequiresEmbyPremiere": "Ez a szolg\u00e1ltat\u00e1s akt\u00edv Emby Premier el\u0151fizet\u00e9st ig\u00e9nyel.",
"FileExtension": "File extension", "FileExtension": "File extension",
"OptionPlayNextEpisodeAutomatically": "Play next episode automatically", "OptionPlayNextEpisodeAutomatically": "Play next episode automatically",
"OptionDownloadImagesInAdvance": "Download images in advance", "OptionDownloadImagesInAdvance": "Download images in advance",
@ -1391,7 +1393,7 @@
"LabelRunningOnPort": "A k\u00f6vetkez\u0151 {0} http porton futtatva.", "LabelRunningOnPort": "A k\u00f6vetkez\u0151 {0} http porton futtatva.",
"LabelRunningOnPorts": "A k\u00f6vetkez\u0151 http: {0}, \u00e9s https: {1} porton futtatva.", "LabelRunningOnPorts": "A k\u00f6vetkez\u0151 http: {0}, \u00e9s https: {1} porton futtatva.",
"HeaderLatestFromChannel": "Latest from {0}", "HeaderLatestFromChannel": "Latest from {0}",
"ButtonRemoteControl": "T\u00e1v\u00edr\u00e1ny\u00edt\u00e1s", "ButtonRemoteControl": "T\u00e1vir\u00e1ny\u00edt\u00e1s",
"HeaderLatestTvRecordings": "Latest Recordings", "HeaderLatestTvRecordings": "Latest Recordings",
"LabelCurrentPath": "Current path:", "LabelCurrentPath": "Current path:",
"HeaderSelectMediaPath": "Select Media Path", "HeaderSelectMediaPath": "Select Media Path",
@ -1539,8 +1541,8 @@
"MessageAlreadyInstalled": "Ez a verzi\u00f3 m\u00e1r telep\u00edtve van.", "MessageAlreadyInstalled": "Ez a verzi\u00f3 m\u00e1r telep\u00edtve van.",
"ValueReviewCount": "{0} Reviews", "ValueReviewCount": "{0} Reviews",
"MessageYouHaveVersionInstalled": "You currently have version {0} installed.", "MessageYouHaveVersionInstalled": "You currently have version {0} installed.",
"MessageTrialExpired": "The trial period for this feature has expired", "MessageTrialExpired": "Ennek a funkci\u00f3nak a pr\u00f3baid\u0151szaka lej\u00e1rt",
"MessageTrialWillExpireIn": "The trial period for this feature will expire in {0} day(s)", "MessageTrialWillExpireIn": "A funkci\u00f3 pr\u00f3baid\u0151szaka {0} nap m\u00falva lej\u00e1r",
"MessageInstallPluginFromApp": "This plugin must be installed from with in the app you intend to use it in.", "MessageInstallPluginFromApp": "This plugin must be installed from with in the app you intend to use it in.",
"ValuePriceUSD": "Price: {0} (USD)", "ValuePriceUSD": "Price: {0} (USD)",
"MessageFeatureIncludedWithSupporter": "You are registered for this feature, and will be able to continue using it with an active Emby Premiere subscription.", "MessageFeatureIncludedWithSupporter": "You are registered for this feature, and will be able to continue using it with an active Emby Premiere subscription.",
@ -1666,7 +1668,7 @@
"WebClientTourUserPreferences1": "User preferences allow you to customize the way your library is presented in all of your Emby apps", "WebClientTourUserPreferences1": "User preferences allow you to customize the way your library is presented in all of your Emby apps",
"WebClientTourUserPreferences2": "Configure your audio and subtitle language settings once, for every Emby app", "WebClientTourUserPreferences2": "Configure your audio and subtitle language settings once, for every Emby app",
"WebClientTourUserPreferences3": "Design the web client home page to your liking", "WebClientTourUserPreferences3": "Design the web client home page to your liking",
"WebClientTourUserPreferences4": "Configure backdrops, theme songs and external players", "WebClientTourUserPreferences4": "H\u00e1tterek, f\u0151c\u00edm dalok \u00e9s k\u00fcls\u0151 lej\u00e1tsz\u00f3k be\u00e1ll\u00edt\u00e1sa",
"WebClientTourMobile1": "The web client works great on smartphones and tablets...", "WebClientTourMobile1": "The web client works great on smartphones and tablets...",
"WebClientTourMobile2": "and easily controls other devices and Emby apps", "WebClientTourMobile2": "and easily controls other devices and Emby apps",
"WebClientTourMySync": "Sync your personal media to your devices for offline viewing.", "WebClientTourMySync": "Sync your personal media to your devices for offline viewing.",
@ -1776,7 +1778,7 @@
"ButtonMenu": "Menu", "ButtonMenu": "Menu",
"ForAdditionalLiveTvOptions": "For additional Live TV providers, click on the Services tab to see the available options.", "ForAdditionalLiveTvOptions": "For additional Live TV providers, click on the Services tab to see the available options.",
"ButtonGuide": "Guide", "ButtonGuide": "Guide",
"ButtonYes": "Yes", "ButtonYes": "Igen",
"AddUser": "\u00daj felhaszn\u00e1l\u00f3", "AddUser": "\u00daj felhaszn\u00e1l\u00f3",
"ButtonNo": "Nem", "ButtonNo": "Nem",
"ButtonNowPlaying": "Most j\u00e1tszott", "ButtonNowPlaying": "Most j\u00e1tszott",
@ -1807,7 +1809,7 @@
"HardwareAccelerationWarning": "Enabling hardware acceleration may cause instability in some environments. Ensure that your operating system and video drivers are fully up to date. If you have difficulty playing video after enabling this, you'll need to change the setting back to Auto.", "HardwareAccelerationWarning": "Enabling hardware acceleration may cause instability in some environments. Ensure that your operating system and video drivers are fully up to date. If you have difficulty playing video after enabling this, you'll need to change the setting back to Auto.",
"HeaderSelectCodecIntrosPath": "Select Codec Intros Path", "HeaderSelectCodecIntrosPath": "Select Codec Intros Path",
"ValueExample": "Example: {0}", "ValueExample": "Example: {0}",
"OptionEnableAnonymousUsageReporting": "Enable anonymous usage reporting", "OptionEnableAnonymousUsageReporting": "Anonim haszn\u00e1lati jelent\u00e9s enged\u00e9lyez\u00e9se",
"OptionEnableAnonymousUsageReportingHelp": "Allow Emby to collect anonymous data such as installed plugins, the version numbers of your Emby apps, etc. This information is only used for the purpose of improving the software.", "OptionEnableAnonymousUsageReportingHelp": "Allow Emby to collect anonymous data such as installed plugins, the version numbers of your Emby apps, etc. This information is only used for the purpose of improving the software.",
"LabelFileOrUrl": "File or url:", "LabelFileOrUrl": "File or url:",
"OptionEnableForAllTuners": "Enable for all tuner devices", "OptionEnableForAllTuners": "Enable for all tuner devices",
@ -1821,7 +1823,7 @@
"OptionRequirePerfectSubtitleMatch": "Only download subtitles that are a perfect match for my video files", "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.", "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.", "GuestUserNotFound": "User not found. Please ensure the name is correct and try again, or try entering their email address.",
"Yesterday": "Yesterday", "Yesterday": "Tegnap",
"DownloadImagesInAdvanceWarning": "Downloading all images in advance will result in longer library scan times.", "DownloadImagesInAdvanceWarning": "Downloading all images in advance will result in longer library scan times.",
"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.", "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)", "OptionConvertRecordingPreserveAudio": "Preserve original audio when converting recordings (when possible)",
@ -1921,7 +1923,7 @@
"EveryNDays": "Every {0} days", "EveryNDays": "Every {0} days",
"HeaderNewDevices": "New Devices", "HeaderNewDevices": "New Devices",
"HeaderOnNow": "Most", "HeaderOnNow": "Most",
"Downloading": "Downloading", "Downloading": "Let\u00f6lt\u00e9s",
"LabelCertificatePassword": "Certificate password:", "LabelCertificatePassword": "Certificate password:",
"LabelCertificatePasswordHelp": "If your certificate requires a password, please enter it here.", "LabelCertificatePasswordHelp": "If your certificate requires a password, please enter it here.",
"Programs": "Programs", "Programs": "Programs",

View File

@ -1,4 +1,6 @@
{ {
"MovieLibraryHelp": "Review the {0}Emby movie naming guide{1}.",
"TvLibraryHelp": "Review the {0}Emby TV naming guide{1}.",
"LabelPrevious": "Sebelumnya", "LabelPrevious": "Sebelumnya",
"LabelFinish": "Selesai", "LabelFinish": "Selesai",
"LabelNext": "Berikutnya", "LabelNext": "Berikutnya",
@ -1091,7 +1093,7 @@
"OptionAllowMediaPlaybackTranscodingHelp": "Users will receive friendly messages when content is unplayable based on policy.", "OptionAllowMediaPlaybackTranscodingHelp": "Users will receive friendly messages when content is unplayable based on policy.",
"TabStreaming": "Streaming", "TabStreaming": "Streaming",
"LabelRemoteClientBitrateLimit": "Internet streaming bitrate limit (Mbps):", "LabelRemoteClientBitrateLimit": "Internet streaming bitrate limit (Mbps):",
"LabelRemoteClientBitrateLimitHelp": "An optional streaming 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.", "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.",
"LabelConversionCpuCoreLimit": "CPU core limit:", "LabelConversionCpuCoreLimit": "CPU core limit:",
"LabelConversionCpuCoreLimitHelp": "Limit the number of CPU cores that will be used during sync conversion.", "LabelConversionCpuCoreLimitHelp": "Limit the number of CPU cores that will be used during sync conversion.",
"OptionEnableFullSpeedConversion": "Enable full speed conversion", "OptionEnableFullSpeedConversion": "Enable full speed conversion",

View File

@ -1,4 +1,6 @@
{ {
"MovieLibraryHelp": "Rivedere la {0} guida di denominazione del film Emby {1}.",
"TvLibraryHelp": "Rivedere la {0} guida di denominazione Emby TV {1}.",
"LabelPrevious": "Precedente", "LabelPrevious": "Precedente",
"LabelFinish": "Finito", "LabelFinish": "Finito",
"LabelNext": "Prossimo", "LabelNext": "Prossimo",
@ -1091,7 +1093,7 @@
"OptionAllowMediaPlaybackTranscodingHelp": "Gli utenti riceveranno messaggi esplicativi quando il contenuto non \u00e8 riproducibile a causa della policy.", "OptionAllowMediaPlaybackTranscodingHelp": "Gli utenti riceveranno messaggi esplicativi quando il contenuto non \u00e8 riproducibile a causa della policy.",
"TabStreaming": "Streaming", "TabStreaming": "Streaming",
"LabelRemoteClientBitrateLimit": "Bitrate limite per lo streaming via internet (Mbps):", "LabelRemoteClientBitrateLimit": "Bitrate limite per lo streaming via internet (Mbps):",
"LabelRemoteClientBitrateLimitHelp": "Un limite opzionale al bitrate in streaming per tutti i dispositivi all'esterno della rete. Pu\u00f2 essere utile per evitare che i dispositivi richiedano un bitrate pi\u00f9 alto di quanto possa gestire la tua connessione ad Internet.", "LabelRemoteClientBitrateLimitHelp": "Un limite bitrate per-stream opzionale per tutti i dispositivi di rete. Ci\u00f2 \u00e8 utile per impedire ai dispositivi di richiedere un bitrate superiore a quello in grado di gestire la connessione a Internet. Questo pu\u00f2 provocare un aumento del carico della CPU sul server per transcodificare i video in volo ad un bitrate inferiore.",
"LabelConversionCpuCoreLimit": "Limite della CPU:", "LabelConversionCpuCoreLimit": "Limite della CPU:",
"LabelConversionCpuCoreLimitHelp": "Limiita il numero di CPU da utilizzare durante l'operazione di sincronizzazione.", "LabelConversionCpuCoreLimitHelp": "Limiita il numero di CPU da utilizzare durante l'operazione di sincronizzazione.",
"OptionEnableFullSpeedConversion": "Abilita conversione a velocit\u00e0 piena", "OptionEnableFullSpeedConversion": "Abilita conversione a velocit\u00e0 piena",
@ -1940,7 +1942,7 @@
"EnableNextVideoInfoOverlayHelp": "Alla fine di un video, visualizza informazioni sul video successivo che compare nella playlist corrente.", "EnableNextVideoInfoOverlayHelp": "Alla fine di un video, visualizza informazioni sul video successivo che compare nella playlist corrente.",
"ServerRestartNeededAfterPluginInstall": "Il server Emby dovr\u00e0 essere riavviato dopo l'installazione di un plugin.", "ServerRestartNeededAfterPluginInstall": "Il server Emby dovr\u00e0 essere riavviato dopo l'installazione di un plugin.",
"PluginInstalledMessage": "Il plugin \u00e8 stato installato correttamente. Il server Emby dovr\u00e0 essere riavviato affinch\u00e9 le modifiche abbiano effetto.", "PluginInstalledMessage": "Il plugin \u00e8 stato installato correttamente. Il server Emby dovr\u00e0 essere riavviato affinch\u00e9 le modifiche abbiano effetto.",
"Themes": "Themes", "Themes": "Temi",
"LabelTheme": "Theme:", "LabelTheme": "Tema:",
"LabelDashboardTheme": "Server dashboard theme:" "LabelDashboardTheme": "Tema dashboard del server:"
} }

View File

@ -1,4 +1,6 @@
{ {
"MovieLibraryHelp": "Review the {0}Emby movie naming guide{1}.",
"TvLibraryHelp": "Review the {0}Emby TV naming guide{1}.",
"LabelPrevious": "\u0410\u043b\u0434\u044b\u04a3\u0493\u044b", "LabelPrevious": "\u0410\u043b\u0434\u044b\u04a3\u0493\u044b",
"LabelFinish": "\u0410\u044f\u049b\u0442\u0430\u0443", "LabelFinish": "\u0410\u044f\u049b\u0442\u0430\u0443",
"LabelNext": "\u041a\u0435\u043b\u0435\u0441\u0456", "LabelNext": "\u041a\u0435\u043b\u0435\u0441\u0456",

View File

@ -1,4 +1,6 @@
{ {
"MovieLibraryHelp": "Review the {0}Emby movie naming guide{1}.",
"TvLibraryHelp": "Review the {0}Emby TV naming guide{1}.",
"LabelPrevious": "\uc774\uc804", "LabelPrevious": "\uc774\uc804",
"LabelFinish": "\ub05d\ub0b4\uae30", "LabelFinish": "\ub05d\ub0b4\uae30",
"LabelNext": "\ub2e4\uc74c", "LabelNext": "\ub2e4\uc74c",
@ -1091,7 +1093,7 @@
"OptionAllowMediaPlaybackTranscodingHelp": "Users will receive friendly messages when content is unplayable based on policy.", "OptionAllowMediaPlaybackTranscodingHelp": "Users will receive friendly messages when content is unplayable based on policy.",
"TabStreaming": "\uc2a4\ud2b8\ub9ac\ubc0d", "TabStreaming": "\uc2a4\ud2b8\ub9ac\ubc0d",
"LabelRemoteClientBitrateLimit": "\uc778\ud130\ub137 \uc2a4\ud2b8\ub9ac\ubc0d \ube44\ud2b8\ub808\uc774\ud2b8 \uc81c\ud55c (Mbps):", "LabelRemoteClientBitrateLimit": "\uc778\ud130\ub137 \uc2a4\ud2b8\ub9ac\ubc0d \ube44\ud2b8\ub808\uc774\ud2b8 \uc81c\ud55c (Mbps):",
"LabelRemoteClientBitrateLimitHelp": "An optional streaming 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.", "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.",
"LabelConversionCpuCoreLimit": "CPU \ucf54\uc5b4 \uc81c\ud55c:", "LabelConversionCpuCoreLimit": "CPU \ucf54\uc5b4 \uc81c\ud55c:",
"LabelConversionCpuCoreLimitHelp": "\ub3d9\uae30\ud654 \ubcc0\ud658 \uc911 \uc0ac\uc6a9\ud560 CPU \ucf54\uc5b4 \uc218\ub97c \uc81c\ud55c\ud569\ub2c8\ub2e4.", "LabelConversionCpuCoreLimitHelp": "\ub3d9\uae30\ud654 \ubcc0\ud658 \uc911 \uc0ac\uc6a9\ud560 CPU \ucf54\uc5b4 \uc218\ub97c \uc81c\ud55c\ud569\ub2c8\ub2e4.",
"OptionEnableFullSpeedConversion": "\ucd5c\ub300 \ubcc0\ud658 \uc18d\ub3c4 \uc0ac\uc6a9", "OptionEnableFullSpeedConversion": "\ucd5c\ub300 \ubcc0\ud658 \uc18d\ub3c4 \uc0ac\uc6a9",

View File

@ -1,4 +1,6 @@
{ {
"MovieLibraryHelp": "Review the {0}Emby movie naming guide{1}.",
"TvLibraryHelp": "Review the {0}Emby TV naming guide{1}.",
"LabelPrevious": "Ankstesnis", "LabelPrevious": "Ankstesnis",
"LabelFinish": "Baigti", "LabelFinish": "Baigti",
"LabelNext": "Kitas", "LabelNext": "Kitas",
@ -1091,7 +1093,7 @@
"OptionAllowMediaPlaybackTranscodingHelp": "Users will receive friendly messages when content is unplayable based on policy.", "OptionAllowMediaPlaybackTranscodingHelp": "Users will receive friendly messages when content is unplayable based on policy.",
"TabStreaming": "Streaming", "TabStreaming": "Streaming",
"LabelRemoteClientBitrateLimit": "Internet streaming bitrate limit (Mbps):", "LabelRemoteClientBitrateLimit": "Internet streaming bitrate limit (Mbps):",
"LabelRemoteClientBitrateLimitHelp": "An optional streaming 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.", "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.",
"LabelConversionCpuCoreLimit": "CPU core limit:", "LabelConversionCpuCoreLimit": "CPU core limit:",
"LabelConversionCpuCoreLimitHelp": "Limit the number of CPU cores that will be used during sync conversion.", "LabelConversionCpuCoreLimitHelp": "Limit the number of CPU cores that will be used during sync conversion.",
"OptionEnableFullSpeedConversion": "Enable full speed conversion", "OptionEnableFullSpeedConversion": "Enable full speed conversion",

View File

@ -1,4 +1,6 @@
{ {
"MovieLibraryHelp": "Review the {0}Emby movie naming guide{1}.",
"TvLibraryHelp": "Review the {0}Emby TV naming guide{1}.",
"LabelPrevious": "Sebelumnya", "LabelPrevious": "Sebelumnya",
"LabelFinish": "Habis", "LabelFinish": "Habis",
"LabelNext": "Seterusnya", "LabelNext": "Seterusnya",
@ -1091,7 +1093,7 @@
"OptionAllowMediaPlaybackTranscodingHelp": "Users will receive friendly messages when content is unplayable based on policy.", "OptionAllowMediaPlaybackTranscodingHelp": "Users will receive friendly messages when content is unplayable based on policy.",
"TabStreaming": "Streaming", "TabStreaming": "Streaming",
"LabelRemoteClientBitrateLimit": "Internet streaming bitrate limit (Mbps):", "LabelRemoteClientBitrateLimit": "Internet streaming bitrate limit (Mbps):",
"LabelRemoteClientBitrateLimitHelp": "An optional streaming 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.", "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.",
"LabelConversionCpuCoreLimit": "CPU core limit:", "LabelConversionCpuCoreLimit": "CPU core limit:",
"LabelConversionCpuCoreLimitHelp": "Limit the number of CPU cores that will be used during sync conversion.", "LabelConversionCpuCoreLimitHelp": "Limit the number of CPU cores that will be used during sync conversion.",
"OptionEnableFullSpeedConversion": "Enable full speed conversion", "OptionEnableFullSpeedConversion": "Enable full speed conversion",

View File

@ -1,4 +1,6 @@
{ {
"MovieLibraryHelp": "Review the {0}Emby movie naming guide{1}.",
"TvLibraryHelp": "Review the {0}Emby TV naming guide{1}.",
"LabelPrevious": "Forrige", "LabelPrevious": "Forrige",
"LabelFinish": "Ferdig", "LabelFinish": "Ferdig",
"LabelNext": "Neste", "LabelNext": "Neste",

View File

@ -1,4 +1,6 @@
{ {
"MovieLibraryHelp": "Review the {0}Emby movie naming guide{1}.",
"TvLibraryHelp": "Review the {0}Emby TV naming guide{1}.",
"LabelPrevious": "Vorige", "LabelPrevious": "Vorige",
"LabelFinish": "Voltooien", "LabelFinish": "Voltooien",
"LabelNext": "Volgende", "LabelNext": "Volgende",

View File

@ -1,4 +1,6 @@
{ {
"MovieLibraryHelp": "Review the {0}Emby movie naming guide{1}.",
"TvLibraryHelp": "Review the {0}Emby TV naming guide{1}.",
"LabelPrevious": "Wstecz", "LabelPrevious": "Wstecz",
"LabelFinish": "Zako\u0144cz", "LabelFinish": "Zako\u0144cz",
"LabelNext": "Dalej", "LabelNext": "Dalej",

View File

@ -1,4 +1,6 @@
{ {
"MovieLibraryHelp": "Review the {0}Emby movie naming guide{1}.",
"TvLibraryHelp": "Review the {0}Emby TV naming guide{1}.",
"LabelPrevious": "Anterior", "LabelPrevious": "Anterior",
"LabelFinish": "Finalizar", "LabelFinish": "Finalizar",
"LabelNext": "Pr\u00f3ximo", "LabelNext": "Pr\u00f3ximo",

View File

@ -1,4 +1,6 @@
{ {
"MovieLibraryHelp": "Review the {0}Emby movie naming guide{1}.",
"TvLibraryHelp": "Review the {0}Emby TV naming guide{1}.",
"LabelPrevious": "Anterior", "LabelPrevious": "Anterior",
"LabelFinish": "Terminar", "LabelFinish": "Terminar",
"LabelNext": "Seguinte", "LabelNext": "Seguinte",

View File

@ -1,4 +1,6 @@
{ {
"MovieLibraryHelp": "Review the {0}Emby movie naming guide{1}.",
"TvLibraryHelp": "Review the {0}Emby TV naming guide{1}.",
"LabelPrevious": "Anteriorul", "LabelPrevious": "Anteriorul",
"LabelFinish": "Termina", "LabelFinish": "Termina",
"LabelNext": "Urmatorul", "LabelNext": "Urmatorul",
@ -1091,7 +1093,7 @@
"OptionAllowMediaPlaybackTranscodingHelp": "Users will receive friendly messages when content is unplayable based on policy.", "OptionAllowMediaPlaybackTranscodingHelp": "Users will receive friendly messages when content is unplayable based on policy.",
"TabStreaming": "Streaming", "TabStreaming": "Streaming",
"LabelRemoteClientBitrateLimit": "Internet streaming bitrate limit (Mbps):", "LabelRemoteClientBitrateLimit": "Internet streaming bitrate limit (Mbps):",
"LabelRemoteClientBitrateLimitHelp": "An optional streaming 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.", "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.",
"LabelConversionCpuCoreLimit": "CPU core limit:", "LabelConversionCpuCoreLimit": "CPU core limit:",
"LabelConversionCpuCoreLimitHelp": "Limit the number of CPU cores that will be used during sync conversion.", "LabelConversionCpuCoreLimitHelp": "Limit the number of CPU cores that will be used during sync conversion.",
"OptionEnableFullSpeedConversion": "Enable full speed conversion", "OptionEnableFullSpeedConversion": "Enable full speed conversion",

View File

@ -1,4 +1,6 @@
{ {
"MovieLibraryHelp": "Review the {0}Emby movie naming guide{1}.",
"TvLibraryHelp": "Review the {0}Emby TV naming guide{1}.",
"LabelPrevious": "\u041f\u0440\u0435\u0434\u044b\u0434\u0443\u0449\u0435\u0435", "LabelPrevious": "\u041f\u0440\u0435\u0434\u044b\u0434\u0443\u0449\u0435\u0435",
"LabelFinish": "\u0417\u0430\u0432\u0435\u0440\u0448\u0438\u0442\u044c", "LabelFinish": "\u0417\u0430\u0432\u0435\u0440\u0448\u0438\u0442\u044c",
"LabelNext": "\u0421\u043b\u0435\u0434\u0443\u044e\u0449\u0435\u0435", "LabelNext": "\u0421\u043b\u0435\u0434\u0443\u044e\u0449\u0435\u0435",

View File

@ -1,4 +1,6 @@
{ {
"MovieLibraryHelp": "Review the {0}Emby movie naming guide{1}.",
"TvLibraryHelp": "Review the {0}Emby TV naming guide{1}.",
"LabelPrevious": "Predch\u00e1dzaj\u00face", "LabelPrevious": "Predch\u00e1dzaj\u00face",
"LabelFinish": "Ukon\u010di\u0165", "LabelFinish": "Ukon\u010di\u0165",
"LabelNext": "\u010ealej", "LabelNext": "\u010ealej",
@ -1091,7 +1093,7 @@
"OptionAllowMediaPlaybackTranscodingHelp": "Users will receive friendly messages when content is unplayable based on policy.", "OptionAllowMediaPlaybackTranscodingHelp": "Users will receive friendly messages when content is unplayable based on policy.",
"TabStreaming": "Streaming", "TabStreaming": "Streaming",
"LabelRemoteClientBitrateLimit": "Internet streaming bitrate limit (Mbps):", "LabelRemoteClientBitrateLimit": "Internet streaming bitrate limit (Mbps):",
"LabelRemoteClientBitrateLimitHelp": "An optional streaming 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.", "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.",
"LabelConversionCpuCoreLimit": "CPU core limit:", "LabelConversionCpuCoreLimit": "CPU core limit:",
"LabelConversionCpuCoreLimitHelp": "Limit the number of CPU cores that will be used during sync conversion.", "LabelConversionCpuCoreLimitHelp": "Limit the number of CPU cores that will be used during sync conversion.",
"OptionEnableFullSpeedConversion": "Enable full speed conversion", "OptionEnableFullSpeedConversion": "Enable full speed conversion",

View File

@ -1,4 +1,6 @@
{ {
"MovieLibraryHelp": "Review the {0}Emby movie naming guide{1}.",
"TvLibraryHelp": "Review the {0}Emby TV naming guide{1}.",
"LabelPrevious": "Nazaj", "LabelPrevious": "Nazaj",
"LabelFinish": "Konec", "LabelFinish": "Konec",
"LabelNext": "Naprej", "LabelNext": "Naprej",
@ -1091,7 +1093,7 @@
"OptionAllowMediaPlaybackTranscodingHelp": "Users will receive friendly messages when content is unplayable based on policy.", "OptionAllowMediaPlaybackTranscodingHelp": "Users will receive friendly messages when content is unplayable based on policy.",
"TabStreaming": "Streaming", "TabStreaming": "Streaming",
"LabelRemoteClientBitrateLimit": "Internet streaming bitrate limit (Mbps):", "LabelRemoteClientBitrateLimit": "Internet streaming bitrate limit (Mbps):",
"LabelRemoteClientBitrateLimitHelp": "An optional streaming 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.", "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.",
"LabelConversionCpuCoreLimit": "CPU core limit:", "LabelConversionCpuCoreLimit": "CPU core limit:",
"LabelConversionCpuCoreLimitHelp": "Limit the number of CPU cores that will be used during sync conversion.", "LabelConversionCpuCoreLimitHelp": "Limit the number of CPU cores that will be used during sync conversion.",
"OptionEnableFullSpeedConversion": "Enable full speed conversion", "OptionEnableFullSpeedConversion": "Enable full speed conversion",

View File

@ -1,4 +1,6 @@
{ {
"MovieLibraryHelp": "Review the {0}Emby movie naming guide{1}.",
"TvLibraryHelp": "Review the {0}Emby TV naming guide{1}.",
"LabelPrevious": "F\u00f6reg\u00e5ende", "LabelPrevious": "F\u00f6reg\u00e5ende",
"LabelFinish": "Klart", "LabelFinish": "Klart",
"LabelNext": "N\u00e4sta", "LabelNext": "N\u00e4sta",

View File

@ -1,4 +1,6 @@
{ {
"MovieLibraryHelp": "Review the {0}Emby movie naming guide{1}.",
"TvLibraryHelp": "Review the {0}Emby TV naming guide{1}.",
"LabelPrevious": "\u00d6nceki", "LabelPrevious": "\u00d6nceki",
"LabelFinish": "Bitir", "LabelFinish": "Bitir",
"LabelNext": "Sonraki", "LabelNext": "Sonraki",
@ -1091,7 +1093,7 @@
"OptionAllowMediaPlaybackTranscodingHelp": "Users will receive friendly messages when content is unplayable based on policy.", "OptionAllowMediaPlaybackTranscodingHelp": "Users will receive friendly messages when content is unplayable based on policy.",
"TabStreaming": "Streaming", "TabStreaming": "Streaming",
"LabelRemoteClientBitrateLimit": "Internet streaming bitrate limit (Mbps):", "LabelRemoteClientBitrateLimit": "Internet streaming bitrate limit (Mbps):",
"LabelRemoteClientBitrateLimitHelp": "An optional streaming 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.", "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.",
"LabelConversionCpuCoreLimit": "CPU core limit:", "LabelConversionCpuCoreLimit": "CPU core limit:",
"LabelConversionCpuCoreLimitHelp": "Limit the number of CPU cores that will be used during sync conversion.", "LabelConversionCpuCoreLimitHelp": "Limit the number of CPU cores that will be used during sync conversion.",
"OptionEnableFullSpeedConversion": "Enable full speed conversion", "OptionEnableFullSpeedConversion": "Enable full speed conversion",

View File

@ -1,4 +1,6 @@
{ {
"MovieLibraryHelp": "Review the {0}Emby movie naming guide{1}.",
"TvLibraryHelp": "Review the {0}Emby TV naming guide{1}.",
"LabelPrevious": "\u041d\u0430\u0437\u0430\u0434", "LabelPrevious": "\u041d\u0430\u0437\u0430\u0434",
"LabelFinish": "Finish", "LabelFinish": "Finish",
"LabelNext": "\u0412\u043f\u0435\u0440\u0435\u0434", "LabelNext": "\u0412\u043f\u0435\u0440\u0435\u0434",
@ -1091,7 +1093,7 @@
"OptionAllowMediaPlaybackTranscodingHelp": "Users will receive friendly messages when content is unplayable based on policy.", "OptionAllowMediaPlaybackTranscodingHelp": "Users will receive friendly messages when content is unplayable based on policy.",
"TabStreaming": "Streaming", "TabStreaming": "Streaming",
"LabelRemoteClientBitrateLimit": "Internet streaming bitrate limit (Mbps):", "LabelRemoteClientBitrateLimit": "Internet streaming bitrate limit (Mbps):",
"LabelRemoteClientBitrateLimitHelp": "An optional streaming 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.", "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.",
"LabelConversionCpuCoreLimit": "CPU core limit:", "LabelConversionCpuCoreLimit": "CPU core limit:",
"LabelConversionCpuCoreLimitHelp": "Limit the number of CPU cores that will be used during sync conversion.", "LabelConversionCpuCoreLimitHelp": "Limit the number of CPU cores that will be used during sync conversion.",
"OptionEnableFullSpeedConversion": "Enable full speed conversion", "OptionEnableFullSpeedConversion": "Enable full speed conversion",

View File

@ -1,4 +1,6 @@
{ {
"MovieLibraryHelp": "Review the {0}Emby movie naming guide{1}.",
"TvLibraryHelp": "Review the {0}Emby TV naming guide{1}.",
"LabelPrevious": "Tr\u01b0\u1edbc", "LabelPrevious": "Tr\u01b0\u1edbc",
"LabelFinish": "K\u1ebft th\u00fac", "LabelFinish": "K\u1ebft th\u00fac",
"LabelNext": "Ti\u1ebfp theo", "LabelNext": "Ti\u1ebfp theo",
@ -1091,7 +1093,7 @@
"OptionAllowMediaPlaybackTranscodingHelp": "Users will receive friendly messages when content is unplayable based on policy.", "OptionAllowMediaPlaybackTranscodingHelp": "Users will receive friendly messages when content is unplayable based on policy.",
"TabStreaming": "Streaming", "TabStreaming": "Streaming",
"LabelRemoteClientBitrateLimit": "Internet streaming bitrate limit (Mbps):", "LabelRemoteClientBitrateLimit": "Internet streaming bitrate limit (Mbps):",
"LabelRemoteClientBitrateLimitHelp": "An optional streaming 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.", "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.",
"LabelConversionCpuCoreLimit": "CPU core limit:", "LabelConversionCpuCoreLimit": "CPU core limit:",
"LabelConversionCpuCoreLimitHelp": "Limit the number of CPU cores that will be used during sync conversion.", "LabelConversionCpuCoreLimitHelp": "Limit the number of CPU cores that will be used during sync conversion.",
"OptionEnableFullSpeedConversion": "Enable full speed conversion", "OptionEnableFullSpeedConversion": "Enable full speed conversion",

View File

@ -1,4 +1,6 @@
{ {
"MovieLibraryHelp": "Review the {0}Emby movie naming guide{1}.",
"TvLibraryHelp": "Review the {0}Emby TV naming guide{1}.",
"LabelPrevious": "\u4e0a\u4e00\u4e2a", "LabelPrevious": "\u4e0a\u4e00\u4e2a",
"LabelFinish": "\u5b8c\u6210", "LabelFinish": "\u5b8c\u6210",
"LabelNext": "\u4e0b\u4e00\u4e2a", "LabelNext": "\u4e0b\u4e00\u4e2a",
@ -1091,7 +1093,7 @@
"OptionAllowMediaPlaybackTranscodingHelp": "Users will receive friendly messages when content is unplayable based on policy.", "OptionAllowMediaPlaybackTranscodingHelp": "Users will receive friendly messages when content is unplayable based on policy.",
"TabStreaming": "Streaming", "TabStreaming": "Streaming",
"LabelRemoteClientBitrateLimit": "Internet streaming bitrate limit (Mbps):", "LabelRemoteClientBitrateLimit": "Internet streaming bitrate limit (Mbps):",
"LabelRemoteClientBitrateLimitHelp": "An optional streaming 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.", "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.",
"LabelConversionCpuCoreLimit": "CPU \u6838\u9650\u5236\uff1a", "LabelConversionCpuCoreLimit": "CPU \u6838\u9650\u5236\uff1a",
"LabelConversionCpuCoreLimitHelp": "\u9650\u5236\u540c\u6b65\u8f6c\u6362\u65f6\u4f7f\u7528\u7684 CPU \u6838\u6570\u3002", "LabelConversionCpuCoreLimitHelp": "\u9650\u5236\u540c\u6b65\u8f6c\u6362\u65f6\u4f7f\u7528\u7684 CPU \u6838\u6570\u3002",
"OptionEnableFullSpeedConversion": "Enable full speed conversion", "OptionEnableFullSpeedConversion": "Enable full speed conversion",

View File

@ -1,4 +1,6 @@
{ {
"MovieLibraryHelp": "Review the {0}Emby movie naming guide{1}.",
"TvLibraryHelp": "Review the {0}Emby TV naming guide{1}.",
"LabelPrevious": "\u524d\u4e00\u500b", "LabelPrevious": "\u524d\u4e00\u500b",
"LabelFinish": "\u5b8c\u6210", "LabelFinish": "\u5b8c\u6210",
"LabelNext": "\u4e0b\u4e00\u500b", "LabelNext": "\u4e0b\u4e00\u500b",
@ -1091,7 +1093,7 @@
"OptionAllowMediaPlaybackTranscodingHelp": "Users will receive friendly messages when content is unplayable based on policy.", "OptionAllowMediaPlaybackTranscodingHelp": "Users will receive friendly messages when content is unplayable based on policy.",
"TabStreaming": "Streaming", "TabStreaming": "Streaming",
"LabelRemoteClientBitrateLimit": "Internet streaming bitrate limit (Mbps):", "LabelRemoteClientBitrateLimit": "Internet streaming bitrate limit (Mbps):",
"LabelRemoteClientBitrateLimitHelp": "An optional streaming 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.", "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.",
"LabelConversionCpuCoreLimit": "CPU \u6838\u5fc3\u6578\u76ee\u9650\u5236\uff1a", "LabelConversionCpuCoreLimit": "CPU \u6838\u5fc3\u6578\u76ee\u9650\u5236\uff1a",
"LabelConversionCpuCoreLimitHelp": "\u8f49\u6a94\u6642\uff0c\u53ea\u6703\u4f7f\u7528\u9650\u5236 CPU \u6838\u5fc3\u6578\u76ee", "LabelConversionCpuCoreLimitHelp": "\u8f49\u6a94\u6642\uff0c\u53ea\u6703\u4f7f\u7528\u9650\u5236 CPU \u6838\u5fc3\u6578\u76ee",
"OptionEnableFullSpeedConversion": "\u5141\u8a31\u5168\u901f\u8f49\u6a94", "OptionEnableFullSpeedConversion": "\u5141\u8a31\u5168\u901f\u8f49\u6a94",

View File

@ -1,4 +1,6 @@
{ {
"MovieLibraryHelp": "Review the {0}Emby movie naming guide{1}.",
"TvLibraryHelp": "Review the {0}Emby TV naming guide{1}.",
"LabelPrevious": "\u4e0a\u4e00\u500b", "LabelPrevious": "\u4e0a\u4e00\u500b",
"LabelFinish": "\u5b8c\u6210", "LabelFinish": "\u5b8c\u6210",
"LabelNext": "\u4e0b\u4e00\u500b", "LabelNext": "\u4e0b\u4e00\u500b",
@ -1091,7 +1093,7 @@
"OptionAllowMediaPlaybackTranscodingHelp": "Users will receive friendly messages when content is unplayable based on policy.", "OptionAllowMediaPlaybackTranscodingHelp": "Users will receive friendly messages when content is unplayable based on policy.",
"TabStreaming": "Streaming", "TabStreaming": "Streaming",
"LabelRemoteClientBitrateLimit": "Internet streaming bitrate limit (Mbps):", "LabelRemoteClientBitrateLimit": "Internet streaming bitrate limit (Mbps):",
"LabelRemoteClientBitrateLimitHelp": "An optional streaming 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.", "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.",
"LabelConversionCpuCoreLimit": "CPU core limit:", "LabelConversionCpuCoreLimit": "CPU core limit:",
"LabelConversionCpuCoreLimitHelp": "Limit the number of CPU cores that will be used during sync conversion.", "LabelConversionCpuCoreLimitHelp": "Limit the number of CPU cores that will be used during sync conversion.",
"OptionEnableFullSpeedConversion": "Enable full speed conversion", "OptionEnableFullSpeedConversion": "Enable full speed conversion",

View File

@ -91,9 +91,9 @@
<div class="inputContainer"> <div class="inputContainer">
<input is="emby-input" type="number" id="txtRemoteClientBitrateLimit" pattern="[0-9]*" min="0" step=".25" label="${LabelRemoteClientBitrateLimit}" /> <input is="emby-input" type="number" id="txtRemoteClientBitrateLimit" pattern="[0-9]*" min="0" step=".25" label="${LabelRemoteClientBitrateLimit}" />
<div class="fieldDescription">${LabelRemoteClientBitrateLimitHelp}</div> <div class="fieldDescription">${LabelRemoteClientBitrateLimitHelp}</div>
<div class="fieldDescription">${LabelUserRemoteClientBitrateLimitHelp}</div>
</div> </div>
<div> <div>
<br />
<h3 class="checkboxListLabel">${HeaderRemoteControl}</h3> <h3 class="checkboxListLabel">${HeaderRemoteControl}</h3>
<div class="checkboxList paperList" style="padding:.5em 1em;"> <div class="checkboxList paperList" style="padding:.5em 1em;">
<label> <label>