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

18 lines
389 B
JSON
Raw Normal View History

2022-07-08 00:27:47 +00:00
{
"config": {
"abort": {
"already_configured": "Apparaat is al geconfigureerd"
},
"error": {
"cannot_connect": "Kan geen verbinding maken"
},
"step": {
"user": {
"data": {
"host": "Host",
"port": "Poort"
}
}
}
}
}