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

20 lines
480 B
JSON
Raw Normal View History

2020-07-06 00:02:55 +00:00
{
"config": {
2020-08-05 00:02:19 +00:00
"abort": {
"already_configured": "Enheten er allerede konfigurert"
},
"error": {
2020-08-06 00:02:06 +00:00
"invalid_auth": "Ugyldig godkjenning"
2020-08-05 00:02:19 +00:00
},
2020-07-06 00:02:55 +00:00
"step": {
"user": {
2020-08-05 00:02:19 +00:00
"data": {
"email": "E-post",
"password": "Passord"
},
2020-10-10 00:05:05 +00:00
"description": "Vil du starte oppsettet?",
2020-09-08 00:04:13 +00:00
"title": ""
2020-07-06 00:02:55 +00:00
}
}
}
}