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

39 lines
1.3 KiB
JSON
Raw Normal View History

2022-01-22 00:13:08 +00:00
{
"config": {
"abort": {
2022-04-29 00:22:21 +00:00
"already_configured": "Enheten er allerede konfigurert",
"not_intellifire_device": "Ikke en IntelliFire-enhet.",
"reauth_successful": "Godkjenning p\u00e5 nytt var vellykket"
2022-01-22 00:13:08 +00:00
},
"error": {
2022-04-29 00:22:21 +00:00
"api_error": "Innlogging feilet",
2022-01-22 00:13:08 +00:00
"cannot_connect": "Tilkobling mislyktes",
2022-05-19 00:26:11 +00:00
"iftapi_connect": "Feil ved tilkobling til iftapi.net"
2022-01-22 00:13:08 +00:00
},
2022-04-29 00:22:21 +00:00
"flow_title": "{serial} ( {host} )",
2022-01-22 00:13:08 +00:00
"step": {
2022-04-29 00:22:21 +00:00
"api_config": {
"data": {
"password": "Passord",
"username": "E-post"
}
},
"dhcp_confirm": {
"description": "Vil du konfigurere {host}\n Serienummer: {serial} ?"
},
"manual_device_entry": {
"data": {
"host": "Vert (IP-adresse)"
},
"description": "Lokal konfigurasjon"
},
"pick_device": {
"data": {
"host": "Vert"
},
"description": "F\u00f8lgende IntelliFire-enheter ble oppdaget. Velg hvilken du \u00f8nsker \u00e5 konfigurere.",
"title": "Enhetsvalg"
2022-01-22 00:13:08 +00:00
}
}
}
}