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
多羅狼 0475a4bcbb
sync
2023-03-14 20:05:42 +08:00

18 lines
1.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.

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