]> git.immae.eu Git - github/Chocobozzz/PeerTube.git/blobdiff - scripts/i18n/create-custom-files.ts
Translated using Weblate (Portuguese (Brazil))
[github/Chocobozzz/PeerTube.git] / scripts / i18n / create-custom-files.ts
index 111bcbf4c816a10a19293d8f1b7909da67d11f3e..b26e92d93dd9915fb53184e5da811b665759b715 100755 (executable)
@@ -29,18 +29,29 @@ const playerKeys = {
   'Watching this video may reveal your IP address to others.': 'Watching this video may reveal your IP address to others.',
   'Copy the video URL': 'Copy the video URL',
   'Copy the video URL at the current time': 'Copy the video URL at the current time',
-  'Copy video embed code': 'Copy video embed code',
+  'Copy embed code': 'Copy embed code',
   'Copy magnet URI': 'Copy magnet URI',
   'Total downloaded: ': 'Total downloaded: ',
   'Total uploaded: ': 'Total uploaded: ',
   'From servers: ': 'From servers: ',
   'From peers: ': 'From peers: ',
   'Normal mode': 'Normal mode',
-  'Play in loop': 'Play in loop',
+  'Stats for nerds': 'Stats for nerds',
   'Theater mode': 'Theater mode',
-  'Copy the playlist URL': 'Copy the playlist URL',
-  'Copy the playlist URL at current video position': 'Copy the playlist URL at current video position',
-  'Copy the playlist embed code': 'Copy the playlist embed code'
+  'Video UUID': 'Video UUID',
+  'Viewport / Frames': 'Viewport / Frames',
+  'Resolution': 'Resolution',
+  'Volume': 'Volume',
+  'Codecs': 'Codecs',
+  'Color': 'Color',
+  'Connection Speed': 'Connection Speed',
+  'Network Activity': 'Network Activity',
+  'Total Transfered': 'Total Transfered',
+  'Download Breakdown': 'Download Breakdown',
+  'Buffer Progress': 'Buffer Progress',
+  'Buffer State': 'Buffer State',
+  'Live Latency': 'Live Latency',
+  'Player mode': 'Player mode'
 }
 Object.assign(playerKeys, videojs)