Update src/locales/zh_CN/battle.ts

Co-authored-by: mercurius-00 <80205689+mercurius-00@users.noreply.github.com>
This commit is contained in:
Eucalyptus 2024-08-06 21:39:41 -04:00 committed by GitHub
parent 7af542bd9d
commit 8a1c7ca604
No known key found for this signature in database
GPG Key ID: B5690EEEBB952194
1 changed files with 2 additions and 2 deletions

View File

@ -148,6 +148,6 @@ export const battle: SimpleTranslationEntries = {
"battlerTagsCursedOnAdd": "{{pokemonNameWithAffix}}削减了自己的体力,\n并诅咒了{{pokemonName}}",
"battlerTagsCursedLapse": "{{pokemonNameWithAffix}}\n正受到诅咒",
"battlerTagsStockpilingOnAdd": "{{pokemonNameWithAffix}}蓄力了{{stockpiledCount}}次!",
"battlerTagsTrickOnSwap": "{{pokemonNameWithAffix}} switched items with its target!",
"battlerTagsTrickFoeNewItem": "{{pokemonNameWithAffix}} obtained one {{itemName}}."
"battlerTagsTrickOnSwap": "{{pokemonNameWithAffix}}\n互换了各自的道具",
"battlerTagsTrickFoeNewItem": "{{pokemonNameWithAffix}}\n获得了{{itemName}}"
} as const;