dify/web/i18n/en-US/dataset-pipeline.json

96 lines
6.9 KiB
JSON

{
"addDocuments.backToDataSource": "Data Source",
"addDocuments.characters": "characters",
"addDocuments.selectOnlineDocumentTip": "Process up to {{count}} pages",
"addDocuments.selectOnlineDriveTip": "Process up to {{count}} files, maximum {{fileSize}} MB each",
"addDocuments.stepOne.preview": "Preview",
"addDocuments.stepThree.learnMore": "Learn more",
"addDocuments.stepTwo.chunkSettings": "Chunk Settings",
"addDocuments.stepTwo.previewChunks": "Preview Chunks",
"addDocuments.steps.chooseDatasource": "Choose a Data Source",
"addDocuments.steps.processDocuments": "Process Documents",
"addDocuments.steps.processingDocuments": "Processing Documents",
"addDocuments.title": "Add Documents",
"configurationTip": "Configure {{pluginName}}",
"conversion.confirm.content": "This action is permanent. You won't be able to revert to the previous method.Please confirm to convert.",
"conversion.confirm.title": "Confirmation",
"conversion.descriptionChunk1": "You can now convert your existing knowledge base to use the Knowledge Pipeline for document processing",
"conversion.descriptionChunk2": " — a more open and flexible approach with access to plugins from our marketplace. This will apply the new processing method to all future documents.",
"conversion.errorMessage": "Failed to convert the dataset to a pipeline",
"conversion.successMessage": "Successfully converted the dataset to a pipeline",
"conversion.title": "Convert to Knowledge Pipeline",
"conversion.warning": "This action cannot be undone.",
"creation.backToKnowledge": "Back to Knowledge",
"creation.caution": "Caution",
"creation.createFromScratch.description": "Create a custom pipeline from scratch with full control over data processing and structure.",
"creation.createFromScratch.title": "Blank knowledge pipeline",
"creation.createKnowledge": "Create Knowledge",
"creation.errorTip": "Failed to create a Knowledge Base",
"creation.importDSL": "Import from a DSL file",
"creation.successTip": "Successfully created a Knowledge Base",
"deletePipeline.content": "Deleting the pipeline template is irreversible.",
"deletePipeline.title": "Are you sure to delete this pipeline template?",
"details.createdBy": "By {{author}}",
"details.structure": "Structure",
"details.structureTooltip": "Chunk Structure determines how documents are split and indexed—offering General, Parent-Child, and Q&A modes—and is unique to each knowledge base.",
"documentSettings.title": "Document Settings",
"editPipelineInfo": "Edit pipeline info",
"exportDSL.errorTip": "Failed to export pipeline DSL",
"exportDSL.successTip": "Export pipeline DSL successfully",
"inputField": "Input Field",
"inputFieldPanel.addInputField": "Add Input Field",
"inputFieldPanel.description": "User input fields are used to define and collect variables required during the pipeline execution process. Users can customize the field type and flexibly configure the input value to meet the needs of different data sources or document processing steps.",
"inputFieldPanel.editInputField": "Edit Input Field",
"inputFieldPanel.error.variableDuplicate": "Variable name already exists. Please choose a different name.",
"inputFieldPanel.globalInputs.title": "Global Inputs for All Entrances",
"inputFieldPanel.globalInputs.tooltip": "Global Inputs are shared across all nodes. Users will need to fill them in when selecting any data source. For example, fields like delimiter and maximum chunk length can be uniformly applied across multiple data sources. Only input fields referenced by Data Source variables appear in the first step (Data Source). All other fields show up in the second step (Process Documents).",
"inputFieldPanel.preview.stepOneTitle": "Data Source",
"inputFieldPanel.preview.stepTwoTitle": "Process Documents",
"inputFieldPanel.title": "User Input Fields",
"inputFieldPanel.uniqueInputs.title": "Unique Inputs for Each Entrance",
"inputFieldPanel.uniqueInputs.tooltip": "Unique Inputs are only accessible to the selected data source and its downstream nodes. Users won't need to fill it in when choosing other data sources. Only input fields referenced by data source variables will appear in the first step(Data Source). All other fields will be shown in the second step(Process Documents).",
"knowledgeDescription": "Knowledge description",
"knowledgeDescriptionPlaceholder": "Describe what is in this Knowledge Base. A detailed description allows AI to access the content of the dataset more accurately. If empty, Dify will use the default hit strategy. (Optional)",
"knowledgeNameAndIcon": "Knowledge name & icon",
"knowledgeNameAndIconPlaceholder": "Please enter the name of the Knowledge Base",
"knowledgePermissions": "Permissions",
"onlineDocument.pageSelectorTitle": "{{name}} pages",
"onlineDrive.breadcrumbs.allBuckets": "All Cloud Storage Buckets",
"onlineDrive.breadcrumbs.allFiles": "All Files",
"onlineDrive.breadcrumbs.searchPlaceholder": "Search files...",
"onlineDrive.breadcrumbs.searchResult": "Find {{searchResultsLength}} items in \"{{folderName}}\" folder",
"onlineDrive.emptyFolder": "This folder is empty",
"onlineDrive.emptySearchResult": "No items were found",
"onlineDrive.notConnected": "{{name}} is not connected",
"onlineDrive.notConnectedTip": "To sync with {{name}}, connection to {{name}} must be established first.",
"onlineDrive.notSupportedFileType": "This file type is not supported",
"onlineDrive.resetKeywords": "Reset keywords",
"operations.backToDataSource": "Back to Data Source",
"operations.choose": "Choose",
"operations.convert": "Convert",
"operations.dataSource": "Data Source",
"operations.details": "Details",
"operations.editInfo": "Edit info",
"operations.exportPipeline": "Export Pipeline",
"operations.preview": "Preview",
"operations.process": "Process",
"operations.saveAndProcess": "Save & Process",
"operations.useTemplate": "Use this Knowledge Pipeline",
"pipelineNameAndIcon": "Pipeline name & icon",
"publishPipeline.error.message": "Failed to Publish Knowledge Pipeline",
"publishPipeline.success.message": "Knowledge Pipeline Published",
"publishPipeline.success.tip": "<CustomLink>Go to Documents</CustomLink> to add or manage documents.",
"publishTemplate.error.message": "Failed to Publish Pipeline Template",
"publishTemplate.success.learnMore": "Learn more",
"publishTemplate.success.message": "Pipeline Template Published",
"publishTemplate.success.tip": "You can use this template on the creation page.",
"templates.customized": "Customized",
"testRun.dataSource.localFiles": "Local Files",
"testRun.notion.docTitle": "Notion docs",
"testRun.notion.title": "Choose Notion Pages",
"testRun.steps.dataSource": "Data Source",
"testRun.steps.documentProcessing": "Document Processing",
"testRun.title": "Test Run",
"testRun.tooltip": "In test run mode, only one document is allowed to be imported at a time for easier debugging and observation."
}