forked from neilzilla/hass-renpho
-
-
Notifications
You must be signed in to change notification settings - Fork 0
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
- Loading branch information
1 parent
04e8f76
commit a9230b1
Showing
1 changed file
with
23 additions
and
0 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,23 @@ | ||
{ | ||
"config": { | ||
"step": { | ||
"user": { | ||
"data": { | ||
"email": "Geben Sie Ihre E-Mail-Adresse für Ihr veraltetes Renpho-Konto ein.", | ||
"password": "Geben Sie Ihr Renpho-Kontopasswort ein.", | ||
"refresh": "Stellen Sie die Datenaktualisierungsrate in Sekunden ein. Standard ist 60 Sekunden.", | ||
"unit_of_measurement": "Wählen Sie die Maßeinheit für das Gewicht. Die Optionen sind Kilogramm (kg) oder Pfund (lbs).", | ||
"proxy": "Optional: Geben Sie einen Proxy-Server an (z.B. 'http://127.0.0.1:8080')." | ||
} | ||
} | ||
}, | ||
"error": { | ||
"cannot_connect": "Verbindung zum Dienst kann nicht hergestellt werden", | ||
"invalid_auth": "Ungültige Authentifizierung", | ||
"unknown": "Ein unbekannter Fehler ist aufgetreten" | ||
}, | ||
"abort": { | ||
"already_configured": "Gerät ist bereits konfiguriert" | ||
} | ||
} | ||
} |