diff --git a/src/locales/zh_CN/battle.ts b/src/locales/zh_CN/battle.ts index d5ee98e7e8b..927f917e47b 100644 --- a/src/locales/zh_CN/battle.ts +++ b/src/locales/zh_CN/battle.ts @@ -132,5 +132,5 @@ export const battle: SimpleTranslationEntries = { "battlerTagsSaltCuredLapse": "{{pokemonNameWithAffix}} 受到了{{moveName}}的伤害!", "battlerTagsCursedOnAdd": "{{pokemonNameWithAffix}}削减了自己的体力,并诅咒了{{pokemonName}}!", "battlerTagsCursedLapse": "{{pokemonNameWithAffix}}正受到诅咒!", - "battlerTagsPowerTrickApply": "{{pokemonNameWithAffix}} switched its Attack and Defense!" + "battlerTagsPowerTrickApply": "{{pokemonNameWithAffix}}互换了攻击和防御!" } as const;