-
-
Notifications
You must be signed in to change notification settings - Fork 58
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 #188 from heehoo59/patch-1
French Translation
- Loading branch information
Showing
1 changed file
with
35 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,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" | ||
} |