X-Git-Url: https://git.immae.eu/?a=blobdiff_plain;f=scripts%2Fi18n%2Fcreate-custom-files.ts;h=7d03346a0bbe4fba6563b0e14da57c5b33015598;hb=38b4e733d2a11bf0e9164bc178f01cb18b15f6bd;hp=3b504595462821909b452c0b046ca71ad17442d4;hpb=458685e0d039a0ad3fa4f26d99746f7d6d0b40e9;p=github%2FChocobozzz%2FPeerTube.git diff --git a/scripts/i18n/create-custom-files.ts b/scripts/i18n/create-custom-files.ts index 3b5045954..7d03346a0 100755 --- a/scripts/i18n/create-custom-files.ts +++ b/scripts/i18n/create-custom-files.ts @@ -62,7 +62,10 @@ const playerKeys = { 'The video failed to play, will try to fast forward.': 'The video failed to play, will try to fast forward.', '{1} / {2} dropped of {3}': '{1} / {2} dropped of {3}', ' (muted)': ' (muted)', - '{1} from servers · {2} from peers': '{1} from servers · {2} from peers' + '{1} from servers · {2} from peers': '{1} from servers · {2} from peers', + 'Previous video': 'Previous video', + 'Video page (new window)': 'Video page (new window)', + 'Next video': 'Next video' } Object.assign(playerKeys, videojs) @@ -90,7 +93,6 @@ Object.values(VIDEO_CATEGORIES) // More keys Object.assign(serverKeys, { - Misc: 'Misc', Unknown: 'Unknown' })