From a37909f6555ff8313c1d33f1c3b9344277f27274 Mon Sep 17 00:00:00 2001 From: Lugiad Date: Mon, 20 May 2024 02:17:40 +0200 Subject: [PATCH] Update battle.ts --- src/locales/it/battle.ts | 1 + 1 file changed, 1 insertion(+) diff --git a/src/locales/it/battle.ts b/src/locales/it/battle.ts index 7bb667cda5e..7c67b259f9e 100644 --- a/src/locales/it/battle.ts +++ b/src/locales/it/battle.ts @@ -16,6 +16,7 @@ export const battle: SimpleTranslationEntries = { "moneyWon": "You got\n₽{{moneyAmount}} for winning!", "modifierReceived": "You received\n{{modifierName}}!", "pokemonCaught": "Preso! {{pokemonName}} è stato catturato!", + "partyFull": "Your party is full.\nRelease a Pokémon to make room for {{pokemonName}}", "pokemon": "Pokémon", "sendOutPokemon": "Vai! {{pokemonName}}!", "hitResultCriticalHit": "Brutto colpo!",