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

18 lines
420 B
JSON
Raw Normal View History

2020-07-06 00:02:55 +00:00
{
"config": {
"abort": {
"already_configured": "L'appareil est d\u00e9j\u00e0 configur\u00e9"
},
"error": {
2022-03-13 00:18:58 +00:00
"invalid_auth": "Authentification non valide"
2020-07-06 00:02:55 +00:00
},
"step": {
"user": {
"data": {
2022-03-11 00:21:48 +00:00
"email": "Courriel",
2020-07-06 00:02:55 +00:00
"password": "Mot de passe"
2022-05-19 00:26:11 +00:00
}
2020-07-06 00:02:55 +00:00
}
}
}
}