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_tw.json

14 lines
793 B
JSON
Raw Normal View History

2023-06-28 17:52:55 +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": "目前沒有遊戲正在進行。"
}