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

23 lines
586 B
JSON
Raw Normal View History

2021-04-07 00:04:06 +00:00
{
"config": {
"abort": {
"already_configured": "Enheten er allerede konfigurert"
},
"error": {
"cannot_connect": "Tilkobling mislyktes",
"unknown": "Uventet feil"
},
2021-05-12 00:04:03 +00:00
"flow_title": "{name}",
2021-04-07 00:04:06 +00:00
"step": {
"confirm": {
"description": "Vil du konfigurere {name} ({host})?",
"title": "Konfigurer SiteSage Emonitor"
},
"user": {
"data": {
"host": "Vert"
}
}
}
}
}