[Localization(it)] Update fight-ui-handler.ts [Localization] (#2222)

Translated things regarding "passive"
This commit is contained in:
Niccolò 2024-06-14 22:45:37 +02:00 committed by GitHub
parent 59263d797f
commit 75b1c62614
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", "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;