forked from Galactic/galactic-bot
lang
This commit is contained in:
parent
d321886f17
commit
f3d330ef6d
@ -492,3 +492,20 @@ Role seems to have been deleted.
|
||||
[COMMAND_STAFF_SUMMON]
|
||||
<@&{role}>
|
||||
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:** <t:{issued}:f>, <t:{issued}:R>
|
||||
**Ends:** <t:{ends}:f>, <t:{ends}:R>
|
||||
**Reason:** {reason}
|
||||
|
||||
[COMMAND_MODTIMERS_NONE]
|
||||
No active timed infractions.
|
@ -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:** <t:{issued}:f>, <t:{issued}:R>
|
||||
**Ends:** <t:{ends}:f>, <t:{ends}:R>
|
||||
**Reason:** {reason}
|
||||
[COMMAND_SELFROLE_ADD_SUCCESS]
|
||||
Successfully gave you **{roles}**.
|
||||
|
||||
[COMMAND_MODTIMERS_NONE]
|
||||
No active timed infractions.
|
||||
[COMMAND_SELFROLE_REMOVE_SUCCESS]
|
||||
Successfully removed **{roles}** from you.
|
||||
|
||||
[COMMAND_SELFROLE_CLEAR_SUCCESS]
|
||||
Successfully removed all your selfroles.
|
@ -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}>.
|
||||
|
3
src/localization/en_gb/observers/en_gb_utility.lang
Normal file
3
src/localization/en_gb/observers/en_gb_utility.lang
Normal file
@ -0,0 +1,3 @@
|
||||
[UTILITY_SELFROLE_PERMS]
|
||||
Bot missing permissions to to assign roles for selfrole.
|
||||
Missing: {missing}
|
@ -15,3 +15,10 @@ Configure a message that is sent to new members upon join.
|
||||
`{guildname}` - name of the server
|
||||
`{accage}` - age of the account
|
||||
`{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
|
Loading…
Reference in New Issue
Block a user