mirror of
https://gitee.com/niucloud-team/javashop.git
synced 2026-05-31 21:18:18 +00:00
33 lines
1.2 KiB
JSON
33 lines
1.2 KiB
JSON
{
|
|
"rechargeName": "套餐名称",
|
|
"addRecharge": "添加套餐",
|
|
"editRecharge": "编辑套餐",
|
|
"faceValue": "面值",
|
|
"price": "价格",
|
|
"point": "赠送积分",
|
|
"growth": "赠送成长值",
|
|
"coupon": "赠送优惠券",
|
|
"sort": "排序",
|
|
"status": "状态",
|
|
"couponPrice": "面值",
|
|
"namePlaceholder": "请输入套餐名称",
|
|
"faceValuePlaceholder": "请输入面值",
|
|
"pricePlaceholder": "请输入价格",
|
|
"pointPlaceholder": "请输入赠送积分",
|
|
"growthPlaceholder": "请输入赠送成长值",
|
|
"faceValueMustBeGreaterThanZero": "面值必须大于0",
|
|
"priceMustBeGreaterThanZero": "价格必须大于0",
|
|
"pointMustBeGreaterThanZero": "赠送积分必须大于0",
|
|
"growthMustBeGreaterThanZero": "赠送成长值必须大于0",
|
|
"limitTips": "格式不正确",
|
|
"name": "名称",
|
|
"type": "类型",
|
|
"useThreshold": "使用门槛",
|
|
"termOfValidity": "有效期",
|
|
"yuan": "元",
|
|
"giveNum": "赠送数量",
|
|
"giveNumPlaceholder": "请输入赠送数量",
|
|
"giveNumMustBeGreaterThanZero": "赠送数量必须大于0",
|
|
"giveCouponTips": "如果优惠券数量不足、限领数量已达上限或优惠券状态不是“进行中”,都将导致赠送失败。"
|
|
}
|