iobroker.staticsfilefolder 0.0.28 → 0.0.30

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/README.md CHANGED
@@ -64,6 +64,12 @@ Once configured and the instance is running (green status):
64
64
  Placeholder for the next version (at the beginning of the line):
65
65
  ### **WORK IN PROGRESS**
66
66
  -->
67
+ ### 0.0.30
68
+ * Resolved jsonConfig schema validation requirements and added admin i18n translation files.
69
+
70
+ ### 0.0.29
71
+ * Fixed tsconfig type checking configuration for adapter build.
72
+
67
73
  ### 0.0.28
68
74
  * Fully migrated materialized admin UI to modern admin 5 jsonConfig UI, and evaluated typescript 7 compatibility.
69
75
 
@@ -0,0 +1,5 @@
1
+ {
2
+ "Extend WEB adapter:": "WEB-Adapter erweitern:",
3
+ "Route path:": "Routenpfad:",
4
+ "Static Files Directory:": "Verzeichnis für statische Dateien:"
5
+ }
@@ -0,0 +1,5 @@
1
+ {
2
+ "Extend WEB adapter:": "Extend WEB adapter:",
3
+ "Route path:": "Route path:",
4
+ "Static Files Directory:": "Static Files Directory:"
5
+ }
@@ -0,0 +1,5 @@
1
+ {
2
+ "Extend WEB adapter:": "Ampliar el adaptador WEB:",
3
+ "Route path:": "Ruta de acceso:",
4
+ "Static Files Directory:": "Directorio de archivos estáticos:"
5
+ }
@@ -0,0 +1,5 @@
1
+ {
2
+ "Extend WEB adapter:": "Étendre l'adaptateur WEB :",
3
+ "Route path:": "Chemin d'accès:",
4
+ "Static Files Directory:": "Répertoire des fichiers statiques :"
5
+ }
@@ -0,0 +1,5 @@
1
+ {
2
+ "Extend WEB adapter:": "Estendi l'adattatore WEB:",
3
+ "Route path:": "Percorso della rotta:",
4
+ "Static Files Directory:": "Directory dei file statici:"
5
+ }
@@ -0,0 +1,5 @@
1
+ {
2
+ "Extend WEB adapter:": "Breid WEB-adapter uit:",
3
+ "Route path:": "Routetracé:",
4
+ "Static Files Directory:": "Bestandsmap voor statische bestanden:"
5
+ }
@@ -0,0 +1,5 @@
1
+ {
2
+ "Extend WEB adapter:": "Rozszerz adapter WEB:",
3
+ "Route path:": "Ścieżka trasy:",
4
+ "Static Files Directory:": "Katalog plików statycznych:"
5
+ }
@@ -0,0 +1,5 @@
1
+ {
2
+ "Extend WEB adapter:": "Estender o adaptador WEB:",
3
+ "Route path:": "Caminho da rota:",
4
+ "Static Files Directory:": "Diretório de arquivos estáticos:"
5
+ }
@@ -0,0 +1,5 @@
1
+ {
2
+ "Extend WEB adapter:": "Расширить веб-адаптер:",
3
+ "Route path:": "Путь маршрута:",
4
+ "Static Files Directory:": "Каталог статических файлов:"
5
+ }
@@ -0,0 +1,5 @@
1
+ {
2
+ "Extend WEB adapter:": "Розширити веб-адаптер:",
3
+ "Route path:": "Шлях маршруту:",
4
+ "Static Files Directory:": "Каталог статичних файлів:"
5
+ }
@@ -0,0 +1,5 @@
1
+ {
2
+ "Extend WEB adapter:": "扩展WEB适配器:",
3
+ "Route path:": "路由路径:",
4
+ "Static Files Directory:": "静态文件目录:"
5
+ }
@@ -5,61 +5,30 @@
5
5
  "webInstance": {
6
6
  "type": "instance",
7
7
  "adapter": "web",
8
- "allowAll": true,
9
- "label": {
10
- "en": "Extend WEB adapter:",
11
- "de": "WEB-Adapter erweitern:",
12
- "ru": "Расширить веб-адаптер:",
13
- "pt": "Estender o adaptador WEB:",
14
- "nl": "Breid WEB-adapter uit:",
15
- "fr": "Étendre l'adaptateur WEB :",
16
- "it": "Estendi l'adattatore WEB:",
17
- "es": "Ampliar el adaptador WEB:",
18
- "pl": "Rozszerz adapter WEB:",
19
- "uk": "Розширити веб-адаптер:",
20
- "zh-cn": "扩展WEB适配器:",
21
- "az": "WEB adapteri genişləndir:"
22
- },
8
+ "label": "Extend WEB adapter:",
9
+ "xs": 12,
23
10
  "sm": 12,
24
- "md": 6
11
+ "md": 6,
12
+ "lg": 6,
13
+ "xl": 6
25
14
  },
