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

36 lines
1.0 KiB
JSON
Raw Normal View History

2020-05-01 00:02:55 +00:00
{
"config": {
"abort": {
"already_configured": "Roku-apparaat is al geconfigureerd",
"unknown": "Onverwachte fout"
},
"error": {
"cannot_connect": "Verbinding mislukt, probeer het opnieuw"
},
"flow_title": "Roku: {name}",
"step": {
2021-02-13 00:03:13 +00:00
"discovery_confirm": {
"data": {
"one": "Een",
"other": "Ander"
},
"description": "Wilt u {naam} instellen?",
"title": "Roku"
},
2020-05-01 00:02:55 +00:00
"ssdp_confirm": {
2020-11-07 00:04:02 +00:00
"data": {
"one": "Leeg",
"other": "Leeg"
},
2020-05-01 00:02:55 +00:00
"description": "Wilt u {name} instellen?",
"title": "Roku"
},
"user": {
"data": {
"host": "Host- of IP-adres"
},
2020-05-29 00:04:16 +00:00
"description": "Voer uw Roku-informatie in."
2020-05-01 00:02:55 +00:00
}
}
}
}