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

30 lines
1.0 KiB
JSON
Raw Normal View History

2019-10-07 00:32:19 +00:00
{
"config": {
2020-01-14 00:31:46 +00:00
"abort": {
2021-02-03 10:46:49 +00:00
"already_configured": "Standort ist bereits konfiguriert"
2020-01-14 00:31:46 +00:00
},
2019-10-07 00:32:19 +00:00
"error": {
2021-02-03 10:46:49 +00:00
"invalid_api_key": "Ung\u00fcltiger API-Schl\u00fcssel",
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",
2021-02-03 10:46:49 +00:00
"name": "Name"
2019-10-07 00:32:19 +00:00
},
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": {
2021-03-16 00:04:36 +00:00
"can_reach_server": "Airly-Server erreichen",
"requests_per_day": "Erlaubte Anfragen pro Tag",
"requests_remaining": "Verbleibende erlaubte Anfragen"
2020-12-23 00:03:22 +00:00
}
2020-04-16 20:00:10 +00:00
}
2019-10-07 00:32:19 +00:00
}