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

23 lines
693 B
JSON
Raw Normal View History

2022-08-06 00:24:46 +00:00
{
"config": {
"abort": {
"already_configured": "Enheten \u00e4r redan konfigurerad",
"cannot_connect": "Det gick inte att ansluta."
},
"error": {
"cannot_connect": "Det gick inte att ansluta."
},
"flow_title": "{model} ({host})",
"step": {
"user": {
"data": {
"host": "V\u00e4rd"
}
},
"zeroconf_confirm": {
"description": "Vill du l\u00e4gga till Pure Energie Meter (` {model} `) till Home Assistant?",
"title": "Uppt\u00e4ckte Pure Energie Meter-enhet"
}
}
}
}