Complete missing settings translations #154

Merged
jakob.scheid merged 10 commits from chore/complete-translations into main 2026-07-30 10:06:50 +02:00
Showing only changes of commit d5a8f852b2 - Show all commits
+24 -1
View File
@@ -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}"
}
}
}
}