lang stuff
This commit is contained in:
parent
ec2b647e2b
commit
4011683e8e
@ -95,6 +95,19 @@ switch("{set}") {
|
||||
{accage} - age of the account
|
||||
{id} - ID of the account
|
||||
|
||||
//Grammar stuff
|
||||
[ADD_PAST]
|
||||
added
|
||||
|
||||
[REMOVE_PAST]
|
||||
removed
|
||||
|
||||
[SET_PAST]
|
||||
set
|
||||
|
||||
[RESET_PAST]
|
||||
reset
|
||||
|
||||
//Errors
|
||||
|
||||
[ERR_CHANNEL_RESOLVE]
|
||||
|
@ -40,6 +40,46 @@ You enabled the **discord** permission type, which means **nobody can use comman
|
||||
// Moderation Module
|
||||
|
||||
|
||||
//Wordfilter
|
||||
[S_WORDFILTER_DESCRIPTION]
|
||||
Configure the word filtering behaviour for your server.
|
||||
|
||||
[S_WORDFILTER_EXPLICIT_ADD]
|
||||
Successfully added `{changed}` to the explicit word filter.
|
||||
|
||||
[S_WORDFILTER_EXPLICIT_REMOVE]
|
||||
Successfully removed `{changed}` from the explicit word filter.
|
||||
|
||||
[S_WORDFILTER_EXPLICIT_SET]
|
||||
Successfully set the explicit word filter to `{changed}`.
|
||||
|
||||
[S_WORDFILTER_EXPLICIT_RESET]
|
||||
Successfully reset the explicit word filter.
|
||||
|
||||
[S_WORDFILTER_FUZZY_ADD]
|
||||
Successfully added `{changed}` to the fuzzy word filter.
|
||||
|
||||
[S_WORDFILTER_FUZZY_REMOVE]
|
||||
Successfully removed `{changed}` from the fuzzy word filter.
|
||||
|
||||
[S_WORDFILTER_FUZZY_SET]
|
||||
Successfully set the fuzzy word filter to `{changed}`.
|
||||
|
||||
[S_WORDFILTER_FUZZY_RESET]
|
||||
Successfully reset the fuzzy word filter.
|
||||
|
||||
[S_WORDFILTER_TOKENIZED_ADD]
|
||||
Successfully added `{changed}` to the tokenized word filter.
|
||||
|
||||
[S_WORDFILTER_TOKENIZED_REMOVE]
|
||||
Successfully removed `{changed}` from the tokenized word filter.
|
||||
|
||||
[S_WORDFILTER_TOKENIZED_SET]
|
||||
Successfully set the tokenized word filter to `{changed}`.
|
||||
|
||||
[S_WORDFILTER_TOKENIZED_RESET]
|
||||
Successfully reset the tokenized word filter.
|
||||
|
||||
//Protection Setting
|
||||
[S_PROTECTION_DESCRIPTION]
|
||||
Configure how moderation immunity works. Can be specific roles or role position based.
|
||||
|
Loading…
Reference in New Issue
Block a user