mirror of
https://github.com/pagefaultgames/pokerogue.git
synced 2024-12-05 13:16:07 +00:00
10 lines
313 B
TypeScript
10 lines
313 B
TypeScript
import { SimpleTranslationEntries } from "#app/plugins/i18n";
|
|
|
|
export const pokeball: SimpleTranslationEntries = {
|
|
"pokeBall": "Poké Ball",
|
|
"greatBall": "Super Ball",
|
|
"ultraBall": "Ultra Ball",
|
|
"rogueBall": "Rogue Ball",
|
|
"masterBall": "Master Ball",
|
|
"luxuryBall": "Lujo Ball",
|
|
} as const; |