Lang
This commit is contained in:
parent
3bc2a900e4
commit
dcbda13b2a
@ -4,6 +4,9 @@ You must provide target users.
|
|||||||
[MODERATION_MISSING_CHANNELS]
|
[MODERATION_MISSING_CHANNELS]
|
||||||
You must provide target channels.
|
You must provide target channels.
|
||||||
|
|
||||||
|
[INFRACTION_NOT_FOUND]
|
||||||
|
Could not find the infraction.
|
||||||
|
|
||||||
//Note Command
|
//Note Command
|
||||||
[COMMAND_NOTE_HELP]
|
[COMMAND_NOTE_HELP]
|
||||||
Note members with a description, will not be logged.
|
Note members with a description, will not be logged.
|
||||||
@ -18,10 +21,7 @@ You must provide members to assign notes to.
|
|||||||
[COMMAND_WARN_HELP]
|
[COMMAND_WARN_HELP]
|
||||||
Warn members for a particular reason.
|
Warn members for a particular reason.
|
||||||
|
|
||||||
[C_WARN_MISSINGMEMBERS]
|
[COMMAND_WARN_INSUFFICIENTPERMISSIONS]
|
||||||
You must provide members to warn.
|
|
||||||
|
|
||||||
[C_WARN_INSUFFICIENTPERMISSIONS]
|
|
||||||
you don't have permission to run this command.
|
you don't have permission to run this command.
|
||||||
|
|
||||||
//Unmute Command
|
//Unmute Command
|
||||||
@ -68,13 +68,13 @@ You don't have a mute role set in your server, use the command `-set mute` for m
|
|||||||
[C_MUTE_INVALIDMUTEROLE]
|
[C_MUTE_INVALIDMUTEROLE]
|
||||||
It seems like the mute role was deleted, use the command `-set mute` for more information.
|
It seems like the mute role was deleted, use the command `-set mute` for more information.
|
||||||
|
|
||||||
[C_MUTE_1FAIL]
|
[COMMAND_MUTE_1FAIL]
|
||||||
I had an issue adding the role
|
I had an issue adding the role
|
||||||
|
|
||||||
[C_MUTE_2FAIL]
|
[COMMAND_MUTE_2FAIL]
|
||||||
I had issues assigning roles to them
|
I had issues assigning roles to them
|
||||||
|
|
||||||
[C_MUTE_3FAIL]
|
[COMMAND_MUTE_3FAIL]
|
||||||
I had issues revoking roles from them
|
I had issues revoking roles from them
|
||||||
|
|
||||||
//Kick Command
|
//Kick Command
|
||||||
@ -436,9 +436,6 @@ Timeout in {time} seconds
|
|||||||
[COMMAND_EDIT_NO_ARGS]
|
[COMMAND_EDIT_NO_ARGS]
|
||||||
Must specify at least one property to edit.
|
Must specify at least one property to edit.
|
||||||
|
|
||||||
[COMMAND_EDIT_NOT_FOUND]
|
|
||||||
Could not find the infraction.
|
|
||||||
|
|
||||||
[COMMAND_EDIT_ISSUES]
|
[COMMAND_EDIT_ISSUES]
|
||||||
The command ran into the following errors:
|
The command ran into the following errors:
|
||||||
{issues}
|
{issues}
|
||||||
@ -451,4 +448,17 @@ The following errors occurred:
|
|||||||
- {issues}
|
- {issues}
|
||||||
|
|
||||||
[COMMAND_EDIT_SUCCESS]
|
[COMMAND_EDIT_SUCCESS]
|
||||||
Successfully edited the infraction.
|
Successfully edited the infraction.
|
||||||
|
|
||||||
|
//Resolve
|
||||||
|
[COMMAND_RESOLVE_HELP]
|
||||||
|
Resolve a case, undoes actions for bans & mutes.
|
||||||
|
|
||||||
|
[COMMAND_RESOLVE_WARNING]
|
||||||
|
An issue arose while resolving the case:
|
||||||
|
{message}
|
||||||
|
|
||||||
|
*Note that the infraction was resolved but actions may not have been reverted properly*
|
||||||
|
|
||||||
|
[COMMAND_RESOLVE_SUCCESS]
|
||||||
|
Successfully resolved the case.
|
||||||
|
@ -39,6 +39,24 @@ Failed to {infraction} {targetType} {target} because {reason}.
|
|||||||
[INFRACTION_DESCRIPTIONJUMPTO]
|
[INFRACTION_DESCRIPTIONJUMPTO]
|
||||||
**[Jump To {name}]({link})**
|
**[Jump To {name}]({link})**
|
||||||
|
|
||||||
|
[INFRACTION_RESOLVED]
|
||||||
|
**[RESOLVED {emoji_success}]**
|
||||||
|
|
||||||
|
[INFRACTION_RESOLVE_REASON]
|
||||||
|
Resolve reason
|
||||||
|
|
||||||
|
[INFRACTION_RESOLVE_NO_REASON]
|
||||||
|
`No reason given`
|
||||||
|
|
||||||
|
[INFRACTION_RESOLVE_MUTE_FAIL1]
|
||||||
|
Failed to remove role from member.
|
||||||
|
|
||||||
|
[INFRACTION_RESOLVE_MUTE_FAIL23]
|
||||||
|
Failed to restore member roles.
|
||||||
|
|
||||||
|
[INFRACTION_ALREADY_RESOLVED]
|
||||||
|
The infraction is already resolved
|
||||||
|
|
||||||
[INFRACTION_EDIT_DURATION_RESOLVED]
|
[INFRACTION_EDIT_DURATION_RESOLVED]
|
||||||
Cannot edit duration of a resolved infraction.
|
Cannot edit duration of a resolved infraction.
|
||||||
|
|
||||||
|
Loading…
Reference in New Issue
Block a user