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

32 lines
1.1 KiB
JSON
Raw Normal View History

2022-01-09 00:15:18 +00:00
{
"config": {
"abort": {
2022-08-06 00:24:46 +00:00
"already_configured": "Enheten \u00e4r redan konfigurerad",
"already_in_progress": "Konfigurationsfl\u00f6det p\u00e5g\u00e5r redan",
"cannot_connect": "Det gick inte att ansluta.",
"no_devices_found": "Inga enheter hittades i n\u00e4tverket",
"not_steamist_device": "Inte en steamist enhet"
2022-01-09 00:15:18 +00:00
},
"error": {
"cannot_connect": "Kunde inte ansluta",
"unknown": "Ov\u00e4ntat fel"
},
2022-08-06 00:24:46 +00:00
"flow_title": "{name} ({ipaddress})",
2022-01-09 00:15:18 +00:00
"step": {
2022-08-06 00:24:46 +00:00
"discovery_confirm": {
"description": "Vill du konfigurera {name} ({ipaddress})?"
},
"pick_device": {
"data": {
"device": "Enhet"
}
},
2022-01-09 00:15:18 +00:00
"user": {
"data": {
"host": "V\u00e4rd"
2022-08-06 00:24:46 +00:00
},
"description": "Om du l\u00e4mnar v\u00e4rden tomt anv\u00e4nds discovery f\u00f6r att hitta enheter."
2022-01-09 00:15:18 +00:00
}
}
}
}