fix(player): ????????????????

?????????????????+??+?????????????????????????????????/???????????????

Co-authored-by: Cursor <cursoragent@cursor.com>
This commit is contained in:
2026-06-16 16:25:27 +08:00
parent 06d85953ba
commit f34fe54489
6 changed files with 367 additions and 141 deletions

View File

@@ -266,6 +266,13 @@ export default {
tab_outright: 'Outright',
tab_today: 'Today',
tab_early: 'Early',
filter_status_all: 'All',
filter_status_open: 'Open',
filter_status_settled: 'Settled',
filter_leagues_all: 'All Leagues',
status_open: 'Open',
status_live: 'Live',
match_unit: 'matches',
show_open_only: 'Open only',
show_all_matches: 'Show all',
today: 'Today',

View File

@@ -272,6 +272,13 @@ export default {
tab_outright: 'Juara',
tab_today: 'Hari Ini',
tab_early: 'Awal',
filter_status_all: 'Semua',
filter_status_open: 'Buka',
filter_status_settled: 'Selesai',
filter_leagues_all: 'Semua Liga',
status_open: 'Buka',
status_live: 'Sedang berlangsung',
match_unit: 'perlawanan',
show_open_only: 'Buka sahaja',
show_all_matches: 'Tunjuk semua',
today: 'Hari Ini',

View File

@@ -266,6 +266,13 @@ export default {
tab_outright: '优胜冠军',
tab_today: '今日',
tab_early: '早盘',
filter_status_all: '全部',
filter_status_open: '待开赛',
filter_status_settled: '已结束',
filter_leagues_all: '全部联赛',
status_open: '待开赛',
status_live: '进行中',
match_unit: '场',
show_open_only: '仅显示待开赛',
show_all_matches: '显示全部',
today: '今日',