mirror of
https://github.com/Sheldan/abstracto-templates.git
synced 2026-09-13 02:19:00 +00:00
[AB-xxx] changing locale of templates to default, instead of explicitly en_US
This commit is contained in:
@@ -0,0 +1 @@
|
||||
Command cancelled.
|
||||
@@ -0,0 +1 @@
|
||||
Cancel
|
||||
@@ -0,0 +1 @@
|
||||
Confirm
|
||||
@@ -0,0 +1 @@
|
||||
Adds a command to a channel group
|
||||
@@ -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.
|
||||
@@ -0,0 +1 @@
|
||||
The name of the channel group to add the command to
|
||||
@@ -0,0 +1 @@
|
||||
The name of the command to add to the channel group
|
||||
@@ -0,0 +1 @@
|
||||
Profanity regex has been added.
|
||||
@@ -0,0 +1 @@
|
||||
Creates a profanity regex with optional replacement in a profanity group
|
||||
@@ -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.
|
||||
@@ -0,0 +1 @@
|
||||
The name of the profanity group this profanity regex should be added to
|
||||
@@ -0,0 +1 @@
|
||||
The name which should identify this regex
|
||||
@@ -0,0 +1 @@
|
||||
The regex which should find the words to replace
|
||||
@@ -0,0 +1 @@
|
||||
The optional replacement string, if not provided, found text will be replaced with ""
|
||||
@@ -0,0 +1 @@
|
||||
Channel has been added to the channel group.
|
||||
@@ -0,0 +1 @@
|
||||
Adds channels to a channel group.
|
||||
@@ -0,0 +1 @@
|
||||
`addToChannelGroup group1 #general` to add the channel #general to the group group1
|
||||
@@ -0,0 +1 @@
|
||||
Adds the mentioned channel to the channel group identified by the name.
|
||||
@@ -0,0 +1 @@
|
||||
The channel to add to the channel group.
|
||||
@@ -0,0 +1 @@
|
||||
The name of the channel group to which the channel should be added to.
|
||||
@@ -0,0 +1 @@
|
||||
Allows the command or feature to be executed by everyone regardless of role.
|
||||
@@ -0,0 +1 @@
|
||||
This causes the role checks for each command in the feature/for the given command to be disabled.
|
||||
@@ -0,0 +1 @@
|
||||
The command/feature name to allow for anyone to execute
|
||||
@@ -0,0 +1 @@
|
||||
Allows the bot to use specified mentions
|
||||
@@ -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.
|
||||
@@ -0,0 +1 @@
|
||||
The type of mention to allow. Must be one of the following: 'everyone', 'role' or 'user'. 'everyone' also controls 'here' mentions
|
||||
@@ -0,0 +1 @@
|
||||
Allows the given role to execute the commands in the given feature or the command.
|
||||
@@ -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)
|
||||
@@ -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.
|
||||
@@ -0,0 +1 @@
|
||||
The command/feature the role should be able to execute.
|
||||
@@ -0,0 +1 @@
|
||||
The role to allow it for.
|
||||
@@ -0,0 +1 @@
|
||||
Cache has been cleared.
|
||||
@@ -0,0 +1 @@
|
||||
Clears the internal cache.
|
||||
@@ -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.
|
||||
@@ -0,0 +1 @@
|
||||
Clears the current cooldown restrictions on this server
|
||||
@@ -0,0 +1 @@
|
||||
This command can be used to reset the currently active cooldowns on this server
|
||||
@@ -0,0 +1 @@
|
||||
Changes the channel group and member cooldown in a channel group
|
||||
@@ -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.
|
||||
@@ -0,0 +1 @@
|
||||
The duration for the whole channel group to be used.
|
||||
@@ -0,0 +1 @@
|
||||
The name of the channel group to change the cooldowns for
|
||||
@@ -0,0 +1 @@
|
||||
The duration for the whole channel group to be used
|
||||
@@ -0,0 +1 @@
|
||||
Sets the cooldown for a command for the whole server
|
||||
@@ -0,0 +1 @@
|
||||
This command can be used to set the cooldown of a command for the whole server
|
||||
@@ -0,0 +1 @@
|
||||
The command to change the server cooldown for
|
||||
@@ -0,0 +1 @@
|
||||
The duration to set the cooldown to
|
||||
@@ -0,0 +1 @@
|
||||
Creates aliases for commands in this server
|
||||
@@ -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.
|
||||
@@ -0,0 +1 @@
|
||||
The name of the alias. Not allowed to be the name of a command or a built-in alias.
|
||||
@@ -0,0 +1 @@
|
||||
The name of the command to create an alias for. Is not allowed to be another alias.
|
||||
@@ -0,0 +1 @@
|
||||
Channel group created.
|
||||
@@ -0,0 +1 @@
|
||||
Adds the given channelIds to the channel group of the given name.
|
||||
@@ -0,0 +1 @@
|
||||
Adds the mentioned channel to the channel group identified by the name.
|
||||
@@ -0,0 +1 @@
|
||||
The type of the channel group
|
||||
@@ -0,0 +1 @@
|
||||
The name of the channel group to create.
|
||||
@@ -0,0 +1 @@
|
||||
Created profanity group.
|
||||
@@ -0,0 +1 @@
|
||||
Creates a profanity group
|
||||
@@ -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.
|
||||
@@ -0,0 +1 @@
|
||||
The name which should identify this profanity group on this server
|
||||
@@ -0,0 +1 @@
|
||||
Do you really want to delete the alias?
|
||||
@@ -0,0 +1 @@
|
||||
Deletes a server specific alias
|
||||
@@ -0,0 +1 @@
|
||||
This command can be used to remove an alias from the server.
|
||||
@@ -0,0 +1 @@
|
||||
The alias to delete
|
||||
@@ -0,0 +1 @@
|
||||
Channel group has been deleted.
|
||||
@@ -0,0 +1 @@
|
||||
Deletes a channel group
|
||||
@@ -0,0 +1 @@
|
||||
Deletes the channel group identified by the name.
|
||||
@@ -0,0 +1 @@
|
||||
The name of the channel group to delete.
|
||||
@@ -0,0 +1 @@
|
||||
Profanity group has been deleted.
|
||||
@@ -0,0 +1 @@
|
||||
Deletes a profanity group
|
||||
@@ -0,0 +1 @@
|
||||
Deletes the profanity group and all the profanity regexes which are associated with it.
|
||||
@@ -0,0 +1 @@
|
||||
The name of the profanity group to delete
|
||||
@@ -0,0 +1 @@
|
||||
Forbids a role to use a command.
|
||||
@@ -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)
|
||||
@@ -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.
|
||||
@@ -0,0 +1 @@
|
||||
The command/feature the role should not be able to execute.
|
||||
@@ -0,0 +1 @@
|
||||
The role to disallow it for.
|
||||
@@ -0,0 +1 @@
|
||||
Channel group has been disabled.
|
||||
@@ -0,0 +1 @@
|
||||
Disables a channel group
|
||||
@@ -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.
|
||||
@@ -0,0 +1 @@
|
||||
The channel group to disable
|
||||
@@ -0,0 +1 @@
|
||||
Disables a command in a channel group.
|
||||
@@ -0,0 +1 @@
|
||||
`disableCommand warn group1` to disable the command `warn` in the group `group1`
|
||||
@@ -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.
|
||||
@@ -0,0 +1 @@
|
||||
The name of the channel group in which the command should be disabled.
|
||||
@@ -0,0 +1 @@
|
||||
The command which should be disabled.
|
||||
@@ -0,0 +1 @@
|
||||
The following features were also disabled, because they depends on this one: ${featureString}
|
||||
@@ -0,0 +1 @@
|
||||
Feature has been disabled.
|
||||
@@ -0,0 +1 @@
|
||||
Completely disables a feature for the server.
|
||||
@@ -0,0 +1 @@
|
||||
`disableFeature moderation` to disable the moderation feature
|
||||
@@ -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.
|
||||
@@ -0,0 +1 @@
|
||||
The feature to disable.
|
||||
@@ -0,0 +1 @@
|
||||
Feature mode has been disabled.
|
||||
@@ -0,0 +1 @@
|
||||
Disables a feature mode
|
||||
@@ -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.
|
||||
@@ -0,0 +1 @@
|
||||
The feature to disable the feature mode for.
|
||||
@@ -0,0 +1 @@
|
||||
The key of the mode
|
||||
@@ -0,0 +1 @@
|
||||
Post target has been disabled.
|
||||
@@ -0,0 +1 @@
|
||||
Disables a post target
|
||||
@@ -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.
|
||||
@@ -0,0 +1 @@
|
||||
The key of the post target to disable
|
||||
@@ -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
Reference in New Issue
Block a user