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

28 lines
877 B
JSON
Raw Normal View History

2019-02-28 00:34:13 +00:00
{
"config": {
"abort": {
2022-08-02 00:27:42 +00:00
"already_configured": "Enheten \u00e4r redan konfigurerad",
2022-05-19 00:26:11 +00:00
"no_devices_found": "Inga TP-Link enheter hittades p\u00e5 n\u00e4tverket."
2022-08-02 00:27:42 +00:00
},
"error": {
"cannot_connect": "Det gick inte att ansluta."
},
"flow_title": "{name} {model} ({host})",
"step": {
"discovery_confirm": {
"description": "Vill du konfigurera {name} {model} ( {host} )?"
},
"pick_device": {
"data": {
"device": "Enhet"
}
2022-08-06 00:24:46 +00:00
},
"user": {
"data": {
"host": "V\u00e4rd"
},
"description": "Om du l\u00e4mnar v\u00e4rden tomt anv\u00e4nds discovery f\u00f6r att hitta enheter."
2022-08-02 00:27:42 +00:00
}
2020-04-15 16:51:07 +00:00
}
2020-04-16 20:00:10 +00:00
}
2019-02-28 00:34:13 +00:00
}