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

21 lines
516 B
JSON
Raw Normal View History

2019-11-14 00:32:16 +00:00
{
2020-02-20 00:31:46 +00:00
"options": {
"step": {
"options_1": {
"data": {
"bool": "Valgfri boolean",
2020-07-28 00:04:53 +00:00
"constant": "Konstant",
2020-09-25 00:04:29 +00:00
"int": "Numerisk innputt"
2020-02-20 00:31:46 +00:00
}
},
"options_2": {
"data": {
"multi": "Flervalg",
"select": "Velg et alternativ",
"string": "Strengverdi"
}
}
}
2020-09-08 00:04:13 +00:00
},
"title": ""
2019-11-14 00:32:16 +00:00
}