Update src/locales/ko/battle.ts

Co-authored-by: Enoch <enoch.jwsong@gmail.com>
This commit is contained in:
Eucalyptus 2024-08-06 21:39:25 -04:00 committed by GitHub
parent 2bea2ed5db
commit 2ae2a9e0e6
No known key found for this signature in database
GPG Key ID: B5690EEEBB952194

View File

@ -156,6 +156,6 @@ export const battle: SimpleTranslationEntries = {
"battlerTagsCursedOnAdd": "{{pokemonNameWithAffix}}[[는]] 자신의 체력을 깎아서\n{{pokemonName}}에게 저주를 걸었다!",
"battlerTagsCursedLapse": "{{pokemonNameWithAffix}}[[는]]\n저주받고 있다!",
"battlerTagsStockpilingOnAdd": "{{pokemonNameWithAffix}}[[는]]\n{{stockpiledCount}}개 비축했다!",
"battlerTagsTrickOnSwap": "{{pokemonNameWithAffix}} switched items with its target!",
"battlerTagsTrickFoeNewItem": "{{pokemonNameWithAffix}} obtained one {{itemName}}."
"battlerTagsTrickOnSwap": "{{pokemonNameWithAffix}}[[는]] 서로의\n도구를 교체했다!",
"battlerTagsTrickFoeNewItem": "{{pokemonNameWithAffix}}[[는]]\n{{itemName}}[[를]] 손에 넣었다!"
} as const;