X-Git-Url: https://git.immae.eu/?a=blobdiff_plain;ds=sidebyside;f=scripts%2Fi18n%2Fcreate-custom-files.ts;h=e52909c433987dacc2a9189c5d48e71d1b520190;hb=ba2684ceddf9b76312635b9cddc6bf6975ce436a;hp=248a5b038656b3aebd4e25aa954081e51b0db0b1;hpb=2dd0a8a8fd2fc85180fa3b45c5a6a56d07320ed3;p=github%2FChocobozzz%2FPeerTube.git diff --git a/scripts/i18n/create-custom-files.ts b/scripts/i18n/create-custom-files.ts index 248a5b038..e52909c43 100755 --- a/scripts/i18n/create-custom-files.ts +++ b/scripts/i18n/create-custom-files.ts @@ -55,7 +55,11 @@ const playerKeys = { 'Playlist: {1}': 'Playlist: {1}', 'disabled': 'disabled', ' off': ' off', - 'Player mode': 'Player mode' + 'Player mode': 'Player mode', + 'Play in loop': 'Play in loop', + 'This live has not started yet.': 'This live has not started yet.', + 'This live has ended.': 'This live has ended.', + 'The video failed to play, will try to fast forward.': 'The video failed to play, will try to fast forward.' } Object.assign(playerKeys, videojs)