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

28 lines
868 B
JSON

{
"config": {
"abort": {
"reauth_successful": "La r\u00e9-authentification a r\u00e9ussi"
},
"error": {
"cannot_connect": "\u00c9chec de la connexion ",
"invalid_auth": "Authentification invalide ",
"unknown": "Erreur inattendue"
},
"step": {
"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"
},
"user": {
"data": {
"host": "Hote",
"port": "Port",
"token": "jeton d'acc\u00e8s"
}
}
}
}
}