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

17 lines
490 B
JSON
Raw Normal View History

2020-11-07 00:04:02 +00:00
{
"config": {
"abort": {
2021-03-20 00:04:10 +00:00
"already_configured": "Apparaat is al geconfigureerd",
"no_stations": "Geen meetstations voor overstromingen gevonden."
2021-03-16 00:04:36 +00:00
},
"step": {
"user": {
"data": {
"station": "Station"
2021-03-20 00:04:10 +00:00
},
"description": "Selecteer het station dat u wilt monitoren",
"title": "Volg een station voor overstromingen"
2021-03-16 00:04:36 +00:00
}
2020-11-07 00:04:02 +00:00
}
}
}