-
Notifications
You must be signed in to change notification settings - Fork 17
Expand file tree
/
Copy pathlanguage.json
More file actions
80 lines (59 loc) · 1.83 KB
/
language.json
File metadata and controls
80 lines (59 loc) · 1.83 KB
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
{
"greet":{
"english": "✨ Hi {}, I am Tok Mate Bot and I can help you to download TikTok videos really fast.\n\n<b>Send any TikTok links to download.</b>\n\nEg: <code>https://www.tiktok.com/@hemantapkh/video/6978860931522514178</code>\n\n<b>For inline download, just type @TokMateBot in any of your chats.</b>\n\nEg: <code>@TokMateBot https://vm.tiktok.com/ZM8LSAUYT</code>"
},
"enterLink": {
"english": "🔗 Enter the TikTok link to send"
},
"clickToSend": {
"english": "👉 Click here to send the video"
},
"invalidUrl": {
"english": "⚠️ Invalid TikTok URL"
},
"privateVideo": {
"english": "⚠️ The video is either private or don't exist."
},
"exception": {
"english": "⚠️ <b>Error[1]</b> Please report this to the us."
},
"unknownError": {
"english": "⚠️ <b>Error[2]</b> Please report this to the us."
},
"token": {
"english": "🔑<b> Your Token</b>\n\n<code>{}</code>"
},
"warningTooFast":{
"english": "🛑 You are sending messages too fast. Please slowdown or you may get banned."
},
"blockedTooFast":{
"english": "⛔ You have been banned for 5 minutes for spamming the bot."
},
"joinChannelBtn": {
"english": "➕ Channel"
},
"joinDiscussionBtn": {
"english": "🗣️ Group"
},
"inlineQueryBtn": {
"english": "🔎 Inline"
},
"inlineQuery2Btn": {
"english": "🔎 Inline in other chat"
},
"linkBtn": {
"english": "💫 Link"
},
"link2Btn": {
"english": "🔗 Link"
},
"audioBtn": {
"english": "🎵 Audio"
},
"openInTTBtn": {
"english": "♪ Open in TikTok"
},
"videoBtn": {
"english": "🎬 Video"
}
}