add zh_CN localization

Co-authored-by: Yonmaru40 <47717431+40chyan@users.noreply.github.com>
This commit is contained in:
cadi 2024-06-28 23:38:51 +09:00
parent 7ea01df980
commit a547e4a9db

View File

@ -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;