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

update stats feature

This commit is contained in:
Luke Pulverenti 2017-06-26 12:00:47 -04:00
parent e1363fc80a
commit e0071bce7e
55 changed files with 644 additions and 78 deletions

File diff suppressed because one or more lines are too long

File diff suppressed because one or more lines are too long

View file

@ -7,7 +7,7 @@
<div class="formDialogContent"> <div class="formDialogContent">
<div class="dialogContentInner"> <div class="dialogContentInner">
<div class="flex align-items-center justify-content-center flex-wrap" style="margin: 2em 0;"> <div class="flex align-items-center justify-content-center flex-wrap-wrap" style="margin: 2em 0;">
<div style="margin: 0;"> <div style="margin: 0;">
<label for="selectImageProvider" style="display: inline-block;">${LabelSource}</label> <label for="selectImageProvider" style="display: inline-block;">${LabelSource}</label>

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:6em;color:#fff}.playerStats-content{position:relative}.playerStats-closeButton{position:absolute;top:.25em;right:.25em;color:#ccc}.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:1em 2em 1em 1em;max-width:50em}.playerStats-stat{display:-webkit-box;display:-webkit-flex;display:flex;-webkit-box-align:center;-webkit-align-items:center;align-items:center}.playerStats-stat-label{font-weight:500;margin-right:1em;width:12em;text-align:right}.playerStats-stat-header{margin-top:1em} .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}

File diff suppressed because one or more lines are too long

View file

@ -441,5 +441,19 @@
"Schedule": "Schedule", "Schedule": "Schedule",
"Recordings": "Recordings", "Recordings": "Recordings",
"MarkWatched": "Mark watched", "MarkWatched": "Mark watched",
"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.",
"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"
} }

View file

@ -441,5 +441,19 @@
"Schedule": "Schedule", "Schedule": "Schedule",
"Recordings": "Recordings", "Recordings": "Recordings",
"MarkWatched": "Mark watched", "MarkWatched": "Mark watched",
"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.",
"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"
} }

View file

@ -441,5 +441,19 @@
"Schedule": "Schedule", "Schedule": "Schedule",
"Recordings": "Recordings", "Recordings": "Recordings",
"MarkWatched": "Mark watched", "MarkWatched": "Mark watched",
"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.",
"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"
} }

View file

@ -441,5 +441,19 @@
"Schedule": "Schedule", "Schedule": "Schedule",
"Recordings": "Recordings", "Recordings": "Recordings",
"MarkWatched": "Mark watched", "MarkWatched": "Mark watched",
"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.",
"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"
} }

View file

@ -441,5 +441,19 @@
"Schedule": "Schedule", "Schedule": "Schedule",
"Recordings": "Recordings", "Recordings": "Recordings",
"MarkWatched": "Mark watched", "MarkWatched": "Mark watched",
"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.",
"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"
} }

View file

@ -441,5 +441,19 @@
"Schedule": "Zeitplan", "Schedule": "Zeitplan",
"Recordings": "Aufnahmen", "Recordings": "Aufnahmen",
"MarkWatched": "Als gesehen markieren", "MarkWatched": "Als gesehen markieren",
"ScanForNewAndUpdatedFiles": "Scanne nach neuen und aktualisierten Dateien" "ScanForNewAndUpdatedFiles": "Scanne nach neuen und aktualisierten Dateien",
"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",
"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"
} }

View file

@ -441,5 +441,19 @@
"Schedule": "Schedule", "Schedule": "Schedule",
"Recordings": "Recordings", "Recordings": "Recordings",
"MarkWatched": "Mark watched", "MarkWatched": "Mark watched",
"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.",
"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"
} }

View file

@ -441,5 +441,19 @@
"Schedule": "Schedule", "Schedule": "Schedule",
"Recordings": "Recordings", "Recordings": "Recordings",
"MarkWatched": "Mark watched", "MarkWatched": "Mark watched",
"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.",
"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"
} }

View file

@ -449,5 +449,11 @@
"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",
"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"
} }

View file

@ -441,5 +441,19 @@
"Schedule": "Schedule", "Schedule": "Schedule",
"Recordings": "Recordings", "Recordings": "Recordings",
"MarkWatched": "Mark watched", "MarkWatched": "Mark watched",
"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.",
"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"
} }

View file

