Skip to content

Commit 805cef9

Browse files
committed
feat: import Sample SQL / Terminologies
1 parent d53f371 commit 805cef9

File tree

3 files changed

+13
-3
lines changed

3 files changed

+13
-3
lines changed

backend/locales/en.json

Lines changed: 6 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -74,7 +74,12 @@
7474
"prompt_word_name": "Prompt word name",
7575
"prompt_word_content": "Prompt word content",
7676
"effective_data_sources": "Effective Data Sources",
77-
"all_data_sources": "All Data Sources"
77+
"all_data_sources": "All Data Sources",
78+
"name_cannot_be_empty": "Name cannot be empty",
79+
"prompt_cannot_be_empty": "Prompt content cannot be empty",
80+
"type_cannot_be_empty": "Type cannot be empty",
81+
"datasource_not_found": "Datasource not found",
82+
"datasource_cannot_be_none": "Datasource cannot be empty"
7883
},
7984
"i18n_excel_export": {
8085
"data_is_empty": "Form data is empty, unable to export data"

backend/locales/ko-KR.json

Lines changed: 6 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -74,7 +74,12 @@
7474
"prompt_word_name": "프롬프트 이름",
7575
"prompt_word_content": "프롬프트 내용",
7676
"effective_data_sources": "유효 데이터 소스",
77-
"all_data_sources": "모든 데이터 소스"
77+
"all_data_sources": "모든 데이터 소스",
78+
"name_cannot_be_empty": "이름은 비울 수 없습니다",
79+
"prompt_cannot_be_empty": "프롬프트 내용은 비울 수 없습니다",
80+
"type_cannot_be_empty": "유형은 비울 수 없습니다",
81+
"datasource_not_found": "데이터 소스를 찾을 수 없음",
82+
"datasource_cannot_be_none": "데이터 소스는 비울 수 없습니다"
7883
},
7984
"i18n_excel_export": {
8085
"data_is_empty": "폼 데이터가 비어 있어 데이터를 내보낼 수 없습니다"

backend/locales/zh-CN.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -79,7 +79,7 @@
7979
"prompt_cannot_be_empty": "提示词内容不能为空",
8080
"type_cannot_be_empty": "类型不能为空",
8181
"datasource_not_found": "找不到数据源",
82-
"datasource_cannot_be_none": "数据源不能为空",
82+
"datasource_cannot_be_none": "数据源不能为空"
8383
},
8484
"i18n_excel_export": {
8585
"data_is_empty": "表单数据为空,无法导出数据"

0 commit comments

Comments
 (0)