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

26 lines
646 B
JSON
Raw Normal View History

2020-05-01 00:02:55 +00:00
{
"config": {
"abort": {
2021-03-16 00:04:36 +00:00
"already_configured": "Apparaat is al geconfigureerd",
2020-05-01 00:02:55 +00:00
"unknown": "Onverwachte fout"
},
"error": {
2021-03-16 00:04:36 +00:00
"cannot_connect": "Kan geen verbinding maken"
2020-05-01 00:02:55 +00:00
},
2021-05-17 05:17:18 +00:00
"flow_title": "{name}",
2020-05-01 00:02:55 +00:00
"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": {
2021-03-16 00:04:36 +00:00
"host": "Host"
2020-05-29 00:04:16 +00:00
}
2020-05-01 00:02:55 +00:00
}
}
}
}