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

28 lines
932 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",
2020-09-18 00:07:17 +00:00
"old_firmware": "Ancien micrologiciel non pris en charge sur l'appareil Bond - veuillez mettre \u00e0 niveau avant de continuer",
2020-07-09 00:05:04 +00:00
"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"
}
}
}
}
}