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

16 lines
509 B
JSON
Raw Normal View History

2020-08-27 00:04:55 +00:00
{
"config": {
"abort": {
"already_configured": "Enheten er allerede konfigurert",
"not_supported_device": "Dette WiLight st\u00f8ttes forel\u00f8pig ikke",
"not_wilight_device": "Denne enheten er ikke WiLight"
},
2021-05-12 00:04:03 +00:00
"flow_title": "{name}",
2020-08-27 00:04:55 +00:00
"step": {
"confirm": {
"description": "Vil du konfigurere WiLight {name} ? \n\n Den st\u00f8tter: {components}",
2020-10-13 00:03:24 +00:00
"title": ""
2020-08-27 00:04:55 +00:00
}
}
}
}