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

30 lines
938 B
JSON
Raw Normal View History

2022-01-12 00:15:31 +00:00
{
"config": {
"abort": {
2022-01-27 00:14:02 +00:00
"already_configured": "Apparaat is al geconfigureerd",
"cannot_connect": "Kan geen verbinding maken"
2022-01-12 00:15:31 +00:00
},
"error": {
"cannot_connect": "Kan geen verbinding maken",
"invalid_host": "Ongeldige hostnaam of IP-adres"
},
"flow_title": "{name} - {model} ({host})",
"step": {
2022-02-01 00:18:49 +00:00
"discovery_confirm": {
"description": "Wilt u {name} - {model} ({host})?"
},
2022-01-12 00:15:31 +00:00
"manual": {
"data": {
"host": "Host"
},
"description": "Voer een IP-adres in."
},
"user": {
"data": {
"device": "Apparaat"
},
"description": "Selecteer een apparaat, of kies 'IP-adres' om handmatig een IP-adres in te voeren."
}
}
}
}