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

29 lines
892 B
JSON
Raw Normal View History

2020-09-03 00:06:16 +00:00
{
"config": {
"abort": {
2021-02-03 10:46:49 +00:00
"already_configured": "Le compte est d\u00e9j\u00e0 configur\u00e9",
2020-09-03 00:06:16 +00:00
"cannot_connect": "\u00c9chec de connexion",
2021-08-27 00:14:42 +00:00
"reauth_successful": "La r\u00e9-authentification a r\u00e9ussi",
2020-09-03 00:06:16 +00:00
"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"
}
}
}
}
}