搜索页面样式

This commit is contained in:
xianyi
2026-01-13 11:10:07 +08:00
parent b06c7027a0
commit fbdc06b3be
5 changed files with 1146 additions and 3 deletions

View File

@@ -69,5 +69,31 @@
"badminton": "Badminton",
"snooker": "Snooker",
"volleyball": "Volleyball"
},
"search": {
"title": "Search",
"subtitle": "Teams · Players · Leagues",
"placeholder": "Search teams, players, leagues",
"recent": "Recent searches",
"clear": "Clear",
"results": "Results",
"found": "found",
"tap_to_open": "Tap to open",
"no_results": "No results",
"no_results_hint": "Try another keyword or switch category",
"type": {
"team": "Team",
"player": "Player",
"league": "League"
},
"detail": {
"country": "Country",
"league": "League",
"season": "Season",
"team": "Team",
"position": "Position",
"open": "Open detail",
"save": "Save to recent"
}
}
}