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

View file

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