1
0
mirror of https://github.com/node-red/node-red-nodes.git synced 2023-10-10 13:36:58 +02:00
node-red-nodes/function/datagenerator/locales/en-US/datagenerator.json

14 lines
301 B
JSON
Raw 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"
}
}
}