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

41 lines
1.2 KiB
JSON

{
"config": {
"abort": {
"already_configured": "Device is already configured"
},
"error": {
"cannot_connect": "Failed to connect"
},
"step": {
"user": {
"data": {
"host": "Host",
"port": "Port"
},
"title": "Set server details"
}
}
},
"options": {
"error": {
"device_not_selected": "Select devices to configure"
},
"step": {
"configure_device": {
"data": {
"precision": "Sensor Precision"
},
"description": "Select sensor precision for {sensor_id}",
"title": "OneWire Sensor Precision"
},
"device_selection": {
"data": {
"clear_device_options": "Clear all device configurations",
"device_selection": "Select devices to configure"
},
"description": "Select what configuration steps to process",
"title": "OneWire Device Options"
}
}
}
}