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
多羅狼 aad16be665
sync
2023-03-18 01:07:10 +08:00

39 lines
3.3 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請將問題回報至\nhttps://s.wd-ljt.com/botreportbug\n以便我們快速解決此問題。",
"error.prompt": "發生錯誤:${error_msg}\n錯誤回報網址",
"error.prompt.report": "執行指令時發生錯誤,請回報機器人開發人員:\n${err_msg}",
"error.prompt.noreport": "執行指令時發生錯誤:\n${err_msg}\n此問題並非機器人程式錯誤API 請求錯誤等),請勿將此訊息回報給機器人開發人員。",
"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.warning.count": "這是第 ${current_warns} 次警告。如超過 5 次警告,我們將會把你的帳戶加入黑名單。",
"tos.warning.appeal": "如果你有任何異義,請至 https://github.com/Teahouse-Studios/bot/issues/new/choose 發起 Issue。",
"tos.warning.last": "這是最後警告。",
"parser.command.running.prompt": "目前有指令正在執行,請稍後再試。",
"parser.command.running.prompt2": "先前的指令正在執行中。",
"parser.command.format.invalid": "語法錯誤。\n使用 ~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} 啟用此模組。",
"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}"
}