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

23 lines
671 B
JSON
Raw Normal View History

2022-06-23 00:20:13 +00:00
{
"config": {
"abort": {
2022-07-30 00:22:48 +00:00
"already_configured": "Enheten \u00e4r redan konfigurerad",
"ipv6_not_supported": "IPv6 st\u00f6ds inte."
2022-06-23 00:20:13 +00:00
},
"error": {
"cannot_connect": "Det gick inte att ansluta.",
"unknown": "Ov\u00e4ntat fel"
2022-07-30 00:22:48 +00:00
},
"flow_title": "{name} - {model} ( {ip_address} )",
"step": {
"discovery_confirm": {
"description": "Vill du st\u00e4lla in {name} - {model} ( {ip_address} )?"
2022-08-02 00:27:42 +00:00
},
"user": {
"data": {
"ip_address": "IP-adress"
}
2022-07-30 00:22:48 +00:00
}
2022-06-23 00:20:13 +00:00
}
}
}