From 99e42797314c0198d302bd464a8ac124ddba3fe3 Mon Sep 17 00:00:00 2001 From: Nathan <45531575+VampireChicken12@users.noreply.github.com> Date: Mon, 29 Jul 2024 00:33:55 -0400 Subject: [PATCH] New translations en-us.json (French) --- public/locales/fr-FR.json | 24 ++++++++++++++++++++++++ 1 file changed, 24 insertions(+) diff --git a/public/locales/fr-FR.json b/public/locales/fr-FR.json index 19bca903..263c1087 100644 --- a/public/locales/fr-FR.json +++ b/public/locales/fr-FR.json @@ -73,6 +73,9 @@ "decreaseLimit": "Can't decrease further ({{SPEED}})", "increaseLimit": "Can't increase further ({{SPEED}})" }, + "playlistLength": { + "title": "Total length may not be accurate if some videos are hidden or if you haven't loaded enough videos to get the full length." + }, "screenshotButton": { "button": { "label": "Screenshot" @@ -409,6 +412,19 @@ }, "title": "Réglages de vitesse de lecture" }, + "playlistLength": { + "enable": { + "label": "Display playlist length information", + "title": "Shows the total length of the playlist, how much has been watched, and how much remains." + }, + "title": "Playlist length settings", + "wayToGetLength": { + "select": { + "label": "Method to get playlist length", + "title": "The way to get playlist length information (API method will fallback to HTML if an error occurs)" + } + } + }, "screenshotButton": { "enable": { "label": "Bouton de capture d'écran", @@ -513,6 +529,14 @@ }, "title": "Réglages de du gain du volume" }, + "youtubeDataApiV3Key": { + "getApiKeyLinkText": "You can get one from here", + "input": { + "label": "API Key", + "title": "Enter your Youtube Data API V3 key." + }, + "title": "YouTube API V3 Key" + }, "youtubeDeepDark": { "author": "Author", "co-authors": "Co-authors",