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