iobroker.gotify-ws 0.1.0
This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
- package/LICENSE +21 -0
- package/README.md +97 -0
- package/admin/gotify-ws.png +0 -0
- package/admin/i18n/de/translations.json +26 -0
- package/admin/i18n/en/translations.json +26 -0
- package/admin/i18n/es/translations.json +26 -0
- package/admin/i18n/fr/translations.json +26 -0
- package/admin/i18n/it/translations.json +26 -0
- package/admin/i18n/nl/translations.json +26 -0
- package/admin/i18n/pl/translations.json +26 -0
- package/admin/i18n/pt/translations.json +26 -0
- package/admin/i18n/ru/translations.json +26 -0
- package/admin/i18n/uk/translations.json +26 -0
- package/admin/i18n/zh-cn/translations.json +26 -0
- package/admin/jsonConfig.json +270 -0
- package/admin/words.js +43 -0
- package/io-package.json +145 -0
- package/lib/adapter-config.d.ts +19 -0
- package/main.js +411 -0
- package/package.json +81 -0
package/LICENSE
ADDED
|
@@ -0,0 +1,21 @@
|
|
|
1
|
+
MIT License
|
|
2
|
+
|
|
3
|
+
Copyright (c) 2024 simatec
|
|
4
|
+
|
|
5
|
+
Permission is hereby granted, free of charge, to any person obtaining a copy
|
|
6
|
+
of this software and associated documentation files (the "Software"), to deal
|
|
7
|
+
in the Software without restriction, including without limitation the rights
|
|
8
|
+
to use, copy, modify, merge, publish, distribute, sublicense, and/or sell
|
|
9
|
+
copies of the Software, and to permit persons to whom the Software is
|
|
10
|
+
furnished to do so, subject to the following conditions:
|
|
11
|
+
|
|
12
|
+
The above copyright notice and this permission notice shall be included in all
|
|
13
|
+
copies or substantial portions of the Software.
|
|
14
|
+
|
|
15
|
+
THE SOFTWARE IS PROVIDED "AS IS", WITHOUT WARRANTY OF ANY KIND, EXPRESS OR
|
|
16
|
+
IMPLIED, INCLUDING BUT NOT LIMITED TO THE WARRANTIES OF MERCHANTABILITY,
|
|
17
|
+
FITNESS FOR A PARTICULAR PURPOSE AND NONINFRINGEMENT. IN NO EVENT SHALL THE
|
|
18
|
+
AUTHORS OR COPYRIGHT HOLDERS BE LIABLE FOR ANY CLAIM, DAMAGES OR OTHER
|
|
19
|
+
LIABILITY, WHETHER IN AN ACTION OF CONTRACT, TORT OR OTHERWISE, ARISING FROM,
|
|
20
|
+
OUT OF OR IN CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS IN THE
|
|
21
|
+
SOFTWARE.
|
package/README.md
ADDED
|
@@ -0,0 +1,97 @@
|
|
|
1
|
+

|
|
2
|
+
|
|
3
|
+
# ioBroker.gotify-ws
|
|
4
|
+
|
|
5
|
+

|
|
6
|
+

