mirror of
https://github.com/infiniflow/ragflow.git
synced 2025-12-08 20:42:30 +08:00
### What problem does this PR solve? #345 feat: translate FileManager feat: batch delete files from the file table in the knowledge base ### Type of change - [x] New Feature (non-breaking change which adds functionality)
This commit is contained in:
@ -22,6 +22,7 @@ export default {
|
||||
languagePlaceholder: 'select your language',
|
||||
copy: 'Copy',
|
||||
copied: 'Copied',
|
||||
comingSoon: 'Coming Soon',
|
||||
},
|
||||
login: {
|
||||
login: 'Sign in',
|
||||
@ -52,6 +53,7 @@ export default {
|
||||
home: 'Home',
|
||||
setting: '用户设置',
|
||||
logout: '登出',
|
||||
fileManager: 'File Management',
|
||||
},
|
||||
knowledgeList: {
|
||||
welcome: 'Welcome back',
|
||||
@ -459,6 +461,7 @@ export default {
|
||||
renamed: 'Renamed',
|
||||
operated: 'Operated',
|
||||
updated: 'Updated',
|
||||
uploaded: 'Uploaded',
|
||||
200: 'The server successfully returns the requested data.',
|
||||
201: 'Create or modify data successfully.',
|
||||
202: 'A request has been queued in the background (asynchronous task).',
|
||||
@ -480,6 +483,24 @@ export default {
|
||||
networkAnomaly: 'network anomaly',
|
||||
hint: 'hint',
|
||||
},
|
||||
fileManager: {
|
||||
name: 'Name',
|
||||
uploadDate: 'Upload Date',
|
||||
knowledgeBase: 'Knowledge Base',
|
||||
size: 'Size',
|
||||
action: 'Action',
|
||||
addToKnowledge: 'Add to Knowledge Base',
|
||||
pleaseSelect: 'Please select',
|
||||
newFolder: 'New Folder',
|
||||
file: 'File',
|
||||
uploadFile: 'Upload File',
|
||||
directory: 'Directory',
|
||||
uploadTitle: 'Click or drag file to this area to upload',
|
||||
uploadDescription:
|
||||
'Support for a single or bulk upload. Strictly prohibited from uploading company data or other banned files.',
|
||||
local: 'Local uploads',
|
||||
s3: 'S3 uploads',
|
||||
},
|
||||
footer: {
|
||||
profile: 'All rights reserved @ React',
|
||||
},
|
||||
|
||||
Reference in New Issue
Block a user