From aa37976ffc17f298441559f4a21259941a372196 Mon Sep 17 00:00:00 2001 From: "Navy.gif" Date: Mon, 28 Mar 2022 01:40:32 +0300 Subject: [PATCH] lang --- .../en_us/observers/en_us_autoModeration.lang | 11 ++++++++- .../en_us/observers/en_us_errorLog.lang | 23 +++++++++++++++++- .../en_us/observers/en_us_guildLogging.lang | 24 ++++++++++++++----- .../en_us/settings/en_us_administration.lang | 6 +++++ .../en_us/settings/en_us_moderation.lang | 6 +++++ 5 files changed, 62 insertions(+), 8 deletions(-) diff --git a/src/localization/en_us/observers/en_us_autoModeration.lang b/src/localization/en_us/observers/en_us_autoModeration.lang index d920c55..2749d28 100644 --- a/src/localization/en_us/observers/en_us_autoModeration.lang +++ b/src/localization/en_us/observers/en_us_autoModeration.lang @@ -15,4 +15,13 @@ Invite filter violation. <@{user}> your message contained a unauthorised URL. [L_FILTER_ACTION] -Link filter violation, matched domain: {domain} \ No newline at end of file +Link filter violation, matched domain: {domain} + +[M_FILTER_ACTION] +Mention filter violation. + +[M_FILTER_DELETE] +<@{user}> your message was filtered for containing too many mentions. + +[WORDWATCHER_ACTION] +Manual flag review. \ No newline at end of file diff --git a/src/localization/en_us/observers/en_us_errorLog.lang b/src/localization/en_us/observers/en_us_errorLog.lang index 5a1462b..4e5e13e 100644 --- a/src/localization/en_us/observers/en_us_errorLog.lang +++ b/src/localization/en_us/observers/en_us_errorLog.lang @@ -4,4 +4,25 @@ An error occurred during execution of {type} on {target} in <#{channel}>. **Infraction Reason:** {infractionReason} -**Error Reason:** {reason} \ No newline at end of file +**Error Reason:** {reason} + +[WORDWATCHER_WARN] +__**Wordwatcher Warning**__ +Wordwatcher encountered an issue during operation + +[WORDWATCHER_ERROR] +__**Wordwatcher Error**__ + +[WORDWATCHER_MISSING_LOG] +Missing log for target message. +Message either deleted or old enough to have been purged from cache. + +[WORDWATCHER_MISSING_ACTION] +Missing action for **{actionType}**. +This occurs if an action is deleted after a message has been flagged. + +[WORDWATCHER_MISSING_CHANNEL] +The channel in which the message was no longer exists. + +[WORDWATCHER_MISSING_MEMBER] +Missing target member for action **{actionType}**. diff --git a/src/localization/en_us/observers/en_us_guildLogging.lang b/src/localization/en_us/observers/en_us_guildLogging.lang index 8b17df6..613000f 100644 --- a/src/localization/en_us/observers/en_us_guildLogging.lang +++ b/src/localization/en_us/observers/en_us_guildLogging.lang @@ -18,17 +18,29 @@ Message was in reply to user {tag} ({id}): [MSGLOG_FILTERED] The message was filtered: -[MSGLOG_FILTERED_VALUE] -Matched: **{match}** +[MSGLOG_FILTERED_VALUE_WORD] Filter: **{matcher}** +Matched: **{match}** + +[MSGLOG_FILTERED_VALUE_INVITE] +Filter: **{matcher}** +Matched: **{match}** + +[MSGLOG_FILTERED_VALUE_LINK] +Filter: **{matcher}** +Matched: **{match}** + +[MSGLOG_FILTERED_VALUE_MENTION] +Filter: **{filter}** +Amount: **{amount}** + +[MSGLOG_FILTERED_VALUE_WORDWATCHER] +Filter: **{filter}** +Action: **{action}** [MSGLOG_FILTERED_SANCTIONED] __User was sanctioned.__ {emoji_hammer} -[MSGLOG_FILTERED_PRESET] -Matched word: **{match}** -Preset filter: **{matcher}** - [MSGLOG_DELETE_FOOTER] Message ID: {msgID} | User ID: {userID} diff --git a/src/localization/en_us/settings/en_us_administration.lang b/src/localization/en_us/settings/en_us_administration.lang index 5426866..09191ab 100644 --- a/src/localization/en_us/settings/en_us_administration.lang +++ b/src/localization/en_us/settings/en_us_administration.lang @@ -1,3 +1,9 @@ +[SETTING_PERMISSIONS_HELP] +Configure which set of permissions the bot works with. + +[SETTING_PERMISSION_TYPE_FIELD] +》 Type + [SETTING_SILENT_HELP] Configure if all moderation commands will execute silently. Silent execution enables ephemeral responses to moderation commands, i.e. the bot's response **only** shows to the executor. diff --git a/src/localization/en_us/settings/en_us_moderation.lang b/src/localization/en_us/settings/en_us_moderation.lang index 48644dd..c292024 100644 --- a/src/localization/en_us/settings/en_us_moderation.lang +++ b/src/localization/en_us/settings/en_us_moderation.lang @@ -180,6 +180,12 @@ Successfully removed all actions. [SETTING_FILTER_EDIT_INVALID] The edit method is **only** available for the **actions** list. +[SETTING_FILTER_CURRENT_ACTIONS] +Currently configured actions for the filter. + +[SETTING_FILTER_NOACTIONS] +You haven't configured any filter actions. + ////////////////////////////////////////////////// // Automod