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/twenty_four/locales/en_us.json

14 lines
784 B
JSON
Raw Normal View History

2023-07-11 02:32:54 +00:00
{
"twenty_four.help": "开始新游戏。",
"twenty_four.help.desc": "24 点小游戏。",
"twenty_four.message": "给出的数字组合:${numbers}\n请输入表达式使其结果为 24。若无解请输入“无解”",
"twenty_four.message.correct": "回答正确。",
"twenty_four.message.incorrect.have_solution": "回答错误:该组合存在解。",
"twenty_four.message.incorrect.error": "回答错误:表达式无效。",
"twenty_four.message.incorrect": "回答错误。",
"twenty_four.message.running": "当前有一局游戏正在进行中。",
"twenty_four.stop.help": "停止当前的游戏。",
"twenty_four.stop.message": "已停止。",
"twenty_four.stop.message.none": "当前没有游戏正在进行。"
2023-06-28 17:52:55 +00:00
}