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

33 lines
887 B
JSON
Raw Normal View History

2018-10-12 12:58:09 +00:00
{
"config": {
"abort": {
"already_configured": "UPnP/IGD \u00e4r redan konfigurerad",
2022-08-02 00:27:42 +00:00
"incomplete_discovery": "Ofullst\u00e4ndig uppt\u00e4ckt",
2020-05-29 00:04:16 +00:00
"no_devices_found": "Inga UPnP/IGD-enheter hittades p\u00e5 n\u00e4tverket."
2018-10-12 12:58:09 +00:00
},
2019-08-12 03:42:50 +00:00
"error": {
"one": "En",
"other": "Andra"
2022-08-02 00:27:42 +00:00
},
"flow_title": "{name}",
"step": {
"ssdp_confirm": {
"description": "Vill du konfigurera denna UPnP/IGD enhet?"
2022-08-05 00:28:51 +00:00
},
"user": {
"data": {
"unique_id": "Enhet"
}
}
}
},
"options": {
"step": {
"init": {
"data": {
"scan_interval": "Uppdateringsintervall (sekunder, minst 30)"
}
2022-08-02 00:27:42 +00:00
}
2020-04-15 16:51:07 +00:00
}
2020-04-16 20:00:10 +00:00
}
2018-10-12 12:58:09 +00:00
}