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

20 lines
513 B
JSON

{
"config": {
"abort": {
"already_configured": "Kontoen er allerede konfigurert"
},
"error": {
"invalid_auth": "Ugyldig godkjenning",
"no_devices": "Ingen enheter funnet i kontoen"
},
"step": {
"user": {
"data": {
"password": "Passord",
"username": "Brukernavn"
},
"title": "Fyll ut informasjonen din"
}
}
}
}