-
Notifications
You must be signed in to change notification settings - Fork 4
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
* (BenAhrdt) translation for uk added * (BenAhrdt) insert check vor node version >= 16
- Loading branch information
Showing
4 changed files
with
196 additions
and
193 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
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,194 +1,194 @@ | ||
{ | ||
"common": { | ||
"name": "bidirectional-counter", | ||
"version": "2.1.1", | ||
"news": { | ||
"2.1.1": { | ||
"en": "correction in jsonconfig schema", | ||
"de": "korrektur im jsonconfig schema", | ||
"ru": "коррекция в jsonconfig schema", | ||
"pt": "correção em jsonconfig schema", | ||
"nl": "vertaling:", | ||
"fr": "correction dans le schéma de jsonconfig", | ||
"it": "correzione nello schema jsonconfig", | ||
"es": "corrección en jsonconfig schema", | ||
"pl": "poprawka w schemacie jsonconfig", | ||
"uk": "корекція в jsonconfig schema", | ||
"zh-cn": "更正" | ||
}, | ||
"2.1.0": { | ||
"en": "updated to new releasescript", | ||
"de": "aktualisiert zum neuen releasescript", | ||
"ru": "обновлено к новому релизу", | ||
"pt": "atualizado para novo releasescript", | ||
"nl": "vertaling:", | ||
"fr": "mise à jour du nouveau communiqué", | ||
"it": "aggiornato al nuovo releasescript", | ||
"es": "actualizados a nuevos módulos de lanzamiento", | ||
"pl": "uaktualnić do nowszych wersji", | ||
"uk": "оновлений до нового релізу", | ||
"zh-cn": "新的新闻稿的更新" | ||
}, | ||
"2.0.8": { | ||
"en": "readme updated with paypal link", | ||
"de": "readme aktualisiert mit paypal link", | ||
"ru": "readme обновлено с помощью paypal link", | ||
"pt": "readme atualizado com link paypal", | ||
"nl": "vertaling:", | ||
"fr": "readme mise à jour avec paypal link", | ||
"it": "aggiornato con paypal link", | ||
"es": "readme actualizado con enlace paypal", | ||
"pl": "odczytać", | ||
"zh-cn": "薪金联系更新", | ||
"uk": "readme оновлено за допомогою посилання PayPal" | ||
}, | ||
"2.0.7": { | ||
"en": "dont check loglevel before log.debug()", | ||
"de": "nicht loglevel vor log.debug überprüfen(", | ||
"ru": "не проверять уровень лога перед log.debug)(", | ||
"pt": "não verifique o nível de log antes log.debug)(", | ||
"nl": "controleer loge niet voor logebug", | ||
"fr": "dont vérifier le niveau de log avant log.debug)(", | ||
"it": "non controllare il livello di log prima log.debug)(", | ||
"es": "no comprueba el nivel de registro antes de log.debug)(", | ||
"pl": "profil na stronie logline (ang.)", | ||
"zh-cn": "固体检查在逻辑前的逻辑水平(debug)", | ||
"uk": "не перевіряти рівень журналу перед log.debug()" | ||
}, | ||
"2.0.6": { | ||
"en": "change adapter type into misc-data", | ||
"de": "adaptertyp in misc-daten ändern", | ||
"ru": "изменить тип адаптера в misc-data", | ||
"pt": "alterar o tipo de adaptador em dados diversos", | ||
"nl": "verander adaptertype in misc-data", | ||
"fr": "modifier le type d'adaptateur en misc-data", | ||
"it": "cambiare il tipo di adattatore in dati misc", | ||
"es": "cambio de tipo de adaptador en datos erróneos", | ||
"pl": "adapter zmienny", | ||
"zh-cn": "b. 变化的变量", | ||
"uk": "змінити тип адаптера на misc-data" | ||
}, | ||
"2.0.5": { | ||
"en": "write ack = true in case of additional state is subscribed", | ||
"de": "schreiben ack = wahr bei zusätzlichem zustand abonniert", | ||
"ru": "написать ack = true в случае дополнительного состояния подписано", | ||
"pt": "write ack = true em caso de estado adicional é subscrito", | ||
"nl": "schrijf ack = waar in geval van extra staat wordt ingediend", | ||
"fr": "écrire ack = true en cas d'état supplémentaire est souscrit", | ||
"it": "scrivere ack = vero in caso di stato aggiuntivo è sottoscritto", | ||
"es": "escribir ack = verdadero en caso de estado adicional se suscribe", | ||
"pl": "ac = prawdziwa w przypadku stanu dodatkowego jest podana do zapisu", | ||
"zh-cn": "写包装=在有更多国家的情况下真实情况", | ||
"uk": "write ack = true у разі підписки на додатковий стан" | ||
}, | ||
"2.0.4": { | ||
"en": "unsubscribe fixed", | ||
"de": "abmelden fest", | ||
"ru": "отписаться от фиксированной", | ||
"pt": "cancelamento de assinatura", | ||
"nl": "onbeschrijf gerepareerd", | ||
"fr": "unsubscribe fixed", | ||
"it": "annullare l'iscrizione", | ||
"es": "suscripción fija", | ||
"pl": "nieczytelny", | ||
"zh-cn": "未作规定的", | ||
"uk": "виправлено відмову від підписки" | ||
} | ||
}, | ||
"title": "Bidirectional counter", | ||
"titleLang": { | ||
"en": "Bidirectional counter", | ||
"de": "Bidirektionaler Zähler", | ||
"ru": "Двунаправленный счетчик", | ||
"pt": "Contador bidirecional", | ||
"nl": "Bidirectionele teller", | ||
"fr": "Compteur bidirectionnel", | ||
"it": "Contatore bidirezionale", | ||
"es": "Contador bidireccional", | ||
"pl": "Licznik dwukierunkowy", | ||
"zh-cn": "双向计数器", | ||
"uk": "Двонаправлений лічильник" | ||
}, | ||
"desc": { | ||
"en": "Counter to separate consumption (positive changes) and deliverd (negative changes)", | ||
"de": "Zähler zum separaten Verbrauch (positive Änderungen) und geliefert (negative Änderungen)", | ||
"ru": "Счетчик раздельного потребления (положительные изменения) и поставки (отрицательные изменения)", | ||
"pt": "Contador para separar o consumo (mudanças positivas) e entregue (mudanças negativas)", | ||
"nl": "Teller om verbruik (positieve veranderingen) en afgeleverde (negatieve veranderingen) te scheiden", | ||
"fr": "Compteur pour séparer la consommation (variations positives) et la livraison (variations négatives)", | ||
"it": "Contatore per separare i consumi (variazioni positive) e erogati (variazioni negative)", | ||
"es": "Contador para separar el consumo (cambios positivos) y entregado (cambios negativos)", | ||
"pl": "Licznik do oddzielnego zużycia (zmiany dodatnie) i dostarczonego (zmiany ujemne)", | ||
"zh-cn": "反对单独消费(积极变化)和交付(消极变化)", | ||
"uk": "Лічильник окремого споживання (позитивні зміни) і доставки (негативні зміни)" | ||
}, | ||
"authors": [ | ||
"BenAhrdt <[email protected]>" | ||
], | ||
"keywords": [ | ||
"bidirectional", | ||
"Bidirektional", | ||
"Consumed", | ||
"Bezogen", | ||
"delivered", | ||
"Geliefert", | ||
"counter", | ||
"Zähler" | ||
], | ||
"license": "MIT", | ||
"platform": "Javascript/Node.js", | ||
"main": "main.js", | ||
"icon": "bidirectional-counter.png", | ||
"enabled": true, | ||
"extIcon": "https://raw.githubusercontent.com/BenAhrdt/ioBroker.bidirectional-counter/main/admin/bidirectional-counter.png", | ||
"readme": "https://github.com/BenAhrdt/ioBroker.bidirectional-counter/blob/main/README.md", | ||
"loglevel": "info", | ||
"mode": "daemon", | ||
"type": "misc-data", | ||
"compact": true, | ||
"connectionType": "local", | ||
"dataSource": "poll", | ||
"adminUI": { | ||
"config": "json", | ||
"custom": "json" | ||
}, | ||
"supportCustoms": true, | ||
"globalDependencies": [ | ||
{ | ||
"admin": ">=5.1.0" | ||
} | ||
], | ||
"dependencies": [ | ||
{ | ||
"js-controller": ">=2.0.0" | ||
} | ||
] | ||
"common": { | ||
"name": "bidirectional-counter", | ||
"version": "2.1.2", | ||
"news": { | ||
"2.1.2": { | ||
"en": "translation for uk added\ninsert check vor node version >= 16", | ||
"de": "übersetzung für uk zusätzlich\nkontrollieren vor knoten version >= anhang", | ||
"ru": "перевод для uk добавлен\nвставить проверить vor node версия >= 16, 16, 16", | ||
"pt": "tradução para uk adicionado\ninsert check vor node version >= 16", | ||
"nl": "vertaling:\ninsert check vor node versie 16", | ||
"fr": "traduction pour uk ajouté\ninsert check vor node version phy= 16", | ||
"it": "traduzione per uk aggiunto\n>= 16", | ||
"es": "traducción para uk añadido\nintroducir ver la versión del nodo vor 16", | ||
"pl": "tłumaczenie dla uk dodała\ninstrukcja wejściowa w wersji węzłowej >== 16", | ||
"uk": "переклад для uk додано\nвставити перевірку вихрового вузла версії >= 16 мар", | ||
"zh-cn": "增 编\n加 检查 16" | ||
}, | ||
"2.1.1": { | ||
"en": "correction in jsonconfig schema", | ||
"de": "korrektur im jsonconfig schema", | ||
"ru": "коррекция в jsonconfig schema", | ||
"pt": "correção em jsonconfig schema", | ||
"nl": "vertaling:", | ||
"fr": "correction dans le schéma de jsonconfig", | ||
"it": "correzione nello schema jsonconfig", | ||
"es": "corrección en jsonconfig schema", | ||
"pl": "poprawka w schemacie jsonconfig", | ||
"uk": "корекція в jsonconfig schema", | ||
"zh-cn": "更正" | ||
}, | ||
"2.1.0": { | ||
"en": "updated to new releasescript", | ||
"de": "aktualisiert zum neuen releasescript", | ||
"ru": "обновлено к новому релизу", | ||
"pt": "atualizado para novo releasescript", | ||
"nl": "vertaling:", | ||
"fr": "mise à jour du nouveau communiqué", | ||
"it": "aggiornato al nuovo releasescript", | ||
"es": "actualizados a nuevos módulos de lanzamiento", | ||
"pl": "uaktualnić do nowszych wersji", | ||
"uk": "оновлений до нового релізу", | ||
"zh-cn": "新的新闻稿的更新" | ||
}, | ||
"2.0.8": { | ||
"en": "readme updated with paypal link", | ||
"de": "readme aktualisiert mit paypal link", | ||
"ru": "readme обновлено с помощью paypal link", | ||
"pt": "readme atualizado com link paypal", | ||
"nl": "vertaling:", | ||
"fr": "readme mise à jour avec paypal link", | ||
"it": "aggiornato con paypal link", | ||
"es": "readme actualizado con enlace paypal", | ||
"pl": "odczytać", | ||
"zh-cn": "薪金联系更新", | ||
"uk": "readme оновлено за допомогою посилання PayPal" | ||
}, | ||
"2.0.7": { | ||
"en": "dont check loglevel before log.debug()", | ||
"de": "nicht loglevel vor log.debug überprüfen(", | ||
"ru": "не проверять уровень лога перед log.debug)(", | ||
"pt": "não verifique o nível de log antes log.debug)(", | ||
"nl": "controleer loge niet voor logebug", | ||
"fr": "dont vérifier le niveau de log avant log.debug)(", | ||
"it": "non controllare il livello di log prima log.debug)(", | ||
"es": "no comprueba el nivel de registro antes de log.debug)(", | ||
"pl": "profil na stronie logline (ang.)", | ||
"zh-cn": "固体检查在逻辑前的逻辑水平(debug)", | ||
"uk": "не перевіряти рівень журналу перед log.debug()" | ||
}, | ||
"2.0.6": { | ||
"en": "change adapter type into misc-data", | ||
"de": "adaptertyp in misc-daten ändern", | ||
"ru": "изменить тип адаптера в misc-data", | ||
"pt": "alterar o tipo de adaptador em dados diversos", | ||
"nl": "verander adaptertype in misc-data", | ||
"fr": "modifier le type d'adaptateur en misc-data", | ||
"it": "cambiare il tipo di adattatore in dati misc", | ||
"es": "cambio de tipo de adaptador en datos erróneos", | ||
"pl": "adapter zmienny", | ||
"zh-cn": "b. 变化的变量", | ||
"uk": "змінити тип адаптера на misc-data" | ||
}, | ||
"2.0.5": { | ||
"en": "write ack = true in case of additional state is subscribed", | ||
"de": "schreiben ack = wahr bei zusätzlichem zustand abonniert", | ||
"ru": "написать ack = true в случае дополнительного состояния подписано", | ||
"pt": "write ack = true em caso de estado adicional é subscrito", | ||
"nl": "schrijf ack = waar in geval van extra staat wordt ingediend", | ||
"fr": "écrire ack = true en cas d'état supplémentaire est souscrit", | ||
"it": "scrivere ack = vero in caso di stato aggiuntivo è sottoscritto", | ||
"es": "escribir ack = verdadero en caso de estado adicional se suscribe", | ||
"pl": "ac = prawdziwa w przypadku stanu dodatkowego jest podana do zapisu", | ||
"zh-cn": "写包装=在有更多国家的情况下真实情况", | ||
"uk": "write ack = true у разі підписки на додатковий стан" | ||
} | ||
}, | ||
"native": { | ||
"deleteStatesWithDisable": false | ||
"title": "Bidirectional counter", | ||
"titleLang": { | ||
"en": "Bidirectional counter", | ||
"de": "Bidirektionaler Zähler", | ||
"ru": "Двунаправленный счетчик", | ||
"pt": "Contador bidirecional", | ||
"nl": "Bidirectionele teller", | ||
"fr": "Compteur bidirectionnel", | ||
"it": "Contatore bidirezionale", | ||
"es": "Contador bidireccional", | ||
"pl": "Licznik dwukierunkowy", | ||
"zh-cn": "双向计数器", | ||
"uk": "Двонаправлений лічильник" | ||
}, | ||
"objects": [], | ||
"instanceObjects": [ | ||
{ | ||
"_id": "info", | ||
"type": "channel", | ||
"common": { | ||
"name": "Information" | ||
}, | ||
"native": {} | ||
}, | ||
{ | ||
"_id": "info.subscribedStatesCount", | ||
"type": "state", | ||
"common": { | ||
"role": "indicator", | ||
"name": "Count of subscribed states", | ||
"type": "number", | ||
"read": true, | ||
"write": false, | ||
"def": 0 | ||
}, | ||
"native": {} | ||
} | ||
"desc": { | ||
"en": "Counter to separate consumption (positive changes) and deliverd (negative changes)", | ||
"de": "Zähler zum separaten Verbrauch (positive Änderungen) und geliefert (negative Änderungen)", | ||
"ru": "Счетчик раздельного потребления (положительные изменения) и поставки (отрицательные изменения)", | ||
"pt": "Contador para separar o consumo (mudanças positivas) e entregue (mudanças negativas)", | ||
"nl": "Teller om verbruik (positieve veranderingen) en afgeleverde (negatieve veranderingen) te scheiden", | ||
"fr": "Compteur pour séparer la consommation (variations positives) et la livraison (variations négatives)", | ||
"it": "Contatore per separare i consumi (variazioni positive) e erogati (variazioni negative)", | ||
"es": "Contador para separar el consumo (cambios positivos) y entregado (cambios negativos)", | ||
"pl": "Licznik do oddzielnego zużycia (zmiany dodatnie) i dostarczonego (zmiany ujemne)", | ||
"zh-cn": "反对单独消费(积极变化)和交付(消极变化)", | ||
"uk": "Лічильник окремого споживання (позитивні зміни) і доставки (негативні зміни)" | ||
}, | ||
"authors": [ | ||
"BenAhrdt <[email protected]>" | ||
], | ||
"keywords": [ | ||
"bidirectional", | ||
"Bidirektional", | ||
"Consumed", | ||
"Bezogen", | ||
"delivered", | ||
"Geliefert", | ||
"counter", | ||
"Zähler" | ||
], | ||
"license": "MIT", | ||
"platform": "Javascript/Node.js", | ||
"main": "main.js", | ||
"icon": "bidirectional-counter.png", | ||
"enabled": true, | ||
"extIcon": "https://raw.githubusercontent.com/BenAhrdt/ioBroker.bidirectional-counter/main/admin/bidirectional-counter.png", | ||
"readme": "https://github.com/BenAhrdt/ioBroker.bidirectional-counter/blob/main/README.md", | ||
"loglevel": "info", | ||
"mode": "daemon", | ||
"type": "misc-data", | ||
"compact": true, | ||
"connectionType": "local", | ||
"dataSource": "poll", | ||
"adminUI": { | ||
"config": "json", | ||
"custom": "json" | ||
}, | ||
"supportCustoms": true, | ||
"globalDependencies": [ | ||
{ | ||
"admin": ">=5.1.0" | ||
} | ||
], | ||
"dependencies": [ | ||
{ | ||
"js-controller": ">=2.0.0" | ||
} | ||
] | ||
}, | ||
"native": { | ||
"deleteStatesWithDisable": false | ||
}, | ||
"objects": [], | ||
"instanceObjects": [ | ||
{ | ||
"_id": "info", | ||
"type": "channel", | ||
"common": { | ||
"name": "Information" | ||
}, | ||
"native": {} | ||
}, | ||
{ | ||
"_id": "info.subscribedStatesCount", | ||
"type": "state", | ||
"common": { | ||
"role": "indicator", | ||
"name": "Count of subscribed states", | ||
"type": "number", | ||
"read": true, | ||
"write": false, | ||
"def": 0 | ||
}, | ||
"native": {} | ||
} | ||
] | ||
} |
Oops, something went wrong.