@iobroker/adapter-react-v5 7.7.2 → 7.7.3

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.
Files changed (47) hide show
  1. package/build/Components/CustomModal.js +4 -2
  2. package/build/Components/CustomModal.js.map +1 -1
  3. package/build/Components/FileBrowser.d.ts +1 -1
  4. package/build/Components/FileBrowser.js +12 -5
  5. package/build/Components/FileBrowser.js.map +1 -1
  6. package/build/Components/FileViewer.js +1 -1
  7. package/build/Components/FileViewer.js.map +1 -1
  8. package/build/Components/ObjectBrowser.d.ts +2 -0
  9. package/build/Components/ObjectBrowser.js +31 -7
  10. package/build/Components/ObjectBrowser.js.map +1 -1
  11. package/build/Components/Utils.d.ts +7 -6
  12. package/build/Components/Utils.js +68 -62
  13. package/build/Components/Utils.js.map +1 -1
  14. package/build/Dialogs/SelectFile.d.ts +2 -0
  15. package/build/Dialogs/SelectFile.js +2 -3
  16. package/build/Dialogs/SelectFile.js.map +1 -1
  17. package/build/Dialogs/SelectID.d.ts +2 -1
  18. package/build/Dialogs/SelectID.js +3 -3
  19. package/build/Dialogs/SelectID.js.map +1 -1
  20. package/build/LegacyConnection.d.ts +14 -1
  21. package/build/LegacyConnection.js +26 -2
  22. package/build/LegacyConnection.js.map +1 -1
  23. package/build/i18n/de.json +8 -0
  24. package/build/i18n/en.json +8 -0
  25. package/build/i18n/es.json +8 -0
  26. package/build/i18n/fr.json +8 -0
  27. package/build/i18n/it.json +3 -0
  28. package/build/i18n/nl.json +3 -0
  29. package/build/i18n/pl.json +6 -3
  30. package/build/i18n/pt.json +3 -0
  31. package/build/i18n/ru.json +3 -0
  32. package/build/i18n/uk.json +3 -0
  33. package/build/i18n/zh-cn.json +3 -0
  34. package/build/types.d.ts +2 -0
  35. package/i18n/de.json +8 -0
  36. package/i18n/en.json +8 -0
  37. package/i18n/es.json +8 -0
  38. package/i18n/fr.json +8 -0
  39. package/i18n/it.json +3 -0
  40. package/i18n/nl.json +3 -0
  41. package/i18n/pl.json +6 -3
  42. package/i18n/pt.json +3 -0
  43. package/i18n/ru.json +3 -0
  44. package/i18n/uk.json +3 -0
  45. package/i18n/zh-cn.json +3 -0
  46. package/package.json +8 -8
  47. package/craco-module-federation.js +0 -62
@@ -63,6 +63,11 @@
63
63
  "ra_Del": "Entf",
64
64
  "ra_Delete": "Löschen",
65
65
  "ra_Delete current row": "Aktuelle Zeile löschen",
66
+ "ra_Export configuration section": "Konfigurationsabschnitt exportieren",
67
+ "ra_Import and replace configuration section": "Konfigurationsabschnitt importieren und ersetzen",
68
+ "ra_Import and add configuration section": "Konfigurationsabschnitt importieren und hinzufügen",
69
+ "ra_Invalid JSON format. Expected an array.": "Ungültiges JSON-Format. Array erwartet.",
70
+ "ra_Invalid JSON file.": "Ungültige JSON-Datei.",
66
71
  "ra_Deselect all": "Alles abwählen",
67
72
  "ra_Device → Channel → State": "Gerät → Kanal → Zustand",
68
73
  "ra_Discard": "Verwerfen",
@@ -70,6 +75,8 @@
70
75
  "ra_Do not ask for next 2 hours in this session": "Fragen Sie nicht nach den nächsten 2 Stunden in dieser Sitzung",
71
76
  "ra_Do not export values of states": "Keine Zustandswerte exportieren",
72
77
  "ra_Do not use let's encrypt": "Let's encrypt nicht verwenden",
78
+ "ra_Docker is not available": "Docker ist nicht verfügbar",
79
+ "ra_Docker is not installed or not running": "Docker ist nicht installiert oder läuft nicht",
73
80
  "ra_Double click to reset table layout": "Doppelklicken, um das Tabellenlayout zurückzusetzen",
74
81
  "ra_Drag 'n' drop some files here, or click to select files": "Die Datei hierher ziehen und ablegen, oder klicken, um die Datei auszuwählen",
75
82
  "ra_Drop file here": "Datei hier ablegen",
@@ -139,6 +146,7 @@
139
146
  "ra_Name": "Name",
140
147
  "ra_No data found in file": "Keine Daten in der Datei gefunden",
141
148
  "ra_No one license found in license manager": "Im Lizenzmanager wurde keine Lizenz gefunden",
149
+ "ra_No response from admin": "Keine Antwort vom Administrator",
142
150
  "ra_No response from the backend": "Keine Antwort vom Backend",
143
151
  "ra_Non-experts may create new objects only in \"0_userdata.0\" or \"alias.0\".": "Nicht-Experten dürfen neue Objekte nur in \"0_userdata.0\" oder \"alias.0\" erstellen.",
144
152
  "ra_Not a number": "Keine Nummer",
@@ -63,6 +63,11 @@
63
63
  "ra_Del": "Delete",
64
64
  "ra_Delete": "Delete",
65
65
  "ra_Delete current row": "Delete current row",
66
+ "ra_Export configuration section": "Export configuration section",
67
+ "ra_Import and replace configuration section": "Import and replace configuration section",
68
+ "ra_Import and add configuration section": "Import and add configuration section",
69
+ "ra_Invalid JSON format. Expected an array.": "Invalid JSON format. Expected an array.",
70
+ "ra_Invalid JSON file.": "Invalid JSON file.",
66
71
  "ra_Deselect all": "Unselect all",
