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

26 lines
775 B
JSON
Raw Normal View History

2019-10-07 00:32:19 +00:00
{
"config": {
"abort": {
"already_configured": "Allerede konfigurert",
2020-05-13 18:27:21 +00:00
"invalid_credentials": "Ugyldig legitimasjon"
2019-10-07 00:32:19 +00:00
},
"create_entry": {
"default": "Se [Neato dokumentasjon]({docs_url})."
},
"error": {
2020-05-13 18:27:21 +00:00
"invalid_credentials": "Ugyldig legitimasjon",
2019-10-07 00:32:19 +00:00
"unexpected_error": "Uventet feil"
},
"step": {
"user": {
"data": {
"password": "Passord",
"username": "Brukernavn",
"vendor": "Leverand\u00f8r"
},
2019-10-08 00:32:12 +00:00
"description": "Se [Neato dokumentasjon]({docs_url}).",
2019-10-07 00:32:19 +00:00
"title": "Neato kontoinformasjon"
}
2020-04-15 16:51:07 +00:00
}
2020-04-16 20:00:10 +00:00
}
2019-10-07 00:32:19 +00:00
}