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

72 lines
6.1 KiB
JSON
Raw Normal View History

2023-04-21 09:27:40 +00:00
{
2023-05-21 03:48:33 +00:00
"check.redacted": "<REDACTED>",
"check.redacted.all": "<ALL REDACTED>",
"core.help.alias": "Alias: ",
"core.help.none": "(This module has no help information)",
"core.help.options": "Options: ",
"error": "An error occurred: ",
2023-10-26 08:35:33 +00:00
"error.config.invalid": "The configuration is invalid or not found. Please check the configuration file.",
2023-08-14 18:29:48 +00:00
"error.config.secret.not_found": "API key not found. Please check the configuration file.",
2023-11-05 18:07:37 +00:00
"error.loader.load.failed": "The following error(s) occurred during module loading and module(s) with error was/were not loaded: ${err_msg}",
"error.loader.load.success": "Loaded all modules successfully.",
2023-08-08 13:17:57 +00:00
"error.message.chain.empty": "The bot attempted to send an empty message chain. Please contact the developers to resolve this issue.",
"error.message.chain.invalid": "The bot attempted to send an invalid message chain. Please contact the developers to resolve this issue.",
"error.message.chain.plain.empty": "The bot attempted to send an empty text message. Please contact the developers to resolve this issue.",
2023-08-08 06:32:53 +00:00
"error.message.chain.unsafe": "The message contains insecure content and has been blocked.",
2023-05-21 03:48:33 +00:00
"error.message.limited": "Failed to send message. The message might be blocked. Please try again later.",
2023-11-05 18:07:37 +00:00
"error.message.limited.msg2img": "消息被风控,尝试使用图片发送:",
2023-08-08 13:17:57 +00:00
"error.message.paused": "Group message delivering was blocked by the server. Group message delivering is suspended. Use \"${prefix}resume\" to resume pushing.",
2023-11-05 18:07:37 +00:00
"error.message.report": "The following error occurred while executing \"${module}\": ",
2023-10-28 05:27:54 +00:00
"error.message.timeout": "发生错误:消息发送超时,请稍后重试命令或尝试等待返回结果。",
2023-06-05 10:47:13 +00:00
"error.module.helpdoc.invalid": "\"${module}\" module provided an invalid help message. 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.",
2023-08-08 13:17:57 +00:00
"error.module.unloaded": "\"${module}\" module failed to load. Please contact the developers to resolve this issue.",
2023-05-21 03:48:33 +00:00
"error.prompt": "An error occurred: ${error_msg}\nReport this issue: ",
"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.",
"error.prompt.report": "An error occurred while executing the command. Please report the following to developers:\n${err_msg}\nReport this issue: ",
2023-08-13 16:52:21 +00:00
"error.range.invalid": "An error occurred: Invalid number range.",
2023-10-26 08:35:33 +00:00
"error.webrender.unconfigured": "No webrender configured. This command cannot be used.",
2023-05-21 03:48:33 +00:00
"example": "Hello world!",
2023-07-25 07:02:06 +00:00
"failed": "Failed.",
2023-11-05 18:07:37 +00:00
"game.help.stop": "Stop the current game.",
"game.message.running": "This game is currently in progress.",
"game.message.stop": "Stopped.",
"game.message.stop.none": "This game is not in progress.",
2023-10-26 08:35:33 +00:00
"i18n.prompt.fallback.failed": "(If you're seeing this strange string, it means something we got wrong again!\nPlease send the problem back to\n${url}\nso that we can fix it in time.)",
2023-05-21 03:48:33 +00:00
"language": "English",
2023-10-26 08:35:33 +00:00
"message.cooldown": "${time} seconds have passed since the last execution. The cooldown time of this command is ${cd_time} seconds.",
2023-07-25 09:07:05 +00:00
"message.delimiter": ", ",
2023-06-26 13:18:54 +00:00
"message.end": ".",
2023-05-21 03:48:33 +00:00
"message.reply.prompt": "(Please reply to this message using the specified words)",
2023-10-26 08:35:33 +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)",
2023-05-21 03:48:33 +00:00
"no": "No",
"none": "None",
"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.",
"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.",
"parser.command.format.invalid": "Syntax error.\nUse \"${prefix}help ${module}\" for help.",
2023-08-08 13:17:57 +00:00
"parser.command.running.prompt": "There are currently commands executing. Please try again later.",
2023-03-09 05:26:40 +00:00
"parser.command.running.prompt2": "The previous command is being executed.",
2023-05-21 03:48:33 +00:00
"parser.module.desc": "Description:\n${desc}",
2023-10-28 05:27:54 +00:00
"parser.module.disabled.prompt": "\"${module}\" module is not enabled. Please use \"${prefix}enable ${module}\" to enable the module.",
2023-07-25 07:02:06 +00:00
"parser.module.unloaded": "\"${module}\"hasn't been loaded yet. Use command \"${prefix}module load ${module}\" to load the module.",
2023-03-09 05:26:40 +00:00
"parser.superuser.permission.denied": "You do not have permission to use this command.",
2023-11-05 18:07:37 +00:00
"petal.message.cost": "(${count} petals used)",
2023-10-26 08:35:33 +00:00
"petal.message.gained.limit": "However, the daily limit of petals obtained today has been reached. Please try again tomorrow.",
2023-11-05 18:07:37 +00:00
"petal.message.gained.success": "You got ${amount} petals.",
2023-10-26 08:35:33 +00:00
"petal.message.lost.limit": "(You can't lose more petals today.)",
2023-11-05 18:07:37 +00:00
"petal.message.lost.success": "You lost ${amount} petals.",
2023-03-01 09:10:45 +00:00
"success": "Success.",
2023-05-21 03:48:33 +00:00
"tos.reason": "Reason: ",
"tos.reason.abuse": "Too many command usages within a period of time.",
"tos.reason.bypass": "Ignoring temporary ban warning.",
"tos.reason.cooldown": "Too many usages of the same command within a period of time.",
"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.",
"tos.warning": "Warning:\nYou have violated our Code of Conduct according to our Terms of Service.",
2023-08-08 13:17:57 +00:00
"tos.warning.appeal": "For objections, please go to ${issue_url} and create an issue.",
2023-10-25 16:43:27 +00:00
"tos.warning.count": "You have received ${current_warns} warnings. Your account will be blacklisted if you receive more than ${warn_counts} warnings.",
2023-10-26 08:35:33 +00:00
"tos.warning.last": "This is the last warning.",
2023-07-25 07:02:06 +00:00
"unknown": "Unknown",
2023-05-21 03:48:33 +00:00
"yes": "Yes"
2023-11-05 18:07:37 +00:00
}