Skip to content

Commit

Permalink
Dutch translations -> Create NL.json (#103)
Browse files Browse the repository at this point in the history
* Dutch translations -> Create NL.json

Dutch translation added.

* Rename NL.json to nl.json

* Adds missing comma

---------

Co-authored-by: Johan Nenzén <[email protected]>
  • Loading branch information
Roeli1996 and JohNan authored Aug 11, 2024
1 parent 2295d89 commit c4f7733
Showing 1 changed file with 43 additions and 0 deletions.
43 changes: 43 additions & 0 deletions custom_components/wellbeing/translations/nl.json
Original file line number Diff line number Diff line change
@@ -0,0 +1,43 @@
{
"config": {
"step": {
"user": {
"description": "Als u hulp nodig hebt met de configuratie, kijk dan hier: https://github.com/JohNan/homeassistant-wellbeing",
"data": {
"api_key": "API key",
"refresh_token": "Refresh Token",
"access_token": "Access Token"
}
},
"reauth_validate": {
"data": {
"api_key": "API key",
"refresh_token": "Refresh Token",
"access_token": "Access Token"
},
"description": "Controleer of de informatie correct is.",
"title": "Opnieuw authenticeren via de Electrolux API"
}
},
"error": {
"auth": "Authenticatie mislukt",
"reauth_successful": "[%key:common::config_flow::abort::reauth_successful%]",
"reauth_unsuccessful": "De herauthenticatie is mislukt. Verwijder de integratie en stel deze opnieuw in."
},
"abort": {
"single_instance_allowed": "Er is slechts één connectie toegestaan."
}
},
"options": {
"step": {
"user": {
"data": {
"scan_interval": "API update interval (seconden)",
"binary_sensor": "Binaire sensor geactiveerd",
"sensor": "Sensor geactiveerd",
"switch": "Schakelaar geactiveerd"
}
}
}
}
}

0 comments on commit c4f7733

Please sign in to comment.