From 2ae2a9e0e620744f612ba31a61a8a57e5656ecfe Mon Sep 17 00:00:00 2001 From: Eucalyptus <88509866+eucalyptusJ@users.noreply.github.com> Date: Tue, 6 Aug 2024 21:39:25 -0400 Subject: [PATCH] Update src/locales/ko/battle.ts Co-authored-by: Enoch --- src/locales/ko/battle.ts | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/src/locales/ko/battle.ts b/src/locales/ko/battle.ts index 03e44ef49f6..ec22f5f95f5 100644 --- a/src/locales/ko/battle.ts +++ b/src/locales/ko/battle.ts @@ -156,6 +156,6 @@ export const battle: SimpleTranslationEntries = { "battlerTagsCursedOnAdd": "{{pokemonNameWithAffix}}[[는]] 자신의 체력을 깎아서\n{{pokemonName}}에게 저주를 걸었다!", "battlerTagsCursedLapse": "{{pokemonNameWithAffix}}[[는]]\n저주받고 있다!", "battlerTagsStockpilingOnAdd": "{{pokemonNameWithAffix}}[[는]]\n{{stockpiledCount}}개 비축했다!", - "battlerTagsTrickOnSwap": "{{pokemonNameWithAffix}} switched items with its target!", - "battlerTagsTrickFoeNewItem": "{{pokemonNameWithAffix}} obtained one {{itemName}}." + "battlerTagsTrickOnSwap": "{{pokemonNameWithAffix}}[[는]] 서로의\n도구를 교체했다!", + "battlerTagsTrickFoeNewItem": "{{pokemonNameWithAffix}}[[는]]\n{{itemName}}[[를]] 손에 넣었다!" } as const;