discord.js-akinator
Version:
A Discord.js v14 module that allows you to create an Akinator command for your discord bot in a matter of seconds.
31 lines • 1.1 kB
JSON
{
"gameEnded": "比賽結束了",
"gameEndedDesc": "由於不活動1分鐘,您的遊戲已結束。",
"question": "題",
"progress": "進步",
"pleaseType": "請輸入...",
"stopTip": "您還可以輸入“s”或“stop”結束您的遊戲",
"yes": "是的",
"no": "不",
"dontKnow": "不知道",
"dontKnowNoComma": "不知道",
"probably": "大概",
"probablyNot": "可能不是",
"back": "後退",
"stop": "停止",
"thinking": "思維...",
"isThisYourCharacter": "這是你的角色嗎?",
"isThisYourAnimal": "這是你的動物嗎?",
"isThisYourObject": "這是你的對象嗎?",
"ranking": "排行",
"noOfQuestions": "問題數量",
"wellPlayed": "打的好!",
"guessedRightOneMoreTime": "我猜再了一次!",
"character": "特點",
"animal": "動物",
"object": "目的",
"defeated": "太棒了! 你擊敗了我...",
"gameForceEnd": "你的遊戲成功結束了!",
"startingGame": "開始遊戲...",
"startingGameDesc": "遊戲將在幾秒鐘後開始..."
}