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

24 lines
702 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",
"already_in_progress": "Konfigurationsfl\u00f6det p\u00e5g\u00e5r redan",
2020-05-01 00:02:55 +00:00
"unknown": "Ov\u00e4ntat fel"
2021-02-06 00:07:22 +00:00
},
2022-08-02 00:27:42 +00:00
"error": {
"cannot_connect": "Det gick inte att ansluta."
},
2021-02-06 00:07:22 +00:00
"flow_title": "Roku: {name}",
"step": {
2022-08-06 00:24:46 +00:00
"discovery_confirm": {
"description": "Vill du konfigurera {name}?"
},
2021-02-06 00:07:22 +00:00
"user": {
"data": {
"host": "V\u00e4rd"
2022-08-02 00:27:42 +00:00
},
"description": "Ange din Roku information."
2021-02-06 00:07:22 +00:00
}
2020-05-01 00:02:55 +00:00
}
}
}