From 3b449326eb5aa7b6dbdbe027cedbb6ce5f94de9f Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Benedikt=20Sch=C3=A4chner?= Date: Mon, 27 Nov 2023 19:37:47 +0100 Subject: [PATCH] Create de.json (#27) Added German translation --- .../alpha_innotec/translations/de.json | 24 +++++++++++++++++++ 1 file changed, 24 insertions(+) create mode 100644 custom_components/alpha_innotec/translations/de.json diff --git a/custom_components/alpha_innotec/translations/de.json b/custom_components/alpha_innotec/translations/de.json new file mode 100644 index 0000000..63bbed1 --- /dev/null +++ b/custom_components/alpha_innotec/translations/de.json @@ -0,0 +1,24 @@ +{ + "config": { + "abort": { + "unknown": "Unbekannter Fehler" + }, + "error": { + "invalid_auth": "Falsche Authentifizierung" + }, + "flow_title": "{name} ({host})", + "step": { + "user": { + "data": { + "gateway_ip": "Gateway IP", + "gateway_username": "Gateway Benutzername", + "gateway_password": "Gateway Passwort", + "controller_ip": "Controller IP", + "controller_username": "Controller Benutzername", + "controller_password": "Controller Passwort" + }, + "description": "Alpha Innotec Einrichtigung." + } + } + } +}