-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathen.json
50 lines (50 loc) · 2.01 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
{
"error": {
"alreadyInWaitlist": "You already in waitlist {{name}}.",
"mustBeNumber": "Enter a number!",
"mustBePositive": "Number must be greater then zero!",
"notEnogthUsers": "Not enogth users!",
"usersNotFound": "Users not found!",
"waitlistNotFound": "Waitlist not found!"
},
"general": {
"acccept": "🛂 Accept users",
"accepted": "You have been accepted into {{name}}",
"back": "◀ Back",
"canceled": "Canceled.",
"delete": "❌ Delete",
"deleteWaitlist": "🔴 Delete waitlist",
"into": "You have been entered into the {{name}} whitelist, when you are invited by an admin you will be notified.",
"invite": "✅ Invite users",
"inviteSelected": "🛃 Invite selected users",
"messagesSent": "The invitations have been sent out!",
"start": "Hi, I'm a bot for creating and monitoring waitlists.",
"users": "Users: \n",
"usersInWaitlist": "🚻 Uses in waitlist"
},
"scenes": {
"acceptSelectedUsers": {
"enter": "Waitlist: {{name}}\n\nSend a file with a list of user id's"
},
"acceptUsers": {
"enter": "Waitlist: {{name}}\n\nWaiting: {{waiting}}\nAccepted: {{accepted}}\n\nSend the text that users will receive, for example, an invitation to a conversation.",
"users": "How many users need to be accepted?"
},
"deleteWaitlist": {
"deleted": "Waitlist deleted!",
"enter": "Confirm waitlist deletion."
},
"newWaitlist": {
"description": "Enter waitlist description.",
"enter": "Enter waitlist name."
},
"waitlist": {
"enter": "Waitlist: {{name}}\nDescription: {{description}}\n\nWaiting: {{waiting}}\nAccepted: {{accepted}}",
"share": "Click on button below to invite users",
"shareButton": "Invite"
},
"waitlists": {
"enter": "Your waitlists:"
}
}
}