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

36 lines
1.1 KiB
JSON

{
"config": {
"abort": {
"single_instance_allowed": "Already configured. Only a single configuration possible."
},
"step": {
"user": {
"description": "Do you want to start set up?"
}
}
},
"issues": {
"deprecated_service": {
"fix_flow": {
"step": {
"confirm": {
"description": "Update any automations or scripts that use this service to instead use the `homeassistant.update_entity` service with a target Speedtest entity_id. Then, click SUBMIT below to mark this issue as resolved.",
"title": "The speedtest service is being removed"
}
}
},
"title": "The speedtest service is being removed"
}
},
"options": {
"step": {
"init": {
"data": {
"manual": "Disable auto update",
"scan_interval": "Update frequency (minutes)",
"server_name": "Select test server"
}
}
}
}
}