diff options
Diffstat (limited to 'scripts/i18n/create-custom-files.ts')
-rwxr-xr-x | scripts/i18n/create-custom-files.ts | 5 |
1 files changed, 4 insertions, 1 deletions
diff --git a/scripts/i18n/create-custom-files.ts b/scripts/i18n/create-custom-files.ts index 72136614c..d03d0fe83 100755 --- a/scripts/i18n/create-custom-files.ts +++ b/scripts/i18n/create-custom-files.ts | |||
@@ -69,7 +69,10 @@ const playerKeys = { | |||
69 | '{1} from servers · {2} from peers': '{1} from servers · {2} from peers', | 69 | '{1} from servers · {2} from peers': '{1} from servers · {2} from peers', |
70 | 'Previous video': 'Previous video', | 70 | 'Previous video': 'Previous video', |
71 | 'Video page (new window)': 'Video page (new window)', | 71 | 'Video page (new window)': 'Video page (new window)', |
72 | 'Next video': 'Next video' | 72 | 'Next video': 'Next video', |
73 | 'This video is password protected': 'This video is password protected', | ||
74 | 'You need a password to watch this video.': 'You need a password to watch this video.', | ||
75 | 'Incorrect password, please enter a correct password': 'Incorrect password, please enter a correct password' | ||
73 | } | 76 | } |
74 | Object.assign(playerKeys, videojs) | 77 | Object.assign(playerKeys, videojs) |
75 | 78 | ||