-
Notifications
You must be signed in to change notification settings - Fork 23
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Dutch translations -> Create NL.json (#103)
* 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
Showing
1 changed file
with
43 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,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" | ||
} | ||
} | ||
} | ||
} | ||
} |