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

44 lines
1.4 KiB
JSON
Raw Normal View History

2022-07-23 00:25:17 +00:00
{
"config": {
2022-07-25 00:25:55 +00:00
"abort": {
2022-07-27 00:28:57 +00:00
"already_configured": "Il servizio \u00e8 gi\u00e0 configurato",
2022-08-25 00:28:02 +00:00
"no_adapters": "Nessun adattatore Bluetooth non configurato trovato"
2022-07-25 00:25:55 +00:00
},
2022-07-23 00:25:17 +00:00
"flow_title": "{name}",
"step": {
"bluetooth_confirm": {
"description": "Vuoi configurare {name}?"
},
2022-08-20 00:23:43 +00:00
"multiple_adapters": {
"data": {
"adapter": "Adattatore"
},
"description": "Seleziona un adattatore Bluetooth da configurare"
},
"single_adapter": {
"description": "Vuoi configurare l'adattatore Bluetooth {name}?"
},
2022-07-23 00:25:17 +00:00
"user": {
"data": {
"address": "Dispositivo"
},
"description": "Seleziona un dispositivo da configurare"
}
}
2022-07-27 00:28:57 +00:00
},
2022-09-24 00:31:54 +00:00
"issues": {
"haos_outdated": {
"description": "Per migliorare l'affidabilit\u00e0 e le prestazioni del Bluetooth, si consiglia vivamente di aggiornare alla versione 9.0 o successiva del sistema operativo Home Assistant.",
"title": "Aggiorna al Home Assistant OS 9.0 o successivo"
}
},
2022-07-27 00:28:57 +00:00
"options": {
"step": {
"init": {
"data": {
2022-08-30 00:30:17 +00:00
"passive": "Scansione passiva"
2022-11-24 00:26:32 +00:00
}
2022-07-27 00:28:57 +00:00
}
}
2022-07-23 00:25:17 +00:00
}
}