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

32 lines
815 B
JSON

{
"config": {
"abort": {
"already_configured": "Apparaat is al geconfigureerd"
},
"error": {
"cannot_connect": "Kan geen verbinding maken"
},
"flow_title": "{name}",
"step": {
"confirm": {
"description": "Wil je beginnen met instellen?"
},
"user": {
"data": {
"host": "Host"
},
"description": "Voer de hostnaam of het IP-adres van uw TOLO Sauna-apparaat in."
}
}
},
"entity": {
"select": {
"lamp_mode": {
"state": {
"automatic": "Automatisch",
"manual": "Handmatig"
}
}
}
}
}