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

19 lines
424 B
JSON
Raw Normal View History

2021-04-13 00:04:04 +00:00
{
"config": {
"abort": {
"already_configured": "Enheten er allerede konfigurert"
},
"error": {
"cannot_connect": "Tilkobling mislyktes",
"unknown": "Uventet feil"
},
"step": {
"user": {
"data": {
"host": "Vert",
"port": "Port"
}
}
}
}
}