mirror of
https://github.com/jellyfin/jellyfin-web
synced 2025-03-30 19:56:21 +00:00
update home screen sections
This commit is contained in:
parent
ce39e7cc0c
commit
71777198a2
69 changed files with 1041 additions and 966 deletions
File diff suppressed because one or more lines are too long
File diff suppressed because one or more lines are too long
File diff suppressed because one or more lines are too long
|
@ -124,22 +124,11 @@
|
|||
|
||||
</div>
|
||||
|
||||
<div class="verticalSection landingScreensSection hide">
|
||||
|
||||
<h1 class="sectionTitle">
|
||||
${HeaderLandingScreens}
|
||||
</h1>
|
||||
<p>${LandingScreensHelp}</p>
|
||||
<div class="landingScreens">
|
||||
|
||||
</div>
|
||||
</div>
|
||||
|
||||
<div class="verticalSection">
|
||||
<h1 class="sectionTitle">
|
||||
${HeaderLatestMedia}
|
||||
${HeaderHomeScreenContent}
|
||||
</h1>
|
||||
<p>${LabelSelectLastestItemsFolders}</p>
|
||||
<p>${LabelSelectHomeScreenItemsFolders}</p>
|
||||
<div class="latestItemsList">
|
||||
|
||||
</div>
|
||||
|
@ -152,6 +141,17 @@
|
|||
|
||||
</div>
|
||||
|
||||
<div class="verticalSection landingScreensSection hide">
|
||||
|
||||
<h1 class="sectionTitle">
|
||||
${HeaderLandingScreens}
|
||||
</h1>
|
||||
<p>${LandingScreensHelp}</p>
|
||||
<div class="landingScreens">
|
||||
|
||||
</div>
|
||||
</div>
|
||||
|
||||
<div class="verticalSection">
|
||||
<h1 class="sectionTitle">
|
||||
${HeaderLibraryFolders}
|
||||
|
|
File diff suppressed because one or more lines are too long
|
@ -1 +1 @@
|
|||
define(["playbackManager","itemHelper"],function(playbackManager,itemHelper){"use strict";function getRequirePromise(deps){return new Promise(function(resolve,reject){require(deps,resolve)})}function validatePlayback(options){return getRequirePromise(["registrationServices"]).then(function(registrationServices){return registrationServices.validateFeature("playback",options).then(function(result){result&&result.enableTimeLimit&&startAutoStopTimer()})})}function startAutoStopTimer(){stopAutoStopTimer(),autoStopTimeout=setTimeout(onAutoStopTimeout,63e3)}function onAutoStopTimeout(){stopAutoStopTimer(),playbackManager.stop()}function stopAutoStopTimer(){var timeout=autoStopTimeout;timeout&&(clearTimeout(timeout),autoStopTimeout=null)}function PlaybackValidation(){this.name="Playback validation",this.type="preplayintercept",this.id="playbackvalidation",this.order=-1}var autoStopTimeout;return PlaybackValidation.prototype.intercept=function(options){return options.fullscreen?options.item&&itemHelper.isLocalItem(options.item)?Promise.resolve():validatePlayback(options):Promise.resolve()},PlaybackValidation});
|
||||
define(["playbackManager","itemHelper"],function(playbackManager,itemHelper){"use strict";function getRequirePromise(deps){return new Promise(function(resolve,reject){require(deps,resolve)})}function validatePlayback(options){return getRequirePromise(["registrationServices"]).then(function(registrationServices){var feature="playback";return!options.item||"TvChannel"!==options.item.Type&&"Recording"!==options.item.Type||(feature="livetv"),registrationServices.validateFeature(feature,options).then(function(result){result&&result.enableTimeLimit&&startAutoStopTimer()})})}function startAutoStopTimer(){stopAutoStopTimer(),autoStopTimeout=setTimeout(onAutoStopTimeout,63e3)}function onAutoStopTimeout(){stopAutoStopTimer(),playbackManager.stop()}function stopAutoStopTimer(){var timeout=autoStopTimeout;timeout&&(clearTimeout(timeout),autoStopTimeout=null)}function PlaybackValidation(){this.name="Playback validation",this.type="preplayintercept",this.id="playbackvalidation",this.order=-1}var autoStopTimeout;return PlaybackValidation.prototype.intercept=function(options){return options.fullscreen?options.item&&itemHelper.isLocalItem(options.item)?Promise.resolve():validatePlayback(options):Promise.resolve()},PlaybackValidation});
|
|
@ -62,10 +62,10 @@
|
|||
<div class="checkboxContainer fldExternalPlayer checkboxContainer-withDescription hide">
|
||||
<label>
|
||||
<input type="checkbox" is="emby-checkbox" class="chkExternalVideoPlayer" />
|
||||
<span>${OptionEnableExternalVideoPlayers}</span>
|
||||
<span>${EnableExternalVideoPlayers}</span>
|
||||
</label>
|
||||
<div class="fieldDescription checkboxFieldDescription">
|
||||
<div class="labelNativeExternalPlayers">${LabelNativeExternalPlayersHelp}</div>
|
||||
<div class="labelNativeExternalPlayers">${EnableExternalVideoPlayersHelp}</div>
|
||||
</div>
|
||||
</div>
|
||||
|
||||
|
|
|
@ -1,20 +1,4 @@
|
|||
{
|
||||
"ValueSeconds": "{0} seconds",
|
||||
"HeaderAudioSettings": "Audio Settings",
|
||||
"EnableCinemaMode": "Enable cinema mode",
|
||||
"PlayNextEpisodeAutomatically": "Play next episode automatically",
|
||||
"LabelAudioLanguagePreference": "Preferred audio language:",
|
||||
"HeaderVideoQuality": "Video Quality",
|
||||
"LabelPlayDefaultAudioTrack": "Play default audio track regardless of language",
|
||||
"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.",
|
||||
"EnableNextVideoInfoOverlay": "Enable next video info during playback",
|
||||
"EnableNextVideoInfoOverlayHelp": "At the end of a video, display info about the next video coming up in the current playlist.",
|
||||
"LabelMaxChromecastBitrate": "Chromecast streaming quality:",
|
||||
"LabelSkipBackLength": "Skip back length:",
|
||||
"LabelSkipForwardLength": "Skip forward length:",
|
||||
"LabelInternetQuality": "Internet quality:",
|
||||
"HeaderMusicQuality": "Music Quality",
|
||||
"LabelHomeNetworkQuality": "Home network quality:",
|
||||
"MessageUnlockAppWithPurchaseOrSupporter": "Unlock this feature with a small one-time purchase, or with an active Emby Premiere subscription.",
|
||||
"MessageUnlockAppWithSupporter": "Unlock this feature with an active Emby Premiere subscription.",
|
||||
"MessageToValidateSupporter": "If you have an active Emby Premiere subscription, ensure you've setup Emby Premiere in your Emby Server Dashboard, which you can access by clicking Emby Premiere within the main menu.",
|
||||
|
@ -183,6 +167,8 @@
|
|||
"FormatValue": "Format: {0}",
|
||||
"DownloadsValue": "Downloads: {0}",
|
||||
"PerfectMatch": "Perfect match",
|
||||
"EnableExternalVideoPlayers": "Enable external video players",
|
||||
"EnableExternalVideoPlayersHelp": "An external player menu will be shown when starting video playback.",
|
||||
"HeaderAlternateEpisodeNumbers": "Alternate Episode Numbers",
|
||||
"LabelDvdSeasonNumber": "Dvd season number:",
|
||||
"LabelDvdEpisodeNumber": "Dvd episode number:",
|
||||
|
@ -420,9 +406,9 @@
|
|||
"Up": "Up",
|
||||
"Down": "Down",
|
||||
"HeaderHomeScreen": "Home Screen",
|
||||
"HeaderLatestMedia": "Latest Media",
|
||||
"HeaderHomeScreenContent": "Home Screen Content",
|
||||
"HeaderLatestChannelItems": "Latest Channel Items",
|
||||
"LabelSelectLastestItemsFolders": "Include items from the following sections in Latest Media",
|
||||
"LabelSelectHomeScreenItemsFolders": "Allow content to appear on my home screen from:",
|
||||
"HeaderLibraryOrder": "Library Order",
|
||||
"HideWatchedContentFromLatestMedia": "Hide watched content from latest media",
|
||||
"HeaderOnNow": "On Now",
|
||||
|
@ -562,5 +548,21 @@
|
|||
"Logo": "Logo",
|
||||
"Menu": "Menu",
|
||||
"Screenshot": "Screenshot",
|
||||
"Thumb": "Thumb"
|
||||
"Thumb": "Thumb",
|
||||
"ValueSeconds": "{0} seconds",
|
||||
"HeaderAudioSettings": "Audio Settings",
|
||||
"LabelAudioLanguagePreference": "Preferred audio language:",
|
||||
"LabelPlayDefaultAudioTrack": "Play default audio track regardless of language",
|
||||
"HeaderVideoQuality": "Video Quality",
|
||||
"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.",
|
||||
"EnableNextVideoInfoOverlay": "Enable next video info during playback",
|
||||
"EnableNextVideoInfoOverlayHelp": "At the end of a video, display info about the next video coming up in the current playlist.",
|
||||
"PlayNextEpisodeAutomatically": "Play next episode automatically",
|
||||
"LabelMaxChromecastBitrate": "Chromecast streaming quality:",
|
||||
"LabelSkipBackLength": "Skip back length:",
|
||||
"LabelSkipForwardLength": "Skip forward length:",
|
||||
"EnableCinemaMode": "Enable cinema mode",
|
||||
"LabelInternetQuality": "Internet quality:",
|
||||
"HeaderMusicQuality": "Music Quality",
|
||||
"LabelHomeNetworkQuality": "Home network quality:"
|
||||
}
|
|
@ -1,20 +1,4 @@
|
|||
{
|
||||
"ValueSeconds": "{0} \u0441\u0435\u043a\u0443\u043d\u0434\u0438",
|
||||
"HeaderAudioSettings": "\u041d\u0430\u0441\u0442\u0440\u043e\u0439\u043a\u0438 \u043d\u0430 \u0437\u0432\u0443\u043a\u0430",
|
||||
"EnableCinemaMode": "Enable cinema mode",
|
||||
"PlayNextEpisodeAutomatically": "Play next episode automatically",
|
||||
"LabelAudioLanguagePreference": "\u041f\u0440\u0435\u0434\u043f\u043e\u0447\u0438\u0442\u0430\u043d \u0435\u0437\u0438\u043a \u043d\u0430 \u0437\u0432\u0443\u043a\u0430:",
|
||||
"HeaderVideoQuality": "\u041a\u0430\u0447\u0435\u0441\u0442\u0432\u043e \u043d\u0430 \u0432\u0438\u0434\u0435\u043e\u0442\u043e",
|
||||
"LabelPlayDefaultAudioTrack": "Play default audio track regardless of language",
|
||||
"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.",
|
||||
"EnableNextVideoInfoOverlay": "Enable next video info during playback",
|
||||
"EnableNextVideoInfoOverlayHelp": "At the end of a video, display info about the next video coming up in the current playlist.",
|
||||
"LabelMaxChromecastBitrate": "Chromecast streaming quality:",
|
||||
"LabelSkipBackLength": "Skip back length:",
|
||||
"LabelSkipForwardLength": "Skip forward length:",
|
||||
"LabelInternetQuality": "Internet quality:",
|
||||
"HeaderMusicQuality": "\u041a\u0430\u0447\u0435\u0441\u0442\u0432\u043e \u043d\u0430 \u043c\u0443\u0437\u0438\u043a\u0430\u0442\u0430",
|
||||
"LabelHomeNetworkQuality": "Home network quality:",
|
||||
"MessageUnlockAppWithPurchaseOrSupporter": "Unlock this feature with a small one-time purchase, or with an active Emby Premiere subscription.",
|
||||
"MessageUnlockAppWithSupporter": "Unlock this feature with an active Emby Premiere subscription.",
|
||||
"MessageToValidateSupporter": "If you have an active Emby Premiere subscription, ensure you've setup Emby Premiere in your Emby Server Dashboard, which you can access by clicking Emby Premiere within the main menu.",
|
||||
|
@ -27,9 +11,9 @@
|
|||
"Premiere": "\u041f\u0440\u0435\u043c\u0438\u0435\u0440\u0430",
|
||||
"Live": "\u041d\u0430 \u0436\u0438\u0432\u043e",
|
||||
"Repeat": "\u041f\u043e\u0432\u0442\u0430\u0440\u044f\u043d\u0435",
|
||||
"TrackCount": "{0} tracks",
|
||||
"TrackCount": "{0} \u043f\u0435\u0441\u043d\u0438",
|
||||
"ItemCount": "{0} items",
|
||||
"OriginalAirDateValue": "Original air date: {0}",
|
||||
"OriginalAirDateValue": "\u0414\u0430\u0442\u0430 \u043d\u0430 \u043f\u044a\u0440\u0432\u043e\u043d\u0430\u0447\u0430\u043b\u043d\u043e \u0438\u0437\u043b\u044a\u0447\u0432\u0430\u043d\u0435: {0}",
|
||||
"EndsAtValue": "Ends at {0}",
|
||||
"HeaderSelectDate": "\u0418\u0437\u0431\u0438\u0440\u0430\u043d\u0435 \u043d\u0430 \u0434\u0430\u0442\u0430",
|
||||
"ButtonOk": "\u0414\u043e\u0431\u0440\u0435",
|
||||
|
@ -37,7 +21,7 @@
|
|||
"AccessRestrictedTryAgainLater": "Access is currently restricted. Please try again later.",
|
||||
"ButtonGotIt": "\u0420\u0430\u0437\u0431\u0440\u0430\u0445",
|
||||
"ButtonRestart": "\u041f\u043e\u0432\u0442\u043e\u0440\u043d\u043e \u043f\u0443\u0441\u043a\u0430\u043d\u0435",
|
||||
"RecordingCancelled": "Recording cancelled.",
|
||||
"RecordingCancelled": "\u0417\u0430\u043f\u0438\u0441\u0432\u0430\u043d\u0435\u0442\u043e \u0435 \u043e\u0442\u043a\u0430\u0437\u0430\u043d\u043e.",
|
||||
"SeriesCancelled": "Series cancelled.",
|
||||
"RecordingScheduled": "Recording scheduled.",
|
||||
"SeriesRecordingScheduled": "Series recording scheduled.",
|
||||
|
@ -183,6 +167,8 @@
|
|||
"FormatValue": "Format: {0}",
|
||||
"DownloadsValue": "Downloads: {0}",
|
||||
"PerfectMatch": "Perfect match",
|
||||
"EnableExternalVideoPlayers": "Enable external video players",
|
||||
"EnableExternalVideoPlayersHelp": "An external player menu will be shown when starting video playback.",
|
||||
"HeaderAlternateEpisodeNumbers": "Alternate Episode Numbers",
|
||||
"LabelDvdSeasonNumber": "Dvd season number:",
|
||||
"LabelDvdEpisodeNumber": "Dvd episode number:",
|
||||
|
@ -420,9 +406,9 @@
|
|||
"Up": "Up",
|
||||
"Down": "Down",
|
||||
"HeaderHomeScreen": "Home Screen",
|
||||
"HeaderLatestMedia": "\u041f\u043e\u0441\u043b\u0435\u0434\u043d\u0438 \u043c\u0435\u0434\u0438\u0438",
|
||||
"HeaderHomeScreenContent": "Home Screen Content",
|
||||
"HeaderLatestChannelItems": "Latest Channel Items",
|
||||
"LabelSelectLastestItemsFolders": "Include items from the following sections in Latest Media",
|
||||
"LabelSelectHomeScreenItemsFolders": "Allow content to appear on my home screen from:",
|
||||
"HeaderLibraryOrder": "\u041f\u043e\u0434\u0440\u0435\u0434\u0431\u0430 \u043d\u0430 \u0431\u0438\u0431\u043b\u0438\u043e\u0442\u0435\u043a\u0430\u0442\u0430",
|
||||
"HideWatchedContentFromLatestMedia": "Hide watched content from latest media",
|
||||
"HeaderOnNow": "On Now",
|
||||
|
@ -562,5 +548,21 @@
|
|||
"Logo": "\u041b\u043e\u0433\u043e\u0442\u0438\u043f",
|
||||
"Menu": "\u041c\u0435\u043d\u044e",
|
||||
"Screenshot": "\u0421\u043d\u0438\u043c\u043a\u0430 \u043d\u0430 \u0435\u043a\u0440\u0430\u043d\u0430",
|
||||
"Thumb": "\u041c\u0438\u043d\u0438\u0430\u0442\u044e\u0440\u0430"
|
||||
"Thumb": "\u041c\u0438\u043d\u0438\u0430\u0442\u044e\u0440\u0430",
|
||||
"ValueSeconds": "{0} \u0441\u0435\u043a\u0443\u043d\u0434\u0438",
|
||||
"HeaderAudioSettings": "\u041d\u0430\u0441\u0442\u0440\u043e\u0439\u043a\u0438 \u043d\u0430 \u0437\u0432\u0443\u043a\u0430",
|
||||
"LabelAudioLanguagePreference": "\u041f\u0440\u0435\u0434\u043f\u043e\u0447\u0438\u0442\u0430\u043d \u0435\u0437\u0438\u043a \u043d\u0430 \u0437\u0432\u0443\u043a\u0430:",
|
||||
"LabelPlayDefaultAudioTrack": "\u0414\u0430 \u0441\u0435 \u043f\u0443\u0441\u043a\u0430 \u043f\u044a\u0440\u0432\u043e\u043d\u0430\u0447\u0430\u043b\u043d\u0430\u0442\u0430 \u0437\u0432\u0443\u043a\u043e\u0432\u0430 \u043f\u044a\u0442\u0435\u0447\u043a\u0430 \u043d\u0435\u0437\u0430\u0432\u0438\u0441\u0438\u043c\u043e \u043e\u0442 \u0435\u0437\u0438\u043a\u0430",
|
||||
"HeaderVideoQuality": "\u041a\u0430\u0447\u0435\u0441\u0442\u0432\u043e \u043d\u0430 \u0432\u0438\u0434\u0435\u043e\u0442\u043e",
|
||||
"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.",
|
||||
"EnableNextVideoInfoOverlay": "Enable next video info during playback",
|
||||
"EnableNextVideoInfoOverlayHelp": "At the end of a video, display info about the next video coming up in the current playlist.",
|
||||
"PlayNextEpisodeAutomatically": "\u0410\u0432\u0442\u043e\u043c\u0430\u0442\u0438\u0447\u043d\u043e \u043f\u0443\u0441\u043a\u0430\u043d\u0435 \u043d\u0430 \u0441\u043b\u0435\u0434\u0432\u0430\u0449\u0438\u044f \u0435\u043f\u0438\u0437\u043e\u0434",
|
||||
"LabelMaxChromecastBitrate": "Chromecast streaming quality:",
|
||||
"LabelSkipBackLength": "Skip back length:",
|
||||
"LabelSkipForwardLength": "Skip forward length:",
|
||||
"EnableCinemaMode": "\u0412\u043a\u043b\u044e\u0447\u0432\u0430\u043d\u0435 \u043d\u0430 \u0440\u0435\u0436\u0438\u043c \"\u041a\u0438\u043d\u043e\u0441\u0430\u043b\u043e\u043d\"",
|
||||
"LabelInternetQuality": "\u041a\u0430\u0447\u0435\u0441\u0442\u0432\u043e \u043d\u0430 \u0438\u043d\u0442\u0435\u0440\u043d\u0435\u0442\u043d\u0430\u0442\u0430 \u0432\u0440\u044a\u0437\u043a\u0430:",
|
||||
"HeaderMusicQuality": "\u041a\u0430\u0447\u0435\u0441\u0442\u0432\u043e \u043d\u0430 \u043c\u0443\u0437\u0438\u043a\u0430\u0442\u0430",
|
||||
"LabelHomeNetworkQuality": "\u041a\u0430\u0447\u0435\u0441\u0442\u0432\u043e \u043d\u0430 \u0434\u043e\u043c\u0430\u0448\u043d\u0430\u0442\u0430 \u043c\u0440\u0435\u0436\u0430:"
|
||||
}
|
|
@ -1,20 +1,4 @@
|
|||
{
|
||||
"ValueSeconds": "{0} seconds",
|
||||
"HeaderAudioSettings": "Audio Settings",
|
||||
"EnableCinemaMode": "Habilitar mode cinema",
|
||||
"PlayNextEpisodeAutomatically": "Play next episode automatically",
|
||||
"LabelAudioLanguagePreference": "Preferred audio language:",
|
||||
"HeaderVideoQuality": "Video Quality",
|
||||
"LabelPlayDefaultAudioTrack": "Play default audio track regardless of language",
|
||||
"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.",
|
||||
"EnableNextVideoInfoOverlay": "Enable next video info during playback",
|
||||
"EnableNextVideoInfoOverlayHelp": "At the end of a video, display info about the next video coming up in the current playlist.",
|
||||
"LabelMaxChromecastBitrate": "Chromecast streaming quality:",
|
||||
"LabelSkipBackLength": "Skip back length:",
|
||||
"LabelSkipForwardLength": "Skip forward length:",
|
||||
"LabelInternetQuality": "Internet quality:",
|
||||
"HeaderMusicQuality": "Music Quality",
|
||||
"LabelHomeNetworkQuality": "Home network quality:",
|
||||
"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.",
|
||||
"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.",
|
||||
|
@ -183,6 +167,8 @@
|
|||
"FormatValue": "Format: {0}",
|
||||
"DownloadsValue": "Downloads: {0}",
|
||||
"PerfectMatch": "Perfect match",
|
||||
"EnableExternalVideoPlayers": "Enable external video players",
|
||||
"EnableExternalVideoPlayersHelp": "An external player menu will be shown when starting video playback.",
|
||||
"HeaderAlternateEpisodeNumbers": "Alternar Nombres d'Episodis",
|
||||
"LabelDvdSeasonNumber": "Dvd season number:",
|
||||
"LabelDvdEpisodeNumber": "Dvd episode number:",
|
||||
|
@ -420,9 +406,9 @@
|
|||
"Up": "Amunt",
|
||||
"Down": "Avall",
|
||||
"HeaderHomeScreen": "P\u00e0gina d'Inici",
|
||||
"HeaderLatestMedia": "Darrers MItjans",
|
||||
"HeaderHomeScreenContent": "Home Screen Content",
|
||||
"HeaderLatestChannelItems": "Darrers \u00edtems del canal",
|
||||
"LabelSelectLastestItemsFolders": "Include items from the following sections in Latest Media",
|
||||
"LabelSelectHomeScreenItemsFolders": "Allow content to appear on my home screen from:",
|
||||
"HeaderLibraryOrder": "Ordre de la llibreria",
|
||||
"HideWatchedContentFromLatestMedia": "Hide watched content from latest media",
|
||||
"HeaderOnNow": "En Directe Ara",
|
||||
|
@ -562,5 +548,21 @@
|
|||
"Logo": "Logo",
|
||||
"Menu": "Menu",
|
||||
"Screenshot": "Screenshot",
|
||||
"Thumb": "Thumb"
|
||||
"Thumb": "Thumb",
|
||||
"ValueSeconds": "{0} seconds",
|
||||
"HeaderAudioSettings": "Audio Settings",
|
||||
"LabelAudioLanguagePreference": "Preferred audio language:",
|
||||
"LabelPlayDefaultAudioTrack": "Play default audio track regardless of language",
|
||||
"HeaderVideoQuality": "Video Quality",
|
||||
"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.",
|
||||
"EnableNextVideoInfoOverlay": "Enable next video info during playback",
|
||||
"EnableNextVideoInfoOverlayHelp": "At the end of a video, display info about the next video coming up in the current playlist.",
|
||||
"PlayNextEpisodeAutomatically": "Play next episode automatically",
|
||||
"LabelMaxChromecastBitrate": "Chromecast streaming quality:",
|
||||
"LabelSkipBackLength": "Skip back length:",
|
||||
"LabelSkipForwardLength": "Skip forward length:",
|
||||
"EnableCinemaMode": "Habilitar mode cinema",
|
||||
"LabelInternetQuality": "Internet quality:",
|
||||
"HeaderMusicQuality": "Music Quality",
|
||||
"LabelHomeNetworkQuality": "Home network quality:"
|
||||
}
|
|
@ -1,20 +1,4 @@
|
|||
{
|
||||
"ValueSeconds": "{0} sekund",
|
||||
"HeaderAudioSettings": "Nastaven\u00ed zvuku",
|
||||
"EnableCinemaMode": "Povolit Cinema M\u00f3d",
|
||||
"PlayNextEpisodeAutomatically": "Automaticky p\u0159ehr\u00e1vat dal\u0161\u00ed epizodu",
|
||||
"LabelAudioLanguagePreference": "Preferovan\u00fd jazyk zvuku:",
|
||||
"HeaderVideoQuality": "Kvalita videa",
|
||||
"LabelPlayDefaultAudioTrack": "P\u0159ehr\u00e1vat defaultn\u00ed audio stopu bez ohledu na jazyk",
|
||||
"CinemaModeConfigurationHelp": "Re\u017eim Cinema p\u0159in\u00e1\u0161\u00ed z\u00e1\u017eitky jako z kina p\u0159\u00edmo do va\u0161eho ob\u00fdvac\u00edho pokoje s mo\u017enost\u00ed p\u0159ehr\u00e1t trailery a vlastn\u00ed intra p\u0159ed hlavn\u00edm programem.",
|
||||
"EnableNextVideoInfoOverlay": "Povolit informaci o n\u00e1sleduj\u00edc\u00edm videu b\u011bhem p\u0159ehr\u00e1v\u00e1n\u00ed",
|
||||
"EnableNextVideoInfoOverlayHelp": "At the end of a video, display info about the next video coming up in the current playlist.",
|
||||
"LabelMaxChromecastBitrate": "Maxim\u00e1ln\u00ed datov\u00fd tok pro Chromecast:",
|
||||
"LabelSkipBackLength": "D\u00e9lka posunu zp\u011bt:",
|
||||
"LabelSkipForwardLength": "D\u00e9lka posunu vp\u0159ed:",
|
||||
"LabelInternetQuality": "Internet quality:",
|
||||
"HeaderMusicQuality": "Kvalita hudby",
|
||||
"LabelHomeNetworkQuality": "Home network quality:",
|
||||
"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.",
|
||||
"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.",
|
||||
|
@ -183,6 +167,8 @@
|
|||
"FormatValue": "Form\u00e1t: {0}",
|
||||
"DownloadsValue": "Downloads: {0}",
|
||||
"PerfectMatch": "Perfect match",
|
||||
"EnableExternalVideoPlayers": "Enable external video players",
|
||||
"EnableExternalVideoPlayersHelp": "An external player menu will be shown when starting video playback.",
|
||||
"HeaderAlternateEpisodeNumbers": "Alternativn\u00ed \u010d\u00edslov\u00e1n\u00ed epizod",
|
||||
"LabelDvdSeasonNumber": "\u010c\u00edslo DVD sez\u00f3ny:",
|
||||
"LabelDvdEpisodeNumber": "\u010c\u00edslo DVD epizody:",
|
||||
|
@ -420,9 +406,9 @@
|
|||
"Up": "Nahoru",
|
||||
"Down": "Dol\u016f",
|
||||
"HeaderHomeScreen": "Domovsk\u00e1 obrazovka",
|
||||
"HeaderLatestMedia": "Nejnov\u011bj\u0161\u00ed m\u00e9dia",
|
||||
"HeaderHomeScreenContent": "Home Screen Content",
|
||||
"HeaderLatestChannelItems": "Nejnov\u011bj\u0161\u00ed polo\u017eky kan\u00e1lu",
|
||||
"LabelSelectLastestItemsFolders": "Zahrnout m\u00e9dia z n\u00e1sleduj\u00edc\u00edch sekc\u00edch v sekci Nejnov\u011bj\u0161\u00ed polo\u017eky",
|
||||
"LabelSelectHomeScreenItemsFolders": "Allow content to appear on my home screen from:",
|
||||
"HeaderLibraryOrder": "Po\u0159ad\u00ed knihovny",
|
||||
"HideWatchedContentFromLatestMedia": "Skr\u00fdt p\u0159ehran\u00e9 polo\u017eky ze seznamu nejnov\u011bj\u0161\u00edch m\u00e9di\u00ed",
|
||||
"HeaderOnNow": "Pr\u00e1v\u011b te\u010f",
|
||||
|
@ -562,5 +548,21 @@
|
|||
"Logo": "Logo",
|
||||
"Menu": "Nab\u00eddka",
|
||||
"Screenshot": "Sn\u00edmek obrazovky",
|
||||
"Thumb": "Miniatura"
|
||||
"Thumb": "Miniatura",
|
||||
"ValueSeconds": "{0} sekund",
|
||||
"HeaderAudioSettings": "Nastaven\u00ed zvuku",
|
||||
"LabelAudioLanguagePreference": "Preferovan\u00fd jazyk zvuku:",
|
||||
"LabelPlayDefaultAudioTrack": "P\u0159ehr\u00e1vat defaultn\u00ed audio stopu bez ohledu na jazyk",
|
||||
"HeaderVideoQuality": "Kvalita videa",
|
||||
"CinemaModeConfigurationHelp": "Re\u017eim Cinema p\u0159in\u00e1\u0161\u00ed z\u00e1\u017eitky jako z kina p\u0159\u00edmo do va\u0161eho ob\u00fdvac\u00edho pokoje s mo\u017enost\u00ed p\u0159ehr\u00e1t trailery a vlastn\u00ed intra p\u0159ed hlavn\u00edm programem.",
|
||||
"EnableNextVideoInfoOverlay": "Povolit informaci o n\u00e1sleduj\u00edc\u00edm videu b\u011bhem p\u0159ehr\u00e1v\u00e1n\u00ed",
|
||||
"EnableNextVideoInfoOverlayHelp": "At the end of a video, display info about the next video coming up in the current playlist.",
|
||||
"PlayNextEpisodeAutomatically": "Automaticky p\u0159ehr\u00e1vat dal\u0161\u00ed epizodu",
|
||||
"LabelMaxChromecastBitrate": "Maxim\u00e1ln\u00ed datov\u00fd tok pro Chromecast:",
|
||||
"LabelSkipBackLength": "D\u00e9lka posunu zp\u011bt:",
|
||||
"LabelSkipForwardLength": "D\u00e9lka posunu vp\u0159ed:",
|
||||
"EnableCinemaMode": "Povolit Cinema M\u00f3d",
|
||||
"LabelInternetQuality": "Internet quality:",
|
||||
"HeaderMusicQuality": "Kvalita hudby",
|
||||
"LabelHomeNetworkQuality": "Home network quality:"
|
||||
}
|
|
@ -1,20 +1,4 @@
|
|||
{
|
||||
"ValueSeconds": "{0} seconds",
|
||||
"HeaderAudioSettings": "Audio Settings",
|
||||
"EnableCinemaMode": "Aktiver biograftilstand",
|
||||
"PlayNextEpisodeAutomatically": "Play next episode automatically",
|
||||
"LabelAudioLanguagePreference": "Preferred audio language:",
|
||||
"HeaderVideoQuality": "Video Quality",
|
||||
"LabelPlayDefaultAudioTrack": "Play default audio track regardless of language",
|
||||
"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.",
|
||||
"EnableNextVideoInfoOverlay": "Enable next video info during playback",
|
||||
"EnableNextVideoInfoOverlayHelp": "At the end of a video, display info about the next video coming up in the current playlist.",
|
||||
"LabelMaxChromecastBitrate": "Chromecast streaming quality:",
|
||||
"LabelSkipBackLength": "Skip back length:",
|
||||
"LabelSkipForwardLength": "Skip forward length:",
|
||||
"LabelInternetQuality": "Internet quality:",
|
||||
"HeaderMusicQuality": "Music Quality",
|
||||
"LabelHomeNetworkQuality": "Home network quality:",
|
||||
"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.",
|
||||
"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.",
|
||||
|
@ -183,6 +167,8 @@
|
|||
"FormatValue": "Format: {0}",
|
||||
"DownloadsValue": "Downloads: {0}",
|
||||
"PerfectMatch": "Perfect match",
|
||||
"EnableExternalVideoPlayers": "Enable external video players",
|
||||
"EnableExternalVideoPlayersHelp": "An external player menu will be shown when starting video playback.",
|
||||
"HeaderAlternateEpisodeNumbers": "Alternative episodenumre",
|
||||
"LabelDvdSeasonNumber": "DVD s\u00e6sonnummer",
|
||||
"LabelDvdEpisodeNumber": "DVD episodenummer:",
|
||||
|
@ -420,9 +406,9 @@
|
|||
"Up": "Up",
|
||||
"Down": "Down",
|
||||
"HeaderHomeScreen": "Home Screen",
|
||||
"HeaderLatestMedia": "Latest Media",
|
||||
"HeaderHomeScreenContent": "Home Screen Content",
|
||||
"HeaderLatestChannelItems": "Latest Channel Items",
|
||||
"LabelSelectLastestItemsFolders": "Include items from the following sections in Latest Media",
|
||||
"LabelSelectHomeScreenItemsFolders": "Allow content to appear on my home screen from:",
|
||||
"HeaderLibraryOrder": "Library Order",
|
||||
"HideWatchedContentFromLatestMedia": "Hide watched content from latest media",
|
||||
"HeaderOnNow": "On Now",
|
||||
|
@ -562,5 +548,21 @@
|
|||
"Logo": "Logo",
|
||||
"Menu": "Menu",
|
||||
"Screenshot": "Screenshot",
|
||||
"Thumb": "Thumb"
|
||||
"Thumb": "Thumb",
|
||||
"ValueSeconds": "{0} seconds",
|
||||
"HeaderAudioSettings": "Audio Settings",
|
||||
"LabelAudioLanguagePreference": "Preferred audio language:",
|
||||
"LabelPlayDefaultAudioTrack": "Play default audio track regardless of language",
|
||||
"HeaderVideoQuality": "Video Quality",
|
||||
"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.",
|
||||
"EnableNextVideoInfoOverlay": "Enable next video info during playback",
|
||||
"EnableNextVideoInfoOverlayHelp": "At the end of a video, display info about the next video coming up in the current playlist.",
|
||||
"PlayNextEpisodeAutomatically": "Play next episode automatically",
|
||||
"LabelMaxChromecastBitrate": "Chromecast streaming quality:",
|
||||
"LabelSkipBackLength": "Skip back length:",
|
||||
"LabelSkipForwardLength": "Skip forward length:",
|
||||
"EnableCinemaMode": "Aktiver biograftilstand",
|
||||
"LabelInternetQuality": "Internet quality:",
|
||||
"HeaderMusicQuality": "Music Quality",
|
||||
"LabelHomeNetworkQuality": "Home network quality:"
|
||||
}
|
|
@ -1,20 +1,4 @@
|
|||
{
|
||||
"ValueSeconds": "{0} Sekunden",
|
||||
"HeaderAudioSettings": "Audioeinstellungen",
|
||||
"EnableCinemaMode": "Aktiviere den Kino-Modus",
|
||||
"PlayNextEpisodeAutomatically": "Starte n\u00e4chste Episode automatisch",
|
||||
"LabelAudioLanguagePreference": "Bevorzugte Audiosprache:",
|
||||
"HeaderVideoQuality": "Videoqualit\u00e4t",
|
||||
"LabelPlayDefaultAudioTrack": "Spiele unabh\u00e4ngig von der Sprache die Standardtonspur",
|
||||
"CinemaModeConfigurationHelp": "Der Kinomodus bringt das Kinoerlebnis direkt in dein Wohnzimmer, mit der F\u00e4higkeit Trailer und benutzerdefinierte Intros vor dem Hauptfilm abzuspielen.",
|
||||
"EnableNextVideoInfoOverlay": "Aktiviere \"Next-Video-Info\" w\u00e4hrend der Wiedergabe",
|
||||
"EnableNextVideoInfoOverlayHelp": "Zeige Informationen \u00fcber das n\u00e4chste abzuspielende Video in der aktuellen Abspielliste am Ende des laufenden Videos an.",
|
||||
"LabelMaxChromecastBitrate": "Max Chromcast Datenrate:",
|
||||
"LabelSkipBackLength": "Sprungweite r\u00fcckw\u00e4rts:",
|
||||
"LabelSkipForwardLength": "Sprungweite vorw\u00e4rts:",
|
||||
"LabelInternetQuality": "Internetqualit\u00e4t:",
|
||||
"HeaderMusicQuality": "Musikqualit\u00e4t",
|
||||
"LabelHomeNetworkQuality": "Heimnetzwerkqualit\u00e4t:",
|
||||
"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.",
|
||||
"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).",
|
||||
|
@ -183,6 +167,8 @@
|
|||
"FormatValue": "Format: {0}",
|
||||
"DownloadsValue": "Downloads: {0}",
|
||||
"PerfectMatch": "Perfektes Ergbnis",
|
||||
"EnableExternalVideoPlayers": "Aktiviere externe Videoplayer",
|
||||
"EnableExternalVideoPlayersHelp": "Ein Men\u00fc f\u00fcr externe Videoplayer wird beim Start der Videowiedergabe angezeigt.",
|
||||
"HeaderAlternateEpisodeNumbers": "Alternative Episodennummern",
|
||||
"LabelDvdSeasonNumber": "DVD Staffelnummer:",
|
||||
"LabelDvdEpisodeNumber": "DVD Episodennummer:",
|
||||
|
@ -420,9 +406,9 @@
|
|||
"Up": "Hoch",
|
||||
"Down": "Runter",
|
||||
"HeaderHomeScreen": "Startseite",
|
||||
"HeaderLatestMedia": "Neueste Medien",
|
||||
"HeaderHomeScreenContent": "Home Screen Content",
|
||||
"HeaderLatestChannelItems": "Neueste Channelinhalte",
|
||||
"LabelSelectLastestItemsFolders": "Beziehe Inhalte aus folgenden Sektionen in \"Neueste Medien\" mit ein",
|
||||
"LabelSelectHomeScreenItemsFolders": "Allow content to appear on my home screen from:",
|
||||
"HeaderLibraryOrder": "Bibliotheksreihenfolge",
|
||||
"HideWatchedContentFromLatestMedia": "Verberge gesehene Inhalte von neuesten Medien.",
|
||||
"HeaderOnNow": "Gerade l\u00e4uft",
|
||||
|
@ -562,5 +548,21 @@
|
|||
"Logo": "Logo",
|
||||
"Menu": "Men\u00fc",
|
||||
"Screenshot": "Bildschirmfoto",
|
||||
"Thumb": "Thumb"
|
||||
"Thumb": "Thumb",
|
||||
"ValueSeconds": "{0} Sekunden",
|
||||
"HeaderAudioSettings": "Audioeinstellungen",
|
||||
"LabelAudioLanguagePreference": "Bevorzugte Audiosprache:",
|
||||
"LabelPlayDefaultAudioTrack": "Spiele unabh\u00e4ngig von der Sprache die Standardtonspur",
|
||||
"HeaderVideoQuality": "Videoqualit\u00e4t",
|
||||
"CinemaModeConfigurationHelp": "Der Kinomodus bringt das Kinoerlebnis direkt in dein Wohnzimmer, mit der F\u00e4higkeit Trailer und benutzerdefinierte Intros vor dem Hauptfilm abzuspielen.",
|
||||
"EnableNextVideoInfoOverlay": "Aktiviere \"Next-Video-Info\" w\u00e4hrend der Wiedergabe",
|
||||
"EnableNextVideoInfoOverlayHelp": "Zeige Informationen \u00fcber das n\u00e4chste abzuspielende Video in der aktuellen Abspielliste am Ende des laufenden Videos an.",
|
||||
"PlayNextEpisodeAutomatically": "Starte n\u00e4chste Episode automatisch",
|
||||
"LabelMaxChromecastBitrate": "Max Chromcast Datenrate:",
|
||||
"LabelSkipBackLength": "Sprungweite r\u00fcckw\u00e4rts:",
|
||||
"LabelSkipForwardLength": "Sprungweite vorw\u00e4rts:",
|
||||
"EnableCinemaMode": "Aktiviere den Kino-Modus",
|
||||
"LabelInternetQuality": "Internetqualit\u00e4t:",
|
||||
"HeaderMusicQuality": "Musikqualit\u00e4t",
|
||||
"LabelHomeNetworkQuality": "Heimnetzwerkqualit\u00e4t:"
|
||||
}
|
|
@ -1,20 +1,4 @@
|
|||
{
|
||||
"ValueSeconds": "{0} seconds",
|
||||
"HeaderAudioSettings": "Audio Settings",
|
||||
"EnableCinemaMode": "Enable cinema mode",
|
||||
"PlayNextEpisodeAutomatically": "Play next episode automatically",
|
||||
"LabelAudioLanguagePreference": "Preferred audio language:",
|
||||
"HeaderVideoQuality": "Video Quality",
|
||||
"LabelPlayDefaultAudioTrack": "Play default audio track regardless of language",
|
||||
"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.",
|
||||
"EnableNextVideoInfoOverlay": "Enable next video info during playback",
|
||||
"EnableNextVideoInfoOverlayHelp": "At the end of a video, display info about the next video coming up in the current playlist.",
|
||||
"LabelMaxChromecastBitrate": "Chromecast streaming quality:",
|
||||
"LabelSkipBackLength": "Skip back length:",
|
||||
"LabelSkipForwardLength": "Skip forward length:",
|
||||
"LabelInternetQuality": "Internet quality:",
|
||||
"HeaderMusicQuality": "Music Quality",
|
||||
"LabelHomeNetworkQuality": "Home network quality:",
|
||||
"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.",
|
||||
"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.",
|
||||
|
@ -183,6 +167,8 @@
|
|||
"FormatValue": "Format: {0}",
|
||||
"DownloadsValue": "Downloads: {0}",
|
||||
"PerfectMatch": "Perfect match",
|
||||
"EnableExternalVideoPlayers": "Enable external video players",
|
||||
"EnableExternalVideoPlayersHelp": "An external player menu will be shown when starting video playback.",
|
||||
"HeaderAlternateEpisodeNumbers": "Alternate Episode Numbers",
|
||||
"LabelDvdSeasonNumber": "Dvd season number:",
|
||||
"LabelDvdEpisodeNumber": "Dvd episode number:",
|
||||
|
@ -420,9 +406,9 @@
|
|||
"Up": "Up",
|
||||
"Down": "Down",
|
||||
"HeaderHomeScreen": "Home Screen",
|
||||
"HeaderLatestMedia": "Latest Media",
|
||||
"HeaderHomeScreenContent": "Home Screen Content",
|
||||
"HeaderLatestChannelItems": "Latest Channel Items",
|
||||
"LabelSelectLastestItemsFolders": "Include items from the following sections in Latest Media",
|
||||
"LabelSelectHomeScreenItemsFolders": "Allow content to appear on my home screen from:",
|
||||
"HeaderLibraryOrder": "Library Order",
|
||||
"HideWatchedContentFromLatestMedia": "Hide watched content from latest media",
|
||||
"HeaderOnNow": "On Now",
|
||||
|
@ -562,5 +548,21 @@
|
|||
"Logo": "Logo",
|
||||
"Menu": "Menu",
|
||||
"Screenshot": "Screenshot",
|
||||
"Thumb": "Thumb"
|
||||
"Thumb": "Thumb",
|
||||
"ValueSeconds": "{0} seconds",
|
||||
"HeaderAudioSettings": "Audio Settings",
|
||||
"LabelAudioLanguagePreference": "Preferred audio language:",
|
||||
"LabelPlayDefaultAudioTrack": "Play default audio track regardless of language",
|
||||
"HeaderVideoQuality": "Video Quality",
|
||||
"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.",
|
||||
"EnableNextVideoInfoOverlay": "Enable next video info during playback",
|
||||
"EnableNextVideoInfoOverlayHelp": "At the end of a video, display info about the next video coming up in the current playlist.",
|
||||
"PlayNextEpisodeAutomatically": "Play next episode automatically",
|
||||
"LabelMaxChromecastBitrate": "Chromecast streaming quality:",
|
||||
"LabelSkipBackLength": "Skip back length:",
|
||||
"LabelSkipForwardLength": "Skip forward length:",
|
||||
"EnableCinemaMode": "Enable cinema mode",
|
||||
"LabelInternetQuality": "Internet quality:",
|
||||
"HeaderMusicQuality": "Music Quality",
|
||||
"LabelHomeNetworkQuality": "Home network quality:"
|
||||
}
|
|
@ -1,20 +1,4 @@
|
|||
{
|
||||
"ValueSeconds": "{0} seconds",
|
||||
"HeaderAudioSettings": "Audio Settings",
|
||||
"EnableCinemaMode": "Enable cinema mode",
|
||||
"PlayNextEpisodeAutomatically": "Play next episode automatically",
|
||||
"LabelAudioLanguagePreference": "Preferred audio language:",
|
||||
"HeaderVideoQuality": "Video Quality",
|
||||
"LabelPlayDefaultAudioTrack": "Play default audio track regardless of language",
|
||||
"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.",
|
||||
"EnableNextVideoInfoOverlay": "Enable next video info during playback",
|
||||
"EnableNextVideoInfoOverlayHelp": "At the end of a video, display info about the next video coming up in the current playlist.",
|
||||
"LabelMaxChromecastBitrate": "Chromecast streaming quality:",
|
||||
"LabelSkipBackLength": "Skip back length:",
|
||||
"LabelSkipForwardLength": "Skip forward length:",
|
||||
"LabelInternetQuality": "Internet quality:",
|
||||
"HeaderMusicQuality": "Music Quality",
|
||||
"LabelHomeNetworkQuality": "Home network quality:",
|
||||
"MessageUnlockAppWithPurchaseOrSupporter": "Unlock this feature with a small one-time purchase, or with an active Emby Premiere subscription.",
|
||||
"MessageUnlockAppWithSupporter": "Unlock this feature with an active Emby Premiere subscription.",
|
||||
"MessageToValidateSupporter": "If you have an active Emby Premiere subscription, ensure you've setup Emby Premiere in your Emby Server Dashboard, which you can access by clicking Emby Premiere within the main menu.",
|
||||
|
@ -183,6 +167,8 @@
|
|||
"FormatValue": "Format: {0}",
|
||||
"DownloadsValue": "Downloads: {0}",
|
||||
"PerfectMatch": "Perfect match",
|
||||
"EnableExternalVideoPlayers": "Enable external video players",
|
||||
"EnableExternalVideoPlayersHelp": "An external player menu will be shown when starting video playback.",
|
||||
"HeaderAlternateEpisodeNumbers": "Alternate Episode Numbers",
|
||||
"LabelDvdSeasonNumber": "Dvd season number:",
|
||||
"LabelDvdEpisodeNumber": "Dvd episode number:",
|
||||
|
@ -420,9 +406,9 @@
|
|||
"Up": "Up",
|
||||
"Down": "Down",
|
||||
"HeaderHomeScreen": "Home Screen",
|
||||
"HeaderLatestMedia": "Latest Media",
|
||||
"HeaderHomeScreenContent": "Home Screen Content",
|
||||
"HeaderLatestChannelItems": "Latest Channel Items",
|
||||
"LabelSelectLastestItemsFolders": "Include items from the following sections in Latest Media",
|
||||
"LabelSelectHomeScreenItemsFolders": "Allow content to appear on my home screen from:",
|
||||
"HeaderLibraryOrder": "Library Order",
|
||||
"HideWatchedContentFromLatestMedia": "Hide watched content from latest media",
|
||||
"HeaderOnNow": "On Now",
|
||||
|
@ -562,5 +548,21 @@
|
|||
"Logo": "Logo",
|
||||
"Menu": "Menu",
|
||||
"Screenshot": "Screenshot",
|
||||
"Thumb": "Thumb"
|
||||
"Thumb": "Thumb",
|
||||
"ValueSeconds": "{0} seconds",
|
||||
"HeaderAudioSettings": "Audio Settings",
|
||||
"LabelAudioLanguagePreference": "Preferred audio language:",
|
||||
"LabelPlayDefaultAudioTrack": "Play default audio track regardless of language",
|
||||
"HeaderVideoQuality": "Video Quality",
|
||||
"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.",
|
||||
"EnableNextVideoInfoOverlay": "Enable next video info during playback",
|
||||
"EnableNextVideoInfoOverlayHelp": "At the end of a video, display info about the next video coming up in the current playlist.",
|
||||
"PlayNextEpisodeAutomatically": "Play next episode automatically",
|
||||
"LabelMaxChromecastBitrate": "Chromecast streaming quality:",
|
||||
"LabelSkipBackLength": "Skip back length:",
|
||||
"LabelSkipForwardLength": "Skip forward length:",
|
||||
"EnableCinemaMode": "Enable cinema mode",
|
||||
"LabelInternetQuality": "Internet quality:",
|
||||
"HeaderMusicQuality": "Music Quality",
|
||||
"LabelHomeNetworkQuality": "Home network quality:"
|
||||
}
|
|
@ -167,6 +167,8 @@
|
|||
"FormatValue": "Format: {0}",
|
||||
"DownloadsValue": "Downloads: {0}",
|
||||
"PerfectMatch": "Perfect match",
|
||||
"EnableExternalVideoPlayers": "Enable external video players",
|
||||
"EnableExternalVideoPlayersHelp": "An external player menu will be shown when starting video playback.",
|
||||
"HeaderAlternateEpisodeNumbers": "Alternate Episode Numbers",
|
||||
"LabelDvdSeasonNumber": "Dvd season number:",
|
||||
"LabelDvdEpisodeNumber": "Dvd episode number:",
|
||||
|
@ -404,9 +406,9 @@
|
|||
"Up": "Up",
|
||||
"Down": "Down",
|
||||
"HeaderHomeScreen": "Home Screen",
|
||||
"HeaderLatestMedia": "Latest Media",
|
||||
"HeaderHomeScreenContent": "Home Screen Content",
|
||||
"HeaderLatestChannelItems": "Latest Channel Items",
|
||||
"LabelSelectLastestItemsFolders": "Include items from the following sections in Latest Media",
|
||||
"LabelSelectHomeScreenItemsFolders": "Allow items to appear on my home screen from:",
|
||||
"HeaderLibraryOrder": "Library Order",
|
||||
"HideWatchedContentFromLatestMedia": "Hide watched content from latest media",
|
||||
"HeaderOnNow": "On Now",
|
||||
|
|
|
@ -1,20 +1,4 @@
|
|||
{
|
||||
"ValueSeconds": "{0} seconds",
|
||||
"HeaderAudioSettings": "Audio Settings",
|
||||
"EnableCinemaMode": "Enable cinema mode",
|
||||
"PlayNextEpisodeAutomatically": "Play next episode automatically",
|
||||
"LabelAudioLanguagePreference": "Preferred audio language:",
|
||||
"HeaderVideoQuality": "Video Quality",
|
||||
"LabelPlayDefaultAudioTrack": "Play default audio track regardless of language",
|
||||
"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.",
|
||||
"EnableNextVideoInfoOverlay": "Enable next video info during playback",
|
||||
"EnableNextVideoInfoOverlayHelp": "At the end of a video, display info about the next video coming up in the current playlist.",
|
||||
"LabelMaxChromecastBitrate": "Chromecast streaming quality:",
|
||||
"LabelSkipBackLength": "Skip back length:",
|
||||
"LabelSkipForwardLength": "Skip forward length:",
|
||||
"LabelInternetQuality": "Internet quality:",
|
||||
"HeaderMusicQuality": "Music Quality",
|
||||
"LabelHomeNetworkQuality": "Home network quality:",
|
||||
"MessageUnlockAppWithPurchaseOrSupporter": "Unlock this feature with a small one-time purchase, or with an active Emby Premiere subscription.",
|
||||
"MessageUnlockAppWithSupporter": "Unlock this feature with an active Emby Premiere subscription.",
|
||||
"MessageToValidateSupporter": "If you have an active Emby Premiere subscription, ensure you've setup Emby Premiere in your Emby Server Dashboard, which you can access by clicking Emby Premiere within the main menu.",
|
||||
|
@ -183,6 +167,8 @@
|
|||
"FormatValue": "Format: {0}",
|
||||
"DownloadsValue": "Downloads: {0}",
|
||||
"PerfectMatch": "Perfect match",
|
||||
"EnableExternalVideoPlayers": "Enable external video players",
|
||||
"EnableExternalVideoPlayersHelp": "An external player menu will be shown when starting video playback.",
|
||||
"HeaderAlternateEpisodeNumbers": "Alternate Episode Numbers",
|
||||
"LabelDvdSeasonNumber": "Dvd season number:",
|
||||
"LabelDvdEpisodeNumber": "Dvd episode number:",
|
||||
|
@ -420,9 +406,9 @@
|
|||
"Up": "Up",
|
||||
"Down": "Down",
|
||||
"HeaderHomeScreen": "Home Screen",
|
||||
"HeaderLatestMedia": "Latest Media",
|
||||
"HeaderHomeScreenContent": "Home Screen Content",
|
||||
"HeaderLatestChannelItems": "Latest Channel Items",
|
||||
"LabelSelectLastestItemsFolders": "Include items from the following sections in Latest Media",
|
||||
"LabelSelectHomeScreenItemsFolders": "Allow content to appear on my home screen from:",
|
||||
"HeaderLibraryOrder": "Library Order",
|
||||
"HideWatchedContentFromLatestMedia": "Hide watched content from latest media",
|
||||
"HeaderOnNow": "On Now",
|
||||
|
@ -562,5 +548,21 @@
|
|||
"Logo": "Logo",
|
||||
"Menu": "Menu",
|
||||
"Screenshot": "Screenshot",
|
||||
"Thumb": "Thumb"
|
||||
"Thumb": "Thumb",
|
||||
"ValueSeconds": "{0} seconds",
|
||||
"HeaderAudioSettings": "Audio Settings",
|
||||
"LabelAudioLanguagePreference": "Preferred audio language:",
|
||||
"LabelPlayDefaultAudioTrack": "Play default audio track regardless of language",
|
||||
"HeaderVideoQuality": "Video Quality",
|
||||
"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.",
|
||||
"EnableNextVideoInfoOverlay": "Enable next video info during playback",
|
||||
"EnableNextVideoInfoOverlayHelp": "At the end of a video, display info about the next video coming up in the current playlist.",
|
||||
"PlayNextEpisodeAutomatically": "Play next episode automatically",
|
||||
"LabelMaxChromecastBitrate": "Chromecast streaming quality:",
|
||||
"LabelSkipBackLength": "Skip back length:",
|
||||
"LabelSkipForwardLength": "Skip forward length:",
|
||||
"EnableCinemaMode": "Enable cinema mode",
|
||||
"LabelInternetQuality": "Internet quality:",
|
||||
"HeaderMusicQuality": "Music Quality",
|
||||
"LabelHomeNetworkQuality": "Home network quality:"
|
||||
}
|
|
@ -1,20 +1,4 @@
|
|||
{
|
||||
"ValueSeconds": "{0} segundos",
|
||||
"HeaderAudioSettings": "Configuraci\u00f3n de Audio",
|
||||
"EnableCinemaMode": "Activar modo cine",
|
||||
"PlayNextEpisodeAutomatically": "Reproducir el siguiente episodio autom\u00e1ticamente",
|
||||
"LabelAudioLanguagePreference": "Idioma preferido de audio:",
|
||||
"HeaderVideoQuality": "Calidad de Video",
|
||||
"LabelPlayDefaultAudioTrack": "Reproducir la pista de audio por defecto independientemente del lenguaje",
|
||||
"CinemaModeConfigurationHelp": "El modo cine trae la experiencia del cine directo al la sala de TV con la habilidad de reproducir tr\u00e1ilers e intros personalizados antes de la presentaci\u00f3n estelar.",
|
||||
"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.",
|
||||
"LabelMaxChromecastBitrate": "Tasa maxima de bits para El Chromecast:",
|
||||
"LabelSkipBackLength": "Longitud de salto hacia atr\u00e1s:",
|
||||
"LabelSkipForwardLength": "Longitud de salto hacia adelante:",
|
||||
"LabelInternetQuality": "Calidad en internet:",
|
||||
"HeaderMusicQuality": "Calidad de Musica",
|
||||
"LabelHomeNetworkQuality": "Calidad en Red Local:",
|
||||
"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.",
|
||||
"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.",
|
||||
|
@ -183,6 +167,8 @@
|
|||
"FormatValue": "Formato: {0}",
|
||||
"DownloadsValue": "Descargas: {0}",
|
||||
"PerfectMatch": "Coincidencia exacta",
|
||||
"EnableExternalVideoPlayers": "Enable external video players",
|
||||
"EnableExternalVideoPlayersHelp": "An external player menu will be shown when starting video playback.",
|
||||
"HeaderAlternateEpisodeNumbers": "N\u00fameros de Episodio Alternativos:",
|
||||
"LabelDvdSeasonNumber": "N\u00famero de temporada del DVD:",
|
||||
"LabelDvdEpisodeNumber": "N\u00famero de episodio de DVD:",
|
||||
|
@ -420,9 +406,9 @@
|
|||
"Up": "Arriba",
|
||||
"Down": "Abajo",
|
||||
"HeaderHomeScreen": "Pantalla de Inicio",
|
||||
"HeaderLatestMedia": "Agregadas Recientemente",
|
||||
"HeaderHomeScreenContent": "Home Screen Content",
|
||||
"HeaderLatestChannelItems": "\u00cdtems Recientes de Canales",
|
||||
"LabelSelectLastestItemsFolders": "Incluir items de las siguientes secciones en Recientes",
|
||||
"LabelSelectHomeScreenItemsFolders": "Allow content to appear on my home screen from:",
|
||||
"HeaderLibraryOrder": "Orden de Bibliotecas",
|
||||
"HideWatchedContentFromLatestMedia": "Ocultar contenido ya visto de Agregadas Recientemente",
|
||||
"HeaderOnNow": "Transmiti\u00e9ndo Ahora",
|
||||
|
@ -562,5 +548,21 @@
|
|||
"Logo": "Logotipo",
|
||||
"Menu": "Men\u00fa",
|
||||
"Screenshot": "Captura de pantalla",
|
||||
"Thumb": "Miniatura"
|
||||
"Thumb": "Miniatura",
|
||||
"ValueSeconds": "{0} segundos",
|
||||
"HeaderAudioSettings": "Configuraci\u00f3n de Audio",
|
||||
"LabelAudioLanguagePreference": "Idioma preferido de audio:",
|
||||
"LabelPlayDefaultAudioTrack": "Reproducir la pista de audio por defecto independientemente del lenguaje",
|
||||
"HeaderVideoQuality": "Calidad de Video",
|
||||
"CinemaModeConfigurationHelp": "El modo cine trae la experiencia del cine directo al la sala de TV con la habilidad de reproducir tr\u00e1ilers e intros personalizados antes de la presentaci\u00f3n estelar.",
|
||||
"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.",
|
||||
"PlayNextEpisodeAutomatically": "Reproducir el siguiente episodio autom\u00e1ticamente",
|
||||
"LabelMaxChromecastBitrate": "Tasa maxima de bits para El Chromecast:",
|
||||
"LabelSkipBackLength": "Longitud de salto hacia atr\u00e1s:",
|
||||
"LabelSkipForwardLength": "Longitud de salto hacia adelante:",
|
||||
"EnableCinemaMode": "Activar modo cine",
|
||||
"LabelInternetQuality": "Calidad en internet:",
|
||||
"HeaderMusicQuality": "Calidad de Musica",
|
||||
"LabelHomeNetworkQuality": "Calidad en Red Local:"
|
||||
}
|
|
@ -1,20 +1,4 @@
|
|||
{
|
||||
"ValueSeconds": "{0} segundos",
|
||||
"HeaderAudioSettings": "Ajustes de audio",
|
||||
"EnableCinemaMode": "Activar modo cine",
|
||||
"PlayNextEpisodeAutomatically": "Reproducir siguiente episodio autom\u00e1ticamente",
|
||||
"LabelAudioLanguagePreference": "Idioma de audio preferido",
|
||||
"HeaderVideoQuality": "Calidad de Video",
|
||||
"LabelPlayDefaultAudioTrack": "Reproducir pista de audio predeterminado, independientemente del idioma",
|
||||
"CinemaModeConfigurationHelp": "El modo cine proporciona la experiencia del cine directamente en su sala de estar con la capacidad de reproducir trailers e introducciones personalizadas antes de la funci\u00f3n principal.",
|
||||
"EnableNextVideoInfoOverlay": "Activar la informaci\u00f3n del siguiente video durante la reproducci\u00f3n",
|
||||
"EnableNextVideoInfoOverlayHelp": "At the end of a video, display info about the next video coming up in the current playlist.",
|
||||
"LabelMaxChromecastBitrate": "Bitrate de reproducci\u00f3n Chromecast",
|
||||
"LabelSkipBackLength": "Skip back length:",
|
||||
"LabelSkipForwardLength": "Skip forward length:",
|
||||
"LabelInternetQuality": "Internet quality:",
|
||||
"HeaderMusicQuality": "Music Quality",
|
||||
"LabelHomeNetworkQuality": "Home network quality:",
|
||||
"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.",
|
||||
"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.",
|
||||
|
@ -150,12 +134,12 @@
|
|||
"HeaderConfirmRecordingCancellation": "Confirmar la cancelaci\u00f3n de la grabaci\u00f3n",
|
||||
"MessageConfirmRecordingCancellation": "\u00bfEst\u00e1 seguro que desea cancelar esta grabaci\u00f3n?",
|
||||
"Error": "Error",
|
||||
"VoiceInput": "Voice Input",
|
||||
"VoiceInput": "Entrada de voz",
|
||||
"LabelContentType": "Tipo de contenido:",
|
||||
"LabelPath": "Ruta:",
|
||||
"LabelTitle": "T\u00edtulo",
|
||||
"LabelOriginalTitle": "T\u00edtulo original",
|
||||
"LabelSortTitle": "Sort title:",
|
||||
"LabelSortTitle": "Clasificar por t\u00edtulo:",
|
||||
"LabelDateAdded": "Fecha a\u00f1adido:",
|
||||
"ConfigureDateAdded": "Configura como la fecha a\u00f1adida se determina en el Panel de Control del servidor Emby en los ajustes de la biblioteca.",
|
||||
"LabelStatus": "Estado:",
|
||||
|
@ -183,6 +167,8 @@
|
|||
"FormatValue": "Formato: {0}",
|
||||
"DownloadsValue": "Descargas: {0}",
|
||||
"PerfectMatch": "Perfect match",
|
||||
"EnableExternalVideoPlayers": "Activar reproductores externos",
|
||||
"EnableExternalVideoPlayersHelp": "An external player menu will be shown when starting video playback.",
|
||||
"HeaderAlternateEpisodeNumbers": "Alternar el n\u00famero de episodios",
|
||||
"LabelDvdSeasonNumber": "Temporada DVD n\u00famero:",
|
||||
"LabelDvdEpisodeNumber": "Episodio DVD n\u00famero:",
|
||||
|
@ -191,7 +177,7 @@
|
|||
"LabelAirsBeforeSeason": "Se emite antes de la temporada:",
|
||||
"LabelAirsAfterSeason": "Se emite despu\u00e9s de la temporada:",
|
||||
"LabelAirsBeforeEpisode": "Se emite antes del episodio:",
|
||||
"HeaderExternalIds": "External Ids:",
|
||||
"HeaderExternalIds": "Ids externos:",
|
||||
"HeaderDisplaySettings": "Opciones de pantalla",
|
||||
"LabelDisplayOrder": "Mostrar orden:",
|
||||
"Countries": "Pa\u00edses",
|
||||
|
@ -213,7 +199,7 @@
|
|||
"LabelEpisodeNumber": "Episodio n\u00famero:",
|
||||
"LabelTrackNumber": "N\u00famero de pista:",
|
||||
"LabelNumber": "N\u00famero:",
|
||||
"LabelDiscNumber": "Disc number:",
|
||||
"LabelDiscNumber": "N\u00famero de disco:",
|
||||
"LabelParentNumber": "Parent number:",
|
||||
"SortName": "Ordenar por nombre",
|
||||
"ReleaseDate": "Fecha de lanzamiento",
|
||||
|
@ -244,7 +230,7 @@
|
|||
"PackageInstallCompleted": "{0} instalaci\u00f3n completada.",
|
||||
"PackageInstallFailed": "{0} instalaci\u00f3n fallida.",
|
||||
"PackageInstallCancelled": "{0} instalaci\u00f3n cancelada.",
|
||||
"SeriesYearToPresent": "{0} - Present",
|
||||
"SeriesYearToPresent": "{0} - Actualidad",
|
||||
"ValueOneItem": "1 elemento",
|
||||
"ValueOneSong": "1 canci\u00f3n",
|
||||
"ValueSongCount": "{0} canciones",
|
||||
|
@ -275,17 +261,17 @@
|
|||
"ConfirmDeleteItems": "Al borrar este \u00edtem se borrar\u00e1 del sistema de archivos y de la biblioteca. \u00bfQuieres continuar?",
|
||||
"PleaseRestartServerName": "Por favor, reinicie el Servidor de Emby - {0}.",
|
||||
"LabelSyncJobName": "Nombre del trabajo de sincronizaci\u00f3n:",
|
||||
"SyncJobCreated": "Sync job created",
|
||||
"SyncJobCreated": "Trabajo de sincronizaci\u00f3n creado.",
|
||||
"LabelQuality": "Calidad:",
|
||||
"LabelSyncNoTargetsHelp": "It looks like you don't currently have any apps that support offline downloading.",
|
||||
"DownloadingDots": "Descargando",
|
||||
"HeaderSyncRequiresSub": "Downloading requires an active Emby Premiere subscription.",
|
||||
"HeaderSyncRequiresSub": "La descarga requiere de una suscripci\u00f3n activa de Emby Premiere.",
|
||||
"LearnMore": "Aprende m\u00e1s",
|
||||
"LabelProfile": "Perfil:",
|
||||
"LabelBitrateMbps": "Tasa de bits (Mbps):",
|
||||
"SyncUnwatchedVideosOnly": "Download unwatched videos only",
|
||||
"SyncUnwatchedVideosOnlyHelp": "Only unwatched videos will be downloaded, and videos will be removed from the device as they are watched.",
|
||||
"AutomaticallySyncNewContent": "Automatically download new content",
|
||||
"AutomaticallySyncNewContent": "Descargar autom\u00e1ticamente contenido nuevo",
|
||||
"AutomaticallySyncNewContentHelp": "New content added to this folder will be automatically downloaded to the device.",
|
||||
"LabelItemLimit": "L\u00edmite de \u00edtems:",
|
||||
"LabelItemLimitHelp": "Optional. Set a limit to the number of items that will be downloaded.",
|
||||
|
@ -420,9 +406,9 @@
|
|||
"Up": "Arriba",
|
||||
"Down": "Abajo",
|
||||
"HeaderHomeScreen": "Pantalla de inicio",
|
||||
"HeaderLatestMedia": "\u00daltimos medios",
|
||||
"HeaderHomeScreenContent": "Home Screen Content",
|
||||
"HeaderLatestChannelItems": "\u00daltimos elementos de canales",
|
||||
"LabelSelectLastestItemsFolders": "Include items from the following sections in Latest Media",
|
||||
"LabelSelectHomeScreenItemsFolders": "Allow content to appear on my home screen from:",
|
||||
"HeaderLibraryOrder": "Orden de la Biblioteca",
|
||||
"HideWatchedContentFromLatestMedia": "Esconder medios vistos de los medios m\u00e1s recientes",
|
||||
"HeaderOnNow": "Transmitiendo Ahora",
|
||||
|
@ -475,7 +461,7 @@
|
|||
"AudioSampleRateNotSupported": "Frecuencia de muestreo de audio no soportada",
|
||||
"AnamorphicVideoNotSupported": "Anamorphic video not supported",
|
||||
"InterlacedVideoNotSupported": "Entrelazamiento de video no soportado",
|
||||
"SecondaryAudioNotSupported": "Audio track switching not supported",
|
||||
"SecondaryAudioNotSupported": "Cambio de pista de audio no soportado",
|
||||
"ErrorRemovingEmbyConnectAccount": "Ha habido un error quitando la cuenta de Emby Connect. Por favor aseg\u00farate de que tienes una conexi\u00f3n a internet activa e int\u00e9ntalo otra vez.",
|
||||
"HeaderEmbyAccountRemoved": "Cuenta de Emby eliminada",
|
||||
"MessageEmbyAccontRemoved": "Se ha eliminado la cuenta de Emby para este usuario.",
|
||||
|
@ -541,7 +527,7 @@
|
|||
"VideoProfileNotSupported": "Perfil de video no soportado",
|
||||
"VideoFramerateNotSupported": "Cuadros por segundo de video no soportados",
|
||||
"VideoBitDepthNotSupported": "Profundidad de bits de video no soportados",
|
||||
"RefFramesNotSupported": "Number of video reference frames not supported",
|
||||
"RefFramesNotSupported": "N\u00famero de cuadros de referencia de video no soportados",
|
||||
"ErrorConnectServerUnreachable": "There was an error performing the requested operation. Your server is unable to contact our Emby Connect Server at {0}. Please ensure your server has an active internet connection and that the communications are being allowed by any firewall or security software you have installed.",
|
||||
"StopRecording": "Parar grabaci\u00f3n",
|
||||
"ManageRecording": "Gestionar grabaci\u00f3n",
|
||||
|
@ -562,5 +548,21 @@
|
|||
"Logo": "Logo",
|
||||
"Menu": "Men\u00fa",
|
||||
"Screenshot": "Captura de pantalla",
|
||||
"Thumb": "Miniatura"
|
||||
"Thumb": "Miniatura",
|
||||
"ValueSeconds": "{0} segundos",
|
||||
"HeaderAudioSettings": "Ajustes de audio",
|
||||
"LabelAudioLanguagePreference": "Idioma de audio preferido",
|
||||
"LabelPlayDefaultAudioTrack": "Reproducir pista de audio predeterminado, independientemente del idioma",
|
||||
"HeaderVideoQuality": "Calidad de Video",
|
||||
"CinemaModeConfigurationHelp": "El modo cine proporciona la experiencia del cine directamente en su sala de estar con la capacidad de reproducir trailers e introducciones personalizadas antes de la funci\u00f3n principal.",
|
||||
"EnableNextVideoInfoOverlay": "Activar la informaci\u00f3n del siguiente video durante la reproducci\u00f3n",
|
||||
"EnableNextVideoInfoOverlayHelp": "At the end of a video, display info about the next video coming up in the current playlist.",
|
||||
"PlayNextEpisodeAutomatically": "Reproducir siguiente episodio autom\u00e1ticamente",
|
||||
"LabelMaxChromecastBitrate": "Bitrate de reproducci\u00f3n Chromecast",
|
||||
"LabelSkipBackLength": "Skip back length:",
|
||||
"LabelSkipForwardLength": "Skip forward length:",
|
||||
"EnableCinemaMode": "Activar modo cine",
|
||||
"LabelInternetQuality": "Calidad en internet:",
|
||||
"HeaderMusicQuality": "Music Quality",
|
||||
"LabelHomeNetworkQuality": "Home network quality:"
|
||||
}
|
|
@ -1,20 +1,4 @@
|
|||
{
|
||||
"ValueSeconds": "{0} seconds",
|
||||
"HeaderAudioSettings": "Audio Settings",
|
||||
"EnableCinemaMode": "Enable cinema mode",
|
||||
"PlayNextEpisodeAutomatically": "Play next episode automatically",
|
||||
"LabelAudioLanguagePreference": "Preferred audio language:",
|
||||
"HeaderVideoQuality": "Video Quality",
|
||||
"LabelPlayDefaultAudioTrack": "Play default audio track regardless of language",
|
||||
"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.",
|
||||
"EnableNextVideoInfoOverlay": "Enable next video info during playback",
|
||||
"EnableNextVideoInfoOverlayHelp": "At the end of a video, display info about the next video coming up in the current playlist.",
|
||||
"LabelMaxChromecastBitrate": "Chromecast streaming quality:",
|
||||
"LabelSkipBackLength": "Skip back length:",
|
||||
"LabelSkipForwardLength": "Skip forward length:",
|
||||
"LabelInternetQuality": "Internet quality:",
|
||||
"HeaderMusicQuality": "Music Quality",
|
||||
"LabelHomeNetworkQuality": "Home network quality:",
|
||||
"MessageUnlockAppWithPurchaseOrSupporter": "Unlock this feature with a small one-time purchase, or with an active Emby Premiere subscription.",
|
||||
"MessageUnlockAppWithSupporter": "Unlock this feature with an active Emby Premiere subscription.",
|
||||
"MessageToValidateSupporter": "If you have an active Emby Premiere subscription, ensure you've setup Emby Premiere in your Emby Server Dashboard, which you can access by clicking Emby Premiere within the main menu.",
|
||||
|
@ -183,6 +167,8 @@
|
|||
"FormatValue": "Format: {0}",
|
||||
"DownloadsValue": "Downloads: {0}",
|
||||
"PerfectMatch": "Perfect match",
|
||||
"EnableExternalVideoPlayers": "Enable external video players",
|
||||
"EnableExternalVideoPlayersHelp": "An external player menu will be shown when starting video playback.",
|
||||
"HeaderAlternateEpisodeNumbers": "Alternate Episode Numbers",
|
||||
"LabelDvdSeasonNumber": "Dvd season number:",
|
||||
"LabelDvdEpisodeNumber": "Dvd episode number:",
|
||||
|
@ -420,9 +406,9 @@
|
|||
"Up": "Up",
|
||||
"Down": "Down",
|
||||
"HeaderHomeScreen": "Home Screen",
|
||||
"HeaderLatestMedia": "Latest Media",
|
||||
"HeaderHomeScreenContent": "Home Screen Content",
|
||||
"HeaderLatestChannelItems": "Latest Channel Items",
|
||||
"LabelSelectLastestItemsFolders": "Include items from the following sections in Latest Media",
|
||||
"LabelSelectHomeScreenItemsFolders": "Allow content to appear on my home screen from:",
|
||||
"HeaderLibraryOrder": "Library Order",
|
||||
"HideWatchedContentFromLatestMedia": "Hide watched content from latest media",
|
||||
"HeaderOnNow": "On Now",
|
||||
|
@ -562,5 +548,21 @@
|
|||
"Logo": "Logo",
|
||||
"Menu": "Menu",
|
||||
"Screenshot": "Screenshot",
|
||||
"Thumb": "Thumb"
|
||||
"Thumb": "Thumb",
|
||||
"ValueSeconds": "{0} seconds",
|
||||
"HeaderAudioSettings": "Audio Settings",
|
||||
"LabelAudioLanguagePreference": "Preferred audio language:",
|
||||
"LabelPlayDefaultAudioTrack": "Play default audio track regardless of language",
|
||||
"HeaderVideoQuality": "Video Quality",
|
||||
"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.",
|
||||
"EnableNextVideoInfoOverlay": "Enable next video info during playback",
|
||||
"EnableNextVideoInfoOverlayHelp": "At the end of a video, display info about the next video coming up in the current playlist.",
|
||||
"PlayNextEpisodeAutomatically": "Play next episode automatically",
|
||||
"LabelMaxChromecastBitrate": "Chromecast streaming quality:",
|
||||
"LabelSkipBackLength": "Skip back length:",
|
||||
"LabelSkipForwardLength": "Skip forward length:",
|
||||
"EnableCinemaMode": "Enable cinema mode",
|
||||
"LabelInternetQuality": "Internet quality:",
|
||||
"HeaderMusicQuality": "Music Quality",
|
||||
"LabelHomeNetworkQuality": "Home network quality:"
|
||||
}
|
|
@ -1,20 +1,4 @@
|
|||
{
|
||||
"ValueSeconds": "{0} seconds",
|
||||
"HeaderAudioSettings": "Audio Settings",
|
||||
"EnableCinemaMode": "Enable cinema mode",
|
||||
"PlayNextEpisodeAutomatically": "Play next episode automatically",
|
||||
"LabelAudioLanguagePreference": "Preferred audio language:",
|
||||
"HeaderVideoQuality": "Video Quality",
|
||||
"LabelPlayDefaultAudioTrack": "Play default audio track regardless of language",
|
||||
"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.",
|
||||
"EnableNextVideoInfoOverlay": "Enable next video info during playback",
|
||||
"EnableNextVideoInfoOverlayHelp": "At the end of a video, display info about the next video coming up in the current playlist.",
|
||||
"LabelMaxChromecastBitrate": "Chromecast streaming quality:",
|
||||
"LabelSkipBackLength": "Skip back length:",
|
||||
"LabelSkipForwardLength": "Skip forward length:",
|
||||
"LabelInternetQuality": "Internet quality:",
|
||||
"HeaderMusicQuality": "Music Quality",
|
||||
"LabelHomeNetworkQuality": "Home network quality:",
|
||||
"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.",
|
||||
"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.",
|
||||
|
@ -183,6 +167,8 @@
|
|||
"FormatValue": "Format: {0}",
|
||||
"DownloadsValue": "Downloads: {0}",
|
||||
"PerfectMatch": "Perfect match",
|
||||
"EnableExternalVideoPlayers": "Enable external video players",
|
||||
"EnableExternalVideoPlayersHelp": "An external player menu will be shown when starting video playback.",
|
||||
"HeaderAlternateEpisodeNumbers": "Alternate Episode Numbers",
|
||||
"LabelDvdSeasonNumber": "Dvd season number:",
|
||||
"LabelDvdEpisodeNumber": "Dvd episode number:",
|
||||
|
@ -420,9 +406,9 @@
|
|||
"Up": "Up",
|
||||
"Down": "Down",
|
||||
"HeaderHomeScreen": "Home Screen",
|
||||
"HeaderLatestMedia": "Latest Media",
|
||||
"HeaderHomeScreenContent": "Home Screen Content",
|
||||
"HeaderLatestChannelItems": "Latest Channel Items",
|
||||
"LabelSelectLastestItemsFolders": "Include items from the following sections in Latest Media",
|
||||
"LabelSelectHomeScreenItemsFolders": "Allow content to appear on my home screen from:",
|
||||
"HeaderLibraryOrder": "Library Order",
|
||||
"HideWatchedContentFromLatestMedia": "Hide watched content from latest media",
|
||||
"HeaderOnNow": "On Now",
|
||||
|
@ -562,5 +548,21 @@
|
|||
"Logo": "Logo",
|
||||
"Menu": "Menu",
|
||||
"Screenshot": "Screenshot",
|
||||
"Thumb": "Thumb"
|
||||
"Thumb": "Thumb",
|
||||
"ValueSeconds": "{0} seconds",
|
||||
"HeaderAudioSettings": "Audio Settings",
|
||||
"LabelAudioLanguagePreference": "Preferred audio language:",
|
||||
"LabelPlayDefaultAudioTrack": "Play default audio track regardless of language",
|
||||
"HeaderVideoQuality": "Video Quality",
|
||||
"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.",
|
||||
"EnableNextVideoInfoOverlay": "Enable next video info during playback",
|
||||
"EnableNextVideoInfoOverlayHelp": "At the end of a video, display info about the next video coming up in the current playlist.",
|
||||
"PlayNextEpisodeAutomatically": "Play next episode automatically",
|
||||
"LabelMaxChromecastBitrate": "Chromecast streaming quality:",
|
||||
"LabelSkipBackLength": "Skip back length:",
|
||||
"LabelSkipForwardLength": "Skip forward length:",
|
||||
"EnableCinemaMode": "Enable cinema mode",
|
||||
"LabelInternetQuality": "Internet quality:",
|
||||
"HeaderMusicQuality": "Music Quality",
|
||||
"LabelHomeNetworkQuality": "Home network quality:"
|
||||
}
|
|
@ -1,20 +1,4 @@
|
|||
{
|
||||
"ValueSeconds": "{0} secondes",
|
||||
"HeaderAudioSettings": "R\u00e9glages audio",
|
||||
"EnableCinemaMode": "Activer le mode cin\u00e9ma",
|
||||
"PlayNextEpisodeAutomatically": "Lancer l'\u00e9pisode suivant automatiquement",
|
||||
"LabelAudioLanguagePreference": "Langue audio pr\u00e9f\u00e9r\u00e9e\u00a0:",
|
||||
"HeaderVideoQuality": "Qualit\u00e9 vid\u00e9o",
|
||||
"LabelPlayDefaultAudioTrack": "Utiliser le flux audio par d\u00e9faut quelle que soit la langue",
|
||||
"CinemaModeConfigurationHelp": "Le mode cin\u00e9ma apporte l'exp\u00e9rience du cin\u00e9ma directement dans votre salon gr\u00e2ce \u00e0 la possibilit\u00e9 de lire des bandes-annonces et des introductions personnalis\u00e9es avant le film principal.",
|
||||
"EnableNextVideoInfoOverlay": "Activer les informations de la vid\u00e9o suivante pendant la lecture",
|
||||
"EnableNextVideoInfoOverlayHelp": "\u00c0 la fin d'une vid\u00e9o, afficher les informations sur la vid\u00e9o suivante dans la file d'attente.",
|
||||
"LabelMaxChromecastBitrate": "Qualit\u00e9 maximum pour Chromecast\u00a0:",
|
||||
"LabelSkipBackLength": "Dur\u00e9e des sauts en arri\u00e8re\u00a0:",
|
||||
"LabelSkipForwardLength": "Dur\u00e9e des sauts en avant\u00a0:",
|
||||
"LabelInternetQuality": "Qualit\u00e9 d'internet\u00a0:",
|
||||
"HeaderMusicQuality": "Qualit\u00e9 de la musique\u00a0:",
|
||||
"LabelHomeNetworkQuality": "Qualit\u00e9 du r\u00e9seau local\u00a0:",
|
||||
"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.",
|
||||
"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",
|
||||
|
@ -183,6 +167,8 @@
|
|||
"FormatValue": "Format : {0}",
|
||||
"DownloadsValue": "T\u00e9l\u00e9chargements : {0}",
|
||||
"PerfectMatch": "Correspondance parfaite",
|
||||
"EnableExternalVideoPlayers": "Activer les lecteurs vid\u00e9o externes",
|
||||
"EnableExternalVideoPlayersHelp": "Une liste des lecteurs externes sera affich\u00e9e au lancement de la lecture d'une vid\u00e9o.",
|
||||
"HeaderAlternateEpisodeNumbers": "Num\u00e9ros d'\u00e9pisode alternatifs",
|
||||
"LabelDvdSeasonNumber": "Num\u00e9ro de saison en DVD :",
|
||||
"LabelDvdEpisodeNumber": "Num\u00e9ro d'\u00e9pisode en DVD\u00a0:",
|
||||
|
@ -420,9 +406,9 @@
|
|||
"Up": "Haut",
|
||||
"Down": "Bas",
|
||||
"HeaderHomeScreen": "\u00c9cran d'accueil",
|
||||
"HeaderLatestMedia": "Derniers m\u00e9dias",
|
||||
"HeaderHomeScreenContent": "Home Screen Content",
|
||||
"HeaderLatestChannelItems": "Derniers \u00e9l\u00e9ments de la cha\u00eene",
|
||||
"LabelSelectLastestItemsFolders": "Inclure les \u00e9l\u00e9ments provenant des sections suivantes dans les derniers m\u00e9dias",
|
||||
"LabelSelectHomeScreenItemsFolders": "Allow content to appear on my home screen from:",
|
||||
"HeaderLibraryOrder": "Ordre de la m\u00e9diath\u00e8que",
|
||||
"HideWatchedContentFromLatestMedia": "Masquer le contenu d\u00e9j\u00e0 vu dans les derniers m\u00e9dias",
|
||||
"HeaderOnNow": "En ce moment",
|
||||
|
@ -562,5 +548,21 @@
|
|||
"Logo": "Logo",
|
||||
"Menu": "Menu",
|
||||
"Screenshot": "Capture d'\u00e9cran",
|
||||
"Thumb": "Vignette"
|
||||
"Thumb": "Vignette",
|
||||
"ValueSeconds": "{0} secondes",
|
||||
"HeaderAudioSettings": "R\u00e9glages audio",
|
||||
"LabelAudioLanguagePreference": "Langue audio pr\u00e9f\u00e9r\u00e9e\u00a0:",
|
||||
"LabelPlayDefaultAudioTrack": "Utiliser le flux audio par d\u00e9faut quelle que soit la langue",
|
||||
"HeaderVideoQuality": "Qualit\u00e9 vid\u00e9o",
|
||||
"CinemaModeConfigurationHelp": "Le mode cin\u00e9ma apporte l'exp\u00e9rience du cin\u00e9ma directement dans votre salon gr\u00e2ce \u00e0 la possibilit\u00e9 de lire des bandes-annonces et des introductions personnalis\u00e9es avant le film principal.",
|
||||
"EnableNextVideoInfoOverlay": "Activer les informations de la vid\u00e9o suivante pendant la lecture",
|
||||
"EnableNextVideoInfoOverlayHelp": "\u00c0 la fin d'une vid\u00e9o, afficher les informations sur la vid\u00e9o suivante dans la file d'attente.",
|
||||
"PlayNextEpisodeAutomatically": "Lancer l'\u00e9pisode suivant automatiquement",
|
||||
"LabelMaxChromecastBitrate": "Qualit\u00e9 maximum pour Chromecast\u00a0:",
|
||||
"LabelSkipBackLength": "Dur\u00e9e des sauts en arri\u00e8re\u00a0:",
|
||||
"LabelSkipForwardLength": "Dur\u00e9e des sauts en avant\u00a0:",
|
||||
"EnableCinemaMode": "Activer le mode cin\u00e9ma",
|
||||
"LabelInternetQuality": "Qualit\u00e9 d'internet\u00a0:",
|
||||
"HeaderMusicQuality": "Qualit\u00e9 de la musique\u00a0:",
|
||||
"LabelHomeNetworkQuality": "Qualit\u00e9 du r\u00e9seau local\u00a0:"
|
||||
}
|
|
@ -1,20 +1,4 @@
|
|||
{
|
||||
"ValueSeconds": "{0} seconds",
|
||||
"HeaderAudioSettings": "Audio Settings",
|
||||
"EnableCinemaMode": "Enable cinema mode",
|
||||
"PlayNextEpisodeAutomatically": "Play next episode automatically",
|
||||
"LabelAudioLanguagePreference": "Preferred audio language:",
|
||||
"HeaderVideoQuality": "Video Quality",
|
||||
"LabelPlayDefaultAudioTrack": "Play default audio track regardless of language",
|
||||
"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.",
|
||||
"EnableNextVideoInfoOverlay": "Enable next video info during playback",
|
||||
"EnableNextVideoInfoOverlayHelp": "At the end of a video, display info about the next video coming up in the current playlist.",
|
||||
"LabelMaxChromecastBitrate": "Chromecast streaming quality:",
|
||||
"LabelSkipBackLength": "Skip back length:",
|
||||
"LabelSkipForwardLength": "Skip forward length:",
|
||||
"LabelInternetQuality": "Internet quality:",
|
||||
"HeaderMusicQuality": "Music Quality",
|
||||
"LabelHomeNetworkQuality": "Home network quality:",
|
||||
"MessageUnlockAppWithPurchaseOrSupporter": "Unlock this feature with a small one-time purchase, or with an active Emby Premiere subscription.",
|
||||
"MessageUnlockAppWithSupporter": "Unlock this feature with an active Emby Premiere subscription.",
|
||||
"MessageToValidateSupporter": "If you have an active Emby Premiere subscription, ensure you've setup Emby Premiere in your Emby Server Dashboard, which you can access by clicking Emby Premiere within the main menu.",
|
||||
|
@ -183,6 +167,8 @@
|
|||
"FormatValue": "Format: {0}",
|
||||
"DownloadsValue": "Downloads: {0}",
|
||||
"PerfectMatch": "Perfect match",
|
||||
"EnableExternalVideoPlayers": "Enable external video players",
|
||||
"EnableExternalVideoPlayersHelp": "An external player menu will be shown when starting video playback.",
|
||||
"HeaderAlternateEpisodeNumbers": "Alternate Episode Numbers",
|
||||
"LabelDvdSeasonNumber": "Dvd season number:",
|
||||
"LabelDvdEpisodeNumber": "Dvd episode number:",
|
||||
|
@ -420,9 +406,9 @@
|
|||
"Up": "Up",
|
||||
"Down": "Down",
|
||||
"HeaderHomeScreen": "Home Screen",
|
||||
"HeaderLatestMedia": "Latest Media",
|
||||
"HeaderHomeScreenContent": "Home Screen Content",
|
||||
"HeaderLatestChannelItems": "Latest Channel Items",
|
||||
"LabelSelectLastestItemsFolders": "Include items from the following sections in Latest Media",
|
||||
"LabelSelectHomeScreenItemsFolders": "Allow content to appear on my home screen from:",
|
||||
"HeaderLibraryOrder": "Library Order",
|
||||
"HideWatchedContentFromLatestMedia": "Hide watched content from latest media",
|
||||
"HeaderOnNow": "On Now",
|
||||
|
@ -562,5 +548,21 @@
|
|||
"Logo": "Logo",
|
||||
"Menu": "Menu",
|
||||
"Screenshot": "Screenshot",
|
||||
"Thumb": "Thumb"
|
||||
"Thumb": "Thumb",
|
||||
"ValueSeconds": "{0} seconds",
|
||||
"HeaderAudioSettings": "Audio Settings",
|
||||
"LabelAudioLanguagePreference": "Preferred audio language:",
|
||||
"LabelPlayDefaultAudioTrack": "Play default audio track regardless of language",
|
||||
"HeaderVideoQuality": "Video Quality",
|
||||
"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.",
|
||||
"EnableNextVideoInfoOverlay": "Enable next video info during playback",
|
||||
"EnableNextVideoInfoOverlayHelp": "At the end of a video, display info about the next video coming up in the current playlist.",
|
||||
"PlayNextEpisodeAutomatically": "Play next episode automatically",
|
||||
"LabelMaxChromecastBitrate": "Chromecast streaming quality:",
|
||||
"LabelSkipBackLength": "Skip back length:",
|
||||
"LabelSkipForwardLength": "Skip forward length:",
|
||||
"EnableCinemaMode": "Enable cinema mode",
|
||||
"LabelInternetQuality": "Internet quality:",
|
||||
"HeaderMusicQuality": "Music Quality",
|
||||
"LabelHomeNetworkQuality": "Home network quality:"
|
||||
}
|
|
@ -1,20 +1,4 @@
|
|||
{
|
||||
"ValueSeconds": "{0} seconds",
|
||||
"HeaderAudioSettings": "Audio Settings",
|
||||
"EnableCinemaMode": "Enable cinema mode",
|
||||
"PlayNextEpisodeAutomatically": "Play next episode automatically",
|
||||
"LabelAudioLanguagePreference": "Preferred audio language:",
|
||||
"HeaderVideoQuality": "Video Quality",
|
||||
"LabelPlayDefaultAudioTrack": "Play default audio track regardless of language",
|
||||
"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.",
|
||||
"EnableNextVideoInfoOverlay": "Enable next video info during playback",
|
||||
"EnableNextVideoInfoOverlayHelp": "At the end of a video, display info about the next video coming up in the current playlist.",
|
||||
"LabelMaxChromecastBitrate": "Chromecast streaming quality:",
|
||||
"LabelSkipBackLength": "Skip back length:",
|
||||
"LabelSkipForwardLength": "Skip forward length:",
|
||||
"LabelInternetQuality": "Internet quality:",
|
||||
"HeaderMusicQuality": "Music Quality",
|
||||
"LabelHomeNetworkQuality": "Home network quality:",
|
||||
"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.",
|
||||
"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.",
|
||||
|
@ -183,6 +167,8 @@
|
|||
"FormatValue": "Format: {0}",
|
||||
"DownloadsValue": "Downloads: {0}",
|
||||
"PerfectMatch": "Perfect match",
|
||||
"EnableExternalVideoPlayers": "Enable external video players",
|
||||
"EnableExternalVideoPlayersHelp": "An external player menu will be shown when starting video playback.",
|
||||
"HeaderAlternateEpisodeNumbers": "\u05de\u05e1\u05e4\u05e8\u05d9\u05dd \u05d7\u05dc\u05d5\u05e4\u05d9\u05d9\u05dd",
|
||||
"LabelDvdSeasonNumber": "\u05de\u05e1\u05e4\u05e8 \u05d4\u05e2\u05d5\u05e0\u05d4 \u05e9\u05dc \u05d4- DVD:",
|
||||
"LabelDvdEpisodeNumber": "\u05de\u05e1\u05e4\u05e8 \u05e4\u05e8\u05e7 DVD:",
|
||||
|
@ -420,9 +406,9 @@
|
|||
"Up": "Up",
|
||||
"Down": "Down",
|
||||
"HeaderHomeScreen": "Home Screen",
|
||||
"HeaderLatestMedia": "Latest Media",
|
||||
"HeaderHomeScreenContent": "Home Screen Content",
|
||||
"HeaderLatestChannelItems": "Latest Channel Items",
|
||||
"LabelSelectLastestItemsFolders": "Include items from the following sections in Latest Media",
|
||||
"LabelSelectHomeScreenItemsFolders": "Allow content to appear on my home screen from:",
|
||||
"HeaderLibraryOrder": "Library Order",
|
||||
"HideWatchedContentFromLatestMedia": "Hide watched content from latest media",
|
||||
"HeaderOnNow": "On Now",
|
||||
|
@ -562,5 +548,21 @@
|
|||
"Logo": "Logo",
|
||||
"Menu": "Menu",
|
||||
"Screenshot": "Screenshot",
|
||||
"Thumb": "Thumb"
|
||||
"Thumb": "Thumb",
|
||||
"ValueSeconds": "{0} seconds",
|
||||
"HeaderAudioSettings": "Audio Settings",
|
||||
"LabelAudioLanguagePreference": "Preferred audio language:",
|
||||
"LabelPlayDefaultAudioTrack": "Play default audio track regardless of language",
|
||||
"HeaderVideoQuality": "Video Quality",
|
||||
"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.",
|
||||
"EnableNextVideoInfoOverlay": "Enable next video info during playback",
|
||||
"EnableNextVideoInfoOverlayHelp": "At the end of a video, display info about the next video coming up in the current playlist.",
|
||||
"PlayNextEpisodeAutomatically": "Play next episode automatically",
|
||||
"LabelMaxChromecastBitrate": "Chromecast streaming quality:",
|
||||
"LabelSkipBackLength": "Skip back length:",
|
||||
"LabelSkipForwardLength": "Skip forward length:",
|
||||
"EnableCinemaMode": "Enable cinema mode",
|
||||
"LabelInternetQuality": "Internet quality:",
|
||||
"HeaderMusicQuality": "Music Quality",
|
||||
"LabelHomeNetworkQuality": "Home network quality:"
|
||||
}
|
|
@ -1,20 +1,4 @@
|
|||
{
|
||||
"ValueSeconds": "{0} seconds",
|
||||
"HeaderAudioSettings": "Audio Settings",
|
||||
"EnableCinemaMode": "Enable cinema mode",
|
||||
"PlayNextEpisodeAutomatically": "Play next episode automatically",
|
||||
"LabelAudioLanguagePreference": "Preferred audio language:",
|
||||
"HeaderVideoQuality": "Video Quality",
|
||||
"LabelPlayDefaultAudioTrack": "Play default audio track regardless of language",
|
||||
"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.",
|
||||
"EnableNextVideoInfoOverlay": "Enable next video info during playback",
|
||||
"EnableNextVideoInfoOverlayHelp": "At the end of a video, display info about the next video coming up in the current playlist.",
|
||||
"LabelMaxChromecastBitrate": "Chromecast streaming quality:",
|
||||
"LabelSkipBackLength": "Skip back length:",
|
||||
"LabelSkipForwardLength": "Skip forward length:",
|
||||
"LabelInternetQuality": "Internet quality:",
|
||||
"HeaderMusicQuality": "Music Quality",
|
||||
"LabelHomeNetworkQuality": "Home network quality:",
|
||||
"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.",
|
||||
"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.",
|
||||
|
@ -183,6 +167,8 @@
|
|||
"FormatValue": "Format: {0}",
|
||||
"DownloadsValue": "Downloads: {0}",
|
||||
"PerfectMatch": "Perfect match",
|
||||
"EnableExternalVideoPlayers": "Enable external video players",
|
||||
"EnableExternalVideoPlayersHelp": "An external player menu will be shown when starting video playback.",
|
||||
"HeaderAlternateEpisodeNumbers": "Alternativni brojevi epizoda",
|
||||
"LabelDvdSeasonNumber": "Dvd broj sezone:",
|
||||
"LabelDvdEpisodeNumber": "Dvd broj epizode:",
|
||||
|
@ -420,9 +406,9 @@
|
|||
"Up": "Up",
|
||||
"Down": "Down",
|
||||
"HeaderHomeScreen": "Home Screen",
|
||||
"HeaderLatestMedia": "Latest Media",
|
||||
"HeaderHomeScreenContent": "Home Screen Content",
|
||||
"HeaderLatestChannelItems": "Latest Channel Items",
|
||||
"LabelSelectLastestItemsFolders": "Include items from the following sections in Latest Media",
|
||||
"LabelSelectHomeScreenItemsFolders": "Allow content to appear on my home screen from:",
|
||||
"HeaderLibraryOrder": "Library Order",
|
||||
"HideWatchedContentFromLatestMedia": "Hide watched content from latest media",
|
||||
"HeaderOnNow": "On Now",
|
||||
|
@ -562,5 +548,21 @@
|
|||
"Logo": "Logo",
|
||||
"Menu": "Menu",
|
||||
"Screenshot": "Screenshot",
|
||||
"Thumb": "Thumb"
|
||||
"Thumb": "Thumb",
|
||||
"ValueSeconds": "{0} seconds",
|
||||
"HeaderAudioSettings": "Audio Settings",
|
||||
"LabelAudioLanguagePreference": "Preferred audio language:",
|
||||
"LabelPlayDefaultAudioTrack": "Play default audio track regardless of language",
|
||||
"HeaderVideoQuality": "Video Quality",
|
||||
"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.",
|
||||
"EnableNextVideoInfoOverlay": "Enable next video info during playback",
|
||||
"EnableNextVideoInfoOverlayHelp": "At the end of a video, display info about the next video coming up in the current playlist.",
|
||||
"PlayNextEpisodeAutomatically": "Play next episode automatically",
|
||||
"LabelMaxChromecastBitrate": "Chromecast streaming quality:",
|
||||
"LabelSkipBackLength": "Skip back length:",
|
||||
"LabelSkipForwardLength": "Skip forward length:",
|
||||
"EnableCinemaMode": "Enable cinema mode",
|
||||
"LabelInternetQuality": "Internet quality:",
|
||||
"HeaderMusicQuality": "Music Quality",
|
||||
"LabelHomeNetworkQuality": "Home network quality:"
|
||||
}
|
|
@ -1,20 +1,4 @@
|
|||
{
|
||||
"ValueSeconds": "{0} seconds",
|
||||
"HeaderAudioSettings": "Audi\u00f3 Be\u00e1ll\u00edt\u00e1sok",
|
||||
"EnableCinemaMode": "Enable cinema mode",
|
||||
"PlayNextEpisodeAutomatically": "Play next episode automatically",
|
||||
"LabelAudioLanguagePreference": "Preferred audio language:",
|
||||
"HeaderVideoQuality": "Video Quality",
|
||||
"LabelPlayDefaultAudioTrack": "Play default audio track regardless of language",
|
||||
"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.",
|
||||
"EnableNextVideoInfoOverlay": "Enable next video info during playback",
|
||||
"EnableNextVideoInfoOverlayHelp": "At the end of a video, display info about the next video coming up in the current playlist.",
|
||||
"LabelMaxChromecastBitrate": "Chromecast streaming quality:",
|
||||
"LabelSkipBackLength": "Skip back length:",
|
||||
"LabelSkipForwardLength": "Skip forward length:",
|
||||
"LabelInternetQuality": "Internet quality:",
|
||||
"HeaderMusicQuality": "Music Quality",
|
||||
"LabelHomeNetworkQuality": "Home network quality:",
|
||||
"MessageUnlockAppWithPurchaseOrSupporter": "Unlock this feature with a small one-time purchase, or with an active Emby Premiere subscription.",
|
||||
"MessageUnlockAppWithSupporter": "Unlock this feature with an active Emby Premiere subscription.",
|
||||
"MessageToValidateSupporter": "If you have an active Emby Premiere subscription, ensure you've setup Emby Premiere in your Emby Server Dashboard, which you can access by clicking Emby Premiere within the main menu.",
|
||||
|
@ -183,6 +167,8 @@
|
|||
"FormatValue": "Format: {0}",
|
||||
"DownloadsValue": "Downloads: {0}",
|
||||
"PerfectMatch": "Perfect match",
|
||||
"EnableExternalVideoPlayers": "Enable external video players",
|
||||
"EnableExternalVideoPlayersHelp": "An external player menu will be shown when starting video playback.",
|
||||
"HeaderAlternateEpisodeNumbers": "Alternate Episode Numbers",
|
||||
"LabelDvdSeasonNumber": "Dvd season number:",
|
||||
"LabelDvdEpisodeNumber": "Dvd epiz\u00f3d sz\u00e1ma:",
|
||||
|
@ -420,9 +406,9 @@
|
|||
"Up": "Fel",
|
||||
"Down": "Le",
|
||||
"HeaderHomeScreen": "Kezd\u0151k\u00e9perny\u0151",
|
||||
"HeaderLatestMedia": "Leg\u00fajabb m\u00e9dia",
|
||||
"HeaderHomeScreenContent": "Home Screen Content",
|
||||
"HeaderLatestChannelItems": "Latest Channel Items",
|
||||
"LabelSelectLastestItemsFolders": "Haszn\u00e1lja a k\u00f6vetkez\u0151 elemeket a Leg\u00fajabb m\u00e9di\u00e1ban",
|
||||
"LabelSelectHomeScreenItemsFolders": "Allow content to appear on my home screen from:",
|
||||
"HeaderLibraryOrder": "M\u00e9diat\u00e1r rendez\u00e9s",
|
||||
"HideWatchedContentFromLatestMedia": "A megtekintett tartalom elrejt\u00e9se a leg\u00fajabb m\u00e9di\u00e1b\u00f3l",
|
||||
"HeaderOnNow": "On Now",
|
||||
|
@ -562,5 +548,21 @@
|
|||
"Logo": "Logo",
|
||||
"Menu": "Menu",
|
||||
"Screenshot": "Screenshot",
|
||||
"Thumb": "Thumb"
|
||||
"Thumb": "Thumb",
|
||||
"ValueSeconds": "{0} seconds",
|
||||
"HeaderAudioSettings": "Audi\u00f3 Be\u00e1ll\u00edt\u00e1sok",
|
||||
"LabelAudioLanguagePreference": "Preferred audio language:",
|
||||
"LabelPlayDefaultAudioTrack": "Play default audio track regardless of language",
|
||||
"HeaderVideoQuality": "Video Quality",
|
||||
"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.",
|
||||
"EnableNextVideoInfoOverlay": "Enable next video info during playback",
|
||||
"EnableNextVideoInfoOverlayHelp": "At the end of a video, display info about the next video coming up in the current playlist.",
|
||||
"PlayNextEpisodeAutomatically": "Play next episode automatically",
|
||||
"LabelMaxChromecastBitrate": "Chromecast streaming quality:",
|
||||
"LabelSkipBackLength": "Skip back length:",
|
||||
"LabelSkipForwardLength": "Skip forward length:",
|
||||
"EnableCinemaMode": "Enable cinema mode",
|
||||
"LabelInternetQuality": "Internet quality:",
|
||||
"HeaderMusicQuality": "Music Quality",
|
||||
"LabelHomeNetworkQuality": "Home network quality:"
|
||||
}
|
|
@ -1,20 +1,4 @@
|
|||
{
|
||||
"ValueSeconds": "{0} seconds",
|
||||
"HeaderAudioSettings": "Audio Settings",
|
||||
"EnableCinemaMode": "Enable cinema mode",
|
||||
"PlayNextEpisodeAutomatically": "Play next episode automatically",
|
||||
"LabelAudioLanguagePreference": "Preferred audio language:",
|
||||
"HeaderVideoQuality": "Video Quality",
|
||||
"LabelPlayDefaultAudioTrack": "Play default audio track regardless of language",
|
||||
"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.",
|
||||
"EnableNextVideoInfoOverlay": "Enable next video info during playback",
|
||||
"EnableNextVideoInfoOverlayHelp": "At the end of a video, display info about the next video coming up in the current playlist.",
|
||||
"LabelMaxChromecastBitrate": "Chromecast streaming quality:",
|
||||
"LabelSkipBackLength": "Skip back length:",
|
||||
"LabelSkipForwardLength": "Skip forward length:",
|
||||
"LabelInternetQuality": "Internet quality:",
|
||||
"HeaderMusicQuality": "Music Quality",
|
||||
"LabelHomeNetworkQuality": "Home network quality:",
|
||||
"MessageUnlockAppWithPurchaseOrSupporter": "Unlock this feature with a small one-time purchase, or with an active Emby Premiere subscription.",
|
||||
"MessageUnlockAppWithSupporter": "Unlock this feature with an active Emby Premiere subscription.",
|
||||
"MessageToValidateSupporter": "If you have an active Emby Premiere subscription, ensure you've setup Emby Premiere in your Emby Server Dashboard, which you can access by clicking Emby Premiere within the main menu.",
|
||||
|
@ -183,6 +167,8 @@
|
|||
"FormatValue": "Format: {0}",
|
||||
"DownloadsValue": "Downloads: {0}",
|
||||
"PerfectMatch": "Perfect match",
|
||||
"EnableExternalVideoPlayers": "Enable external video players",
|
||||
"EnableExternalVideoPlayersHelp": "An external player menu will be shown when starting video playback.",
|
||||
"HeaderAlternateEpisodeNumbers": "Alternate Episode Numbers",
|
||||
"LabelDvdSeasonNumber": "Dvd season number:",
|
||||
"LabelDvdEpisodeNumber": "Dvd episode number:",
|
||||
|
@ -420,9 +406,9 @@
|
|||
"Up": "Up",
|
||||
"Down": "Down",
|
||||
"HeaderHomeScreen": "Home Screen",
|
||||
"HeaderLatestMedia": "Latest Media",
|
||||
"HeaderHomeScreenContent": "Home Screen Content",
|
||||
"HeaderLatestChannelItems": "Latest Channel Items",
|
||||
"LabelSelectLastestItemsFolders": "Include items from the following sections in Latest Media",
|
||||
"LabelSelectHomeScreenItemsFolders": "Allow content to appear on my home screen from:",
|
||||
"HeaderLibraryOrder": "Library Order",
|
||||
"HideWatchedContentFromLatestMedia": "Hide watched content from latest media",
|
||||
"HeaderOnNow": "On Now",
|
||||
|
@ -562,5 +548,21 @@
|
|||
"Logo": "Logo",
|
||||
"Menu": "Menu",
|
||||
"Screenshot": "Screenshot",
|
||||
"Thumb": "Thumb"
|
||||
"Thumb": "Thumb",
|
||||
"ValueSeconds": "{0} seconds",
|
||||
"HeaderAudioSettings": "Audio Settings",
|
||||
"LabelAudioLanguagePreference": "Preferred audio language:",
|
||||
"LabelPlayDefaultAudioTrack": "Play default audio track regardless of language",
|
||||
"HeaderVideoQuality": "Video Quality",
|
||||
"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.",
|
||||
"EnableNextVideoInfoOverlay": "Enable next video info during playback",
|
||||
"EnableNextVideoInfoOverlayHelp": "At the end of a video, display info about the next video coming up in the current playlist.",
|
||||
"PlayNextEpisodeAutomatically": "Play next episode automatically",
|
||||
"LabelMaxChromecastBitrate": "Chromecast streaming quality:",
|
||||
"LabelSkipBackLength": "Skip back length:",
|
||||
"LabelSkipForwardLength": "Skip forward length:",
|
||||
"EnableCinemaMode": "Enable cinema mode",
|
||||
"LabelInternetQuality": "Internet quality:",
|
||||
"HeaderMusicQuality": "Music Quality",
|
||||
"LabelHomeNetworkQuality": "Home network quality:"
|
||||
}
|
|
@ -1,20 +1,4 @@
|
|||
{
|
||||
"ValueSeconds": "{0} secondi",
|
||||
"HeaderAudioSettings": "Impostazioni audio",
|
||||
"EnableCinemaMode": "Attiva modalit\u00e0 cinema",
|
||||
"PlayNextEpisodeAutomatically": "Riproduci automaticamente l'episodio successivo",
|
||||
"LabelAudioLanguagePreference": "Lingua audio preferita:",
|
||||
"HeaderVideoQuality": "Qualit\u00e0 Video",
|
||||
"LabelPlayDefaultAudioTrack": "Riprodurre la traccia audio di default indipendentemente dalla lingua",
|
||||
"CinemaModeConfigurationHelp": "La modalit\u00e0 Cinema porta l'esperienza del teatro direttamente nel tuo salotto con la possibilit\u00e0 di vedere trailer e intro personalizzati",
|
||||
"EnableNextVideoInfoOverlay": "Abilita le informazioni del prossimo video durante la riproduzione",
|
||||
"EnableNextVideoInfoOverlayHelp": "Alla fine di un video, visualizza informazioni sul video successivo che compare nella playlist corrente.",
|
||||
"LabelMaxChromecastBitrate": "Qualit\u00e0 streaming su Chromecast:",
|
||||
"LabelSkipBackLength": "Durata salta indietro:",
|
||||
"LabelSkipForwardLength": "Durata salta avanti:",
|
||||
"LabelInternetQuality": "Qualit\u00e0 Internet:",
|
||||
"HeaderMusicQuality": "Qualit\u00e0 Musica",
|
||||
"LabelHomeNetworkQuality": "Qualit\u00e0 della rete domestica:",
|
||||
"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",
|
||||
"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.",
|
||||
|
@ -183,6 +167,8 @@
|
|||
"FormatValue": "Formato: {0}",
|
||||
"DownloadsValue": "Downloads: {0}",
|
||||
"PerfectMatch": "Corrispondenza perfetta",
|
||||
"EnableExternalVideoPlayers": "Abilita lettori video esterni",
|
||||
"EnableExternalVideoPlayersHelp": "An external player menu will be shown when starting video playback.",
|
||||
"HeaderAlternateEpisodeNumbers": "Numeri Episodio Alternativi",
|
||||
"LabelDvdSeasonNumber": "Numero stagione DVD:",
|
||||
"LabelDvdEpisodeNumber": "Numero episodio DVD:",
|
||||
|
@ -420,9 +406,9 @@
|
|||
"Up": "Su",
|
||||
"Down": "Gi\u00f9",
|
||||
"HeaderHomeScreen": "Pagina iniziale",
|
||||
"HeaderLatestMedia": "Ultimi Media",
|
||||
"HeaderHomeScreenContent": "Home Screen Content",
|
||||
"HeaderLatestChannelItems": "Ultimi elementi aggiunti",
|
||||
"LabelSelectLastestItemsFolders": "Includi gli elementi delle seguenti sezioni in Ultimi Media",
|
||||
"LabelSelectHomeScreenItemsFolders": "Allow content to appear on my home screen from:",
|
||||
"HeaderLibraryOrder": "Ordine Libreria",
|
||||
"HideWatchedContentFromLatestMedia": "Nascondi i contenuti gi\u00e0 visti dagli Ultimi Media",
|
||||
"HeaderOnNow": "In onda ora",
|
||||
|
@ -562,5 +548,21 @@
|
|||
"Logo": "Logo",
|
||||
"Menu": "Men\u00f9",
|
||||
"Screenshot": "Immagine",
|
||||
"Thumb": "Miniatura"
|
||||
"Thumb": "Miniatura",
|
||||
"ValueSeconds": "{0} secondi",
|
||||
"HeaderAudioSettings": "Impostazioni audio",
|
||||
"LabelAudioLanguagePreference": "Lingua audio preferita:",
|
||||
"LabelPlayDefaultAudioTrack": "Riprodurre la traccia audio di default indipendentemente dalla lingua",
|
||||
"HeaderVideoQuality": "Qualit\u00e0 Video",
|
||||
"CinemaModeConfigurationHelp": "La modalit\u00e0 Cinema porta l'esperienza del teatro direttamente nel tuo salotto con la possibilit\u00e0 di vedere trailer e intro personalizzati",
|
||||
"EnableNextVideoInfoOverlay": "Abilita le informazioni del prossimo video durante la riproduzione",
|
||||
"EnableNextVideoInfoOverlayHelp": "Alla fine di un video, visualizza informazioni sul video successivo che compare nella playlist corrente.",
|
||||
"PlayNextEpisodeAutomatically": "Riproduci automaticamente l'episodio successivo",
|
||||
"LabelMaxChromecastBitrate": "Qualit\u00e0 streaming su Chromecast:",
|
||||
"LabelSkipBackLength": "Durata salta indietro:",
|
||||
"LabelSkipForwardLength": "Durata salta avanti:",
|
||||
"EnableCinemaMode": "Attiva modalit\u00e0 cinema",
|
||||
"LabelInternetQuality": "Qualit\u00e0 Internet:",
|
||||
"HeaderMusicQuality": "Qualit\u00e0 Musica",
|
||||
"LabelHomeNetworkQuality": "Qualit\u00e0 della rete domestica:"
|
||||
}
|
|
@ -1,20 +1,4 @@
|
|||
{
|
||||
"ValueSeconds": "{0} \u0441\u0435\u043a",
|
||||
"HeaderAudioSettings": "\u0414\u044b\u0431\u044b\u0441 \u043f\u0430\u0440\u0430\u043c\u0435\u0442\u0440\u043b\u0435\u0440\u0456",
|
||||
"EnableCinemaMode": "\u041a\u0438\u043d\u043e\u0442\u0435\u0430\u0442\u0440 \u0440\u0435\u0436\u0456\u043c\u0456\u043d \u049b\u043e\u0441\u0443",
|
||||
"PlayNextEpisodeAutomatically": "\u041a\u0435\u043b\u0435\u0441\u0456 \u0431\u04e9\u043b\u0456\u043c\u0434\u0456 \u0430\u0432\u0442\u043e\u043c\u0430\u0442\u0442\u044b \u0442\u04af\u0440\u0434\u0435 \u0436\u04af\u043a\u0442\u0435\u043f \u0430\u043b\u0443",
|
||||
"LabelAudioLanguagePreference": "\u0414\u044b\u0431\u044b\u0441 \u0442\u0456\u043b\u0456\u043d\u0456\u04a3 \u0442\u0435\u04a3\u0448\u0435\u043b\u0456\u043c\u0456:",
|
||||
"HeaderVideoQuality": "\u0411\u0435\u0439\u043d\u0435 \u0441\u0430\u043f\u0430\u0441\u044b",
|
||||
"LabelPlayDefaultAudioTrack": "\u0422\u0456\u043b\u0433\u0435 \u049b\u0430\u0442\u044b\u0441\u0441\u044b\u0437 \u04d9\u0434\u0435\u043f\u043a\u0456 \u0434\u044b\u0431\u044b\u0441 \u0436\u043e\u043b\u0448\u044b\u0493\u044b\u043d \u043e\u0439\u043d\u0430\u0442\u0443",
|
||||
"CinemaModeConfigurationHelp": "\u041a\u0438\u043d\u043e\u0442\u0435\u0430\u0442\u0440 \u0440\u0435\u0436\u0456\u043c\u0456 \u0442\u0440\u0435\u0439\u043b\u0435\u0440\u043b\u0435\u0440\u0434\u0456 \u0436\u04d9\u043d\u0435 \u0442\u0435\u04a3\u0448\u0435\u043b\u0433\u0435\u043d \u043a\u04e9\u0440\u043d\u0435\u0443\u0434\u0456 \u043d\u0435\u0433\u0456\u0437\u0433\u0456 \u0444\u0438\u043b\u044c\u043c \u0430\u043b\u0434\u044b\u043d\u0434\u0430 \u043e\u0439\u043d\u0430\u0442\u0443 \u043a\u0438\u043d\u043e\u0437\u0430\u043b \u04d9\u0441\u0435\u0440\u0456\u043d \u0436\u0435\u0442\u043a\u0456\u0437\u0435\u0434\u0456.",
|
||||
"EnableNextVideoInfoOverlay": "\u041e\u0439\u043d\u0430\u0442\u0443 \u043a\u0435\u0437\u0456\u043d\u0434\u0435 \u043a\u0435\u043b\u0435\u0441\u0456 \u0431\u0435\u0439\u043d\u0435 \u0442\u0443\u0440\u0430\u043b\u044b \u0430\u049b\u043f\u0430\u0440\u0430\u0442\u0442\u044b \u049b\u043e\u0441\u0443",
|
||||
"EnableNextVideoInfoOverlayHelp": "\u0411\u0435\u0439\u043d\u0435 \u0441\u043e\u04a3\u044b\u043d\u0434\u0430 \u0430\u0493\u044b\u043c\u0434\u0430\u0493\u044b \u043e\u0439\u043d\u0430\u0442\u0443 \u0442\u0456\u0437\u0456\u043c\u0456\u043d\u0434\u0435\u0433\u0456 \u043a\u0435\u043b\u0435\u0441\u0456 \u0431\u0435\u0439\u043d\u0435 \u0442\u0443\u0440\u0430\u043b\u044b \u0430\u049b\u043f\u0430\u0440\u0430\u0442\u0442\u044b \u043a\u04e9\u0440\u0441\u0435\u0442\u0443.",
|
||||
"LabelMaxChromecastBitrate": "Chromecast \u0442\u0430\u0441\u044b\u043c\u0430\u043b\u0434\u0430\u043d\u0443 \u0441\u0430\u043f\u0430\u0441\u044b:",
|
||||
"LabelSkipBackLength": "\u0410\u0440\u0442\u049b\u0430 \u04e9\u0442\u043a\u0456\u0437\u0456\u043f \u0436\u0456\u0431\u0435\u0440\u0443 \u04b1\u0437\u0430\u049b\u0442\u044b\u0493\u044b:",
|
||||
"LabelSkipForwardLength": "\u0410\u043b\u0493\u0430 \u04e9\u0442\u043a\u0456\u0437\u0456\u043f \u0436\u0456\u0431\u0435\u0440\u0443 \u04b1\u0437\u0430\u049b\u0442\u044b\u0493\u044b:",
|
||||
"LabelInternetQuality": "\u0418\u043d\u0442\u0435\u0440\u043d\u0435\u0442\u0442\u0435\u0433\u0456 \u0441\u0430\u043f\u0430\u0441\u044b:",
|
||||
"HeaderMusicQuality": "\u041c\u0443\u0437\u044b\u043a\u0430 \u0441\u0430\u043f\u0430\u0441\u044b",
|
||||
"LabelHomeNetworkQuality": "\u04ae\u0439\u043b\u0456\u043a \u0436\u0435\u043b\u0456 \u0441\u0430\u043f\u0430\u0441\u044b:",
|
||||
"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.",
|
||||
"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.",
|
||||
|
@ -183,6 +167,8 @@
|
|||
"FormatValue": "\u041f\u0456\u0448\u0456\u043c: {0}",
|
||||
"DownloadsValue": "\u0416\u04af\u043a\u0442\u0435\u0443\u043b\u0435\u0440: {0}",
|
||||
"PerfectMatch": "\u04ae\u0437\u0434\u0456\u043a \u0442\u0435\u04a3",
|
||||
"EnableExternalVideoPlayers": "Enable external video players",
|
||||
"EnableExternalVideoPlayersHelp": "An external player menu will be shown when starting video playback.",
|
||||
"HeaderAlternateEpisodeNumbers": "\u0411\u0430\u043b\u0430\u043c\u0430\u043b\u044b \u0431\u04e9\u043b\u0456\u043c \u043d\u04e9\u043c\u0456\u0440\u043b\u0435\u0440\u0456",
|
||||
"LabelDvdSeasonNumber": "DVD \u043c\u0430\u0443\u0441\u044b\u043c \u043d\u04e9\u043c\u0456\u0440\u0456",
|
||||
"LabelDvdEpisodeNumber": "DVD \u0431\u04e9\u043b\u0456\u043c \u043d\u04e9\u043c\u0456\u0440\u0456",
|
||||
|
@ -420,9 +406,9 @@
|
|||
"Up": "\u0416\u043e\u0493\u0430\u0440\u044b\u0493\u0430",
|
||||
"Down": "\u0422\u04e9\u043c\u0435\u043d\u0433\u0435",
|
||||
"HeaderHomeScreen": "\u0411\u0430\u0441\u0442\u044b \u044d\u043a\u0440\u0430\u043d",
|
||||
"HeaderLatestMedia": "\u0415\u04a3 \u043a\u0435\u0439\u0456\u043d\u0433\u0456 \u0442\u0430\u0441\u044b\u0493\u044b\u0448\u0434\u0435\u0440\u0435\u043a\u0442\u0435\u0440",
|
||||
"HeaderHomeScreenContent": "Home Screen Content",
|
||||
"HeaderLatestChannelItems": "\u0410\u0440\u043d\u0430\u043b\u0430\u0440\u0434\u044b\u04a3 \u0435\u04a3 \u043a\u0435\u0439\u0456\u043d\u0433\u0456 \u0442\u0430\u0440\u043c\u0430\u049b\u0442\u0430\u0440\u044b",
|
||||
"LabelSelectLastestItemsFolders": "\u0415\u04a3 \u043a\u0435\u0439\u0456\u043d\u0433\u0456 \u0442\u0430\u0440\u043c\u0430\u049b\u0442\u0430\u0440\u0434\u044b\u04a3 \u043a\u0435\u043b\u0435\u0441\u0456 \u0431\u04e9\u043b\u0456\u043c\u0434\u0435\u0440\u0456\u043d\u0434\u0435\u0433\u0456 \u0442\u0430\u0441\u044b\u0493\u044b\u0448\u0434\u0435\u0440\u0435\u043a\u0442\u0435\u0440\u043c\u0435\u043d \u049b\u0430\u043c\u0442\u0443",
|
||||
"LabelSelectHomeScreenItemsFolders": "Allow content to appear on my home screen from:",
|
||||
"HeaderLibraryOrder": "\u0422\u0430\u0441\u044b\u0493\u044b\u0448\u0445\u0430\u043d\u0430 \u0440\u0435\u0442\u0456",
|
||||
"HideWatchedContentFromLatestMedia": "\u0415\u04a3 \u043a\u0435\u0439\u0456\u043d\u0433\u0456 \u0442\u0430\u0441\u044b\u0493\u044b\u0448\u0434\u0435\u0440\u0435\u043a\u0442\u0435\u0440\u0434\u0435\u043d \u049b\u0430\u0440\u0430\u043b\u0493\u0430\u043d \u043c\u0430\u0437\u043c\u04b1\u043d\u0434\u044b \u0436\u0430\u0441\u044b\u0440\u0443",
|
||||
"HeaderOnNow": "\u042d\u0444\u0438\u0440\u0434\u0435",
|
||||
|
@ -562,5 +548,21 @@
|
|||
"Logo": "\u041b\u043e\u0433\u043e\u0442\u0438\u043f",
|
||||
"Menu": "\u041c\u04d9\u0437\u0456\u0440",
|
||||
"Screenshot": "\u042d\u043a\u0440\u0430\u043d \u0441\u0443\u0440\u0435\u0442\u0456",
|
||||
"Thumb": "\u041d\u043e\u0431\u0430\u0439"
|
||||
"Thumb": "\u041d\u043e\u0431\u0430\u0439",
|
||||
"ValueSeconds": "{0} \u0441\u0435\u043a",
|
||||
"HeaderAudioSettings": "\u0414\u044b\u0431\u044b\u0441 \u043f\u0430\u0440\u0430\u043c\u0435\u0442\u0440\u043b\u0435\u0440\u0456",
|
||||
"LabelAudioLanguagePreference": "\u0414\u044b\u0431\u044b\u0441 \u0442\u0456\u043b\u0456\u043d\u0456\u04a3 \u0442\u0435\u04a3\u0448\u0435\u043b\u0456\u043c\u0456:",
|
||||
"LabelPlayDefaultAudioTrack": "\u0422\u0456\u043b\u0433\u0435 \u049b\u0430\u0442\u044b\u0441\u0441\u044b\u0437 \u04d9\u0434\u0435\u043f\u043a\u0456 \u0434\u044b\u0431\u044b\u0441 \u0436\u043e\u043b\u0448\u044b\u0493\u044b\u043d \u043e\u0439\u043d\u0430\u0442\u0443",
|
||||
"HeaderVideoQuality": "\u0411\u0435\u0439\u043d\u0435 \u0441\u0430\u043f\u0430\u0441\u044b",
|
||||
"CinemaModeConfigurationHelp": "\u041a\u0438\u043d\u043e\u0442\u0435\u0430\u0442\u0440 \u0440\u0435\u0436\u0456\u043c\u0456 \u0442\u0440\u0435\u0439\u043b\u0435\u0440\u043b\u0435\u0440\u0434\u0456 \u0436\u04d9\u043d\u0435 \u0442\u0435\u04a3\u0448\u0435\u043b\u0433\u0435\u043d \u043a\u04e9\u0440\u043d\u0435\u0443\u0434\u0456 \u043d\u0435\u0433\u0456\u0437\u0433\u0456 \u0444\u0438\u043b\u044c\u043c \u0430\u043b\u0434\u044b\u043d\u0434\u0430 \u043e\u0439\u043d\u0430\u0442\u0443 \u043a\u0438\u043d\u043e\u0437\u0430\u043b \u04d9\u0441\u0435\u0440\u0456\u043d \u0436\u0435\u0442\u043a\u0456\u0437\u0435\u0434\u0456.",
|
||||
"EnableNextVideoInfoOverlay": "\u041e\u0439\u043d\u0430\u0442\u0443 \u043a\u0435\u0437\u0456\u043d\u0434\u0435 \u043a\u0435\u043b\u0435\u0441\u0456 \u0431\u0435\u0439\u043d\u0435 \u0442\u0443\u0440\u0430\u043b\u044b \u0430\u049b\u043f\u0430\u0440\u0430\u0442\u0442\u044b \u049b\u043e\u0441\u0443",
|
||||
"EnableNextVideoInfoOverlayHelp": "\u0411\u0435\u0439\u043d\u0435 \u0441\u043e\u04a3\u044b\u043d\u0434\u0430 \u0430\u0493\u044b\u043c\u0434\u0430\u0493\u044b \u043e\u0439\u043d\u0430\u0442\u0443 \u0442\u0456\u0437\u0456\u043c\u0456\u043d\u0434\u0435\u0433\u0456 \u043a\u0435\u043b\u0435\u0441\u0456 \u0431\u0435\u0439\u043d\u0435 \u0442\u0443\u0440\u0430\u043b\u044b \u0430\u049b\u043f\u0430\u0440\u0430\u0442\u0442\u044b \u043a\u04e9\u0440\u0441\u0435\u0442\u0443.",
|
||||
"PlayNextEpisodeAutomatically": "\u041a\u0435\u043b\u0435\u0441\u0456 \u0431\u04e9\u043b\u0456\u043c\u0434\u0456 \u0430\u0432\u0442\u043e\u043c\u0430\u0442\u0442\u044b \u0442\u04af\u0440\u0434\u0435 \u0436\u04af\u043a\u0442\u0435\u043f \u0430\u043b\u0443",
|
||||
"LabelMaxChromecastBitrate": "Chromecast \u0442\u0430\u0441\u044b\u043c\u0430\u043b\u0434\u0430\u043d\u0443 \u0441\u0430\u043f\u0430\u0441\u044b:",
|
||||
"LabelSkipBackLength": "\u0410\u0440\u0442\u049b\u0430 \u04e9\u0442\u043a\u0456\u0437\u0456\u043f \u0436\u0456\u0431\u0435\u0440\u0443 \u04b1\u0437\u0430\u049b\u0442\u044b\u0493\u044b:",
|
||||
"LabelSkipForwardLength": "\u0410\u043b\u0493\u0430 \u04e9\u0442\u043a\u0456\u0437\u0456\u043f \u0436\u0456\u0431\u0435\u0440\u0443 \u04b1\u0437\u0430\u049b\u0442\u044b\u0493\u044b:",
|
||||
"EnableCinemaMode": "\u041a\u0438\u043d\u043e\u0442\u0435\u0430\u0442\u0440 \u0440\u0435\u0436\u0456\u043c\u0456\u043d \u049b\u043e\u0441\u0443",
|
||||
"LabelInternetQuality": "\u0418\u043d\u0442\u0435\u0440\u043d\u0435\u0442\u0442\u0435\u0433\u0456 \u0441\u0430\u043f\u0430\u0441\u044b:",
|
||||
"HeaderMusicQuality": "\u041c\u0443\u0437\u044b\u043a\u0430 \u0441\u0430\u043f\u0430\u0441\u044b",
|
||||
"LabelHomeNetworkQuality": "\u04ae\u0439\u043b\u0456\u043a \u0436\u0435\u043b\u0456 \u0441\u0430\u043f\u0430\u0441\u044b:"
|
||||
}
|
|
@ -1,20 +1,4 @@
|
|||
{
|
||||
"ValueSeconds": "{0} seconds",
|
||||
"HeaderAudioSettings": "Audio Settings",
|
||||
"EnableCinemaMode": "\uc2dc\ub124\ub9c8 \ubaa8\ub4dc \uc0ac\uc6a9",
|
||||
"PlayNextEpisodeAutomatically": "Play next episode automatically",
|
||||
"LabelAudioLanguagePreference": "Preferred audio language:",
|
||||
"HeaderVideoQuality": "Video Quality",
|
||||
"LabelPlayDefaultAudioTrack": "Play default audio track regardless of language",
|
||||
"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.",
|
||||
"EnableNextVideoInfoOverlay": "Enable next video info during playback",
|
||||
"EnableNextVideoInfoOverlayHelp": "At the end of a video, display info about the next video coming up in the current playlist.",
|
||||
"LabelMaxChromecastBitrate": "Chromecast streaming quality:",
|
||||
"LabelSkipBackLength": "Skip back length:",
|
||||
"LabelSkipForwardLength": "Skip forward length:",
|
||||
"LabelInternetQuality": "Internet quality:",
|
||||
"HeaderMusicQuality": "Music Quality",
|
||||
"LabelHomeNetworkQuality": "Home network quality:",
|
||||
"MessageUnlockAppWithPurchaseOrSupporter": "Unlock this feature with a small one-time purchase, or with an active Emby Premiere subscription.",
|
||||
"MessageUnlockAppWithSupporter": "Unlock this feature with an active Emby Premiere subscription.",
|
||||
"MessageToValidateSupporter": "If you have an active Emby Premiere subscription, ensure you've setup Emby Premiere in your Emby Server Dashboard, which you can access by clicking Emby Premiere within the main menu.",
|
||||
|
@ -183,6 +167,8 @@
|
|||
"FormatValue": "Format: {0}",
|
||||
"DownloadsValue": "Downloads: {0}",
|
||||
"PerfectMatch": "Perfect match",
|
||||
"EnableExternalVideoPlayers": "Enable external video players",
|
||||
"EnableExternalVideoPlayersHelp": "An external player menu will be shown when starting video playback.",
|
||||
"HeaderAlternateEpisodeNumbers": "Alternate Episode Numbers",
|
||||
"LabelDvdSeasonNumber": "DVD \uc2dc\uc98c \ubc88\ud638:",
|
||||
"LabelDvdEpisodeNumber": "DVD \uc5d0\ud53c\uc18c\ub4dc \ubc88\ud638:",
|
||||
|
@ -420,9 +406,9 @@
|
|||
"Up": "Up",
|
||||
"Down": "Down",
|
||||
"HeaderHomeScreen": "Home Screen",
|
||||
"HeaderLatestMedia": "Latest Media",
|
||||
"HeaderHomeScreenContent": "Home Screen Content",
|
||||
"HeaderLatestChannelItems": "Latest Channel Items",
|
||||
"LabelSelectLastestItemsFolders": "Include items from the following sections in Latest Media",
|
||||
"LabelSelectHomeScreenItemsFolders": "Allow content to appear on my home screen from:",
|
||||
"HeaderLibraryOrder": "Library Order",
|
||||
"HideWatchedContentFromLatestMedia": "Hide watched content from latest media",
|
||||
"HeaderOnNow": "On Now",
|
||||
|
@ -562,5 +548,21 @@
|
|||
"Logo": "Logo",
|
||||
"Menu": "Menu",
|
||||
"Screenshot": "Screenshot",
|
||||
"Thumb": "Thumb"
|
||||
"Thumb": "Thumb",
|
||||
"ValueSeconds": "{0} seconds",
|
||||
"HeaderAudioSettings": "Audio Settings",
|
||||
"LabelAudioLanguagePreference": "Preferred audio language:",
|
||||
"LabelPlayDefaultAudioTrack": "Play default audio track regardless of language",
|
||||
"HeaderVideoQuality": "Video Quality",
|
||||
"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.",
|
||||
"EnableNextVideoInfoOverlay": "Enable next video info during playback",
|
||||
"EnableNextVideoInfoOverlayHelp": "At the end of a video, display info about the next video coming up in the current playlist.",
|
||||
"PlayNextEpisodeAutomatically": "Play next episode automatically",
|
||||
"LabelMaxChromecastBitrate": "Chromecast streaming quality:",
|
||||
"LabelSkipBackLength": "Skip back length:",
|
||||
"LabelSkipForwardLength": "Skip forward length:",
|
||||
"EnableCinemaMode": "\uc2dc\ub124\ub9c8 \ubaa8\ub4dc \uc0ac\uc6a9",
|
||||
"LabelInternetQuality": "Internet quality:",
|
||||
"HeaderMusicQuality": "Music Quality",
|
||||
"LabelHomeNetworkQuality": "Home network quality:"
|
||||
}
|
|
@ -1,20 +1,4 @@
|
|||
{
|
||||
"ValueSeconds": "{0} seconds",
|
||||
"HeaderAudioSettings": "Audio Settings",
|
||||
"EnableCinemaMode": "Enable cinema mode",
|
||||
"PlayNextEpisodeAutomatically": "Play next episode automatically",
|
||||
"LabelAudioLanguagePreference": "Preferred audio language:",
|
||||
"HeaderVideoQuality": "Video Quality",
|
||||
"LabelPlayDefaultAudioTrack": "Play default audio track regardless of language",
|
||||
"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.",
|
||||
"EnableNextVideoInfoOverlay": "Enable next video info during playback",
|
||||
"EnableNextVideoInfoOverlayHelp": "At the end of a video, display info about the next video coming up in the current playlist.",
|
||||
"LabelMaxChromecastBitrate": "Chromecast streaming quality:",
|
||||
"LabelSkipBackLength": "Skip back length:",
|
||||
"LabelSkipForwardLength": "Skip forward length:",
|
||||
"LabelInternetQuality": "Internet quality:",
|
||||
"HeaderMusicQuality": "Music Quality",
|
||||
"LabelHomeNetworkQuality": "Home network quality:",
|
||||
"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.",
|
||||
"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.",
|
||||
|
@ -183,6 +167,8 @@
|
|||
"FormatValue": "Format: {0}",
|
||||
"DownloadsValue": "Downloads: {0}",
|
||||
"PerfectMatch": "Perfect match",
|
||||
"EnableExternalVideoPlayers": "Enable external video players",
|
||||
"EnableExternalVideoPlayersHelp": "An external player menu will be shown when starting video playback.",
|
||||
"HeaderAlternateEpisodeNumbers": "Kitokia serij\u0173 numeracija",
|
||||
"LabelDvdSeasonNumber": "DVD sezono numeris:",
|
||||
"LabelDvdEpisodeNumber": "DVD serijos numeris:",
|
||||
|
@ -420,9 +406,9 @@
|
|||
"Up": "Up",
|
||||
"Down": "Down",
|
||||
"HeaderHomeScreen": "Home Screen",
|
||||
"HeaderLatestMedia": "Latest Media",
|
||||
"HeaderHomeScreenContent": "Home Screen Content",
|
||||
"HeaderLatestChannelItems": "Latest Channel Items",
|
||||
"LabelSelectLastestItemsFolders": "Include items from the following sections in Latest Media",
|
||||
"LabelSelectHomeScreenItemsFolders": "Allow content to appear on my home screen from:",
|
||||
"HeaderLibraryOrder": "Library Order",
|
||||
"HideWatchedContentFromLatestMedia": "Hide watched content from latest media",
|
||||
"HeaderOnNow": "On Now",
|
||||
|
@ -562,5 +548,21 @@
|
|||
"Logo": "Logo",
|
||||
"Menu": "Menu",
|
||||
"Screenshot": "Screenshot",
|
||||
"Thumb": "Thumb"
|
||||
"Thumb": "Thumb",
|
||||
"ValueSeconds": "{0} seconds",
|
||||
"HeaderAudioSettings": "Audio Settings",
|
||||
"LabelAudioLanguagePreference": "Preferred audio language:",
|
||||
"LabelPlayDefaultAudioTrack": "Play default audio track regardless of language",
|
||||
"HeaderVideoQuality": "Video Quality",
|
||||
"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.",
|
||||
"EnableNextVideoInfoOverlay": "Enable next video info during playback",
|
||||
"EnableNextVideoInfoOverlayHelp": "At the end of a video, display info about the next video coming up in the current playlist.",
|
||||
"PlayNextEpisodeAutomatically": "Play next episode automatically",
|
||||
"LabelMaxChromecastBitrate": "Chromecast streaming quality:",
|
||||
"LabelSkipBackLength": "Skip back length:",
|
||||
"LabelSkipForwardLength": "Skip forward length:",
|
||||
"EnableCinemaMode": "Enable cinema mode",
|
||||
"LabelInternetQuality": "Internet quality:",
|
||||
"HeaderMusicQuality": "Music Quality",
|
||||
"LabelHomeNetworkQuality": "Home network quality:"
|
||||
}
|
|
@ -1,20 +1,4 @@
|
|||
{
|
||||
"ValueSeconds": "{0} seconds",
|
||||
"HeaderAudioSettings": "Audio Settings",
|
||||
"EnableCinemaMode": "Enable cinema mode",
|
||||
"PlayNextEpisodeAutomatically": "Play next episode automatically",
|
||||
"LabelAudioLanguagePreference": "Preferred audio language:",
|
||||
"HeaderVideoQuality": "Video Quality",
|
||||
"LabelPlayDefaultAudioTrack": "Play default audio track regardless of language",
|
||||
"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.",
|
||||
"EnableNextVideoInfoOverlay": "Enable next video info during playback",
|
||||
"EnableNextVideoInfoOverlayHelp": "At the end of a video, display info about the next video coming up in the current playlist.",
|
||||
"LabelMaxChromecastBitrate": "Chromecast streaming quality:",
|
||||
"LabelSkipBackLength": "Skip back length:",
|
||||
"LabelSkipForwardLength": "Skip forward length:",
|
||||
"LabelInternetQuality": "Internet quality:",
|
||||
"HeaderMusicQuality": "Music Quality",
|
||||
"LabelHomeNetworkQuality": "Home network quality:",
|
||||
"MessageUnlockAppWithPurchaseOrSupporter": "Unlock this feature with a small one-time purchase, or with an active Emby Premiere subscription.",
|
||||
"MessageUnlockAppWithSupporter": "Unlock this feature with an active Emby Premiere subscription.",
|
||||
"MessageToValidateSupporter": "If you have an active Emby Premiere subscription, ensure you've setup Emby Premiere in your Emby Server Dashboard, which you can access by clicking Emby Premiere within the main menu.",
|
||||
|
@ -183,6 +167,8 @@
|
|||
"FormatValue": "Format: {0}",
|
||||
"DownloadsValue": "Downloads: {0}",
|
||||
"PerfectMatch": "Perfect match",
|
||||
"EnableExternalVideoPlayers": "Enable external video players",
|
||||
"EnableExternalVideoPlayersHelp": "An external player menu will be shown when starting video playback.",
|
||||
"HeaderAlternateEpisodeNumbers": "Alternate Episode Numbers",
|
||||
"LabelDvdSeasonNumber": "Dvd season number:",
|
||||
"LabelDvdEpisodeNumber": "Dvd episode number:",
|
||||
|
@ -420,9 +406,9 @@
|
|||
"Up": "Up",
|
||||
"Down": "Down",
|
||||
"HeaderHomeScreen": "Home Screen",
|
||||
"HeaderLatestMedia": "Latest Media",
|
||||
"HeaderHomeScreenContent": "Home Screen Content",
|
||||
"HeaderLatestChannelItems": "Latest Channel Items",
|
||||
"LabelSelectLastestItemsFolders": "Include items from the following sections in Latest Media",
|
||||
"LabelSelectHomeScreenItemsFolders": "Allow content to appear on my home screen from:",
|
||||
"HeaderLibraryOrder": "Library Order",
|
||||
"HideWatchedContentFromLatestMedia": "Hide watched content from latest media",
|
||||
"HeaderOnNow": "On Now",
|
||||
|
@ -562,5 +548,21 @@
|
|||
"Logo": "Logo",
|
||||
"Menu": "Menu",
|
||||
"Screenshot": "Screenshot",
|
||||
"Thumb": "Thumb"
|
||||
"Thumb": "Thumb",
|
||||
"ValueSeconds": "{0} seconds",
|
||||
"HeaderAudioSettings": "Audio Settings",
|
||||
"LabelAudioLanguagePreference": "Preferred audio language:",
|
||||
"LabelPlayDefaultAudioTrack": "Play default audio track regardless of language",
|
||||
"HeaderVideoQuality": "Video Quality",
|
||||
"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.",
|
||||
"EnableNextVideoInfoOverlay": "Enable next video info during playback",
|
||||
"EnableNextVideoInfoOverlayHelp": "At the end of a video, display info about the next video coming up in the current playlist.",
|
||||
"PlayNextEpisodeAutomatically": "Play next episode automatically",
|
||||
"LabelMaxChromecastBitrate": "Chromecast streaming quality:",
|
||||
"LabelSkipBackLength": "Skip back length:",
|
||||
"LabelSkipForwardLength": "Skip forward length:",
|
||||
"EnableCinemaMode": "Enable cinema mode",
|
||||
"LabelInternetQuality": "Internet quality:",
|
||||
"HeaderMusicQuality": "Music Quality",
|
||||
"LabelHomeNetworkQuality": "Home network quality:"
|
||||
}
|
|
@ -1,20 +1,4 @@
|
|||
{
|
||||
"ValueSeconds": "{0} seconds",
|
||||
"HeaderAudioSettings": "Lyd inntilligner",
|
||||
"EnableCinemaMode": "Aktiver kino mode",
|
||||
"PlayNextEpisodeAutomatically": "Spill av neste episode automatisk",
|
||||
"LabelAudioLanguagePreference": "Preferred audio language:",
|
||||
"HeaderVideoQuality": "Video Quality",
|
||||
"LabelPlayDefaultAudioTrack": "Play default audio track regardless of language",
|
||||
"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.",
|
||||
"EnableNextVideoInfoOverlay": "Enable next video info during playback",
|
||||
"EnableNextVideoInfoOverlayHelp": "At the end of a video, display info about the next video coming up in the current playlist.",
|
||||
"LabelMaxChromecastBitrate": "Chromecast streaming quality:",
|
||||
"LabelSkipBackLength": "Skip back length:",
|
||||
"LabelSkipForwardLength": "Skip forward length:",
|
||||
"LabelInternetQuality": "Internet quality:",
|
||||
"HeaderMusicQuality": "Music Quality",
|
||||
"LabelHomeNetworkQuality": "Home network quality:",
|
||||
"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.",
|
||||
"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.",
|
||||
|
@ -183,6 +167,8 @@
|
|||
"FormatValue": "Format: {0}",
|
||||
"DownloadsValue": "Downloads: {0}",
|
||||
"PerfectMatch": "Perfect match",
|
||||
"EnableExternalVideoPlayers": "Enable external video players",
|
||||
"EnableExternalVideoPlayersHelp": "An external player menu will be shown when starting video playback.",
|
||||
"HeaderAlternateEpisodeNumbers": "Alternativ Episode nummerering",
|
||||
"LabelDvdSeasonNumber": "Dvd sesong nummer:",
|
||||
"LabelDvdEpisodeNumber": "Dvd episode nummer:",
|
||||
|
@ -420,9 +406,9 @@
|
|||
"Up": "Opp",
|
||||
"Down": "Ned",
|
||||
"HeaderHomeScreen": "Hjemskjerm",
|
||||
"HeaderLatestMedia": "Nyeste media",
|
||||
"HeaderHomeScreenContent": "Home Screen Content",
|
||||
"HeaderLatestChannelItems": "Siste kanal elementer",
|
||||
"LabelSelectLastestItemsFolders": "Inkluder elementer fra f\u00f8lgende seksjoner i nyeste media",
|
||||
"LabelSelectHomeScreenItemsFolders": "Allow content to appear on my home screen from:",
|
||||
"HeaderLibraryOrder": "Bibliotek rekkef\u00f8lge",
|
||||
"HideWatchedContentFromLatestMedia": "Skjul sett innhold fra nyeste media",
|
||||
"HeaderOnNow": "P\u00e5 N\u00e5",
|
||||
|
@ -562,5 +548,21 @@
|
|||
"Logo": "Logo",
|
||||
"Menu": "Menu",
|
||||
"Screenshot": "Screenshot",
|
||||
"Thumb": "Thumb"
|
||||
"Thumb": "Thumb",
|
||||
"ValueSeconds": "{0} seconds",
|
||||
"HeaderAudioSettings": "Lyd inntilligner",
|
||||
"LabelAudioLanguagePreference": "Preferred audio language:",
|
||||
"LabelPlayDefaultAudioTrack": "Play default audio track regardless of language",
|
||||
"HeaderVideoQuality": "Video Quality",
|
||||
"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.",
|
||||
"EnableNextVideoInfoOverlay": "Enable next video info during playback",
|
||||
"EnableNextVideoInfoOverlayHelp": "At the end of a video, display info about the next video coming up in the current playlist.",
|
||||
"PlayNextEpisodeAutomatically": "Spill av neste episode automatisk",
|
||||
"LabelMaxChromecastBitrate": "Chromecast streaming quality:",
|
||||
"LabelSkipBackLength": "Skip back length:",
|
||||
"LabelSkipForwardLength": "Skip forward length:",
|
||||
"EnableCinemaMode": "Aktiver kino mode",
|
||||
"LabelInternetQuality": "Internet quality:",
|
||||
"HeaderMusicQuality": "Music Quality",
|
||||
"LabelHomeNetworkQuality": "Home network quality:"
|
||||
}
|
|
@ -1,20 +1,4 @@
|
|||
{
|
||||
"ValueSeconds": "{0} seconds",
|
||||
"HeaderAudioSettings": "Audio Instellingen",
|
||||
"EnableCinemaMode": "Cinema Mode inschakelen",
|
||||
"PlayNextEpisodeAutomatically": "Speel volgende aflevering automatisch",
|
||||
"LabelAudioLanguagePreference": "Preferred audio language:",
|
||||
"HeaderVideoQuality": "Video Quality",
|
||||
"LabelPlayDefaultAudioTrack": "Play default audio track regardless of language",
|
||||
"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.",
|
||||
"EnableNextVideoInfoOverlay": "Enable next video info during playback",
|
||||
"EnableNextVideoInfoOverlayHelp": "At the end of a video, display info about the next video coming up in the current playlist.",
|
||||
"LabelMaxChromecastBitrate": "Chromecast streaming quality:",
|
||||
"LabelSkipBackLength": "Skip back length:",
|
||||
"LabelSkipForwardLength": "Skip forward length:",
|
||||
"LabelInternetQuality": "Internet quality:",
|
||||
"HeaderMusicQuality": "Music Quality",
|
||||
"LabelHomeNetworkQuality": "Home network quality:",
|
||||
"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.",
|
||||
"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.",
|
||||
|
@ -183,6 +167,8 @@
|
|||
"FormatValue": "Format: {0}",
|
||||
"DownloadsValue": "Downloads: {0}",
|
||||
"PerfectMatch": "Perfect match",
|
||||
"EnableExternalVideoPlayers": "Enable external video players",
|
||||
"EnableExternalVideoPlayersHelp": "An external player menu will be shown when starting video playback.",
|
||||
"HeaderAlternateEpisodeNumbers": "Afwijkende afleveringsnummers",
|
||||
"LabelDvdSeasonNumber": "Dvd seizoensnummer:",
|
||||
"LabelDvdEpisodeNumber": "Dvd afleveringsnummer:",
|
||||
|
@ -420,9 +406,9 @@
|
|||
"Up": "Omhoog",
|
||||
"Down": "Omlaag",
|
||||
"HeaderHomeScreen": "Begin Scherm",
|
||||
"HeaderLatestMedia": "Nieuwste Media",
|
||||
"HeaderHomeScreenContent": "Home Screen Content",
|
||||
"HeaderLatestChannelItems": "Nieuwste Kanaal Items",
|
||||
"LabelSelectLastestItemsFolders": "Voeg media van de volgende secties toe aan Nieuwste Media",
|
||||
"LabelSelectHomeScreenItemsFolders": "Allow content to appear on my home screen from:",
|
||||
"HeaderLibraryOrder": "Bibliotheek Volgorde",
|
||||
"HideWatchedContentFromLatestMedia": "Verberg gekeken inhoud uit nieuwste media",
|
||||
"HeaderOnNow": "Aan het spelen",
|
||||
|
@ -562,5 +548,21 @@
|
|||
"Logo": "Logo",
|
||||
"Menu": "Menu",
|
||||
"Screenshot": "Screenshot",
|
||||
"Thumb": "Thumb"
|
||||
"Thumb": "Thumb",
|
||||
"ValueSeconds": "{0} seconds",
|
||||
"HeaderAudioSettings": "Audio Instellingen",
|
||||
"LabelAudioLanguagePreference": "Preferred audio language:",
|
||||
"LabelPlayDefaultAudioTrack": "Play default audio track regardless of language",
|
||||
"HeaderVideoQuality": "Video Quality",
|
||||
"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.",
|
||||
"EnableNextVideoInfoOverlay": "Enable next video info during playback",
|
||||
"EnableNextVideoInfoOverlayHelp": "At the end of a video, display info about the next video coming up in the current playlist.",
|
||||
"PlayNextEpisodeAutomatically": "Speel volgende aflevering automatisch",
|
||||
"LabelMaxChromecastBitrate": "Chromecast streaming quality:",
|
||||
"LabelSkipBackLength": "Skip back length:",
|
||||
"LabelSkipForwardLength": "Skip forward length:",
|
||||
"EnableCinemaMode": "Cinema Mode inschakelen",
|
||||
"LabelInternetQuality": "Internet quality:",
|
||||
"HeaderMusicQuality": "Music Quality",
|
||||
"LabelHomeNetworkQuality": "Home network quality:"
|
||||
}
|
|
@ -1,20 +1,4 @@
|
|||
{
|
||||
"ValueSeconds": "{0} sekund",
|
||||
"HeaderAudioSettings": "Ustawienia d\u017awi\u0119ku",
|
||||
"EnableCinemaMode": "W\u0142\u0105cz tryb kinowy",
|
||||
"PlayNextEpisodeAutomatically": "Odtwarzaj nast\u0119pny odcinek automatycznie",
|
||||
"LabelAudioLanguagePreference": "Preferowany j\u0119zyk \u015bcie\u017cki d\u017awi\u0119kowej",
|
||||
"HeaderVideoQuality": "Jako\u015b\u0107 wideo",
|
||||
"LabelPlayDefaultAudioTrack": "Okre\u015bla domy\u015blnie odtwarzan\u0105 \u015bcie\u017ck\u0119 d\u017awi\u0119kow\u0105 niezale\u017cnie od j\u0119zyka",
|
||||
"CinemaModeConfigurationHelp": "Tryb kinowy, wnosi kinowe do\u015bwiadczenia wprost do Twojego salonu, z mo\u017cliwo\u015bci\u0105 odtwarzania zwiastun\u00f3w i niestandardowych prezentacji przez seansem.",
|
||||
"EnableNextVideoInfoOverlay": "Pokazuj nast\u0119pne wideo podczas odtwarzania",
|
||||
"EnableNextVideoInfoOverlayHelp": "Umo\u017cliwia wy\u015bwietlanie pod koniec odtwarzania wideo, informacji o nast\u0119pnym wideo na li\u015bcie odtwarzania.",
|
||||
"LabelMaxChromecastBitrate": "Jako\u015b\u0107 transmisji Chromecast:",
|
||||
"LabelSkipBackLength": "D\u0142ugo\u015b\u0107 skoku wstecz:",
|
||||
"LabelSkipForwardLength": "D\u0142ugo\u015b\u0107 skoku wprz\u00f3d:",
|
||||
"LabelInternetQuality": "Jako\u015b\u0107 dla sieci internetowej:",
|
||||
"HeaderMusicQuality": "Jako\u015b\u0107 muzyki",
|
||||
"LabelHomeNetworkQuality": "Jako\u015b\u0107 dla sieci lokalnej:",
|
||||
"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.",
|
||||
"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.",
|
||||
|
@ -183,6 +167,8 @@
|
|||
"FormatValue": "Format: {0}",
|
||||
"DownloadsValue": "Pobrania: {0}",
|
||||
"PerfectMatch": "Perfekcyjne dopasowanie",
|
||||
"EnableExternalVideoPlayers": "Aktywuj obs\u0142ug\u0119 zewn\u0119trznych odtwarzaczy",
|
||||
"EnableExternalVideoPlayersHelp": "Menu wyboru zewn\u0119trznego odtwarzacza b\u0119dzie wy\u015bwietlane przed rozpocz\u0119ciem odtwarzania wideo.",
|
||||
"HeaderAlternateEpisodeNumbers": "Alternatywna numeracja odcink\u00f3w",
|
||||
"LabelDvdSeasonNumber": "Numer sezonu DVD:",
|
||||
"LabelDvdEpisodeNumber": "Numer odcinka DVD:",
|
||||
|
@ -420,9 +406,9 @@
|
|||
"Up": "W g\u00f3r\u0119",
|
||||
"Down": "W d\u00f3\u0142",
|
||||
"HeaderHomeScreen": "Ekran startowy",
|
||||
"HeaderLatestMedia": "Media ostatnio dodane",
|
||||
"HeaderHomeScreenContent": "Home Screen Content",
|
||||
"HeaderLatestChannelItems": "Kana\u0142y ostatnio odtwarzane",
|
||||
"LabelSelectLastestItemsFolders": "Uwzgl\u0119dniaj pozycje z nast\u0119puj\u0105cych sekcji na li\u015bcie ostatnio dodanych",
|
||||
"LabelSelectHomeScreenItemsFolders": "Allow content to appear on my home screen from:",
|
||||
"HeaderLibraryOrder": "Kolejno\u015b\u0107 biblioteki",
|
||||
"HideWatchedContentFromLatestMedia": "Ukrywaj obejrzan\u0105 zawarto\u015b\u0107 na listach ostatnio dodanych",
|
||||
"HeaderOnNow": "Teraz",
|
||||
|
@ -486,7 +472,7 @@
|
|||
"ErrorReachingEmbyConnect": "Podczas pr\u00f3by po\u0142\u0105czenia z serwerem Emby Connect wyst\u0105pi\u0142 b\u0142\u0105d. Upewnij si\u0119, \u017ce po\u0142\u0105czenie internetowe jest aktywne i spr\u00f3buj ponownie.",
|
||||
"ErrorAddingEmbyConnectAccount1": "Podczas dodawania konta Emby Connect wyst\u0105pi\u0142 b\u0142\u0105d. Czy utworzy\u0142e\u015b wcze\u015bniej konto Emby?. Zarejestruj si\u0119 na {0}.",
|
||||
"ErrorAddingEmbyConnectAccount2": "If you're still having an issue, please send an email to {0} from the email address used with the Emby account.",
|
||||
"ErrorAddingGuestAccount1": "There was an error adding the Emby Connect account. Has your guest created an Emby account? They can sign up at {0}.",
|
||||
"ErrorAddingGuestAccount1": "Podczas dodawania konta Emby Connect wyst\u0105pi\u0142 b\u0142\u0105d. Czy u\u017cytkownik go\u015bcinny utworzy\u0142 konto Emby? U\u017cytkownicy go\u015bcinni mog\u0105 si\u0119 zarejestrowa\u0107 na stronie {0}.",
|
||||
"ErrorAddingGuestAccount2": "If you're still having an issue, please send an email to {0}, and include your email address as well as theirs.",
|
||||
"MessageEmbyAccountAdded": "Konto Emby zosta\u0142o dodane do u\u017cytkownika.",
|
||||
"MessagePendingEmbyAccountAdded": "Konto Emby zosta\u0142o po\u0142\u0105czone z tym u\u017cytkownikiem. Wiadomo\u015b\u0107 pocztowa zosta\u0142a wys\u0142ana do w\u0142a\u015bciciela tego konta. Wymagane b\u0119dzie potwierdzenie zaproszenia, poprzez naci\u015bni\u0119cie na \u0142\u0105cze umieszczone w wiadomo\u015bci.",
|
||||
|
@ -526,7 +512,7 @@
|
|||
"LabelBurnSubtitles": "Wypalaj napisy:",
|
||||
"OnlyImageFormats": "Tylko formaty graficzne (VOBSUB, PGS, SUB\/IDX, etc.)",
|
||||
"Normal": "Normalny",
|
||||
"BurnSubtitlesHelp": "Determines if the server should burn in subtitles when converting video depending on the subtitles format. Avoiding burning in subtitles will improve server performance. Select Auto to burn image based formats (e.g. VOBSUB, PGS, SUB\/IDX, etc.) as well as certain ASS\/SSA subtitles",
|
||||
"BurnSubtitlesHelp": "Okre\u015bla czy serwer powinien wypala\u0107 napisy podczas konwersji wideo, w zale\u017cno\u015bci od formatu napis\u00f3w. Unikanie wypalania napis\u00f3w poprawia wydajno\u015b\u0107 serwera. Wybierz Automatycznie, w celu wypalania zar\u00f3wno napis\u00f3w w formatach graficznych (np. VOBSUB, PGS, SUB\/IDX, itp.), jak i pewnych napis\u00f3w ASS\/SSA.",
|
||||
"AllComplexFormats": "Wszystkie z\u0142o\u017cone formaty (ASS, SSA, VOBSUB, PGS, SUB\/IDX, etc.)",
|
||||
"SubtitleAppearanceSettingsAlsoPassedToCastDevices": "Powy\u017csze ustawienia dotycz\u0105 tak\u017ce odtwarzania Chromecast rozpocz\u0119tego przez to urz\u0105dzenie.",
|
||||
"HeaderWaitingForWifi": "Oczekiwanie na sie\u0107 WiFi",
|
||||
|
@ -562,5 +548,21 @@
|
|||
"Logo": "Logo",
|
||||
"Menu": "Menu",
|
||||
"Screenshot": "Zrzut ekranu",
|
||||
"Thumb": "Miniatura"
|
||||
"Thumb": "Miniatura",
|
||||
"ValueSeconds": "{0} sekund",
|
||||
"HeaderAudioSettings": "Ustawienia d\u017awi\u0119ku",
|
||||
"LabelAudioLanguagePreference": "Preferowany j\u0119zyk \u015bcie\u017cki d\u017awi\u0119kowej",
|
||||
"LabelPlayDefaultAudioTrack": "Odtwarzaj domy\u015bln\u0105 \u015bcie\u017ck\u0119 d\u017awi\u0119kow\u0105 niezale\u017cnie od j\u0119zyka",
|
||||
"HeaderVideoQuality": "Jako\u015b\u0107 wideo",
|
||||
"CinemaModeConfigurationHelp": "Tryb kinowy, wnosi kinowe do\u015bwiadczenia wprost do Twojego salonu, z mo\u017cliwo\u015bci\u0105 odtwarzania zwiastun\u00f3w i niestandardowych prezentacji przez seansem.",
|
||||
"EnableNextVideoInfoOverlay": "Pokazuj nast\u0119pne wideo podczas odtwarzania",
|
||||
"EnableNextVideoInfoOverlayHelp": "Umo\u017cliwia wy\u015bwietlanie pod koniec odtwarzania wideo, informacji o nast\u0119pnym wideo na li\u015bcie odtwarzania.",
|
||||
"PlayNextEpisodeAutomatically": "Odtwarzaj nast\u0119pny odcinek automatycznie",
|
||||
"LabelMaxChromecastBitrate": "Jako\u015b\u0107 transmisji Chromecast:",
|
||||
"LabelSkipBackLength": "D\u0142ugo\u015b\u0107 skoku wstecz:",
|
||||
"LabelSkipForwardLength": "D\u0142ugo\u015b\u0107 skoku wprz\u00f3d:",
|
||||
"EnableCinemaMode": "W\u0142\u0105cz tryb kinowy",
|
||||
"LabelInternetQuality": "Jako\u015b\u0107 dla sieci internetowej:",
|
||||
"HeaderMusicQuality": "Jako\u015b\u0107 muzyki",
|
||||
"LabelHomeNetworkQuality": "Jako\u015b\u0107 dla sieci lokalnej:"
|
||||
}
|
|
@ -1,20 +1,4 @@
|
|||
{
|
||||
"ValueSeconds": "{0} seconds",
|
||||
"HeaderAudioSettings": "Ajustes de \u00c1udio",
|
||||
"EnableCinemaMode": "Ativar modo cinema",
|
||||
"PlayNextEpisodeAutomatically": "Reproduzir pr\u00f3ximo epis\u00f3dio automaticamente",
|
||||
"LabelAudioLanguagePreference": "Preferred audio language:",
|
||||
"HeaderVideoQuality": "Video Quality",
|
||||
"LabelPlayDefaultAudioTrack": "Play default audio track regardless of language",
|
||||
"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.",
|
||||
"EnableNextVideoInfoOverlay": "Enable next video info during playback",
|
||||
"EnableNextVideoInfoOverlayHelp": "At the end of a video, display info about the next video coming up in the current playlist.",
|
||||
"LabelMaxChromecastBitrate": "Chromecast streaming quality:",
|
||||
"LabelSkipBackLength": "Skip back length:",
|
||||
"LabelSkipForwardLength": "Skip forward length:",
|
||||
"LabelInternetQuality": "Internet quality:",
|
||||
"HeaderMusicQuality": "Music Quality",
|
||||
"LabelHomeNetworkQuality": "Home network quality:",
|
||||
"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.",
|
||||
"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.",
|
||||
|
@ -183,6 +167,8 @@
|
|||
"FormatValue": "Formato: {0}",
|
||||
"DownloadsValue": "Downloads: {0}",
|
||||
"PerfectMatch": "Combina\u00e7\u00e3o perfeita",
|
||||
"EnableExternalVideoPlayers": "Enable external video players",
|
||||
"EnableExternalVideoPlayersHelp": "An external player menu will be shown when starting video playback.",
|
||||
"HeaderAlternateEpisodeNumbers": "N\u00fameros de Epis\u00f3dios Alternativos",
|
||||
"LabelDvdSeasonNumber": "N\u00famero da temporada do Dvd:",
|
||||
"LabelDvdEpisodeNumber": "N\u00famero do epis\u00f3dio do Dvd:",
|
||||
|
@ -420,9 +406,9 @@
|
|||
"Up": "Para cima",
|
||||
"Down": "Para baixo",
|
||||
"HeaderHomeScreen": "Tela In\u00edcio",
|
||||
"HeaderLatestMedia": "M\u00eddias Recentes",
|
||||
"HeaderHomeScreenContent": "Home Screen Content",
|
||||
"HeaderLatestChannelItems": "Itens de Canais Recentes",
|
||||
"LabelSelectLastestItemsFolders": "Incluir itens das seguintes se\u00e7\u00f5es nas M\u00eddias Recentes",
|
||||
"LabelSelectHomeScreenItemsFolders": "Allow content to appear on my home screen from:",
|
||||
"HeaderLibraryOrder": "Ordem da Biblioteca",
|
||||
"HideWatchedContentFromLatestMedia": "Ocultar conte\u00fado assistido das m\u00eddias recentes",
|
||||
"HeaderOnNow": "Em Exibi\u00e7\u00e3o",
|
||||
|
@ -562,5 +548,21 @@
|
|||
"Logo": "Logo",
|
||||
"Menu": "Menu",
|
||||
"Screenshot": "Screenshot",
|
||||
"Thumb": "Thumb"
|
||||
"Thumb": "Thumb",
|
||||
"ValueSeconds": "{0} seconds",
|
||||
"HeaderAudioSettings": "Ajustes de \u00c1udio",
|
||||
"LabelAudioLanguagePreference": "Preferred audio language:",
|
||||
"LabelPlayDefaultAudioTrack": "Play default audio track regardless of language",
|
||||
"HeaderVideoQuality": "Video Quality",
|
||||
"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.",
|
||||
"EnableNextVideoInfoOverlay": "Enable next video info during playback",
|
||||
"EnableNextVideoInfoOverlayHelp": "At the end of a video, display info about the next video coming up in the current playlist.",
|
||||
"PlayNextEpisodeAutomatically": "Reproduzir pr\u00f3ximo epis\u00f3dio automaticamente",
|
||||
"LabelMaxChromecastBitrate": "Chromecast streaming quality:",
|
||||
"LabelSkipBackLength": "Skip back length:",
|
||||
"LabelSkipForwardLength": "Skip forward length:",
|
||||
"EnableCinemaMode": "Ativar modo cinema",
|
||||
"LabelInternetQuality": "Internet quality:",
|
||||
"HeaderMusicQuality": "Music Quality",
|
||||
"LabelHomeNetworkQuality": "Home network quality:"
|
||||
}
|
|
@ -1,20 +1,4 @@
|
|||
{
|
||||
"ValueSeconds": "{0} seconds",
|
||||
"HeaderAudioSettings": "Ajustes de \u00c1udio",
|
||||
"EnableCinemaMode": "Ativar modo cinema",
|
||||
"PlayNextEpisodeAutomatically": "Reproduzir pr\u00f3ximo epis\u00f3dio automaticamente",
|
||||
"LabelAudioLanguagePreference": "Preferred audio language:",
|
||||
"HeaderVideoQuality": "Video Quality",
|
||||
"LabelPlayDefaultAudioTrack": "Play default audio track regardless of language",
|
||||
"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.",
|
||||
"EnableNextVideoInfoOverlay": "Enable next video info during playback",
|
||||
"EnableNextVideoInfoOverlayHelp": "At the end of a video, display info about the next video coming up in the current playlist.",
|
||||
"LabelMaxChromecastBitrate": "Chromecast streaming quality:",
|
||||
"LabelSkipBackLength": "Skip back length:",
|
||||
"LabelSkipForwardLength": "Skip forward length:",
|
||||
"LabelInternetQuality": "Internet quality:",
|
||||
"HeaderMusicQuality": "Music Quality",
|
||||
"LabelHomeNetworkQuality": "Home network quality:",
|
||||
"MessageUnlockAppWithPurchaseOrSupporter": "Unlock this feature with a small one-time purchase, or with an active Emby Premiere subscription.",
|
||||
"MessageUnlockAppWithSupporter": "Unlock this feature with an active Emby Premiere subscription.",
|
||||
"MessageToValidateSupporter": "If you have an active Emby Premiere subscription, ensure you've setup Emby Premiere in your Emby Server Dashboard, which you can access by clicking Emby Premiere within the main menu.",
|
||||
|
@ -183,6 +167,8 @@
|
|||
"FormatValue": "Format: {0}",
|
||||
"DownloadsValue": "Downloads: {0}",
|
||||
"PerfectMatch": "Perfect match",
|
||||
"EnableExternalVideoPlayers": "Enable external video players",
|
||||
"EnableExternalVideoPlayersHelp": "An external player menu will be shown when starting video playback.",
|
||||
"HeaderAlternateEpisodeNumbers": "N\u00fameros de Epis\u00f3dios Alternativos",
|
||||
"LabelDvdSeasonNumber": "N\u00famero da temporada do DVD:",
|
||||
"LabelDvdEpisodeNumber": "N\u00famero do epis\u00f3dio do DVD:",
|
||||
|
@ -420,9 +406,9 @@
|
|||
"Up": "Up",
|
||||
"Down": "Down",
|
||||
"HeaderHomeScreen": "Home Screen",
|
||||
"HeaderLatestMedia": "Latest Media",
|
||||
"HeaderHomeScreenContent": "Home Screen Content",
|
||||
"HeaderLatestChannelItems": "Latest Channel Items",
|
||||
"LabelSelectLastestItemsFolders": "Include items from the following sections in Latest Media",
|
||||
"LabelSelectHomeScreenItemsFolders": "Allow content to appear on my home screen from:",
|
||||
"HeaderLibraryOrder": "Library Order",
|
||||
"HideWatchedContentFromLatestMedia": "Hide watched content from latest media",
|
||||
"HeaderOnNow": "On Now",
|
||||
|
@ -562,5 +548,21 @@
|
|||
"Logo": "Logo",
|
||||
"Menu": "Menu",
|
||||
"Screenshot": "Screenshot",
|
||||
"Thumb": "Thumb"
|
||||
"Thumb": "Thumb",
|
||||
"ValueSeconds": "{0} seconds",
|
||||
"HeaderAudioSettings": "Ajustes de \u00c1udio",
|
||||
"LabelAudioLanguagePreference": "Preferred audio language:",
|
||||
"LabelPlayDefaultAudioTrack": "Play default audio track regardless of language",
|
||||
"HeaderVideoQuality": "Video Quality",
|
||||
"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.",
|
||||
"EnableNextVideoInfoOverlay": "Enable next video info during playback",
|
||||
"EnableNextVideoInfoOverlayHelp": "At the end of a video, display info about the next video coming up in the current playlist.",
|
||||
"PlayNextEpisodeAutomatically": "Reproduzir pr\u00f3ximo epis\u00f3dio automaticamente",
|
||||
"LabelMaxChromecastBitrate": "Chromecast streaming quality:",
|
||||
"LabelSkipBackLength": "Skip back length:",
|
||||
"LabelSkipForwardLength": "Skip forward length:",
|
||||
"EnableCinemaMode": "Ativar modo cinema",
|
||||
"LabelInternetQuality": "Internet quality:",
|
||||
"HeaderMusicQuality": "Music Quality",
|
||||
"LabelHomeNetworkQuality": "Home network quality:"
|
||||
}
|
|
@ -1,20 +1,4 @@
|
|||
{
|
||||
"ValueSeconds": "{0} seconds",
|
||||
"HeaderAudioSettings": "Audio Settings",
|
||||
"EnableCinemaMode": "Enable cinema mode",
|
||||
"PlayNextEpisodeAutomatically": "Play next episode automatically",
|
||||
"LabelAudioLanguagePreference": "Preferred audio language:",
|
||||
"HeaderVideoQuality": "Video Quality",
|
||||
"LabelPlayDefaultAudioTrack": "Play default audio track regardless of language",
|
||||
"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.",
|
||||
"EnableNextVideoInfoOverlay": "Enable next video info during playback",
|
||||
"EnableNextVideoInfoOverlayHelp": "At the end of a video, display info about the next video coming up in the current playlist.",
|
||||
"LabelMaxChromecastBitrate": "Chromecast streaming quality:",
|
||||
"LabelSkipBackLength": "Skip back length:",
|
||||
"LabelSkipForwardLength": "Skip forward length:",
|
||||
"LabelInternetQuality": "Internet quality:",
|
||||
"HeaderMusicQuality": "Music Quality",
|
||||
"LabelHomeNetworkQuality": "Home network quality:",
|
||||
"MessageUnlockAppWithPurchaseOrSupporter": "Unlock this feature with a small one-time purchase, or with an active Emby Premiere subscription.",
|
||||
"MessageUnlockAppWithSupporter": "Unlock this feature with an active Emby Premiere subscription.",
|
||||
"MessageToValidateSupporter": "If you have an active Emby Premiere subscription, ensure you've setup Emby Premiere in your Emby Server Dashboard, which you can access by clicking Emby Premiere within the main menu.",
|
||||
|
@ -183,6 +167,8 @@
|
|||
"FormatValue": "Format: {0}",
|
||||
"DownloadsValue": "Downloads: {0}",
|
||||
"PerfectMatch": "Perfect match",
|
||||
"EnableExternalVideoPlayers": "Enable external video players",
|
||||
"EnableExternalVideoPlayersHelp": "An external player menu will be shown when starting video playback.",
|
||||
"HeaderAlternateEpisodeNumbers": "Alternate Episode Numbers",
|
||||
"LabelDvdSeasonNumber": "Dvd season number:",
|
||||
"LabelDvdEpisodeNumber": "Dvd episode number:",
|
||||
|
@ -420,9 +406,9 @@
|
|||
"Up": "Up",
|
||||
"Down": "Down",
|
||||
"HeaderHomeScreen": "Home Screen",
|
||||
"HeaderLatestMedia": "Latest Media",
|
||||
"HeaderHomeScreenContent": "Home Screen Content",
|
||||
"HeaderLatestChannelItems": "Latest Channel Items",
|
||||
"LabelSelectLastestItemsFolders": "Include items from the following sections in Latest Media",
|
||||
"LabelSelectHomeScreenItemsFolders": "Allow content to appear on my home screen from:",
|
||||
"HeaderLibraryOrder": "Library Order",
|
||||
"HideWatchedContentFromLatestMedia": "Hide watched content from latest media",
|
||||
"HeaderOnNow": "On Now",
|
||||
|
@ -562,5 +548,21 @@
|
|||
"Logo": "Logo",
|
||||
"Menu": "Menu",
|
||||
"Screenshot": "Screenshot",
|
||||
"Thumb": "Thumb"
|
||||
"Thumb": "Thumb",
|
||||
"ValueSeconds": "{0} seconds",
|
||||
"HeaderAudioSettings": "Audio Settings",
|
||||
"LabelAudioLanguagePreference": "Preferred audio language:",
|
||||
"LabelPlayDefaultAudioTrack": "Play default audio track regardless of language",
|
||||
"HeaderVideoQuality": "Video Quality",
|
||||
"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.",
|
||||
"EnableNextVideoInfoOverlay": "Enable next video info during playback",
|
||||
"EnableNextVideoInfoOverlayHelp": "At the end of a video, display info about the next video coming up in the current playlist.",
|
||||
"PlayNextEpisodeAutomatically": "Play next episode automatically",
|
||||
"LabelMaxChromecastBitrate": "Chromecast streaming quality:",
|
||||
"LabelSkipBackLength": "Skip back length:",
|
||||
"LabelSkipForwardLength": "Skip forward length:",
|
||||
"EnableCinemaMode": "Enable cinema mode",
|
||||
"LabelInternetQuality": "Internet quality:",
|
||||
"HeaderMusicQuality": "Music Quality",
|
||||
"LabelHomeNetworkQuality": "Home network quality:"
|
||||
}
|
|
@ -1,20 +1,4 @@
|
|||
{
|
||||
"ValueSeconds": "{0} \u0441\u0435\u043a",
|
||||
"HeaderAudioSettings": "\u041f\u0430\u0440\u0430\u043c\u0435\u0442\u0440\u044b \u0430\u0443\u0434\u0438\u043e",
|
||||
"EnableCinemaMode": "\u0412\u043a\u043b\u044e\u0447\u0438\u0442\u044c \u0440\u0435\u0436\u0438\u043c \u043a\u0438\u043d\u043e\u0437\u0430\u043b\u0430",
|
||||
"PlayNextEpisodeAutomatically": "\u0412\u043e\u0441\u043f\u0440\u043e\u0438\u0437\u0432\u043e\u0434\u0438\u0442\u044c \u043f\u043e\u0441\u043b\u0435\u0434\u0443\u044e\u0449\u0438\u0439 \u044d\u043f\u0438\u0437\u043e\u0434 \u0430\u0432\u0442\u043e\u043c\u0430\u0442\u0438\u0447\u0435\u0441\u043a\u0438",
|
||||
"LabelAudioLanguagePreference": "\u0412\u044b\u0431\u043e\u0440 \u044f\u0437\u044b\u043a\u0430 \u0430\u0443\u0434\u0438\u043e:",
|
||||
"HeaderVideoQuality": "\u041a\u0430\u0447\u0435\u0441\u0442\u0432\u043e \u0432\u0438\u0434\u0435\u043e",
|
||||
"LabelPlayDefaultAudioTrack": "\u0412\u043e\u0441\u043f\u0440\u043e\u0438\u0437\u0432\u043e\u0434\u0438\u0442\u044c \u0441\u0442\u0430\u043d\u0434\u0430\u0440\u0442\u043d\u0443\u044e \u0430\u0443\u0434\u0438\u043e\u0434\u043e\u0440\u043e\u0436\u043a\u0443 \u043d\u0435\u0437\u0430\u0432\u0438\u0441\u0438\u043c\u043e \u043e\u0442 \u044f\u0437\u044b\u043a\u0430",
|
||||
"CinemaModeConfigurationHelp": "\u0420\u0435\u0436\u0438\u043c \u043a\u0438\u043d\u043e\u0437\u0430\u043b\u0430 \u043f\u0440\u0435\u0434\u043e\u0441\u0442\u0430\u0432\u0438\u0442 \u0432\u0430\u043c \u0432\u043f\u0435\u0447\u0430\u0442\u043b\u0435\u043d\u0438\u0435 \u043d\u0430\u0441\u0442\u043e\u044f\u0449\u0435\u0433\u043e \u0437\u0440\u0438\u0442\u0435\u043b\u044c\u043d\u043e\u0433\u043e \u0437\u0430\u043b\u0430 \u0441 \u0442\u0440\u0435\u0439\u043b\u0435\u0440\u0430\u043c\u0438 \u0438 \u043f\u0440\u043e\u0438\u0437\u0432\u043e\u043b\u044c\u043d\u044b\u043c\u0438 \u0437\u0430\u0441\u0442\u0430\u0432\u043a\u0430\u043c\u0438 \u043f\u0435\u0440\u0435\u0434 \u0444\u0438\u043b\u044c\u043c\u043e\u043c.",
|
||||
"EnableNextVideoInfoOverlay": "\u0412\u043a\u043b\u044e\u0447\u0430\u0442\u044c \u0432\u043e \u0432\u0440\u0435\u043c\u044f \u0432\u043e\u0441\u043f\u0440\u043e\u0438\u0437\u0432\u0435\u0434\u0435\u043d\u0438\u044f \u0441\u0432\u0435\u0434\u0435\u043d\u0438\u044f \u043e \u043f\u043e\u0441\u043b\u0435\u0434\u0443\u044e\u0449\u0435\u043c \u0432\u0438\u0434\u0435\u043e",
|
||||
"EnableNextVideoInfoOverlayHelp": "\u0412 \u043a\u043e\u043d\u0446\u0435 \u0432\u0438\u0434\u0435\u043e \u043e\u0442\u043e\u0431\u0440\u0430\u0436\u0430\u0442\u044c \u0438\u043d\u0444\u043e\u0440\u043c\u0430\u0446\u0438\u044e \u043e \u043f\u043e\u0441\u043b\u0435\u0434\u0443\u044e\u0449\u0435\u043c \u0432\u0438\u0434\u0435\u043e \u0432 \u0442\u0435\u043a\u0443\u0449\u0435\u043c \u043f\u043b\u0435\u0439-\u043b\u0438\u0441\u0442\u0435.",
|
||||
"LabelMaxChromecastBitrate": "\u041a\u0430\u0447\u0435\u0441\u0442\u0432\u043e \u0442\u0440\u0430\u043d\u0441\u043b\u044f\u0446\u0438\u0438 Chromecast:",
|
||||
"LabelSkipBackLength": "\u041f\u0440\u043e\u0434\u043e\u043b\u0436\u0438\u0442\u0435\u043b\u044c\u043d\u043e\u0441\u0442\u044c \u043f\u0440\u043e\u043f\u0443\u0441\u043a\u0430 \u043d\u0430\u0437\u0430\u0434:",
|
||||
"LabelSkipForwardLength": "\u041f\u0440\u043e\u0434\u043e\u043b\u0436\u0438\u0442\u0435\u043b\u044c\u043d\u043e\u0441\u0442\u044c \u043f\u0440\u043e\u043f\u0443\u0441\u043a\u0430 \u0432\u043f\u0435\u0440\u0451\u0434:",
|
||||
"LabelInternetQuality": "\u041a\u0430\u0447\u0435\u0441\u0442\u0432\u043e \u0432 \u0418\u043d\u0442\u0435\u0440\u043d\u0435\u0442\u0435:",
|
||||
"HeaderMusicQuality": "\u041a\u0430\u0447\u0435\u0441\u0442\u0432\u043e \u043c\u0443\u0437\u044b\u043a\u0438",
|
||||
"LabelHomeNetworkQuality": "\u041a\u0430\u0447\u0435\u0441\u0442\u0432\u043e \u0432 \u0434\u043e\u043c\u0430\u0448\u043d\u0435\u0439 \u0441\u0435\u0442\u0438:",
|
||||
"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.",
|
||||
"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.",
|
||||
|
@ -183,6 +167,8 @@
|
|||
"FormatValue": "\u0424\u043e\u0440\u043c\u0430\u0442: {0}",
|
||||
"DownloadsValue": "\u0417\u0430\u0433\u0440\u0443\u0437\u043a\u0438: {0}",
|
||||
"PerfectMatch": "\u041f\u043e\u043b\u043d\u043e\u0435 \u0441\u043e\u043e\u0442\u0432\u0435\u0442\u0441\u0442\u0432\u0438\u0435",
|
||||
"EnableExternalVideoPlayers": "Enable external video players",
|
||||
"EnableExternalVideoPlayersHelp": "An external player menu will be shown when starting video playback.",
|
||||
"HeaderAlternateEpisodeNumbers": "\u0410\u043b\u044c\u0442\u0435\u0440\u043d\u0430\u0442\u0438\u0432\u043d\u044b\u0435 \u043d\u043e\u043c\u0435\u0440\u0430 \u044d\u043f\u0438\u0437\u043e\u0434\u043e\u0432",
|
||||
"LabelDvdSeasonNumber": "\u041d\u043e\u043c\u0435\u0440 DVD-\u0441\u0435\u0437\u043e\u043d\u0430:",
|
||||
"LabelDvdEpisodeNumber": "\u041d\u043e\u043c\u0435\u0440 DVD-\u044d\u043f\u0438\u0437\u043e\u0434\u0430:",
|
||||
|
@ -420,9 +406,9 @@
|
|||
"Up": "\u0412\u0432\u0435\u0440\u0445",
|
||||
"Down": "\u0412\u043d\u0438\u0437",
|
||||
"HeaderHomeScreen": "\u0413\u043b\u0430\u0432\u043d\u044b\u0439 \u044d\u043a\u0440\u0430\u043d",
|
||||
"HeaderLatestMedia": "\u041d\u043e\u0432\u0435\u0439\u0448\u0438\u0435 \u043c\u0435\u0434\u0438\u0430\u0434\u0430\u043d\u043d\u044b\u0435",
|
||||
"HeaderHomeScreenContent": "Home Screen Content",
|
||||
"HeaderLatestChannelItems": "\u041d\u043e\u0432\u0435\u0439\u0448\u0435\u0435 \u0438\u0437 \u043a\u0430\u043d\u0430\u043b\u043e\u0432",
|
||||
"LabelSelectLastestItemsFolders": "\u041e\u0445\u0432\u0430\u0442\u044b\u0432\u0430\u0442\u044c \u044d\u043b\u0435\u043c\u0435\u043d\u0442\u044b \u0438\u0437 \u0441\u043b\u0435\u0434\u0443\u044e\u0449\u0438\u0445 \u0440\u0430\u0437\u0434\u0435\u043b\u043e\u0432 \u0432 \u041d\u043e\u0432\u0435\u0439\u0448\u0438\u0445 \u043c\u0435\u0434\u0438\u0430\u0434\u0430\u043d\u043d\u044b\u0445",
|
||||
"LabelSelectHomeScreenItemsFolders": "Allow content to appear on my home screen from:",
|
||||
"HeaderLibraryOrder": "\u041f\u043e\u0440\u044f\u0434\u043e\u043a \u043c\u0435\u0434\u0438\u0430\u0442\u0435\u043a",
|
||||
"HideWatchedContentFromLatestMedia": "\u0421\u043a\u0440\u044b\u0442\u044c \u043f\u0440\u043e\u0441\u043c\u043e\u0442\u0440\u0435\u043d\u043d\u043e\u0435 \u0441\u043e\u0434\u0435\u0440\u0436\u0430\u043d\u0438\u0435 \u0438\u0437 \u041d\u043e\u0432\u0435\u0439\u0448\u0438\u0445 \u043c\u0435\u0434\u0438\u0430\u0434\u0430\u043d\u043d\u044b\u0445",
|
||||
"HeaderOnNow": "\u0412 \u044d\u0444\u0438\u0440\u0435",
|
||||
|
@ -562,5 +548,21 @@
|
|||
"Logo": "\u041b\u043e\u0433\u043e\u0442\u0438\u043f",
|
||||
"Menu": "\u041c\u0435\u043d\u044e",
|
||||
"Screenshot": "\u0421\u043d\u0438\u043c\u043e\u043a \u044d\u043a\u0440\u0430\u043d\u0430",
|
||||
"Thumb": "\u0411\u0435\u0433\u0443\u043d\u043e\u043a"
|
||||
"Thumb": "\u0411\u0435\u0433\u0443\u043d\u043e\u043a",
|
||||
"ValueSeconds": "{0} \u0441\u0435\u043a",
|
||||
"HeaderAudioSettings": "\u041f\u0430\u0440\u0430\u043c\u0435\u0442\u0440\u044b \u0430\u0443\u0434\u0438\u043e",
|
||||
"LabelAudioLanguagePreference": "\u0412\u044b\u0431\u043e\u0440 \u044f\u0437\u044b\u043a\u0430 \u0430\u0443\u0434\u0438\u043e:",
|
||||
"LabelPlayDefaultAudioTrack": "\u0412\u043e\u0441\u043f\u0440\u043e\u0438\u0437\u0432\u043e\u0434\u0438\u0442\u044c \u0441\u0442\u0430\u043d\u0434\u0430\u0440\u0442\u043d\u0443\u044e \u0430\u0443\u0434\u0438\u043e\u0434\u043e\u0440\u043e\u0436\u043a\u0443 \u043d\u0435\u0437\u0430\u0432\u0438\u0441\u0438\u043c\u043e \u043e\u0442 \u044f\u0437\u044b\u043a\u0430",
|
||||
"HeaderVideoQuality": "\u041a\u0430\u0447\u0435\u0441\u0442\u0432\u043e \u0432\u0438\u0434\u0435\u043e",
|
||||
"CinemaModeConfigurationHelp": "\u0420\u0435\u0436\u0438\u043c \u043a\u0438\u043d\u043e\u0437\u0430\u043b\u0430 \u043f\u0440\u0435\u0434\u043e\u0441\u0442\u0430\u0432\u0438\u0442 \u0432\u0430\u043c \u0432\u043f\u0435\u0447\u0430\u0442\u043b\u0435\u043d\u0438\u0435 \u043d\u0430\u0441\u0442\u043e\u044f\u0449\u0435\u0433\u043e \u0437\u0440\u0438\u0442\u0435\u043b\u044c\u043d\u043e\u0433\u043e \u0437\u0430\u043b\u0430 \u0441 \u0442\u0440\u0435\u0439\u043b\u0435\u0440\u0430\u043c\u0438 \u0438 \u043f\u0440\u043e\u0438\u0437\u0432\u043e\u043b\u044c\u043d\u044b\u043c\u0438 \u0437\u0430\u0441\u0442\u0430\u0432\u043a\u0430\u043c\u0438 \u043f\u0435\u0440\u0435\u0434 \u0444\u0438\u043b\u044c\u043c\u043e\u043c.",
|
||||
"EnableNextVideoInfoOverlay": "\u0412\u043a\u043b\u044e\u0447\u0430\u0442\u044c \u0432\u043e \u0432\u0440\u0435\u043c\u044f \u0432\u043e\u0441\u043f\u0440\u043e\u0438\u0437\u0432\u0435\u0434\u0435\u043d\u0438\u044f \u0441\u0432\u0435\u0434\u0435\u043d\u0438\u044f \u043e \u043f\u043e\u0441\u043b\u0435\u0434\u0443\u044e\u0449\u0435\u043c \u0432\u0438\u0434\u0435\u043e",
|
||||
"EnableNextVideoInfoOverlayHelp": "\u0412 \u043a\u043e\u043d\u0446\u0435 \u0432\u0438\u0434\u0435\u043e \u043e\u0442\u043e\u0431\u0440\u0430\u0436\u0430\u0442\u044c \u0438\u043d\u0444\u043e\u0440\u043c\u0430\u0446\u0438\u044e \u043e \u043f\u043e\u0441\u043b\u0435\u0434\u0443\u044e\u0449\u0435\u043c \u0432\u0438\u0434\u0435\u043e \u0432 \u0442\u0435\u043a\u0443\u0449\u0435\u043c \u043f\u043b\u0435\u0439-\u043b\u0438\u0441\u0442\u0435.",
|
||||
"PlayNextEpisodeAutomatically": "\u0412\u043e\u0441\u043f\u0440\u043e\u0438\u0437\u0432\u043e\u0434\u0438\u0442\u044c \u043f\u043e\u0441\u043b\u0435\u0434\u0443\u044e\u0449\u0438\u0439 \u044d\u043f\u0438\u0437\u043e\u0434 \u0430\u0432\u0442\u043e\u043c\u0430\u0442\u0438\u0447\u0435\u0441\u043a\u0438",
|
||||
"LabelMaxChromecastBitrate": "\u041a\u0430\u0447\u0435\u0441\u0442\u0432\u043e \u0442\u0440\u0430\u043d\u0441\u043b\u044f\u0446\u0438\u0438 Chromecast:",
|
||||
"LabelSkipBackLength": "\u041f\u0440\u043e\u0434\u043e\u043b\u0436\u0438\u0442\u0435\u043b\u044c\u043d\u043e\u0441\u0442\u044c \u043f\u0440\u043e\u043f\u0443\u0441\u043a\u0430 \u043d\u0430\u0437\u0430\u0434:",
|
||||
"LabelSkipForwardLength": "\u041f\u0440\u043e\u0434\u043e\u043b\u0436\u0438\u0442\u0435\u043b\u044c\u043d\u043e\u0441\u0442\u044c \u043f\u0440\u043e\u043f\u0443\u0441\u043a\u0430 \u0432\u043f\u0435\u0440\u0451\u0434:",
|
||||
"EnableCinemaMode": "\u0412\u043a\u043b\u044e\u0447\u0438\u0442\u044c \u0440\u0435\u0436\u0438\u043c \u043a\u0438\u043d\u043e\u0437\u0430\u043b\u0430",
|
||||
"LabelInternetQuality": "\u041a\u0430\u0447\u0435\u0441\u0442\u0432\u043e \u0432 \u0418\u043d\u0442\u0435\u0440\u043d\u0435\u0442\u0435:",
|
||||
"HeaderMusicQuality": "\u041a\u0430\u0447\u0435\u0441\u0442\u0432\u043e \u043c\u0443\u0437\u044b\u043a\u0438",
|
||||
"LabelHomeNetworkQuality": "\u041a\u0430\u0447\u0435\u0441\u0442\u0432\u043e \u0432 \u0434\u043e\u043c\u0430\u0448\u043d\u0435\u0439 \u0441\u0435\u0442\u0438:"
|
||||
}
|
|
@ -1,20 +1,4 @@
|
|||
{
|
||||
"ValueSeconds": "{0} seconds",
|
||||
"HeaderAudioSettings": "Audio Settings",
|
||||
"EnableCinemaMode": "Enable cinema mode",
|
||||
"PlayNextEpisodeAutomatically": "Play next episode automatically",
|
||||
"LabelAudioLanguagePreference": "Preferred audio language:",
|
||||
"HeaderVideoQuality": "Video Quality",
|
||||
"LabelPlayDefaultAudioTrack": "Play default audio track regardless of language",
|
||||
"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.",
|
||||
"EnableNextVideoInfoOverlay": "Enable next video info during playback",
|
||||
"EnableNextVideoInfoOverlayHelp": "At the end of a video, display info about the next video coming up in the current playlist.",
|
||||
"LabelMaxChromecastBitrate": "Chromecast streaming quality:",
|
||||
"LabelSkipBackLength": "Skip back length:",
|
||||
"LabelSkipForwardLength": "Skip forward length:",
|
||||
"LabelInternetQuality": "Internet quality:",
|
||||
"HeaderMusicQuality": "Music Quality",
|
||||
"LabelHomeNetworkQuality": "Home network quality:",
|
||||
"MessageUnlockAppWithPurchaseOrSupporter": "Unlock this feature with a small one-time purchase, or with an active Emby Premiere subscription.",
|
||||
"MessageUnlockAppWithSupporter": "Unlock this feature with an active Emby Premiere subscription.",
|
||||
"MessageToValidateSupporter": "If you have an active Emby Premiere subscription, ensure you've setup Emby Premiere in your Emby Server Dashboard, which you can access by clicking Emby Premiere within the main menu.",
|
||||
|
@ -183,6 +167,8 @@
|
|||
"FormatValue": "Format: {0}",
|
||||
"DownloadsValue": "Downloads: {0}",
|
||||
"PerfectMatch": "Perfect match",
|
||||
"EnableExternalVideoPlayers": "Enable external video players",
|
||||
"EnableExternalVideoPlayersHelp": "An external player menu will be shown when starting video playback.",
|
||||
"HeaderAlternateEpisodeNumbers": "Alternate Episode Numbers",
|
||||
"LabelDvdSeasonNumber": "Dvd season number:",
|
||||
"LabelDvdEpisodeNumber": "Dvd episode number:",
|
||||
|
@ -420,9 +406,9 @@
|
|||
"Up": "Up",
|
||||
"Down": "Down",
|
||||
"HeaderHomeScreen": "Home Screen",
|
||||
"HeaderLatestMedia": "Latest Media",
|
||||
"HeaderHomeScreenContent": "Home Screen Content",
|
||||
"HeaderLatestChannelItems": "Latest Channel Items",
|
||||
"LabelSelectLastestItemsFolders": "Include items from the following sections in Latest Media",
|
||||
"LabelSelectHomeScreenItemsFolders": "Allow content to appear on my home screen from:",
|
||||
"HeaderLibraryOrder": "Library Order",
|
||||
"HideWatchedContentFromLatestMedia": "Hide watched content from latest media",
|
||||
"HeaderOnNow": "On Now",
|
||||
|
@ -562,5 +548,21 @@
|
|||
"Logo": "Logo",
|
||||
"Menu": "Menu",
|
||||
"Screenshot": "Screenshot",
|
||||
"Thumb": "Thumb"
|
||||
"Thumb": "Thumb",
|
||||
"ValueSeconds": "{0} seconds",
|
||||
"HeaderAudioSettings": "Audio Settings",
|
||||
"LabelAudioLanguagePreference": "Preferred audio language:",
|
||||
"LabelPlayDefaultAudioTrack": "Play default audio track regardless of language",
|
||||
"HeaderVideoQuality": "Video Quality",
|
||||
"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.",
|
||||
"EnableNextVideoInfoOverlay": "Enable next video info during playback",
|
||||
"EnableNextVideoInfoOverlayHelp": "At the end of a video, display info about the next video coming up in the current playlist.",
|
||||
"PlayNextEpisodeAutomatically": "Play next episode automatically",
|
||||
"LabelMaxChromecastBitrate": "Chromecast streaming quality:",
|
||||
"LabelSkipBackLength": "Skip back length:",
|
||||
"LabelSkipForwardLength": "Skip forward length:",
|
||||
"EnableCinemaMode": "Enable cinema mode",
|
||||
"LabelInternetQuality": "Internet quality:",
|
||||
"HeaderMusicQuality": "Music Quality",
|
||||
"LabelHomeNetworkQuality": "Home network quality:"
|
||||
}
|
|
@ -1,20 +1,4 @@
|
|||
{
|
||||
"ValueSeconds": "{0} seconds",
|
||||
"HeaderAudioSettings": "Audio Settings",
|
||||
"EnableCinemaMode": "Enable cinema mode",
|
||||
"PlayNextEpisodeAutomatically": "Play next episode automatically",
|
||||
"LabelAudioLanguagePreference": "Preferred audio language:",
|
||||
"HeaderVideoQuality": "Video Quality",
|
||||
"LabelPlayDefaultAudioTrack": "Play default audio track regardless of language",
|
||||
"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.",
|
||||
"EnableNextVideoInfoOverlay": "Enable next video info during playback",
|
||||
"EnableNextVideoInfoOverlayHelp": "At the end of a video, display info about the next video coming up in the current playlist.",
|
||||
"LabelMaxChromecastBitrate": "Chromecast streaming quality:",
|
||||
"LabelSkipBackLength": "Skip back length:",
|
||||
"LabelSkipForwardLength": "Skip forward length:",
|
||||
"LabelInternetQuality": "Internet quality:",
|
||||
"HeaderMusicQuality": "Music Quality",
|
||||
"LabelHomeNetworkQuality": "Home network quality:",
|
||||
"MessageUnlockAppWithPurchaseOrSupporter": "Unlock this feature with a small one-time purchase, or with an active Emby Premiere subscription.",
|
||||
"MessageUnlockAppWithSupporter": "Unlock this feature with an active Emby Premiere subscription.",
|
||||
"MessageToValidateSupporter": "If you have an active Emby Premiere subscription, ensure you've setup Emby Premiere in your Emby Server Dashboard, which you can access by clicking Emby Premiere within the main menu.",
|
||||
|
@ -183,6 +167,8 @@
|
|||
"FormatValue": "Format: {0}",
|
||||
"DownloadsValue": "Downloads: {0}",
|
||||
"PerfectMatch": "Perfect match",
|
||||
"EnableExternalVideoPlayers": "Enable external video players",
|
||||
"EnableExternalVideoPlayersHelp": "An external player menu will be shown when starting video playback.",
|
||||
"HeaderAlternateEpisodeNumbers": "Alternate Episode Numbers",
|
||||
"LabelDvdSeasonNumber": "Dvd season number:",
|
||||
"LabelDvdEpisodeNumber": "Dvd episode number:",
|
||||
|
@ -420,9 +406,9 @@
|
|||
"Up": "Up",
|
||||
"Down": "Down",
|
||||
"HeaderHomeScreen": "Home Screen",
|
||||
"HeaderLatestMedia": "Latest Media",
|
||||
"HeaderHomeScreenContent": "Home Screen Content",
|
||||
"HeaderLatestChannelItems": "Latest Channel Items",
|
||||
"LabelSelectLastestItemsFolders": "Include items from the following sections in Latest Media",
|
||||
"LabelSelectHomeScreenItemsFolders": "Allow content to appear on my home screen from:",
|
||||
"HeaderLibraryOrder": "Library Order",
|
||||
"HideWatchedContentFromLatestMedia": "Hide watched content from latest media",
|
||||
"HeaderOnNow": "On Now",
|
||||
|
@ -562,5 +548,21 @@
|
|||
"Logo": "Logo",
|
||||
"Menu": "Menu",
|
||||
"Screenshot": "Screenshot",
|
||||
"Thumb": "Thumb"
|
||||
"Thumb": "Thumb",
|
||||
"ValueSeconds": "{0} seconds",
|
||||
"HeaderAudioSettings": "Audio Settings",
|
||||
"LabelAudioLanguagePreference": "Preferred audio language:",
|
||||
"LabelPlayDefaultAudioTrack": "Play default audio track regardless of language",
|
||||
"HeaderVideoQuality": "Video Quality",
|
||||
"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.",
|
||||
"EnableNextVideoInfoOverlay": "Enable next video info during playback",
|
||||
"EnableNextVideoInfoOverlayHelp": "At the end of a video, display info about the next video coming up in the current playlist.",
|
||||
"PlayNextEpisodeAutomatically": "Play next episode automatically",
|
||||
"LabelMaxChromecastBitrate": "Chromecast streaming quality:",
|
||||
"LabelSkipBackLength": "Skip back length:",
|
||||
"LabelSkipForwardLength": "Skip forward length:",
|
||||
"EnableCinemaMode": "Enable cinema mode",
|
||||
"LabelInternetQuality": "Internet quality:",
|
||||
"HeaderMusicQuality": "Music Quality",
|
||||
"LabelHomeNetworkQuality": "Home network quality:"
|
||||
}
|
|
@ -1,20 +1,4 @@
|
|||
{
|
||||
"ValueSeconds": "{0} seconds",
|
||||
"HeaderAudioSettings": "Ljudinst\u00e4llningar",
|
||||
"EnableCinemaMode": "Aktivera biol\u00e4ge",
|
||||
"PlayNextEpisodeAutomatically": "Spela n\u00e4sta avsnitt automatiskt",
|
||||
"LabelAudioLanguagePreference": "Preferred audio language:",
|
||||
"HeaderVideoQuality": "Video Quality",
|
||||
"LabelPlayDefaultAudioTrack": "Play default audio track regardless of language",
|
||||
"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.",
|
||||
"EnableNextVideoInfoOverlay": "Visa info om n\u00e4sta video under uppspelning",
|
||||
"EnableNextVideoInfoOverlayHelp": "Vid slutet av en video, visa information om n\u00e4stf\u00f6ljande video i spellistan.",
|
||||
"LabelMaxChromecastBitrate": "Chromecast streaming quality:",
|
||||
"LabelSkipBackLength": "Skip back length:",
|
||||
"LabelSkipForwardLength": "Skip forward length:",
|
||||
"LabelInternetQuality": "Internet quality:",
|
||||
"HeaderMusicQuality": "Music Quality",
|
||||
"LabelHomeNetworkQuality": "Home network quality:",
|
||||
"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.",
|
||||
"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.",
|
||||
|
@ -183,6 +167,8 @@
|
|||
"FormatValue": "Format: {0}",
|
||||
"DownloadsValue": "Nedladdningar: {0}",
|
||||
"PerfectMatch": "Perfekt matchning",
|
||||
"EnableExternalVideoPlayers": "Enable external video players",
|
||||
"EnableExternalVideoPlayersHelp": "An external player menu will be shown when starting video playback.",
|
||||
"HeaderAlternateEpisodeNumbers": "Alternativ avsnittsnumrering",
|
||||
"LabelDvdSeasonNumber": "S\u00e4songsnummer p\u00e5 DVD:",
|
||||
"LabelDvdEpisodeNumber": "Avsnittsnummer p\u00e5 DVD:",
|
||||
|
@ -420,9 +406,9 @@
|
|||
"Up": "Upp",
|
||||
"Down": "Ner",
|
||||
"HeaderHomeScreen": "Hemsk\u00e4rm",
|
||||
"HeaderLatestMedia": "Nytillkommet",
|
||||
"HeaderHomeScreenContent": "Home Screen Content",
|
||||
"HeaderLatestChannelItems": "Senaste nytt i Kanaler",
|
||||
"LabelSelectLastestItemsFolders": "Inkludera media fr\u00e5n f\u00f6ljande sektioner i senaste media",
|
||||
"LabelSelectHomeScreenItemsFolders": "Allow content to appear on my home screen from:",
|
||||
"HeaderLibraryOrder": "Biblioteksordning",
|
||||
"HideWatchedContentFromLatestMedia": "D\u00f6lj visat inneh\u00e5ll ifr\u00e5n senaste media",
|
||||
"HeaderOnNow": "Visas nu",
|
||||
|
@ -562,5 +548,21 @@
|
|||
"Logo": "Logo",
|
||||
"Menu": "Menu",
|
||||
"Screenshot": "Screenshot",
|
||||
"Thumb": "Thumb"
|
||||
"Thumb": "Thumb",
|
||||
"ValueSeconds": "{0} seconds",
|
||||
"HeaderAudioSettings": "Ljudinst\u00e4llningar",
|
||||
"LabelAudioLanguagePreference": "Preferred audio language:",
|
||||
"LabelPlayDefaultAudioTrack": "Play default audio track regardless of language",
|
||||
"HeaderVideoQuality": "Video Quality",
|
||||
"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.",
|
||||
"EnableNextVideoInfoOverlay": "Visa info om n\u00e4sta video under uppspelning",
|
||||
"EnableNextVideoInfoOverlayHelp": "Vid slutet av en video, visa information om n\u00e4stf\u00f6ljande video i spellistan.",
|
||||
"PlayNextEpisodeAutomatically": "Spela n\u00e4sta avsnitt automatiskt",
|
||||
"LabelMaxChromecastBitrate": "Chromecast streaming quality:",
|
||||
"LabelSkipBackLength": "Skip back length:",
|
||||
"LabelSkipForwardLength": "Skip forward length:",
|
||||
"EnableCinemaMode": "Aktivera biol\u00e4ge",
|
||||
"LabelInternetQuality": "Internet quality:",
|
||||
"HeaderMusicQuality": "Music Quality",
|
||||
"LabelHomeNetworkQuality": "Home network quality:"
|
||||
}
|
|
@ -1,20 +1,4 @@
|
|||
{
|
||||
"ValueSeconds": "{0} seconds",
|
||||
"HeaderAudioSettings": "Audio Settings",
|
||||
"EnableCinemaMode": "Enable cinema mode",
|
||||
"PlayNextEpisodeAutomatically": "Play next episode automatically",
|
||||
"LabelAudioLanguagePreference": "Preferred audio language:",
|
||||
"HeaderVideoQuality": "Video Quality",
|
||||
"LabelPlayDefaultAudioTrack": "Play default audio track regardless of language",
|
||||
"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.",
|
||||
"EnableNextVideoInfoOverlay": "Enable next video info during playback",
|
||||
"EnableNextVideoInfoOverlayHelp": "At the end of a video, display info about the next video coming up in the current playlist.",
|
||||
"LabelMaxChromecastBitrate": "Chromecast streaming quality:",
|
||||
"LabelSkipBackLength": "Skip back length:",
|
||||
"LabelSkipForwardLength": "Skip forward length:",
|
||||
"LabelInternetQuality": "Internet quality:",
|
||||
"HeaderMusicQuality": "Music Quality",
|
||||
"LabelHomeNetworkQuality": "Home network quality:",
|
||||
"MessageUnlockAppWithPurchaseOrSupporter": "Unlock this feature with a small one-time purchase, or with an active Emby Premiere subscription.",
|
||||
"MessageUnlockAppWithSupporter": "Unlock this feature with an active Emby Premiere subscription.",
|
||||
"MessageToValidateSupporter": "If you have an active Emby Premiere subscription, ensure you've setup Emby Premiere in your Emby Server Dashboard, which you can access by clicking Emby Premiere within the main menu.",
|
||||
|
@ -183,6 +167,8 @@
|
|||
"FormatValue": "Format: {0}",
|
||||
"DownloadsValue": "Downloads: {0}",
|
||||
"PerfectMatch": "Perfect match",
|
||||
"EnableExternalVideoPlayers": "Enable external video players",
|
||||
"EnableExternalVideoPlayersHelp": "An external player menu will be shown when starting video playback.",
|
||||
"HeaderAlternateEpisodeNumbers": "Alternate Episode Numbers",
|
||||
"LabelDvdSeasonNumber": "Dvd season number:",
|
||||
"LabelDvdEpisodeNumber": "Dvd episode number:",
|
||||
|
@ -420,9 +406,9 @@
|
|||
"Up": "Up",
|
||||
"Down": "Down",
|
||||
"HeaderHomeScreen": "Home Screen",
|
||||
"HeaderLatestMedia": "Latest Media",
|
||||
"HeaderHomeScreenContent": "Home Screen Content",
|
||||
"HeaderLatestChannelItems": "Latest Channel Items",
|
||||
"LabelSelectLastestItemsFolders": "Include items from the following sections in Latest Media",
|
||||
"LabelSelectHomeScreenItemsFolders": "Allow content to appear on my home screen from:",
|
||||
"HeaderLibraryOrder": "Library Order",
|
||||
"HideWatchedContentFromLatestMedia": "Hide watched content from latest media",
|
||||
"HeaderOnNow": "On Now",
|
||||
|
@ -562,5 +548,21 @@
|
|||
"Logo": "Logo",
|
||||
"Menu": "Menu",
|
||||
"Screenshot": "Screenshot",
|
||||
"Thumb": "Thumb"
|
||||
"Thumb": "Thumb",
|
||||
"ValueSeconds": "{0} seconds",
|
||||
"HeaderAudioSettings": "Audio Settings",
|
||||
"LabelAudioLanguagePreference": "Preferred audio language:",
|
||||
"LabelPlayDefaultAudioTrack": "Play default audio track regardless of language",
|
||||
"HeaderVideoQuality": "Video Quality",
|
||||
"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.",
|
||||
"EnableNextVideoInfoOverlay": "Enable next video info during playback",
|
||||
"EnableNextVideoInfoOverlayHelp": "At the end of a video, display info about the next video coming up in the current playlist.",
|
||||
"PlayNextEpisodeAutomatically": "Play next episode automatically",
|
||||
"LabelMaxChromecastBitrate": "Chromecast streaming quality:",
|
||||
"LabelSkipBackLength": "Skip back length:",
|
||||
"LabelSkipForwardLength": "Skip forward length:",
|
||||
"EnableCinemaMode": "Enable cinema mode",
|
||||
"LabelInternetQuality": "Internet quality:",
|
||||
"HeaderMusicQuality": "Music Quality",
|
||||
"LabelHomeNetworkQuality": "Home network quality:"
|
||||
}
|
|
@ -1,20 +1,4 @@
|
|||
{
|
||||
"ValueSeconds": "{0} seconds",
|
||||
"HeaderAudioSettings": "Audio Settings",
|
||||
"EnableCinemaMode": "Enable cinema mode",
|
||||
"PlayNextEpisodeAutomatically": "Play next episode automatically",
|
||||
"LabelAudioLanguagePreference": "Preferred audio language:",
|
||||
"HeaderVideoQuality": "Video Quality",
|
||||
"LabelPlayDefaultAudioTrack": "Play default audio track regardless of language",
|
||||
"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.",
|
||||
"EnableNextVideoInfoOverlay": "Enable next video info during playback",
|
||||
"EnableNextVideoInfoOverlayHelp": "At the end of a video, display info about the next video coming up in the current playlist.",
|
||||
"LabelMaxChromecastBitrate": "Chromecast streaming quality:",
|
||||
"LabelSkipBackLength": "Skip back length:",
|
||||
"LabelSkipForwardLength": "Skip forward length:",
|
||||
"LabelInternetQuality": "Internet quality:",
|
||||
"HeaderMusicQuality": "Music Quality",
|
||||
"LabelHomeNetworkQuality": "Home network quality:",
|
||||
"MessageUnlockAppWithPurchaseOrSupporter": "Unlock this feature with a small one-time purchase, or with an active Emby Premiere subscription.",
|
||||
"MessageUnlockAppWithSupporter": "Unlock this feature with an active Emby Premiere subscription.",
|
||||
"MessageToValidateSupporter": "If you have an active Emby Premiere subscription, ensure you've setup Emby Premiere in your Emby Server Dashboard, which you can access by clicking Emby Premiere within the main menu.",
|
||||
|
@ -183,6 +167,8 @@
|
|||
"FormatValue": "Format: {0}",
|
||||
"DownloadsValue": "Downloads: {0}",
|
||||
"PerfectMatch": "Perfect match",
|
||||
"EnableExternalVideoPlayers": "Enable external video players",
|
||||
"EnableExternalVideoPlayersHelp": "An external player menu will be shown when starting video playback.",
|
||||
"HeaderAlternateEpisodeNumbers": "Alternate Episode Numbers",
|
||||
"LabelDvdSeasonNumber": "Dvd season number:",
|
||||
"LabelDvdEpisodeNumber": "Dvd episode number:",
|
||||
|
@ -420,9 +406,9 @@
|
|||
"Up": "Up",
|
||||
"Down": "Down",
|
||||
"HeaderHomeScreen": "Home Screen",
|
||||
"HeaderLatestMedia": "Latest Media",
|
||||
"HeaderHomeScreenContent": "Home Screen Content",
|
||||
"HeaderLatestChannelItems": "Latest Channel Items",
|
||||
"LabelSelectLastestItemsFolders": "Include items from the following sections in Latest Media",
|
||||
"LabelSelectHomeScreenItemsFolders": "Allow content to appear on my home screen from:",
|
||||
"HeaderLibraryOrder": "Library Order",
|
||||
"HideWatchedContentFromLatestMedia": "Hide watched content from latest media",
|
||||
"HeaderOnNow": "On Now",
|
||||
|
@ -562,5 +548,21 @@
|
|||
"Logo": "Logo",
|
||||
"Menu": "Menu",
|
||||
"Screenshot": "Screenshot",
|
||||
"Thumb": "Thumb"
|
||||
"Thumb": "Thumb",
|
||||
"ValueSeconds": "{0} seconds",
|
||||
"HeaderAudioSettings": "Audio Settings",
|
||||
"LabelAudioLanguagePreference": "Preferred audio language:",
|
||||
"LabelPlayDefaultAudioTrack": "Play default audio track regardless of language",
|
||||
"HeaderVideoQuality": "Video Quality",
|
||||
"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.",
|
||||
"EnableNextVideoInfoOverlay": "Enable next video info during playback",
|
||||
"EnableNextVideoInfoOverlayHelp": "At the end of a video, display info about the next video coming up in the current playlist.",
|
||||
"PlayNextEpisodeAutomatically": "Play next episode automatically",
|
||||
"LabelMaxChromecastBitrate": "Chromecast streaming quality:",
|
||||
"LabelSkipBackLength": "Skip back length:",
|
||||
"LabelSkipForwardLength": "Skip forward length:",
|
||||
"EnableCinemaMode": "Enable cinema mode",
|
||||
"LabelInternetQuality": "Internet quality:",
|
||||
"HeaderMusicQuality": "Music Quality",
|
||||
"LabelHomeNetworkQuality": "Home network quality:"
|
||||
}
|
|
@ -1,20 +1,4 @@
|
|||
{
|
||||
"ValueSeconds": "{0} seconds",
|
||||
"HeaderAudioSettings": "Audio Settings",
|
||||
"EnableCinemaMode": "Enable cinema mode",
|
||||
"PlayNextEpisodeAutomatically": "Play next episode automatically",
|
||||
"LabelAudioLanguagePreference": "Preferred audio language:",
|
||||
"HeaderVideoQuality": "Video Quality",
|
||||
"LabelPlayDefaultAudioTrack": "Play default audio track regardless of language",
|
||||
"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.",
|
||||
"EnableNextVideoInfoOverlay": "Enable next video info during playback",
|
||||
"EnableNextVideoInfoOverlayHelp": "At the end of a video, display info about the next video coming up in the current playlist.",
|
||||
"LabelMaxChromecastBitrate": "Chromecast streaming quality:",
|
||||
"LabelSkipBackLength": "Skip back length:",
|
||||
"LabelSkipForwardLength": "Skip forward length:",
|
||||
"LabelInternetQuality": "Internet quality:",
|
||||
"HeaderMusicQuality": "Music Quality",
|
||||
"LabelHomeNetworkQuality": "Home network quality:",
|
||||
"MessageUnlockAppWithPurchaseOrSupporter": "Unlock this feature with a small one-time purchase, or with an active Emby Premiere subscription.",
|
||||
"MessageUnlockAppWithSupporter": "Unlock this feature with an active Emby Premiere subscription.",
|
||||
"MessageToValidateSupporter": "If you have an active Emby Premiere subscription, ensure you've setup Emby Premiere in your Emby Server Dashboard, which you can access by clicking Emby Premiere within the main menu.",
|
||||
|
@ -183,6 +167,8 @@
|
|||
"FormatValue": "Format: {0}",
|
||||
"DownloadsValue": "Downloads: {0}",
|
||||
"PerfectMatch": "Perfect match",
|
||||
"EnableExternalVideoPlayers": "Enable external video players",
|
||||
"EnableExternalVideoPlayersHelp": "An external player menu will be shown when starting video playback.",
|
||||
"HeaderAlternateEpisodeNumbers": "Alternate Episode Numbers",
|
||||
"LabelDvdSeasonNumber": "Dvd season number:",
|
||||
"LabelDvdEpisodeNumber": "Dvd episode number:",
|
||||
|
@ -420,9 +406,9 @@
|
|||
"Up": "Up",
|
||||
"Down": "Down",
|
||||
"HeaderHomeScreen": "Home Screen",
|
||||
"HeaderLatestMedia": "Latest Media",
|
||||
"HeaderHomeScreenContent": "Home Screen Content",
|
||||
"HeaderLatestChannelItems": "Latest Channel Items",
|
||||
"LabelSelectLastestItemsFolders": "Include items from the following sections in Latest Media",
|
||||
"LabelSelectHomeScreenItemsFolders": "Allow content to appear on my home screen from:",
|
||||
"HeaderLibraryOrder": "Library Order",
|
||||
"HideWatchedContentFromLatestMedia": "Hide watched content from latest media",
|
||||
"HeaderOnNow": "On Now",
|
||||
|
@ -562,5 +548,21 @@
|
|||
"Logo": "Logo",
|
||||
"Menu": "Menu",
|
||||
"Screenshot": "Screenshot",
|
||||
"Thumb": "Thumb"
|
||||
"Thumb": "Thumb",
|
||||
"ValueSeconds": "{0} seconds",
|
||||
"HeaderAudioSettings": "Audio Settings",
|
||||
"LabelAudioLanguagePreference": "Preferred audio language:",
|
||||
"LabelPlayDefaultAudioTrack": "Play default audio track regardless of language",
|
||||
"HeaderVideoQuality": "Video Quality",
|
||||
"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.",
|
||||
"EnableNextVideoInfoOverlay": "Enable next video info during playback",
|
||||
"EnableNextVideoInfoOverlayHelp": "At the end of a video, display info about the next video coming up in the current playlist.",
|
||||
"PlayNextEpisodeAutomatically": "Play next episode automatically",
|
||||
"LabelMaxChromecastBitrate": "Chromecast streaming quality:",
|
||||
"LabelSkipBackLength": "Skip back length:",
|
||||
"LabelSkipForwardLength": "Skip forward length:",
|
||||
"EnableCinemaMode": "Enable cinema mode",
|
||||
"LabelInternetQuality": "Internet quality:",
|
||||
"HeaderMusicQuality": "Music Quality",
|
||||
"LabelHomeNetworkQuality": "Home network quality:"
|
||||
}
|
|
@ -1,20 +1,4 @@
|
|||
{
|
||||
"ValueSeconds": "{0} seconds",
|
||||
"HeaderAudioSettings": "Audio Settings",
|
||||
"EnableCinemaMode": "\u542f\u7528\u5f71\u9662\u6a21\u5f0f",
|
||||
"PlayNextEpisodeAutomatically": "Play next episode automatically",
|
||||
"LabelAudioLanguagePreference": "\u9996\u9009\u97f3\u9891\u8bed\u8a00\uff1a",
|
||||
"HeaderVideoQuality": "\u89c6\u9891\u8d28\u91cf",
|
||||
"LabelPlayDefaultAudioTrack": "\u64ad\u653e\u9ed8\u8ba4\u97f3\u8f68\u65e0\u8bba\u662f\u4ec0\u4e48\u8bed\u8a00",
|
||||
"CinemaModeConfigurationHelp": "\u5f71\u9662\u6a21\u5f0f\u76f4\u63a5\u4e3a\u60a8\u7684\u5ba2\u5385\u5e26\u6765\u5267\u573a\u7ea7\u4f53\u9a8c\uff0c\u540c\u65f6\u8fd8\u53ef\u4ee5\u64ad\u653e\u9884\u544a\u7247\u548c\u81ea\u5b9a\u4e49\u4ecb\u7ecd\u3002",
|
||||
"EnableNextVideoInfoOverlay": "\u5728\u64ad\u653e\u65f6\u542f\u7528\u4e0b\u4e00\u4e2a\u89c6\u9891\u4fe1\u606f",
|
||||
"EnableNextVideoInfoOverlayHelp": "\u5728\u89c6\u9891\u7ed3\u5c3e\u5904\uff0c\u663e\u793a\u5f53\u524d\u64ad\u653e\u5217\u8868\u4e2d\u4e0b\u4e00\u4e2a\u89c6\u9891\u7684\u4fe1\u606f\u3002",
|
||||
"LabelMaxChromecastBitrate": "\u6700\u5927 Chromecast \u6bd4\u7279\u7387\uff1a",
|
||||
"LabelSkipBackLength": "\u8df3\u8fc7\u957f\u5ea6\uff1a",
|
||||
"LabelSkipForwardLength": "\u5feb\u8fdb\u957f\u5ea6",
|
||||
"LabelInternetQuality": "\u7f51\u7edc\u8d28\u91cf\uff1a",
|
||||
"HeaderMusicQuality": "Music Quality",
|
||||
"LabelHomeNetworkQuality": "Home network quality:",
|
||||
"MessageUnlockAppWithPurchaseOrSupporter": "Unlock this feature with a small one-time purchase, or with an active Emby Premiere subscription.",
|
||||
"MessageUnlockAppWithSupporter": "Unlock this feature with an active Emby Premiere subscription.",
|
||||
"MessageToValidateSupporter": "If you have an active Emby Premiere subscription, ensure you've setup Emby Premiere in your Emby Server Dashboard, which you can access by clicking Emby Premiere within the main menu.",
|
||||
|
@ -183,6 +167,8 @@
|
|||
"FormatValue": "Format: {0}",
|
||||
"DownloadsValue": "Downloads: {0}",
|
||||
"PerfectMatch": "Perfect match",
|
||||
"EnableExternalVideoPlayers": "Enable external video players",
|
||||
"EnableExternalVideoPlayersHelp": "An external player menu will be shown when starting video playback.",
|
||||
"HeaderAlternateEpisodeNumbers": "\u5907\u9009\u7684\u5267\u96c6\u6570",
|
||||
"LabelDvdSeasonNumber": "Dvd \u5b63\u6570\uff1a",
|
||||
"LabelDvdEpisodeNumber": "Dvd \u96c6\u6570\uff1a",
|
||||
|
@ -420,9 +406,9 @@
|
|||
"Up": "Up",
|
||||
"Down": "Down",
|
||||
"HeaderHomeScreen": "Home Screen",
|
||||
"HeaderLatestMedia": "Latest Media",
|
||||
"HeaderHomeScreenContent": "Home Screen Content",
|
||||
"HeaderLatestChannelItems": "Latest Channel Items",
|
||||
"LabelSelectLastestItemsFolders": "Include items from the following sections in Latest Media",
|
||||
"LabelSelectHomeScreenItemsFolders": "Allow content to appear on my home screen from:",
|
||||
"HeaderLibraryOrder": "Library Order",
|
||||
"HideWatchedContentFromLatestMedia": "Hide watched content from latest media",
|
||||
"HeaderOnNow": "On Now",
|
||||
|
@ -562,5 +548,21 @@
|
|||
"Logo": "Logo",
|
||||
"Menu": "Menu",
|
||||
"Screenshot": "Screenshot",
|
||||
"Thumb": "Thumb"
|
||||
"Thumb": "Thumb",
|
||||
"ValueSeconds": "{0} seconds",
|
||||
"HeaderAudioSettings": "Audio Settings",
|
||||
"LabelAudioLanguagePreference": "\u9996\u9009\u97f3\u9891\u8bed\u8a00\uff1a",
|
||||
"LabelPlayDefaultAudioTrack": "\u64ad\u653e\u9ed8\u8ba4\u97f3\u8f68\u65e0\u8bba\u662f\u4ec0\u4e48\u8bed\u8a00",
|
||||
"HeaderVideoQuality": "\u89c6\u9891\u8d28\u91cf",
|
||||
"CinemaModeConfigurationHelp": "\u5f71\u9662\u6a21\u5f0f\u76f4\u63a5\u4e3a\u60a8\u7684\u5ba2\u5385\u5e26\u6765\u5267\u573a\u7ea7\u4f53\u9a8c\uff0c\u540c\u65f6\u8fd8\u53ef\u4ee5\u64ad\u653e\u9884\u544a\u7247\u548c\u81ea\u5b9a\u4e49\u4ecb\u7ecd\u3002",
|
||||
"EnableNextVideoInfoOverlay": "\u5728\u64ad\u653e\u65f6\u542f\u7528\u4e0b\u4e00\u4e2a\u89c6\u9891\u4fe1\u606f",
|
||||
"EnableNextVideoInfoOverlayHelp": "\u5728\u89c6\u9891\u7ed3\u5c3e\u5904\uff0c\u663e\u793a\u5f53\u524d\u64ad\u653e\u5217\u8868\u4e2d\u4e0b\u4e00\u4e2a\u89c6\u9891\u7684\u4fe1\u606f\u3002",
|
||||
"PlayNextEpisodeAutomatically": "Play next episode automatically",
|
||||
"LabelMaxChromecastBitrate": "\u6700\u5927 Chromecast \u6bd4\u7279\u7387\uff1a",
|
||||
"LabelSkipBackLength": "\u8df3\u8fc7\u957f\u5ea6\uff1a",
|
||||
"LabelSkipForwardLength": "\u5feb\u8fdb\u957f\u5ea6",
|
||||
"EnableCinemaMode": "\u542f\u7528\u5f71\u9662\u6a21\u5f0f",
|
||||
"LabelInternetQuality": "\u7f51\u7edc\u8d28\u91cf\uff1a",
|
||||
"HeaderMusicQuality": "Music Quality",
|
||||
"LabelHomeNetworkQuality": "Home network quality:"
|
||||
}
|
|
@ -1,20 +1,4 @@
|
|||
{
|
||||
"ValueSeconds": "{0} seconds",
|
||||
"HeaderAudioSettings": "Audio Settings",
|
||||
"EnableCinemaMode": "Enable cinema mode",
|
||||
"PlayNextEpisodeAutomatically": "Play next episode automatically",
|
||||
"LabelAudioLanguagePreference": "Preferred audio language:",
|
||||
"HeaderVideoQuality": "Video Quality",
|
||||
"LabelPlayDefaultAudioTrack": "Play default audio track regardless of language",
|
||||
"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.",
|
||||
"EnableNextVideoInfoOverlay": "Enable next video info during playback",
|
||||
"EnableNextVideoInfoOverlayHelp": "At the end of a video, display info about the next video coming up in the current playlist.",
|
||||
"LabelMaxChromecastBitrate": "Chromecast streaming quality:",
|
||||
"LabelSkipBackLength": "Skip back length:",
|
||||
"LabelSkipForwardLength": "Skip forward length:",
|
||||
"LabelInternetQuality": "Internet quality:",
|
||||
"HeaderMusicQuality": "Music Quality",
|
||||
"LabelHomeNetworkQuality": "Home network quality:",
|
||||
"MessageUnlockAppWithPurchaseOrSupporter": "Unlock this feature with a small one-time purchase, or with an active Emby Premiere subscription.",
|
||||
"MessageUnlockAppWithSupporter": "Unlock this feature with an active Emby Premiere subscription.",
|
||||
"MessageToValidateSupporter": "If you have an active Emby Premiere subscription, ensure you've setup Emby Premiere in your Emby Server Dashboard, which you can access by clicking Emby Premiere within the main menu.",
|
||||
|
@ -183,6 +167,8 @@
|
|||
"FormatValue": "Format: {0}",
|
||||
"DownloadsValue": "Downloads: {0}",
|
||||
"PerfectMatch": "Perfect match",
|
||||
"EnableExternalVideoPlayers": "Enable external video players",
|
||||
"EnableExternalVideoPlayersHelp": "An external player menu will be shown when starting video playback.",
|
||||
"HeaderAlternateEpisodeNumbers": "Alternate Episode Numbers",
|
||||
"LabelDvdSeasonNumber": "DVD \u5287\u96c6\u5b63\u5ea6\u6578\u76ee\uff1a",
|
||||
"LabelDvdEpisodeNumber": "Dvd episode number:",
|
||||
|
@ -420,9 +406,9 @@
|
|||
"Up": "Up",
|
||||
"Down": "Down",
|
||||
"HeaderHomeScreen": "Home Screen",
|
||||
"HeaderLatestMedia": "Latest Media",
|
||||
"HeaderHomeScreenContent": "Home Screen Content",
|
||||
"HeaderLatestChannelItems": "Latest Channel Items",
|
||||
"LabelSelectLastestItemsFolders": "Include items from the following sections in Latest Media",
|
||||
"LabelSelectHomeScreenItemsFolders": "Allow content to appear on my home screen from:",
|
||||
"HeaderLibraryOrder": "Library Order",
|
||||
"HideWatchedContentFromLatestMedia": "Hide watched content from latest media",
|
||||
"HeaderOnNow": "On Now",
|
||||
|
@ -562,5 +548,21 @@
|
|||
"Logo": "Logo",
|
||||
"Menu": "Menu",
|
||||
"Screenshot": "Screenshot",
|
||||
"Thumb": "Thumb"
|
||||
"Thumb": "Thumb",
|
||||
"ValueSeconds": "{0} seconds",
|
||||
"HeaderAudioSettings": "Audio Settings",
|
||||
"LabelAudioLanguagePreference": "Preferred audio language:",
|
||||
"LabelPlayDefaultAudioTrack": "Play default audio track regardless of language",
|
||||
"HeaderVideoQuality": "Video Quality",
|
||||
"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.",
|
||||
"EnableNextVideoInfoOverlay": "Enable next video info during playback",
|
||||
"EnableNextVideoInfoOverlayHelp": "At the end of a video, display info about the next video coming up in the current playlist.",
|
||||
"PlayNextEpisodeAutomatically": "Play next episode automatically",
|
||||
"LabelMaxChromecastBitrate": "Chromecast streaming quality:",
|
||||
"LabelSkipBackLength": "Skip back length:",
|
||||
"LabelSkipForwardLength": "Skip forward length:",
|
||||
"EnableCinemaMode": "Enable cinema mode",
|
||||
"LabelInternetQuality": "Internet quality:",
|
||||
"HeaderMusicQuality": "Music Quality",
|
||||
"LabelHomeNetworkQuality": "Home network quality:"
|
||||
}
|
|
@ -1,20 +1,4 @@
|
|||
{
|
||||
"ValueSeconds": "{0} seconds",
|
||||
"HeaderAudioSettings": "Audio Settings",
|
||||
"EnableCinemaMode": "Enable cinema mode",
|
||||
"PlayNextEpisodeAutomatically": "Play next episode automatically",
|
||||
"LabelAudioLanguagePreference": "Preferred audio language:",
|
||||
"HeaderVideoQuality": "Video Quality",
|
||||
"LabelPlayDefaultAudioTrack": "Play default audio track regardless of language",
|
||||
"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.",
|
||||
"EnableNextVideoInfoOverlay": "Enable next video info during playback",
|
||||
"EnableNextVideoInfoOverlayHelp": "At the end of a video, display info about the next video coming up in the current playlist.",
|
||||
"LabelMaxChromecastBitrate": "Chromecast streaming quality:",
|
||||
"LabelSkipBackLength": "Skip back length:",
|
||||
"LabelSkipForwardLength": "Skip forward length:",
|
||||
"LabelInternetQuality": "Internet quality:",
|
||||
"HeaderMusicQuality": "Music Quality",
|
||||
"LabelHomeNetworkQuality": "Home network quality:",
|
||||
"MessageUnlockAppWithPurchaseOrSupporter": "Unlock this feature with a small one-time purchase, or with an active Emby Premiere subscription.",
|
||||
"MessageUnlockAppWithSupporter": "Unlock this feature with an active Emby Premiere subscription.",
|
||||
"MessageToValidateSupporter": "If you have an active Emby Premiere subscription, ensure you've setup Emby Premiere in your Emby Server Dashboard, which you can access by clicking Emby Premiere within the main menu.",
|
||||
|
@ -183,6 +167,8 @@
|
|||
"FormatValue": "Format: {0}",
|
||||
"DownloadsValue": "Downloads: {0}",
|
||||
"PerfectMatch": "Perfect match",
|
||||
"EnableExternalVideoPlayers": "Enable external video players",
|
||||
"EnableExternalVideoPlayersHelp": "An external player menu will be shown when starting video playback.",
|
||||
"HeaderAlternateEpisodeNumbers": "Alternate Episode Numbers",
|
||||
"LabelDvdSeasonNumber": "Dvd season number:",
|
||||
"LabelDvdEpisodeNumber": "Dvd episode number:",
|
||||
|
@ -420,9 +406,9 @@
|
|||
"Up": "Up",
|
||||
"Down": "Down",
|
||||
"HeaderHomeScreen": "Home Screen",
|
||||
"HeaderLatestMedia": "Latest Media",
|
||||
"HeaderHomeScreenContent": "Home Screen Content",
|
||||
"HeaderLatestChannelItems": "Latest Channel Items",
|
||||
"LabelSelectLastestItemsFolders": "Include items from the following sections in Latest Media",
|
||||
"LabelSelectHomeScreenItemsFolders": "Allow content to appear on my home screen from:",
|
||||
"HeaderLibraryOrder": "Library Order",
|
||||
"HideWatchedContentFromLatestMedia": "Hide watched content from latest media",
|
||||
"HeaderOnNow": "On Now",
|
||||
|
@ -562,5 +548,21 @@
|
|||
"Logo": "Logo",
|
||||
"Menu": "Menu",
|
||||
"Screenshot": "Screenshot",
|
||||
"Thumb": "Thumb"
|
||||
"Thumb": "Thumb",
|
||||
"ValueSeconds": "{0} seconds",
|
||||
"HeaderAudioSettings": "Audio Settings",
|
||||
"LabelAudioLanguagePreference": "Preferred audio language:",
|
||||
"LabelPlayDefaultAudioTrack": "Play default audio track regardless of language",
|
||||
"HeaderVideoQuality": "Video Quality",
|
||||
"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.",
|
||||
"EnableNextVideoInfoOverlay": "Enable next video info during playback",
|
||||
"EnableNextVideoInfoOverlayHelp": "At the end of a video, display info about the next video coming up in the current playlist.",
|
||||
"PlayNextEpisodeAutomatically": "Play next episode automatically",
|
||||
"LabelMaxChromecastBitrate": "Chromecast streaming quality:",
|
||||
"LabelSkipBackLength": "Skip back length:",
|
||||
"LabelSkipForwardLength": "Skip forward length:",
|
||||
"EnableCinemaMode": "Enable cinema mode",
|
||||
"LabelInternetQuality": "Internet quality:",
|
||||
"HeaderMusicQuality": "Music Quality",
|
||||
"LabelHomeNetworkQuality": "Home network quality:"
|
||||
}
|
File diff suppressed because one or more lines are too long
File diff suppressed because one or more lines are too long
File diff suppressed because one or more lines are too long
Before Width: | Height: | Size: 133 KiB After Width: | Height: | Size: 133 KiB |
BIN
dashboard-ui/bower_components/emby-webcomponents/themes/halloween/logo.png
vendored
Normal file
BIN
dashboard-ui/bower_components/emby-webcomponents/themes/halloween/logo.png
vendored
Normal file
Binary file not shown.
After Width: | Height: | Size: 10 KiB |
1
dashboard-ui/bower_components/emby-webcomponents/themes/halloween/theme.css
vendored
Normal file
1
dashboard-ui/bower_components/emby-webcomponents/themes/halloween/theme.css
vendored
Normal file
File diff suppressed because one or more lines are too long
|
@ -1 +0,0 @@
|
|||
define(["events"],function(events){"use strict";function isValidIpAddress(address){var links=LinkParser.parse(address);return 1==links.length}function isLocalIpAddress(address){return address=address.toLowerCase(),address.indexOf("127.0.0.1")!=-1||address.indexOf("localhost")!=-1}function getServerAddress(apiClient){var serverAddress=apiClient.serverAddress();if(isValidIpAddress(serverAddress)&&!isLocalIpAddress(serverAddress))return Promise.resolve(serverAddress);var cachedValue=getCachedValue(serverAddress);return cachedValue?Promise.resolve(cachedValue):apiClient.getJSON(apiClient.getUrl("System/Endpoint")).then(function(endpoint){return endpoint.IsInNetwork?apiClient.getPublicSystemInfo().then(function(info){return addToCache(serverAddress,info.LocalAddress),info.LocalAddress}):(addToCache(serverAddress,serverAddress),serverAddress)})}function clearCache(){cache={}}function addToCache(key,value){cache[key]={value:value,time:(new Date).getTime()}}function getCachedValue(key){var obj=cache[key];return obj&&(new Date).getTime()-obj.time<18e4?obj.value:null}!function(){function ensureProtocol(url){return url.match(protocolRegExp)||(url="http://"+url),url}var protocols="(?:(?:http|https|rtsp|ftp):\\/\\/)",credentials="(?:(?:[a-z0-9\\$\\-\\_\\.\\+\\!\\*\\'\\(\\)\\,\\;\\?\\&\\=]|(?:\\%[a-f0-9]{2})){1,64}(?:\\:(?:[a-z0-9\\$\\-\\_\\.\\+\\!\\*\\'\\(\\)\\,\\;\\?\\&\\=]|(?:\\%[a-f0-9]{2})){1,25})?\\@)",ipv6="((([0-9A-Fa-f]{1,4}:){7}([0-9A-Fa-f]{1,4}|:))|(([0-9A-Fa-f]{1,4}:){6}(:[0-9A-Fa-f]{1,4}|((25[0-5]|2[0-4]d|1dd|[1-9]?d)(.(25[0-5]|2[0-4]d|1dd|[1-9]?d)){3})|:))|(([0-9A-Fa-f]{1,4}:){5}(((:[0-9A-Fa-f]{1,4}){1,2})|:((25[0-5]|2[0-4]d|1dd|[1-9]?d)(.(25[0-5]|2[0-4]d|1dd|[1-9]?d)){3})|:))|(([0-9A-Fa-f]{1,4}:){4}(((:[0-9A-Fa-f]{1,4}){1,3})|((:[0-9A-Fa-f]{1,4})?:((25[0-5]|2[0-4]d|1dd|[1-9]?d)(.(25[0-5]|2[0-4]d|1dd|[1-9]?d)){3}))|:))|(([0-9A-Fa-f]{1,4}:){3}(((:[0-9A-Fa-f]{1,4}){1,4})|((:[0-9A-Fa-f]{1,4}){0,2}:((25[0-5]|2[0-4]d|1dd|[1-9]?d)(.(25[0-5]|2[0-4]d|1dd|[1-9]?d)){3}))|:))|(([0-9A-Fa-f]{1,4}:){2}(((:[0-9A-Fa-f]{1,4}){1,5})|((:[0-9A-Fa-f]{1,4}){0,3}:((25[0-5]|2[0-4]d|1dd|[1-9]?d)(.(25[0-5]|2[0-4]d|1dd|[1-9]?d)){3}))|:))|(([0-9A-Fa-f]{1,4}:){1}(((:[0-9A-Fa-f]{1,4}){1,6})|((:[0-9A-Fa-f]{1,4}){0,4}:((25[0-5]|2[0-4]d|1dd|[1-9]?d)(.(25[0-5]|2[0-4]d|1dd|[1-9]?d)){3}))|:))|(:(((:[0-9A-Fa-f]{1,4}){1,7})|((:[0-9A-Fa-f]{1,4}){0,5}:((25[0-5]|2[0-4]d|1dd|[1-9]?d)(.(25[0-5]|2[0-4]d|1dd|[1-9]?d)){3}))|:)))(%.+)?",ipv4="(?:25[0-5]|2[0-4][0-9]|[0-1][0-9]{2}|[1-9][0-9]|[1-9])\\.(?:25[0-5]|2[0-4][0-9]|[0-1][0-9]{2}|[1-9][0-9]|[1-9]|0)\\.(?:25[0-5]|2[0-4][0-9]|[0-1][0-9]{2}|[1-9][0-9]|[1-9]|0)\\.(?:25[0-5]|2[0-4][0-9]|[0-1][0-9]{2}|[1-9][0-9]|[0-9])",linkRegExpString="(?:"+protocols+"?"+credentials+"?(?:"+ipv6+"|"+ipv4+"))(?:\\:\\d{1,5})?(?:\\/(?:(?:[a-z0-9\\/\\@\\&\\#\\~\\*\\_\\-\\+])|(?:\\%[a-f0-9]{2})|(?:[\\;\\?\\:\\.\\!\\'\\(\\)\\,\\=]+(?=(?:[a-z0-9\\/\\@\\&\\#\\~\\*\\_\\-\\+])|(?:\\%[a-f0-9]{2}))))*|\\b|$)",linkRegExp=RegExp(linkRegExpString,"gi"),protocolRegExp=RegExp("^"+protocols,"i"),LinkParser={parse:function(text){for(var match,links=[];match=linkRegExp.exec(text);){var txt=match[0],pos=match.index,len=txt.length,url=ensureProtocol(text);links.push({pos:pos,text:txt,len:len,url:url})}return links}};window.LinkParser=LinkParser}();var cache={};return events.on(ConnectionManager,"localusersignedin",clearCache),events.on(ConnectionManager,"localusersignedout",clearCache),{getServerAddress:getServerAddress}});
|
File diff suppressed because one or more lines are too long
|
@ -4,7 +4,7 @@
|
|||
|
||||
<form class="manualLoginForm hide" style="margin: 0 auto;">
|
||||
|
||||
<h1 style="text-align: left;">${HeaderPleaseSignIn}</h1>
|
||||
<h1 style="margin-top:.25em;text-align: left;">${HeaderPleaseSignIn}</h1>
|
||||
|
||||
<div style="height:0; overflow: hidden;"><input type="text" name="fakeusernameremembered" tabindex="-1" /><input type="password" name="fakepasswordremembered" tabindex="-1" /></div>
|
||||
|
||||
|
@ -34,12 +34,9 @@
|
|||
</form>
|
||||
|
||||
<div class="visualLoginForm" style="text-align: center;">
|
||||
<h1>${HeaderPleaseSignIn}</h1>
|
||||
<br />
|
||||
<h1 style="margin-top:.25em;">${HeaderPleaseSignIn}</h1>
|
||||
<div id="divUsers" class="itemsContainer vertical-wrap centered"></div>
|
||||
|
||||
<br />
|
||||
|
||||
<div class="readOnlyContent" style="margin: 2em auto 0;">
|
||||
<button is="emby-button" type="button" class="raised cancel block btnManual">
|
||||
<span>${ButtonManualLogin}</span>
|
||||
|
@ -53,10 +50,8 @@
|
|||
</button>
|
||||
|
||||
<div class="connectButtons hide">
|
||||
<a href="selectserver.html" class="clearLink">
|
||||
<button is="emby-button" type="button" class="raised cancel block">
|
||||
<a is="emby-linkbutton" href="selectserver.html" class="raised block">
|
||||
<span>${ButtonChangeServer}</span>
|
||||
</button>
|
||||
</a>
|
||||
</div>
|
||||
|
||||
|
|
File diff suppressed because one or more lines are too long
File diff suppressed because one or more lines are too long
|
@ -1,6 +1,6 @@
|
|||
{
|
||||
"LabelPrevious": "\u041f\u0440\u0435\u0434\u0438\u0448\u0435\u043d",
|
||||
"LabelFinish": "\u041a\u0440\u0430\u0439",
|
||||
"LabelFinish": "\u0413\u043e\u0442\u043e\u0432\u043e",
|
||||
"LabelNext": "\u0421\u043b\u0435\u0434\u0432\u0430\u0449",
|
||||
"LabelYoureDone": "\u0413\u043e\u0442\u043e\u0432\u0438 \u0441\u0442\u0435!",
|
||||
"WelcomeToProject": "\u0414\u043e\u0431\u0440\u0435 \u0434\u043e\u0448\u043b\u0438 \u0432 \u0415\u043c\u0431\u0438!",
|
||||
|
@ -10,10 +10,10 @@
|
|||
"LabelYourFirstName": "\u041f\u044a\u0440\u0432\u043e\u0442\u043e \u0432\u0438 \u0438\u043c\u0435:",
|
||||
"MoreUsersCanBeAddedLater": "\u041f\u043e\u0432\u0435\u0447\u0435 \u043f\u043e\u0442\u0440\u0435\u0431\u0438\u0442\u0435\u043b\u0438 \u043c\u043e\u0433\u0430\u0442 \u0434\u0430 \u0431\u044a\u0434\u0430\u0442 \u0434\u043e\u0431\u0430\u0432\u0435\u043d\u0438 \u043f\u043e-\u043a\u044a\u0441\u043d\u043e \u043e\u0442 \u0433\u043b\u0430\u0432\u043d\u0438\u044f \u043f\u0430\u043d\u0435\u043b.",
|
||||
"UserProfilesIntro": "\u0415\u043c\u0431\u0438 \u0432\u043a\u043b\u044e\u0447\u0432\u0430 \u0432\u0433\u0440\u0430\u0434\u0435\u043d\u0430 \u043f\u043e\u0434\u0434\u0440\u044a\u0436\u043a\u0430 \u043d\u0430 \u043f\u043e\u0442\u0440\u0435\u0431\u0438\u0442\u0435\u043b\u0441\u043a\u0438 \u043f\u0440\u043e\u0444\u0438\u043b\u0438, \u043a\u043e\u0438\u0442\u043e \u043f\u043e\u0437\u0432\u043e\u043b\u044f\u0432\u0430\u0442 \u043d\u0430 \u0432\u0441\u0435\u043a\u0438 \u043f\u043e\u0442\u0440\u0435\u0431\u0438\u0442\u0435\u043b \u0434\u0430 \u0438\u043c\u0430 \u0441\u0432\u043e\u0438 \u043d\u0430\u0441\u0442\u0440\u043e\u0439\u043a\u0438 \u043d\u0430 \u043a\u0430\u0440\u0442\u0438\u043d\u0430\u0442\u0430, \u043c\u044f\u0441\u0442\u043e \u043d\u0430 \u043f\u0443\u0441\u043a\u0430\u043d\u0435 \u0438 \u0440\u043e\u0434\u0438\u0442\u0435\u043b\u0441\u043a\u0438 \u043d\u0430\u0441\u0442\u0440\u043e\u0439\u043a\u0438.",
|
||||
"WizardCompleted": "\u0422\u043e\u0432\u0430 \u0435 \u0432\u0441\u0438\u0447\u043a\u043e \u043e\u0442 \u043a\u043e\u0435\u0442\u043e \u0441\u0435 \u043d\u0443\u0436\u0434\u0430\u0435\u043c \u0437\u0430 \u043c\u043e\u043c\u0435\u043d\u0442\u0430. Emby \u0435 \u0437\u0430\u043f\u043e\u0447\u043d\u0430\u043b \u0434\u0430 \u0441\u044a\u0431\u0438\u0440\u0430 \u0438\u043d\u0444\u043e\u0440\u043c\u0430\u0446\u0438\u044f \u0437\u0430 \u043c\u0435\u0434\u0438\u0439\u043d\u0430\u0442\u0430 \u0432\u0438 \u0431\u0438\u0431\u043b\u0438\u043e\u0442\u0435\u043a\u0430. \u0420\u0430\u0437\u0433\u043b\u0435\u0434\u0430\u0439\u0442\u0435 \u043d\u044f\u043a\u043e\u0438 \u043e\u0442 \u043d\u0430\u0448\u0438\u0442\u0435 \u043f\u0440\u0438\u043b\u043e\u0436\u0435\u043d\u0438\u044f, \u043f\u043e\u0441\u043b\u0435 \u043d\u0430\u0442\u0438\u0441\u043d\u0435\u0442\u0435 <b>\u0413\u043e\u0442\u043e\u0432\u043e<\/b>, \u0437\u0430 \u0434\u0430 \u0432\u0438\u0434\u0438\u0442\u0435 <b>Server Dashboard<\/b>.",
|
||||
"LabelConfigureSettings": "\u041a\u043e\u043d\u0444\u0438\u0433\u0443\u0440\u0438\u0440\u0430\u0439 \u043d\u0430\u0441\u0442\u0440\u043e\u0439\u043a\u0438",
|
||||
"HeaderTermsOfService": "Emby \u0443\u0441\u043b\u043e\u0432\u0438\u044f \u0437\u0430 \u043f\u043e\u043b\u0437\u0432\u0430\u043d\u0435",
|
||||
"MessagePleaseAcceptTermsOfService": "\u041c\u043e\u043b\u044f \u043f\u0440\u0438\u0435\u043c\u0435\u0442\u0435 \u0443\u0441\u043b\u043e\u0432\u0438\u044f\u0442\u0430 \u0437\u0430 \u043f\u043e\u043b\u0437\u0432\u0430\u043d\u0435 \u0438 \u0434\u0435\u043a\u043b\u0430\u0440\u0430\u0446\u0438\u044f\u0442\u0430 \u0437\u0430 \u043f\u043e\u0432\u0435\u0440\u0438\u0442\u0435\u043b\u043d\u043e\u0441\u0442, \u043f\u0440\u0435\u0434\u0438 \u0434\u0430 \u043f\u0440\u043e\u0434\u044a\u043b\u0436\u0438\u0442\u0435.",
|
||||
"WizardCompleted": "\u0422\u043e\u0432\u0430 \u0435 \u0432\u0441\u0438\u0447\u043a\u043e \u043e\u0442 \u043a\u043e\u0435\u0442\u043e \u0441\u0435 \u043d\u0443\u0436\u0434\u0430\u0435\u043c \u0437\u0430 \u043c\u043e\u043c\u0435\u043d\u0442\u0430. \u0415\u043c\u0431\u0438 \u0437\u0430\u043f\u043e\u0447\u043d\u0430 \u0434\u0430 \u0441\u044a\u0431\u0438\u0440\u0430 \u0434\u0430\u043d\u043d\u0438 \u0437\u0430 \u043c\u0435\u0434\u0438\u0439\u043d\u0430\u0442\u0430 \u0432\u0438 \u0431\u0438\u0431\u043b\u0438\u043e\u0442\u0435\u043a\u0430. \u0420\u0430\u0437\u0433\u043b\u0435\u0434\u0430\u0439\u0442\u0435 \u043d\u044f\u043a\u043e\u0438 \u043e\u0442 \u043d\u0430\u0448\u0438\u0442\u0435 \u043f\u0440\u0438\u043b\u043e\u0436\u0435\u043d\u0438\u044f, \u043f\u043e\u0441\u043b\u0435 \u043d\u0430\u0442\u0438\u0441\u043d\u0435\u0442\u0435 <b>\u0413\u043e\u0442\u043e\u0432\u043e<\/b>, \u0437\u0430 \u0434\u0430 \u0432\u0438\u0434\u0438\u0442\u0435 <b>\u0442\u0430\u0431\u043b\u043e\u0442\u043e \u043d\u0430 \u0441\u044a\u0440\u0432\u044a\u0440\u0430<\/b>.",
|
||||
"LabelConfigureSettings": "\u041a\u043e\u043d\u0444\u0438\u0433\u0443\u0440\u0438\u0440\u0430\u043d\u0435 \u043d\u0430 \u043d\u0430\u0441\u0442\u0440\u043e\u0439\u043a\u0438\u0442\u0435",
|
||||
"HeaderTermsOfService": "\u0423\u0441\u043b\u043e\u0432\u0438\u044f \u0437\u0430 \u043f\u043e\u043b\u0437\u0432\u0430\u043d\u0435 \u043d\u0430 \u0415\u043c\u0431\u0438",
|
||||
"MessagePleaseAcceptTermsOfService": "\u041c\u043e\u043b\u044f, \u043f\u0440\u0435\u0434\u0438 \u0434\u0430 \u043f\u0440\u043e\u0434\u044a\u043b\u0436\u0438\u0442\u0435, \u043f\u0440\u0438\u0435\u043c\u0435\u0442\u0435 \u0443\u0441\u043b\u043e\u0432\u0438\u044f\u0442\u0430 \u0437\u0430 \u043f\u043e\u043b\u0437\u0432\u0430\u043d\u0435 \u0438 \u0434\u0435\u043a\u043b\u0430\u0440\u0430\u0446\u0438\u044f\u0442\u0430 \u0437\u0430 \u043f\u043e\u0432\u0435\u0440\u0438\u0442\u0435\u043b\u043d\u043e\u0441\u0442.",
|
||||
"OptionIAcceptTermsOfService": "\u041f\u0440\u0438\u0435\u043c\u0430\u043c \u0443\u0441\u043b\u043e\u0432\u0438\u044f\u0442\u0430 \u0437\u0430 \u043f\u043e\u043b\u0437\u0432\u0430\u043d\u0435",
|
||||
"ButtonPrivacyPolicy": "\u0414\u0435\u043a\u043b\u0430\u0440\u0430\u0446\u0438\u044f \u0437\u0430 \u043f\u043e\u0432\u0435\u0440\u0438\u0442\u0435\u043b\u043d\u043e\u0441\u0442",
|
||||
"ButtonTermsOfService": "\u0423\u0441\u043b\u043e\u0432\u0438\u044f \u0437\u0430 \u043f\u043e\u043b\u0437\u0432\u0430\u043d\u0435",
|
||||
|
@ -42,17 +42,17 @@
|
|||
"CategorySync": "\u0421\u0438\u043d\u0445\u0440\u043e\u043d\u0438\u0437.",
|
||||
"TabPlaylist": "\u0421\u043f\u0438\u0441\u044a\u043a",
|
||||
"HeaderInstantMix": "Instant Mix",
|
||||
"HeaderEasyPinCode": "\u041b\u0435\u0441\u0435\u043d \u041f\u0418\u041d \u041a\u043e\u0434",
|
||||
"HeaderEasyPinCode": "\u041b\u0435\u0441\u0435\u043d \u041f\u0418\u041d \u043a\u043e\u0434",
|
||||
"HeaderInstalledServices": "\u0418\u043d\u0441\u0442\u0430\u043b\u0438\u0440\u0430\u043d\u0438 \u0443\u0441\u043b\u0443\u0433\u0438",
|
||||
"HeaderAvailableServices": "\u041d\u0430\u043b\u0438\u0447\u043d\u0438 \u0443\u0441\u043b\u0443\u0433\u0438",
|
||||
"MessageNoServicesInstalled": "\u041d\u044f\u043c\u0430 \u0438\u043d\u0441\u0442\u0430\u043b\u0438\u0440\u0430\u043d\u0438 \u0443\u0441\u043b\u0443\u0433\u0438.",
|
||||
"HeaderToAccessPleaseEnterEasyPinCode": "\u0417\u0430 \u0434\u043e\u0441\u0442\u044a\u043f, \u043c\u043e\u043b\u044f \u0432\u044a\u0432\u0435\u0434\u0435\u0442\u0435 \u0441\u0432\u043e\u044f \u043b\u0435\u0441\u0435\u043d \u041f\u0418\u041d \u043a\u043e\u0434",
|
||||
"ButtonConfigurePinCode": "\u041a\u043e\u043d\u0444\u0438\u0433\u0443\u0440\u0438\u0440\u0430\u0439 \u041f\u0418\u041d \u043a\u043e\u0434",
|
||||
"ButtonConfigurePinCode": "\u041a\u043e\u043d\u0444\u0438\u0433\u0443\u0440\u0438\u0440\u0430\u043d\u0435 \u043d\u0430 \u041f\u0418\u041d \u043a\u043e\u0434\u0430",
|
||||
"RegisterWithPayPal": "\u0420\u0435\u0433\u0438\u0441\u0442\u0440\u0438\u0440\u0430\u0439 \u0441 PayPal",
|
||||
"LabelSyncTempPath": "\u0412\u0440\u0435\u043c\u0435\u043d\u0435\u043d \u0444\u0430\u0439\u043b\u043e\u0432 \u043f\u044a\u0442:",
|
||||
"LabelSyncTempPathHelp": "\u041e\u043f\u0440\u0435\u0434\u0435\u043b\u0435\u0442\u0435 \u0440\u0430\u0431\u043e\u0442\u043d\u0430 \u043f\u0430\u043f\u043a\u0430 \u0437\u0430 \u043a\u043e\u043d\u0432\u0435\u0440\u0442\u0438\u0440\u0430\u043d\u0438\u0442\u0435 \u0444\u0430\u0439\u043b\u043e\u0432\u0435 \u043f\u0440\u0438 \u0441\u0438\u043d\u0445\u0440\u043e\u043d\u0438\u0437\u0430\u0446\u0438\u044f.",
|
||||
"LabelCustomCertificatePath": "\u041f\u044a\u0442 \u043a\u044a\u043c \u0441\u0435\u0440\u0442\u0438\u0444\u0438\u043a\u0430\u0442\u0430:",
|
||||
"LabelCustomCertificatePathHelp": "\u0418\u0437\u043f\u043e\u043b\u0437\u0432\u0430\u0439\u0442\u0435 \u0441\u043e\u0431\u0441\u0442\u0432\u0435\u043d \u0441\u0435\u0440\u0442\u0438\u0444\u0438\u043a\u0430\u0442\u0435\u043d .pfx \u0444\u0430\u0439\u043b. \u0410\u043a\u043e \u0435 \u043f\u0440\u043e\u043f\u0443\u0441\u043d\u0430\u0442, \u0441\u044a\u0440\u0432\u044a\u0440\u044a\u0442 \u0449\u0435 \u0441\u044a\u0437\u0434\u0430\u0434\u0435 \u0441\u043e\u0431\u0441\u0442\u0432\u0435\u043d \u0441\u0430\u043c\u043e\u043f\u043e\u0434\u043f\u0438\u0441\u0430\u043d \u0441\u0435\u0440\u0442\u0438\u0444\u0438\u043a\u0430\u0442.",
|
||||
"LabelCustomCertificatePath": "\u041f\u044a\u0442 \u043a\u044a\u043c \u043f\u043e\u0442\u0440\u0435\u0431\u0438\u0442\u0435\u043b\u0441\u043a\u0438\u044f \u0441\u0435\u0440\u0442\u0438\u0444\u0438\u043a\u0430\u0442:",
|
||||
"LabelCustomCertificatePathHelp": "\u0418\u0437\u043f\u043e\u043b\u0437\u0432\u0430\u0439\u0442\u0435 \u0441\u043e\u0431\u0441\u0442\u0432\u0435\u043d \u0441\u0435\u0440\u0442\u0438\u0444\u0438\u043a\u0430\u0442\u0435\u043d .pfx \u0444\u0430\u0439\u043b.",
|
||||
"TitleNotifications": "\u0418\u0437\u0432\u0435\u0441\u0442\u0438\u044f",
|
||||
"OptionDetectArchiveFilesAsMedia": "\u0420\u0430\u0437\u043f\u043e\u0437\u043d\u0430\u0432\u0430\u043d\u0435 \u043d\u0430 \u0430\u0440\u0445\u0438\u0432\u0438 \u043a\u0430\u0442\u043e \u043c\u0435\u0434\u0438\u0439\u043d\u0438 \u0444\u0430\u0439\u043b\u043e\u0432\u0435",
|
||||
"OptionDetectArchiveFilesAsMediaHelp": "\u0410\u043a\u043e \u0435 \u0430\u043a\u0442\u0438\u0432\u0438\u0440\u0430\u043d\u043e, \u0444\u0430\u0439\u043b\u043e\u0432\u0435 \u0441 \u0440\u0430\u0437\u0448\u0438\u0440\u0435\u043d\u0438\u044f .rar \u0438 .zip \u0449\u0435 \u0431\u044a\u0434\u0430\u0442 \u0440\u0430\u0437\u043f\u043e\u0437\u043d\u0430\u0432\u0430\u043d\u0438 \u043a\u0430\u0442\u043e \u043c\u0435\u0434\u0438\u0439\u043d\u0438 \u0444\u0430\u0439\u043b\u043e\u0432\u0435.",
|
||||
|
@ -79,7 +79,7 @@
|
|||
"LabelSaveLocalMetadata": "\u0417\u0430\u043f\u0430\u0437\u0432\u0430\u043d\u0435 \u043d\u0430 \u043a\u0430\u0440\u0442\u0438\u043d\u0438 \u0438 \u043c\u0435\u0442\u0430\u0434\u0430\u043d\u043d\u0438 \u0432 \u043f\u0430\u043f\u043a\u0430\u0442\u0430 \u043d\u0430 \u043c\u0435\u0434\u0438\u044f\u0442\u0430",
|
||||
"LabelSaveLocalMetadataHelp": "\u0417\u0430\u043f\u043e\u043c\u043d\u044f\u043d\u0435\u0442\u043e \u043d\u0430 \u043a\u0430\u0440\u0442\u0438\u043d\u0438\u0442\u0435 \u0438 \u043c\u0435\u0442\u0430\u0434\u0430\u043d\u043d\u0438\u0442\u0435 \u0434\u0438\u0440\u0435\u043a\u0442\u043d\u043e \u0432 \u043c\u0435\u0434\u0438\u0439\u043d\u0438\u0442\u0435 \u043f\u0430\u043f\u043a\u0438 \u0449\u0435 \u0433\u0438 \u0441\u043b\u043e\u0436\u0438 \u043d\u0430 \u043c\u044f\u0441\u0442\u043e, \u043a\u044a\u0434\u0435\u0442\u043e \u043b\u0435\u0441\u043d\u043e \u043c\u043e\u0433\u0430\u0442 \u0434\u0430 \u0431\u044a\u0434\u0430\u0442 \u0440\u0435\u0434\u0430\u043a\u0442\u0438\u0440\u0430\u043d\u0438.",
|
||||
"LabelDownloadInternetMetadata": "\u0421\u0432\u0430\u043b\u044f\u043d\u0435 \u043d\u0430 \u043a\u0430\u0440\u0442\u0438\u043d\u0438 \u0438 \u043c\u0435\u0442\u0430\u0434\u0430\u043d\u043d\u0438 \u043e\u0442 \u0438\u043d\u0442\u0435\u0440\u043d\u0435\u0442",
|
||||
"LabelDownloadInternetMetadataHelp": "Emby Server \u043c\u043e\u0436\u0435 \u0434\u0430 \u0441\u0432\u0430\u043b\u044f \u0438\u043d\u0444\u043e\u0440\u043c\u0430\u0446\u0438\u044f \u0437\u0430 \u043a\u0440\u0430\u0441\u0438\u0432\u043e \u043f\u0440\u0435\u0434\u0441\u0442\u0430\u0432\u044f\u043d\u0435 \u043d\u0430 \u0432\u0430\u0448\u0430\u0442\u0430 \u043c\u0435\u0434\u0438\u044f.",
|
||||
"LabelDownloadInternetMetadataHelp": "\u0421\u044a\u0440\u0432\u044a\u0440\u043d\u043e\u0442\u043e \u0438\u0437\u0434\u0430\u043d\u0438\u0435 \u043c\u043e\u0436\u0435 \u0434\u0430 \u0441\u0432\u0430\u043b\u044f \u0441\u0432\u0435\u0434\u0435\u043d\u0438\u044f \u0437\u0430 \u043a\u0440\u0430\u0441\u0438\u0432\u043e \u043f\u0440\u0435\u0434\u0441\u0442\u0430\u0432\u044f\u043d\u0435 \u043d\u0430 \u0432\u0430\u0448\u0430\u0442\u0430 \u043c\u0435\u0434\u0438\u044f.",
|
||||
"TabPassword": "\u041f\u0430\u0440\u043e\u043b\u0430",
|
||||
"TabLibraryAccess": "\u0414\u043e\u0441\u0442\u044a\u043f \u0434\u043e \u0431\u0438\u0431\u043b\u0438\u043e\u0442\u0435\u043a\u0430\u0442\u0430",
|
||||
"TabAccess": "\u0414\u043e\u0441\u0442\u044a\u043f",
|
||||
|
@ -536,13 +536,13 @@
|
|||
"LabelDownMixAudioScaleHelp": "\u0423\u0441\u0438\u043b\u0432\u0430 \u0437\u0432\u0443\u043a\u0430 \u0441\u043b\u0435\u0434 downmixing. \u0412\u044a\u0432\u0435\u0434\u0435\u0442\u0435 1, \u0437\u0430 \u0434\u0430 \u0441\u0435 \u0437\u0430\u043f\u0430\u0437\u0438 \u043e\u0440\u0438\u0433\u0438\u043d\u0430\u043b\u043d\u043e\u0442\u043e \u043d\u0438\u0432\u043e \u043d\u0430 \u0437\u0432\u0443\u043a\u0430.",
|
||||
"HeaderMultipleKeyLinking": "\u041f\u0440\u0435\u043c\u0435\u0441\u0442\u0432\u0430\u043d\u0435 \u043a\u044a\u043c \u043d\u043e\u0432\u0438\u044f \u043a\u043b\u044e\u0447",
|
||||
"MultipleKeyLinkingHelp": "\u0410\u043a\u043e \u0441\u0442\u0435 \u043f\u043e\u043b\u0443\u0447\u0438\u043b\u0438 \u043d\u043e\u0432 Emby Premiere \u043a\u043b\u044e\u0447, \u0438\u0437\u043f\u043e\u043b\u0437\u0432\u0430\u0439\u0442\u0435 \u0442\u0430\u0437\u0438 \u0444\u043e\u0440\u043c\u0430, \u0437\u0430 \u0434\u0430 \u043f\u0440\u0435\u0445\u0432\u044a\u0440\u043b\u0438\u0442\u0435 \u0440\u0435\u0433\u0438\u0441\u0442\u0440\u0430\u0446\u0438\u0438\u0442\u0435 \u043d\u0430 \u0441\u0442\u0430\u0440\u0438\u044f \u043a\u043b\u044e\u0447 \u043a\u044a\u043c \u043d\u043e\u0432\u0438\u044f.",
|
||||
"LabelCurrentEmailAddress": "\u0422\u0435\u043a\u0443\u0449 email \u0430\u0434\u0440\u0435\u0441",
|
||||
"LabelCurrentEmailAddressHelp": "\u0422\u0435\u043a\u0443\u0449\u0438\u044f email \u0430\u0434\u0440\u0435\u0441, \u043a\u044a\u043c \u043a\u043e\u0439\u0442\u043e \u0435 \u0431\u0438\u043b \u0438\u0437\u043f\u0440\u0430\u0442\u0435\u043d \u043d\u043e\u0432\u0438\u044f\u0442 \u043a\u043b\u044e\u0447.",
|
||||
"LabelCurrentEmailAddress": "\u0422\u0435\u043a\u0443\u0449\u0430 \u0435\u043b\u0435\u043a\u0442\u0440\u043e\u043d\u043d\u0430 \u043f\u043e\u0449\u0430",
|
||||
"LabelCurrentEmailAddressHelp": "\u0422\u0435\u043a\u0443\u0449\u0430\u0442\u0430 \u0435\u043b\u0435\u043a\u0442\u0440\u043e\u043d\u043d\u0430 \u043f\u043e\u0449\u0430, \u043a\u044a\u043c \u043a\u043e\u044f\u0442\u043e \u0431\u0435\u0448\u0435 \u0438\u0437\u043f\u0440\u0430\u0442\u0435\u043d \u043d\u043e\u0432\u0438\u044f \u043a\u043b\u044e\u0447.",
|
||||
"HeaderForgotKey": "\u0417\u0430\u0431\u0440\u0430\u0432\u0435\u043d \u043a\u043b\u044e\u0447",
|
||||
"LabelEmailAddress": "Email \u0430\u0434\u0440\u0435\u0441",
|
||||
"LabelSupporterEmailAddress": "\u0418\u043c\u0435\u0439\u043b\u044a\u0442, \u0438\u0437\u043f\u043e\u043b\u0437\u0432\u0430\u043d \u0437\u0430 \u0437\u0430\u043a\u0443\u043f\u0443\u0432\u0430\u043d\u0435 \u043d\u0430 \u043a\u043b\u044e\u0447\u0430.",
|
||||
"LabelEmailAddress": "\u0415\u043b\u0435\u043a\u0442\u0440\u043e\u043d\u043d\u0430 \u043f\u043e\u0449\u0430",
|
||||
"LabelSupporterEmailAddress": "\u0415\u043b\u0435\u043a\u0442\u0440\u043e\u043d\u043d\u0430\u0442\u0430 \u043f\u043e\u0449\u0430, \u0438\u0437\u043f\u043e\u043b\u0437\u0432\u0430\u043d\u0430 \u0437\u0430 \u0437\u0430\u043a\u0443\u043f\u0443\u0432\u0430\u043d\u0435 \u043d\u0430 \u043a\u043b\u044e\u0447\u0430.",
|
||||
"ButtonRetrieveKey": "\u0418\u0437\u0442\u0435\u0433\u043b\u0438 \u043a\u043b\u044e\u0447",
|
||||
"LabelSupporterKey": "Emby Premiere \u043a\u043b\u044e\u0447 (\u043f\u043e\u0441\u0442\u0430\u0432\u0438 \u043e\u0442 email-\u0430):",
|
||||
"LabelSupporterKey": "\u041a\u043b\u044e\u0447 \u0437\u0430 \u043f\u0440\u0435\u043c\u0438\u0435\u0440\u043d\u043e \u0438\u0437\u0434\u0430\u043d\u0438\u0435 (\u043f\u043e\u0441\u0442\u0430\u0432\u0435\u0442\u0435 \u043e\u0442 \u043f\u0438\u0441\u043c\u043e\u0442\u043e):",
|
||||
"LabelSupporterKeyHelp": "\u0412\u044a\u0432\u0435\u0434\u0435\u0442\u0435 \u0432\u0430\u0448\u0438\u044f Emby Premiere key, \u0437\u0430 \u0434\u0430 \u0441\u0435 \u0432\u044a\u0437\u043f\u043e\u043b\u0437\u0432\u0430\u0442\u0435 \u043e\u0442 \u0434\u043e\u043f\u044a\u043b\u043d\u0435\u043d\u0438\u044f\u0442\u0430, \u043a\u043e\u0438\u0442\u043e \u043e\u0431\u0449\u0435\u0441\u0442\u0432\u043e\u0442\u043e \u0435 \u043d\u0430\u043f\u0440\u0430\u0432\u0438\u043b\u043e \u0437\u0430 Emby.",
|
||||
"MessageInvalidKey": "\u041a\u043b\u044e\u0447\u044a\u0442 \u0437\u0430 Emby Premiere \u043b\u0438\u043f\u0441\u0432\u0430 \u0438\u043b\u0438 \u0435 \u043d\u0435\u0432\u0430\u043b\u0438\u0434\u0435\u043d.",
|
||||
"ErrorMessageInvalidKey": "\u0417\u0430 \u0434\u0430 \u043c\u043e\u0436\u0435 \u0434\u0430 \u0431\u044a\u0434\u0435 \u0440\u0435\u0433\u0438\u0441\u0442\u0440\u0438\u0440\u0430\u043d\u043e \u043a\u0430\u043a\u0432\u043e\u0442\u043e \u0438 \u0434\u0430 \u0435 \u043f\u0440\u0435\u043c\u0438\u0443\u043c \u0441\u044a\u0434\u044a\u0440\u0436\u0430\u043d\u0438\u0435, \u0442\u0440\u044f\u0431\u0432\u0430 \u0434\u0430 \u0438\u043c\u0430\u0442\u0435 \u0430\u043a\u0442\u0438\u0432\u0435\u043d Emby \u0430\u0431\u043e\u043d\u0430\u043c\u0435\u043d\u0442.",
|
||||
|
@ -959,8 +959,8 @@
|
|||
"OptionSaveMetadataAsHidden": "Save metadata and images as hidden files",
|
||||
"LabelExtractChaptersDuringLibraryScan": "Extract chapter images during the library scan",
|
||||
"LabelExtractChaptersDuringLibraryScanHelp": "If enabled, chapter images will be extracted when videos are imported during the library scan. If disabled they will be extracted during the chapter images scheduled task, allowing the regular library scan to complete faster.",
|
||||
"LabelConnectGuestUserName": "\u0422\u044f\u0445\u043d\u043e\u0442\u043e Emby \u043f\u043e\u0442\u0440\u0435\u0431\u0438\u0442\u0435\u043a\u0441\u043a\u043e \u0438\u043c\u0435 \u0438\u043b\u0438 \u0438\u043c\u0435\u0439\u043b \u0430\u0434\u0440\u0435\u0441:",
|
||||
"LabelConnectUserName": "Emby username or email address:",
|
||||
"LabelConnectGuestUserName": "\u0422\u044f\u0445\u043d\u043e\u0442\u043e \u043f\u043e\u0442\u0440\u0435\u0431\u0438\u0442\u0435\u043b\u0441\u043a\u043e \u0438\u043c\u0435 \u0432 \u0415\u043c\u0431\u0438 \u0438\u043b\u0438 \u0435\u043b\u0435\u043a\u0442\u0440\u043e\u043d\u043d\u0430 \u043f\u043e\u0449\u0430:",
|
||||
"LabelConnectUserName": "\u041f\u043e\u0442\u0440\u0435\u0431\u0438\u0442\u0435\u043b\u0441\u043a\u043e \u0438\u043c\u0435 \u0432 \u0415\u043c\u0431\u0438 \u0438\u043b\u0438 \u0435\u043b\u0435\u043a\u0442\u0440\u043e\u043d\u043d\u0430 \u043f\u043e\u0449\u0430:",
|
||||
"LabelConnectUserNameHelp": "Connect this local user to an online Emby account to enable easy sign-in access from any Emby app without having to know the server ip address.",
|
||||
"ButtonLearnMoreAboutEmbyConnect": "Learn more about Emby Connect",
|
||||
"LabelExternalPlayers": "External players:",
|
||||
|
@ -1226,7 +1226,7 @@
|
|||
"LabelAppName": "App name",
|
||||
"LabelAppNameExample": "Example: Sickbeard, NzbDrone",
|
||||
"HeaderNewApiKeyHelp": "\u0420\u0430\u0437\u0440\u0435\u0448\u0435\u0442\u0435 \u043d\u0430 \u043f\u0440\u0438\u043b\u043e\u0436\u0435\u043d\u0438\u0435 \u0434\u0430 \u043a\u043e\u043c\u0443\u043d\u0438\u043a\u0438\u0440\u0430 \u0441 Emby \u0441\u044a\u0440\u0432\u044a\u0440\u044a\u0442.",
|
||||
"MessageKeyEmailedTo": "Key emailed to {0}.",
|
||||
"MessageKeyEmailedTo": "\u041a\u043b\u044e\u0447\u044a\u0442 \u0435 \u0438\u0437\u043f\u0440\u0430\u0442\u0435\u043d \u043d\u0430 {0}.",
|
||||
"MessageKeysLinked": "Keys linked.",
|
||||
"HeaderConfirmation": "Confirmation",
|
||||
"MessageKeyUpdated": "Thank you. Your Emby Premiere key has been updated.",
|
||||
|
@ -1785,7 +1785,7 @@
|
|||
"ButtonNo": "No",
|
||||
"ButtonNowPlaying": "Now Playing",
|
||||
"HeaderLatestMovies": "\u041f\u043e\u0441\u043b\u0435\u0434\u043d\u0438 \u0424\u0438\u043b\u043c\u0438",
|
||||
"HeaderEmailAddress": "E-Mail Address",
|
||||
"HeaderEmailAddress": "\u0415\u043b\u0435\u043a\u0442\u0440\u043e\u043d\u043d\u0430 \u043f\u043e\u0449\u0430",
|
||||
"LoginDisclaimer": "Emby is designed to help you manage your personal media library, such as home videos and photos. Please see our terms of use. The use of any Emby software constitutes acceptance of these terms.",
|
||||
"TermsOfUse": "Terms of use",
|
||||
"NumLocationsValue": "{0} \u043f\u0430\u043f\u043a\u0438",
|
||||
|
|
|
@ -51,8 +51,8 @@
|
|||
"RegisterWithPayPal": "Registrieren mit PayPal",
|
||||
"LabelSyncTempPath": "Verzeichnis f\u00fcr tempor\u00e4re Dateien",
|
||||
"LabelSyncTempPathHelp": "Legen Sie ein Arbeitsverzeichnis f\u00fcr die Synchronisation fest. Konvertierte Medien werden w\u00e4hrend der Synchronisation hier gespeichert.",
|
||||
"LabelCustomCertificatePath": "Eigener Zertifikatsordner:",
|
||||
"LabelCustomCertificatePathHelp": "F\u00fcgen Sie ihr eigenes SSL Zertifikat als .pfx Datei hinzu. Wenn ausgelassen, wird der Server ein selbst signiertes Zertifikat f\u00fcr Sie erstellen.",
|
||||
"LabelCustomCertificatePath": "Eigener SSL-Zertifikatsordner:",
|
||||
"LabelCustomCertificatePathHelp": "F\u00fcgen dein eigenes SSL Zertifikat als .pfx Datei hinzu.",
|
||||
"TitleNotifications": "Benachrichtigungen",
|
||||
"OptionDetectArchiveFilesAsMedia": "Erkenne Archive als Medien",
|
||||
"OptionDetectArchiveFilesAsMediaHelp": "Wenn aktiviert, werden Dateien mit der Erweiterung .rar und .zip als Medien erkannt.",
|
||||
|
@ -457,14 +457,14 @@
|
|||
"LabelPublicHttpPortHelp": "Die \u00f6ffentliche Portnummer sollte einem lokalen HTTP Port zugewiesen werden.",
|
||||
"LabelPublicHttpsPort": "\u00d6ffentliche HTTPS Portnummer:",
|
||||
"LabelPublicHttpsPortHelp": "Die \u00f6ffentliche Portnummer sollte einem lokalen HTTPS Port zugewiesen werden.",
|
||||
"RequireHttps": "Require https for external connections",
|
||||
"RequireHttpsHelp": "If enabled, connections over http will be redirected to https.",
|
||||
"RequireHttps": "Erzwinge https f\u00fcr externe Verbindungen",
|
||||
"RequireHttpsHelp": "Wenn aktiviert, werden http-Verbindungen zu https weitergeleitet.",
|
||||
"LabelHttpsPort": "Lokale HTTPS Portnummer:",
|
||||
"LabelHttpsPortHelp": "Die TCP Port-Nummer f\u00fcr sichere Emby https Verbindungen.",
|
||||
"LabelEnableAutomaticPortMap": "Aktiviere das automatische Port-Mapping",
|
||||
"LabelEnableAutomaticPortMapHelp": "Versuche automatisch den \u00f6ffentlichen Port dem lokalen Port mit Hilfe von UPnP zuzuordnen. Dies kann mit einigen Router-Modellen nicht funktionieren.",
|
||||
"LabelExternalDDNS": "Externe Domain:",
|
||||
"LabelExternalDDNSHelp": "Wenn Du einen dynamischen DNS verwendest gib ihn hier ein. Emby Apps werden diesen f\u00fcr entfernte Verbindungen verwenden. Dieses Feld muss gef\u00fcllt werden, wenn ein eigenes SSL Zertifikat verwendet wird.",
|
||||
"LabelExternalDDNSHelp": "Wenn Du einen dynamischen DNS verwendest gib ihn hier ein. Emby Apps werden diesen f\u00fcr entfernte Verbindungen verwenden. Dieses Feld muss ausgef\u00fcllt werden, wenn ein eigenes SSL-Zertifikat verwendet wird. Beispiel: meineseite.de",
|
||||
"TitleAppSettings": "App Einstellungen",
|
||||
"LabelMinResumePercentage": "Minimale Prozent f\u00fcr Wiederaufnahme:",
|
||||
"LabelMaxResumePercentage": "Maximale Prozent f\u00fcr Wiederaufnahme:",
|
||||
|
@ -658,9 +658,9 @@
|
|||
"HeaderProfileServerSettingsHelp": "Diese Werte geben an, wie Emby Server sich Ihren Ger\u00e4ten pr\u00e4sentiert.",
|
||||
"LabelMaxBitrate": "Maximale Bitrate:",
|
||||
"LabelMaxBitrateHelp": "Lege eine maximale Bitrate, f\u00fcr Anwendungsgebiete mit begrenzter Bandbreite oder bei durch die Endger\u00e4te auferlegten Banbdbreitenbegrenzungen, fest",
|
||||
"LabelMaxStreamingBitrate": "Max streaming quality:",
|
||||
"LabelMaxStreamingBitrate": "Maximale Streaming-Qualit\u00e4t:",
|
||||
"LabelMaxStreamingBitrateHelp": "W\u00e4hle die maximale Bitrate w\u00e4hrend des streamens.",
|
||||
"LabelMaxChromecastBitrate": "Chromecast streaming quality:",
|
||||
"LabelMaxChromecastBitrate": "Chromecast Streaming-Qualit\u00e4t:",
|
||||
"LabelMusicStaticBitrate": "Musik Synchronisierungsbitrate:",
|
||||
"LabelMusicStaticBitrateHelp": "W\u00e4hle die maximale Bitrate f\u00fcr das synchronisieren von Musik",
|
||||
"LabelMusicStreamingTranscodingBitrate": "Musik Transkodier Bitrate:",
|
||||
|
@ -853,7 +853,7 @@
|
|||
"HeaderImages": "Bilder",
|
||||
"HeaderBackdrops": "Hintergr\u00fcnde",
|
||||
"HeaderAddUpdateImage": "Hinzuf\u00fcgen\/Aktualisieren von Bild",
|
||||
"LabelDropImageHere": "Fotos hierher ziehen",
|
||||
"LabelDropImageHere": "Fotos hierher ziehen.",
|
||||
"LabelJpgPngOnly": "Nur JPG\/PNG",
|
||||
"LabelImageType": "Bildtyp:",
|
||||
"OptionPrimary": "Prim\u00e4r",
|
||||
|
@ -1938,7 +1938,7 @@
|
|||
"ScanLibrary": "Scanne Bibliothek",
|
||||
"EnableStreamLooping": "Auto-Schleife Live Streams",
|
||||
"EnableStreamLoopingHelp": "Aktivieren, wenn Live Streams nur ein paar Sekunden Daten enthalten und st\u00e4ndig angefragt werden m\u00fcssen.",
|
||||
"HttpsRequiresCert": "Um https als externe Adresse zu aktivieren, ben\u00f6tigst du ein vertrauensw\u00fcrdiges SSL-Zertifikat wie Let's Encrypt.",
|
||||
"HttpsRequiresCert": "Um https f\u00fcr externe Verbindungen zu erzwingen, ben\u00f6tigst du ein vertrauensw\u00fcrdiges SSL-Zertifikat wie von Let's Encrypt.",
|
||||
"HeaderLatestDownloadedVideos": "Neueste heruntergeladene Videos",
|
||||
"EnableNextVideoInfoOverlay": "Aktiviere \"Next-Video-Info\" w\u00e4hrend der Wiedergabe",
|
||||
"EnableNextVideoInfoOverlayHelp": "Zeige Informationen \u00fcber das n\u00e4chste abzuspielende Video in der aktuellen Abspielliste am Ende des laufenden Videos an.",
|
||||
|
|
|
@ -52,7 +52,7 @@
|
|||
"LabelSyncTempPath": "Localizaci\u00f3n del archivo temporal:",
|
||||
"LabelSyncTempPathHelp": "Especificar una carpeta personalizada para archivos en sincronizaci\u00f3n. Medios convertidos creados durante el proceso de sincronizaci\u00f3n ser\u00e1n guardados aqu\u00ed.",
|
||||
"LabelCustomCertificatePath": "Lugar del certificado personalizado:",
|
||||
"LabelCustomCertificatePathHelp": "Incluya su propio certificado ssl o archivo .pfx. Si lo omite el servidor crear\u00e1 un certificado auto-firmado.",
|
||||
"LabelCustomCertificatePathHelp": "Incluya su propio certificado ssl o archivo .pfx.",
|
||||
"TitleNotifications": "Notificaciones",
|
||||
"OptionDetectArchiveFilesAsMedia": "Detectar ficheros de archivo como medios",
|
||||
"OptionDetectArchiveFilesAsMediaHelp": "Si est\u00e1 habilitado, archivos con extensiones .rar y .zip ser\u00e1n detectados como medios.",
|
||||
|
@ -321,7 +321,7 @@
|
|||
"LabelFanartApiKey": "Clave personal de API:",
|
||||
"LabelFanartApiKeyHelp": "Requests to fanart without a personal API key return images that were approved over 7 days ago. With a personal API key that drops to 48 hours and if you are also a fanart VIP member that will further drop to around 10 minutes.",
|
||||
"ExtractChapterImagesHelp": "Extracting chapter images will allow Emby apps to display graphical scene selection menus. The process can be slow, cpu-intensive and may require several gigabytes of space. It runs when videos are discovered, and also as a nightly scheduled task. The schedule is configurable in the scheduled tasks area. It is not recommended to run this task during peak usage hours.",
|
||||
"LabelMetadataDownloadLanguage": "Preferred metadata language:",
|
||||
"LabelMetadataDownloadLanguage": "Idioma preferido para los metadatos:",
|
||||
"ButtonSignIn": "Iniciar sesi\u00f3n",
|
||||
"TitleSignIn": "Iniciar sesi\u00f3n",
|
||||
"HeaderPleaseSignIn": "Por favor inicie sesi\u00f3n",
|
||||
|
@ -464,7 +464,7 @@
|
|||
"LabelEnableAutomaticPortMap": "Habilitar asignaci\u00f3n de puertos autom\u00e1tico",
|
||||
"LabelEnableAutomaticPortMapHelp": "UPnP permite la configuraci\u00f3n del router para acceso externo de forma f\u00e1cil y autom\u00e1tica. Esto puede no funcionar en algunos modelos de routers.",
|
||||
"LabelExternalDDNS": "Dominio externo:",
|
||||
"LabelExternalDDNSHelp": "Si tienes un DNS din\u00e1mico introd\u00facelo aqu\u00ed. Las aplicaciones de Emby lo usar\u00e1n para conectarse remotamente. Este campo es necesario cuando utilices un certificado ssl personalizado.",
|
||||
"LabelExternalDDNSHelp": "Si tienes un DNS din\u00e1mico introd\u00facelo aqu\u00ed. Las aplicaciones de Emby lo usar\u00e1n para conectarse remotamente. Este campo es necesario cuando utilices un certificado ssl personalizado. Ejemplo: midominio.com.",
|
||||
"TitleAppSettings": "Opciones de la App",
|
||||
"LabelMinResumePercentage": "Porcentaje m\u00ednimo para reanudaci\u00f3n:",
|
||||
"LabelMaxResumePercentage": "Porcentaje m\u00e1ximo para reanudaci\u00f3n::",
|
||||
|
@ -658,9 +658,9 @@
|
|||
"HeaderProfileServerSettingsHelp": "Estos valores controlan como el servidor Emby se presenta al dispositivo.",
|
||||
"LabelMaxBitrate": "Bitrate m\u00e1ximo:",
|
||||
"LabelMaxBitrateHelp": "Especificar una tasa de bits m\u00e1xima en entornos de ancho de banda limitado, o si el dispositivo impone su propio l\u00edmite.",
|
||||
"LabelMaxStreamingBitrate": "Max streaming quality:",
|
||||
"LabelMaxStreamingBitrate": "Calidad de transmisi\u00f3n m\u00e1xima:",
|
||||
"LabelMaxStreamingBitrateHelp": "Especificar tasa de bits m\u00e1xima en la transmisi\u00f3n.",
|
||||
"LabelMaxChromecastBitrate": "Chromecast streaming quality:",
|
||||
"LabelMaxChromecastBitrate": "Calidad de transmisi\u00f3n para Chromecast:",
|
||||
"LabelMusicStaticBitrate": "Tasa de bits de sincronizaci\u00f3n de la m\u00fasica:",
|
||||
"LabelMusicStaticBitrateHelp": "Especificar tasa de bits cuando se sincronice m\u00fasica",
|
||||
"LabelMusicStreamingTranscodingBitrate": "Tasa de bits de transcodificaci\u00f3n de m\u00fasica:",
|
||||
|
@ -717,7 +717,7 @@
|
|||
"LabelMessageTitle": "T\u00edtulo del mensaje:",
|
||||
"MessageNoAvailablePlugins": "No hay plugins disponibles.",
|
||||
"LabelDisplayPluginsFor": "Mostrar plugins para:",
|
||||
"PluginTabAppClassic": "Emby for Windows Media Center",
|
||||
"PluginTabAppClassic": "Emby para Windows Media Center",
|
||||
"LabelEpisodeNamePlain": "Nombre del episodio",
|
||||
"LabelSeriesNamePlain": "Nombre de la serie",
|
||||
"ValueSeriesNamePeriod": "Series.nombre",
|
||||
|
@ -790,7 +790,7 @@
|
|||
"LabelKodiMetadataSaveImagePathsHelp": "Esto se recomienda si tienes archivos de im\u00e1genes que no se ajustan a las directrices de Kodi.",
|
||||
"LabelKodiMetadataEnablePathSubstitution": "Habilitar rutas de sustituci\u00f3n",
|
||||
"LabelKodiMetadataEnablePathSubstitutionHelp": "Permite la sustituci\u00f3n de las rutas de im\u00e1genes utilizando la configuraci\u00f3n de rutas de sustituci\u00f3n en las opciones del servidor.",
|
||||
"OptionDisplayChannelsInline": "Display channels as media folders",
|
||||
"OptionDisplayChannelsInline": "Mostrar canales como carpetas de medios",
|
||||
"OptionDisplayChannelsInlineHelp": "If enabled, channels will be displayed directly alongside other media libraries. If disabled, they'll be displayed within a separate Channels folder.",
|
||||
"LabelDisplayCollectionsView": "Muestra la vista de colecci\u00f3n para ver las colecciones de pel\u00edculass",
|
||||
"LabelDisplayCollectionsViewHelp": "Esto crear\u00e1 una vista separada para mostrar las colecciones de pel\u00edculas. Para crear una colecci\u00f3n, haz clic derecho o pulsa y mant\u00e9n en cualquier pel\u00edcula y selecciona \"A\u00f1adir a la colecci\u00f3n\".",
|
||||
|
@ -853,7 +853,7 @@
|
|||
"HeaderImages": "Im\u00e1genes",
|
||||
"HeaderBackdrops": "Im\u00e1genes de fondo",
|
||||
"HeaderAddUpdateImage": "A\u00f1adir\/Actualizar imagen",
|
||||
"LabelDropImageHere": "Drop image here.",
|
||||
"LabelDropImageHere": "Soltar imagen aqu\u00ed.",
|
||||
"LabelJpgPngOnly": "S\u00f3lo JPG\/PNG",
|
||||
"LabelImageType": "Tipo de imagen:",
|
||||
"OptionPrimary": "Primaria",
|
||||
|
@ -964,7 +964,7 @@
|
|||
"LabelConnectUserNameHelp": "Conecta este usuario local a una cuenta online de Emby para activar el acceso sencillo desde una aplicaci\u00f3n de Emby sin necesidad de saber la IP del servidor.",
|
||||
"ButtonLearnMoreAboutEmbyConnect": "Aprende m\u00e1s sobre Emby Connect",
|
||||
"LabelExternalPlayers": "Reproductores externos:",
|
||||
"LabelNativeExternalPlayersHelp": "Play videos using external players.",
|
||||
"LabelNativeExternalPlayersHelp": "Mostrar videos utilizando reproductores externos.",
|
||||
"HeaderSubtitleProfile": "Perfil de subt\u00edtulos",
|
||||
"HeaderSubtitleProfiles": "Perfil de subt\u00edtulos",
|
||||
"HeaderSubtitleProfilesHelp": "El perfil de los subt\u00edtulos describe el formato soportado por el dispositivo.",
|
||||
|
@ -987,7 +987,7 @@
|
|||
"CinemaModeConfigurationHelp": "El modo cine proporciona la experiencia del cine directamente en su sala de estar con la capacidad de reproducir trailers e introducciones personalizadas antes de la funci\u00f3n principal.",
|
||||
"OptionTrailersFromMyMovies": "Incluir trailers de pel\u00edculas de mi biblioteca",
|
||||
"OptionUpcomingMoviesInTheaters": "Incluir trailers de nuevas y pr\u00f3ximas pel\u00edculas",
|
||||
"LabelLimitIntrosToUnwatchedContent": "Only play trailers from unwatched content",
|
||||
"LabelLimitIntrosToUnwatchedContent": "Reproducir s\u00f3lo trailers de contenido que no haya sido visto",
|
||||
"LabelEnableIntroParentalControl": "Activar el control parental inteligente",
|
||||
"LabelEnableIntroParentalControlHelp": "Los trailers s\u00f3lo se podr\u00e1n seleccionar con una clasificaci\u00f3n parental igual o menor que el contenido que se est\u00e1 observando.",
|
||||
"LabelTheseFeaturesRequireSubscriptionHelpAndTrailers": "Estas caracter\u00edsticas requieren una suscripci\u00f3n activa de Emby Premiere y la instalaci\u00f3n del \"Trailer channel plugin\".",
|
||||
|
@ -1195,7 +1195,7 @@
|
|||
"FeatureRequiresEmbyPremiere": "Esta caracter\u00edstica necesita una suscripci\u00f3n a Emby Premiere.",
|
||||
"FileExtension": "Extensi\u00f3n del archivo",
|
||||
"OptionPlayNextEpisodeAutomatically": "Reproducir siguiente episodio autom\u00e1ticamente",
|
||||
"OptionDownloadImagesInAdvance": "Download images in advance",
|
||||
"OptionDownloadImagesInAdvance": "Descargar imagenes con antelaci\u00f3n",
|
||||
"SettingsSaved": "Configuraci\u00f3n guardada",
|
||||
"OptionDownloadImagesInAdvanceHelp": "By default, most images are only downloaded when requested by an Emby app. Enable this option to download all images in advance, as new media is imported. This may cause significantly longer library scans.",
|
||||
"Users": "Usuarios",
|
||||
|
@ -1219,7 +1219,7 @@
|
|||
"PasswordMatchError": "La contrase\u00f1a y la confirmaci\u00f3n de la contrase\u00f1a deben de ser iguales.",
|
||||
"UninstallPluginHeader": "Desinstalar Plugin",
|
||||
"UninstallPluginConfirmation": "Esta seguro que desea desinstalar {0}?",
|
||||
"NoPluginConfigurationMessage": "This plugin has no settings to configure.",
|
||||
"NoPluginConfigurationMessage": "Este plugin no tiene opciones que configurar.",
|
||||
"NoPluginsInstalledMessage": "No tiene plugins instalados.",
|
||||
"BrowsePluginCatalogMessage": "Navegar el catalogo de plugins para ver los plugins disponibles.",
|
||||
"HeaderNewApiKey": "Nueva Clave Api",
|
||||
|
@ -1584,7 +1584,7 @@
|
|||
"HeaderUnaired": "Sin emitir",
|
||||
"HeaderMissing": "Falta",
|
||||
"ButtonWebsite": "Sitio web",
|
||||
"ValueSeriesYearToPresent": "{0} - Present",
|
||||
"ValueSeriesYearToPresent": "{0} - Actualidad",
|
||||
"ValueAwards": "Premios: {0}",
|
||||
"ValuePremiered": "Estrenada {0}",
|
||||
"ValuePremieres": "Estrenos {0}",
|
||||
|
@ -1732,7 +1732,7 @@
|
|||
"LabelProfile": "Perfil:",
|
||||
"LabelBitrateMbps": "Tasa de bits (Mbps):",
|
||||
"EmbyIntroDownloadMessage": "To download and install the free Emby Server visit {0}.",
|
||||
"EmbyIntroDownloadMessageWithoutLink": "To download and install the free Emby Server visit the Emby website.",
|
||||
"EmbyIntroDownloadMessageWithoutLink": "Para descargar e instalar el servidor gratuito de Emby visita la p\u00e1gina web de Emby.",
|
||||
"ButtonNewServer": "Nuevo servidor",
|
||||
"MyDevice": "Mi dispositivo",
|
||||
"ButtonRemote": "Remoto",
|
||||
|
@ -1795,7 +1795,7 @@
|
|||
"PleaseAddAtLeastOneFolder": "Por favor a\u00f1ade al menos una carpeta a esta biblioteca haciendo clic en el bot\u00f3n A\u00f1adir.",
|
||||
"ErrorAddingMediaPathToVirtualFolder": "Ha habido un error a\u00f1adiendo la ruta de los medios. Por favor aseg\u00farate de que la ruta es v\u00e1lida y que el proceso del servidor Emby tiene acceso a esa ubicaci\u00f3n.",
|
||||
"ErrorRemovingEmbyConnectAccount": "Ha habido un error quitando la cuenta de Emby Connect. Por favor aseg\u00farate de que tienes una conexi\u00f3n a internet activa e int\u00e9ntalo otra vez.",
|
||||
"ErrorAddingEmbyConnectAccount1": "There was an error adding the Emby Connect account. Have you created an Emby account? You can sign up at {0}.",
|
||||
"ErrorAddingEmbyConnectAccount1": "Ha habido un error a\u00f1adiendo la cuenta de Emby Connect. \u00bfTe has creado una cuenta de Emby primero? Reg\u00edstrate en {0}.",
|
||||
"ErrorAddingEmbyConnectAccount2": "If you're still having a problem, please send an email to {0}.",
|
||||
"ErrorAddingEmbyConnectAccount3": "La cuenta Emby ya est\u00e1 vinculada a un usuario local existente. Una cuenta Emby s\u00f3lo puede enlazarse a un usuario local a la vez.",
|
||||
"HeaderFavoriteArtists": "Artistas favoritos",
|
||||
|
@ -1810,7 +1810,7 @@
|
|||
"TitleHardwareAcceleration": "Aceleraci\u00f3n por Hardware",
|
||||
"HardwareAccelerationWarning": "Activar la aceleraci\u00f3n por hardware puede producir inestabilidades en algunos ambientes. Aseg\u00farate de que tu sistema operativo y tus controladores de v\u00eddeo est\u00e1n actualizados. Si tienes dificultades para reproducir los v\u00eddeos despu\u00e9s de activar esto, tendr\u00e1s que volver a poner este ajuste en Auto.",
|
||||
"HeaderSelectCodecIntrosPath": "Seleccionar ruta de los c\u00f3decs de las intros",
|
||||
"ValueExample": "Example: {0}",
|
||||
"ValueExample": "Ejemplo: {0}",
|
||||
"OptionEnableAnonymousUsageReporting": "Activar env\u00edo de datos an\u00f3nimo",
|
||||
"OptionEnableAnonymousUsageReportingHelp": "Permite a Emby recoger datos an\u00f3nimos como los plugins instalados, las versiones de tus aplicaciones Emby, etc. Esta informaci\u00f3n s\u00f3lo se usar\u00e1 para mejorar el software.",
|
||||
"LabelFileOrUrl": "Archivo o url:",
|
||||
|
@ -1940,9 +1940,9 @@
|
|||
"EnableStreamLoopingHelp": "Habilite esto si las emisiones en directo s\u00f3lo contienen unos pocos segundos de datos y necesitan ser solicitados continuamente.",
|
||||
"HttpsRequiresCert": "To require https for external connections, you will need to supply a trusted SSL certificate, such as Lets Encrypt.",
|
||||
"HeaderLatestDownloadedVideos": "\u00daltimos Videos Descargados",
|
||||
"EnableNextVideoInfoOverlay": "Enable next video info during playback",
|
||||
"EnableNextVideoInfoOverlay": "Activar la informaci\u00f3n del siguiente video durante la reproducci\u00f3n",
|
||||
"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": "El servidor de Emby necesitar\u00e1 ser reiniciado tras instalarse un plugin.",
|
||||
"PluginInstalledMessage": "The plugin has been successfully installed. Emby Server will need to be restarted for changes to take effect.",
|
||||
"Themes": "Temas",
|
||||
"LabelTheme": "Tema:",
|
||||
|
@ -1955,14 +1955,14 @@
|
|||
"LabelClickToCancel": "Click to cancel this subscription",
|
||||
"LabelCancelInfo": "You can manage this subscription directly with {0}",
|
||||
"LabelAlreadyCanceled": "This subscription has been canceled. Key will remain valid until expiration.",
|
||||
"HeaderCancelSub": "Cancel Emby Premiere",
|
||||
"HeaderCancelSub": "Cancelar Emby Premiere",
|
||||
"MessageConfirmSubCancel": "NO, Please don't go... You will miss out on all the great features of Emby Premiere!",
|
||||
"ButtonCancelSub": "I know, cancel it anyway",
|
||||
"ButtonDontCancelSub": "Keep Emby Premiere",
|
||||
"ButtonCancelSub": "Lo se, cancelalo de todas formas",
|
||||
"ButtonDontCancelSub": "Mantener Emby Premiere",
|
||||
"MessageSubCancelReqSent": "An email has been sent to the owner of the key. Please follow the instructions in that email to complete the cancellation of this subscription. We hope to see you back soon!",
|
||||
"MessageSubCancelError": "Something went wrong trying to cancel. Please send an email to {0} and we'll get you squared away.",
|
||||
"LabelAlreadyCancelled": "This subscription has been cancelled. You will not be charged again but the features will work until the date above.",
|
||||
"AllowOnTheFlySubtitleExtraction": "Allow subtitle extraction on the fly",
|
||||
"AllowOnTheFlySubtitleExtraction": "Permitir la extracci\u00f3n de subt\u00edtulos sobre la marcha",
|
||||
"AllowOnTheFlySubtitleExtractionHelp": "Embedded subtitles can be extracted from videos and delivered to Emby apps in plain text in order to help prevent video transcoding. On some systems this can take a long time and cause video playback to stall during the extraction process. Disable this to have embedded subtitles burned in with video transcoding when they are not natively supported by the client device.",
|
||||
"ButtonStopRecording": "Parar Grabaci\u00f3n",
|
||||
"StopRecording": "Parar grabaci\u00f3n",
|
||||
|
|
|
@ -51,8 +51,8 @@
|
|||
"RegisterWithPayPal": "S'enregistrer avec PayPal",
|
||||
"LabelSyncTempPath": "Chemin des fichiers temporaires :",
|
||||
"LabelSyncTempPathHelp": "Sp\u00e9cifiez un dossier de travail personnalis\u00e9 pour la synchronisation. Les fichiers r\u00e9sultant de la conversion de m\u00e9dias au cours du processus de synchronisation seront stock\u00e9s ici.",
|
||||
"LabelCustomCertificatePath": "Chemin vers le certificat personnalis\u00e9 :",
|
||||
"LabelCustomCertificatePathHelp": "Fournissez votre propre certificat SSL au format .pfx. Sinon, le serveur cr\u00e9era un certificat auto-sign\u00e9.",
|
||||
"LabelCustomCertificatePath": "Chemin vers le certificat SSL personnalis\u00e9 :",
|
||||
"LabelCustomCertificatePathHelp": "Fournissez votre propre certificat SSL au format PFX.",
|
||||
"TitleNotifications": "Notifications",
|
||||
"OptionDetectArchiveFilesAsMedia": "Reconna\u00eetre les fichiers archives comme m\u00e9dias",
|
||||
"OptionDetectArchiveFilesAsMediaHelp": "Activez cette option pour reconna\u00eetre les fichiers portant l'extension .rar ou .zip comme des fichiers multim\u00e9dia.",
|
||||
|
@ -264,7 +264,7 @@
|
|||
"VisitProjectWebsite": "Visiter le site web d'Emby",
|
||||
"VisitProjectWebsiteLong": "Consultez le site web d'Emby pour vous tenir inform\u00e9 des derni\u00e8res actualit\u00e9s et billets du blog des d\u00e9veloppeurs.",
|
||||
"OptionHideUser": "Ne pas afficher cet utilisateur dans les \u00e9crans de connexion",
|
||||
"OptionHideUserFromLoginHelp": "Recommand\u00e9 pour les comptes administrateurs priv\u00e9s ou cach\u00e9s. L'utilisateur devra s'authentifier manuellement en entrant son login et mot de passe.",
|
||||
"OptionHideUserFromLoginHelp": "Recommand\u00e9 pour les comptes administrateurs priv\u00e9s ou cach\u00e9s. L'utilisateur devra s'authentifier manuellement en saisissant son nom d'utilisateur et son mot de passe.",
|
||||
"OptionDisableUser": "D\u00e9sactiver cet utilisateur",
|
||||
"OptionDisableUserHelp": "Si d\u00e9sactiv\u00e9, le serveur n'autorisera pas de connexion de cet utilisateur. Les connexions existantes seront interrompues.",
|
||||
"LabelName": "Nom\u00a0:",
|
||||
|
@ -426,7 +426,7 @@
|
|||
"OptionEpisodeSortName": "Nom de tri de l'\u00e9pisode",
|
||||
"OptionTvdbRating": "Note d'\u00e9valuation TVDb",
|
||||
"HeaderAddTitles": "Ajouter des \u00e9l\u00e9ments",
|
||||
"LabelEnableDlnaPlayTo": "Activer Lire sur en DLNA",
|
||||
"LabelEnableDlnaPlayTo": "Activer la lecture en DLNA",
|
||||
"LabelEnableDlnaPlayToHelp": "Emby peut d\u00e9tecter les appareils de votre r\u00e9seau et offre la possibilit\u00e9 de les contr\u00f4ler \u00e0 distance.",
|
||||
"LabelEnableDlnaDebugLogging": "Activer le d\u00e9bogage DLNA dans le journal d'\u00e9v\u00e9nements",
|
||||
"LabelEnableDlnaDebugLoggingHelp": "Ceci va g\u00e9n\u00e9rer de gros fichiers de journal d'\u00e9v\u00e9nements et ne devrait \u00eatre utiliser que pour des diagnostics d'erreur.",
|
||||
|
@ -457,14 +457,14 @@
|
|||
"LabelPublicHttpPortHelp": "Le num\u00e9ro de port public \u00e0 mapper sur le port http local.",
|
||||
"LabelPublicHttpsPort": "Num\u00e9ro de port https public :",
|
||||
"LabelPublicHttpsPortHelp": "Le num\u00e9ro de port public \u00e0 mapper sur le port https local.",
|
||||
"RequireHttps": "Require https for external connections",
|
||||
"RequireHttpsHelp": "If enabled, connections over http will be redirected to https.",
|
||||
"RequireHttps": "Exiger HTTPS pour les connexions externes",
|
||||
"RequireHttpsHelp": "Activez cette option pour que les connections en HTTP soit redirig\u00e9es en HTTPS.",
|
||||
"LabelHttpsPort": "Num\u00e9ro de port https local :",
|
||||
"LabelHttpsPortHelp": "Le port TCP que le serveur https d'Emby doit utiliser.",
|
||||
"LabelEnableAutomaticPortMap": "Autoriser le mapping automatique de port",
|
||||
"LabelEnableAutomaticPortMapHelp": "Essayer de mapper automatiquement le port public au port local via UPnP. Cela peut ne pas fonctionner avec certains mod\u00e8les de routeurs.",
|
||||
"LabelExternalDDNS": "Domaine ext\u00e9rieur\u00a0:",
|
||||
"LabelExternalDDNSHelp": "Si vous avez un DNS dynamique entrez-le ici. Les applications Emby vont l'utiliser lors de la connexion \u00e0 distance. Ce champ est obligatoire lorsqu'il est utilis\u00e9 avec un certificat SSL personnalis\u00e9.",
|
||||
"LabelExternalDDNSHelp": "Si vous avez un DNS dynamique saisissez-le ici. Les applications Emby vont l'utiliser pour les connexions distantes. Ce champ est obligatoire lorsqu'il est utilis\u00e9 avec un certificat SSL personnalis\u00e9. Exemple\u00a0: mondomaine.com",
|
||||
"TitleAppSettings": "Param\u00e8tres d'application",
|
||||
"LabelMinResumePercentage": "Pourcentage minimum pour reprendre\u00a0:",
|
||||
"LabelMaxResumePercentage": "Pourcentage maximum pour reprendre\u00a0:",
|
||||
|
@ -493,7 +493,7 @@
|
|||
"OptionRememberOrganizeCorrection": "Enregistrer et appliquer cette correction aux futurs fichiers ayant des noms similaires",
|
||||
"HeaderSupportTheTeam": "Soutenez l'\u00e9quipe d'Emby",
|
||||
"HeaderSupportTheTeamHelp": "Aidez \u00e0 garantir la continuit\u00e9 du d\u00e9veloppement de ce projet en achetant Emby Premiere. Une partie du revenu sera revers\u00e9e aux autres outils gratuits dont nous d\u00e9pendons.",
|
||||
"DonationNextStep": "Une fois termin\u00e9, revenez sur cette page et entrez votre cl\u00e9 Emby Premiere, que vous aurez re\u00e7ue par courriel.",
|
||||
"DonationNextStep": "Une fois termin\u00e9, revenez sur cette page et saisissez votre cl\u00e9 Emby Premiere, que vous aurez re\u00e7ue par courriel.",
|
||||
"AutoOrganizeHelp": "L'auto-organisation d\u00e9tecte les nouveaux fichiers dans vos dossiers de t\u00e9l\u00e9chargement, puis les d\u00e9place dans vos dossiers multim\u00e9dias.",
|
||||
"OptionEnableEpisodeOrganization": "Activer l'auto-organisation des nouveaux \u00e9pisodes",
|
||||
"LabelWatchFolder": "Dossier \u00e0 surveiller :",
|
||||
|
@ -543,7 +543,7 @@
|
|||
"LabelSupporterEmailAddress": "L'adresse courriel avec laquelle la cl\u00e9 a \u00e9t\u00e9 achet\u00e9e.",
|
||||
"ButtonRetrieveKey": "Obtenir la cl\u00e9",
|
||||
"LabelSupporterKey": "Cl\u00e9 Emby Premi\u00e8re (collez depuis le courriel) :",
|
||||
"LabelSupporterKeyHelp": "Entrez votre cl\u00e9 Emby Premiere pour profiter des avantages suppl\u00e9mentaires que la communaut\u00e9 a d\u00e9velopp\u00e9 pour Emby",
|
||||
"LabelSupporterKeyHelp": "Saisissez votre cl\u00e9 Emby Premiere pour profiter des avantages suppl\u00e9mentaires que la communaut\u00e9 a d\u00e9velopp\u00e9s pour Emby",
|
||||
"MessageInvalidKey": "Cl\u00e9 Emby Premiere introuvable ou incorrecte.",
|
||||
"ErrorMessageInvalidKey": "Pour pouvoir souscrire au contenu Premium, vous devez \u00e9galement poss\u00e9der un abonnement Emby Premiere.",
|
||||
"HeaderDisplaySettings": "Param\u00e8tres d'affichage",
|
||||
|
@ -676,7 +676,7 @@
|
|||
"LabelModelUrl": "URL de mod\u00e8le",
|
||||
"LabelSerialNumber": "Num\u00e9ro de s\u00e9rie",
|
||||
"LabelDeviceDescription": "Description de l'appareil",
|
||||
"HeaderIdentificationCriteriaHelp": "Entrez au moins un crit\u00e8re d'identification.",
|
||||
"HeaderIdentificationCriteriaHelp": "Saisissez au moins un crit\u00e8re d'identification.",
|
||||
"HeaderDirectPlayProfileHelp": "Ajoutez des profils de lecture directe pour indiquer quels formats l'appareil peut lire de fa\u00e7on native.",
|
||||
"HeaderTranscodingProfileHelp": "Ajoutez des profils de transcodage pour indiquer quels formats utiliser quand le transcodage est n\u00e9cessaire.",
|
||||
"HeaderContainerProfileHelp": "Les profils de conteneur indiquent les limites d'un appareil lors de la lecture de formats sp\u00e9cifiques. Si la limite s'applique au m\u00e9dia, ce dernier sera transcod\u00e9, m\u00eame si le format est configur\u00e9 pour la lecture directe.",
|
||||
|
@ -853,7 +853,7 @@
|
|||
"HeaderImages": "Images",
|
||||
"HeaderBackdrops": "Arri\u00e8re-plans",
|
||||
"HeaderAddUpdateImage": "Ajouter\/modifier l'image",
|
||||
"LabelDropImageHere": "Faites glisser l'image ici, ou cliquez pour parcourir vos fichiers.",
|
||||
"LabelDropImageHere": "D\u00e9posez l'image ici.",
|
||||
"LabelJpgPngOnly": "JPG\/PNG seulement",
|
||||
"LabelImageType": "Type d'image\u00a0:",
|
||||
"OptionPrimary": "Principale",
|
||||
|
@ -1053,7 +1053,7 @@
|
|||
"MessageGuestSharingPermissionsHelp": "La plupart des fonctions sont initialement indisponibles pour les invit\u00e9s mais peuvent \u00eatre activ\u00e9es au besoin.",
|
||||
"HeaderInvitations": "Invitations",
|
||||
"Invitations": "Invitations",
|
||||
"LabelForgotPasswordUsernameHelp": "Entrez votre nom d'utilisateur, si vous vous en souvenez.",
|
||||
"LabelForgotPasswordUsernameHelp": "Saisissez votre nom d'utilisateur, si vous vous en souvenez.",
|
||||
"HeaderForgotPassword": "Mot de passe oubli\u00e9",
|
||||
"TitlePasswordReset": "Mot de passe r\u00e9initialis\u00e9",
|
||||
"LabelPasswordRecoveryPinCode": "Code PIN\u00a0:",
|
||||
|
@ -1351,7 +1351,7 @@
|
|||
"HeaderSelectServerCachePath": "S\u00e9lectionner le chemin d'acc\u00e8s du cache de serveur",
|
||||
"HeaderSelectTranscodingPath": "S\u00e9lectionner le chemin d'acc\u00e8s du dossier temporaire de transcodage",
|
||||
"HeaderSelectMetadataPath": "S\u00e9lectionner le chemin d'acc\u00e8s des m\u00e9tadonn\u00e9es",
|
||||
"HeaderSelectServerCachePathHelp": "Parcourir ou entrer le chemin d'acc\u00e8s \u00e0 utiliser pour les fichiers cache du serveur. Le dossier doit \u00eatre accessible en \u00e9criture.",
|
||||
"HeaderSelectServerCachePathHelp": "Parcourir ou saisir le chemin d'acc\u00e8s \u00e0 utiliser pour les fichiers cache du serveur. Le dossier doit \u00eatre accessible en \u00e9criture.",
|
||||
"HeaderSelectTranscodingPathHelp": "Parcourir ou saisir le chemin d'acc\u00e8s \u00e0 utiliser pour les fichiers de transcodage temporaires. Le dossier doit \u00eatre accessible en \u00e9criture.",
|
||||
"HeaderSelectMetadataPathHelp": "Parcourir ou saisir le chemin d'acc\u00e8s o\u00f9 vous aimeriez stocker les m\u00e9tadonn\u00e9es. Le dossier doit \u00eatre accessible en \u00e9criture.",
|
||||
"HeaderFavoriteAlbums": "Albums favoris",
|
||||
|
@ -1369,7 +1369,7 @@
|
|||
"MessageFollowingFileWillBeMovedFrom": "Le fichier suivant sera d\u00e9plac\u00e9 de\u00a0:",
|
||||
"MessageDestinationTo": "\u00e0 :",
|
||||
"HeaderSelectWatchFolder": "S\u00e9lectionner le dossier \u00e0 surveiller",
|
||||
"HeaderSelectWatchFolderHelp": "Parcourir ou saisir le chemin d'acc\u00e8s de votre dossier surveill\u00e9. Le r\u00e9pertoire doit \u00eatre accessible en \u00e9criture.",
|
||||
"HeaderSelectWatchFolderHelp": "Parcourir ou saisir le chemin d'acc\u00e8s de votre dossier surveill\u00e9. Le dossier doit \u00eatre accessible en \u00e9criture.",
|
||||
"OrganizePatternResult": "R\u00e9sultat : {0}",
|
||||
"AutoOrganizeError": "Erreur pendant l'organisation du fichier",
|
||||
"FileOrganizeManually": "Organiser les fichiers",
|
||||
|
@ -1745,7 +1745,7 @@
|
|||
"ButtonServer": "Serveur",
|
||||
"HeaderLibrary": "M\u00e9diath\u00e8que",
|
||||
"HeaderMedia": "M\u00e9dia",
|
||||
"NoNewDevicesFound": "Aucun nouvel appareil d\u00e9tect\u00e9. Pour en ajouter un, fermez cette fen\u00eatre et entrez les informations de l'appareil manuellement.",
|
||||
"NoNewDevicesFound": "Aucun nouvel appareil d\u00e9tect\u00e9. Pour en ajouter un, fermez cette fen\u00eatre et saisissez les informations de l'appareil manuellement.",
|
||||
"NoResultsFound": "Aucun r\u00e9sultat trouv\u00e9.",
|
||||
"ButtonManageServer": "G\u00e9rer le serveur",
|
||||
"ButtonPreferences": "Pr\u00e9f\u00e9rences",
|
||||
|
@ -1824,7 +1824,7 @@
|
|||
"AllowHWTranscodingHelp": "Si l'option est activ\u00e9e, permet au tuner de transcoder les flux \u00e0 la vol\u00e9e. Cela peut aider \u00e0 r\u00e9duire le transcodage requis par le serveur Emby.",
|
||||
"OptionRequirePerfectSubtitleMatch": "T\u00e9l\u00e9charger uniquement les sous-titres qui correspondent parfaitement \u00e0 mes fichiers vid\u00e9o.",
|
||||
"OptionRequirePerfectSubtitleMatchHelp": "En activant cette option, seuls les sous-titres ayant \u00e9t\u00e9 test\u00e9s et v\u00e9rifi\u00e9s avec votre fichier vid\u00e9o seront t\u00e9l\u00e9charg\u00e9s. En d\u00e9sactivant cette option, vous aurez plus de chance que des sous-titres soient t\u00e9l\u00e9charg\u00e9s, mais ils risquent d'\u00eatre d\u00e9cal\u00e9s ou incorrects.",
|
||||
"GuestUserNotFound": "Utilisateur non trouv\u00e9. Veuillez v\u00e9rifier que le nom est correct et essayez \u00e0 nouveau, ou essayez d'entrer votre adresse courriel.",
|
||||
"GuestUserNotFound": "Utilisateur non trouv\u00e9. Veuillez v\u00e9rifier que le nom est correct et essayez \u00e0 nouveau, ou essayez de saisir votre adresse courriel.",
|
||||
"Yesterday": "Hier",
|
||||
"DownloadImagesInAdvanceWarning": "Le t\u00e9l\u00e9chargement de toutes les images \u00e0 l'avance se traduira par un allongement de la dur\u00e9e d'actualisation de la m\u00e9diath\u00e8que.",
|
||||
"MetadataSettingChangeHelp": "Les modifications des param\u00e8tres des m\u00e9tadonn\u00e9es auront une incidence sur le nouveau contenu ajout\u00e9. Pour actualiser le contenu existant, ouvrez l'\u00e9cran des d\u00e9tails et cliquez sur le bouton Actualiser, ou effectuez des actualisations en masse en utilisant le gestionnaire de m\u00e9tadonn\u00e9es.",
|
||||
|
@ -1856,7 +1856,7 @@
|
|||
"LabelffmpegPathHelp": "Le chemin d'acc\u00e8s vers l'application FFmpeg, ou un dossier contenant FFmpeg.",
|
||||
"SetupFFmpeg": "Installer FFmpeg",
|
||||
"SetupFFmpegHelp": "Emby peut avoir besoin d'une librairie ou d'une application pour convertir certains types de m\u00e9dia. Il y a beaucoup d'applications diff\u00e9rentes, cependant Emby a \u00e9t\u00e9 test\u00e9 avec FFmpeg. Emby n'est en rien affili\u00e9 avec FFmpeg, sa propri\u00e9t\u00e9, son code ou sa distribution.",
|
||||
"EnterFFmpegLocation": "Entrer le chemin vers FFmpeg",
|
||||
"EnterFFmpegLocation": "Saisir le chemin de FFmpeg",
|
||||
"DownloadFFmpeg": "T\u00e9l\u00e9charger FFmpeg",
|
||||
"FFmpegSuggestedDownload": "T\u00e9l\u00e9chargement sugg\u00e9r\u00e9\u00a0: {0}",
|
||||
"UnzipFFmpegFile": "D\u00e9compresser le fichier t\u00e9l\u00e9charg\u00e9 dans le dossier de votre choix.",
|
||||
|
@ -1938,7 +1938,7 @@
|
|||
"ScanLibrary": "Actualiser la m\u00e9diath\u00e8que",
|
||||
"EnableStreamLooping": "Reboucler les streaming en direct",
|
||||
"EnableStreamLoopingHelp": "Activez cette option si les streaming en direct ne contiennent que quelques secondes de donn\u00e9es et doivent \u00eatre redemand\u00e9s continuellement.",
|
||||
"HttpsRequiresCert": "Pour pouvoir utiliser HTTPS comme adresse externe, vous devez fournir un certificat SSL v\u00e9rifi\u00e9, fourni par Let's Encrypt par exemple.",
|
||||
"HttpsRequiresCert": "Pour exiger HTTPS pour les connexions externes, vous devrez fournir un certificat SSL v\u00e9rifi\u00e9, comme ceux fournis par Let's Encrypt.",
|
||||
"HeaderLatestDownloadedVideos": "Derni\u00e8res vid\u00e9os t\u00e9l\u00e9charg\u00e9es",
|
||||
"EnableNextVideoInfoOverlay": "Activer les informations de la vid\u00e9o suivante pendant la lecture",
|
||||
"EnableNextVideoInfoOverlayHelp": "\u00c0 la fin d'une vid\u00e9o, afficher les informations sur la vid\u00e9o suivante dans la file d'attente.",
|
||||
|
|
|
@ -51,8 +51,8 @@
|
|||
"RegisterWithPayPal": "Registrati con PayPal",
|
||||
"LabelSyncTempPath": "Percorso file temporanei:",
|
||||
"LabelSyncTempPathHelp": "Specifica una cartella per la sincronizzazione. I media creati durante la sincronizzazione verranno memorizzati qui.",
|
||||
"LabelCustomCertificatePath": "Percorso certificati personalizzato:",
|
||||
"LabelCustomCertificatePathHelp": "Fornisci il file .pfx del tuo certificato SSL. Se omesso, il server creer\u00e0 un certificato auto-firmato.",
|
||||
"LabelCustomCertificatePath": "Percorso certificato personalizzato ssl:",
|
||||
"LabelCustomCertificatePathHelp": "Fornisci il file .pfx del tuo certificato SSL.",
|
||||
"TitleNotifications": "Notifiche",
|
||||
"OptionDetectArchiveFilesAsMedia": "Considera gli archivi come file multimediali",
|
||||
"OptionDetectArchiveFilesAsMediaHelp": "Se attivato, i file con estensione .rar e .zip saranno considerati file multimediali.",
|
||||
|
@ -464,7 +464,7 @@
|
|||
"LabelEnableAutomaticPortMap": "Abilita mappatura automatica delle porte",
|
||||
"LabelEnableAutomaticPortMapHelp": "Tenta di mappare automaticamente la porta pubblica sulla porta locale tramite UPnP. Questo potrebbe non funzionare con alcuni modelli di router.",
|
||||
"LabelExternalDDNS": "Dominio esterno:",
|
||||
"LabelExternalDDNSHelp": "Se hai un DNS dinamico inseriscilo qui. Le applicazioni Emby lo useranno per le connessioni remote. Questo campo \u00e8 richiesto quando si usa un certificato SSL personalizzato.",
|
||||
"LabelExternalDDNSHelp": "Se hai un DNS dinamico inseriscilo qui. Le applicazioni Emby lo useranno per le connessioni remote. Questo campo \u00e8 richiesto quando si usa un certificato SSL personalizzato. Esempio: miodominio.com",
|
||||
"TitleAppSettings": "Impostazioni App",
|
||||
"LabelMinResumePercentage": "Percentuale minima per il riprendi",
|
||||
"LabelMaxResumePercentage": "Percentuale massima per il riprendi",
|
||||
|
@ -853,7 +853,7 @@
|
|||
"HeaderImages": "Immagini",
|
||||
"HeaderBackdrops": "Sfondi",
|
||||
"HeaderAddUpdateImage": "Aggiungi\/aggiorna immagine",
|
||||
"LabelDropImageHere": "Rilasciare l'immagine qui, oppure clicca per sfogliare.",
|
||||
"LabelDropImageHere": "Rilasciare l'immagine qui.",
|
||||
"LabelJpgPngOnly": "JPG\/PNG solamente",
|
||||
"LabelImageType": "Tipo immagine",
|
||||
"OptionPrimary": "Primaria",
|
||||
|
@ -1938,7 +1938,7 @@
|
|||
"ScanLibrary": "Scansione libreria",
|
||||
"EnableStreamLooping": "Auto-loop streaming in diretta",
|
||||
"EnableStreamLoopingHelp": "Abilita questo se gli streaming in diretta contengono solo pochi secondi di dati e devono essere costantemente richiesti.",
|
||||
"HttpsRequiresCert": "Per abilitare https come indirizzo esterno, sar\u00e0 necessario fornire un certificato SSL attendibile, ad esempio Lets Encrypt.",
|
||||
"HttpsRequiresCert": "Per richiedere https come indirizzo esterno, sar\u00e0 necessario fornire un certificato SSL attendibile, ad esempio Lets Encrypt.",
|
||||
"HeaderLatestDownloadedVideos": "Ultimi Video Scaricati",
|
||||
"EnableNextVideoInfoOverlay": "Abilita le informazioni del prossimo video durante la riproduzione",
|
||||
"EnableNextVideoInfoOverlayHelp": "Alla fine di un video, visualizza informazioni sul video successivo che compare nella playlist corrente.",
|
||||
|
|
|
@ -51,8 +51,8 @@
|
|||
"RegisterWithPayPal": "Zarejestruj za pomoc\u0105 PayPal",
|
||||
"LabelSyncTempPath": "Folder plik\u00f3w tymczasowych:",
|
||||
"LabelSyncTempPathHelp": "Okre\u015bla w\u0142asny folder synchronizacji. Skonwertowane media, utworzone podczas synchronizacji, b\u0119d\u0105 zapisywane tutaj.",
|
||||
"LabelCustomCertificatePath": "Folder w\u0142asnego certyfikatu:",
|
||||
"LabelCustomCertificatePathHelp": "Umo\u017cliwia dostarczenie w\u0142asnego pliku certyfikatu SSL w formacie .pfx. W przypadku pomini\u0119cia tego ustawienia, serwer utworzy certyfikat z podpisem w\u0142asnym.",
|
||||
"LabelCustomCertificatePath": "Folder niestandardowego certyfikatu SSL:",
|
||||
"LabelCustomCertificatePathHelp": "Dostarcz sw\u00f3j w\u0142asny certyfikat SSL w formacie pliku .pfx.",
|
||||
"TitleNotifications": "Powiadomienia",
|
||||
"OptionDetectArchiveFilesAsMedia": "Wykrywaj zarchiwizowane pliki jako media",
|
||||
"OptionDetectArchiveFilesAsMediaHelp": "Umo\u017cliwia wykrywanie plik\u00f3w archiwum, w formatach .rar i .zip, jako pliki medi\u00f3w.",
|
||||
|
@ -205,8 +205,8 @@
|
|||
"HeaderRecentlyPlayed": "Ostatnio odtwarzane",
|
||||
"HeaderFrequentlyPlayed": "Cz\u0119sto odtwarzane",
|
||||
"LabelVideoType": "Typy Wideo:",
|
||||
"OptionBluray": "Bluray",
|
||||
"OptionDvd": "Dvd",
|
||||
"OptionBluray": "Blu-ray",
|
||||
"OptionDvd": "DVD",
|
||||
"OptionIso": "Iso",
|
||||
"Option3D": "3D",
|
||||
"LabelDeinterlacingMethod": "Metoda usuwania przeplotu:",
|
||||
|
@ -441,7 +441,7 @@
|
|||
"HeaderLinks": "Likni",
|
||||
"LinkCommunity": "Spo\u0142eczno\u015b\u0107",
|
||||
"LinkGithub": "Github",
|
||||
"LinkApi": "Api",
|
||||
"LinkApi": "API",
|
||||
"LabelFriendlyServerName": "Przyjazna nazwa serwera:",
|
||||
"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:",
|
||||
|
@ -457,8 +457,8 @@
|
|||
"LabelPublicHttpPortHelp": "Publiczny numer port na kt\u00f3ry ma by\u0107 zmapowany lokalny port http.",
|
||||
"LabelPublicHttpsPort": "Publiczny nr portu https:",
|
||||
"LabelPublicHttpsPortHelp": "Publiczny numer port na kt\u00f3ry ma by\u0107 zmapowany lokalny port https.",
|
||||
"RequireHttps": "Require https for external connections",
|
||||
"RequireHttpsHelp": "If enabled, connections over http will be redirected to https.",
|
||||
"RequireHttps": "Wymagaj HTTPS dla po\u0142\u0105cze\u0144 zewn\u0119trznych",
|
||||
"RequireHttpsHelp": "Je\u015bli aktywne, po\u0142\u0105czenia HTTP b\u0119d\u0105 przekierowywane do HTTPS.",
|
||||
"LabelHttpsPort": "Lokalny numer portu https:",
|
||||
"LabelHttpsPortHelp": "Numer portu tcp do kt\u00f3re serwer https Emby ma zosta\u0107 powi\u0105zany.",
|
||||
"LabelEnableAutomaticPortMap": "Aktywuj automatyczne mapowanie portu",
|
||||
|
@ -841,7 +841,7 @@
|
|||
"TabSync": "Synchronizuj",
|
||||
"TitleUsers": "U\u017cytkownicy",
|
||||
"LabelProtocol": "Protok\u00f3\u0142:",
|
||||
"OptionProtocolHttp": "Http",
|
||||
"OptionProtocolHttp": "HTTP",
|
||||
"OptionProtocolHls": "Transmisja za pomoc\u0105 HTTP",
|
||||
"LabelContext": "Kontekst:",
|
||||
"TabPlaylists": "Lista odtwarzania",
|
||||
|
@ -853,7 +853,7 @@
|
|||
"HeaderImages": "Obrazy",
|
||||
"HeaderBackdrops": "Fototapety",
|
||||
"HeaderAddUpdateImage": "Dodaj\/Aktualizuj obraz",
|
||||
"LabelDropImageHere": "Upu\u015b\u0107 obraz tutaj lub naci\u015bnij, aby przegl\u0105da\u0107.",
|
||||
"LabelDropImageHere": "Upu\u015b\u0107 obraz tutaj.",
|
||||
"LabelJpgPngOnly": "Tylko JPG\/PNG",
|
||||
"LabelImageType": "Typ obrazka:",
|
||||
"OptionPrimary": "Podstawowy",
|
||||
|
@ -1107,7 +1107,7 @@
|
|||
"TextConnectToServerManually": "Po\u0142\u0105cz z serwerem manualnie",
|
||||
"ButtonSignInWithConnect": "Zaloguj si\u0119 z Emby Connect",
|
||||
"ButtonConnect": "Po\u0142acz",
|
||||
"LabelServerHost": "Host:",
|
||||
"LabelServerHost": "Serwer:",
|
||||
"LabelServerHostHelp": "192.168.1.100 or https:\/\/mojserwer.com",
|
||||
"LabelServerPort": "Port:",
|
||||
"HeaderNewServer": "Nowy serwer",
|
||||
|
@ -1744,7 +1744,7 @@
|
|||
"OptionEnableFullscreen": "Aktywuj tryb pe\u0142nego ekranu",
|
||||
"ButtonServer": "Serwer",
|
||||
"HeaderLibrary": "Biblioteka",
|
||||
"HeaderMedia": "Media",
|
||||
"HeaderMedia": "Multimedia",
|
||||
"NoNewDevicesFound": "Nie znaleziono \u017cadnych nowych urz\u0105dze\u0144. Aby doda\u0107 tuner, zamknij ten dialog i wprowad\u017a informacje o urz\u0105dzeniu r\u0119cznie.",
|
||||
"NoResultsFound": "Nic nie znaleziono.",
|
||||
"ButtonManageServer": "Zarz\u0105dzanie serwerem",
|
||||
|
@ -1949,7 +1949,7 @@
|
|||
"LabelDashboardTheme": "Motyw kokpitu serwera:",
|
||||
"MessagePremiereStatusGood": "Posiadasz plan {0} Emby Premiere, ale u\u017cycie Twojego urz\u0105dzenia jest w zasi\u0119gu Twojego limitu.",
|
||||
"MessagePremiereStatusClose": "Posiadasz plan {0} Emby Premiere, ale u\u017cycie Twojego urz\u0105dzenia jest bliskie limitu.",
|
||||
"MessagePremiereExtendedPlans": "Consider an {0}extended device plan{1}",
|
||||
"MessagePremiereExtendedPlans": "Rozwa\u017c {0} rozszerzony plan urz\u0105dzenia{1}",
|
||||
"MessagePremiereStatusOver": "You have a {0} Emby Premiere plan, but you are over your device limit!",
|
||||
"ListItemPremiereSub": "{0} subscription purchased via {2} expires {1}",
|
||||
"LabelClickToCancel": "Naci\u015bnij, aby anulowa\u0107 subskrypcj\u0119",
|
||||
|
@ -1961,7 +1961,7 @@
|
|||
"ButtonDontCancelSub": "Zachowaj subskrypcj\u0119 Emby Premiere",
|
||||
"MessageSubCancelReqSent": "An email has been sent to the owner of the key. Please follow the instructions in that email to complete the cancellation of this subscription. We hope to see you back soon!",
|
||||
"MessageSubCancelError": "Something went wrong trying to cancel. Please send an email to {0} and we'll get you squared away.",
|
||||
"LabelAlreadyCancelled": "This subscription has been cancelled. You will not be charged again but the features will work until the date above.",
|
||||
"LabelAlreadyCancelled": "Ta subskrypcja zosta\u0142a anulowana. Tw\u00f3j rachunek nie zostanie obci\u0105\u017cony ponownie, ale dodatkowe funkcjonalno\u015b\u0107 b\u0119d\u0105 dzia\u0142a\u0142y do daty podanej poni\u017cej.",
|
||||
"AllowOnTheFlySubtitleExtraction": "Zezwalaj na wyodr\u0119bnianie napis\u00f3w w locie",
|
||||
"AllowOnTheFlySubtitleExtractionHelp": "Embedded subtitles can be extracted from videos and delivered to Emby apps in plain text in order to help prevent video transcoding. On some systems this can take a long time and cause video playback to stall during the extraction process. Disable this to have embedded subtitles burned in with video transcoding when they are not natively supported by the client device.",
|
||||
"ButtonStopRecording": "Zatrzymaj nagrywanie",
|
||||
|
|
|
@ -51,8 +51,8 @@
|
|||
"RegisterWithPayPal": "\u0417\u0430\u0440\u0435\u0433\u0438\u0441\u0442\u0440\u0438\u0440\u043e\u0432\u0430\u0442\u044c \u0447\u0435\u0440\u0435\u0437 PayPal",
|
||||
"LabelSyncTempPath": "\u041f\u0443\u0442\u044c \u043a\u043e \u0432\u0440\u0435\u043c\u0435\u043d\u043d\u043e\u043c\u0443 \u0444\u0430\u0439\u043b\u0443:",
|
||||
"LabelSyncTempPathHelp": "\u0423\u043a\u0430\u0436\u0438\u0442\u0435 \u0440\u0430\u0431\u043e\u0447\u0443\u044e \u043f\u0430\u043f\u043a\u0443 \u0434\u043b\u044f \u0441\u0438\u043d\u0445\u0440\u043e\u043d\u0438\u0437\u0430\u0446\u0438\u0438. \u041f\u0440\u0435\u043e\u0431\u0440\u0430\u0437\u043e\u0432\u0430\u043d\u043d\u044b\u0435 \u0444\u0430\u0439\u043b\u044b, \u0441\u043e\u0437\u0434\u0430\u0432\u0430\u0435\u043c\u044b\u0435 \u0432 \u043f\u0440\u043e\u0446\u0435\u0441\u0441\u0435 \u0441\u0438\u043d\u0445\u0440\u043e\u043d\u0438\u0437\u0430\u0446\u0438\u0438, \u0431\u0443\u0434\u0443\u0442 \u0445\u0440\u0430\u043d\u0438\u0442\u0441\u044f \u0442\u0430\u043c.",
|
||||
"LabelCustomCertificatePath": "\u041f\u0443\u0442\u044c \u043a \u043f\u043e\u043b\u044c\u0437\u043e\u0432\u0430\u0442\u0435\u043b\u044c\u0441\u043a\u043e\u043c\u0443 \u0441\u0435\u0440\u0442\u0438\u0444\u0438\u043a\u0430\u0442\u0443:",
|
||||
"LabelCustomCertificatePathHelp": "\u041f\u0440\u0435\u0434\u043e\u0441\u0442\u0430\u0432\u044c\u0442\u0435 \u0441\u0432\u043e\u0439 \u0441\u043e\u0431\u0441\u0442\u0432\u0435\u043d\u043d\u044b\u0439 \u0444\u0430\u0439\u043b .pfx SSL-\u0441\u0435\u0440\u0442\u0438\u0444\u0438\u043a\u0430\u0442\u0430. \u041f\u0440\u0438 \u0435\u0433\u043e \u043e\u0442\u0441\u0443\u0442\u0441\u0442\u0432\u0438\u0438 \u0441\u0435\u0440\u0432\u0435\u0440 \u0441\u043e\u0437\u0434\u0430\u0441\u0442 \u0441\u0430\u043c\u043e\u043f\u043e\u0434\u043f\u0438\u0441\u0430\u043d\u043d\u044b\u0439 \u0441\u0435\u0440\u0442\u0438\u0444\u0438\u043a\u0430\u0442.",
|
||||
"LabelCustomCertificatePath": "\u041f\u0443\u0442\u044c \u043a \u043f\u043e\u043b\u044c\u0437\u043e\u0432\u0430\u0442\u0435\u043b\u044c\u0441\u043a\u043e\u043c\u0443 SSL-\u0441\u0435\u0440\u0442\u0438\u0444\u0438\u043a\u0430\u0442\u0443:",
|
||||
"LabelCustomCertificatePathHelp": "\u041f\u0440\u0435\u0434\u043e\u0441\u0442\u0430\u0432\u044c\u0442\u0435 \u0441\u0432\u043e\u0439 \u0441\u043e\u0431\u0441\u0442\u0432\u0435\u043d\u043d\u044b\u0439 \u0444\u0430\u0439\u043b .pfx SSL-\u0441\u0435\u0440\u0442\u0438\u0444\u0438\u043a\u0430\u0442\u0430.",
|
||||
"TitleNotifications": "\u0423\u0432\u0435\u0434\u043e\u043c\u043b\u0435\u043d\u0438\u044f",
|
||||
"OptionDetectArchiveFilesAsMedia": "\u0424\u0430\u0439\u043b\u044b \u0430\u0440\u0445\u0438\u0432\u043e\u0432 \u043e\u043f\u0440\u0435\u0434\u0435\u043b\u044f\u044e\u0442\u0441\u044f \u043a\u0430\u043a \u043c\u0435\u0434\u0438\u0430\u0434\u0430\u043d\u043d\u044b\u0435",
|
||||
"OptionDetectArchiveFilesAsMediaHelp": "\u041f\u0440\u0438 \u0432\u043a\u043b\u044e\u0447\u0435\u043d\u0438\u0438, \u0444\u0430\u0439\u043b\u044b \u0441 \u0440\u0430\u0441\u0448\u0438\u0440\u0435\u043d\u0438\u044f\u043c\u0438 .RAR \u0438 .ZIP \u0431\u0443\u0434\u0443\u0442 \u043e\u043f\u0440\u0435\u0434\u0435\u043b\u0435\u043d\u044b \u043a\u0430\u043a \u043c\u0435\u0434\u0438\u0430\u0444\u0430\u0439\u043b\u044b.",
|
||||
|
@ -457,14 +457,14 @@
|
|||
"LabelPublicHttpPortHelp": "\u041d\u043e\u043c\u0435\u0440 \u043f\u0443\u0431\u043b\u0438\u0447\u043d\u043e\u0433\u043e \u043f\u043e\u0440\u0442\u0430, \u043a\u043e\u0442\u043e\u0440\u044b\u0439 \u0441\u043e\u043f\u043e\u0441\u0442\u0430\u0432\u043b\u044f\u0435\u0442\u0441\u044f \u0441 \u043b\u043e\u043a\u0430\u043b\u044c\u043d\u044b\u043c HTTP-\u043f\u043e\u0440\u0442\u043e\u043c.",
|
||||
"LabelPublicHttpsPort": "\u041d\u043e\u043c\u0435\u0440 \u043f\u0443\u0431\u043b\u0438\u0447\u043d\u043e\u0433\u043e HTTPS-\u043f\u043e\u0440\u0442\u0430:",
|
||||
"LabelPublicHttpsPortHelp": "\u041d\u043e\u043c\u0435\u0440 \u043f\u0443\u0431\u043b\u0438\u0447\u043d\u043e\u0433\u043e \u043f\u043e\u0440\u0442\u0430, \u043a\u043e\u0442\u043e\u0440\u044b\u0439 \u0441\u043e\u043f\u043e\u0441\u0442\u0430\u0432\u043b\u044f\u0435\u0442\u0441\u044f \u0441 \u043b\u043e\u043a\u0430\u043b\u044c\u043d\u044b\u043c HTTPS-\u043f\u043e\u0440\u0442\u043e\u043c.",
|
||||
"RequireHttps": "Require https for external connections",
|
||||
"RequireHttpsHelp": "If enabled, connections over http will be redirected to https.",
|
||||
"RequireHttps": "\u0422\u0440\u0435\u0431\u043e\u0432\u0430\u0442\u044c HTTPS \u0434\u043b\u044f \u0432\u043d\u0435\u0448\u043d\u0438\u0445 \u0441\u043e\u0435\u0434\u0438\u043d\u0435\u043d\u0438\u0439",
|
||||
"RequireHttpsHelp": "\u041f\u0440\u0438 \u0432\u043a\u043b\u044e\u0447\u0435\u043d\u0438\u0438, \u0441\u043e\u0435\u0434\u0438\u043d\u0435\u043d\u0438\u044f \u043f\u043e HTTP \u043f\u0435\u0440\u0435\u043d\u0430\u043f\u0440\u0430\u0432\u043b\u044f\u044e\u0442\u0441\u044f \u043d\u0430 HTTPS.",
|
||||
"LabelHttpsPort": "\u041d\u043e\u043c\u0435\u0440 \u043b\u043e\u043a\u0430\u043b\u044c\u043d\u043e\u0433\u043e HTTPS-\u043f\u043e\u0440\u0442\u0430:",
|
||||
"LabelHttpsPortHelp": "TCP-\u043f\u043e\u0440\u0442, \u043a\u043e \u043a\u043e\u0442\u043e\u0440\u043e\u043c\u0443 \u0441\u043b\u0435\u0434\u0443\u0435\u0442 \u0441\u043e\u0437\u0434\u0430\u0442\u044c \u043f\u0440\u0438\u0432\u044f\u0437\u043a\u0443 HTTPS-\u0441\u0435\u0440\u0432\u0435\u0440\u0430 Emby.",
|
||||
"LabelEnableAutomaticPortMap": "\u0412\u043a\u043b\u044e\u0447\u0438\u0442\u044c \u0430\u0432\u0442\u043e\u043c\u0430\u0442\u0438\u0447\u0435\u0441\u043a\u043e\u0435 \u0441\u043e\u043f\u043e\u0441\u0442\u0430\u0432\u043b\u0435\u043d\u0438\u0435 \u043f\u043e\u0440\u0442\u043e\u0432",
|
||||
"LabelEnableAutomaticPortMapHelp": "\u041f\u043e\u043f\u044b\u0442\u0430\u0442\u044c\u0441\u044f \u0430\u0432\u0442\u043e\u043c\u0430\u0442\u0438\u0447\u0435\u0441\u043a\u0438 \u0441\u043e\u043f\u043e\u0441\u0442\u0430\u0432\u0438\u0442\u044c \u043f\u0443\u0431\u043b\u0438\u0447\u043d\u044b\u0439 \u043f\u043e\u0440\u0442 \u0441 \u043b\u043e\u043a\u0430\u043b\u044c\u043d\u044b\u043c \u043f\u043e\u0440\u0442\u043e\u043c \u0441 \u043f\u043e\u043c\u043e\u0449\u044c\u044e UPnP. \u042d\u0442\u043e \u043c\u043e\u0436\u0435\u0442 \u043d\u0435 \u0441\u0440\u0430\u0431\u043e\u0442\u0430\u0442\u044c \u0441 \u043d\u0435\u043a\u043e\u0442\u043e\u0440\u044b\u043c\u0438 \u043c\u043e\u0434\u0435\u043b\u044f\u043c\u0438 \u043c\u0430\u0440\u0448\u0440\u0443\u0442\u0438\u0437\u0430\u0442\u043e\u0440\u043e\u0432.",
|
||||
"LabelExternalDDNS": "\u0412\u043d\u0435\u0448\u043d\u0438\u0439 \u0434\u043e\u043c\u0435\u043d:",
|
||||
"LabelExternalDDNSHelp": "\u0415\u0441\u043b\u0438 \u0438\u043c\u0435\u0435\u0442\u0441\u044f \u0434\u0438\u043d\u0430\u043c\u0438\u0447\u0435\u0441\u043a\u0438\u0439 DNS, \u0432\u0432\u0435\u0434\u0438\u0442\u0435 \u0435\u0433\u043e \u0437\u0434\u0435\u0441\u044c. \u042d\u0442\u043e \u0431\u0443\u0434\u0435\u0442 \u0438\u0441\u043f\u043e\u043b\u044c\u0437\u043e\u0432\u0430\u0442\u044c\u0441\u044f Emby-\u043f\u0440\u0438\u043b\u043e\u0436\u0435\u043d\u0438\u044f\u043c\u0438 \u043f\u0440\u0438 \u0443\u0434\u0430\u043b\u0435\u043d\u043d\u043e\u043c \u043f\u043e\u0434\u043a\u043b\u044e\u0447\u0435\u043d\u0438\u0438. \u042d\u0442\u043e \u043f\u043e\u043b\u0435 \u0442\u0440\u0435\u0431\u0443\u0435\u0442\u0441\u044f, \u043a\u043e\u0433\u0434\u0430 \u0438\u0441\u043f\u043e\u043b\u044c\u0437\u0443\u0435\u0442\u0441\u044f \u0432\u043c\u0435\u0441\u0442\u0435 \u0441 \u043f\u043e\u043b\u044c\u0437\u043e\u0432\u0430\u0442\u0435\u043b\u044c\u0441\u043a\u0438\u043c ssl-\u0441\u0435\u0440\u0442\u0438\u0444\u0438\u043a\u0430\u0442\u043e\u043c.",
|
||||
"LabelExternalDDNSHelp": "\u0415\u0441\u043b\u0438 \u0438\u043c\u0435\u0435\u0442\u0441\u044f \u0434\u0438\u043d\u0430\u043c\u0438\u0447\u0435\u0441\u043a\u0438\u0439 DNS, \u0432\u0432\u0435\u0434\u0438\u0442\u0435 \u0435\u0433\u043e \u0437\u0434\u0435\u0441\u044c. \u042d\u0442\u043e \u0431\u0443\u0434\u0435\u0442 \u0438\u0441\u043f\u043e\u043b\u044c\u0437\u043e\u0432\u0430\u0442\u044c\u0441\u044f Emby-\u043f\u0440\u0438\u043b\u043e\u0436\u0435\u043d\u0438\u044f\u043c\u0438 \u043f\u0440\u0438 \u0443\u0434\u0430\u043b\u0435\u043d\u043d\u043e\u043c \u043f\u043e\u0434\u043a\u043b\u044e\u0447\u0435\u043d\u0438\u0438. \u042d\u0442\u043e \u043f\u043e\u043b\u0435 \u0442\u0440\u0435\u0431\u0443\u0435\u0442\u0441\u044f, \u043a\u043e\u0433\u0434\u0430 \u0438\u0441\u043f\u043e\u043b\u044c\u0437\u0443\u0435\u0442\u0441\u044f \u0432\u043c\u0435\u0441\u0442\u0435 \u0441 \u043f\u043e\u043b\u044c\u0437\u043e\u0432\u0430\u0442\u0435\u043b\u044c\u0441\u043a\u0438\u043c ssl-\u0441\u0435\u0440\u0442\u0438\u0444\u0438\u043a\u0430\u0442\u043e\u043c. \u041d\u0430\u043f\u0440\u0438\u043c\u0435\u0440: mydomain.com.",
|
||||
"TitleAppSettings": "\u041f\u0430\u0440\u0430\u043c\u0435\u0442\u0440\u044b \u043f\u0440\u0438\u043b\u043e\u0436\u0435\u043d\u0438\u044f",
|
||||
"LabelMinResumePercentage": "\u041c\u0438\u043d. \u0434\u043e\u043b\u044f \u0434\u043b\u044f \u0432\u043e\u0437\u043e\u0431\u043d\u043e\u0432\u043b\u0435\u043d\u0438\u044f, %:",
|
||||
"LabelMaxResumePercentage": "\u041c\u0430\u043a\u0441. \u0434\u043e\u043b\u044f \u0434\u043b\u044f \u0432\u043e\u0437\u043e\u0431\u043d\u043e\u0432\u043b\u0435\u043d\u0438\u044f, %:",
|
||||
|
@ -1938,7 +1938,7 @@
|
|||
"ScanLibrary": "\u0421\u043a\u0430\u043d\u0438\u0440\u043e\u0432\u0430\u0442\u044c \u043c\u0435\u0434\u0438\u0430\u0442\u0435\u043a\u0443",
|
||||
"EnableStreamLooping": "\u0410\u0432\u0442\u043e\u0446\u0438\u043a\u043b\u0438\u0440\u043e\u0432\u0430\u043d\u0438\u0435 \u0442\u0440\u0430\u043d\u0441\u043b\u044f\u0446\u0438\u0439",
|
||||
"EnableStreamLoopingHelp": "\u0412\u043a\u043b\u044e\u0447\u0438\u0442\u0435 \u044d\u0442\u043e, \u0435\u0441\u043b\u0438 \u0442\u0440\u0430\u043d\u0441\u043b\u044f\u0446\u0438\u0438 \u0441\u043e\u0434\u0435\u0440\u0436\u0430\u0442 \u0434\u0430\u043d\u043d\u044b\u0435 \u0442\u043e\u043b\u044c\u043a\u043e \u043d\u0430 \u043d\u0435\u0441\u043a\u043e\u043b\u044c\u043a\u043e \u0441\u0435\u043a\u0443\u043d\u0434 \u0438 \u043d\u0435\u043e\u0431\u0445\u043e\u0434\u0438\u043c\u043e \u043d\u0435\u043f\u0440\u0435\u0440\u044b\u0432\u043d\u043e \u0438\u0445 \u0437\u0430\u043f\u0440\u0430\u0448\u0438\u0432\u0430\u0442\u044c.",
|
||||
"HttpsRequiresCert": "\u0427\u0442\u043e\u0431\u044b \u0432\u043a\u043b\u044e\u0447\u0438\u0442\u044c \u0438\u0437\u0432\u0435\u0449\u0435\u043d\u0438\u0435, \u0447\u0442\u043e \u043f\u0440\u043e\u0442\u043e\u043a\u043e\u043b HTTPS \u044f\u0432\u043b\u044f\u0435\u0442\u0441\u044f \u0432\u0430\u0448\u0438\u043c \u0432\u043d\u0435\u0448\u043d\u0438\u043c \u0430\u0434\u0440\u0435\u0441\u043e\u043c, \u0432\u0430\u043c \u043d\u0435\u043e\u0431\u0445\u043e\u0434\u0438\u043c\u043e \u043f\u0440\u0435\u0434\u043e\u0441\u0442\u0430\u0432\u0438\u0442\u044c \u0434\u043e\u0432\u0435\u0440\u0435\u043d\u043d\u044b\u0439 \u0441\u0435\u0440\u0442\u0438\u0444\u0438\u043a\u0430\u0442 SSL, \u043d\u0430\u043f\u0440\u0438\u043c\u0435\u0440, Lets\u00a0Encrypt.",
|
||||
"HttpsRequiresCert": "\u0427\u0442\u043e\u0431\u044b \u043f\u043e\u0442\u0440\u0435\u0431\u043e\u0432\u0430\u0442\u044c HTTPS \u0434\u043b\u044f \u0432\u043d\u0435\u0448\u043d\u0438\u0445 \u043f\u043e\u0434\u043a\u043b\u044e\u0447\u0435\u043d\u0438\u0439, \u0432\u0430\u043c \u043d\u0443\u0436\u043d\u043e \u0431\u0443\u0434\u0435\u0442 \u043f\u0440\u0435\u0434\u043e\u0441\u0442\u0430\u0432\u0438\u0442\u044c \u0434\u043e\u0432\u0435\u0440\u0435\u043d\u043d\u044b\u0439 SSL-c\u0435\u0440\u0442\u0438\u0444\u0438\u043a\u0430\u0442, \u043d\u0430\u043f\u0440\u0438\u043c\u0435\u0440 Lets Encrypt.",
|
||||
"HeaderLatestDownloadedVideos": "\u041d\u043e\u0432\u0435\u0439\u0448\u0438\u0435 \u0437\u0430\u0433\u0440\u0443\u0436\u0435\u043d\u043d\u044b\u0435 \u0432\u0438\u0434\u0435\u043e",
|
||||
"EnableNextVideoInfoOverlay": "\u0412\u043a\u043b\u044e\u0447\u0430\u0442\u044c \u0432\u043e \u0432\u0440\u0435\u043c\u044f \u0432\u043e\u0441\u043f\u0440\u043e\u0438\u0437\u0432\u0435\u0434\u0435\u043d\u0438\u044f \u0441\u0432\u0435\u0434\u0435\u043d\u0438\u044f \u043e \u043f\u043e\u0441\u043b\u0435\u0434\u0443\u044e\u0449\u0435\u043c \u0432\u0438\u0434\u0435\u043e",
|
||||
"EnableNextVideoInfoOverlayHelp": "\u0412 \u043a\u043e\u043d\u0446\u0435 \u0432\u0438\u0434\u0435\u043e \u043e\u0442\u043e\u0431\u0440\u0430\u0436\u0430\u0442\u044c \u0438\u043d\u0444\u043e\u0440\u043c\u0430\u0446\u0438\u044e \u043e \u043f\u043e\u0441\u043b\u0435\u0434\u0443\u044e\u0449\u0435\u043c \u0432\u0438\u0434\u0435\u043e \u0432 \u0442\u0435\u043a\u0443\u0449\u0435\u043c \u043f\u043b\u0435\u0439-\u043b\u0438\u0441\u0442\u0435.",
|
||||
|
|
|
@ -1963,7 +1963,7 @@
|
|||
"MessageSubCancelError": "Something went wrong trying to cancel. Please send an email to {0} and we'll get you squared away.",
|
||||
"LabelAlreadyCancelled": "This subscription has been cancelled. You will not be charged again but the features will work until the date above.",
|
||||
"AllowOnTheFlySubtitleExtraction": "Till\u00e5t undertextsextrahering under uppspelning",
|
||||
"AllowOnTheFlySubtitleExtractionHelp": "Embedded subtitles can be extracted from videos and delivered to Emby apps in plain text in order to help prevent video transcoding. On some systems this can take a long time and cause video playback to stall during the extraction process. Disable this to have embedded subtitles burned in with video transcoding when they are not natively supported by the client device.",
|
||||
"AllowOnTheFlySubtitleExtractionHelp": "Inb\u00e4ddade undertexter kan extraheras ur videor och skickas till Emby-appar i textformat f\u00f6r att f\u00f6rhindra omkodning. I vissa system kan detta ta en l\u00e5ng tid och stoppa videouppspelningen under extraheringsprocessen. Avaktivera detta f\u00f6r att br\u00e4nna in inb\u00e4ddade undertexter genom omkodning n\u00e4r de inte st\u00f6ds av klienten.",
|
||||
"ButtonStopRecording": "Stop Recording",
|
||||
"StopRecording": "Stop recording",
|
||||
"CancelSeries": "Cancel series"
|
||||
|
|
|
@ -9,8 +9,8 @@
|
|||
"ButtonQuickStartGuide": "\u5feb\u901f\u5165\u95e8\u6307\u5357",
|
||||
"LabelYourFirstName": "\u4f60\u7684\u540d\u5b57\uff1a",
|
||||
"MoreUsersCanBeAddedLater": "\u7a0d\u540e\u53ef\u4ee5\u5728\u63a7\u5236\u53f0\u4e2d\u6dfb\u52a0\u66f4\u591a\u7528\u6237\u3002",
|
||||
"UserProfilesIntro": "Emby \u96c6\u6210\u4e86\u7528\u6237\u8d44\u6599\u7684\u652f\u6301\uff0c\u5141\u8bb8\u6bcf\u4e2a\u7528\u6237\u914d\u7f6e\u81ea\u5df1\u7684\u663e\u793a\u8bbe\u7f6e\u3001\u64ad\u653e\u6a21\u5f0f\u548c\u5bb6\u957f\u63a7\u5236\u3002",
|
||||
"WizardCompleted": "\u73b0\u5df2\u5b8c\u6210\u3002Emby \u5f00\u59cb\u6536\u96c6\u4f60\u7684\u5a92\u4f53\u5e93\u4fe1\u606f\u3002\u770b\u770b\u6211\u4eec\u7684\u5e94\u7528\u7a0b\u5e8f\uff0c \u70b9\u51fb <b>\u7ed3\u675f<\/b> \u6765\u6d4f\u89c8 <b>\u670d\u52a1\u5668\u63a7\u5236\u53f0<\/b>\u3002",
|
||||
"UserProfilesIntro": "Emby \u96c6\u6210\u4e86\u5bf9\u7528\u6237\u8d44\u6599\u7684\u652f\u6301\uff0c\u5141\u8bb8\u6bcf\u4e2a\u7528\u6237\u5206\u522b\u914d\u7f6e\u81ea\u5df1\u7684\u663e\u793a\u8bbe\u7f6e\u3001\u64ad\u653e\u6a21\u5f0f\u548c\u5bb6\u957f\u63a7\u5236\u3002",
|
||||
"WizardCompleted": "\u73b0\u5df2\u5b8c\u6210\u3002Emby \u5df2\u5f00\u59cb\u6536\u96c6\u4f60\u7684\u5a92\u4f53\u5e93\u4fe1\u606f\u3002\u4e86\u89e3\u4e00\u4e0b\u6211\u4eec\u63a8\u51fa\u7684\u5176\u4ed6\u5e94\u7528\uff0c\u7136\u540e\u70b9\u51fb<b>\u7ed3\u675f<\/b>\u6765\u6d4f\u89c8<b>\u670d\u52a1\u5668\u63a7\u5236\u53f0<\/b>\u3002",
|
||||
"LabelConfigureSettings": "\u914d\u7f6e\u8bbe\u7f6e",
|
||||
"HeaderTermsOfService": "Emby \u670d\u52a1\u6761\u6b3e",
|
||||
"MessagePleaseAcceptTermsOfService": "\u7ee7\u7eed\u4e4b\u524d\u8bf7\u63a5\u53d7\u670d\u52a1\u548c\u9690\u79c1\u653f\u7b56\u6761\u6b3e\u3002",
|
||||
|
@ -19,9 +19,9 @@
|
|||
"ButtonTermsOfService": "\u670d\u52a1\u6761\u6b3e",
|
||||
"ButtonConvertMedia": "\u5a92\u4f53\u8f6c\u6362",
|
||||
"ButtonOrganize": "\u6574\u7406",
|
||||
"HeaderSupporterBenefits": "Emby Premiere \u76ca\u5904",
|
||||
"HeaderSupporterBenefits": "Emby Premiere \u7279\u6743",
|
||||
"HeaderAddUser": "\u6dfb\u52a0\u7528\u6237",
|
||||
"LabelAddConnectSupporterHelp": "\u6dfb\u52a0\u4e00\u4e2a\u6ca1\u6709\u5728\u5217\u8868\u5185\u7684\u7528\u6237\uff0c\u4f60\u9700\u8981\u5148\u5c06\u8be5\u8d26\u6237\u4ece\u4ed6\u4eec\u7684\u7528\u6237\u914d\u7f6e\u9875\u9762\u94fe\u63a5\u5230Emby Connect\u3002",
|
||||
"LabelAddConnectSupporterHelp": "\u5982\u679c\u8981\u6dfb\u52a0\u4e00\u4e2a\u4e0d\u5728\u5217\u8868\u5185\u7684\u7528\u6237\uff0c\u4f60\u9700\u8981\u5148\u5728\u4ed6\u4eec\u7684\u7528\u6237\u914d\u7f6e\u9875\u9762\u5c06\u8be5\u8d26\u6237\u8fde\u63a5\u5230 Emby Connect\u3002",
|
||||
"LabelPinCode": "PIN \u7801\uff1a",
|
||||
"OptionHideWatchedContentFromLatestMedia": "\u4ece\u6700\u65b0\u5a92\u4f53\u4e2d\u9690\u85cf\u5df2\u89c2\u770b\u7684\u5185\u5bb9",
|
||||
"DeleteMedia": "\u5220\u9664\u5a92\u4f53",
|
||||
|
@ -41,45 +41,45 @@
|
|||
"HeaderPaths": "\u8def\u5f84",
|
||||
"CategorySync": "\u540c\u6b65",
|
||||
"TabPlaylist": "\u64ad\u653e\u5217\u8868",
|
||||
"HeaderInstantMix": "\u5373\u65f6\u6df7\u97f3",
|
||||
"HeaderEasyPinCode": "\u7b80\u6613Pin\u7801",
|
||||
"HeaderInstantMix": "\u901f\u6210\u5408\u8f91",
|
||||
"HeaderEasyPinCode": "\u7b80\u5355 PIN \u7801",
|
||||
"HeaderInstalledServices": "\u5df2\u5b89\u88c5\u670d\u52a1",
|
||||
"HeaderAvailableServices": "\u53ef\u7528\u670d\u52a1",
|
||||
"MessageNoServicesInstalled": "\u76ee\u524d\u6ca1\u6709\u5b89\u88c5\u670d\u52a1\u3002",
|
||||
"HeaderToAccessPleaseEnterEasyPinCode": "\u8bf7\u8f93\u5165\u7b80\u6613pin\u7801\u6765\u8bbf\u95ee\n",
|
||||
"ButtonConfigurePinCode": "\u914d\u7f6e\u7b80\u6613PIN\u7801\uff1a",
|
||||
"RegisterWithPayPal": "\u6ce8\u518cPayPal",
|
||||
"HeaderToAccessPleaseEnterEasyPinCode": "\u8bf7\u8f93\u5165\u7b80\u5355 PIN \u7801\u6765\u8bbf\u95ee",
|
||||
"ButtonConfigurePinCode": "\u914d\u7f6e\u7b80\u5355 PIN \u7801",
|
||||
"RegisterWithPayPal": "\u4f7f\u7528 PayPal \u6ce8\u518c",
|
||||
"LabelSyncTempPath": "\u4e34\u65f6\u6587\u4ef6\u8def\u5f84\uff1a",
|
||||
"LabelSyncTempPathHelp": "\u6307\u5b9a\u540c\u6b65\u65f6\u7684\u5de5\u4f5c\u6587\u4ef6\u5939\u3002\u5728\u540c\u6b65\u8fc7\u7a0b\u4e2d\u521b\u5efa\u7684\u8f6c\u6362\u5a92\u4f53\u6587\u4ef6\u5c06\u88ab\u5b58\u653e\u5728\u8fd9\u91cc\u3002",
|
||||
"LabelCustomCertificatePath": "\u81ea\u5b9a\u4e49\u8bc1\u4e66\u8def\u5f84\uff1a",
|
||||
"LabelCustomCertificatePathHelp": "\u63d0\u4f9b\u60a8\u81ea\u5df1\u7684SSL\u8bc1\u4e66 .PFX \u6587\u4ef6\u3002\u5982\u679c\u7701\u7565\uff0c\u670d\u52a1\u5668\u5c06\u521b\u5efa\u4e00\u4e2a\u81ea\u7b7e\u540d\u8bc1\u4e66\u3002",
|
||||
"LabelCustomCertificatePath": "\u81ea\u5b9a\u4e49 SSL \u8bc1\u4e66\u8def\u5f84\uff1a",
|
||||
"LabelCustomCertificatePathHelp": "\u63d0\u4f9b\u60a8\u81ea\u5df1\u7684 SSL \u8bc1\u4e66\u6587\u4ef6\uff08.PFX \u683c\u5f0f\uff09\u3002",
|
||||
"TitleNotifications": "\u901a\u77e5",
|
||||
"OptionDetectArchiveFilesAsMedia": "\u628a\u538b\u7f29\u6587\u4ef6\u4f5c\u4e3a\u5a92\u4f53\u6587\u4ef6\u68c0\u6d4b",
|
||||
"OptionDetectArchiveFilesAsMediaHelp": "\u5982\u679c\u542f\u7528\uff0c\u4e0e.RAR\u548c.zip\u6269\u5c55\u540d\u7684\u6587\u4ef6\u5c06\u88ab\u68c0\u6d4b\u4e3a\u5a92\u4f53\u6587\u4ef6\u3002",
|
||||
"LabelEnterConnectUserName": "\u7528\u6237\u540d\u6216email\uff1a",
|
||||
"LabelEnterConnectUserNameHelp": "\u8fd9\u662f\u60a8\u7684Emby\u5728\u7ebf\u8d26\u6237\u7684\u7528\u6237\u540d\u6216email\uff1a",
|
||||
"HeaderSyncJobInfo": "\u540c\u6b65\u4f5c\u4e1a",
|
||||
"FolderTypeMixed": "\u6df7\u5408\u5185\u5bb9",
|
||||
"OptionDetectArchiveFilesAsMedia": "\u68c0\u6d4b\u5a92\u4f53\u6587\u4ef6\u65f6\u5305\u62ec\u538b\u7f29\u6587\u4ef6",
|
||||
"OptionDetectArchiveFilesAsMediaHelp": "\u5982\u679c\u542f\u7528\uff0c\u6269\u5c55\u540d\u4e3a RAR \u548c ZIP \u7684\u6587\u4ef6\u5c06\u88ab\u68c0\u6d4b\u4e3a\u5a92\u4f53\u6587\u4ef6\u3002",
|
||||
"LabelEnterConnectUserName": "\u7528\u6237\u540d\u6216\u90ae\u7bb1\u5730\u5740\uff1a",
|
||||
"LabelEnterConnectUserNameHelp": "\u8fd9\u662f\u60a8\u7684 Emby \u5728\u7ebf\u8d26\u6237\u7684\u7528\u6237\u540d\u6216\u90ae\u7bb1\u5730\u5740\u3002",
|
||||
"HeaderSyncJobInfo": "\u540c\u6b65\u4efb\u52a1",
|
||||
"FolderTypeMixed": "\u5404\u7c7b\u5185\u5bb9",
|
||||
"FolderTypeMovies": "\u7535\u5f71",
|
||||
"FolderTypeMusic": "\u97f3\u4e50",
|
||||
"FolderTypePhotos": "\u56fe\u7247",
|
||||
"FolderTypeMusicVideos": "\u97f3\u4e50\u89c6\u9891",
|
||||
"FolderTypeMusicVideos": "MV",
|
||||
"FolderTypeGames": "\u6e38\u620f",
|
||||
"FolderTypeBooks": "\u6709\u58f0\u8bfb\u7269",
|
||||
"FolderTypeTvShows": "\u7535\u89c6",
|
||||
"FolderTypeInherit": "\u7ee7\u627f",
|
||||
"LabelContentType": "\u5185\u5bb9\u7c7b\u578b",
|
||||
"LabelContentType": "\u5185\u5bb9\u7c7b\u578b\uff1a",
|
||||
"TitleScheduledTasks": "\u8ba1\u5212\u4efb\u52a1",
|
||||
"HeaderSetupLibrary": "\u8bbe\u7f6e\u60a8\u7684\u5a92\u4f53\u5e93",
|
||||
"LabelFolderType": "\u6587\u4ef6\u5939\u7c7b\u578b\uff1a",
|
||||
"LabelCountry": "\u56fd\u5bb6\uff1a",
|
||||
"LabelLanguage": "\u8bed\u8a00\uff1a",
|
||||
"LabelTimeLimitHours": "\u65f6\u95f4\u9650\u5236 (\u5c0f\u65f6):",
|
||||
"LabelTimeLimitHours": "\u65f6\u95f4\u9650\u5236\uff08\u5c0f\u65f6\uff09\uff1a",
|
||||
"HeaderPreferredMetadataLanguage": "\u9996\u9009\u5a92\u4f53\u8d44\u6599\u8bed\u8a00\uff1a",
|
||||
"LabelSaveLocalMetadata": "\u4fdd\u5b58\u5a92\u4f53\u56fe\u50cf\u53ca\u8d44\u6599\u5230\u5a92\u4f53\u6240\u5728\u6587\u4ef6\u5939",
|
||||
"LabelSaveLocalMetadataHelp": "\u76f4\u63a5\u4fdd\u5b58\u5a92\u4f53\u56fe\u50cf\u53ca\u8d44\u6599\u5230\u5a92\u4f53\u6240\u5728\u6587\u4ef6\u5939\u4ee5\u65b9\u4fbf\u7f16\u8f91\u3002",
|
||||
"LabelDownloadInternetMetadata": "\u4ece\u4e92\u8054\u7f51\u4e0b\u8f7d\u5a92\u4f53\u56fe\u50cf\u53ca\u8d44\u6599",
|
||||
"LabelDownloadInternetMetadataHelp": "Emby\u670d\u52a1\u5668\uff0c\u53ef\u4ee5\u4e0b\u8f7d\u6709\u5173\u60a8\u7684\u5a92\u4f53\u4fe1\u606f\u548c\u6d77\u62a5\u56fe\u7247\u7b49\uff0c\u4ee5\u4fbf\u8fdb\u884c\u4e30\u5bcc\u8be6\u7ec6\u7684\u663e\u793a\u5177\u4f53\u4fe1\u606f\u3002",
|
||||
"LabelSaveLocalMetadata": "\u5c06\u5a92\u4f53\u56fe\u50cf\u548c\u8d44\u6599\u4fdd\u5b58\u5230\u5a92\u4f53\u6240\u5728\u6587\u4ef6\u5939",
|
||||
"LabelSaveLocalMetadataHelp": "\u76f4\u63a5\u5c06\u5a92\u4f53\u56fe\u50cf\u548c\u8d44\u6599\u4fdd\u5b58\u5230\u5a92\u4f53\u6240\u5728\u6587\u4ef6\u5939\u4ee5\u65b9\u4fbf\u7f16\u8f91\u3002",
|
||||
"LabelDownloadInternetMetadata": "\u4ece\u7f51\u7edc\u4e0a\u4e0b\u8f7d\u5a92\u4f53\u56fe\u50cf\u548c\u8d44\u6599",
|
||||
"LabelDownloadInternetMetadataHelp": "Emby \u670d\u52a1\u5668\u53ef\u4ee5\u4e0b\u8f7d\u6709\u5173\u60a8\u7684\u5a92\u4f53\u7684\u4fe1\u606f\u548c\u6d77\u62a5\u56fe\u7247\u7b49\uff0c\u4f7f\u8d44\u6599\u663e\u793a\u66f4\u52a0\u4e30\u5bcc\u3002",
|
||||
"TabPassword": "\u5bc6\u7801",
|
||||
"TabLibraryAccess": "\u5a92\u4f53\u5e93\u8bbf\u95ee\u6743\u9650",
|
||||
"TabAccess": "\u8bbf\u95ee",
|
||||
|
@ -90,28 +90,28 @@
|
|||
"TabNotifications": "\u901a\u77e5",
|
||||
"TabCollectionTitles": "\u6807\u9898",
|
||||
"HeaderDeviceAccess": "\u8bbe\u5907\u8bbf\u95ee",
|
||||
"OptionEnableAccessFromAllDevices": "\u542f\u7528\u6240\u6709\u8bbe\u5907\u53ef\u4ee5\u8bbf\u95ee",
|
||||
"OptionEnableAccessToAllChannels": "\u542f\u7528\u6240\u6709\u9891\u9053\u53ef\u4ee5\u8bbf\u95ee",
|
||||
"OptionEnableAccessToAllLibraries": "\u542f\u7528\u6240\u6709\u5a92\u4f53\u5e93\u53ef\u4ee5\u8bbf\u95ee",
|
||||
"DeviceAccessHelp": "\u8fd9\u4ec5\u9002\u7528\u4e8e\u53ef\u4ee5\u552f\u4e00\u6807\u8bc6\u7684\u8bbe\u5907\uff0c\u5e76\u4e14\u4e0d\u4f1a\u963b\u6b62\u6d4f\u89c8\u5668\u8bbf\u95ee\u3002\u8fc7\u6ee4\u7528\u6237\u8bbe\u5907\u8bbf\u95ee\u5c06\u963b\u6b62\u4ed6\u4eec\u4f7f\u7528\u65b0\u8bbe\u5907\uff0c\u76f4\u5230\u5b83\u4eec\u88ab\u6279\u51c6\u4e3a\u6b62\u3002",
|
||||
"OptionEnableAccessFromAllDevices": "\u5141\u8bb8\u6240\u6709\u8bbe\u5907\u8bbf\u95ee",
|
||||
"OptionEnableAccessToAllChannels": "\u5141\u8bb8\u8bbf\u95ee\u6240\u6709\u9891\u9053",
|
||||
"OptionEnableAccessToAllLibraries": "\u5141\u8bb8\u8bbf\u95ee\u6240\u6709\u5a92\u4f53\u5e93",
|
||||
"DeviceAccessHelp": "\u8fd9\u4ec5\u9002\u7528\u4e8e\u53ef\u4ee5\u552f\u4e00\u6807\u8bc6\u7684\u8bbe\u5907\uff0c\u800c\u4e0d\u4f1a\u963b\u6b62\u6d4f\u89c8\u5668\u8bbf\u95ee\u3002\u9650\u5236\u7528\u6237\u8bbe\u5907\u8bbf\u95ee\u4f1a\u963b\u6b62\u4f7f\u7528\u672a\u5728\u6b64\u88ab\u6279\u51c6\u7684\u65b0\u589e\u8bbe\u5907\u3002",
|
||||
"LabelDisplayMissingEpisodesWithinSeasons": "\u663e\u793a\u6bcf\u5b63\u91cc\u7f3a\u5c11\u7684\u5267\u96c6",
|
||||
"LabelDisplayMissingEpisodesWithinSeasonsHelp": "This must also be enabled for TV libraries in Emby Server setup.",
|
||||
"LabelUnairedMissingEpisodesWithinSeasons": "\u663e\u793a\u6bcf\u5b63\u91cc\u672a\u53d1\u5e03\u7684\u5267\u96c6",
|
||||
"ImportMissingEpisodesHelp": "If enabled, information about missing episodes will be imported into your Emby database and displayed within seasons and series. This may cause significantly longer library scans.",
|
||||
"MessageEnablingOptionLongerScans": "Enabling this option may result in significantly longer library scans.",
|
||||
"LabelUnairedMissingEpisodesWithinSeasons": "\u663e\u793a\u6bcf\u5b63\u91cc\u5c1a\u672a\u653e\u9001\u7684\u5267\u96c6",
|
||||
"ImportMissingEpisodesHelp": "\u5982\u679c\u542f\u7528\uff0c\u4f1a\u5c06\u7f3a\u5c11\u7684\u5267\u96c6\u4fe1\u606f\u5bfc\u5165\u5230\u4f60\u7684 Emby \u6570\u636e\u5e93\u5e76\u5206\u5b63\u5206\u5267\u663e\u793a\u3002\u53ef\u80fd\u4f1a\u5927\u5927\u5ef6\u957f\u5a92\u4f53\u5e93\u626b\u63cf\u65f6\u95f4\u3002",
|
||||
"MessageEnablingOptionLongerScans": "\u542f\u7528\u6b64\u9009\u9879\u53ef\u80fd\u4f1a\u5927\u5927\u5ef6\u957f\u5a92\u4f53\u5e93\u626b\u63cf\u65f6\u95f4\u3002",
|
||||
"HeaderVideoPlaybackSettings": "\u89c6\u9891\u56de\u653e\u8bbe\u7f6e",
|
||||
"OptionDownloadInternetMetadataTvPrograms": "Download internet metadata for programs listed in the guide",
|
||||
"HeaderPlaybackSettings": "\u64ad\u653e\u8bbe\u7f6e",
|
||||
"LabelAudioLanguagePreference": "\u97f3\u9891\u8bed\u8a00\u504f\u597d\u8bbe\u7f6e",
|
||||
"LabelSubtitleLanguagePreference": "\u5b57\u5e55\u8bed\u8a00\u504f\u597d\u8bbe\u7f6e",
|
||||
"LabelAudioLanguagePreference": "\u97f3\u9891\u8bed\u8a00\u504f\u597d\u8bbe\u7f6e\uff1a",
|
||||
"LabelSubtitleLanguagePreference": "\u5b57\u5e55\u8bed\u8a00\u504f\u597d\u8bbe\u7f6e\uff1a",
|
||||
"OptionDefaultSubtitles": "\u9ed8\u8ba4",
|
||||
"OptionSmartSubtitles": "\u667a\u80fd",
|
||||
"OptionSmartSubtitlesHelp": "Subtitles matching the language preference will be loaded when the audio is in a foreign language.",
|
||||
"OptionOnlyForcedSubtitles": "\u4ec5\u7528\u5f3a\u5236\u5b57\u5e55",
|
||||
"OptionSmartSubtitlesHelp": "\u5982\u679c\u97f3\u8f68\u662f\u5916\u8bed\uff0c\u5c06\u4f1a\u52a0\u8f7d\u504f\u597d\u8bed\u8a00\u7684\u5b57\u5e55\u3002",
|
||||
"OptionOnlyForcedSubtitles": "\u4ec5\u663e\u793a\u5f3a\u5236\u5b57\u5e55",
|
||||
"OptionAlwaysPlaySubtitles": "\u603b\u662f\u64ad\u653e\u5b57\u5e55",
|
||||
"OptionDefaultSubtitlesHelp": "Subtitles are loaded based on the default and forced flags in the embedded metadata. Language preferences are considered when multiple options are available.",
|
||||
"OptionOnlyForcedSubtitlesHelp": "\u53ea\u6709\u5b57\u5e55\u6807\u8bb0\u4e3a\u5f3a\u5236\u5c06\u88ab\u52a0\u8f7d\u3002",
|
||||
"OptionAlwaysPlaySubtitlesHelp": "\u5339\u914d\u5b57\u5e55\u8bed\u8a00\u504f\u597d\uff0c\u65e0\u8bba\u97f3\u9891\u662f\u4ec0\u4e48\u8bed\u5b57\u5e55\u90fd\u5c06\u88ab\u52a0\u8f7d\u3002",
|
||||
"OptionDefaultSubtitlesHelp": "\u5b57\u5e55\u662f\u5426\u663e\u793a\u4f1a\u6839\u636e\u5185\u7f6e\u7684\u5a92\u4f53\u4fe1\u606f\u4e2d\u7684\u9ed8\u8ba4\/\u5f3a\u5236\u6807\u5fd7\u6765\u5224\u65ad\u3002\u5982\u679c\u6709\u591a\u4e2a\u5b57\u5e55\uff0c\u5c06\u4f1a\u53c2\u8003\u8bed\u8a00\u504f\u597d\u8bbe\u7f6e\u3002",
|
||||
"OptionOnlyForcedSubtitlesHelp": "\u53ea\u4f1a\u52a0\u8f7d\u663e\u793a\u6807\u8bb0\u4e3a\u5f3a\u5236\u7684\u5b57\u5e55\u3002",
|
||||
"OptionAlwaysPlaySubtitlesHelp": "\u5ffd\u7565\u97f3\u8f68\u8bed\u8a00\uff0c\u603b\u662f\u52a0\u8f7d\u5339\u914d\u504f\u597d\u8bed\u8a00\u7684\u5b57\u5e55\u3002",
|
||||
"OptionNoSubtitlesHelp": "\u5b57\u5e55\u5c06\u4e0d\u4f1a\u88ab\u9ed8\u8ba4\u52a0\u8f7d\u3002",
|
||||
"TabProfiles": "\u914d\u7f6e",
|
||||
"TabSecurity": "\u5b89\u5168\u6027",
|
||||
|
@ -119,24 +119,24 @@
|
|||
"ButtonInviteUser": "\u9080\u8bf7\u7528\u6237",
|
||||
"ButtonSave": "\u50a8\u5b58",
|
||||
"ButtonResetPassword": "\u91cd\u7f6e\u5bc6\u7801",
|
||||
"LabelUrl": "Url:",
|
||||
"LabelUrl": "URL\uff1a",
|
||||
"LabelNewPassword": "\u65b0\u5bc6\u7801\uff1a",
|
||||
"LabelNewPasswordConfirm": "\u65b0\u5bc6\u7801\u786e\u8ba4\uff1a",
|
||||
"HeaderCreatePassword": "\u521b\u5efa\u5bc6\u7801",
|
||||
"LabelCurrentPassword": "\u5f53\u524d\u5bc6\u7801\u3002",
|
||||
"LabelCurrentPassword": "\u5f53\u524d\u5bc6\u7801\uff1a",
|
||||
"LabelMaxParentalRating": "\u6700\u5927\u5141\u8bb8\u7684\u5bb6\u957f\u8bc4\u7ea7\uff1a",
|
||||
"MaxParentalRatingHelp": "\u9ad8\u7ea7\u522b\u5185\u5bb9\u5c06\u5bf9\u6b64\u7528\u6237\u9690\u85cf\u3002",
|
||||
"LibraryAccessHelp": "\u9009\u62e9\u5171\u4eab\u7ed9\u6b64\u7528\u6237\u7684\u5a92\u4f53\u6587\u4ef6\u5939\u3002\u7ba1\u7406\u5458\u80fd\u4f7f\u7528\u5a92\u4f53\u8d44\u6599\u7ba1\u7406\u5668\u6765\u7f16\u8f91\u6240\u6709\u6587\u4ef6\u5939\u3002",
|
||||
"ChannelAccessHelp": "\u9009\u62e9\u5171\u4eab\u7ed9\u6b64\u7528\u6237\u7684\u9891\u9053\u3002\u7ba1\u7406\u5458\u80fd\u4f7f\u7528\u5a92\u4f53\u8d44\u6599\u7ba1\u7406\u5668\u6765\u7f16\u8f91\u6240\u6709\u9891\u9053\u3002",
|
||||
"ButtonDeleteImage": "\u5220\u9664\u56fe\u7247",
|
||||
"LabelSelectUsers": "\u9009\u62e9\u7528\u6237\uff1a",
|
||||
"ButtonUpload": "\u4e0a\u8f7d",
|
||||
"HeaderUploadNewImage": "\u4e0a\u8f7d\u65b0\u56fe\u7247",
|
||||
"ImageUploadAspectRatioHelp": "\u63a8\u8350\u4f7f\u7528\u957f\u5bbd\u6bd41:1\u7684\u56fe\u7247\u3002 \u683c\u5f0f\u4ec5\u9650JPG \/ PNG\u3002",
|
||||
"MessageNothingHere": "\u8fd9\u513f\u4ec0\u4e48\u90fd\u6ca1\u6709\u3002",
|
||||
"MessagePleaseEnsureInternetMetadata": "\u8bf7\u786e\u4fdd\u5df2\u542f\u7528\u4ece\u4e92\u8054\u7f51\u4e0b\u8f7d\u5a92\u4f53\u8d44\u6599\u3002",
|
||||
"AlreadyPaidHelp1": "If you already paid to install an older version of Media Browser for Android, you don't need to pay again in order to activate this app. Click OK to send us an email at {0} and we'll get it activated for you.",
|
||||
"AlreadyPaidHelp2": "Got Emby Premiere? Just cancel this dialog, setup Emby Premiere in your Emby Server Dashboard under Help -> Emby Premiere, and it will be unlocked automatically.",
|
||||
"ButtonUpload": "\u4e0a\u4f20",
|
||||
"HeaderUploadNewImage": "\u4e0a\u4f20\u65b0\u56fe\u7247",
|
||||
"ImageUploadAspectRatioHelp": "\u63a8\u8350\u4f7f\u7528\u957f\u5bbd\u6bd4\u4e3a 1:1 \u7684\u56fe\u7247\u3002\u683c\u5f0f\u4ec5\u9650 JPG \u6216 PNG\u3002",
|
||||
"MessageNothingHere": "\u8fd9\u91cc\u6ca1\u6709\u53ef\u663e\u793a\u7684\u5185\u5bb9\u3002",
|
||||
"MessagePleaseEnsureInternetMetadata": "\u8bf7\u786e\u8ba4\u5df2\u542f\u7528\u4ece\u7f51\u7edc\u4e0a\u4e0b\u8f7d\u5a92\u4f53\u8d44\u6599\u7684\u9009\u9879\u3002",
|
||||
"AlreadyPaidHelp1": "\u5982\u679c\u4f60\u5df2\u7ecf\u4ed8\u8d39\u5b89\u88c5\u4e86\u65e7\u7248\u7684 Android \u5a92\u4f53\u6d4f\u89c8\u5668\uff0c\u53ef\u4ee5\u514d\u8d39\u6fc0\u6d3b\u672c\u5e94\u7528\u3002\u70b9\u51fb\u786e\u8ba4\u7ed9\u6211\u4eec\uff08{0}\uff09\u53d1\u9001\u4e00\u5c01\u90ae\u4ef6\uff0c\u6211\u4eec\u4f1a\u5e2e\u4f60\u6fc0\u6d3b\u3002",
|
||||
"AlreadyPaidHelp2": "\u5df2\u8ba2\u9605 Emby Premiere\uff1f\u5173\u95ed\u672c\u5bf9\u8bdd\u6846\uff0c\u5728\u63a7\u5236\u9762\u677f\u4e2d\u7684 \u5e2e\u52a9 -> Emby Premiere \u4e2d\u8bbe\u7f6e\u4f60\u7684 Premiere \u8d26\u6237\uff0c\u5373\u53ef\u81ea\u52a8\u89e3\u9501\u3002",
|
||||
"TabSuggestions": "\u5efa\u8bae",
|
||||
"TabLatest": "\u6700\u65b0",
|
||||
"TabUpcoming": "\u5373\u5c06\u53d1\u5e03",
|
||||
|
@ -157,7 +157,7 @@
|
|||
"OptionProducers": "\u5236\u7247\u4eba",
|
||||
"HeaderResume": "\u6062\u590d\u64ad\u653e",
|
||||
"HeaderContinueWatching": "\u7ee7\u7eed\u89c2\u770b",
|
||||
"HeaderContinueListening": "Continue Listening",
|
||||
"HeaderContinueListening": "\u7ee7\u7eed\u542c",
|
||||
"HeaderNextUp": "\u4e0b\u4e00\u96c6",
|
||||
"NoNextUpItemsMessage": "\u6ca1\u6709\u53d1\u73b0\u3002\u5f00\u59cb\u770b\u4f60\u7684\u8282\u76ee\uff01",
|
||||
"HeaderLatestEpisodes": "\u6700\u65b0\u5267\u96c6",
|
||||
|
@ -440,8 +440,8 @@
|
|||
"TabInfo": "\u4fe1\u606f",
|
||||
"HeaderLinks": "\u94fe\u63a5",
|
||||
"LinkCommunity": "\u793e\u533a",
|
||||
"LinkGithub": "Github",
|
||||
"LinkApi": "Api",
|
||||
"LinkGithub": "GitHub",
|
||||
"LinkApi": "API",
|
||||
"LabelFriendlyServerName": "\u597d\u8bb0\u7684\u670d\u52a1\u5668\u540d\u79f0\uff1a",
|
||||
"LabelFriendlyServerNameHelp": "\u6b64\u540d\u79f0\u5c06\u7528\u505a\u670d\u52a1\u5668\u540d\uff0c\u5982\u679c\u7559\u7a7a\uff0c\u5c06\u4f7f\u7528\u8ba1\u7b97\u673a\u540d\u3002",
|
||||
"LabelPreferredDisplayLanguage": "\u9996\u9009\u663e\u793a\u8bed\u8a00\uff1a",
|
||||
|
@ -682,11 +682,11 @@
|
|||
"HeaderContainerProfileHelp": "\u5a92\u4f53\u8f7d\u4f53\u7684\u914d\u7f6e\u6587\u4ef6\u6807\u660e\u4e86\u8bbe\u5907\u64ad\u653e\u7279\u5b9a\u5a92\u4f53\u683c\u5f0f\u65f6\u7684\u9650\u5236\u3002\u5982\u679c\u5728\u9650\u5236\u4e4b\u5185\u5219\u5a92\u4f53\u5c06\u88ab\u8f6c\u7801\uff0c\u5426\u5219\u5a92\u4f53\u683c\u5f0f\u5c06\u88ab\u914d\u7f6e\u4e3a\u76f4\u63a5\u64ad\u653e\u3002",
|
||||
"HeaderCodecProfileHelp": "\u7f16\u89e3\u7801\u5668\u7684\u914d\u7f6e\u6587\u4ef6\u6807\u660e\u4e86\u8bbe\u5907\u64ad\u653e\u7279\u5b9a\u7f16\u7801\u65f6\u7684\u9650\u5236\u3002\u5982\u679c\u5728\u9650\u5236\u4e4b\u5185\u5219\u5a92\u4f53\u5c06\u88ab\u8f6c\u7801\uff0c\u5426\u5219\u7f16\u89e3\u7801\u5668\u5c06\u88ab\u914d\u7f6e\u4e3a\u76f4\u63a5\u64ad\u653e\u3002",
|
||||
"HeaderResponseProfileHelp": "\u5f53\u64ad\u653e\u67d0\u4e9b\u7c7b\u578b\u7684\u5a92\u4f53\u65f6\uff0c\u54cd\u5e94\u914d\u7f6e\u6587\u4ef6\u63d0\u4f9b\u4e86\u4e00\u79cd\u65b9\u6cd5\u6765\u53d1\u9001\u81ea\u5b9a\u4e49\u4fe1\u606f\u5230\u8bbe\u5907\u3002",
|
||||
"LabelXDlnaCap": "X-Dlna cap:",
|
||||
"LabelXDlnaCap": "X-DLNA CAP\uff1a",
|
||||
"LabelXDlnaCapHelp": "\u51b3\u5b9a\u5728urn:schemas-dlna-org:device-1-0 namespace\u4e2d\u7684X_DLNACAP\u5143\u7d20\u7684\u5185\u5bb9\u3002",
|
||||
"LabelXDlnaDoc": "X-Dlna doc:",
|
||||
"LabelXDlnaDoc": "X-DLNA DOC\uff1a",
|
||||
"LabelXDlnaDocHelp": "\u51b3\u5b9a\u5728urn:schemas-dlna-org:device-1-0 namespace\u4e2d\u7684X-Dlna doc\u5143\u7d20\u7684\u5185\u5bb9\u3002",
|
||||
"LabelSonyAggregationFlags": "Sony aggregation flags:",
|
||||
"LabelSonyAggregationFlags": "\u7d22\u5c3c\u805a\u5408\u6807\u5fd7\uff1a",
|
||||
"LabelSonyAggregationFlagsHelp": "\u51b3\u5b9a\u5728urn:schemas-dlna-org:device-1-0 namespace\u4e2d\u7684aggregationFlags\u5143\u7d20\u7684\u5185\u5bb9\u3002",
|
||||
"LabelTranscodingContainer": "\u5a92\u4f53\u8f7d\u4f53",
|
||||
"LabelTranscodingVideoCodec": "\u89c6\u9891\u7f16\u89e3\u7801\u5668\uff1a",
|
||||
|
@ -841,7 +841,7 @@
|
|||
"TabSync": "\u540c\u6b65",
|
||||
"TitleUsers": "\u7528\u6237",
|
||||
"LabelProtocol": "\u534f\u8bae\uff1a",
|
||||
"OptionProtocolHttp": "Http",
|
||||
"OptionProtocolHttp": "HTTP",
|
||||
"OptionProtocolHls": "Http \u76f4\u64ad\u6d41",
|
||||
"LabelContext": "\u73af\u5883\uff1a",
|
||||
"TabPlaylists": "\u64ad\u653e\u5217\u8868",
|
||||
|
@ -892,14 +892,14 @@
|
|||
"UserOfflineFromDevice": "{0} \u5df2\u4ece {1} \u65ad\u5f00\u8fde\u63a5",
|
||||
"LabelRunningTimeValue": "\u8fd0\u884c\u65f6\u95f4\uff1a {0}",
|
||||
"LabelIpAddressValue": "Ip \u5730\u5740\uff1a {0}",
|
||||
"UserLockedOutWithName": "User {0} has been locked out",
|
||||
"UserLockedOutWithName": "\u7528\u6237 {0} \u5df2\u88ab\u9501\u5b9a",
|
||||
"UserConfigurationUpdatedWithName": "\u7528\u6237\u914d\u7f6e\u5df2\u66f4\u65b0\u4e3a {0}",
|
||||
"UserCreatedWithName": "\u7528\u6237 {0} \u5df2\u88ab\u521b\u5efa",
|
||||
"UserDeletedWithName": "\u7528\u6237 {0} \u5df2\u88ab\u5220\u9664",
|
||||
"MessageServerConfigurationUpdated": "\u670d\u52a1\u5668\u914d\u7f6e\u5df2\u66f4\u65b0",
|
||||
"MessageNamedServerConfigurationUpdatedWithValue": "\u670d\u52a1\u5668\u914d\u7f6e {0} \u90e8\u5206\u5df2\u66f4\u65b0",
|
||||
"MessageApplicationUpdated": "Emby Server has been updated",
|
||||
"UserDownloadingItemWithValues": "{0} is downloading {1}",
|
||||
"MessageApplicationUpdated": "Emby \u670d\u52a1\u5668\u5df2\u66f4\u65b0",
|
||||
"UserDownloadingItemWithValues": "{0} \u6b63\u5728\u4e0b\u8f7d {1}",
|
||||
"ProviderValue": "\u63d0\u4f9b\u8005\uff1a {0}",
|
||||
"HeaderRecentActivity": "\u6700\u8fd1\u7684\u6d3b\u52a8",
|
||||
"HeaderPeople": "\u4eba\u7269",
|
||||
|
|
|
@ -1 +0,0 @@
|
|||
.ui-body-b h1,.ui-body-b h2{color:#FF9100}.barsMenuButton,.darkDrawer .selectedMediaFolder,.darkDrawer .sidebarLink.selectedSidebarLink,.halloweenInfoButton,.libraryViewNav .ui-btn-active,.viewMenuBar{color:#FF9100!important}.libraryViewNav .ui-btn-active{border-bottom-color:#FF9100!important}.button-accent,.button-submit,.channelTimeslotHeader,.timeslotHeader{background:#FF9100!important}.channelTimeslotHeader{border-right-color:#FF9100!important}.emby-tab-button-active,.ui-body-b .emby-tab-button-active{color:#FF9100!important;border-color:#FF9100!important}.visualCardBox-cardFooter{color:#FF9100}
|
Loading…
Add table
Add a link
Reference in a new issue