mirror of
https://github.com/Sheldan/abstracto-templates.git
synced 2026-04-15 04:02:54 +00:00
[AB-90] adding poll functionality
This commit is contained in:
@@ -0,0 +1 @@
|
||||
Poll has been cancelled
|
||||
@@ -0,0 +1 @@
|
||||
Cancels a server poll
|
||||
@@ -0,0 +1,2 @@
|
||||
Cancels and deletes a server poll.
|
||||
Only possible if you are the creator of the poll and if the poll is not older than one hour
|
||||
@@ -0,0 +1 @@
|
||||
The ID of the server poll to cancel
|
||||
@@ -0,0 +1 @@
|
||||
Poll has been closed.
|
||||
@@ -0,0 +1 @@
|
||||
Closes a server poll
|
||||
@@ -0,0 +1,2 @@
|
||||
Closes the server poll and posts an update message with the accompanied optional text.
|
||||
The message will be shown in the polls post target.
|
||||
@@ -0,0 +1 @@
|
||||
The ID of the server poll to close
|
||||
@@ -0,0 +1 @@
|
||||
Text to show with the poll update message
|
||||
@@ -0,0 +1 @@
|
||||
Poll ${pollId} has been closed.
|
||||
@@ -0,0 +1 @@
|
||||
Text
|
||||
@@ -0,0 +1 @@
|
||||
Create a server wide poll
|
||||
@@ -0,0 +1,4 @@
|
||||
Create a server wide poll with possible arguments.
|
||||
You can select to allow additional options, show the decisions within the poll message and whether multiple options are allowed to be selected.
|
||||
You can enter at most 15 options and define a duration to show when the poll should end.
|
||||
If the duration ends and the appropriate feature modes are enabled, the poll will be evaluated and a reminder will be send and the poll will be closed.
|
||||
@@ -0,0 +1 @@
|
||||
Whether to allow adding new options
|
||||
@@ -0,0 +1 @@
|
||||
Whether to allow selecting multiple options
|
||||
@@ -0,0 +1 @@
|
||||
The description of the poll
|
||||
@@ -0,0 +1 @@
|
||||
Options which should be shown. Label and description can be separated using ;
|
||||
@@ -0,0 +1 @@
|
||||
The duration for how long it should be possible to add votes
|
||||
@@ -0,0 +1 @@
|
||||
Whether to show the votes in the poll message
|
||||
@@ -0,0 +1 @@
|
||||
Option has been added.
|
||||
@@ -0,0 +1 @@
|
||||
Submitted! You have chosen the options: <#list chosenValues as chosenValue>${chosenValue}<#sep>, </#list>
|
||||
@@ -0,0 +1 @@
|
||||
Option: `${option.label}` votes: ${option.votes} (${option.percentage}%)
|
||||
@@ -0,0 +1 @@
|
||||
${option.label} <#if showDecisions>votes: ${option.votes} (${option.percentage}%)</#if>
|
||||
@@ -0,0 +1,2 @@
|
||||
Poll ${pollId} ended.
|
||||
Most voted option(s) were:
|
||||
@@ -0,0 +1 @@
|
||||
Description
|
||||
@@ -0,0 +1 @@
|
||||
Enter description
|
||||
@@ -0,0 +1 @@
|
||||
Label
|
||||
@@ -0,0 +1 @@
|
||||
Enter label
|
||||
@@ -0,0 +1 @@
|
||||
Add option
|
||||
@@ -0,0 +1,2 @@
|
||||
> Voting end: ${formattedEndDate}
|
||||
|
||||
@@ -0,0 +1 @@
|
||||
Poll `${description}` ended.
|
||||
@@ -0,0 +1 @@
|
||||
Poll ${pollId} - `${description}`
|
||||
@@ -0,0 +1 @@
|
||||
Jump
|
||||
@@ -0,0 +1 @@
|
||||
Poll has been created.
|
||||
@@ -0,0 +1 @@
|
||||
Create a quick poll
|
||||
@@ -0,0 +1,4 @@
|
||||
Create a poll in the current channel.
|
||||
You can select to show the decisions within the poll message and whether multiple options are allowed to be selected.
|
||||
You can enter at most 15 options and define a duration to show when the poll should end.
|
||||
If the duration ends, the poll will be closed and the update will the send in the current channel.
|
||||
@@ -0,0 +1 @@
|
||||
Whether to allow selecting multiple options
|
||||
@@ -0,0 +1 @@
|
||||
The description of the poll
|
||||
@@ -0,0 +1 @@
|
||||
Options which should be shown. Label and description can be separated using ;
|
||||
@@ -0,0 +1 @@
|
||||
The duration for how long it should be possible to add votes
|
||||
@@ -0,0 +1 @@
|
||||
Whether to show the votes in the poll message
|
||||
@@ -0,0 +1 @@
|
||||
Submitted! You have chosen the options: <#list chosenValues as chosenValue>${chosenValue}<#sep>, </#list>
|
||||
@@ -0,0 +1,2 @@
|
||||
> Voting end: ${formattedEndDate}
|
||||
|
||||
@@ -0,0 +1 @@
|
||||
Poll `${description}` ended.
|
||||
@@ -0,0 +1 @@
|
||||
Option: `${option.label}` <#if showDecisions>votes: ${option.votes} (${option.percentage}%)</#if>
|
||||
@@ -0,0 +1 @@
|
||||
Poll ${pollId} - `${description}`
|
||||
@@ -0,0 +1 @@
|
||||
Polls
|
||||
@@ -0,0 +1 @@
|
||||
Duration for server polls in seconds. Default: ${defaultValue}
|
||||
@@ -0,0 +1 @@
|
||||
The channel where server polls reminders should be posted to. Currently: ${currentTarget}
|
||||
@@ -0,0 +1 @@
|
||||
The channel where server polls should be posted to. Currently: ${currentTarget}
|
||||
@@ -0,0 +1 @@
|
||||
Not possible to remove poll.
|
||||
@@ -0,0 +1 @@
|
||||
Duplicated poll option detected.
|
||||
Reference in New Issue
Block a user