core/homeassistant/components/speedtestdotnet/strings.json

74 lines
2.0 KiB
JSON

{
"config": {
"step": {
"user": {
"description": "[%key:common::config_flow::description::confirm_setup%]"
}
},
"abort": {
"single_instance_allowed": "[%key:common::config_flow::abort::single_instance_allowed%]"
}
},
"options": {
"step": {
"init": {
"data": {
"server_name": "Select test server"
}
}
}
},
"entity": {
"sensor": {
"ping": {
"name": "Ping",
"state_attributes": {
"server_name": {
"name": "Server name"
},
"server_country": {
"name": "Server country"
},
"server_id": {
"name": "Server ID"
}
}
},
"download": {
"name": "Download",
"state_attributes": {
"server_name": {
"name": "[%key:component::speedtestdotnet::entity::sensor::ping::state_attributes::server_name::name%]"
},
"server_country": {
"name": "[%key:component::speedtestdotnet::entity::sensor::ping::state_attributes::server_country::name%]"
},
"server_id": {
"name": "[%key:component::speedtestdotnet::entity::sensor::ping::state_attributes::server_id::name%]"
},
"bytes_received": {
"name": "Bytes received"
}
}
},
"upload": {
"name": "Upload",
"state_attributes": {
"server_name": {
"name": "[%key:component::speedtestdotnet::entity::sensor::ping::state_attributes::server_name::name%]"
},
"server_country": {
"name": "[%key:component::speedtestdotnet::entity::sensor::ping::state_attributes::server_country::name%]"
},
"server_id": {
"name": "[%key:component::speedtestdotnet::entity::sensor::ping::state_attributes::server_id::name%]"
},
"bytes_sent": {
"name": "Bytes sent"
}
}
}
}
}
}