refactor: clean code

This commit is contained in:
Fu Diwei
2025-01-21 00:42:28 +08:00
parent 6bdcfaaef0
commit d5568608f5
13 changed files with 85 additions and 91 deletions

View File

@@ -1,5 +1,5 @@
{
"workflow_node.action.configure_node": "Configure",
"workflow_node.action.configure_node": "Configure node",
"workflow_node.action.add_node": "Add node",
"workflow_node.action.rename_node": "Rename node",
"workflow_node.action.remove_node": "Delete node",
@@ -379,13 +379,13 @@
"workflow_node.end.label": "End",
"workflow_node.branch.label": "Branch",
"workflow_node.branch.label": "Parallel branch",
"workflow_node.execute_result_branch.label": "Execute result branch",
"workflow_node.condition.label": "Branch",
"workflow_node.execute_success.label": "Execute success",
"workflow_node.execute_result_branch.label": "Execution result branch",
"workflow_node.execute_failure.label": "Execute failure",
"workflow_node.execute_success.label": "If the previous node succeeded ...",
"workflow_node.condition.label": "Condition"
"workflow_node.execute_failure.label": "If the previous node failed ..."
}

View File

@@ -3,7 +3,7 @@
"workflow_node.branch.add_node": "添加节点",
"workflow_node.action.rename_node": "重命名",
"workflow_node.action.remove_node": "删除节点",
"workflow_node.action.add_branch": "添加分支",
"workflow_node.action.add_branch": "添加并行分支",
"workflow_node.action.rename_branch": "重命名",
"workflow_node.action.remove_branch": "删除分支",
@@ -379,13 +379,13 @@
"workflow_node.end.label": "结束",
"workflow_node.branch.label": "分支",
"workflow_node.branch.label": "并行分支",
"workflow_node.condition.label": "分支",
"workflow_node.execute_result_branch.label": "执行结果分支",
"workflow_node.execute_success.label": "执行成功",
"workflow_node.execute_success.label": "若前一节点执行成功",
"workflow_node.execute_failure.label": "执行失败",
"workflow_node.condition.label": "条件"
"workflow_node.execute_failure.label": "若前一节点执行失败"
}