mirror of
https://github.com/pagefaultgames/pokerogue.git
synced 2025-01-18 23:11:11 +00:00
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…
x
Reference in New Issue
Block a user