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

28 lines
918 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": {
2021-08-27 00:14:42 +00:00
"cannot_connect": "\u00c9chec de connexion",
2020-07-09 00:05:04 +00:00
"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"
},
2021-12-12 00:14:30 +00:00
"flow_title": "{name} ({host})",
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"
},
2021-02-25 00:05:20 +00:00
"description": "Voulez-vous configurer {name}?"
2020-09-08 00:04:13 +00:00
},
2020-07-09 00:05:04 +00:00
"user": {
"data": {
2021-08-27 00:14:42 +00:00
"access_token": "Jeton d'acc\u00e8s",
2020-07-09 00:05:04 +00:00
"host": "H\u00f4te"
}
}
}
}
}