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

20 lines
559 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",
2022-03-13 00:18:58 +00:00
"invalid_auth": "Authentification non valide",
2021-11-16 00:18:33 +00:00
"unknown": "Erreur inattendue"
2021-12-12 00:14:30 +00:00
},
"step": {
"user": {
"data": {
"api_key": "Cl\u00e9 d'API"
2022-05-19 00:26:11 +00:00
}
2021-12-12 00:14:30 +00:00
}
2021-11-16 00:18:33 +00:00
}
}
}