add kr localization

Co-authored-by: Enoch <enoch.jwsong@gmail.com>
This commit is contained in:
cadi 2024-06-28 23:35:14 +09:00 committed by GitHub
parent e1fe6a48fe
commit d4643605ac
No known key found for this signature in database
GPG Key ID: B5690EEEBB952194

View File

@ -132,5 +132,5 @@ export const battle: SimpleTranslationEntries = {
"battlerTagsSaltCuredLapse": "{{pokemonNameWithAffix}}[[는]] 소금절이의\n데미지를 입고 있다.",
"battlerTagsCursedOnAdd": "{{pokemonNameWithAffix}}[[는]]\n자신의 체력을 깎아서\n{{pokemonName}}에게 저주를 걸었다!",
"battlerTagsCursedLapse": "{{pokemonNameWithAffix}}[[는]]\n저주받고 있다!",
"battlerTagsPowerTrickApply": "{{pokemonNameWithAffix}} switched its Attack and Defense!"
"battlerTagsPowerTrickApply": "{{pokemonNameWithAffix}}[[는]]\n공격과 방어를 바꿨다!"
} as const;