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

22 lines
593 B
JSON
Raw Normal View History

2020-05-13 18:27:21 +00:00
{
"config": {
"abort": {
"already_configured": "Enheten \u00e4r redan konfigurerad",
"not_songpal_device": "Inte en Songpal-enhet"
},
2022-08-06 00:24:46 +00:00
"error": {
"cannot_connect": "Det gick inte att ansluta."
},
2020-05-13 18:27:21 +00:00
"flow_title": "Sony Songpal {name} ({host})",
"step": {
"init": {
2020-05-29 00:04:16 +00:00
"description": "Do vill du konfigurera {name} ({host})?"
2020-05-13 18:27:21 +00:00
},
"user": {
"data": {
"endpoint": "Destination."
2020-05-29 00:04:16 +00:00
}
2020-05-13 18:27:21 +00:00
}
}
}
}