-
Notifications
You must be signed in to change notification settings - Fork 5
/
io-package.json
431 lines (421 loc) · 19.8 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
153
154
155
156
157
158
159
160
161
162
163
164
165
166
167
168
169
170
171
172
173
174
175
176
177
178
179
180
181
182
183
184
185
186
187
188
189
190
191
192
193
194
195
196
197
198
199
200
201
202
203
204
205
206
207
208
209
210
211
212
213
214
215
216
217
218
219
220
221
222
223
224
225
226
227
228
229
230
231
232
233
234
235
236
237
238
239
240
241
242
243
244
245
246
247
248
249
250
251
252
253
254
255
256
257
258
259
260
261
262
263
264
265
266
267
268
269
270
271
272
273
274
275
276
277
278
279
280
281
282
283
284
285
286
287
288
289
290
291
292
293
294
295
296
297
298
299
300
301
302
303
304
305
306
307
308
309
310
311
312
313
314
315
316
317
318
319
320
321
322
323
324
325
326
327
328
329
330
331
332
333
334
335
336
337
338
339
340
341
342
343
344
345
346
347
348
349
350
351
352
353
354
355
356
357
358
359
360
361
362
363
364
365
366
367
368
369
370
371
372
373
374
375
376
377
378
379
380
381
382
383
384
385
386
387
388
389
390
391
392
393
394
395
396
397
398
399
400
401
402
403
404
405
406
407
408
409
410
411
412
413
414
415
416
417
418
419
420
421
422
423
424
425
426
427
428
429
430
{
"common": {
"name": "todoist2",
"version": "0.9.1",
"news": {
"0.9.1": {
"en": "change to api v2",
"de": "wechsel in api v2",
"ru": "изменить на api v2",
"pt": "mudar para api v2",
"nl": "verandering van api v2",
"fr": "changement à api v2",
"it": "cambiamento a api v2",
"es": "cambio api v2",
"pl": "zmiana v2",
"uk": "змінити в api v2",
"zh-cn": "b. 改 装"
},
"0.9.0": {
"en": "New API Funktions are implemented (Dates, Creator,...), code Cleanup, Added Funktion to write Names instead of id's, Added Funktion to write the RAW Data from the API of States",
"de": "Neue API-Funktionen wurden implementiert (Dates, Creator,...), Code Cleanup, Funktion hinzugefügt, um Namen anstelle von IDs zu schreiben, Hinzugefügte Funktion, um die RAW-Daten aus der API von Staaten zu schreiben",
"ru": "Реализованы новые функции API (даты, создатель, ...), очистка кода, добавлена функция для записи имен вместо идентификаторов, добавлена функция для записи данных RAW из API состояний.",
"pt": "Novas funções de API são implementadas (datas, criador, ...), limpeza de código, função adicionada para gravar nomes em vez de ids, função adicionada para gravar dados RAW da API de estados",
"nl": "Nieuwe API-functies zijn geïmplementeerd (Dates, Creator,...), code Cleanup, Funktion toegevoegd om namen te schrijven in plaats van id's, Funktion toegevoegd om de RAW-gegevens te schrijven vanuit de API van Staten",
"fr": "De nouvelles fonctions API sont implémentées (dates, créateur,...), nettoyage de code, fonction ajoutée pour écrire des noms au lieu d'identifiants, fonction ajoutée pour écrire les données RAW à partir de l'API des états",
"it": "Sono state implementate nuove funzioni API (Date, Creatore,...), pulizia del codice, funzione aggiunta per scrivere nomi invece di ID, funzione aggiunta per scrivere i dati RAW dall'API degli stati",
"es": "Se implementan nuevas funciones de API (fechas, creador, ...), limpieza de código, función agregada para escribir nombres en lugar de id, función agregada para escribir los datos RAW de la API de estados",
"pl": "Zaimplementowano nowe funkcje API (daty, twórca,...), czyszczenie kodu, dodano funkcję do zapisywania nazw zamiast identyfikatorów, dodano funkcję do zapisywania danych RAW z API stanów",
"zh-cn": "实现了新的 API 函数(日期、创建者、...)、代码清理、添加了用于写入名称而不是 id 的函数、添加了用于从状态 API 写入 RAW 数据的函数"
},
"0.8.11": {
"en": "Bugfix JSON naming",
"de": "Bug-Fix Namen von JSON felder",
"ru": "Исправлена ошибка",
"pt": "Bugfix",
"nl": "Bugfix",
"fr": "Correction d'un bug",
"it": "Risoluzione del problema",
"es": "Arreglo del fallo",
"pl": "Naprawa błędów",
"zh-cn": "错误修正"
},
"0.8.10": {
"en": "Bugfix Filter Lists",
"de": "Bug-Fix Filster Listen",
"ru": "Исправлена ошибка",
"pt": "Bugfix",
"nl": "Bugfix",
"fr": "Correction d'un bug",
"it": "Risoluzione del problema",
"es": "Arreglo del fallo",
"pl": "Naprawa błędów",
"zh-cn": "错误修正"
},
"0.8.9": {
"en": "Bugfix",
"de": "Bug-Fix",
"ru": "Исправлена ошибка",
"pt": "Bugfix",
"nl": "Bugfix",
"fr": "Correction d'un bug",
"it": "Risoluzione del problema",
"es": "Arreglo del fallo",
"pl": "Naprawa błędów",
"zh-cn": "错误修正"
},
"0.8.7": {
"en": "Bugfix",
"de": "Bug-Fix",
"ru": "Исправлена ошибка",
"pt": "Bugfix",
"nl": "Bugfix",
"fr": "Correction d'un bug",
"it": "Risoluzione del problema",
"es": "Arreglo del fallo",
"pl": "Naprawa błędów",
"zh-cn": "错误修正"
},
"0.8.6": {
"en": "Bugfix",
"de": "Bug-Fix",
"ru": "Исправлена ошибка",
"pt": "Bugfix",
"nl": "Bugfix",
"fr": "Correction d'un bug",
"it": "Risoluzione del problema",
"es": "Arreglo del fallo",
"pl": "Naprawa błędów",
"zh-cn": "错误修正"
},
"0.8.5": {
"en": "Bugfix",
"de": "Bug-Fix",
"ru": "Исправлена ошибка",
"pt": "Bugfix",
"nl": "Bugfix",
"fr": "Correction d'un bug",
"it": "Risoluzione del problema",
"es": "Arreglo del fallo",
"pl": "Naprawa błędów",
"zh-cn": "错误修正"
},
"0.8.4":{
"en": "add option to add an image in the html button",
"de": "Option hinzufügen, um ein Bild in die HTML-Schaltfläche einzufügen",
"ru": "добавить возможность добавить изображение в кнопку html",
"pt": "adicionar opção para adicionar uma imagem no botão html",
"nl": "optie toevoegen om een afbeelding toe te voegen in de html-knop",
"fr": "ajouter une option pour ajouter une image dans le bouton html",
"it": "aggiungi opzione per aggiungere un'immagine nel pulsante html",
"es": "agregar opción para agregar una imagen en el botón html",
"pl": "dodaj opcję dodania obrazu w przycisku html",
"zh-cn": "添加选项以在html按钮中添加图像"
},
"0.8.3": {
"en": "add new collaps menu in the Admin Page",
"de": "Fügen Sie auf der Admin-Seite ein neues Menü zum Reduzieren hinzu",
"ru": "добавить новое сворачиваемое меню на странице администратора",
"pt": "adicione um novo menu de recolhimento na página de administração",
"nl": "voeg een nieuw samenvouwmenu toe op de beheerpagina",
"fr": "ajouter un nouveau menu de réduction dans la page d'administration",
"it": "aggiungere un nuovo menu compressi nella pagina di amministrazione",
"es": "agregar un nuevo menú colapsado en la página de administración",
"pl": "dodaj nowe menu zwijania na Stronie Administracyjnej",
"zh-cn": "在管理页面中添加新的折叠菜单"
},
"0.8.2": {
"en": "Name for no todo",
"de": "Name für keine Aufgabe",
"ru": "Имя для no todo",
"pt": "Nome para nenhuma tarefa",
"nl": "Naam voor no todo",
"fr": "Nom pour pas de todo",
"it": "Nome per niente cose da fare",
"es": "Nombre para no todo",
"pl": "Nazwij brak rzeczy do zrobienia",
"zh-cn": "待办事项名称"
},
"0.8.1": {
"en": "add Option for SVG ICON, add Option disable Table when no Todo is there, add Option to hide Table Headlines when there is no Name for it, experimental: add Option, when you close a Task in Vis or per Objekt then the Main function is called to Refresh the Objekts and VIS",
"de": "Option für SVG ICON hinzufügen, Option hinzufügen Tabelle deaktivieren, wenn kein Todo vorhanden ist, Option hinzufügen, um Tabellenüberschriften auszublenden, wenn kein Name dafür vorhanden ist, experimentell: Option hinzufügen, wenn Sie eine Aufgabe in Vis oder pro Objekt schließen, ist die Hauptfunktion aufgerufen, um die Objekte und das VIS zu aktualisieren",
"ru": "добавить параметр для SVG ICON, добавить параметр отключить таблицу, когда нет Todo, добавить параметр, чтобы скрыть заголовки таблиц, когда для него нет имени, экспериментальный: добавить параметр, когда вы закрываете задачу в Vis или для каждого объекта, тогда основная функция призвал обновить объекты и ВИС",
"pt": "adicionar Opção para SVG ICON, adicionar Opção desabilitar Tabela quando não houver tarefas, adicionar Opção para ocultar Títulos de Tabela quando não houver Nome para ela, experimental: adicionar Opção, quando você fecha uma Tarefa no Vis ou por Objekt, a função Principal é chamado para atualizar os Objekts e VIS",
"nl": "voeg optie toe voor SVG ICON, voeg optie toe deactiveer tabel wanneer er geen Todo is, voeg optie toe om tabelkoppen te verbergen als er geen naam voor is, experimenteel: voeg optie toe, wanneer je een taak sluit in Vis of per object dan is de hoofdfunctie opgeroepen om de Objecten en VIS te vernieuwen",
"fr": "ajouter une option pour SVG ICON, ajouter une option désactiver la table quand aucun Todo n'est là, ajouter une option pour masquer les titres de la table quand il n'y a pas de nom pour elle, expérimental: ajouter une option, lorsque vous fermez une tâche dans Vis ou par objekt, la fonction principale est appelé pour rafraîchir les Objekts et VIS",
"it": "aggiungi l'opzione per l'ICONA SVG, aggiungi l'opzione disabilita la tabella quando non ci sono cose da fare, aggiungi l'opzione per nascondere i titoli della tabella quando non c'è un nome, sperimentale: aggiungi l'opzione, quando chiudi un'attività in Vis o per Objekt, la funzione principale è chiamato a Refresh the Objekts e VIS",
"es": "agregar Opción para ICONO SVG, agregar Opción deshabilitar Tabla cuando no hay Todo, agregar Opción para ocultar Titulares de tabla cuando no hay un Nombre para ello, experimental: agregar Opción, cuando cierra una Tarea en Vis o por Objekt, entonces la función Principal es llamado para actualizar los Objekts y VIS",
"pl": "dodaj opcję dla ikony SVG, dodaj opcję wyłącz tabelę, gdy nie ma zadań do wykonania, dodaj opcję ukrywania nagłówków tabeli, gdy nie ma dla niej nazwy, eksperymentalnie: dodaj opcję, gdy zamykasz zadanie w Vis lub na obiekt, wtedy funkcja główna jest wezwany do odświeżenia obiektów i VIS",
"zh-cn": "为SVG ICON添加选项,在没有Todo的情况下添加Option禁用表,在没有名称的情况下添加Option以隐藏表标题,实验性:添加Option,当您在Vis中或根据对象关闭任务时,Main函数为要求刷新目标和VIS"
},
"0.8.0": {
"en": "delete Request and add Axios",
"de": "Anfrage löschen und Axios hinzufügen",
"ru": "удалить запрос и добавить Axios",
"pt": "excluir solicitação e adicionar Axios",
"nl": "verwijder Request en voeg Axios toe",
"fr": "supprimer la demande et ajouter Axios",
"it": "eliminare la richiesta e aggiungere Axios",
"es": "eliminar Solicitud y agregar Axios",
"pl": "usuń Żądanie i dodaj Axios",
"zh-cn": "删除请求并添加Axios"
},
"0.7.3": {
"en": "Bugfix",
"de": "Bug-Fix",
"ru": "Исправлена ошибка",
"pt": "Bugfix",
"nl": "Bugfix",
"fr": "Correction d'un bug",
"it": "Risoluzione del problema",
"es": "Arreglo del fallo",
"pl": "Naprawa błędów",
"zh-cn": "错误修正"
},
"0.7.2": {
"en": "Bugfix",
"de": "Bug-Fix",
"ru": "Исправлена ошибка",
"pt": "Bugfix",
"nl": "Bugfix",
"fr": "Correction d'un bug",
"it": "Risoluzione del problema",
"es": "Arreglo del fallo",
"pl": "Naprawa błędów",
"zh-cn": "错误修正"
},
"0.7.1": {
"en": "Bugfix JSON + added Option Naming the HTML Button",
"de": "Bugfix JSON + hinzugefügt Option Benennung der HTML-Schaltfläche",
"ru": "Исправление ошибки JSON + добавлен параметр именования кнопки HTML",
"pt": "Correção de bug JSON + opção adicionada de nomenclatura do botão HTML",
"nl": "Bugfix JSON + toegevoegde optie Naamgeving van de HTML-knop",
"fr": "Correction de bug JSON + option ajoutée pour nommer le bouton HTML",
"it": "Bugfix JSON + ha aggiunto l'opzione che denomina il pulsante HTML",
"es": "Bugfix JSON + opción agregada nombrar el botón HTML",
"pl": "Bugfix JSON + dodał opcję Nazewnictwo przycisku HTML",
"zh-cn": "错误修正JSON +添加了命名HTML按钮的选项"
},
"0.7.0": {
"en": "added Option to Name all Fields in HTML table and JSON table",
"de": "Option zum Benennen aller Felder in der HTML-Tabelle und der JSON-Tabelle hinzugefügt",
"ru": "добавлена возможность именовать все поля в таблице HTML и таблице JSON",
"pt": "Adicionada opção para nomear todos os campos na tabela HTML e na tabela JSON",
"nl": "Optie toegevoegd om alle velden in HTML-tabel en JSON-tabel een naam te geven",
"fr": "Ajout d'une option pour nommer tous les champs dans la table HTML et la table JSON",
"it": "aggiunta l'opzione per denominare tutti i campi nella tabella HTML e nella tabella JSON",
"es": "Opción agregada para nombrar todos los campos en la tabla HTML y la tabla JSON",
"pl": "dodano opcję Nazwania wszystkich pól w tabeli HTML i tabeli JSON",
"zh-cn": "添加选项以命名HTML表和JSON表中的所有字段"
},
"0.6.7": {
"en": "Bugfix Prio",
"de": "Bugfix Prio",
"ru": "Исправление ошибки Prio",
"pt": "Bugfix Prio",
"nl": "Bugfix Prio",
"fr": "Correction de bug Prio",
"it": "Bugfix Prio",
"es": "Corrección de errores Prio",
"pl": "Bugfix Prio",
"zh-cn": "错误修正Prio"
}
},
"title": "todoist2",
"titleLang": {
"en": "todoist2",
"de": "todoist2",
"ru": "todoist2",
"pt": "todoist2",
"nl": "todoist2",
"fr": "todoist2",
"it": "todoist2",
"es": "todoist2",
"pl": "todoist2",
"zh-cn": "todoist2"
},
"desc": {
"en": "This adapter communikates with todoist",
"de": "Dieser Adapter kommuniziert mit todoist",
"ru": "Этот адаптер взаимодействует с todoist",
"pt": "Este adaptador se comunica com todoist",
"nl": "Deze adapter communiceert met todoist",
"fr": "Cet adaptateur communique avec todoist",
"it": "Questo adattatore comunica con todoist",
"es": "Este adaptador se comunica con todoist",
"pl": "Ten adapter komunikuje się z todoist",
"zh-cn": "该适配器与todoist通信"
},
"authors": [
"rde-master <[email protected]>"
],
"keywords": [
"notification",
"todoist",
"message"
],
"license": "MIT",
"platform": "Javascript/Node.js",
"connectionType": "cloud",
"dataSource": "poll",
"mode": "daemon",
"messagebox": true,
"readme": "https://raw.githubusercontent.com/rde-master/ioBroker.todoist2/master/README.md",
"loglevel": "info",
"icon": "todoist.png",
"materialize": true,
"compact": true,
"dependencies": [
{
"js-controller": ">=1.5.8"
}
],
"extIcon": "https://raw.githubusercontent.com/rde-master/ioBroker.todoist2/master/admin/todoist.png",
"type": "messaging",
"stopBeforeUpdate": false,
"blockly": true,
"config": {
"minWidth": 800,
"width": 1224,
"height": 600
}
},
"native": {
"token": "",
"pollingInterval": 60000,
"debug": false,
"project": true,
"section": false,
"tasks": true,
"labels": true,
"raw_data": false,
"project_collaborators": false,
"dublicate": true,
"text_objects": true,
"json_objects": true,
"html_objects": true,
"rm_old_objects": false,
"filter_aktiv": false,
"blacklist": [],
"sync": [],
"filterlist": [],
"html_css_table": [],
"html_css_button": [],
"html_svg_button": [],
"html_visable": true,
"html_id": true,
"html_priority": false,
"html_url": false,
"html_project_id": false,
"html_comment_cound": false,
"html_parent_id": false,
"html_due_date": false,
"html_due_string": false,
"html_due_recurring": false,
"html_creator_id": false,
"html_assignee_id": false,
"html_assigner_id": false,
"html_labels_id": false,
"html_description": false,
"html_section_id": false,
"html_created": false,
"html_project_id_change": false,
"html_parent_id_change": false,
"html_creator_id_change": false,
"html_assignee_id_change": false,
"html_assigner_id_change": false,
"html_labels_id_change": false,
"html_section_id_change": false,
"html_order": false,
"json_id": true,
"json_priority": false,
"json_url": false,
"json_project_id": false,
"json_comment_cound": false,
"json_parent_id": false,
"json_due_date": false,
"json_due_string": false,
"json_due_recurring": false,
"json_creator_id": false,
"json_assignee_id": false,
"json_assigner_id": false,
"json_labels_id": false,
"json_description": false,
"json_section_id": false,
"json_created": false,
"json_order": false,
"json_project_id_change": false,
"json_parent_id_change": false,
"json_creator_id_change": false,
"json_assignee_id_change": false,
"json_assigner_id_change": false,
"json_labels_id_change": false,
"json_section_id_change": false,
"text_separator":", ",
"html_id_name": "ID",
"html_priority_name": "priority",
"html_url_name": "url",
"html_project_name": "project id",
"html_comment_name": "comment count",
"html_parent_name": "parent ID",
"html_notodo_name": "no Todo",
"html_due_date_name": "Date",
"html_due_string_name": "Date String",
"html_due_recurring_name": "recurring",
"html_creator_id_name": "creator",
"html_assignee_id_name": "assignee",
"html_assigner_id_name": "assigner",
"html_labels_name": "labels",
"html_description_name": "description",
"html_section_id_name": "Section ID",
"html_order_name": "order",
"html_created_name": "created",
"json_id_name": "ID",
"json_priority_name": "priority",
"json_url_name": "url",
"json_project_name": "project id",
"json_comment_name": "comment count",
"json_parent_name": "parent ID",
"json_notodo_name": "no todo",
"html_name": "Task",
"json_name": "Task",
"json_due_date_name": "Date",
"json_due_string_name": "Date String",
"json_due_recurring_name": "recurring",
"json_creator_id_name": "creator",
"json_assignee_id_name": "assignee",
"json_assigner_id_name": "assigner",
"json_labels_name": "labels",
"json_description_name": "description",
"json_section_id_name": "Section ID",
"json_order_name": "order",
"json_created_name": "created",
"html_button": true,
"html_button_name": "close",
"text_notodo_name": "no Todo"
},
"objects": [],
"instanceObjects": [
{
"_id": "info",
"type": "channel",
"common": {
"name": "Information"
},
"native": {}
},
{
"_id": "info.connection",
"type": "state",
"common": {
"role": "indicator.connected",
"name": "If connected to Todoist server",
"type": "boolean",
"read": true,
"write": false,
"def": false
},
"native": {}
}
]
}