import { SimpleTranslationEntries } from "#app/plugins/i18n"; export const pokemonStat: SimpleTranslationEntries = { "HP": "PS", "HPshortened": "PS", "ATK": "Ataque", "ATKshortened": "Ata", "DEF": "Defesa", "DEFshortened": "Def", "SPATK": "At. Esp.", "SPATKshortened": "AtEsp", "SPDEF": "Def. Esp.", "SPDEFshortened": "DefEsp", "SPD": "Veloc.", "SPDshortened": "Veloc." } as const;