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:
parent
98dcdee3a7
commit
6235c0b8dc
35 changed files with 106 additions and 1 deletions
|
@ -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)
|
||||
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue