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

42 lines
1.3 KiB
JSON
Raw Normal View History

2020-09-02 00:03:29 +00:00
{
"config": {
"abort": {
"already_configured": "Enheten er allerede konfigurert",
"no_devices_found": "Ingen enheter funnet p\u00e5 nettverket"
},
"error": {
2020-10-15 00:03:50 +00:00
"cannot_connect": "Tilkobling mislyktes"
2020-09-02 00:03:29 +00:00
},
2021-05-17 05:17:18 +00:00
"flow_title": "{model} {host}",
2020-09-02 00:03:29 +00:00
"step": {
2021-05-17 05:17:18 +00:00
"discovery_confirm": {
"description": "Vil du sette opp {model} ( {host} )?"
},
2020-09-02 00:03:29 +00:00
"pick_device": {
"data": {
"device": "Enhet"
}
},
"user": {
"data": {
2020-11-11 11:10:09 +00:00
"host": "Vert"
2020-09-02 00:03:29 +00:00
},
2020-10-19 00:03:28 +00:00
"description": "Hvis du lar verten st\u00e5 tom, brukes automatisk oppdagelse til \u00e5 finne enheter"
2020-09-02 00:03:29 +00:00
}
}
},
"options": {
"step": {
"init": {
"data": {
"model": "Modell (valgfritt)",
"nightlight_switch": "Bruk nattlysbryter",
"save_on_change": "Lagre status ved endring",
"transition": "Overgangstid (ms)",
"use_music_mode": "Aktiver musikkmodus"
},
"description": "Hvis du lar modellen v\u00e6re tom, blir den automatisk oppdaget."
}
}
2020-11-11 12:25:22 +00:00
}
2020-09-02 00:03:29 +00:00
}