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

32 lines
909 B
JSON
Raw Normal View History

{
"config": {
2019-10-22 00:32:10 +00:00
"error": {
"already_configured": "Gateway al geconfigureerd",
2021-02-24 00:04:14 +00:00
"cannot_connect": "Kan geen verbinding maken",
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",
2021-03-22 00:08:34 +00:00
"precision": "Precisie",
2021-03-26 00:04:15 +00:00
"read_precision": "Lees Precisie",
2021-03-22 00:08:34 +00:00
"set_precision": "Precisie instellen"
2019-10-22 00:32:10 +00:00
},
"description": "Opties voor de OpenTherm Gateway"
}
}
2020-04-16 20:00:10 +00:00
}
}