Files
school-developer/src/views/jsonflow/flow-rule/i18n/en.ts
吴红兵 94c3473958 fix
2026-03-07 01:34:48 +08:00

53 lines
1.5 KiB
TypeScript

export default {
flowrule: {
index: '#',
importFlowRuleTip: ' import FlowRule',
id: 'id',
flowKey: 'flowKey',
defFlowId: 'defFlowId',
flowNodeId: 'flowNodeId',
flowNodeRelId: 'flowNodeRelId',
roleId: 'roleId',
jobType: 'jobType',
type: 'type',
valType: 'valType',
groupId: 'groupId',
groupsType: 'groupsType',
groupType: 'groupType',
varKeyVal: 'varKeyVal',
operator: 'operator',
varVal: 'varVal',
paramFrom: 'paramFrom',
paramValType: 'paramValType',
targetProp: 'targetProp',
paramType: 'paramType',
createUser: 'createUser',
createTime: 'createTime',
updateUser: 'updateUser',
updateTime: 'updateTime',
inputIdTip: 'input id',
inputFlowKeyTip: 'input flowKey',
inputDefFlowIdTip: 'input defFlowId',
inputFlowNodeIdTip: 'input flowNodeId',
inputFlowNodeRelIdTip: 'input flowNodeRelId',
inputRoleIdTip: 'input roleId',
inputJobTypeTip: 'input jobType',
inputTypeTip: 'input type',
inputValTypeTip: 'input valType',
inputGroupIdTip: 'input groupId',
inputGroupsTypeTip: 'input groupsType',
inputGroupTypeTip: 'input groupType',
inputVarKeyValTip: 'input varKeyVal',
inputOperatorTip: 'input operator',
inputVarValTip: 'input varVal',
inputParamFromTip: 'input paramFrom',
inputParamValTypeTip: 'input paramValType',
inputTargetPropTip: 'input targetProp',
inputParamTypeTip: 'input paramType',
inputCreateUserTip: 'input createUser',
inputCreateTimeTip: 'input createTime',
inputUpdateUserTip: 'input updateUser',
inputUpdateTimeTip: 'input updateTime',
},
};