You cannot select more than 25 topics
Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.
95 lines
3.2 KiB
JSON
95 lines
3.2 KiB
JSON
{
|
|
"desc": "Manage files and knowledge base",
|
|
"detail": {
|
|
"basic": {
|
|
"createdAt": "Creation Time",
|
|
"filename": "File Name",
|
|
"size": "File Size",
|
|
"title": "Basic Information",
|
|
"type": "Format",
|
|
"updatedAt": "Update Time"
|
|
},
|
|
"data": {
|
|
"chunkCount": "Chunks",
|
|
"embedding": {
|
|
"default": "Not embedding",
|
|
"error": "Failed",
|
|
"pending": "Pending start",
|
|
"processing": "In progress",
|
|
"success": "Completed"
|
|
},
|
|
"embeddingStatus": "embedding"
|
|
}
|
|
},
|
|
"empty": "No files or folders have been uploaded yet.",
|
|
"header": {
|
|
"actions": {
|
|
"newFolder": "New Folder",
|
|
"uploadFile": "Upload File",
|
|
"uploadFolder": "Upload Folder"
|
|
},
|
|
"uploadButton": "Upload"
|
|
},
|
|
"knowledgeBase": {
|
|
"list": {
|
|
"confirmRemoveKnowledgeBase": "You are about to delete this knowledge base. The files within will not be deleted and will be moved to All Files. Once deleted, the knowledge base cannot be recovered. Please proceed with caution.",
|
|
"empty": "Click <1>+</1> to add a knowledge base"
|
|
},
|
|
"new": "New Knowledge Base",
|
|
"title": "Knowledge Base"
|
|
},
|
|
"networkError": "Failed to retrieve the knowledge base. Please check your network connection and try again.",
|
|
"notSupportGuide": {
|
|
"desc": "The current deployment instance is in client database mode, and file management features are not available. Please switch to <1>server database deployment mode</1>, or use <3>LobeChat Cloud</3> directly.",
|
|
"features": {
|
|
"allKind": {
|
|
"desc": "Supports mainstream file types, including common document formats like Word, PPT, Excel, PDF, TXT, as well as popular code files like JS and Python.",
|
|
"title": "Multiple File Type Parsing"
|
|
},
|
|
"embeddings": {
|
|
"desc": "Utilizes high-performance vector models to vectorize text chunks, enabling semantic search of file content.",
|
|
"title": "Vector Semantics"
|
|
},
|
|
"repos": {
|
|
"desc": "Supports the creation of knowledge bases and allows the addition of different types of files, building your domain knowledge.",
|
|
"title": "Knowledge Base"
|
|
}
|
|
},
|
|
"title": "The current deployment mode does not support file management"
|
|
},
|
|
"preview": {
|
|
"downloadFile": "Download File",
|
|
"unsupportedFileAndContact": "This file format is not currently supported for online preview. If you have a request for previewing, feel free to <1>contact us</1>."
|
|
},
|
|
"searchFilePlaceholder": "Search Files",
|
|
"tab": {
|
|
"all": "All Files",
|
|
"audios": "Audio",
|
|
"documents": "Documents",
|
|
"images": "Images",
|
|
"videos": "Videos",
|
|
"websites": "Websites"
|
|
},
|
|
"title": "Files",
|
|
"uploadDock": {
|
|
"body": {
|
|
"collapse": "Collapse",
|
|
"item": {
|
|
"done": "Uploaded",
|
|
"error": "Upload failed, please try again",
|
|
"pending": "Preparing to upload...",
|
|
"processing": "Processing file...",
|
|
"restTime": "Remaining {{time}}"
|
|
}
|
|
},
|
|
"totalCount": "Total {{count}} items",
|
|
"uploadStatus": {
|
|
"error": "Upload error",
|
|
"pending": "Waiting to upload",
|
|
"processing": "Uploading",
|
|
"success": "Upload completed",
|
|
"uploading": "Uploading"
|
|
}
|
|
}
|
|
}
|