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

26 lines
646 B
JSON

{
"config": {
"abort": {
"addr_in_use": "Serverpoort al in gebruik.",
"already_configured": "De serverpoort is al geconfigureerd.",
"start_server_failed": "Start server is mislukt."
},
"step": {
"user": {
"data": {
"port": "Poort"
},
"title": "TCP-server instellen voor WIFFI-apparaten"
}
}
},
"options": {
"step": {
"init": {
"data": {
"timeout": "Time-out (minuten)"
}
}
}
}
}