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

39 lines
1.1 KiB
JSON

{
"config": {
"abort": {
"already_configured": "El dispositivo ya est\u00e1 configurado"
},
"error": {
"cannot_connect": "No se pudo conectar"
},
"step": {
"user": {
"data": {
"host": "Host",
"port": "Puerto"
},
"title": "Configurar 1 cable"
}
}
},
"options": {
"error": {
"device_not_selected": "Seleccionar los dispositivos a configurar"
},
"step": {
"configure_device": {
"data": {
"precision": "Precisi\u00f3n del sensor"
},
"description": "Selecciona la precisi\u00f3n del sensor {sensor_id}"
},
"device_selection": {
"data": {
"clear_device_options": "Borra todas las configuraciones de dispositivo"
},
"description": "Seleccione los pasos de configuraci\u00f3n a procesar",
"title": "Opciones de dispositivo OneWire"
}
}
}
}