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

27 lines
827 B
JSON
Raw Normal View History

2021-07-21 00:11:58 +00:00
{
"config": {
"error": {
"invalid_auth": "Ongeldige authenticatie"
},
"step": {
"user": {
"data": {
"password": "Wachtwoord",
"username": "Gebruikersnaam"
},
2022-04-29 00:22:21 +00:00
"description": "Voer de inloggegevens in die zijn gebruikt om in te loggen op mytotalconnectcomfort.com."
}
}
},
"options": {
"step": {
"init": {
"data": {
"away_cool_temperature": "Afwezig koeltemperatuur",
"away_heat_temperature": "Afwezig warmte temperatuur"
},
"description": "Extra Honeywell configuratie opties. Temperaturen zijn ingesteld in Fahrenheit."
2021-07-21 00:11:58 +00:00
}
}
}
}