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

42 lines
1.2 KiB
JSON
Raw Normal View History

2022-07-24 00:28:19 +00:00
{
"config": {
"abort": {
2022-07-26 00:26:43 +00:00
"already_configured": "El servei ja est\u00e0 configurat",
"no_adapters": "No s'ha trobat cap adaptador Bluetooth"
2022-07-24 00:28:19 +00:00
},
"flow_title": "{name}",
"step": {
"bluetooth_confirm": {
"description": "Vols configurar {name}?"
},
"enable_bluetooth": {
"description": "Vols configurar Bluetooth?"
},
2022-08-27 00:24:30 +00:00
"multiple_adapters": {
"data": {
"adapter": "Adaptador"
},
"description": "Selecciona un adaptador Bluetooth per configurar-lo"
},
"single_adapter": {
"description": "Vols configurar l'adaptador Bluetooth {name}?"
},
2022-07-24 00:28:19 +00:00
"user": {
"data": {
"address": "Dispositiu"
},
"description": "Tria un dispositiu a configurar"
}
}
2022-07-26 00:26:43 +00:00
},
"options": {
"step": {
"init": {
"data": {
2022-08-27 00:24:30 +00:00
"adapter": "Adaptador Bluetooth a utilitzar per escanejar",
"passive": "Escolta passiva"
2022-07-26 00:26:43 +00:00
}
}
}
2022-07-24 00:28:19 +00:00
}
}