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

20 lines
546 B
JSON
Raw Normal View History

2020-06-24 00:08:54 +00:00
{
"config": {
2020-08-05 00:02:19 +00:00
"abort": {
"already_configured": "Enheten er allerede konfigurert",
"single_instance_allowed": "Allerede konfigurert. Bare \u00e9n enkelt konfigurasjon er mulig."
},
"error": {
"cannot_connect": "Tilkobling mislyktes.",
"unknown": "Uventet feil"
},
2020-06-24 00:08:54 +00:00
"step": {
"user": {
"data": {
"device": "Enhet"
},
"title": "Koble til modemet"
}
}
}
}