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

31 lines
792 B
JSON
Raw Normal View History

2022-06-07 00:20:09 +00:00
{
"config": {
"abort": {
"already_configured": "Apparaat is al geconfigureerd"
},
"error": {
"cannot_connect": "Kan geen verbinding maken",
"unknown": "Onverwachte fout"
},
"flow_title": "{name} {model} ({host})",
"step": {
"confirm": {
"description": "Wilt u {name} {model} ({host}) instellen?"
},
"user": {
"data": {
"host": "Host"
}
}
}
2022-06-13 00:25:34 +00:00
},
"options": {
"step": {
"init": {
"data": {
"hold_temp": "Stel een permanente hold in bij het aanpassen van de temperatuur."
}
}
}
2022-06-07 00:20:09 +00:00
}
}