Files
community-plugins/web-launcher/translations/en.json
T
2026-07-18 12:27:36 +02:00

24 lines
593 B
JSON

{
"settings": {
"links": {
"label": "Links",
"description": "Format: Name|https://url"
},
"notify": {
"label": "Notify",
"description": "Notify when opening link."
},
"icon_provider": {
"label": "Icon Provider",
"description": "Icon download source.",
"google": "Google",
"duckduckgo": "DuckDuckGo",
"direct": "Site's own favicon.ico"
}
},
"notify": {
"title": "Websites",
"message": "Opening {name}"
}
}