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

23 lines
873 B
JSON
Raw Normal View History

2019-11-07 00:32:16 +00:00
{
"config": {
"error": {
2019-12-30 00:32:19 +00:00
"connection_error": "Kan geen verbinding maken met CoolMasterNet-instantie. Controleer uw host",
"no_units": "Kon geen HVAC units vinden in CoolMasterNet host."
2019-11-07 00:32:16 +00:00
},
"step": {
"user": {
2019-11-24 00:32:21 +00:00
"data": {
2019-12-30 00:32:19 +00:00
"cool": "Ondersteuning afkoelen modus",
"dry": "Ondersteuning droog modus",
"fan_only": "Ondersteunt alleen ventilatormodus",
"heat": "Ondersteuning warmtemodus",
"heat_cool": "Ondersteuning van automatische warmte/koelmodus",
"host": "Host",
2019-11-24 00:32:21 +00:00
"off": "Kan uitgeschakeld worden"
},
2019-11-07 00:32:16 +00:00
"title": "Stel uw CoolMasterNet-verbindingsgegevens in."
}
},
"title": "CoolMasterNet"
}
}