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

30 lines
868 B
JSON
Raw Normal View History

2022-06-14 00:26:59 +00:00
{
"config": {
2022-08-05 00:28:51 +00:00
"abort": {
"already_configured": "Konto har redan konfigurerats"
},
2022-08-02 00:27:42 +00:00
"error": {
"cannot_connect": "Det gick inte att ansluta."
},
2022-06-14 00:26:59 +00:00
"step": {
2022-06-21 00:22:51 +00:00
"cloud": {
"data": {
2022-08-06 00:24:46 +00:00
"password": "L\u00f6senord",
2022-06-21 00:22:51 +00:00
"username": "Anv\u00e4ndarnamn"
}
},
2022-08-06 00:24:46 +00:00
"local": {
"data": {
"ip_address": "IP-adress"
},
"description": "Lokal IP-adress f\u00f6r enheten."
},
2022-06-14 00:26:59 +00:00
"user": {
"data": {
"connection_type": "V\u00e4lj anslutningstyp"
2022-08-06 00:24:46 +00:00
},
"description": "V\u00e4lj anslutningstyp. Lokalt kr\u00e4ver generation 3 v\u00e4rmare"
2022-06-14 00:26:59 +00:00
}
}
}
}