From 40d90c563d53f0403b2b0a9765e225da608b8099 Mon Sep 17 00:00:00 2001 From: Lugiad Date: Mon, 20 May 2024 02:17:27 +0200 Subject: [PATCH] Update battle.ts --- src/locales/es/battle.ts | 1 + 1 file changed, 1 insertion(+) diff --git a/src/locales/es/battle.ts b/src/locales/es/battle.ts index a724b9657d0..90a96cf9b16 100644 --- a/src/locales/es/battle.ts +++ b/src/locales/es/battle.ts @@ -16,6 +16,7 @@ export const battle: SimpleTranslationEntries = { "moneyWon": "You got\n₽{{moneyAmount}} for winning!", "modifierReceived": "You received\n{{modifierName}}!", "pokemonCaught": "¡{{pokemonName}} atrapado!", + "partyFull": "Your party is full.\nRelease a Pokémon to make room for {{pokemonName}}", "pokemon": "Pokémon", "sendOutPokemon": "¡Adelante, {{pokemonName}}!", "hitResultCriticalHit": "!Un golpe crítico!",