Skip to content

Commit

Permalink
Use adapter-dev instead of gulp translate
Browse files Browse the repository at this point in the history
  • Loading branch information
pdbjjens committed Feb 23, 2023
1 parent 15fbe0c commit 5a1a07e
Show file tree
Hide file tree
Showing 21 changed files with 1,321 additions and 4,026 deletions.
5 changes: 4 additions & 1 deletion .gitignore
Original file line number Diff line number Diff line change
Expand Up @@ -12,4 +12,7 @@ Thumbs.db

# i18n intermediate files
admin/i18n/flat.txt
admin/i18n/*/flat.txt
admin/i18n/*/flat.txt

# ioBroker dev-server
.dev-server/
3 changes: 3 additions & 0 deletions .npmignore
Original file line number Diff line number Diff line change
@@ -1,3 +1,6 @@
# exclude all dot-files and directories
.*

.git
.idea
node_modules/
Expand Down
3 changes: 3 additions & 0 deletions .releaseconfig.json
Original file line number Diff line number Diff line change
@@ -0,0 +1,3 @@
{
"plugins": ["iobroker", "license"]
}
14 changes: 14 additions & 0 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -47,22 +47,36 @@ This adapter connects ioBroker to various VBus-based devices using resol-vbus, a
* Update interval: Time between the update of the measured values (default 30s)

## Changelog
<!--
Placeholder for the next version (at the beginning of the line):
### **WORK IN PROGRESS**
-->
### **WORK IN PROGRESS** - 2023 maintenance release

* (pdbjjens) Updated dependencies
* (pdbjjens) Use adapter-dev instead of gulp translate

### 0.2.2 (2022-02-11)

* Updated dependencies
* Compatibility check for js-controller 4.0
* Support for js-controller 1.x dropped

### 0.2.1 (2021-08-18)

* Update dependencies
* Changed allowed range of temperature values to include the error values for short circuit and open circuit

### 0.2.0 (2021-06-25)

* Dropped node.js 10 support, added node.js 14 and 16 support

### 0.1.1 (2021-05-18)

* Fixes for supporting js-controller >=3.2.x

### 0.1.0

* (grizzelbee) Fix: config page shows current settings now (not default anymore)
* (grizzelbee) Fix: "Connected" state is updated correctly now if connection is disrupted.
* (grizzelbee) New: Added Badge for latest(npm) version to readme
Expand Down
2 changes: 1 addition & 1 deletion admin/i18n/de/translations.json
Original file line number Diff line number Diff line change
Expand Up @@ -26,4 +26,4 @@
"VBus/LAN": "VBus/LAN",
"VBus/USB": "VBus/USB",
"Via tag": "Via-Kennung"
}
}
2 changes: 1 addition & 1 deletion admin/i18n/en/translations.json
Original file line number Diff line number Diff line change
Expand Up @@ -26,4 +26,4 @@
"VBus/LAN": "VBus/LAN",
"VBus/USB": "VBus/USB",
"Via tag": "Via tag"
}
}
2 changes: 1 addition & 1 deletion admin/i18n/es/translations.json
Original file line number Diff line number Diff line change
Expand Up @@ -26,4 +26,4 @@
"VBus/LAN": "VBus/LAN",
"VBus/USB": "VBus/USB",
"Via tag": "Vía etiqueta"
}
}
2 changes: 1 addition & 1 deletion admin/i18n/fr/translations.json
Original file line number Diff line number Diff line change
Expand Up @@ -26,4 +26,4 @@
"VBus/LAN": "VBus/LAN",
"VBus/USB": "VBus/USB",
"Via tag": "Via tag"
}
}
2 changes: 1 addition & 1 deletion admin/i18n/it/translations.json
Original file line number Diff line number Diff line change
Expand Up @@ -26,4 +26,4 @@
"VBus/LAN": "VBus/LAN",
"VBus/USB": "VBus/USB",
"Via tag": "Tramite tag"
}
}
2 changes: 1 addition & 1 deletion admin/i18n/nl/translations.json
Original file line number Diff line number Diff line change
Expand Up @@ -26,4 +26,4 @@
"VBus/LAN": "VBus/LAN",
"VBus/USB": "VBus/USB",
"Via tag": "Via tag"
}
}
2 changes: 1 addition & 1 deletion admin/i18n/pl/translations.json
Original file line number Diff line number Diff line change
Expand Up @@ -26,4 +26,4 @@
"VBus/LAN": "VBus/LAN",
"VBus/USB": "VBus/USB",
"Via tag": "Poprzez tag"
}
}
2 changes: 1 addition & 1 deletion admin/i18n/pt/translations.json
Original file line number Diff line number Diff line change
Expand Up @@ -26,4 +26,4 @@
"VBus/LAN": "VBus/LAN",
"VBus/USB": "VBus/USB",
"Via tag": "Via tag"
}
}
2 changes: 1 addition & 1 deletion admin/i18n/ru/translations.json
Original file line number Diff line number Diff line change
Expand Up @@ -26,4 +26,4 @@
"VBus/LAN": "VBus/LAN",
"VBus/USB": "VBus/USB",
"Via tag": "Через тег"
}
}
29 changes: 29 additions & 0 deletions admin/i18n/uk/translations.json
Original file line number Diff line number Diff line change
@@ -0,0 +1,29 @@
{
"Connection Device": "Пристрій підключення",
"Connection Identifier": "Ідентифікатор підключення",
"Connection Port": "Порт підключення",
"DL2/KM2": "DL2 / KM2",
"DL3": "DL3",
"DL3 Channel": "Канал DL3",
"DL3 Channel 0": "Канал DL3 0",
"DL3 Channel 1": "DL3 канал 1",
"DL3 Channel 2": "DL3 канал 2",
"DL3 Channel 3": "DL3 канал 3",
"DL3 Channel 4": "DL3 канал 4",
"DL3 Channel 5": "DL3 Канал 5",
"DL3 Channel 6": "DL3 канал 6",
"Default: 7053": "Типове значення: 7053",
"Default: vbus": "За замовчуванням: vbus",
"Force Adapter Reinitialization": "Примусова повторна ініціалізація адаптера",
"Host address (IP or FQDN) for local LAN and for VBus.net or Serial Port Id for VBus/USB access": "Адреса хоста (IP або FQDN) для локальної локальної мережі та для VBus.net або ідентифікатор послідовного порту для доступу до VBus/USB",
"If Force Adapter Reinitialization is set, the adapter restarts with new configuration immediately on save": "Якщо встановлено примусову повторну ініціалізацію адаптера, адаптер перезавантажується з новою конфігурацією відразу після збереження",
"Required for DL3 only": "Необхідно лише для DL3",
"Required only for VBus.net access via DLx/KMx": "Потрібен лише для доступу до VBus.net через DLx / KMx",
"Select VBus Connection Device Type": "Виберіть тип пристрою підключення VBus (VBus/LAN, DL3 тощо)",
"Serial/LANGW": "Послідовний/LANGW",
"VBus Interval": "Інтервал оновлення VBus (у секундах)",
"VBus Password": "Пароль VBus",
"VBus/LAN": "VBus/LAN",
"VBus/USB": "VBus/USB",
"Via tag": "Через тег"
}
2 changes: 1 addition & 1 deletion admin/i18n/zh-cn/translations.json
Original file line number Diff line number Diff line change
Expand Up @@ -26,4 +26,4 @@
"VBus/LAN": "VBus/局域网",
"VBus/USB": "VBus/USB",
"Via tag": "通过标签"
}
}
Loading

0 comments on commit 5a1a07e

Please sign in to comment.