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