[Localization(ko)] translate korean ppReduced message (#2406)

This commit is contained in:
Enoch 2024-06-19 23:01:30 +09:00 committed by GitHub
parent 29b8b3aa1f
commit f054789fd6
No known key found for this signature in database
GPG Key ID: B5690EEEBB952194
1 changed files with 1 additions and 1 deletions

View File

@ -70,5 +70,5 @@ export const battle: SimpleTranslationEntries = {
"statHarshlyFell": "[[가]] 크게 떨어졌다!",
"statSeverelyFell": "[[가]] 매우 크게 떨어졌다!",
"statWontGoAnyLower": "[[는]] 더 떨어지지 않는다!",
"ppReduced": "It reduced the PP of {{targetName}}'s\n{{moveName}} by {{reduction}}!",
"ppReduced": "{{targetName}}의\n{{moveName}}[[를]] {{reduction}} 깎았다!",
} as const;