后台游戏对局实时显示-优化
This commit is contained in:
@@ -2,6 +2,15 @@ export default {
|
||||
tip: 'Listen to pushed bet stream in real time and show the AI default number (minimum estimated platform loss).',
|
||||
current_record: 'Current round',
|
||||
ai_default_number: 'AI default number',
|
||||
countdown: 'Countdown',
|
||||
bet_countdown: 'Bet left',
|
||||
draw_countdown: 'Draw left',
|
||||
btn_calc: 'Calculate PnL',
|
||||
btn_draw: 'Draw now',
|
||||
calc_result_number: 'Calculated number',
|
||||
calc_estimated_loss: 'Estimated payout',
|
||||
push_connected: 'Push connected, realtime updates running',
|
||||
push_disconnected: 'Push disconnected, please check service status',
|
||||
candidate_title: 'Candidate payout estimates',
|
||||
number: 'Number',
|
||||
estimated_loss: 'Estimated payout',
|
||||
|
||||
Reference in New Issue
Block a user