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

29 lines
736 B
JSON
Raw Normal View History

{
"config": {
2019-10-22 00:32:10 +00:00
"error": {
"already_configured": "Gateway al geconfigureerd",
2020-11-11 11:10:09 +00:00
"id_exists": "Gateway id bestaat al"
2019-10-22 00:32:10 +00:00
},
"step": {
"init": {
"data": {
"device": "Pad of URL",
2019-10-16 00:32:17 +00:00
"id": "ID",
2020-04-08 00:08:19 +00:00
"name": "Naam"
},
"title": "OpenTherm Gateway"
}
2020-04-15 16:51:07 +00:00
}
2019-10-22 00:32:10 +00:00
},
"options": {
"step": {
"init": {
"data": {
"floor_temperature": "Vloertemperatuur",
"precision": "Precisie"
},
"description": "Opties voor de OpenTherm Gateway"
}
}
2020-04-16 20:00:10 +00:00
}
}