pokerogue/src/locales/it/fight-ui-handler.ts

10 lines
331 B
TypeScript
Raw Normal View History

import { SimpleTranslationEntries } from "#app/plugins/i18n";
export const fightUiHandler: SimpleTranslationEntries = {
"pp": "PP",
"power": "Potenza",
"accuracy": "Precisione",
"abilityFlyInText": "{{passive}} {{pokemonName}} {{abilityName}}",
"passive": "Passiva di ", // The space at the end is important
} as const;