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

21 lines
645 B
JSON
Raw Normal View History

2022-07-30 00:22:48 +00:00
{
"config": {
"abort": {
"already_configured": "Enheten \u00e4r redan konfigurerad",
"already_in_progress": "Konfigurationsfl\u00f6det p\u00e5g\u00e5r redan",
"no_devices_found": "Inga enheter hittades i n\u00e4tverket"
},
"flow_title": "{name}",
"step": {
"bluetooth_confirm": {
"description": "Vill du konfigurera {name}?"
},
"user": {
"data": {
"address": "Enhet"
},
"description": "V\u00e4lj en enhet att konfigurera"
}
}
}
}