From 67ce7baa4c4d3225784a9d6a8aa6cf0e96cfa71a Mon Sep 17 00:00:00 2001 From: Malene Trab Date: Thu, 11 Jan 2024 13:09:39 +0100 Subject: [PATCH] Language Update --- .../webastoconnect/translations/da.json | 19 +++++++++++++++++++ .../webastoconnect/translations/en.json | 4 ++-- 2 files changed, 21 insertions(+), 2 deletions(-) create mode 100644 custom_components/webastoconnect/translations/da.json diff --git a/custom_components/webastoconnect/translations/da.json b/custom_components/webastoconnect/translations/da.json new file mode 100644 index 0000000..897c40d --- /dev/null +++ b/custom_components/webastoconnect/translations/da.json @@ -0,0 +1,19 @@ +{ + "config": { + "abort": { + "already_configured": "Enheden er allerede konfigureret" + }, + "error": { + "invalid_auth": "Invalid authentication" + }, + "step": { + "user": { + "data": { + "email": "Email", + "password": "Kodeord" + } + } + }, + "title": "Webasto Connect (ThermoConnect)" + } +} \ No newline at end of file diff --git a/custom_components/webastoconnect/translations/en.json b/custom_components/webastoconnect/translations/en.json index fa3fbb9..e065b48 100644 --- a/custom_components/webastoconnect/translations/en.json +++ b/custom_components/webastoconnect/translations/en.json @@ -1,6 +1,5 @@ { "config": { - "title": "Webasto Connect (ThermoConnect)", "abort": { "already_configured": "Device is already configured" }, @@ -14,6 +13,7 @@ "password": "Password" } } - } + }, + "title": "Webasto Connect (ThermoConnect)" } } \ No newline at end of file