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_tw.json
2023-04-19 17:41:21 +08:00

51 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": "否",
"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": "<全部已編輯>",
"none": "無",
"language": "繁體中文"
}