diff --git a/src/locales/zh_TW/battle.ts b/src/locales/zh_TW/battle.ts index b55f2e0a954..0b1feff9eca 100644 --- a/src/locales/zh_TW/battle.ts +++ b/src/locales/zh_TW/battle.ts @@ -129,5 +129,5 @@ export const battle: SimpleTranslationEntries = { "battlerTagsSaltCuredLapse": "{{pokemonNameWithAffix}} 受到了{{moveName}}的傷害!", "battlerTagsCursedOnAdd": "{{pokemonNameWithAffix}}削減了自己的體力,並詛咒了{{pokemonName}}!", "battlerTagsCursedLapse": "{{pokemonNameWithAffix}}正受到詛咒!", - "battlerTagsPowerTrickApply": "{{pokemonNameWithAffix}} switched its Attack and Defense!" + "battlerTagsPowerTrickApply": "{{pokemonNameWithAffix}}互換了攻擊和防禦!" } as const;