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

20 lines
472 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",
"int": "Numerisk inndata"
}
},
"options_2": {
"data": {
"multi": "Flervalg",
"select": "Velg et alternativ",
"string": "Strengverdi"
}
}
}
2020-06-09 00:05:22 +00:00
},
"title": ""
2019-11-14 00:32:16 +00:00
}