1
0
Fork 0
mirror of https://github.com/jellyfin/jellyfin-web synced 2025-03-30 19:56:21 +00:00

update player stats

This commit is contained in:
Luke Pulverenti 2017-06-27 16:56:20 -04:00
parent fb3179796d
commit 11bd9acad2
46 changed files with 234 additions and 152 deletions

File diff suppressed because one or more lines are too long

View file

@ -1 +1 @@
.playerStats{background:rgba(28,28,28,.8);-webkit-border-radius:.3em;border-radius:.3em;left:1.5em;position:absolute;top:5em;color:#fff}.playerStats-tv{top:4em}.playerStats-content{position:relative;font-size:84%}.playerStats-content-tv{font-size:72%}.playerStats-closeButton{position:absolute;top:.25em;right:.25em;color:#ccc;z-index:1}.playerStats-stats{display:-webkit-box;display:-webkit-flex;display:flex;-webkit-box-orient:vertical;-webkit-box-direction:normal;-webkit-flex-direction:column;flex-direction:column;padding:0 3em 1em 1em;max-width:50em}.playerStats-stat{display:-webkit-box;display:-webkit-flex;display:flex;margin-left:1em}.playerStats-stat-label{font-weight:500;margin:0 .5em 0 0}.playerStats-stat-header{margin:1em 1em 0 0}.playerStats-stat-value{color:#ddd}
.playerStats{background:rgba(28,28,28,.8);-webkit-border-radius:.3em;border-radius:.3em;left:1.5em;position:absolute;top:5em;color:#fff}.playerStats-tv{top:4em}.playerStats-content{position:relative;font-size:84%}.playerStats-content-tv{font-size:60%}.playerStats-closeButton{position:absolute;top:.25em;right:.25em;color:#ccc;z-index:1}.playerStats-stats{display:-webkit-box;display:-webkit-flex;display:flex;-webkit-box-orient:vertical;-webkit-box-direction:normal;-webkit-flex-direction:column;flex-direction:column;padding:0 3em 1em 1em;max-width:50em;overflow:hidden}.playerStats-stat{display:-webkit-box;display:-webkit-flex;display:flex;margin-left:1em}.playerStats-stat-label{font-weight:500;margin:0 .5em 0 0}.playerStats-stat-header{margin:1em 1em 0 0}.playerStats-stat-value{color:#ddd}

File diff suppressed because one or more lines are too long

View file

@ -452,8 +452,10 @@
"Transcoding": "Transcoding",
"VideoCodecNotSupported": "Video codec not supported",
"AudioCodecNotSupported": "Audio codec not supported",
"ContainerNotSupported": "Container format not supported",
"ContainerNotSupported": "Container not supported",
"AudioBitrateNotSupported": "Audio bitrate not supported",
"AudioChannelsNotSupported": "Audio channels not supported",
"VideoResolutionNotSupported": "Video resolution not supported"
"VideoResolutionNotSupported": "Video resolution not supported",
"AudioProfileNotSupported": "Audio profile not supported",
"AudioSampleRateNotSupported": "Audio sample rate not supported"
}

View file

@ -452,8 +452,10 @@
"Transcoding": "Transcoding",
"VideoCodecNotSupported": "Video codec not supported",
"AudioCodecNotSupported": "Audio codec not supported",
"ContainerNotSupported": "Container format not supported",
"ContainerNotSupported": "Container not supported",
"AudioBitrateNotSupported": "Audio bitrate not supported",
"AudioChannelsNotSupported": "Audio channels not supported",
"VideoResolutionNotSupported": "Video resolution not supported"
"VideoResolutionNotSupported": "Video resolution not supported",
"AudioProfileNotSupported": "Audio profile not supported",
"AudioSampleRateNotSupported": "Audio sample rate not supported"
}

View file

@ -452,8 +452,10 @@
"Transcoding": "Transcoding",
"VideoCodecNotSupported": "Video codec not supported",
"AudioCodecNotSupported": "Audio codec not supported",
"ContainerNotSupported": "Container format not supported",
"ContainerNotSupported": "Container not supported",
"AudioBitrateNotSupported": "Audio bitrate not supported",
"AudioChannelsNotSupported": "Audio channels not supported",
"VideoResolutionNotSupported": "Video resolution not supported"
"VideoResolutionNotSupported": "Video resolution not supported",
"AudioProfileNotSupported": "Audio profile not supported",
"AudioSampleRateNotSupported": "Audio sample rate not supported"
}

View file

@ -452,8 +452,10 @@
"Transcoding": "Transcoding",
"VideoCodecNotSupported": "Video codec not supported",
"AudioCodecNotSupported": "Audio codec not supported",
"ContainerNotSupported": "Container format not supported",
"ContainerNotSupported": "Container not supported",
"AudioBitrateNotSupported": "Audio bitrate not supported",
"AudioChannelsNotSupported": "Audio channels not supported",
"VideoResolutionNotSupported": "Video resolution not supported"
"VideoResolutionNotSupported": "Video resolution not supported",
"AudioProfileNotSupported": "Audio profile not supported",
"AudioSampleRateNotSupported": "Audio sample rate not supported"
}

View file

@ -452,8 +452,10 @@
"Transcoding": "Transcoding",
"VideoCodecNotSupported": "Video codec not supported",
"AudioCodecNotSupported": "Audio codec not supported",
"ContainerNotSupported": "Container format not supported",
"ContainerNotSupported": "Container not supported",
"AudioBitrateNotSupported": "Audio bitrate not supported",
"AudioChannelsNotSupported": "Audio channels not supported",
"VideoResolutionNotSupported": "Video resolution not supported"
"VideoResolutionNotSupported": "Video resolution not supported",
"AudioProfileNotSupported": "Audio profile not supported",
"AudioSampleRateNotSupported": "Audio sample rate not supported"
}

View file

@ -445,15 +445,17 @@
"DirectStreamHelp1": "Das Medium ist mit dem Abspielger\u00e4t kompatibel bzgl. Aufl\u00f6sung und Codecs (H.264, AC3, etc.), besitzt jedoch einen inkompatiblen Dateicontainer (.mkv, .avi, .wmv, etc.). Das Video wird in Echtzeit neugepackt bevor es zum Abspielger\u00e4t gestreamt wird.",
"DirectStreamHelp2": "Direktes Streaming von Dateien ben\u00f6tigt sehr wenig Rechenleistung ohne Verlust der Videoqualit\u00e4t.",
"MediaIsBeingConverted": "Das Medium wird in ein Format konvertiert, das mit dem Abspielger\u00e4t kompatibel ist.",
"StatsForNerds": "Expertenstatistik",
"StatsForNerds": "Statistiken f\u00fcr T\u00fcftler",
"LabelReasonForTranscoding": "Grund f\u00fcr die Transkodierung:",
"DirectPlaying": "Direktes Abspielen",
"DirectStreaming": "Direktes Streaming",
"Transcoding": "Transcoding",
"VideoCodecNotSupported": "Video Codec nicht unterst\u00fctzt",
"AudioCodecNotSupported": "Audio Codec nicht unterst\u00fctzt",
"ContainerNotSupported": "Container format not supported",
"AudioBitrateNotSupported": "Audio bitrate not supported",
"AudioChannelsNotSupported": "Audio channels not supported",
"VideoResolutionNotSupported": "Video resolution not supported"
"ContainerNotSupported": "Container nicht unterst\u00fctzt",
"AudioBitrateNotSupported": "Audio Bitrate nicht unterst\u00fctzt",
"AudioChannelsNotSupported": "Audio Kan\u00e4le nicht unterst\u00fctzt",
"VideoResolutionNotSupported": "Video Aufl\u00f6sung nicht unterst\u00fctzt",
"AudioProfileNotSupported": "Audio Profil nicht unterst\u00fctzt",
"AudioSampleRateNotSupported": "Audio Sample Rate nicht unterst\u00fctzt"
}

