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

25 lines
736 B
JSON
Raw Normal View History

2020-07-11 00:02:51 +00:00
{
"config": {
2020-07-30 00:03:25 +00:00
"abort": {
2020-12-14 00:03:52 +00:00
"invalid_dongle_path": "Ugyldig donglebane",
2020-08-05 00:02:19 +00:00
"single_instance_allowed": "Allerede konfigurert. Bare \u00e9n enkelt konfigurasjon er mulig."
2020-07-30 00:03:25 +00:00
},
2020-08-01 00:03:18 +00:00
"error": {
"invalid_dongle_path": "Ingen gyldig dongle funnet for denne banen"
},
2020-07-11 00:02:51 +00:00
"step": {
2020-07-29 00:02:39 +00:00
"detect": {
"data": {
"path": "USB-donglebane"
},
"title": "Velg banen til din ENOcean dongle"
},
2020-07-11 00:02:51 +00:00
"manual": {
"data": {
"path": "USB-donglebane"
},
"title": "Angi banen til din ENOcean dongle"
}
}
2020-11-11 12:25:22 +00:00
}
2020-07-11 00:02:51 +00:00
}