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

16 lines
365 B
JSON

{
"config": {
"error": {
"cannot_connect": "Kan geen verbinding maken",
"wrong_password": "Het wachtwoord is onjuist"
},
"step": {
"user": {
"data": {
"host": "IP-adres",
"password": "Wachtwoord"
}
}
}
}
}