@ -441,5 +441,19 @@
"Schedule": "Programacion", "Schedule": "Programacion",
"Recordings": "Grabaciones", "Recordings": "Grabaciones",
"MarkWatched": "Marcar como Visto", "MarkWatched": "Marcar como Visto",
"ScanForNewAndUpdatedFiles": "Buscar archivos nuevos y actualizados" "ScanForNewAndUpdatedFiles": "Buscar archivos nuevos y actualizados",
"DirectStreamHelp1": "El medio es compatible con el dispositivo en cuanto a la resoluci\u00f3n y tipo de medio (H.264, AC3, etc.), pero es un es un contenedor de archivo incompatible (.mkv, .avi, .wmv, etc.). El video sera re empaquetado al vuelo antes de transmitirlo al dispositivo.",
"DirectStreamHelp2": "La Transmisi\u00f3n Directa de un archivo usa muy poco poder de procesamiento sin ninguna perdida en la calidad de video.",
"MediaIsBeingConverted": "Los medios est\u00e1n siendo convertidos a un formato compatible con el dispositivo que esta reproduciendo el medio.",
"StatsForNerds": "Estad\u00edsticas para los nerds",
"LabelReasonForTranscoding": "Motivo para transcodificar:",
"DirectPlaying": "Reproducci\u00f3n directa",
"DirectStreaming": "Transmisi\u00f3n Directa",
"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"
} }

View file

@ -441,5 +441,19 @@
"Schedule": "Schedule", "Schedule": "Schedule",
"Recordings": "Recordings", "Recordings": "Recordings",
"MarkWatched": "Mark watched", "MarkWatched": "Mark watched",
"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.",
"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"
} }

View file

@ -441,5 +441,19 @@
"Schedule": "Schedule", "Schedule": "Schedule",
"Recordings": "Recordings", "Recordings": "Recordings",
"MarkWatched": "Mark watched", "MarkWatched": "Mark watched",
"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.",
"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"
} }

View file

@ -441,5 +441,19 @@
"Schedule": "Schedule", "Schedule": "Schedule",
"Recordings": "Recordings", "Recordings": "Recordings",
"MarkWatched": "Mark watched", "MarkWatched": "Mark watched",
"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.",
"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"
} }

View file

@ -8,7 +8,7 @@
"ServerUpdateNeeded": "Le serveur Emby doit \u00eatre mis \u00e0 jour. Pour t\u00e9l\u00e9charger la derni\u00e8re version, veuillez visiter {0}", "ServerUpdateNeeded": "Le serveur Emby doit \u00eatre mis \u00e0 jour. Pour t\u00e9l\u00e9charger la derni\u00e8re version, veuillez visiter {0}",
"LiveTvGuideRequiresUnlock": "Le Guide TV en direct est actuellement limit\u00e9 \u00e0 {0} cha\u00eenes. Cliquez sur le bouton d\u00e9verrouiller pour d\u00e9couvrir comment profiter de l'ensemble.", "LiveTvGuideRequiresUnlock": "Le Guide TV en direct est actuellement limit\u00e9 \u00e0 {0} cha\u00eenes. Cliquez sur le bouton d\u00e9verrouiller pour d\u00e9couvrir comment profiter de l'ensemble.",
"AttributeNew": "Nouveau", "AttributeNew": "Nouveau",
"Premiere": "Premiere", "Premiere": "Premi\u00e8re",
"Live": "Direct", "Live": "Direct",
"Repeat": "R\u00e9p\u00e9ter", "Repeat": "R\u00e9p\u00e9ter",
"TrackCount": "{0} pistes", "TrackCount": "{0} pistes",
@ -441,5 +441,19 @@
"Schedule": "Programmer", "Schedule": "Programmer",
"Recordings": "Enregistrements", "Recordings": "Enregistrements",
"MarkWatched": "Marquer comme vu", "MarkWatched": "Marquer comme vu",
"ScanForNewAndUpdatedFiles": "Scan for new and updated files" "ScanForNewAndUpdatedFiles": "Recherchez des fichiers nouveaux et mis \u00e0 jour",
"DirectStreamHelp1": "Le support est compatible avec le p\u00e9riph\u00e9rique concernant la r\u00e9solution et le type de m\u00e9dia (H.264, AC3, etc.), mais se trouve dans un conteneur de fichiers incompatible (.mkv, .avi, .wmv, etc.). La vid\u00e9o sera re-trancod\u00e9 \u00e0 la vol\u00e9e avant de la diffuser sur le p\u00e9riph\u00e9rique.",
"DirectStreamHelp2": "Une diffusion en direct d'un fichier utilise tr\u00e8s peu de puissance de traitement sans perte de qualit\u00e9 vid\u00e9o.",
"MediaIsBeingConverted": "Le m\u00e9dia est converti en un format compatible avec l'appareil qui joue le m\u00e9dia.",
"StatsForNerds": "Stats pour les nerds",
"LabelReasonForTranscoding": "Raison du transcodage:",
"DirectPlaying": "Lecture directe",
"DirectStreaming": "Diffusion directe",
"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"
} }

