aboutsummaryrefslogtreecommitdiffhomepage
path: root/scripts/i18n
diff options
context:
space:
mode:
authorChocobozzz <me@florianbigard.com>2021-04-21 15:28:12 +0200
committerChocobozzz <me@florianbigard.com>2021-04-21 15:28:12 +0200
commit3e0e8d4afded28559b7c473061bbdc31ab542e1c (patch)
tree6b9a509d8f0054b6e3e5e1f837fee3d05966c206 /scripts/i18n
parent48d7e4ad13bda061c4f75e32cda4a4f579dc4302 (diff)
downloadPeerTube-3e0e8d4afded28559b7c473061bbdc31ab542e1c.tar.gz
PeerTube-3e0e8d4afded28559b7c473061bbdc31ab542e1c.tar.zst
PeerTube-3e0e8d4afded28559b7c473061bbdc31ab542e1c.zip
Revert "Fix context menu when watching a playlist"
This reverts commit e8bb5b6b3a1e4c2aeab368f01cc5092d8478b893. We'll refactor this error handler in hls.js v1 upgrade
Diffstat (limited to 'scripts/i18n')
-rwxr-xr-xscripts/i18n/create-custom-files.ts8
1 files changed, 2 insertions, 6 deletions
diff --git a/scripts/i18n/create-custom-files.ts b/scripts/i18n/create-custom-files.ts
index 111bcbf4c..d4d5b44f0 100755
--- a/scripts/i18n/create-custom-files.ts
+++ b/scripts/i18n/create-custom-files.ts
@@ -29,18 +29,14 @@ const playerKeys = {
29 'Watching this video may reveal your IP address to others.': 'Watching this video may reveal your IP address to others.', 29 'Watching this video may reveal your IP address to others.': 'Watching this video may reveal your IP address to others.',
30 'Copy the video URL': 'Copy the video URL', 30 'Copy the video URL': 'Copy the video URL',
31 'Copy the video URL at the current time': 'Copy the video URL at the current time', 31 'Copy the video URL at the current time': 'Copy the video URL at the current time',
32 'Copy video embed code': 'Copy video embed code', 32 'Copy embed code': 'Copy embed code',
33 'Copy magnet URI': 'Copy magnet URI', 33 'Copy magnet URI': 'Copy magnet URI',
34 'Total downloaded: ': 'Total downloaded: ', 34 'Total downloaded: ': 'Total downloaded: ',
35 'Total uploaded: ': 'Total uploaded: ', 35 'Total uploaded: ': 'Total uploaded: ',
36 'From servers: ': 'From servers: ', 36 'From servers: ': 'From servers: ',
37 'From peers: ': 'From peers: ', 37 'From peers: ': 'From peers: ',
38 'Normal mode': 'Normal mode', 38 'Normal mode': 'Normal mode',
39 'Play in loop': 'Play in loop', 39 'Theater mode': 'Theater mode'
40 'Theater mode': 'Theater mode',
41 'Copy the playlist URL': 'Copy the playlist URL',
42 'Copy the playlist URL at current video position': 'Copy the playlist URL at current video position',
43 'Copy the playlist embed code': 'Copy the playlist embed code'
44} 40}
45Object.assign(playerKeys, videojs) 41Object.assign(playerKeys, videojs)
46 42