Correct strings for password and connection error
### Fix * Fix strings for password and connection error in all languages
This commit is contained in:
@@ -5,18 +5,18 @@
|
|||||||
"data": {
|
"data": {
|
||||||
"region": "Region",
|
"region": "Region",
|
||||||
"username": "Email",
|
"username": "Email",
|
||||||
"password": "[%key:common::config_flow::data::password%]"
|
"password": "Password"
|
||||||
}
|
}
|
||||||
},
|
},
|
||||||
"reauth_confirm": {
|
"reauth_confirm": {
|
||||||
"title": "Reauthentiaction required for Owlet",
|
"title": "Reauthentiaction required for Owlet",
|
||||||
"data": {
|
"data": {
|
||||||
"password": "[%key:common::config_flow::data::password%]"
|
"password": "Password"
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
},
|
},
|
||||||
"error": {
|
"error": {
|
||||||
"cannot_connect": "[%key:common::config_flow::error::cannot_connect%]",
|
"cannot_connect": "Failed to connect",
|
||||||
"invalid_email": "Entered email address is incorrect",
|
"invalid_email": "Entered email address is incorrect",
|
||||||
"invalid_password": "Entered password is incorrect",
|
"invalid_password": "Entered password is incorrect",
|
||||||
"invalid_credentials": "Entered credentials are incorrect",
|
"invalid_credentials": "Entered credentials are incorrect",
|
||||||
|
|||||||
@@ -5,18 +5,18 @@
|
|||||||
"data": {
|
"data": {
|
||||||
"region": "Région",
|
"region": "Région",
|
||||||
"username": "Email",
|
"username": "Email",
|
||||||
"password": "[%key:common::config_flow::data::password%]"
|
"password": "Mot de passe"
|
||||||
}
|
}
|
||||||
},
|
},
|
||||||
"reauth_confirm": {
|
"reauth_confirm": {
|
||||||
"title": "Réauthentification requise pour Owlet",
|
"title": "Réauthentification requise pour Owlet",
|
||||||
"data": {
|
"data": {
|
||||||
"password": "[%key:common::config_flow::data::password%]"
|
"password": "Mot de passe"
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
},
|
},
|
||||||
"error": {
|
"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_email": "L'adresse e-mail saisie est incorrecte",
|
||||||
"invalid_password": "Le mot de passe saisi est incorrect",
|
"invalid_password": "Le mot de passe saisi est incorrect",
|
||||||
"invalid_credentials": "Les informations d'identification saisies sont incorrectes",
|
"invalid_credentials": "Les informations d'identification saisies sont incorrectes",
|
||||||
@@ -118,4 +118,4 @@
|
|||||||
}
|
}
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
@@ -5,18 +5,18 @@
|
|||||||
"data": {
|
"data": {
|
||||||
"region": "Region",
|
"region": "Region",
|
||||||
"username": "Email",
|
"username": "Email",
|
||||||
"password": "[%key:common::config_flow::data::password%]"
|
"password": "Password"
|
||||||
}
|
}
|
||||||
},
|
},
|
||||||
"reauth_confirm": {
|
"reauth_confirm": {
|
||||||
"title": "Reauthentiaction required for Owlet",
|
"title": "Reauthentiaction required for Owlet",
|
||||||
"data": {
|
"data": {
|
||||||
"password": "[%key:common::config_flow::data::password%]"
|
"password": "Password"
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
},
|
},
|
||||||
"error": {
|
"error": {
|
||||||
"cannot_connect": "[%key:common::config_flow::error::cannot_connect%]",
|
"cannot_connect": "Failed to connect",
|
||||||
"invalid_email": "Entered email address is incorrect",
|
"invalid_email": "Entered email address is incorrect",
|
||||||
"invalid_password": "Entered password is incorrect",
|
"invalid_password": "Entered password is incorrect",
|
||||||
"invalid_credentials": "Entered credentials are incorrect",
|
"invalid_credentials": "Entered credentials are incorrect",
|
||||||
|
|||||||
Reference in New Issue
Block a user