View file

@ -441,5 +441,19 @@
"Schedule": "Schedule", "Schedule": "Schedule",
"Recordings": "Recordings", "Recordings": "Recordings",
"MarkWatched": "Mark watched", "MarkWatched": "Mark watched",
"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.",
"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"
} }

View file

@ -441,5 +441,19 @@
"Schedule": "Schedule", "Schedule": "Schedule",
"Recordings": "Recordings", "Recordings": "Recordings",
"MarkWatched": "Mark watched", "MarkWatched": "Mark watched",
"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.",
"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"
} }

View file

@ -441,5 +441,19 @@
"Schedule": "Schedule", "Schedule": "Schedule",
"Recordings": "Recordings", "Recordings": "Recordings",
"MarkWatched": "Mark watched", "MarkWatched": "Mark watched",
"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.",
"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"
} }

View file

@ -441,5 +441,19 @@
"Schedule": "Schedule", "Schedule": "Schedule",
"Recordings": "Recordings", "Recordings": "Recordings",
"MarkWatched": "Mark watched", "MarkWatched": "Mark watched",
"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.",
"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"
} }

View file

@ -441,5 +441,19 @@
"Schedule": "Schedule", "Schedule": "Schedule",
"Recordings": "Recordings", "Recordings": "Recordings",
"MarkWatched": "Mark watched", "MarkWatched": "Mark watched",
"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.",
"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"
} }

View file

@ -441,5 +441,19 @@
"Schedule": "Programmazione", "Schedule": "Programmazione",
"Recordings": "Registrazioni", "Recordings": "Registrazioni",
"MarkWatched": "Segna come visto", "MarkWatched": "Segna come visto",
"ScanForNewAndUpdatedFiles": "Scansiona per file nuovi e aggiornati" "ScanForNewAndUpdatedFiles": "Scansiona per file nuovi e aggiornati",
"DirectStreamHelp1": "Il file multimediale \u00e8 compatibile con il dispositivo per quanto riguarda la risoluzione e il tipo di supporto (H. 264, AC3, etc.), ma \u00e8 in un contenitore file incompatibile (.mkv, .avi, .wmv, etc.). Il video sar\u00e0 ri-confezionato al volo prima di streammarlo sul dispositivo.",
"DirectStreamHelp2": "Lo Streaming in Diretta di un file utilizza poco il processore senza alcuna perdita di qualit\u00e0 video",
"MediaIsBeingConverted": "Il file multimediale viene convertito in un formato che \u00e8 compatibile con il dispositivo che sta riproducendo il file multimediale.",
"StatsForNerds": "Statistiche per nerds",
"LabelReasonForTranscoding": "Motivo per la transcodifica:",
"DirectPlaying": "Riproduzione Diretta",
"DirectStreaming": "Streaming Diretto",
"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"
} }

View file

@ -441,5 +441,19 @@
"Schedule": "\u0406\u0441 \u043a\u0435\u0441\u0442\u0435\u0441\u0456", "Schedule": "\u0406\u0441 \u043a\u0435\u0441\u0442\u0435\u0441\u0456",
"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.",
"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"
} }

View file

@ -441,5 +441,19 @@
"Schedule": "Schedule", "Schedule": "Schedule",
"Recordings": "Recordings", "Recordings": "Recordings",
"MarkWatched": "Mark watched", "MarkWatched": "Mark watched",
"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.",
"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"
} }

View file

@ -441,5 +441,19 @@
"Schedule": "Schedule", "Schedule": "Schedule",
"Recordings": "Recordings", "Recordings": "Recordings",
"MarkWatched": "Mark watched", "MarkWatched": "Mark watched",
"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.",
"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"
} }

View file

@ -441,5 +441,19 @@
"Schedule": "Schedule", "Schedule": "Schedule",
"Recordings": "Recordings", "Recordings": "Recordings",
"MarkWatched": "Mark watched", "MarkWatched": "Mark watched",
"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.",
"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"
} }

View file