67
72
  "ra_Device → Channel → State": "Device → Channel → State",
68
73
  "ra_Discard": "Discard",
@@ -70,6 +75,8 @@
70
75
  "ra_Do not ask for next 2 hours in this session": "Do not ask for next 2 hours in this session",
71
76
  "ra_Do not export values of states": "Do not export values of states",
72
77
  "ra_Do not use let's encrypt": "Do not use let's encrypt",
78
+ "ra_Docker is not available": "Docker is not available",
79
+ "ra_Docker is not installed or not running": "Docker is not installed or not running",
73
80
  "ra_Double click to reset table layout": "Double click to reset table layout",
74
81
  "ra_Drag 'n' drop some files here, or click to select files": "Drag 'n' drop some files here, or click to select files",
75
82
  "ra_Drop file here": "Drop file here",
@@ -139,6 +146,7 @@
139
146
  "ra_Name": "Name",
140
147
  "ra_No data found in file": "No data found in file",
141
148
  "ra_No one license found in license manager": "No one license found in license manager",
149
+ "ra_No response from admin": "No response from admin",
142
150
  "ra_No response from the backend": "No response from the backend",
143
151
  "ra_Non-experts may create new objects only in \"0_userdata.0\" or \"alias.0\".": "Non-experts may create new objects only in \"0_userdata.0\" or \"alias.0\".",
144
152
  "ra_Not a number": "Not a number",
@@ -63,6 +63,11 @@
63
63
  "ra_Del": "Delete",
64
64
  "ra_Delete": "Eliminar",
65
65
  "ra_Delete current row": "Eliminar fila actual",
66
+ "ra_Export configuration section": "Exportar sección de configuración",
67
+ "ra_Import and replace configuration section": "Importar y reemplazar sección de configuración",
68
+ "ra_Import and add configuration section": "Importar y agregar sección de configuración",
69
+ "ra_Invalid JSON format. Expected an array.": "Formato JSON inválido. Se esperaba un array.",
70
+ "ra_Invalid JSON file.": "Archivo JSON inválido.",
66
71
  "ra_Deselect all": "Deselecciona todo",
67
72
  "ra_Device → Channel → State": "Dispositivo → Canal → Estado",
68
73
  "ra_Discard": "Desechar",
@@ -70,6 +75,8 @@
70
75
  "ra_Do not ask for next 2 hours in this session": "No preguntes por las siguientes 2 horas en esta sesión.",
71
76
  "ra_Do not export values of states": "No exportar valores de estados.",
72
77
  "ra_Do not use let's encrypt": "No use vamos a cifrar",
78
+ "ra_Docker is not available": "Docker no está disponible",
79
+ "ra_Docker is not installed or not running": "Docker no está instalado o no se está ejecutando",
73
80
  "ra_Double click to reset table layout": "Haga doble clic para restablecer el diseño de la tabla",
74
81
  "ra_Drag 'n' drop some files here, or click to select files": "Arrastre y suelte algunos archivos aquí, o haga clic para seleccionar archivos",
75
82
  "ra_Drop file here": "Suelta el archivo aquí",
@@ -139,6 +146,7 @@
139
146
  "ra_Name": "Nombre",
140
147
  "ra_No data found in file": "No se encontraron datos en el archivo",
141
148
  "ra_No one license found in license manager": "No se encontró ninguna licencia en el administrador de licencias",
149
+ "ra_No response from admin": "No hay respuesta del administrador",
142
150
  "ra_No response from the backend": "No hay respuesta del backend",
143
151
  "ra_Non-experts may create new objects only in \"0_userdata.0\" or \"alias.0\".": "Los no expertos pueden crear nuevos objetos solo en \"0_userdata.0\" o \"alias.0\".",
144
152
  "ra_Not a number": "No un número",
@@ -63,6 +63,11 @@
63
63
  "ra_Del": "Delete",
64
64
  "ra_Delete": "Supprimer",
65
65
  "ra_Delete current row": "Supprimer la ligne actuelle",
66
+ "ra_Export configuration section": "Exporter la section de configuration",
67
+ "ra_Import and replace configuration section": "Importer et remplacer la section de configuration",
68
+ "ra_Import and add configuration section": "Importer et ajouter la section de configuration",
69
+ "ra_Invalid JSON format. Expected an array.": "Format JSON invalide. Tableau attendu.",
70
+ "ra_Invalid JSON file.": "Fichier JSON invalide.",
66
71
  "ra_Deselect all": "Tout déselectionner",
67
72
  "ra_Device → Channel → State": "Appareil → Canal → État",
68
73
  "ra_Discard": "Jeter",
@@ -70,6 +75,8 @@
70
75
  "ra_Do not ask for next 2 hours in this session": "Ne demandez pas les 2 prochaines heures de cette session",
71
76
  "ra_Do not export values of states": "Ne pas exporter les valeurs des états",
72
77
  "ra_Do not use let's encrypt": "Ne pas utiliser let's encrypt",
78
+ "ra_Docker is not available": "Docker n'est pas disponible",
79
+ "ra_Docker is not installed or not running": "Docker n'est pas installé ou n'est pas en cours d'exécution",
73
80
  "ra_Double click to reset table layout": "Double-cliquez pour réinitialiser la disposition du tableau",
74
81
  "ra_Drag 'n' drop some files here, or click to select files": "Glissez-déposez des fichiers ici, ou cliquez pour sélectionner des fichiers",
75
82
  "ra_Drop file here": "Déposer le fichier ici",
@@ -139,6 +146,7 @@
139
146
  "ra_Name": "Nom",
140
147
  "ra_No data found in file": "Aucune donnée trouvée dans le fichier",
141
148
  "ra_No one license found in license manager": "Aucune licence trouvée dans le gestionnaire de licences",
149
+ "ra_No response from admin": "Aucune réponse de l'administrateur",
142
150
  "ra_No response from the backend": "Aucune réponse du backend",
