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

43 lines
1.4 KiB
JSON
Raw Normal View History

2022-08-02 00:27:42 +00:00
{
"config": {
"abort": {
"already_configured": "Tjenesten er allerede konfigurert",
2022-08-20 00:23:43 +00:00
"no_adapters": "Fant ingen ukonfigurerte Bluetooth-adaptere"
2022-08-02 00:27:42 +00:00
},
"flow_title": "{name}",
"step": {
"bluetooth_confirm": {
"description": "Vil du konfigurere {name}?"
},
"enable_bluetooth": {
"description": "Vil du konfigurere Bluetooth?"
},
2022-08-20 00:23:43 +00:00
"multiple_adapters": {
"data": {
"adapter": "Adapter"
},
"description": "Velg en Bluetooth-adapter for \u00e5 konfigurere"
},
"single_adapter": {
"description": "Vil du konfigurere Bluetooth-adapteren {name} ?"
},
2022-08-02 00:27:42 +00:00
"user": {
"data": {
"address": "Enhet"
},
"description": "Velg en enhet du vil konfigurere"
}
}
},
"options": {
"step": {
"init": {
"data": {
2022-08-26 00:27:16 +00:00
"adapter": "Bluetooth-adapteren som skal brukes til skanning",
2022-08-30 00:30:17 +00:00
"passive": "Passiv skanning"
2022-08-26 00:27:16 +00:00
},
"description": "Passiv lytting krever BlueZ 5.63 eller nyere med eksperimentelle funksjoner aktivert."
2022-08-02 00:27:42 +00:00
}
}
}
}