Files
EasyFlow/easyflow-ui-admin/app/src/locales/langs/en-US/documentCollection.json

293 lines
13 KiB
JSON

{
"id": "Id",
"alias": "Alias",
"deptId": "DeptId",
"tenantId": "TenantId",
"icon": "Icon",
"title": "Title",
"categoryId": "Category",
"collectionType": "Knowledge Type",
"collectionTypeDocument": "Document",
"collectionTypeFaq": "FAQ",
"description": "Description",
"visibilityScope": "Visibility Scope",
"visibilityScopePrivate": "Personal",
"visibilityScopePrivateDesc": "Only the creator can access it",
"visibilityScopeDept": "Dept",
"visibilityScopeDeptDesc": "Available to the dept and descendants",
"visibilityScopePublic": "Public",
"visibilityScopePublicDesc": "Available to internal users matched by category",
"slug": "Slug",
"vectorStoreEnable": "VectorStoreEnable",
"vectorStoreType": "VectorStoreType",
"vectorStoreCollection": "VectorStoreCollection",
"vectorStoreConfig": "VectorStoreConfig",
"vectorEmbedLlmId": "VectorEmbedLlm",
"created": "Created",
"createdBy": "CreatedBy",
"modified": "Modified",
"modifiedBy": "ModifiedBy",
"options": "Options",
"rerankEnable": "Enable rerank model",
"rerankLlmId": "RerankLlm",
"searchEngineEnable": "SearchEngineEnable",
"englishName": "EnglishName",
"fileName": "fileName",
"chunkCount": "Chunks",
"processStatus": "Status",
"progress": "Progress",
"publishStatusDraft": "Draft",
"publishStatusPublishPending": "Publish Pending",
"publishStatusPublished": "Published",
"publishStatusOfflinePending": "Offline Pending",
"publishStatusOffline": "Offline",
"publishStatusDeletePending": "Delete Pending",
"publishStatusLabel": "Release",
"submitPublishApprovalConfirm": "Publish the current knowledge base now?",
"submitRepublishApprovalConfirm": "Republish the current knowledge base now?",
"submitOfflineApprovalConfirm": "Take the current knowledge base offline?",
"submitDeleteApprovalConfirm": "Delete the current knowledge base?",
"offlineImpactBoundAgentsIntro": "This knowledge base is currently bound to the following agents:",
"offlineImpactBoundAgentsFooter": "After the knowledge base goes offline, the system will automatically remove it from these agents.",
"offlineImpactWorkflowBlockedIntro": "This knowledge base is still used by the following workflows:",
"offlineImpactWorkflowBlockedFooter": "Please update those workflow nodes before taking the knowledge base offline.",
"publishPendingHint": "There is already an approval in progress for this knowledge base.",
"deletePendingHint": "There is already an approval in progress for this knowledge base.",
"createdModifyTime": "Creation/update time",
"documentList": "documentList",
"knowledgeRetrieval": "knowledgeRetrieval",
"config": "DocumentCollection",
"sorting": "Sorting",
"content": "Content",
"placeholder": {
"title": "Please input title",
"description": "Please provide a description so that the large model can better understand the knowledge base and make calls",
"englishName": "Please enter an English name",
"alias": "Please enter an alias, Chinese is not allowed",
"embedLlm": "Please choose a vector model",
"rerankLlm": "Please choose to rearrange the model",
"vectorStoreCollection": "Can only contain letters, numbers, and underscores with a length between 3-20 characters",
"vectorStoreType": "Please select the vector database type"
},
"importDoc": {
"fileUpload": "File upload",
"parameterSettings": "Parameter settings",
"strategyAnalysis": "Strategy analysis",
"segmentedPreview": "SegmentedPreview",
"confirmImport": "ConfirmImport",
"fileName": "File Name",
"progressUpload": "Progress of file upload",
"fileSize": "File size",
"batchUploadTitle": "Select files or drop them here",
"batchUploadDescription": "Supported formats: {types}. Up to 100MB per file and 1GB per folder.",
"batchUploadTip": "When upload completes, choose manual or automatic import.",
"selectFolder": "Select Folder",
"manualImport": "Manual Import",
"autoImport": "Auto Import",
"autoImportTip": "Automatically parse, chunk, vectorize and store every document.",
"manualImportStarted": "Documents are parsing and will be ready for manual chunking",
"autoImportStarted": "Automatic import started",
"uploadCompleteFirst": "Wait for every file to finish uploading",
"uploaded": "Uploaded",
"uploading": "Uploading",
"retryUpload": "Retry Upload",
"retry": "Retry",
"singleFileLimit": "Each file must be no larger than 100MB",
"folderSizeLimit": "The folder must be no larger than 1GB",
"fileCountLimit": "A batch can contain up to 2000 files",
"noSupportedFiles": "No supported documents found. Supported formats: {types}.",
"unsupportedSkipped": "Unsupported files were skipped. Supported formats: {types}.",
"createBatchFailed": "Failed to create upload batch",
"cancelBatchFailed": "Failed to cancel the upload batch. Please retry.",
"uploadFailed": "Upload failed. Please retry.",
"duplicatePolicy": "Duplicates",
"skipDuplicates": "Skip",
"overwriteDuplicates": "Replace",
"reimportDuplicates": "Reimport",
"batchStatus": "Automatic import status",
"batchRunning": "Running",
"batchInterrupted": "Interrupted",
"batchPartial": "Partially failed",
"batchFailed": "Import failed",
"batchCompleted": "Completed",
"completedCount": "Completed",
"processingCount": "Processing",
"failedCount": "Failed",
"pendingCount": "Pending",
"skippedCount": "Skipped",
"continueBatch": "Continue",
"dismissBatchStatus": "Dismiss automatic import status",
"batchStatusLoadFailed": "Unable to load the automatic import status. Retrying automatically.",
"interruptFallback": "Automatic import was interrupted. Resume after the service recovers.",
"interruptCode": "Error code",
"interruptedAt": "Interrupted at",
"splitOrIndexFailed": "Chunking or indexing failed. Please retry.",
"documentSourceUnavailable": "Unable to read the document file. Please contact the administrator.",
"parseServiceUnavailable": "The document parsing service is temporarily unavailable. Please retry later.",
"parseServiceTimeout": "The document parsing service timed out. Please retry later.",
"taskPendingTimeout": "The task waited too long in the queue. Please retry.",
"taskExecutionInterrupted": "The task was interrupted. Please retry.",
"uploadCreateTip": "After upload, the document appears in the list first and is parsed asynchronously. Continue with chunking after parsing finishes.",
"analysisTip": "The system analyzes multilingual structure first and recommends a splitting strategy. You can still adjust each file manually.",
"manualStrategyTip": "The preview refreshes automatically when the chunking strategy changes. Start indexing after it looks right.",
"confidence": "Confidence",
"recommendReason": "Reasons",
"candidateStrategies": "Candidates",
"strategySelection": "Strategy",
"previewTip": "The preview result is the final import basis. Confirm it before committing.",
"previewPaneTitle": "Chunk Preview",
"previewEmpty": "No preview data",
"previewReady": "Preview ready",
"previewRefreshing": "Refreshing preview",
"previewRequestFailed": "Failed to refresh preview. Please try again.",
"warningCount": "Warnings",
"chunkCount": "Chunks",
"lockedState": "Locked",
"normalizedDocumentTitle": "Source Text",
"normalizedDocumentTip": "Shows the normalized source text so each chunk can be checked in context.",
"resultEmpty": "No import result",
"importFailed": "Import failed",
"createSuccess": "Documents added to the list",
"partialCreateSuccess": "Only some documents were added successfully",
"indexQueued": "Indexing started",
"previewAction": "Generate Preview",
"workbenchEyebrow": "Processing Workspace",
"workbenchTitle": "Document Processing"
},
"splitterDoc": {
"fileType": "FileType",
"splitterName": "Segmenter",
"chunkSize": "SegmentLength",
"overlapSize": "SegmentOverlap",
"regex": "RegularExpression",
"regexMatchHandling": "Matched content",
"retainRegexMatch": "Keep in next chunk",
"discardRegexMatch": "Discard",
"document": "Document",
"simpleDocumentSplitter": "SimpleDocumentSplitter",
"simpleTokenizeSplitter": "SimpleTokenizeSplitter",
"regexDocumentSplitter": "RegexDocumentSplitter",
"markdownHeaderSplitter": "MarkdownHeaderSplitter",
"autoStrategy": "Auto recommendation",
"markdownSection": "Markdown headings",
"outlineSection": "Outline sections",
"qaPair": "Q&A pairs",
"paragraphLength": "Paragraph length",
"customRegex": "Custom regex",
"mdSplitterLevel": "MarkdownSplitterLevel",
"uploadStatus": "UploadStatus",
"pendingUpload": "PendingUpload",
"completed": "Completed",
"uploading": "Parsing in progress",
"importSuccess": "ImportSuccess"
},
"taskStatus": {
"UPLOADED": "Uploaded",
"PARSING": "Parsing",
"PARSE_FAILED": "Parse Failed",
"READY_FOR_SEGMENT": "Ready for Chunking",
"SPLITTING": "Chunking",
"SPLIT_FAILED": "Chunking Failed",
"READY_FOR_INDEX": "Ready for Indexing",
"INDEXING": "Indexing",
"INDEX_FAILED": "Index Failed",
"COMPLETED": "Completed"
},
"documentManagement": "Document management",
"actions": {
"knowledge": "Knowledge",
"retrieve": "Retrieve",
"addKnowledge": "AddKnowledge",
"confirmImport": "ConfirmImport",
"cancelImport": "CancelImport"
},
"faq": {
"faqList": "FAQ List",
"allFaq": "All FAQ",
"category": "Category",
"categoryPlaceholder": "Select a category (empty means default category)",
"categoryTree": "Category Tree",
"categoryPath": "Category Path",
"categoryName": "Category Name",
"categoryNamePlaceholder": "Please input category name",
"parentCategory": "Parent Category",
"parentCategoryPlaceholder": "Please select parent category",
"rootCategory": "Root Category",
"sortNo": "Sort No",
"addCategory": "Add Category",
"addSiblingCategory": "Add Sibling Category",
"addChildCategory": "Add Child Category",
"moveUp": "Move Up",
"moveDown": "Move Down",
"promote": "Promote",
"demote": "Demote",
"editCategory": "Edit Category",
"maxLevelTip": "Maximum 3 levels are supported",
"defaultCategoryChildForbidden": "Default category cannot have child categories",
"defaultCategoryDeleteForbidden": "Default category cannot be deleted",
"question": "Question",
"answer": "Answer",
"questionPlaceholder": "Please input question",
"answerPlaceholder": "Please input answer",
"questionRequired": "Question is required",
"answerRequired": "Answer is required",
"collectionRequired": "Collection id is required",
"imageTypeInvalid": "Only JPG/PNG/WEBP/GIF images are supported",
"imageSizeExceeded": "Image size must be less than 20MB",
"imageUploadFailed": "Image upload failed",
"import": {
"title": "Import FAQ",
"uploadTitle": "Drop Excel file here or click to upload",
"uploadDesc": "Only .xlsx/.xls files are supported, max 5000 rows in first sheet",
"moreActions": "More Actions",
"downloadTemplate": "Download Template",
"startImport": "Start Import",
"importFinished": "Import completed",
"resultTitle": "Import Result",
"totalCount": "Total",
"successCount": "Success",
"errorCount": "Failed",
"rowNumber": "Row",
"reason": "Reason",
"selectFileRequired": "Please select an Excel file first"
}
},
"searchResults": "SearchResults",
"documentPreview": "DocumentPreview",
"total": "Total",
"segments": "Segments",
"similarityScore": "Relevance",
"searchFailed": "Search failed. Please try again later.",
"hitSources": {
"vector": "Vector Hit",
"keyword": "Keyword Hit",
"both": "Dual Hit"
},
"alibabaCloud": "AlibabaCloud",
"tencentCloud": "tencentCloud",
"vectorEmbedModelTips": "After successful vector data, it is not allowed to modify the vector model",
"dimensionOfVectorModelTips": "After successful vector data, it is not allowed to modify the dimensions of the vector model",
"dimensionOfVectorModel": "Dimension of vector model",
"managePermissionHint": "Only the creator or super admin can modify this knowledge base",
"processingDeleteBlocked": "Documents in progress cannot be deleted",
"selectedCount": "{count} selected",
"batchDelete": "Delete",
"cancelSelection": "Clear selection",
"batchDeleteConfirm": "Delete the selected {count} documents? In-progress items are excluded. This cannot be undone.",
"batchDeleteSuccess": "Deleted {count} documents",
"batchDeletePartial": "Deletion finished: {success} succeeded, {failed} failed",
"chunkUnsavedTitle": "Leave editing",
"chunkUnsavedConfirm": "Discard unsaved changes and leave?",
"continueEditing": "Keep editing",
"discardChanges": "Discard changes",
"chunkSourceFallback": "Switched to source editing",
"chunkSyncPending": "Updating search index",
"chunkSyncSucceeded": "Search index updated",
"chunkSyncFailed": "Index sync failed. Click to retry",
"chunkSyncRetryFailed": "Failed to retry index sync",
"chunkLiveMode": "Live",
"chunkSourceMode": "Source",
"deleteChunk": "Delete chunk",
"emptyChunkDeleteConfirm": "This chunk is empty. Saving will delete it permanently."
}