From 805cef93fc3e4b37403c2f47777e9d0c4c0aa8ac Mon Sep 17 00:00:00 2001 From: ulleo Date: Wed, 19 Nov 2025 16:28:05 +0800 Subject: [PATCH] feat: import Sample SQL / Terminologies --- backend/locales/en.json | 7 ++++++- backend/locales/ko-KR.json | 7 ++++++- backend/locales/zh-CN.json | 2 +- 3 files changed, 13 insertions(+), 3 deletions(-) diff --git a/backend/locales/en.json b/backend/locales/en.json index a7a5c114..f6402bbc 100644 --- a/backend/locales/en.json +++ b/backend/locales/en.json @@ -74,7 +74,12 @@ "prompt_word_name": "Prompt word name", "prompt_word_content": "Prompt word content", "effective_data_sources": "Effective Data Sources", - "all_data_sources": "All Data Sources" + "all_data_sources": "All Data Sources", + "name_cannot_be_empty": "Name cannot be empty", + "prompt_cannot_be_empty": "Prompt content cannot be empty", + "type_cannot_be_empty": "Type cannot be empty", + "datasource_not_found": "Datasource not found", + "datasource_cannot_be_none": "Datasource cannot be empty" }, "i18n_excel_export": { "data_is_empty": "Form data is empty, unable to export data" diff --git a/backend/locales/ko-KR.json b/backend/locales/ko-KR.json index a0743a35..3c7621c8 100644 --- a/backend/locales/ko-KR.json +++ b/backend/locales/ko-KR.json @@ -74,7 +74,12 @@ "prompt_word_name": "프롬프트 이름", "prompt_word_content": "프롬프트 내용", "effective_data_sources": "유효 데이터 소스", - "all_data_sources": "모든 데이터 소스" + "all_data_sources": "모든 데이터 소스", + "name_cannot_be_empty": "이름은 비울 수 없습니다", + "prompt_cannot_be_empty": "프롬프트 내용은 비울 수 없습니다", + "type_cannot_be_empty": "유형은 비울 수 없습니다", + "datasource_not_found": "데이터 소스를 찾을 수 없음", + "datasource_cannot_be_none": "데이터 소스는 비울 수 없습니다" }, "i18n_excel_export": { "data_is_empty": "폼 데이터가 비어 있어 데이터를 내보낼 수 없습니다" diff --git a/backend/locales/zh-CN.json b/backend/locales/zh-CN.json index ad0bfffe..de454ba8 100644 --- a/backend/locales/zh-CN.json +++ b/backend/locales/zh-CN.json @@ -79,7 +79,7 @@ "prompt_cannot_be_empty": "提示词内容不能为空", "type_cannot_be_empty": "类型不能为空", "datasource_not_found": "找不到数据源", - "datasource_cannot_be_none": "数据源不能为空", + "datasource_cannot_be_none": "数据源不能为空" }, "i18n_excel_export": { "data_is_empty": "表单数据为空,无法导出数据"