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

27 lines
679 B
JSON
Raw Normal View History

2019-11-24 00:32:21 +00:00
{
2020-02-19 00:31:49 +00:00
"options": {
"step": {
"init": {
"data": {
"one": "Empty",
"other": ""
}
},
"options_1": {
"data": {
"bool": "Optioneel Boolean",
2021-03-19 00:03:03 +00:00
"constant": "Constant",
2020-02-19 00:31:49 +00:00
"int": "Numerieke invoer"
}
},
"options_2": {
"data": {
"multi": "Meerkeuze selectie",
"select": "Kies een optie",
"string": "String waarde"
}
}
}
2020-04-15 16:51:07 +00:00
},
"title": "Demo"
2019-11-24 00:32:21 +00:00
}