forked from Galactic/galactic-bot
lang
This commit is contained in:
parent
d321886f17
commit
f3d330ef6d
@ -491,4 +491,21 @@ Role seems to have been deleted.
|
|||||||
|
|
||||||
[COMMAND_STAFF_SUMMON]
|
[COMMAND_STAFF_SUMMON]
|
||||||
<@&{role}>
|
<@&{role}>
|
||||||
Summoned by **{author}**
|
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}**
|
**{roles}**
|
||||||
|
|
||||||
// Modtimers
|
// Selfrole
|
||||||
[COMMAND_MODTIMERS_HELP]
|
[COMMAND_SELFROLE_LIST]
|
||||||
List currently active timed infractions, e.g. mutes & bans.
|
Roles you can give yourself
|
||||||
|
|
||||||
[COMMAND_MODTIMERS_TITLE]
|
[COMMAND_SELFROLE_NONE]
|
||||||
Currently active timed infractions
|
No roles to self-assign.
|
||||||
|
|
||||||
[COMMAND_MODTIMERS_DESC]
|
[COMMAND_SELFROLE_ADD_SUCCESS]
|
||||||
**User:** {target}
|
Successfully gave you **{roles}**.
|
||||||
**Moderator:** {moderator}
|
|
||||||
**Issued:** <t:{issued}:f>, <t:{issued}:R>
|
|
||||||
**Ends:** <t:{ends}:f>, <t:{ends}:R>
|
|
||||||
**Reason:** {reason}
|
|
||||||
|
|
||||||
[COMMAND_MODTIMERS_NONE]
|
[COMMAND_SELFROLE_REMOVE_SUCCESS]
|
||||||
No active timed infractions.
|
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}
|
{reason}
|
||||||
|
|
||||||
|
[UTILITY_ERROR]
|
||||||
|
__**Utility Error**__
|
||||||
|
Utility {utility} ran into an issue during execution.
|
||||||
|
|
||||||
|
{reason}
|
||||||
|
|
||||||
[AUTOMOD_ERROR]
|
[AUTOMOD_ERROR]
|
||||||
__**Automod Error**__
|
__**Automod Error**__
|
||||||
An error occurred during execution of {type} on {target} in <#{channel}>.
|
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}
|
@ -14,4 +14,11 @@ Configure a message that is sent to new members upon join.
|
|||||||
`{guildsize}` - member count of the server
|
`{guildsize}` - member count of the server
|
||||||
`{guildname}` - name of the server
|
`{guildname}` - name of the server
|
||||||
`{accage}` - age of the account
|
`{accage}` - age of the account
|
||||||
`{id}` - ID 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