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

25 lines
579 B
JSON

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