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

19 lines
431 B
JSON
Raw Normal View History

2021-08-07 00:10:12 +00:00
{
"config": {
"abort": {
"already_configured": "Enheten er allerede konfigurert"
},
"error": {
"invalid_auth": "Ugyldig godkjenning",
"unknown": "Uventet feil"
},
"step": {
"user": {
"data": {
"email": "E-post",
"password": "Passord"
}
}
}
}
}