[Localization(ko)] Fixed Korean Battle Stat Change Text (#2292)

This commit is contained in:
Jannik Tappert 2024-06-17 00:54:31 +02:00 committed by GitHub
parent 0138a480f9
commit 40ade2da1d
No known key found for this signature in database
GPG Key ID: B5690EEEBB952194
1 changed files with 5 additions and 5 deletions

View File

@ -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;