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/zh_cn.json
2023-06-08 00:45:54 +08:00

13 lines
No EOL
782 B
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.

{
"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": "当前没有游戏正在进行。"
}