Update battle.ts

This commit is contained in:
Lugiad 2024-05-20 02:28:20 +02:00 committed by GitHub
parent 6256684fd5
commit c2013556b0
No known key found for this signature in database
GPG Key ID: B5690EEEBB952194

View File

@ -14,7 +14,6 @@ export const battle: SimpleTranslationEntries = {
"switchQuestion": "要更换\n{{pokemonName}}吗?", "switchQuestion": "要更换\n{{pokemonName}}吗?",
"trainerDefeated": `你击败了\n{{trainerName}}`, "trainerDefeated": `你击败了\n{{trainerName}}`,
"moneyWon": "You got\n₽{{moneyAmount}} for winning!", "moneyWon": "You got\n₽{{moneyAmount}} for winning!",
"modifierReceived": "You received\n{{modifierName}}!",
"pokemonCaught": "{{pokemonName}} 被抓住了!", "pokemonCaught": "{{pokemonName}} 被抓住了!",
"partyFull": "Your party is full.\nRelease a Pokémon to make room for {{pokemonName}}?", "partyFull": "Your party is full.\nRelease a Pokémon to make room for {{pokemonName}}?",
"pokemon": "宝可梦", "pokemon": "宝可梦",