From fa8b802eb965a7baa416d4f6f4f33ddd62f53250 Mon Sep 17 00:00:00 2001 From: Lugiad Date: Mon, 20 May 2024 02:17:59 +0200 Subject: [PATCH] Update battle.ts --- src/locales/zh_CN/battle.ts | 1 + 1 file changed, 1 insertion(+) diff --git a/src/locales/zh_CN/battle.ts b/src/locales/zh_CN/battle.ts index 2c51effe174..ceebb5d4b96 100644 --- a/src/locales/zh_CN/battle.ts +++ b/src/locales/zh_CN/battle.ts @@ -16,6 +16,7 @@ export const battle: SimpleTranslationEntries = { "moneyWon": "You got\n₽{{moneyAmount}} for winning!", "modifierReceived": "You received\n{{modifierName}}!", "pokemonCaught": "{{pokemonName}} 被抓住了!", + "partyFull": "Your party is full.\nRelease a Pokémon to make room for {{pokemonName}}?", "pokemon": "宝可梦", "sendOutPokemon": "上吧! {{pokemonName}}!", "hitResultCriticalHit": "击中了要害!",