Translated using Weblate (Italian)
Currently translated at 100.0% (3 of 3 strings) Translation: ntfy/Android app (Fastlane metadata) Translate-URL: https://hosted.weblate.org/projects/ntfy/android-fastlane/it/
This commit is contained in:
parent
62beb7db76
commit
13fdeabbef
3 changed files with 19 additions and 0 deletions
17
fastlane/metadata/android/it/full_description.txt
Normal file
17
fastlane/metadata/android/it/full_description.txt
Normal file
|
@ -0,0 +1,17 @@
|
|||
Inviate notifiche al vostro telefono da qualsiasi script Bash o PowerShell, o dalla vostra applicazione utilizzando richieste PUT/POST, ad esempio tramite curl su Linux o Invoke-WebRequest.
|
||||
|
||||
ntfy è un client Android per https://ntfy.sh, un servizio pub-sub gratuito e open source basato su HTTP. In questa applicazione è possibile sottoscrivere argomenti e pubblicare messaggi tramite una semplice API HTTP.
|
||||
|
||||
Utilizzi:
|
||||
* Notificare quando un processo in corso è terminato.
|
||||
* Ping al telefono quando un backup è fallito
|
||||
* Avvisare quando qualcuno accede al server.
|
||||
|
||||
Esempio:
|
||||
|
||||
$ curl -d "Il tuo backup è terminato" ntfy.sh/mytopic
|
||||
|
||||
Trovate altri esempi e istruzioni d'uso qui:
|
||||
* Sito web: https://ntfy.sh
|
||||
* GitHub (server): https://github.com/binwiederhier/ntfy
|
||||
* GitHub (applicazione Android): https://github.com/binwiederhier/ntfy-android
|
1
fastlane/metadata/android/it/short_description.txt
Normal file
1
fastlane/metadata/android/it/short_description.txt
Normal file
|
@ -0,0 +1 @@
|
|||
Inviare notifiche al telefono da qualunqu script usando le richieste PUT/POST
|
1
fastlane/metadata/android/it/title.txt
Normal file
1
fastlane/metadata/android/it/title.txt
Normal file
|
@ -0,0 +1 @@
|
|||
ntfy -PUT/POST al tuo telefono
|
Loading…
Reference in a new issue