{
    "fieldSearchBox": {
        "confirm": "Confirm",
        "cancel": "Cancel",
        "intervalFilter": "Interval Filter",
        "clear": "Clear Filter",
        "clearAll": "Clear All Filter",
        "searchPlaceHolder": "Please enter keyword",
        "chooseField": "Please choose field",
        "relation": {
            "and": "And",
            "or": "Or",
            "label": "Condition Relation"
        },
        "operators": {
            "equal": "Equal",
            "notEqual": "Not Equal",
            "greater": "Greater Than",
            "greaterOrEqual": "Greater or Equal",
            "less": "Less Than",
            "lessOrEqual": "Less or Equal",
            "contains": "Contains",
            "notContains": "Not Contains",
            "like": "Like",
            "notLike": "Not Like",
            "in": "In",
            "notIn": "Not In",
            "empty": "Empty",
            "notEmpty": "Not Empty",
            "null": "Null",
            "notNull": "Not Null"
        },
        "multiCondition": "Multi conditions separated by space",
        "starField": "All"
    }
}