mirror of
https://github.com/infiniflow/ragflow.git
synced 2025-12-26 17:16:52 +08:00
Feat: add agent share team viewer (#6222)
### What problem does this PR solve? Allow member view agent # Canvas editor  # List agent  # Setting  _Briefly describe what this PR aims to solve. Include background context that will help reviewers understand the purpose of the PR._ ### Type of change - [ ] Bug Fix (non-breaking change which fixes an issue) - [x] New Feature (non-breaking change which adds functionality) - [ ] Documentation Update - [ ] Refactoring - [ ] Performance Improvement - [ ] Other (please describe): --------- Co-authored-by: Kevin Hu <kevinhu.sh@gmail.com>
This commit is contained in:
File diff suppressed because it is too large
Load Diff
@ -1192,6 +1192,15 @@ This delimiter is used to split the input text into several text pieces echo of
|
||||
addCategory: 'Add category',
|
||||
categoryName: 'Category name',
|
||||
nextStep: 'Next step',
|
||||
variableExtractDescription:
|
||||
'Extract user information into global variable throughout the conversation',
|
||||
variableExtract: 'Variables',
|
||||
variables: 'Variables',
|
||||
variablesTip: `Set the clear json key variable with a value of empty. e.g.
|
||||
{
|
||||
"UserCode":"",
|
||||
"NumberPhone":""
|
||||
}`,
|
||||
datatype: 'MINE type of the HTTP request',
|
||||
insertVariableTip: `Enter / Insert variables`,
|
||||
historyversion: 'History version',
|
||||
@ -1204,14 +1213,25 @@ This delimiter is used to split the input text into several text pieces echo of
|
||||
version: 'Version',
|
||||
select: 'No version selected',
|
||||
},
|
||||
},
|
||||
footer: {
|
||||
profile: 'All rights reserved @ React',
|
||||
},
|
||||
layout: {
|
||||
file: 'file',
|
||||
knowledge: 'knowledge',
|
||||
chat: 'chat',
|
||||
setting: 'Setting',
|
||||
settings: {
|
||||
upload: 'Upload',
|
||||
photo: 'Photo',
|
||||
permissions: 'Permission',
|
||||
permissionsTip: 'You can set the permissions of the team members here.',
|
||||
me: 'me',
|
||||
team: 'Team',
|
||||
},
|
||||
noMoreData: 'No more data',
|
||||
searchAgentPlaceholder: 'Search agent',
|
||||
footer: {
|
||||
profile: 'All rights reserved @ React',
|
||||
},
|
||||
layout: {
|
||||
file: 'file',
|
||||
knowledge: 'knowledge',
|
||||
chat: 'chat',
|
||||
},
|
||||
},
|
||||
},
|
||||
};
|
||||
|
||||
@ -722,7 +722,8 @@ export default {
|
||||
s3: 'S3 上傳',
|
||||
preview: '預覽',
|
||||
fileError: '文件錯誤',
|
||||
uploadLimit: '本地部署的單次上傳檔案總大小上限為 1GB,單次批量上傳檔案數不超過 32,單個帳戶不限檔案數量。',
|
||||
uploadLimit:
|
||||
'本地部署的單次上傳檔案總大小上限為 1GB,單次批量上傳檔案數不超過 32,單個帳戶不限檔案數量。',
|
||||
destinationFolder: '目標資料夾',
|
||||
},
|
||||
flow: {
|
||||
|
||||
Reference in New Issue
Block a user