From d5a8f852b26036c57b68afa52a62d859f58c0e22 Mon Sep 17 00:00:00 2001 From: Jakob Gregory Date: Wed, 29 Jul 2026 18:38:59 +0200 Subject: [PATCH] chore(i18n): complete French translations --- src/locales/fr.json | 25 ++++++++++++++++++++++++- 1 file changed, 24 insertions(+), 1 deletion(-) diff --git a/src/locales/fr.json b/src/locales/fr.json index b25ec6f..5d7c81b 100644 --- a/src/locales/fr.json +++ b/src/locales/fr.json @@ -38,5 +38,28 @@ } } }, - "slogan": "Conçu pour chercher." + "slogan": "Conçu pour chercher.", + "settings": { + "input": { + "done": { + "title": "Enregistrer la valeur", + "ariaLabel": "Enregistre la valeur saisie" + } + }, + "switch": { + "title": "Basculer la valeur", + "ariaLabel": "Bascule la valeur" + }, + "pages": { + "link": { + "ariaLabel": "Accéder à la page de paramètres {page}" + } + }, + "noSectionSelected": "Aucune section des paramètres n'est sélectionnée.", + "selection": { + "option": { + "ariaLabel": "Sélectionne l'option {option}" + } + } + } } \ No newline at end of file