[Localization(ko)] Fixed Korean Battle Stat Change Text (#2292)
This commit is contained in:
parent
0138a480f9
commit
40ade2da1d
|
@ -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;
|
||||
|
|
Loading…
Reference in New Issue