实现详情页
This commit is contained in:
@@ -28,5 +28,32 @@
|
||||
"title": "我的",
|
||||
"name": "用户名",
|
||||
"settings": "设置"
|
||||
},
|
||||
"detail": {
|
||||
"title": "比赛详情",
|
||||
"pending": "待处理",
|
||||
"retry": "重试",
|
||||
"fetch_failed": "获取详情失败",
|
||||
"not_found": "未找到比赛数据",
|
||||
"tabs": {
|
||||
"info": "详情",
|
||||
"h2h": "交锋往绩",
|
||||
"chat": "聊天"
|
||||
},
|
||||
"info_card": {
|
||||
"title": "比赛信息",
|
||||
"country": "国家/地区",
|
||||
"league": "赛事",
|
||||
"stage": "阶段",
|
||||
"stadium": "场馆",
|
||||
"referee": "裁判"
|
||||
},
|
||||
"score_table": {
|
||||
"team": "球队",
|
||||
"total": "Total"
|
||||
},
|
||||
"halftime": "半场: {{score}}",
|
||||
"empty_h2h": "暂无交锋数据",
|
||||
"empty_chat": "聊天功能暂未开启"
|
||||
}
|
||||
}
|
||||
Reference in New Issue
Block a user