X-Git-Url: https://git.immae.eu/?a=blobdiff_plain;f=scripts%2Fi18n%2Fcreate-custom-files.ts;h=b26e92d93dd9915fb53184e5da811b665759b715;hb=9f5801d798e3615578075123283673062a980c92;hp=111bcbf4c816a10a19293d8f1b7909da67d11f3e;hpb=e8bb5b6b3a1e4c2aeab368f01cc5092d8478b893;p=github%2FChocobozzz%2FPeerTube.git diff --git a/scripts/i18n/create-custom-files.ts b/scripts/i18n/create-custom-files.ts index 111bcbf4c..b26e92d93 100755 --- a/scripts/i18n/create-custom-files.ts +++ b/scripts/i18n/create-custom-files.ts @@ -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)