Add missing translations in embed template

This commit is contained in:
Chocobozzz 2019-01-14 17:45:02 +01:00
parent 1506307f2f
commit ad3fa0c567
No known key found for this signature in database
GPG key ID: 583A612D890159BE
32 changed files with 11557 additions and 5888 deletions

View file

@ -42,6 +42,12 @@ values(VIDEO_CATEGORIES)
.concat(values(VIDEO_PRIVACIES))
.concat(values(VIDEO_STATES))
.concat(values(VIDEO_IMPORT_STATES))
.concat([
'This video does not exist.',
'We cannot fetch the video. Please try again later.',
'Sorry',
'This video is not available because the remote instance is not responding.'
])
.forEach(v => serverKeys[v] = v)
// More keys
@ -103,4 +109,4 @@ function saveToXliffFile (jsonTranslations: TranslationType, cb: Function) {
function handleError (err: any) {
console.error(err)
process.exit(-1)
}
}