diff --git a/custom_components/owlet/translations/en.json b/custom_components/owlet/translations/en.json index 273a7a4..2d0cec1 100644 --- a/custom_components/owlet/translations/en.json +++ b/custom_components/owlet/translations/en.json @@ -5,18 +5,18 @@ "data": { "region": "Region", "username": "Email", - "password": "[%key:common::config_flow::data::password%]" + "password": "Password" } }, "reauth_confirm": { "title": "Reauthentiaction required for Owlet", "data": { - "password": "[%key:common::config_flow::data::password%]" + "password": "Password" } } }, "error": { - "cannot_connect": "[%key:common::config_flow::error::cannot_connect%]", + "cannot_connect": "Failed to connect", "invalid_email": "Entered email address is incorrect", "invalid_password": "Entered password is incorrect", "invalid_credentials": "Entered credentials are incorrect", diff --git a/custom_components/owlet/translations/fr.json b/custom_components/owlet/translations/fr.json index 31e0d56..cabb7cc 100644 --- a/custom_components/owlet/translations/fr.json +++ b/custom_components/owlet/translations/fr.json @@ -5,18 +5,18 @@ "data": { "region": "Région", "username": "Email", - "password": "[%key:common::config_flow::data::password%]" + "password": "Mot de passe" } }, "reauth_confirm": { "title": "Réauthentification requise pour Owlet", "data": { - "password": "[%key:common::config_flow::data::password%]" + "password": "Mot de passe" } } }, "error": { - "cannot_connect": "[%key:common::config_flow::error::cannot_connect%]", + "cannot_connect": "N'a pas réussi à se connecter", "invalid_email": "L'adresse e-mail saisie est incorrecte", "invalid_password": "Le mot de passe saisi est incorrect", "invalid_credentials": "Les informations d'identification saisies sont incorrectes", @@ -118,4 +118,4 @@ } } } -} +} \ No newline at end of file diff --git a/custom_components/owlet/translations/uk.json b/custom_components/owlet/translations/uk.json index 3bf9f63..eb3ae03 100644 --- a/custom_components/owlet/translations/uk.json +++ b/custom_components/owlet/translations/uk.json @@ -5,18 +5,18 @@ "data": { "region": "Region", "username": "Email", - "password": "[%key:common::config_flow::data::password%]" + "password": "Password" } }, "reauth_confirm": { "title": "Reauthentiaction required for Owlet", "data": { - "password": "[%key:common::config_flow::data::password%]" + "password": "Password" } } }, "error": { - "cannot_connect": "[%key:common::config_flow::error::cannot_connect%]", + "cannot_connect": "Failed to connect", "invalid_email": "Entered email address is incorrect", "invalid_password": "Entered password is incorrect", "invalid_credentials": "Entered credentials are incorrect",