mirror of
https://github.com/revenz/FileFlowsPlugins.git
synced 2026-01-06 07:20:11 -06:00
32 lines
960 B
JSON
32 lines
960 B
JSON
{
|
|
"Flow": {
|
|
"Parts": {
|
|
"Pushbullet": {
|
|
"Description": "Invia un messaggio tramite Pushbullet.",
|
|
"Fields": {
|
|
"Message": "Messaggio",
|
|
"Message-Help": "Il messaggio da inviare al server Pushbullet",
|
|
"Priority": "Priorità",
|
|
"Priority-Help": "La priorità del messaggio in fase di invio",
|
|
"Title": "Titolo"
|
|
},
|
|
"Outputs": {
|
|
"1": "Messaggio Pushbullet inviato",
|
|
"2": "Invio del messaggio Pushbullet non riuscito"
|
|
}
|
|
}
|
|
}
|
|
},
|
|
"Plugins": {
|
|
"Pushbullet": {
|
|
"Description": "Un plugin che ti consente di inviare messaggi a un server Pushbullet.",
|
|
"Fields": {
|
|
"ApiToken": "Token API",
|
|
"ApiToken-Help": "Il token API dell'applicazione utilizzato per inviare notifiche.",
|
|
"UserKey": "Chiave utente",
|
|
"UserKey-Help": "La tua chiave utente personale per ricevere notifiche."
|
|
}
|
|
}
|
|
}
|
|
}
|