143
151
  "ra_Non-experts may create new objects only in \"0_userdata.0\" or \"alias.0\".": "Les non-experts ne peuvent créer de nouveaux objets que dans \"0_userdata.0\" ou \"alias.0\".",
144
152
  "ra_Not a number": "Pas un numéro",
@@ -70,6 +70,8 @@
70
70
  "ra_Do not ask for next 2 hours in this session": "Non chiedere per le prossime 2 ore in questa sessione",
71
71
  "ra_Do not export values of states": "Non esportare i valori degli stati",
72
72
  "ra_Do not use let's encrypt": "Non utilizzare crittografiamo",
73
+ "ra_Docker is not available": "Docker non è disponibile",
74
+ "ra_Docker is not installed or not running": "Docker non è installato o non è in esecuzione",
73
75
  "ra_Double click to reset table layout": "Fare doppio clic per ripristinare il layout della tabella",
74
76
  "ra_Drag 'n' drop some files here, or click to select files": "Trascina e rilascia alcuni file qui o fai clic per selezionare i file",
75
77
  "ra_Drop file here": "Trascina il file qui",
@@ -139,6 +141,7 @@
139
141
  "ra_Name": "Nome",
140
142
  "ra_No data found in file": "Nessun dato trovato nel file",
141
143
  "ra_No one license found in license manager": "Nessuna licenza trovata nel gestore delle licenze",
144
+ "ra_No response from admin": "Nessuna risposta dall'amministratore",
142
145
  "ra_No response from the backend": "Nessuna risposta dal backend",
143
146
  "ra_Non-experts may create new objects only in \"0_userdata.0\" or \"alias.0\".": "I non esperti possono creare nuovi oggetti solo in \"0_userdata.0\" o \"alias.0\".",
144
147
  "ra_Not a number": "Non un numero",
@@ -70,6 +70,8 @@
70
70
  "ra_Do not ask for next 2 hours in this session": "Vraag niet om de volgende 2 uur in deze sessie",
71
71
  "ra_Do not export values of states": "Exporteer geen waarden van staten",
72
72
  "ra_Do not use let's encrypt": "Gebruik geen let's encrypt",
73
+ "ra_Docker is not available": "Docker is niet beschikbaar",
74
+ "ra_Docker is not installed or not running": "Docker is niet geïnstalleerd of draait niet",
73
75
  "ra_Double click to reset table layout": "Dubbelklik om de tafelindeling te resetten",
74
76
  "ra_Drag 'n' drop some files here, or click to select files": "Sleep enkele bestanden hierheen, of klik om bestanden te selecteren",
75
77
  "ra_Drop file here": "Zet het bestand hier neer",
@@ -139,6 +141,7 @@
139
141
  "ra_Name": "Naam",
140
142
  "ra_No data found in file": "Geen gegevens gevonden in bestand",
141
143
  "ra_No one license found in license manager": "Geen enkele licentie gevonden in licentiebeheer",
144
+ "ra_No response from admin": "Geen reactie van de beheerder",
142
145
  "ra_No response from the backend": "Geen reactie van de backend",
143
146
  "ra_Non-experts may create new objects only in \"0_userdata.0\" or \"alias.0\".": "Niet-experts mogen alleen nieuwe objecten maken in \"0_userdata.0\" of \"alias.0\".",
144
147
  "ra_Not a number": "Geen nummer",
@@ -70,6 +70,8 @@
70
70
  "ra_Do not ask for next 2 hours in this session": "Nie proś o kolejne 2 godziny w tej sesji",
71
71
  "ra_Do not export values of states": "Nie eksportuj wartości stanów",
72
72
  "ra_Do not use let's encrypt": "Nie używaj zaszyfrujmy",
73
+ "ra_Docker is not available": "Docker nie jest dostępny",
74
+ "ra_Docker is not installed or not running": "Docker nie jest zainstalowany lub nie działa",
73
75
  "ra_Double click to reset table layout": "Kliknij dwukrotnie, aby zresetować układ tabeli",
74
76
  "ra_Drag 'n' drop some files here, or click to select files": "Przeciągnij i upuść kilka plików tutaj lub kliknij, aby wybrać pliki",
75
77
  "ra_Drop file here": "Upuść plik tutaj",
@@ -139,6 +141,7 @@
139
141
  "ra_Name": "Nazwa",
140
142
  "ra_No data found in file": "Nie znaleziono danych w pliku",
141
143
  "ra_No one license found in license manager": "Nie znaleziono licencji w menedżerze licencji",
144
+ "ra_No response from admin": "Brak odpowiedzi od administratora",
142
145
  "ra_No response from the backend": "Brak odpowiedzi z zaplecza",
143
146
  "ra_Non-experts may create new objects only in \"0_userdata.0\" or \"alias.0\".": "Osoby nie będące ekspertami mogą tworzyć nowe obiekty tylko w „0_userdata.0” lub „alias.0”.",
144
147
  "ra_Not a number": "Nie numer",
@@ -389,15 +392,15 @@
389
392
  "sch_astroNight": "Noc Astro",
390
393
  "sch_astro_dawn": "Świt",
391
394
  "sch_astro_dusk": "Zmierzch",
392
- "sch_astro_goldenHour": "złota godzina",
395
+ "sch_astro_goldenHour": "Złota godzina",
393
396
  "sch_astro_goldenHourEnd": "Koniec złotej godziny",
394
- "sch_astro_nadir": "Nadir",
397
+ "sch_astro_nadir": "Północ",
395
398
  "sch_astro_nauticalDawn": "Morski świt",
396
399
  "sch_astro_nauticalDusk": "Morski zmierzch",
397
400
  "sch_astro_night": "Noc",
398
401
  "sch_astro_nightEnd": "Koniec nocy",
399
402
  "sch_astro_solarNoon": "Południe słoneczne",
400
- "sch_astro_sunrise": "wschód słońca",
403
+ "sch_astro_sunrise": "Wschód słońca",
401
404
  "sch_astro_sunriseEnd": "Koniec wschodu słońca",
