Update battle.ts

This commit is contained in:
Lugiad 2024-05-20 02:18:40 +02:00 committed by GitHub
parent 2552016f81
commit 5468ce5a6a
No known key found for this signature in database
GPG Key ID: B5690EEEBB952194

View File

@ -16,7 +16,7 @@ export const battle: SimpleTranslationEntries = {
"moneyWon": "You got\n₽{{moneyAmount}} for winning!",
"modifierReceived": "You received\n{{modifierName}}!",
"pokemonCaught": "{{pokemonName}} wurde gefangen!",
"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": "Pokémon",
"sendOutPokemon": "Los, {{pokemonName}}!",
"hitResultCriticalHit": "Ein Volltreffer!",