From e8bb5b6b3a1e4c2aeab368f01cc5092d8478b893 Mon Sep 17 00:00:00 2001 From: Chocobozzz Date: Wed, 21 Apr 2021 09:46:55 +0200 Subject: Fix context menu when watching a playlist --- scripts/i18n/create-custom-files.ts | 8 ++++++-- 1 file changed, 6 insertions(+), 2 deletions(-) (limited to 'scripts') diff --git a/scripts/i18n/create-custom-files.ts b/scripts/i18n/create-custom-files.ts index d4d5b44f0..111bcbf4c 100755 --- a/scripts/i18n/create-custom-files.ts +++ b/scripts/i18n/create-custom-files.ts @@ -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) -- cgit v1.2.3