diff --git a/abstracto-modules/moderation/src/main/resources/en_US/listener/honeyPot/honeypot_ban_reason_en_US.ftl b/abstracto-modules/moderation/src/main/resources/en_US/listener/honeyPot/honeypot_ban_reason_en_US.ftl new file mode 100644 index 00000000..c80fa495 --- /dev/null +++ b/abstracto-modules/moderation/src/main/resources/en_US/listener/honeyPot/honeypot_ban_reason_en_US.ftl @@ -0,0 +1 @@ +<#include "honeypot_ban_reason_text"> \ No newline at end of file diff --git a/translations/moderation/src/main/resources/en_US/config/feature_honeypot_en_US.ftl b/translations/moderation/src/main/resources/en_US/config/feature_honeypot_en_US.ftl new file mode 100644 index 00000000..4d1907c7 --- /dev/null +++ b/translations/moderation/src/main/resources/en_US/config/feature_honeypot_en_US.ftl @@ -0,0 +1 @@ +Honey pot \ No newline at end of file diff --git a/translations/moderation/src/main/resources/en_US/config/feature_setup_config_honeyPotRoleId_en_US.ftl b/translations/moderation/src/main/resources/en_US/config/feature_setup_config_honeyPotRoleId_en_US.ftl new file mode 100644 index 00000000..5d30f9a6 --- /dev/null +++ b/translations/moderation/src/main/resources/en_US/config/feature_setup_config_honeyPotRoleId_en_US.ftl @@ -0,0 +1 @@ +The ID of the role to use as a honeypot. Default: ${defaultValue} \ No newline at end of file diff --git a/translations/moderation/src/main/resources/en_US/listener/honeypot/honeypot_ban_reason_text_en_US.ftl b/translations/moderation/src/main/resources/en_US/listener/honeypot/honeypot_ban_reason_text_en_US.ftl new file mode 100644 index 00000000..ac7c0d35 --- /dev/null +++ b/translations/moderation/src/main/resources/en_US/listener/honeypot/honeypot_ban_reason_text_en_US.ftl @@ -0,0 +1 @@ +User tapped into the honeypot \ No newline at end of file