@ -441,5 +441,19 @@
"Schedule": "Planlegg", "Schedule": "Planlegg",
"Recordings": "Opptak", "Recordings": "Opptak",
"MarkWatched": "Marker som sett", "MarkWatched": "Marker som sett",
"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.",
"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"
} }

View file

@ -441,5 +441,19 @@
"Schedule": "Schedule", "Schedule": "Schedule",
"Recordings": "Recordings", "Recordings": "Recordings",
"MarkWatched": "Mark watched", "MarkWatched": "Mark watched",
"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.",
"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"
} }

View file

@ -441,5 +441,19 @@
"Schedule": "Schedule", "Schedule": "Schedule",
"Recordings": "Recordings", "Recordings": "Recordings",
"MarkWatched": "Mark watched", "MarkWatched": "Mark watched",
"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.",
"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"
} }

View file

@ -441,5 +441,19 @@
"Schedule": "Agendar", "Schedule": "Agendar",
"Recordings": "Grava\u00e7\u00f5es", "Recordings": "Grava\u00e7\u00f5es",
"MarkWatched": "Marcar como assisitido", "MarkWatched": "Marcar como assisitido",
"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.",
"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"
} }

View file

@ -441,5 +441,19 @@
"Schedule": "Schedule", "Schedule": "Schedule",
"Recordings": "Recordings", "Recordings": "Recordings",
"MarkWatched": "Mark watched", "MarkWatched": "Mark watched",
"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.",
"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"
} }

View file

@ -441,5 +441,19 @@
"Schedule": "Schedule", "Schedule": "Schedule",
"Recordings": "Recordings", "Recordings": "Recordings",
"MarkWatched": "Mark watched", "MarkWatched": "Mark watched",
"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.",
"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"
} }

View file

@ -441,5 +441,19 @@
"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 \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"
} }

View file

@ -441,5 +441,19 @@
"Schedule": "Schedule", "Schedule": "Schedule",
"Recordings": "Recordings", "Recordings": "Recordings",
"MarkWatched": "Mark watched", "MarkWatched": "Mark watched",
"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.",
"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"
} }

View file

@ -441,5 +441,19 @@
"Schedule": "Schedule", "Schedule": "Schedule",
"Recordings": "Recordings", "Recordings": "Recordings",
"MarkWatched": "Mark watched", "MarkWatched": "Mark watched",
"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.",
"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"
} }

View file

@ -441,5 +441,19 @@
"Schedule": "Schedule", "Schedule": "Schedule",
"Recordings": "Recordings", "Recordings": "Recordings",
"MarkWatched": "Mark watched", "MarkWatched": "Mark watched",
"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.",
"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"
} }

View file

@ -441,5 +441,19 @@
"Schedule": "Schedule", "Schedule": "Schedule",
"Recordings": "Recordings", "Recordings": "Recordings",
"MarkWatched": "Mark watched", "MarkWatched": "Mark watched",
"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.",
"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"
} }

View file

@ -441,5 +441,19 @@
"Schedule": "Schedule", "Schedule": "Schedule",
"Recordings": "Recordings", "Recordings": "Recordings",
"MarkWatched": "Mark watched", "MarkWatched": "Mark watched",
"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.",
"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"
} }

View file

@ -441,5 +441,19 @@
"Schedule": "Schedule", "Schedule": "Schedule",
"Recordings": "Recordings", "Recordings": "Recordings",
"MarkWatched": "Mark watched", "MarkWatched": "Mark watched",
"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.",
"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"
} }

View file

@ -441,5 +441,19 @@
"Schedule": "Schedule", "Schedule": "Schedule",
"Recordings": "Recordings", "Recordings": "Recordings",
"MarkWatched": "Mark watched", "MarkWatched": "Mark watched",
"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.",
"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"
} }

View file

@ -441,5 +441,19 @@
"Schedule": "Schedule", "Schedule": "Schedule",
"Recordings": "Recordings", "Recordings": "Recordings",
"MarkWatched": "Mark watched", "MarkWatched": "Mark watched",
"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.",
"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"
} }

View file

@ -441,5 +441,19 @@
"Schedule": "Schedule", "Schedule": "Schedule",
"Recordings": "Recordings", "Recordings": "Recordings",
"MarkWatched": "Mark watched", "MarkWatched": "Mark watched",
"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.",
"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"
} }

File diff suppressed because one or more lines are too long

File diff suppressed because one or more lines are too long

View file

