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
多羅狼 f655996569 Revert "Merge branch 'master' into master"
This reverts commit a722762318, reversing
changes made to b145631228.
2024-01-15 21:13:05 +08:00

79 lines
No EOL
6.4 KiB
JSON

{
"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: ",
"core.message.confirm": "Are you sure?",
"error": "An error occurred: ",
"error.config.invalid": "The configuration is invalid or not found. Please check the configuration file.",
"error.config.secret.not_found": "API key not found. Please check the configuration file.",
"error.config.webrender.invalid": "No webrender configured. This command cannot be used.",
"error.loader.load.failed": "The following error(s) occurred during module loading and module(s) with error were not loaded: ${err_msg}",
"error.loader.load.success": "Loaded all modules successfully.",
"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.",
"error.message.chain.unsafe": "The message contains insecure content and has been blocked.",
"error.message.limited": "Failed to send message. The message might be blocked. Please try again later.",
"error.message.limited.msg2img": "The message has been blocked. Try sending by image: ",
"error.message.paused": "Group message delivering was blocked by the server. Group message delivering is suspended. Use \"${prefix}resume\" to resume pushing.",
"error.message.report": "The following error occurred while executing \"${module}\": ",
"error.message.timeout": "An error occurred: Message sending timed out. Please retry the command later or wait for the result to be returned.",
"error.module.helpdoc.invalid": "\"${module}\" module provided invalid help information. Please contact the developers to solve this issue.",
"error.module.unbound": "\"${module}\" module is unbound with any commands and doesn't have the description. Please contact the developers to solve this issue.",
"error.module.unloaded": "\"${module}\" module failed to load. Please contact the developers to resolve this issue.",
"error.prompt.address": "Report this issue: ${url}",
"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": "An error occurred while executing the command. Please report the following to developers:\n${err_msg}",
"error.range.invalid": "An error occurred: Invalid number range.",
"example": "Hello world!",
"failed": "Failed.",
"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.",
"i18n.prompt.fallback.failed": "(If you're seeing this strange string, it means something we've messed up!\nPlease send the issue back so that we can fix it in time.)",
"language": "English",
"message.brackets": " (${msg})",
"message.collapse": "...show only the first ${amount} items.",
"message.cooldown": "${time} second(s) have passed since the last execution. The cooldown time of this command are ${cd_time} second(s).",
"message.delimiter": ", ",
"message.end": ".",
"message.reply.prompt": "(Please reply to this message using the specified words)",
"message.wait.confirm.prompt.type1": "(Send \"Yes\" or other matching words to confirm)",
"message.wait.confirm.prompt.type2": "(Send matching words to confirm)",
"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.",
"parser.command.running.prompt": "There are currently commands executing. Please try again later.",
"parser.command.running.prompt2": "The previous command is being executed.",
"parser.module.desc": "Description:\n${desc}",
"parser.module.disabled.prompt": "\"${module}\" module is not enabled. Please use \"${prefix}enable ${module}\" to enable the module.",
"parser.module.unloaded": "\"${module}\"hasn't been loaded yet. Please contact the developers to solve this issue.",
"parser.superuser.permission.denied": "You do not have permission to use this command.",
"petal.message.cost": "(${count} petals used)",
"petal.message.gained.limit": "However, the daily limit of petals obtained today has been reached. Please try again tomorrow.",
"petal.message.gained.success": "You got ${amount} petal(s).",
"petal.message.lost.limit": "(You can't lose more petals today.)",
"petal.message.lost.success": "You lost ${amount} petal(s).",
"success": "Success.",
"time.date.format": "%B %d, %Y",
"time.date.iso.format": "%Y-%m-%d",
"time.time.format": "%H:%M:%S",
"time.time.nosec.format": "%H:%M",
"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} second(s) 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} second(s) remaining until unban.",
"tos.warning": "Warning:\nYou have violated our Code of Conduct according to our Terms of Service.",
"tos.warning.appeal": "For objections, please go to ${issue_url} and create an issue.",
"tos.warning.count": "You have received ${current_warns} warnings. Your account will be blacklisted if you receive more than ${warn_counts} warnings.",
"tos.warning.last": "This is the last warning.",
"unknown": "Unknown",
"yes": "Yes"
}