]> git.immae.eu Git - github/Chocobozzz/PeerTube.git/blobdiff - scripts/i18n/create-custom-files.ts
Fix context menu when watching a playlist
[github/Chocobozzz/PeerTube.git] / scripts / i18n / create-custom-files.ts
index d4d5b44f05a00030bb89e6a56a73e0f8c8e25c25..111bcbf4c816a10a19293d8f1b7909da67d11f3e 100755 (executable)
@@ -29,14 +29,18 @@ const playerKeys = {
   'Watching this video may reveal your IP address to others.': 'Watching this video may reveal your IP address to others.',
   'Copy the video URL': 'Copy the video URL',
   'Copy the video URL at the current time': 'Copy the video URL at the current time',
-  'Copy embed code': 'Copy embed code',
+  'Copy video embed code': 'Copy video embed code',
   'Copy magnet URI': 'Copy magnet URI',
   'Total downloaded: ': 'Total downloaded: ',
   'Total uploaded: ': 'Total uploaded: ',
   'From servers: ': 'From servers: ',
   'From peers: ': 'From peers: ',
   'Normal mode': 'Normal mode',
-  'Theater mode': 'Theater mode'
+  'Play in loop': 'Play in loop',
+  'Theater mode': 'Theater mode',
+  'Copy the playlist URL': 'Copy the playlist URL',
+  'Copy the playlist URL at current video position': 'Copy the playlist URL at current video position',
+  'Copy the playlist embed code': 'Copy the playlist embed code'
 }
 Object.assign(playerKeys, videojs)