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

43 lines
1.5 KiB
JSON
Raw Normal View History

2020-11-25 00:03:05 +00:00
{
"config": {
"abort": {
2022-05-17 00:23:03 +00:00
"already_configured": "Enheten er allerede konfigurert",
2020-11-25 00:03:05 +00:00
"already_in_progress": "Konfigurasjonsflyten p\u00e5g\u00e5r allerede",
"connection_error": "Tilkobling mislyktes"
},
2021-02-03 10:46:49 +00:00
"error": {
2022-05-19 00:26:11 +00:00
"discovery_error": "Kunne ikke oppdage en Motion Gateway"
2021-02-03 10:46:49 +00:00
},
2022-04-29 00:22:21 +00:00
"flow_title": "{short_mac} ( {ip_address} )",
2020-11-25 00:03:05 +00:00
"step": {
2021-02-03 10:46:49 +00:00
"connect": {
"data": {
2022-05-19 00:26:11 +00:00
"api_key": "API-n\u00f8kkel"
2021-02-03 10:46:49 +00:00
},
2022-05-19 00:26:11 +00:00
"description": "Du trenger API-n\u00f8kkelen med 16 tegn, se https://www.home-assistant.io/integrations/motion_blinds/#retrieving-the-key for instruksjoner"
2021-02-03 10:46:49 +00:00
},
"select": {
"data": {
"select_ip": "IP adresse"
},
"description": "Kj\u00f8r oppsettet p\u00e5 nytt hvis du vil koble til flere Motion Gateways",
"title": "Velg Motion Gateway som du vil koble til"
},
2020-11-25 00:03:05 +00:00
"user": {
"data": {
"host": "IP adresse"
},
2022-05-19 00:26:11 +00:00
"description": "Koble til Motion Gateway. Hvis IP-adressen ikke er angitt, brukes automatisk oppdagelse"
2020-11-25 00:03:05 +00:00
}
}
2021-10-21 00:12:43 +00:00
},
"options": {
"step": {
"init": {
"data": {
"wait_for_push": "Vent p\u00e5 multicast push p\u00e5 oppdateringen"
2022-05-19 00:26:11 +00:00
}
2021-10-21 00:12:43 +00:00
}
}
2020-11-25 00:03:05 +00:00
}
}