Skip to content

Commit

Permalink
small changes in wording
Browse files Browse the repository at this point in the history
  • Loading branch information
TKnpl committed Apr 29, 2021
1 parent 4f65c26 commit 10dc0ec
Show file tree
Hide file tree
Showing 4 changed files with 16 additions and 9 deletions.
3 changes: 3 additions & 0 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -34,6 +34,9 @@ Furthermore please choose an updating interval for calling the API server. 30 se

## Changelog

### 0.1.1
* (TKnpl) small changes - wording

### 0.1.0
* (TKnpl) added possibility to specify alarm groups

Expand Down
14 changes: 7 additions & 7 deletions admin/words.js
Original file line number Diff line number Diff line change
Expand Up @@ -52,7 +52,7 @@ systemDictionary = {
},
"Divera user IDs": {
"en": "Divera user IDs",
"de": "Divera Benutzer IDs",
"de": "Divera Benutzer-IDs",
"ru": "ID пользователя Divera",
"pt": "ID de usuário Divera",
"nl": "Divera gebruikers-ID",
Expand All @@ -62,9 +62,9 @@ systemDictionary = {
"pl": "Identyfikator użytkownika Divera",
"zh-cn": "Divera用户ID"
},
"Alarm only for following Divera User IDs": {
"en": "Alarm only for following Divera User IDs",
"de": "Alarm nur für folgende Divera-Benutzer-IDs",
"Alarm only for following Divera user IDs": {
"en": "Alarm only for following Divera user IDs",
"de": "Alarm nur für folgende Divera Benutzer-IDs",
"ru": "Тревога только для следующих идентификаторов пользователя Divera",
"pt": "Alarme apenas para os seguintes IDs de usuário Divera",
"nl": "Alarm alleen voor volgende Divera gebruikers-ID's",
Expand All @@ -88,7 +88,7 @@ systemDictionary = {
},
"Divera alarm groups": {
"en": "Divera alarm groups",
"de": "Divera Alarmgruppen",
"de": "Divera Alarm-Gruppen",
"ru": "Группы сигналов тревоги Divera",
"pt": "Grupos de alarme Divera",
"nl": "Divera alarmgroepen",
Expand All @@ -100,7 +100,7 @@ systemDictionary = {
},
"Alarm only for following Divera alarm groups": {
"en": "Alarm only for following Divera alarm groups",
"de": "Alarm nur für folgende Divera-Alarmgruppen",
"de": "Alarm nur für folgende Divera Alarm-Gruppen",
"ru": "Тревога только для следующих групп тревог Divera",
"pt": "Alarme apenas para os seguintes grupos de alarme Divera",
"nl": "Alarm alleen voor volgende Divera alarmgroepen",
Expand All @@ -124,7 +124,7 @@ systemDictionary = {
},
"minimum 10 seconds": {
"en": "minimum 10 seconds",
"de": "mindestens 10 Sekunden",
"de": "Minimum 10 Sekunden",
"ru": "минимум 10 секунд",
"pt": "mínimo 10 segundos",
"nl": "minimaal 10 seconden",
Expand Down
6 changes: 5 additions & 1 deletion io-package.json
Original file line number Diff line number Diff line change
@@ -1,8 +1,12 @@
{
"common": {
"name": "divera247",
"version": "0.1.0",
"version": "0.1.1",
"news": {
"0.1.1": {
"en": "small changes - wording",
"de": "Kleine Änderungen in Bezeichnungen"
},
"0.1.0": {
"en": "added possibility to specify alarm groups",
"de": "Möglichkeit hinzugefügt, nur auf Alarmierungen bestimmter Alarm-Gruppe zu lauschen"
Expand Down
2 changes: 1 addition & 1 deletion package.json
Original file line number Diff line number Diff line change
Expand Up @@ -79,5 +79,5 @@
"test:package": "mocha test/package --exit",
"test:unit": "mocha test/unit --exit"
},
"version": "0.1.0"
"version": "0.1.1"
}

0 comments on commit 10dc0ec

Please sign in to comment.