Translated using Weblate (Galician)
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/gl/
This commit is contained in:
parent
a6839950fe
commit
253da5064a
3 changed files with 19 additions and 0 deletions
17
fastlane/metadata/android/gl-ES/full_description.txt
Normal file
17
fastlane/metadata/android/gl-ES/full_description.txt
Normal file
|
@ -0,0 +1,17 @@
|
|||
Envía notificacións ao teléfono desde calquera script Bash ou PowerShell, ou desde a túa propia app usando peticións PUT/POST, ex. a través de curl en Linux ou Invoke-WebRequest.
|
||||
|
||||
ntfy é un cliente Android para https://ntfy.sh, un servizo pub-sub HTTP-based libre e de código aberto. Podes subscribirte a temas coa app, e despois publicar mensaxes a través dunha simple API HTTP.
|
||||
|
||||
Utilidade:
|
||||
* Notificarte a ti mesma cando remate un proceso de longa duración
|
||||
* Avisar no teléfono cando falle unha copia de apoio
|
||||
* Alertas cando alguén se conecta ao teu servidor
|
||||
|
||||
Exemplo:
|
||||
|
||||
$ curl -d "Rematou a copia de apoio" ntfy.sh/mytopic
|
||||
|
||||
Tes máis exemplos e instruccións de uso en
|
||||
* Web: https://ntfy.sh
|
||||
* GitHub (servidor): https://github.com/binwiederhier/ntfy
|
||||
* GitHub (app Android): https://github.com/binwiederhier/ntfy-android
|
1
fastlane/metadata/android/gl-ES/short_description.txt
Normal file
1
fastlane/metadata/android/gl-ES/short_description.txt
Normal file
|
@ -0,0 +1 @@
|
|||
Envía notificacións ao teléfono desde calquera programa usando PUT/POST
|
1
fastlane/metadata/android/gl-ES/title.txt
Normal file
1
fastlane/metadata/android/gl-ES/title.txt
Normal file
|
@ -0,0 +1 @@
|
|||
ntfy - PUT/POST no teléfono
|
Loading…
Reference in a new issue