node-red-nodes/function/datagenerator/locales/en-US/datagenerator.json

14 lines
300 B
JSON
Raw Normal View History

2016-03-16 17:37:23 +01:00
{
"datagen": {
2018-04-14 23:43:14 +02:00
"datagen": "datagenerator",
2016-03-16 17:37:23 +01:00
"label": {
"syntax": "Return",
"text": "a text string",
"json": "a parsed JSON object"
},
"errors": {
"json-error": "error trying to parse string to JSON"
}
}
}