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

26 lines
575 B
JSON
Raw Normal View History

2020-12-15 00:04:49 +00:00
{
2020-12-20 00:04:36 +00:00
"config": {
"error": {
2021-02-03 10:46:49 +00:00
"cannot_connect": "Verbindung fehlgeschlagen"
},
"step": {
"user": {
"data": {
"latitude": "Breitengrad",
"longitude": "L\u00e4ngengrad",
"name": "Name"
}
}
2020-12-20 00:04:36 +00:00
}
},
2020-12-15 00:04:49 +00:00
"options": {
"step": {
"init": {
"data": {
"threshold": "Schwellenwert (%)"
}
}
}
2021-02-03 10:46:49 +00:00
},
"title": "NOAA Aurora-Sensor"
2020-12-15 00:04:49 +00:00
}