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

29 lines
856 B
JSON
Raw Normal View History

{
2020-06-11 00:02:36 +00:00
"config": {
"abort": {
2020-10-13 00:03:24 +00:00
"one_instance_allowed": "Only a single instance is necessary.",
"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-10-13 00:03:24 +00:00
"description": "Do you want to start set up?",
"title": "Set up SpeedTest"
2020-06-11 00:02:36 +00:00
}
}
},
2020-06-11 00:02:36 +00:00
"options": {
2020-10-13 00:03:24 +00:00
"error": {
"retrive_error": "Error retriving servers list"
},
2020-06-11 00:02:36 +00:00
"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
}