9 lines
490 B
TypeScript
9 lines
490 B
TypeScript
export default {
|
||
return_ratio: 'Return ratio (return_ratio)',
|
||
return_ratio_tip: 'In daily push, when yesterday net win/loss is negative: locked increment = |net| × this ratio.',
|
||
unlock_ratio: 'Unlock ratio (unlock_ratio)',
|
||
unlock_ratio_tip: 'In daily push: daily claim cap = yesterday total deposit × this ratio.',
|
||
points_to_cash_ratio: 'Points to cash ratio',
|
||
points_to_cash_ratio_tip: 'For withdrawable cash display: cash ≈ available points × this ratio.',
|
||
}
|