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

41 lines
1.3 KiB
JSON
Raw Normal View History

2020-10-30 00:02:45 +00:00
{
"config": {
"abort": {
"already_configured": "El dispositivo ya est\u00e1 configurado"
},
"error": {
2022-05-19 00:26:11 +00:00
"cannot_connect": "No se pudo conectar"
2020-10-30 00:02:45 +00:00
},
"step": {
"user": {
"data": {
2022-05-16 00:24:28 +00:00
"host": "Host",
2022-05-19 00:26:11 +00:00
"port": "Puerto"
2020-11-06 00:04:57 +00:00
},
2022-08-13 00:25:00 +00:00
"title": "Establecer detalles del servidor"
2020-10-30 00:02:45 +00:00
}
}
2022-04-29 00:22:21 +00:00
},
"options": {
"error": {
2022-08-12 00:23:47 +00:00
"device_not_selected": "Selecciona los dispositivos para configurar"
2022-05-16 00:24:28 +00:00
},
"step": {
"configure_device": {
"data": {
"precision": "Precisi\u00f3n del sensor"
},
2022-08-12 00:23:47 +00:00
"description": "Selecciona la precisi\u00f3n del sensor para {sensor_id}",
2022-06-02 00:27:51 +00:00
"title": "Precisi\u00f3n del sensor OneWire"
2022-05-16 00:24:28 +00:00
},
"device_selection": {
"data": {
2022-08-12 00:23:47 +00:00
"clear_device_options": "Borrar todas las configuraciones de dispositivo",
"device_selection": "Selecciona los dispositivos para configurar"
2022-05-16 00:24:28 +00:00
},
2022-08-12 00:23:47 +00:00
"description": "Selecciona qu\u00e9 pasos de configuraci\u00f3n procesar",
2022-05-16 00:24:28 +00:00
"title": "Opciones de dispositivo OneWire"
}
2022-04-29 00:22:21 +00:00
}
2020-10-30 00:02:45 +00:00
}
}