From 460fb45ca2572bccaa7e7c0d2fac753b2c4cf6a2 Mon Sep 17 00:00:00 2001 From: Sheldan <5037282+Sheldan@users.noreply.github.com> Date: Tue, 20 Jul 2021 02:01:59 +0200 Subject: [PATCH] [AB-311] adding softban related templates --- .../en_US/commands/softBan/help/softBan_description_en_US.ftl | 1 + .../en_US/commands/softBan/help/softBan_long_help_en_US.ftl | 3 +++ .../commands/softBan/help/softBan_parameter_delDays_en_US.ftl | 1 + .../commands/softBan/help/softBan_parameter_user_en_US.ftl | 1 + 4 files changed, 6 insertions(+) create mode 100644 translations/moderation/src/main/resources/en_US/commands/softBan/help/softBan_description_en_US.ftl create mode 100644 translations/moderation/src/main/resources/en_US/commands/softBan/help/softBan_long_help_en_US.ftl create mode 100644 translations/moderation/src/main/resources/en_US/commands/softBan/help/softBan_parameter_delDays_en_US.ftl create mode 100644 translations/moderation/src/main/resources/en_US/commands/softBan/help/softBan_parameter_user_en_US.ftl diff --git a/translations/moderation/src/main/resources/en_US/commands/softBan/help/softBan_description_en_US.ftl b/translations/moderation/src/main/resources/en_US/commands/softBan/help/softBan_description_en_US.ftl new file mode 100644 index 00000000..c35cb5af --- /dev/null +++ b/translations/moderation/src/main/resources/en_US/commands/softBan/help/softBan_description_en_US.ftl @@ -0,0 +1 @@ +Deletes messages of a member and kicks them \ No newline at end of file diff --git a/translations/moderation/src/main/resources/en_US/commands/softBan/help/softBan_long_help_en_US.ftl b/translations/moderation/src/main/resources/en_US/commands/softBan/help/softBan_long_help_en_US.ftl new file mode 100644 index 00000000..5d0afede --- /dev/null +++ b/translations/moderation/src/main/resources/en_US/commands/softBan/help/softBan_long_help_en_US.ftl @@ -0,0 +1,3 @@ +This command can be used to delete the messages of a user for at most 7 days. +This is done by banning (and deleting messages) the user and immediately unbanning them. +If a time period is provided, only the day portion will be considered. For example: 1d20h will only delete messages for one day. \ No newline at end of file diff --git a/translations/moderation/src/main/resources/en_US/commands/softBan/help/softBan_parameter_delDays_en_US.ftl b/translations/moderation/src/main/resources/en_US/commands/softBan/help/softBan_parameter_delDays_en_US.ftl new file mode 100644 index 00000000..5fdc9701 --- /dev/null +++ b/translations/moderation/src/main/resources/en_US/commands/softBan/help/softBan_parameter_delDays_en_US.ftl @@ -0,0 +1 @@ +The time period (in days) for which messages should be deleted in \ No newline at end of file diff --git a/translations/moderation/src/main/resources/en_US/commands/softBan/help/softBan_parameter_user_en_US.ftl b/translations/moderation/src/main/resources/en_US/commands/softBan/help/softBan_parameter_user_en_US.ftl new file mode 100644 index 00000000..ac6e3a5d --- /dev/null +++ b/translations/moderation/src/main/resources/en_US/commands/softBan/help/softBan_parameter_user_en_US.ftl @@ -0,0 +1 @@ +The user to soft ban \ No newline at end of file