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.35 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": "もう1回、当てました!",
"character": "キャラクター",
"animal": "動物",
"object": "物体",
"defeated": "ブラボー! あなたは私を倒した...",
"gameForceEnd": "あなたのゲームは正常に終了しました!",
"startingGame": "ゲームの開始...",
"startingGameDesc": "ゲームは数秒で始まります..."
}