From 40ade2da1d7c845cac8228cfac17d5128d454aaa Mon Sep 17 00:00:00 2001 From: Jannik Tappert <38758606+CodeTappert@users.noreply.github.com> Date: Mon, 17 Jun 2024 00:54:31 +0200 Subject: [PATCH] [Localization(ko)] Fixed Korean Battle Stat Change Text (#2292) --- src/locales/ko/battle.ts | 10 +++++----- 1 file changed, 5 insertions(+), 5 deletions(-) diff --git a/src/locales/ko/battle.ts b/src/locales/ko/battle.ts index d9774bf1c06..ddfcf99aed6 100644 --- a/src/locales/ko/battle.ts +++ b/src/locales/ko/battle.ts @@ -63,11 +63,11 @@ export const battle: SimpleTranslationEntries = { "regainHealth": "{{pokemonName}}[[는]]\n기력을 회복했다!", "fainted": "{{pokemonNameWithAffix}}[[는]] 쓰러졌다!", "statRose": "상승했다", - "statSharplyRose": "약간 상승했다", - "statRoseDrastically": "대폭 상승했다", - "statWontGoAnyHigher": "더 이상 상승할 수 없다", + "statSharplyRose": "크게 상승했다", + "statRoseDrastically": "매우 크게 상승했다", + "statWontGoAnyHigher": "더 이상 올라갈 수 없다", "statFell": "떨어졌다", - "statHarshlyFell": "약간 떨어졌다", - "statSeverelyFell": "대폭 떨어졌다", + "statHarshlyFell": "크게 떨어졌다", + "statSeverelyFell": "매우 크게 떨어졌다", "statWontGoAnyLower": "더 이상 떨어질 수 없다", } as const;