1
mirror of https://github.com/home-assistant/core synced 2024-09-28 03:04:04 +02:00
ha-core/homeassistant/components/aurora/translations/nl.json
2022-05-17 00:23:03 +00:00

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"
}