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

22 lines
630 B
JSON
Raw Normal View History

2020-03-24 13:18:47 +00:00
{
"config": {
"abort": {
2021-08-27 00:14:42 +00:00
"already_configured": "L'appareil est d\u00e9j\u00e0 configur\u00e9"
2020-03-24 13:18:47 +00:00
},
"error": {
2021-08-27 00:14:42 +00:00
"cannot_connect": "\u00c9chec de connexion",
"invalid_auth": "Authentification invalide",
2020-03-24 13:18:47 +00:00
"unknown": "Erreur inattendue"
},
"step": {
"user": {
"data": {
2021-08-02 03:40:04 +00:00
"brand": "Marque",
2020-03-24 13:18:47 +00:00
"password": "Mot de passe",
"username": "Nom d'utilisateur"
},
"title": "Se connecter \u00e0 mynexia.com"
}
2020-04-15 16:51:07 +00:00
}
2020-04-16 20:00:10 +00:00
}
2020-03-24 13:18:47 +00:00
}