feat(player-desktop): 优化桌面端首页布局与交互,支持悬停快速下注与优胜冠军侧栏
This commit is contained in:
@@ -43,6 +43,18 @@ export default {
|
||||
banner_next: 'Next slide',
|
||||
banner_slide: 'Slide {n}',
|
||||
banner_fallback: 'Banner',
|
||||
quick_entry_title: 'Quick Entry',
|
||||
quick_bet: 'Place Bet',
|
||||
quick_recharge: 'Deposit',
|
||||
quick_mybets: 'My Bets',
|
||||
quick_announcements: 'Announcements',
|
||||
section_featured: 'Featured Match',
|
||||
section_upcoming: 'Upcoming Matches',
|
||||
sidebar_recommend: 'Recommended',
|
||||
sidebar_guide: 'Help & Guide',
|
||||
guide_link: 'Betting Guide',
|
||||
faq_link: 'FAQ',
|
||||
support_link: 'Live Support',
|
||||
},
|
||||
announcements: {
|
||||
title: 'Announcements',
|
||||
@@ -385,6 +397,10 @@ export default {
|
||||
stake: 'Stake',
|
||||
place_bet: 'Place Bet',
|
||||
place_bet_short: 'Bet',
|
||||
quick_bet: 'Quick Bet',
|
||||
popular_teams: 'Popular Teams',
|
||||
view_all_markets: 'View All Markets',
|
||||
all: 'All',
|
||||
parlay: 'Parlay',
|
||||
tab_matches: 'Matches',
|
||||
tab_outright: 'Outright',
|
||||
@@ -447,6 +463,7 @@ export default {
|
||||
outright_load_more: 'Load more',
|
||||
outright_settled: 'Settled',
|
||||
outright_settled_hint: 'This event is settled. Odds and results are view-only.',
|
||||
outright_view_all: 'View All Teams',
|
||||
cancel: 'Cancel',
|
||||
parlay_max_legs: 'Parlay allows up to 5 legs',
|
||||
parlay_block_outright: 'Outright cannot be parlayed',
|
||||
|
||||
Reference in New Issue
Block a user