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

41 lines
1.5 KiB
JSON
Raw Normal View History

2019-11-28 00:32:18 +00:00
{
"config": {
"error": {
2019-12-11 00:32:21 +00:00
"error_auth_app": "ID applicatif ou code secret incorrect",
2019-11-28 00:32:18 +00:00
"error_auth_mfa": "code incorrect",
"error_auth_user": "identifiant ou mot de passe incorrect"
},
"step": {
"auth_app": {
"data": {
2019-12-01 00:34:59 +00:00
"app_id": "ID de l'application",
2019-11-28 00:32:18 +00:00
"app_secret": "Secret"
},
2020-08-27 00:04:55 +00:00
"description": "ID applicatif et code secret du [compte d\u00e9veloppeur StarLine](https://my.starline.ru/developer)",
2019-11-28 00:32:18 +00:00
"title": "Informations d'identification de l'application"
},
"auth_captcha": {
"data": {
"captcha_code": "Code de l'image"
},
"description": "{captcha_img}",
"title": "Captcha"
},
"auth_mfa": {
"data": {
"mfa_code": "Code SMS"
},
2019-12-11 00:32:21 +00:00
"description": "Entrez le code envoy\u00e9 au t\u00e9l\u00e9phone {phone_number}",
2019-11-28 00:32:18 +00:00
"title": "Autorisation \u00e0 deux facteurs"
},
"auth_user": {
"data": {
"password": "Mot de passe",
"username": "Nom d'utilisateur"
},
"description": "Adresse e-mail et mot de passe du compte StarLine",
"title": "Informations d'identification de l'utilisateur"
}
2020-04-15 16:51:07 +00:00
}
2020-04-16 20:00:10 +00:00
}
2019-11-28 00:32:18 +00:00
}