-
Notifications
You must be signed in to change notification settings - Fork 26
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Skip host selection if precisely one was found, make hobby profile fi…
…rst and default in list, add link to niko connected services page and add Dutch translations
- Loading branch information
fiva
authored and
fiva
committed
Nov 23, 2020
1 parent
6a4473a
commit ea2812f
Showing
4 changed files
with
56 additions
and
14 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
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 |
---|---|---|
@@ -0,0 +1,32 @@ | ||
{ | ||
"config": { | ||
"step": { | ||
"user": { | ||
"description": "Configureren controller {host} ({address}).\n Een optie is het activeren van de 'Niko Hobby API' op de Geconnecteerde services pagina: https://mynikohomecontrol.niko.eu/nlbe/ConnectedServices/Overview of je gebruikt een touchscreen profiel. Touchsceen profielen kunnen aangemaakt worden in de 'Niko Home Control programming software' onder Dashboard > Touchscreens", | ||
"title": "Verbinden met je Niko Connected Controller II", | ||
"data": { | ||
"username": "Profiel", | ||
"password": "Wachtwoord", | ||
"switches_as_lights": "Importeer schakelaars (relais) als lichten" | ||
} | ||
}, | ||
"host": { | ||
"description": "Als er geen hostnaam (alleen IP) wordt weergegeven, moet deze statisch zijn.", | ||
"title": "Kies een Niko Connected Controller II", | ||
"data": { | ||
"host": "Controller" | ||
} | ||
} | ||
}, | ||
"abort": { | ||
"single_instance_allowed": "Controller en profiel reeds toegevoegd." | ||
}, | ||
"error": { | ||
"login_check_fail_1": "Verbinding geweigerd - onjuiste protocolversie", | ||
"login_check_fail_2": "Verbinding geweigerd - ongeldige client-ID", | ||
"login_check_fail_3": "Verbinding geweigerd - server niet beschikbaar", | ||
"login_check_fail_4": "Verbinding geweigerd - onjuiste gebruikersnaam of wachtwoord", | ||
"login_check_fail_5": "Verbinding geweigerd - niet geautoriseerd" | ||
} | ||
} | ||
} |