diff --git a/frontend/src/i18n/en.json b/frontend/src/i18n/en.json index 76b13959..2a582627 100644 --- a/frontend/src/i18n/en.json +++ b/frontend/src/i18n/en.json @@ -9,6 +9,8 @@ }, "prompt": { "default_password": "Default password:{msg}", + "no_sql_sample": "No SQL sample currently available", + "add_sql_sample": "Add SQL sample", "no_prompt_words": "No prompt words", "customize_prompt_words": "Customize prompt words", "ask_sql": "Ask SQL", diff --git a/frontend/src/i18n/ko-KR.json b/frontend/src/i18n/ko-KR.json index 852eb721..5093166f 100644 --- a/frontend/src/i18n/ko-KR.json +++ b/frontend/src/i18n/ko-KR.json @@ -9,6 +9,8 @@ }, "prompt": { "default_password:": "기본 비밀번호:{msg}", + "no_sql_sample": "현재 사용 가능한 SQL 샘플 라이브러리가 없습니다", + "add_sql_sample": "SQL 샘플 라이브러리를 추가하세요", "no_prompt_words": "프롬프트가 없습니다", "customize_prompt_words": "사용자 정의 프롬프트", "ask_sql": "데이터 조회 SQL", diff --git a/frontend/src/i18n/zh-CN.json b/frontend/src/i18n/zh-CN.json index 40ee294f..5f2147a6 100644 --- a/frontend/src/i18n/zh-CN.json +++ b/frontend/src/i18n/zh-CN.json @@ -9,6 +9,8 @@ }, "prompt": { "default_password": "默认密码:{msg}", + "no_sql_sample": "暂无 SQL 示例", + "add_sql_sample": "添加 SQL 示例", "no_prompt_words": "暂无提示词", "customize_prompt_words": "自定义提示词", "ask_sql": "问数 SQL", diff --git a/frontend/src/views/system/training/index.vue b/frontend/src/views/system/training/index.vue index 772e489a..f4775c98 100644 --- a/frontend/src/views/system/training/index.vue +++ b/frontend/src/views/system/training/index.vue @@ -477,11 +477,22 @@ const onRowFormClose = () => {