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

20 lines
488 B
JSON
Raw Normal View History

2022-08-02 00:27:42 +00:00
{
"config": {
"abort": {
"device_exists": "Enheten \u00e4r redan konfigurerad"
},
"error": {
"cannot_connect": "Det gick inte att ansluta."
},
"step": {
2022-08-06 00:24:46 +00:00
"discovery_confirm": {
"description": "Vill du konfigurera {name} - {model} ({host})?"
},
2022-08-02 00:27:42 +00:00
"user": {
"data": {
"host": "V\u00e4rd"
}
}
}
}
}