Skip to content

Commit

Permalink
(simatec) 1.3.1
Browse files Browse the repository at this point in the history
  • Loading branch information
simatec committed Sep 4, 2023
1 parent 1542105 commit b4aa663
Show file tree
Hide file tree
Showing 8 changed files with 493 additions and 433 deletions.
6 changes: 3 additions & 3 deletions .github/workflows/test-and-release.yml
Original file line number Diff line number Diff line change
Expand Up @@ -25,7 +25,7 @@ jobs:

strategy:
matrix:
node-version: [16.x]
node-version: [18.x]

steps:
- uses: actions/checkout@v3
Expand Down Expand Up @@ -56,7 +56,7 @@ jobs:
runs-on: ${{ matrix.os }}
strategy:
matrix:
node-version: [14.x, 16.x, 18.x]
node-version: [16.x, 18.x, 20.x]
os: [ubuntu-latest, windows-latest, macos-latest]

steps:
Expand Down Expand Up @@ -92,7 +92,7 @@ jobs:
runs-on: ubuntu-latest
strategy:
matrix:
node-version: [16.x]
node-version: [18.x]

steps:
- name: Checkout code
Expand Down
5 changes: 5 additions & 0 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -36,6 +36,11 @@ When the adapter crashes or an other Code error happens, this error message that

## Changelog
<!--### __WORK IN PROGRESS__-->
### __WORK IN PROGRESS__
* (simatec) Dependencies updated
* (simatec) test and release updated
* (simatec) Translation updated

### 1.3.0 (2023-03-18)
* (simatec) Dependencies updated
* (simatec) Repo updated
Expand Down
33 changes: 33 additions & 0 deletions admin/i18n/uk/translations.json
Original file line number Diff line number Diff line change
@@ -0,0 +1,33 @@
{
"Austria": "Австрія",
"Bulgaria": "Болгарія",
"Croatia": "Хорватія",
"Germany": "Німеччина",
"Guam": "Гуам",
"Hungary": "Угорщина",
"Ireland": "Ірландія",
"Italy": "Італія",
"Puerto Rico": "Пуерто-Ріко",
"Regions :": "Регіони",
"Romania": "Румунія",
"Serbia": "Сербія",
"Settings measuring station 1": "Налаштування вимірювальної станції 1",
"Settings measuring station 2": "Налаштування вимірювальної станції 2",
"Settings measuring station 3": "Вимірювальна станція налаштувань 3",
"Settings measuring station 4": "Вимірювальна станція налаштувань 4",
"Settings measuring station 5": "Вимірювальна станція налаштувань 5",
"Slovakia": "Словаччина",
"Slovenia": "Словенія",
"Stations :": "Станції :",
"Switzerland": "Швейцарія",
"USA": "США",
"United Kingdom": "Великобританія",
"Water :": "Вода",
"checked :": "перевірено :",
"country": "країна",
"no selection": "немає вибору",
"region": "регіон",
"response": "відповідь",
"stationname": "назва станції",
"water": "вода"
}
62 changes: 31 additions & 31 deletions admin/words.js

Large diffs are not rendered by default.

2 changes: 2 additions & 0 deletions gulpfile.js
Original file line number Diff line number Diff line change
Expand Up @@ -22,6 +22,7 @@ const languages = {
it: {},
es: {},
pl: {},
uk: {},
'zh-cn': {}
};

Expand Down Expand Up @@ -388,6 +389,7 @@ gulp.task('updatePackages', function (done) {
it: 'notizie',
es: 'noticias',
pl: 'nowości',
uk: 'Новини',
'zh-cn': '新'
};
iopackage.common.news = Object.assign(newNews, news);
Expand Down
4 changes: 3 additions & 1 deletion io-package.json
Original file line number Diff line number Diff line change
Expand Up @@ -101,6 +101,7 @@
"it": "allarme livello acqua",
"es": "alarma de nivel de agua",
"pl": "alarm poziomu wody",
"uk": "Сигналізація рівня",
"zh-cn": "水位报警"
},
"desc": {
Expand All @@ -113,10 +114,11 @@
"it": "Fornisce dati da Pegelalarm-API",
"es": "Proporciona datos de Pegelalarm-API",
"pl": "Udostępnia dane z Pegelalarm-API",
"uk": "Надає дані з API сигналізації рівня",
"zh-cn": "提供来自Pegelalarm-API的数据"
},
"authors": [
"simatec <[email protected]>"
"simatec <[email protected]>"
],
"keywords": [
"level alarm",
Expand Down
Loading

0 comments on commit b4aa663

Please sign in to comment.