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

23 lines
600 B
JSON
Raw Normal View History

2021-04-12 00:04:19 +00:00
{
"config": {
"abort": {
"already_configured": "Enheten \u00e4r redan konfigurerad"
},
"error": {
"cannot_connect": "Kunde inte ansluta",
"unknown": "Ov\u00e4ntat fel"
2022-08-02 00:27:42 +00:00
},
"flow_title": "{name}",
"step": {
"confirm": {
"description": "Vill du konfigurera {name} ({host})?",
"title": "St\u00e4ll in SiteSage Emonitor"
},
"user": {
"data": {
"host": "V\u00e4rd"
}
}
2021-04-12 00:04:19 +00:00
}
}
}