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

27 lines
1023 B
JSON
Raw Normal View History

2020-08-29 00:03:59 +00:00
{
"config": {
"error": {
2021-02-03 10:46:49 +00:00
"already_configured": "Le compte est d\u00e9j\u00e0 configur\u00e9",
2020-10-30 00:02:45 +00:00
"cannot_connect": "\u00c9chec de connexion",
"invalid_auth": "Authentification invalide"
2020-09-02 00:03:29 +00:00
},
2021-02-06 00:07:22 +00:00
"flow_title": "OVO Energy: {username}",
2020-09-02 00:03:29 +00:00
"step": {
2021-02-03 10:46:49 +00:00
"reauth": {
"data": {
"password": "Mot de passe"
2021-02-06 00:07:22 +00:00
},
"description": "L'authentification a \u00e9chou\u00e9 pour OVO Energy. Veuillez saisir vos informations d'identification actuelles.",
"title": "R\u00e9authentification"
2021-02-03 10:46:49 +00:00
},
2020-09-02 00:03:29 +00:00
"user": {
2020-09-08 00:04:13 +00:00
"data": {
"password": "Mot de passe",
"username": "Nom d'utilisateur"
},
2020-09-18 00:07:17 +00:00
"description": "Configurez une instance OVO Energy pour acc\u00e9der \u00e0 votre consommation d'\u00e9nergie.",
2020-09-02 00:03:29 +00:00
"title": "Ajouter un compte OVO Energy"
}
2020-08-29 00:03:59 +00:00
}
}
}