View file

@ -452,8 +452,10 @@
"Transcoding": "Transcoding",
"VideoCodecNotSupported": "Video codec not supported",
"AudioCodecNotSupported": "Audio codec not supported",
"ContainerNotSupported": "Container format not supported",
"ContainerNotSupported": "Container not supported",
"AudioBitrateNotSupported": "Audio bitrate not supported",
"AudioChannelsNotSupported": "Audio channels not supported",
"VideoResolutionNotSupported": "Video resolution not supported"
"VideoResolutionNotSupported": "Video resolution not supported",
"AudioProfileNotSupported": "Audio profile not supported",
"AudioSampleRateNotSupported": "Audio sample rate not supported"
}

View file

@ -452,8 +452,10 @@
"Transcoding": "Transcoding",
"VideoCodecNotSupported": "Video codec not supported",
"AudioCodecNotSupported": "Audio codec not supported",
"ContainerNotSupported": "Container format not supported",
"ContainerNotSupported": "Container not supported",
"AudioBitrateNotSupported": "Audio bitrate not supported",
"AudioChannelsNotSupported": "Audio channels not supported",
"VideoResolutionNotSupported": "Video resolution not supported"
"VideoResolutionNotSupported": "Video resolution not supported",
"AudioProfileNotSupported": "Audio profile not supported",
"AudioSampleRateNotSupported": "Audio sample rate not supported"
}

View file

@ -452,8 +452,10 @@
"Transcoding": "Transcoding",
"VideoCodecNotSupported": "Video codec not supported",
"AudioCodecNotSupported": "Audio codec not supported",
"ContainerNotSupported": "Container format not supported",
"ContainerNotSupported": "Container not supported",
"AudioBitrateNotSupported": "Audio bitrate not supported",
"AudioChannelsNotSupported": "Audio channels not supported",
"VideoResolutionNotSupported": "Video resolution not supported"
"VideoResolutionNotSupported": "Video resolution not supported",
"AudioProfileNotSupported": "Audio profile not supported",
"AudioSampleRateNotSupported": "Audio sample rate not supported"
}

View file

@ -452,8 +452,10 @@
"Transcoding": "Transcoding",
"VideoCodecNotSupported": "Video codec not supported",
"AudioCodecNotSupported": "Audio codec not supported",
"ContainerNotSupported": "Container format not supported",
"ContainerNotSupported": "Container not supported",
"AudioBitrateNotSupported": "Audio bitrate not supported",
"AudioChannelsNotSupported": "Audio channels not supported",
"VideoResolutionNotSupported": "Video resolution not supported"
"VideoResolutionNotSupported": "Video resolution not supported",
"AudioProfileNotSupported": "Audio profile not supported",
"AudioSampleRateNotSupported": "Audio sample rate not supported"
}

View file

@ -452,8 +452,10 @@
"Transcoding": "Transcodificando",
"VideoCodecNotSupported": "Codec de video no soportado",
"AudioCodecNotSupported": "Codec de audio no soportado",
"ContainerNotSupported": "Container format not supported",
"AudioBitrateNotSupported": "Audio bitrate not supported",
"AudioChannelsNotSupported": "Audio channels not supported",
"VideoResolutionNotSupported": "Video resolution not supported"
"ContainerNotSupported": "Contenedor no soportado",
"AudioBitrateNotSupported": "Tasa de bits de audio no soportado",
"AudioChannelsNotSupported": "Canales de audio no soportados",
"VideoResolutionNotSupported": "Resoluci\u00f3n de video no soportada",
"AudioProfileNotSupported": "Audio profile not supported",
"AudioSampleRateNotSupported": "Audio sample rate not supported"
}

View file

@ -452,8 +452,10 @@
"Transcoding": "Transcoding",
"VideoCodecNotSupported": "Video codec not supported",
"AudioCodecNotSupported": "Audio codec not supported",
"ContainerNotSupported": "Container format not supported",
"ContainerNotSupported": "Container not supported",
"AudioBitrateNotSupported": "Audio bitrate not supported",
"AudioChannelsNotSupported": "Audio channels not supported",
"VideoResolutionNotSupported": "Video resolution not supported"
"VideoResolutionNotSupported": "Video resolution not supported",
"AudioProfileNotSupported": "Audio profile not supported",
"AudioSampleRateNotSupported": "Audio sample rate not supported"
}

View file

@ -452,8 +452,10 @@
"Transcoding": "Transcoding",
"VideoCodecNotSupported": "Video codec not supported",
"AudioCodecNotSupported": "Audio codec not supported",
"ContainerNotSupported": "Container format not supported",
"ContainerNotSupported": "Container not supported",
"AudioBitrateNotSupported": "Audio bitrate not supported",
"AudioChannelsNotSupported": "Audio channels not supported",
"VideoResolutionNotSupported": "Video resolution not supported"
"VideoResolutionNotSupported": "Video resolution not supported",
"AudioProfileNotSupported": "Audio profile not supported",
"AudioSampleRateNotSupported": "Audio sample rate not supported"
}

View file

@ -452,8 +452,10 @@
"Transcoding": "Transcoding",
"VideoCodecNotSupported": "Video codec not supported",
"AudioCodecNotSupported": "Audio codec not supported",
"ContainerNotSupported": "Container format not supported",
"ContainerNotSupported": "Container not supported",
"AudioBitrateNotSupported": "Audio bitrate not supported",
"AudioChannelsNotSupported": "Audio channels not supported",
"VideoResolutionNotSupported": "Video resolution not supported"
"VideoResolutionNotSupported": "Video resolution not supported",
"AudioProfileNotSupported": "Audio profile not supported",
"AudioSampleRateNotSupported": "Audio sample rate not supported"
}

View file

@ -452,8 +452,10 @@
"Transcoding": "Transcodage",
"VideoCodecNotSupported": "Codec vid\u00e9o non support\u00e9",
"AudioCodecNotSupported": "Codec audio non support\u00e9",
"ContainerNotSupported": "Container format not supported",
"AudioBitrateNotSupported": "Audio bitrate not supported",
"AudioChannelsNotSupported": "Audio channels not supported",
"VideoResolutionNotSupported": "Video resolution not supported"
"ContainerNotSupported": "Conteneur non pris en charge",
"AudioBitrateNotSupported": "D\u00e9bit audio non pris en charge",
"AudioChannelsNotSupported": "Canaux audio non prises en charge",
"VideoResolutionNotSupported": "R\u00e9solution vid\u00e9o non prise en charge",
"AudioProfileNotSupported": "Profil audio non pris en charge",
"AudioSampleRateNotSupported": "Taux d'\u00e9chantillonnage audio non pris en charge"
}

View file

@ -452,8 +452,10 @@
"Transcoding": "Transcoding",
"VideoCodecNotSupported": "Video codec not supported",
"AudioCodecNotSupported": "Audio codec not supported",
"ContainerNotSupported": "Container format not supported",
"ContainerNotSupported": "Container not supported",
"AudioBitrateNotSupported": "Audio bitrate not supported",
"AudioChannelsNotSupported": "Audio channels not supported",
"VideoResolutionNotSupported": "Video resolution not supported"
"VideoResolutionNotSupported": "Video resolution not supported",
"AudioProfileNotSupported": "Audio profile not supported",
"AudioSampleRateNotSupported": "Audio sample rate not supported"
}

View file

