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

29 lines
914 B
JSON

{
"config": {
"abort": {
"already_configured": "Le compte a d\u00e9j\u00e0 \u00e9t\u00e9 configur\u00e9",
"cannot_connect": "\u00c9chec de connexion",
"reauth_successful": "Jeton d'acc\u00e8s mis \u00e0 jour avec succ\u00e8s",
"unknown": "Erreur inattendue"
},
"error": {
"cannot_connect": "\u00c9chec de connexion",
"invalid_auth": "Authentification invalide",
"unknown": "Erreur inattendue"
},
"step": {
"reauth": {
"data": {
"password": "Mot de passe",
"username": "Nom d'utilisateur"
}
},
"user": {
"data": {
"password": "Mot de passe",
"username": "Nom d'utilisateur"
}
}
}
}
}