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

24 lines
645 B
JSON
Raw Normal View History

{
2020-06-11 00:02:36 +00:00
"config": {
"abort": {
2020-10-13 00:03:24 +00:00
"single_instance_allowed": "Already configured. Only a single configuration possible.",
"wrong_server_id": "Server ID is not valid"
2020-06-11 00:02:36 +00:00
},
"step": {
"user": {
2020-11-11 11:10:09 +00:00
"description": "Do you want to start set up?"
2020-06-11 00:02:36 +00:00
}
}
},
2020-06-11 00:02:36 +00:00
"options": {
"step": {
"init": {
"data": {
"manual": "Disable auto update",
"scan_interval": "Update frequency (minutes)",
"server_name": "Select test server"
}
}
}
}
2020-06-11 00:02:36 +00:00
}