node-red-contrib-nec-baas
Version:
Node-RED nodes for NEC Mobile Backend Platform
50 lines (49 loc) • 1.66 kB
JSON
{
"nebula": {
"label": {
"name":"Name",
"bucket-name": "Bucket Name",
"clause": "Clause",
"get-all-objects": "Use Search conditions?",
"coupled-with": "coupled with",
"conditions": "conditions",
"sort": "Sort",
"skipCount": "Skip Count",
"limit": "Upper Limit",
"projection": "Projection",
"action": "Action",
"create-bucket": "Create bucket if it doesn't exist?"
},
"action": {
"save-object": "Save the object",
"delete-object": "Delete the object",
"delete-all-objects": "Delete all objects",
"delete-bucket": "Delete the bucket"
},
"sort": {
"asc": "ASC",
"desc": "DESC"
},
"placeholder": {
"name": "Name of this Node",
"skipCount": "0",
"limit": "100",
"projection": "{\"name\":1}"
},
"tip": "",
"status": {
},
"info": {
"try-to-create-a-new-bucket":"Try to create a new bucket",
"succeeded-in-creating-a-new-bucket":"Succeeded in creating a new bucket."
},
"errors": {
"no-such-bucket":"No such bucket",
"object-not-found":"Object not found",
"clause-not-found":"Query-clause not found",
"invalid-bucketname":"Invalid bucketname",
"invalid-projection":"Invalid 'projection'. Check the json format.",
"failed-to-create-a-new-bucket":"Failed to create a new bucket."
}
}
}