[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",
|
"pp": "PP",
|
||||||
"power": "Potenza",
|
"power": "Potenza",
|
||||||
"accuracy": "Precisione",
|
"accuracy": "Precisione",
|
||||||
"abilityFlyInText": " {{pokemonName}}'s {{passive}}{{abilityName}}",
|
"abilityFlyInText": "{{passive}} {{pokemonName}} {{abilityName}}",
|
||||||
"passive": "Passive ", // The space at the end is important
|
"passive": "Passiva di ", // The space at the end is important
|
||||||
} as const;
|
} as const;
|
||||||
|
|
Loading…
Reference in New Issue