mirror of
https://github.com/Chocobozzz/PeerTube.git
synced 2025-10-03 09:49:20 +02:00
Fix player translations
This commit is contained in:
parent
6f512b68b5
commit
c1961762b3
55 changed files with 136 additions and 84 deletions
|
@ -32,7 +32,9 @@ const playerKeys = {
|
|||
'Copy embed code': 'Copy embed code',
|
||||
'Copy magnet URI': 'Copy magnet URI',
|
||||
'Total downloaded: ': 'Total downloaded: ',
|
||||
'Total uploaded: ': 'Total uploaded: '
|
||||
'Total uploaded: ': 'Total uploaded: ',
|
||||
'Normal mode': 'Normal mode',
|
||||
'Theater mode': 'Theater mode'
|
||||
}
|
||||
Object.assign(playerKeys, videojs)
|
||||
|
||||
|
@ -54,9 +56,7 @@ values(VIDEO_CATEGORIES)
|
|||
'We cannot fetch the playlist. Please try again later.',
|
||||
'Playlist: {1}',
|
||||
'By {1}',
|
||||
'Unavailable video',
|
||||
'Normal mode',
|
||||
'Theater mode'
|
||||
'Unavailable video'
|
||||
])
|
||||
.forEach(v => { serverKeys[v] = v })
|
||||
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue