This commit is contained in:
2026-07-27 16:19:31 +08:00
parent f91eb186ca
commit abfa8e0cae
13 changed files with 198 additions and 64 deletions

View File

@@ -1,6 +1,6 @@
export default {
tab_event: 'Event settings',
tab_regular: 'General settings',
tab_event: 'Event settings',
section_event_period: 'Event period',
section_daily_source: 'Source 1: yesterday net win/loss',
daily_points_enabled: 'Enable daily loss to points',
@@ -24,9 +24,8 @@ export default {
mall_event_end_date_tip: 'Takes effect the next day; leave empty for no end. On the day after end, rows for the end business date no longer convert points or unlock cap; later business dates are excluded too.',
active_event_end_date: 'Active end date',
event_end_before_start: 'End date cannot be earlier than start date',
section_other: 'Other settings',
unlock_ratio: 'Unlock ratio (unlock_ratio)',
unlock_ratio_tip: 'Daily push: daily claim cap = yesterday total deposit × this ratio (within event window).',
points_to_cash_ratio: 'Points to cash ratio',
points_to_cash_ratio_tip: 'For withdrawable cash display: cash ≈ available points × this ratio.',
unlock_ratio: 'Daily claim cap ratio',
unlock_ratio_tip: 'Daily push: today claim cap = yesterday total deposit × this ratio (within event window).',
points_to_cash_ratio: 'Points-to-cash reference ratio',
points_to_cash_ratio_tip: 'Asset API withdrawable_cash = available points × this ratio. Suggested cash face value on bonus/withdraw items = redemption points × this ratio (editable per item).',
}