Update battle.ts

This commit is contained in:
Lugiad 2024-05-20 02:17:59 +02:00 committed by GitHub
parent a37909f655
commit fa8b802eb9
No known key found for this signature in database
GPG Key ID: B5690EEEBB952194

View File

@ -16,6 +16,7 @@ export const battle: SimpleTranslationEntries = {
"moneyWon": "You got\n₽{{moneyAmount}} for winning!", "moneyWon": "You got\n₽{{moneyAmount}} for winning!",
"modifierReceived": "You received\n{{modifierName}}!", "modifierReceived": "You received\n{{modifierName}}!",
"pokemonCaught": "{{pokemonName}} 被抓住了!", "pokemonCaught": "{{pokemonName}} 被抓住了!",
"partyFull": "Your party is full.\nRelease a Pokémon to make room for {{pokemonName}}?",
"pokemon": "宝可梦", "pokemon": "宝可梦",
"sendOutPokemon": "上吧! {{pokemonName}}", "sendOutPokemon": "上吧! {{pokemonName}}",
"hitResultCriticalHit": "击中了要害!", "hitResultCriticalHit": "击中了要害!",