-
-
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 #196 from Bert-R/add-dutch-translation
Add Dutch 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": "Account is al geconfigureerd" | ||
}, | ||
"error": { | ||
"cannot_connect": "Kan geen verbinding maken", | ||
"invalid_auth": "Onjuiste logingegevens", | ||
"invalid_vin": "VIN niet bekend onder opgegeven account", | ||
"unknown": "Onbekende fout" | ||
}, | ||
"step": { | ||
"user": { | ||
"data": { | ||
"password": "FordPass wachtwoord", | ||
"username": "FordPass gebruikersnaam (e-mailadres)", | ||
"vin": "VIN", | ||
"region" : "FordPass regio" | ||
} | ||
} | ||
} | ||
}, | ||
"options": { | ||
"step": { | ||
"init": { | ||
"data": { | ||
"pressure_unit": "Eenheid voor luchtdruk", | ||
"distance_unit": "Eenheid voor afstand" | ||
}, | ||
"description": "Instellingen FordPass" | ||
} | ||
} | ||
}, | ||
"title": "FordPass" | ||
} |