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

41 lines
1.3 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": "Establecer detalles del servidor"
}
}
},
"options": {
"error": {
"device_not_selected": "Selecciona los dispositivos para configurar"
},
"step": {
"configure_device": {
"data": {
"precision": "Precisi\u00f3n del sensor"
},
"description": "Selecciona la precisi\u00f3n del sensor para {sensor_id}",
"title": "Precisi\u00f3n del sensor OneWire"
},
"device_selection": {
"data": {
"clear_device_options": "Borrar todas las configuraciones de dispositivo",
"device_selection": "Selecciona los dispositivos para configurar"
},
"description": "Selecciona qu\u00e9 pasos de configuraci\u00f3n procesar",
"title": "Opciones de dispositivo OneWire"
}
}
}
}