@ -1933,6 +1933,6 @@
"Rate": "Calificaci\u00f3n", "Rate": "Calificaci\u00f3n",
"ButtonScanAllLibraries": "Escanear Todas las Bibliotecas", "ButtonScanAllLibraries": "Escanear Todas las Bibliotecas",
"ScanLibrary": "Escanear biblioteca", "ScanLibrary": "Escanear biblioteca",
"EnableStreamLooping": "Auto-loop live streams", "EnableStreamLooping": "Repetir autom\u00e1ticamente transmisiones en vivo",
"EnableStreamLoopingHelp": "Enable this if live streams only contain a few seconds of data and need to be continuously requested." "EnableStreamLoopingHelp": "Habilite esta opci\u00f3n si las transmisiones en vivo solo contienen unos segundos de datos y necesitan ser solicitados continuamente."
} }

View file

@ -1931,8 +1931,8 @@
"EnableHardwareDecoding": "Activer le d\u00e9codage mat\u00e9riel", "EnableHardwareDecoding": "Activer le d\u00e9codage mat\u00e9riel",
"EnableHardwareEncoding": "Activer l'encodage mat\u00e9riel", "EnableHardwareEncoding": "Activer l'encodage mat\u00e9riel",
"Rate": "D\u00e9bit", "Rate": "D\u00e9bit",
"ButtonScanAllLibraries": "Scan All Libraries", "ButtonScanAllLibraries": "Actualiser toutes les m\u00e9diath\u00e8ques",
"ScanLibrary": "Scan library", "ScanLibrary": "Actualiser la m\u00e9diath\u00e8que",
"EnableStreamLooping": "Auto-loop live streams", "EnableStreamLooping": "Reboucler les streaming en direct",
"EnableStreamLoopingHelp": "Enable this if live streams only contain a few seconds of data and need to be continuously requested." "EnableStreamLoopingHelp": "Activez cette option si les streaming en direct ne contiennent que quelques secondes de donn\u00e9es et doivent \u00eatre redemand\u00e9s continuellement."
} }

View file

@ -187,7 +187,7 @@
"OptionRevenue": "Bev\u00e9tel", "OptionRevenue": "Bev\u00e9tel",
"OptionPoster": "Poszter", "OptionPoster": "Poszter",
"OptionPosterCard": "Poster card", "OptionPosterCard": "Poster card",
"OptionBackdrop": "Backdrop", "OptionBackdrop": "H\u00e1tt\u00e9r",
"OptionTimeline": "Timeline", "OptionTimeline": "Timeline",
"OptionThumb": "Thumb", "OptionThumb": "Thumb",
"OptionThumbCard": "Thumb card", "OptionThumbCard": "Thumb card",
@ -372,7 +372,7 @@
"OptionDownloadArtImage": "Art", "OptionDownloadArtImage": "Art",
"OptionDownloadPrimaryImage": "Primary", "OptionDownloadPrimaryImage": "Primary",
"HeaderFetchImages": "Fetch Images:", "HeaderFetchImages": "Fetch Images:",
"HeaderImageSettings": "Image Settings", "HeaderImageSettings": "K\u00e9p be\u00e1ll\u00edt\u00e1sok",
"TabOther": "Egy\u00e9b", "TabOther": "Egy\u00e9b",
"LabelMaxBackdropsPerItem": "Maximum number of backdrops per item:", "LabelMaxBackdropsPerItem": "Maximum number of backdrops per item:",
"LabelMaxScreenshotsPerItem": "Maximum number of screenshots per item:", "LabelMaxScreenshotsPerItem": "Maximum number of screenshots per item:",
@ -847,8 +847,8 @@
"LabelSource": "Source:", "LabelSource": "Source:",
"OptionAll": "\u00d6sszes", "OptionAll": "\u00d6sszes",
"LabelImage": "Image:", "LabelImage": "Image:",
"HeaderImages": "Images", "HeaderImages": "K\u00e9pek",
"HeaderBackdrops": "Backdrops", "HeaderBackdrops": "H\u00e1tterek",
"HeaderAddUpdateImage": "Add\/Update Image", "HeaderAddUpdateImage": "Add\/Update Image",
"LabelDropImageHere": "Dobd ide a k\u00e9pet", "LabelDropImageHere": "Dobd ide a k\u00e9pet",
"LabelJpgPngOnly": "JPG\/PNG only", "LabelJpgPngOnly": "JPG\/PNG only",
@ -1448,12 +1448,12 @@
"OptionOn": "On", "OptionOn": "On",
"ButtonUninstall": "Elt\u00e1vol\u00edt\u00e1s", "ButtonUninstall": "Elt\u00e1vol\u00edt\u00e1s",
"HeaderLiveTV": "Live TV", "HeaderLiveTV": "Live TV",
"MissingPrimaryImage": "Missing primary image.", "MissingPrimaryImage": "Hi\u00e1nyz\u00f3 els\u0151dleges k\u00e9p.",
"MissingBackdropImage": "Missing backdrop image.", "MissingBackdropImage": "Hi\u00e1nyz\u00f3 h\u00e1tt\u00e9r k\u00e9p.",
"MissingLogoImage": "Missing logo image.", "MissingLogoImage": "Hi\u00e1nyz\u00f3 logo.",
"MissingEpisode": "Missing episode.", "MissingEpisode": "Hi\u00e1nyz\u00f3 epiz\u00f3d.",
"OptionBackdrops": "Backdrops", "OptionBackdrops": "H\u00e1tterek",
"OptionImages": "Images", "OptionImages": "K\u00e9pek",
"OptionKeywords": "Keywords", "OptionKeywords": "Keywords",
"OptionTags": "C\u00edmk\u00e9k", "OptionTags": "C\u00edmk\u00e9k",
"OptionStudios": "St\u00fadi\u00f3k", "OptionStudios": "St\u00fadi\u00f3k",
@ -1768,7 +1768,7 @@
"ErrorValidatingSupporterInfo": "There was an error validating your Emby Premiere information. Please try again later.", "ErrorValidatingSupporterInfo": "There was an error validating your Emby Premiere information. Please try again later.",
"LabelLocalSyncStatusValue": "Status: {0}", "LabelLocalSyncStatusValue": "Status: {0}",
"MessageSyncStarted": "Sync started", "MessageSyncStarted": "Sync started",
"OptionBackdropSlideshow": "Backdrop slideshow", "OptionBackdropSlideshow": "H\u00e1tt\u00e9r diavet\u00edt\u00e9s",
"HeaderTopPlugins": "Legjobb b\u0151v\u00edtm\u00e9nyek", "HeaderTopPlugins": "Legjobb b\u0151v\u00edtm\u00e9nyek",
"ButtonOther": "Other", "ButtonOther": "Other",
"HeaderSortBy": "Megjelen\u00edt\u00e9s", "HeaderSortBy": "Megjelen\u00edt\u00e9s",

