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 = {
|
export const voucher: SimpleTranslationEntries = {
|
||||||
"vouchers": "Vouchers",
|
"vouchers": "Vouchers",
|
||||||
"eggVoucher": "Egg Voucher",
|
"eggVoucher": "Voucher uovo",
|
||||||
"eggVoucherPlus": "Egg Voucher Plus",
|
"eggVoucherPlus": "Voucher uovo plus",
|
||||||
"eggVoucherPremium": "Egg Voucher Premium",
|
"eggVoucherPremium": "Voucher uovo premium",
|
||||||
"eggVoucherGold": "Egg Voucher Gold",
|
"eggVoucherGold": "Voucher uovo dorato",
|
||||||
"locked": "Locked",
|
"locked": "Bloccato",
|
||||||
"defeatTrainer": "Defeat {{trainerName}}"
|
"defeatTrainer": "Sconfiggi {{trainerName}}"
|
||||||
} as const;
|
} as const;
|
||||||
|
|
Loading…
Reference in New Issue