@ -452,8 +452,10 @@
"Transcoding": "Transcoding",
"VideoCodecNotSupported": "Video codec not supported",
"AudioCodecNotSupported": "Audio codec not supported",
"ContainerNotSupported": "Container format not supported",
"ContainerNotSupported": "Container not supported",
"AudioBitrateNotSupported": "Audio bitrate not supported",
"AudioChannelsNotSupported": "Audio channels not supported",
"VideoResolutionNotSupported": "Video resolution not supported"
"VideoResolutionNotSupported": "Video resolution not supported",
"AudioProfileNotSupported": "Audio profile not supported",
"AudioSampleRateNotSupported": "Audio sample rate not supported"
}

View file

@ -452,8 +452,10 @@
"Transcoding": "Transcoding",
"VideoCodecNotSupported": "Video codec not supported",
"AudioCodecNotSupported": "Audio codec not supported",
"ContainerNotSupported": "Container format not supported",
"ContainerNotSupported": "Container not supported",
"AudioBitrateNotSupported": "Audio bitrate not supported",
"AudioChannelsNotSupported": "Audio channels not supported",
"VideoResolutionNotSupported": "Video resolution not supported"
"VideoResolutionNotSupported": "Video resolution not supported",
"AudioProfileNotSupported": "Audio profile not supported",
"AudioSampleRateNotSupported": "Audio sample rate not supported"
}

View file

@ -9,13 +9,13 @@
"LiveTvGuideRequiresUnlock": "The Live TV Guide is currently limited to {0} channels. Click the unlock button to learn how to enjoy the full experience.",
"AttributeNew": "\u00daj",
"Premiere": "Premiere",
"Live": "Live",
"Live": "\u00c9l\u0151",
"Repeat": "Ism\u00e9tl\u00e9s",
"TrackCount": "{0} tracks",
"ItemCount": "{0} items",
"OriginalAirDateValue": "Original air date: {0}",
"OriginalAirDateValue": "Eredeti vet\u00edt\u00e9s d\u00e1tuma: {0}",
"EndsAtValue": "V\u00e1rhat\u00f3 befejez\u00e9s {0}",
"HeaderSelectDate": "Select Date",
"HeaderSelectDate": "V\u00e1lassz d\u00e1tumot",
"ButtonOk": "Ok",
"ButtonCancel": "M\u00e9gsem",
"ButtonGotIt": "\u00c9rtettem",
@ -36,20 +36,20 @@
"RecordSeries": "Record series",
"HeaderCinemaMode": "Cinema Mode",
"HeaderCloudSync": "Felh\u0151szinkroniz\u00e1ci\u00f3 ",
"HeaderDownloadedMedia": "Downloaded Media",
"Downloads": "Downloads",
"HeaderOfflineDownloads": "Offline Media",
"HeaderDownloadedMedia": "Let\u00f6lt\u00f6tt M\u00e9dia",
"Downloads": "Let\u00f6lt\u00e9sek",
"HeaderOfflineDownloads": "Offline M\u00e9dia",
"HeaderOfflineDownloadsDescription": "Download media to your devices for easy offline use.",
"CloudSyncFeatureDescription": "Sync your media to the cloud for easy backup, archiving, and converting.",
"DvrFeatureDescription": "Schedule individual Live TV recordings, series recordings, and more with Emby DVR.",
"ButtonCancelSyncJob": "Cancel download",
"ButtonCancelSyncJob": "Let\u00f6lt\u00e9s megszak\u00edt\u00e1sa",
"CancelSyncJobConfirmation": "Cancelling the download job will remove downloaded media from the device during the next background sync process. Are you sure you wish to proceed?",
"CinemaModeFeatureDescription": "A Cinema Mode igazi mozi \u00e9lm\u00e9nyt ny\u00fajt el\u0151zetessel \u00e9s egyedi intr\u00f3val a film vet\u00edt\u00e9se el\u0151tt.",
"HeaderFreeApps": "Ingyenes Emby alkalmaz\u00e1sok",
"FreeAppsFeatureDescription": "Enjoy free access to Emby apps for your devices.",
"HeaderBecomeProjectSupporter": "Emby Premiere beszerz\u00e9se",
"MessageActiveSubscriptionRequiredSeriesRecordings": "An active Emby Premiere subscription is required in order to create automated series recordings.",
"LabelEmailAddress": "E-mail address:",
"LabelEmailAddress": "E-mail c\u00edm:",
"PromoConvertRecordingsToStreamingFormat": "Automatically convert recordings to a streaming friendly format with Emby Premiere. Recordings will be converted on the fly to MP4 or MKV, based on Emby server settings.",
"FeatureRequiresEmbyPremiere": "This feature requires an active Emby Premiere subscription.",
"HeaderConvertYourRecordings": "Convert Your Recordings",
@ -57,8 +57,8 @@
"Save": "Ment\u00e9s",
"Edit": "Szerkeszt\u00e9s",
"Download": "Let\u00f6lt\u00e9s",
"Downloaded": "Downloaded",
"Downloading": "Downloading",
"Downloaded": "Let\u00f6lt\u00f6tt",
"Downloading": "Let\u00f6lt\u00e9s",
"Advanced": "Halad\u00f3",
"Delete": "T\u00f6rl\u00e9s",
"HeaderDeleteItem": "Delete Item",
@ -68,7 +68,7 @@
"AddToCollection": "Hozz\u00e1ad\u00e1s gy\u0171jtem\u00e9nyhez",
"HeaderAddToCollection": "Hozz\u00e1ad\u00e1s gy\u0171jtem\u00e9nyhez",
"NewCollection": "\u00daj Gy\u0171jtem\u00e9ny",
"LabelCollection": "Collection:",
"LabelCollection": "Gy\u0171jtem\u00e9ny:",
"Help": "Seg\u00edts\u00e9g",
"NewCollectionHelp": "Collections allow you to create personalized groupings of movies and other library content.",
"SearchForCollectionInternetMetadata": "Search the internet for artwork and metadata",
@ -76,14 +76,14 @@
"NewCollectionNameExample": "P\u00e9ld\u00e1ul: Star Wars Gy\u0171jtem\u00e9ny",
"MessageItemsAdded": "Items added.",
"OptionNew": "\u00daj...",
"LabelPlaylist": "Playlist:",
"LabelPlaylist": "Lej\u00e1tsz\u00e1si lista:",
"AddToPlaylist": "Lej\u00e1tsz\u00e1si list\u00e1hoz hozz\u00e1adni",
"HeaderAddToPlaylist": "Lej\u00e1tsz\u00e1si List\u00e1hoz hozz\u00e1adni",
"Subtitles": "Subtitles",
"SearchForSubtitles": "Search for Subtitles",
"Subtitles": "Feliratok",
"SearchForSubtitles": "Felirat keres\u00e9se",
"LabelLanguage": "Nyelv:",
"Search": "Search",
"NoSubtitleSearchResultsFound": "No results found.",
"Search": "Keres\u00e9s",
"NoSubtitleSearchResultsFound": "Nincs tal\u00e1lat.",
"File": "File",
"MessageAreYouSureDeleteSubtitles": "Are you sure you wish to delete this subtitle file?",
"ConfirmDeletion": "Confirm Deletion",
@ -92,7 +92,7 @@
"EditSubtitles": "Feliratok szerkeszt\u00e9se",
"UnlockGuide": "Unlock Guide",
"RefreshMetadata": "Refresh Metadata",
"ReplaceExistingImages": "Replace existing images",
"ReplaceExistingImages": "Cser\u00e9lje ki a megl\u00e9v\u0151 k\u00e9peket",
"ReplaceAllMetadata": "Replace all metadata",
"SearchForMissingMetadata": "Keres\u00e9s a hi\u00e1nyz\u00f3 metaadatokra",
"LabelRefreshMode": "Refresh mode:",
@ -138,9 +138,9 @@
"VoiceInput": "Voice Input",
"LabelContentType": "Tartalom t\u00edpusa:",
"LabelPath": "\u00datvonal:",
"LabelTitle": "Title:",
"LabelOriginalTitle": "Original title:",
"LabelSortTitle": "Sort title:",
"LabelTitle": "C\u00edm:",
"LabelOriginalTitle": "Eredeti c\u00edm:",
"LabelSortTitle": "Eredeti c\u00edm:",
"LabelDateAdded": "Hozz\u00e1adva:",
"ConfigureDateAdded": "Configure how date added is determined in the Emby Server dashboard under Library settings",
"LabelStatus": "St\u00e1tusz:",
@ -151,7 +151,7 @@
"Artists": "Artists",
"LabelCommunityRating": "K\u00f6z\u00f6ss\u00e9gi \u00e9rt\u00e9kel\u00e9s:",
"LabelCriticRating": "Critic rating:",
"LabelWebsite": "Website:",
"LabelWebsite": "Weboldal:",
"LabelTagline": "Tagline:",
"LabelOverview": "Overview:",
"LabelShortOverview": "Short overview:",
@ -165,7 +165,7 @@
"LabelCustomRating": "Custom rating:",
"LabelOriginalAspectRatio": "Original aspect ratio:",
"LabelPlayers": "Players:",
"Label3DFormat": "3D format:",
"Label3DFormat": "3D form\u00e1tum:",
"HeaderAlternateEpisodeNumbers": "Alternate Episode Numbers",
"LabelDvdSeasonNumber": "Dvd season number:",
"LabelDvdEpisodeNumber": "Dvd epiz\u00f3d sz\u00e1ma:",
@ -207,7 +207,7 @@
"HeaderEnabledFields": "Enabled Fields",
"HeaderEnabledFieldsHelp": "Uncheck a field to lock it and prevent it's data from being changed.",
"Backdrops": "Backdrops",
"Images": "Images",
"Images": "K\u00e9pek",
"Keywords": "Keywords",
"Runtime": "Runtime",
"ProductionLocations": "Production locations",
@ -298,7 +298,7 @@
"HeaderCancelSeries": "Cancel Series",
"HeaderKeepSeries": "Keep Series",
"HeaderLearnMore": "Learn More",
"DeleteMedia": "Delete media",
"DeleteMedia": "M\u00e9dia t\u00f6rl\u00e9s",
"SeriesSettings": "Series settings",
"HeaderRecordingOptions": "Recording Options",
"CancelSeries": "Cancel series",
@ -347,7 +347,7 @@
"HeaderAlreadyPaid": "Already Paid?",
"ButtonPlayOneMinute": "Egy perc lej\u00e1tsz\u00e1sa",
"PlaceFavoriteChannelsAtBeginning": "Place favorite channels at the beginning",
"HeaderUnlockFeature": "Unlock Feature",
"HeaderUnlockFeature": "Funkci\u00f3 felold\u00e1sa",
"MessageDidYouKnowCinemaMode": "Tudtad, hogy az Emby Premiere-t haszn\u00e1lva olyan funkci\u00f3kkal fokozhatod az \u00e9lm\u00e9nyeket, mint a Cinema Mode?",
"MessageDidYouKnowCinemaMode2": "A Cinema Mode igazi mozi \u00e9lm\u00e9nyt ny\u00fajt el\u0151zetessel \u00e9s egyedi intr\u00f3val a film vet\u00edt\u00e9se el\u0151tt.",
"HeaderPlayMyMedia": "Play my Media",
@ -403,7 +403,7 @@
"HeaderLatestFrom": "Leg\u00fajabb innen {0}",
"LabelHomeScreenSectionValue": "Home screen section {0}:",
"SettingsSaved": "Settings saved.",
"None": "None",
"None": "Nincs",
"More": "Tov\u00e1bb",
"Up": "Up",
"Down": "Down",
@ -431,29 +431,31 @@
"HeaderTermsOfPurchase": "Terms of Purchase",
"PrivacyPolicy": "Privacy policy",
"TermsOfUse": "Terms of use",
"RepeatMode": "Repeat mode",
"RepeatOne": "Repeat one",
"RepeatAll": "Repeat all",
"RepeatMode": "Ism\u00e9tl\u0151 m\u00f3d",
"RepeatOne": "Ism\u00e9tl\u00e9s egyszer",
"RepeatAll": "Folyamatos ism\u00e9tl\u00e9s ",
"ConfirmEndPlayerSession": "Would you like to close Emby on the device?",
"Yes": "Yes",
"No": "No",
"LiveTV": "Live TV",
"Schedule": "Schedule",
"Recordings": "Recordings",
"MarkWatched": "Mark watched",
"MarkWatched": "Megtekintett",
"ScanForNewAndUpdatedFiles": "Scan for new and updated files",
"DirectStreamHelp1": "The media is compatible with the device regarding resolution and media type (H.264, AC3, etc.), but is in an incompatible file container (.mkv, .avi, .wmv, etc.). The video will be re-packaged on the fly before streaming it to the device.",
"DirectStreamHelp2": "Direct Streaming a file uses very little processing power without any loss in video quality.",
"MediaIsBeingConverted": "The media is being converted into a format that is compatible with the device that is playing the media.",
"StatsForNerds": "Stats for nerds",
"StatsForNerds": "Szak\u00e9rt\u0151i statisztika",
"LabelReasonForTranscoding": "Reason for transcoding:",
"DirectPlaying": "Direct playing",
"DirectStreaming": "Direct streaming",
"Transcoding": "Transcoding",
"VideoCodecNotSupported": "Video codec not supported",
"AudioCodecNotSupported": "Audio codec not supported",
"ContainerNotSupported": "Container format not supported",
"ContainerNotSupported": "Container not supported",
"AudioBitrateNotSupported": "Audio bitrate not supported",
"AudioChannelsNotSupported": "Audio channels not supported",
"VideoResolutionNotSupported": "Video resolution not supported"
"VideoResolutionNotSupported": "Video resolution not supported",
"AudioProfileNotSupported": "Audio profile not supported",
"AudioSampleRateNotSupported": "Audio sample rate not supported"
}

