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

25 lines
826 B
JSON
Raw Normal View History

2021-02-18 00:07:45 +00:00
{
"config": {
"abort": {
2021-04-23 00:03:48 +00:00
"already_configured": "Kontoen er allerede konfigurert",
2021-02-18 00:07:45 +00:00
"reauth_successful": "Godkjenning p\u00e5 nytt var vellykket"
},
"error": {
2021-05-12 00:04:03 +00:00
"invalid_auth": "Ugyldig godkjenning"
2021-02-18 00:07:45 +00:00
},
"step": {
2021-04-23 00:03:48 +00:00
"reauth_confirm": {
"description": "SmartTub-integrasjonen m\u00e5 godkjenne kontoen din p\u00e5 nytt",
"title": "Godkjenne integrering p\u00e5 nytt"
},
2021-02-18 00:07:45 +00:00
"user": {
"data": {
"email": "E-post",
"password": "Passord"
},
"description": "Skriv inn din SmartTub e-postadresse og passord for \u00e5 logge p\u00e5",
"title": "P\u00e5logging"
}
}
}
}