iobroker.zeptrion 1.0.7 → 1.0.9
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 +8 -25
- package/admin/i18n/{de/translations.json → de.json} +2 -2
- package/admin/i18n/{en/translations.json → en.json} +2 -2
- package/admin/i18n/{es/translations.json → es.json} +2 -2
- package/admin/i18n/{fr/translations.json → fr.json} +2 -2
- package/admin/i18n/{it/translations.json → it.json} +2 -2
- package/admin/i18n/{nl/translations.json → nl.json} +2 -2
- package/admin/i18n/{pl/translations.json → pl.json} +2 -2
- package/admin/i18n/{pt/translations.json → pt.json} +2 -2
- package/admin/i18n/{ru/translations.json → ru.json} +2 -2
- package/admin/i18n/{uk/translations.json → uk.json} +2 -2
- package/admin/i18n/{zh-cn/translations.json → zh-cn.json} +2 -2
- package/io-package.json +47 -29
- package/main.js +288 -114
- package/package.json +5 -3
package/README.md
CHANGED
|
@@ -9,7 +9,7 @@
|
|
|
9
9
|
[](https://www.paypal.com/ncp/payment/TT6MTBLXX9L9U)
|
|
10
10
|
[](https://buymeacoffee.com/stefanbuehler)
|
|
11
11
|
|
|
12
|
-
Adapter for Feller **zeptrion / zApp** WLAN actuators (WLAN Nebenstelle 4K = zApp gateway,
|
|
12
|
+
Adapter for [Feller](https://www.feller.ch/) **[zeptrion / zApp](https://www.feller.ch/de/connected-buildings/zeptrion)** WLAN actuators (WLAN Nebenstelle 4K = zApp gateway,
|
|
13
13
|
WLAN Zwischenmodul 2K = zApp booster) for light and shutter/blind control, based on the
|
|
14
14
|
zrap web service API (Feller document 10.ZEPAPI-E.1612 / version 1.0, firmware from 01.08.18).
|
|
15
15
|
|
|
@@ -59,22 +59,6 @@ Not implemented (see "Known limitations"): write access to `zrap/net`
|
|
|
59
59
|
|
|
60
60
|
## Installation
|
|
61
61
|
|
|
62
|
-
### a) Local/manual (before store publication)
|
|
63
|
-
|
|
64
|
-
```bash
|
|
65
|
-
cd /opt/iobroker/node_modules
|
|
66
|
-
mkdir iobroker.zeptrion
|
|
67
|
-
## copy the files of this package here
|
|
68
|
-
cd iobroker.zeptrion
|
|
69
|
-
npm install --production
|
|
70
|
-
|
|
71
|
-
cd /opt/iobroker
|
|
72
|
-
iobroker upload zeptrion
|
|
73
|
-
iobroker add zeptrion
|
|
74
|
-
```
|
|
75
|
-
|
|
76
|
-
### b) Via the ioBroker Adapter Store (once published)
|
|
77
|
-
|
|
78
62
|
Admin UI -> Adapters -> search for "zeptrion" -> Install.
|
|
79
63
|
|
|
80
64
|
## Configuration
|
|
@@ -192,6 +176,12 @@ npm run test:integration # starts a real js-controller (takes longer)
|
|
|
192
176
|
|
|
193
177
|
## Changelog
|
|
194
178
|
|
|
179
|
+
### 1.0.9 (2026-08-08)
|
|
180
|
+
- Fix: the common.name i18n conversion from 1.0.8 only applied to newly created objects (setObjectNotExistsAsync/ensureState never update existing ones) - any installation upgrading from <=1.0.7 kept the old plain-German name strings forever. migrateObjectRoles() now also force-corrects these on every startup via a value-based lookup table generated from the same translations already used in the object-creation code, plus dedicated regex rules for the two dynamic cases (scene button names, tilt pulse duration). Also fixes two translation gaps that were missed in 1.0.8 (network info fields and the shutter position estimate/move descriptions) which the extraction script used to build the migration table happened to catch. Verified against a live object dump (409 objects, 4 devices): corrects exactly the 385 affected objects, 0 false positives on user-configured device/room names.
|
|
181
|
+
|
|
182
|
+
### 1.0.8 (2026-08-08)
|
|
183
|
+
- Fix all findings from the manual maintainer review (PR #6327): removed the manual npm installation section from README.md/README_de.md (E6012, prohibited regardless of stated intent); added a verified link to the Feller product page; translated all 40+ German log messages to English (UI-facing result text for CSV import/discovery, shown in the admin config dialog, is intentionally kept German and decoupled from the log call); converted all 50 German common.name strings (incl. the CH_BUTTONS constant and dynamic channel/scene names) to full 11-language i18n objects; completed io-package.json instanceObjects translations for 'info' and 'control' (info.connection already had all 11 languages).
|
|
184
|
+
|
|
195
185
|
### 1.0.7 (2026-07-22)
|
|
196
186
|
- Enable global i18n support (jsonConfig i18n: true) with translation files under admin/i18n/ for all 11 supported languages, resolving the checker's i18n warnings the correct way (validatorErrorText stays a plain string per schema; ioBroker resolves the translation via the files, falling back to the English text if no entry is found). Added @iobroker/adapter-dev and @alcalzone/release-script as devDependencies with translate/release npm scripts. (Migrating to @iobroker/eslint-config was evaluated but reverted: its eslint-plugin-import dependency does not yet support eslint 10.x, which broke npm install.)
|
|
197
187
|
|
|
@@ -208,14 +198,7 @@ npm run test:integration # starts a real js-controller (takes longer)
|
|
|
208
198
|
### 1.0.3 (2026-07-17)
|
|
209
199
|
- Documentation only: fixed the PayPal donate link, which previously used the wrong URL format and did not work.
|
|
210
200
|
|
|
211
|
-
### 1.0.2
|
|
212
|
-
- FIX: the global (adapter-level) info.connection translations added in 1.0.1 are only synced automatically by js-controller on certain update paths (e.g. 'iobroker upgrade'), not reliably when installing via 'iobroker url' - added this to the startup migration too, so it no longer depends on that.
|
|
213
|
-
|
|
214
|
-
### 1.0.1 (2026-07-17)
|
|
215
|
-
- FIX: calibrate declared role 'level' but read=false - role 'level' requires read=true per the ioBroker role catalogue. Changed to read=true and extended the startup migration to also correct existing objects still holding the old read=false.
|
|
216
|
-
- Added the missing translations for the global info.connection object (was only en/de).
|
|
217
|
-
|
|
218
|
-
### 1.0.0 and older
|
|
201
|
+
### 1.0.2 and older
|
|
219
202
|
|
|
220
203
|
Older changelog entries can be found in [CHANGELOG_OLD.md](CHANGELOG_OLD.md).
|
|
221
204
|
|
|
@@ -1,5 +1,5 @@
|
|
|
1
1
|
{
|
|
2
|
-
"
|
|
2
|
+
"Comma-separated numbers only, max 4 values (e.g. '22,28')": "Nur kommagetrennte Zahlen, max. 4 Werte (z. B. '22,28')",
|
|
3
3
|
"Invalid host (no protocol, no spaces)": "Ungültiger Host (kein Protokoll, keine Leerzeichen)",
|
|
4
|
-
"
|
|
4
|
+
"Only a-z, 0-9, _ and - (or leave empty)": "Nur a-z, 0-9, _ und - (oder leer lassen)"
|
|
5
5
|
}
|
|
@@ -1,5 +1,5 @@
|
|
|
1
1
|
{
|
|
2
|
-
"
|
|
2
|
+
"Comma-separated numbers only, max 4 values (e.g. '22,28')": "Comma-separated numbers only, max 4 values (e.g. '22,28')",
|
|
3
3
|
"Invalid host (no protocol, no spaces)": "Invalid host (no protocol, no spaces)",
|
|
4
|
-
"
|
|
4
|
+
"Only a-z, 0-9, _ and - (or leave empty)": "Only a-z, 0-9, _ and - (or leave empty)"
|
|
5
5
|
}
|
|
@@ -1,5 +1,5 @@
|
|
|
1
1
|
{
|
|
2
|
-
"
|
|
2
|
+
"Comma-separated numbers only, max 4 values (e.g. '22,28')": "Solo números separados por comas, máx. 4 valores (p. ej., '22,28')",
|
|
3
3
|
"Invalid host (no protocol, no spaces)": "Host no válido (sin protocolo, sin espacios)",
|
|
4
|
-
"
|
|
4
|
+
"Only a-z, 0-9, _ and - (or leave empty)": "Solo a-z, 0-9, _ y - (o dejar vacío)"
|
|
5
5
|
}
|
|
@@ -1,5 +1,5 @@
|
|
|
1
1
|
{
|
|
2
|
-
"
|
|
2
|
+
"Comma-separated numbers only, max 4 values (e.g. '22,28')": "Uniquement des nombres séparés par des virgules, 4 valeurs max. (p. ex. '22,28')",
|
|
3
3
|
"Invalid host (no protocol, no spaces)": "Hôte invalide (pas de protocole, pas d'espaces)",
|
|
4
|
-
"
|
|
4
|
+
"Only a-z, 0-9, _ and - (or leave empty)": "Uniquement a-z, 0-9, _ et - (ou laisser vide)"
|
|
5
5
|
}
|
|
@@ -1,5 +1,5 @@
|
|
|
1
1
|
{
|
|
2
|
-
"
|
|
2
|
+
"Comma-separated numbers only, max 4 values (e.g. '22,28')": "Solo numeri separati da virgole, max 4 valori (ad es. '22,28')",
|
|
3
3
|
"Invalid host (no protocol, no spaces)": "Host non valido (nessun protocollo, nessuno spazio)",
|
|
4
|
-
"
|
|
4
|
+
"Only a-z, 0-9, _ and - (or leave empty)": "Solo a-z, 0-9, _ e - (o lasciare vuoto)"
|
|
5
5
|
}
|
|
@@ -1,5 +1,5 @@
|
|
|
1
1
|
{
|
|
2
|
-
"
|
|
2
|
+
"Comma-separated numbers only, max 4 values (e.g. '22,28')": "Alleen door komma's gescheiden getallen, max. 4 waarden (bijv. '22,28')",
|
|
3
3
|
"Invalid host (no protocol, no spaces)": "Ongeldige host (geen protocol, geen spaties)",
|
|
4
|
-
"
|
|
4
|
+
"Only a-z, 0-9, _ and - (or leave empty)": "Alleen a-z, 0-9, _ en - (of leeg laten)"
|
|
5
5
|
}
|
|
@@ -1,5 +1,5 @@
|
|
|
1
1
|
{
|
|
2
|
-
"
|
|
2
|
+
"Comma-separated numbers only, max 4 values (e.g. '22,28')": "Tylko liczby oddzielone przecinkami, maks. 4 wartości (np. '22,28')",
|
|
3
3
|
"Invalid host (no protocol, no spaces)": "Nieprawidłowy host (bez protokołu, bez spacji)",
|
|
4
|
-
"
|
|
4
|
+
"Only a-z, 0-9, _ and - (or leave empty)": "Tylko a-z, 0-9, _ i - (lub pozostaw puste)"
|
|
5
5
|
}
|
|
@@ -1,5 +1,5 @@
|
|
|
1
1
|
{
|
|
2
|
-
"
|
|
2
|
+
"Comma-separated numbers only, max 4 values (e.g. '22,28')": "Apenas números separados por vírgulas, máx. 4 valores (por exemplo, '22,28')",
|
|
3
3
|
"Invalid host (no protocol, no spaces)": "Host inválido (sem protocolo, sem espaços)",
|
|
4
|
-
"
|
|
4
|
+
"Only a-z, 0-9, _ and - (or leave empty)": "Apenas a-z, 0-9, _ e - (ou deixe vazio)"
|
|
5
5
|
}
|
|
@@ -1,5 +1,5 @@
|
|
|
1
1
|
{
|
|
2
|
-
"
|
|
2
|
+
"Comma-separated numbers only, max 4 values (e.g. '22,28')": "Только числа через запятую, максимум 4 значения (например, '22,28')",
|
|
3
3
|
"Invalid host (no protocol, no spaces)": "Недопустимый хост (без протокола, без пробелов)",
|
|
4
|
-
"
|
|
4
|
+
"Only a-z, 0-9, _ and - (or leave empty)": "Только a-z, 0-9, _ и - (или оставьте пустым)"
|
|
5
5
|
}
|
|
@@ -1,5 +1,5 @@
|
|
|
1
1
|
{
|
|
2
|
-
"
|
|
2
|
+
"Comma-separated numbers only, max 4 values (e.g. '22,28')": "Лише числа через кому, максимум 4 значення (наприклад, '22,28')",
|
|
3
3
|
"Invalid host (no protocol, no spaces)": "Недійсний хост (без протоколу, без пробілів)",
|
|
4
|
-
"
|
|
4
|
+
"Only a-z, 0-9, _ and - (or leave empty)": "Лише a-z, 0-9, _ і - (або залиште порожнім)"
|
|
5
5
|
}
|
|
@@ -1,5 +1,5 @@
|
|
|
1
1
|
{
|
|
2
|
-
"
|
|
2
|
+
"Comma-separated numbers only, max 4 values (e.g. '22,28')": "仅限逗号分隔的数字,最多 4 个值(例如 '22,28')",
|
|
3
3
|
"Invalid host (no protocol, no spaces)": "主机无效(不含协议,不含空格)",
|
|
4
|
-
"
|
|
4
|
+
"Only a-z, 0-9, _ and - (or leave empty)": "仅限 a-z、0-9、_ 和 -(或留空)"
|
|
5
5
|
}
|
package/io-package.json
CHANGED
|
@@ -1,8 +1,34 @@
|
|
|
1
1
|
{
|
|
2
2
|
"common": {
|
|
3
3
|
"name": "zeptrion",
|
|
4
|
-
"version": "1.0.
|
|
4
|
+
"version": "1.0.9",
|
|
5
5
|
"news": {
|
|
6
|
+
"1.0.9": {
|
|
7
|
+
"en": "Fix: the common.name i18n conversion from 1.0.8 only applied to newly created objects (setObjectNotExistsAsync/ensureState never update existing ones) - any installation upgrading from <=1.0.7 kept the old plain-German name strings forever. migrateObjectRoles() now also force-corrects these on every startup via a value-based lookup table generated from the same translations already used in the object-creation code, plus dedicated regex rules for the two dynamic cases (scene button names, tilt pulse duration). Also fixes two translation gaps that were missed in 1.0.8 (network info fields and the shutter position estimate/move descriptions) which the extraction script used to build the migration table happened to catch. Verified against a live object dump (409 objects, 4 devices): corrects exactly the 385 affected objects, 0 false positives on user-configured device/room names.",
|
|
8
|
+
"de": "Fix: Die common.name-i18n-Umstellung aus 1.0.8 griff nur bei neu erstellten Objekten (setObjectNotExistsAsync/ensureState aktualisieren bestehende Objekte nie) - jedes Update von <=1.0.7 behielt die alten deutschen Plain-String-Namen für immer. migrateObjectRoles() korrigiert diese jetzt bei jedem Start ebenfalls, über eine wertbasierte Nachschlagetabelle, generiert aus denselben Übersetzungen, die bereits im Objekterstellungs-Code stehen, plus dedizierte Regex-Regeln für die zwei dynamischen Fälle (Szenen-Button-Namen, Lamellen-Impulsdauer). Behebt zudem zwei Übersetzungslücken, die in 1.0.8 übersehen wurden (Netzwerk-Info-Felder und die Storen-Positions-Schätzung/-Anfahrt-Beschreibungen), die das Extraktionsskript zum Aufbau der Migrationstabelle zufällig aufgedeckt hat. Verifiziert gegen einen echten Objekt-Dump (409 Objekte, 4 Geräte): korrigiert exakt die 385 betroffenen Objekte, 0 Fehltreffer bei nutzerkonfigurierten Geräte-/Raumnamen.",
|
|
9
|
+
"ru": "Исправление: миграция теперь также исправляет старые немецкие имена объектов на уже существующих установках, а не только на новых объектах. Проверено на реальном дампе объектов (409 объектов): исправлено ровно 385 затронутых объектов.",
|
|
10
|
+
"pt": "Correção: a migração agora também corrige os nomes de objetos em alemão em instalações já existentes, não apenas em novos objetos. Verificado num dump real (409 objetos): corrigidos exatamente os 385 objetos afetados.",
|
|
11
|
+
"nl": "Fix: de migratie corrigeert nu ook oude Duitse objectnamen op reeds bestaande installaties, niet alleen op nieuwe objecten. Geverifieerd tegen een echte objectdump (409 objecten): precies de 385 betrokken objecten gecorrigeerd.",
|
|
12
|
+
"fr": "Correction : la migration corrige désormais aussi les anciens noms d'objets allemands sur les installations déjà existantes, pas seulement sur les nouveaux objets. Vérifié sur un vidage d'objets réel (409 objets) : correction exacte des 385 objets concernés.",
|
|
13
|
+
"it": "Correzione: la migrazione ora corregge anche i vecchi nomi di oggetti in tedesco sulle installazioni già esistenti, non solo sui nuovi oggetti. Verificato su un dump di oggetti reale (409 oggetti): corretti esattamente i 385 oggetti interessati.",
|
|
14
|
+
"es": "Corrección: la migración ahora también corrige los antiguos nombres de objetos en alemán en instalaciones ya existentes, no solo en objetos nuevos. Verificado contra un volcado de objetos real (409 objetos): se corrigieron exactamente los 385 objetos afectados.",
|
|
15
|
+
"pl": "Poprawka: migracja naprawia teraz również stare niemieckie nazwy obiektów w już istniejących instalacjach, nie tylko w nowych obiektach. Zweryfikowano na rzeczywistym zrzucie obiektów (409 obiektów): naprawiono dokładnie 385 dotkniętych obiektów.",
|
|
16
|
+
"uk": "Виправлення: міграція тепер також виправляє старі німецькі назви об'єктів на вже існуючих інсталяціях, а не лише на нових об'єктах. Перевірено на реальному дампі об'єктів (409 об'єктів): виправлено рівно 385 уражених об'єктів.",
|
|
17
|
+
"zh-cn": "修复:迁移现在也会修正已有安装中的旧德语对象名称,而不仅仅是新对象。已针对真实对象转储(409 个对象)验证:正好修正了 385 个受影响的对象。"
|
|
18
|
+
},
|
|
19
|
+
"1.0.8": {
|
|
20
|
+
"en": "Fix all findings from the manual maintainer review (PR #6327): removed the manual npm installation section from README.md/README_de.md (E6012, prohibited regardless of stated intent); added a verified link to the Feller product page; translated all 40+ German log messages to English (UI-facing result text for CSV import/discovery, shown in the admin config dialog, is intentionally kept German and decoupled from the log call); converted all 50 German common.name strings (incl. the CH_BUTTONS constant and dynamic channel/scene names) to full 11-language i18n objects; completed io-package.json instanceObjects translations for 'info' and 'control' (info.connection already had all 11 languages).",
|
|
21
|
+
"de": "Behebt alle Befunde aus dem manuellen Maintainer-Review (PR #6327): manuelle npm-Installationsanleitung aus README.md/README_de.md entfernt (E6012, unabhängig von der Absicht untersagt); verifizierten Link zur Feller-Produktseite ergänzt; alle 40+ deutschen Log-Meldungen ins Englische übersetzt (UI-Feedback-Text für CSV-Import/Discovery im Admin-Dialog bewusst Deutsch belassen und vom Log-Aufruf entkoppelt); alle 50 deutschen common.name-Strings (inkl. CH_BUTTONS-Konstante und dynamischer Kanal-/Szenen-Namen) auf vollständige 11-Sprachen-i18n-Objekte umgestellt; io-package.json instanceObjects-Übersetzungen für 'info' und 'control' vervollständigt (info.connection hatte bereits alle 11 Sprachen).",
|
|
22
|
+
"ru": "Исправлены все замечания из ручного обзора мейнтейнера (PR #6327): удалена инструкция по ручной установке через npm; добавлена ссылка на страницу продукта Feller; все логи переведены на английский; все имена объектов переведены на 11 языков.",
|
|
23
|
+
"pt": "Corrigidos todos os pontos do review manual do mantenedor (PR #6327): removida a instalação manual via npm; adicionado link para a página do produto Feller; todos os logs traduzidos para inglês; todos os nomes de objetos convertidos para 11 idiomas.",
|
|
24
|
+
"nl": "Alle bevindingen uit de handmatige maintainer-review verholpen (PR #6327): handmatige npm-installatie-instructie verwijderd; link naar de Feller-productpagina toegevoegd; alle logberichten vertaald naar het Engels; alle objectnamen omgezet naar 11 talen.",
|
|
25
|
+
"fr": "Correction de tous les points du contrôle manuel du mainteneur (PR #6327) : suppression de l'installation manuelle via npm ; ajout d'un lien vers la page produit Feller ; tous les journaux traduits en anglais ; tous les noms d'objets convertis en 11 langues.",
|
|
26
|
+
"it": "Corretti tutti i rilievi della revisione manuale del maintainer (PR #6327): rimossa l'installazione manuale via npm; aggiunto link alla pagina prodotto Feller; tutti i log tradotti in inglese; tutti i nomi degli oggetti convertiti in 11 lingue.",
|
|
27
|
+
"es": "Se corrigieron todos los hallazgos de la revisión manual del mantenedor (PR #6327): se eliminó la instalación manual vía npm; se añadió un enlace a la página del producto Feller; todos los logs traducidos al inglés; todos los nombres de objetos convertidos a 11 idiomas.",
|
|
28
|
+
"pl": "Naprawiono wszystkie uwagi z ręcznego przeglądu opiekuna (PR #6327): usunięto ręczną instalację przez npm; dodano link do strony produktu Feller; wszystkie logi przetłumaczono na angielski; wszystkie nazwy obiektów przekonwertowano na 11 języków.",
|
|
29
|
+
"uk": "Виправлено всі зауваження з ручного огляду мейнтейнера (PR #6327): видалено ручну інсталяцію через npm; додано посилання на сторінку продукту Feller; усі логи перекладено англійською; усі назви об'єктів перекладено на 11 мов.",
|
|
30
|
+
"zh-cn": "修复了维护者人工审查(PR #6327)中的所有问题:移除了手动 npm 安装说明;添加了 Feller 产品页面链接;所有日志信息已翻译为英文;所有对象名称已转换为 11 种语言的 i18n 对象。"
|
|
31
|
+
},
|
|
6
32
|
"1.0.7": {
|
|
7
33
|
"en": "Enable global i18n support (jsonConfig i18n: true) with translation files under admin/i18n/ for all 11 supported languages, resolving the checker's i18n warnings the correct way (validatorErrorText stays a plain string per schema; ioBroker resolves the translation via the files, falling back to the English text if no entry is found). Added @iobroker/adapter-dev and @alcalzone/release-script as devDependencies with translate/release npm scripts. (Migrating to @iobroker/eslint-config was evaluated but reverted: its eslint-plugin-import dependency does not yet support eslint 10.x, which broke npm install.)",
|
|
8
34
|
"de": "Globale i18n-Unterstützung aktiviert (jsonConfig i18n: true) mit Übersetzungsdateien unter admin/i18n/ für alle 11 unterstützten Sprachen - löst die i18n-Warnungen des Checkers auf die vorgesehene Weise (validatorErrorText bleibt gemäss Schema ein einfacher String; ioBroker löst die Übersetzung über die Dateien auf und fällt bei fehlendem Eintrag auf den englischen Text zurück). @iobroker/adapter-dev und @alcalzone/release-script als devDependencies mit translate/release-Skripten ergänzt. (Die Migration auf @iobroker/eslint-config wurde geprüft, aber zurückgenommen: dessen Abhängigkeit eslint-plugin-import unterstützt eslint 10.x noch nicht und hätte npm install gebrochen.)",
|
|
@@ -67,32 +93,6 @@
|
|
|
67
93
|
"pl": "Tylko dokumentacja: naprawiono link do darowizn PayPal w README (en/de), który wcześniej miał zły format URL i nie działał. Brak zmian funkcjonalnych.",
|
|
68
94
|
"uk": "Лише документація: виправлено посилання для пожертв PayPal у README (en/de), яке раніше мало неправильний формат URL і не працювало. Без функціональних змін.",
|
|
69
95
|
"zh-cn": "仅文档:修正了 README(en/de)中的 PayPal 捐赠链接,此前该链接使用了错误的 URL 格式且无法正常使用。无功能变更。"
|
|
70
|
-
},
|
|
71
|
-
"1.0.2": {
|
|
72
|
-
"en": "FIX: the global (adapter-level) info.connection translations added in 1.0.1 are only synced automatically by js-controller on certain update paths (e.g. 'iobroker upgrade'), not reliably when installing via 'iobroker url' - added this to the startup migration too, so it no longer depends on that.",
|
|
73
|
-
"de": "FIX: die in 1.0.1 ergänzten Übersetzungen für das globale (adapter-eigene) info.connection werden von js-controller nur bei bestimmten Update-Wegen (z.B. 'iobroker upgrade') automatisch synchronisiert, nicht zuverlässig bei Installation via 'iobroker url' - auch in die Start-Migration aufgenommen, damit das nicht mehr davon abhängt.",
|
|
74
|
-
"ru": "ИСПРАВЛЕНИЕ: глобальные переводы info.connection, добавленные в 1.0.1, синхронизируются js-controller автоматически только при определённых способах обновления, ненадёжно при установке через 'iobroker url' - добавлено также в миграцию при запуске.",
|
|
75
|
-
"pt": "CORREÇÃO: as traduções globais de info.connection adicionadas na 1.0.1 só são sincronizadas automaticamente pelo js-controller em determinados caminhos de atualização, não de forma fiável ao instalar via 'iobroker url' - adicionado também à migração de arranque.",
|
|
76
|
-
"nl": "FIX: de globale info.connection-vertalingen toegevoegd in 1.0.1 worden alleen automatisch gesynchroniseerd door js-controller bij bepaalde update-paden, niet betrouwbaar bij installatie via 'iobroker url' - ook toegevoegd aan de opstartmigratie.",
|
|
77
|
-
"fr": "CORRECTIF : les traductions globales info.connection ajoutées en 1.0.1 ne sont synchronisées automatiquement par js-controller que sur certains chemins de mise à jour, pas de manière fiable lors d'une installation via 'iobroker url' - ajouté également à la migration au démarrage.",
|
|
78
|
-
"it": "CORREZIONE: le traduzioni globali di info.connection aggiunte nella 1.0.1 vengono sincronizzate automaticamente da js-controller solo su determinati percorsi di aggiornamento, non in modo affidabile quando si installa tramite 'iobroker url' - aggiunto anche alla migrazione all'avvio.",
|
|
79
|
-
"es": "CORRECCIÓN: las traducciones globales de info.connection añadidas en 1.0.1 solo se sincronizan automáticamente mediante js-controller en determinadas rutas de actualización, no de forma fiable al instalar mediante 'iobroker url' - añadido también a la migración de inicio.",
|
|
80
|
-
"pl": "POPRAWKA: globalne tłumaczenia info.connection dodane w 1.0.1 są automatycznie synchronizowane przez js-controller tylko przy określonych ścieżkach aktualizacji, niewiarygodnie przy instalacji przez 'iobroker url' - dodano również do migracji przy starcie.",
|
|
81
|
-
"uk": "ВИПРАВЛЕННЯ: глобальні переклади info.connection, додані в 1.0.1, синхронізуються js-controller автоматично лише за певних шляхів оновлення, ненадійно при встановленні через 'iobroker url' - додано також до міграції під час запуску.",
|
|
82
|
-
"zh-cn": "修复:1.0.1 中添加的全局 info.connection 翻译仅在特定更新路径(例如 'iobroker upgrade')下由 js-controller 自动同步,通过 'iobroker url' 安装时并不可靠——现已同样加入启动迁移中。"
|
|
83
|
-
},
|
|
84
|
-
"1.0.1": {
|
|
85
|
-
"en": "FIX: calibrate declared role 'level' but read=false - role 'level' requires read=true per the ioBroker role catalogue. Changed to read=true and extended the startup migration to also correct existing objects still holding the old read=false. Added the missing translations for the global info.connection object (was only en/de).",
|
|
86
|
-
"de": "FIX: calibrate deklarierte Rolle 'level', aber read=false - die Rolle 'level' erfordert laut ioBroker-Rollenkatalog read=true. Auf read=true geändert und die Start-Migration erweitert, damit auch bestehende Objekte mit dem alten read=false korrigiert werden. Fehlende Übersetzungen für das globale info.connection-Objekt ergänzt (waren nur en/de).",
|
|
87
|
-
"ru": "ИСПРАВЛЕНИЕ: calibrate объявлял роль 'level', но read=false - роль 'level' требует read=true согласно каталогу ролей ioBroker. Изменено на read=true, миграция при запуске расширена. Добавлены отсутствующие переводы для глобального объекта info.connection.",
|
|
88
|
-
"pt": "CORREÇÃO: calibrate declarava a função 'level', mas read=false - a função 'level' exige read=true segundo o catálogo de funções do ioBroker. Alterado para read=true, migração de arranque estendida. Adicionadas as traduções em falta para o objeto global info.connection.",
|
|
89
|
-
"nl": "FIX: calibrate declareerde rol 'level', maar read=false - rol 'level' vereist read=true volgens de ioBroker-rolcatalogus. Gewijzigd naar read=true, opstartmigratie uitgebreid. Ontbrekende vertalingen voor het globale info.connection-object toegevoegd.",
|
|
90
|
-
"fr": "CORRECTIF : calibrate déclarait le rôle 'level', mais read=false - le rôle 'level' nécessite read=true selon le catalogue de rôles ioBroker. Changé en read=true, migration au démarrage étendue. Traductions manquantes pour l'objet global info.connection ajoutées.",
|
|
91
|
-
"it": "CORREZIONE: calibrate dichiarava il ruolo 'level', ma read=false - il ruolo 'level' richiede read=true secondo il catalogo dei ruoli di ioBroker. Cambiato in read=true, migrazione all'avvio estesa. Aggiunte le traduzioni mancanti per l'oggetto globale info.connection.",
|
|
92
|
-
"es": "CORRECCIÓN: calibrate declaraba el rol 'level', pero read=false - el rol 'level' requiere read=true según el catálogo de roles de ioBroker. Cambiado a read=true, migración de inicio ampliada. Se añadieron las traducciones faltantes para el objeto global info.connection.",
|
|
93
|
-
"pl": "POPRAWKA: calibrate deklarował rolę 'level', ale read=false - rola 'level' wymaga read=true zgodnie z katalogiem ról ioBroker. Zmieniono na read=true, rozszerzono migrację przy starcie. Dodano brakujące tłumaczenia dla globalnego obiektu info.connection.",
|
|
94
|
-
"uk": "ВИПРАВЛЕННЯ: calibrate декларував роль 'level', але read=false - роль 'level' вимагає read=true згідно з каталогом ролей ioBroker. Змінено на read=true, розширено міграцію під час запуску. Додано відсутні переклади для глобального об'єкта info.connection.",
|
|
95
|
-
"zh-cn": "修复:calibrate 声明角色为 'level',但 read=false——根据 ioBroker 角色目录,角色 'level' 要求 read=true。已更改为 read=true,并扩展了启动迁移。补充了全局 info.connection 对象缺失的翻译。"
|
|
96
96
|
}
|
|
97
97
|
},
|
|
98
98
|
"titleLang": {
|
|
@@ -178,7 +178,16 @@
|
|
|
178
178
|
"common": {
|
|
179
179
|
"name": {
|
|
180
180
|
"en": "Information",
|
|
181
|
-
"de": "Information"
|
|
181
|
+
"de": "Information",
|
|
182
|
+
"ru": "Информация",
|
|
183
|
+
"pt": "Informação",
|
|
184
|
+
"nl": "Informatie",
|
|
185
|
+
"fr": "Informations",
|
|
186
|
+
"it": "Informazioni",
|
|
187
|
+
"es": "Información",
|
|
188
|
+
"pl": "Informacje",
|
|
189
|
+
"uk": "Інформація",
|
|
190
|
+
"zh-cn": "信息"
|
|
182
191
|
}
|
|
183
192
|
},
|
|
184
193
|
"native": {}
|
|
@@ -214,7 +223,16 @@
|
|
|
214
223
|
"common": {
|
|
215
224
|
"name": {
|
|
216
225
|
"en": "Collective commands",
|
|
217
|
-
"de": "Sammelbefehle"
|
|
226
|
+
"de": "Sammelbefehle",
|
|
227
|
+
"ru": "Групповые команды",
|
|
228
|
+
"pt": "Comandos coletivos",
|
|
229
|
+
"nl": "Verzamelcommando's",
|
|
230
|
+
"fr": "Commandes groupées",
|
|
231
|
+
"it": "Comandi collettivi",
|
|
232
|
+
"es": "Comandos colectivos",
|
|
233
|
+
"pl": "Polecenia zbiorcze",
|
|
234
|
+
"uk": "Групові команди",
|
|
235
|
+
"zh-cn": "集合命令"
|
|
218
236
|
}
|
|
219
237
|
},
|
|
220
238
|
"native": {}
|