lang
This commit is contained in:
parent
b0041ab86b
commit
dfa21a5aad
@ -48,6 +48,9 @@ Granted permissions
|
||||
No permissions granted
|
||||
|
||||
// Disable/enable commands
|
||||
[COMMAND_COMMANDS_HELP]
|
||||
Manage commands
|
||||
|
||||
[COMMAND_COMMANDS_NONE_DISABLED]
|
||||
No commands have been disabled.
|
||||
|
||||
@ -75,4 +78,8 @@ The command management command itself cannot be disabled.
|
||||
Missing commands argument.
|
||||
|
||||
[COMMAND_COMMANDS_ALREADY_DISABLED]
|
||||
The commands `{alreadyDisabled}` were already disabled.
|
||||
The commands `{alreadyDisabled}` were already disabled.
|
||||
|
||||
// Settings
|
||||
[COMMAND_MODERATION_HELP]
|
||||
Configure moderation related settings.
|
@ -5,7 +5,7 @@ You must provide target users.
|
||||
You must provide target channels.
|
||||
|
||||
//Note Command
|
||||
[C_NOTE_DESCRIPTION]
|
||||
[COMMAND_NOTE_HELP]
|
||||
Note members with a description, will not be logged.
|
||||
The only way to view notes is through moderation history.
|
||||
|
||||
@ -15,7 +15,7 @@ You must provide members to assign notes to.
|
||||
[C_NOTE_MISSINGMEMBERPERMISSIONS]
|
||||
|
||||
//Warn Command
|
||||
[C_WARN_DESCRIPTION]
|
||||
[COMMAND_WARN_HELP]
|
||||
Warn members for a particular reason.
|
||||
|
||||
[C_WARN_MISSINGMEMBERS]
|
||||
@ -25,7 +25,7 @@ You must provide members to warn.
|
||||
you don't have permission to run this command.
|
||||
|
||||
//Unmute Command
|
||||
[C_UNMUTE_DESCRIPTION]
|
||||
[COMMAND_UNMUTE_HELP]
|
||||
Unmute members from the server.
|
||||
|
||||
[C_UNMUTE_MISSINGMEMBERS]
|
||||
@ -50,7 +50,7 @@ I had issues assigning roles to them
|
||||
I had issues granting roles to them
|
||||
|
||||
//Mute Command
|
||||
[C_MUTE_DESCRIPTION]
|
||||
[COMMAND_MUTE_HELP]
|
||||
Assign members to be muted from the server for a specified amount of time.
|
||||
|
||||
[C_MUTE_MISSINGMEMBERS]
|
||||
@ -88,7 +88,7 @@ I don't have permission to kick members
|
||||
they are unable to be kicked
|
||||
|
||||
//Softban Command
|
||||
[C_SOFTBAN_DESCRIPTION]
|
||||
[COMMAND_SOFTBAN_HELP]
|
||||
Bans and then unbans the member from the server.
|
||||
Primarily used to prune the member's messages in all channels.
|
||||
|
||||
@ -102,7 +102,7 @@ I don't have permission to ban members
|
||||
they are unable to be softbanned
|
||||
|
||||
//Ban Command
|
||||
[C_BAN_DESCRIPTION]
|
||||
[COMMAND_BAN_HELP]
|
||||
Ban provided members or users from the server. Works with users not in the server.
|
||||
Optionally assign a time to ban them for.
|
||||
|
||||
@ -125,7 +125,7 @@ they are unable to be banned
|
||||
they are already banned
|
||||
|
||||
//Unban Command
|
||||
[C_UNBAN_DESCRIPTION]
|
||||
[COMMAND_UNBAN_HELP]
|
||||
Unban provided users from the server.
|
||||
|
||||
[C_UNBAN_MISSINGMEMBERS]
|
||||
@ -138,7 +138,7 @@ I don't have permission to unban members
|
||||
they are not banned
|
||||
|
||||
//MassBan Command
|
||||
[C_MASSBAN_DESCRIPTION]
|
||||
[COMMAND_MASSBAN_HELP]
|
||||
Ban members based on user metadata provided by arguments.
|
||||
|
||||
[C_MASSBAN_NORESULTS]
|
||||
@ -189,7 +189,7 @@ I could not find any messages with those arguments
|
||||
I had issues deleting those messages
|
||||
|
||||
//Vckick Command
|
||||
[C_VCKICK_DESCRIPTION]
|
||||
[COMMAND_VCKICK_HELP]
|
||||
Kick provided members from their connected voice-channel.
|
||||
|
||||
[C_VCKICK_MISSINGMEMBERS]
|
||||
@ -202,7 +202,7 @@ I don't have permission to move members
|
||||
they are not in a voice-channel
|
||||
|
||||
//Slowmode Command
|
||||
[C_SLOWMODE_DESCRIPTION]
|
||||
[COMMAND_SLOWMODE_HELP]
|
||||
Set the slowmode in provided channels. Primarily used for setting the slowmode in smaller increments, while Discord will not let you.
|
||||
|
||||
[C_SLOWMODE_SECONDREQUIRED]
|
||||
@ -218,7 +218,7 @@ I don't have permission to manage channels
|
||||
the slowmode was already set to that
|
||||
|
||||
//Nickname Command
|
||||
[C_NICKNAME_DESCRIPTION]
|
||||
[COMMAND_NICKNAME_HELP]
|
||||
Change the nickname of provided members. You will have to put the nickname in quotes in order to allow for spaced nicknames.
|
||||
|
||||
[C_NICKNAME_MISSINGMEMBERS]
|
||||
@ -237,7 +237,7 @@ I don't have permission to manage nicknames
|
||||
they have a higher role than I do
|
||||
|
||||
//Dehoist Command
|
||||
[C_DEHOIST_DESCRIPTION]
|
||||
[COMMAND_DEHOIST_HELP]
|
||||
Removes special characters from username or nickname that allow users to hoist themselves ontop of the member list.
|
||||
|
||||
[C_DEHOIST_MISSINGMEMBERS]
|
||||
@ -247,7 +247,7 @@ You must provide members to dehoist.
|
||||
No roles given.
|
||||
|
||||
//Addrole Command
|
||||
[C_ADDROLE_DESCRIPTION]
|
||||
[COMMAND_ADDROLE_HELP]
|
||||
Add roles to provided members. The added roles cannot be a higher position than the executor's highest role.
|
||||
|
||||
[C_ADDROLE_MISSINGMEMBERS]
|
||||
@ -269,7 +269,7 @@ the provided role(s) are higher than the bot, I cannot add them
|
||||
the provided role(s) are not on the grantable list
|
||||
|
||||
//Removerole Command
|
||||
[C_REMOVEROLE_DESCRIPTION]
|
||||
[COMMAND_REMOVEROLE_HELP]
|
||||
Remove roles to provided members. The removes roles cannot be a higher position than the executor's highest role.
|
||||
|
||||
[C_REMOVEROLE_MISSINGMEMBERS]
|
||||
@ -291,7 +291,7 @@ the provided role(s) are higher than the bot, I cannot add them
|
||||
the provided role(s) are not on the grantable list
|
||||
|
||||
//History Command
|
||||
[C_HISTORY_DESCRIPTION]
|
||||
[COMMAND_HISTORY_HISTORY]
|
||||
Display moderation history for the server or for certain users.
|
||||
|
||||
[C_HISTORY_ERROR]
|
||||
@ -328,7 +328,7 @@ Unable to upload JSON file, the file is too large to upload here. **\`[amount/ma
|
||||
If you absolutely need this, contact a bot developer in our support server.
|
||||
|
||||
//Case Command
|
||||
[C_CASE_DESCRIPTION]
|
||||
[COMMAND_CASE_HELP]
|
||||
View a specific case
|
||||
|
||||
[C_CASE_INVALID]
|
||||
|
Loading…
Reference in New Issue
Block a user