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

22 lines
586 B
JSON
Raw Normal View History

2021-11-26 00:12:49 +00:00
{
"config": {
"abort": {
2022-05-19 00:26:11 +00:00
"already_configured": "Apparaat is al geconfigureerd"
2021-11-26 00:12:49 +00:00
},
"error": {
"cannot_connect": "Kan geen verbinding maken"
},
"flow_title": "{name}",
"step": {
"confirm": {
2022-05-21 00:22:49 +00:00
"description": "Wil je beginnen met instellen?"
2021-11-26 00:12:49 +00:00
},
"user": {
"data": {
"host": "Host"
},
"description": "Voer de hostnaam of het IP-adres van uw TOLO Sauna-apparaat in."
}
}
}
}