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

32 lines
908 B
JSON
Raw Normal View History

2022-08-11 00:26:23 +00:00
{
"config": {
"abort": {
"already_configured": "El servicio ya est\u00e1 configurado",
"no_adapters": "No se encontraron adaptadores Bluetooth"
},
"flow_title": "{name}",
"step": {
"bluetooth_confirm": {
"description": "\u00bfQuieres configurar {name}?"
},
"enable_bluetooth": {
"description": "\u00bfQuieres configurar Bluetooth?"
},
"user": {
"data": {
"address": "Dispositivo"
},
"description": "Elige un dispositivo para configurar"
}
}
},
"options": {
"step": {
"init": {
"data": {
2022-08-16 00:30:51 +00:00
"adapter": "El adaptador Bluetooth que se usar\u00e1 para escanear"
2022-08-11 00:26:23 +00:00
}
}
}
}
}