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

24 lines
672 B
JSON
Raw Normal View History

2020-10-09 00:04:33 +00:00
{
"config": {
"abort": {
2020-12-24 00:03:44 +00:00
"single_instance_allowed": "Al geconfigureerd. Slechts \u00e9\u00e9n configuratie mogelijk.",
"wrong_server_id": "Server-ID is niet geldig"
2021-02-25 00:05:20 +00:00
},
"step": {
"user": {
"description": "Wil je beginnen met instellen?"
}
2020-10-09 00:04:33 +00:00
}
2021-03-16 00:04:36 +00:00
},
"options": {
"step": {
"init": {
"data": {
"manual": "Automatische updaten uitschakelen",
"scan_interval": "Update frequentie (minuten)",
"server_name": "Selecteer testserver"
}
}
}
2020-10-09 00:04:33 +00:00
}
}