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

14 lines
301 B
JSON
Raw Permalink Normal View History

2016-03-16 17:37:23 +01:00
{
"datagen": {
2019-09-29 13:56:29 +02:00
"datagen": "data generator",
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"
}
}
}