mirror of
https://github.com/Sheldan/abstracto-templates.git
synced 2026-01-30 01:53:00 +00:00
Various minor wording updates (#11)
Co-authored-by: Sheldan <5037282+Sheldan@users.noreply.github.com>
This commit is contained in:
committed by
GitHub
parent
d9f65184e7
commit
993d5a2873
@@ -1 +1 @@
|
||||
The min level of members to get muted automatically because of a mass mention. Only considered when the feature 'experience' is enabled. Default: ${defaultValue}
|
||||
The minimum level of members that will be automatically muted following a mass mention. Only considered when the feature 'experience' is enabled. Default: ${defaultValue}
|
||||
@@ -1 +1 @@
|
||||
The channel in which mass ping mutes should be logged to. Currently: ${currentTarget}
|
||||
The channel in which mutes following a mass mention should be logged to. Currently: ${currentTarget}
|
||||
@@ -1 +1 @@
|
||||
${memberMention} was muted for mentioning ${mentionCount} members.
|
||||
${memberMention} has been muted for mentioning ${mentionCount} members.
|
||||
@@ -1,3 +1,3 @@
|
||||
Creates an assignable role place with the given name used as key to identify it. The provided description will be displayed when it is posted.
|
||||
This does not create any messages, only creates the instance in the database and can be removed with `deleteAssignableRolePlace`.
|
||||
A `booster` assignable role place only allows boosting members to receive roles and automatically removes the roles if the member stops boosting.
|
||||
This does not create any messages: this only creates the instance in the database. Said database instance can be removed with `deleteAssignableRolePlace`.
|
||||
A `booster` assignable role place only allows boosting members to receive roles. If the member stops boosting the server, the received roles will be automatically removed.
|
||||
@@ -1 +1 @@
|
||||
Defines the type of this assignable role place. Possible values `default` and `booster`.
|
||||
Defines the type of this assignable role place. Possible values are `default` and `booster`.
|
||||
@@ -1 +1 @@
|
||||
You have not boosted - this is a booster only assignable role place.
|
||||
You have not boosted the server - this is a booster only assignable role place.
|
||||
@@ -1 +1 @@
|
||||
Do you want to delete the alias?
|
||||
Do you really want to delete the alias?
|
||||
@@ -1 +1 @@
|
||||
This command can be used to disable a channel group. How a disabled channel group behaves depends on what kind of channel group it is.
|
||||
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.
|
||||
@@ -1,3 +1,3 @@
|
||||
Post targets can be disabled, which means they will not be used to send any messages to.
|
||||
Some features can ignore this, and just function normally, some features might require a post target to be enabled in order to function correctly.
|
||||
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.
|
||||
@@ -1,2 +1,2 @@
|
||||
Documentation is available in [HTML](https://sheldan.github.io/abstracto-docs/current/) and [PDF](https://sheldan.github.io/abstracto-docs/current/documentation.pdf).
|
||||
They are also available for older versions via https://sheldan.github.io/abstracto-docs/$VERSION.
|
||||
Older versions are available via https://sheldan.github.io/abstracto-docs/$VERSION.
|
||||
@@ -1 +1 @@
|
||||
This command can be used to enable a channel group. How a disabled channel group behaves depends on what kind of channel group it is.
|
||||
This command can be used to enable a channel group. How a disabled channel group/channel in channel group behaves depends on what kind of channel group it is.
|
||||
@@ -1,3 +1,3 @@
|
||||
Post targets can be disabled, which means they will not be used to send any messages to.
|
||||
Some features can ignore this, and just function normally, some features might require a post target to be enabled in order to function correctly.
|
||||
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.
|
||||
@@ -1 +1 @@
|
||||
Channel has been removed from channel group.
|
||||
Channel has been removed from the channel group.
|
||||
@@ -1,3 +1,3 @@
|
||||
This command can be used to add reacts, representing text, to messages. The target message is defined by replying a the message while executing the command.
|
||||
The bot will try to fix any duplicated characters in the text, and it will try to replace multiple characters, with one reaction (if possible, for example there exists an emote for SOS), but in case the bot is unable to fix the duplicates, an error message is shown. The replacement with multiple characters takes precedence over single characters.
|
||||
This command can be used to add reactions, representing text, to messages. The target message is defined by replying to the message while executing the command.
|
||||
The bot will try to fix any duplicated characters in the text. It will try to replace multiple characters, with one reaction (if possible, for example there exists an emote for SOS), but in case the bot is unable to fix the duplicates, an error message will be shown. The replacement with multiple characters takes precedence over single characters.
|
||||
If the already existing reactions and the reactions, which would be created by this command, reach the Discord limit of reactions on a message, this command will show an error message and not add any reaction.
|
||||
@@ -1 +1 @@
|
||||
The member the credits should be transfered to
|
||||
The member the credits should be transferred to
|
||||
@@ -1 +1 @@
|
||||
The cooldown between each paydays in seconds. Default: ${defaultValue}
|
||||
The cooldown between each payday in seconds. Default: ${defaultValue}
|
||||
@@ -1 +1 @@
|
||||
Experience has been enabled for role.
|
||||
Experience has been enabled for the role.
|
||||
@@ -1 +1 @@
|
||||
Do you really want to remove the role from the experience system? A re-calculation is being done, this can take a while depending on the members having the role.
|
||||
Do you really want to remove the role from the experience system? Every current member will lose the role and this might take a bit depending on the amount of members.
|
||||
@@ -1 +1 @@
|
||||
Shows all in fractions of a member or the whole server
|
||||
Shows all infractions of a member or of the whole server
|
||||
@@ -1 +1 @@
|
||||
The member to show the infraction for
|
||||
The member to show the infractions for
|
||||
@@ -1 +1 @@
|
||||
User mute has been changed
|
||||
User mute duration has been changed
|
||||
@@ -1 +1 @@
|
||||
The duration between each allowed message in the channel. Use 'off', to disable slow mode.
|
||||
The duration between each allowed message in the channel. Use the 'off' argument to disable slow mode.
|
||||
@@ -1,2 +1,2 @@
|
||||
This command can be used to delete the messages of a user for at most 7 days and ban the user in the same command.
|
||||
This command can be used to ban a user and delete their messages for at most 7 days.
|
||||
If a time period is provided, only the day portion will be considered. For example: 1d20h will only delete messages for one day.
|
||||
@@ -1 +1 @@
|
||||
${user} has note ${noteId} on ${date} with text `${noteText}`.
|
||||
${user} has had note ID ${noteId} set on ${date} with the text `${noteText}`.
|
||||
@@ -1 +1 @@
|
||||
No warnings found.
|
||||
No warnings have been found.
|
||||
@@ -1 +1 @@
|
||||
Please wait a bit between reporting.
|
||||
Please wait a bit before reporting again.
|
||||
@@ -1 +1 @@
|
||||
You cannot join yourself.
|
||||
You cannot join your own reminder.
|
||||
@@ -1 +1 @@
|
||||
Dou you really want to purge reports?
|
||||
Do you really want to purge reports?
|
||||
@@ -1 +1 @@
|
||||
The amount of days after which reactions for starboard are ignored after. Default: ${defaultValue}
|
||||
The number of days after which reactions for starboard are ignored. Default: ${defaultValue}
|
||||
@@ -1 +1 @@
|
||||
The time period to retrieve the emote statistic for
|
||||
The time period to retrieve the emote statistics for
|
||||
@@ -1,2 +1,2 @@
|
||||
Shows the amount of agreeing and disagreeing members of a given suggestions.
|
||||
Shows the amount of agreeing and disagreeing members of a given suggestion.
|
||||
Only shows the amount as long the suggestion has not been removed from the database.
|
||||
Reference in New Issue
Block a user