mirror of
https://github.com/Sheldan/abstracto-templates.git
synced 2026-04-17 04:29:14 +00:00
[AB-30] adding giveaway feature
This commit is contained in:
15
translations/giveaway/src/main/assembly/assembly.xml
Normal file
15
translations/giveaway/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 @@
|
||||
The giveaway has been cancelled.
|
||||
@@ -0,0 +1 @@
|
||||
Cancels a giveaway
|
||||
@@ -0,0 +1,2 @@
|
||||
This command is used to cancel a giveaway.
|
||||
The giveaway will be disabled and the text will be struck through.
|
||||
@@ -0,0 +1 @@
|
||||
The ID of the giveaway to cancel
|
||||
@@ -0,0 +1 @@
|
||||
Giveaway has been created.
|
||||
@@ -0,0 +1 @@
|
||||
Creates a giveaway
|
||||
@@ -0,0 +1,6 @@
|
||||
This command can be used to create a giveaway.
|
||||
A giveaway needs a title and a duration.
|
||||
Additional optional parameters are: description, benefactor (the user who sponsored the giveaway), a channel different to the post target and an amount of winners.
|
||||
Per default there is 1 winner and the post target 'giveaways' is used.
|
||||
A giveaway will then automatically evaluate the winners, but it can be cancelled.
|
||||
The giveaway can then also be rerolled.
|
||||
@@ -0,0 +1 @@
|
||||
The member who sponsored this giveaway
|
||||
@@ -0,0 +1 @@
|
||||
The channel the giveaway should be posted in
|
||||
@@ -0,0 +1 @@
|
||||
Description shown in the giveaway
|
||||
@@ -0,0 +1 @@
|
||||
The duration of the giveaway
|
||||
@@ -0,0 +1 @@
|
||||
What the giveaway is about
|
||||
@@ -0,0 +1 @@
|
||||
The amount of winners in this giveaway
|
||||
@@ -0,0 +1 @@
|
||||
Re-rolls a giveaway
|
||||
@@ -0,0 +1,2 @@
|
||||
This command can be used to re-roll a giveaway. This means that the winners are drawn new.
|
||||
The previous winner can win again.
|
||||
@@ -0,0 +1 @@
|
||||
The ID of the giveaway to re-roll
|
||||
@@ -0,0 +1 @@
|
||||
Rerolled the giveaway.
|
||||
@@ -0,0 +1 @@
|
||||
Giveaway
|
||||
@@ -0,0 +1 @@
|
||||
The channel to create giveaways in. Currently: ${currentTarget}
|
||||
@@ -0,0 +1 @@
|
||||
Giveaway not found.
|
||||
@@ -0,0 +1,8 @@
|
||||
<#if cancelled>~~</#if>
|
||||
<#if description?has_content>${description}</#if>
|
||||
Giveaway end: ${endDate}
|
||||
Hosted by: ${host}
|
||||
<#if benefactor?has_content>Provided by: ${benefactor}</#if>
|
||||
Entries: ${entries}
|
||||
Winners: <#if ended>${memberMentions}<#else>${winnerCount}</#if>
|
||||
<#if cancelled>~~</#if>
|
||||
@@ -0,0 +1 @@
|
||||
Giveaway #${id} - ${title}
|
||||
@@ -0,0 +1 @@
|
||||
Join
|
||||
@@ -0,0 +1 @@
|
||||
No winner.
|
||||
@@ -0,0 +1 @@
|
||||
Congratulations ${memberMentions}! You won **${prize}**!! :tada::tada:
|
||||
@@ -0,0 +1 @@
|
||||
Already joined the giveaway.
|
||||
@@ -0,0 +1 @@
|
||||
You joined the giveaway.
|
||||
Reference in New Issue
Block a user