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

20 lines
579 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-18 00:07:17 +00:00
},
"title": "Connectez-vous avec le compte mijn.ithodaalderop.nl"
2020-09-08 00:04:13 +00:00
}
2020-09-03 00:06:16 +00:00
}
}
}