comp-tg/src/locales/en.json

32 lines
743 B
JSON
Raw Normal View History

2021-07-26 13:12:03 +00:00
{
"error": {
"inv_cmd": "Invalid command provided.",
"adm_cmd": "You can't execute admin commands!",
"cmd_run": "This command cannot be executed now.",
"not_suc": "An error was occured which already sent to creator.",
"unk_err": "Unknown error.",
"req_err": "Request error."
},
"cmds": {
"not_des": "no description",
"eval": {
"args": "<code>",
"desc": "executes code"
},
"ping": {
"desc": "ping pong",
2022-01-18 18:50:00 +00:00
"pat": "Pong! %ds. Uptime: %d days (%dh, %dm.)"
2021-07-26 13:12:03 +00:00
},
"rub": {
"args": "[valute]...",
"desc": "ruble course",
"cur": "Currency at %s:\n%s",
"notf": "\nNot found: ",
"prov": "\nData provided from central bank of Russia."
}
}
}