@iobroker/adapter-react-v5 3.3.0 → 3.4.1
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/Components/FileBrowser.d.ts +4 -4
- package/Components/FileBrowser.js +217 -148
- package/Components/FileBrowser.js.map +1 -1
- package/Components/ObjectBrowser.js +1 -1
- package/Components/ObjectBrowser.js.map +1 -1
- package/Dialogs/Message.d.ts +1 -0
- package/Dialogs/Message.js +7 -2
- package/Dialogs/Message.js.map +1 -1
- package/Dialogs/SelectFile.d.ts +133 -0
- package/Dialogs/SelectFile.js +261 -0
- package/Dialogs/SelectFile.js.map +1 -0
- package/README.md +7 -1
- package/i18n/de.json +9 -1
- package/i18n/en.json +9 -1
- package/i18n/es.json +34 -1
- package/i18n/fr.json +34 -1
- package/i18n/it.json +34 -1
- package/i18n/nl.json +34 -1
- package/i18n/pl.json +34 -1
- package/i18n/pt.json +34 -1
- package/i18n/ru.json +9 -1
- package/i18n/uk.json +21 -1
- package/i18n/zh-cn.json +34 -1
- package/index.d.ts +2 -0
- package/index.js +3 -0
- package/package.json +1 -1
package/i18n/it.json
CHANGED
|
@@ -309,5 +309,38 @@
|
|
|
309
309
|
"ra_Configure": "Configura",
|
|
310
310
|
"ra_Invalid CRON": "CRON non valido",
|
|
311
311
|
"ra_Discard": "Scartare",
|
|
312
|
-
"ra_Some data are not stored. Discard?": "Alcuni dati non vengono memorizzati. Scartare?"
|
|
312
|
+
"ra_Some data are not stored. Discard?": "Alcuni dati non vengono memorizzati. Scartare?",
|
|
313
|
+
"ra_Filter files": "Filtra i file",
|
|
314
|
+
"ra_Please select file...": "Si prega di selezionare il file...",
|
|
315
|
+
"ra_dow_We": "Noi",
|
|
316
|
+
"ra_fileType_all": "Tutti i files",
|
|
317
|
+
"ra_fileType_audio": "Audio",
|
|
318
|
+
"ra_fileType_code": "Codice/JSON",
|
|
319
|
+
"ra_fileType_images": "immagini",
|
|
320
|
+
"ra_fileType_txt": "Testo",
|
|
321
|
+
"ra_fileType_video,": "video",
|
|
322
|
+
"ra_month_Apr": "apr",
|
|
323
|
+
"ra_month_Aug": "agosto",
|
|
324
|
+
"ra_month_Dec": "Dic",
|
|
325
|
+
"ra_month_Feb": "febbraio",
|
|
326
|
+
"ra_month_Jan": "gen",
|
|
327
|
+
"ra_month_Jul": "lug",
|
|
328
|
+
"ra_month_Jun": "giu",
|
|
329
|
+
"ra_month_Mai": "Mai",
|
|
330
|
+
"ra_month_Mar": "marzo",
|
|
331
|
+
"ra_month_Nov": "nov",
|
|
332
|
+
"ra_month_Oct": "ottobre",
|
|
333
|
+
"ra_month_Sep": "Sett",
|
|
334
|
+
"ra_months_Apr": "apr",
|
|
335
|
+
"ra_months_Aug": "agosto",
|
|
336
|
+
"ra_months_Dec": "Dic",
|
|
337
|
+
"ra_months_Feb": "febbraio",
|
|
338
|
+
"ra_months_Jan": "gen",
|
|
339
|
+
"ra_months_Jul": "lug",
|
|
340
|
+
"ra_months_Jun": "giu",
|
|
341
|
+
"ra_months_Mai": "Mai",
|
|
342
|
+
"ra_months_Mar": "marzo",
|
|
343
|
+
"ra_months_Nov": "nov",
|
|
344
|
+
"ra_months_Oct": "ottobre",
|
|
345
|
+
"ra_months_Sep": "Sett"
|
|
313
346
|
}
|
package/i18n/nl.json
CHANGED
|
@@ -309,5 +309,38 @@
|
|
|
309
309
|
"ra_Configure": "Configureren",
|
|
310
310
|
"ra_Invalid CRON": "Ongeldige CRON",
|
|
311
311
|
"ra_Discard": "Weggooien",
|
|
312
|
-
"ra_Some data are not stored. Discard?": "Sommige gegevens worden niet opgeslagen. Weggooien?"
|
|
312
|
+
"ra_Some data are not stored. Discard?": "Sommige gegevens worden niet opgeslagen. Weggooien?",
|
|
313
|
+
"ra_Filter files": "Bestanden filteren",
|
|
314
|
+
"ra_Please select file...": "Selecteer bestand...",
|
|
315
|
+
"ra_dow_We": "Wij",
|
|
316
|
+
"ra_fileType_all": "Alle bestanden",
|
|
317
|
+
"ra_fileType_audio": "Audio",
|
|
318
|
+
"ra_fileType_code": "Code/JSON",
|
|
319
|
+
"ra_fileType_images": "Afbeeldingen",
|
|
320
|
+
"ra_fileType_txt": "Tekst",
|
|
321
|
+
"ra_fileType_video,": "Video",
|
|
322
|
+
"ra_month_Apr": "april",
|
|
323
|
+
"ra_month_Aug": "aug",
|
|
324
|
+
"ra_month_Dec": "dec",
|
|
325
|
+
"ra_month_Feb": "februari",
|
|
326
|
+
"ra_month_Jan": "jan",
|
|
327
|
+
"ra_month_Jul": "jul",
|
|
328
|
+
"ra_month_Jun": "juni",
|
|
329
|
+
"ra_month_Mai": "Mei",
|
|
330
|
+
"ra_month_Mar": "mrt",
|
|
331
|
+
"ra_month_Nov": "nov",
|
|
332
|
+
"ra_month_Oct": "Okt",
|
|
333
|
+
"ra_month_Sep": "sept",
|
|
334
|
+
"ra_months_Apr": "april",
|
|
335
|
+
"ra_months_Aug": "aug",
|
|
336
|
+
"ra_months_Dec": "dec",
|
|
337
|
+
"ra_months_Feb": "februari",
|
|
338
|
+
"ra_months_Jan": "jan",
|
|
339
|
+
"ra_months_Jul": "jul",
|
|
340
|
+
"ra_months_Jun": "juni",
|
|
341
|
+
"ra_months_Mai": "Mei",
|
|
342
|
+
"ra_months_Mar": "mrt",
|
|
343
|
+
"ra_months_Nov": "nov",
|
|
344
|
+
"ra_months_Oct": "Okt",
|
|
345
|
+
"ra_months_Sep": "sept"
|
|
313
346
|
}
|
package/i18n/pl.json
CHANGED
|
@@ -309,5 +309,38 @@
|
|
|
309
309
|
"ra_Configure": "Konfiguruj",
|
|
310
310
|
"ra_Invalid CRON": "Nieprawidłowy CRON",
|
|
311
311
|
"ra_Discard": "Wyrzucać",
|
|
312
|
-
"ra_Some data are not stored. Discard?": "Niektóre dane nie są przechowywane. Wyrzucać?"
|
|
312
|
+
"ra_Some data are not stored. Discard?": "Niektóre dane nie są przechowywane. Wyrzucać?",
|
|
313
|
+
"ra_Filter files": "Filtruj pliki",
|
|
314
|
+
"ra_Please select file...": "Wybierz plik...",
|
|
315
|
+
"ra_dow_We": "My",
|
|
316
|
+
"ra_fileType_all": "Wszystkie pliki",
|
|
317
|
+
"ra_fileType_audio": "Audio",
|
|
318
|
+
"ra_fileType_code": "Kod/JSON",
|
|
319
|
+
"ra_fileType_images": "Obrazy",
|
|
320
|
+
"ra_fileType_txt": "Tekst",
|
|
321
|
+
"ra_fileType_video,": "Wideo",
|
|
322
|
+
"ra_month_Apr": "kwiecień",
|
|
323
|
+
"ra_month_Aug": "sierpień",
|
|
324
|
+
"ra_month_Dec": "grudzień",
|
|
325
|
+
"ra_month_Feb": "luty",
|
|
326
|
+
"ra_month_Jan": "styczeń",
|
|
327
|
+
"ra_month_Jul": "lipiec",
|
|
328
|
+
"ra_month_Jun": "czerwiec",
|
|
329
|
+
"ra_month_Mai": "Mai",
|
|
330
|
+
"ra_month_Mar": "Zniszczyć",
|
|
331
|
+
"ra_month_Nov": "listopad",
|
|
332
|
+
"ra_month_Oct": "październik",
|
|
333
|
+
"ra_month_Sep": "wrzesień",
|
|
334
|
+
"ra_months_Apr": "kwiecień",
|
|
335
|
+
"ra_months_Aug": "sierpień",
|
|
336
|
+
"ra_months_Dec": "grudzień",
|
|
337
|
+
"ra_months_Feb": "luty",
|
|
338
|
+
"ra_months_Jan": "styczeń",
|
|
339
|
+
"ra_months_Jul": "lipiec",
|
|
340
|
+
"ra_months_Jun": "czerwiec",
|
|
341
|
+
"ra_months_Mai": "Mai",
|
|
342
|
+
"ra_months_Mar": "Zniszczyć",
|
|
343
|
+
"ra_months_Nov": "listopad",
|
|
344
|
+
"ra_months_Oct": "październik",
|
|
345
|
+
"ra_months_Sep": "wrzesień"
|
|
313
346
|
}
|
package/i18n/pt.json
CHANGED
|
@@ -309,5 +309,38 @@
|
|
|
309
309
|
"ra_Configure": "Configurar",
|
|
310
310
|
"ra_Invalid CRON": "CRON inválido",
|
|
311
311
|
"ra_Discard": "Descartar",
|
|
312
|
-
"ra_Some data are not stored. Discard?": "Alguns dados não são armazenados. Descartar?"
|
|
312
|
+
"ra_Some data are not stored. Discard?": "Alguns dados não são armazenados. Descartar?",
|
|
313
|
+
"ra_Filter files": "Filtrar arquivos",
|
|
314
|
+
"ra_Please select file...": "Selecione o arquivo...",
|
|
315
|
+
"ra_dow_We": "Nós",
|
|
316
|
+
"ra_fileType_all": "Todos os arquivos",
|
|
317
|
+
"ra_fileType_audio": "áudio",
|
|
318
|
+
"ra_fileType_code": "Código/JSON",
|
|
319
|
+
"ra_fileType_images": "Imagens",
|
|
320
|
+
"ra_fileType_txt": "Texto",
|
|
321
|
+
"ra_fileType_video,": "Vídeo",
|
|
322
|
+
"ra_month_Apr": "abril",
|
|
323
|
+
"ra_month_Aug": "agosto",
|
|
324
|
+
"ra_month_Dec": "dezembro",
|
|
325
|
+
"ra_month_Feb": "fevereiro",
|
|
326
|
+
"ra_month_Jan": "janeiro",
|
|
327
|
+
"ra_month_Jul": "julho",
|
|
328
|
+
"ra_month_Jun": "junho",
|
|
329
|
+
"ra_month_Mai": "Mai",
|
|
330
|
+
"ra_month_Mar": "março",
|
|
331
|
+
"ra_month_Nov": "novembro",
|
|
332
|
+
"ra_month_Oct": "outubro",
|
|
333
|
+
"ra_month_Sep": "setembro",
|
|
334
|
+
"ra_months_Apr": "abril",
|
|
335
|
+
"ra_months_Aug": "agosto",
|
|
336
|
+
"ra_months_Dec": "dezembro",
|
|
337
|
+
"ra_months_Feb": "fevereiro",
|
|
338
|
+
"ra_months_Jan": "janeiro",
|
|
339
|
+
"ra_months_Jul": "julho",
|
|
340
|
+
"ra_months_Jun": "junho",
|
|
341
|
+
"ra_months_Mai": "Mai",
|
|
342
|
+
"ra_months_Mar": "março",
|
|
343
|
+
"ra_months_Nov": "novembro",
|
|
344
|
+
"ra_months_Oct": "outubro",
|
|
345
|
+
"ra_months_Sep": "setembro"
|
|
313
346
|
}
|
package/i18n/ru.json
CHANGED
|
@@ -334,5 +334,13 @@
|
|
|
334
334
|
"ra_month_Sep": "Сен",
|
|
335
335
|
"ra_month_Oct": "Окт",
|
|
336
336
|
"ra_month_Nov": "Ноя",
|
|
337
|
-
"ra_month_Dec": "Дек"
|
|
337
|
+
"ra_month_Dec": "Дек",
|
|
338
|
+
"ra_Filter files": "Фильтровать файлы",
|
|
339
|
+
"ra_Please select file...": "Пожалуйста, выберите файл...",
|
|
340
|
+
"ra_fileType_all": "Все файлы",
|
|
341
|
+
"ra_fileType_audio": "Аудио",
|
|
342
|
+
"ra_fileType_code": "Код/JSON",
|
|
343
|
+
"ra_fileType_images": "Картинки",
|
|
344
|
+
"ra_fileType_txt": "Текст",
|
|
345
|
+
"ra_fileType_video,": "видео"
|
|
338
346
|
}
|
package/i18n/uk.json
CHANGED
|
@@ -322,5 +322,25 @@
|
|
|
322
322
|
"sch_validFrom": "від",
|
|
323
323
|
"sch_validTo": "до",
|
|
324
324
|
"sch_wholeDay": "Цілий день",
|
|
325
|
-
"sch_yearEveryMonth": "щомісяця"
|
|
325
|
+
"sch_yearEveryMonth": "щомісяця",
|
|
326
|
+
"ra_Filter files": "Фільтр файлів",
|
|
327
|
+
"ra_Please select file...": "Виберіть файл...",
|
|
328
|
+
"ra_fileType_all": "Всі файли",
|
|
329
|
+
"ra_fileType_audio": "Аудіо",
|
|
330
|
+
"ra_fileType_code": "Код/JSON",
|
|
331
|
+
"ra_fileType_images": "Зображення",
|
|
332
|
+
"ra_fileType_txt": "текст",
|
|
333
|
+
"ra_fileType_video,": "відео",
|
|
334
|
+
"ra_month_Apr": "квіт",
|
|
335
|
+
"ra_month_Aug": "серп",
|
|
336
|
+
"ra_month_Dec": "груд",
|
|
337
|
+
"ra_month_Feb": "лютий",
|
|
338
|
+
"ra_month_Jan": "січня",
|
|
339
|
+
"ra_month_Jul": "лип",
|
|
340
|
+
"ra_month_Jun": "черв",
|
|
341
|
+
"ra_month_Mai": "травень",
|
|
342
|
+
"ra_month_Mar": "березень",
|
|
343
|
+
"ra_month_Nov": "Листопад",
|
|
344
|
+
"ra_month_Oct": "жовт",
|
|
345
|
+
"ra_month_Sep": "вер"
|
|
326
346
|
}
|
package/i18n/zh-cn.json
CHANGED
|
@@ -309,5 +309,38 @@
|
|
|
309
309
|
"ra_Configure": "配置",
|
|
310
310
|
"ra_Invalid CRON": "无效的 CRON",
|
|
311
311
|
"ra_Discard": "丢弃",
|
|
312
|
-
"ra_Some data are not stored. Discard?": "部分数据未存储。丢弃?"
|
|
312
|
+
"ra_Some data are not stored. Discard?": "部分数据未存储。丢弃?",
|
|
313
|
+
"ra_Filter files": "过滤文件",
|
|
314
|
+
"ra_Please select file...": "请选择文件...",
|
|
315
|
+
"ra_dow_We": "我们",
|
|
316
|
+
"ra_fileType_all": "所有文件",
|
|
317
|
+
"ra_fileType_audio": "声音的",
|
|
318
|
+
"ra_fileType_code": "代码/JSON",
|
|
319
|
+
"ra_fileType_images": "图片",
|
|
320
|
+
"ra_fileType_txt": "文本",
|
|
321
|
+
"ra_fileType_video,": "视频",
|
|
322
|
+
"ra_month_Apr": "4月",
|
|
323
|
+
"ra_month_Aug": "八月",
|
|
324
|
+
"ra_month_Dec": "十二月",
|
|
325
|
+
"ra_month_Feb": "二月",
|
|
326
|
+
"ra_month_Jan": "简",
|
|
327
|
+
"ra_month_Jul": "七月",
|
|
328
|
+
"ra_month_Jun": "君",
|
|
329
|
+
"ra_month_Mai": "迈",
|
|
330
|
+
"ra_month_Mar": "三月",
|
|
331
|
+
"ra_month_Nov": "十一月",
|
|
332
|
+
"ra_month_Oct": "十月",
|
|
333
|
+
"ra_month_Sep": "九月",
|
|
334
|
+
"ra_months_Apr": "4月",
|
|
335
|
+
"ra_months_Aug": "八月",
|
|
336
|
+
"ra_months_Dec": "十二月",
|
|
337
|
+
"ra_months_Feb": "二月",
|
|
338
|
+
"ra_months_Jan": "简",
|
|
339
|
+
"ra_months_Jul": "七月",
|
|
340
|
+
"ra_months_Jun": "君",
|
|
341
|
+
"ra_months_Mai": "迈",
|
|
342
|
+
"ra_months_Mar": "三月",
|
|
343
|
+
"ra_months_Nov": "十一月",
|
|
344
|
+
"ra_months_Oct": "十月",
|
|
345
|
+
"ra_months_Sep": "九月"
|
|
313
346
|
}
|
package/index.d.ts
CHANGED
|
@@ -52,6 +52,7 @@ export * from "./Dialogs/Cron";
|
|
|
52
52
|
export * from "./Dialogs/Error";
|
|
53
53
|
export * from "./Dialogs/Message";
|
|
54
54
|
export * from "./Dialogs/SelectID";
|
|
55
|
+
export * from "./Dialogs/SelectFile";
|
|
55
56
|
export * from "./Dialogs/SimpleCron";
|
|
56
57
|
export * from "./Dialogs/TextInput";
|
|
57
58
|
export * from "./Components/JsonConfigComponent/ConfigGeneric";
|
|
@@ -107,6 +108,7 @@ export { default as Cron } from "./Dialogs/Cron";
|
|
|
107
108
|
export { default as Error } from "./Dialogs/Error";
|
|
108
109
|
export { default as Message } from "./Dialogs/Message";
|
|
109
110
|
export { default as SelectID } from "./Dialogs/SelectID";
|
|
111
|
+
export { default as SelectFile } from "./Dialogs/SelectFile";
|
|
110
112
|
export { default as SimpleCronDialog } from "./Dialogs/SimpleCron";
|
|
111
113
|
export { default as TextInput } from "./Dialogs/TextInput";
|
|
112
114
|
export { default as ConfigGeneric } from "./Components/JsonConfigComponent/ConfigGeneric";
|
package/index.js
CHANGED
|
@@ -163,6 +163,9 @@ export * from './Dialogs/Message';
|
|
|
163
163
|
export { default as SelectID } from './Dialogs/SelectID';
|
|
164
164
|
export * from './Dialogs/SelectID';
|
|
165
165
|
|
|
166
|
+
export { default as SelectFile } from './Dialogs/SelectFile';
|
|
167
|
+
export * from './Dialogs/SelectFile';
|
|
168
|
+
|
|
166
169
|
export { default as SimpleCronDialog } from './Dialogs/SimpleCron';
|
|
167
170
|
export * from './Dialogs/SimpleCron';
|
|
168
171
|
|