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

27 lines
917 B
JSON
Raw Normal View History

2019-10-07 00:32:19 +00:00
{
"config": {
2020-01-14 00:31:46 +00:00
"abort": {
"already_configured": "Die Airly-Integration ist f\u00fcr diese Koordinaten bereits konfiguriert."
},
2019-10-07 00:32:19 +00:00
"error": {
2019-10-16 00:32:17 +00:00
"wrong_location": "Keine Airly Luftmessstation an diesem Ort"
2019-10-07 00:32:19 +00:00
},
"step": {
"user": {
"data": {
2020-06-07 00:03:28 +00:00
"api_key": "API-Schl\u00fcssel",
2019-10-07 00:32:19 +00:00
"latitude": "Breitengrad",
"longitude": "L\u00e4ngengrad",
"name": "Name der Integration"
},
2019-10-16 00:32:17 +00:00
"description": "Einrichtung der Airly-Luftqualit\u00e4t Integration. Um einen API-Schl\u00fcssel zu generieren, registriere dich auf https://developer.airly.eu/register",
2019-10-07 00:32:19 +00:00
"title": "Airly"
}
2020-04-15 16:51:07 +00:00
}
2020-12-23 00:03:22 +00:00
},
"system_health": {
"info": {
"can_reach_server": "Airly Server erreichen"
}
2020-04-16 20:00:10 +00:00
}
2019-10-07 00:32:19 +00:00
}