expand display settings

This commit is contained in:
Luke Pulverenti 2017-10-05 14:02:31 -04:00
parent 785230eb8e
commit e5f32b2f90
81 changed files with 1275 additions and 297 deletions

View File

@ -1 +1 @@
define(["appStorage","events"],function(appStorage,events){"use strict";function getKey(name,userId){return userId&&(name=userId+"-"+name),name}function AppSettings(){}return AppSettings.prototype.enableAutoLogin=function(val){return null!=val&&this.set("enableAutoLogin",val.toString()),"false"!==this.get("enableAutoLogin")},AppSettings.prototype.enableAutomaticBitrateDetection=function(isInNetwork,mediaType,val){var key="enableautobitratebitrate-"+mediaType+"-"+isInNetwork;return null!=val&&(isInNetwork&&"Audio"===mediaType&&(val=!0),this.set(key,val.toString())),!(!isInNetwork||"Audio"!==mediaType)||"false"!==this.get(key)},AppSettings.prototype.maxStreamingBitrate=function(isInNetwork,mediaType,val){var key="maxbitrate-"+mediaType+"-"+isInNetwork;return null!=val&&(isInNetwork&&"Audio"===mediaType||this.set(key,val)),isInNetwork&&"Audio"===mediaType?15e7:parseInt(this.get(key)||"0")||15e5},AppSettings.prototype.maxStaticMusicBitrate=function(val){void 0!==val&&this.set("maxStaticMusicBitrate",val);var defaultValue=32e4;return parseInt(this.get("maxStaticMusicBitrate")||defaultValue.toString())||defaultValue},AppSettings.prototype.maxChromecastBitrate=function(val){return null!=val&&this.set("chromecastBitrate1",val),val=this.get("chromecastBitrate1"),val?parseInt(val):null},AppSettings.prototype.syncOnlyOnWifi=function(val){return null!=val&&this.set("syncOnlyOnWifi",val.toString()),"false"!==this.get("syncOnlyOnWifi")},AppSettings.prototype.syncPath=function(val){return null!=val&&this.set("syncPath",val),this.get("syncPath")},AppSettings.prototype.cameraUploadServers=function(val){return null!=val&&this.set("cameraUploadServers",val.join(",")),val=this.get("cameraUploadServers"),val?val.split(","):[]},AppSettings.prototype.set=function(name,value,userId){var currentValue=this.get(name,userId);appStorage.setItem(getKey(name,userId),value),currentValue!==value&&events.trigger(this,"change",[name])},AppSettings.prototype.get=function(name,userId){return appStorage.getItem(getKey(name,userId))},AppSettings.prototype.enableSystemExternalPlayers=function(val){return null!=val&&this.set("enableSystemExternalPlayers",val.toString()),"true"===this.get("enableSystemExternalPlayers")},new AppSettings}); define(["appStorage","events"],function(appStorage,events){"use strict";function getKey(name,userId){return userId&&(name=userId+"-"+name),name}function AppSettings(){}return AppSettings.prototype.enableAutoLogin=function(val){return null!=val&&this.set("enableAutoLogin",val.toString()),"false"!==this.get("enableAutoLogin")},AppSettings.prototype.enableAutomaticBitrateDetection=function(isInNetwork,mediaType,val){var key="enableautobitratebitrate-"+mediaType+"-"+isInNetwork;return null!=val&&(isInNetwork&&"Audio"===mediaType&&(val=!0),this.set(key,val.toString())),!(!isInNetwork||"Audio"!==mediaType)||"false"!==this.get(key)},AppSettings.prototype.maxStreamingBitrate=function(isInNetwork,mediaType,val){var key="maxbitrate-"+mediaType+"-"+isInNetwork;return null!=val&&(isInNetwork&&"Audio"===mediaType||this.set(key,val)),isInNetwork&&"Audio"===mediaType?15e7:parseInt(this.get(key)||"0")||15e5},AppSettings.prototype.maxStaticMusicBitrate=function(val){void 0!==val&&this.set("maxStaticMusicBitrate",val);var defaultValue=32e4;return parseInt(this.get("maxStaticMusicBitrate")||defaultValue.toString())||defaultValue},AppSettings.prototype.maxChromecastBitrate=function(val){return null!=val&&this.set("chromecastBitrate1",val),val=this.get("chromecastBitrate1"),val?parseInt(val):null},AppSettings.prototype.syncOnlyOnWifi=function(val){return null!=val&&this.set("syncOnlyOnWifi",val.toString()),"false"!==this.get("syncOnlyOnWifi")},AppSettings.prototype.syncPath=function(val){return null!=val&&this.set("syncPath",val),this.get("syncPath")},AppSettings.prototype.cameraUploadServers=function(val){return null!=val&&this.set("cameraUploadServers",val.join(",")),val=this.get("cameraUploadServers"),val?val.split(","):[]},AppSettings.prototype.runAtStartup=function(val){return null!=val&&this.set("runatstartup",val.toString()),"true"===this.get("runatstartup")},AppSettings.prototype.set=function(name,value,userId){var currentValue=this.get(name,userId);appStorage.setItem(getKey(name,userId),value),currentValue!==value&&events.trigger(this,"change",[name])},AppSettings.prototype.get=function(name,userId){return appStorage.getItem(getKey(name,userId))},AppSettings.prototype.enableSystemExternalPlayers=function(val){return null!=val&&this.set("enableSystemExternalPlayers",val.toString()),"true"===this.get("enableSystemExternalPlayers")},new AppSettings});

File diff suppressed because one or more lines are too long

View File

@ -0,0 +1,125 @@
<form style="margin: 0 auto;">
<h1 class="sectionTitle">
${Display}
</h1>
<div class="selectContainer languageSection hide">
<select id="selectLanguage" is="emby-select" label="${LabelDisplayLanguage}">
<option value="">${Auto}</option>
<option value="ar">Arabic</option>
<option value="bg-BG">Bulgarian (Bulgaria)</option>
<option value="ca">Catalan</option>
<option value="zh-CN">Chinese Simplified</option>
<option value="zh-TW">Chinese Traditional</option>
<option value="hr">Croatian</option>
<option value="cs">Czech</option>
<option value="da">Danish</option>
<option value="nl">Dutch</option>
<option value="en-GB">English (United Kingdom)</option>
<option value="en-US">English (United States)</option>
<option value="fi">Finnish</option>
<option value="fr">French</option>
<option value="de">German</option>
<option value="el">Greek</option>
<option value="he">Hebrew</option>
<option value="hu">Hungarian</option>
<option value="id">Indonesian</option>
<option value="it">Italian</option>
<option value="ja">Japanese</option>
<option value="kk">Kazakh</option>
<option value="ko">Korean</option>
<option value="lt-LT">Lithuanian</option>
<option value="nb">Norwegian Bokmål</option>
<option value="fa">Persian</option>
<option value="pl">Polish</option>
<option value="pt-BR">Portuguese (Brazil)</option>
<option value="pt-PT">Portuguese (Portugal)</option>
<option value="ru">Russian</option>
<option value="sl-SI">Slovenian (Slovenia)</option>
<option value="es-ES">Spanish</option>
<option value="es-419">Spanish (Latin America)</option>
<option value="es-MX">Spanish (Mexico)</option>
<option value="sv">Swedish</option>
<option value="tr">Turkish</option>
<option value="uk">Ukrainian</option>
<option value="vi">Vietnamese</option>
</select>
<div class="fieldDescription">
<div>${LabelDisplayLanguageHelp}</div>
<div style="margin-top: .25em;">
<a is="emby-linkbutton" class="button-link" href="http://emby.media/community/index.php?/topic/5727-join-our-translation-team" target="_blank">${LearnHowYouCanContribute}</a>
</div>
</div>
</div>
<div class="selectContainer fldDisplayMode hide">
<select is="emby-select" class="selectLayout" label="${LabelDisplayMode}">
<option value="">${Auto}</option>
<option value="desktop">${Desktop}</option>
<option value="mobile">${Mobile}</option>
<option value="tv">${TV}</option>
</select>
<div class="fieldDescription">${DisplayModeHelp}</div>
</div>
<div class="selectContainer hide selectSkinContainer">
<select is="emby-select" class="selectSkin" label="${LabelSkin}"></select>
</div>
<div class="selectContainer">
<select id="selectTheme" is="emby-select" label="${LabelTheme}"></select>
<div class="fieldDescription">${FeatureRequiresEmbyPremiere}</div>
</div>
<div class="selectContainer selectDashboardThemeContainer hide">
<select id="selectDashboardTheme" is="emby-select" label="${LabelDashboardTheme}"></select>
<div class="fieldDescription">${FeatureRequiresEmbyPremiere}</div>
</div>
<div class="selectContainer hide selectScreensaverContainer">
<select is="emby-select" class="selectScreensaver" label="${LabelScreensaver}"></select>
</div>
<div class="selectContainer fldSoundEffects hide">
<select is="emby-select" class="selectSoundEffects" label="${LabelSoundEffects}"></select>
</div>
<div class="checkboxContainer checkboxContainer-withDescription">
<label>
<input type="checkbox" is="emby-checkbox" id="chkBackdrops" />
<span>${EnableBackdrops}</span>
</label>
<div class="fieldDescription checkboxFieldDescription">${EnableBackdropsHelp}</div>
</div>
<div class="checkboxContainer checkboxContainer-withDescription">
<label>
<input type="checkbox" is="emby-checkbox" id="chkThemeSong" />
<span>${EnableThemeSongs}</span>
</label>
<div class="fieldDescription checkboxFieldDescription">${EnableThemeSongsHelp}</div>
</div>
<div class="checkboxContainer checkboxContainer-withDescription">
<label>
<input type="checkbox" is="emby-checkbox" id="chkThemeVideo" />
<span>${EnableThemeVideos}</span>
</label>
<div class="fieldDescription checkboxFieldDescription">${EnableThemeVideosHelp}</div>
</div>
<div class="checkboxContainer hide fldAutorun">
<label>
<input type="checkbox" is="emby-checkbox" class="chkRunAtStartup" />
<span>${RunAtStartup}</span>
</label>
</div>
<div class="checkboxContainer checkboxContainer-withDescription">
<label>
<input type="checkbox" is="emby-checkbox" class="chkDisplayMissingEpisodes" />
<span>${DisplayMissingEpisodesWithinSeasons}</span>
</label>
<div class="fieldDescription checkboxFieldDescription">${DisplayMissingEpisodesWithinSeasonsHelp}</div>
</div>
<button is="emby-button" type="submit" class="raised button-submit block btnSave hide">
<span>${Save}</span>
</button>
</form>

File diff suppressed because one or more lines are too long

File diff suppressed because one or more lines are too long

View File

@ -1,4 +1,15 @@
{ {
"RunAtStartup": "Run at startup",
"Desktop": "Desktop",
"Mobile": "Mobile \/ Tablet",
"TV": "TV",
"LabelDisplayMode": "Display mode:",
"DisplayModeHelp": "Select the type of screen you're running Emby on.",
"EnableThemeVideos": "Enable theme videos",
"EnableThemeVideosHelp": "If enabled, theme videos will be played in the background while browsing the library.",
"LabelScreensaver": "Screensaver:",
"LabelSoundEffects": "Sound effects:",
"LabelSkin": "Skin:",
"MessageUnlockAppWithPurchaseOrSupporter": "Unlock this feature with a small one-time purchase, or with an active Emby Premiere subscription.", "MessageUnlockAppWithPurchaseOrSupporter": "Unlock this feature with a small one-time purchase, or with an active Emby Premiere subscription.",
"MessageUnlockAppWithSupporter": "Unlock this feature with an active Emby Premiere subscription.", "MessageUnlockAppWithSupporter": "Unlock this feature with an active Emby Premiere subscription.",
"MessageToValidateSupporter": "If you have an active Emby Premiere subscription, ensure you've setup Emby Premiere in your Emby Server Dashboard, which you can access by clicking Emby Premiere within the main menu.", "MessageToValidateSupporter": "If you have an active Emby Premiere subscription, ensure you've setup Emby Premiere in your Emby Server Dashboard, which you can access by clicking Emby Premiere within the main menu.",
@ -70,8 +81,17 @@
"NewCollection": "New Collection", "NewCollection": "New Collection",
"LabelCollection": "Collection:", "LabelCollection": "Collection:",
"Help": "Help", "Help": "Help",
"LabelDisplayLanguage": "Display language:",
"LabelDisplayLanguageHelp": "Translating Emby is an ongoing project.",
"LearnHowYouCanContribute": "Learn how you can contribute.",
"NewCollectionHelp": "Collections allow you to create personalized groupings of movies and other library content.", "NewCollectionHelp": "Collections allow you to create personalized groupings of movies and other library content.",
"SearchForCollectionInternetMetadata": "Search the internet for artwork and metadata", "SearchForCollectionInternetMetadata": "Search the internet for artwork and metadata",
"DisplayMissingEpisodesWithinSeasons": "Display missing episodes within seasons",
"DisplayMissingEpisodesWithinSeasonsHelp": "This must also be enabled for TV libraries in Emby Server setup.",
"EnableThemeSongs": "Enable theme songs",
"EnableBackdrops": "Enable backdrops",
"EnableThemeSongsHelp": "If enabled, theme songs will be played in the background while browsing the library.",
"EnableBackdropsHelp": "If enabled, backdrops will be displayed in the background of some pages while browsing the library.",
"LabelName": "Name:", "LabelName": "Name:",
"NewCollectionNameExample": "Example: Star Wars Collection", "NewCollectionNameExample": "Example: Star Wars Collection",
"MessageItemsAdded": "Items added.", "MessageItemsAdded": "Items added.",
@ -80,6 +100,8 @@
"AddToPlaylist": "Add to playlist", "AddToPlaylist": "Add to playlist",
"HeaderAddToPlaylist": "Add to Playlist", "HeaderAddToPlaylist": "Add to Playlist",
"Subtitles": "Subtitles", "Subtitles": "Subtitles",
"LabelTheme": "Theme:",
"LabelDashboardTheme": "Server dashboard theme:",
"SearchForSubtitles": "Search for Subtitles", "SearchForSubtitles": "Search for Subtitles",
"LabelLanguage": "\u0627\u0644\u0644\u063a\u0629:", "LabelLanguage": "\u0627\u0644\u0644\u063a\u0629:",
"Search": "Search", "Search": "Search",
@ -181,6 +203,7 @@
"HeaderExternalIds": "External Ids:", "HeaderExternalIds": "External Ids:",
"HeaderDisplaySettings": "Display Settings", "HeaderDisplaySettings": "Display Settings",
"LabelDisplayOrder": "Display order:", "LabelDisplayOrder": "Display order:",
"Display": "Display",
"Countries": "Countries", "Countries": "Countries",
"Genres": "Genres", "Genres": "Genres",
"Studios": "Studios", "Studios": "Studios",

View File

@ -1,4 +1,15 @@
{ {
"RunAtStartup": "Run at startup",
"Desktop": "Desktop",
"Mobile": "Mobile \/ Tablet",
"TV": "TV",
"LabelDisplayMode": "Display mode:",
"DisplayModeHelp": "Select the type of screen you're running Emby on.",
"EnableThemeVideos": "Enable theme videos",
"EnableThemeVideosHelp": "If enabled, theme videos will be played in the background while browsing the library.",
"LabelScreensaver": "Screensaver:",
"LabelSoundEffects": "Sound effects:",
"LabelSkin": "Skin:",
"MessageUnlockAppWithPurchaseOrSupporter": "Unlock this feature with a small one-time purchase, or with an active Emby Premiere subscription.", "MessageUnlockAppWithPurchaseOrSupporter": "Unlock this feature with a small one-time purchase, or with an active Emby Premiere subscription.",
"MessageUnlockAppWithSupporter": "Unlock this feature with an active Emby Premiere subscription.", "MessageUnlockAppWithSupporter": "Unlock this feature with an active Emby Premiere subscription.",
"MessageToValidateSupporter": "If you have an active Emby Premiere subscription, ensure you've setup Emby Premiere in your Emby Server Dashboard, which you can access by clicking Emby Premiere within the main menu.", "MessageToValidateSupporter": "If you have an active Emby Premiere subscription, ensure you've setup Emby Premiere in your Emby Server Dashboard, which you can access by clicking Emby Premiere within the main menu.",
@ -70,16 +81,27 @@
"NewCollection": "\u041d\u043e\u0432\u0430 \u043a\u043e\u043b\u0435\u043a\u0446\u0438\u044f", "NewCollection": "\u041d\u043e\u0432\u0430 \u043a\u043e\u043b\u0435\u043a\u0446\u0438\u044f",
"LabelCollection": "\u041a\u043e\u043b\u0435\u043a\u0446\u0438\u044f:", "LabelCollection": "\u041a\u043e\u043b\u0435\u043a\u0446\u0438\u044f:",
"Help": "\u041f\u043e\u043c\u043e\u0449", "Help": "\u041f\u043e\u043c\u043e\u0449",
"LabelDisplayLanguage": "Display language:",
"LabelDisplayLanguageHelp": "Translating Emby is an ongoing project.",
"LearnHowYouCanContribute": "Learn how you can contribute.",
"NewCollectionHelp": "Collections allow you to create personalized groupings of movies and other library content.", "NewCollectionHelp": "Collections allow you to create personalized groupings of movies and other library content.",
"SearchForCollectionInternetMetadata": "\u0422\u044a\u0440\u0441\u0438 \u0432 \u0418\u043d\u0442\u0435\u0440\u043d\u0435\u0442 \u0437\u0430 \u0438\u0437\u043a\u0443\u0441\u0442\u0432\u043e \u0438 \u043c\u0435\u0442\u0430 \u0438\u043d\u0444\u043e\u0440\u043c\u0430\u0446\u0438\u044f", "SearchForCollectionInternetMetadata": "\u0422\u044a\u0440\u0441\u0438 \u0432 \u0418\u043d\u0442\u0435\u0440\u043d\u0435\u0442 \u0437\u0430 \u0438\u0437\u043a\u0443\u0441\u0442\u0432\u043e \u0438 \u043c\u0435\u0442\u0430 \u0438\u043d\u0444\u043e\u0440\u043c\u0430\u0446\u0438\u044f",
"DisplayMissingEpisodesWithinSeasons": "Display missing episodes within seasons",
"DisplayMissingEpisodesWithinSeasonsHelp": "This must also be enabled for TV libraries in Emby Server setup.",
"EnableThemeSongs": "Enable theme songs",
"EnableBackdrops": "Enable backdrops",
"EnableThemeSongsHelp": "If enabled, theme songs will be played in the background while browsing the library.",
"EnableBackdropsHelp": "If enabled, backdrops will be displayed in the background of some pages while browsing the library.",
"LabelName": "\u0418\u043c\u0435:", "LabelName": "\u0418\u043c\u0435:",
"NewCollectionNameExample": "\u041f\u0440\u0438\u043c\u0435\u0440: \u043a\u043e\u043b\u0435\u043a\u0446\u0438\u044f \u041c\u0435\u0436\u0434\u0443\u0437\u0432\u0435\u0437\u0434\u043d\u0438 \u0432\u043e\u0439\u043d\u0438", "NewCollectionNameExample": "\u041f\u0440\u0438\u043c\u0435\u0440: \u043a\u043e\u043b\u0435\u043a\u0446\u0438\u044f \u041c\u0435\u0436\u0434\u0443\u0437\u0432\u0435\u0437\u0434\u043d\u0438 \u0432\u043e\u0439\u043d\u0438",
"MessageItemsAdded": "Items added.", "MessageItemsAdded": "Items added.",
"OptionNew": "New...", "OptionNew": "New...",
"LabelPlaylist": "Playlist:", "LabelPlaylist": "Playlist:",
"AddToPlaylist": "Add to playlist", "AddToPlaylist": "\u0414\u043e\u0431\u0430\u0432\u044f\u043d\u0435 \u043a\u044a\u043c \u0441\u043f\u0438\u0441\u044a\u043a",
"HeaderAddToPlaylist": "Add to Playlist", "HeaderAddToPlaylist": "\u0414\u043e\u0431\u0430\u0432\u044f\u043d\u0435 \u043a\u044a\u043c \u0441\u043f\u0438\u0441\u044a\u043a",
"Subtitles": "\u0421\u0443\u0431\u0442\u0438\u0442\u0440\u0438", "Subtitles": "\u0421\u0443\u0431\u0442\u0438\u0442\u0440\u0438",
"LabelTheme": "Theme:",
"LabelDashboardTheme": "Server dashboard theme:",
"SearchForSubtitles": "Search for Subtitles", "SearchForSubtitles": "Search for Subtitles",
"LabelLanguage": "\u0415\u0437\u0438\u043a:", "LabelLanguage": "\u0415\u0437\u0438\u043a:",
"Search": "\u0422\u044a\u0440\u0441\u0435\u043d\u0435", "Search": "\u0422\u044a\u0440\u0441\u0435\u043d\u0435",
@ -89,9 +111,9 @@
"ConfirmDeletion": "Confirm Deletion", "ConfirmDeletion": "Confirm Deletion",
"MySubtitles": "My Subtitles", "MySubtitles": "My Subtitles",
"MessageDownloadQueued": "Download queued.", "MessageDownloadQueued": "Download queued.",
"EditSubtitles": "Edit subtitles", "EditSubtitles": "\u0420\u0435\u0434\u0430\u043a\u0442\u0438\u0440\u0430\u043d\u0435 \u043d\u0430 \u0441\u0443\u0431\u0442\u0438\u0442\u0440\u0438\u0442\u0435",
"UnlockGuide": "Unlock Guide", "UnlockGuide": "Unlock Guide",
"RefreshMetadata": "Refresh metadata", "RefreshMetadata": "\u041e\u043f\u0440\u0435\u0441\u043d\u044f\u0432\u0430\u043d\u0435 \u043d\u0430 \u043c\u0435\u0442\u0430\u0434\u0430\u043d\u043d\u0438\u0442\u0435",
"ReplaceExistingImages": "Replace existing images", "ReplaceExistingImages": "Replace existing images",
"ReplaceAllMetadata": "Replace all metadata", "ReplaceAllMetadata": "Replace all metadata",
"SearchForMissingMetadata": "Search for missing metadata", "SearchForMissingMetadata": "Search for missing metadata",
@ -112,10 +134,10 @@
"Play": "\u041f\u0443\u0441\u043a\u0430\u043d\u0435", "Play": "\u041f\u0443\u0441\u043a\u0430\u043d\u0435",
"AddToPlayQueue": "Add to play queue", "AddToPlayQueue": "Add to play queue",
"Shuffle": "Shuffle", "Shuffle": "Shuffle",
"Identify": "Identify", "Identify": "\u0420\u0430\u0437\u043f\u043e\u0437\u043d\u0430\u0432\u0430\u043d\u0435",
"EditImages": "Edit images", "EditImages": "\u0420\u0435\u0434\u0430\u043a\u0442\u0438\u0440\u0430\u043d\u0435 \u043d\u0430 \u0438\u0437\u043e\u0431\u0440\u0430\u0436\u0435\u043d\u0438\u044f\u0442\u0430",
"EditInfo": "Edit info", "EditInfo": "\u0420\u0435\u0434\u0430\u043a\u0442\u0438\u0440\u0430\u043d\u0435 \u043d\u0430 \u0434\u0430\u043d\u043d\u0438\u0442\u0435",
"Sync": "Sync", "Sync": "\u0421\u0438\u043d\u0445\u0440\u043e\u043d\u0438\u0437\u0438\u0440\u0430\u043d\u0435",
"InstantMix": "Instant mix", "InstantMix": "Instant mix",
"ViewAlbum": "View album", "ViewAlbum": "View album",
"ViewArtist": "View artist", "ViewArtist": "View artist",
@ -128,7 +150,7 @@
"Trailer": "\u0422\u0440\u0435\u0439\u043b\u044a\u0440", "Trailer": "\u0422\u0440\u0435\u0439\u043b\u044a\u0440",
"MarkPlayed": "\u041e\u0442\u0431\u0435\u043b\u044f\u0437\u0432\u0430\u043d\u0435 \u043a\u0430\u0442\u043e \u043f\u0443\u0441\u043a\u0430\u043d\u043e", "MarkPlayed": "\u041e\u0442\u0431\u0435\u043b\u044f\u0437\u0432\u0430\u043d\u0435 \u043a\u0430\u0442\u043e \u043f\u0443\u0441\u043a\u0430\u043d\u043e",
"MarkUnplayed": "\u041e\u0442\u0431\u0435\u043b\u044f\u0437\u0432\u0430\u043d\u0435 \u043a\u0430\u0442\u043e \u043d\u0435\u043f\u0443\u0441\u043a\u0430\u043d\u043e", "MarkUnplayed": "\u041e\u0442\u0431\u0435\u043b\u044f\u0437\u0432\u0430\u043d\u0435 \u043a\u0430\u0442\u043e \u043d\u0435\u043f\u0443\u0441\u043a\u0430\u043d\u043e",
"GroupVersions": "Group versions", "GroupVersions": "\u0413\u0440\u0443\u043f\u0438\u0440\u0430\u043d\u0435 \u043d\u0430 \u0432\u0435\u0440\u0441\u0438\u0438\u0442\u0435",
"PleaseSelectTwoItems": "Please select at least two items.", "PleaseSelectTwoItems": "Please select at least two items.",
"TryMultiSelect": "Try Multi-Select", "TryMultiSelect": "Try Multi-Select",
"TryMultiSelectMessage": "To edit multiple media items, just click and hold any poster and select the items you want to manage. Try it!", "TryMultiSelectMessage": "To edit multiple media items, just click and hold any poster and select the items you want to manage. Try it!",
@ -181,6 +203,7 @@
"HeaderExternalIds": "External Ids:", "HeaderExternalIds": "External Ids:",
"HeaderDisplaySettings": "Display Settings", "HeaderDisplaySettings": "Display Settings",
"LabelDisplayOrder": "Display order:", "LabelDisplayOrder": "Display order:",
"Display": "Display",
"Countries": "\u0414\u044a\u0440\u0436\u0430\u0432\u0438", "Countries": "\u0414\u044a\u0440\u0436\u0430\u0432\u0438",
"Genres": "\u0416\u0430\u043d\u0440\u043e\u0432\u0435", "Genres": "\u0416\u0430\u043d\u0440\u043e\u0432\u0435",
"Studios": "\u0421\u0442\u0443\u0434\u0438\u0430", "Studios": "\u0421\u0442\u0443\u0434\u0438\u0430",
@ -280,8 +303,8 @@
"Screenshots": "\u0421\u043d\u0438\u043c\u043a\u0438 \u043d\u0430 \u0435\u043a\u0440\u0430\u043d\u0430", "Screenshots": "\u0421\u043d\u0438\u043c\u043a\u0438 \u043d\u0430 \u0435\u043a\u0440\u0430\u043d\u0430",
"MoveRight": "Move right", "MoveRight": "Move right",
"MoveLeft": "Move left", "MoveLeft": "Move left",
"ConfirmDeleteImage": "Delete image?", "ConfirmDeleteImage": "\u0418\u0437\u0442\u0440\u0438\u0432\u0430\u043d\u0435 \u043d\u0430 \u0438\u0437\u043e\u0431\u0440\u0430\u0436\u0435\u043d\u0438\u0435\u0442\u043e?",
"HeaderEditImages": "Edit Images", "HeaderEditImages": "\u0420\u0435\u0434\u0430\u043a\u0442\u0438\u0440\u0430\u043d\u0435 \u043d\u0430 \u0438\u0437\u043e\u0431\u0440\u0430\u0436\u0435\u043d\u0438\u044f\u0442\u0430",
"Settings": "\u041d\u0430\u0441\u0442\u0440\u043e\u0439\u043a\u0438", "Settings": "\u041d\u0430\u0441\u0442\u0440\u043e\u0439\u043a\u0438",
"ShowIndicatorsFor": "Show indicators for:", "ShowIndicatorsFor": "Show indicators for:",
"NewEpisodes": "\u041d\u043e\u0432\u0438 \u0435\u043f\u0438\u0437\u043e\u0434\u0438", "NewEpisodes": "\u041d\u043e\u0432\u0438 \u0435\u043f\u0438\u0437\u043e\u0434\u0438",
@ -298,7 +321,7 @@
"HeaderCancelSeries": "Cancel Series", "HeaderCancelSeries": "Cancel Series",
"HeaderKeepSeries": "Keep Series", "HeaderKeepSeries": "Keep Series",
"HeaderLearnMore": "Learn More", "HeaderLearnMore": "Learn More",
"DeleteMedia": "Delete media", "DeleteMedia": "\u0418\u0437\u0442\u0440\u0438\u0432\u0430\u043d\u0435 \u043d\u0430 \u043c\u0435\u0434\u0438\u044f\u0442\u0430",
"SeriesSettings": "Series settings", "SeriesSettings": "Series settings",
"HeaderRecordingOptions": "Recording Options", "HeaderRecordingOptions": "Recording Options",
"CancelSeries": "Cancel series", "CancelSeries": "Cancel series",
@ -389,7 +412,7 @@
"Accept": "Accept", "Accept": "Accept",
"Reject": "Reject", "Reject": "Reject",
"Connect": "Connect", "Connect": "Connect",
"HeaderMyMedia": "My Media", "HeaderMyMedia": "\u041c\u043e\u044f\u0442\u0430 \u043c\u0435\u0434\u0438\u044f",
"HeaderMyMediaSmall": "My Media (small)", "HeaderMyMediaSmall": "My Media (small)",
"LatestFromLibrary": "Latest {0}", "LatestFromLibrary": "Latest {0}",
"HeaderLatestChannelMedia": "Latest Channel Items", "HeaderLatestChannelMedia": "Latest Channel Items",
@ -418,9 +441,9 @@
"PlaybackErrorNoCompatibleStream": "No compatible streams are currently available. Please try again later or contact your system administrator for details.", "PlaybackErrorNoCompatibleStream": "No compatible streams are currently available. Please try again later or contact your system administrator for details.",
"PlaybackErrorPlaceHolder": "Please insert the disc in order to play this video.", "PlaybackErrorPlaceHolder": "Please insert the disc in order to play this video.",
"Guide": "Guide", "Guide": "Guide",
"Suggestions": "Suggestions", "Suggestions": "\u041f\u0440\u0435\u0434\u043b\u043e\u0436\u0435\u043d\u0438\u044f",
"Favorites": "Favorites", "Favorites": "Favorites",
"Collections": "Collections", "Collections": "\u041a\u043e\u043b\u0435\u043a\u0446\u0438\u0438",
"LabelSelectFolderGroups": "Automatically group content from the following folders into views such as Movies, Music and TV:", "LabelSelectFolderGroups": "Automatically group content from the following folders into views such as Movies, Music and TV:",
"LabelSelectFolderGroupsHelp": "Folders that are unchecked will be displayed by themselves in their own view.", "LabelSelectFolderGroupsHelp": "Folders that are unchecked will be displayed by themselves in their own view.",
"Shows": "Shows", "Shows": "Shows",

View File

@ -1,4 +1,15 @@
{ {
"RunAtStartup": "Run at startup",
"Desktop": "Desktop",
"Mobile": "Mobile \/ Tablet",
"TV": "TV",
"LabelDisplayMode": "Display mode:",
"DisplayModeHelp": "Select the type of screen you're running Emby on.",
"EnableThemeVideos": "Enable theme videos",
"EnableThemeVideosHelp": "If enabled, theme videos will be played in the background while browsing the library.",
"LabelScreensaver": "Screensaver:",
"LabelSoundEffects": "Sound effects:",
"LabelSkin": "Skin:",
"MessageUnlockAppWithPurchaseOrSupporter": "Activa aquesta funcionalitat amb un \u00fanic pagament, o amb una subscripci\u00f3 activa d'Emby Premiere.", "MessageUnlockAppWithPurchaseOrSupporter": "Activa aquesta funcionalitat amb un \u00fanic pagament, o amb una subscripci\u00f3 activa d'Emby Premiere.",
"MessageUnlockAppWithSupporter": "Activa aquesta funcionalitat amb una subscripci\u00f3 activa d'Emby Premiere.", "MessageUnlockAppWithSupporter": "Activa aquesta funcionalitat amb una subscripci\u00f3 activa d'Emby Premiere.",
"MessageToValidateSupporter": "Si tens una subscripci\u00f3 activa d'Emby Premiere assegura't que l'has configurat al teu tauler de control de l'Emby Server, on pots accedir clicant a l'opci\u00f3 d'Emby Premiere al men\u00fa principal.", "MessageToValidateSupporter": "Si tens una subscripci\u00f3 activa d'Emby Premiere assegura't que l'has configurat al teu tauler de control de l'Emby Server, on pots accedir clicant a l'opci\u00f3 d'Emby Premiere al men\u00fa principal.",
@ -70,8 +81,17 @@
"NewCollection": "Nova Col\u00b7lecci\u00f3", "NewCollection": "Nova Col\u00b7lecci\u00f3",
"LabelCollection": "Col\u00b7lecci\u00f3:", "LabelCollection": "Col\u00b7lecci\u00f3:",
"Help": "Ajuda", "Help": "Ajuda",
"LabelDisplayLanguage": "Display language:",
"LabelDisplayLanguageHelp": "Translating Emby is an ongoing project.",
"LearnHowYouCanContribute": "Learn how you can contribute.",
"NewCollectionHelp": "Les col\u00b7leccions et permeten crear agrupacions personalitzades de pel\u00b7l\u00edcules i altres continguts.", "NewCollectionHelp": "Les col\u00b7leccions et permeten crear agrupacions personalitzades de pel\u00b7l\u00edcules i altres continguts.",
"SearchForCollectionInternetMetadata": "Cerca a internet artwork i metadades", "SearchForCollectionInternetMetadata": "Cerca a internet artwork i metadades",
"DisplayMissingEpisodesWithinSeasons": "Display missing episodes within seasons",
"DisplayMissingEpisodesWithinSeasonsHelp": "This must also be enabled for TV libraries in Emby Server setup.",
"EnableThemeSongs": "Enable theme songs",
"EnableBackdrops": "Enable backdrops",
"EnableThemeSongsHelp": "If enabled, theme songs will be played in the background while browsing the library.",
"EnableBackdropsHelp": "If enabled, backdrops will be displayed in the background of some pages while browsing the library.",
"LabelName": "Nom:", "LabelName": "Nom:",
"NewCollectionNameExample": "Exemple: Col\u00b7leci\u00f3 Star Wars", "NewCollectionNameExample": "Exemple: Col\u00b7leci\u00f3 Star Wars",
"MessageItemsAdded": "\u00cdtems afegits.", "MessageItemsAdded": "\u00cdtems afegits.",
@ -80,6 +100,8 @@
"AddToPlaylist": "Afegeix a la llista de reproducci\u00f3", "AddToPlaylist": "Afegeix a la llista de reproducci\u00f3",
"HeaderAddToPlaylist": "Afegir a la llista de reproducci\u00f3", "HeaderAddToPlaylist": "Afegir a la llista de reproducci\u00f3",
"Subtitles": "Subt\u00edtols", "Subtitles": "Subt\u00edtols",
"LabelTheme": "Theme:",
"LabelDashboardTheme": "Server dashboard theme:",
"SearchForSubtitles": "Cerca Subt\u00edtols", "SearchForSubtitles": "Cerca Subt\u00edtols",
"LabelLanguage": "Idioma:", "LabelLanguage": "Idioma:",
"Search": "Cerca", "Search": "Cerca",
@ -181,6 +203,7 @@
"HeaderExternalIds": "Identificadors externs:", "HeaderExternalIds": "Identificadors externs:",
"HeaderDisplaySettings": "Opcions de Visualitzaci\u00f3", "HeaderDisplaySettings": "Opcions de Visualitzaci\u00f3",
"LabelDisplayOrder": "Ordre de visualitzaci\u00f3:", "LabelDisplayOrder": "Ordre de visualitzaci\u00f3:",
"Display": "Display",
"Countries": "Pa\u00efsos", "Countries": "Pa\u00efsos",
"Genres": "G\u00e8neres", "Genres": "G\u00e8neres",
"Studios": "Estudis", "Studios": "Estudis",

View File

@ -1,4 +1,15 @@
{ {
"RunAtStartup": "Run at startup",
"Desktop": "Desktop",
"Mobile": "Mobile \/ Tablet",
"TV": "TV",
"LabelDisplayMode": "Display mode:",
"DisplayModeHelp": "Select the type of screen you're running Emby on.",
"EnableThemeVideos": "Enable theme videos",
"EnableThemeVideosHelp": "If enabled, theme videos will be played in the background while browsing the library.",
"LabelScreensaver": "Screensaver:",
"LabelSoundEffects": "Sound effects:",
"LabelSkin": "Skin:",
"MessageUnlockAppWithPurchaseOrSupporter": "Odemknout tuto funkci pomoc\u00ed jednor\u00e1zov\u00e9 platby, nebo pomoc\u00ed aktivace p\u0159edplatn\u00e9ho Emby Premiere.", "MessageUnlockAppWithPurchaseOrSupporter": "Odemknout tuto funkci pomoc\u00ed jednor\u00e1zov\u00e9 platby, nebo pomoc\u00ed aktivace p\u0159edplatn\u00e9ho Emby Premiere.",
"MessageUnlockAppWithSupporter": "Odemknout tuto funkci pomoc\u00ed aktivn\u00edho p\u0159edplatn\u00e9ho Emby Premiere.", "MessageUnlockAppWithSupporter": "Odemknout tuto funkci pomoc\u00ed aktivn\u00edho p\u0159edplatn\u00e9ho Emby Premiere.",
"MessageToValidateSupporter": "Pokud m\u00e1te aktivn\u00ed p\u0159edplatn\u00e9 Emby Premiere, ujist\u011bte se, \u017ee m\u00e1te nastaven Emby Premiere v panelu Nastaven\u00ed pod N\u00e1pov\u011bda -> Emby Premiere.", "MessageToValidateSupporter": "Pokud m\u00e1te aktivn\u00ed p\u0159edplatn\u00e9 Emby Premiere, ujist\u011bte se, \u017ee m\u00e1te nastaven Emby Premiere v panelu Nastaven\u00ed pod N\u00e1pov\u011bda -> Emby Premiere.",
@ -70,8 +81,17 @@
"NewCollection": "Nov\u00e1 kolekce", "NewCollection": "Nov\u00e1 kolekce",
"LabelCollection": "Kolekce:", "LabelCollection": "Kolekce:",
"Help": "N\u00e1pov\u011bda", "Help": "N\u00e1pov\u011bda",
"LabelDisplayLanguage": "Display language:",
"LabelDisplayLanguageHelp": "Translating Emby is an ongoing project.",
"LearnHowYouCanContribute": "Learn how you can contribute.",
"NewCollectionHelp": "Kolekce dovol\u00ed vytvo\u0159it personalizovan\u00e9 seskupen\u00ed film\u016f a dal\u0161\u00edho obsahu knihoven.", "NewCollectionHelp": "Kolekce dovol\u00ed vytvo\u0159it personalizovan\u00e9 seskupen\u00ed film\u016f a dal\u0161\u00edho obsahu knihoven.",
"SearchForCollectionInternetMetadata": "Vyhledat metadata a obr\u00e1zky na Internetu.", "SearchForCollectionInternetMetadata": "Vyhledat metadata a obr\u00e1zky na Internetu.",
"DisplayMissingEpisodesWithinSeasons": "Display missing episodes within seasons",
"DisplayMissingEpisodesWithinSeasonsHelp": "This must also be enabled for TV libraries in Emby Server setup.",
"EnableThemeSongs": "Enable theme songs",
"EnableBackdrops": "Enable backdrops",
"EnableThemeSongsHelp": "If enabled, theme songs will be played in the background while browsing the library.",
"EnableBackdropsHelp": "If enabled, backdrops will be displayed in the background of some pages while browsing the library.",
"LabelName": "Jm\u00e9no:", "LabelName": "Jm\u00e9no:",
"NewCollectionNameExample": "P\u0159\u00edklad: Kolekce Star Wars", "NewCollectionNameExample": "P\u0159\u00edklad: Kolekce Star Wars",
"MessageItemsAdded": "Polo\u017eka p\u0159id\u00e1na.", "MessageItemsAdded": "Polo\u017eka p\u0159id\u00e1na.",
@ -80,6 +100,8 @@
"AddToPlaylist": "P\u0159idat do playlistu", "AddToPlaylist": "P\u0159idat do playlistu",
"HeaderAddToPlaylist": "P\u0159idat do playlistu", "HeaderAddToPlaylist": "P\u0159idat do playlistu",
"Subtitles": "Titulky", "Subtitles": "Titulky",
"LabelTheme": "Theme:",
"LabelDashboardTheme": "Server dashboard theme:",
"SearchForSubtitles": "Vyhledat titulky", "SearchForSubtitles": "Vyhledat titulky",
"LabelLanguage": "Jazyk:", "LabelLanguage": "Jazyk:",
"Search": "Vyhled\u00e1v\u00e1n\u00ed", "Search": "Vyhled\u00e1v\u00e1n\u00ed",
@ -181,6 +203,7 @@
"HeaderExternalIds": "External Ids:", "HeaderExternalIds": "External Ids:",
"HeaderDisplaySettings": "Nastaven\u00ed zobrazen\u00ed", "HeaderDisplaySettings": "Nastaven\u00ed zobrazen\u00ed",
"LabelDisplayOrder": "Po\u0159ad\u00ed zobrazen\u00ed:", "LabelDisplayOrder": "Po\u0159ad\u00ed zobrazen\u00ed:",
"Display": "Display",
"Countries": "Zem\u011b", "Countries": "Zem\u011b",
"Genres": "\u017d\u00e1nry", "Genres": "\u017d\u00e1nry",
"Studios": "Studia", "Studios": "Studia",

View File

@ -1,4 +1,15 @@
{ {
"RunAtStartup": "Run at startup",
"Desktop": "Desktop",
"Mobile": "Mobile \/ Tablet",
"TV": "TV",
"LabelDisplayMode": "Display mode:",
"DisplayModeHelp": "Select the type of screen you're running Emby on.",
"EnableThemeVideos": "Enable theme videos",
"EnableThemeVideosHelp": "If enabled, theme videos will be played in the background while browsing the library.",
"LabelScreensaver": "Screensaver:",
"LabelSoundEffects": "Sound effects:",
"LabelSkin": "Skin:",
"MessageUnlockAppWithPurchaseOrSupporter": "L\u00e5s op for dette feature med en lille enkeltst\u00e5ende betaling, eller med et aktivt Emby Premiere abonnement.", "MessageUnlockAppWithPurchaseOrSupporter": "L\u00e5s op for dette feature med en lille enkeltst\u00e5ende betaling, eller med et aktivt Emby Premiere abonnement.",
"MessageUnlockAppWithSupporter": "L\u00e5s op for dette feature med et aktivt Emby Premiere abonnement.", "MessageUnlockAppWithSupporter": "L\u00e5s op for dette feature med et aktivt Emby Premiere abonnement.",
"MessageToValidateSupporter": "Hvis du har et aktivt Emby Premiere abonnement, skal du v\u00e6re sikker p\u00e5 at Emby Premiere er konfigureret i dit Emby Server-kontrolpanel, som kan tilg\u00e5es ved at klikke p\u00e5 Emby Premiere i hovedmenuen.", "MessageToValidateSupporter": "Hvis du har et aktivt Emby Premiere abonnement, skal du v\u00e6re sikker p\u00e5 at Emby Premiere er konfigureret i dit Emby Server-kontrolpanel, som kan tilg\u00e5es ved at klikke p\u00e5 Emby Premiere i hovedmenuen.",
@ -70,8 +81,17 @@
"NewCollection": "Ny samling", "NewCollection": "Ny samling",
"LabelCollection": "Samling:", "LabelCollection": "Samling:",
"Help": "Hj\u00e6lp", "Help": "Hj\u00e6lp",
"LabelDisplayLanguage": "Display language:",
"LabelDisplayLanguageHelp": "Translating Emby is an ongoing project.",
"LearnHowYouCanContribute": "Learn how you can contribute.",
"NewCollectionHelp": "Samlinger lader dig oprette personaliserede grupper af film og andet biblioteksindhold.", "NewCollectionHelp": "Samlinger lader dig oprette personaliserede grupper af film og andet biblioteksindhold.",
"SearchForCollectionInternetMetadata": "S\u00f8g p\u00e5 internettet efter billeder og metadata", "SearchForCollectionInternetMetadata": "S\u00f8g p\u00e5 internettet efter billeder og metadata",
"DisplayMissingEpisodesWithinSeasons": "Display missing episodes within seasons",
"DisplayMissingEpisodesWithinSeasonsHelp": "This must also be enabled for TV libraries in Emby Server setup.",
"EnableThemeSongs": "Enable theme songs",
"EnableBackdrops": "Enable backdrops",
"EnableThemeSongsHelp": "If enabled, theme songs will be played in the background while browsing the library.",
"EnableBackdropsHelp": "If enabled, backdrops will be displayed in the background of some pages while browsing the library.",
"LabelName": "Navn:", "LabelName": "Navn:",
"NewCollectionNameExample": "Eksempel: Star Wars samling", "NewCollectionNameExample": "Eksempel: Star Wars samling",
"MessageItemsAdded": "Emne tilf\u00f8jet.", "MessageItemsAdded": "Emne tilf\u00f8jet.",
@ -80,6 +100,8 @@
"AddToPlaylist": "Tilf\u00f8j til afspilningsliste", "AddToPlaylist": "Tilf\u00f8j til afspilningsliste",
"HeaderAddToPlaylist": "Tilf\u00f8j til afspilningsliste", "HeaderAddToPlaylist": "Tilf\u00f8j til afspilningsliste",
"Subtitles": "Undertekster", "Subtitles": "Undertekster",
"LabelTheme": "Theme:",
"LabelDashboardTheme": "Server dashboard theme:",
"SearchForSubtitles": "S\u00f8g efter undertekster", "SearchForSubtitles": "S\u00f8g efter undertekster",
"LabelLanguage": "Sprog:", "LabelLanguage": "Sprog:",
"Search": "S\u00f8g", "Search": "S\u00f8g",
@ -181,6 +203,7 @@
"HeaderExternalIds": "Eksterne ID'er:", "HeaderExternalIds": "Eksterne ID'er:",
"HeaderDisplaySettings": "Visningsindstillinger", "HeaderDisplaySettings": "Visningsindstillinger",
"LabelDisplayOrder": "Visningsorden:", "LabelDisplayOrder": "Visningsorden:",
"Display": "Display",
"Countries": "Lande", "Countries": "Lande",
"Genres": "Genre", "Genres": "Genre",
"Studios": "Studier", "Studios": "Studier",

View File

@ -1,4 +1,15 @@
{ {
"RunAtStartup": "Nach Hochfahren automatisch starten",
"Desktop": "Desktop",
"Mobile": "Mobil \/ Tablet",
"TV": "TV",
"LabelDisplayMode": "Bildschirmmodus:",
"DisplayModeHelp": "Bitte w\u00e4hle den Typ des Bildschirms auf dem Du Emby verwendest.",
"EnableThemeVideos": "Altiviere Titelvideos",
"EnableThemeVideosHelp": "Wenn aktiviert, wird ein Titelvideo w\u00e4hrend dem Durchsuchen durch die Bibliothek im Hintergrund abgespielt.",
"LabelScreensaver": "Screensaver:",
"LabelSoundEffects": "Sound effects:",
"LabelSkin": "Skin:",
"MessageUnlockAppWithPurchaseOrSupporter": "Schalte diese Funktion mit einer kleinen einmaligen Geb\u00fchr oder einem aktiven Emby Premium Abo frei.", "MessageUnlockAppWithPurchaseOrSupporter": "Schalte diese Funktion mit einer kleinen einmaligen Geb\u00fchr oder einem aktiven Emby Premium Abo frei.",
"MessageUnlockAppWithSupporter": "Schalte diese Funktion mit einem aktiven Emby Premium Abo frei.", "MessageUnlockAppWithSupporter": "Schalte diese Funktion mit einem aktiven Emby Premium Abo frei.",
"MessageToValidateSupporter": "Wenn du eine aktive Emby Premiere Mitgliedschaft hast, stelle bitte sicher, dass du diese \u00fcber das Emby Server Dashboard eingerichtet hast (Hauptmenu -> Emby Premiere).", "MessageToValidateSupporter": "Wenn du eine aktive Emby Premiere Mitgliedschaft hast, stelle bitte sicher, dass du diese \u00fcber das Emby Server Dashboard eingerichtet hast (Hauptmenu -> Emby Premiere).",
@ -6,7 +17,7 @@
"Share": "Teilen", "Share": "Teilen",
"Add": "Hinzuf\u00fcgen", "Add": "Hinzuf\u00fcgen",
"ServerUpdateNeeded": "Dieser Emby Server muss aktualisiert werden. Um die neueste Version herunterzuladen, besuche bitte {0}", "ServerUpdateNeeded": "Dieser Emby Server muss aktualisiert werden. Um die neueste Version herunterzuladen, besuche bitte {0}",
"LiveTvRequiresUnlock": "Live TV requires an active Emby Premiere subscription.", "LiveTvRequiresUnlock": "Live TV ben\u00f6tigt eine aktive Emby Premiere Mitgliedschaft.",
"AttributeNew": "Neu", "AttributeNew": "Neu",
"Premiere": "Premiere", "Premiere": "Premiere",
"Live": "Live", "Live": "Live",
@ -70,8 +81,17 @@
"NewCollection": "Neue Collection", "NewCollection": "Neue Collection",
"LabelCollection": "Sammlung:", "LabelCollection": "Sammlung:",
"Help": "Hilfe", "Help": "Hilfe",
"LabelDisplayLanguage": "Anzeigesprache:",
"LabelDisplayLanguageHelp": "Die \u00dcbersetzung von Emby ist ein laufendes Projekt.",
"LearnHowYouCanContribute": "Erfahre, wie du unterst\u00fctzen kannst.",
"NewCollectionHelp": "Sammlungen erm\u00f6glichen personallisierte Gruppen von Filmen oder anderen Medien.", "NewCollectionHelp": "Sammlungen erm\u00f6glichen personallisierte Gruppen von Filmen oder anderen Medien.",
"SearchForCollectionInternetMetadata": "Suche im Internet nach Bildmaterial und Metadaten", "SearchForCollectionInternetMetadata": "Suche im Internet nach Bildmaterial und Metadaten",
"DisplayMissingEpisodesWithinSeasons": "Zeige fehlende Episoden innerhalb von Staffeln",
"DisplayMissingEpisodesWithinSeasonsHelp": "Dies sollte auch f\u00fcr Serienbibliotheken in den Emby Server Einstellungen aktiviert sein.",
"EnableThemeSongs": "Aktiviere Titelmelodien",
"EnableBackdrops": "Aktiviere Hintergr\u00fcnde",
"EnableThemeSongsHelp": "Wenn aktiviert, wird Titelmusik w\u00e4hrend des Browsens durch die Bibliothek im Hintergrund abgespielt.",
"EnableBackdropsHelp": "Wenn aktiviert, werden w\u00e4hrend des Browsens durch die Bibliothek auf einigen Seiten passende Hintergr\u00fcnde angezeigt.",
"LabelName": "Name:", "LabelName": "Name:",
"NewCollectionNameExample": "Beispiel: Star Wars Collection", "NewCollectionNameExample": "Beispiel: Star Wars Collection",
"MessageItemsAdded": "Eintr\u00e4ge hinzugef\u00fcgt", "MessageItemsAdded": "Eintr\u00e4ge hinzugef\u00fcgt",
@ -80,6 +100,8 @@
"AddToPlaylist": "Hinzuf\u00fcgen zur Wiedergabeliste", "AddToPlaylist": "Hinzuf\u00fcgen zur Wiedergabeliste",
"HeaderAddToPlaylist": "Zur Wiedergabeliste hinzuf\u00fcgen", "HeaderAddToPlaylist": "Zur Wiedergabeliste hinzuf\u00fcgen",
"Subtitles": "Untertitel", "Subtitles": "Untertitel",
"LabelTheme": "Theme:",
"LabelDashboardTheme": "Server Dashboard Theme:",
"SearchForSubtitles": "Suche nach Untertiteln", "SearchForSubtitles": "Suche nach Untertiteln",
"LabelLanguage": "Sprache:", "LabelLanguage": "Sprache:",
"Search": "Suche", "Search": "Suche",
@ -181,6 +203,7 @@
"HeaderExternalIds": "Externe IDs:", "HeaderExternalIds": "Externe IDs:",
"HeaderDisplaySettings": "Anzeige Einstellungen", "HeaderDisplaySettings": "Anzeige Einstellungen",
"LabelDisplayOrder": "Anzeigereihenfolge:", "LabelDisplayOrder": "Anzeigereihenfolge:",
"Display": "Anzeige",
"Countries": "L\u00e4nder", "Countries": "L\u00e4nder",
"Genres": "Genres", "Genres": "Genres",
"Studios": "Studios", "Studios": "Studios",

View File

@ -1,4 +1,15 @@
{ {
"RunAtStartup": "Run at startup",
"Desktop": "Desktop",
"Mobile": "Mobile \/ Tablet",
"TV": "TV",
"LabelDisplayMode": "Display mode:",
"DisplayModeHelp": "Select the type of screen you're running Emby on.",
"EnableThemeVideos": "Enable theme videos",
"EnableThemeVideosHelp": "If enabled, theme videos will be played in the background while browsing the library.",
"LabelScreensaver": "Screensaver:",
"LabelSoundEffects": "Sound effects:",
"LabelSkin": "Skin:",
"MessageUnlockAppWithPurchaseOrSupporter": "\u039e\u03b5\u03ba\u03bb\u03b5\u03b9\u03b4\u03ce\u03c3\u03c4\u03b5 \u03b1\u03c5\u03c4\u03cc \u03c4\u03bf \u03c7\u03b1\u03c1\u03b1\u03ba\u03c4\u03b7\u03c1\u03b9\u03c3\u03c4\u03b9\u03ba\u03cc \u03ba\u03b1\u03c4\u03b1\u03b2\u03ac\u03bb\u03bf\u03bd\u03c4\u03b1\u03c2 \u03ad\u03bd\u03b1 \u03c0\u03bf\u03bb\u03cd \u03bc\u03b9\u03ba\u03c1\u03cc \u03ba\u03cc\u03c3\u03c4\u03bf\u03c2 \u03ae \u03bc\u03b5 \u03bc\u03af\u03b1 \u03b5\u03bd\u03b5\u03c1\u03b3\u03ae \u03c3\u03c5\u03bd\u03b4\u03c1\u03bf\u03bc\u03ae \u03c3\u03c4\u03bf Emby Premiere.", "MessageUnlockAppWithPurchaseOrSupporter": "\u039e\u03b5\u03ba\u03bb\u03b5\u03b9\u03b4\u03ce\u03c3\u03c4\u03b5 \u03b1\u03c5\u03c4\u03cc \u03c4\u03bf \u03c7\u03b1\u03c1\u03b1\u03ba\u03c4\u03b7\u03c1\u03b9\u03c3\u03c4\u03b9\u03ba\u03cc \u03ba\u03b1\u03c4\u03b1\u03b2\u03ac\u03bb\u03bf\u03bd\u03c4\u03b1\u03c2 \u03ad\u03bd\u03b1 \u03c0\u03bf\u03bb\u03cd \u03bc\u03b9\u03ba\u03c1\u03cc \u03ba\u03cc\u03c3\u03c4\u03bf\u03c2 \u03ae \u03bc\u03b5 \u03bc\u03af\u03b1 \u03b5\u03bd\u03b5\u03c1\u03b3\u03ae \u03c3\u03c5\u03bd\u03b4\u03c1\u03bf\u03bc\u03ae \u03c3\u03c4\u03bf Emby Premiere.",
"MessageUnlockAppWithSupporter": "\u039e\u03b5\u03ba\u03bb\u03b5\u03b9\u03b4\u03ce\u03c3\u03c4\u03b5 \u03b1\u03c5\u03c4\u03cc \u03c4\u03bf \u03c7\u03b1\u03c1\u03b1\u03ba\u03c4\u03b7\u03c1\u03b9\u03c3\u03c4\u03b9\u03ba\u03cc \u03bc\u03b5 \u03bc\u03af\u03b1 \u03b5\u03bd\u03b5\u03c1\u03b3\u03ae \u03c3\u03c5\u03bd\u03b4\u03c1\u03bf\u03bc\u03ae \u03c3\u03c4\u03bf Emby Premiere.", "MessageUnlockAppWithSupporter": "\u039e\u03b5\u03ba\u03bb\u03b5\u03b9\u03b4\u03ce\u03c3\u03c4\u03b5 \u03b1\u03c5\u03c4\u03cc \u03c4\u03bf \u03c7\u03b1\u03c1\u03b1\u03ba\u03c4\u03b7\u03c1\u03b9\u03c3\u03c4\u03b9\u03ba\u03cc \u03bc\u03b5 \u03bc\u03af\u03b1 \u03b5\u03bd\u03b5\u03c1\u03b3\u03ae \u03c3\u03c5\u03bd\u03b4\u03c1\u03bf\u03bc\u03ae \u03c3\u03c4\u03bf Emby Premiere.",
"MessageToValidateSupporter": "If you have an active Emby Premiere subscription, ensure you've setup Emby Premiere in your Emby Server Dashboard, which you can access by clicking Emby Premiere within the main menu.", "MessageToValidateSupporter": "If you have an active Emby Premiere subscription, ensure you've setup Emby Premiere in your Emby Server Dashboard, which you can access by clicking Emby Premiere within the main menu.",
@ -70,8 +81,17 @@
"NewCollection": "\u039d\u03ad\u03b1 \u03a3\u03c5\u03bb\u03bb\u03bf\u03b3\u03ae", "NewCollection": "\u039d\u03ad\u03b1 \u03a3\u03c5\u03bb\u03bb\u03bf\u03b3\u03ae",
"LabelCollection": "\u03a3\u03c5\u03bb\u03bb\u03bf\u03b3\u03ae:", "LabelCollection": "\u03a3\u03c5\u03bb\u03bb\u03bf\u03b3\u03ae:",
"Help": "\u0392\u03bf\u03ae\u03b8\u03b5\u03b9\u03b1", "Help": "\u0392\u03bf\u03ae\u03b8\u03b5\u03b9\u03b1",
"LabelDisplayLanguage": "Display language:",
"LabelDisplayLanguageHelp": "Translating Emby is an ongoing project.",
"LearnHowYouCanContribute": "Learn how you can contribute.",
"NewCollectionHelp": "Collections allow you to create personalized groupings of movies and other library content.", "NewCollectionHelp": "Collections allow you to create personalized groupings of movies and other library content.",
"SearchForCollectionInternetMetadata": "\u0391\u03bd\u03b1\u03b6\u03ae\u03c4\u03b7\u03c3\u03b7 \u03c3\u03c4\u03bf \u03b4\u03b9\u03b1\u03b4\u03af\u03ba\u03c4\u03c5\u03bf \u03b3\u03b9\u03b1 \u03b5\u03be\u03ce\u03c6\u03c5\u03bb\u03bb\u03bf \u03ba\u03b1\u03b9 \u03c0\u03bb\u03b7\u03c1\u03bf\u03c6\u03bf\u03c1\u03af\u03b5\u03c2", "SearchForCollectionInternetMetadata": "\u0391\u03bd\u03b1\u03b6\u03ae\u03c4\u03b7\u03c3\u03b7 \u03c3\u03c4\u03bf \u03b4\u03b9\u03b1\u03b4\u03af\u03ba\u03c4\u03c5\u03bf \u03b3\u03b9\u03b1 \u03b5\u03be\u03ce\u03c6\u03c5\u03bb\u03bb\u03bf \u03ba\u03b1\u03b9 \u03c0\u03bb\u03b7\u03c1\u03bf\u03c6\u03bf\u03c1\u03af\u03b5\u03c2",
"DisplayMissingEpisodesWithinSeasons": "Display missing episodes within seasons",
"DisplayMissingEpisodesWithinSeasonsHelp": "This must also be enabled for TV libraries in Emby Server setup.",
"EnableThemeSongs": "Enable theme songs",
"EnableBackdrops": "Enable backdrops",
"EnableThemeSongsHelp": "If enabled, theme songs will be played in the background while browsing the library.",
"EnableBackdropsHelp": "If enabled, backdrops will be displayed in the background of some pages while browsing the library.",
"LabelName": "\u038c\u03bd\u03bf\u03bc\u03b1:", "LabelName": "\u038c\u03bd\u03bf\u03bc\u03b1:",
"NewCollectionNameExample": "\u03a0\u03b1\u03c1\u03ac\u03b4\u03b5\u03b9\u03b3\u03bc\u03b1: \u03a3\u03c5\u03bb\u03bb\u03bf\u03b3\u03ae \"\u03a0\u03cc\u03bb\u03b5\u03bc\u03bf\u03c2 \u03c4\u03c9\u03bd \u0386\u03c3\u03c4\u03c1\u03c9\u03bd\"", "NewCollectionNameExample": "\u03a0\u03b1\u03c1\u03ac\u03b4\u03b5\u03b9\u03b3\u03bc\u03b1: \u03a3\u03c5\u03bb\u03bb\u03bf\u03b3\u03ae \"\u03a0\u03cc\u03bb\u03b5\u03bc\u03bf\u03c2 \u03c4\u03c9\u03bd \u0386\u03c3\u03c4\u03c1\u03c9\u03bd\"",
"MessageItemsAdded": "Items added.", "MessageItemsAdded": "Items added.",
@ -80,6 +100,8 @@
"AddToPlaylist": "\u03a0\u03c1\u03cc\u03c3\u03b8\u03b5\u03c3\u03b5 \u03c3\u03b5 \u03bb\u03af\u03c3\u03c4\u03b1", "AddToPlaylist": "\u03a0\u03c1\u03cc\u03c3\u03b8\u03b5\u03c3\u03b5 \u03c3\u03b5 \u03bb\u03af\u03c3\u03c4\u03b1",
"HeaderAddToPlaylist": "\u03a0\u03c1\u03cc\u03c3\u03b8\u03b5\u03c3\u03b5 \u03c3\u03b5 \u039b\u03af\u03c3\u03c4\u03b1", "HeaderAddToPlaylist": "\u03a0\u03c1\u03cc\u03c3\u03b8\u03b5\u03c3\u03b5 \u03c3\u03b5 \u039b\u03af\u03c3\u03c4\u03b1",
"Subtitles": "\u03a5\u03c0\u03cc\u03c4\u03b9\u03c4\u03bb\u03bf\u03b9", "Subtitles": "\u03a5\u03c0\u03cc\u03c4\u03b9\u03c4\u03bb\u03bf\u03b9",
"LabelTheme": "Theme:",
"LabelDashboardTheme": "Server dashboard theme:",
"SearchForSubtitles": "\u0391\u03bd\u03b1\u03b6\u03ae\u03c4\u03b7\u03c3\u03b7 \u03a5\u03c0\u03bf\u03c4\u03af\u03c4\u03bb\u03c9\u03bd", "SearchForSubtitles": "\u0391\u03bd\u03b1\u03b6\u03ae\u03c4\u03b7\u03c3\u03b7 \u03a5\u03c0\u03bf\u03c4\u03af\u03c4\u03bb\u03c9\u03bd",
"LabelLanguage": "\u0393\u03bb\u03ce\u03c3\u03c3\u03b1", "LabelLanguage": "\u0393\u03bb\u03ce\u03c3\u03c3\u03b1",
"Search": "\u0391\u03bd\u03b1\u03b6\u03ae\u03c4\u03b7\u03c3\u03b7", "Search": "\u0391\u03bd\u03b1\u03b6\u03ae\u03c4\u03b7\u03c3\u03b7",
@ -181,6 +203,7 @@
"HeaderExternalIds": "External Ids:", "HeaderExternalIds": "External Ids:",
"HeaderDisplaySettings": "Display Settings", "HeaderDisplaySettings": "Display Settings",
"LabelDisplayOrder": "Display order:", "LabelDisplayOrder": "Display order:",
"Display": "Display",
"Countries": "Countries", "Countries": "Countries",
"Genres": "Genres", "Genres": "Genres",
"Studios": "Studios", "Studios": "Studios",

View File

@ -1,4 +1,15 @@
{ {
"RunAtStartup": "Run at startup",
"Desktop": "Desktop",
"Mobile": "Mobile \/ Tablet",
"TV": "TV",
"LabelDisplayMode": "Display mode:",
"DisplayModeHelp": "Select the type of screen you're running Emby on.",
"EnableThemeVideos": "Enable theme videos",
"EnableThemeVideosHelp": "If enabled, theme videos will be played in the background while browsing the library.",
"LabelScreensaver": "Screensaver:",
"LabelSoundEffects": "Sound effects:",
"LabelSkin": "Skin:",
"MessageUnlockAppWithPurchaseOrSupporter": "Unlock this feature with a small one-time purchase, or with an active Emby Premiere subscription.", "MessageUnlockAppWithPurchaseOrSupporter": "Unlock this feature with a small one-time purchase, or with an active Emby Premiere subscription.",
"MessageUnlockAppWithSupporter": "Unlock this feature with an active Emby Premiere subscription.", "MessageUnlockAppWithSupporter": "Unlock this feature with an active Emby Premiere subscription.",
"MessageToValidateSupporter": "If you have an active Emby Premiere subscription, ensure you've setup Emby Premiere in your Emby Server Dashboard, which you can access by clicking Emby Premiere within the main menu.", "MessageToValidateSupporter": "If you have an active Emby Premiere subscription, ensure you've setup Emby Premiere in your Emby Server Dashboard, which you can access by clicking Emby Premiere within the main menu.",
@ -70,8 +81,17 @@
"NewCollection": "New Collection", "NewCollection": "New Collection",
"LabelCollection": "Collection:", "LabelCollection": "Collection:",
"Help": "Help", "Help": "Help",
"LabelDisplayLanguage": "Display language:",
"LabelDisplayLanguageHelp": "Translating Emby is an ongoing project.",
"LearnHowYouCanContribute": "Learn how you can contribute.",
"NewCollectionHelp": "Collections allow you to create personalised groupings of movies and other library content.", "NewCollectionHelp": "Collections allow you to create personalised groupings of movies and other library content.",
"SearchForCollectionInternetMetadata": "Search the internet for artwork and metadata", "SearchForCollectionInternetMetadata": "Search the internet for artwork and metadata",
"DisplayMissingEpisodesWithinSeasons": "Display missing episodes within seasons",
"DisplayMissingEpisodesWithinSeasonsHelp": "This must also be enabled for TV libraries in Emby Server setup.",
"EnableThemeSongs": "Enable theme songs",
"EnableBackdrops": "Enable backdrops",
"EnableThemeSongsHelp": "If enabled, theme songs will be played in the background while browsing the library.",
"EnableBackdropsHelp": "If enabled, backdrops will be displayed in the background of some pages while browsing the library.",
"LabelName": "Name:", "LabelName": "Name:",
"NewCollectionNameExample": "Example: Star Wars Collection", "NewCollectionNameExample": "Example: Star Wars Collection",
"MessageItemsAdded": "Items added.", "MessageItemsAdded": "Items added.",
@ -80,6 +100,8 @@
"AddToPlaylist": "Add to playlist", "AddToPlaylist": "Add to playlist",
"HeaderAddToPlaylist": "Add to Playlist", "HeaderAddToPlaylist": "Add to Playlist",
"Subtitles": "Subtitles", "Subtitles": "Subtitles",
"LabelTheme": "Theme:",
"LabelDashboardTheme": "Server dashboard theme:",
"SearchForSubtitles": "Search for Subtitles", "SearchForSubtitles": "Search for Subtitles",
"LabelLanguage": "Language:", "LabelLanguage": "Language:",
"Search": "Search", "Search": "Search",
@ -181,6 +203,7 @@
"HeaderExternalIds": "External IDs:", "HeaderExternalIds": "External IDs:",
"HeaderDisplaySettings": "Display Settings", "HeaderDisplaySettings": "Display Settings",
"LabelDisplayOrder": "Display order:", "LabelDisplayOrder": "Display order:",
"Display": "Display",
"Countries": "Countries", "Countries": "Countries",
"Genres": "Genres", "Genres": "Genres",
"Studios": "Studios", "Studios": "Studios",

View File

@ -70,8 +70,28 @@
"NewCollection": "New Collection", "NewCollection": "New Collection",
"LabelCollection": "Collection:", "LabelCollection": "Collection:",
"Help": "Help", "Help": "Help",
"LabelDisplayMode": "Display mode:",
"Desktop": "Desktop",
"Mobile": "Mobile / Tablet",
"TV": "TV",
"DisplayModeHelp": "Select the type of screen you're running Emby on.",
"LabelDisplayLanguage": "Display language:",
"LabelDisplayLanguageHelp": "Translating Emby is an ongoing project.",
"LearnHowYouCanContribute": "Learn how you can contribute.",
"NewCollectionHelp": "Collections allow you to create personalized groupings of movies and other library content.", "NewCollectionHelp": "Collections allow you to create personalized groupings of movies and other library content.",
"SearchForCollectionInternetMetadata": "Search the internet for artwork and metadata", "SearchForCollectionInternetMetadata": "Search the internet for artwork and metadata",
"DisplayMissingEpisodesWithinSeasons": "Display missing episodes within seasons",
"DisplayMissingEpisodesWithinSeasonsHelp": "This must also be enabled for TV libraries in Emby Server setup.",
"EnableThemeSongs": "Enable theme songs",
"EnableBackdrops": "Enable backdrops",
"EnableThemeSongsHelp": "If enabled, theme songs will be played in the background while browsing the library.",
"EnableBackdropsHelp": "If enabled, backdrops will be displayed in the background of some pages while browsing the library.",
"EnableThemeVideos": "Enable theme videos",
"EnableThemeVideosHelp": "If enabled, theme videos will be played in the background while browsing the library.",
"RunAtStartup": "Run at startup",
"LabelScreensaver": "Screensaver:",
"LabelSoundEffects": "Sound effects:",
"LabelSkin": "Skin:",
"LabelName": "Name:", "LabelName": "Name:",
"NewCollectionNameExample": "Example: Star Wars Collection", "NewCollectionNameExample": "Example: Star Wars Collection",
"MessageItemsAdded": "Items added.", "MessageItemsAdded": "Items added.",
@ -80,6 +100,8 @@
"AddToPlaylist": "Add to playlist", "AddToPlaylist": "Add to playlist",
"HeaderAddToPlaylist": "Add to Playlist", "HeaderAddToPlaylist": "Add to Playlist",
"Subtitles": "Subtitles", "Subtitles": "Subtitles",
"LabelTheme": "Theme:",
"LabelDashboardTheme": "Server dashboard theme:",
"SearchForSubtitles": "Search for Subtitles", "SearchForSubtitles": "Search for Subtitles",
"LabelLanguage": "Language:", "LabelLanguage": "Language:",
"Search": "Search", "Search": "Search",
@ -181,6 +203,7 @@
"HeaderExternalIds": "External Ids:", "HeaderExternalIds": "External Ids:",
"HeaderDisplaySettings": "Display Settings", "HeaderDisplaySettings": "Display Settings",
"LabelDisplayOrder": "Display order:", "LabelDisplayOrder": "Display order:",
"Display": "Display",
"Countries": "Countries", "Countries": "Countries",
"Genres": "Genres", "Genres": "Genres",
"Studios": "Studios", "Studios": "Studios",

View File

@ -1,4 +1,15 @@
{ {
"RunAtStartup": "Run at startup",
"Desktop": "Desktop",
"Mobile": "Mobile \/ Tablet",
"TV": "TV",
"LabelDisplayMode": "Display mode:",
"DisplayModeHelp": "Select the type of screen you're running Emby on.",
"EnableThemeVideos": "Enable theme videos",
"EnableThemeVideosHelp": "If enabled, theme videos will be played in the background while browsing the library.",
"LabelScreensaver": "Screensaver:",
"LabelSoundEffects": "Sound effects:",
"LabelSkin": "Skin:",
"MessageUnlockAppWithPurchaseOrSupporter": "Unlock this feature with a small one-time purchase, or with an active Emby Premiere subscription.", "MessageUnlockAppWithPurchaseOrSupporter": "Unlock this feature with a small one-time purchase, or with an active Emby Premiere subscription.",
"MessageUnlockAppWithSupporter": "Unlock this feature with an active Emby Premiere subscription.", "MessageUnlockAppWithSupporter": "Unlock this feature with an active Emby Premiere subscription.",
"MessageToValidateSupporter": "If you have an active Emby Premiere subscription, ensure you've setup Emby Premiere in your Emby Server Dashboard, which you can access by clicking Emby Premiere within the main menu.", "MessageToValidateSupporter": "If you have an active Emby Premiere subscription, ensure you've setup Emby Premiere in your Emby Server Dashboard, which you can access by clicking Emby Premiere within the main menu.",
@ -70,8 +81,17 @@
"NewCollection": "New Collection", "NewCollection": "New Collection",
"LabelCollection": "Collection:", "LabelCollection": "Collection:",
"Help": "Help", "Help": "Help",
"LabelDisplayLanguage": "Display language:",
"LabelDisplayLanguageHelp": "Translating Emby is an ongoing project.",
"LearnHowYouCanContribute": "Learn how you can contribute.",
"NewCollectionHelp": "Collections allow you to create personalized groupings of movies and other library content.", "NewCollectionHelp": "Collections allow you to create personalized groupings of movies and other library content.",
"SearchForCollectionInternetMetadata": "Search the internet for artwork and metadata", "SearchForCollectionInternetMetadata": "Search the internet for artwork and metadata",
"DisplayMissingEpisodesWithinSeasons": "Display missing episodes within seasons",
"DisplayMissingEpisodesWithinSeasonsHelp": "This must also be enabled for TV libraries in Emby Server setup.",
"EnableThemeSongs": "Enable theme songs",
"EnableBackdrops": "Enable backdrops",
"EnableThemeSongsHelp": "If enabled, theme songs will be played in the background while browsing the library.",
"EnableBackdropsHelp": "If enabled, backdrops will be displayed in the background of some pages while browsing the library.",
"LabelName": "Name:", "LabelName": "Name:",
"NewCollectionNameExample": "Ejemplo: Colecci\u00f3n de Star Wars", "NewCollectionNameExample": "Ejemplo: Colecci\u00f3n de Star Wars",
"MessageItemsAdded": "Items added.", "MessageItemsAdded": "Items added.",
@ -80,6 +100,8 @@
"AddToPlaylist": "Add to playlist", "AddToPlaylist": "Add to playlist",
"HeaderAddToPlaylist": "Add to Playlist", "HeaderAddToPlaylist": "Add to Playlist",
"Subtitles": "Subtitles", "Subtitles": "Subtitles",
"LabelTheme": "Theme:",
"LabelDashboardTheme": "Server dashboard theme:",
"SearchForSubtitles": "Search for Subtitles", "SearchForSubtitles": "Search for Subtitles",
"LabelLanguage": "Language:", "LabelLanguage": "Language:",
"Search": "Search", "Search": "Search",
@ -181,6 +203,7 @@
"HeaderExternalIds": "External Ids:", "HeaderExternalIds": "External Ids:",
"HeaderDisplaySettings": "Display Settings", "HeaderDisplaySettings": "Display Settings",
"LabelDisplayOrder": "Display order:", "LabelDisplayOrder": "Display order:",
"Display": "Display",
"Countries": "Countries", "Countries": "Countries",
"Genres": "Genres", "Genres": "Genres",
"Studios": "Studios", "Studios": "Studios",

View File

@ -1,4 +1,15 @@
{ {
"RunAtStartup": "Run at startup",
"Desktop": "Desktop",
"Mobile": "Mobile \/ Tablet",
"TV": "TV",
"LabelDisplayMode": "Display mode:",
"DisplayModeHelp": "Select the type of screen you're running Emby on.",
"EnableThemeVideos": "Enable theme videos",
"EnableThemeVideosHelp": "If enabled, theme videos will be played in the background while browsing the library.",
"LabelScreensaver": "Screensaver:",
"LabelSoundEffects": "Sound effects:",
"LabelSkin": "Skin:",
"MessageUnlockAppWithPurchaseOrSupporter": "Desbloquee esta caracter\u00edstica con una peque\u00f1a compra \u00fanica, o con una suscripci\u00f3n activa de Emby Premier.", "MessageUnlockAppWithPurchaseOrSupporter": "Desbloquee esta caracter\u00edstica con una peque\u00f1a compra \u00fanica, o con una suscripci\u00f3n activa de Emby Premier.",
"MessageUnlockAppWithSupporter": "Desbloquee esta caracter\u00edstica con una suscripci\u00f3n activa de Emby Premier.", "MessageUnlockAppWithSupporter": "Desbloquee esta caracter\u00edstica con una suscripci\u00f3n activa de Emby Premier.",
"MessageToValidateSupporter": "Si tiene una subscripci\u00f3n de Emby Premiere activa, aseg\u00farese de que ha configurado Emby Premiere en el Panel de Control del Servidor Emby, al cual puede acceder dando click en Emby Premiere dentro del men\u00fa principal.", "MessageToValidateSupporter": "Si tiene una subscripci\u00f3n de Emby Premiere activa, aseg\u00farese de que ha configurado Emby Premiere en el Panel de Control del Servidor Emby, al cual puede acceder dando click en Emby Premiere dentro del men\u00fa principal.",
@ -6,7 +17,7 @@
"Share": "Compartir", "Share": "Compartir",
"Add": "Agregar", "Add": "Agregar",
"ServerUpdateNeeded": "Este Servidor Emby necesita ser actualizado. Para descargar la ultima versi\u00f3n, por favor visite {0}", "ServerUpdateNeeded": "Este Servidor Emby necesita ser actualizado. Para descargar la ultima versi\u00f3n, por favor visite {0}",
"LiveTvRequiresUnlock": "Live TV requires an active Emby Premiere subscription.", "LiveTvRequiresUnlock": "TV en vivo requiere una subscripci\u00f3n activa de Emby Premiere",
"AttributeNew": "Nuevo", "AttributeNew": "Nuevo",
"Premiere": "Premier", "Premiere": "Premier",
"Live": "En Vivo", "Live": "En Vivo",
@ -42,7 +53,7 @@
"HeaderOfflineDownloads": "Medios sin conexion", "HeaderOfflineDownloads": "Medios sin conexion",
"HeaderOfflineDownloadsDescription": "Descargue sus medios en su dispositivo para f\u00e1cil uso mientras esta desconectado.", "HeaderOfflineDownloadsDescription": "Descargue sus medios en su dispositivo para f\u00e1cil uso mientras esta desconectado.",
"CloudSyncFeatureDescription": "Sincronice sus medios a la nube para un f\u00e1cil respaldo, archivo y conversi\u00f3n.", "CloudSyncFeatureDescription": "Sincronice sus medios a la nube para un f\u00e1cil respaldo, archivo y conversi\u00f3n.",
"LiveTvFeatureDescription": "Stream Live TV to any Emby app, with a compatible TV tuner device installed on your Emby Server.", "LiveTvFeatureDescription": "Transmita TV en vivo a una aplicaci\u00f3n Emby, instalando un dispositivo sintonizador de TV compatible con su Servidor Emby",
"DvrFeatureDescription": "Programe grabaciones individuales de TV en Vivo, series, y mas con Emby DVR.", "DvrFeatureDescription": "Programe grabaciones individuales de TV en Vivo, series, y mas con Emby DVR.",
"CinemaModeFeatureDescription": "El Modo Cine le da una verdadera experiencia de cine con trailers e intros personalizados antes de la funci\u00f3n.", "CinemaModeFeatureDescription": "El Modo Cine le da una verdadera experiencia de cine con trailers e intros personalizados antes de la funci\u00f3n.",
"HeaderFreeApps": "Aplicaciones Emby Gratuitas", "HeaderFreeApps": "Aplicaciones Emby Gratuitas",
@ -70,8 +81,17 @@
"NewCollection": "Nueva Colecci\u00f3n", "NewCollection": "Nueva Colecci\u00f3n",
"LabelCollection": "Colecci\u00f3n:", "LabelCollection": "Colecci\u00f3n:",
"Help": "Ayuda", "Help": "Ayuda",
"LabelDisplayLanguage": "Display language:",
"LabelDisplayLanguageHelp": "Translating Emby is an ongoing project.",
"LearnHowYouCanContribute": "Learn how you can contribute.",
"NewCollectionHelp": "Las colecciones le permiten disfrutar de agrupaciones personalizadas de pel\u00edculas y otros contenidos de la biblioteca.", "NewCollectionHelp": "Las colecciones le permiten disfrutar de agrupaciones personalizadas de pel\u00edculas y otros contenidos de la biblioteca.",
"SearchForCollectionInternetMetadata": "Buscar en internet ilustraciones y metadatos", "SearchForCollectionInternetMetadata": "Buscar en internet ilustraciones y metadatos",
"DisplayMissingEpisodesWithinSeasons": "Display missing episodes within seasons",
"DisplayMissingEpisodesWithinSeasonsHelp": "This must also be enabled for TV libraries in Emby Server setup.",
"EnableThemeSongs": "Enable theme songs",
"EnableBackdrops": "Enable backdrops",
"EnableThemeSongsHelp": "If enabled, theme songs will be played in the background while browsing the library.",
"EnableBackdropsHelp": "If enabled, backdrops will be displayed in the background of some pages while browsing the library.",
"LabelName": "Nombre:", "LabelName": "Nombre:",
"NewCollectionNameExample": "Ejemplo: Colecci\u00f3n Guerra de las Galaxias", "NewCollectionNameExample": "Ejemplo: Colecci\u00f3n Guerra de las Galaxias",
"MessageItemsAdded": "\u00cdtems agregados.", "MessageItemsAdded": "\u00cdtems agregados.",
@ -80,6 +100,8 @@
"AddToPlaylist": "Agregar a lista de reproducci\u00f3n", "AddToPlaylist": "Agregar a lista de reproducci\u00f3n",
"HeaderAddToPlaylist": "Agregar a Lista de Reproducci\u00f3n", "HeaderAddToPlaylist": "Agregar a Lista de Reproducci\u00f3n",
"Subtitles": "Subt\u00edtulos", "Subtitles": "Subt\u00edtulos",
"LabelTheme": "Theme:",
"LabelDashboardTheme": "Server dashboard theme:",
"SearchForSubtitles": "Buscar Subtitulos", "SearchForSubtitles": "Buscar Subtitulos",
"LabelLanguage": "Idioma:", "LabelLanguage": "Idioma:",
"Search": "Buscar", "Search": "Buscar",
@ -168,8 +190,8 @@
"FormatValue": "Formato: {0}", "FormatValue": "Formato: {0}",
"DownloadsValue": "Descargas: {0}", "DownloadsValue": "Descargas: {0}",
"PerfectMatch": "Coincidencia exacta", "PerfectMatch": "Coincidencia exacta",
"EnableExternalVideoPlayers": "Enable external video players", "EnableExternalVideoPlayers": "Habilitar reproductores externos de video",
"EnableExternalVideoPlayersHelp": "An external player menu will be shown when starting video playback.", "EnableExternalVideoPlayersHelp": "Un men\u00fa de reproductor externo se mostrara cuando inicie la reproducci\u00f3n de un video.",
"HeaderAlternateEpisodeNumbers": "N\u00fameros de Episodio Alternativos:", "HeaderAlternateEpisodeNumbers": "N\u00fameros de Episodio Alternativos:",
"LabelDvdSeasonNumber": "N\u00famero de temporada del DVD:", "LabelDvdSeasonNumber": "N\u00famero de temporada del DVD:",
"LabelDvdEpisodeNumber": "N\u00famero de episodio de DVD:", "LabelDvdEpisodeNumber": "N\u00famero de episodio de DVD:",
@ -181,6 +203,7 @@
"HeaderExternalIds": "IDs Externos:", "HeaderExternalIds": "IDs Externos:",
"HeaderDisplaySettings": "Configuraci\u00f3n de Pantalla", "HeaderDisplaySettings": "Configuraci\u00f3n de Pantalla",
"LabelDisplayOrder": "Orden para mostrar:", "LabelDisplayOrder": "Orden para mostrar:",
"Display": "Display",
"Countries": "Pa\u00edses", "Countries": "Pa\u00edses",
"Genres": "G\u00e9neros", "Genres": "G\u00e9neros",
"Studios": "Estudios", "Studios": "Estudios",
@ -407,9 +430,9 @@
"Up": "Arriba", "Up": "Arriba",
"Down": "Abajo", "Down": "Abajo",
"HeaderHomeScreen": "Pantalla de Inicio", "HeaderHomeScreen": "Pantalla de Inicio",
"HeaderHomeScreenContent": "Home Screen Content", "HeaderHomeScreenContent": "Contenido de la Pantalla de Inicio",
"HeaderLatestChannelItems": "\u00cdtems Recientes de Canales", "HeaderLatestChannelItems": "\u00cdtems Recientes de Canales",
"LabelSelectHomeScreenItemsFolders": "Allow items to appear on my home screen from:", "LabelSelectHomeScreenItemsFolders": "Permitir items en mi pantalla de inicio de:",
"HeaderLibraryOrder": "Orden de Bibliotecas", "HeaderLibraryOrder": "Orden de Bibliotecas",
"HideWatchedContentFromLatestMedia": "Ocultar contenido ya visto de Agregadas Recientemente", "HideWatchedContentFromLatestMedia": "Ocultar contenido ya visto de Agregadas Recientemente",
"HeaderOnNow": "Transmiti\u00e9ndo Ahora", "HeaderOnNow": "Transmiti\u00e9ndo Ahora",

View File

@ -1,4 +1,15 @@
{ {
"RunAtStartup": "Run at startup",
"Desktop": "Escritorio",
"Mobile": "M\u00f3vil \/ Tablet",
"TV": "TV",
"LabelDisplayMode": "Modo de visualizaci\u00f3n:",
"DisplayModeHelp": "Seleccione el tipo de pantalla que est\u00e1 ejecutando Emby.",
"EnableThemeVideos": "Enable theme videos",
"EnableThemeVideosHelp": "If enabled, theme videos will be played in the background while browsing the library.",
"LabelScreensaver": "Screensaver:",
"LabelSoundEffects": "Sound effects:",
"LabelSkin": "Skin:",
"MessageUnlockAppWithPurchaseOrSupporter": "Desbloquea esta caracter\u00edstica con una peque\u00f1a compra una vez o con una suscripci\u00f3n a Emby Premiere.", "MessageUnlockAppWithPurchaseOrSupporter": "Desbloquea esta caracter\u00edstica con una peque\u00f1a compra una vez o con una suscripci\u00f3n a Emby Premiere.",
"MessageUnlockAppWithSupporter": "Desbloquea esta caracter\u00edstica con una suscripci\u00f3n a Emby Premiere.", "MessageUnlockAppWithSupporter": "Desbloquea esta caracter\u00edstica con una suscripci\u00f3n a Emby Premiere.",
"MessageToValidateSupporter": "Si tienes una suscripci\u00f3n a Emby Premiere aseg\u00farate de que la has configurado en el Panel de Control de tu servidor Emby en Ayuda -> Emby Premiere.", "MessageToValidateSupporter": "Si tienes una suscripci\u00f3n a Emby Premiere aseg\u00farate de que la has configurado en el Panel de Control de tu servidor Emby en Ayuda -> Emby Premiere.",
@ -39,8 +50,8 @@
"HeaderCloudSync": "Sincronizaci\u00f3n en la nube", "HeaderCloudSync": "Sincronizaci\u00f3n en la nube",
"Downloads": "Descargas", "Downloads": "Descargas",
"HeaderMyDownloads": "Mis Descargas", "HeaderMyDownloads": "Mis Descargas",
"HeaderOfflineDownloads": "Offline Media", "HeaderOfflineDownloads": "Medios fuera de l\u00ednea",
"HeaderOfflineDownloadsDescription": "Download media to your devices for easy offline use.", "HeaderOfflineDownloadsDescription": "Descargue los medios a sus dispositivos para un uso sin conexi\u00f3n.",
"CloudSyncFeatureDescription": "Sincroniza tus medios en la nube para una copia de seguridad, archivado y conversi\u00f3n f\u00e1cil.", "CloudSyncFeatureDescription": "Sincroniza tus medios en la nube para una copia de seguridad, archivado y conversi\u00f3n f\u00e1cil.",
"LiveTvFeatureDescription": "Stream Live TV to any Emby app, with a compatible TV tuner device installed on your Emby Server.", "LiveTvFeatureDescription": "Stream Live TV to any Emby app, with a compatible TV tuner device installed on your Emby Server.",
"DvrFeatureDescription": "Schedule individual Live TV recordings, series recordings, and more with Emby DVR.", "DvrFeatureDescription": "Schedule individual Live TV recordings, series recordings, and more with Emby DVR.",
@ -70,8 +81,17 @@
"NewCollection": "Nueva colecci\u00f3n", "NewCollection": "Nueva colecci\u00f3n",
"LabelCollection": "Colecci\u00f3n:", "LabelCollection": "Colecci\u00f3n:",
"Help": "Ayuda", "Help": "Ayuda",
"LabelDisplayLanguage": "Display language:",
"LabelDisplayLanguageHelp": "Translating Emby is an ongoing project.",
"LearnHowYouCanContribute": "Learn how you can contribute.",
"NewCollectionHelp": "Collections allow you to create personalized groupings of movies and other library content.", "NewCollectionHelp": "Collections allow you to create personalized groupings of movies and other library content.",
"SearchForCollectionInternetMetadata": "Buscar en internet ilustraciones y metadatos", "SearchForCollectionInternetMetadata": "Buscar en internet ilustraciones y metadatos",
"DisplayMissingEpisodesWithinSeasons": "Display missing episodes within seasons",
"DisplayMissingEpisodesWithinSeasonsHelp": "This must also be enabled for TV libraries in Emby Server setup.",
"EnableThemeSongs": "Enable theme songs",
"EnableBackdrops": "Enable backdrops",
"EnableThemeSongsHelp": "If enabled, theme songs will be played in the background while browsing the library.",
"EnableBackdropsHelp": "If enabled, backdrops will be displayed in the background of some pages while browsing the library.",
"LabelName": "Nombre:", "LabelName": "Nombre:",
"NewCollectionNameExample": "Ejemplo: Colecci\u00f3n de Star Wars", "NewCollectionNameExample": "Ejemplo: Colecci\u00f3n de Star Wars",
"MessageItemsAdded": "Items a\u00f1adidos", "MessageItemsAdded": "Items a\u00f1adidos",
@ -80,6 +100,8 @@
"AddToPlaylist": "A\u00f1adir a la lista de reproducci\u00f3n", "AddToPlaylist": "A\u00f1adir a la lista de reproducci\u00f3n",
"HeaderAddToPlaylist": "A\u00f1adir a la lista", "HeaderAddToPlaylist": "A\u00f1adir a la lista",
"Subtitles": "Subt\u00edtulos", "Subtitles": "Subt\u00edtulos",
"LabelTheme": "Theme:",
"LabelDashboardTheme": "Server dashboard theme:",
"SearchForSubtitles": "B\u00fasqueda de Subt\u00edtulos", "SearchForSubtitles": "B\u00fasqueda de Subt\u00edtulos",
"LabelLanguage": "Idioma:", "LabelLanguage": "Idioma:",
"Search": "Buscar", "Search": "Buscar",
@ -181,6 +203,7 @@
"HeaderExternalIds": "Ids externos:", "HeaderExternalIds": "Ids externos:",
"HeaderDisplaySettings": "Opciones de pantalla", "HeaderDisplaySettings": "Opciones de pantalla",
"LabelDisplayOrder": "Mostrar orden:", "LabelDisplayOrder": "Mostrar orden:",
"Display": "Display",
"Countries": "Pa\u00edses", "Countries": "Pa\u00edses",
"Genres": "G\u00e9neros", "Genres": "G\u00e9neros",
"Studios": "Estudios", "Studios": "Estudios",

View File

@ -1,4 +1,15 @@
{ {
"RunAtStartup": "Run at startup",
"Desktop": "Desktop",
"Mobile": "Mobile \/ Tablet",
"TV": "TV",
"LabelDisplayMode": "Display mode:",
"DisplayModeHelp": "Select the type of screen you're running Emby on.",
"EnableThemeVideos": "Enable theme videos",
"EnableThemeVideosHelp": "If enabled, theme videos will be played in the background while browsing the library.",
"LabelScreensaver": "Screensaver:",
"LabelSoundEffects": "Sound effects:",
"LabelSkin": "Skin:",
"MessageUnlockAppWithPurchaseOrSupporter": "Unlock this feature with a small one-time purchase, or with an active Emby Premiere subscription.", "MessageUnlockAppWithPurchaseOrSupporter": "Unlock this feature with a small one-time purchase, or with an active Emby Premiere subscription.",
"MessageUnlockAppWithSupporter": "Unlock this feature with an active Emby Premiere subscription.", "MessageUnlockAppWithSupporter": "Unlock this feature with an active Emby Premiere subscription.",
"MessageToValidateSupporter": "If you have an active Emby Premiere subscription, ensure you've setup Emby Premiere in your Emby Server Dashboard, which you can access by clicking Emby Premiere within the main menu.", "MessageToValidateSupporter": "If you have an active Emby Premiere subscription, ensure you've setup Emby Premiere in your Emby Server Dashboard, which you can access by clicking Emby Premiere within the main menu.",
@ -70,8 +81,17 @@
"NewCollection": "New Collection", "NewCollection": "New Collection",
"LabelCollection": "Collection:", "LabelCollection": "Collection:",
"Help": "Help", "Help": "Help",
"LabelDisplayLanguage": "Display language:",
"LabelDisplayLanguageHelp": "Translating Emby is an ongoing project.",
"LearnHowYouCanContribute": "Learn how you can contribute.",
"NewCollectionHelp": "Collections allow you to create personalized groupings of movies and other library content.", "NewCollectionHelp": "Collections allow you to create personalized groupings of movies and other library content.",
"SearchForCollectionInternetMetadata": "Search the internet for artwork and metadata", "SearchForCollectionInternetMetadata": "Search the internet for artwork and metadata",
"DisplayMissingEpisodesWithinSeasons": "Display missing episodes within seasons",
"DisplayMissingEpisodesWithinSeasonsHelp": "This must also be enabled for TV libraries in Emby Server setup.",
"EnableThemeSongs": "Enable theme songs",
"EnableBackdrops": "Enable backdrops",
"EnableThemeSongsHelp": "If enabled, theme songs will be played in the background while browsing the library.",
"EnableBackdropsHelp": "If enabled, backdrops will be displayed in the background of some pages while browsing the library.",
"LabelName": "Name:", "LabelName": "Name:",
"NewCollectionNameExample": "Example: Star Wars Collection", "NewCollectionNameExample": "Example: Star Wars Collection",
"MessageItemsAdded": "Items added.", "MessageItemsAdded": "Items added.",
@ -80,6 +100,8 @@
"AddToPlaylist": "Add to playlist", "AddToPlaylist": "Add to playlist",
"HeaderAddToPlaylist": "Add to Playlist", "HeaderAddToPlaylist": "Add to Playlist",
"Subtitles": "Subtitles", "Subtitles": "Subtitles",
"LabelTheme": "Theme:",
"LabelDashboardTheme": "Server dashboard theme:",
"SearchForSubtitles": "Search for Subtitles", "SearchForSubtitles": "Search for Subtitles",
"LabelLanguage": "Kieli:", "LabelLanguage": "Kieli:",
"Search": "Search", "Search": "Search",
@ -181,6 +203,7 @@
"HeaderExternalIds": "External Ids:", "HeaderExternalIds": "External Ids:",
"HeaderDisplaySettings": "Display Settings", "HeaderDisplaySettings": "Display Settings",
"LabelDisplayOrder": "Display order:", "LabelDisplayOrder": "Display order:",
"Display": "Display",
"Countries": "Countries", "Countries": "Countries",
"Genres": "Genres", "Genres": "Genres",
"Studios": "Studios", "Studios": "Studios",

View File

@ -1,4 +1,15 @@
{ {
"RunAtStartup": "Run at startup",
"Desktop": "Desktop",
"Mobile": "Mobile \/ Tablet",
"TV": "TV",
"LabelDisplayMode": "Display mode:",
"DisplayModeHelp": "Select the type of screen you're running Emby on.",
"EnableThemeVideos": "Enable theme videos",
"EnableThemeVideosHelp": "If enabled, theme videos will be played in the background while browsing the library.",
"LabelScreensaver": "Screensaver:",
"LabelSoundEffects": "Sound effects:",
"LabelSkin": "Skin:",
"MessageUnlockAppWithPurchaseOrSupporter": "D\u00e9verrouillez cette fonctionnalit\u00e9 avec un petit achat unique ou avec un abonnement Emby Premiere actif.", "MessageUnlockAppWithPurchaseOrSupporter": "D\u00e9verrouillez cette fonctionnalit\u00e9 avec un petit achat unique ou avec un abonnement Emby Premiere actif.",
"MessageUnlockAppWithSupporter": "D\u00e9verrouillez cette fonctionnalit\u00e9 avec un abonnement Emby Premi\u00e8re actif.", "MessageUnlockAppWithSupporter": "D\u00e9verrouillez cette fonctionnalit\u00e9 avec un abonnement Emby Premi\u00e8re actif.",
"MessageToValidateSupporter": "Si vous avez un abonnement Emby Premi\u00e8re actif, assurez-vous d'avoir install\u00e9 Emby Premi\u00e8re sur le tableau de bord de votre serveur Emby, auquel vous pouvez acc\u00e9der en cliquant sur Emby Premi\u00e8re dans le menu principal.", "MessageToValidateSupporter": "Si vous avez un abonnement Emby Premi\u00e8re actif, assurez-vous d'avoir install\u00e9 Emby Premi\u00e8re sur le tableau de bord de votre serveur Emby, auquel vous pouvez acc\u00e9der en cliquant sur Emby Premi\u00e8re dans le menu principal.",
@ -70,8 +81,17 @@
"NewCollection": "Nouvelle Collection", "NewCollection": "Nouvelle Collection",
"LabelCollection": "Collection:", "LabelCollection": "Collection:",
"Help": "Aide", "Help": "Aide",
"LabelDisplayLanguage": "Display language:",
"LabelDisplayLanguageHelp": "Translating Emby is an ongoing project.",
"LearnHowYouCanContribute": "Learn how you can contribute.",
"NewCollectionHelp": "Les collections vous permettent de cr\u00e9er des regroupements personnalis\u00e9s de films et d'autres contenus de la biblioth\u00e8que.", "NewCollectionHelp": "Les collections vous permettent de cr\u00e9er des regroupements personnalis\u00e9s de films et d'autres contenus de la biblioth\u00e8que.",
"SearchForCollectionInternetMetadata": "Search the internet for artwork and metadata", "SearchForCollectionInternetMetadata": "Search the internet for artwork and metadata",
"DisplayMissingEpisodesWithinSeasons": "Display missing episodes within seasons",
"DisplayMissingEpisodesWithinSeasonsHelp": "This must also be enabled for TV libraries in Emby Server setup.",
"EnableThemeSongs": "Enable theme songs",
"EnableBackdrops": "Enable backdrops",
"EnableThemeSongsHelp": "If enabled, theme songs will be played in the background while browsing the library.",
"EnableBackdropsHelp": "If enabled, backdrops will be displayed in the background of some pages while browsing the library.",
"LabelName": "Nom:", "LabelName": "Nom:",
"NewCollectionNameExample": "Exemple: Collection Star Wars", "NewCollectionNameExample": "Exemple: Collection Star Wars",
"MessageItemsAdded": "\u00c9l\u00e9ments ajout\u00e9s.", "MessageItemsAdded": "\u00c9l\u00e9ments ajout\u00e9s.",
@ -80,6 +100,8 @@
"AddToPlaylist": "Ajouter \u00e0 la liste de lecture", "AddToPlaylist": "Ajouter \u00e0 la liste de lecture",
"HeaderAddToPlaylist": "Ajouter \u00e0 la liste de lecture", "HeaderAddToPlaylist": "Ajouter \u00e0 la liste de lecture",
"Subtitles": "Sous-titres", "Subtitles": "Sous-titres",
"LabelTheme": "Theme:",
"LabelDashboardTheme": "Server dashboard theme:",
"SearchForSubtitles": "Rechercher des sous-titres", "SearchForSubtitles": "Rechercher des sous-titres",
"LabelLanguage": "Langage:", "LabelLanguage": "Langage:",
"Search": "Rechercher", "Search": "Rechercher",
@ -181,6 +203,7 @@
"HeaderExternalIds": "External Ids:", "HeaderExternalIds": "External Ids:",
"HeaderDisplaySettings": "Display Settings", "HeaderDisplaySettings": "Display Settings",
"LabelDisplayOrder": "Display order:", "LabelDisplayOrder": "Display order:",
"Display": "Display",
"Countries": "Countries", "Countries": "Countries",
"Genres": "Genres", "Genres": "Genres",
"Studios": "Studios", "Studios": "Studios",

View File

@ -1,4 +1,15 @@
{ {
"RunAtStartup": "Run at startup",
"Desktop": "Bureau",
"Mobile": "Mobile \/ Tablette",
"TV": "TV",
"LabelDisplayMode": "Mode d'affichage :",
"DisplayModeHelp": "S\u00e9lectionner le type d'\u00e9cran sur lequel vous utilisez Emby.",
"EnableThemeVideos": "Enable theme videos",
"EnableThemeVideosHelp": "If enabled, theme videos will be played in the background while browsing the library.",
"LabelScreensaver": "Screensaver:",
"LabelSoundEffects": "Sound effects:",
"LabelSkin": "Skin:",
"MessageUnlockAppWithPurchaseOrSupporter": "D\u00e9verrouillez cette fonctionnalit\u00e9 avec un petit achat unique, ou avec un abonnement Emby Premiere.", "MessageUnlockAppWithPurchaseOrSupporter": "D\u00e9verrouillez cette fonctionnalit\u00e9 avec un petit achat unique, ou avec un abonnement Emby Premiere.",
"MessageUnlockAppWithSupporter": "D\u00e9verrouillez cette fonctionnalit\u00e9 avec un abonnement Emby Premiere.", "MessageUnlockAppWithSupporter": "D\u00e9verrouillez cette fonctionnalit\u00e9 avec un abonnement Emby Premiere.",
"MessageToValidateSupporter": "Si vous avez un abonnement Emby Premiere, veuillez vous assurer que vous avez configur\u00e9 Emby Premiere dans le tableau de bord de votre serveur Emby auquel vous pouvez acc\u00e9der en cliquant sur Emby Premiere dans le menu principal", "MessageToValidateSupporter": "Si vous avez un abonnement Emby Premiere, veuillez vous assurer que vous avez configur\u00e9 Emby Premiere dans le tableau de bord de votre serveur Emby auquel vous pouvez acc\u00e9der en cliquant sur Emby Premiere dans le menu principal",
@ -6,7 +17,7 @@
"Share": "Partager", "Share": "Partager",
"Add": "Ajouter", "Add": "Ajouter",
"ServerUpdateNeeded": "Le serveur Emby doit \u00eatre mis \u00e0 jour. Pour t\u00e9l\u00e9charger la derni\u00e8re version, veuillez visiter {0}", "ServerUpdateNeeded": "Le serveur Emby doit \u00eatre mis \u00e0 jour. Pour t\u00e9l\u00e9charger la derni\u00e8re version, veuillez visiter {0}",
"LiveTvRequiresUnlock": "Live TV requires an active Emby Premiere subscription.", "LiveTvRequiresUnlock": "La TV en direct n\u00e9cessite un abonnement Emby Premiere.",
"AttributeNew": "Nouveau", "AttributeNew": "Nouveau",
"Premiere": "Premiere", "Premiere": "Premiere",
"Live": "En direct", "Live": "En direct",
@ -70,8 +81,17 @@
"NewCollection": "Nouvelle collection", "NewCollection": "Nouvelle collection",
"LabelCollection": "Collection\u00a0:", "LabelCollection": "Collection\u00a0:",
"Help": "Aide", "Help": "Aide",
"LabelDisplayLanguage": "Langue d'affichage :",
"LabelDisplayLanguageHelp": "La traduction d'Emby est un projet en cours.",
"LearnHowYouCanContribute": "Voir comment vous pouvez contribuer.",
"NewCollectionHelp": "Les collections vous permettent de cr\u00e9er des groupes personnalis\u00e9s de films et d'autres contenus.", "NewCollectionHelp": "Les collections vous permettent de cr\u00e9er des groupes personnalis\u00e9s de films et d'autres contenus.",
"SearchForCollectionInternetMetadata": "Rechercher sur Internet les images et les m\u00e9tadonn\u00e9es", "SearchForCollectionInternetMetadata": "Rechercher sur Internet les images et les m\u00e9tadonn\u00e9es",
"DisplayMissingEpisodesWithinSeasons": "Afficher les \u00e9pisodes manquants dans les saisons",
"DisplayMissingEpisodesWithinSeasonsHelp": "This must also be enabled for TV libraries in Emby Server setup.",
"EnableThemeSongs": "Activer les th\u00e8mes musicaux",
"EnableBackdrops": "Activer les images d'arri\u00e8re-plans",
"EnableThemeSongsHelp": "Si activ\u00e9, les th\u00e8mes musicaux seront lus en arri\u00e8re-plan pendant la navigation dans la m\u00e9diath\u00e8que.",
"EnableBackdropsHelp": "Si activ\u00e9, les images d'arri\u00e8re-plan seront affich\u00e9es sur certaines pages pendant la navigation dans la m\u00e9diath\u00e8que.",
"LabelName": "Nom\u00a0:", "LabelName": "Nom\u00a0:",
"NewCollectionNameExample": "Exemple\u00a0: Collection Star Wars", "NewCollectionNameExample": "Exemple\u00a0: Collection Star Wars",
"MessageItemsAdded": " \u00c9l\u00e9ments ajout\u00e9s.", "MessageItemsAdded": " \u00c9l\u00e9ments ajout\u00e9s.",
@ -80,6 +100,8 @@
"AddToPlaylist": "Ajouter \u00e0 la liste de lecture", "AddToPlaylist": "Ajouter \u00e0 la liste de lecture",
"HeaderAddToPlaylist": "Ajouter \u00e0 la liste de lecture", "HeaderAddToPlaylist": "Ajouter \u00e0 la liste de lecture",
"Subtitles": "Sous-titres", "Subtitles": "Sous-titres",
"LabelTheme": "Th\u00e8me\u00a0:",
"LabelDashboardTheme": "Th\u00e8me du tableau de bord du serveur\u00a0:",
"SearchForSubtitles": "Rechercher des sous-titres", "SearchForSubtitles": "Rechercher des sous-titres",
"LabelLanguage": "Langue\u00a0:", "LabelLanguage": "Langue\u00a0:",
"Search": "Recherche", "Search": "Recherche",
@ -181,6 +203,7 @@
"HeaderExternalIds": "Identifiants externes\u00a0:", "HeaderExternalIds": "Identifiants externes\u00a0:",
"HeaderDisplaySettings": "Param\u00e8tres d'affichage", "HeaderDisplaySettings": "Param\u00e8tres d'affichage",
"LabelDisplayOrder": "Ordre d'affichage\u00a0:", "LabelDisplayOrder": "Ordre d'affichage\u00a0:",
"Display": "Affichage",
"Countries": "Pays", "Countries": "Pays",
"Genres": "Genres", "Genres": "Genres",
"Studios": "Studios", "Studios": "Studios",

View File

@ -1,4 +1,15 @@
{ {
"RunAtStartup": "Run at startup",
"Desktop": "Desktop",
"Mobile": "Mobile \/ Tablet",
"TV": "TV",
"LabelDisplayMode": "Display mode:",
"DisplayModeHelp": "Select the type of screen you're running Emby on.",
"EnableThemeVideos": "Enable theme videos",
"EnableThemeVideosHelp": "If enabled, theme videos will be played in the background while browsing the library.",
"LabelScreensaver": "Screensaver:",
"LabelSoundEffects": "Sound effects:",
"LabelSkin": "Skin:",
"MessageUnlockAppWithPurchaseOrSupporter": "Unlock this feature with a small one-time purchase, or with an active Emby Premiere subscription.", "MessageUnlockAppWithPurchaseOrSupporter": "Unlock this feature with a small one-time purchase, or with an active Emby Premiere subscription.",
"MessageUnlockAppWithSupporter": "Unlock this feature with an active Emby Premiere subscription.", "MessageUnlockAppWithSupporter": "Unlock this feature with an active Emby Premiere subscription.",
"MessageToValidateSupporter": "If you have an active Emby Premiere subscription, ensure you've setup Emby Premiere in your Emby Server Dashboard, which you can access by clicking Emby Premiere within the main menu.", "MessageToValidateSupporter": "If you have an active Emby Premiere subscription, ensure you've setup Emby Premiere in your Emby Server Dashboard, which you can access by clicking Emby Premiere within the main menu.",
@ -70,8 +81,17 @@
"NewCollection": "New Collection", "NewCollection": "New Collection",
"LabelCollection": "Collection:", "LabelCollection": "Collection:",
"Help": "Help", "Help": "Help",
"LabelDisplayLanguage": "Display language:",
"LabelDisplayLanguageHelp": "Translating Emby is an ongoing project.",
"LearnHowYouCanContribute": "Learn how you can contribute.",
"NewCollectionHelp": "Collections allow you to create personalized groupings of movies and other library content.", "NewCollectionHelp": "Collections allow you to create personalized groupings of movies and other library content.",
"SearchForCollectionInternetMetadata": "Dursuechs Internet nach Bilder und Metadate", "SearchForCollectionInternetMetadata": "Dursuechs Internet nach Bilder und Metadate",
"DisplayMissingEpisodesWithinSeasons": "Display missing episodes within seasons",
"DisplayMissingEpisodesWithinSeasonsHelp": "This must also be enabled for TV libraries in Emby Server setup.",
"EnableThemeSongs": "Enable theme songs",
"EnableBackdrops": "Enable backdrops",
"EnableThemeSongsHelp": "If enabled, theme songs will be played in the background while browsing the library.",
"EnableBackdropsHelp": "If enabled, backdrops will be displayed in the background of some pages while browsing the library.",
"LabelName": "Name:", "LabelName": "Name:",
"NewCollectionNameExample": "Biispell: Star Wars Sammlig", "NewCollectionNameExample": "Biispell: Star Wars Sammlig",
"MessageItemsAdded": "Items added.", "MessageItemsAdded": "Items added.",
@ -80,6 +100,8 @@
"AddToPlaylist": "Add to playlist", "AddToPlaylist": "Add to playlist",
"HeaderAddToPlaylist": "Add to Playlist", "HeaderAddToPlaylist": "Add to Playlist",
"Subtitles": "Subtitles", "Subtitles": "Subtitles",
"LabelTheme": "Theme:",
"LabelDashboardTheme": "Server dashboard theme:",
"SearchForSubtitles": "Search for Subtitles", "SearchForSubtitles": "Search for Subtitles",
"LabelLanguage": "Sproch:", "LabelLanguage": "Sproch:",
"Search": "Search", "Search": "Search",
@ -181,6 +203,7 @@
"HeaderExternalIds": "External Ids:", "HeaderExternalIds": "External Ids:",
"HeaderDisplaySettings": "Display Settings", "HeaderDisplaySettings": "Display Settings",
"LabelDisplayOrder": "Display order:", "LabelDisplayOrder": "Display order:",
"Display": "Display",
"Countries": "Countries", "Countries": "Countries",
"Genres": "Genres", "Genres": "Genres",
"Studios": "Studios", "Studios": "Studios",

View File

@ -1,4 +1,15 @@
{ {
"RunAtStartup": "Run at startup",
"Desktop": "Desktop",
"Mobile": "Mobile \/ Tablet",
"TV": "TV",
"LabelDisplayMode": "Display mode:",
"DisplayModeHelp": "Select the type of screen you're running Emby on.",
"EnableThemeVideos": "Enable theme videos",
"EnableThemeVideosHelp": "If enabled, theme videos will be played in the background while browsing the library.",
"LabelScreensaver": "Screensaver:",
"LabelSoundEffects": "Sound effects:",
"LabelSkin": "Skin:",
"MessageUnlockAppWithPurchaseOrSupporter": "\u05e0\u05e2\u05d9\u05dc\u05ea \u05ea\u05db\u05d5\u05e0\u05d4 \u05d6\u05d5 \u05e2\u05dd \u05e8\u05db\u05d9\u05e9\u05d4 \u05d7\u05d3 \u05e4\u05e2\u05de\u05d9\u05ea \u05e7\u05d8\u05e0\u05d4, \u05d0\u05d5 \u05e2\u05dd \u05de\u05e0\u05d5\u05d9 \u05e4\u05e2\u05d9\u05dc Premiere \u05d0\u05de\u05d1\u05d9.", "MessageUnlockAppWithPurchaseOrSupporter": "\u05e0\u05e2\u05d9\u05dc\u05ea \u05ea\u05db\u05d5\u05e0\u05d4 \u05d6\u05d5 \u05e2\u05dd \u05e8\u05db\u05d9\u05e9\u05d4 \u05d7\u05d3 \u05e4\u05e2\u05de\u05d9\u05ea \u05e7\u05d8\u05e0\u05d4, \u05d0\u05d5 \u05e2\u05dd \u05de\u05e0\u05d5\u05d9 \u05e4\u05e2\u05d9\u05dc Premiere \u05d0\u05de\u05d1\u05d9.",
"MessageUnlockAppWithSupporter": "\u05d1\u05d9\u05d8\u05d5\u05dc \u05e0\u05e2\u05d9\u05dc\u05d4 \u05e9\u05dc \u05ea\u05db\u05d5\u05e0\u05d4 \u05d6\u05d5 \u05e2\u05dd \u05de\u05e0\u05d5\u05d9 \u05e4\u05e2\u05d9\u05dc \u05e9\u05dc Emby Premiere.", "MessageUnlockAppWithSupporter": "\u05d1\u05d9\u05d8\u05d5\u05dc \u05e0\u05e2\u05d9\u05dc\u05d4 \u05e9\u05dc \u05ea\u05db\u05d5\u05e0\u05d4 \u05d6\u05d5 \u05e2\u05dd \u05de\u05e0\u05d5\u05d9 \u05e4\u05e2\u05d9\u05dc \u05e9\u05dc Emby Premiere.",
"MessageToValidateSupporter": "\u05d0\u05dd \u05d9\u05e9 \u05dc\u05da \u05de\u05e0\u05d5\u05d9 \u05e4\u05e2\u05d9\u05dc \u05e9\u05dc Emby Premiere, \u05d5\u05d3\u05d0 \u05e9\u05d4\u05d2\u05d3\u05e8\u05ea \u05d0\u05ea Emby Premiere \u05d1\u05de\u05e8\u05db\u05d6 \u05d4\u05e9\u05dc\u05d9\u05d8\u05d4 \u05e9\u05dc \u200b\u200b\u05d0\u05de\u05d1\u05d9 \u05e9\u05e8\u05ea, \u05e9\u05d1\u05d5 \u05d1\u05d0\u05e4\u05e9\u05e8\u05d5\u05ea\u05da \u05dc\u05d2\u05e9\u05ea \u05e2\u05dc-\u05d9\u05d3\u05d9 \u05dc\u05d7\u05d9\u05e6\u05d4 \u05e2\u05dc Emby Premiere \u05d1\u05ea\u05e4\u05e8\u05d9\u05d8 \u05d4\u05e8\u05d0\u05e9\u05d9.", "MessageToValidateSupporter": "\u05d0\u05dd \u05d9\u05e9 \u05dc\u05da \u05de\u05e0\u05d5\u05d9 \u05e4\u05e2\u05d9\u05dc \u05e9\u05dc Emby Premiere, \u05d5\u05d3\u05d0 \u05e9\u05d4\u05d2\u05d3\u05e8\u05ea \u05d0\u05ea Emby Premiere \u05d1\u05de\u05e8\u05db\u05d6 \u05d4\u05e9\u05dc\u05d9\u05d8\u05d4 \u05e9\u05dc \u200b\u200b\u05d0\u05de\u05d1\u05d9 \u05e9\u05e8\u05ea, \u05e9\u05d1\u05d5 \u05d1\u05d0\u05e4\u05e9\u05e8\u05d5\u05ea\u05da \u05dc\u05d2\u05e9\u05ea \u05e2\u05dc-\u05d9\u05d3\u05d9 \u05dc\u05d7\u05d9\u05e6\u05d4 \u05e2\u05dc Emby Premiere \u05d1\u05ea\u05e4\u05e8\u05d9\u05d8 \u05d4\u05e8\u05d0\u05e9\u05d9.",
@ -70,8 +81,17 @@
"NewCollection": "\u05d0\u05d5\u05e1\u05e4\u05d9\u05dd \u05d7\u05d3\u05e9\u05d9\u05dd", "NewCollection": "\u05d0\u05d5\u05e1\u05e4\u05d9\u05dd \u05d7\u05d3\u05e9\u05d9\u05dd",
"LabelCollection": "\u05d0\u05d5\u05e1\u05e4\u05d9\u05dd:", "LabelCollection": "\u05d0\u05d5\u05e1\u05e4\u05d9\u05dd:",
"Help": "\u05e2\u05d6\u05e8\u05d4", "Help": "\u05e2\u05d6\u05e8\u05d4",
"LabelDisplayLanguage": "Display language:",
"LabelDisplayLanguageHelp": "Translating Emby is an ongoing project.",
"LearnHowYouCanContribute": "Learn how you can contribute.",
"NewCollectionHelp": "\u05d0\u05d5\u05e1\u05e4\u05d9\u05dd \u05de\u05d0\u05e4\u05e9\u05e8\u05d9\u05dd \u05dc\u05da \u05dc\u05d9\u05e6\u05d5\u05e8 \u05e7\u05d9\u05d1\u05d5\u05e6\u05d9\u05dd \u05de\u05d5\u05ea\u05d0\u05de\u05d9\u05dd \u05d0\u05d9\u05e9\u05d9\u05ea \u05e9\u05dc \u05e1\u05e8\u05d8\u05d9\u05dd \u05d5\u05ea\u05d5\u05db\u05df \u05e1\u05e4\u05e8\u05d9\u05d4 \u05d0\u05d7\u05e8.", "NewCollectionHelp": "\u05d0\u05d5\u05e1\u05e4\u05d9\u05dd \u05de\u05d0\u05e4\u05e9\u05e8\u05d9\u05dd \u05dc\u05da \u05dc\u05d9\u05e6\u05d5\u05e8 \u05e7\u05d9\u05d1\u05d5\u05e6\u05d9\u05dd \u05de\u05d5\u05ea\u05d0\u05de\u05d9\u05dd \u05d0\u05d9\u05e9\u05d9\u05ea \u05e9\u05dc \u05e1\u05e8\u05d8\u05d9\u05dd \u05d5\u05ea\u05d5\u05db\u05df \u05e1\u05e4\u05e8\u05d9\u05d4 \u05d0\u05d7\u05e8.",
"SearchForCollectionInternetMetadata": "\u05d7\u05e4\u05e9 \u05d1\u05d0\u05d9\u05e0\u05e8\u05e0\u05d8 \u05d0\u05d7\u05e8\u05d9 \u05de\u05d9\u05d3\u05e2 \u05d5\u05ea\u05de\u05d5\u05e0\u05d5\u05ea", "SearchForCollectionInternetMetadata": "\u05d7\u05e4\u05e9 \u05d1\u05d0\u05d9\u05e0\u05e8\u05e0\u05d8 \u05d0\u05d7\u05e8\u05d9 \u05de\u05d9\u05d3\u05e2 \u05d5\u05ea\u05de\u05d5\u05e0\u05d5\u05ea",
"DisplayMissingEpisodesWithinSeasons": "Display missing episodes within seasons",
"DisplayMissingEpisodesWithinSeasonsHelp": "This must also be enabled for TV libraries in Emby Server setup.",
"EnableThemeSongs": "Enable theme songs",
"EnableBackdrops": "Enable backdrops",
"EnableThemeSongsHelp": "If enabled, theme songs will be played in the background while browsing the library.",
"EnableBackdropsHelp": "If enabled, backdrops will be displayed in the background of some pages while browsing the library.",
"LabelName": "\u05e9\u05dd:", "LabelName": "\u05e9\u05dd:",
"NewCollectionNameExample": "\u05dc\u05d3\u05d5\u05d2\u05de\u05d0 :\u05d0\u05d5\u05e1\u05e3 \u05de\u05dc\u05d7\u05de\u05ea \u05d4\u05db\u05d5\u05db\u05d1\u05d9\u05dd", "NewCollectionNameExample": "\u05dc\u05d3\u05d5\u05d2\u05de\u05d0 :\u05d0\u05d5\u05e1\u05e3 \u05de\u05dc\u05d7\u05de\u05ea \u05d4\u05db\u05d5\u05db\u05d1\u05d9\u05dd",
"MessageItemsAdded": "\u05e4\u05e8\u05d9\u05d8\u05d9\u05dd \u05e0\u05d5\u05e1\u05e4\u05d5.", "MessageItemsAdded": "\u05e4\u05e8\u05d9\u05d8\u05d9\u05dd \u05e0\u05d5\u05e1\u05e4\u05d5.",
@ -80,6 +100,8 @@
"AddToPlaylist": "\u05d4\u05d5\u05e1\u05e3 \u05dc\u05e8\u05e9\u05d9\u05de\u05ea \u05e0\u05d9\u05d2\u05d5\u05df", "AddToPlaylist": "\u05d4\u05d5\u05e1\u05e3 \u05dc\u05e8\u05e9\u05d9\u05de\u05ea \u05e0\u05d9\u05d2\u05d5\u05df",
"HeaderAddToPlaylist": "\u05d4\u05d5\u05e1\u05e3 \u05dc\u05e8\u05e9\u05d9\u05de\u05ea \u05e0\u05d9\u05d2\u05d5\u05df", "HeaderAddToPlaylist": "\u05d4\u05d5\u05e1\u05e3 \u05dc\u05e8\u05e9\u05d9\u05de\u05ea \u05e0\u05d9\u05d2\u05d5\u05df",
"Subtitles": "\u05db\u05ea\u05d5\u05d1\u05d9\u05d5\u05ea", "Subtitles": "\u05db\u05ea\u05d5\u05d1\u05d9\u05d5\u05ea",
"LabelTheme": "Theme:",
"LabelDashboardTheme": "Server dashboard theme:",
"SearchForSubtitles": "\u05d7\u05d9\u05e4\u05d5\u05e9 \u05e9\u05dc \u05db\u05ea\u05d5\u05d1\u05d9\u05d5\u05ea", "SearchForSubtitles": "\u05d7\u05d9\u05e4\u05d5\u05e9 \u05e9\u05dc \u05db\u05ea\u05d5\u05d1\u05d9\u05d5\u05ea",
"LabelLanguage": "\u05e9\u05e4\u05d4:", "LabelLanguage": "\u05e9\u05e4\u05d4:",
"Search": "\u05d7\u05d9\u05e4\u05d5\u05e9", "Search": "\u05d7\u05d9\u05e4\u05d5\u05e9",
@ -181,6 +203,7 @@
"HeaderExternalIds": "\u05de\u05d6\u05d4\u05d9\u05dd \u05d7\u05d9\u05e6\u05d5\u05e0\u05d9\u05d9\u05dd:", "HeaderExternalIds": "\u05de\u05d6\u05d4\u05d9\u05dd \u05d7\u05d9\u05e6\u05d5\u05e0\u05d9\u05d9\u05dd:",
"HeaderDisplaySettings": "\u05d4\u05d2\u05d3\u05e8\u05d5\u05ea \u05ea\u05e6\u05d5\u05d2\u05d4", "HeaderDisplaySettings": "\u05d4\u05d2\u05d3\u05e8\u05d5\u05ea \u05ea\u05e6\u05d5\u05d2\u05d4",
"LabelDisplayOrder": "\u05e1\u05d3\u05e8 \u05ea\u05e6\u05d5\u05d2\u05d4:", "LabelDisplayOrder": "\u05e1\u05d3\u05e8 \u05ea\u05e6\u05d5\u05d2\u05d4:",
"Display": "Display",
"Countries": "\u05de\u05d3\u05d9\u05e0\u05d5\u05ea", "Countries": "\u05de\u05d3\u05d9\u05e0\u05d5\u05ea",
"Genres": "\u05d6'\u05d0\u05e0\u05e8\u05d9\u05dd", "Genres": "\u05d6'\u05d0\u05e0\u05e8\u05d9\u05dd",
"Studios": "\u05d0\u05d5\u05dc\u05e4\u05e0\u05d9", "Studios": "\u05d0\u05d5\u05dc\u05e4\u05e0\u05d9",

View File

@ -1,4 +1,15 @@
{ {
"RunAtStartup": "Run at startup",
"Desktop": "Desktop",
"Mobile": "Mobile \/ Tablet",
"TV": "TV",
"LabelDisplayMode": "Display mode:",
"DisplayModeHelp": "Select the type of screen you're running Emby on.",
"EnableThemeVideos": "Enable theme videos",
"EnableThemeVideosHelp": "If enabled, theme videos will be played in the background while browsing the library.",
"LabelScreensaver": "Screensaver:",
"LabelSoundEffects": "Sound effects:",
"LabelSkin": "Skin:",
"MessageUnlockAppWithPurchaseOrSupporter": "Otklju\u010daj ovu mogu\u0107nost s malom jednokratnom kupnjom ili s aktivnom pretplatom Emby Premijere.", "MessageUnlockAppWithPurchaseOrSupporter": "Otklju\u010daj ovu mogu\u0107nost s malom jednokratnom kupnjom ili s aktivnom pretplatom Emby Premijere.",
"MessageUnlockAppWithSupporter": "Otklju\u010daj ovu mogu\u0107nost sa pretplatom Emby Premijere.", "MessageUnlockAppWithSupporter": "Otklju\u010daj ovu mogu\u0107nost sa pretplatom Emby Premijere.",
"MessageToValidateSupporter": "Ako imate aktivnu pretplatu Emby Premijere provjerite dali ste postavili Emby Premijeru u svojoj nadzornoj plo\u010di Emby Server-a kojoj mo\u017eete pristupiti klikom Emby Premijera u glavnom izborniku.", "MessageToValidateSupporter": "Ako imate aktivnu pretplatu Emby Premijere provjerite dali ste postavili Emby Premijeru u svojoj nadzornoj plo\u010di Emby Server-a kojoj mo\u017eete pristupiti klikom Emby Premijera u glavnom izborniku.",
@ -70,8 +81,17 @@
"NewCollection": "Nova kolekcija", "NewCollection": "Nova kolekcija",
"LabelCollection": "Kolekcija:", "LabelCollection": "Kolekcija:",
"Help": "Pomo\u0107", "Help": "Pomo\u0107",
"LabelDisplayLanguage": "Display language:",
"LabelDisplayLanguageHelp": "Translating Emby is an ongoing project.",
"LearnHowYouCanContribute": "Learn how you can contribute.",
"NewCollectionHelp": "Kolekcije vam omogu\u0107iti da napravite personalizirane grupe filmova i ostale biblioteke.", "NewCollectionHelp": "Kolekcije vam omogu\u0107iti da napravite personalizirane grupe filmova i ostale biblioteke.",
"SearchForCollectionInternetMetadata": "Potra\u017ei na internetu grafike i metadata", "SearchForCollectionInternetMetadata": "Potra\u017ei na internetu grafike i metadata",
"DisplayMissingEpisodesWithinSeasons": "Display missing episodes within seasons",
"DisplayMissingEpisodesWithinSeasonsHelp": "This must also be enabled for TV libraries in Emby Server setup.",
"EnableThemeSongs": "Enable theme songs",
"EnableBackdrops": "Enable backdrops",
"EnableThemeSongsHelp": "If enabled, theme songs will be played in the background while browsing the library.",
"EnableBackdropsHelp": "If enabled, backdrops will be displayed in the background of some pages while browsing the library.",
"LabelName": "Ime:", "LabelName": "Ime:",
"NewCollectionNameExample": "Naprimjer: Star Wars Kolekcija", "NewCollectionNameExample": "Naprimjer: Star Wars Kolekcija",
"MessageItemsAdded": "Stavke su dodane", "MessageItemsAdded": "Stavke su dodane",
@ -80,6 +100,8 @@
"AddToPlaylist": "Dodaj u popis", "AddToPlaylist": "Dodaj u popis",
"HeaderAddToPlaylist": "Dodaj u popis", "HeaderAddToPlaylist": "Dodaj u popis",
"Subtitles": "Titlovi", "Subtitles": "Titlovi",
"LabelTheme": "Theme:",
"LabelDashboardTheme": "Server dashboard theme:",
"SearchForSubtitles": "Tra\u017ei titlove prijevoda", "SearchForSubtitles": "Tra\u017ei titlove prijevoda",
"LabelLanguage": "Jezik:", "LabelLanguage": "Jezik:",
"Search": "Tra\u017ei", "Search": "Tra\u017ei",
@ -181,6 +203,7 @@
"HeaderExternalIds": "External Ids:", "HeaderExternalIds": "External Ids:",
"HeaderDisplaySettings": "Postavke prikaza", "HeaderDisplaySettings": "Postavke prikaza",
"LabelDisplayOrder": "Poredak prikaza:", "LabelDisplayOrder": "Poredak prikaza:",
"Display": "Display",
"Countries": "Zemlje", "Countries": "Zemlje",
"Genres": "\u017danrovi", "Genres": "\u017danrovi",
"Studios": "Studija", "Studios": "Studija",

View File

@ -1,4 +1,15 @@
{ {
"RunAtStartup": "Run at startup",
"Desktop": "Desktop",
"Mobile": "Mobile \/ Tablet",
"TV": "TV",
"LabelDisplayMode": "Display mode:",
"DisplayModeHelp": "Select the type of screen you're running Emby on.",
"EnableThemeVideos": "Enable theme videos",
"EnableThemeVideosHelp": "If enabled, theme videos will be played in the background while browsing the library.",
"LabelScreensaver": "Screensaver:",
"LabelSoundEffects": "Sound effects:",
"LabelSkin": "Skin:",
"MessageUnlockAppWithPurchaseOrSupporter": "Unlock this feature with a small one-time purchase, or with an active Emby Premiere subscription.", "MessageUnlockAppWithPurchaseOrSupporter": "Unlock this feature with a small one-time purchase, or with an active Emby Premiere subscription.",
"MessageUnlockAppWithSupporter": "Unlock this feature with an active Emby Premiere subscription.", "MessageUnlockAppWithSupporter": "Unlock this feature with an active Emby Premiere subscription.",
"MessageToValidateSupporter": "If you have an active Emby Premiere subscription, ensure you've setup Emby Premiere in your Emby Server Dashboard, which you can access by clicking Emby Premiere within the main menu.", "MessageToValidateSupporter": "If you have an active Emby Premiere subscription, ensure you've setup Emby Premiere in your Emby Server Dashboard, which you can access by clicking Emby Premiere within the main menu.",
@ -70,8 +81,17 @@
"NewCollection": "\u00daj Gy\u0171jtem\u00e9ny", "NewCollection": "\u00daj Gy\u0171jtem\u00e9ny",
"LabelCollection": "Gy\u0171jtem\u00e9ny:", "LabelCollection": "Gy\u0171jtem\u00e9ny:",
"Help": "Seg\u00edts\u00e9g", "Help": "Seg\u00edts\u00e9g",
"LabelDisplayLanguage": "Display language:",
"LabelDisplayLanguageHelp": "Translating Emby is an ongoing project.",
"LearnHowYouCanContribute": "Learn how you can contribute.",
"NewCollectionHelp": "Collections allow you to create personalized groupings of movies and other library content.", "NewCollectionHelp": "Collections allow you to create personalized groupings of movies and other library content.",
"SearchForCollectionInternetMetadata": "Search the internet for artwork and metadata", "SearchForCollectionInternetMetadata": "Search the internet for artwork and metadata",
"DisplayMissingEpisodesWithinSeasons": "Display missing episodes within seasons",
"DisplayMissingEpisodesWithinSeasonsHelp": "This must also be enabled for TV libraries in Emby Server setup.",
"EnableThemeSongs": "Enable theme songs",
"EnableBackdrops": "Enable backdrops",
"EnableThemeSongsHelp": "If enabled, theme songs will be played in the background while browsing the library.",
"EnableBackdropsHelp": "If enabled, backdrops will be displayed in the background of some pages while browsing the library.",
"LabelName": "N\u00e9v:", "LabelName": "N\u00e9v:",
"NewCollectionNameExample": "P\u00e9ld\u00e1ul: Star Wars Gy\u0171jtem\u00e9ny", "NewCollectionNameExample": "P\u00e9ld\u00e1ul: Star Wars Gy\u0171jtem\u00e9ny",
"MessageItemsAdded": "Items added.", "MessageItemsAdded": "Items added.",
@ -80,6 +100,8 @@
"AddToPlaylist": "Lej\u00e1tsz\u00e1si list\u00e1hoz adni", "AddToPlaylist": "Lej\u00e1tsz\u00e1si list\u00e1hoz adni",
"HeaderAddToPlaylist": "Lej\u00e1tsz\u00e1si list\u00e1hoz adni", "HeaderAddToPlaylist": "Lej\u00e1tsz\u00e1si list\u00e1hoz adni",
"Subtitles": "Feliratok", "Subtitles": "Feliratok",
"LabelTheme": "Theme:",
"LabelDashboardTheme": "Server dashboard theme:",
"SearchForSubtitles": "Felirat keres\u00e9se", "SearchForSubtitles": "Felirat keres\u00e9se",
"LabelLanguage": "Nyelv:", "LabelLanguage": "Nyelv:",
"Search": "Keres\u00e9s", "Search": "Keres\u00e9s",
@ -181,6 +203,7 @@
"HeaderExternalIds": "K\u00fcls\u0151 id-k:", "HeaderExternalIds": "K\u00fcls\u0151 id-k:",
"HeaderDisplaySettings": "K\u00e9perny\u0151 be\u00e1ll\u00edt\u00e1sok", "HeaderDisplaySettings": "K\u00e9perny\u0151 be\u00e1ll\u00edt\u00e1sok",
"LabelDisplayOrder": "Megjelen\u00edt\u00e9si sorrend:", "LabelDisplayOrder": "Megjelen\u00edt\u00e9si sorrend:",
"Display": "Display",
"Countries": "Countries", "Countries": "Countries",
"Genres": "M\u0171fajok", "Genres": "M\u0171fajok",
"Studios": "St\u00fadi\u00f3k", "Studios": "St\u00fadi\u00f3k",

View File

@ -1,4 +1,15 @@
{ {
"RunAtStartup": "Run at startup",
"Desktop": "Desktop",
"Mobile": "Mobile \/ Tablet",
"TV": "TV",
"LabelDisplayMode": "Display mode:",
"DisplayModeHelp": "Select the type of screen you're running Emby on.",
"EnableThemeVideos": "Enable theme videos",
"EnableThemeVideosHelp": "If enabled, theme videos will be played in the background while browsing the library.",
"LabelScreensaver": "Screensaver:",
"LabelSoundEffects": "Sound effects:",
"LabelSkin": "Skin:",
"MessageUnlockAppWithPurchaseOrSupporter": "Unlock this feature with a small one-time purchase, or with an active Emby Premiere subscription.", "MessageUnlockAppWithPurchaseOrSupporter": "Unlock this feature with a small one-time purchase, or with an active Emby Premiere subscription.",
"MessageUnlockAppWithSupporter": "Unlock this feature with an active Emby Premiere subscription.", "MessageUnlockAppWithSupporter": "Unlock this feature with an active Emby Premiere subscription.",
"MessageToValidateSupporter": "If you have an active Emby Premiere subscription, ensure you've setup Emby Premiere in your Emby Server Dashboard, which you can access by clicking Emby Premiere within the main menu.", "MessageToValidateSupporter": "If you have an active Emby Premiere subscription, ensure you've setup Emby Premiere in your Emby Server Dashboard, which you can access by clicking Emby Premiere within the main menu.",
@ -70,8 +81,17 @@
"NewCollection": "New Collection", "NewCollection": "New Collection",
"LabelCollection": "Collection:", "LabelCollection": "Collection:",
"Help": "Help", "Help": "Help",
"LabelDisplayLanguage": "Display language:",
"LabelDisplayLanguageHelp": "Translating Emby is an ongoing project.",
"LearnHowYouCanContribute": "Learn how you can contribute.",
"NewCollectionHelp": "Collections allow you to create personalized groupings of movies and other library content.", "NewCollectionHelp": "Collections allow you to create personalized groupings of movies and other library content.",
"SearchForCollectionInternetMetadata": "Search the internet for artwork and metadata", "SearchForCollectionInternetMetadata": "Search the internet for artwork and metadata",
"DisplayMissingEpisodesWithinSeasons": "Display missing episodes within seasons",
"DisplayMissingEpisodesWithinSeasonsHelp": "This must also be enabled for TV libraries in Emby Server setup.",
"EnableThemeSongs": "Enable theme songs",
"EnableBackdrops": "Enable backdrops",
"EnableThemeSongsHelp": "If enabled, theme songs will be played in the background while browsing the library.",
"EnableBackdropsHelp": "If enabled, backdrops will be displayed in the background of some pages while browsing the library.",
"LabelName": "Name:", "LabelName": "Name:",
"NewCollectionNameExample": "Example: Star Wars Collection", "NewCollectionNameExample": "Example: Star Wars Collection",
"MessageItemsAdded": "Items added.", "MessageItemsAdded": "Items added.",
@ -80,6 +100,8 @@
"AddToPlaylist": "Add to playlist", "AddToPlaylist": "Add to playlist",
"HeaderAddToPlaylist": "Add to Playlist", "HeaderAddToPlaylist": "Add to Playlist",
"Subtitles": "Subtitles", "Subtitles": "Subtitles",
"LabelTheme": "Theme:",
"LabelDashboardTheme": "Server dashboard theme:",
"SearchForSubtitles": "Search for Subtitles", "SearchForSubtitles": "Search for Subtitles",
"LabelLanguage": "Bahasa:", "LabelLanguage": "Bahasa:",
"Search": "Search", "Search": "Search",
@ -181,6 +203,7 @@
"HeaderExternalIds": "External Ids:", "HeaderExternalIds": "External Ids:",
"HeaderDisplaySettings": "Display Settings", "HeaderDisplaySettings": "Display Settings",
"LabelDisplayOrder": "Display order:", "LabelDisplayOrder": "Display order:",
"Display": "Display",
"Countries": "Countries", "Countries": "Countries",
"Genres": "Genres", "Genres": "Genres",
"Studios": "Studios", "Studios": "Studios",

View File

@ -1,4 +1,15 @@
{ {
"RunAtStartup": "Run at startup",
"Desktop": "Desktop",
"Mobile": "Mobile \/ Tablet",
"TV": "TV",
"LabelDisplayMode": "Display mode:",
"DisplayModeHelp": "Select the type of screen you're running Emby on.",
"EnableThemeVideos": "Enable theme videos",
"EnableThemeVideosHelp": "If enabled, theme videos will be played in the background while browsing the library.",
"LabelScreensaver": "Screensaver:",
"LabelSoundEffects": "Sound effects:",
"LabelSkin": "Skin:",
"MessageUnlockAppWithPurchaseOrSupporter": "Sblocca questa funzionalit\u00e0 con un piccolo acquisto singolo, o con un abbonamento Emby Premiere.", "MessageUnlockAppWithPurchaseOrSupporter": "Sblocca questa funzionalit\u00e0 con un piccolo acquisto singolo, o con un abbonamento Emby Premiere.",
"MessageUnlockAppWithSupporter": "Sblocca questa funzionalit\u00e0 con un abbonamento Emby Premiere", "MessageUnlockAppWithSupporter": "Sblocca questa funzionalit\u00e0 con un abbonamento Emby Premiere",
"MessageToValidateSupporter": "Se hai un abbonamento Emby Premiere, assicurati di averlo configurato nel Pannello di Controllo del Server, a cui puoi accedere cliccando su Emby Premiere dal menu principale.", "MessageToValidateSupporter": "Se hai un abbonamento Emby Premiere, assicurati di averlo configurato nel Pannello di Controllo del Server, a cui puoi accedere cliccando su Emby Premiere dal menu principale.",
@ -70,8 +81,17 @@
"NewCollection": "Nuova Collezione", "NewCollection": "Nuova Collezione",
"LabelCollection": "Collezione:", "LabelCollection": "Collezione:",
"Help": "Aiuto", "Help": "Aiuto",
"LabelDisplayLanguage": "Display language:",
"LabelDisplayLanguageHelp": "Translating Emby is an ongoing project.",
"LearnHowYouCanContribute": "Learn how you can contribute.",
"NewCollectionHelp": "Le collezioni ti permettono di creare raccolte personalizzate di film ed altri contenuti della libreria.", "NewCollectionHelp": "Le collezioni ti permettono di creare raccolte personalizzate di film ed altri contenuti della libreria.",
"SearchForCollectionInternetMetadata": "Cerca su internet le immagini ed i metadati", "SearchForCollectionInternetMetadata": "Cerca su internet le immagini ed i metadati",
"DisplayMissingEpisodesWithinSeasons": "Display missing episodes within seasons",
"DisplayMissingEpisodesWithinSeasonsHelp": "This must also be enabled for TV libraries in Emby Server setup.",
"EnableThemeSongs": "Enable theme songs",
"EnableBackdrops": "Enable backdrops",
"EnableThemeSongsHelp": "If enabled, theme songs will be played in the background while browsing the library.",
"EnableBackdropsHelp": "If enabled, backdrops will be displayed in the background of some pages while browsing the library.",
"LabelName": "Nome:", "LabelName": "Nome:",
"NewCollectionNameExample": "Esempio: Collezione Star wars", "NewCollectionNameExample": "Esempio: Collezione Star wars",
"MessageItemsAdded": "Elementi aggiunti.", "MessageItemsAdded": "Elementi aggiunti.",
@ -80,6 +100,8 @@
"AddToPlaylist": "Aggiungi alla playlist", "AddToPlaylist": "Aggiungi alla playlist",
"HeaderAddToPlaylist": "Aggiungi alla Playlist", "HeaderAddToPlaylist": "Aggiungi alla Playlist",
"Subtitles": "Sottotitoli", "Subtitles": "Sottotitoli",
"LabelTheme": "Theme:",
"LabelDashboardTheme": "Server dashboard theme:",
"SearchForSubtitles": "Cerca Sottotitoli", "SearchForSubtitles": "Cerca Sottotitoli",
"LabelLanguage": "Lingua:", "LabelLanguage": "Lingua:",
"Search": "Cerca", "Search": "Cerca",
@ -181,6 +203,7 @@
"HeaderExternalIds": "Id esterni:", "HeaderExternalIds": "Id esterni:",
"HeaderDisplaySettings": "Impostazioni Video", "HeaderDisplaySettings": "Impostazioni Video",
"LabelDisplayOrder": "Ordine di visualizzazione:", "LabelDisplayOrder": "Ordine di visualizzazione:",
"Display": "Display",
"Countries": "Nazioni", "Countries": "Nazioni",
"Genres": "Generi", "Genres": "Generi",
"Studios": "Studios", "Studios": "Studios",

View File

@ -1,4 +1,15 @@
{ {
"RunAtStartup": "\u0406\u0441\u043a\u0435 \u049b\u043e\u0441\u044b\u043b\u0443\u0434\u0430\u043d \u0431\u0430\u0441\u0442\u0430\u043f \u043e\u0440\u044b\u043d\u0434\u0430\u0443",
"Desktop": "\u0416\u04b1\u043c\u044b\u0441 \u04af\u0441\u0442\u0435\u043b\u0456",
"Mobile": "\u04b0\u044f\u043b\u044b \/ \u041f\u043b\u0430\u043d\u0448\u0435\u0442\u0442\u0456\u043a",
"TV": "\u0422\u0414",
"LabelDisplayMode": "Display mode:",
"DisplayModeHelp": "Select the type of screen you're running Emby on.",
"EnableThemeVideos": "Enable theme videos",
"EnableThemeVideosHelp": "If enabled, theme videos will be played in the background while browsing the library.",
"LabelScreensaver": "Screensaver:",
"LabelSoundEffects": "Sound effects:",
"LabelSkin": "Skin:",
"MessageUnlockAppWithPurchaseOrSupporter": "\u041e\u0441\u044b \u049b\u04b1\u0440\u0430\u043c\u0434\u0430\u0441\u0442\u044b \u0431\u0456\u0440 \u0436\u043e\u043b\u0493\u044b \u0441\u0430\u0442\u044b\u043f \u0430\u043b\u0443, \u043d\u0435\u043c\u0435\u0441\u0435 \u0431\u0435\u043b\u0441\u0435\u043d\u0434\u0456 Emby Premiere \u0436\u0430\u0437\u044b\u043b\u044b\u043c\u044b \u0430\u0440\u049b\u044b\u043b\u044b \u049b\u04b1\u0440\u0441\u0430\u0443\u0434\u0430\u043d \u0431\u043e\u0441\u0430\u0442\u0443.", "MessageUnlockAppWithPurchaseOrSupporter": "\u041e\u0441\u044b \u049b\u04b1\u0440\u0430\u043c\u0434\u0430\u0441\u0442\u044b \u0431\u0456\u0440 \u0436\u043e\u043b\u0493\u044b \u0441\u0430\u0442\u044b\u043f \u0430\u043b\u0443, \u043d\u0435\u043c\u0435\u0441\u0435 \u0431\u0435\u043b\u0441\u0435\u043d\u0434\u0456 Emby Premiere \u0436\u0430\u0437\u044b\u043b\u044b\u043c\u044b \u0430\u0440\u049b\u044b\u043b\u044b \u049b\u04b1\u0440\u0441\u0430\u0443\u0434\u0430\u043d \u0431\u043e\u0441\u0430\u0442\u0443.",
"MessageUnlockAppWithSupporter": "\u041e\u0441\u044b \u049b\u04b1\u0440\u0430\u043c\u0434\u0430\u0441\u0442\u044b \u0431\u0435\u043b\u0441\u0435\u043d\u0434\u0456 Emby Premiere \u0436\u0430\u0437\u044b\u043b\u044b\u043c\u044b \u0430\u0440\u049b\u044b\u043b\u044b \u049b\u04b1\u0440\u0441\u0430\u0443\u0434\u0430\u043d \u0431\u043e\u0441\u0430\u0442\u0443.", "MessageUnlockAppWithSupporter": "\u041e\u0441\u044b \u049b\u04b1\u0440\u0430\u043c\u0434\u0430\u0441\u0442\u044b \u0431\u0435\u043b\u0441\u0435\u043d\u0434\u0456 Emby Premiere \u0436\u0430\u0437\u044b\u043b\u044b\u043c\u044b \u0430\u0440\u049b\u044b\u043b\u044b \u049b\u04b1\u0440\u0441\u0430\u0443\u0434\u0430\u043d \u0431\u043e\u0441\u0430\u0442\u0443.",
"MessageToValidateSupporter": "\u0415\u0433\u0435\u0440 \u0441\u0456\u0437\u0434\u0435 \u0431\u0435\u043b\u0441\u0435\u043d\u0434\u0456 Emby Premiere \u0436\u0430\u0437\u044b\u043b\u044b\u043c\u044b \u0431\u043e\u043b\u0441\u0430, Emby Server \u0442\u0430\u049b\u0442\u0430\u0441\u044b\u043d\u0434\u0430\u0493\u044b Emby Premiere \u043e\u0440\u043d\u0430\u0442\u044b\u043b\u044b\u043f \u0442\u0435\u04a3\u0448\u0435\u043b\u0433\u0435\u043d\u0456\u043d\u0435 \u043a\u04e9\u0437 \u0436\u0435\u0442\u043a\u0456\u0437\u0456\u04a3\u0456\u0437. \u0411\u04b1\u043b \u0431\u0430\u0441\u0442\u044b \u043c\u04d9\u0437\u0456\u0440\u0434\u0435 Emby Premiere \u0434\u0435\u0433\u0435\u043d\u0434\u0456 \u043d\u04b1\u049b\u044b\u043f \u049b\u0430\u0442\u044b\u043d\u0430\u0443\u043b\u044b.", "MessageToValidateSupporter": "\u0415\u0433\u0435\u0440 \u0441\u0456\u0437\u0434\u0435 \u0431\u0435\u043b\u0441\u0435\u043d\u0434\u0456 Emby Premiere \u0436\u0430\u0437\u044b\u043b\u044b\u043c\u044b \u0431\u043e\u043b\u0441\u0430, Emby Server \u0442\u0430\u049b\u0442\u0430\u0441\u044b\u043d\u0434\u0430\u0493\u044b Emby Premiere \u043e\u0440\u043d\u0430\u0442\u044b\u043b\u044b\u043f \u0442\u0435\u04a3\u0448\u0435\u043b\u0433\u0435\u043d\u0456\u043d\u0435 \u043a\u04e9\u0437 \u0436\u0435\u0442\u043a\u0456\u0437\u0456\u04a3\u0456\u0437. \u0411\u04b1\u043b \u0431\u0430\u0441\u0442\u044b \u043c\u04d9\u0437\u0456\u0440\u0434\u0435 Emby Premiere \u0434\u0435\u0433\u0435\u043d\u0434\u0456 \u043d\u04b1\u049b\u044b\u043f \u049b\u0430\u0442\u044b\u043d\u0430\u0443\u043b\u044b.",
@ -70,8 +81,17 @@
"NewCollection": "\u0416\u0430\u04a3\u0430 \u0436\u0438\u044b\u043d\u0442\u044b\u049b", "NewCollection": "\u0416\u0430\u04a3\u0430 \u0436\u0438\u044b\u043d\u0442\u044b\u049b",
"LabelCollection": "\u0416\u0438\u044b\u043d\u0442\u044b\u049b:", "LabelCollection": "\u0416\u0438\u044b\u043d\u0442\u044b\u049b:",
"Help": "\u0418\u043d\u0442\u0435\u0440\u043d\u0435\u0442\u0442\u0435\u0433\u0456 \u0430\u043d\u044b\u049b\u0442\u0430\u043c\u0430\u0493\u0430", "Help": "\u0418\u043d\u0442\u0435\u0440\u043d\u0435\u0442\u0442\u0435\u0433\u0456 \u0430\u043d\u044b\u049b\u0442\u0430\u043c\u0430\u0493\u0430",
"LabelDisplayLanguage": "Display language:",
"LabelDisplayLanguageHelp": "Translating Emby is an ongoing project.",
"LearnHowYouCanContribute": "Learn how you can contribute.",
"NewCollectionHelp": "\u0416\u0438\u044b\u043d\u0442\u044b\u049b\u0442\u0430\u0440 \u0441\u0456\u0437\u0433\u0435 \u0424\u0438\u043b\u044c\u043c\u0434\u0435\u0440\u0434\u0456\u04a3 \u0436\u04d9\u043d\u0435 \u0442\u0430\u0493\u044b \u0431\u0430\u0441\u049b\u0430 \u0442\u0430\u0441\u044b\u0493\u044b\u0448\u0445\u0430\u043d\u0430\u043d\u044b\u04a3 \u043c\u0430\u0437\u043c\u04b1\u043d\u044b\u043d \u0434\u0435\u0440\u0431\u0435\u0441\u0442\u0435\u043d\u0434\u0456\u0440\u0456\u043b\u0433\u0435\u043d \u0442\u043e\u043f\u0442\u0430\u0443\u043b\u0430\u0440\u044b\u043c\u0435\u043d \u0442\u0430\u043c\u0430\u0448\u0430\u043b\u0430\u043d\u0443 \u04af\u0448\u0456\u043d \u0440\u04b1\u049b\u0441\u0430\u0442 \u0435\u0442\u0435\u0434\u0456.", "NewCollectionHelp": "\u0416\u0438\u044b\u043d\u0442\u044b\u049b\u0442\u0430\u0440 \u0441\u0456\u0437\u0433\u0435 \u0424\u0438\u043b\u044c\u043c\u0434\u0435\u0440\u0434\u0456\u04a3 \u0436\u04d9\u043d\u0435 \u0442\u0430\u0493\u044b \u0431\u0430\u0441\u049b\u0430 \u0442\u0430\u0441\u044b\u0493\u044b\u0448\u0445\u0430\u043d\u0430\u043d\u044b\u04a3 \u043c\u0430\u0437\u043c\u04b1\u043d\u044b\u043d \u0434\u0435\u0440\u0431\u0435\u0441\u0442\u0435\u043d\u0434\u0456\u0440\u0456\u043b\u0433\u0435\u043d \u0442\u043e\u043f\u0442\u0430\u0443\u043b\u0430\u0440\u044b\u043c\u0435\u043d \u0442\u0430\u043c\u0430\u0448\u0430\u043b\u0430\u043d\u0443 \u04af\u0448\u0456\u043d \u0440\u04b1\u049b\u0441\u0430\u0442 \u0435\u0442\u0435\u0434\u0456.",
"SearchForCollectionInternetMetadata": "\u0421\u0443\u0440\u0435\u0442\u0442\u0435\u043c\u0435\u043b\u0435\u0440 \u0431\u0435\u043d \u043c\u0435\u0442\u0430\u0434\u0435\u0440\u0435\u043a\u0442\u0435\u0440\u0434\u0456 \u0418\u043d\u0442\u0435\u0440\u043d\u0435\u0442\u0442\u0435\u043d \u0456\u0437\u0434\u0435\u0443", "SearchForCollectionInternetMetadata": "\u0421\u0443\u0440\u0435\u0442\u0442\u0435\u043c\u0435\u043b\u0435\u0440 \u0431\u0435\u043d \u043c\u0435\u0442\u0430\u0434\u0435\u0440\u0435\u043a\u0442\u0435\u0440\u0434\u0456 \u0418\u043d\u0442\u0435\u0440\u043d\u0435\u0442\u0442\u0435\u043d \u0456\u0437\u0434\u0435\u0443",
"DisplayMissingEpisodesWithinSeasons": "Display missing episodes within seasons",
"DisplayMissingEpisodesWithinSeasonsHelp": "This must also be enabled for TV libraries in Emby Server setup.",
"EnableThemeSongs": "Enable theme songs",
"EnableBackdrops": "Enable backdrops",
"EnableThemeSongsHelp": "If enabled, theme songs will be played in the background while browsing the library.",
"EnableBackdropsHelp": "If enabled, backdrops will be displayed in the background of some pages while browsing the library.",
"LabelName": "\u0410\u0442\u044b:", "LabelName": "\u0410\u0442\u044b:",
"NewCollectionNameExample": "\u041c\u044b\u0441\u0430\u043b: \u0416\u04b1\u043b\u0434\u044b\u0437 \u0441\u043e\u0493\u044b\u0441\u0442\u0430\u0440\u044b (\u0436\u0438\u044b\u043d\u0442\u044b\u049b)", "NewCollectionNameExample": "\u041c\u044b\u0441\u0430\u043b: \u0416\u04b1\u043b\u0434\u044b\u0437 \u0441\u043e\u0493\u044b\u0441\u0442\u0430\u0440\u044b (\u0436\u0438\u044b\u043d\u0442\u044b\u049b)",
"MessageItemsAdded": "\u0422\u0430\u0440\u043c\u0430\u049b\u0442\u0430\u0440 \u04af\u0441\u0442\u0435\u043b\u0433\u0435\u043d.", "MessageItemsAdded": "\u0422\u0430\u0440\u043c\u0430\u049b\u0442\u0430\u0440 \u04af\u0441\u0442\u0435\u043b\u0433\u0435\u043d.",
@ -80,6 +100,8 @@
"AddToPlaylist": "\u041e\u0439\u043d\u0430\u0442\u0443 \u0442\u0456\u0437\u0456\u043c\u0456\u043d\u0435 \u04af\u0441\u0442\u0435\u0443", "AddToPlaylist": "\u041e\u0439\u043d\u0430\u0442\u0443 \u0442\u0456\u0437\u0456\u043c\u0456\u043d\u0435 \u04af\u0441\u0442\u0435\u0443",
"HeaderAddToPlaylist": "\u041e\u0439\u043d\u0430\u0442\u0443 \u0442\u0456\u0437\u0456\u043c\u0456\u043d\u0435 \u04af\u0441\u0442\u0435\u0443", "HeaderAddToPlaylist": "\u041e\u0439\u043d\u0430\u0442\u0443 \u0442\u0456\u0437\u0456\u043c\u0456\u043d\u0435 \u04af\u0441\u0442\u0435\u0443",
"Subtitles": "\u0421\u0443\u0431\u0442\u0438\u0442\u0440\u043b\u0435\u0440", "Subtitles": "\u0421\u0443\u0431\u0442\u0438\u0442\u0440\u043b\u0435\u0440",
"LabelTheme": "Theme:",
"LabelDashboardTheme": "Server dashboard theme:",
"SearchForSubtitles": "\u0421\u0443\u0431\u0442\u0438\u0442\u0440\u043b\u0435\u0440\u0434\u0456 \u0456\u0437\u0434\u0435\u0443", "SearchForSubtitles": "\u0421\u0443\u0431\u0442\u0438\u0442\u0440\u043b\u0435\u0440\u0434\u0456 \u0456\u0437\u0434\u0435\u0443",
"LabelLanguage": "\u0422\u0456\u043b:", "LabelLanguage": "\u0422\u0456\u043b:",
"Search": "\u0406\u0437\u0434\u0435\u0443", "Search": "\u0406\u0437\u0434\u0435\u0443",
@ -181,6 +203,7 @@
"HeaderExternalIds": "\u0421\u044b\u0440\u0442\u049b\u044b \u0441\u04d9\u0439\u043a\u0435\u0441\u0442\u0435\u043d\u0434\u0456\u0440\u0433\u0456\u0448\u0442\u0435\u0440:", "HeaderExternalIds": "\u0421\u044b\u0440\u0442\u049b\u044b \u0441\u04d9\u0439\u043a\u0435\u0441\u0442\u0435\u043d\u0434\u0456\u0440\u0433\u0456\u0448\u0442\u0435\u0440:",
"HeaderDisplaySettings": "\u0411\u0435\u0439\u043d\u0435\u043b\u0435\u0443 \u043f\u0430\u0440\u0430\u043c\u0435\u0442\u0440\u043b\u0435\u0440\u0456", "HeaderDisplaySettings": "\u0411\u0435\u0439\u043d\u0435\u043b\u0435\u0443 \u043f\u0430\u0440\u0430\u043c\u0435\u0442\u0440\u043b\u0435\u0440\u0456",
"LabelDisplayOrder": "\u0411\u0435\u0439\u043d\u0435\u043b\u0435\u0443 \u0440\u0435\u0442\u0456:", "LabelDisplayOrder": "\u0411\u0435\u0439\u043d\u0435\u043b\u0435\u0443 \u0440\u0435\u0442\u0456:",
"Display": "Display",
"Countries": "\u0415\u043b\u0434\u0435\u0440", "Countries": "\u0415\u043b\u0434\u0435\u0440",
"Genres": "\u0416\u0430\u043d\u0440\u043b\u0430\u0440", "Genres": "\u0416\u0430\u043d\u0440\u043b\u0430\u0440",
"Studios": "\u0421\u0442\u0443\u0434\u0438\u044f\u043b\u0430\u0440", "Studios": "\u0421\u0442\u0443\u0434\u0438\u044f\u043b\u0430\u0440",

View File

@ -1,4 +1,15 @@
{ {
"RunAtStartup": "Run at startup",
"Desktop": "Desktop",
"Mobile": "Mobile \/ Tablet",
"TV": "TV",
"LabelDisplayMode": "Display mode:",
"DisplayModeHelp": "Select the type of screen you're running Emby on.",
"EnableThemeVideos": "Enable theme videos",
"EnableThemeVideosHelp": "If enabled, theme videos will be played in the background while browsing the library.",
"LabelScreensaver": "Screensaver:",
"LabelSoundEffects": "Sound effects:",
"LabelSkin": "Skin:",
"MessageUnlockAppWithPurchaseOrSupporter": "Unlock this feature with a small one-time purchase, or with an active Emby Premiere subscription.", "MessageUnlockAppWithPurchaseOrSupporter": "Unlock this feature with a small one-time purchase, or with an active Emby Premiere subscription.",
"MessageUnlockAppWithSupporter": "Unlock this feature with an active Emby Premiere subscription.", "MessageUnlockAppWithSupporter": "Unlock this feature with an active Emby Premiere subscription.",
"MessageToValidateSupporter": "If you have an active Emby Premiere subscription, ensure you've setup Emby Premiere in your Emby Server Dashboard, which you can access by clicking Emby Premiere within the main menu.", "MessageToValidateSupporter": "If you have an active Emby Premiere subscription, ensure you've setup Emby Premiere in your Emby Server Dashboard, which you can access by clicking Emby Premiere within the main menu.",
@ -70,8 +81,17 @@
"NewCollection": "\uc0c8 \uceec\ub809\uc158", "NewCollection": "\uc0c8 \uceec\ub809\uc158",
"LabelCollection": "Collection:", "LabelCollection": "Collection:",
"Help": "\ub3c4\uc6c0\ub9d0", "Help": "\ub3c4\uc6c0\ub9d0",
"LabelDisplayLanguage": "Display language:",
"LabelDisplayLanguageHelp": "Translating Emby is an ongoing project.",
"LearnHowYouCanContribute": "Learn how you can contribute.",
"NewCollectionHelp": "Collections allow you to create personalized groupings of movies and other library content.", "NewCollectionHelp": "Collections allow you to create personalized groupings of movies and other library content.",
"SearchForCollectionInternetMetadata": "\uc778\ud130\ub137\uc5d0\uc11c \uc544\ud2b8\uc6cc\ud06c\uc640 \uba54\ud0c0\ub370\uc774\ud130 \uac80\uc0c9", "SearchForCollectionInternetMetadata": "\uc778\ud130\ub137\uc5d0\uc11c \uc544\ud2b8\uc6cc\ud06c\uc640 \uba54\ud0c0\ub370\uc774\ud130 \uac80\uc0c9",
"DisplayMissingEpisodesWithinSeasons": "Display missing episodes within seasons",
"DisplayMissingEpisodesWithinSeasonsHelp": "This must also be enabled for TV libraries in Emby Server setup.",
"EnableThemeSongs": "Enable theme songs",
"EnableBackdrops": "Enable backdrops",
"EnableThemeSongsHelp": "If enabled, theme songs will be played in the background while browsing the library.",
"EnableBackdropsHelp": "If enabled, backdrops will be displayed in the background of some pages while browsing the library.",
"LabelName": "Name:", "LabelName": "Name:",
"NewCollectionNameExample": "Example: Star Wars Collection", "NewCollectionNameExample": "Example: Star Wars Collection",
"MessageItemsAdded": "Items added.", "MessageItemsAdded": "Items added.",
@ -80,6 +100,8 @@
"AddToPlaylist": "\uc7ac\uc0dd\ubaa9\ub85d\uc5d0 \ucd94\uac00", "AddToPlaylist": "\uc7ac\uc0dd\ubaa9\ub85d\uc5d0 \ucd94\uac00",
"HeaderAddToPlaylist": "\uc7ac\uc0dd\ubaa9\ub85d\uc5d0 \ucd94\uac00", "HeaderAddToPlaylist": "\uc7ac\uc0dd\ubaa9\ub85d\uc5d0 \ucd94\uac00",
"Subtitles": "Subtitles", "Subtitles": "Subtitles",
"LabelTheme": "Theme:",
"LabelDashboardTheme": "Server dashboard theme:",
"SearchForSubtitles": "\uc790\ub9c9 \uac80\uc0c9", "SearchForSubtitles": "\uc790\ub9c9 \uac80\uc0c9",
"LabelLanguage": "\uc5b8\uc5b4:", "LabelLanguage": "\uc5b8\uc5b4:",
"Search": "\ucc3e\uae30", "Search": "\ucc3e\uae30",
@ -181,6 +203,7 @@
"HeaderExternalIds": "External Ids:", "HeaderExternalIds": "External Ids:",
"HeaderDisplaySettings": "Display Settings", "HeaderDisplaySettings": "Display Settings",
"LabelDisplayOrder": "\ud45c\uc2dc \uc21c\uc11c:", "LabelDisplayOrder": "\ud45c\uc2dc \uc21c\uc11c:",
"Display": "Display",
"Countries": "Countries", "Countries": "Countries",
"Genres": "Genres", "Genres": "Genres",
"Studios": "Studios", "Studios": "Studios",

View File

@ -1,4 +1,15 @@
{ {
"RunAtStartup": "Run at startup",
"Desktop": "Desktop",
"Mobile": "Mobile \/ Tablet",
"TV": "TV",
"LabelDisplayMode": "Display mode:",
"DisplayModeHelp": "Select the type of screen you're running Emby on.",
"EnableThemeVideos": "Enable theme videos",
"EnableThemeVideosHelp": "If enabled, theme videos will be played in the background while browsing the library.",
"LabelScreensaver": "Screensaver:",
"LabelSoundEffects": "Sound effects:",
"LabelSkin": "Skin:",
"MessageUnlockAppWithPurchaseOrSupporter": "Atrakinkite \u0161i\u0105 funkcij\u0105 nedideliu vienkartiniu mokes\u010diu arba \u012fsigij\u0119 Emby Premiere prenumerat\u0105.", "MessageUnlockAppWithPurchaseOrSupporter": "Atrakinkite \u0161i\u0105 funkcij\u0105 nedideliu vienkartiniu mokes\u010diu arba \u012fsigij\u0119 Emby Premiere prenumerat\u0105.",
"MessageUnlockAppWithSupporter": "Atrakinkite \u0161i\u0105 funkcij\u0105 \u012fsigij\u0119 Emby Premiere prenumerat\u0105.", "MessageUnlockAppWithSupporter": "Atrakinkite \u0161i\u0105 funkcij\u0105 \u012fsigij\u0119 Emby Premiere prenumerat\u0105.",
"MessageToValidateSupporter": "Jei turite aktyvi\u0105 Emby Premiere prenumerat\u0105, sutvarkykite Emby Premiere savo Emby Serverio skydelyje. Tai galite atlikti paspaud\u0117 Emby Premiere u\u017era\u0161\u0105 pagrindiniame meniu.", "MessageToValidateSupporter": "Jei turite aktyvi\u0105 Emby Premiere prenumerat\u0105, sutvarkykite Emby Premiere savo Emby Serverio skydelyje. Tai galite atlikti paspaud\u0117 Emby Premiere u\u017era\u0161\u0105 pagrindiniame meniu.",
@ -70,8 +81,17 @@
"NewCollection": "Nauja kolekcija", "NewCollection": "Nauja kolekcija",
"LabelCollection": "Kolekcija:", "LabelCollection": "Kolekcija:",
"Help": "Pad\u0117ti", "Help": "Pad\u0117ti",
"LabelDisplayLanguage": "Display language:",
"LabelDisplayLanguageHelp": "Translating Emby is an ongoing project.",
"LearnHowYouCanContribute": "Learn how you can contribute.",
"NewCollectionHelp": "Kolekcijos leid\u017eia grupuoti filmus ir kit\u0105 bibliotekos turin\u012f.", "NewCollectionHelp": "Kolekcijos leid\u017eia grupuoti filmus ir kit\u0105 bibliotekos turin\u012f.",
"SearchForCollectionInternetMetadata": "Ie\u0161koti internete iliustracij\u0173 ir metaduomen\u0173", "SearchForCollectionInternetMetadata": "Ie\u0161koti internete iliustracij\u0173 ir metaduomen\u0173",
"DisplayMissingEpisodesWithinSeasons": "Display missing episodes within seasons",
"DisplayMissingEpisodesWithinSeasonsHelp": "This must also be enabled for TV libraries in Emby Server setup.",
"EnableThemeSongs": "Enable theme songs",
"EnableBackdrops": "Enable backdrops",
"EnableThemeSongsHelp": "If enabled, theme songs will be played in the background while browsing the library.",
"EnableBackdropsHelp": "If enabled, backdrops will be displayed in the background of some pages while browsing the library.",
"LabelName": "Pavadinimas:", "LabelName": "Pavadinimas:",
"NewCollectionNameExample": "Pavyzdys: Star Wars kolekcija", "NewCollectionNameExample": "Pavyzdys: Star Wars kolekcija",
"MessageItemsAdded": "Elementai prid\u0117ti.", "MessageItemsAdded": "Elementai prid\u0117ti.",
@ -80,6 +100,8 @@
"AddToPlaylist": "Prid\u0117ti \u012f grojara\u0161t\u012f", "AddToPlaylist": "Prid\u0117ti \u012f grojara\u0161t\u012f",
"HeaderAddToPlaylist": "Prid\u0117ti \u012f Grojara\u0161t\u012f", "HeaderAddToPlaylist": "Prid\u0117ti \u012f Grojara\u0161t\u012f",
"Subtitles": "Subtitrai", "Subtitles": "Subtitrai",
"LabelTheme": "Theme:",
"LabelDashboardTheme": "Server dashboard theme:",
"SearchForSubtitles": "Ie\u0161koti subtitr\u0173", "SearchForSubtitles": "Ie\u0161koti subtitr\u0173",
"LabelLanguage": "Kalba:", "LabelLanguage": "Kalba:",
"Search": "Ie\u0161koti", "Search": "Ie\u0161koti",
@ -181,6 +203,7 @@
"HeaderExternalIds": "External Ids:", "HeaderExternalIds": "External Ids:",
"HeaderDisplaySettings": "Rodymo nustatymai", "HeaderDisplaySettings": "Rodymo nustatymai",
"LabelDisplayOrder": "Rodymo tvarka:", "LabelDisplayOrder": "Rodymo tvarka:",
"Display": "Display",
"Countries": "\u0160alys", "Countries": "\u0160alys",
"Genres": "\u017danrai", "Genres": "\u017danrai",
"Studios": "Studijos", "Studios": "Studijos",

View File

@ -1,4 +1,15 @@
{ {
"RunAtStartup": "Run at startup",
"Desktop": "Desktop",
"Mobile": "Mobile \/ Tablet",
"TV": "TV",
"LabelDisplayMode": "Display mode:",
"DisplayModeHelp": "Select the type of screen you're running Emby on.",
"EnableThemeVideos": "Enable theme videos",
"EnableThemeVideosHelp": "If enabled, theme videos will be played in the background while browsing the library.",
"LabelScreensaver": "Screensaver:",
"LabelSoundEffects": "Sound effects:",
"LabelSkin": "Skin:",
"MessageUnlockAppWithPurchaseOrSupporter": "Unlock this feature with a small one-time purchase, or with an active Emby Premiere subscription.", "MessageUnlockAppWithPurchaseOrSupporter": "Unlock this feature with a small one-time purchase, or with an active Emby Premiere subscription.",
"MessageUnlockAppWithSupporter": "Unlock this feature with an active Emby Premiere subscription.", "MessageUnlockAppWithSupporter": "Unlock this feature with an active Emby Premiere subscription.",
"MessageToValidateSupporter": "If you have an active Emby Premiere subscription, ensure you've setup Emby Premiere in your Emby Server Dashboard, which you can access by clicking Emby Premiere within the main menu.", "MessageToValidateSupporter": "If you have an active Emby Premiere subscription, ensure you've setup Emby Premiere in your Emby Server Dashboard, which you can access by clicking Emby Premiere within the main menu.",
@ -70,8 +81,17 @@
"NewCollection": "New Collection", "NewCollection": "New Collection",
"LabelCollection": "Collection:", "LabelCollection": "Collection:",
"Help": "Help", "Help": "Help",
"LabelDisplayLanguage": "Display language:",
"LabelDisplayLanguageHelp": "Translating Emby is an ongoing project.",
"LearnHowYouCanContribute": "Learn how you can contribute.",
"NewCollectionHelp": "Collections allow you to create personalized groupings of movies and other library content.", "NewCollectionHelp": "Collections allow you to create personalized groupings of movies and other library content.",
"SearchForCollectionInternetMetadata": "Search the internet for artwork and metadata", "SearchForCollectionInternetMetadata": "Search the internet for artwork and metadata",
"DisplayMissingEpisodesWithinSeasons": "Display missing episodes within seasons",
"DisplayMissingEpisodesWithinSeasonsHelp": "This must also be enabled for TV libraries in Emby Server setup.",
"EnableThemeSongs": "Enable theme songs",
"EnableBackdrops": "Enable backdrops",
"EnableThemeSongsHelp": "If enabled, theme songs will be played in the background while browsing the library.",
"EnableBackdropsHelp": "If enabled, backdrops will be displayed in the background of some pages while browsing the library.",
"LabelName": "Name:", "LabelName": "Name:",
"NewCollectionNameExample": "Example: Star Wars Collection", "NewCollectionNameExample": "Example: Star Wars Collection",
"MessageItemsAdded": "Items added.", "MessageItemsAdded": "Items added.",
@ -80,6 +100,8 @@
"AddToPlaylist": "Add to playlist", "AddToPlaylist": "Add to playlist",
"HeaderAddToPlaylist": "Add to Playlist", "HeaderAddToPlaylist": "Add to Playlist",
"Subtitles": "Subtitles", "Subtitles": "Subtitles",
"LabelTheme": "Theme:",
"LabelDashboardTheme": "Server dashboard theme:",
"SearchForSubtitles": "Search for Subtitles", "SearchForSubtitles": "Search for Subtitles",
"LabelLanguage": "Language:", "LabelLanguage": "Language:",
"Search": "Search", "Search": "Search",
@ -181,6 +203,7 @@
"HeaderExternalIds": "External Ids:", "HeaderExternalIds": "External Ids:",
"HeaderDisplaySettings": "Display Settings", "HeaderDisplaySettings": "Display Settings",
"LabelDisplayOrder": "Display order:", "LabelDisplayOrder": "Display order:",
"Display": "Display",
"Countries": "Countries", "Countries": "Countries",
"Genres": "Genres", "Genres": "Genres",
"Studios": "Studios", "Studios": "Studios",

View File

@ -1,4 +1,15 @@
{ {
"RunAtStartup": "Run at startup",
"Desktop": "Desktop",
"Mobile": "Mobile \/ Tablet",
"TV": "TV",
"LabelDisplayMode": "Display mode:",
"DisplayModeHelp": "Select the type of screen you're running Emby on.",
"EnableThemeVideos": "Enable theme videos",
"EnableThemeVideosHelp": "If enabled, theme videos will be played in the background while browsing the library.",
"LabelScreensaver": "Screensaver:",
"LabelSoundEffects": "Sound effects:",
"LabelSkin": "Skin:",
"MessageUnlockAppWithPurchaseOrSupporter": "L\u00e5s opp denne funksjonen med et engangskj\u00f8p, eller med et aktivt Emby Premiere abonnement.", "MessageUnlockAppWithPurchaseOrSupporter": "L\u00e5s opp denne funksjonen med et engangskj\u00f8p, eller med et aktivt Emby Premiere abonnement.",
"MessageUnlockAppWithSupporter": "L\u00e5s opp denne funksjonen med et aktivt Emby Premiere abonnement.", "MessageUnlockAppWithSupporter": "L\u00e5s opp denne funksjonen med et aktivt Emby Premiere abonnement.",
"MessageToValidateSupporter": "Hvis du har et aktivt Emby Premiere-abonnement, m\u00e5 du s\u00f8rge for at du har konfigurert Emby Premiere i Emby Server Dashboard, som du f\u00e5r tilgang til ved \u00e5 klikke Emby Premiere i hovedmenyen.", "MessageToValidateSupporter": "Hvis du har et aktivt Emby Premiere-abonnement, m\u00e5 du s\u00f8rge for at du har konfigurert Emby Premiere i Emby Server Dashboard, som du f\u00e5r tilgang til ved \u00e5 klikke Emby Premiere i hovedmenyen.",
@ -70,8 +81,17 @@
"NewCollection": "Ny Samling", "NewCollection": "Ny Samling",
"LabelCollection": "Samling:", "LabelCollection": "Samling:",
"Help": "Hjelp", "Help": "Hjelp",
"LabelDisplayLanguage": "Display language:",
"LabelDisplayLanguageHelp": "Translating Emby is an ongoing project.",
"LearnHowYouCanContribute": "Learn how you can contribute.",
"NewCollectionHelp": "Samlinger tillate deg \u00e5 lage personlige grupperinger av filmer og annet bibliotek innhold.", "NewCollectionHelp": "Samlinger tillate deg \u00e5 lage personlige grupperinger av filmer og annet bibliotek innhold.",
"SearchForCollectionInternetMetadata": "S\u00f8k p\u00e5 internet for artwork og metadata", "SearchForCollectionInternetMetadata": "S\u00f8k p\u00e5 internet for artwork og metadata",
"DisplayMissingEpisodesWithinSeasons": "Display missing episodes within seasons",
"DisplayMissingEpisodesWithinSeasonsHelp": "This must also be enabled for TV libraries in Emby Server setup.",
"EnableThemeSongs": "Enable theme songs",
"EnableBackdrops": "Enable backdrops",
"EnableThemeSongsHelp": "If enabled, theme songs will be played in the background while browsing the library.",
"EnableBackdropsHelp": "If enabled, backdrops will be displayed in the background of some pages while browsing the library.",
"LabelName": "Navn", "LabelName": "Navn",
"NewCollectionNameExample": "Eksempel: Star Wars-samling", "NewCollectionNameExample": "Eksempel: Star Wars-samling",
"MessageItemsAdded": "Elementer lagt til.", "MessageItemsAdded": "Elementer lagt til.",
@ -80,6 +100,8 @@
"AddToPlaylist": "Legg til spilleliste", "AddToPlaylist": "Legg til spilleliste",
"HeaderAddToPlaylist": "Legg til Spilleliste", "HeaderAddToPlaylist": "Legg til Spilleliste",
"Subtitles": "Undertekster", "Subtitles": "Undertekster",
"LabelTheme": "Theme:",
"LabelDashboardTheme": "Server dashboard theme:",
"SearchForSubtitles": "S\u00f8k etter undertekster", "SearchForSubtitles": "S\u00f8k etter undertekster",
"LabelLanguage": "Spr\u00e5k:", "LabelLanguage": "Spr\u00e5k:",
"Search": "S\u00f8k", "Search": "S\u00f8k",
@ -181,6 +203,7 @@
"HeaderExternalIds": "External Ids:", "HeaderExternalIds": "External Ids:",
"HeaderDisplaySettings": "Skjerminnstillinger", "HeaderDisplaySettings": "Skjerminnstillinger",
"LabelDisplayOrder": "Visningsrekkef\u00f8lge:", "LabelDisplayOrder": "Visningsrekkef\u00f8lge:",
"Display": "Display",
"Countries": "Land", "Countries": "Land",
"Genres": "Sjanger", "Genres": "Sjanger",
"Studios": "Studioer", "Studios": "Studioer",

View File

@ -1,4 +1,15 @@
{ {
"RunAtStartup": "Run at startup",
"Desktop": "Desktop",
"Mobile": "Mobile \/ Tablet",
"TV": "TV",
"LabelDisplayMode": "Display mode:",
"DisplayModeHelp": "Select the type of screen you're running Emby on.",
"EnableThemeVideos": "Enable theme videos",
"EnableThemeVideosHelp": "If enabled, theme videos will be played in the background while browsing the library.",
"LabelScreensaver": "Screensaver:",
"LabelSoundEffects": "Sound effects:",
"LabelSkin": "Skin:",
"MessageUnlockAppWithPurchaseOrSupporter": "Ontgrendel deze functie met een kleine eenmalige aankoop, of met een actief Emby Premiere abonnement.", "MessageUnlockAppWithPurchaseOrSupporter": "Ontgrendel deze functie met een kleine eenmalige aankoop, of met een actief Emby Premiere abonnement.",
"MessageUnlockAppWithSupporter": "Ontgrendel deze functie met een actief Emby Premiere abonnement.", "MessageUnlockAppWithSupporter": "Ontgrendel deze functie met een actief Emby Premiere abonnement.",
"MessageToValidateSupporter": "Als u een actieve Emby Premiere abonnement heeft, zorg er dan voor dat u deze activeert in uw Emby Server Dashboard door te klikken op Emby Premiere in het hoofdmenu.", "MessageToValidateSupporter": "Als u een actieve Emby Premiere abonnement heeft, zorg er dan voor dat u deze activeert in uw Emby Server Dashboard door te klikken op Emby Premiere in het hoofdmenu.",
@ -70,8 +81,17 @@
"NewCollection": "Nieuwe Collectie", "NewCollection": "Nieuwe Collectie",
"LabelCollection": "Collectie", "LabelCollection": "Collectie",
"Help": "Hulp", "Help": "Hulp",
"LabelDisplayLanguage": "Display language:",
"LabelDisplayLanguageHelp": "Translating Emby is an ongoing project.",
"LearnHowYouCanContribute": "Learn how you can contribute.",
"NewCollectionHelp": "Collecties maken het u mogelijk om gepersonaliseerde groeperingen van films en andere bibliotheek inhoud te maken.", "NewCollectionHelp": "Collecties maken het u mogelijk om gepersonaliseerde groeperingen van films en andere bibliotheek inhoud te maken.",
"SearchForCollectionInternetMetadata": "Zoeken op het internet voor afbeeldingen en metadata", "SearchForCollectionInternetMetadata": "Zoeken op het internet voor afbeeldingen en metadata",
"DisplayMissingEpisodesWithinSeasons": "Display missing episodes within seasons",
"DisplayMissingEpisodesWithinSeasonsHelp": "This must also be enabled for TV libraries in Emby Server setup.",
"EnableThemeSongs": "Enable theme songs",
"EnableBackdrops": "Enable backdrops",
"EnableThemeSongsHelp": "If enabled, theme songs will be played in the background while browsing the library.",
"EnableBackdropsHelp": "If enabled, backdrops will be displayed in the background of some pages while browsing the library.",
"LabelName": "Naam:", "LabelName": "Naam:",
"NewCollectionNameExample": "Voorbeeld: Star Wars Collectie", "NewCollectionNameExample": "Voorbeeld: Star Wars Collectie",
"MessageItemsAdded": "Items toegevoegd", "MessageItemsAdded": "Items toegevoegd",
@ -80,6 +100,8 @@
"AddToPlaylist": "Toevoegen aan afspeellijst", "AddToPlaylist": "Toevoegen aan afspeellijst",
"HeaderAddToPlaylist": "Toevoegen aan Afspeellijst", "HeaderAddToPlaylist": "Toevoegen aan Afspeellijst",
"Subtitles": "Ondertiteling", "Subtitles": "Ondertiteling",
"LabelTheme": "Theme:",
"LabelDashboardTheme": "Server dashboard theme:",
"SearchForSubtitles": "Zoeken naar ondertitels", "SearchForSubtitles": "Zoeken naar ondertitels",
"LabelLanguage": "Taal:", "LabelLanguage": "Taal:",
"Search": "Zoeken", "Search": "Zoeken",
@ -181,6 +203,7 @@
"HeaderExternalIds": "External Ids:", "HeaderExternalIds": "External Ids:",
"HeaderDisplaySettings": "Weergave instellingen", "HeaderDisplaySettings": "Weergave instellingen",
"LabelDisplayOrder": "Weergave volgorde:", "LabelDisplayOrder": "Weergave volgorde:",
"Display": "Display",
"Countries": "Landen", "Countries": "Landen",
"Genres": "Genres", "Genres": "Genres",
"Studios": "Studio's", "Studios": "Studio's",

View File

@ -1,4 +1,15 @@
{ {
"RunAtStartup": "Run at startup",
"Desktop": "Komputer stacjonarny",
"Mobile": "Telefon \/ tabet",
"TV": "Telewizor",
"LabelDisplayMode": "Tryb wy\u015bwietlania:",
"DisplayModeHelp": "Okre\u015bla typ urz\u0105dzenia, na kt\u00f3rym uruchomiono Emby.",
"EnableThemeVideos": "Enable theme videos",
"EnableThemeVideosHelp": "If enabled, theme videos will be played in the background while browsing the library.",
"LabelScreensaver": "Screensaver:",
"LabelSoundEffects": "Sound effects:",
"LabelSkin": "Skin:",
"MessageUnlockAppWithPurchaseOrSupporter": "Odblokuj t\u0119 funkcj\u0119, za niewielk\u0105 jednorazow\u0105 op\u0142at\u0105 lub przy u\u017cyciu aktywnej subskrypcji Emby Premium.", "MessageUnlockAppWithPurchaseOrSupporter": "Odblokuj t\u0119 funkcj\u0119, za niewielk\u0105 jednorazow\u0105 op\u0142at\u0105 lub przy u\u017cyciu aktywnej subskrypcji Emby Premium.",
"MessageUnlockAppWithSupporter": "Odblokuj t\u0119 funkcj\u0119 przy u\u017cyciu subskrypcji Emby Premium.", "MessageUnlockAppWithSupporter": "Odblokuj t\u0119 funkcj\u0119 przy u\u017cyciu subskrypcji Emby Premium.",
"MessageToValidateSupporter": "Je\u015bli posiadasz aktywn\u0105 subskrypcj\u0119 Emby Premium, upewnij si\u0119, \u017ce j\u0105 poprawnie skonfigurowa\u0142e\u015b przy pomocy Kokpitu serwera Emby, do kt\u00f3rego mo\u017cesz uzyska\u0107 dost\u0119p, klikaj\u0105c na pozycj\u0119 Premium menu startowego.", "MessageToValidateSupporter": "Je\u015bli posiadasz aktywn\u0105 subskrypcj\u0119 Emby Premium, upewnij si\u0119, \u017ce j\u0105 poprawnie skonfigurowa\u0142e\u015b przy pomocy Kokpitu serwera Emby, do kt\u00f3rego mo\u017cesz uzyska\u0107 dost\u0119p, klikaj\u0105c na pozycj\u0119 Premium menu startowego.",
@ -6,7 +17,7 @@
"Share": "Udost\u0119pnij", "Share": "Udost\u0119pnij",
"Add": "Dodaj", "Add": "Dodaj",
"ServerUpdateNeeded": "Ten serwer Emby wymaga aktualizacji. Odwied\u017a stron\u0119 {0}, aby pobra\u0107 najnowsz\u0105 wersj\u0119.", "ServerUpdateNeeded": "Ten serwer Emby wymaga aktualizacji. Odwied\u017a stron\u0119 {0}, aby pobra\u0107 najnowsz\u0105 wersj\u0119.",
"LiveTvRequiresUnlock": "Live TV requires an active Emby Premiere subscription.", "LiveTvRequiresUnlock": "Odbi\u00f3r transmisji telewizyjnych wymaga aktywnej subskrypcji Emby Premiere.",
"AttributeNew": "Nowe", "AttributeNew": "Nowe",
"Premiere": "Premiera", "Premiere": "Premiera",
"Live": "Na \u017cywo", "Live": "Na \u017cywo",
@ -70,8 +81,17 @@
"NewCollection": "Nowa kolekcja", "NewCollection": "Nowa kolekcja",
"LabelCollection": "Kolekcja:", "LabelCollection": "Kolekcja:",
"Help": "Pomoc", "Help": "Pomoc",
"LabelDisplayLanguage": "J\u0119zyk interfejsu:",
"LabelDisplayLanguageHelp": "T\u0142umaczenie Emby to projekt, kt\u00f3ry ci\u0105gle trwa.",
"LearnHowYouCanContribute": "Dowiedz si\u0119 jak mo\u017cesz pom\u00f3c.",
"NewCollectionHelp": "Kolekcje umo\u017cliwiaj\u0105 spersonalizowane grupowanie film\u00f3w i innej zawarto\u015bci biblioteki.", "NewCollectionHelp": "Kolekcje umo\u017cliwiaj\u0105 spersonalizowane grupowanie film\u00f3w i innej zawarto\u015bci biblioteki.",
"SearchForCollectionInternetMetadata": "Wyszukuj grafiki i metadane w Internecie", "SearchForCollectionInternetMetadata": "Wyszukuj grafiki i metadane w Internecie",
"DisplayMissingEpisodesWithinSeasons": "Wy\u015bwietlaj w sezonach brakuj\u0105ce odcinki",
"DisplayMissingEpisodesWithinSeasonsHelp": "Ta opcja, musi zosta\u0107 dodatkowo aktywowana w bibliotece seriali, w konfiguracji serwera Emby.",
"EnableThemeSongs": "Odtwarzaj motywy muzyczne",
"EnableBackdrops": "Wy\u015bwietlaj fototapety",
"EnableThemeSongsHelp": "Umo\u017cliwia odtwarzanie podczas przegl\u0105dania biblioteki motyw\u00f3w muzycznych.",
"EnableBackdropsHelp": "Umo\u017cliwia wy\u015bwietlanie fototapet, w tle niekt\u00f3rych stron, podczas przegl\u0105dania biblioteki.",
"LabelName": "Nazwa:", "LabelName": "Nazwa:",
"NewCollectionNameExample": "Przyk\u0142ad: Kolekcja Star Wars", "NewCollectionNameExample": "Przyk\u0142ad: Kolekcja Star Wars",
"MessageItemsAdded": "Dodano pozycj\u0119.", "MessageItemsAdded": "Dodano pozycj\u0119.",
@ -80,6 +100,8 @@
"AddToPlaylist": "Dodaj do listy", "AddToPlaylist": "Dodaj do listy",
"HeaderAddToPlaylist": "Dodaj do listy", "HeaderAddToPlaylist": "Dodaj do listy",
"Subtitles": "Napisy", "Subtitles": "Napisy",
"LabelTheme": "Motyw:",
"LabelDashboardTheme": "Motyw kokpitu serwera:",
"SearchForSubtitles": "Wyszukuj napisy", "SearchForSubtitles": "Wyszukuj napisy",
"LabelLanguage": "J\u0119zyk:", "LabelLanguage": "J\u0119zyk:",
"Search": "Szukaj", "Search": "Szukaj",
@ -91,10 +113,10 @@
"MessageDownloadQueued": "Dodano do kolejki pobierania.", "MessageDownloadQueued": "Dodano do kolejki pobierania.",
"EditSubtitles": "Edytuj napisy", "EditSubtitles": "Edytuj napisy",
"UnlockGuide": "Odblokuj funkcje przewodnika", "UnlockGuide": "Odblokuj funkcje przewodnika",
"RefreshMetadata": "Od\u015bwie\u017c metadane:", "RefreshMetadata": "Od\u015bwie\u017c metadane",
"ReplaceExistingImages": "Zast\u0119puj istniej\u0105ce obrazy", "ReplaceExistingImages": "Zast\u0119puj istniej\u0105ce obrazy",
"ReplaceAllMetadata": "Zast\u0119puj wszystkie metadane", "ReplaceAllMetadata": "Zast\u0119puj wszystkie metadane",
"SearchForMissingMetadata": "Wyszukuj brakuj\u0105cych metadanych", "SearchForMissingMetadata": "Wyszukuj brakuj\u0105ce metadane",
"LabelRefreshMode": "Tryb od\u015bwie\u017cania:", "LabelRefreshMode": "Tryb od\u015bwie\u017cania:",
"NoItemsFound": "Brak dost\u0119pnych pozycji.", "NoItemsFound": "Brak dost\u0119pnych pozycji.",
"HeaderSaySomethingLike": "Powiedz co\u015b jak...", "HeaderSaySomethingLike": "Powiedz co\u015b jak...",
@ -181,6 +203,7 @@
"HeaderExternalIds": "Identyfikatory zewn\u0119trzne:", "HeaderExternalIds": "Identyfikatory zewn\u0119trzne:",
"HeaderDisplaySettings": "Ustawienia wy\u015bwietlania", "HeaderDisplaySettings": "Ustawienia wy\u015bwietlania",
"LabelDisplayOrder": "Kolejno\u015b\u0107 wy\u015bwietlania:", "LabelDisplayOrder": "Kolejno\u015b\u0107 wy\u015bwietlania:",
"Display": "Wy\u015bwietlanie",
"Countries": "Kraje", "Countries": "Kraje",
"Genres": "Gatunki", "Genres": "Gatunki",
"Studios": "Wytw\u00f3rnie", "Studios": "Wytw\u00f3rnie",

View File

@ -1,4 +1,15 @@
{ {
"RunAtStartup": "Executar ao iniciar",
"Desktop": "Desktop",
"Mobile": "Celular \/ Tablet",
"TV": "TV",
"LabelDisplayMode": "Mode de exibi\u00e7\u00e3o:",
"DisplayModeHelp": "Selecione o tipo de tela para executar o Emby.",
"EnableThemeVideos": "Ativar m\u00fasicas-tema",
"EnableThemeVideosHelp": "Se ativadas, m\u00fasicas-tema ser\u00e3o reproduzidas em segundo plano ao navegar pela biblioteca.",
"LabelScreensaver": "Protetor de Tela:",
"LabelSoundEffects": "Efeitos sonoros:",
"LabelSkin": "Skin:",
"MessageUnlockAppWithPurchaseOrSupporter": "Desbloqueie esta funcionalidade com uma pequena compra \u00fanica, ou com uma assinatura ativa do Emby Premiere.", "MessageUnlockAppWithPurchaseOrSupporter": "Desbloqueie esta funcionalidade com uma pequena compra \u00fanica, ou com uma assinatura ativa do Emby Premiere.",
"MessageUnlockAppWithSupporter": "Desbloqueie esta funcionalidade com uma assinatura ativa do Emby Premiere.", "MessageUnlockAppWithSupporter": "Desbloqueie esta funcionalidade com uma assinatura ativa do Emby Premiere.",
"MessageToValidateSupporter": "Se tiver uma assinatura ativa do Emby Premiere, assegure-se que configurou o Emby Premiere no Painel do Servidor Emby, que pode ser acessado clicando Emby Premiere no menu principal.", "MessageToValidateSupporter": "Se tiver uma assinatura ativa do Emby Premiere, assegure-se que configurou o Emby Premiere no Painel do Servidor Emby, que pode ser acessado clicando Emby Premiere no menu principal.",
@ -6,7 +17,7 @@
"Share": "Compartilhar", "Share": "Compartilhar",
"Add": "Adicionar", "Add": "Adicionar",
"ServerUpdateNeeded": "Este Servidor Emby precisa ser atualizado. Para fazer download da vers\u00e3o mais recente, por favor visite {0}", "ServerUpdateNeeded": "Este Servidor Emby precisa ser atualizado. Para fazer download da vers\u00e3o mais recente, por favor visite {0}",
"LiveTvRequiresUnlock": "Live TV requires an active Emby Premiere subscription.", "LiveTvRequiresUnlock": "A TV ao vivo exige uma assinatura ativa do Emby Premiere.",
"AttributeNew": "Novo", "AttributeNew": "Novo",
"Premiere": "Premiere", "Premiere": "Premiere",
"Live": "Ao vivo", "Live": "Ao vivo",
@ -42,7 +53,7 @@
"HeaderOfflineDownloads": "M\u00eddia Offline", "HeaderOfflineDownloads": "M\u00eddia Offline",
"HeaderOfflineDownloadsDescription": "Download sua m\u00eddia para seus dispositivos para uso offline f\u00e1cil.", "HeaderOfflineDownloadsDescription": "Download sua m\u00eddia para seus dispositivos para uso offline f\u00e1cil.",
"CloudSyncFeatureDescription": "Sincronize sua m\u00eddia para a nuvem para backup, arquivamento e convers\u00e3o f\u00e1ceis.", "CloudSyncFeatureDescription": "Sincronize sua m\u00eddia para a nuvem para backup, arquivamento e convers\u00e3o f\u00e1ceis.",
"LiveTvFeatureDescription": "Stream Live TV to any Emby app, with a compatible TV tuner device installed on your Emby Server.", "LiveTvFeatureDescription": "Assistir TV ao vivo em qualquer app Emby com um sintonizador de TV compat\u00edvel, instalado em seu servidor Emby.",
"DvrFeatureDescription": "Agendar grava\u00e7\u00f5es individuais de TV ao vivo, grava\u00e7\u00f5es de s\u00e9ries e mais com o Emby DVR.", "DvrFeatureDescription": "Agendar grava\u00e7\u00f5es individuais de TV ao vivo, grava\u00e7\u00f5es de s\u00e9ries e mais com o Emby DVR.",
"CinemaModeFeatureDescription": "Modo Cinema oferece a voc\u00ea uma verdadeira experi\u00eancia de cinema com trailers e intros customizados antes da funcionalidade.", "CinemaModeFeatureDescription": "Modo Cinema oferece a voc\u00ea uma verdadeira experi\u00eancia de cinema com trailers e intros customizados antes da funcionalidade.",
"HeaderFreeApps": "Apps Emby gr\u00e1tis", "HeaderFreeApps": "Apps Emby gr\u00e1tis",
@ -70,8 +81,17 @@
"NewCollection": "Nova Colet\u00e2nea", "NewCollection": "Nova Colet\u00e2nea",
"LabelCollection": "Colet\u00e2nea:", "LabelCollection": "Colet\u00e2nea:",
"Help": "Ajuda", "Help": "Ajuda",
"LabelDisplayLanguage": "Idioma para exibi\u00e7\u00e3o:",
"LabelDisplayLanguageHelp": "A tradu\u00e7\u00e3o do Emby \u00e9 um projeto em andamento.",
"LearnHowYouCanContribute": "Saiba como voc\u00ea pode contribuir.",
"NewCollectionHelp": "Colet\u00e2neas permitem que voc\u00ea crie grupos personalizados de filmes e outros conte\u00fados da biblioteca.", "NewCollectionHelp": "Colet\u00e2neas permitem que voc\u00ea crie grupos personalizados de filmes e outros conte\u00fados da biblioteca.",
"SearchForCollectionInternetMetadata": "Buscar artwork e metadados na internet", "SearchForCollectionInternetMetadata": "Buscar artwork e metadados na internet",
"DisplayMissingEpisodesWithinSeasons": "Exibir epis\u00f3dios que faltam dentro das temporadas",
"DisplayMissingEpisodesWithinSeasonsHelp": "Isto tamb\u00e9m deve ser ativado para as bibliotecas de TV na configura\u00e7\u00e3o do Servidor Emby.",
"EnableThemeSongs": "Ativar m\u00fasicas-tema",
"EnableBackdrops": "Ativar imagens de fundo",
"EnableThemeSongsHelp": "Se ativadas, m\u00fasicas-tema ser\u00e3o reproduzidas em segundo plano ao navegar pela biblioteca.",
"EnableBackdropsHelp": "Se ativadas, imagens de fundo ser\u00e3o exibidas ao fundo de algumas p\u00e1ginas ao navegar pela biblioteca.",
"LabelName": "Nome:", "LabelName": "Nome:",
"NewCollectionNameExample": "Exemplo: Colet\u00e2nea Star Wars", "NewCollectionNameExample": "Exemplo: Colet\u00e2nea Star Wars",
"MessageItemsAdded": "Itens adicionados.", "MessageItemsAdded": "Itens adicionados.",
@ -80,6 +100,8 @@
"AddToPlaylist": "Adicionar \u00e0 lista de reprodu\u00e7\u00e3o", "AddToPlaylist": "Adicionar \u00e0 lista de reprodu\u00e7\u00e3o",
"HeaderAddToPlaylist": "Adicionar \u00e0 Lista de Reprodu\u00e7\u00e3o", "HeaderAddToPlaylist": "Adicionar \u00e0 Lista de Reprodu\u00e7\u00e3o",
"Subtitles": "Legendas", "Subtitles": "Legendas",
"LabelTheme": "Tema:",
"LabelDashboardTheme": "Tema do painel do servidor:",
"SearchForSubtitles": "Buscar Legendas", "SearchForSubtitles": "Buscar Legendas",
"LabelLanguage": "Idioma:", "LabelLanguage": "Idioma:",
"Search": "Busca", "Search": "Busca",
@ -168,8 +190,8 @@
"FormatValue": "Formato: {0}", "FormatValue": "Formato: {0}",
"DownloadsValue": "Downloads: {0}", "DownloadsValue": "Downloads: {0}",
"PerfectMatch": "Combina\u00e7\u00e3o perfeita", "PerfectMatch": "Combina\u00e7\u00e3o perfeita",
"EnableExternalVideoPlayers": "Enable external video players", "EnableExternalVideoPlayers": "Ativar reprodutores de v\u00eddeo externos",
"EnableExternalVideoPlayersHelp": "An external player menu will be shown when starting video playback.", "EnableExternalVideoPlayersHelp": "Um menu do reprodutor externo ser\u00e1 exibido ao iniciar a reprodu\u00e7\u00e3o do v\u00eddeo.",
"HeaderAlternateEpisodeNumbers": "N\u00fameros de Epis\u00f3dios Alternativos", "HeaderAlternateEpisodeNumbers": "N\u00fameros de Epis\u00f3dios Alternativos",
"LabelDvdSeasonNumber": "N\u00famero da temporada do Dvd:", "LabelDvdSeasonNumber": "N\u00famero da temporada do Dvd:",
"LabelDvdEpisodeNumber": "N\u00famero do epis\u00f3dio do Dvd:", "LabelDvdEpisodeNumber": "N\u00famero do epis\u00f3dio do Dvd:",
@ -181,6 +203,7 @@
"HeaderExternalIds": "Ids Externos:", "HeaderExternalIds": "Ids Externos:",
"HeaderDisplaySettings": "Ajustes de Exibi\u00e7\u00e3o", "HeaderDisplaySettings": "Ajustes de Exibi\u00e7\u00e3o",
"LabelDisplayOrder": "Ordem de exibi\u00e7\u00e3o:", "LabelDisplayOrder": "Ordem de exibi\u00e7\u00e3o:",
"Display": "Exibir",
"Countries": "Pa\u00edses", "Countries": "Pa\u00edses",
"Genres": "G\u00eaneros", "Genres": "G\u00eaneros",
"Studios": "Est\u00fadios", "Studios": "Est\u00fadios",
@ -407,9 +430,9 @@
"Up": "Para cima", "Up": "Para cima",
"Down": "Para baixo", "Down": "Para baixo",
"HeaderHomeScreen": "Tela In\u00edcio", "HeaderHomeScreen": "Tela In\u00edcio",
"HeaderHomeScreenContent": "Home Screen Content", "HeaderHomeScreenContent": "Conte\u00fado fa Tela In\u00edcio",
"HeaderLatestChannelItems": "Itens de Canais Recentes", "HeaderLatestChannelItems": "Itens de Canais Recentes",
"LabelSelectHomeScreenItemsFolders": "Allow items to appear on my home screen from:", "LabelSelectHomeScreenItemsFolders": "Permitir aos itens aparecer na minha tela in\u00edcio de:",
"HeaderLibraryOrder": "Ordem da Biblioteca", "HeaderLibraryOrder": "Ordem da Biblioteca",
"HideWatchedContentFromLatestMedia": "Ocultar conte\u00fado assistido das m\u00eddias recentes", "HideWatchedContentFromLatestMedia": "Ocultar conte\u00fado assistido das m\u00eddias recentes",
"HeaderOnNow": "Em Exibi\u00e7\u00e3o", "HeaderOnNow": "Em Exibi\u00e7\u00e3o",
@ -530,41 +553,41 @@
"VideoBitDepthNotSupported": "Profundidade de bit de v\u00eddeo n\u00e3o suportada", "VideoBitDepthNotSupported": "Profundidade de bit de v\u00eddeo n\u00e3o suportada",
"RefFramesNotSupported": "N\u00famero de quadros de refer\u00eancia de v\u00eddeo n\u00e3o suportado", "RefFramesNotSupported": "N\u00famero de quadros de refer\u00eancia de v\u00eddeo n\u00e3o suportado",
"ErrorConnectServerUnreachable": "Ocorreu um erro ao executar a opera\u00e7\u00e3o solicitada. Seu servidor n\u00e3o pode contactar nosso Emby Connect Server em {0}. Por favor, verifique se seu servidor possui uma conex\u00e3o de internet ativa e se as comunica\u00e7\u00f5es est\u00e3o liberadas pelo firewall ou software de seguran\u00e7a instalados.", "ErrorConnectServerUnreachable": "Ocorreu um erro ao executar a opera\u00e7\u00e3o solicitada. Seu servidor n\u00e3o pode contactar nosso Emby Connect Server em {0}. Por favor, verifique se seu servidor possui uma conex\u00e3o de internet ativa e se as comunica\u00e7\u00f5es est\u00e3o liberadas pelo firewall ou software de seguran\u00e7a instalados.",
"StopRecording": "Stop recording", "StopRecording": "Parar grava\u00e7\u00e3o",
"ManageRecording": "Manage recording", "ManageRecording": "Gerenciar grava\u00e7\u00e3o",
"LabelDropImageHere": "Drop image here, or click to browse.", "LabelDropImageHere": "Soltar a imagem aqui, ou clicar para procurar.",
"MessageFileReadError": "There was an error reading the file. Please try again.", "MessageFileReadError": "Ocorreu um erro ao ler o arquivo. Por favor, tente novamente.",
"Browse": "Navegar", "Browse": "Navegar",
"HeaderUploadImage": "Upload Image", "HeaderUploadImage": "Carregar Imagem",
"HeaderAddUpdateImage": "Add\/Update Image", "HeaderAddUpdateImage": "Adicionar\/Atualizar Imagem",
"LabelImageType": "Image type:", "LabelImageType": "Tipo de imagem:",
"Upload": "Upload", "Upload": "Carregar",
"Primary": "Primary", "Primary": "Capa",
"Art": "Art", "Art": "Arte",
"Backdrop": "Backdrop", "Backdrop": "Imagem de Fundo",
"Banner": "Banner", "Banner": "Banner",
"Box": "Box", "Box": "Caixa",
"BoxRear": "Box (rear)", "BoxRear": "Caixa (traseira)",
"Disc": "Disc", "Disc": "Disco",
"Logo": "Logo", "Logo": "Logo",
"Menu": "Menu", "Menu": "Menu",
"Screenshot": "Screenshot", "Screenshot": "Imagem da tela",
"Thumb": "Thumb", "Thumb": "\u00cdcone",
"ValueSeconds": "{0} seconds", "ValueSeconds": "{0} segundos",
"HeaderAudioSettings": "Ajustes de \u00c1udio", "HeaderAudioSettings": "Ajustes de \u00c1udio",
"LabelAudioLanguagePreference": "Preferred audio language:", "LabelAudioLanguagePreference": "\u00c1udio preferido para exibi\u00e7\u00e3o:",
"LabelPlayDefaultAudioTrack": "Play default audio track regardless of language", "LabelPlayDefaultAudioTrack": "Reproduzir a faixa de \u00e1udio padr\u00e3o, independente do idioma",
"HeaderVideoQuality": "Video Quality", "HeaderVideoQuality": "Qualidade do V\u00eddeo",
"CinemaModeConfigurationHelp": "Cinema mode brings the theater experience straight to your living room with the ability to play trailers and custom intros before the main feature.", "CinemaModeConfigurationHelp": "O modo cinema traz a experi\u00eancia do cinema diretamente para a sua sala, possibilitando reproduzir trailers e introdu\u00e7\u00f5es personalizadas antes do filme principal.",
"EnableNextVideoInfoOverlay": "Enable next video info during playback", "EnableNextVideoInfoOverlay": "Ativar as informa\u00e7\u00f5es do pr\u00f3ximo v\u00eddeo durante a reprodu\u00e7\u00e3o",
"EnableNextVideoInfoOverlayHelp": "At the end of a video, display info about the next video coming up in the current playlist.", "EnableNextVideoInfoOverlayHelp": "Ao final de um v\u00eddeo, exibe informa\u00e7\u00f5es sobre o pr\u00f3ximo v\u00eddeo que est\u00e1 na lista de reprodu\u00e7\u00e3o.",
"PlayNextEpisodeAutomatically": "Reproduzir pr\u00f3ximo epis\u00f3dio automaticamente", "PlayNextEpisodeAutomatically": "Reproduzir pr\u00f3ximo epis\u00f3dio automaticamente",
"LabelMaxChromecastBitrate": "Chromecast streaming quality:", "LabelMaxChromecastBitrate": "Qualidade para streaming do chromecast:",
"LabelSkipBackLength": "Skip back length:", "LabelSkipBackLength": "Tamanho do intervalo para retroceder",
"LabelSkipForwardLength": "Skip forward length:", "LabelSkipForwardLength": "Tamanho do intervalo para avan\u00e7ar",
"EnableCinemaMode": "Ativar modo cinema", "EnableCinemaMode": "Ativar modo cinema",
"LabelInternetQuality": "Internet quality:", "LabelInternetQuality": "Qualidade da internet:",
"HeaderMusicQuality": "Music Quality", "HeaderMusicQuality": "Qualidade da M\u00fasica:",
"LabelHomeNetworkQuality": "Home network quality:", "LabelHomeNetworkQuality": "Qualidade da rede local:",
"HeaderLatestMedia": "M\u00eddias Recentes" "HeaderLatestMedia": "M\u00eddias Recentes"
} }

View File

@ -1,4 +1,15 @@
{ {
"RunAtStartup": "Run at startup",
"Desktop": "Desktop",
"Mobile": "Mobile \/ Tablet",
"TV": "TV",
"LabelDisplayMode": "Display mode:",
"DisplayModeHelp": "Select the type of screen you're running Emby on.",
"EnableThemeVideos": "Enable theme videos",
"EnableThemeVideosHelp": "If enabled, theme videos will be played in the background while browsing the library.",
"LabelScreensaver": "Screensaver:",
"LabelSoundEffects": "Sound effects:",
"LabelSkin": "Skin:",
"MessageUnlockAppWithPurchaseOrSupporter": "Unlock this feature with a small one-time purchase, or with an active Emby Premiere subscription.", "MessageUnlockAppWithPurchaseOrSupporter": "Unlock this feature with a small one-time purchase, or with an active Emby Premiere subscription.",
"MessageUnlockAppWithSupporter": "Unlock this feature with an active Emby Premiere subscription.", "MessageUnlockAppWithSupporter": "Unlock this feature with an active Emby Premiere subscription.",
"MessageToValidateSupporter": "If you have an active Emby Premiere subscription, ensure you've setup Emby Premiere in your Emby Server Dashboard, which you can access by clicking Emby Premiere within the main menu.", "MessageToValidateSupporter": "If you have an active Emby Premiere subscription, ensure you've setup Emby Premiere in your Emby Server Dashboard, which you can access by clicking Emby Premiere within the main menu.",
@ -70,8 +81,17 @@
"NewCollection": "Nova Cole\u00e7\u00e3o", "NewCollection": "Nova Cole\u00e7\u00e3o",
"LabelCollection": "Collection:", "LabelCollection": "Collection:",
"Help": "Ajuda", "Help": "Ajuda",
"LabelDisplayLanguage": "Display language:",
"LabelDisplayLanguageHelp": "Translating Emby is an ongoing project.",
"LearnHowYouCanContribute": "Learn how you can contribute.",
"NewCollectionHelp": "Collections allow you to create personalized groupings of movies and other library content.", "NewCollectionHelp": "Collections allow you to create personalized groupings of movies and other library content.",
"SearchForCollectionInternetMetadata": "Procurar na internet por imagens e metadados", "SearchForCollectionInternetMetadata": "Procurar na internet por imagens e metadados",
"DisplayMissingEpisodesWithinSeasons": "Display missing episodes within seasons",
"DisplayMissingEpisodesWithinSeasonsHelp": "This must also be enabled for TV libraries in Emby Server setup.",
"EnableThemeSongs": "Enable theme songs",
"EnableBackdrops": "Enable backdrops",
"EnableThemeSongsHelp": "If enabled, theme songs will be played in the background while browsing the library.",
"EnableBackdropsHelp": "If enabled, backdrops will be displayed in the background of some pages while browsing the library.",
"LabelName": "Nome:", "LabelName": "Nome:",
"NewCollectionNameExample": "Exemplo: Cole\u00e7\u00e3o Guerra das Estrelas", "NewCollectionNameExample": "Exemplo: Cole\u00e7\u00e3o Guerra das Estrelas",
"MessageItemsAdded": "Items added.", "MessageItemsAdded": "Items added.",
@ -80,6 +100,8 @@
"AddToPlaylist": "Adicionar \u00e0 lista de reprodu\u00e7\u00e3o", "AddToPlaylist": "Adicionar \u00e0 lista de reprodu\u00e7\u00e3o",
"HeaderAddToPlaylist": "Add to Playlist", "HeaderAddToPlaylist": "Add to Playlist",
"Subtitles": "Subtitles", "Subtitles": "Subtitles",
"LabelTheme": "Theme:",
"LabelDashboardTheme": "Server dashboard theme:",
"SearchForSubtitles": "Buscar Legendas", "SearchForSubtitles": "Buscar Legendas",
"LabelLanguage": "Idioma:", "LabelLanguage": "Idioma:",
"Search": "Busca", "Search": "Busca",
@ -181,6 +203,7 @@
"HeaderExternalIds": "External Ids:", "HeaderExternalIds": "External Ids:",
"HeaderDisplaySettings": "Display Settings", "HeaderDisplaySettings": "Display Settings",
"LabelDisplayOrder": "Ordem de exibi\u00e7\u00e3o:", "LabelDisplayOrder": "Ordem de exibi\u00e7\u00e3o:",
"Display": "Display",
"Countries": "Countries", "Countries": "Countries",
"Genres": "Genres", "Genres": "Genres",
"Studios": "Studios", "Studios": "Studios",

View File

@ -1,4 +1,15 @@
{ {
"RunAtStartup": "Run at startup",
"Desktop": "Desktop",
"Mobile": "Mobile \/ Tablet",
"TV": "TV",
"LabelDisplayMode": "Display mode:",
"DisplayModeHelp": "Select the type of screen you're running Emby on.",
"EnableThemeVideos": "Enable theme videos",
"EnableThemeVideosHelp": "If enabled, theme videos will be played in the background while browsing the library.",
"LabelScreensaver": "Screensaver:",
"LabelSoundEffects": "Sound effects:",
"LabelSkin": "Skin:",
"MessageUnlockAppWithPurchaseOrSupporter": "Unlock this feature with a small one-time purchase, or with an active Emby Premiere subscription.", "MessageUnlockAppWithPurchaseOrSupporter": "Unlock this feature with a small one-time purchase, or with an active Emby Premiere subscription.",
"MessageUnlockAppWithSupporter": "Unlock this feature with an active Emby Premiere subscription.", "MessageUnlockAppWithSupporter": "Unlock this feature with an active Emby Premiere subscription.",
"MessageToValidateSupporter": "If you have an active Emby Premiere subscription, ensure you've setup Emby Premiere in your Emby Server Dashboard, which you can access by clicking Emby Premiere within the main menu.", "MessageToValidateSupporter": "If you have an active Emby Premiere subscription, ensure you've setup Emby Premiere in your Emby Server Dashboard, which you can access by clicking Emby Premiere within the main menu.",
@ -70,8 +81,17 @@
"NewCollection": "New Collection", "NewCollection": "New Collection",
"LabelCollection": "Collection:", "LabelCollection": "Collection:",
"Help": "Ajutor", "Help": "Ajutor",
"LabelDisplayLanguage": "Display language:",
"LabelDisplayLanguageHelp": "Translating Emby is an ongoing project.",
"LearnHowYouCanContribute": "Learn how you can contribute.",
"NewCollectionHelp": "Collections allow you to create personalized groupings of movies and other library content.", "NewCollectionHelp": "Collections allow you to create personalized groupings of movies and other library content.",
"SearchForCollectionInternetMetadata": "C\u0103utare pe internet pentru postere \u0219i metadate", "SearchForCollectionInternetMetadata": "C\u0103utare pe internet pentru postere \u0219i metadate",
"DisplayMissingEpisodesWithinSeasons": "Display missing episodes within seasons",
"DisplayMissingEpisodesWithinSeasonsHelp": "This must also be enabled for TV libraries in Emby Server setup.",
"EnableThemeSongs": "Enable theme songs",
"EnableBackdrops": "Enable backdrops",
"EnableThemeSongsHelp": "If enabled, theme songs will be played in the background while browsing the library.",
"EnableBackdropsHelp": "If enabled, backdrops will be displayed in the background of some pages while browsing the library.",
"LabelName": "Nume:", "LabelName": "Nume:",
"NewCollectionNameExample": "Exemplu: Star Wars Collection", "NewCollectionNameExample": "Exemplu: Star Wars Collection",
"MessageItemsAdded": "Items added.", "MessageItemsAdded": "Items added.",
@ -80,6 +100,8 @@
"AddToPlaylist": "Add to playlist", "AddToPlaylist": "Add to playlist",
"HeaderAddToPlaylist": "Add to Playlist", "HeaderAddToPlaylist": "Add to Playlist",
"Subtitles": "Subtitles", "Subtitles": "Subtitles",
"LabelTheme": "Theme:",
"LabelDashboardTheme": "Server dashboard theme:",
"SearchForSubtitles": "Search for Subtitles", "SearchForSubtitles": "Search for Subtitles",
"LabelLanguage": "Limba:", "LabelLanguage": "Limba:",
"Search": "Search", "Search": "Search",
@ -181,6 +203,7 @@
"HeaderExternalIds": "External Ids:", "HeaderExternalIds": "External Ids:",
"HeaderDisplaySettings": "Display Settings", "HeaderDisplaySettings": "Display Settings",
"LabelDisplayOrder": "Display order:", "LabelDisplayOrder": "Display order:",
"Display": "Display",
"Countries": "Countries", "Countries": "Countries",
"Genres": "Genres", "Genres": "Genres",
"Studios": "Studios", "Studios": "Studios",

View File

@ -1,4 +1,15 @@
{ {
"RunAtStartup": "\u0417\u0430\u043f\u0443\u0441\u043a\u0430\u0442\u044c \u043f\u0440\u0438 \u0441\u0442\u0430\u0440\u0442\u0435 \u0441\u0438\u0441\u0442\u0435\u043c\u044b",
"Desktop": "\u0420\u0430\u0431\u043e\u0447\u0438\u0439 \u0441\u0442\u043e\u043b",
"Mobile": "\u041c\u043e\u0431\u0438\u043b\u044c\u043d\u044b\u0439 \/ \u041f\u043b\u0430\u043d\u0448\u0435\u0442\u043d\u044b\u0439",
"TV": "\u0422\u0412",
"LabelDisplayMode": "Display mode:",
"DisplayModeHelp": "Select the type of screen you're running Emby on.",
"EnableThemeVideos": "Enable theme videos",
"EnableThemeVideosHelp": "If enabled, theme videos will be played in the background while browsing the library.",
"LabelScreensaver": "Screensaver:",
"LabelSoundEffects": "Sound effects:",
"LabelSkin": "Skin:",
"MessageUnlockAppWithPurchaseOrSupporter": "\u0420\u0430\u0437\u0431\u043b\u043e\u043a\u0438\u0440\u0443\u0439\u0442\u0435 \u0434\u0430\u043d\u043d\u044b\u0439 \u043a\u043e\u043c\u043f\u043e\u043d\u0435\u043d\u0442 \u043f\u043e\u0441\u0440\u0435\u0434\u0441\u0442\u0432\u043e\u043c \u043d\u0435\u0431\u043e\u043b\u044c\u0448\u043e\u0439 \u043e\u0434\u043d\u043e\u043a\u0440\u0430\u0442\u043d\u043e\u0439 \u043e\u043f\u043b\u0430\u0442\u044b, \u0438\u043b\u0438 \u0441 \u0434\u0435\u0439\u0441\u0442\u0432\u0443\u044e\u0449\u0435\u0439 \u043f\u043e\u0434\u043f\u0438\u0441\u043a\u043e\u0439 Emby Premiere .", "MessageUnlockAppWithPurchaseOrSupporter": "\u0420\u0430\u0437\u0431\u043b\u043e\u043a\u0438\u0440\u0443\u0439\u0442\u0435 \u0434\u0430\u043d\u043d\u044b\u0439 \u043a\u043e\u043c\u043f\u043e\u043d\u0435\u043d\u0442 \u043f\u043e\u0441\u0440\u0435\u0434\u0441\u0442\u0432\u043e\u043c \u043d\u0435\u0431\u043e\u043b\u044c\u0448\u043e\u0439 \u043e\u0434\u043d\u043e\u043a\u0440\u0430\u0442\u043d\u043e\u0439 \u043e\u043f\u043b\u0430\u0442\u044b, \u0438\u043b\u0438 \u0441 \u0434\u0435\u0439\u0441\u0442\u0432\u0443\u044e\u0449\u0435\u0439 \u043f\u043e\u0434\u043f\u0438\u0441\u043a\u043e\u0439 Emby Premiere .",
"MessageUnlockAppWithSupporter": "\u0420\u0430\u0437\u0431\u043b\u043e\u043a\u0438\u0440\u0443\u0439\u0442\u0435 \u0434\u0430\u043d\u043d\u044b\u0439 \u043a\u043e\u043c\u043f\u043e\u043d\u0435\u043d\u0442 \u0441 \u0434\u0435\u0439\u0441\u0442\u0432\u0443\u044e\u0449\u0435\u0439 \u043f\u043e\u0434\u043f\u0438\u0441\u043a\u043e\u0439 Emby Premiere.", "MessageUnlockAppWithSupporter": "\u0420\u0430\u0437\u0431\u043b\u043e\u043a\u0438\u0440\u0443\u0439\u0442\u0435 \u0434\u0430\u043d\u043d\u044b\u0439 \u043a\u043e\u043c\u043f\u043e\u043d\u0435\u043d\u0442 \u0441 \u0434\u0435\u0439\u0441\u0442\u0432\u0443\u044e\u0449\u0435\u0439 \u043f\u043e\u0434\u043f\u0438\u0441\u043a\u043e\u0439 Emby Premiere.",
"MessageToValidateSupporter": "\u0415\u0441\u043b\u0438 \u0443 \u0432\u0430\u0441 \u0438\u043c\u0435\u0435\u0442\u0441\u044f \u0434\u0435\u0439\u0441\u0442\u0432\u0443\u044e\u0449\u0430\u044f \u043f\u043e\u0434\u043f\u0438\u0441\u043a\u0430 Emby Premiere, \u0443\u0431\u0435\u0434\u0438\u0442\u0435\u0441\u044c, \u0447\u0442\u043e Emby Premiere \u0443\u0441\u0442\u0430\u043d\u043e\u0432\u043b\u0435\u043d\u0430 \u0438 \u043d\u0430\u0441\u0442\u0440\u043e\u0435\u043d\u0430 \u0432 \u0432\u0430\u0448\u0435\u0439 \u041f\u0430\u043d\u0435\u043b\u0438 Emby Server, \u043a\u043e\u0442\u043e\u0440\u0430\u044f \u0434\u043e\u0441\u0442\u0443\u043f\u043d\u0430 \u043f\u043e \u0449\u0435\u043b\u0447\u043a\u0443 \u043f\u043e Emby Premiere \u0432 \u0433\u043b\u0430\u0432\u043d\u043e\u043c \u043c\u0435\u043d\u044e.", "MessageToValidateSupporter": "\u0415\u0441\u043b\u0438 \u0443 \u0432\u0430\u0441 \u0438\u043c\u0435\u0435\u0442\u0441\u044f \u0434\u0435\u0439\u0441\u0442\u0432\u0443\u044e\u0449\u0430\u044f \u043f\u043e\u0434\u043f\u0438\u0441\u043a\u0430 Emby Premiere, \u0443\u0431\u0435\u0434\u0438\u0442\u0435\u0441\u044c, \u0447\u0442\u043e Emby Premiere \u0443\u0441\u0442\u0430\u043d\u043e\u0432\u043b\u0435\u043d\u0430 \u0438 \u043d\u0430\u0441\u0442\u0440\u043e\u0435\u043d\u0430 \u0432 \u0432\u0430\u0448\u0435\u0439 \u041f\u0430\u043d\u0435\u043b\u0438 Emby Server, \u043a\u043e\u0442\u043e\u0440\u0430\u044f \u0434\u043e\u0441\u0442\u0443\u043f\u043d\u0430 \u043f\u043e \u0449\u0435\u043b\u0447\u043a\u0443 \u043f\u043e Emby Premiere \u0432 \u0433\u043b\u0430\u0432\u043d\u043e\u043c \u043c\u0435\u043d\u044e.",
@ -70,8 +81,17 @@
"NewCollection": "\u041d\u043e\u0432\u0430\u044f \u043a\u043e\u043b\u043b\u0435\u043a\u0446\u0438\u044f", "NewCollection": "\u041d\u043e\u0432\u0430\u044f \u043a\u043e\u043b\u043b\u0435\u043a\u0446\u0438\u044f",
"LabelCollection": "\u041a\u043e\u043b\u043b\u0435\u043a\u0446\u0438\u044f:", "LabelCollection": "\u041a\u043e\u043b\u043b\u0435\u043a\u0446\u0438\u044f:",
"Help": "\u0421\u043f\u0440\u0430\u0432\u043a\u0430...", "Help": "\u0421\u043f\u0440\u0430\u0432\u043a\u0430...",
"LabelDisplayLanguage": "Display language:",
"LabelDisplayLanguageHelp": "Translating Emby is an ongoing project.",
"LearnHowYouCanContribute": "Learn how you can contribute.",
"NewCollectionHelp": "\u041a\u043e\u043b\u043b\u0435\u043a\u0446\u0438\u0438 \u043f\u043e\u0437\u0432\u043e\u043b\u044f\u044e\u0442 \u043f\u043e\u043b\u0443\u0447\u0438\u0442\u044c \u043e\u0431\u043e\u0441\u043e\u0431\u043b\u0435\u043d\u043d\u044b\u0435 \u0441\u043e\u0431\u0440\u0430\u043d\u0438\u044f \u0444\u0438\u043b\u044c\u043c\u043e\u0432 \u0438 \u0438\u043d\u043e\u0433\u043e \u0441\u043e\u0434\u0435\u0440\u0436\u0430\u043d\u0438\u044f \u043c\u0435\u0434\u0438\u0430\u0442\u0435\u043a\u0438.", "NewCollectionHelp": "\u041a\u043e\u043b\u043b\u0435\u043a\u0446\u0438\u0438 \u043f\u043e\u0437\u0432\u043e\u043b\u044f\u044e\u0442 \u043f\u043e\u043b\u0443\u0447\u0438\u0442\u044c \u043e\u0431\u043e\u0441\u043e\u0431\u043b\u0435\u043d\u043d\u044b\u0435 \u0441\u043e\u0431\u0440\u0430\u043d\u0438\u044f \u0444\u0438\u043b\u044c\u043c\u043e\u0432 \u0438 \u0438\u043d\u043e\u0433\u043e \u0441\u043e\u0434\u0435\u0440\u0436\u0430\u043d\u0438\u044f \u043c\u0435\u0434\u0438\u0430\u0442\u0435\u043a\u0438.",
"SearchForCollectionInternetMetadata": "\u0418\u0441\u043a\u0430\u0442\u044c \u0438\u043b\u043b\u044e\u0441\u0442\u0440\u0430\u0446\u0438\u0438 \u0438 \u043c\u0435\u0442\u0430\u0434\u0430\u043d\u043d\u044b\u0435 \u0432 \u0418\u043d\u0442\u0435\u0440\u043d\u0435\u0442\u0435", "SearchForCollectionInternetMetadata": "\u0418\u0441\u043a\u0430\u0442\u044c \u0438\u043b\u043b\u044e\u0441\u0442\u0440\u0430\u0446\u0438\u0438 \u0438 \u043c\u0435\u0442\u0430\u0434\u0430\u043d\u043d\u044b\u0435 \u0432 \u0418\u043d\u0442\u0435\u0440\u043d\u0435\u0442\u0435",
"DisplayMissingEpisodesWithinSeasons": "Display missing episodes within seasons",
"DisplayMissingEpisodesWithinSeasonsHelp": "This must also be enabled for TV libraries in Emby Server setup.",
"EnableThemeSongs": "Enable theme songs",
"EnableBackdrops": "Enable backdrops",
"EnableThemeSongsHelp": "If enabled, theme songs will be played in the background while browsing the library.",
"EnableBackdropsHelp": "If enabled, backdrops will be displayed in the background of some pages while browsing the library.",
"LabelName": "\u0418\u043c\u044f:", "LabelName": "\u0418\u043c\u044f:",
"NewCollectionNameExample": "\u041f\u0440\u0438\u043c\u0435\u0440: \u0417\u0432\u0451\u0437\u0434\u043d\u044b\u0435 \u0432\u043e\u0439\u043d\u044b (\u041a\u043e\u043b\u043b\u0435\u043a\u0446\u0438\u044f)", "NewCollectionNameExample": "\u041f\u0440\u0438\u043c\u0435\u0440: \u0417\u0432\u0451\u0437\u0434\u043d\u044b\u0435 \u0432\u043e\u0439\u043d\u044b (\u041a\u043e\u043b\u043b\u0435\u043a\u0446\u0438\u044f)",
"MessageItemsAdded": "\u042d\u043b\u0435\u043c\u0435\u043d\u0442\u044b \u0434\u043e\u0431\u0430\u0432\u043b\u0435\u043d\u044b.", "MessageItemsAdded": "\u042d\u043b\u0435\u043c\u0435\u043d\u0442\u044b \u0434\u043e\u0431\u0430\u0432\u043b\u0435\u043d\u044b.",
@ -80,6 +100,8 @@
"AddToPlaylist": "\u0414\u043e\u0431\u0430\u0432\u0438\u0442\u044c \u0432 \u043f\u043b\u0435\u0439-\u043b\u0438\u0441\u0442", "AddToPlaylist": "\u0414\u043e\u0431\u0430\u0432\u0438\u0442\u044c \u0432 \u043f\u043b\u0435\u0439-\u043b\u0438\u0441\u0442",
"HeaderAddToPlaylist": "\u0414\u043e\u0431\u0430\u0432\u043b\u0435\u043d\u0438\u0435 \u0432 \u043f\u043b\u0435\u0439-\u043b\u0438\u0441\u0442", "HeaderAddToPlaylist": "\u0414\u043e\u0431\u0430\u0432\u043b\u0435\u043d\u0438\u0435 \u0432 \u043f\u043b\u0435\u0439-\u043b\u0438\u0441\u0442",
"Subtitles": "\u0421\u0443\u0431\u0442\u0438\u0442\u0440\u044b", "Subtitles": "\u0421\u0443\u0431\u0442\u0438\u0442\u0440\u044b",
"LabelTheme": "Theme:",
"LabelDashboardTheme": "Server dashboard theme:",
"SearchForSubtitles": "\u041f\u043e\u0438\u0441\u043a \u0441\u0443\u0431\u0442\u0438\u0442\u0440\u043e\u0432", "SearchForSubtitles": "\u041f\u043e\u0438\u0441\u043a \u0441\u0443\u0431\u0442\u0438\u0442\u0440\u043e\u0432",
"LabelLanguage": "\u042f\u0437\u044b\u043a:", "LabelLanguage": "\u042f\u0437\u044b\u043a:",
"Search": "\u041f\u043e\u0438\u0441\u043a", "Search": "\u041f\u043e\u0438\u0441\u043a",
@ -181,6 +203,7 @@
"HeaderExternalIds": "\u0412\u043d\u0435\u0448\u043d\u0438\u0435 \u0438\u0434\u0435\u043d\u0442\u0438\u0444\u0438\u043a\u0430\u0442\u043e\u0440\u044b:", "HeaderExternalIds": "\u0412\u043d\u0435\u0448\u043d\u0438\u0435 \u0438\u0434\u0435\u043d\u0442\u0438\u0444\u0438\u043a\u0430\u0442\u043e\u0440\u044b:",
"HeaderDisplaySettings": "\u041f\u0430\u0440\u0430\u043c\u0435\u0442\u0440\u044b \u043e\u0442\u043e\u0431\u0440\u0430\u0436\u0435\u043d\u0438\u044f", "HeaderDisplaySettings": "\u041f\u0430\u0440\u0430\u043c\u0435\u0442\u0440\u044b \u043e\u0442\u043e\u0431\u0440\u0430\u0436\u0435\u043d\u0438\u044f",
"LabelDisplayOrder": "\u041f\u043e\u0440\u044f\u0434\u043e\u043a \u043e\u0442\u043e\u0431\u0440\u0430\u0436\u0435\u043d\u0438\u044f:", "LabelDisplayOrder": "\u041f\u043e\u0440\u044f\u0434\u043e\u043a \u043e\u0442\u043e\u0431\u0440\u0430\u0436\u0435\u043d\u0438\u044f:",
"Display": "Display",
"Countries": "\u0421\u0442\u0440\u0430\u043d\u044b", "Countries": "\u0421\u0442\u0440\u0430\u043d\u044b",
"Genres": "\u0416\u0430\u043d\u0440\u044b", "Genres": "\u0416\u0430\u043d\u0440\u044b",
"Studios": "\u0421\u0442\u0443\u0434\u0438\u0438", "Studios": "\u0421\u0442\u0443\u0434\u0438\u0438",

View File

@ -1,4 +1,15 @@
{ {
"RunAtStartup": "Run at startup",
"Desktop": "Desktop",
"Mobile": "Mobile \/ Tablet",
"TV": "TV",
"LabelDisplayMode": "Display mode:",
"DisplayModeHelp": "Select the type of screen you're running Emby on.",
"EnableThemeVideos": "Enable theme videos",
"EnableThemeVideosHelp": "If enabled, theme videos will be played in the background while browsing the library.",
"LabelScreensaver": "Screensaver:",
"LabelSoundEffects": "Sound effects:",
"LabelSkin": "Skin:",
"MessageUnlockAppWithPurchaseOrSupporter": "Unlock this feature with a small one-time purchase, or with an active Emby Premiere subscription.", "MessageUnlockAppWithPurchaseOrSupporter": "Unlock this feature with a small one-time purchase, or with an active Emby Premiere subscription.",
"MessageUnlockAppWithSupporter": "Unlock this feature with an active Emby Premiere subscription.", "MessageUnlockAppWithSupporter": "Unlock this feature with an active Emby Premiere subscription.",
"MessageToValidateSupporter": "If you have an active Emby Premiere subscription, ensure you've setup Emby Premiere in your Emby Server Dashboard, which you can access by clicking Emby Premiere within the main menu.", "MessageToValidateSupporter": "If you have an active Emby Premiere subscription, ensure you've setup Emby Premiere in your Emby Server Dashboard, which you can access by clicking Emby Premiere within the main menu.",
@ -70,8 +81,17 @@
"NewCollection": "New Collection", "NewCollection": "New Collection",
"LabelCollection": "Collection:", "LabelCollection": "Collection:",
"Help": "Help", "Help": "Help",
"LabelDisplayLanguage": "Display language:",
"LabelDisplayLanguageHelp": "Translating Emby is an ongoing project.",
"LearnHowYouCanContribute": "Learn how you can contribute.",
"NewCollectionHelp": "Collections allow you to create personalized groupings of movies and other library content.", "NewCollectionHelp": "Collections allow you to create personalized groupings of movies and other library content.",
"SearchForCollectionInternetMetadata": "Search the internet for artwork and metadata", "SearchForCollectionInternetMetadata": "Search the internet for artwork and metadata",
"DisplayMissingEpisodesWithinSeasons": "Display missing episodes within seasons",
"DisplayMissingEpisodesWithinSeasonsHelp": "This must also be enabled for TV libraries in Emby Server setup.",
"EnableThemeSongs": "Enable theme songs",
"EnableBackdrops": "Enable backdrops",
"EnableThemeSongsHelp": "If enabled, theme songs will be played in the background while browsing the library.",
"EnableBackdropsHelp": "If enabled, backdrops will be displayed in the background of some pages while browsing the library.",
"LabelName": "Name:", "LabelName": "Name:",
"NewCollectionNameExample": "Example: Star Wars Collection", "NewCollectionNameExample": "Example: Star Wars Collection",
"MessageItemsAdded": "Items added.", "MessageItemsAdded": "Items added.",
@ -80,6 +100,8 @@
"AddToPlaylist": "Add to playlist", "AddToPlaylist": "Add to playlist",
"HeaderAddToPlaylist": "Add to Playlist", "HeaderAddToPlaylist": "Add to Playlist",
"Subtitles": "Subtitles", "Subtitles": "Subtitles",
"LabelTheme": "Theme:",
"LabelDashboardTheme": "Server dashboard theme:",
"SearchForSubtitles": "Search for Subtitles", "SearchForSubtitles": "Search for Subtitles",
"LabelLanguage": "Language:", "LabelLanguage": "Language:",
"Search": "Search", "Search": "Search",
@ -181,6 +203,7 @@
"HeaderExternalIds": "External Ids:", "HeaderExternalIds": "External Ids:",
"HeaderDisplaySettings": "Display Settings", "HeaderDisplaySettings": "Display Settings",
"LabelDisplayOrder": "Display order:", "LabelDisplayOrder": "Display order:",
"Display": "Display",
"Countries": "Countries", "Countries": "Countries",
"Genres": "Genres", "Genres": "Genres",
"Studios": "Studios", "Studios": "Studios",

View File

@ -1,4 +1,15 @@
{ {
"RunAtStartup": "Run at startup",
"Desktop": "Desktop",
"Mobile": "Mobile \/ Tablet",
"TV": "TV",
"LabelDisplayMode": "Display mode:",
"DisplayModeHelp": "Select the type of screen you're running Emby on.",
"EnableThemeVideos": "Enable theme videos",
"EnableThemeVideosHelp": "If enabled, theme videos will be played in the background while browsing the library.",
"LabelScreensaver": "Screensaver:",
"LabelSoundEffects": "Sound effects:",
"LabelSkin": "Skin:",
"MessageUnlockAppWithPurchaseOrSupporter": "Unlock this feature with a small one-time purchase, or with an active Emby Premiere subscription.", "MessageUnlockAppWithPurchaseOrSupporter": "Unlock this feature with a small one-time purchase, or with an active Emby Premiere subscription.",
"MessageUnlockAppWithSupporter": "Unlock this feature with an active Emby Premiere subscription.", "MessageUnlockAppWithSupporter": "Unlock this feature with an active Emby Premiere subscription.",
"MessageToValidateSupporter": "If you have an active Emby Premiere subscription, ensure you've setup Emby Premiere in your Emby Server Dashboard, which you can access by clicking Emby Premiere within the main menu.", "MessageToValidateSupporter": "If you have an active Emby Premiere subscription, ensure you've setup Emby Premiere in your Emby Server Dashboard, which you can access by clicking Emby Premiere within the main menu.",
@ -70,8 +81,17 @@
"NewCollection": "New Collection", "NewCollection": "New Collection",
"LabelCollection": "Collection:", "LabelCollection": "Collection:",
"Help": "Help", "Help": "Help",
"LabelDisplayLanguage": "Display language:",
"LabelDisplayLanguageHelp": "Translating Emby is an ongoing project.",
"LearnHowYouCanContribute": "Learn how you can contribute.",
"NewCollectionHelp": "Collections allow you to create personalized groupings of movies and other library content.", "NewCollectionHelp": "Collections allow you to create personalized groupings of movies and other library content.",
"SearchForCollectionInternetMetadata": "Search the internet for artwork and metadata", "SearchForCollectionInternetMetadata": "Search the internet for artwork and metadata",
"DisplayMissingEpisodesWithinSeasons": "Display missing episodes within seasons",
"DisplayMissingEpisodesWithinSeasonsHelp": "This must also be enabled for TV libraries in Emby Server setup.",
"EnableThemeSongs": "Enable theme songs",
"EnableBackdrops": "Enable backdrops",
"EnableThemeSongsHelp": "If enabled, theme songs will be played in the background while browsing the library.",
"EnableBackdropsHelp": "If enabled, backdrops will be displayed in the background of some pages while browsing the library.",
"LabelName": "Name:", "LabelName": "Name:",
"NewCollectionNameExample": "Example: Star Wars Collection", "NewCollectionNameExample": "Example: Star Wars Collection",
"MessageItemsAdded": "Items added.", "MessageItemsAdded": "Items added.",
@ -80,6 +100,8 @@
"AddToPlaylist": "Add to playlist", "AddToPlaylist": "Add to playlist",
"HeaderAddToPlaylist": "Add to Playlist", "HeaderAddToPlaylist": "Add to Playlist",
"Subtitles": "Subtitles", "Subtitles": "Subtitles",
"LabelTheme": "Theme:",
"LabelDashboardTheme": "Server dashboard theme:",
"SearchForSubtitles": "Search for Subtitles", "SearchForSubtitles": "Search for Subtitles",
"LabelLanguage": "Jezik:", "LabelLanguage": "Jezik:",
"Search": "Search", "Search": "Search",
@ -181,6 +203,7 @@
"HeaderExternalIds": "External Ids:", "HeaderExternalIds": "External Ids:",
"HeaderDisplaySettings": "Display Settings", "HeaderDisplaySettings": "Display Settings",
"LabelDisplayOrder": "Display order:", "LabelDisplayOrder": "Display order:",
"Display": "Display",
"Countries": "Countries", "Countries": "Countries",
"Genres": "Genres", "Genres": "Genres",
"Studios": "Studios", "Studios": "Studios",

View File

@ -1,4 +1,15 @@
{ {
"RunAtStartup": "Run at startup",
"Desktop": "Desktop",
"Mobile": "Mobile \/ Tablet",
"TV": "TV",
"LabelDisplayMode": "Display mode:",
"DisplayModeHelp": "Select the type of screen you're running Emby on.",
"EnableThemeVideos": "Enable theme videos",
"EnableThemeVideosHelp": "If enabled, theme videos will be played in the background while browsing the library.",
"LabelScreensaver": "Screensaver:",
"LabelSoundEffects": "Sound effects:",
"LabelSkin": "Skin:",
"MessageUnlockAppWithPurchaseOrSupporter": "L\u00e5s upp denna feature med ett eng\u00e5ngsk\u00f6p, eller med ett aktivt Emby Premium-medlemskap.", "MessageUnlockAppWithPurchaseOrSupporter": "L\u00e5s upp denna feature med ett eng\u00e5ngsk\u00f6p, eller med ett aktivt Emby Premium-medlemskap.",
"MessageUnlockAppWithSupporter": "L\u00e5s upp den h\u00e4r funktionen med en aktiv Emby Premium prenumeration.", "MessageUnlockAppWithSupporter": "L\u00e5s upp den h\u00e4r funktionen med en aktiv Emby Premium prenumeration.",
"MessageToValidateSupporter": "Om du har ett aktivt Emby Premium-medlemskap, se till att du har st\u00e4llt in Emby Premium i Emby Server Dashboard, som du kommer \u00e5t genom att klicka p\u00e5 Emby Premium i huvudmenyn.", "MessageToValidateSupporter": "Om du har ett aktivt Emby Premium-medlemskap, se till att du har st\u00e4llt in Emby Premium i Emby Server Dashboard, som du kommer \u00e5t genom att klicka p\u00e5 Emby Premium i huvudmenyn.",
@ -70,8 +81,17 @@
"NewCollection": "Ny samling", "NewCollection": "Ny samling",
"LabelCollection": "Samling:", "LabelCollection": "Samling:",
"Help": "Hj\u00e4lp", "Help": "Hj\u00e4lp",
"LabelDisplayLanguage": "Display language:",
"LabelDisplayLanguageHelp": "Translating Emby is an ongoing project.",
"LearnHowYouCanContribute": "Learn how you can contribute.",
"NewCollectionHelp": "Samlingar g\u00f6r det m\u00f6jligt att skapa personanpassade grupperingar av filmer eller annat inneh\u00e5ll.", "NewCollectionHelp": "Samlingar g\u00f6r det m\u00f6jligt att skapa personanpassade grupperingar av filmer eller annat inneh\u00e5ll.",
"SearchForCollectionInternetMetadata": "S\u00f6k p\u00e5 internet efter grafik och metadata", "SearchForCollectionInternetMetadata": "S\u00f6k p\u00e5 internet efter grafik och metadata",
"DisplayMissingEpisodesWithinSeasons": "Display missing episodes within seasons",
"DisplayMissingEpisodesWithinSeasonsHelp": "This must also be enabled for TV libraries in Emby Server setup.",
"EnableThemeSongs": "Enable theme songs",
"EnableBackdrops": "Enable backdrops",
"EnableThemeSongsHelp": "If enabled, theme songs will be played in the background while browsing the library.",
"EnableBackdropsHelp": "If enabled, backdrops will be displayed in the background of some pages while browsing the library.",
"LabelName": "Namn:", "LabelName": "Namn:",
"NewCollectionNameExample": "Exemple: Star Wars-samling", "NewCollectionNameExample": "Exemple: Star Wars-samling",
"MessageItemsAdded": "Objekt tillagda.", "MessageItemsAdded": "Objekt tillagda.",
@ -80,6 +100,8 @@
"AddToPlaylist": "L\u00e4gg till i spellista", "AddToPlaylist": "L\u00e4gg till i spellista",
"HeaderAddToPlaylist": "L\u00e4gg till i Spellista", "HeaderAddToPlaylist": "L\u00e4gg till i Spellista",
"Subtitles": "Undertexter", "Subtitles": "Undertexter",
"LabelTheme": "Theme:",
"LabelDashboardTheme": "Server dashboard theme:",
"SearchForSubtitles": "S\u00f6k efter undertexter", "SearchForSubtitles": "S\u00f6k efter undertexter",
"LabelLanguage": "Spr\u00e5k:", "LabelLanguage": "Spr\u00e5k:",
"Search": "S\u00f6k", "Search": "S\u00f6k",
@ -181,6 +203,7 @@
"HeaderExternalIds": "Externa ID'n:", "HeaderExternalIds": "Externa ID'n:",
"HeaderDisplaySettings": "Visningsinst\u00e4llningar", "HeaderDisplaySettings": "Visningsinst\u00e4llningar",
"LabelDisplayOrder": "Visningsordning:", "LabelDisplayOrder": "Visningsordning:",
"Display": "Display",
"Countries": "L\u00e4nder", "Countries": "L\u00e4nder",
"Genres": "Genrer", "Genres": "Genrer",
"Studios": "Studior", "Studios": "Studior",

View File

@ -1,4 +1,15 @@
{ {
"RunAtStartup": "Run at startup",
"Desktop": "Desktop",
"Mobile": "Mobile \/ Tablet",
"TV": "TV",
"LabelDisplayMode": "Display mode:",
"DisplayModeHelp": "Select the type of screen you're running Emby on.",
"EnableThemeVideos": "Enable theme videos",
"EnableThemeVideosHelp": "If enabled, theme videos will be played in the background while browsing the library.",
"LabelScreensaver": "Screensaver:",
"LabelSoundEffects": "Sound effects:",
"LabelSkin": "Skin:",
"MessageUnlockAppWithPurchaseOrSupporter": "Unlock this feature with a small one-time purchase, or with an active Emby Premiere subscription.", "MessageUnlockAppWithPurchaseOrSupporter": "Unlock this feature with a small one-time purchase, or with an active Emby Premiere subscription.",
"MessageUnlockAppWithSupporter": "Unlock this feature with an active Emby Premiere subscription.", "MessageUnlockAppWithSupporter": "Unlock this feature with an active Emby Premiere subscription.",
"MessageToValidateSupporter": "If you have an active Emby Premiere subscription, ensure you've setup Emby Premiere in your Emby Server Dashboard, which you can access by clicking Emby Premiere within the main menu.", "MessageToValidateSupporter": "If you have an active Emby Premiere subscription, ensure you've setup Emby Premiere in your Emby Server Dashboard, which you can access by clicking Emby Premiere within the main menu.",
@ -70,8 +81,17 @@
"NewCollection": "Yeni Koleksiyon", "NewCollection": "Yeni Koleksiyon",
"LabelCollection": "Collection:", "LabelCollection": "Collection:",
"Help": "Help", "Help": "Help",
"LabelDisplayLanguage": "Display language:",
"LabelDisplayLanguageHelp": "Translating Emby is an ongoing project.",
"LearnHowYouCanContribute": "Learn how you can contribute.",
"NewCollectionHelp": "Collections allow you to create personalized groupings of movies and other library content.", "NewCollectionHelp": "Collections allow you to create personalized groupings of movies and other library content.",
"SearchForCollectionInternetMetadata": "Search the internet for artwork and metadata", "SearchForCollectionInternetMetadata": "Search the internet for artwork and metadata",
"DisplayMissingEpisodesWithinSeasons": "Display missing episodes within seasons",
"DisplayMissingEpisodesWithinSeasonsHelp": "This must also be enabled for TV libraries in Emby Server setup.",
"EnableThemeSongs": "Enable theme songs",
"EnableBackdrops": "Enable backdrops",
"EnableThemeSongsHelp": "If enabled, theme songs will be played in the background while browsing the library.",
"EnableBackdropsHelp": "If enabled, backdrops will be displayed in the background of some pages while browsing the library.",
"LabelName": "\u0130sim:", "LabelName": "\u0130sim:",
"NewCollectionNameExample": "Example: Star Wars Collection", "NewCollectionNameExample": "Example: Star Wars Collection",
"MessageItemsAdded": "Items added.", "MessageItemsAdded": "Items added.",
@ -80,6 +100,8 @@
"AddToPlaylist": "Add to playlist", "AddToPlaylist": "Add to playlist",
"HeaderAddToPlaylist": "Add to Playlist", "HeaderAddToPlaylist": "Add to Playlist",
"Subtitles": "Subtitles", "Subtitles": "Subtitles",
"LabelTheme": "Theme:",
"LabelDashboardTheme": "Server dashboard theme:",
"SearchForSubtitles": "Search for Subtitles", "SearchForSubtitles": "Search for Subtitles",
"LabelLanguage": "Dil:", "LabelLanguage": "Dil:",
"Search": "Search", "Search": "Search",
@ -181,6 +203,7 @@
"HeaderExternalIds": "External Ids:", "HeaderExternalIds": "External Ids:",
"HeaderDisplaySettings": "Display Settings", "HeaderDisplaySettings": "Display Settings",
"LabelDisplayOrder": "Display order:", "LabelDisplayOrder": "Display order:",
"Display": "Display",
"Countries": "Countries", "Countries": "Countries",
"Genres": "Genres", "Genres": "Genres",
"Studios": "Studios", "Studios": "Studios",

View File

@ -1,4 +1,15 @@
{ {
"RunAtStartup": "Run at startup",
"Desktop": "Desktop",
"Mobile": "Mobile \/ Tablet",
"TV": "TV",
"LabelDisplayMode": "Display mode:",
"DisplayModeHelp": "Select the type of screen you're running Emby on.",
"EnableThemeVideos": "Enable theme videos",
"EnableThemeVideosHelp": "If enabled, theme videos will be played in the background while browsing the library.",
"LabelScreensaver": "Screensaver:",
"LabelSoundEffects": "Sound effects:",
"LabelSkin": "Skin:",
"MessageUnlockAppWithPurchaseOrSupporter": "Unlock this feature with a small one-time purchase, or with an active Emby Premiere subscription.", "MessageUnlockAppWithPurchaseOrSupporter": "Unlock this feature with a small one-time purchase, or with an active Emby Premiere subscription.",
"MessageUnlockAppWithSupporter": "Unlock this feature with an active Emby Premiere subscription.", "MessageUnlockAppWithSupporter": "Unlock this feature with an active Emby Premiere subscription.",
"MessageToValidateSupporter": "If you have an active Emby Premiere subscription, ensure you've setup Emby Premiere in your Emby Server Dashboard, which you can access by clicking Emby Premiere within the main menu.", "MessageToValidateSupporter": "If you have an active Emby Premiere subscription, ensure you've setup Emby Premiere in your Emby Server Dashboard, which you can access by clicking Emby Premiere within the main menu.",
@ -70,8 +81,17 @@
"NewCollection": "New Collection", "NewCollection": "New Collection",
"LabelCollection": "Collection:", "LabelCollection": "Collection:",
"Help": "Help", "Help": "Help",
"LabelDisplayLanguage": "Display language:",
"LabelDisplayLanguageHelp": "Translating Emby is an ongoing project.",
"LearnHowYouCanContribute": "Learn how you can contribute.",
"NewCollectionHelp": "Collections allow you to create personalized groupings of movies and other library content.", "NewCollectionHelp": "Collections allow you to create personalized groupings of movies and other library content.",
"SearchForCollectionInternetMetadata": "Search the internet for artwork and metadata", "SearchForCollectionInternetMetadata": "Search the internet for artwork and metadata",
"DisplayMissingEpisodesWithinSeasons": "Display missing episodes within seasons",
"DisplayMissingEpisodesWithinSeasonsHelp": "This must also be enabled for TV libraries in Emby Server setup.",
"EnableThemeSongs": "Enable theme songs",
"EnableBackdrops": "Enable backdrops",
"EnableThemeSongsHelp": "If enabled, theme songs will be played in the background while browsing the library.",
"EnableBackdropsHelp": "If enabled, backdrops will be displayed in the background of some pages while browsing the library.",
"LabelName": "Name:", "LabelName": "Name:",
"NewCollectionNameExample": "Example: Star Wars Collection", "NewCollectionNameExample": "Example: Star Wars Collection",
"MessageItemsAdded": "Items added.", "MessageItemsAdded": "Items added.",
@ -80,6 +100,8 @@
"AddToPlaylist": "Add to playlist", "AddToPlaylist": "Add to playlist",
"HeaderAddToPlaylist": "Add to Playlist", "HeaderAddToPlaylist": "Add to Playlist",
"Subtitles": "Subtitles", "Subtitles": "Subtitles",
"LabelTheme": "Theme:",
"LabelDashboardTheme": "Server dashboard theme:",
"SearchForSubtitles": "Search for Subtitles", "SearchForSubtitles": "Search for Subtitles",
"LabelLanguage": "\u041c\u043e\u0432\u0430:", "LabelLanguage": "\u041c\u043e\u0432\u0430:",
"Search": "Search", "Search": "Search",
@ -181,6 +203,7 @@
"HeaderExternalIds": "External Ids:", "HeaderExternalIds": "External Ids:",
"HeaderDisplaySettings": "Display Settings", "HeaderDisplaySettings": "Display Settings",
"LabelDisplayOrder": "Display order:", "LabelDisplayOrder": "Display order:",
"Display": "Display",
"Countries": "Countries", "Countries": "Countries",
"Genres": "Genres", "Genres": "Genres",
"Studios": "Studios", "Studios": "Studios",

View File

@ -1,4 +1,15 @@
{ {
"RunAtStartup": "Run at startup",
"Desktop": "Desktop",
"Mobile": "Mobile \/ Tablet",
"TV": "TV",
"LabelDisplayMode": "Display mode:",
"DisplayModeHelp": "Select the type of screen you're running Emby on.",
"EnableThemeVideos": "Enable theme videos",
"EnableThemeVideosHelp": "If enabled, theme videos will be played in the background while browsing the library.",
"LabelScreensaver": "Screensaver:",
"LabelSoundEffects": "Sound effects:",
"LabelSkin": "Skin:",
"MessageUnlockAppWithPurchaseOrSupporter": "Unlock this feature with a small one-time purchase, or with an active Emby Premiere subscription.", "MessageUnlockAppWithPurchaseOrSupporter": "Unlock this feature with a small one-time purchase, or with an active Emby Premiere subscription.",
"MessageUnlockAppWithSupporter": "Unlock this feature with an active Emby Premiere subscription.", "MessageUnlockAppWithSupporter": "Unlock this feature with an active Emby Premiere subscription.",
"MessageToValidateSupporter": "If you have an active Emby Premiere subscription, ensure you've setup Emby Premiere in your Emby Server Dashboard, which you can access by clicking Emby Premiere within the main menu.", "MessageToValidateSupporter": "If you have an active Emby Premiere subscription, ensure you've setup Emby Premiere in your Emby Server Dashboard, which you can access by clicking Emby Premiere within the main menu.",
@ -70,8 +81,17 @@
"NewCollection": "New Collection", "NewCollection": "New Collection",
"LabelCollection": "Collection:", "LabelCollection": "Collection:",
"Help": "Help", "Help": "Help",
"LabelDisplayLanguage": "Display language:",
"LabelDisplayLanguageHelp": "Translating Emby is an ongoing project.",
"LearnHowYouCanContribute": "Learn how you can contribute.",
"NewCollectionHelp": "Collections allow you to create personalized groupings of movies and other library content.", "NewCollectionHelp": "Collections allow you to create personalized groupings of movies and other library content.",
"SearchForCollectionInternetMetadata": "Search the internet for artwork and metadata", "SearchForCollectionInternetMetadata": "Search the internet for artwork and metadata",
"DisplayMissingEpisodesWithinSeasons": "Display missing episodes within seasons",
"DisplayMissingEpisodesWithinSeasonsHelp": "This must also be enabled for TV libraries in Emby Server setup.",
"EnableThemeSongs": "Enable theme songs",
"EnableBackdrops": "Enable backdrops",
"EnableThemeSongsHelp": "If enabled, theme songs will be played in the background while browsing the library.",
"EnableBackdropsHelp": "If enabled, backdrops will be displayed in the background of some pages while browsing the library.",
"LabelName": "T\u00ean:", "LabelName": "T\u00ean:",
"NewCollectionNameExample": "Example: Star Wars Collection", "NewCollectionNameExample": "Example: Star Wars Collection",
"MessageItemsAdded": "Items added.", "MessageItemsAdded": "Items added.",
@ -80,6 +100,8 @@
"AddToPlaylist": "Add to playlist", "AddToPlaylist": "Add to playlist",
"HeaderAddToPlaylist": "Add to Playlist", "HeaderAddToPlaylist": "Add to Playlist",
"Subtitles": "Subtitles", "Subtitles": "Subtitles",
"LabelTheme": "Theme:",
"LabelDashboardTheme": "Server dashboard theme:",
"SearchForSubtitles": "Search for Subtitles", "SearchForSubtitles": "Search for Subtitles",
"LabelLanguage": "Ng\u00f4n ng\u1eef", "LabelLanguage": "Ng\u00f4n ng\u1eef",
"Search": "Search", "Search": "Search",
@ -181,6 +203,7 @@
"HeaderExternalIds": "External Ids:", "HeaderExternalIds": "External Ids:",
"HeaderDisplaySettings": "Display Settings", "HeaderDisplaySettings": "Display Settings",
"LabelDisplayOrder": "Display order:", "LabelDisplayOrder": "Display order:",
"Display": "Display",
"Countries": "Countries", "Countries": "Countries",
"Genres": "Genres", "Genres": "Genres",
"Studios": "Studios", "Studios": "Studios",

View File

@ -1,4 +1,15 @@
{ {
"RunAtStartup": "Run at startup",
"Desktop": "Desktop",
"Mobile": "Mobile \/ Tablet",
"TV": "TV",
"LabelDisplayMode": "Display mode:",
"DisplayModeHelp": "Select the type of screen you're running Emby on.",
"EnableThemeVideos": "Enable theme videos",
"EnableThemeVideosHelp": "If enabled, theme videos will be played in the background while browsing the library.",
"LabelScreensaver": "Screensaver:",
"LabelSoundEffects": "Sound effects:",
"LabelSkin": "Skin:",
"MessageUnlockAppWithPurchaseOrSupporter": "Unlock this feature with a small one-time purchase, or with an active Emby Premiere subscription.", "MessageUnlockAppWithPurchaseOrSupporter": "Unlock this feature with a small one-time purchase, or with an active Emby Premiere subscription.",
"MessageUnlockAppWithSupporter": "Unlock this feature with an active Emby Premiere subscription.", "MessageUnlockAppWithSupporter": "Unlock this feature with an active Emby Premiere subscription.",
"MessageToValidateSupporter": "If you have an active Emby Premiere subscription, ensure you've setup Emby Premiere in your Emby Server Dashboard, which you can access by clicking Emby Premiere within the main menu.", "MessageToValidateSupporter": "If you have an active Emby Premiere subscription, ensure you've setup Emby Premiere in your Emby Server Dashboard, which you can access by clicking Emby Premiere within the main menu.",
@ -70,8 +81,17 @@
"NewCollection": "\u65b0\u5408\u96c6", "NewCollection": "\u65b0\u5408\u96c6",
"LabelCollection": "\u5408\u96c6\uff1a", "LabelCollection": "\u5408\u96c6\uff1a",
"Help": "\u5e2e\u52a9", "Help": "\u5e2e\u52a9",
"LabelDisplayLanguage": "Display language:",
"LabelDisplayLanguageHelp": "Translating Emby is an ongoing project.",
"LearnHowYouCanContribute": "Learn how you can contribute.",
"NewCollectionHelp": "Collections allow you to create personalized groupings of movies and other library content.", "NewCollectionHelp": "Collections allow you to create personalized groupings of movies and other library content.",
"SearchForCollectionInternetMetadata": "\u5728\u4e92\u8054\u7f51\u4e0a\u641c\u7d22\u5a92\u4f53\u56fe\u50cf\u548c\u8d44\u6599", "SearchForCollectionInternetMetadata": "\u5728\u4e92\u8054\u7f51\u4e0a\u641c\u7d22\u5a92\u4f53\u56fe\u50cf\u548c\u8d44\u6599",
"DisplayMissingEpisodesWithinSeasons": "Display missing episodes within seasons",
"DisplayMissingEpisodesWithinSeasonsHelp": "This must also be enabled for TV libraries in Emby Server setup.",
"EnableThemeSongs": "Enable theme songs",
"EnableBackdrops": "Enable backdrops",
"EnableThemeSongsHelp": "If enabled, theme songs will be played in the background while browsing the library.",
"EnableBackdropsHelp": "If enabled, backdrops will be displayed in the background of some pages while browsing the library.",
"LabelName": "\u540d\u5b57\uff1a", "LabelName": "\u540d\u5b57\uff1a",
"NewCollectionNameExample": "\u4f8b\u5982\uff1a\u661f\u7403\u5927\u6218\u5408\u96c6", "NewCollectionNameExample": "\u4f8b\u5982\uff1a\u661f\u7403\u5927\u6218\u5408\u96c6",
"MessageItemsAdded": "\u9879\u76ee\u5df2\u6dfb\u52a0\u3002", "MessageItemsAdded": "\u9879\u76ee\u5df2\u6dfb\u52a0\u3002",
@ -80,6 +100,8 @@
"AddToPlaylist": "\u6dfb\u52a0\u5230\u64ad\u653e\u5217\u8868", "AddToPlaylist": "\u6dfb\u52a0\u5230\u64ad\u653e\u5217\u8868",
"HeaderAddToPlaylist": "\u6dfb\u52a0\u5230\u64ad\u653e\u5217\u8868", "HeaderAddToPlaylist": "\u6dfb\u52a0\u5230\u64ad\u653e\u5217\u8868",
"Subtitles": "\u5b57\u5e55", "Subtitles": "\u5b57\u5e55",
"LabelTheme": "Theme:",
"LabelDashboardTheme": "Server dashboard theme:",
"SearchForSubtitles": "\u641c\u7d22\u5b57\u5e55", "SearchForSubtitles": "\u641c\u7d22\u5b57\u5e55",
"LabelLanguage": "\u8bed\u8a00\uff1a", "LabelLanguage": "\u8bed\u8a00\uff1a",
"Search": "\u641c\u7d22", "Search": "\u641c\u7d22",
@ -181,6 +203,7 @@
"HeaderExternalIds": "\u5916\u90e8 Ids\uff1a", "HeaderExternalIds": "\u5916\u90e8 Ids\uff1a",
"HeaderDisplaySettings": "\u663e\u793a\u8bbe\u7f6e", "HeaderDisplaySettings": "\u663e\u793a\u8bbe\u7f6e",
"LabelDisplayOrder": "\u663e\u793a\u987a\u5e8f\uff1a", "LabelDisplayOrder": "\u663e\u793a\u987a\u5e8f\uff1a",
"Display": "Display",
"Countries": "\u56fd\u5bb6", "Countries": "\u56fd\u5bb6",
"Genres": "\u98ce\u683c", "Genres": "\u98ce\u683c",
"Studios": "\u5de5\u4f5c\u5ba4", "Studios": "\u5de5\u4f5c\u5ba4",

View File

@ -1,4 +1,15 @@
{ {
"RunAtStartup": "Run at startup",
"Desktop": "Desktop",
"Mobile": "Mobile \/ Tablet",
"TV": "TV",
"LabelDisplayMode": "Display mode:",
"DisplayModeHelp": "Select the type of screen you're running Emby on.",
"EnableThemeVideos": "Enable theme videos",
"EnableThemeVideosHelp": "If enabled, theme videos will be played in the background while browsing the library.",
"LabelScreensaver": "Screensaver:",
"LabelSoundEffects": "Sound effects:",
"LabelSkin": "Skin:",
"MessageUnlockAppWithPurchaseOrSupporter": "Unlock this feature with a small one-time purchase, or with an active Emby Premiere subscription.", "MessageUnlockAppWithPurchaseOrSupporter": "Unlock this feature with a small one-time purchase, or with an active Emby Premiere subscription.",
"MessageUnlockAppWithSupporter": "Unlock this feature with an active Emby Premiere subscription.", "MessageUnlockAppWithSupporter": "Unlock this feature with an active Emby Premiere subscription.",
"MessageToValidateSupporter": "If you have an active Emby Premiere subscription, ensure you've setup Emby Premiere in your Emby Server Dashboard, which you can access by clicking Emby Premiere within the main menu.", "MessageToValidateSupporter": "If you have an active Emby Premiere subscription, ensure you've setup Emby Premiere in your Emby Server Dashboard, which you can access by clicking Emby Premiere within the main menu.",
@ -70,8 +81,17 @@
"NewCollection": "\u65b0\u6536\u85cf\u5eab", "NewCollection": "\u65b0\u6536\u85cf\u5eab",
"LabelCollection": "Collection:", "LabelCollection": "Collection:",
"Help": "\u5e6b\u52a9", "Help": "\u5e6b\u52a9",
"LabelDisplayLanguage": "Display language:",
"LabelDisplayLanguageHelp": "Translating Emby is an ongoing project.",
"LearnHowYouCanContribute": "Learn how you can contribute.",
"NewCollectionHelp": "Collections allow you to create personalized groupings of movies and other library content.", "NewCollectionHelp": "Collections allow you to create personalized groupings of movies and other library content.",
"SearchForCollectionInternetMetadata": "\u5f9e\u4e92\u806f\u7db2\u641c\u5c0b\u76f8\u95dc\u5716\u7247\u548c\u8cc7\u6599\u5c6c\u6027", "SearchForCollectionInternetMetadata": "\u5f9e\u4e92\u806f\u7db2\u641c\u5c0b\u76f8\u95dc\u5716\u7247\u548c\u8cc7\u6599\u5c6c\u6027",
"DisplayMissingEpisodesWithinSeasons": "Display missing episodes within seasons",
"DisplayMissingEpisodesWithinSeasonsHelp": "This must also be enabled for TV libraries in Emby Server setup.",
"EnableThemeSongs": "Enable theme songs",
"EnableBackdrops": "Enable backdrops",
"EnableThemeSongsHelp": "If enabled, theme songs will be played in the background while browsing the library.",
"EnableBackdropsHelp": "If enabled, backdrops will be displayed in the background of some pages while browsing the library.",
"LabelName": "\u540d\u7a31\uff1a", "LabelName": "\u540d\u7a31\uff1a",
"NewCollectionNameExample": "\u4f8b\u5982\uff1a\u661f\u7403\u5927\u6230\u6536\u85cf\u5eab", "NewCollectionNameExample": "\u4f8b\u5982\uff1a\u661f\u7403\u5927\u6230\u6536\u85cf\u5eab",
"MessageItemsAdded": "Items added.", "MessageItemsAdded": "Items added.",
@ -80,6 +100,8 @@
"AddToPlaylist": "Add to playlist", "AddToPlaylist": "Add to playlist",
"HeaderAddToPlaylist": "Add to Playlist", "HeaderAddToPlaylist": "Add to Playlist",
"Subtitles": "Subtitles", "Subtitles": "Subtitles",
"LabelTheme": "Theme:",
"LabelDashboardTheme": "Server dashboard theme:",
"SearchForSubtitles": "\u5b57\u5e55\u641c\u7d22", "SearchForSubtitles": "\u5b57\u5e55\u641c\u7d22",
"LabelLanguage": "\u8a9e\u8a00\uff1a", "LabelLanguage": "\u8a9e\u8a00\uff1a",
"Search": "Search", "Search": "Search",
@ -181,6 +203,7 @@
"HeaderExternalIds": "External Ids:", "HeaderExternalIds": "External Ids:",
"HeaderDisplaySettings": "Display Settings", "HeaderDisplaySettings": "Display Settings",
"LabelDisplayOrder": "Display order:", "LabelDisplayOrder": "Display order:",
"Display": "Display",
"Countries": "Countries", "Countries": "Countries",
"Genres": "Genres", "Genres": "Genres",
"Studios": "Studios", "Studios": "Studios",

View File

@ -1,4 +1,15 @@
{ {
"RunAtStartup": "Run at startup",
"Desktop": "Desktop",
"Mobile": "Mobile \/ Tablet",
"TV": "TV",
"LabelDisplayMode": "Display mode:",
"DisplayModeHelp": "Select the type of screen you're running Emby on.",
"EnableThemeVideos": "Enable theme videos",
"EnableThemeVideosHelp": "If enabled, theme videos will be played in the background while browsing the library.",
"LabelScreensaver": "Screensaver:",
"LabelSoundEffects": "Sound effects:",
"LabelSkin": "Skin:",
"MessageUnlockAppWithPurchaseOrSupporter": "Unlock this feature with a small one-time purchase, or with an active Emby Premiere subscription.", "MessageUnlockAppWithPurchaseOrSupporter": "Unlock this feature with a small one-time purchase, or with an active Emby Premiere subscription.",
"MessageUnlockAppWithSupporter": "Unlock this feature with an active Emby Premiere subscription.", "MessageUnlockAppWithSupporter": "Unlock this feature with an active Emby Premiere subscription.",
"MessageToValidateSupporter": "If you have an active Emby Premiere subscription, ensure you've setup Emby Premiere in your Emby Server Dashboard, which you can access by clicking Emby Premiere within the main menu.", "MessageToValidateSupporter": "If you have an active Emby Premiere subscription, ensure you've setup Emby Premiere in your Emby Server Dashboard, which you can access by clicking Emby Premiere within the main menu.",
@ -70,8 +81,17 @@
"NewCollection": "\u65b0\u5408\u96c6", "NewCollection": "\u65b0\u5408\u96c6",
"LabelCollection": "\u6536\u85cf\u6ac3\uff1a", "LabelCollection": "\u6536\u85cf\u6ac3\uff1a",
"Help": "\u8aaa\u660e", "Help": "\u8aaa\u660e",
"LabelDisplayLanguage": "Display language:",
"LabelDisplayLanguageHelp": "Translating Emby is an ongoing project.",
"LearnHowYouCanContribute": "Learn how you can contribute.",
"NewCollectionHelp": "\u6536\u85cf\u6ac3\u8b93\u60a8\u80fd\u5920\u5efa\u7acb\u500b\u4eba\u5316\u7684\u5f71\u97f3\u53ca\u5176\u4ed6\u5a92\u9ad4\u7684\u5206\u985e", "NewCollectionHelp": "\u6536\u85cf\u6ac3\u8b93\u60a8\u80fd\u5920\u5efa\u7acb\u500b\u4eba\u5316\u7684\u5f71\u97f3\u53ca\u5176\u4ed6\u5a92\u9ad4\u7684\u5206\u985e",
"SearchForCollectionInternetMetadata": "\u5728\u4e92\u806f\u7db2\u4e0a\u641c\u7d22\u5a92\u9ad4\u5716\u50cf\u548c\u8cc7\u6599", "SearchForCollectionInternetMetadata": "\u5728\u4e92\u806f\u7db2\u4e0a\u641c\u7d22\u5a92\u9ad4\u5716\u50cf\u548c\u8cc7\u6599",
"DisplayMissingEpisodesWithinSeasons": "Display missing episodes within seasons",
"DisplayMissingEpisodesWithinSeasonsHelp": "This must also be enabled for TV libraries in Emby Server setup.",
"EnableThemeSongs": "Enable theme songs",
"EnableBackdrops": "Enable backdrops",
"EnableThemeSongsHelp": "If enabled, theme songs will be played in the background while browsing the library.",
"EnableBackdropsHelp": "If enabled, backdrops will be displayed in the background of some pages while browsing the library.",
"LabelName": "\u540d\u5b57\uff1a", "LabelName": "\u540d\u5b57\uff1a",
"NewCollectionNameExample": "\u4f8b\u5b50\uff1a\u661f\u7403\u5927\u6230\u5408\u96c6", "NewCollectionNameExample": "\u4f8b\u5b50\uff1a\u661f\u7403\u5927\u6230\u5408\u96c6",
"MessageItemsAdded": "\u5df2\u65b0\u589e\u9805\u76ee", "MessageItemsAdded": "\u5df2\u65b0\u589e\u9805\u76ee",
@ -80,6 +100,8 @@
"AddToPlaylist": "Add to playlist", "AddToPlaylist": "Add to playlist",
"HeaderAddToPlaylist": "Add to Playlist", "HeaderAddToPlaylist": "Add to Playlist",
"Subtitles": "\u5b57\u5e55", "Subtitles": "\u5b57\u5e55",
"LabelTheme": "Theme:",
"LabelDashboardTheme": "Server dashboard theme:",
"SearchForSubtitles": "\u641c\u5c0b\u5b57\u5e55", "SearchForSubtitles": "\u641c\u5c0b\u5b57\u5e55",
"LabelLanguage": "\u8a9e\u8a00\uff1a", "LabelLanguage": "\u8a9e\u8a00\uff1a",
"Search": "\u641c\u5c0b", "Search": "\u641c\u5c0b",
@ -181,6 +203,7 @@
"HeaderExternalIds": "External Ids:", "HeaderExternalIds": "External Ids:",
"HeaderDisplaySettings": "Display Settings", "HeaderDisplaySettings": "Display Settings",
"LabelDisplayOrder": "Display order:", "LabelDisplayOrder": "Display order:",
"Display": "Display",
"Countries": "Countries", "Countries": "Countries",
"Genres": "Genres", "Genres": "Genres",
"Studios": "Studios", "Studios": "Studios",

View File

@ -1 +1 @@
define(["appSettings","events"],function(appsettings,events){"use strict";function onSaveTimeout(){var self=this;self.saveTimeout=null,self.currentApiClient.updateDisplayPreferences("usersettings",self.displayPrefs,self.currentUserId,"emby")}function saveServerPreferences(instance){instance.saveTimeout&&clearTimeout(instance.saveTimeout),instance.saveTimeout=setTimeout(onSaveTimeout.bind(instance),50)}function UserSettings(){}function getSavedQueryKey(context){return"query-"+context}return UserSettings.prototype.setUserInfo=function(userId,apiClient){if(this.saveTimeout&&clearTimeout(this.saveTimeout),this.currentUserId=userId,this.currentApiClient=apiClient,!userId)return this.displayPrefs=null,Promise.resolve();var self=this;return apiClient.getDisplayPreferences("usersettings",userId,"emby").then(function(result){result.CustomPrefs=result.CustomPrefs||{},self.displayPrefs=result})},UserSettings.prototype.getData=function(){return this.displayPrefs},UserSettings.prototype.importFrom=function(instance){this.displayPrefs=instance.getData()},UserSettings.prototype.set=function(name,value,enableOnServer){var userId=this.currentUserId;if(!userId)throw new Error("userId cannot be null");var currentValue=this.get(name),result=appsettings.set(name,value,userId);return enableOnServer!==!1&&this.displayPrefs&&(this.displayPrefs.CustomPrefs[name]=null==value?value:value.toString(),saveServerPreferences(this)),currentValue!==value&&events.trigger(this,"change",[name]),result},UserSettings.prototype.get=function(name,enableOnServer){var userId=this.currentUserId;return userId?enableOnServer!==!1&&this.displayPrefs?this.displayPrefs.CustomPrefs[name]:appsettings.get(name,userId):null},UserSettings.prototype.serverConfig=function(config){var apiClient=this.currentApiClient;return config?apiClient.updateUserConfiguration(this.currentUserId,config):apiClient.getUser(this.currentUserId).then(function(user){return user.Configuration})},UserSettings.prototype.enableCinemaMode=function(val){return null!=val?this.set("enableCinemaMode",val.toString(),!1):(val=this.get("enableCinemaMode",!1),!val||"false"!==val)},UserSettings.prototype.enableNextVideoInfoOverlay=function(val){return null!=val?this.set("enableNextVideoInfoOverlay",val.toString()):(val=this.get("enableNextVideoInfoOverlay"),"false"!==val)},UserSettings.prototype.enableThemeSongs=function(val){return null!=val?this.set("enableThemeSongs",val.toString(),!1):(val=this.get("enableThemeSongs",!1),"false"!==val)},UserSettings.prototype.enableThemeVideos=function(val){return null!=val?this.set("enableThemeVideos",val.toString(),!1):(val=this.get("enableThemeVideos",!1),val?"false"!==val:UserSettings.defaults.enableThemeVideos)},UserSettings.prototype.language=function(val){return null!=val?this.set("language",val.toString(),!1):this.get("language",!1)},UserSettings.prototype.skipBackLength=function(val){return null!=val?this.set("skipBackLength",val.toString()):parseInt(this.get("skipBackLength")||"10000")},UserSettings.prototype.skipForwardLength=function(val){return null!=val?this.set("skipForwardLength",val.toString()):parseInt(this.get("skipForwardLength")||"30000")},UserSettings.prototype.dashboardTheme=function(val){return null!=val?this.set("dashboardTheme",val):this.get("dashboardTheme")},UserSettings.prototype.theme=function(val){return null!=val?this.set("appTheme",val,!1):this.get("appTheme",!1)||UserSettings.defaults.theme},UserSettings.defaults={theme:null,enableThemeVideos:!0},UserSettings.prototype.loadQuerySettings=function(query,context){var key=getSavedQueryKey(context),values=this.get(key);if(values)return values=JSON.parse(values),Object.assign(query,values)},UserSettings.prototype.saveQuerySettings=function(query,context){var key=getSavedQueryKey(context),values={};return query.SortBy&&(values.SortBy=query.SortBy),query.SortOrder&&(values.SortOrder=query.SortOrder),this.set(key,JSON.stringify(values))},UserSettings.prototype.getSubtitleAppearanceSettings=function(key){return key=key||"localplayersubtitleappearance3",JSON.parse(this.get(key,!1)||"{}")},UserSettings.prototype.setSubtitleAppearanceSettings=function(value,key){return key=key||"localplayersubtitleappearance3",this.set(key,JSON.stringify(value),!1)},UserSettings}); define(["appSettings","events"],function(appsettings,events){"use strict";function onSaveTimeout(){var self=this;self.saveTimeout=null,self.currentApiClient.updateDisplayPreferences("usersettings",self.displayPrefs,self.currentUserId,"emby")}function saveServerPreferences(instance){instance.saveTimeout&&clearTimeout(instance.saveTimeout),instance.saveTimeout=setTimeout(onSaveTimeout.bind(instance),50)}function UserSettings(){}function getSavedQueryKey(context){return"query-"+context}return UserSettings.prototype.setUserInfo=function(userId,apiClient){if(this.saveTimeout&&clearTimeout(this.saveTimeout),this.currentUserId=userId,this.currentApiClient=apiClient,!userId)return this.displayPrefs=null,Promise.resolve();var self=this;return apiClient.getDisplayPreferences("usersettings",userId,"emby").then(function(result){result.CustomPrefs=result.CustomPrefs||{},self.displayPrefs=result})},UserSettings.prototype.getData=function(){return this.displayPrefs},UserSettings.prototype.importFrom=function(instance){this.displayPrefs=instance.getData()},UserSettings.prototype.set=function(name,value,enableOnServer){var userId=this.currentUserId;if(!userId)throw new Error("userId cannot be null");var currentValue=this.get(name),result=appsettings.set(name,value,userId);return enableOnServer!==!1&&this.displayPrefs&&(this.displayPrefs.CustomPrefs[name]=null==value?value:value.toString(),saveServerPreferences(this)),currentValue!==value&&events.trigger(this,"change",[name]),result},UserSettings.prototype.get=function(name,enableOnServer){var userId=this.currentUserId;return userId?enableOnServer!==!1&&this.displayPrefs?this.displayPrefs.CustomPrefs[name]:appsettings.get(name,userId):null},UserSettings.prototype.serverConfig=function(config){var apiClient=this.currentApiClient;return config?apiClient.updateUserConfiguration(this.currentUserId,config):apiClient.getUser(this.currentUserId).then(function(user){return user.Configuration})},UserSettings.prototype.enableCinemaMode=function(val){return null!=val?this.set("enableCinemaMode",val.toString(),!1):(val=this.get("enableCinemaMode",!1),!val||"false"!==val)},UserSettings.prototype.enableNextVideoInfoOverlay=function(val){return null!=val?this.set("enableNextVideoInfoOverlay",val.toString()):(val=this.get("enableNextVideoInfoOverlay"),"false"!==val)},UserSettings.prototype.enableThemeSongs=function(val){return null!=val?this.set("enableThemeSongs",val.toString(),!1):(val=this.get("enableThemeSongs",!1),"false"!==val)},UserSettings.prototype.enableThemeVideos=function(val){return null!=val?this.set("enableThemeVideos",val.toString(),!1):(val=this.get("enableThemeVideos",!1),val?"false"!==val:UserSettings.defaults.enableThemeVideos)},UserSettings.prototype.enableBackdrops=function(val){return null!=val?this.set("enableBackdrops",val.toString(),!1):(val=this.get("enableBackdrops",!1),val?"false"!==val:UserSettings.defaults.enableBackdrops)},UserSettings.prototype.language=function(val){return null!=val?this.set("language",val.toString(),!1):this.get("language",!1)},UserSettings.prototype.skipBackLength=function(val){return null!=val?this.set("skipBackLength",val.toString()):parseInt(this.get("skipBackLength")||"10000")},UserSettings.prototype.skipForwardLength=function(val){return null!=val?this.set("skipForwardLength",val.toString()):parseInt(this.get("skipForwardLength")||"30000")},UserSettings.prototype.dashboardTheme=function(val){return null!=val?this.set("dashboardTheme",val):this.get("dashboardTheme")},UserSettings.prototype.skin=function(val){return null!=val?this.set("skin",val,!1):this.get("skin",!1)||UserSettings.defaults.skin},UserSettings.prototype.theme=function(val){return null!=val?this.set("appTheme",val,!1):this.get("appTheme",!1)||UserSettings.defaults.theme},UserSettings.prototype.screensaver=function(val){return null!=val?this.set("screensaver",val,!1):this.get("screensaver",!1)||UserSettings.defaults.screensaver},UserSettings.prototype.soundEffects=function(val){return null!=val?this.set("soundeffects",val,!1):this.get("soundeffects",!1)||UserSettings.defaults.soundEffects},UserSettings.defaults={theme:null,enableThemeVideos:!0},UserSettings.prototype.loadQuerySettings=function(query,context){var key=getSavedQueryKey(context),values=this.get(key);if(values)return values=JSON.parse(values),Object.assign(query,values)},UserSettings.prototype.saveQuerySettings=function(query,context){var key=getSavedQueryKey(context),values={};return query.SortBy&&(values.SortBy=query.SortBy),query.SortOrder&&(values.SortOrder=query.SortOrder),this.set(key,JSON.stringify(values))},UserSettings.prototype.getSubtitleAppearanceSettings=function(key){return key=key||"localplayersubtitleappearance3",JSON.parse(this.get(key,!1)||"{}")},UserSettings.prototype.setSubtitleAppearanceSettings=function(value,key){return key=key||"localplayersubtitleappearance3",this.set(key,JSON.stringify(value),!1)},UserSettings});

File diff suppressed because one or more lines are too long

View File

@ -1,95 +1,4 @@
<div id="displayPreferencesPage" data-role="page" class="page libraryPage userPreferencesPage noSecondaryNavPage" data-title="${HeaderDisplaySettings}" data-backbutton="true"> <div id="displayPreferencesPage" data-role="page" class="page libraryPage userPreferencesPage noSecondaryNavPage" data-title="${HeaderDisplaySettings}" data-backbutton="true">
<div class="padded-left padded-right padded-bottom-page"> <div class="settingsContainer padded-left padded-right padded-bottom-page">
<form class="displayPreferencesForm userProfileSettingsForm" style="margin: 0 auto;">
<div class="verticalSection">
<h1 class="sectionTitle">
${HeaderDisplay}
</h1>
<div class="selectContainer">
<select id="selectTheme" is="emby-select" label="${LabelTheme}">
</select>
<div class="fieldDescription">${FeatureRequiresEmbyPremiere}</div>
</div>
<div class="selectContainer selectDashboardThemeContainer hide">
<select id="selectDashboardTheme" is="emby-select" label="${LabelDashboardTheme}">
</select>
<div class="fieldDescription">${FeatureRequiresEmbyPremiere}</div>
</div>
</div>
<div class="verticalSection languageSection hide">
<div class="selectContainer">
<select id="selectLanguage" is="emby-select" label="${LabelPreferredDisplayLanguage}">
<option value="">${OptionAuto}</option>
<option value="ar">Arabic</option>
<option value="bg-BG">Bulgarian (Bulgaria)</option>
<option value="ca">Catalan</option>
<option value="zh-CN">Chinese Simplified</option>
<option value="zh-TW">Chinese Traditional</option>
<option value="hr">Croatian</option>
<option value="cs">Czech</option>
<option value="da">Danish</option>
<option value="nl">Dutch</option>
<option value="en-GB">English (United Kingdom)</option>
<option value="en-US">English (United States)</option>
<option value="fi">Finnish</option>
<option value="fr">French</option>
<option value="de">German</option>
<option value="el">Greek</option>
<option value="he">Hebrew</option>
<option value="hu">Hungarian</option>
<option value="id">Indonesian</option>
<option value="it">Italian</option>
<option value="kk">Kazakh</option>
<option value="nb">Norwegian Bokmål</option>
<option value="fa">Persian</option>
<option value="pl">Polish</option>
<option value="pt-BR">Portuguese (Brazil)</option>
<option value="pt-PT">Portuguese (Portugal)</option>
<option value="ru">Russian</option>
<option value="sl-SI">Slovenian (Slovenia)</option>
<option value="es-ES">Spanish</option>
<option value="es-MX">Spanish (Mexico)</option>
<option value="sv">Swedish</option>
<option value="tr">Turkish</option>
<option value="uk">Ukrainian</option>
<option value="vi">Vietnamese</option>
</select>
<div class="fieldDescription">
<div>${LabelPreferredDisplayLanguageHelp}</div>
<div style="margin-top: .25em;">
<a is="emby-linkbutton" class="button-link" href="http://emby.media/community/index.php?/topic/5727-join-our-translation-team/" target="_blank">${LabelReadHowYouCanContribute}</a>
</div>
</div>
</div>
</div>
<div class="verticalSection">
<div class="fldEnableBackdrops selectContainer">
<select id="selectBackdrop" is="emby-select" label="${LabelEnableBackdrops}">
<option value="1">${OptionYes}</option>
<option value="0">${OptionNo}</option>
</select>
<div class="fieldDescription">${LabelEnableBackdropsHelp}</div>
</div>
<div class="checkboxContainer checkboxContainer-withDescription">
<label>
<input type="checkbox" is="emby-checkbox" id="chkThemeSong" />
<span>${LabelEnableThemeSongs}</span>
</label>
<div class="fieldDescription checkboxFieldDescription">${LabelEnableThemeSongsHelp}</div>
</div>
</div>
<div class="verticalSection">
<div class="checkboxContainer checkboxContainer-withDescription">
<label>
<input type="checkbox" is="emby-checkbox" class="chkDisplayMissingEpisodes" />
<span>${LabelDisplayMissingEpisodesWithinSeasons}</span>
</label>
<div class="fieldDescription checkboxFieldDescription">${LabelDisplayMissingEpisodesWithinSeasonsHelp}</div>
</div>
</div>
<button is="emby-button" type="submit" class="raised button-submit block btnSave hide">
<span>${ButtonSave}</span>
</button>
</form>
</div> </div>
</div> </div>

View File

@ -1 +1 @@
define(["backdrop","appStorage","libraryMenu"],function(backdrop,appStorage,libraryMenu){"use strict";function enabled(){var apiClient=window.ApiClient;if(!apiClient)return!1;var userId=apiClient.getCurrentUserId(),val=appStorage.getItem("enableBackdrops-"+userId);return"1"==val}function getBackdropItemIds(apiClient,userId,types,parentId){var key="backdrops2_"+userId+(types||"")+(parentId||""),data=cache[key];if(data)return console.log("Found backdrop id list in cache. Key: "+key),data=JSON.parse(data),Promise.resolve(data);var options={SortBy:"IsFavoriteOrLiked,Random",Limit:20,Recursive:!0,IncludeItemTypes:types,ImageTypes:"Backdrop",ParentId:parentId,EnableTotalRecordCount:!1};return apiClient.getItems(apiClient.getCurrentUserId(),options).then(function(result){var images=result.Items.map(function(i){return{Id:i.Id,tag:i.BackdropImageTags[0],ServerId:i.ServerId}});return cache[key]=JSON.stringify(images),images})}function showBackdrop(type,parentId){var apiClient=window.ApiClient;apiClient&&getBackdropItemIds(apiClient,apiClient.getCurrentUserId(),type,parentId).then(function(images){images.length?backdrop.setBackdrops(images.map(function(i){return i.BackdropImageTags=[i.tag],i})):backdrop.clear()})}var cache={};pageClassOn("pagebeforeshow","page",function(){var page=this;if(!page.classList.contains("selfBackdropPage"))if(page.classList.contains("backdropPage"))if(enabled()){var type=page.getAttribute("data-backdroptype"),parentId=page.classList.contains("globalBackdropPage")?"":libraryMenu.getTopParentId();showBackdrop(type,parentId)}else page.classList.remove("backdropPage"),backdrop.clear();else backdrop.clear()})}); define(["backdrop","userSettings","libraryMenu"],function(backdrop,userSettings,libraryMenu){"use strict";function enabled(){return userSettings.enableBackdrops()}function getBackdropItemIds(apiClient,userId,types,parentId){var key="backdrops2_"+userId+(types||"")+(parentId||""),data=cache[key];if(data)return console.log("Found backdrop id list in cache. Key: "+key),data=JSON.parse(data),Promise.resolve(data);var options={SortBy:"IsFavoriteOrLiked,Random",Limit:20,Recursive:!0,IncludeItemTypes:types,ImageTypes:"Backdrop",ParentId:parentId,EnableTotalRecordCount:!1};return apiClient.getItems(apiClient.getCurrentUserId(),options).then(function(result){var images=result.Items.map(function(i){return{Id:i.Id,tag:i.BackdropImageTags[0],ServerId:i.ServerId}});return cache[key]=JSON.stringify(images),images})}function showBackdrop(type,parentId){var apiClient=window.ApiClient;apiClient&&getBackdropItemIds(apiClient,apiClient.getCurrentUserId(),type,parentId).then(function(images){images.length?backdrop.setBackdrops(images.map(function(i){return i.BackdropImageTags=[i.tag],i})):backdrop.clear()})}var cache={};pageClassOn("pagebeforeshow","page",function(){var page=this;if(!page.classList.contains("selfBackdropPage"))if(page.classList.contains("backdropPage"))if(enabled()){var type=page.getAttribute("data-backdroptype"),parentId=page.classList.contains("globalBackdropPage")?"":libraryMenu.getTopParentId();showBackdrop(type,parentId)}else page.classList.remove("backdropPage"),backdrop.clear();else backdrop.clear()})});

View File

@ -1 +1 @@
define(["userSettingsBuilder","appStorage","loading","skinManager","emby-linkbutton"],function(userSettingsBuilder,appStorage,loading,skinManager){"use strict";function fillThemes(select,isDashboard){select.innerHTML=skinManager.getThemes().map(function(t){var value=t.id;return t.isDefault&&!isDashboard?value="":t.isDefaultServerDashboard&&isDashboard&&(value=""),'<option value="'+value+'">'+t.name+"</option>"}).join("")}return function(view,params){function loadForm(page,user){user.Policy.IsAdministrator?page.querySelector(".selectDashboardThemeContainer").classList.remove("hide"):page.querySelector(".selectDashboardThemeContainer").classList.add("hide"),userSettingsInstance.setUserInfo(userId,ApiClient).then(function(){var selectTheme=page.querySelector("#selectTheme"),selectDashboardTheme=page.querySelector("#selectDashboardTheme");fillThemes(selectTheme),fillThemes(selectDashboardTheme,!0),userSettingsLoaded=!0,page.querySelector(".chkDisplayMissingEpisodes").checked=user.Configuration.DisplayMissingEpisodes||!1,page.querySelector("#chkThemeSong").checked=userSettingsInstance.enableThemeSongs(),page.querySelector("#selectBackdrop").value=appStorage.getItem("enableBackdrops-"+user.Id)||"0",page.querySelector("#selectLanguage").value=userSettingsInstance.language()||"",selectDashboardTheme.value=userSettingsInstance.dashboardTheme()||"",selectTheme.value=userSettingsInstance.theme()||"",loading.hide()})}function refreshGlobalUserSettings(){require(["userSettings"],function(userSettings){userSettings.importFrom(userSettingsInstance)})}function saveUser(page,user){return user.Configuration.DisplayMissingEpisodes=page.querySelector(".chkDisplayMissingEpisodes").checked,userSettingsLoaded&&(AppInfo.supportsUserDisplayLanguageSetting&&userSettingsInstance.language(page.querySelector("#selectLanguage").value),userSettingsInstance.enableThemeSongs(page.querySelector("#chkThemeSong").checked),userSettingsInstance.dashboardTheme(page.querySelector("#selectDashboardTheme").value),userSettingsInstance.theme(page.querySelector("#selectTheme").value),userId===Dashboard.getCurrentUserId()&&(skinManager.setTheme(userSettingsInstance.theme()||"dark"),refreshGlobalUserSettings())),appStorage.setItem("enableBackdrops-"+user.Id,page.querySelector("#selectBackdrop").value),ApiClient.updateUserConfiguration(user.Id,user.Configuration)}function save(page){autoSave||loading.show(),ApiClient.getUser(userId).then(function(user){saveUser(page,user).then(function(){loading.hide(),autoSave||require(["toast"],function(toast){toast(Globalize.translate("SettingsSaved"))})},function(){loading.hide()})})}var userSettingsLoaded,userId=params.userId||Dashboard.getCurrentUserId(),userSettingsInstance=new userSettingsBuilder,autoSave=!0;view.querySelector(".displayPreferencesForm").addEventListener("submit",function(e){return save(view),e.preventDefault(),!1}),autoSave?view.querySelector(".btnSave").classList.add("hide"):view.querySelector(".btnSave").classList.remove("hide"),view.addEventListener("viewshow",function(){var page=this;loading.show(),ApiClient.getUser(userId).then(function(user){loadForm(page,user)}),AppInfo.supportsUserDisplayLanguageSetting?page.querySelector(".languageSection").classList.remove("hide"):page.querySelector(".languageSection").classList.add("hide")}),view.addEventListener("viewbeforehide",function(){var page=this;autoSave&&save(page)})}}); define(["displaySettings","userSettingsBuilder"],function(DisplaySettings,userSettingsBuilder){"use strict";return function(view,params){var settingsInstance,userId=params.userId||ApiClient.getCurrentUserId(),userSettings=new userSettingsBuilder,autoSave=!0;view.addEventListener("viewshow",function(){settingsInstance||(settingsInstance=new DisplaySettings({serverId:ApiClient.serverId(),userId:userId,element:view.querySelector(".settingsContainer"),userSettings:userSettings,enableSaveButton:!autoSave,enableSaveConfirmation:!autoSave})),settingsInstance.loadData()}),view.addEventListener("viewbeforehide",function(){autoSave&&settingsInstance&&settingsInstance.submit()}),view.addEventListener("viewdestroy",function(){settingsInstance&&(settingsInstance.destroy(),settingsInstance=null)})}});

File diff suppressed because one or more lines are too long

View File

@ -1061,8 +1061,8 @@
"HeaderParentalRatings": "Parental Ratings", "HeaderParentalRatings": "Parental Ratings",
"HeaderVideoTypes": "Video Types", "HeaderVideoTypes": "Video Types",
"HeaderYears": "Years", "HeaderYears": "Years",
"HeaderBlockItemsWithNoRating": "Block content with no or unrecognized rating information:", "HeaderBlockItemsWithNoRating": "Block items with no or unrecognized rating information:",
"LabelBlockContentWithTags": "Block content with tags:", "LabelBlockContentWithTags": "Block items with tags:",
"LabelEnableSingleImageInDidlLimit": "Limit to single embedded image", "LabelEnableSingleImageInDidlLimit": "Limit to single embedded image",
"LabelEnableSingleImageInDidlLimitHelp": "Some devices will not render properly if multiple images are embedded within Didl.", "LabelEnableSingleImageInDidlLimitHelp": "Some devices will not render properly if multiple images are embedded within Didl.",
"TabActivity": "Activity", "TabActivity": "Activity",

View File

@ -94,9 +94,9 @@
"OptionEnableAccessToAllChannels": "\u0410\u043a\u0442\u0438\u0432\u0438\u0440\u0430\u0439 \u0434\u043e\u0441\u0442\u044a\u043f \u0434\u043e \u0432\u0441\u0438\u0447\u043a\u0438 \u043a\u0430\u043d\u0430\u043b\u0438", "OptionEnableAccessToAllChannels": "\u0410\u043a\u0442\u0438\u0432\u0438\u0440\u0430\u0439 \u0434\u043e\u0441\u0442\u044a\u043f \u0434\u043e \u0432\u0441\u0438\u0447\u043a\u0438 \u043a\u0430\u043d\u0430\u043b\u0438",
"OptionEnableAccessToAllLibraries": "\u0410\u043a\u0442\u0438\u0432\u0438\u0440\u0430\u0439 \u0434\u043e\u0441\u0442\u044a\u043f \u0434\u043e \u0432\u0441\u0438\u0447\u043a\u0438 \u0431\u0438\u0431\u043b\u0438\u043e\u0442\u0435\u043a\u0438", "OptionEnableAccessToAllLibraries": "\u0410\u043a\u0442\u0438\u0432\u0438\u0440\u0430\u0439 \u0434\u043e\u0441\u0442\u044a\u043f \u0434\u043e \u0432\u0441\u0438\u0447\u043a\u0438 \u0431\u0438\u0431\u043b\u0438\u043e\u0442\u0435\u043a\u0438",
"DeviceAccessHelp": "\u0422\u043e\u0432\u0430 \u0441\u0435 \u043e\u0442\u043d\u0430\u0441\u044f \u0441\u0430\u043c\u043e \u0437\u0430 \u0443\u0441\u0442\u0440\u043e\u0439\u0441\u0442\u0432\u0430, \u043a\u043e\u0438\u0442\u043e \u043c\u043e\u0433\u0430\u0442 \u0434\u0430 \u0431\u044a\u0434\u0430\u0442 \u0440\u0430\u0437\u043b\u0438\u0447\u0435\u043d\u0438 \u0438 \u043d\u044f\u043c\u0430 \u0434\u0430 \u043f\u043e\u043f\u0440\u0435\u0447\u0438 \u043d\u0430 \u0434\u043e\u0441\u0442\u044a\u043f \u043e\u0442 \u0431\u0440\u0430\u0443\u0437\u044a\u0440. \u0424\u0438\u043b\u0442\u0440\u0438\u0440\u0430\u043d\u0435\u0442\u043e \u043d\u0430 \u043f\u043e\u0442\u0440\u0435\u0431\u0438\u0442\u0435\u043b\u0441\u043a\u0438 \u0443\u0441\u0442\u0440\u043e\u0439\u0441\u0442\u0432\u0430 \u0449\u0435 \u043f\u0440\u0435\u0434\u043e\u0442\u0432\u0440\u0430\u0442\u0438 \u0438\u0437\u043f\u043e\u043b\u0437\u0432\u0430\u043d\u0435\u0442\u043e \u0438\u043c \u0434\u043e\u043a\u0430\u0442\u043e \u043d\u0435 \u0431\u044a\u0434\u0430\u0442 \u043e\u0434\u043e\u0431\u0440\u0435\u043d\u0438 \u0442\u0443\u043a.", "DeviceAccessHelp": "\u0422\u043e\u0432\u0430 \u0441\u0435 \u043e\u0442\u043d\u0430\u0441\u044f \u0441\u0430\u043c\u043e \u0437\u0430 \u0443\u0441\u0442\u0440\u043e\u0439\u0441\u0442\u0432\u0430, \u043a\u043e\u0438\u0442\u043e \u043c\u043e\u0433\u0430\u0442 \u0434\u0430 \u0431\u044a\u0434\u0430\u0442 \u0440\u0430\u0437\u043b\u0438\u0447\u0435\u043d\u0438 \u0438 \u043d\u044f\u043c\u0430 \u0434\u0430 \u043f\u043e\u043f\u0440\u0435\u0447\u0438 \u043d\u0430 \u0434\u043e\u0441\u0442\u044a\u043f \u043e\u0442 \u0431\u0440\u0430\u0443\u0437\u044a\u0440. \u0424\u0438\u043b\u0442\u0440\u0438\u0440\u0430\u043d\u0435\u0442\u043e \u043d\u0430 \u043f\u043e\u0442\u0440\u0435\u0431\u0438\u0442\u0435\u043b\u0441\u043a\u0438 \u0443\u0441\u0442\u0440\u043e\u0439\u0441\u0442\u0432\u0430 \u0449\u0435 \u043f\u0440\u0435\u0434\u043e\u0442\u0432\u0440\u0430\u0442\u0438 \u0438\u0437\u043f\u043e\u043b\u0437\u0432\u0430\u043d\u0435\u0442\u043e \u0438\u043c \u0434\u043e\u043a\u0430\u0442\u043e \u043d\u0435 \u0431\u044a\u0434\u0430\u0442 \u043e\u0434\u043e\u0431\u0440\u0435\u043d\u0438 \u0442\u0443\u043a.",
"LabelDisplayMissingEpisodesWithinSeasons": "\u041f\u043e\u043a\u0430\u0437\u0432\u0430\u0439 \u043b\u0438\u043f\u0441\u0432\u0430\u0449\u0438 \u0435\u043f\u0438\u0437\u043e\u0434\u0438 \u0432 \u0441\u0435\u0437\u043e\u043d\u0438\u0442\u0435", "LabelDisplayMissingEpisodesWithinSeasons": "\u041f\u043e\u043a\u0430\u0437\u0432\u0430\u043d\u0435 \u043d\u0430 \u043b\u0438\u043f\u0441\u0432\u0430\u0449\u0438\u0442\u0435 \u0435\u043f\u0438\u0437\u043e\u0434\u0438 \u0432 \u0441\u0435\u0437\u043e\u043d\u0438\u0442\u0435",
"LabelDisplayMissingEpisodesWithinSeasonsHelp": "\u0417\u0430 TV \u0431\u0438\u0431\u043b\u0438\u043e\u0442\u0435\u043a\u0438 \u0432 \u043d\u0430\u0441\u0442\u0440\u043e\u0439\u043a\u0430\u0442\u0430 \u043d\u0430 Emby Server, \u0442\u043e\u0432\u0430 \u0441\u044a\u0449\u043e \u0442\u0440\u044f\u0431\u0432\u0430 \u0434\u0430 \u0435 \u0430\u043a\u0442\u0438\u0432\u0438\u0440\u0430\u043d\u043e.", "LabelDisplayMissingEpisodesWithinSeasonsHelp": "\u0422\u043e\u0432\u0430 \u0441\u044a\u0449\u043e \u0442\u0440\u044f\u0431\u0432\u0430 \u0434\u0430 \u0435 \u0430\u043a\u0442\u0438\u0432\u0438\u0440\u0430\u043d\u043e \u0437\u0430 \u0431\u0438\u0431\u043b\u0438\u043e\u0442\u0435\u043a\u0438 \u043e\u0442 \u0441\u0435\u0440\u0438\u0430\u043b\u0438 \u0432 \u043d\u0430\u0441\u0442\u0440\u043e\u0439\u043a\u0430\u0442\u0430 \u043d\u0430 \u0441\u044a\u0440\u0432\u044a\u0440\u0430.",
"LabelUnairedMissingEpisodesWithinSeasons": "\u041f\u043e\u043a\u0430\u0437\u0432\u0430\u0439 \u043d\u0435\u0438\u0437\u043b\u044a\u0447\u0435\u043d\u0438 \u0435\u043f\u0438\u0437\u043e\u0434\u0438 \u0432 \u0441\u0435\u0437\u043e\u043d\u0438\u0442\u0435", "LabelUnairedMissingEpisodesWithinSeasons": "\u041f\u043e\u043a\u0430\u0437\u0432\u0430\u043d\u0435 \u043d\u0430 \u043d\u0435\u0438\u0437\u043b\u044a\u0447\u0435\u043d\u0438\u0442\u0435 \u0435\u043f\u0438\u0437\u043e\u0434\u0438 \u0432 \u0441\u0435\u0437\u043e\u043d\u0438\u0442\u0435",
"ImportMissingEpisodesHelp": "\u0410\u043a\u043e \u0435 \u0430\u043a\u0442\u0438\u0432\u0438\u0440\u0430\u043d\u043e, \u0438\u043d\u0444\u043e\u0440\u043c\u0430\u0446\u0438\u044f \u0437\u0430 \u043b\u0438\u043f\u0441\u0432\u0430\u0449\u0438 \u0435\u043f\u0438\u0437\u043e\u0434\u0438 \u0449\u0435 \u0431\u044a\u0434\u0435 \u0434\u043e\u0431\u0430\u0432\u0435\u043d\u0430 \u0432 \u0431\u0430\u0437\u0430\u0442\u0430 \u0434\u0430\u043d\u043d\u0438 \u043d\u0430 Emby \u0438 \u0449\u0435 \u0431\u044a\u0434\u0435 \u043f\u043e\u043a\u0430\u0437\u0432\u0430\u043d\u0430 \u0437\u0430\u0435\u0434\u043d\u043e \u0441\u044a\u0441 \u0441\u0435\u0437\u043e\u043d\u0438 \u0438 \u0441\u0435\u0440\u0438\u0438. \u0422\u043e\u0432\u0430 \u043c\u043e\u0436\u0435 \u0434\u0430 \u0434\u043e\u0432\u0435\u0434\u0435 \u0434\u043e \u0437\u043d\u0430\u0447\u0438\u0442\u0435\u043b\u043d\u043e \u043f\u043e-\u0434\u044a\u043b\u0433\u043e \u0441\u043a\u0430\u043d\u0438\u0440\u0430\u043d\u0435 \u043d\u0430 \u0431\u0438\u0431\u043b\u0438\u043e\u0442\u0435\u043a\u0430\u0442\u0430.", "ImportMissingEpisodesHelp": "\u0410\u043a\u043e \u0435 \u0430\u043a\u0442\u0438\u0432\u0438\u0440\u0430\u043d\u043e, \u0438\u043d\u0444\u043e\u0440\u043c\u0430\u0446\u0438\u044f \u0437\u0430 \u043b\u0438\u043f\u0441\u0432\u0430\u0449\u0438 \u0435\u043f\u0438\u0437\u043e\u0434\u0438 \u0449\u0435 \u0431\u044a\u0434\u0435 \u0434\u043e\u0431\u0430\u0432\u0435\u043d\u0430 \u0432 \u0431\u0430\u0437\u0430\u0442\u0430 \u0434\u0430\u043d\u043d\u0438 \u043d\u0430 Emby \u0438 \u0449\u0435 \u0431\u044a\u0434\u0435 \u043f\u043e\u043a\u0430\u0437\u0432\u0430\u043d\u0430 \u0437\u0430\u0435\u0434\u043d\u043e \u0441\u044a\u0441 \u0441\u0435\u0437\u043e\u043d\u0438 \u0438 \u0441\u0435\u0440\u0438\u0438. \u0422\u043e\u0432\u0430 \u043c\u043e\u0436\u0435 \u0434\u0430 \u0434\u043e\u0432\u0435\u0434\u0435 \u0434\u043e \u0437\u043d\u0430\u0447\u0438\u0442\u0435\u043b\u043d\u043e \u043f\u043e-\u0434\u044a\u043b\u0433\u043e \u0441\u043a\u0430\u043d\u0438\u0440\u0430\u043d\u0435 \u043d\u0430 \u0431\u0438\u0431\u043b\u0438\u043e\u0442\u0435\u043a\u0430\u0442\u0430.",
"MessageEnablingOptionLongerScans": "Enabling this option may result in significantly longer library scans.", "MessageEnablingOptionLongerScans": "Enabling this option may result in significantly longer library scans.",
"HeaderVideoPlaybackSettings": "\u041d\u0430\u0441\u0442\u0440\u043e\u0439\u043a\u0438 \u043d\u0430 \u0432\u044a\u0437\u043f\u0440\u043e\u0438\u0437\u0432\u0435\u0436\u0434\u0430\u043d\u0435\u0442\u043e \u043d\u0430 \u0432\u0438\u0434\u0435\u043e", "HeaderVideoPlaybackSettings": "\u041d\u0430\u0441\u0442\u0440\u043e\u0439\u043a\u0438 \u043d\u0430 \u0432\u044a\u0437\u043f\u0440\u043e\u0438\u0437\u0432\u0435\u0436\u0434\u0430\u043d\u0435\u0442\u043e \u043d\u0430 \u0432\u0438\u0434\u0435\u043e",
@ -522,8 +522,8 @@
"HeaderRunningTasks": "\u0418\u0437\u043f\u044a\u043b\u043d\u044f\u0432\u0430\u0449\u0438 \u0441\u0435 \u0437\u0430\u0434\u0430\u0447\u0438", "HeaderRunningTasks": "\u0418\u0437\u043f\u044a\u043b\u043d\u044f\u0432\u0430\u0449\u0438 \u0441\u0435 \u0437\u0430\u0434\u0430\u0447\u0438",
"HeaderActiveDevices": "\u0410\u043a\u0442\u0438\u0432\u043d\u0438 \u0443\u0441\u0442\u0440\u043e\u0439\u0441\u0442\u0432\u0430", "HeaderActiveDevices": "\u0410\u043a\u0442\u0438\u0432\u043d\u0438 \u0443\u0441\u0442\u0440\u043e\u0439\u0441\u0442\u0432\u0430",
"HeaderPendingInstallations": "\u0427\u0430\u043a\u0430\u0449\u0438 \u0438\u043d\u0441\u0442\u0430\u043b\u0430\u0446\u0438\u0438", "HeaderPendingInstallations": "\u0427\u0430\u043a\u0430\u0449\u0438 \u0438\u043d\u0441\u0442\u0430\u043b\u0430\u0446\u0438\u0438",
"ButtonRestartNow": "\u0420\u0435\u0441\u0442\u0430\u0440\u0442\u0438\u0440\u0430\u0439 \u0441\u0435\u0433\u0430", "ButtonRestartNow": "\u041f\u043e\u0432\u0442\u043e\u0440\u043d\u043e \u043f\u0443\u0441\u043a\u0430\u043d\u0435 \u0441\u0435\u0433\u0430",
"ButtonRestart": "\u0420\u0435\u0441\u0442\u0430\u0440\u0442\u0438\u0440\u0430\u043d\u0435", "ButtonRestart": "\u041f\u043e\u0432\u0442\u043e\u0440\u043d\u043e \u043f\u0443\u0441\u043a\u0430\u043d\u0435",
"ButtonShutdown": "\u0417\u0430\u0433\u0430\u0441\u044f\u043d\u0435", "ButtonShutdown": "\u0417\u0430\u0433\u0430\u0441\u044f\u043d\u0435",
"ButtonUpdateNow": "\u041e\u0431\u043d\u043e\u0432\u0438 \u0441\u0435\u0433\u0430", "ButtonUpdateNow": "\u041e\u0431\u043d\u043e\u0432\u0438 \u0441\u0435\u0433\u0430",
"TabHosting": "\u0425\u043e\u0441\u0442\u0438\u043d\u0433", "TabHosting": "\u0425\u043e\u0441\u0442\u0438\u043d\u0433",
@ -743,9 +743,9 @@
"HeaderOptions": "\u041d\u0430\u0441\u0442\u0440\u043e\u0439\u043a\u0438", "HeaderOptions": "\u041d\u0430\u0441\u0442\u0440\u043e\u0439\u043a\u0438",
"LabelHomeScreenSectionValue": "\u0420\u0430\u0437\u0434\u0435\u043b {0} \u043d\u0430 \u043d\u0430\u0447\u0430\u043b\u043d\u0438\u044f \u0435\u043a\u0440\u0430\u043d:", "LabelHomeScreenSectionValue": "\u0420\u0430\u0437\u0434\u0435\u043b {0} \u043d\u0430 \u043d\u0430\u0447\u0430\u043b\u043d\u0438\u044f \u0435\u043a\u0440\u0430\u043d:",
"OptionMyMedia": "\u041c\u043e\u044f\u0442\u0430 \u043c\u0435\u0434\u0438\u044f", "OptionMyMedia": "\u041c\u043e\u044f\u0442\u0430 \u043c\u0435\u0434\u0438\u044f",
"OptionMyMediaSmall": "My media (small)", "OptionMyMediaSmall": "\u041c\u043e\u044f\u0442\u0430 \u043c\u0435\u0434\u0438\u044f (\u043c\u0430\u043b\u043a\u0430)",
"OptionResumablemedia": "\u041f\u0440\u043e\u0434\u044a\u043b\u0436\u0430\u0432\u0430\u043d\u0435", "OptionResumablemedia": "\u041f\u0440\u043e\u0434\u044a\u043b\u0436\u0430\u0432\u0430\u043d\u0435",
"OptionLatestMedia": "Latest media", "OptionLatestMedia": "\u041f\u043e\u0441\u043b\u0435\u0434\u043d\u0438 \u043c\u0435\u0434\u0438\u0438",
"OptionLatestChannelMedia": "Latest channel items", "OptionLatestChannelMedia": "Latest channel items",
"HeaderLatestChannelItems": "Latest Channel Items", "HeaderLatestChannelItems": "Latest Channel Items",
"OptionNone": "None", "OptionNone": "None",
@ -775,7 +775,7 @@
"ViewTypeMusicFavoriteSongs": "\u041b\u044e\u0431\u0438\u043c\u0438 \u043f\u0435\u0441\u043d\u0438", "ViewTypeMusicFavoriteSongs": "\u041b\u044e\u0431\u0438\u043c\u0438 \u043f\u0435\u0441\u043d\u0438",
"HeaderMyViews": "My Views", "HeaderMyViews": "My Views",
"OptionDisplayAdultContent": "Display adult content", "OptionDisplayAdultContent": "Display adult content",
"OptionLibraryFolders": "Media folders", "OptionLibraryFolders": "\u041c\u0435\u0434\u0438\u0439\u043d\u0438 \u043f\u0430\u043f\u043a\u0438",
"TitleRemoteControl": "\u041e\u0442\u0434\u0430\u043b\u0435\u0447\u0435\u043d \u043a\u043e\u043d\u0442\u0440\u043e\u043b", "TitleRemoteControl": "\u041e\u0442\u0434\u0430\u043b\u0435\u0447\u0435\u043d \u043a\u043e\u043d\u0442\u0440\u043e\u043b",
"OptionLatestTvRecordings": "Latest recordings", "OptionLatestTvRecordings": "Latest recordings",
"LabelProtocolInfo": "Protocol info:", "LabelProtocolInfo": "Protocol info:",
@ -834,11 +834,11 @@
"TabUsers": "\u041f\u043e\u0442\u0440\u0435\u0431\u0438\u0442\u0435\u043b\u0438", "TabUsers": "\u041f\u043e\u0442\u0440\u0435\u0431\u0438\u0442\u0435\u043b\u0438",
"HeaderFeatures": "Features", "HeaderFeatures": "Features",
"HeaderAdvanced": "Advanced", "HeaderAdvanced": "Advanced",
"ButtonSync": "Sync", "ButtonSync": "\u0421\u0438\u043d\u0445\u0440\u043e\u043d\u0438\u0437\u0438\u0440\u0430\u043d\u0435",
"TabScheduledTasks": "Scheduled Tasks", "TabScheduledTasks": "\u041f\u043b\u0430\u043d\u0438\u0440\u0430\u043d\u0438 \u0437\u0430\u0434\u0430\u0447\u0438",
"HeaderChapters": "Chapters", "HeaderChapters": "Chapters",
"HeaderResumeSettings": "Resume Settings", "HeaderResumeSettings": "Resume Settings",
"TabSync": "Sync", "TabSync": "\u0421\u0438\u043d\u0445\u0440\u043e\u043d\u0438\u0437\u0438\u0440\u0430\u043d\u0435",
"TitleUsers": "\u041f\u043e\u0442\u0440\u0435\u0431\u0438\u0442\u0435\u043b\u0438", "TitleUsers": "\u041f\u043e\u0442\u0440\u0435\u0431\u0438\u0442\u0435\u043b\u0438",
"LabelProtocol": "Protocol:", "LabelProtocol": "Protocol:",
"OptionProtocolHttp": "Http", "OptionProtocolHttp": "Http",
@ -887,7 +887,7 @@
"HeaderActivity": "\u0414\u0435\u0439\u043d\u043e\u0441\u0442", "HeaderActivity": "\u0414\u0435\u0439\u043d\u043e\u0441\u0442",
"PluginInstalledWithName": "{0} was installed", "PluginInstalledWithName": "{0} was installed",
"PluginUpdatedWithName": "{0} was updated", "PluginUpdatedWithName": "{0} was updated",
"PluginUninstalledWithName": "{0} was uninstalled", "PluginUninstalledWithName": "{0} \u0435 \u0434\u0435\u0438\u043d\u0441\u0442\u0430\u043b\u0438\u0440\u0430\u043d\u043e",
"UserOnlineFromDevice": "{0} is online from {1}", "UserOnlineFromDevice": "{0} is online from {1}",
"UserOfflineFromDevice": "{0} has disconnected from {1}", "UserOfflineFromDevice": "{0} has disconnected from {1}",
"LabelRunningTimeValue": "Running time: {0}", "LabelRunningTimeValue": "Running time: {0}",
@ -1061,12 +1061,12 @@
"HeaderParentalRatings": "\u0420\u043e\u0434\u0438\u0442\u0435\u043b\u0441\u043a\u0430 \u043e\u0446\u0435\u043d\u043a\u0430", "HeaderParentalRatings": "\u0420\u043e\u0434\u0438\u0442\u0435\u043b\u0441\u043a\u0430 \u043e\u0446\u0435\u043d\u043a\u0430",
"HeaderVideoTypes": "Video Types", "HeaderVideoTypes": "Video Types",
"HeaderYears": "\u0413\u043e\u0434\u0438\u043d\u0438", "HeaderYears": "\u0413\u043e\u0434\u0438\u043d\u0438",
"HeaderBlockItemsWithNoRating": "Block content with no or unrecognized rating information:", "HeaderBlockItemsWithNoRating": "Block items with no or unrecognized rating information:",
"LabelBlockContentWithTags": "Block content with tags:", "LabelBlockContentWithTags": "Block items with tags:",
"LabelEnableSingleImageInDidlLimit": "Limit to single embedded image", "LabelEnableSingleImageInDidlLimit": "Limit to single embedded image",
"LabelEnableSingleImageInDidlLimitHelp": "Some devices will not render properly if multiple images are embedded within Didl.", "LabelEnableSingleImageInDidlLimitHelp": "Some devices will not render properly if multiple images are embedded within Didl.",
"TabActivity": "\u0414\u0435\u0439\u043d\u043e\u0441\u0442", "TabActivity": "\u0414\u0435\u0439\u043d\u043e\u0441\u0442",
"TitleSync": "Sync", "TitleSync": "\u0421\u0438\u043d\u0445\u0440\u043e\u043d\u0438\u0437\u0438\u0440\u0430\u043d\u0435",
"OptionAllowSyncContent": "Allow Sync", "OptionAllowSyncContent": "Allow Sync",
"OptionAllowContentDownloading": "Allow media downloading", "OptionAllowContentDownloading": "Allow media downloading",
"NameSeasonUnknown": "\u041d\u0435\u043f\u043e\u0437\u043d\u0430\u0442 \u0441\u0435\u0437\u043e\u043d", "NameSeasonUnknown": "\u041d\u0435\u043f\u043e\u0437\u043d\u0430\u0442 \u0441\u0435\u0437\u043e\u043d",
@ -1176,7 +1176,7 @@
"HeaderDefaultRecordingSettings": "Default Recording Settings", "HeaderDefaultRecordingSettings": "Default Recording Settings",
"OptionEnableRecordingSubfolders": "Create sub-folders for categories such as Sports, Kids, etc.", "OptionEnableRecordingSubfolders": "Create sub-folders for categories such as Sports, Kids, etc.",
"HeaderSubtitles": "\u0421\u0443\u0431\u0442\u0438\u0442\u0440\u0438", "HeaderSubtitles": "\u0421\u0443\u0431\u0442\u0438\u0442\u0440\u0438",
"HeaderVideos": "Videos", "HeaderVideos": "\u0412\u0438\u0434\u0435\u043e\u043a\u043b\u0438\u043f\u043e\u0432\u0435",
"LabelHardwareAccelerationType": "Hardware acceleration:", "LabelHardwareAccelerationType": "Hardware acceleration:",
"LabelHardwareAccelerationTypeHelp": "Available on supported systems only.", "LabelHardwareAccelerationTypeHelp": "Available on supported systems only.",
"ButtonServerDashboard": "\u0422\u0430\u0431\u043b\u043e \u043d\u0430 \u0441\u044a\u0440\u0432\u044a\u0440\u0430", "ButtonServerDashboard": "\u0422\u0430\u0431\u043b\u043e \u043d\u0430 \u0441\u044a\u0440\u0432\u044a\u0440\u0430",
@ -1217,7 +1217,7 @@
"HeaderPinCodeReset": "Reset Pin Code", "HeaderPinCodeReset": "Reset Pin Code",
"PasswordSaved": "Password saved.", "PasswordSaved": "Password saved.",
"PasswordMatchError": "Password and password confirmation must match.", "PasswordMatchError": "Password and password confirmation must match.",
"UninstallPluginHeader": "Uninstall Plugin", "UninstallPluginHeader": "\u0414\u0435\u0438\u043d\u0441\u0442\u0430\u043b\u0438\u0440\u0430\u043d\u0435 \u043d\u0430 \u043f\u0440\u0438\u0441\u0442\u0430\u0432\u043a\u0430\u0442\u0430",
"UninstallPluginConfirmation": "Are you sure you wish to uninstall {0}?", "UninstallPluginConfirmation": "Are you sure you wish to uninstall {0}?",
"NoPluginConfigurationMessage": "This plugin has no settings to configure.", "NoPluginConfigurationMessage": "This plugin has no settings to configure.",
"NoPluginsInstalledMessage": "\u041d\u044f\u043c\u0430\u0442\u0435 \u0438\u043d\u0441\u0442\u0430\u043b\u0438\u0440\u0430\u043d\u0438 \u043f\u0440\u0438\u0441\u0442\u0430\u0432\u043a\u0438.", "NoPluginsInstalledMessage": "\u041d\u044f\u043c\u0430\u0442\u0435 \u0438\u043d\u0441\u0442\u0430\u043b\u0438\u0440\u0430\u043d\u0438 \u043f\u0440\u0438\u0441\u0442\u0430\u0432\u043a\u0438.",
@ -1248,7 +1248,7 @@
"PluginCategoryContentProvider": "Content Providers", "PluginCategoryContentProvider": "Content Providers",
"PluginCategoryScreenSaver": "Screen Savers", "PluginCategoryScreenSaver": "Screen Savers",
"PluginCategoryTheme": "\u041e\u0431\u043b\u0438\u0446\u0438", "PluginCategoryTheme": "\u041e\u0431\u043b\u0438\u0446\u0438",
"PluginCategorySync": "Sync", "PluginCategorySync": "\u0421\u0438\u043d\u0445\u0440\u043e\u043d\u0438\u0437\u0438\u0440\u0430\u043d\u0435",
"PluginCategorySocialIntegration": "Social Networks", "PluginCategorySocialIntegration": "Social Networks",
"PluginCategoryNotifications": "Notifications", "PluginCategoryNotifications": "Notifications",
"PluginCategoryMetadata": "\u041c\u0435\u0442\u0430\u0434\u0430\u043d\u043d\u0438", "PluginCategoryMetadata": "\u041c\u0435\u0442\u0430\u0434\u0430\u043d\u043d\u0438",
@ -1341,7 +1341,7 @@
"MessageConfirmSplitMedia": "Are you sure you wish to split the media sources into separate items?", "MessageConfirmSplitMedia": "Are you sure you wish to split the media sources into separate items?",
"HeaderError": "\u0413\u0440\u0435\u0448\u043a\u0430", "HeaderError": "\u0413\u0440\u0435\u0448\u043a\u0430",
"MessageChromecastConnectionError": "Your Chromecast receiver is unable to connect to your Emby Server. Please check their connections and try again.", "MessageChromecastConnectionError": "Your Chromecast receiver is unable to connect to your Emby Server. Please check their connections and try again.",
"HeaderLibraryFolders": "Media Folders", "HeaderLibraryFolders": "\u041c\u0435\u0434\u0438\u0439\u043d\u0438 \u043f\u0430\u043f\u043a\u0438",
"HeaderFavoriteMovies": "Favorite Movies", "HeaderFavoriteMovies": "Favorite Movies",
"HeaderFavoriteShows": "Favorite Shows", "HeaderFavoriteShows": "Favorite Shows",
"HeaderFavoriteEpisodes": "Favorite Episodes", "HeaderFavoriteEpisodes": "Favorite Episodes",
@ -1374,7 +1374,7 @@
"AutoOrganizeError": "Error Organizing File", "AutoOrganizeError": "Error Organizing File",
"FileOrganizeManually": "Organize File", "FileOrganizeManually": "Organize File",
"ErrorOrganizingFileWithErrorCode": "There was an error organizing the file. Error code: {0}.", "ErrorOrganizingFileWithErrorCode": "There was an error organizing the file. Error code: {0}.",
"HeaderRestart": "Restart", "HeaderRestart": "\u041f\u043e\u0432\u0442\u043e\u0440\u043d\u043e \u043f\u0443\u0441\u043a\u0430\u043d\u0435",
"HeaderShutdown": "Shutdown", "HeaderShutdown": "Shutdown",
"MessageConfirmRestart": "\u041d\u0430\u0438\u0441\u0442\u0438\u043d\u0430 \u043b\u0438 \u0438\u0441\u043a\u0430\u0442\u0435 \u0434\u0430 \u0440\u0435\u0441\u0442\u0430\u0440\u0442\u0438\u0440\u0430\u0442\u0435 Emby \u0441\u044a\u0440\u0432\u044a\u0440\u044a\u0442?", "MessageConfirmRestart": "\u041d\u0430\u0438\u0441\u0442\u0438\u043d\u0430 \u043b\u0438 \u0438\u0441\u043a\u0430\u0442\u0435 \u0434\u0430 \u0440\u0435\u0441\u0442\u0430\u0440\u0442\u0438\u0440\u0430\u0442\u0435 Emby \u0441\u044a\u0440\u0432\u044a\u0440\u044a\u0442?",
"MessageConfirmShutdown": "\u041d\u0430\u0438\u0441\u0442\u0438\u043d\u0430 \u043b\u0438 \u0438\u0441\u043a\u0430\u0442\u0435 \u0434\u0430 \u0441\u043f\u0440\u0435\u0442\u0435 Emby \u0441\u044a\u0440\u0432\u044a\u0440\u044a\u0442?", "MessageConfirmShutdown": "\u041d\u0430\u0438\u0441\u0442\u0438\u043d\u0430 \u043b\u0438 \u0438\u0441\u043a\u0430\u0442\u0435 \u0434\u0430 \u0441\u043f\u0440\u0435\u0442\u0435 Emby \u0441\u044a\u0440\u0432\u044a\u0440\u044a\u0442?",
@ -1448,7 +1448,7 @@
"MessagePleaseAcceptTermsOfServiceBeforeContinuing": "Please accept the terms of service before continuing.", "MessagePleaseAcceptTermsOfServiceBeforeContinuing": "Please accept the terms of service before continuing.",
"OptionOff": "Off", "OptionOff": "Off",
"OptionOn": "On", "OptionOn": "On",
"ButtonUninstall": "Uninstall", "ButtonUninstall": "\u0414\u0435\u0438\u043d\u0441\u0442\u0430\u043b\u0438\u0440\u0430\u043d\u0435",
"HeaderLiveTV": "Live TV", "HeaderLiveTV": "Live TV",
"MissingPrimaryImage": "\u041b\u0438\u043f\u0441\u0432\u0430 \u0433\u043b\u0430\u0432\u043d\u043e \u0438\u0437\u043e\u0431\u0440\u0430\u0436\u0435\u043d\u0438\u0435.", "MissingPrimaryImage": "\u041b\u0438\u043f\u0441\u0432\u0430 \u0433\u043b\u0430\u0432\u043d\u043e \u0438\u0437\u043e\u0431\u0440\u0430\u0436\u0435\u043d\u0438\u0435.",
"MissingBackdropImage": "\u041b\u0438\u043f\u0441\u0432\u0430 \u0444\u043e\u043d\u043e\u0432\u043e \u0438\u0437\u043e\u0431\u0440\u0430\u0436\u0435\u043d\u0438\u0435.", "MissingBackdropImage": "\u041b\u0438\u043f\u0441\u0432\u0430 \u0444\u043e\u043d\u043e\u0432\u043e \u0438\u0437\u043e\u0431\u0440\u0430\u0436\u0435\u043d\u0438\u0435.",
@ -1496,9 +1496,9 @@
"HeaderYear": "Year:", "HeaderYear": "Year:",
"HeaderEmbeddedImage": "Embedded image", "HeaderEmbeddedImage": "Embedded image",
"HeaderTrack": "\u041f\u044a\u0442\u0435\u0447\u043a\u0430", "HeaderTrack": "\u041f\u044a\u0442\u0435\u0447\u043a\u0430",
"OptionCollections": "Collections", "OptionCollections": "\u041a\u043e\u043b\u0435\u043a\u0446\u0438\u0438",
"OptionSeries": "Series", "OptionSeries": "Series",
"OptionSeasons": "Seasons", "OptionSeasons": "\u0421\u0435\u0437\u043e\u043d\u0438",
"OptionGames": "Games", "OptionGames": "Games",
"OptionGameSystems": "Game systems", "OptionGameSystems": "Game systems",
"OptionMusicArtists": "Music artists", "OptionMusicArtists": "Music artists",
@ -1524,7 +1524,7 @@
"LabelDeathDate": "Death date:", "LabelDeathDate": "Death date:",
"HeaderRemoveMediaLocation": "Remove Media Location", "HeaderRemoveMediaLocation": "Remove Media Location",
"MessageConfirmRemoveMediaLocation": "Are you sure you wish to remove this location?", "MessageConfirmRemoveMediaLocation": "Are you sure you wish to remove this location?",
"LabelNewName": "New name:", "LabelNewName": "\u041d\u043e\u0432\u043e \u0438\u043c\u0435:",
"HeaderRemoveMediaFolder": "Remove Media Folder", "HeaderRemoveMediaFolder": "Remove Media Folder",
"MessageTheFollowingLocationWillBeRemovedFromLibrary": "The following media locations will be removed from your Emby library:", "MessageTheFollowingLocationWillBeRemovedFromLibrary": "The following media locations will be removed from your Emby library:",
"MessageAreYouSureYouWishToRemoveMediaFolder": "Are you sure you wish to remove this media folder?", "MessageAreYouSureYouWishToRemoveMediaFolder": "Are you sure you wish to remove this media folder?",
@ -1608,23 +1608,23 @@
"MediaInfoLongitude": "Longitude", "MediaInfoLongitude": "Longitude",
"MediaInfoShutterSpeed": "Shutter speed", "MediaInfoShutterSpeed": "Shutter speed",
"MediaInfoSoftware": "Software", "MediaInfoSoftware": "Software",
"HeaderMoreLikeThis": "More Like This", "HeaderMoreLikeThis": "\u041f\u043e\u0434\u043e\u0431\u043d\u0438",
"HeaderMovies": "Movies", "HeaderMovies": "Movies",
"HeaderAlbums": "\u0410\u043b\u0431\u0443\u043c\u0438", "HeaderAlbums": "\u0410\u043b\u0431\u0443\u043c\u0438",
"HeaderGames": "Games", "HeaderGames": "Games",
"HeaderBooks": "Books", "HeaderBooks": "Books",
"HeaderEpisodes": "Episodes", "HeaderEpisodes": "Episodes",
"HeaderSeasons": "Seasons", "HeaderSeasons": "\u0421\u0435\u0437\u043e\u043d\u0438",
"HeaderTracks": "\u041f\u0435\u0441\u043d\u0438", "HeaderTracks": "\u041f\u0435\u0441\u043d\u0438",
"HeaderItems": "Items", "HeaderItems": "Items",
"HeaderOtherItems": "Other Items", "HeaderOtherItems": "Other Items",
"ButtonFullReview": "Full review", "ButtonFullReview": "Full review",
"ValueAsRole": "as {0}", "ValueAsRole": "as {0}",
"ValueGuestStar": "Guest star", "ValueGuestStar": "Guest star",
"MediaInfoSize": "Size", "MediaInfoSize": "\u0420\u0430\u0437\u043c\u0435\u0440",
"MediaInfoPath": "Path", "MediaInfoPath": "\u041f\u044a\u0442",
"MediaInfoFile": "File", "MediaInfoFile": "\u0424\u0430\u0439\u043b",
"MediaInfoFormat": "Format", "MediaInfoFormat": "\u0424\u043e\u0440\u043c\u0430\u0442",
"MediaInfoContainer": "Container", "MediaInfoContainer": "Container",
"MediaInfoDefault": "Default", "MediaInfoDefault": "Default",
"MediaInfoForced": "Forced", "MediaInfoForced": "Forced",
@ -1744,7 +1744,7 @@
"OptionEnableFullscreen": "Enable Fullscreen", "OptionEnableFullscreen": "Enable Fullscreen",
"ButtonServer": "Server", "ButtonServer": "Server",
"HeaderLibrary": "\u0411\u0438\u0431\u043b\u0438\u043e\u0442\u0435\u043a\u0430", "HeaderLibrary": "\u0411\u0438\u0431\u043b\u0438\u043e\u0442\u0435\u043a\u0430",
"HeaderMedia": "Media", "HeaderMedia": "\u041c\u0435\u0434\u0438\u044f",
"NoNewDevicesFound": "No new devices found. To add a new tuner, close this dialog and enter the device information manually.", "NoNewDevicesFound": "No new devices found. To add a new tuner, close this dialog and enter the device information manually.",
"NoResultsFound": "No results found.", "NoResultsFound": "No results found.",
"ButtonManageServer": "\u0423\u043f\u0440\u0430\u0432\u043b\u0435\u043d\u0438\u0435 \u043d\u0430 \u0441\u044a\u0440\u0432\u044a\u0440\u0430", "ButtonManageServer": "\u0423\u043f\u0440\u0430\u0432\u043b\u0435\u043d\u0438\u0435 \u043d\u0430 \u0441\u044a\u0440\u0432\u044a\u0440\u0430",
@ -1789,7 +1789,7 @@
"LoginDisclaimer": "Emby is designed to help you manage your personal media library, such as home videos and photos. Please see our terms of use. The use of any Emby software constitutes acceptance of these terms.", "LoginDisclaimer": "Emby is designed to help you manage your personal media library, such as home videos and photos. Please see our terms of use. The use of any Emby software constitutes acceptance of these terms.",
"TermsOfUse": "Terms of use", "TermsOfUse": "Terms of use",
"NumLocationsValue": "{0} \u043f\u0430\u043f\u043a\u0438", "NumLocationsValue": "{0} \u043f\u0430\u043f\u043a\u0438",
"ButtonAddMediaLibrary": "Add Media Library", "ButtonAddMediaLibrary": "\u0414\u043e\u0431\u0430\u0432\u044f\u043d\u0435 \u043d\u0430 \u0431\u0438\u0431\u043b\u0438\u043e\u0442\u0435\u043a\u0430",
"ButtonManageFolders": "\u0423\u043f\u0440\u0430\u0432\u043b\u0435\u043d\u0438\u0435 \u043d\u0430 \u043f\u0430\u043f\u043a\u0438\u0442\u0435", "ButtonManageFolders": "\u0423\u043f\u0440\u0430\u0432\u043b\u0435\u043d\u0438\u0435 \u043d\u0430 \u043f\u0430\u043f\u043a\u0438\u0442\u0435",
"ErrorAddingListingsToSchedulesDirect": "There was an error adding the lineup to your Schedules Direct account. Schedules Direct only allows a limited number of lineups per account. You may need to log into the Schedules Direct website and remove others listings from your account before proceeeding.", "ErrorAddingListingsToSchedulesDirect": "There was an error adding the lineup to your Schedules Direct account. Schedules Direct only allows a limited number of lineups per account. You may need to log into the Schedules Direct website and remove others listings from your account before proceeeding.",
"PleaseAddAtLeastOneFolder": "Please add at least one folder to this library by clicking the Add button.", "PleaseAddAtLeastOneFolder": "Please add at least one folder to this library by clicking the Add button.",
@ -1930,11 +1930,11 @@
"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",
"News": "News", "News": "News",
"HeaderDownloadSync": "Download & Sync", "HeaderDownloadSync": "\u0418\u0437\u0442\u0435\u0433\u043b\u044f\u043d\u0435 \u0438 \u0441\u0438\u043d\u0445\u0440\u043e\u043d\u0438\u0437\u0438\u0440\u0430\u043d\u0435",
"LabelEnableHardwareDecodingFor": "Enable hardware decoding for:", "LabelEnableHardwareDecodingFor": "Enable hardware decoding for:",
"EnableHardwareEncoding": "Enable hardware encoding", "EnableHardwareEncoding": "Enable hardware encoding",
"Rate": "Rate", "Rate": "Rate",
"ButtonScanAllLibraries": "Scan All Libraries", "ButtonScanAllLibraries": "\u0421\u043a\u0430\u043d\u0438\u0440\u0430\u043d\u0435 \u043d\u0430 \u0432\u0441\u0438\u0447\u043a\u0438 \u0431\u0438\u0431\u043b\u0438\u043e\u0442\u0435\u043a\u0438",
"ScanLibrary": "\u0421\u043a\u0430\u043d\u0438\u0440\u0430\u043d\u0435 \u043d\u0430 \u0431\u0438\u0431\u043b\u0438\u043e\u0442\u0435\u043a\u0430\u0442\u0430", "ScanLibrary": "\u0421\u043a\u0430\u043d\u0438\u0440\u0430\u043d\u0435 \u043d\u0430 \u0431\u0438\u0431\u043b\u0438\u043e\u0442\u0435\u043a\u0430\u0442\u0430",
"EnableStreamLooping": "Auto-loop live streams", "EnableStreamLooping": "Auto-loop live streams",
"EnableStreamLoopingHelp": "Enable this if live streams only contain a few seconds of data and need to be continuously requested.", "EnableStreamLoopingHelp": "Enable this if live streams only contain a few seconds of data and need to be continuously requested.",
@ -1944,9 +1944,9 @@
"EnableNextVideoInfoOverlayHelp": "At the end of a video, display info about the next video coming up in the current playlist.", "EnableNextVideoInfoOverlayHelp": "At the end of a video, display info about the next video coming up in the current playlist.",
"ServerRestartNeededAfterPluginInstall": "Emby Server will need to be restarted after installing a plugin.", "ServerRestartNeededAfterPluginInstall": "Emby Server will need to be restarted after installing a plugin.",
"PluginInstalledMessage": "The plugin has been successfully installed. Emby Server will need to be restarted for changes to take effect.", "PluginInstalledMessage": "The plugin has been successfully installed. Emby Server will need to be restarted for changes to take effect.",
"Themes": "Themes", "Themes": "\u041e\u0431\u043b\u0438\u0446\u0438",
"LabelTheme": "Theme:", "LabelTheme": "\u041e\u0431\u043b\u0438\u043a:",
"LabelDashboardTheme": "Server dashboard theme:", "LabelDashboardTheme": "\u041e\u0431\u043b\u0438\u043a \u043d\u0430 \u0441\u044a\u0440\u0432\u044a\u0440\u043d\u043e\u0442\u043e \u0442\u0430\u0431\u043b\u043e:",
"MessagePremiereStatusGood": "You have a {0} Emby Premiere plan and your device usage is well within your limit.", "MessagePremiereStatusGood": "You have a {0} Emby Premiere plan and your device usage is well within your limit.",
"MessagePremiereStatusClose": "You have a {0} Emby Premiere plan, but your device usage is close to the limit.", "MessagePremiereStatusClose": "You have a {0} Emby Premiere plan, but your device usage is close to the limit.",
"MessagePremiereExtendedPlans": "Consider an {0}extended device plan{1}", "MessagePremiereExtendedPlans": "Consider an {0}extended device plan{1}",

View File

@ -1061,8 +1061,8 @@
"HeaderParentalRatings": "Parental Ratings", "HeaderParentalRatings": "Parental Ratings",
"HeaderVideoTypes": "Video Types", "HeaderVideoTypes": "Video Types",
"HeaderYears": "Years", "HeaderYears": "Years",
"HeaderBlockItemsWithNoRating": "Block content with no or unrecognized rating information:", "HeaderBlockItemsWithNoRating": "Block items with no or unrecognized rating information:",
"LabelBlockContentWithTags": "Block content with tags:", "LabelBlockContentWithTags": "Block items with tags:",
"LabelEnableSingleImageInDidlLimit": "Limit to single embedded image", "LabelEnableSingleImageInDidlLimit": "Limit to single embedded image",
"LabelEnableSingleImageInDidlLimitHelp": "Some devices will not render properly if multiple images are embedded within Didl.", "LabelEnableSingleImageInDidlLimitHelp": "Some devices will not render properly if multiple images are embedded within Didl.",
"TabActivity": "Activity", "TabActivity": "Activity",

View File

@ -1061,8 +1061,8 @@
"HeaderParentalRatings": "\u039a\u03b1\u03c4\u03b1\u03bb\u03bb\u03b7\u03bb\u03cc\u03c4\u03b7\u03c4\u03b1", "HeaderParentalRatings": "\u039a\u03b1\u03c4\u03b1\u03bb\u03bb\u03b7\u03bb\u03cc\u03c4\u03b7\u03c4\u03b1",
"HeaderVideoTypes": "Video Types", "HeaderVideoTypes": "Video Types",
"HeaderYears": "Years", "HeaderYears": "Years",
"HeaderBlockItemsWithNoRating": "Block content with no or unrecognized rating information:", "HeaderBlockItemsWithNoRating": "Block items with no or unrecognized rating information:",
"LabelBlockContentWithTags": "Block content with tags:", "LabelBlockContentWithTags": "Block items with tags:",
"LabelEnableSingleImageInDidlLimit": "Limit to single embedded image", "LabelEnableSingleImageInDidlLimit": "Limit to single embedded image",
"LabelEnableSingleImageInDidlLimitHelp": "Some devices will not render properly if multiple images are embedded within Didl.", "LabelEnableSingleImageInDidlLimitHelp": "Some devices will not render properly if multiple images are embedded within Didl.",
"TabActivity": "Activity", "TabActivity": "Activity",

View File

@ -1061,8 +1061,8 @@
"HeaderParentalRatings": "Parental Ratings", "HeaderParentalRatings": "Parental Ratings",
"HeaderVideoTypes": "Video Types", "HeaderVideoTypes": "Video Types",
"HeaderYears": "Years", "HeaderYears": "Years",
"HeaderBlockItemsWithNoRating": "Block content with no or unrecognized rating information:", "HeaderBlockItemsWithNoRating": "Block items with no or unrecognized rating information:",
"LabelBlockContentWithTags": "Block content with tags:", "LabelBlockContentWithTags": "Block items with tags:",
"LabelEnableSingleImageInDidlLimit": "Limit to single embedded image", "LabelEnableSingleImageInDidlLimit": "Limit to single embedded image",
"LabelEnableSingleImageInDidlLimitHelp": "Some devices will not render properly if multiple images are embedded within Didl.", "LabelEnableSingleImageInDidlLimitHelp": "Some devices will not render properly if multiple images are embedded within Didl.",
"TabActivity": "Activity", "TabActivity": "Activity",

View File

@ -1061,8 +1061,8 @@
"HeaderParentalRatings": "Parental Ratings", "HeaderParentalRatings": "Parental Ratings",
"HeaderVideoTypes": "Video Types", "HeaderVideoTypes": "Video Types",
"HeaderYears": "Years", "HeaderYears": "Years",
"HeaderBlockItemsWithNoRating": "Block content with no or unrecognized rating information:", "HeaderBlockItemsWithNoRating": "Block items with no or unrecognized rating information:",
"LabelBlockContentWithTags": "Block content with tags:", "LabelBlockContentWithTags": "Block items with tags:",
"LabelEnableSingleImageInDidlLimit": "Limit to single embedded image", "LabelEnableSingleImageInDidlLimit": "Limit to single embedded image",
"LabelEnableSingleImageInDidlLimitHelp": "Some devices will not render properly if multiple images are embedded within Didl.", "LabelEnableSingleImageInDidlLimitHelp": "Some devices will not render properly if multiple images are embedded within Didl.",
"TabActivity": "Activity", "TabActivity": "Activity",

View File

@ -51,8 +51,8 @@
"RegisterWithPayPal": "Registrar con PayPal", "RegisterWithPayPal": "Registrar con PayPal",
"LabelSyncTempPath": "Ruta de archivos temporales:", "LabelSyncTempPath": "Ruta de archivos temporales:",
"LabelSyncTempPathHelp": "Especifique una carpeta de trabajo personalizada para sinc. Los medios convertidos creados durante el proceso de sinc ser\u00e1n almacenados en este lugar.", "LabelSyncTempPathHelp": "Especifique una carpeta de trabajo personalizada para sinc. Los medios convertidos creados durante el proceso de sinc ser\u00e1n almacenados en este lugar.",
"LabelCustomCertificatePath": "Ruta del certificado personalizado:", "LabelCustomCertificatePath": "Ruta personalizada del certificado ssl:",
"LabelCustomCertificatePathHelp": "Proporcione su archivo de certificado .pfx personalizado. Si se omite, el servidor crear\u00e1 un certificado auto firmado.", "LabelCustomCertificatePathHelp": "Proporcione su propio archivo .pfx de certificado ssl.",
"TitleNotifications": "Notificaciones", "TitleNotifications": "Notificaciones",
"OptionDetectArchiveFilesAsMedia": "Detectar archivos comprimidos como medios", "OptionDetectArchiveFilesAsMedia": "Detectar archivos comprimidos como medios",
"OptionDetectArchiveFilesAsMediaHelp": "Al habilitarlo, los archivos con extensiones .rar y .zip ser\u00e1n detectados como archivos de medios.", "OptionDetectArchiveFilesAsMediaHelp": "Al habilitarlo, los archivos con extensiones .rar y .zip ser\u00e1n detectados como archivos de medios.",
@ -457,14 +457,14 @@
"LabelPublicHttpPortHelp": "El numero de puerto que debe ser mapeado a el puerto http local.", "LabelPublicHttpPortHelp": "El numero de puerto que debe ser mapeado a el puerto http local.",
"LabelPublicHttpsPort": "N\u00famero de puerto https publico:", "LabelPublicHttpsPort": "N\u00famero de puerto https publico:",
"LabelPublicHttpsPortHelp": "El n\u00famero de puerto p\u00fablico que deber\u00e1 ser mapeado al puerto local de https.", "LabelPublicHttpsPortHelp": "El n\u00famero de puerto p\u00fablico que deber\u00e1 ser mapeado al puerto local de https.",
"RequireHttps": "Require https for external connections", "RequireHttps": "Requerir https para conexiones externas",
"RequireHttpsHelp": "If enabled, connections over http will be redirected to https.", "RequireHttpsHelp": "Si lo habilita, las conexiones sobre http ser\u00e1n redirigidas a https.",
"LabelHttpsPort": "N\u00famero de puerto https local:", "LabelHttpsPort": "N\u00famero de puerto https local:",
"LabelHttpsPortHelp": "El numero de puerto tcp con el que se deber\u00e1 vincular el servidor https de Emby.", "LabelHttpsPortHelp": "El numero de puerto tcp con el que se deber\u00e1 vincular el servidor https de Emby.",
"LabelEnableAutomaticPortMap": "Habilitar mapeo autom\u00e1tico de puertos", "LabelEnableAutomaticPortMap": "Habilitar mapeo autom\u00e1tico de puertos",
"LabelEnableAutomaticPortMapHelp": "Intentar mapear autom\u00e1ticamente el puerto p\u00fablico con el puerto local via UPnP. Esto podr\u00eda no funcionar con algunos modelos de ruteadores.", "LabelEnableAutomaticPortMapHelp": "Intentar mapear autom\u00e1ticamente el puerto p\u00fablico con el puerto local via UPnP. Esto podr\u00eda no funcionar con algunos modelos de ruteadores.",
"LabelExternalDDNS": "Dominio externo:", "LabelExternalDDNS": "Dominio externo:",
"LabelExternalDDNSHelp": "Si tiene un DNS din\u00e1mico introd\u00fazcalo aqu\u00ed. Las aplicaciones Emby lo usaran cuando se conecte remotamente. Este campo es obligatorio si se utiliza un certificado ssl personalizado..", "LabelExternalDDNSHelp": "Si tiene un DNS din\u00e1mico introd\u00fazcalo aqu\u00ed. Las aplicaciones Emby lo usaran cuando se conecte remotamente. Este campo es obligatorio si se utiliza un certificado ssl personalizado. Ejemplo: midominio.com.",
"TitleAppSettings": "Configuraci\u00f3n de la App", "TitleAppSettings": "Configuraci\u00f3n de la App",
"LabelMinResumePercentage": "Porcentaje m\u00ednimo para continuar:", "LabelMinResumePercentage": "Porcentaje m\u00ednimo para continuar:",
"LabelMaxResumePercentage": "Porcentaje m\u00e1ximo para continuar:", "LabelMaxResumePercentage": "Porcentaje m\u00e1ximo para continuar:",
@ -658,9 +658,9 @@
"HeaderProfileServerSettingsHelp": "Estos valores controlan como el Servidor Emby se presentara al dispositivo.", "HeaderProfileServerSettingsHelp": "Estos valores controlan como el Servidor Emby se presentara al dispositivo.",
"LabelMaxBitrate": "Tasa de bits m\u00e1xima:", "LabelMaxBitrate": "Tasa de bits m\u00e1xima:",
"LabelMaxBitrateHelp": "Especifique la tasa de bits m\u00e1xima para ambientes con un ancho de banda limitado, o si el dispositivo impone sus propios l\u00edmites.", "LabelMaxBitrateHelp": "Especifique la tasa de bits m\u00e1xima para ambientes con un ancho de banda limitado, o si el dispositivo impone sus propios l\u00edmites.",
"LabelMaxStreamingBitrate": "Max streaming quality:", "LabelMaxStreamingBitrate": "Calidad m\u00e1xima de la transmisi\u00f3n:",
"LabelMaxStreamingBitrateHelp": "Especifique una tasa de bits m\u00e1xima al transferir en tiempo real.", "LabelMaxStreamingBitrateHelp": "Especifique una tasa de bits m\u00e1xima al transferir en tiempo real.",
"LabelMaxChromecastBitrate": "Chromecast streaming quality:", "LabelMaxChromecastBitrate": "Calidad de transmisi\u00f3n en Chromecast:",
"LabelMusicStaticBitrate": "Tasa de bits de sinc de m\u00fascia", "LabelMusicStaticBitrate": "Tasa de bits de sinc de m\u00fascia",
"LabelMusicStaticBitrateHelp": "Especifique la tasa de bits m\u00e1xima al sincronizar m\u00fasica", "LabelMusicStaticBitrateHelp": "Especifique la tasa de bits m\u00e1xima al sincronizar m\u00fasica",
"LabelMusicStreamingTranscodingBitrate": "Tasa de transcodificaci\u00f3n de m\u00fasica:", "LabelMusicStreamingTranscodingBitrate": "Tasa de transcodificaci\u00f3n de m\u00fasica:",
@ -853,7 +853,7 @@
"HeaderImages": "Im\u00e1genes", "HeaderImages": "Im\u00e1genes",
"HeaderBackdrops": "Im\u00e1genes de fondo", "HeaderBackdrops": "Im\u00e1genes de fondo",
"HeaderAddUpdateImage": "Agregar\/Actualizar Im\u00e1gen", "HeaderAddUpdateImage": "Agregar\/Actualizar Im\u00e1gen",
"LabelDropImageHere": "Drop image here.", "LabelDropImageHere": "Arrastre la imagen aqu\u00ed.",
"LabelJpgPngOnly": "JPG\/PNG solamente", "LabelJpgPngOnly": "JPG\/PNG solamente",
"LabelImageType": "Tipo de Im\u00e1gen:", "LabelImageType": "Tipo de Im\u00e1gen:",
"OptionPrimary": "Principal", "OptionPrimary": "Principal",
@ -1938,7 +1938,7 @@
"ScanLibrary": "Escanear biblioteca", "ScanLibrary": "Escanear biblioteca",
"EnableStreamLooping": "Repetir autom\u00e1ticamente transmisiones en vivo", "EnableStreamLooping": "Repetir autom\u00e1ticamente transmisiones en vivo",
"EnableStreamLoopingHelp": "Habilite esta opci\u00f3n si las transmisiones en vivo solo contienen unos segundos de datos y necesitan ser solicitados continuamente.", "EnableStreamLoopingHelp": "Habilite esta opci\u00f3n si las transmisiones en vivo solo contienen unos segundos de datos y necesitan ser solicitados continuamente.",
"HttpsRequiresCert": "Para habilitar el reporte de https como su direcci\u00f3n externa, necesita suministrar un certificado SSL de confianza, como el de Lets Encrypt.", "HttpsRequiresCert": "Para requerir https en conexiones externas, necesitara proporcionar un certificado SSL de confianza, como el de \"Lets Encrypt\".",
"HeaderLatestDownloadedVideos": "\u00daltimos Videos Descargados", "HeaderLatestDownloadedVideos": "\u00daltimos Videos Descargados",
"EnableNextVideoInfoOverlay": "Habilitar ver la informaci\u00f3n del siguiente video durante la reproducci\u00f3n", "EnableNextVideoInfoOverlay": "Habilitar ver la informaci\u00f3n del siguiente video durante la reproducci\u00f3n",
"EnableNextVideoInfoOverlayHelp": "Al finalizar un video, mostrar informaci\u00f3n sobre el siguiente video a reproducir en la lista de reproducci\u00f3n.", "EnableNextVideoInfoOverlayHelp": "Al finalizar un video, mostrar informaci\u00f3n sobre el siguiente video a reproducir en la lista de reproducci\u00f3n.",

View File

@ -209,7 +209,7 @@
"OptionDvd": "Dvd", "OptionDvd": "Dvd",
"OptionIso": "Iso", "OptionIso": "Iso",
"Option3D": "3D", "Option3D": "3D",
"LabelDeinterlacingMethod": "Deinterlacing method:", "LabelDeinterlacingMethod": "M\u00e9todo de desentrelazado:",
"Standard": "Est\u00e1ndar", "Standard": "Est\u00e1ndar",
"BobAndWeaveWithHelp": "Bob and weave (higher quality, but slower)", "BobAndWeaveWithHelp": "Bob and weave (higher quality, but slower)",
"LabelStatus": "Estado:", "LabelStatus": "Estado:",
@ -1061,8 +1061,8 @@
"HeaderParentalRatings": "Clasificaci\u00f3n parental", "HeaderParentalRatings": "Clasificaci\u00f3n parental",
"HeaderVideoTypes": "Tipos de v\u00eddeos", "HeaderVideoTypes": "Tipos de v\u00eddeos",
"HeaderYears": "A\u00f1os", "HeaderYears": "A\u00f1os",
"HeaderBlockItemsWithNoRating": "Bloquear contenido sin valoraciones o si son desconocidas:", "HeaderBlockItemsWithNoRating": "Bloquear art\u00edculos sin valoraciones o si son desconocidas:",
"LabelBlockContentWithTags": "Bloquear contenido sin etiquetas:", "LabelBlockContentWithTags": "Bloquear art\u00edculos sin etiquetas:",
"LabelEnableSingleImageInDidlLimit": "Limitar a una imagen integrada", "LabelEnableSingleImageInDidlLimit": "Limitar a una imagen integrada",
"LabelEnableSingleImageInDidlLimitHelp": "Algunos dispositivos no renderizan correctamente si hay muchas im\u00e1genes integradas en Didl.", "LabelEnableSingleImageInDidlLimitHelp": "Algunos dispositivos no renderizan correctamente si hay muchas im\u00e1genes integradas en Didl.",
"TabActivity": "Actividad", "TabActivity": "Actividad",
@ -1388,8 +1388,8 @@
"LabelPlayMethodDirectPlay": "Reproducci\u00f3n directa", "LabelPlayMethodDirectPlay": "Reproducci\u00f3n directa",
"LabelAudioCodec": "Audio: {0}", "LabelAudioCodec": "Audio: {0}",
"LabelVideoCodec": "Video: {0}", "LabelVideoCodec": "Video: {0}",
"LabelLocalAccessUrl": "In-Home (LAN) access: {0}", "LabelLocalAccessUrl": "Acceso en el hogar (LAN): {0}",
"LabelRemoteAccessUrl": "Remote (WAN) access: {0}", "LabelRemoteAccessUrl": "Acceso remoto (WAN): {0}",
"LabelRunningOnPort": "Ejecut\u00e1ndose en el puerto http {0}.", "LabelRunningOnPort": "Ejecut\u00e1ndose en el puerto http {0}.",
"LabelRunningOnPorts": "Ejecut\u00e1ndose en el puerto http {0}, y puerto https {1}.", "LabelRunningOnPorts": "Ejecut\u00e1ndose en el puerto http {0}, y puerto https {1}.",
"HeaderLatestFromChannel": "Lo \u00faltimo de {0}", "HeaderLatestFromChannel": "Lo \u00faltimo de {0}",

View File

@ -1061,8 +1061,8 @@
"HeaderParentalRatings": "Parental Ratings", "HeaderParentalRatings": "Parental Ratings",
"HeaderVideoTypes": "Video Types", "HeaderVideoTypes": "Video Types",
"HeaderYears": "Years", "HeaderYears": "Years",
"HeaderBlockItemsWithNoRating": "Block content with no or unrecognized rating information:", "HeaderBlockItemsWithNoRating": "Block items with no or unrecognized rating information:",
"LabelBlockContentWithTags": "Block content with tags:", "LabelBlockContentWithTags": "Block items with tags:",
"LabelEnableSingleImageInDidlLimit": "Limit to single embedded image", "LabelEnableSingleImageInDidlLimit": "Limit to single embedded image",
"LabelEnableSingleImageInDidlLimitHelp": "Some devices will not render properly if multiple images are embedded within Didl.", "LabelEnableSingleImageInDidlLimitHelp": "Some devices will not render properly if multiple images are embedded within Didl.",
"TabActivity": "Activity", "TabActivity": "Activity",

View File

@ -1061,8 +1061,8 @@
"HeaderParentalRatings": "Parental Ratings", "HeaderParentalRatings": "Parental Ratings",
"HeaderVideoTypes": "Video Types", "HeaderVideoTypes": "Video Types",
"HeaderYears": "Years", "HeaderYears": "Years",
"HeaderBlockItemsWithNoRating": "Block content with no or unrecognized rating information:", "HeaderBlockItemsWithNoRating": "Block items with no or unrecognized rating information:",
"LabelBlockContentWithTags": "Block content with tags:", "LabelBlockContentWithTags": "Block items with tags:",
"LabelEnableSingleImageInDidlLimit": "Limit to single embedded image", "LabelEnableSingleImageInDidlLimit": "Limit to single embedded image",
"LabelEnableSingleImageInDidlLimitHelp": "Some devices will not render properly if multiple images are embedded within Didl.", "LabelEnableSingleImageInDidlLimitHelp": "Some devices will not render properly if multiple images are embedded within Didl.",
"TabActivity": "Activity", "TabActivity": "Activity",

View File

@ -1061,8 +1061,8 @@
"HeaderParentalRatings": "Parental Ratings", "HeaderParentalRatings": "Parental Ratings",
"HeaderVideoTypes": "Video Types", "HeaderVideoTypes": "Video Types",
"HeaderYears": "Years", "HeaderYears": "Years",
"HeaderBlockItemsWithNoRating": "Block content with no or unrecognized rating information:", "HeaderBlockItemsWithNoRating": "Block items with no or unrecognized rating information:",
"LabelBlockContentWithTags": "Block content with tags:", "LabelBlockContentWithTags": "Block items with tags:",
"LabelEnableSingleImageInDidlLimit": "Limit to single embedded image", "LabelEnableSingleImageInDidlLimit": "Limit to single embedded image",
"LabelEnableSingleImageInDidlLimitHelp": "Some devices will not render properly if multiple images are embedded within Didl.", "LabelEnableSingleImageInDidlLimitHelp": "Some devices will not render properly if multiple images are embedded within Didl.",
"TabActivity": "Activity", "TabActivity": "Activity",

View File

@ -1061,8 +1061,8 @@
"HeaderParentalRatings": "Classifications parentales", "HeaderParentalRatings": "Classifications parentales",
"HeaderVideoTypes": "Types de vid\u00e9o", "HeaderVideoTypes": "Types de vid\u00e9o",
"HeaderYears": "Ann\u00e9es", "HeaderYears": "Ann\u00e9es",
"HeaderBlockItemsWithNoRating": "Bloquer le contenu comportant des informations de classification inconnues ou n'en disposant pas\u00a0:", "HeaderBlockItemsWithNoRating": "Bloquer les \u00e9l\u00e9ments avec des informations de classification inconnues ou n'en disposant pas\u00a0:",
"LabelBlockContentWithTags": "Bloquer le contenu comportant les \u00e9tiquettes :", "LabelBlockContentWithTags": "Bloquer les \u00e9l\u00e9ments avec les \u00e9tiquettes :",
"LabelEnableSingleImageInDidlLimit": "Limiter \u00e0 une seule image int\u00e9gr\u00e9e", "LabelEnableSingleImageInDidlLimit": "Limiter \u00e0 une seule image int\u00e9gr\u00e9e",
"LabelEnableSingleImageInDidlLimitHelp": "Quelques p\u00e9riph\u00e9riques ne fourniront pas un rendu correct si plusieurs images sont int\u00e9gr\u00e9es dans Didl", "LabelEnableSingleImageInDidlLimitHelp": "Quelques p\u00e9riph\u00e9riques ne fourniront pas un rendu correct si plusieurs images sont int\u00e9gr\u00e9es dans Didl",
"TabActivity": "Activit\u00e9", "TabActivity": "Activit\u00e9",

View File

@ -1061,8 +1061,8 @@
"HeaderParentalRatings": "Parental Ratings", "HeaderParentalRatings": "Parental Ratings",
"HeaderVideoTypes": "Video Types", "HeaderVideoTypes": "Video Types",
"HeaderYears": "Years", "HeaderYears": "Years",
"HeaderBlockItemsWithNoRating": "Block content with no or unrecognized rating information:", "HeaderBlockItemsWithNoRating": "Block items with no or unrecognized rating information:",
"LabelBlockContentWithTags": "Block content with tags:", "LabelBlockContentWithTags": "Block items with tags:",
"LabelEnableSingleImageInDidlLimit": "Limit to single embedded image", "LabelEnableSingleImageInDidlLimit": "Limit to single embedded image",
"LabelEnableSingleImageInDidlLimitHelp": "Some devices will not render properly if multiple images are embedded within Didl.", "LabelEnableSingleImageInDidlLimitHelp": "Some devices will not render properly if multiple images are embedded within Didl.",
"TabActivity": "Activity", "TabActivity": "Activity",

View File

@ -1061,8 +1061,8 @@
"HeaderParentalRatings": "Parental Ratings", "HeaderParentalRatings": "Parental Ratings",
"HeaderVideoTypes": "Video Types", "HeaderVideoTypes": "Video Types",
"HeaderYears": "Years", "HeaderYears": "Years",
"HeaderBlockItemsWithNoRating": "Block content with no or unrecognized rating information:", "HeaderBlockItemsWithNoRating": "Block items with no or unrecognized rating information:",
"LabelBlockContentWithTags": "Block content with tags:", "LabelBlockContentWithTags": "Block items with tags:",
"LabelEnableSingleImageInDidlLimit": "Limit to single embedded image", "LabelEnableSingleImageInDidlLimit": "Limit to single embedded image",
"LabelEnableSingleImageInDidlLimitHelp": "Some devices will not render properly if multiple images are embedded within Didl.", "LabelEnableSingleImageInDidlLimitHelp": "Some devices will not render properly if multiple images are embedded within Didl.",
"TabActivity": "Activity", "TabActivity": "Activity",

View File

@ -1061,8 +1061,8 @@
"HeaderParentalRatings": "Korhat\u00e1r besorol\u00e1s", "HeaderParentalRatings": "Korhat\u00e1r besorol\u00e1s",
"HeaderVideoTypes": "Video Types", "HeaderVideoTypes": "Video Types",
"HeaderYears": "\u00c9v", "HeaderYears": "\u00c9v",
"HeaderBlockItemsWithNoRating": "Block content with no or unrecognized rating information:", "HeaderBlockItemsWithNoRating": "Block items with no or unrecognized rating information:",
"LabelBlockContentWithTags": "Block content with tags:", "LabelBlockContentWithTags": "Block items with tags:",
"LabelEnableSingleImageInDidlLimit": "Limit to single embedded image", "LabelEnableSingleImageInDidlLimit": "Limit to single embedded image",
"LabelEnableSingleImageInDidlLimitHelp": "Some devices will not render properly if multiple images are embedded within Didl.", "LabelEnableSingleImageInDidlLimitHelp": "Some devices will not render properly if multiple images are embedded within Didl.",
"TabActivity": "Activity", "TabActivity": "Activity",

View File

@ -1061,8 +1061,8 @@
"HeaderParentalRatings": "Parental Ratings", "HeaderParentalRatings": "Parental Ratings",
"HeaderVideoTypes": "Video Types", "HeaderVideoTypes": "Video Types",
"HeaderYears": "Years", "HeaderYears": "Years",
"HeaderBlockItemsWithNoRating": "Block content with no or unrecognized rating information:", "HeaderBlockItemsWithNoRating": "Block items with no or unrecognized rating information:",
"LabelBlockContentWithTags": "Block content with tags:", "LabelBlockContentWithTags": "Block items with tags:",
"LabelEnableSingleImageInDidlLimit": "Limit to single embedded image", "LabelEnableSingleImageInDidlLimit": "Limit to single embedded image",
"LabelEnableSingleImageInDidlLimitHelp": "Some devices will not render properly if multiple images are embedded within Didl.", "LabelEnableSingleImageInDidlLimitHelp": "Some devices will not render properly if multiple images are embedded within Didl.",
"TabActivity": "Activity", "TabActivity": "Activity",

View File

@ -1061,8 +1061,8 @@
"HeaderParentalRatings": "Parental Ratings", "HeaderParentalRatings": "Parental Ratings",
"HeaderVideoTypes": "Video Types", "HeaderVideoTypes": "Video Types",
"HeaderYears": "Years", "HeaderYears": "Years",
"HeaderBlockItemsWithNoRating": "Block content with no or unrecognized rating information:", "HeaderBlockItemsWithNoRating": "Block items with no or unrecognized rating information:",
"LabelBlockContentWithTags": "Block content with tags:", "LabelBlockContentWithTags": "Block items with tags:",
"LabelEnableSingleImageInDidlLimit": "Limit to single embedded image", "LabelEnableSingleImageInDidlLimit": "Limit to single embedded image",
"LabelEnableSingleImageInDidlLimitHelp": "Some devices will not render properly if multiple images are embedded within Didl.", "LabelEnableSingleImageInDidlLimitHelp": "Some devices will not render properly if multiple images are embedded within Didl.",
"TabActivity": "Activity", "TabActivity": "Activity",

View File

@ -1061,8 +1061,8 @@
"HeaderParentalRatings": "Parental Ratings", "HeaderParentalRatings": "Parental Ratings",
"HeaderVideoTypes": "Video Types", "HeaderVideoTypes": "Video Types",
"HeaderYears": "Years", "HeaderYears": "Years",
"HeaderBlockItemsWithNoRating": "Block content with no or unrecognized rating information:", "HeaderBlockItemsWithNoRating": "Block items with no or unrecognized rating information:",
"LabelBlockContentWithTags": "Block content with tags:", "LabelBlockContentWithTags": "Block items with tags:",
"LabelEnableSingleImageInDidlLimit": "Limit to single embedded image", "LabelEnableSingleImageInDidlLimit": "Limit to single embedded image",
"LabelEnableSingleImageInDidlLimitHelp": "Some devices will not render properly if multiple images are embedded within Didl.", "LabelEnableSingleImageInDidlLimitHelp": "Some devices will not render properly if multiple images are embedded within Didl.",
"TabActivity": "Activity", "TabActivity": "Activity",

View File

@ -158,7 +158,7 @@
"HeaderResume": "Wzn\u00f3w", "HeaderResume": "Wzn\u00f3w",
"HeaderContinueWatching": "Kontynuuj ogl\u0105danie", "HeaderContinueWatching": "Kontynuuj ogl\u0105danie",
"HeaderContinueListening": "Kontynuuj s\u0142uchanie", "HeaderContinueListening": "Kontynuuj s\u0142uchanie",
"HeaderNextUp": "Nast\u0119pny", "HeaderNextUp": "Do obejrzenia",
"NoNextUpItemsMessage": "Nie znaleziono niczego. Zacznij ogl\u0105da\u0107 swoje seriale!", "NoNextUpItemsMessage": "Nie znaleziono niczego. Zacznij ogl\u0105da\u0107 swoje seriale!",
"HeaderLatestEpisodes": "Odcinki ostatnio dodane", "HeaderLatestEpisodes": "Odcinki ostatnio dodane",
"HeaderPersonTypes": "Typy Os\u00f3b:", "HeaderPersonTypes": "Typy Os\u00f3b:",
@ -195,7 +195,7 @@
"OptionVideoBitrate": "Przep\u0142ywno\u015b\u0107 wideo", "OptionVideoBitrate": "Przep\u0142ywno\u015b\u0107 wideo",
"OptionResumable": "Do wznowienia", "OptionResumable": "Do wznowienia",
"ScheduledTasksHelp": "Kliknij zadanie aby poprawi\u0107 harmonogram.", "ScheduledTasksHelp": "Kliknij zadanie aby poprawi\u0107 harmonogram.",
"TabMyPlugins": "Moje wtyczki", "TabMyPlugins": "Zainstalowane",
"TabCatalog": "Katalog", "TabCatalog": "Katalog",
"TitlePlugins": "Wtyczki", "TitlePlugins": "Wtyczki",
"HeaderAutomaticUpdates": "Aktualizacje", "HeaderAutomaticUpdates": "Aktualizacje",
@ -372,7 +372,7 @@
"OptionDownloadBackImage": "Wstecz", "OptionDownloadBackImage": "Wstecz",
"OptionDownloadArtImage": "Przezrocze", "OptionDownloadArtImage": "Przezrocze",
"OptionDownloadPrimaryImage": "Podstawowy", "OptionDownloadPrimaryImage": "Podstawowy",
"HeaderFetchImages": "Pobierz Obrazy:", "HeaderFetchImages": "Pobieraj obrazy:",
"HeaderImageSettings": "Ustawienia obraz\u00f3w", "HeaderImageSettings": "Ustawienia obraz\u00f3w",
"TabOther": "Inne", "TabOther": "Inne",
"LabelMaxBackdropsPerItem": "Maksymalna liczba fototapet na pozycj\u0119:", "LabelMaxBackdropsPerItem": "Maksymalna liczba fototapet na pozycj\u0119:",
@ -445,8 +445,8 @@
"LabelFriendlyServerName": "Przyjazna nazwa serwera:", "LabelFriendlyServerName": "Przyjazna nazwa serwera:",
"LabelFriendlyServerNameHelp": "Ta nazwa b\u0119dzie u\u017cyta do identyfikacji serwera. Je\u017celi zostawione puste, u\u017cyta b\u0119dzie nazwa komputera.", "LabelFriendlyServerNameHelp": "Ta nazwa b\u0119dzie u\u017cyta do identyfikacji serwera. Je\u017celi zostawione puste, u\u017cyta b\u0119dzie nazwa komputera.",
"LabelPreferredDisplayLanguage": "Preferowany j\u0119zyk interfejsu:", "LabelPreferredDisplayLanguage": "Preferowany j\u0119zyk interfejsu:",
"LabelPreferredDisplayLanguageHelp": "T\u0142umaczenie Emby to tocz\u0105cy si\u0119 projekt.", "LabelPreferredDisplayLanguageHelp": "T\u0142umaczenie Emby to ci\u0105gle trwaj\u0105cym projekt.",
"LabelReadHowYouCanContribute": "Sprawd\u017a jak ty mo\u017cesz pom\u00f3c.", "LabelReadHowYouCanContribute": "Dowiedz si\u0119 jak mo\u017cesz pom\u00f3c.",
"ButtonSubmit": "Zatwierd\u017a", "ButtonSubmit": "Zatwierd\u017a",
"ButtonCreate": "Stw\u00f3rz", "ButtonCreate": "Stw\u00f3rz",
"LabelCustomCss": "W\u0142asny css:", "LabelCustomCss": "W\u0142asny css:",
@ -527,21 +527,21 @@
"ButtonShutdown": "Zamknij", "ButtonShutdown": "Zamknij",
"ButtonUpdateNow": "Aktualizuj Teraz", "ButtonUpdateNow": "Aktualizuj Teraz",
"TabHosting": "Us\u0142uga", "TabHosting": "Us\u0142uga",
"PleaseUpdateManually": "Prosz\u0119 zamknij serwer i zainstaluj najnowsz\u0105 wersj\u0119 manualnie.", "PleaseUpdateManually": "Zamknij serwer i zainstaluj najnowsz\u0105 wersj\u0119 manualnie.",
"NewServerVersionAvailable": "Nowa wersja Serwera Emby jest dost\u0119pna!", "NewServerVersionAvailable": "Nowa wersja Serwera Emby jest dost\u0119pna!",
"ServerUpToDate": "Serwer Emby jest aktualny", "ServerUpToDate": "Serwer Emby jest aktualny",
"LabelComponentsUpdated": "Nast\u0119puj\u0105ce elementy zosta\u0142y zainstalowane lub zaktualizowane:", "LabelComponentsUpdated": "Nast\u0119puj\u0105ce elementy zosta\u0142y zainstalowane lub zaktualizowane:",
"MessagePleaseRestartServerToFinishUpdating": "Uruchom serwer ponownie, aby zako\u0144czy\u0107 stosowanie aktualizacji.", "MessagePleaseRestartServerToFinishUpdating": "Uruchom serwer ponownie, aby zako\u0144czy\u0107 stosowanie aktualizacji.",
"LabelDownMixAudioScale": "Wzmocnienie audio podczas downmixingu:", "LabelDownMixAudioScale": "Wzmocnienie audio podczas downmixingu:",
"LabelDownMixAudioScaleHelp": "Umo\u017cliwia zwi\u0119kszenie g\u0142o\u015bno\u015bci d\u017awi\u0119ku podczas miksowania w d\u00f3\u0142. Ustaw 1, aby zachowa\u0107 oryginaln\u0105 warto\u015b\u0107 g\u0142o\u015bno\u015bci.", "LabelDownMixAudioScaleHelp": "Umo\u017cliwia zwi\u0119kszenie g\u0142o\u015bno\u015bci d\u017awi\u0119ku podczas miksowania w d\u00f3\u0142. Ustaw 1, aby zachowa\u0107 oryginaln\u0105 warto\u015b\u0107 g\u0142o\u015bno\u015bci.",
"HeaderMultipleKeyLinking": "Przenie\u015b do Nowego Klucza", "HeaderMultipleKeyLinking": "Przenie\u015b do nowego klucza",
"MultipleKeyLinkingHelp": "Je\u015bli otrzyma\u0142e\u015b nowy klucz Emby Premium, u\u017cyj tego formularza, aby przenie\u015b\u0107 rejestracj\u0119 starego klucza do nowego.", "MultipleKeyLinkingHelp": "Je\u015bli otrzyma\u0142e\u015b nowy klucz Emby Premium, u\u017cyj tego formularza, aby przenie\u015b\u0107 rejestracj\u0119 starego klucza do nowego.",
"LabelCurrentEmailAddress": "Aktualny adres email", "LabelCurrentEmailAddress": "Aktualny adres pocztowy",
"LabelCurrentEmailAddressHelp": "Aktualny adres pocztowy, na kt\u00f3ry zosta\u0142 przes\u0142any nowy klucz.", "LabelCurrentEmailAddressHelp": "Aktualny adres pocztowy, na kt\u00f3ry zosta\u0142 przes\u0142any nowy klucz.",
"HeaderForgotKey": "Zapomnia\u0142em klucz", "HeaderForgotKey": "Zapomnia\u0142em klucza",
"LabelEmailAddress": "Adres email", "LabelEmailAddress": "Adres pocztowy",
"LabelSupporterEmailAddress": "Adres email kt\u00f3ry by\u0142 u\u017cyty do zakupu klucza.", "LabelSupporterEmailAddress": "Adres pocztowy, kt\u00f3ry zosta\u0142 u\u017cyty podczas zakupu klucza.",
"ButtonRetrieveKey": "Odzyskaj Klucz", "ButtonRetrieveKey": "Odzyskaj klucz",
"LabelSupporterKey": "Wprowad\u017a klucz Emby Premium (wklej z wiadomo\u015bci pocztowej):", "LabelSupporterKey": "Wprowad\u017a klucz Emby Premium (wklej z wiadomo\u015bci pocztowej):",
"LabelSupporterKeyHelp": "Wprowad\u017a sw\u00f3j klucz Emby Premium i zacznij korzysta\u0107 z dodatkowych funkcji, jakie stworzy\u0142a spo\u0142eczno\u015b\u0107 Emby.", "LabelSupporterKeyHelp": "Wprowad\u017a sw\u00f3j klucz Emby Premium i zacznij korzysta\u0107 z dodatkowych funkcji, jakie stworzy\u0142a spo\u0142eczno\u015b\u0107 Emby.",
"MessageInvalidKey": "Klucz Emby Premium nie istnieje lub jest nieprawid\u0142owy.", "MessageInvalidKey": "Klucz Emby Premium nie istnieje lub jest nieprawid\u0142owy.",
@ -604,7 +604,7 @@
"ButtonNextTrack": "Nast\u0119pna utw\u00f3r", "ButtonNextTrack": "Nast\u0119pna utw\u00f3r",
"ButtonStop": "Zatrzymaj", "ButtonStop": "Zatrzymaj",
"ButtonPause": "Pauza", "ButtonPause": "Pauza",
"ButtonNext": "Nast\u0119pny", "ButtonNext": "Dalej",
"ButtonPrevious": "Poprzedni", "ButtonPrevious": "Poprzedni",
"LabelGroupMoviesIntoCollections": "Grupuj filmy w kolekcje", "LabelGroupMoviesIntoCollections": "Grupuj filmy w kolekcje",
"LabelGroupMoviesIntoCollectionsHelp": "Podczas wy\u015bwietlania listy film\u00f3w, filmy nale\u017c\u0105ce do kolekcji b\u0119d\u0105 wy\u015bwietlone jako jedna zgrupowana pozycja.", "LabelGroupMoviesIntoCollectionsHelp": "Podczas wy\u015bwietlania listy film\u00f3w, filmy nale\u017c\u0105ce do kolekcji b\u0119d\u0105 wy\u015bwietlone jako jedna zgrupowana pozycja.",
@ -737,7 +737,7 @@
"LabelEnableThemeSongsHelp": "Je\u017celi aktywne, podczas przegl\u0105dania biblioteki, b\u0119d\u0105 odtwarzane motywy muzyczne.", "LabelEnableThemeSongsHelp": "Je\u017celi aktywne, podczas przegl\u0105dania biblioteki, b\u0119d\u0105 odtwarzane motywy muzyczne.",
"LabelEnableBackdropsHelp": "Je\u017celi aktywne,podczas przegl\u0105dania biblioteki, dla niekt\u00f3rych stron b\u0119d\u0105 wy\u015bwietlane fototapety tematyczne.", "LabelEnableBackdropsHelp": "Je\u017celi aktywne,podczas przegl\u0105dania biblioteki, dla niekt\u00f3rych stron b\u0119d\u0105 wy\u015bwietlane fototapety tematyczne.",
"HeaderHomePage": "Strona startowa", "HeaderHomePage": "Strona startowa",
"OptionAuto": "Automat", "OptionAuto": "Automatycznie",
"OptionYes": "Tak", "OptionYes": "Tak",
"OptionNo": "Nie", "OptionNo": "Nie",
"HeaderOptions": "Opcje", "HeaderOptions": "Opcje",
@ -753,7 +753,7 @@
"HeaderReports": "Raporty", "HeaderReports": "Raporty",
"HeaderSettings": "Ustawienia", "HeaderSettings": "Ustawienia",
"OptionDefaultSort": "Domy\u015blny", "OptionDefaultSort": "Domy\u015blny",
"TabNextUp": "Nast\u0119pny", "TabNextUp": "Do obejrzenia",
"HeaderBecomeProjectSupporter": "Zam\u00f3w subskrypcj\u0119 Emby Premium", "HeaderBecomeProjectSupporter": "Zam\u00f3w subskrypcj\u0119 Emby Premium",
"MessageNoMovieSuggestionsAvailable": "Brak aktualnie polecanych film\u00f3w. Zacznij ogl\u0105da\u0107 i ocenia\u0107 filmy, nast\u0119pnie wr\u00f3\u0107, aby obejrze\u0107 swoje rekomendacje.", "MessageNoMovieSuggestionsAvailable": "Brak aktualnie polecanych film\u00f3w. Zacznij ogl\u0105da\u0107 i ocenia\u0107 filmy, nast\u0119pnie wr\u00f3\u0107, aby obejrze\u0107 swoje rekomendacje.",
"MessageNoCollectionsAvailable": "Kolekcje pozwalaj\u0105 na cieszenie si\u0119 personalizowanym grupowaniem Film\u00f3w, seriali, Album\u00f3w, Ksi\u0105\u017cek oraz Gier. Kliknij przycisk + aby zacz\u0105\u0107 tworzy\u0107 kolekcje.", "MessageNoCollectionsAvailable": "Kolekcje pozwalaj\u0105 na cieszenie si\u0119 personalizowanym grupowaniem Film\u00f3w, seriali, Album\u00f3w, Ksi\u0105\u017cek oraz Gier. Kliknij przycisk + aby zacz\u0105\u0107 tworzy\u0107 kolekcje.",
@ -838,7 +838,7 @@
"TabScheduledTasks": "Harmonogram zada\u0144", "TabScheduledTasks": "Harmonogram zada\u0144",
"HeaderChapters": "Rozdzia\u0142y", "HeaderChapters": "Rozdzia\u0142y",
"HeaderResumeSettings": "Ustawienia wznawiania", "HeaderResumeSettings": "Ustawienia wznawiania",
"TabSync": "Synchronizuj", "TabSync": "Synchronizacja",
"TitleUsers": "U\u017cytkownicy", "TitleUsers": "U\u017cytkownicy",
"LabelProtocol": "Protok\u00f3\u0142:", "LabelProtocol": "Protok\u00f3\u0142:",
"OptionProtocolHttp": "HTTP", "OptionProtocolHttp": "HTTP",
@ -943,7 +943,7 @@
"LabelAirTime": "Czas transmisji:", "LabelAirTime": "Czas transmisji:",
"HeaderMediaInfo": "O mediach", "HeaderMediaInfo": "O mediach",
"HeaderPhotoInfo": "Informacje o Zdj\u0119ciu", "HeaderPhotoInfo": "Informacje o Zdj\u0119ciu",
"HeaderInstall": "Zainstaluj", "HeaderInstall": "Instalacja",
"LabelSelectVersionToInstall": "Wybierz wersj\u0119 do instalacji", "LabelSelectVersionToInstall": "Wybierz wersj\u0119 do instalacji",
"LinkLearnMoreAboutSubscription": "Dowiedz si\u0119 wi\u0119cej o Emby Premium", "LinkLearnMoreAboutSubscription": "Dowiedz si\u0119 wi\u0119cej o Emby Premium",
"MessagePluginRequiresSubscription": "Ta wtyczka, po mini\u0119ciu 14 dni okresu pr\u00f3bnego, b\u0119dzie wymaga\u0107 aktywnej subskrypcji Emby Premium.", "MessagePluginRequiresSubscription": "Ta wtyczka, po mini\u0119ciu 14 dni okresu pr\u00f3bnego, b\u0119dzie wymaga\u0107 aktywnej subskrypcji Emby Premium.",
@ -1018,7 +1018,7 @@
"LabelCustomDeviceDisplayName": "Nazwa wy\u015bwietlana:", "LabelCustomDeviceDisplayName": "Nazwa wy\u015bwietlana:",
"LabelCustomDeviceDisplayNameHelp": "Dostarcz w\u0142asn\u0105 nazw\u0119 wy\u015bwietlania lub zostaw puste i u\u017cyj nazwy dostarczonej przez urz\u0105dzenie.", "LabelCustomDeviceDisplayNameHelp": "Dostarcz w\u0142asn\u0105 nazw\u0119 wy\u015bwietlania lub zostaw puste i u\u017cyj nazwy dostarczonej przez urz\u0105dzenie.",
"HeaderInviteUser": "Zapro\u015b U\u017cytkownika", "HeaderInviteUser": "Zapro\u015b U\u017cytkownika",
"LabelConnectGuestUserNameHelp": "To jest nazwa u\u017cytkownika kt\u00f3r\u0105 tw\u00f3j znajomy u\u017cywa do logowania si\u0119 na stron\u0119 Emby lub ich adres email.", "LabelConnectGuestUserNameHelp": "To jest nazwa u\u017cytkownika kt\u00f3r\u0105 tw\u00f3j znajomy u\u017cywa do logowania si\u0119 na stron\u0119 Emby lub ich adres pocztowy.",
"HeaderInviteUserHelp": "Dzielenie si\u0119 swoimi mediami ze znajomymi jest \u0142atwiejsze ni\u017c kiedykolwiek przedtem z Emby Connect.", "HeaderInviteUserHelp": "Dzielenie si\u0119 swoimi mediami ze znajomymi jest \u0142atwiejsze ni\u017c kiedykolwiek przedtem z Emby Connect.",
"ButtonSendInvitation": "Wy\u015blij Zaproszenie", "ButtonSendInvitation": "Wy\u015blij Zaproszenie",
"HeaderSignInWithConnect": "Zaloguj si\u0119 z Emby Connect", "HeaderSignInWithConnect": "Zaloguj si\u0119 z Emby Connect",
@ -1061,12 +1061,12 @@
"HeaderParentalRatings": "Kategorie wiekowe", "HeaderParentalRatings": "Kategorie wiekowe",
"HeaderVideoTypes": "Typy Video", "HeaderVideoTypes": "Typy Video",
"HeaderYears": "Lata", "HeaderYears": "Lata",
"HeaderBlockItemsWithNoRating": "Blokuj zawarto\u015b\u0107 bez informacji o ocenie rodzicielskiej b\u0105d\u017a gdy jest ona nierozpoznana:", "HeaderBlockItemsWithNoRating": "Blokuj pozycje z brakuj\u0105c\u0105 lub nierozpoznan\u0105 kategori\u0105 wiekow\u0105:",
"LabelBlockContentWithTags": "Zablokuj materia\u0142 z tagami:", "LabelBlockContentWithTags": "Blokuj pozycje ze znacznikami:",
"LabelEnableSingleImageInDidlLimit": "Ograniczaj do jednego wbudowanego obrazu", "LabelEnableSingleImageInDidlLimit": "Ograniczaj do jednego wbudowanego obrazu",
"LabelEnableSingleImageInDidlLimitHelp": "Niekt\u00f3re urz\u0105dzenie nie pokarz\u0105 prawid\u0142owo wielu obraz\u00f3w z Didl.", "LabelEnableSingleImageInDidlLimitHelp": "Niekt\u00f3re urz\u0105dzenie nie pokarz\u0105 prawid\u0142owo wielu obraz\u00f3w z Didl.",
"TabActivity": "Aktywno\u015b\u0107", "TabActivity": "Aktywno\u015b\u0107",
"TitleSync": "Synchronizuj", "TitleSync": "Synchronizacja",
"OptionAllowSyncContent": "Zezwalaj na synchronizacj\u0119", "OptionAllowSyncContent": "Zezwalaj na synchronizacj\u0119",
"OptionAllowContentDownloading": "Zezwalaj na pobieranie medi\u00f3w", "OptionAllowContentDownloading": "Zezwalaj na pobieranie medi\u00f3w",
"NameSeasonUnknown": "Sezon nieznany", "NameSeasonUnknown": "Sezon nieznany",
@ -1248,11 +1248,11 @@
"PluginCategoryContentProvider": "Dostawcy zawarto\u015bci", "PluginCategoryContentProvider": "Dostawcy zawarto\u015bci",
"PluginCategoryScreenSaver": "Wygaszacze ekranu", "PluginCategoryScreenSaver": "Wygaszacze ekranu",
"PluginCategoryTheme": "Motywy", "PluginCategoryTheme": "Motywy",
"PluginCategorySync": "Synchronizuj", "PluginCategorySync": "Synchronizacja",
"PluginCategorySocialIntegration": "Portale spo\u0142eczno\u015bciowe", "PluginCategorySocialIntegration": "Portale spo\u0142eczno\u015bciowe",
"PluginCategoryNotifications": "Powiadomienia", "PluginCategoryNotifications": "Powiadomienia",
"PluginCategoryMetadata": "Metadane", "PluginCategoryMetadata": "Metadane",
"PluginCategoryLiveTV": "Telewizja", "PluginCategoryLiveTV": "Klienty telewizji",
"PluginCategoryChannel": "Kana\u0142y", "PluginCategoryChannel": "Kana\u0142y",
"HeaderSearch": "Szukaj", "HeaderSearch": "Szukaj",
"ValueDateCreated": "Data utworzenia: {0}", "ValueDateCreated": "Data utworzenia: {0}",
@ -1679,7 +1679,7 @@
"DashboardTourCinemaMode": "Tryb kinowy, wniesie prze\u017cycia kinowe wprost do Twojego salonu, z mo\u017cliwo\u015bci\u0105 odtwarzania zwiastun\u00f3w i niestandardowych prezentacji przez seansem.", "DashboardTourCinemaMode": "Tryb kinowy, wniesie prze\u017cycia kinowe wprost do Twojego salonu, z mo\u017cliwo\u015bci\u0105 odtwarzania zwiastun\u00f3w i niestandardowych prezentacji przez seansem.",
"DashboardTourChapters": "Umo\u017cliwia generowanie obraz\u00f3w rozdzia\u0142\u00f3w dla twoich wideo dla \u0142adniejszej prezentacji podczas przegl\u0105dania.", "DashboardTourChapters": "Umo\u017cliwia generowanie obraz\u00f3w rozdzia\u0142\u00f3w dla twoich wideo dla \u0142adniejszej prezentacji podczas przegl\u0105dania.",
"DashboardTourSubtitles": "Umo\u017cliwia automatyczne pobieranie napis\u00f3w dla Twoich wideo w dowolnym j\u0119zyku.", "DashboardTourSubtitles": "Umo\u017cliwia automatyczne pobieranie napis\u00f3w dla Twoich wideo w dowolnym j\u0119zyku.",
"DashboardTourPlugins": "Zainstaluj wtyczki takie, jak: przegl\u0105darka kana\u0142\u00f3w internetowych, telewizja, dostawcy metadanych i inne.", "DashboardTourPlugins": "Umo\u017cliwia instalacj\u0119 wtyczek takich, jak: przegl\u0105darka kana\u0142\u00f3w internetowych, klienty telewizji, dostawcy metadanych i inne.",
"DashboardTourNotifications": "Automatycznie wysy\u0142aj powiadomienia o zdarzeniach na serwerze do swoich urz\u0105dze\u0144 mobilnym, maila i wi\u0119cej.", "DashboardTourNotifications": "Automatycznie wysy\u0142aj powiadomienia o zdarzeniach na serwerze do swoich urz\u0105dze\u0144 mobilnym, maila i wi\u0119cej.",
"DashboardTourScheduledTasks": "\u0141awo zarz\u0105dzaj d\u0142ugo trwaj\u0105cymi operacjami za pomoc\u0105 zaplanowanych zada\u0144. Decyduj kiedy s\u0105 uruchamiane i jak cz\u0119sto.", "DashboardTourScheduledTasks": "\u0141awo zarz\u0105dzaj d\u0142ugo trwaj\u0105cymi operacjami za pomoc\u0105 zaplanowanych zada\u0144. Decyduj kiedy s\u0105 uruchamiane i jak cz\u0119sto.",
"DashboardTourMobile": "Kokpit Emby dzia\u0142a \u015bwietnie na smartfonach i tabletach. Zarz\u0105dzaj swoim serwerem, z poziomu swojej d\u0142oni, kiedykolwiek i gdziekolwiek chcesz.", "DashboardTourMobile": "Kokpit Emby dzia\u0142a \u015bwietnie na smartfonach i tabletach. Zarz\u0105dzaj swoim serwerem, z poziomu swojej d\u0142oni, kiedykolwiek i gdziekolwiek chcesz.",
@ -1808,7 +1808,7 @@
"CoverArt": "Ok\u0142adka", "CoverArt": "Ok\u0142adka",
"ButtonOff": "Wy\u0142\u0105cz", "ButtonOff": "Wy\u0142\u0105cz",
"TitleHardwareAcceleration": "Akceleracja sprz\u0119towa", "TitleHardwareAcceleration": "Akceleracja sprz\u0119towa",
"HardwareAccelerationWarning": "Aktywacja akceleracji sprz\u0119towej mo\u017ce powodowa\u0107 niestabilno\u015b\u0107 na niekt\u00f3rych \u015brodowiskach. Upewnij si\u0119, \u017ce system operacyjny i sterowniki karty graficznej s\u0105 aktualne. Je\u017celi masz problemy z odtwarzaniem wideo po aktywacji, przywr\u00f3\u0107 to ustawienie do warto\u015bci Automat.", "HardwareAccelerationWarning": "Aktywacja akceleracji sprz\u0119towej mo\u017ce powodowa\u0107 niestabilno\u015b\u0107 na niekt\u00f3rych \u015brodowiskach. Upewnij si\u0119, \u017ce system operacyjny i sterowniki karty graficznej s\u0105 aktualne. Je\u017celi masz problemy z odtwarzaniem wideo po aktywacji, przywr\u00f3\u0107 to ustawienie do warto\u015bci Automatycznie.",
"HeaderSelectCodecIntrosPath": "Wybierz folder prezentacji kodek\u00f3w", "HeaderSelectCodecIntrosPath": "Wybierz folder prezentacji kodek\u00f3w",
"ValueExample": "Przyk\u0142ad: {0}", "ValueExample": "Przyk\u0142ad: {0}",
"OptionEnableAnonymousUsageReporting": "Wysy\u0142aj anonimowe raporty u\u017cytkowania", "OptionEnableAnonymousUsageReporting": "Wysy\u0142aj anonimowe raporty u\u017cytkowania",

View File

@ -51,8 +51,8 @@
"RegisterWithPayPal": "Registrar com PayPal", "RegisterWithPayPal": "Registrar com PayPal",
"LabelSyncTempPath": "Local do arquivo tempor\u00e1rio:", "LabelSyncTempPath": "Local do arquivo tempor\u00e1rio:",
"LabelSyncTempPathHelp": "Especifique uma pasta de trabalho para a sincroniza\u00e7\u00e3o personalizada. M\u00eddias convertidas criadas durante o processo de sincroniza\u00e7\u00e3o ser\u00e3o aqui armazenadas.", "LabelSyncTempPathHelp": "Especifique uma pasta de trabalho para a sincroniza\u00e7\u00e3o personalizada. M\u00eddias convertidas criadas durante o processo de sincroniza\u00e7\u00e3o ser\u00e3o aqui armazenadas.",
"LabelCustomCertificatePath": "Local do certificado personalizado:", "LabelCustomCertificatePath": "Local do certificado ssl personalizado:",
"LabelCustomCertificatePathHelp": "Forne\u00e7a seu pr\u00f3prio arquivo .pfx do certificado ssl. Se omitido, o servidor criar\u00e1 um certificado auto-assinado.", "LabelCustomCertificatePathHelp": "Forne\u00e7a seu pr\u00f3prio arquivo .pfx do certificado ssl.",
"TitleNotifications": "Notifica\u00e7\u00f5es", "TitleNotifications": "Notifica\u00e7\u00f5es",
"OptionDetectArchiveFilesAsMedia": "Detectar arquivos compactados como m\u00eddia", "OptionDetectArchiveFilesAsMedia": "Detectar arquivos compactados como m\u00eddia",
"OptionDetectArchiveFilesAsMediaHelp": "Se ativado, arquivos com extens\u00f5es .rar e .zip ser\u00e3o detectados como arquivos de m\u00eddia.", "OptionDetectArchiveFilesAsMediaHelp": "Se ativado, arquivos com extens\u00f5es .rar e .zip ser\u00e3o detectados como arquivos de m\u00eddia.",
@ -211,7 +211,7 @@
"Option3D": "3D", "Option3D": "3D",
"LabelDeinterlacingMethod": "M\u00e9todo de desentrela\u00e7amento:", "LabelDeinterlacingMethod": "M\u00e9todo de desentrela\u00e7amento:",
"Standard": "Padr\u00e3o", "Standard": "Padr\u00e3o",
"BobAndWeaveWithHelp": "Bob and weave (higher quality, but slower)", "BobAndWeaveWithHelp": "Melhor qualidade, mas mais lento",
"LabelStatus": "Status:", "LabelStatus": "Status:",
"LabelLastResult": "\u00daltimo resultado:", "LabelLastResult": "\u00daltimo resultado:",
"OptionHasSubtitles": "Legendas", "OptionHasSubtitles": "Legendas",
@ -457,14 +457,14 @@
"LabelPublicHttpPortHelp": "O n\u00famero da porta p\u00fablica que dever\u00e1 ser mapeada para a porta local de http.", "LabelPublicHttpPortHelp": "O n\u00famero da porta p\u00fablica que dever\u00e1 ser mapeada para a porta local de http.",
"LabelPublicHttpsPort": "N\u00famero da porta p\u00fablica de https:", "LabelPublicHttpsPort": "N\u00famero da porta p\u00fablica de https:",
"LabelPublicHttpsPortHelp": "O n\u00famero da porta p\u00fablica que dever\u00e1 ser mapeada para a porta local de https.", "LabelPublicHttpsPortHelp": "O n\u00famero da porta p\u00fablica que dever\u00e1 ser mapeada para a porta local de https.",
"RequireHttps": "Require https for external connections", "RequireHttps": "Necessita https para conex\u00f5es externas",
"RequireHttpsHelp": "If enabled, connections over http will be redirected to https.", "RequireHttpsHelp": "Se ativado, as conex\u00f5es de http ser\u00e3o redirecionadas a https.",
"LabelHttpsPort": "N\u00famero da porta local de https:", "LabelHttpsPort": "N\u00famero da porta local de https:",
"LabelHttpsPortHelp": "O n\u00famero da porta tcp que o servidor https do Emby deveria se conectar.", "LabelHttpsPortHelp": "O n\u00famero da porta tcp que o servidor https do Emby deveria se conectar.",
"LabelEnableAutomaticPortMap": "Ativar mapeamento autom\u00e1tico de portas", "LabelEnableAutomaticPortMap": "Ativar mapeamento autom\u00e1tico de portas",
"LabelEnableAutomaticPortMapHelp": "Tentativa de mapear automaticamente a porta p\u00fablica para a porta local atrav\u00e9s de UPnP. Isto poder\u00e1 n\u00e3o funcionar em alguns modelos de roteadores.", "LabelEnableAutomaticPortMapHelp": "Tentativa de mapear automaticamente a porta p\u00fablica para a porta local atrav\u00e9s de UPnP. Isto poder\u00e1 n\u00e3o funcionar em alguns modelos de roteadores.",
"LabelExternalDDNS": "Dom\u00ednio externo:", "LabelExternalDDNS": "Dom\u00ednio externo:",
"LabelExternalDDNSHelp": "Se voc\u00ea usa DNS din\u00e2mico digite aqui. Os apps do Emby o usar\u00e3o ao conectar remotamente. Este campo \u00e9 necessario quando for usado com um certificado ssl personalizado.", "LabelExternalDDNSHelp": "Se voc\u00ea usa DNS din\u00e2mico digite aqui. Os apps do Emby o usar\u00e3o ao conectar remotamente. Este campo \u00e9 necessario quando for usado com um certificado ssl personalizado. Exemplo: meudominio.com.",
"TitleAppSettings": "Configura\u00e7\u00f5es do App", "TitleAppSettings": "Configura\u00e7\u00f5es do App",
"LabelMinResumePercentage": "Porcentagem m\u00ednima para retomar:", "LabelMinResumePercentage": "Porcentagem m\u00ednima para retomar:",
"LabelMaxResumePercentage": "Porcentagem m\u00e1xima para retomar:", "LabelMaxResumePercentage": "Porcentagem m\u00e1xima para retomar:",
@ -853,7 +853,7 @@
"HeaderImages": "Imagens", "HeaderImages": "Imagens",
"HeaderBackdrops": "Imagens de Fundo", "HeaderBackdrops": "Imagens de Fundo",
"HeaderAddUpdateImage": "Adicionar\/Atualizar Imagem", "HeaderAddUpdateImage": "Adicionar\/Atualizar Imagem",
"LabelDropImageHere": "Soltar imagem aqui ou clique para procurar.", "LabelDropImageHere": "Soltar a imagem aqui.",
"LabelJpgPngOnly": "Apenas JPG\/PNG", "LabelJpgPngOnly": "Apenas JPG\/PNG",
"LabelImageType": "Tipo de imagem:", "LabelImageType": "Tipo de imagem:",
"OptionPrimary": "Capa", "OptionPrimary": "Capa",
@ -1061,8 +1061,8 @@
"HeaderParentalRatings": "Classifica\u00e7\u00f5es Et\u00e1rias", "HeaderParentalRatings": "Classifica\u00e7\u00f5es Et\u00e1rias",
"HeaderVideoTypes": "Tipos de V\u00eddeo", "HeaderVideoTypes": "Tipos de V\u00eddeo",
"HeaderYears": "Anos", "HeaderYears": "Anos",
"HeaderBlockItemsWithNoRating": "Bloquear conte\u00fado que n\u00e3o tenha informa\u00e7\u00e3o de classifica\u00e7\u00e3o ou que n\u00e3o seja reconhecida:", "HeaderBlockItemsWithNoRating": "Bloquear itens que n\u00e3o tenham informa\u00e7\u00e3o de classifica\u00e7\u00e3o ou que n\u00e3o seja reconhecida:",
"LabelBlockContentWithTags": "Bloquear conte\u00fado com tags:", "LabelBlockContentWithTags": "Bloquear itens com tags:",
"LabelEnableSingleImageInDidlLimit": "Limitar a uma imagem incorporada", "LabelEnableSingleImageInDidlLimit": "Limitar a uma imagem incorporada",
"LabelEnableSingleImageInDidlLimitHelp": "Alguns dispositivos n\u00e3o interpretar\u00e3o apropriadamente se m\u00faltiplas imagens estiverem incorporadas dentro do Didl.", "LabelEnableSingleImageInDidlLimitHelp": "Alguns dispositivos n\u00e3o interpretar\u00e3o apropriadamente se m\u00faltiplas imagens estiverem incorporadas dentro do Didl.",
"TabActivity": "Atividade", "TabActivity": "Atividade",
@ -1938,7 +1938,7 @@
"ScanLibrary": "Rastrear biblioteca", "ScanLibrary": "Rastrear biblioteca",
"EnableStreamLooping": "Fazer auto-loop de streams ao vivo", "EnableStreamLooping": "Fazer auto-loop de streams ao vivo",
"EnableStreamLoopingHelp": "Ativar isto se as streams ao vivo contiverem poucos segundos de dados e precisarem ser continuamente solicitadas.", "EnableStreamLoopingHelp": "Ativar isto se as streams ao vivo contiverem poucos segundos de dados e precisarem ser continuamente solicitadas.",
"HttpsRequiresCert": "Para ativar https como endere\u00e7o externo, voc\u00ea precisa enviar um certificado SSL, como o Lets Encrypt.", "HttpsRequiresCert": "Para solicitar https para conex\u00f5es externas, voc\u00ea precisa enviar um certificado SSL confi\u00e1vel, como o Lets Encrypt.",
"HeaderLatestDownloadedVideos": "\u00daltimos V\u00eddeos Baixados", "HeaderLatestDownloadedVideos": "\u00daltimos V\u00eddeos Baixados",
"EnableNextVideoInfoOverlay": "Ativar as informa\u00e7\u00f5es do pr\u00f3ximo v\u00eddeo durante a reprodu\u00e7\u00e3o", "EnableNextVideoInfoOverlay": "Ativar as informa\u00e7\u00f5es do pr\u00f3ximo v\u00eddeo durante a reprodu\u00e7\u00e3o",
"EnableNextVideoInfoOverlayHelp": "Ao final de um v\u00eddeo, exibe informa\u00e7\u00f5es sobre o pr\u00f3ximo v\u00eddeo que est\u00e1 na lista de reprodu\u00e7\u00e3o.", "EnableNextVideoInfoOverlayHelp": "Ao final de um v\u00eddeo, exibe informa\u00e7\u00f5es sobre o pr\u00f3ximo v\u00eddeo que est\u00e1 na lista de reprodu\u00e7\u00e3o.",

View File

@ -1061,8 +1061,8 @@
"HeaderParentalRatings": "Parental Ratings", "HeaderParentalRatings": "Parental Ratings",
"HeaderVideoTypes": "Video Types", "HeaderVideoTypes": "Video Types",
"HeaderYears": "Years", "HeaderYears": "Years",
"HeaderBlockItemsWithNoRating": "Block content with no or unrecognized rating information:", "HeaderBlockItemsWithNoRating": "Block items with no or unrecognized rating information:",
"LabelBlockContentWithTags": "Block content with tags:", "LabelBlockContentWithTags": "Block items with tags:",
"LabelEnableSingleImageInDidlLimit": "Limit to single embedded image", "LabelEnableSingleImageInDidlLimit": "Limit to single embedded image",
"LabelEnableSingleImageInDidlLimitHelp": "Some devices will not render properly if multiple images are embedded within Didl.", "LabelEnableSingleImageInDidlLimitHelp": "Some devices will not render properly if multiple images are embedded within Didl.",
"TabActivity": "Activity", "TabActivity": "Activity",

View File

@ -1061,8 +1061,8 @@
"HeaderParentalRatings": "Parental Ratings", "HeaderParentalRatings": "Parental Ratings",
"HeaderVideoTypes": "Video Types", "HeaderVideoTypes": "Video Types",
"HeaderYears": "Years", "HeaderYears": "Years",
"HeaderBlockItemsWithNoRating": "Block content with no or unrecognized rating information:", "HeaderBlockItemsWithNoRating": "Block items with no or unrecognized rating information:",
"LabelBlockContentWithTags": "Block content with tags:", "LabelBlockContentWithTags": "Block items with tags:",
"LabelEnableSingleImageInDidlLimit": "Limit to single embedded image", "LabelEnableSingleImageInDidlLimit": "Limit to single embedded image",
"LabelEnableSingleImageInDidlLimitHelp": "Some devices will not render properly if multiple images are embedded within Didl.", "LabelEnableSingleImageInDidlLimitHelp": "Some devices will not render properly if multiple images are embedded within Didl.",
"TabActivity": "Activity", "TabActivity": "Activity",

View File

@ -1061,8 +1061,8 @@
"HeaderParentalRatings": "Parental Ratings", "HeaderParentalRatings": "Parental Ratings",
"HeaderVideoTypes": "Video Types", "HeaderVideoTypes": "Video Types",
"HeaderYears": "Years", "HeaderYears": "Years",
"HeaderBlockItemsWithNoRating": "Block content with no or unrecognized rating information:", "HeaderBlockItemsWithNoRating": "Block items with no or unrecognized rating information:",
"LabelBlockContentWithTags": "Block content with tags:", "LabelBlockContentWithTags": "Block items with tags:",
"LabelEnableSingleImageInDidlLimit": "Limit to single embedded image", "LabelEnableSingleImageInDidlLimit": "Limit to single embedded image",
"LabelEnableSingleImageInDidlLimitHelp": "Some devices will not render properly if multiple images are embedded within Didl.", "LabelEnableSingleImageInDidlLimitHelp": "Some devices will not render properly if multiple images are embedded within Didl.",
"TabActivity": "Activity", "TabActivity": "Activity",

View File

@ -1061,8 +1061,8 @@
"HeaderParentalRatings": "Parental Ratings", "HeaderParentalRatings": "Parental Ratings",
"HeaderVideoTypes": "Video Types", "HeaderVideoTypes": "Video Types",
"HeaderYears": "Years", "HeaderYears": "Years",
"HeaderBlockItemsWithNoRating": "Block content with no or unrecognized rating information:", "HeaderBlockItemsWithNoRating": "Block items with no or unrecognized rating information:",
"LabelBlockContentWithTags": "Block content with tags:", "LabelBlockContentWithTags": "Block items with tags:",
"LabelEnableSingleImageInDidlLimit": "Limit to single embedded image", "LabelEnableSingleImageInDidlLimit": "Limit to single embedded image",
"LabelEnableSingleImageInDidlLimitHelp": "Some devices will not render properly if multiple images are embedded within Didl.", "LabelEnableSingleImageInDidlLimitHelp": "Some devices will not render properly if multiple images are embedded within Didl.",
"TabActivity": "Activity", "TabActivity": "Activity",

View File

@ -1061,8 +1061,8 @@
"HeaderParentalRatings": "Parental Ratings", "HeaderParentalRatings": "Parental Ratings",
"HeaderVideoTypes": "Video Types", "HeaderVideoTypes": "Video Types",
"HeaderYears": "Years", "HeaderYears": "Years",
"HeaderBlockItemsWithNoRating": "Block content with no or unrecognized rating information:", "HeaderBlockItemsWithNoRating": "Block items with no or unrecognized rating information:",
"LabelBlockContentWithTags": "Block content with tags:", "LabelBlockContentWithTags": "Block items with tags:",
"LabelEnableSingleImageInDidlLimit": "Limit to single embedded image", "LabelEnableSingleImageInDidlLimit": "Limit to single embedded image",
"LabelEnableSingleImageInDidlLimitHelp": "Some devices will not render properly if multiple images are embedded within Didl.", "LabelEnableSingleImageInDidlLimitHelp": "Some devices will not render properly if multiple images are embedded within Didl.",
"TabActivity": "Activity", "TabActivity": "Activity",

View File

@ -1061,8 +1061,8 @@
"HeaderParentalRatings": "Parental Ratings", "HeaderParentalRatings": "Parental Ratings",
"HeaderVideoTypes": "Video Types", "HeaderVideoTypes": "Video Types",
"HeaderYears": "Years", "HeaderYears": "Years",
"HeaderBlockItemsWithNoRating": "Block content with no or unrecognized rating information:", "HeaderBlockItemsWithNoRating": "Block items with no or unrecognized rating information:",
"LabelBlockContentWithTags": "Block content with tags:", "LabelBlockContentWithTags": "Block items with tags:",
"LabelEnableSingleImageInDidlLimit": "Limit to single embedded image", "LabelEnableSingleImageInDidlLimit": "Limit to single embedded image",
"LabelEnableSingleImageInDidlLimitHelp": "Some devices will not render properly if multiple images are embedded within Didl.", "LabelEnableSingleImageInDidlLimitHelp": "Some devices will not render properly if multiple images are embedded within Didl.",
"TabActivity": "Activity", "TabActivity": "Activity",

View File

@ -1061,8 +1061,8 @@
"HeaderParentalRatings": "\u5bb6\u957f\u5206\u7ea7", "HeaderParentalRatings": "\u5bb6\u957f\u5206\u7ea7",
"HeaderVideoTypes": "\u89c6\u9891\u7c7b\u578b", "HeaderVideoTypes": "\u89c6\u9891\u7c7b\u578b",
"HeaderYears": "\u5e74\u4efd", "HeaderYears": "\u5e74\u4efd",
"HeaderBlockItemsWithNoRating": "Block content with no or unrecognized rating information:", "HeaderBlockItemsWithNoRating": "Block items with no or unrecognized rating information:",
"LabelBlockContentWithTags": "Block content with tags:", "LabelBlockContentWithTags": "Block items with tags:",
"LabelEnableSingleImageInDidlLimit": "\u4ec5\u9650\u5355\u4e00\u7684\u5d4c\u5165\u5f0f\u56fe\u50cf", "LabelEnableSingleImageInDidlLimit": "\u4ec5\u9650\u5355\u4e00\u7684\u5d4c\u5165\u5f0f\u56fe\u50cf",
"LabelEnableSingleImageInDidlLimitHelp": "\u5982\u679c\u591a\u4e2a\u56fe\u50cf\u5d4c\u5165\u5728DIDL\uff0c\u67d0\u4e9b\u8bbe\u5907\u5c06\u65e0\u6cd5\u6b63\u786e\u6e32\u67d3\u3002", "LabelEnableSingleImageInDidlLimitHelp": "\u5982\u679c\u591a\u4e2a\u56fe\u50cf\u5d4c\u5165\u5728DIDL\uff0c\u67d0\u4e9b\u8bbe\u5907\u5c06\u65e0\u6cd5\u6b63\u786e\u6e32\u67d3\u3002",
"TabActivity": "\u6d3b\u52a8", "TabActivity": "\u6d3b\u52a8",

View File

@ -1061,8 +1061,8 @@
"HeaderParentalRatings": "Parental Ratings", "HeaderParentalRatings": "Parental Ratings",
"HeaderVideoTypes": "Video Types", "HeaderVideoTypes": "Video Types",
"HeaderYears": "Years", "HeaderYears": "Years",
"HeaderBlockItemsWithNoRating": "Block content with no or unrecognized rating information:", "HeaderBlockItemsWithNoRating": "Block items with no or unrecognized rating information:",
"LabelBlockContentWithTags": "Block content with tags:", "LabelBlockContentWithTags": "Block items with tags:",
"LabelEnableSingleImageInDidlLimit": "Limit to single embedded image", "LabelEnableSingleImageInDidlLimit": "Limit to single embedded image",
"LabelEnableSingleImageInDidlLimitHelp": "Some devices will not render properly if multiple images are embedded within Didl.", "LabelEnableSingleImageInDidlLimitHelp": "Some devices will not render properly if multiple images are embedded within Didl.",
"TabActivity": "Activity", "TabActivity": "Activity",

View File

@ -1061,8 +1061,8 @@
"HeaderParentalRatings": "Parental Ratings", "HeaderParentalRatings": "Parental Ratings",
"HeaderVideoTypes": "Video Types", "HeaderVideoTypes": "Video Types",
"HeaderYears": "Years", "HeaderYears": "Years",
"HeaderBlockItemsWithNoRating": "Block content with no or unrecognized rating information:", "HeaderBlockItemsWithNoRating": "Block items with no or unrecognized rating information:",
"LabelBlockContentWithTags": "Block content with tags:", "LabelBlockContentWithTags": "Block items with tags:",
"LabelEnableSingleImageInDidlLimit": "Limit to single embedded image", "LabelEnableSingleImageInDidlLimit": "Limit to single embedded image",
"LabelEnableSingleImageInDidlLimitHelp": "Some devices will not render properly if multiple images are embedded within Didl.", "LabelEnableSingleImageInDidlLimitHelp": "Some devices will not render properly if multiple images are embedded within Didl.",
"TabActivity": "Activity", "TabActivity": "Activity",