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

27 lines
682 B
JSON

{
"options": {
"step": {
"init": {
"data": {
"one": "Leeg",
"other": "Leeg"
}
},
"options_1": {
"data": {
"bool": "Optioneel Boolean",
"constant": "Constant",
"int": "Numerieke invoer"
}
},
"options_2": {
"data": {
"multi": "Meerkeuze selectie",
"select": "Kies een optie",
"string": "String waarde"
}
}
}
},
"title": "Demo"
}