优化每日推送和积分转化多语言样式
This commit is contained in:
@@ -13,7 +13,7 @@ export default {
|
||||
},
|
||||
dailyPush: {
|
||||
title: 'About this page',
|
||||
desc: 'Daily T+1 snapshots pushed by the partner; rows are stored here and drive user-asset related updates.',
|
||||
desc: 'Daily T+1 snapshots from the partner; each row stores converted points per mall settings and syncs user assets.',
|
||||
},
|
||||
claimLog: {
|
||||
title: 'About this page',
|
||||
@@ -57,6 +57,6 @@ export default {
|
||||
},
|
||||
playxConfig: {
|
||||
title: 'About this page',
|
||||
desc: 'Edit return/unlock/points-to-cash ratios used by daily push and asset APIs; values are stored in mall_business_config and apply immediately after save.',
|
||||
desc: 'Configure daily and lifetime loss-to-points sources (switches and ratios), mall open date, unlock ratio, and points-to-cash ratio. Open date changes take effect the next calendar day.',
|
||||
},
|
||||
}
|
||||
|
||||
@@ -12,6 +12,7 @@ export default {
|
||||
calculate_lifetime_btn: 'Calculate lifetime loss points',
|
||||
calculate_lifetime_tip: 'Batch update from latest daily push lifetime field and ratio above.',
|
||||
calculate_lifetime_confirm: 'Recalculate all members with the current lifetime ratio (reverses previous lifetime conversion first). Continue?',
|
||||
calculate_lifetime_success: 'Lifetime conversion done: {processed} processed, {updated} updated, {skipped} skipped',
|
||||
section_mall_open: 'Mall open date',
|
||||
mall_open_date: 'Mall open date',
|
||||
mall_open_date_tip: 'Takes effect the next calendar day. E.g. set Aug 1: from Aug 2, daily push rows with business date on/after Aug 1 convert yesterday loss to points.',
|
||||
|
||||
@@ -1,14 +1,14 @@
|
||||
export default {
|
||||
id: 'id',
|
||||
user_id: 'user_id',
|
||||
date: 'date',
|
||||
username: 'username',
|
||||
yesterday_win_loss_net: 'yesterday_win_loss_net',
|
||||
converted_points: 'converted_points',
|
||||
yesterday_total_deposit: 'yesterday_total_deposit',
|
||||
lifetime_total_deposit: 'lifetime_total_deposit',
|
||||
lifetime_total_withdraw: 'lifetime_total_withdraw',
|
||||
lifetime_win_loss_net: 'lifetime_win_loss_net',
|
||||
create_time: 'create_time',
|
||||
'quick Search Fields': 'id',
|
||||
id: 'ID',
|
||||
user_id: 'PlayX user ID',
|
||||
date: 'Business date',
|
||||
username: 'Username',
|
||||
yesterday_win_loss_net: 'Yesterday net win/loss',
|
||||
converted_points: 'Converted points',
|
||||
yesterday_total_deposit: 'Yesterday total deposit',
|
||||
lifetime_total_deposit: 'Lifetime total deposit',
|
||||
lifetime_total_withdraw: 'Lifetime total withdraw',
|
||||
lifetime_win_loss_net: 'Lifetime net win/loss',
|
||||
create_time: 'Created at',
|
||||
'quick Search Fields': 'ID',
|
||||
}
|
||||
|
||||
@@ -1,17 +1,17 @@
|
||||
export default {
|
||||
id: 'id',
|
||||
username: 'username',
|
||||
phone: 'phone',
|
||||
playx_user_id: 'playX_user_id',
|
||||
locked_points: 'locked_points',
|
||||
available_points: 'available_points',
|
||||
id: 'ID',
|
||||
username: 'Username',
|
||||
phone: 'Phone',
|
||||
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',
|
||||
points_claim_cap: 'Points claim cap',
|
||||
today_limit: 'Daily claim cap',
|
||||
today_claimed: 'Claimed today',
|
||||
today_limit_date: 'Daily cap date',
|
||||
points_claim_cap: 'Lifetime claim cap',
|
||||
total_points_claimed: 'Total points claimed',
|
||||
create_time: 'create_time',
|
||||
update_time: 'update_time',
|
||||
'quick Search Fields': 'id, playX_user_id, username, phone',
|
||||
create_time: 'Created at',
|
||||
update_time: 'Updated at',
|
||||
'quick Search Fields': 'ID, PlayX user ID, username, phone',
|
||||
}
|
||||
|
||||
@@ -13,7 +13,7 @@ export default {
|
||||
},
|
||||
dailyPush: {
|
||||
title: '页面说明',
|
||||
desc: '展示合作方 T+1 每日推送的经营数据快照;接口写入后在此留痕,并用于同步用户资产相关字段。',
|
||||
desc: '展示合作方 T+1 每日推送的经营数据快照;入库时按商城参数折算「转换积分」并同步用户资产。',
|
||||
},
|
||||
claimLog: {
|
||||
title: '页面说明',
|
||||
@@ -57,6 +57,6 @@ export default {
|
||||
},
|
||||
playxConfig: {
|
||||
title: '页面说明',
|
||||
desc: '配置每日推送用到的返还比例、解锁比例及积分折算现金比例;保存后立即作用于接口逻辑(mall_business_config)。',
|
||||
desc: '配置昨日净输赢、终身总输赢两种积分来源(开关与兑换比例)、商城开放日,以及解锁比例与积分折算现金比例;保存后按规则生效(开放日隔日生效)。',
|
||||
},
|
||||
}
|
||||
|
||||
@@ -12,6 +12,7 @@ export default {
|
||||
calculate_lifetime_btn: '一键计算终身总输赢',
|
||||
calculate_lifetime_tip: '按各会员最新每日推送中的终身总输赢与上方比例,批量更新待领取积分与领取上限。无终身总输赢数据的会员将跳过。',
|
||||
calculate_lifetime_confirm: '将按当前终身总输赢兑换比例重新折算全部会员积分,已折算部分会先扣回再按新比例增加。是否继续?',
|
||||
calculate_lifetime_success: '终身总输赢积分折算完成:共处理 {processed} 条,更新 {updated} 条,跳过 {skipped} 条',
|
||||
section_mall_open: '商城开放日',
|
||||
mall_open_date: '商城开放日',
|
||||
mall_open_date_tip: '设置后隔日生效。例如设为 8 月 1 日,则从 8 月 2 日起对业务日期为 8 月 1 日及之后的每日推送执行「昨日净输赢」转积分(T+1:开放日前一日产生的输赢在开放日次日开始折算)。',
|
||||
|
||||
Reference in New Issue
Block a user