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

23 lines
588 B
JSON

{
"config": {
"abort": {
"single_instance_allowed": "Already configured. Only a single configuration possible."
},
"step": {
"user": {
"description": "Do you want to start set up?"
}
}
},
"options": {
"step": {
"init": {
"data": {
"manual": "Disable auto update",
"scan_interval": "Update frequency (minutes)",
"server_name": "Select test server"
}
}
}
}
}