pokerogue/src/locales/zh_CN/voucher.ts
Matthew d70dd16f8c
[Refactor] I18n Cleaning (#2348)
* I18n Cleaning

* pr comments

* appease typedoc

* moved types into src
2024-06-17 17:05:33 -04:00

12 lines
396 B
TypeScript

import { SimpleTranslationEntries } from "#app/interfaces/locales";
export const voucher: SimpleTranslationEntries = {
"vouchers": "兑换券",
"eggVoucher": "初级扭蛋券",
"eggVoucherPlus": "中级扭蛋券",
"eggVoucherPremium": "高级扭蛋券",
"eggVoucherGold": "黄金扭蛋券",
"locked": "锁定",
"defeatTrainer": "你打败了{{trainerName}}"
} as const;