This commit is contained in:
Erik 2022-04-29 20:07:15 +03:00
parent 09f262ab8c
commit bce8974c95
Signed by untrusted user: Navy.gif
GPG Key ID: 811EC0CD80E7E5FB
3 changed files with 19 additions and 10 deletions

View File

@ -294,13 +294,13 @@ the provided role(s) are not on the grantable list
[COMMAND_HISTORY_HISTORY]
Display moderation history for the server or for certain users.
[C_HISTORY_ERROR]
[COMMAND_HISTORY_ERROR]
I had issues finding moderation history in your server.
[C_HISTORY_NORESULTS]
[COMMAND_HISTORY_NORESULTS]
There are no results for that search query.
[C_HISTORY_SUCCESSTYPE]
[COMMAND_HISTORY_SUCCESSTYPE]
switch({old}) {
case true:
'oldest';
@ -310,20 +310,24 @@ switch({old}) {
break;
}
[C_HISTORY_SUCCESS]
[COMMAND_HISTORY_SUCCESS]
Fetched the {type} moderation cases {targets}.
[C_HISTORY_FAILTOOLONG]
[COMMAND_HISTORY_FAILTOOLONG]
Failed to display cases in one embed, try a smaller page size.
[C_HISTORY_SUCCESSTARGETS]
for target{plural}: {targets}
[COMMAND_HISTORY_SUCCESSTARGETS]
for {targets}
//target{plural}:
[C_HISTORY_SUCCESSEXPORT]
[COMMAND_HISTORY_NO_EXPORT_PERMS]
Must be admin to export moderation history.
[COMMAND_HISTORY_SUCCESSEXPORT]
Attached the JSON-formatted moderation file in the file below.
You may want to format this file for your viewing pleasure.
You may want to format this file for easier viewing.
[C_HISTORY_FAILEXPORT]
[COMMAND_HISTORY_FAILEXPORT]
Unable to upload JSON file, the file is too large to upload here. **\`[amount/max]\`**
If you absolutely need this, contact a bot developer in our support server.

View File

@ -0,0 +1,2 @@
[COMMAND_AVATAR_FORMATERROR]
Unable to find an avatar with those arguments, try a different size or format.

View File

@ -192,6 +192,9 @@ The given regex expressions were invalid.
[SETTING_FILTER_REGEX_FAIL_SOME]
Some the following regex expressions were invalid: `{invalid}`
[SETTING_FILTER_MISSING_TRIGGER_EDIT]
Setting {setting} is missing trigger edit implementation, please contact a developer about this.
//////////////////////////////////////////////////
// Automod