From 7f02afc5a6839adfe8437d4e2cc8dee13a93b311 Mon Sep 17 00:00:00 2001 From: Yazazuyo Date: Sat, 2 Dec 2023 13:49:05 +0000 Subject: [PATCH] Translated using Weblate (French) Currently translated at 3.4% (10 of 292 strings) Translation: th-ch/youtube-music/i18n Translate-URL: https://hosted.weblate.org/projects/youtube-music/i18n/fr/ --- src/i18n/resources/fr.json | 49 +++++++++++++++++++++++++++++++++++++- 1 file changed, 48 insertions(+), 1 deletion(-) diff --git a/src/i18n/resources/fr.json b/src/i18n/resources/fr.json index 0967ef42..475030cc 100644 --- a/src/i18n/resources/fr.json +++ b/src/i18n/resources/fr.json @@ -1 +1,48 @@ -{} +{ + "language": { + "code": "fr", + "local-name": "Français", + "name": "French" + }, + "main": { + "console": { + "theme": { + "css-file-not-found": "Le fichier de CSS \"{{cssFile}}\" n'existe pas, ignorer" + } + }, + "dialog": { + "update-available": { + "buttons": { + "download": "Sauvegarder" + } + } + }, + "menu": { + "options": { + "label": "Paramètres", + "submenu": { + "advanced-options": { + "submenu": { + "edit-config-json": "Modifier config.json", + "set-proxy": { + "prompt": { + "placeholder": "Exemple: socks5://127.0.0.1:9999" + } + } + } + }, + "language": { + "label": "Langue" + }, + "visual-tweaks": { + "submenu": { + "like-buttons": { + "hide": "Cacher" + } + } + } + } + } + } + } +}