{
    "condition": {
        "add": "Add condition",
        "create": "Create condition group",
        "reset": "Reset",
        "and": "And",
        "or": "Or"
    },
    "operators": {
        "equal": "Equal",
        "notEqual": "Not equal",
        "greater": "Greater than",
        "greaterOrEqual": "Greater than or equal",
        "less": "Less than",
        "lessOrEqual": "Less than or equal",
        "contains": "Contains",
        "notContains": "Does not contain",
        "like": "Contains",
        "notLike": "Does not contain",
        "in": "In",
        "notIn": "Not in",
        "empty": "Is empty",
        "notEmpty": "Is not empty",
        "null": "Null",
        "notNull": "Not null",
        "startWith": "Starts with",
        "endWith": "Ends with",
        "and": "And",
        "or": "Or"
    }
}