mirror of
https://github.com/Sheldan/abstracto-templates.git
synced 2026-04-21 21:41:32 +00:00
initial commit with the current state of the templates split into separate modules with assembly
This commit is contained in:
15
translations/utility/src/main/assembly/assembly.xml
Normal file
15
translations/utility/src/main/assembly/assembly.xml
Normal file
@@ -0,0 +1,15 @@
|
||||
<assembly xmlns="http://maven.apache.org/plugins/maven-assembly-plugin/assembly/1.1.2"
|
||||
xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance"
|
||||
xsi:schemaLocation="http://maven.apache.org/plugins/maven-assembly-plugin/assembly/1.1.2 http://maven.apache.org/xsd/assembly-1.1.2.xsd">
|
||||
<id>zip</id>
|
||||
<includeBaseDirectory>false</includeBaseDirectory>
|
||||
<formats>
|
||||
<format>zip</format>
|
||||
</formats>
|
||||
<fileSets>
|
||||
<fileSet>
|
||||
<outputDirectory>.</outputDirectory>
|
||||
<directory>${project.basedir}/src/main/resources</directory>
|
||||
</fileSet>
|
||||
</fileSets>
|
||||
</assembly>
|
||||
@@ -0,0 +1 @@
|
||||
Accepts the given suggestion.
|
||||
@@ -0,0 +1 @@
|
||||
`accept 1 okay` in order to accept the suggestion `1` with the reason `okay`
|
||||
@@ -0,0 +1 @@
|
||||
Accepts the given suggestion. Will post the suggestion again, with the given reason for acceptance, with the old text strike through and 'Accepted by' as a notice.
|
||||
@@ -0,0 +1 @@
|
||||
The ID of the suggestion you want to accept.
|
||||
@@ -0,0 +1 @@
|
||||
The text you want to provide in the notification when accepting a suggestion.
|
||||
@@ -0,0 +1 @@
|
||||
accept <suggestionId> [reason]
|
||||
@@ -0,0 +1 @@
|
||||
Rejects the given suggestion.
|
||||
@@ -0,0 +1 @@
|
||||
`deny 1 not okay` in order to reject the suggestion `1` with the reason `not okay`
|
||||
@@ -0,0 +1 @@
|
||||
Rejects the given suggestion. Will post the suggestion again, with the given reason for rejection, with the old text strike through and 'Rejected by' as a notice.
|
||||
@@ -0,0 +1 @@
|
||||
The ID of the suggestion you want to reject.
|
||||
@@ -0,0 +1 @@
|
||||
The text you want to provide in the notification when rejecting a suggestion.
|
||||
@@ -0,0 +1 @@
|
||||
reject <suggestionId> [reason]
|
||||
@@ -0,0 +1 @@
|
||||
Reminds you in the given period of the given text.
|
||||
@@ -0,0 +1 @@
|
||||
`remind 1h2m3s text` in order to be reminded in 1 hour 2 minutes and 3 seconds with the reason `text`
|
||||
@@ -0,0 +1,9 @@
|
||||
Reminds you in the given duration of the given text.
|
||||
The reminder will also include a link to the original message.
|
||||
The syntax for duration is the following:
|
||||
s - seconds
|
||||
m - minutes
|
||||
h - hours
|
||||
d - days
|
||||
|
||||
They must be positive and do no spaces between for example `1h23m` is one hour and twenty three minutes.
|
||||
@@ -0,0 +1 @@
|
||||
The duration in which you want to be reminded in. Uses the duration parsing.
|
||||
@@ -0,0 +1 @@
|
||||
The text you wanted to be reminded with.
|
||||
@@ -0,0 +1 @@
|
||||
remind <duration> <text>
|
||||
@@ -0,0 +1 @@
|
||||
You wanted to be reminded.
|
||||
@@ -0,0 +1 @@
|
||||
Duration
|
||||
@@ -0,0 +1 @@
|
||||
Jump!
|
||||
@@ -0,0 +1 @@
|
||||
Link
|
||||
@@ -0,0 +1 @@
|
||||
Note
|
||||
@@ -0,0 +1 @@
|
||||
Scheduled reminder ${id} to remind you of [this](${messageUrl})
|
||||
@@ -0,0 +1 @@
|
||||
Shows your reminders
|
||||
@@ -0,0 +1 @@
|
||||
Displays all the currently active reminders with their due date and reminder note.
|
||||
@@ -0,0 +1 @@
|
||||
reminders
|
||||
@@ -0,0 +1 @@
|
||||
Due on ${reminder.targetDate} with text ${reminder.text}
|
||||
@@ -0,0 +1 @@
|
||||
Reminder ${id}
|
||||
@@ -0,0 +1 @@
|
||||
Currently active reminders
|
||||
@@ -0,0 +1 @@
|
||||
Shows information about the server
|
||||
@@ -0,0 +1 @@
|
||||
Shows the ID, owner, member count, role count, features and emotes of the server.
|
||||
@@ -0,0 +1 @@
|
||||
serverInfo
|
||||
@@ -0,0 +1 @@
|
||||
Created at
|
||||
@@ -0,0 +1 @@
|
||||
Emotes ${additionalInfo}
|
||||
@@ -0,0 +1 @@
|
||||
(Total emotes ${count})
|
||||
@@ -0,0 +1 @@
|
||||
Features
|
||||
@@ -0,0 +1 @@
|
||||
Server ID
|
||||
@@ -0,0 +1 @@
|
||||
Member count
|
||||
@@ -0,0 +1 @@
|
||||
Owner
|
||||
@@ -0,0 +1 @@
|
||||
Role count
|
||||
@@ -0,0 +1 @@
|
||||
Server info of ${name}
|
||||
@@ -0,0 +1 @@
|
||||
Shows the avatar of a user
|
||||
@@ -0,0 +1,2 @@
|
||||
Shows the avatar of a member and provides a link to easier access it.
|
||||
Takes a member as a parameter, if this parameter is not available, it uses the member executing the command.
|
||||
@@ -0,0 +1 @@
|
||||
The member you want to see the avatar for. If not provided will use the member executing the command.
|
||||
@@ -0,0 +1 @@
|
||||
showAvatar [member]
|
||||
@@ -0,0 +1 @@
|
||||
Image
|
||||
@@ -0,0 +1 @@
|
||||
Link
|
||||
@@ -0,0 +1 @@
|
||||
User
|
||||
@@ -0,0 +1 @@
|
||||
Retrieves the URL to the given emote.
|
||||
@@ -0,0 +1 @@
|
||||
Shows the URL and the name of the given emote.
|
||||
@@ -0,0 +1 @@
|
||||
The emote you want to retrieve the name and URL for.
|
||||
@@ -0,0 +1 @@
|
||||
showEmote <emote>
|
||||
@@ -0,0 +1 @@
|
||||
Link
|
||||
@@ -0,0 +1 @@
|
||||
Name
|
||||
@@ -0,0 +1 @@
|
||||
Shows the current leader board of starboard posts.
|
||||
@@ -0,0 +1 @@
|
||||
Shows the current leader board of starboard posts.
|
||||
@@ -0,0 +1 @@
|
||||
starStats
|
||||
@@ -0,0 +1 @@
|
||||
No starred messages.
|
||||
@@ -0,0 +1 @@
|
||||
${badge} - ${count} :star: ${user}
|
||||
@@ -0,0 +1 @@
|
||||
${badge} - ${count} :star: [Jump!](${link}) <#include "user_left_server">
|
||||
@@ -0,0 +1 @@
|
||||
Server starboard stats
|
||||
@@ -0,0 +1 @@
|
||||
${badge} - ${count} :star: [Jump!](${link})
|
||||
@@ -0,0 +1 @@
|
||||
${badge} - ${count} :star: ${user}
|
||||
@@ -0,0 +1 @@
|
||||
${badge} - ${count} :star: ${user} <#include "user_left_server">
|
||||
@@ -0,0 +1 @@
|
||||
Top star receiver
|
||||
@@ -0,0 +1 @@
|
||||
Top starred posts
|
||||
@@ -0,0 +1 @@
|
||||
Top starrer
|
||||
@@ -0,0 +1 @@
|
||||
${starredMessages} starred messages with ${totalStars} stars in total
|
||||
@@ -0,0 +1 @@
|
||||
Suggests the given text in the `suggestions` post target to be voted on.
|
||||
@@ -0,0 +1,2 @@
|
||||
Suggests the given text in the `suggestions` post target to be voted on. Such a suggestion will have a globally unique id
|
||||
and a suggestion can be accepted with `accept` or denied with `reject`.
|
||||
@@ -0,0 +1 @@
|
||||
The text describing your suggestion.
|
||||
@@ -0,0 +1 @@
|
||||
suggest <text>
|
||||
@@ -0,0 +1 @@
|
||||
Accepted by ${user}
|
||||
@@ -0,0 +1 @@
|
||||
Rejected by ${user}
|
||||
@@ -0,0 +1 @@
|
||||
Suggestion #${id}
|
||||
@@ -0,0 +1 @@
|
||||
Cancels the given reminder.
|
||||
@@ -0,0 +1 @@
|
||||
Cancels the given reminder to not be executed anymore.
|
||||
@@ -0,0 +1 @@
|
||||
The ID of the reminder you want to cancel.
|
||||
@@ -0,0 +1 @@
|
||||
unRemind <reminderId>
|
||||
@@ -0,0 +1 @@
|
||||
Shows information about a user
|
||||
@@ -0,0 +1 @@
|
||||
Cancels the given reminder to not be executed anymore.
|
||||
@@ -0,0 +1,3 @@
|
||||
Shows the ID, nickname (if set), joined date, registration date, status and activities of a user.
|
||||
Has an optional parameter to define for which user the information should be shown.
|
||||
If no parameter is given, it shows this information for the user executing the command.
|
||||
@@ -0,0 +1 @@
|
||||
userInfo [member]
|
||||
@@ -0,0 +1 @@
|
||||
Activity
|
||||
@@ -0,0 +1 @@
|
||||
User ID
|
||||
@@ -0,0 +1 @@
|
||||
Joined at
|
||||
@@ -0,0 +1 @@
|
||||
Nickname
|
||||
@@ -0,0 +1 @@
|
||||
Registered at
|
||||
@@ -0,0 +1 @@
|
||||
Status
|
||||
@@ -0,0 +1 @@
|
||||
Link embeds
|
||||
@@ -0,0 +1 @@
|
||||
Reminders
|
||||
@@ -0,0 +1 @@
|
||||
The channel where starboard posts should be posted to. Currently: ${currentTarget}
|
||||
@@ -0,0 +1 @@
|
||||
The channel where suggestions should be posted to. Currently: ${currentTarget}
|
||||
@@ -0,0 +1 @@
|
||||
Starboard
|
||||
@@ -0,0 +1 @@
|
||||
Suggestions
|
||||
@@ -0,0 +1 @@
|
||||
Utility
|
||||
Some files were not shown because too many files have changed in this diff Show More
Reference in New Issue
Block a user