chore(i18n): update

This commit is contained in:
Lemmy
2026-08-05 17:59:17 -04:00
parent 12097abd80
commit f5bd62e81b
35 changed files with 1149 additions and 653 deletions
+27
View File
@@ -0,0 +1,27 @@
{
"notify": {
"message": "Öffne {name}",
"title": "Websites"
},
"settings": {
"command": {
"description": "Befehl zum Starten der Website. Beispiel: \"firefox --new-window\"",
"label": "Befehl"
},
"icon_provider": {
"description": "Icon Downloadquelle",
"direct": "Website-eigenes favicon.ico",
"duckduckgo": "DuckDuckGo",
"google": "Google",
"label": "Icon Anbieter"
},
"links": {
"description": "Format: Name|https://url",
"label": "Links"
},
"notify": {
"description": "Beim Öffnen des Links benachrichtigen",
"label": "Benachrichtigen"
}
}
}