{
    "condition": {
        "add": "新增條件",
        "create": "建立條件群組",
        "reset": "重設",
        "and": "且",
        "or": "或"
    },
    "operators": {
        "equal": "等於",
        "notEqual": "不等於",
        "greater": "大於",
        "greaterOrEqual": "大於等於",
        "less": "小於",
        "lessOrEqual": "小於等於",
        "contains": "包含",
        "notContains": "不包含",
        "like": "包含",
        "notLike": "不包含",
        "in": "屬於",
        "notIn": "不屬於",
        "empty": "為空",
        "notEmpty": "不為空",
        "null": "null",
        "notNull": "不為null",
        "startWith": "開始於",
        "endWith": "結束於",
        "and": "且",
        "or": "或"
    }
}