402
405
  "sch_astro_sunset": "Zachód słońca",
403
406
  "sch_astro_sunsetStart": "Początek zachodu słońca",
@@ -70,6 +70,8 @@
70
70
  "ra_Do not ask for next 2 hours in this session": "Não peça as próximas 2 horas nesta sessão",
71
71
  "ra_Do not export values of states": "Não exporte valores de estados",
72
72
  "ra_Do not use let's encrypt": "Não use vamos criptografar",
73
+ "ra_Docker is not available": "O Docker não está disponível",
74
+ "ra_Docker is not installed or not running": "O Docker não está instalado ou não está em execução",
73
75
  "ra_Double click to reset table layout": "Clique duas vezes para redefinir o layout da tabela",
74
76
  "ra_Drag 'n' drop some files here, or click to select files": "Arraste e solte alguns arquivos aqui ou clique para selecionar arquivos",
75
77
  "ra_Drop file here": "Solte o arquivo aqui",
@@ -139,6 +141,7 @@
139
141
  "ra_Name": "Nome",
140
142
  "ra_No data found in file": "Nenhum dado encontrado no arquivo",
141
143
  "ra_No one license found in license manager": "Nenhuma licença encontrada no gerenciador de licenças",
144
+ "ra_No response from admin": "Nenhuma resposta do administrador",
142
145
  "ra_No response from the backend": "Nenhuma resposta do backend",
143
146
  "ra_Non-experts may create new objects only in \"0_userdata.0\" or \"alias.0\".": "Os não especialistas podem criar novos objetos apenas em \"0_userdata.0\" ou \"alias.0\".",
144
147
  "ra_Not a number": "Não é um número",
@@ -70,6 +70,8 @@
70
70
  "ra_Do not ask for next 2 hours in this session": "Не спрашивайте о следующих 2 часах в этом сеансе",
71
71
  "ra_Do not export values of states": "Не экспортировать значения состояний",
72
72
  "ra_Do not use let's encrypt": "Не использовать Let’s Encrypt",
73
+ "ra_Docker is not available": "Докер недоступен",
74
+ "ra_Docker is not installed or not running": "Docker не установлен или не запущен",
73
75
  "ra_Double click to reset table layout": "Дважды щелкните, чтобы сбросить макет таблицы",
74
76
  "ra_Drag 'n' drop some files here, or click to select files": "Перетащите сюда несколько файлов или щелкните, чтобы выбрать файлы",
75
77
  "ra_Drop file here": "Перетащите файл сюда",
@@ -139,6 +141,7 @@
139
141
  "ra_Name": "Имя",
140
142
  "ra_No data found in file": "Данные в файле не найдены",
141
143
  "ra_No one license found in license manager": "В менеджере лицензий не найдена ни одна лицензия",
144
+ "ra_No response from admin": "Нет ответа от администратора",
142
145
  "ra_No response from the backend": "Нет ответа от бэкэнда",
143
146
  "ra_Non-experts may create new objects only in \"0_userdata.0\" or \"alias.0\".": "Не-эксперты могут создавать новые объекты только в «0_userdata.0» или «alias.0».",
144
147
  "ra_Not a number": "Не число",
@@ -70,6 +70,8 @@
70
70
  "ra_Do not ask for next 2 hours in this session": "Не запитуйте про наступні 2 години цього сеансу",
71
71
  "ra_Do not export values of states": "Не експортуйте значення станів",
72
72
  "ra_Do not use let's encrypt": "Не використовуйте let's encrypt",
73
+ "ra_Docker is not available": "Докер недоступний",
74
+ "ra_Docker is not installed or not running": "Docker не встановлено або не працює",
73
75
  "ra_Double click to reset table layout": "Двічі клацніть, щоб скинути макет таблиці",
74
76
  "ra_Drag 'n' drop some files here, or click to select files": "Перетягніть деякі файли сюди або натисніть, щоб вибрати файли",
75
77
  "ra_Drop file here": "Перетягніть файл сюди",
@@ -139,6 +141,7 @@
139
141
  "ra_Name": "Ім'я",
140
142
  "ra_No data found in file": "Немає даних у файлі",
141
143
  "ra_No one license found in license manager": "У менеджері ліцензій не знайдено жодної ліцензії",
144
+ "ra_No response from admin": "Немає відповіді від адміністратора",
142
145
  "ra_No response from the backend": "Немає відповіді від сервера",
143
146
  "ra_Non-experts may create new objects only in \"0_userdata.0\" or \"alias.0\".": "Неексперти можуть створювати нові об’єкти лише в «0_userdata.0» або «alias.0».",
144
147
  "ra_Not a number": "Не номер",
@@ -70,6 +70,8 @@
70
70
  "ra_Do not ask for next 2 hours in this session": "本次会话中不要询问接下来的 2 个小时",
71
71
  "ra_Do not export values of states": "不导出状态值",
72
72
  "ra_Do not use let's encrypt": "不要使用让我们加密",
73
+ "ra_Docker is not available": "Docker 不可用",
74
+ "ra_Docker is not installed or not running": "Docker 未安装或未运行",
73
75
  "ra_Double click to reset table layout": "双击重置表格布局",
74
76
  "ra_Drag 'n' drop some files here, or click to select files": "将一些文件拖放到此处,或单击以选择文件",
75
77
  "ra_Drop file here": "将档案放在这里",
@@ -139,6 +141,7 @@
139
141
  "ra_Name": "姓名",
140
142
  "ra_No data found in file": "文件中未找到数据",
141
143
  "ra_No one license found in license manager": "许可证管理器中未找到任何许可证",
144
+ "ra_No response from admin": "管理员没有回应",
142
145
  "ra_No response from the backend": "后端无响应",
143
146
  "ra_Non-experts may create new objects only in \"0_userdata.0\" or \"alias.0\".": "非专家只能在“ 0_userdata.0”或“ alias.0”中创建新对象。",
144
147
  "ra_Not a number": "不是数字",
