-
-
Notifications
You must be signed in to change notification settings - Fork 7
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
update admin interface to JSON-Config
- Loading branch information
DutchmanNL
committed
Oct 31, 2023
1 parent
902525b
commit 0c8d4c2
Showing
15 changed files
with
287 additions
and
232 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
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,7 @@ | ||
{ | ||
"Password": "Kennwort", | ||
"Username": "Benutzername", | ||
"Your Discovergy Username": "Ihr Discovergy-Benutzername", | ||
"discovergy adapter settings": "Adaptereinstellungen für discovergy", | ||
"intervall": "Aktualisierungsintervall in Sekunde" | ||
} |
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 |
---|---|---|
@@ -0,0 +1,7 @@ | ||
{ | ||
"Password": "Password", | ||
"Username": "Username", | ||
"Your Discovergy Username": "Your Discovergy Username", | ||
"discovergy adapter settings": "Adapter settings for discovergy", | ||
"intervall": "Refresh intervall in second" | ||
} |
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 |
---|---|---|
@@ -0,0 +1,7 @@ | ||
{ | ||
"Password": "La opción 2 no es", | ||
"Username": "La opción 1 es genial", | ||
"Your Discovergy Username": "Su nombre de usuario de Discovergy", | ||
"discovergy adapter settings": "Ajustes del adaptador para discovergy", | ||
"intervall": "Actualizar intervalo en segundo" | ||
} |
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 |
---|---|---|
@@ -0,0 +1,7 @@ | ||
{ | ||
"Password": "L'option 2 n'est pas", | ||
"Username": "L'option 1 est cool", | ||
"Your Discovergy Username": "Votre nom d'utilisateur Discovergy", | ||
"discovergy adapter settings": "Paramètres d'adaptateur pour discovergy", | ||
"intervall": "Rafraîchir l'intervalle en seconde" | ||
} |
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 |
---|---|---|
@@ -0,0 +1,7 @@ | ||
{ | ||
"Password": "L'opzione 2 no", | ||
"Username": "L'opzione 1 è cool", | ||
"Your Discovergy Username": "Il tuo nome utente Discovergy", | ||
"discovergy adapter settings": "Impostazioni dell'adattatore per discovergy", | ||
"intervall": "Intervallo di aggiornamento al secondo" | ||
} |
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 |
---|---|---|
@@ -0,0 +1,7 @@ | ||
{ | ||
"Password": "Optie 2 is dat niet", | ||
"Username": "Optie 1 is cool", | ||
"Your Discovergy Username": "Uw Discoverygy-gebruikersnaam", | ||
"discovergy adapter settings": "Adapterinstellingen voor discovergy", | ||
"intervall": "Vernieuw intervall in seconde" | ||
} |
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 |
---|---|---|
@@ -0,0 +1,7 @@ | ||
{ | ||
"Password": "Opcja 2 nie jest", | ||
"Username": "Opcja 1 jest fajna", | ||
"Your Discovergy Username": "Twoja nazwa użytkownika Discovery", | ||
"discovergy adapter settings": "Ustawienia adaptera dla discovergy", | ||
"intervall": "Odśwież interwał w sekundę" | ||
} |
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 |
---|---|---|
@@ -0,0 +1,7 @@ | ||
{ | ||
"Password": "A opção 2 não é", | ||
"Username": "Opção 1 é legal", | ||
"Your Discovergy Username": "Seu nome de usuário do Discovergy", | ||
"discovergy adapter settings": "Configurações do adaptador para discovergy", | ||
"intervall": "Atualizar intervalo em segundo" | ||
} |
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 |
---|---|---|
@@ -0,0 +1,7 @@ | ||
{ | ||
"Password": "Вариант 2 не", | ||
"Username": "Вариант 1 - это круто", | ||
"Your Discovergy Username": "Ваше имя пользователя Discovery", | ||
"discovergy adapter settings": "Настройки адаптера для discovergy", | ||
"intervall": "Обновить интервал в секунду" | ||
} |
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 |
---|---|---|
@@ -0,0 +1,7 @@ | ||
{ | ||
"Password": "密码", | ||
"Username": "用户名", | ||
"Your Discovergy Username": "您的发现用户名", | ||
"discovergy adapter settings": "用于发现的适配器设置", | ||
"intervall": "刷新间隔秒" | ||
} |
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 |
---|---|---|
@@ -0,0 +1,25 @@ | ||
{ | ||
"i18n": true, | ||
"type": "panel", | ||
"items": { | ||
"Username": { | ||
"type": "text", | ||
"label": "Your Discovergy Username", | ||
"newLine": true | ||
}, | ||
"Password": { | ||
"type": "password", | ||
"label": "Password", | ||
"newLine": true, | ||
"sm": 3 | ||
}, | ||
"intervall": { | ||
"type": "number", | ||
"label": "Seconds between data polling", | ||
"sm": 1, | ||
"default": 30, | ||
"min" : 1, | ||
"max": 1800 | ||
} | ||
} | ||
} |
Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.
Oops, something went wrong.
Oops, something went wrong.