iobroker.poolcontrol 1.2.1 → 1.2.2
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/io-package.json +15 -2
- package/package.json +1 -1
package/io-package.json
CHANGED
|
@@ -1,8 +1,21 @@
|
|
|
1
1
|
{
|
|
2
2
|
"common": {
|
|
3
3
|
"name": "poolcontrol",
|
|
4
|
-
"version": "1.2.
|
|
4
|
+
"version": "1.2.2",
|
|
5
5
|
"news": {
|
|
6
|
+
"1.2.2": {
|
|
7
|
+
"en": "Maintenance update: Raised required admin version to >=7.6.20 and refreshed translations after jsonConfig i18n changes.",
|
|
8
|
+
"de": "Wartungsupdate: Mindestversion für admin auf >=7.6.20 erhöht und Übersetzungen nach jsonConfig-i18n-Änderungen aktualisiert.",
|
|
9
|
+
"ru": "Обновление обслуживания: требуемая версия администратора повышена до >=7.6.20 и обновлены переводы после изменений jsonConfig i18n.",
|
|
10
|
+
"pt": "Atualização de manutenção: versão de administrador necessária aumentada para >=7.6.20 e traduções atualizadas após alterações no jsonConfig i18n.",
|
|
11
|
+
"nl": "Onderhoudsupdate: vereiste beheerdersversie verhoogd naar >=7.6.20 en vertalingen vernieuwd na jsonConfig i18n-wijzigingen.",
|
|
12
|
+
"fr": "Mise à jour de maintenance : augmentation de la version d'administrateur requise à >=7.6.20 et traductions actualisées après les modifications de jsonConfig i18n.",
|
|
13
|
+
"it": "Aggiornamento di manutenzione: versione amministrativa richiesta aumentata a >=7.6.20 e traduzioni aggiornate dopo le modifiche a jsonConfig i18n.",
|
|
14
|
+
"es": "Actualización de mantenimiento: se elevó la versión de administrador requerida a >=7.6.20 y se actualizaron las traducciones después de los cambios de jsonConfig i18n.",
|
|
15
|
+
"pl": "Aktualizacja konserwacyjna: Podniesiono wymaganą wersję administracyjną do >= 7.6.20 i odświeżono tłumaczenia po zmianach w jsonConfig i18n.",
|
|
16
|
+
"uk": "Оновлення обслуговування: підвищено необхідну версію адміністратора до >=7.6.20 і оновлено переклади після змін jsonConfig i18n.",
|
|
17
|
+
"zh-cn": "维护更新:将所需的管理版本提高到> = 7.6.20,并在 jsonConfig i18n 更改后刷新翻译。"
|
|
18
|
+
},
|
|
6
19
|
"1.2.1": {
|
|
7
20
|
"en": "Refactored admin configuration to use the ioBroker i18n translation environment. All jsonConfig labels are now defined in English and translations are generated automatically via `npm run translate`. This prepares the adapter for Weblate and improves compatibility with ioBroker latest repository requirements.",
|
|
8
21
|
"de": "Admin-Konfiguration auf das ioBroker i18n-Übersetzungssystem umgestellt. Alle jsonConfig-Texte sind jetzt auf Englisch definiert und Übersetzungen werden automatisch über `npm run translate` erzeugt. Dadurch ist der Adapter für Weblate vorbereitet und erfüllt die Anforderungen für das Latest-Repository.",
|
|
@@ -170,7 +183,7 @@
|
|
|
170
183
|
],
|
|
171
184
|
"globalDependencies": [
|
|
172
185
|
{
|
|
173
|
-
"admin": ">=7.6.
|
|
186
|
+
"admin": ">=7.6.20"
|
|
174
187
|
}
|
|
175
188
|
]
|
|
176
189
|
},
|
package/package.json
CHANGED
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
{
|
|
2
2
|
"name": "iobroker.poolcontrol",
|
|
3
|
-
"version": "1.2.
|
|
3
|
+
"version": "1.2.2",
|
|
4
4
|
"description": "Steuerung & Automatisierung für den Pool (Pumpe, Heizung, Ventile, Sensoren).",
|
|
5
5
|
"author": "DasBo1975 <dasbo1975@outlook.de>",
|
|
6
6
|
"homepage": "https://github.com/DasBo1975/ioBroker.poolcontrol",
|