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/en_us.json

12 lines
612 B
JSON
Raw Normal View History

2023-11-12 09:01:23 +00:00
{
"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} 赢了。"
}