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