From b672755564f91da7466990c7ac751d8761b23e67 Mon Sep 17 00:00:00 2001 From: Lugiad Date: Sun, 19 May 2024 23:22:29 +0200 Subject: [PATCH] Add files via upload --- src/locales/it/voucher.ts | 11 +++++++++++ 1 file changed, 11 insertions(+) create mode 100644 src/locales/it/voucher.ts diff --git a/src/locales/it/voucher.ts b/src/locales/it/voucher.ts new file mode 100644 index 00000000000..7af569e88cb --- /dev/null +++ b/src/locales/it/voucher.ts @@ -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; \ No newline at end of file