mirror of
https://github.com/revenz/FileFlowsPlugins.git
synced 2026-05-13 03:59:19 -05:00
33 lines
1022 B
JSON
33 lines
1022 B
JSON
{
|
|
"Flow": {
|
|
"Parts": {
|
|
"Gotify": {
|
|
"Description": "Envía un mensaje a un servidor Gotify.",
|
|
"Fields": {
|
|
"Message": "Mensaje",
|
|
"Message-Help": "El mensaje a enviar al servidor Gotify",
|
|
"Priority": "Prioridad",
|
|
"Priority-Help": "La prioridad del mensaje que se envía",
|
|
"Title": "Título",
|
|
"Title-Help": "Un título opcional para enviar."
|
|
},
|
|
"Outputs": {
|
|
"1": "Mensaje de Gotify enviado",
|
|
"2": "Error al enviar el mensaje de Gotify"
|
|
}
|
|
}
|
|
}
|
|
},
|
|
"Plugins": {
|
|
"Gotify": {
|
|
"Description": "Un plugin que permite enviar mensajes a un servidor Gotify.",
|
|
"Fields": {
|
|
"AccessToken": "Token de acceso",
|
|
"AccessToken-Help": "El token de acceso utilizado para comunicarse con el servidor Gotify.",
|
|
"ServerUrl": "Servidor",
|
|
"ServerUrl-Help": "La URL del servidor Gotify",
|
|
"ServerUrl-Placeholder": "http://gotify.lan"
|
|
}
|
|
}
|
|
}
|
|
} |