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

20 lines
592 B
JSON
Raw Normal View History

2021-07-09 00:09:30 +00:00
{
"config": {
2021-08-02 03:40:04 +00:00
"abort": {
"already_configured": "L'appareil est d\u00e9j\u00e0 configur\u00e9"
},
"error": {
"cannot_connect": "\u00c9chec de connexion",
"invalid_auth": "Authentification invalide"
},
2021-07-09 00:09:30 +00:00
"step": {
"user": {
2021-08-02 03:40:04 +00:00
"data": {
2021-08-27 00:14:42 +00:00
"api_key": "Cl\u00e9 d'API"
2021-08-02 03:40:04 +00:00
},
"description": "Veuillez saisir la cl\u00e9 API obtenue sur https://home.freedompro.eu",
2021-07-09 00:09:30 +00:00
"title": "Cl\u00e9 API Freedompro"
}
}
}
}