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

10 lines
332 B
TypeScript
Raw Normal View History

import { SimpleTranslationEntries } from "#app/plugins/i18n";
export const fightUiHandler: SimpleTranslationEntries = {
"pp": "PP",
"power": "Potencia",
"accuracy": "Precisión",
"abilityFlyInText": " {{passive}}{{pokemonName}}\n{{abilityName}}",
"passive": "Pasiva de ", // The space at the end is important
2024-05-02 13:34:59 +01:00
} as const;