实现详情页
This commit is contained in:
@@ -28,5 +28,32 @@
|
||||
"title": "My Profile",
|
||||
"name": "User Name",
|
||||
"settings": "Settings"
|
||||
},
|
||||
"detail": {
|
||||
"title": "Match Details",
|
||||
"pending": "Pending",
|
||||
"retry": "Retry",
|
||||
"fetch_failed": "Failed to fetch details",
|
||||
"not_found": "Match data not found",
|
||||
"tabs": {
|
||||
"info": "Details",
|
||||
"h2h": "H2H",
|
||||
"chat": "Chat"
|
||||
},
|
||||
"info_card": {
|
||||
"title": "Match Info",
|
||||
"country": "Country/Region",
|
||||
"league": "League",
|
||||
"stage": "Stage",
|
||||
"stadium": "Stadium",
|
||||
"referee": "Referee"
|
||||
},
|
||||
"score_table": {
|
||||
"team": "Team",
|
||||
"total": "Total"
|
||||
},
|
||||
"halftime": "Half: {{score}}",
|
||||
"empty_h2h": "No H2H data",
|
||||
"empty_chat": "Chat is not available"
|
||||
}
|
||||
}
|
||||
Reference in New Issue
Block a user