220 lines
9.4 KiB
JSON
220 lines
9.4 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",
|
|
"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",
|
|
"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",
|
|
"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"
|
|
}
|