forked from Galactic/galactic-bot
lang
This commit is contained in:
parent
53c5430783
commit
b690047c6b
@ -62,12 +62,18 @@ The duration must be more than `1 minute` and less than `1 month`.
|
||||
[C_MUTE_INSUFFICIENTPERMISSIONS]
|
||||
I don't have permission to manage roles
|
||||
|
||||
[C_MUTE_NOMUTEROLE]
|
||||
[COMMAND_MUTE_NOMUTEROLE]
|
||||
You don't have a mute role set in your server, use the command `-set mute` for more information.
|
||||
|
||||
[C_MUTE_INVALIDMUTEROLE]
|
||||
[COMMAND_MUTE_INVALIDMUTEROLE]
|
||||
It seems like the mute role was deleted, use the command `-set mute` for more information.
|
||||
|
||||
[COMMAND_MUTE_MISSING_MODERATE_PERM]
|
||||
Missing permissions to timeout users (Moderate Member)
|
||||
|
||||
[COMMAND_MUTE_MISSING_MANAGEROLE_PERM]
|
||||
Missing permissions to manage roles.
|
||||
|
||||
[COMMAND_MUTE_1FAIL]
|
||||
I had an issue adding the role
|
||||
|
||||
@ -77,6 +83,9 @@ I had issues assigning roles to them
|
||||
[COMMAND_MUTE_3FAIL]
|
||||
I had issues revoking roles from them
|
||||
|
||||
[COMMAND_MUTE_4FAIL]
|
||||
Failed to time out member.
|
||||
|
||||
//Kick Command
|
||||
[COMMAND_KICK_HELP]
|
||||
Kick provided members from the server.
|
||||
|
2
src/localization/en_gb/observers/en_gb_auditLog.lang
Normal file
2
src/localization/en_gb/observers/en_gb_auditLog.lang
Normal file
@ -0,0 +1,2 @@
|
||||
[O_AUDITLOG_AUTOLOG]
|
||||
*This action was performed without the bot.*
|
@ -237,6 +237,10 @@ Configure the mention filtering behaviour for your server.
|
||||
Configure points and point expirations for infractions. Used by automod
|
||||
|
||||
// Mute
|
||||
[SETTING_MUTE_WARNING]
|
||||
Permanent mutes are incompatible with the type 3 (timeout) mutes.
|
||||
The default value will be used regardless of the permanent configuration.
|
||||
|
||||
[SETTING_MUTE_ROLE]
|
||||
》 Mute Role
|
||||
|
||||
|
Loading…
Reference in New Issue
Block a user