Skip to content
This repository has been archived by the owner on Mar 19, 2024. It is now read-only.

Commit

Permalink
Nl translations (#218)
Browse files Browse the repository at this point in the history
Added NL Translations
  • Loading branch information
mdresen authored Sep 2, 2023
1 parent 606f670 commit 7149b14
Showing 1 changed file with 10 additions and 10 deletions.
20 changes: 10 additions & 10 deletions custom_components/multimatic/translations/nl.json
Original file line number Diff line number Diff line change
Expand Up @@ -3,28 +3,28 @@
"step": {
"user": {
"data": {
"password": "Password",
"username": "Username",
"application": "Application",
"serial_number": "Serial number"
"password": "Wachtwoord",
"username": "Gebruikersnaam",
"application": "Applicatie",
"serial_number": "Serienummer"
},
"title": "Connection information (same as multiMATIC or Senso application)"
"title": "Connectie informatie (zelfde als multiMATIC of Senso applicatie)"
}
},
"error": {
"cannot_connect": "Failed to connect, please try again",
"invalid_auth": "Invalid authentication",
"unknown": "Unexpected error"
"cannot_connect": "Kan geen verbinding maken. Probeer het opnieuw",
"invalid_auth": "Ongeldige inloggegevens",
"unknown": "Onverwachte fout"
},
"abort": {
"already_configured": "Only one configuration is allowed"
"already_configured": "Slechts één configuratie toegestaan"
}
},
"options": {
"step": {
"init": {
"data": {
"scan_interval": "Minutes between scans"
"scan_interval": "Minuten tussen scan"
}
}
}
Expand Down

0 comments on commit 7149b14

Please sign in to comment.