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

19 lines
486 B
JSON
Raw Normal View History

2021-08-19 00:13:56 +00:00
{
"config": {
"abort": {
"already_configured": "Apparaat is al geconfigureerd"
},
"error": {
2021-08-22 00:11:30 +00:00
"cannot_connect": "Kan geen verbinding maken",
2021-08-19 00:13:56 +00:00
"no_units": "Kan geen AirTouch 4-groepen vinden."
},
"step": {
"user": {
"data": {
"host": "Host"
2021-08-22 00:11:30 +00:00
},
"title": "Stel uw AirTouch 4 verbindingsgegevens in."
2021-08-19 00:13:56 +00:00
}
}
}
}