forked from matterpoll/matterpoll
-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathactive.en.json
66 lines (66 loc) · 4.47 KB
/
active.en.json
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
43
44
45
46
47
48
49
50
51
52
53
54
55
56
57
58
59
60
61
62
63
64
65
66
{
"bot.description": "Poll Bot",
"command.autoComplete.desc": "Create a poll",
"command.autoComplete.hint": "\"[Question]\" \"[Answer 1]\" \"[Answer 2]\"...",
"command.default.no": "No",
"command.default.yes": "Yes",
"command.error.generic": "Something went wrong. Please try again later.",
"command.error.invalidInput": "Invalid input: {{.Error}}",
"command.error.invalidNumberOfOptions": "You must provide either no answer or at least two answers.",
"command.help.text.options": "You can customize the options by typing `/{{.Trigger}} \"Question\" \"Answer 1\" \"Answer 2\" \"Answer 3\"`",
"command.help.text.pollSetting.anonymous": "Don't show who voted for what when the poll ends",
"command.help.text.pollSetting.introduction": "Poll Settings provider further customization, e.g. `/{{.Trigger}} \"Question\" \"Answer 1\" \"Answer 2\" \"Answer 3\" --progress --anonymous`. The available Poll Settings are:",
"command.help.text.pollSetting.multi-vote": "Allow users to vote for X options",
"command.help.text.pollSetting.progress": "During the poll, show how many votes each answer option got",
"command.help.text.pollSetting.public-add-option": "Allow all users to add additional options",
"command.help.text.simple": "To create a poll with the answer options \"{{.Yes}}\" and \"{{.No}}\" type `/{{.Trigger}} \"Question\"`",
"dialog.addOption.element.displayName": "Option",
"dialog.addOption.submitLabel": "Add",
"dialog.addOption.title": "Add Option",
"dialog.create.submitLabel": "Create",
"dialog.create.title": "Create Poll",
"dialog.createPoll.option": "Option {{ .Number }}",
"dialog.createPoll.question": "Question",
"dialog.createPoll.setting.multi": "The number of options that an user can vote on.",
"dialog.delete.submitLabel": "Delete",
"dialog.delete.title": "Confirm Poll Delete",
"dialog.end.submitLabel": "End",
"dialog.end.title": "Confirm Poll End",
"poll.addAnswerOption.duplicate": "Duplicate option: {{.Option}}",
"poll.addAnswerOption.empty": "Empty option not allowed",
"poll.button.addOption": "Add Option",
"poll.button.deletePoll": "Delete Poll",
"poll.button.endPoll": "End Poll",
"poll.button.resetVotes": "Reset Votes",
"poll.endPost.answer.heading": {
"few": "{{.Answer}} ({{.Count}} votes)",
"many": "{{.Answer}} ({{.Count}} votes)",
"one": "{{.Answer}} ({{.Count}} vote)",
"other": "{{.Answer}} ({{.Count}} votes)"
},
"poll.endPost.seperator": "and",
"poll.endPost.text": "This poll has ended. The results are:",
"poll.message.pollSettings": "**Poll Settings**: {{.Settings}}",
"poll.message.totalVotes": "**Total votes**: {{.TotalVotes}}",
"poll.newPoll.unrecognizedSetting": "Unrecognized poll setting: {{.Setting}}",
"poll.newPoll.votesettings.invalidSetting": "The number of votes must be a positive number and less than or equal to the number of options. You specified \"{{.MaxVotes}}\", but the number of options is \"{{.Options}}\".",
"poll.newPoll.votesettings.unexpectedError": "Unexpected error happens when parsing {{.Setting}}",
"poll.updateVote.alreadyVoted": "You've already voted for this option.",
"poll.updateVote.maxVotes": "You could't vote for this option, because you don't have any votes left. Use the reset button to reset your votes.",
"response.addOption.invalidPermission": "Only the creator of a poll and System Admins are allowed to add options.",
"response.addOption.success": "Successfully added the option.",
"response.deletePoll.invalidPermission": "Only the creator of a poll and System Admins are allowed to delete it.",
"response.deletePoll.success": "Successfully deleted the poll.",
"response.endPoll.invalidPermission": "Only the creator of a poll and System Admins are allowed to end it.",
"response.endPoll.successfully": "The poll **{{.Question}}** has ended and the original post has been updated. You can jump to it by pressing [here]({{.Link}}).",
"response.resetVotes.noVotes": "There are no votes to reset.",
"response.resetVotes.success": "All votes are cleared. Your previous votes were [{{.ClearedVotes}}].",
"response.vote.counted": "Your vote has been counted.",
"response.vote.multi.updated": {
"few": "Your vote has been counted. You have {{.Remains}} votes left.",
"many": "Your vote has been counted. You have {{.Remains}} votes left.",
"one": "Your vote has been counted. You have {{.Remains}} vote left.",
"other": "Your vote has been counted. You have {{.Remains}} votes left."
},
"response.vote.updated": "Your vote has been updated."
}