From b50a238b51a466df01ba8f908699221df4bc5de7 Mon Sep 17 00:00:00 2001 From: Lugiad Date: Sun, 19 May 2024 23:21:59 +0200 Subject: [PATCH] Add files via upload --- src/locales/fr/voucher.ts | 11 +++++++++++ 1 file changed, 11 insertions(+) create mode 100644 src/locales/fr/voucher.ts diff --git a/src/locales/fr/voucher.ts b/src/locales/fr/voucher.ts new file mode 100644 index 00000000000..a432cfed53f --- /dev/null +++ b/src/locales/fr/voucher.ts @@ -0,0 +1,11 @@ +import { SimpleTranslationEntries } from "#app/plugins/i18n"; + +export const voucher: SimpleTranslationEntries = { + "vouchers": "Coupons", + "eggVoucher": "Coupon Œuf", + "eggVoucherPlus": "Coupon Œuf +", + "eggVoucherPremium": "Coupon Œuf Premium", + "eggVoucherGold": "Coupon Œuf Or", + "locked": "Verrouillé", + "defeatTrainer": "Vaincre {{trainerName}}" +} as const; \ No newline at end of file