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:
parent
fb3179796d
commit
11bd9acad2
46 changed files with 234 additions and 152 deletions
File diff suppressed because one or more lines are too long
|
@ -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
|
@ -452,8 +452,10 @@
|
||||||
"Transcoding": "Transcoding",
|
"Transcoding": "Transcoding",
|
||||||
"VideoCodecNotSupported": "Video codec not supported",
|
"VideoCodecNotSupported": "Video codec not supported",
|
||||||
"AudioCodecNotSupported": "Audio codec not supported",
|
"AudioCodecNotSupported": "Audio codec not supported",
|
||||||
"ContainerNotSupported": "Container format not supported",
|
"ContainerNotSupported": "Container not supported",
|
||||||
"AudioBitrateNotSupported": "Audio bitrate not supported",
|
"AudioBitrateNotSupported": "Audio bitrate not supported",
|
||||||
"AudioChannelsNotSupported": "Audio channels 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"
|
||||||
}
|
}
|
|
@ -452,8 +452,10 @@
|
||||||
"Transcoding": "Transcoding",
|
"Transcoding": "Transcoding",
|
||||||
"VideoCodecNotSupported": "Video codec not supported",
|
"VideoCodecNotSupported": "Video codec not supported",
|
||||||
"AudioCodecNotSupported": "Audio codec not supported",
|
"AudioCodecNotSupported": "Audio codec not supported",
|
||||||
"ContainerNotSupported": "Container format not supported",
|
"ContainerNotSupported": "Container not supported",
|
||||||
"AudioBitrateNotSupported": "Audio bitrate not supported",
|
"AudioBitrateNotSupported": "Audio bitrate not supported",
|
||||||
"AudioChannelsNotSupported": "Audio channels 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"
|
||||||
}
|
}
|
|
@ -452,8 +452,10 @@
|
||||||
"Transcoding": "Transcoding",
|
"Transcoding": "Transcoding",
|
||||||
"VideoCodecNotSupported": "Video codec not supported",
|
"VideoCodecNotSupported": "Video codec not supported",
|
||||||
"AudioCodecNotSupported": "Audio codec not supported",
|
"AudioCodecNotSupported": "Audio codec not supported",
|
||||||
"ContainerNotSupported": "Container format not supported",
|
"ContainerNotSupported": "Container not supported",
|
||||||
"AudioBitrateNotSupported": "Audio bitrate not supported",
|
"AudioBitrateNotSupported": "Audio bitrate not supported",
|
||||||
"AudioChannelsNotSupported": "Audio channels 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"
|
||||||
}
|
}
|
|
@ -452,8 +452,10 @@
|
||||||
"Transcoding": "Transcoding",
|
"Transcoding": "Transcoding",
|
||||||
"VideoCodecNotSupported": "Video codec not supported",
|
"VideoCodecNotSupported": "Video codec not supported",
|
||||||
"AudioCodecNotSupported": "Audio codec not supported",
|
"AudioCodecNotSupported": "Audio codec not supported",
|
||||||
"ContainerNotSupported": "Container format not supported",
|
"ContainerNotSupported": "Container not supported",
|
||||||
"AudioBitrateNotSupported": "Audio bitrate not supported",
|
"AudioBitrateNotSupported": "Audio bitrate not supported",
|
||||||
"AudioChannelsNotSupported": "Audio channels 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"
|
||||||
}
|
}
|
|
@ -452,8 +452,10 @@
|
||||||
"Transcoding": "Transcoding",
|
"Transcoding": "Transcoding",
|
||||||
"VideoCodecNotSupported": "Video codec not supported",
|
"VideoCodecNotSupported": "Video codec not supported",
|
||||||
"AudioCodecNotSupported": "Audio codec not supported",
|
"AudioCodecNotSupported": "Audio codec not supported",
|
||||||
"ContainerNotSupported": "Container format not supported",
|
"ContainerNotSupported": "Container not supported",
|
||||||
"AudioBitrateNotSupported": "Audio bitrate not supported",
|
"AudioBitrateNotSupported": "Audio bitrate not supported",
|
||||||
"AudioChannelsNotSupported": "Audio channels 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"
|
||||||
}
|
}
|
|
@ -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.",
|
"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.",
|
"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.",
|
"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:",
|
"LabelReasonForTranscoding": "Grund f\u00fcr die Transkodierung:",
|
||||||
"DirectPlaying": "Direktes Abspielen",
|
"DirectPlaying": "Direktes Abspielen",
|
||||||
"DirectStreaming": "Direktes Streaming",
|
"DirectStreaming": "Direktes Streaming",
|
||||||
"Transcoding": "Transcoding",
|
"Transcoding": "Transcoding",
|
||||||
"VideoCodecNotSupported": "Video Codec nicht unterst\u00fctzt",
|
"VideoCodecNotSupported": "Video Codec nicht unterst\u00fctzt",
|
||||||
"AudioCodecNotSupported": "Audio Codec nicht unterst\u00fctzt",
|
"AudioCodecNotSupported": "Audio Codec nicht unterst\u00fctzt",
|
||||||
"ContainerNotSupported": "Container format not supported",
|
"ContainerNotSupported": "Container nicht unterst\u00fctzt",
|
||||||
"AudioBitrateNotSupported": "Audio bitrate not supported",
|
"AudioBitrateNotSupported": "Audio Bitrate nicht unterst\u00fctzt",
|
||||||
"AudioChannelsNotSupported": "Audio channels not supported",
|
"AudioChannelsNotSupported": "Audio Kan\u00e4le nicht unterst\u00fctzt",
|
||||||
"VideoResolutionNotSupported": "Video resolution not supported"
|
"VideoResolutionNotSupported": "Video Aufl\u00f6sung nicht unterst\u00fctzt",
|
||||||
|
"AudioProfileNotSupported": "Audio Profil nicht unterst\u00fctzt",
|
||||||
|
"AudioSampleRateNotSupported": "Audio Sample Rate nicht unterst\u00fctzt"
|
||||||
}
|
}
|
|
@ -452,8 +452,10 @@
|
||||||
"Transcoding": "Transcoding",
|
"Transcoding": "Transcoding",
|
||||||
"VideoCodecNotSupported": "Video codec not supported",
|
"VideoCodecNotSupported": "Video codec not supported",
|
||||||
"AudioCodecNotSupported": "Audio codec not supported",
|
"AudioCodecNotSupported": "Audio codec not supported",
|
||||||
"ContainerNotSupported": "Container format not supported",
|
"ContainerNotSupported": "Container not supported",
|
||||||
"AudioBitrateNotSupported": "Audio bitrate not supported",
|
"AudioBitrateNotSupported": "Audio bitrate not supported",
|
||||||
"AudioChannelsNotSupported": "Audio channels 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"
|
||||||
}
|
}
|
|
@ -452,8 +452,10 @@
|
||||||
"Transcoding": "Transcoding",
|
"Transcoding": "Transcoding",
|
||||||
"VideoCodecNotSupported": "Video codec not supported",
|
"VideoCodecNotSupported": "Video codec not supported",
|
||||||
"AudioCodecNotSupported": "Audio codec not supported",
|
"AudioCodecNotSupported": "Audio codec not supported",
|
||||||
"ContainerNotSupported": "Container format not supported",
|
"ContainerNotSupported": "Container not supported",
|
||||||
"AudioBitrateNotSupported": "Audio bitrate not supported",
|
"AudioBitrateNotSupported": "Audio bitrate not supported",
|
||||||
"AudioChannelsNotSupported": "Audio channels 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"
|
||||||
}
|
}
|
|
@ -452,8 +452,10 @@
|
||||||
"Transcoding": "Transcoding",
|
"Transcoding": "Transcoding",
|
||||||
"VideoCodecNotSupported": "Video codec not supported",
|
"VideoCodecNotSupported": "Video codec not supported",
|
||||||
"AudioCodecNotSupported": "Audio codec not supported",
|
"AudioCodecNotSupported": "Audio codec not supported",
|
||||||
"ContainerNotSupported": "Container format not supported",
|
"ContainerNotSupported": "Container not supported",
|
||||||
"AudioBitrateNotSupported": "Audio bitrate not supported",
|
"AudioBitrateNotSupported": "Audio bitrate not supported",
|
||||||
"AudioChannelsNotSupported": "Audio channels 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"
|
||||||
}
|
}
|
|
@ -452,8 +452,10 @@
|
||||||
"Transcoding": "Transcoding",
|
"Transcoding": "Transcoding",
|
||||||
"VideoCodecNotSupported": "Video codec not supported",
|
"VideoCodecNotSupported": "Video codec not supported",
|
||||||
"AudioCodecNotSupported": "Audio codec not supported",
|
"AudioCodecNotSupported": "Audio codec not supported",
|
||||||
"ContainerNotSupported": "Container format not supported",
|
"ContainerNotSupported": "Container not supported",
|
||||||
"AudioBitrateNotSupported": "Audio bitrate not supported",
|
"AudioBitrateNotSupported": "Audio bitrate not supported",
|
||||||
"AudioChannelsNotSupported": "Audio channels 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"
|
||||||
}
|
}
|
|
@ -452,8 +452,10 @@
|
||||||
"Transcoding": "Transcodificando",
|
"Transcoding": "Transcodificando",
|
||||||
"VideoCodecNotSupported": "Codec de video no soportado",
|
"VideoCodecNotSupported": "Codec de video no soportado",
|
||||||
"AudioCodecNotSupported": "Codec de audio no soportado",
|
"AudioCodecNotSupported": "Codec de audio no soportado",
|
||||||
"ContainerNotSupported": "Container format not supported",
|
"ContainerNotSupported": "Contenedor no soportado",
|
||||||
"AudioBitrateNotSupported": "Audio bitrate not supported",
|
"AudioBitrateNotSupported": "Tasa de bits de audio no soportado",
|
||||||
"AudioChannelsNotSupported": "Audio channels not supported",
|
"AudioChannelsNotSupported": "Canales de audio no soportados",
|
||||||
"VideoResolutionNotSupported": "Video resolution not supported"
|
"VideoResolutionNotSupported": "Resoluci\u00f3n de video no soportada",
|
||||||
|
"AudioProfileNotSupported": "Audio profile not supported",
|
||||||
|
"AudioSampleRateNotSupported": "Audio sample rate not supported"
|
||||||
}
|
}
|
|
@ -452,8 +452,10 @@
|
||||||
"Transcoding": "Transcoding",
|
"Transcoding": "Transcoding",
|
||||||
"VideoCodecNotSupported": "Video codec not supported",
|
"VideoCodecNotSupported": "Video codec not supported",
|
||||||
"AudioCodecNotSupported": "Audio codec not supported",
|
"AudioCodecNotSupported": "Audio codec not supported",
|
||||||
"ContainerNotSupported": "Container format not supported",
|
"ContainerNotSupported": "Container not supported",
|
||||||
"AudioBitrateNotSupported": "Audio bitrate not supported",
|
"AudioBitrateNotSupported": "Audio bitrate not supported",
|
||||||
"AudioChannelsNotSupported": "Audio channels 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"
|
||||||
}
|
}
|
|
@ -452,8 +452,10 @@
|
||||||
"Transcoding": "Transcoding",
|
"Transcoding": "Transcoding",
|
||||||
"VideoCodecNotSupported": "Video codec not supported",
|
"VideoCodecNotSupported": "Video codec not supported",
|
||||||
"AudioCodecNotSupported": "Audio codec not supported",
|
"AudioCodecNotSupported": "Audio codec not supported",
|
||||||
"ContainerNotSupported": "Container format not supported",
|
"ContainerNotSupported": "Container not supported",
|
||||||
"AudioBitrateNotSupported": "Audio bitrate not supported",
|
"AudioBitrateNotSupported": "Audio bitrate not supported",
|
||||||
"AudioChannelsNotSupported": "Audio channels 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"
|
||||||
}
|
}
|
|
@ -452,8 +452,10 @@
|
||||||
"Transcoding": "Transcoding",
|
"Transcoding": "Transcoding",
|
||||||
"VideoCodecNotSupported": "Video codec not supported",
|
"VideoCodecNotSupported": "Video codec not supported",
|
||||||
"AudioCodecNotSupported": "Audio codec not supported",
|
"AudioCodecNotSupported": "Audio codec not supported",
|
||||||
"ContainerNotSupported": "Container format not supported",
|
"ContainerNotSupported": "Container not supported",
|
||||||
"AudioBitrateNotSupported": "Audio bitrate not supported",
|
"AudioBitrateNotSupported": "Audio bitrate not supported",
|
||||||
"AudioChannelsNotSupported": "Audio channels 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"
|
||||||
}
|
}
|
|
@ -452,8 +452,10 @@
|
||||||
"Transcoding": "Transcodage",
|
"Transcoding": "Transcodage",
|
||||||
"VideoCodecNotSupported": "Codec vid\u00e9o non support\u00e9",
|
"VideoCodecNotSupported": "Codec vid\u00e9o non support\u00e9",
|
||||||
"AudioCodecNotSupported": "Codec audio non support\u00e9",
|
"AudioCodecNotSupported": "Codec audio non support\u00e9",
|
||||||
"ContainerNotSupported": "Container format not supported",
|
"ContainerNotSupported": "Conteneur non pris en charge",
|
||||||
"AudioBitrateNotSupported": "Audio bitrate not supported",
|
"AudioBitrateNotSupported": "D\u00e9bit audio non pris en charge",
|
||||||
"AudioChannelsNotSupported": "Audio channels not supported",
|
"AudioChannelsNotSupported": "Canaux audio non prises en charge",
|
||||||
"VideoResolutionNotSupported": "Video resolution not supported"
|
"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"
|
||||||
}
|
}
|
|
@ -452,8 +452,10 @@
|
||||||
"Transcoding": "Transcoding",
|
"Transcoding": "Transcoding",
|
||||||
"VideoCodecNotSupported": "Video codec not supported",
|
"VideoCodecNotSupported": "Video codec not supported",
|
||||||
"AudioCodecNotSupported": "Audio codec not supported",
|
"AudioCodecNotSupported": "Audio codec not supported",
|
||||||
"ContainerNotSupported": "Container format not supported",
|
"ContainerNotSupported": "Container not supported",
|
||||||
"AudioBitrateNotSupported": "Audio bitrate not supported",
|
"AudioBitrateNotSupported": "Audio bitrate not supported",
|
||||||
"AudioChannelsNotSupported": "Audio channels 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"
|
||||||
}
|
}
|
|
@ -452,8 +452,10 @@
|
||||||
"Transcoding": "Transcoding",
|
"Transcoding": "Transcoding",
|
||||||
"VideoCodecNotSupported": "Video codec not supported",
|
"VideoCodecNotSupported": "Video codec not supported",
|
||||||
"AudioCodecNotSupported": "Audio codec not supported",
|
"AudioCodecNotSupported": "Audio codec not supported",
|
||||||
"ContainerNotSupported": "Container format not supported",
|
"ContainerNotSupported": "Container not supported",
|
||||||
"AudioBitrateNotSupported": "Audio bitrate not supported",
|
"AudioBitrateNotSupported": "Audio bitrate not supported",
|
||||||
"AudioChannelsNotSupported": "Audio channels 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"
|
||||||
}
|
}
|
|
@ -452,8 +452,10 @@
|
||||||
"Transcoding": "Transcoding",
|
"Transcoding": "Transcoding",
|
||||||
"VideoCodecNotSupported": "Video codec not supported",
|
"VideoCodecNotSupported": "Video codec not supported",
|
||||||
"AudioCodecNotSupported": "Audio codec not supported",
|
"AudioCodecNotSupported": "Audio codec not supported",
|
||||||
"ContainerNotSupported": "Container format not supported",
|
"ContainerNotSupported": "Container not supported",
|
||||||
"AudioBitrateNotSupported": "Audio bitrate not supported",
|
"AudioBitrateNotSupported": "Audio bitrate not supported",
|
||||||
"AudioChannelsNotSupported": "Audio channels 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"
|
||||||
}
|
}
|
|
@ -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.",
|
"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",
|
"AttributeNew": "\u00daj",
|
||||||
"Premiere": "Premiere",
|
"Premiere": "Premiere",
|
||||||
"Live": "Live",
|
"Live": "\u00c9l\u0151",
|
||||||
"Repeat": "Ism\u00e9tl\u00e9s",
|
"Repeat": "Ism\u00e9tl\u00e9s",
|
||||||
"TrackCount": "{0} tracks",
|
"TrackCount": "{0} tracks",
|
||||||
"ItemCount": "{0} items",
|
"ItemCount": "{0} items",
|
||||||
"OriginalAirDateValue": "Original air date: {0}",
|
"OriginalAirDateValue": "Eredeti vet\u00edt\u00e9s d\u00e1tuma: {0}",
|
||||||
"EndsAtValue": "V\u00e1rhat\u00f3 befejez\u00e9s {0}",
|
"EndsAtValue": "V\u00e1rhat\u00f3 befejez\u00e9s {0}",
|
||||||
"HeaderSelectDate": "Select Date",
|
"HeaderSelectDate": "V\u00e1lassz d\u00e1tumot",
|
||||||
"ButtonOk": "Ok",
|
"ButtonOk": "Ok",
|
||||||
"ButtonCancel": "M\u00e9gsem",
|
"ButtonCancel": "M\u00e9gsem",
|
||||||
"ButtonGotIt": "\u00c9rtettem",
|
"ButtonGotIt": "\u00c9rtettem",
|
||||||
|
@ -36,20 +36,20 @@
|
||||||
"RecordSeries": "Record series",
|
"RecordSeries": "Record series",
|
||||||
"HeaderCinemaMode": "Cinema Mode",
|
"HeaderCinemaMode": "Cinema Mode",
|
||||||
"HeaderCloudSync": "Felh\u0151szinkroniz\u00e1ci\u00f3 ",
|
"HeaderCloudSync": "Felh\u0151szinkroniz\u00e1ci\u00f3 ",
|
||||||
"HeaderDownloadedMedia": "Downloaded Media",
|
"HeaderDownloadedMedia": "Let\u00f6lt\u00f6tt M\u00e9dia",
|
||||||
"Downloads": "Downloads",
|
"Downloads": "Let\u00f6lt\u00e9sek",
|
||||||
"HeaderOfflineDownloads": "Offline Media",
|
"HeaderOfflineDownloads": "Offline M\u00e9dia",
|
||||||
"HeaderOfflineDownloadsDescription": "Download media to your devices for easy offline use.",
|
"HeaderOfflineDownloadsDescription": "Download media to your devices for easy offline use.",
|
||||||
"CloudSyncFeatureDescription": "Sync your media to the cloud for easy backup, archiving, and converting.",
|
"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.",
|
"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?",
|
"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.",
|
"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",
|
"HeaderFreeApps": "Ingyenes Emby alkalmaz\u00e1sok",
|
||||||
"FreeAppsFeatureDescription": "Enjoy free access to Emby apps for your devices.",
|
"FreeAppsFeatureDescription": "Enjoy free access to Emby apps for your devices.",
|
||||||
"HeaderBecomeProjectSupporter": "Emby Premiere beszerz\u00e9se",
|
"HeaderBecomeProjectSupporter": "Emby Premiere beszerz\u00e9se",
|
||||||
"MessageActiveSubscriptionRequiredSeriesRecordings": "An active Emby Premiere subscription is required in order to create automated series recordings.",
|
"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.",
|
"PromoConvertRecordingsToStreamingFormat": "Automatically convert recordings to a streaming friendly format with Emby Premiere. Recordings will be converted on the fly to MP4 or MKV, based on Emby server settings.",
|
||||||
"FeatureRequiresEmbyPremiere": "This feature requires an active Emby Premiere subscription.",
|
"FeatureRequiresEmbyPremiere": "This feature requires an active Emby Premiere subscription.",
|
||||||
"HeaderConvertYourRecordings": "Convert Your Recordings",
|
"HeaderConvertYourRecordings": "Convert Your Recordings",
|
||||||
|
@ -57,8 +57,8 @@
|
||||||
"Save": "Ment\u00e9s",
|
"Save": "Ment\u00e9s",
|
||||||
"Edit": "Szerkeszt\u00e9s",
|
"Edit": "Szerkeszt\u00e9s",
|
||||||
"Download": "Let\u00f6lt\u00e9s",
|
"Download": "Let\u00f6lt\u00e9s",
|
||||||
"Downloaded": "Downloaded",
|
"Downloaded": "Let\u00f6lt\u00f6tt",
|
||||||
"Downloading": "Downloading",
|
"Downloading": "Let\u00f6lt\u00e9s",
|
||||||
"Advanced": "Halad\u00f3",
|
"Advanced": "Halad\u00f3",
|
||||||
"Delete": "T\u00f6rl\u00e9s",
|
"Delete": "T\u00f6rl\u00e9s",
|
||||||
"HeaderDeleteItem": "Delete Item",
|
"HeaderDeleteItem": "Delete Item",
|
||||||
|
@ -68,7 +68,7 @@
|
||||||
"AddToCollection": "Hozz\u00e1ad\u00e1s gy\u0171jtem\u00e9nyhez",
|
"AddToCollection": "Hozz\u00e1ad\u00e1s gy\u0171jtem\u00e9nyhez",
|
||||||
"HeaderAddToCollection": "Hozz\u00e1ad\u00e1s gy\u0171jtem\u00e9nyhez",
|
"HeaderAddToCollection": "Hozz\u00e1ad\u00e1s gy\u0171jtem\u00e9nyhez",
|
||||||
"NewCollection": "\u00daj Gy\u0171jtem\u00e9ny",
|
"NewCollection": "\u00daj Gy\u0171jtem\u00e9ny",
|
||||||
"LabelCollection": "Collection:",
|
"LabelCollection": "Gy\u0171jtem\u00e9ny:",
|
||||||
"Help": "Seg\u00edts\u00e9g",
|
"Help": "Seg\u00edts\u00e9g",
|
||||||
"NewCollectionHelp": "Collections allow you to create personalized groupings of movies and other library content.",
|
"NewCollectionHelp": "Collections allow you to create personalized groupings of movies and other library content.",
|
||||||
"SearchForCollectionInternetMetadata": "Search the internet for artwork and metadata",
|
"SearchForCollectionInternetMetadata": "Search the internet for artwork and metadata",
|
||||||
|
@ -76,14 +76,14 @@
|
||||||
"NewCollectionNameExample": "P\u00e9ld\u00e1ul: Star Wars Gy\u0171jtem\u00e9ny",
|
"NewCollectionNameExample": "P\u00e9ld\u00e1ul: Star Wars Gy\u0171jtem\u00e9ny",
|
||||||
"MessageItemsAdded": "Items added.",
|
"MessageItemsAdded": "Items added.",
|
||||||
"OptionNew": "\u00daj...",
|
"OptionNew": "\u00daj...",
|
||||||
"LabelPlaylist": "Playlist:",
|
"LabelPlaylist": "Lej\u00e1tsz\u00e1si lista:",
|
||||||
"AddToPlaylist": "Lej\u00e1tsz\u00e1si list\u00e1hoz hozz\u00e1adni",
|
"AddToPlaylist": "Lej\u00e1tsz\u00e1si list\u00e1hoz hozz\u00e1adni",
|
||||||
"HeaderAddToPlaylist": "Lej\u00e1tsz\u00e1si List\u00e1hoz hozz\u00e1adni",
|
"HeaderAddToPlaylist": "Lej\u00e1tsz\u00e1si List\u00e1hoz hozz\u00e1adni",
|
||||||
"Subtitles": "Subtitles",
|
"Subtitles": "Feliratok",
|
||||||
"SearchForSubtitles": "Search for Subtitles",
|
"SearchForSubtitles": "Felirat keres\u00e9se",
|
||||||
"LabelLanguage": "Nyelv:",
|
"LabelLanguage": "Nyelv:",
|
||||||
"Search": "Search",
|
"Search": "Keres\u00e9s",
|
||||||
"NoSubtitleSearchResultsFound": "No results found.",
|
"NoSubtitleSearchResultsFound": "Nincs tal\u00e1lat.",
|
||||||
"File": "File",
|
"File": "File",
|
||||||
"MessageAreYouSureDeleteSubtitles": "Are you sure you wish to delete this subtitle file?",
|
"MessageAreYouSureDeleteSubtitles": "Are you sure you wish to delete this subtitle file?",
|
||||||
"ConfirmDeletion": "Confirm Deletion",
|
"ConfirmDeletion": "Confirm Deletion",
|
||||||
|
@ -92,7 +92,7 @@
|
||||||
"EditSubtitles": "Feliratok szerkeszt\u00e9se",
|
"EditSubtitles": "Feliratok szerkeszt\u00e9se",
|
||||||
"UnlockGuide": "Unlock Guide",
|
"UnlockGuide": "Unlock Guide",
|
||||||
"RefreshMetadata": "Refresh Metadata",
|
"RefreshMetadata": "Refresh Metadata",
|
||||||
"ReplaceExistingImages": "Replace existing images",
|
"ReplaceExistingImages": "Cser\u00e9lje ki a megl\u00e9v\u0151 k\u00e9peket",
|
||||||
"ReplaceAllMetadata": "Replace all metadata",
|
"ReplaceAllMetadata": "Replace all metadata",
|
||||||
"SearchForMissingMetadata": "Keres\u00e9s a hi\u00e1nyz\u00f3 metaadatokra",
|
"SearchForMissingMetadata": "Keres\u00e9s a hi\u00e1nyz\u00f3 metaadatokra",
|
||||||
"LabelRefreshMode": "Refresh mode:",
|
"LabelRefreshMode": "Refresh mode:",
|
||||||
|
@ -138,9 +138,9 @@
|
||||||
"VoiceInput": "Voice Input",
|
"VoiceInput": "Voice Input",
|
||||||
"LabelContentType": "Tartalom t\u00edpusa:",
|
"LabelContentType": "Tartalom t\u00edpusa:",
|
||||||
"LabelPath": "\u00datvonal:",
|
"LabelPath": "\u00datvonal:",
|
||||||
"LabelTitle": "Title:",
|
"LabelTitle": "C\u00edm:",
|
||||||
"LabelOriginalTitle": "Original title:",
|
"LabelOriginalTitle": "Eredeti c\u00edm:",
|
||||||
"LabelSortTitle": "Sort title:",
|
"LabelSortTitle": "Eredeti c\u00edm:",
|
||||||
"LabelDateAdded": "Hozz\u00e1adva:",
|
"LabelDateAdded": "Hozz\u00e1adva:",
|
||||||
"ConfigureDateAdded": "Configure how date added is determined in the Emby Server dashboard under Library settings",
|
"ConfigureDateAdded": "Configure how date added is determined in the Emby Server dashboard under Library settings",
|
||||||
"LabelStatus": "St\u00e1tusz:",
|
"LabelStatus": "St\u00e1tusz:",
|
||||||
|
@ -151,7 +151,7 @@
|
||||||
"Artists": "Artists",
|
"Artists": "Artists",
|
||||||
"LabelCommunityRating": "K\u00f6z\u00f6ss\u00e9gi \u00e9rt\u00e9kel\u00e9s:",
|
"LabelCommunityRating": "K\u00f6z\u00f6ss\u00e9gi \u00e9rt\u00e9kel\u00e9s:",
|
||||||
"LabelCriticRating": "Critic rating:",
|
"LabelCriticRating": "Critic rating:",
|
||||||
"LabelWebsite": "Website:",
|
"LabelWebsite": "Weboldal:",
|
||||||
"LabelTagline": "Tagline:",
|
"LabelTagline": "Tagline:",
|
||||||
"LabelOverview": "Overview:",
|
"LabelOverview": "Overview:",
|
||||||
"LabelShortOverview": "Short overview:",
|
"LabelShortOverview": "Short overview:",
|
||||||
|
@ -165,7 +165,7 @@
|
||||||
"LabelCustomRating": "Custom rating:",
|
"LabelCustomRating": "Custom rating:",
|
||||||
"LabelOriginalAspectRatio": "Original aspect ratio:",
|
"LabelOriginalAspectRatio": "Original aspect ratio:",
|
||||||
"LabelPlayers": "Players:",
|
"LabelPlayers": "Players:",
|
||||||
"Label3DFormat": "3D format:",
|
"Label3DFormat": "3D form\u00e1tum:",
|
||||||
"HeaderAlternateEpisodeNumbers": "Alternate Episode Numbers",
|
"HeaderAlternateEpisodeNumbers": "Alternate Episode Numbers",
|
||||||
"LabelDvdSeasonNumber": "Dvd season number:",
|
"LabelDvdSeasonNumber": "Dvd season number:",
|
||||||
"LabelDvdEpisodeNumber": "Dvd epiz\u00f3d sz\u00e1ma:",
|
"LabelDvdEpisodeNumber": "Dvd epiz\u00f3d sz\u00e1ma:",
|
||||||
|
@ -207,7 +207,7 @@
|
||||||
"HeaderEnabledFields": "Enabled Fields",
|
"HeaderEnabledFields": "Enabled Fields",
|
||||||
"HeaderEnabledFieldsHelp": "Uncheck a field to lock it and prevent it's data from being changed.",
|
"HeaderEnabledFieldsHelp": "Uncheck a field to lock it and prevent it's data from being changed.",
|
||||||
"Backdrops": "Backdrops",
|
"Backdrops": "Backdrops",
|
||||||
"Images": "Images",
|
"Images": "K\u00e9pek",
|
||||||
"Keywords": "Keywords",
|
"Keywords": "Keywords",
|
||||||
"Runtime": "Runtime",
|
"Runtime": "Runtime",
|
||||||
"ProductionLocations": "Production locations",
|
"ProductionLocations": "Production locations",
|
||||||
|
@ -298,7 +298,7 @@
|
||||||
"HeaderCancelSeries": "Cancel Series",
|
"HeaderCancelSeries": "Cancel Series",
|
||||||
"HeaderKeepSeries": "Keep Series",
|
"HeaderKeepSeries": "Keep Series",
|
||||||
"HeaderLearnMore": "Learn More",
|
"HeaderLearnMore": "Learn More",
|
||||||
"DeleteMedia": "Delete media",
|
"DeleteMedia": "M\u00e9dia t\u00f6rl\u00e9s",
|
||||||
"SeriesSettings": "Series settings",
|
"SeriesSettings": "Series settings",
|
||||||
"HeaderRecordingOptions": "Recording Options",
|
"HeaderRecordingOptions": "Recording Options",
|
||||||
"CancelSeries": "Cancel series",
|
"CancelSeries": "Cancel series",
|
||||||
|
@ -347,7 +347,7 @@
|
||||||
"HeaderAlreadyPaid": "Already Paid?",
|
"HeaderAlreadyPaid": "Already Paid?",
|
||||||
"ButtonPlayOneMinute": "Egy perc lej\u00e1tsz\u00e1sa",
|
"ButtonPlayOneMinute": "Egy perc lej\u00e1tsz\u00e1sa",
|
||||||
"PlaceFavoriteChannelsAtBeginning": "Place favorite channels at the beginning",
|
"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?",
|
"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.",
|
"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",
|
"HeaderPlayMyMedia": "Play my Media",
|
||||||
|
@ -403,7 +403,7 @@
|
||||||
"HeaderLatestFrom": "Leg\u00fajabb innen {0}",
|
"HeaderLatestFrom": "Leg\u00fajabb innen {0}",
|
||||||
"LabelHomeScreenSectionValue": "Home screen section {0}:",
|
"LabelHomeScreenSectionValue": "Home screen section {0}:",
|
||||||
"SettingsSaved": "Settings saved.",
|
"SettingsSaved": "Settings saved.",
|
||||||
"None": "None",
|
"None": "Nincs",
|
||||||
"More": "Tov\u00e1bb",
|
"More": "Tov\u00e1bb",
|
||||||
"Up": "Up",
|
"Up": "Up",
|
||||||
"Down": "Down",
|
"Down": "Down",
|
||||||
|
@ -431,29 +431,31 @@
|
||||||
"HeaderTermsOfPurchase": "Terms of Purchase",
|
"HeaderTermsOfPurchase": "Terms of Purchase",
|
||||||
"PrivacyPolicy": "Privacy policy",
|
"PrivacyPolicy": "Privacy policy",
|
||||||
"TermsOfUse": "Terms of use",
|
"TermsOfUse": "Terms of use",
|
||||||
"RepeatMode": "Repeat mode",
|
"RepeatMode": "Ism\u00e9tl\u0151 m\u00f3d",
|
||||||
"RepeatOne": "Repeat one",
|
"RepeatOne": "Ism\u00e9tl\u00e9s egyszer",
|
||||||
"RepeatAll": "Repeat all",
|
"RepeatAll": "Folyamatos ism\u00e9tl\u00e9s ",
|
||||||
"ConfirmEndPlayerSession": "Would you like to close Emby on the device?",
|
"ConfirmEndPlayerSession": "Would you like to close Emby on the device?",
|
||||||
"Yes": "Yes",
|
"Yes": "Yes",
|
||||||
"No": "No",
|
"No": "No",
|
||||||
"LiveTV": "Live TV",
|
"LiveTV": "Live TV",
|
||||||
"Schedule": "Schedule",
|
"Schedule": "Schedule",
|
||||||
"Recordings": "Recordings",
|
"Recordings": "Recordings",
|
||||||
"MarkWatched": "Mark watched",
|
"MarkWatched": "Megtekintett",
|
||||||
"ScanForNewAndUpdatedFiles": "Scan for new and updated files",
|
"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.",
|
"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.",
|
"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.",
|
"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:",
|
"LabelReasonForTranscoding": "Reason for transcoding:",
|
||||||
"DirectPlaying": "Direct playing",
|
"DirectPlaying": "Direct playing",
|
||||||
"DirectStreaming": "Direct streaming",
|
"DirectStreaming": "Direct streaming",
|
||||||
"Transcoding": "Transcoding",
|
"Transcoding": "Transcoding",
|
||||||
"VideoCodecNotSupported": "Video codec not supported",
|
"VideoCodecNotSupported": "Video codec not supported",
|
||||||
"AudioCodecNotSupported": "Audio codec not supported",
|
"AudioCodecNotSupported": "Audio codec not supported",
|
||||||
"ContainerNotSupported": "Container format not supported",
|
"ContainerNotSupported": "Container not supported",
|
||||||
"AudioBitrateNotSupported": "Audio bitrate not supported",
|
"AudioBitrateNotSupported": "Audio bitrate not supported",
|
||||||
"AudioChannelsNotSupported": "Audio channels 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"
|
||||||
}
|
}
|
|
@ -452,8 +452,10 @@
|
||||||
"Transcoding": "Transcoding",
|
"Transcoding": "Transcoding",
|
||||||
"VideoCodecNotSupported": "Video codec not supported",
|
"VideoCodecNotSupported": "Video codec not supported",
|
||||||
"AudioCodecNotSupported": "Audio codec not supported",
|
"AudioCodecNotSupported": "Audio codec not supported",
|
||||||
"ContainerNotSupported": "Container format not supported",
|
"ContainerNotSupported": "Container not supported",
|
||||||
"AudioBitrateNotSupported": "Audio bitrate not supported",
|
"AudioBitrateNotSupported": "Audio bitrate not supported",
|
||||||
"AudioChannelsNotSupported": "Audio channels 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"
|
||||||
}
|
}
|
|
@ -452,8 +452,10 @@
|
||||||
"Transcoding": "Trascodifica",
|
"Transcoding": "Trascodifica",
|
||||||
"VideoCodecNotSupported": "Il codec video non \u00e8 supportato",
|
"VideoCodecNotSupported": "Il codec video non \u00e8 supportato",
|
||||||
"AudioCodecNotSupported": "Il codec audio non \u00e8 supportato",
|
"AudioCodecNotSupported": "Il codec audio non \u00e8 supportato",
|
||||||
"ContainerNotSupported": "Container format not supported",
|
"ContainerNotSupported": "Contenitore file non supportato",
|
||||||
"AudioBitrateNotSupported": "Audio bitrate not supported",
|
"AudioBitrateNotSupported": "Bitrate audio non supportato",
|
||||||
"AudioChannelsNotSupported": "Audio channels not supported",
|
"AudioChannelsNotSupported": "Canali audio non supportati",
|
||||||
"VideoResolutionNotSupported": "Video resolution not supported"
|
"VideoResolutionNotSupported": "Risoluzione video non supportata",
|
||||||
|
"AudioProfileNotSupported": "Profilo audio non supportato",
|
||||||
|
"AudioSampleRateNotSupported": "Il tasso di campionamento audio non \u00e8 supportato"
|
||||||
}
|
}
|
|
@ -442,18 +442,20 @@
|
||||||
"Recordings": "\u0416\u0430\u0437\u0431\u0430\u043b\u0430\u0440",
|
"Recordings": "\u0416\u0430\u0437\u0431\u0430\u043b\u0430\u0440",
|
||||||
"MarkWatched": "\u049a\u0430\u0440\u0430\u043f \u0448\u044b\u049b\u049b\u0430\u043d",
|
"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",
|
"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.",
|
"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": "Direct Streaming a file uses very little processing power without any loss in video quality.",
|
"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": "The media is being converted into a format that is compatible with the device that is playing the media.",
|
"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": "Stats for nerds",
|
"StatsForNerds": "\u0410\u049b\u044b\u043b\u0433\u04e9\u0439\u043b\u0435\u0440 \u04af\u0448\u0456\u043d \u0441\u0430\u043d\u0430\u049b",
|
||||||
"LabelReasonForTranscoding": "Reason for transcoding:",
|
"LabelReasonForTranscoding": "\u049a\u0430\u0439\u0442\u0430 \u043a\u043e\u0434\u0442\u0430\u0443 \u0441\u0435\u0431\u0435\u0431\u0456:",
|
||||||
"DirectPlaying": "Direct playing",
|
"DirectPlaying": "\u0422\u0456\u043a\u0435\u043b\u0435\u0439 \u043e\u0439\u043d\u0430\u0442\u0443\u0434\u0430",
|
||||||
"DirectStreaming": "Direct streaming",
|
"DirectStreaming": "\u0422\u0456\u043a\u0435\u043b\u0435\u0439 \u0442\u0430\u0441\u044b\u043c\u0430\u043b\u0434\u0430\u043d\u0443\u0434\u0430",
|
||||||
"Transcoding": "Transcoding",
|
"Transcoding": "\u049a\u0430\u0439\u0442\u0430 \u043a\u043e\u0434\u0442\u0430\u0443\u0434\u0430",
|
||||||
"VideoCodecNotSupported": "Video codec not supported",
|
"VideoCodecNotSupported": "\u0411\u0435\u0439\u043d\u0435 \u043a\u043e\u0434\u0435\u043a \u049b\u043e\u043b\u0434\u0430\u0443\u0434\u0430 \u0435\u043c\u0435\u0441",
|
||||||
"AudioCodecNotSupported": "Audio codec not supported",
|
"AudioCodecNotSupported": "\u0414\u044b\u0431\u044b\u0441 \u043a\u043e\u0434\u0435\u043a \u049b\u043e\u043b\u0434\u0430\u0443\u0434\u0430 \u0435\u043c\u0435\u0441",
|
||||||
"ContainerNotSupported": "Container format not supported",
|
"ContainerNotSupported": "\u041a\u043e\u043d\u0442\u0435\u0439\u043d\u0435\u0440 \u049b\u043e\u043b\u0434\u0430\u0443\u0434\u0430 \u0435\u043c\u0435\u0441",
|
||||||
"AudioBitrateNotSupported": "Audio bitrate not supported",
|
"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": "Audio channels not supported",
|
"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": "Video resolution not supported"
|
"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"
|
||||||
}
|
}
|
|
@ -452,8 +452,10 @@
|
||||||
"Transcoding": "Transcoding",
|
"Transcoding": "Transcoding",
|
||||||
"VideoCodecNotSupported": "Video codec not supported",
|
"VideoCodecNotSupported": "Video codec not supported",
|
||||||
"AudioCodecNotSupported": "Audio codec not supported",
|
"AudioCodecNotSupported": "Audio codec not supported",
|
||||||
"ContainerNotSupported": "Container format not supported",
|
"ContainerNotSupported": "Container not supported",
|
||||||
"AudioBitrateNotSupported": "Audio bitrate not supported",
|
"AudioBitrateNotSupported": "Audio bitrate not supported",
|
||||||
"AudioChannelsNotSupported": "Audio channels 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"
|
||||||
}
|
}
|
|
@ -452,8 +452,10 @@
|
||||||
"Transcoding": "Transcoding",
|
"Transcoding": "Transcoding",
|
||||||
"VideoCodecNotSupported": "Video codec not supported",
|
"VideoCodecNotSupported": "Video codec not supported",
|
||||||
"AudioCodecNotSupported": "Audio codec not supported",
|
"AudioCodecNotSupported": "Audio codec not supported",
|
||||||
"ContainerNotSupported": "Container format not supported",
|
"ContainerNotSupported": "Container not supported",
|
||||||
"AudioBitrateNotSupported": "Audio bitrate not supported",
|
"AudioBitrateNotSupported": "Audio bitrate not supported",
|
||||||
"AudioChannelsNotSupported": "Audio channels 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"
|
||||||
}
|
}
|
|
@ -452,8 +452,10 @@
|
||||||
"Transcoding": "Transcoding",
|
"Transcoding": "Transcoding",
|
||||||
"VideoCodecNotSupported": "Video codec not supported",
|
"VideoCodecNotSupported": "Video codec not supported",
|
||||||
"AudioCodecNotSupported": "Audio codec not supported",
|
"AudioCodecNotSupported": "Audio codec not supported",
|
||||||
"ContainerNotSupported": "Container format not supported",
|
"ContainerNotSupported": "Container not supported",
|
||||||
"AudioBitrateNotSupported": "Audio bitrate not supported",
|
"AudioBitrateNotSupported": "Audio bitrate not supported",
|
||||||
"AudioChannelsNotSupported": "Audio channels 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"
|
||||||
}
|
}
|
|
@ -452,8 +452,10 @@
|
||||||
"Transcoding": "Transcoding",
|
"Transcoding": "Transcoding",
|
||||||
"VideoCodecNotSupported": "Video codec not supported",
|
"VideoCodecNotSupported": "Video codec not supported",
|
||||||
"AudioCodecNotSupported": "Audio codec not supported",
|
"AudioCodecNotSupported": "Audio codec not supported",
|
||||||
"ContainerNotSupported": "Container format not supported",
|
"ContainerNotSupported": "Container not supported",
|
||||||
"AudioBitrateNotSupported": "Audio bitrate not supported",
|
"AudioBitrateNotSupported": "Audio bitrate not supported",
|
||||||
"AudioChannelsNotSupported": "Audio channels 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"
|
||||||
}
|
}
|
|
@ -452,8 +452,10 @@
|
||||||
"Transcoding": "Transcoding",
|
"Transcoding": "Transcoding",
|
||||||
"VideoCodecNotSupported": "Video codec not supported",
|
"VideoCodecNotSupported": "Video codec not supported",
|
||||||
"AudioCodecNotSupported": "Audio codec not supported",
|
"AudioCodecNotSupported": "Audio codec not supported",
|
||||||
"ContainerNotSupported": "Container format not supported",
|
"ContainerNotSupported": "Container not supported",
|
||||||
"AudioBitrateNotSupported": "Audio bitrate not supported",
|
"AudioBitrateNotSupported": "Audio bitrate not supported",
|
||||||
"AudioChannelsNotSupported": "Audio channels 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"
|
||||||
}
|
}
|
|
@ -452,8 +452,10 @@
|
||||||
"Transcoding": "Transcoding",
|
"Transcoding": "Transcoding",
|
||||||
"VideoCodecNotSupported": "Video codec not supported",
|
"VideoCodecNotSupported": "Video codec not supported",
|
||||||
"AudioCodecNotSupported": "Audio codec not supported",
|
"AudioCodecNotSupported": "Audio codec not supported",
|
||||||
"ContainerNotSupported": "Container format not supported",
|
"ContainerNotSupported": "Container not supported",
|
||||||
"AudioBitrateNotSupported": "Audio bitrate not supported",
|
"AudioBitrateNotSupported": "Audio bitrate not supported",
|
||||||
"AudioChannelsNotSupported": "Audio channels 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"
|
||||||
}
|
}
|
|
@ -452,8 +452,10 @@
|
||||||
"Transcoding": "Transcoding",
|
"Transcoding": "Transcoding",
|
||||||
"VideoCodecNotSupported": "Video codec not supported",
|
"VideoCodecNotSupported": "Video codec not supported",
|
||||||
"AudioCodecNotSupported": "Audio codec not supported",
|
"AudioCodecNotSupported": "Audio codec not supported",
|
||||||
"ContainerNotSupported": "Container format not supported",
|
"ContainerNotSupported": "Container not supported",
|
||||||
"AudioBitrateNotSupported": "Audio bitrate not supported",
|
"AudioBitrateNotSupported": "Audio bitrate not supported",
|
||||||
"AudioChannelsNotSupported": "Audio channels 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"
|
||||||
}
|
}
|
|
@ -452,8 +452,10 @@
|
||||||
"Transcoding": "Transcoding",
|
"Transcoding": "Transcoding",
|
||||||
"VideoCodecNotSupported": "Video codec not supported",
|
"VideoCodecNotSupported": "Video codec not supported",
|
||||||
"AudioCodecNotSupported": "Audio codec not supported",
|
"AudioCodecNotSupported": "Audio codec not supported",
|
||||||
"ContainerNotSupported": "Container format not supported",
|
"ContainerNotSupported": "Container not supported",
|
||||||
"AudioBitrateNotSupported": "Audio bitrate not supported",
|
"AudioBitrateNotSupported": "Audio bitrate not supported",
|
||||||
"AudioChannelsNotSupported": "Audio channels 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"
|
||||||
}
|
}
|
|
@ -452,8 +452,10 @@
|
||||||
"Transcoding": "Transcoding",
|
"Transcoding": "Transcoding",
|
||||||
"VideoCodecNotSupported": "Video codec not supported",
|
"VideoCodecNotSupported": "Video codec not supported",
|
||||||
"AudioCodecNotSupported": "Audio codec not supported",
|
"AudioCodecNotSupported": "Audio codec not supported",
|
||||||
"ContainerNotSupported": "Container format not supported",
|
"ContainerNotSupported": "Container not supported",
|
||||||
"AudioBitrateNotSupported": "Audio bitrate not supported",
|
"AudioBitrateNotSupported": "Audio bitrate not supported",
|
||||||
"AudioChannelsNotSupported": "Audio channels 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"
|
||||||
}
|
}
|
|
@ -441,19 +441,21 @@
|
||||||
"Schedule": "\u0420\u0430\u0441\u043f\u0438\u0441\u0430\u043d\u0438\u0435",
|
"Schedule": "\u0420\u0430\u0441\u043f\u0438\u0441\u0430\u043d\u0438\u0435",
|
||||||
"Recordings": "\u0417\u0430\u043f\u0438\u0441\u0438",
|
"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",
|
"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",
|
"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": "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.",
|
"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": "Direct Streaming a file uses very little processing power without any loss in video quality.",
|
"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": "The media is being converted into a format that is compatible with the device that is playing the media.",
|
"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": "Stats for nerds",
|
"StatsForNerds": "\u0421\u0442\u0430\u0442\u0438\u0441\u0442\u0438\u043a\u0430 \u0434\u043b\u044f \u0443\u043c\u043d\u0438\u043a\u043e\u0432",
|
||||||
"LabelReasonForTranscoding": "Reason for transcoding:",
|
"LabelReasonForTranscoding": "\u041f\u0440\u0438\u0447\u0438\u043d\u0430 \u043f\u0435\u0440\u0435\u043a\u043e\u0434\u0438\u0440\u043e\u0432\u0430\u043d\u0438\u044f:",
|
||||||
"DirectPlaying": "Direct playing",
|
"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": "Direct streaming",
|
"DirectStreaming": "\u0422\u0440\u0430\u043d\u0441\u043b\u0438\u0440\u0443\u0435\u0442\u0441\u044f \u043d\u0430\u043f\u0440\u044f\u043c\u0443\u044e",
|
||||||
"Transcoding": "Transcoding",
|
"Transcoding": "\u041f\u0435\u0440\u0435\u043a\u043e\u0434\u0438\u0440\u0443\u0435\u0442\u0441\u044f",
|
||||||
"VideoCodecNotSupported": "Video codec not supported",
|
"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": "Audio codec not supported",
|
"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": "Container format not supported",
|
"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": "Audio bitrate not supported",
|
"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": "Audio channels not supported",
|
"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": "Video resolution not supported"
|
"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"
|
||||||
}
|
}
|
|
@ -452,8 +452,10 @@
|
||||||
"Transcoding": "Transcoding",
|
"Transcoding": "Transcoding",
|
||||||
"VideoCodecNotSupported": "Video codec not supported",
|
"VideoCodecNotSupported": "Video codec not supported",
|
||||||
"AudioCodecNotSupported": "Audio codec not supported",
|
"AudioCodecNotSupported": "Audio codec not supported",
|
||||||
"ContainerNotSupported": "Container format not supported",
|
"ContainerNotSupported": "Container not supported",
|
||||||
"AudioBitrateNotSupported": "Audio bitrate not supported",
|
"AudioBitrateNotSupported": "Audio bitrate not supported",
|
||||||
"AudioChannelsNotSupported": "Audio channels 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"
|
||||||
}
|
}
|
|
@ -452,8 +452,10 @@
|
||||||
"Transcoding": "Transcoding",
|
"Transcoding": "Transcoding",
|
||||||
"VideoCodecNotSupported": "Video codec not supported",
|
"VideoCodecNotSupported": "Video codec not supported",
|
||||||
"AudioCodecNotSupported": "Audio codec not supported",
|
"AudioCodecNotSupported": "Audio codec not supported",
|
||||||
"ContainerNotSupported": "Container format not supported",
|
"ContainerNotSupported": "Container not supported",
|
||||||
"AudioBitrateNotSupported": "Audio bitrate not supported",
|
"AudioBitrateNotSupported": "Audio bitrate not supported",
|
||||||
"AudioChannelsNotSupported": "Audio channels 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"
|
||||||
}
|
}
|
|
@ -452,8 +452,10 @@
|
||||||
"Transcoding": "Transcoding",
|
"Transcoding": "Transcoding",
|
||||||
"VideoCodecNotSupported": "Video codec not supported",
|
"VideoCodecNotSupported": "Video codec not supported",
|
||||||
"AudioCodecNotSupported": "Audio codec not supported",
|
"AudioCodecNotSupported": "Audio codec not supported",
|
||||||
"ContainerNotSupported": "Container format not supported",
|
"ContainerNotSupported": "Container not supported",
|
||||||
"AudioBitrateNotSupported": "Audio bitrate not supported",
|
"AudioBitrateNotSupported": "Audio bitrate not supported",
|
||||||
"AudioChannelsNotSupported": "Audio channels 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"
|
||||||
}
|
}
|
|
@ -452,8 +452,10 @@
|
||||||
"Transcoding": "Transcoding",
|
"Transcoding": "Transcoding",
|
||||||
"VideoCodecNotSupported": "Video codec not supported",
|
"VideoCodecNotSupported": "Video codec not supported",
|
||||||
"AudioCodecNotSupported": "Audio codec not supported",
|
"AudioCodecNotSupported": "Audio codec not supported",
|
||||||
"ContainerNotSupported": "Container format not supported",
|
"ContainerNotSupported": "Container not supported",
|
||||||
"AudioBitrateNotSupported": "Audio bitrate not supported",
|
"AudioBitrateNotSupported": "Audio bitrate not supported",
|
||||||
"AudioChannelsNotSupported": "Audio channels 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"
|
||||||
}
|
}
|
|
@ -452,8 +452,10 @@
|
||||||
"Transcoding": "Transcoding",
|
"Transcoding": "Transcoding",
|
||||||
"VideoCodecNotSupported": "Video codec not supported",
|
"VideoCodecNotSupported": "Video codec not supported",
|
||||||
"AudioCodecNotSupported": "Audio codec not supported",
|
"AudioCodecNotSupported": "Audio codec not supported",
|
||||||
"ContainerNotSupported": "Container format not supported",
|
"ContainerNotSupported": "Container not supported",
|
||||||
"AudioBitrateNotSupported": "Audio bitrate not supported",
|
"AudioBitrateNotSupported": "Audio bitrate not supported",
|
||||||
"AudioChannelsNotSupported": "Audio channels 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"
|
||||||
}
|
}
|
|
@ -452,8 +452,10 @@
|
||||||
"Transcoding": "Transcoding",
|
"Transcoding": "Transcoding",
|
||||||
"VideoCodecNotSupported": "Video codec not supported",
|
"VideoCodecNotSupported": "Video codec not supported",
|
||||||
"AudioCodecNotSupported": "Audio codec not supported",
|
"AudioCodecNotSupported": "Audio codec not supported",
|
||||||
"ContainerNotSupported": "Container format not supported",
|
"ContainerNotSupported": "Container not supported",
|
||||||
"AudioBitrateNotSupported": "Audio bitrate not supported",
|
"AudioBitrateNotSupported": "Audio bitrate not supported",
|
||||||
"AudioChannelsNotSupported": "Audio channels 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"
|
||||||
}
|
}
|
|
@ -452,8 +452,10 @@
|
||||||
"Transcoding": "Transcoding",
|
"Transcoding": "Transcoding",
|
||||||
"VideoCodecNotSupported": "Video codec not supported",
|
"VideoCodecNotSupported": "Video codec not supported",
|
||||||
"AudioCodecNotSupported": "Audio codec not supported",
|
"AudioCodecNotSupported": "Audio codec not supported",
|
||||||
"ContainerNotSupported": "Container format not supported",
|
"ContainerNotSupported": "Container not supported",
|
||||||
"AudioBitrateNotSupported": "Audio bitrate not supported",
|
"AudioBitrateNotSupported": "Audio bitrate not supported",
|
||||||
"AudioChannelsNotSupported": "Audio channels 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"
|
||||||
}
|
}
|
|
@ -452,8 +452,10 @@
|
||||||
"Transcoding": "Transcoding",
|
"Transcoding": "Transcoding",
|
||||||
"VideoCodecNotSupported": "Video codec not supported",
|
"VideoCodecNotSupported": "Video codec not supported",
|
||||||
"AudioCodecNotSupported": "Audio codec not supported",
|
"AudioCodecNotSupported": "Audio codec not supported",
|
||||||
"ContainerNotSupported": "Container format not supported",
|
"ContainerNotSupported": "Container not supported",
|
||||||
"AudioBitrateNotSupported": "Audio bitrate not supported",
|
"AudioBitrateNotSupported": "Audio bitrate not supported",
|
||||||
"AudioChannelsNotSupported": "Audio channels 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"
|
||||||
}
|
}
|
|
@ -452,8 +452,10 @@
|
||||||
"Transcoding": "Transcoding",
|
"Transcoding": "Transcoding",
|
||||||
"VideoCodecNotSupported": "Video codec not supported",
|
"VideoCodecNotSupported": "Video codec not supported",
|
||||||
"AudioCodecNotSupported": "Audio codec not supported",
|
"AudioCodecNotSupported": "Audio codec not supported",
|
||||||
"ContainerNotSupported": "Container format not supported",
|
"ContainerNotSupported": "Container not supported",
|
||||||
"AudioBitrateNotSupported": "Audio bitrate not supported",
|
"AudioBitrateNotSupported": "Audio bitrate not supported",
|
||||||
"AudioChannelsNotSupported": "Audio channels 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
Loading…
Add table
Add a link
Reference in a new issue