View file

@ -452,8 +452,10 @@
"Transcoding": "Transcoding",
"VideoCodecNotSupported": "Video codec not supported",
"AudioCodecNotSupported": "Audio codec not supported",
"ContainerNotSupported": "Container format not supported",
"ContainerNotSupported": "Container not supported",
"AudioBitrateNotSupported": "Audio bitrate not supported",
"AudioChannelsNotSupported": "Audio channels not supported",
"VideoResolutionNotSupported": "Video resolution not supported"
"VideoResolutionNotSupported": "Video resolution not supported",
"AudioProfileNotSupported": "Audio profile not supported",
"AudioSampleRateNotSupported": "Audio sample rate not supported"
}

View file

@ -452,8 +452,10 @@
"Transcoding": "Trascodifica",
"VideoCodecNotSupported": "Il codec video non \u00e8 supportato",
"AudioCodecNotSupported": "Il codec audio non \u00e8 supportato",
"ContainerNotSupported": "Container format not supported",
"AudioBitrateNotSupported": "Audio bitrate not supported",
"AudioChannelsNotSupported": "Audio channels not supported",
"VideoResolutionNotSupported": "Video resolution not supported"
"ContainerNotSupported": "Contenitore file non supportato",
"AudioBitrateNotSupported": "Bitrate audio non supportato",
"AudioChannelsNotSupported": "Canali audio non supportati",
"VideoResolutionNotSupported": "Risoluzione video non supportata",
"AudioProfileNotSupported": "Profilo audio non supportato",
"AudioSampleRateNotSupported": "Il tasso di campionamento audio non \u00e8 supportato"
}

View file

