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

35 lines
1.1 KiB
JSON
Raw Normal View History

2020-09-15 00:09:18 +00:00
{
"config": {
2021-02-03 10:46:49 +00:00
"abort": {
"already_configured": "Standort ist bereits konfiguriert"
},
2020-12-20 00:04:36 +00:00
"error": {
2021-02-03 10:46:49 +00:00
"cannot_connect": "Verbindung fehlgeschlagen",
"invalid_api_key": "Ung\u00fcltiger API-Schl\u00fcssel"
2020-12-20 00:04:36 +00:00
},
2020-09-15 00:09:18 +00:00
"step": {
"user": {
"data": {
2021-07-22 00:10:31 +00:00
"api_key": "API-Schl\u00fcssel",
2020-09-15 00:09:18 +00:00
"language": "Sprache",
"latitude": "Breitengrad",
"longitude": "L\u00e4ngengrad",
2020-10-22 00:09:52 +00:00
"mode": "Modus",
"name": "Name der Integration"
2020-09-27 00:06:49 +00:00
},
2021-07-10 00:09:24 +00:00
"description": "Richte die OpenWeatherMap-Integration ein. Zum Generieren des API-Schl\u00fcssels gehe auf https://openweathermap.org/appid",
2020-09-27 00:06:49 +00:00
"title": "OpenWeatherMap"
2020-09-15 00:09:18 +00:00
}
}
},
"options": {
"step": {
"init": {
"data": {
"language": "Sprache",
"mode": "Modus"
}
}
}
}
}