From 74107a8069756a4b9abfe6166866bf685f0fd971 Mon Sep 17 00:00:00 2001 From: Stephen Zhou <38493346+hyoban@users.noreply.github.com> Date: Mon, 29 Dec 2025 10:59:52 +0800 Subject: [PATCH] new trans --- web/i18n/en-US/dataset.json | 1 + web/i18n/zh-Hans/dataset.json | 1 + 2 files changed, 2 insertions(+) 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": "图",