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

28 lines
858 B
JSON
Raw Normal View History

2020-08-05 00:02:19 +00:00
{
"config": {
"abort": {
"already_configured": "Enheten er allerede konfigurert"
},
"error": {
2020-10-15 00:03:50 +00:00
"cannot_connect": "Tilkobling mislyktes",
2020-08-05 00:02:19 +00:00
"invalid_auth": "Ugyldig godkjenning",
2020-08-27 00:04:55 +00:00
"old_firmware": "Gammel fastvare som ikke st\u00f8ttes p\u00e5 Bond-enheten \u2013 vennligst oppgrader f\u00f8r du fortsetter",
2020-08-05 00:02:19 +00:00
"unknown": "Uventet feil"
},
2020-10-13 00:03:24 +00:00
"flow_title": "",
2020-08-05 00:02:19 +00:00
"step": {
"confirm": {
"data": {
"access_token": "Tilgangstoken"
},
"description": "Vil du konfigurere {bond_id}?"
},
"user": {
"data": {
"access_token": "Tilgangstoken",
"host": "Vert"
}
}
}
}
}