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/zh_cn.json
2023-04-16 20:48:56 +08:00

50 lines
4.2 KiB
JSON
Raw Blame History

This file contains ambiguous Unicode characters

This file contains Unicode characters that might be confused with other characters. If you think that this is intentional, you can safely ignore this warning. Use the Escape button to reveal them.

{
"i18n.prompt.fallback.failed": "(如果你看到了这条奇怪的字符串,说明我们又搞错了什么东西!\n请将问题反馈至\n${url}\n以便我们快速解决此问题。",
"error.prompt": "发生错误:${error_msg}\n错误汇报地址",
"error.prompt.report": "执行命令时发生错误,请报告机器人开发者:\n${err_msg}\n错误汇报地址",
"error.prompt.noreport": "执行命令时发生错误:\n${err_msg}\n此问题并非机器人程序错误API 请求出错等),请勿将此消息报告给机器人开发者。",
"error.message.limited": "消息发送失败,可能被风控,请稍后再试。",
"error.message.paused": "群消息发送被服务器拦截,已暂停群消息发送,使用 ${prefix}resume 命令恢复推送。",
"error.message.chain.invalid": "机器人尝试发送非法消息链,请联系机器人开发者解决问题。",
"error.message.chain.empty": "机器人尝试发送空消息链,请联系机器人开发者解决问题。",
"error.message.chain.plain.empty": "机器人尝试发送空文本消息,请联系机器人开发者解决问题。",
"error.message.chain.unsafe": "消息中含有不安全的内容,已被拦截。请向开发者反馈问题。",
"error.module.unbound": "模块 ${module} 未绑定任何命令且无简介,请联系开发者处理。",
"error.module.helpdoc.invalid": "${module} 模块的帮助信息有误,请联系开发者处理。",
"error.loader.load.failed": "加载模块中发生了以下错误,对应模块未加载:${err_msg}",
"error.loader.load.success": "所有模块已正常加载。",
"error.request.api.timeout": "请求 API 超时。",
"tos.warning": "警告:\n根据服务条款你已违反我们的行为准则。",
"tos.reason": "具体原因:",
"tos.reason.cooldown": "一段时间内使用相同命令的次数过多。",
"tos.reason.abuse": "一段时间内使用命令的次数过多。",
"tos.reason.bypass": "无视临时封禁警告。",
"tos.warning.count": "这是对你的第 ${current_warns} 次警告。如超过 5 次警告,我们将会把你的账户加入黑名单。",
"tos.warning.appeal": "如果你有任何异议,请至 ${issue_url} 发起问题。",
"tos.warning.last": "这是对你的最后一次警告。",
"tos.tempbanned": "提示:\n由于你的行为触发了警告我们已对你进行临时封禁。\n距离解封时间还有 ${ban_time} 秒。",
"tos.tempbanned.warning": "提示:\n即使是触发了临时封禁继续使用命令还是可能会导致你被再次警告。\n距离解封时间还有 ${ban_time} 秒。",
"parser.command.running.prompt": "当前有命令正在执行,请稍后再试。",
"parser.command.running.prompt2": "先前的命令正在执行中。",
"parser.command.format.invalid": "语法错误。\n使用 ${prefix}help ${module} 查看帮助。",
"parser.sudo.permission.denied": "你不是本机器人的超级用户,无法使用 sudo 命令。",
"parser.superuser.permission.denied": "你没有使用该命令的权限。",
"parser.admin.module.permission.denied": "${module} 模块下的命令仅能被该群组的管理员所使用,请联系管理员执行此命令。",
"parser.admin.submodule.permission.denied": "此命令仅能被该群组的管理员所使用,请联系管理员执行此命令。",
"parser.module.disabled.prompt": "${module} 模块未启用,请发送 ${prefix}enable ${module} 启用本模块。",
"error": "发生错误:",
"example": "你好世界!",
"success": "成功。",
"yes": "是",
"no": "否",
"none": "无",
"message.wait.confirm.prompt.type1": "(发送“是”或符合确认条件的词语来确认)",
"message.wait.confirm.prompt.type2": "(发送符合条件的词语来确认)",
"message.reply.prompt": "(请使用指定的词语回复本条消息)",
"core.help.none": "(此模块没有帮助信息)",
"core.help.options": "参数:",
"core.help.alias": "命令别名:",
"parser.module.desc": "介绍:\n${desc}",
"check.redacted": "<吃掉了>",
"check.redacted.all": "<全部吃掉了>"
}