pokerogue/src/locales/pt_BR/voucher.ts

12 lines
411 B
TypeScript
Raw Normal View History

import { SimpleTranslationEntries } from "#app/interfaces/locales";
export const voucher: SimpleTranslationEntries = {
"vouchers": "Vouchers",
"eggVoucher": "Voucher de Ovo",
"eggVoucherPlus": "Voucher de Ovo Plus",
"eggVoucherPremium": "Voucher de Ovo Premium",
"eggVoucherGold": "Voucher de Ovo Dourado",
"locked": "Bloqueado",
"defeatTrainer": "Derrote {{trainerName}}"
} as const;