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

20 lines
531 B
JSON
Raw Normal View History

2020-02-17 00:31:56 +00:00
{
"config": {
2020-05-25 00:02:49 +00:00
"abort": {
2021-08-27 00:14:42 +00:00
"already_configured": "L'appareil est d\u00e9j\u00e0 configur\u00e9"
2020-05-25 00:02:49 +00:00
},
"error": {
2021-08-27 00:14:42 +00:00
"cannot_connect": "\u00c9chec de connexion",
2022-03-13 00:18:58 +00:00
"invalid_auth": "Authentification non valide",
2021-08-27 00:14:42 +00:00
"unknown": "Erreur inattendue"
2020-05-25 00:02:49 +00:00
},
2020-03-28 00:08:09 +00:00
"step": {
"user": {
2020-05-13 18:27:21 +00:00
"data": {
2021-08-27 00:14:42 +00:00
"access_token": "Jeton d'acc\u00e8s",
"host": "H\u00f4te"
2022-05-19 00:26:11 +00:00
}
2020-03-28 00:08:09 +00:00
}
2020-04-15 16:51:07 +00:00
}
2020-04-16 20:00:10 +00:00
}
2020-02-17 00:31:56 +00:00
}