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

53 lines
1.6 KiB
JSON

{
"config": {
"abort": {
"already_configured": "Enheten \u00e4r redan konfigurerad",
"cannot_communicate": "Misslyckades med att kommunicera",
"cannot_connect": "Det gick inte att ansluta."
},
"error": {
"already_configured": "Enheten \u00e4r redan konfigurerad",
"cannot_communicate": "Misslyckades med att kommunicera",
"cannot_connect": "Det gick inte att ansluta."
},
"step": {
"setup_network": {
"data": {
"dsmr_version": "V\u00e4lj DSMR-version",
"host": "V\u00e4rd",
"port": "Port"
},
"title": "V\u00e4lj anslutningsadress"
},
"setup_serial": {
"data": {
"dsmr_version": "V\u00e4lj DSMR-version",
"port": "V\u00e4lj enhet"
},
"title": "Enhet"
},
"setup_serial_manual_path": {
"data": {
"port": "USB-enhetens s\u00f6kv\u00e4g"
},
"title": "S\u00f6kv\u00e4g"
},
"user": {
"data": {
"type": "Anslutningstyp"
},
"title": "V\u00e4lj anslutningstyp"
}
}
},
"options": {
"step": {
"init": {
"data": {
"time_between_update": "Minsta tid mellan enhetsuppdateringar [s]"
},
"title": "DSMR-alternativ"
}
}
}
}