[Localization(it)] Update fight-ui-handler.ts [Localization] (#2222)
Translated things regarding "passive"
This commit is contained in:
parent
59263d797f
commit
75b1c62614
|
@ -4,6 +4,6 @@ export const fightUiHandler: SimpleTranslationEntries = {
|
|||
"pp": "PP",
|
||||
"power": "Potenza",
|
||||
"accuracy": "Precisione",
|
||||
"abilityFlyInText": " {{pokemonName}}'s {{passive}}{{abilityName}}",
|
||||
"passive": "Passive ", // The space at the end is important
|
||||
"abilityFlyInText": "{{passive}} {{pokemonName}} {{abilityName}}",
|
||||
"passive": "Passiva di ", // The space at the end is important
|
||||
} as const;
|
||||
|
|
Loading…
Reference in New Issue