[AB-xxx] changing locale of templates to default, instead of explicitly en_US

This commit is contained in:
Sheldan
2024-11-22 21:55:37 +01:00
parent 3cb15ff676
commit 0a3c2cd48a
2096 changed files with 0 additions and 0 deletions

View File

@@ -0,0 +1 @@
Command cancelled.

View File

@@ -0,0 +1,2 @@
Adds a command to a channel group. This can then be used for various purposes, for example to disable the command or set a cooldown for the command for the channels.
The command `disableCommand` does this under the hood as well.

View File

@@ -0,0 +1 @@
The name of the channel group to add the command to

View File

@@ -0,0 +1 @@
The name of the command to add to the channel group

View File

@@ -0,0 +1 @@
Profanity regex has been added.

View File

@@ -0,0 +1 @@
Creates a profanity regex with optional replacement in a profanity group

View File

@@ -0,0 +1,3 @@
This command can be used to create a profanity regex which can be used to detect and replace profanities (or any text).
A profanity regex consists of a profanity name (to identify it), a [regex](https://docs.oracle.com/javase/tutorial/essential/regex/) and an optional replacement.
The name of a regex is unique within its profanity group.

View File

@@ -0,0 +1 @@
The name of the profanity group this profanity regex should be added to

View File

@@ -0,0 +1 @@
The name which should identify this regex

View File

@@ -0,0 +1 @@
The regex which should find the words to replace

View File

@@ -0,0 +1 @@
The optional replacement string, if not provided, found text will be replaced with ""

View File

@@ -0,0 +1 @@
Channel has been added to the channel group.

View File

@@ -0,0 +1 @@
Adds channels to a channel group.

View File

@@ -0,0 +1 @@
`addToChannelGroup group1 #general` to add the channel #general to the group group1

View File

@@ -0,0 +1 @@
Adds the mentioned channel to the channel group identified by the name.

View File

@@ -0,0 +1 @@
The channel to add to the channel group.

View File

@@ -0,0 +1 @@
The name of the channel group to which the channel should be added to.

View File

@@ -0,0 +1 @@
Allows the command or feature to be executed by everyone regardless of role.

View File

@@ -0,0 +1 @@
This causes the role checks for each command in the feature/for the given command to be disabled.

View File

@@ -0,0 +1 @@
The command/feature name to allow for anyone to execute

View File

@@ -0,0 +1 @@
Allows the bot to use specified mentions

View File

@@ -0,0 +1,3 @@
This command can be used to allow the bot to use certain mentions. These mentions can be everyone, here, role or user mentions.
The everyone and here mention are controlled via one combined mention type. This change is immediate and only affects the current server.
Per default only user and role mentions are enabled.

View File

@@ -0,0 +1 @@
The type of mention to allow. Must be one of the following: 'everyone', 'role' or 'user'. 'everyone' also controls 'here' mentions

View File

@@ -0,0 +1 @@
Allows the given role to execute the commands in the given feature or the command.

View File

@@ -0,0 +1 @@
`allowRole moderation @Staff` to allow the role `Staff` to execute all commands in the `moderation` feature (where @Staff is a role mention)

View File

@@ -0,0 +1,4 @@
Allows the role to execute all commands in the given feature or the command directly.
In case the names coincide, the the feature will be taken first. The restriction of commands to certain roles is only in effect, if the command is restricted (see `restrict`).
When executing this command, the affected commands are automatically set to restricted.
The provided role can either be a role ID or a the mention of the role.

View File

@@ -0,0 +1 @@
The command/feature the role should be able to execute.

View File

@@ -0,0 +1 @@
The role to allow it for.

View File

@@ -0,0 +1 @@
Cache has been cleared.

View File

@@ -0,0 +1 @@
Clears the internal cache.

View File

@@ -0,0 +1 @@
Clears the internal cache. This is necessary if values were directly changed in the database, and the changes need to take effect immediately.

View File

@@ -0,0 +1 @@
Clears the current cooldown restrictions on this server

View File

@@ -0,0 +1 @@
This command can be used to reset the currently active cooldowns on this server

View File

@@ -0,0 +1 @@
Changes the channel group and member cooldown in a channel group

View File

@@ -0,0 +1,2 @@
This command can be used to change the member and channel group cooldowns for a channel group.
This can be done by providing the channel group name and the two respective cooldowns with a duration format.

View File

@@ -0,0 +1 @@
The name of the channel group to change the cooldowns for

View File

@@ -0,0 +1 @@
Sets the cooldown for a command for the whole server

View File

@@ -0,0 +1 @@
This command can be used to set the cooldown of a command for the whole server

View File

@@ -0,0 +1 @@
The command to change the server cooldown for

View File

@@ -0,0 +1 @@
Creates aliases for commands in this server

View File

@@ -0,0 +1,3 @@
This command can be used to create aliases for specific commands, which can only be used within this server.
The alias behaves the same way as the command and it is not possible to create an alias which has the same name
as an existing command or an existing built-in alias.

View File

@@ -0,0 +1 @@
The name of the alias. Not allowed to be the name of a command or a built-in alias.

View File

@@ -0,0 +1 @@
The name of the command to create an alias for. Is not allowed to be another alias.

View File

@@ -0,0 +1 @@
Adds the given channelIds to the channel group of the given name.

View File

@@ -0,0 +1 @@
Adds the mentioned channel to the channel group identified by the name.

View File

@@ -0,0 +1 @@
The name of the channel group to create.

View File

@@ -0,0 +1,2 @@
This command can be used to create a profanity group. This profanity group can then be used to group profanity regexes together.
The name needs to be unique per server and deleting the group deletes all of the profanities in this group.

View File

@@ -0,0 +1 @@
The name which should identify this profanity group on this server

View File

@@ -0,0 +1 @@
Do you really want to delete the alias?

View File

@@ -0,0 +1 @@
Deletes a server specific alias

View File

@@ -0,0 +1 @@
This command can be used to remove an alias from the server.

View File

@@ -0,0 +1 @@
Channel group has been deleted.

View File

@@ -0,0 +1 @@
Deletes the channel group identified by the name.

View File

@@ -0,0 +1 @@
The name of the channel group to delete.

View File

@@ -0,0 +1 @@
Deletes the profanity group and all the profanity regexes which are associated with it.

View File

@@ -0,0 +1 @@
Forbids a role to use a command.

View File

@@ -0,0 +1 @@
`disAllowRole moderation @Staff` to forbid the role `Staff` to execute all commands in the `moderation` feature (where @Staff is a role mention)

View File

@@ -0,0 +1,5 @@
Forbids the role to execute all commands in the given feature or the command directly.
Does nothing in case the role was not allowed in the first place.
In case the names coincide, the the feature will be taken first. The restriction of commands to certain roles is only in effect, if the command is restricted (see `restrict`).
When executing this command, the affected commands are automatically set to restricted.
The provided role can either be a role ID or a the mention of the role.

View File

@@ -0,0 +1 @@
The command/feature the role should not be able to execute.

View File

@@ -0,0 +1 @@
The role to disallow it for.

View File

@@ -0,0 +1 @@
Channel group has been disabled.

View File

@@ -0,0 +1 @@
This command can be used to disable a channel group. How a disabled channel group/channel in channel group behaves depends on what kind of channel group it is.

View File

@@ -0,0 +1 @@
Disables a command in a channel group.

View File

@@ -0,0 +1 @@
`disableCommand warn group1` to disable the command `warn` in the group `group1`

View File

@@ -0,0 +1,2 @@
Makes it impossible to execute a command in a channel group.
A command is considered disabled for a given channel, if the command is disabled in all channel groups the channel is part of.

View File

@@ -0,0 +1 @@
The name of the channel group in which the command should be disabled.

View File

@@ -0,0 +1 @@
The command which should be disabled.

View File

@@ -0,0 +1 @@
The following features were also disabled, because they depends on this one: ${featureString}

View File

@@ -0,0 +1 @@
Feature has been disabled.

View File

@@ -0,0 +1 @@
Completely disables a feature for the server.

View File

@@ -0,0 +1 @@
`disableFeature moderation` to disable the moderation feature

View File

@@ -0,0 +1,3 @@
Disables name of the given feature. If no feature is given, it will print the currently known features.
This does not work retroactively, and does not remove any date associated with the feature.
This will prevent commands of the feature being used.

View File

@@ -0,0 +1 @@
Feature mode has been disabled.

View File

@@ -0,0 +1 @@
Features have different modes. These are small flags which dictates how a feature behaves at certain parts and a feature mode of a feature can be disabled wit this command.

View File

@@ -0,0 +1 @@
The feature to disable the feature mode for.

View File

@@ -0,0 +1 @@
Post target has been disabled.

View File

@@ -0,0 +1,3 @@
Post targets can be disabled, which means they will not be used to send any messages to.
While some features can ignore this, and just function normally, some other features might require an enabled post target to function correctly.
Use the `posttarget` command to view the state of each post target.

View File

@@ -0,0 +1 @@
The key of the post target to disable

View File

@@ -0,0 +1 @@
Disallows the bot to use certain mentions

Some files were not shown because too many files have changed in this diff Show More