Files
webman-buildadmin-mall/web/src/lang/backend/zh-cn/mall/item.ts
2026-07-27 16:19:31 +08:00

38 lines
1.5 KiB
TypeScript
Raw Blame History

This file contains ambiguous Unicode characters
This file contains Unicode characters that might be confused with other characters. If you think that this is intentional, you can safely ignore this warning. Use the Escape button to reveal them.
export default {
id: 'ID',
title: '标题',
description: '描述',
title_en: '标题(英文)',
description_en: '描述(英文)',
title_ms: '标题(马来语)',
description_ms: '描述(马来语)',
remark: '备注',
score: '兑换积分',
score_tip: '用户兑换本商品时扣除的可用积分。',
type: '类型',
'type 1': '红利(BONUS)',
'type 2': '实物(PHYSICAL)',
'type 3': '提现(WITHDRAW)',
amount: '现金面值',
amount_tip: '兑换成功后写入订单并推送给 PlayX 的现金金额。可参考下方建议值(兑换积分 × 商城积分兑现金参考比例),也可按业务自行填写。',
amount_suggested: '建议现金面值:{amount}(兑换积分 {score} × 比例 {ratio}',
amount_apply_suggested: '填入建议金额',
amount_ratio_missing: '暂未读取到商城「积分兑现金参考比例」,建议金额无法计算;现金面值请手工填写。',
points_to_cash_ratio_label: '当前参考比例',
multiplier: '流水倍数',
multiplier_tip: '红利/提现发放时一并推送的流水倍数要求。',
category: '红利业务类别',
category_title: '类别展示名',
admin_id: '创建管理员',
admin__username: '创建管理员',
image: '展示图',
stock: '库存',
sort: '排序',
status: '状态',
'status 0': '禁用',
'status 1': '启用',
create_time: '创建时间',
update_time: '修改时间',
'quick Search Fields': 'ID',
}