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

20 lines
546 B
JSON
Raw Normal View History

2021-11-26 00:12:49 +00:00
{
"config": {
"abort": {
"already_configured": "Apparaat is al geconfigureerd"
},
"error": {
"cannot_connect": "Kan geen verbinding maken",
"unknown": "Onverwachte fout"
},
"step": {
"user": {
"data": {
"host": "Host"
},
"description": "Configureer het IP-adres of de lokale hostnaam van uw Fronius-apparaat.",
"title": "Fronius SolarNet"
}
}
}
}