mirror of
https://github.com/revenz/FileFlowsPlugins.git
synced 2026-05-07 00:59:07 -05:00
34 lines
1.0 KiB
JSON
34 lines
1.0 KiB
JSON
{
|
|
"Flow": {
|
|
"Parts": {
|
|
"Gotify": {
|
|
"Description": "Envia uma mensagem para um servidor Gotify.",
|
|
"Fields": {
|
|
"Message": "Mensagem",
|
|
"Message-Help": "A mensagem a ser enviada para o servidor Gotify",
|
|
"Priority": "Prioridade",
|
|
"Priority-Help": "A prioridade da mensagem sendo enviada",
|
|
"Title": "Título",
|
|
"Title-Help": "Um título opcional a ser enviado."
|
|
},
|
|
"Outputs": {
|
|
"1": "Mensagem Gotify enviada",
|
|
"2": "Falha ao enviar a mensagem Gotify"
|
|
}
|
|
}
|
|
}
|
|
},
|
|
"Plugins": {
|
|
"Gotify": {
|
|
"Label": "Gotify",
|
|
"Description": "Um plugin que permite enviar mensagens para um servidor Gotify.",
|
|
"Fields": {
|
|
"AccessToken": "Token de Acesso",
|
|
"AccessToken-Help": "O token de acesso usado para se comunicar com o servidor Gotify.",
|
|
"ServerUrl": "Servidor",
|
|
"ServerUrl-Help": "A URL do servidor Gotify",
|
|
"ServerUrl-Placeholder": "http://gotify.lan"
|
|
}
|
|
}
|
|
}
|
|
} |