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/tic_tac_toe/locales/zh_cn.json
2023-10-28 00:35:24 +08:00

11 lines
622 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.

{
"tic_tac_toe.help.desc": "下井字棋。",
"tic_tac_toe.help": "和机器人下井字棋。",
"tic_tac_toe.expert.help": "和专家级机器人下井字棋。",
"tic_tac_toe.master.help": "和大师级机器人下井字棋。",
"tic_tac_toe.noob.help": "和菜鸟级机器人下井字棋。",
"tic_tac_toe.duo.help": "双人对战井字棋。",
"tic_tac_toe.message.turn": "请 ${player} 落子。\n发送数字以确定要落子的位置",
"tic_tac_toe.message.draw": "游戏结束,平局。",
"tic_tac_toe.message.winner": "游戏结束,${winner} 赢了。"
}