forked from ThomasPohl/ioBroker.gotify
-
Notifications
You must be signed in to change notification settings - Fork 0
/
io-package.json
152 lines (152 loc) · 7.65 KB
/
io-package.json
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
43
44
45
46
47
48
49
50
51
52
53
54
55
56
57
58
59
60
61
62
63
64
65
66
67
68
69
70
71
72
73
74
75
76
77
78
79
80
81
82
83
84
85
86
87
88
89
90
91
92
93
94
95
96
97
98
99
100
101
102
103
104
105
106
107
108
109
110
111
112
113
114
115
116
117
118
119
120
121
122
123
124
125
126
127
128
129
130
131
132
133
134
135
136
137
138
139
140
141
142
143
144
145
146
147
148
149
150
151
152
{
"common": {
"name": "gotify",
"version": "0.3.0",
"news": {
"0.3.0": {
"en": "The token is now stored encrypted",
"de": "Der Token wird nun verschlüsselt gespeichert",
"ru": "Токен теперь хранится в зашифрованном виде.",
"pt": "O token agora é armazenado criptografado",
"nl": "Het token wordt nu versleuteld opgeslagen",
"fr": "Le token est désormais stocké crypté",
"it": "Il token è ora archiviato crittografato",
"es": "El token ahora se almacena cifrado",
"pl": "Token jest teraz przechowywany w postaci zaszyfrowanej",
"uk": "Тепер маркер зберігається в зашифрованому вигляді",
"zh-cn": "令牌现在已加密存储"
},
"0.2.1": {
"en": "Optimized startup behavior when adapter is not configured",
"de": "Optimiertes Startverhalten, wenn der Adapter nicht konfiguriert ist",
"ru": "Оптимизировано поведение при запуске, когда адаптер не настроен.",
"pt": "Comportamento de inicialização otimizado quando o adaptador não está configurado",
"nl": "Geoptimaliseerd opstartgedrag wanneer de adapter niet is geconfigureerd",
"fr": "Comportement de démarrage optimisé lorsque l'adaptateur n'est pas configuré",
"it": "Comportamento di avvio ottimizzato quando l'adattatore non è configurato",
"es": "Comportamiento de inicio optimizado cuando el adaptador no está configurado",
"pl": "Zoptymalizowane zachowanie podczas uruchamiania, gdy adapter nie jest skonfigurowany",
"uk": "Оптимізовано поведінку при запуску, коли адаптер не налаштовано",
"zh-cn": "优化未配置适配器时的启动行为"
},
"0.2.0": {
"en": "Added timeout for http calls and updated dependency versions",
"de": "Timeout für http-Aufrufe hinzugefügt und Abhängigkeitsversionen aktualisiert",
"ru": "Добавлен тайм-аут для http-вызовов и обновлены версии зависимостей.",
"pt": "Adicionado tempo limite para chamadas http e versões de dependência atualizadas",
"nl": "Time-out toegevoegd voor http-oproepen en bijgewerkte afhankelijkheidsversies",
"fr": "Ajout d'un délai d'attente pour les appels http et mises à jour des versions de dépendance",
"it": "Aggiunto timeout per le chiamate http e versioni aggiornate delle dipendenze",
"es": "Tiempo de espera agregado para llamadas http y versiones de dependencia actualizadas",
"pl": "Dodano limit czasu dla wywołań HTTP i zaktualizowano wersje zależności",
"uk": "Додано час очікування для http-викликів і оновлені версії залежностей",
"zh-cn": "添加了 http 调用的超时并更新了依赖版本"
},
"0.1.0": {
"en": "Update to adapter-core 2.5.1",
"de": "Update auf adapter-core 2.5.1",
"ru": "Обновление до ядра адаптера 2.5.1",
"pt": "Atualização para adaptador-core 2.5.1",
"nl": "Update naar adapter-core 2.5.1",
"fr": "Mise à jour vers adapter-core 2.5.1",
"it": "Aggiornamento a adapter-core 2.5.1",
"es": "Actualizar a adaptador-core 2.5.1",
"pl": "Aktualizacja do rdzenia adaptera 2.5.1",
"uk": "Оновлення до адаптера ядра 2.5.1",
"zh-cn": "更新到适配器核心 2.5.1"
}
},
"titleLang": {
"en": "Gotify",
"de": "Gotify",
"ru": "Gotify",
"pt": "Gotify",
"nl": "Gotify",
"fr": "Gotify",
"it": "Gotify",
"es": "Gotify",
"pl": "Gotify",
"uk": "Gotify",
"zh-cn": "Gotify"
},
"desc": {
"en": "This adapter allows you to send push notifications using gotify",
"de": "Dieser Adapter ermöglicht das Versenden von Push-Benachrichtigungen über gotify",
"ru": "Этот адаптер позволяет отправлять push-уведомления с помощью gotify",
"pt": "Este adaptador permite que você envie notificações push usando gotify",
"nl": "Deze adapter laat je inlichtingen sturen met behulp van versterking",
"fr": "Cet adaptateur vous permet d'envoyer des notifications push en utilisant gotify",
"it": "Questo adattatore consente di inviare notifiche push utilizzando gotify",
"es": "Este adaptador le permite enviar notificaciones push usando gotify",
"pl": "Ta adapter pozwala na wysłanie powiadomień o użyciu gotyfikacji",
"uk": "Цей адаптер дозволяє надсилати повідомлення на поштовх, використовуючи",
"zh-cn": "这种适应者使你能够向你发出动议的通知,以便你能够通过批准。"
},
"authors": ["Thomas Pohl <[email protected]>"],
"keywords": ["gotify", "notification", "communication"],
"licenseInformation": {
"license": "Apache-2.0",
"type": "free"
},
"platform": "Javascript/Node.js",
"icon": "gotify.png",
"extIcon": "https://raw.githubusercontent.com/ThomasPohl/ioBroker.gotify/master/admin/gotify.png",
"readme": "https://github.com/ThomasPohl/ioBroker.gotify/blob/master/README.md",
"loglevel": "info",
"mode": "daemon",
"type": "messaging",
"compact": true,
"connectionType": "cloud",
"role": "indicator.connected",
"dataSource": "push",
"blockly": true,
"messagebox": true,
"stopBeforeUpdate": true,
"tier": 2,
"adminUI": {
"config": "json"
},
"dependencies": [
{
"js-controller": ">=5.0.19"
}
],
"globalDependencies": [
{
"admin": ">=5.0.0"
}
]
},
"native": {
"url": "",
"token": ""
},
"protectedNative": ["token"],
"encryptedNative": ["token"],
"objects": [],
"instanceObjects": [
{
"_id": "info.connection",
"type": "state",
"common": {
"name": {
"en": "Connected to Gotify server",
"de": "Verbindung mit Gotify Server",
"ru": "Подключен к серверу Gotify",
"pt": "Conectado ao servidor Gotify",
"nl": "Verbinding met Gotify server",
"fr": "Connecté au serveur Gotify",
"it": "Collegato al server Gotify",
"es": "Conectado al servidor Gotify",
"pl": "Łączy się z serwerem Gotify"
},
"type": "boolean",
"role": "indicator.connected",
"read": true,
"write": false,
"def": false
},
"native": {}
}
]
}