From 09d569fc84b6b04402c58a658836ef19ade08f06 Mon Sep 17 00:00:00 2001 From: ulleo Date: Thu, 18 Sep 2025 10:33:38 +0800 Subject: [PATCH] feat: change SQL examples frontend text --- frontend/src/i18n/en.json | 4 ++-- frontend/src/i18n/zh-CN.json | 4 ++-- 2 files changed, 4 insertions(+), 4 deletions(-) diff --git a/frontend/src/i18n/en.json b/frontend/src/i18n/en.json index 4bc9ff344..b306431a2 100644 --- a/frontend/src/i18n/en.json +++ b/frontend/src/i18n/en.json @@ -7,7 +7,7 @@ "AI Model Configuration": "AI Model Configuration" }, "training": { - "data_training": "Data Training", + "data_training": "SQL Sample Lib", "problem_description": "Problem Description", "sample_sql": "Sample SQL", "search_problem": "Search Problem", @@ -668,4 +668,4 @@ "setting_successfully": "Setting Successfully", "customize_theme_color": "Customize theme color" } -} \ No newline at end of file +} diff --git a/frontend/src/i18n/zh-CN.json b/frontend/src/i18n/zh-CN.json index bb597f2db..2d2611328 100644 --- a/frontend/src/i18n/zh-CN.json +++ b/frontend/src/i18n/zh-CN.json @@ -7,7 +7,7 @@ "AI Model Configuration": "模型配置" }, "training": { - "data_training": "数据训练", + "data_training": "SQL 示例库", "problem_description": "问题描述", "sample_sql": "示例 SQL", "search_problem": "搜索问题", @@ -668,4 +668,4 @@ "setting_successfully": "设置成功", "customize_theme_color": "自定义主题色" } -} \ No newline at end of file +}