Update src/locales/zh_CN/move-trigger.ts

Co-authored-by: mercurius-00 <80205689+mercurius-00@users.noreply.github.com>
This commit is contained in:
DustinLin 2024-08-07 09:38:42 -07:00 committed by GitHub
parent eaf8ee1175
commit 7118f5f7ff
No known key found for this signature in database
GPG Key ID: B5690EEEBB952194

View File

@ -59,5 +59,5 @@ export const moveTriggers: SimpleTranslationEntries = {
"copyType": "{{pokemonName}}\n变成了{{targetPokemonName}}的属性!",
"suppressAbilities": "{{pokemonName}}的特性\n变得无效了",
"swapArenaTags": "{{pokemonName}}\n交换了双方的场地效果",
"chillyReception": "{{pokemonName}} is preparing to tell a chillingly bad joke!",
"chillyReception": "{{pokemonName}}\n说出了冷笑话",
} as const;