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

26 lines
558 B
JSON
Raw Normal View History

2020-11-13 00:10:16 +00:00
{
"config": {
"error": {
"cannot_connect": "Tilkobling mislyktes"
},
"step": {
"user": {
"data": {
"latitude": "Breddegrad",
"longitude": "Lengdegrad",
"name": "Navn"
}
}
}
},
"options": {
"step": {
"init": {
"data": {
"threshold": "Terskel (%)"
}
}
}
},
"title": "NOAA Aurora-sensor"
}