From 7501699e5a11ca2a7501b50ae63bfcffc478d269 Mon Sep 17 00:00:00 2001
From: Fabian Seitz <seitzf1@yahoo.de>
Date: Thu, 27 Jan 2022 15:29:40 +0100
Subject: [PATCH] added german language support

---
 custom_components/miwifi/translations/de.json | 44 +++++++++++++++++++
 1 file changed, 44 insertions(+)
 create mode 100644 custom_components/miwifi/translations/de.json

diff --git a/custom_components/miwifi/translations/de.json b/custom_components/miwifi/translations/de.json
new file mode 100644
index 0000000..ee36e61
--- /dev/null
+++ b/custom_components/miwifi/translations/de.json
@@ -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]"
+        }
+      }
+    }
+  }
+}