|
|
7
|
+
[](https://www.npmjs.com/package/iobroker.gotify-ws)
|
|
8
|
+
[](https://www.npmjs.com/package/iobroker.gotify-ws)
|
|
9
|
+
[](https://snyk.io/test/github/simatec/ioBroker.gotify-ws)
|
|
10
|
+

|
|
11
|
+
|
|
12
|
+
[](https://github.com/simatec/ioBroker.gotify-ws/blob/master/LICENSE)
|
|
13
|
+
[](https://paypal.me/mk1676)
|
|
14
|
+
[](https://github.com/sponsors/simatec)
|
|
15
|
+
|
|
16
|
+
This adapter uses the service `Sentry.io` to automatically report exceptions and code errors and new device schemas to me as the developer. More details see below!
|
|
17
|
+
|
|
18
|
+
---
|
|
19
|
+
|
|
20
|
+
## Support adapter development
|
|
21
|
+
|
|
22
|
+
**If you like ioBroker.gotify-ws, please consider making a donation:**
|
|
23
|
+
|
|
24
|
+
[](https://paypal.me/mk1676)
|
|
25
|
+
|
|
26
|
+
---
|
|
27
|
+
|
|
28
|
+
## gotify-ws adapter for ioBroker
|
|
29
|
+
|
|
30
|
+
Gotify-WS is an adapter that establishes a websocket connection to a Gotify server and can therefore receive and process all messages from the server.
|
|
31
|
+
|
|
32
|
+
The background for me was a missing connection to all common systems.
|
|
33
|
+
For example, there is no proper app for IOS.
|
|
34
|
+
|
|
35
|
+
However, as Gotify is becoming more and more popular and has now also found its way into many systems such as Proxmox as a notification service, I needed a solution.
|
|
36
|
+
|
|
37
|
+
This is where Gotify-WS comes into play.
|
|
38
|
+
Gotify-WS receives messages and forwards them to a notification service supported by ioBroker. This means that messages can be forwarded to Telegram, for example.
|
|
39
|
+
|
|
40
|
+
Spotify-WS currently supports the following notification services
|
|
41
|
+
|
|
42
|
+
* e-mail
|
|
43
|
+
* Matrix
|
|
44
|
+
* Pushover
|
|
45
|
+
* Discord
|
|
46
|
+
* Signal
|
|
47
|
+
* Telegram
|
|
48
|
+
* Whatsapp
|
|
49
|
+
|
|
50
|
+
---
|
|
51
|
+
|
|
52
|
+
## Adapter configuration
|
|
53
|
+
|
|
54
|
+
The configuration of the adapter is very simple.
|
|
55
|
+
|
|
56
|
+
You create a new client on your Gotify server and copy the generated token of the client.
|
|
57
|
+
You enter this in the Gotify-WS adapter configuration.
|
|
58
|
+
Gotify-WS also needs the IP address or domain and the port of the Gotify server.
|
|
59
|
+
|
|
60
|
+
This establishes a connection and the adapter can receive all incoming messages from the Gotify server.
|
|
61
|
+
|
|
62
|
+
You can then configure a notification service of your choice for forwarding.
|
|
63
|
+
|
|
64
|
+
---
|
|
65
|
+
<!-- ### **WORK IN PROGRESS** -->
|
|
66
|
+
## Changelog
|
|
67
|
+
### 0.1.0 (2024-06-19)
|
|
68
|
+
* (simatec) First Release
|
|
69
|
+
|
|
70
|
+
### 0.0.1 (2024-03-15)
|
|
71
|
+
* (simatec) initial release
|
|
72
|
+
|
|
73
|
+
---
|
|
74
|
+
|
|
75
|
+
## License
|
|
76
|
+
|
|
77
|
+
MIT License
|
|
78
|
+
|
|
79
|
+
Copyright (c) 2024 simatec
|
|
80
|
+
|
|
81
|
+
Permission is hereby granted, free of charge, to any person obtaining a copy
|
|
82
|
+
of this software and associated documentation files (the "Software"), to deal
|
|
83
|
+
in the Software without restriction, including without limitation the rights
|
|
84
|
+
to use, copy, modify, merge, publish, distribute, sublicense, and/or sell
|
|
85
|
+
copies of the Software, and to permit persons to whom the Software is
|
|
86
|
+
furnished to do so, subject to the following conditions:
|
|
87
|
+
|
|
88
|
+
The above copyright notice and this permission notice shall be included in all
|
|
89
|
+
copies or substantial portions of the Software.
|
|
90
|
+
|
|
91
|
+
THE SOFTWARE IS PROVIDED "AS IS", WITHOUT WARRANTY OF ANY KIND, EXPRESS OR
|
|
92
|
+
IMPLIED, INCLUDING BUT NOT LIMITED TO THE WARRANTIES OF MERCHANTABILITY,
|
|
93
|
+
FITNESS FOR A PARTICULAR PURPOSE AND NONINFRINGEMENT. IN NO EVENT SHALL THE
|
|
94
|
+
AUTHORS OR COPYRIGHT HOLDERS BE LIABLE FOR ANY CLAIM, DAMAGES OR OTHER
|
|
95
|
+
LIABILITY, WHETHER IN AN ACTION OF CONTRACT, TORT OR OTHERWISE, ARISING FROM,
|
|
96
|
+
OUT OF OR IN CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS IN THE
|
|
97
|
+
SOFTWARE.
|
|
Binary file
|
|
@@ -0,0 +1,26 @@
|
|
|
1
|
+
{
|
|
2
|
+
"Device ID": "Geräte ID",
|
|
3
|
+
"Discord Instance": "Discord-Instanz",
|
|
4
|
+
"Discord Target": "Discord-Ziel",
|
|
5
|
+
"E-Mail Instance": "E-Mail-Instanz",
|
|
6
|
+
"E-Mail Receiver": "E-Mail-Empfänger",
|
|
7
|
+
"E-Mail Sender": "E-Mail-Absender",
|
|
8
|
+
"Gotify IP or Domain": "Gotify IP oder Domain",
|
|
9
|
+
"Gotify Port": "Gotify-Port",
|
|
10
|
+
"Gotify Settings": "Gotify-Einstellungen",
|
|
11
|
+
"Gotify Token": "Gotify-Token",
|
|
12
|
+
"Gotify web socket for connection to various notification systems": "Gotify-Web-Socket zur Anbindung an verschiedene Benachrichtigungssysteme",
|
|
13
|
+
"If you like this project and would like to support its development, you are welcome to leave a donation.": "Wenn Ihnen dieses Projekt gefällt und Sie seine Entwicklung unterstützen möchten, können Sie gerne eine Spende hinterlassen.",
|
|
14
|
+
"Matrix Instance": "Matrix-Instanz",
|
|
15
|
+
"Notification Settings": "Benachrichtigungseinstellungen",
|
|
16
|
+
"Notification type": "Benachrichtigungstyp",
|
|
17
|
+
"Pushover Instance": "Pushover-Instanz",
|
|
18
|
+
"Signal Instance": "Signal-Instanz",
|
|
19
|
+
"Silent Notice": "Stille Mitteilung",
|
|
20
|
+
"Telegram Instance": "Telegram-Instanz",
|
|
21
|
+
"Telegram User": "Telegram-Benutzer",
|
|
22
|
+
"Whatsapp Instance": "WhatsApp-Instanz",
|
|
23
|
+
"gotify-ws adapter settings": "Adaptereinstellungen für gotify-ws",
|
|
24
|
+
"none": "keine",
|
|
25
|
+
"All Receiver": "Alle Empfänger"
|
|
26
|
+
}
|
|
@@ -0,0 +1,26 @@
|
|
|
1
|
+
{
|
|
2
|
+
"Device ID": "Device ID",
|
|
3
|
+
"Discord Instance": "Discord Instance",
|
|
4
|
+
"Discord Target": "Discord Target",
|
|
5
|
+
"E-Mail Instance": "E-Mail Instance",
|
|
6
|
+
"E-Mail Receiver": "E-Mail Receiver",
|
|
7
|
+
"E-Mail Sender": "E-Mail Sender",
|
|
8
|
+
"Gotify IP or Domain": "Gotify IP or Domain",
|
|
9
|
+
"Gotify Port": "Gotify Port",
|
|
10
|
+
"Gotify Settings": "Gotify Settings",
|
|
11
|
+
"Gotify Token": "Gotify Token",
|
|
12
|
+
"Gotify web socket for connection to various notification systems": "Gotify web socket for connection to various notification systems",
|
|
13
|
+
"If you like this project and would like to support its development, you are welcome to leave a donation.": "If you like this project and would like to support its development, you are welcome to leave a donation.",
|
|
14
|
+
"Matrix Instance": "Matrix Instance",
|
|
15
|
+
"Notification Settings": "Notification Settings",
|
|
16
|
+
"Notification type": "Notification type",
|
|
17
|
+
"Pushover Instance": "Pushover Instance",
|
|
18
|
+
"Signal Instance": "Signal Instance",
|
|
19
|
+
"Silent Notice": "Silent notice",
|
|
20
|
+
"Telegram Instance": "Telegram Instance",
|
|
21
|
+
"Telegram User": "Telegram User",
|
|
22
|
+
"Whatsapp Instance": "Whatsapp Instance",
|
|
23
|
+
"gotify-ws adapter settings": "Adapter settings for gotify-ws",
|
|
24
|
+
"none": "none",
|
|
25
|
+
"All Receiver": "All Receiver"
|
|
26
|
+
}
|
|
@@ -0,0 +1,26 @@
|
|
|
1
|
+
{
|
|
2
|
+
"Device ID": "ID del dispositivo",
|
|
3
|
+
"Discord Instance": "Instancia de discordia",
|
|
4
|
+
"Discord Target": "Objetivo de discordia",
|
|
5
|
+
"E-Mail Instance": "Instancia de correo electrónico",
|
|
6
|
+
"E-Mail Receiver": "Receptor de correo electrónico",
|
|
7
|
+
"E-Mail Sender": "Remitente de correo electrónico",
|
|
8
|
+
"Gotify IP or Domain": "Gotificar IP o Dominio",
|
|
9
|
+
"Gotify Port": "Puerto Gotify",
|
|
10
|
+
"Gotify Settings": "Configuración de Gotify",
|
|
11
|
+
"Gotify Token": "Token de gotificación",
|
|
12
|
+
"Gotify web socket for connection to various notification systems": "Socket web Gotify para conexión a varios sistemas de notificación",
|
|
13
|
+
"If you like this project and would like to support its development, you are welcome to leave a donation.": "Si te gusta este proyecto y te gustaría apoyar su desarrollo, puedes dejar una donación.",
|
|
14
|
+
"Matrix Instance": "Instancia de matriz",
|
|
15
|
+
"Notification Settings": "Configuración de las notificaciones",
|
|
16
|
+
"Notification type": "Tipo de notificación",
|
|
17
|
+
"Pushover Instance": "Instancia fácil de convencer",
|
|
18
|
+
"Signal Instance": "Instancia de señal",
|
|
19
|
+
"Silent Notice": "Aviso silencioso",
|
|
20
|
+
"Telegram Instance": "Instancia de telegrama",
|
|
21
|
+
"Telegram User": "Usuario de Telegrama",
|
|
22
|
+
"Whatsapp Instance": "Instancia de WhatsApp",
|
|
23
|
+
"gotify-ws adapter settings": "Configuración del adaptador para gotify-ws",
|
|
24
|
+
"none": "ninguno",
|
|
25
|
+
"All Receiver": "Todo el receptor"
|
|
26
|
+
}
|
|
@@ -0,0 +1,26 @@
|
|
|
1
|
+
{
|
|
2
|
+
"Device ID": "Reference de l'appareil",
|
|
3
|
+
"Discord Instance": "Instance de discorde",
|
|
4
|
+
"Discord Target": "Cible de discorde",
|
|
5
|
+
"E-Mail Instance": "Instance de courrier électronique",
|
|
6
|
+
"E-Mail Receiver": "Récepteur de courrier électronique",
|
|
7
|
+
"E-Mail Sender": "Expéditeur de courrier électronique",
|
|
8
|
+
"Gotify IP or Domain": "Gotify IP ou domaine",
|
|
9
|
+
"Gotify Port": "Port Gotify",
|
|
10
|
+
"Gotify Settings": "Paramètres Gotify",
|
|
11
|
+
"Gotify Token": "Jeton Gotify",
|
|
12
|
+
"Gotify web socket for connection to various notification systems": "Socket Web Gotify pour la connexion à divers systèmes de notification",
|
|
13
|
+
"If you like this project and would like to support its development, you are welcome to leave a donation.": "Si vous aimez ce projet et souhaitez soutenir son développement, n'hésitez pas à faire un don.",
|
|
14
|
+
"Matrix Instance": "Instance matricielle",
|
|
15
|
+
"Notification Settings": "Paramètres de notification",
|
|
16
|
+
"Notification type": "Type de notification",
|
|
17
|
+
"Pushover Instance": "Instance de transfert",
|
|
18
|
+
"Signal Instance": "Instance de signal",
|
|
19
|
+
"Silent Notice": "Avis silencieux",
|
|
20
|
+
"Telegram Instance": "Instance de télégramme",
|
|
21
|
+
"Telegram User": "Utilisateur de télégramme",
|
|
22
|
+
"Whatsapp Instance": "Instance WhatsApp",
|
|
23
|
+
"gotify-ws adapter settings": "Paramètres de l'adaptateur pour gotify-ws",
|
|
24
|
+
"none": "aucun",
|
|
25
|
+
"All Receiver": "Tous les récepteurs"
|
|
26
|
+
}
|
|
@@ -0,0 +1,26 @@
|
|
|
1
|
+
{
|
|
2
|
+
"Device ID": "ID del dispositivo",
|
|
3
|
+
"Discord Instance": "Istanza della discordia",
|
|
4
|
+
"Discord Target": "Obiettivo della discordia",
|
|
5
|
+
"E-Mail Instance": "Istanza di posta elettronica",
|
|
6
|
+
"E-Mail Receiver": "Ricevitore di posta elettronica",
|
|
7
|
+
"E-Mail Sender": "Mittente dell'e-mail",
|
|
8
|
+
"Gotify IP or Domain": "Gotify IP o dominio",
|
|
9
|
+
"Gotify Port": "Porto Gotify",
|
|
10
|
+
"Gotify Settings": "Impostazioni di Gotify",
|
|
11
|
+
"Gotify Token": "Gettone Getify",
|
|
12
|
+
"Gotify web socket for connection to various notification systems": "Presa web Gotify per la connessione a vari sistemi di notifica",
|
|
13
|
+
"If you like this project and would like to support its development, you are welcome to leave a donation.": "Se ti piace questo progetto e desideri sostenerne lo sviluppo, puoi lasciare una donazione.",
|
|
14
|
+
"Matrix Instance": "Istanza della matrice",
|
|
15
|
+
"Notification Settings": "Impostazioni di notifica",
|
|
16
|
+
"Notification type": "Tipo di notifica",
|
|
17
|
+
"Pushover Instance": "Istanza push-over",
|
|
18
|
+
"Signal Instance": "Istanza del segnale",
|
|
19
|
+
"Silent Notice": "Avviso silenzioso",
|
|
20
|
+
"Telegram Instance": "Istanza di Telegramma",
|
|
21
|
+
"Telegram User": "Utente Telegram",
|
|
22
|
+
"Whatsapp Instance": "Istanza di Whatsapp",
|
|
23
|
+
"gotify-ws adapter settings": "Impostazioni dell'adattatore per gotify-ws",
|
|
24
|
+
"none": "nessuno",
|
|
25
|
+
"All Receiver": "Tutti i ricevitori"
|
|
26
|
+
}
|
|
@@ -0,0 +1,26 @@
|
|
|
1
|
+
{
|
|
2
|
+
"Device ID": "Apparaat ID",
|
|
3
|
+
"Discord Instance": "Discord-instantie",
|
|
4
|
+
"Discord Target": "Onenigheid Doel",
|
|
5
|
+
"E-Mail Instance": "E-mailinstantie",
|
|
6
|
+
"E-Mail Receiver": "E-mailontvanger",
|
|
7
|
+
"E-Mail Sender": "E-mailafzender",
|
|
8
|
+
"Gotify IP or Domain": "Gotify IP of domein",
|
|
9
|
+
"Gotify Port": "Gotify-poort",
|
|
10
|
+
"Gotify Settings": "Gotify-instellingen",
|
|
11
|
+
"Gotify Token": "Gotify-token",
|
|
12
|
+
"Gotify web socket for connection to various notification systems": "Gotify websocket voor verbinding met verschillende meldingssystemen",
|
|
13
|
+
"If you like this project and would like to support its development, you are welcome to leave a donation.": "Als u dit project leuk vindt en de ontwikkeling ervan wilt ondersteunen, kunt u een donatie achterlaten.",
|
|
14
|
+
"Matrix Instance": "Matrix-instantie",
|
|
15
|
+
"Notification Settings": "Notificatie instellingen",
|
|
16
|
+
"Notification type": "Melding type",
|
|
17
|
+
"Pushover Instance": "Pushover-instantie",
|
|
18
|
+
"Signal Instance": "Signaalinstantie",
|
|
19
|
+
"Silent Notice": "Stille mededeling",
|
|
20
|
+
"Telegram Instance": "Telegram-instantie",
|
|
21
|
+
"Telegram User": "Telegram-gebruiker",
|
|
22
|
+
"Whatsapp Instance": "Whatsapp-instantie",
|
|
23
|
+
"gotify-ws adapter settings": "Adapterinstellingen voor gotify-ws",
|
|
24
|
+
"none": "geen",
|
|
25
|
+
"All Receiver": "Alle ontvanger"
|
|
26
|
+
}
|
|
@@ -0,0 +1,26 @@
|
|
|
1
|
+
{
|
|
2
|
+
"Device ID": "Identyfikator urzadzenia",
|
|
3
|
+
"Discord Instance": "Instancja Discorda",
|
|
4
|
+
"Discord Target": "Cel niezgody",
|
|
5
|
+
"E-Mail Instance": "Instancja poczty elektronicznej",
|
|
6
|
+
"E-Mail Receiver": "Odbiorca poczty elektronicznej",
|
|
7
|
+
"E-Mail Sender": "Nadawca e-maila",
|
|
8
|
+
"Gotify IP or Domain": "Gotyfikuj adres IP lub domenę",
|
|
9
|
+
"Gotify Port": "Gotify Port",
|
|
10
|
+
"Gotify Settings": "Ustawienia Gotify",
|
|
11
|
+
"Gotify Token": "Gotify token",
|
|
12
|
+
"Gotify web socket for connection to various notification systems": "Gniazdo sieciowe Gotify umożliwiające połączenie z różnymi systemami powiadomień",
|
|
13
|
+
"If you like this project and would like to support its development, you are welcome to leave a donation.": "Jeśli podoba Ci się ten projekt i chciałbyś wesprzeć jego rozwój, możesz zostawić darowiznę.",
|
|
14
|
+
"Matrix Instance": "Instancja matrycy",
|
|
15
|
+
"Notification Settings": "Ustawienia powiadomień",
|
|
16
|
+
"Notification type": "Typ powiadomienia",
|
|
17
|
+
"Pushover Instance": "Instancja Pushover",
|
|
18
|
+
"Signal Instance": "Instancja sygnału",
|
|
19
|
+
"Silent Notice": "Ciche powiadomienie",
|
|
20
|
+
"Telegram Instance": "Instancja telegramu",
|
|
21
|
+
"Telegram User": "Użytkownik Telegramu",
|
|
22
|
+
"Whatsapp Instance": "Instancja Whatsapp",
|
|
23
|
+
"gotify-ws adapter settings": "Ustawienia adaptera dla gotify-ws",
|
|
24
|
+
"none": "nic",
|
|
25
|
+
"All Receiver": "Cały odbiornik"
|
|
26
|
+
}
|
|
@@ -0,0 +1,26 @@
|
|
|
1
|
+
{
|
|
2
|
+
"Device ID": "ID de dispositivo",
|
|
3
|
+
"Discord Instance": "Instância de discórdia",
|
|
4
|
+
"Discord Target": "Alvo de discórdia",
|
|
5
|
+
"E-Mail Instance": "Instância de e-mail",
|
|
6
|
+
"E-Mail Receiver": "Receptor de e-mail",
|
|
7
|
+
"E-Mail Sender": "Remetente de e-mail",
|
|
8
|
+
"Gotify IP or Domain": "IP ou domínio Gotify",
|
|
9
|
+
"Gotify Port": "Porto Gotify",
|
|
10
|
+
"Gotify Settings": "Configurações do Gotify",
|
|
11
|
+
"Gotify Token": "Token Gotify",
|
|
12
|
+
"Gotify web socket for connection to various notification systems": "Soquete web Gotify para conexão com vários sistemas de notificação",
|
|
13
|
+
"If you like this project and would like to support its development, you are welcome to leave a donation.": "Se você gosta deste projeto e gostaria de apoiar seu desenvolvimento, fique à vontade para deixar uma doação.",
|
|
14
|
+
"Matrix Instance": "Instância de matriz",
|
|
15
|
+
"Notification Settings": "Configurações de notificação",
|
|
16
|
+
"Notification type": "Tipo de notificação",
|
|
17
|
+
"Pushover Instance": "Instância pushover",
|
|
18
|
+
"Signal Instance": "Instância de Sinal",
|
|
19
|
+
"Silent Notice": "Aviso silencioso",
|
|
20
|
+
"Telegram Instance": "Instância de telegrama",
|
|
21
|
+
"Telegram User": "Usuário do telegrama",
|
|
22
|
+
"Whatsapp Instance": "Instância do Whatsapp",
|
|
23
|
+
"gotify-ws adapter settings": "Configurações do adaptador para gotify-ws",
|
|
24
|
+
"none": "nenhum",
|
|
25
|
+
"All Receiver": "Todos os receptores"
|
|
26
|
+
}
|
|
@@ -0,0 +1,26 @@
|
|
|
1
|
+
{
|
|
2
|
+
"Device ID": "Идентификатор устройства",
|
|
3
|
+
"Discord Instance": "Экземпляр Дискорда",
|
|
4
|
+
"Discord Target": "Цель разногласий",
|
|
5
|
+
"E-Mail Instance": "Экземпляр электронной почты",
|
|
6
|
+
"E-Mail Receiver": "Получатель электронной почты",
|
|
7
|
+
"E-Mail Sender": "Отправитель электронной почты",
|
|
8
|
+
"Gotify IP or Domain": "Gotify IP или домен",
|
|
9
|
+
"Gotify Port": "Готифай Порт",
|
|
10
|
+
"Gotify Settings": "Настройки Готифай",
|
|
11
|
+
"Gotify Token": "Токен Gotify",
|
|
12
|
+
"Gotify web socket for connection to various notification systems": "Веб-сокет Gotify для подключения к различным системам уведомлений",
|
|
13
|
+
"If you like this project and would like to support its development, you are welcome to leave a donation.": "Если вам нравится этот проект и вы хотите поддержать его развитие, вы можете оставить пожертвование.",
|
|
14
|
+
"Matrix Instance": "Экземпляр матрицы",
|
|
15
|
+
"Notification Settings": "Настройки уведомлений",
|
|
16
|
+
"Notification type": "Тип уведомления",
|
|
17
|
+
"Pushover Instance": "Пушоверный экземпляр",
|
|
18
|
+
"Signal Instance": "Экземпляр сигнала",
|
|
19
|
+
"Silent Notice": "Тихое уведомление",
|
|
20
|
+
"Telegram Instance": "Экземпляр Телеграммы",
|
|
21
|
+
"Telegram User": "Пользователь Telegram",
|
|
22
|
+
"Whatsapp Instance": "Экземпляр WhatsApp",
|
|
23
|
+
"gotify-ws adapter settings": "Настройки адаптера для gotify-ws",
|
|
24
|
+
"none": "никто",
|
|
25
|
+
"All Receiver": "Все приемник"
|
|
26
|
+
}
|
|
@@ -0,0 +1,26 @@
|
|
|
1
|
+
{
|
|
2
|
+
"Device ID": "ID пристрою",
|
|
3
|
+
"Discord Instance": "Екземпляр Discord",
|
|
4
|
+
"Discord Target": "Discord Target",
|
|
5
|
+
"E-Mail Instance": "Примірник електронної пошти",
|
|
6
|
+
"E-Mail Receiver": "Приймач електронної пошти",
|
|
7
|
+
"E-Mail Sender": "Відправник електронної пошти",
|
|
8
|
+
"Gotify IP or Domain": "Gotify IP або домен",
|
|
9
|
+
"Gotify Port": "Порт Gotify",
|
|
10
|
+
"Gotify Settings": "Налаштування Gotify",
|
|
11
|
+
"Gotify Token": "Токен Gotify",
|
|
12
|
+
"Gotify web socket for connection to various notification systems": "Веб-сокет Gotify для підключення до різних систем сповіщень",
|
|
13
|
+
"If you like this project and would like to support its development, you are welcome to leave a donation.": "Якщо вам подобається цей проект і ви хочете підтримати його розвиток, ви можете залишити пожертву.",
|
|
14
|
+
"Matrix Instance": "Екземпляр матриці",
|
|
15
|
+
"Notification Settings": "Налаштування сповіщень",
|
|
16
|
+
"Notification type": "Тип сповіщення",
|
|
17
|
+
"Pushover Instance": "Примірник Pushover",
|
|
18
|
+
"Signal Instance": "Примірник сигналу",
|
|
19
|
+
"Silent Notice": "Мовчазне повідомлення",
|
|
20
|
+
"Telegram Instance": "Примірник Telegram",
|
|
21
|
+
"Telegram User": "Користувач Telegram",
|
|
22
|
+
"Whatsapp Instance": "Екземпляр WhatsApp",
|
|
23
|
+
"gotify-ws adapter settings": "Налаштування адаптера для gotify-ws",
|
|
24
|
+
"none": "немає",
|
|
25
|
+
"All Receiver": "Весь приймач"
|
|
26
|
+
}
|
|
@@ -0,0 +1,26 @@
|
|
|
1
|
+
{
|
|
2
|
+
"Device ID": "设备ID",
|
|
3
|
+
"Discord Instance": "不和谐实例",
|
|
4
|
+
"Discord Target": "不和谐目标",
|
|
5
|
+
"E-Mail Instance": "电子邮件实例",
|
|
6
|
+
"E-Mail Receiver": "电子邮件接收器",
|
|
7
|
+
"E-Mail Sender": "电子邮件发送者",
|
|
8
|
+
"Gotify IP or Domain": "获取IP或域名",
|
|
9
|
+
"Gotify Port": "戈蒂菲港",
|
|
10
|
+
"Gotify Settings": "戈特化设置",
|
|
11
|
+
"Gotify Token": "Gotify 代币",
|
|
12
|
+
"Gotify web socket for connection to various notification systems": "Gotify Web 套接字用于连接各种通知系统",
|
|
13
|
+
"If you like this project and would like to support its development, you are welcome to leave a donation.": "如果您喜欢这个项目并愿意支持它的发展,欢迎您留下捐款。",
|
|
14
|
+
"Matrix Instance": "矩阵实例",
|
|
15
|
+
"Notification Settings": "通知设置",
|
|
16
|
+
"Notification type": "通知类型",
|
|
17
|
+
"Pushover Instance": "推倒实例",
|
|
18
|
+
"Signal Instance": "信号实例",
|
|
19
|
+
"Silent Notice": "无声通知",
|
|
20
|
+
"Telegram Instance": "电报实例",
|
|
21
|
+
"Telegram User": "电报用户",
|
|
22
|
+
"Whatsapp Instance": "Whatsapp 实例",
|
|
23
|
+
"gotify-ws adapter settings": "Gotify-ws 的适配器设置",
|
|
24
|
+
"none": "没有任何",
|
|
25
|
+
"All Receiver": "所有接收器"
|
|
26
|
+
}
|