Skip to content

Commit

Permalink
Merge pull request #196 from Bert-R/add-dutch-translation
Browse files Browse the repository at this point in the history
Add Dutch translation
  • Loading branch information
itchannel authored Jul 20, 2022
2 parents b13b962 + 669978a commit d2efa02
Showing 1 changed file with 35 additions and 0 deletions.
35 changes: 35 additions & 0 deletions custom_components/fordpass/translations/nl.json
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"
}

0 comments on commit d2efa02

Please sign in to comment.