From 3539c250655da3dd641b26e6f5bc9269581fc26a Mon Sep 17 00:00:00 2001 From: Enoch Date: Thu, 1 Aug 2024 13:02:16 +0900 Subject: [PATCH] Update src/locales/zh_CN/move-trigger.ts Co-authored-by: mercurius-00 <80205689+mercurius-00@users.noreply.github.com> --- src/locales/zh_CN/move-trigger.ts | 16 ++++++++-------- 1 file changed, 8 insertions(+), 8 deletions(-) diff --git a/src/locales/zh_CN/move-trigger.ts b/src/locales/zh_CN/move-trigger.ts index c9fa7ccb909..0efe24f76f0 100644 --- a/src/locales/zh_CN/move-trigger.ts +++ b/src/locales/zh_CN/move-trigger.ts @@ -51,12 +51,12 @@ export const moveTriggers: SimpleTranslationEntries = { "tryingToTakeFoeDown": "{{pokemonName}}\n想和对手同归于尽!", "addType": "{{pokemonName}}\n增加了{{typeName}}属性!", "cannotUseMove": "{{pokemonName}}\n无法使用{{moveName}}!", - "healHp": "{{pokemonName}} had its HP restored.", - "sacrificialFullRestore": "{{pokemonName}}'s Healing Wish\nwas granted!", - "invertStats": "{{pokemonName}}'s stat changes\nwere all reversed!", - "resetStats": "{{pokemonName}}'s stat changes\nwere eliminated!", - "faintCountdown": "{{pokemonName}}\nwill faint in {{turnCount}} turns.", - "copyType": "{{pokemonName}}'s type\nchanged to match {{targetPokemonName}}'s!", - "suppressAbilities": "{{pokemonName}}'s ability\nwas suppressed!", - "swapArenaTags": "{{pokemonName}} swapped the battle effects affecting each side of the field!", + "healHp": "{{pokemonName}}的\n体力回复了!", + "sacrificialFullRestore": "{{pokemonName}}的\n治愈之愿实现了!", + "invertStats": "{{pokemonName}}的\n能力变化颠倒过来了!", + "resetStats": "{{pokemonName}}的\n能力变化复原了!", + "faintCountdown": "{{pokemonName}}\n将在{{turnCount}}回合后灭亡!", + "copyType": "{{pokemonName}}\n变成了{{targetPokemonName}}的属性!", + "suppressAbilities": "{{pokemonName}}的特性\n变得无效了!", + "swapArenaTags": "{{pokemonName}}\n交换了双方的场地效果!", } as const;