Files
community-plugins/web-launcher/translations/fr.json
T
2026-07-19 22:38:58 -04:00

28 lines
672 B
JSON

{
"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"
}
}
}