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

29 lines
922 B
JSON
Raw Normal View History

2020-09-03 00:06:16 +00:00
{
"config": {
"abort": {
"already_configured_account": "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"
}
}
}
}
}