]> git.immae.eu Git - github/Chocobozzz/PeerTube.git/blobdiff - scripts/i18n/create-custom-files.ts
Translated using Weblate (Chinese (Traditional))
[github/Chocobozzz/PeerTube.git] / scripts / i18n / create-custom-files.ts
index bcd7fe2a2d3744d02aa1cc9dc97654b9812c4ff7..eca2fe09d7850a28255e8cf50ffed6b15fc00013 100755 (executable)
@@ -41,6 +41,7 @@ const playerKeys = {
   'Volume': 'Volume',
   'Codecs': 'Codecs',
   'Color': 'Color',
+  'Go back to the live': 'Go back to the live',
   'Connection Speed': 'Connection Speed',
   'Network Activity': 'Network Activity',
   'Total Transfered': 'Total Transfered',
@@ -89,7 +90,6 @@ Object.values(VIDEO_CATEGORIES)
 
 // More keys
 Object.assign(serverKeys, {
-  Misc: 'Misc',
   Unknown: 'Unknown'
 })