diff --git a/src/locales/de/voucher.ts b/src/locales/de/voucher.ts index 7af569e88cb..b7a6d5d2303 100644 --- a/src/locales/de/voucher.ts +++ b/src/locales/de/voucher.ts @@ -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; \ No newline at end of file