From e77a4286bdf64e6fb78e39b9580899582adba3bf Mon Sep 17 00:00:00 2001 From: xianyi Date: Fri, 23 Jan 2026 14:04:15 +0800 Subject: [PATCH] =?UTF-8?q?=E6=9A=82=E6=97=A0=E7=9B=B4=E6=92=AD=E6=AF=94?= =?UTF-8?q?=E8=B5=9B?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- app/(tabs)/live.tsx | 2 +- i18n/locales/hi.json | 1 + i18n/locales/id.json | 1 + i18n/locales/ms.json | 1 + i18n/locales/th.json | 1 + i18n/locales/zh.json | 1 + 6 files changed, 6 insertions(+), 1 deletion(-) diff --git a/app/(tabs)/live.tsx b/app/(tabs)/live.tsx index a577702..f8074e4 100644 --- a/app/(tabs)/live.tsx +++ b/app/(tabs)/live.tsx @@ -157,7 +157,7 @@ export default function LiveScreen() { contentContainerStyle={styles.listContent} ListEmptyComponent={ - {t("home.no_matches")} + {t("home.no_matches_live")} } /> diff --git a/i18n/locales/hi.json b/i18n/locales/hi.json index e53e719..004e0e1 100644 --- a/i18n/locales/hi.json +++ b/i18n/locales/hi.json @@ -56,6 +56,7 @@ "all_leagues": "सभी लीग", "loading": "लोड हो रहा है...", "no_matches": "कोई मैच नहीं मिला", + "no_matches_live": "कोई लाइव मैच नहीं मिला", "no_leagues": "कोई लीग उपलब्ध नहीं है" }, "profile": { diff --git a/i18n/locales/id.json b/i18n/locales/id.json index 991c43f..7b58849 100644 --- a/i18n/locales/id.json +++ b/i18n/locales/id.json @@ -56,6 +56,7 @@ "all_leagues": "Semua Liga", "loading": "Memuat...", "no_matches": "Tidak ada pertandingan", + "no_matches_live": "Tidak ada pertandingan langsung", "no_leagues": "Tidak ada liga tersedia" }, "profile": { diff --git a/i18n/locales/ms.json b/i18n/locales/ms.json index 67d1818..94943d2 100644 --- a/i18n/locales/ms.json +++ b/i18n/locales/ms.json @@ -56,6 +56,7 @@ "all_leagues": "Semua Liga", "loading": "Memuatkan...", "no_matches": "Tiada perlawanan ditemui", + "no_matches_live": "Tiada perlawanan langsung ditemui", "no_leagues": "Tiada liga tersedia" }, "profile": { diff --git a/i18n/locales/th.json b/i18n/locales/th.json index 6fdd041..4f48bec 100644 --- a/i18n/locales/th.json +++ b/i18n/locales/th.json @@ -56,6 +56,7 @@ "all_leagues": "ทุกลีก", "loading": "กำลังโหลด...", "no_matches": "ไม่พบการแข่งขัน", + "no_matches_live": "ไม่พบการแข่งขันสด", "no_leagues": "ไม่มีลีกให้เลือก" }, "profile": { diff --git a/i18n/locales/zh.json b/i18n/locales/zh.json index c919b66..a795822 100644 --- a/i18n/locales/zh.json +++ b/i18n/locales/zh.json @@ -60,6 +60,7 @@ "all_leagues": "全部联赛", "loading": "加载中...", "no_matches": "暂无比赛", + "no_matches_live": "暂无直播比赛", "no_leagues": "暂无联赛" }, "profile": {