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

12 lines
622 B
JSON
Raw Normal View History

2023-10-22 14:13:27 +00:00
{
2023-10-25 14:22:04 +00:00
"tic_tac_toe.help.desc": "下井字棋。",
2023-10-25 14:52:19 +00:00
"tic_tac_toe.help": "和机器人下井字棋。",
2023-10-25 14:22:04 +00:00
"tic_tac_toe.expert.help": "和专家级机器人下井字棋。",
2023-10-25 14:52:19 +00:00
"tic_tac_toe.master.help": "和大师级机器人下井字棋。",
"tic_tac_toe.noob.help": "和菜鸟级机器人下井字棋。",
"tic_tac_toe.duo.help": "双人对战井字棋。",
"tic_tac_toe.message.turn": "请 ${player} 落子。\n发送数字以确定要落子的位置",
2023-10-27 16:35:24 +00:00
"tic_tac_toe.message.draw": "游戏结束,平局。",
"tic_tac_toe.message.winner": "游戏结束,${winner} 赢了。"
2023-10-22 14:13:27 +00:00
}