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

24 lines
701 B
JSON
Raw Normal View History

2020-04-25 00:08:30 +00:00
{
"config": {
"abort": {
"already_configured": "Apparaat is al geconfigureerd"
},
"error": {
"cannot_connect": "Verbinding mislukt, probeer het opnieuw"
},
"flow_title": "Logitech Harmony Hub {name}",
"step": {
"link": {
"description": "Wil je {name} ({host}) instellen?",
"title": "Logitech Harmony Hub instellen"
},
"user": {
"data": {
"host": "Hostnaam of IP-adres",
"name": "Naam van hub"
},
"title": "Logitech Harmony Hub instellen"
}
}
}
}