update zh_CN voucher locales (#1145)

* Add files via upload

* Update zh_CN voucher locales
This commit is contained in:
Somod1 2024-05-20 11:05:14 +08:00 committed by GitHub
parent ca1ae4b556
commit a32f61fbf7
No known key found for this signature in database
GPG Key ID: B5690EEEBB952194
1 changed files with 7 additions and 7 deletions

View File

@ -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": "兑换券",
"eggVoucher": "初级扭蛋券",
"eggVoucherPlus": "中级扭蛋券",
"eggVoucherPremium": "高级扭蛋券",
"eggVoucherGold": "黄金扭蛋券",
"locked": "锁定",
"defeatTrainer": "你打败了{{trainerName}}"
} as const;