From 8a1c7ca60487281a2acf3335f8779b9735423424 Mon Sep 17 00:00:00 2001 From: Eucalyptus <88509866+eucalyptusJ@users.noreply.github.com> Date: Tue, 6 Aug 2024 21:39:41 -0400 Subject: [PATCH] Update src/locales/zh_CN/battle.ts Co-authored-by: mercurius-00 <80205689+mercurius-00@users.noreply.github.com> --- src/locales/zh_CN/battle.ts | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/src/locales/zh_CN/battle.ts b/src/locales/zh_CN/battle.ts index 6aede62525d..f993ddc192e 100644 --- a/src/locales/zh_CN/battle.ts +++ b/src/locales/zh_CN/battle.ts @@ -148,6 +148,6 @@ export const battle: SimpleTranslationEntries = { "battlerTagsCursedOnAdd": "{{pokemonNameWithAffix}}削减了自己的体力,\n并诅咒了{{pokemonName}}!", "battlerTagsCursedLapse": "{{pokemonNameWithAffix}}\n正受到诅咒!", "battlerTagsStockpilingOnAdd": "{{pokemonNameWithAffix}}蓄力了{{stockpiledCount}}次!", - "battlerTagsTrickOnSwap": "{{pokemonNameWithAffix}} switched items with its target!", - "battlerTagsTrickFoeNewItem": "{{pokemonNameWithAffix}} obtained one {{itemName}}." + "battlerTagsTrickOnSwap": "{{pokemonNameWithAffix}}\n互换了各自的道具!", + "battlerTagsTrickFoeNewItem": "{{pokemonNameWithAffix}}\n获得了{{itemName}}!" } as const;