diff --git a/web/i18n/en-US/dataset.json b/web/i18n/en-US/dataset.json index d798a53074..7ba658fbbd 100644 --- a/web/i18n/en-US/dataset.json +++ b/web/i18n/en-US/dataset.json @@ -8,6 +8,7 @@ "batchAction.delete": "Delete", "batchAction.disable": "Disable", "batchAction.enable": "Enable", + "batchAction.reIndex": "Re-index", "batchAction.selected": "Selected", "chunkingMode.general": "General", "chunkingMode.graph": "Graph", diff --git a/web/i18n/zh-Hans/dataset.json b/web/i18n/zh-Hans/dataset.json index 88c512ad28..dd36de8e51 100644 --- a/web/i18n/zh-Hans/dataset.json +++ b/web/i18n/zh-Hans/dataset.json @@ -8,6 +8,7 @@ "batchAction.delete": "删除", "batchAction.disable": "禁用", "batchAction.enable": "启用", + "batchAction.reIndex": "重新索引", "batchAction.selected": "已选择", "chunkingMode.general": "通用", "chunkingMode.graph": "图",