From 77950e48c76f4a3b29d01831d43039caba29888a Mon Sep 17 00:00:00 2001
From: wwf <1971391498@qq.com>
Date: 星期二, 18 十一月 2025 14:12:42 +0800
Subject: [PATCH] 修改
---
i18n/en-US/workflow.ts | 215 -----------------------------------------------------
1 files changed, 2 insertions(+), 213 deletions(-)
diff --git a/i18n/en-US/workflow.ts b/i18n/en-US/workflow.ts
index f7121a7..42b7048 100644
--- a/i18n/en-US/workflow.ts
+++ b/i18n/en-US/workflow.ts
@@ -8,7 +8,6 @@
published: 'Published',
publish: 'Publish',
update: 'Update',
- publishUpdate: 'Publish Update',
run: 'Run',
running: 'Running',
inRunMode: 'In Run Mode',
@@ -31,8 +30,6 @@
latestPublished: 'Latest Published',
publishedAt: 'Published',
restore: 'Restore',
- versionHistory: 'Version History',
- exitVersions: 'Exit Versions',
runApp: 'Run App',
batchRunApp: 'Batch Run App',
openInExplore: 'Open in Explore',
@@ -70,10 +67,6 @@
pasteHere: 'Paste Here',
pointerMode: 'Pointer Mode',
handMode: 'Hand Mode',
- exportImage: 'Export Image',
- exportPNG: 'Export as PNG',
- exportJPEG: 'Export as JPEG',
- exportSVG: 'Export as SVG',
model: 'Model',
workflowAsTool: 'Workflow as Tool',
configureRequired: 'Configure Required',
@@ -111,7 +104,7 @@
branch: 'BRANCH',
onFailure: 'On Failure',
addFailureBranch: 'Add Fail Branch',
- loadMore: 'Load More',
+ loadMore: 'Load More Workflows',
noHistory: 'No History',
},
env: {
@@ -202,8 +195,6 @@
visionVariable: 'Vision Variable',
},
invalidVariable: 'Invalid variable',
- noValidTool: '{{field}} no valid tool selected',
- toolParameterRequired: '{{field}}: parameter [{{param}}] is required',
},
singleRun: {
testRun: 'Test Run ',
@@ -212,7 +203,6 @@
testRunIteration: 'Test Run Iteration',
back: 'Back',
iteration: 'Iteration',
- loop: 'Loop',
},
tabs: {
'searchBlock': 'Search block',
@@ -220,7 +210,7 @@
'searchTool': 'Search tool',
'tools': 'Tools',
'allTool': 'All',
- 'plugin': 'Plugin',
+ 'builtInTool': 'Built-in',
'customTool': 'Custom',
'workflowTool': 'Workflow',
'question-understand': 'Question Understand',
@@ -228,7 +218,6 @@
'transform': 'Transform',
'utilities': 'Utilities',
'noResult': 'No match found',
- 'agent': 'Agent Strategy',
},
blocks: {
'start': 'Start',
@@ -249,10 +238,6 @@
'parameter-extractor': 'Parameter Extractor',
'document-extractor': 'Doc Extractor',
'list-operator': 'List Operator',
- 'agent': 'Agent',
- 'loop-start': 'Loop Start',
- 'loop': 'Loop',
- 'loop-end': 'Exit Loop',
},
blocksAbout: {
'start': 'Define the initial parameters for launching a workflow',
@@ -269,12 +254,9 @@
'assigner': 'The variable assignment node is used for assigning values to writable variables(like conversation variables).',
'variable-aggregator': 'Aggregate multi-branch variables into a single variable for unified configuration of downstream nodes.',
'iteration': 'Perform multiple steps on a list object until all results are outputted.',
- 'loop': 'Execute a loop of logic until the termination condition is met or the maximum loop count is reached.',
- 'loop-end': 'Equivalent to "break". This node has no configuration items. When the loop body reaches this node, the loop terminates.',
'parameter-extractor': 'Use LLM to extract structured parameters from natural language for tool invocations or HTTP requests.',
'document-extractor': 'Used to parse uploaded documents into text content that is easily understandable by LLM.',
'list-operator': 'Used to filter or sort array content.',
- 'agent': 'Invoking large language models to answer questions or process natural language',
},
operator: {
zoomIn: 'Zoom In',
@@ -423,34 +405,6 @@
variable: 'Variable',
},
sysQueryInUser: 'sys.query in user message is required',
- jsonSchema: {
- title: 'Structured Output Schema',
- instruction: 'Instruction',
- promptTooltip: 'Convert the text description into a standardized JSON Schema structure.',
- promptPlaceholder: 'Describe your JSON Schema...',
- generate: 'Generate',
- import: 'Import from JSON',
- generateJsonSchema: 'Generate JSON Schema',
- generationTip: 'You can use natural language to quickly create a JSON Schema.',
- generating: 'Generating JSON Schema...',
- generatedResult: 'Generated Result',
- resultTip: 'Here is the generated result. If you\'re not satisfied, you can go back and modify your prompt.',
- back: 'Back',
- regenerate: 'Regenerate',
- apply: 'Apply',
- doc: 'Learn more about structured output',
- resetDefaults: 'Reset',
- required: 'required',
- addField: 'Add Field',
- addChildField: 'Add Child Field',
- showAdvancedOptions: 'Show advanced options',
- stringValidations: 'String Validations',
- fieldNamePlaceholder: 'Field Name',
- descriptionPlaceholder: 'Add description',
- warningTips: {
- saveSchema: 'Please finish editing the current field before saving the schema',
- },
- },
},
knowledgeRetrieval: {
queryVariable: 'Query Variable',
@@ -462,34 +416,6 @@
icon: 'Segmented icon',
url: 'Segmented URL',
metadata: 'Other metadata',
- },
- metadata: {
- title: 'Metadata Filtering',
- tip: 'Metadata filtering is the process of using metadata attributes (such as tags, categories, or access permissions) to refine and control the retrieval of relevant information within a system.',
- options: {
- disabled: {
- title: 'Disabled',
- subTitle: 'Not enabling metadata filtering',
- },
- automatic: {
- title: 'Automatic',
- subTitle: 'Automatically generate metadata filtering conditions based on user query',
- desc: 'Automatically generate metadata filtering conditions based on Query Variable',
- },
- manual: {
- title: 'Manual',
- subTitle: 'Manually add metadata filtering conditions',
- },
- },
- panel: {
- title: 'Metadata Filter Conditions',
- conditions: 'Conditions',
- add: 'Add Condition',
- search: 'Search metadata',
- placeholder: 'Enter value',
- datePlaceholder: 'Choose a time...',
- select: 'Select variable...',
- },
},
},
http: {
@@ -579,8 +505,6 @@
'all of': 'all of',
'exists': 'exists',
'not exists': 'not exists',
- 'before': 'before',
- 'after': 'after',
},
optionName: {
image: 'Image',
@@ -638,8 +562,6 @@
'clear': 'Clear',
'extend': 'Extend',
'append': 'Append',
- 'remove-first': 'Remove First',
- 'remove-last': 'Remove Last',
'+=': '+=',
'-=': '-=',
'*=': '*=',
@@ -730,38 +652,6 @@
},
answerNodeWarningDesc: 'Parallel mode warning: Answer nodes, conversation variable assignments, and persistent read/write operations within iterations may cause exceptions.',
},
- loop: {
- deleteTitle: 'Delete Loop Node?',
- deleteDesc: 'Deleting the loop node will remove all child nodes',
- input: 'Input',
- output: 'Output Variable',
- loop_one: '{{count}} Loop',
- loop_other: '{{count}} Loops',
- currentLoop: 'Current Loop',
- comma: ', ',
- error_one: '{{count}} Error',
- error_other: '{{count}} Errors',
- breakCondition: 'Loop Termination Condition',
- breakConditionTip: 'Only variables within loops with termination conditions and conversation variables can be referenced.',
- loopMaxCount: 'Maximum Loop Count',
- loopMaxCountError: 'Please enter a valid maximum loop count, ranging from 1 to {{maxCount}}',
- errorResponseMethod: 'Error Response Method',
- ErrorMethod: {
- operationTerminated: 'Terminated',
- continueOnError: 'Continue on Error',
- removeAbnormalOutput: 'Remove Abnormal Output',
- },
- loopVariables: 'Loop Variables',
- initialLoopVariables: 'Initial Loop Variables',
- finalLoopVariables: 'Final Loop Variables',
- setLoopVariables: 'Set variables within the loop scope',
- variableName: 'Variable Name',
- inputMode: 'Input Mode',
- exitConditionTip: 'A loop node needs at least one exit condition',
- loopNode: 'Loop Node',
- currentLoopCount: 'Current loop count: {{count}}',
- totalLoopCount: 'Total loop count: {{count}}',
- },
note: {
addNote: 'Add Note',
editor: {
@@ -807,110 +697,9 @@
last_record: 'Last record',
},
},
- agent: {
- strategy: {
- label: 'Agentic Strategy',
- tooltip: 'Different Agentic strategies determine how the system plans and executes multi-step tool calls',
- shortLabel: 'Strategy',
- configureTip: 'Please configure agentic strategy.',
- configureTipDesc: 'After configuring the agentic strategy, this node will automatically load the remaining configurations. The strategy will affect the mechanism of multi-step tool reasoning. ',
- selectTip: 'Select agentic strategy',
- searchPlaceholder: 'Search agentic strategy',
- },
- learnMore: 'Learn more',
- pluginNotInstalled: 'This plugin is not installed',
- pluginNotInstalledDesc: 'This plugin is installed from GitHub. Please go to Plugins to reinstall',
- linkToPlugin: 'Link to Plugins',
- pluginInstaller: {
- install: 'Install',
- installing: 'Installing',
- },
- modelNotInMarketplace: {
- title: 'Model not installed',
- desc: 'This model is installed from Local or GitHub repository. Please use after installation.',
- manageInPlugins: 'Manage in Plugins',
- },
- modelNotSupport: {
- title: 'Unsupported Model',
- desc: 'The installed plugin version does not provide this model.',
- descForVersionSwitch: 'The installed plugin version does not provide this model. Click to switch version.',
- },
- configureModel: 'Configure Model',
- notAuthorized: 'Not Authorized',
- model: 'model',
- toolbox: 'toolbox',
- strategyNotSet: 'Agentic strategy Not Set',
- tools: 'Tools',
- maxIterations: 'Max Iterations',
- modelNotSelected: 'Model not selected',
- modelNotInstallTooltip: 'This model is not installed',
- toolNotInstallTooltip: '{{tool}} is not installed',
- toolNotAuthorizedTooltip: '{{tool}} Not Authorized',
- strategyNotInstallTooltip: '{{strategy}} is not installed',
- unsupportedStrategy: 'Unsupported strategy',
- pluginNotFoundDesc: 'This plugin is installed from GitHub. Please go to Plugins to reinstall',
- strategyNotFoundDesc: 'The installed plugin version does not provide this strategy.',
- strategyNotFoundDescAndSwitchVersion: 'The installed plugin version does not provide this strategy. Click to switch version.',
- modelSelectorTooltips: {
- deprecated: 'This model is deprecated',
- },
- outputVars: {
- text: 'agent generated content',
- files: {
- title: 'agent generated files',
- type: 'Support type. Now only support image',
- transfer_method: 'Transfer method.Value is remote_url or local_file',
- url: 'Image url',
- upload_file_id: 'Upload file id',
- },
- json: 'agent generated json',
- },
- checkList: {
- strategyNotSelected: 'Strategy not selected',
- },
- installPlugin: {
- title: 'Install Plugin',
- desc: 'About to install the following plugin',
- changelog: 'Change log',
- install: 'Install',
- cancel: 'Cancel',
- },
- },
},
tracing: {
stopBy: 'Stop by {{user}}',
- },
- versionHistory: {
- title: 'Versions',
- currentDraft: 'Current Draft',
- latest: 'Latest',
- filter: {
- all: 'All',
- onlyYours: 'Only yours',
- onlyShowNamedVersions: 'Only show named versions',
- reset: 'Reset Filter',
- empty: 'No matching version history found',
- },
- defaultName: 'Untitled Version',
- nameThisVersion: 'Name this version',
- editVersionInfo: 'Edit version info',
- editField: {
- title: 'Title',
- releaseNotes: 'Release Notes',
- titleLengthLimit: 'Title can\'t exceed {{limit}} characters',
- releaseNotesLengthLimit: 'Release notes can\'t exceed {{limit}} characters',
- },
- releaseNotesPlaceholder: 'Describe what changed',
- restorationTip: 'After version restoration, the current draft will be overwritten.',
- deletionTip: 'Deletion is irreversible, please confirm.',
- action: {
- restoreSuccess: 'Version restored',
- restoreFailure: 'Failed to restore version',
- deleteSuccess: 'Version deleted',
- deleteFailure: 'Failed to delete version',
- updateSuccess: 'Version updated',
- updateFailure: 'Failed to update version',
- },
},
}
--
Gitblit v1.8.0