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

31 lines
903 B
JSON
Raw Normal View History

2020-06-24 00:08:54 +00:00
{
"config": {
"abort": {
2020-08-05 00:02:19 +00:00
"already_configured": "Enheten er allerede konfigurert",
2020-06-24 00:08:54 +00:00
"no_server_found": "Ingen LMS-server funnet."
},
2020-06-27 00:05:54 +00:00
"error": {
2020-10-15 00:03:50 +00:00
"cannot_connect": "Tilkobling mislyktes",
2020-08-05 00:02:19 +00:00
"invalid_auth": "Ugyldig godkjenning",
"no_server_found": "Kan ikke automatisk oppdage serveren.",
"unknown": "Uventet feil"
2020-06-27 00:05:54 +00:00
},
2021-05-12 00:04:03 +00:00
"flow_title": "{host}",
2020-06-24 00:08:54 +00:00
"step": {
2020-06-27 00:05:54 +00:00
"edit": {
2020-07-06 00:02:55 +00:00
"data": {
2020-08-05 00:02:19 +00:00
"host": "Vert",
"password": "Passord",
2020-10-15 00:03:50 +00:00
"port": "Port",
2020-08-05 00:02:19 +00:00
"username": "Brukernavn"
2020-07-06 00:02:55 +00:00
},
2020-06-27 00:05:54 +00:00
"title": "Redigere tilkoblingsinformasjon"
},
2020-06-24 00:08:54 +00:00
"user": {
2020-08-05 00:02:19 +00:00
"data": {
"host": "Vert"
2020-11-11 12:25:22 +00:00
}
2020-06-24 00:08:54 +00:00
}
}
2020-11-11 12:25:22 +00:00
}
2020-06-24 00:08:54 +00:00
}