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

26 lines
572 B
JSON

{
"config": {
"error": {
"cannot_connect": "Kan geen verbinding maken"
},
"step": {
"user": {
"data": {
"latitude": "Breedtegraad",
"longitude": "Lengtegraad",
"name": "Naam"
}
}
}
},
"options": {
"step": {
"init": {
"data": {
"threshold": "Drempelwaarde (%)"
}
}
}
},
"title": "NOAA Aurora Sensor"
}