Skip to content

Commit

Permalink
update: Add SearchBuilder condition language options to English.lang …
Browse files Browse the repository at this point in the history
…file
  • Loading branch information
SandyDatatables committed Oct 1, 2020
1 parent 9fb9368 commit bc78608
Showing 1 changed file with 43 additions and 0 deletions.
43 changes: 43 additions & 0 deletions i18n/English.lang
Original file line number Diff line number Diff line change
Expand Up @@ -63,6 +63,49 @@
},
"clearAll": "Clear All",
"condition": "Condition",
"conditions": {
"date": {
"after": "After",
"before": "Before",
"between": "Between",
"empty": "Empty",
"equals": "Equals",
"not": "Not",
"notBetween": "Not Between",
"notEmpty": "Not Empty",
},
"moment": {
"after": "After",
"before": "Before",
"between": "Between",
"empty": "Empty",
"equals": "Equals",
"not": "Not",
"notBetween": "Not Between",
"notEmpty": "Not Empty",
},
"number": {
"between": "Between",
"empty": "Empty",
"equals": "Equals",
"gt": "Greater Than",
"gte": "Greater Than Equal To",
"lt": "Less Than",
"lte": "Less Than Equal To",
"not": "Not",
"notBetween": "Not Between",
"notEmpty": "Not Empty",
},
"string": {
"contains": "Contains",
"empty": "Empty",
"endsWith": "Ends With",
"equals": "Equals",
"not": "Not",
"notEmpty": "Not Empty",
"startsWith": "Starts With",
}
},
"data": "Data",
"deleteTitle": "Delete filtering rule",
"leftTitle": "Outdent Criteria",
Expand Down

0 comments on commit bc78608

Please sign in to comment.