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

34 lines
949 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",
2022-05-21 00:22:49 +00:00
"already_in_progress": "De configuratie is momenteel al bezig",
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": {
2021-02-13 00:03:13 +00:00
"discovery_confirm": {
"data": {
"one": "Een",
"other": "Ander"
},
2022-05-19 00:26:11 +00:00
"description": "Wilt u {name} instellen?"
2021-02-13 00:03:13 +00:00
},
2020-05-01 00:02:55 +00:00
"ssdp_confirm": {
2020-11-07 00:04:02 +00:00
"data": {
"one": "Leeg",
"other": "Leeg"
2022-05-19 00:26:11 +00:00
}
2020-05-01 00:02:55 +00:00
},
"user": {
"data": {
2021-03-16 00:04:36 +00:00
"host": "Host"
2020-05-01 00:02:55 +00:00
},
2020-05-29 00:04:16 +00:00
"description": "Voer uw Roku-informatie in."
2020-05-01 00:02:55 +00:00
}
}
}
}