增加积分调整日志
This commit is contained in:
@@ -19,6 +19,10 @@ export default {
|
||||
title: 'About this page',
|
||||
desc: 'History of users moving points from locked/pending to available, filterable by time and user.',
|
||||
},
|
||||
pointsLog: {
|
||||
title: 'About this page',
|
||||
desc: 'Records administrator additions and deductions to available points. Entries can only be added and viewed.',
|
||||
},
|
||||
item: {
|
||||
title: 'About this page',
|
||||
desc: 'Manage catalog items, stock, and multilingual display text for the points mall.',
|
||||
|
||||
20
web/src/lang/backend/en/mall/pointsLog.ts
Normal file
20
web/src/lang/backend/en/mall/pointsLog.ts
Normal file
@@ -0,0 +1,20 @@
|
||||
export default {
|
||||
id: 'ID',
|
||||
user_asset: 'User',
|
||||
user_asset_id: 'User asset ID',
|
||||
playx_user_id: 'PlayX ID',
|
||||
username: 'Username',
|
||||
available_points: 'Available points',
|
||||
current_points: 'Current points',
|
||||
score_value: 'Points adjustment',
|
||||
before: 'Before',
|
||||
after: 'After',
|
||||
memo: 'Remark',
|
||||
admin: 'Administrator',
|
||||
create_time: 'Created at',
|
||||
quick_search_fields: 'PlayX ID, username, phone',
|
||||
non_zero_integer_required: 'Please enter a non-zero integer',
|
||||
insufficient_available_points: 'Insufficient available points',
|
||||
admin_add_memo: 'Administrator added {value} points',
|
||||
admin_deduct_memo: 'Administrator deducted {value} points',
|
||||
}
|
||||
@@ -5,6 +5,7 @@ export default {
|
||||
playx_user_id: 'playX_user_id',
|
||||
locked_points: 'locked_points',
|
||||
available_points: 'available_points',
|
||||
adjust_available_points: 'Adjust points',
|
||||
today_limit: 'today_limit',
|
||||
today_claimed: 'today_claimed',
|
||||
today_limit_date: 'today_limit_date',
|
||||
@@ -12,4 +13,3 @@ export default {
|
||||
update_time: 'update_time',
|
||||
'quick Search Fields': 'id, playX_user_id, username, phone',
|
||||
}
|
||||
|
||||
|
||||
@@ -107,6 +107,9 @@ export default {
|
||||
mall_order_approve: 'Approve',
|
||||
mall_dailyPush: 'Daily push',
|
||||
mall_claimLog: 'Claim log',
|
||||
mall_pointsLog: 'Points management',
|
||||
mall_pointsLog_index: 'Browse',
|
||||
mall_pointsLog_add: 'Add',
|
||||
mall_item: 'Products',
|
||||
mall_playxOrder: 'playX orders',
|
||||
mall_playxCenter: 'playX center',
|
||||
|
||||
@@ -19,6 +19,10 @@ export default {
|
||||
title: '页面说明',
|
||||
desc: '用户从待领取积分划转至可用积分的操作流水,可按时间与用户追溯。',
|
||||
},
|
||||
pointsLog: {
|
||||
title: '页面说明',
|
||||
desc: '记录管理员对用户可用积分的人工增加与扣除;流水仅允许新增和查看。',
|
||||
},
|
||||
item: {
|
||||
title: '页面说明',
|
||||
desc: '维护积分商城上架商品、库存与多语言展示信息。',
|
||||
|
||||
20
web/src/lang/backend/zh-cn/mall/pointsLog.ts
Normal file
20
web/src/lang/backend/zh-cn/mall/pointsLog.ts
Normal file
@@ -0,0 +1,20 @@
|
||||
export default {
|
||||
id: 'ID',
|
||||
user_asset: '用户',
|
||||
user_asset_id: '用户资产ID',
|
||||
playx_user_id: 'playX-ID',
|
||||
username: '用户名',
|
||||
available_points: '可用积分',
|
||||
current_points: '当前积分',
|
||||
score_value: '变更积分',
|
||||
before: '调整前积分',
|
||||
after: '调整后积分',
|
||||
memo: '备注',
|
||||
admin: '操作管理员',
|
||||
create_time: '创建时间',
|
||||
quick_search_fields: 'playX用户ID、用户名、手机号',
|
||||
non_zero_integer_required: '请输入非零整数',
|
||||
insufficient_available_points: '可用积分不足',
|
||||
admin_add_memo: '管理员增加积分 {value}',
|
||||
admin_deduct_memo: '管理员扣除积分 {value}',
|
||||
}
|
||||
@@ -5,6 +5,7 @@ export default {
|
||||
playx_user_id: 'playX-ID',
|
||||
locked_points: '待领取积分',
|
||||
available_points: '可用积分',
|
||||
adjust_available_points: '调整积分',
|
||||
today_limit: '今日可领取上限',
|
||||
today_claimed: '今日已领取',
|
||||
today_limit_date: '今日上限日期',
|
||||
@@ -12,4 +13,3 @@ export default {
|
||||
update_time: '修改时间',
|
||||
'quick Search Fields': 'ID、playX用户ID、用户名、手机号',
|
||||
}
|
||||
|
||||
|
||||
@@ -108,6 +108,9 @@ export default {
|
||||
mall_order_approve: '审核通过',
|
||||
mall_dailyPush: '每日推送',
|
||||
mall_claimLog: '领取记录',
|
||||
mall_pointsLog: '积分管理',
|
||||
mall_pointsLog_index: '查看',
|
||||
mall_pointsLog_add: '新增',
|
||||
mall_item: '商品管理',
|
||||
mall_playxOrder: 'playX订单',
|
||||
mall_playxCenter: 'playX中心',
|
||||
|
||||
Reference in New Issue
Block a user