添加网球详情

This commit is contained in:
yuchenglong
2026-01-22 18:48:39 +08:00
parent a279083252
commit c63753e631
16 changed files with 1142 additions and 32 deletions

View File

@@ -91,6 +91,18 @@
"retry": "Retry",
"fetch_failed": "Failed to fetch details",
"not_found": "Match data not found",
"scoreboard": "Scoreboard",
"power_graph": "Power Graph",
"statistics": "Statistics",
"stats": {
"first_serve": "1st Serve %",
"first_serve_points": "1st Serve Pts Won",
"break_points": "Break Success %",
"aces": "Aces",
"double_faults": "Double Faults",
"service_points": "Service Points Won",
"total_points": "Total Points Won"
},
"tabs": {
"info": "Details",
"stats": "Statistics",

View File

@@ -96,6 +96,7 @@
"h2h": "आमने-सामने",
"chat": "चैट"
},
"scoreboard": "स्कोरबोर्ड",
"info_card": {
"title": "मैच जानकारी",
"country": "देश/क्षेत्र",

View File

@@ -87,6 +87,7 @@
"retry": "Coba lagi",
"fetch_failed": "Gagal mengambil data",
"not_found": "Data pertandingan tidak ditemukan",
"scoreboard": "Papan Skor",
"tabs": {
"info": "Detail",
"stats": "Statistik",

View File

@@ -87,6 +87,7 @@
"retry": "Cuba semula",
"fetch_failed": "Gagal mendapatkan maklumat",
"not_found": "Data perlawanan tidak ditemui",
"scoreboard": "Papan Skor",
"tabs": {
"info": "Maklumat",
"stats": "Statistik",

View File

@@ -87,6 +87,7 @@
"retry": "ลองอีกครั้ง",
"fetch_failed": "ไม่สามารถดึงข้อมูลได้",
"not_found": "ไม่พบข้อมูลการแข่งขัน",
"scoreboard": "สกอร์บอร์ด",
"tabs": {
"info": "รายละเอียด",
"stats": "สถิติ",

View File

@@ -87,6 +87,7 @@
"retry": "Thử lại",
"fetch_failed": "Không thể tải dữ liệu",
"not_found": "Không tìm thấy dữ liệu trận đấu",
"scoreboard": "Bảng điểm",
"tabs": {
"info": "Thông tin",
"stats": "Thống kê",

View File

@@ -91,6 +91,18 @@
"retry": "重试",
"fetch_failed": "获取详情失败",
"not_found": "未找到比赛数据",
"scoreboard": "记分牌",
"power_graph": "功率图",
"statistics": "统计数据",
"stats": {
"first_serve": "一发成功率",
"first_serve_points": "一发得分率",
"break_points": "破发成功率",
"aces": "Ace球",
"double_faults": "双误",
"service_points": "发球得分",
"total_points": "总得分"
},
"tabs": {
"info": "详情",
"stats": "统计数据",