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

77 lines
2.8 KiB
JSON
Raw Normal View History

2020-03-04 18:13:24 +00:00
{
"config": {
"abort": {
2020-10-16 00:04:33 +00:00
"already_configured": "Plasseringen er allerede konfigurert eller Node / Pro ID er allerede registrert.",
2020-12-21 00:04:09 +00:00
"reauth_successful": "Godkjenning p\u00e5 nytt var vellykket"
2020-03-04 18:13:24 +00:00
},
"error": {
2020-10-15 00:03:50 +00:00
"cannot_connect": "Tilkobling mislyktes",
2020-10-04 00:05:05 +00:00
"general_error": "Uventet feil",
2021-02-03 10:46:49 +00:00
"invalid_api_key": "Ugyldig API-n\u00f8kkel",
"location_not_found": "Stedet ble ikke funnet"
2020-03-04 18:13:24 +00:00
},
"step": {
2020-04-24 00:04:36 +00:00
"geography": {
2020-03-04 18:13:24 +00:00
"data": {
2020-10-15 00:03:50 +00:00
"api_key": "API-n\u00f8kkel",
2020-03-04 18:13:24 +00:00
"latitude": "Breddegrad",
2020-04-08 00:08:19 +00:00
"longitude": "Lengdegrad"
2020-03-04 18:13:24 +00:00
},
2020-04-24 00:04:36 +00:00
"description": "Bruk AirVisual cloud API til \u00e5 overv\u00e5ke en geografisk plassering.",
2020-04-29 00:03:31 +00:00
"title": "Konfigurer en Geography"
2020-04-24 00:04:36 +00:00
},
2021-02-03 10:46:49 +00:00
"geography_by_coords": {
"data": {
"api_key": "API-n\u00f8kkel",
"latitude": "Breddegrad",
"longitude": "Lengdegrad"
},
"description": "Bruk AirVisual cloud API til \u00e5 overv\u00e5ke en breddegrad/lengdegrad.",
"title": "Konfigurer en Geography"
},
"geography_by_name": {
"data": {
"api_key": "API-n\u00f8kkel",
"city": "By",
"country": "Land",
"state": "stat"
},
"description": "Bruk AirVisual cloud API til \u00e5 overv\u00e5ke en by/stat/land.",
"title": "Konfigurer en Geography"
},
2020-04-24 00:04:36 +00:00
"node_pro": {
"data": {
2020-10-13 00:03:24 +00:00
"ip_address": "Vert",
2020-06-23 00:09:06 +00:00
"password": "Passord"
2020-04-24 00:04:36 +00:00
},
"description": "Overv\u00e5ke en personlig AirVisual-enhet. Passordet kan hentes fra enhetens brukergrensesnitt.",
"title": "Konfigurer en AirVisual Node / Pro"
},
2020-10-16 00:04:33 +00:00
"reauth_confirm": {
"data": {
"api_key": "API-n\u00f8kkel"
},
2020-12-21 00:04:09 +00:00
"title": "Godkjenne integrering p\u00e5 nytt"
2020-10-16 00:04:33 +00:00
},
2020-04-24 00:04:36 +00:00
"user": {
"data": {
"cloud_api": "Geografisk plassering",
2020-09-08 00:04:13 +00:00
"node_pro": "",
2020-04-24 00:04:36 +00:00
"type": "Integrasjonstype"
},
2020-04-28 00:04:52 +00:00
"description": "Velg hvilken type AirVisual-data du vil overv\u00e5ke.",
2020-03-04 18:13:24 +00:00
"title": "Konfigurer AirVisual"
}
2020-04-15 16:51:07 +00:00
}
2020-03-24 13:18:47 +00:00
},
"options": {
"step": {
"init": {
"data": {
"show_on_map": "Vis overv\u00e5ket geografi p\u00e5 kartet"
},
"title": "Konfigurer AirVisual"
}
}
2020-04-16 20:00:10 +00:00
}
2020-03-04 18:13:24 +00:00
}