pokerogue/src/locales/pt_BR/pokeball.ts

11 lines
303 B
TypeScript
Raw Normal View History

import { SimpleTranslationEntries } from "#app/plugins/i18n";
export const pokeball: SimpleTranslationEntries = {
"pokeBall": "Poké Bola",
"greatBall": "Grande Bola",
"ultraBall": "Ultra Bola",
"rogueBall": "Bola Rogue",
"masterBall": "Bola Mestra",
"luxuryBall": "Bola Luxo",
} as const;