Add files via upload

This commit is contained in:
Lugiad 2024-05-19 23:20:32 +02:00 committed by GitHub
parent 2bb298d344
commit dfe4099bc3
No known key found for this signature in database
GPG Key ID: B5690EEEBB952194

11
src/locales/de/voucher.ts Normal file
View File

@ -0,0 +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}}"
} as const;