-
Notifications
You must be signed in to change notification settings - Fork 120
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Make sure day of weeks is an array (Sentry IOBROKER-JAVASCRIPT-7Y) Report to sentry is disabled in GUI if sentry is deactivated Fixed many GitHub issues
- Loading branch information
1 parent
68b0fa3
commit 83a3de2
Showing
48 changed files
with
1,081 additions
and
906 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,24 +1,24 @@ | ||
{ | ||
"files": { | ||
"main.css": "/static/css/main.1a464464.chunk.css", | ||
"main.js": "/static/js/main.b673e3ef.chunk.js", | ||
"main.js.map": "/static/js/main.b673e3ef.chunk.js.map", | ||
"main.js": "/static/js/main.5a90a260.chunk.js", | ||
"main.js.map": "/static/js/main.5a90a260.chunk.js.map", | ||
"runtime-main.js": "/static/js/runtime-main.02a8da94.js", | ||
"runtime-main.js.map": "/static/js/runtime-main.02a8da94.js.map", | ||
"static/css/2.1c4297c9.chunk.css": "/static/css/2.1c4297c9.chunk.css", | ||
"static/js/2.0ffea560.chunk.js": "/static/js/2.0ffea560.chunk.js", | ||
"static/js/2.0ffea560.chunk.js.map": "/static/js/2.0ffea560.chunk.js.map", | ||
"static/css/2.a442f2b4.chunk.css": "/static/css/2.a442f2b4.chunk.css", | ||
"static/js/2.51fc61e6.chunk.js": "/static/js/2.51fc61e6.chunk.js", | ||
"static/js/2.51fc61e6.chunk.js.map": "/static/js/2.51fc61e6.chunk.js.map", | ||
"index.html": "/index.html", | ||
"static/css/2.1c4297c9.chunk.css.map": "/static/css/2.1c4297c9.chunk.css.map", | ||
"static/css/2.a442f2b4.chunk.css.map": "/static/css/2.a442f2b4.chunk.css.map", | ||
"static/css/main.1a464464.chunk.css.map": "/static/css/main.1a464464.chunk.css.map", | ||
"static/js/2.0ffea560.chunk.js.LICENSE.txt": "/static/js/2.0ffea560.chunk.js.LICENSE.txt", | ||
"static/js/2.51fc61e6.chunk.js.LICENSE.txt": "/static/js/2.51fc61e6.chunk.js.LICENSE.txt", | ||
"static/media/hysteresis.04ebd02c.png": "/static/media/hysteresis.04ebd02c.png" | ||
}, | ||
"entrypoints": [ | ||
"static/js/runtime-main.02a8da94.js", | ||
"static/css/2.1c4297c9.chunk.css", | ||
"static/js/2.0ffea560.chunk.js", | ||
"static/css/2.a442f2b4.chunk.css", | ||
"static/js/2.51fc61e6.chunk.js", | ||
"static/css/main.1a464464.chunk.css", | ||
"static/js/main.b673e3ef.chunk.js" | ||
"static/js/main.5a90a260.chunk.js" | ||
] | ||
} |
2 changes: 1 addition & 1 deletion
2
admin/static/css/2.1c4297c9.chunk.css → admin/static/css/2.a442f2b4.chunk.css
Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.
Oops, something went wrong.
2 changes: 1 addition & 1 deletion
2
admin/static/css/2.1c4297c9.chunk.css.map → admin/static/css/2.a442f2b4.chunk.css.map
Large diffs are not rendered by default.
Oops, something went wrong.
This file was deleted.
Oops, something went wrong.
Large diffs are not rendered by default.
Oops, something went wrong.
File renamed without changes.
2 changes: 1 addition & 1 deletion
2
admin/static/js/2.0ffea560.chunk.js.map → admin/static/js/2.51fc61e6.chunk.js.map
Large diffs are not rendered by default.
Oops, something went wrong.
Large diffs are not rendered by default.
Oops, something went wrong.
Large diffs are not rendered by default.
Oops, something went wrong.
This file was deleted.
Oops, something went wrong.
This file was deleted.
Oops, something went wrong.
Large diffs are not rendered by default.
Oops, something went wrong.
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
|
@@ -20,8 +20,20 @@ | |
"Apollon77 <[email protected]>", | ||
"AlCalzone" | ||
], | ||
"version": "5.2.8", | ||
"version": "5.2.9", | ||
"news": { | ||
"5.2.9": { | ||
"en": "Make sure day of weeks is an array (Sentry IOBROKER-JAVASCRIPT-7Y)\nReport to sentry is disabled in GUI if sentry is deactivated\nFixed many GitHub issues", | ||
"de": "Stellen Sie sicher, dass der Wochentag ein Array ist (Sentry IOBROKER-JAVASCRIPT-7Y)\nBericht an Wache ist in der GUI deaktiviert, wenn Wache deaktiviert ist\nViele GitHub-Probleme behoben", | ||
"ru": "Убедитесь, что день недели - это массив (Sentry IOBROKER-JAVASCRIPT-7Y)\nОтчет для часовой отключен в графическом интерфейсе, если часовая отключена\nИсправлено множество проблем с GitHub.", | ||
"pt": "Certifique-se de que o dia das semanas seja uma matriz (Sentry IOBROKER-JAVASCRIPT-7Y)\nO relatório para a sentinela é desativado na GUI se a sentinela estiver desativada\nMuitos problemas do GitHub corrigidos", | ||
"nl": "Zorg ervoor dat de dag van de weken een array is (Sentry IOBROKER-JAVASCRIPT-7Y)\nRapporteren aan schildwacht is uitgeschakeld in GUI als schildwacht is gedeactiveerd\nVeel GitHub-problemen opgelost", | ||
"fr": "Assurez-vous que le jour des semaines est un tableau (Sentry IOBROKER-JAVASCRIPT-7Y)\nLe rapport à sentinelle est désactivé dans l'interface graphique si sentinelle est désactivée\nCorrection de nombreux problèmes GitHub", | ||
"it": "Assicurati che il giorno della settimana sia un array (Sentry IOBROKER-JAVASCRIPT-7Y)\nSegnala a sentinella è disabilitato nella GUI se sentinella è disattivata\nRisolti molti problemi con GitHub", | ||
"es": "Asegúrese de que el día de las semanas sea una matriz (Sentry IOBROKER-JAVASCRIPT-7Y)\nInformar al centinela está deshabilitado en la GUI si el centinela está desactivado\nSe corrigieron muchos problemas de GitHub", | ||
"pl": "Upewnij się, że dzień tygodnia jest tablicą (Sentry IOBROKER-JAVASCRIPT-7Y)\nRaport do wartownika jest wyłączony w GUI, jeśli działko jest wyłączone\nNaprawiono wiele problemów z GitHub", | ||
"zh-cn": "确保星期几是一个数组 (Sentry IOBROKER-JAVASCRIPT-7Y)\n如果哨兵被停用,则在 GUI 中禁用向哨兵报告\n修复了许多 GitHub 问题" | ||
}, | ||
"5.2.8": { | ||
"en": "Fixed the debug of scripts", | ||
"de": "Fehler bei Skripten behoben", | ||
|
@@ -249,18 +261,6 @@ | |
"es": "Traducciones\nSe agregó el bloque \"establecer estado con retraso\".", | ||
"pl": "Tłumaczenia\nDodano blok „ustawianie stanu z opóźnieniem”", | ||
"zh-cn": "笔译\n添加了“带有延迟的设置状态”块" | ||
}, | ||
"5.0.7": { | ||
"en": "Added the pushsafer block", | ||
"de": "Der Pushsafer-Block wurde hinzugefügt", | ||
"ru": "Добавлен блок pushsafer", | ||
"pt": "Adicionado o bloco pushsafer", | ||
"nl": "Het pushsafer-blok toegevoegd", | ||
"fr": "Ajout du bloc pushsafer", | ||
"it": "Aggiunto il blocco pushsafer", | ||
"es": "Añadido el bloque pushsafer", | ||
"pl": "Dodano blok pushsafer", | ||
"zh-cn": "添加了pushsafer块" | ||
} | ||
}, | ||
"desc": { | ||
|
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Oops, something went wrong.