Skip to content

Commit

Permalink
Merge pull request #188 from heehoo59/patch-1
Browse files Browse the repository at this point in the history
French Translation
  • Loading branch information
itchannel authored Jun 30, 2022
2 parents 4ac077a + df282c1 commit 98509f6
Showing 1 changed file with 35 additions and 0 deletions.
35 changes: 35 additions & 0 deletions custom_components/fordpass/translations/fr.json
Original file line number Diff line number Diff line change
@@ -0,0 +1,35 @@
{
"config": {
"abort": {
"already_configured": "Le compte est déjà configuré"
},
"error": {
"cannot_connect": "Failed to connect",
"invalid_auth": "Authentification invalide",
"invalid_vin": "Le NIV n'est pas valide pour ce compte",
"unknown": "Erreur inconnue"
},
"step": {
"user": {
"data": {
"password": "Mot de Passe FordPass",
"username": "Utilisateur FordPass (Email)",
"vin": "NIV",
"region" : "Région FordPass"
}
}
}
},
"options": {
"step": {
"init": {
"data": {
"pressure_unit": "Unité de pression",
"distance_unit": "Unité de distance"
},
"description": "Configuration de Fordpass"
}
}
},
"title": "Fordpass"
}

0 comments on commit 98509f6

Please sign in to comment.