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

31 lines
889 B
JSON
Raw Normal View History

{
"config": {
2019-10-22 00:32:10 +00:00
"error": {
"already_configured": "Gateway al geconfigureerd",
"id_exists": "Gateway id bestaat al",
"serial_error": "Fout bij het verbinden met het apparaat",
"timeout": "Er is een time-out opgetreden voor de verbindingspoging"
},
"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
}
}