{
    "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."
        }
    }
}
