[Localization(zh)] Update fight-ui-handler.ts (#2302)
This commit is contained in:
parent
90f6ae7e6d
commit
f26a21c74b
|
@ -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;
|
||||
|
|
Loading…
Reference in New Issue