]> git.immae.eu Git - github/Chocobozzz/PeerTube.git/blobdiff - scripts/i18n/create-custom-files.ts
Translated using Weblate (Croatian)
[github/Chocobozzz/PeerTube.git] / scripts / i18n / create-custom-files.ts
index 3b504595462821909b452c0b046ca71ad17442d4..7d03346a0bbe4fba6563b0e14da57c5b33015598 100755 (executable)
@@ -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'
 })