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

39 lines
994 B
JSON

{
"issues": {
"bad_psu": {
"fix_flow": {
"step": {
"confirm": {
"title": "De voeding moet worden vervangen"
}
}
},
"title": "De voeding is niet stabiel"
}
},
"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"
}