Skip to content

Commit

Permalink
Add dutch translations
Browse files Browse the repository at this point in the history
  • Loading branch information
ankohanse committed Oct 2, 2024
1 parent 306df3c commit 77fa1cd
Showing 1 changed file with 40 additions and 0 deletions.
40 changes: 40 additions & 0 deletions custom_components/dabpumps/translations/nl.json
Original file line number Diff line number Diff line change
@@ -0,0 +1,40 @@
{
"config": {
"step": {
"user": {
"description": "Voer je DAB Pumps DConnect account details in:",
"data": {
"password": "Password",
"username": "Username"
}
},
"install": {
"description": "Kies je DAB Pumps installatie",
"data": {
"install_name": "installatie"
}
}
},
"error": {
"cannot_connect": "Verbinding gefaald",
"invalid_auth": "Verkeerde authenticatie",
"unknown": "Onverwachte fout"
},
"abort": {
"already_configured": "Systeem is al geconfigureerd"
}
},
"options": {
"step": {
"init": {
"title":"Algemene Opties",
"data": {
"polling_interval": "Interval om sensoren te verversen (seconden)",
"language": "Taal"
}
}
},
"error": {
}
}
}

0 comments on commit 77fa1cd

Please sign in to comment.