Files
community-plugins/web-launcher/translations/en.json
T
2026-07-19 00:15:32 -04:00

28 lines
641 B
JSON

{
"notify": {
"message": "Opening {name}",
"title": "Websites"
},
"settings": {
"command": {
"description": "Command that launches the website. Example: \"firefox --new-window\"",
"label": "Command"
},
"icon_provider": {
"description": "Icon download source.",
"direct": "Site's own favicon.ico",
"duckduckgo": "DuckDuckGo",
"google": "Google",
"label": "Icon Provider"
},
"links": {
"description": "Format: Name|https://url",
"label": "Links"
},
"notify": {
"description": "Notify when opening link.",
"label": "Notify"
}
}
}