View file

@ -454,7 +454,7 @@
"LabelLocalHttpServerPortNumberHelp": "Numero di porta TCP da associare al server http di Emby", "LabelLocalHttpServerPortNumberHelp": "Numero di porta TCP da associare al server http di Emby",
"LabelPublicHttpPort": "Porta HTTP pubblica", "LabelPublicHttpPort": "Porta HTTP pubblica",
"LabelPublicHttpPortHelp": "Numero di porta pubblica che dovrebbe essere mappato sulla porta HTTP locale.", "LabelPublicHttpPortHelp": "Numero di porta pubblica che dovrebbe essere mappato sulla porta HTTP locale.",
"LabelPublicHttpsPort": "Numero porta HTTP pubblica", "LabelPublicHttpsPort": "Numero porta HTTPS pubblica",
"LabelPublicHttpsPortHelp": "Numero della porta pubblica che dovrebbe essere mappato sulla porta HTTPS locale.", "LabelPublicHttpsPortHelp": "Numero della porta pubblica che dovrebbe essere mappato sulla porta HTTPS locale.",
"LabelEnableHttps": "Riporta HTTPS come indirizzo esterno", "LabelEnableHttps": "Riporta HTTPS come indirizzo esterno",
"LabelEnableHttpsHelp": "Se abilitato, il server riporter\u00e0 un url HTTPS ai client Emby come il proprio indirizzo esterno.", "LabelEnableHttpsHelp": "Se abilitato, il server riporter\u00e0 un url HTTPS ai client Emby come il proprio indirizzo esterno.",
@ -1933,6 +1933,6 @@
"Rate": "Vota", "Rate": "Vota",
"ButtonScanAllLibraries": "Scansiona Tutte le Librerie", "ButtonScanAllLibraries": "Scansiona Tutte le Librerie",
"ScanLibrary": "Scansione libreria", "ScanLibrary": "Scansione libreria",
"EnableStreamLooping": "Auto-loop live streams", "EnableStreamLooping": "Auto-loop streaming in diretta",
"EnableStreamLoopingHelp": "Enable this if live streams only contain a few seconds of data and need to be continuously requested." "EnableStreamLoopingHelp": "Abilita questo se gli streaming in diretta contengono solo pochi secondi di dati e devono essere costantemente richiesti."
} }

