实现直播详情页
This commit is contained in:
@@ -43,6 +43,8 @@
|
||||
"info": "Details",
|
||||
"stats": "Statistics",
|
||||
"odds": "Odds",
|
||||
"lineup": "Lineup",
|
||||
"analysis": "Analysis",
|
||||
"h2h": "H2H",
|
||||
"chat": "Chat"
|
||||
},
|
||||
@@ -68,13 +70,35 @@
|
||||
"empty_odds": "No odds data",
|
||||
"empty_h2h": "No H2H data",
|
||||
"empty_chat": "Chat is not available",
|
||||
"odds_card": {
|
||||
"title": "Match Odds",
|
||||
"disclaimer": "18+. Please gamble responsibly. Odds are subject to change."
|
||||
},
|
||||
"stats_card": {
|
||||
"title": "Statistics",
|
||||
"possession": "Possession",
|
||||
"info_title": "Momentum Explanation",
|
||||
"info_desc": "The momentum chart reflects the attacking pressure and threat level of the two teams during different periods of the match.",
|
||||
"point1": "The upper waves represent the home team, and the lower waves represent the away team.",
|
||||
"point2": "The height of the waves depends on attacking intensity, possession time, and shot threat.",
|
||||
"point3": "The more intense the solid line fluctuates, the higher the attacking frequency in that period.",
|
||||
"close": "Close"
|
||||
},
|
||||
"other_info": {
|
||||
"title": "Other Info"
|
||||
},
|
||||
"events": {
|
||||
"goals": "Goals",
|
||||
"cards": "Cards",
|
||||
"substitutes": "Substitutes",
|
||||
"lineups": "Lineups",
|
||||
"red_card": "RED",
|
||||
"yellow_card": "YELLOW"
|
||||
"yellow_card": "YELLOW",
|
||||
"start": "Match Started",
|
||||
"ht": "HT",
|
||||
"goal": "Goal",
|
||||
"penalty_goal": "Penalty Goal",
|
||||
"toggle_visibility": "Toggle timeline events"
|
||||
}
|
||||
},
|
||||
"selection": {
|
||||
|
||||
Reference in New Issue
Block a user