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

41 lines
1.2 KiB
JSON

{
"config": {
"abort": {
"already_configured": "Enheten \u00e4r redan konfigurerad"
},
"error": {
"cannot_connect": "Det gick inte att ansluta."
},
"step": {
"user": {
"data": {
"host": "V\u00e4rd",
"port": "Port"
},
"title": "St\u00e4ll in serverdetaljer"
}
}
},
"options": {
"error": {
"device_not_selected": "V\u00e4lj enheter att konfigurera"
},
"step": {
"configure_device": {
"data": {
"precision": "Sensorprecision"
},
"description": "V\u00e4lj sensorprecision f\u00f6r {sensor_id}",
"title": "OneWire-sensorprecision"
},
"device_selection": {
"data": {
"clear_device_options": "Rensa alla enhetskonfigurationer",
"device_selection": "V\u00e4lj enheter att konfigurera"
},
"description": "V\u00e4lj vilka konfigurationssteg som ska bearbetas",
"title": "OneWire-enhetsalternativ"
}
}
}
}