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

22 lines
585 B
JSON
Raw Normal View History

2020-05-01 00:02:55 +00:00
{
"config": {
"abort": {
2022-08-02 00:27:42 +00:00
"already_configured": "Enheten \u00e4r redan konfigurerad",
2020-05-01 00:02:55 +00:00
"unknown": "Ov\u00e4ntat fel"
},
"error": {
"cannot_connect": "Det gick inte att ansluta, f\u00f6rs\u00f6k igen"
},
2022-08-02 00:27:42 +00:00
"flow_title": "{name}",
2020-05-01 00:02:55 +00:00
"step": {
"ssdp_confirm": {
"description": "Do vill du konfigurera {name}?"
},
"user": {
"data": {
"host": "V\u00e4rd eller IP-adress"
}
}
}
}
}