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

41 lines
1.2 KiB
JSON
Raw Normal View History

2020-11-01 00:04:54 +00:00
{
2022-07-30 00:22:48 +00:00
"config": {
2022-08-06 00:24:46 +00:00
"abort": {
"already_configured": "Enheten \u00e4r redan konfigurerad"
},
"error": {
"cannot_connect": "Det gick inte att ansluta."
},
2022-07-30 00:22:48 +00:00
"step": {
"user": {
"data": {
"host": "V\u00e4rd",
"port": "Port"
2022-08-06 00:24:46 +00:00
},
"title": "St\u00e4ll in serverdetaljer"
2022-07-30 00:22:48 +00:00
}
}
},
2022-05-06 00:22:16 +00:00
"options": {
2022-08-06 00:24:46 +00:00
"error": {
"device_not_selected": "V\u00e4lj enheter att konfigurera"
},
2022-05-06 00:22:16 +00:00
"step": {
2022-08-06 00:24:46 +00:00
"configure_device": {
"data": {
"precision": "Sensorprecision"
},
"description": "V\u00e4lj sensorprecision f\u00f6r {sensor_id}",
"title": "OneWire-sensorprecision"
},
2022-05-06 00:22:16 +00:00
"device_selection": {
"data": {
2022-06-23 00:20:13 +00:00
"clear_device_options": "Rensa alla enhetskonfigurationer",
2022-05-06 00:22:16 +00:00
"device_selection": "V\u00e4lj enheter att konfigurera"
2022-08-06 00:24:46 +00:00
},
"description": "V\u00e4lj vilka konfigurationssteg som ska bearbetas",
"title": "OneWire-enhetsalternativ"
2022-05-06 00:22:16 +00:00
}
}
2020-11-01 00:04:54 +00:00
}
}