-
-
Notifications
You must be signed in to change notification settings - Fork 17
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Merge pull request #15 from FaserF/main
added german language support
- Loading branch information
Showing
1 changed file
with
44 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,44 @@ | ||
{ | ||
"config": { | ||
"abort": { | ||
"updated": "Daten wurden aktualisiert. Bitte Home Assistant neustarten." | ||
}, | ||
"error": { | ||
"ip_address.not_matched": "Ungültige IP Adresse", | ||
"password.not_matched": "Ungültiges Passwort", | ||
"connection": "Fehler bei der Herstellung einer Verbindung" | ||
}, | ||
"step": { | ||
"auth": { | ||
"description": "Gib die IP Adresse und das Passwort deines MiWifi Routers ein", | ||
"data": { | ||
"ip_address": "IP Adresse", | ||
"password": "Passwort" | ||
} | ||
} | ||
} | ||
}, | ||
"options": { | ||
"abort": { | ||
"updated": "Daten wurden aktualisiert. Bitte Home Assistant neustarten." | ||
}, | ||
"error": { | ||
"ip_address.not_matched": "Ungültige IP Adresse", | ||
"password.not_matched": "Ungültiges Passwort", | ||
"connection": "Fehler bei der Herstellung einer Verbindung" | ||
}, | ||
"step": { | ||
"settings": { | ||
"description": "Gib die IP Adresse und das Passwort deines MiWifi Routers ein", | ||
"data": { | ||
"ip_address": "IP Adresse", | ||
"password": "Passwort", | ||
"scan_interval": "Scanintervall in Sekunden [PRO]", | ||
"timeout": "Timeout von Anfragen in Sekunden [PRO]", | ||
"force_load_repeater_devices": "Erzwungenes Booten von Geräten im Repeater-Modus [PRO]", | ||
"last_activity_days": "Anzahl an Tagen, die nach der letzten Aktivität gewartet werden soll [PRO]" | ||
} | ||
} | ||
} | ||
} | ||
} |