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

23 lines
705 B
JSON
Raw Normal View History

2021-04-11 00:04:41 +00:00
{
"config": {
"abort": {
2021-08-02 03:40:04 +00:00
"already_configured": "L'appareil est d\u00e9j\u00e0 configur\u00e9",
2021-08-27 00:14:42 +00:00
"reauth_successful": "La r\u00e9-authentification a r\u00e9ussi"
2021-04-11 00:04:41 +00:00
},
"error": {
"cannot_connect": "\u00c9chec de connexion",
"invalid_auth": "Authentification invalide",
"unknown": "Erreur inattendue"
},
"flow_title": "Envoy\u00e9 {serial} ({host})",
"step": {
"user": {
"data": {
2021-08-27 00:14:42 +00:00
"host": "H\u00f4te",
2021-04-11 00:04:41 +00:00
"password": "Mot de passe",
"username": "Nom d'utilisateur"
}
}
}
}
}