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

28 lines
871 B
JSON
Raw Normal View History

2021-06-12 00:08:54 +00:00
{
"config": {
2021-06-15 00:11:31 +00:00
"abort": {
"reauth_successful": "Godkjenning p\u00e5 nytt var vellykket"
},
2021-06-12 00:08:54 +00:00
"error": {
"cannot_connect": "Tilkobling mislyktes",
"invalid_api_key": "Ugyldig API-n\u00f8kkel"
},
"step": {
2021-06-15 00:11:31 +00:00
"reauth_confirm": {
"data": {
"api_key": "API-n\u00f8kkel",
"description": "Autentiser p\u00e5 nytt med Ambee-kontoen din."
}
},
2021-06-12 00:08:54 +00:00
"user": {
"data": {
"api_key": "API-n\u00f8kkel",
"latitude": "Breddegrad",
"longitude": "Lengdegrad",
"name": "Navn"
},
"description": "Sett opp Ambee for \u00e5 integrere med Home Assistant."
}
}
}
}