@@ -29,6 +29,10 @@ COM_WORKFLOW_AUTOMATION_GROUP_CONDITIONS_DESC="The individual checks in this gro
2929COM_WORKFLOW_AUTOMATION_GROUP_CONDITIONS_LABEL =" Conditions"
3030COM_WORKFLOW_AUTOMATION_GROUP_MATCH_DESC =" Whether every check inside this group must be true, or just any one of them."
3131COM_WORKFLOW_AUTOMATION_GROUP_MATCH_LABEL =" Match within group"
32+ COM_WORKFLOW_AUTOMATION_GROUP_NEGATE_DESC =" When on, the group matches only when its contents do NOT match."
33+ COM_WORKFLOW_AUTOMATION_GROUP_NEGATE_LABEL =" Negate (NOT)"
34+ COM_WORKFLOW_AUTOMATION_GROUP_NESTED_DESC =" Groups nested inside this one, for building deeper AND/OR combinations."
35+ COM_WORKFLOW_AUTOMATION_GROUP_NESTED_LABEL =" Nested groups"
3236COM_WORKFLOW_AUTOMATION_INTERVAL_UNIT_DESC =" The unit for the interval above, for example 3 Days."
3337COM_WORKFLOW_AUTOMATION_INTERVAL_UNIT_LABEL =" Interval Unit"
3438COM_WORKFLOW_AUTOMATION_INTERVAL_VALUE_DESC =" How long an item waits in the current stage before this transition runs."
@@ -63,6 +67,12 @@ COM_WORKFLOW_AUTOMATION_RULE_TYPE_INTERVAL="Interval"
6367COM_WORKFLOW_AUTOMATION_RULE_TYPE_LABEL =" Rule Type"
6468COM_WORKFLOW_AUTOMATION_RUN_AS_DESC =" The user identity the automated transition executes as. Permissions are checked against this user."
6569COM_WORKFLOW_AUTOMATION_RUN_AS_LABEL =" Run As User"
70+ COM_WORKFLOW_AUTOMATION_TREE_CONDITIONS_DESC =" Conditions checked at the top level of this rule."
71+ COM_WORKFLOW_AUTOMATION_TREE_CONDITIONS_LABEL =" Conditions"
72+ COM_WORKFLOW_AUTOMATION_TREE_GROUPS_DESC =" Grouped conditions. Use groups to combine AND and OR, e.g. A AND (B OR C)."
73+ COM_WORKFLOW_AUTOMATION_TREE_GROUPS_LABEL =" Condition groups"
74+ COM_WORKFLOW_AUTOMATION_TREE_MATCH_DESC =" Whether all top-level conditions and groups must match, or just any one of them."
75+ COM_WORKFLOW_AUTOMATION_TREE_MATCH_LABEL =" Match"
6676COM_WORKFLOW_AUTOMATION_UNIT_DAYS =" Days"
6777COM_WORKFLOW_AUTOMATION_UNIT_HOURS =" Hours"
6878COM_WORKFLOW_AUTOMATION_UNIT_MINUTES =" Minutes"
0 commit comments