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

22 lines
564 B
JSON
Raw Normal View History

2020-05-13 18:27:21 +00:00
{
"config": {
"abort": {
2020-08-05 00:02:19 +00:00
"already_configured": "Enheten er allerede konfigurert",
2020-05-13 18:27:21 +00:00
"not_songpal_device": "Ikke en Songpal-enhet"
},
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
},
2021-05-12 00:04:03 +00:00
"flow_title": "{name} ( {host} )",
2020-05-13 18:27:21 +00:00
"step": {
"init": {
2020-05-29 00:04:16 +00:00
"description": "Vil du sette opp {name} ({host})?"
2020-05-13 18:27:21 +00:00
},
"user": {
"data": {
"endpoint": "Endepunkt"
2020-05-29 00:04:16 +00:00
}
2020-05-13 18:27:21 +00:00
}
}
}
}