1
0
Fork 0
mirror of https://github.com/Chocobozzz/PeerTube.git synced 2025-10-03 09:49:20 +02:00

Cleanup stats for nerds

This commit is contained in:
Chocobozzz 2021-04-27 15:50:29 +02:00 committed by Chocobozzz
parent ff563914bb
commit 4e11d8f3ca
6 changed files with 248 additions and 120 deletions

View file

@ -36,7 +36,21 @@ const playerKeys = {
'From servers: ': 'From servers: ',
'From peers: ': 'From peers: ',
'Normal mode': 'Normal mode',
'Theater mode': 'Theater mode'
'Stats for nerds': 'Stats for nerds',
'Theater mode': 'Theater mode',
'Video UUID': 'Video UUID',
'Viewport / Frames': 'Viewport / Frames',
'Resolution': 'Resolution',
'Volume': 'Volume',
'Codecs': 'Codecs',
'Color': 'Color',
'Connection Speed': 'Connection Speed',
'Network Activity': 'Network Activity',
'Total Transfered': 'Total Transfered',
'Download Breakdown': 'Download Breakdown',
'Buffer Progress': 'Buffer Progress',
'Buffer State': 'Buffer State',
'Live Latency': 'Live Latency'
}
Object.assign(playerKeys, videojs)