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

Inject new player translations

This commit is contained in:
Chocobozzz 2022-09-16 11:10:12 +02:00
parent 98dcdee3a7
commit 6235c0b8dc
No known key found for this signature in database
GPG key ID: 583A612D890159BE
35 changed files with 106 additions and 1 deletions

View file

@ -58,7 +58,10 @@ const playerKeys = {
'Play in loop': 'Play in loop',
'This live has not started yet.': 'This live has not started yet.',
'This live has ended.': 'This live has ended.',
'The video failed to play, will try to fast forward.': 'The video failed to play, will try to fast forward.'
'The video failed to play, will try to fast forward.': 'The video failed to play, will try to fast forward.',
'{1} / {2} dropped of {3}': '{1} / {2} dropped of {3}',
' (muted)': ' (muted)',
'{1} from servers · {2} from peers': '{1} from servers · {2} from peers'
}
Object.assign(playerKeys, videojs)