This repository was archived by the owner on Sep 11, 2021. It is now read-only.
-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathen_US.json
82 lines (82 loc) · 2.56 KB
/
en_US.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
{
"commands": {
"customstat": {
"delete": {
"cannotfind": "Cannot find the bot custom status data."
},
"add": "Added custom status.",
"list": {
"result": "Custom status added by %1$s:```\n%2$s```"
},
"usage": {
"all": "Usage:```\n%1$s%2$s <add/추가/list/리스트/delete/삭제> [...]\n```",
"add": "Usage:```\n%1$s%2$s %3$s <content: string>\n```"
}
},
"botinfo": {
"title": "Information of **Seoa**",
"content": {
"discordTag": "Discord Tag",
"commands": "Commands",
"aliases": "Command Aliases",
"servers": "Servers which I joined",
"channels": "Channels that I can see",
"users": "Users that I can recognize",
"createdAt": "Seoa is created at...",
"readyAt": "Seoa is running since..."
}
},
"invite": {
"msg": "You can invite **SeoaBot** with this link: \n%1$s"
},
"ping": {
"pinging": "Pinging...",
"websocketPing": "WebSocket: %1$sms",
"msgPing": "Message: %1$sms"
},
"reload": {
"usage": "Usage:```\n%1$sreload <command>\n```",
"reloaded": "Reloaded `%1$s` command.",
"cannotfind": "Cannot find command `%1$s`.",
"error": "An error occured while reloading the command: ```\n%1$s\n```"
},
"load": {
"usage": "Usage: ```\n%1$sload <command>\n```",
"added": "Loaded `%1$s` command.",
"cannotfind": "Cannot find Command `%1$s`.",
"error": "An Error occured when loading the command: ```\n%1$s\n```"
},
"unload": {
"unloaded": "Unloaded `%1$s` command.",
"cannotfind": "Cannot find command `%1$s`.",
"usage": "Usage: ```\n%1$sunload <command>\n```",
"error": "An Error occured while unloading the command: ```\n%1$s\n```"
},
"register": {
"ask": "If you register the server, you agree to providing this server's information to SeoaBot's database.\nDo you agree?",
"reactFail": "Failed to add reaction. Please type your response.",
"yes": "Registered the server! You can now use the many feature of SeoaBot!",
"no": "Server registration cancelled.",
"timeOut": "Response timed out.",
"alreadyRegistered": "This server is already registered."
},
"codequiz": {
"cannotfind": "Cannot find Quiz #%1$s",
"quiztitle": "Q%1$s. about %2$s",
"incorrect": "Incorrect!",
"correct": "Correct! Earned %1$s Score!",
"timeup": "Time Over! (20s)",
"issue": "[`Quiz Request, Report`](%1$s)",
"leaderboard": {
"title": "Code Quiz Leaderboard"
}
},
"support": {
"text": "Enter the Support server and communicate with members!"
}
},
"common": {
"unknownUser": "Unknown User",
"everyone": "everyone"
}
}