diff options
Diffstat (limited to 'scripts/i18n/create-custom-files.ts')
-rwxr-xr-x | scripts/i18n/create-custom-files.ts | 8 |
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 | } |
45 | Object.assign(playerKeys, videojs) | 41 | Object.assign(playerKeys, videojs) |
46 | 42 | ||