View file

@ -1933,6 +1933,6 @@
"Rate": "\u0411\u0430\u0493\u0430\u043b\u0430\u0443", "Rate": "\u0411\u0430\u0493\u0430\u043b\u0430\u0443",
"ButtonScanAllLibraries": "\u0411\u0430\u0440\u043b\u044b\u049b \u0442\u0430\u0441\u044b\u0493\u044b\u0448\u0445\u0430\u043d\u0430\u043b\u0430\u0440\u0434\u044b \u0441\u043a\u0430\u043d\u0435\u0440\u043b\u0435\u0443", "ButtonScanAllLibraries": "\u0411\u0430\u0440\u043b\u044b\u049b \u0442\u0430\u0441\u044b\u0493\u044b\u0448\u0445\u0430\u043d\u0430\u043b\u0430\u0440\u0434\u044b \u0441\u043a\u0430\u043d\u0435\u0440\u043b\u0435\u0443",
"ScanLibrary": "\u0422\u0430\u0441\u044b\u0493\u044b\u0448\u0445\u0430\u043d\u0430\u043d\u044b \u0441\u043a\u0430\u043d\u0435\u0440\u043b\u0435\u0443", "ScanLibrary": "\u0422\u0430\u0441\u044b\u0493\u044b\u0448\u0445\u0430\u043d\u0430\u043d\u044b \u0441\u043a\u0430\u043d\u0435\u0440\u043b\u0435\u0443",
"EnableStreamLooping": "Auto-loop live streams", "EnableStreamLooping": "\u0422\u0430\u0440\u0430\u0442\u0443\u043b\u0430\u0440\u0434\u044b \u0430\u0432\u0442\u043e\u043c\u0430\u0442\u0442\u044b \u0442\u04af\u0440\u0434\u0435 \u0442\u04b1\u0439\u044b\u049b\u0442\u0430\u0443",
"EnableStreamLoopingHelp": "Enable this if live streams only contain a few seconds of data and need to be continuously requested." "EnableStreamLoopingHelp": "\u0415\u0433\u0435\u0440 \u0442\u0430\u0440\u0430\u0442\u0443 \u0434\u0435\u0440\u0435\u043a\u0442\u0435\u0440\u0456\u043d\u0434\u0435 \u0442\u0435\u043a \u049b\u0430\u043d\u0430 \u0430\u0437\u044b\u043d-\u0430\u0443\u043b\u0430\u049b \u0441\u0435\u043a\u0443\u043d\u0434 \u0431\u0430\u0440 \u0431\u043e\u043b\u0441\u0430 \u0436\u04d9\u043d\u0435 \u043e\u043d\u044b \u04af\u0437\u0434\u0456\u043a\u0441\u0456\u0437 \u0441\u04b1\u0440\u0430\u0442\u044b\u043f \u0430\u043b\u0443 \u049b\u0430\u0436\u0435\u0442 \u0431\u043e\u043b\u0441\u0430, \u043e\u043d\u044b \u049b\u043e\u0441\u044b\u04a3\u044b\u0437."
} }

View file

