From a430284aa21e3ae1f0d5654e55b2ad2852519cc2 Mon Sep 17 00:00:00 2001
From: wwf <yearningwang@iqtogether.com>
Date: 星期三, 04 六月 2025 15:17:49 +0800
Subject: [PATCH] 初始化

---
 i18n/en-US/dataset.ts |   48 ------------------------------------------------
 1 files changed, 0 insertions(+), 48 deletions(-)

diff --git a/i18n/en-US/dataset.ts b/i18n/en-US/dataset.ts
index 3e251d1..4e1f254 100644
--- a/i18n/en-US/dataset.ts
+++ b/i18n/en-US/dataset.ts
@@ -168,54 +168,6 @@
   preprocessDocument: '{{num}} Preprocess Documents',
   allKnowledge: 'All Knowledge',
   allKnowledgeDescription: 'Select to display all knowledge in this workspace. Only the Workspace Owner can manage all knowledge.',
-  embeddingModelNotAvailable: 'Embedding model is unavailable.',
-  metadata: {
-    metadata: 'Metadata',
-    addMetadata: 'Add Metadata',
-    chooseTime: 'Choose a time...',
-    createMetadata: {
-      title: 'New Metadata',
-      back: 'Back',
-      type: 'Type',
-      name: 'Name',
-      namePlaceholder: 'Add metadata name',
-    },
-    checkName: {
-      empty: 'Metadata name cannot be empty',
-      invalid: 'Metadata name can only contain lowercase letters, numbers, and underscores and must start with a lowercase letter',
-    },
-    batchEditMetadata: {
-      editMetadata: 'Edit Metadata',
-      editDocumentsNum: 'Editing {{num}} documents',
-      applyToAllSelectDocument: 'Apply to all selected documents',
-      applyToAllSelectDocumentTip: 'Automatically create all the above edited and new metadata for all selected documents, otherwise editing metadata will only apply to documents with it.',
-      multipleValue: 'Multiple Value',
-    },
-    selectMetadata: {
-      search: 'Search metadata',
-      newAction: 'New Metadata',
-      manageAction: 'Manage',
-    },
-    datasetMetadata: {
-      description: 'You can manage all metadata in this knowledge here. Modifications will be synchronized to every document.',
-      addMetaData: 'Add Metadata',
-      values: '{{num}} Values',
-      disabled: 'Disabled',
-      rename: 'Rename',
-      name: 'Name',
-      namePlaceholder: 'Metadata name',
-      builtIn: 'Built-in',
-      builtInDescription: 'Built-in metadata is automatically extracted and generated. It must be enabled before use and cannot be edited.',
-      deleteTitle: 'Confirm to delete',
-      deleteContent: 'Are you sure you want to delete the metadata "{{name}}"',
-    },
-    documentMetadata: {
-      metadataToolTip: 'Metadata serves as a critical filter that enhances the accuracy and relevance of information retrieval. You can modify and add metadata for this document here.',
-      startLabeling: 'Start Labeling',
-      documentInformation: 'Document Information',
-      technicalParameters: 'Technical Parameters',
-    },
-  },
 }
 
 export default translation

--
Gitblit v1.8.0