Archived
1
0
Fork 0
This repository has been archived on 2024-04-26. You can view files and clone it, but cannot push or open issues or pull requests.
akari-bot/locales/en_us.json

52 lines
4.6 KiB
JSON
Raw Normal View History

2022-08-18 01:16:48 +00:00
{
2023-04-16 09:06:51 +00:00
"i18n.prompt.fallback.failed": "(If you can see this, we've messed something up!\nPlease send the problem back to\n${url}\nso it can be fixed in time.)",
2023-03-09 05:26:40 +00:00
"error.prompt": "An error occurred: ${error_msg}\nReport this issue: ",
2023-04-05 07:04:09 +00:00
"error.prompt.report": "An error occurred while executing the command. Please report the following to developers:\n${err_msg}\nReport this issue: ",
2023-03-14 12:05:42 +00:00
"error.prompt.noreport": "An error occurred while executing the command:\n${err_msg}\nThis error is not caused by the bot (e.g. the API request went wrong) and thus should not be reported to developers.",
2023-04-08 17:20:28 +00:00
"error.message.limited": "Message sending failed, possibly restricted by server. Please try again later.",
2023-04-16 09:06:51 +00:00
"error.message.paused": "Group message delivering was blocked by the server. Group message delivering is suspended. Resume with ${prefix}resume command.",
2023-03-09 05:26:40 +00:00
"error.message.chain.invalid": "The bot attempted to send an invalid message chain. Please get in touch with the developers to solve this issue.",
"error.message.chain.empty": "The bot attempted to send an empty message chain. Please get in touch with the developers to solve this issue.",
"error.message.chain.plain.empty": "The bot attempted to send an empty text message. Please get in touch with the developers to solve this issue.",
"error.message.chain.unsafe": "The message contains unsafe content and is blocked. Please get in touch with the developers to solve this issue.",
"error.module.unbound": "Module ${module} isn't bound with any commands and doesn't have a description. Please get in touch with the developers to solve this issue.",
"error.module.helpdoc.invalid": "${module} provided an invalid help message. Please get in touch with the developers to solve this issue.",
2023-04-16 09:06:51 +00:00
"error.loader.load.failed": "The following error(s) occurred during module loading and module(s) with error is now loaded: ${err_msg}",
2023-03-09 05:26:40 +00:00
"error.loader.load.success": "All modules are loaded successfully.",
"error.request.api.timeout": "API request timeout.",
"tos.warning": "Warning:\nYou have violated our Code of Conduct according to our Terms of Service.",
2023-03-19 05:33:12 +00:00
"tos.reason": "Reason: ",
2023-04-16 09:06:51 +00:00
"tos.reason.cooldown": "Too many times the same command is used in a period of time.",
"tos.reason.abuse": "Too many times commands are used in a period of time.",
"tos.reason.bypass": "Ignore temporary ban warning.",
2023-03-25 09:20:51 +00:00
"tos.warning.count": "You have received ${current_warns} warnings. Your account will be blacklisted if you receive more than 5 warnings.",
2023-04-05 07:04:09 +00:00
"tos.warning.appeal": "If you have any objections, please go to ${issue_url} and create an issue.",
2023-03-09 05:26:40 +00:00
"tos.warning.last": "This is your last warning.",
2023-04-16 09:06:51 +00:00
"tos.tempbanned": "Note:\nWe have temporarily banned you because your action triggered a warning.\n${ban_time} seconds remaining until unban.",
"tos.tempbanned.warning": "Note:\nAlthough a temporary block was triggered, using commands still may cause you to be warned again.\n${ban_time} seconds remaining until unban.",
2023-03-09 05:26:40 +00:00
"parser.command.running.prompt": "There are currently commands running. Please try again later.",
"parser.command.running.prompt2": "The previous command is being executed.",
2023-04-08 07:05:26 +00:00
"parser.command.format.invalid": "Syntax Error.\nUse \"${prefix}help ${module}\" for help.",
2023-03-09 05:26:40 +00:00
"parser.sudo.permission.denied": "You are not a superuser and cannot use the sudo command.",
"parser.superuser.permission.denied": "You do not have permission to use this command.",
2023-03-19 11:44:48 +00:00
"parser.admin.module.permission.denied": "Commands under the \"${module}\" module can only be used by the admins of the group. Please contact the admins to execute the command.",
2023-03-09 05:26:40 +00:00
"parser.admin.submodule.permission.denied": "This command can only be used by the admins of the group. Please contact the admins to execute the command.",
2023-03-19 11:44:48 +00:00
"parser.module.disabled.prompt": "\"${module}\" module is not enabled, please send ${prefix}enable ${module} to enable the module.",
2023-04-08 17:20:28 +00:00
"error": "An error occurred: ",
2022-08-18 01:16:48 +00:00
"example": "Hello world!",
2023-03-01 09:10:45 +00:00
"success": "Success.",
2023-03-17 13:13:28 +00:00
"yes": "Yes",
"no": "No",
2023-03-09 05:26:40 +00:00
"message.wait.confirm.prompt.type1": "(send \"Yes\" or other matching words to confirm)",
"message.wait.confirm.prompt.type2": "(send matching words to confirm)",
"message.reply.prompt": "(Please reply to this message using the specified words)",
2023-03-01 09:10:45 +00:00
"core.help.none": "(This module has no help information)",
"core.help.options": "Options: ",
2023-03-14 12:05:42 +00:00
"core.help.alias": "Alias: ",
2023-04-15 08:49:44 +00:00
"parser.module.desc": "Description:\n${desc}",
"check.redacted": "<REDACTED>",
2023-04-18 12:56:48 +00:00
"check.redacted.all": "<REDACTED ALL>",
"\"none\"": "None",
"\"language\"": "English"
2023-03-09 05:26:40 +00:00
}