mirror of
https://github.com/revenz/FileFlowsPlugins.git
synced 2026-05-05 06:19:07 -05:00
34 lines
1.1 KiB
JSON
34 lines
1.1 KiB
JSON
{
|
|
"Flow": {
|
|
"Parts": {
|
|
"Gotify": {
|
|
"Description": "Sendet eine Nachricht an einen Gotify-Server.",
|
|
"Fields": {
|
|
"Message": "Nachricht",
|
|
"Message-Help": "Die Nachricht, die an den Gotify-Server gesendet werden soll",
|
|
"Priority": "Priorität",
|
|
"Priority-Help": "Die Priorität der gesendeten Nachricht",
|
|
"Title": "Titel",
|
|
"Title-Help": "Ein optionaler Titel zum Senden."
|
|
},
|
|
"Outputs": {
|
|
"1": "Gotify-Nachricht gesendet",
|
|
"2": "Gotify-Nachricht konnte nicht gesendet werden"
|
|
}
|
|
}
|
|
}
|
|
},
|
|
"Plugins": {
|
|
"Gotify": {
|
|
"Description": "Ein Plugin, das es Ihnen ermöglicht, Nachrichten an einen Gotify-Server zu senden.",
|
|
"Label": "Gotify",
|
|
"Fields": {
|
|
"AccessToken": "Zugriffstoken",
|
|
"AccessToken-Help": "Das Zugriffstoken, das verwendet wird, um mit dem Gotify-Server zu kommunizieren.",
|
|
"ServerUrl": "Server",
|
|
"ServerUrl-Help": "Die URL des Gotify-Servers",
|
|
"ServerUrl-Placeholder": "http://gotify.lan"
|
|
}
|
|
}
|
|
}
|
|
} |