mirror of
https://github.com/pagefaultgames/pokerogue.git
synced 2025-07-17 05:42:18 +02:00
Add files via upload
This commit is contained in:
parent
dfe4099bc3
commit
fe74891871
11
src/locales/en/voucher.ts
Normal file
11
src/locales/en/voucher.ts
Normal file
@ -0,0 +1,11 @@
|
|||||||
|
import { SimpleTranslationEntries } from "#app/plugins/i18n";
|
||||||
|
|
||||||
|
export const voucher: SimpleTranslationEntries = {
|
||||||
|
"vouchers": "Vouchers",
|
||||||
|
"eggVoucher": "Egg Voucher",
|
||||||
|
"eggVoucherPlus": "Egg Voucher Plus",
|
||||||
|
"eggVoucherPremium": "Egg Voucher Premium",
|
||||||
|
"eggVoucherGold": "Egg Voucher Gold",
|
||||||
|
"locked": "Locked",
|
||||||
|
"defeatTrainer": "Defeat {{trainerName}}"
|
||||||
|
} as const;
|
Loading…
Reference in New Issue
Block a user