mirror of
https://github.com/pagefaultgames/pokerogue.git
synced 2025-02-09 09:45:38 +00:00
11 lines
388 B
TypeScript
11 lines
388 B
TypeScript
import { SimpleTranslationEntries } from "#app/plugins/i18n";
|
|
|
|
export const voucher: SimpleTranslationEntries = {
|
|
"vouchers": "兑换券",
|
|
"eggVoucher": "初级扭蛋券",
|
|
"eggVoucherPlus": "中级扭蛋券",
|
|
"eggVoucherPremium": "高级扭蛋券",
|
|
"eggVoucherGold": "黄金扭蛋券",
|
|
"locked": "锁定",
|
|
"defeatTrainer": "你打败了{{trainerName}}"
|
|
} as const; |