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

37 lines
1.4 KiB
JSON
Raw Normal View History

2021-02-24 00:04:14 +00:00
{
"config": {
"abort": {
"already_configured": "Apparaat is al geconfigureerd",
"already_in_progress": "De configuratiestroom is al aan de gang",
"connection_error": "Kan geen verbinding maken"
},
"error": {
"discovery_error": "Kan geen Motion Gateway vinden"
},
2021-03-26 00:04:15 +00:00
"flow_title": "Motion Blinds",
2021-02-24 00:04:14 +00:00
"step": {
"connect": {
"data": {
"api_key": "API-sleutel"
},
2021-03-26 00:04:15 +00:00
"description": "U hebt de API-sleutel van 16 tekens nodig, zie https://www.home-assistant.io/integrations/motion_blinds/#retrieving-the-key voor instructies",
2021-02-24 00:04:14 +00:00
"title": "Motion Blinds"
},
"select": {
"data": {
"select_ip": "IP-adres"
},
2021-03-26 00:04:15 +00:00
"description": "Voer de installatie opnieuw uit als u extra Motion Gateways wilt aansluiten",
2021-02-24 00:04:14 +00:00
"title": "Selecteer de Motion Gateway waarmee u verbinding wilt maken"
},
"user": {
"data": {
"api_key": "API-sleutel",
"host": "IP-adres"
2021-03-26 00:04:15 +00:00
},
"description": "Maak verbinding met uw Motion Gateway, als het IP-adres niet is ingesteld, wordt auto-discovery gebruikt",
"title": "Motion Blinds"
2021-02-24 00:04:14 +00:00
}
}
}
}