From 4823643706b030efe1a2bd9d0dbf5c8793f94e4e Mon Sep 17 00:00:00 2001 From: junjun Date: Mon, 2 Mar 2026 14:24:33 +0800 Subject: [PATCH] refactor: Optimize data source timeout text --- frontend/src/i18n/en.json | 2 +- frontend/src/i18n/ko-KR.json | 2 +- frontend/src/i18n/zh-CN.json | 2 +- 3 files changed, 3 insertions(+), 3 deletions(-) diff --git a/frontend/src/i18n/en.json b/frontend/src/i18n/en.json index 319406c4..eb156f2f 100644 --- a/frontend/src/i18n/en.json +++ b/frontend/src/i18n/en.json @@ -387,7 +387,7 @@ "success": "Connect success", "failed": "Connect failed" }, - "timeout": "Timeout(second)", + "timeout": "Connection Timeout(second)", "address": "Address", "low_version": "Compatible with lower versions" }, diff --git a/frontend/src/i18n/ko-KR.json b/frontend/src/i18n/ko-KR.json index 5fd57dfc..3e9eab28 100644 --- a/frontend/src/i18n/ko-KR.json +++ b/frontend/src/i18n/ko-KR.json @@ -387,7 +387,7 @@ "success": "연결 성공", "failed": "연결 실패" }, - "timeout": "쿼리 시간 초과(초)", + "timeout": "연결 시간 초과(초)", "address": "주소", "low_version": "낮은 버전 호환" }, diff --git a/frontend/src/i18n/zh-CN.json b/frontend/src/i18n/zh-CN.json index 8e380683..e701e62d 100644 --- a/frontend/src/i18n/zh-CN.json +++ b/frontend/src/i18n/zh-CN.json @@ -387,7 +387,7 @@ "success": "连接成功", "failed": "连接失败" }, - "timeout": "查询超时(秒)", + "timeout": "连接超时(秒)", "address": "地址", "low_version": "兼容低版本" },