优化详情显示

This commit is contained in:
xianyi
2026-01-13 16:46:16 +08:00
parent 74868f0288
commit c7c6585c7c
8 changed files with 564 additions and 31 deletions

View File

@@ -48,18 +48,30 @@
"league": "League",
"stage": "Stage",
"stadium": "Stadium",
"referee": "Referee"
"referee": "Referee",
"date": "Date & Time"
},
"score_table": {
"team": "Team",
"total": "Full Time",
"halftime": "Half Time"
"halftime": "Half Time",
"full_time": "90'",
"extra_time": "ET",
"penalty": "Pen"
},
"halftime": "Half: {{score}}",
"empty_stats": "No statistics data",
"empty_odds": "No odds data",
"empty_h2h": "No H2H data",
"empty_chat": "Chat is not available"
"empty_chat": "Chat is not available",
"events": {
"goals": "Goals",
"cards": "Cards",
"substitutes": "Substitutes",
"lineups": "Lineups",
"red_card": "RED",
"yellow_card": "YELLOW"
}
},
"selection": {
"selected": "Selected",

View File

@@ -48,18 +48,30 @@
"league": "赛事",
"stage": "阶段",
"stadium": "场馆",
"referee": "裁判"
"referee": "裁判",
"date": "日期时间"
},
"score_table": {
"team": "球队",
"total": "全场",
"halftime": "半场"
"halftime": "半场",
"full_time": "90分钟",
"extra_time": "加时",
"penalty": "点球"
},
"halftime": "半场: {{score}}",
"empty_stats": "暂无统计数据",
"empty_odds": "暂无赔率数据",
"empty_h2h": "暂无交锋数据",
"empty_chat": "聊天功能暂未开启"
"empty_chat": "聊天功能暂未开启",
"events": {
"goals": "进球",
"cards": "红黄牌",
"substitutes": "换人",
"lineups": "首发阵容",
"red_card": "红牌",
"yellow_card": "黄牌"
}
},
"selection": {
"selected": "已选择",