Skip to content
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
7 changes: 6 additions & 1 deletion backend/locales/en.json
Original file line number Diff line number Diff line change
Expand Up @@ -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"
Expand Down
7 changes: 6 additions & 1 deletion backend/locales/ko-KR.json
Original file line number Diff line number Diff line change
Expand Up @@ -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": "폼 데이터가 비어 있어 데이터를 내보낼 수 없습니다"
Expand Down
2 changes: 1 addition & 1 deletion backend/locales/zh-CN.json
Original file line number Diff line number Diff line change
Expand Up @@ -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": "表单数据为空,无法导出数据"
Expand Down