-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathen.json
executable file
·100 lines (100 loc) · 4.83 KB
/
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
67
68
69
70
71
72
73
74
75
76
77
78
79
80
81
82
83
84
85
86
87
88
89
90
91
92
93
94
95
96
97
98
99
100
{
"errors": {
"VoteNameNeeded": "Please specify the name of the voting!",
"VoteDescNeeded": "Please specify the description of the voting!",
"VoteAnswersNeeded": "Please specify the answer options for voting!",
"TooManyAnswers": "There are too many answers!",
"UnknownError": "An unknown error occurred",
"SetLangNeeded": "Please specify lang! Available en, ru, et, es and uk.",
"SetLangUnknown": "Incorrect lang! Available en, ru, et, es and uk.",
"ReplyNeeded": "Please, reply to voting message!",
"NotAVote": "This is not a voting!",
"NotCreator": "You are not the creator of this voting!",
"SetPrefixNeeded": "Please specify prefix!",
"PermissionCheckError": "You dont have permission!",
"VoteAnswerNotEmptyNeeded": "Empty answers not supported!",
"VotingIdNeeded": "Please specify the id of the voting!",
"VotesSpyDisabled": "Votes history disabled for this voting!",
"PrefixInvalid": "This prefix is invalid!",
"CannotSendMessages": "I dont has permission to send messages!"
},
"info": {
"VoteCreating": "Creating voting…",
"VotingFooter": "Voting №%s",
"VotingFooterSpy": "Voting author can see your answer",
"InfoDesc": "Hi, I'm a Votty, voting bot, let's have a voting!",
"Dev": "Developer",
"WithSupport": "With Support",
"Support": "Support Server",
"SupportLink": "[Click here](https://discord.gg/pbwyV2YueS)",
"LangSett": "Language changed!",
"VoteEnded": "\"%s\" voting is complete!",
"PrefixSett": "Prefix changed!",
"HelpDesc": "My commands\nFor usage examples use %shelp [command]",
"StartVote": "Start voting",
"StopVote": "Stop voting",
"SetLang": "Change language",
"SetPrefix": "Change prefix",
"Info": "Information about bot",
"StatsTitle": "My stats",
"VotesCount": "Active voting count",
"Servers": "Servers count",
"Channels": "Channels count",
"Users": "Users count",
"LoveToUsers": "Love to users",
"InfinityLove": "```Infinity```",
"Stats": "Some stats",
"Votes": "User votes: %s",
"Flags": "Flags:",
"HiddenVote": "Hidden votes",
"Voting": "Voting",
"AdminsOnly": "Admins",
"Others": "Other",
"AutoUpdate": "Automatic refresh",
"Votable": "Votable repost",
"Now": "Now",
"Yes": "Yes",
"No": "No",
"TwoArgToDesc": "Accepts the second argument as a description of the voting",
"GenerateGraph": "Generates a pie chart of responses",
"Prefix": "My prefix is: \"%s\"",
"VotesSpy": "Allows to show votes history via %svotes command",
"VotesEmpty": "No votes",
"MultipleVotes": "Allow multiple votes",
"Done": "Done",
"BotLists": "My pages at all bot lists:"
},
"help": {
"StartVoteTitle": "Creating voting",
"StartVoteExample": "```{{prefix}}createvoting [question] (-d description) [answer 1] [answer 2] (answers 3-9) (-hlm)```\n```{{prefix}}createvoting \"Apple or Hot Banana?\" Apple \"Hot Banana\"```",
"StopVoteTitle": "Stopping voting",
"StopVoteExample": "```{{prefix}}stopvoting (-g)```\n```{{prefix}}stopvoting 861277945451249714```",
"SetLangTitle": "Changes language",
"SetLangExample": "```{{prefix}}setlang [en/ru/et/es/uk]```\n```{{prefix}}setlang en```",
"SetPrefixTitle": "Changes prefix",
"SetPrefixExample": "```{{prefix}}setprefix [prefix]```\n```{{prefix}}setprefix v!```",
"InfoTitle": "Information about bot",
"InfoExample": "```{{prefix}}info```",
"StatsTitle": "Statistics",
"StatsExample": "```{{prefix}}stats```",
"RepostTitle": "Repost voting",
"RepostExample": "```{{prefix}}repost [voting id] (-uv)```\n```{{prefix}}repost 222```",
"OptionsTitle": "Server settings",
"OptionsExample": "```{{prefix}}options```",
"VotesTitle": "Votes history",
"VotesExample": "```{{prefix}}votes [voting id] (page) ```\n```{{prefix}}votes 322 1```"
},
"options": {
"Page0DescGenerating": "Server voting settings\nPlease, wait while reactions creating",
"Page0Desc": "Server voting settings",
"AllMembers": " all members",
"MembersWithRole": " members with role contains \"voting\"",
"ManageMessageMembers": " members with messages manage permission",
"ManageChannelMembers": " members with manage channels permission",
"AdminMembers": " members with admin permission",
"Page1Title": "Who can create voting?",
"Page2Title": "Who can repost voting on this server?",
"Page3Title": "Delete voting creating command?",
"Page4Title": "Delete vote reactions?"
}
}