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

26 lines
572 B
JSON
Raw Normal View History

2022-07-04 00:27:42 +00:00
{
2022-08-02 00:27:42 +00:00
"config": {
"error": {
"cannot_connect": "Det gick inte att ansluta."
},
"step": {
"user": {
"data": {
"latitude": "Latitud",
"longitude": "Longitud",
"name": "Namn"
}
}
}
},
2022-07-04 00:27:42 +00:00
"options": {
"step": {
"init": {
"data": {
"threshold": "Gr\u00e4nsv\u00e4rde (%)"
}
}
}
2022-08-02 00:27:42 +00:00
},
"title": "NOAA Aurora Sensor"
2022-07-04 00:27:42 +00:00
}