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

25 lines
771 B
JSON
Raw Normal View History

2021-11-26 00:12:49 +00:00
{
"config": {
"abort": {
2021-12-05 00:14:27 +00:00
"already_configured": "Apparaat is al geconfigureerd",
"invalid_host": "Ongeldige hostnaam of IP-adres"
2021-11-26 00:12:49 +00:00
},
"error": {
"cannot_connect": "Kan geen verbinding maken",
"unknown": "Onverwachte fout"
},
2021-12-05 00:14:27 +00:00
"flow_title": "{device}",
2021-11-26 00:12:49 +00:00
"step": {
2021-12-05 00:14:27 +00:00
"confirm_discovery": {
"description": "Wilt u {device} toevoegen aan Home Assistant?"
},
2021-11-26 00:12:49 +00:00
"user": {
"data": {
"host": "Host"
},
"description": "Configureer het IP-adres of de lokale hostnaam van uw Fronius-apparaat.",
"title": "Fronius SolarNet"
}
}
}
}