core/homeassistant/components/rachio/translations/nl.json

30 lines
916 B
JSON
Raw Normal View History

2020-05-01 00:02:55 +00:00
{
"config": {
"abort": {
"already_configured": "Apparaat is al geconfigureerd"
},
"error": {
2021-03-16 00:04:36 +00:00
"cannot_connect": "Kan geen verbinding maken",
2020-05-01 00:02:55 +00:00
"invalid_auth": "Ongeldige authenticatie",
"unknown": "Onverwachte fout"
},
"step": {
"user": {
"data": {
2021-03-16 00:04:36 +00:00
"api_key": "API-sleutel"
2020-05-01 00:02:55 +00:00
},
"description": "U heeft de API-sleutel nodig van https://app.rach.io/. Selecteer 'Accountinstellingen en klik vervolgens op' GET API KEY '.",
"title": "Maak verbinding met uw Rachio-apparaat"
}
}
},
"options": {
"step": {
"init": {
"data": {
2021-04-03 00:03:39 +00:00
"manual_run_mins": "Looptijd in minuten bij activering van een zoneschakelaar"
2020-05-01 00:02:55 +00:00
}
}
}
}
}