core/homeassistant/components/upnp/translations/sv.json

33 lines
887 B
JSON

{
"config": {
"abort": {
"already_configured": "UPnP/IGD \u00e4r redan konfigurerad",
"incomplete_discovery": "Ofullst\u00e4ndig uppt\u00e4ckt",
"no_devices_found": "Inga UPnP/IGD-enheter hittades p\u00e5 n\u00e4tverket."
},
"error": {
"one": "En",
"other": "Andra"
},
"flow_title": "{name}",
"step": {
"ssdp_confirm": {
"description": "Vill du konfigurera denna UPnP/IGD enhet?"
},
"user": {
"data": {
"unique_id": "Enhet"
}
}
}
},
"options": {
"step": {
"init": {
"data": {
"scan_interval": "Uppdateringsintervall (sekunder, minst 30)"
}
}
}
}
}