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

26 lines
691 B
JSON
Raw Normal View History

2020-05-01 00:02:55 +00:00
{
"config": {
"abort": {
"already_configured": "DirecTV-ontvanger is al geconfigureerd",
"unknown": "Onverwachte fout"
},
"error": {
"cannot_connect": "Verbinding mislukt, probeer het opnieuw"
},
"flow_title": "DirecTV: {name}",
"step": {
"ssdp_confirm": {
2020-11-07 00:04:02 +00:00
"data": {
"one": "Leeg",
"other": "Leeg"
},
2020-05-29 00:04:16 +00:00
"description": "Wilt u {name} instellen?"
2020-05-01 00:02:55 +00:00
},
"user": {
"data": {
"host": "Host- of IP-adres"
2020-05-29 00:04:16 +00:00
}
2020-05-01 00:02:55 +00:00
}
}
}
}