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

28 lines
868 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": {
"cannot_connect": "\u00c9chec de la connexion ",
2021-02-19 00:03:06 +00:00
"invalid_auth": "Authentification invalide ",
"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.",
"title": "R\u00e9authentifier l'int\u00e9gration"
},
2021-02-06 00:07:22 +00:00
"user": {
"data": {
"host": "Hote",
"port": "Port",
"token": "jeton d'acc\u00e8s"
}
}
}
}
}