2024-04-08 18:51:46 +08:00
const translation = {
common : {
2024-06-26 14:37:12 +08:00
undo : 'Undo' ,
redo : 'Redo' ,
2024-04-08 18:51:46 +08:00
editing : 'Editing' ,
autoSaved : 'Auto-Saved' ,
unpublished : 'Unpublished' ,
published : 'Published' ,
publish : 'Publish' ,
update : 'Update' ,
run : 'Run' ,
running : 'Running' ,
inRunMode : 'In Run Mode' ,
inPreview : 'In Preview' ,
inPreviewMode : 'In Preview Mode' ,
preview : 'Preview' ,
viewRunHistory : 'View run history' ,
runHistory : 'Run History' ,
goBackToEdit : 'Go back to editor' ,
conversationLog : 'Conversation Log' ,
features : 'Features' ,
2024-10-21 10:32:37 +08:00
featuresDescription : 'Enhance web app user experience' ,
ImageUploadLegacyTip : 'You can now create file type variables in the start form. We will no longer support the image upload feature in the future. ' ,
fileUploadTip : 'Image upload features have been upgraded to file upload. ' ,
featuresDocLink : 'Learn more' ,
2024-07-22 15:29:39 +08:00
debugAndPreview : 'Preview' ,
2024-04-08 18:51:46 +08:00
restart : 'Restart' ,
currentDraft : 'Current Draft' ,
currentDraftUnpublished : 'Current Draft Unpublished' ,
latestPublished : 'Latest Published' ,
publishedAt : 'Published' ,
restore : 'Restore' ,
runApp : 'Run App' ,
batchRunApp : 'Batch Run App' ,
accessAPIReference : 'Access API Reference' ,
embedIntoSite : 'Embed Into Site' ,
addTitle : 'Add title...' ,
addDescription : 'Add description...' ,
noVar : 'No variable' ,
searchVar : 'Search variable' ,
variableNamePlaceholder : 'Variable name' ,
setVarValuePlaceholder : 'Set variable' ,
2024-09-07 16:59:38 +08:00
needConnectTip : 'This step is not connected to anything' ,
2024-04-08 18:51:46 +08:00
maxTreeDepth : 'Maximum limit of {{depth}} nodes per branch' ,
needEndNode : 'The End block must be added' ,
needAnswerNode : 'The Answer block must be added' ,
workflowProcess : 'Workflow Process' ,
notRunning : 'Not running yet' ,
previewPlaceholder : 'Enter content in the box below to start debugging the Chatbot' ,
effectVarConfirm : {
title : 'Remove Variable' ,
content : 'The variable is used in other nodes. Do you still want to remove it?' ,
} ,
insertVarTip : 'Press the \'/\' key to insert quickly' ,
2024-04-10 22:20:14 +08:00
processData : 'Process Data' ,
input : 'Input' ,
output : 'Output' ,
2024-04-28 17:51:58 +08:00
jinjaEditorPlaceholder : 'Type \'/\' or \'{\' to insert variable' ,
2024-04-28 17:09:56 +08:00
viewOnly : 'View Only' ,
showRunHistory : 'Show Run History' ,
2024-05-10 18:14:05 +08:00
enableJinja : 'Enable Jinja template support' ,
learnMore : 'Learn More' ,
2024-05-09 17:18:51 +08:00
copy : 'Copy' ,
duplicate : 'Duplicate' ,
addBlock : 'Add Block' ,
pasteHere : 'Paste Here' ,
pointerMode : 'Pointer Mode' ,
handMode : 'Hand Mode' ,
2024-05-27 21:57:08 +08:00
model : 'Model' ,
workflowAsTool : 'Workflow as Tool' ,
configureRequired : 'Configure Required' ,
configure : 'Configure' ,
manageInTools : 'Manage in Tools' ,
workflowAsToolTip : 'Tool reconfiguration is required after the workflow update.' ,
viewDetailInTracingPanel : 'View details' ,
2024-06-12 16:35:19 +08:00
syncingData : 'Syncing data, just a few seconds.' ,
2024-06-25 15:46:12 +08:00
importDSL : 'Import DSL' ,
importDSLTip : 'Current draft will be overwritten. Export workflow as backup before importing.' ,
backupCurrentDraft : 'Backup Current Draft' ,
chooseDSL : 'Choose DSL(yml) file' ,
overwriteAndImport : 'Overwrite and Import' ,
importFailure : 'Import failure' ,
importSuccess : 'Import success' ,
2024-09-10 15:23:16 +08:00
parallelRun : 'Parallel Run' ,
parallelTip : {
click : {
title : 'Click' ,
desc : ' to add' ,
} ,
drag : {
title : 'Drag' ,
desc : ' to connect' ,
} ,
limit : 'Parallelism is limited to {{num}} branches.' ,
depthLimit : 'Parallel nesting layer limit of {{num}} layers' ,
} ,
disconnect : 'Disconnect' ,
jumpToNode : 'Jump to this node' ,
addParallelNode : 'Add Parallel Node' ,
2024-09-15 17:13:39 +08:00
parallel : 'PARALLEL' ,
branch : 'BRANCH' ,
2024-04-08 18:51:46 +08:00
} ,
2024-07-22 15:29:39 +08:00
env : {
envPanelTitle : 'Environment Variables' ,
envDescription : 'Environment variables can be used to store private information and credentials. They are read-only and can be separated from the DSL file during export.' ,
envPanelButton : 'Add Variable' ,
modal : {
title : 'Add Environment Variable' ,
editTitle : 'Edit Environment Variable' ,
type : 'Type' ,
name : 'Name' ,
namePlaceholder : 'env name' ,
value : 'Value' ,
valuePlaceholder : 'env value' ,
secretTip : 'Used to define sensitive information or data, with DSL settings configured for leak prevention.' ,
} ,
export : {
title : 'Export Secret environment variables?' ,
checkbox : 'Export secret values' ,
ignore : 'Export DSL' ,
export : 'Export DSL with secret values ' ,
} ,
} ,
2024-08-13 14:44:10 +08:00
chatVariable : {
panelTitle : 'Conversation Variables' ,
panelDescription : 'Conversation Variables are used to store interactive information that LLM needs to remember, including conversation history, uploaded files, user preferences. They are read-write. ' ,
docLink : 'Visit our docs to learn more.' ,
button : 'Add Variable' ,
modal : {
title : 'Add Conversation Variable' ,
editTitle : 'Edit Conversation Variable' ,
name : 'Name' ,
namePlaceholder : 'Variable name' ,
type : 'Type' ,
value : 'Default Value' ,
valuePlaceholder : 'Default value, leave blank to not set' ,
description : 'Description' ,
descriptionPlaceholder : 'Describe the variable' ,
editInJSON : 'Edit in JSON' ,
oneByOne : 'Add one by one' ,
editInForm : 'Edit in Form' ,
arrayValue : 'Value' ,
addArrayValue : 'Add Value' ,
objectKey : 'Key' ,
objectType : 'Type' ,
objectValue : 'Default Value' ,
} ,
storedContent : 'Stored content' ,
updatedAt : 'Updated at ' ,
} ,
2024-06-26 14:37:12 +08:00
changeHistory : {
title : 'Change History' ,
placeholder : 'You haven\'t changed anything yet' ,
clearHistory : 'Clear History' ,
hint : 'Hint' ,
hintText : 'Your editing actions are tracked in a change history, which is stored on your device for the duration of this session. This history will be cleared when you leave the editor.' ,
stepBackward_one : '{{count}} step backward' ,
stepBackward_other : '{{count}} steps backward' ,
stepForward_one : '{{count}} step forward' ,
stepForward_other : '{{count}} steps forward' ,
sessionStart : 'Session Start' ,
currentState : 'Current State' ,
nodeTitleChange : 'Block title changed' ,
nodeDescriptionChange : 'Block description changed' ,
nodeDragStop : 'Block moved' ,
nodeChange : 'Block changed' ,
nodeConnect : 'Block connected' ,
nodePaste : 'Block pasted' ,
nodeDelete : 'Block deleted' ,
nodeAdd : 'Block added' ,
nodeResize : 'Block resized' ,
noteAdd : 'Note added' ,
noteChange : 'Note changed' ,
noteDelete : 'Note deleted' ,
edgeDelete : 'Block disconnected' ,
} ,
2024-04-08 18:51:46 +08:00
errorMsg : {
fieldRequired : '{{field}} is required' ,
2024-10-12 21:24:43 +08:00
rerankModelRequired : 'Before turning on the Rerank Model, please confirm that the model has been successfully configured in the settings.' ,
2024-04-08 18:51:46 +08:00
authRequired : 'Authorization is required' ,
invalidJson : '{{field}} is invalid JSON' ,
fields : {
variable : 'Variable Name' ,
variableValue : 'Variable Value' ,
code : 'Code' ,
model : 'Model' ,
rerankModel : 'Rerank Model' ,
2024-10-21 10:32:37 +08:00
visionVariable : 'Vision Variable' ,
2024-04-08 18:51:46 +08:00
} ,
invalidVariable : 'Invalid variable' ,
} ,
singleRun : {
testRun : 'Test Run ' ,
startRun : 'Start Run' ,
running : 'Running' ,
2024-05-27 21:57:08 +08:00
testRunIteration : 'Test Run Iteration' ,
back : 'Back' ,
iteration : 'Iteration' ,
2024-04-08 18:51:46 +08:00
} ,
tabs : {
'searchBlock' : 'Search block' ,
'blocks' : 'Blocks' ,
2024-08-08 15:33:02 +08:00
'searchTool' : 'Search tool' ,
2024-05-27 21:57:08 +08:00
'tools' : 'Tools' ,
'allTool' : 'All' ,
'builtInTool' : 'Built-in' ,
'customTool' : 'Custom' ,
'workflowTool' : 'Workflow' ,
2024-04-08 18:51:46 +08:00
'question-understand' : 'Question Understand' ,
'logic' : 'Logic' ,
'transform' : 'Transform' ,
'utilities' : 'Utilities' ,
'noResult' : 'No match found' ,
} ,
blocks : {
'start' : 'Start' ,
'end' : 'End' ,
'answer' : 'Answer' ,
'llm' : 'LLM' ,
'knowledge-retrieval' : 'Knowledge Retrieval' ,
'question-classifier' : 'Question Classifier' ,
'if-else' : 'IF/ELSE' ,
'code' : 'Code' ,
'template-transform' : 'Template' ,
'http-request' : 'HTTP Request' ,
2024-05-27 21:57:08 +08:00
'variable-assigner' : 'Variable Aggregator' ,
'variable-aggregator' : 'Variable Aggregator' ,
2024-08-13 14:44:10 +08:00
'assigner' : 'Variable Assigner' ,
2024-05-27 21:57:08 +08:00
'iteration-start' : 'Iteration Start' ,
'iteration' : 'Iteration' ,
'parameter-extractor' : 'Parameter Extractor' ,
2024-10-21 10:32:37 +08:00
'document-extractor' : 'Doc Extractor' ,
'list-operator' : 'List Operator' ,
2024-04-08 18:51:46 +08:00
} ,
blocksAbout : {
'start' : 'Define the initial parameters for launching a workflow' ,
'end' : 'Define the end and result type of a workflow' ,
'answer' : 'Define the reply content of a chat conversation' ,
'llm' : 'Invoking large language models to answer questions or process natural language' ,
'knowledge-retrieval' : 'Allows you to query text content related to user questions from the Knowledge' ,
'question-classifier' : 'Define the classification conditions of user questions, LLM can define how the conversation progresses based on the classification description' ,
'if-else' : 'Allows you to split the workflow into two branches based on if/else conditions' ,
'code' : 'Execute a piece of Python or NodeJS code to implement custom logic' ,
'template-transform' : 'Convert data to string using Jinja template syntax' ,
'http-request' : 'Allow server requests to be sent over the HTTP protocol' ,
2024-05-27 21:57:08 +08:00
'variable-assigner' : 'Aggregate multi-branch variables into a single variable for unified configuration of downstream nodes.' ,
2024-08-13 14:44:10 +08:00
'assigner' : 'The variable assignment node is used for assigning values to writable variables(like conversation variables).' ,
2024-05-27 21:57:08 +08:00
'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.' ,
'parameter-extractor' : 'Use LLM to extract structured parameters from natural language for tool invocations or HTTP requests.' ,
2024-10-21 10:32:37 +08:00
'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.' ,
2024-04-08 18:51:46 +08:00
} ,
operator : {
zoomIn : 'Zoom In' ,
zoomOut : 'Zoom Out' ,
zoomTo50 : 'Zoom to 50%' ,
zoomTo100 : 'Zoom to 100%' ,
zoomToFit : 'Zoom to Fit' ,
} ,
panel : {
userInputField : 'User Input Field' ,
changeBlock : 'Change Block' ,
helpLink : 'Help Link' ,
about : 'About' ,
createdBy : 'Created By ' ,
nextStep : 'Next Step' ,
addNextStep : 'Add the next block in this workflow' ,
selectNextStep : 'Select Next Block' ,
runThisStep : 'Run this step' ,
checklist : 'Checklist' ,
checklistTip : 'Make sure all issues are resolved before publishing' ,
checklistResolved : 'All issues are resolved' ,
organizeBlocks : 'Organize blocks' ,
change : 'Change' ,
2024-08-13 14:44:10 +08:00
optional : '(optional)' ,
2024-04-08 18:51:46 +08:00
} ,
nodes : {
common : {
outputVars : 'Output Variables' ,
insertVarTip : 'Insert Variable' ,
memory : {
memory : 'Memory' ,
memoryTip : 'Chat memory settings' ,
windowSize : 'Window Size' ,
conversationRoleName : 'Conversation Role Name' ,
user : 'User prefix' ,
assistant : 'Assistant prefix' ,
} ,
memories : {
title : 'Memories' ,
tip : 'Chat memory' ,
builtIn : 'Built-in' ,
} ,
} ,
start : {
required : 'required' ,
inputField : 'Input Field' ,
builtInVar : 'Built-in Variables' ,
outputVars : {
query : 'User input' ,
memories : {
des : 'Conversation history' ,
type : 'message type' ,
content : 'message content' ,
} ,
files : 'File list' ,
} ,
noVarTip : 'Set inputs that can be used in the Workflow' ,
} ,
end : {
outputs : 'Outputs' ,
output : {
type : 'output type' ,
variable : 'output variable' ,
} ,
type : {
'none' : 'None' ,
'plain-text' : 'Plain Text' ,
'structured' : 'Structured' ,
} ,
} ,
answer : {
answer : 'Answer' ,
outputVars : 'Output Variables' ,
} ,
llm : {
model : 'model' ,
variables : 'variables' ,
context : 'context' ,
contextTooltip : 'You can import Knowledge as context' ,
notSetContextInPromptTip : 'To enable the context feature, please fill in the context variable in PROMPT.' ,
prompt : 'prompt' ,
roleDescription : {
system : 'Give high level instructions for the conversation' ,
user : 'Provide instructions, queries, or any text-based input to the model' ,
assistant : 'The model’ s responses based on the user messages' ,
} ,
addMessage : 'Add Message' ,
vision : 'vision' ,
files : 'Files' ,
resolution : {
name : 'Resolution' ,
high : 'High' ,
low : 'Low' ,
} ,
outputVars : {
output : 'Generate content' ,
usage : 'Model Usage Information' ,
} ,
singleRun : {
variable : 'Variable' ,
} ,
2024-04-25 18:01:53 +08:00
sysQueryInUser : 'sys.query in user message is required' ,
2024-04-08 18:51:46 +08:00
} ,
knowledgeRetrieval : {
queryVariable : 'Query Variable' ,
knowledge : 'Knowledge' ,
outputVars : {
output : 'Retrieval segmented data' ,
content : 'Segmented content' ,
title : 'Segmented title' ,
icon : 'Segmented icon' ,
url : 'Segmented URL' ,
metadata : 'Other metadata' ,
} ,
} ,
http : {
inputVars : 'Input Variables' ,
api : 'API' ,
apiPlaceholder : 'Enter URL, type ‘ /’ insert variable' ,
2024-11-11 12:10:21 +08:00
extractListPlaceholder : 'Enter list item index, type ‘ /’ insert variable' ,
2024-04-08 18:51:46 +08:00
notStartWithHttp : 'API should start with http:// or https://' ,
key : 'Key' ,
2024-10-21 10:32:37 +08:00
type : 'Type' ,
2024-04-08 18:51:46 +08:00
value : 'Value' ,
bulkEdit : 'Bulk Edit' ,
keyValueEdit : 'Key-Value Edit' ,
headers : 'Headers' ,
params : 'Params' ,
body : 'Body' ,
2024-10-21 10:32:37 +08:00
binaryFileVariable : 'Binary File Variable' ,
2024-04-08 18:51:46 +08:00
outputVars : {
body : 'Response Content' ,
statusCode : 'Response Status Code' ,
headers : 'Response Header List JSON' ,
files : 'Files List' ,
} ,
authorization : {
'authorization' : 'Authorization' ,
'authorizationType' : 'Authorization Type' ,
'no-auth' : 'None' ,
'api-key' : 'API-Key' ,
'auth-type' : 'Auth Type' ,
'basic' : 'Basic' ,
'bearer' : 'Bearer' ,
'custom' : 'Custom' ,
'api-key-title' : 'API Key' ,
'header' : 'Header' ,
} ,
insertVarPlaceholder : 'type \'/\' to insert variable' ,
2024-04-29 13:59:07 +08:00
timeout : {
title : 'Timeout' ,
connectLabel : 'Connection Timeout' ,
connectPlaceholder : 'Enter connection timeout in seconds' ,
readLabel : 'Read Timeout' ,
readPlaceholder : 'Enter read timeout in seconds' ,
writeLabel : 'Write Timeout' ,
writePlaceholder : 'Enter write timeout in seconds' ,
} ,
2024-04-08 18:51:46 +08:00
} ,
code : {
inputVars : 'Input Variables' ,
outputVars : 'Output Variables' ,
2024-05-13 14:39:14 +08:00
advancedDependencies : 'Advanced Dependencies' ,
advancedDependenciesTip : 'Add some preloaded dependencies that take more time to consume or are not default built-in here' ,
searchDependencies : 'Search Dependencies' ,
2024-04-08 18:51:46 +08:00
} ,
templateTransform : {
inputVars : 'Input Variables' ,
code : 'Code' ,
codeSupportTip : 'Only supports Jinja2' ,
outputVars : {
output : 'Transformed content' ,
} ,
} ,
ifElse : {
if : 'If' ,
else : 'Else' ,
elseDescription : 'Used to define the logic that should be executed when the if condition is not met.' ,
and : 'and' ,
or : 'or' ,
operator : 'Operator' ,
notSetVariable : 'Please set variable first' ,
comparisonOperator : {
'contains' : 'contains' ,
'not contains' : 'not contains' ,
'start with' : 'start with' ,
'end with' : 'end with' ,
'is' : 'is' ,
'is not' : 'is not' ,
'empty' : 'is empty' ,
'not empty' : 'is not empty' ,
'null' : 'is null' ,
'not null' : 'is not null' ,
2024-10-21 10:32:37 +08:00
'in' : 'in' ,
'not in' : 'not in' ,
'all of' : 'all of' ,
'exists' : 'exists' ,
'not exists' : 'not exists' ,
} ,
optionName : {
image : 'Image' ,
doc : 'Doc' ,
audio : 'Audio' ,
video : 'Video' ,
localUpload : 'Local Upload' ,
url : 'URL' ,
2024-04-08 18:51:46 +08:00
} ,
enterValue : 'Enter value' ,
addCondition : 'Add Condition' ,
conditionNotSetup : 'Condition NOT setup' ,
2024-07-10 18:20:13 +08:00
selectVariable : 'Select variable...' ,
2024-10-21 10:32:37 +08:00
addSubVariable : 'Sub Variable' ,
select : 'Select' ,
2024-04-08 18:51:46 +08:00
} ,
variableAssigner : {
title : 'Assign variables' ,
outputType : 'Output Type' ,
varNotSet : 'Variable not set' ,
noVarTip : 'Add the variables to be assigned' ,
type : {
string : 'String' ,
number : 'Number' ,
object : 'Object' ,
array : 'Array' ,
} ,
2024-05-27 21:57:08 +08:00
aggregationGroup : 'Aggregation Group' ,
aggregationGroupTip : 'Enabling this feature allows the variable aggregator to aggregate multiple sets of variables.' ,
addGroup : 'Add Group' ,
2024-04-08 18:51:46 +08:00
outputVars : {
2024-05-27 21:57:08 +08:00
varDescribe : '{{groupName}} output' ,
2024-04-08 18:51:46 +08:00
} ,
2024-05-27 21:57:08 +08:00
setAssignVariable : 'Set assign variable' ,
2024-04-08 18:51:46 +08:00
} ,
2024-08-13 14:44:10 +08:00
assigner : {
'assignedVariable' : 'Assigned Variable' ,
'writeMode' : 'Write Mode' ,
2024-08-21 10:34:25 +08:00
'writeModeTip' : 'Append mode: Available for array variables only.' ,
2024-08-13 14:44:10 +08:00
'over-write' : 'Overwrite' ,
'append' : 'Append' ,
'plus' : 'Plus' ,
'clear' : 'Clear' ,
'setVariable' : 'Set Variable' ,
'variable' : 'Variable' ,
} ,
2024-04-08 18:51:46 +08:00
tool : {
toAuthorize : 'To authorize' ,
inputVars : 'Input Variables' ,
outputVars : {
text : 'tool generated content' ,
files : {
title : 'tool 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' ,
} ,
2024-07-04 16:15:56 +08:00
json : 'tool generated json' ,
2024-04-08 18:51:46 +08:00
} ,
} ,
questionClassifiers : {
model : 'model' ,
inputVars : 'Input Variables' ,
2024-04-30 17:07:29 +08:00
outputVars : {
className : 'Class Name' ,
} ,
2024-04-08 18:51:46 +08:00
class : 'Class' ,
classNamePlaceholder : 'Write your class name' ,
advancedSetting : 'Advanced Setting' ,
topicName : 'Topic Name' ,
topicPlaceholder : 'Write your topic name' ,
addClass : 'Add Class' ,
instruction : 'Instruction' ,
2024-05-27 21:57:08 +08:00
instructionTip : 'Input additional instructions to help the question classifier better understand how to categorize questions.' ,
2024-04-08 18:51:46 +08:00
instructionPlaceholder : 'Write your instruction' ,
} ,
2024-05-27 21:57:08 +08:00
parameterExtractor : {
inputVar : 'Input Variable' ,
extractParameters : 'Extract Parameters' ,
importFromTool : 'Import from tools' ,
addExtractParameter : 'Add Extract Parameter' ,
addExtractParameterContent : {
name : 'Name' ,
namePlaceholder : 'Extract Parameter Name' ,
type : 'Type' ,
typePlaceholder : 'Extract Parameter Type' ,
description : 'Description' ,
descriptionPlaceholder : 'Extract Parameter Description' ,
required : 'Required' ,
requiredContent : 'Required is only used as a reference for model inference, and not for mandatory validation of parameter output.' ,
} ,
extractParametersNotSet : 'Extract Parameters not setup' ,
instruction : 'Instruction' ,
instructionTip : 'Input additional instructions to help the parameter extractor understand how to extract parameters.' ,
advancedSetting : 'Advanced Setting' ,
reasoningMode : 'Reasoning Mode' ,
reasoningModeTip : 'You can choose the appropriate reasoning mode based on the model\'s ability to respond to instructions for function calling or prompts.' ,
isSuccess : 'Is Success.On success the value is 1, on failure the value is 0.' ,
errorReason : 'Error Reason' ,
} ,
iteration : {
deleteTitle : 'Delete Iteration Node?' ,
deleteDesc : 'Deleting the iteration node will delete all child nodes' ,
input : 'Input' ,
output : 'Output Variables' ,
iteration_one : '{{count}} Iteration' ,
iteration_other : '{{count}} Iterations' ,
currentIteration : 'Current Iteration' ,
2024-11-05 10:32:49 +08:00
comma : ', ' ,
error_one : '{{count}} Error' ,
error_other : '{{count}} Errors' ,
parallelMode : 'Parallel Mode' ,
parallelModeUpper : 'PARALLEL MODE' ,
parallelModeEnableTitle : 'Parallel Mode Enabled' ,
parallelModeEnableDesc : 'In parallel mode, tasks within iterations support parallel execution. You can configure this in the properties panel on the right.' ,
parallelPanelDesc : 'In parallel mode, tasks in the iteration support parallel execution.' ,
MaxParallelismTitle : 'Maximum parallelism' ,
MaxParallelismDesc : 'The maximum parallelism is used to control the number of tasks executed simultaneously in a single iteration.' ,
errorResponseMethod : 'Error response method' ,
ErrorMethod : {
2024-11-11 14:47:52 +08:00
operationTerminated : 'Terminated' ,
continueOnError : 'Continue on Error' ,
removeAbnormalOutput : 'Remove Abnormal Output' ,
2024-11-05 10:32:49 +08:00
} ,
answerNodeWarningDesc : 'Parallel mode warning: Answer nodes, conversation variable assignments, and persistent read/write operations within iterations may cause exceptions.' ,
2024-05-27 21:57:08 +08:00
} ,
2024-06-14 17:08:11 +08:00
note : {
addNote : 'Add Note' ,
editor : {
placeholder : 'Write your note...' ,
small : 'Small' ,
medium : 'Medium' ,
large : 'Large' ,
bold : 'Bold' ,
italic : 'Italic' ,
strikethrough : 'Strikethrough' ,
link : 'Link' ,
openLink : 'Open' ,
unlink : 'Unlink' ,
enterUrl : 'Enter URL...' ,
invalidUrl : 'Invalid URL' ,
bulletList : 'Bullet List' ,
showAuthor : 'Show Author' ,
} ,
} ,
2024-10-21 10:32:37 +08:00
docExtractor : {
inputVar : 'Input Variable' ,
outputVars : {
text : 'Extracted text' ,
} ,
supportFileTypes : 'Support file types: {{types}}.' ,
learnMore : 'Learn more' ,
} ,
listFilter : {
inputVar : 'Input Variable' ,
filterCondition : 'Filter Condition' ,
filterConditionKey : 'Filter Condition Key' ,
2024-11-11 12:10:21 +08:00
extractsCondition : 'Extract the N item' ,
2024-10-21 10:32:37 +08:00
filterConditionComparisonOperator : 'Filter Condition Comparison Operator' ,
filterConditionComparisonValue : 'Filter Condition value' ,
selectVariableKeyPlaceholder : 'Select sub variable key' ,
limit : 'Top N' ,
orderBy : 'Order by' ,
asc : 'ASC' ,
desc : 'DESC' ,
outputVars : {
result : 'Filter result' ,
first_record : 'First record' ,
last_record : 'Last record' ,
} ,
} ,
2024-04-08 18:51:46 +08:00
} ,
tracing : {
stopBy : 'Stop by {{user}}' ,
} ,
}
export default translation