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

43 lines
1.5 KiB
JSON
Raw Normal View History

2021-02-24 00:04:14 +00:00
{
"config": {
"abort": {
2022-05-15 00:30:16 +00:00
"already_configured": "Apparaat is al geconfigureerd",
2022-05-21 00:22:49 +00:00
"already_in_progress": "De configuratie is momenteel al bezig",
2021-02-24 00:04:14 +00:00
"connection_error": "Kan geen verbinding maken"
},
"error": {
2022-05-19 00:26:11 +00:00
"discovery_error": "Kan geen Motion Gateway vinden"
2021-02-24 00:04:14 +00:00
},
2022-04-29 00:22:21 +00:00
"flow_title": "{short_mac} ({ip_address})",
2021-02-24 00:04:14 +00:00
"step": {
"connect": {
"data": {
2022-05-19 00:26:11 +00:00
"api_key": "API-sleutel"
2021-02-24 00:04:14 +00:00
},
2022-05-19 00:26:11 +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
},
"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": {
"host": "IP-adres"
2021-03-26 00:04:15 +00:00
},
2022-05-19 00:26:11 +00:00
"description": "Maak verbinding met uw Motion Gateway, als het IP-adres niet is ingesteld, wordt auto-discovery gebruikt"
2021-02-24 00:04:14 +00:00
}
}
2021-10-21 00:12:43 +00:00
},
"options": {
"step": {
"init": {
"data": {
"wait_for_push": "Wacht op multicast push bij update"
2022-05-19 00:26:11 +00:00
}
2021-10-21 00:12:43 +00:00
}
}
2021-02-24 00:04:14 +00:00
}
}