mirror of
https://github.com/pagefaultgames/pokerogue.git
synced 2025-07-17 13:52:18 +02:00
Update zh_CN voucher locales
This commit is contained in:
parent
bb628ee035
commit
65e842c790
@ -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": "兑换券",
|
||||||
"eggVoucher": "Egg Voucher",
|
"eggVoucher": "初级扭蛋券",
|
||||||
"eggVoucherPlus": "Egg Voucher Plus",
|
"eggVoucherPlus": "中级扭蛋券",
|
||||||
"eggVoucherPremium": "Egg Voucher Premium",
|
"eggVoucherPremium": "高级扭蛋券",
|
||||||
"eggVoucherGold": "Egg Voucher Gold",
|
"eggVoucherGold": "黄金扭蛋券",
|
||||||
"locked": "Locked",
|
"locked": "锁定",
|
||||||
"defeatTrainer": "Defeat {{trainerName}}"
|
"defeatTrainer": "你打败了{{trainerName}}"
|
||||||
} as const;
|
} as const;
|
Loading…
Reference in New Issue
Block a user