实现直播详情页
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": {
|
||||
|
||||
@@ -43,6 +43,8 @@
|
||||
"info": "详情",
|
||||
"stats": "统计数据",
|
||||
"odds": "赔率",
|
||||
"lineup": "阵容",
|
||||
"analysis": "数据分析",
|
||||
"h2h": "交锋往绩",
|
||||
"chat": "聊天"
|
||||
},
|
||||
@@ -68,13 +70,35 @@
|
||||
"empty_odds": "暂无赔率数据",
|
||||
"empty_h2h": "暂无交锋数据",
|
||||
"empty_chat": "聊天功能暂未开启",
|
||||
"odds_card": {
|
||||
"title": "比赛赔率",
|
||||
"disclaimer": "18+. 请负责任地赌博。赔率可能会变动。"
|
||||
},
|
||||
"stats_card": {
|
||||
"title": "统计数据",
|
||||
"possession": "控球率",
|
||||
"info_title": "势头说明",
|
||||
"info_desc": "势头图反映了两支球队在比赛不同时间段的进攻压力和威胁度。",
|
||||
"point1": "上方波浪代表主队,下方代表客队。",
|
||||
"point2": "波浪的高度取决于进攻强度、控球时间和射门威胁。",
|
||||
"point3": "实线波动越剧烈,代表该时段进攻频率越高。",
|
||||
"close": "关闭"
|
||||
},
|
||||
"other_info": {
|
||||
"title": "其他信息"
|
||||
},
|
||||
"events": {
|
||||
"goals": "进球",
|
||||
"cards": "红黄牌",
|
||||
"substitutes": "换人",
|
||||
"lineups": "首发阵容",
|
||||
"red_card": "红牌",
|
||||
"yellow_card": "黄牌"
|
||||
"yellow_card": "黄牌",
|
||||
"start": "比赛开始",
|
||||
"ht": "半场",
|
||||
"goal": "进球",
|
||||
"penalty_goal": "点球进球",
|
||||
"toggle_visibility": "显示/隐藏时间线事件"
|
||||
}
|
||||
},
|
||||
"selection": {
|
||||
|
||||
Reference in New Issue
Block a user