-
Notifications
You must be signed in to change notification settings - Fork 11
/
configuration.json
78 lines (78 loc) · 3 KB
/
configuration.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
{
"types":["gif", "sticker", "video", "photo", "audio", "utf", "arabic", "links", "contacts", "geo", "files", "flood"],
"settings_template":
{
"gif":"Gifs",
"sticker":"Stickers",
"video":"Videos",
"arabic":"Arabic",
"links":"Links",
"photo":"Photos",
"audio":"Audio",
"geo":"Geo",
"contacts":"Contacts",
"files":"Files",
"flood":"Flood",
"utf":"UTF-8"
},
"lock":
{
"gif":"<b>Gifs</b> are now locked",
"sticker":"<b>Stickers</b> are now locked",
"video":"<b>Videos</b> are now locked",
"arabic":"<b>Arabic</b> is now locked",
"links":"<b>All Links</b> are now locked",
"photo":"<b>Photos</b> are now locked",
"audio":"<b>Audio messages</b> are now locked",
"geo":"<b>Geo messages</b> are now locked",
"contacts":"<b>Contact messages</b> are now locked",
"files":"<b>All File types</b> are now locked",
"flood":"<b>Flooding</b> is now locked. By default the limit is 10",
"utf":"<b>UTF</b> is now locked. Only UTF-8 characters are allowed.",
"already":
{
"gif":"<b>Gifs</b> are already locked",
"sticker":"<b>Stickers</b> are already locked",
"video":"<b>Videos</b> are already locked",
"arabic":"<b>Arabic</b> is already locked",
"links":"<b>All Links</b> are already locked",
"photo":"<b>Photos</b> are already locked",
"audio":"<b>Audio Messages</b> are already locked",
"geo":"<b>Geo messages</b> are already locked",
"contacts":"<b>Contact messages</b> are already locked",
"files":"<b>All File types</b> are already locked",
"flood":"<b>Flooding</b> is already locked",
"utf":"<b>UTF</b> is already locked."
}
},
"unlock":
{
"gif":"<b>Gifs</b> are now unlocked",
"sticker":"<b>Stickers</b> are now unlocked",
"video":"<b>Videos</b> are now unlocked",
"arabic":"<b>Arabic</b> is now unlocked",
"links":"<b>All Links</b> are now unlocked",
"photo":"<b>Photos</b> are now unlocked",
"audio":"<b>Audio messages</b> are now unlocked",
"geo":"<b>Geo messages</b> are now unlocked",
"contacts":"<b>Contact messages</b> are now unlocked",
"files":"<b>All File types</b> are now unlocked",
"flood":"<b>Flooding</b> is now unlocked",
"utf":"<b>UTF</b> is now unlocked.",
"already":
{
"gif":"<b>Gifs</b> are already unlocked",
"sticker":"<b>Stickers</b> are already unlocked",
"video":"<b>Videos</b> are already unlocked",
"arabic":"<b>Arabic</b> is already unlocked",
"links":"<b>All Links</b> are already unlocked",
"photo":"<b>Photos</b> are already unlocked",
"audio":"<b>Audio Messages</b> are already unlocked",
"geo":"<b>Geo messages</b> are already unlocked",
"contacts":"<b>Contact messages</b> are already unlocked",
"files":"<b>All File types</b> are alreday unlocked",
"flood":"<b>Flooding</b> is already unlocked",
"utf":"<b>UTF</b> is already unlocked."
}
}
}