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:
parent
ff563914bb
commit
4e11d8f3ca
6 changed files with 248 additions and 120 deletions
|
@ -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)
|
||||
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue