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

24 lines
674 B
JSON
Raw Normal View History

{
2020-06-11 00:02:36 +00:00
"config": {
"abort": {
"single_instance_allowed": "[%key:common::config_flow::abort::single_instance_allowed%]",
"wrong_server_id": "Server ID is not valid"
2020-06-11 00:02:36 +00:00
},
"step": {
"user": {
"description": "[%key:common::config_flow::description::confirm_setup%]"
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
}