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/modules/chemical_code/locales/zh_cn.json
2023-06-01 13:46:10 +08:00

23 lines
No EOL
1.8 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.

{
"chemical_code.help": "普通样式(时间限制,多人)",
"chemical_code.help.captcha": "验证码样式不支持指定ID仅限一次单人",
"chemical_code.help.csid": "根据 ChemSpider ID 出题。",
"chemical_code.help.desc": "化学式回答小游戏。",
"chemical_code.message": "请在 ${times} 分钟内回答这个化合物的分子式。(除 C、H 外使用字母表顺序CHBrClF",
"chemical_code.message.captcha": "请回答这个化合物的分子式。(除 C、H 外使用字母表顺序CHBrClF",
"chemical_code.message.correct": "回答正确。",
"chemical_code.message.csid.invalid": "发生错误:请输入正确的 ID",
"chemical_code.message.csid.invalid.num": "发生错误:请输入纯数字 ID",
"chemical_code.message.error": "发生错误:拉取题目失败,可能是因为请求超时或 ID 无效,请重新发起游戏。",
"chemical_code.message.incorrect": "回答错误,正确答案是 ${answer}。",
"chemical_code.message.incorrect.remind1": "提示:不正确,请重试。",
"chemical_code.message.incorrect.remind2": "提示:${elements} 的数量不正确,请检查。",
"chemical_code.message.incorrect.remind3": "提示:已经很接近了,请重试。",
"chemical_code.message.incorrect.remind4": "提示:可能有元素遗漏,请检查。",
"chemical_code.message.incorrect.remind5": "提示:元素顺序不正确,请检查。",
"chemical_code.message.running": "当前有一局游戏正在进行中。",
"chemical_code.message.timeup": "已超时,正确答案是 ${answer}。",
"chemical_code.stop.help": "停止当前的游戏。",
"chemical_code.stop.message": "已停止,正确答案是 ${answer}。",
"chemical_code.stop.message.none": "当前没有游戏在进行中。"
}