core/homeassistant/components/homematicip_cloud/.translations/nl.json

30 lines
1.3 KiB
JSON
Raw Normal View History

2018-08-02 11:42:45 +00:00
{
"config": {
"abort": {
2018-08-31 11:23:22 +00:00
"already_configured": "Accesspoint is al geconfigureerd",
2018-08-24 13:54:47 +00:00
"connection_aborted": "Kon geen verbinding maken met de HMIP-server",
2018-08-02 11:42:45 +00:00
"unknown": "Er is een onbekende fout opgetreden."
},
"error": {
"invalid_pin": "Ongeldige PIN-code, probeer het nogmaals.",
"press_the_button": "Druk op de blauwe knop.",
"register_failed": "Kan niet registreren, gelieve opnieuw te proberen.",
"timeout_button": "Blauwe knop druk op timeout, probeer het opnieuw."
},
"step": {
"init": {
"data": {
"hapid": "Accesspoint ID (SGTIN)",
"name": "Naam (optioneel, gebruikt als naamprefix voor alle apparaten)",
"pin": "Pin-Code (optioneel)"
},
2018-08-31 11:23:22 +00:00
"title": "Kies HomematicIP accesspoint"
2018-08-02 11:42:45 +00:00
},
"link": {
2018-08-31 11:23:22 +00:00
"description": "Druk op de blauwe knop op het accesspoint en de verzendknop om HomematicIP bij Home Assistant te registreren. \n\n![Locatie van knop op bridge](/static/images/config_flows/\nconfig_homematicip_cloud.png)",
"title": "Link accesspoint"
2018-08-02 11:42:45 +00:00
}
},
"title": "HomematicIP Cloud"
}
}