mirror of
https://github.com/Sheldan/abstracto-templates.git
synced 2026-03-07 08:34:02 +00:00
[AB-197] moving templates from utility to their respective maven modules
This commit is contained in:
15
translations/starboard/src/main/assembly/assembly.xml
Normal file
15
translations/starboard/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 @@
|
||||
Shows the current leader board of starboard posts
|
||||
@@ -0,0 +1,2 @@
|
||||
Shows the current leader board of starboard posts. Can also be used to show the starboard statistics for an individual member.
|
||||
This user needs to be still in this server.
|
||||
@@ -0,0 +1 @@
|
||||
The member for whom the starboard statistics should be retrieved for. Only possible for members still in the server.
|
||||
@@ -0,0 +1 @@
|
||||
Given stars
|
||||
@@ -0,0 +1 @@
|
||||
Received stars
|
||||
@@ -0,0 +1 @@
|
||||
Star statistic for member
|
||||
@@ -0,0 +1 @@
|
||||
No starred messages.
|
||||
@@ -0,0 +1 @@
|
||||
${badge} - ${count} :star: ${user}
|
||||
@@ -0,0 +1 @@
|
||||
${badge} - ${count} :star: ${user} <#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 @@
|
||||
Amount of stars necessary to reach starboard. Default: ${defaultValue}
|
||||
@@ -0,0 +1 @@
|
||||
Amount of stars for starboard level 2. Default: ${defaultValue}
|
||||
@@ -0,0 +1 @@
|
||||
Amount of stars for starboard level 3. Default: ${defaultValue}
|
||||
@@ -0,0 +1 @@
|
||||
Amount of stars for starboard level 4. Default: ${defaultValue}
|
||||
@@ -0,0 +1 @@
|
||||
The channel where starboard posts should be posted to. Currently: ${currentTarget}
|
||||
@@ -0,0 +1 @@
|
||||
Starboard
|
||||
@@ -0,0 +1 @@
|
||||
${emote} ${count} ${channelMention} ID: ${messageId}
|
||||
@@ -0,0 +1 @@
|
||||
Description
|
||||
@@ -0,0 +1 @@
|
||||
Embeds
|
||||
@@ -0,0 +1 @@
|
||||
ImageURL
|
||||
@@ -0,0 +1 @@
|
||||
Original
|
||||
Reference in New Issue
Block a user