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

21 lines
592 B
JSON
Raw Normal View History

2021-11-16 00:18:33 +00:00
{
"config": {
"abort": {
2021-12-12 00:14:30 +00:00
"already_configured": "L'appareil est d\u00e9j\u00e0 configur\u00e9",
"reauth_successful": "La r\u00e9-authentification a r\u00e9ussi"
2021-11-16 00:18:33 +00:00
},
"error": {
"cannot_connect": "\u00c9chec de connexion",
"invalid_auth": "Authentification invalide",
"unknown": "Erreur inattendue"
2021-12-12 00:14:30 +00:00
},
"step": {
"user": {
"data": {
"api_key": "Cl\u00e9 d'API"
},
"title": "Efergy"
}
2021-11-16 00:18:33 +00:00
}
}
}