Commit 1ac361c0 by YeYuheng Committed by GitHub

fix: move index action i18n to common (#7088)

parent 9bb58c98
......@@ -769,6 +769,7 @@
"dataset_data_input_q": "question",
"dataset_data_input_qa": "QA",
"dataset_text_model_tip": "Used for text processing in the knowledge base preprocessing stage, such as automatic supplementary indexing, Q&A pair extraction.",
"generate_index": "Update index",
"date_12_months": "12 Months",
"date_1_month": "1 Month",
"date_3_months": "3 Months",
......
......@@ -90,7 +90,6 @@
"file_model_function_tip": "Used for QA generation, auto-indexing, and other AI-powered data processing.",
"filename": "Filename",
"folder_dataset": "Folder",
"generate_index": "Update index",
"image_auto_parse": "Automatic image indexing",
"image_auto_parse_tips": "Call VLM to automatically label the pictures in the document and generate additional search indexes",
"image_auto_parse_tip_commercial": "Upgrade to the commercial edition to use this feature",
......
......@@ -769,6 +769,7 @@
"dataset_data_input_q": "问题",
"dataset_data_input_qa": "QA 模式",
"dataset_text_model_tip": "用于知识库预处理阶段的文本处理,例如自动补充索引、问答对提取。",
"generate_index": "更新索引",
"date_12_months": "12个月",
"date_1_month": "1个月",
"date_3_months": "3个月",
......
......@@ -90,7 +90,6 @@
"file_model_function_tip": "用于增强索引和 QA 生成",
"filename": "文件名",
"folder_dataset": "文件夹",
"generate_index": "更新索引",
"image_auto_parse": "图片自动索引",
"image_auto_parse_tips": "调用 VLM 自动标注文档里的图片,并生成额外的检索索引",
"image_auto_parse_tip_commercial": "请升级商业版后使用该功能",
......
......@@ -764,6 +764,7 @@
"dataset_data_input_q": "問題",
"dataset_data_input_qa": "QA 模式",
"dataset_text_model_tip": "用於知識庫預處理階段的文字處理,例如自動補充索引、問答對提取。",
"generate_index": "更新索引",
"date_12_months": "12個月",
"date_1_month": "1個月",
"date_6_months": "6個月",
......
......@@ -90,7 +90,6 @@
"file_model_function_tip": "用於增強索引和問答生成",
"filename": "檔案名稱",
"folder_dataset": "資料夾",
"generate_index": "更新索引",
"image_auto_parse": "圖片自動索引",
"image_auto_parse_tips": "呼叫 VLM 自動標註文件裡的圖片,並生成額外的檢索索引",
"image_auto_parse_tip_commercial": "請升級商業版後使用該功能",
......
......@@ -184,7 +184,7 @@ const DataInputPanel = ({
submitData();
}}
>
{t('dataset:generate_index')}
{t('common:generate_index')}
</Button>
</Flex>
);
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or sign in to comment