@ -442,18 +442,20 @@
"Recordings": "\u0416\u0430\u0437\u0431\u0430\u043b\u0430\u0440",
"MarkWatched": "\u049a\u0430\u0440\u0430\u043f \u0448\u044b\u049b\u049b\u0430\u043d",
"ScanForNewAndUpdatedFiles": "\u0416\u0430\u04a3\u0430 \u0436\u04d9\u043d\u0435 \u0436\u0430\u04a3\u0430\u0440\u0442\u044b\u043b\u0493\u0430\u043d \u0444\u0430\u0439\u043b\u0434\u0430\u0440\u0434\u044b \u0441\u043a\u0430\u043d\u0435\u0440\u043b\u0435\u0443",
"DirectStreamHelp1": "The media is compatible with the device regarding resolution and media type (H.264, AC3, etc.), but is in an incompatible file container (.mkv, .avi, .wmv, etc.). The video will be re-packaged on the fly before streaming it to the device.",
"DirectStreamHelp2": "Direct Streaming a file uses very little processing power without any loss in video quality.",
"MediaIsBeingConverted": "The media is being converted into a format that is compatible with the device that is playing the media.",
"StatsForNerds": "Stats for nerds",
"LabelReasonForTranscoding": "Reason for transcoding:",
"DirectPlaying": "Direct playing",
"DirectStreaming": "Direct streaming",
"Transcoding": "Transcoding",
"VideoCodecNotSupported": "Video codec not supported",
"AudioCodecNotSupported": "Audio codec not supported",
"ContainerNotSupported": "Container format not supported",
"AudioBitrateNotSupported": "Audio bitrate not supported",
"AudioChannelsNotSupported": "Audio channels not supported",
"VideoResolutionNotSupported": "Video resolution not supported"
"DirectStreamHelp1": "\u0410\u0436\u044b\u0440\u0430\u0442\u044b\u043c\u0434\u044b\u043b\u044b\u049b \u043f\u0435\u043d \u0442\u0430\u0441\u044b\u0493\u044b\u0448\u0434\u0435\u0440\u0435\u043a\u0442\u0435\u0440 \u0442\u04af\u0440\u0456\u043d\u0435 (H.264, AC3, \u0442.\u0431.) \u049b\u0430\u0442\u044b\u0441\u0442\u044b \u0442\u0430\u0441\u044b\u0493\u044b\u0448\u0434\u0435\u0440\u0435\u043a\u0442\u0435\u0440 \u049b\u04b1\u0440\u044b\u043b\u0493\u044b\u0493\u0430 \u0441\u04d9\u0439\u043a\u0435\u0441 \u043a\u0435\u043b\u0435\u0434\u0456, \u0431\u0456\u0440\u0430\u049b \u0441\u044b\u0439\u044b\u0441\u043f\u0430\u0439\u0442\u044b\u043d \u0444\u0430\u0439\u043b \u043a\u043e\u043d\u0442\u0435\u0439\u043d\u0435\u0440\u0456\u043d\u0434\u0435 (.mkv, .avi, .wmv \u0436\u04d9\u043d\u0435 \u0442.\u0431.) \u0431\u043e\u043b\u044b\u043f \u0442\u04b1\u0440. \u049a\u04b1\u0440\u044b\u043b\u0493\u044b\u0493\u0430 \u0442\u0430\u0440\u0430\u0442\u043f\u0430\u0441 \u0431\u04b1\u0440\u044b\u043d, \u0431\u0435\u0439\u043d\u0435 \u043d\u0430\u049b\u0442\u044b \u0443\u0430\u049b\u044b\u0442\u0442\u0430 \u049b\u0430\u0439\u0442\u0430 \u0436\u0438\u043d\u0430\u049b\u0442\u0430\u043b\u0430\u0434\u044b.",
"DirectStreamHelp2": "\u0424\u0430\u0439\u043b\u0434\u044b \u0442\u0456\u043a\u0435\u043b\u0435\u0439 \u0442\u0430\u0440\u0430\u0442\u0443 \u0431\u0435\u0439\u043d\u0435 \u0441\u0430\u043f\u0430\u0441\u044b\u043d \u0436\u043e\u0493\u0430\u043b\u0442\u043f\u0430\u0439 \u04e9\u0442\u0435 \u0430\u0437 \u0435\u0441\u0435\u043f\u0442\u0435\u0443 \u049b\u0443\u0430\u0442\u044b\u043d \u043f\u0430\u0439\u0434\u0430\u043b\u0430\u043d\u0430\u0434\u044b.",
"MediaIsBeingConverted": "\u0422\u0430\u0441\u044b\u0493\u044b\u0448\u0434\u0435\u0440\u0435\u043a\u0442\u0435\u0440 \u043e\u0439\u043d\u0430\u0442\u0443\u0448\u044b \u049b\u04b1\u0440\u044b\u043b\u0493\u044b\u043c\u0435\u043d \u04af\u0439\u043b\u0435\u0441\u0456\u043c\u0434\u0456 \u043f\u0456\u0448\u0456\u043c\u0433\u0435 \u0442\u04af\u0440\u043b\u0435\u043d\u0434\u0456\u0440\u0456\u043b\u0435\u0434\u0456.",
"StatsForNerds": "\u0410\u049b\u044b\u043b\u0433\u04e9\u0439\u043b\u0435\u0440 \u04af\u0448\u0456\u043d \u0441\u0430\u043d\u0430\u049b",
"LabelReasonForTranscoding": "\u049a\u0430\u0439\u0442\u0430 \u043a\u043e\u0434\u0442\u0430\u0443 \u0441\u0435\u0431\u0435\u0431\u0456:",
"DirectPlaying": "\u0422\u0456\u043a\u0435\u043b\u0435\u0439 \u043e\u0439\u043d\u0430\u0442\u0443\u0434\u0430",
"DirectStreaming": "\u0422\u0456\u043a\u0435\u043b\u0435\u0439 \u0442\u0430\u0441\u044b\u043c\u0430\u043b\u0434\u0430\u043d\u0443\u0434\u0430",
"Transcoding": "\u049a\u0430\u0439\u0442\u0430 \u043a\u043e\u0434\u0442\u0430\u0443\u0434\u0430",
"VideoCodecNotSupported": "\u0411\u0435\u0439\u043d\u0435 \u043a\u043e\u0434\u0435\u043a \u049b\u043e\u043b\u0434\u0430\u0443\u0434\u0430 \u0435\u043c\u0435\u0441",
"AudioCodecNotSupported": "\u0414\u044b\u0431\u044b\u0441 \u043a\u043e\u0434\u0435\u043a \u049b\u043e\u043b\u0434\u0430\u0443\u0434\u0430 \u0435\u043c\u0435\u0441",
"ContainerNotSupported": "\u041a\u043e\u043d\u0442\u0435\u0439\u043d\u0435\u0440 \u049b\u043e\u043b\u0434\u0430\u0443\u0434\u0430 \u0435\u043c\u0435\u0441",
"AudioBitrateNotSupported": "\u0414\u044b\u0431\u044b\u0441 \u049b\u0430\u0440\u049b\u044b\u043d\u044b \u049b\u043e\u043b\u0434\u0430\u0443\u0434\u0430 \u0435\u043c\u0435\u0441",
"AudioChannelsNotSupported": "\u0414\u044b\u0431\u044b\u0441 \u0430\u0440\u043d\u0430\u043b\u0430\u0440\u044b \u049b\u043e\u043b\u0434\u0430\u0443\u0434\u0430 \u0435\u043c\u0435\u0441",
"VideoResolutionNotSupported": "\u0411\u0435\u0439\u043d\u0435 \u0430\u0436\u044b\u0440\u0430\u0442\u044b\u043b\u044b\u043c\u0434\u044b\u0493\u044b \u049b\u043e\u043b\u0434\u0430\u0443\u0434\u0430 \u0435\u043c\u0435\u0441",
"AudioProfileNotSupported": "\u0414\u044b\u0431\u044b\u0441 \u043f\u0440\u043e\u0444\u0430\u0439\u043b\u044b \u049b\u043e\u043b\u0434\u0430\u0443\u0434\u0430 \u0435\u043c\u0435\u0441",
"AudioSampleRateNotSupported": "\u04ae\u043b\u0433\u0456 \u0436\u0438\u0456\u043b\u0456\u0433\u0456 \u049b\u043e\u043b\u0434\u0430\u0443\u0434\u0430 \u0435\u043c\u0435\u0441"
}

