TF-2084 update EmailRuleFilterAction

(cherry picked from commit 2eea2fd9c71917f0c7ef68630eb66ee321bf510f)
This commit is contained in:
hieubt
2023-09-24 22:02:22 +07:00
committed by Dat Vu
parent a009277aa2
commit 34c85d183a
3 changed files with 82 additions and 2 deletions
@@ -3456,4 +3456,39 @@ class AppLocalizations {
name: 'conditionTitleRulesFilterAfterCombiner',
);
}
String get maskAsSeen {
return Intl.message(
'Mark as seen',
name: 'maskAsSeen',
);
}
String get startIt {
return Intl.message(
'Start it',
name: 'startIt',
);
}
String get rejectIt {
return Intl.message(
'Reject it',
name: 'rejectIt',
);
}
String get markAsSpam {
return Intl.message(
'Mark as spam',
name: 'markAsSpam',
);
}
String get forwardTo {
return Intl.message(
'Forward to',
name: 'forwardTo',
);
}
}