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

20 lines
566 B
JSON
Raw Normal View History

2021-05-28 00:19:07 +00:00
{
"config": {
"abort": {
"already_configured": "Apparaat is al geconfigureerd",
"unknown": "Onverwachte fout"
},
"error": {
"not_found": "Geen apparaten gevonden op het netwerk"
},
"step": {
"user": {
"data": {
"code": "Station code"
},
2021-07-01 00:12:17 +00:00
"description": "Voer de code van het meteoklimatologische station in (bv. ESCAT4300000043206B)",
2021-05-28 00:19:07 +00:00
"title": "Meteoclimatic"
}
}
}
}