View file

@ -452,8 +452,10 @@
"Transcoding": "Transcoding",
"VideoCodecNotSupported": "Video codec not supported",
"AudioCodecNotSupported": "Audio codec not supported",
"ContainerNotSupported": "Container format not supported",
"ContainerNotSupported": "Container not supported",
"AudioBitrateNotSupported": "Audio bitrate not supported",
"AudioChannelsNotSupported": "Audio channels not supported",
"VideoResolutionNotSupported": "Video resolution not supported"
"VideoResolutionNotSupported": "Video resolution not supported",
"AudioProfileNotSupported": "Audio profile not supported",
"AudioSampleRateNotSupported": "Audio sample rate not supported"
}

View file

@ -452,8 +452,10 @@
"Transcoding": "Transcoding",
"VideoCodecNotSupported": "Video codec not supported",
"AudioCodecNotSupported": "Audio codec not supported",
"ContainerNotSupported": "Container format not supported",
"ContainerNotSupported": "Container not supported",
"AudioBitrateNotSupported": "Audio bitrate not supported",
"AudioChannelsNotSupported": "Audio channels not supported",
"VideoResolutionNotSupported": "Video resolution not supported"
"VideoResolutionNotSupported": "Video resolution not supported",
"AudioProfileNotSupported": "Audio profile not supported",
"AudioSampleRateNotSupported": "Audio sample rate not supported"
}

View file

@ -452,8 +452,10 @@
"Transcoding": "Transcoding",
"VideoCodecNotSupported": "Video codec not supported",
"AudioCodecNotSupported": "Audio codec not supported",
"ContainerNotSupported": "Container format not supported",
"ContainerNotSupported": "Container not supported",
"AudioBitrateNotSupported": "Audio bitrate not supported",
"AudioChannelsNotSupported": "Audio channels not supported",
"VideoResolutionNotSupported": "Video resolution not supported"
"VideoResolutionNotSupported": "Video resolution not supported",
"AudioProfileNotSupported": "Audio profile not supported",
"AudioSampleRateNotSupported": "Audio sample rate not supported"
}

View file

@ -452,8 +452,10 @@
"Transcoding": "Transcoding",
"VideoCodecNotSupported": "Video codec not supported",
"AudioCodecNotSupported": "Audio codec not supported",
"ContainerNotSupported": "Container format not supported",
"ContainerNotSupported": "Container not supported",
"AudioBitrateNotSupported": "Audio bitrate not supported",
"AudioChannelsNotSupported": "Audio channels not supported",
"VideoResolutionNotSupported": "Video resolution not supported"
"VideoResolutionNotSupported": "Video resolution not supported",
"AudioProfileNotSupported": "Audio profile not supported",
"AudioSampleRateNotSupported": "Audio sample rate not supported"
}

View file

@ -452,8 +452,10 @@
"Transcoding": "Transcoding",
"VideoCodecNotSupported": "Video codec not supported",
"AudioCodecNotSupported": "Audio codec not supported",
"ContainerNotSupported": "Container format not supported",
"ContainerNotSupported": "Container not supported",
"AudioBitrateNotSupported": "Audio bitrate not supported",
"AudioChannelsNotSupported": "Audio channels not supported",
"VideoResolutionNotSupported": "Video resolution not supported"
"VideoResolutionNotSupported": "Video resolution not supported",
"AudioProfileNotSupported": "Audio profile not supported",
"AudioSampleRateNotSupported": "Audio sample rate not supported"
}

View file

@ -452,8 +452,10 @@
"Transcoding": "Transcoding",
"VideoCodecNotSupported": "Video codec not supported",
"AudioCodecNotSupported": "Audio codec not supported",
"ContainerNotSupported": "Container format not supported",
"ContainerNotSupported": "Container not supported",
"AudioBitrateNotSupported": "Audio bitrate not supported",
"AudioChannelsNotSupported": "Audio channels not supported",
"VideoResolutionNotSupported": "Video resolution not supported"
"VideoResolutionNotSupported": "Video resolution not supported",
"AudioProfileNotSupported": "Audio profile not supported",
"AudioSampleRateNotSupported": "Audio sample rate not supported"
}

View file

@ -452,8 +452,10 @@
"Transcoding": "Transcoding",
"VideoCodecNotSupported": "Video codec not supported",
"AudioCodecNotSupported": "Audio codec not supported",
"ContainerNotSupported": "Container format not supported",
"ContainerNotSupported": "Container not supported",
"AudioBitrateNotSupported": "Audio bitrate not supported",
"AudioChannelsNotSupported": "Audio channels not supported",
"VideoResolutionNotSupported": "Video resolution not supported"
"VideoResolutionNotSupported": "Video resolution not supported",
"AudioProfileNotSupported": "Audio profile not supported",
"AudioSampleRateNotSupported": "Audio sample rate not supported"
}

View file

@ -452,8 +452,10 @@
"Transcoding": "Transcoding",
"VideoCodecNotSupported": "Video codec not supported",
"AudioCodecNotSupported": "Audio codec not supported",
"ContainerNotSupported": "Container format not supported",
"ContainerNotSupported": "Container not supported",
"AudioBitrateNotSupported": "Audio bitrate not supported",
"AudioChannelsNotSupported": "Audio channels not supported",
"VideoResolutionNotSupported": "Video resolution not supported"
"VideoResolutionNotSupported": "Video resolution not supported",
"AudioProfileNotSupported": "Audio profile not supported",
"AudioSampleRateNotSupported": "Audio sample rate not supported"
}

View file

@ -452,8 +452,10 @@
"Transcoding": "Transcoding",
"VideoCodecNotSupported": "Video codec not supported",
"AudioCodecNotSupported": "Audio codec not supported",
"ContainerNotSupported": "Container format not supported",
"ContainerNotSupported": "Container not supported",
"AudioBitrateNotSupported": "Audio bitrate not supported",
"AudioChannelsNotSupported": "Audio channels not supported",
"VideoResolutionNotSupported": "Video resolution not supported"
"VideoResolutionNotSupported": "Video resolution not supported",
"AudioProfileNotSupported": "Audio profile not supported",
"AudioSampleRateNotSupported": "Audio sample rate not supported"
}

View file

