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
|
{
"msg.owner": "Contact @%s",
"argument.subcommand": "Subcommand",
"argument.message": "Message",
"argument.interval": "Interval",
"argument.name": "Name",
"argument.target": "Target",
"argument.value": "Value",
"argument.amount": "Amount",
"error.template": "{sender.alias_name}: 🚨 %s",
"error.not_enough_arguments": "Not enough arguments (%s)",
"error.incorrect_argument": "Incorrect argument (%s)",
"error.incompatible_name": "Incompatible name (%s)",
"error.namesake_creation": "Namesake creation (%s)",
"error.not_found": "Not found (%s)",
"error.something_went_wrong": "Something went wrong",
"error.external_api_error": "External API error (%s%s)",
"error.insufficient_rights": "Insufficient rights",
"ping.response": "{sender.alias_name}: Pong! Uptime: %s · Used memory: %sMB",
"event.on": "{sender.alias_name}: New event \"%s\" has been successfully created!",
"event.off": "{sender.alias_name}: The event \"%s\" has been deleted!",
"notify.sub": "{sender.alias_name}: You have been successfully subscribed to the \"%s\" event!",
"notify.unsub": "{sender.alias_name}: You have been unsubscribed from the \"%s\" event!",
"join.response": "{sender.alias_name}: Successfully joined your chat room!",
"join.response_in_chat": "Hi, I'm %s and I'll be serving this chat. Send {default.prefix}help to learn about the commands!",
"join.already_in": "{sender.alias_name}: I'm already in your chat room!",
"join.rejoined": "{sender.alias_name}: I have rejoined your chat room!",
"join.from_other_chat": "{sender.alias_name}: In order for the bot to join your chat, you need to send {default.prefix}join directly in %s chat.",
"join.not_allowed": "{sender.alias_name}: The bot cannot join chat rooms!%s",
"custom_command.new": "{sender.alias_name}: New command \"%s\" has been successfully created!",
"custom_command.delete": "{sender.alias_name}: The command \"%s\" has been deleted!",
"timer.new": "{sender.alias_name}: New timer \"%s\" has been successfully created!",
"timer.delete": "{sender.alias_name}: The timer \"%s\" has been deleted!"
}
|