feat: the frontend part of mcp (#22131)
Co-authored-by: jZonG <jzongcode@gmail.com> Co-authored-by: Novice <novice12185727@gmail.com> Co-authored-by: nite-knite <nkCoding@gmail.com> Co-authored-by: Hanqing Zhao <sherry9277@gmail.com>
This commit is contained in:
@@ -231,6 +231,8 @@ const translation = {
|
||||
'utilities': 'Utilities',
|
||||
'noResult': 'No match found',
|
||||
'agent': 'Agent Strategy',
|
||||
'allAdded': 'All added',
|
||||
'addAll': 'Add all',
|
||||
},
|
||||
blocks: {
|
||||
'start': 'Start',
|
||||
@@ -368,6 +370,10 @@ const translation = {
|
||||
ms: 'ms',
|
||||
retries: '{{num}} Retries',
|
||||
},
|
||||
typeSwitch: {
|
||||
input: 'Input value',
|
||||
variable: 'Use variable',
|
||||
},
|
||||
},
|
||||
start: {
|
||||
required: 'required',
|
||||
@@ -662,6 +668,9 @@ const translation = {
|
||||
tool: {
|
||||
authorize: 'Authorize',
|
||||
inputVars: 'Input Variables',
|
||||
settings: 'Settings',
|
||||
insertPlaceholder1: 'Type or press',
|
||||
insertPlaceholder2: 'insert variable',
|
||||
outputVars: {
|
||||
text: 'tool generated content',
|
||||
files: {
|
||||
@@ -889,6 +898,8 @@ const translation = {
|
||||
install: 'Install',
|
||||
cancel: 'Cancel',
|
||||
},
|
||||
clickToViewParameterSchema: 'Click to view parameter schema',
|
||||
parameterSchema: 'Parameter Schema',
|
||||
},
|
||||
},
|
||||
tracing: {
|
||||
|
Reference in New Issue
Block a user