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

27 lines
790 B
JSON
Raw Normal View History

2020-07-09 00:05:04 +00:00
{
"config": {
2020-09-08 00:04:13 +00:00
"abort": {
"already_configured": "L'appareil est d\u00e9j\u00e0 configur\u00e9"
},
2020-07-09 00:05:04 +00:00
"error": {
"cannot_connect": "Echec de connexion",
"invalid_auth": "Authentification invalide",
"unknown": "Erreur inattendue"
},
2020-09-08 00:04:13 +00:00
"flow_title": "Bond : {bond_id} ({h\u00f4te})",
2020-07-09 00:05:04 +00:00
"step": {
2020-09-08 00:04:13 +00:00
"confirm": {
"data": {
"access_token": "Jeton d'acc\u00e8s"
},
"description": "Voulez-vous configurer {bond_id} ?"
},
2020-07-09 00:05:04 +00:00
"user": {
"data": {
"access_token": "Token d'acc\u00e8s",
"host": "H\u00f4te"
}
}
}
}
}