47 lines
1.2 KiB
JSON
47 lines
1.2 KiB
JSON
{
|
|
"issues": {
|
|
"bad_psu": {
|
|
"fix_flow": {
|
|
"step": {
|
|
"confirm": {
|
|
"title": "De voeding moet worden vervangen"
|
|
}
|
|
}
|
|
},
|
|
"title": "De voeding is niet stabiel"
|
|
},
|
|
"cold_tea": {
|
|
"fix_flow": {
|
|
"abort": {
|
|
"not_tea_time": "Kan op dit moment de thee niet opnieuw verwarmen"
|
|
}
|
|
},
|
|
"title": "De thee is koud"
|
|
}
|
|
},
|
|
"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"
|
|
} |