Skip to content

Commit

Permalink
Create de.json
Browse files Browse the repository at this point in the history
  • Loading branch information
antoinebou12 authored Apr 19, 2024
1 parent 04e8f76 commit a9230b1
Showing 1 changed file with 23 additions and 0 deletions.
23 changes: 23 additions & 0 deletions custom_components/renpho/translations/de.json
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"
}
}
}

0 comments on commit a9230b1

Please sign in to comment.