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

25 lines
808 B
JSON
Raw Normal View History

2022-08-05 00:28:51 +00:00
{
"config": {
"abort": {
2022-08-06 00:24:46 +00:00
"already_configured": "Enheten \u00e4r redan konfigurerad",
"invalid_host": "Ogiltigt v\u00e4rdnamn eller IP-adress"
2022-08-05 00:28:51 +00:00
},
"error": {
"cannot_connect": "Det gick inte att ansluta.",
"unknown": "Ov\u00e4ntat fel"
},
2022-08-06 00:24:46 +00:00
"flow_title": "{device}",
2022-08-05 00:28:51 +00:00
"step": {
2022-08-06 00:24:46 +00:00
"confirm_discovery": {
"description": "Vill du l\u00e4gga till {device} i Home Assistant?"
},
2022-08-05 00:28:51 +00:00
"user": {
"data": {
"host": "V\u00e4rd"
2022-08-06 00:24:46 +00:00
},
"description": "Konfigurera IP-adressen eller det lokala v\u00e4rdnamnet f\u00f6r din Fronius-enhet.",
"title": "Fronius SolarNet"
2022-08-05 00:28:51 +00:00
}
}
}
}