mirror of
https://github.com/langgenius/dify.git
synced 2026-05-06 10:28:10 +08:00
feat: document batch operation tool add re-index operation (#30275)
This commit is contained in:
@ -170,6 +170,7 @@ const translation = {
|
||||
enable: 'Enable',
|
||||
disable: 'Disable',
|
||||
archive: 'Archive',
|
||||
reIndex: 'Re-index',
|
||||
delete: 'Delete',
|
||||
cancel: 'Cancel',
|
||||
},
|
||||
|
||||
@ -170,6 +170,7 @@ const translation = {
|
||||
enable: '启用',
|
||||
disable: '禁用',
|
||||
archive: '归档',
|
||||
reIndex: '重新索引',
|
||||
delete: '删除',
|
||||
cancel: '取消',
|
||||
},
|
||||
|
||||
Reference in New Issue
Block a user