Update voucher.ts [Localization] (#2293)
This commit is contained in:
parent
8a1560bfa7
commit
62b82b92c8
|
@ -2,10 +2,10 @@ 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;
|
||||
"eggVoucher": "Voucher uovo",
|
||||
"eggVoucherPlus": "Voucher uovo plus",
|
||||
"eggVoucherPremium": "Voucher uovo premium",
|
||||
"eggVoucherGold": "Voucher uovo dorato",
|
||||
"locked": "Bloccato",
|
||||
"defeatTrainer": "Sconfiggi {{trainerName}}"
|
||||
} as const;
|
||||
|
|
Loading…
Reference in New Issue