详情区分运动

This commit is contained in:
xianyi
2026-01-13 11:49:07 +08:00
parent 36fa397bc7
commit 4e7ec81549
6 changed files with 290 additions and 33 deletions

View File

@@ -37,6 +37,8 @@
"not_found": "Match data not found",
"tabs": {
"info": "Details",
"stats": "Statistics",
"odds": "Odds",
"h2h": "H2H",
"chat": "Chat"
},
@@ -50,9 +52,12 @@
},
"score_table": {
"team": "Team",
"total": "Total"
"total": "Full Time",
"halftime": "Half Time"
},
"halftime": "Half: {{score}}",
"empty_stats": "No statistics data",
"empty_odds": "No odds data",
"empty_h2h": "No H2H data",
"empty_chat": "Chat is not available"
},

View File

@@ -37,6 +37,8 @@
"not_found": "未找到比赛数据",
"tabs": {
"info": "详情",
"stats": "统计数据",
"odds": "赔率",
"h2h": "交锋往绩",
"chat": "聊天"
},
@@ -50,9 +52,12 @@
},
"score_table": {
"team": "球队",
"total": "Total"
"total": "全场",
"halftime": "半场"
},
"halftime": "半场: {{score}}",
"empty_stats": "暂无统计数据",
"empty_odds": "暂无赔率数据",
"empty_h2h": "暂无交锋数据",
"empty_chat": "聊天功能暂未开启"
},