feat(web): workflow variable type
This commit is contained in:
@@ -2342,6 +2342,11 @@ Memory Bear: After the rebellion, regional warlordism intensified for several re
|
||||
"eq": 'Is',
|
||||
"ne": 'Is Not',
|
||||
},
|
||||
file: {
|
||||
"empty": 'Not Exist',
|
||||
"not_empty": 'Exists',
|
||||
eq: 'All Are'
|
||||
},
|
||||
else_desc: 'Used to define the logic that should be executed when the if condition is not met.',
|
||||
unset: 'Condition Not Set',
|
||||
set: 'Set',
|
||||
|
||||
@@ -2303,6 +2303,11 @@ export const zh = {
|
||||
"eq": '是',
|
||||
"ne": '不是',
|
||||
},
|
||||
file: {
|
||||
"empty": '不存在',
|
||||
"not_empty": '存在',
|
||||
eq: '全都是'
|
||||
},
|
||||
else_desc: '用于定义当 if 条件不满足时应执行的逻辑。',
|
||||
unset: '条件未设置',
|
||||
set: '已设置',
|
||||
|
||||
Reference in New Issue
Block a user