@ -441,19 +441,21 @@
"Schedule": "\u0420\u0430\u0441\u043f\u0438\u0441\u0430\u043d\u0438\u0435",
"Recordings": "\u0417\u0430\u043f\u0438\u0441\u0438",
"MarkWatched": "\u041e\u0442\u043c\u0435\u0442\u0438\u0442\u044c \u043a\u0430\u043a \u043f\u0440\u043e\u0441\u043c\u043e\u0442\u0440\u0435\u043d\u043d\u043e\u0435",
"ScanForNewAndUpdatedFiles": "\u0421\u043a\u0430\u043d\u0438\u0440\u043e\u0432\u0430\u043d\u0438\u0435 \u043d\u043e\u0432\u044b\u0445 \u0438 \u043e\u0431\u043d\u043e\u0432\u043b\u0451\u043d\u043d\u044b\u0445 \u0444\u0430\u0439\u043b\u043e\u0432",
"DirectStreamHelp1": "The media is compatible with the device regarding resolution and media type (H.264, AC3, etc.), but is in an incompatible file container (.mkv, .avi, .wmv, etc.). The video will be re-packaged on the fly before streaming it to the device.",
"DirectStreamHelp2": "Direct Streaming a file uses very little processing power without any loss in video quality.",
"MediaIsBeingConverted": "The media is being converted into a format that is compatible with the device that is playing the media.",
"StatsForNerds": "Stats for nerds",
"LabelReasonForTranscoding": "Reason for transcoding:",
"DirectPlaying": "Direct playing",
"DirectStreaming": "Direct streaming",
"Transcoding": "Transcoding",
"VideoCodecNotSupported": "Video codec not supported",
"AudioCodecNotSupported": "Audio codec not supported",
"ContainerNotSupported": "Container format not supported",
"AudioBitrateNotSupported": "Audio bitrate not supported",
"AudioChannelsNotSupported": "Audio channels not supported",
"VideoResolutionNotSupported": "Video resolution not supported"
"ScanForNewAndUpdatedFiles": "\u0421\u043a\u0430\u043d\u0438\u0440\u043e\u0432\u0430\u043d\u0438\u0435 \u043d\u043e\u0432\u044b\u0445 \u0438 \u0438\u0437\u043c\u0435\u043d\u0451\u043d\u043d\u044b\u0445 \u0444\u0430\u0439\u043b\u043e\u0432",
"DirectStreamHelp1": "\u041c\u0435\u0434\u0438\u0430\u0434\u0430\u043d\u043d\u044b\u0435 \u0441\u043e\u0432\u043c\u0435\u0441\u0442\u0438\u043c\u044b \u0441 \u0443\u0441\u0442\u0440\u043e\u0439\u0441\u0442\u0432\u043e\u043c \u0432 \u043e\u0442\u043d\u043e\u0448\u0435\u043d\u0438\u0438 \u0440\u0430\u0437\u0440\u0435\u0448\u0435\u043d\u0438\u044f \u0438 \u0442\u0438\u043f\u0430 \u043c\u0435\u0434\u0438\u0430\u0434\u0430\u043d\u043d\u044b\u0445 (H.264, AC3, \u0438 \u0442.\u0434.), \u043d\u043e \u0432 \u043d\u0435\u0441\u043e\u0432\u043c\u0435\u0441\u0442\u0438\u043c\u043e\u043c \u0444\u0430\u0439\u043b\u043e\u0432\u043e\u043c \u043a\u043e\u043d\u0442\u0435\u0439\u043d\u0435\u0440\u0435 (.mkv, .avi, .wmv \u0438 \u0442.\u0434.). \u0412\u0438\u0434\u0435\u043e \u0431\u0443\u0434\u0435\u0442 \u043f\u043e\u0432\u0442\u043e\u0440\u043d\u043e \u0443\u043f\u0430\u043a\u043e\u0432\u0430\u043d\u043e \u0432 \u0440\u0435\u0436\u0438\u043c\u0435 \u0440\u0435\u0430\u043b\u044c\u043d\u043e\u0433\u043e \u0432\u0440\u0435\u043c\u0435\u043d\u0438 \u043f\u0435\u0440\u0435\u0434 \u0435\u0433\u043e \u0442\u0440\u0430\u043d\u0441\u043b\u044f\u0446\u0438\u0435\u0439 \u043d\u0430 \u0443\u0441\u0442\u0440\u043e\u0439\u0441\u0442\u0432\u043e.",
"DirectStreamHelp2": "\u041f\u0440\u044f\u043c\u0430\u044f \u0442\u0440\u0430\u043d\u0441\u043b\u044f\u0446\u0438\u044f \u0444\u0430\u0439\u043b\u043e\u0432 \u0438\u0441\u043f\u043e\u043b\u044c\u0437\u0443\u0435\u0442 \u043e\u0447\u0435\u043d\u044c \u043c\u0430\u043b\u043e \u0432\u044b\u0447\u0438\u0441\u043b\u0438\u0442\u0435\u043b\u044c\u043d\u043e\u0439 \u043c\u043e\u0449\u043d\u043e\u0441\u0442\u0438 \u0431\u0435\u0437 \u043f\u043e\u0442\u0435\u0440\u0438 \u043a\u0430\u0447\u0435\u0441\u0442\u0432\u0430 \u0432\u0438\u0434\u0435\u043e.",
"MediaIsBeingConverted": "\u041c\u0435\u0434\u0438\u0430\u0434\u0430\u043d\u043d\u044b\u0435 \u043f\u0440\u0435\u043e\u0431\u0440\u0430\u0437\u0443\u044e\u0442\u0441\u044f \u0432 \u0444\u043e\u0440\u043c\u0430\u0442, \u0441\u043e\u0432\u043c\u0435\u0441\u0442\u0438\u043c\u044b\u0439 \u0441 \u0443\u0441\u0442\u0440\u043e\u0439\u0441\u0442\u0432\u043e\u043c, \u043a\u043e\u0442\u043e\u0440\u043e\u0435 \u0432\u043e\u0441\u043f\u0440\u043e\u0438\u0437\u0432\u043e\u0434\u0438\u0442 \u044d\u0442\u0438 \u043c\u0435\u0434\u0438\u0430\u0434\u0430\u043d\u043d\u044b\u0435.",
"StatsForNerds": "\u0421\u0442\u0430\u0442\u0438\u0441\u0442\u0438\u043a\u0430 \u0434\u043b\u044f \u0443\u043c\u043d\u0438\u043a\u043e\u0432",
"LabelReasonForTranscoding": "\u041f\u0440\u0438\u0447\u0438\u043d\u0430 \u043f\u0435\u0440\u0435\u043a\u043e\u0434\u0438\u0440\u043e\u0432\u0430\u043d\u0438\u044f:",
"DirectPlaying": "\u0412\u043e\u0441\u043f\u0440\u043e\u0438\u0437\u0432\u043e\u0434\u0438\u0442\u0441\u044f \u043d\u0430\u043f\u0440\u044f\u043c\u0443\u044e",
"DirectStreaming": "\u0422\u0440\u0430\u043d\u0441\u043b\u0438\u0440\u0443\u0435\u0442\u0441\u044f \u043d\u0430\u043f\u0440\u044f\u043c\u0443\u044e",
"Transcoding": "\u041f\u0435\u0440\u0435\u043a\u043e\u0434\u0438\u0440\u0443\u0435\u0442\u0441\u044f",
"VideoCodecNotSupported": "\u0412\u0438\u0434\u0435\u043e\u043a\u043e\u0434\u0435\u043a \u043d\u0435 \u043f\u043e\u0434\u0434\u0435\u0440\u0436\u0438\u0432\u0430\u0435\u0442\u0441\u044f",
"AudioCodecNotSupported": "\u0410\u0443\u0434\u0438\u043e\u043a\u043e\u0434\u0435\u043a \u043d\u0435 \u043f\u043e\u0434\u0434\u0435\u0440\u0436\u0438\u0432\u0430\u0435\u0442\u0441\u044f",
"ContainerNotSupported": "\u041a\u043e\u043d\u0442\u0435\u0439\u043d\u0435\u0440 \u043d\u0435 \u043f\u043e\u0434\u0434\u0435\u0440\u0436\u0438\u0432\u0430\u0435\u0442\u0441\u044f",
"AudioBitrateNotSupported": "\u041f\u043e\u0442\u043e\u043a\u043e\u0432\u0430\u044f \u0441\u043a\u043e\u0440\u043e\u0441\u0442\u044c \u0430\u0443\u0434\u0438\u043e \u043d\u0435 \u043f\u043e\u0434\u0434\u0435\u0440\u0436\u0438\u0432\u0430\u0435\u0442\u0441\u044f",
"AudioChannelsNotSupported": "\u0410\u0443\u0434\u0438\u043e\u043a\u0430\u043d\u0430\u043b\u044b \u043d\u0435 \u043f\u043e\u0434\u0434\u0435\u0440\u0436\u0438\u0432\u0430\u044e\u0442\u0441\u044f",
"VideoResolutionNotSupported": "\u0412\u0438\u0434\u0435\u043e\u0440\u0430\u0437\u0440\u0435\u0448\u0435\u043d\u0438\u0435 \u043d\u0435 \u043f\u043e\u0434\u0434\u0435\u0440\u0436\u0438\u0432\u0430\u0435\u0442\u0441\u044f",
"AudioProfileNotSupported": "\u0410\u0443\u0434\u0438\u043e \u043f\u0440\u043e\u0444\u0438\u043b\u044c \u043d\u0435 \u043f\u043e\u0434\u0434\u0435\u0440\u0436\u0438\u0432\u0430\u0435\u0442\u0441\u044f",
"AudioSampleRateNotSupported": "\u0427\u0430\u0441\u0442\u043e\u0442\u0430 \u0434\u0438\u0441\u043a\u0440\u0435\u0442\u0438\u0437\u0430\u0446\u0438\u0438 \u0430\u0443\u0434\u0438\u043e \u043d\u0435 \u043f\u043e\u0434\u0434\u0435\u0440\u0436\u0438\u0432\u0430\u0435\u0442\u0441\u044f"
}

