From a385d3320608d1cdd31e6f5addce0675dfdbe58b Mon Sep 17 00:00:00 2001 From: "Navy.gif" Date: Thu, 28 Apr 2022 18:29:12 +0300 Subject: [PATCH] lang --- .../en_gb/settings/en_gb_moderation.lang | 16 ++++++++++++++-- 1 file changed, 14 insertions(+), 2 deletions(-) diff --git a/src/localization/en_gb/settings/en_gb_moderation.lang b/src/localization/en_gb/settings/en_gb_moderation.lang index c292024..4188706 100644 --- a/src/localization/en_gb/settings/en_gb_moderation.lang +++ b/src/localization/en_gb/settings/en_gb_moderation.lang @@ -186,6 +186,12 @@ Currently configured actions for the filter. [SETTING_FILTER_NOACTIONS] You haven't configured any filter actions. +[SETTING_FILTER_REGEX_FAIL] +The given regex expressions were invalid. + +[SETTING_FILTER_REGEX_FAIL_SOME] +Some the following regex expressions were invalid: `{invalid}` + ////////////////////////////////////////////////// // Automod @@ -332,7 +338,7 @@ Configure the link filtering behaviour for your server. Configure the behaviour of the word watcher. Wordwatcher is a moderation utility that flags messages for manual review based on keywords. -Keywords can be regex expressions. +Keywords can be a subset of regex expressions. Wordwatcher also supports having 5 reactions for quick actions. @@ -368,4 +374,10 @@ You can only define up to 5 quick actions, you currently have {amount} existing 》 Use previous threshold [SETTING_AUTOMOD_THRESHOLDS] -》 Thresholds \ No newline at end of file +》 Thresholds + +[SETTING_REGEX] +》 Regex + +[SETTING_WORDS] +》 Words \ No newline at end of file