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

44 lines
1.5 KiB
JSON
Raw Normal View History

2022-07-30 00:22:48 +00:00
{
"config": {
2022-08-05 00:28:51 +00:00
"abort": {
"already_configured_device": "Enheten \u00e4r redan konfigurerad",
2022-08-06 00:24:46 +00:00
"cannot_connect": "Det gick inte att ansluta.",
"no_unconfigured_devices": "Inga okonfigurerade enheter hittades.",
2022-08-05 00:28:51 +00:00
"switchbot_unsupported_type": "Switchbot-typ som inte st\u00f6ds.",
"unknown": "Ov\u00e4ntat fel"
},
"flow_title": "{name} ({address})",
2022-07-30 00:22:48 +00:00
"step": {
2022-09-09 00:28:55 +00:00
"confirm": {
"description": "Vill du konfigurera {name}?"
},
"password": {
"data": {
"password": "L\u00f6senord"
},
"description": "{name} -enheten kr\u00e4ver ett l\u00f6senord"
},
2022-07-30 00:22:48 +00:00
"user": {
"data": {
2022-08-05 00:28:51 +00:00
"address": "Enhetsadress",
"mac": "Enhetens MAC-adress",
"name": "Namn",
"password": "L\u00f6senord"
},
"title": "Konfigurera Switchbot-enhet"
}
}
},
"options": {
"step": {
"init": {
"data": {
"retry_count": "Antal ompr\u00f6vningar",
"retry_timeout": "Timeout mellan \u00e5terf\u00f6rs\u00f6k",
"scan_timeout": "Hur l\u00e4nge ska man s\u00f6ka efter annonsdata",
"update_time": "Tid mellan uppdateringar (sekunder)"
2022-07-30 00:22:48 +00:00
}
}
}
}
}