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

29 lines
756 B
JSON
Raw Normal View History

2020-09-27 00:06:49 +00:00
{
"config": {
2020-10-09 00:04:33 +00:00
"abort": {
"single_instance_allowed": "Al geconfigureerd. Slechts \u00e9\u00e9n configuratie mogelijk."
},
"error": {
"cannot_connect": "Kan geen verbinding maken",
"invalid_auth": "Onjuiste gebruikersgegevens",
"unknown": "Onverwachte fout"
},
2020-09-27 00:06:49 +00:00
"step": {
"user": {
"data": {
2020-10-09 00:04:33 +00:00
"password": "Wachtwoord",
2020-09-27 00:06:49 +00:00
"username": "Benutzername"
}
}
}
2020-12-04 00:05:42 +00:00
},
"options": {
"step": {
"init": {
"data": {
"polling_interval": "Polling-interval (in seconden)"
}
}
}
2020-11-11 12:25:22 +00:00
}
2020-09-27 00:06:49 +00:00
}