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

37 lines
1.1 KiB
JSON

{
"config": {
"abort": {
"already_configured_device": "Enheten \u00e4r redan konfigurerad",
"cannot_connect": "Det gick inte att ansluta.",
"no_unconfigured_devices": "Inga okonfigurerade enheter hittades.",
"switchbot_unsupported_type": "Switchbot-typ som inte st\u00f6ds.",
"unknown": "Ov\u00e4ntat fel"
},
"flow_title": "{name} ({address})",
"step": {
"confirm": {
"description": "Vill du konfigurera {name}?"
},
"password": {
"data": {
"password": "L\u00f6senord"
},
"description": "{name} -enheten kr\u00e4ver ett l\u00f6senord"
},
"user": {
"data": {
"address": "Enhetsadress"
}
}
}
},
"options": {
"step": {
"init": {
"data": {
"retry_count": "Antal ompr\u00f6vningar"
}
}
}
}
}