Update safari-zone-dialogue.json

This commit is contained in:
Yonmaru40 2024-09-18 18:08:07 +08:00 committed by GitHub
parent 8e1b662532
commit 743060df01
No known key found for this signature in database
GPG Key ID: B5690EEEBB952194

View File

@ -1,46 +1,46 @@
{ {
"intro": "It's a safari zone!", "intro": "到狩猎地带了!",
"title": "The Safari Zone", "title": "狩猎地带",
"description": "There are all kinds of rare and special Pokémon that can be found here!\nIf you choose to enter, you'll have a time limit of 3 wild encounters where you can try to catch these special Pokémon.\n\nBeware, though. These Pokémon may flee before you're able to catch them!", "description": "这里有各种稀有和特殊的宝可梦!\n如果选择进入你将有3次机会遇到野生宝可梦供你捕获。\n但注意了它们可能会在你捕捉到之前逃走",
"query": "Would you like to enter?", "query": "要进去试试吗?",
"option": { "option": {
"1": { "1": {
"label": "Enter", "label": "进入",
"tooltip": "(-) Pay {{option1Money, money}}\n@[SUMMARY_GREEN]{(?) Safari Zone}", "tooltip": "(-)支付{{option1Money, money}}\n@[SUMMARY_GREEN]{(?)狩猎地带}",
"selected": "Time to test your luck!" "selected": "该试试运气了!"
}, },
"2": { "2": {
"label": "Leave", "label": "离开",
"tooltip": "(-) No Rewards", "tooltip": "(-)无奖励",
"selected": "You hurry along your way,\nwith a slight feeling of regret." "selected": "你匆匆上路,心里却有一丝遗憾。"
} }
}, },
"safari": { "safari": {
"1": { "1": {
"label": "Throw a Pokéball", "label": "投掷精灵球",
"tooltip": "(+) Throw a Pokéball", "tooltip": "(+)投掷一颗精灵球",
"selected": "You throw a Pokéball!" "selected": "你扔出了精灵球!"
}, },
"2": { "2": {
"label": "Throw Bait", "label": "投掷诱饵",
"tooltip": "(+) Increases Capture Rate\n(-) Chance to Increase Flee Rate", "tooltip": "(+)增加捕获率\n(-)有概率增加逃跑率",
"selected": "You throw some bait!" "selected": "你扔了些诱饵!"
}, },
"3": { "3": {
"label": "Throw Mud", "label": "投掷泥巴",
"tooltip": "(+) Decreases Flee Rate\n(-) Chance to Decrease Capture Rate", "tooltip": "(+)降低逃跑率\n(-)有概率降低逃跑率",
"selected": "You throw some mud!" "selected": "你扔了些泥巴!"
}, },
"4": { "4": {
"label": "Flee", "label": "逃跑",
"tooltip": "(?) Flee from this Pokémon" "tooltip": "(?)逃离宝可梦"
}, },
"watching": "{{pokemonName}} is watching carefully!", "watching": "{{pokemonName}}正在凝视你!",
"eating": "{{pokemonName}} is eating!", "eating": "{{pokemonName}}正在进食!",
"busy_eating": "{{pokemonName}} is busy eating!", "busy_eating": "{{pokemonName}}忙着进食!",
"angry": "{{pokemonName}} is angry!", "angry": "{{pokemonName}}发怒了!",
"beside_itself_angry": "{{pokemonName}} is beside itself with anger!", "beside_itself_angry": "{{pokemonName}}愤怒至极!",
"remaining_count": "{{remainingCount}} Pokémon remaining!" "remaining_count": "还有{{remainingCount}}只宝可梦!"
}, },
"outro": "That was a fun little excursion!" "outro": "真是有趣的经历!"
} }