[Localization][pt] updated passive pop up (#2141)
This commit is contained in:
parent
ed495673f3
commit
a2638e4a79
|
@ -4,6 +4,6 @@ export const fightUiHandler: SimpleTranslationEntries = {
|
||||||
"pp": "PP",
|
"pp": "PP",
|
||||||
"power": "Poder",
|
"power": "Poder",
|
||||||
"accuracy": "Precisão",
|
"accuracy": "Precisão",
|
||||||
"abilityFlyInText": " {{pokemonName}}'s {{passive}}{{abilityName}}",
|
"abilityFlyInText": " {{passive}}{{pokemonName}}\n{{abilityName}}",
|
||||||
"passive": "Passive ", // The space at the end is important
|
"passive": "Passiva de ", // The space at the end is important
|
||||||
} as const;
|
} as const;
|
||||||
|
|
Loading…
Reference in New Issue