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

49 lines
1.9 KiB
JSON
Raw Normal View History

2020-03-02 00:31:47 +00:00
{
"config": {
"abort": {
2020-04-26 00:02:45 +00:00
"already_configured": "Diese Koordinaten oder Node/Pro ID sind bereits registriert."
2020-03-02 00:31:47 +00:00
},
"error": {
2020-04-26 00:02:45 +00:00
"general_error": "Es gab einen unbekannten Fehler.",
"invalid_api_key": "Ung\u00fcltiger API-Schl\u00fcssel bereitgestellt.",
"unable_to_connect": "Verbindung zum Node/Pro-Ger\u00e4t nicht m\u00f6glich."
2020-03-02 00:31:47 +00:00
},
"step": {
2020-04-26 00:02:45 +00:00
"geography": {
2020-03-02 00:31:47 +00:00
"data": {
"api_key": "API-Schl\u00fcssel",
"latitude": "Breitengrad",
2020-04-08 00:08:19 +00:00
"longitude": "L\u00e4ngengrad"
2020-05-01 00:02:55 +00:00
},
"title": "Konfigurieren Sie eine Geografie"
2020-04-26 00:02:45 +00:00
},
"node_pro": {
"data": {
"ip_address": "IP-Adresse/Hostname des Ger\u00e4ts",
2020-06-07 00:03:28 +00:00
"password": "Passwort"
2020-04-26 00:02:45 +00:00
},
"description": "\u00dcberwachen Sie eine pers\u00f6nliche AirVisual-Einheit. Das Passwort kann von der Benutzeroberfl\u00e4che des Ger\u00e4ts abgerufen werden.",
"title": "Konfigurieren Sie einen AirVisual Node/Pro"
},
"user": {
"data": {
"cloud_api": "Geografische Position",
"node_pro": "AirVisual Node Pro",
"type": "Integrationstyp"
2020-03-02 00:31:47 +00:00
},
2020-04-26 00:02:45 +00:00
"description": "W\u00e4hlen Sie aus, welche Art von AirVisual-Daten Sie \u00fcberwachen m\u00f6chten.",
2020-03-02 00:31:47 +00:00
"title": "Konfigurieren Sie AirVisual"
}
2020-04-15 16:51:07 +00:00
}
2020-03-24 13:18:47 +00:00
},
"options": {
"step": {
"init": {
"data": {
"show_on_map": "Zeigen Sie die \u00fcberwachte Geografie auf der Karte an"
},
"title": "Konfigurieren Sie AirVisual"
}
}
2020-04-16 20:00:10 +00:00
}
2020-03-02 00:31:47 +00:00
}