This repository has been archived on 2026-07-19. You can view files and clone it. You cannot open issues or pull requests or push a commit.
Files
espocrm-base/application/Espo/Resources/i18n/en_US/DynamicLogic.json
T
2026-03-02 18:09:41 +02:00

37 lines
1.1 KiB
JSON

{
"labels": {
"Field": "Field"
},
"options": {
"operators": {
"equals": "Equals",
"notEquals": "Not Equals",
"greaterThan": "Greater Than",
"lessThan": "Less Than",
"greaterThanOrEquals": "Greater Than Or Equals",
"lessThanOrEquals": "Less Than Or Equals",
"in": "In",
"notIn": "Not In",
"inPast": "In Past",
"inFuture": "Is Future",
"isToday": "Is Today",
"isTrue": "Is True",
"isFalse": "Is False",
"isEmpty": "Is Empty",
"isNotEmpty": "Is Not Empty",
"contains": "Contains",
"notContains": "Not Contains",
"has": "Contains",
"notHas": "Not Contains",
"startsWith": "Starts With",
"endsWith": "Ends With",
"matches": "Matches (reg exp)"
}
},
"fields": {
"localField": "Local Field",
"foreignField": "Foreign Field",
"matchRequired": "Match Required"
}
}