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

23 lines
675 B
JSON
Raw Normal View History

2021-11-16 00:18:33 +00:00
{
"config": {
2021-12-12 00:14:30 +00:00
"abort": {
"already_configured": "L'appareil est d\u00e9j\u00e0 configur\u00e9"
},
2021-11-16 00:18:33 +00:00
"error": {
2021-12-12 00:14:30 +00:00
"cannot_connect": "\u00c9chec de connexion",
"unknown": "Erreur inattendue"
2021-11-16 00:18:33 +00:00
},
"step": {
"user": {
"data": {
"host": "H\u00f4te",
"password": "Mot de passe",
"pin": "Code PIN",
"ssl": "Utilise un certificat SSL",
"username": "Nom d'utilisateur"
2021-12-12 00:14:30 +00:00
},
"title": "Connectez-vous au thermostat Venstar"
2021-11-16 00:18:33 +00:00
}
}
}
}