fr translations

This commit is contained in:
Lemmy
2026-07-19 22:38:58 -04:00
parent a5e5726c40
commit 2dfad8c1d0
2 changed files with 43 additions and 0 deletions
@@ -0,0 +1,16 @@
{
"no_instances": {
"subtitle": "Filtre:",
"title": "Aucune instance trouvée"
},
"settings": {
"launcher_exec_command": {
"description": "Lancer Prismlauncher ou une fork au choix",
"label": "Executable Prism"
},
"prismlauncher_path": {
"description": "Chemin de PrismLauncher",
"label": "Chemin de PrismLauncher"
}
}
}
+27
View File
@@ -0,0 +1,27 @@
{
"notify": {
"message": "Ouverture de {name}",
"title": "Sites"
},
"settings": {
"command": {
"description": "Commande qui lance le site. Exemple: \"firefox --new-window\"",
"label": "Commande"
},
"icon_provider": {
"description": "Source de téléchargement des icones",
"direct": "favicon.ico du site",
"duckduckgo": "DuckDuckGo",
"google": "Google",
"label": "Fournisseur d'icone"
},
"links": {
"description": "Format: Nom|https://url",
"label": "Liens"
},
"notify": {
"description": "Notification à l'ouverture du lien.",
"label": "Notification"
}
}
}