mirror of
https://github.com/Abdulazizzn/n8n-enterprise-unlocked.git
synced 2025-12-18 02:21:13 +00:00
fix: Change the UI text for some filter operations (#8360)
This commit is contained in:
@@ -2341,20 +2341,20 @@
|
||||
"filter.operator.notRegex": "does not match regex",
|
||||
"filter.operator.gt": "is greater than",
|
||||
"filter.operator.lt": "is less than",
|
||||
"filter.operator.gte": "is greater than or equal",
|
||||
"filter.operator.lte": "is less than or equal",
|
||||
"filter.operator.gte": "is greater than or equal to",
|
||||
"filter.operator.lte": "is less than or equal to",
|
||||
"filter.operator.after": "is after",
|
||||
"filter.operator.before": "is before",
|
||||
"filter.operator.afterOrEquals": "is after or equal",
|
||||
"filter.operator.beforeOrEquals": "is before or equal",
|
||||
"filter.operator.afterOrEquals": "is after or equal to",
|
||||
"filter.operator.beforeOrEquals": "is before or equal to",
|
||||
"filter.operator.true": "is true",
|
||||
"filter.operator.false": "is false",
|
||||
"filter.operator.lengthEquals": "length equal to",
|
||||
"filter.operator.lengthNotEquals": "length not equal to",
|
||||
"filter.operator.lengthGt": "length greater than",
|
||||
"filter.operator.lengthLt": "length less than",
|
||||
"filter.operator.lengthGte": "length greater than or equal",
|
||||
"filter.operator.lengthLte": "length less than or equal",
|
||||
"filter.operator.lengthGte": "length greater than or equal to",
|
||||
"filter.operator.lengthLte": "length less than or equal to",
|
||||
"filter.operator.empty": "is empty",
|
||||
"filter.operator.notEmpty": "is not empty",
|
||||
"filter.combinator.or": "OR",
|
||||
|
||||
Reference in New Issue
Block a user