package/build/types.d.ts CHANGED
@@ -54,6 +54,8 @@ export interface ConnectionProps {
54
54
  onObjectChange?: ioBroker.ObjectChangeHandler;
55
55
  /** Language callback */
56
56
  onLanguage?: (lang: ioBroker.Languages) => void;
57
+ /** Special access token */
58
+ token?: string;
57
59
  }
58
60
 
59
61
  export interface OldObject {
package/i18n/de.json CHANGED
@@ -63,6 +63,11 @@
63
63
  "ra_Del": "Entf",
64
64
  "ra_Delete": "Löschen",
65
65
  "ra_Delete current row": "Aktuelle Zeile löschen",
66
+ "ra_Export configuration section": "Konfigurationsabschnitt exportieren",
67
+ "ra_Import and replace configuration section": "Konfigurationsabschnitt importieren und ersetzen",
68
+ "ra_Import and add configuration section": "Konfigurationsabschnitt importieren und hinzufügen",
69
+ "ra_Invalid JSON format. Expected an array.": "Ungültiges JSON-Format. Array erwartet.",
70
+ "ra_Invalid JSON file.": "Ungültige JSON-Datei.",
66
71
  "ra_Deselect all": "Alles abwählen",
67
72
  "ra_Device → Channel → State": "Gerät → Kanal → Zustand",
68
73
  "ra_Discard": "Verwerfen",
@@ -70,6 +75,8 @@
70
75
  "ra_Do not ask for next 2 hours in this session": "Fragen Sie nicht nach den nächsten 2 Stunden in dieser Sitzung",
71
76
  "ra_Do not export values of states": "Keine Zustandswerte exportieren",
72
77
  "ra_Do not use let's encrypt": "Let's encrypt nicht verwenden",
78
+ "ra_Docker is not available": "Docker ist nicht verfügbar",
79
+ "ra_Docker is not installed or not running": "Docker ist nicht installiert oder läuft nicht",
73
80
  "ra_Double click to reset table layout": "Doppelklicken, um das Tabellenlayout zurückzusetzen",
74
81
  "ra_Drag 'n' drop some files here, or click to select files": "Die Datei hierher ziehen und ablegen, oder klicken, um die Datei auszuwählen",
75
82
  "ra_Drop file here": "Datei hier ablegen",
@@ -139,6 +146,7 @@
139
146
  "ra_Name": "Name",
140
147
  "ra_No data found in file": "Keine Daten in der Datei gefunden",
141
148
  "ra_No one license found in license manager": "Im Lizenzmanager wurde keine Lizenz gefunden",
149
+ "ra_No response from admin": "Keine Antwort vom Administrator",
142
150
  "ra_No response from the backend": "Keine Antwort vom Backend",
143
151
  "ra_Non-experts may create new objects only in \"0_userdata.0\" or \"alias.0\".": "Nicht-Experten dürfen neue Objekte nur in \"0_userdata.0\" oder \"alias.0\" erstellen.",
144
152
  "ra_Not a number": "Keine Nummer",
package/i18n/en.json CHANGED
@@ -63,6 +63,11 @@
63
63
  "ra_Del": "Delete",
64
64
  "ra_Delete": "Delete",
65
65
  "ra_Delete current row": "Delete current row",
66
+ "ra_Export configuration section": "Export configuration section",
67
+ "ra_Import and replace configuration section": "Import and replace configuration section",
68
+ "ra_Import and add configuration section": "Import and add configuration section",
69
+ "ra_Invalid JSON format. Expected an array.": "Invalid JSON format. Expected an array.",
70
+ "ra_Invalid JSON file.": "Invalid JSON file.",
66
71
  "ra_Deselect all": "Unselect all",
67
72
  "ra_Device → Channel → State": "Device → Channel → State",
68
73
  "ra_Discard": "Discard",
@@ -70,6 +75,8 @@
70
75
  "ra_Do not ask for next 2 hours in this session": "Do not ask for next 2 hours in this session",
71
76
  "ra_Do not export values of states": "Do not export values of states",
72
77
  "ra_Do not use let's encrypt": "Do not use let's encrypt",
78
+ "ra_Docker is not available": "Docker is not available",
79
+ "ra_Docker is not installed or not running": "Docker is not installed or not running",
73
80
  "ra_Double click to reset table layout": "Double click to reset table layout",
74
81
  "ra_Drag 'n' drop some files here, or click to select files": "Drag 'n' drop some files here, or click to select files",
75
82
  "ra_Drop file here": "Drop file here",
@@ -139,6 +146,7 @@
139
146
  "ra_Name": "Name",
140
147
  "ra_No data found in file": "No data found in file",
141
148
  "ra_No one license found in license manager": "No one license found in license manager",
149
+ "ra_No response from admin": "No response from admin",
142
150
  "ra_No response from the backend": "No response from the backend",
143
151
  "ra_Non-experts may create new objects only in \"0_userdata.0\" or \"alias.0\".": "Non-experts may create new objects only in \"0_userdata.0\" or \"alias.0\".",
144
152
  "ra_Not a number": "Not a number",
package/i18n/es.json CHANGED
@@ -63,6 +63,11 @@
63
63
  "ra_Del": "Delete",
64
64
  "ra_Delete": "Eliminar",
65
65
  "ra_Delete current row": "Eliminar fila actual",
66
+ "ra_Export configuration section": "Exportar sección de configuración",
67
+ "ra_Import and replace configuration section": "Importar y reemplazar sección de configuración",
68
+ "ra_Import and add configuration section": "Importar y agregar sección de configuración",
69
+ "ra_Invalid JSON format. Expected an array.": "Formato JSON inválido. Se esperaba un array.",
70
+ "ra_Invalid JSON file.": "Archivo JSON inválido.",
66
71
  "ra_Deselect all": "Deselecciona todo",
67
72
  "ra_Device → Channel → State": "Dispositivo → Canal → Estado",
68
73
  "ra_Discard": "Desechar",
@@ -70,6 +75,8 @@
70
75
  "ra_Do not ask for next 2 hours in this session": "No preguntes por las siguientes 2 horas en esta sesión.",
71
76
  "ra_Do not export values of states": "No exportar valores de estados.",
72
77
  "ra_Do not use let's encrypt": "No use vamos a cifrar",
78
+ "ra_Docker is not available": "Docker no está disponible",
79
+ "ra_Docker is not installed or not running": "Docker no está instalado o no se está ejecutando",
73
80
  "ra_Double click to reset table layout": "Haga doble clic para restablecer el diseño de la tabla",
74
81
  "ra_Drag 'n' drop some files here, or click to select files": "Arrastre y suelte algunos archivos aquí, o haga clic para seleccionar archivos",
75
82
  "ra_Drop file here": "Suelta el archivo aquí",
@@ -139,6 +146,7 @@
139
146
  "ra_Name": "Nombre",
140
147
  "ra_No data found in file": "No se encontraron datos en el archivo",
141
148
  "ra_No one license found in license manager": "No se encontró ninguna licencia en el administrador de licencias",
149
+ "ra_No response from admin": "No hay respuesta del administrador",
142
150
  "ra_No response from the backend": "No hay respuesta del backend",
143
151
  "ra_Non-experts may create new objects only in \"0_userdata.0\" or \"alias.0\".": "Los no expertos pueden crear nuevos objetos solo en \"0_userdata.0\" o \"alias.0\".",
144
152
  "ra_Not a number": "No un número",
package/i18n/fr.json CHANGED
@@ -63,6 +63,11 @@
63
63
  "ra_Del": "Delete",
64
64
  "ra_Delete": "Supprimer",
65
65
  "ra_Delete current row": "Supprimer la ligne actuelle",
66
+ "ra_Export configuration section": "Exporter la section de configuration",
67
+ "ra_Import and replace configuration section": "Importer et remplacer la section de configuration",
68
+ "ra_Import and add configuration section": "Importer et ajouter la section de configuration",
69
+ "ra_Invalid JSON format. Expected an array.": "Format JSON invalide. Tableau attendu.",
70
+ "ra_Invalid JSON file.": "Fichier JSON invalide.",
66
71
  "ra_Deselect all": "Tout déselectionner",
67
72
  "ra_Device → Channel → State": "Appareil → Canal → État",
68
73
  "ra_Discard": "Jeter",
@@ -70,6 +75,8 @@
70
75
  "ra_Do not ask for next 2 hours in this session": "Ne demandez pas les 2 prochaines heures de cette session",
71
76
  "ra_Do not export values of states": "Ne pas exporter les valeurs des états",
72
77
  "ra_Do not use let's encrypt": "Ne pas utiliser let's encrypt",
78
+ "ra_Docker is not available": "Docker n'est pas disponible",
79
+ "ra_Docker is not installed or not running": "Docker n'est pas installé ou n'est pas en cours d'exécution",
73
80
  "ra_Double click to reset table layout": "Double-cliquez pour réinitialiser la disposition du tableau",
74
81
  "ra_Drag 'n' drop some files here, or click to select files": "Glissez-déposez des fichiers ici, ou cliquez pour sélectionner des fichiers",
75
82
  "ra_Drop file here": "Déposer le fichier ici",
@@ -139,6 +146,7 @@
139
146
  "ra_Name": "Nom",
140
147
  "ra_No data found in file": "Aucune donnée trouvée dans le fichier",
141
148
  "ra_No one license found in license manager": "Aucune licence trouvée dans le gestionnaire de licences",
149
+ "ra_No response from admin": "Aucune réponse de l'administrateur",
142
150
  "ra_No response from the backend": "Aucune réponse du backend",
143
151
  "ra_Non-experts may create new objects only in \"0_userdata.0\" or \"alias.0\".": "Les non-experts ne peuvent créer de nouveaux objets que dans \"0_userdata.0\" ou \"alias.0\".",
144
152
  "ra_Not a number": "Pas un numéro",
package/i18n/it.json CHANGED
@@ -70,6 +70,8 @@
70
70
  "ra_Do not ask for next 2 hours in this session": "Non chiedere per le prossime 2 ore in questa sessione",
71
71
  "ra_Do not export values of states": "Non esportare i valori degli stati",
72
72
  "ra_Do not use let's encrypt": "Non utilizzare crittografiamo",
73
+ "ra_Docker is not available": "Docker non è disponibile",
74
+ "ra_Docker is not installed or not running": "Docker non è installato o non è in esecuzione",
73
75
  "ra_Double click to reset table layout": "Fare doppio clic per ripristinare il layout della tabella",
74
76
  "ra_Drag 'n' drop some files here, or click to select files": "Trascina e rilascia alcuni file qui o fai clic per selezionare i file",
75
77
  "ra_Drop file here": "Trascina il file qui",
@@ -139,6 +141,7 @@
139
141
  "ra_Name": "Nome",
140
142
  "ra_No data found in file": "Nessun dato trovato nel file",
141
143
  "ra_No one license found in license manager": "Nessuna licenza trovata nel gestore delle licenze",
144
+ "ra_No response from admin": "Nessuna risposta dall'amministratore",
142
145
  "ra_No response from the backend": "Nessuna risposta dal backend",
143
146
  "ra_Non-experts may create new objects only in \"0_userdata.0\" or \"alias.0\".": "I non esperti possono creare nuovi oggetti solo in \"0_userdata.0\" o \"alias.0\".",
144
147
  "ra_Not a number": "Non un numero",
package/i18n/nl.json CHANGED
@@ -70,6 +70,8 @@
70
70
  "ra_Do not ask for next 2 hours in this session": "Vraag niet om de volgende 2 uur in deze sessie",
71
71
  "ra_Do not export values of states": "Exporteer geen waarden van staten",
72
72
  "ra_Do not use let's encrypt": "Gebruik geen let's encrypt",
73
+ "ra_Docker is not available": "Docker is niet beschikbaar",
74
+ "ra_Docker is not installed or not running": "Docker is niet geïnstalleerd of draait niet",
73
75
  "ra_Double click to reset table layout": "Dubbelklik om de tafelindeling te resetten",
74
76
  "ra_Drag 'n' drop some files here, or click to select files": "Sleep enkele bestanden hierheen, of klik om bestanden te selecteren",
75
77
  "ra_Drop file here": "Zet het bestand hier neer",
@@ -139,6 +141,7 @@
139
141
  "ra_Name": "Naam",
140
142
  "ra_No data found in file": "Geen gegevens gevonden in bestand",
141
143
  "ra_No one license found in license manager": "Geen enkele licentie gevonden in licentiebeheer",
144
+ "ra_No response from admin": "Geen reactie van de beheerder",
142
145
  "ra_No response from the backend": "Geen reactie van de backend",
143
146
  "ra_Non-experts may create new objects only in \"0_userdata.0\" or \"alias.0\".": "Niet-experts mogen alleen nieuwe objecten maken in \"0_userdata.0\" of \"alias.0\".",
144
147
  "ra_Not a number": "Geen nummer",
package/i18n/pl.json CHANGED
@@ -70,6 +70,8 @@
70
70
  "ra_Do not ask for next 2 hours in this session": "Nie proś o kolejne 2 godziny w tej sesji",
71
71
  "ra_Do not export values of states": "Nie eksportuj wartości stanów",
72
72
  "ra_Do not use let's encrypt": "Nie używaj zaszyfrujmy",
73
+ "ra_Docker is not available": "Docker nie jest dostępny",
74
+ "ra_Docker is not installed or not running": "Docker nie jest zainstalowany lub nie działa",
73
75
  "ra_Double click to reset table layout": "Kliknij dwukrotnie, aby zresetować układ tabeli",
74
76
  "ra_Drag 'n' drop some files here, or click to select files": "Przeciągnij i upuść kilka plików tutaj lub kliknij, aby wybrać pliki",
75
77
  "ra_Drop file here": "Upuść plik tutaj",
@@ -139,6 +141,7 @@
139
141
  "ra_Name": "Nazwa",
140
142
  "ra_No data found in file": "Nie znaleziono danych w pliku",
141
143
  "ra_No one license found in license manager": "Nie znaleziono licencji w menedżerze licencji",
144
+ "ra_No response from admin": "Brak odpowiedzi od administratora",
142
145
  "ra_No response from the backend": "Brak odpowiedzi z zaplecza",
143
146
  "ra_Non-experts may create new objects only in \"0_userdata.0\" or \"alias.0\".": "Osoby nie będące ekspertami mogą tworzyć nowe obiekty tylko w „0_userdata.0” lub „alias.0”.",
144
147
  "ra_Not a number": "Nie numer",
@@ -389,15 +392,15 @@
389
392
  "sch_astroNight": "Noc Astro",
390
393
  "sch_astro_dawn": "Świt",
391
394
  "sch_astro_dusk": "Zmierzch",
392
- "sch_astro_goldenHour": "złota godzina",
395
+ "sch_astro_goldenHour": "Złota godzina",
393
396
  "sch_astro_goldenHourEnd": "Koniec złotej godziny",
394
- "sch_astro_nadir": "Nadir",
397
+ "sch_astro_nadir": "Północ",
395
398
  "sch_astro_nauticalDawn": "Morski świt",
396
399
  "sch_astro_nauticalDusk": "Morski zmierzch",
397
400
  "sch_astro_night": "Noc",
398
401
  "sch_astro_nightEnd": "Koniec nocy",
399
402
  "sch_astro_solarNoon": "Południe słoneczne",
400
- "sch_astro_sunrise": "wschód słońca",
403
+ "sch_astro_sunrise": "Wschód słońca",
401
404
  "sch_astro_sunriseEnd": "Koniec wschodu słońca",
402
405
  "sch_astro_sunset": "Zachód słońca",
403
406
  "sch_astro_sunsetStart": "Początek zachodu słońca",
package/i18n/pt.json CHANGED
@@ -70,6 +70,8 @@
70
70
  "ra_Do not ask for next 2 hours in this session": "Não peça as próximas 2 horas nesta sessão",
71
71
  "ra_Do not export values of states": "Não exporte valores de estados",
72
72
  "ra_Do not use let's encrypt": "Não use vamos criptografar",
73
+ "ra_Docker is not available": "O Docker não está disponível",
74
+ "ra_Docker is not installed or not running": "O Docker não está instalado ou não está em execução",
73
75
  "ra_Double click to reset table layout": "Clique duas vezes para redefinir o layout da tabela",
74
76
  "ra_Drag 'n' drop some files here, or click to select files": "Arraste e solte alguns arquivos aqui ou clique para selecionar arquivos",
75
77
  "ra_Drop file here": "Solte o arquivo aqui",
@@ -139,6 +141,7 @@
139
141
  "ra_Name": "Nome",
140
142
  "ra_No data found in file": "Nenhum dado encontrado no arquivo",
141
143
  "ra_No one license found in license manager": "Nenhuma licença encontrada no gerenciador de licenças",
144
+ "ra_No response from admin": "Nenhuma resposta do administrador",
142
145
  "ra_No response from the backend": "Nenhuma resposta do backend",
143
146
  "ra_Non-experts may create new objects only in \"0_userdata.0\" or \"alias.0\".": "Os não especialistas podem criar novos objetos apenas em \"0_userdata.0\" ou \"alias.0\".",
144
147
  "ra_Not a number": "Não é um número",
package/i18n/ru.json CHANGED
@@ -70,6 +70,8 @@
70
70
  "ra_Do not ask for next 2 hours in this session": "Не спрашивайте о следующих 2 часах в этом сеансе",
71
71
  "ra_Do not export values of states": "Не экспортировать значения состояний",
72
72
  "ra_Do not use let's encrypt": "Не использовать Let’s Encrypt",
73
+ "ra_Docker is not available": "Докер недоступен",
74
+ "ra_Docker is not installed or not running": "Docker не установлен или не запущен",
73
75
  "ra_Double click to reset table layout": "Дважды щелкните, чтобы сбросить макет таблицы",
74
76
  "ra_Drag 'n' drop some files here, or click to select files": "Перетащите сюда несколько файлов или щелкните, чтобы выбрать файлы",
75
77
  "ra_Drop file here": "Перетащите файл сюда",
@@ -139,6 +141,7 @@
139
141
  "ra_Name": "Имя",
140
142
  "ra_No data found in file": "Данные в файле не найдены",
141
143
  "ra_No one license found in license manager": "В менеджере лицензий не найдена ни одна лицензия",
144
+ "ra_No response from admin": "Нет ответа от администратора",
142
145
  "ra_No response from the backend": "Нет ответа от бэкэнда",
143
146
  "ra_Non-experts may create new objects only in \"0_userdata.0\" or \"alias.0\".": "Не-эксперты могут создавать новые объекты только в «0_userdata.0» или «alias.0».",
144
147
  "ra_Not a number": "Не число",
package/i18n/uk.json CHANGED
@@ -70,6 +70,8 @@
70
70
  "ra_Do not ask for next 2 hours in this session": "Не запитуйте про наступні 2 години цього сеансу",
71
71
  "ra_Do not export values of states": "Не експортуйте значення станів",
72
72
  "ra_Do not use let's encrypt": "Не використовуйте let's encrypt",
73
+ "ra_Docker is not available": "Докер недоступний",
74
+ "ra_Docker is not installed or not running": "Docker не встановлено або не працює",
73
75
  "ra_Double click to reset table layout": "Двічі клацніть, щоб скинути макет таблиці",
74
76
  "ra_Drag 'n' drop some files here, or click to select files": "Перетягніть деякі файли сюди або натисніть, щоб вибрати файли",
75
77
  "ra_Drop file here": "Перетягніть файл сюди",
@@ -139,6 +141,7 @@
139
141
  "ra_Name": "Ім'я",
140
142
  "ra_No data found in file": "Немає даних у файлі",
141
143
  "ra_No one license found in license manager": "У менеджері ліцензій не знайдено жодної ліцензії",
144
+ "ra_No response from admin": "Немає відповіді від адміністратора",
142
145
  "ra_No response from the backend": "Немає відповіді від сервера",
143
146
  "ra_Non-experts may create new objects only in \"0_userdata.0\" or \"alias.0\".": "Неексперти можуть створювати нові об’єкти лише в «0_userdata.0» або «alias.0».",
144
147
  "ra_Not a number": "Не номер",
package/i18n/zh-cn.json CHANGED
@@ -70,6 +70,8 @@
70
70
  "ra_Do not ask for next 2 hours in this session": "本次会话中不要询问接下来的 2 个小时",
71
71
  "ra_Do not export values of states": "不导出状态值",
72
72
  "ra_Do not use let's encrypt": "不要使用让我们加密",
73
+ "ra_Docker is not available": "Docker 不可用",
74
+ "ra_Docker is not installed or not running": "Docker 未安装或未运行",
73
75
  "ra_Double click to reset table layout": "双击重置表格布局",
74
76
  "ra_Drag 'n' drop some files here, or click to select files": "将一些文件拖放到此处,或单击以选择文件",
75
77
  "ra_Drop file here": "将档案放在这里",
@@ -139,6 +141,7 @@
139
141
  "ra_Name": "姓名",
140
142
  "ra_No data found in file": "文件中未找到数据",
141
143
  "ra_No one license found in license manager": "许可证管理器中未找到任何许可证",
144
+ "ra_No response from admin": "管理员没有回应",
142
145
  "ra_No response from the backend": "后端无响应",
143
146
  "ra_Non-experts may create new objects only in \"0_userdata.0\" or \"alias.0\".": "非专家只能在“ 0_userdata.0”或“ alias.0”中创建新对象。",
144
147
  "ra_Not a number": "不是数字",
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@iobroker/adapter-react-v5",
3
- "version": "7.7.2",
3
+ "version": "7.7.3",
4
4
  "description": "React components to develop ioBroker interfaces with react.",
5
5
  "author": {
6
6
  "name": "bluefox",
@@ -54,15 +54,15 @@
54
54
  "homepage": "https://github.com/ioBroker/iobroker.admin#readme",
55
55
  "dependencies": {
56
56
  "@emotion/react": "^11.14.0",
57
- "@emotion/styled": "^11.14.0",
57
+ "@emotion/styled": "^11.14.1",
58
58
  "@iobroker/js-controller-common": "^7.0.7",
59
59
  "@iobroker/js-controller-common-db": "^7.0.7",
60
- "@iobroker/socket-client": "4.1.3",
61
- "@iobroker/type-detector": "^4.5.0",
60
+ "@iobroker/socket-client": "5.0.2",
61
+ "@iobroker/type-detector": "^4.5.1",
62
62
  "@iobroker/types": "^7.0.7",
63
- "@mui/icons-material": "^6.4.12",
64
- "@mui/material": "^6.4.12",
65
- "@sentry/browser": "^9.27.0",
63
+ "@mui/icons-material": "^6.5.0",
64
+ "@mui/material": "^6.5.0",
65
+ "@sentry/browser": "^10.8.0",
66
66
  "cronstrue": "^2.61.0",
67
67
  "file-selector": "^2.1.2",
68
68
  "react-color": "^2.19.3",
@@ -80,5 +80,5 @@
80
80
  "ts-node": "^10.9.2",
81
81
  "typescript": "~5.8.3"
82
82
  },
83
- "gitHead": "e368368610e1753214274debcdb436b4812e6206"
83
+ "gitHead": "c57be4e2c14d811bf02f648bd95596c5fae16c04"
84
84
  }