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

63 lines
2.4 KiB
JSON
Raw Normal View History

2020-03-02 00:31:47 +00:00
{
"config": {
"abort": {
2021-07-22 00:10:31 +00:00
"already_configured": "Diese Node/Pro ID oder Standort ist bereits konfiguriert.",
2021-02-03 10:46:49 +00:00
"reauth_successful": "Die erneute Authentifizierung war erfolgreich"
2020-03-02 00:31:47 +00:00
},
"error": {
2021-02-03 10:46:49 +00:00
"cannot_connect": "Verbindung fehlgeschlagen",
"general_error": "Unerwarteter Fehler",
2021-02-16 00:03:57 +00:00
"invalid_api_key": "Ung\u00fcltiger API-Schl\u00fcssel",
"location_not_found": "Standort nicht gefunden"
2020-03-02 00:31:47 +00:00
},
"step": {
2021-02-16 00:03:57 +00:00
"geography_by_coords": {
"data": {
"api_key": "API-Schl\u00fcssel",
"latitude": "Breitengrad",
"longitude": "L\u00e4ngengrad"
},
"description": "Verwende die AirVisual Cloud API, um einen L\u00e4ngengrad/Breitengrad zu \u00fcberwachen.",
"title": "Konfiguriere einen Standort"
},
"geography_by_name": {
"data": {
"api_key": "API-Schl\u00fcssel",
"city": "Stadt",
"country": "Land",
"state": "Bundesland"
},
"description": "Verwende die AirVisual Cloud API, um ein(e) Stadt/Bundesland/Land zu \u00fcberwachen.",
"title": "Konfiguriere einen Standort"
},
2020-04-26 00:02:45 +00:00
"node_pro": {
"data": {
2021-02-03 10:46:49 +00:00
"ip_address": "Host",
2020-06-07 00:03:28 +00:00
"password": "Passwort"
2020-04-26 00:02:45 +00:00
},
2021-07-10 00:09:24 +00:00
"description": "\u00dcberwache eine pers\u00f6nliche AirVisual-Einheit. Das Passwort kann von der Benutzeroberfl\u00e4che des Ger\u00e4ts abgerufen werden.",
"title": "Konfiguriere einen AirVisual Node/Pro"
2020-04-26 00:02:45 +00:00
},
2020-10-18 00:03:28 +00:00
"reauth_confirm": {
"data": {
2021-07-22 00:10:31 +00:00
"api_key": "API-Schl\u00fcssel"
2021-02-16 00:03:57 +00:00
},
"title": "AirVisual erneut authentifizieren"
2020-10-18 00:03:28 +00:00
},
2020-04-26 00:02:45 +00:00
"user": {
2021-07-10 00:09:24 +00:00
"description": "W\u00e4hle aus, welche Art von AirVisual-Daten du \u00fcberwachen m\u00f6chtest.",
"title": "Konfiguriere AirVisual"
2020-03-02 00:31:47 +00:00
}
2020-04-15 16:51:07 +00:00
}
2020-03-24 13:18:47 +00:00
},
"options": {
"step": {
"init": {
"data": {
2021-07-10 00:09:24 +00:00
"show_on_map": "Zeige die \u00fcberwachte Geografie auf der Karte an"
2020-03-24 13:18:47 +00:00
},
2021-07-10 00:09:24 +00:00
"title": "Konfiguriere AirVisual"
2020-03-24 13:18:47 +00:00
}
}
2020-04-16 20:00:10 +00:00
}
2020-03-02 00:31:47 +00:00
}