core/homeassistant/components/abode/translations/fr.json

35 lines
1.1 KiB
JSON
Raw Normal View History

2019-10-16 00:32:17 +00:00
{
"config": {
2019-10-19 00:32:15 +00:00
"abort": {
2021-02-03 10:46:49 +00:00
"reauth_successful": "La r\u00e9-authentification a r\u00e9ussi",
"single_instance_allowed": "D\u00e9ja configur\u00e9. Une seule configuration possible."
2019-10-19 00:32:15 +00:00
},
"error": {
2020-10-05 00:04:23 +00:00
"cannot_connect": "\u00c9chec de connexion",
2021-02-03 10:46:49 +00:00
"invalid_auth": "Authentification invalide",
"invalid_mfa_code": "Code MFA non valide"
2019-10-19 00:32:15 +00:00
},
2019-10-16 00:32:17 +00:00
"step": {
2021-02-03 10:46:49 +00:00
"mfa": {
"data": {
"mfa_code": "Code MFA (6 chiffres)"
},
"title": "Entrez votre code MFA pour Abode"
},
"reauth_confirm": {
"data": {
"password": "Mot de passe",
"username": "Email"
},
"title": "Remplissez vos informations de connexion Abode"
},
2019-10-16 00:32:17 +00:00
"user": {
"data": {
"password": "Mot de passe",
2021-02-03 10:46:49 +00:00
"username": "Email"
2019-10-19 00:32:15 +00:00
},
"title": "Remplissez vos informations de connexion Abode"
2019-10-16 00:32:17 +00:00
}
2020-04-15 16:51:07 +00:00
}
2020-04-16 20:00:10 +00:00
}
2019-10-16 00:32:17 +00:00
}