From f3d330ef6d7244ed4483d943e976274493090ef4 Mon Sep 17 00:00:00 2001 From: "Navy.gif" Date: Tue, 10 May 2022 21:39:19 +0300 Subject: [PATCH] lang --- .../en_gb/commands/en_gb_moderation.lang | 19 +++++++++++++- .../en_gb/commands/en_gb_utility.lang | 25 +++++++++---------- .../en_gb/observers/en_gb_errorLog.lang | 6 +++++ .../en_gb/observers/en_gb_utility.lang | 3 +++ .../en_gb/settings/en_gb_utility.lang | 9 ++++++- 5 files changed, 47 insertions(+), 15 deletions(-) create mode 100644 src/localization/en_gb/observers/en_gb_utility.lang diff --git a/src/localization/en_gb/commands/en_gb_moderation.lang b/src/localization/en_gb/commands/en_gb_moderation.lang index 53155b6..a563245 100644 --- a/src/localization/en_gb/commands/en_gb_moderation.lang +++ b/src/localization/en_gb/commands/en_gb_moderation.lang @@ -491,4 +491,21 @@ Role seems to have been deleted. [COMMAND_STAFF_SUMMON] <@&{role}> -Summoned by **{author}** \ No newline at end of file +Summoned by **{author}** + +// Modtimers +[COMMAND_MODTIMERS_HELP] +List currently active timed infractions, e.g. mutes & bans. + +[COMMAND_MODTIMERS_TITLE] +Currently active timed infractions + +[COMMAND_MODTIMERS_DESC] +**User:** {target} +**Moderator:** {moderator} +**Issued:** , +**Ends:** , +**Reason:** {reason} + +[COMMAND_MODTIMERS_NONE] +No active timed infractions. \ No newline at end of file diff --git a/src/localization/en_gb/commands/en_gb_utility.lang b/src/localization/en_gb/commands/en_gb_utility.lang index 5575bd9..bc7a3fd 100644 --- a/src/localization/en_gb/commands/en_gb_utility.lang +++ b/src/localization/en_gb/commands/en_gb_utility.lang @@ -122,19 +122,18 @@ No grantable roles. **{roles}** -// Modtimers -[COMMAND_MODTIMERS_HELP] -List currently active timed infractions, e.g. mutes & bans. +// Selfrole +[COMMAND_SELFROLE_LIST] +Roles you can give yourself -[COMMAND_MODTIMERS_TITLE] -Currently active timed infractions +[COMMAND_SELFROLE_NONE] +No roles to self-assign. -[COMMAND_MODTIMERS_DESC] -**User:** {target} -**Moderator:** {moderator} -**Issued:** , -**Ends:** , -**Reason:** {reason} +[COMMAND_SELFROLE_ADD_SUCCESS] +Successfully gave you **{roles}**. -[COMMAND_MODTIMERS_NONE] -No active timed infractions. \ No newline at end of file +[COMMAND_SELFROLE_REMOVE_SUCCESS] +Successfully removed **{roles}** from you. + +[COMMAND_SELFROLE_CLEAR_SUCCESS] +Successfully removed all your selfroles. \ No newline at end of file diff --git a/src/localization/en_gb/observers/en_gb_errorLog.lang b/src/localization/en_gb/observers/en_gb_errorLog.lang index d8e73c9..1f69f34 100644 --- a/src/localization/en_gb/observers/en_gb_errorLog.lang +++ b/src/localization/en_gb/observers/en_gb_errorLog.lang @@ -4,6 +4,12 @@ Logger {logger} ran into an issue during execution. {reason} +[UTILITY_ERROR] +__**Utility Error**__ +Utility {utility} ran into an issue during execution. + +{reason} + [AUTOMOD_ERROR] __**Automod Error**__ An error occurred during execution of {type} on {target} in <#{channel}>. diff --git a/src/localization/en_gb/observers/en_gb_utility.lang b/src/localization/en_gb/observers/en_gb_utility.lang new file mode 100644 index 0000000..6b03adc --- /dev/null +++ b/src/localization/en_gb/observers/en_gb_utility.lang @@ -0,0 +1,3 @@ +[UTILITY_SELFROLE_PERMS] +Bot missing permissions to to assign roles for selfrole. +Missing: {missing} \ No newline at end of file diff --git a/src/localization/en_gb/settings/en_gb_utility.lang b/src/localization/en_gb/settings/en_gb_utility.lang index 4bce7f9..3773ab6 100644 --- a/src/localization/en_gb/settings/en_gb_utility.lang +++ b/src/localization/en_gb/settings/en_gb_utility.lang @@ -14,4 +14,11 @@ Configure a message that is sent to new members upon join. `{guildsize}` - member count of the server `{guildname}` - name of the server `{accage}` - age of the account -`{id}` - ID of the account \ No newline at end of file +`{id}` - ID of the account + +[SETTING_SELFROLE_SELECT] +Select your roles from the menu below. +Selecting a role you already have will remove it. + +[SETTING_SELFROLE_WARNING] +{emoji_warning} Select menus only support 25 options, any roles that are added after passing 25 will only be accessible through the `/selfrole` command \ No newline at end of file