fix: add maxnum of folders to env (#6628)

* fix: add maxnum of folders to env

* fix: 知识库文件夹上限数量结构调整

* fix
This commit is contained in:
gaga0714
2026-03-25 13:59:18 +08:00
committed by GitHub
parent 2e84a1f2c9
commit bb8852d82b
8 changed files with 86 additions and 2 deletions
+1
View File
@@ -171,6 +171,7 @@
"code_error.team_error.cannot_modify_root_org": "Cannot modify root organization",
"code_error.team_error.cannot_move_to_sub_path": "Cannot move to same or subdirectory",
"code_error.team_error.dataset_amount_not_enough": "Dataset Limit Reached",
"code_error.team_error.dataset_folder_amount_not_enough": "Knowledge base folder limit reached",
"code_error.team_error.dataset_size_not_enough": "Insufficient Dataset Capacity, Please Expand",
"code_error.team_error.group_name_duplicate": "Duplicate group name",
"code_error.team_error.group_name_empty": "Group name cannot be empty",
+1
View File
@@ -171,6 +171,7 @@
"code_error.team_error.cannot_modify_root_org": "不能修改根部门",
"code_error.team_error.cannot_move_to_sub_path": "不能移动到相同或子目录",
"code_error.team_error.dataset_amount_not_enough": "知识库数量已达上限~",
"code_error.team_error.dataset_folder_amount_not_enough": "知识库文件夹数量已达上限~",
"code_error.team_error.dataset_size_not_enough": "知识库容量不足,请先扩容~",
"code_error.team_error.group_name_duplicate": "群组名称重复",
"code_error.team_error.group_name_empty": "群组名称不能为空",
+1
View File
@@ -169,6 +169,7 @@
"code_error.team_error.cannot_modify_root_org": "無法修改根組織",
"code_error.team_error.cannot_move_to_sub_path": "無法移動到相同或子目錄",
"code_error.team_error.dataset_amount_not_enough": "已達知識庫數量上限",
"code_error.team_error.dataset_folder_amount_not_enough": "已達知識庫資料夾數量上限",
"code_error.team_error.dataset_size_not_enough": "知識庫容量不足,請先擴充容量",
"code_error.team_error.group_name_duplicate": "群組名稱重複",
"code_error.team_error.group_name_empty": "群組名稱不能為空",