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

28 lines
871 B
JSON
Raw Normal View History

2021-02-06 00:07:22 +00:00
{
"config": {
2021-04-11 00:04:41 +00:00
"abort": {
"reauth_successful": "La r\u00e9-authentification a r\u00e9ussi"
},
2021-02-06 00:07:22 +00:00
"error": {
2021-08-27 00:14:42 +00:00
"cannot_connect": "\u00c9chec de connexion",
2022-03-13 00:18:58 +00:00
"invalid_auth": "Authentification non valide",
2021-02-19 00:03:06 +00:00
"unknown": "Erreur inattendue"
2021-02-06 00:07:22 +00:00
},
"step": {
2021-04-11 00:04:41 +00:00
"reauth_confirm": {
"data": {
"token": "Jeton d'acc\u00e8s"
},
"description": "L'int\u00e9gration Nuki doit s'authentifier de nouveau avec votre pont.",
2021-08-27 00:14:42 +00:00
"title": "R\u00e9-authentifier l'int\u00e9gration"
2021-04-11 00:04:41 +00:00
},
2021-02-06 00:07:22 +00:00
"user": {
"data": {
2021-08-27 00:14:42 +00:00
"host": "H\u00f4te",
2021-02-06 00:07:22 +00:00
"port": "Port",
2021-08-27 00:14:42 +00:00
"token": "Jeton d'acc\u00e8s"
2021-02-06 00:07:22 +00:00
}
}
}
}
}