diff --git a/custom_components/integration_blueprint/translations/en.json b/custom_components/integration_blueprint/translations/en.json index ecf368a..38cda12 100644 --- a/custom_components/integration_blueprint/translations/en.json +++ b/custom_components/integration_blueprint/translations/en.json @@ -2,8 +2,7 @@ "config": { "step": { "user": { - "title": "Blueprint", - "description": "If you need help with the configuration have a look here: https://github.com/custom-components/integration_blueprint", + "description": "If you need help with the configuration have a look here: https://github.com/ludeeus/integration_blueprint", "data": { "username": "Username", "password": "Password" @@ -11,7 +10,9 @@ } }, "error": { - "auth": "Username/Password is wrong." + "auth": "Username/Password is wrong.", + "connection": "Unable to connect to the server.", + "unknown": "Unknown error occurred." }, "abort": { "single_instance_allowed": "Only a single instance is allowed." diff --git a/custom_components/integration_blueprint/translations/fr.json b/custom_components/integration_blueprint/translations/fr.json deleted file mode 100644 index 842caa7..0000000 --- a/custom_components/integration_blueprint/translations/fr.json +++ /dev/null @@ -1,31 +0,0 @@ -{ - "config": { - "step": { - "user": { - "title": "Blueprint", - "description": "Si vous avez besoin d'aide pour la configuration, regardez ici: https://github.com/custom-components/integration_blueprint", - "data": { - "username": "Identifiant", - "password": "Mot de Passe" - } - } - }, - "error": { - "auth": "Identifiant ou mot de passe erroné." - }, - "abort": { - "single_instance_allowed": "Une seule instance est autorisée." - } - }, - "options": { - "step": { - "user": { - "data": { - "binary_sensor": "Capteur binaire activé", - "sensor": "Capteur activé", - "switch": "Interrupteur activé" - } - } - } - } -} \ No newline at end of file diff --git a/custom_components/integration_blueprint/translations/nb.json b/custom_components/integration_blueprint/translations/nb.json deleted file mode 100644 index e3ef188..0000000 --- a/custom_components/integration_blueprint/translations/nb.json +++ /dev/null @@ -1,31 +0,0 @@ -{ - "config": { - "step": { - "user": { - "title": "Blueprint", - "description": "Hvis du trenger hjep til konfigurasjon ta en titt her: https://github.com/custom-components/integration_blueprint", - "data": { - "username": "Brukernavn", - "password": "Passord" - } - } - }, - "error": { - "auth": "Brukernavn/Passord er feil." - }, - "abort": { - "single_instance_allowed": "Denne integrasjonen kan kun konfigureres en gang." - } - }, - "options": { - "step": { - "user": { - "data": { - "binary_sensor": "Binær sensor aktivert", - "sensor": "Sensor aktivert", - "switch": "Bryter aktivert" - } - } - } - } -} \ No newline at end of file