core/homeassistant/components/solax/translations/no.json

20 lines
479 B
JSON
Raw Normal View History

2022-01-28 00:14:53 +00:00
{
"config": {
2023-01-25 00:24:21 +00:00
"abort": {
"already_configured": "Enheten er allerede konfigurert"
},
2022-01-28 00:14:53 +00:00
"error": {
"cannot_connect": "Tilkobling mislyktes",
"unknown": "Uventet feil"
},
"step": {
"user": {
"data": {
"ip_address": "IP adresse",
"password": "Passord",
"port": "Port"
}
}
}
}
}