26
15
  "route": {
27
16
  "type": "text",
28
- "label": {
29
- "en": "Route path:",
30
- "de": "Routenpfad:",
31
- "ru": "Путь маршрута:",
32
- "pt": "Caminho da rota:",
33
- "nl": "Routetracé:",
34
- "fr": "Chemin d'accès:",
35
- "it": "Percorso della rotta:",
36
- "es": "Ruta de acceso:",
37
- "pl": "Ścieżka trasy:",
38
- "uk": "Шлях маршруту:",
39
- "zh-cn": "路由路径:",
40
- "az": "Marşrut yolu:"
41
- },
17
+ "label": "Route path:",
18
+ "xs": 12,
42
19
  "sm": 12,
43
- "md": 6
20
+ "md": 6,
21
+ "lg": 6,
22
+ "xl": 6
44
23
  },
45
24
  "dirname": {
46
25
  "type": "text",
47
- "label": {
48
- "en": "Static Files Directory:",
49
- "de": "Verzeichnis für statische Dateien:",
50
- "ru": "Каталог статических файлов:",
51
- "pt": "Diretório de arquivos estáticos:",
52
- "nl": "Bestandsmap voor statische bestanden:",
53
- "fr": "Répertoire des fichiers statiques :",
54
- "it": "Directory dei file statici:",
55
- "es": "Directorio de archivos estáticos:",
56
- "pl": "Katalog plików statycznych:",
57
- "uk": "Каталог статичних файлів:",
58
- "zh-cn": "静态文件目录:",
59
- "az": "Statik Fayllar Qovluğu:"
60
- },
26
+ "label": "Static Files Directory:",
27
+ "xs": 12,
61
28
  "sm": 12,
62
- "md": 12
29
+ "md": 12,
30
+ "lg": 12,
31
+ "xl": 12
63
32
  }
64
33
  }
65
34
  }
package/io-package.json CHANGED
@@ -1,8 +1,34 @@
1
1
  {
2
2
  "common": {
3
3
  "name": "staticsfilefolder",
4
- "version": "0.0.28",
4
+ "version": "0.0.30",
5
5
  "news": {
6
+ "0.0.30": {
7
+ "en": "Resolved jsonConfig schema validation requirements and added admin i18n translation files.",
8
+ "de": "jsonConfig-Schema-Validierungsanforderungen behoben und Admin-i18n-Übersetzungsdateien hinzugefügt.",
9
+ "ru": "Устранены требования валидации схемы jsonConfig и добавлены файлы перевода admin i18n.",
10
+ "pt": "Resolvidos os requisitos de validação do esquema jsonConfig e adicionados arquivos de tradução i18n do admin.",
11
+ "nl": "jsonConfig schema-validatievereisten opgelost en admin i18n vertaalbestanden toegevoegd.",
12
+ "fr": "Exigences de validation du schéma jsonConfig résolues et fichiers de traduction i18n admin ajoutés.",
13
+ "it": "Risolti i requisiti di validazione dello schema jsonConfig e aggiunti i file di traduzione i18n admin.",
14
+ "es": "Se resolvieron los requisitos de validación del esquema jsonConfig y se agregaron archivos de traducción i18n de administración.",
15
+ "pl": "Rozwiązano wymagania walidacji schematu jsonConfig i dodano pliki tłumaczeń admin i18n.",
16
+ "uk": "Усунено вимоги валідації схеми jsonConfig та додано файли перекладу admin i18n.",
17
+ "zh-cn": "解决了 jsonConfig 模式验证要求并添加了 admin i18n 翻译文件。"
18
+ },
19
+ "0.0.29": {
20
+ "en": "Fixed tsconfig type checking configuration for adapter build.",
21
+ "de": "Typprüfungs-Konfiguration in tsconfig für den Adapter-Build behoben.",
22
+ "ru": "Исправлена конфигурация проверки типов tsconfig для сборки адаптера.",
23
+ "pt": "Corrigida a configuração de verificação de tipos do tsconfig para o build do adaptador.",
24
+ "nl": "Typechecking-configuratie in tsconfig opgelost voor de adapter-build.",
25
+ "fr": "Correction de la configuration de vérification des types tsconfig pour le build de l'adaptateur.",
26
+ "it": "Corretta la configurazione del controllo dei tipi tsconfig per il build dell'adattatore.",
27
+ "es": "Se corrigió la configuración de comprobación de tipos tsconfig para la compilación del adaptador.",
28
+ "pl": "Naprawiono konfigurację sprawdzania typów tsconfig dla kompilacji adaptera.",
29
+ "uk": "Виправлено конфігурацію перевірки типів tsconfig для збірки адаптера.",
30
+ "zh-cn": "修复了适配器构建的 tsconfig 类型检查配置。"
31
+ },
6
32
  "0.0.28": {
7
33
  "en": "Fully migrated materialized admin UI to modern admin 5 jsonConfig UI, and evaluated typescript 7 compatibility.",
8
34
  "de": "Die materialized Admin-Benutzeroberfläche wurde vollständig auf die moderne Admin 5 jsonConfig-Benutzeroberfläche migriert, und die TypeScript 7-Kompatibilität wurde evaluiert.",
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "iobroker.staticsfilefolder",
3
- "version": "0.0.28",
3
+ "version": "0.0.30",
4
4
  "description": "Static Files Folder",
5
5
  "author": {
6
6
  "name": "gokturk413",