From 070180897be21200d5c316ed3cae8bc8db623618 Mon Sep 17 00:00:00 2001 From: Navy Date: Tue, 1 Sep 2020 23:04:25 +0300 Subject: [PATCH] bunch of lang stuff --- .../languages/en_us/en_us_general.lang | 3 ++ .../languages/en_us/en_us_settings.lang | 31 ++++++++++--------- 2 files changed, 20 insertions(+), 14 deletions(-) diff --git a/structure/language/languages/en_us/en_us_general.lang b/structure/language/languages/en_us/en_us_general.lang index 57c3111..8d8d5ac 100644 --- a/structure/language/languages/en_us/en_us_general.lang +++ b/structure/language/languages/en_us/en_us_general.lang @@ -115,6 +115,9 @@ Failed to resolve `{resolveable}` to a member. [ERR_USER_RESOLVE] Failed to resolve `{resolveable}` to a user. +[ERR_BOOLEAN_RESOLVE] +Unable to resolve `{resolveable}` to a boolean. + [ERR_INVALID_METHOD] Method `{method}` is invalid! diff --git a/structure/language/languages/en_us/en_us_settings.lang b/structure/language/languages/en_us/en_us_settings.lang index 97574eb..fb9e4f3 100644 --- a/structure/language/languages/en_us/en_us_settings.lang +++ b/structure/language/languages/en_us/en_us_settings.lang @@ -75,7 +75,7 @@ Configure automatic infraction escalation & other automated moderation behaviour Successfully toggled automatic infraction escalation **{toggle}**. [S_AUTOMOD_NOARG] -Missing arguments. +Missing action type argument. [S_AUTOMOD_INVALID_TYPE] Cannot set **{infraction}** as a threshold. @@ -92,15 +92,24 @@ No points to remove. [S_AUTOMOD_ADD_POINTS] Successfully added action **{type}** at **{points} points**. +[S_AUTOMOD_ADD_POINTS_TIMED] +Successfully added action **{type}** at **{points} points** for **{time}**. + [S_AUTOMOD_OVERWRITE_POINTS] Successfully overwrote **{oldType}** with **{type}** at **{points} points**. +[S_AUTOMOD_OVERWRITE_POINTS_TIMED] +Successfully overwrote **{oldType}** with **{type}** at **{points} points** for **{time}**. + [S_AUTOMOD_NOACTION] No action set at that threshold. [S_AUTOMOD_REMOVE_LENGTH] Successfully removed length for **{type}** at **{points} points**. +[S_AUTOMOD_USEPREV_TOGGLE] +Successfully toggled usage of previous exceeded threshold **{toggle}**. + //moderationPoints Setting [S_MODERATIONPOINTS_DESCRIPTION] Configure points and point expiration for infractions. Utilized by auto-moderation. @@ -148,31 +157,25 @@ Successfully toggled modpoints {toggle}. Cannot assign points to **{infraction}** type. //IGNORE SETTING -[S_IGNORE_DESCRIPTION] +[S_IGNORECHANNELS_DESCRIPTION] Define the channels that the bot will ignore commands in from non-bypassed users. [S_IGNORE_ADD] -Successfully added the following channels to the ignore list: -`{changes}` +Successfully added the following channels to the ignore list: `{changes}` [S_IGNORE_REMOVE] -Successfully removed the following channels from the ignore list: -`{changes}` +Successfully removed the following channels from the ignore list: `{changes}` [S_IGNORE_LIST] -The following channels are being ignored by the bot: -`{channels}` +The following channels are being ignored by the bot: `{channels}` -The following roles have ignore bypass enabled: -`{roles}` +The following roles have ignore bypass enabled: `{roles}` [S_IGNORE_BYPASS_ADD] -Successfully added the following roles to the ignore bypass: -`{changes}` +Successfully added the following roles to the ignore bypass: `{changes}` [S_IGNORE_BYPASS_REMOVE] -Successfully removed the following roles from the ignore bypass: -`{changes}` +Successfully removed the following roles from the ignore bypass: `{changes}` //moderationLog Setting