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

19 lines
499 B
JSON
Raw Normal View History

2020-09-03 00:06:16 +00:00
{
"config": {
"abort": {
"single_instance_allowed": "D\u00e9j\u00e0 configur\u00e9. Une seule configuration possible."
2020-09-08 00:04:13 +00:00
},
"error": {
"invalid_auth": "Authentification invalide",
"unknown": "Erreur inattendue"
},
"step": {
"user": {
"data": {
"password": "Mot de passe",
"username": "Nom d'utilisateur"
}
}
2020-09-03 00:06:16 +00:00
}
}
}