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

26 lines
646 B
JSON
Raw Normal View History

2020-05-22 00:05:00 +00:00
{
"config": {
"abort": {
"addr_in_use": "Serverpoort al in gebruik.",
2022-01-01 00:14:34 +00:00
"already_configured": "De serverpoort is al geconfigureerd.",
2020-05-22 00:05:00 +00:00
"start_server_failed": "Start server is mislukt."
},
"step": {
"user": {
"data": {
2021-03-16 00:04:36 +00:00
"port": "Poort"
2020-05-22 00:05:00 +00:00
},
"title": "TCP-server instellen voor WIFFI-apparaten"
}
}
},
"options": {
"step": {
"init": {
"data": {
"timeout": "Time-out (minuten)"
}
}
}
}
}