Added German Localization to Voucher.ts (#1249)
This commit is contained in:
parent
b72b432ce3
commit
e66d7026d5
|
@ -1,11 +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}}"
|
||||
"vouchers": "Gutschein",
|
||||
"eggVoucher": "Ei-Gutschein",
|
||||
"eggVoucherPlus": "Ei-Gutschein Plus",
|
||||
"eggVoucherPremium": "Ei-Gutschein Premium",
|
||||
"eggVoucherGold": "Ei-Gutschein Gold",
|
||||
"locked": "Gesperrt",
|
||||
"defeatTrainer": "Besiege {{trainerName}}"
|
||||
} as const;
|
Loading…
Reference in New Issue