-
-
Notifications
You must be signed in to change notification settings - Fork 13
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Merge pull request #98 from alexbelgium/patch-1
feat: add french translation
- Loading branch information
Showing
1 changed file
with
38 additions
and
0 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,38 @@ | ||
{ | ||
"config": { | ||
"step": { | ||
"user": { | ||
"description": "Si vous configurez ce composant pour la première fois et avez besoin d'aide, veuillez consulter la [page de la communauté](https://community.home-assistant.io/t/added-support-for-vaillant-thermostat-how-to-integrate-in-official-release/31858). Vous y trouverez comment extraire l'Identification et la Clé secréte du client.", | ||
"data": { | ||
"client_id": "Identification du client", | ||
"client_secret": "Clé secrète du client", | ||
"username": "Nom d'utilisateur", | ||
"password": "Mot de passe utilisateur", | ||
"user_prefix": "Préfixe utilisateur", | ||
"app_version": "Version de l'application" | ||
} | ||
}, | ||
"reauth": { | ||
"description": "Les jetons d'identification du composant ont expiré et vous avez besoin de vous ré-authentifier à l'API. Comme vos identifiants ne sont jamais stockés, vous devrez les introduire de nouveau.", | ||
"data": { | ||
"client_id": "Identification du client", | ||
"client_secret": "Clé secrète du client", | ||
"username": "Nom d'utilisateur", | ||
"password": "Mot de passe utilisateur", | ||
"user_prefix": "Préfixe utilisateur", | ||
"app_version": "Version de l'application" | ||
} | ||
} | ||
}, | ||
"error": { | ||
"invalid_auth": "Erreur d'authentification", | ||
"cannot_connect": "Erreur de connection", | ||
"unknown": "Erreur inconnue" | ||
}, | ||
"abort": { | ||
"reauth_successful": "Authentification réussie", | ||
"already_in_progress": "La configuration de cet utilisateur est déjà en cours", | ||
"already_configured": "La configuration de cet utilisateur a déjà été réalisée" | ||
} | ||
} | ||
} |