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

22 lines
811 B
JSON
Raw Normal View History

2019-10-07 00:32:19 +00:00
{
"config": {
"error": {
2019-10-16 00:32:17 +00:00
"auth": "Der API-Schl\u00fcssel ist nicht korrekt.",
"name_exists": "Name existiert bereits",
"wrong_location": "Keine Airly Luftmessstation an diesem Ort"
2019-10-07 00:32:19 +00:00
},
"step": {
"user": {
"data": {
2019-10-16 00:32:17 +00:00
"api_key": "Airly 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"
}
},
"title": "Airly"
}
}