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

30 lines
890 B
JSON
Raw Normal View History

2021-03-01 00:09:01 +00:00
{
"config": {
"abort": {
"already_configured": "Standort ist bereits konfiguriert"
},
"error": {
"invalid_api_key": "Ung\u00fcltiger API-Schl\u00fcssel"
},
"step": {
"user": {
"data": {
"api_key": "API-Schl\u00fcssel",
"latitude": "Breitengrad",
2021-03-17 00:03:55 +00:00
"longitude": "L\u00e4ngengrad",
"name": "Name der Integration"
},
2022-05-19 00:26:11 +00:00
"description": "Um den API-Schl\u00fcssel zu generieren, besuche https://opendata.aemet.es/centrodedescargas/altaUsuario"
2021-03-01 00:09:01 +00:00
}
}
2021-06-06 00:19:43 +00:00
},
"options": {
"step": {
"init": {
"data": {
2022-12-01 00:33:36 +00:00
"station_updates": "Sammeln von Daten von AEMET Wetterstationen"
2021-06-06 00:19:43 +00:00
}
}
}
2021-03-01 00:09:01 +00:00
}
}