Skip to content

Commit 4c742ea

Browse files
committed
Merge branch '3.5.x'
2 parents c49bffa + 6e1732f commit 4c742ea

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

framework/elsa/fit-elsa-react/src/zh_CN.json

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -360,7 +360,7 @@
360360
"end": "结束",
361361
"condition": "条件",
362362
"input": "输入",
363-
"startNodeInputPopover": "<p>定义启动工作流所需的输入参数,这些内容将由</p>\n<p>大模型在机器人对话过程中读取,允许大模型</p>\n<p>在适当的时间启动工作流并填写正确的信息。</p>",
363+
"startNodeInputPopover": "<p>定义启动工作流所需的输入参数,为后续工作流</p>\n<p>节点以及应用的正常流转提供必要的初始信息。</p>",
364364
"pleaseInsertFieldName": "请输入字段名称",
365365
"paramNameCannotBeEmpty": "参数名称不能为空",
366366
"fieldNameRule": "只能包含字母、数字或下划线,且必须以字母或下划线开头",
@@ -611,7 +611,7 @@
611611
"codeCannotEmpty": "代码不能为空!",
612612
"code": "代码",
613613
"editInIde": "在IDE中编辑",
614-
"codePopover": "<p>参考代码示例编写一个函数的结构,你可以直接使用输入参</p>\n<p>数中的变量,并通过return一个对象、数组或者其他基本</p>\n<p>类型的数据作为输出结果。方法名称必须是main,方法不</p>\n<p>能是异步方法,并且不支持编写多个函数。</p>",
614+
"codePopover": "<p><strong>1.函数编辑说明: </strong>参考代码示例。编写一个函数的结构,</p>\n<p>您可以直接使用输入参数中的变量,并通过return一个</p>\n<p>对象、数组或者其他基本类型的数据作为输出结果。</p>\n<p>方法名称必须是main,方法不能是异步方法,并且不</p>\n<p>支持编写多个函数。</p>\n<p>系统默认引入依赖包含asyncio, json, numpy, typing。</p>\n<p><strong>2.快捷键说明:</strong> 按键盘上的F1键打开快捷键说明弹窗。</p>",
615615
"codeOutputPopover": "<p>代码运行完成后输出的变量,必须保证此处定义的变量名、</p>\n<p>变量类型与代码的return对象中完全一致</p>",
616616
"skill": "技能",
617617
"classificationInputPopover": "输入需要添加到提示词模板中的信息,可被提示词模板引用。",

0 commit comments

Comments
 (0)