@ -157,7 +157,7 @@
"HeaderResume": "\u0412\u043e\u0437\u043e\u0431\u043d\u043e\u0432\u0438\u043c\u043e\u0435", "HeaderResume": "\u0412\u043e\u0437\u043e\u0431\u043d\u043e\u0432\u0438\u043c\u043e\u0435",
"HeaderContinueWatching": "\u041f\u0440\u043e\u0434\u043e\u043b\u0436\u0438\u0442\u044c \u043f\u0440\u043e\u0441\u043c\u043e\u0442\u0440", "HeaderContinueWatching": "\u041f\u0440\u043e\u0434\u043e\u043b\u0436\u0438\u0442\u044c \u043f\u0440\u043e\u0441\u043c\u043e\u0442\u0440",
"HeaderContinueListening": "\u041f\u0440\u043e\u0434\u043e\u043b\u0436\u0438\u0442\u044c \u043f\u0440\u043e\u0441\u043b\u0443\u0448\u0438\u0432\u0430\u043d\u0438\u0435", "HeaderContinueListening": "\u041f\u0440\u043e\u0434\u043e\u043b\u0436\u0438\u0442\u044c \u043f\u0440\u043e\u0441\u043b\u0443\u0448\u0438\u0432\u0430\u043d\u0438\u0435",
"HeaderNextUp": "\u0421\u043b\u0435\u0434\u0443\u044e\u0449\u0435\u0435", "HeaderNextUp": "\u041e\u0447\u0435\u0440\u0435\u0434\u043d\u043e\u0435",
"NoNextUpItemsMessage": "\u041d\u0438\u0447\u0435\u0433\u043e \u043d\u0435 \u043d\u0430\u0439\u0434\u0435\u043d\u043e. \u041d\u0430\u0447\u043d\u0438\u0442\u0435 \u0441\u043c\u043e\u0442\u0440\u0435\u0442\u044c \u0441\u0432\u043e\u0438 \u0441\u0435\u0440\u0438\u0430\u043b\u044b!", "NoNextUpItemsMessage": "\u041d\u0438\u0447\u0435\u0433\u043e \u043d\u0435 \u043d\u0430\u0439\u0434\u0435\u043d\u043e. \u041d\u0430\u0447\u043d\u0438\u0442\u0435 \u0441\u043c\u043e\u0442\u0440\u0435\u0442\u044c \u0441\u0432\u043e\u0438 \u0441\u0435\u0440\u0438\u0430\u043b\u044b!",
"HeaderLatestEpisodes": "\u041d\u043e\u0432\u0435\u0439\u0448\u0438\u0435 \u044d\u043f\u0438\u0437\u043e\u0434\u044b", "HeaderLatestEpisodes": "\u041d\u043e\u0432\u0435\u0439\u0448\u0438\u0435 \u044d\u043f\u0438\u0437\u043e\u0434\u044b",
"HeaderPersonTypes": "\u0422\u0438\u043f\u044b \u043f\u0435\u0440\u0441\u043e\u043d:", "HeaderPersonTypes": "\u0422\u0438\u043f\u044b \u043f\u0435\u0440\u0441\u043e\u043d:",
@ -1933,6 +1933,6 @@
"Rate": "\u041e\u0446\u0435\u043d\u043a\u0430", "Rate": "\u041e\u0446\u0435\u043d\u043a\u0430",
"ButtonScanAllLibraries": "\u0421\u043a\u0430\u043d\u0438\u0440\u043e\u0432\u0430\u0442\u044c \u0432\u0441\u0435 \u043c\u0435\u0434\u0438\u0430\u0442\u0435\u043a\u0438", "ButtonScanAllLibraries": "\u0421\u043a\u0430\u043d\u0438\u0440\u043e\u0432\u0430\u0442\u044c \u0432\u0441\u0435 \u043c\u0435\u0434\u0438\u0430\u0442\u0435\u043a\u0438",
"ScanLibrary": "\u0421\u043a\u0430\u043d\u0438\u0440\u043e\u0432\u0430\u0442\u044c \u043c\u0435\u0434\u0438\u0430\u0442\u0435\u043a\u0443", "ScanLibrary": "\u0421\u043a\u0430\u043d\u0438\u0440\u043e\u0432\u0430\u0442\u044c \u043c\u0435\u0434\u0438\u0430\u0442\u0435\u043a\u0443",
"EnableStreamLooping": "Auto-loop live streams", "EnableStreamLooping": "\u0410\u0432\u0442\u043e\u0446\u0438\u043a\u043b\u0438\u0440\u043e\u0432\u0430\u043d\u0438\u0435 \u0442\u0440\u0430\u043d\u0441\u043b\u044f\u0446\u0438\u0439",
"EnableStreamLoopingHelp": "Enable this if live streams only contain a few seconds of data and need to be continuously requested." "EnableStreamLoopingHelp": "\u0412\u043a\u043b\u044e\u0447\u0438\u0442\u0435 \u044d\u0442\u043e, \u0435\u0441\u043b\u0438 \u0442\u0440\u0430\u043d\u0441\u043b\u044f\u0446\u0438\u0438 \u0441\u043e\u0434\u0435\u0440\u0436\u0430\u0442 \u0434\u0430\u043d\u043d\u044b\u0435 \u0442\u043e\u043b\u044c\u043a\u043e \u043d\u0430 \u043d\u0435\u0441\u043a\u043e\u043b\u044c\u043a\u043e \u0441\u0435\u043a\u0443\u043d\u0434 \u0438 \u043d\u0435\u043e\u0431\u0445\u043e\u0434\u0438\u043c\u043e \u043d\u0435\u043f\u0440\u0435\u0440\u044b\u0432\u043d\u043e \u0438\u0445 \u0437\u0430\u043f\u0440\u0430\u0448\u0438\u0432\u0430\u0442\u044c."
} }