{
'add': 'Add',
                        'addCondition': 'Add Condition',
                        'addGroup': 'Add Group',
                        'and': 'And',
                        'notand': 'Not And',
                        'or': 'Or',
                        'notor': 'Not Or',
                        '=': 'Equals',
                        '<>': 'Does not equal',
                        '>': 'Greater than',
                        '>=': 'Greater than or equal to',
                        '<': 'Less than',
                        '<=': 'Less than or equal to',
                        'startswith': 'Starts with',
                        'endswith': 'Ends with',
                        'contains': 'Contains',
                        'notcontains': 'Does not contain',
                        'isblank': 'Is blank',
                        'isnotblank': 'Is not blank',
                        'wrongParentGroupIndex': '{{elementType}}: Wrong parent group index in "{{method}}" method.',
                        'wrongElementNode': '{{elementType}}: Incorect node / node Id in "{{method}}" method.',
                        'invalidDataStructure': '{{elementType}}: Used invalid data structure in updateCondition/updateGroup method.',
                        'dateTabLabel': 'DATE',
                        'timeTabLabel': 'TIME',
                        'queryLabel': 'Query',
                        'placeholderDate': 'Enter date',
}