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
2023-06-29 01:52:55 +08:00

13 lines
793 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": "目前沒有遊戲正在進行。"
}