mirror of
https://github.com/pagefaultgames/pokerogue.git
synced 2025-01-31 05:07: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";
|
import { SimpleTranslationEntries } from "#app/plugins/i18n";
|
||||||
|
|
||||||
export const voucher: SimpleTranslationEntries = {
|
export const voucher: SimpleTranslationEntries = {
|
||||||
"vouchers": "Vouchers",
|
"vouchers": "Gutschein",
|
||||||
"eggVoucher": "Egg Voucher",
|
"eggVoucher": "Ei-Gutschein",
|
||||||
"eggVoucherPlus": "Egg Voucher Plus",
|
"eggVoucherPlus": "Ei-Gutschein Plus",
|
||||||
"eggVoucherPremium": "Egg Voucher Premium",
|
"eggVoucherPremium": "Ei-Gutschein Premium",
|
||||||
"eggVoucherGold": "Egg Voucher Gold",
|
"eggVoucherGold": "Ei-Gutschein Gold",
|
||||||
"locked": "Locked",
|
"locked": "Gesperrt",
|
||||||
"defeatTrainer": "Defeat {{trainerName}}"
|
"defeatTrainer": "Besiege {{trainerName}}"
|
||||||
} as const;
|
} as const;
|
Loading…
x
Reference in New Issue
Block a user