Skip to content
This repository has been archived by the owner on Dec 16, 2023. It is now read-only.

Commit

Permalink
#7, Added dutch translations for config flow
Browse files Browse the repository at this point in the history
  • Loading branch information
briis committed Dec 5, 2021
1 parent 1ca34db commit 62e2ddf
Showing 1 changed file with 33 additions and 0 deletions.
33 changes: 33 additions & 0 deletions custom_components/weatherflow/translations/nl.json
Original file line number Diff line number Diff line change
@@ -0,0 +1,33 @@
{
"config": {
"abort": {
"unique_id": "WeatherFlow station is reeds geconfigured."
},
"error": {
"wrong_station_id": "De Station Id is niet juist.",
"invalid_data": "De gegevens afkomstig van WeatherFlow zijn ongeldig.",
"wrong_token": "Het Api Token is niet juist.",
"bad_request": "Een onbekende fout in opgetreden tijdens het ophalen van de gegevens."
},
"step": {
"user": {
"description": "Configuratie van een WeatherFlow station",
"title": "WeatherFlow",
"data": {
"station_id": "Station Id",
"api_token": "Personal Api Token"
}
}
}
},
"options": {
"step": {
"init": {
"data": {
"interval_observation": "Interval in minuten tussen sensor updates (Standaard 2 min)",
"interval_forecast": "Interval in minuten tussen de weersvoorspelling updates (Standaard 30 min)"
}
}
}
}
}

0 comments on commit 62e2ddf

Please sign in to comment.