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

24 lines
673 B
JSON
Raw Normal View History

2020-07-28 00:04:53 +00:00
{
"config": {
"abort": {
2020-08-05 00:02:19 +00:00
"already_configured": "Enheten er allerede konfigurert",
2020-07-28 00:04:53 +00:00
"cannot_connect": "Kan ikke koble til oppdaget Volumio"
},
2020-08-05 00:02:19 +00:00
"error": {
2020-10-15 00:03:50 +00:00
"cannot_connect": "Tilkobling mislyktes",
2020-08-05 00:02:19 +00:00
"unknown": "Uventet feil"
},
2020-07-28 00:04:53 +00:00
"step": {
"discovery_confirm": {
2020-10-17 00:06:00 +00:00
"description": "Vil du legge Volumio (`{name}`) til Home Assistant?",
2020-07-28 00:04:53 +00:00
"title": "Oppdaget Volumio"
2020-08-05 00:02:19 +00:00
},
"user": {
"data": {
"host": "Vert",
2020-10-15 00:03:50 +00:00
"port": "Port"
2020-08-05 00:02:19 +00:00
}
2020-07-28 00:04:53 +00:00
}
}
}
}