Skip to content

Commit e267b77

Browse files
committed
feat: change SQL examples frontend text
1 parent e0fa709 commit e267b77

File tree

2 files changed

+4
-4
lines changed

2 files changed

+4
-4
lines changed

frontend/src/i18n/en.json

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -7,7 +7,7 @@
77
"AI Model Configuration": "AI Model Configuration"
88
},
99
"training": {
10-
"data_training": "Data Training",
10+
"data_training": "SQL Sample Lib",
1111
"problem_description": "Problem Description",
1212
"sample_sql": "Sample SQL",
1313
"search_problem": "Search Problem",
@@ -668,4 +668,4 @@
668668
"setting_successfully": "Setting Successfully",
669669
"customize_theme_color": "Customize theme color"
670670
}
671-
}
671+
}

frontend/src/i18n/zh-CN.json

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -7,7 +7,7 @@
77
"AI Model Configuration": "模型配置"
88
},
99
"training": {
10-
"data_training": "数据训练",
10+
"data_training": "SQL 示例库",
1111
"problem_description": "问题描述",
1212
"sample_sql": "示例 SQL",
1313
"search_problem": "搜索问题",
@@ -668,4 +668,4 @@
668668
"setting_successfully": "设置成功",
669669
"customize_theme_color": "自定义主题色"
670670
}
671-
}
671+
}

0 commit comments

Comments
 (0)