mirror of
http://112.124.100.131/huang.ze/ebiz-dify-ai.git
synced 2025-12-10 03:16:51 +08:00
fix: workflow loop node break conditions (#15549)
This commit is contained in:
@@ -673,6 +673,7 @@ const translation = {
|
||||
loop_other: '{{count}} Loops',
|
||||
currentLoop: 'Current Loop',
|
||||
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',
|
||||
|
||||
@@ -674,6 +674,7 @@ const translation = {
|
||||
loop_other: '{{count}} 个循环',
|
||||
currentLoop: '当前循环',
|
||||
breakCondition: '循环终止条件',
|
||||
breakConditionTip: '支持引用终止条件循环内的变量和会话变量。',
|
||||
loopMaxCount: '最大循环次数',
|
||||
loopMaxCountError: '请输入正确的 最大循环次数,范围为 1 到 {{maxCount}}',
|
||||
errorResponseMethod: '错误响应方法',
|
||||
|
||||
Reference in New Issue
Block a user