[Localization(zh)] Update fight-ui-handler.ts (#2302)

This commit is contained in:
Yonmaru40 2024-06-17 06:42:17 +08:00 committed by GitHub
parent 90f6ae7e6d
commit f26a21c74b
No known key found for this signature in database
GPG Key ID: B5690EEEBB952194
1 changed files with 2 additions and 2 deletions

View File

@ -4,6 +4,6 @@ export const fightUiHandler: SimpleTranslationEntries = {
"pp": "PP",
"power": "威力",
"accuracy": "命中",
"abilityFlyInText": " {{pokemonName}}'s {{passive}}{{abilityName}}",
"passive": "Passive ", // The space at the end is important
"abilityFlyInText": " {{pokemonName}} {{passive}}{{abilityName}}",
"passive": "被动 ", // The space at the end is important
} as const;