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

23 lines
662 B
JSON
Raw Normal View History

2022-05-15 00:30:16 +00:00
{
"config": {
"abort": {
"already_configured": "Apparaat is al geconfigureerd",
2022-05-20 00:21:27 +00:00
"ipv6_not_supported": "IPv6 wordt niet ondersteund."
2022-05-15 00:30:16 +00:00
},
"error": {
"cannot_connect": "Kan geen verbinding maken",
"unknown": "Onverwachte fout"
},
"flow_title": "{name} - {model} ({ip_address})",
"step": {
"discovery_confirm": {
2022-05-20 00:21:27 +00:00
"description": "Wilt je {name} - {model} ({ip_address}) instellen?"
2022-05-15 00:30:16 +00:00
},
"user": {
"data": {
"ip_address": "IP-adres"
}
}
}
}
}