View file

@ -452,8 +452,10 @@
"Transcoding": "Transcoding",
"VideoCodecNotSupported": "Video codec not supported",
"AudioCodecNotSupported": "Audio codec not supported",
"ContainerNotSupported": "Container format not supported",
"ContainerNotSupported": "Container not supported",
"AudioBitrateNotSupported": "Audio bitrate not supported",
"AudioChannelsNotSupported": "Audio channels not supported",
"VideoResolutionNotSupported": "Video resolution not supported"
"VideoResolutionNotSupported": "Video resolution not supported",
"AudioProfileNotSupported": "Audio profile not supported",
"AudioSampleRateNotSupported": "Audio sample rate not supported"
}

View file

@ -452,8 +452,10 @@
"Transcoding": "Transcoding",
"VideoCodecNotSupported": "Video codec not supported",
"AudioCodecNotSupported": "Audio codec not supported",
"ContainerNotSupported": "Container format not supported",
"ContainerNotSupported": "Container not supported",
"AudioBitrateNotSupported": "Audio bitrate not supported",
"AudioChannelsNotSupported": "Audio channels not supported",
"VideoResolutionNotSupported": "Video resolution not supported"
"VideoResolutionNotSupported": "Video resolution not supported",
"AudioProfileNotSupported": "Audio profile not supported",
"AudioSampleRateNotSupported": "Audio sample rate not supported"
}

View file

@ -452,8 +452,10 @@
"Transcoding": "Transcoding",
"VideoCodecNotSupported": "Video codec not supported",
"AudioCodecNotSupported": "Audio codec not supported",
"ContainerNotSupported": "Container format not supported",
"ContainerNotSupported": "Container not supported",
"AudioBitrateNotSupported": "Audio bitrate not supported",
"AudioChannelsNotSupported": "Audio channels not supported",
"VideoResolutionNotSupported": "Video resolution not supported"
"VideoResolutionNotSupported": "Video resolution not supported",
"AudioProfileNotSupported": "Audio profile not supported",
"AudioSampleRateNotSupported": "Audio sample rate not supported"
}

View file

@ -452,8 +452,10 @@
"Transcoding": "Transcoding",
"VideoCodecNotSupported": "Video codec not supported",
"AudioCodecNotSupported": "Audio codec not supported",
"ContainerNotSupported": "Container format not supported",
"ContainerNotSupported": "Container not supported",
"AudioBitrateNotSupported": "Audio bitrate not supported",
"AudioChannelsNotSupported": "Audio channels not supported",
"VideoResolutionNotSupported": "Video resolution not supported"
"VideoResolutionNotSupported": "Video resolution not supported",
"AudioProfileNotSupported": "Audio profile not supported",
"AudioSampleRateNotSupported": "Audio sample rate not supported"
}

View file

@ -452,8 +452,10 @@
"Transcoding": "Transcoding",
"VideoCodecNotSupported": "Video codec not supported",
"AudioCodecNotSupported": "Audio codec not supported",
"ContainerNotSupported": "Container format not supported",
"ContainerNotSupported": "Container not supported",
"AudioBitrateNotSupported": "Audio bitrate not supported",
"AudioChannelsNotSupported": "Audio channels not supported",
"VideoResolutionNotSupported": "Video resolution not supported"
"VideoResolutionNotSupported": "Video resolution not supported",
"AudioProfileNotSupported": "Audio profile not supported",
"AudioSampleRateNotSupported": "Audio sample rate not supported"
}

View file

@ -452,8 +452,10 @@
"Transcoding": "Transcoding",
"VideoCodecNotSupported": "Video codec not supported",
"AudioCodecNotSupported": "Audio codec not supported",
"ContainerNotSupported": "Container format not supported",
"ContainerNotSupported": "Container not supported",
"AudioBitrateNotSupported": "Audio bitrate not supported",
"AudioChannelsNotSupported": "Audio channels not supported",
"VideoResolutionNotSupported": "Video resolution not supported"
"VideoResolutionNotSupported": "Video resolution not supported",
"AudioProfileNotSupported": "Audio profile not supported",
"AudioSampleRateNotSupported": "Audio sample rate not supported"
}

View file

@ -452,8 +452,10 @@
"Transcoding": "Transcoding",
"VideoCodecNotSupported": "Video codec not supported",
"AudioCodecNotSupported": "Audio codec not supported",
"ContainerNotSupported": "Container format not supported",
"ContainerNotSupported": "Container not supported",
"AudioBitrateNotSupported": "Audio bitrate not supported",
"AudioChannelsNotSupported": "Audio channels not supported",
"VideoResolutionNotSupported": "Video resolution not supported"
"VideoResolutionNotSupported": "Video resolution not supported",
"AudioProfileNotSupported": "Audio profile not supported",
"AudioSampleRateNotSupported": "Audio sample rate not supported"
}

View file

@ -452,8 +452,10 @@
"Transcoding": "Transcoding",
"VideoCodecNotSupported": "Video codec not supported",
"AudioCodecNotSupported": "Audio codec not supported",
"ContainerNotSupported": "Container format not supported",
"ContainerNotSupported": "Container not supported",
"AudioBitrateNotSupported": "Audio bitrate not supported",
"AudioChannelsNotSupported": "Audio channels not supported",
"VideoResolutionNotSupported": "Video resolution not supported"
"VideoResolutionNotSupported": "Video resolution not supported",
"AudioProfileNotSupported": "Audio profile not supported",
"AudioSampleRateNotSupported": "Audio sample rate not supported"
}

View file

@ -452,8 +452,10 @@
"Transcoding": "Transcoding",
"VideoCodecNotSupported": "Video codec not supported",
"AudioCodecNotSupported": "Audio codec not supported",
"ContainerNotSupported": "Container format not supported",
"ContainerNotSupported": "Container not supported",
"AudioBitrateNotSupported": "Audio bitrate not supported",
"AudioChannelsNotSupported": "Audio channels not supported",
"VideoResolutionNotSupported": "Video resolution not supported"
"VideoResolutionNotSupported": "Video resolution not supported",
"AudioProfileNotSupported": "Audio profile not supported",
"AudioSampleRateNotSupported": "Audio sample rate not supported"
}

File diff suppressed because one or more lines are too long

File diff suppressed because one or more lines are too long