mirror of https://github.com/Chocobozzz/PeerTube
Add missing player localized strings
parent
439d68e537
commit
d0510fc1d3
|
@ -54,7 +54,9 @@ values(VIDEO_CATEGORIES)
|
||||||
'We cannot fetch the playlist. Please try again later.',
|
'We cannot fetch the playlist. Please try again later.',
|
||||||
'Playlist: {1}',
|
'Playlist: {1}',
|
||||||
'By {1}',
|
'By {1}',
|
||||||
'Unavailable video'
|
'Unavailable video',
|
||||||
|
'Normal mode',
|
||||||
|
'Theater mode'
|
||||||
])
|
])
|
||||||
.forEach(v => { serverKeys[v] = v })
|
.forEach(v => { serverKeys[v] = v })
|
||||||
|
|
||||||
|
|
Loading…
Reference in New Issue