pokerogue/src/locales/pt_BR/fight-ui-handler.ts
2024-06-12 13:14:21 -04:00

10 lines
329 B
TypeScript

import { SimpleTranslationEntries } from "#app/plugins/i18n";
export const fightUiHandler: SimpleTranslationEntries = {
"pp": "PP",
"power": "Poder",
"accuracy": "Precisão",
"abilityFlyInText": " {{passive}}{{pokemonName}}\n{{abilityName}}",
"passive": "Passiva de ", // The space at the end is important
} as const;