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

update player stats

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

View file

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